/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.h2, h2 {
    font-size: 1.5rem;
	margin-bottom: 1rem;
}

.grecaptcha-badge {
    opacity: 0;
}

/* HEADER */
#desktop-header-container.container {
    max-width: 1535px;
}
#desktop-header.stuck-header, #iqitmegamenu-wrapper.stuck-menu, #mobile-header-sticky.stuck-down {
    position: relative;
}
#desktop-header.stuck-header.scrollheader, #iqitmegamenu-wrapper.stuck-menu, #mobile-header-sticky.stuck-down {
    position: fixed;
}
#desktop-header-container .col-header-right {
    margin-top: -4px;
}
.header-top,
.stuck-header .header-top {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
}
.stuck-header.scrollheader .header-top {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 8px;
}
.sticky-desktop-wrapper {
	height: 125px!important;
}
@media (min-width: 420px) {
.sticky-mobile-wrapper {
	height: 96px!important;
}
}
@media (min-width: 768px) {
.sticky-mobile-wrapper {
	height: 96px!important;
}
}
#header {
	border-bottom: 1px solid rgba(160,160,160,.2);
}
.sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu {
    background: #fff;
}
#iqitmegamenu-horizontal {
    background: unset;
}
#desktop_logo img {
    max-width: 200px;
    height: auto;
}
@media (max-width: 767px) {
#checkout-header .text-nowrap {
    display: none!important;
}
}
.scrollheader #desktop_logo img {
    max-width: 80px;
}
#header .scrollheader .header-btn-w .header-btn img {
    width: 30px;
	margin-top: -2px;
}
.scrollheader .search-widget .form-search-control {
    height: 32px;
	padding: 0.5rem 1rem 0.5rem 3.25rem;
}
.iqitmegamenu-wrapper {
	margin-top: -0.5rem;
}
#mobile-header {
    border-bottom: 0;
}
#mobile-header .mobile-main-bar {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}
#mobile-header .col-mobile-btn-search {
	margin-right: 3rem;
}
#mobile-header .col-mobile-btn-search .m-nav-btn {
	display: none;
}
#mobile-header .m-nav-btn {
    padding: .375rem .5rem;
}
#mobile-header #mobile-header-sticky.mscrollheader {
	box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 8px;
}
#mobile-header .col-mobile-logo img {
    max-width: 100%;
	width: 76px;
    height: auto;
}
#mobile-header .mscrollheader .col-mobile-logo img {
	width: 76px;
}
#wrapper {
	padding-bottom: 4rem;
	background: #fff;
}
#index #wrapper {
    padding-top: 0;
	padding-bottom: 0;
	background: #f5f5f5;
} 
#header .cbp-horizontal .cbp-tab-title {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0;
	padding-top: 3px;
}
@media (max-width: 1080px) {
.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
}
@media (min-width: 1080px) {
#header .cbp-horizontal .cbp-tab-title {
	font-size: 1.4rem;
}
}
@media (min-width: 1200px) {
#header .cbp-horizontal .cbp-tab-title {
	font-size: 1.5rem;
}
}
#header .scrollheader .cbp-horizontal .cbp-tab-title {
	font-size: 1.3rem;
	padding-top: 0;
}
#header .cbp-horizontal > ul {
    text-align: left;
}
#header .col-search {
    width: 200px;
	margin-top: 0;
	margin-right: 10px;
}
#header .scrollheader .col-search {
	margin-top: -2px;
}
@media (min-width: 1200px) {
#header .col-search {
	width: 220px;
}
}
@media (min-width: 1600px) {
#header .col-search {
	width: 240px;
}
}
#header .header-btn-w {
    padding: 0 .3rem;
}
#mobile-header .m-nav-btn > span.cart-products-count {
    display: block!important;
    right: 0;
	margin-top: .3rem;
}
#mobile-header .col-mobile-btn-account {
    margin-right: -5px;
}
.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    width: 100%;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.15);
}
.mobile-menu__close:after {
	position: absolute;
	margin-top: -5px;
	margin-left: -20px;
    width: 30px;
    height: auto;
    content: url(https://www.yousocks.eu/img/icon/close.svg);
}
.mobile-menu__close span {
	display: none;
}
.mobile-menu__link { 
	font-weight: 700;
}
@media (max-width: 767px) {
.mobile-menu__link { 
	font-size: 1.8rem;
}	
}
.mobile-menu__language-selector,
.mobile-menu__currency-selector,
.mobile-menu__user {
	display: none!important;
}
.search-widget .search-btn {
    left: 0;
    right: unset;
}
.search-widget .form-search-control {
    height: 37px;
	padding: 0.6rem 1rem 0.6rem 3.25rem;
	border-radius: 25px!important;
}
.header-top .form-search-control {
    color: #13123a;
	border: solid 1px rgba(160,160,160,.25);
	border-radius: 25px!important;
	background: transparent;
}
.header-top .form-search-control::placeholder {
    color: #13123a;
}
#wrapper .breadcrumb {
    padding-top: 1rem;   
	margin-bottom: 0.5rem;
}
#back-to-top i {
	margin-top: -1.25rem;
}

/* CONTENT */
@media (min-width: 1200px) {
.col-xl-20 {
    flex: 0 0 20%;
	width: 20%;
    max-width: 20%;
}
}
.nostyle-txt {
    font-family: inherit;
	font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin: 0;
    display: inline;
}
.nostyle-txt:before,
.nostyle-txt:after {
    content: " ";
    display: inline;
}
#main .page-content {
    margin-top: 2rem;
	margin-bottom: 2rem;
}
.btn-primary, .btn-secondary {
    padding: 0.85rem 2rem;
	font-weight: 500;
	border-radius: 60px;
	border: solid 3px #13123a;
}
.btn-primary:hover {
	border: solid 3px #13123a;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    border: solid 3px #13123a;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:focus, .btn-secondary :active, .btn-secondary.disabled:focus, .btn-secondary.disabled :active, .btn-secondary:disabled:focus, .btn-secondary:disabled :active, 
.bootstrap-touchspin .group-span-filestyle .btn-touchspin:focus, .bootstrap-touchspin .group-span-filestyle .btn-touchspin :active, 
.group-span-filestyle .bootstrap-touchspin .btn-touchspin:focus, .group-span-filestyle .bootstrap-touchspin .btn-touchspin :active, 
.group-span-filestyle .btn-default:focus, .group-span-filestyle .btn-default :active {
    color: #13123a;
	background: unset;
}
.iqitsociallogin-colors-native .btn-google {
    border: 0;
    border-radius: 0;
}
.iqitsociallogin-checkout .text-muted {
	display: none;
}
.font-alt {
    font-family: 'GlamourAbsolute-regular';
}
.mt--xl {
	margin-top: -3rem!important;
}
.mt-xxl {
	margin-top: 6rem!important;
}
#content-wrapper .xl {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.7rem;
}
.underline-color {
    border-bottom: 2px solid #01b3a6;
}
.highlighted-color {
    padding: 0 5px;
	color: #fff;
	border-bottom: 2px solid #01b3a6;
	background: #01b3a6;
}
.highlighted-color-alt {
    padding: 0 5px;
	color: #fff;
	border-bottom: 2px solid #13123a;
	background: #13123a;
}
.block-links ul>li a {
    padding-left: 0;
}
.block-links ul>li a:before {
    content: none;
}
.block-transition {
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.block-transition.white {
    min-height: 135px;
	background-color: #f5f5f5;
    background-image: url(https://www.yousocks.eu/img/fd_bk-white.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
	background-size: cover;
}
.block-transition.grey {
    min-height: 135px;
	background-color: #fff;
    background-image: url(https://www.yousocks.eu/img/fd_bk-grey.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
	background-size: cover;
}
.block-transition.grey-alt {
    min-height: 135px;
	background-color: #fff;
    background-image: url(https://www.yousocks.eu/img/fd_bk-grey-alt.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
	background-size: cover;
}
.block-transition.dark {
    min-height: 135px;
	background-color: #f5f5f5;
    background-image: url(https://www.yousocks.eu/img/fd_bk-dark.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
	background-size: cover;
}
.block-transition.dark-alt {
    min-height: 135px;
	background-color: #fff;
    background-image: url(https://www.yousocks.eu/img/fd_bk-dark-alt.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
	background-size: cover;
}
.spacer:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 60px;
    background-color: #13123a;
    bottom: -35px;
    left: calc(50% - 30px);
    border-radius: 4px;
}
.column-count-2 {
    margin: auto;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}
@media (max-width: 767px) {
.column-count-2 {
    -webkit-column-gap: 30px;
    column-gap: 30px;
}
}
#content-wrapper .page-title {
    font-family: 'GlamourAbsolute-regular';
	color: #13123a;
    font-size: 5rem;
    font-style: normal;
    font-weight: 800;
	letter-spacing: 2px;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
#content-wrapper .page-title {
	font-size: 4rem;
	line-height: 0.85;
}	
}
#checkout #content-wrapper h1.page-title {
    display: none;
}
#search_widget .autocomplete-suggestions .autocomplete-suggestion .col-shop, 
#search-widget-mobile .autocomplete-suggestions .autocomplete-suggestion .col-shop, 
.autocomplete-suggestion .product-price {
    display: none;
}
.product-miniature-default .product-thumbnail img {
    border: 1px solid #eee;
	border-radius: 5px;
}
@media (max-width: 575px) {
.product-miniature .thumbnail-container:hover .product-thumbnail-first {
    opacity: 1;
}
.product-miniature .thumbnail-container:hover .product-thumbnail-second {
    opacity: 0;
}
}
.brand_logo_miniature {
    position: absolute;
    right: 5px;
    z-index: 1;
}
.brand_logo_miniature img {
    max-width: 50px;
	margin-top: 2px!important;
	margin-right: 2px!important;
	opacity: 0.35;
	border: 0!important;
	border-radius: 0!important;
}
@media (max-width: 575px) {
.brand_logo_miniature img {
    max-width: 36px;
	margin-top: 0px!important;
	margin-right: 1px!important;
}	
}
.products-grid .product-miniature-default .product-brand {
    font-weight: 300;
	color: #13123a!important;
	opacity: 1;
	margin-top: 0;
	margin-bottom: -0.45rem;
	display: none;
}
.products-grid .product-miniature-default .product-title {
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}
.products-grid .product-miniature-default a:hover {
	color: #13123a!important;
}
@media (max-width: 767px) {
.products-grid .product-miniature-default .product-title {
	font-size: 1.2rem;
}
}
@media (max-width: 575px) {
.products-grid .product-miniature-default .product-title {
	font-size: 1.1rem;
	max-height: 12px;
}
.products-grid .product-miniature-layout-1 .product-price-and-shipping, .products-grid .product-miniature-layout-1 .products-variants, .products-grid .product-miniature-layout-3 .product-price-and-shipping, .products-grid .product-miniature-layout-3 .products-variants {
    padding-top: .4rem;
    background: #fff;
}
}
.products-grid .product-miniature-default .product-title a {
	color: #13123a;
}
.product-miniature-grid .product-price {
    font-size: 1.4rem;
	font-weight: 800;
}
.product-miniature-default .product-flags,
#product .product-miniature-default .product-flags {
    left: 7px;
	right: unset;
    top: 7px;
}
li.product-flag {
    background: #01b3a6;
    padding: 0.35rem 0.6rem;
    color: #fff;
	border-radius: 15px;
}
.product-miniature-grid .product-availability {
    display: none!important;
}
#header #iqithtmlandbanners-block-1 {
    color: #fff;
    padding: 0.4rem 1rem 0.6rem;
	border-top: 1px solid #ffffff25;
    background: #13123a;
}
#header #iqithtmlandbanners-block-1 p {
    font-size: .9rem;
    line-height: 1.2rem;
    text-align: center;
    letter-spacing: .2px;
    margin: 0 auto;
}
.products-selection .form-control {
    padding: 0.2rem 1rem;
    border-radius: 30px;
}
@media (max-width: 767px) {
#header #iqithtmlandbanners-block-1 {
    padding: 0.5rem 1rem 0.65rem;
}
#header #iqithtmlandbanners-block-1 p {
    font-size: 0.95rem!important;
}
.products-selection .products-sort-nb-dropdown {
    display: none;
}
}

