* {
    box-sizing: border-box;
}

html, body, input, textarea, keygen, select, button, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, strong, ol, ul, li, input, form, label, table, tbody, tr, th, td, textarea {
  font-family: "Open Sans" !important;
}

.ff-full {
    float: left;
    width: 100%;
}

.sprite-icon {
    background-image: url(http://media.zones.com/images/global/product/icons.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.btn-goback {
    text-decoration: none;
    color: #237ed7;
    display: inline-block;
    cursor: pointer;
    display: none;
}

.icon-plus {
    background-position: 0px -48px !important;
}

.icon-print {
    background-position: 0px -241px;
}

.icon-plus-white {
    background-position: 0px -72px !important;
}

.icon-plus-white-sm {
    background-position: 0px 26px !important;
    width: 12px !important;
    height: 12px !important;
}

.icon-plus-blue-sm {
    background-position: 0px 20px !important;
    width: 12px !important;
    height: 12px !important;
}

a:hover {
    text-decoration: none;
}

.center {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

/*.container {
    !width: 75em !important;
    padding: 0 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    margin-left: auto;
    margin-right: auto;
}*/

.container .container--inner {
	width: 100%;
}

.min-w-960 {
    !min-width: 60em;
}

/*.container .row {
	margin-left: -15px;
	margin-right: -15px;
}*/

@media (max-width: 75em) {
    .container {
        !width: 60em !important;
    }
}

.btn {
    !display: inline-block;
    !position: relative;
    !border-radius: 3px;
}

.btn-primary {
    background: #237ed7;
    color: #fff;
}

.btn-primary:hover {
    background: #3f94e7;
}

.text-muted {
    line-height: 30px;
    margin-bottom: 0px;
    !color: #2f343a !important;
    !text-justify: center;
    text-align: justify;
    text-justify: inter-word;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 5px;
    color: #888;
    margin-top: 5px;
}
.product-category-links {
    padding-top: 6px;
}
.txt-c-muted {
    color: #888 !important;
}

.sm-bold {
    font-weight: 600 !important;
}

.divide-line {
    height: 2px;
    background: #f8f8f8;
    margin: 1em 0 1em 0;
}

.default-link {
    font-size: 18px;
    line-height: 30px;
    color: #2f343a !important;
    font-weight: normal;
    transition: all 0.2s ease-in;    
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.default-link:hover {
    color: #237ed7 !important;
}