:root {
    --color-blue: #5668ab;
    --color-green: #50B862;
    --color-red: #ff0000;
}

.color-blue {
    color: var(--color-blue);
}

.color-green {
    color: var(--color-green);
}

.color-red {
    color: var(--color-red);
}

.border-1 {
    border: 1px solid #e5e5e5;
}

.border-2 {
    border: 2px solid #e5e5e5;
}

.cart-item-count {
    background: var(--color-blue);
    border: 1px solid;
    padding: 0;
}

#_desktop_user_info .account-login-text,
.mobile-header .account-login-text {
    display: none;
}

/* BUrger Menu */
.current-currency-symbol,
.current-lang-flag {
    width: 20px;
    margin-right: 10px;
}

.current-currency-symbol {
    background-color: #bbbbbb;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.html-item.typo p {
    margin-bottom: 0.5rem;
}

.html-item.typo .category-title {
    margin: 1rem 0;
}

#mobile_top_menu_wrapper .html-item.typo a {
    color: #5e5e5e;
}

#mobile_top_menu_wrapper .mobile-lang-and-cur .adropdown-mobile {
    padding: 5px 30px;
}

.html-item.typo a:hover {
    color: var(--color-blue) !important;
}

#mobile_top_menu_wrapper .user-info {
    padding-bottom: 20px !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
}

#mobile_top_menu_wrapper .user-info svg {
    margin-right: 9px;
}

.lang-flag {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .amenu-item .amenu-link {
        font-weight: 500;
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    #mobile_top_menu_wrapper {
        display: block !important;
    }

    .language-selector {
        position: relative;
        text-transform: uppercase;
    }

    .language-selector>a {
        display: flex;
        align-items: center;
    }

    .language-selector .material-icons.less,
    .language-selector.open .material-icons.more {
        display: none;
    }

    .language-selector.open .material-icons.less {
        display: inline-block;
    }

    .language-selector ul.dropdown-menu {
        margin-top: 0;
    }

    .language-selector li.current {
        background-color: #d4d4d4;
    }
}

.current-currency-iso,
.current-lang-iso {
    margin-right: auto;
}



/* pays logos */
.logo-pay {
    width: 50px;
    aspect-ratio: 1/0.54;
    /* height: 27px; */
    background-repeat: no-repeat;
}

.logo-amexp {
    background-image: url('/modules/ss_contenthook/assets/img/svg/American_Express.svg');
}

.logo-apay {
    background-image: url('/modules/ss_contenthook/assets/img/svg/Apple_Pay.svg');
}

.logo-mastercard {
    background-image: url('/modules/ss_contenthook/assets/img/svg/Mastercard.svg');
}

.logo-paypal {
    background-image: url('/modules/ss_contenthook/assets/img/svg/Paypal.svg');
}

.logo-visa {
    background-image: url('/modules/ss_contenthook/assets/img/svg/Visa.svg');
}

.paymnet_bugs {
    max-width: 100%;
}

.paymnet_bugs ul {
    display: flex;
    gap: 1px;
}

.paymnet_bugs .logo-pay {
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    margin-bottom: 0px !important;
}

#footer .block-social li a svg path {
    fill: rgb(87, 104, 171);
}

#footer .block-social li a:hover svg path {
    fill: #000;
}

#footer .supports_col li a {
    word-break: break-all;
}

.newsletter_form_text {
    color: var(--color-blue);
    font-size: 18px;
    font-weight: 700;
}

#link-custom-page-sale-1 {
    color: red;
}

@media (max-width: 767px) {
    #footer #footer_logo {
        min-width: 50%;
        float: left;
        text-align: center;
    }

    #footer_logo .logo {
        max-height: 45px;
    }

    #footer .block-social ul {
        justify-content: space-evenly;
        flex-wrap: nowrap;
    }

    .footer-container .footer-right .wrapper::after {
        content: "";
        display: table;
        clear: both;
        border-bottom: 1px solid #dddddd;
        width: calc(100% - 40px);
        margin: 0 15px;
    }

    .footer-container .footer-right .supports_col::after {
        content: none;
    }

    .paymnet_bugs ul {
        justify-content: left;
        gap: 5px;
        margin-top: 20px;
    }
}

