/*
Primary: 
#e65239

Grey: 
#f2f2f5

Darkgrey: 
#B0BECA

Success:
#2ED661

Danger:
#E21B1B
 */
html, body {
    font-family: 'Open-sans','Arial','sans-serif',sans-serif;
    font-size: 16px;
    color: #27272c;
    font-weight: normal;
    line-height: 1.5em;
}
h1, h2, h3, h4, strong, b {
    font-weight: bold;
    line-height: 1.5em
}
h1 {font-size: 2.25rem;margin: 1.2em 0;}
h2 {font-size: 1.65rem;}
h3 {font-size: 1.50rem}
div.lg {font-size: 1.25rem}
img.logo {
    max-width: 100px;
    max-height: 100px;
}
svg.icon {
    stroke-width: 2px;
    height: 1em;
    width: 1em;
    display: inline-block;
    position: relative;
    top: 0.2em;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
svg.icon, a {fill:#e65239;stroke:#e65239;color: #e65239}
.btn-primary svg.icon {fill:white;stroke:white;}
.btn-primary, a.btn-primary {background: #e65239;}
footer div.main {
    background: #f2f2f5;
    padding: 45px 0 60px 0;
}

footer div.secondary {
    background: #B0BECA;
    color: white;
    padding: 15px 0;
    font-size: .8rem;
}
.nmt {margin-top: 0}
.nmb {margin-bottom: 0}
.mt1 {margin-top: 1em}
.mt2 {margin-top: 2em}
.mt3 {margin-top: 3em}
.mb1 {margin-bottom: 1em}
.mb2 {margin-bottom: 2em}
.mb3 {margin-bottom: 3em}
.mr1 {margin-right: 1em}
.mr2 {margin-right: 2em}
.mr3 {margin-right: 3em}
.ml1 {margin-left: 1em}
.ml2 {margin-left: 2em}
.ml3 {margin-left: 3em}
.npt {padding-top: 0}
.npb {padding-bottom: 0}
.pt1 {padding-top: 1em}
.pt2 {padding-top: 2em}
.pt3 {padding-top: 3em}
.pb1 {padding-bottom: 1em}
.pb2 {padding-bottom: 2em}
.pb3 {padding-bottom: 3em}
.pl1 {padding-left: 1em !important}
.pl2 {padding-left: 2em !important}
.pl3 {padding-left: 3em !important}
.pr1 {padding-right: 1em !important}
.pr2 {padding-right: 2em !important}
.pr3 {padding-right: 3em !important}
.container {
    max-width: 1100px;
}
.fluid {width: 100%}

footer div.secondary a {
    color: white;
}

.btn-toogle-menu {
    display: none;
}
.row-spaced {
    margin-left: -15px;
    margin-right: -15px;
}

.row-spaced > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}
.cookie-container {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    max-width: 400px;
    padding: 2em 2em 2em 2em;
    stroke: white;
    font-size: 13px;
    border-radius: 0 5px 5px 0;
    bottom: 2em;
    z-index: 999999;
    width: 100%;
    box-sizing: border-box;
}

.cookie-container .close-btn {
    position: absolute;
    right: -1em;
    top: -1em;
    cursor: pointer;
    z-index: 9999999;
    padding: 2em;
}
.cookie-container .close-btn:hover {
    stroke: #e5523a;
}
.cookie-container .title {
    font-weight: bold;
    font-size: .9rem;
}

.cookie-container .close-btn .icon {
    stroke: white;
}
.btn-clean {
    background: none;
    color: #1899d3;
}
.ticker {
    text-align: center;
    background: #b0beca;
    color: white;
    padding: 15px;
}
.btn.btn-lg {
    padding: 1em 1.5em;
    font-weight: bold;
}
.form-group {
    margin-bottom: 25px;
}

.form-group svg.pencil {
    display: none;
}

.form-group label {
    margin-bottom: 10px;
    display: block;
}
.form-group .update-label {
    display: none;
}
.well.success {
    background: #2ED661;
    border: none;
}
.well.error {
    background: #E21B1B;
    color:white;
    border: none;
}
.box.box-primary {
    background: #f3f3f3;
}

.box .box-body {
    padding: 30px;
}
.btn {cursor:pointer;}
.btn-success {
    background: #2ED661;
    color: white;
}
.btn-success .icon, .btn-secondary .icon {fill:white;stroke:white;}
.btn.btn-success:hover {
    color: white;
    background: #2acc5b;
}
.btn-secondary {
    background: #b0beca;
    color: white;
}

.btn-secondary:hover {
    background: #a0acb7;
    color: white;
}
.cms-page {
    overflow: hidden;
}
.tap-link {
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
.box-item:hover .title {
    color: #1799d4;
}
.breadcrumb ul {
    padding: 0;
    margin: 0;
    position: relative;
    top: -2em;
    font-size: .9em;
}

.breadcrumb ul li {
    list-style: none;
    color: #A5A5A5;
    text-transform: lowercase;
    display: inline-block;
}
.breadcrumb ul li a {
    font-weight: normal;
    color: inherit;
}

.breadcrumb ul li:after {content: ">";margin: 0 .8em;color: rgba(136, 131, 131, 0.55);}

.breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb ul li:last-child {
    color: #A5A5A5;
}
.breadcrumb {
    width: 100%;
}
.overlay-notify {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffffc7;
    display: none;
}

.overlay-notify.show {
    display: block;
}

.overlay-notify .notification {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 67px 17px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 67px 17px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 67px 17px rgba(0,0,0,0.08);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: 200px;
    overflow: overlay;
    height: calc(100% - 400px);
    background: white;
}

.overlay-notify .notification .body, .overlay-notify .notification .footer {
    padding: 30px;
    box-sizing: border-box;
}

.overlay-notify .notification .footer .btn {
    width: 100%;
    line-height: 32px;
}

.overlay-notify .notification .footer.fluid {
    padding: 0;
}
.overlay-notify .notification.xl {
    width: auto;
    max-width: 1200px;
}
.overlay-notify .flash-success.notification {
    height: auto;
}
.overlay-notify .notification > .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
table.table th {
    text-align: left;
}

table.table thead {
    background: #f3f3f3;
}

table.table thead tr > *:first-child {
    padding-left: 10px;
}

svg.icon.awesome.trash {
    fill: #E21B1B;
}
.price, .nowrap {white-space: nowrap;}
.wrapper-code {
    margin-top: 8px;
    position: relative;
}

.wrapper-code .btn-add-code {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #3d3d3d;
    padding: 7px;
    width: 33px;
    text-align: center;
    color:white;
    stroke: white;
    border-radius: 0 3px 3px 0;
}

.wrapper-code .form-control {
    height: 25px;
    line-height: 25px;
    padding: 0 50px 0 15px;
    border: none;
}
.wrapper-code .btn-add-code:hover {
    background: #3195b9;
}

table.table tfoot {
    background: #f3f3f3;
}
.wrapper-code .btn-add-code .icon {
    stroke: white;
    top: 1px;
    left: 2px;
}

table.table tfoot tr:first-child td {
    padding-top: 20px;
}

table.table tfoot tr:last-child td {
    padding-bottom: 20px;
}
span.old {
    font-weight: normal;
    color: #E21B1B;
    text-decoration: line-through;
    font-size: .9em;
}
.discount-tag {
    font-size: .9em;
    margin-bottom: 5px;
    color: #A5A5A5;
}
.well {
    border: none;
    background: #f3f3f3;
}
.input-overlay {
    display: none;
}
.menu-shoppingcart .menu-item {
    text-align: center;
    background: #f2f2f2;
    padding: 20px;
    font-family: Rajdhani,sans-serif;
    font-size: 17px;
    position: relative;
}

.menu-shoppingcart {
    margin-bottom: 40px;
}

.menu-shoppingcart .menu-item.active {
    background: #e65239;
    color: white;
    font-weight: bold;
}

.menu-shoppingcart .row-spaced >*:not(:last-child) .menu-item:after {
    content: " ";
    position: absolute;
    top: 50%;
    top: calc(50% - 10px);
    right: -10px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: inherit;
}
label input[type=checkbox], label input[type=radio] {
    margin-right: 10px;
}
.box-item {
    margin-bottom: 2.5em;
}





/*
start custom
 */
.box.box-success {
    background: #2ED661;
    color: white;
}

.box.box-success span.secondary {
    color: white;
}
.payment-methods img {
    max-width: 25px;
    margin-right: 8px;
    display: inline-block;
}
.box .title {
    display: block;
}

.box .price {
    display: block;
}

a.clean {
    color: inherit;
}
ul.bullet {
    padding-left: 20px;
}
.product-view > .row-spaced {
    margin-left: -30px;
    margin-right: -30px;
}

.product-view > .row-spaced > [class*=col] {
    padding-left: 30px;
    padding-right: 30px;
}
a.img-zoom {
    display: block;
}

img.zoomImg {
    background: white;
}

.amount-widget .amount {
    display: inline-block;
    width: 50px;
    text-align: center;
    font-weight: bold;
}
.amount-widget {
    white-space: nowrap;
}
.product-view .amount-widget {
    margin-top: 10px;
    margin-right: 30px;
}
.amount-widget .btn {
    background: #1899d3;
    border-radius: 50%;
    padding: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}

.amount-widget .btn .icon {
    fill: white;
    width: 10px;
    top: 2px;
    left: 1px;
}

.amount-widget input {
    border: none;
    text-align: center;
    width: 50px;
}

.product-view .price {
    margin-bottom: 20px;
}
body.page-home .hero .background-image {
    min-height: 300px;
    max-height: unset;
}
.hero .title, .hero h3 {
    color: white;
    width: 100%;
    position: absolute;
    top: calc(50% - 45px);
    text-align: center;
    margin: 0;
}

.hero {
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.hero img {
    width: 100%;
}
.cms-page .container {
    max-width: 800px;
}
body.page-home .cms-page .container {
    max-width: 1100px;
}
.menu-item.hr {
    border-bottom: 1px solid #f3f3f3;
}

.menu-faq .menu-link {
    padding: 10px 5px;
}

.menu-link .arrow-right {
    float: right;
    stroke: black;
    margin-right: 0;
}

.menu-link {
    color: inherit;
}

.menu-link.bold {
    font-weight: bold;
}

.menu-item.hr:hover .menu-link {
    background: #f3f3f3;
}
.form input[type=text], .form input[type=password], .form input[type=email], .form input[type=url], .form input[type=date], .form input[type=month], .form input[type=time], .form input[type=datetime], .form input[type=datetime-local], .form input[type=week], .form input[type=tel], .form input[type=color], .form input[type=number], .form input[type=search], .form select, .form textarea, .form-control {
    border-radius: 0;
}
.col-help {
    color: #707070;
    line-height: 1.8em;
}

.col-help h2 {
    font-weight: normal;
    font-size: 2rem;
}

a {
    text-decoration: none;
}
.usp-large .icon {
    width: 50px;
    height: 60px;
    float: left;
    margin-right: 10px;
    margin-bottom: 2em;
}
svg.icon.custom {
    stroke: none;
}
svg.icon.custom-stroke {
    fill: none;
    stroke-width: 2px;
}
h4.hr {
    margin-bottom: .5em;
    padding-bottom: 0.5em;
}
h3.hr, h4.hr {
    border-bottom: 1px solid #f3f3f3;
}
.btn {
    border-radius: 0;
    padding: .7em 1.4em;
}
.btn-primary:hover {
    color: white;
    background: #168dc1;
}

.container-xs {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

main {
    padding-bottom: 55px;
}
.menu-usps .menu-item {
    margin-right: 15px;
}

.menu-usps .menu-item .icon {
    margin-right: 5px;
}

.menu-usps {
    margin-bottom: 15px;
}
footer .menu-link {
    padding: 5px 0;
    color: #e65239;
}
a .icon {}

footer .title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

span.secondary, strong.secondary, small.secondary, p.secondary {
    color: #A5A5A5;
}
footer .menu-link {
    padding: 5px 0;
    color: #e65239;
}

.row-spaced.col-line > *:first-child:after {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #A5A5A5;
    top: 0;
    right: 0px;
}
header {
    padding: 40px 0 30px 0;
}
.col.col-info {
    width: 500px;
    padding-left: 15px;
}

.col.col-menu {
    text-align: right;
    width: 475px;
    padding-top: 23px;
}
.rating .star {display: inline-block;position: relative;width: 23px;text-align: right;}
.rating .icon.star-outer {
    height: 20px;
    width: 20px;
    fill: white;
    stroke: none;
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
}

.rating .bg {
    background: #ffc100;
    position: absolute;
    height: 20px;
    top: 0;
}

.rating {
    position: relative;
    display: inline-block;
    height: 20px;
    top: 3px;
}

.rating .star:before {
    content: " ";
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 20px;
    z-index: 1;
}

.rating:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 20px;
    background: #efefef;
    width: 100%;
    left: 0;
}
.rating-wrapper {
    text-align: right;
    color: inherit;
}
.review .title {
    font-weight: bold;
}
.review .star.checked {
    fill: #eccd2b;
}

.review ul.pro, .review ul.con {
    padding-left: 0;
}

.review ul.pro li, .review ul.con li {
    list-style: none;
}

.review ul.pro li .icon, .review ul.con li .icon {
    margin-right: 10px;
}

.review ul.pro li .icon {
    fill: #15c915;
}

.review ul.con li .icon {
    fill: red;
}

.review .author, .review .location {
    font-size: .9em;
    color: #bfbfbf;
    display: inline-block;
}
.review.box {
    border: 1px solid #f1f1f1;
    padding: 15px 20px;
    position: relative;
}
.review .answer {
    margin-top: 12px;
    background: #f6f6f6;
    padding: 15px;
}
.review .rating-wrapper {
    position: absolute;
    right: 20px;
}
.hero .background-image {
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
}
ul.clean.check li:before {
    content: "\2713";
    color: #1799d4;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

ul.clean.check li {
    list-style: none;
}

ul.clean.check {
    padding-left: 0;
}
.content.shoppingcartHeader {
    display: inline-block;
}

.shoppingcartHeader span.cnt {
    margin-left: 10px;
}
.title .btn-back {
    position: absolute;
    top: 7px;
}
.box-block.tap-link:hover .image:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(24, 153, 211, .8);
    z-index: 1;
}

.box-block.tap-link:hover .overlay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    fill: white;
    z-index: 1;
    stroke: white;
}
.box-block .overlay {
    display: none;
}

.box-block.tap-link .image {
    position: relative;
}

.box-block.tap-link:hover .overlay .icon {
    width: 30px;
    height: 30px;
    fill: white;
}

.box-block .box-body {
    border: 1px solid #efefef;
    padding: 20px;
}

.box-block .image + .box-body {
    border-top: 0;
}
.hero h3 {
    top: calc(50% + 30px);
}

.hero .title {
    font-size: 60px;
}