/* HOMEPAGE */
.homepage-reinsurance {
	margin-top: -50px;
	z-index: 1;
}
@media (max-width: 1199px) {
.homepage-reinsurance {
	display: none;
}
}
.homepage-reinsurance .elementor-widget-container {
	text-align: center;
}
.homepage-reinsurance .elementor-text-editor {
	display: inline-flex;
}
.homepage-reinsurance p {
	margin-top: 5px;
	display: flex;
}
.homepage-reinsurance p img {
	margin-top: -3px;
}
.homepage-reinsurance p span {
    font-size: 1.175rem;
	font-weight: 600;
	letter-spacing: -0.2px;
	margin-left: 20px;
	color: #fff;
    line-height: 1.2;
    text-align: left;
    max-width: 150px;
}
.homepage-headline {
    max-width: 600px;
	margin: auto;
}
.homepage-block-quicklink {
	cursor: pointer;
	margin: 0px 30px 0px 30px;
}
.homepage-block-quicklink > div {
	aspect-ratio: 1 / 1;
	border-radius: 300px;
	transition: all .5s;
	background-color: #fff;
}
.homepage-block-quicklink > div > div.elementor-widget-wrap {
	position: absolute;
    top: 50%;
    transform: translateY(-55%);
}
.homepage-block-quicklink:hover > div {
	background-color: #01b3a6!important;
}
.homepage-block-quicklink.first {
    margin: 0px 30px 0px 8px;
}
.homepage-block-quicklink.last {
    margin: 0px 8px 0px 30px;
}
.homepage-block-quicklink h2 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	max-width: 70%;
    margin: 0 15%!important;
	line-height: 0.95!important;
	transition: all .5s;
}
.homepage-block-quicklink:hover h2 {
	color: #fff;
}
.homepage-block-quicklink img {
	width: 120px;
	height: auto;
	margin-bottom: 5px;
	transition: all .5s;
}
.homepage-block-quicklink:hover img {
	filter: brightness(0) invert(1);
	transform: scale(.95);
}
@media (max-width: 1399px) {
.homepage-block-quicklink,
.homepage-block-quicklink.first,
.homepage-block-quicklink.last {
	margin: 0px 15px;
}
.homepage-block-quicklink h2 {
	font-size: 1.6rem;
}
.homepage-block-quicklink img {
	width: 110px;
}
}
@media (max-width: 1199px) {
.homepage-block-quicklink,
.homepage-block-quicklink.first,
.homepage-block-quicklink.last {
	margin: 0px 7.5px;
}
.homepage-block-quicklink img {
	width: 100px;
}
}
@media (max-width: 1023px) {
.homepage-block-quicklink,
.homepage-block-quicklink.first,
.homepage-block-quicklink.last {
	margin: 0 2.5% 5%;
	width: 45%!important;
}
.homepage-block-quicklink h2 {
	font-size: 1.8rem;
}
.homepage-block-quicklink img {
	width: 120px;
	margin-top: -15px;
}
}
@media (max-width: 767px) {
.homepage-block-quicklink h2 {
	font-size: 1.6rem;
}
.homepage-block-quicklink img {
	width: 100px;
	margin-top: -10px;
}
}
@media (max-width: 575px) {
.homepage-block-quicklink h2 {
	font-size: 1.4rem;
}
.homepage-block-quicklink img {
	width: 75px;
	margin-top: 0;
	margin-bottom: 0;
}
}
@media (max-width: 400px) {
.homepage-block-quicklink h2 {
	font-size: 1.3rem;
}
.homepage-block-quicklink img {
	width: 65px;
}
}
.homepage-title h1 {
    font-size: 2.7rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.1;
    letter-spacing: 0;
}
@media (max-width: 767px) {
.homepage-title h1 {
    font-size: 2.5rem;
	padding: 0 10px;
}
}
.homepage-title h1 span {
    font-weight: 800;
	border-bottom: 6px solid #01b3a6;
}
.homepage-title-icon {
    font-family: 'GlamourAbsolute-regular';
	font-size: 2.9rem;
	font-weight: 700;
	letter-spacing: 2px;
}
@media (max-width: 767px) {
.homepage-title-icon {
	font-size: 2.6rem;
}
}
.homepage-title-icon img {
    margin-top: -15px;
}
.homepage-title-icon span {
    margin-left: 20px;
}
@media (max-width: 767px) {
.homepage-title-icon img {
    max-width: 38px;
	margin-top: -10px;
}
.homepage-title-icon span {
    margin-left: 15px;
}
}
.homepage-title-earth {
    font-family: 'GlamourAbsolute-regular';
	font-size: 2.9rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: normal;
}
@media (max-width: 767px) {
.homepage-title-earth {
	font-size: 2.6rem;
}
}
.homepage-title-earth span {
    padding-left: 14px;
	padding-right: 8px;
	background: #01b3a6;
}
.homepage-concept img {
	width: 265px;
	height: auto;
}
@media (max-width: 767px) {
.homepage-concept img {
	width: 200px;
}
.elementor-element.elementor-element-e4mk161.elementor-position-top .elementor-image-box-img,
.elementor-element.elementor-element-eohlhmy.elementor-position-top .elementor-image-box-img,
.elementor-element.elementor-element-qzcvhjj.elementor-position-top .elementor-image-box-img {
    margin-bottom: 7px!important;
}
}
.homepage-concept p {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.2px;
}
.homepage-concept p strong {
	font-size: 1.75rem;
	font-weight: 800;
}
@media (max-width: 767px) {
.home_labels .elementor-image-box-img {
	width: 52%!important;
}
}
.homepage-team .elementor-container {
	min-height: 600px;
}
@media (max-width: 767px) {
.homepage-team .elementor-container {
	min-height: 500px;
}	
.homepage-team .img-team {
	min-height: 200px;
}
}
.homepage-team .h2 {
	font-size: 2.9rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: -20px;
	margin-bottom: 30px!important;
}
@media (max-width: 767px) {
.homepage-team .h2 {
	font-size: 2.6rem;
}
}
.homepage-team .h2 span {
    margin-left: 15px;
}
.homepage-team .h2 img {
    width: 85px;
	margin-top: -7px;
}
.homepage-team .icon-ys-full img {
	width: 100px;
}
@media (max-width: 500px) {
.homepage-team .h2 span {
    margin-left: 10px;
}
.homepage-team .h2 img {
	 width: 55px;
}	
}
@media (min-width: 1500px) {
.homepage-team .icon-ys-full {
	display: none;
}		
}
.homepage-team p {
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
.elementor-brands img {
    max-width: 200px;
}
}
.homepage-brand img {
    max-width: 175px!important;
	height: auto;
}
.home_brand_slider a {
    display: flex;
}
.home_brand_slider img {
    max-width: 175px!important;
	height: auto;
	margin: auto;
}
.homepage-social .h2 {
	font-family: 'GlamourAbsolute-regular';
	font-size: 2.75rem;
	font-weight: 700;
	letter-spacing: 2px;
}
@media (max-width: 767px) {
.home_brand_slider img {
    max-width: 120px!important;
}
.homepage-social .h2 {
	font-size: 2.6rem;
}
}
@media (max-width: 575px) {
.homepage-social .h2 {
	font-size: 2.4rem;
}
}
.homepage-social .h2 span {
    margin-right: 25px;
}
.homepage-social .h2 img {
    margin-top: -18px;
}
@media (max-width: 767px) {
.homepage-social .h2 img {
    display: none;
}
}
.homepage-insta .elementor-column-wrap {
    padding: 0;
}
.elementor-instagram .il-photo__img {
	border-radius: 5px;
}
.instafeed .elementor-element-populated {padding: 0 7px!important}
@media (max-width: 767px) {
.instafeed .elementor-element-populated {padding: 0 0px!important}
}