/* search filed style */
@media (min-width: 992px) {
    #header #search_widget {
        padding: 2px;
        background-color: #f0eff0;
        border-color: #f0eff0;
        width: 80%;
        float: unset;
    }

    #search_widget form input[type=text] {
        padding: 1px 45px 1px 40px;
        background: transparent;
    }

    #header #search_widget form button svg path {
        fill: #a7a8a8;
    }

    .search-widget form button[type=submit] {
        left: 8px;
    }

    #_desktop_search {
        width: 100%;
        margin-right: 0px;
        display: flex;
        justify-content: center;
    }

}

.amega-menu .h5.category-title:hover {
    color: #5466AA;
}

.an_productattributes-add-to-cart-btn {
    background-image: linear-gradient(180deg, #b5bdda, var(--color-blue));
    border-radius: 8px;
    border: none;
    height: 35px;
    margin: auto;
    max-width: max-content;
    padding: 0 15px;
}

.an_productattributes-add-to-cart-btn:hover,
.an_productattributes-add-to-cart-btn:focus {
    background-color: var(--color-blue);
    border: none;
}


.block-menu {
    width: 170px;
    height: 270px;
    background-image: linear-gradient(270deg, #5567aa, #9da7ce);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    text-align: center;
    margin-top: 8px;
}

.block-menu .block-menu-simulator,
#mobile_top_menu_wrapper .block-menu .block-menu-simulator {
    color: gold;
}

.block-menu .block-menu-text
{
    color: #ffffff !important;
}

body .block-menu .block-menu-text:hover, body .block-menu  .block-menu-simulator a:hover {
    color: #ffffff !important;
}

.block-menu-bot .openers {
    margin: unset;
}

.block-menu-bot .block-menu-text{
    text-decoration: underline;
    font-size: 14px;
}

.block-menu-bot
.block-menu img {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
}

.btn.btn-primary,
.btn.btn-primary:hover {
    background-color: #5668AB;
    border: 1px solid #5668AB;
}

.btn.btn-primary.sb-close-btn{
    background-color: #EAECF3;
    border: 1px solid #EAECF3;
    color: #000000;
}
.cart-grid-body a.btn-primary:hover{
    background-color:#eaecf3;
    border: 1px solid #eaecf3;
    color: #000000;
}

body#checkout .block-promo .promo-code-button, .collapse-button.promo-code-button{
    background-color: #000000;
    color: #ffffff;
    padding: 4px;
}

#checkout .card.js-cart, .row.checkout-content .col-md-4{
    background-color: #F9F9F9;
}
/* login form */
/* #authentication .page-header h1,
#password .page-header h1,
#registration .page-header h1,
#my-account .page-header h1,
#identity  .page-header h1, */
.page-header h1{
    font-size: 18px;
    font-weight: bold;
}
.customerform-wrapper .form-control, .customerform-wrapper .form-control:not(:last-child),
#address .form-control,
#password .form-control
{
    font-size: 16px;
    color: #000;
    background-color: transparent;
    border: 2px solid #929292!important;
    border-radius: 4px;
    padding: 12px 20px;
}
.customerform-wrapper .form-control[type="password"]{
    padding: 12px 50px 12px 20px;
}
body .smartlink,
body .smartlink a {
    color: #5668ab;
    text-decoration: underline;
    cursor: pointer;
}
body .smartlink:hover
{
    color: #5668aba1;
    text-decoration: underline;
}
.page-addresses .address .address-footer a, .page-addresses .addresses-footer a, body#checkout .login-form-forgot a, body#checkout .cancel-address{
    color: #5668ab;
}
.custom-address{
padding-left: 0px;

}
.page-addresses .addresses-footer{
margin: 0px;
}

.smartlink, #submit-login, .no-account-btn{
    font-size: 14px;
}
#submit-login, .no-account-btn, .page-registration, .no-account-btn, .page-registration .form-control-submit, .new-change-pass{
    min-width: 220px;
}
.page-registration, .no-account-new{
    text-align: center;
}

.page-authentication #content,
.page-registration #content
{
    max-width: 650px;
}
.btn.btn-primary.no-account-btn{
    background-color: #EAECF3;
    border: 1px solid #EAECF3;
    text-transform: none;
    /* color: #000000; */
}

.new-move {
    margin-top: 20px;
}
.page-registration .customerform-wrapper .form-footer {
    margin: 38px 0px 0px;
}
.custom-checkbox-label{
    font-size: 14px;
}
/* my account */
.page-my-account #content .links{
    gap: 10px;
    max-width: 800px;
    justify-content: center;
}
.page-my-account #content .links a{
    border: 2px solid #929292;
    border-radius: 6px;
    margin: 0px;
    text-align: left;
    padding: 4px;
}

