﻿@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"); /* Using a url */

@font-face {
    font-family: 'apple-chancery';
    src: url('fonts/apple-chancery.ttf');
}

:root {
    --danger: #fe5000;
}

body {
    /*font: 13px/1.65em 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;*/
    color: #444;
    background: none;
    font-size: 100%;
}

#___ratingbadge_0 {
    /*display: none !important;*/
}
@media only screen and (max-width: 2640px) {
    #___ratingbadge_0 > iframe {
        /*display: none !important;*/

        position: static !important;
        top: 0px !important;
        width: 165px !important;
        margin: 0px !important;
        border-style: none !important;
        display: block !important;
        left: 0px !important;
        visibility: visible !important;
        height: 54px !important;
    }
}

.lg-header.sticky-top {
    min-height: 62px;
}

.flex-grow-2 {
    flex-grow: 2;
}

@media only screen and (min-width: 576px) {
    h1, .h1 { font-size: 3.25rem; text-transform:uppercase; }
  h2, .h2 { font-size: 2.25rem; font-weight: 400; text-transform:uppercase;}
  h3, .h3 { font-size: 2.125rem; font-weight: 400;}
  h4, .h4 { font-size: 1.75rem; }
  h5, .h5 { /*font-size: 1.325rem;*/ }
  h6, .h6 { /*font-size: 0.99rem;*/ } 
}

a { color: #8d8d8d; }
    a:hover { color: #666666;}

strong { color: var(--danger); }

.powered-by {
    color:#949494;font-size:0.75em; font-weight:400;display:block;padding-top:0.75em;
}
body.cart .step-title { display: none;}

.bg-primary {
    background-color: var(--danger) !important;
}

    /* SEO */

    /*.bvheader.xs-header {min-height:220px;}*/
    .bvheader.xs-header .row-1 {min-height:32px;}
    .bvheader.xs-header .row-2 {min-height:84px;}
    .bvheader.xs-header .row-3 {min-height:38px;}
    .home-lcp-01 {min-height:180px;}
    .home-master .imageRotatorJQuery {
        min-height: 120px;
        /*background: #0c5fa1;*/
    }
    #productpage .flex-1.image-position-sm {
        min-height:328px;
    }
    .home-layout-3 .categorycarousel .row:nth-child(2) {min-height:416px;}
    #SocialSharing- {min-height:35px;}

@media only screen and (min-width: 375px) {
    .home-master .imageRotatorJQuery {
            min-height: 120px;
        }
        
    }
    @media only screen and (min-width: 480px) {
        .home-master .imageRotatorJQuery {
            min-height: 155px;
        }
        .home-layout-3 .categorycarousel .row:nth-child(2) {min-height:270px;}    
    }
    @media only screen and (min-width: 991px) {
        .bvheader.lg-header{min-height:172px;}
        .lg-header.line-1 {min-height:52px;}
        .lg-header.line-2 {min-height:102px;}
        .lg-header.line-2 .nav-container {min-height:40px;}
        .lg-header.line-3 {min-height:16px;top:44px;}
        .lg-header.line-4 {}
        
        .home-master .imageRotatorJQuery {
            min-height: 324px;
        }
        #productpage .flex-1.image-position-sm {
            min-height: 0;
        }
        .home-layout-3 .categorycarousel .row:nth-child(2) {min-height:294px;}    
    }
    @media only screen and (min-width: 1000px) {
        .home-master .imageRotatorJQuery {
            min-height: 330px;
        }
        .home-layout-3 .categorycarousel .row:nth-child(2) {min-height:306px;}    
    }
    @media only screen and (min-width: 1100px) {
        .home-master .imageRotatorJQuery {
            min-height: 360px;
        }
        
    }
    @media only screen and (min-width: 1200px) {       

        .home-master .imageRotatorJQuery {
            min-height: 395px;
        }
        .home-layout-3 .categorycarousel .row:nth-child(2) {min-height:354px;}    
    }
    @media only screen and (min-width: 1300px) {
        .home-master .imageRotatorJQuery {
            min-height: 430px;
        }
    }
    @media only screen and (min-width: 1400px) {
        .home-master .imageRotatorJQuery {
            min-height: 460px;
        }
    }
    @media only screen and (min-width: 1600px) {
        .home-master .imageRotatorJQuery {
            min-height: 530px;
        }
    }
    @media only screen and (min-width: 1700px) {
        .home-master .imageRotatorJQuery {
            min-height: 560px;
        }
    }
    @media only screen and (min-width: 1880px) {
        .home-master .imageRotatorJQuery {
            min-height: 620px;
        }
    }

