@import url( font.css );
/* =================================
    CSS STYLES FOR CATALooK.netStore 
    v7.2.6, 11/2016
   =================================
*/


/* =============================================================
    Validator error style
   =============================================================*/
span.catFormMessage.catFormError {
    display: block;
    position: absolute;
    overflow: visible;
    bottom: 95%;
    right: 12%;
    width: 200px;
    margin-bottom: 0;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background: rgba(255,0,0,0.75);
    color: #fff;
    text-align: left;
}


    span.catFormMessage.catFormError:after {
        position: absolute;
        bottom: -7px;
        left: 15px;
        content: "";
        width: 0;
        height: 0;
        opacity: 0.75;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid red;
    }


/* =============================================================
    Bootstrap forms add on
   =============================================================*/

.cat-form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.cat-form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

/* =============================================================
    dnnForm Responsive Styles
   =============================================================*/
@media only screen and (max-width: 480px) {

    .dnnTooltip {
        display: block;
        margin-right: 18px;
        position: relative !important;
        width: 32.075%;
        left: 0px;
    }

    /* Cancel in-line display */
    .dnnFormItem > label.dnnFormLabel,
    .dnnFormItem > .dnnLabel {
        display: block;
        text-align: left;
        float: none;
        width: inherit;
    }

    /*.dnnLabel+input*/
    /*.dnnFormItem div.dnnLabel + input*/
    .dnnFormItem input[type="text"],
    .dnnFormItem input[type="password"],
    .dnnFormItem input[type="email"],
    .dnnFormItem input[type="search"],
    .dnnFormItem input[type="tel"],
    .dnnFormItem select,
    .dnnFormItem textarea {
        clear: both;
        display: block;
        width: 95%;
        font-size: 18px;
    }

    .dnnFormItem .form-control {
        height: auto;
    }

    .dnnLabel {
        margin: 0px;
        padding-right: 0px;
    }

    a.dnnFormHelp {
        position: relative;
        margin-left: 5px;
    }
}

/* =============================================================
    overwrite defaults for links from dnn default.css
   =============================================================*/
a.btn-default:visited {
    color: #333;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited, a.btn-danger, a.btn-danger:visited, a.btn-success, a.btn-success:visited, a.btn-warning, a.btn-warning:visited {
    color: #fff !important;
}

