/* GENERAL STYLES ********************/
b, 
strong {
    font-weight: 700;
}

body,
address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
h5,
h6,
var {
    font-weight: 500;
}

input:not([type]), 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
select, 
textarea {
    border-radius: 24px;
    padding-left: 16px;
}

input:not([type]):hover, 
input[type=email]:hover, 
input[type=number]:hover, 
input[type=password]:hover, 
input[type=search]:hover, 
input[type=tel]:hover, 
input[type=text]:hover, 
select:hover, 
textarea:hover {
    border-color: #231F20;
}

input:not([type]):focus, 
input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    border: 2px solid #231F20;
}

.main-aside .block .actions a, 
.no-rating a, 
.products-grid .availability, 
.products-list .availability, 
a.button, 
button.button, 
label.button {
    border-radius: 28px;
    padding: 14px 24px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

h2.subtitle, 
strong.subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.to-top {
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #671B24;
}

.to-top:hover {
    background-color: #3E2028;
}

select {
    background-size: 11px;
    background-position: calc(100% - 16px) 50%;
}

.validation-advice {
    font-size: 13px;
    line-height: 17px;
}

p.required {
    color: #FB2641 !important;
    font-size: 13px !important;
    line-height: 17px !important;
}

.page-title h1, 
.page-title h2 {
    font-size: 50px;
    line-height: 1;
}

.cms-home .messages {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1;
}

/* GRID CORRECTIONS ******************/
.row-wrapper+.row-wrapper {
    margin-top: 0;
}

.row-wrapper {
    padding: 0 20px;
}

.page-main .page-container {
    padding-bottom: 80px;
}

/* HEADER STYLES *********************/
.page-header .desktop .logo img {
    max-height: 134px;
}

.page-header .page-container-wrapper--nav {
    border-top: none;
    border-bottom: none;
}

/* HEADER BLOCK 1 */
.page-header .desktop .header-block.header-block-1 {
    display: flex;
    align-items: center;
    margin-left: 0;
}

.page-header .desktop .header-block.header-block-1 img {
    margin-right: 10px;
}

.page-header .desktop .header-block.header-block-1 a {
    letter-spacing: 1px;
}

/* ICONS SPACING */
.page-header .desktop .block-cart {
    padding-right: 0
}

.page-header .desktop .block-cart a>i {
    margin-right: 0
}

#mini-cart,
.page-header .header-wishlist-count,
.page-header .desktop .mini-account {
    margin-left: 10px;
}

/* SEARCH */
.form-search input {
    color: #231F20;
    border-radius: 0;
}

.form-search input::placeholder {
    color: #9C9C9C;
    font-style: italic;
}

/*WISHLIST & CART HEADER BLOCK*/
.header-wishlist-count .block-wishlist .block-content .block-subtitle,
.block-cart .block-cart-aside .summary {
    color: #656162;
    font-size: 13px;
}

.price-box .price-label {
    display: none;
}

.header-wishlist-count .block-wishlist .block-content .mini-products-list .product-details .link-cart {
    text-transform: none;
    font-size: 15px;
    font-weight: 500;
    background-color: #671B24;
    color: #fff;
    border-radius: 28px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.header-wishlist-count .block-wishlist .block-content .mini-products-list .product-details .link-cart:hover {
    text-decoration: none;
    background-color: #3E2028;
}

.page-header .header-wishlist-count span span.price {
    margin: 10px 0;
}

.header-wishlist-count .block-wishlist .actions a {
    border: 1px solid #671B24;
    background-color: #fff;
    color: #671B24;
    padding: 12px;
}

.header-wishlist-count .block-wishlist .actions a:hover {
    background-color: #DF6372;
    border-color: #DF6372;
    color: #fff;
}

.header-wishlist-count .block-wishlist .block-content .mini-products-list .product-cart-details .price-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
}

.header-wishlist-count .block-wishlist .block-content .mini-products-list .product-cart-details .price-box .old-price {
    order: 1;
    width: 100%
}

.header-wishlist-count .block-wishlist .block-content .mini-products-list .product-cart-details .price-box .special-price {
    order: 2;
    margin-right: 4px;
}

.header-wishlist-count .block-wishlist .block-content .mini-products-list .product-cart-details .price-box .old-price .price {
    color: #231F20;
    font-size: 15px;
    font-weight: 500;
}

.header-wishlist-count .block-wishlist .block-content .mini-products-list .product-cart-details .price-box .special-price .price {
    color: #D24C5D;
    font-weight: 700;
}

.block-cart .block-cart-aside .subtotal {
    font-size: 17px;
    color: #231F20;
}

.block-cart .mini-products-list .product-name-first+.price-qty {
    font-size: 15px;
    font-weight: 700;
}

.block-cart .mini-products-list .product-cart+.product-cart-details .item-options {
    font-size: 13px;
    color: #9C9C9C;
    margin-top: 4px;
}

.block-cart .block-cart-aside .actions a.view-cart,
.block-cart .block-cart-aside .actions a.proceed-checkout {
    border: 1px solid #671B24;
}

.block-cart .block-cart-aside .actions a.view-cart:hover {
    background-color: #DF6372;
    border-color: #DF6372;
    color: #fff;
}

.block-cart .block-cart-aside .actions a.proceed-checkout:hover {
    border-color: #3E2028;
    background-color: #3E2028;
}

.block-cart .block-cart-aside .block-content,
.header-wishlist-count .block-wishlist .block-content,
.page-header .desktop .mini-account>ul,
.page-header .page-container-wrapper--sticky .mini-account>ul {
    box-shadow: 0 3px 6px #00000029;
}

.header-wishlist-count .block-wishlist .block-content {
    border: none;
}

.block-cart .block-cart-aside .block-content:after,
.header-wishlist-count .block-wishlist .block-content:after,
.page-header .desktop .mini-account>ul:after,
.page-header .page-container-wrapper--sticky .mini-account>ul:after {
    border-bottom: 10px solid #BBBBBB;
}

.block-cart .block-cart-aside .block-content:after,
.header-wishlist-count .block-wishlist .block-content:after,
.page-header .desktop .mini-account>ul:after {
    right: 7px;
}

.page-header .desktop .mini-account>ul li a:hover, 
.page-header .page-container-wrapper--sticky .mini-account>ul li a:hover {
    text-decoration: underline;
    color: #671B24;
}

.block-cart .mini-products-list .product-details,
.header-wishlist-count .block-wishlist .block-content .mini-products-list .product-details {
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-header .header-wishlist-count a .count-wish span {
    font-size: 0;
}

.block-cart>a>i em {
    top: -4px;
    right: 9px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    background-color: #DF6372;
    border: none;
}

/* STICKEY MENU */
.form-search button.button {
    padding: 0;
}

.page-header .page-container-wrapper--sticky.on-desktop .mini-search-wrapper--sticky {
    margin-right: 10px;
}

.form-search input,
.form-search input:focus {
    border: none;
    border-bottom: 1px solid #231F20;
    padding-left: 0;
}

/* MENU */
.links-after li>a, 
.links-before li>a, 
.nav--primary a.level0, 
.nav--primary-button {
    letter-spacing: 2px;
}

.nav--primary a.level0.promo-categ {
    color: #DF6372;
}

/* MAIN BANNER ***********************/
.main-banner-wrapper,
.banner-img {
    position: relative;
}

.main-banner-content {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 2;
}

.left-copy .main-banner-content {
    left: 20%;
}

.right-copy .main-banner-content {
    right: 20%;
}

.main-banner-content > span,
.main-banner-content > p {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.main-banner-content .main-banner-title {
    font-family: Unna;
    font-style: italic;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 8px;
}

.main-banner-content a.button {
    position: relative;
    padding-right: 55px;
    margin-top: 24px;
}

.main-banner-content a.button:hover {
    background-color: #3E2028;
}

.main-banner-content a.button::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 20px;
    height: 24px;
    width: 24px;
    background: transparent url(/media/wysiwyg/arrow_button_white.svg) no-repeat 50% 50%;
}

.white-content .main-banner-content {
    color: #fff;
}

.banner-img::before {
    content: "";
    position: absolute;
    background: transparent;
    background: -moz-linear-gradient(180deg, transparent 0%, rgba(128,128,128,0.5) 70%, rgba(128,128,128,0.5) 100%);
    background: -webkit-linear-gradient(180deg, transparent 0%, rgba(128,128,128,0.5) 70%, rgba(128,128,128,0.5) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(128,128,128,0.5) 70%, rgba(128,128,128,0.5) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.white-content .banner-img::before {
    content: "";
    position: absolute;
    background: transparent;
    background: -moz-linear-gradient(180deg, transparent 0%, rgba(35,31,32,0.2) 70%, rgba(35,31,32,0.2) 100%);
    background: -webkit-linear-gradient(180deg, transparent 0%, rgba(35,31,32,0.2) 70%, rgba(35,31,32,0.2) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(35,31,32,0.2) 70%, rgba(35,31,32,0.2) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.showcase .slick-next, 
.showcase .slick-prev {
    top: 50%;
    transform: translatey(-50%);
    width: 40px;
    height: 40px;
}

.showcase .slick-prev {
    background: transparent url(/media/wysiwyg/arrow_white_left.svg) no-repeat 50% 50%;
    left: 8%
}

.showcase .slick-next {
    background: transparent url(/media/wysiwyg/arrow_white_right.svg) no-repeat 50% 50%;
    right: 8%;
}

.showcase .slick-prev:hover {
    background: transparent url(/media/wysiwyg/arrow_white_left_hover.svg) no-repeat 50% 50%;
}

.showcase .slick-next:hover {
    background: transparent url(/media/wysiwyg/arrow_white_right_hover.svg) no-repeat 50% 50%;
}

.slick-dots button {
    opacity: 0.5;
    width: 13px;
    height: 13px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: none;
}

.slick-dots .slick-active button  {
    opacity: 1;
}

/* USP ******************************/
.usp-wrapper {
    background-color: #DFD1D8;
    position: relative;
    padding-top: 22px;
    padding-bottom: 32px;
}

.usp-wrapper .usp {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.usp-items .usp-item {
    border-right: 1px solid #fff
}

.usp-items .usp-item:last-child {
    border-right: none;
}

.usp-image {
    line-height: 0;
}

.usp-info h3 {
    font-family: Unna;
    font-style: italic;
    font-size: 20px;
    line-height: 23px;
}

.usp-info p {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.usp-wrapper::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translatex(-50%);
    width: 40px;
    height: 20px;
    background: transparent url(/media/wysiwyg/shape1.svg) no-repeat 50% 50%;
}

/* CATEGORIES HOMEPAGE **************/
.categories-wrapper {
    margin-top: 80px;
}

.category-box-image a.button.category-box-link {
    display: none;
}

.category-box-description {
    position: absolute;
    left: 50px;
    bottom: 25px;
}

.category-box-image h2.category-subtitle a {
    color: #fff;
    display: inline-block;
}

.category-box-image h2.category-subtitle a:hover {
    text-decoration: none;
}

.category-box-image h2.category-subtitle {
    font-family: Unna;
    font-style: italic;
    font-size: 50px;
    line-height: 1;
}

.category-box-image .item > a {
    display: block;
    line-height: 0
}

.categories-items.row {
    margin-left: -20px;
    margin-right: -20px;
}

.categories-item.col-5,
.categories-item.col-7,
.categories-item.col-4,
.categories-item.col-8,
.categories-item.col-12  {
    padding-left: 20px;
    padding-right: 20px;
}

.categories-item.col-7 {
    width: 57.42%;
}

.categories-item.col-5 {
    width: 42.58%;
}

.categories-item.col-4 {
    width: 35.90%;
}

.categories-item.col-8 {
    width: 64.10%;
}

.categories-item {
    margin-bottom: 40px;
}

.categories-item.col-5 .categories-item.col-12:last-child,
.categories-items >.categories-item.col-12,
.categories-item .category-box-image {
    margin-bottom: 0;
}

.categories-item.col-5 .categories-item.col-12 {
    padding-left: 0;
    padding-right: 0;
}

.category-box-image h2.category-subtitle a {
    position: relative;
}

.category-box-image h2.category-subtitle a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: -56px;
    height: 40px;
    width: 40px;
    background: transparent url(/media/wysiwyg/arrow_white_right.svg) no-repeat 50% 50%;
}

.category-box-image:hover .item > a img {
    opacity: 0.77;
}

.custom-category-title .category-box-description {
    left: 50%;
    transform: translatex(-50%);
}

.custom-category-title .category-box-image h2.category-subtitle {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-family: Montserrat;
    font-style: normal;
    letter-spacing: 2px;
}

.categories-item-inner:not(.custom-category-title):hover > .category-box-image h2.category-subtitle a {
    color: #9C9C9C
}

.categories-item-inner:not(.custom-category-title):hover > .category-box-image h2.category-subtitle a::after {
    background: transparent url(/media/wysiwyg/arrow_black_right_hover.svg) no-repeat 50% 50%;
}

/* CATEGORIES BANNERS ***************/
.categoires-row .row {
    margin-left: -20px;
    margin-right: -20px;
}

.categoires-row .row > .col-4,
.categoires-row .row > .col-6,
.categoires-row .row > .col-8 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.categoires-row .row > .col-8 {
    width: 61.7%;
}

.categoires-row .row > .col-4 {
    width: 38.3%;
}

.categories-banner-img > a {
    display: block;
    position: relative;
}

.categories-banner-img > a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
}

.categories-banner {
    position: relative;
}

.categories-banner .categories-banner-title {
    position: absolute;
    left: 50px;
    bottom: 25px;
    font-family: Unna;
    font-style: italic;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    text-align: left;
}

.categories-banner .categories-banner-title:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: -56px;
    height: 40px;
    width: 40px;
    background: transparent url(/media/wysiwyg/arrow_white_right.svg) no-repeat 50% 50%;
}

.categoires-row .row > .col-4 .categories-banner .categories-banner-title {
    max-width: 215px;
}

.categories-banner:hover .categories-banner-img > a::before {
    background: rgba(0,0,0,0.12);
}

.categories-banner .categories-banner-title:hover {
    text-decoration: none;
}

.categories-banner.promo-categ .categories-banner-title {
    left: 50%;
    transform: translatex(-50%);
    font-size: 15px;
    font-family: "Montserrat";
    font-style: normal;
    letter-spacing: 3px;
    bottom: 40px;
}

.categories-banner.promo-categ {
    margin-bottom: 70px;
}

/* PRODUCT WIDGET *******************/
/* PRODUCT WIDGET GRID */
.products-grid {
    margin-left: -16px;
    margin-right: -16px;
}

.layout-1column .products-grid li.item, 
.layout-2columns-left .products-grid li.item, 
.layout-2columns-right .products-grid li.item, 
.layout-3columns .products-grid li.item {
    padding-left: 16px;
    padding-right: 16px;
}

.layout-1column .products-grid li.item:hover, 
.layout-2columns-left .products-grid li.item:hover, 
.layout-2columns-right .products-grid li.item:hover, 
.layout-3columns .products-grid li.item:hover {
    background-color: transparent !important;
}

/* SLICK ARROWS */
.products-grid .slick-next, 
.products-grid .slick-prev {
    top: 35%;
    transform: translatey(-35%);
    height: 40px;
    width: 40px;
    background-position: center;
    z-index: 1;
    position: absolute;
    bottom: 0;
    border: 0;
    font-size: 0;
    border-radius: 50%;
}

.products-grid .slick-next{
    background: transparent url(/media/wysiwyg/arrow_black_right.svg) no-repeat 50% 50%;
    right: -55px
}

.products-grid .slick-prev {
    background: transparent url(/media/wysiwyg/arrow_black_left.svg) no-repeat 50% 50%;
    left: -55px;
}

.products-grid .slick-next:hover{
    background: transparent url(/media/wysiwyg/arrow_black_right_hover.svg) no-repeat 50% 50%;
}

.products-grid .slick-prev:hover {
    background: transparent url(/media/wysiwyg/arrow_black_left_hover.svg) no-repeat 50% 50%;
}

/* BADGES */
.products-grid .product-badges {
    top: 0;
    width: 100%;
}

.badge {
    text-align: center;
    padding: 2px;
}

.badge--sale {
    height: 48px;
    width: 48px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 5;
    border-radius: 50%;
    padding: 12px 0;
    margin-bottom: 0;
}

.products-grid .product-badges .badge {
    min-width: auto;
    max-width: auto;
}

.badge--new {
    position: absolute;
    top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0 10px 10px 0;
}

/* QUICK VIEW BUTTON */
.amquickview-hover .amquickview-link img.am-quickview-icon {
    display: none !important;
}

.amquickview-hover {
    width: 180px!important;
    height: 48px !important;
    border-radius: 24px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    background-color: rgba(255,255,255,0.6) !important;
    opacity: 1 !important;
    box-shadow: 0 0 4px #00000029;
    top: initial !important;
    bottom: 0px !important;
    border: 1px solid #671B24;
    color: #671B24 !important;
    letter-spacing: 1px;
    padding: 10px 47px 10px 24px;
}

.amquickview-hover .amquickview-link {
    color: #671B24 !important;
    position: relative;
}

.amquickview-hover .amquickview-link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: -24px;
    height: 24px;
    width: 24px;
    background: transparent url(/media/wysiwyg/arrow_button_burgundy.svg) no-repeat 50% 50%;
}

/* PRODUCT BOX */
.products-grid .product-actions .button {
    display: none;
}

.products-grid .item-inner {
    border: 1px solid #CDCDCF;
    border-radius: 0 0 20px 20px;
    position: relative;
}

.products-grid .product-box {
    padding: 16px;
}

.products-grid .configurable-swatch-list, 
.products-list .configurable-swatch-list {
    margin-top: 0;
    margin-bottom: 0;
}

.products-grid .product-box .discount {
    display: none;
}

.products-grid li.item {
    margin-bottom: 16px;
}

.slick-slider.products-grid li.item {
    margin-bottom: 0;
}

.products-grid .product-actions {
    margin-top: 8px;
}

/* PRODUCT GRID PRICE */
.products-grid .price-box p {
    display: block;
}

.products-grid .price-box p.old-price {
    margin-right: 0;
}

.products-grid .price-box p.old-price .price {
    font-weight: 500;
}

.products-grid .price-box p.special-price .price {
    color: #D24C5D
}

.products-grid .price-box .price {
    position: relative;
}

.products-grid .price-box .price::before {
    content: "De la";
    display: inline-block;
    margin-right: 3px;
}

.products-grid .price-box p.old-price .price::before {
    text-decoration: line-through;
}

.products-grid .price-box {
    margin-top: 15px;
}

/* ADD TO LINKS */
.products-grid .add-to-links {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.products-grid .add-to-links li a {
    font-size: 0;
    display: block;
}

.add-to-links li a:before {
    width: 34px;
    height: 34px;
    display: block;
    margin-right: 0;
    background-position: center;
}

.products-grid .add-to-links li {
    padding: 0;
}

.products-grid .add-to-links li a:before {
    background-color: #EBEBEB;
    background-size: 24px;
    border-radius: 50%;
    padding: 1px;
}

.products-grid .add-to-links li:first-child {
    margin-right: 4px;
}

/* PRODUCT GRID HOVER EFECTS */
.products-grid .item-inner:hover {
    border-color: #B1A0A8;
    box-shadow: 0 3px 6px #00000029;
}

/* FOOTER MARKETING ***********************/
.page-footer .page-container-wrapper {
    border-top: none;
}

.page-footer .page-container-wrapper:first-child {
    background-color: #fff;
}

.page-footer .page-container-wrapper:first-child .page-container {
    max-width: 100%;
    padding: 0;
}

.footer-marketing-items.row {
    margin-left: 0;
    margin-right: 0;
}

.footer-marketing-item.col-6 {
    padding-left: 0;
    padding-right: 0;
}

.page-footer .marketing-box--newsletter {
    float: none;
}

.footer-marketing-newsletter,
.footer-marketing-blog {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14%;
    padding-bottom: 14%;
}

.footer-marketing-newsletter {
    background-image: url(/media/wysiwyg/newsletter.png);
}

.footer-marketing-blog {
    background-image: url(/media/wysiwyg/blog.png);
}

.footer-marketing-newsletter-inner,
.footer-marketing-blog-inner {
    min-height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
}

.footer-marketing-item:first-child {
    padding-right: 24px;
}

.footer-marketing-item:last-child {
    padding-left: 24px;
}

.footer-marketing-newsletter h2.subtitle {
    margin-bottom: 20px;
    width: 100%;
}

.footer-marketing-newsletter-inner >  p {
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;
    color: #231F20
}

.newsletter-subscription-form {
    margin-top: 32px;
    width: 100%;
}

.blog-link-wrapper {
    width: 100%;
}

.page-footer .marketing-box>em, 
.page-footer .marketing-box>i,
.page-footer .marketing-box .box-title {
    display: none;
}

.page-footer .marketing-box--newsletter .input-text {
    height: 48px;
    min-width: 370px;
    border: 1px solid #9C9C9C;
    padding-left: 20px;
}

.page-footer .marketing-box--newsletter .input-text:hover {
    border-color: #231F20;
}

.page-footer .marketing-box--newsletter .input-text:focus {
    border: 2px solid #231F20;
    font-weight: 700;
}

.page-footer .marketing-box .box-content form {
    position: relative;
}

.page-footer .marketing-box--newsletter .button {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 40px;
    width: 40px;
    font-size: 0;
    border-radius: 50%;
    background: transparent url(/media/wysiwyg/arrow_burgundy.svg) no-repeat 50% 50%;
}

.page-footer .marketing-box--newsletter .button:hover {
    background: transparent url(/media/wysiwyg/arrow_burgundy_hover.svg) no-repeat 50% 50%;
}

.footer-marketing-blog-inner > p {
    color: #231F20;
    max-width: 264px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px; 
}


.footer-marketing-blog a.button {
    color: #671B24;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #671B24;
    padding-left: 24px;
    padding-right: 47px;
    position: relative;
}

.footer-marketing-blog a.button::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 16px;
    height: 24px;
    width: 24px;
    background: transparent url(/media/wysiwyg/arrow_button_burgundy.svg) no-repeat 50% 50%;
}

.footer-marketing-blog a.button:hover {
    background-color: #DF6372;
    border-color: #DF6372;
    color: #fff;
}

.footer-marketing-blog a.button:hover::after {
    background: transparent url(/media/wysiwyg/arrow_button_white.svg) no-repeat 50% 50%;
}

.custom-social-media-wrapper {
    padding-top: 65px;
    padding-bottom: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-social-media-wrapper h3 {
    font-size: 15px;
    color: #3E2028;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 20px;
}

.page-footer .marketing-box .box-content {
    margin-left: 0;
}

/* FOOTER LINKS ********************/
.page-footer .page-container-wrapper:last-child {
    position: relative;
}

.page-footer .page-container-wrapper:last-child::before {
    content: "";
    position: absolute;
    top:  -20px;
    left: 50%;
    transform: translatex(-50%);
    width: 40px;
    height: 20px;
    background: transparent url(/media/wysiwyg/shape2.svg) no-repeat 50% 50%;
}

.page-footer .page-container-wrapper:last-child .page-container {
    padding-top: 80px;
    padding-bottom: 16px;
}

.page-footer .col-2 {
    order: 3;
}

.page-footer .col-4 {
    order: 1;
}

.page-footer .col-6 {
    order: 2;
}

.page-footer .page-container-wrapper:last-child .row > .col-2,
.page-footer .page-container-wrapper:last-child .row > .col-4,
.page-footer .page-container-wrapper:last-child .row > .col-6 {
    width: 100%;
}

.page-footer .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 70px;
}

.page-footer .footer-links ul {
    width: 20%;
}

.page-footer .footer-links ul li {
    font-size: 13px;
}

.page-footer .footer-links ul li:first-child {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.page-footer .footer-links ul li {
    margin-bottom: 16px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.footer-contact-item img {
    margin-right: 6px;
}

.page-footer a:hover {
    text-decoration: none;
}

.location-map {
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.map-image {
    line-height: 0;
}

.map-pin {
    position: absolute;
    top: -30px;
    right: 6px
}

.branding {
    text-align: center;
    font-size: 13px;
}

.page-footer .copyright,
.page-footer .copyright a,
.page-footer .copyright a strong {
    color: #B1A0A8;
    font-weight: 500;
}

/* CATEGORY PAGE ********************/
/* FILTERS */
.block-layered-nav .block-title {
    letter-spacing: 2px;
    margin-bottom: 32px;
}

.block-layered-nav .block-title {
    letter-spacing: 2px;
    margin-bottom: 32px;
}

.block-layered-nav .block-subtitle, 
.block-layered-nav dt {
    text-transform: none;
    font-size: 15px;
    border-bottom: 1px solid #CDCDCF;
    padding-bottom: 12px;
}

.block-layered-nav li em {
    color: #BBBBBB;
    float: none;
}

.block-layered-nav li a:hover {
    text-decoration: none;
    color: #DF6372
}

.block-layered-nav li a:hover + em {
    color: #DF6372
}

.block-layered-nav .currently-wrapper .btn-remove {
    font-size: 0;
    background: transparent url(/media/wysiwyg/icon--remove--a1.svg) no-repeat 50% 50%;
    width: 16px;
    height: 16px;
}

.main-aside .block .currently-wrapper .actions a {
    background-color: transparent;
    color: #671B24;
    border: 1px solid #671B24;
}

.main-aside .block .currently-wrapper .actions a:hover {
    border-color: #DF6372;
    background-color: #DF6372;
    color: #fff;
}

.block-layered-nav .swatch-link + em {
    display: none;
}

.block-layered-nav .swatch-link.has-image,
.block-layered-nav .swatch-link.has-image .swatch-label,
.block-layered-nav .swatch-link.has-image .swatch-label  img,
.block-layered-nav .swatch-current .swatch-label,
.block-layered-nav .swatch-current .swatch-label img {
    border-radius: 50%;
}

/* CATEGORY MAIN CONTENT */
.catalog-category-view .page-title h1 {
    font-size: 50px;
    line-height: 1;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 12px;
}

#category-banner-group {
    max-width: 1240px;
    margin: 0 auto;
}

.category-intro {
    padding: 5px 0;
}

.toolbar .sort-by label {
    display: inline-block;
    margin-right: 4px;
}

.toolbar .count-container .amount {
    font-weight: 700;
}

.toolbar .count-container .amount span {
    font-weight: 500;
}

/* CATEGORY PAGER **********************/
.pager .pages ol li {
    color: #231F20;
    background-color: #fff;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    text-align: center;
    padding-top: 4px;
    font-size: 13px;
    line-height: 17px;
}

.pager .pages ol li.current {
    color: #231F20;
    background-color: #DFD1D8;
}

/* PRODUCT PAGE *********************/
.product-view .product-shop .breadcrumbs {
    display: none;
}

.catalog-product-view .breadcrumbs, 
.review-product-list .breadcrumbs {
    display: block;
    margin-bottom: 16px;
}

.product-view .product-shop .product-name h1 {
    font-size: 50px;
    line-height: 1;
}


.product-view .product-shop .page-title.product-name {
    margin-bottom: 0;
}

/* PRODUCT PAGE BADGES */
.product-view .product-img-box .discount-percentage {
    display: none !important;
}

.product-view .product-img-box .discount-percentage+.product-badges .badge--sale {
    display: block;
}

.product-view .product-img-box .discount-percentage+.product-badges {
    top: 0;
}

.catalog-product-view .product-badges,
.product-view .product-img-box .discount-percentage+.product-badges{
    width: 100%;
    min-width: 100%;
}

.catalog-product-view .product-badges .badge--new {
    left: 0;
}

/* PRODUCT PAGE MEDIA GALLERY */
.product-view.gallery-orientation-1 .more-views .item-image {
    background-color: #fff;
    padding: 4px
}

.product-view.gallery-orientation-1 .more-views li.slick-current {
    border-color: #9C9C9C;
}

.product-view.gallery-orientation-1 .more-views .slick-list {
    max-width: 75%;
    margin: 0 auto;
}

.product-view.gallery-orientation-1 .more-views .slick-next, 
.product-view.gallery-orientation-1 .more-views .slick-prev {
    background-color: transparent;
}

.product-view.gallery-orientation-1 .more-views .slick-prev {
    background-image: url(/media/wysiwyg/arrow_black_left.svg);
}

.product-view.gallery-orientation-1 .more-views .slick-next {
    background-image: url(/media/wysiwyg/arrow_black_right.svg);
}

.product-view.gallery-orientation-1 .more-views .slick-prev:hover {
    background-image: url(/media/wysiwyg/arrow_black_left_hover.svg);
}

.product-view.gallery-orientation-1 .more-views .slick-next:hover {
    background-image: url(/media/wysiwyg/arrow_black_right_hover.svg);
}

.product-image .slick-dots {
    display: none !important;
}

/* PRODUCT SHOP */
.product-view .product-shop .product-sku {
    color: #231F20;
    text-transform: none;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 8px;
}

#top-reviews .ratings {
    display: flex;
    align-items: center;
}

#top-reviews .ratings .rating-link {
    order: 2;
    color: #BBBBBB;
}

#top-reviews .ratings .rating-box {
    margin-left: 0;
    margin-right: 5px;
}

/* PRICE & AVAILABILITY */
.product-view .product-shop .price-box, 
.product-view .product-shop .price-box-suggested {
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 0;
}

.product-view .product-shop .price-box-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #CDCDCF
}

.invitation-box {
    margin: 0;
}

.product-view .product-shop .price-box .old-price .price {
    color: #231F20;
    font-size: 17px;
    font-weight: 500;
}

.product-view .product-shop .price-box .special-price .price {
    color: #D24C5D;
}

.product-view .product-shop .availability {
    clear: none;
    margin-bottom: 0;
    font-family: Unna;
}

.product-view .product-shop .availability .status {
    border-radius: 17px;
    padding: 5px 20px;
}

.product-view .product-shop .availability.in-stock .status {
    background-color: #73DC88;
}

.product-view .product-shop .availability.out-of-stock .status {
    background-color: #FB2641;
}

/* PRODUCT PAGE SWATCHES & OPTIONS */
.product-options dt {
    margin-bottom: 8px
}

.product-options dd {
    margin-bottom: 16px;
}

ul.configurable-swatch-list, 
div.configurable-swatch-list {
    margin-bottom: 0
}

.product-options dt label {
    letter-spacing: 2px;
}

.product-options dt label .select-label {
    font-weight: 700;
}

.configurable-swatch-list .hover .swatch-label, 
.swatch-link:hover .swatch-label {
    border-color: #CDCDCF
}

.product-options .swatch-label {
    border-color: transparent;
}

.product-options .has-image .swatch-label,
.product-options .has-image .swatch-label img {
    border-radius: 50%;
}

.configurable-swatch-list .selected .swatch-label {
    background-color: #fff;
}

.product-options .has-image .swatch-label {
    padding: 3px;
}

.configurable-swatch-list .selected.hover .swatch-label, 
.selected .swatch-link:hover .swatch-label {
    border-color: #231F20
}

.product-options dd select {
    padding-left: 16px;
    font-style: italic;
    min-width: 228px
}

.product-options dd select option {
    font-style: normal;
}

.product-options {
    padding-bottom: 8px;
    border-bottom: 1px solid #CDCDCF;
}

.product-options dd .input-box.marime-attr-wrapper,
#the-right-size  {
    display: flex;
    align-items: center;
}

