
.cart-summary .cart-product-link {
    display: inline;
}

.cart-summary tbody td.vm-cart-item-currency {
    text-align: right;
    white-space: nowrap;
}

.cart-summary tbody th.vm-cart-item-currency {
    text-align: right;
    white-space: nowrap;
}

.cart-summary tbody td.vm-cart-item-quantity {
    text-align: center;
    white-space: nowrap;
}

.cart-summary tbody th.vm-cart-item-quantity {
    text-align: center;
    white-space: nowrap;
}

.cart-summary tbody td.vm-cart-item-discount-percent {
    text-align: center;
    white-space: nowrap;
}

.cart-summary tbody th.vm-cart-item-discount-percent {
    text-align: center;
    white-space: nowrap;
}

.cart-summary tbody td.vm-cart-total-currency {
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 959px) {

    .cart-summary tbody td.vm-cart-item .vm-cart-item-content {
        text-align: right;
        white-space: nowrap;
    }

}

/* form validation */
.invalid {
    color: #c20932;
}

input.invalid {
    border: 2px solid #c20932;
}

.form-control-feedback {
    display: block;
}

.form-control:where(input), .form-select:not([multiple])[size="1"], .form-select:where(select):not([multiple]):not([size]), .uk-input, .uk-select:not([multiple]):not([size]) {
    height: 45px;
    vertical-align: middle;
    display: inline-block;
    border: 2px solid #dcdcdc;
}

.uk-form-label.invalid {
    padding: 50px 0;
}

.js-form-Alreadyclient {
    padding: 20px 0;
    margin-bottom: 30px;
}

/* BOF center images yootheme */

.alk-flex-img .el-image,
.alk-flex-img .uk-card-media-top,
.alk-flex-img .uk-inline-clip {
    display: flex;
    justify-content: center;
}

uk-h5 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
}

.alk-text-secondary {
    color: #9d1246;
}

.vmCartShipmentLogo img {
    height: 40px;
}

.vm-orders-information .vmshipment_description {
    display: block;
}

.vmshipment_name,
.vmshipment_description {
}

.uk-list-padding-left {
    padding-left: 15px;
}

.vmshipment_name,
.vmpayment_name {
    font-weight: 600;
}

.post_payment_order_total {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 900;
}

/*
Fixing images heigth
 */
.category-view-senga .uk-card-primary {
    background-color: #FFF;
    border: 2px solid #194b9f;
}

.category-view-senga .uk-card-primary a .uk-h5,
.category-view-senga .uk-card-primary a .uk-h4 {
    color: #213f6d;
}

.category-view-senga .uk-card-primary a:hover .uk-h5,
.category-view-senga .uk-card-primary a:hover .uk-h4 {
    color: #193155;
}

.category-view-senga .uk-card-primary.uk-card-hover:hover {
    background-color: #FFF;
    border: 2px solid #194b9f;
}

/* BOF catproduct VM plugin */
.uk-card-primary .catproducttable td a {
    /* color:#ce88a2;*/
}


.uk-label-large {
    padding: 0 15px;
    line-height: 1.58;
    font-size: 14px;
    color: #123673;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 300;
}


.catproducttable .quantity-controls {
}

@media (min-width: 428px) {


}

.catproducttable .uk-text-success {
    color: #bcfa9b !important;
}

.catproducttable input.quantity-controls.quantity-plus {
    background: url(/media/com_alkyoovmuikit/images/vmgeneral/211602_plus_empty_icon.png) no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 15px
}

.catproducttable input.quantity-controls.quantity-minus {
    background: url(/media/com_alkyoovmuikit/images/vmgeneral/211773_minus_empty_icon.png) no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 15px
}

/*centrer prix catproduct virtuemart*/
.catproducttable tbody td[data-type=currency] {
}

.catproducttable thead th[data-type=currency] {

}

.catproducttable tbody td[data-title] {
    border: none;
}

.catproducttable .cell_s_desc {
}

.catproducttable tbody tr td:first-of-type, .catproducttable thead tr th:first-of-type {
}


.catproducttable .cell_addToCart {
    text-align: center;
}


.catproducttable .cell_stock,
.catproducttable .cell_wishlist,
.catproducttable .cell_product_weight,
.catproducttable .cell_quantity {
    text-align: center;
}

.catproducttable .quantity-input {
    text-align: center;
}

.catproducttable .cell_loginregistration {
    width: 20%;
}

