html body {
    color: #333333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
        margin: 0;
    padding: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
	box-shadow:none;
}

.nav-sections {
    background: #f0f0f0;
}


* {
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: #000000 #ccc;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #ccc;
    height: 6px;
}

*:-webkit-scrollbar-thumb {
    background-color: #000000;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
}

*::-webkit-scrollbar:horizontal {
    height: 6px;
}

*::-webkit-scrollbar-track {
    border: 0px #ccc solid;
    border-radius: 0;
    -webkit-box-shadow: 0 0 6px #000000 inset;
    -webkit-box-shadow: initial;
}

*::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    cursor: pointer;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #000000;
    border: 1px solid #000000;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #000000;
    border: 1px solid #000000;
}

.home-section.categories-listing ul.category-wrapper {
    display: flex;
    gap: 2%;
    margin-bottom: 14px;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
}
.home-section.categories-listing ul.category-wrapper .main-cat {
    border: 1px solid #ddd;
    box-sizing: border-box;
    max-width: 15%;
    width: 100%;
    margin-bottom: 25px;
}
.home-section.categories-listing ul {
    list-style: none;
    padding-bottom: 10px;
        padding-left: 0;
}
.home-section.categories-listing ul.category-wrapper .main-cat span.cate-name1 {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 1px solid #ddd;
        background-color: #E7374E;
    color: #fff;
}
.home-section.categories-listing .sub-cat-wrapper ul {
    background: #f0f0f0;
}
.home-section.categories-listing ul.category-wrapper .main-cat .sub-cat-wrapper a:hover .cate-name2 {
    color: #E7374E;
}
.home-section.categories-listing ul.category-wrapper .main-cat .sub-cat a span.cate-img2{
    min-width: 55px;
    height: auto;
    margin: 0 10px 0 0;
    max-width: 55px;
}
.home-section.categories-listing ul.category-wrapper .main-cat .sub-cat a {
    display: flex;
    align-items: center;
    padding: 10px 8px 0;
    text-decoration: none;
}
.home-section.categories-listing ul.category-wrapper .main-cat .sub-cat a span.cate-name2 {
    font-size: 12px;
    color: #333;
}
.home-section.categories-listing ul .sub-cat {
    margin-bottom: 0;
}
.home-section.categories-listing ul.category-wrapper .main-cat .sub-cat-wrapper a {
    /*overflow: hidden;
    clear: both;
    display: block;*/
}
.home-section.categories-listing ul.category-wrapper .main-cat .sub-cat-wrapper a img.cate-image {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.footer-link-section .links-detail h6.block-title.heading, .footer-address h6.block-title.heading {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #E7374E;
}
.footer-address h6.block-title.heading{
    text-transform: uppercase;
}
.footer-address-section .footer-address p.address-content{
    font-size: 12px;
    color: #fff;
}
.footer-link-section .links-detail ul li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
    display: block;
    padding-bottom: 3px;
}
.footer-link-section .links-detail ul li a::before {
        content: '\e608';
    font-family: 'luma-icons';
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    background-size: 17px;
    top: 0px;
}
.footer-link-section .links-detail ul li a:hover::before{
    color: #E7374E;
}
.footer-bottom-section ,
.footer-bottom-section .copyright-content small.copyright{
    background: #000000;
}
.footer-bottom-section .copyright-content small.copyright {
    background: #000;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 0;
}
.footer-payment-icons {
    display: inline-block;
    float: right;
}
.footer.content .footer-link-section .links-detail ul {
    padding-right: 0;
}
.footer-bottom-section .copyright-content {
    margin: 0 auto;
        padding: 25px 20px;
}
.amfinder-common-wrapper {
    background: #f0f0f0;
    padding: 0;
    padding-top: 15px;
    border-top: 2px solid #E7374E;
}  
.amfinder-common-wrapper ul.amfinder-toggle {
    padding: 0;
}
.amfinder-common-wrapper ul.amfinder-toggle .dropdown-title {
    display: none;
}
.amfinder-common-wrapper form .amfinder-title {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px;
    margin-bottom: 15px;
    color: #E7374E;
    font-weight: 600;
    padding-left: 5px;
}
.amfinder-common-wrapper ul.amfinder-toggle li .amfinder-select-wrapper select {
    height: 36px;
    padding: 8px;
    text-overflow: ellipsis;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #888;
    vertical-align: middle;
    margin: 0;
    font-size: 14px;
    border-radius: 0;
    padding-right: 25px;
}
.amfinder-common-wrapper ul.amfinder-toggle li .amfinder-select-wrapper select:disabled{
    background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
}
.amfinder-common-wrapper ul.amfinder-toggle li .amfinder-select-wrapper select:disabled {
    border-color: #bbb;
    background-color: #bbb;
    color: #888;
    opacity: 0.7;
}
.amfinder-common-wrapper ul.amfinder-toggle li {
    margin-bottom: 5px;
}
.cms-index-index .amfinder-common-wrapper {
    padding-bottom: 10px;
}
.cms-index-index .amfinder-common-wrapper form .amfinder-title {
    padding-left: 10px;
}
.catalog-product-view .amfinder-common-wrapper ul.amfinder-toggle li {
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.catalog-product-view .sidebar.sidebar-additional.custom .amfinder-common-wrapper {
    padding: 10px;
}
.catalog-product-view .amfinder-common-wrapper ul.amfinder-toggle li.last.-list-item {
    padding: 0;
    margin: 0;
}
.page-products .page-title-wrapper {
    display: none !important;
}
.catalog-category-view .amfinder-common-wrapper ul.amfinder-toggle ,
.catalogsearch-result-index .amfinder-common-wrapper ul.amfinder-toggle{
    overflow: hidden;
    clear: both;
    text-align: center;
    margin: 0 auto;
}
.catalog-category-view .amfinder-common-wrapper ul.amfinder-toggle li.am-item.-list-item ,
.catalogsearch-result-index .amfinder-common-wrapper ul.amfinder-toggle li.am-item.-list-item{
    width: 25%;
    display: inline-block;
}
.catalog-category-view .amfinder-common-wrapper ul.amfinder-toggle li.last.-list-item ,
.catalogsearch-result-index .amfinder-common-wrapper ul.amfinder-toggle li.last.-list-item{
    overflow: hidden;
    clear: both;
}
.sidebar-contact-section .contact-title ,
.catalog-category-view .block.block-compare .block-title ,
.catalogsearch-result-index .block.block-compare .block-title ,
.catalog-category-view .block.block-wishlist .block-title ,
.catalogsearch-result-index .block.block-wishlist .block-title ,
.catalog-product-view .block.block-compare .block-title ,
.catalog-product-view .block.block-wishlist .block-title{
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}
.catalog-category-view .block.block-compare .block-title strong ,
.catalogsearch-result-index .block.block-compare .block-title strong ,
.catalog-category-view .block.block-wishlist .block-title strong ,
.catalogsearch-result-index .block.block-wishlist .block-title strong ,
.catalog-product-view .block.block-compare .block-title strong ,
.catalog-product-view .block.block-wishlist .block-title strong{
    font-size: 14px;
    font-weight: 600;
}
.sidebar-contact-section .contact-content ,
.sidebar-contact-section .contact-content a{
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    padding: 20px 0;
    color: #494949;
}
.sidebar-contact-section .contact-content {
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar-contact-section .contact-content a{
    text-decoration: none;
}
.sidebar-contact-section .contact-content-box .img p {
    margin-bottom: 5px;
}
.catalog-category-view .block.block-compare .empty,
.catalogsearch-result-index .block.block-compare .empty,
.catalog-category-view .block.block-wishlist .empty,
.catalogsearch-result-index .block.block-wishlist .empty ,
.catalog-product-view .block.block-compare .empty ,
.catalog-product-view .block.block-wishlist .empty{
        padding: 10px;
}
.catalog-category-view .block.block-compare .block-title ,
.catalogsearch-result-index .block.block-compare .block-title ,
.catalog-category-view .block.block-wishlist .block-title ,
.catalogsearch-result-index .block.block-wishlist .block-title,
.catalog-category-view .block.block-compare ,
.catalogsearch-result-index .block.block-compare ,
.catalog-category-view .block.block-wishlist ,
.catalogsearch-result-index .block.block-wishlist ,
.catalog-product-view .block.block-compare .block-title ,
.catalog-product-view .block.block-wishlist .block-title ,
.catalog-product-view .block.block-compare ,
.catalog-product-view .block.block-wishlist{
    margin-bottom: 0;
}
.sidebar.sidebar-additional {
    padding-bottom: 20px;
}
.footer-top-section-content h6.block-title.heading {
       font-size: 16px;
    color: #E7374E;
    font-weight: 700;
    padding-bottom: 15px;
}
.footer-top-content .content-points .content-point span ,
.footer-top-content .content-points .content-point p{
    font-size: 13px;
}
.footer-top-content .content-points .content-point {
    font-size: 13px;
    margin: 10px 0;
        padding-bottom: 10px;
}
.footer-top-content .content-points .content-point span {
    vertical-align: top;
    display: inline-block;
    background: #E7374E;
    padding: 9px 15px;
    color: #fff;
    border-radius: 36px;
    font-weight: bold;
}
.footer-top-content .content-points .content-point p {
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 0;
    width: calc(100% - 42px);
    color: #fff;
}
.footer-top-content .content-points .content-point:hover .number-text {
    background: #000;
}
.footer .footer-top-section {
        background: transparent;
    padding: 30px;
    margin-top: 25px;
    margin-bottom: 5px;
        border: 1px solid #f0f0f0;
    border-radius: 10px;
}
.footer .footer-section {
    padding: 40px 20px 20px 20px;
}
.page-header .panel.wrapper {
    background: #f5f5f5;
    border-bottom: 5px solid #333333;
}
.panel.header.top .header-top-content {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}
.panel.header.top .header-top-content .header-top-left-content ,
.panel.header.top .header-top-content .header-top-right-content{
    display: inline-block;
}
.panel.header.top .header-top-content span.label {
        color: #fff;
    border-bottom: 1px solid;
}
.panel.header.top .header-top-content .header-top-left-content span.label span.sub-label {
    color: #fff;
    font-size: x-small;
    font-style: italic;
}
.panel.header.top .header-top-content .header-top-right-content span.label span.sub-label{
color: #fff;
}
.page-wrapper .page-header .panel.wrapper {
    background: #E7374E;
    border-bottom: none;
    padding: 10px 0;
}
.panel.header.top .header-top-content .header-top-left-content span.label span.sub-label span.colon {
    font-style: normal;
}
.panel.header.top .header-top-content .header-top-left-content::after {
    content: '|';
    padding-left: 5px;
    padding-right: 2px;
}
.page-wrapper .page-header .panel.wrapper .panel.header.top {
    padding-top: 1px;
    padding-bottom: 1px;
}
.panel.header.top .header-top-content .header-top-right-content span.label .sub-label {
    padding-left: 3px;
}
.sections.nav-sections .navigation .level0:hover > .level-top ,
.sections.nav-sections .navigation .level0 .submenu li:hover > .ui-menu-item-wrapper{
    background: #E7374E;
    color: #fff;
}
.sections.nav-sections .navigation,.sections.nav-sections{
    background: #132530;
}
.sections.nav-sections .navigation .level0 > .level-top{
        color: #fff;
}
.page-header {
    background: #f0f0f0;
}
.page-wrapper .page-footer {
    background: #132530;
}
.footer-top-content .content-points .content-point:last-child {
    padding-bottom: 0;
}
.catalog-product-view .amfinder-common-wrapper ul.amfinder-toggle li {
    width: 100% !important;
}
.amfinder-buttons.no-display {
    padding: 10px 0;
}
.catalog-category-view .sidebar.sidebar-main .block.filter ,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter{
    background: #f0f0f0;
}
.nav-sections-item-content .navigation .level0.active > .level-top, 
.nav-sections-item-content .navigation .level0.has-active > .level-top {
    background: #E7374E;
}
.sidebar.sidebar-additional .sidebar-contact-section,
.sidebar.sidebar-additional .block.block-compare,
.sidebar.sidebar-additional .block.block-wishlist,
.sidebar.sidebar-additional .block.block-reorder{
    background: #f0f0f0;
}

.catalog-category-view strong.block-subtitle.filter-subtitle ,
.sidebar-contact-section .contact-title, .catalog-category-view .block.block-compare .block-title, .catalogsearch-result-index .block.block-compare .block-title, .catalog-category-view .block.block-wishlist .block-title, .catalogsearch-result-index .block.block-wishlist .block-title, .catalog-product-view .block.block-compare .block-title, .catalog-product-view .block.block-wishlist .block-title , .account .block.block-compare .block-title , .account .block.block-wishlist .block-title , .block.block-reorder .block-title , .block.block-wishlist .block-title , .block.block-compare .block-title{
    padding: 10px;
    text-transform: uppercase;
    background: #E7374E;
    color: #fff;
    font-weight: 700;
}
.account .sidebar.sidebar-main {
    padding-right: 0;
}
.sidebar.sidebar-additional .block.block-reorder {
    margin-bottom: 20px;
}
.account .block.block-compare .block-title strong ,
.account .block.block-wishlist .block-title strong ,
.block.block-reorder .block-title strong ,
 .block.block-compare .block-title strong ,
.block.block-wishlist .block-title strong{
    font-size: 14px;
    font-weight: 600;
}
.account .block.block-compare .block-title ,
.account .block.block-wishlist .block-title ,
.account .block.block-reorder .block-title ,
.block.block-compare .block-title ,
.block.block-wishlist .block-title ,
.block.block-reorder .block-title{
    margin-bottom: 0;
}
.account .block.block-compare .empty ,
.account .block.block-compare .block-content ,
.account .block.block-wishlist .block-content ,
.account .block.block-wishlist .empty ,
.account .block.block-reorder .block-content ,
.account .block.block-reorder  .empty ,
.block.block-compare .empty ,
.block.block-compare .block-content ,
.block.block-wishlist .block-content ,
.block.block-wishlist .empty ,
.block.block-reorder .block-content ,
.block.block-reorder  .empty{
    padding: 10px;
}
.catalog-category-view .page-title-wrapper h1#page-title-heading {
    color: #E7374E;
    font-weight: 600;
}
.catalog-category-view .filter-options-item ,
.catalogsearch-result-index .filter-options-item
{
    border-bottom: 1px solid #e5e5e5;
}
.catalog-category-view .products.wrapper.list.products-list li.item.product.product-item ,
.catalogsearch-result-index .products.wrapper.list.products-list li.item.product.product-item{
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.catalog-category-view .products.wrapper.list.products-list li.item.product.product-item .product-item-info .product.details.product-item-details {
    padding-top: 10px;
}
.modal-popup .modal-footer button.action-secondary ,
.modal-popup .modal-footer button.action-primary{
    margin-right: 10px;
    background: #E7374E;
    color: #fff;
    border-color: #E7374E;
        border-radius: 0;
}
.catalog-category-view .products.wrapper.list.products-list li.item.product.product-item .product-item-info a.product.photo.product-item-photo {
    padding-bottom: 10px;
    padding-top: 10px;
}
.page-wrapper .action.primary, .page-wrapper .action-primary{
    background: #E7374E;
    border: 1px solid #E7374E;
    margin-right: 10px;
    margin-bottom: 5px;
        border-radius: 0;
}
.abs-login-block-title strong, .login-container .block .block-title strong {
    font-weight: 600;
}
.page-wrapper .product-item-actions .actions-primary + .actions-secondary > .action {
    background: #E7374E;
}
.page-wrapper .product-item-actions .actions-primary + .actions-secondary > .action::before{
    color: #fff;
}
.page-wrapper .page-wrapper .action.primary, .page-wrapper .page-wrapper .action-primary {
    background: #E7374E;
    border: 1px solid #E7374E;
    margin-right: 10px;
}
.sidebar.sidebar-additional {
    margin-top: 20px;
}
.toolbar-sorter.sorter select ,
.toolbar select{
    background-color: #E7374E;
    box-shadow: none;
    border-radius: 0;
    border-color: #E7374E;
    color: #fff;
}
.toolbar-sorter.sorter select option ,
.toolbar select option{
    background: #f0f0f0;
    color: #132530;
}
.toolbar.toolbar-products .modes .modes-mode.active {
    opacity: 1;
}
.toolbar.toolbar-products .modes .modes-mode {
    background: #E7374E;
    box-shadow: none;
    border: none;
    opacity: 0.7;
}
.toolbar.toolbar-products .modes .modes-mode::before{
    color: #fff;
}
strong.product.name.product-item-name a.product-item-link ,
p.availability.in-stock{
    font-weight: bold;
}
.price-box.price-final_price .price-final_price {
    color: #E7374E;
}
.price-box.price-final_price .old-price .price-final_price {
    color: #666666;
}
p.availability.in-stock span {
    color: #E7374E !important;
}
.product-item .price-box  span.price-container.price-final_price span.price {
    font-size: 19px;
}
.product-item .price-box  .old-price span.price-container.price-final_price span.price{
    font-size: 13px;
}
.sidebar-contact-section .contact-content .info p {
    font-weight: 600;
    padding: 5px 0;
}
.sidebar.sidebar-additional .block.block-compare {
    margin: 20px 0;
}
.abs-block-items-counter, .block-compare .counter, .block-wishlist .counter{
    color: #fff;
}
.sidebar.sidebar-additional .block .block-content {
    padding: 10px;
}
.abs-revert-to-action-secondary:not(:focus), .abs-discount-block .actions-toolbar .action.primary:not(:focus), .abs-discount-block .actions-toolbar .action.cancel:not(:focus), .block-compare .action.primary:not(:focus), .cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus), .abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus), .cart-summary .form.giftregistry .fieldset .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.cancel:not(:focus), .cart-discount .actions-toolbar .action.primary:not(:focus), .cart-discount .actions-toolbar .action.cancel:not(:focus), .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus){
    box-shadow: none;
    border-radius: 0;
    color: #fff;
}
.product-item-name > a, .product.name a > a {
    font-weight: 600;
}
.page-wrapper .sidebar.sidebar-additional .block .block-title {
    padding-left: 10px;
}
.product-item-actions .actions-primary + .actions-secondary {
    vertical-align: top;
}
.block-content.filter-content strong.block-subtitle.filter-subtitle {
    line-height: 20px;
}
.product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
    font-weight: 600;
}
.product-info-price .price-box{
        color: #E7374E;
}
.product-social-links .product-addto-links a.action ,
.product-reviews-summary .reviews-actions .action.add{
    color: #E7374E;
}
.product-social-links .product-addto-links a.action:hover{
    color: #E7374E;
    text-decoration: underline;
}
.product.info.detailed .product.data.items .data.item.title .data.switch {
    font-weight: 600;
    color: #132530;
}
.sidebar.sidebar-additional .block.block-compare .empty {
    padding-left: 10px;
}
.product.info.detailed .product.data.items .data.item.content {
    margin-top: 40px;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable ,
.product-info-main .product.attribute.sku .type ,
.product-info-main p.availability.in-stock{
    font-weight: 700;
    color: #000;
}
.product.info.detailed .product.data.items .data.item.title.active .data.switch {
    background: #E7374E;
    color: #fff;
    border-color: #E7374E;
}
.page-wrapper button ,
.page-wrapper .cart-discount .actions-toolbar .action.primary ,
.checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar button.action.action-apply{
    background: #E7374E;
    border-color: #E7374E;
    color: #fff;
}
#discount-coupon-form .control input#coupon_code ,
.checkout-payment-method .form.form-discount .payment-option-inner input[type="text"]{
    height: 36px;
}
.cart-discount .block > .title #block-discount-heading {
    color: #000;
    font-weight: bold;
}
.cart-discount .block > .title:after{
    color: #000;
}
.cart.table-wrapper .cart thead tr th.col ,
.cart.table-wrapper .cart > .item tr.item-info td.col.subtotal span.cart-price span.price,
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before, .cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.cart.table-wrapper .actions-toolbar > .action-edit:before, .cart.table-wrapper .actions-toolbar > .action-delete:before{
    color: #E7374E;
}
.cart.table-wrapper .actions-toolbar {
    margin-bottom: 20px;
}
.cart-totals tbody .mark ,
.cart-totals tbody .amount ,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tbody .amount{
    background: transparent;
}
.page-main > .page-title-wrapper .page-title
{
    color: #E7374E;
    font-weight: bold;
}
.cart-summary strong.summary.title ,
tr.grand.totals th.mark ,
tr.grand.totals td.amount ,
.opc-wrapper .step-title,
.opc-block-summary > .title,
.opc-block-shipping-information .shipping-information-title{
    color: #E7374E;
    font-weight: 600;
}
#checkout .authentication-wrapper button.action.action-auth-toggle {
    padding: 5px 10px;
}
#checkout .authentication-wrapper button.action.action-auth-toggle:hover{
    background: #E7374E;
    text-decoration: none;
}
.page-wrapper .opc-progress-bar-item._active > span:before ,
.page-wrapper .opc-progress-bar-item._active:before{
    background: #E7374E;
    border-color: #E7374E;
}
.page-wrapper .opc-progress-bar-item._active > span:after{
    color: #E7374E;
}
.opc-wrapper .form-login .fieldset .field .label, .opc-wrapper .form-shipping-address .fieldset .field .label {
    font-weight: 600;
    color: #E7374E;
}
.opc-block-summary .items-in-cart > .title strong ,
.minicart-items .product-item-name{
    font-weight: 600;
}
.checkout-payment-method .payment-method-title ,
.checkout-payment-method .billing-address-same-as-shipping-block label ,
.billing-address-form fieldset.fieldset.address label.label{
    color: #E7374E;
}
.page-wrapper .opc-progress-bar-item._complete > span{
    color: #E7374E;
    font-weight: 600;
}
.checkout-index-index .block.items-in-cart.active {
    margin-bottom: 0;
}
.checkout-index-index .checkout-payment-method .payment-option .payment-option-title .action-toggle:after{
        color: #000;
}
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle{
          color: #000;
}
.checkout-index-index ul.opc-progress-bar {
    padding-top: 20px;
}
.account .sidebar.sidebar-main ul.nav.items {
    display: block;
}
.account .sidebar.sidebar-main .block-collapsible-nav .content ul.nav.items li.nav.item {
    width: 100%;
    display: block;
}
.account .sidebar.sidebar-main #block-collapsible-nav {
    padding: 0;
}
.block-collapsible-nav .content ul.nav.items li.nav.item.current strong {
    background: #E7374E;
    color: #fff;
    border-color: #E7374E;
    padding: 10px 18px 10px 15px;
}
.block-collapsible-nav .content ul.nav.items li.nav.item a {
    font-weight: 600;
    color: #333;
    padding: 10px 18px 10px 15px;
}

