#search-bar {
    text-align: center;
}

#search-bar #q {
    margin-left: auto;
    margin-right: auto;
}

.mobile-menu__social i {
    color: #000;
}

.mobile-menu__social i:hover {
    color: #313131;
}

.mobile-menu {
    background: #313131;
    height: 100vh;
}

.mobile-menu__search input,
.slideout__drawer-left {
    background: #313131;
}

.mobile-menu .accordion__toggle,
.mobile-menu .accordion__toggle-2,
.mobile-menu .mobile-menu__item {
    border-bottom: 1px solid #000;
}

.mobile-menu__accordion > .mobile-menu__item:first-child,
.mobile-menu__cart-icon,
.mobile-menu__search form input {
    border-color: #FFFFFF;
}

.accordion__toggle-2:after,
.accordion__toggle:after,
.mobile-menu .accordion__submenu-1 a,
.mobile-menu .accordion__submenu-2 a,
.mobile-menu .accordion__toggle a,
.mobile-menu .accordion__toggle-2 a,
.mobile-menu .mobile-menu__item a,
.mobile-menu .mobile-menu__item i,
.mobile-menu__cart-status a,
.mobile-menu__featured-text p,
.mobile-menu__search input,
.mobile-menu__search input:focus {
    color: #FFFFFF;
}

.mobile-menu__search ::-webkit-input-placeholder {
    color: #000;
}

.mobile-menu__search :-moz-placeholder {
    color: #000;
}

.mobile-menu__search ::-moz-placeholder {
    color: #000;
}

.mobile-menu__search :-ms-input-placeholder {
    color: #000;
}

.accordion__toggle-2:after,
.mobile-menu .accordion__submenu-1 a,
.mobile-menu .accordion__submenu-2 a,
.mobile-menu .accordion__toggle-2 a {
    opacity: 0.9;
}

.mobile-menu .slideout__trigger-mobile-menu .icn-close:after,
.mobile-menu .slideout__trigger-mobile-menu .icn-close:before {
    border-color: #FFFFFF !important;
}

.accordion__toggle-2:after,
.accordion__toggle:after {
    border-left: 1px solid #000;
}

.c-accordion.c-accordion--mobile-nav .dropdown-arrow,
.c-accordion.c-accordion--mobile-nav a {
    color: #ffffff;
}

.c-accordion.c-accordion--mobile-nav .dropdown-arrow,
.c-accordion.c-accordion--mobile-nav li:not(.c-accordion__panel) {
    border-color: #787878;
}

@media screen and (min-width: 740px) {
    #logo img {
        max-width: 230px;
    }
}


#hello p, ul#cart li a {
    font-size: 14px;
    margin-bottom: 0;
}

.navigation {
    border-top: 1px solid var(--nav-border-color);
    border-bottom: 1px solid var(--nav-border-color);
}

.navigation__menuitem {
    line-height: 60px;
}

@media only screen and (min-width: 980px) {
    .navigation--sticky.navigation + .header-spacer {
        margin-top: 60px;
    }
}

.dropdown,
.megamenu {
    top: 60px;  
}

@media screen and (max-width: 980px) {
    div#upper-content {
        width: 100%;
        display: grid;
        padding: 0;
    }
}

@media screen and (max-width: 740px) {
    .header-wrapper {
        margin-top: 110px;
    }
}

@media screen and (min-width: 740px) and (max-width: 980px) {
    .header-wrapper {
        margin-top: 110px;
    }
}


@media (min-width: 980px) {
    .footer-block.footer-block-1 {
        flex-grow: 2;
        flex-basis: 400px;
    }
}

.footer-block.footer-block-1 .logo-image {
    max-width: 300px;
    width: 300px;
}

@media (min-width: 980px) {
    .footer-block.footer-block-2 {
        flex-grow: 1;
        flex-basis: 180px;
    }
}

@media (max-width: 740px) {
    .footer-block.footer-block-2 {
        display: inline-block;
        width: 49%;
        margin-top: 40px;
    }
}

@media (min-width: 980px) {
    .footer-block.footer-block-3 {
        flex-grow: 1;
        flex-basis: 180px;
    }
}

@media (max-width: 740px) {
    .footer-block.footer-block-3 {
        display: inline-block;
        width: 49%;
        margin-top: 40px;
    }
}