/* CATEGORY */
#category #wrapper .breadcrumb {
    position: absolute;
	z-index: 1;
	color: #8f8f8f;
}
#category #wrapper .breadcrumb a,
#category #wrapper .breadcrumb li:after {
    color: #8f8f8f;
}
#category #wrapper .breadcrumb li:after {
    opacity: 0.6;
}
.category-description-content {
	margin: auto;
}
.category-description-content .h1 {
	font-family: 'GlamourAbsolute-regular';
	font-size: 5rem;
	letter-spacing: 2px;
	line-height: 1;
}
#category #content-wrapper #products {
    margin-top: 15px;
}
@media (max-width: 767px) {
.category-description-content .h1 {
	font-size: 4rem;
}
#category #content-wrapper #products {
    margin-top: 0;
}
}
.products-selection {
    margin-top: 18px; 
	margin-bottom: -30px;
	border: none;
}
@media (max-width: 767px) {
.products-selection {
    margin-top: 0; 
	margin-bottom: -40px;
}
}
#category .filter_bg {
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
	padding: 0;
	background: #fff;
}
#facets_search_center_dropdown {
	margin-top: 0;
}
#js-product-list {
    margin: 45px -5px 20px;
}

.product-miniature-grid {
    padding: 0.35rem;
}
@media (min-width: 768px) {
.product-miniature-grid {
    padding: 0.5rem;
}
}
#manufacturer .ms-grid .brand-img {
    aspect-ratio: 1 / 1;
	border: 4px solid #13123a;
    border-radius: 300px;
    background-color: #fff;
}
#manufacturer .ms-grid .brand-img img {
    border-radius: 300px;
    margin-top: 5%;
	max-width: 90%!important;
}
@media (min-width: 768px) {
#manufacturer .ms-grid .brand-img img {
    margin-top: 15%;
	max-width: 70%!important;
}
}
@media (min-width: 992px) {
#manufacturer .ms-grid .brand-img img {
    margin-top: 10%;
	max-width: 80%!important;
}
}
@media (min-width: 1200px) {
.col-xl-25 {
    flex: 0 0 20%;
    max-width: 20%;
}
.ms-grid .brand {
	padding-left: 12px;
    padding-right: 12px
}
}
#manufacturer #js-product-list {
    margin: 75px -5px 20px;
}
#active-search-filters, .product-miniature-list .product-functional-buttons {
    margin-bottom: -0.5rem;
}
#search_filters.dropdown-search-filters .facet-dropdown, #search_filters_brands.dropdown-search-filters .facet-dropdown, #search_filters_suppliers.dropdown-search-filters .facet-dropdown {
    width: 19%;
	margin-right: 0.75%;
	z-index: 99;
}
@media (min-width: 1200px) {
#search_filters.dropdown-search-filters .facet-dropdown, #search_filters_brands.dropdown-search-filters .facet-dropdown, #search_filters_suppliers.dropdown-search-filters .facet-dropdown {
    width: 18.75%;
	margin-right: 1.3%;
}
}
@media (min-width: 1400px) {
#search_filters.dropdown-search-filters .facet-dropdown, #search_filters_brands.dropdown-search-filters .facet-dropdown, #search_filters_suppliers.dropdown-search-filters .facet-dropdown {
	width: 18.5%;
	margin-right: 1.65%;
}
}
#search_filters aside:last-child {
    margin-right: 0!important;
}
#search_filters.dropdown-search-filters .facet-dropdown.show, #search_filters_brands.dropdown-search-filters .facet-dropdown.show, #search_filters_suppliers.dropdown-search-filters .facet-dropdown.show {
	z-index: 10000;
}
#search_filters .dropdown-menu-facet, #search_filters_brands .dropdown-menu-facet, #search_filters_suppliers .dropdown-menu-facet {
    min-width: 100%;
	margin-top: -3rem;
    padding-top: 4.25rem;
	padding-bottom: 1.25rem!important;
	border: 0;
	color: #fff;
	border-radius: 15px;
	background: #13123a;
}
#search_filters .facet-title-dropdown, #search_filters_brands .facet-title-dropdown, #search_filters_suppliers .facet-title-dropdown {
    position: relative;
	color: #13123a;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.4px;
    text-align: center;
	min-width: 100%;
	padding: 0.75rem 1.5rem;
	border: 3px solid #13123a;
	border-radius: 50px;
	background: #fff;
	z-index: 9999;
}
#search_filters .show .facet-title-dropdown {
    color: #13123a;
	background: #fff;
}
#search_filters .facet .facet-type-radio, #search_filters .facet>.facet-type-checkbox, #search_filters_brands .facet .facet-type-radio, #search_filters_brands .facet>.facet-type-checkbox, #search_filters_suppliers .facet .facet-type-radio, #search_filters_suppliers .facet>.facet-type-checkbox {
    max-height: 350px;
}
#search_filters .noUi-connect {
    background: #fff;
}
#search_filters .noUi-target {
    background: rgba(255, 255, 255, 0.4);
}
#search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
    line-height: 1.25;
	margin-left: .7rem;
	margin-bottom: .5rem;
}
#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
    color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 0 0 0 10px;
}
#search_filters .facet .facet-label.active a, #search_filters_brands .facet .facet-label.active a, #search_filters_suppliers .facet .facet-label.active a,
#search_filters .facet .facet-label a:hover, #search_filters_brands .facet .facet-label a:hover, #search_filters_suppliers .facet .facet-label a:hover {
    font-weight: 700;
}
#search_filters .facet .facet-label.active, #search_filters_brands .facet .facet-label.active, #search_filters_suppliers .facet .facet-label.active {
    overflow-y: unset;
}
@media (max-width: 767px) {
#search_filters.dropdown-search-filters .facet-dropdown, #search_filters_brands.dropdown-search-filters .facet-dropdown, #search_filters_suppliers.dropdown-search-filters .facet-dropdown {
	width: 48.5%;
    margin: 0 0.5%;
}
#search_filters .facet-title-dropdown, #search_filters_brands .facet-title-dropdown, #search_filters_suppliers .facet-title-dropdown {
	min-width: 100%;
}
#search_filters .dropdown-menu-facet, #search_filters_brands .dropdown-menu-facet, #search_filters_suppliers .dropdown-menu-facet {
    min-width: 100%;
}
#search_filters aside:last-child {
	margin-right: unset!important;
    display: none!important;
}
}
#search_filters .facet>.facet-type-checkbox li:has([href*="Non+disponible"]) {
    display: none!important;
}
.category-description.category-description-bottom {
    width: 100vw;
	padding: 7.5rem 0.75rem 8.5rem;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-top: 6.5rem;
	margin-bottom: -4rem;
    background: #f5f5f5;
}
.category-description.category-description-bottom h2 {
    font-size: 2rem;
	margin-bottom: 1rem;
}
.category-description.category-description-bottom p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.category-description.category-description-bottom a {
    font-weight: 500;
    border-bottom: 2px solid #01b3a6;
}
.category-description.category-description-bottom a:hover {
    color: #13123a;
	border-bottom: none;
}
.ms-grid .brand {
    margin: 0;
}
#manufacturer .brand-img-logo {
    float: right;
    max-width: 100px;
    margin-top: -50px;
}
@media (min-width: 768px) {
#manufacturer .brand-img-logo {
    max-width: 125px;
}
}
.active_filters .filter-block {
    margin-right: 0.7rem;
}
.active_filters .btn-secondary {
    color: #13123a;
	background: transparent;
}
.active_filters .filter-block-all {
    padding-left: 1rem;
}
.active_filters .filter-block-all .btn-secondary {
    color: #fff;
	background: #13123a;
}
.pagination .page-list li {
    margin: 0 0 0 0.25rem;
	border-radius: 25px;
}
.pagination .page-list a {
    width: 35px;
    height: 34px;
	text-align: center;
	font-weight: 700;
	padding: 0.5rem;
	margin-left: -1px;
}
.pagination .page-list li.current {
	border-color: #fff;
	background: #01b3a6;
}
.pagination .page-list li.current a {
    color: #fff;
}

/* PRODUCT */
.product-container {
    margin-top: 20px;
}
@media (max-width: 767px) {
.product-container {
    margin-top: 15px;
}
#active-search-filters, .product-miniature-list .product-functional-buttons {
    margin-top: 1rem;
	margin-bottom: -0.5rem;
}
}
@media (min-width: 768px) {
.col-product-image .images-container {
    max-width: 860px;
}
}
@media (min-width: 768px) {
.col-product-info {
    padding-left: 0;
}
#main-product-wrapper .product-lmage-large.full-cover {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	max-height: 790px;
	overflow: hidden;
}
#main-product-wrapper .product-lmage-large.full-cover.solo {
	max-height: 804px;
}
#main-product-wrapper .product-lmage-large {
    padding: 1rem 0.5rem;
}
#main-product-wrapper .product-lmage-large.full-cover img {
    margin-top: -30px;
}
}
#product-modal {
    background: #fff;
}
#product-modal .modal-dialog {
    max-width: 1250px;
}
#product-modal .modal-header {
    padding: 1.5rem 4rem 3rem 0;
	border-bottom: 0;
}
#product-modal .modal-header .close {
	padding: 0;
}
#product-modal .modal-header .close span.close_txt {
    font-size: 0.875rem;
}
#product-modal .modal-header .close span.close_x {
    font-size: 1.25rem;
    margin-left: 0;
}
@media (max-width: 767px) {
#product .swiper-wrapper {
    margin: 0!important;
}
#product .block-transition.dark-alt,
#product .block-transition.grey-alt {
    display: none;
	
}
#product .swiper-button-prev,
#product .swiper-button-next {
    display: none;
	
}
}
#product .swiper-container {
    z-index: 0;
}
#product .swiper-pagination-product {
    margin-top: 1rem;
	margin-bottom: 0;
}
.product-cover img {
    margin-left: 0;
}
@media (max-width: 767px) {
.product-cover .product-lmage-large {
    padding: 0 1px;
}
.product-cover .product-lmage-large.solo {
    margin-bottom: 30px;
}
}
#product .product-cover .expander > span {
    display: none;
}
#product .product-flags {
    top: 0.75rem;
	left: unset;
    right: 2.5rem;
}
#product .product-flags .discount {
    display: none;
}
.product-flags .discount, .product-flags .on-sale {
    width: 100%;
    text-align: center!important;
}
@media (max-width: 767px) {
#product .product-flags {
    top: 0;
    right: 0.5rem;
}	
}
.product-manufacturer-next {
    position: absolute;
	margin-top: -10px;
}
@media (min-width: 992px) {
#col-product-info {
    top: 140px!important;
}
}
.product-manufacturer-next img {
    max-width: 75px;
	opacity: 0.35;
	transition: all .3s;
}
.product-manufacturer-next img:hover {
	opacity: 0.9;
}
#content-wrapper .product_header_container .page-title {
	font-family: 'Barlow', sans-serif;
	font-size: 1rem;
	line-height: 1;
	padding-top: 1.5rem;
	margin-bottom: 0.75rem;
}
#content-wrapper .product_header_container .page-title span.product-category-name {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
	line-height: 1.2;
	letter-spacing: -0.3px;
	text-transform: uppercase;
}
#content-wrapper .product_header_container .page-title span.product-name {
    font-size: 3.6rem;
    font-style: italic;
    font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}
