/*=== DEFAULT NOP STYLES : DO NOT ADD THEMESTYLES HERE ===*/

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}

.master-wrapper-content {
	position: relative;
    top: 157px;
	z-index: 0;
	width: 90%;
	margin: 0 auto;
}
.master-column-wrapper {
	position: relative;
	z-index: 0;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0;
}
.center-2, .side-2 {
	margin: 0 0 50px;
}
.side-2:after {
	content: "";
	display: block;
	clear: both;
}


.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	margin: 0 -8px 0 3px; /*siblings offset*/
	vertical-align: top;
	font-size: 20px;
	font-weight: normal;
	color: #e4434b;
}
.field-validation-valid,
.username-available-status {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #4cb17c;
}

.table-wrapper {
	overflow-x: auto;
}
.data-table .hidden-row {
	height: 1px;
  border: none;
}
.data-table tr.hidden-row th {
  padding: 0;
  border-top: none;
}
.data-table tr.hidden-row th > span{
  height: 1px; 
  width: 1px; 
  position: absolute; 
  overflow: hidden; 
  top: -10px;
}
.cart th,
.data-table th,
.forum-table th {
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
    background-color: #f6f6f6;
    padding: 10px;
    white-space: nowrap;
	font-weight: normal;
}
.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts{
    display: none;
}
.forum-table td.image {
    min-width: 0;
}
.cart td,
.data-table td,
.forum-table td {
	min-width: 50px;
	border-width: 1px;
	border-style: solid;
    border-color: transparent #ddd #ddd;
    padding: 20px;
	color: #444;
}
.forum-table td {
	min-width: 90px;
    padding: 10px;
}
.cart a,
.data-table a,
.forum-table a {
	font-weight: normal;
}
.cart a:hover,
.data-table a:hover,
.forum-table a:hover {
	text-decoration: none;
}
.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
    min-width: 225px;
	text-align: left;
}
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: left;
}
.cart .product a,
.data-table .product a,
.data-table .info a {
    font-weight: bold;
	color: #444;
}
.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
	color: #4ab2f1;
	text-decoration: none;
}


div.main article ul {
    margin: 10px 0;
    letter-spacing: 0.02em;
}

div.main article li::before {
    content: '';
    display: inline-block;
    background: url(../assets/list-arrow.svg) no-repeat center center/contain;
    width: 7px;
    height: 10px;
    margin-left: 0px;
    margin-right: 13px;
    opacity: 0.5;
}

div.main article a {
    color: #007DB7;
    font-weight: 700;
}

.sublist-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	border-left: 1px solid #fff;
	background: url('../images/toggle-black.png') center no-repeat;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.sublist .sublist-toggle {
	height: 49px;
}
.sublist .sublist li {
	background-color: #f6f6f6;
}
.sublist .sublist .sublist li {
	background-color: #fff;
}

.block-category-navigation {
	display: none;
}
.block-account-navigation {
	float: none;
	margin: auto !important;
}
.write-review .review-rating {
/*   text-align: center;
*/}

.write-review .review-rating div.name-description {
    width: 100%;
    margin: 0 5px 0 0;
    text-align: center;
}

/*}*/

@media all and (min-width: 481px) {


    /*** GLOBAL ***/
    .ellipsis-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .master-wrapper-content,
    .header-menu {
        width: 92.5%;
    }

    .relative {
        position: relative;
    }

    /*** 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;
        }


    /*** 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 ***/


    .footer-block {
        width: 85%;
    }

    .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: 33%;
        margin: 0 0.5% 50px;
    }

        .item-box:nth-child(2n+1) {
            clear: both;
        }

        .item-box .product-rating-box {
            margin: 0 0 15px;
        }

        .item-box .prices {
            min-height: 40px;
        }

        .item-box .product-title {
            min-height: 42px;
            margin: 0 0 5px;
        }
}

.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;
}
/* Notification */
.bar-notification-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

