.mobile {
    display: none;
}

@media screen and (max-width: 740px) {
    
    .h-lines,
    .main-menu,
    .footer-top__nav {
    }
    
    .mobile {
        display: block;
    }
    
    .show__submenu .submenu {
        display: none;
    }
    
    .preload__flags {
        height: 60px;
        padding: 0;
    }
    .preload__flags .italy {
        left: 10px;
        width: 60px;
        height: 60px;
    }
    
    .preload__flags .serbia {
        right: 10px;
        width: 60px;
        height: 60px;
    }
    
    .preload__flags p {
        font-size: 16px;
        line-height: 60px;
    }
    
    .mobile-menu {
        width: 30px;
        height: 30px;
        position: fixed;
        left: 20px;
        top: 15px;
        z-index: 5;
        cursor: pointer;
    }
    
    .line {
        width: 26px;
        height: 2px;
        background: #0e1f32;
        left: 0;
        border-radius: 50px;
        transition: 0.3s;
    }
    
    .line-t {
        top:50%;
        margin-top: -8px;
    }
    
    .line-m {
        top:50%;
        margin-top: -1px;
    }
    .line-b {
        top:50%;
        margin-top: 6px;
    }
    
    .show-menu .line-t {
        transform: rotate(45deg);  
        margin: 0;
    }
    .show-menu .line-m {
        width: 0;
    }
    .show-menu .line-b {
        margin: 0;
        transform: rotate(-45deg);
    }
    .main-menu {
        position: fixed;
        left: 0;
        top: 60px;
        display: block;
        width: calc(100% + 40px);
        background: #FFF;
        margin: 0 -20px;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    }
    .show-menu .main-menu {
        display: block;
        max-height: 400px;
        padding: 0;
        border-bottom: none;
        box-shadow: 0 20px 30px -20px rgba(0,0,0,.3);
        background: #f9f9f9;
    }
    header .main-menu li {
        width: 100%;      
        padding: 0;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid #e6e6e6;
    }
    header .main-menu li:last-child {
        display: block;
    }
    header .main-menu li:before {
        display: none;
    }
    header .main-menu li a {
        font-size: 13px;
        line-height: 50px;
    }
    
    .search-field input {
        width: 240px;
        font-size: 14px;
        margin: 0 auto;
        margin-left: 50px;
        padding: 0 50px 0 0px;
    }
    
    .search__desc {
        font-size: 12px;
        text-align: center;
        padding: 0;
    }
    
    .search-field button {
        
    top: 3px;
    background-size: 15px auto;
    width: 50px;
    }
    
    header {
        padding: 0 20px;
        height: 60px;
    }
    .search-field {
        height: calc(100vh - 60px);
        top: 60px;
    }
    .search-field .close-search {
        
    top: -61px;
    right: 5px;
    }
    
    .logo {        
        margin-left: 50px;
        width: calc(100% - 101px);
        height: 59px;
        border-left: 1px solid #e6e6e6;
        border-right: none;
        padding: 0;
        text-align: center;
    }
    
    .logo a {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .logo img {
        height: 36px;
        margin: 0 auto;
        width: auto;
        max-width: 1000px;
    }
    .header-pdf,
    .header-top{
        display: none;
    }
    
    .header-right {
        width: auto;
        margin-right: 0;
    }
    
    .header-search,
    .header-user {
        width: auto;
        padding: 0;
        margin-left: 20px;
    }
    
    .header-search a,
    .header-user a {
        font-size: 0;
        line-height: 60px;
    }
    
    .header-cart {
        width: 50px;
        height: 60px;
    }
    .header-cart__icon {
        left: 0;
        transform: translate3D(0%,-50%,0);
    }
    
    .header-cart__count {
        left: 0;
        transform: translate3D(10px,-25px,0);
    }
    
    main {
        padding: 60px 0 0;
    }
    
    #hero {
        padding: 0;
        height: 200px;
        
    }
    
    #hero::before {height: 90px;}
    
    #hero .slide {
        height: 200px;
    }
    
    #hero h1 {
        font-size: 27px;
        font-weight: 900;
        line-height: 30px;
        color: #0e1f32;
        margin: 50px 0 10px;
        text-align: center;
    }
    
    #hero span {
        font-size: 15px;
        margin: 0 0 20px;
        text-align: center;
    }
    
    #hero .link-btn {
        margin: 0 auto;
        font-size: 13px;
        line-height: 40px;
        height: 40px;
        width: 180px;
    }
    
    #hero .slide-left {
        width: 100%;
        height: auto;
        float: left;
    }
    
    #hero .slide-right {
        width: 100%;
        height: auto;
        float: right;
    }
    
    #hero .slide-right img {
        max-width: 80%;
        height: auto;
        margin: 20px auto 0;
    }
    
    #hero .owl-dots {
        bottom: 10px;
    }
    
    #hero .owl-dots .owl-dot {
        margin-right: 15px;
    }
    
    #hero .owl-nav {
        position: absolute;
        left: auto;
        bottom: 20px;
        width: 120px;
        right: 0px;
    }
    
    #hero .owl-nav .owl-prev, #hero .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        background-size: 16px auto;
    }
    
    #home {
        margin: 20px auto 0;
        padding: 0;
    }
    
    #home .col-1-3 {
        width: 100%;
        margin: 0 0 30px;
    }
    
    #home .home__img {
        height: 170px;
    }
    
    #home .home-b .home__img {
        
    background-color: #cddcf1;
    background-size: contain;
    }
    
    #home .home__ctn {
        padding: 15px;
    }
    
    #home .home__ctn h2 {
        font-size: 17px;
        margin: 0 ;
    }
    
    #home .home__ctn a {
        font-size: 11px;
    }
    
    #categories, #content {
        width: 100%;
        padding: 20px;
    }
    
    #content h2, #categories h2, #categories h1,
    #featured-products h2,
    .certificates__title h3 {
        font-size: 27px;
        margin: 0 auto 20px;
        line-height: 30px;
        text-align: center;
    }
    
    .home-category {
        width: 100%;
    }
    
    .category-img {
        height: 160px;
    }
    
    .category-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .home-category h3 {
        font-size: 16px;
        padding: 0;
        margin-bottom: 30px;
        padding-left: 5px;
    }
    
    .home-category h3 img {
        margin-left: 10px;
        position: relative;
        top: 5px;
    }
    
    #light-motive {
        padding: 0 20px 20px;
        box-shadow: 0 -80px 0 0 #f2f8fa inset;
    }
    
    #light-motive .elit h3 {
        font-size: 20px;
        padding: 0 20px;
    }
    
    #light-motive .elit {
        height: 120px;
    }
    
    #featured-products {
        padding: 0 20px 20px;
    }
    
    #featured-products .owl-nav .owl-next,
    #featured-products .owl-nav .owl-prev {
        width: 50px;
        height: 50px;
        background-size: 16px auto;
        top: 55px;
    }
    
    #featured-products .owl-nav .owl-next {
        right: -10px;
    }
    
    #featured-products .owl-nav .owl-prev {
        left: -10px;
    }
    
    .f-product__title {
        padding: 0 20px;
        font-size: 15px;
        margin: 20px 0 10px;
    }
    
    .f-product__price span {
        font-size: 16px;
    }
    
    #certificates {
        padding: 20px;
    }
    
    .certificates__title {
        width: 100%;
    }
    
    .certificates__25 {
        width: 100%;
    }

    .certificates__12 {
        width: 33.33%;
        margin: 20px 0;
    }
    
    footer {
        margin-top: 0;
        padding: 0px 0px 0;
    }
    .footer-top {
        padding: 10px 0 10px;
    }
    
    .footer-top__nav li {
        margin: 0;
        width: 100%;
        font-size: 11px;
    }
    
    .footer-top__nav li a {
        margin: 0;
        padding: 0;
        line-height: 30px;
        font-size: 11px;
        display: block;
        width: 100%;
        float: left;
    }
    
    .footer-top__logo, .footer-top__social {
        width: 50%;
    }
    
    .footer-top__social {
        float: right;
    }
    
    .footer-top__social ul,
    .footer-mid__tos ul {
        text-align: left;
    }
    
    .footer-top__social li {
        margin-right: 0;
        margin-top: 10px;
        margin-left: 30px;
    }
    
    .footer-mid__desc {
        width: 100%;
        float: left;    
    }
    
    .footer-mid {
        padding: 20px 0;
    }
    
    .footer-mid__desc p {
        font-size: 13px;
        line-height: 22px;
        padding-right: 0;
        text-align: left;
    }
    
    .footer-mid__faq, .footer-mid__tos {
        width: 100%;
        float: left;
        margin-left: 0;
        margin: 30px 0 0;
        text-align: left;
    }
    
    footer h4 {
        margin-bottom: 10px;
    }
    
    .footer-mid__faq li a, .footer-mid__tos li a {
        font-size: 13px;
        line-height: 30px;
    }
    
    .footer-bot {
        width: 100%;
        padding: 20px 0 20px;
    }
    
    .footer-bot ul {
        display: block;
    }
    
    .footer-bot li {
        font-size: 13px;
        opacity: 1;
        width: 100%;
        margin: 0 0 15px;
        text-align: center;
    }
    
    .copyrights {
        font-size: 13px;
    }
    
    
    #breadcrumbs {
        padding: 10px 20px;
    }
    #breadcrumbs li:nth-child(1),
    #breadcrumbs li:nth-child(2) {
        display: none;
    }
    
    .wrapper {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .category-wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .category-main {
        width: 100%;
        padding: 20px 0 100px;
        border: none;
        background: #FFF;
    }
    
    .category__images-row {
        margin: 0;
        padding: 0;
    }
    
    .category__images-item {
        width: 100%;
        margin: 0 auto 20px;
        height: auto;
    }
    
    .category-main .product__img {
        box-shadow: none;
        border: 1px solid #e6e6e6; 
    }
    
    .category__brands li {
        width: 100%;
        margin: 0 0 10px;
    }
    .browseCategoryImage {
        margin: 0 auto;
        display: block;
    }
    .cf_breadcrumbs_wrapper {
        width: 100%;
        margin: 0;
    }
    
    .orderby-displaynumber {
        width: 100%;
        margin: 0px auto 20px;
        padding: 0;
    }
    
    .category-main .product {
        padding: 0;
        margin-bottom: 30px;
    }
    
    .category-main .product__title h2 a {
        font-size: 13px;
    }
    .category-main .product__price span {
        font-size: 17px;
    }
    
    .vm-page-counter {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
    }
    
    .vm-pagination {
        padding: 15px 0 5px;
    }
    
    .vm-pagination ul {
        float: none;
        clear: both;
        width: 100%;
    }
    
    .pagination-start,
    .pagination-end,
    .pagination-next,
    .pagination-prev {
        display: none !important;
    }
    
    .vm-order-list,
    .display-number,
    .vm-pagination-top {
        display: none;
    }
        
    .category-side {
        width: 100%;
        padding: 20px 0px 20px 0px;
        max-height: 80px;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        transition: 0.3s;
    }
    
    .cf_resetAll_label {
        margin-bottom: 0px;
        
    }
    
    .show-filters .category-side {
        max-height: 2000px;
    }
    
    .filter-btn {
        position: absolute;
        width: 50px;
        height: 40px;
        background: url(../img/icons/filter.svg) no-repeat center center #FFF;
        background-size: auto 26px;
        top: 20px;
        right: 0;
        cursor: pointer;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
    }
    
    .category-side .cf_wrapper_input_text_1 {
        padding: 0;
        max-width: calc(100% - 60px);
    }
    
    
    .product__main {
        display: block;
        padding: 60px 0 0;
        position: relative;
    }
    
    .product__image {
        width: 100%;
    }
    .product__colors {
        padding: 15px 0;
    }
    
    .product__colors > span {
        padding: 0;
        font-size: 16px;
        margin: 0 0 10px;
    }
    
    .product__colors .product-field {
        width: calc(33.33% - 10px);
        margin: 0 10px 0 0px;
    }
    
    .product__colors .vm-product-media-container a img {
        border-radius: 4px;
    }
    
    .product__colors .vm-product-media-container a span {
        font-size: 14px;
        padding: 5px 0 0;
    }
    
    .product__desc {
        width: 100%;
        margin-left: 0;
        border-top: 1px solid rgba(0,0,0,0.05);
        padding: 0;
        border-left: none;
        box-shadow: none;
        background: #FFF;
    }

    .product__desc h1 {
        font-size: 18px;
        margin: 20px 0 10px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
    }
    
    .product__desc .sku {
        margin: 15px 0 0;
    }
    .product__desc .brand {
        margin: 10px 0 10px;
    }
    
    .product__desc .sku, 
    .product__desc .sku b, 
    .product__desc .sku span,
    .product__desc .brand, 
    .product__desc .brand span,
    .product__desc .brand b,
    .product__desc .product__description,
    .product__desc .product-fields-title-wrapper .product-fields-title,
    .product__spec .product-fields-title-wrapper .product-fields-title,
    .product__desc .product-field-display {
        font-size: 15px;
    }
    
    .product__desc .desc__title {
        margin: 15px 0 10px;
    }
    
    .product__desc .product-price span {
        font-size: 15px;
    }
    
    .product__desc .product-fields {
        padding: 0;
    }
    
    .product__desc .product-field-display {
        width: 100%;
        float: left;
        margin: 0 0 15px;
        line-height: 1em;
    }
    
    .product__desc span.quantity-box input {
        width: 60px;
    }
    
    .product__desc span.addtocart-button {
        width: calc(100% - 99px);
    }
    
    .product__benefits {
        width: 100%;
        margin: 30px 0 20px;
        float: left;
    }
    
    .product__benefits li img {
        height: 24px;
        width: auto;
    }
    .product__benefits li {
        padding: 10px 5px;
    }
    .product__benefits li:last-child img {
        height: 20px;
        margin: 2px auto;
    }
    .product__benefits li span {
        margin: 5px auto 0;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0;
    }
    
    .bp-tab-item {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        font-weight: 700;
    }
    
    .product__spec .product-fields-title-wrapper .product-fields-title {
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-bottom: 5px;
        padding-right: 30px;
    }
    
    .product__spec .product-fields-title-wrapper,
    .product__spec .product-field-display {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 14px;
        line-height: 25px;
    }
    .product__sketch {
        padding: 10px 10px 0;
    }
    
    .product__sketch img {
        width: 100%;
        margin: 0 0 10px 0;
    }
    
    .cd-product-viewer-wrapper,
    .cd-product-viewer-wrapper.floatleft,
    .cd-product-viewer-wrapper.floatright {
        width: 100%;
        padding: 0px 0px 0;
        border: none;
    }
    .cd-product-viewer-wrapper.floatright {
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    
    .cd-product-viewer-wrapper h3 {
        font-size: 17px; 
    }
    
    .product-neighbours a {
        font-size: 13px;
        text-align: center;
    }
    .product-neighbours a.next-page {
        width: 100%;
        padding: 0;
    } 
    .product-neighbours a.previous-page {
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        padding: 0;
    }
    
    .cover-img {
        width: 100%;
        
        height: 160px;
        margin: 0 0 20px;
    }
    
    .page-about .cover-img {
        margin: 0;
    }
    
    .page-about .small-wrap {
        background: #FFF;
        padding: 0 0px 20px;
        border-radius: 0;
        box-shadow: none;
    }
    
    #content h1 {
        font-size: 27px;
        line-height: 30px;
        margin: 0 auto 20px;
        padding: 0;
    }
    
    .page-about #content h1 {
        padding: 30px 0 0;
        margin: 0 auto 20px !important;
    }
    
    #content iframe {
        max-width: 100%;
        height: auto;
    }
    
    #content h2 {
        font-size: 22px;
        margin: 20px auto 10px;
    }
    
    #content p {
        font-size: 14px;
        margin: 15px 0;
    }
    
    #content li {
        font-size: 14px;
        padding-left: 20px;
    }

    #content li::before {
        top: 6px;
    }
    
    .page-about #light-motive {
        width: 100%;
        padding: 0 20px 0px;
        box-shadow: 0 -60px 0 0 #fff inset;
    }
    
    .page-contact #content {
        padding: 20px 0 0;
        background: #FFF;
    }
    .page-contact #content iframe {
        width: calc(100% - 40px);
    }
    #content .contact {
        width: 100%;
        background: #FFF;
        float: left;
        padding: 20px 30px 30px;
    }
    .contact__info, .contact__docs, .contact__email {
        width: 100%;
        float: left;
        padding-right: 0;
    }
    #content .contact h4 {
        color: #0e1f32;
        font-size: 22px;
        margin: 0 0 20px;
        font-weight: 300;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        padding: 0 0 15px;
    }
    
    .contact__info hr {
        margin: 20px 0 15px;
    }
    
    .contact__email {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-top: 20px;
        border-top: 1px solid rgba(0,0,0,0.05);
        padding-top: 15px;
    }
    
    .reset form, .remind form, .login form, .registration form {
        max-width: 100%;
    }
    
    .reset legend, .remind legend, .login legend, .registration legend {
        font-size: 22px;
    }
    
    #fancybox-content h4 {
        font-size: 16px;
    }
    
    #fancybox-content .vm-btn {
        width: 100%;
    }
    
    /******* cart ********/
    
    .vm-cart-header-container .continue_link {
        display: none;
    }
    
    .vm-cart-header {
        width: 100%;
        text-align: center;
    }
    
    .vm-cart-header-container h1 {
        text-align: center;
        margin-bottom: 0;
    }
    
    .cart-view .vm-fieldset-pricelist {
        max-width: 100%;
        display: block;
        float: left;
        min-width: 0;
    }
    
    .cart-view table.cart-summary {
        max-width: 100%;
        display: block;
        float: left;
        width: 100%;
        min-width: 0;
    }
    .cart-view table.cart-summary tr {
        
    display: block;
    }
    
    .cart-view table.cart-summary tr th {
        display: none !important;
    }
    .cart-view .cart-summary tr td.total-price-of-products {
        background: #0e1f32;
        color: #FFF;
    }
    
    .cart-view .cart-summary tr td.mobno {
        background: yellow;
        display: none;
    }
    
    .cart-view .cart-summary tr td {
        width: 100%;
        display: block;
        padding: 0 10px;
        min-width: 0;
        line-height: 50px;
        text-align: left !important;
        position: relative;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        float: left;
        min-height: 50px;
        padding-left: 10px !important;
        font-size: 14px;
    }
    
    .cart__payment td,
    .cart__shipment td {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    
    .cart-view table.cart-summary .vm-cart-item-quantity {
        min-width: 140px;
        display: flex;
        padding: 60px 10px 10px !important;
    }
    
    .cart-view .vm2-add_quantity_cart {
        top: 0;
    }
    
    .cart-view .cart-summary tr td.total-bill {
        background: #0e1f32;
        color: #FFF;
    }
    
    .cart-summary .cart__shipment td .vmshipment_description, .cart-summary .cart__payment td .vmpayment_description {
        font-size: 13px;
        margin: 10px 0 0;
        line-height: 1.6em;       
    }
    
    .cart-view .cart-summary tr td.cupon-add {
        text-align: center !important;
        max-height: 110px;
        overflow: hidden;
        box-sizing: border-box;
    }
    
    .cart-view .cart-summary tr td.vm-cart-item-name {
        padding: 0 10px 10px;
    }
    
    .cart-view .cart-summary tr td a {
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
    .cart-view .vm-customfield-cart span {
        width: 100%;
        display: block;
        text-align: left;
        margin: 0 0 10px;
    }
    
    .cart-view .cart-summary tr td .cart-images {
        display: none;
    }
    
    .cart-view input.coupon {
        width: calc(100% - 100px);
        float: left;
        font-size: 11px;
        margin: 10px 0;
        padding-left: 10px;
    }
    
    .cart-view .details-button input.details-button {
        font-size: 12px;
        padding: 0 10px;
        width: 90px;
        margin: 10px 0 0;
    }
    
    /* field titles */
    
    .cart-view .cart-summary tr td.vm-cart-item-name,
    .cart-view .cart-summary tr td.vm-cart-item-sku,
    .cart-view .cart-summary tr td.vm-cart-item-basicprice,
    .cart-view .cart-summary tr td.vm-cart-item-discount,
    .cart-view .cart-summary tr td.vm-cart-item-quantity,
    .cart-view .cart-summary tr td.vm-cart-item-tax,
    .cart-view .cart-summary tr td.vm-cart-item-total,
    .cart-view .cart-summary tr td.pdv-total,
    .cart-view .cart-summary tr td.total-total,
    .cart-view .cart-summary tr td.cupon-add {
        padding-top: 50px;
        min-height: 100px;
    }
    .cart-view .cart-summary tr td.vm-cart-item-name:before,
    .cart-view .cart-summary tr td.vm-cart-item-sku:before,
    .cart-view .cart-summary tr td.vm-cart-item-basicprice:before,
    .cart-view .cart-summary tr td.vm-cart-item-discount:before,
    .cart-view .cart-summary tr td.vm-cart-item-quantity:before,
    .cart-view .cart-summary tr td.vm-cart-item-tax:before,
    .cart-view .cart-summary tr td.vm-cart-item-total:before,
    .cart-view .cart-summary tr td.pdv-total:before,
    .cart-view .cart-summary tr td.total-total:before,
    .cart-view .cart-summary tr td.cupon-add:before{
        content: 'Naziv artikla';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        background: #F6f9f9;
        color: #0e1f32;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        padding-left: 10px;
    }
    .cart-view .cart-summary tr td.vm-cart-item-name:before {
        content: 'Naziv artikla';
        background: #0e1f32;
        color: #FFF;
    }
    .cart-view .cart-summary tr td.vm-cart-item-sku:before {
        content: 'Šifra artikla';
    }
    .cart-view .cart-summary tr td.vm-cart-item-basicprice:before {
        content: 'Jed. cena bez PDV-a';
    }
    .cart-view .cart-summary tr td.vm-cart-item-discount:before {
        content: 'Popust';
    }
    
    .cart-view .cart-summary tr td.vm-cart-item-quantity:before {
        content: 'Količina';
    }
    
    .cart-view .cart-summary tr td.vm-cart-item-tax:before {
        content: 'PDV';
    }
    
    .cart-view .cart-summary tr td.cupon-add:before {
        content: 'Kupon';
        background: #0e1f32;
        color: #FFF;
    }
    
    .cart-view .cart-summary tr td.vm-cart-item-total:before {
        content: 'Ukupno';
    }
    
    .cart-view .cart-summary tr td.pdv-total:before {
        content: 'Ukupno PDV'
    }
    
    .cart-view .cart-summary tr td.total-total:before {
        content: 'Ukupna cena sa PDV-om';
    }
    
    .cart-view .billto-shipto .width50 {
        width: 100%;
    }
    
    .cart-view .billto-shipto a.details {
        width: 100%;
        padding: 0px 10px;
    }
    
    .cart-view .output-shipto {
        width: 100%;
        float: left;
        padding: 0;
    }
    
    .cart-view .billto-shipto .width50:nth-child(1) {
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    
    .checkout-button-top button span {
        font-weight: 700;
        letter-spacing: 0.025em;
        font-size: 13px;
    }
    .checkout-button-top {
        margin: 20px 0 0;
        padding-bottom: 0px;
        text-align: center;
    }
    .cart-view div.terms-of-service {
        float: left;
        padding: 0;
        margin-right: 5px;
        max-width: calc(100% - 40px);
    }
    
    /*********************/
    
    .page-account fieldset h2 {
        font-size: 16px;
        margin: 0;
        text-align: left;
    }
    
    .page-account fieldset td {
        display: block;
        width: 100%;
    }
    
    .page-account fieldset td input {
        width: 100%;
    }
    
}

@media screen and (min-width: 1100px) and (max-width: 1600px) {
	
   
}
