html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none !important;
    vertical-align: top;
    background: transparent;
    font-weight: normal;
    line-height: 1.5em
}
ol,
ul {
    list-style: none
}
a,
span {
    vertical-align: baseline
}
b,
strong {
    vertical-align: baseline;
    font-weight: bold
}
i,
dfn {
    font-style: italic
}
img {
    max-width: 100%
}
@-webkit-keyframes btnRoll {
    0% {
        height: 0%;
        animation-timing-function: ease-in
    }
    50% {
        height: 100%;
        animation-timing-function: ease-out
    }
    75% {
        height: 87%;
        animation-timing-function: ease-in
    }
    100% {
        height: 100%;
        animation-timing-function: ease-out
    }
}
@keyframes btnRoll {
    0% {
        height: 0%;
        animation-timing-function: ease-in
    }
    50% {
        height: 100%;
        animation-timing-function: ease-out
    }
    75% {
        height: 87%;
        animation-timing-function: ease-in
    }
    100% {
        height: 100%;
        animation-timing-function: ease-out
    }
}
@-webkit-keyframes textRoll {
    0% {
        top: 0;
        animation-timing-function: ease-out
    }
    54% {
        top: 0
    }
    85% {
        top: -3px;
        animation-timing-function: ease-in
    }
    100% {
        top: 0;
        animation-timing-function: ease-out
    }
}
@keyframes textRoll {
    0% {
        top: 0;
        animation-timing-function: ease-out
    }
    54% {
        top: 0
    }
    85% {
        top: -3px;
        animation-timing-function: ease-in
    }
    100% {
        top: 0;
        animation-timing-function: ease-out
    }
}
@-webkit-keyframes changeColor {
    0% {
        color: #fff;
        animation-timing-function: ease-out
    }
    8% {
        color: #323131;
        animation-timing-function: ease-in
    }
    55% {
        color: #f07e0b;
        animation-timing-function: ease-out
    }
    100% {
        color: #f07e0b;
        animation-timing-function: ease-out
    }
}
@keyframes changeColor {
    0% {
        color: #fff;
        animation-timing-function: ease-out
    }
    8% {
        color: #323131;
        animation-timing-function: ease-in
    }
    55% {
        color: #f07e0b;
        animation-timing-function: ease-out
    }
    100% {
        color: #f07e0b;
        animation-timing-function: ease-out
    }
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent
}
.clearfix {
    zoom: 1
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
.hidden,
.visuallyhidden {
    display: none
}
.left {
    float: left
}
.right {
    float: right
}
.jq-selectbox {
    display: block;
    z-index: 1000 !important;
    cursor: pointer
}
.jq-selectbox__select-text {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.jq-selectbox__trigger i {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.jq-selectbox__dropdown {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.jq-selectbox.opened .jq-selectbox__trigger i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
#at15s {
    z-index: 999 !important
}
#habla_window_div {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}
#habla_window_div textarea {
    min-height: 1px
}
#habla_window_div textarea {
    min-height: 1px
}
#page_preloader .global_loader::after {
    display: none
}
#page_preloader {
    background: #eeeeee;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}
#page_preloader .global_loader {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: -22px 0 0 -73px;
    top: 50%
}
.loader_on .global_loader {
    top: 20px;
    opacity: 1
}
.loader_off .global_loader {
    top: 0;
    opacity: 0
}
.cssload-loader {
    width: 97px;
    height: 19px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}
.cssload-loader>div {
    content: " ";
    width: 14px;
    height: 14px;
    background: #2196f3;
    position: absolute;
    animation: cssload-shift 2.3s linear infinite;
    -o-animation: cssload-shift 2.3s linear infinite;
    -ms-animation: cssload-shift 2.3s linear infinite;
    -webkit-animation: cssload-shift 2.3s linear infinite;
    -moz-animation: cssload-shift 2.3s linear infinite
}
.cssload-loader>div:nth-of-type(1) {
    animation-delay: -0.46s;
    -o-animation-delay: -0.46s;
    -ms-animation-delay: -0.46s;
    -webkit-animation-delay: -0.46s;
    -moz-animation-delay: -0.46s
}
.cssload-loader>div:nth-of-type(2) {
    animation-delay: -0.92s;
    -o-animation-delay: -0.92s;
    -ms-animation-delay: -0.92s;
    -webkit-animation-delay: -0.92s;
    -moz-animation-delay: -0.92s
}
.cssload-loader>div:nth-of-type(3) {
    animation-delay: -1.38s;
    -o-animation-delay: -1.38s;
    -ms-animation-delay: -1.38s;
    -webkit-animation-delay: -1.38s;
    -moz-animation-delay: -1.38s
}
.cssload-loader>div:nth-of-type(4) {
    animation-delay: -1.84s;
    -o-animation-delay: -1.84s;
    -ms-animation-delay: -1.84s;
    -webkit-animation-delay: -1.84s;
    -moz-animation-delay: -1.84s
}
@keyframes cssload-shift {
    0% {
        left: -58px;
        opacity: 0;
        background-color: #ff0
    }
    10% {
        left: 0;
        opacity: 1
    }
    90% {
        left: 97px;
        opacity: 1
    }
    100% {
        left: 156px;
        background-color: red;
        opacity: 0
    }
}
@-o-keyframes cssload-shift {
    0% {
        left: -58px;
        opacity: 0;
        background-color: #ff0
    }
    10% {
        left: 0;
        opacity: 1
    }
    90% {
        left: 97px;
        opacity: 1
    }
    100% {
        left: 156px;
        background-color: red;
        opacity: 0
    }
}
@-ms-keyframes cssload-shift {
    0% {
        left: -58px;
        opacity: 0;
        background-color: #ff0
    }
    10% {
        left: 0;
        opacity: 1
    }
    90% {
        left: 97px;
        opacity: 1
    }
    100% {
        left: 156px;
        background-color: red;
        opacity: 0
    }
}
@-webkit-keyframes cssload-shift {
    0% {
        left: -58px;
        opacity: 0;
        background-color: #ff0
    }
    10% {
        left: 0;
        opacity: 1
    }
    90% {
        left: 97px;
        opacity: 1
    }
    100% {
        left: 156px;
        background-color: red;
        opacity: 0
    }
}
@-moz-keyframes cssload-shift {
    0% {
        left: -58px;
        opacity: 0;
        background-color: #ff0
    }
    10% {
        left: 0;
        opacity: 1
    }
    90% {
        left: 97px;
        opacity: 1
    }
    100% {
        left: 156px;
        background-color: red;
        opacity: 0
    }
}
#page_preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #eeeeee
}
#page_preloader .global_loader {
    margin: 2px 0 0 -22px;
    top: 50%
}
.cookies_container {
    min-height: 60px;
    background: #191919;
    text-align: center;
    display: none
}
.cookies_container p {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    line-height: 1.5em;
    padding: 19px 0 0;
    color: #888
}
.cookies_container p b {
    vertical-align: baseline;
    color: #fff
}
.cookies_container .cookie_btn {
    height: 40px;
    display: inline-block;
    margin: 10px 0 10px 6px;
    padding: 0 15px;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    font-size: 15px;
    line-height: 38px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.cookies_container .cookie_ok {
    margin: 10px 0 10px 20px;
    background: #18a439;
    border-color: #18a439
}
.cookies_container .cookie_no {
    border-color: #585858
}
.cookies_container .cookie_btn:hover {
    background: #585858;
    border-color: #585858
}
#google_map,
#google_map iframe {
    width: 100% !important;
    height: 300px !important;
    background: #e7e7e6
}
.template-index #google_map,
.template-index #google_map iframe {
   /* height: 525px !important;
    margin-bottom: -51px*/
}
.template-index #google_map {
    margin-top: 40px
}
.template-index .custom_bottom+#google_map {
    margin-top: 0
}
#google_map img {
    max-width: none !important
}
.fancybox-skin {
    padding: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.fancybox-close {
    display: block;
    background: #323131;
    border: 3px solid rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5)
}
.fancybox-close:hover {
    background: #f07e0b
}
.fancybox-close:before {
    content: '\f00d';
    width: 30px;
    height: 30px;
    display: block;
    font: 15px/30px 'FontAwesome';
    color: #fff;
    text-align: center
}
.fancybox-nav span {
    width: 36px;
    height: 36px;
    display: block;
    margin: -18px 0 0 0;
    background: #323131;
    border: 3px solid rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out
}
.fancybox-nav span:before {
    width: 30px;
    height: 30px;
    display: block;
    font: 20px/28px 'FontAwesome';
    color: #fff;
    text-align: center
}
.fancybox-nav:hover>span {
    background: #f07e0b
}
.fancybox-prev span:before {
    content: '\f104';
    padding: 0 2px 0 0
}
.fancybox-next span:before {
    content: '\f105';
    padding: 0 0 0 2px
}
#newsletter_popup__wrap {
    width: 956px !important;
    text-align: left
}
#newsletter_popup__wrap .fancybox-outer,
#newsletter_popup__wrap .fancybox-inner {
    position: static
}
#newsletter_popup__wrap .fancybox-inner {
    width: auto !important;
    height: auto !important;
    overflow: visible !important
}
#newsletter_popup__wrap .fancybox-skin {
    padding: 32px 80px 146px 467px !important;
    background: #fff url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/newsletter_popup_bg.png?12255090134645871222) 0% 0 no-repeat
}
#newsletter_popup__wrap .fancybox-close {
    top: 15px;
    right: 14px;
    background: none;
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
#newsletter_popup__wrap .fancybox-close::before {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 24px;
    width: 25px;
    height: 25px;
    text-align: left;
    color: #323131;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out
}
#newsletter_popup__wrap .fancybox-close:hover::before {
    color: #f07e0b
}
#newsletter_popup .logo_main {
    overflow: hidden;
    float: none;
    margin-bottom: 22px
}
#newsletter_popup .logo_main a {
    overflow: hidden
}
#newsletter_popup .logo_main b {
    height: 90px;
    margin-right: 19px;
    line-height: 90px;
    font-size: 100px;
    padding: 0 0 0 2px;
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/logo_bg.png?12255090134645871222) 0 0 no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%
}
#newsletter_popup .logo_main b>span {
    height: 90px;
    margin-right: -19px;
    line-height: 82px;
    padding: 6px 19px 2px 0px;
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/logo_bg.png?12255090134645871222) right 0 no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%
}
#newsletter_popup h2 {
    margin-bottom: 23px
}
#newsletter_popup p {
    font-size: 14px;
    line-height: 1.71;
    color: #a9a9a9;
    font-weight: 700
}
#newsletter_popup form {
    margin: 25px 0 0 0;
    position: relative;
    padding-right: 128px
}
#newsletter_popup input {
    width: 100%;
    height: 48px;
    line-height: 20px;
    font-size: 14px;
    border: 0;
    padding: 13px 20px;
    color: #a9a9a9;
    background: #fafafa
}
#newsletter_popup .btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-transform: lowercase;
    min-width: 116px;
    text-align: center;
    padding: 0 5px;
    text-align: right;
    padding: 0 0 0 5px;
    margin-right: 7px;
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/logo_bg_small.png?12255090134645871222) left 0 no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%
}
#newsletter_popup .btn:before,
#newsletter_popup .btn:after {
    display: none !important
}
#newsletter_popup .btn>span {
    text-align: center;
    height: 48px;
    line-height: 48px;
    display: block;
    margin-right: -7px;
    padding: 0 5px 0 0px;
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/logo_bg.png?12255090134645871222) right 0 no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%
}
#newsletter_popup .btn>span>span {
    line-height: 48px
}
#newsletter_popup .btn:hover {
    color: #f07e0b
}
#newsletter_popup .newsletter_off__wrap {
    margin: 30px 0 0 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}