#content-wrapper .product_header_container .page-title span.product-brand {
    font-size: 1rem;
	font-style: normal;
    font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0;
	text-transform: uppercase;
}
@media (max-width: 767px) {
.product-manufacturer-next {
	margin-top: -15px;
}
.product-manufacturer-next img {
    max-width: 60px;
}
#content-wrapper .product_header_container .page-title {
    padding-top: 1rem;
}	
}
.product-info-style {
    font-size: 1.125rem;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 1.1rem;
}
.product-info-style ul {
    margin: 0;
}
.product-info-style ul li {
    display: inline;
	margin: 0;
	padding: 0;
}
.product-info-style ul li:after {
    content: "//";
    display: inline;
    margin-left: 5px;
	margin-right: 1px;
}
.product-info-style ul li:last-child::after {
    content: "";
	display: none;
}
.product_header_container {
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #cccccc;
}
.product-specs-features {
    padding-top: 0.5rem;
	padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #cccccc;
}
.product-prices .badge {
	font-size: 1rem;
	font-weight: 400;
	padding: .25em .5em;
    margin-top: -0.25rem;
	border-radius: 20px
}
#product-availability {
    display: block;
	text-align: left;
	font-weight: 600;
	margin: 1rem 0 0.5rem -0.375rem;
}
@media (max-width: 767px) {
#product-availability {
	margin: 1rem 0 1.5rem -0.375rem;
}
}
#product-availability.product-available {
    font-size: 1.25rem;
	color: #01b3a6;
	background: #ffffff;
}
#product-availability.product-available:before {
    display: inline-block;
    margin-right: 6px;
    content: "";
    width: 12px;
    height: 12px;
    background: #01b3a6;
    border-radius: 50%;
}
#product-availability.product-last-items {
    font-size: 1.25rem;
	color: #f6ab2b;
	background: #ffffff;
}
#product-availability.product-last-items:before {
    display: inline-block;
    margin-right: 6px;
    content: "";
    width: 12px;
    height: 12px;
    background: #f6ab2b;
    border-radius: 50%;
}
#product-availability.product-unavailable {
    font-size: 1.25rem;
	color: #db6865;
	background: #ffffff;
}
#product-availability.product-unavailable:before {
    display: inline-block;
    margin-right: 6px;
    content: "";
    width: 12px;
    height: 12px;
    background: #db6865;
    border-radius: 50%;
}
.product-information .product-description {
    font-size: 1.125rem;
	margin-bottom: 1.5rem;
}
.product-specs-features p {
    font-size: 1.2rem;
	margin-bottom: 1rem;
}
.product-specs-features p strong {
    margin-left: 2px;
}
.product-specs-features p img {
    margin-top: -4px;
	margin-right: 12px;
}
.product-labels-features {
    padding-top: 0.5rem;
	padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #cccccc;
}
.product-labels-features p {
    font-size: 1.2rem;
}
.product-labels-features p img {
    margin-right: 12px;
}
.product-labels-features p span {
    margin-left: 20px;
}
.product-labels-features p span img {
    margin-right: 8px;
}
.col-add-qty {
    display: none;
}
.col-add-btn,
.col-add-btn .btn-primary {
    width: 100%;
}
.col-add-btn .btn-primary {
	font-size: 1.575rem;
    line-height: 1.2;
    padding-top: 0.75rem;
	letter-spacing: 0.4px;
	font-weight: 700;
	color: #13123a;
	border: 4px solid #13123a;
	background: #fff;
	border-radius: 50px;
}
.col-add-btn .btn-primary:hover {
	color: #fff;
	border: 4px solid #13123a;
	background: #13123a;
}
.product-quantity .add-to-cart:disabled {
    opacity: .15;
}
.product-add-to-cart #ps-checkout-express-button div.paypal-buttons-context-iframe {
    width: 100%!important;
}
.product-variants > .product-variants-item {
    display: inline-flex;
}
.product-variants .form-control-label {
    font-size: 1.325rem;
    font-weight: 400;
	margin-right: 15px;
}
.product-variants .input-radio+span {
    padding: 0 1rem;
}
.product-variants > .product-variants-item ul {
    margin-top: 5px;
}
.product-variants .input-radio, .product-variants .radio-label {
    border: 3px solid #fff;
	font-size: 1.25rem;
	font-weight: 600;
}
.product-variants .input-color:checked+span, .product-variants .input-color:hover+span, .product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span {
    border: 3px solid #13123a;
    line-height: calc(2rem - 4px);
}
.color, .custom-checkbox input[type=checkbox]+span.color, .radio-label {
    outline: none;
}
#product #ps_checkout-payment-method-logo-block-container {
	display: none;
}
.product-additional-info {
    border-top: none;
    padding-top: 0;
	margin-top: 0;
}
.js-mailalert {
	display: inline-block;
	width: 100%;
}
.js-mailalert p.infoalert {
	font-size: 1.2rem;
	font-weight: 600;
}
.js-mailalert .bgalert {
	height: 56px;
	border-radius: 60px;
	background: #13123a;
}
.js-mailalert .input-group {
	display: inline-flex;
}
.js-mailalert .emailalert {
	width: 75%;
	height: 50px;
	color: #13123a;
	margin: 3px 0 0 3px;
	border-top-left-radius: 50px;	
	border-bottom-left-radius: 50px;
	padding-left: 5px;
	background: #fff;
}
@media (max-width: 992px) {
.js-mailalert .emailalert {
	width: 70%;
}
}
@media (max-width: 767px) {
.js-mailalert .emailalert {
	width: 75%;
}
}
.js-mailalert .emailalert .form-control {
	display: block!important;
	width: 100%;
	height: 50px;
	padding: 0 1.25rem;
    font-weight: 400;
    border-radius: 60px;
    border: 0;
}
.js-mailalert .submitalert {
	width: 22%;
	height: 50px;
	margin: 0;
}
.js-mailalert .submitalert.loggedalert {
	width: 100%;
	height: 56px;
}
.js-mailalert .submitalert input.btn {
	width: 100%;
	color: #fff;
	background: #13123a;
}
.js-mailalert .notificationalert {
	margin-top: 1rem;
}
.alert-loyalty {
    padding: 0.1rem 0.25rem 0.5rem 0.25rem;
    border: none;
}
div#ets_affiliatemarketing_cart_message .alert {
	color: #13123a;
    margin-top: -10px;
    margin-bottom: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.2rem;
	padding-left: 3rem;
    border: 0;
	border-bottom: 1px solid rgba(160, 160, 160, .25);
	background-color: transparent;
}
#ets_affiliatemarketing_cart_message .alert-info:before {
    height: 22px;
	width: 22px;
	top: 1.25rem;
	left: 1rem;
	display: block;
    position: absolute;
    content: url(https://www.yousocks.eu/img/icon/loyalty-points.svg);
}
.ets-am-program .ets-am-content {
    padding: 10px 0;
    margin-bottom: 20px;
}
.ets-am-program .ets-am-content .text-explaination {
    font-size: 1.125rem;
    margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}
