﻿
@media all and (min-width: 1025px) {

/* GLOBAL STYLES */

    .master-wrapper-content {
	    max-width: 1200px;
    }
    .center-2 {
	    float: left;
	    width: 75.5%;
    }
    .side-2 {
	    float: right;
	    width: 23%;
    }

/* GLOBAL FORMS */

    .inputs {
	    text-align: left;
    }
    .inputs label {
        display: inline-block;
        width: calc(50% - 180px);
        margin: 0 10px 0 0;
        text-align: right;
    }

/* HEADER */

    .header {
        position: relative;
        z-index: 1001;
        box-shadow: 0 2px 3px rgba(0,0,0,.2);
        background-color: #fff;
    }
    .header-upper {
        border-bottom: 5px solid rgba(255,255,255,.4);
        background-color: #e87772;
        padding: 6px;
    }
    .header-upper .centering {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1260px;
        margin: auto;
    }
    .header-lower {
        padding: 25px 0;
    }
    .header-lower .centering {
        display: flex;
        align-items: center;
        max-width: 1260px;
        margin: auto;
        padding: 0 10px;
    }

    .admin-header-links > a {
        line-height: 36px;
    }
    .admin-header-links .manage-page {
        border-left: 1px solid rgba(0,0,0,.2);
        padding-left: 10px;
        text-transform: none;
    }  
    .header-links-wrapper {
        display: flex;
        flex-flow: row-reverse;
        align-items: center;
        margin-left: auto;
    }
    .header-links li {
        padding: 0 8px;
    }
    .header-links li:first-child {
        border-left: none;
    }
    .header-links li:last-child {
        border-right: none;
    }
    .header-selectors {
        display: flex;
        align-items: center;
        border-left: 1px solid rgba(0,0,0,.2);
        padding: 6px 0;
    }
    .header-selectors > div {
	    margin: 0 0 0 10px;
    }
    .header-selectors select {
        min-width: 85px;
        height: 24px;
        padding: 3px;
        line-height: 18px;
    }

    .header-logo {
	    flex: 0 0 241px;
    }
    .header-menu-parent {
        flex-grow: 1;
    }
    .desktop-header-right {
        display: flex;
        flex-flow: row-reverse;
        align-items: center;
    }
	.store-search-box form {
        display: flex;
        align-items: center;
		position: relative;
	}
    .store-search-box input.search-box-text {
        width: 240px;
        height: 38px;
        border: 1px 0;
        border-style: solid;
        border-color: #ddd;
        padding: 9px;
        color: #999;
    }
    .store-search-box .search-box-button {
        width: 38px;
        height: 38px;
        border: none;
        border-radius: 50% !important;
        background: #e87772 url(../img/icon-search-button.png) no-repeat center;
        font-size: 0; /**/
        transition: 0.15s ease;
    }
    .store-search-box .search-box-button:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .shopping-cart-link {
        display: block;
        position: relative;
        margin: 0 0 0 5px;
    }
    .shopping-cart-link > a {
        width: 38px;
        height: 38px;
        transition: 0.15s ease;
    }
    .shopping-cart-link > a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .flyout-cart {
        position: absolute;
        right: 0; /**/
        z-index: 1001;
        width: 320px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        background-color: #fff;
    }
    .flyout-cart.active {
	    display: block;
    }
    .mini-shopping-cart {
        border-top: 5px solid #e87772;
	    padding: 10px;
	    font-size: 11px;
	    line-height: normal;
    }
    .mini-shopping-cart a:hover {
	    text-decoration: underline;
    }
    .mini-shopping-cart .count {
        padding: 5px 0 10px;
        text-align: center;
        font-size: 16px;
    }
    .mini-shopping-cart .count a {
        color: #e87772;
    }
    .mini-shopping-cart .items {
        margin: 0 0 2px;
        border-top: 1px solid #ddd;
    }
    .mini-shopping-cart .item {
        display: flex;
        column-gap: 10px;
        border-bottom: 1px solid #ddd;
	    padding: 10px 0;
    }
    .mini-shopping-cart .picture {
	    flex: 0 0 80px;
	    width: 80px;
        height: 80px;
	    text-align: center;
        overflow: hidden;
        border-radius: 100%;
        border: 1px solid #eee;
    }
    .mini-shopping-cart .picture a {
        display: block;
        font-size: 0;
    }
    .mini-shopping-cart .product {
        flex-grow: 1;
        font-size: 14px;
    }
    .mini-shopping-cart .name {
	    margin: 0 0 5px;
        font-size: 16px;
    }
    .mini-shopping-cart .attributes {
        border: none;
    }
    .mini-shopping-cart .price span {
        font-weight: 700;
        color: #e87772;
    }
    .mini-shopping-cart .totals {
	    margin: 0 0 10px;
        border-top: 1px solid #ddd;
        padding: 10px 0 0;
        text-align: right;
        font-size: 14px;
    }
    .mini-shopping-cart .buttons {
	    margin: 0 0 5px;
	    text-align: right;
    }
    .mini-shopping-cart button {
        box-shadow: 0 1px 2px rgba(0,0,0,.3);
        border: 2px solid #fff;
        background-color: #e87772;
        padding: 8px 11px;
        text-transform: uppercase;
        font-size: 14px;
        color: #fff; /**/
        transition: 0.15s ease;
    }
    .mini-shopping-cart button:hover {
        border: 2px solid #e87772;
        background-color: #fff;
        color: #e87772;
    }
 
/* HEADER MENU */

    .menu-title,
    .close-menu,
    .back-button {
        display: none;
    }
    .overlayOffCanvas {
        display: none !important;
    }
    .header-menu {
        padding: 0 8% 0 10%;
    }
    .header-menu.stick {
        position: fixed;
        left: 0; right: 0;
        top: 0; z-index: 1070;
        background-color: #fff;
        box-shadow: 0 2px 3px rgba(0,0,0,.2);
        text-align: center;
        padding: 0px 0px;
    }
    .header-menu > ul {
        font-size: 0;
    }
    .header-menu > ul > li {
	    display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
        display: block;
        position: relative;
        padding: 12px 20px;
        font-size: 16px;
        color: #505050;
        cursor: pointer;
    }
    .header-menu > ul > li > a:after,
    .header-menu > ul > li > span:after {
        content: "";
        position: absolute;
        bottom: 0; left: 50%;
        width: 0; height: 2px;
        background-color: #e87772;
        transition: 0.25s ease;
        opacity: 0; /**/
    }
    .header-menu > ul > li > a:hover:after,
    .header-menu > ul > li > span:hover:after {
        left: 0;
        width: 100%;
        opacity: 1;
    }
	.header-menu .sublist-wrap {
		display: none;
		position: absolute;
		z-index: 1001;
		min-width: 180px;
        margin-top: -2px;
        box-shadow: 0 2px 3px #999;
        background-color: #fff;
		padding: 15px 0 10px; 
	}
    .header-menu .sublist-wrap:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background-color: #e87772;
    }
    .header-menu .sublist-wrap.active {
		display: block;
	}
	.header-menu .sublist li {
		position: relative;
	}
	.header-menu .sublist li a {
		display: block;
        position: relative;
		padding: 10px 20px 10px 25px;
        font-size: 14px;
		color: #606060;
        transition: 0.25s ease;
	}
    .header-menu .sublist li a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 12px;
        width: 4px;
        height: 4px;
        margin-top: -2px;
        background-color: #ddd;
    }
	.header-menu .sublist li:hover > a {
		background-color: #f3f3f3;
        color: #000;
	}
	.header-menu .sublist-wrap .sublist-wrap {
		top: -10px;
		left: 100%;
	}

