* {
    font-family: 'Poppins';
}
.ui-menu-item.level0.classic.parent.active {
    background-color: #fff; 
}
.ui-menu-item.level0.classic.parent.active a{
    color: #4c77c1; 
}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top{
    border:none!important;
}
.page-main:before {
    background: unset!important;
    width: unset;
}
.address-grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; 
    flex-wrap: wrap; 
    gap: 7px;
}
.address-block {
    flex: 0 0 calc(50% - 20px); 
    box-sizing: border-box; 
}
.address-block {
    width: 50%;
    background-color: #fff;
    color:#000000;
}
.address-block .addresses {
    height: 70%;
}
.address-block p {
    margin: 5px 0;
}
.company {
    font-weight: bold;
}
.actions {
    display: flex;
    margin-top: 15px;
}
.delete {
    background-color: red;
}
.edit-btn {
    background-image: none;
    background: #245BA7;
    color: #ffffff!important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 18px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    margin-right: 15px;
    width: 63%;
    height: 45px;
}
.edit-btn:hover {
    background-color: #4c77c1;
    text-decoration: none;
}
.delete-btn {
    background-image: none;
    background: #cc0000;
    color: #ffffff!important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 18px;
    box-sizing: border-box;
    vertical-align: middle;
    width: 30%;
    text-align: center;
}
.delete-btn:hover {
    background-color: #c26161;
    text-decoration: none;
}
.table-content {

    display: flex;
    flex-direction: column;
    border: unset;
}
/*Start of Forgot password email*/
.customer-account-forgotpassword .page-main {
    width: 25%;
    margin-bottom: 50px;
}
.customer-account-forgotpassword .navigation.sw-megamenu {
    display: none;
}
.customer-account-forgotpassword .columns .column.main fieldset {
    width: 65%;
    margin: unset;
}
.customer-account-forgotpassword .control.captcha-image .captcha-img {
    width: 100%;
    margin: 0 0 20px 0;
}
.customer-account-forgotpassword button.action.submit.primary, .customer-account-forgotpassword button.action.reload.captcha-reload {
    width: 100%;
    height: 46px;
}
.customer-account-forgotpassword .form.password.forget .fieldset:after {
    margin: unset;
}
.customer-account-forgotpassword .actions-toolbar {
    width: 65%;
}
.customer-account-forgotpassword .actions-toolbar > .primary {
    width: 100%;
}
/*End of Forgot password email*/