.product-options dd .input-box.marime-attr-wrapper select {
    margin-right: 12px;
}

#the-right-size a.popup-button {
    color: #B1A0A8;
    font-family: Unna;
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
}

.widget-static-block #the-right-size {
    display: none;
}

.mfp-content {
    background-color: #fff;
    max-width: 640px;
    border-radius: 28px;
}

.popup-info-wrapper {
    padding: 40px;
}

.popup-info-wrapper p {
    margin-bottom: 16px;
}

.product-options-bottom {
    margin-top: 24px;
}

/* PRODUCT PAGE COUNTERS */
.product-view .product-shop .add-to-box {
    margin: 0 0 30px 0;
}

.product-view .product-shop .add-to-cart {
    margin-right: 0;
    position: relative;
}

.product-view .product-shop .add-to-cart input {
    width: 110px;
    height: 48px;
    background-color: #fff;
    color: #231F20;
    font-weight: 700;
    margin-right: 8px;
    border-radius: 24px;
    border: 1px solid #9C9C9C;
}

.product-view .product-shop .add-to-cart input:focus {
    border: 2px solid #231F20;
}

.product-view .product-shop .button-counter {
    background-color: transparent;
}

.product-view .product-shop .button-counter span.plus {
    position: absolute;
    height: 18px;
    width: 18px;
    background-image: url(/media/wysiwyg/plus.svg);
    top: 15px;
    left: 84px;
    background-color: transparent;
    border-radius: 50%;
}