.eam-section-content .input-group.eam-box-link {
    max-width: 550px;
}
@media (max-width: 991px) {
.eam-section-content .input-group.eam-box-link {
    width: 100%;
}
.eam-send-invitation input.form-control {
    width: 80%;
}
}
.ets-am-program .eam-section > h3 {
    font-size: 1.375rem;
}
.ets-am-content, .ets-am-content p, .ets-am-content h3, .ets-am-content h4, .ets-am-content h2, .ets-am-content h1, .ets-am-content h5, .ets-am-content h6, .ets-am-content label {
    color: #13123a;
}
.eam-send-invitation label {
    font-size: 1rem;
}
.eam-rewards-boxes .box-pink {
    background: #13123a;
    border-color: #13123a;
    color: #fff;
}
.eam-rewards-boxes .box-teal,
.eam-rewards-boxes .box-orange {
    background: #01b3a6;
    border-color: #01b3a6;
    color: #fff;
}
.eam-rewards-boxes .box-blue {
    background: #13123a;
    border-color: #13123a;
    color: #fff;
}
.eam-rewards-boxes .box-data:after {
	display: none;
}
.loyalty-page-link {
	margin-top: -6px;
}
.loyalty-page-link a {
	color: #13123a!important;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.2px;
	border-bottom: 2px solid #01b3a6;
}
.loyalty-page-link a:hover {
	color: #01b3a6!important;
}
.product-tabs-block {
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
	margin-top: 11rem;
	background: #f5f5f5;
}
.product-tabs {
    padding: 7.5rem 1rem 12.5rem;
    margin-top: 0;
	margin-bottom: 0;
}
@media (max-width: 767px) {
.product-tabs-block {
	margin-top: 7rem;
}
.product-tabs {
    padding: 6rem 0.5rem 9.5rem;
}
}
.product-tabs .nav-tabs .nav-item {
    margin-right: 3rem;
}
.product-tabs .nav-tabs .nav-item a {
    font-size: 1.65rem;
	padding-right: 10px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-bottom: solid 3px #13123a;
}
.product-tabs .nav-tabs .nav-item a img {
    margin-top: -3px;
	margin-right: 5px;
}
.product-tabs .nav-tabs {
    margin-bottom: 3rem;
}
@media (max-width: 575px) {
.product-tabs .nav-tabs {
	margin-bottom: 2rem;
	border-bottom: 0;
}
.nav-tabs .nav-link {
	border-bottom: solid 3px #f5f5f5;
}
.product-tabs .nav-tabs .nav-item {
    margin: 0 0 1.5rem;
}
}
#product-infos-accordion-mobile {
    margin-bottom: 0;
}
.product-features {
    margin-top: 0;
}
.product-tabs .manufacturer-txt-tabs {
    margin-top: 2rem;
}
.product-tabs .manufacturer-logo-tabs {
	width: 200px;
	display: block;
	margin: auto;
	border-radius: 200px;
}
@media (min-width: 1200px) {
.product-tabs .manufacturer-txt-tabs {
	padding: 1rem 2rem 1rem 2.5rem;
}
}
.product-tabs .tab-content>.tab-pane p,
.product-features>dl.data-sheet {
    font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.4;
}
.product-tabs .tab-content>.tab-pane p.xl {
    font-size: 1.5rem;
}
.product-tabs .tab-content>.tab-pane .ls-emoji {
    letter-spacing: -3px;
	margin-left: -6px;
	margin-right: 6px;
}
.product-tabs .tab-content>.tab-pane .product-features .softair h2 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 2rem;
}
.product-tabs .tab-content>.tab-pane .product-features .softair p.composition {
	margin-top: 2rem;
}
.product-tabs .tab-content>.tab-pane .product-features .softair img {
	display: block;
	margin: auto;
}
@media (min-width: 1200px) {
.product-tabs .tab-content>.tab-pane .product-features .softair h2 {
	margin-top: 0rem;
}
}
@media (max-width: 767px) {
.product-tabs .tab-content>.tab-pane .product-features .softair .reverse {
	-ms-flex-order: -1;
    order: -1;
	margin-bottom: 2.5rem;
}
}
.product-tabs .tab-content>.tab-pane .product-features p.composition {
    font-size: 1.5rem;
	font-weight: 600;
	margin-top: -0.25rem;
}
.product-tabs .tab-content>.tab-pane .product-features p.composition img {
    margin: -5px 3px 0 2px;
}
.product-tabs .tab-content>.tab-pane .product-features .care p {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.4px;
	margin-top: 2.25rem;
	margin-bottom: 0.6rem;
}
.product-tabs .tab-content>.tab-pane .product-features .care p span {
	margin-right: 6px;
	border-bottom: 1px dotted #13123a;
}
.product-tabs .tab-content>.tab-pane .product-features .care ul {
    font-size: 1.25rem;
	font-weight: 400;
}
.product-tabs .tab-content>.tab-pane .product-features .care ul li {
	list-style: disc;
	line-height: 1.5;
	padding-left: 5px;
    margin-left: 22px;
}
@media (min-width: 768px) {
#product-infos-accordion-mobile {
    margin-bottom: 0;
}
}
.product-tab-attachments {
    padding: 0 1rem 7rem;
    margin-top: -8rem;
}
.product-tab-attachments p.h4 {
    font-size: 1.5rem;
	margin-bottom: 1.325rem;
}
.product-tab-attachments .attachment {
    font-size: 1.2rem;
}
.product_header_container .product-reference,
.product-tabs .product-reference {
	display: none;
}
#content-wrapper .product-accessories .section-title,
#content-wrapper .category-products .section-title {
    font-family: 'GlamourAbsolute-regular';
	font-size: 2.25rem;
	text-align: center;
	letter-spacing: 1.5px;
}
#content-wrapper .product-accessories .section-title img,
#content-wrapper .category-products .section-title img {
    margin-top: -10px;
	margin-right: 15px;
}
@media (max-width: 767px) {
#content-wrapper .product-accessories .section-title img,
#content-wrapper .category-products .section-title img {
    width: 60px;
	margin-right: 10px;
}	
}
#content-wrapper .product-accessories {
    margin-top: 100px;
}
#content-wrapper .category-products {
    margin-top: 95px;
	margin-bottom: 70px;
}
@media (max-width: 767px) {
#content-wrapper .category-products {
    margin-top: 95px;
	margin-bottom: 50px;
}	
}

/* CONTACT - CART - CHECKOUT */
#authentication .input-group-append,
#identity .input-group-append,
#registration .input-group-append,
#checkout .input-group-append {
    height: unset; 
    width: unset; 
}
#contact #main .page-content {
    margin-top: 3rem;
}
.contact-rich>strong {
    margin-bottom: 1.5rem;
}
.form-footer .btn-primary {
    min-width: 150px;
}
@media (max-width: 767px) {
.contact-page-info {
    border-bottom: 0;
}
.form-footer .btn-primary {
    min-width: 100%;
}
}
.block-promo .voucher-icon {
    display: none;
}
.block-promo .cart-voucher-area {
    background: transparent;
}
.block-promo .cart-voucher-area .btn-secondary {
    background: #01b3a6;
    color: #ffffff;
	padding: 0.5rem 1.25rem;
	border-radius: 0;
    border: solid 1px #e3e3e3;
	border-left: none;
}
.block-promo .promo-highlighted {
	font-size: 1rem!important;
	font-weight: 600!important;
	opacity: 1;
	margin: 0rem 0 0.2rem!important;
	padding-left: 2px;
	display: none;
}
.block-promo .js-discount {
    font-size: 1rem!important;
	opacity: 1;
	margin: 0 0 0.4rem;
	padding-left: 2px;
	text-align: center;
}