/* FOOTER */

    .footer-centering {
        max-width: 1260px;
        margin: 0 auto;
    }
    .footer-centering:after {
        content: "";
        display: block;
        clear: both;
    }
    .social-sharing ul {
        max-width: 310px;
        vertical-align: top;
        text-align: left;
    }
    .subscribe-block {
        position: relative;
    }
    .newsletter-validation,
    .newsletter-result {  
        max-width: 336px;
        text-align: left;
    }
    .footer-upper {
        padding: 40px 10px;
    }
    .footer-upper .footer-block {
        width: auto;
    }
    .social-sharing .title {
        display: inline-block;
        margin: 0 10px 0 0;
        vertical-align: middle;
        line-height: 50px;
    }
    .social-sharing .networks {
        display: inline-block;
        vertical-align: middle;
    }
    .subscribe-block .title {
        float: left;
        margin: 0 10px 0 0;
        line-height: 50px;
    }
    .subscribe-block .newsletter {
        float: left;
        margin: 7px 0 0;
    }
    .footer-middle .footer-block {
        width: 25% !important;
        text-align: left;
    }
    .footer-middle .footer-block a:after {
        display: none;
    }

/* SIDEBAR COLUMN */

    .side-2 .block {
        float: none;
        width: auto;
        margin: 0 0 10px;
    }
    .side-2 .block .listbox {
	    display: block;
    }

