:root {
    --black-color: #000000;
    --white-color: #ffffff;
    --red-color: #B2221E;
    --light-gray: #B4B4B4;
    --bg-color: #FAFAFA;
    --dark-gray: #707070;
    --white-off-set: #F5F5F5;
    --placeholder: #8E8E8E;
    --yellow-color: #FFC400;
    --green-color: #1EB262;
    --menu-color: #3E3E3E;
    --italkeramik-primary: rgb(164, 52, 58);
}

@font-face {
    font-family: "CircularXXWeb-Thin";
    src: url("../fonts/CircularXXWeb-Thin.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-Thin";
    src: url("../fonts/CircularXXWeb-Thin.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-ThinItalic";
    src: url("../fonts/CircularXXWeb-ThinItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-ThinItalic";
    src: url("../fonts/CircularXXWeb-ThinItalic.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-Light";
    src: url("../fonts/CircularXXWeb-Light.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-Light";
    src: url("../fonts/CircularXXWeb-Light.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-LightItalic";
    src: url("../fonts/CircularXXWeb-LightItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-LightItalic";
    src: url("../fonts/CircularXXWeb-LightItalic.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-Regular";
    src: url("../fonts/CircularXXWeb-Regular.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-Regular";
    src: url("../fonts/CircularXXWeb-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-Italic";
    src: url("../fonts/CircularXXWeb-Italic.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-Italic";
    src: url("../fonts/CircularXXWeb-Italic.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-Book";
    src: url("../fonts/CircularXXWeb-Book.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-Book";
    src: url("../fonts/CircularXXWeb-Book.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-BookItalic";
    src: url("../fonts/CircularXXWeb-BookItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-BookItalic";
    src: url("../fonts/CircularXXWeb-BookItalic.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-Medium";
    src: url("../fonts/CircularXXWeb-Medium.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-Medium";
    src: url("../fonts/CircularXXWeb-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-MediumItalic";
    src: url("../fonts/CircularXXWeb-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-MediumItalic";
    src: url("../fonts/CircularXXWeb-MediumItalic.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-Bold";
    src: url("../fonts/CircularXXWeb-Bold.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-Bold";
    src: url("../fonts/CircularXXWeb-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-BoldItalic";
    src: url("../fonts/CircularXXWeb-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-BoldItalic";
    src: url("../fonts/CircularXXWeb-BoldItalic.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-Black";
    src: url("../fonts/CircularXXWeb-Black.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-Black";
    src: url("../fonts/CircularXXWeb-Black.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-BlackItalic";
    src: url("../fonts/CircularXXWeb-BlackItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-BlackItalic";
    src: url("../fonts/CircularXXWeb-BlackItalic.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-ExtraBlack";
    src: url("../fonts/CircularXXWeb-ExtraBlack.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-ExtraBlack";
    src: url("../fonts/CircularXXWeb-ExtraBlack.woff2") format("woff2");
}

@font-face {
    font-family: "CircularXXWeb-ExtraBlackItalic";
    src: url("../fonts/CircularXXWeb-ExtraBlackItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularXXWeb-ExtraBlackItalic";
    src: url("../fonts/CircularXXWeb-ExtraBlackItalic.woff2") format("woff2");
}


body {
    font-family: "CircularXXWeb-Regular";
    font-size: 20px;
    /* line-height: 30px; */
    margin: 0px;
    padding: 0px;
    color: var(--black-color);
    background: var(--bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "CircularXXWeb-Bold";
    padding: 0px;
    margin: 0;
}

h1 {
    font-size: 74px;
    line-height: 94px;
}

h2 {
    font-size: 64px;
    line-height: 85px;
}

h3 {
    font-size: 48px;
    line-height: 64px;
}

h4 {
    font-size: 32px;
    line-height: 43px;
}

h5 {
    font-size: 24px;
    line-height: 32px;
    font-family: "CircularXXWeb-Regular";
}

h6 {
    font-size: 22px;
    line-height: 30px;
    font-family: "CircularXXWeb-Regular";
}

p {
    margin: 0 0 15px 0;
}

a,
a:hover,
a:visited,
a:focus,
button,
input,
textarea,
img,
select {
    outline: none !important;
    text-decoration: none !important;
}

a {
    color: var(--italkeramik-primary);
}

a:hover {
    color: var(--black-color);
}

ul,
ol {
    margin: 0 0 15px 0;
    padding: 0px;
}

ul li,
ol li {
    margin: 0 0 10px 15px;
    padding: 0px;
}

img {
    max-width: 100%;
}

section {
    position: relative;
    clear: both;
    padding: 50px 0 0 0;
}

section:before,
section:after {
    clear: both;
    display: table;
    content: "";
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="subject"],
input[type="tel"],
input[type="date"],
select#field-id_country,
#field-id_state {
    height: 56px !important;
    width: 100%;
    padding: 0 16px;
    font-size: 20px;
    border: 1px solid var(--placeholder);
    color: var(--placeholder);
    border-radius: 0;
}

select#field-id_country:focus {
    box-shadow: none;
}

::-webkit-input-placeholder {
    color: var(--placeholder) !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: var(--placeholder) !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: var(--placeholder) !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    color: var(--placeholder) !important;
    opacity: 1 !important;
}

strong {
    font-weight: unset;
    font-family: "CircularXXWeb-Medium";
}

label {
    font-size: 16px;
    line-height: 21px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    text-align: left;
    color: #000;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

.theme-btn {
    display: inline-block;
    width: auto;
    padding: 0 25px;
    box-shadow: none;
    height: 56px;
    line-height: 52px;
    border: 2px solid var(--italkeramik-primary);
    background: var(--italkeramik-primary);
    color: var(--white-color);
    font-family: "CircularXXWeb-Medium";
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 0px !important;
}

.theme-btn:hover {
    background: var(--black-color);
    color: var(--white-color);
    border-color: var(--black-color);
}

.theme-btn.theme-btn-border {
    background: transparent;
    color: var(--italkeramik-primary);
}

.theme-btn.theme-btn-border:hover {
    background: var(--italkeramik-primary);
    color: var(--white-color);
    border-color: var(--italkeramik-primary);
}

.theme-btn.theme-btn-white {
    border-color: var(--white-color);
}

.theme-btn.theme-btn-white:hover {
    background: var(--white-color);
    color: var(--italkeramik-primary);
}
.group-span-filestyle .btn-default {
    background: var(--italkeramik-primary);
}
.buttonText {
	color: var(--white-color) !important;
    font-family: "CircularXXWeb-Medium";
    font-size: 16px;
}
.bg-color {
    background: var(--bg-color);
}
::selection {
  color: var(--white-color);
  background: var(--italkeramik-primary);
}
.wishlist-button-add i {
  color: var(--italkeramik-primary) !important;
}
.wishlist-add-to-new-transparent:hover .wishlist-button-add i {
  color: var(--white-color) !important;
  transition: 0.3s;
}
#header a:hover {
    color: var(--italkeramik-primary);
    text-decoration: none;
}
.header-part {
    position: relative;
    padding: 20px 0;
    background: var(--white-color);
}

.header-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    margin-right: auto;
}

.header-right-info {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu {
    position: fixed;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: var(--white-color);
    padding: 100px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.main-menu.active {
    top: 0px;
}

.main-menu-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-height: 78vh;
    overflow-y: auto;
}

.main-menu-left {
    width: 50%;
}

.main-menu-left ul,
.main-menu-left li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main-menu-left>ul>li>a {
    font-size: 20px;
    line-height: 30px;
    color: var(--black-color);
    font-family: "CircularXXWeb-Medium";
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.main-menu-left>ul>li:hover>a,
.main-menu-left>ul>li.active>a {
    color: var(--italkeramik-primary);
}

.main-menu-left .submenu-menu>li>a {
    font-size: 16px;
    line-height: 26px;
    color: var(--black-color);
    display: block;
    margin-bottom: 5px;
    padding: 0 15px;
    letter-spacing: 1px;
}

.main-menu-right {
    font-size: 16px;
    line-height: 26px;
}

.main-menu-right-top {
    letter-spacing: 1px;
    margin-bottom: 55px;
}

.menu-right-bottom {
    margin-bottom: 25px;
}

.main-menu-right-top p span {
    display: block;
    color: var(--italkeramik-primary);
}

.main-menu-right-top a {
    color: var(--black-color);
}

.main-menu-right-top a:hover {
    color: var(--italkeramik-primary);
}

.main-menu-left .submenu-menu>li:hover>a,
.main-menu-left .submenu-menu>li.active>a {
    color: var(--italkeramik-primary);
}

.main-menu-right {
    width: 50%;
    padding-left: 70px;
    border-left: 1px solid var(--light-gray);
}

.kontakt-highlight {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: var(--white-color);
    /* line-height: 100px; */
    text-align: center;
    font-family: "CircularXXWeb-Medium";
    display: inline-block;
    background: var(--italkeramik-primary);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kontakt-highlight:hover {
    background: var(--black-color);
    color: var(--white-color);
}

.design-tagline {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-family: "CircularXXWeb-Medium";
    color: var(--italkeramik-primary);
}

.close-menu {
    position: absolute;
    right: 30px;
    top: 30px;
    max-width: 50px;
}

.hide-hover {
    display: block;
}

.show-hover {
    display: none;
}

.like-hover:hover .hide-hover {
    display: none;
}

.like-hover:hover .show-hover {
    display: block;
}

.common-header-info {
    margin-right: 16px;
}

.common-header-info:last-child {
    margin-right: 0px;
}

.main-title h2 {
    margin: 0px;
}

.main-title h2 strong {
    display: block;
    font-weight: unset;
}

.main-title h2 span {
    display: inline-block;
    font-family: "CircularXXWeb-Regular";
    color: var(--light-gray);
    position: relative;
}

.main-title h2 span:after {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    content: "";
    height: 3px;
    background: var(--dark-gray);
}

.sub-title h4 {
    margin-bottom: 0px;
}

.categories-list {
    padding-top: 60px;
}

.categories-list-img,
.product-box-img {
    overflow: hidden;
    transform: scale(1);
}

.categories-list-img:hover img,
.product-box-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.categories-list-img img {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.categories-list-info h5 {
    margin: 8px 0 0 0;
    font-family: "CircularXXWeb-Medium";
}

.categories-list-info h5 a {
    color: var(--black-color);
}

.categories-list-info h5 a:hover {
    color: var(--italkeramik-primary);
}

.categories-list-blog {
    margin-top: 30px;
}

.product-box-info {
    padding: 8px 12px 16px 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
}

.product-box {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    margin: 30px 0 0 0;
    background: var(--white-color);
}

.product-box-img img {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product-box-info-left {
    width: calc(100% - 85px);
}

.product-box-info-left span {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
    color: var(--italkeramik-primary);
}

.product-box-info-left h5 {
    font-size: 16px;
    line-height: 21px;
    font-family: "CircularXXWeb-Medium";
    margin: 0 0 3px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-box-info-left h5 a {
    color: var(--black-color);
}

.product-box-info-left h5 a:hover {
    color: var(--italkeramik-primary);
}

.product-box-info-left h6 {
    font-size: 16px;
    line-height: 21px;
    font-family: "CircularXXWeb-Regular";
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-box-info-right ul,
.product-box-info-right li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.product-box-info-right ul {
    display: flex;
    width: auto;
}

.product-box-info-right ul li {
    margin-right: 12px;
}

.product-box-info-right ul li:last-child {
    margin-right: 0px;
}

.product-box-info-right {
    margin-left: auto;
}

.fullSlider-thumb {
    padding: 0 20px;
}

.fullSlider-thumb img,
.fullSlider-lg img {
    width: 100%;
}

.slider-nav-shop {
    margin: 40px -20px 0 -20px;
}

.like-part {
    background: var(--italkeramik-primary);
    padding: 80px 0;
    text-align: center;
    color: var(--white-color);
}

.like-part .theme-btn {
    width: 100%;
    max-width: 400px;
    font-size: 24px;
}

.like-inner h3 {
    margin-bottom: 24px;
}

.fullSlider-part {
    padding-bottom: 50px;
}

.footer-part {
    padding: 65px 0;
    background: var(--white-color);
}

.footer-inner {
    font-size: 16px;
    line-height: 24px;
}

.footer-left p {
    margin: 10px 0 15px 0;
}

.footer-inner a {
    color: var(--black-color);
}

.footer-inner a:hover {
    color: var(--italkeramik-primary);
}

.footer-inner ul,
.footer-inner li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.social-links {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
}

.footer-inner b,
.footer-inner strong {
    font-weight: unset;
    font-family: "CircularXXWeb-Medium";
}

.form-field {
    margin-bottom: 20px;
    position: relative;
}

.news-letter .col-xs-12:last-child .form-field {
    margin-bottom: 0px;
}

.news-letter .form-field .theme-btn {
    width: 100%;
}

.fullSlider-shop {
    padding-top: 30px;
}

.search-overlay-box {
    position: fixed;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.search-overlay-box.active {
    top: 0;
}

.search-overlay-box .form {
    position: relative;
}

.search-overlay-box input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0;
    background: url('../img/search.png') no-repeat center center;
    width: 56px;
    height: 56px;
    border: none;
    text-indent: -100000px;
    padding: 0;
    background-size: 18px auto;
}

.suche-close {
    width: 25px;
    height: 25px;
    background: url('../css/close.png') no-repeat center center;
    position: absolute;
    top: 25px;
    right: 25px;
    background-size: 20px auto;
    cursor: pointer;
}

.search-overlay-box .container {
    padding: 0 15px !important;
}
#search_widget {
    min-width: 100%;
    min-height: 6em;
}
.cart-item-list {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--white-off-set);
    font-size: 16px;
    line-height: 21px;
}

.cart-item-list:first-child {
    border-top: 1px solid var(--white-off-set);
}

.cart-item-list-left {
    display: flex;
    width: calc(100% - 55px);
    align-items: center;
}

.cart-dropdown-menu {
    border: none !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10) !important;
    border-radius: 0 !important;
    min-width: 390px;
    padding: 16px;
    margin-top: 47px !important;
}

.cart-item-img {
    min-width: 40px;
    max-width: 40px;
    margin-right: 24px;
}

.cart-item-list-right {
    margin-left: auto;
}

.cart-dropdown-menu h5 {
    font-family: "CircularXXWeb-Bold";
}

.cart-btn-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
}

.cart-btn-wrap .theme-btn {
    width: calc(50% - 8px);
    margin-top: 24px;
    padding: 0 10px;
}

.lg-pad-both {
    padding: 70px 0 !important;
}

.modal-dialog {
    max-width: 848px;
    /* -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10); */
    /* -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10); */
    /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10); */
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.modal-footer .modal-cancel {
    border-radius: 0;
    margin-bottom: 0 !important;
}

.modal-content {
    border: none !important;
    border-radius: 0px !important;
}

.modal-content .modal-title {
    font-weight: 700;
}

.modal-body {
    padding: 15px !important;
}

.btn-close {
    opacity: 1;
    position: absolute;
    top: 14px;
    right: 6px;
}

.modal-body p span {
    display: block;
    font-family: "CircularXXWeb-Medium";
}

.modal-body h4 {
    font-family: "CircularXXWeb-Bold";
}

.search-drop-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.search-drop-select {
    margin-right: 60px;
}

.search-drop-select:last-child {
    margin-right: 0px;
}

.search-drop-select select {
    background-color: #fff;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: "CircularXXWeb-Medium";
    color: #000;
}

.sub-title-mix-right .search-drop-select select {
    font-family: "CircularXXWeb-Regular";
}

.sub-title-mix {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sub-title-mix-left {
    margin-right: auto;
}

.sub-title h4,
.sub-title-mix h4 {
    margin: 0px;
}

.site-sticky {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 145px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: var(--white-color);
    background: var(--italkeramik-primary);
    font-size: 16px;
    z-index: 99;
    display: none;
}

.site-sticky:hover {
    color: var(--white-color);
    background: var(--black-color);
}

.search-drop-mobile {
    display: none;
}

.back-btn a {
    color: var(--black-color);
}

.back-btn a:hover {
    opacity: 0.80;
}

.product-detail-left {
    overflow: hidden;
}

.product-detail-left:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product-detail-left img {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product-detail-wrapper {
    margin-top: 24px;
}

.product-detail-right h4 {
    font-family: "CircularXXWeb-Bold";
}

.get-true-item {
    margin-bottom: 0px;
    display: flex;
    width: auto;
    margin-top: 20px;
}

.get-true-item span {
    position: relative;
}

.get-true-item img {
    min-width: 24px;
    margin-right: 8px;
}

.product-detail-btn {
    display: flex;
    width: 100%;
    gap: 16px;
}

.product-detail-btn .theme-btn {
    width: calc(50% - 8px);
}

.product-detail-btn .theme-btn img {
    margin-right: 8px;
}

.theme-btn-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.product-detail-btn .theme-btn.theme-btn-border:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.product-detail-inner {
    margin-bottom: 60px;
}

table {
    width: 100%;
}

.product-detail-table-right table tr:nth-child(odd) td {
    background: var(--white-off-set);
}

.product-detail-table-right table tr:nth-child(even) td {
    background: var(--white-color);
}

.product-detail-table-right table tr td {
    padding: 8px;
    vertical-align: top;
}

.product-detail-table-wrapper {
    margin-bottom: 60px;
}

.agb-max {
    max-width: 848px;
    margin: 28px auto 0;
}

.agb-max strong {
    display: block;
    margin-bottom: 10px;
}

.agb-max p:last-child {
    margin-bottom: 0px;
}

.anmelden-box-shadow {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    padding: 32px;
    background: var(--white-color);
}

.anmelden-box .account-menu a {
    padding: 15px;
    background-color: #F5F5F5;
    color: #3E3E3E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.anmelden-box .account-menu a.active .nav-arrow-right {
    position: unset;
    -webkit-transform: unset;
    background: url('../img/arrow-right-nav-white.svg') no-repeat center center;
}

.anmelden-box .account-menu a .nav-arrow-right {
    position: unset;
    -webkit-transform: unset;
    background: url('../img/arrow-right-nav.svg') no-repeat center center;
}

.anmelden-box .account-menu a.active {
    background-color: #3E3E3E;
    color: #fff;
}

.anmelden-box .account-menu a.active img {
    -webkit-filter: brightness(0) invert(1);
}

.anmelden-box .account-menu a img {
    margin-right: 10px;
    min-width: 23px;
    text-align: center;
}

.anmelden-box .account-menu a.account-menu__line span.link-item {
    display: flex;
    align-items: center;
}

.anmelden-box .account-menu a.account-menu__line span.link-item i.material-icons {
    min-width: 23px;
    margin-right: 10px;
    font-size: 24px;
}

.anmelden-box-shadow h5 {
    font-family: "CircularXXWeb-Medium";
}


.anmelden-box {
    margin-top: 40px;
    /* margin-bottom: 40px; */
}

.anmelden-form .form-field {
    margin-bottom: 12px;
}

.anmelden-form .form-field:last-child {
    margin-bottom: 0px;
}

.anmelden-form button.theme-btn {
    margin-top: 8px;
}

.show-password {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.form-field input[type="password"] {
    padding-right: 50px;
}

.oder-divide {
    position: relative;
    text-align: center;
    margin: 22px 0;
}

.oder-divide span {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    background: var(--white-color);
    color: var(--placeholder);
    position: relative;
    z-index: 1;
    font-size: 20px;
}

.oder-divide:before {
    background: var(--placeholder);
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 1px;
}

.anmelden-box table th {
    font-size: 12px;
    padding: 16px 5px;
    border-bottom: 1px solid var(--placeholder);
}

.anmelden-box table td {
    font-size: 16px;
    padding: 8px 5px;
    border-bottom: 1px solid var(--placeholder);
    vertical-align: middle;
}

.anmelden-box table td img {
    max-width: 70px;
    /* padding-right: 15px; */
    height: 40px;
}

.anmelden-box table td input {
    width: 36px;
    height: 36px;
    padding: 0px;
    text-align: center;
    font-size: 16px;
}

.accordion-item,
.accordion-button {
    border-radius: 0px !important
}

.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none !important;
    color: var(--black-color);
}

.accordion-header {
    line-height: normal;
}

.shoping-accordion .accordion-button {
    padding: 0;
    font-family: "CircularXXWeb-Medium";
}

.shoping-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid var(--placeholder);
    padding: 16px 0;
}

.case-accordion .accordion-item {
    border: none;
    padding: 30px;
    margin-bottom: 32px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10) !important;
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10) !important;
}

.case-accordion .accordion-item:last-child {
    margin-bottom: 0px;
}

.case-accordion .accordion-button {
    padding: 0px;
}

.shoping-accordion {
    border-top: 1px solid var(--placeholder);
}

.shoping-accordion .accordion-body {
    padding: 0;
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-icon);
}

.lbl-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: unset;
}

.lbl-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.lbl-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid var(--italkeramik-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.lbl-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.lbl-radio input:checked~.checkmark:after {
    display: block;
}

.lbl-radio .checkmark:after {
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--italkeramik-primary);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shoping-accordion table tr td {
    border: none;
    padding: 0px;
}

.shoping-accordion table {
    margin-top: 10px;
}

.shoping-accordion table tr td:nth-child(2) {
    text-align: center;
}

.shoping-accordion table tr td:last-child {
    text-align: right;
}

.code-flex {
    display: flex;
    width: 100%;
    margin-top: 14px;
    gap: 8px;
}

.code-flex input[type="text"] {
    width: calc(100% - 109px);
    font-size: 16px;
    height: 48px;
}

.code-flex .theme-btn {
    height: 48px;
    line-height: 46px;
}

.anmelden-box-totle table tr td {
    border: none;
    padding: 2px 0;
}

.anmelden-box-totle table tr td:last-child {
    text-align: right;
}

.anmelden-box-totle table tr:last-child td {
    font-size: 20px;
    border-top: 1px solid var(--placeholder);
    padding-top: 12px;
}

.prev-next-btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}

.prev-next-btn .theme-btn {
    min-width: 182px;
}

.anmelden-box-case-cart .anmelden-box-totle table tr:last-child td {
    font-size: 16px;
}

.anmelden-box-case-cart .anmelden-box-totle .theme-btn {
    width: 100%;
    margin-top: 28px;
}

.anmelden-box-case-cart .accordion-body {
    padding: 0 0 0;
}

.anmelden-box-case-cart .tab-content {
    padding-top: 22px;
}

.nav-tabs,
.nav-tabs li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
    font-size: 16px;
    padding: 0px;
    color: var(--black-color);
}

.nav-tabs li {
    margin-right: 38px;
}

.nav-tabs li:last-child {
    margin-right: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: var(--italkeramik-primary);
}

.form-guest .lbl-radio {
    margin-right: 34px;
    margin-top: 8px;
}

.form-guest .lbl-radio:last-child {
    margin-right: 0px;
}

.further {
    text-align: right;
}

.further .theme-btn {
    min-width: 182px;
}

.anmelden-box input[type="text"],
.anmelden-box input[type="email"],
.anmelden-box input[type="password"],
.anmelden-box input[type="subject"],
.anmelden-box input[type="tel"],
.anmelden-box input[type="date"] {
    font-size: 16px;
    border-radius: 0;
}

#profile-tab-pane .anmelden-form .form-field:last-child {
    margin-bottom: 12px;
}

#profile-tab-pane .anmelden-form .col-xs-12:last-child .form-field {
    margin-bottom: 0px;
}

.Produkt-wrap {
    width: 91px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.anmelden-box table td .Produkt-wrap img {
    max-width: 43px;
    min-width: 43px;
}

.cart-detail-account tr th:last-child,
.cart-detail-account tr td:last-child {
    text-align: right;
}

.cart-detail-account tr td a {
    font-size: 12px;
}

.inprogress-state {
    color: var(--yellow-color) !important;
}

.complete-state {
    color: var(--green-color) !important;
}

.anmelden-tab-content {
    display: none;
}

.anmelden-tab-content.active {
    display: block;
}

.left-nav-tab,
.left-nav-tab li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.left-nav-tab li a {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 15px 40px 15px 16px;
    background: var(--white-off-set);
    align-items: center;
    color: var(--menu-color);
    position: relative;
}

.left-nav-tab li.active a {
    background: var(--menu-color);
    color: var(--white-color);
}

.left-nav-tab li.active a img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.left-nav-tab li.active a .nav-arrow-right {
    background: url('/themes/classic/assets/img/arrow-right-nav-white.svg') no-repeat center center;
}

.left-nav-tab li a img {
    margin-right: 10px;
    min-width: 23px;
    text-align: center;
}

.left-nav-tab li {
    margin-bottom: 1px;
    position: relative;
}

.left-nav-tab li:last-child {
    margin-bottom: 0px;
}

.nav-arrow-right {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../img/arrow-right-nav-white.svg') no-repeat center center;
    width: 13px;
    height: 20px;
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#status {
    width: 200px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

#status img {
    padding: 35px;
}

.loading-progress {
    text-indent: -9999em;
    border-top: 5px solid var(--black-color);
    border-right: 5px solid var(--black-color);
    border-bottom: 5px solid var(--black-color);
    border-left: 5px solid var(--italkeramik-primary);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    margin: 0;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ----new-custom-css-start---- */
div#mobile_top_menu_wrapper {
    display: none;
}

.header-logo-wrap a {
    display: inline-block;
}

.header-logo-wrap h1 {
    font-size: unset;
    line-height: normal;
}

section#main,
#content {
    padding: 0;
}

button.wishlist-button-add .with-hover {
    display: none;
    padding-top: 3px;
}

button.wishlist-button-add:hover .with-hover {
    display: block;
}

button.wishlist-button-add:hover {
    opacity: 1;
}

button.wishlist-button-add:hover .without-hover {
    display: none;
}

.product-description-detail-wrapper {
    /* width: calc(100% - 77px); */
    width: 100%;
}

.product-miniature .thumbnail-container {
    margin: 0;
}

.footer-container ul li {
    margin: 0;
    line-height: normal;
}

.footer-container .links .wrapper p.h3 {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'CircularXXWeb-Medium';
    margin: 0 0 15px 0;
    font-weight: 400;
}

.block_newsletter {
    background-color: transparent;
}


#footer {
    padding: 65px 0;
    background-color: #fff;
}

#main .page-footer {
    margin-bottom: 0;
}

.kontakt-div {
    height: 100px;
    width: 100px;
}

.right-scetion-menu .right-section-content:first-child {
    margin-bottom: 55px;
}

.right-scetion-menu .right-section-content:nth-child(2) {
    margin-bottom: 25px;
}

/* ----login-signup-page-start----- */
.page-authentication #content {
    /* padding: 70px 0; */
    border: 0;
    background-color: transparent;
}

.main-title {
    color: #000;
}

.anmelden-box.anmelden-box-shadow .input-group.js-parent-focus {
    position: relative;
}

.anmelden-box.anmelden-box-shadow .input-group.js-parent-focus .input-group-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.anmelden-box.anmelden-box-shadow .input-group.js-parent-focus .input-group-btn button.btn {
    background-color: transparent;
    padding: 0;
    margin-right: 10px;
}

.anmelden-box.anmelden-box-shadow h5 {
    color: #000;
    margin-bottom: 15px;
}

input.form-control:focus {
    box-shadow: none;
    border-color: #8E8E8E;
}

.input-group .form-control:hover {
    z-index: 1;
}

button.goback-button {
    background: transparent;
    border: none;
    font-size: 20px;
    padding: 0;
}

.js-input-column .custom-checkbox label {
    padding-left: 0 !important;
}

.form-footer button.theme-btn {
    text-transform: inherit;
}

.input-group-btn .btn {
    color: #7a7a7a !important;
}

/* ----login-signup-page-end----- */




/* ----new-custom-css-end---- */




/* ---custom-css-start-here--- */
.custom-right-items-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
    /* padding-right: 14px; */
}

.custom-right-items-wrap div#_desktop_language_selector {
    display: none;
}

#header .header-nav .col-md-5.col-xs-12,
#header .header-nav .right-nav #_desktop_user_info,
#header .header-nav .right-nav #_desktop_cart {
    display: none;
}

#header .right-nav #_desktop_user_info .user-info a span,
#header .right-nav #_desktop_cart .header span.hidden-sm-down {
    display: none;
}

#custom-text .welcome-text-wrap h2.welcome-heading {
    font-size: 64px;
    width: 100%;
    text-transform: unset;
    margin-bottom: 10px;
}

.welcome-text-wrap .What-looking-text-wrap {
    color: #b4b4b4;
    line-height: normal;
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-family: 'CircularXXWeb-Regular';
    letter-spacing: normal;
}

h2.welcome-heading strong {
    display: block;
}

.welcome-text-wrap .What-looking-text-wrap::after {
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 100%;
    content: "";
    height: 3px;
    background: #707070;
}

.do-you-like-wrapper.like-part {
    background: var(--italkeramik-primary);
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.do-you-like-wrapper .like-inner h3 {
    font-size: 48px;
    line-height: 64px;
}

.do-you-like-wrapper.like-part .theme-btn {
    border: 2px solid #fff;
    padding: 12px 24px;
    line-height: normal;
    color: #fff;
    display: inline-block;
    transition: all 1s;
    font-family: 'CircularXXWeb-Medium';
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.do-you-like-wrapper.like-part .theme-btn:hover {
    background-color: #fff;
    color: var(--italkeramik-primary);
    transition: all 1s;
}

.footer-container li a:hover,
.footer-copyright-wrapper a {
    color: var(--italkeramik-primary);
}

.block-social ul li:hover,
.block-social ul li a:hover {
    background-color: transparent;
}

/* ----08-05-2024-css-start---- */
.footer-container .footer-custom-newsletter-wrap .input-wrapper input {
    border: 1px solid #8e8e8e !important;
    color: #8e8e8e;
    padding: 15px 15px !important;
    height: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-container .footer-subcription-btn-wrap input:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

.footer-container .footer-subcription-btn-wrap input {
    width: 100%;
    /* padding: 14px 25px; */
    height: 56px !important;
    border: 2px solid var(--italkeramik-primary);
    background: var(--italkeramik-primary);
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 0px !important;
    text-transform: none;
    font-family: 'CircularXXWeb-Medium';
}

.footer-container .footer-custom-newsletter-wrap p {
    display: none;
}

div#contact-infos,
div#contact-infos a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 15px 0;
}

div#contact-infos a:hover {
    color: var(--italkeramik-primary);
}

.footer-container .wrapper p {
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: 'CircularXXWeb-Regular';
}

p#block-newsletter-label {
    font-size: 16px !important;
    font-family: 'CircularXXWeb-Medium'
}

.footer-container .block-social ul {
    margin-bottom: 0;
    margin-top: 16px;
}

.products .product .product-description h3,
.products .product .product-description .product-price-and-shipping {
    text-align: left;
    margin-top: 0;
}

.products .product .product-description {
    padding: 16px 12px;
}

.top-part-featuredproducts a.all-product-link {
    margin: 0;
    display: flex;
    align-items: center;
    color: #b01f09;
    font-weight: 600;
    font-size: 18px;
}

.products .products-section-title {
    text-align: left;
    margin: 0px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'CircularXXWeb-Bold';
    font-size: 32px;
    line-height: 43px;
}
#products .page-not-found {
    background: transparent;
	min-height: 300px;
}
/* ----08-05-2024-css-end---- */


/* ----09-05-2024-css-start-here--- */

#featured_categories .categories-list-blog .categories-list-img a img {
    object-fit: cover;
    max-width: 100%;
    aspect-ratio: 16 / 12;
}

#featured_categories .categories-list-blog .categories-list-img a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

#featured_categories h3.section-title {
    margin-bottom: 0px !important;
    font-size: 32px;
    line-height: 43px;
    text-transform: capitalize !important;
    text-align: left !important;
    font-family: 'CircularXXWeb-Bold';
}

.top-part-featuredproducts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main-menu-right {
    border-left: 1px solid #000;
    padding-left: 70px;
}

.categories-list-img:hover img {
    transform: scale(1.1);
    overflow: hidden;
}

/* ----09-05-2024-css-end-here--- */

/* ----13-05-2024-css-start----- */
.custom-main-grid {
    /* display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 25px; */
    padding-bottom: 25px;
    padding-top: 20px;
}

/* .custom-grid-item1-wrap {
    grid-column: 1 / 5;
} */

.custom-grid-item1-wrap img {
    height: 742px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.custom-our-products-scroll {
    display: inline-block;
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    margin-top: 40px;
}

/* width */
.custom-our-products-scroll::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.custom-our-products-scroll::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.custom-our-products-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

/* Handle on hover */
.custom-our-products-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.custom-grid-item2:last-child {
    padding-right: 0;
}

.custom-grid-item2 {
    width: 25.4%;
    padding-right: 30px;
    max-width: 100%;
    display: inline-block;
}

.custom-grid-item2 img {
    height: 186px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.our-products-slider-heading {
    font-size: 32px;
    line-height: 43px;
    padding-bottom: 10px;
    text-transform: none;
}

div#_desktop_cart .header span.cart-products-count,
div#_mobile_cart .header span.cart-products-count {
    position: absolute;
    background-color: #b02009;
    border-radius: 50%;
    font-size: 12px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: -10px;
    right: -10px;
}

div#_desktop_cart .header,
div#_mobile_cart .header {
    position: relative;
}

.user-info a.logout.hidden-sm-down {
    font-size: 0;
}

div#goToTopButton:hover {
    background-color: #000;
    color: #fff;
    transition: right 1s;
	right:0;

}

div#goToTopButton {
    position: fixed;
    top: 70%;
    right: -95px;
    width: 145px;
    height: 48px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: var(--italkeramik-primary);
    font-size: 16px;
    z-index: 99;
	transition: right 0.6s;
}

#goToTopButton .top h6 {
    margin-bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: 'CircularXXWeb-Regular';
    font-size: 16px;
	float:right;
	margin-right: 8px;
}

.custom-right-items-wrap .header-burger-img {
    /* width: 5%; */
    cursor: pointer;
    margin-left: 0px;
}

.header-burger-img img {
    max-width: 100%;
}

/* ----13-05-2024-css-end----- */

/* ----14-05-2024-css-start---- */
.main-menu-left .menu #top-menu>.menu-list>a.dropdown-item {
    font-size: 20px;
    line-height: 30px;
    color: #000000 !important;
    font-family: 'CircularXXWeb-Medium';
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-bottom: 0;
    font-weight: 500;
    padding-top: 0;
    padding: 0;
}

.main-menu-left .menu #top-menu>.menu-list>a.dropdown-item:hover {
    color: var(--italkeramik-primary) !important;
}

#header .header-top .position-static {
    padding: 0;
}

.main-menu-left .sub-menu .top-menu>li>a {
    font-size: 16px;
    line-height: 26px;
    color: #000 !important;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: capitalize;
}

.main-menu-left .sub-menu .top-menu>li {
    margin: 0 !important;
}

.main-menu-left .sub-menu .top-menu {
    margin: 0;
    gap: 0;
}

.main-menu-left .sub-menu .top-menu>li>a:hover {
    color: var(--italkeramik-primary) !important;
}

.footer-container .block-contact.links.wrapper,
.footer-container .links,
.footer-container #blockEmailSubscription_displayFooter {
    align-self: center;
}

.products ul.product-flags.js-product-flags,
.products .thumbnail-container button.wishlist-button-add,
.products .thumbnail-container .product-list-reviews {
    /* display: none; */
}

.products .thumbnail-container .inside-description-btns button.wishlist-button-add {
    display: block;
    position: unset;
    box-shadow: unset;
    padding: 0;
    height: auto;
    width: auto;
    min-width: auto;
    min-height: auto;
}

.products .thumbnail-container .inside-description-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.products .thumbnail-container .custom-product-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-product-details .product-category-title {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
    color: var(--italkeramik-primary);
    font-family: 'CircularXXWeb-Regular';
    font-weight: 400;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.custom-product-details .product-title {
    line-height: 21px;
    font-family: "CircularXXWeb-Medium";
    margin: 0 0 3px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    width: 75%;
    text-align: left;
}

.custom-product-details .product-title a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'CircularXXWeb-Medium';
}

.custom-product-details .product-title a:hover {
    color: var(--italkeramik-primary);
}

.custom-product-details .product-price-and-shipping {
    position: relative;
}

.custom-product-details .product-price-and-shipping span.price {
    font-size: 16px;
    line-height: 21px;
    font-family: "CircularXXWeb-Regular";
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.products .thumbnail-container .inside-description-btns button.add-to-cart-inside-description {
    border: 0;
    background-color: transparent;
}

.products .thumbnail-container .highlighted-informations {
    display: none;
}

.products .product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}


.products .product-miniature .thumbnail-container .product-thumbnail img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    aspect-ratio: 16 / 12;
    object-fit: cover;
    object-position: top;
}

.products .product-miniature .thumbnail-container .thumbnail-top:hover .product-thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.products.row {
    justify-content: flex-start !important;
}

.cart-summary-section h5 {
    padding: 12px 0;
    border-bottom: 1px solid #000;
}


/* ----14-05-2024-css-end---- */


/* ----16-05-2024-css-starts---- */
/* .page-my-account #content .links {
    flex-direction: column;
} */

.account-menu {
    flex-direction: column;
    margin-top: 10px;
}

/* ----16-05-2024-css-end---- */

/* 17-05-2024  CSS Start */
.page-index section#content {
    padding: 0;
}

#wrapper {
    padding-top: 50px !important;
}

.form-group .help-block {
    margin-top: 0;
}

.form-group .help-block ul li {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    color: #ed0000;
}

.page-customer-account #content {
    padding: 0;
    background-color: transparent;
    border: none;
}

.page-customer-account #content-wrapper,
.page-order-detail #content-wrapper,
#content-wrapper .page-addresses,
.page #content-wrapper {
    padding-bottom: 70px;
}

.page-category section#wrapper {
    padding: 70px 0 50px 0 !important;
}

.forgot-password-section {
    width: 50%;
    margin: 40px auto 0 auto;
}

.forgotten-password .form-fields .email {
    width: 100%;
}

.block-categories .dropdown>ul.category-sub-menu {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 80px;
}

.block-categories .category-sub-menu {
    margin-top: 0;
}

.block-categories .dropdown>ul.category-sub-menu li {
    display: flex;
    align-items: center !important;
    gap: 2px;
    margin: 0;
}

.block-categories .dropdown>ul.category-sub-menu li .material-icons img {
    display: flex;
}

.block-categories .dropdown>ul.category-sub-menu li .collapse-icons {
    position: unset;
    width: unset;
    height: unset;
}

.product-images {
    width: 120px;
}

.product-images img {
    width: 43px;
    height: 43px;
}

.product-images.js-qv-product-images img {
    width: 70px;
    height: 70px;
}

.images-container .product-images>li.thumb-container .thumb {
    margin-right: 0;
}

/* 17-05-2024  CSS End */

.custom-right-items-wrap #wishlist-link {
    font-size: 0;
}