#blockcart-content {
    width: 380px;
}
.ps-shoppingcart.side-cart #blockcart-content {
	padding-bottom: 30px;
}
#mobile-header .ps-shoppingcart.side-cart #blockcart-content {
    padding-bottom: 90px;
}
.cart-item .product-line-info a {
	font-size: 1.125rem;
}
.cart-item .product-line-info-secondary {
	font-size: 0.9rem;
	padding-top: 0.2rem;
}
.cart-item .product-price,
.cart-item .product-line-grid-right .value {
	font-size: 1.2rem;
}
.cart-items {
	margin-top: 2px;
    border-top: 1px solid rgba(160,160,160,.25);
}
.cart-item-header {
    font-weight: 500;
    font-size: 1.1rem;
	padding-top: 0.5rem;
    border-top: 0;
}
#blockcart-content .cart-title {
	margin-top: -5px;
}
.modal-title {
    font-family: 'GlamourAbsolute-regular';
	font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1.5px;
	margin-bottom: 3rem;
}
#blockcart-content .cart-title .close {
    margin-top: 22px;
	padding-right: 35px;
    font-size: 1rem;
	font-weight: 300;
	opacity: 1;
	color: #13123a;
}
@media (max-width: 767px) {
#blockcart-content .cart-title .close {
    margin-top: 20px;
}
}
#blockcart-content .cart-title .close:after {
	position: absolute;
	margin-top: -8px;
	margin-left: 7px;
    width: 30px;
    height: auto;
    content: url(https://www.yousocks.eu/img/icon/close.svg);
}
#blockcart-content hr {
    margin-top: 0.75rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid rgba(160,160,160,.25);
}
#blockcart-content .cart-products>li {
    border-bottom: 1px solid rgba(160,160,160,.25);
}
#blockcart-content .cart-subtotals {
    border-top: 1px solid rgba(160,160,160,.25);
}
#blockcart-content .cart-totals {
	margin-bottom: 0.5rem;
    border-top: 1px solid rgba(160,160,160,.25);
}
#blockcart-content .cart-buttons .btn-secondary {
	display: none;
}
.iqitfreedeliverycount {
	color: #13123a;
	background: #fff;
	border: 1px solid rgba(160,160,160,.25);
}
.iqitfreedeliverycount-title .ifdc-remaining-price {
	font-weight: 700;
}
.blockcart-content .cart-coupon {
	margin-top: -0.25rem;
	padding-bottom: 0.75rem;
}
.blockcart-content .iqitfreedeliverycount-title strong {
	letter-spacing: -0.4px;
	font-weight: 400;
}
.blockcart-content .iqitfreedeliverycount {
	margin-bottom: 0;
	padding: 0.75rem 0.25rem;
	border: 0;
}
.iqitfreedeliverycount progress {
	width: 100%;
	height: 16px;
	margin-top: 3px;	
	-webkit-appearance: none;
}
.iqitfreedeliverycount progress::-webkit-progress-bar {
	border-radius: 16px;
	background-color: #ddd;
}
.iqitfreedeliverycount progress::-webkit-progress-value {
	border-top-left-radius: 8px;	
	border-bottom-left-radius: 8px;
	background-color: #01b3a6;
}
.cart-grid-right .iqitfreedeliverycount-title strong {
	font-weight: 500;
}
.cart-grid-right .iqitfreedeliverycount {
    margin: -15px -17px 15px -17px;
	padding: 8px 12px 12px 12px!important;
    border: 0;
    border-bottom: 1px solid rgba(160,160,160,.25);
}
body#checkout .cart-summary-totals .iqitfreedeliverycount {
    display: none;
}
@media (max-width: 767px) {
.cart-grid-right .iqitfreedeliverycount {
    margin: -15px -15px 15px -15px;
}
}
div#ets_affiliatemarketing_product_message {
    margin: 0;
}
.loyalty-block-shopping-cart .alert-loyalty {
	padding: 1.25rem 1.25rem 0;
    margin: 0 0 -5px 0;
} 
.loyalty-block-checkout .alert-loyalty {
    margin: -5px 0 0 -5px;
}
.loyalty-block-shopping-cart .alert-loyalty span, 
.loyalty-block-checkout .alert-loyalty span {
	font-weight: 600;
	letter-spacing: 0.4px;
}
.loyalty-block img {
    width: 22px!important;
	margin: -5px 4px 0 0;
}
#cart .cart-detailed-actions .btn-primary {
	font-size: 1.2rem;
}
#cart .block-promo {
    display: none;
}
#cart #ps_checkout-payment-method-logo-block-container {
    display: none;
}
.securepayment_cart {
	text-align: center;
	line-height: 1;
	margin-top: 1rem;
	margin-bottom: 0;
}
#checkout .bs-popover-top,
#registration .bs-popover-top,
#identity .bs-popover-top {
	display: none;
}
#checkout .securepayment_cart {
	margin-top: 1.25rem;
	margin-bottom: 1.4rem;
}
.securepayment_cart img.lock {
	margin-bottom: 3px;
}
#cart #content-wrapper .page-title {
    margin-top: 1rem;
	margin-bottom: 1.5rem;
}
.cart-summary-shipping-option {
	font-weight:600;
	line-height: 1em;
	margin-top: 6px;
}
.cart-summary-shipping-option input {
	margin-right: 2px;
}
.cart-summary-shipping-option .label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cart-summary-shipping-option .label input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
}
.cart-summary-shipping-option .label:after {
	content: "♻️";
    font-size: 1.1rem;
    display: inline;
	margin-left: -2px;
}
.cart-summary-shipping-option .value:before {
	content: "+";
}
.form-group:has(.col-form-label[for="field-firstname"]) .form-control-comment,
.form-group:has(.col-form-label[for="field-lastname"]) .form-control-comment {
    display: none;
}
.form-group:has(.col-form-label[for="field-alias"]),
.form-group:has(.col-form-label[for="field-vat_number"]) {
    display: none;
}
.password-strength-feedback .progress-container,
body#checkout .password-requirements-score,
body#registration .password-requirements-score,
body#identity .password-requirements-score {
	display: none!important;
}
body#registration .checkbox .form-group {
	margin-bottom: 0!important;
}
@media (max-width: 767px) {
body#checkout .checkbox .form-group:has(#ff_newsletter) {
	margin-bottom: 0!important;
}
}
.form-group.aff_sponsor_box {
    display: none;
	margin-top: -1rem;
	margin-bottom: 1.75rem;
}
.form-group.aff_sponsor_box .sponsor_btn_add {
    margin-top: -5px;
	margin-bottom: 0;
	min-height: 35px;
}
body#checkout #customer-form .custom-checkbox label {
    margin-bottom: -1rem;
}
body#checkout section.checkout-step.-current .step-title,
body#checkout section.checkout-step.-unreachable .step-title {
    font-size: 1.3rem;
}
body#checkout section.checkout-step .delivery-option img {
    max-width: 50px;
}
body#checkout .info_hipli {
    font-size: 1.125rem;
	line-height: 1.4;
	letter-spacing: 0.1px;
	color: #fff;
	margin: 1.5rem 0 1rem;
	padding: 0.65rem 1rem;
	background: #13123a;
}
body#checkout .info_hipli img {
	width: 25px;
	height: auto;
	margin-right: 0.25rem;
}
@media (max-width: 575px) {
body#checkout .info_hipli img {
	width: 20px;
}
}
body#checkout .carrier-extra-content {
	width: 100%;
	margin: 0;
	display: block;
}
body#checkout .MR-Widget.MR-Widget-Responsive {
    max-width: 100%;
	margin: 0;
}
/*
body#checkout .carrier-extra-content #mondialrelay_content {
	width: 100%;
	margin-bottom: 1.5rem;
}
body#checkout .carrier-extra-content #mondialrelay_widget {
	margin-bottom: 1rem;
}
body#checkout .carrier-extra-content #mondialrelay_summary .pull-left {
	float: none;
}
body#checkout .carrier-extra-content #mondialrelay_change-relay {
	margin-top: 0.5rem;
}
*/
body#checkout .carrier-extra-content #mondialrelay_save-container {
	position: relative;
	z-index: 999;
}
body#checkout .carrier-extra-content #mondialrelay_summary #mondialrelay_change-relay {
	margin: 10px 0;
}

body#checkout .carrier-extra-content .colissimo-pickup-point-address {
	text-align: center;
}
body#checkout #ps_checkout-hosted-fields-form .ps_checkout-info-wrapper {
    display: table-cell!important;
}
body#checkout #checkout-payment-step span.custom-radio {
    margin-right: 1rem!important;
}
body#checkout #checkout-payment-step #ps_checkout-hosted-fields-form {
    margin-bottom: 1rem;
}
body#checkout #checkout-payment-step #ps_checkout-hosted-fields-form .form-group {
    margin-bottom: 0;
}
#ps_checkout-card-fields-form .ps_checkout-card-fields-cvv-label-wrapper>label {
    display: inline-block!important;
}
.ps_checkout-button {
    margin-top: 20px;
}
@media (min-width: 575px) {
.colissimo-front-widget .modal-dialog {
    max-width: 1060px;
}
}
#order-confirmation #content-wrapper .page-title {
    font-size: 3rem;
}
@media (min-width: 1200px) {
#history .table th, #history .table td {
    padding: 0.75rem 1.75rem;
	width: 15%;
}
}
#history .fa-file-pdf-o {
    font-size: 1.25rem;
}
.form-inline.forgetpassword label {
	justify-content: left;
	padding: 0;
}
.form-inline.forgetpassword .form-control {
    width: 100%;
}
.form-inline.forgetpassword p {
    display: block;
	width: 100%;
}

