.ddTitle a{
    /*width:50%;*/
	display:inline !important;
}
.ddTitle {
	display:inline !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
background-color: #313131 !important;
border:none !important;
}

ui-autocomplete-item li:hover{
background-color: #313131 !important;
border:none !important;
}

/* Style the header with a grey background and some padding */
* {
    box-sizing: border-box;
}
/* CSS MODIFIED TO ALLOW MOBILE MENU STRETCH - KRF 2023.03.27 */
/* ---------------------------------------------------------- */
/* CHANGE FROM #menu-main-menu-1{position:fixed;overflow-y:scroll;left:0;top:45px;height:300px; max-height:300px*/
/* CHANGE TO   #menu-main-menu-1{position:fixed;overflow-y:scroll;left:0;top:45px;min-height:300px; */

.header-right select {
   
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    box-sizing: border-box;
    align-items: center;
    cursor: default;
    margin: 0em;
    white-space: pre;
    border: 1px solid black;
    border-radius: 0px;
    color: black;
}

.aa-Panel {
    z-index: 100 !important;
}

.aa-ItemContentBody .amount {
    color: #fb0909;
}

.aa-Form {
    border: 1px solid #fb0909;
}

    .aa-Form:focus-within {
        border-color: #fb0909;
        box-shadow: #fb0909 0 0 0 2px;
    }

svg.aa-SubmitIcon {
    color: #fb0909;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype')
}

@font-face {
    font-family: 'Tangerine';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/tangerine/v17/IurY6Y5j_oScZZow4VOxCZZJ.ttf) format('truetype')
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-bars:before {
    content: url(/images/bars-solid-black.svg);
    width: 23px;
    height: 23px;
    display: block;
    margin-top:3px;
    
}

.fa-shopping-cart:before {
    content: url(/images/cart-shopping-solid.svg);
    width: 36px;
    height: 36px;
    display: block;
    margin-top: 6px;
}

/*.fa-times:before {
    content: "\f00d"
}*/

.fa-user{
    margin-top:6px;
}
.fa-user:before {
    content: url(/images/user-solid.svg);
    width: 30px;
    height: 30px;
    display: block;
}

i.fa-shopping-cart{
    position:relative;
    top:5px;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/css/fonts/font-awesome/webfonts/fa-regular-400.eot);
    src: url(/css/fonts/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/css/fonts/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/css/fonts/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(/css/fonts/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/css/fonts/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(/css/fonts/font-awesome/webfonts/fa-solid-900.eot);
    src: url(/css/fonts/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/css/fonts/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(/css/fonts/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/css/fonts/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.clear {
    clear: both;
    margin: 0;
    padding: 0
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

.container {
    width: 90%
}

.left {
    float: left !important
}

.right {
    float: right !important
}

a {
    color: #fa0b0b;
    text-decoration: none;
    line-height: inherit
}

    a img {
        border: none
    }

#header-wrapper {
    position: absolute;
    background: rgba(255,255,255,.99);
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.12);
    box-shadow: 0 0 3px 1px rgba(0,0,0,.12);
    z-index: 10000
}

a {
    color: #fa0b0b;
    text-decoration: none;
    line-height: inherit;
}

.top-bar-section li.megamenu {
    width: 100%
}

    .top-bar-section li.megamenu > .dropdown {
        min-width: 100%;
        right: auto;
        left: 100%
    }

.top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown, .top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown > .dropdown {
    width: 210px
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none
}

.top-bar input {
    margin-bottom: 0
}

.top-bar input {
    height: 2.45em
}

.top-bar-section {
    position: relative;
    left: 0;
    width: auto
}

    .top-bar-section ul {
        width: 100%;
        height: auto;
        display: block;
        margin: 0
    }

        .top-bar-section ul li > a {
            display: block;
            width: 100%;
            color: #fb0909;
            padding: 12px 0;
            font-size: 1em
        }

    .top-bar-section .dropdown {
        position: absolute;
        left: 100%;
        top: 40px;
        visibility: hidden;
        opacity: 0
    }

        .top-bar-section .dropdown li {
            width: 100%;
            height: auto
        }

            .top-bar-section .dropdown li a {
                white-space: nowrap;
                font-weight: 400
            }

.burger-container {
    display: none;
}




*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body, div, span, img, h1, a, ul, li, form, label, input {
    vertical-align: baseline;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Open Sans',sans-serif
}

:focus {
    outline: 0
}

input.button {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0
}

html {
    overflow-x: hidden;
    max-width: 100%;
    overflow-x: hidden
}

body {
    font-family: 'Open Sans',sans-serif;
    max-width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #f2f2f2
}

ul {
    list-style: none
}

#top {
    width: auto;
    height: auto
}

    #top .container {
        max-width: 1400px;
        padding: 0 0;
        width: 100%
    }

#header-wrapper {
    position: relative;
    z-index: 15;
    background-color: #313131
}