/* .div-to-hide-permanent {
    display: none;
} */
/* ----custom-css-end-here--- */

/* 21-05-2024 */
.anmelden-box #wishlist-link .link-item img {
    width: 22px;
}

.wishlist-add-to-new,
.wishlist-add-to-new-transparent {
    padding: 11px 10px;
    /* height: 100% !important; */
    border: 2px solid var(--italkeramik-primary);
    background: var(--italkeramik-primary);
    color: #fff !important;
    font-size: 16px !important;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.wishlist-add-to-new-transparent {
    padding: 6px !important;
    background: transparent !important;
    color: var(--italkeramik-primary) !important;
    transition: 0.3s;
    font-family: "CircularXXWeb-Medium";
}

.wishlist-add-to-new-transparent:hover {
    background-color: var(--italkeramik-primary) !important;
    color: #fff !important;
    transition: 0.3s;
}

.wishlist-add-to-new-transparent:hover img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.wishlist-add-to-new:hover {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
    opacity: 1 !important;
}

.wishlist-list-item-right button {
    /* display: none; */
}

.wishlist-list .wishlist-list-item:hover .wishlist-list-item-link p {
    color: #b01f09 !important;
}


/* Address section */
.name_heading {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
}

.page-addresses .address .address-body {
    padding: 0;
}

.address-detailed-section .address-footer {
    padding: 10px 0 !important;
}

.addresses-footer {
    margin: 0 !important;
}

.addresses-footer .wishlist-add-to-new {
    width: 100%;
    display: inline-block;
}
#checkout section.checkout-step .address-item.selected {
   
    border: 1px solid var(--italkeramik-primary) !important;
}
/* Address section */

