/* Custom code goes here - paste your css code below in line 3 */

.c-image img {
    aspect-ratio: 1 / 1;
    width: auto !important;
    height: auto !important;
    display: block !important;
    object-fit: contain;
    border: 0px solid #f6f6f6;
    box-shadow: 1px 0px 5px #00000030;
    padding: 10px;
    border-radius: .5rem;
}


#store-6 div a {
    display: none;
}

@media (min-width: 1199px) {
   main {
       max-width: 100%;
       max-height: 100%;
   }

   .container {
       max-width: 1920px;
       width: 100%;
   }
}

.slider_boxed div#slider_row {
    margin: 15px auto 0;
    max-width: 100%;
}

#_desktop_top_menu > ul > li:hover > a {
    background: #030043!important;
}

#_desktop_top_menu > ul > li > a {
    transition: 0.5s all;
}

.angarbanners ul li:hover {
    transform: scale(1.05);
    z-index: 10;
   opacity: 1;
}

.angarbanners ul li{
    transition: 0.5s all;
    opacity: 0.8;
    transforme: scale(0.9);
}

#angarbanners_top {
    max-width: 100%;
}

#homepage-slider .bx-wrapper img {
    aspect-ratio: 2000 / 800;
    object-fit: cover;
}

.js-top-menu {
    box-shadow: 0px 3px 5px #0000004f;
    z-index: 99;
}

#_desktop_logo img {
    max-height: 80px;
}

main {
    box-shadow: none !important;
}

ul#top-menu {
    max-width: 1400px !important;
    margin: auto;
}

.product-miniature {
    width: 100% !important;
}

#product #left-column {
    display: none;
}

#product #content-wrapper {
    width: 100%;
}

@media (min-width: 768px) {
    #_desktop_top_menu .sub-menu ul.top-menu li a {
        font-weight: normal;
        line-height: 14px;
        width: 100%;
        padding: 12px 15px;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        white-space: normal;
    }

   #_desktop_top_menu .sub-menu ul.top-menu li a:hover { background-color: #010080; color: white; }
}

.menu-images-container {
display:none
}

#submitNdkcsfields {
    background: #050080;
    border: none;
    width: 100%;
    margin: auto;
}

.btn-primary {
    background: #050080;
    border: none;
}

.cart-line-product-actions .ndk-rowcustomization .btn.btn-primary.longbutton {
    display: none;
}

h3.ndkcfTitle.userPanelTitle.btn.btn-default {
    display: none;
}

#content-wrapper {
display:none; }


.ce-product-badge-sale-percentage, .ce-product-badge-sale-amount {
    background: #800000;
    color: white !important;
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px !important;
}

div#subcart {
    display: none;
}

.grecaptcha-badge {
    display: none !important;
}

figure.ce-gallery-item {
    transition: all 0.3s;
}

figure.ce-gallery-item:hover {
    transform: scale(1.1);
}