.top-bar {
    height: auto
}

.button {
    display: inline-block;
    color: White;
    background-color: Red;
    padding: 15px 8px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-appearance: none !important
}

    .button.white {
        background: #fff;
        color: red
    }

        .button.white a {
            color: red
        }

    .button.grey {
        background: #313131;
        color: #fff
    }

        .button.grey a {
            color: #fff
        }

.col {
    display: inline-block
}

.col-6 {
    width: 50%
}

header {
    background-color: #f1f1f1;
    padding: 0
}

.header {
    overflow: hidden;
    height: 100px;
    padding: 0 0;
    max-width: 1400px;
    margin: 0 auto
}

.content {
    background-color: #f2f2f2;
    border: solid 0 red
}

.section {
    padding: 30px 0;
    max-width: 1400px;
    margin: 0 auto
}

    .section.top {
        padding-top: 15px
    }

.payment-options .section {
    padding: 0
}

.content-section {
    margin-bottom: 40px;
    background: #fff;
    padding-bottom: 0
}

.header a {
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px
}

.header input {
    color: red;
    text-align: left;
    padding: 0;
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    border-radius: 7px;
    vertical-align: middle;
    font-family: 'Roboto',sans-serif
}

.header {
    display: table;
    width: 100%
}

    .header .logo a {
        font-size: 25px;
        font-weight: 700;
        border: solid 0 blue;
        padding: 0;
        max-width: 700px;
        display: inline-block;
        vertical-align: middle
    }

        .header .logo a img {
            height: auto;
            width: auto;
            max-height: 80px;
            float: left;
            max-width: 100%
        }

.header-right {
    width: 50%;
    padding-left: 70px;
    border: solid yellow 0;
    vertical-align: middle;
    margin-right: 0;
    position: relative;
    display: table-cell
}

    .header-right #search-container {
        background-color: #fff;
        border-radius: 7px;
        position: relative;
        right: 3px;
    }

    .header-right #txtSearch {
        width: calc(100% - 38px);
        padding: 10px 15px
    }



.row {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 30px 15px
}

    .row.categories {
        margin: 0 -30px;
        width: calc(100% + 60px)
    }

.column {
    display: table-cell;
    vertical-align: top
}

    .column a {
        display: inline-block
    }

.row.categories .column {
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
    width: 33.3333333333333333333%
}

    .row.categories .column a > div {
        width: 100%;
        opacity: 1;
        padding-top: calc(591 / 428 * 50%);
        background-size: cover !important;
        background-position: center
    }

    .row.categories .column a {
        display: block
    }

.column.right {
    float: none !important;
    text-align: right
}

.payment-options {
    background: #fff;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 30px;
    height: 98px;
    box-shadow: 0 3px 6px rgb(0 0 41 / 15%);
    -webkit-box-shadow: 0 3px 6px rgb(0 0 41 / 15%);
    -moz-box-shadow: 0 3px 6px rgba(0,0,41,.15)
}

.payment-right {
    float: right
}

.footer .column.left {
    padding-right: 15px;
    color: #fa0b0b;
    float: none !important
}

.footer .column.right {
    padding-right: 15px;
    float: right !important
}

.footer .column {
    width: 32%;
    line-height: 26px;
    display: inline-block
}

.footer .row {
    border-spacing: 0
}