.page-my-account #content .links a i{
    color: #5668AB;
    padding: 0px;
    width: auto;
}
.page-my-account #content .links  a span.link-item{
    display: flex!important;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    padding: 4px;
}
.custom-flex{
    display: flex;
    justify-content: center;
}

#_mobile_user_info .dropdown-item{
    padding: 0px;
    line-height: normal;
}

.page-identity .page-content.card{
    display: flex;
    justify-content: center;
    width: 100%;
}

/* address filds
 */
#address section.form-fields {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
#address section .form-control-comment{
    display: none;
}
#address section .form-control-label
{
    display: none;
}
#address section.form-fields>.form-group {
    display: flex;
}

#address section.form-fields>.form-group:nth-child(odd) {
    justify-content: right;
}

#address section.form-fields>.form-group:nth-child(even) {
    justify-content: left;
}

#address section.form-fields .form-control {
    padding: 12px 20px;
    color: #000;
}

#address select.form-control:not([size]):not([multiple]) {
    height: 47px;
}

@media (max-width: 767px){
    #submit-login, .no-account-btn, .page-registration .form-control-submit{
        min-width: 100%;
    }
    #address section.form-fields {
        grid-template-columns: 1fr;
    }
    #address section.form-fields>.form-group:nth-child(odd), #address section.form-fields>.form-group:nth-child(even){
        justify-content: center;
    }
    #address section.form-fields .form-control{
        min-width: 220px;
    }

    body#checkout section.checkout-step .address-item {
        max-width: 100%;
    }
}
.text-required-addres{
    text-align: center;
    font-size: 14px;
    color: #929292;
}
/* addresses */
article.address{
    border-radius: 5px;
    border: 1px solid #929292;
}
.page-addresses .address .address-footer, body#checkout section.checkout-step .address-footer{
    border-top: unset;
    display: flex;
    align-items: end;
    margin-left: auto;
}
/* checkout */
body#checkout .chechout-steps+.col-md-4{
    padding-top: 10px;
    padding-left: 10px;
}

body#checkout .block-promo .promo-input{
    border-radius: 0px;
}
body#checkout .voucher-form .promo-input{
    width: calc(100% - 100px);
    padding: 8px 70px 8px 17px;
}
.block-promo .voucher-form .promo-input+button{
    width: 100px;
    margin: 0px!important;
   padding: 8px 5px;
}

.page-footer .account-link span,
.page-order-detail .account-link span
{
    font-size: 14px;
    vertical-align: unset;
}

.page-footer .account-link:hover span,
.page-order-detail .account-link:hover span {
    color: #5668aba1;
}

body#checkout .nav-item .nav-link{
    color: #5668ab;
    font-size: 16px;
}
body#checkout .nav-item .nav-link.smartlink.active{
    text-decoration: none;
}
#checkout-guest-form #customer-form .form-group.row > label, #checkout-login-form label, body#checkout section.checkout-step hr{
    display: none;
}

#checkout-login-form hr{
    width: 100%;
}

body#checkout section.checkout-step .form-group.addresses-checkout {
    margin-top: 15px;
    margin-bottom: 17px;
}

body#checkout section.checkout-step.-current .content .js-address-form form>p {
    margin: -5px 0 10px;
}

#checkout  .require-fileds-cs .col-md-3.form-control-label{
    display: block!important;
}
#checkout  .require-fileds-cs .text-required-addres{
    text-align: left;
}
.addresses-continue {
    margin-top: 17px;
    margin-bottom: 41px;
}
#checkout #login-form .form-group .col-md-6{
    width: 100%;
}
body#checkout .login-form-forgot {
    padding-left: unset;
    justify-content: center;
    margin-top: 15px;
}
body#checkout section.checkout-step .form-footer{
    margin: 15px 0px 15px;
}
#checkout #login-form{
    max-width: 403px;
}

#checkout #login-form footer.form-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;

}
#checkout #login-form .continue.btn.btn-primary, #checkout #login-form .no-account-btn{
    max-width: 220px;
    min-width: 220px;
}
body#checkout .block-promo .promo-input{
    background: #fff;
}
body#checkout .smartlink a {
    color: #5668ab !important;
}
body#checkout section.checkout-step #conditions-to-approve {
    margin-bottom: 10px;
}