/* 21-05-2024 */


/* 22-05-2024 csss */
.wishlist-product {
    max-width: unset !important;
    border: 1px solid #ddd;
}

.wishlist-product-image img {
    width: 100% !important;
}

.wishlist-detailed-items {
    padding: 10px;
}

.wishlist-detailed-items .wishlist-product-right {
    padding: 0 10px;
}

#main .wishlist-products-container .card.page-content {
    padding: 10px 20px !important;
}

.wishlist-products-container .anmelden-box.anmelden-box-shadow {
    padding: 20px !important;
}

.wishlist-product-combinations a {
    display: none !important;
}

.anmelden-box-shadow .wishlist-container-header {
    flex-wrap: wrap;
}

.btn.wishlist-product-addtocart {
    background-color: var(--italkeramik-primary);
    border-radius: 0;
    color: #fff;
    padding: 8px 0;
    transition: 0.3s;
}

.btn.wishlist-product-addtocart:hover {
    background-color: #000;
}

/* #module-blockwishlist-lists .wishlist-modal{
    display: none;
} */
a.goback-button {
    color: #000 !important;
}

.category-sub-menu .collapse,
.category-sub-menu .collapsing {
    z-index: 10;
    position: absolute;
    top: 34px;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #ababab;
    /* padding: 8px; */
    font-weight: 700;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

    /* border-radius: 5px; */
}