.footer .icon {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 20px;
    float: left;
    margin-top: 10px;
    background-size: contain !important
}

.facebook {
    background: url(/images/FACEBOOK_ICON.png)
}

.instagram {
    background: url(/images/INSTAGRAM_ICON.png)
}

#mc_embed_signup label {
    display: block;
    width: 100%;
    text-align: left;
    color: red;
    margin-bottom: 10px
}

#mc_embed_signup .email {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 5px
}

#mc_embed_signup .button {
    float: left;
    padding: 5px 15px;
    width: auto;
    border-radius: 5px
}

.truncate {
    width: 100%;
    line-height: 26px;
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.footer {
    background-color: #313131;
    font-size: 100%;
    padding: 40px 0
}

    .footer .row {
        padding: 10px 10px;
        max-width: 1400px;
        margin: 0 auto;
        color: #fa0b0b
    }

    .footer .row {
        display: block;
        clear: both
    }

    .footer .social {
        display: block;
        width: 100%
    }

.clear {
    clear: both
}

.top-bar-section .dropdown {
    position: static
}

.top-bar-section li .dropdown {
    background-color: #fff
}

.top-bar-section ul li > a {
    letter-spacing: 1.1px;
    font-weight: 400
}

.shoppingcart {
    margin-right: 0;
    line-height: 35px;
    font-size: 26px
}

.cat-title {
    background: #fff;
    padding: 4px 10px;
    font-size: 1.2vw;
    font-weight: 700;
    color: red;
    text-transform: uppercase
}

.price {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 1px;
    padding-left: 1px
}

.col {
    display: table-cell
}

.close {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    top: 10px;
    right: 10px;
    position: absolute
}

    .close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .close::before, .close::after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #000
    }

.owl-carousel {
    position: relative;
    margin-bottom: 0;
    text-align: center
}

    .owl-carousel .item {
        padding-left: 10px;
        padding-right: 10px
    }

.owl-top.owl-carousel .item {
    padding-left: 0;
    padding-right: 0
}

.owl-new-releases {
    background: #fff;
    padding: 0 0
}

    .owl-new-releases img {
        margin-bottom: 10px
    }

.breadcrumbs {
    color: #fb0909;
    padding: 0 0 11px 15px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #7a7a7a;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 20px
}

.top-bar-section > ul {
    width: auto;
    display: inline
}

.top-bar-section ul.right li {
    float: right
}

#added-overlay {
    background: rgba(0,0,0,.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: none
}

#item-added {
    background: #fff no-repeat;
    height: 200px;
    position: relative;
    top: 50%;
    margin: -100px auto 0;
    padding: 30px;
    width: 620px
}

    #item-added .row {
        border-spacing: 0
    }

    #item-added .heading2 {
        color: #313131;
        font-size: 33px;
        line-height: 35px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase
    }

    #item-added .row .col-6:nth-of-type(1) {
        padding-right: 15px
    }

    #item-added .row .col-6:nth-of-type(2) {
        padding-left: 15px
    }

    #item-added .button.grey {
        padding: 8px
    }

        #item-added .button.grey a {
            font-size: 24px;
            font-weight: 400
        }

    #item-added .button.white {
        padding: 8px;
        background: red
    }

        #item-added .button.white a {
            font-size: 24px;
            font-weight: 400;
            color: #fff
        }

.mobile-img, .mobile {
    display: none
}

#notice-overlay {
    background: rgba(0,0,0,.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: none
}

#notice {
    background: #fff no-repeat;
    height: 200px;
    position: relative;
    top: 50%;
    margin: -100px auto 0;
    padding: 30px;
    width: 620px
}

    #notice .heading {
        color: #313131;
        font-size: 33px;
        line-height: 35px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 20px
    }

    #notice a.close {
        background: url(../css/images/close-cross.png);
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 33px;
        right: 10px
    }








.owl-carousel {
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

#mc_embed_signup form {
    text-align: center;
    padding: 10px 0 10px 0
}

#mc_embed_signup input.email {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0 .4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top
}

#mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 700
}

#mc_embed_signup .clear {
    display: inline-block
}

#mc_embed_signup .button {
    font-size: 13px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    background-color: #aaa;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0
}

