@media all and (max-width: 1199px) {
}

@media all and (max-width: 991px) {
    /***** GLOBAL TABLES *****/
    .cart {
	    display: block;
    }
    .cart colgroup,
    .cart thead {
	    display: none;
    }
    .cart tbody {
	    display: block;
	    overflow: hidden;
    }
    .cart tr {
	    display: block;
	    float: left;
	    width: 100%;
	    margin: 40px 0 0;
	    border: 1px solid #d9d9d9;
    }
    .cart td {
	    display: block;
	    border: none;
	    padding: 10px;
    }
    .cart td.remove-from-cart {
        margin: 0 0 15px;
	    border-bottom: 1px solid #d9d9d9;
	    background-color: #EBEBF0;
	    padding: 10px;
    }
    .cart td.product-picture {
	    border-top: 1px solid #d9d9d9;
	    padding: 15px 10px 5px;
    }
    .cart td.product {
	    min-width: 0;
	    border-bottom: 1px solid #d9d9d9;
	    padding: 5px 10px 15px;
	    text-align: center;
    }
    .cart td.quantity {
	    display: inline-block;
	    padding: 0 10px;
	    vertical-align: middle;
    }
    .cart td.unit-price,
    .cart td.subtotal {
	    display: inline-block;
	    padding: 20px 10px;
	    vertical-align: middle;
    }
    .order-details-page .data-table {
	    display: block;
    }
    .order-details-page .data-table colgroup,
    .order-details-page .data-table thead {
	    display: none;
    }
    .order-details-page .data-table tbody {
	    display: block;
	    overflow: hidden;
    }
    .order-details-page .data-table tr {
	    display: block;
	    float: left;
	    width: 100%;
	    margin: 40px 0 0;
	    border: 1px solid #d9d9d9;
    }
    .order-details-page .data-table td {
	    display: block;
	    border: none;
	    padding: 10px;
    }
    .order-details-page .data-table td.product,
    .order-details-page .data-table td.tracking-number {
	    min-width: 0;
	    border-bottom: 1px solid #d9d9d9;
	    padding: 5px 10px 15px;
	    text-align: center;
    }

    /*** NOTIFICATIONS & POPUPS  ***/
    .bar-notification-container {
        bottom: 80px;
    }

    .scrollup {
        bottom: 60px;
    }

    .block-category-navigation {
        display: none;
    }
    .block-account-navigation {
        float: none;
        margin: auto !important;
    }
    .block:not(.filter-section) .title {
        padding-left: 15px;
    }

    /*** PRODUCT REVIEWS ***/
    .write-review .review-rating {
        padding: 0 15px;
    }

    /* Mix */
    .slider-wrapper.theme-custom {
        max-width: 100%;
    }

    /***** PRODUCT GRID *****/
    .p-card--img .nt-labels {
        top: 10px;
        right: 10px;
    }
    .p-card--img .nt-label {
        height: 40px;
        width: 40px;
        font-size: 12px;
    }
    .p-card--hvr-btn,
    .p-card--img:hover .p-card--hvr-btn {
        opacity: 1;
        visibility: visible;
        top: auto !important;
        left: auto;
        transform: none;
        bottom: 15px;
        right: 15px;
        z-index: 2;
        background: #ffffff;
        box-shadow: 1px 1px 1px rgba(0,0,0,.1);
        border-radius: 35px;
        padding: 0;
        transition: .3s;
    }
    .p-card--hvr-btn .add-btn {
        margin: 0;
        padding: 10px;
        font-size: 0;
        box-shadow: none;
        border: 0;
        outline: 0;
    }
    .p-card--hvr-btn .btn-icon {
        font-size: 16px;
    }
    .p-card--hvr-btn .btn-txt {
    }
    .p-card--img:hover .p-card--attr {
        opacity: 0;
        visibility: hidden;
    }
    .p-card--btn-icons .add-list {
        opacity: 1;
        visibility: visible;
    }

    /****** SHOPPING CART & WISHLIST ******/
    .sp-cart--list-item,
    .wl--list-item {
        padding-top: 0;
        padding-bottom: 15px;
        border: 1px solid #d9d9d9;
    }
    .wl--img {
        min-width: 150px;
    }

    /* Order summary */
    .acdn-order-summary .acdn-odr-summary--title {
        align-items: center;
    }
    .acdn-order-summary [aria-expanded="true"] .acdn-odr-summary--title.closed {
        display: none;
    }
    .acdn-order-summary [aria-expanded="true"] .acdn-odr-summary--title.opened {
        display: inline-flex;
    }
    .acdn-order-summary [aria-expanded="false"] .acdn-odr-summary--title.closed {
        display: inline-flex;
    }
    .acdn-order-summary [aria-expanded="false"] .acdn-odr-summary--title.opened {
        display: none;
    }

    ul.top-menu.notmobile.without-megamenu {
        display: none
    }
    ul.top-menu.mobile.without-megamenu {
        display: none;
    }
    ul.top-menu.mobile.without-megamenu {
        position: absolute;
        top: 75px;
        left: 0;
        width: 100vw;
        background: #fff;
        max-width: unset;
        z-index: 1000;
    }
}