#newsletter_popup .newsletter_error {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    color: #f00;
    position: absolute;
    left: 0;
    text-align: center;
    top: 55px;
    line-height: 30px
}
#newsletter_popup .newsletter_success {
    font-weight: bold;
    color: #119000;
    text-align: left;
    line-height: 30px;
    font-size: 13px
}
#newsletter_off {
    height: 61px;
    line-height: 61px;
    font-size: 14px;
    width: 100%;
    color: #fff;
    background: #323131;
    font-weight: 700;
    -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out
}
#newsletter_off:hover {
    color: #fff;
    background: #f07e0b
}
#cart_added .cart_added__row {
    height: 120px;
    display: table
}
#cart_added h4 {
    margin: 0 0 15px 0;
    text-align: center
}
#cart_added.cart_error {
    max-width: 420px
}
.cart_added__1 {
    width: 120px;
    height: 100%;
    display: table-cell;
    text-align: center
}
.cart_added__1 img {
    height: 120px;
    padding: 10px;
    border: 1px solid #d9d9d9
}
.cart_added__2 {
    width: 300px;
    height: 100%;
    display: table-cell;
    padding: 0 0 0 15px
}
.cart_added__2 .product_name {
    display: block
}
.cart_added__2 #cart_added__quantity {
    margin: 15px 0 0 0;
    font-size: 16px
}
.cart_added__2 .btn {
    margin: 15px 5px 0 0;
    padding: 0 5px;
    font-size: 11px;
    background: #f07e0b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.cart_added__2 .btn:before,
.cart_added__2 .btn:after {
    display: none
}
.cart_added__2 .btn:hover {
    background: #323131
}
#quick_view__wrap .fancybox-skin {
    padding: 30px !important
}
#product_quick_view {
    width: 668px
}
.product_quick_wrapper {
    width: 100%;
    display: table
}
.quick_view__left {
    width: 317px;
    height: 100%;
    display: table-cell;
    padding: 0 15px 0 0
}
.quick_view__left #img_big {
    width: 302px;
    padding: 4px;
    border: 1px solid #d9d9d9
}
.quick_view__left #img_big img {
    background: rgba(0, 0, 0, 0.05)
}
.quick_view__left .product_images {
    width: 302px;
    overflow: hidden
}
.quick_view__left .product_images .bx-wrapper {
    max-width: 100% !important;
    width: 100% !important
}
.quick_view__left .img_gallery a {
    width: 94px !important;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px;
    border: 1px solid #d9d9d9;
    background: rgba(0, 0, 0, 0)
}
.quick_view__left .img_gallery a img {
    max-width: 100%;
    background: rgba(0, 0, 0, 0.05)
}
.quick_view__left .img_gallery a:hover {
    background: rgba(0, 0, 0, 0.05)
}
.quick_view__right {
    height: 100%;
    display: table-cell;
    overflow: hidden;
    padding: 0 0 0 15px
}
.quick_view__right p {
    margin: 15px 0 0 0;
    font-size: 14px
}
.quick_view__right label {
    font-weight: normal;
    font-size: 14px;
    color: #323131
}
#quick_view__name {
    margin: 0
}
#quick_view__variants {
    overflow: hidden;
    margin: 15px -10px 0 -10px
}
#quick_view__variants label {
    display: block;
    padding: 0 10px
}
#quick_view__variants .selector-wrapper {
    width: 33%;
    float: left;
    padding: 15px 10px 0 10px
}
#quick_view__variants .selector-wrapper label {
    display: none !important
}
#quick_view__variants .selector-wrapper select {
    width: 100%;
    display: block
}
#quick_view__price {
    margin: 30px 0 0 0;
    position: relative
}
#quick_view__price .price {
    margin: 0;
    padding: 0 60px 0 0
}
#quick_view__price .money {
    margin: 0 7px 0 0;
    font-size: 20px
}
#quick_view__price .money_sale {
    font-size: 16px
}
#quick_view__price .money_sale_percent {
    width: 52px;
    height: 26px;
    display: block;
    margin: -13px 0 0 0;
    background: #323131;
    font: bold 14px/26px 'Arial';
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
#quick_view__availability {
    margin: 20px 0 0 0
}
#quick_view__form {
    margin: 15px 0 0 0
}
#quick_view__form label {
    display: block
}
#quick_view__form #quick_view__add {
    height: 50px;
    line-height: 50px;
    margin: 10px 10px 0 0;
    padding: 0 20px;
    font-size: 18px;
    background: #f07e0b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
