@font-face {
    font-family: 'Conthrax Sb';
    src: url('fonts/ConthraxSb-Regular.woff2') format('woff2'),
        url('fonts/ConthraxSb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*, ::after, ::before {
    box-sizing: border-box;
}

body {
    color: #868788;
    background-color: #fff;
    overflow-x: hidden;
    font-family: 'Roboto';
    line-height: normal;
    font-weight: 300;
    width: 100vw;
}
header {
    background: rgba(102,102,102,0.75) !important;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.navbar {
    background: transparent !important;
    padding: 30px 10px 10px;
}
.align-baseline {
    vertical-align: baseline!important;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.full-width {
    width: 100%;
    height: auto;
    padding: 3rem  0;
    position: relative;
}
.container {
    width: 100%;
	max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.fs48 {
    font-size: calc(26px + (46 - 26) * ((100vw - 300px) / (1600 - 300)));
}
.text-uppercase {
    text-transform: uppercase!important;
}
.navbar a, .conthrax {
    font-family: 'Conthrax Sb';
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
#selectores .btn.btn-secondary {
    position: relative;
    background-color: #B1B3B5;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
}
#selectores>div {
    padding: 10px 0;
}
#selectores .btn.btn-secondary {
    position: relative;
    background-color: #B1B3B5;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.text-left {
    text-align: left!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.collapse {
    display: none;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.chooser, .bordered, .cart table tbody tr, .chooser2 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 3px solid rgba(0,0,0,0.1);
    border-bottom: 3px solid rgba(0,0,0,0.1);
    position: relative;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.position-relative {
    position: relative!important;
}
.block-check {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.product-body {
    position: relative;
    font-size: 14px;
    color: #000;
    background-color: #f6f6f6;
    padding: 10px 20px;
}
.img-responsive {
    display: block;
    float: none;
    clear: both;
    width: 100% !important;
    height: auto;
}
.contain {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
}
img {
    vertical-align: middle;
    border-style: none;
}
.fs14 {
    font-size: 14px;
}
.product-footer {
    position: relative;
    font-size: 14px;
    color: #000;
    padding-right: 20px;
}
.position-relative {
    position: relative!important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.fw700 {
    font-weight: 700;
}
.fade:not(.show) {
    opacity: 0;
}
.fade {
    transition: opacity .15s linear;
}
.chooser, .bordered, .cart table tbody tr, .chooser2 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 3px solid rgba(0,0,0,0.1);
    border-bottom: 3px solid rgba(0,0,0,0.1);
    position: relative;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
	padding-top: .5rem!important;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.active-filters .alert {
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #B1B3B5;
    padding: 3px 16px 3px 8px;
    margin-bottom: 5px;
    font-weight: 700;
	display: inline-block!important;
	position: relative;
	border-radius: .25rem;
	transition: opacity .15s linear;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
button.close:hover {
    cursor:pointer;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
.active-filters .alert button {
    padding: 4px;
    font-size: 11px;
    color: #000;
    opacity: 1;
}
.modal {
	background-color: rgba(0,0,0,0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
	transition: all 400ms ease;
}
.modal-dialog {
    position: relative;
	max-width: 600px;
    margin: 190px auto 0 auto;
    pointer-events: none;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
	font-size: 14px;
}
.modal-content {
    position: relative;
	padding:25px;
    display: flex;
    flex-direction: column;
    width: 100%;
	color:#ffffff;
    pointer-events: auto;
    background-color: #c1001f;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    outline: 0;
}
.modal-body {
	border: 2px solid #fff;
	padding:20px;
}


@media (min-width: 768px) {
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
}