.product-view .product-shop .button-counter span.minus {
    position: absolute;
    top: 15px;
    left: 8px;
    height: 18px;
    width: 18px;
    background-image: url(/media/wysiwyg/minus.svg);
    background-color: transparent;
    border-radius: 50%;
}

.product-view .product-shop .button-counter span.plus:hover {
    background-image: url(/media/wysiwyg/plus-hover.svg);
}

.product-view .product-shop .button-counter span.minus:hover {
    background-image: url(/media/wysiwyg/minus-hover.svg);
}

.product-view .product-shop .add-to-cart button {
    height: 48px;
    width: 226px;
    text-align: left;
    padding-left: 32px;
    position: relative;
}

.product-view .product-shop .add-to-cart button::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 20px;
    height: 24px;
    width: 24px;
    background: transparent url(/media/wysiwyg/arrow_button_white.svg) no-repeat 50% 50%;
}

/* PRODUCT PAGE ASS TO LINKS */
.product-view .product-shop .add-to-links {
    float: right;
    margin-top: 0
}

.product-view .product-shop .add-to-links li a {
    display: flex;
    align-items: center;
}

.product-view .product-shop .add-to-links li {
    padding: 7px 5px;
}

.product-view .product-shop .add-to-links li a:hover {
    text-decoration: none;
    color: #671B24;
}