#quick_view__form #quick_view__add:before,
#quick_view__form #quick_view__add:after {
    display: none
}
#quick_view__form #quick_view__add:hover {
    background: #323131
}
body {
    font: normal 15px Merriweather Sans, sans-serif;
    color: #323131
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0;
    font: bold 24px Merriweather Sans, sans-serif;
    line-height: 1.55em;
    color: #323131
}
h2 {
    font-size: 24px
}
h3 {
    font-size: 20px
}
h4 {
    font-size: 18px
}
h5 {
    font-size: 16px
}
h6 {
    font-size: 12px
}
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    display: none
}
.minor_heading {
    margin: 0;
    font-size: 24px
}
.minor_heading a {
    font-weight: inherit
}
.minor_heading {
    font-family: Just Another Hand, sans-serif;
    margin: 0;
    font-size: 100px;
    line-height: 0.9em;
    font-weight: 400
}
.minor_heading a {
    font-weight: inherit
}
.title1 {
    font-family: Just Another Hand, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.05
}
.title1 a {
    line-height: 1.05;
    font-weight: 400
}
p {
    margin: 15px 0;
    padding: 0
}
.column_center ul {
    list-style-type: square;
    list-style-position: inside
}
.column_center ol {
    list-style-type: decimal;
    list-style-position: inside
}
a {
    color: #FC4A03;/*#f07e0b;*/
    text-decoration: none;
    -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out
}
a:hover,
a:active {
    color: #323131
}
.product_name {
    font-size: 18px;
    color: #323131
}
.product_name a {
    color: #323131;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.product_name a:hover {
    color: #f07e0b
}
.product_desc {
    font-size: 15px;
    color: #9b9b9b
}
.money {
    white-space: nowrap;
    color: #323131
}
.money_sale,
.compare-at-price {
    color: #323131;
    text-decoration: line-through
}
.rte {
    margin-top: 15px;
    margin-bottom: 15px;
    color: inherit
}
.rte>* {
    max-width: 100%
}
.rte a {
    text-decoration: underline
}
.rte a:hover {
    text-decoration: none
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
    margin: 30px 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2)
}
.rte h1 {
    font-size: 22px
}
.rte h2 {
    font-size: 18px
}
.rte h3 {
    font-size: 16px
}
.rte h4 {
    font-size: 15px
}
.rte h5 {
    font-size: 14px
}
.rte h6 {
    font-size: 12px
}
.rte ul {
    list-style-type: disc;
    list-style-position: inside
}
.rte ol {
    list-style-type: decimal;
    list-style-position: inside
}
.rte blockquote {
    padding: 5px 35px;
    font-weight: normal
}
.rte blockquote:before {
    content: '\f10d';
    font: 16px 'FontAwesome'
}
.rte blockquote:after {
    content: '\f10e';
    float: right;
    font: 12px 'FontAwesome'
}
.rte blockquote * {
    margin: 10px 0 !important;
    font-size: 15px
}
.rte iframe {
    max-width: 100% !important
}
.page_content .rte table {
    width: 100%;
    max-width: 100%
}
.page_content .rte table td {
    padding: 0 15px
}
.page_content .rte table td img {
    width: auto;
    max-width: 100% !important
}
.page_content .rte table h2,
.page_content .rte table h3,
.page_content .rte table h4,
.page_content .rte table h5,
.page_content .rte table h6 {
    margin: 15px 0;
    padding: 0;
    border: none;
    font-weight: normal;
    color: #f07e0b;
    text-transform: uppercase
}
label {
    font-weight: bold;
    font-size: 18px
}
select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"] {
    padding: 6px;
    border: 1px solid #d9d9d9;
    font: normal 13px 'Arial';
    font-family: Merriweather Sans, sans-serif;
    color: #323131;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"] {
    height: 34px;
    line-height: 18px;
    padding: 7px
}
select,
select.form-control {
    padding: 8px 3px
}
textarea,
textarea.form-control {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    resize:none;
}
select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
    border-color: #aaa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd
}
input[type="radio"],
input[type="checkbox"],
.form-group {
    vertical-align: top !important;
    margin-top: 15px;
    margin-bottom: 0
}
.form-horizontal label {
    padding-top: 0 !important;
    text-align: left;
    line-height: 34px
}
.form-horizontal select {
    width: 100%
}
.action_bottom span.note {
    margin-left: 5px
}
.action_bottom span.note a {
    margin-left: 5px
}
.alert {
    margin: 15px 0;
    padding: 12px;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.alert p {
    margin: 0
}
.alert a {
    font-weight: bold;
    text-decoration: underline
}
.alert a:hover {
    text-decoration: none
}
.alert ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0
}
.alert ul li {
    font-weight: bold
}
.alert ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 0
}
.alert ol li {
    font-weight: bold
}
.alert>p+p,
.alert>ul+ul {
    margin: 10px 0 0 0
}
.alert-success {
    background-color: #dff0d8;
    color: #1e892a
}
.alert-success a {
    color: #1e892a
}
.alert-info {
    background-color: #cfedfc;
    color: #267abe
}
.alert-info a {
    color: #267abe
}
.alert-warning {
    background-color: #fff5c7;
    color: #c87100
}
.alert-warning a {
    color: #c87100
}
.alert-danger,
.alert-error {
    background-color: #ffcccc;
    color: #d10300
}
.alert-danger a,
.alert-error a {
    color: #d10300
}
.alert-form {
    border-color: #d10300 !important
}
.alert-form-info {
    display: none;
    margin: 5px 0 0 0;
    font-weight: bold;
    color: #d10300;
    font-size: 12px
}
.notify_success {
    color: #1e892a
}
.notify_info {
    color: #267abe
}
.notify_warning {
    color: #c87100
}
.notify_danger {
    color: #d10300
}
.btn,
.btn a,
.btn-info,
.btn-primary {
    display: inline-block;
    position: relative;
    height: 34px;
    padding: 0 14px;
    line-height: 34px;
    border: none;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    background: #323131;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}
.btn a,
.btn a a,
.btn-info a,
.btn-primary a {
    padding: 0 !important;
    border: none !important
}
.btn:focus {
    color: #fff;
    background: #323131
}
.btn_bg_img {
    padding: 0 14px;
    padding: 0px 0 0 14px;
    background: url(../images/btn-bg.png) left top no-repeat
}
.btn_bg_img>span {
    display: block;
    height: 34px;
    line-height: 34px;
    font-weight: 700;
    padding-right: 14px;
    margin-right: -14px;
    background: url(../images/btn-bg.png) right top no-repeat
}
.btn_bg_img>span>span {
    font-weight: 700;
    line-height: 35px;
    position: relative;
    display: block;
    z-index: 10
}
.btn_bg_img:before,
.btn_bg_img:after {
    position: absolute;
    z-index: 1;
    content: "";
    left: 50%;
    right: 50%;
    height: 100%;
    bottom: 0;
    opacity: 1;
    background: url(../images/btn-bg.png) left bottom no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.btn_bg_img:after {
    background-position: right bottom
}
.btn:focus {
    color: #fff;
    background: #323131
}
.btn_bg_img:focus {
    background: url(../images/btn-bg.png) left top no-repeat
}
.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
    color: #fff;
    background: #FC4A03;/*#f07e0b*/
}
.btn:hover.btn_bg_img,
.btn:hover a.btn_bg_img,
.btn-info:hover.btn_bg_img,
.btn-primary:hover.btn_bg_img {
    background: url("../images/btn-bg.png") left top no-repeat;
}
.btn:hover:before,
.btn:hover a:before,
.btn-info:hover:before,
.btn-primary:hover:before {
    left: 0;
    right: 0px
}
.btn:hover:after,
.btn:hover a:after,
.btn-info:hover:after,
.btn-primary:hover:after {
    right: -14px;
    left: 14px
}
.btn-alt,
.btn-alt a {
    background: #f07e0b;
    border-color: #f07e0b
}
.btn-alt:hover,
.btn-alt:hover a {
    background: #323131;
    border-color: #323131
}
input.btn {
    padding: 0 14px;
    background: #323131;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out
}
input.btn:hover {
    background:#FC4A03;/* #f07e0b*/
}
.btn-big {
    font-size: 16px
}
.link {
    display: inline-block;
    padding-bottom: 2px;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    text-transform: lowercase;
    border-bottom: 1px solid #f07e0b;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.link:hover {
    border-bottom-color: #323131;
    color: #323131
}
.link[disabled] {
    border-bottom: 1px solid #f07e0b;
    color: #f07e0b
}
.btn-disabled {
    opacity: .5
}
html {
    width: 100%;
    height: 100%
}
#wrapper1 {
    position: relative;
    z-index: 1;
    background: #eeeeee
}
#wrapper2 {
    overflow: hidden
}
.container {
    padding: 0
}
.old_browsers a {
    display: block;
    padding: 20px 0;
    background: #ffa200;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out
}
.old_browsers a i {
    margin: 0 5px 0 0;
    font-size: 30px;
    color: #e90b00;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5)
}
.old_browsers a:hover {
    color: #e90b00
}
header {
    margin-bottom: 23px
}
.page_top {
    background: #fff
}
.header_right {
    float: right;
    padding-right: 0
}
.header_user {
    float: left;
    margin-top: 29px
}
.header_user li {
    display: inline-block
}
.header_user li+li {
    padding-left: 20px
}
.header_user li+li:before {
    display: inline-block;
    width: 0;
    margin-right: 20px;
    content: "";
    height: 13px;
    border: 1px solid #f07e0b
}
.header_user li a {
    font-size: 14px;
    font-weight: 700;
    color: #f07e0b
}
.header_user li a:hover {
    color: #a9a9a9
}
.header_user li a i {
    margin: 3px 5px 0 0;
    line-height: 1.5em
}
.logo_main {
    float: left;
    overflow: hidden;
    margin-top: 33px
}
.logo_main a {
    color: #323131;
    display: inline-block
}
.logo_main b {
    display: block;
    float: left;
    margin-right: 9px;
    height: 63px;
    font-weight: 400;
    font-family: Just Another Hand, sans-serif;
    font-size: 72px;
    line-height: 63px;
    color: #fff;
    padding: 0 0px 0 4px;
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/logo_bg_small.png?12255090134645871222) 0 0 no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%
}
.logo_main b>span {
    height: 63px;
    line-height: 62px;
    display: inline-block;
    margin-right: -9px;
    padding: 3px 7px 3px 0px;
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/logo_bg_small.png?12255090134645871222) right 0 no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%
}
.logo_main a>span {
    margin: 17px 0 0 15px;
    display: inline-block;
    max-width: 130px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43em;
    color: #9b9b9b
}
.logo_main img {
    margin-right: 11px
}
.header_currency {
    text-align: center;
    margin: 32px 0 0 0
}
.header_currency select {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important
}
.header_currency .jq-selectbox {
    width: 52px;
    margin-left: 20px;
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.header_currency .jq-selectbox:hover {
    color: #f07e0b
}
.header_currency .jq-selectbox__select {
    height: 25px;
    padding: 0 12px 0 2px
}
.header_currency .jq-selectbox__select-text {
    width: 35px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700
}
.header_currency .jq-selectbox__trigger i {
    right: 0px;
    top: 2px;
    color: #f07e0b
}
.header_currency .jq-selectbox__dropdown {
    width: 100% !important;
    background: #fff;
    top: 28px !important;
    left: -15px;
    min-width: 82px
}
.header_currency .jq-selectbox__dropdown ul {
    padding: 10px 17px 20px
}
.header_currency .jq-selectbox__dropdown ul li {
    padding: 3px 0;
    font-size: 14px;
    font-weight: 700;
    color: #f07e0b
}
.header_currency .jq-selectbox__dropdown ul li.sel,
.header_currency .jq-selectbox__dropdown ul li:hover {
    color: #a9a9a9
}
.header_cart {
    float: right;
    margin-top: 39px
}
.header_cart a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700
}
.header_cart a i {
    padding-right: 7px;
    font-size: 36px
}
.header_cart a span {
    font-weight: 700
}
.header_cart__inside {
    display: inline-block;
    padding-top: 22px
}
#cart_items {
    padding: 0 1px
}
.header_search {
    margin: 0px
}
.header_search form {
    padding: 17px 64px 0px 0px;
    position: relative;
    width: 270px;
    border-bottom: 3px solid #323131
}
.header_search #search-field {
    border: none;
    height: 61px;
    width: 100%;
    padding: 18px 5px 25px 0;
    color: #a9a9a9;
    font-weight: bold;
    font-size: 14px
}
.header_search #search-field:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.header_search #search-submit {
    position: absolute;
    right: 8px;
    top: 15px;
    bottom: 5px;
    overflow: hidden;
    font-size: 30px;
    width: 56px;
    font-size: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #323131;
    z-index: 1;
    -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out
}
.header_search #search-submit:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: block;
    background: #f07e0b;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.header_search #search-submit i {
    position: relative;
    line-height: 56px
}
.header_search #search-submit:hover i {
    -webkit-animation: textRoll 0.4s;
    animation: textRoll 0.4s
}
.header_search #search-submit:hover:after {
    height: 100%;
    -webkit-animation: btnRoll 0.4s;
    animation: btnRoll 0.4s
}
.custom_header {
    float: left;
    max-width: 270px;
    width: 100%;
    margin: 41px 0px 0 0
}
.custom_header .text1 {
    font-size: 14px;
    font-weight: 700
}
.custom_header h2 {
    line-height: 1.1;
    margin: -5px 0 0
}
.custom_header h2 span {
    line-height: inherit;
    font-weight: 700;
    color: #a9a9a9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.custom_header h2 a {
    font-weight: 700;
    color: #323131;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.custom_header h2 a:hover,
.custom_header h2 a:hover span {
    color: #f07e0b
}
#megamenu {
    height: 50px;
    position: relative;
    z-index: 999;
    background:#FC4A03;/* #f07e0b*/
}
.menu_wrapper>.container {
    padding: 14px 0;
    background: #FC4A03;/*#f07e0b*/
}
.sf-menu {
    padding-left: 2px;
    background: #f07e0b;
    position: relative
}
.sf-menu>li {
    float: left;
    display: block
}
.sf-menu>li>a {
    margin: 6px 2px 6px 17px;
    display: block;
    position: relative;
    color: #fff;
    font-size: 18px;
    z-index: 1;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out
}
.sf-menu>li>a:hover .megamenu_item_text_inner {
    -webkit-animation: changeColor 0.4s;
    animation: changeColor 0.4s
}
.sf-menu>li>a .megamenu_item_text {
    position: relative;
    display: inline-block;
    height: 37px;
    padding: 0 27px;
    line-height: 37px;
    letter-spacing: 1px;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out
}
.sf-menu>li>a .megamenu_item_text:before,
.sf-menu>li>a .megamenu_item_text:after {
    content: "";
    position: absolute;
    right: 51%;
    left: 51%;
    bottom: 0;
    height: 100%;
    z-index: 1;
    background: url(../images/megamenu_item_bg.png) 0 0 no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.sf-menu>li>a .megamenu_item_text:after {
    background-position: right 0
}
.sf-menu>li>a .megamenu_item_text_inner {
    position: relative;
    z-index: 10;
    font-weight: bold
}
.sf-menu>li+li>a:before {
    content: "";
    position: absolute;
    left: -9px;
    top: 1px;
    bottom: 3px;
    width: 1px;
    background: #fff;
    opacity: .33
}
.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover,
.sf-menu>li>a.active {
    color:#FC4A03;/* #f07e0b*/
}
.sf-menu>li.sfHover>a .megamenu_item_text:before,
.sf-menu>li.sfHover>a .megamenu_item_text:after,
.sf-menu>li>a:hover .megamenu_item_text:before,
.sf-menu>li>a:hover .megamenu_item_text:after,
.sf-menu>li>a.active .megamenu_item_text:before,
.sf-menu>li>a.active .megamenu_item_text:after {
    right: 19px;
    left: 0
}
.sf-menu>li.sfHover>a .megamenu_item_text:after,
.sf-menu>li>a:hover .megamenu_item_text:after,
.sf-menu>li>a.active .megamenu_item_text:after {
    right: 0;
    left: 19px
}
.sf-menu>li>ul {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 65px;
    display: none;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12)
}
.sf-menu>li>ul .submenu {
    padding: 55px 85px
}
.sf-menu>li>ul .submenu h2 {
    margin-top: 0
}
.sf-menu>li>ul .submenu .btn:not(.blog_date) {
    padding-left: 18px;
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/btn-bg2.png?12255090134645871222) left 0 no-repeat
}
.sf-menu>li>ul .submenu .btn:not(.blog_date)>span {
    padding-right: 18px;
    margin-right: -18px;
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/btn-bg2.png?12255090134645871222) right 0 no-repeat
}
.sf-menu>li>ul .submenu .btn:not(.blog_date):before,
.sf-menu>li>ul .submenu .btn:not(.blog_date):after {
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/btn-bg2.png?12255090134645871222) left bottom no-repeat
}
.sf-menu>li>ul .submenu .btn:not(.blog_date):after {
    background-position: right bottom
}
.sf-menu>li>ul .submenu .btn:not(.blog_date):hover:after {
    right: -19px
}
.sf-menu .menu_badge {
    position: absolute;
    right: -23px;
    top: -30px;
    display: block;
    padding: 5px 10px 6px;
    line-height: 1em;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.4px;
    color: #f07e0b
}
.sf-menu .menu_badge:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 6px;
    border: 5px solid;
    border-color: #fff transparent transparent #fff
}
.sf-menu .megamenu_item_2>ul .submenu li {
    margin-top: 11px
}
.sf-menu .megamenu_item_2>ul .submenu li a {
    color: #323131
}
.sf-menu .megamenu_item_2>ul .submenu li a:hover {
    color: #a9a9a9
}
.sf-menu .megamenu_item_2>ul h4 {
    margin: 0
}
.sf-menu .megamenu_item_2>ul .submenu {
    padding-top: 0;
    padding-bottom: 0
}
.sf-menu .megamenu_item_2>ul .submenu .megamenu_links {
    padding-top: 34px;
    padding-bottom: 44px
}
.sf-menu .megamenu_item_2>ul .banner {
    float: right;
    padding: 37px 0px 30px 57px
}
.sf-menu .megamenu_item_2>ul .banner h2.minor_heading {
    margin-bottom: 12px;
    color: #f07e0b;
    font-size: 72px;
    line-height: 72px
}
.sf-menu .megamenu_item_2>ul .banner h2.minor_heading span {
    display: block;
    margin-top: -7px;
    color: #323131
}
.sf-menu .megamenu_item_2>ul .banner .minor_heading,
.sf-menu .megamenu_item_2>ul .banner .minor_heading span {
    line-height: 0.8
}
.submenu_3 h2 {
    margin-bottom: 32px
}
.submenu_3 .megamenu_blog {
    position: relative
}
.submenu_3 .blog_date.btn,
.submenu_3 .blog_date.btn:hover {
    cursor: default;
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/btn-bg.png?12255090134645871222) left center no-repeat
}
.submenu_3 .blog_date.btn>span,
.submenu_3 .blog_date.btn:hover>span {
    line-height: 30px;
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/btn-bg.png?12255090134645871222) right center no-repeat;
    color: #323131
}
.submenu_3 .blog_date.btn>span span,
.submenu_3 .blog_date.btn:hover>span span {
    -webkit-animation: none;
    animation: none
}
.submenu_3 .blog_date.btn:before,
.submenu_3 .blog_date.btn:after,
.submenu_3 .blog_date.btn:hover:before,
.submenu_3 .blog_date.btn:hover:after {
    display: none
}
.submenu_3 .blog_img {
    background: #000
}
.submenu_3 .blog_img img {
    width: 100%;
    opacity: .6
}
.submenu_3 .blog_title a {
    color: #323131
}
.submenu_3 .blog_title a:hover {
    color: #f07e0b;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6)
}
.submenu_3 .blog_content {
    padding: 10px;
    background: rgba(0, 0, 0, 0.05)
}
.submenu_3 .blog_img+.blog_content {
    position: absolute;
    text-align: center;
    padding: 0;
    top: 55%;
    left: 30px;
    right: 30px;
    background: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.submenu_3 .blog_img+.blog_content .blog_title a {
    color: #fff
}
.submenu_3 .blog_img+.blog_content .blog_title a:hover {
    color: #f07e0b
}
.submenu_3 .row {
    margin: 0 2px
}
.submenu_4 {
    background: #fff url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/megamenu4_banner_img.png?12255090134645871222) bottom right no-repeat;
    background-size: 40.09% auto
}
.submenu_4 .submenu_title {
    margin-bottom: 33px
}
.submenu_4 .product_img {
    margin-bottom: 26px
}
.submenu_4 .product_img a {
    display: block;
    padding: 10px 18px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.submenu_4 .product_img a:hover {
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.22)
}
.submenu_4 .col1 .product_links {
    margin-top: 15px
}
.submenu_4 .col1 .product_links .link {
    margin-top: 15px
}
.submenu_4 .product_price {
    margin-top: 18px;
    font-weight: 700;
    font-size: 24px;
    color: #323131
}
.submenu_4 .product_price .money {
    font-weight: 700;
    font-size: 24px;
    color: #323131
}
.submenu_4 .product_price .compare-at-price {
    color: #a9a9a9
}
.submenu_4 .col1 {
    width: 61%
}
.submenu_4 .col2 {
    width: 39%
}
.submenu_4 .banner .text_wr {
    padding: 9px 25px
}
.submenu_4 .banner .minor_heading {
    line-height: 0.8;
    color: #f07e0b
}
.submenu_4 .banner .minor_heading span {
    line-height: inherit;
    color: #323131
}
.submenu_4 .banner .btn {
    margin-top: 39px
}
#megamenu.isStuck {
    width: 100%;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12)
}
#megamenu.isStuck .menu_badge {
    display: none
}
#megamenu.isStuck .sf-menu>li>ul {
    top: 50px
}
.custom_showcase {
    margin-top: 29px
}
.custom_showcase__text-wr {
    text-align: center;
    padding: 30px;
}
.custom_showcase__text-wr h4 {
    /*margin-top: -16px;*/
    margin-bottom: 3px;
    text-shadow: 1px 1px 12px #fff;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
}
.custom_showcase__text-wr h3 {
    text-shadow: 1px 1px 12px #fff
}
.custom_showcase__text-wr h3+h4 {
    margin-top: 0
}
img+.custom_showcase__text-wr {
    /*position: absolute;
    top: 0px;
    left: 0px;
    right: 0px*/
}
.custom_showcase__body {
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12)
}
.custom_showcase__body img {
    opacity: 1
}
a.custom_showcase__body {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
a.custom_showcase__body:hover {
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.22)
}
.custom_showcase__2 .custom_showcase__text-wr {
    top: auto;
    bottom: 0px
}
.product .product_img a {
    text-align: center;
    display: block
}
.product .product_desc {
    margin-top: 10px
}
.product .product_links {
    margin-top: 9px
}
.product .product_links form {
    display: block
}
.product .product_links form .link {
    margin-top: 14px;
    padding-bottom: 0;
    font-size: 24px;
    color: #323131;
    border-bottom: 2px solid #323131
}
.product .product_links form .link:hover {
    color: #f07e0b;
    border-bottom-color: #f07e0b
}
.product .product_links form .link[disabled] {
    color: #323131;
    border-bottom: 2px solid #323131
}
.product .product_links .link {
    margin-top: 12px
}
.product .product_links .quick_view_btn {
    display: none
}
.product .product_price {
    margin-top: 22px;
    font-weight: 700
}
.product .product_price .money {
    font-weight: 700
}
.product .product_price .money_sale {
    color: #a9a9a9
}
.product_listing_main .product_wrapper {
    padding: 21px 0 0 0
}
.product_listing_main .product_img {
    position: relative;
    margin-bottom: 26px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12)
}
.product_listing_main .product_img a:not(.quick_view_btn) {
    display: block;
    position: relative;
    padding: 7px 7px 6px;
    text-align: center;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out
}
.product_listing_main .product_img:hover a:not(.quick_view_btn) {
    opacity: .3
}
.product_listing_main .product_img .product_img__wr {
    display: block;
    position: relative
}
.product_listing_main .product_img img {
    background-color: #fff;
    position: relative;
    z-index: 1
}
.product_listing_main .product_img .img__2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    opacity: 0
}
.product_listing_main .product_img span.product_badge {
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 100;
    font-size: 12px;
    height: 85px;
    text-align: center;
    width: 200px;
    font-weight: 700;
    padding-top: 56px
}
.product_listing_main .product_img span.new {
    background: #f00b3c;
    left: 0;
    -webkit-transform: rotate(-45deg) translate(-20%, -98%);
    transform: rotate(-45deg) translate(-20%, -98%)
}
.product_listing_main .product_img span.sale {
    background: #f07e0b;
    right: 0;
    -webkit-transform: rotate(45deg) translate(20%, -98%);
    transform: rotate(45deg) translate(20%, -98%)
}
.product_listing_main .product_img .quick_view_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    border-bottom: 0;
    font-size: 24px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.4s ease-in-out, color 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, color 0.4s ease-in-out;
    text-shadow: 0px 0px 7px #fff
}
.product_listing_main .product_img .quick_view_btn:hover {
    color: #323131
}
.product_listing_main .product_img:hover .quick_view_btn {
    opacity: 1
}
.product_listing_main .product_desc {
    display: none
}
.product_listing_main .product_price {
    font-size: 24px
}
.featured_products .page_heading {
    margin-top: 0;
    padding-top: 39px;
    text-align: center
}
.featured_products .bx-viewport {
    height: auto !important;
    margin: 0px -5px;
    padding: 0px 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.featured_products .bx-wrapper {
    max-width: 100% !important
}
.featured_products .bx-wrapper+.bx-wrapper {
    margin-top: 47px
}
.featured_products .bx-controls a {
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    margin: -49px 0 0 0;
    text-align: center;
    position: absolute;
    top: 0%;
    z-index: 99;
    color: #323131
}
.featured_products .bx-controls a:hover {
    color: #f07e0b
}
.featured_products .bx-controls a:before {
    display: block;
    font: 30px/30px 'FontAwesome'
}
.featured_products .bx-prev {
    left: 0px
}
.featured_products .bx-prev:before {
    content: '\f053';
    padding: 0 1px 0 0
}
.featured_products .bx-next {
    right: 0px
}
.featured_products .bx-next:before {
    content: '\f054';
    padding: 0 0 0 1px
}
.product_homepage {
    width: 300px !important;
    margin: 0
}
.product_collection.item3_1 {
    clear: left
}
.view_list .product {
    width: 100%;
    float: none;
    overflow: hidden
}
.view_list .product_img {
    width: 200px;
    float: left;
    margin-right: 15px
}
.view_list .product_desc {
    display: block
}
.view_list .product_price {
    margin-top: 5px
}
.view_list .product_links {
    margin-top: 0
}
.view_list .product_links form .link {
    margin-top: 10px
}
.homepage_welcome_inside {
    text-align: center;
    /*padding-bottom: 40px;*/
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12)
}
.homepage_welcome_inside img {
    margin-top: 26px
}
.homepage_welcome__text_wr {
    padding: 20px 20px 0;
    max-width: 640px;
    margin: 0 auto
}
.homepage_welcome__text_wr .minor_heading {
    color: #f07e0b
}
.homepage_welcome__text_wr .minor_heading>span {
    color: #fff;
    padding-left: 15px;
    margin-right: 15px;
    line-height: 0.9em;
    white-space: nowrap;
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/welcome_text_bg.png?12255090134645871222) 0% 66% no-repeat
}
.homepage_welcome__text_wr .minor_heading>span>span {
    line-height: 0.9em;
    padding-right: 15px;
    margin-right: -15px;
    background: url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/welcome_text_bg.png?12255090134645871222) right 66% no-repeat
}
.homepage_welcome__text_wr .btn {
    margin-top: 11px
}
.custom_brands {
    margin-top: 40px;
    text-align: center
}
.custom_brand__item {
    display: inline-block;
    margin: 10px 3px;
    max-width: 18%
}
.custom_brand__item img {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
a.custom_brand__item:hover img {
    opacity: .5
}
#custom_video_bg {
    margin-top: 39px
}
#custom_video_bg .textblock_wr {
    padding: 132px 110px 148px;
    text-align: center
}
#custom_video_bg .textblock_wr h3,
#custom_video_bg .textblock_wr p {
    color: #fff
}
#custom_video_bg .textblock_wr h3 {
    margin-bottom: 33px
}
#custom_video_bg .textblock_wr p {
    font-size: 18px
}
#custom_video_bg .btn {
    margin-top: 15px;
    background-position: 0 49%;
    color: #323131
}
#custom_video_bg .btn span {
    background-position: right 49%
}
#custom_video_bg .btn:before,
#custom_video_bg .btn:after {
    background-position: 0 bottom
}
#custom_video_bg .btn:after {
    margin-left: 15px;
    background-position: right bottom
}
#bg_video {
    height: 0;
    overflow: hidden;
    padding: 0 0 54.41015625% 0;
    position: relative;
    background: #000;
    -webkit-background-size: cover !important;
    background-size: cover !important
}
#bg_video .loading {
    display: none !important
}
.video-device#bg_video {
    background: #000 url(//cdn.shopify.com/s/files/1/1105/5790/t/2/assets/homepage_bg_video_block_img.jpg?12255090134645871222) center center no-repeat !important
}
#wrapper_mbYTP_bg_video {
    opacity: .5 !important
}
#bg_video__content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out
}
.custom_bottom {
    margin-top: 51px;
    background: #fff
}
.custom_bottom img {
    float: right;
    margin-right: -19px;
    max-width: 65%
}
.custom_bottom h2+h2 {
    margin-top: 10px;
    color: #a9a9a9
}
.custom_bottom__text_wr {
    padding: 77px 0 70px
}
footer {
    padding:0;
    padding-bottom:0;
    font-size: 14px;
    margin:15px auto;
}
footer>.container {
    padding-top: 27px;
    border-top: 1px solid #d9d9d9
}
.footer_block .fb_iframe_widget {
    margin-top: 35px
}
ul.footer_links {
    margin-top: 30px
}
ul.footer_links li {
    margin-top: 9px
}
ul.footer_links li a {
    font-weight: 700;
    font-size: 14px
}
ul.footer_links li.active a,
ul.footer_links li a:hover {
    color: #000;/*#a9a9a9*/
}
.footer_contacts {
    margin-top: 30px
}
.footer_contacts li {
    font-weight: bold;
    line-height: 1.71em
}
.footer_contacts span {
    font-weight: bold
}
.footer_contacts a {
    font-weight: 700;
    color: #323131
}
.footer_contacts a:hover {
    color: #f07e0b
}
.footer_contacts .contacts_phone {
    margin-top: 25px
}
.footer_contacts .contacts_phone span {
    display: block
}
.footer_contacts .contacts_phone a {
    display: inline-block;
    margin-top: -2px;
    font-size: 24px
}
footer .copyright {
    margin-top: 61px;
    font-size: 14px;
    color: #a9a9a9
}
footer .copyright p {
    font-weight: 700
}
footer .copyright a {
    font-weight: 700;
    text-transform: uppercase;
    color: #a9a9a9
}
footer .copyright a:hover {
    color: #f07e0b
}
#back_top {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 0 0 615px;
    background: #f07e0b;
    color: #fff;
    text-align: center;
    position: fixed;
    left: 50%;
    bottom: 50px;
    z-index: 999;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4)
}
#back_top:before {
    content: '\f106';
    font: 18px/29px 'FontAwesome'
}
#back_top:hover {
    background: #323131
}
.breadcrumb_wrap {
    margin: 30px 0 10px
}
.breadcrumb {
    margin: 0;
    padding: 10px 15px;
    color: #323131;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.breadcrumb a,
.breadcrumb>li+li:before {
    color: #323131
}
.breadcrumb a:hover {
    color: #f07e0b
}
ul.tags {
    margin: 10px 0;
    list-style-type: none
}
ul.tags li {
    float: left;
    margin: 5px 5px 0 0
}
ul.tags li a {
    display: block;
    padding: 5px 10px;
    background: #323131;
    color: #fff
}
ul.tags li a:hover,
ul.tags li.active a {
    background: #f07e0b
}
.product_listing_controls {
    overflow: hidden;
    margin: 30px 0 10px 0;
    padding: 0 10px 10px 10px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12)
}
.product_listing_toggle {
    float: left;
    font-size: 0
}
.product_listing_toggle li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 10px 10px 0 0;
    border: 1px solid transparent;
    color: #323131;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out
}
.product_listing_toggle li:hover {
    color: #f07e0b
}
.product_listing_toggle li.active {
    background: #fff;
    border-color: #d9d9d9;
    color: #f07e0b;
    cursor: default
}
.product_listing_toggle li i {
    font-size: 17px;
    line-height: 30px
}
.sort_by {
    float: right;
    margin: 10px 0 0 10px
}
.sort_by label {
    margin: 0 4px 0 0;
    line-height: 30px
}
.sort_by select {
    width: auto !important;
    height: 30px;
    display: inline-block;
    padding: 5px 4px;
    cursor: pointer
}
.show_products {
    float: right;
    margin: 10px 0 0 10px
}
.show_products label {
    margin: 0 4px 0 0;
    line-height: 30px
}
.show_products select {
    width: auto !important;
    height: 30px;
    display: inline-block;
    padding: 5px 4px;
    cursor: pointer
}
#product_listing_preloader {
    position: relative
}
.collection_listing_main {
    margin-top: -20px
}
.collection_listing_item {
    margin: 30px 0 0 0
}
.collection_listing_item.item_4_1 {
    clear: left
}
.collection_listing_item .collection_img a {
    display: block;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out
}
.collection_listing_item .collection_img a:hover {
    background: rgba(255, 255, 255, 0.5)
}
.collection_listing_item .collection_name {
    margin: 15px 0 0 0
}
.collection_listing_item .collection_products {
    margin: 5px 0;
    color: #a9a9a9
}
.collection_listing_item .collection_desc {
    margin: 5px 0 0 0
}
.collection_listing_item .btn {
    margin: 15px 0 0 0
}
.products_count {
    height: 30px;
    float: left;
    margin: 10px 10px 0 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px
}
#pagination {
    display: inline-block;
    overflow: hidden;
    float: right;
    margin: 10px 0 0 10px;
    font-size: 0
}
#pagination span {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    margin-bottom: 1px
}
#pagination span ~ span {
    margin: 1px 0 1px 2px
}
#pagination span a {
    height: 30px;
    display: block;
    padding: 0 10px;
    background: #323131;
    font-size: 13px;
    line-height: 30px;
    color: #fff
}
#pagination span.page a {
    width: 30px;
    padding: 0;
    text-align: center
}
#pagination span a:hover {
    background: #f07e0b;
    color: #fff
}
#pagination span.current {
    width: 30px;
    height: 30px;
    background: #f07e0b;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
    cursor: default
}
.sidebar_widget ~ .sidebar_widget {
    margin: 30px 0 0 0
}
.sidebar_widget .widget_header {
    margin: 15px 0 19px;
    font-size: 24px
}
.sidebar_widget .widget_content {
    margin: 15px 0 0 0
}
.list_links {
    padding: 15px 0;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12)
}
.list_links li ~ li {
    margin: 1px 0 0 0
}
.list_links li a {
    display: inline-block;
    padding: 7px 15px;
    color: #a9a9a9
}
.list_links li.active a,
.list_links li a:hover {
    color: #f07e0b
}
.list_products .product {
    overflow: hidden;
    padding: 15px 15px 20px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12)
}
.list_products .product ~ .product {
    margin: 15px 0 0 0
}
.list_products .product_img {
    width: 90px;
    float: left;
    margin: 0 15px 10px 0
}
.list_products .product_img a {
    padding: 5px;
    background: rgba(0, 0, 0, 0)
}
.list_products .product_img a:hover {
    background: rgba(0, 0, 0, 0.1)
}
.list_products .product_info {
    overflow: hidden
}
.list_products .product_name {
    font-size: 15px
}
.list_products .product_price {
    margin-top: 10px;
    font-size: 11px
}
.list_products .product_price .money {
    font-size: 15px
}
.list_products .product_price .compare-at-price {
    font-size: 12px;
    color: #a9a9a9
}
.list_products .product_links {
    margin-top: 0px
}
.list_products .product_links form .link {
    font-size: 13px
}
.sidebar_widget__search {
    height: 40px;
    margin-top: 15px;
    padding: 0 38px 0 0;
    border: 1px solid #d9d9d9
}
.sidebar_widget__search input {
    width: 100%;
    height: 38px;
    float: left;
    padding: 0 10px;
    background: #fff;
    border: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}