/* overwrite pager li > a with default bootstrap colors */
.btn-primary {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

/* Quantity entry box */
.bootstrap-touchspin > input.form-control {
    min-width: 30px;
    padding: 6px 2px; /* Overwrite Boostrap .form-control class */
    text-align: center;
}

.CATToggleButton {
    font-family: inherit;
    font-size: 12px;
    color: #000; /* non selected color */
    list-style: none;
}

    .CATToggleButton > li {
        /*display: inline-block;*/
        float: left; /* on fixed element hight defined below [CATAddressToggle etc.], we have to use float here, otherwise we can use display: inline-block above */
    }

ul.CATToggleButton {
    margin-bottom: 0px;
    margin-left: 0px;
    /*overflow: hidden;*/
}

.CATToggleButton input[type="radio"] {
    width: 0px;
    height: 0px;
    display: none;
}

.CATToggleButton input[type=radio] + label {
    cursor: pointer;
    color: #3E3928;
    background-color: #f5f5f5;
    padding: 2px 6px !important;
    border: 1px solid #AAAAAA;
    margin: 3px 0px 3px 5px !important;
    white-space: nowrap;
    clear: left;
    display: inline-block;
}

    .CATToggleButton input[type=radio] + label:hover {
        border: 1px solid rgba(255,0,0, 0.8);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(255, 0, 0, 1);
        -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
        -moz-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
        color: #FFFFFF;
        background: #D1CFC2;
    }

.CATToggleButton input[type=radio]:checked + label {
    border: 1px solid rgba(255,0,0, 0.8);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    -moz-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    background-color: #F7F5E8;
    color: #000000;
}

.CATAddressToggle input[type=radio] + label {
    height: 100px; /* item height */
}

* {
    box-sizing: border-box;
}

    *:before, *:after {
        box-sizing: border-box;
    }

.CATClearFloat {
    clear: both;
}

/* required for datalist flow mode */
.CAT_Datalist_ItemStyle {
    vertical-align: top;
}

/* Add To Cart etc. Message Modal Window (Window Width >= 768px) */
.cat_modal_sm {
    width: 600px;
}

/* ====================
    MODULE CONTAINERS
   ====================*/

/*
.CATContainerBorder img {
    vertical-align: baseline;
}
*/

/* Style of the Container title row */
/* select [hidden] for hide or [visible] to show. To remove white spaces edit the container HTML skin: module CAT_StoreSettings: [Edit Container] or the module skin */
.CATContainerHeader {
    visibility: visible; /* display:none; */
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    font-family: inherit;
}

td.CATContainerHeader, div.CATContainerHeader {
    visibility: visible;
    height: 22px;
}

/* Style of the Container footer row */
/* select [hidden] for hide or [visible] to show. To remove white spaces edit the container HTML skin: module CAT_StoreSettings: [Edit Container] or the module skin */
.CATContainerFooter {
    visibility: visible; /* display:none; */
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    font-family: inherit;
}

td.CATContainerFooter, div.CATContainerFooter {
    visibility: visible;
    height: 22px;
}

/* ===================
    MODULE INNER AREA
   ===================*/

/* Style of the inner Container border and background */
.CATBorder {
    border: none;
    background-color: Transparent;
}

/* Style of the inner sections border and background of the presentation layer modules*/
.CATSectionBorder {
    border: none;
    background-color: Transparent;
}

/* Style of the inner sections border and background of the admin modules*/
.CATAdminSectionBorder {
    border-bottom: #C3C3C3 1px solid;
    background-color: Transparent;
}

/* Style of the border and background of the admin sub menus */
.CATSubMenuBorder {
    border: 1px #C3C3C3 solid;
    background-color: Transparent;
}

/* Style of the item border and background of list items from the list, grid and repeater controls */
.CATListBorder {
    border: 1px #C3C3C3 dotted;
    background-color: Transparent;
}

/* Style of the item border and background of list items from the grid controls */
.CATGridBorder {
    border-bottom: #C3C3C3 1px solid;
    background-color: Transparent;
}

/* Style of the inner module chapter main title row */
.CATHeader {
    font-family: inherit;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #E5E5E5;
    padding: 5px;
}

    .CATHeader span {
        color: #000000;
        display: inline;
        font-family: inherit;
        font-size: 18px;
        font-weight: bold;
        line-height: 120%;
        min-width: 1px;
        width: 1px;
    }

/* Style of the inner module chapter sub title row */
.CATAltHeader {
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    font-family: inherit;
    padding: 10px 0 10px;
    line-height: 120%;
}

/* Style of the left title fields and of the breadcrumbs and Custom Pager control */
.CATSubHeader {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    font-family: inherit;
}

td.CATSubHeader, div.CATSubHeader {
    background-color: #F5F5F5;
}

/* Style of the right value fields in admin pages and of the content area of all presentation layer modules */
.CATRow {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    font-family: inherit;
    vertical-align: top;
}

/* Style of the highlighted value fields */
.CATRowHighLight {
    font-weight: normal;
    font-size: 14px;
    color: #777777;
    font-family: inherit;
}

td.CATRowHighLight, div.CATRowHighLight {
    border-bottom: 0px solid #E5E5E5;
    text-align: left;
}


/* ====================
    General
   ====================*/

.catVisible {
    display: normal !important;
}

.catHidden {
    display: none !important;
}


/* Style of Product Number, ISBN Number, EAN Number, Author, Publisher, Size, URL */
.CATProductNumber {
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
}

/* Style of Price 1 and Retail Price Prefix in repeaters, product lists and detail page */
.CATProductListItem {
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
}

/* Style of Price 2 to 6 and Price extensions (exchanged amount, tax value, percentage discount extension) */
.CATUnitCost {
    color: #808080;
    font-family: inherit;
    font-size: 12px;
}

/* Style of Special Price DiscountExtension*/
.CATNormalBold {
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

/* */
.CATDescription {
    font-weight: normal;
    color: #000000;
    font-family: inherit;
    font-size: 12px;
}

/* Please inform your customers that you 
  do not accept liability for the correctness of images and descriptions in the 
  product details. An appropriate sentence is indicated below the picture in the 
  product details.  */
.CATLiability {
    color: #000000;
    font-family: inherit;
    font-size: 12px;
}

/* Style of the welcome message on store home pages */
.CATHomeHead {
    color: #c0c0c0;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
}

/* style of item titles */
.CATSubHead {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

/* title style */
.CATSubSubHead {
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

/* text style used for most text */
.CATNormal {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

/* */
.CATSmall {
    color: #000000;
    font-family: Arial Narrow;
    font-size: 12px;
    font-weight: normal;
}


.CATNormalRed {
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}

/* ====================
    Controls
   ====================*/

/* text style used for textboxes in the admin and edit pages , input[type="text"]*/
.CATNormalTextBox {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

/* style used for dropdownlistcontrols of all pages and the ddl control of module CAT_MenuNF */
.CATNormalDropDownList, select {
    font-family: inherit;
    font-size: 14px; /*1.2em;*/
    font-weight: normal;
    color: #666666;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.normalCheckBox {
    margin-left: -4px;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.CATNormalRadio {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal; /*	text-indent: -5px; */
    color: #666666;
}


/* ====================
    Links/Buttons
   ====================*/

/* text style for buttons and link buttons used in the store admin pages */
.CATCommandButton {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #777777;
}

/* hyperlink style for buttons and link buttons used in the store admin pages */
A.CATCommandButton:link, A.CATCommandButton:visited, A.CATCommandButton:active {
    color: #555555;
    text-decoration: none;
    font-weight: normal;
    font-family: inherit;
    font-size: 14px;
}

A.CATCommandButton:hover {
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    font-family: inherit;
    font-size: 14px;
}

/* Standard for links 
.CATContainerBorder a, .CATContainerBorder a:link, .CATContainerBorder a:visited, .CATContainerBorder a:active {
    color: #555555;
    text-decoration: none;
    font-weight: normal;
    font-family: inherit;
    font-size: 14px;
}

    .CATContainerBorder a:hover {
        color: #666666;
        text-decoration: none;
        font-weight: normal;
        font-family: inherit;
        font-size: 14px;
    }
*/

/* ====================================================
    TAB Menu Style used in module CAT_Products
   ====================================================*/

/* Active Tab Style in Store WorkPages (AddEditProducts.ascx ...) */
.CAT_TabNoActive {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #777777;
    height: 24px;
    background-color: #FCFCFC;
    background-image: none;
    background-repeat: no-repeat;
    border-width: 1px;
    border-color: #98AAB1;
    border-style: solid;
}

/* Tab Spacer Style in Store WorkPages (AddEditProducts.ascx ...) */
.CAT_TabSpacer {
    height: 24px;
    background-color: Transparent;
    background-image: none;
    background-repeat: no-repeat;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #98AAB1;
    border-bottom-style: solid;
}

/* Passive Tab Style in Store WorkPages (AddEditProducts.ascx ...) */
.CAT_TabActive {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #777777;
    height: 24px;
    background-color: #F5F5F5;
    background-image: none;
    background-repeat: no-repeat;
    border-width: 1px;
    border-color: #98AAB1;
    border-style: solid;
}


/* ====================================================
    DataGrid Style used in Store WorkPages(Admin Pages)
   ====================================================*/

.CATGrid {
    width: 100%;
    background-color: Transparent;
    background-image: none;
}

    .CATGrid td {
        border-bottom: 1px solid #E5E5E5;
        padding: 4px;
    }

.CATGridHeader {
    height: 22px;
    font-weight: bold;
    color: #222222;
    font-family: inherit;
}

    .CATGridHeader td {
        background: #F5F5F5;
        border-bottom: 1px solid #CCCCCC;
        /*width: 0% !important;*/
    }

    .CATGridHeader span {
        color: #000000;
        font-family: inherit;
        font-size: 14px;
        font-weight: normal;
    }

    .CATGridHeader .dnnFormHelpContent span {
        color: #fff;
    }

.CATGridItem, .CATGridItemAlt {
    color: #222222;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
}

    .CATGridItem td table td, .CATGridItemAlt td table td {
        border: none !important;
        padding: 0 !important;
    }

.CATGridEditItem {
    color: #777777;
    font-family: inherit;
    font-size: 12px;
}

.CATGridFooter {
    background-color: #C6C3C6;
}

.CATGridPager {
    height: 32px;
    font-weight: normal;
    font-size: 14px;
    color: #777777;
    font-family: inherit;
    background-color: #F5F5F5;
}


/*==================================================
    Java Menu Style used in module CAT_MenuNF
  =================================================*/
/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr&#246;          |
|--------------------------------------------------*/

.dtree {
    font-family: inherit;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

    .dtree img {
        border: 0px;
        vertical-align: middle;
    }

    .dtree a {
        color: #333;
        text-decoration: none;
    }

        .dtree a.node, .dtree a.nodeSel {
            white-space: nowrap;
            padding: 1px 2px 1px 2px;
        }

            .dtree a.node:hover, .dtree a.nodeSel:hover {
                color: #000000;
                text-decoration: underline;
            }

        .dtree a.nodeSel {
            background-color: #F5F5F5;
            color: #777777;
        }

            .dtree a.node:visited, .dtree a.nodeSel:visited {
                /*color: #800080; */
                text-decoration: none;
            }

    .dtree .clip {
        overflow: hidden;
    }

/* ===================================================================
    Style for the TreeMenu of advanced categories in module CAT_MenuNF
   ===================================================================*/
.CATTreeViewMenu {
    width: 175px;
    background-color: #FFFFFF;
}

.CATTreeViewMenu_Header {
    background-color: #FFFFFF;
}

.CATTreeMenu_NodeSelected {
    color: #595757;
    text-decoration: none;
    font-family: inherit;
    font-size: 14px;
    padding-left: 5px;
}

.CATTreeMenu_NodeChildCssClass {
    text-decoration: none;
    font-weight: normal;
    font-family: inherit;
    font-size: 14px;
    padding-left: 5px;
}

.CATTreeMenu_NodeCssClass {
    text-decoration: none;
    font-weight: normal;
    font-family: inherit;
    font-size: 14px;
    padding-left: 5px;
}

.CATTreeMenu_NodeOverCssClass {
    color: #6C6D6F;
    text-decoration: none;
    font-family: inherit;
    font-size: 14px;
    padding-left: 5px;
}

.CATTreeMenu_BodyCssClass {
    color: #47a045;
    text-decoration: none;
    font-weight: normal;
    font-family: inherit;
    font-size: 14px;
    padding-left: 5px;
}

/* ====================================================
    Style for the Link Box Control in module CAT_MenuNF
   ====================================================*/

LI.linkbox .CATMenu img {
    width: 30px;
    margin-right: 5px;
    text-decoration: none;
}

LI.linkbox {
    display: list-item;
    list-style-position: outside;
    list-style-image: url(bullet.gif);
    margin-left: 0px;
    line-height: 12.5pt;
    list-style: none;
    margin: 0;
    padding: 0;
}

A.CATMenu, A.CATMenu:link, A.CATMenu:visited {
    text-decoration: none;
    font-family: inherit;
    font-size: 12px;
    color: #777777;
    margin-right: 10px; /*for horizontal menu*/
}

    A.CATMenu:hover {
        text-decoration: underline;
        font-family: inherit;
        font-size: 12px;
        color: #777777;
    }


/* ====================================================
    CSS STYLES FOR THE OLDER FRAME MODULE CATALooKStore 
    v3.3, 11/2004
   ====================================================*/

/*Size of Tree Menu in Module CATALooKStore. Fixed values are necessary for some containers */
.ShopLeftFrame {
    height: 600px;
    width: 24%;
}

/*Size of Product List in Module CATALooKStore. Fixed values are necessary for some containers */
.ShopRightFrame {
    height: 600px;
    width: 74%;
}

/* Body backcolor, border and scrollbars of ShopLeftFrame TreeMenu in module CATALooKStore*/
.MenuPaneBody {
    background-color: Transparent;
    background-image: none;
    background-repeat: no-repeat;
    border-width: 1px;
    border-color: Red;
    border-style: solid;
}

/* Body backcolor, border and scrollbars of ShopRightFrame ProductList of module CATALooKStore */
.ItemPaneBody {
    background-color: Transparent;
    background-image: none;
    background-repeat: no-repeat;
    border-width: 1px;
    border-color: red;
    border-style: solid;
}

/* Width of List Control on Frame ShopMainSide(module: CATALooKStore) [width:auto;] or [width: xxx;] or [width: xxx%;] */
.CATProductListGrid {
    width: 100%;
}

.CATProductBrowseList {
    width: 100%;
}


/* Border + Background style of repeaters in module CATALooKStore */
.CATPostContainer {
    background-color: Transparent;
    background-image: none;
    background-repeat: no-repeat;
    border-width: 1px;
    border-color: red;
    border-style: solid;
}

/* Title Style in repeaters on module CATALooKStore */
.CATMostPopularHead {
    background-color: red;
    background-image: none;
    background-repeat: no-repeat;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
}

/* Style of horizontal row in repeaters on module CATALooKStore */
.CATMostPopularFoot {
    color: #000000;
    height: 1px;
}
/* Item text in repeators on module CATALooKStore */
A.CATMostPopularItemText, A.CATMostPopularItemText:link, A.CATMostPopularItemText:visited {
    color: #000000;
    font-family: inherit;
    font-size: 12px;
    text-decoration: none;
}

    A.CATMostPopularItemText:hover {
        color: red;
        font-family: inherit;
        font-size: 12px;
        text-decoration: underline;
    }



/* ===============================================
    Default style for the advanced paging control
   ===============================================*/

/* default style paging table */
.CATPagingTable {
    background-color: #F5F5F5;
    border: solid 1px #CCCCCC;
    margin-bottom: 10px;
    text-transform: none;
    width: 100%;
}

    .CATPagingTable .CATNormal {
        color: #333333;
        font-family: inherit;
        font-size: 14px;
    }

/* default text style for inactive link buttons of advanced paging control */
.CATNormalDisabled {
    color: #999999;
    font-family: inherit;
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: 0;
    font-family: inherit;
}

.CATPagingTable > tbody > tr > td {
    display: block;
    width: auto !important;
    white-space: normal !important;
    padding: 2px 2px 0 2px;
}

    .CATPagingTable > tbody > tr > td:first-child {
        float: left;
    }

    .CATPagingTable > tbody > tr > td:last-child {
        float: right;
    }

    .CATPagingTable > tbody > tr > td > a, .CATPagingTable > tbody > tr > td > span {
        margin-bottom: 2px;
    }


/* ===============================================
    Style for the lytebox.js script
   ===============================================*/

#lbOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 500px;
}

    #lbOverlay.grey {
        background-color: #000000;
    }

#lbMain {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    line-height: 0;
}

    #lbMain a img {
        border: none;
    }

#lbOuterContainer {
    position: relative;
    background-color: #fff;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

    #lbOuterContainer.grey {
        border: 3px solid #888888;
    }

#lbDetailsContainer {
    font-family: inherit;
    font-size: 10px;
    background-color: #fff;
    width: 100%;
    line-height: 1.4em;
    overflow: auto;
    margin: 0 auto;
}

    #lbDetailsContainer.grey {
        border: 3px solid #888888;
        border-top: none;
    }

#lbImageContainer, #lbIframeContainer {
    padding: 10px;
}