/*PRODUCT USP**************************/
#product-usp-wrapper {
    clear: both;
}

.product-usp li {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 8px;
}

.product-usp li img {
    margin-right: 8px;
}

/* PRODUCT TABS */
.tabs-nav>li {
    width: 33.33%;
    text-align: center;
}

.product-collateral .tabs-nav .tab-reviews {
    text-align: center;
}

.tabs-nav>li a {
    padding: 0 16px 16px 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tabs-nav>li {
    border-bottom: 4px solid #CDCDCF
}

.tabs-nav>li.activeli {
    border-color: #671B24
}

.tabs-nav>li a:hover {
    text-decoration: none;
}

.tabs-nav {
    padding: 0;
    border-bottom: none;
}

.tab {
    padding: 30px 0;
}

.tab.description p,
.tab.description ul,
.tab.description ol {
    margin-bottom: 16px;
}

.tab.description ul li {
    list-style-type: disc;
}

.tab.description ol li {
    list-style-type: decimal;
}

.tab.additional .data-table tbody {
    background-color: #F9F9F9
}

.product-collateral .data-table td, 
.product-collateral .data-table th {
    padding-left: 0;
    border-bottom-color: #CDCDCF;
    font-size: 13px;
}

.product-collateral .data-table th {
    font-weight: 500
}

.tab.additional .data-table {
    border: none;
}

.form-add-review h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 1.3333333333;
    font-family: Unna;
    text-transform: uppercase;
    color: #9C9C9C;
}

.form-add-review .buttons-set button {
    border-radius: 24px;
    background-color: #fff;
    color: #671b24;
    border: 1px solid #671b24;
}

.box-reviews .review .pull-left {
    background-color: #671B24;
}

.enhanced-reviews .review-button a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 28px;
    letter-spacing: 1px;
    background-color: #fff;
    color: #671b24;
    border: 1px solid #671b24;
}

.form-add-review .buttons-set button:hover,
.enhanced-reviews .review-button a:hover {
    border-color: #DF6372;
    background: #DF6372 !important;
}

/* CART STYLES *************************/
#shopping-cart-table tbody tr td {
    border-bottom: 1px solid #CDCDCF;
}

#shopping-cart-table tbody tr td.col-name,
#shopping-cart-table tbody tr td.col-actions {
    border-bottom: none;
}

.cart-totals strong {
    font-weight: 700;
    text-transform: none;
}

.cart-totals .checkout-types .button {
    width: 100%;
    height: 56px;
    border-radius: 28px;
}

.cart .discount {
    margin: 0 0 30px 0;
    width: 100%;
}