.bar-notification.success {
    background-color: #4bb07a;
}

.bar-notification.error {
    background-color: #e4444c;
}

.bar-notification.warning {
    background-color: #f39c12;
}

.bar-notification {
    position: relative;
    display: none;
    padding: 15px 25px 15px 10px;
}

    .bar-notification .content {
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../images/close.png') center no-repeat;
        cursor: pointer;
    }

/*** ESTIMATE SHIPPING POPUP ***/

.estimate-shipping-popup {
  padding: 25px;
}
/*}*/


@media all and (min-width: 769px) {


    /**** GLOBAL ***/


    .master-wrapper-content {
        width: 94%;
    }

    .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;
        }


    /*** HEADER ***/


    .header-selectors-wrapper > div {
        width: 20%;
    }


    /*** FOOTER ***/


    .footer-block {
        display: inline-block;
        width: 25.33333%;
        margin: 0 4%;
        vertical-align: top;
    }

        .footer-block .title {
            margin: 0 0 15px;
            background: none;
            padding: 0;
            color: #444;
            cursor: auto;
        }

        .footer-block .list {
            display: block !important; /* prevents toggle display:none on resize */
            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;
    }
}



.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 {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    width: 48%;
    margin: 0 1% 40px;
}

.shipping-method .method-list li,
.payment-method .method-list li {
    display: inline-block;
    width: 25%;
    margin: 10px 2%;
    vertical-align: top;
}

.shipping-method .method-name {
    background-color: #f6f6f6;
    padding: 10px;
}

.payment-method .payment-logo {
    display: block;
    background-color: #dee2e9;
    padding: 10px;
}
.payment-method .payment-logo label {
    margin: 0;
}

.payment-method .payment-details {
    display: block;
    width: auto;
    min-width: 0;
    margin: 10px 0 0;
    text-align: left;
}

.payment-info .info {
    padding: 0;
}

.order-review-data,
.order-details-area,
.shipment-details-area {
    overflow: hidden;
}


/*** 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: #4ab2f1;
}


/*** BLOG & NEWS ***/


.blog-posts .tags {
    float: right;
    width: 80%;
    text-align: right;
}

.blog-posts .buttons {
    float: left;
    width: 20%;
    text-align: left;
}

.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 #ddd;
    }

