/*
* ===================================================
*     CUSTOM CSS CODE BELOW
* ===================================================
*/

@media (min-width: 1500px) {
    .container.container-wide {
        width: 1400px;
    }
}

.top-bar-height {
    min-height: 24px;
}

.top-r>div {
    padding:0 0.5rem;
}

.top-r .fa-check {
    margin:0 0.5rem 0 0;
}

.top-r svg {
    width:16px;
    height:16px;
    fill: #ffffff;
    margin-right: 0.25rem
}

.basket-count-items {
    display:none;
}

.qs-cart-view svg, #button-search-desktop svg {
    width:32px;
    height:32px;
    fill:#002b59;
    color:#002b59;
}

.qs-cart-view.cart-has svg {
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -ms-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
}

@-webkit-keyframes color_change {
    from { fill: #002b59; }
    to { fill: red; }
}
@-moz-keyframes color_change {
    from { fill: #002b59; }
    to { fill: red; }
}
@-ms-keyframes color_change {
    from { fill: #002b59; }
    to { fill: red; }
}
@-o-keyframes color_change {
    from { fill: #002b59; }
    to { fill: red; }
}
@keyframes color_change {
    from { fill: #002b59; }
    to { fill: red; }
}

@media (min-width: 992px) {
    .qs-cart-view svg {
        width:30px;
        height:30px;
    }
    #button-search-desktop svg {
        width:25px;
        height:25px;
    }
}

.search-wrapper {
    border:none;
    border-bottom:2px solid #002b59;
}

.menu li.has-dropdown {
    position:relative;
}

.navbar-bg {
    position:unset;
}

.navbar {
    padding:0 1rem 0.25rem 1rem;
    position: relative;
}

.dropdown-menu-first {
    width:1100px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    top:58px;
    height:350px;
    overflow:hidden;
    box-shadow: 0 3px 8px 2px grey;
}

.dropdown-menu-first p {
    text-decoration:underline;
    font-size:1.25rem;
    line-height:1;
    background-color:#aaa;
    color:#fff;
    margin-bottom:0;
    text-align:center;
    height:32px;
}

.dropdown-menu-first.dropdown-menu--visible {
    display:grid;
    grid-auto-flow: column;
    grid-template-columns:repeat(2, minmax(0, 1fr));
}

.master-menu {
    padding-inline-start: 0;
    background-color:#fff;
    height:calc(100% - 2rem);
}

.master-menu .level-2 {
    border-bottom: 1px solid #868e96;
    border-right: 1px solid #868e96;
}

.master-menu .level-2:hover {
    border-right: 0;
    background-color: #f0f8ff;
}


/*
.master-menu > div {
    background: #002b59;
    color: #ffffff;
}
*/
.set-width {
    width:180px;
}


.menu-section {
    list-style-type:none;
    padding-inline-start: 0;
    position: absolute;
    left: 100%;
    top:0;
    display:none;
    padding-top: 0.5rem;
    background-color: #f0f8ff;
    height:100%;
}

.menu-section li {
    height:30px;
}

.menu-section li:hover {
    color: #002b59;
}

.section-header {
    font-weight:700;
    line-height: 1.5;
    font-size:1.25rem;
}

.menu-info {
    width:100%;
    margin-left:auto;
}

#menu-title {
    text-align:center;
}
#menu-first-img {
    text-align:center;
    height: 200px;
    width:100%;
}

#menu-first-img img, #menu-first-img video {
    width: 100%;
    height: 100%; 
    object-fit: contain;
}

#menu-btn {
    display:none;
}

#menu-btn .btn {
    color: #fffffa;
    background: #002b59;
    transition: all 0.2s ease-in-out;
    padding:0.5rem 1.25rem;
}

#menu-btn .btn:hover {
    color: #fffffa;
    background: #002b59;
}

.border-1 {
    border: 1px solid #ccc;
}

.moms {
    flex-basis:100%
}

/* cart with slider */


:root {
    --cart_head: 50px;
    --cart_foot: 450px;
    --cart_headfoot: 440px;
    --cart_lg_head: 55px;
    --cart_lg_foot: 390px;
    --cart_lg_headfoot: 445px;
}

#sidebarCart .modal-close {
    margin-left:0;
    padding: 0.5rem;
}

.navbar-cart-product {
    padding-top:1rem;
    padding-bottom:1rem;
}
/*
.qs-cart-item:first-of-type {
    padding-top:0;
}
*/

.sidebar-cart-product-wrapper {
    max-height:calc(100vh - var(--cart_headfoot));
}

.sidebar-cart-footer h3 {
    font-size: 1rem;
    padding-top:0.5rem;
    margin-bottom: 0;
}

.sidebar-cart-footer {
    /*
    height: 450px;
    */
    height:unset;
    position:unset;
    bottom:unset;
    align-self: flex-end;
}

.sidebar-cart-content {
    /*
    padding-bottom:450px;
    */
    padding-bottom:0;
    overflow-y:scroll!important;
}
    
.cart-buttons a {
    width:45%;
}

.cart-buttons a:first-child {
    letter-spacing:0;
}

.cart-slider {
    /*
    height:300px;
    padding-bottom:30px;
    */
}

@media (min-width: 992px) {
    /*
    .sidebar-cart-footer {
        height:var(--cart_lg_foot);
    }
    *
    /*
    .sidebar-cart-content {
        padding-bottom:var(--cart_lg_foot);
        overflow-y:scroll!important;
    }
    */
    /*
    .cart-slider .swiper-wrapper {
        height:240px;
    }
    */
    .sidebar-cart-product-wrapper {
        max-height:calc(100vh - var(--cart_lg_headfoot));
    }
}

