<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
    }

    .header-v5 .nav-main {
        width: 300px;
        float: left;
        text-align: left;
        display: block;
        background: #ffffff;
        overflow: scroll;
        height: 100%;
    }
    .header-v5 .nav-main-wrapper.loaded{
        height: calc(100vh - 60px);
    }
    .header-v5 .nav &gt; ul &gt; li a{
        display: block;
    }

    .header-v5 .autocomplete-button.autocomplete-button {
        position: absolute;
        left: 50px;
        top: 0;
        width: 40px;
        text-align: center;
    }

    .nav-main &gt; li.active &gt; a {
        color:#fff;
    }

    .level4 .nav-main-submenu a {
        display: block;
    }

    .nav-main &gt; li &gt; a &gt; 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 &gt; .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;
        min-width: 40vw;
        text-align: center;
    }

    .lists-tabs ul.items-wrapper .item:hover a {
        color: #494949;
    }

    .lists-tabs ul.items-wrapper .item.slick-active.slick-current a {
        color: #3973b5;
    }

    .header-inline.header-wrapper,
    .header-inline .header,
    .header{
        background: #4a4b5c;
        height:60px;
        min-height:60px;
    }



    .header-fix-holder {
        display: block !important;
        pointer-events: none;
    }

    .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 &gt; li.blog-main-menu &gt; a {
        border-radius:0;
    }

    .nav-main li.has-bg &gt; .highlight-bg {
        left:30px;
    }

    .nav-main &gt; .has-bg.jordan-main-menu {
        margin-left:0;
    }

    .nav-main &gt; .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 &gt; 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 &gt; .container {
        max-width: 300px;
        margin: 0;
        background: #fff;
    }
    .nav-main-wrapper &gt; .container &gt; .nav-main {
        left:-250px;
        transition:all 0.3s;
    }

    .nav-main-wrapper.loaded &gt; .container &gt; .nav-main {
        height: calc(100vh - 50px);
        overflow-y: scroll;
        left: 0;
        padding-bottom: 50px;
    }

    .scroll-to-fixed-fixed .nav-main &gt; li.outlet-main-menu &gt; .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 &gt; ul.nav-main {
        display: flex;
        background: #eee;
    }

    .nav-main-useractions &gt; ul &gt; li{
        width: initial;
        padding: 0;
    }

    .nav-main .nav-main-useractions &gt; ul &gt; li a{
        display: inline-block;
    }

    .nav-main-useractions .item {
        display: block;
        float: none;
        border-bottom: 1px solid #dddddd;
    }

    .nav-main-dropdown-wrapper {
        padding: 0;
    }

    .nav-main-useractions &gt; ul &gt; li a,
    .nav-main-useractions &gt; ul &gt; li a:hover,
    .nav-main-useractions &gt; ul &gt; li a:focus,
    .nav-main-useractions &gt; ul &gt; li a:active {
        color:#333;
    }

    .nav-main{
        width: 100%;
    }

    .nav-main li{
        display: block;
        width: 100%;
        position: relative;
    }

    .nav-main li &gt; a{
        padding: 18px 15px;
        height: auto;
        color:#333;
    }

    .nav-main &gt; li &gt; 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 &gt; a{
        padding-left: 30px;
        border-color: #fff;
    }

    .nav-main li.has-bg.sticker &gt; a{
        padding-left: 40px;
    }

    .nav-main li.home-main-menu .highlight-bg {
        background: #d9d9d9;
        padding:3px;
    }

    .nav-main li.has-bg &gt; .highlight-bg{
        left: 15px;
    }

    .nav-main li.has-bg.sticker &gt; .highlight-bg{
        top: -5px;
    }

    /* magic line */
    .nav-main &gt; li &gt; a:hover::after,
    .nav-main &gt; li.active &gt; 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-submenu.active &gt; li:not(.active) {
        display: none;
    }

    .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 &gt; .row &gt; div:first-child{
        padding-left: 10px;
    }

    .nav-main li.active.child-is-open .nav-main-dropdown-inner &gt; .row &gt; div,
    .nav-main li.active.child-is-open .nav-main-dropdown-inner &gt; .row &gt; div:first-child {
        padding: 0;
    }

    .nav-main-dropdown-item{
        margin-left: 0;
    }

    .nav-main-dropdown h5 ,
    .nav-main-dropdown .h5 {
        font-weight: 400;
    }

    .nav-main-dropdown-item:first-child{
        padding-left: 0;
    }

    .nav-main-dropdown-item a i {
        padding: 0 10px;
        line-height: 48px;
        width: 100%;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
        color: #000000;
    }

    .nav-main-dropdown-item.has-sub-items.active a i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        text-align: left;
        color: #ffffff;
    }

    .nav-main-dropdown-item.has-sub-items.active a .heading-wrapper h5 ,
    .nav-main-dropdown-item.has-sub-items.active a .heading-wrapper .h5 {
        background: #3973b5;
        color: #ffffff;
        padding: 0 10px;
    }

    .nav-main-dropdown h5,
    .nav-main-dropdown .h5{
        text-transform: uppercase;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .collapsed-mobile .nav-main-dropdown ul {
        max-height: 0;
        overflow: hidden;
    }

    .collapsed-mobile .brand .nav-main-dropdown ul {
        max-height: initial;
        overflow: auto;
    }

    .collapsed-mobile .nav-main-dropdown .nav-main-dropdown-item.active ul {
        max-height: 1000px;
    }

    .nav-main-dropdown li &gt; a{
        padding: 8px 0;
        height: auto;
        line-height: 32px;
        font-size: 16px;
    }

    .nav-main-submenu &gt; li &gt; a &gt; h5,
    .nav-main-submenu &gt; li &gt; a &gt; .h5{
        margin: 0;
    }

    /* Main navigation Matirial designe */
    .md-menu .nav-main-wrapper &gt; .container {
        max-width: 300px;
    }

    .md-menu .nav-main-dropdown li &gt; a,
    .md-menu .level4 .nav-main-submenu &gt; li &gt; a &gt; h5,
    .md-menu .level4 .nav-main-submenu &gt; li &gt; a &gt; .h5,
    .md-menu .nav-main-dropdown h5,
    .md-menu .nav-main-dropdown .h5,
    .md-menu .nav-main &gt; li &gt; a {
        font-size: 14px;
        padding: 0 15px;
        line-height: 48px;
        text-transform: none;
    }

    .md-menu .level4 .nav-main-submenu &gt; li &gt; a &gt; h5 ,
    .md-menu .level4 .nav-main-submenu &gt; li &gt; a &gt; .h5 {
        padding: 0;
    }

    .md-menu .nav-main-dropdown h5 ,
    .md-menu .nav-main-dropdown .h5 {
        padding: 0 5px;
    }

    .md-menu .nav-main &gt; li &gt; a &gt; i, .level4 i, .nav-main &gt; li &gt; a &gt; i {
        padding: 0 10px;
        line-height: 48px;
        width: 100%;
        text-align: right;
    }

    .md-menu .nav-main-dropdown-inner {
        padding: 0 10px;
        margin-bottom: 35px;
    }

    .md-menu .dropdown-custom .heading-wrapper {
        padding: 0;
    }

    .md-menu .nav-main-dropdown-item:first-child {
        margin-bottom: 0;
    }

    .md-menu .brand .nav-main-dropdown li {
        padding: 0 0 0 30px;
    }

    .md-menu .level4 .nav-main-submenu &gt; li{
        height: 48px;
    }

    .md-menu .level4 .nav-main-submenu &gt; li &gt; a &gt; i{
        line-height: 48px;
    }
    /* END Main navigation Matirial designe */

    .booking-dropdown {
        padding:0 15px;
    }

    .header-carthor {
        margin-top:0;
    }

    .transaction-body-header {
        display:none;
    }

    .transaction-item {
        width:100%;
    }

    .autocomplete .products-list-simple &gt; .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 &gt; 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;
        line-height: 30px;
        font-size: 20px;
        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: 56px;
    }

    .autocomplete-results .heading-append {
        top: -5px;
        padding: 5px 10px;
        line-height: 44px;
        right: -10px;
        background: transparent;
    }

    .autocomplete .products-list-simple &gt; .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 &gt; li{
        width: auto;
        display: inline-block;
    }

    .nav-vertical-filled &gt; li &gt; a{
        width: auto;
    }

    .nav-vertical-filled &gt; li.active &gt; a:before{
        display: none;
    }

    .nav &gt; li &gt; 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 &gt; form &gt; 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 &gt; li &gt; a,
    .nav-main &gt; li &gt; a:hover {
        border-bottom: 0px solid #eee;
    }

    .nav-main &gt; li &gt; a:hover {
        background:transparent;
    }

    .nav-main &gt; li &gt; a:active,
    .nav-main &gt; li &gt; a:focus,
    .nav-main &gt; li &gt; a:active:focus {
        color: #4a4b5c;
    }

    .nav-main &gt; li.active &gt; a:active,
    .nav-main &gt; li.active &gt; a:focus,
    .nav-main &gt; li.active &gt; a:active:focus {
        color: #fff;
    }

    .nav-main &gt; li.active &gt; a {
        background:#3973b5;
    }

    .collapsed-mobile .nav-main &gt; li.active.child-is-open &gt; a,
    .collapsed-mobile .nav-main &gt; li.active.child-is-open .nav-main-dropdown-item:not(.active) {
        display: none !important;
        margin-bottom: -1px;
    }

    .nav-tabs &gt; li &gt; a {
        border: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs &gt; li.active:after {
        height:1px;
        background: #ddd;
    }

    .nav-tabs&gt;li.active:not(:last-of-type)&gt;a,
    .nav-tabs&gt;li.active:not(:last-of-type)&gt;a:hover,
    .nav-tabs&gt;li.active:not(:last-of-type)&gt;a:focus {
        border-right: 1px solid #d9d9d9;
    }

    .nav-tabs&gt;li.active&gt;a,
    .nav-tabs&gt;li.active&gt;a:hover,
    .nav-tabs&gt;li.active&gt;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;
    }

    /* Grid slider */
    .img-wrapper .main-img.hide-main-img {
        display: none;
    }

    .grid-slider .item .img-wrapper .mobile-img {
        display: block;
    }

    /* 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 h2 a {
        font-size: 18px;
        line-height: 30px;
    }

    .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: 15px 10px 40px;
    }

    .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;
    }

    /*.products-listing.product-listing-items &gt; .row {
        display: block;
    }*/

    /* product filters */

    .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;
        height: 48px;
    }

    .product-listing-filters .filter-group .filter-category-menu &gt; ul {
        margin: 30px 0 20px;
    }

    .product-listing-filters .filter-group:not(.have-category-title) .filter-category-menu &gt; ul {
        display: block;
    }

    .product-listing-filters .form-group-checklabel label,
    .product-listing-filters ul.filter-group-items li a {
        line-height: 28px;
        font-size: 15px;
    }

    .limited-filters .filter-group .show-all-filters {
        display: none;
    }

    .filter-group .items-wrapper &gt; li.hidden-items {
        display: block !important;
    }

    .filter-group .icheckbox_flat {
        margin-top: 0;
        vertical-align: text-top;
    }

    .mobile-select-attrclass ul.items-wrapper {
        border: 1px solid #000000;
        padding-right: 0;
        margin-right: 10px;
        border-radius: 3px;
        padding-bottom: 0;
    }

    .mobile-select-attrclass ul.items-wrapper &gt; li {
        width: 100%;
        margin: 0;
        position: relative;
        cursor: pointer;
    }

    .mobile-select-attrclass ul.items-wrapper:not(.active) &gt; li:not(.select-all) {
        display: none;
    }

    .mobile-select-attrclass ul.items-wrapper &gt; li label {
        border-width: 0 0 1px !important;
        border-radius: 0;
        text-align: left !important;
    }

    .mobile-select-attrclass ul.items-wrapper &gt; li i {
        float: right;
        line-height: 40px;
        position: absolute;
        right: 10px;
        top: 0;
    }

    .mobile-select-attrclass ul.items-wrapper &gt; li label:hover {
        border: none !important;
        border-bottom: 1px solid #eeeeee !important;
    }

    .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;
    }

    .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 &gt; .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: 48px;
    }

    .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;
        padding-bottom:5px;
        position: static;
    }

    .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 ,
    .product-buy .shop-button-qnt-soonSale {
        border-radius:0;
        padding-left:80px;
    }

    .product-details .products-list-simple h4 {
        background:#fff;
    }

    .not-active-product-no-sizes {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .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 &gt; li &gt; a{
        margin: 0;
    }

    .pagination &gt; li.first &gt; a,
    .pagination &gt; li.last &gt; a,
    .pagination &gt; li.next &gt; a,
    .pagination &gt; li.prev &gt; a {
        padding: 4px;
        font-size: 12px;
    }

    .pagination &gt; li.first &gt; a:hover,
    .pagination &gt; li.last &gt; a:hover,
    .pagination &gt; li.next &gt; a:hover,
    .pagination &gt; li.prev &gt; a:hover {
        color:#888;
    }

    .pagination &gt; li.number.number-dot {
        width: 20px;
        text-align: center;
        margin-right: 0;
    }

    .pagination &gt; li.number.number-dot a {
        padding: 4px 0;
        min-width: 100%;
    }

    .pagination &gt; li.first-last {
        width: 20px;
        text-align: center;
    }

    .pagination &gt; li.first-last a {
        padding: 4px 0;
        min-width: 100%;
    }

    .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 &gt; li {
        padding:2px 0;
    }

    .footer h4,
    .footer .h4,
    .footer h5,
    .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:not(.company-info){
        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,
    .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,
    .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;
    }

    .slider.product-main {
        height: calc(100vw - 20px);
        overflow: hidden;
    }

    .slider.product-main{
        background-size: contain;
        background-repeat: no-repeat;
    }

    .toggle-banner {
        top: 350px;
    }

    .appear-preloader,
    .appear.appear-preloader &gt; *,
    .appear.appear-preloader.appeared .slider.product-main &gt; *{
        opacity: 1 !important;
    }

    .appear.appear-preloader .slider.product-main &gt; *{
        opacity: 0 !important;
    }

    .appear-preloader:after {
        content: none;
    }

    .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;
    }

    .profile-submenu &gt; a {
        right: 0;
        transform: none;
        top: 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .product-info-wrapper * {
        pointer-events: none;
    }

    .product-info-wrapper a {
        pointer-events: all;
    }

    /* product detaili no slider galerry */
    .products-detail-noslider .product-images-gallery .slider-navigation-absolute {
        display: block;
    }

    .products-detail-noslider .product-detail-wrapper,
    .products-detail-noslider .product-images-gallery.slider .slick-slide {
        padding: 0;
    }

    .products-detail-wrapper .product-gallery-wrapper {
        padding: 0;
    }

    /* Brands */
    .brand-item img{
        max-width: 100%;
    }

    /* Cart */
    .delivery-options li{
        /*padding: 0;*/
        padding: 0 15px;
    }

    .cart-payment-wrapper .delivery-options li{
        margin-top: 40px;
    }

    #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 &gt; li &gt; 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;
    }
    .info-until-free-delivery-wrpper .title .text-wrapper{
        width: 100%;
    }
    .info-until-free-delivery-wrpper .icon-truck{
        display: none;
    }
    .info-until-free-delivery-wrpper .title .text-wrapper .price {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }

}