.aa-DetachedSearchButton {
    border: 1px solid red;
}

button.slide-menu__control {
    border: none;
}

#gTranslateDDLarge {
    display: block;
    text-align: right;
    margin-bottom: 5px;
}

#gTranslateDDSmall {
    display: none;
}

#gTranslateDDLarge select {
    margin-right:3px;
}

@media only screen and (max-width:1025px) {
    .fa-shopping-cart:before {
        width: 21px;
        height: 21px;
    }

    .fa-user:before {
        width: 15px;
        height: 15px;
    }
    i.fa-shopping-cart {
        top: 2px;
    }
    #gTranslateDDLarge {
        display: none !important;
    }
    #gTranslateDDSmall {
        display: block !important;
        text-align: right;
        padding-right: 13px;
    }
    body {
        padding-top: 0px
    }

    .notmobile {
        display: none !important
    }

    .nobordermobile {
        border-bottom: 0 !important
    }

    .owl-top {
        margin-bottom: 20px
    }

    nav#mobile-slide-menu {
        display: block;
    }

    ul#menu-main-menu-1 {
        display: none;
    }

    .slide-menu {
        width: 340px;
        background-color: #313131;
    }

        .slide-menu a {
            padding: .9rem 1.5rem;
            background: #313131;
            border-bottom: 1px solid #464646;
            text-decoration: none
        }

            .slide-menu a:hover {
                background-color: #172531
            }

        .slide-menu .controls {
            display: flex;
            margin-bottom: 1rem
        }

        .slide-menu .btn {
            padding: .75rem 1.5rem;
            flex: 1 0 auto;
            font-size: 90%;
            color: #fff;
            background-color: #313131;
            text-transform: uppercase
        }

            .slide-menu .btn:first-of-type {
                text-align: left
            }

                .slide-menu .btn:first-of-type:before {
                    content: "?";
                    margin-right: .5rem
                }

            .slide-menu .btn:last-of-type {
                text-align: right
            }

                .slide-menu .btn:last-of-type:before {
                    content: "?";
                    margin-right: .5rem
                }

        .slide-menu .slide-menu__backlink {
            text-transform: uppercase
        }

    #mobile-slide-menu ul {
        text-align: left;
    }

    #mobile-slide-menu ul {
        width: 100%;
    }

    .slide-menu .btn:first-of-type::before {
        content: "?";
        margin-right: 0.5rem;
    }

    .slide-menu .btn:last-of-type::before {
        content: "X";
        margin-right: 0.5rem;
    }

    nav#mobile-slide-menu li > a {
        padding: 5px 60px 5px 10px !important;
        line-height: 30px;
        width: 100%;
    }





    .top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        border-bottom: 0 !important
    }

        .top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown ul li {
            display: inline-block
        }



    ul#menu-main-menu-1 > li {
        padding: 0
    }

        ul#menu-main-menu-1 > li > a {
            padding: 5px 0
        }



    ul#menu-main-menu-1 li > a {
        padding-right: 60px
    }

    .section.top {
        padding-top: 5px
    }

    #top {
        position: relative;
        z-index: 999;
        top: -65px;
        width: 100%
    }

    header {
        position: relative;
        top: 74px;
    }

    .burger-container {
        padding-left: 5px;
        display: inline-block;
        vertical-align: top;
        display: table-cell
    }

    .shoppingcart {
        margin-right: 0;
        line-height: 45px;
        font-size: 20px;
        padding-top: 0;
        padding-right: 10px
    }

    .useraccount {
        margin-right: 0;
        line-height: 45px;
        font-size: 20px;
        padding-top: 0;
        padding-right: 10px;
    }

        .useraccount#lblUser {
            display: none;
        }

    .row.categories {
        width: 100%
    }

    .header {
        height: auto !important;
        background-color: #f2f2f2 !important;
        padding-left: 4px;
    }

    .header-right {
        background: none
    }

    .header-right {
        margin: 15px 0 !important;
        width: auto !important
    }

    .header input {
        float: none
    }



    .top-bar-section li a:not(.button), .top-bar-section ul li > a {
        padding: 0
    }

    .top-bar-section {
        display: inline-block
    }

    #header-wrapper {
        background: transparent;
        background: #f9f9f9
    }

    .burger-container {
        padding-left: 10px;
        padding-top: 0;
        width: 42px
    }

        .burger-container .fa-bars {
            display: block;
            line-height: 45px;
            font-size: 1.5rem
        }

        .burger-container .fa-times {
            display: none
        }

    .top-bar {
        display: table;
        width: 100%
    }

    .top-bar-section {
        display: inline-block;
        width: auto;
        text-align: center;
        height: 45px;
        vertical-align: middle;
        display: table-cell
    }

    .mobile {
        display: block
    }

    .mobile-img {
        display: table-cell;
        width: 60%;
        max-height: 45px;
        text-align: left;
        vertical-align: middle;
    }

        .mobile-img a {
            display: inline-block;
            width: 100%
        }

            .mobile-img a img {
                max-width: 100%;
                display: inline-block;
                vertical-align: middle;
                max-height: 45px
            }

    .mobile .search {
        background: #313131;
        padding: 9px;
        position: relative
    }

    .header .logo {
        display: none
    }

    .mobile .search input#txtSearchMobile {
        line-height: 32px;
        height: 32px;
        width: 100%;
        padding: 0 30px 0 20px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .mobile .search input#magglassMobile {
        position: absolute;
        right: 18px;
        top: 13px;
        height: 24px
    }





   /* div.arrow-dropdown {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #fb0909;
        position: absolute;
        font-size: 1.25rem;
        right: 20px;
        display: inline-block;
        width: 20px;
        height: 20px;
        top: 10px
    }

        div.arrow-dropdown:before {
            content: "\f078";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #fb0909;
            position: absolute;
            font-size: 1.25rem;
            right: 0;
            display: inline-block;
            width: 20px;
            height: 20px;
            top: 0
        }*/



    .header-right #search-container {
        width: 98%;
        margin: auto;
    }
}