.cart .cart-collaterals .discount-form {
    position: relative;
}

#coupon_code {
    height: 48px;
    border-radius: 24px;
    border: 1px solid #9C9C9C;
}

#coupon_code:hover {
    border-color: #231F20;
}

#coupon_code:focus {
    border: 2px solid #231F20;
}

.cart .discount button {
    height: 40px;
    padding: 5px;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.cart .cart-collaterals .discount-form .input-box + button.button {
    position: relative;
    padding: 12px 24px;
}

.cart-table tfoot button.btn-update {
    border: 1px solid #671B24;
}

.cart-table tfoot button.btn-update:hover {
    color: #fff;
    background-color: #DF6372;
    border-color: #DF6372;
}

.cart .discount button:hover {
    background-color: #656162;
}

.cart .cart-collaterals h2 {
    color: #656162;
    font-size: 15px;
    font-weight: 500;
}

.cart-empty a.empty-cart-button {
    padding: 14px 48px;
    border-radius: 24px;
}

.cart-totals table {
    border-radius: 24px;
}

.cart-table span.cart-price .old-price .price {
    font-weight: 500;
    font-size: 13px;
    color: #9C9C9C;
}

.cart-table td input {
    padding: 0;
}

/* CHECKOUT STYLES *********************/
.multiple-checkout .buttons-set button.button,
.opc .buttons-set button.button {
    letter-spacing: 1px;
}

.multiple-checkout .buttons-set button.button:hover,
.opc .buttons-set button.button:hover {
    background-color: #3E2028;

}

.multiple-checkout .step .payment-title.selected:before,
.multiple-checkout .step input[type=checkbox]:checked+label:before,
.multiple-checkout .step input[type=radio]:checked+label:before,
.opc .step .payment-title.selected:before,
.opc .step input[type=checkbox]:checked+label:before,
.opc .step input[type=radio]:checked+label:before,
.multiple-checkout .step .payment-title:hover:before,
.multiple-checkout .step input[type=radio]+label:hover:before,
.opc .step .payment-title:hover:before,
.opc .step input[type=radio]+label:hover:before {
    background-color: #671B24;
}

#opc-billing .step #co-billing-form ul .chose-entity input[type=radio]:checked+label {
    border-bottom: 4px solid #671B24;
}

.multiple-checkout .step .form-list .input-text,
.multiple-checkout .step .form-list select,
.opc .step .form-list .input-text,
.opc .step .form-list select {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

.multiple-checkout .step .form-list .input-text:hover,
.multiple-checkout .step .form-list select:hover,
.opc .step .form-list .input-text:hover,
.opc .step .form-list select:hover {
    border-color: #231F20;
}

.multiple-checkout .step .form-list .input-text:focus,
.multiple-checkout .step .form-list select:focus,
.opc .step .form-list .input-text:focus,
.opc .step .form-list select:focus {
    border: 2px solid #231F20;
    background-color: #fff;
}

.opc-block-progress .block-title strong,
.opc-block-progress .block-content dt,
.multiple-checkout .step .payment-title dt, 
.opc .step .payment-title dt,
.multiple-checkout .allow .step-title a, 
.opc .allow .step-title a {
    letter-spacing: 0;
    font-weight: 500;
}

.opc .step .control.chose-entity input[type=radio]+label,
.multiple-checkout .step .payment-title label, .opc .step .payment-title label {
    font-size: 15px;
    font-weight: 500;
}

.opc .step #billing-new-address-form #shipping-address-wrapper input[type=radio]+label {
    border: 1px solid #671B24;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #671B24;
    border-radius: 24px;
}

.opc .step #billing-new-address-form #shipping-address-wrapper input[type=radio]+label:hover {
    background-color: #F9F9F9;
}


.opc .step #billing-new-address-form #shipping-address-wrapper input[type=radio]:checked+label {
    border: 1px solid #671B24;
    color: #fff;
    background-color: #671B24;
    text-align: center;
}

.multiple-checkout .step .payment-title label, .opc .step .payment-title label {
    font-size: 15px;
    font-weight: 500;
}

/* ACCOUNT CREATE *******************/
.account-login form label,
.account-create > form label,
.account-create>form input[type=checkbox]+label,
.account-login form .input-box input,
.account-create > form .input-box input,
.account-login form h1, 
.account-login form h2 {
    letter-spacing: 0;
}

.account-login form .buttons-set button.button,
.account-create > form .buttons-set button.button {
    padding: 16px 32px;
}

.account-login form .buttons-set button.button:hover,
.account-create > form .buttons-set button.button:hover {
    background-color: #3E2028;
}

.account-create .page-title {
    padding-top: 24px;
}

.account-create {
    border-radius: 28px;
}

.account-login form .input-box input:hover,
.account-create > form .input-box input:hover {
    border-color: #231F20;
}

.account-login form .input-box input:focus,
.account-create > form .input-box input:focus {
    border: 2px solid #231F20;
}

.account-create .content-popup-text p,
.content-popup-text.show-less a {
    font-size: 13px;
}

.account-create .content-popup-text {
    margin-top: 0;
}

.account-login form h1, 
.account-login form h2 {
    font-style: italic;
    font-size: 40px;
    line-height: 1;
}

/* MY ACCOUNT ***************************/
.dashboard .welcome-msg .hello strong,
.block-account .block-title h2,
.box-account .box-title h2,
.sales-order-view .my-account h2.table-caption,
.block-account .block-content li,
.dashboard .welcome-msg p,
.box-account .box-content address,
.box-account .box-content > *,
.dashboard .box-recent .data-table td,
.dashboard .box-recent .data-table th,
.dashboard .box-recent .data-table td span.nobr,
.dashboard .box-recent .data-table th span.nobr,
.addresses-list .item address, .addresses-list .item > *,
.my-account .data-table td,
.my-account .data-table th,
.my-account .data-table td span.nobr,
.my-account .data-table th span.nobr,
.my-account label,
.my-account p,
.my-account .box-reviews li.item h3.product-name a,
.my-account input,
.my-account select,
.my-account textarea,
.my-account .data-table td .product-name a,
.my-account .data-table td a.nobr,
.my-account .data-table th .product-name a,
.my-account .data-table th a.nobr,
.my-account .product-details>* {
    letter-spacing: 0;
}

.dashboard .welcome-msg .hello strong,
.box-account .box-head h2,
.box-account .box-title h3 {
    font-style: italic;
}

.box-account .box-head h2,
.my-account h2.legend,
.addresses-list h2,
.addresses-list .item h3,
.box-account .box-title h3 {
    text-transform: none;
    letter-spacing: 0;
}

.box-account .box-title a,
.box-account .box-content a,
.box-account .box-head a,
.my-account .buttons-set button.button,
.addresses-list .item a {
    border-radius: 24px
}

.box-account .box-title a:hover,
.box-account .box-content a:hover,
.box-account .box-head a:hover,
.my-account .buttons-set button.button:hover,
.addresses-list .item a:hover {
    background-color: #DF6372;
    border-color: #DF6372;
    color: #fff;
}

.dashboard .box-recent .data-table td span.nobr a,
.dashboard .box-recent .data-table th span.nobr a,
.my-account .data-table td span.nobr a,
.my-account .data-table th span.nobr a,
.my-account .data-table td a.nobr {
    color: #671B24;
}

#cust-delete-account .buttons-set {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 10px;
}

#cust-delete-account .buttons-set .button {
    padding: 14px 24px;
}

.my-account .buttons-set button.button {
    padding: 10px 24px;
}

.my-wishlist .buttons-set button {
    height: auto;
}

.my-wishlist table h3 {
    text-transform: none;
    margin-bottom: 8px;
}

.my-account .data-table td .product-manufacturer {
    color: #656162;
}

.my-account .data-table td .product-name a {
    color: #081F2D;
}

.my-wishlist table .price-box .price {
    font-weight: 700;
}

.my-wishlist table .price-box p.old-price .price {
    color: #231F20;
    font-weight: 500;
    font-size: 13px;
}

.my-wishlist table .price-box p.special-price .price {
    color: #DF1E36;
}

.my-account .my-wishlist table .label {
    letter-spacing: 0;
}

.my-account .buttons-set button.button.btn-add {
    background-color: #671B24;
    color: #fff;
    border-color: #671B24;
    margin-top: 8px;
    padding: 10px 32px;
}

.my-account .buttons-set button.button.btn-add:hover {
    background-color: #3E2028;
    border-color: #3E2028;
}

.my-wishlist table .add-to-cart-alt input {
    border: 1px solid #9C9C9C;
    padding: 0;
}

.my-wishlist table .add-to-cart-alt input:hover {
    border-color: #231F20;
}

.my-wishlist table .add-to-cart-alt input:focus {
    border: 2px solid #231F20;
    background-color: #fff;
}

.my-account .my-wishlist table .add-to-cart-alt button {
    background-color: #671B24;
    color: #fff;
    margin-left: 4px;
    height: 45px;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 15px;
    padding: 10px 24px;
    border: none;
    letter-spacing: 1px;
}

.my-account .my-wishlist table .add-to-cart-alt button:hover {
    background-color: #3E2028;
}

.my-account .buttons-set button.button.btn-share,
.my-wishlist .buttons-set .btn-update {
    margin-top: 8px;
    padding: 10px 32px
}