/* .category-sub-menu .collapse .category-sub-menu {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    align-items: flex-start;
} */

.category-sub-menu .collapse .category-sub-menu li {
    margin-bottom: 0;
}

.category-sub-menu .category-sub-menu li a {
    font-size: 20px !important;
    line-height: normal;
}

.collapse.in[aria-expanded="true"] {
    display: block;
}

/* 22-05-2024 csss */

/* 23-05-2024 */
.wishlist-list-item-default {
    border: none;
}

.wishlist-list-container .wishlist-list .wishlist-list-item {
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .1803921569);
    margin-left: 0;
}

.wishlist-container-header .wishlist-add-to-new {
    font-size: 0 !important;
    transition: 0.6s;
}

.wishlist-container-header .wishlist-add-to-new:hover {
    transition: 0.6s;
    font-size: 14px !important;
}

.wishlist-container-header .wishlist-add-to-new i {
    margin-right: 0;
}

.products article .wishlist-button-add {
    position: absolute;
    bottom: 40px;
    top: unset !important;
    right: 48px;
    background-color: transparent;
    padding: 0 9px;
    box-shadow: none;
    min-width: unset;
    height: unset;
    width: unset;
}

.material-icons_selected,
.material-icons_unselect {
    /* width: 20px; */
    /* height: 100%; */
    /* background-position: center;
    background-repeat: no-repeat; */
}

/* .material-icons_selected{
    background-image: url(/themes/classic/assets/img/like-hover.svg);
}
.material-icons_unselect{
    background-image: url(/themes/classic/assets/img/like-red.svg);
} */
/* .custom-add-to-cart-div .material-icons{
    width: unset !important;
} */
.custom-add-to-cart-div button {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.js-product .material-icons_unselect,
.js-product .material-icons_selected {
    width: 30px !important;
}

.product-miniature.js-product-miniature {
    /* height: 100%; */
}

.product-price-and-shipping {
    position: relative;
}

/* 23-05-2024 */
.fade.show {
    opacity: 1;
}


/* ---sahil-css-start-23-05-2024--- */
.wishlist-login a.btn.btn-primary {
    /* padding: 14px 25px; */
    border: 0px solid var(--italkeramik-primary);
    background: var(--italkeramik-primary);
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 50%;
    border-radius: 0;
    margin-bottom: 0;
    /* line-height: normal; */
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible {
    background-color: var(--italkeramik-primary) !important;
    border: none !important;
    box-shadow: none !important;
}

.modal-footer::after {
    display: none;
}

.wishlist-create .wishlist-modal.modal .wishlist-add-to-new {
    width: auto !important;
}

.wishlist-login a.btn.btn-primary:hover {
    background-color: #000;
}

.custom-add-to-cart-div button span.material-icons {
    height: auto;
    width: unset;
}

/* ---sahil-css-end-23-05-2024--- */


/* --24-05-2024-css-start-- */
.block-categories {
    background-color: transparent;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 70px;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-family: 'CircularXXWeb-Medium';
    font-weight: unset;
}

.page-category .products.row {
    row-gap: 25px;
}

.block-category {
    display: flex;
    align-items: center;
    min-height: 100%;
    margin-bottom: 0;
    justify-content: space-between;
}

.sort-by-row {
    display: flex;
    align-items: center;
    /* gap: 10px; */
}

.block-category h1.page-title-section {
    margin-bottom: 0px !important;
    text-transform: capitalize;
    font-size: 32px;
    color: #000 !important;
    font-family: 'CircularXXWeb-bold';
}

.product-flags {
    z-index: 0 !important;
}

.block-category .sort-by-row button.btn-unstyle.select-title {
    border: 0;
    background-color: transparent;
    padding-right: 0px;
}

.wishlist-add-to-new i {
    color: #fff !important;
}

.products-sort-order .dropdown-menu {
    right: 0;
    min-width: max-content;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0;
    height: 40vh;
    background-color: #fff;
    border: 1px solid #ababab;
    font-weight: 700;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* width */
.products-sort-order .dropdown-menu::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.products-sort-order .dropdown-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.products-sort-order .dropdown-menu::-webkit-scrollbar-thumb {
    background: rgb(219, 219, 219);
    border-radius: 10px;
}

.products-sort-order .dropdown-menu a {
    padding: 3px 9px !important;
}

.products-sort-order .dropdown-menu a:hover {
    background-color: #0b77f3 !important;
}



section#js-active-search-filters {
    display: none;
}

.detail-page-wishlist .wishlist-button-add {
    background-color: transparent;
    box-shadow: none;
}

#category section#products {
    padding-top: 0;
}

.product-add-to-cart .product-actions__button .wishlist-add-to-new img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.product-add-to-cart .product-actions__button .material-icons {
    width: unset;
    height: unset;
}

div#blockcart-modal .modal-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'CircularXXWeb-Medium';
}

div#blockcart-modal .modal-title i.material-icons {
    margin-right: 0;
}

#blockcart-modal .cart-content .cart-content-btn {
    width: 100%;
    margin-top: 25px;
}

.btn-primary {
    /* padding: 12px 25px; */
    border: 2px solid var(--italkeramik-primary);
    background: var(--italkeramik-primary);
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 0px !important;
    text-transform: capitalize;
    font-family: 'CircularXXWeb-Medium';
    /* line-height: normal; */
}

.btn-secondary:hover {
    background-color: var(--italkeramik-primary) !important;
    border-color: var(--italkeramik-primary);
    color: #fff;
}

