body {
    color: #000;
}

input[type="checkbox"] {
    margin: 0 10px 0 0;
    border-radius: 0;
}

.header.content {
    padding: 0;
    max-width: 100%;
}

.panel .custom-block {
    font-weight: 400;
    display: block !important;
}

.panel .custom-block ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.panel .custom-block li {
    position: relative;
    padding: 0 1rem;
}

@media (max-width: 768px) {
    .panel .custom-block li {
        padding: 0 0.5rem;
    }
}

.panel .custom-block li a {
    color: #fff;
}

.panel .custom-block li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    top: 4px;
    right: 0;
    background-color: #fff;
    font-weight: 400;
}

@media (max-width: 992px) {
    .panel .custom-block li:last-child:after {
        display: none;
    }
}

.panel .register-link {
    position: relative;
    margin-left: 2px;

    &:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 16px;
        top: 5px;
        left: -2px;
        background-color: #fff;
        font-weight: 400;
    }
}

.header.panel>.header.links {
    display: flex;
}

.panel .authorization-link {
    font-weight: 400;

    &:after {
        right: 0;
    }
}

.customer-welcome .customer-name {
    position: relative;

    &::after {
        content: "";
        width: 1px;
        height: 16px;
        position: absolute;
        top: 5px;
        right: 0;
        background-color: #fff;
        font-weight: 400;
        font-size: 16px;
        margin: 0;
    }
}

.customer-welcome .action.switch {
    margin: 0 16px;
    display: flex;

    &:after {
        display: none;
    }

    >.logged-in {
        display: block;
        width: auto;
        height: auto;
        position: static;
        margin: 0;
    }
}

.header.panel>.header.links>li.greet.welcome {
    padding-right: 5px;
    position: relative;

    &:after {
        content: "|";
        position: absolute;
        top: 4px;
        right: -15px;
        background-color: #fff;
    }
}

.greet.welcome {
    font-weight: 400;
    margin-left: 20px;
}

.header.links .logged-in {
    text-transform: capitalize !important;
}

.minicart-wrapper .action.showcart {
    color: #fff;
}

.minicart-wrapper .action.showcart .minicart-icon {
    font-size: 22px;
}

.minicart-wrapper .action.showcart::after {
    display: none;
}

.header-main {
    background-color: #dddfdf;
}

.header-main .header-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin-right: 30px;

    @media (max-width: 767px) {
        margin-right: 0;
    }
}

.page-header.type5.sticky-header .logo img {
    max-width: 200px;
    transform: none;
    margin: 0;
}

header.page-header.sticky-header .header-main .header-left,
header.page-header.sticky-header .header-main .header-right {
    padding: 0 !important;
}

.page-header .panel.wrapper .header-right {
    margin-right: 1rem;
}

@media (max-width: 768px) {
    .page-header .panel.wrapper .header-right {
        margin-right: 0;
    }
}

.panel.header.show-icon-tablet .top-links-icon {
    display: none;
}

.logo img {
    max-width: 230px;
}

@media (max-width: 992px) {
    .logo img {
        max-width: 160px;
    }
}

.page-header.type5 .header.panel>.header.links>li>a,
.header-main .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1>a,
.page-header.type5 .navigation:not(.side-megamenu) .level0 .level-top {
    text-transform: none;
    font-weight: 400;
}

.page-header .header.panel {
    display: flex;
    margin-left: 0 !important;
}

.footer-top .custom-block:before,
.footer-top .custom-block::after {
    display: none;
}

.footer-top .custom-block {
    display: block;
}

@media (min-width: 1200px) {

    .block.category.event,
    .footer.content,
    .header.content,
    .navigation,
    .page-main,
    .page-wrapper>.breadcrumbs ul,
    .page-wrapper>.page-bottom,
    .page-wrapper>.widget,
    .top-container {
        max-width: 1280px;
    }
}

.catalog-category-view .page-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 6px;
    margin: 40px 0 20px;
    text-transform: uppercase;
    text-align: center;
}