/* REVIEW */
#comment #content-wrapper .page-title {
    font-family: 'GlamourAbsolute-regular';
    color: #13123a;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 800;
	line-height: 1;
	text-transform: none;
    letter-spacing: 1px;
    margin-top: 1.5rem;
	margin-bottom: -2rem;
    padding: 0!important;	
}
@media (max-width: 575px) {
#comment #content-wrapper .page-title {
	margin-bottom: -1rem;
}
}
ul.ets_rv_tabs li.ets_rv_my_activity {
    display: none;
}
.ets_rv_home_reviews {
    padding-top: 15px;
    padding-bottom: 105px;
    margin-bottom: 0;
	background: #f5f5f5;
}
@media (max-width: 767px) {
.ets_rv_home_reviews {
    padding-bottom: 85px;
}
}
#ets-rv-post-product-comment-form button.close,
.ets-rv-product-comment-modal .ets-rv-modal-header button.close {
    top: 12px;
}
.popup_login_form.ets-rv-product-comment-modal .ets_rv_login button.close, .popup_login_form.ets-rv-product-comment-modal .ets_rv_login button.close {
    right: 2px;
    top: 3px;
    background: #fff;
    box-shadow: none;
    border: 0;
    color: unset;
    fill: #09091d;
}
.popup_login_form.ets-rv-product-comment-modal .ets_rv_login button.close:hover, .popup_login_form.ets-rv-product-comment-modal .ets_rv_login button.close:hover {
    background: #fff;
}
.popup_login_form.ets-rv-product-comment-modal a.btn {
    margin-bottom: 3px;
}
.ets_rv_home_reviews .ets_rv_average_rating .h3 {
    font-family: 'GlamourAbsolute-regular';
	font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 1.6px;
	margin-bottom: 3rem;
}
.ets_rv_home_reviews .ets_rv_average_rating .h3 img {
    margin-top: -15px;
	margin-right: 15px;
}
.ets_rv_home_reviews .ets_rv_average_rating .h3 span {
    font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.4px;
	margin-left: 5px;
}
.ets_rv_home_reviews .ets_rv_average_rating .h3 span a {
	color: #13123a;
}
.ets_rv_home_reviews .ets_rv_average_rating .h3 span a:hover {
	color: #01b3a6;
}
.ets_rv_home_reviews .ets_rv_latest_item_content_wrap {
    min-width: 100%;
	border: none;
	border-radius: 8px;
}
.ets_rv_home_reviews .ets_rv_latest_item .ets_rv_latest_customer {
    font-size: 17px;
	font-weight: 700;
	margin-top: 5px;
}
.ets_rv_home_reviews .ets_rv_latest_item .ets_rv_latest_customer span {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	margin-left: 2px;
    color: #999;
}
.comment-author span.verify_label.purchased {
    margin-top: 3px;
    font-size: 14px;
}
.ets_rv_home_reviews .ets_rv_latest_item .ets_rv_latest_content {
    font-style: italic;
    height: 80px;
	margin-top: 15px;
}
.ets_rv_home_reviews .ets_rv_latest_item img {
    width: 85px;
    margin: auto;
    min-width: 55px;
    border: none;
	border-radius: 50px;
	display: inline;
}
.ets_rv_latest_reviews .slick-dots {
    margin-top: 60px;
	margin-bottom: 15px;
}
.ets_rv_latest_reviews .slick-dots li {
    margin: 0 4px;
}
.ets_rv_latest_reviews .slick-dots button {
    background: #13123a;
    opacity: 0.25;
}
.ets_rv_latest_reviews .slick-dots li.slick-active button {
    background: #13123a;
	opacity: 1;
    box-shadow: none;
}
.product-list-reviews {
    display: none;
}
.ets-rv-product-comments-additional-info {
    margin-top: -5px;
	padding-left: 0.2rem;
}
.ets-rv-product-comments-additional-info:has(button.ets-rv-btn-comment) {
    display: none;
}
.ets-rv-btn-comment-big, .ets-rv-btn-question-big {
    line-height: 1;
}
.ets-rv-btn-comment-big i, .ets-rv-btn-question-big i {
    display: none;
}
.ets-rv-product-comments-additional-info .ets_rv_grade_stars.color1  {
    color: #01b3a6!important;
    fill: #01b3a6!important;
}
.ets_rv_average_rating .ets_rv_grade_stars.color1  {
    color: #fff!important;
    fill: #fff!important;
}
.ets-rv-comment-author-rate .ets_rv_grade_stars.color1 {
    color: #ee9a00!important;
    fill: #ee9a00!important;
}
.ets-rv-product-comments-additional-info .comments-note span {
	display: none;
}
.ets_rv_grade_stars .ets-rv-comments-nb {
    font-size: 14px;
	height: 14px;
    margin-left: -4px;
	color: #999;
	font-weight: 500;
}
.ets_rv_wrap {
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
	background: #13123a;
}
.ets_rv_reviews {
    padding: 8rem 0 6rem;
	margin-top: 0;
	margin-bottom: 0;
    box-shadow: none;
    background: transparent;
}
.ets_rv_reviews_header {
    padding-top: 1rem;
	border-bottom: none;
}
.ets_rv_statistics {
    text-align: right;
	border: none;
	padding-bottom: 0;
	margin-bottom: 5px;
	display: inline-block;
}
.ets_rv_stats_review {
    text-align: center;
	display: inline-block;
}
.ets_rv_average_grade {
	font-size: 3rem;
	letter-spacing: 0;
	margin-bottom: 0.25rem;
}
.ets_rv_modal_review {
    float: right;
	display: inline-block;
	max-width: 100%;
	margin-top: 0;
}
.ets-rv-product-comment-modal .post-comment-buttons button.btn, 
.ets-rv-product-comment-modal .post-question-buttons button.btn, 
.ets_rv_reviews button {
    padding: 10px 16px;
	border-radius: 4px;
}
.ets_rv_reviews_header .ets_rv_reviews_title {
    font-family: 'GlamourAbsolute-regular';
	font-size: 2.25rem;
	text-transform: none;
	text-align: left;
	letter-spacing: 2px;
	color: #fff;
}
.ets_rv_reviews_header .ets_rv_reviews_title img {
    margin-top: -18px;
	margin-right: 12px;
	display: inline;
}
.ets_rv_average_rating {
    border: 0;
	padding: 0;
	float: right;
	background: transparent;
}
.ets_rv_modal_review button.btn {
    min-width: 150px;
	text-align: center;
	margin-right: 7px;
}
.ets_rv_modal_review button.btn:hover {
    color: #13123a!important;
	background: #fff!important;
    border-color: #fff!important;
}
@media (max-width: 767px) {
.ets_rv_reviews_header {
    padding-top: 0;
}
.ets_rv_home_reviews .ets_rv_average_rating {
    padding: 0;
}
.ets_rv_home_reviews .ets_rv_average_rating .h3 {
    font-size: 2.25rem;
}
}
@media (max-width: 479px) {
.ets_rv_reviews_header .ets_rv_reviews_title {
    line-height: 1;
}
.ets_rv_reviews_header .ets_rv_reviews_title img {
	margin-top: -26px;
	display: block;
}
.ets_rv_modal_review button.btn {
    width: 100%;
}
.ets-rv-product-comment-list-item > .ets-rv-comment-infos,
.ets-rv-product-comment-list-item .ets-rv-comment-content p {
    padding-left: 15px;
}
.ets_rv_average_rating {
    width: 145px;
}
.ets_rv_grade_stars i.ets_svg_icon {
    font-size: 18px;
}
}
.ets_rv_review_filter {
    text-align: left;
	padding-bottom: 0;
	border: none;
}
.ets_rv_review_filter .ets_rv_filter > li {
	text-align: center;
	min-height: 45px;
    padding-top: 3px;
	border-color: #fff!important;
	border-radius: 5px;
}
#ets-rv-product-comments-list-header,
.ets_rv_sort_by .ets_rv_bulk_actions .ets_rv_selection,
.ets-rv-product-comment-list-item .ets-rv-comment-content h4,
.ets-rv-product-comment-list-item .ets-rv-comment-content p {
    color: #fff;
}
.ets_rv_bulk_actions .dropdown-toggle:after {
    border-top: 0.3em solid #fff;
}
.ets-rv-comment-buttons.btn-group,
.ets-rv-comment-author-name.no-link ~ .comment-author-profile,
.ets_rv_average_grade_item,
.ets-rv-comment-author-avatar {
    display: none;
}
.ets-rv-product-comment-list-item {
    padding: 15px 15px 0 0;
}
.ets-rv-product-comment-list-item + .ets-rv-product-comment-list-item, .ets-rv-product-comment-list-item.question + .ets-rv-product-comment-list-item.question {
    padding-top: 0px;
}
.ets_rv_tab_reviews ul.dropdown-menu {
	transform: translate3d(0px, 38px, 0px)!important;
}
.ets_rv_tabs {
    width: 100%;
	margin-top: 1rem;
}
.ets-rv-comment-infos .comment-author .h3.ets-rv-comment-author-name {
    font-size: 18px!important;
    font-weight: 700!important;
	letter-spacing: 0.4px;
	color: #fff!important;
	margin-top: 1rem;
	margin-bottom: 0;
}
.ets-rv-comment-infos .comment-author .h3.ets-rv-comment-author-name span {
    font-size: 14px!important;
    font-weight: 300!important;
	letter-spacing: 0;
	color: #fff!important;
}
.ets-rv-product-comment-list-item .ets-rv-comment-content p {
    font-size: 16px !important;
	font-style: italic;
	letter-spacing: 0.6px;
    line-height: 1.5;
	margin-top: 2px;
	padding-right: 1rem;
	padding-bottom: 1rem;
}
#product-comments-list-footer {
    text-align: center;
}
#product-comments-list-footer .ets_rv_product_comment_load_more {
    font-size: 1.2rem;
	font-weight: 600;
	text-decoration: underline;
	color: #fff!important;
	padding-top: 30px;
	margin-bottom: 0;
}
#product-comments-list-footer .ets_rv_product_comment_load_more:hover {
	text-decoration: none;
}
.ets-rv-product-comment-list-item .ets-rv-comment-infos {
    display: inline-block;
}
.ets-rv-comment-author-rate {
    text-align: left;
    display: inline;
}
.ets-rv-product-comment-modal .ets-rv-modal-header .h3 {
    font-size: 20px !important;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
}
.ets-rv-modal-dialog table#criterions_list label {
    display: none;
}
.ets-rv-modal-dialog table#criterions_list .ets-rv-grade-stars {
    margin-left: -12px;
}
.ets_rv_all_header_grade {
    margin-bottom: 0;
	border-bottom: 1px solid #13123a;
}
.ets_rv_all_header_grade_margin {
    height: 25px;
	position: relative;
	margin-bottom: -5px;
	background: #fff;
}
.ets_rv_latest_customer {
    font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}
.ets_rv_latest_customer span {
	font-size: 12px;
    font-weight: 400;
    text-transform: none;
    margin-left: 2px;
    color: #999;
}
.ets_rv_author_info {
    display: block;
    width: 25%;
}
.ets_rv_review_content {
    width: 75%;
    padding-left: 30px;
}
.ets_rv_product_infos_right {
    display: block;
    text-align: center;
}
.ets_rv_product_infos > a {
    display: inline;
}
.ets_rv_all_list .product-comment-order-status.verify_label {
    text-align: center;
	margin-bottom: 5px;
}
@media (max-width: 767px) {
.ets_rv_stats_grade {
    display: none;
}
}
.ets_rv_all_reviews .ets_rv_review_item {
    padding-top: 30px;
    border-top: 1px solid #99999925;
}
.ets_rv_product_infos span.ets_rv_rate_img {
    width: 70px;
    display: inline-block;
    margin: auto;
    min-width: 70px;
    border: none;
}
.ets_rv_product_infos span.ets_rv_rate_img img {
	margin-top: 3px;
	margin-bottom: 2px;
	border-radius: 50px;
}
.ets_rv_review_content .ets-rv-content {
    font-size: 15px;
	font-style: italic;
}
.ets_rv_my_review .link-item i {
    height: 12px; 
    min-height: 12px; 
    line-height: 2;
    font-style: normal!important;
    margin-left: -5px;
    padding-right: 3px;
}
.ets_rv_my_review .link-item i svg {
    width: 12px!important;
	min-width: unset!important;
    max-width: unset!important;
    height: auto!important;
}
.my-account-page-content-wrapper li.ets_rv_my_review {
    width: 100%;
    max-width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(160,160,160,.25);
}
.ets_rv_modal_review .ets-rv-btn-comment-big.ets-rv-post-product-comment:hover, .ets_rv_modal_review .ets-rv-btn-question-big.btn-question:hover, .comment_dropdown_action .dropdown-menu li:hover, .ets_rv_review_filter li.ets_rv_tab.active, .ets_rv_review_filter li.ets_rv_tab:hover, .ets_rv_review_filter .dropdown-menu li:hover, li.ets_rv_tab.active, li.ets_rv_tab:hover, .form-control-comment button.ets_rv_post_comment, .form-control-reply-comment .ets_rv_post_reply_comment, .ets_rv_ul_dropdown .ets_rv_li_dropdown:hover, .ets_rv_ul_dropdown .ets_rv_li_dropdown.active {
    background: #fff;
    border-color: #13123a;
    color: #fff;
    fill: #fff;
}
#comment .ets-rv-comment-infos .comment-author .h3.ets-rv-comment-author-name,
#comment .ets-rv-product-comment-list-item .ets-rv-comment-content p {
    color: #13123a!important;
}
.ets_rv_activity_list a.ets_rv_author_link {
    display: none;
}
.js-customer-form .avatar-label, .js-customer-form .ets_rv_profile_image {
    display: none;
}