.btn-primary:hover {
    background-color: #000;
    border-color: #000;
}

.btn-secondary {
    border: 2px solid var(--italkeramik-primary);
    border-radius: 0;
    padding: 12px 25px;
    background-color: #fff;
    color: var(--italkeramik-primary);
    font-family: 'CircularXXWeb-Medium';
    line-height: normal;
    font-size: 16px;
}

#blockcart-modal .product-name {
    font-family: 'CircularXXWeb-Medium';
    color: #000;
}

#blockcart-modal .product-price {
    margin-bottom: 0;
}

#blockcart-modal .modal-body .divide-right span {
    margin-bottom: 0;
}

#blockcart-modal .cart-content p.cart-products-count {
    font-size: 22px;
    font-family: 'CircularXXWeb-Medium';
    font-weight: unset;
    color: #000;
    margin-bottom: 25px;
}

#blockcart-modal .cart-content p span {
    font-weight: unset !important;
    font-family: 'CircularXXWeb-Bold';
}

#blockcart-modal .cart-content p span.value {
    color: var(--italkeramik-primary);
}

#blockcart-modal .cart-content p {
    margin-bottom: 0;
}

.current-price span {
    color: #000;
    font-size: 32px;
    /* font-weight: 700; */
    font-family: "CircularXXWeb-Bold";
}

font {
    vertical-align: unset !important;
}

.product-information .product-description p,
.product-description-section p {
    font-size: 20px !important;
    color: #000 !important;
    /* font-weight: 500; */
}

td {
    vertical-align: top;
}

.wishlist-modal .modal-cancel:hover {
    opacity: 1;
}

/* .product-container .scroll-box-arrows i {
    bottom: 48px !important;
} */

.wishlist-modal .modal-footer .btn {
    margin-bottom: 0;
}

.modal-header {
    border-bottom: 1px solid #ddd !important;
}

.modal-header .modal-title {
    margin-bottom: 0;
}

/* ---shivam--- */
.form-control:not(:placeholder-shown) {
    color: black;
}

.form-control::placeholder {
    color: grey;
}

.form-control {
    color: black;
}

.product-main-img {
    max-width: 100% !important;
}

/* ---shivam--- */

.wishlist-list .wishlist-list-item {
    background-color: #f4f4f4;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px !important;
}

.wishlist-add-to-new {
    margin-left: auto;
}

.wishlist-add-to-new {
    height: 56px;
    line-height: 30px !important;
    min-width: 182px;
}

a.wishlist-add-to-new.text-primary {
    color: #fff !important;
}

.product-actions .js-product-additional-info {
    display: none;
}

/* --24-05-2024-css-end-- */


/* --27-05-2024-css-start-- */
.cart-product-name-td {
    width: 350px;
    display: inline-block;
    text-wrap: wrap;
}

.cart-overview span.input-group-btn-vertical {
    display: none;
}

.cart-overview input.js-cart-line-product-quantity {
    height: 36px;
    width: 36px;
    margin-left: 0 !important;
}

.anmelden-box .cart-overview table tr th,
.anmelden-box .cart-overview table tr td {
    padding: 12px 10px;
}

.anmelden-box .cart-overview table tr th {
    color: #000;
    font-weight: unset;
    font-family: 'CircularXXWeb-Medium';
}

.cart-grid-body .anmelden-box.anmelden-box-shadow h5 {
    font-size: 24px;
}

.blockreassurance_product {
    display: none !important;
}

.cart-coupon-code-wrap {
    margin-top: 40px;
}

.collapse.show {
    display: block;
}

.cart-voucher .promo-code {
    padding: 0;
    margin-top: 10px;
}

.cart-voucher .promo-code input.promo-input {
    font-size: 16px;
    margin-right: 0;
    width: calc(100% - 97px);
    height: 48px !important;
    text-indent: 0;
}

.cart-voucher .promo-code form {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.promo-code-submit-btn:hover {
    border-color: #000 !important;
}

.promo-code-submit-btn {
    border-color: var(--italkeramik-primary) !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}


.product-container .blockreassurance_product {
    display: none;
}

section#checkout-personal-information-step input {
    font-size: 16px;
    border-radius: 0;
}

.detail-section-table td {
    border: none !important;
}

section#checkout-personal-information-step span.input-group-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

section#checkout-personal-information-step .input-group.js-parent-focus {
    position: relative;
}

section#checkout-personal-information-step span.input-group-btn button {
    background-color: transparent;
}

.detail-section-table tr {
    background-color: #fff !important;
}

#checkout section.checkout-step.-current .step-title {
    text-transform: capitalize;
}

body#checkout .custom-checkbox span {
    position: unset;
    flex: unset;
}

body#checkout .custom-checkbox>label {
    display: flex;
    align-items: center;
}

.wishlist-add-to-new-transparent button {
    margin-left: 0px;
}

/* .featured-products .js-product.product {
    margin-bottom: 20px;
} */

.js-address-form .form-fields {
    padding: 0 !important;
}

.checkout-addresses-step .content {
    padding: 0 !important;
}

/* --27-05-2024-css-end-- */

/* ---28-05-2024-css-start--- */
.mobile-rightside-data-wrap .wishlist-content-for-mobile a#wishlist-link span.link-item {
    font-size: 0;
}

.mobile-rightside-data-wrap .wishlist-content-for-mobile a#wishlist-link .nav-arrow-right {
    display: none;
}

.top-part-featuredproducts .products-section-title {
    text-transform: capitalize;
    margin: 0;
    font-family: 'CircularXXWeb-bold';
}

.collapse.in .category-sub-menu li,
.collapse.in .category-sub-menu {
    display: block;
    margin-top: 0;
}

.js-customer-form .custom-checkbox:last-child {
    display: none;
}

.product-description-section span {
    background-color: transparent !important;
    font-size: 17px !important;
}

.product-description-section a {
    background-color: transparent !important;
}

ul.list-unstyled {
    display: flex;
    width: 100%;
    gap: 70px;
}

body#checkout section.checkout-step .step-title {
    border-bottom: none;
    padding-bottom: .625rem;
}

#checkout-addresses-step.anmelden-box,
#checkout-payment-step.anmelden-box {
    margin-top: 32px !important;
}
.additional-information section {
    padding: 0;
}
#checkout .additional-information {
    margin-top: 0 !important;
    margin-left: 1.875rem !important;
    font-size: .875rem;
}
body#checkout section.checkout-step .content {
    padding: 0 !important;
    margin-top: 30px;
}
.custom-radio input[type=radio]:checked+span {
    background-color: var(--italkeramik-primary);
}
body#checkout #header .header-nav {
    padding: 0 !important;
}

.category-sub-menu li a.category-sub-link {
    padding: 4px 10px !important;
    width: 100% !important;
}

.category-sub-menu li a.category-sub-link:hover {
    background-color: #0b77f3;
    color: #fff;
}

.cart-summary-products .media-list .media-left img {
    max-width: unset !important;
}

.wishlist-content-for-desktop {
    display: flex;
}

.category-sub-menu a {
    margin-top: 0 !important;
}

.a-unordered-list.a-vertical.a-spacing-small {
    background-color: transparent !important;
}

.header-top .nav-arrow-right {
    display: none;
}

#js-product-list-header .block-categories {
    padding-top: 0 !important;
}

#js-product-list-header .block-category .category-cover {
    display: none;
}

.product-miniature .product-price-and-shipping {
    font-weight: 500;
    line-height: 0 !important;
}

/* .block-categories{
    padding: 1.563rem 0 !important;
} */
.info-icon-shop {
    border: none;
    background-color: transparent;

}

/* ---28-05-2024-css-end--- */

/* ---07-06-2024 css start */

/* Modal background */
.description-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 999 !important;
}

/* Modal content */
.description-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    position: relative;
}

/* Close button */
.description-close {
    color: #000;
    float: right;
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.description-close:hover,
.description-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.information-icon {
    background-color: transparent;
    border: none;

}

#category-description p span {
    background-color: transparent !important;
    font-size: 20px !important;
    color: #000 !important;
}

#empty-product-comment.product-comment-list-item {
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: 0;
    display: none;
}

#empty-product-comment .btn-comment-big {
    height: 56px;
    background-color: var(--italkeramik-primary);
    transition: 0.3s;
    display: none;
}

#empty-product-comment .btn-comment-big:hover {
    color: #fff;
    background-color: #000000;
    transition: 0.3s;
}

.product-comment-modal .btn-comment {
    font-weight: 500 !important;
}

#product-comments-list-header {
    display: none;
}

#product-comments-list-footer {
    min-height: unset !important;
}

.product-information .product-description p span {
    color: #000000 !important;
    font-weight: 400 !important;
}

.product-cover .layer {
    display: none;
}

.product-cover {
    overflow: hidden;
}

.product-cover img {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product-cover:hover img {
    transform: scale(1.1);
    overflow: hidden;
}

.custom-set-new-password {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-content.card.card-block {
    border: none;
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: none;
}

#ps_checkout-payment-method-logo-block-container {
    display: none;
}

.table.table-striped.detail-section-table tbody dt {
    font-weight: 400 !important;
}

.table.table-striped.detail-section-table tr dt.name,
.table.table-striped.detail-section-table tr dd {
    color: #000 !important;
}

/* ---07-06-2024 css end */

/* 13-06-2024 starts */
.mycustom-out-of-stock-class {
    color: var(--italkeramik-primary) !important;
    font-weight: 700;
    margin-top: 15px;
}

.scroll-box-arrows i {
    height: fit-content !important;
    line-height: unset !important;
}

.page-customer-account .page-content.card.card-block {
    margin-bottom: 0 !important;
}

.footer-container .block-contact.links {
    margin-top: 0 !important;
}

.footer-container .links,
.block_newsletter {
    margin-top: -13px !important;
}

.table-responsive.table-container table th {
    color: #000;
}

.page-product #wrapper {
    padding: 70px 0 40px !important;
}

.search-drop-main .search-drop-mobile .material-icons img {
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    filter: brightness(0);
}

.product__minimal-quantity {
    display: none !important;
}

.custom-add-to-cart-div button.btn:active {
    border: none !important;
}

.custom-add-to-cart-div button.btn .material-icons:focus-visible {
    outline: none;
}

.cart-grid-body .card-block,
.cart-grid-body .cart-overview {
    padding: 0;
}

.cart-overview .table td,
.cart-overview .table th {
    border-top: 0 !important;
}

/* 13-06-2024 ends */


/* 17-06-2024 starts */
.account-inner-pages-heading,
.wishlist-container-header h1 {
    font-size: 24px;
    line-height: 32px;
    color: black;
    margin-bottom: 15px;
    font-family: 'CircularXXWeb-Medium';
}

.wishlist-toast.isActive.success {
    display: block !important;
}




/*me 6-7-2024*/
.page-cart .anmelden-box .cart-overview table tr th {
    /* padding-left: 2px; */
    font-weight: 700;
    line-height: 30px;
    font-family: 'CircularXXWeb-Regular';
}

#blockcart-modal .cart-content .cart-content-btn a.btn-primary {
    line-height: 34px;
}

.wishlist-modal .error-msz {
    color: var(--italkeramik-primary);
    padding: 0px 15px;
    font-size: .8125rem;
    font-weight: 600;
}

.wishlist-modal .success-msz {
    color: #4cae4c;
    padding: 0px 15px;
    font-size: .8125rem;
    font-weight: 600;
}

#blockcart-modal {
    margin: 0px 15px;
}

.page-cart .anmelden-box .cart-overview table tr td[scope="row"] .cart-product-name-td {
    max-width: 220px !important;
    word-break: break-all;
    display: block;
}

.page-cart a.btn-secondary i.material-icons {
    display: none;
}

.cart_page_buttons .btn_cart_mine {
    height: 56px;
    line-height: 30px !important;
    min-width: 182px;
    text-transform: capitalize;
    justify-content: center;
    background-color: transparent;
}