.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 #ddd;
    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 #ddd;
        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 #ddd;
            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;
        /*override jQuery UI styles, do not delete doubled properties*/
        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: 1001px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
        width: 980px;
        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: 265px;
            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;
    }

    .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 label {
        display: none;
    }

    .order-details-page .data-table tr {
        width: auto;
        margin: 0;
    }

    .order-details-page .data-table label {
        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-links li {
        margin: 0 16px;
    }

    .header-links a,
    .header-links span {
        line-height: 45px;
        text-transform: none;
    }

    #topcartlink {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0 18px;
    }

    .flyout-cart {
        position: absolute;
        top: 100%;
        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: #444;
        }

            .mini-shopping-cart .count a {
                margin: 0 2px;
                font-weight: bold;
                color: #444;
            }

        .mini-shopping-cart .items {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            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: #4ab2f1;
            }

                .mini-shopping-cart .name a:hover {
                    color: #248ece;
                }

        .mini-shopping-cart .attributes {
            margin: 5px 0;
            color: #444;
        }

        .mini-shopping-cart .totals {
            margin: 0 0 12px;
            font-size: 14px;
        }

            .mini-shopping-cart .totals strong {
                font-size: 16px;
                color: #444;
            }

        .mini-shopping-cart .buttons {
            margin: 0 0 5px;
        }

        .mini-shopping-cart input[type="button"] {
            display: inline-block;
            border: none;
            background-color: #4ab2f1;
            padding: 10px 20px;
            font-size: 12px;
            color: #fff;
            text-transform: uppercase;
        }

            .mini-shopping-cart input[type="button"]:hover {
                background-color: #248ece;
            }

    .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;
        }


    /*** NAVIGATION ***/


    .header-menu {
        position: relative;
        z-index: 5;
        width: 980px;
        margin: 0 auto 30px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 25px 0;
        text-align: center;
    }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu > ul {
        display: block !important; /* prevents toggle display:none on resize */
        font-size: 0;
    }

        .header-menu > ul.mobile {
            display: none !important;
        }

        .header-menu > ul > li {
            display: inline-block;
            border-left: 1px solid #ddd;
            padding: 0 15px;
            vertical-align: middle;
        }

            .header-menu > ul > li:first-child {
                border-left: none;
            }

            .header-menu > ul > li > a {
                display: block;
                padding: 5px 10px;
                line-height: 20px;
                font-size: 17px; /*reset zeroing*/
                color: #555;
                cursor: pointer;
            }

                .header-menu > ul > li > a:hover {
                    color: #4ab2f1;
                }

    .header-menu .sublist {
        display: none;
        position: absolute;
        width: 200px;
        box-shadow: 0 0 2px rgba(0,0,0,0.2);
        background-color: #fff;
        padding: 10px 0;
        text-align: left;
    }

        .header-menu .sublist li {
            position: relative;
        }

            .header-menu .sublist li a {
                display: block;
                position: relative;
                padding: 10px 20px 10px 30px;
                font-size: 14px;
                color: #444;
            }

                .header-menu .sublist li a:before {
                    content: "";
                    position: absolute;
                    top: 17px;
                    left: 15px;
                    width: 5px;
                    height: 5px;
                    background-color: #ddd;
                }

            .header-menu .sublist li:hover > a {
                background-color: #f6f6f6;
            }

    .header-menu ul li:hover > .sublist {
        display: block;
    }

    .header-menu .sublist .sublist {
        top: -10px;
        left: 100% !important;
    }

    .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 ***/


    .forum-breadcrumb {
        margin: -30px 0 30px;
    }

    .current-time {
        float: right;
    }

    .forum-search-box {
        float: left;
    }

        .forum-search-box .advanced {
            text-align: left;
        }

            .forum-search-box .advanced a {
                line-height: normal;
            }

    .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;
    }
}


@media all and (min-width: 1199px) {
    .master-wrapper-content,
    .main-footer {
        top: 181px;
    }
}



