/* ============================================
   RESPONSIVE.CSS - CONSOLIDATED & OPTIMIZED
   Crimson Theme for NopCommerce 4.9
   All duplicate media queries merged
   ============================================ */

/* ===== EXTRA SMALL DEVICES (Phones, < 476px) ===== */

@media(min-width: 320px) and (max-width: 575px) {
    .blog-news-area .single-blog {
        margin-bottom: 15px;
    }

    .top-nav-container .header-links .navbar-nav .dropdown-login .user-login-box {
        width: 300px;
    }

    .top-nav-container .navbar .dropdown-login .dropdown-menu.store-search-box {
        right: -99px;
    }

    .top-nav-container .navbar .user-login-box:before {
        right: -99px;
    }

    .top-nav-container .header-links .navbar-nav .dropdown-login .nav-link {
        font-size: 18px;
    }

    .product-essential .overview-buttons .row>div {
        padding-right: 0;
        padding-left: 0;
    }

    .related-products-grid .row>div {
        padding-left: 0;
        padding-right: 0;
    }

    .also-purchased-products-grid>div {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(min-width: 320px) and (max-width: 767px) {
	
    .top-nav-container .navbar .dropdown-menu.store-search-box .search-box-text {
        height: 44px;
        min-width: 150px;
    }
}

@media(min-width: 320px) and (max-width: 991px) {
    .product-details-page .picture-gallery {
        width: 100% !important;
    }

    .product-details-page .overview {
        width: 100% !important;
    }

    .blog-news-area {
        padding: 30px 0 8px;
    }

    .blog-news-area .blog-news-header {
        font-size: 22px;
        text-align: center;
    }

    .blog-news-area .blog-news-header::before {
        display: none;
    }
}

/* ===== SMALL DEVICES (Tablets, ≥ 476px) ===== */

@media(min-width: 476px) {
    /*** GLOBAL ***/
    .master-wrapper-content,
    .header-menu {
        width: 92.5%;
    }

    /*** 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: 250px;
    }

    .ui-autocomplete {
        width: 280px !important;
    }

    .ui-autocomplete img {
        display: inline;
    }

    /*** FOOTER ***/
    .newsletter-email input[type="text"] {
        width: 240px;
    }

    /*** CATEGORY ***/
    .product-filter {
        display: block;
        vertical-align: top;
        text-align: left;
    }

    .product-filter.price-range-filter {
        width: 100%;
    }

    .price-range-filter span.ui-slider-handle.ui-corner-all.ui-state-default {
        background: #fff !important;
        box-shadow: 0 0 8px #ccc;
        border: 0 !important;
    }

    .price-range-filter .selected-price-range span.to {
        float: right;
    }

    .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: 48%;
        margin: 0 1% 15px;
    }

    .item-box:nth-child(2n+1) {
        clear: both;
    }

    .item-box .product-rating-box {
        margin: 0 0 15px;
    }

    .item-box .product-title {
        min-height: 42px;
        margin: 0 0 5px;
    }

    /*** 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: #f9f9f9;
        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;
    }
}

/* ===== MEDIUM DEVICES (Tablets, ≥ 768px) ===== */

@media(min-width: 768px) {
    .shipping-type {
        border-left: 1px solid black;
    }

    /**** 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 5px;
        background: none;
        padding: 0;
        color: #444;
        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%;
    }

    /*** CATEGORY ***/
    .product-selectors {
        text-align: left;
        margin-bottom: 1rem;
    }

    .product-selectors .product-viewmode {
        float: right;
        margin-right: 10px;
    }

    .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.3;
    }

    .product-selectors .product-viewmode a.grid::before {
        content: "\e908";
        font-family: 'icomoon' !important;
        font-size: 26px;
        vertical-align: text-bottom;
    }

    .product-selectors .product-viewmode a.list::before {
        content: "\e900";
        font-family: 'icomoon' !important;
        font-size: 26px;
        vertical-align: text-bottom;
    }

    .product-selectors .product-viewmode a.selected,
    .product-selectors .product-viewmode a:hover {
        opacity: 1;
        color: var(--primary-color);
    }

    .item-box {
        width: 32.33333%;
        margin: 0 0.5% 0;
    }

    .featured-products-container .item-box {
        margin: 0 0.5% 0;
    }

    .item-box:nth-child(2n+1) {
        clear: none;
    }

    .item-box:nth-child(3n+1) {
        clear: both;
    }

    .product-list .item-box {
        float: none;
        width: auto;
        margin: 0 5px 20px;
    }

    .product-list .item-box .product-item:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-list .item-box .picture {
        float: left;
        width: 220px;
    }

    .product-list .item-box:hover .picture a img {
        opacity: 1;
    }

    .product-list .item-box .picture:hover a img {
        opacity: 0.85;
    }

    .product-list .item-box .picture+.details {
        margin: 0 0 0 240px;
    }

    .product-list .item-box .product-title {
        height: auto;
        padding: 10px 0;
        font-size: 18px;
    }

    .product-list .item-box .description {
        display: block;
        margin: 0 0 10px;
        line-height: 22px;
    }

    .product-list .item-box .prices {
        height: auto;
        margin: 0 0 30px;
    }

    .product-list .item-box .product-box-add-to-cart-button {
        width: auto;
        min-width: 150px;
        padding: 0 20px;
    }

    .product-list .item-box .add-to-compare-list-button,
    .product-list .item-box .add-to-wishlist-button {
        width: 42px;
    }

    /*** PRODUCT PAGE ***/
    .variant-picture {
        float: left;
    }

    .variant-picture+.variant-overview {
        width: auto;
        margin: 0 0 0 240px;
    }

    .variant-overview {
        text-align: left;
    }

    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        float: left;
        max-width: 600px;
    }

    .product-review-item .product-review-box {
        float: right;
    }

    .write-review .review-rating div {
        display: inline-block;
        margin: 0 0 0 5px;
        cursor: default;
        vertical-align: middle;
        font-size: 16px;
        height: 17px;
    }

    /*** REGISTRATION, LOGIN, ACCOUNT ***/
    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        margin: 0 1% 20px;
        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;
    }

    .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;
        margin-left: 0;
    }

    .shipping-method .method-list li,
    .payment-method .method-list li {
        display: inline-block;
        width: 25%;
        margin: 20px 2%;
        vertical-align: top;
    }

    .shipping-method .method-name {
        background-color: #f6f6f6;
        padding: 10px;
    }

    .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: #4ab2f1;
    }

    .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: 16px;
        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: 16px;
    }

    .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: 16px;
        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 .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;
        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;
    }

    .offer-box-content {
        height: 150px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
	
    .product-grid .item-box {
        width: 48%;
        margin: 10px 1%;
    }

    .manufacturer-logo-name {
        padding: 8px;
    }
}