.catproducttable input.uk-form-width-xsmall {
    width: 70px;
}

* + .uk-margin.js-form-alk_euvat {
    padding-top: 50px;
}

/* EOF catproduct VM plugin */

.product-field.product-field-type-C {
    margin-bottom: 15px;
}

.productdetails-senga .addtocart-area {
    text-align: right !important;
}

/* do not show those prices in category view */
.products-view .vm-display.vm-price-value {
    font-size: 20px;
}

.products-view .product-price.PricediscountAmount,
.products-view .product-price.PricebasePrice {
    display: none;
}
/* For paypal checkout buttons */
.uk-sticky{
    z-index:1000;
}
.uk-navbar-center {
    width: 100%
}

.uk-navbar-toggle {
    font-weight: 800;
    font-size: 20px;
}

.container-product-related-products img,
.browse-view-senga .vm-product-media-container img {
    max-height: 200px;
}


.vm-category-dialog li.uk-active .vm-category-dialog-tab.uk-h4 {
    color: white;
}

.uk-navbar-toggle:hover, .uk-navbar-toggle[aria-expanded="true"] {
    color: #111;
}

.terms-of-service {
    margin-top: 20px;
}

.uk-button-xsmall {
    padding: 0 5px;
    line-height: 20px;
    font-size: 10px;
    width: 50px;
}

.uk-offcanvas-bar .uk-button-small {
    padding: 0 5px;
}

.quantity-box .uk-button-small {
    padding: 0 5px;
}

.recent_products .quantity-box input {
    width: 80px;
}

.quantity-plus,
.quantity-minus {
    padding: 0 10px;
}

.tm-toolbar-default .uk-subnav > .uk-active > a.alk-account {
    color: #512645;
    /* ALK */
    border: 2px solid #9f194b;
    background: none;
}

.tm-toolbar-default .uk-subnav > * > a.alk-account:hover {
    color: #512645;
}

.tm-toolbar-default .uk-subnav > * > .alk-account {
    color: white;
    transition-property: revert;
}

.tm-toolbar-default .uk-subnav > * > :first-child {
}

.tm-toolbar-default .uk-subnav > .uk-active > a,
.tm-toolbar-default .uk-subnav > * > a:hover {
}

/*
.uk-subnav > * > :first-child.alk-button-toolbar {
    color: inherit;
}
*/
.uk-subnav > * > a.alk-button-toolbar:hover {
    color: #FFFFFF;
    text-decoration: none;
}


.tm-header-mobile .uk-button.alk-button-toolbar {
    border: 0px;
    color: white;
    background-color: transparent;
}

.cf_filters_list ul {
    margin: 10px 0;
}

@media (max-width: 959px) {

    .tm-header-mobile .uk-button.alk-button-toolbar {
        padding: 0 10px;
    }

    .cf_filters_list ul {

    }

    .cf_filters_list li {
        margin: 10px 0;
    }
}

@media (max-width: 480px) {

    .tm-header-mobile .uk-button.alk-button-toolbar {
        padding: 0 5px;
    }
}

.tm-header-mobile .button-cart:hover,
.tm-header-mobile .uk-button.alk-button-toolbar:hover {
    color: white;
    background: none;
}


/* BOF mod_alk_cf_search  + Navbar */
.alk-cf-search {
    width: 100%;
}

.uk-search-default {
    width: 80%;
    margin: auto;
    border: 2px solid white;
}

/* EOF mod_alk_cf_search  + Navbar */

.uk-padding-xsmall {
    padding: 5px
}

/* BOF mod_cf_filtering */
.filter-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    background: #9f194b;
    padding: 6px 0;
    z-index: 2;
}

.cf-filtering-senga4 .cf_filters_list li {
    line-height: inherit;
}

.cf-filtering-senga4 .cf_wrapper_input_text_1 input[type="search"] {
    height: 37px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    border: 1px solid rgb(192, 189, 189);
    border-radius: 3px;
}

.cf-filtering-senga4 .cf_flt_header {
    cursor: pointer;
    font-size: 1.1em;
    font-weight: normal;
    color: rgb(17, 17, 17);
}


.filter-fixed > a {
    color: #fff !important;
}

.cf_wrapp_all > .uk-close {
    float: right;
    margin-top: -15px;
    color: #9f194b;
    text-transform: uppercase;
    font-size: 14px;
}