@media all and (max-width: 767px) {
    /*** PAGES - OVERRIDES ***/
    .page.product-tag-page .row > .col-6.col-md-5.text-right {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }
    .page.product-tag-page .row > .col-6.col-md-5.text-right > .justify-content-end {
        -webkit-box-pack: start !important; 
        -ms-flex-pack: start !important; 
        justify-content: flex-start !important;
    }

    /*** UTILITIES & STYLES ***/
    .btn.btn-default {
        padding: 10px 20px;
    }

    /****** BLOG & NEWS ******/
    .blog-item:not(:last-child) {
        margin-bottom: 50px;
    }

    /********** HOME PAGE - CATEGORY GRID **********/
    .cat-grid--item-0 {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 575px) {

  .private-messages .tabs-header li {
    display: inline;
  }

  .product-grid .col-6 {
      padding-left: 7px;
      padding-right: 7px;
  }
  .owl-item .ocarousel-item {
    margin: 0px;
  }

  .ocarousel-grid .carousel-product {
    min-height: 150px;
  }
  .container .ocarousel-grid {
      margin-bottom: 20px;
  }

  .p-card--title,
  .p-card--prices span {
    font-size: 17px;
  }
    /*** UTILITIES & STYLES ***/
    .btn-group-dd .btn.dropdown-toggle {
        min-width: 100px;
    }

    .variant-picture img {
        max-width: 100%;
    }

    .cat-grid--item-name {
        min-width: 110px;
        padding: 8px 10px;
    }

    /*** NOTIFICATIONS & POPUPS  ***/
    .bar-notification-container {
        left: 10px;
        right: 10px;
    }
    .bar-notification .content {
        line-height: 20px;
    }
    .bar-notification .close {
        top: 50%;
        margin-top: -16px;
    }

    /***** PRODUCT GRID *****/
    .p-card--link-img,
    .p-card--img-hover-inner {
        padding-top: 100%;
    }
    .p-card--hvr-btn .btn-icon {
        font-size: 20px;
    }
    .p-card--hvr-btn .add-btn {
        padding: 15px 10px;
    }
}

@media all and (max-width: 400px) {
  .p-card--title,
  .p-card--prices span {
    font-size: 14px;
  }
  .header-menu-icons > li > a.btn-toggle-search {
    display: none;
  }

    .variant-overview .add-to-cart-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .variant-overview .add-to-cart-panel .p-qty--counter {
        margin-right: 0 !important;
    }
   
}

@media all and (min-width: 576px) {
    /*** GLOBAL ***/
    .master-wrapper-content {
        width: 92.5%;
    }

    .master-wrapper-content {
        max-width: 540px;
    }

    /*** GLOBAL TABLES ***/
    .cart tr {
        width: 46%;
        margin: 40px 2% 0;
    }

        .cart tr:nth-child(2n+1) {
            clear: both;
        }

    .order-details-page .data-table tr {
        width: 46%;
        margin: 40px 2% 0;
    }

        .order-details-page .data-table tr:nth-child(2n+1) {
            clear: both;
        }

    /*** UTILITIES & STYLES ***/
    .rounded-nav,
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }

    /*** HEADER ***/
    .header-selectors-wrapper > div {
        display: inline-block;
        width: 30%;
        margin: 10px auto;
    }

    .search-box input.search-box-text {
        width: 280px;
    }

    .ui-autocomplete {
        width: 280px !important;
    }

        .ui-autocomplete img {
            display: inline;
        }

    /*** FOOTER ***/
    .newsletter-email input[type="text"] {
        width: 240px;
    }

    /*** CATEGORY ***/
    .product-filter {
        display: table-cell;
        vertical-align: top;
        text-align: left;
    }

        .product-filter.price-range-filter {
            width: 200px;
        }

        .product-filter .product-spec-group {
            float: left;
            margin: 0 25px 10px 0;
        }

            .product-filter .product-spec-group.product-spec-color {
                max-width: 190px;
            }

        .product-filter .group li.item {
            display: block;
            margin: 0;
        }

        .product-filter .group li.color-item {
            display: inline-block;
        }

    .item-box {
        width: 49%;
        margin: 0 0.5% 50px;
    }

        .item-box:nth-child(2n+1) {
            clear: both;
        }

        .item-box .prices {
            min-height: 40px;
        }

        .item-box .product-title {
            min-height: 42px;
            margin: 0 0 5px;
        }

    /*** PRODUCT PAGE ***/
    .overview-buttons div {
        display: inline-block;
        width: auto;
        margin: 0 1px 2px;
    }

    /*** WISHLIST ***/
    .wishlist-content .button-2 {
        display: inline-block;
        width: auto;
        min-width: 140px;
        margin: 0 1px 5px;
    }

    /*** TOPICS ***/
    .enter-password-form input[type="password"] {
        width: 260px;
    }

    /*** FORUM & PROFILE ***/
    .forums-header {
        background-color: #EFEFF1;
        padding: 30px 20px 20px;
    }

    .ui-tabs-nav li {
        display: inline-block;
        min-width: 150px;
        margin: 0 5px -1px;
        margin: 0 5px -1px !important;
    }

    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
        display: inline-block;
        width: auto;
        margin: 1px;
    }

    .topic-post .post-text {
        float: left;
        width: 90.5%;
        text-align: left;
    }

    .forum-group .forum-table th.latest-post,
    .forum-group .forum-table th.topics,
    .forum-group .forum-table th.posts,
    .forum-group .forum-table td.latest-post,
    .forum-group .forum-table td.topics,
    .forum-group .forum-table td.posts {
        display: table-cell;
    }

    .topic-group .forum-table th.latest-post,
    .topic-group .forum-table td.latest-post {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: 40px;
    }

        .forum-table td.image div {
            max-width: 100%;
            background-size: contain;
        }
}