.sidebar_widget__search button {
    width: 38px;
    height: 38px;
    margin: 0 -40px 0 0;
    color: #fff;
    background: #f07e0b;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out
}
.sidebar_widget__search button i.fa {
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 37px
}
.sidebar_widget__search button:hover {
    background: #323131
}
.sidebar_widget__articles .widget_content {
    margin: 20px 0 0 0
}
.sidebar_widget__articles ul li {
    overflow: hidden
}
.sidebar_widget__articles ul li ~ li {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #d9d9d9
}
.sidebar_widget__articles img {
    width: 145px;
    float: left;
    margin: 0 15px 0 0
}
.sidebar_widget__articles .article_content__img {
    overflow: hidden
}
.sidebar_widget__articles .article_date {
    font-size: 14px;
    color: #a9a9a9
}
.sidebar_widget__articles .article_title {
    margin: 10px 0 0 0
}
.sidebar_widget__articles .article_comments {
    margin: 10px 0 0 0
}
.sidebar_widget__articles .article_comments:before {
    content: '\f0e6';
    margin: 0 5px 0 0;
    font: 14px 'FontAwesome'
}
.sidebar_widget__tags .widget_content {
    margin: 15px 0 0 0
}
.sidebar_widget__comments .widget_content {
    margin: 20px 0 0 0
}
.sidebar_widget__comments ul li ~ li {
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #d9d9d9
}
.sidebar_widget__comments .item_icon {
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 16px
}
.sidebar_widget__comments .item_content {
    display: block;
    margin: 0 0 0 30px;
    color: #323131
}
.sidebar_widget__comments .item_info {
    display: block;
    padding: 10px 0 0 0
}
.sidebar_widget__comments .item_info time {
    display: block;
    margin: 0px;
    color: #a9a9a9;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out
}
.sidebar_widget__comments .item_info .item_time {
    margin: 0 0 0 7px;
    padding: 0 0 0 10px;
    border-left: 1px solid #d9d9d9
}
.list_comments li a:hover .item_info time {
    color: #323131
}
#searchresults {
    margin: 0 !important
}
#searchresults .search-form {
    margin: 19px 0 0 0
}
#searchresults .search-form input {
    width: 100%;
    float: left;
    padding: 0 34px 0 10px;
    border: none;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12)
}
#searchresults .search-form button {
    width: 34px;
    height: 34px;
    float: left;
    margin: 0 0 0 -34px;
    background: none;
    border: none;
    font-size: 20px;
    color: #f07e0b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
