*,
*:before,
*:after {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

body {
    background: #fff;
}

a,
a:visited {
    text-decoration: underline;
}

a[href]:after {
    content: "";
}

abbr[title]:after {
    content: "";
}

a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
}

pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}

tr,
img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h2,
h3 {
    page-break-after: avoid;
}

select {
    background: #fff !important;
}

.btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
}

.label {
    border: 1px solid #000;
}

table,
.table {
    border-collapse: collapse !important;
    page-break-after: avoid;
    page-break-inside: avoid;
    page-break-before: avoid;
}

div[role=tabpanel] {
    page-break-inside: avoid;
    page-break-before: avoid;
}

.col-sm-6 {
    float: left;
    width: 50%;
}

.col-sm-4 {
    float: left;
    width: 33%;
}

.tab-content {
    border: none;
}

.tab-pane:not(.hidden-print) {
    display: block !important;
    margin-bottom: 40px;
    visibility: visible !important;
}

.tab-pane:not(.hidden-print):before {
    content: attr(data-title);
    font-size: 16px;
    line-height: 32px;
}

.responsive-video, .embed-responsive {
    display: none;
}

.product-image {
    display: block !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#product_qty {
    display: inline-block !important;
    visibility: visible !important;
    border: 1px solid #ddd !important;
    color: #333 !important;
}

.inner-wrapper {
    height: auto !important;
    overflow-y: visible !important;
}

.support-info dl {
    text-align: center;
}

/*#main-content > a:first-child,*/
#main-footer,
#cookiepolicy,
.i2ct,
.faded-bottom,
.show-more {
    display: none;
}

#main-container, .clearfix {
    margin-bottom: 0;
    padding-bottom: 0;
}

.modal-open .modal {
    background: #fff !important;
    position: relative;
    width: 100% !important;
}

.modal-open .modal-dialog {
    margin: 0 !important;
}

.modal-open > .modal .modal-content {
    border-color: transparent;
}

.modal-open .close,
.modal-open .modal-footer {
    display: none;
}