@media only screen and (min-width:1025px) {
   

    nav#mobile-slide-menu {
        display: none !important;
    }

    .top-bar-section ul {
        float: none !important;
        display: inline-block;
    }
}

@media only screen and (max-width:1025px) {

    .slide-menu {
        top: 80px;
    }

        .slide-menu a {
            letter-spacing: 1.1px;
            font-weight: 400;
            color: #fb0909;
        }

    .header .header-right {
        padding-left: 0;
    }

    #header-wrapper {
        position: relative
    }

    #top {
        height: auto
    }

    .top-bar {
        height: auto;
        line-height: initial;
        padding: 5px 0
    }

    .top-bar-section li a:not(.button) {
        padding: 0
    }

    .top-bar-section ul li {
        float: none;
        display: block
    }


    .burger-container {
        display: inline-block
    }

    .content {
        margin-top: 20px;
    }
}



@media only screen and (min-width:900px) and (max-width:1025px) {
}

@media only screen and (max-width:768px) {
    .close {
        top: 5px;
        right: 5px
    }

    .payment-options {
        height: auto
    }

    body {
        padding-top: 0px
    }

    ul#menu-main-menu-1 .dropdown {
        left: 0 !important;
        width: 100% !important
    }

    ul#menu-main-menu-1 > .has-dropdown > .dropdown {
        position: relative;
        top: 0
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown > .dropdown {
        top: 0;
        display: block;
        position: relative
    }

    ul#menu-main-menu-1 .dropdown {
        width: 100% !important;
        opacity: 1 !important;
        height: 100%
    }

    ul#menu-main-menu-1 .main-dropdown {
        overflow: hidden;
        height: 0
    }

   /* div.arrow-dropdown {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #fb0909;
        position: absolute;
        font-size: 1.25rem;
        right: 20px;
        display: inline-block;
        width: 20px;
        height: 20px;
        top: 10px
    }

        div.arrow-dropdown:before {
            content: "\f078";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #fb0909;
            position: absolute;
            font-size: 1.25rem;
            right: 0;
            display: inline-block;
            width: 20px;
            height: 20px;
            top: 0
        }*/

    .top-bar-section .dropdown {
        visibility: visible;
        opacity: 1
    }

    .breadcrumbs {
        text-align: center;
        padding-top: 0;
        margin-left: 9px;
        margin-right: 9px;
        padding-left: 0;
        padding-bottom: 11px;
        margin-bottom: 15px
    }

    .owl-carousel.owl-new-releases {
        padding: 0 35px
    }

    .row {
        display: inline-block
    }

    .column {
        display: inline-block
    }

    .row.categories .column {
        width: 32%
    }

    .row.categories {
        padding-bottom: 5px;
        margin: 0
    }

        .row.categories .column .cat-title {
            padding-left: 15px;
            word-wrap: break-word;
            text-align: center
        }

    .row.categories {
        padding-left: 9px;
        padding-right: 9px
    }
}