.hd_space {
    margin-bottom: 16px !important;
}

.cart_wrapper_box .value {
    font-size: 16px;
    font-weight: 400;
}

.cart-detailed-totals .cart-total span {
    font-size: 19px !important;
}

.cart-detailed-totals .cart-detailed-subtotals {
    border-bottom: 1px solid #8e8e8e;
    margin: 0px 0px 12px 0px;
}

.cart-detailed-totals div#cart-subtotal-shipping {
    margin-bottom: 5px !important;
}

.cart_page_buttons {
    margin: 30px 0px;
}

.promo-code-submit-btn {
    height: 48px;
    line-height: 14px;
    padding: 0px 18px;
}

#header .header-nav .cart-preview.active {
    background-color: transparent;
}

/* .table-responsive.cart-overview {
    overflow: hidden;
} */

.page-customer-account #content .table th,
.page-customer-account #content .table td {
    text-align: left !important;
}

div#order-infos .wishlist-add-to-new {
    min-width: auto !important;
}

.page-order-detail .box {
    padding: 0px;
}

.order_list_wrpper li {
    margin: 0px;
}

.order_account_table thead th,
#order-products th,
.bottom_table_wrapper th {
    padding: 8px;
    border-left: 0px;
    border-right: 0px;
}

.order_account_table tbody tr td,
.order_account_table tr td,
.bottom_table_wrapper tr td {
    --bs-table-accent-bg: #fff !important;
    border-left: 0px;
    border-right: 0px;
}

#order-products td,
#order-products th,
.order_account_table td,
.order_account_table th,
.bottom_table_wrapper td,
.bottom_table_wrapper th {
    padding: 8px !important;
    border-left: #fff !important;
    border-right: #fff !important;
    border-bottom-color: #e1e1e1 !important;
}

#order-products,
.order_account_table,
.bottom_table_wrapper {
    border-color: #e1e1e1 !important;
}

button.goback-button img {
    margin-right: 2px;
    width: 22px;
}

.anmelden-box-shadow .wishlist-container-header {
    align-items: center;
    line-height: 25px;
}

.custom-add-to-cart-div button:disabled {
    border: 0px !important;
}

.cart-empty .empty-class-div p {
    font-size: 30px;
    text-align: center;
}

.wishlist-modal .modal-body {
    padding: 16px 15px 0px 15px !important;
}

/* ---18-06-2024-css-start--- */
/* .customer-account-tabs-data-wrap .anmelden-box {
    margin-bottom: 40px !important;
} */

button.wishlist-list-item-actions {
    display: none;
}

.search-drop-main {
    display: none;
}

.images-container.js-images-container .js-qv-mask.mask.scroll ul.product-images.js-qv-product-images {
    margin-bottom: 0;
    position: relative;
}

/* ---18-06-2024-css-end--- */

/* ---19-06-2024-css-start--- */
.page-customer-account #wrapper {
    padding-top: 70px !important;
}

.page-cart .anmelden-box .cart-overview table tr td {
    padding: 8px 0px;
    padding-right: 20px;
}

.page-cart .anmelden-box .cart-overview table tr th {
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 20px;
}

#checkout-personal-information-step .field-password-policy {
    display: none;
}

.page-cart section#wrapper {
    padding-top: 70px !important;
    padding-bottom: 40px;
}

#checkout section#wrapper {
    padding-top: 70px !important;
    padding-bottom: 40px;
}

#product.page-product .product-miniature.js-product-miniature {
    margin-bottom: 30px;
}

.page-cart .anmelden-box table td img {
    max-width: 108px;
    height: 100%;
    width: 100%;
}

.cart-product-page-img {
    width: 108px;
}

/* ---19-06-2024-css-end--- */

/* ---20-06-2024-css-start--- */
body#checkout section.checkout-step.-complete .step-title,
body#checkout section.checkout-step.-current .step-title,
body#checkout section.checkout-step.-current+.checkout-step .step-title,
body#checkout section.checkout-step.-unreachable .step-title {
    font-size: 1rem;
    font-family: "CircularXXWeb-Bold";
    padding: 0px !important;
    border: 0;
    cursor: pointer;
    font-weight: 400;
}

body#checkout button.continue.btn {
    display: flex;
    width: auto;
    padding: 0 25px;
    box-shadow: none;
    height: 56px;
    line-height: 52px;
    border: 2px solid var(--italkeramik-primary);
    background: #fff;
    color: var(--italkeramik-primary);
    font-family: "CircularXXWeb-Medium";
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 0px !important;
    min-width: 182px;
    align-items: center;
    justify-content: center;
}

body#checkout button.continue.btn:hover {
    background-color: var(--italkeramik-primary);
    color: #fff;
}

body#checkout section.checkout-step.-complete .step-title i,
body#checkout section.checkout-step.-current .step-title i,
body#checkout section.checkout-step.-current+.checkout-step .step-title i,
body#checkout section.checkout-step.-unreachable .step-title {
    padding-left: 0;
    margin-right: 0;
}

.cart-summary-products.js-cart-summary-products table tbody tr td {
    border-bottom: 0;
}

.cart-summary-products.js-cart-summary-products table tbody tr:last-child td {
    border-bottom: 1px solid #8e8e8e;
}

div#cart-subtotal-products {
    margin-bottom: 0;
}

div#payment-confirmation button.btn.btn-primary {
    width: auto;
    padding: 14px 40px !important;
    height: 56px !important;
    border: 2px solid var(--italkeramik-primary);
    background: var(--italkeramik-primary);
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 0px !important;
    text-transform: none;
    font-family: 'CircularXXWeb-Medium';
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion.shoping-accordion h2 button {
    font-family: 'CircularXXWeb-Medium';
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 10px !important;
}

form#conditions-to-approve ul li {
    margin-left: 0;
}

body#checkout section.checkout-step.-current {
    min-height:30rem;
}
body#checkout section.checkout-step {
    padding: 30px;
}
body#checkout .order-guest-form-wrapper,
body#checkout .checkout-login-form-wrapper,
body#checkout .js-address-form section.form-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    /* align-items: center; */
}

body#checkout .js-address-form section.form-fields::before {
    display: none;
}

.use_same_address-checkbox-wrapper label {
    white-space: normal;
    overflow: unset;
}

.use_same_address-checkbox-wrapper {
    align-items: flex-start;
}

.use_same_address-checkbox-wrapper input#use_same_address {
    margin-top: 5px;
}

body#checkout .checkout-login-form-wrapper .forgot-password {
    margin-left: 0px !important;
}

body#checkout .custom-checkbox {
    display: grid;
}

body#checkout .order-guest-form-wrapper .js-input-column span,
body#checkout .js-address-form .js-input-column span {
    font-size: .875rem;
    color: #7a7a7a;
}

body#checkout .order-guest-form-wrapper .form-informations {
    margin-bottom: 0;
}

body#checkout .order-guest-form-wrapper .form-group.rows,
body#checkout .checkout-login-form-wrapper .form-group.rows,
body#checkout .js-address-form .form-group.rows {
    margin-bottom: 0;
}

section#checkout-personal-information-step .nav .nav-item .nav-link.active,
section#checkout-personal-information-step .nav .nav-item .nav-link:hover {
    color: var(--italkeramik-primary);
}

section#checkout-personal-information-step ul.nav {
    margin: 30px 0 10px !important;
}

section#checkout-personal-information-step form#customer-form,
div#delivery-address {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

section#checkout-personal-information-step .nav .nav-item .nav-link {
    font-size: 16px;
    padding: 0;
    font-weight: 400;
    font-family: 'CircularXXWeb-Regular';
}

section#checkout-personal-information-step .nav .nav-item {
    margin-left: 0;
    margin-right: 30px;
}

section#checkout-personal-information-step .nav .nav-item:last-child {
    margin-right: 0px;
}

section#checkout-personal-information-step .nav .nav-item:nth-child(2) {
    display: none;
}

body#checkout .order-guest-form-wrapper .js-input-column span label {
    white-space: normal;
    display: inline-block;
}

#order-confirmation .card-block {
    padding: 0;
}

#order-confirmation .page-content.page-order-confirmation {
    padding: 32px !important;
}

section#content-hook_order_confirmation section#ps_cashondelivery-displayOrderConfirmation {
    padding-top: 0;
}

section#content-hook_order_confirmation section#ps_cashondelivery-displayOrderConfirmation p {
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
}

ul.order-detail-list-wrap li {
    margin: 0px !important;
    font-size: 18px;
}

.page-order-confirmation div#order-details h4 {
    margin-bottom: 10px;
}


.order-confirmation-table .order-line .details,
.order-confirmation-table .order-line .qty {
    font-size: 16px;
}

.page-order-confirmation div#order-items h3.card-title {
    font-family: 'CircularXXWeb-Medium';
}

body#order-confirmation section#wrapper {
    padding: 50px 0 70px !important;
}

body#order-confirmation section#content-hook-order-confirmation-footer {
    padding-top: 0;
}

body#order-confirmation section#content-hook-order-confirmation-footer section.featured-products {
    padding-top: 0;
    margin-top: 20px;
}

body#order-confirmation section#content-hook-order-confirmation-footer section.featured-products .container {
    padding: 0;
}

form#conditions-to-approve .condition-label label {
    white-space: normal;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    margin-left: 0;
}

#module-blockwishlist-lists .wishlist-list-container ul.wishlist-list li.wishlist-list-item.wishlist-list-item-default .wishlist-list-item-right {
    display: none;
}

nav.pagination .col-md-4 {
    color: #000;
    font-family: 'CircularXXWeb-Medium';
}
.pagination .current a {
	color: var(--italkeramik-primary);
}
.field-password-policy .rows.form-group {
    margin-bottom: 0;
    margin-top: 12px;
}

#search_widget form input {
    margin-top: 10px;
}

#search_widget form i {
    top: 30%;
}

#search section#products {
    padding: 0;
}

body#search section#wrapper {
    padding: 70px 0 50px !important;
}

body#search div#js-product-list nav.pagination {
    margin-bottom: 0;
}

body#search h1#js-product-list-header {
    font-family: 'CircularXXWeb-Medium';
}

/* ---20-06-2024-css-end--- */

/* ---26-06-2024-css-start--- */
body#category div#content-wrapper.left-column>.container,
body#category div#content-wrapper.left-column div#js-product-list>.container {
    padding: 0;
}

body#order-detail section#wrapper {
    padding-top: 70px !important;
}

/* ---26-06-2024-css-end--- */


/* ----custom-media-query-start-here---- */

@media screen and (max-width:1200px) {
    .custom-product-details .product-title {
        width: 70%;
    }

    #authentication .custom-checkbox label {
        display: flex;
    }

    #authentication .custom-checkbox label span:last-child {
        flex-wrap: wrap;
        word-wrap: break-word;
        word-break: break-all;
        width: 100%;
        display: inline-flex;
        gap: 5px;
        flex: unset;
        margin-top: -3px;
    }

    #authentication .custom-checkbox span {
        flex: unset;
    }

    .forgot-password-section {
        width: 80%;
    }

    #featured_categories {
        padding-top: 60px;
    }

    #checkout #checkout-payment-step div#payment-option-3-container label,
    #checkout #checkout-payment-step div#payment-option-1-container label {
        white-space: normal;
    }

    .cart-summary-products.js-cart-summary-products table tbody tr td:last-child {
        text-align: right;
    }

    body#checkout section.checkout-step .carrier-delay,
    body#checkout section.checkout-step .carrier-name,
    .delivery-option.js-delivery-option span.carrier-price {
        white-space: normal;
    }

    body#checkout section.checkout-step .delivery-options .delivery-option {
        padding-left: 10px;
        padding-right: 10px;
    }

    body#checkout #delivery>label {
        white-space: normal;
    }
}