.account .page-main .page-title-wrapper .page-title {
    color: #E7374E;
    font-weight: 600;
}
.account .column.main .block:not(.widget) .block-title strong ,
.account .legend > span ,
.fieldset > .legend{
    font-weight: 600;
}
.account .column.main .block:not(.widget) .box-title ,
.fieldset > .field > .label, 
.fieldset > .fields > .field > .label ,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th ,
.account .block.block-dashboard-orders .table-order-items.recent th.col ,
.account .table-wrapper.orders-history th.col{
    color: #E7374E;
}
.account .sidebar.sidebar-main .block-collapsible-nav .content ul.nav.items li.nav.item.current a {
    background: #E7374E;
    color: #fff;
    border-color: #E7374E;
}
.account .page-title-wrapper span.order-status {
    background: #E7374E;
    border: none;
    border-radius: 0;
    color: #fff;
}
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td{
    background: #fff;
}
.amfinder-horizontal .amfinder-buttons button.button {
    vertical-align: top;
}
@media only screen and (max-width: 991px) {
.panel.header.top .header-top-content .mobile {
    display: none;
}
}
@media only screen and (max-width: 768px) {
.page-wrapper .breadcrumbs {
    display: block;
}
.sidebar-contact-section .contact-content{
    display: none;
}
.sidebar-contact-section {
    margin-bottom: 15px;
}
.sidebar-contact-section .contact-title{
    padding-left: 0;
    position: relative;
}
.sidebar-contact-section .contact-title::after {
    content: '\251B';
    font-weight: bold;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
}
.sidebar-contact-section .contact-title.active::after {
    transform: rotate(225deg);
}
.catalog-category-view .block.block-compare .block-title ,
.catalog-category-view .block.block-compare .empty, .catalogsearch-result-index .block.block-compare .empty, .catalog-category-view .block.block-wishlist .empty, .catalogsearch-result-index .block.block-wishlist .empty ,.catalog-category-view .block.block-wishlist .block-title ,
.catalogsearch-result-index .block.block-compare .block-title , .catalogsearch-result-index .block.block-wishlist .block-title ,
.catalog-product-view .block.block-compare .block-title, .catalog-product-view .block.block-wishlist .block-title, .catalog-product-view .block.block-compare, .catalog-product-view .block.block-wishlist ,.catalog-product-view .block.block-compare .empty, .catalog-product-view .block.block-wishlist .empty
{
    padding-left: 0;
}
.sidebar-contact-section .contact-content .contact-content-box.box4 ,
.sidebar-contact-section .contact-content .contact-content-box.box5 ,
.sidebar-contact-section .contact-content .contact-content-box.box6 {
   display: none;
}
}
@media only screen and (min-width: 768px) {
.catalog-category-view .sidebar.sidebar-additional ,
.catalogsearch-result-index .sidebar.sidebar-additional{
    padding-right: 2%;
} 
.catalog-category-view .filter.block ,
.catalogsearch-result-index .filter.block{
    margin-bottom: 0;
}   
.footer-bottom-section .copyright-content {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}
footer.page-footer {
    padding-bottom: 0;
}
.cms-index-index .amfinder-common-wrapper {
    width: 100%;
}
.cms-index-index .amfinder-common-wrapper ul.amfinder-toggle {
    text-align: center;
}
header.page-header .header.content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px 20px;
}
header.page-header .header.content a.logo{
    order: 1;
    margin: 0;
    width: 25%;
}
header.page-header .header.content .minicart-wrapper a.action.showcart {
    background: #132530;
    padding: 6px 10px;
}
header.page-header .header.content .minicart-wrapper .action.showcart:before{
    color: #fff;
}
header.page-header .header.content .minicart-wrapper{
    order: 3;
    width: 25%;
    float: none;
    text-align: right;
}
header.page-header .header.content .block.block-search{
    order: 2;
    width: 50%;
}
header.page-header .header.content .block.block-search #search_mini_form .actions button.action.search {
    background: #132530;
    opacity: 1;
    right: 0;
    height: 40px;
    padding-left: 13px;
    padding-right: 13px;
}
header.page-header .header.content  .minicart-wrapper .action.showcart:hover:before{
    color: #E7374E;
}
header.page-header .header.content .block.block-search .action.search:before{
    color: #fff;
}
header.page-header .header.content .block.block-search input {
    padding-right: 0;
    height: 40px;
    border: none;
}
header.page-header .header.content .block.block-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
  opacity: 1; /* Firefox */
}