@media (max-width:768px) {
    .slide-menu {
        top: 80px;
    }

    #mc_embed_signup input.email {
        width: 100%;
        margin-bottom: 5px
    }

    #mc_embed_signup .clear {
        display: block;
        width: 100%
    }

    #mc_embed_signup .button {
        width: 100%;
        margin: 0
    }

    header {
        position: relative;
        top: 62px;
    }
    #gTranslateDDSmall{
        padding-right:7px;
    }
}

@media only screen and (min-width:426px) and (max-width:768px) {
    .payment-options img {
        height: 45px
    }

    .burger-container {
        padding-top: 3px
    }

    header {
        position: relative;
        top: 75px;
    }
}

@media screen and (max-width:500px) {

    .header a {
        float: none;
        display: block;
        text-align: left
    }

    .header-right {
        float: none
    }
}


@media only screen and (max-width:425px) {
    .slide-menu {
        top: 110px;
    }

    .cat-title {
        font-size: 100%;
    }

    .section {
        padding: 30px 0 0 0
    }

    

    .mobile-img a img {
        max-height: 25px
    }

    .payment-options {
        margin-bottom: 35px
    }

    .top-bar {
        line-height: 45px;
        padding: 0 0 0 0;
        display: table
    }

    .burger-container {
        display: table-cell;
        width: 42px
    }

    .top-bar-section {
        display: table-cell
    }

    ul#menu-main-menu-1 {
        width: 100%;
        line-height: 20px;
        overflow-y: auto;
        height: 100%;
        top: 110px;
    }

    .top-bar .right {
        line-height: normal;
        min-width: 50px
    }

    .col-6 {
        width: 100%
    }

    .footer .left, .footer .right, .footer .middle {
        display: block;
        float: none;
        width: 100%
    }

    .row.categories {
        padding-bottom: 0
    }

        .row.categories .column {
            width: 100%;
            margin-bottom: 20px
        }

    .icon {
        margin-bottom: 15px
    }

    .header-right {
        padding: 0 5px
    }

    #item-added {
        background: url(../css/images/ph-red.png) center 20px #fe0000 no-repeat;
        height: auto;
        position: relative;
        margin: 0 auto;
        padding: 175px 20px 20px 20px;
        width: auto;
        top: 20px;
        left: 0;
        right: 0;
        bottom: 20px
    }

        #item-added .row .col-6:nth-of-type(1) {
            padding-right: 0
        }

        #item-added .row .col-6:nth-of-type(2) {
            padding-left: 0;
            padding-top: 15px
        }

    .payment-options img {
        height: 36px
    }

    .footer {
        padding-top: 0
    }

        .footer .row {
            display: flex;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap
        }

        .footer .social {
            order: 2
        }

        .footer .column.left {
            order: 3;
            display: flex;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
            display: inline-block;
            width: 50%
        }

        .footer .column.middle {
            order: 4;
            display: inline-block;
            width: 50%
        }

        .footer .column.right {
            order: 1;
            padding-bottom: 30px
        }

        .footer .column.left .col1 {
            order: 2;
            width: 50%
        }

    #mc_embed_signup .button {
        width: auto !important;
        padding: 0 30px !important
    }

    .footer .row {
        padding: 10px 40px
    }
}

@media only screen and (max-width:292px) {

    header {
        position: relative;
        top: 93px;
    }
}