/* REWARDS */
body .eam-box-featured .link-item svg {
    width: 12px;
    height: auto;
    display: inline-block;
}
ul.ets-am-content-links {
    height: 70px;
}
.ets-am-content .ets-am-content-links li a {
    padding: 24px 30px;
}
.ets-am-content .ets-am-content-links li.list-title > h1 {
    font-family: 'GlamourAbsolute-regular';
    color: #13123a;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 800;
	line-height: 1;
	text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 0 0 0.75rem!important;	
}
.ets-am-content .ets-am-content-links li.list-title > h1 i {
    display: none;
}
.eam-box-featured .link-item i {
    height: unset;
    min-height: unset;
    font-style: normal!important;
    padding-right: 3px;
}
.eam-back-section a.eam-link-go-home {
    display: none;
}
.ets-am-content .ets-am-content-links li a.active:before {
    background: #01b3a6;
}
.eam-pagination ul > li.active > a,
.eam-pagination ul > li.active > a:hover {
    background: #01b3a6;
    border-color: #01b3a6;
    color: #fff!important;
}
.ets-am-content .ets-am-content-links li:last-child a.active {
    border-right-color: #ddd;
}
#module-ets_affiliatemarketing-dashboard .ets-am-content .pl-25,
#module-ets_affiliatemarketing-dashboard .ets-am-content .pr-25 {
    padding: 0;
}
#module-ets_affiliatemarketing-dashboard .stat-filter.eam-box-filter .row > div {
    margin-bottom: 7px;
}
#module-ets_affiliatemarketing-dashboard .stat-filter.eam-box-filter .row > div > div label,
#module-ets_affiliatemarketing-history .stat-filter.eam-box-filter .row > div > div label {
    display: none;
}
#module-ets_affiliatemarketing-refer_friends .eam-box-action .ref-share-fb,
#module-ets_affiliatemarketing-refer_friends .eam-box-action .aff-product-share-tw {
	display: none;
}
#module-ets_affiliatemarketing-refer_friends .ets-am-content .mb-5 {
    margin-bottom: 10px!important;
}
.eam-box-link .btn-copy-link {
    padding-left: 7px;
}
.eam-sort-desc,
.eam-sort-asc {
    top: 0;
}
#module-ets_affiliatemarketing-myfriend .stat-filter form.form-inline label,
#module-ets_affiliatemarketing-my_sale .stat-filter form.form-inline label {
    display: none;
}
#module-ets_affiliatemarketing-myfriend .stat-filter.eam-box-filter {
    margin-bottom: 0;
}
#module-ets_affiliatemarketing-my_sale .stat-filter.eam-box-filter {
    margin: 10px 15px 0;
}

/* CMS */
#cms #content-wrapper .page-content h2 {
    font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 2rem;
}
#cms #content-wrapper .page-content .h3, 
#cms #content-wrapper .page-content h3 {
    font-size: 1.75rem;
}
#cms #content-wrapper .page-content .h4, 
#cms #content-wrapper .page-content h4 {
    font-size: 1.25rem;
}
#cms #content-wrapper .page-content p,
#cms #content-wrapper .page-content ul {
    font-size: 1.1rem;
}
#cms #content-wrapper .page-content .elementor p,
#cms #content-wrapper .page-content .elementor ul {
    font-size: unset;
}
#cms #content-wrapper .page-content a {
    border-bottom: 2px solid #01b3a6;
    text-decoration: none;
}
#cms .our_values img {
    width: 300px;
    border-radius: 300px;
	border: 5px solid #13123a;
	background: #fff;
}
#cms .yoursocks img {
    width: 500px;
}
@media (max-width: 767px) {
#cms .our_values img {
    width: 80%;
}
#cms .delivery img {
    width: 82.5%;
}
#cms .yoursocks img {
    width: 85%;
}
}

/* FOOTER */
#footer, #checkout-footer {
    margin-top: 0;
}
#index #footer {
    margin-top: 0;
}
#prefooter {
    background-color: #01b3a6;
    padding: 20px 0px;
}
#prefooter .footer-reinsurance {
	text-align: center;
}
#prefooter .footer-reinsurance .bk-reinsurance {
	padding-top: 7px;
}
@media (min-width: 992px) {
#prefooter .footer-reinsurance .bk-reinsurance {
	display: flex;
	text-align: left;
	padding-left: 15px;
}
}
@media (max-width: 991px) {
#prefooter {
    padding: 20px 0 25px;
}
#prefooter .footer-reinsurance .bk-reinsurance {
	width: 50%;
}
}
#prefooter .footer-reinsurance .icon-reinsurance {
	padding-right: 5px;
}
#prefooter .footer-reinsurance .h3 {
	font-family: 'GlamourAbsolute-regular';
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.6px;
	color: #fff;
}
#prefooter .footer-reinsurance p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.85;
	color: #fff;
	max-width: 200px;
}
@media (max-width: 1199px) {
#prefooter .footer-reinsurance p {
	max-width: 175px;
}
}
@media (max-width: 991px) {
#prefooter .footer-reinsurance .h3 {
	font-size: 1.4rem;
}
#prefooter .footer-reinsurance p {
	max-width: unset;
}
}
@media (max-width: 575px) {
#prefooter .footer-reinsurance .h3 {
	font-size: 1.3rem;
}
}
#footer-container-main {
    border-top: none 1px;
    padding-top: 7rem;
    padding-bottom: 0;
    color: #fff;
	background: #13123a;
}
#checkout-footer {
    border-top: 0;
	margin-top: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
	background: #fff;
}
@media (max-width: 991px) {
#footer-container-main {
    padding-top: 6rem;
}	
#checkout-footer {
    padding-top: 0;
}	
}
#footer .logo-concept {
    margin-top: -1.5rem;
}
@media (max-width: 991px) {
#footer .logo-concept {
	-ms-flex-order: +1;
    order: +1;
	display: inline-flex;
	text-align: center;
	margin: 2rem auto 0;
	padding: 0 45px;
}
#footer .logo-concept .block-footer {
    padding-bottom: 0;
}
#footer .logo-concept img {
    max-width: 85%;
}
}
@media (min-width: 1200px) {
#footer .block-iqitlinksmanager {
	padding-left: 2.5rem;
}
}
#footer .icon-agence {
    height: 25px;
    width: 25px;
    margin: 0 0 0 2px;
    opacity: 0.6;
}
#footer .icon-agence:hover {
    opacity: 1;
}
#footer .block-iqitlinksmanager .block-title {
    font-size: 1.8rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 1px;
	padding-top: 0.5rem;
}
#footer .block-iqitlinksmanager a {
    font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 1.65;
}
#footer .block-title.h4, #checkout-footer .block-title.h4 {
    font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.4px;
	padding-top: 0.1rem;
	padding-bottom: 1rem;
	margin-bottom: 0;
}
#footer .block-social-links .hashtag {
    font-family: 'GlamourAbsolute-regular';
	font-size: 2.25rem;
	font-weight: 700;
    letter-spacing: 2px;
	margin-top: 0.25rem;
	margin-bottom: 1.75rem;
}
#footer .block-social-links .hashtag span {
    color: #01b3a6;
}
#footer .ps-emailsubscription-block .newsletter-input-group, #checkout-footer .ps-emailsubscription-block .newsletter-input-group {
    border-radius: 50px;
}
#footer .ps-emailsubscription-block .newsletter-input-group .input-subscription, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .input-subscription {
    padding-left: 1.5rem;
}
#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe {
    color: #fff;
	opacity: 1;
	min-width: 60px;
	border-radius: 50px;
	border-color: #01b3a6;
	background: #01b3a6;
}
#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover {
    background: #04857b;
}
#footer #gdpr_consent_19 {
	padding-top: 3px;
}
#footer .psgdpr_consent_checkbox_span {
    margin-top: 3px;
}
#footer .psgdpr_consent_message {
    text-align: justify;
	max-width: 290px;
	display: flex;
}
@media (max-width: 1199px) {
#footer .psgdpr_consent_message {
	max-width: 280px;
}
}
@media (max-width: 991px) {
#footer .psgdpr_consent_message {
	max-width: 295px;
}
#footer .block-footer, 
#footer .block-toggle,
#footer .block-no-toggle {
    width: 100%;
    flex-basis: initial;
	text-align: center;
}
#footer .block-no-toggle {
	padding-bottom: 2.25rem;
}
#footer .block-iqitlinksmanager .block-title {
	margin-bottom: 0.75rem;
}
#footer .block-toggle._toggled > .block-content {
    margin-bottom: 2rem;
}
#footer .block-social-links {
	text-align: center;
	margin-top: 1.25rem;
}
#footer .ps-emailsubscription-block {
	max-width: 300px;
	margin: auto;
}
}
#footer-copyrights {
    border-top: 1px solid #ffffff25;
    background: #13123a;
	margin-top: 5.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#checkout-footer #footer-copyrights {
    background: transparent;
	margin-top: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.4rem;
}
@media (max-width: 991px) {
#footer-copyrights {
	margin-top: 4rem;
}
#footer .copyright-img img {
    max-width: 200px;
}
}
#footer .copyright-txt {
    font-size: 0.925rem;
    color: #fff;
}
#checkout-footer .copyright-txt {
    font-size: 0.925rem;
    color: #13123a;
}
@media (max-width: 575px) {
#footer .psgdpr_consent_message {
	max-width: 270px;
}
#footer .ps-emailsubscription-block {
	max-width: 275px;
}
._footer-copyrights-1 .copyright-img,
#footer .copyright-txt.text-center {
    margin-bottom: 0.5rem;
}	
}
#footer .copyright-txt a {
    color: #fff;
}
@media (min-width: 992px) {
#footer .copyright-txt.alpiweb p {
	padding-left: 15px;
}
}
#footer .copyright-txt.alpiweb i {
	margin-left: 1px;
    margin-right: 1px
}
#checkout #brevo-conversations {
	display: none;
}