.cf_wrapp_all > .uk-close > [data-svg="close-icon"] {
    display: none;
}

.cf_wrapp_all .uk-close {
    color: #FFF;
}


.filter-fixed .uk-button {
    border-radius: 0;
}

.cf_wrapp_all .cf_wrapp_all-button-close-top {
    float: right;
    margin-top: -15px;
}

.cf_wrapp_all .cf_wrapp_all-button-close-bottom {
    float: right;
    margin-top: 15px;
}

.cf_filters_list li .cf_sel_opt {
    font-weight: normal;
    color: #9f194b;
}

.cf_tag.uk-button-small {
    padding: 0 5px;
}

.cf_wrapper_input_text_1 input[type="search"] {
    width: 100%;
}

.uk-breadcrumb {
    text-align: center !important;
}

.uk-breadcrumb > * > * > * {
    font-size: 14px;
    color: #512645;
    font-weight: 300;
}

.uk-position-z-index-1 {
    z-index: 1;
}


.tm-header-mobile .button-cart.uk-button {
    border: 0;
    background-color: transparent;
}

.tm-header-mobile .mod-cart-label {
    display: inline-block;
    padding: 2px 4px;
    color: #9f194b;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    border: 1px solid white;
    background: white;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}


@media (max-width: 640px) {
    .addtocart-button {
        margin-top: 5px;
    }
}

.uk-section-secondary:not(.uk-preserve-color) .uk-text-meta {
    opacity: 0.9;
    color: #FFFFFF;
}

.vmLoadingDiv {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2) url('/components/com_virtuemart/assets/images/vm-preloader.gif') 50% 45% no-repeat;
}

/* Anytime the body has the loading class, our
   modal element will be visible */

.vmLoading .vmLoadingDiv {
    display: block;
}

.vmLoadingDiv .vmLoadingDivMsg {
    position: relative;
    top: 50%;
}

.cookiesck-main .cookiesck_button, .cookiesck-main-buttons .cookiesck-button,
.cookiesck-platform {
    border-radius: 0px;

}

.cookiesck-main .cookiesck_button,
.cookiesck-main-buttons .cookiesck-button {

    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #274a82;
    color: #fff;
    border: 2px solid #274a82;
}

.cookiesck-platform .cookiesck-accept {
    margin-left: auto;
}

.cookiesck-main .cookiesck-accept:hover,
.cookiesck-main .cookiesck-accept.cookiesck-active {
    background: none;
    border: 2px solid #274a82;
    color: #274a82;
}

#cookiesck_readmore
.cookiesck-main .cookiesck-decline:hover,
.cookiesck-main .cookiesck-decline.cookiesck-active {
    background-color: #9f194b;
    color: #fff;
    border: 2px solid #9f194b;
}

.cookiesck-main .cookiesck-decline:hover {
    background-color: #FFF;
    color: #9f194b;
    border: 2px solid #9f194b;
}


#cookiesck_readmore:hover {
    background-color: #512645;
    color: #FFF;
    border: 2px solid #512645;

}

.cookiesck-main-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 10px;
    cursor: pointer;
    background: #FFF;
    color: #274a82;
    border: 2px solid #274a82;
}

.awesomplete > ul {
    color: black
}

mark,
.alkajaxsearch-suggestion mark {
    background: hsl(65, 100%, 50%);
}

.cf_match {
    font-weight: normal;
    background: hsl(65, 100%, 50%);
    border: none;
    border-radius: none;
}

/* mod_virtuemart_product */
.uk-slider-container .uk-card.uk-card-default.product-container {
    background: #FFF;
}

.dialog-mobile-remove-margin-top {
    margin-top: -25px;
}

#modal-cf_wrapp_all_298 .uk-modal-dialog {
    height: 100%;
}

div.mod-languages li {
    margin: 0;
}

div.mod-languages .uk-subnav > * {
    padding-left: 0;
}

#modal-cf_wrapp_all_298 {
    background-color: white;
}

.uk-modal-body .cf-form-body {
    height: 70vh;
    overflow-y: auto;
}

/*
Fix older version of safari
https://www.alsacreations.com/astuce/lire/1831-corriger-le-probleme-de-hauteur-100vh-sur-mobile.html
*/

.cf-form-dialog {
    height: -webkit-fill-available;
}

.cf-form-dialog {
    padding: 0;
    margin: 0;
    min-height: 100vh;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
    .cf-form-dialog {
        /* The hack for Safari */
        min-height: -webkit-fill-available;
    }
}