/* ===== LARGE DEVICES (Desktops, ≥ 992px) ===== */

@media(min-width: 992px) {
    /* Consolidated from all 5 original @media (min-width: 992px) sections */
    
    .next-event-wrapper {
		min-height: 600px;
	}
	.inputs.reversed.avd-search {
        text-align: left;
    }
    
    /*** 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-lower {
        display: table;
        width: 100%;
    }

    .header-logo {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        font-size: 0;
    }

    .search-box input.search-box-text,
    .search-box .search-box-button {
        height: 40px;
    }

    /*** NAVIGATION ***/
    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu>ul {
        display: block !important;
        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;
        color: #555;
        cursor: pointer;
    }

    .header-menu>ul>li>a:hover {
        color: #4ab2f1;
    }

    a.nav-link {
        white-space: nowrap;
        text-align: left;
    }

    .theme-custom {
        margin: -40px 0 0 !important;
    }

    /*** 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 .list {
        margin: 0;
    }

    .follow-us {
        float: right;
        margin: 0;
        text-align: left;
    }

    .follow-us .social li {
        margin: 0 10px 0 0;
    }

    .newsletter-email {
        display: block;
    }

    .newsletter-email input[type="text"] {
        width: 200px;
    }

    .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 .title {
        margin: 0;
        border-bottom: 1px solid #ddd;
        background: none;
        cursor: auto;
    }

    .block .title strong {
        font-weight: bold;
    }

    .block .listbox {
        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;
    }

    /*** 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 PAGE ***/
    .gallery {
        float: left;
        width: 100%;
    }

    .gallery .picture {
        width: auto;
    }

    .overview {
        float: right;
        width: 52%;
    }

    .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;
    }

    .write-review .review-rating div.name-description {
        width: 265px;
        margin: 0 5px 0 0;
        text-align: right;
    }

    /*** WISHLIST & COMPARE LIST ***/
    .compare-products-page .page-title {
        margin: 0 0 -1px;
    }

    .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 {
        float: left;
        width: 49%;
        margin: 0;
    }

    .login-page .new-wrapper .text {
        min-height: 200px;
    }

    .login-page .returning-wrapper {
        float: right;
        width: 49%;
    }

    .login-page .returning-wrapper .form-fields {
        min-height: 200px;
        padding: 30px 0 0;
    }

    .login-page .returning-wrapper .inputs label {
        width: 110px;
    }

    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 300px;
    }

    .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: 12px;
        right: 15px;
    }

    .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;
    }

    /*** SHOPPING CART ***/
    .shopping-cart-page .cart-options {
        overflow: hidden;
    }

    .shopping-cart-page .checkout-attributes {
        float: left;
        max-width: 565px;
        margin: 0 15px;
    }

    .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: 0 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-review-data .title,
    .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 ***/
    .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;
    }

    .header-menu .navbar-nav .first-lebel-nav>a {
        padding: 15px 20px 5px 20px;
        border-radius: unset;
        border-bottom: 5px solid #151515;
        transition: all 0.3s;
        display: inline-block;
        line-height: 24px;
    }

    .header-menu .navbar-nav .first-lebel-nav>a:hover {
        border-bottom: 4px solid var(--primary-color);
        text-decoration: none;
    }

    .header-menu .navbar-nav .dropdown-menu-list>a {
        padding: 19px 10px;
        border-radius: unset;
        border: none;
        border-bottom: 4px solid #ffffff;
        transition: all 0.3s;
        display: inline-block;
        line-height: 24px;
        text-decoration: none;
    }

    .header-menu .navbar-nav .dropdown-menu-list>a:hover {
        border-bottom: 4px solid var(--primary-color);
        text-decoration: none;
    }

    .navbar .dropdown.nav-item {
        position: static;
    }

    .top-nav-container .navbar .dropdown-menu {
        width: 100%;
        margin: auto;
    }

    .top-nav-container .navbar .dropdown-menu.store-search-box,
    .top-nav-container .navbar .dropdown-menu.user-login-box {
        width: 420px;
    }
    
    /* Header menu styles from second 992px section */
    .header-menu .nav-item a {
        font-size: 24px;
    }
    
    /* OCarousel styles from second 992px section */
    .OCarousel-container .OCarousel-picture-wrapper .title {
        padding: 10px 20px;
        font-size: 18px;
    }
    
    /* Add to cart button from second 992px section */
    .add-to-cart-button button {
        padding: 6px 15px;
        font-size: 12px;
    }
    
    /* Product item icon from second 992px section */
    .product-item .icon-cart {
        font-size: 16px;
    }
    
    /* Shipping type border rule */
    .shipping-type {
        border-left: 1px solid black;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .header-menu .nav-item a {
        font-size: 20px;
    }

    .OCarousel-container .OCarousel-picture-wrapper .title {
        padding: 10px 20px;
        font-size: 18px;
    }

    .add-to-cart-button button {
        padding: 6px 15px;
        font-size: 12px;
    }

    .product-item .icon-cart {
        font-size: 16px;
    }
}

