h1.prodtitle {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 5px;
    line-height: 30px;
    font-family: "Open-Sans", sans-serif;
	color: #3D3D3D;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

h2.prodtitle, h2.techtitle {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 30px;
    font-family: "Open-Sans",sans-serif;
    color: #3D3D3D;
}

a.revwstitle {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 30px;
    font-family: "Open-Sans",sans-serif;
    color: #3D3D3D;
}

.product_reference {
    padding: 5px 8px 5px;
    background-color: #1A4B7B;
    color: #fff;
    border-radius: 3px;
}

.revws-random-preview-text {
  font-style: italic;
  font-size: 85% ;
  color: #444;
  margin-left: 10px;
  margin-right: 40px;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#thumbs_list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-revws {
    color: #fff;
    background-color: #2fb5d2;
    border-color: #2fb5d2;
}

.our_price_display {
	font-size: 1.5rem;
    margin-bottom: 5px;
}

#quantity_wanted_p {
	width: 175px;
}

#quantity_wanted_p a {
	color:#212529;
}

#quantity_wanted_p button:hover a, #quantity_wanted_p a:hover {
	color:#fff;
}

#quantity_wanted_p button.btn-outline-secondary {
	color: #212529;
	border-color: #ced4da;
}

#add_to_cart .btn.btn-dark:hover {
	background: #eee;
	color: #212529;
}

/*#product-features {	
max-width: 460px;
}*/

#product-features .table-bordered  td + td { 
	text-align:center;
}

#color_to_pick_list {
	list-style-type: none;
	display: flex;
	padding: 0;
	column-gap: 10px;
}

#color_to_pick_list li a.color_pick {
	display: block;
	height: 26px;
	width: 26px;
	cursor: pointer;
	border: 1px solid #eee;
}

/* Wlasne ustawienia */

.primary_block {
	margin-bottom: 30px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 5px #c7c7c7;
    -webkit-box-shadow: 0 1px 5px #c7c7c7;
    box-shadow: 0 1px 5px #c7c7c7;
}

#product-availability {
    margin-top: 20px;
    margin-bottom: 20px;
}

p.our_price_display .price {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #C00036;
    font-family: Open-Sans, sans-serif;
}

p.our_price_display .price_netto {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #999999;
    font-family: Open-Sans, sans-serif;
}

p.our_price_display .tax {
    font-size: 14px;
    font-weight: 500;
    color: #3D3D3D;
}

.rte h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    /* font-family: "Roboto\ Condensed"; */
    font-family: Open-Sans, sans-serif;
    color: #3D3D3D;
}

#old_price {
    margin-bottom: 0% !important;
    float: left;
}

#old_price_display {
    font-family: Open-Sans, sans-serif;
    line-height: 32px;
    color: #9E9E9E;
    font-size: 28px;
    text-decoration: line-through;
    padding-right: 10px;
    text-decoration-color: #AB001A;
}

#reduction_amount {
    display: none !important;
}

#discount_percentage_display {
    box-shadow: 0 0 0 2px #ff9800;
    background-color: #fff;
    margin: 0 5px;
    padding: 1px 10px;
    color: #ff9800;
    border-radius: 3px;
    top: 10px;
    font-weight: 700;
    font-size: 18px;
    float: right;
}

#discount_percentage{
    float: right;
}

.pb-center-column h1 {
	margin-top: 20px;
	margin-bottom: 20px;
    margin-right: 40px;
    font-size: 28px;
    line-height: 30px;
}

.btn-cart {
    color: #fff;
    background-color: #00587A;
    background-color: #00587A;
    /*font-weight: 600;*/
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.btn-cart:hover {
    color: #fff;
    background-color: #007AA3;
    border-color: #007AA3;
}

.label-info {
    background-color: #5192f3;
    border: 1px solid #4b80c3;
}

.label-success {
    background-color: #238B6B;
    border: 1px solid #238B6B;
}

.label-warning {
    background-color: #f44336;
    border: 1px solid #e4752b;
}

.label-danger {
    background-color: #f3515c;
    border: 1px solid #d4323d;
}

.label-delock {
    background-color: #D0603C !important; /* zielony */
    border: 1px solid #D0603C;
  }

.label-ext_warehouse {
    background-color: #5a9e74;
    border: 1px solid #d4323d;
}

#availability_value, #last_quantities {
    color: #fff;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    padding: 5px 8px 5px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#short_description_content p {
	color: #5d5d5d;
	margin-right: 40px
}
#pQuantityAvailable {
	font-weight: 600;
    color: #3D3D3D;
}