@media (min-width: 980px) {
    .footer-block.footer-block-4 {
        flex-grow: 2;
        flex-basis: 400px;
    }
}

@media (max-width: 740px) {
    .footer-block.footer-block-4 {
        /* margin-top: 40px; */
    }
}


svg.payment-icon {
    filter: grayscale(1);
}

#footer-wrapper {
    text-align: left;
}

@media (min-width: 980px) {
    #footer {
        display: flex;
    }

    .footer-block + .footer-block {
        margin-left: 3%;
    }
}

div#bottom-footer {
    display: flex;
    margin: 0 auto;
    padding-top: 32px;
    border-top: 1px solid transparent;
    margin-top: 64px;
    align-items: flex-end;
}

div#bottom-footer .footer-left {
    width: 50%;
    text-align: left;
}

div#bottom-footer .footer-right {
    width: 50%;
    text-align: right;
}

div#bottom-footer #copy p {
    text-align: left;
    margin: 0;
}

div#bottom-footer #payment {
    text-align: right;
    margin-top: 16px;
}

div#bottom-footer .selectors-form {
    justify-content: flex-end;
    margin: 0;
}

div#bottom-footer #footer-icons {
    margin: 0;
}

div#bottom-footer #footer-icons i {
    font-size: 19px;
}

div#bottom-footer div#copy {
    margin-top: 21px;
    text-transform: capitalize;
}

@media (min-width: 980px) {
    #footer #payment {
        text-align: left;
    }

    #footer ul#footer-icons {
        text-align: left;
    }

    #footer ul#footer-icons li:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    #footer .selectors-form {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}

@media (max-width: 740px) {
    div#bottom-footer {
        flex-wrap: wrap;
    }

    div#bottom-footer .footer-left {
        width: 100%;
        text-align: left;
        order: 2;
        margin-top: 31px;
    }
    div#bottom-footer div#copy {
        margin-top: 0;
    }
    div#bottom-footer .footer-left{
        /*margin-top:0;*/
    }
    div#bottom-footer .footer-right {
        width: 100%;
        text-align: left;
        order: 1;
    }

    div#bottom-footer .selectors-form {
        justify-content: flex-start;
        margin: 0;
    }

    div#bottom-footer #payment {
        text-align: left;
    }

    div#bottom-footer .footer-section .disclosure__toggle {
        height: 44px;
        width: 80px;
    }

    section.footer-block {
        vertical-align: top;
    }
}

.megamenu__children {
    margin: 0 20px;
}


.gallery__item.item-footer-content-promotion .gallery__item-caption {
    text-align: center;
}

.gallery__item.item-footer-content-promotion .gallery__item-container h3,
.gallery__item.item-footer-content-promotion .gallery__item-container p {
    color: #ffffff;
}


.gallery__item.floating__text.item-footer-content-promotion .gallery__item-container .gallery__item-caption,
.gallery__item.floating__text.item-footer-content-promotion .gallery__item-container .gallery__item-caption > a {
    position: absolute;
    top: 86%;
    left: 50%;
    -webkit-transform: translate(-50%, -86%);
    -ms-transform: translate(-50%, -86%);
    -moz-transform: translate(-50%, -86%);
    -o-transform: translate(-50%, -86%);
    transform: translate(-50%, -86%);
}

.gallery__item.item-footer-content-promotion .gallery__item-btn-wrapper a {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
}

.gallery__item.item-footer-content-promotion .gallery__item-btn-wrapper a:hover {
    color: rgba(0, 0, 0, 0)
}

#section-footer-content-promotion .gallery__item .gallery__item-container h3 {
    font-size: 22px;
}

#section-footer-content-promotion .gallery__item .gallery__item-container p {
    font-size: 14px;
}

#section-footer-content-promotion .gallery__item > a {
    display: inline-block;
    width: 100%;
    padding: 1px;
}

.content__promotion-section-content-promotion,
.content__promotion-section-content-promotion .section-title.lines h3 {
    background: #eddfd4;
    color: #000000;
}

.blog__article-container.blog__article-container-index {
    grid-template-columns: repeat(2, 1fr);
}


#featured_collection_index_newest.featured__collection-carousel .featured__collection-product {
    width: 25%;
    box-sizing: border-box !important
}