#checkout-guest-form #customer-form, #checkout-login-form{
    max-width: 500px;
}
body#checkout section.checkout-step .btn-primary.continue{
    float: unset;
}
body#checkout section.checkout-step .form-footer{
    text-align: left;
}
@media (max-width: 580px)
{
    body#checkout section.checkout-step .form-group.form-group-radio, body#checkout section.checkout-step.-current.-reachable.-complete .content p, body#checkout section.checkout-step .form-group {
        margin-bottom: 4px;
    }

    body#checkout .voucher-form .promo-input{
        width: calc(100% - 70px);
    }
    .block-promo .voucher-form .promo-input+button{
        width: 70px;
    }

    body#checkout .voucher-form{
        flex-direction: row;
    }
}

.smartlink-ico{
    font-size: 14px;
}

body#checkout section.checkout-step .address-item{
    border-radius: 5px!important;
    border: 1px solid #929292!important;
}
body#checkout section.checkout-step .address-item header{
    border-bottom: unset;
}
body#checkout section.checkout-step .address-item{
    background-color: #ffffff!important;
    display: flex;
    flex-wrap: wrap;
}
body#checkout section.checkout-step.-current.-reachable .add-address-comment a, .delivery-message{
    color: #929292;
}

body#checkout .custom-radio input[type=radio]:checked+span{
    background: #5668ab;
}
body#checkout section.checkout-step .delivery-option{
    background-color: #ffffff;
}

body#checkout section.checkout-step .delivery-option.selected{
    border: 2px solid #5668ab;
}

.delivery-message {
    margin: 2px 0 12px;
}

body#checkout #delivery textarea, body#checkout #gift_message textarea {
    min-height: 80px;
}

#checkout-delivery-step .btn-primary {
    margin: 10px 0 15px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit{
    color: #5668ab;
    font-size: 14px;
    text-decoration: underline;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit svg path{
    fill: #5668ab;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    margin: 4px 1px 0 15px;
    color: #fff;
    background: #50B862;
}

.prioBlock{
    display: flex;
    flex: 70% 0 1;
    align-items: center;
}
@media (max-width: 480px){
    h1.step-title.h3 {
        display: flex;
    }
    .mobile-step-status{
        flex-grow: 1;
        justify-content: flex-end;
    }

    body#checkout section.checkout-step .delivery-option label{
        flex-direction: row!important;
    }
    .prioBlock{
        flex-direction: column;
        flex: 20%;
        align-items: flex-start;
    }
}

body#checkout section.checkout-step .delivery-option label{
    align-items: center;
}
body#checkout section.checkout-step .carrier-name, body#checkout section.checkout-step .carrier-delay  {
    flex: 50%;
}
body#checkout section.checkout-step .carrier-price{
    font-weight: bold;
}
body#checkout section.checkout-step .address-selector {
    align-items: stretch;
}
body#checkout .checkout-step .my-2,
body#checkout .delivery-options,
body#checkout .payment-options,
body#checkout section.checkout-step .address-selector {
    margin-top: 0px !important;
}
body#checkout #payment-option-1-container img {
    width: 60px;
    margin-left: -5px;
}
body#checkout .paypal-mark {
    border: none;
    padding: 0px;
    margin: 0px;
}
body#checkout .custom-checkbox span {
    border-color: red;
    border-width: 2px;
}
body#checkout .custom-checkbox input[type=checkbox]:checked+span {
    border-width: 1px;
}
.featured-products a.btn.btn-primary {
    margin-top: 30px;
}
.language-selector-wrapper:hover{
    cursor: pointer;
}

.page-history .table {
    border: 2px solid #e5e5e5;
}

.page-history tbody {
    color: #000;
}

.page-history tbody th,
.page-history tbody td {
    border-left: 0px;
    border-right: none;
}

.page-history .order-actions {
    font-size: 14px;
}

.page-history .order-actions .smartlink {
    margin: 0 5px;
}

.page-history .order-actions .material-icons {
    font-size: 14px;
}