.cart-slide-product {
    text-align:center;
    /*
    height: 100%;
    */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cart-slide-product>* {
    width:100%;
}

.cart-slide-product img {
    max-height:80px;
}
.cart-slide-product h3 {
    height:40px;
    font-size:0.8rem;
}

.cart-slide-options {
    height:25px;
}

.cart-slide-product .product-price {
    align-self:flex-end;
}

.btn-cart-submit {
    padding: 0.5rem;
    line-height: 1;
    font-size:0.7rem;
}

#cart-upsell .swiper-slide {
  height: auto;
}

.swiper-button-next.cartNext {
    right:0;
}

.swiper-button-prev.cartPrev {
    left:0;
}

.swiper-button-next.cartNext, .swiper-button-prev.cartPrev {
    top: unset;
    bottom:0;
    width: 15px;
    height: 15px;
    margin-top: 0;
    background-size: 14px 22px;
    z-index: 12;
}

.swiper-pagination-fraction {
    bottom:-6px;
}

input.navbar-cart-product-qty.form-control {
    height:25px;
}

.btn-items-decrease, .btn-items-increase {
    line-height:1.5rem;
}

footer .footer-header:hover {
    cursor: default;
    opacity:1;
}

.testlink {
    display:inline;
    color: #005ec4;
    cursor: pointer;
}

.testlink:hover {
    cursor:pointer;
}

.fullgif img {
    margin: 0 auto;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

header .adj-header {
    width:100%;
    z-index:120;
}

.stickytop {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index:120;
    box-shadow: 0 0 15px -2px grey;
}

.burger-new {
    width:32px;
    height:32px;
}

.startpage-logo-slider .swiper-wrapper {
    transition-timing-function : linear;
    align-items: stretch;
}

.startpage-logo-slider .swiper-wrapper .logo-slide {
    height:auto;
    display:flex;
    align-items:center;
    padding:8px;
}

.cat-buy-btn .btn {
    letter-spacing: .1em;
    font-size: .75rem;
    color: #fffffa;
    background: #002b59;
    transition: all 0.2s ease-in-out;
}

.cat-buy-btn .btn:hover {
    color: #fffffa;
    background: #002b59;
    opacity: .7;
}

.footer-bullit {
    margin-top: -3px;
}

.footer-bullit svg {
    width:1rem;
    height:1rem;
    fill: #fffffa;
}

.service-img {
    width:100%;
}

.service-img img {
    height:35px;
    margin: 10px 0 5px 0;
}

@media (max-width: 768px) {
    .service-column {
        min-width: 50%;
    }
}

.container-fluid.st-video {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.st-video .startpage_vid {
    display:block;
    width:100%;
    height:auto;
}

.st-video a:hover {
    opacity:1;
}

@media (max-width: 991.9px) {
    .st-video .startpage_vid {
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

.header-bgcolor {
    border-bottom: 1px solid #ccc;
}

h3.title-color, h2.title-color, h1.title-color {
    margin: 0;
}

div[id^=cat-vid] video {
    margin: calc((75% - 56.25%) / 2) 0;
}

.content_withimage2 .start-bannerwithimg-img {
    width:300px;
}

@media (max-width:768px) {
    #product .nav-tabs.multi-tabs .nav-item {
        width:100%;
        margin-top:0.5rem;
    }
}


@media (min-width:768.1px) {
    #product .nav-tabs.multi-tabs .nav-item {
        margin-left:5px;
    }
}

#product .nav-tabs.multi-tabs .nav-item .detail-nav-link {
    border: 2px solid #002b59;
    transition: all 0.2s ease-in-out;
}

#product .nav-tabs.multi-tabs .nav-item .detail-nav-link.active {
    color: #fffffa;
    background: #002b59;
    transition: all 0.2s ease-in-out;
}

.multi-tabs .detail-nav-link.nav-link.active, .multi-tabs .detail-nav-link.nav-link:hover, .multi-tabs .detail-nav-link.nav-link:focus {
    border-color: #002b59!important;
}

.top-rev {
    line-height:0;
}

#copy-review {
    color:#fdc82b;
    font-size:16px;
    letter-spacing:2px;
}

#copy-review #omdqty {
    color: #232323;
    font-size: 15px;
    letter-spacing:0;
}

.review {
    padding:1rem;
}

.reviews .show-all:hover {
    cursor:pointer;
}

.new-window-icon {
    width:16px;
    height:16px;
    margin-bottom: 4px;
}

a {
    color:#005EC4;
}

.sum-rating svg {
    width:24px;
    height:24px;
}

.swiper-button-prev.swiper-rev-prev {
    left:-1px;
}

.swiper-button-next.swiper-rev-next {
    right:-1px;
}

@media (min-width:992px) {
    .swiper-button-prev.swiper-rev-prev {
        left:-8px;
    }
    .swiper-button-next.swiper-rev-next {
        right:-8px;
    }
}

.rev-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ratio1 {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content:center;
}

.product-border {
    border:1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height:100%;
    padding:0.5rem;
}

.product-border:hover {
    -moz-box-shadow: 0 0 10px #868e96;
    -webkit-box-shadow: 0 0 10px #868e96;
    box-shadow: 0 0 10px #868e96;
}

.product.swiper-slide, .similar-slider .swiper-slide {
    display:flex;
    height:unset;
}

.similar-slider .swiper-slide .product {
    margin-bottom:0.5rem;
}

.startpage-product-slider+.swiper-nav .swiper-button-prev {
    left:-10px;
}
.startpage-product-slider+.swiper-nav .swiper-button-next {
    right:-10px;
}

.producttitle-font-size {
    font-size: 1.125rem;
}

@media (min-width:992px) {
    .producttitle-font-size {
        font-size: 1.25rem;
    }
}