.my-wishlist table textarea {
    color: #231F20
}

.my-account .data-table p {
    margin-bottom: 0;
}

.my-account input, 
.my-account select, 
.my-account textarea {
    text-transform: none;
}

/* COMPARE PAGE *********************/
.compare-table .product-shop-details {
    background-color: transparent;
    border: 1px solid #CDCDCF;
    padding: 0 0 24px 0;
    border-radius: 0 0 20px 20px;
}

.compare-table .add-to-links {
    display: none;
}

.compare-table .product-shop-details .product-info,
.compare-table .product-shop-details .product-actions {
    padding-left: 16px;
    padding-right: 16px;
}

.compare-table .product-shop-details {
    text-align: left;
}

.compare-table .button {
    height: 48px;
    background-color: #fff !important;
    color: #671B24 !important;
    border: 1px solid #671B24;
}

.compare-table .button:hover {
    background-color: #DF6372!important;
    color: #fff !important;
    border-color: #DF6372;
}

.compare-table .product-shop-details h2 {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: none;
    min-height: 50px;
}

.compare-table .product-shop-details .price-box {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

.compare-table .product-shop-details .price-box .old-price .price {
    color: #231F20;
    font-weight: 500;
}

.compare-table .product-shop-details .price-box .special-price .price {
    color: #D24C5D;
}

.compare-table .product-shop-details .price-box p {
    display: block;
    width: 100%;
}

.compare-table tr th {
    padding-left: 12px;
    color: #231F20;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #EBEBEB;
    font-size: 15px;
}

.compare-table tr td {
    padding-left: 16px;
    padding-top: 16px;
    font-size: 15px;
    font-weight: 500;
}

.compare-table .product-shop-details h3 {
    display: none;
}

.page-product-compare .reveal-trigger {
    background-image: url(/media/wysiwyg/compare-hover-selected.svg);
}

/* GDPR MODULE *************************/
.gdpr-cookies .col-12 .gdpr-title {
    font-weight: 700;
    font-weight: 15px;
}

.gdpr-cookies .col-12 p {
    font-size: 13px;
    line-height: 1.5;
}

.gdpr-cookies .col-12 .gdpr-content .gdpr-buttons .button#accept-all-cookies {
    background: #671B24;
}

.gdpr-cookies .col-12 .gdpr-content .gdpr-buttons .button#accept-all-cookies:hover {
    background-color: #3E2028;
}

.gdpr-cookies .col-12 .gdpr-logo img {
    max-width: 120px;
}

