@media screen and (max-width:767px) {
/* mobile specification */

    h1 {
        font-size: 20px;    
    }
    h3 {
        font-size: 16px;
    }
    .standart-container {
        width: 100%;
        padding: 0 15px;
    }
    .white-wrap {
        padding: 16px;
    }
/* hidden elements */
    #mobile-hidden {
        display: none;
    }
    #desktop-header {
        display: none;
    }
    .category-widget {
        display: none;
    }
    .products-preview {
        display: none;
    }
    .product-preview {
        display: none !important;
    }
    .product-header {
        display: none;
    }

/* mobile header */
   
    #mobile-header {
        display: block;
    }
    #mobile-header .mobile-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 10px 15px 5px;
    }
    #mobile-header .site-logo {
        margin: 0;
    }
    #mobile-header .cart-btn, #mobile-header .messages {
        margin: 0 12px;
        position: relative;
		align-content: center;
    }
    #mobile-header .cart-btn span, #mobile-header .user-btn span, #mobile-header .messages span {
        position: absolute;
        line-height: 140.18%;
        font-size: 11px;
        background: #FF5A00;
        color: white;
        border-radius: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .user-btn .dropdown-menu {
        margin-bottom: 14px;
        margin-left: -263px;
    }
    #mobile-header .user-btn {
        position: relative;
        margin-right: 18px;
    }
    #mobile-header .cart-btn span, #mobile-header .messages span {
        bottom: -5px;
        right: -10px;
    }
    #mobile-header .user-btn span { 
        bottom: -5px;
        right: -5px;
    }
    #mobile-header .favorites img, #mobile-header .messages img, #mobile-header .cart-btn img{
        max-width: 27px;
    }
    #mobile-header .site-logo img {
        max-width: 160px;
    }
    #mobile-header .mobile-search {
        margin: 0 auto 15px auto;
        display: flex;
    }
    #mobile-header form {
        display: flex;
        margin: 0 auto;
    }
    #mobile-header form input {
        max-width: 300px;
        padding-left: 11px;
        height: 40px;
        border: 1px solid #BDBDBD;
        border-radius: 3px 0 0 3px;
        border-right: none;
    }
    #mobile-header form button[type="submit"] {
        background: #FF5A00;
        color: white;
        width: 40px;
        border: 1px solid #FF5A00;
        border-radius: 0 3px 3px 0;
        font-size: 18px;
    }
    .hamburger-menu button {
        outline: none;
        padding: 0;
        background: transparent;
        border: none;
    }
    .hamburger-menu .category-tree {
        display: none;
        position: absolute;
        background: white;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 100%;
        z-index: 10;
    }
    
    .hamburger-menu .category-tree-head {
        padding-left: 16px;
        padding-right: 17px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 24px;
        line-height: 140.18%;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #4F4F4F;
        margin-bottom: 10px;
        margin-top: 11px;
    }
    .category-tree-head h3{
        font-size: 24px;
        letter-spacing: 0.04em;
        font-weight: normal;
    }
    .mobile-menu-item {
        display: flex;
        justify-content: space-between;
        margin-left: 16px;
        margin-right: 19px;
    }
    .mobile-menu-item a {
        font-size: 18px;
        letter-spacing: 0.04em;
        color: #4F4F4F;
    }
    .mobile-menu-item a i {
        width: 24px;
        margin-right: 22px;
        text-align: center;
    }
    .category-tree ul.category_list > li {
        margin-bottom: 14px;
    }
    .category-tree li .sub-item {
        margin-left: 64px;
    }
    li .sub-item a {
        font-size: 16px;
        color: #FF5A00;
        line-height: 22px;
        letter-spacing: 0.04em;
    }
    .mobile-submenu {
        background: #FF5A00;
        padding: 18px 15px 16px 15px;
    }
    .header-carousel img {
        max-height: 32px;
        width: auto !important;
        margin: 0 auto;
    }
    .header-carousel .owl-next, .header-carousel .owl-prev {
        position: absolute;
        width: 24px;
        height: 24px;
        top: calc(50% - 12px);
        background: rgba(255, 255, 255, 0.7) !important;
        border: 1px solid #C3C3C3 !important;
        border-radius: 2px;
    }
    .header-carousel .owl-next {
        right: -15px;
    }
    .header-carousel .owl-prev {
        left: -15px;
    }
    .header-carousel a {
        text-align: center;
         font-size: 11px;
        line-height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header-carousel a span {
        margin-top: 10px;
    }


/* main page */

    .fullhd-container {
        width: 100%;
    }
    .main-grid {
        flex-direction: column;
    }
    .main-section {
        width: 100%;
        margin: 0;
    }
    .products-slider {
        padding-top: 21px;
        padding-left: 16px;
        padding-bottom: 20px;
        margin-bottom: 16px;
    }
    .products-slider .item {
        flex-direction: column;
        text-align: center;
    }
    .products-slider .red-title {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 10px;
        min-height: 36px;
    }
    .products-slider .item img {
        max-width: 80px;
        max-height: 80px;
        margin-right: 0;
    }
    .products-slider .item-text {
        font-size: 15px;
        line-height: 100%;
    }

    .mobile-products-carousel {
        display: block;
        background: white;
        width: 100%;
        padding-top: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .mobile-products-carousel .product-price {
        font-weight: 600;
        font-size: 24px;
        line-height: 140.18%;
        color: #4F4F4F;
    }
    .mobile-products-carousel .short-desc {
        font-size: 14px;
        line-height: 128.18%;
        color: #4F4F4F;
    }
    .mobile-products-carousel .add-to-cart {
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
        color: #00A790;
    }
    .mobile-products-carousel .owl-next, .mobile-products-carousel .owl-prev {
        position: absolute;
        width: 48px;
        height: 48px;
        top: calc(50% - 24px);
        background: rgba(255, 255, 255, 0.7) !important;
        border: 1px solid #C3C3C3 !important;
        border-radius: 2px;
    }
    .mobile-products-carousel .owl-next {
        right: 10px;
    }
    .mobile-products-carousel .owl-prev  {
        left: 0;
    }
	.desktop-autazusa {
		display: none;
	}
	
    .tablet-autazusa {
        margin-top: 20px;
    }
	.autazusa-carousel {
		margin-top: 15px;
	}

/* footer */

    footer .flex-line {
        flex-direction: column-reverse;
        padding-left: 16px;
    }

    #content-section {
        padding: 16px 0 16px 0;
    }
    footer .footer-column-title {
        margin-bottom: 6px;
    }
    footer .footer-column {
        margin-left: 0;
        margin-bottom: 28px;
    }
    footer .footer-column:first-child {
        margin-bottom: 0;
    }

/* category page */
    .category-dropdown{
        width: 100%;
        text-align: center;
        border-top: 1px solid #E0E0E0;
        height: 50px;
        line-height: 50px;
    }
    .category-dropdown .flex-line {
        justify-content: space-between;
    }
    .category-dropdown .flex-line i {
        font-size: 20px;
    }
    .category-dropdown-menu {
        display: none;
        width: 100%;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        background: white;
        text-align: left;
        padding: 16px;
    }
    .category-dropdown-menu ul {
        margin-top: 18px;
    }
    .category-dropdown-menu ul li {
        line-height: 100%;
        margin-bottom: 10px;
    }
    .category-dropdown-menu ul li a {
        color: #00A790;
        letter-spacing: 0.04em;
        font-size: 16px;
    }
    .category-dropdown > a {
        color: #4F4F4F;
    }
    .category-dropdown > a i {
        color: #4F4F4F;
        font-size: 18px;
        vertical-align: text-bottom;
        margin-left: 10px;
    }
    .category-dropdown-menu button.close-btn {
        background: transparent;
        border: none;
        text-transform: uppercase;
        font-size: 14px;
        width: 100%;
        height: 37px;
        padding: 0;
        position: absolute;
        bottom: 0;
        line-height: 37px;
        left: 0;
        color: #00A790;
        border-top: 1px solid #E0E0E0;
    }
    .category-page h1 {
        margin: 0;
        margin-bottom: 8px;
        margin-left: 16px;
        border-left: none;
        border-right: none;
    }
    .category-page .sub-category-row .flex-line {
        margin-bottom: 0;
        align-items: center;
    }
    .category-page .sub-category-row h3 {
        font-size: 18px;
		letter-spacing: 0.04em;
		padding-bottom: 10px;
    }
	.category-page .sub-category-row ul li {
		margin-bottom: 6px;
	  }
    .category-page .sub-category-row {
        flex-direction: column;
        align-items: center;
    }
    .category-page .sub-category-item {
        width: 100%;
        margin-right: 0;
        padding: 16px;
    }
    .category-page .sub-category-row img {
        margin-right: 19px;
        max-width: 50px;
    }
    
    /* podkategoria page */
    .tablet-left-subcategory, .tablet-rigth-sub-category {
        padding: 0;
    }
    .mobile-pagination {
        margin-top: 10px;
    }
    .mobile-pagination li.active {
        margin-right: 17px;
    }
    .mobile-pagination li.active a {
        width: 64px;
        height: 40px;
        padding: 0;
        text-align: center;
        line-height: 40px;
        border: 1px solid #828282 !important;
        background-color: transparent !important;
        color: #4F4F4F !important;
        border-radius: 0;
    }
    .subcategory-header {
        margin-left: 0px;
    }
    .close-filter {
        display: block;
        background: transparent;
        border: none;
        position: absolute;
        right: 16px;
        font-size: 20px;
        color: #828282;
    }
    .subcategory-filter {
        display: none;
        max-width: 100vw;
        position: fixed;
        top: 0;
        z-index: 10;
        overflow-y: scroll;
        max-height: 100vh;
        right: 0; 
    }
    .products-list-header ul.pagination {
        display: none;
    } 
    .mobile-filter-btn {
        display: block;
        background: transparent;
        border: none;
        text-transform: uppercase;
        color: #00A790;
        outline: none;
        box-shadow: none;
        padding: 0;
        letter-spacing: 0.15em;
    }
    #desktop-hidden {
        display: block;
    }
    /* .cost-range {
        justify-content: space-between;
        margin-bottom: 16px;
    }
    .cost-range  input{
        padding-left: 10px;
        height: 40px;
        border: 1px solid #BDBDBD;
        box-sizing: border-box;
        border-radius: 2px;
        width: 150px;
    }
    .mobile-show-offers {
        background: #FF5A00;
        border-radius: 2px;
        width: 100%;
        border: none;
        color: white;
        font-size: 13px;
        height: 40px;
        letter-spacing: 0.15em;
    } */
    .product-list-item {
        padding: 11px 0px 10px 0px;
    }
    .products-list .product-item-footer {
        display: none;
    }
    .product-cart .cart-des  .product-title {
        margin-top: 20px;
    } 
    .product-item-desc .product-title {
        font-size: 12px;
    }
    .product-item-desc .product-price {
        font-size: 24px;
    }
    .product-item-desc .product-attributs {
        display: none;
    }
    .mobile-product-footer button {
        background: transparent;
        border: none;
        color: #00A790;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        padding: 0;
    }
    #desktop-hidden.flex-line.mobile-product-footer {
        margin-top: 5px;
        justify-content: space-around;
        display: flex !important;
    }
    .mobile-product-more {
        display: none;
    }

    /* product page */
    .qty-slides {
        width: 48px;
        text-align: center;
        background: #C4C4C4;
        color: black;
        line-height: 20px;
        font-size: 13px;
    }
    .favorite-popup {
        display: none;
    }
    .product-cart {
        flex-direction: column;
    }
    .product-title {
        font-size: 16px;
    }
    .product-price {
        font-size: 30px;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .product-price span {
        font-size: 18px;
    }
    .product-attr {
        margin-bottom: 5px;
    }
    .product-description .prod-img {
        max-width: 100%;
        margin-top: 12px;
    }
    .product-slider {
        margin-top: 0;
    }
    .product-slider .owl-dots {
        display: none;
    }
    .product-slider .owl-nav {
        display: none;
    }
    .product.add-to-cart {
        width: 100%;
    }
    .cart-desc {
        padding: 0;
    }
    .seller-slide img {
        max-width: 128px;
        max-height: 146px;
    }
    .related-products .links-to-seller {
        flex-direction: column;
        padding-top: 5px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .related-products .links-to-seller a{
        font-size: 13px;
    } 
    .link-to-category {
        border-right: 0;
        border-bottom: 1px solid #BDBDBD;
        padding-bottom: 5px;
    }
    .link-to-category a {
        margin-left: 0;
    }
    .link-to-seller {
        margin-top: 5px;
    }
    .link-to-seller a {
        margin: 0;
    }
    .related-products h3 {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .product-characteristics .field-name {
        width: 40%;
    }
    .product-characteristics .field-value {
        width: 58%;
    }
    .about-seller h3 {
        margin-left: 0;
        font-size: 18px;
    }
    .about-seller .row {
        margin-top: 10px;
    }
    .seller-marks {
        margin-top: 10px;
    }
    .about-seller h6 {
        font-size: 24px;
    }
    .orange-btn a {
        padding-top: 0;
        /* line-height: 40px; */
        /* height: 40px; */
        padding-bottom: 0;
        width: 100%;
        background: #FF5A00;
        text-align: center;
        margin-bottom: 5px;
    }
    .about-seller p {
        font-size: 14px;
    }
    .orange-btn a {
        font-size: 13px;
    }
    /* product modal */
    .add-to-cart-popup {
        width: 95%;
    }
    .add-to-cart-popup .added-product {
        display: flex;
        flex-direction: column;
        border-bottom: none;
        padding-bottom: 0;
    } 
    .add-to-cart-popup .popup-buttons {
        flex-direction: column-reverse;
        align-items: center;
    }
    .modal-wrap {
        padding-top: unset;
    }
    .continue-shop {
        line-height: unset;
    }
    .add-to-cart-popup .popup-related-products {
        display: none;
    }
    .add-to-cart-popup .popup-footer-link {
        display: none;
    }
    .about-seller-btns {
        margin-top: 15px;
    }

    /* user account */
    .user-orders-header {
        display: none;
    }
    .select-order-type {
        position: relative;
        background: white;
        height: 39px;
        line-height: 39px;
        text-align: left;
        padding-left: 15px;
        text-transform: uppercase;
        border: 1px solid #E0E0E0;
    }
    .select-order-type button {
        height: 35px;
        position: absolute;
        right: 0;
        line-height: 35px;
        border: none;
        font-size: 20px;
        background: transparent;
        color: #828282;
    }
    .select-order-type a {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.05em;
        color: #00A790;
        font-weight: bold;
    }
    .user-account-mobile-head {
        margin-bottom: 15px;
        display: block;
    }
    .user-account-mobile-head h1 {
        margin-left: 0px;
    }
    .user-account-mobile-head ul {
        padding-top: 11px;
        background: white;
        text-align: left;
        text-transform: uppercase;
        border: 1px solid #E0E0E0;
        border-top: none;
    }
    .user-account-mobile-head ul li {
        padding-left: 15px;
    }
    .user-account-mobile-head ul li.active-type {
        background: #E0E0E0;
    }
    .user-account-mobile-head ul li a {
        font-size: 14px;
        letter-spacing: 0.05em;
        color: #00A790;
        line-height: 30px;
    }
    .user-account-mobile-head a span {
        color: white;
        margin-left: 5px;
        padding-left: 6px;
        padding-right: 6px;
        border-radius: 10px;
        background: #BDBDBD;
    }
    .user-account-mobile-head .select-order-type a span {
        background: #FF5A00;
    }
    .user-account-mobile-head li.active-type a {
        font-weight: bold;
    }
    .user-account-mobile-head li.active-type span {
        background: #FF5A00;
    } 
    .user-orders-page .white-wrap {
        margin-bottom: 15px;
    }
    .support-form .check-list {
        flex-direction: column;
    }
    .support-form .check-list label {
        margin-bottom: 10px;
    }
    .address-form-2 .form_row {
        flex-direction: column;
        width: 100%;
        margin-bottom: 0;
    }
    .address-form-2 input, .address-form-2 select {
        width: 100%;
        margin-bottom: 10px;
    }
    .addr-btns {
        flex-direction: column;
        align-items: center;
    }
    .select-address, .write-address {
        width: 100%;
    }
    .addr-btns div {
        margin: 6px 0;
    }
    .delivery-address #choose-address {
        width: 100%;
        line-height: 40px;
        height: 40px;
        padding: 0;
        padding-left: 15px;
    }
    .order-products-list .product-title a {
        color:  #4F4F4F;
    }
    .basket-delivery-detail {
        flex-direction: column;
        align-items: stretch;
    }
    .delivery-detail-price {
        width: 100%;
        padding-bottom: 8px;
        border-bottom: 1px solid #BDBDBD;
        margin-bottom: 10px;
    }
    .seller-end {
        flex-direction: column;
    }
    .seller-end .orange-link {
        width: 100%;
    }
    .order-products-list .product-title {
        min-width: 20%;
        max-width: 70%;
        font-size: 13px;
        margin-right: 8px;
        margin-left: 8px;
    }
    .order-products-list .prices {
        width: 30%;
    }
    .order-seller > div {
        margin-right: 0;
        padding-right: 0;
        border-right: none;

    }
    .archive-flex {
        flex-direction: column;
        align-items: start;
    }
    .archive-flex .archive-btns {
        width: 100%;
    }
    .archive-flex .orange-link {
        width: 100%;
    }
    .static-page.about {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .login-cart {
        margin-bottom: 15px;
        padding-right: 16px;
        background: white;
        padding-left: 16px;
    }
    .login-footer > div {
        flex-direction: column;
    }
    .fb-login {
        width: 100%;
        margin-bottom: 15px;
    }
    .fb-login img {
        margin-right: 55px;
    }
    .google-login {
        width: 100%;
    }
    .google-login img {
        margin-right: 55px;
    }
    .register-cart .green-links {
        width: 100%;
    }
    .register-cart-footer {
        width: 100%;
    }
    .customer-header, .customer-form {
        margin-left: 0;
    }
    .customer-form {
        width: 100%;
    }
    .customer-page .white-wrap {
        margin-bottom: 15px;
    }

    /* shoping-cart */
	.basket-step-header {
		padding: 0 10px;
	}
    .basket-step {
        width: 30%;
        font-size: 12px;
        vertical-align: bottom;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }
    .basket-step.current-step span {
        display: block;
    }
    .basket-step span {
        display: none;
    } 
    #shoping-cart .checkox-triger {
        margin-left: 0;
        display: block;
    }
    #shoping-cart .product-thumb {
        max-width: 50px;
        display: inline-block;
    }
    #shoping-cart .product-title {
        font-size: 12px;
        margin-right: 10px;
        display: inline-block;
        max-width: 200px;
    }
    #shoping-cart .basket-products {
        margin-bottom: 15px;
    }
    #shoping-cart h1 {
        margin-left: 0px;
    }
    #shoping-cart .qty_products {
        height: 36px;
        width: 106px;
        float: left;
        margin-top: 10px;
    }
    #shoping-cart .qty_products .minus, .qty_products .plus {
        width: 36px;
        line-height: 30px;
    }
    #shoping-cart .qty_products input {
        width: 36px;
    }
    #shoping-cart .checkox-triger .prices {
        margin-left: 20px;
        margin-right: 20px;
        float: left;
    }
    #shoping-cart .del-btn {
        max-height: 25px;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }
    #shoping-cart .basket-product-footer {
        margin-top: 15px;
    }
    #shoping-cart .basket-product-footer > div {
        flex-direction: column-reverse;
    }
    #shoping-cart .basket-product-footer .delivery-cost {
        text-align: right;
    }
    #shoping-cart .basket-search-product .search-box {
        width: 100%;
    }
    #shoping-cart .basket-search-product .search-box input {
        width: 100%;
    }
    #shoping-cart .basket-search-product .clean-btn {
        display: none;
    }

    /* static pages */
    .static-page.faq .faq-btn, .static-page.faq .card-body {
        font-size: 13px;
    }
    .static-page.faq .answer {
        font-size: 13px;
        margin: 0;
    }
    .registration-header {
        width: 100%;
    }
    .register-form, .edit-form {
        width: 100%;
    }
    .register-footer {
        width: 100%;
    }
    .registration-header .orange-text {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 15px;
    }
    .static-page .orange-text {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .static-page h1 {
        margin-bottom: 16px;
        margin-left: 0;
    }
    .static-page.about .orange {
        margin-bottom: 15px;
        font-size: 14px;
        margin-left: 0;
    }
    .static-page .just-text {
        margin-left: 0;
    }

/* CHAT PAGE */
    .chat-page {
        min-height: 400px;
    }
    .chat-page .checkbox + label.for-check::before {
        min-width: 18px;
        height: 18px;
    }
    .chat-page .checkbox + label.for-check::after {
        left: 2px;
        top: 10px;
    }
    .chat-page .chat-header {
        padding-left: 0;
        padding-top: 15px;
    }
    .chat-page .order-seller {
        display: flex;
        flex-direction: column;
        padding-bottom: 8px;
        border-bottom: 1px solid #E0E0E0;
    }
    .chat-page .chat-problem h6 {
        padding-left: 0;
        border-left: none;
        margin-left: 0;
    }
    .chat-page .chat-body {
        max-height: 407px;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .chat-page .message-answer {
        max-width: 326px;
    }
    .message-answer .copy {
        margin-left: 10px;
    }
    .chat-page .message-answer .date-and-time {
        max-width: 300px;
    }
    .chat-page .message-user .message {
        max-width: 287px;
    }
    .chat-page .chat-footer {
        padding: 0;
        padding-top: 16px;
        padding-bottom: 16px;
    }
	.chat-footer .chat-btn-submit {
		top: 4px;
		right: -55px;
	}
    .chat-header-actions .chat-collapse {
        display: none;
    }
    .chat-page .chat-problem .problem-product {
        display: none;
    }
    .chat-page ul.products-list {
        max-height: 390px;
    }
    .chat-page .chat-body-btns {
        padding-left: 0;
        padding-right: 0;
    }
    .chat-body-btns .write-autofra, .chat-body-btns .write-seller  {
        font-size: 14px;
    }
    .chat-body-btns .write-autofra, .chat-body-btns .write-seller {
        bottom: -10px;
    }
    /* hide show chat elements */
    .chat-page .order-seller {
        display: none;
    }
    .chat-page .chat-seller {
        display: none;
    }
    /* .chat-page .right-chat-wrap {
        display: none;
    } */
	#scrollUp {
		width: 35px;
		height: 35px;
	}

	#scrollUp::after {
		line-height: 35px;
	}

}
@media (min-width:414px) and (max-width:767px) {
    .standart-container {
        width: 100%;
    }
    .fullhd-container {
        width: 100%;
    }
    #shoping-cart .product-title {
        max-width: 65%;
        margin-right: 0;
    }
    #shoping-cart .qty_products {
        margin-top: 15px;
        margin-left: 8px;
    }
    #shoping-cart .checkox-triger .prices {
        margin-top: 15px;
        margin-left: 25px;
        margin-right: 25px;
    }
    #shoping-cart .del-btn {
        margin-top: 20px;
    }
    .product-image {
        width: 185px;
    }
    .choose-delivery {
        width: 380px;
    }
	.checkox-triger .delete {
		padding-top: 0;
	}
}
@media screen and (max-width: 485px) {
    .chat {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {

	.page-item .page-link .uppercase {
		display: none;
	}
}
