/* BODY */
.h7 {
    margin-top: 0;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
}
@media (max-width: 575.98px) {
    .h4 {
        font-size: 1.25rem;
    }
    .h5 {
        font-size: 1.125rem;
    }
    .h6 {
        font-size: 0.875rem;
    }
    .h7 {
        font-size: 0.75rem;
    }
    .container {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }
    .container-fluid {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
}

/* Size Style */

.Disabled{
    /* pointer-events: none;
    cursor: not-allowed; */
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .diagonalCross2 {
    background: linear-gradient(to top right, #fff calc(50% - 1px), black , #fff calc(50% + 1px) )
  }



/*  HEADER */
.header-flags a { text-decoration: none; }
.header-flags a img { max-height: 15px; }
.bg-primary .bg-primary-link { color: rgba(255, 255, 255, 1); }
.bg-primary .bg-primary-link:hover { color: rgba(255, 255, 255, 0.75); }
.bg-primary .dropdown-item {
    font-size: 0.875rem;
    padding: 0.2rem 1rem;
}
@media (max-width: 575.98px) {
    .breadcrumb-item + .breadcrumb-item { padding-left: 0.25rem; }
    .breadcrumb-item + .breadcrumb-item::before { padding-right: 0.05rem; }
}


/* NAVBAR */
.navbar-light .navbar-brand img {
    height: 90px;
}
.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.navbar-light .dropdown-menu .dropdown-item .sea{
    color: rgba(19, 75, 118, 0.9);
    font-weight: 600;
    padding: 0.5rem;
    white-space: normal;
}
.navbar-light .dropdown-menu .dropdown-item:hover, .navbar-light .dropdown-menu .dropdown-item:focus {
    color: rgba(157, 14, 36, 0.9);
}
.navbar-light .dropdown-menu .dropdown-item.disabled {
    color: rgba(19, 75, 118, 0.3);
}
.navbar-light .dropdown-menu .dropdown-item.active,
.navbar-light .dropdown-menu .dropdown-item:active {
    color: rgba(157, 14, 36, 0.9);
    background: #E8EDF2;
}
.navbar-light .dropdown-menu {
    top: 98%;
    border: 1px solid rgba(19, 75, 118, 0.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.mega-dropdown {
    position: static;
}
.mega-dropdown-menu {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    max-width: 1200px;
    left: 0;
    right: 0;
}


.category-img {
    max-height: 120px;
}
@media (max-width: 767.98px) {
    .navbar-light .navbar-brand img {
        height: 60px;
    }
    .navbar-light .navbar-nav {
        margin-top: 0.5rem;
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgba(19, 75, 118, 0.9);
        border-top: 1px solid rgba(19, 75, 118, 0.1);
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        background-color: transparent;
        border: 0;
        border-top: 1px solid rgba(19, 75, 118, 0.1);
        padding: 0.25rem 0;
    }
    .navbar-light .dropdown-menu .dropdown-item {
        padding: 0.1rem;
    }
    .navbar-light .dropdown-menu .dropdown-item:hover, .navbar-light .dropdown-menu .dropdown-item:focus {
        background: transparent;
    }
    .navbar-light .dropdown-menu .dropdown-item.show,
    .navbar-light .dropdown-menu .dropdown-item.active {
        background: transparent;
    }
}
/* Change this breakpoint if you change the breakpoint of the navbar */
@media (min-width: 992px) {
    .navbar-light .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
    @keyframes slideIn {
         0% {
             transform: translateY(1rem);
             opacity: 0;
         }
         100% {
             transform:translateY(0rem);
             opacity: 1;
         }
         0% {
             transform: translateY(1rem);
             opacity: 0;
         }
     }
    @-webkit-keyframes slideIn {
        0% {
            -webkit-transform: transform;
            -webkit-opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0);
            -webkit-opacity: 1;
        }
        0% {
            -webkit-transform: translateY(1rem);
            -webkit-opacity: 0;
        }
    }
    .slideIn {
        -webkit-animation-name: slideIn;
        animation-name: slideIn;
    }
}



/* VARIANT */
 .card-notify-right {
     position: absolute;
     right: 0;
     top: 10px;
     width: auto;
 }
 .card-notify-left {
    position: absolute;
    left: 0;
    top: 10px;
    width: auto;
}
.hovereffect .overlay {
    min-height: 29px;
}
.hovereffect p.buttons a {
    color: rgba(255, 255, 255, 1);
}
.hovereffect:hover p.buttons a:hover,
.hovereffect:hover p.buttons a:focus {
    color: rgba(255, 255, 255, 0.75);
}
.product-thumbnail {
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .hovereffect {
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
    }
    .hovereffect .overlay {
        width: 100%;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: auto;
        bottom: 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        /*visibility: hidden;*/
    }
    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
    }
    .hovereffect:hover img {
        -webkit-transform: translate3d(0,-10%,0);
        transform: translate3d(0,-10%,0);
    }
    .hovereffect .color-count {
        position: relative;
        display: inline-block;
    }
    .hovereffect .color-count,
    .hovereffect p.buttons a {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,200%,0);
        transform: translate3d(0,200%,0);
        visibility: visible;
    }
    .hovereffect p.buttons a span:before {
        display: inline-block;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .hovereffect:hover .overlay,
    .hovereffect:hover .color-count,
    .hovereffect:hover p.buttons a {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .hovereffect:hover .color-count {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }
    .hovereffect:hover p.buttons a:nth-child(3) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .hovereffect:hover p.buttons a:nth-child(2) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }
    .hovereffect:hover p.buttons a:first-child {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .product-thumbnail {
        margin-bottom: 20px;
    }
}
.product-name {
    min-height: 48px;
}
@media (max-width: 575.98px) {
    .product-name {
        min-height: 40px;
    }
}


input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.number-input {
    border: 1px solid #ddd;
    display: inline-flex;
}
.number-input,
.number-input * {
    box-sizing: border-box;
}
.number-input button {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2.25rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 1.25px;
    background-color: #212529;
    transform: translate(-50%, -50%);
}
.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number] {

    max-width: 2.5rem;
    padding: .5rem;
    border: solid #ddd;
    border-width: 0 1px;
    font-size: 1.25rem;
    height: 2.25rem;
    font-weight: bold;
    text-align: center;
}

/* Search css */

@media (max-width: 992px){

        .fa-search{
            position: absolute;
            top: 34px;
            left: -15px;
            font-size: 20px;
            color: rgba(19, 75, 118, 0.9);
        }
        .btn{
            top: 42px;
            left: -10px;
        }
    }
@media (min-width: 992px){
        .collapseSearch {
          display: none;
        }
    }
/* Dropdown mobile Search */

@media (max-width: 767.98px){
    .input-group{
        display:blok;
    }
}

@media (min-width: 767.98px){
    .input-group{
        display:none;
    }
}


/* Dropdown search */

  #myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid rgba(19, 75, 118, 0.9);
  }

  #myInput:focus {outline: 3px solid rgba(19, 75, 118, 0.9);}

  .dropdownSearch {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    margin-left: -150px;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 2px solid rgba(19, 75, 118, 0.9);;
    z-index: 2;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .showDropdown {display: block;}

.custom-control-inline{
    margin-right: 0;
}

.mobile-nav-icons{
    display: inline-block;
}
.mobile-basket img{
    margin-top: 30px;
}
.toggle-password-eye {
    float: right;
    top: -25px;
    right: 10px;
    position: relative;
    cursor: pointer;
}