#lbLoading {
    position: absolute;
    top: 45%;
    left: 0%;
    height: 32px;
    width: 100%;
    text-align: center;
    line-height: 0;
    background: url(lytebox/Images/loading.gif) center no-repeat;
}

#lbHoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lbImageContainer > #lbHoverNav {
    left: 0;
}

#lbHoverNav a {
    outline: none;
}

#lbPrev {
    width: 49%;
    height: 100%;
    background: transparent url(lytebox/Images/blank.gif) no-repeat;
    display: block;
    left: 0;
    float: left;
}

    #lbPrev.grey:hover, #lbPrev.grey:visited:hover {
        background: url(lytebox/Images/prev_grey.gif) left 15% no-repeat;
    }

#lbNext {
    width: 49%;
    height: 100%;
    background: transparent url(lytebox/Images/blank.gif) no-repeat;
    display: block;
    right: 0;
    float: right;
}

    #lbNext.grey:hover, #lbNext.grey:visited:hover {
        background: url(lytebox/Images/next_grey.gif) right 15% no-repeat;
    }

#lbPrev2, #lbNext2 {
    text-decoration: none;
    font-weight: bold;
}

    #lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey {
        color: #333333;
    }

#lbPrev2_Off, #lbNext2_Off {
    font-weight: bold;
}

    #lbPrev2_Off.grey, #lbNext2_Off.grey {
        color: #CCCCCC;
    }

#lbDetailsData {
    padding: 0 10px;
}

    #lbDetailsData.grey {
        color: #333333;
    }

#lbDetails {
    width: 60%;
    float: left;
    text-align: left;
}

#lbCaption {
    display: block;
    font-weight: bold;
}

#lbNumberDisplay {
    float: left;
    display: block;
    padding-bottom: 1.0em;
}

#lbNavDisplay {
    float: left;
    display: block;
    padding-bottom: 1.0em;
}

#lbClose {
    width: 64px;
    height: 28px;
    float: right;
    margin-bottom: 1px;
}

    #lbClose.grey {
        background: url(lytebox/Images/close_grey.png) no-repeat;
    }

#lbPlay {
    width: 64px;
    height: 28px;
    float: right;
    margin-bottom: 1px;
}

    #lbPlay.grey {
        background: url(lytebox/Images/play_grey.png) no-repeat;
    }

#lbPause {
    width: 64px;
    height: 28px;
    float: right;
    margin-bottom: 1px;
}

    #lbPause.grey {
        background: url(lytebox/Images/pause_grey.png) no-repeat;
    }


/* responsive styles*/
/* Best solution to put an fixed size or responsive image left beside a text and grant text wrapping and no overlapping cells for all screen sizes */
.cat-table {
    display: table;
    border-collapse: collapse;
}

    .cat-table > .cat-row {
        display: table-row;
    }

        /* overwrite default margin-left: auto of resposnive images */
        .cat-table > .cat-row > div > img {
            margin-left: 0 !important;
        }