@media screen and (max-width:1024px) {
    .welcome-text-wrap {
        padding: 0;
    }

    .block-categories {
        display: block;
    }

    .search-drop-main {
        display: none;
    }

    .top-part-featuredproducts .products-section-title {
        font-size: 32px;
    }

    #custom-text .welcome-text-wrap h2.welcome-heading {
        margin-bottom: 0px;
    }

    .anmelden-box-shadow .wishlist-container-header {
        margin-top: -4px;
    }

    .welcome-text-wrap h1.welcome-heading {
        font-size: 46px;
        line-height: normal;
        margin-bottom: 0;
    }

    #wrapper {
        padding-top: 0;
    }

    #featured_categories .row {
        display: flex;
        flex-wrap: wrap;
    }

    /* section#content {
        padding-top: 50px;
    } */

    .custom-product-details .product-title {
        width: 70%;
    }

    div#order-infos .wishlist-add-to-new {
        width: max-content !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 12px;
    }

    .page-order-detail .box table {
        white-space: nowrap;
        overflow: scroll;
        display: inline-block;
        overflow-y: hidden;
        margin-bottom: 0;
    }

    article#delivery-address.box h4,
    article#invoice-address.box h4 {
        line-height: 28px;
    }

    .page-order-detail h3 {
        line-height: 28px;
    }

    #checkout h1.step-title i {
        padding-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:992px) {

    .js-product .material-icons_unselect,
    .js-product .material-icons_selected {
        width: 20px !important;
    }

    #product.page-product .product-miniature.js-product-miniature {
        margin-bottom: 0px;
    }

    body#cms .page-cms h2 {
        font-size: 36px !important;
        line-height: normal !important;
    }

    .footer-container .footer-custom-newsletter-wrap .input-wrapper input {
        font-size: 16px;
        height: 56px !important;
    }

    .table-responsive.cart-overview .table .hidden-md-down {
        display: table-cell !important;
    }

    .block-category h1.page-title-section {
        font-size: 26px;
        line-height: 36px;
    }

    .account-inner-pages-heading,
    .wishlist-container-header h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .custom-add-to-cart-div .material-icons {
        width: 20px !important;
    }

    .products article .wishlist-button-add {
        bottom: 32px;
        right: 30px;
    }

    .footer-container ul li {
        line-height: 24px;
    }

    /* .custom-right-items-wrap .header-burger-img {
        width: 8%;
    } */

    .block-categories {
        display: none;
    }

    .search-drop-main {
        /*display: block;*/
    }

    .search-drop-mobile {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .search-drop-mobile .material-icons {
        display: flex;
        width: 30%;
        justify-content: end;
        align-items: center;
        padding-top: 5px;
    }

    .search-drop-main .search-drop-mobile .material-icons img {
        width: 30px;
        height: 40px;
    }

    #custom-text .welcome-text-wrap h2.welcome-heading {
        font-size: 36px;
        line-height: 46px;
        font-family: 'CircularXXWeb-Regular';
        margin-bottom: 0;
    }

    #featured_categories h3.section-title {
        font-size: 26px;
        line-height: 36px;
        font-family: 'CircularXXWeb-Bold';
        font-weight: 500;
    }

    .custom-grid-item1-wrap img {
        height: 350px;
    }

    .custom-grid-item2 img {
        height: 150px;
    }

    .products .products-section-title {
        font-size: 26px;
        line-height: 36px;
    }

    .top-part-featuredproducts {
        margin-bottom: 30px;
    }

    .do-you-like-wrapper .like-inner h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .do-you-like-wrapper.like-part .theme-btn {
        max-width: 200px;
        font-size: 16px;
    }

    .products .product .product-description {
        padding: 10px 15px;
    }

    .custom-product-details .product-price-and-shipping span.price {
        line-height: 21px;
        font-weight: 500;
    }

    .inside-description-btns img {
        max-width: 100%;
    }

    /* .product-description-detail-wrapper {
        width: calc(100% - 60px);
    } */

    .product-miniature .product-price-and-shipping {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .products .thumbnail-container .inside-description-btns {
        gap: 1px;
    }

    .our-products-slider-heading {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 17px;
    }

    .custom-our-products-scroll {
        margin-top: 20px;
    }

    .custom-grid-item2 {
        padding-right: 10px;
    }

    .footer-container .row>.col-xs-12 {
        width: 50%;
        margin: 15px 0;
    }

    .block-contact {
        padding-left: 0;
    }

    #footer {
        padding: 50px 0;
    }

    .forgot-password-section {
        width: 100%;
    }

    .wishlist-add-to-new {
        width: 100%;
        margin-top: 10px;
    }

    .wishlist-product-image {
        width: 100px !important;
    }

    .btn.wishlist-product-addtocart {
        width: 60%;
    }

    .wishlist-button-add {
        margin-right: 10px;
    }

    /* #module-blockwishlist-lists .wishlist-modal{
        display: none;
    } */
    button.goback-button {
        color: #000 !important;
    }

    .wishlist-container-header .wishlist-add-to-new {
        font-size: 16px !important;
    }

    .wishlist-container-header .wishlist-add-to-new:hover {
        font-size: 16px !important;
    }

    .products.row {
        row-gap: 30px;
    }

    /* .custom-add-to-cart-div .material-icons {
        height: 1em !important;
    } */

    .custom-add-to-cart-div button {
        bottom: 20px;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="subject"],
    input[type="tel"],
    input[type="date"],
    select#field-id_country {
        height: 46px !important;
    }

    .account-menu__back {
        display: none;
    }

    .table-responsive.cart-overview {
        overflow: scroll;
    }

    .detail-page-wishlist .wishlist-button-add span.material-icons_unselect {
        height: 1.7em;
        width: 1.7em;
        display: inline-block;
    }

    .detail-page-wishlist .wishlist-button-add {
        margin-right: 0;
        height: auto;
        width: auto;
        padding: 0px;
        display: block;
        min-width: auto;
    }

    .wishlist-add-to-new-transparent {
        height: 56px;
        gap: 10px !important;
    }

    button.goback-button {
        font-size: 16px;
    }

    .top-part-featuredproducts .products-section-title {
        font-size: 26px;
    }

    div#order-infos .wishlist-add-to-new {
        margin-top: 0px;
    }

    .page-order-detail .box table th,
    .page-order-detail .box table td {
        width: 100%;
    }

    #checkout-addresses-step.anmelden-box,
    #checkout-payment-step.anmelden-box {
        margin-top: 15px !important;
    }

    section#checkout-addresses-step .js-address-form div#delivery-addresses article {
        width: 100%;
        flex: unset;
    }

    #checkout section#checkout-delivery-step {
        margin-top: 15px;
    }

    section#content.page-content.page-customer .table tr th,
    section#content.page-content.page-customer .table tr td {
        display: table-cell !important;
    }
}