@media all and (min-width: 768px) {
    /**** GLOBAL ***/
    .container {
        max-width: 900px;
    }

    .master-wrapper-content {
        width: 94%;
        max-width: 720px;
    }

    .home-page-polls li {
        min-width: 100px;
    }

    /**** GLOBAL TABLES ***/
    .cart tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

        .cart tr:nth-child(2n+1) {
            clear: none;
        }

        .cart tr:nth-child(3n+1) {
            clear: both;
        }

    .order-details-page .data-table tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

        .order-details-page .data-table tr:nth-child(2n+1) {
            clear: none;
        }

        .order-details-page .data-table tr:nth-child(3n+1) {
            clear: both;
        }

    .border-md-0 {
        border-width: 0 !important;
    }

    /*** HEADER ***/
    .header-selectors-wrapper > div {
        width: 20%;
    }

    /*** FOOTER ***/
    .footer-block {
        vertical-align: top;
    }

        .footer-block .title {
            margin: 0 0 15px;
            padding: 0;
            background: none;
            color: #242423;
            cursor: auto;
        }

        .footer-block .list {
            display: block !important;
            background: none;
            padding: 0;
        }

            .footer-block .list li {
                padding: 5px 0;
            }

            .footer-block .list a {
                display: inline;
                padding: 0;
            }

    .follow-us {
        width: 98%;
        margin: 25px auto 0;
    }

    /*** CATEGORY ***/
    .product-selectors {
        text-align: left;
    }

        .product-selectors .product-viewmode {
            display: inline-block;
            float: right;
        }

            .product-selectors .product-viewmode span {
                display: none;
            }

            .product-selectors .product-viewmode a {
                display: inline-block;
                width: 24px;
                height: 32px;
                margin: 0 0 0 12px;
                background-position: center;
                background-repeat: no-repeat;
                opacity: 0.5;
            }

                .product-selectors .product-viewmode a.grid {
                    background-image: url('../images/view-grid.png');
                }

                .product-selectors .product-viewmode a.list {
                    background-image: url('../images/view-list.png');
                }

                .product-selectors .product-viewmode a.selected {
                    opacity: 1;
                }

    .product-list .p-grid {
        flex-direction: column;
    }
    .product-list .p-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-list .p-card {
        display: flex;
        background-color: #f6f6f6;
    }    
    .product-list .p-card--img {
        width: 30%;
    }
    .product-list .p-card--img .p-card--hvr-btn,
    .product-list .p-card--img .p-card--attr {
        display: none !important;
    }
    .product-list .p-card--link-img,
    .product-list .p-card--img-hover-inner {
        padding-top: 95%;
    }
    .product-list .p-card--info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: calc(75% - 40px);
        margin-top: 0;
        padding: 0 20px;
        text-align: left !important;
    }
    .product-list .attributes {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .product-list .p-card--info .p-card--hvr-btn,
    .product-list .p-card--info .p-card--attr {
        display: flex !important;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        z-index: 0;
    }
    .product-list .p-card--info .p-card--hvr-btn {
        padding: 15px 0 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .product-list .p-card--info .p-card--attr {
        padding-top: 10px;
        color: #242423;
    }
    .product-list .p-card--info .p-card--hvr-btn .add-btn {
        width: auto;
        max-width: 100%;
        margin: 5px 0;
        padding: 0;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border: 0;
        outline: 0;
        background: #82828F;
        color: #fff;
    }
    .product-list .p-card--info .p-card--hvr-btn .add-btn:hover {
        background: #242423;
        color: #fff;
    }
    .product-list .p-card--info .p-card--hvr-btn .add-btn:first-child {
        margin-right: 10px;
    }
    .product-list .p-card--info .p-card--hvr-btn .add-btn.add-qv.d-none {
        display: inline-block !important;
    }
    .product-list .p-card--info .p-card--hvr-btn .add-btn.add-qv.d-inline-block {
        display: none !important;
    }
    .product-list .p-card--info .p-card--hvr-btn .btn-icon {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 20px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: opacity .15s,-webkit-transform .25s;
        transition: opacity .15s,transform .25s,-webkit-transform .25s;
    }
    .product-list .p-card--info .p-card--hvr-btn .add-btn:hover .btn-icon {
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    .product-list .p-card--info .p-card--hvr-btn .btn-txt {
        display: block;
        padding: 8px 34px;
        -webkit-transition: opacity .15s,-webkit-transform .25s;
        transition: transform .25s,opacity .15s,-webkit-transform .25s;
    }
    .product-list .p-card--info .p-card--hvr-btn .add-btn:hover .btn-txt {
        -webkit-transform: translateY(-100%) translateZ(0);
        transform: translateY(-100%) translateZ(0);
    }

    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        float: left;
        max-width: 600px;
    }

    .product-review-item .product-review-box {
        float: right;
    }

    .write-review .review-rating .rating-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /*** REGISTRATION, LOGIN, ACCOUNT ***/
    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: inline-block;
        width: 45%;
        margin: 20px 1%;
        vertical-align: top;
    }

    .recurring-payments {
        width: 100% !important;
        margin: 20px 0 !important;
    }

    /*** SHOPPING CART ***/
    .order-progress {
        padding: 20px;
    }

        .order-progress li {
            margin: 0 10px;
        }

        .order-progress a {
            min-width: 80px;
        }

    .cart-options .common-buttons {
        text-align: right;
    }

    .cart-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
        padding: 0 10px;
    }

    .cart-footer .totals {
        float: right;
        width: 45%;
        margin: 0 2.5%;
    }

    .cart-footer .terms-of-service {
        text-align: left;
    }

    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
        text-align: right;
    }

    .cart-footer .cart-collaterals {
        float: left;
        width: 45%;
        margin: 0 2.5%;
    }

        .cart-footer .cart-collaterals div,
        .cart-footer .cart-collaterals label {
            text-align: left;
        }

    .cart-footer .estimate-shipping label {
        display: block;
        margin: 0 0 10px;
    }

    .cart-footer .estimate-shipping .buttons {
        text-align: right;
    }

    /*** CHECKOUT ***/
    .checkout-page .selected-checkout-attributes {
        float: right;
        text-align: right;
    }

    .checkout-page .cart-footer .totals {
        max-width: 350px;
        margin: 0;
    }

    .checkout-page .address-grid {
        overflow: hidden;
    }

    .checkout-page .address-item {
        float: left;
        width: 48%;
        margin: 0 1% 40px;
    }

    .payment-method .payment-logo {
        display: block;
        background-color: #f6f6f6;
        padding: 10px;
    }

    .payment-method .payment-details {
        display: block;
        width: auto;
        min-width: 0;
        margin: 10px 0 0;
        text-align: center;
    }

    .payment-info .info {
        padding: 30px 75px;
    }

    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        overflow: hidden;
    }

        .order-review-data > div,
        .order-details-area > div,
        .shipment-details-area > div {
            float: left;
            width: 48%;
            margin: 0 1% 40px;
        }

    /*** ORDER DETAILS & SHIPPING DETAILS ***/
    .order-details-page .section.options {
        text-align: right;
    }

    .order-details-page .selected-checkout-attributes {
        padding: 0 10px;
    }

    .order-details-page .tax-shipping-info {
        text-align: right;
    }

    .order-details-page .totals {
        float: right;
        clear: both;
    }

    .shipment-details-page .tracking-number .tracking-url {
        color: #CD99DE;
    }

    /*** BLOG & NEWS ***/
    .blog-posts .tags {
        width: 80%;
    }

    .blog-posts .buttons {
        width: 20%;
    }

    .new-comment {
        text-align: center;
    }

        .new-comment .buttons {
            text-align: center;
        }

    .comment-list .comment {
        display: table;
        width: 100%;
        margin: 0;
    }

        .comment-list .comment:last-child {
            border-bottom: 1px solid #d9d9d9;
        }

    .comment-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
    }

        .comment-info .username {
            min-height: 40px;
            margin: 0;
            border: none;
            text-align: center;
        }

        .comment-info .avatar {
            border: none;
        }

            .comment-info .avatar img {
                max-width: 80%;
                max-height: 80%;
            }

    .comment-content {
        display: table-cell;
        width: 85%;
        border-left: 1px solid #d9d9d9;
        vertical-align: top;
        text-align: left;
    }

    .comment-time {
        min-height: 40px;
        margin: 0;
        background-color: #f6f6f6;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
    }

    .comment-title {
        margin: 0 0 -20px;
        padding: 20px;
    }

    .comment-body {
        padding: 20px;
    }

    /*** FORUM & PROFILE ***/
    .forum-actions,
    .topic-actions {
        overflow: hidden;
    }

        .forum-actions .actions,
        .topic-actions .actions {
            float: left;
        }

        .forum-actions .pager,
        .topic-actions .pager {
            float: right;
            max-width: 450px;
        }

            .forum-actions .pager li,
            .topic-actions .pager li {
                margin: 2px 4px;
            }

            .forum-actions .pager.upper {
                display: block;
            }

        .topic-actions.lower .actions {
            display: block;
        }

    .topic-posts {
        margin: 0 0 30px;
    }

    .topic-post {
        display: table;
        width: 100%;
        margin: 0;
    }

        .topic-post .post-info {
            display: table-cell;
            width: 15%;
            margin: 0;
            vertical-align: top;
            text-align: left;
        }

        .topic-post .user-info {
            width: auto;
        }

        .topic-post .username {
            min-height: 40px;
            margin: 0;
            border: none;
            text-align: center;
        }

        .topic-post .avatar {
            margin: auto;
            border: none;
        }

            .topic-post .avatar img {
                max-width: 80%;
                max-height: 80%;
            }

        .topic-post .user-stats li {
            margin: 0;
        }

        .topic-post .send-pm {
            margin: 0 0 20px;
        }

        .topic-post .pm-button,
        .profile-info-box .pm-button {
            padding: 8px 16px;
            font-size: 13px;
        }

        .topic-post .post-content {
            display: table-cell;
            width: 85%;
            border-left: 1px solid #d9d9d9;
            vertical-align: top;
            text-align: left;
        }

        .topic-post .post-head {
            min-height: 40px;
            overflow: hidden;
            background-color: #f6f6f6;
        }

        .topic-post .post-time {
            float: left;
            margin: 0;
            font-size: 14px;
            font-weight: normal;
        }

        .topic-post .post-actions {
            float: right;
            margin: 0;
        }

            .topic-post .post-actions a {
                margin: 0;
                line-height: 20px;
            }

            .topic-post .post-actions .manage-post a {
            }

            .topic-post .post-actions .quote-post a {
                min-width: 70px;
            }

            .topic-post .post-actions a.post-link-button {
                margin: 0 0 0 10px;
                border-left: 1px solid #d9d9d9;
                text-align: center;
            }

        .topic-post .post-text {
            padding: 20px 5px;
        }

        .topic-post .post-vote {
            padding: 20px 0 20px 15px;
        }

    .forum-table th.replies,
    .forum-table th.views,
    .forum-table th.votes,
    .forum-table td.replies,
    .forum-table td.views,
    .forum-table td.votes {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: none;
    }

        .forum-table td.image div {
            max-width: none;
            background-size: initial;
        }

    .ui-tabs-nav {
        text-align: left;
    }

        .ui-tabs-nav li {
            margin: 0 10px -1px 0;
            margin: 0 10px -1px 0 !important;
        }

    .profile-info-box .avatar {
        float: left;
        margin: 0 15px 15px 0;
    }

    .profile-info-box .profile-stats {
        float: left;
        text-align: left;
    }

    .profile-info-box .title {
        text-align: left;
    }

    .profile-info-box .send-pm {
        clear: both;
        text-align: left;
    }
}