@media (min-width: 768px) {
    .cat-table > .cat-row > div:last-child {
        vertical-align: top;
        padding-left: 5px;
    }

    .cat-table > .cat-row > div {
        display: table-cell;
    }
}

@media (max-width: 767px) {
    .cat-table > .cat-row > div {
        display: block;
        width: auto !important;
        white-space: normal !important;
    }
}



.cat_menunf_style2 .galleryitemlink > ul{
    border:none;
}
.cat_menunf_style2 .galleryitemlink > ul li a{
    border:none !important;
    -webkit-transition: inherit !important;
    transition: inherit !important;
}
.cat_menunf_style2 .galleryitemlink > ul li img{
    max-width: 100%;
}
.cat_menunf_style2 .galleryitemlink > ul li a:hover{
    border: none !important;
}
.cat_menunf_style2 .galleryitemlink > ul{
    display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cat_menunf_style2 .galleryitemlink > ul > li{
    width: 25%;
    text-align: center;
    padding: 20px;
    margin-bottom: 10px;
    flex: 1 1 auto;
    -webkit-transition: ease .3s;
    transition: ease .3s;
}
.cat_menunf_style2 .galleryitemlink > ul > li:hover{
    box-shadow: 0 0 20px #0003;
}



.product_list > span{
    display: flex !important;
    flex-wrap: wrap;
}

.product_list .CAT_Datalist_ItemStyle{
    margin-right: 15px;
}
.product_list .CAT_Datalist_ItemStyle{
    margin-bottom: 20px;
}
.cat-img-fluid img{
    max-width: 100%;
}

.iPanePL0Item .ipane-pl0-productproperties .row .col-4{
    display: none !important;
}
.list_mode_productproperties,
.iPanePL0Item .ipane-pl0-productproperties{
    font-size: 14px;
}
.iPanePL0Item .ipane-pl0-productproperties .row .col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.cat_option{
    position: relative;
}
.list_price{
    font-size: 15px;
    border-top-width: 1px;
    border-style: solid;
    border-color: #dfe7f7;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    color: #1e1d19;
    line-height: 1.5;
    
}
.list_price span{
    font-size: 15px;
    font-weight: normal;
    color: #1e1d19;
}
.CATGridBorder{
    padding: 10px;
    border:none;
    margin-bottom: 15px;
    transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -webkit-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
}
.CATGridBorder:hover{
   
}
.CATGridBorder .h4{
    display: block;
}
.CATGridBorder .h4 a,
.iPanePL0Item .ipane-pl0-productname .h4 a{
    color: #1e1d19 !important;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
}
.CATGridBorder .row > .col-4{
    display: none !important;
}
.CATGridBorder .row > .col-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.listview > table > tbody > tr:first-child > td{
    padding-top: 10px;
}
.iPanePL0Item .cat-btn-wrapper-bottom3 .btn.btn-secondary,
.listview .cat-btn-wrapper-bottom3 .btn.btn-secondary{
border-color: #018ce3;
color: #018ce3 !important;
background-color: transparent;
border-radius: 0;
border-width: 1px;
border-style: solid;
line-height: 28px;
min-height: 38px;
padding: 5px 15px;
text-align: center;
text-transform: uppercase;
-webkit-transition: all .2s ease-in-out;
-o-transition: .2s all ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
font-size: 16px;
font-weight: 600;
margin-bottom: 0px !important;
}
.iPanePL0Item .cat-btn-wrapper-bottom3 .btn.btn-secondary .fa,
.listview .cat-btn-wrapper-bottom3 .btn.btn-secondary .fa{
    font-weight: normal !important;
}
.iPanePL0Item .cat-btn-wrapper-bottom3 .btn.btn-secondary:hover,
.listview .cat-btn-wrapper-bottom3 .btn.btn-secondary:hover{
    background-color: #018ce3;
    color: #fff !important;
}
.custom_box .select_order .form-inline .form-group{
    display: flex;
}
.custom_box .select_order > .form-group{
    display: flex;
}
.custom_box .select_order .form-inline .form-group:last-child{
    display: none;
}
.top_bot_line{
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #ddd;
}
.custom_box .select_order.justify-content-between{
    justify-content: end !important;
}
.custom_box .select_mode{
    display: flex;
    align-items: center;
}
.custom_box .select_mode .catip-view-mode-selector .catip-btn-gallery{
    background: url(images/view-mode-gallery-sprite.jpg) center center no-repeat;
    width: 20px;
    height: 26px;
    margin-right:11px;
}
.custom_box .select_mode .catip-view-mode-selector .catip-btn-list{
    background: url(images/view-mode-list-sprite.jpg) center center no-repeat;
    width: 20px;
    height: 26px;

}
.custom_box .select_mode .btncompare{
    display: flex;
    padding-left: 5px;
}
.custom_box .select_mode .btncompare input{
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 15px;
    color: #337ab7;
    background: transparent;
}
.custom_box .select_mode .btncompare svg{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    fill:#337ab7;
}
.custom_box .select_mode .btncompare:hover input{
    color: var(--accent-color);
}
.custom_box .select_mode .btncompare:hover svg{
    fill:var(--accent-color)
}
.custom_box .select_order select{
    height: 26px;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
    background: #fafafa !important;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd !important;
    border-radius: 2px;
    box-shadow: none !important;
    color: #555;
    -webkit-transition: all 0.07s ease-out;
    transition: all 0.07s ease-out;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.custom_box .select_order .cat-bottom7{
    margin-bottom: 0;
}
.custom_box .select_order select:hover{
    background: #f5f5f5;
    border-color: #dfe7f7;
    box-shadow: none;
}
.custom_box .select_order label{
    height: 26px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: #555;
    text-align: center;
    margin: 0;
}
.Pager{
    background-color: #f4f3ef;
    font-size: 14px;
    line-height: 39px;
    height: 38px;
}
.Pager .btn-group{
    align-items: center;
    margin-top: -4px;
}
.pager_bottom.Pager .btn-group{
    margin-top: -5px;
}
.Pager .btn-group > span,
.Pager .btn-group > a{
    width: 38px;
    margin: 0 2px !important;
    color: #1e1d19 !important;
    font-size: 14px;
    text-align: center;
    background: none !important;
    border: none !important;
    opacity: 1;
    height: 37px;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    line-height: 21px;
}
.Pager .btn-group > a:hover{
    background: var(--accent-color) !important;
    color: #fff !important;
}
.Pager .btn-group > a:active{
    color: #1e1d19;
}
.Pager .btn-group > a:focus:active{
    box-shadow: none !important;
}
.Pager .btn-group .btn-secondary{
    display: none;
}
.Pager .btn-group .catpagenumber{
    display: block;
}
.Pager .btn-group .btn-primary{
    font-size: 0;
}
.Pager .btn-group .btn-primary .fa{
    font-size: 14px;
    line-height: 24px;
    font-weight: normal !important;
    height: 38px;
    display: block;
}
.Pager .btn-group .disabled.catpagenumber{
    background: #e1e0db !important;
}
.Pager .btn-group > span:nth-child(2) .fa{
    margin-left: -3px;
}
.Pager .btn-group > a:nth-child(2) .fa{
    margin-left: -3px;
}
.gad_list{
    display: flex;
}
.gad_list .list_image{
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}
.gad_list .list_image .stock_icon{
    position: absolute;
    right: 5px;
    top: 5px;
}
.gad_list .gad_con{
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 30px;
}
.gad_list .gad_con .row{
    margin-left: 0;
    margin-right: 0;
}
.gad_list .gad_con .row > div{
    padding: 0;
}
.gad_list .gad_con .stats .stat-1{
    font-size: 11px;
    color: #29292b;
    line-height: 1.5;
}
.gad_list .gad_con .stats .stat-1 .stats-label + span{
    color: #337ab7;
}
.gad_list .gad_con .h4 a{
    font-weight: 400;
    font-size: 22px;
    color: #29292b;
    line-height: 1.3;
}
.gad_list .gad_con .h4{
    margin-top: 10px;
    margin-bottom: 10px;
}
.gad_list .gad_con .h4 a:hover{
    color:var(--accent-color) !important;
}
.gad_list .gad_con .price .CATProductListItem{
    font-size: 22px;
    color: #29292b;
    font-weight: 400;
}
#dng-wrapper .gad_list .gad_con .cat-btn-wrapper-bottom3  button,
#dng-wrapper .gad_list .gad_con .cat-btn-wrapper-bottom3 a{
    background: #29292b !important;
    padding: 12px 15px !important;
    font-size: 12px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border:none !important;
    margin: 0;
    margin-right: 5px;
    line-height: 17px !important;
    height: 41px;
}
#dng-wrapper .gad_list .gad_con .cat-btn-wrapper-bottom3 a.catviewcompare{
    padding: 0 !important;
    background: transparent !important;
    margin-right: 10px;
    margin-top: 2px;
    font-size: 16px !important;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 .add a{
    display: inline-flex;
    align-items: center;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3{
    display: flex;
    margin-bottom: 5px;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 .add a svg{
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
#dng-wrapper .gad_list .gad_con .cat-btn-wrapper-bottom3 button:hover,
#dng-wrapper .gad_list .gad_con .cat-btn-wrapper-bottom3 a:hover{
    background: var(--accent-color) !important;
}
#dng-wrapper .gad_list .gad_con .cat-btn-wrapper-bottom3 button .fa{
    font-size: 16px;
}
#dng-wrapper .gad_list .gad_con .cat-btn-wrapper-bottom3 button svg{
    width: 16px;
    height: 16px;
}

#dng-wrapper .gad_list .gad_con .cat-btn-wrapper-bottom3 a.catviewcompare:hover{
    background: transparent !important;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox .add a{
    padding: 0 .4em;
    box-shadow: none;
    min-width: 20px;
    min-height: 20px;
    font-size: 12px;
    background: transparent;
    border: none;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox .add a:hover{
    color: var(--accent-color) !important;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox{
    display: flex;
    align-items: center;
    position: relative;
}

.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox .input-group{
    position: relative;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox .input-group input{
    min-height: 28px;
    border-radius: inherit !important;
    border-width: 0;
    text-align: center;
    padding: 0 20px 0 2px;
    font-size: 13px;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
    background: #fafafa !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #29292b !important;
    border-radius: 2px !important;
    box-shadow: none;
    width: 48px;
    height: 40px;
    border-radius: 0 !important;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox .input-group input:focus-visible{
    box-shadow: none;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox .input-group .input-group-btn .btn{
    width: 18px;
    height: 21px;
    position: absolute;
    right: -1px;
    top: 0;
    padding: 0;
    margin: 0;
    background-color: #fff !important;
    font-size: 0;
    border: 1px solid #29292b !important;
    box-shadow: none;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
    border-radius: 0px;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox .input-group .input-group-btn .btn:before{
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #29292b;
    border-right: 1px solid #29292b;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -3px;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox .input-group .input-group-btn .btn.bootstrap-touchspin-down{
    bottom: 0;
    top: auto;
    height: 21px;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox .input-group .input-group-btn .btn.bootstrap-touchspin-down:before{
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #29292b;
    border-right: 1px solid #29292b;
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox .input-group .input-group-btn .btn:hover{
    background: var(--accent-color) !important;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox .input-group .input-group-btn .btn:hover:before{
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.gad_list .gad_con .cat-btn-wrapper-bottom3 + .input-group .quantitybox .input-group .input-group-btn .btn:hover.bootstrap-touchspin-down:before{
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

/*detail*/
.detail_price{
    padding-bottom: 15px;
}
.detail_price .CATProductListItem{
    font-size: 40px;
    font-weight: 700;
}
.line_option{
    border-left: 1px solid #ddd;
}
.gallery.list-unstyled > li img{
    max-width: 100%;
    max-height: 540px;
}
.gallery.list-unstyled > li{
    max-width: 570px;
    width: 570px;
}
.lSSlideOuter .lSSlideWrapper .lSAction{
    display: none !important;
}
.home_dash.swiper-container-initialized .swiper-button-next,
.cat_relatedproducts .swiper-container-initialized .swiper-button-next{
    width: 24px;
    height: 24px;
    background: rgba(41, 41, 43, 1);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
    right: 15px;
    -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
}
.cat_relatedproducts .swiper-container-initialized .swiper-button-next{
    right: 15px;
}

.home_dash.swiper-container-initialized .swiper-button-next{
    right: 8px;
}
.home_dash.swiper-container-initialized .swiper-button-next svg,
.cat_relatedproducts .swiper-container-initialized .swiper-button-next svg{
    fill: #fff;
}
.home_dash.swiper-container-initialized .swiper-button-prev,
.cat_relatedproducts .swiper-container-initialized .swiper-button-prev{
    width: 24px;
    height: 24px;
    background: rgba(41, 41, 43, 1);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    left: 15px;
}
.cat_relatedproducts .swiper-container-initialized .swiper-button-prev{
    left: 0px;
}
.home_dash.swiper-container-initialized .swiper-button-prev{
    left: 7px;
}
.home_dash.swiper-container-initialized .swiper-button-next:hover,
.home_dash.swiper-container-initialized .swiper-button-prev:hover,
.cat_relatedproducts .swiper-container-initialized .swiper-button-next:hover,
.cat_relatedproducts .swiper-container-initialized .swiper-button-prev:hover{
    background: var(--accent-color);
}

@media (min-width: 1600px) {
    .home_dash.swiper-container-initialized .swiper-button-next,
    .home_dash.swiper-container-initialized .swiper-button-prev{
        margin-top: -76px;
    }
}
.home_dash.swiper-container-initialized .swiper-button-prev svg,
.cat_relatedproducts .swiper-container-initialized .swiper-button-prev svg{
    fill: #fff;
}
.cat_relatedproducts .swiper-pagination{
    display: none;
}
.cat_relatedproducts .CAT_Datalist_ItemStyle .iPaneMDItem{
    margin-right: 15px;
    height: initial !important;
}
.cat_relatedproducts .CATIPHeader span{
    border-bottom-width: 2px;
    border-style: solid;
    display: inline-block;
    border-color: rgba(208, 30, 36, 1);
    font-size: 15px;
    color: rgba(41,41,43,1);
    line-height: 1.5;
    font-weight: 400;
}
.cat_relatedproducts .CATIPHeader{
    padding: 30px 0 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
}
.detail_right .tab{
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #ddd;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.detail_right .tab .tab_title{
    color: #29292b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 12px;
    line-height: 1.25;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: #d01e24;
}
.detail_right .detail_name .h2{
    display: block;
    font-size: 31px;
    color: #000;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 15px;
}
.detail_right .DescriptionHTML *{
    color: #29292b;
    line-height: 1.5;
    font-weight: 400;
    font-size: 12px;
}
.detail_right .DescriptionHTML{
    padding: 0;
    margin: 0 0 10px;
}

.detail_right .DescriptionHTML strong{
    font-weight: bold;
}
.detail_right .DescriptionHTML div,
.detail_right .DescriptionHTML p{
    margin-bottom: 8.5px;
}
.detail_right .pnlOptions{
    margin: 0;
}
.detail_right .pnlOptions .CAT_Datalist_ItemStyle{
    width: 100% !important;
    display: block;
}
.detail_right .pnlOptions .CAT_Datalist_ItemStyle .OptionBody .form-group{
    position: relative;
}
.detail_right .pnlOptions .CAT_Datalist_ItemStyle .OptionBody .form-group > div{
    padding: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.detail_right .pnlOptions .CAT_Datalist_ItemStyle .OptionBody .form-group > div.col-8{
    display: inline-block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    width: auto;
    padding-right: 20px;
}
.detail_right .pnlOptions .CAT_Datalist_ItemStyle .OptionBody .form-group > div .dnnLabel{
    width: auto;
    float: none;
}
.detail_right .pnlOptions .CAT_Datalist_ItemStyle .OptionBody .form-group > div select.form-control{
    margin-right: 20px;
    border: 1px solid #656464;
    color: #1e1d19;
    height: 40px;
    border-radius: 0;
    font-size: 13px;
    transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -webkit-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
}
.detail_right .pnlOptions .CAT_Datalist_ItemStyle .OptionBody .form-group > div select.form-control:hover{
    cursor: pointer;
    background: #E0E0E0;
}
.detail_right .pnlOptions .CAT_Datalist_ItemStyle .OptionBody .form-group > div select.form-control:focus{
    /* box-shadow:0 0 0 2px #656464; */
}
.detail_right .cat-btn-wrapper-bottom3 .btn.btn-secondary{
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    min-height: 40px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #018ce3;
    border-color: #018ce3;
    color: #fff;
    padding: 5px 50px;
    margin: 0 0 10px 0;
}
.detail_right .cat-btn-wrapper-bottom3 .btn.btn-secondary:hover{
    background-color: #000018;
    border-color: #000018;
}
.detail_right > .input-group{
    display: block;
}
.detail_right > .input-group .cat-qty-spinner .input-group-btn button{
    border-radius: 0px;
    background: none !important;
    border-color: #656464 !important;
    color: #656464;
}
.detail_right > .input-group .cat-qty-spinner .form-control{
    border-color: #656464 !important;
    color: #656464;
}
.detail_right .col-form-label{
    font-size: 14px;
}
.detail_properties{
    font-size: 15px;
    color: #29292b;
    line-height: 1.5;
}
.detail_properties .row > label,
.detail_properties .row > div{
    width: initial;
    flex: 0 0 auto;
    max-width: initial;
}
.detail_properties .row > label{
    padding-right: 0;
}
.detail_properties .row > div{
    padding-left: 0;
}
.detail_properties .row > label:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #29292b;
    border-right: 1px solid #29292b;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
         margin-right: 5px;
}
.detail_properties .row > label:after{
    content: ":";
}
.detail_properties .row > label{
    display: flex;
    align-items: center;
}

#CATrowOptionsTitle h2{
    font-size: 14px;
}
.cat_detail .detail_left{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.cat_detail .detail_right{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.detail_left .lSGallery{
    /* margin-left: auto !important;
    margin-right: auto !important; */
    width: inherit !important;
}
.detail_left .lSGallery li{
    border-radius: 0px !important;
    width: 103px !important;
    border: 2px solid transparent;
    margin: 0 10px 10px 0!important;
}
.detail_left .lSGallery li.active{
    border-color: #bbc6dd;
}
.detail_left .lSGallery li:hover{
    border-color: #bbc6dd;
}
.detail_properties .invisible{
    display: none !important;
}
.pager{
    padding: 0;
    margin: 0;
}
.pager li{
    list-style: none;
}
.detail_btnbox_qty{
    display: flex !important;
}

.detail_btnbox_qty .add_btn a{
    background: #29292b;
    padding: 12px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    margin-right: 10px;
    line-height: 17px;
    height: 41px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border-radius: 0;
    border:0
}
.detail_btnbox_qty .add_btn a svg{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.detail_btnbox_qty .add_btn a:first-child{
    display: inline-flex;
    align-items: center;
}
.detail_btnbox_qty .add_btn a:last-child{
    background: #2eaf23;
}
.detail_btnbox_qty .add_btn a:last-child:hover{
    background: #5f7bb1;
    box-shadow: 0 5px 30px -5px #00000026;
}
.detail_btnbox_qty .add_btn a:hover{
    background: var(--accent-color);
    box-shadow: none;
}


.detail_btnbox_qty .cat-qty-spinner .input-group{
    position: relative;
    width: 60px;
}
.detail_btnbox_qty .cat-qty-spinner .input-group input{
    min-height: 41px;
    border-radius: inherit !important;
    border-width: 0;
    text-align: center;
    padding: 0 25px 0 2px;
    font-size: 13px;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
    background: #fafafa !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #29292b !important;
    border-radius: 0px !important;
    box-shadow: none;
    width: 48px;
    height: 40px;
}
.detail_btnbox_qty .cat-qty-spinner .input-group input:focus-visible{
    box-shadow: none;
}
.detail_btnbox_qty .cat-qty-spinner .input-group .input-group-btn .btn{
    width: 25px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    background-color: #fff !important;
    font-size: 0;
    border: 1px solid #29292b !important;
    box-shadow: none;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
}
.detail_btnbox_qty .cat-qty-spinner .input-group .input-group-btn .btn:before{
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #29292b;
    border-right: 1px solid #29292b;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -3px;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
}
.detail_btnbox_qty .cat-qty-spinner .input-group .input-group-btn .btn.bootstrap-touchspin-down{
    bottom: 0;
    top: auto;
    height: 21px;
}
.detail_btnbox_qty .cat-qty-spinner .input-group .input-group-btn .btn.bootstrap-touchspin-down:before{
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #29292b;
    border-right: 1px solid #29292b;
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
}
.detail_btnbox_qty .cat-qty-spinner .input-group .input-group-btn .btn:hover{
    background: var(--accent-color) !important;
}
.detail_btnbox_qty .cat-qty-spinner .input-group .input-group-btn .btn:hover:before{
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.detail_btnbox_qty .cat-qty-spinner .input-group .input-group-btn .btn:hover.bootstrap-touchspin-down:before{
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}



/*search*/
.dnn-row{
    display: -ms-flexbox !important;
    display: flex !important;
    width: inherit !important;
}
.cat_search > .h4 span{
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    white-space: normal;
    color: rgba(41,41,43,1);
    margin-bottom: 15px;
    line-height: 1.2;
}
.cat_search > .h4 span:after{  
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none;
    width: 50px;
    height: 1px;
    background: rgba(208, 30, 36, 1);
}
.cat_search > div:first-child .input-group{
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}
.cat_search > div:first-child .input-group .RadComboBox_Default{
    flex: 1 1 auto !important;
}
.cat_search > div:first-child .input-group .RadComboBox_Default .rcbInner{
    height: 100% !important;
    border-color: #018ce3 !important;
}
.cat_search > div:first-child .input-group .input-group-btn a.btn{
    border-radius: 0 !important;
    background: transparent !important;
    border-color: #018ce3 !important;
    color: #018ce3 !important;
    border-left: none;
    transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -webkit-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
}
.cat_search > div:first-child .input-group .input-group-btn a.btn .fa{
    font-weight: normal !important;
}
.cat_search > div:first-child .input-group .input-group-btn a.btn:hover{
    background: #018ce3 !important;
    color: #fff !important;
}
.cat_search .price_tab .h4,
.cat_search > div[id$="pnlSearchFields"] .form-group > label{
        justify-content: space-between;
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 13px;
        color: rgba(41, 41, 43, 1);
        text-transform: uppercase;
        padding: 8px;
        padding-top: 13px;
        padding-left: 0px;
    position: relative;
    cursor: pointer;
    padding-right: 0;
}
.cat_search .price_tab .h4:before,
.cat_search > div[id$="pnlSearchFields"] .form-group > label:before{
    content: "";
    width: 13px;
    height: 13px;
    background-image:url("data:image/svg+xml,%3Csvg width='' height='' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M443.5 248.5l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L241 419.9V44c0-6.6-5.4-12-12-12h-10c-6.6 0-12 5.4-12 12v375.9L28.5 241.4c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.8 4.8-12.3.1-17z' fill='%23da2e29'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    order: 2;
}
.cat_search .price_tab .h4.active:before,
.cat_search > div[id$="pnlSearchFields"] .form-group > label.active:before{
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
}
.cat_search .price_tab .dnnClear{
    width: 100% !important;
    padding: 0 7px !important;
}
.cat_search .price_tab .dnnClear > div > span{
    font-size: 15px;
    color: rgb(41, 41, 43);
}

.cat_search .price_tab .dnnClear .RadSlider{
    width: 100% !important;

}
.cat_search .price_tab .dnnClear .RadSlider > .rslHorizontal{
    width: 100% !important;
}
.cat_search .price_tab .dnnClear .RadSlider > .rslHorizontal > .rslTrack{
    width: 100% !important;
    margin: 0;
    height: 1px;
    line-height: 1px;
    border-color: #29292B;
}
.cat_search .price_tab .dnnClear .RadSlider > .rslHorizontal > .rslTrack > .rslSelectedregion{
    height: 1px;
    line-height: 1px;
    border-color: #29292B;
}
.cat_search .price_tab .dnnClear .RadSlider > .rslHorizontal > .rslTrack > .rslDraghandle{
    width: 15px;
    height: 15px;
    border:0;
    background: #29292B;
}
.cat_search .price_tab .dnnClear .RadSlider > .rslHorizontal > .rslTrack > .rslDraghandle span{
    width: 15px;
    height: 15px;
}

.cat_search > div[id$="pnlSearchFields"] .form-group > label + a{
    border-color: #018ce3;
    color: #018ce3 !important;
    background-color: transparent;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    line-height: 28px;
    min-height: 38px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.cat_search > div[id$="pnlSearchFields"] .form-group > label + a + .RadListBox{
    margin-top: 10px;
}
.cat_search > div[id$="pnlSearchFields"] .form-group > label + a:hover{
    background-color: #018ce3;
    color: #fff !important;
}
.cat_search > div[id$="pnlSearchFields"] .form-group{
    margin-bottom: 0;
    border-bottom: 1px solid #E5E5E5;
}
.cat_search > div[id$="pnlSearchFields"] .form-group .RadListBox .rlbGroup{
    max-height: 200px !important;
    margin-top: 0px;
    margin-bottom: 10px;
    overflow-y: scroll;
}
.cat_search > div[id$="pnlSearchFields"] .rlbList > li{
    padding:5px 0;
    font-size: 14px;
}
.cat_search > div[id$="pnlSearchFields"] .rlbList > li .dnnCheckbox .mark{
    background: none;
}
.cat_search > div[id$="pnlSearchFields"] .rlbList > li .rlbText{
    font-size: 14px;
}
.cat_search > div[id$="pnlSearchFields"] .rlbList > li > label{
    margin-bottom: 0;
}
.cat_search > div[id$="pnlSearchFields"] .rlbList > li.rlbHovered{
    background:none;
}
.cat_search > div[id$="pnlSearchFields"] .rlbList > li .rlbCheck{
    margin-right: 8px;
}
.cat_search > div[id$="pnlSearchFields"] .rlbList > li.rlbSelected,
.cat_search > div[id$="pnlSearchFields"] .rlbList > li.rlbSelected.rlbActive{
    background: none;
    border: none;
}
.cat_search > div[id$="pnlSearchFields"] .form-group .h4 + .cat-btn-wrapper-bottom5.btn-toolbar{
    display: none;
}


/*CAT_MenuNF and search*/


.DnnModule-CAT_MenuNF .CATMenuBG .RadPanelBar.RadPanelBar_hflex-coral .rpLink.rpSelected,
.DnnModule-CAT_MenuNF .CATMenuBG .RadPanelBar.RadPanelBar_hflex-coral .rpHeaderTemplate.rpSelected {
    color: #018ce3;
    background-color: #f0f0f2;
}
.DnnModule-CAT_MenuNF .CATMenuBG .RadPanelBar.RadPanelBar_hflex-coral .rpLink.rpSelected:hover,
.DnnModule-CAT_MenuNF .CATMenuBG .RadPanelBar.RadPanelBar_hflex-coral .rpHeaderTemplate.rpSelected:hover{
    color: #fff;
}
.DnnModule-CAT_MenuNF .CATContainerBorder > div:first-child table tbody > tr > td:first-child{
    display: none;
} 
.DnnModule-CAT_MenuNF .CATContainerBorder > div:first-child table tbody > tr > td{
    color: #272424;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding: 0;
}

/*Containerh6*/
.H6-Container h6{
    color: #272424;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding: 0;
    font-family: inherit;
}


#CATShoppingCart .pager li{
    list-style: none;
}
#CATShoppingCart .btn.btn-secondary{
    border-radius: 0;
    margin-right: 5px;
}
#CATShoppingCart > nav .pager{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
#CATShoppingCart > nav .pager .next a{
    border-radius: 0px;
}
#CATShoppingCart .mark,
#CATShoppingCart mark{
    background: none;
}
#CATShoppingCart > nav{
    clear: both;
    padding: 2em 0;
}
#CATShoppingCart a.btn.btn-primary,
#CATShoppingCart a.btn.btn-secondary{
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    min-height: 40px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: #fff !important;
    padding: 5px 50px;
    margin: 0 0 10px 0;
}
#CATShoppingCart div[id$="pnlCartDetails"] .table-responsive .input-group.bootstrap-touchspin > .input-group-btn button:hover,
#CATShoppingCart a.btn.btn-primary:hover,
#CATShoppingCart a.btn.btn-secondary:hover{
    background-color: var(--button-hover-color1) !important;
    border-color: var(--button-hover-color1) !important;
    color: #fff !important;
}
#CATShoppingCart div[id$="pnlCartDetails"] > .card{
    margin-bottom: 20px;
}
#CATShoppingCart div[id$="pnlCartDetails"] .table-responsive .input-group.bootstrap-touchspin > .input-group-btn button{
    border-radius: 0;
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
}
#CATShoppingCart .card-header .card-title{
    font-size: 1.3rem;
    margin-bottom: 0;
}

#CATShoppingCart div[id$="pnlSaveLoadCart"] .input-group > input.form-control{
    height: 42px;
}
.down_box .form-group .RadListBox.RadListBox_Default{
    display: block;
}
.down_box .form-group .RadListBox.RadListBox_Default.noscroll .rlbGroup{
    overflow-y: inherit;
}
.down_box .btn-toolbar > a{
    display: inline-block;
    padding: calc(7px / 2);
    border: 0;
}
.down_box .btn-toolbar > a img{
        border-width: 2px !important;
        border-style: solid;
        border-color: rgba(221, 221, 221, 1);
        -webkit-transition: all 0.05s ease;
        transition: all 0.05s ease;
        border-radius: 50%;
}
.down_box .btn-toolbar > a:hover img {
    border-color: rgba(114, 118, 132, 1);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
}
.paper_top{
    margin-bottom: 15px;
    display: none;
}

.cat_relatedproducts.loading .CATSectionBorder,
.home_dash.loading{
    position: relative;
}
.cat_relatedproducts.loading .CATSectionBorder .swiper-wrapper,
.home_dash.loading .swiper-wrapper{
    display: none !important;
    height: 200px;
}
.cat_relatedproducts.loading .CATSectionBorder .CAT_Datalist_ItemStyle,
.home_dash.loading .CAT_Datalist_ItemStyle{
    display: none !important;
}
.cat_relatedproducts.loading .CATSectionBorder:after,
.home_dash.loading:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 3px solid #e3e3e3;
    border-left-color: #333;
    border-bottom-color: #333;
    border-radius: 50%;
    margin: -15px 0 0 -15px;
    -webkit-animation: loading-rotate 0.7s infinite;
    -moz-animation: loading-rotate 0.7s infinite;
    animation: loading-rotate 0.7s infinite;
    z-index: 903;
}
.cat_relatedproducts.loading .CATSectionBorder:before,
.home_dash.loading:before{
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    z-index: 902;
}

.cat_relatedproducts.loading .CATSectionBorder.swiper-container-initialized:before,
.cat_relatedproducts.loading .CATSectionBorder.swiper-container-initialized:after,
.home_dash.loading.swiper-container-initialized:before,
.home_dash.loading.swiper-container-initialized:after{
    opacity: 0;
    z-index: 0;
}
.cat_relatedproducts.loading .CATSectionBorder.swiper-container-initialized .CAT_Datalist_ItemStyle,
.home_dash.loading.swiper-container-initialized .CAT_Datalist_ItemStyle{
    display: block !important;
}
.cat_relatedproducts.loading .CATSectionBorder.swiper-container-initialized .swiper-wrapper,
.home_dash.loading.swiper-container-initialized .swiper-wrapper{
    display: flex !important;
    height: initial;
}
@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loading-rotate {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.home_dash,
.cat_relatedproducts .CATSectionBorder  {
    overflow: hidden;
    width: auto !important;
    margin:0 0 0 0;
}
.home_dash .swiper-wrapper{
    display: flex !important;
}
.home_dash .swiper-slide{
    display: block !important;
    height: auto !important;
} 
.home_dash .swiper-slide .iPanePL0Item{
    margin-right: 15px;
}
.home_dash .iPanePL0Item{
    box-shadow: none;
}
.home_dash.swiper-container-initialized .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 5px;
    background-color: rgba(22, 167, 239, 1);
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border-radius: 0;
}
.home_dash.swiper-container-initialized .swiper-button-next.swiper-button-disabled,
.home_dash.swiper-container-initialized .swiper-button-prev.swiper-button-disabled{
    opacity: 0.35;
    cursor: pointer;
    pointer-events: initial;
}
.home_dash.swiper-container-initialized .swiper-pagination .swiper-pagination-bullet-active{
    background-color: rgba(208, 30, 36, 1);
}
.home_dash .swiper-pagination{
    margin: -5px 0 10px;
}

@media (min-width: 1200px) {
    .pl-xl-40{
        padding-left: 40px;
    }
    .pr-xl-40{
        padding-right: 40px;
    }
    .product_list .CAT_Datalist_ItemStyle{
        width: calc(100% / 3 - 15px) !important;
    }
    /* .cat_relatedproducts .CAT_Datalist_ItemStyle{
        width: calc(100% / 4 - 15px) !important;
    } */
    /* .home_dash  .CAT_Datalist_ItemStyle{
        width: calc(100% / 4 - 15px) !important;
    } */
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product_list .CAT_Datalist_ItemStyle{
        width: calc(100% / 2 - 15px) !important;
    }
    /* .cat_relatedproducts .CAT_Datalist_ItemStyle{
        width: calc(100% / 2 - 15px) !important;
    } */
    /* .home_dash  .CAT_Datalist_ItemStyle{
        width: calc(100% / 3 - 15px) !important;
    } */
    .cat_menunf_style2 .galleryitemlink > ul > li{
        width: 50%;
    }
     .cat_menunf_style2 .galleryitemlink > ul > li img{
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .select_order{
        display: flex;
    }
    .product_list .CAT_Datalist_ItemStyle{
        width: calc(100% / 2 - 15px) !important;
    }
    /* .cat_relatedproducts .CAT_Datalist_ItemStyle{
        width: calc(100% / 2 - 15px) !important;
    } */
    /* .home_dash  .CAT_Datalist_ItemStyle{
        width: calc(100% / 2 - 15px) !important;
    } */
    .cat_menunf_style2 .galleryitemlink > ul > li{
        width: 50%;
    }
    .cat_menunf_style2 .galleryitemlink > ul > li img{
        max-width: 100%;
    }
    .line_option{
        border:none;
    }
    .detail_left{
        margin-bottom: 30px;
    }
    .Pager{
        height: auto;
    }
   
    .custom_box .col-lg-8 .form-inline{
        display: block;
    }
    .custom_box .col-lg-8 .form-inline .form-group,
    .custom_box .form-group.catip-view-mode-selector + .form-group{
        display: flex;
    }
    .custom_box .col-lg-8 .form-inline .form-group label,
    .custom_box .form-group.catip-view-mode-selector + .form-group label{
        margin-right: 10px;
        margin-bottom: 0;
    }
    .Pager .btn-group > span, .Pager .btn-group > a{
        padding-top: 8px;
    }
    
    }

    @media (min-width: 768px) {
        .cat_search .price_tab .dnnClear{
            opacity: 1 !important;
            visibility: visible !important;
            height: auto !important;
        }
    }
@media (max-width: 767px) {
    .cat_search .price_tab .h4.active:before{
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .cat_search .price_tab .h4:before{
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }
    .cat_search .price_tab .h4.active + .dnnClear{
       
    }
   
    .custom_box .select_order .form-inline .form-group{
        margin-bottom: 10px;
    }
    .cat_search > div[id$="pnlSearchFields"] .form-group > label{
      
    }
    .cat_search > div[id$="pnlSearchFields"] .form-group > label::before{
        
    }
    
    .cat-md-none{
        display: none;
    }
    .custom_box .col-lg-8 .form-inline{
        display: block;
    }
    .Pager .btn-group > span, .Pager .btn-group > a{
        padding-top: 8px;
    }
    .custom_box .col-lg-8 .form-inline .form-group,
    .custom_box .form-group.catip-view-mode-selector + .form-group{
        display: flex;
    }
    .custom_box .col-lg-8 .form-inline .form-group label,
    .custom_box .form-group.catip-view-mode-selector + .form-group label{
        margin-right: 10px;
        margin-bottom: 0;
    }
    .Pager{
        height: auto;
    }
    .pager_bottom.Pager .btn-group{
        margin-top: 0;
    }
    .Pager .catpager > div > div > .btn-group{
        flex-wrap:wrap;

    }
    .detail_left{
        margin-bottom: 30px;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .line_option{
        border:none;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .product_list .CAT_Datalist_ItemStyle{
        margin-right: 0;
        width: 100% !important;
    }
    .cat_relatedproducts .CAT_Datalist_ItemStyle{
        width: 100% !important;
    }
    /* .RadPanelBar_hflex-coral{
        display: none;
    }
    .tab_box > div > .resp-tabs-list{
        display: none !important;
    } */
    /* .home_dash  .CAT_Datalist_ItemStyle{
        width: 100% !important;
    } */
    .cat_menunf_style2 .galleryitemlink > ul{
        display: block !important;
    }
     .cat_menunf_style2 .galleryitemlink > ul > li{
        width: auto;
    }
    .mojozoom_imgctr{
        display: none !important;
    }
}


@media (max-width: 576px) {
    .cat-sm-none{
        display: none;
    }
}

















