.btn {text-transform:uppercase;}
.btn-danger, .btn-primary { color: #fff; background-color: var(--danger); border-color: var(--danger);}
    .btn-danger:hover, .btn-primary:hover { color: #fff; background-color: #cc4000; border-color: #cc4000; }

    .btn-danger:focus, 
    .btn-danger.focus,
    .btn-primary:focus, 
    .btn-primary.focus{ box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

    .btn-danger.disabled, 
    .btn-danger:disabled,
    .btn-primary.disabled, 
    .btn-primary:disabled{ color: #fff; background-color: #ff9868; border-color: #ff9868; }

    .btn-danger:not(:disabled):not(.disabled):active, 
    .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d; }

        .btn-danger:not(:disabled):not(.disabled):active:focus, 
        .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-blue {
    background-color: #5143f8;
    border-color: #5143f8;
    color: #fff;
}
    .btn-blue:hover {
        background-color: #4133e8;
        background-color: #4133e8;
        color: #fff;
    }
.text-blue {
    color: #5143f8;
}

.rounded-8 {
    border-radius: 8px;
}
.rounded-5 {
    border-radius: 5px;
}

.top-banner {
    color: #fff;
    background-color: #808080;
    text-align:center;
    padding: 0.25em;
}

a.logo { height: auto;}
    a.logo img { width: 100%; height: auto; }

.text-danger { color: var(--danger) !important;}
a.text-danger:hover,
a.text-danger:focus { color: #cc4000 !important;}


.col-20 { flex: 0 0 20%; max-width: 20%;}
    .min-h-600 {min-height:600px;}
    .min-h-400 {min-height:400px;}
    .min-h-300 {min-height:300px;}
@media (min-width: 576px) {
    .col-sm-20 { flex: 0 0 20%; max-width: 20%; }
    .min-h-sm-600 {min-height:600px;}
    .min-h-sm-400 {min-height:400px;}
    .min-h-sm-300 {min-height:300px;}
}
@media (min-width: 768px) {
    .col-md-20 { flex: 0 0 20%; max-width: 20%; }
    .min-h-md-600 {min-height:600px;}
    .min-h-md-400 {min-height:400px;}
    .min-h-md-300 {min-height:300px;}
}
@media (min-width: 992px) {
    .col-lg-20 { flex: 0 0 20%; max-width: 20%; }
    .min-h-lg-600 {min-height:600px;}
    .min-h-lg-400 {min-height:400px;}
    .min-h-lg-300 {min-height:300px;}
}
@media (min-width: 1200px) {
    .col-xl-20 { flex: 0 0 20%; max-width: 20%; }
    .min-h-xl-600 {min-height:600px;}
    .min-h-xl-400 {min-height:400px;}
    .min-h-xl-300 {min-height:300px;}
}

.image-wrap img { max-width: 100%}

.page-header-banner { background-repeat: no-repeat; background-attachment: scroll; background-position: center center; height: 200px; background-size: cover !important; display: flex; align-items: center;}
    .page-header-banner h1 { color: #fff; text-transform: uppercase; }

.bvheader { /*border-bottom: 2px solid #e1e1e1;*/}
    .bvheader .top-part { color: #808080; /*font-size: 12px;*/ border-bottom: 1px solid #d8d8d8; padding-top: 16px; display: inline-block;}
        .bvheader .top-part span { padding-right: 90px; }

.lg-header a { height: auto;}
.lg-header .bottom { background: none; /*padding-top: 20px;*/ height: 100%;}

.lg-header .top-bar-section,
.lg-header .top-bar-section .nav-container,
.lg-header .top-bar-section .nav-container .resp-menu,
.lg-header .top-bar-section .nav-container .resp-menu > div,
.lg-header .top-bar-section .nav-container .resp-menu > div .categorymenuplus,
.lg-header .top-bar-section .nav-container .resp-menu > div .categorymenuplus > ul,
.lg-header .top-bar-section .nav-container .resp-menu > div .categorymenuplus > ul > li{ height: 100%;}

    .lg-header .top-bar-section .nav-container .resp-menu > div .categorymenuplus > ul > li { display: flex; align-items: center; }

.xs-header .resp-menu .categorymenuplus > ul { background: #fff;}
    .xs-header .resp-menu .categorymenuplus > ul li a {color: #2c3e50; border-top: none; position: relative; }
        .xs-header .resp-menu .categorymenuplus > ul li a:hover { background: #fff; }

    .xs-header .resp-menu .categorymenuplus > ul li.has-sub-menu {  position: static;}
    .xs-header .resp-menu .categorymenuplus > ul li.has-sub-menu .toggle-child {position:absolute;display:block;right:1rem;width:30%;text-align:right;top:0;height:100%;line-height:44px;}
    .xs-header .resp-menu .categorymenuplus > ul li.has-sub-menu a[href="javascript:;"] > .toggle-child {width: 100%;}
    /*.xs-header .resp-menu .categorymenuplus > ul li.has-sub-menu > a:after {
        position: absolute;
        display:block;
        content:'>';
        right: 1rem;
        font-weight: bold;
        color: var(--danger);
        font-family:monospace;
        font-size: 1.5rem;
        top: 16%;
        right: 1rem;
        left: auto;
    }*/

.preprefooter { /*background-color: #333333;  color: #aaaaaa;*/}
.prefooter {font-size: 95%;}
    .prefooter h3 {
        /*text-transform: uppercase;*/
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 1.1em;
    }
    .prefooter .col-lg-2 {
        /*overflow: hidden;*/
    }
        .prefooter .col-lg-2:first-child {
            border-right: 1px solid #ededed;
        }
    .prefooter ul {  }
        .prefooter ul li {
            /*display: inline-block;*/
            /*margin-right: 5px;*/
            padding-right: 0;
        }

    .prefooter .sidemenu > ul > li > a {
        background: none;
        padding: .2rem .0rem .2rem 0rem;
        /*color: var(--danger);*/
    }

.footer { /*background: #161616;*/ background: var(--danger); font-size: 14px; color: #fff;}
    .footer ul { margin: 0; }
    .footer a { color: #fff;}

.copy-right {color: #fff;line-height: 32px;}

.social_bookmarks ul { margin: 0;}
.social_bookmarks li {height: 100%;float: left; padding: 0; margin: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
    .social_bookmarks li a {
        width: 32px;
        padding: 8px 12px;
        font-size: 1.25em;
        z-index: 2;
        position: relative;
        text-align: center;
        border-radius: 300px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        color: #888888;
    }
    .social_bookmarks li:hover a {
        color: #fff;
        background-color: var(--danger);
    }

.avia_hidden_link_text {
    display: none;
}

.main {
    /*border-top: solid 1px #e1e1e1;*/
    overflow: hidden;
    position:relative;
    z-index:1;
}

    .home-master .block.productgrid,
    .home-master .block.product-carousel {
        position: relative;
        padding-bottom: 1em;
    }

        .home-master .block.productgrid h2,
        .home-master .block.product-carousel h2 {
            font-size: 28px;
            line-height: 1.1em;
            font-weight: 600;
            position: relative;
            display: inline-block;
            background: #fff;
            padding-right: 1rem;
            margin-top: 1em;
            margin-bottom: 0.75em;
        }

        .home-master .block.productgrid:before,
        .home-master .block.product-carousel:before {
            position: absolute;
            content: '';
            display: block;
            border-top: 1px solid #e1e1e1;
            top: 45px;
            width: 100%;
        }

        .home-master .block.product-carousel .owl-theme-carousel {
            padding-top: 0;
        }

            .home-master .block.product-carousel .owl-theme-carousel .owl-nav button.owl-next,
            .home-master .block.product-carousel .owl-theme-carousel .owl-nav button.owl-prev {
                top: 50%;
                top: calc(50% - 50px);
                border-radius: 0;
                height: 70px;
            }

                .home-master .block.product-carousel .owl-theme-carousel .owl-nav button.owl-next svg,
                .home-master .block.product-carousel .owl-theme-carousel .owl-nav button.owl-prev svg {
                    height: 70px;
                }

            .home-master .block.product-carousel .owl-theme-carousel .owl-nav button.owl-next {
                right: 2px;
            }

            .home-master .block.product-carousel .owl-theme-carousel .owl-nav button.owl-prev {
                right: auto;
                left: 2px;
            }

    .home-master .main .block.html h3 {
        text-align: center;
        padding-bottom: 10px;
        color: var(--danger);
        font-size: 24px;
    }

    .home-master .block.html .image-wrap {
        text-align: center;
    }

        .home-master .block.html .image-wrap a {
            display: inline-block;
            position: relative;
            border-radius: 3px;
            overflow: hidden;
        }

#SocialSharing- .addthis_toolbox {
    justify-content: center !important;
    display: flex !important;
}


.up-sell-display h2,
.suggested-items h2,
.cross-sell-display h2 {
    font-size: 1.6em;
}
/* ---- SingleProductDisplayPanel */
.SingleProductDisplayPanel .record {
    border: 1px solid #DBDBDB;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

        .SingleProductDisplayPanel .record .product-info {
            padding: 1rem;
            padding-bottom: 51px;
            /*border: 1px solid #DBDBDB;*/
            min-height: 80px;
            border-top: 1px solid #DBDBDB;
            position: relative;
            flex-grow: 1;
        }
            .SingleProductDisplayPanel .record .product-info::before {
                /*content: '^';
                display: inline-block;
                position: absolute;
                left: 50%;
                top: -12px;
                background: #fff;
                color: #ccc;
                --*/
                border-left: solid transparent 10px;
                border-right: solid transparent 10px;
                border-top: solid #ffffe0 10px;
                top: -10px;
                content: '';
                height: 0;
                left: 50%;
                margin-left: -13px;
                position: absolute;
                width: 0;
            }

            /* This is the grey triangle behind the yellow one that makes the border continuous */
            .SingleProductDisplayPanel .record .product-info:before {
                top: -20px;
                content: " ";
                display: block;
                height: 20px;
                left: 50%;
                position: absolute;
                border-color: transparent transparent #a9a9a9 transparent;
                border-style: solid;
                border-width: 8px;
            }


            /* Yellow triangle */
            .SingleProductDisplayPanel .record .product-info:after {
                border-left: solid transparent 7px;
                border-right: solid transparent 7px;
                border-bottom: solid #fff 7px;
                top: -7px;
                content: " ";
                height: 0;
                left: 50%;
                margin-left: -12px;
                position: absolute;
                width: 0;
            }


        .SingleProductDisplayPanel .record .recordimage a {
            border: none;
        }

            .SingleProductDisplayPanel .record .product-info .recordname a {
                text-align: left;
                text-transform: none;
                font-size: 1.15em;
                margin: 0;
                letter-spacing: initial;
                font-weight: normal;
            }

            .SingleProductDisplayPanel .record .product-info .recordprice {
                text-align: left;
            }

                .SingleProductDisplayPanel .record .product-info .recordprice span {
                    color: var(--danger);
                    font-size: 1.0em;
                    /*line-height: 24px;*/
                    font-weight: 600;
                    letter-spacing: 0;
                }

                .SingleProductDisplayPanel .record .product-info .record-actions { font-size: 0.75em; bottom:0; }

@media only screen and (max-width: 575px) {
    .col-img {
        padding-left: 0;
        padding-right: 0;
    }
    .SingleProductDisplayPanel .record .product-info {
        padding: 0.5rem;
        padding-bottom: 43px;
    }
        .SingleProductDisplayPanel .record .product-info .recordname a {
            font-size: 0.875em;
            margin: 0;
        }
        .SingleProductDisplayPanel .record .product-info .recordreveal {
            /*display: none;*/
        }
        .SingleProductDisplayPanel .record .product-info .record-actions {
            font-size:1em;
            margin:0;
            left:0;
        }
}
/* ==== SingleProductDisplayPanel */


    .row.productgrid {
        margin-right: -5px;
        margin-left: -5px;
    }

        .row.productgrid .col-12,
        .row.productgrid .col-sm-6,
        .row.productgrid .col-md-6,
        .row.productgrid .col-lg-4,
        .row.productgrid .col-xl-3,
        .row.productgrid .mb-4 {
            padding-right: 5px;
            padding-left: 5px;
        }


    .side-nav .categorymenuplus h1,
    .side-nav .categorymenuplus h2,
    .side-nav .categorymenuplus h3,
    .side-nav .categorymenuplus h4,
    .side-nav .categorymenuplus h5,
    .side-nav .categorymenuplus h6 {
        background: #fff;
        color: #000;
        text-transform: uppercase;
        padding-left: 0;
    }

.side-nav .categorymenuplus > ul > li > ul > li a,
.side-nav .categorymenuplus > ul > li > div > ul > li a {
    background: #dee2e3;
    padding: .5rem .7rem .5rem 1.5rem;
    color: #858e97;
    font-size: .9rem;
    transition: background-color .2s ease;
    font-size: .85rem;
}

.side-nav .categorymenuplus > ul > li > ul li,
.side-nav .categorymenuplus > ul > li > div > ul li {
    /*padding-left: 1rem;*/
}

    .side-nav .categorymenuplus > ul > li > ul li a,
    .side-nav .categorymenuplus > ul > li> div > ul li a {
        padding-left: 0.5rem !important;
    }

.side-nav .categorymenuplus > ul > li > ul > li a,
.side-nav .categorymenuplus > ul > li > div > ul > li a {
    color: var(--danger);
    background: none !important;
}

    .side-nav .categorymenuplus > ul > li.activeChild > ul > li > a {
        /*background: none;*/
    }

    .side-nav .categorymenuplus > ul li.activeChild > a {
        /*background: var(--danger) !important;
    color: #fff;*/
    }

    .categoryfilter h6 {/*padding: 1rem .7rem .7rem 1rem;*/font-size: 1rem;/*margin: 0;*/font-weight: bold;background: #fff;color: #000;text-transform: uppercase;}
    .categoryfilter ul {list-style-type: none;padding-left: 0rem;}
    .categoryfilter .filter-content > ul {padding-left: 0;}
    .categoryfilter label {margin: 0;padding-left: 1rem;color: #808080;}
    .categoryfilter strong {color: #808080;display:block;position:relative;cursor:pointer;}
        .categoryfilter strong::after {
            display: block;
            content: '-';
            float: right;
            cursor: pointer;
            background: var(--danger);
            /*background: #dbdbdb;*/
            color: #fff;
            line-height: 16px;
            width: 19px;
            height: 19px;
            text-align: center;
            margin: 1px;
        }
    .categoryfilter strong.closed::after{content:'+';}
    .categoryfilter li ul{
        /*opacity:1;*/
        height:auto;
    }
        .categoryfilter li ul.closed {
            /*display: none;*/
            /*opacity: 0;*/
            height: 0;
            overflow: hidden;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }
    .categoryfilter .filter-content {font-size: 1rem;line-height: 1.6;}
    .categoryfilter .filter-warning {font-size: 0.75rem;color: red;}
        .side-nav .categorymenuplus > ul li.activeChild > a.active {background: var(--danger) !important;color: #fff;}

    .owl-theme-billboard .owl-dots .owl-dot.active span, .owl-theme-billboard .owl-dots .owl-dot:hover span {
        background: var(--danger);
    }

    @media only screen and (max-width: 991px) {
        a.momenu {height:36px;line-height:36px;}
        a.momenu .fa-bars {
            color: #929292;
            /*font-size: 18px;
            line-height: 46px;*/
        }
        .top-mobile {
            background: #eae8e8;
            color: #a2a0a0;
            font-size:0.75em;
        }
            .top-mobile strong {
                color: #a2a0a0;
            }

        a.logo img {
            max-height:74px;
            width:auto;
        }

        .xs-header .search {
            border: 1px solid #ced4da;
        }

        .xs-header .search .form-control {
            border: none;
            text-transform: uppercase;
        }
        .xs-header .search a {
            height:36px;
            line-height:36px;
            background: none;
            color:#929292;
        }

        /* LEVEL 2 */
        .resp-menu .categorymenuplus > ul > li > div {display:none; padding-top:10px; padding-left:15px; padding-right:15px; padding-bottom:10px;}
        .resp-menu .categorymenuplus > ul > li > div > ul {background:#fff;}
        .resp-menu .categorymenuplus > ul > li > div > ul > li {}
        .resp-menu .categorymenuplus > ul > li > div > ul > li a {padding:10px 15px; border:none; font-weight:normal;}
        .resp-menu .categorymenuplus > ul > li > div > ul > li a:hover {}

        .resp-menu .categorymenuplus > ul > li:last-child a {
            border-bottom: none;
        }

        /* LEVEL 3 */
        .resp-menu .categorymenuplus > ul > li > div > ul li > ul {display:none; background:#eee;padding-left:2rem;}
        .resp-menu .categorymenuplus > ul > li > div > ul li > ul > li {background:#fff;}
        .resp-menu .categorymenuplus > ul > li > div > ul li > ul > li a {padding:10px 15px; font-size:1rem;}
        .resp-menu .categorymenuplus > ul > li > div > ul li > ul > li a:hover {}


        .resp-menu .categorymenuplus > ul li > div {
            padding-top: 1px;
            padding-left: 2rem;
            padding-right: 0;
            padding-bottom: 2px;
            background: #eee;
        }
            /*.resp-menu .categorymenuplus > ul li > div ul {
                background: #fff;
            }

        .resp-menu .categorymenuplus > ul > li > div > ul > li a {
            padding: 10px 15px;
        }*/
        /*.resp-menu .categorymenuplus > ul a.switch {
            padding-left: 15px!important; 
        }

        .resp-menu .categorymenuplus > ul .switch {
            background: #fff;
            padding: 10px 15px;
        }

        .resp-menu .categorymenuplus > ul > li > div > ul > li a {
             padding: 10px 15px; 
        }*/

        
        /*.side-nav{position:absolute; width:100%;padding-left:0;z-index:1100;}
        .side-nav:before{position:absolute; width:100%;height:100%;background: #555;opacity:0.5;content:'';display:block;}*/
            .side-nav .sticky-top {
                width: 75%;
                float: right;
                right: 0;
                background: #fff;
                padding-left: 1rem;
                padding-right: 1rem;
                box-shadow: 0px 6px 10px rgba(0,0,0,0.5);
                font-size: 0.875em;
                -webkit-animation: caption-right 0.5s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
                animation: caption-right 0.5s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
            }
            .side-nav .categoryfilter .filter-content {
                font-size: .875rem;
            }
        .categoryfilter h6 {padding:0;}
       
    }
    .gridheader label {display:block;}

    @media only screen and (min-width: 992px) {
        /* LEVEL 2 */
        .resp-menu .categorymenuplus > ul > li > div {opacity:0; visibility:hidden; transition:all 0.3s; background:#ECF0F1; position:absolute; top:40px; left:0; z-index:2000; min-width:165px; text-align:left; overflow:hidden; padding:10px;}
        .resp-menu .categorymenuplus > ul > li > div > ul > li {}
        .resp-menu .categorymenuplus > ul > li > div > ul > li > a {padding:.4em 12px; line-height:20px; font-size:14px; color:#2c3e50; margin-right:0; border-radius:0; margin:1px; font-weight:600; background:transparent;}
        .resp-menu .categorymenuplus > ul > li > div > ul > li:hover > a {}
        .resp-menu .categorymenuplus > ul > li > div > ul > li > a:hover {background:#fff;}

        /* LEVEL 3 */
        .resp-menu .categorymenuplus > ul > li > div > ul > li > ul { z-index:140;}
        .resp-menu .categorymenuplus > ul > li > div > ul > li > ul > li {}
        .resp-menu .categorymenuplus > ul > li > div > ul > li > ul > li a {padding:.25em 12px; font-size:12px; text-transform:none; letter-spacing:0; line-height:24px; color:#2c3e50; margin-right:0; border-radius:0; margin:1px; font-weight:normal; background:transparent;}
        .resp-menu .categorymenuplus > ul > li > div > ul > li > ul > li:hover > a {}
        .resp-menu .categorymenuplus > ul > li > div > ul > li > ul > li > a:hover {background:#fff;}

        /* HOVER FLYOUTS */
        .resp-menu .categorymenuplus > ul > li:hover > div {opacity:1; visibility:visible;}


        .top-bar-section .resp-menu > div {
            display: flex;
        }

        .top-bar-section .resp-menu .categorymenuplus {
            /*width: calc(100% - 40px);*/
            width: 100%;
        }

        .top-bar-section .resp-menu .contentColumn { position: static;}

            .top-bar-section .resp-menu .categorymenuplus > ul {
                display: flex;
            }

                .top-bar-section .resp-menu .categorymenuplus > ul > li {
                    /*float:left;*/
                    flex-grow: 1;
                    text-align: center;
                    /*position: relative;*/
                    z-index: 9000;
                    /*height: 114px;
                padding-top: 20px;*/
                    /*border-bottom: 2px solid #e1e1e1;*/
                    position: static;
                    /*top: 3px;*/
                }

                    .top-bar-section .resp-menu .categorymenuplus > ul > li:hover {
                        border-bottom-color: var(--danger);
                        z-index: 9100;
                    }

                    .top-bar-section .resp-menu .categorymenuplus > ul > li > a {
                        text-transform: uppercase;
                        font-size: 14px;
                        font-weight: 600;
                        color: #808080;
                    }

                    .top-bar-section .resp-menu .categorymenuplus > ul > li:first-child > a {
                        /*background: var(--danger);
                    color: #fff;*/
                    }

                    .top-bar-section .resp-menu .categorymenuplus > ul > li > ul,
                    .top-bar-section .resp-menu .categorymenuplus > ul > li > div {
                        /*display: none;*/
                        height: 0;
                        border: 1px solid #e1e1e1;
                        -webkit-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                        position: absolute;
                        top: 100%;
                        left: 0;
                        text-align: left;
                        background: #fff;
                        width: 100%;
                        /*border-top: 2px solid #fff;*/
                        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
                        padding: 0;
                        min-width: 250px;
                    }
                        .top-bar-section .resp-menu .categorymenuplus > ul > li > div > ul {
                            /*display: flex;
                            flex-wrap:wrap;*/
                            -webkit-column-count: 5;
                            -moz-column-count: 5;
                            column-count: 5;
                            
                        }
                            .top-bar-section .resp-menu .categorymenuplus > ul > li > div > ul > li {
                                /*width: 20%;*/
                                -webkit-column-break-inside: avoid;
                                page-break-inside: avoid;
                                break-inside: avoid;
                            }
                                .top-bar-section .resp-menu .categorymenuplus > ul > li > div > ul > li > ul > li{
                                    padding-left: 1em;                                    
                                }
                                .top-bar-section .resp-menu .categorymenuplus > ul > li > div > ul > li ul > li:before {
                                    display: inline-block;
                                    content: "-";
                                    /*width: 1em;
                                    margin-left: -1em;*/
                                }
                                    .top-bar-section .resp-menu .categorymenuplus > ul > li > div > ul > li ul > li a {
                                        padding: 0;
                                        display: inline-block;
                                    }
                                    .top-bar-section .resp-menu .categorymenuplus > ul > li > div > ul > li ul > li ul {
                                        margin-left: 1rem;
                                    }

                                .top-bar-section .resp-menu .categorymenuplus > ul > li > ul > li > a,
                                .top-bar-section .resp-menu .categorymenuplus > ul > li > div > ul > li > a {
                                    padding: 10px;
                                    white-space: normal;
                                    text-transform: uppercase;
                                    padding-bottom: 0;
                                    color: var(--danger);
                                }

                        .top-bar-section .resp-menu .categorymenuplus > ul > li > ul > li a:hover,
                        .top-bar-section .resp-menu .categorymenuplus > ul > li > div > ul > li a:hover {
                            background: #f2f2f2;
                        }

                    .top-bar-section .resp-menu .categorymenuplus > ul > li:hover > ul,
                    .top-bar-section .resp-menu .categorymenuplus > ul > li:hover > div{
                        /*display: block;*/
                        height: auto;
                        border-top-color: var(--danger);
                        padding: 1rem;
                    }

                .top-bar-section .resp-menu .categorymenuplus > ul:hover > li.activeChild > a {
                    background: none;
                    color: #808080;
                }

                .top-bar-section .resp-menu .categorymenuplus > ul:hover > li:first-child > a {
                    /*background: var(--danger);
                color: #fff;*/
                }


        .resp-menu .categorymenuplus > ul li > ul,
        .resp-menu .categorymenuplus > ul li > div {
            /*overflow: hidden;*/
        }

        .resp-menu .categorymenuplus > ul li:hover > ul,
        .resp-menu .categorymenuplus > ul li:hover > div {
            /*overflow: visible;*/
        }

        /* LEVEL 3+ */
        .resp-menu .categorymenuplus- > ul > li > ul li > ul { /*display: none;*/
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 100%;
            width: 0;
            background: #fff;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .resp-menu .categorymenuplus- > ul > li:nth-child(1n+4) > ul li > ul {
            left: auto;
            right: 100%;
        }

        .resp-menu .categorymenuplus- > ul > li > ul li:hover > ul {
            visibility: visible;
            opacity: 1;
            width: 100%;
        }

        .resp-menu .categorymenuplus- > ul > li:nth-child(1n+4) > ul li:hover > ul {
        }

        .resp-menu .categorymenuplus- > ul > li ul > li.has-sub-menu::after {
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid var(--danger);
            position: absolute;
            right: 5px;
            content: '';
            display: block;
            top: 14px;
        }

        .resp-menu .categorymenuplus- > ul > li > ul > li > ul > li a {
            padding: 10px;
            line-height: 20px;
            font-size: 14px;
            color: #2c3e50;
            margin-right: 0;
            border-radius: 0;
            margin: 1px;
            font-weight: 600;
            background: transparent;
        }

        .top-bar-section .resp-menu .categorymenuplus .menu-container > ul {
            /*display: flex;
            flex-wrap: wrap;*/
        }
        .top-bar-section .resp-menu .categorymenuplus .menu-container > ul > li {
            /*width: 20%;*/
            border-left: 1px solid #ccc;
        }
            .top-bar-section .resp-menu .categorymenuplus .menu-container > ul > li:nth-child(1) {
                border-left: none;
            }
            .top-bar-section .resp-menu .categorymenuplus .menu-container > ul > li.menu-image {
                border-left: none;
                text-align:center
            }
    }


    .top-bar-section ul li:hover > a {
        background: none;
        color: #333;
    }

    .top-bar-section ul li ul li:hover > a {
        background-color: #f2f2f2;
        color: #333;
    }

    .top-bar-section .top-search-wrap {
        padding-top: 20px;
    }

        .top-bar-section .top-search-wrap a {
            padding: 10px;
            display: block;
            color: #808080;
            font-size: 1.25em;
        }

            .top-bar-section .top-search-wrap a:hover {
                color: #333;
            }

    .top-bar-section .top-search-popup {
        display: none;
        bottom: -20px;
        right: 1rem;
        background: #fff;
        position: absolute;
        z-index: 21000;
        padding: 1rem;
        width: 300px;
        border-radius: 2px;
        box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
        border: 1px solid #e1e1e1;
    }

        .top-bar-section .top-search-popup.active {
            display: block;
            -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
            animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
        }

        .top-bar-section .top-search-popup .search {
            margin: 0;
        }

        .top-bar-section .top-search-popup .popup-arrow-wrap {
            width: 20px;
            height: 20px;
            position: absolute;
            top: -20px;
            right: 10px;
            margin-left: -10px;
            overflow: hidden;
        }

        .top-bar-section .top-search-popup .popup-arrow {
            height: 10px;
            width: 10px;
            position: absolute;
            top: -6px;
            left: 50%;
            margin-left: -5px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border: 1px solid #e1e1e1;
            top: 15px;
            background: #fff;
        }

        .top-bar-section .top-search-popup .search input[type=search] {
            /*top: 0;
        left: 0;
        height: 100%;*/
            background-color: #f2f2f2;
            color: #808080;
            font-size: 14px;
            font-weight: 600;
        }

        .top-bar-section .top-search-popup .search > a {
            /*margin-bottom: 0;
        box-shadow: none;
        border: none;*/
            background: var(--danger);
            width: 35px;
            /*height: 100%;
        position: absolute;
        right: 0;
        top: 0;*/
            color: #fff;
            /*text-align: center;
        line-height: 34px;*/
        }


    @media only screen and (min-width: 992px) {
        .searchform .search {
            /*background-color: rgba(0,0,0,.2);*/
            background: none;
            border: 2px solid #eaeaea;
            border-radius: 0;
        }

            .searchform .search input.form-control[type="search"] {
                color: #808080;
            }

            .searchform .search ::placeholder {
                color: #808080 !important;
                opacity: 1;
                /*text-transform: uppercase;*/
                font-size: 14px;
                font-weight: 600;
            }

            .searchform .search :-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: #808080 !important;
                /*text-transform: uppercase;*/
                font-size: 14px;
                font-weight: 600;
            }

            .searchform .search ::-ms-input-placeholder { /* Microsoft Edge */
                color: #808080 !important;
                /*text-transform: uppercase;*/
                font-size: 14px;
                font-weight: 600;
            }

        .search a {
            color: var(--danger);           
        }
            .search a:before {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                top: 5px;
                bottom: 5px;
                width: 1px;
                background: #eaeaea;
            }

        .lg-header .phone a, .lg-header .contact a, .lg-header .account a {
            color: #8d8d8d;
            background: none;
            border-radius: 0;
            width: auto;
            /*display: inline-block;*/
        }

        .lg-header .account a {
            font-size: 1rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .lg-header a.cart {
            font-size: 1rem;
            color: #8d8d8d;
            background: none;
            border-radius: 0;
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .lg-header .carttotals {
            color: #8d8d8d;
        }

        .lg-header a.cart .fa-shopping-cart {
            color: #8d8d8d;
        }

        .lg-header a.cart:hover, .lg-header a.cart:hover .carttotals, .lg-header .account a:hover {
            color: #fff;
        }
    }

    /*Home menu 2*/
    .submenu-container {
        min-height: 52px;
        position: relative;
        width: 100%;
        border-bottom: solid 1px #e1e1e1;
        -webkit-perspective: 1000px;
        -webkit-backface-visibility: hidden;
        font-size: 13px;
        line-height: 1.65em;
    }

    ul#menu-secondary-menu {
        text-align: center;
        list-style: none outside;
        margin: 0;
    }

        ul#menu-secondary-menu > li {
            padding: 15px 0;
            display: inline-block;
            margin: 0;
            position: relative;
        }

            ul#menu-secondary-menu > li > a {
                text-decoration: none;
                padding: 0px 10px 0px 12px;
                display: block;
                border-left: solid 1px #e1e1e1;
            }

            ul#menu-secondary-menu > li:first-child > a {
                border-left: none;
            }


    /*Carousel*/
    @media only screen and (min-width: 1200px) {
        .carousel-caption.custom.center {
            left: calc(50% - 600px);
        }
    }

    .carousel-item .carousel-caption.center {
        text-align: center;
    }

    .owl-theme-billboard div.owl-item {
        height: auto;
    }

        .owl-theme-billboard div.owl-item > div {
            background-size: initial;
        }

    .owl-carousel .owl-item img {
        width: initial;
        max-width: 100%;
        margin: 0 auto;
    }

    .owl-carousel .owl-item .absolut-bottom {
        position: absolute;
        bottom: 0;
    }

    .owl-carousel .owl-item .orbit-caption {
        /*position: absolute;*/
        background-color: rgba(0,0,0,.6);
        color: #fff;
        padding: 10px 14px;
        width: auto;
        bottom: 10%;
        font-size: 1.5em;
        font-weight: 600;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        visibility: hidden;
    }

    .owl-carousel .owl-item .avia-caption-title,
    .owl-carousel .owl-item .avia-caption-title2 {
        /*position: absolute;*/
        background-color: none;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 1rem;
        /*width: auto;*/
        bottom: 10%;
        font-size: 3.0em;
        font-weight: 600;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        visibility: hidden;
        /*background: rgba(0, 0, 0, 0.25);*/
        line-height: 1;
        text-shadow: 1px 1px 2px #777, 0 0 1em #ccc, 0 0 0.2em #ccc;
    }

    .owl-carousel .owl-item .avia-caption-title2 {
        font-size: 1.5em;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    .owl-carousel .owl-item.active .orbit-caption {
        visibility: visible;
        -webkit-animation: caption-left 1.5s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
        animation: caption-left 1.5s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
    }

    .owl-carousel .owl-item.active .avia-caption-title,
    .owl-carousel .owl-item.active .avia-caption-title2 {
        visibility: visible;
    }

    .owl-carousel .owl-item.active .caption-left-1-5 {
        -webkit-animation: caption-left 1.5s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
        animation: caption-left 1.5s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
    }

    .owl-carousel .owl-item.active .caption-left-1 {
        -webkit-animation: caption-left 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
        animation: caption-left 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
    }

    .owl-carousel .owl-item.active .caption-left-1-2 {
        -webkit-animation: caption-left 1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
        animation: caption-left 1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
    }

    .flex-parent- .flex-2 .owl-carousel .owl-stage {
        margin: 0 auto;
    }

    .flex-1 .owl-carousel .owl-item .item a {
        cursor: zoom-in;
    }

    .flex-1 .owl-carousel .owl-stage {
        display: flex;
    }

    .flex-1 .owl-carousel .owl-item .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    a .image-overlay {
        position: absolute;
        background: #fff;
        z-index: 300;
        height: 100%;
        width: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 0;
        left: 0;
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }

    a:hover .image-overlay {
        opacity: 0.7 !important;
    }

    a .image-overlay .image-overlay-inside {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        a .image-overlay .image-overlay-inside:before {
            position: absolute;
            border-radius: 50px;
            background: #000;
            height: 80px;
            width: 80px;
            line-height: 80px;
            left: 50%;
            top: 50%;
            margin: -40px 0 0 -40px;
            z-index: 500;
            text-align: center;
            color: #fff;
            content: "\E869";
            font-family: 'FontAwesome';
            color: #fff;
            font-size: 18px;
            font-weight: normal;
        }

    a .image-overlay.overlay-type-extern .image-overlay-inside:before {
        content: "\F064";
    }

    a .image-overlay.overlay-type-video .image-overlay-inside:before {
        content: "\E897";
    }

    a:hover .image-overlay .image-overlay-inside {
        -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
        animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    }

        a:hover .image-overlay .image-overlay-inside:before {
            background-color: var(--danger);
            color: #ffffff;
            border-color: #dc3000;
        }

    .edit-qty {
    }

    .qty-input {
        text-align: center;
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        outline: none;
    }

    #productimage .owl-carousel .owl-stage-outer .owl-item,
    #productimage .owl-theme-billboard div.owl-item > div,
    #productimage .owl-carousel .owl-stage-outer .owl-item img {
        max-height: 500px;
    }
    #productimage .flex-2 .owl-carousel .owl-stage-outer .owl-item img {
        max-height: 200px;
    }
    .owl-carousel .owl-video-wrapper {width:100%;}

    #productimage  .flex-2 .owl-theme-billboard .owl-nav button.owl-prev { left:-2.5em;}
    #productimage  .flex-2 .owl-theme-billboard .owl-nav button.owl-next { right:-2.5em;}
    #productimage  .flex-2 .owl-theme-billboard .owl-nav button.owl-next, 
    #productimage  .flex-2 .owl-theme-billboard .owl-nav button.owl-prev {border-radius:0;background-color: var(--danger);}

    .template-bvc2021 #productimage  .flex-2 .owl-theme-billboard .owl-nav button.owl-prev { left:-1.5em;}
    .template-bvc2021 #productimage  .flex-2 .owl-theme-billboard .owl-nav button.owl-next { right:-1.5em;}
    .template-bvc2021 .owl-theme-billboard .owl-nav button.owl-next, .owl-theme-billboard .owl-nav button.owl-prev {top:40%;}

    #productimage .flex-2 .owl-carousel .owl-item.current .item {
        border: 4px solid #ddd;
        border-radius: 3px;
    }

    #productimage  .flex-2 .owl-carousel .owl-video-playing .owl-video-play-icon, 
    #productimage  .flex-2 .owl-carousel .owl-video-playing .owl-video-tn { display:block;}

    .product-accordion .card-header a.accordion-link {display:block;margin-bottom:0;}
    .product-accordion .card-header a.accordion-link span {
      float: right;
    }
    .product-accordion .card-header a.accordion-link span.opend {
      display:block;
    }
    .product-accordion .card-header a.accordion-link span.closed {
      display:none;
    }
   .product-accordion .card-header a.accordion-link.collapsed  span.opend {
      display:none;
    }
   .product-accordion .card-header a.accordion-link.collapsed  span.closed {
      display:block;
    }

    .SitePrice{}

@media only screen and (max-width: 991px){
    .flex-1 .owl-theme-billboard .owl-nav button.owl-prev { left:0;}
    .flex-1 .owl-theme-billboard .owl-nav button.owl-next { right:0;}
    .flex-1 .owl-theme-billboard .owl-nav button.owl-next, 
    .flex-1 .owl-theme-billboard .owl-nav button.owl-prev {border-radius:0;background-color: var(--danger);}

    .flex-1 .owl-carousel .owl-item img {
        max-height: 350px;
    }
}

@media only screen and (max-width: 767px) {

    .owl-carousel .owl-item .avia-caption-title,
    .owl-carousel .owl-item .avia-caption-title2 {
        margin-bottom: 0.5rem;
        font-size: 1.25em;
    }

    .owl-carousel .owl-item .avia-caption-title2 {
        font-size: 1.0em;
        margin-bottom: 0.5rem;
    }
    .owl-carousel .owl-item .btn {/*display: none;*/}
    .owl-carousel .owl-item img {
        /*max-height:150px;
        max-width:none;
        width: auto;*/
    }
    .owl-theme-billboard .owl-dots {bottom:0;line-height:1;}
}

    /* Pager*/

    .page-link {
        color: var(--danger);
    }

        .page-link:hover {
            color: #cc4000;
        }

    .page-item.active .page-link {
        background-color: var(--danger);
        border-color: var(--danger);
    }

        .page-item.active .page-link:hover {
            background-color: #cc4000;
            border-color: #cc4000;
        }



    .categorygrid h2 {

        color: var(--danger);
        text-transform:uppercase;
    }

    .categorygrid .record {
        margin-top: 0;
        margin-bottom: 0;
    }

    .categorygrid .recordname a {
        background: none;
        color: #666;
        text-align: center;
    }

    .categorygrid .record:hover a {
        color: #000;
        text-decoration: underline;
    }

    .categorycarousel h2 {
        color: var(--danger);
        text-transform: uppercase;
    }

    .categorygrid .recordname a {
        color: #666;
        text-align: center;
    }

    .categorygrid .record:hover a {
        color: #000;
    }


    .category-banner {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
    }

        .category-banner > * {
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
            text-shadow: 1px 1px 2px #777, 0 0 1em #ccc, 0 0 0.2em #ccc;
        }

        .category-banner #categorydescription {
            padding: 3rem 0;
            width: 40%;
        }

    @media only screen and (min-width: 576px) {
        .categorygrid h2 {
            text-align: left;
        }

        .category-banner #categorydescription {
            font-size: 1.5em;
        }

            .category-banner #categorydescription h1 {
                font-size: 2.25em;
            }
    }


.categorygrid .recordimage {
    display: block;
}

.categorycarousel .owl-theme-carousel .owl-nav {
    margin: 0;
}

.categorycarousel .owl-theme-carousel .owl-dots {
    top: auto;
    width: 100%;
    bottom: 15px;
}

.categorycarousel .owl-theme-carousel .owl-dots {
}
    .categorycarousel .owl-theme-carousel .owl-dots .owl-dot {
        outline: none;
        position: relative;
    }
        .categorycarousel .owl-theme-carousel .owl-dots .owl-dot:before {
            position: absolute;
            top: 50%;
            border-top: 1px solid #dee2e6;
            content:'';
            display:block;
            width:100%;
        }
        .categorycarousel .owl-theme-carousel .owl-dots .owl-dot:first-child:before  {
            left:50%;
            width:50%;
        }
        .categorycarousel .owl-theme-carousel .owl-dots .owl-dot:last-child:before {
            left: 0;
            width: 50%;
        }
    .categorycarousel .owl-theme-carousel .owl-dots .owl-dot span {
        width: 25px;
        height: 25px;
        background: #fff;
        border: 1px solid #dee2e6;
        position:relative;
    }

    .categorycarousel .owl-theme-carousel .owl-dots .owl-dot:hover span-,
    .categorycarousel .owl-theme-carousel .owl-dots .owl-dot.active span {
        color: #fff;
        background: var(--danger);
        border: 1px solid var(--danger);
    }

.categorycarousel .owl-theme-carousel .owl-nav button.owl-next,
.categorycarousel .owl-theme-carousel .owl-nav button.owl-prev {
    top: 35%;
}

.categorycarousel .owl-theme-carousel .owl-nav button.owl-prev {
    left: 0;
    right: auto;
}

.site-wide-two-color-bar { 
    position:relative;
    /*top: 62px;*/
    padding-top: 8px;
    background-color: #fff;
    margin-top: -8px;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 4px 4px 4px 0px rgba(34, 60, 80, 0.6);
    box-shadow: 4px 4px 4px 0px rgba(34, 60, 80, 0.6);
}
    .site-wide-two-color-bar .left-part {
        background-color: #60514E;
        height:8px;
        width:50%;
    }
    .site-wide-two-color-bar .right-part {
        background-color: var(--danger);
        height: 8px;
        width: 50%;
    }
    .site-wide-two-color-bar .devider-part {
        background-color: #fff;
        width: 8px;
        height: 18px;
        position: absolute;
        top: 3px;
        transform: rotateY(0deg) rotate(-45deg);
        left: 50%;
        left: calc(50% - 4px);
    }

.variantsdisplay .htmlarea { display:none;}

@media only screen and (max-width: 575px) {
    .categorygrid hr {
        display: none;
    }
    .categorygrid .record {
        border-bottom: 1px solid #dee2e6;
        height:75px !important;
    }
    .categorygrid .recordimage {
        width: 25%;
    }
    .categorygrid .recordname {
        width: 75%;
        text-align:left;
    }
    .categorygrid .recordname a {
        padding: 0;
        padding-left:0.5rem;
        text-align:left;
        font-size:0.95em;
        /*height: auto !important;*/
        line-height:1.2;
    }
    .categorygrid-items > div:nth-child(2n+1) {
        padding-right:0;
    }
    .categorygrid-items > div:nth-child(2n) {
        padding-left: 0;
    }

    .categorycarousel .owl-theme-carousel .owl-dots {
        bottom: 35px;
    }

    .prefooter {
        background: none;
    }

    .flex-sm-break {
        flex-basis: 100%;
        height: 0.5em;
    }
}



    @media only screen and (min-width: 576px) {
        .categorygrid .recordimage {
            display: block;
            background: none;
            border: 2px solid #e5e5e5;
            text-align: center;
        }
    }

    @media only screen and (min-width: 576px) {
        .breadcrumbwrapper .breadcrumbs {
            line-height: 36px;
            font-size: 0.875em;
            text-transform: none;
        }
    }

.template-sub-category-menu-3 .categorygrid .recordimage {
    display: block;
    background: none;
    border: 2px solid #e5e5e5;
    text-align: center;
    width: 100%;
}

.template-sub-category-menu-3 .categorygrid .record {
    /*border-bottom: 1px solid #dee2e6;*/
    height: auto !important;
}

.template-sub-category-menu-3 .categorygrid .recordname {
    width: 100%;
    text-align: center;
}

    .template-sub-category-menu-3 .categorygrid .recordname a {
        width: 100%;
        font-size: 0.85em;
        text-align: center;
    }


@-webkit-keyframes caption-left {
    0% {
            -webkit-transform: translate(-2000px,0);
            opacity: 0;
        }

        100% {
            -webkit-transform: translate(0,0);
            opacity: 1;
        }
    }

    @keyframes caption-left {
        0% {
            transform: translate(-2000px,0);
            opacity: 0;
        }

        100% {
            transform: translate(0,0);
            opacity: 1;
        }
    }
@keyframes caption-right {
    0% {
        transform: translate(1000px,0);
        opacity: 0;
    }

    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}

    @-webkit-keyframes avia_pop {
        0% {
            -webkit-transform: scale(0.8);
        }

        100% {
            -webkit-transform: scale(1);
        }
    }

    @keyframes avia_pop {
        0% {
            transform: scale(0.8);
        }

        100% {
            transform: scale(1);
        }
    }

    @-webkit-keyframes avia_pop_small {
        0% {
            -webkit-transform: rotate(-175deg) scale(0.2);
        }

        100% {
            -webkit-transform: rotate(0deg) scale(1);
        }
    }

    @keyframes avia_pop_small {
        0% {
            transform: rotate(-175deg) scale(0.2);
        }

        100% {
            transform: rotate(0deg) scale(1);
        }
    }

    @-webkit-keyframes avia_pop_loader {
        0% {
            -webkit-transform: rotate(0deg) scale(0.2);
        }

        100% {
            -webkit-transform: rotate(720deg) scale(1);
        }
    }

    @keyframes avia_pop_loader {
        0% {
            transform: rotate(0deg) scale(0.2);
        }

        100% {
            transform: rotate(720deg) scale(1);
        }
    }

    @-webkit-keyframes avia_shrink {
        0% {
            opacity: 0;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        75% {
            opacity: 0.7;
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
    }

    @keyframes avia_shrink {
        0% {
            opacity: 0;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        75% {
            opacity: 0.7;
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
    }

    @-webkit-keyframes av-load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes av-load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }


/* Loyal */
.font-pt-sans,
.pt-sans {
    font-family: 'PT Sans', sans-serif;
}


.loyal-dialog {
    max-width: 330px;
    padding: 0 1rem;
}

    .loyal-dialog .modal-content {
        border-radius: 20px;
    }

    .loyal-dialog .modal-title {
        text-align: center;
        font-weight: bold;
        color: #5143f8;
        font-size: 2.75rem;
    }

    .loyal-dialog .row h3 {
        font-weight: 700;
        margin-bottom: 0;
    }

    .loyal-dialog .modal-header {
        border-bottom: none;
        display: block;
        position: relative;
    }

        .loyal-dialog .modal-header .close {
            position: absolute;
            right: 1.5rem;
            top: 1.5rem;
        }

    .loyal-dialog .modal-footer {
        border-top: none;
    }

    .loyal-dialog .wallet-logo {
        max-height: 28px;
    }

    .loyal-dialog .modal-title.lowercase {
        text-transform: lowercase;
    }

    .loyal-dialog.poweredby .step {
        font-weight: 700;
        font-size: 1.5em;
        display: inline-block;
        background: #fff;
        border: 4px solid #5143f8;
        color: #5143f8;
        border-radius: 50%;
        /*padding: 0 0.45em;*/
        height: 45px;
        width: 45px;
        text-align: center;
    }

    .loyal-dialog.poweredby .step-content {
        display: inline-block;
        color: #000;
    }

        .loyal-dialog.poweredby .step-content strong {
            color: #000;
        }

    .loyal-dialog.poweredby {
        max-width: 400px;
    }

    .loyal-dialog.loyalagreement {
        max-width: 550px;
    }

.wallet-accountaddress {
    border: 1px solid #777;
    border-radius: 10px;
    padding: 0.25em 1em;
    color: #777;
    font-size: 0.9em;
}

.cosmos-rewards input[type="checkbox"] {
    margin-right: 0.5rem;
}

.cosmos-rewards label {
    margin-bottom: 0;
}

.walet-connected:before {
    content: '';
    display: inline-block;
    margin-right: 0.5rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4cff00;
}

#wait {
    z-index:11000;
}

/* Checkout 2022 */
.cartproductgrid td.cartImageColumn {
    width: 90px;
}
.cartproductgrid tr:nth-child(odd) {
    background: none;
}

.step-number {
    display: inline-block;
    background: #444;
    color: #fff;
    border-radius: 50%;
    font-size: 0.85em;
    margin-right: 0.65em;
    width: 30px;
    height: 30px;
    text-align: center;
}

.checkoutStep .step-action {
    /*display: none;*/
}

.checkoutStep .form-group {
    margin-bottom: 0;
}

.step-complete .step-number {
    text-indent: -1000px;
    position: relative;
}
    .step-complete .step-number:before {
        content: '';
        display: inline-block;
        transform: rotate(45deg);
        height: 15px;
        width: 10px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        left: 10px;
        position: absolute;
        top: 5px;
    }

.cartImageColumn {
    position: relative;
}
    .cartImageColumn .cart-qty {
        position: absolute;
        top: -10px;
        right: -10px;
        display: block;
        width: 20px;
        height: 20px;
        text-align: center;
        background: #444;
        color: #fff;
        border-radius: 50%;
        font-size: 0.85em;
    }

.stepPromotionCode .coupons table {
    width: auto;
    border: none;
}
    .stepPromotionCode .coupons table td {
        padding: 0.5em 0.5em 0.5em 1em;
        background: #ccc;
    }
    .stepPromotionCode .coupons table tr:hover td {
        background: #aaa;
    }

.checkoutStep .addressbookpanel > span {
    height: 35px;
}
.checkoutStep .addressbookpanel span input.addressBookButtonActive {
    margin-top: 0;
    width: auto;
    height: 35px;
}
.checkoutStep .addressbookpanel span input.addressBookButton {
    width: auto;
    height: 35px;
}
.checkoutStep .addressbookpanel div {
    top: 35px; left: 0;
}

.checkoutStep.stepCreateAccount input[type=checkbox] { position:relative;top:2px;margin-right:5px;}
.checkoutStep.stepCreateAccount {font-weight:700;}

.top-filter {
    background: #efefef;
    color: #a2a0a0;
}
    .top-filter select {
        width: 100%;
        height: 35px;
        border: 2px solid #eaeaea;
    }
    .top-filter h6 {
        margin-bottom: 0;
        /*line-height: 35px;*/
    }

.wholesale-price-label {
    color: #444;
    opacity: 0.5;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: uppercase;
}