/* CATEGORY PAGE & GRIDS */

    div.product-viewmode {
        display: inline-block;
    }
    .visible-details .buttons {
        display: none;
    }
    .manufacturer-grid .item-box,
    .vendor-grid .item-box {
        width: 31.333%;
        margin: 0 1% 10%;
    }
    .home-page .product-grid .item-box,
    .product-details-page .item-box,
    .shopping-cart-page .item-box {
        width: 24%;
    }
    .home-page .product-grid .item-box:nth-child(3n+1),
    .product-details-page .item-box:nth-child(3n+1),
    .shopping-cart-page .item-box:nth-child(3n+1) {
        clear: none;
    }
    .home-page .product-grid .item-box:nth-child(4n+1),
    .product-details-page .item-box:nth-child(4n+1),
    .shopping-cart-page .item-box:nth-child(4n+1) {
        clear: both;
    }

    .item-box .add-to-compare-list-button,
    .item-box .add-to-wishlist-button {
        width: 36px;
        height: 36px;
        margin: 0 -1px;
        background: #e87772 url(../img/icons-add-info.png) no-repeat;
        vertical-align: middle;
        font-size: 0;
    }
    .item-box .add-to-compare-list-button {
        background-position: -38px -1px;
    }
    .item-box .add-to-compare-list-button:hover {
        background-position: -38px -37px;
    }
    .item-box .add-to-wishlist-button {
        background-position: -2px -1px;
    }
    .item-box .add-to-wishlist-button:hover {
        background-position: -2px -37px;
    }

    .product-grid .swiper-pagination {
        display: none;
    }
    .product-grid .visible-details {
        padding: 2px 9px 0;
    }
    .product-grid .hover-details {
        display: block;
	    position: absolute;
        left: 0; right: 0;
        top: 0; z-index: -1;
        background-color: rgba(255,255,255,.6);
        transition: 0.15s ease;
        opacity: 0;
    }
    .product-grid .item-box:hover .hover-details {
        z-index: 2;
        opacity: 1;
    }
    .product-grid .hover-details:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
    .product-grid .dummy-link {
        position: absolute;
        top: 0;
	    right: 0;
	    bottom: 0;
        left: 0;
	    z-index: 0;
    }
    .product-grid .description {
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
    }
    .product-grid .sku {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        font-size: 14px;
    }
    .product-grid .add-info {
        position: absolute !important;
        top: 113px;
        left: 15px;
        right: 15px;
        padding: 0 0 45px;
        font-size: 0;
        pointer-events: none;
    }
    .product-grid .sku ~ .add-info {
        top: 133px;
    }
    .product-grid .add-info .buttons {
        display: inline-block;
        pointer-events: auto;
    }
    .product-grid .product-box-add-to-cart-button {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .product-grid .add-to-compare-list-button,
    .product-grid .add-to-wishlist-button {
        border-color: #fff;
    }

    .product-list .item-box {
        float: none !important;
        width: 100% !important;
        margin: 0 auto 2%;
        border-left: 5px solid #e87772;
        background-color: #fff;
    }
    .product-list .product-item {
        min-height: 200px;
        overflow: hidden;
    }
    .product-list .picture {
        float: left;
        width: 30%;
    }
    .product-list .visible-details,
    .product-list .hover-details {
        margin-left: 30%;
        padding: 10px 15px;
        text-align: left;
    }
    .product-list .visible-details {
        border: none;
    }
    .product-list .visible-details:before {
        display: none;
    }
    .product-list .hover-details {
        display: block;
    }
    .product-list .dummy-link {
        display: none;
    }
    .product-list .product-title {
        height: auto;
    }
    .product-list .prices {
        margin-bottom: -5px;
    }
    .product-list .description span {
        height: auto;
    }
    .product-list .description ~ .sku {
        margin: 10px 0 0;
    }
    .item-box .base-price-pangv,
    .item-box .tax-shipping-info {
        margin: 5px 0 0;
    }
    .product-list .add-info {
        display: flex;
    }
    .product-list .buttons {
        margin: 20px 0 0;
        text-align: left;
    }
    .product-list .quick-view-button {
        margin: 20px 2px 0 0;
    }
    .product-list .add-to-compare-list-button,
    .product-list .add-to-wishlist-button {
        margin: 0 0 0 2px !important;
    }

/* PRODUCT PAGE */

    .product-details-page .gallery {
        width: 600px;
    }
    .product-details-page .overview {
        float: none !important;
        width: auto;
        margin-right: 620px;
    }
    /* styling for tabs below the image */
    .product-page-alternative-layout .overview {
         margin: 0 0 0 620px;
    }
    .ui-tabs {
        width: 100%;
    }
    .ui-tabs .write-review .inputs,
    .ui-tabs .write-review .review-rating {
        text-align: center;
    }
    .ui-tabs .write-review .inputs label,
    .ui-tabs .write-review .review-rating label {
        display: block;
        width: 100%;
        margin: 0 0 7px;
        text-align: center;
    }
    .attributes select {
        max-width: 275px;
    }
    .giftcard > div {
	    display: flex;
        align-items: center;
    }
    .giftcard label {
	    margin: 0 0 0 10px;
    }
    .giftcard input,
    .giftcard textarea {
        order: -1;
	    width: calc(100% - 120px);
        max-width: 400px;
    }

/* REVIEW PAGE */

    .review-rating ul {
        display: inline-block;
    }
    .write-review .review-rating {
        text-align: left;
    }
    .write-review .review-rating .name-description {
        display: inline-block;
        width: 35%;
        margin: 0 10px 0 0;
        text-align: right;
        vertical-align: top;
    }

/* WISHLIST & COMPARE LIST */

    .compare-products-table-mobile {
	    display: none;
    }
    .compare-products-page .clear-list {
        position: absolute;
        top: 10px;
        right: 10px;
    }

/* REGISTRATION, LOGIN, MY ACCOUNT */

    #check-availability-button {
        display: block;
        margin: 10px auto;
        width: 150px;
    }
    #username-availabilty {
	    position: absolute;
        top: 50px;
        left: 62%;
    }
    .vendorinfo-page .vendor-picture {
        margin-left: calc(35% + 10px);
    }