/* 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);
        width: 100%;
    }


    .header .intro-slider {
        display: none;
    }

    .header .quick-links {
        display: none;
    }

    .header .header-top .user {
        display: none;
    }

    .header.md-header .header-top .autocomplete-button i:before {
        content: none;
    }

    .nav-mobile-icon {
        display: block;
        padding:0;
        top: 0;
        left: 0;
        z-index: 99999;
        color: #ffffff;
        width: 50px;
    }

    .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 &gt; .container {
        height: 60px;
    }

    .header-top &gt; .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 ,
    .header-inline .nav-main-dropdown .h5 {
        margin: 10px 0;
    }

    .header-inline .nav-main &gt; li &gt; a {
        padding: 16px;
        font-size: 16px;
        line-height: 16px;
        height: inherit;
        display: block;
    }

    .header-inline .nav-main &gt; li &gt; a:hover:before,
    .header-inline .nav-main &gt; li.active &gt; a:before,
    .header-inline .nav-main &gt; li &gt; a:hover:after,
    .header-inline .nav-main &gt; li.active &gt; a:after{
        content: none;
    }

    .header-inline .nav-main-dropdown-wrapper {
        position: relative;
    }

    .header-inline .nav-main-wrapper.loaded {
        height: calc(100vh - 60px);
    }

    /* 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:not(.no-mobile-transform) .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 &gt; .slider-navigation-absolute {
        display: none;
    }

    .product .item.grid-view .img-wrapper,
    .product .item.grid-view .img-wrapper .img-hover{
        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:not(.shopbylook-slider, .list-three-item) .item:hover .options-wrapper {
        display: none;
    }
    .product-listing .wrapper-list-three-item .product-list-quantity-arrows{
        display: none;
    }
    .product-listing .wrapper-list-three-item .options-wrapper .product-list-quantity-wrapper{
        width: auto;
    }

    .product-listing .product-item:not(.list-view).wrapper-list-view-v3.item &gt; .row {
        margin-left: 0;
        margin-right: 0;
    }

    .product-listing .product-item.wrapper-list-one-item .category-wrapper {
        text-align: left;
        margin-top: 10px;
    }
    /* 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 &gt; a {
        padding: 7px 10px 7px 15px;
    }

    .modal-small .modal-dialog {
        max-width: 100%;
    }

    /* menu 4 level */
    .level3 .nav-main-submenu,
    .level3 .nav-main-submenu-wrapper,
    .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 &gt; li &gt; a &gt; i.icon-angle-left:before {
        content: '\e606';
    }

    .level4 .nav-main-submenu &gt; li &gt; a &gt; 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;
    }

    /* Folters close */
    .filters-close {
        position: absolute;
        top: 20px;
        right: 10px;
        color: #ffffff;
        border:0;
        font-weight: 300;
        font-size: 1.5rem;
        padding: 0;
        background: #3973b5;
        opacity: 1;
        width: 44px;
        height: 44px;
        line-height: 44px;
        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);
        width: 100%;
    }

    .product-listing-intro .form-group.sort-product .styled-select {
        max-width: calc(100% - 50px);
        width: 100%;
    }

    .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: 45px;
        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: 10px;
        font-size: 30px;
    }

    .profile-sidebar .nav-vertical {
        display: none;
        margin-bottom:0;
        border-bottom: 1px solid #d9d9d9;
    }

    .profile-sidebar .nav-vertical &gt; li {
        line-height:30px;
    }

    .profile-sidebar .nav-vertical &gt; li &gt; 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 10px;
    }

    .bootbox.modal .btn {
        padding: 0 15px;
    }

    .cart-table.table &gt; thead &gt; tr &gt; th,
    .cart-table.table &gt; tbody &gt; tr &gt; td {
        border-right:1px solid #eee;
        font-size:12px;
    }

    .cart-table.table &gt; thead &gt; tr &gt; th {
        padding:10px;
    }

    .cart-table.table &gt; tbody &gt; tr &gt; td {
        padding: 4px;
        white-space: initial;
    }

    .cart-table.table &gt; tbody &gt; tr &gt; td .arrows-wrapper {
        font-size: 20px;
        line-height: 17px;
        padding: 0 10px;
        /*position: absolute;*/
        left: 10px;
        bottom: 20px;
    }

    .cart-table.table &gt; tbody &gt; tr &gt; td .arrows-wrapper span {
        font-size: 12px;
        vertical-align: middle;
        line-height: 17px;
    }

    .cart-table.table &gt; tbody &gt; tr &gt; td .arrows-wrapper .fa {
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -o-transform: translateY(2px);
        transform: translateY(2px);
    }

    .cart-table .product-item-image img {
        max-width: 75px;
    }

    .cart-table .product-item-title a {
        width: 120px;
        display: block;
        line-height: 13px;
        max-height: 39px;
        overflow: hidden;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .cart-table .product-item-code,
    .cart-table .product-item-category a {
        line-height: 14px;
    }

    .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: 12px;
    }

    .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;
    }



    /* Matirial designe header */
    .header.md-header,
    .header.md-header .header-top,
    .header.md-header .header-top &gt; .container {
        height: 56px;
        max-height: 56px;
        min-height: auto;
        width: 100%;
    }

    .header.md-header .logo {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 15px 0;
        height: 56px;
    }

    .header.md-header .header-cart,
    .header.md-header .header-cart .mini-cart,
    .header.md-header .header-cart .mini-cart .icon-wrapper,
    .header.md-header .header-favorite,
    .header.md-header .header-favorite .icon-wrapper,
    .header.md-header .logo img {
        max-height: 56px;
    }

    .header .header-cart,
    .header.md-header .header-cart {
        z-index: 100000;
    }

    .header-cart .header-cart-item.header-cart-item-side .header-cart-toggle {
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100vh;
    }

    .header.md-header .header-top .autocomplete-button i {
        width: 40px;
        height: 56px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 20px;
        background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDYxMi4wOCA2MTIuMDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMi4wOCA2MTIuMDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMjM3LjkyNywwQzEwNi41NTUsMCwwLjAzNSwxMDYuNTIsMC4wMzUsMjM3Ljg5M2MwLDEzMS4zNzMsMTA2LjUyLDIzNy44OTMsMjM3Ljg5MywyMzcuODkzICAgYzUwLjUxOCwwLDk3LjM2OC0xNS43NTcsMTM1Ljg3OS00Mi41OTdsMC4wMjgtMC4wMjhsMTc2LjQzMiwxNzYuNDMzYzMuMjc0LDMuMjc0LDguNDgsMy4zNTgsMTEuODM5LDBsNDcuNTUxLTQ3LjU1MSAgIGMzLjI3NC0zLjI3NCwzLjEwNi04LjcwMy0wLjAyOC0xMS44MzhMNDMzLjIyMywzNzMuOGMyNi44NC0zOC41MzksNDIuNTk3LTg1LjM5LDQyLjU5Ny0xMzUuOTA3QzQ3NS44MiwxMDYuNTIsMzY5LjMsMCwyMzcuOTI3LDB6ICAgIE0yMzcuOTI3LDQxOS44MTFjLTEwMC40NzUsMC0xODEuOTE4LTgxLjQ0My0xODEuOTE4LTE4MS45MThTMTM3LjQ1Myw1NS45NzUsMjM3LjkyNyw1NS45NzVzMTgxLjkxOCw4MS40NDMsMTgxLjkxOCwxODEuOTE4ICAgUzMzOC40MDIsNDE5LjgxMSwyMzcuOTI3LDQxOS44MTF6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==');
    }

    .header.md-header .mini-cart.mini-cart-simple .icon {
        font-size: 22px;
    }

    .header-cart .mini-cart .icon-wrapper .icon,
    .header-favorite .icon-wrapper .icon {
        line-height: 56px;
    }

    .header-favorite .header-carthor-total,
    .header-cart .mini-cart .header-carthor-total{
        top: 40px;
    }

    /* 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 &gt; .collapse .panel-toggle {
        padding: 0;
    }

    .collapse .map-link-wrapper {
        right: 10px;
    }

    /* 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;
    }
    /*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&gt;tbody&gt;tr&gt;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&gt;tbody&gt;tr&gt;td{
        padding: 10px;
    }
    .profile-orders .table&gt;tbody&gt;tr:first-child&gt;td {
        padding-top: 10px;
    }
    .form-edit-profile .form-group label {
        white-space: nowrap;
    }
    .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 &gt; .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.list-grid-with-custom-link .item .content {
        padding: 20px 0;
        text-align: center;
    }

    .article.list-grid-with-custom-link .item .btn-wrapper {
        margin-top: 20px;
    }

    /* Article detail */
    .article,
    .form-comment {
        margin: 0;
    }

    .article .social-share,
    .article-detail .article-wrapper .title h1 {
        padding: 0;
    }

    .event-detail .article-wrapper .event-info .scroll-to-event-form {
        position: static;
        margin: 10px 0;
    }

    /* landing items */
    .horizontal_image_text_grid6 {
        padding: 0;
        margin: 10px 0;
    }

    /* Youtube background item with popup video */
    .ytvideo-bg-and-popup.yt_video_bg-grid12 .item-content {
        position: static;
        background: #000;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .ytvideo-bg-and-popup.yt_video_bg-grid12 .item-content .title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 4px;
        margin: 0;
        padding: 15px 0;
    }

    .ytvideo-bg-and-popup.yt_video_bg-grid12 .item-content .description {
        position: absolute;
        top: calc(50% + 50px);
        bottom: auto;
        z-index: 10;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .ytvideo-bg-and-popup.yt_video_bg-grid12 .item-content .description img {
        position: absolute;
        top: -30px;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%,-100%);
        -moz-transform: translate(-50%,-100%);
        -ms-transform: translate(-50%,-100%);
        -o-transform: translate(-50%,-100%);
        transform: translate(-50%,-100%);
        opacity: 0.5;
        max-width: max-content;
    }

    /* 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 &gt; .row {
        display: block;
    }

    .two-portrait-two-landscape .right-column {
        padding: 0;
    }

    .two-portrait-two-landscape .right-column &gt; 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 &gt; 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 &gt; .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,
    .dropdown-custom .heading-wrapper .h5{
        color: #333333;
        text-transform: none;
    }
    .nav-main-dropdown h5,
    .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 &gt; li &gt; a{
        font-size: 14px;
    }
    .nav-main-dropdown li &gt; 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 &gt; .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;
    }

    /* table size guide from slider */
    #product_sizeguide_shoes_modal_slider .text-wrapper {
        float: none;
        width: 100%;
        overflow: scroll;
    }

    #product_sizeguide_shoes_modal_slider .text-wrapper {
        min-width: 460px;
    }

    #product_sizeguide_shoes_modal_slider .helper-description,
    #product_sizeguide_shoes_modal_slider .img-wrapper {
        float: none;
        margin: auto;
    }

    /* Shop by look gallery  */
    .shopbylook-gallery .img-wrapper .item {
        text-align: center;
    }
    .shopbylook-gallery .img-wrapper .item a {
        display: inline-block;
        margin: auto;
    }

    /* Shop by look product slider */
    .shopbylook-slider .slick-track .clear {
        display: none;
    }

    .shopbylook-slider .img-wrapper {
        max-width: 360px;
        margin: 0;
    }

    .product .item .caption-icons .icon {
        opacity: 1;
    }

    /* Vertical similar slider */
    .product-slider.vertical-similar-product .slick-slide {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .vertical-similar-product.product .item .text-wrapper .prices-wrapper {
        width: 100%;
    }
    .lightbox .lb-nav a.lb-next{
        right: 0;
    }
    .lightbox .lb-nav a.lb-prev{
        left: 0;
    }
    .lightbox .lb-dataContainer {
        min-width: auto;
    }
    .gdpr-page .list-label-logout {
        float: left;
    }
    .thumds-wrapper{
        display: none;
    }
    .items-slider-with-thumbs .main-items-slider .item{
        display: block;
    }
    .items-slider-with-thumbs .item .absolute-center-img {
        position: static;
        transform: translate(0%, 0%);
        max-width: 100%;
    }
    .items-slider-with-thumbs .item .absolute-center-img img{
        margin: auto;
        margin-top: 20px;
        max-width: 100%;
    }

    .items-slider-with-thumbs .main-items-slider .item .content {
        flex: auto;
        padding: 20px;
    }
    .items-slider-with-thumbs .main-items-slider .item .text-wrapper {
        max-width: 100%;
        position: static;
        transform: translate(0%, 0%);
        text-align: center;
    }
    .nav-main-wrapper .close-menu{
        display: none;
    }
    .product-slider .slick-slide:hover{
        z-index: 1;
    }
    .generic-slider .main-img.hide-main-img{
        display: none;
    }
    .generic-slider .mobile-img{
        display: block;
    }
    .block-item-search .block-item-search-form-wrapper .item-search-form {
        max-width: 100%;
    }
    .files-wrapper{
        padding-right: 0;
        text-align: center;
    }

    /* Side mini cart */
    .header-cart-item.header-cart-item-side .header-cart-toggle {
        display: block !important;
        max-width: 100%;
    }

    /* Grid home slider */
    .product-custom-grid.product .item {
        height: 188px;
        padding-bottom: 0;
    }

    .product-custom-grid.product .col-sm-8 .item {
        padding-bottom: 0;
    }

    .product-custom-grid.product .col-sm-8 .item.big-item {
        padding-bottom: 0;
        height: 374px;
    }

    .product-custom-grid .items-wrapper &gt; div:first-child:after,
    .product-custom-grid .items-wrapper &gt; div:last-child &gt; .row &gt; .item:not(:first-child):after {
        content: none;
    }

    .product-custom-grid .items-wrapper &gt; div:last-child &gt; .row &gt; .item:nth-child(2n + 1):after {
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        width: 1px;
        height: calc(100% - 20px);
        background: #ffffff;
        left: auto;
    }

    .product-custom-grid .items-wrapper &gt; div:last-child &gt; .row &gt; .item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 10px;
        height: 1px;
        width: calc(100% - 10px);
        background: #ffffff;
    }

    .product-custom-grid .items-wrapper &gt; div:last-child &gt; .row &gt; .item:nth-child(2n):before {
        left: 0;
    }

    .text_grid12 {
        padding: 50px 10px;
    }

    .text_grid12 .heading-wrapper .title h2 {
        font-size: 23px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .background-text-item .text-wrapper {
        margin: 0 15px;
    }

    .background-toggle-text-item .text-wrapper &gt; .title,
    .background-toggle-text-item .text-wrapper .acordian-items-wrapper {
        width: 100%;
    }

    .items-generic .product-slider.inissia-product-slider .heading-wrapper.heading-wrapper-bordered h2 {
        font-size: 23px;
        line-height: 34px;
        margin: 30px 0 0;
    }

    .product.inissia-product-slider .item .options-wrapper.product-sizes-v3 .product-sizes .btn.buyButtonOnLists {
        width: 32px;
        min-width: 32px;
        font-size: 0;
        padding: 0;
        margin: 0;
    }

    .product.inissia-product-slider .item .options-wrapper.product-sizes-v3 .product-sizes .btn.buyButtonOnLists span {
        font-size: 0;
    }

    .product-slider.product .item .text-wrapper &gt; .options-wrapper .btn.disabled:after,
    .product.inissia-product-slider .item .options-wrapper.product-sizes-v3 .product-sizes .btn.buyButtonOnLists:after {
        content: none;
    }

    .product-slider.product .item .text-wrapper &gt; .options-wrapper .btn.disabled:before,
    .product.inissia-product-slider .item .options-wrapper.product-sizes-v3 .product-sizes .btn.buyButtonOnLists:before {
        left: 0;
        top: 0;
        width: 32px;
        height: 32px;
    }

    .popup-items .text-wrapper {
        margin: 50px auto;
    }

    .popup-items .text-wrapper .title {
        font-size: 23px;
        line-height: 34px;
    }



    .page-gallery-item img,
    .popup-items a.item &gt; img {
        width: 50vw;
        height: 50vw;
    }

    .page-gallery-item .first-gallery-photo img,
    .popup-items .first-popup a.item &gt; img {
        width: 100vw;
        height: 100vw;
    }

    .fancybox-content.popup-wrapper {
        display: inline-block;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
    }

    .fancybox-content.popup-wrapper .popup-header {
        padding: 300px 20px 20px;
        height: auto;
    }

    .fancybox-content.popup-wrapper .popup-header .time-wrapper {
        -webkit-transform: translate(20px,-50%);
        -moz-transform: translate(20px,-50%);
        -ms-transform: translate(20px,-50%);
        -o-transform: translate(20px,-50%);
        transform: translate(20px,-50%);
    }

    .fancybox-close-small svg {
        color: #ffffff;
    }

    .popup-items a.item span.title {
        padding-left: 0;
        left: 5px;
        width: calc(100% - 10px);
        text-align: center;
    }

    .popup-items a.item span.title:before {
        position: absolute;
        top: -40px;
        left: calc(50% - 17px);
    }

    .parallax-item .image {
        background-position: right bottom !important;
        height: 100%;
    }

    .inissia-product-slider {
        margin: 0 -10px !important;
        max-width: calc(100% + 20px);
    }

    .products-map-item {
        height: calc(70vw + 170px);
    }

    .products-map-item .product-slider.slider &gt; .slider-navigation-absolute {
        left: -20px;
        width: calc(100% + 40px);
        display: block;
        height: 100%;
    }

    .products-map-item .product-slider.slider &gt; .slider-navigation-absolute .slider-arrow {
        width: 35%;
        height: 100%;
    }

    .products-map-item .product-slider.slider &gt; .slider-navigation-absolute .slider-arrow i {
        display: none;
    }

    .products-map-item .product-map-wrapper {
        margin: 0 -10px;
    }

    .products-map-item .product-map-wrapper .map-marker.active {
        display: flex;
        -webkit-transform: translateX(-50%) scale(1.1);
        -moz-transform: translateX(-50%) scale(1.1);
        -ms-transform: translateX(-50%) scale(1.1);
        -o-transform: translateX(-50%) scale(1.1);
        transform: translateX(-50%) scale(1.1);
    }

    .products-map-item .product-map-wrapper .map-marker:before {
        opacity: 0;
    }

    .products-map-item .product-map-wrapper .map-marker.active:before {
        margin-left: calc(50% - 12px);
        opacity: 1;
    }

    .products-map-item &gt; h2.title {
        top: 10px;
        line-height: 24px;
        font-size: 20px;
    }

    .map-item-description-wrapper {
        padding: 0;
        min-height: 0;
    }

    .map-item-description-wrapper .conent-wrapper &gt; .specification .ckeditor-row .col-md-3 {
        width: 50%;
        float: left;
    }

    .map-item-description-wrapper .item.product-item {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background: #ffffff;
        z-index: 10000;
        overflow-y: scroll;
        padding: 0 20px 20px;
    }

    .product-list-tabs-items .product-tabs-description-wrapper .item.product-item .close-product-popup,
    .map-item-description-wrapper .item.product-item .close-product-popup {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        background: rgba(102, 102, 102, 0.3);
        border-radius: 50%;
        text-align: center;
        z-index: 1;
    }

    .product-list-tabs-items .product-tabs-description-wrapper .item.product-item .close-product-popup i,
    .map-item-description-wrapper .item.product-item .close-product-popup i {
        width: 50px;
        height: 50px;
        color: #ffffff;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
    }

    .products-map-item .product-slider &gt; .slider-init {
        margin: 0 -20px;
    }

    .products-map-item .product-slider &gt; .slider-init .item.product-item .slide-item-wrapper .title,
    .products-map-item .product-slider &gt; .slider-init .item.product-item .slide-item-wrapper .read-more {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .products-map-item .product-slider &gt; .slider-init .item.product-item.selected .slide-item-wrapper .title,
    .products-map-item .product-slider &gt; .slider-init .item.product-item.selected .slide-item-wrapper .read-more {
        opacity: 1;
        pointer-events: all;
    }

    .products-map-item .product-slider &gt; .slider-init .item.product-item .slide-item-wrapper .read-more {
        font-size: 14px;
        margin-top: 15px;
        text-decoration: underline;
        color: #986f38;
    }

    .testimonial-item .img-wrapper img {
        margin: 0 auto 50px;
    }

    .product-list-slider-wrapper .item img.heave-mobile {
        display: none;
    }

    .product-list-slider-wrapper .item img.mobile-img {
        display: block;
    }

    /* product list tabs with filters */
    .product-list-tabs-with-filters &gt; .items-wrapper {
        margin: -84px -10px 0;
        max-width: calc(100% + 20px);
    }

    .product-list-tabs-with-filters .filter-wrapper {
        max-width: 100%;
    }

    .product-list-tabs-with-filters.lists-tabs ul.items-wrapper li a,
    .product-list-tabs-with-filters.lists-tabs ul.items-wrapper li a span {
        font-size: 12px;
    }

    .product-list-tabs-with-filters &gt; .items-wrapper {
        margin: -84px -10px 0;
    }

    .product-list-tabs-with-filters.lists-tabs ul.items-wrapper li a {
        padding: 8px;
    }

    .product-list-tabs-with-filters .product-lists-tab &gt; .product {
        flex-wrap: wrap;
    }

    .product-list-tabs-with-filters .product-lists-tab &gt; .product .group-wrapper .item {
        margin-bottom: 50px;
        cursor: pointer;
        width: 100px;
        float: left;
    }

    .product-list-tabs-with-filters .tab-pane.active .product-lists-tab .product .group-wrapper .item.disabled {
        display: none;
    }

    /* Product description popup wrapper */

    .product-description-with-popup .container &gt; .row .text-wrapper {
        background: #ffffff;
        padding: 20px;
    }

    .product-description-with-popup .container &gt; .row .text-wrapper .cover-img-wrapper {
        margin: 0;
        width: 100%;
    }

    .product-description-popup-wrapper &gt; .product-description-popup &gt; .row {
        flex-wrap: wrap;
    }

    .uc-page-with-product-info-popup .fancybox-slide {
        padding: 0;
    }

    .item.loop-bg {
        overflow: scroll;
    }

    .item.loop-bg .loop-items-wrapper {
        width: 200%;
    }

    .video-grid12-with-description {
        background: #000;
        padding: 0;
        overflow: hidden;
    }

    .video-grid12-with-description .text-wrapper {
        margin: 30px auto 70px;
    }

    .video-grid12-with-description .text-wrapper .title,
    .video-grid12-with-description .text-wrapper .title {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 5px;
    }

    .video-grid12-with-description .text-wrapper .description,
    .video-grid12-with-description .text-wrapper .description p {
        font-size: 19px;
        line-height: 25px;
    }

    .video-grid12-with-description img {
        position: static;
        max-width: 150%;
        width: 150%;
        margin: -25% -25% 0;
    }

    .video-grid12-with-description .text-wrapper:before {
        content: '';
        position: absolute;
        top: -130px;
        left: 0;
        background-image: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,1));
        width: calc(100% + 20px);
        height: 100px;
        z-index: 1;
        pointer-events: none;
        margin: 0 -10px;
    }

    .video-grid12-with-description.version_v2 .text-wrapper {
        margin: 50px auto;
    }

    .video-grid12-with-description.version_v2 .text-wrapper .title {
        letter-spacing: 5px;
        font-size: 30px;
        line-height: 40px;
    }

    .item-subitem-slider-with-product.item-subitem-slider {
        margin: -40vw 0 0;
        background-color: #000000;
        background-position: center 68vw;
    }

    .item-subitem-slider.item-subitem-slider-with-product .description-slider .slick-list {
        padding: 0 !important;
    }

    .item-subitem-slider-with-product.item-subitem-slider .slider-navigation-absolute {
        top: 65vw;
    }

    .item-subitem-slider-with-product-v2 &gt; .container &gt; .text-wrapper .title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 5px;
    }

    .item-subitem-slider-with-product-v2 {
        background-position: center bottom;
    }

    .item-subitem-slider-with-product-v2 &gt; .container &gt; .text-wrapper .description {
        margin: 0 auto 50px;
    }

    .item-subitem-slider-with-product-v3 .slider-navigation-absolute {
        left: 0;
        width: 100%;
    }

    .item-subitem-slider-with-product-v3 .slider-arrow i {
        color: #000000;
    }

    .item-subitem-slider-with-product-v2 .slider-navigation-absolute {
        left: 0;
        width: 100%;
    }

    .item-subitem-slider-with-product-v2 .slider-arrow i {
        color: #ffffff;
        font-size: 75px;
    }

    .cover-text.background-text-item {
        padding: 50px 0;
        height: auto;
        background-size: auto 100% !important;
        background-position: center top !important;
        background-color: #000000 !important;
    }

    .cover-text.background-text-item .text-wrapper {
        margin: 0 10px;
    }

    .cover-text.background-text-item .text-wrapper .title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 5px;
    }

    .item-subitem-slider-with-product.item-subitem-slider.class-three-item-slider {
        margin: 0;
        background-position: center 200px;
        padding: 0 0 50px;
    }

    .yellow_bg.text_grid12 .heading-wrapper .title h2 {
        font-size: 23px;
        line-height: 30px;
        letter-spacing: 4.5px;
    }

    .text_grid12 &gt; .description .ckeditor-row .col {
        margin: auto;
    }

    .yellow_bg.read-more-itme .ckeditor-row &gt; .col:first-child {
        margin-bottom: 30px;
    }

    .yellow_bg.read-more-itme .description {
        text-align: center;
    }

    .yellow_bg.background-text-item {
        background-position: right bottom !important;
        background-size: 200vw auto !important;
        height: auto;
        padding-bottom: calc(100vw / 960 * 587);
    }

    .item-subitem-slider-with-product-v4 .text-wrapper .title {
        font-size: 23px;
        line-height: 30px;
        letter-spacing: 4.6px;
        padding-bottom: 0;
    }

    .item-subitem-slider-with-product-v4 {
        width: 100%;
        background-size: 200vw;
        background-repeat: no-repeat;
        background-color: #000;
        background-position: center top;
    }

    .item-subitem-slider-with-product-v4 .description-slider .content-wrapper {
        position: static;
        margin-top: -31vw;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .product-description-with-popup &gt; .container {
        padding: 0;
    }

    .product-description-with-popup .container &gt; .row {
        padding: 0;
        flex-wrap: wrap;
    }

    .product-description-with-popup .container &gt; .row .img-wrapper img {
        margin-top: 0;
    }

    .item.loop-bg .heading-wrapper {
        position: sticky;
        margin-bottom: calc(-100% + 70px);
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .item.loop-bg .heading-wrapper .title {
        font-size: 23px;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .item.loop-bg .loop-items-wrapper .loop-item .content .item-wrapper .price-wrapper .price-info {
        width: 90%;
    }

    .product-description-popup-wrapper {
        height: 100%;
    }

    .product-description-popup-wrapper .text-wrapper.product {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 10000;
        display: block !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background: transparent;
        pointer-events: none;
        overflow: hidden;
    }

    .product-description-popup-wrapper .text-wrapper.product .item.product-item {
        margin-left: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: all;
        background: #ffffff;
        height: 100%;
        max-height: 100vh;
        position: absolute;
        display: block !important;
        width: 100%;
        left: 0;
        top: 0;
        opacity: 1;
        pointer-events: all;
    }

    .product-description-popup-wrapper .text-wrapper.product .item.product-item.hidden {
        margin-left: 100vw;
        opacity: 0;
        pointer-events: none;
    }

    .product-description-popup-wrapper .text-wrapper.product .item.product-item .content .description p {
        font-size: 13px;
        line-height: 20px;
    }

    .product-description-popup-wrapper .fancybox-close-small {
        width: 46px;
        height: 46px;
        background: #000000;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
        z-index: 1000;
        padding: 0;
        top: 10px;
    }

    .product-description-popup-wrapper .text-wrapper.product .item.product-item .content .description {
        height: calc(100vh - 380px);
        overflow: scroll;
    }

    .fancybox-slide--html {
        padding: 0;
    }

    .fancybox-slide--html .fancybox-content {
        margin-bottom: 0;
    }

    .product-description-popup-wrapper .items-wrapper.product .item {
        padding: 7px 10px 0;
        background: transparent !important;
        -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);
    }

    /* item main slider fade slide*/
    .main-slider-fade-slide .slider-init .slick-slide img {
        height: calc(100vh - 50px);
        object-fit: cover;
    }

    .items-generic .slider.main-slider-fade-slide .content .cover-img .image-mobile {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    .item-product-slider-v2.product .item .text-wrapper {
        height: auto;
    }

    .items-generic .slider.main-slider-fade-slide .content {
        top: 40%;
    }

    /* item product list grid */
    .item-product-list-grid {
        margin: 0 -10px;
    }

    .item-product-list-grid &gt; .container {
        opacity: 0;
        pointer-events: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000000;
    }

    .item-product-list-grid.open-items .mobile-list-grid.background-slider,
    .item-product-list-grid.open-items &gt; .container{
        opacity: 1;
        pointer-events: all;
    }

    .item-product-list-grid:not(.open-items) &gt; .container * {
        opacity: 0;
        pointer-events: none !important;
    }

    .item-product-list-grid .item-wrapper.item {
        height: 100vh;
        width: 80vw;
        padding: 0;
        margin: 0;
    }

    .item-product-list-grid .item-wrapper.item &gt; div {
        background: none !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .item-product-list-grid .item-wrapper.item:hover &gt; div {
        margin: 0;
        border-radius: 0;
    }

    .item-product-list-grid .item-wrapper.item .shop-wrapper {
        opacity: 1;
        pointer-events: all;
        width: 98%;
    }

    .item-product-list-grid .item-wrapper.item .img-wrapper,
    .item-product-list-grid .item-wrapper.item:hover .img-wrapper {
        width: 144px;
        top: auto;
        bottom: 50px;
    }

    .item-product-list-grid .item-wrapper.item.slick-current .description,
    .item-product-list-grid .item-wrapper.item.slick-current:hover .description {
        opacity: 1
    }

    .item-product-list-grid .item-wrapper.item .intensity-wrapper,
    .item-product-list-grid .item-wrapper.item:hover .intensity-wrapper {
        top: 35%;
        opacity: 1;
        width: max-content;
    }

    .item-product-list-grid .close-items {
        position: fixed;
        top: 10px;
        left: 20px;
        z-index: 1000001;
        color: #fff;
        font-size: 12px;
        opacity: 0;
        pointer-events: none;
    }

    .item-product-list-grid.open-items .close-items {
        opacity: 1;
        pointer-events: all;
    }

    .item-product-list-grid .close-items i {
        font-size: 16px;
        margin-right: 8px;
    }

    .item-product-list-grid .item-wrapper.item .shop-wrapper {
        left: 0;
        width: calc(100% - 2px);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin: 0 1px;
    }

    .item-product-list-grid.product:not(.item-product-slider) .product-item .options-wrapper.product-sizes-v3 .sizes-selector-wrapper {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%,-150%) scale(1.3) !important;
        -moz-transform: translate(-50%,-150%) scale(1.3) !important;
        -ms-transform: translate(-50%,-150%) scale(1.3) !important;
        -o-transform: translate(-50%,-150%) scale(1.3) !important;
        transform: translate(-50%,-150%) scale(1.3) !important;
    }

    .item-product-list-grid.product:not(.item-product-slider) .product-item.active:before {
        left: 50% !important;
        top: 50% !important;
        position: absolute !important;
    }

    .item-product-list-grid .item-wrapper.item.active {
        pointer-events: none;
    }

    /* Items product list tabs */
    .product-list-tabs-items .product-tabs-description-wrapper {
        background: #ffffff;
        padding: 0;
    }

    .product-list-tabs-items .product-tabs-description-wrapper .item.product-item {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        overflow-y: scroll;
        background: #ffffff;
        z-index: 10000;
        margin: 0;
        padding: 0 0 20px;
    }

    .product-list-tabs-items .product-tabs-description-wrapper .bottom-wrapper .price-wrapper,
    .map-item-description-wrapper .bottom-wrapper .price-wrapper {
        margin-right: 0;
    }

    .product-list-tabs-items .product-tabs-description-wrapper .bottom-wrapper .price-wrapper .price-info,
    .map-item-description-wrapper .bottom-wrapper .price-wrapper .price-info {
        margin: 5px 0 10px;
    }

    .product-list-tabs-items.lists-tabs ul.items-wrapper {
        display: flex;
        overflow-x: scroll;
    }

    .product-list-tabs-items.lists-tabs ul.items-wrapper .item{
        margin: 0;
        background: #f1f1f1;
        border-right: 2px solid #ffffff;
    }

    .product-list-tabs-items.lists-tabs ul.items-wrapper .item.active{
        border: none !important;
        position: relative;
        border-right: 2px solid #ffffff !important;
    }

    .product-list-tabs-items.lists-tabs ul.items-wrapper .item.active:after {
        content: '';
        width: calc(100% - 40px);
        height: 1px;
        left: 20px;
        bottom: 0;
        background: #000000;
        position: absolute;
    }

    .product-list-tabs-items.lists-tabs ul.items-wrapper .item a {
        line-height: 57px;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 20px;
    }

    .product-list-tabs-items .product-slider {
        margin: 0;
    }

    .product-list-tabs-items .product-slider &gt; .slider-navigation-absolute {
        display: block;
        width: 100%;
        height: 100%;
        top: 50%;
    }

    .product-list-tabs-items .product-slider &gt; .slider-init .item{
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

    .product-list-tabs-items .product-slider &gt; .slider-init .item:not(.slick-current){
        opacity: 0.5;
    }

    .product-list-tabs-items .product-slider &gt; .slider-navigation-absolute .slider-arrow {
        width: 33vw;
        height: 100%;
    }

    .product-list-tabs-items .product-slider &gt; .slider-navigation-absolute .slider-arrow i {
        display: none;
    }

    .product-list-tabs-items .product-slider &gt; .slider-init .item .title {
        max-width: 40vw;
    }

    .product-list-tabs-items .product-slider &gt; .slider-init .item img {
        margin: auto;
    }

    .product-lists-tab .product-slider &gt; .slider-init &gt; .slick-list {
        margin-bottom: 0;
    }

    .product-list-tabs-with-filters .product-lists-tab &gt; .product .group-wrapper {
        width: calc(100% + 12px);
        text-align: center;
        margin: 0 -7px;
        overflow: scroll;
        padding: 0 7px;
    }

    .product-list-tabs-items .product-tabs-description-wrapper .bottom-wrapper,
    .map-item-description-wrapper .bottom-wrapper {
        flex-wrap: wrap;
    }

    .product-list-tabs-with-filters .product-lists-tab &gt; .product .group-wrapper &gt; .items-group-wrapper {
        min-width: max-content;
    }

    .product-list-tabs-with-filters .product-lists-tab &gt; .product .group-wrapper h3.category-title {
        position: sticky;
        left: 0;
    }

    /* Coolie */
    .cookie-agree,
    .cokie-info-wrapper .items-wrapper .read-more-btn {
        margin-top: 10px;
        float: none;
    }
    /*Drodown Filters*/

    .dropdown-filters-wrapper .filter-headlines.block {
        display: none;
    }
    .dropdown-filters-wrapper .filter-group-headline {
        display: block;
    }
   .dropdown-filters-wrapper #nb_f-pol,.dropdown-filters-wrapper #nb_f-brend{
        display: block;
    }

    .dropdown-filters-wrapper .label-filters {
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 5px;
        float: right;
        cursor: pointer;
        padding: 2px 5px;
        border: 1px solid #d9d9d9;
    }
    .dropdown-filters-wrapper .product-listing-filters.loaded {
        top: 0;
        display: block;
        padding-left: 20px;
        padding-right: 10px;
    }
    .dropdown-filters-wrapper .filter-group .title{
        display: block;
    }
    .dropdown-filters-wrapper .filter-group .headline-wrapper{
        display: block;
    }
    .dropdown-filters-wrapper .filter-group{
        display: block;
    }

    .dropdown-filters-wrapper .btn-block.label-filters{
        padding: 5px 10px;
    }
.icon-fnb{
    display: none;
}
    /*Drodown Filters Emd*/


    .navigation-img .item .mobile-img{
        display: none;
    }

    .navigation-img .item .description{
        text-align: center;
    }

    .big-img .item .main-img img{
        max-width: 300px;
    }

    .bg-slider-with-navigation .btn-wrapper{
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: auto;
    }

    .parallax-horizontal-two-img-items,
    .parallax-horizontal-two-img-items .text-wrapper {
        margin-bottom: 0;
    }


    .product.product-action-item .item .text-wrapper .title{
        height: auto;
        margin-bottom: 10px;
    }

    .product.product-action-item .item .text-wrapper .prices-wrapper{
        height: auto;
    }

    .product.product-action-item .item .text-wrapper{
        padding: 10px;
        height: 65px;
    }

    .product.product-action-item .item .text-wrapper .title a{
        font-size: 14px;
    }

    .product.product-action-item .item .text-wrapper .prices-wrapper .current-price{
        font-size: 13px;
    }

    .product.product-action-item .item .text-wrapper .prices-wrapper .prev-price{
        font-size: 11px;
    }

    .parallax-horizontal-two-img-items .text-wrapper .description .marker {
        font-size: 30px;
        line-height: 30px;
    }

    .parallax-horizontal-two-img-items .text-wrapper .description .marker strong {
        font-size: 48px;
        line-height: 50px;
        letter-spacing: 2px;
    }

    .scroll-scale-items .items-wrapper .item {
        width: 50%;
        display: inline-block;
        margin: 20px 0;
    }

    .scroll-scale-items .items-wrapper .item:nth-child(3n) {
        width: 50%;
        display: inline-block;
        margin: 20px 25%;
    }

    .text_grid12.teatar &gt; .description img {
        margin: -50% -35% 0;
        max-width: 170%;
        width: 170% !important;
    }

    .scroll-scale-items .items-wrapper {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    .scroll-scale-items .items-wrapper .item .text-wrapper {
        width: 110%;
        margin-left: -5%;
    }

    .scroll-scale-items .items-wrapper .item .text-wrapper .title {
        width: calc(100% - 40px);
    }

    .text_grid12.marker-text &gt; .description .marker {
        margin-bottom: 100px;
    }

    .text_grid12.parallax-title &gt; .description .marker {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 6px;
    }

    .text_grid12.parallax-title &gt; .description .marker span.bottom-text {
        float: right;
    }

    .text_grid12.parallax-title &gt; .description img {
        margin: 0 -35%;
        max-width: 170%;
        width: 170% !important;
    }

    .sliders-tabs-items.lists-tabs ul.items-wrapper {
        display: table;
        width: auto;
        box-sizing: border-box;
        margin: 45px -10px 50px;
        padding: 0 20px;
    }

    .sliders-tabs-items.lists-tabs ul.items-wrapper li {
        display: table-cell;
        white-space: nowrap;
    }

    .item-subitem-slider .text-wrapper .short-description,
    .item-subitem-slider .text-wrapper .short-description p {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .item-subitem-slider .text-wrapper .short-description strong {
        font-size: 50px;
        line-height: 45px;
        letter-spacing: 1.2px;
    }

    .item-subitem-slider .item-wrapper .description {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 24px;
    }
    .text-freedelivery{
        font-size: 10px;
    }

    .promotion-wrapper.promotion-wrapper-witouth-modal .collapse .map-link-wrapper {
        min-height: 300px;
        position: static;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .image-map-area-v2 .sidebar-menu .tabs-wrapper {
        padding: 0;
    }

    .image-map-area-v2 .sidebar-menu .tabs-wrapper .tabs {
        overflow: scroll;
        padding: 10px 0;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .image-map-area-v2 .sidebar-menu .tabs-wrapper .tabs .item {
        white-space: nowrap;
        padding: 0 20px;
    }

    .image-map-area-v2 .image-wrapper .item.item-tlocrt .mapImage {
        height: auto !important;
    }

    .image-map-area-v2 .image-wrapper .item.item-tlocrt .mapImage &gt; .mapImage {
        position: static !important;
    }

    .wheel-of-fortune .canvas-wrapper {
        margin: -75px -125px -75px -254px;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    .wheel-of-fortune .text-wrapper {
        max-width: calc(100% - 120px);
        padding-right: 0;
        margin-right: -20px;
    }

    .wheel-of-fortune .text-wrapper h1.title {
        font-size: 22px;
        line-height: 24px;
        text-transform: uppercase;
    }

    .wheel-of-fortune #wf-resault,
    .wheel-of-fortune .text-wrapper .description p {
        font-size: 15px;
        line-height: 20px;
    }

    .login-form-v2 .form-button-wrapper{
        width: 100%;
    }

    .login-form-v2 .form-button-wrapper .item{
        float: none;
    }

    .login-form-v2 .form-group.form-button-wrapper .btn{
        min-width: 200px;
    }

    .login-form-v2{
        width: 100%;
    }

    .page.login-page-v2 .left-info{
        padding-right: 10px;
    }

    .page.login-page-v2 .right-info{
        padding: 30px 10px 0;
    }

    .login-page-v2 .registration-sidebar .text-wrapper{
        padding: 0;
        max-width: 100%;
    }

    .donation-content{
        margin-bottom: 25px;
    }

    .product-wrapper-chosen .delivery-option-image{
        width: 100px;
    }

    .product-wrapper-chosen .product-info{
        width: calc(100% - 105px);
    }

    .gift-product-modal .gift-product .product-info .name, .product-wrapper-chosen .product-info .name{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .gift-product-modal .modal-body{
        padding: 10px;
    }

    .gift-product .icheck-label{
        display: block;
    }

    .gift-product-modal .delivery-option-image{
        padding: 0;
        width: auto;
        display: block;
        margin: 0 auto;
        float: none;
    }

    .gift-product-modal .gift-product .product-info{
        width: 100%;
    }
    .cards-wrapper-hidden .styled-select{
        max-width: 100%;
    }
    .modal.modal-store .store-map-wrapper{
        position: absolute;
        width: calc(100% - 20px);
    }

    #packetomat-stores-wrapper-ajax &gt; .row &gt; .col-xs-12.col-md-8{
        padding-left: 10px;
    }
    #packetomat-stores-wrapper-ajax &gt; .row &gt; .col-xs-12.col-md-4 {
        padding-right: 10px;
    }

    .page.page-work {
        width: calc(100% - 20px);
    }

    /*BF landing*/
    .landing-black-bg .newsletter.newsletter-v2 .form-group{
        width: 100%;
    }
    .landing-black-bg .newsletter.newsletter-v2.newsletter .form-group input{
        width: 100%;
    }

    .landing-black-bg .newsletter.newsletter-v2 .btn-wrapper{
        max-width: 100%;
    }
    .landing-black-bg .newsletter .validation-errors-list{
        bottom: 25px;
    }
    .landing-black-bg .has-mob-img{
        display: none;
    }
    .landing-black-bg .mobile-img{
        display: block;
    }
    .landing-black-bg .image-in-grid {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .landing-black-bg{
        margin-top: 0;
    }
    .mob-img{
        display: block;
    }
    .main-img.hasmobImg{
        display: none;
    }

    .autocomplete-heading-and-products-wrapper h3,
    .tab-content h3{
        font-size: 14px;
    }
}
</pre></body></html>