/* Small devices (tablets, 767px and down) */
@media (max-width: 767px) {

    h1, .h1 {
        font-size:2rem;
    }

    h2 {
        font-size:1.7rem;
    }

    a[href^="tel:"] {
        cursor:inherit !important;
        pointer-events: all !important;
    }

    .btn-fullwidth-xs{
        width: 100%;
    }

    .heading-wrapper-profile h1{
        font-size: 30px;
    }

    /* Nav main */
    .nav-main-wrapper .container{
        padding: 0;
    }

    .nav-main > li.active > a {
        color:#fff;
    }

    .level4 .nav-main-submenu a {
        display: block;
    }

    .nav-main > li > a > i,
    .level4 i{
        position: absolute;
        right: 0px;
        top: 0;
        font-size: 1.2rem;
        padding: 11px;
        line-height: 35px;
    }
    .main-4level-with-logo .nav-main-wrapper > .nav-main.list-inline{
        width: 250px;
        background: #ffffff;
        height: calc(100vh - 55px);
        overflow: scroll;
    }

    /* nav tabs */
    .nav-tabs li{
        min-width: 80px;
    }

    .nav-tabs li a{
        padding-left: 8px;
        padding-right: 8px;
    }

    .lists-tabs ul.items-wrapper .item {
        font-size: 16px;
    }

    .header-inline.header-wrapper,
    .header-inline .header,
    .header{
        background: #4a4b5c;
        height:60px;
        min-height:60px;
    }



    .header-fix-holder {
        display: block !important;
    }

    .header .container{
        padding: 0;
    }

    .header-content{
        position: relative;
        z-index: 5001;
        height:0;
        border-bottom:0 solid #333;
    }

    .header-top {
        min-height: 0;
        background:transparent;
    }

    .fixed-cart-wrapper .fixed-header-cart {
        display:none;
    }

    .catalog-banner {
        max-width:100% !important;
    }

    .blog-main-menu {
        margin:0;
        padding:0;
        border:0 solid #fff;
    }

    .btn-facebook {
        margin:20px 0;
    }

    .header-inline .container .right-content .user {
        display: none;
    }

    .nav-main > li.blog-main-menu > a {
        border-radius:0;
    }

    .nav-main li.has-bg > .highlight-bg {
        left:30px;
    }

    .nav-main > .has-bg.jordan-main-menu {
        margin-left:0;
    }

    .nav-main > .has-bg.jordan-main-menu .highlight-bg {
        top: 9px;
        width: 32px;
    }

    .logo {
        height:auto;
    }

    .logo img {
        max-width:100px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-full {
        padding:0;
    }

    .container-fluid {
        padding:0 10px;
    }

    .heading-wrapper-inline {
        margin-bottom:10px;
    }

    .cover-bg {
        background-size:cover;
    }

    .tab-content-profile h1 {
        font-size:1.5rem;
    }

    .tab-content .comments-wrapper .form-comment {
        padding: 0 0px 20px;
    }

    /* navigation */

    .store-item img {
        width:100%;
    }

    .body-overflow {
        overflow:hidden;
    }

    .nav-main {
        padding:0;
    }

    .nav-main > li {
        margin-left:0;
    }

    .nav-main-wrapper {
        display: none;
        background:#fff;
        z-index:5050;
        margin:0;
        border-right:1px solid #d9d9d9;
    }

    .nav-main-wrapper.loaded{
        top: 1px;
        transition:all 0.3s;
        background: rgba(0,0,0,0.5);
        width: 100%;
        position: fixed;
    }

    .nav-main-wrapper > .container {
        max-width: 250px;
        margin: 0;
        background: #fff;
    }
    .nav-main-wrapper > .container > .nav-main {
        left:-250px;
        transition:all 0.3s;
    }

    .nav-main-wrapper.loaded > .container > .nav-main {
        height:calc(100vh - 60px);
        overflow-y:scroll;
        left:0;
    }

    .scroll-to-fixed-fixed .nav-main > li.outlet-main-menu > .highlight-bg {
        max-width: 60px;
    }

    .nav-main-submenu {
        padding-left:0;
        width: 100%;
        position: relative;
    }

    .nav-main-useractions {
        float: left;
        border-top: medium none;
        width: 100%;
        background: #eee;
        margin-bottom: 8px;
    }

    .header .main-4level .nav-main-useractions > ul.nav-main {
        display: flex;
        background: #eee;
    }

    .nav-main-useractions > ul > li{
        width: initial;
        padding: 0;
    }

    .nav-main .nav-main-useractions > ul > li a{
        padding: 20px 16px;
        display: inline-block;
    }

    .nav-main-useractions > ul > li a,
    .nav-main-useractions > ul > li a:hover,
    .nav-main-useractions > ul > li a:focus,
    .nav-main-useractions > ul > li a:active {
        color:#333;
    }

    .nav-main{
        width: 100%;
    }

    .nav-main li{
        display: block;
        width: 100%;
        position: relative;
    }

    .nav-main li > a{
        padding: 18px 15px;
        height: auto;
        color:#333;
    }

    .nav-main > li > a{
        border-bottom: 1px solid #333;
    }

    .nav-main li.has-bg{
        margin-left: 0;
        border-bottom:1px solid #eee;
        width:100%;
    }

    .nav-main li.has-bg > a{
        padding-left: 30px;
        border-color: #fff;
    }

    .nav-main li.has-bg.sticker > a{
        padding-left: 40px;
    }

    .nav-main li.home-main-menu .highlight-bg {
        background: #d9d9d9;
        padding:3px;
    }

    .nav-main li.has-bg > .highlight-bg{
        left: 15px;
    }

    .nav-main li.has-bg.sticker > .highlight-bg{
        top: -5px;
    }

    /* magic line */
    .nav-main > li > a:hover::after,
    .nav-main > li.active > a:after{
        width: 0;
    }


    .nav-main-magicline{
        opacity: 0;
    }

    .nav-main-useractions .nav-main {
        padding-top:0;
    }

    .nav-main-useractions i {
        display:none;
    }

    .nav-main-dropdown-wrapper,
    .nav-main-submenu-wrapper{
        position: relative;
        top: 0;
        left: 0;
        opacity: 1;
    }

    .nav-main-dropdown-inner{
        min-height: 0;
        max-height: 100%;
        padding: 10px;
        background:#eee;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    }

    .nav-main-dropdown-inner > .row > div:first-child{
        padding-left: 10px;
    }

    .nav-main-dropdown-item{
        margin-left: 0;
    }

    .nav-main-dropdown h5 {
        font-weight: 400;
    }

    .nav-main-dropdown-item:first-child{
        padding-left: 0;
    }

    .nav-main-dropdown h5{
        text-transform: uppercase;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .nav-main-dropdown li > a{
        padding: 8px 0;
        height: auto;
        line-height: 32px;
        font-size: 16px;
    }

    .nav-main-submenu > li > a > h5{
        margin: 0;
    }

    .booking-dropdown {
        padding:0 15px;
    }

    .header-carthor {
        margin-top:0;
    }

    .transaction-body-header {
        display:none;
    }

    .transaction-item {
        width:100%;
    }

    .autocomplete .products-list-simple > .products-list-search.row {
        width:100%;
    }

    .col-right-style .products-list-simple.product-list-simple-styled {
        padding: 0px 15px 10px;
    }

    .products-list-simple.product-list-simple-styled .product-item-image img {
        max-height:300px;
    }

    .simmilar-products-laptop-grid .heading-wrapper {
        background:#fff;
        border-top: 1px solid #07B5FC;
    }

    .simmilar-products-laptop-grid .heading-wrapper h2 {
        font-size: 24px;
        padding: 0px 15px;
        font-size: 24px;
        padding: 0 20px;
    }

    .col-right-style .products-list-simple.product-list-simple-styled {
        background:#fff;
    }

    .col-right-style .products-list-simple.product-list-simple-styled .product-item-image {
        margin-bottom:10px;
    }

    .header-cart {
        min-width:40px;
    }

    .header-carthor{
        margin-top: 0;
    }

    .header-cart-preview,
    .header-cart-preview > a{
        display: inline-block;
        position: fixed;
        top: 0;
        right: 0;
        width: 45px;
        height: 61px;
        background: transparent;
    }

    .header-cart-preview .total{
        padding: 1px;
    }

    .header-cart-preview .icon-cart-f{
        font-size: 2rem;
        margin-bottom: 5px;
        color: #017dc3;
    }

    .header-cart-preview .title{
        display: none;
    }

    .search {
        display:block !important;
        position: fixed;
        top: 60px;
        width:100%;
        z-index:1000;
    }

    .search-stickers {
        margin:0;
    }

    .search-intro {
        margin:0;
    }

    .search-intro .description {
        height:40px;
    }

    .autocomplete-button {
        color: #ffffff;
        width: 40px;
        text-align: center;
        height: 60px;
        padding: 0;
        line-height: 60px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .autocomplete-button .title {
        display: none;
    }

    .autocomplete-button:after {
        content: none;
    }

    .autocomplete-button:before {
        color: #fff;
    }

    .autocomplete h4 {
        font-size:12px;
    }

    .autocomplete-input {
        position: absolute;
        top: 0px;
        width: 100%;
        line-height: 20px;
        right: 0;
        padding: 8px 15px 7px;
        border-radius: 0;
        font-size: 1rem;
        font-family: "NBIcon",sans-serif;
    }

    .autocomplete-close {
        right: 0;
        top: 0;
        padding: 10px;
        font-size:1rem;
        background: #fff;
        border-left: 0 solid #d9d9d9;
    }

    .autocomplete {
        border-right: 1px solid #D9D9D9;
        border-left: 1px solid #D9D9D9;
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 25px;
    }

    .autocomplete-results .heading-append {
        top: -5px;
        padding: 5px 10px;
        line-height: 44px;
        right: -10px;
        background: transparent;
    }

    .autocomplete .products-list-simple > .product-list-search.row {
        width:100%;
    }

    .header-cart-item .header-cart-toggle {
        display: none !important;
    }

    .heading-wrapper-profile {
        margin-top:10px;
        padding:0 5px;
    }

    .heading-wrapper-profile .heading-append a {
        line-height:65px;
        min-width:50px;
    }

    .brands-wrapper .table-responsive {
        margin-bottom:40px;
    }

    /* Nav vertical filled */
    .nav-vertical-filled-wrapper{
        border-left: none;
        padding-top: 0;
        min-height: 0;
        margin-bottom: 20px;
    }

    .nav-vertical-filled > li{
        width: auto;
        display: inline-block;
    }

    .nav-vertical-filled > li > a{
        width: auto;
    }

    .nav-vertical-filled > li.active > a:before{
        display: none;
    }

    .nav > li > a:focus {
        background-color:inherit;
    }

    /* Cart */
    .cart-action{
        display: inline-block;
        margin-bottom: 10px;
    }

    #order_address_content .form-group.form-group-checklabel {
        margin: 10px 0;
        display: inline-block;
        line-height: 20px;
        height: 20px;
    }

    #order_address_content .cart-action {
        margin: 10px 20px;
        line-height: 20px;
        height: 20px;
    }

    #order_address_content .form-group.form-group-checklabel .icheck-label,
    #order_address_content .cart-action h3{
        line-height: 20px;
        height: 20px;
    }

    #order_address_content .form-group.form-group-checklabel .iradio_flat{
        line-height: 20px;
        margin: 3px 5px 3px 0;
        vertical-align: top;
    }

    .cart > form > div:first-child {
        padding-top:0;
    }

    .sidebar-info {
        top:110px;
    }

    .cart {
        padding:0px 10px;
    }

    .cart .carrier-wrapper {
        margin-bottom: 20px;
    }

    .delivery-option-text {
        padding-left: 10px;
    }

    #order_ticket_content .cart-ticket-wrapper {
        padding-top: 0;
    }

    #order_address_content .cart-step {
        padding: 0 15px;
    }

    #order_carrier_and_payment_content .cart-step h3 {
        font-size: 20px;
        margin-top: 10px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 5px 0;
    }

    #order_carrier_and_payment_content .cart-step h3 span {
        border-bottom: 1px solid #ccc;
    }

    .cart .heading-wrapper .title h2 {
        font-size: 22px;
        line-height: 25px;
        padding: 5px 0;
    }

    .cart-step .heading-append {
        line-height: 36px;
    }

    /*
    * All sliders
    */

    .slider-arrow i {
        font-size:1.5rem;
    }

    /*
    * Main Slider
    */

    .main-slider {
        margin-bottom:20px;
    }

    .main-slider-wrapper{
        margin-top: -20px;
        height:auto;
    }

    .main-slider-wrapper.slider-wrapper {
        padding:0;
    }

    .main-slider-bg,
    .main-slider .cover-bg-wrapper {
        height:auto;
    }

    .main-slider-wrapper .container{
        padding: 0;
    }

    .main-slider-caption-keyword {
        width:100%;
        padding:0;
        text-align:center;
        font-size:1.25rem;
    }

    .main-slider-caption-text {
        margin-left:0;
    }

    .main-slider-content {
        position:relative;
    }

    .slick-dots {
        padding: 5px;
    }

    .slick-dots li button:before {
        width: 18px;
        height: 18px;
    }

    .slick-dots li.slick-active button:before {
        width: 20px;
        height: 20px;
    }

    .post-color .social-share {
        padding: 0px 20px 40px;
    }

    .slider-navigation.heading-append .slider-prev,
    .slider-navigation.heading-append .slider-next {
        font-size:1.5rem;
    }

    .homepage-banner-wrapper {
        position: relative;
        padding: 20px;
        background: #fff;
        margin-bottom: 20px;
    }

    .promo-caption-title,
    .promo-caption-description {
        line-height: 21px;
        font-size: 1.5rem;
    }

    .nav-tabs li {
        width:100%;
        background:#fff;
    }

    .nav-main > li > a,
    .nav-main > li > a:hover {
        border-bottom: 0px solid #eee;
    }

    .nav-main > li > a:hover {
        background:transparent;
    }

    .nav-main > li > a:active,
    .nav-main > li > a:focus,
    .nav-main > li > a:active:focus {
        color: #4a4b5c;
    }

    .nav-main > li.active > a:active,
    .nav-main > li.active > a:focus,
    .nav-main > li.active > a:active:focus {
        color: #fff;
    }

    .nav-main > li.active > a {
        background:#3973b5;
    }

    .nav-tabs > li > a {
        border: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs > li.active:after {
        height:1px;
        background: #ddd;
    }

    .nav-tabs>li.active:not(:last-of-type)>a,
    .nav-tabs>li.active:not(:last-of-type)>a:hover,
    .nav-tabs>li.active:not(:last-of-type)>a:focus {
        border-right: 1px solid #d9d9d9;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        background: #eee;
    }

    .list-alternately-items {
        margin-top:10px;
    }

    .article-background-wrapper {
        margin-bottom:10px;
    }
    .social-share {
        padding: 0 0 20px 0px;
    }

    /* Handlines Sldier */
    .handlines-sldier {
        background: #4a4b5c;
    }

    .handlines-sldier .item .description p {
        display: none;
    }

    .handlines-sldier .item .title {
        line-height: 30px;
    }

    .srch .handlines-sldier{
        display: none;
    }

    /* horizontal list grid */
    .horizontal-list-grid .item .img-wrapper img {
        width: 100%;
    }

    .horizontal-list-grid .item .content {
        padding: 10px 20px;
    }

    /* Featured post */
    .featured-post{
        margin-left: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }

    /* Intro item */

    .intro-text{
        padding: 0 10px;
    }

    /* Postbox */
    .postbox{
        max-height: 100%;
    }

    /* product gallery thumbs */
    .minigallery-thumbs{
        padding: 20px;
    }

    .slider-wrapper {
        padding:0 20px;
    }

    .slider-wrapper:before {
        left:20px;
    }

    .slider-wrapper:after {
        right:20px;
    }

    .main-slider-wrapper .slick-dots li {
        display:none;
    }

    .main-slider-wrapper .slider-navigation-absolute .slider-prev,
    .main-slider-wrapper .slider-navigation-absolute .slider-next {
        padding: 30px 10px;
    }

    .slider-navigation-absolute .slider-prev,
    .slider-navigation-absolute .slider-next{
        top: 40%;
        font-size: 1.3em;
        padding: 30px 0;
    }

    .fullscreen .slider-navigation-absolute .slider-prev,
    .fullscreen .slider-navigation-absolute .slider-next{
        top: -10px;
        font-size: 1.3em;
        left: 0;
    }

    .fullscreen .slider-navigation-absolute .slider-next{
        left: 40px;
        right: auto;
    }


    .shop-info-item{
        margin: 5px;
    }

    .phoneticket-verification-trigger {
        margin-left:0;
    }

    .post-item.action-item .post-item-date {
        text-align:left;
        padding:10px;
    }

    .post-item.action-item .post-item-headline,
    .post-item.action-item .post-item-text,
    .post-item.action-item .post-item-morelink {
        padding: 5px 10px;
    }

    .post-item-listview.post-item .post-item-headline,
    .post-item-listview.post-item .post-item-morelink,
    .post-item-listview.post-item .post-item-text {
        padding:0 15px;
    }

    .post-item-listview .post-item-headline {
        margin-top:15px;
    }

    .post-item-listview.post-item .post-item-date {
        float:left;
        margin: 0 15px 10px;
    }

    .post-item .post-icon {
        display:none;
    }

    .post-item-listalternately:before {
        display:none;
    }

    .post-item.post-item-listalternately .item-wrapper,
    .post-item.post-item-listalternately.odd-item .item-wrapper {
        padding:0;
        text-align:center;
        min-height:0;
    }

    .post-item-listalternately .item-wrapper h2 {
        margin-top: 20px;
    }

    .post-item-listalternately .item-wrapper {
        padding-bottom: 20px;
        border-bottom: 1px solid #cacaca;
    }

    .article-list-alternately-simple .item-wrapper {
        border: none;
    }

    .post-icon {
        display:none;
    }

    .post-content {
        padding:0 15px;
    }

    .post-details {
        padding:10px;
    }

    /* Profile */

    .profile .brand-item {
        height:180px;
    }

    .shop-list-group .panel-title a {
        display:block;
        padding:0;
    }

    .shop-list-group .panel-title a i {
        margin-left:0;
        margin-right:5px;
    }

    .shop-list-group .panel-title {
        padding:10px 95px 10px 10px;
    }

    .panel-prices .btn-price {
        margin-top:0;
    }

    .shop-list-group .action-buttons {
        position: absolute;
        right: 40px;
        top: 6px;
        font-size:16px;
    }

    .shop-list-group .action-buttons .icon-email,
    .shop-list-group .action-buttons .icon-eye {
        margin-left:10px;
    }

    .form-comment {
        padding:0;
    }

    .cart {
        margin-top:0;
    }

    .cart-step {
        padding:0 15px 15px;
    }

    .cart-table .product-item-title {
        font-weight: 700;
        font-size:1em;
    }

    .heading-wrapper .heading-append a span {
        display:none;
    }

    .shop-list-group .delete-item {
        padding:3px;
    }

    .visible-fixed-header-cart .fixed-header-cart {
        display:none;
    }

    .product-details {
        padding-top:0;
        padding-right:10px;
    }
/*
    .product-details .sidebar-info {
        display:none;
    }*/

    .product-price-wrapper {
        margin-bottom:10px;
    }

    .product-related-wrapper {
        padding-top: 10px;
    }

    .product-details .social-share {
        padding: 0;
    }

    .aditional-product-options {
        margin-bottom:20px;
    }

    /*
    * categories slider
    */

    .categories-slider {
        margin-bottom:20px;
    }

    .categories-slider .slider-caption {
        font-size: 1rem;
    }

    .catalog-pagination {
        z-index:2 !important;
    }

    .catalog-pagination .owl-prev {
        margin-left:15px !important;
    }

    .catalog-pagination .owl-next {
        margin-right:15px !important;
    }

    .slider-wrapper,
    .slider-wrapper .product-images,
    .slider-wrapper .owl-carousel .owl-item,
    .slider-wrapper .owl-carousel .owl-item img {
        max-width:100%;
    }

    .slider-wrapper .product-images img,
    .slider-wrapper .owl-carousel .owl-item img {
        max-width:100%;
    }

    .col-wrapper {
        margin-top:0;
    }



    .listing-products {
        margin-top:10px;
    }

    .product-listing {
        /*margin-top:20px;*/
        margin-top:10px;
        padding:0;
    }

    .product-listing-filters{
        position: fixed;
        height: 100vh;
        width: 100%;
        left: 0;
        top: 110%;
        background: #eee;
        padding: 50px 20px 10px;
        z-index: 15000;
        display: none;
    }

    .product-listing-filters.loaded{
        top: 0;
        display: block;
        overflow-y: scroll;
    }

    .product-listing-filters .filter-group .headline-wrapper {
        padding: 0 20px 0 0;
        line-height: 48px;
    }

    .product-listing-filters .filter-group .headline-wrapper .icon {
        font-size: 20px;
        top: 0;
        line-height: 48px;
    }

    .product-listing-filters .filter-group .filter-category-menu > ul {
        margin: 30px 0 20px;
    }

    .product-listing-filters .form-group-checklabel label,
    .product-listing-filters ul.filter-group-items li a {
        line-height: 28px;
        font-size: 15px;
    }

    .filter-group .icheckbox_flat {
        margin-top: 7px;
    }

    .product-listing-intro h1 {
        margin:0 0 2px;
    }

    .product-item.gridalt-view .product-image-wrapper {
        height:auto;
    }

    .product-text-wrapper{
        height: 60px;
    }

    .product-item-prices {
        height: 40px;
        padding: 10px 0;
    }

    .product-action-buttons i {
        padding-left:3px;
    }

    .product-action-buttons a {
        color:#999;
    }

    .promo-bg-small {
        height:auto !important;
    }

    .promo-bg-big .promo-item.featured-item {
        height:auto;
    }

    .promo-item.featured-item {
        height:auto;
        /*        border-right:0 solid #fff;
                border-bottom:0 solid #fff;*/
    }

    .product-listing.catalog-listing {
        padding-right:0;
    }

    .product-listing-items.catalog-listing-items .product-item-col {
        width: 50%;
        max-width:50%;
    }

    .product-listing-items.catalog-listing-items .product-item-col.catalog-banner {
        width:100%;
        max-width:100%;
    }

    .catalog-reader-footer i.active {
        display:none;
    }

    .catalog-reader-html .footer-image {
        position:static;
        bottom:auto;
        left:auto;
        overflow:visible;
        max-height:none;
    }

    .catalog-reader-html .slide-wrapper {
        background:#fff;
        padding-bottom:0;
    }

    .catalog-reader-html .catalog-pagination .slider-prev {
        margin-left:0;
    }

    .catalog-reader-html .catalog-pagination .slider-next {
        margin-right: 0;
    }

    .catalog-reader-html .full-image img {
        margin: 0 auto;
    }

    .store-background-wrapper {
        height: 130px;
    }

    .footer-bottom {
        padding-bottom:15px;
    }

    .tab-content-profile {
        margin-top:20px;
    }

    .tab-content h3 {
        font-size:21px;
    }

    .autocomplete-results {
        height:100% !important;
        margin-top:10px;
        padding:0 15px;
    }

    .autocomplete-wrapper-with-btn .autocomplete-results {
        height: auto !important;
        max-height: calc(100vh - 100px);
        margin-top: 5px;
    }

    .autocomplete-wrapper:before {
        background:transparent;
        border-bottom:0 solid #fff;
    }

    .autocomplete-results .product-title {
        min-height:39px;
    }

    .autocomplete-wrapper .container {
        padding:0;
    }

    .autocomplete-wrapper .autocomplete-input {
        width:100%;
    }

    .autocomplete-wrapper .products-list-simple .product-code {
        display:none;
    }

    .autocomplete-results .product-title {
        height: 46px;
        line-height: 1;
        overflow: hidden;
        margin:5px 0;
    }

    /* .autocomplete wrapper with btn in onw row */
    .autocomplete-wrapper-with-btn {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        width: 100%;
    }

    .autocomplete-wrapper-with-btn .autocomplete-input {
        line-height: 30px;
        color: #000000;
    }

    .autocomplete h4 {
        font-size:1.25rem;
    }

    .storelocator-panel {
        z-index:10;
    }

    .catalog-details {
        padding:10px 0;
    }

    .catalog-details h1 {
        max-width:50%;
    }

    .catalog-details .social-share {
        top:15px;
        right:15px;
    }

    .catalog-details .catalog-head .headline {
        margin-top:20px;
    }

    .catalog-details .catalog-head .item {
        margin-bottom:0;
    }

    .catalog-slider {
        box-shadow:0 0 0 #fff;
    }

    .catalog-autosuggest .catalog-store a {
        color: #4a4b5c;
    }

    .close-catalog a {
        padding:10px 0;
    }

    .close-catalog i {
        margin-top:8px;
    }

    .book-view .visible-book {
        overflow:auto !important;
    }

    .catalog-slider .owl-carousel .owl-stage-outer {
        pointer-events:none;
    }

    .catalog-zoomer-buttons {
        position: absolute;
        top: -37px;
        left: 0;
        background: #4a4b5d;
        border: 1px solid #eee;
        width: 100%;
        display:none;
    }

    .catalog-zoomer-buttons .zoom-range {
        width: calc(100% - 85px);
        margin-top:20px;
    }

    .catalog-zoomer-buttons .zoom-range::-moz-range-track {
        width:100%;
    }

    .catalog-zoomer-buttons .zoom-range::-webkit-slider-runnable-track {
        width:100%;
    }

    .catalog-zoomer-mobile {
        overflow:auto;
    }

    .catalog-zoomer-buttons .zoom-out,
    .catalog-zoomer-buttons .zoom-in {
        line-height:33px;
    }

    .close-catalog {
        top:-18px;
        right:0;
        z-index:999;
    }

    .catalog-pagination .slider-prev,
    .catalog-pagination .slider-next {
        margin-left:0;
        margin-right:0;
        background: rgba(0,0,0,0.1);
        box-shadow:0 0 0 0 rgba(0,0,0,0);
        border-radius: 0;
        height: 85px;
        line-height: 70px;
        width:40px;
    }

    .catalog-pagination .slider-arrow:focus {
        background:transparent;
        box-shadow:0 0 0 #fff;
    }

    .featured-item .promo-item-title {
        display:none;
    }

    .caption-main-title {
        display:none;
    }

    .caption-main-title i {
        display:block;
    }

    .caption-discount {
        right:0;
    }

    .offer-slider {
        border-bottom: 1px solid #eee;
        background: #fff;
        margin-bottom: 20px;
    }

    .cart-table.table .product-item-size {
        font-size: 11px;
    }

    .cart-table.table .product-item-code {
        font-size: 10px;
    }

    .cart-table .product-item-category {
        font-size: 11px;
        line-height: 12px;
    }

    .product-slider .product-item-prices {
        min-height:20px;
    }

    .promo-item.featured-item {
        min-height:20px;
    }

    .offer-slider .caption-ribbon {
        bottom:5px;
    }

    .assortment {
        padding: 20px 10px;
    }

    /*
    * gender slider
    */

    .genders-slider,
    .genders-slider .headline {
        margin-bottom:20px;
    }

    .genders-slider .headline {
        min-height:60px;
    }

    .social-icons {
        text-align:center;
    }

    .social-icon a {
        font-size:32px;
    }

    .social-share-sidebar .social-share .social-share-icon {
        width:auto;
        margin-right:10px;
    }

    .products-list-simple .product-item-image {
        text-align:left;
    }

    .product-listing-filters {
        padding:35px 10px;
    }


    .post-item-imagewrapper img {
        width:100%;
    }

    .product-listing-tags{
        padding: 4px 10px 4px 0;
        min-height: 0;
    }

    .product-listing-tags:before{
        display: none;
    }


    .search-page .background {
        padding:20px 10px;
    }

    .visible-grid {
        padding:10px 10px 20px;
    }

    .payment-methods {
        padding: 0px 10px 40px;
    }

    .catalog-info {
        padding:0 10px 40px;
    }

    .catalog-list-ondetail {
        padding:0 10px 40px;
    }

    .payment-methods .footer-paymentcard {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .payment-methods .footer-paymentcard img {
        margin-top:10px;
    }

    .catalog-details h1 {
        margin-top:5px;
    }

    .catalog-details .catalog-head {
        padding:0 10px;
    }

    .fixed-sidebar.catalog-color {
        margin-bottom:20px;
    }

    .fixed-sidebar,
    .fixed-sidebar > .sidebar-small {
        max-width:100%;
    }

    .products-list-simple.product-list-simple-styled .product-item-image img {
        max-height:1000px;
    }

    .catalog-color .product-list-simple-styled {
        padding:0;
    }

    .filter-group-items{
        margin-bottom: 10px;
    }

    .filter-group-items li{
        margin-bottom: 5px;
    }

    .filter-group-items-wrapper.reset-wrapper {
        position: absolute;
        top: 20px;
        left: 10px;
        margin: 0;
        background: #3973b5;
        color: #fff;
        padding: 0 10px;
    }

    .product-listing-filters .reset-tag-wrapper {
        border: none;
        margin: 0;
        padding: 0;
        line-height: 28px;
    }

    .product-listing-filters .reset-tag-wrapper span{
        display: none;
    }

    .filter-group-headline {
        border-bottom: 1px solid rgba(0,0,0,0.125);
    }

    .filter-group .items-wrapper {
        max-height: inherit;
    }

    .catalog-listing-items .product-text-wrapper {
        padding-top:5px;
    }

    .product-compare-main .main-product {
        padding:38px 0 0;
        font-weight:400;
    }

    .main-product-info .info-headline,
    .main-product-info .info {
        text-align:left;
        height:auto;
        background:#fff;
        font-weight: 400;
    }

    .main-product-info .info a {
        color:#888;
    }

    .product-compare-main .row,
    .product-compare-main .bordered-row {
        font-weight: 400;
        color:#888;
        border-bottom:1px solid #eee;
    }

    .compared-products-wrapper {
        background:transparent;
    }

    .compared-products-wrapper .heading-wrapper .headline,
    .compared-products-wrapper .owl-item {
        background:#fff;
    }

    .main-product-info .info-headline,
    .compared-products-wrapper .main-product-info .info-headline {
        color:#555;
    }

    .comments {
        padding: 10px 0;
    }

    .bordered-row {
        line-height: 18px;
        padding: 5px 0;
        border-bottom:1px solid #eee;
    }

    .bordered-row .text-right {
        text-align:left;
    }

    .product-infobox{
        float:left;
        width: 100%;
        padding-bottom:5px;
        background:#fff;
    }

    .login-sidebar .product-infobox-contact {
        width:100%;
    }

    .transaction-content {
        padding:0 10px;
    }

    .product-infobox-contact-text {
        font-size:1em;
    }

    .product-details .tab-content .btn {
        width:100%;
    }

    .filter-group-items {
        max-height:9001px;
    }

    .login-style .btn {
        width:100%;
    }

    .cart-step h3 {
        margin-bottom:0;
    }

    .header-cart {
        height:60px;
    }

    .final-step .cart-step .btn {
        width:100%;
        margin-bottom:10px;
    }

    .horizontal-separator-cart {
        height: 20px;
        background: #eee;
        margin: 10px -5px 20px;
        float:left;
        width: calc(100% + 10px);
    }

    .product-buy .shop-button-qnt {
        border-radius:0;
        padding-left:80px;
    }

    .product-details .products-list-simple h4 {
        background:#fff;
    }

    .product-details h1 {
        margin-top:10px;
    }

    .listing-products .brand-item {
        height:180px;
    }

    .listing-products .store-item-title {
        margin-top:10px;
    }

    .listing-products .brands-wrapper.brands-color .brand-item {
        height:150px;
    }

    .stores-map {
        z-index:1;
        top: 0;
    }

    .store-map-wrapper .show-store-list {
        top: 30px;
        left: 10px;
    }

    .rsBullets {
        position: absolute;
        bottom: 0px;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        padding: 10px;
        display: inline-block;
        text-align: center;
        left: 0px;
        margin: 0px auto;
        opacity:1;
        transition:0s opacity;
    }

    .rsNavItem {
        height: 10px;
        width: 10px;
        float: left;
        background: rgba(247,166,39,0.3);
        margin-right: 10px;
    }

    .rsNavItem.rsNavSelected {
        background: rgba(247,166,39,1);
    }

    .shop-list-group .table .icon-config {
        padding: 0px 5px 0px 10px;
    }

    .shop-list-group .table .icon-close {
        padding: 0px 10px 0 5px;
    }

    /*Store*/
    .storelocator-panel {
        opacity: 0.9;
        margin: 20px 0;
        padding: 10px;
        max-width: 100%;
        width: 100%;
    }

    .store-item-address {
        height:auto;
    }

    /* product-availability */

    .availability-headline,
    .availability-input,
    .availability-button {
        width:100%;
        margin-bottom:10px;
    }

    /* Pagination */
    .pagination{
        display: block;
        float: none;
        text-align: center;
        margin-top:20px;
    }

    .pagination > li > a{
        margin: 0;
    }

    .pagination > li.first > a,
    .pagination > li.last > a,
    .pagination > li.next > a,
    .pagination > li.prev > a {
        padding: 4px;
        font-size: 12px;
    }

    .pagination > li.first > a:hover,
    .pagination > li.last > a:hover,
    .pagination > li.next > a:hover,
    .pagination > li.prev > a:hover {
        color:#888;
    }

    .product-compare-main {
        margin-top:10px;
    }

    .product-compare-main .category {
        font-size:0.75rem;
    }

    .product-compare-main .category a {
        font-weight:400;
        color:#888;
    }

    .small-wrapper {
        padding-right:0;
    }

    .brand-item {
        height:90px;
    }

    /* Footer */

    .footer {
        padding:20px 0 10px;
    }

    .footer-wrapper{
        padding-bottom: 0;
    }

    .footer-wrapper:after {
        width:240px;
    }

    .footer-small {
        height:auto;
    }

    .footer-small .form-newsletter {
        margin-bottom:0;
    }

    .footer-box:first-child{
        padding-left: 0;
    }

    .footer-shop-info{
        /*        margin-top: 20px;*/
        z-index: 1;
    }

    .footer .logo {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer .logo img {
        max-width:100%;
        margin:auto;
    }

    .disclaimer {
        margin-bottom:10px;
    }

    .footer-box-list > li {
        padding:2px 0;
    }

    .footer h4,
    .footer h5,
    .footer-box-content {
        text-align:left;
    }

    .footer-logo {
        padding:10px 0;
        margin:0 auto;
    }

    .footer-box-headline {
        width:100%;
    }

    .footer-boxes .img-responsive {
        display:inline-block;
    }

    /* Footer collapse */
    .collapse-menu{
        margin-bottom: 20px;
    }

    .collapse-menu .heading-wrapper .title .icon{
        display: block;
    }

    .collapse-menu .items-wrapper {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .collapse-menu .open .items-wrapper{
        max-height: 1000px;
        padding-bottom: 20px;
    }

    .collapse-menu .heading-wrapper .title .icon{
        position: absolute;
        top:0;
        right: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .collapse-menu .open .heading-wrapper .title .icon{
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .instagram-headline {
        display:none;
    }

    .instagram-wrapper {
        display:block;
    }



    .responsive-center {
        text-align:center;
    }

    .offer-slider-wrapper {
        max-width: 235px;
        margin: 0 auto 20px;
    }

    /* Post*/
    .post-item-imagewrapper{
        margin-bottom: 10px;
    }

    .post-item-text {
        font-size:12px;
        line-height:16px;
    }

    .post-item .item-wrapper {
        min-height:150px;
    }

    .post-head {
        padding:5px 10px;
    }

    /* Product */
    .products-list-simple .product-category{
        margin-top: 5px;
    }

    .product-listing-items {
        margin-bottom:20px;
    }

    .product-item-overlay{
        cursor: default;
        pointer-events: none;
    }

    .product-image-wrapper {
        max-width:380px;
        margin:0 auto;
    }

    .catalog-listing .product-image-wrapper {
        max-width:100%;
    }

    .products-color .product-image-wrapper,
    .product-details .product-image-wrapper {
        max-width:100%;
    }

    .product-details .product-list-simple-styled {
        background:transparent;
    }

    .product-slider .product-item {
        background:transparent;
    }

    .product-image-wrapper:hover .caption-main-wrapper{
        opacity: 0;
    }

    .product-item-title {
        margin-top:5px;
    }

    .offer-slider-wrapper .owl-carousel .owl-item {
        background:transparent;
    }

    .product-details .countdown-timer-wrapper,
    .product-details .countdown-label {
        width:100%;
    }

    .product-compare-main .headline {
        font-size:1.125rem;
    }

    .catalog-reader {
        padding:5px 5px 25px;
    }

    .catalog-reader-outer-wrapper {
        min-height:50px;
    }

    .catalog-list-ondetail .product-item {
        width:50%;
        max-width:50%;
    }

    .catalog-content-html {
        padding:0;
    }

    .profile .product-image-wrapper {
        max-width:100%;
    }

    .profile .product-item-overlay {
        border:0 solid #fff;
    }

    .profile .profile-section {
        padding: 0;
    }

    .profile .heading-wrapper-profile {
        padding: 0;
        margin-bottom:20px;
    }

    .profile-submenu {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    /* Brands */
    .brand-item img{
        max-width: 100%;
    }

    /* Cart */
    .delivery-options li{
        padding: 0;
    }

    #cart_onepage_delivery_country_form {
        margin: -10px -5px;
    }

    #cart_onepage_delivery_country_form .form-group {
        margin: 10px 15px 0;
        float: none;
    }

    /* Location search */
    .location-search-inputs{
        margin-bottom: 20px;
    }

    .tab-content-profile {
        padding-bottom:10px;
    }

    .tab-content-profile .dl-horizontal dd {
        border-bottom:1px solid #fff;
    }

    .profile-section .product-item {
        margin-bottom:20px;
    }

    .profile .nav-vertical > li > ul li {
        float:left;
        width:100%;
    }

    .heading-wrapper-profile h1 {
        font-size:16px;
        font-weight: 400;
    }

    .heading-wrapper-profile .heading-append a {
        padding:0;
    }


    /* Promo item */
    .promo-item-image-wrapper img{
        width: 100%;
        height: auto;
    }

    .promo-item-caption-wrapper{
        position: relative;
    }

    .promojoining-item-image-wrapper {
        text-align:center;
    }

    .promojoining-item-description p {
        display:none;
    }

    .promo-bg-big {
        max-height:2000px;
        height:auto !important;
    }

    .styled-modal .headline {
        padding-right:40px;
        text-align:left;
    }

    .outlet-header {
        margin:0;
    }

    .outlet-header:before {
        display:none;
    }

    .outlet-header a {
        padding:18px 30px !important;
    }

    .compared-products-wrapper .heading-wrapper .headline {
        padding:5px 10px;
        height:40px;
    }

    .footer-small .form-newsletter .form-control {
        width:160px;
    }

    .styled-modal .close {
        top:-5px;
    }

    /*sports landing page*/

    .sport-main .item-title {
        font-size: 40px;
        color: #ffffff;
    }

    .sport-main .button-slider{
        padding: 6px 12px;
    }
    .sport-main .item-description{
        font-size:14px;
    }

    .sport-main .item-wrapper-rel{
        left: 30px;
        top: 25%;
    }

    .sport-main .slider-wrapper {
        padding: 0;
    }

    .sportcategories-slider .item-wrapper:first-child,
    .sportcategories-slider .item-wrapper:last-child{
        padding-right:0;
        padding-left: 0;
    }

    .sport-pngsldier .item-description{
        display: none;
    }

    .sport-pngsldier .item-wrapper-rel{
        position: absolute;
        top:auto;
        left:auto;
    }

    .sport-pngsldier .item-title{
        font-size: 14px;
        font-weight: 700;
    }

    .sport-pngsldier .btn.button-slider {
        width:auto;
    }

    .sport-three-in-row .item-title{
        font-size:14px;

    }
    /*
        .sport-three-in-row .item.slick-active .button-slider{
            opacity: 1;
        }*/

    .sport-three-in-row .item-text-wrapper {
        bottom: 10px;

    }

    .onlyimgslider.slider-wrapper {
        padding: 0;
    }

    .onlyimgslider .headline-wrapper {
        left: 10%;
        z-index: 999;
    }

    .onlyimgslider .slick-slide {
        padding: 0 ;
    }

    .onlyimgslider-content {
        display: block;
        width: auto;
    }

    .sport-four-in-row {
        margin: 40px 0;
    }

    .sportcategories-slider {
        padding: 40px 0;
    }

    .sport-three-in-row .slider-wrapper {
        padding: 0
    }

    .sportcategories-slider.dif-grid {
        margin-bottom: 0px;
        padding: 0;
    }

    .sportcategories-slider.dif-grid .item{
        margin-bottom: 40px;
    }

    .padding-slider .slider-arrows {
        width: 100%;
    }

    .padding-slider .slider-navigation-absolute .slider-prev,
    .padding-slider .slider-navigation-absolute .slider-next {
        padding: 10px 7px 3px 6px;
    }

    .padding-slider .slider-wrapper {
        padding: 0 ;
    }

    .sport-three-in-row .item.slick-slide.slick-current.slick-active img{

        transition:all 0.3s;
    }

    .onlyimgslider .btn.btn-slider {
        background-color: rgba(0,0,0,0.9);
    }

    .sportcategories-slider .title {
        font-size: 20px;
        margin-top: 20px;
    }

    .sport-three-in-row .item-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .onlyimgslider .slick-dots {
        bottom: 0;
    }
    /*sports landing page*/
    .sportcategories-slider.dif-grid .item img{
        margin: auto;
    }
    .sportcategories-slider .item-wrapper:last-child .item {
        float: none;
    }
    .b-landing-wrapper .sport-pngsldier {
        width: 100%;

    }

    .b-landing-wrapper .sport-main .item-wrapper-rel {
        position: absolute;
        left: 30px;
        top: 25%;
        transform: translateY(-50%);

    }
    .b-landing-wrapper .sport-pngsldier {
        width: 100%;
    }

    .b-landing-wrapper .sport-main .item-wrapper-rel {
        left: 90px;
        top: 55%;
    }
    .b-landing-wrapper .item-subtitle {
        top: 50px;
    }

}

/* NOVI CSS */

@media (max-width: 767px) {

    .header{
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }


    .header .intro-slider {
        display: none;
    }

    .header .quick-links {
        display: none;
    }

    .header .header-top .user {
        display: none;
    }

    .nav-mobile-icon {
        display: block;
        padding:0;
        top: 4px;
        left: 8px;
        z-index: 99999;
        color: #ffffff;
    }

    .mini-cart.mini-cart-simple,
    .autocomplete-button {
        margin: 0;
    }

    .header .logo {
        position: fixed;
        top: 0px;
        left: 50%;
        /*-webkit-transform: translateX(-50%);*/
        -webkit-transform: translate(-50%,-60px); /* Za stare android browsere mora da se resetuje header position fix (sa transition3d(0,0,0)) i pomery po Y osi za visinu header-a */
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 140px;
        z-index: 10000;
        height: 60px;
        text-align: center;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .header-top > .container {
        height: 60px;
    }

    .header-top > .container .row {
        float: right;
    }

    /* Header inline */
    .header-inline .nav-mobile-icon i {
        font-size: 50px;
    }

    .header-inline .header-cart,
    .header-inline .autocomplete-button{
        padding: 0;
        line-height: 60px;
        height: 60px;
    }

    .header-inline .main-4level .nav-main {
        width: 270px;
        background: #ffffff;
        height: 100%;
        overflow: scroll;
    }

    .header-inline .nav-main-dropdown h5 {
        margin: 10px 0;
    }

    .header-inline .nav-main > li > a {
        padding: 16px;
        font-size: 16px;
        line-height: 16px;
        height: inherit;
        display: block;
    }

    .header-inline .nav-main > li > a:hover:before,
    .header-inline .nav-main > li.active > a:before,
    .header-inline .nav-main > li > a:hover:after,
    .header-inline .nav-main > li.active > a:after{
        content: none;
    }

    .header-inline .nav-main-dropdown-wrapper {
        position: relative;
    }

    .header-inline .nav-main-wrapper.loaded {
        height: 100vh;
    }

    /* mai slider */
    .slider.main-slider .item .img-wrapper .main-img {
        display: none;
    }

    .slider.main-slider .item .img-wrapper .mobile-img {
        display: block;
    }

    /* slider with custom pagination */
    .custom-pagination-slider .item .img-wrapper .main-img {
        display: none;
    }

    .custom-pagination-slider .item .img-wrapper .mobile-img {
        display: block;
    }

    .product-slider {
        padding: 0;
    }

    .product-slider .item .options-wrapper {
        display: none;
    }

    .product-slider .slick-slide {
        padding: 0 5px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .product-slider > .slider-navigation-absolute {
        display: none;
    }

    .product .item.grid-view .img-wrapper {
        padding: 0;
    }

    .product .item .text-wrapper {
        height: 165px;
        margin-bottom: 0;
    }

    .product .item .text-wrapper .title {
        line-height: 14px;
        height: 28px;
    }

    .product .item .text-wrapper .title a {
        font-size: 14px;
        line-height: 14px;
    }

    .product .item .text-wrapper .prices-wrapper .current-price,
    .product .item .text-wrapper .prices-wrapper .prev-price{
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 0;
    }

    .product .item .btn-wrapper {
        display: none;
    }

    .product .item .caption-icons {
        color: #000000;
    }

    .product .item .caption-icons .product-compare {
        display: none;
    }

    .product .item:hover .options-wrapper {
        display: none;
    }

    /* promo fullscreen slider */
    .promo-slider .main-img,
    .promo-slider .content {
        display: none;
    }

    .promo-slider .img-wrapper .mobile-img{
        display: block;
    }

    .promo-slider .text-wrapper {
        margin: 0;
    }

    .promo-slider .text-wrapper .title {
        color:#4a4b5c;
        font-size: 1rem;
    }

    .sidebar-menu .toggleSidebar .icon {
        display: inline-block;
    }

    .sidebar-menu .heading-wrapper .title h3 {
        margin-top: 10px;
    }

    .sidebar-menu.sidebar-menu-simple .heading-wrapper {
        background: #f5f5f5;
    }

    .page-cover-image.page-cover-image-title-left,
    .category-cover-image.category-cover-image-title-left {
        text-align: center;
    }

    .page-cover-image.page-cover-image-title-left .heading-wrapper,
    .category-cover-image.category-cover-image-title-left .heading-wrapper {
        text-align: center;
    }

    .page-cover-image.page-cover-image-title-left .heading-wrapper .title h1,
    .category-cover-image.category-cover-image-title-left .heading-wrapper .title h1 {
        line-height: 35px;
        text-align: center;
    }

    .page-cover-image.page-cover-image-title-topleft .heading-wrapper .title h1,
    .category-cover-image.category-cover-image-title-topleft .heading-wrapper .title h1 {
        padding: 20px 0 10px;
    }

    .sidebar-color:before {
        right: 0;
    }

    .grid-slider.categories-grid-slider .text-wrapper .title {
        font-size: 1rem;
    }

    .footer {
        text-align: left;
    }

    .sidebar-menu .collapsed-mobile {
        display:none;
    }

    .sidebar-menu .collapsed-mobile.in {
        display:block;
    }

    .product-images .product-images-zoom-open{
        display: none;
    }

    .product-price-wrapper .action-lowerprice{
        position: relative;
    }
    .page.page-faq .wrapper {
        padding: 20px 10px 0;
    }

    .sidebar-menu .nav li > a {
        padding: 7px 10px 7px 15px;
    }

    .modal-small .modal-dialog {
        max-width: 100%;
    }

    /* menu 4 level */
    .level4 .nav-main-submenu-wrapper {
        width: 100%;
    }

    .level4 .nav-main-submenu .nav-main-dropdown-wrapper {
        left: 0;
        width: 100%;
        max-width: 100%;
        padding-bottom: 0;
    }

    .level4 .nav-main-submenu > li > a > i.icon-angle-left:before {
        content: '\e606';
    }

    .level4 .nav-main-submenu > li > a > i.icon-angle-right:before {
        content: '\e60a';
    }

    /* Article slider */
    .article.article-slider {
        padding: 20px 0;
    }

    .article.article-slider .item {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .product-images .product-images-thumbs {
        display: none;
    }

    /* breadcrumbs */
    .breadcrumbs {
        display: none;
    }

    .tab-content{
        padding: 5px 0;
    }

    .filters-close {
        color:#fff;
    }

    .filters-close {
        position: absolute;
        top: 20px;
        right: 10px;
        color: #fff;
        border:0;
        font-weight: 300;
        font-size: 1.5rem;
        padding: 3px 10px;
        background: #3973b5;
        opacity: 1;
        display: block;
    }
    .filters-close:hover,
    .filters-close:focus,
    .filters-close:active:focus,
    .filters-close:active {
        color:#fff;
    }

    .product-listing-intro .form-group,
    .product-listing-intro .list-types-wrapper,
    .product-listing-intro .pagination-wrapper{
        display: none;
    }

    .product-listing-intro .headding-wrapper {
        margin-top: 30px;
    }

    .product-listing-intro .form-group.sort-product{
        display: flex;
        margin: 9px 0 9px 15px;
        max-width: calc(100% - 100px);
    }

    .product-listing-intro .form-group.sort-product .styled-select {
        max-width: calc(100% - 50px);
    }

    .product-listing-intro .intro-filters {
        float: none;
        position: fixed;
        z-index: 999;
        background: #ffffff;
        width: 100%;
        left: 0;
        top: 60px;
        height: 50px;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    }

    .action-filters{
        display: block;
        margin: 9px 10px 9px 0;
        padding: 6px;
    }

    .action-filters-icon{
        font-size: 9px;
    }

    .sidebar-product-compare {
        display: none;
    }

    /* Profile User data*/
    .profile .user-data .item {
        line-height:16px;
        text-align:left;
        padding:0 5px;
        height:50px;
    }

    /* Profile submenu */
    .profile-sidebar {
        max-width:100%;
        overflow:hidden;
        border-left: 1px solid #d9d9d9;
        padding: 0;
    }
    .profile-sidebar .heading-wrapper {
        display: none;
    }

    .profile-sidebar .show-vertical-menu {
        display: block;
        background: #ffffff;
        padding-left: 32px;
        line-height: 45px;
        position: relative;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .profile-sidebar .show-vertical-menu i {
        position: absolute;
        top:7px;
        left:5px;
        font-size: 30px;
    }

    .profile-sidebar .nav-vertical {
        display: none;
        margin-bottom:0;
        border-bottom: 1px solid #d9d9d9;
    }

    .profile-sidebar .nav-vertical > li {
        line-height:30px;
    }

    .profile-sidebar .nav-vertical > li > a {
        padding:8px 10px;
    }

    .profile-orders .order-table .item.item-status,
    .profile-orders .order-table .item.item-quantity,
    .profile-orders .order-table .item.item-date{
        display: none;
    }

    .dl-horizontal dd{
        margin-left: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #eee;
    }

    .modal-body {
        padding: 10px;
    }

    .modal-footer {
        padding: 15px;
    }

    .modal-footer .btn:first-child,
    .modal-footer .btn {
        margin-left:0;
        margin-bottom:10px;
    }

    .modal-footer .btn + .btn {
        margin: 0 0 20px;
    }

    .cart-table.table > thead > tr > th,
    .cart-table.table > tbody > tr > td {
        border-right:1px solid #eee;
        font-size:12px;
    }

    .cart-table.table > thead > tr > th {
        padding:10px;
    }

    .cart-table.table > tbody > tr > td {
        padding: 4px;
        white-space: initial;
    }

    .cart-table .product-item-image img {
        max-width: 75px;
    }

    .cart-table .product-item-title a {
        width: 120px;
        display: block;
        line-height: 16px;
        max-height: 32px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .cart-table .item-article a {
        width: calc(100vw - 255px);
        margin-left: 5px;
    }

    .orderdetails-modal .cart-table .item-article a {
        width: inherit;
    }

    .cart-table .item-article a.title {
        font-size: 12px;
        line-height: 14px;
    }

    .sidebar-menu {
        max-width: initial;
        max-height: initial;
    }

    /* Mini cart */
    .mini-cart {
        height: 60px;
        width: 40px;
        text-align: center;
    }

    .mini-cart.mini-cart-simple {
        width: 40px;
        min-width: 40px;
    }

    .mini-cart.mini-cart-simple .icon {
        font-size: 20px;
    }

    .header-cart .mini-cart.mini-cart-simple .header-carthor-total {
        font-size: 13px;
    }

    .mini-cart:after {
        content: none;
    }

    .mini-cart .icon-wrapper .description {
        display:none;
    }

    .header-carthor-preview{
        margin-right: 0;
        margin-top:0;
        border-left:0 solid #fff;
        border-right:0 solid #fff;
        padding:0;
        background:#A5D200;
        color: #fff;
        min-height:60px;
    }

    .header-carthor-preview:after {
        display:none;
    }

    .header-cart .mini-cart .header-carthor-total {
        font-size: 1rem;
        width: 40px;
        position: absolute;
        top: 45px;
        right: 0px;
        text-align: center;
        background: #91B503;
        color: #FFF;
        padding: 0px;
        line-height: 15px;
        height: 15px;
        border-radius: 0;
        margin: 0;
    }

    .header-cart .mini-cart.mini-cart-simple .header-carthor-total {
        background: transparent;
    }

    .header-cart .mini-cart .icon-wrapper {
        margin-top:0;
        margin-right:0;
        border-radius:0;
        background:transparent;
        width: 100%;
        height: 60px;
        color: #ffffff;
        border-right: 0 solid #fff;
    }

    .header-cart .mini-cart .icon-wrapper .icon{
        line-height: 60px;
    }

    .header-cart .mini-cart .icon-wrapper:hover,
    .header-cart .mini-cart .icon-wrapper:active,
    .header-cart .mini-cart .icon-wrapper:focus,
    .header-cart .mini-cart .icon-wrapper:focus:active {
        background:transparent;
        color:#fff;
    }

    /* Header favorite */

    .header-favorite {
        height: 60px;
        width: 40px;
    }

    .header-favorite:after {
        content: none;
    }

    .header-favorite .icon-wrapper .description {
        display:none;
    }

    .header-favorite .header-carthor-total {
        font-size: 1rem;
        width: 40px;
        position: absolute;
        top: 45px;
        right: 0px;
        text-align: center;
        background: #91B503;
        color: #FFF;
        padding: 0px;
        line-height: 15px;
        height: 15px;
        border-radius: 0;
        margin: 0;
    }


    .header-favorite .icon-wrapper {
        margin-top:0;
        margin-right:0;
        border-radius:0;
        background:transparent;
        width: 100%;
        height: 60px;
        color: #ffffff;
        border-right: 0 solid #fff;
    }
    .header-favorite.header-favorite-simple {
        position: relative;
    }

    .header-favorite .icon-wrapper .icon{
        line-height: 60px;
    }

    .header-favorite.header-favorite-simple .icon-wrapper .icon {
        font-size: 20px;
    }

    .header-favorite.header-favorite-simple .header-carthor-total {
        background: transparent;
        font-size: 12px;
        line-height: 12px;
    }

    .header-favorite .icon-wrapper:hover,
    .header-favorite .icon-wrapper:active,
    .header-favorite .icon-wrapper:focus,
    .header-favorite .icon-wrapper:focus:active {
        background:transparent;
        color:#fff;
    }

    /* Mini favorite flat */
    .header-cart-flat,
    .header-favorite-flat {
        padding: 0;
        width: 40px;
        line-height: 60px;
        text-align: center;
        background: #89c03c;
    }

    .header-cart-flat .icon-wrapper,
    .header-favorite-flat .icon-wrapper{
        line-height: 60px;
        height: 45px;
        display: block;
        font-size: 20px;
    }

    .header-cart-flat .header-carthor-total,
    .header-favorite-flat .favorite-header-total {
        display: block;
        line-height: 15px;
    }

    /* company info */
    .company-info.slider-static {
        text-align: left;
    }

    .company-info .item i, .company-info .item span.content {
        display: inline-block;
    }
    .letters-inline span.item {
        line-height: 2;
    }

    /* Promo location */
    .collapse .item,
    .panel > .collapse .panel-toggle {
        padding: 0;
    }

    .collapse .map-link-wrapper {
        right: 10px;
    }

    /* page */
    .page .right-info,
    .page .left-info {
        padding: 0 10px;
        border: none;
    }

    /* Order shipment tracking */
    .order-shipment-tracking h2 {
        line-height: 25px;
        margin-top: 10px;
    }

    /* Parallax page */
    .parallax .item {
        height: inherit;
    }

    .parallax .item .img-wrapper {
        width: 100%;
    }

    .parallax .item .img-wrapper .main-img {
        width: 100%;
        max-width: 100%;
        position: static;
    }

    .parallax .item .third-img,
    .parallax .item .img-wrapper .second-img {
        display: none;
    }

    .parallax .item .text-wrapper {
        position: static;
        width: 100%;
    }

    .parallax .item .text-wrapper .content {
        position: static;
        transform: none;
        margin: 10px 0 30px;
        padding: 0 0 30px;
        opacity: 1;
        border-bottom: 1px solid #ddd;
    }

    /* Menu slider */
    .slider-menu{
        display: none;
    }
    .menu-lang-wrapper{
        display: none;
    }
    /*Scroll to top */
    .scroll-to-top{
        display: none !important;
    }
    /*Scroll to top End*/

    .grid-slider.side-text .content{
        position: static;
        transform:none;
        padding: 25px;
        width:100%;
    }
    .grid-slider.side-text .text-wrapper .title {
        font-size: 26px;
    }

    .category-main-image .img-wrapper img {
        margin-top: 0;
    }

    .category-main-image .heading-wrapper h1 {
        font-size: 25px;
    }

    .category-gallery-slider .item .img-wrapper img {
        padding: 0;
        max-width: 100vw;
    }

    .category-gallery-slider.slider .item.slick-slide {
        padding: 0;
    }

    .category-gallery-slider .item .text-wrapper {
        padding: 0 30px;
    }

    .category-submenu {
        display: none;
    }

    .category-submenu.mobile {
        display: block;
    }

    .category-intro,
    .article-intro {
        margin: 0;
    }

    .article-list-odd-even .item.odd .item-inner-wrapper .text-wrapper,
    .article-list-odd-even .item .item-inner-wrapper .text-wrapper {
        position: static;
        -webkit-transform: translate(0%);
        -moz-transform: translate(0%);
        -ms-transform: translate(0%);
        -o-transform: translate(0%);
        transform: translate(0%);
        width: 100%;
        padding: 20px 10px;
    }

    .grid-slider.side-text .text-wrapper .title {
        text-align: center;
        margin: 10px auto;
    }

    .grid-slider.side-text .item.odd .content,
    .grid-slider.side-text .item.even .content {
        width: 100%;
        max-width: 100%;
    }

    .grid-slider.side-text .item.odd .img-wrapper img,
    .grid-slider.side-text .item.even .img-wrapper img {
        width: 100%;
        max-width: 100%;
    }

    .grid-slider.side-text.side-text-with-cover .item {
        margin: 10px auto 0;
    }

    .grid-slider.side-text-with-cover .slider-cover .img-wrapper img {
        display: none;
    }

    .grid-slider.side-text-with-cover .slider-cover .text-wrapper {
        position: static;
        -webkit-transform: translate(0%,0%);
        -moz-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
        -o-transform: translate(0%,0%);
        transform: translate(0%,0%);
    }

    .grid-slider.side-text-with-cover .slider-cover .text-wrapper .description {
        color: #818285;
        text-align: center;
        font-size: 24px;
        line-height: 26px;
    }

    .grid-slider.side-text .item .img-wrapper img {
        max-width: 100%;
        margin: auto;
    }

    .landing-image-text-slider {
        padding: 20px 0;
    }

    .landing-image-text-slider .img-wrapper,
    .landing-image-text-slider .content {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    /* Landing slider with background */
    .landing-slider-with-bg .heading-wrapper{
        width: 100%;
        padding: 10px;
    }

    .landing-slider-with-bg .slider-init {
        width: 100%;
        padding: 10px 0;
    }
    .modal .dl-horizontal{
        margin-bottom: 0px;
    }
    .modal .dl-horizontal dd{
        margin-bottom: 0px;
    }
    .orderdetails-modal .modal-body{
        padding: 10px 20px 20px;
    }
    .profile-orders .table>tbody>tr>td.item.item-article{
        width:140px;
    }
    .profile-orders .cart-table .item-article a.title{
        font-size: 12px;
        line-height: 14px;
    }
    .cart-table .item-article a.category{
        font-size: 12px;
    }
    .profile-orders .table>tbody>tr>td{
        padding: 10px;
    }
    .profile-orders .table>tbody>tr:first-child>td {
        padding-top: 10px;
    }
    .category-menu-with-img .item{
        max-width:150px;
    }
    .page-menu-images .item{
        max-width:150px;
    }
    .gifcards-option .item .img-wrapper {
        padding: 5px 20px;
        max-width: 150px;
    }

    /* Slider with left circle and slides list right */
    .left-circle-right-list .row {
        display: block;
        margin: auto;
    }

    .left-circle-right-list .row .left-wrapper .item,
    .left-circle-right-list .row .left-wrapper .item .content,
    .left-circle-right-list .row .left-wrapper .item .img-wrapper {
        text-align: center;
        position: relative;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin: auto;
        width: auto;
        height: auto;
        border-radius: 0;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    .left-circle-right-list .row .item .content .text-wrapper .title {
        font-size: 56px;
        line-height: 56px;
    }

    .left-circle-right-list:after {
        content: none;
    }

    .left-circle-right-list .row .right-wrapper {
        padding: 0;
    }

    /* Slider with left img and right list with bg */
    .left-img-right-list-with-bg .container > .row {
        display: block;
    }

    .left-img-right-list-with-bg .left-wrapper .img-wrapper {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: relative;
        left: 0;
        top: 0;
        margin: 30px 0;
    }

    .article-cover-two-image,
    .category-cover-two-image {
        margin-bottom: 20px;
    }

    .article-cover-two-image .cover-img-wrapper,
    .category-cover-two-image .cover-img-wrapper {
        height: inherit;
        margin: auto;
    }

    .article-cover-two-image .cover-img-wrapper .title h1,
    .category-cover-two-image .cover-img-wrapper .title h1 {
        height: inherit;
        text-align: center;
        padding: 40px 0;
        font-size: 35px;
        line-height: 40px;
        margin: 0;
    }

    .article-cover-two-image .cover-desctiption-wrapper,
    .category-cover-two-image .cover-desctiption-wrapper {
        background: #414254;
    }

    /* Article detail */
    .article,
    .form-comment {
        margin: 0;
    }

    .article .social-share,
    .article-detail .article-wrapper .title h1 {
        padding: 0;
    }

    /* landing items */
    .horizontal_image_text_grid6 {
        padding: 0;
        margin: 10px 0;
    }

    /* header v3 */
    .header.header-v3 .container .right-content {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1101;
        width: 80px;
    }

    .header.header-v3 .header-favorite .icon-wrapper {
        text-align: center;
    }

    .header-favorite.header-favorite-circle-top-right .favorite-header-total {
        top: calc(50% - 20px);
        left: calc(50% + 5px);
    }

    .header-cart .mini-cart.mini-cart-circle-top-right .header-carthor-total {
        top: calc(50% - 20px);
        left: inherit;
        right: 0;
    }

    .header.header-v3 .autocomplete-button {
        right: 80px;
        background: transparent;
    }

    .autocomplete-button.autocomplete-button-simple {
        padding: 0;
    }

    .two-portrait-two-landscape > .row {
        display: block;
    }

    .two-portrait-two-landscape .right-column {
        padding: 0;
    }

    .two-portrait-two-landscape .right-column > div {
        height: auto;
        position: static;
    }

    .two-portrait-two-landscape .right-column .item {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: relative;
        margin: 20px 0;
    }

    .two-portrait-two-landscape .no-gutters .right-column > div,
    .two-portrait-two-landscape .no-gutters .right-column .item {
        margin: 0;
        padding: 0;
    }
    .loyalty-profile-badges .item{
        padding: 10px 5px;
        max-width: 49%;
    }
    .loyalty-profile-badges .item .text-wrapper .title{
        padding: 10px 0 5px;
    }

    .product-listing .filter-selector-wrapper {
        padding: 10px 5px;
    }

    .product-listing .filter-selector-wrapper .filter-group-wrapper {
        width: 1px;
        flex-grow: 1;
        margin: 0 5px;
    }

    .product-listing .filter-selector-wrapper .filter-group-wrapper.active .filters-wrapper {
        position: absolute;
        left: 10px;
        width: calc(100% - 20px);
    }

    .product-listing .filter-selector-wrapper .filter-group-wrapper.active .title {
        border-color: #3973b5;
    }



    /* Article listing full width */
    .article.article-fullwidth .items-wrapper .item .content .title,
    .article.article-fullwidth .items-wrapper .item .content .title a {
        font-size: 30px;
        line-height: 30px;
        padding: 10px 0;
    }

    .article.article-fullwidth .item .bottom-wrapper .tags {
        display: none;
    }



    /* Article detail v2 */
    .article-detail-v2.article-detail .article-wrapper .title h1,
    .article-listing-grid-nogutters .portfolio-slider.grid-slider .text-wrapper .title {
        font-size: 30px;
        line-height: 30px;
    }

    .article-cover-two-image .cover-desctiption-wrapper .container .description-wrapper .description,
    .category-cover-two-image .cover-desctiption-wrapper .container .description-wrapper .description {
        font-size: 16px;
        line-height: 26px;
    }

    .image-text-grid12 .text-wrapper {
        padding: 20px 0;
    }

    .article-with-items .text_grid12 .title h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .article-listing-grid-nogutters .portfolio-slider {
        padding: 0 10px;
    }

    .article-slider-with-custopm-pagination .item .content,
    .article-slider-with-custopm-pagination.slider .slick-slide {
        padding: 0;
    }

    .article-slider-with-custopm-pagination .slider-navigation-absolute {
        top: 50px;
    }

    .article-slider-with-custopm-pagination.slider .slick-dots {
        top: -50px;
    }

    .article-slider-with-custopm-pagination.slider .slick-dots li,
    .article-slider-with-custopm-pagination.slider .slick-dots li.slick-active {
        border: none;
        color: #414254;
    }

    .article-slider-with-custopm-pagination.slider .slider-arrows .slider-prev,
    .article-slider-with-custopm-pagination.slider .slider-arrows .slider-next {
        background-color: #ffffff;
    }

    .article-grid-list-with-arrows .category-content,
    .article-list-inslider-wrapper .category-content {
        margin: 20px auto;
    }

    .article-grid-list-with-arrows .category-content h2,
    .article-list-inslider-wrapper .category-content h2 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .article-list-inslider-wrapper .text_grid12 .description{
        font-size: 20px;
        line-height: 25px;
    }

    .article-grid-list-with-arrows .category-content p,
    .article-list-inslider-wrapper .category-content p {
        font-size: 18px;
        line-height: 18px;
    }

    .article-list-inslider-wrapper .text_grid12 .title h2,
    .article-slider-with-custopm-pagination .item .content .text-wrapper .title,
    .article-slider-with-custopm-pagination .item .content .text-wrapper .title a {
        font-size: 25px;
        line-height: 25px;
    }

    .article-slider-with-custopm-pagination .item .content .text-wrapper .description,
    .article-list-inslider-wrapper .text_grid12 {
        margin-top: 20px;
    }

    .article-slider-with-custopm-pagination .item .content .text-wrapper .description p {
        margin-bottom: 15px;
    }

    #order_cart_content .table-responsive {
        margin-bottom: 0;
    }

    .dropdown-custom .nav-main-dropdown-wrapper,
    .dropdown-custom .nav-main-dropdown-wrapper .nav-main-dropdown > .container{
        width: auto;
    }
    .dropdown-custom .nav-main-dropdown-item:before{
        display: none;
    }
    .dropdown-custom .nav-main-dropdown-item img{
        display: none;
    }

    .dropdown-custom .heading-wrapper{
        position: static;
        transform: translate(0%, 0%);
        background: transparent;
        padding: 0 10px 5px;
        width: 100%;
        text-align: left;
        text-transform: none;
        opacity: 1;

    }
    .dropdown-custom .heading-wrapper h5{
        color: #333333;
        text-transform: none;
    }
    .nav-main-dropdown h5{
        font-size: 13px;
    }
    .dropdown-custom .nav-main-dropdown-item{
        margin-top: 0;
    }

    .brand .nav-main-dropdown li {
        max-width: 100%;
    }
    .nav-main > li > a{
        font-size: 14px;
    }
    .nav-main-dropdown li > a {
        padding: 8px 0;
        height: auto;
        line-height: 22px;
        font-size: 12px;
    }
    .nav-main-dropdown-item .heading-wrapper-inline{
        border-bottom: 0;
    }
    .promo-location .collapse .item, .promo-location .panel > .collapse .panel-toggle {
        display: flex;
        height: auto;
        line-height: 25px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .article.article-slider.article-grid-listing-5 .item{
        display: block;
    }
    .article.article-slider.article-grid-listing-5 .heading-wrapper.heading-wrapper-bordered .title{
        position: static;
    }
    .article.article-slider.article-grid-listing-5 .img-wrapper{
        margin-right: auto;
    }
    .article.article-slider.article-grid-listing-5 .content{
        padding: 20px;
    }
    .article.article-slider.article-grid-listing-5 .text-wrapper .title{
        font-size: 25px;
        height: 80px;
        overflow: hidden;
        line-height: 25px;
        color: #4b4b4b;
    }
    .article.article-slider.article-grid-listing-5 .item .btn-wrapper{
        text-align: center;
    }
    .overlay-wrapper.text-wrapper .content{
        display: block;
        padding-right: 0;
    }
    .overlay-wrapper.text-wrapper .left-wrapper{
        width: 100%;
        display: block;
        margin: 0;
    }
    .overlay-wrapper.text-wrapper .right-wrapper {
        width: 100%;
        display: block;
    }

}