.catalog-product-view .page-main,
.catalog-category-view .page-main,
.checkout-cart-index .page-main,
.checkout-index-index .page-main,
.customer-account-login .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-create .page-main {
    padding-left: 0;
    padding-right: 0;
}

.product-item-info:hover .product-item-photo,
.product-item-photo:hover {
    box-shadow: none;
}

.product-item-info {
    padding: 5px;
    border: 1px solid transparent;
}

.product-item-info:hover {
    border-color: #000;
}

.product-item-info .custom-attribute {
    font-weight: 400;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
}

.product-item-info .product-item-name a {
    font-size: 1.5rem;
    margin: 0 0 20px;
    display: block;
}

.products.wrapper.grid {
    margin: 0;
    max-width: 1140px;
    margin: 0 auto;
}

.hardcoded {
    display: flex;
    flex-flow: wrap;
}

.hardcoded img {
    width: 50%;
    object-fit: contain;
}

@media (max-width: 640px) {
    .hardcoded {
        flex-flow: column;
        align-items: center;
    }

    .hardcoded img {
        width: auto;
    }
}

.form.create.account .actions-toolbar>.primary .action,
.form.create.account .actions-toolbar>.secondary .action {
    font-weight: 400;
    border-radius: 5px;
    background-color: #484a4c;
    text-transform: none;
}

@media (min-width: 769px) {
    .form.create.account .actions-toolbar>.primary .action {
        margin-top: -156px;
    }
}

.block-customer-register,
.block-customer-login {
    border-top: 1px solid #000;
    padding: 20px 0 0;
    width: 100%;
}

@media (min-width: 769px) {

    .block-customer-register,
    .block-customer-login {
        width: 50%;
    }
}


.login-container .row {
    margin: 0 1rem;
}

@media (min-width: 769px) {
    .login-container .row {
        justify-content: space-between;
        gap: 30px;
    }
}

@media (min-width: 1280px) {
    .login-container .row {
        margin: 0;
    }
}

@media (min-width: 769px) {
    .login-container .field {
        display: flex;
        align-items: center;
    }

    .login-container .field .label {
        width: 150px;
    }

    .login-container .field .control {
        width: 50%;
    }

    .login-container .login-bottom {
        /* margin-left: 150px; */
    }

    .login-container .fieldset:after {
        margin-left: 150px;
    }
}


.login-container>.action.create {
    display: none;
}

.login-container .block .actions-toolbar>.primary .action,
.login-container .block .actions-toolbar>.secondary .action {
    width: auto;
}

.login-bottom .tooltip.wrapper {
    display: none;
}

.login-bottom .field.choice.persistent {
    margin: 0 0 20px;
}

.action.remind {
    color: #000;
}

.login-container .fieldset:after {
    text-align: left;
}

.block-customer-register ul {
    padding: 0;
    list-style: none;
    margin: 0 0 20px;
}

.block-customer-register ul li {
    position: relative;
}

.block-customer-register ul li:before {
    content: "–";
    font-size: inherit;
    padding-right: 4px;

}

.block-customer-register p {
    margin: 0 0 20px;
}

.cart-summary .checkout-methods-items .action.primary.checkout::after {
    display: none;
}

.action.action-auth-toggle {
    color: #fff !important;
    padding: 0 2rem ! important;
}

.field-tooltip.toggle .label>span {
    display: none;
}

@media (max-width: 1300px) {
    .checkout-container {
        padding: 0 1rem;
    }

    [data-content-type='row'][data-appearance='contained'] {
        padding: 0 1rem;
    }
}

.opc-estimated-wrapper .minicart-wrapper {
    display: none;
}

[data-content-type='row'] h1 {
    margin: 0 0 30px;
}

[data-content-type='row'] h5 {
    margin: 0 0 20px;
}

.header-right .custom-block ul {
    margin: 0;
}

.prev-next-products {
    display: none;
}