header.page-header .header.content .block.block-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbb;
}

header.page-header .header.content .block.block-search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbb;
}
}
@media only screen and (max-width: 1024px) {
.home-section.categories-listing ul.category-wrapper .main-cat{
        max-width: 32%;
}
}
@media only screen and (max-width: 767px) {
.contact-index-index .page-main > .page-title-wrapper .page-title ,
.sales-guest-form .page-main > .page-title-wrapper .page-title ,
.customer-account-login .page-main > .page-title-wrapper .page-title ,
.customer-account-create .page-main > .page-title-wrapper .page-title ,
.customer-account-forgotpassword .page-main > .page-title-wrapper .page-title{
    padding-bottom: 20px;
}    
.footer .footer-section {
    padding: 0;
}
.account .block.block-dashboard-info {
    padding-top: 20px;
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col.actions {
    border-bottom: none;
}
.account .block.block-dashboard-orders .table-wrapper.orders-recent td.col.actions ,
.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child{
    border-bottom: none;
}
.footer .footer-top-section {
    padding: 0;
    margin-top: 0;
        border: none;
}  
.page-wrapper .page-footer .footer.content {
    padding: 35px 25px;
}
.footer-link-section .links-detail h6.block-title.heading, .footer-address h6.block-title.heading {
    color: #fff;
} 
.copyright-content {
    text-align: center;
} 
.cms-index-index #maincontent .column.main {
    padding-bottom: 0;
}
.home-section.categories-listing ul.category-wrapper .main-cat{
        max-width: 48%;
}
.home-section.categories-listing ul.category-wrapper{
    gap: 4%;
}
.footer-section .collapsible .block-content{
    display: none;
    padding-top: 20px;
}
.footer-section h6.block-title.heading {
    border-bottom: 1px solid #f2f2f2;
}
.footer-link-section .links-detail h6.block-title.heading, .footer-address h6.block-title.heading{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.footer-section h6.block-title.heading::after {
    content: '\251B';
    font-weight: bold;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
}
.footer-section h6.block-title.heading.active::after {
    transform: rotate(225deg);
}
.footer-container .footer-section {
    padding-bottom: 5px;
}
.catalog-category-view .columns .column.main,
.catalogsearch-result-index .columns .column.main{
        order: 3;
}
.catalog-category-view .columns .sidebar.sidebar-additional.custom ,
.catalogsearch-result-index .columns .sidebar.sidebar-additional.custom{
    order: 1;
}
.catalog-category-view .category-view {
    display: none;
}
.catalog-category-view .page-title-wrapper {
    padding-bottom: 20px;
    padding-top: 10px;
}
.catalog-category-view .sidebar.sidebar-additional.custom ,
.catalogsearch-result-index .sidebar.sidebar-additional.custom{
    padding-top: 30px;
}
.catalog-category-view .columns .sidebar.sidebar-additional ,
.catalogsearch-result-index .columns .sidebar.sidebar-additional{
    order: 4;
}
.catalog-product-view .sidebar.sidebar-additional.custom {
    order: 0;
}
.catalog-category-view .columns ,
.catalogsearch-result-index .columns
{
    padding-top: 30px;
}
.amfinder-common-wrapper.amfinder-horizontal {
    padding: 10px;
    margin-top: 30px;
}
.amfinder-buttons.no-display {
    padding: 10px 0;
}
.amfinder-common-wrapper ul.amfinder-toggle li.last.-list-item{
    margin: 0;
}
.catalog-category-view .amfinder-common-wrapper ul.amfinder-toggle li.am-item.-list-item ,
.catalogsearch-result-index .amfinder-common-wrapper ul.amfinder-toggle li.am-item.-list-item{
    padding-right: 0;
}
.header.content .block-search .field.search .label {
    background: #000;
    padding: 4px 8px;
    margin-right: 15px;
}
.header.content .block-search .field.search .label::before {
    margin-right: 0;
    color: #fff;
}
.header.content .minicart-wrapper .action.showcart {
    background: #000;
    padding: 4px 8px;
}
.header.content .minicart-wrapper a.action.showcart::before {
    color: #fff;
}
.header.content span.action.nav-toggle {
    background: #000;
    padding: 0px 4px;
    line-height: 34px;
}
.header.content span.action.nav-toggle::before {
    color: #fff;
}
header.page-header .header.content a.logo {
    margin-left: 60px;
}
.section-item-title.nav-sections-item-title.active a {
    color: #fff;
}
.sections.nav-sections  .switcher .label ,
.sections.nav-sections  .switcher-trigger strong ,
.sections.nav-sections .switcher-dropdown > li > a{
    color: #fff;
}
.amfinder-common-wrapper ul.amfinder-toggle {
    border: none;
        display: block;
}
.amfinder-common-wrapper ul.amfinder-toggle li {
    margin-bottom: 10px;
    width: 100% !important;
}
.amfinder-common-wrapper.amfinder-horizontal form .amfinder-title{
    border: none;
    border-bottom: 1px solid #e5e5e5;
    background: transparent;
    text-transform: capitalize;
    padding-left: 0;
}
.amfinder-horizontal .amfinder-title:before{
    display: none;
}
.page-with-filter .columns .sidebar-main .filter-title strong {
    background: #E7374E;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #fff;
}
.filter.active .filter-title strong:after{
    color: #fff;
}
.block.filter.active .block-title.filter-title strong {
    font-size: 0;
}
.sidebar-contact-section .contact-title::after {
    right: 10px;
}
.sidebar-contact-section .contact-title ,
.block.block-compare .block-title{
    padding-left: 10px;
}
.sidebar.sidebar-additional .actions-toolbar > .primary .action{
    width: auto;
}
.catalog-category-view .products.wrapper.list.products-list li.item.product.product-item .product-item-info .product.details.product-item-details {
    padding-bottom: 10px;
}
.cart.table-wrapper .col.qty[data-th]:before, .cart.table-wrapper .col.price[data-th]:before, .cart.table-wrapper .col.subtotal[data-th]:before, .cart.table-wrapper .col.msrp[data-th]:before{
        color: #E7374E;
}
}
@media only screen and (max-width: 370px) {
.home-section.categories-listing ul.category-wrapper .main-cat{
        max-width: 100%;
}
}

/*

.footer-section .collapsible .block-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}
@media only screen and (max-width: 1023px) {
    .home-section.categories-listing ul.category-wrapper {
        flex-wrap: wrap;
    }
    .home-section.categories-listing ul.category-wrapper .main-cat {
        width: calc(33.33% - 10px);
    }
}

@media only screen and (max-width: 767px) {
    .home-section.categories-listing ul.category-wrapper .main-cat {
        width: calc(50% - 10px);
    } 
}*/

@media only screen and (max-width: 768px) {
    .nav-sections-item-title a {
        color: #000;
        text-decoration: none;
    }
    .navigation .submenu:not(:first-child) .level1.active > a {
        padding-left: 15px;
    }
    .navigation .level0 > .level-top {
        text-transform: unset;
        color: #000;
        font-size: 14px;
        padding: 0 20px 0 16px;
        line-height: 44px;
        font-weight: 600;
    }

    .navigation .level0 .submenu a {
        font-size: 13px;
        color: #333;
        padding: 10px 15px 10px 20px;
        cursor: pointer;
        font-weight: 600;
        text-decoration: none;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        background: #fff;
    }

    .navigation .level0 .submenu a:after{
        content: '\e608';
        font-family: 'luma-icons';
        font-size: 12px;
        line-height: 20px;
        color: #333;
        float: right;
        transform: rotate(90deg);
    }

    .navigation .level0 .all-category a {
        border: 0;
    }

    .navigation .level0 .submenu .submenu a {
        font-size: 13px;
        font-weight: 600;
        padding: 7px 10px 7px 0;
        border-top: 0;
        border-bottom: 0;
        background: #eee;
    }
    .navigation .submenu:not(:first-child) ul{
        padding-left: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
        background: #eee;
    }
    .navigation .level0 .submenu .submenu a:after {
        display: none;
    }
    .navigation .level0 .submenu .submenu a:before {
        content: '\e608';
        font-family: 'luma-icons';
        font-size: 10px;
        line-height: 20px;
        color: #333;
        margin-right: 6px;
    }

    .navigation .level0.active > a:not(.ui-state-active), 
    .navigation .level0.has-active > a:not(.ui-state-active),
    .navigation .level0.active > a, 
    .navigation .level0.has-active > a {
        border-style: solid;
        border-width: 0 0 0 4px;
        border-color: #333;
    }

    .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), 
    .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0;
    }

    .navigation .submenu:not(:first-child) > li > a {
        padding-left: 20px;
    }

    .navigation .parent .level-top:after {
        font-size: 1.4rem;
        right: 14px;
        top: 0px;
    }
    .navigation .submenu:not(:first-child) .active > a {
        border-left: #333 solid 4px;
        border-bottom: solid 1px #ddd;
        border-top: solid 1px #ddd;
    }
    .navigation .submenu .submenu:not(:first-child) .active > a {
        border-bottom: 0;
        border-top: 0;
        border-left: 0;
        color: #000;
    }
    .navigation .submenu .submenu .submenu:not(:first-child) .active > a {
        border-bottom: 0;
        border-top: 0;
        border-left: 0;
        color: #000;
    }
    .nav-sections .header.links li {
        font-size: 14px;
    }
    .nav-sections .header.links li.greet.welcome {
        font-weight: normal;
        padding: 10px 15px;
        color: #333;
        border-top: solid 1px #ddd;
    }
    .nav-sections .header.links a, 
    .nav-sections .header.links a:hover {
        font-weight: normal;
        padding: 10px 15px;
        color: #333;
    }
    .nav-sections .header.links li > a {
        border-top: solid 1px #ddd;   
    }
    .nav-sections .header.links {
        border-bottom: solid 1px #ddd;      
    }
    .nav-sections .switcher {
        border-top: 1px solid #ddd;
    }
    .nav-sections .switcher:last-child {
        border-bottom: 1px solid #ddd;
    }
    .nav-sections .switcher .label {
        font-weight: normal;
        font-size: 14px;
    }
    .nav-sections .switcher-trigger strong {
        font-size: 14px;
        font-weight: normal;
        color: #333;
    }
    .nav-sections .switcher-dropdown > li > a {
        font-size: 14px;
        font-weight: normal;
        color: #333;
        text-decoration: none;
    }
    .nav-sections .switcher-trigger strong:after {
        font-size: 14px;
    }
    .header.content {
        padding-top: 6px;
    }
    .logo img {
        width: 65px;
    }
}