/* SHOPPING CART & CHECKOUT */

    .order-progress li {
        margin: 10px 25px;
    }
    .cart-collaterals {
        width: 64%;
	    margin: 0;
    }
    .cart-collaterals .deals {
	    margin: 0;
        overflow: hidden;
    }
    .cart-collaterals .coupon-box {
	    float: left;
	    width: 45%;
	    margin: 0;
    }
    .cart-collaterals .giftcard-box {
	    float: right;
	    width: 45%;
	    margin: 0;
    }
    .cart-footer .totals {
        width: 30%;
        margin: 0;
    }
    .checkout-page .address-item,
    .checkout-page .order-item {
        width: 24%;
    }
    .checkout-page .address-item {
        margin:0 13px 1% 0;
    }
    .checkout-page .address-item:nth-child(3n) {
        margin:0 13px 1% 0;
    }
    .address-item:nth-child(3n+1), 
    .order-item:nth-child(3n+1) {
        clear:none;
    }
    .checkout-page .address-item:nth-child(4n) {
        margin:0;
    }
    .checkout-page .address-item:nth-child(4n+1) {
        clear:both;
    }
    .checkout-page .selected-checkout-attributes {
	    text-align: right;
    }
    .checkout-page .totals {
	    float: right;
    }

/* SEARCH & SITEMAP */

    .basic-search input[type="text"] {
	    width: 350px;
    }
    .advanced-search .price-range {
	    margin-left: 48px;
    }
    .advanced-search .price-range input {
	    height: auto;
    }