@media all and (min-width: 992px) {
    /*** GLOBAL STYLES ***/
    .container {
        max-width: 1140px;
    }

    .master-wrapper-content {
        max-width: 960px;
        margin: auto;
    }

    .center-2 {
        float: right;
        width: 73%;
    }

    .side-2 {
        float: left;
        width: 25%;
    }

    .page {
        text-align: left;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 100%;
            margin: 0 10px 0 0;
            text-align: right;
        }

        .inputs input[type="text"],
        .inputs input[type="email"],
        .inputs input[type="tel"],
        .inputs input[type="password"],
        .inputs select {
            min-height: 40px;
        }

        .inputs .option-list li {
            margin: 0 10px 0 0;
        }

    .center-1 .buttons {
        text-align: center;
    }

    .center-2 .inputs label {
        width: 136px;
        width: auto;
        margin-right: 0;
    }

    .inputs.accept-consent label {
        width: auto;
    }

    .page-title a + h1 {
        float: left;
    }

    .link-rss {
        display: block;
        float: right;
        margin: 6px 0 0;
    }

    /*** GLOBAL TABLES ***/
    .cart tr {
        width: auto;
        margin: 0;
    }

    .cart tbody tr:nth-of-type(odd) {
        background-color: #f6f6f8;
    }

    .order-details-page .data-table tr {
        width: auto;
        margin: 0;
    }

    .order-details-page .data-table label {
        display: none;
    }

    .border-lg-0 {
        border-width: 0 !important;
    }

    /* Custom select */
    .custom-checkbox--label-h-lg [type="checkbox"] ~ label > span {
        display: block;
        text-indent: -9999px;
        white-space: nowrap;
    }

    /*** SIDEBAR ***/
    .sb.mobile {
        display: none;
    }

    /*** HEADER ***/
    .header {
        width: 980px;
        margin: auto;
    }

    .header-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-selectors-wrapper {
        float: left;
        border: none;
        padding: 0;
    }

        .header-selectors-wrapper > div {
            width: auto;
            min-width: 100px;
            margin: 0 12px 0 0;
            line-height: 43px;
        }

        .header-selectors-wrapper select {
            height: 25px;
            padding: 4px;
            font-size: 12px;
        }

    .language-list {
        text-align: left;
    }

    .header-links-wrapper {
        float: right;
        padding: 0;
    }

    .header-lower {
        display: table;
        width: 100%;
    }

    .header-logo {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        font-size: 0;
    }

    .search-box {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

        .search-box input.search-box-text,
        .search-box .search-box-button {
            height: 40px;
        }

    /*** FOOTER ***/
    .footer-upper {
        width: 980px;
        padding: 35px 10px;
    }

        .footer-upper:after {
            content: "";
            display: block;
            clear: both;
        }

    .footer-block {
        float: left;
        width: 100%;
        margin: 0;
    }

        .footer-block:first-child {
        }

        .footer-block .list {
            margin: 0;
        }

    .follow-us {
        float: right;
        width: 300px !important;
        margin: 0;
        text-align: left;
    }

        .follow-us .social li {
            margin: 0 10px 0 0;
        }

    .newsletter-email input[type="text"] {
        width: 200px;
    }

    .newsletter-email .newsletter-subscribe-button {
        width: 100px;
        padding: 0 5px;
    }

    .newsletter-validation .field-validation-valid {
        text-align: left;
    }

    .footer-lower {
        position: relative;
        width: 980px;
        padding: 25px 5px;
    }

        .footer-lower:after {
            content: "";
            display: block;
            clear: both;
        }

    .footer-info {
        float: right;
        line-height: 32px;
    }

    .footer-powered-by {
        float: left;
        margin: 0;
        line-height: 32px;
    }

    .theme-selector {
        float: left;
        margin: 0 0 0 15px;
    }

    /*** COLUMN ***/
    .block {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

        .block:not(.filter-section) .title {
            margin: 0;
            border-bottom: 0px solid #d9d9d9;
            background: none;
            cursor: auto;
        }

        .block.block-account:not(.filter-section) .title {
            display: none;
        }

            .block .title strong {
                font-weight: bold;
            }

        .block .listbox:not(.ajaxfilter-section) {
            display: block;
            border-bottom: none;
        }

        .block a.product-name {
            vertical-align: middle;
        }

        .block a.product-picture + a.product-name {
            width: 70%;
        }

            .block a.product-picture + a.product-name:before {
                display: none;
            }

    /*** MINI/FLYOUT SHOPPING CART ***/
    .flyout-cart {
        position: absolute;
        top: 45px;
        right: 0;
        z-index: 100;
        width: 300px;
        box-shadow: 0 0 2px rgba(0,0,0,0.25);
        background-color: #fff;
    }
    .flyout-cart.active {
        display: block;
    }
    .mini-shopping-cart {
        padding: 12px;
        text-align: left;
        font-size: 12px;
    }
    .mini-shopping-cart .count {
        padding: 5px 0 15px;
        color: #242423;
    }
    .mini-shopping-cart .count a {
        margin: 0 2px;
        font-weight: bold;
        color: #242423;
    }
    .mini-shopping-cart .items {
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        margin: 0 0 20px;
    }
    .mini-shopping-cart .item {
        overflow: hidden;
        padding: 10px 0;
    }
    .mini-shopping-cart .picture {
        float: left;
        width: 70px;
        text-align: center;
    }
    .mini-shopping-cart .picture a {
        display: block;
        position: relative;
        overflow: hidden;
    }
    .mini-shopping-cart .picture a:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
    .mini-shopping-cart .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
    }
    .mini-shopping-cart .picture + .product {
        margin: 0 0 0 80px;
    }
    .mini-shopping-cart .name {
        margin: 0 0 10px;
        font-size: 14px;
    }
    .mini-shopping-cart .name a {
        color: #CD99DE;
    }
    .mini-shopping-cart .name a:hover {
        color: #79358f;
    }
    .mini-shopping-cart .attributes {
        margin: 5px 0;
        color: #242423;
    }
    .mini-shopping-cart .totals {
        margin: 0 0 12px;
        font-size: 14px;
    }
    .mini-shopping-cart .totals strong {
        font-size: 16px;
        color: #242423;
    }
    .mini-shopping-cart .buttons {
        margin: 0 0 5px;
    }
    .mini-shopping-cart input[type="button"] {
        display: inline-block;
        border: none;
        background-color: #CD99DE;
        padding: 10px 20px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }
    .mini-shopping-cart input[type="button"]:hover {
        background-color: #79358f;
    }

    /*** CATEGORY ***/
    .breadcrumb {
        margin: 0 0 20px;
    }
    .item-box .buttons {
        text-align: left;
    }
    .home-page .product-grid .item-box,
    .product-details-page .product-grid .item-box,
    .shopping-cart-page .product-grid .item-box {
        width: 24%;
        margin: 0 0.5% 50px;
    }
    .home-page .product-grid .item-box:nth-child(3n+1),
    .product-details-page .product-grid .item-box:nth-child(3n+1),
    .shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
        clear: none;
    }
    .home-page .product-grid .item-box:nth-child(4n+1),
    .product-details-page .product-grid .item-box:nth-child(4n+1),
    .shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
        clear: both;
    }

    /*** PRODUCT GRID ***/
    .slider-wrapper.theme-custom {
        min-width: 600px;
        max-width: 100%;
    }
    .p-card--hvr-btn .add-btn {
        width: auto;
        max-width: 100%;
        margin: 5px 0;
        padding: 0;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border: 0;
        outline: 0;
    }
    .p-card--hvr-btn .btn-tt {
        display: block;
        padding: 8px 34px;
        -webkit-transition: opacity .15s,-webkit-transform .25s;
        transition: transform .25s,opacity .15s,-webkit-transform .25s;
    }
    .p-card--hvr-btn .btn-icon {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 20px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: opacity .15s,-webkit-transform .25s;
        transition: opacity .15s,transform .25s,-webkit-transform .25s;
    }
    .p-card--hvr-btn .btn-txt {
        display: block;
        padding: 8px 34px;
        -webkit-transition: opacity .15s,-webkit-transform .25s;
        transition: transform .25s,opacity .15s,-webkit-transform .25s;
    }
    .p-card--hvr-btn .add-btn:hover .btn-txt {
        -webkit-transform: translateY(-100%) translateZ(0);
        transform: translateY(-100%) translateZ(0);
    }

    /*** PRODUCT PAGE ***/
    .rental-attributes {
        overflow: hidden;
    }
    .rental-attributes .attribute-item {
        float: left;
        margin: 0 20px 0 0;
    }
    .rental-attributes .datepicker {
        width: 160px;
        text-align: left;
    }
    .attribute-squares li {
        margin: 0 10px 10px 0;
    }
    .product-details-page .title {
        text-align: left;
    }

    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        max-width: 850px;
    }

    /**** SHOPPING CART & WISHLIST ****/
    .sp-cart--list-item:last-child,
    .wl--list-item:last-child {
        border-bottom: 1px solid #d9d9d9;
    }
    .shopping-cart-page .cart-options {
        overflow: hidden;
    }
    .shopping-cart-page .checkout-attributes {
        float: left;
        max-width: 565px;
    }
    .shopping-cart-page .checkout-attributes li {
        margin: 5px 10px 5px 0;
    }
    .shopping-cart-page .selected-checkout-attributes {
        float: right;
        max-width: 395px;
        margin: 15px 0;
    }

    /*** CHECKOUT ***/
    .order-progress {
        margin: 30px 0 50px;
    }
    .checkout-page .address-item {
        width: 31.33333%;
    }
    .checkout-page .terms-of-service {
        text-align: center;
    }
    .payment-info .info {
        padding: 30px 15px;
    }
    .payment-info .info td:first-child {
        width: 265px !important;
        margin: 0 10px 0 0;
        text-align: right;
    }
    .payment-info .info td:only-child {
        width: 100% !important;
    }
    
    .order-details-area .title,
    .shipment-details-area .title {
        text-align: left;
    }
    .opc .order-review-data ul {
        text-align: left;
    }

    /*** SEARCH & SITEMAP ***/
    .advanced-search .price-range {
        margin-left: 114px;
    }

    /*** BLOG & NEWS ***/
    .comment-list {
        margin: 0 0 50px;
    }
    .news-list-homepage .news-items {
        overflow: hidden;
        text-align: left;
    }
    .news-list-homepage .news-item {
        float: left;
        width: 31.33333%;
        margin: 0 1% 30px;
    }
    .news-list-homepage .news-item:nth-child(3n+1) {
        clear: both;
    }
    .news-list-homepage .news-item:only-child {
        float: none;
        width: auto;
        margin: 0 0 30px;
    }
    .news-list-homepage .news-head {
        text-align: center;
    }
    .news-list-homepage .news-body {
        text-align: justify;
    }

    /*** FORUM & PROFILE ***/
    .current-time {
        float: right;
    }
    .forum-search-box {
        float: left;
    }
    .forum-search-box .advanced {
        text-align: left;
    }
    .forum-search-box .advanced a {
        line-height: normal;
    }
    .forum-edit-page .form-fields {
        width: 60%;
        margin: 0 auto;
    }
    .forums-table-section td {
        min-width: 150px;
    }
    .forums-table-section td:first-child {
        min-width: 90px;
    }
    .forums-table-section .view-all {
        text-align: right;
    }
    .topic-actions .pager.upper {
        display: block;
        max-width: 400px;
    }
    .forum-table .forum-details,
    .forum-table .topic-details {
        min-width: 225px;
    }
    .forum-table td {
        padding: 20px;
    }
    .forum-edit-page textarea,
    .private-message-send-page textarea {
        width: 600px;
        height: 250px;
    }
    .private-message-send-page .bb-code-editor-wrapper {
        display: inline-block;
        width: 400px;
        margin: 10px 0;
        vertical-align: middle;
    }

    /*** COMPARE LIST ***/
    .compare-products-page .page-title {
        margin: 0 0 -1px;
    }
    .compare-products-page .clear-list {
        position: absolute;
        top: 7px;
        right: 0;
    }
    .compare-products-table .full-description td {
        display: table-cell;
    }
    .compare-products-table .full-description td p {
        margin-top: 0;
    }

    /*** TOPICS ***/
    .center-1 .topic-block-title {
        text-align: center;
    }
    .topic-page p {
        text-align: justify;
    }

    /*** REGISTRATION, LOGIN, ACCOUNT ***/
    .gender span {
        margin: 0 10px 0 0;
    }
    .gender span > * {
        margin: 0 5px 0 0;
    }
    .date-of-birth select + select {
        margin: 0 0 0 11px;
    }
    #check-availability-button {
        display: block;
        margin: 10px auto;
    }
    .login-page .customer-blocks {
        overflow: hidden;
    }
    .login-page .new-wrapper {
        margin: 0;
    }
    .login-page .new-wrapper .text {
        min-height: 200px;
    }
    .login-page .returning-wrapper .form-fields {
        min-height: 200px;
        padding: 30px 0 0;
    }
    .login-page .returning-wrapper .inputs label {
        width: 100%;
    }
    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 100%;
    }
    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: block;
        width: auto;
        margin: 0 0 40px;
    }
    .address-list-page .buttons,
    .order-list-page .buttons {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .avatar-page .message-error,
    .avatar-page .buttons {
        text-align: left;
    }
    .registration-page .vat-note {
        margin-left: 275px;
    }
    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 150px;
    }
    .customer-info-page .vat-status {
        display: inline-block;
    }
}