/** Free shipping progressbar css **/
.freeship-progress .freeship-text {
  color: #000;
  margin-bottom: 0;
  max-width: 100%;
}
.freeship-progress .freeship-text p {
  margin-bottom: 0;
}
.freeship-progress p.upsell {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .freeship-progress p.upsell {
    text-align: left;
  }
}
.freeship-progress p .freeship-price {
  color: red;
  font-weight: 600;
}
.freeship-progress p .freeship-bold {
  font-weight: 600;
}
.freeship-progress .freeship-progress-bar-wrapper {
  color: #000;
}
.freeship-progress .freeship-progress-bar-wrapper span {
  display: inline-block;
}
.freeship-progress .freeship-progress-bar-wrapper span.min {
  width: 17px;
}
.freeship-progress .freeship-progress-bar-wrapper span.max {
  width: 33px;
  text-align: right;
}
.freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-bg {
  background-color: rgba(0, 0, 0, 0.1);
  height: 30px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-fill {
  height: 30px;
  display: block;
  border-radius: 3px;
  animation-name: shippingProgressBar;
  animation-duration: 1.25s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  -webkit-animation: shippingProgressBar 1.25s 1;
  animation: shippingProgressBar 1.25s 1;
  transition: width 0.667s cubic-bezier(0.37, 0.16, 0.22, 0.89);
}
.freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-progress {
  background: #00b052;
}
.freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar {
  margin: 0 auto;
  width: calc(100% - 58px);
  display: inline-block;
}
.freeship-progress .freeship-progress-bar-wrapper span.percent {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
  color: #fff;
  margin-left: 7px;
}
.sidebar-freeshipping-progressbar .shipping-information-content .freeship-progress {display: block !important;}
@-webkit-keyframes shippingProgressBar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shippingProgressBar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*
@media screen and (max-width: 900px) {
    .catalog-product-view .product.info.detailed #miodiv {
        display: none;
    }
    .catalog-product-view .product.info.detailed #tab_app th:nth-child(2), 
    .catalog-product-view .product.info.detailed #tab_app td:nth-child(2) { display: none; }
    .catalog-product-view .product.info.detailed td {
        font-size: 16px;
    }
}
.catalog-product-view .product.info.detailed table {
    border-spacing: 0;
}
*/