.customer-account-index .form.form-edit-account .fieldset.info .field-tooltip.toggle {
    display: none;
}
.minicart-items .details-qty .label:after {
    content: unset;
}
#opc-new-shipping-address {
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.shipping-address-item {
    position: relative;
    width: 300px;
    height: 190px;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.address-content {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 60px;
}
.button-container {
    position: absolute;
    left: 0;
    width: 70%;
    display: flex;
    gap: 10px;
    box-sizing: border-box;
}
.button-container button {
    flex: 1;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #245BA7;
    border-radius: 4px;
    background: #fff;
    color: #245BA7;
    cursor: pointer;
    min-width: 300px;
    height: 85px;
}
.button-container button.action-select-shipping-item[data-bind*="Selected"] {
    background: #245BA7;
    color: #fff;
}
.new-address-popup {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ddd;
    margin-top: 15px;
}
.new-address-popup .button-container button[data-bind*="visible: !isNewAddressAdded()"] {
    display: none;
}
.new-address-popup .button-container button[data-bind*="visible: !isNewAddressAdded()"]:not([style*="display: none"]) {
    display: block;
}
body.checkout-cart-index .totals.shipping.excl {
    display: none !important;
}
.customer-personalizationdata-index .fieldset > .legend {
    border-bottom: unset;
    display: none;
}
.customer-personalizationdata-index .actions-toolbar > .primary:last-child {
    color: #fff;
}
.sales-order-view .box.box-order-billing-address .box-content{
    justify-content: unset;
    align-items: unset;
    margin-top: 15px;
}
.sales-order-view .box.box-order-shipping-address .box-content{
    justify-content: unset;
    align-items: unset;
    margin-top: 15px;
}
.sales-order-view .box.box-order-shipping-method .box-content{
    justify-content: unset;
    align-items: unset;
    margin-top: 15px;
    color:#000000;
}
.account.sales-order-view .order-details-items.ordered {
    width: 72%;
}
/********************************* Customer Create Password Page ********************************/
.customer-account-createpassword .navigation.sw-megamenu {
    display: none;
}
.customer-account-createpassword .page-main {
    padding: 0 440px !important;
    margin-bottom: 60px;
}
.customer-account-createpassword input[type="password"] {
    width: 100%;
}
.customer-account-createpassword .password-strength-meter {
    display: none;
}
.customer-account-createpassword input[type="checkbox"]  {
    display: none!important;
}
.customer-account-createpassword .field.choice .label {
    display: none;
}
.customer-account-createpassword .columns .column.main {
    width: 65%;
}
.customer-account-createpassword .form.password.reset {
    min-width: unset;
    width: 100%;
}
.customer-account-createpassword .actions-toolbar > .primary {
    width: 100%!important;
}
.customer-account-createpassword .actions-toolbar > .primary .action:last-child {
    width: 100%;
}
.customer-account-createpassword .fieldset {
    margin: 0px;
    color: #000000;
}
.customer-account-createpassword .new-password-text {
    margin: 40px 0 20px;
    color:#000000;
}
.customer-account-createpassword .page-main > .page-title-wrapper .page-title {
    font-size: 2.75rem;
}
.customer-account-createpassword .fieldset > .field.required > .label:after {
    color:#000000;
    font-size: 1.4rem;
    margin:0 0 0 2px;
}
.customer-account-createpassword .page-title {
    margin: unset;
    margin-bottom: unset;
    margin-top: 40px;
}
.customer-account-createpassword .columns {
    display: flex;
}
.customer-account-createpassword .action.primary {
    font-size: 1.5rem;
}
/********************************* Customer Create Password Page End ********************************/

/********************************* Customer Forgot Password Page ********************************/
.customer-account-forgotpassword input#email_address {
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.customer-account-forgotpassword .message.error {
    display: block;
}
.customer-account-forgotpassword .page.messages {
    display: block!important;
    width: 82%;
}
.customer-account-forgotpassword .messages {
    display: block!important;
}
.customer-account-forgotpassword .message.error > *:first-child:before {
    content: unset;
}
.customer-account-forgotpassword .message.error {
    background:#FAE5E5;
    color: #E02B27;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
}
.customer-account-forgotpassword .page-main > .page-title-wrapper .page-title {
    font-size: 32px;
}
.customer-account-forgotpassword .field.note {
    font-family: 'Poppins';
    color: #000000;
    font-size: 1.6rem;
}
.customer-account-forgotpassword .fieldset > .field > .label {
    margin: unset;
    color:#000000;
    font-size: 1.6rem;
}
.customer-account-forgotpassword .fieldset > .field.required > .label:after {
    font-size: 1.4rem;
}
.customer-account-forgotpassword button.action.reload.captcha-reload {
    font-size: 18px;
}
.customer-account-forgotpassword button.action.submit.primary {
    font-size: 18px;
}
.customer-account-forgotpassword .field.captcha.required .label:after {
    color:#000000;
    margin: unset;
}
.customer-account-forgotpassword .control.captcha-image {
    margin-top: 30px;
}
/********************************* Customer Forgot Password Page End ********************************/
/********************************* Login Page ********************************/
.customer-account-login .page-main .columns .login-container .block .field.note {
    font-family: 'Poppins';
    color: #000000;
}
.customer-account-login .page-main {
    padding: unset;
}
.customer-account-login .page-main .columns .login-container .block {
    padding: 40px 40px!important;
}
.customer-account-login .page-main .columns .login-container .block .field.note-sec {
    font-size: 18px!important;
    color:#000000;
}
.customer-account-login .navigation {
    display: none;
}
.customer-account-login .fieldset > .field > .label {
    margin:unset;
    color:#000000;
}
.customer-account-login .page-main .columns {
    margin: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 10%;
}
.customer-account-login .page-main .columns .login-container .block .actions-toolbar > .secondary .action:last-child {
    font-family: 'Poppins';
    margin-top: 5px;
    color: #245BA7;
}
.customer-account-login .page-main .columns .login-container .block .checkbox-sec input[type="checkbox"] + label:before {
    width: 15px;
    height: 15px;
    margin: unset;
    margin-right: 4px;
}
.customer-account-login .page-main .columns .login-container .block .checkbox-sec input[type="checkbox"]:checked + label::before {
    background:#245BA7;
    content: ' ';
    border: 1px solid #245BA7;
}
.customer-account-login .page-main .columns .login-container .block .action.login.primary {
    margin-top: 5px;
    font-size: 1.8rem;
}
.customer-account-login .page-main .columns .login-container .block .block-title {
    padding-bottom: 25px;
}
.customer-account-login .page-main .columns .login-container .block .control .input-text {
    height: 40px!important;
    font-family: 'Poppins'!important;
    padding-top: 3px;
}
.customer-account-login .fieldset > .field.required > .label:after {
    font-size: 1.4rem;
    margin:0 0 0 2px;
}
.customer-account-login .page-main .columns .login-container .block .checkbox-sec {
    font-family: 'Poppins';
    color: #000000;
}
/********************************* Login Page End ********************************/

/********************************* Header ********************************/
.page-header .header.content .account-link .account-icon {
    width: 40px;
    height: 40px;
    position: relative;
    left: 15px;
}
.page-header .header.content .account-link .account-icon:hover {
    background-image: url('../images/account-icon-filled.svg');
}
.page-header .minicart-wrapper .action.showcart:hover::before {
    background-image: url('../images/cart-icon-filled.svg');
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
    margin: unset;
    position: relative;
    bottom: 15px;
    right: 20px;
}
.page-header .link.authorization-link a {
    margin-left: unset;
    font-size: 1.4rem;
}
.navigation {
    background: #245BA7 !important;
    z-index: 1!important;
    margin-top: 40px;
}
.sw-megamenu.navigation li.level0 > .level-top:hover {
    background: #4c77c1; 
}

.sw-megamenu.navigation li.level0 > .level-top {
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sw-megamenu.navigation li.level0.fullwidth.active {
    background-color: #fff; 
}
.sw-megamenu.navigation li.level0.fullwidth.active a {
    background-color: #fff; 
    color: #4c77c1; 
}
.page-header .header.content {
    padding: 40px 0 0;
}
.page-header .minicart-wrapper {
    width: 66px;
}
.minicart-wrapper .block-minicart:after {
    right: 75px;
}
.page-header .customer-title {
    color:#000000;
}
/********************************* Header End ********************************/

/********************************* Footer ********************************/
footer.page-footer {
    background-color: #245BA7;
}
.page-footer .footer-sec .col-m p {
    font-family: 'Poppins';
    margin-bottom: 40px;
}
footer.page-footer .footer-sec {
    margin: 20px 0px;
}
footer.page-footer h3 {
    margin-bottom: 10px;
}
footer .footer-sec .first-col.col-m {
    margin-left: 40px;
    width: 20%;
}
footer.page-footer .footer-sec {
    justify-content: unset;
}
footer .footer-sec .forth-col.col-m {
    width: 20%;
}
footer.page-footer .footer-sec .climate-inner .mc {
    width: 160px!important;
    height: 100px!important;
    margin-top: unset; 
}
footer.page-footer .footer-sec .climate-inner .fsc {
    width: 110px!important;
    height: 110px!important;
    margin-top: unset; 
}
footer.page-footer .footer-sec .climate-inner .pis {
    width: 160px!important;
    margin-bottom: 10px;
}
footer.page-footer .footer-sec .forth-col ul li a.ins {
    position:relative; 
    top: 2px;
}
footer.page-footer p, footer.page-footer p a, footer.page-footer ul li a {
    font-family: 'Poppins';
}
/********************************* Footer End ********************************/

/********************************* Cms Index Page ********************************/
.cms-index-index ul.parent-cat-list li {
    margin-right: unset!important;
    margin-left: unset!important;
    width: 24.25% !important;
}
.cms-index-index ul.parent-cat-list li .name a {
    font-size: 1.5rem;
    padding: 12px 10px;
}
.cms-index-index .name-title .head-title {
    color:#000000;
}
.cms-index-index .parent-cat-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1%;
}
/********************************* Cms Index End ********************************/

/********************************* Category Page ********************************/
.catalog-category-view .product-item-info .price:before {
    content: 'ab ';
}
.catalog-category-view .product-item-info .product-item-link {
    color:#000000;
    height: 40px;
    display: block;
}
.catalog-category-view .product-item .tocart span {
    font-size: 14px;
}
.catalog-category-view .product-item .tocart:before {
    margin-left: 18%;
}
.catalog-category-view .product-item .tocart:before {
    width: 30px;
    height: 20px;
}
.page-main > .page-title-wrapper .page-title {
    color:#000000;
}
.product-item .price-box .price {
    color:#000000;
}
.catalog-category-view .action.primary:focus {
    background: #245BA7!important;
    border: 1px solid #245BA7!important;
    opacity: 1;
}
/********************************* Category Page End ********************************/

/********************************* Product Page ********************************/
.product-info-left {
    width: 30%!important;
}
body.catalog-product-view .product-details-sec {
    align-items: unset!important;
    border-bottom: 2px solid #245BA7;
    margin-bottom: 20px;
}
.product-info-stock-sku {
    background-color:#245BA7;
    color: #fff;
    margin-bottom: 20px;
}
.catalog-product-view .product-info-stock-sku > div {
    color: #fff;
    padding-left: 10px;
    margin: 5px 0px;
}
.breadcrumbs {
    padding-left: unset!important;
    padding-right: unset!important;
}
.product-info-middle {
    width: 50%!important;
}
.catalog-product-view .product-info-stock-sku .qty-remain .value {
    font-weight: unset;
}
.catalog-product-view .product-info-stock-sku .product.attribute.sku .type {
    font-weight: 600;
}
.product-info-right {
    width: 30%!important;
}
.catalog-product-view .page-main-details {
    display: none;
}
.catalog-product-view .product-info-stock-sku {
    padding-top:10px;
    padding-bottom: 5px;
    display: block!important;
    font-family: 'Poppins';
}
body.printq-image_editor .product.media, body.printq-upload-personalization-configuration-packaging .product.media, .product-info-main.image_editor .product.media, body[class*=fullpage_configuration] .product.media, body.printq-upload_personalization_configuration_packaging .product.media, body[class*=fullpage-configuration] .product.media {
    visibility: visible!important;
    position: relative!important;
    left: 0!important;
}
div.product-info-stock-sku {
    display: block!important;
}
div.product-info-stock-sku {
    display: block!important;
}
.product.actions.product-item-actions .actions-primary {
    width: 100%;
}
.product-info-middle .page-title-wrapper.product .page-title {
    color:#000;
}
.catalog-product-view .product-info-middle {
    justify-content: normal!important;
}
.catalog-product-view h1.page-title {
    margin-bottom: 30px !important;
}
.catalog-product-view .product-info-middle .product.attribute.overview {
    color: #000;
}
.matrix_addToCartButton .btn.btn-primary:before {
    content: "";
    background: url(../images/cart_negative.svg) no-repeat;
    width: 30px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    margin-right: 0;
    background-size: contain;
} 
.matrix_addToCartButton .btn.btn-primary {
    font-size: 1.3rem;
    font-weight: 600!important;
} 
.catalog-product-view .breadcrumbs {
    margin-left: unset!important;
    width: 100%;
}
.product-details-sec .product-info-price {
    display: block!important;
}
.info-price .price-box .price-container .price {
    font-size: 24px;
    line-height: unset;
}
.product-details-sec .product-info-price .price-box.price-final_price {
    color: #000;
}
.product-details-sec .product-info-price .price-box.price-final_price span {
    font-size: 24px;
}
.product-details-sec .product-info-price .price-box.price-final_price .price:before {
    content: 'ab ';
}
.catalog-product-view .box-tocart .action.tocart {
    font-size: 14px;
    margin-right: unset;
}
.catalog-product-view .box-tocart .action.tocart:before {
    width: 20px;
    height: 20px;
    margin-right: 9px;
}
.matrix_layoutMain {
    font-family: 'Poppins'!important;
}
/********************************* Product Page End ********************************/

/********************************* Messages ********************************/
.catalog-product-view .box-tocart .fieldset > .field {
   margin: 0;
}
.catalog-product-view .message.notice > *:first-child:before {
    content: unset;
}
.catalog-product-view .message.notice {
    background:#F2D254;
    color: #917F37;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
}
.catalog-category-view .message.success > *:first-child:before {
    content: unset;
}
.catalog-category-view .message.success {
    background:#8FD1A2;
    color: #4D9763;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
}
.catalog-category-view .messages {
    width: auto;
}
.catalog-product-view .message.success > *:first-child:before {
    content: unset;
}
.catalog-product-view .message.success {
    background:#8FD1A2;
    color: #4D9763;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
}
.catalog-product-view .messages {
    width: auto;
}
.catalog-product-view .message.error > *:first-child:before {
    content: unset;
}
.catalog-product-view .message.error {
    background:#FAE5E5;
    color: #E02B27;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    display: none;
}
.catalog-product-view .modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary {
    width: 100%;
    background-color: #245BA7;
    border: 1px solid #245BA7;
    padding: 15px;
    font-size: 1.8rem;
}
.catalog-product-view .modal-popup.confirm .modal-inner-wrap .modal-footer {
    padding-bottom: 3.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
}
.catalog-product-view .modal-popup.confirm .modal-inner-wrap .modal-content .warning-text {
    font-size: 3rem;
    font-weight: 700;
    color:#245BA7;
    margin-bottom: 15px;
}
.modal-popup.confirm .modal-inner-wrap {
    margin: 35rem auto!important;
    max-width: 430px;
}
.modal-popup.confirm .modal-inner-wrap .modal-header {
    display:none;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-top: 3rem;
    text-align: center;
    color:#000000;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer {
    display: flex;
    gap: 20px;
    padding-bottom: 4.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary.action-accept {
    width: 100%;
    background: #376AC2;
    border: 1px solid #376AC2;
    font-size: 1.8rem;
    padding: 15px 0px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.action-dismiss {
    width: 100%;
    background: #F95555;
    color: #fff;
    font-size: 1.8rem;
    padding: 15px 0px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary {
    height: 47px;
}
/********************************* Messages End ********************************/

/********************************* AGB Page ********************************/
.cms-agb .breadcrumbs {
    margin:11px 0 10px;
}
.cms-agb .columns .column.main {
    margin-bottom: 30px;
}
/********************************* AGB Page End ********************************/

/********************************* Error 404 Page ********************************/
.cms-noroute-index .navigation.sw-megamenu {
    display: none;
}
.cms-noroute-index .page-error-head h2 {
    font-weight: 700;
    margin-top: unset;
    margin-bottom: unset;
    font-family: 'Poppins';
    color: #000000;
    font-size: 3rem;
}
.cms-noroute-index .page-error-head {
    margin-bottom: 60px;
    margin-top: 30px;
}
.cms-noroute-index .page-error-message1 h3 {
    font-weight: 700;
    margin-top: unset;
    margin-bottom: unset;
    font-family: 'Poppins';
    color: #000000;
    font-size: 2.6rem;
}
.cms-noroute-index .page-error-message1 {
    margin-bottom: 5px;
}
.cms-noroute-index .page-error-message2 p {
    font-weight: 700;
    font-family: 'Poppins';
    color: #000000;
    font-size: 1.6rem;
}
.cms-noroute-index .page-error-message2 {
    margin-bottom: 40px;
}
.cms-noroute-index .page-error-link {
    display: flex;
    flex-direction: column;
    text-decoration: underline;
    color:#245BA7!important;
}
.cms-noroute-index .page-error-link a {
    font-weight: 700;
}
.cms-noroute-index .page-error-link a{
    color: #245BA7;
}
.cms-noroute-index .page-error {
    padding-left: 6%;
}
.cms-noroute-index .columns .column.main {
    margin-bottom: 18%;
}
/********************************* Error 404 Page End ********************************/
/********************************* My Account ********************************/
.account .column.main .block .box-actions a {
    background: #245BA7;
    color: #fff;
    width: 95%;
}
.modal {
    display: none; 
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(0,0,0,0.4);
    z-index: 99; 
}

.modal-content-custom {
    background-color: #fefefe;
    margin: 1.5% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 30%; 
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content-custom .form-address-edit {

    display:flex;
}
.form-address-edit .fieldset {
    width:100%!important;
}
.actions-toolbar > .primary .action:last-child, .actions-toolbar > .secondary .action:last-child {
    margin-top:20px;
    
}
.form-address-edit .fieldset > .field, .fieldset > .fields > .field {
    margin: 0 0 5px;
    display: block!important;
}
.close-modal-btn {
    background-image: none;
    background: #cc0000;
    color: #ffffff!important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    width: 50%;
}
.close-modal-btn:hover {
    background-color: #c26161;
    text-decoration: none;
}
.primary-save-address {

    background-image: none;
    background: #245BA7;
    color: #ffffff!important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    margin-right: 15px;
}
.primary-save-address:hover {
    background-color: #4c77c1;
    text-decoration: none;
}
.actions-toolbar-modal {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 25px;

}
.account .column.main .block.block-dashboard-addresses {
    display: none;
}
.account .column.main .block.block-dashboard-info {
    display: none;
}
.legend-dashboard{
    margin: 0 0 30px;
    padding: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-weight: 300;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 600;
    color:#000000;
}
.form-edit-account .fieldset {
    width:35%!important;
    margin-right: 15px!important;
}
.form-edit-account .fieldset:nth-child(2){
    float: unset!important;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"], select {
    height: 40px!important;
    border: 1px solid #245BA7 !important;
}
.fieldset > .legend {
    border-bottom: unset;
}
.password-strength-meter {
    font-weight: 600;
    color:#706f6f;
    background-color: unset;
    padding: unset;
}
.save-changes {
    background: #245BA7;
    border: 1px solid #1979c3;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 18px;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
    height: 45px;
}
.save-changes:hover {
    background-color: #4c77c1;
    color:#fff;
    text-decoration: none;
}
.page-main {
    padding-left: unset!important;
    padding-right: unset!important;
}
.account.customer-address-index .column.main .block:not(.widget) .block-content .box {
    width: 50%!important;
}
.block-addresses-list {
    width: 72%!important;
}
button, a.action.primary {
    border-radius: unset;
}
.account .column.main .block .box-actions a:hover {
    background-color: #4c77c1;
    text-decoration: none;
}
.actions-toolbar > .primary .action:last-child {
    height: 50px;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
}
.customer-address-index .actions-toolbar > .primary .action:last-child {
    height: 50px;
    width: 98%;
    font-size: 1.8rem;
    font-weight: 600;
}
.customer-account-index .fieldset > .legend {
    color: #000000;
}
.customer-personalizationdata-index .fieldset > .field > .label {
    color: #000000;
}
.customer-personalizationdata-index .actions-toolbar {
    height: 50px;
    width: 11%;
}
.customer-personalizationdata-index .actions-toolbar > .primary:last-child {
    height: 50px;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
}
.customer-address-index .field.choice.set.billing {
    display: flex!important;
    margin-top: 20px;
}
.customer-address-index .field.choice.set.shipping {
    display: flex!important;
}
.account.sales-order-history .table-wrapper.orders-history {
    width: 75%;
    border-bottom: unset;
}
.account .data.table .col.actions {
    margin-top: -1px;
}
.account.sales-order-view .order-details-items tfoot tr.grand_total > * {
    color:#245BA7!important;
}
.action.view:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 24px; 
    background-image: url('../images/eye.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top:2px;
}
.account .action.order:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px; 
    background-image: url('../images/cart-icon-history.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2px;
}
.account .column.main .order-details-items .table-wrapper .data.table .col.image {
    display:none;
}
.account .column.main .order-details-items .table-wrapper .data.table .col.sku {
    display:none;
}
.account .column.main .order-details-items .table-wrapper .data.table .col.price {
    display:none;
}
.account.sales-order-view .head.account {
    height: 100px;
}
.account.sales-order-view .order-details-items tfoot .amount, .account.sales-order-view .order-details-items tfoot .mark {
    padding: unset;
}
.account.sales-order-view .order-details-items .col.subtotal .price-excluding-tax {
    float: right;
}
.account.sales-order-view .order-details-items .table-order-items tbody td {
    padding: 11px 0px 5px;
    width: 30%;
}
.account.sales-order-view .actions-toolbar.order-actions-toolbar {
    display: none;
}
.account.sales-order-view .block-collapsible-nav .content {
    margin-top: 70px;
}
.account.sales-order-view .order-details-items .table-order-items > thead > tr > th {
    padding: 11px 0px 5px;
}
.account.sales-order-view .table tfoot {
    background: #fff;
    position: sticky;
    left: 132%;
    float: left;
    border-top: unset;
    padding-top: 20px;
    font-size: 1.8rem;
}
.account.sales-order-view .table tfoot .subtotal {
padding: unset;
padding-left: unset!important;
}
.account.sales-order-view .order-details-items tfoot .amount {
    padding-left: 113px!important;
    padding-top: unset!important;
}
.account.sales-order-view .order-details-items tfoot .used-for-wrapper {
    padding-top: unset!important;
}
.account.sales-order-view .table tfoot .shipping .amount {
    padding-left: 109px;
}
.account.sales-order-view .table tfoot th {
    padding-top: unset!important;
}
.account.sales-order-view .table tfoot .totals-tax {

}
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th {
    border-bottom: unset;
}
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000; 
}
.account .column.main .order-details-items .table-wrapper .data.table .col.qty {
    padding-right: 60px;
}
.order-details-items .item-options {
    width: 85%;
}
.order-details-items .col.subtotal .price-excluding-tax {
    color: #000;
}
.account-back-to-orders:before {
    content: '\e616';
    color: #245BA7;
    font-weight: bold;
    font-family: 'luma-icons';
    font-size: 35px;
}
.account.sales-order-view .order-details-items .items-qty .item .title {
    display: none;
}
.account.sales-order-view  .back-to-orders {
    display: flex;
    width: 72%;
    flex-direction: row-reverse;
    border-bottom: 2px solid #000;
}
.block-order-details-view .block-content .box {
    margin-bottom: unset;
}
.account.sales-order-view  .account-back-to-orders:hover {
    text-decoration: none;
}
.account .page-title-wrapper .page-title {
    margin-top: 25px;
    margin-bottom: 40px;
    color:#000000;
}
.customer-account-index .fieldset > .field > .label {
    margin:0 0 3px;
}
.customer-account-index .fieldset > .field {
    margin: 0 0 15px;
    color:#000000;
}
.customer-account-index .fieldset > .field.choice .label {
    font-weight: bold;
    margin: unset;
}
.customer-account-index .field.choice input[type="checkbox"]:before {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #245BA7;
}
.customer-account-index .field.choice input[type="checkbox"]:checked:before{
    background-color: #245BA7;
}
.customer-account-index .field.choice input[type="checkbox"] {
    width: 25px;
    height: 25px;
}
.customer-account-index .actions-toolbar {
    margin-top: 30px;
}
.customer-account-index .fieldset > .field.required > .label:after {
    margin: unset;
    font-size: 1.4rem;
    color:#000000;
}
.account .column.main .block:not(.widget) .block-title strong {
    font-size: 24px;
    color: #000000;
}
.account.customer-address-index .block.block-addresses-default {
    margin-bottom: 20px;
}
.account .column.main .block:not(.widget) .box-title span {
    font-size: 24px;
}
.account .page-title-wrapper .page-title {
    font-size: 30px;
}
.account.customer-address-index .block.block-addresses-default {
    margin-top: 20px;
}
.account .table-wrapper .table > tbody > tr > td {
    font-family: 'Poppins';
}
.account.sales-order-history .table-wrapper.orders-history {
    margin-top: unset;
}
.account.sales-order-history table > tbody > tr > td {
    vertical-align:middle;
    padding:unset;
}
.account.account.sales-order-history table > thead > tr > th {
    padding: 5px 0px;
}
.account .data.table .col.actions .action:after {
    content: unset;
}
.account .pages .item.current .label {
    overflow: visible;
    position: unset;
}
.account .pages .action.previous:before {
    content: '◀';
    color:#000000;
    font-family: unset;
    font-size: 20px;
}
.account .pages .action.previous {
    margin-right: unset;
    padding: unset;
}
.account .pages .action.next {
    margin-left: unset;
    padding:unset;
}
.account .pages .action.next:before {
    content: '▶';
    color:#000000;
    font-family: unset;
    font-size: 20px;
}
.account .pages .action {
    background-color: #fff;
    border:unset;
    color:#000000;
    box-shadow: unset;
}
.account .pages strong.page {
    background-color: #fff;
    border:unset;
    color:#000000;
    font-size: 1.5rem;
}
.account .pages .items {
    float: left;
    margin-left: 400px;
}
.account .limiter select {
    height: unset!important;
    border: 1px solid #cccccc!important;
    background: url(../images/select-new.svg) no-repeat 100% 50%;
    padding: 4px 25px 5px 10px;
}
.account .limiter-label {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.account .toolbar .limiter {
    position: absolute;
    left: 59%;
}
.account.customer-address-index .column.main .box-content {
    margin-top: 35px;
    width: 450px;
    align-items: baseline;
    padding-bottom: 25px;
    color:#000000;
}
.account.sales-order-view .table-wrapper {
    color:#000000;
}
.account.sales-order-view .order-details-items .item-options dt {
    display: none;
}
.customer-account-index .field.field-name-firstname.required .label:after {
    color:#e02b27;
}
.account.sales-order-history .col.id {
    width: 25%;
}
.account.sales-order-history .col.date {
    width: 20%;
}
.account.sales-order-history .col.total{
    width: 25%;
}
.account.sales-order-history table {
    width: 90%;
}
.account.sales-order-history .data.table {
    border-bottom: 1px solid #000;
    color:#000000;
}
.account.sales-order-view .order-details-items .table-order-items tbody .col.subtotal {
    width: 11%;
}
.account.sales-order-view .order-details-items .table-order-items tbody .custom-total {
    font-size: 18px;
}
.account.sales-order-view .order-details-items .product-item-name {
    font-size: 1.6rem;
}
.account.sales-order-view .order-details-items .table-order-items .product-item-name {
    margin: unset;
}
.account .column.main .order-details-items .table-wrapper .data.table .col.qty .items-qty .content {
    border: 1px solid gray;
    padding: 5px 40px;
    position: relative;
    left: 10%;
}
.password-weak .password-strength-meter:before {
   width: 100%;
}
.account .column.main .block .box-actions a {
    font-size: 18px;
    padding: 9px 0 8px;
}
.account .column.main .block:not(.widget) .box-title {
    color:#000000;
}
.account .column.main .order-details-items .table-wrapper .data.table th.col.qty {
    padding-right: 30px;
}
.account.sales-order-view .account .page-title-wrapper .page-title {
    font-size: 28px;
}
.account.sales-order-view .block-order-details-view address {
    font-family: 'Poppins';
    color: #000000;
}
/********************************* My Account End ********************************/
/********************************* Minicart ********************************/
.minicart-wrapper .block-minicart {
    top: 265%;
}
.minicart-wrapper .action.close:hover {
    color: #4c77c1;
}
.minicart-wrapper .action.close:before {
    color:#245BA7;
}
.minicart-wrapper .action.close {
    right: 9px;
    height: 50px;
}
.minicart-items .product-item-pricing .details-qty {
    display: flex;
    flex-direction: column;
}
.minicart-items .item-qty {
    width: 100%;
    color: #858585;
    font-weight: 600;
    margin-top: 5px;
}
.minicart-items .product-item-pricing {
    width: 50%;
}
.minicart-wrapper .product .actions {
    position: relative;
    bottom: 85px;
    right: 10px;
}
.minicart-wrapper .block-minicart {
    padding: 0px 0px 20px;
}
.minicart-wrapper .action.close {
    display: none;
}
.minicart-wrapper .block-minicart .items-total {
    display: none;
}
.block-minicart .block-content > .actions > .primary {
    display: none;
}
.block-minicart .block-content > .actions {
    margin-top: unset;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary {
    width: 90%;
    margin-top: 5px;
    position: relative;
    left: 9px;
}
.minicart-items .product-item {
    border-bottom: 2px solid #245BA7;
    border-top: unset;
    padding: unset;
    padding-top: 20px;
    width: 400px;
    left: 0px;
    position: relative;
}
.minicart-items .product-item:not(:first-child) {
    border-top: unset;
}
.minicart-items-wrapper {
    padding: 15px 0px;
    border-bottom: unset;
    margin: 0 0px;
    border: unset;
    overflow: hidden;
}
.minicart-items .product .toggle {
    display: none;
}
.minicart-items .product-item-pricing .label {
    font-weight: 600;
    color:#000000;
    font-size: 1.2rem;
    width: 25%;
}
.minicart-items .product-item-details .price-excluding-tax {
    margin: 0 0;
}
.minicart-items .product-item-pricing .price-container {
    position: relative;
    left: 250px;
    bottom: 25px;
    width: 60%;
    text-align: end;
}
.minicart-items .product-item-details {
    width: 94%;
}
.minicart-items .product-item-details .price {
    font-weight: 600;
    font-size: 16px;
    color:#000000;
}
.minicart-wrapper .minicart-widgets {
    margin-top: unset;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart {
    font-size: 14px;
}
.minicart-wrapper .block-minicart:after {
    border: 15px solid;
    border-color: transparent transparent #235BA8;
    top: -40px;
    right: 60px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-width: 20px 30px;
}
.minicart-items .product-item-pricing {
    display: flex;
    /* flex-wrap: wrap;
    width: 100%;
    margin-bottom: -15px; */
    flex-direction: column;
}
.minicart-wrapper .block-minicart {
    border: 2px solid #245BA7;
    border-top: 2px solid #245BA7;
}
/********************************* Minicart End ********************************/

/********************************* Checkout Success Page ********************************/
.checkout-onepage-success .navigation.sw-megamenu {
    display: none;
}

.checkout-index-index .modal-popup.modal-slide .modal-footer {
    flex-direction: row-reverse;
}
.checkout-index-index .modal-popup .modal-title {
    color: #245BA7;
    text-align: center;
    font-size: 28px;
}
.checkout-index-index .modal-popup .fieldset .field .label {
    font-weight: 700;
    color:#000000;
    font-size: 1.6rem;
    margin: 0 0 3px;
}
.checkout-index-index .modal-popup .field-tooltip.toggle {
    display: none;
}
.checkout-index-index .modal-popup .field .control._with-tooltip input {
    width: 100%;
}
.checkout-cart-index .cart-container .image-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.checkout-cart-index .cart-container .popup-content {
    position: absolute;
    top: 40%;
    left: 40%;
}
.checkout-cart-index .cart-container .popup-image {
    max-width: 200px; 
    max-height: 200px; 
    transform: scale(2); 
    transition: transform 0.3s ease;
}

.checkout-steps {
    display: flex;
    align-items: center;
    font-family:  'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.steps {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.steps li {
    padding: 8px 10px;
    background-color: #f2f2f2;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.steps .delivery {
    padding: 8px 35px;
}
.steps .review {
    padding: 8px 55px;
}
.steps li:not(:last-child) {
    margin-right: 70px;
}

.steps li.active {
    background-color: #245BA7;
    color: white;
}

.steps li::after {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 97px;
    height: 2px;
    background-color: #245BA7;
    z-index: -1;
}

.steps li.active + li::after {
    background-color: #245BA7;
}

.steps li:last-child::after {
    display: none;
}
.steps li.active {
    color: #fff!important;
}

.steps li:not(.active) {
    color: #245BA7!important;
    background-color: #fff;
    border: 1px solid #4c77c1;
}
.checkout-onepage-success .actions-toolbar > .primary .action:last-child {
    padding-top: 9px;
}
.checkout-onepage-success .checkout-success .order-number-text {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3px;
}
.checkout-onepage-success .checkout-success a {
    color:#000000;
}
.checkout-onepage-success .action.print {
    display: none;
}
.checkout-onepage-success .checkout-success p {
    font-weight: 700;
    color:#000000;
    font-size: 1.5rem;
}
.checkout-onepage-success .checkout-success .action.primary.continue {
    color:white;
    font-size: 2rem;
}
.checkout-onepage-success .page-main > .page-title-wrapper .page-title {
    margin-top: 40px;
    margin-bottom: 70px;
    font-size: 30px;
}
.checkout-onepage-success .columns .column.main {
    margin-bottom: 150px;
}
.checkout-onepage-success .actions-toolbar {
    margin-top: 50px;
}
.checkout-onepage-success .actions-toolbar > .primary .action:last-child {
    height: 48px;
    width: 358px;
}
/********************************* Checkout Success Page End ********************************/

/********************************* Checkout Page ********************************/
#shipping-new-address-form > div.field[name="shippingAddress.telephone"] {
    order: unset;
}
#shipping-new-address-form > div.field[name="shippingAddress.city"] {
    order: unset;
}
#shipping-new-address-form > div.field[name="shippingAddress.postcode"] {
    order: unset;
}
#shipping-new-address-form > div.field[name="shippingAddress.region_id"] {
    order: unset;
}
#shipping-new-address-form > div.field[name="shippingAddress.country_id"] {
    order: unset;
}
#shipping-new-address-form > fieldset.field.street.admin__control-fields.required {
    order: unset;
}
#shipping-new-address-form > div.field[name="shippingAddress.firstname"] {
    order: unset;
}
#shipping-new-address-form > div.field[name="shippingAddress.lastname"] {
    order: unset;
}
#shipping-new-address-form > div.field[name="shippingAddress.company"] {
    order: unset;
}
#shipping-new-address-form > div.field[name="shippingAddress.fax"] {
    order: unset;
}
#shipping-new-address-form > div.field[name="shippingAddress.prefix"] { 
    order: unset;
}
.checkout-cart-index h1.page-title ol li:before {
    content: unset;
}
.checkout-cart-index h1.page-title ol li {
    width: 290px;
    text-align: center;
    border: 2px solid #245BA7;
}
.checkout-cart-index h1.page-title ol li:after {
    content: "";
}
.checkout-cart-index .navigation {
    display: none;
}
.minicart-wrapper .product .actions .delete {
    background-color: unset;
}
.checkout-cart-index .cart.table-wrapper .item-actions {
    left:unset!important;
    right: 0px;
    bottom: 5px;
}
.cart.table-wrapper .action {
    background-color: #fff;
    border: unset;
}
.cart.table-wrapper .action:before {
    font-family: 'luma-icons';
    content: '\e616';
    color: #245BA7;
    font-weight: 100;
    font-size:  36px;
}
.cart.table-wrapper .action:last-child > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; 
}
.cart.table-wrapper button {
    padding: unset;
}
.cart.table-wrapper .actions-toolbar {
    padding-bottom: unset;
}
.cart.table-wrapper .action:last-child {
    margin-left: auto!important;
    margin-right: unset!important;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
    width: 30%;
    align-content: center;
}
.checkout-cart-index .cart.table-wrapper .product-image-container {
    display: table-cell;
}
.checkout-cart-index .cart.table-wrapper .product-item-name + .item-options {
    display: flex;
    flex-direction: column;
}
.cart.table-wrapper .col.qty {
    text-align: center;
    width: 150px;
}
.cart.table-wrapper .col.qty .control {
    border: 1px solid #c2c2c2;
}
.cart.table-wrapper .cart thead tr th.col {
    padding-bottom: 10px;
    padding-left: unset;
    font-size: 1.8rem;
    color: #000000;
}
.cart.table-wrapper .item-options dd {
    word-break: unset;
}
#shopping-cart-table .product-item-details {
    color: #000000;
}
select[name="country_id"]:focus,
select[name="region_id"]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 4px 2px rgba(0, 123, 255, 0.3);
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 18px!important;
}
.cart.table-wrapper .col.qty .input-text {
    margin-top: unset;
    padding: unset;

}
.continue-shoping {
    background-image: none;
    background: #245BA7;
    color: #ffffff!important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 13px 15px;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    margin-right: 15px;
    width: 30%;
    height: 50px;
    margin-bottom: 20px;
}
.continue-shoping:hover {
    background-color: #4c77c1;
    text-decoration: none;
}
.checkout-cart-index h1.page-title ol {
    padding: unset;
}
.custom-text-checkout {
    margin-top: 30px;
    margin-bottom: 45px;
}
.checkout-cart-index .cart-summary-bottom button.out-cart-update {
    background: #245BA7;
    color: #fff;
    margin-top: 65px;
}
.fotorama-item {
    display: none!important;
}
.gallery-placeholder {
    min-height: unset;
}
.breadcrumbs strong {
    color: #000000;
    font-family: 'Poppins';
    font-size: 14px;
}
body .action.primary {
    background:#245BA7;
    border:1px solid #245BA7;
}
.breadcrumbs {
    margin: 20px 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumbs a:visited {
    color: #000000;
    font-size: 14px;
}
.cms-page-view .section-distance {
    color: #000000;
}
.breadcrumbs a {
    font-family: 'Poppins';
    color:#000000;
    font-size: 14px;
}
.breadcrumbs .item:not(:last-child):after {
    color: #000000;
}
#maincontent:before {
    width: unset!important;
}
.page-main .cart-summary .block {
    display: none;
}
.checkout-cart-index .cart-summary-bottom {
    display: block;
}
.action_update_cart {
    height: 50px;
    margin-top: auto;
    color: #ffffff;
    background: #245BA7;
    border: 1px solid #245BA7;
    width: 35%;
    font-size: 1.8rem;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
    height: 50px;
}
.action_update_cart:hover {
    background-color: #4c77c1;
    color:#fff;
    text-decoration: none;
}
.checkout-cart-index .cart-summary {
    position: static;
    padding: 1px 0px 0px;
    width: 35%;
    margin-bottom: unset;
}
.cart-container .form-cart .actions.main {
    justify-content: space-between;
    margin-bottom: 100px;
}
.cart.table-wrapper .col.subtotal {
    padding:30px 0px 10px;
    text-align: center;
}
.opc-wrapper .step-title {
    border-bottom: unset;
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: unset;
    color:#000000;
}
.opc-wrapper .action-select-shipping-item {
    float: right;
    margin: 20px 0 0;
    background: #ffffff;
    border: 1px solid #245BA7;
    color: #245BA7;
    box-shadow: none;
    height: 44px;
    border-radius: 0;
    padding: 0 30px;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-top: 19px;
}
.opc-wrapper .shipping-address-item.selected-item {
    border: unset;
}
.opc-wrapper .shipping-address-item.new-address-popup .action.action-select-shipping-item:before {
    content: '+ '
}
.opc-wrapper .shipping-address-item.new-address-popup {
    padding: 20px 0px ;
    margin-bottom: 3%;
    margin-top: 100px;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    visibility: visible;
    float: right;
    margin: 20px 0 0;
    background: #245BA7;
    border: 1px solid #245BA7;
    color: #ffffff;
    box-shadow: none;
    height: 44px;
    border-radius: 0;
    padding: 0 30px;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-top: 19px;
    margin-bottom: 2px;
}
.opc-wrapper .shipping-address-item{
    transition: unset;
    line-height: 20px;
}
.opc-wrapper .shipping-address-item:before {
    height: unset;
}
.opc-wrapper .shipping-address-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.opc-wrapper .new-address-popup {
    display: flex;
    align-items: center;
    margin-top: 193px;
    width: 33%; 
}
.opc-wrapper .action-show-popup {
    height: 45px;
    background-color: #fff;
    color: #245BA7;
    border: 1px solid #245BA7;
    width: 100%;
    margin: 0px 21px;
    font-size: 1.8rem;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 0;
    width: 47%;
    float: right;
    order: 1;
    border: 2px solid #D64343!important;
    border-radius: 0 !important;
    height: 40px;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #D64343;
    font-weight: 700;
    font-size: 1.8rem;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address {
    border: 2px solid #376AC2!important;
    height: 40px;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #376AC2;
    font-size: 14px;
    font-size: 1.8rem;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
    background-color: #c26161;
    text-decoration: none;
    border: 2px solid #c26161!important;
}
.shipping-method-box {
    display: block;
    background-color: #fff;
    color: #245BA7;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #245BA7;
    height: 140px;
}
.box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    width: 200px;
    height: 140px;
}

