/*********************************************************************
CATALooK.netStore - http://www.catalook.de  http://www.dnnsoft.com                   
Copyright (c) 2003-2016 CATALooK Software Susanne Koehler                                                                                                      
support@dnnsoft.com                                                                                                                                            
**********************************************************************/

/* =================================
    CSS STYLES FOR CATALooK.netStore 
    v7.1.3, 1/2017
   =================================
*/

@import url("RadControls/Calendar/Skins/CATBootstrap/Calendar.CATBootstrap.css");

.reel{cursor:url('/desktopmodules/catalookstore/skins/cat_grey-css_bs3/jquery.reel.cur'),move;}

/*hack for IE responsive image issue in tables*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /*table .cat-img-responsive > img {
        width: 100%;
    }*/

    /*also works, prevents enlarging image over native size*/
    .ModCATItemPaneNFC table {
        table-layout: fixed;
    }
}


.catReviewList > li {
    list-style: none;
}

.rating-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px 15px 20px 15px;
    border-radius: 3px;
}

.padding-bottom-7 {
    padding-bottom: 7px;
}

.review-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.review-block-name {
    font-size: 12px;
    margin: 10px 0;
}

.review-block-date {
    font-size: 12px;
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px;
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-block-description {
    font-size: 13px;
}

.rating .fa {
    font-size: 22px;
}

.rating-num {
    margin-top: 0px;
    font-size: 54px;
}

/*overwrite bootstrap*/
.rating-desc .progress {
    margin-bottom: 5px !important;
}

.progress-bar {
    text-align: left;
}

.rating-desc .col-md-3 {
    padding-right: 0px;
}

.progress-bar {
    text-align: left;
}

.rating-desc .col-md-3 {
    padding-right: 0px;
}

/*remove border from rotator on buttons mode*/
.RadRotator .rrClipRegion {
    border: none !important;
}


.dnnActions li {
    min-width: 240px;
}

.CATGridBorder a {
    color: #555555 !important;
}


/* [Add to Compare] button */
.catcompare {
    position: relative;
}

/* view compare link on [Add to Compare] button */
.catviewcompare {
    position: absolute;
    top: -3px;
    right: -4px;
    z-index: 0;
    color: #fff !important;
}

/* view mode selector */
.catip-view-mode-selector {
    margin-right: 20px;
}

.catip-btn-gallery, .catip-btn-list {
    float: left;
    margin-right: 3px;
    width: 26px;
    height: 26px;
    background-position: center 6px;
    background-color: none;
    background-repeat: no-repeat;
    position: relative;
}

    .catip-btn-list.active, .catip-btn-list:hover, .catip-btn-gallery.active, .catip-btn-gallery:hover {
        background-position: 6px -80px;
    }

.catip-btn-list {
    background-color: transparent;
    background-image: url("images/view-mode-list-sprite.png");
}

.catip-btn-gallery {
    background-color: transparent;
    background-image: url("images/view-mode-gallery-sprite.png");
}


/* style of item titles */
.CATIPSubHead {
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #595757;
}

/* Style of the inner module chapter main title row */
.CATIPHeader {
    font-family: inherit;
    padding: 10px 0;
}

    .CATIPHeader span {
        color: #595757;
        display: inline;
        font-family: inherit;
        font-size: 14px;
        font-weight: bold;
        white-space: nowrap;
    }

.OptionBody {
    font-weight: normal;
    font-size: 14px;
    color: #595757;
    font-family: inherit;
}

#ProductOptionsLeftCell {
    padding: 3px;
    width: 200px;
    float: left;
    text-align: left;
}

#ProductOptionsRightCell {
    text-align: left;
    float: left;
}

.ipane-pl0-productname {
    overflow: hidden;
}

    .ipane-pl0-productname a {
        
    }

.CATProductName, a.CATProductName:link, a.CATProductName:active, a.CATProductName:visited, a.CATProductName:hover {
    color: #555555 !important;
    font-family: inherit;
    font-size: 22px !important;
    font-weight: bold !important;
}