@media (max-width: 480px) {
    .uk-modal-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .alk-cf-search-stockhandle {
        display: block;
    }
}

@media (min-width: 480px) {
    .alk-cf-search-stockhandle {
        margin-left: 30px;
    }
}

button.vme-remove-btn, .vme-remove-btn {
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

button.vme-remove-btn {
    border: 2px solid white;
    text-shadow: none;
    padding: revert;
}

.vme-share-container {
    display: none;
}

.category-view .btn-vme-round.btn-item-added > i, .category-view .btn-vme-round.btn-item-added:hover > i,
.product .btn-vme-round.btn-item-added > i, .product .btn-vme-round.btn-item-added:hover > i,
.productdetails-view .btn-vme-round.btn-item-added > i, .productdetails-view .btn-vme-round.btn-item-added:hover > i {
    color: #FFFFFF;
    background: #9d1246;
}

.vme-list-section .btn-vme-round > i,
.category-view .btn-vme-round > i,
.product .btn-vme-round > i,
.productdetails .btn-vme-round > i, .productdetails-view .btn-vme-round > i, .vm-productdetails .btn-vme-round > i {
    color: #b0a4ac;
}

.vme-list-section .btn-vme-round:hover > i,
.category-view .btn-vme-round:hover > i,
.product .btn-vme-round:hover > i,
.productdetails .btn-vme-round:hover > i, .productdetails-view .btn-vme-round:hover > i, .vm-productdetails .btn-vme-round:hover > i {
    color: #b05396;
}

.category-view .btn-vme-round > span,
.product .btn-vme-round > span,
.productdetails .btn-vme-round > span, .productdetails-view .btn-vme-round > span, .vm-productdetails .btn-vme-round > span {
    font-size: 17px;
    color: #194b9f;
}

.product .btn-vme-round:hover > span,
.productdetails .btn-vme-round:hover > span,
.productdetails-view .btn-vme-round:hover > span,
.vm-productdetails .btn-vme-round:hover > span {
    color: #b05396;
}

.btn-vme-round:hover > i,
.btn-vme-round > i {
}

.vme-message-content {
    position: relative;
    background-color: #000;
    color: #FFF;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    border: 0 none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    pointer-events: auto;
}

.vme-success .vme-message-content {
    background-color: #457d54;
    color: #FFF;
}

.vme-error .vme-message-content {
    background-color: #f39965;
    color: #FFF;
}

#mod-vme-wishlist-module-header-mobile .button-wishlist {

}

/*
.vmessentials-wrapper img {
   max-width: 50px;
}
*/
.goto-catproduct-addtocart-button {

    background-color: #9d1246 !important;
    color: white !important;
}


table.catproducttable th.th-sticky-top {
    background: #274a82;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    top: 100px;
    z-index: 1;
}

table.catproducttable tr.row_addtocart td {
    position: sticky;
    position: -webkit-sticky;
    box-shadow: 0px -2px 2px -2px rgba(0, 0, 0, 0.4);
    bottom: 0;
    z-index: 1;
}

@media (max-width: 48em) {
    .catproducttable tr.row_addtocart {
        display: inline;
    }
}

.cell_addToCart .addtocart-button.uk-button-primary:hover {
    background: #274a82;
}
.uk-link-text a:hover, .uk-link-toggle:hover .uk-link-text, a.uk-link-text:hover {
    color: #df405a;
}
.cf-filtering-senga-mobile{
    margin-top: -25px;
}
/* products label best sell under navbaritem mobile */
.products-view .uk-card {
    z-index: 0;
}
.alkvmfastcart-page .table-responsive {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}
.cart-summary.uk-table td {
    vertical-align: unset;
}
.alk-line-through{
    text-decoration: line-through;
}
#subfieldList_jform_addtocart .choices__list--dropdown {
    margin-top:  -1px;
    border:1px solid #ddd;
}

#subfieldList_jform_addtocart .choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}
#subfieldList_jform_addtocart.table > :not(caption) > * > * {
    border-bottom-width:0px;
}

#subfieldList_jform_addtocart thead td .group-add{
    display: none;
}
.alreadyclient-readonly {
    background-color: #f8f8f8;
    color: #5e5e5e;
    border-color: #e5e5e5;
}
.product .product-price .PricepriceWithoutTaxTt{
    display:none;
}