/* BLOG & NEWS */

    .news-list-centering {
        margin: 0 auto;
        max-width: 1200px;
    }
    .news-list-homepage {
        background: url(../img/bg-news.jpg) no-repeat center;
        padding: 32px 0;
    }
    .news-list-homepage .title {
        position: relative;
        margin: 0 0 50px;
        font-size: 26px;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,.5);
    }
    .news-list-homepage .title:before,  
    .news-list-homepage .title:after {
    }
    .news-list-homepage .view-all {
        text-align: center;
    }
    .news-list-page .news-item {
        width: 49%;
        max-width: none;
    }
    .news-item-page .inputs {
        text-align: center;
    }
    .news-item-page .inputs:first-child label {
	    display: block;
        width: auto;
        text-align:center;
        margin: 0 0 7px;
    }
    .news-item-page textarea {
	    display: block;
	    margin: auto;
    }

/* TOPICS */

    .master-wrapper-page > .topic-block {
        max-width: 1200px;
    }

/* POLL */

    .home-page-polls .centering {
        max-width: 1200px;
    }

    .menu__grid-view .menu__group .sublist {
		width: 100% !important;
		box-shadow: none !important;
		padding: 0 !important;
		margin-top: 8px;
	}
	.menu__grid-view .menu__group .sublist > li > a{
		padding: 5px 0 5px 10px !important;
	}
	.menu__grid-view .menu__group{
		width: calc((100% - 30px)/3);
		display: flex;
		flex-direction: column;
	}
    .menu__grid-view .menu__group .sublist-wrap{
        position: static;
        display: block !important;
        padding: 0;
        box-shadow: none;
		border: 0;
        width: auto;
        min-width: auto;
        position: absolute;
        width: calc(100% - 110px);
        left: 110px;
        top: 28px;
    }
    .menu__grid-view .menu__group .sublist-wrap:before{
        display: none;
    }
    .menu__grid-view .menu__group .sublist-wrap li:hover a {
        background-color: inherit;
        color: #e87772;
    }
    .menu__grid-view .menu__group:hover .menu__image-link{
        background-color: white !important;
        color: #e87772;
    }
    .menu__image-link {
        margin: 0 0 10px;
        font-size: 16px !important;
        text-align: left;
        padding: 0 !important;
    }
    .menu__image-link:before{
        display: none;
    }
    .grid-menu-img-wrapper {
        display: flex;
        position: relative;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
    }
	.grid-menu-img-wrapper img{
		height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        object-fit: cover;
	}
    .menu__grid-view .menu__group .sublist-wrap li a{
        padding: 5px 20px;
     }
    .header-menu .sublist-wrap.menu__grid-view.active {
        display: block !important;
    }
    .header-menu .sublist-wrap.menu__grid-view {
        left: 50%;
        flex-wrap: wrap;
        margin: auto;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
        background-color: #fff;
        padding: 15px;
    }
	.header-menu .sublist-wrap.menu__grid-view > ul {
		display: flex;
		flex-wrap: wrap;
		background: white;
		gap: 20px 15px;
		padding: 0;
	}
    .img-links-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}
@media all and (min-width: 1281px) {
    .header-menu .sublist-wrap.menu__grid-view {
        width: 1280px;
        margin-left: -640px;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .header-menu .sublist-wrap.menu__grid-view {
        width: 980px;
        margin-left: -490px;
    }
}