@media (max-width:991px) {
    .cart-detailed-actions .wishlist-add-to-new {
        margin-top: 0px;
    }

    .cart-grid-body .anmelden-box.anmelden-box-shadow h5 {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {

    div#carousel,
    ul.carousel-inner {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    body#search section#wrapper {
        padding: 40px 0 40px !important;
    }

    body#order-confirmation section#wrapper {
        padding: 40px 0 50px !important;
    }

    .cart-coupon-code-wrap {
        margin-top: 20px;
    }

    .page-cart .anmelden-box .cart-overview table tr td {
        padding-right: 20px;
    }

    .cart-detailed-totals .cart-total span {
        font-size: 20px !important;
    }

    .cart_page_buttons {
        margin-bottom: 0px;
    }

    div#js-product-list nav.pagination {
        margin-bottom: 0;
    }

    .carousel .carousel-item .caption {
        position: absolute;
        bottom: 10px;
        text-align: left;
        margin: 0;
    }

    #order-confirmation .page-content.page-order-confirmation {
        padding: 17px !important;
    }

    .block-promo,
    .cart-summary-line,
    .table-responsive.cart-overview .table {
        margin-bottom: 0px;
    }

    div#_desktop_logo {
        display: block !important;
    }

    .block-contact #contact-infos {
        display: block;
        padding-left: 0;
    }

    div#payment-confirmation button.btn.btn-primary {
        height: 46px !important;
    }

    .links .wrapper>p.h3 {
        display: block !important;
    }

    #checkout #checkout-payment-step div#payment-option-3-container,
    #checkout #checkout-payment-step div#payment-option-1-container {
        display: flex;
    }

    #checkout #checkout-payment-step div#payment-option-3-container span.custom-radio,
    #checkout #checkout-payment-step div#payment-option-1-container span.custom-radio {
        margin-top: 10px;
    }

    .links .wrapper ul#footer_sub_menu_1,
    .links .wrapper ul#footer_sub_menu_2 {
        display: block;
        background-color: unset;
        margin-bottom: 0px;
    }

    .page-cart .anmelden-box table td img {
        max-width: 70px;
        padding-right: 0;
    }

    .cart-product-page-img {
        width: 46px;
    }

    .links .wrapper ul#footer_sub_menu_1 li,
    .links .wrapper ul#footer_sub_menu_2 li {
        padding: 0;
        border: 0;
    }

    .footer-copyright-wrapper {
        text-align: center;
    }

    .header-top {
        padding: 0 !important;
    }

    /* .welcome-text-wrap .What-looking-text-wrap::after {
        height: 2px;
    } */

    .mobile-lang-wrap div#_mobile_language_selector .language-selector-wrapper .language-selector.dropdown.js-dropdown button.hidden-sm-down {
        display: block !important;
        padding: 10px;
        margin-left: auto;
    }

    .mobile-lang-wrap div#_mobile_language_selector .language-selector-wrapper .language-selector.dropdown.js-dropdown button.hidden-sm-down:focus span {
        color: #232323;
    }

    .mobile-lang-wrap div#_mobile_language_selector .language-selector-wrapper .language-selector.dropdown.js-dropdown.open>.dropdown-menu {
        display: block !important;
        right: 10px;
        left: auto;
    }

    nav.header-nav .hidden-md-up.text-sm-center.mobile .clearfix {
        display: none;
    }

    .hidden-md-up #menu-icon {
        margin: 0 !important;
        margin-left: 10px !important;
    }

    .hidden-md-up #_mobile_user_info .user-info {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hidden-md-up #_mobile_user_info .user-info a.logout.hidden-sm-down {
        display: block !important;
    }

    .hidden-md-up.text-sm-center.mobile {
        display: flex !important;
        align-items: center;
        padding: 13px 0 13px 12px;
        justify-content: space-between;
    }

    #header .header-nav .user-info .account {
        margin-left: 0;
    }

    #header .header-nav .mobile-rightside-data-wrap .blockcart {
        padding: 0;
        height: auto;
        margin: 0;
    }

    .mobile-rightside-data-wrap {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: end;
    }

    .mobile-hide-section {
        display: none !important;
    }

    section#featured_categories .col-xs-12 {
        width: 50%;
    }

    #featured_categories .categories-list-blog .categories-list-info h5 {
        font-size: 14px;
    }

    .custom-grid-item1-wrap img {
        height: 260px;
    }

    .custom-main-grid {
        /* gap: 15px; */
        padding-bottom: 30px;
    }

    .custom-grid-item2 img {
        height: 100px;
    }

    .footer-container .links ul>li {
        font-weight: 500;
    }

    .products .product .product-description {
        padding: 10px 15px;
    }

    .custom-product-details .product-price-and-shipping span.price {
        font-size: 14px;
        line-height: 21px;
    }

    .inside-description-btns img {
        max-width: 100%;
    }

    .custom-add-to-cart-div button {
        right: -6px;
    }

    .custom-grid-item2 {
        padding-right: 10px;
    }

    .custom-our-products-scroll {
        margin-top: 20px;
    }

    .products .col-xs-12 {
        width: 50%;
    }

    .products.row {
        row-gap: 30px;
    }

    div#mobile_top_menu_wrapper {
        flex-wrap: wrap;
        max-height: 80vh;
        overflow-y: auto;
    }

    div#mobile_top_menu_wrapper[style="display: block;"] {
        display: flex !important;
    }

    #mobile_top_menu_wrapper div#_mobile_top_menu,
    #mobile_top_menu_wrapper .main-menu-right {
        width: 50%;
    }

    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
        border: 0;
        text-transform: capitalize;
        font-family: 'CircularXXWeb-Medium';
        font-weight: 500;
        font-size: 20px;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
        font-weight: 500;
        border-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 30px;
    }

    .main-menu-left .menu.js-top-menu.position-static.hidden-sm-down {
        display: block !important;
    }

    .footer-container {
        padding: 0;
    }

    .forgotten-password .form-fields .email {
        padding: 0;
    }

    .block-categories .dropdown>ul.category-sub-menu {
        gap: 50px;
    }

    .js-visible-password .input-group-btn button img {
        width: 24px;
    }

    /* #wrapper {
        padding: 40px 0 !important;
    } */

    .footer-container .block-social ul {
        gap: 8px;
    }

    .goback-button img {
        width: 14px;
    }

    .page-cart .anmelden-box .cart-overview table tr td[scope="row"] .cart-product-name-td {
        max-width: unset !important;
        word-break: unset;
    }

    .anmelden-box .cart-overview table tr th,
    .anmelden-box .cart-overview table tr td {
        padding: 8px 5px;
    }

    .header-burger-img img {
        /*max-width: 60px;*/
    }

    .header-search-icon-wrap img,
    .wishlist-content-for-mobile img,
    div#_mobile_user_info img,
    div#_mobile_cart img {
        max-width: 20px;
    }

    .footer-container .links ul>li {
        line-height: 24px;
    }

    .footer-container .footer-subcription-btn-wrap input {
        height: 46px !important;
    }

    .block_newsletter {
        border: 0px;
    }

    .oder-divide span {
        font-size: 16px;
    }

    .product-actions__button,
    .product-actions__button button.wishlist-add-to-new {
        margin-top: 0;
    }

    .product-actions__button button.wishlist-add-to-new {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        height: 46px;
    }

    .wishlist-add-to-new-transparent {
        height: 46px;
    }

    .btn_cart_mine,
    .cart-detailed-actions .wishlist-add-to-new {
        height: 46px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-drop-main .search-drop-mobile .material-icons img {
        height: 30px;
    }

    .page-customer-account #wrapper {
        padding-top: 40px !important;
    }

    .page-customer-account #content-wrapper,
    .page-order-detail #content-wrapper,
    #content-wrapper .page-addresses,
    .page #content-wrapper {
        padding-bottom: 40px;
    }

    .page-cart section#wrapper,
    #checkout section#wrapper,
    .page-category section#wrapper {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .page-authentication #content {
        padding-bottom: 40px;
    }

    button.goback-button img {
        width: 15px;
    }

    .footer-container .footer-custom-newsletter-wrap .input-wrapper input {
        font-size: 16px;
    }

    .product-miniature .product-flags li.product-flag {
        min-width: auto;
        min-height: 100%;
        font-weight: 600;
        padding: 2px 6px !important;
        line-height: normal;
        font-size: 14px;
        margin-left: 0;
        margin-top: 2px;
    }

    .block-category {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .sort-by-row {
        margin-left: auto;
    }

    body#checkout .order-guest-form-wrapper,
    body#checkout .checkout-login-form-wrapper,
    body#checkout .js-address-form section.form-fields {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body#checkout section.checkout-step,
    body#checkout section.checkout-step.-current {
        padding: 17px;
    }

    body#checkout button.continue.btn {
        height: 46px;
    }

    body#order-detail section#wrapper {
        padding-top: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .current-price .current-price-value {
        font-size: 20px;
    }

    body#cms .page-cms h2 {
        font-size: 24px !important;
        line-height: normal !important;
    }

    body#checkout button.continue.btn {
        padding: 9px 24px !important;
    }

    .page-product #wrapper {
        padding: 40px 0 40px !important;
    }

    .footer-container .footer-custom-newsletter-wrap .input-wrapper input {
        font-size: 16px !important;
    }

    .footer-container .links,
    .block_newsletter {
        margin-top: 0px !important;
    }

    #custom-text .welcome-text-wrap h2.welcome-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .categories-list-blog {
        margin-top: 20px;
        margin-bottom: 16px;
    }

    #featured_categories .categories-list-blog:last-child {
        margin-bottom: 0;
    }

    .carousel .carousel-item figure img {
        height: 250px;
    }

    .carousel .carousel-item .caption {
        bottom: auto;
        left: 40px;
        top: 55%;
        transform: translateY(-50%);
    }

    .carousel .carousel-item .caption .display-1 {
        font-weight: 700;
        color: #232323;
    }

    .carousel .carousel-item .caption .caption-description h3,
    .carousel .carousel-item .caption .caption-description p {
        color: #232323;
    }

    .footer-container {
        padding-top: 0;
    }

    .custom-product-details .product-title a {
        font-size: 14px;
    }

    .custom-grid-item1-wrap img {
        height: 100%;
        aspect-ratio: 15 / 10;
    }

    .custom-grid-item2 img {
        height: 70px;
    }

    .custom-main-grid {
        /* gap: 10px; */
        padding-bottom: 30px;
        padding-top: 0;
    }

    .product-add-to-cart .product-actions__button .material-icons {
        width: 1.5em;
        height: 1.5em;
    }

    .our-products-slider-heading {
        font-size: 20px !important;
        line-height: 28px;
        /* padding-bottom: 0; */
    }

    #featured_categories h3.section-title {
        font-size: 20px;
        line-height: 28px;
    }

    .top-part-featuredproducts {
        margin-bottom: 17px;
    }

    .products .products-section-title {
        font-size: 20px;
        line-height: 28px;
    }

    .do-you-like-wrapper .like-inner h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .product-miniature .thumbnail-top {
        width: 28%;
    }

    .products .product .product-description {
        width: 70%;
        padding: 0px 15px;
    }

    .custom-product-details .product-category-title,
    .custom-product-details .product-title {
        margin-bottom: 0px;
    }

    .custom-product-details .product-price-and-shipping span.price {
        font-size: 14px;
        line-height: 21px;
    }

    .custom-product-details .product-title a {
        font-size: 14px;
    }

    .inside-description-btns img {
        max-width: 100%;
    }

    .product-miniature .thumbnail-container {
        display: flex;
        align-items: center;
    }

    .footer-container .row>.col-xs-12 {
        width: 100%;
    }

    .footer-container .block-social ul {
        margin-top: 0;
        gap: 10px;
    }

    /* section#content {
        padding: 35px 0 0 0;
    } */

    .products .col-xs-12 {
        width: 100%;
    }

    .products.row {
        row-gap: 16px;
    }

    .cms-category {
        margin-left: 0;
    }

    #mobile_top_menu_wrapper div#_mobile_top_menu,
    #mobile_top_menu_wrapper .main-menu-right {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }

    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
        padding-left: 0;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
        padding-left: 20px;
    }

    .right-scetion-menu .right-section-content:first-child {
        margin-bottom: 30px;
    }

    div#mobile_top_menu_wrapper {
        max-height: 90vh;
    }

    .page-customer-account .page-content {
        /* padding: 40px 0 !important; */
        margin-bottom: 0 !important;
    }

    button.goback-button {
        font-size: 16px;
    }

    .input-group-btn .btn img {
        width: 24px;
    }

    .anmelden-box {
        margin-bottom: 0 !important;
    }

    #wrapper {
        padding-top: 35px !important;
    }

    .forgotten-password {
        margin-bottom: 30px;
    }

    /* .js-content-wrapper {
        padding: 40px 0;
    } */

    .wishlist-content-for-mobile #wishlist-link {
        font-size: 0;
    }

    /* #module-blockwishlist-lists .wishlist-modal{
        display: none;
    } */
    #header .header-nav .cart-preview.active {
        background-color: transparent;
    }

    .modal-footer .wishlist-add-to-new {
        margin-top: 0;
    }

    .products .product-miniature .thumbnail-container .product-thumbnail img {
        aspect-ratio: 15 / 12;
    }

    .products article .wishlist-button-add {
        bottom: 30%;
        transform: translateY(-50%);
    }

    .custom-add-to-cart-div button {
        bottom: 60%;
        transform: translateY(-50%);
    }

    .block-categories .dropdown>ul.category-sub-menu {
        display: block;
    }

    .block-categories {
        margin-bottom: 0;
        /* padding-bottom: 0; */
    }

    #category section#products {
        padding-top: 0;
    }

    .block-category h1.page-title-section {
        font-size: 24px;
    }

    #category div#js-product-list .products.row.row .js-product.product {
        padding-left: 0;
        padding-right: 0;
    }

    .product-description-section {
        margin-bottom: 20px;
    }

    .product-main-img {
        padding: 0 !important;
    }

    .form-footer button.theme-btn {
        line-height: 0 !important;
    }

    #blockcart-modal .modal-header h4 {
        font-size: 22px !important;
    }

    .cart-content-btn button {
        margin-right: 0 !important;
    }

    .cart-content-btn button,
    .cart-content-btn a {
        width: 100%;
    }

    .featured-products .js-product.product {
        margin-bottom: 0px;
    }

    .product-miniature .product-price-and-shipping {
        margin-top: 0px !important;
    }

    /* .custom-add-to-cart-div .material-icons {
        height: 25px !important;
    } */
    /* .featured-products .products {
        gap: 15px;
    } */

    /* .js-product .material-icons_unselect,
.js-product .material-icons_selected {
    width: 24px !important;
    } */
    /* .custom-add-to-cart-div button span.material-icons {
        width: 1em;
    } */
    .special-conatiner {
        padding: 0 10px;
    }

    #empty-product-comment.product-comment-list-item {
        padding-bottom: 25px;
    }


    .forgot-password-section button.theme-btn {
        height: 100% !important;
        line-height: 21px;
        padding: 14px;
    }

    .oder-divide span {
        font-size: 16px;
    }

    .footer-container .footer-subcription-btn-wrap input {
        height: 46px !important;
    }

    #footer_sub_menu_1 li,
    #footer_sub_menu_2 li {
        margin-bottom: 0px !important;
    }

    .wishlist-add-to-new,
    .wishlist-add-to-new-transparent,
    .btn_cart_mine {
        height: 46px !important;
        line-height: 20px !important;
    }

    .top-part-featuredproducts .products-section-title {
        text-align: left;
        font-size: 20px;
        line-height: 28px;
    }

    #featured_categories {
        padding-top: 40px;
    }

    /*me*/
    .cart-grid-body .anmelden-box.anmelden-box-shadow h5 {
        font-size: 19px;
    }

    .welcome-text-wrap .What-looking-text-wrap::after {
        height: 2px;
        bottom: 0;
    }

    .block-category .sort-by-row button.btn-unstyle.select-title {
        padding-bottom: 0;
    }

    .products-sort-order.dropdown button.btn-unstyle.select-title {
        padding-right: 0;
    }

    .product-information .product-description p,
    .product-description-section p {
        font-size: 16px !important;
    }
}

@media (max-width:420px) {
    .cart_page_buttons {
        display: block !important;
    }

    .cart-detailed-actions .wishlist-add-to-new {
        margin-top: 10px;
    }
}

@media screen and (max-width:375px) {
    .products article .wishlist-button-add {
        bottom: 25%;
    }

    .custom-add-to-cart-div button {
        bottom: 30%;
    }
}

@media only screen and (min-width:431px) and (max-width:500px) {
    .custom-add-to-cart-div button {
        bottom: 60%;
    }
}

@media only screen and (min-width:375px) and (max-width:430px) {
    .custom-add-to-cart-div button {
        bottom: 30%;
    }

    .products article .wishlist-button-add {
        bottom: 26%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 576px) and (orientation:landscape) {
    .products article .wishlist-button-add {
        bottom: 35%;
    }
}

/* ----custom-media-query-start-end---- */

/* custom css for menu */
.container .block-categories {
    position: relative;
    z-index: 50;
}

.header-search-icon-wrap {
    cursor: pointer;
}