.product.info.detailed .product.data.items .data.item.content#description {
    padding: 35px 10px;
}
.product.info.detailed .product.data.items .data.item.content#description td {
    padding: 8px 2px;
    font-size: 12px;
}
.product.info.detailed .product.data.items .data.item.content#description td b {
    font-size: 13px;
}
@media screen and (max-width: 900px) {
    .catalog-product-view .product.info.detailed .mob_hidden {
        display: none;
    }
.catalog-product-view .product.info.detailed table {
    border-spacing: 0;
}
.product.info.detailed .product.data.items .data.item.content#description td[valign="top"]:first-child {
    padding: 0;
}
}
@media screen and (max-width: 370px) {
.product.info.detailed .product.data.items .data.item.content#description {
    padding: 35px 5px;
}
.product.info.detailed .product.data.items .data.item.content#description #tab_app td {
    padding: 8px 1px;
    font-size: 11px;
}
}

.page-header .header.panel:not(.top) {
    display: none !important;
}
@media screen and (min-width: 769px) {
    .sections.nav-sections .nav-sections-items{
        display: flex;
        align-items: center;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        flex-direction: row;
    }
    .sections.nav-sections .nav-sections-item-content {
        display: block !important;
        padding-right: 20px;
    }

    .sections.nav-sections .nav-sections-item-content > .header.links > .customer-welcome + .authorization-link {
        display: none;
    }

    .sections.nav-sections .nav-sections-item-content > * {
        display: block;
    }

    .sections.nav-sections .nav-sections-item-content > .header.links {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        gap: 15px;
    }

    .sections.nav-sections .nav-sections-item-content > .header.links > li {
        margin: 0;
    }

    .sections.nav-sections .nav-sections-item-content > .header.links > li > a {
        color: #fff;
        text-decoration: none;
    }

    .sections.nav-sections .nav-sections-item-content#store\.links {
        margin-left: auto;
    }

    .sections.nav-sections .nav-sections-item-content .customer-welcome .action.switch > span {
        border: inherit;
        clip: inherit;
        height: inherit;
        margin: inherit;
        overflow: inherit;
        padding: inherit;
        position: inherit;
        width: inherit;
    }

    .sections.nav-sections .nav-sections-item-content .switcher-language .switcher-label {
        display: none;
    }

    .sections.nav-sections .nav-sections-item-content .switcher-trigger:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 20px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        color: #fff;
    }

    .sections.nav-sections .nav-sections-item-content .switcher-trigger.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 20px;
        color: inherit;
        content: '\e621';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        color: #fff;
    }

    .sections.nav-sections .nav-sections-item-content .switcher.switcher-language .options.active ul.dropdown {
        display: block;
    }

    .sections.nav-sections .nav-sections-item-content .switcher.switcher-language .options ul.dropdown {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #ffffff;
        border: 1px solid #bbbbbb;
        margin-top: 4px;
        min-width: 160px;
        z-index: 100;
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
        right: 0;
    }

    .sections.nav-sections .nav-sections-item-content .switcher.switcher-language .options ul.dropdown::before,
    .sections.nav-sections .nav-sections-item-content .switcher.switcher-language .options ul.dropdown::after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }

    .sections.nav-sections .nav-sections-item-content .switcher.switcher-language .options ul.dropdown::before {
        border: 6px solid;
        border-color: transparent transparent #ffffff transparent;
        z-index: 99;
    }

    .sections.nav-sections .nav-sections-item-content .switcher.switcher-language .options ul.dropdown::before {
        left: auto;
        top: -12px;
        right: 10px;
    }

    .sections.nav-sections .nav-sections-item-content .switcher.switcher-language .options ul.dropdown::after {
        border: 7px solid;
        border-color: transparent transparent #bbbbbb transparent;
        z-index: 98;
    }

    .sections.nav-sections .nav-sections-item-content .switcher.switcher-language .options ul.dropdown::after {
        left: auto;
        right: 9px;
        top: -14px;
    }

    .sections.nav-sections .nav-sections-item-content .switcher.switcher-language .options ul.dropdown li {
        margin: 0;
        padding: 0;
    }

    .sections.nav-sections .nav-sections-item-content .switcher.switcher-language .options ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer;
    }

    .sections.nav-sections .nav-sections-item-content .switcher.switcher-language .options ul.dropdown a {
        color: #333333;
        text-decoration: none;
        display: block;
        padding: 8px;
    }

    .sections.nav-sections .nav-sections-item-content .switcher-trigger strong {
        font-weight: normal;
        color: #fff;
    }

    .sections.nav-sections .nav-sections-item-content .switcher-dropdown {
        display: none;
    }
}