#section-blog-list .collection-banner {
    height: 500px;
    overflow: hidden;
}

#section-blog-list .collection-banner .box-ratio {
    padding-bottom: 500px !important;
}

#section-blog-list .collection-banner img {
    object-fit: cover;
    object-position: center center;
    height: 500px;
}

#section-blog-list .blog__article-container {
    grid-template-columns: repeat(3, 1fr);
}


#section-category-list .collection__list-loop {
    grid-template-columns: repeat(3, 1fr);
}

#section-product-list .styled-select {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#thumb-slider-wrapper .hide {
    display: none !important;
}


.order-info__drawer-wrapper .ajax-cart__item-image {
    grid-column: auto / span 3;
    width: 100%;
}

.order-info__drawer-wrapper .ajax-cart__item-image img {
    margin: auto;
    max-width: 70px;
    display: block;
}

.order-info__drawer-wrapper .ajax-cart__item-price,
.order-info__drawer-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 3;
    width: 100%;
    text-align: center;
}

.order-info__drawer-wrapper .ajax-cart__item-qty {
    grid-column: auto / span 1;
    width: 100%;
}

.order-info__drawer-wrapper .ajax-cart__item-details {
    grid-column: auto / span 5;
    width: 100%;
}


#pagination .pagination {
    margin: 0;
    display: flex;
}

#pagination .pager {
    margin: 0;
}

#pagination li {
    margin: 0 .4em;
    display: inline-block;
}

#pagination li > a,
#pagination li > span {
    width: 38px;
    border: 1px solid #ddd;
    text-align: center !important;
    height: 38px;
    line-height: 36px;
    display: inline-block;
}

#pagination .pagination .active span {
    background-color: transparent;
    border: 1px solid #ddd;
}

@media (max-width: 620px) {
    #pagination li {
        display: block;
    }
    #pagination li:first-child,
    #pagination li:last-child  {
        display: inline-block;
    }
}

#pagination .pagination .disabled {
    display: none;
}

/*.header_account:hover .header_account-popover,*/
/*.header_account-popover:hover {*/
/*    display: block !important;*/
/*}*/

.header_account-popover {
    min-width: 76px;
    max-width: 200px;
    background: #FFFFFF;
    color: #000;
    position: absolute;
    z-index: 9;
    text-align: left;
    font-size: .875rem;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    line-height: 38px;
    white-space: nowrap;
}
.social-icons__list div.header_account-popover ul{
    margin: 0;
}
.social-icons__list div.header_account-popover .header_popover-item{
    display: block;
    line-height: 19px;
    margin: 10px;
}
.social-icons__list ul.ul-change-currency,.social-icons__list ul.ul-change-lang{
    min-width: 80px!important;
    max-width: 200px;
    max-height: 150px;
    background-color: #fff;

}
.social-icons__list ul.ul-change-currency .header_popover-item,
.social-icons__list ul.ul-change-lang .header_popover-item{
    display: block;
    /* line-height: 19px;
    margin: 18px 0; */

}

.social-icons__list .slideout__trigger--open{
    width: 80px;
}


.ul-change-currency, .ul-change-lang {
    max-width: 200px;
    color: #000;
    position: absolute;
    z-index: 9;
    text-align: left;
    font-size: .875rem;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    line-height: 38px;
    white-space: nowrap;
}

@media (min-width: 980px) {
    .header_account-popover{
        min-width: 126px;
        background: var(--header);
        /*top: 40px;*/
    }

    .ul-change-currency,
    .ul-change-lang,
    .header_account-popover a {
        color: #000;
    }
}

.header_account {
    position: relative;
}

.header_account ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_account .header_popover-item {
    line-height: 2.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important;
    padding: 0px!important;
}

/*.header_account .header_popover-item:hover {*/
/*    background-color: #977a66;*/
/*    opacity: 1;*/
/*}*/
.header_account .header_popover-item:hover a::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    height: 2.75rem;
    width: 100%;
    left: 0;
}


.header_account .header_popover-item a, .header_account .header_popover-item div {
    color: inherit;
    display: inline-block;
    padding: 0 1.25rem;
    width: 100%;
}

.header_logout_border {
    padding: 0px!important;
    color: #fff!important;
    border-top: 1px solid #d4d4d4;
}