/* RETURN FORM **********************/
#formsgenerator-form-1 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* RESPONSIVE ***********************/
@media (min-width: 996px) {
    .page-header .page-container-wrapper:first-child>.page-container>.page-container-inner {
        padding-top: 35px;
        padding-bottom: 25px;
    }

    .user-container {
        position: relative;
    }
    
    .hello-user {
        position: absolute;
        top: 0;
        right: 20px
    }

    .page-header .desktop .header-block.header-block-1 {
        margin-top: 20px;
    }

    .order-icons-1 .mini-search .form-search input {
        position: static;
        border: none;
        background-color: #ebebeb;
        border-bottom: 1px solid #231F20;
    }
    
    .order-icons-1 .mini-search .form-search button {
        position: absolute;
        top: 0;
        right: 0;
    }

    .links-after li>a:hover, 
    .links-before li>a:hover, 
    .nav--primary a.level0:hover, 
    .nav--primary-button:hover {
        font-weight: 700;
    }

    /* STIKEY MENU */
    .page-container-wrapper--sticky .nav-container--sticky {
        position: absolute;
        top: 78px;
        width: 100%;
        text-align: center;
        margin-left: 0;
        left: 0;
        right: 0;
        justify-content: center;
        height: 40px;
    }

    .page-header.sticky .page-container-wrapper--sticky .page-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .page-container-wrapper--sticky .nav--primary {
        float: none;
        height: 45px;
    }

    .page-container-wrapper--sticky .mini-cart-wrapper--sticky {
        padding-right: 15%;
    }

    .page-header .page-container-wrapper--sticky.on-desktop .mini-account {
        margin-right: 0;
    }

    .page-container-wrapper--sticky .nav--primary .submenu {
        max-width: 1050px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    .page-container-wrapper--sticky .nav--primary a.level0 {
        text-transform: uppercase;
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-header .page-container-wrapper--sticky.on-desktop .header-wishlist-count {
        margin: 0 0px 0 10px;
    }

    .logo-wrapper--sticky  {
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
    }

    .page-container-wrapper--sticky .page-container-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .page-container-wrapper--sticky .logo a, 
    .page-container-wrapper--sticky .logo img {
        height: 90px;
    }

    .page-container-wrapper--sticky .nav--primary .submenu {
        border-top: none;
        margin-top: 0;
    }

    /* SUBMENIU */
    .nav--primary .submenu {
        box-shadow: 0 3px 6px #00000029;
        border-radius: 0 0 50px 0;
        max-width: 1050px;
        margin-left: auto;
        margin-right: auto;
    }

    .nav--primary .level0-left {
        float: right;
        max-width: 26%;
        padding: 0;
        line-height: 0;
    }

    .nav--primary li.level1 {
        width: 50%;
    }

    .nav--primary ul.level0 {
       padding: 24px 32px 32px 32px;
    }

    .nav--primary li.level1 {
        padding-right: 60px;
    }

    .nav--primary li.level1:nth-child(even) {
        padding-right: 0;
    }

    .nav--primary a.level1 {
        font-weight: 700;
        letter-spacing: 1px;
    }

    .nav--primary a.level1 {
        font-weight: 700;
        letter-spacing: 1px;
        border-bottom: 1px solid #CDCDCF;
        padding-bottom: 24px;
    }

    .nav--primary ul.level1 {
        margin-top: 24px;
    }

    .nav--primary a.level2 {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav--primary a.level1:hover,
    .nav--primary a.level2:hover {
        text-decoration: none;
    }

    .nav--primary a.level2:hover {
        color: #DF6372;
    }

    /* CATEGORY PAGE *********************/
    .layout-2columns-left.catalog-category-view .main-aside {
        width: 23%;
        margin-right: 2%;
    }

    .block-layered-nav {
        padding: 36px 18px;
        background-color: #F9F9F9;
        border-radius: 18px;
    }

    /* PRODUCT PAGE */
    .product-collateral {
        background-color: #F9F9F9;
        border-radius: 26px;
        padding: 80px 56px;
    }
}

@media (max-width: 1450px) {
    .page-container-wrapper--sticky .mini-cart-wrapper--sticky {
        padding-right: 5%;
    }

    .products-grid .slick-prev {
        left: -30px;
    }

    .products-grid .slick-next {
        right: -30px;
    }

    .footer-marketing-newsletter, 
    .footer-marketing-blog {
        padding-top: 11%;
        padding-bottom: 11%;
    }

}

@media (max-width: 1365px) {
    .page-container-wrapper--sticky .mini-cart-wrapper--sticky {
        padding-right: 20px;
    }

    .showcase .slick-prev {
        left: 3%;
    }

    .showcase .slick-next {
        right: 3%;
    }

    .left-copy .main-banner-content {
        left: 10%;
    }

    .right-copy .main-banner-content {
        right: 10%;
    }

    .main-banner-content .main-banner-title {
        font-size: 60px;
    }

    .category-box-image h2.category-subtitle {
        font-size: 45px;
    }

    .category-box-description {
        left: 40px;
    }

    .product-view .product-shop .add-to-links li {
        padding: 7px 3px;
    }

    .categories-banner .categories-banner-title {
        font-size: 45px;
    }

    .categoires-row .row > .col-4 .categories-banner .categories-banner-title {
        max-width: 180px;
    }
}

@media (max-width: 1199px) {
    .form-search input {
        min-width: 280px;
    }

    .main-banner-content .main-banner-title {
        font-size: 55px;
    }

    .right-copy .main-banner-content,
    .left-copy .main-banner-content {
        left: 50%;
        right: initial;
        transform: translate(-50%, -50%);
        width: 95%;
    }

    .categories-items.row {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .categories-item.col-5, 
    .categories-item.col-7, 
    .categories-item.col-4, 
    .categories-item.col-8, 
    .categories-item.col-12 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .categories-item.col-7 {
        width: 55.77%;
    }

    .categories-item.col-5 {
        width: 44.23%;
    }

    .categories-item.col-4 {
        width: 35.2%;
    }

    .categories-item.col-8 {
        width: 63.8%;
    }

    .categories-item {
        margin-bottom: 20px;
    }

    .category-box-image h2.category-subtitle {
        font-size: 38px;
    }

    .products-grid {
        margin-left: -8px;
        margin-right: -8px;
    }

    .layout-1column .products-grid li.item, 
    .layout-2columns-left .products-grid li.item, 
    .layout-2columns-right .products-grid li.item, 
    .layout-3columns .products-grid li.item {
        padding-left: 8px;
        padding-right: 8px;
    }

    .products-grid .slick-prev {
        left: -8px;
    }

    .products-grid .slick-next {
        right: -8px;
    }

    .footer-marketing-item:first-child {
        padding-right: 10px;
    }

    .footer-marketing-item:last-child {
        padding-left: 10px;
    }

    .footer-marketing-newsletter, 
    .footer-marketing-blog {
        padding-top: 9%;
        padding-bottom: 9%;
    }

    .page-footer .page-container .row>div, 
    .page-footer .page-container>.marketing-box {
        margin-top: 0;
    }

    .page-footer .footer-links {
        padding-bottom: 40px;
    }

    .categories-banner .categories-banner-title {
        left: 25px;
    }

    .categories-banner .categories-banner-title {
        font-size: 38px;
    }

    .categoires-row .row > .col-4 .categories-banner .categories-banner-title {
        max-width: 155px;
    }

    .categories-banner.promo-categ {
        margin-bottom: 50px;
    }
}

@media (max-width: 1199px) and (min-width: 996px) {
    .links-after li>a, 
    .links-before li>a, 
    .nav--primary a.level0, 
    .nav--primary-button,
    .page-container-wrapper--sticky .nav--primary a.level0  {
        padding-left: 20px;
        padding-right: 20px;
    }

    .layout-2columns-left .products-grid li.item, 
    .layout-2columns-right .products-grid li.item, 
    .layout-3column .products-grid li.item {
        width: 33.33%;
    }

    #the-right-size a.popup-button {
        font-size: 18px;
    }

    .block-account .block-content li a {
        padding: 20px 12px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .product-view .product-shop .add-to-links {
        float: none;
        clear: both;
    }

    .product-view .product-shop .add-to-links li {
        margin-top: 8px;
    }
}

@media (max-width: 995px) {
    .page-header .desktop .header-block.header-block-1 {
        float: none;
        justify-content: center;
        padding-top: 8px;
    }

    .page-header .page-container-wrapper.mobile.on-mobile .page-container {
        padding-top: 10px;
    }

    .nav-mobile-trigger {
        width: 24px;
        margin-right: 10px;
    }

    .icon--menu span {
        height: 2px;
    }

    .icon--menu .horizontal,
    .icon--menu .diagonal.part-2 {
        margin-top: 5px;
    }

    .icon--menu .diagonal.part-1 {
        margin-top: 9px;
    }

    .page-header .mobile .tablet-logo {
        height: 80px;
        margin: -25px 0;
    }

    .page-header .mobile-trigger,
    .page-header .mobile .block.header-wishlist-count,
    .mini-cart {
        border-left: none;
        padding-left: 0;
        margin-left: 15px;
    }

    .nav-modal-open .menu-overlay-modal {
        background-color: #000;
        opacity: 0.6;
    }

    body.nav-modal-open .icon--menu .diagonal.part-2, 
    body[data-dock=".nav-container"] .icon--menu .diagonal.part-2 {
        margin-top: -10px;
    }

    body.nav-modal-open .icon--menu .diagonal.part-1, 
    body[data-dock=".nav-container"] .icon--menu .diagonal.part-1,
    body.nav-modal-open .icon--menu .diagonal.part-2, 
    body[data-dock=".nav-container"] .icon--menu .diagonal.part-2 {
        background-color: #fff;
    }

    .links-after li>a, 
    .links-before li>a, 
    .nav--primary a.level0, 
    .nav--primary-button {
        text-transform: uppercase;
    }

    .nav--primary.expanded li.parent a.has-children:after {
        width: 140px;
    }

    .page-overlay {
        background-color: rgba(0,0,0,0.6);
    }

    .mini-search #search_mini_form .form-search input {
        border: none;
        padding-left: 12px;
        height: 64px;
    }

    .mini-search #search_mini_form .form-search button {
        width: 25px;
        top: 15px;
    }

    .hello-user {
        padding-bottom: 0;
        padding-top: 8px;
        margin-bottom: -10px;
    }

    .dock-open--right,
    body.dock-open--right {
        right: 275px !important;
    }

    .dock-open--left,
    body.dock-open--left{
        left: 275px !important;
    }

    .dock-open .dock--left, 
    .dock-open .dock--right {
        width: 275px !important;
    }

    .dock {
        background-color: #fff;
        color: #231F20;
    }

    .block-account .block-content li a {
        padding: 16px 20px;
    }

    .block-account .block-content li,
    .nav-item--mobile, 
    .links-before li, 
    .links-after li, 
    .nav--primary li {
        border-bottom: 1px solid #CDCDCF;
    }

    .block-cart .block-cart-aside .sidebar-bottom {
        padding: 20px 24px 0;
    }

    .block-cart .block-cart-aside .actions a+a {
        margin: 8px 0 0;
    }

    .header-wishlist-count .block-wishlist .block-content .mini-products-list .product-details .link-cart {
        padding: 12px 16px;
    }

    .page-header .page-container-wrapper--sticky.on-desktop .logo-wrapper--sticky {
        display: block;
    } 

    .page-container-wrapper--sticky .logo a, 
    .page-container-wrapper--sticky .logo img {
        height: 65px;
        margin: -4px 0;
    }

    .page-header .page-container-wrapper--sticky.on-desktop .mini-cart-wrapper--sticky, 
    .page-header .page-container-wrapper--sticky.on-desktop .wishlist-count--sticky {
        border-left: none;
    }

    .main-banner-content .main-banner-title {
        font-size: 40px;
    }

    .showcase .slick-prev {
        left: 5px;
    }

    .showcase .slick-next {
        right: 5px;
    }

    .page-header .page-container-wrapper--sticky.on-desktop .mini-search-wrapper--sticky {
        margin-right: 0;
    }

    .page-header .page-container-wrapper--sticky.on-desktop .mini-cart-wrapper--sticky #mini-cart,
    .page-header .page-container-wrapper--sticky.on-desktop .wishlist-count--sticky,
    .page-header .page-container-wrapper--sticky.on-desktop .mobile-trigger--profile,
    .page-header .page-container-wrapper--sticky.on-desktop .mini-search-wrapper--sticky .mobile-trigger  {
        margin-left: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .categories-wrapper {
        margin-top: 60px;
    }

    h2.subtitle, 
    strong.subtitle {
        margin-bottom: 24px;
        font-size: 30px;
        line-height: 1.1;
    }

    .page-main .page-container {
        padding-bottom: 60px;
    }

    .page-footer .footer-links ul {
        width: 50%;
        margin-bottom: 24px;
    }

    .page-footer .footer-links {
        padding-bottom: 0px;
    }

    .page-footer .footer-links ul:last-child {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .page-footer .page-container-wrapper:last-child .page-container {
        padding-top: 50px;
    }

    .custom-social-media-wrapper {
        padding-top: 45px;
        padding-bottom: 55px;
    }

    .breadcrumbs {
        padding: 0;
        background-color: #fff;
        margin-bottom: 0;
    }

    .category-products > .toolbar .pager {
        display: none;
    }

    .toolbar .sorter {
        float: none;
    }

    .catalog-category-view .page-title h1,
    .page-title h1, 
    .page-title h2,
    .product-view .product-shop .product-name h1 {
        font-size: 40px;
    }

    .toolbar .sort-by label {
        display: none;
    }

    .category-products > .toolbar .sorter .sort-by {
        display: inline-block;
        width: 100%;
        float: none;
    }

    .category-products > .toolbar .sorter .sort-by select {
        width: 49%;
        min-width: 49%;
        float: right;
        height: 48px;
    }

    .filters-mobile-trigger {
        float: left;
        width: 49%;
        height: 48px;
        border-radius: 24px;
        border: 1px solid #9C9C9C;
        background-color: #fff;
        color: #231F20;
        text-transform: none;
        font-weight: 500;
        font-size: 15px;
        padding: 14px 16px;
        background-image: url(/media/wysiwyg/filter_list-24px.svg);
        background-position: 97% 50%;
        background-repeat: no-repeat;
        text-decoration: none;
    }

    .toolbar .pager {
        float: none;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .block-layered-nav li a {
        color: #231F20;
    }

    .main-aside+.main-content, 
    .main-content+.main-aside {
        margin-top: 0;
    }

    .tab-nav {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
        background-color: transparent;
        color: #671B24;
        border-top: 1px solid #671B24;
        padding-left: 0;
        background-size: 12px;
        text-decoration: none;
    }

    .tab-nav:hover {
        text-decoration: none !important;
    }

    .tab {
        padding-top: 0;
        padding-bottom: 24px;
    }

    .tab.additional .data-table tbody {
        background-color: #fff;
    }

    .tabs-container {
        display: block;
    }

    .tabs-container span  {
        -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
        flex-basis: initial;
    }

    .product-view .product-shop .add-to-cart #product-addtocart-button-fixed.btn-cart-fixed,
    .cart-totals .checkout-types #btn-proceed-checkout-fixed.btn-checkout-fixed,
    .catalog-product-view .product-view .product-shop .add-to-cart #product-addtocart-button-fixed.btn-cart-fixed {
        width: 95%;
        margin: 0 auto;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        bottom: 12px;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .categoires-row .row {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .categoires-row .row > .col-4, 
    .categoires-row .row > .col-6, 
    .categoires-row .row > .col-8 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .categories-banner.promo-categ {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 995px) {
    .page-header .page-container-wrapper--sticky.on-desktop .tablet-logo {
        display: none;
    }

    .category-box-image h2.category-subtitle {
        font-size: 26px;
    }

    .footer-marketing-newsletter h2.subtitle {
        margin-bottom: 8px;
    }

    .newsletter-subscription-form {
        margin-top: 16px;
    }

    .page-footer .marketing-box--newsletter .input-text {
        min-width: 320px;
    }

    .footer-marketing-newsletter, 
    .footer-marketing-blog {
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .product-options dd .input-box.marime-attr-wrapper {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #the-right-size {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .main-banner-content .main-banner-title {
        font-size: 34px;
    }

    .main-banner-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .showcase .controls-middle .slick-dots {
        display: none !important;
    }

    .footer-marketing-item.col-6 {
        width: 100%;
    }

    .footer-marketing-item:first-child {
        padding-right: 0;
    }

    .footer-marketing-item:last-child {
        padding-left: 0;
    }

    .footer-marketing-newsletter, 
    .footer-marketing-blog {
        background-size: auto;
    }

    .footer-marketing-newsletter h2.subtitle {
        color: #231F20;
    }

    .product-view .product-img-box {
        margin-bottom: 16px;
    }

    .product-view .product-shop .add-to-links {
        clear: none;
    }

    .categoires-row .row > .col-4, 
    .categoires-row .row > .col-6, 
    .categoires-row .row > .col-8 {
        width: 100%;
    }

    .categoires-row .row > .col-4 .categories-banner .categories-banner-title {
        max-width: inherit;
    }
}

@media (min-width: 640px) and (max-width: 995px) {
    .category-box-image h2.category-subtitle {
        font-size: 26px;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .category-box-image h2.category-subtitle a::after {
        display: none;
    }
}

@media (max-width: 639px) {
    .usp-items .usp-item:nth-child(2) {
        border-right: none;
        margin-bottom: 24px;
    }

    .usp-items .usp-item:first-child {
        margin-bottom: 24px;
    }

    .categories-item.col-7,
    .categories-item.col-5,
    .categories-item.col-4,
    .categories-item.col-8 {
        width: 100%;
    }

    .custom-category-title .category-box-image h2.category-subtitle {
        display: none;
    }

    .category-box-description {
        left: 50px;
    }

    .categories-item.col-5 > .categories-item-inner {
        max-width: 508px;
        margin: 0 auto;
    }

    .categories-item.col-4 > .categories-item-inner {
        position: relative;
        max-width: 420px;
        margin: 0 auto;
    }

    .categories-item.col-5, 
    .categories-item.col-7, 
    .categories-item.col-4, 
    .categories-item.col-8, 
    .categories-item.col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .categories-items.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-footer .marketing-box--newsletter .input-text {
        min-width: 260px;
    }

    .custom-social-media-wrapper {
        padding-top: 32px;
        padding-bottom: 48px;
    }

    h2.subtitle, 
    strong.subtitle {
        font-size: 24px;
    }

    .categories-wrapper {
        margin-top: 48px;
    }

    .page-main .page-container {
        padding-bottom: 40px;
    } 

    .page-footer .page-container-wrapper:last-child .page-container {
        padding-top: 30px;
    }

    .catalog-category-view .page-title h1, 
    .page-title h1,
    .page-title h2,
    .product-view .product-shop .product-name h1 {
        font-size: 35px;
    }

    .product-options dd .input-box.marime-attr-wrapper {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #the-right-size {
        margin-top: 8px;
    }

    .product-view .product-shop .add-to-links {
        float: none;
        clear: both;
    }

    .product-view .product-shop .add-to-links li {
        margin-top: 8px;
    }

    .enhanced-reviews .review-button,
    .enhanced-reviews .data-table-review {
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }

    .cart-table tr:nth-child(odd) td.col-name {
        width: 65%;
    }

    .cart-table tr:nth-child(odd) td.col-image {
        width: 25%;
        border-bottom: none !important;
    }

    .cart-table tr:nth-child(odd) td.col-actions {
        width: 10%;
    }

    #shopping-cart-table tbody tr td {
        min-height: 120px;
    }

    .cart-table tfoot button.btn-update {
        padding-left: 3px;
        padding-right: 3px;
    }

    .opc-review table tfoot tr:first-child th {
        padding-top: 5px;
    }

    .order-review table>tbody>tr td {
        padding: 5px 5px!important;
    }

    .order-review table>tbody>tr {
        background-color: #fff;
    }

    .opc-review table .label {
        height: auto;
    }

    .categories-banner.promo-categ .categories-banner-title {
        bottom: 30px;
    }

    .categories-banner.promo-categ {
        margin-bottom: 32px;
    }
}

@media (max-width: 479px) {
    .page-header .mobile .phone-logo {
        display: inline-block;
        height: 80px;
        margin: -25px 0;
    }

    .page-header .mobile-trigger, 
    .page-header .mobile .block.header-wishlist-count, 
    .mini-cart,
    .page-header .page-container-wrapper--sticky.on-desktop .mini-cart-wrapper--sticky #mini-cart,
    .page-header .page-container-wrapper--sticky.on-desktop .wishlist-count--sticky,
    .page-header .page-container-wrapper--sticky.on-desktop .mobile-trigger--profile,
    .page-header .page-container-wrapper--sticky.on-desktop .mini-search-wrapper--sticky .mobile-trigger {
        margin-left: 10px;
    }

    .page-header .page-container-wrapper.mobile.on-mobile .page-container {
        padding-top: 16px;
    }

    .category-box-description {
        left: 35px;
    }

    .category-box-image h2.category-subtitle {
        font-size: 30px;
    }

    .products-grid {
        margin-left: -5px;
        margin-right: -5px;
    }

    .layout-1column .products-grid li.item, 
    .layout-2columns-left .products-grid li.item, 
    .layout-2columns-right .products-grid li.item, 
    .layout-3columns .products-grid li.item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .products-grid .product-box {
        padding: 16px 10px;
    }

    .products-grid .slick-prev {
        left: -12px;
    }

    .products-grid .slick-next {
        right: -12px;
    }

    .page-footer {
        text-align: left;
    }

    .page-footer .footer-links ul {
        width: 100%;
    }

    .location-map {
        margin-top: 10px;
    }
 
    .layout-1column .products-grid li.item, 
    .layout-2columns-left .products-grid li.item, 
    .layout-2columns-right .products-grid li.item, 
    .layout-3columns .products-grid li.item {
        width: 50%;
    }

    .amquickview-hover {
        width: 140px!important;
        padding: 10px 24px 10px 8px;
    }

    .amquickview-hover .amquickview-link::after {
        right: -16px;
    }

    .product-view .product-shop .add-to-cart {
        width: 100%;
    }

    .product-view .product-shop .add-to-cart button {
        width: 100%;
        margin-top: 12px;
        text-align: center;
    }

    .product-collateral .data-table td, 
    .product-collateral .data-table th {
        display: block;
        width: 100%;
    }

    .product-collateral .data-table th {
        padding-bottom: 0;
        border-bottom: none;
    }

    .product-collateral .data-table td {
        padding-top: 0;
    }

    .opc-billing #shipping-address-wrapper .shipping-address-fields li.control, 
    .opc-shipping #shipping-address-wrapper .shipping-address-fields li.control {
        margin-bottom: 12px;
    }

    .multiple-checkout .step-title h2, 
    .opc .step-title h2 {
        font-size: 15px;
    }

    #opc-review .step-title > a {
        display: none !important;
    }

    .categories-banner .categories-banner-title {
        font-size: 30px;
    }

    .categories-banner.promo-categ .categories-banner-title {
        bottom: 20px;
        width: 212px;
    }

    .page-header .desktop .header-block.header-block-1 img {
        margin-right: 8px;
    }
}

@media (max-width: 374px) {
    .page-header .mobile-trigger, 
    .page-header .mobile .block.header-wishlist-count, 
    .mini-cart,
    .page-header .page-container-wrapper--sticky.on-desktop .mini-cart-wrapper--sticky #mini-cart,
    .page-header .page-container-wrapper--sticky.on-desktop .wishlist-count--sticky,
    .page-header .page-container-wrapper--sticky.on-desktop .mobile-trigger--profile,
    .page-header .page-container-wrapper--sticky.on-desktop .mini-search-wrapper--sticky .mobile-trigger {
        margin-left: 5px;
    }

    .usp-info h3 {
        font-size: 17px;
        line-height: 20px;
    }

    .usp-info p {
        font-size: 13px;
    }

    .category-box-image h2.category-subtitle a::after {
        display: none;
    }

    .products-grid .product-box {
        padding: 16px 5px;
    }

    .products-grid .price-box .price::before {
        display: none;
    }

    .amquickview-hover .amquickview-link::after  {
        display: none;
    }

    .amquickview-hover {
        padding: 10px 8px !important;
        width: 115px !important;
    }

    .cart-table tfoot button.btn-update,
    .cart .discount button {
        font-size: 13px;
    }

    .multiple-checkout .step-title h2, 
    .opc .step-title h2 {
        padding: 5px 0;
    }

    .multiple-checkout .allow .step-title a, 
    .opc .allow .step-title a {
        padding: 12px 0px;
    }

    #opc-billing .step #co-billing-form ul .chose-entity input[type=radio]+label {
        padding: 10px 8px;
    }

    .categories-banner .categories-banner-title {
        left: 20px;
    }

    .categories-banner .categories-banner-title:before {
        right: -46px;
        height: 36px;
        width: 36px;
        background-size: 100%;
    }

    .categories-banner.promo-categ .categories-banner-title:before {
        display: none;
    }
}