#searchresults .search-form button:hover {
    color: #323131
}
#searchresults .search-form button i {
    line-height: 33px
}
#searchresults h3 {
    margin: 0;
    padding: 0
}
#searchresults ol {
    list-style-type: none;
    padding: 15px 0 0 0
}
#searchresults ol li {
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9
}
#searchresults ol li .search-result_image {
    float: left;
    margin-right: 15px
}
#searchresults ol li .search-result_image a {
    display: block;
    padding: 5px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
#searchresults ol li .search-result_image a:hover {
    background: rgba(255, 255, 255, 0.6)
}
#searchresults ol li .search-result_container {
    padding: 15px 0 0 0
}
.product_wrap .product_pagination {
    padding-right: 16px
}
.elevatezoom_big_wrapper {
    width: 370px;
    padding: 4px;
    background: #fff;
    border: 1px solid #d9d9d9
}
.elevatezoom_big_clicker {
    cursor: pointer;
    display: none
}
.zoomWrapper,
#elevatezoom_big {
    width: 360px !important;
    height: auto !important;
    position: relative !important
}
#elevatezoom_big ~ #elevatezoom_big {
    width: 0 !important;
    height: 0 !important
}
.zoomContainer {
    z-index: 1 !important
}
.zoomLens {
    z-index: 1 !important
}
.zoomWindow {
    margin: -5px 0 0 0 !important
}
#elevatezoom_gallery a {
    width: 85px !important;
    display: block;
    margin: 0 10px 0 0;
    padding: 4px;
    border: 1px solid #d9d9d9;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