.CATListProductName, .CATListProductName a {
    color: #555555 !important;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: bold !important;
}

.CATConfigProductName, .CATConfigProductName a {
    color: #555555 !important;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: bold !important;
}

/* Gallery View Mode Item */
.iPanePL0Item {
    /*min-height: 320px;*/
    position: relative;
    margin: 0;
    padding: 0px !important;
    /*text-align: center;*/
    /*border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);*/
    transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -webkit-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    background: #fff;
    box-shadow: 0 -5px 20px -5px #0003;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 10px;
    height: 100% !important;
    overflow: hidden;
    text-align: center;
}
.iPanePL0Item .cat_option .stock_icon{
    position: absolute;
    top: 5px;
    right: 5px;
}
.iPanePL0Item .extra-group{
    position: absolute;
    bottom: 0;
    overflow: hidden;
    left: 0;
    right: 0;
}
.iPanePL0Item .extra-group > div{
    background: #ffd600;
    padding: 6px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
    transform: translate3d(0, 15px, 0);
    opacity: 0;
}
.iPanePL0Item:hover .extra-group > div{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.iPanePL0Item .extra-group > div a{
    font-size: 12px;
    color: #29292b;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
}
.iPanePL0Item .extra-group > div a:hover{
    color: var(--accent-color);
}
.iPanePL0Item .caption{
    position: relative;
}
.iPanePL0Item .caption .Brand{
    font-size: 11px;
    color: #337ab7;
    padding-top: 3px;
}
.iPanePL0Item .caption .h4{
    padding: 10px 10px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    display: block;
}
.iPanePL0Item .caption .h4 a{
    font-weight: 400;
    font-size: 18px;
    color: #29292b;
    text-align: center;
    line-height: 1.3;
}
.iPanePL0Item .ipane-pl0-actions-wrapper{
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%,-100%,0);
    display: block;
    height: auto !important;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .ipane-pl0-actions{
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,15px,0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #29292b;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0 !important;
}
.iPanePL0Item:hover .ipane-pl0-actions-wrapper .ipane-pl0-actions{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
}
.iPanePL0Item .ipane-pl0-actions-wrapper .input-group{
    max-width: inherit;
    display: flex;
    width: auto;
    flex-wrap: nowrap;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .quantitybox{
    position: relative;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .quantitybox .input-group{
    position: relative;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .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;
    margin: 0 !important;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .quantitybox .input-group input:focus-visible{
    box-shadow: none;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .quantitybox .input-group .input-group-btn .btn{
    width: 18px;
    height: 21px;
    position: absolute;
    right: 0px;
    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: 0;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .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;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .quantitybox .input-group .input-group-btn .btn.bootstrap-touchspin-down{
    bottom: 0;
    top: auto;
    height: 21px;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .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;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .quantitybox .input-group .input-group-btn .btn:hover{
    background: var(--accent-color) !important;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .quantitybox .input-group .input-group-btn .btn:hover:before{
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .quantitybox .input-group .input-group-btn .btn:hover.bootstrap-touchspin-down:before{
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .add a{
    font-size: 12px;
    padding: 12px 15px;
    display: inline-flex;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border-radius: 0px;
    border: 0;
    background: transparent;
}
.iPanePL0Item .cat-btn-wrapper-bottom3{
    display: inline-flex;
}
.iPanePL0Item .cat-btn-wrapper-bottom3 .catcompare button:hover,
.iPanePL0Item .cat-btn-wrapper-bottom3 .addtowishlist a:hover,
.iPanePL0Item .ipane-pl0-actions-wrapper .add a:hover{
    background: var(--accent-color) !important;
}
.iPanePL0Item .cat-btn-wrapper-bottom3 .catcompare button:focus,
.iPanePL0Item .cat-btn-wrapper-bottom3 .addtowishlist a:focus,
.iPanePL0Item .ipane-pl0-actions-wrapper .add a:focus{
    background: var(--accent-color) !important;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .add a svg{
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.iPanePL0Item .ipane-pl0-actions-wrapper .add a span{
    height: 16px;
}

.iPanePL0Item .cat-btn-wrapper-bottom3 .catcompare button,
.iPanePL0Item .cat-btn-wrapper-bottom3 .addtowishlist a{
    font-size: 12px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 12px 15px !important;
    border: none !important;
    margin: 0 !important;
    line-height: 16px !important;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.iPanePL0Item .cat-btn-wrapper-bottom3 .addtowishlist a{
    padding: 10px 15px !important;
    line-height: 20px !important;
}
.iPanePL0Item .cat-btn-wrapper-bottom3 .catcompare button{
    display: inline-flex !important;
    margin: 0;
}
.iPanePL0Item .cat-btn-wrapper-bottom3 .catcompare button .fa{
    font-size: 16px;
    color: #fff;
    
}
.iPanePL0Item .cat-btn-wrapper-bottom3 .catcompare button svg{
    width: 16px;
    height: 16px;
    fill: #fff;
}
.iPanePL0Item .cat-btn-wrapper-bottom3 .addtowishlist a .fa{
    color: #fff;
}


    .iPanePL0Item:hover {
       
    }

/*.iPanePL0Item .CATButtonRow {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-left: -9px;
        padding: 0 4px 8px;
    }*/

/*.ipane-pl0-img {
    background-color: lightgrey;
}*/

/* Card View Mode qty Spinner */
/*.iPanePL0Item .bootstrap-touchspin {
    max-width: 210px;
}*/

/* qty select (drop down) + spinner + button; Card View Mode and List(Grid) View Mode */
.ipane-pl0-actions .input-group, .cat-quantity-input {
    max-width: 206px;
}
/* Or use this code to change the button width separately */
/*.ipane-pl0-actions .bootstrap-touchspin > input.form-control {
    max-width: 60px;
}

.ipane-pl0-actions .btn-primary {
    width: 120%;
    background-color: #089569 !important;
    border-color: #089569 !important;
}

.ipane-pl0-actions .input-group .input-group-btn {
    width: auto;
}

.ipane-pl0-actions .input-group .btn-default {
    border-color: #ececec;
    color: #333;
}

.ipane-pl0-actions .input-group .form-control {
    border: 1px solid #ececec;
    box-shadow: none;
}*/

/* pager */
.catpager {
    margin: 7px 0 7px;
}

/*.catpager .btn-primary {
    background-color: #374d68 !important;
    border-color: #374d68 !important;
}*/

/*.catpager .disabled.catpagenumber {
    color: #089569;
}*/

/*.catpager .btn-default {
    background-color: #ececec !important;
    border-color: #ececec !important;
}*/

/* Detail View qty select (drop down) + spinner */
.cat-qty-spinner {
    max-width: 140px;
}

.ipane-pl0-img > a.cat-img-responsive > img {
    margin-left: auto;
    margin-right: auto;
}

/* img-resonsive */
a.cat-img-responsive > img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* Mini Dashboard Item */
.iPaneMDItem {
    /*min-height: 200px;*/
    position: relative;
    margin: 0 0 2em 0px;
    padding: 7px !important;
    border: 1px solid #fff;
    -webkit-transition: all .2s ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: all .2s ease-in-out;
}

    .iPaneMDItem:hover {
        border-color: rgba(223, 231, 247, 1);
        
    }

    .iPaneMDItem .CATRow a img{
        max-width: 100%;
    }
    .iPaneMDItem .CATAltHeader{
        padding-top: 8px;
        padding-bottom: 5px;
    }
    .iPaneMDItem .CATAltHeader .CATListProductName a{
        font-size: 14px !important;
        line-height: 1.3 !important;
        font-weight: 400 !important;
        color: #337ab7 !important;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    display: block;
    }
    .iPaneMDItem .CATAltHeader .CATListProductName a:hover{
        color: var(--accent-color) !important;
    }
    .iPaneMDItem .list_price{
        border:0;
        font-size: 12px;
    }


/* Main Image and POSel Image */
.trProductImage {
    /*min-height: 280px;
    min-width: 240px;*/
    position: relative;
    /*margin-bottom: 6px;*/
    /*padding: 8px 8px !important;
    text-align: center;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}

.MultiPageScrollArea {
    height: 140px; /* do not use max-height here because of IE8 bug */
    width: 310px;
    overflow: scroll;
    border-top: #707596 2px solid;
}

.RadMultiPageItemDetails {
    font-weight: bold !important;
    width: 100%;
    margin: 10px 0 50px 0;
    padding: 5px 0 0 0;
}

.TitleColumn {
    width: 100px;
    float: left;
    text-align: right;
    vertical-align: middle;
    padding: 0 10px 0 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.HorizontalRule {
 
}

.HorizontalSpacer {
    margin-top: 8px;
}

/* =====================================
    css table free skin related css tags
   =====================================*/
.CATInlineItemLeft /* use different tags for real inline items and columns */ {
    float: left;
    padding: 4px 0 4px 2px; /* different padding to justify text, icons, textboxes, drop down list etc.  	/* vertical-align: middle; */
    overflow: visible;
}

.CATInlineIconLeft {
    float: left;
    padding: 2px 0 2px 1px;
}

.CATInlineItemRight /* use different tags for real inline items and columns in detail, list and grid view */ {
    float: right;
    padding: 4px 0 4px 2px;
}

.CATInlineIconRight {
    float: right;
    padding: 2px 0 2px 1px;
}


/* There are several CSS properties and property values that lead to the fact that an item is regarded as a separate block formatting context.
Including float itself and overflow with a different value than visible #pnlOptions becomes the own block formatting context and clear it works locally.
To make #CATrowOptionsTitle an own context include #lblOptionsTitle and all other controls inside of #CATrowOptionsTitle into an own div container, add an id to the last item
e.g. #CATOptionsTitle and change the line below to: #CATOptionsTitle:after { content:"clear"; clear:left; display:block; height:0; overflow:hidden; font-size:0; } */
#CATrowOptionsTitle:after {
    content: "clear";
    clear: left;
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

#CATrowOptionsTitle {
    /* display: none; */
}

/* layout control width
.trdesc {
    max-width: 340px;
}

.DescriptionHTML {
    max-width: 340px;
}
 */

.pnlOptions {
    margin: 4px;
}

/*.DTButtons {
    margin: 4px;
}

.DTAddToCart {
    margin: 4px;
}*/

.rowSocialShare {
    margin-top: 6px; /*width: 340px;*/
}

/* IE added */
.TabStrip {
    width: 100%;
    /*min-width: 440px;*/
}

    .TabStrip .CATRowHighLight {
        border-bottom: 0px !important;
    }

    .TabStrip .CATSubHead {
        font-size: 14px;
        font-weight: bold;
        color: #939393;
        text-transform: none;
    }


/* Outlines active image in additional images and gallery (mediamenu) control */
.catip_thumbactive {
    border: 4px solid #99ffff !important;
}

/* fill space */
.catip_thumbinactive {
    border: 4px solid transparent !important;
}


.CATToggleButton {
    font: 12px Verdana, sans-serif;
    color: #000; /* non selected color */
}

    .CATToggleButton .dnnRadiobutton {
        display: none !important;
    }

    .CATToggleButton input[type="radio"] {
        width: 0px;
        height: 0px;
        display: none;
    }

    .CATToggleButton input[type=radio] + span + label {
        cursor: pointer;
        padding: 1px;
        color: #3E3928;
        background-color: #f5f5f5;
        padding-left: 6px !important;
        padding-right: 6px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        border: 1px solid #AAAAAA;
        margin: 2px 0px 2px 5px !important;
        white-space: nowrap;
        clear: left;
    }

        .CATToggleButton input[type=radio] + span + label:hover {
            padding: 1px;
            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 + span + label {
        padding: 1px;
        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;
    }


.OptionBody ul {
    list-style: none;
}

.OptionBody .dnnRadiobutton {
    display: none;
}

.OptionBody input[type="radio"] {
    width: 0px;
    height: 0px;
    display: none;
}

.OptionBody input[type=radio] + label img {
    cursor: pointer;
    padding: 1px;
    margin: 2px;
    border: 2px solid transparent;
}

    .OptionBody input[type=radio] + label img:hover {
        padding: 1px;
        margin: 2px;
        border: 2px 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);
    }

.OptionBody input[type=radio]:checked + label img {
    padding: 1px;
    margin: 2px;
    border: 2px 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);
}


#product-sizes li {
    font-size: 1em;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 8px 5px 2px 0;
}

.product-size {
    border: 1px solid #adaaa5;
    color: #333;
    padding: 0 4px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    min-height: 26px;
    min-width: 28px;
    line-height: 26px;
    text-align: center;
}

    .product-size.round {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .product-size:hover {
        color: #fff;
        background-color: #8f79b1;
    }

    .product-size.current {
        border: 1px solid #c4c1bc;
        color: #fff;
        background-color: #8f79b1 !important;
    }

/*no one below assigned = unlimited stock*/

/*only one left*/
.product-size-1 {
    border-style: dashed;
}

/*limited stock*/
.product-size-2 {
    border-bottom-style: dashed;
    border-top-style: dashed;
}

/*not available*/
.product-size-0 {
    border: 1px solid #e4e1dc;
    color: #e4e1dc;
    background-color: transparent;
}

.product-size-tooltip {
    background-color: #8f79b1 !important;
    color: #fff !important;
}

.product-size-problem {
    margin-top: 5px;
}

    .product-size-problem span {
        cursor: help;
        font-style: italic;
        padding: 0 !important;
        color: #7a6797;
    }

.product-size-problem-tooltip {
    display: none;
    width: 220px;
    padding: 8px !important;
    background-color: #fff;
}

    .product-size-problem-tooltip p {
        padding: 0 !important;
    }




    .iPanePL0Item-cat {
        /*min-height: 320px;*/
        position: relative;
        margin: 0;
        padding: 0px !important;
        /*text-align: center;*/
        /*border: 1px solid #c9c9c9;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);*/
        transition: all ease 200ms;
        -moz-transition: all ease 200ms;
        -webkit-transition: all ease 200ms;
        -o-transition: all ease 200ms;
        -ms-transition: all ease 200ms;
        background: #fff;
        border-width: 1px;
        border-style: solid;
        border-color: #ddd;
        border-radius: 10px;
        height: 100% !important;
        overflow: hidden;
        text-align: center;
    }
    .iPanePL0Item-cat .cat_option .stock_icon{
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .iPanePL0Item-cat .extra-group{
        position: absolute;
        bottom: 0;
        overflow: hidden;
        left: 0;
        right: 0;
    }
    .iPanePL0Item-cat .extra-group > div{
        background: #ffd600;
        padding: 6px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-align: center;
        transform: translate3d(0, 15px, 0);
        opacity: 0;
    }
    .iPanePL0Item-cat:hover .extra-group > div{
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    .iPanePL0Item-cat .extra-group > div a{
        font-size: 12px;
        color: #29292b;
        padding: 0;
        margin: 0;
        border: 0;
        background: none;
    }
    .iPanePL0Item-cat .extra-group > div a:hover{
        color: var(--accent-color);
    }
    .iPanePL0Item-cat .caption{
        position: relative;
    }
    .iPanePL0Item-cat .caption .Brand{
        font-size: 11px;
        color: #337ab7;
        padding-top: 3px;
    }
    .iPanePL0Item-cat .caption .h4{
        padding: 10px 10px 5px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3;
        display: block;
    }
    .iPanePL0Item-cat .caption .h4 a{
        font-weight: 400;
        font-size: 18px;
        color: #29292b;
        text-align: center;
        line-height: 1.3;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat{
        position: absolute;
        overflow: hidden;
        width: 100%;
        left: 50%;
        transform: translate3d(-50%,-100%,0);
        display: block;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .ipane-pl0-actions-cat{
        position: relative;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0,15px,0);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        background: #29292b;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .iPanePL0Item-cat:hover .ipane-pl0-actions-wrapper-cat .ipane-pl0-actions-cat{
        opacity: 1;
        visibility: visible;
        transform: translate3d(0,0,0);
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .input-group{
        max-width: inherit;
        display: flex;
        width: auto;
        flex-wrap: nowrap;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .quantitybox{
        position: relative;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .quantitybox .input-group{
        position: relative;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .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;
        margin: 0 !important;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .quantitybox .input-group input:focus-visible{
        box-shadow: none;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .quantitybox .input-group .input-group-btn .btn{
        width: 18px;
        height: 21px;
        position: absolute;
        right: 0px;
        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: 0;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .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;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .quantitybox .input-group .input-group-btn .btn.bootstrap-touchspin-down{
        bottom: 0;
        top: auto;
        height: 21px;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .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;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .quantitybox .input-group .input-group-btn .btn:hover{
        background: var(--accent-color) !important;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .quantitybox .input-group .input-group-btn .btn:hover:before{
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .quantitybox .input-group .input-group-btn .btn:hover.bootstrap-touchspin-down:before{
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .add a{
        font-size: 12px;
        padding: 12px 15px;
        display: inline-flex;
        color: #fff;
        text-transform: uppercase;
        align-items: center;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
        border-radius: 0px;
        border: 0;
        background: transparent;
    }
    .iPanePL0Item-cat .cat-btn-wrapper-bottom3{
        display: inline-flex;
    }
    .iPanePL0Item-cat .cat-btn-wrapper-bottom3 .catcompare button:hover,
    .iPanePL0Item-cat .cat-btn-wrapper-bottom3 .addtowishlist a:hover,
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .add a:hover{
        background: var(--accent-color) !important;
    }
    .iPanePL0Item-cat .cat-btn-wrapper-bottom3 .catcompare button:focus,
    .iPanePL0Item-cat .cat-btn-wrapper-bottom3 .addtowishlist a:focus,
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .add a:focus{
        background: var(--accent-color) !important;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .add a svg{
        width: 16px;
        height: 16px;
        margin-right: 2px;
    }
    .iPanePL0Item-cat .ipane-pl0-actions-wrapper-cat .add a span{
        height: 16px;
    }
    
    .iPanePL0Item-cat .cat-btn-wrapper-bottom3 .catcompare button,
    .iPanePL0Item-cat .cat-btn-wrapper-bottom3 .addtowishlist a{
        font-size: 12px !important;
        color: #fff !important;
        text-transform: uppercase !important;
        padding: 12px 15px !important;
        border: none !important;
        margin: 0 !important;
        line-height: 16px !important;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }
    .iPanePL0Item-cat .cat-btn-wrapper-bottom3 .addtowishlist a{
        padding: 10px 15px !important;
        line-height: 20px !important;
    }
    .iPanePL0Item-cat .cat-btn-wrapper-bottom3 .catcompare button{
        display: inline-flex !important;
        margin: 0;
    }
    .iPanePL0Item-cat .cat-btn-wrapper-bottom3 .catcompare button .fa{
        font-size: 16px;
        color: #fff;
        
    }
    .iPanePL0Item-cat .cat-btn-wrapper-bottom3 .catcompare button svg{
        width: 16px;
        height: 16px;
        fill: #fff;
    }
    .iPanePL0Item-cat .cat-btn-wrapper-bottom3 .addtowishlist a .fa{
        color: #fff;
    }
    
    
        .iPanePL0Item-cat:hover {
           
        }
    

        .iPanePL0Item-cat .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;
}
.iPanePL0Item-cat .cat-btn-wrapper-bottom3 .btn.btn-secondary .fa{
    font-weight: normal !important;
}
.iPanePL0Item-cat .cat-btn-wrapper-bottom3 .btn.btn-secondary:hover{
    background-color: #018ce3;
    color: #fff !important;
}
.home_dash .swiper-slide .iPanePL0Item-cat{
    margin-right: 0px;
    display: flex;
    flex-flow: column;
}

.home_dash.loading.swiper-container-initialized .CAT_Datalist_ItemStyle{
    padding: 0 7.5px;
  
}