@media all and (min-width: 1060px) {
    .header-menu-icons > li:not(:last-child) {
        margin-right: 20px !important;
    }
}

@media all and (min-width: 1200px) {
    /*** GLOBAL STYLES ***/
    .container, .master-wrapper-content {
        max-width: 1170px;
    }

    .center-2 .inputs label {
        width: auto;
    }

    .inputs.accept-consent label {
        width: auto;
    }

    /*** HEADER ***/
    .header {
        width: 1200px;
    }

    /*** FOOTER ***/
    .footer-upper {
        width: 1200px;
        padding: 35px 30px;
    }

    .footer-block {
        width: 280px;
    }

    .footer-lower {
        width: 1200px;
        padding: 25px 20px;
    }

    /*** SHOPPING CART ***/
    .cart-footer .totals {
        width: 395px;
        margin: 0;
    }

    .cart-footer .cart-collaterals {
        width: 760px;
        margin: 0;
    }

        .cart-footer .cart-collaterals .deals {
            float: left;
            width: 360px;
        }

        .cart-footer .cart-collaterals .shipping {
            float: right;
            width: 360px;
        }

    .cart-footer .estimate-shipping .inputs label {
        display: inline-block;
        width: 35%;
    }

    .cart-footer .estimate-shipping .inputs input,
    .cart-footer .estimate-shipping .inputs select {
        width: 65%;
    }

    /*** CHECKOUT ***/
    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 20px 1%;
    }

    .payment-info .info td:first-child {
        width: 375px !important;
    }

    .payment-info .info td:only-child {
        width: 100% !important;
    }

    /*** FORUM & PROFILE ***/
    .forum-actions .pager,
    .topic-actions .pager {
        max-width: 600px !important;
    }

    .topic-post .post-text {
        width: 930px;
        max-width: 100%;
    }

    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        max-width: 1050px;
    }

    /*** REGISTRATION, LOGIN, ACCOUNT ***/
    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 360px;
    }

    .registration-page .vat-note {
        margin-left: 385px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 225px;
    }
}

@media all and (min-width: 1230px) {
    /*** GLOBAL STYLES ***/
    .container, .master-wrapper-content {
        max-width: 1200px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .header-menu-icons > li:not(:last-child) {
        margin-right: 20px !important;
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
    .variant-overview .add-to-cart-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .variant-overview .add-to-cart-panel .p-qty--counter {
        margin-right: 0 !important;
    }
    .variant-overview .add-to-cart-button {
        margin-top: 15px;
    }
}