.method-title {
    font-size: 18px;
    font-weight: bold;
}

.method-price {
    font-size: 16px;
    margin-top: 5px;
}
.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 95%;
}
.modal-popup .modal-inner-wrap {
    margin: 4rem auto;
}
.checkout-index-index input[type="text"] {
    border: 1px solid #245BA7!important;
}
.radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + .box-content {
    background-color: #245BA7; 
    color: white; 
}
input[type="radio"]:checked + .shipping-method-box{
    background-color:#245BA7;
    border: 1px solid #245BA7;
}
.table-checkout-shipping-method tbody {
    display: flex;
    flex-direction: row;
    width: 200px;
    height: 150px;
    gap: 15px;
}
.col .col-carrier {
    font-weight: 700;
    font-size: 1.8rem;
}
.table-checkout-shipping-method tbody td {
    border-top: unset;
}
.opc-wrapper .step-content .shipping-address-items {
    border-bottom: 2px solid #245BA7;
}
.form.methods-shipping {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.opc-wrapper .step-content .actions-toolbar { 
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    float: right;
    position: relative;
    width: 30%;
}
.form.methods-shipping .actions-toolbar .cart-container .cart-summary {
    width: 100%;
    background-color: unset;
    margin-bottom: 10px;
    padding: unset;
}
.form.methods-shipping .actions-toolbar .cart-container .cart-summary .cart-totals {
    border-top: unset;
    padding-top: unset;
}
.form.methods-shipping .actions-toolbar .cart-container .cart-summary .cart-totals tbody .mark {
    border-top: unset;
    padding:unset;
    font-weight: 700;
    font-size: 15px;
    color:#000000;
}
.form.methods-shipping .actions-toolbar .cart-container .cart-summary .cart-totals tbody .amount {
    border-top: unset;
    padding:unset;
    font-weight: 700;
    font-size: 15px;
    color:#000000;
}
.form.methods-shipping .actions-toolbar .cart-container .cart-summary .cart-totals .grand th {
    padding:unset;
    font-size: 15px;
}
.form.methods-shipping .actions-toolbar .cart-container .cart-summary .cart-totals tbody tr:last-child td {
    padding-bottom: unset;
    font-size:unset;
}
.form.methods-shipping .actions-toolbar .cart-container .cart-summary .cart-totals .grand strong {
    padding: unset;
    font-size:unset;
    font-size: 15px;
    color:#245BA7;
}
.form.methods-shipping .actions-toolbar .cart-container .cart-summary .cart-totals .grand .mark {
    font-size:unset;
    font-size: 15px;
    color:#245BA7;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: block!important;
}
.opc-wrapper {
    width: 100%;
    padding-right: unset;
}
.checkout-index-index .navigation.sw-megamenu {
    display: none;
}
.checkout-index-index .action-select-billing-item {
    float: right;
    margin: 20px 0 0;
    background: #ffffff;
    border: 1px solid #245BA7;
    color: #245BA7;
    box-shadow: none;
    height: 44px;
    border-radius: 0;
    padding: 0 30px;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-top: 19px;
}
.checkout-index-index .action-selected-billing-item {
    float: right;
    margin: 20px 0 0;
    background: #245BA7;
    border: 1px solid #245BA7;
    color: #ffffff;
    box-shadow: none;
    height: 44px;
    border-radius: 0;
    padding: 0 30px;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-top: 19px;
}
.custom-progress-bar {
    display: flex;
    gap: 80px;
    margin-bottom: 60px;
    margin-top: 20px;
}
.custom-progress-bar .progress-step {
    text-align: center;
    padding: 7px 60px;
    border: 2px solid #245BA7; 
    background-color: #fff; 
    color: #245BA7; 
    font-weight: bold;
    position: relative;
    font-size: 24px;
}
.custom-progress-bar .progress-step:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 125px;
    background-color: #245BA7;
}
.custom-progress-bar .progress-step.active {
    background-color: #245BA7; 
    color: #fff; 
    font-size: 24px;
}
.custom-progress-bar .progress-step.complete {
    background-color: #245BA7; 
    color: #f8f9fa; 
    font-size: 24px;
}
.progress-step1 {
    text-align: center;
    padding: 7px 60px;
    border: 2px solid #245BA7; 
    background-color: #f8f9fa; 
    color: #245BA7;
    font-weight: bold;
    position: relative;
    font-size: 18px;
}
.custom-progress-bar .progress-step1.active {
    background-color: #245BA7; 
    color: #fff;
    font-size: 24px;
}
.custom-progress-bar .progress-step1:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 150px;
    background-color: #245BA7;
}
.checkout-cart-index h1.page-title {
    margin-top: 20px;
}
.payment-method-title.field.choice .radio {
    opacity: 1;
    position: relative;
    margin: unset;
    margin-bottom: 5px;
}
.payment-method-title.field.choice {
    gap: 10px;
    color:#000000;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.checkout-index-index .custom-sidebar-summary {
    display: flex;
    flex-direction: column-reverse;
}
.opc-block-summary {
    padding: unset;
    background: none;
}
.opc-block-shipping-information {
    padding: unset;
}
.opc-block-shipping-information .shipping-information-title {
    border-bottom: unset;
}
.opc-block-shipping-information .shipping-information {
    display: flex;
    gap: 250px;
}
.opc-block-shipping-information .shipping-information-title {
    font-weight: 700;
    color:#000000;
    margin: 0 0 10px;
}
.custom-sidebar-summary .opc-block-summary .title {
    display: none;
}
.custom-sidebar-summary .content.minicart-items {
    display: flex!important;
    flex-direction: column;
}
.custom-sidebar-summary .opc-block-summary .table-totals tbody .amount {
    font-weight: 700;
    font-size: 16px;
    border-top: unset;
    padding: unset;
}
.custom-sidebar-summary .opc-block-summary .table-totals tbody .mark {
    font-weight: 700;
    font-size: 16px;
    border-top: unset;
    padding: unset;
}
.custom-sidebar-summary .opc-block-summary .table-totals {
    border-top: unset;
    padding: unset;
    margin-top: 20px;
}
.custom-sidebar-summary .opc-block-summary .table-totals .grand .mark {
    font-size: 16px;
}
.custom-sidebar-summary .opc-block-summary .table-totals .grand strong {
    font-size: 16px;
    color:#245BA7;
    padding: unset;
}
.custom-sidebar-summary .opc-block-summary .table-totals tbody .mark .value {
    display: none;
}
.custom-sidebar-summary .opc-block-summary {
    display: flex;
    flex-direction: column-reverse;
}
.product-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
}
.product-table thead th {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    width: 30%;
}
.product-table tbody td {
    border-bottom: 2px solid #000000;
    padding: 10px 0px;
    color:#000000;
    font-size: 16px;
}
.product-table tbody td:last-child {
    font-weight: bold;
}
.opc-block-summary .minicart-items .product-item-details {
    padding: unset!important;
    width: 100%;
}
.opc-block-summary .subtotal .price-excluding-tax {
    display: none;
}
.shipping-information .opc-block-billing-information .title {
    font-weight: 700;
    color: #000000;
    margin: 0 0 10px;
    padding-bottom: 10px;
    font-size: 2.6rem;
}
.shipping-information .opc-block-billing-information .billing-address-simple {
    line-height: 24px;
    color: #000000;
}
.column.main .opc-block-summary .product-item {
    border-bottom: unset;
    padding-top: unset;
    width: 100%;
}
.checkout-index-index .fieldset.address > fieldset.field.street.admin__control-fields.required {
    order: unset;
}
.checkout-index-index .modal-popup .billing-address-form .fieldset .field .label {
    font-size: 14px;
}
body.checkout-index-index .modal-popup .modal-inner-wrap {
    bottom: -20px;
}
.checkout-index-index .modal-popup .modal-footer {
    padding-top: 0;
}
.opc-block-summary .minicart-items-wrapper {
    padding: 15px 0;
    margin: 0;
}
.custom-table-checkout thead > tr > th {
    padding: unset;
    font-size: 16px;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
    font-size: 18px;
    color:#000000;
}
.custom-table-checkout .name {
    width: 50%;
}
.custom-table-checkout .cost-center {
    width: 20%;
}
.custom-table-checkout .price {
    width: 8%;
}
.product-table .name-text {
    width: 50%;
}
.product-table .cost-center-value {
    width: 20%;
}
.product-table .price-value {
    width: 10%;
    text-align: right;
}
.data.table.table-totals tbody {
    display: block;
    float: right;
}
.data.table.table-totals tbody>tr {
    display: flex;
    justify-content: space-between;
    gap: 150px;
    color:#000000;
}
.data.table.table-totals .place-order-custom .place-order-button .action.primary[disabled] {
    display: none;
}
.opc-block-summary .table-totals .place-order-button {
    width: 100%;
    padding: unset;
    border-top: unset;
    margin-top: 10px;
}
.opc-block-summary .table-totals .place-order-button .action.primary.checkout {
    width: 100%;
    height: 50px;
}
.opc-block-summary .table-totals .place-order-button .action.primary.checkout span {
    font-size: 18px;
}
.checkout-payment-method .payment-method-content {
    padding: unset;
}
.payment-option._collapsible.opc-payment-additional.discount-code {
    display: none;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    margin: unset;
}