/* ===== EXTRA LARGE DEVICES (Large desktops, ≥ 1367px) ===== */

@media(min-width: 1367px) {
    /*** GLOBAL STYLES ***/
    .master-wrapper-content {
        width: 1240px;
    }

    .inputs label {
        width: 375px;
    }

    .center-2 .inputs label {
        width: 213px;
    }

    .inputs.accept-consent label {
        width: auto;
    }

    /*** HEADER ***/
    .header {
        width: 1200px;
    }

    /*** NAVIGATION ***/
    .header-links {
        white-space: nowrap;
        padding: 0;
    }

    .top-nav-container .navbar .header-links>ul li .nav-link {
        border-bottom: solid 4px #f4f6f9;
    }

    .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 .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%;
    }

    /*** Grouped product in prooduct details page ***/
    .variant-picture + .variant-overview {
        width: 100% !important;
        margin: 0 -15px 0 !important;
    }
}

/* ===== MAX-WIDTH QUERIES (Mobile-first overrides) ===== */

@media(max-width: 767px) {
    .review-rating .name-description {
        text-align: center;
        width: 100%;
        display: block;
    }

    .write-review .review-rating div {
        text-align: center;
        padding-bottom: 10px;
        display: inline-block;
    }

    .product-list .products-box-icon {
        bottom: initial;
        top: 11px;
    }

    .categories-container h5 {
        font-size: 15px;
    }

    .global-header .header-selectors {
        float: none;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
    }

    .global-header .admin-links {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .product-variant-line {
        align-items: center;
        flex-direction: column;
    }

    .variant-overview .prices {
        justify-content: center;
    }
    
    .featured-box-text.w-75 {
        width: 100% !important;
        background: #fff;
    }

    .featured-products-box {
        background-image: none;
    }

    .featured-box-text {
        bottom: 20%;
        transform: translate(0, 0);
        position: static;
        background: none;
        font-family: 'barlowbold';
        font-size: 16px;
        padding-top: 20px;
    }

    .offer-box-content h2 {
        font-size: 20px;
    }

    .ads-slider-container .owl-nav {
        display: none;
    }

    .product-selectors select:last-child {
        margin-bottom: 15px;
    }

    .search-page .container {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media(max-width: 575px) {
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        padding: 8px !important;
    }

    .top-nav-container .navbar .dropdown-menu.store-search-box {
        right: -72px;
    }

    .date-of-birth select {
        min-width: 100%;
        margin: 0 0 15px 0 !important;
    }
    
    .top-nav-container .navbar .header-upper .header-links .nav-link {
        padding-left: 6px;
        padding-right: 6px;
    }

    .product-selectors>div {
        width: 100%;
    }

    .product-selectors select {
        width: 100%;
    }

    .icon-cart {
        font-size: 16px;
    }
}

@media(max-width: 991px) {
    .shipping-type:nth-child(2n+1) {
        border-left: none;
    }

    /*** 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: 0;
        border: 1px solid #ddd;
    }

    .cart td {
        display: block;
        border: none;
        padding: 10px;
    }

    .cart td.remove-from-cart {
        margin: 0 0 15px;
        border-bottom: 1px solid #ddd;
        background-color: #eee;
        padding: 10px;
    }

    .cart td.product-picture {
        border-top: 1px solid #ddd;
        padding: 15px 10px 5px;
    }

    .cart td.product {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        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 #ddd;
    }

    .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 #ddd;
        padding: 5px 10px 15px;
        text-align: center;
    }

    /*** MOBILE NAVIGATION ***/
    .header-menu {
        position: relative;
        z-index: 1;
        width: 90%;
        max-width: 600px;
        margin: 0 auto 40px;
    }

    .menu-toggle {
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .top-menu>li {
        position: relative;
        margin: 1px 0;
        background-color: #f6f6f6;
    }

    .top-menu>li>a {
        display: block;
        min-height: 55px;
        padding: 18px;
        font-size: 15px;
        color: #555;
    }

    .top-menu .sublist {
        display: none;
        background-color: #fff;
        padding: 5px 0;
    }

    .top-menu .sublist li {
        position: relative;
        margin: 1px 0;
    }

    .top-menu .sublist li a {
        display: block;
        padding: 15px 18px;
        font-size: 15px;
    }
    
    .top-nav-container .navbar .top-menu .sublist li a {
        padding: 5px;
        font-weight: normal;
        text-transform: capitalize;
        border: 0 !important;
    }

    .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-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;
    }

    .mobile-menu {
        box-shadow: 1px 15px 10px rgba(0, 0, 0, 0.5);
    }

    .mobile-menu a.nav-link {
        display: block;
        width: 100%;
    }

    .top-nav-container .navbar ul li .nav-link {
        padding: 1rem;
        border-top: 1px solid #eee;
    }

    .top-nav-container .navbar .logo {
        padding: 1rem 0;
    }

    .navbar-nav {
        max-height: 80vh;
        overflow: scroll;
    }

    .top-nav-container .navbar .dropdown-menu {
        width: 100%;
    }

    .top-nav-container .navbar .dropdown-menu {
        margin-top: 0;
    }

    .top-nav-container .navbar {
        padding: 0.5rem 1rem;
    }

    .main-slider h2 {
        font-size: 20px;
        font-family: 'barlowbold';
    }

    .main-slider h3 {
        letter-spacing: 0;
    }

    .ads-slider-container .owl-carousel .owl-nav button.owl-next,
    .ads-slider-container .owl-carousel .owl-nav button.owl-prev {
        padding: 5px 10px !important;
    }

    .advantages-box .border-right {
        border-right: 0 !important;
    }

    .advantages-box .col-md-3 {
        padding-top: 30px;
    }

    .advantages-box {
        padding: 1rem !important;
    }

    .copyright-container,
    .social-media-icon,
    .payment-icon,
    .copyright-text {
        text-align: center;
        padding-bottom: 15px;
    }

    .featured-products-box {
        padding-bottom: 15px;
    }

    .blogs-container,
    .bestsellers {
        padding: 20px 0 !important;
    }

    .products-gallery {
        padding: 20px 20px 0 20px;
    }

    .products-body-content .products-gallery {
        padding: 0;
    }

    h2 {
        font-size: 18px;
    }

    .featured-products-container .owl-nav {
        position: relative;
    }

    .featured-products-container,
    .ads-slider-container {
        margin-top: 15px !important;
    }

    .top-nav-container .navbar ul li .nav-link:hover,
    .top-nav-container .navbar ul li.active a,
    .top-nav-container .navbar .dropdown-menu a:hover {
        border-bottom: 0;
    }

    .ads-slider-container {
        padding: 50px 0 0 0 !important;
    }

    .products-body-content .col-md-3 {
        padding: 0 !important;
    }

    .products-list-container-body,
    .products-body-content {
        padding: 0 1rem;
    }

    .products-list-header-body a span.icon-products-view-1,
    .products-list-header-body a span.icon-products-view {
        padding: 15px 0 0 0;
        display: block;
    }

    .products-box .products-box-icon {
        transform: translateX(0) !important;
    }

    .products-description .nav-tabs li {
        width: 100%;
        border-bottom: 1px #dddbe4 solid;
    }

    .products-gallery .owl-carousel .owl-nav button.owl-next,
    .products-gallery .owl-carousel .owl-nav button.owl-prev {
        padding: 10px 15px !important;
        font-size: 10px !important;
    }

    .personal-details button {
        width: 100% !important;
    }

    .register-container {
        padding: 20px !important;
    }

    .register-container-box .col-md-10,
    .register-container-box .col-md-7 {
        padding: 0;
    }

    .top-nav-container .navbar ul li .nav-link {
        border-bottom: 0;
    }

    .start-cart-container .col-md-4 {
        padding: 0 !important;
    }

    .products-quick-box .modal-dialog {
        max-width: 95%;
    }

    .products-quick-box .modal-dialog .products-gallery {
        padding: 0;
    }

    .featured-products-container {
        padding: 0 5px;
    }

    .product-selectors select {
        padding-right: 30px !important;
    }

    .main-logo img {
        width: 200px;
        vertical-align: baseline;
    }

    .main-logo.d-lg-inline-block {
        display: none !important;
    }

    .main-logo.d-lg-none {
        display: inline-block !important;
    }

    .header-menu {
        z-index: 1;
        width: auto;
        max-width: 100%;
        margin: 0;
    }

    .menu-toggle {
        line-height: 15px;
    }

    li.nav-item.dropdown {
        width: 100%;
    }

    .top-menu .sublist {
        display: none;
        background-color: #fff;
        margin: 0 7px;
    }

    .top-nav-container .navbar ul li .nav-link {
        padding: 10px;
        border-top: 1px solid transparent;
        color: #fff;
    }

    .top-nav-container .navbar ul {
        border-bottom: 1px solid #eee;
    }

    .header-upper {
        width: auto;
        position: static;
    }

    .header-links-wrapper {
        position: static;
    }

    .header-upper .navbar-nav {
        flex-direction: row;
        overflow: visible;
    }

    .header-upper .nav-item {
        position: static;
    }

    .top-nav-container .navbar ul:not(.sublist)>li>.nav-link:hover {
        border-bottom: solid 0px #f05f5c;
    }

    .cart-quantity {
        right: 6px;
    }

    .search-box form {
        width: 100%;
    }

    .search-box input,
    .search-box input.search-box-text {
        width: 100%;
        padding-right: 50px;
    }

    .search-box .search-box-button {
        position: absolute;
        right: 0;
        top: 0;
    }

    .newsletter-email input[type="email"] {
        width: calc(100% - 44px);
    }

    .header-links-wrapper {
        padding: 0;
    }

    .top-nav-container .navbar ul {
        border: none;
    }

    .top-nav-container .navbar .navbar-nav {
        padding-right: 10px;
    }

    .top-nav-container .navbar {
        padding: 0;
    }

    .mobile-menu-wrapper {
        background: #151515;
        position: relative;
    }

    .top-nav-container .top-menu.mobile a.nav-link {
        color: #46282a;
        border-right: none;
    }

    .menu-toggle {
        width: auto;
        padding: 12px;
    }

    .navbar .icon-nav {
        font-size: 22px;
    }

    .navbar .icon-nav {
        color: #e5e5e5;
        transform: rotateY(180deg);
        display: inline-block;
        vertical-align: baseline;
    }

    .icon-search,
    .icon-user,
    .icon-cart,
    .icon-love {
        font-size: 18px;
    }

    .top-nav-container .header-links .navbar-nav .search-box-dropdown .search-box-button {
        padding: 15px;
    }

    .header-menu {
        position: static;
        display: inline-block;
    }

    .top-menu>li {
        position: relative;
        margin: 0;
        background-color: #fff;
    }

    .top-nav-container .navbar {
        padding-bottom: 0;
    }

    .search-box form {
        position: relative;
    }

    #cart-list-box {
        position: relative;
        padding-right: 8px;
    }

    .ads-slider-container .owl-carousel button.owl-dot {
        margin: 5px 5px 5px 5px;
    }

    .theme-custom {
        margin-bottom: 0 !important;
    }

    .add-to-cart-button button {
        padding: 10px 8px;
        background: #f3f3f3;
        font-size: 12px;
    }

    .products-list-header-body select,
    .products-description-container select,
    .manufacturers-container select,
    .checkout-box select,
    .product-selectors select,
    .date-of-birth select,
    .attributes select {
        padding: 5px;
    }

    /*ocarousel style*/
    .OCarousel-container .OCarousel-picture-wrapper .title {
        position: relative;
        text-align: center;
        bottom: 0px;
        padding: 15px 0;
        margin: 15px 0;
        color: var(--primary-color);
    }

    .products-box .products-box-icon .quick-view-plugin-btn {
        display: none !important;
    }

    .accordion .block {
        max-width: 100%;
    }

    .top-nav-container .navbar .dropdown-menu.store-search-box {
        width: 300px;
    }

    .flyout-cart {
        display: none;
    }

    .menu-toggle-btn {
        display: block;
        margin: 0 12px;
    }

    .mobile-menu {
        position: fixed;
        top: 40px;
        left: -100%;
        bottom: 0;
        width: 250px;
        transition: left 0.5s;
        overflow: auto;
        background: white;
        height: 100vh;
        overflow-y: auto;
    }

    .mobile-menu.isActive {
        left: 0 !important;
        display: block !important;
    }

    .mobile-menu .nav-item:first-child {
        /* border-top: 1px solid #eeeeee; */
    }

    .mobile-menu .nav-link {
        border-bottom: 1px solid #eeeeee !important;
        font-weight: bold;
    }

    .mobile-menu .nav-link:hover {
        border-right: 3px solid var(--primary-color);
        border-bottom: unset !important;
    }

    .cart-options .common-buttons {
        text-align: center;
    }

    .navbar-expand-lg .navbar-collapse:not(.show) {
        display: none !important;
    }
}

@media(max-width: 1200px) {
	.shipping-type img {
		max-width:60%;
	}
	h3 {font-size:1.5rem;}
	.shipping-type .desc {font-size:0.8rem;}