#elevatezoom_gallery a:hover {
    background: rgba(255, 255, 255, 0.4)
}
.product_images .bx-wrapper {
    max-width: 100% !important;
    margin: 10px 0 0 0;
    position: relative
}
.product_images .bx-viewport {
    height: auto !important
}
.product_images .bx-controls a {
    width: 25px;
    height: 40px;
    display: block;
    overflow: hidden;
    margin: -20px 0 0 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    opacity: .5;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.product_images:hover .bx-controls a {
    opacity: 1
}
.product_images .bx-controls a:hover {
    background: rgba(0, 0, 0, 0.8)
}
.product_images .bx-controls a:before {
    font: 22px/39px 'FontAwesome'
}
.product_images .bx-controls a.bx-prev {
    left: 0
}
.product_images .bx-controls a.bx-prev:before {
    content: '\f104'
}
.product_images .bx-controls a.bx-next {
    padding: 0 0 0 1px;
    right: 0
}
.product_images .bx-controls a.bx-next:before {
    content: '\f105'
}
.product_info__wrapper {
    display: table
}
.product_info__wrapper .product_info__left {
    width: 500px;
    display: table-cell;
    padding: 0 20px 0 0
}
.product_info__wrapper .product_info__right {
    width: 270px;
    display: table-cell;
    padding: 0 0 0 20px;
    border-left: 1px solid #d9d9d9
}
.product_info__wrapper label {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    color: #323131
}
.product_info__wrapper .product_name {
    margin: 0;
    font-size: 18px
}
#at15s.atm {
    z-index: 1 !important
}
.product_info__wrapper .variants-wrapper {
    overflow: hidden;
    margin: 0 -10px;
    padding: 0 0 5px 0
}
.product_info__wrapper .selector-wrapper {
    width: 33%;
    float: left;
    padding: 15px 10px 0 10px
}
.product_info__wrapper .selector-wrapper label {
    display: block
}
.product_info__wrapper .selector-wrapper select {
    width: 100%;
    min-width: 143px;
    height: 37px;
    margin: 5px 0 0 0;
    padding: 5px
}
.product_info__wrapper .product_details {
    margin: 15px 0 0 0;
    padding: 5px 0 0 0;
    border-top: 1px solid #d9d9d9
}
.product_info__wrapper .product_details__item {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #323131
}
.product_info__wrapper .product_details__item a {
    color: #f07e0b;
    text-decoration: underline
}
.product_info__wrapper .product_details__item a:hover {
    text-decoration: none
}
.product_tags span:before {
    content: '\f02b';
    margin: 0 3px 0 7px;
    font: 13px 'FontAwesome'
}
#product_price {
    position: relative
}
#product_price .price {
    margin: 0;
    padding: 0 60px 0 0
}
#product_price .money {
    margin: 0 7px 0 0;
    font-size: 24px;
    font-weight: 700
}
#product_price .money_sale {
    color: #a9a9a9
}
#product_price .money_sale_percent {
    width: 52px;
    height: 26px;
    display: block;
    margin: -13px 0 0 0;
    font: bold 14px/26px 'Arial';
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    background: #323131;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
#product_quantity {
    margin: 15px 0 0 0
}
#purchase {
    margin: 15px 0 0 0
}
#purchase label {
    display: block
}
.quantity_box {
    display: inline-block;
    margin: 10px 10px 0 0
}
.quantity_box input {
    width: 54px;
    height: 24px;
    display: block;
    padding: 0;
    background: #fff;
    border: 2px solid #d9d9d9 !important;
    font-size: 15px;
    text-align: center;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}