@media all and (min-width: 1367px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
        width: 1200px;
    }

    .inputs label {
        width: 375px;
    }

    .center-2 .inputs label {
        width: 213px;
    }

    .inputs.accept-consent label {
        width: auto;
    }


    /*** HEADER ***/


    .header {
        width: 1200px;
    }


    /*** NAVIGATION ***/


    .header-menu {
        width: 1200px;
    }

        .header-menu > ul > li {
            padding: 0 20px;
        }

            .header-menu > ul > li > a,
            .header-menu > ul > li > span {
                font-size: 18px;
            }


    /*** FOOTER ***/


    .footer-upper {
        width: 1200px;
        padding: 35px 30px;
    }

    .footer-block {
        width: 280px;
    }

    .footer-lower {
        width: 1200px;
        padding: 25px 20px;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        max-width: 1050px;
    }

    .write-review .review-rating div.name-description {
        margin: 0 5px 0 0;
        min-width: 375px;
    }


    /*** 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;
    }

    /*** 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: 10px 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%;
    }
}

        .master-column-wrapper {
        }

        .center-1 {
            height: 100%;
            margin-bottom: 0px;
        }

        .page {
            text-align: left;
            height: 100%;
        }

        .page-body {
            height: 100%;
        }

        #topcartlink {
            background-color: #FFF !important;
        }

            #topcartlink span.cart-qty {
                margin-left: 5px;
                font-size: 80%;
            }

        .header {
            width: 100%;
            text-align: left;
        }


        /* IMPLEMENTATION OVERRIDES */
        /*.anonymous-wrapper-page {
            height: 100%;
        }*/

        .master-wrapper-content {
            height: 100%;
            width: 100%;
            z-index: 1;
        }

        .anonymous-column-wrapper {
            height: 100%;
        }

        .master-column-wrapper {
        }

        .center-1 {
            height: 100%;
            margin-bottom: 0px;
        }

        .page {
            height: 100%;
        }

        .page-body {
            height: 100%;
        }

        #topcartlink {
            background-color: #FFF !important;
        }

            #topcartlink span.cart-qty {
                margin-left: 5px;
                font-size: 80%;
            }

        .header {
            width: 100%;
            text-align: left;
        }



    .skin-blue .main-header .logo
    {
        background-color: #FFF !important;

    }

    .add-to-cart-panel > .qty-dropdown {
        margin-right: 10px;
        width: unset;
    }

    .flex {
        display: flex;
    }

    .login-tooltip {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .login-tooltip > .tooltip {
        width: 13px;
        height: 13px;
        border-radius: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 9px;
        font-weight: bold;
        margin-right: 15px;
    }

    .login-no-scroll {
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

/*=== Login Tool Tip ===*/
.login-modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(90, 109, 126, 0.5);
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

    .login-modal__inner {
        max-width: 100%;
        width: 700px;
        margin: 60px auto;
        background: #ffffff;
        top: calc(50% - 150px);
        overflow: hidden;
        position: relative;
        -moz-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }

    .modal-head-center {
        text-align: center;
    }

    .login-list {
        list-style-position: inside;
        margin-top: 20px;
    }

    .login-list > li {
        margin-bottom: 5px;
    }

    .login-modal.open {
        visibility: visible;
        opacity: 1;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .login-exit {
        position: absolute;
        right: 34px;
        top: 34px;
        cursor: pointer;
        z-index: 5;
    }

    .login-modal-content {
        left: 0px;
        padding: 50px 50px;
    }

@media screen and (max-width: 720px) {
    .login-modal__inner {
        display: flex;
        align-items: center;
        height: 100%;
        margin: 0px;
        top: 100px;
        width: 100%;
    }

    .login-modal-content {
        padding: 20px;
    }

    .login-list {
        margin-left: 20px;
        text-indent: -17px;
    }

    .login-exit {
        top: 10px;
        right: 10px;
    }
}

/*=== Guided Tour ===*/
.guided-tour-wrapper {
    position: absolute;
    display: none;
    transition: 0.3s linear;
    left: 0px;
    z-index: 3;
}

    .guided-tour-wrapper.position-7 {
        top: 50px;
    }

    .guided-tour-wrapper.position-8 {
        left: -325px;
        top: 66px;
    }

    .guided-tour-wrapper.position-9 {
        left: -305px;
        top: 82px;
    }    
    
    .guided-tour-container {
        position: relative;
    }

        .guided-tour-arrow {
            position: absolute;
            transform: rotate(45deg);
            width: 10px;
            height: 10px;
            top: -5px;
            left: 30px;
        }

        .position-8 > .guided-tour-container > .guided-tour-arrow,
        .position-9 > .guided-tour-container > .guided-tour-arrow {
            right: 30px;
            left: unset;
        }

        .guided-tour-content {
            width: 400px;
            padding: 20px 30px;
            line-height: 1.7;
        }

            .guided-tour-header {
                font-weight: 500;
            }

            .guided-tour-body {
                font-weight: 100;
            }
    
            .guided-tour-footer {
                display: flex;
                justify-content: space-between;
                align-items: center;
                font-weight: 500;
            }

            .tour-skip {
                cursor: pointer;
                font-size: 0.85em;
            }

            .tour-skip-x {
                margin-bottom: 1px;
            }

            .guided-tour-footer.last {
                justify-content: center;
            }

                .guided-tour-footer > .btn {
                    padding: 10px 30px;
                }



.img-cover {
    object-fit: cover;
}