/*
    overlay
*/

.VCompareOverlay {
    position: absolute;
    background-color: #000000;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9500; /*9500*/
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
}
.VCompareOverlayBox {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 900px;
    width: 90%;
    z-index: 9501; /*9501*/
}

@media (min-width: 480px) {
    .VCompareOverlayBox {
        width: 85%;
    }
}

@media (min-width: 1200px) {
    .VCompareOverlayBox {
        width: 75%;
    }
}
.VCompareOverlayTable {
    background-color: white;
    border: solid 2px #cccccc;
    z-index: 9502; /*9502*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: 0 1px 5px #333333;
    -webkit-box-shadow: 0 1px 5px #333333;
}
.VCompareOverlayX {
    overflow: hidden;
    padding-top: 8px;
    padding-right: 5px;
}
.VCompareOverlayXDivBound {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
}
.VCompareOverlayXDiv {
    border: solid 1px #cccccc;
    color: #cccccc;
    width: 15px;
    height: 15px;
    padding-left: 2px;
    padding-right: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.VCompareOverlayContent {
    padding: 20px;
    padding-top: 0;
}
/*
    product comparison
*/

.b {
    font-weight: bold;
}
.i {
    font-style: italic;
}
.nobr {
    white-space: nowrap;
}
.RemoveItemTable {
    -moz-user-select: none;
    -webkit-user-select: none;
}
.VCompareMainTable ul {
    margin: 0;
    padding: 10px;
}
.VCompareMainTable img {
    display: block;
}
.VComparePadding {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.VComparePaddingR {
    padding: 10px;
    padding-right: 20px;
    padding-bottom: 5px;
}
.VComparePaddingCaption {
    padding: 5px;
    padding-left: 0;
    white-space: nowrap;
}
.RemoveItem {
    padding: 2px;
    font-weight: bold;
    cursor: pointer;
}

.PermanentLink {
    text-align: center;
    color: #7f7f7f;
    padding: 15px;
    width: 100%;
}
.PermanentLink a {
    word-wrap: break-word;
    text-decoration: none;
    color: #7f7f7f;
}
.PermanentLink a:link {
    text-decoration: none;
    color: #7f7f7f;
}
.PermanentLink a:visited {
    text-decoration: none;
    color: #7f7f7f;
}
.PermanentLink a:focus {
    text-decoration: underline;
    color: #7f7f7f;
}
.PermanentLink a:hover {
    text-decoration: underline;
    color: #7f7f7f;
}
.PermanentLink a:active {
    text-decoration: underline;
    color: #7f7f7f;
}

/* Responsive Comparison */
.vp-comparison__wrap {
    width: 100%;
    table-layout: fixed;
}
.vp-comparison__item {
    margin-bottom: 10px;
}
.vp-comparison__item--full {
    width: 100%;
    padding-left: 25px;
}
.vp-comparison__img {
    display: block;
}
.vp-comparison__img a {
    display: block;
    overflow: hidden;
}
.vp-comparison__img img {
    vertical-align: top;
    display: block;
    margin: 0 auto;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.vp-comparison__label {
    margin-right: 5px;
}
.vp-comparison__label, .vp-comparison__text {
    display: inline-block;
}
.vp-comparison__label--full {
    display: block;
    margin-right: 0;
}
.vp-comparison__remove-item {
    width: 100%;
    padding-bottom: 20px;
}
.vp-comparison__remove-all {
    width: 100%;
    padding-top: 40px;
}
.vp-comparison__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.vp-comparison__grid * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 480px) {
    .vp-comparison__grid {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        margin-left: -15px;
        margin-right: -15px;
    }
}
.vp-comparison__grid .vp-comparison__product {
    margin: 0 auto 15px;
    padding: 15px 25px;
    margin: 0;
    border-top: 1px solid #cccccc;
}
@media (min-width: 480px) {
    .vp-comparison__grid .vp-comparison__product {
        width: 46.0886571056%;
        margin: 1.9556714472%;
    }
}
@media only screen and (min-width: 768px) {
    .vp-comparison__grid .vp-comparison__product {
        width: 29.3333333333%;
        margin: 2%;
    }
}
@media only screen and (min-width: 992px) {
    .vp-comparison__grid .vp-comparison__product {
        width: 21.9072164948%;
        margin: 1.5463917526%;
    }
}
@media only screen and (min-width: 1200px) {
    .vp-comparison__grid .vp-comparison__product {
        width: 22.4358974359%;
        margin: 1.2820512821%;
    }
}
.vp-comparison__grid .vp-comparison__product:first-child {
    border-top: none;
}
@media (min-width: 480px) {
    .vp-comparison__grid .vp-comparison__product {
        width: 50%;
        margin: 0;
        border-right: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .vp-comparison__grid .vp-comparison__product:nth-child(-n+2) {
        border-top: none;
    }
    .vp-comparison__grid .vp-comparison__product:nth-child(2n) {
        border-right: none;
    }
}
@media only screen and (min-width: 768px) {
    .vp-comparison__grid .vp-comparison__product {
        width: 33.3333333333%;
    }
    .vp-comparison__grid .vp-comparison__product:nth-child(-n+3) {
        border-top: none;
    }
    .vp-comparison__grid .vp-comparison__product:nth-child(3n) {
        border-right: none;
    }
}

@media screen\0 {
    .vp-comparison__wrap {
        table-layout: fixed;
    }
}

.lt-ie10 .vp-comparison__grid::after {
    clear: both;
    content: "";
    display: table;
}
.lt-ie10 .vp-comparison__grid .vp-comparison__product {
    display: block;
    float: left;
}