.quantity_box .quantity_modifier {
    width: 26px;
    height: 24px;
    display: block;
    float: left;
    background: #fff;
    border: 2px solid #d9d9d9;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.quantity_box .quantity_modifier:hover {
    border-color: #323131
}
.quantity_box .quantity_modifier:active {
    color: #323131
}
.quantity_box .quantity_modifier i {
    font-size: 14px;
    line-height: 22px
}
.quantity_box .quantity_down {
    margin: 2px 0 0 0
}
.quantity_box .quantity_up {
    margin: 2px 0 0 2px
}
#purchase #add-to-cart {
    height: 50px;
    line-height: 50px;
    margin: 10px 10px 0 0;
    padding: 0 10px;
    font-size: 16px;
    background: #f07e0b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
#purchase #add-to-cart:before,
#purchase #add-to-cart:after {
    display: none
}
#purchase #add-to-cart span {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: 50px;
    background: none
}
#purchase #add-to-cart:hover {
    background: #323131
}
.product_info__wrapper .addthis_sharing_toolbox {
    margin: 20px 0 0 0;
    padding: 17px 0 0 0;
    border-top: 1px solid #d9d9d9
}
.product_info__wrapper .addthis_sharing_toolbox .at-share-btn {
    vertical-align: top;
    margin: 3px 3px 0 0 !important;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out
}
.product_info__wrapper .addthis_sharing_toolbox .at-share-btn:hover {
    opacity: .7
}
.product_wrap {
    margin-top: 25px
}
.product_wrap .product_description__title {
    margin: 40px 0 0 0
}
.product_pagination {
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0 0
}
.product_pagination .product_prev {
    float: left
}
.product_pagination .product_next {
    float: right
}
.widget_related_products h3 {
    margin: 40px 0 0 0
}
ul.product_listing_related {
    list-style-type: none
}
.article_title {
    font-weight: normal;
    font-size: 16px;
    color: #323131;
    text-transform: none
}
.article_title a {
    color: #323131
}
.article_title a:hover {
    color: #f07e0b
}
.article_date:before {
    content: '\f073';
    margin: 0 5px 0 0;
    font: 14px 'FontAwesome'
}
.article_info {
    margin: 15px 0 0 0;
    color: #a9a9a9
}
.article_info span {
    margin: 0 0 0 12px;
    padding: 0 0 0 12px;
    border-left: 1px solid #d9d9d9
}
.blog_tags {
    font-size: 0
}
.blog_tags a {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 18px;
    color: #323131
}
.blog_tags a:before {
    content: '\f02b';
    margin: 0 5px 0 0;
    font: 13px 'FontAwesome';
    color: #f07e0b;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out
}
.blog_tags a:hover {
    background: #f07e0b;
    color: #fff
}
.blog_tags a:hover:before {
    color: #fff
}
.blog_tags a.tag_active {
    background: #f07e0b;
    color: #fff !important;
    cursor: default
}
.blog_tags a.tag_active:before {
    color: #fff
}
.blog_listing__article {
    margin: 15px 0 0 0
}
.blog_listing__article ~ .blog_listing__article {
    margin-top: 30px;
    padding: 30px 0 0 0;
    border-top: 1px solid #d9d9d9
}
.blog_listing__article .article_img {
    float: left;
    max-width: 30%;
    margin: 0 15px 15px 0
}
.blog_listing__article .article_title {
    margin: 0;
    font-size: 25px
}
.blog_listing__article .article_body {
    overflow: hidden;
    margin: 30px 0
}
.blog_listing__article .article_content {
    margin: 0px 0 0 0
}
.blog_listing__article .article_footer .blog_tags {
    margin: -10px 0 30px 0
}
.blog_article {
    margin: 30px 0 0 0
}
.blog_article .article_img {
    float: left;
    max-width: 30%;
    margin: 0 15px 15px 0
}
.blog_article .article_title {
    margin: 0;
    font-size: 20px
}
.blog_article .article_content {
    margin: 30px 0 0 0
}
.blog_article .article_content .rte {
    margin: 0
}
.blog_article .article_footer {
    margin: 30px 0 0 0
}
.blog_article .article_footer .blog_tags {
    margin: -10px 0 30px 0
}
.blog_article .article_footer .at-share-btn {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.blog_article .article_footer .at-share-btn:hover {
    opacity: .5
}
.blog_article .article_pagination {
    margin: 15px 0 0 0;
    padding-right: 14px
}
.blog_article .article_pagination .btn {
    margin: 15px 0 0 0
}
.blog_article .article_pagination .article_next {
    float: right;
    margin: 15px 0 0 15px
}
.article_comments__list {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #d9d9d9
}
.article_comments__list h3 {
    margin: 0
}
.article_comments__list ul li {
    margin: 30px 0 0 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.05)
}
.article_comments__list ul li time {
    float: right
}
.article_comments__list ul li time span {
    margin: 0 0 0 12px;
    padding: 0 0 0 12px;
    border-left: 1px solid #d9d9d9
}
.article_comments__list .comment_author {
    margin: 0
}
.article_comments__list .comment_content {
    margin: 10px 0 0 0
}
.article_comments__form {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #d9d9d9
}
.article_comments__form h3 {
    margin: 0
}
.article_comments__form .col-lg-6 {
    margin: 15px 0 0 0
}
.article_comments__form button {
    margin: 15px 0 0 0
}
#account .page_heading {
    margin-bottom: 0px
}
.account_section {
    margin: 30px 0 0 0;
    padding: 30px;
    border: 1px solid #d9d9d9;
    border-top: 2px solid #f07e0b;
    background: #fff;
    overflow: hidden
}
.account_section .btn {
    padding: 0 10px;
    background: #f07e0b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.account_section .btn:before,
.account_section .btn:after {
    display: none
}
.account_section .btn span {
    display: inline;
    background: none
}
.account_section .btn:hover {
    background: #323131
}
.account_section h4 {
    overflow: hidden;
    margin: 0;
    font-size: 16px
}
.account_section h4 span {
    vertical-align: top;
    float: right
}
.account_section h4 a {
    font-weight: normal
}
.account_section h4 a ~ a {
    margin: 0 0 0 15px
}
.account_section h4 a:before {
    vertical-align: top;
    margin: 0 5px 0 0;
    font: 14px/24px 'FontAwesome'
}
.account_section h4 a.link_add:before {
    content: '\f067'
}
.account_section h4 a.link_edit:before {
    content: '\f040'
}
.account_section h4 a.link_close:before {
    content: '\f00d'
}
.account_section h4 a.link_delete:before {
    content: '\f1f8'
}
.account_section p.note {
    margin: 15px 0 0 0
}
.account_section .btn {
    float: left;
    margin: 0 25px 10px 0
}
.account_section label {
    line-height: 34px
}
.account_section .address_item {
    line-height: 26px
}
.account_section .address_item:before {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    border: 1px solid #f07e0b;
    font: 15px/25px 'FontAwesome';
    color: #323131;
    text-align: center;
    cursor: default;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.account_section .address_item {
    margin: 15px 0 0 0
}
.account_section .address_item ~ .address_item {
    margin: 10px 0 0 0
}
.account_section .address_location:before {
    content: '\f015'
}
.account_section .address_phone:before {
    content: '\f095';
    font-size: 14px
}
.account_section .address_user:before {
    content: '\f007'
}
.account_section input[type="radio"],
.account_section input[type="checkbox"] {
    margin: 10px 5px 0 0
}
#account_reset__link,
.account_register__cancel {
    white-space: nowrap;
    float: left;
    padding-top: 1px
}
#account_reset__link {
    padding-top: 6px
}
.account_register__cancel {
    padding-top: 3px
}
.account_wrapper {
    width: 100%;
    height: 100%;
    margin: 30px 0 0 0;
    display: flex;
    align-items: stretch
}
.account_wrapper .account_left {
    width: 50%;
    padding: 0 15px 0 0;
    display: flex
}
.account_wrapper .account_right {
    width: 50%;
    padding: 0 0 0 15px;
    display: flex
}
.account_wrapper .account_section {
    overflow: hidden;
    align-self: stretch;
    width: 100%
}
#account_login .account_left ul {
    margin: 10px 0 0 0
}
#account_login .account_left ul li {
    margin: 5px 0 0 0;
    color: #323131;
    text-transform: uppercase
}
#account_login .account_left ul li:before {
    content: '\f00c';
    margin: 0 7px 0 0;
    font: 14px 'FontAwesome';
    color: #f07e0b
}
#account_login .account_left .btn {
    margin-top: 15px
}
#account_guest {
    margin: 30px 0 0 0;
    padding: 30px;
    border: 1px solid #d9d9d9
}
#account_guest .btn {
    margin-top: 15px
}
#account_reset_form {
    margin: 0
}
.account_area .page_heading {
    overflow: hidden;
    padding: 0 0 10px 0;
    background: none;
    border: none;
    border-bottom: 2px solid #d9d9d9;
    position: relative
}
.account_area .page_heading a {
    display: block;
    float: right;
    margin: 4px 0 0 10px;
    font-size: 14px
}
.account_area .page_heading a.link_logout {
    position: absolute;
    right: 0;
    top: 0
}
.account_welcome {
    text-align: center
}
.account_welcome .page_heading:before {
    content: '\f007';
    margin: 0 7px 0 0;
    font-family: 'FontAwesome'
}
.account_welcome__name {
    margin: 30px 0 0 0;
    color: #f07e0b
}
.account_table {
    width: 100%;
    margin: 15px 0 0 0
}
.account_table th,
.account_table td {
    vertical-align: middle
}
.table_info tr ~ tr {
    border-top: 1px solid #d9d9d9
}
.table_info td {
    padding: 5px 0
}
.table_info td ~ td {
    padding: 5px 0 5px 5px;
    color: #323131;
    text-align: right
}
.table_orders thead {
    border-bottom: 2px solid #d9d9d9
}
.table_orders th {
    padding: 5px 7px;
    border: 1px solid #d9d9d9;
    color: #323131;
    text-transform: uppercase
}
.table_orders td {
    padding: 5px 7px;
    border: 1px solid #d9d9d9
}
.table_orders tfoot {
    border-top: 2px solid #d9d9d9
}
.table_orders p {
    margin: 7px 0 0 0
}
.table_orders a {
    text-decoration: underline
}
.table_orders a:hover {
    text-decoration: none
}
.table_orders .cell_total {
    text-align: right
}
.table_orders .row_total {
    border-top: 2px solid #d9d9d9;
    font-size: 14px
}
.table_orders .row_total .money {
    font-weight: bold
}
.account_default .address_all {
    margin: 15px 0 0 0
}
.account_default .address_all a {
    text-decoration: underline
}
.account_default .address_all a:hover {
    text-decoration: none
}
.account_address__item h4 {
    padding: 0 0 7px 0;
    border-bottom: 1px solid #d9d9d9
}
.order_cancelled h4 {
    margin: 0;
    font-size: 14px
}
.order_cancelled p {
    margin: 10px 0 0 0
}
#cart_loader {
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0
}
#cart_loader.loader_off .global_loader {
    top: 40px
}
#cart_loader.loader_on .global_loader {
    top: 80px
}
.cart_list {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 0 0
}
.cart_list th {
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #d9d9d9;
    font-size: 14px;
    color: #323131;
    text-transform: uppercase
}
.cart_list th ~ th {
    text-align: center
}
.cart_list td {
    padding: 20px;
    border: 1px solid #d9d9d9
}
.cart_list .cell_3 {
    text-align: center
}
.cart_list .cell_5 {
    text-align: center
}
.cart_list .cart_price {
    font-size: 14px;
    line-height: 27px;
    text-align: right
}
.cart_item__img {
    width: 140px;
    float: left
}
.cart_item__info {
    margin: 0 0 0 160px
}
.cart_item__name {
    margin: 0
}
.cart_item__variant {
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #323131
}
.cart_item__details {
    margin: 10px 0 0 0
}
.cart_item__details p {
    margin: 5px 0 0 0
}
.cart_item__details p span {
    color: #323131
}
.cart_item .quantity_box {
    width: 108px;
    height: 24px;
    margin: 0;
    position: relative
}
.cart_item .quantity_box input {
    width: 60px;
    position: absolute;
    left: 24px;
    top: 0
}
.cart_item .quantity_box .quantity_down {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0
}
.cart_item .quantity_box .quantity_up {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}
.cart_item .cart_update {
    width: 108px;
    margin: 5px 0 0 0;
    font-size: 14px;
    padding: 0px 4px;
    background: #f07e0b;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out
}
.cart_item .cart_update:before,
.cart_item .cart_update:after {
    display: none
}
.cart_item .cart_update span {
    display: inline;
    margin: 0px;
    padding: 0;
    background: none
}
.cart_item .cart_update:hover {
    background: #323131
}
.cart_list .cell_3 {
    padding: 20px 10px
}
.cart_item__remove {
    font-size: 14px
}
.cart_item__remove i {
    vertical-align: baseline
}
.cart_list .cart_buttons .btn {
    float: right;
    margin: 0 0 0 20px;
    font-size: 14px;
    padding: 0 8px;
    background: #f07e0b;
    line-height: 34px;
    vertical-align: middle;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out
}
.cart_list .cart_buttons .btn span {
    display: inline;
    margin: 0px;
    padding: 0;
    background: none
}
.cart_list .cart_buttons .btn:before,
.cart_list .cart_buttons .btn:after {
    display: none
}
.cart_list .cart_buttons .btn:hover {
    background: #323131
}
.cart_list .cart_buttons .btn-alt {
    float: none;
    margin: 0
}
.cart_list .cart_buttons .btn>span>span:before {
    vertical-align: top;
    margin: -5px 7px 0 0;
    font: 12px 'FontAwesome';
    line-height: 34px
}
.cart_list .cart_buttons .cart_continue>span>span:before {
    content: '\f060'
}
.cart_list .cart_buttons .cart_update>span>span:before {
    content: '\f021'
}
.cart_list .cart_buttons #cart_clear>span>span:before {
    content: '\f1f8'
}
.cart_list .cart_summary .cart_summary__row {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    color: #323131
}
.cart_list .cart_summary .cart_summary__row ~ .cart_summary__row {
    padding: 10px 0
}
.cart_list .cart_summary .cart_summary__row span {
    float: right
}
.cart_list .cart_summary .cart_summary__notification {
    margin: 20px 0 0 0
}
.cart_list .cart_summary .cart_summary__instructions {
    margin: 15px 0 0 0
}
.cart_list .cart_summary .cart_summary__instructions label {
    display: block;
    padding: 0 0 3px 0;
    font-weight: normal;
    color: #323131
}
.cart_list .cart_summary .cart_summary__instructions textarea {
    width: auto !important;
    height: 100px !important;
    max-width: 100% !important;
    resize: none
}
.cart_list .cart_summary .cart_summary__checkout button {
    float: right;
    margin: 20px 0 0 10px;
    padding: 0px 20px;
    font-size: 14px;
    background: #f07e0b;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out
}
.cart_list .cart_summary .cart_summary__checkout button>span {
    display: inline-block;
    background: none
}
.cart_list .cart_summary .cart_summary__checkout button:before,
.cart_list .cart_summary .cart_summary__checkout button:after {
    display: none
}
.cart_list .cart_summary .cart_summary__checkout button:hover {
    background: #323131
}
.cart_list .cart_summary .cart_summary__methods {
    float: left
}
.cart_list .cart_summary .cart_summary__methods li {
    float: left;
    margin: 20px 10px 0 0
}
.cart_empty h4 a {
    font-weight: inherit;
    text-decoration: underline
}
.cart_empty h4 a:hover {
    text-decoration: none
}
#contact_page #google_map {
    margin: 15px 0;
    border: 1px solid #d9d9d9
}
#contact_page #google_map iframe {
    width: 100%
}
.template-404 h2,
.template-404 h2 a {
    vertical-align: baseline
}