@media (max-width: 767px){
    .page-history .orders {
        color: #000;
    }

    .page-history .orders .row {
        border: 2px solid #e5e5e5;
        margin: 0;
        padding: 15px 0;
    }

    .page-history .orders .smartlink {
        color: #5668ab !important;
    }

    .page-history .order-actions {
        padding: 0px;
        white-space: nowrap;
    }

    .page-history .orders .status {
        padding-left: 0px;
    }

    .page-history .order-row-two {
        display: flex;
        align-items: baseline;
        margin-top: 0.5rem;
    }
}

.page-order-detail strong {
    color: #000;
}

.page-order-detail .page-header {
    margin-bottom: 1rem !important;
}

.page-order-detail #order-infos {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.page-order-detail #order-infos .material-icons {
    font-size: 18px;
    margin-right: 5px;
}

.page-order-detail .order-step-name {
    font-size: 18px;
    font-weight: 700;
}

.page-order-detail .form-control {
    background-color: #fff;
}

.page-order-detail #order-products tfoot tr td {
    border-top: 2px solid #e5e5e5;
}

.page-order-detail .form-control-select {
    height: calc(3.5rem - 2px) !important;
    max-width: 250px;
    color: #7a7a7a;
}

.page-order-detail .form-control-select option {
    color: #000;
}

.page-order-detail .form-control-submit {
    min-width: 120px;
}

.page-order-detail .page-footer {
    float: left;
    width: 100%;
    margin-top: 3rem;
    border-top: 2px solid #e5e5e5;
    padding-top: 2rem;
}

@media (min-width: 576px) {
    .page-order-detail .order-infos-links .smartlink {
        margin-left: 20px;
    }

    .page-order-detail .form-control-select {
        width: 30%;
    }
}

@media (max-width: 575px) {
    .page-order-detail .order-infos-links {
        margin-top: 1rem;
    }

    .page-order-detail .order-infos-links >.smartlink {
        display: block;
    }

    .page-order-detail .order-infos-links .button-primary {
        margin-top: 0.5rem;
    }

    .page-order-detail #order-products {
        border: none;
    }

    .page-order-detail #order-products .thead-default th {
        background-color: unset;
        border: none;
    }

    .page-order-detail #order-products tbody tr td {
        border-top: none;
    }

    .page-order-detail #order-products tfoot tr td:first-child {
        padding-left: 1rem;
    }

    .page-order-detail .sm-border-2 {
        border: 2px solid #e5e5e5;
    }
}

.page-order-confirmation #content .card-block >.row {
    display: flex;
    flex-wrap: wrap;
}
.page-order-confirmation #order-items,
.page-order-confirmation #order-details {
    padding-top: 20px;
}
.page-order-confirmation #order-items {
    border: none;
    box-shadow: #d4d4d4 -3px 0px 0px 0px inset;
}
.page-order-confirmation #order-details {
    background-image: linear-gradient(270deg, #fff7f7, #f4f4f4);
}

.icon-refresh {
    content: url(../img/reorder_icon.svg);
    width: 14px;
}
a:hover .icon-refresh {
    opacity: 0.5;
}

.review_custom_tabs .nav-link.active{
    background-color: #5668AB;
    font-weight: bold;
    color: #fff!important;
}
.review_custom_tabs .nav-link.active:hover{
    color: #fff;
}

.review_custom_tabs .nav-link{
    background-color: #EAECF3;
    color: #5668ab;
    text-decoration: underline;
    cursor: pointer;
}
.review_custom_tabs .nav-link:hover{
    color: #5668aba1;
}
#module-gsnippetsreviews-accountProductReviews .nav-link.active span.blue{
    color: #00FFFF;
    text-decoration: underline;
}
.review_custom_tabs .nav-item{
    padding: 0px;
    margin: 0px;
}
#module-gsnippetsreviews-accountProductReviews .productcell{
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .review_custom_tabs .nav-item+.nav-item {
        margin-left: 0px;
    }
    .newreviewitem{
        flex-direction: column;
    }
    .newreviewitem .dlix{
        align-items: center;
    }
}
.custom-rev-form label{
text-align: center;
}

.custom-rev-form .form-control{
    background: #ffffff;
    border: 1px solid #929292;
}
#module-gsnippetsreviews-addReviewProductPage #spr .stars label
{
  clear: unset;
}

.newreviewitem .dlix{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dlix-title{
    color: #000;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    word-wrap: break-word;
}
.dlix-review{
        color: #000;
        font-size: 16px;
        width: 100%;
        word-wrap: break-word;
}

#module-gsnippetsreviews-accountProductReviews .page-list a{
text-decoration: none;
}