.checkout-cart-index tr.grand.totals .mark {
    color:#245BA7;
}
.checkout-cart-index tr.grand.totals .amount {
    color:#245BA7;
}
.columns .column.main {
    margin-bottom: unset;
}
.cart.table-wrapper .product-item-details {
    padding-bottom: unset;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
    display: none;
}
.checkout-payment-method .checkout-billing-address .field-select-billing select {
    display: none;
}
.checkout-payment-method .checkout-billing-address .pq_billaddressnull {
    display: none;
}
.checkout-payment-method .checkout-billing-address .pq_billaddress_new_add {
    font-weight: 700;
}
.billing-address-same-as-shipping-block.field.choice {
    display: none;
}
.checkout-billing-address .fieldset {
    display: flex;
    flex-direction: column;
}
.checkout-billing-address .fieldset .actions-toolbar {
    flex-direction: unset;
    top: 0px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
    width: 100%;
}
.checkout-payment-method .checkout-billing-address .primary {
    width: 70%;
    margin-left: unset;
}
.checkout-payment-method .step-content {
    margin: unset;
}
.checkout-onepage-success .page-title .action.print {
    display: none;
}
.field.field-select-billing .select {
    /*opacity: 0;*/
    width: 100%;
    /*height: 1px !important;*/
    padding: unset;
}
.pq_bill_main_class {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 200px;
}
.pq_bill_main_loop_class {
    /* border: 2px solid transparent; */
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 75px;
    padding: 0px 10px 10px 0px;
    transition: 0.3s border-color;
    width: 20%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
    font-family: 'Poppins';
    color:#000000;
}
.checkout-payment-method .payment-method-title {
    padding: 10px 0px;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
    border-top: unset;
}
.checkout-payment-method .field-select-billing {
    max-width: 100%;
    margin: unset;
}
.checkout-payment-method {
    border-bottom: 2px solid #245BA7;
}
.pqselectedPaymentAddress {
    width: 100%!important;
    height: 45px!important;
}
.checkout-index-index .action.action-cancel {
    display: none;
}
.radio-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #245BA7;
    width: 100%;
    height: 40px;
    cursor: pointer;
    text-align: center;
    position: absolute; 
    transition: background-color 0.3s ease;
    margin-top: 20px;
    top: 102px;
}
.radio-wrapper input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; 
    cursor: pointer;
    z-index: 1;
}
.radio-wrapper label {
    position: relative; 
    z-index: 0; 
    margin: 0;
    color: black;
    font-weight: normal;
}
.radio-wrapper input[type="radio"]:checked + label {
    background-color: #245BA7;
    font-weight: bold;
    color: white;
    width: 100%;
    height: 40px;
}
.radio-wrapper:hover {
    background-color: #fff;
}
.radio-wrapper label::after {
    content: "Auswählen";
    font-weight: 700;
    color: #245BA7;
    font-size: 18px;
}
.radio-wrapper input[type="radio"]:checked + label::after {
    content: "Ausgewählt";
    vertical-align: sub;
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 7px;
}
.actions-toolbar > .primary {
    color:#245BA7;
}