#product-description {
    color: #5D5D5D;
}

#product-description ul li {
    list-style: disc;
    margin-left: 30px;
}

p[itemprop="brand"] a[itemprop="url"] {
    color: #009688;
	font-weight: 600;
}

p[itemprop="brand"] a[itemprop="url"]:hover {
    color: #0056b3;
}

.box-info-product {
    padding: 10px 4%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin-right: 40px;
}

.input-group {
    width: auto !important;
}

.form-label {
    float: left; 
    margin-right: 10px;
    padding: 5px 0;
}

.table-data-sheet tr {
    border-top: 1px solid #c7c7c7 !important;
    line-height: 18px;
}

.table-data-sheet td {
    border-top: 1px solid #c7c7c7 !important;
    color: #5d5d5d;
}

.table-data-sheet tr td:first-child {
    border-right: 1px solid #c7c7c7;
    width: 35%;
    font-weight: 700;
    color: #5d5d5d;
}

.table-data-sheet tr.even {
    background: #f7f7f7 !important;
}

@media (max-width: 767px) {
    #short_description_content p {
        margin-right: 0px;
    }
    p.our_price_display .price_netto {
        font-size: 14px !important;
    }
    .box-info-product {
        margin-right: auto;
    }
    h1.prodtitle {
        font-size: 24px;
    }
    h2.prodtitle {
        padding-top: 10px;
        font-size: 20px;
    }
    h2.techtitle {
        padding-top: 10px;
        font-size: 20px;
        padding-left: 10px;
    }
    h3 {
    font-size: 16px;
    font-weight: 700;
    }
    .table-data-sheet tr {
        line-height: 16px;
    }
    .table-data-sheet tr td:first-child {
        width: 45%;
    }
    #old_price_display {
        font-size: 22px;
    }
    .revws-random-preview-text {
    margin-left: 5px;
    margin-right: 5px;
    }
}

.badge {
margin-top: 10px;
margin-left: 2px;
float: left;
}

.custom-row > [class^="col-"] {
    align-self: flex-start;
}

/* oryginał - przed zmianami z layoutu z SENSBIT
.attribute_list {
	width: 230px;
    float: left;
}*/

.attribute_list {
    display: flex;
}

@media (max-width: 991.98px) {
    body#product #center_column { /* Zwiększenie marginesu na stronie produktu - mobile */
      padding: 1.25rem !important;
    }
  }  

@media (max-width: 767px) {
    .attribute-radio__text {
    padding: 10px 6px !important;}
}

.form-label-attribute {
    font-weight: 700;
    line-height: 1.2;
    display: block;
    /* float: left; */
    margin-right: 10px;
    padding: 10px 0;
}

.attribute-radio {
    width: auto;
    padding-left: 8px;
}

.attribute-radio__label {
    margin: 0;
    position: relative;
    width: auto;
}

.attribute-radio__input {
    visibility: hidden;
    position: absolute;
}

.attribute-radio__text {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    display: block;
    font-size: .875rem;
    min-width: 2.1875rem;
    padding: 6px 12px;
    text-align: left;
    cursor: pointer;
}

.attribute-radio__input:checked~.attribute-radio__text {
    background-color: #2A9D8F;
    border-color: #2A9D8F;
    color: #fff;
    border-radius: 6px;
}

.warranty-tooltip {
    content: "\f05a";
    color: #5d5d5d;
    background: none; 
    border: none; 
    padding: 0;
    cursor: pointer;
    position: relative;
    top: -7px;
    left: -5px;
}

.tooltip-inner {
    border-radius: 8px !important;
    background-color: #084c61;
}

.atribute-dropdown {
    max-width: 180px;
}

body.product div.product-label-container {
    position: absolute !important;
}

body.product div.availability div.product-label-container {
    position: relative !important;
}

