/*********************************************************************
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;
}




/* [Add to Compare] button */
.catcompare {
    position: relative;
    display: none;
}

/* view compare link on [Add to Compare] button */
.catviewcompare {
    position: absolute;
    top: -16px;
    right: -4px;
    z-index: 0;
}

/* 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:hover {
    
        }

.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;
    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);*/
    height: 100% !important;
}
.iPanePL0Item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: box-shadow 400ms ease-in,opacity 400ms ease-in;
    pointer-events: none;
    opacity: 0;
}

    .iPanePL0Item:hover:before {
        opacity: 1;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
     
    }

/*.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-left: -15px;
    margin-right: -15px;
}

/*.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;
    text-align: center;
    height: 100% !important;
}
.iPaneMDItem:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: box-shadow 400ms ease-in,opacity 400ms ease-in;
    pointer-events: none;
    opacity: 0;
}

    .iPaneMDItem:hover:before {
        opacity: 1;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
    }




/* 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 {
    
}

/* =====================================
    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;
    }