.action.primary.login {
    background: #245BA7!important;
    border: 1px solid #245BA7!important;
}
.checkout-cart-index .checkout-steps .steps li.cart {
    width: 185px;
    font-size: 24px;
}

.checkout-cart-index .checkout-steps .steps li.delivery {
    width: 120px;
    font-size: 24px;
}

.checkout-cart-index .checkout-steps .steps li.review {
    width: 280px;
    font-size: 24px;
}
.checkout-cart-index .continue-shoping {
    width: 33%;
    font-size: 18px;
}
.cart.table-wrapper .cart > .item {
    border-bottom: 2px solid #000000;
}
.checkout-cart-index .table thead {
    border-bottom: 2px solid #000000;
}
.cart .col.qty select[data-role="cart-item-qty"], 
.cart .col.qty input[data-role="cart-item-qty"] {
    border: unset!important;
    text-align: center;
}
.cart.table-wrapper .item .col.item {
    padding: unset;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
    font-size: 1.6rem;
    display: block;
    margin: 10px 0 5px;
    color:#000000;
}
.cart.table-wrapper .product-image-wrapper {
    width: 250px;
    height: 250px;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo {
    position:absolute;
}
.cart.table-wrapper select {
    background: url(../images/select-new.svg) no-repeat 100% 50%;
}
#shopping-cart-table .col.cost-center {
    text-align: center;
    width: 150px;
    padding-right: 100px;
}
.col.subtotal .price {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 0.3em;
    unicode-bidi: isolate;
}
.col.subtotal .price .currency {
    order: 1;
}
.col.subtotal .price .price-excluding-tax {
    order: 2;
}
.custom-text-qty {
    position: relative;
    right: 12px;
}
.cart.table-wrapper .item-options dt {
    display: none;
}
#shopping-cart-table .col.cost-center {
    padding-top: 20px;
}
#shopping-cart-table .col.cost-center .control.cost-center .input-text.cost-center {
    display: block;
    height: 20px;
    border:unset!important;
    text-align: center;
}
.checkout-cart-index .cart.item .item-info .field.cost-center {
    border: 1px solid #c2c2c2 !important;
    margin-left: 10px;
}
.product-item-name > a:visited {
    color:#000000;
}
.checkout-cart-index .product-item-name > a {
    color:#000000!important;
}
.cart.table-wrapper .item-options dd {
    color: #000;
    font-size: 14px;
    font-family: 'Poppins';
}
.checkout-cart-index tr.grand.totals * {
    color:#245BA7;
}
.checkout-cart-index .cart-totals * {
    font-size: 18px;
    color: #000000;
}
.projektnummer-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: absolute !important;
    width: 100%;
}
.projektnummer-wrapper label {
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.84rem;
    color:#000000;
}
.projektnummer-wrapper input {
    text-align: center; 
    vertical-align: middle;
    height: 2em; 
    line-height: 2em; 
    max-width: 250px; 
    padding: 5px; 
    font-size: 14px;
}
.checkout-cart-index button:focus {
    background-color: #245BA7;
    color:#fff;
}
.opc-wrapper .shipping-address-item { 
    padding: 10px 35px 0px 0px;
    margin: 0 0 0;
    border: unset;
    color:#000000;
}
.opc-wrapper .step-content {
    margin: 0 0 20px;
}
.table-checkout-shipping-method tbody td {
    padding: 10px 10px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
    font-size: 18px;
    margin: unset;
}
.items.payment-methods {
    font-family: 'Poppins';
    margin-bottom: 20px;
}
.custom-text-shippment {
    margin: 20px 0px;
}
.text-for-shippment {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins';
    margin: 20px 0px;
    color:#000000;
}
.opc-block-shipping-information .shipping-information-content {
    line-height: 24px;
    font-family: 'Poppins';
    color:#000000;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item {
    margin-bottom: unset;
}
.checkout-shipping-method .actions-toolbar .action.primary {
    background-color:#245BA7;
}
/********************************* Checkout Page End ********************************/
/********************************* Test CSS Checkout Cart Page ********************************/

.checkout-cart-index .page-main {
    width: 75%;
}
.checkout-cart-index .cart.table-wrapper .col.subtotal {
    text-align: right;
}
.checkout-cart-index .custom-text-checkout {
    font-size: 16px;
    font-weight: 500;
    color:#000000;
}
.checkout-cart-index .product-item-name > a:active {
    color: #000000;
}
.checkout-cart-index .col.price {
    width: 0%;
    display: none;
}

.checkout-cart-index .price-excluding-tax {
    text-align: right;
    display: block;
}

.checkout-cart-index #shopping-cart-table {
    width: 100%;
    /* table-layout: fixed; */
}

.checkout-cart-index .item-options {
    font-size: 12px;
}
button {
    align-items: flex-end;
}
.checkout-cart-index .cart.table-wrapper .item-actions {
    position: relative;
}
.email-intro {
    width: 60%;
}
/********************************* Test CSS Checkout Cart Page End ********************************/

@media screen and (min-width: 1025px) {
	body.checkout-index-index .modal-popup .modal-inner-wrap {
	    margin-left: -240px;
	    width: 580px;
	    left: 50%;
	}
}

body.checkout-index-index .checkout-billing-address .fieldset  .custom-actions-toolbar {
	 top: 65px;
	 width: 100%;
	 margin-bottom: 50px;
	 display: block;
}
body.checkout-index-index .checkout-billing-address .fieldset .custom-actions-toolbar .primary {
	 width: 100%;
	 display: flex;
	 justify-content: space-between;
}
body.checkout-index-index .checkout-billing-address .fieldset .custom-actions-toolbar .primary .action {
	 width: 21%;
}
body.checkout-index-index .checkout-billing-address .fieldset .custom-actions-toolbar .primary .action.newAddress{
    background: #fff;
    color: #245BA7;
    border: 1px solid #245BA7;
    margin-right: 79px;
    height: 45px;
    font-size: 18px;
}
body.checkout-index-index .checkout-billing-address .fieldset .custom-actions-toolbar .primary .action.newAddress:hover {
    background: #245BA7;
    color: #fff;
}
.custom-progress-bar .progress-step:not(:last-child)::after{
    z-index: -1;
}
/*code for task DH-104 starts*/
.progress-step._active{
    background-color: #245BA7; 
    color: #fff; 
}
.progress-step._complete{
    background-color: #245BA7; 
    color: #fff; 
    cursor: pointer;
}
/*code for task DH-104 ends*/
.checkout-step-cart{
    cursor: pointer;
}
.checkout-index-index .cart-container {
    opacity: 0;
}
.page-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: white;
}
.customer-account-login .page.messages {
    display: block!important;
    max-width: 430px;
}
.customer-account-login .page.messages .messages {
    display: block!important;
    color: #4D9763;
    font-size: 14px;
    font-weight: 600;
}
.customer-account-login .page.messages .message.success > *:first-child:before {
    content: unset;
}
.customer-account-login .page.messages .message.success {
    padding-left: 15px;
    padding: 12px 15px 12px 15px;
}
.customer-account-login .page.messages .message.error > *:first-child:before {
    content: unset;
}
.customer-account-login .page.messages .message.error {
    padding-left: 15px;
    padding: 12px 15px 12px 15px;
}
.checkout-index-index .shipping-address-item-content-custom {
    height: 100px;
}
@media (min-width: 769px), print {
    .minicart-wrapper .block-minicart {
        width: 404px;
    }
}
.minicart-items .product-item-name {
    width: 90%;
}
