/* ------------------ */

html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


/*
    Last Modiied : October-2016
    Author     : Emmanuel Higgins <eman@onlythebible.com>
*/

html {
    overflow-x: hidden;
}

#page {
    position: relative;
}

.tdaF hgroup > * {
    display: inline-block;
}

.tdaF #shop-mainframe hgroup > *, .tdaF .crowdfund hgroup > *, #tuilderNgView hgroup > *.align_centre,
#logo hgroup > *, .tdaF hgroup.blog-post > *, .tdaF hgroup.block > *, .tdaF .product hgroup > * {
    display: block;
}

.sidebarWrapper .content,
.width_wrapper {
    margin: auto;
    box-sizing: border-box;
}

.sidebarWrapper .inner {
    width: 100vw!important;
}

.sidebarWrapper.right .inner {
    margin-left: -100vw!important;
}

.sidebarWrapper.right {
    float: left;
}

.section-bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.section-bg-img.active,
a.section-bg-img.active {
    z-index: -1;
}

.sidebarWrapper {
    overflow: visible;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    z-index: 50;
    width: 1px;
    float: left;
    margin-top: 30px;
}

#page-content.with_sidebar {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

#page-content.sidebar_right,
#page-content.sidebar_left {
    margin-left: -1px;
}

#page-content.sidebar_both {
    margin-left: -2px;
}

#page-content.sidebar_both .product-data.width_wrapper,
#page-content.sidebar_both .product-data.apply-bg-color,
#page-content.sidebar_both .width_wrapper>.content {
    padding: 0 300px;
}

#page-content.sidebar_right .width_wrapper>.content,
#page-content.sidebar_right .product-data.width_wrapper,
#page-content.sidebar_both .product-data.apply-bg-color {
    padding-right: 300px;
}

#page-content.sidebar_left .width_wrapper>.content,
#page-content.sidebar_left .product-data.width_wrapper,
#page-content.sidebar_both .product-data.apply-bg-color {
    padding-left: 300px;
}

#page-content.with_sidebar .col-2 .tda-product-Tiles .product-data, #page-content.sidebar_both .width_wrapper .product-data.width_wrapper {
    padding: 0!important;
    margin: 0!important;
}


/**/

.sidebar,
.sidebar .shopping-cart.floating {
    width: 270px;
    float: none;
    background: #E6E6E6;
    background: rgba(249, 249, 249, 0.85);
    border: 1px solid #F5EEEE;
    border-radius: 8px;
    padding: 10px 12px;
    box-sizing: border-box;
    z-index: 50;
}

.sidebar.right {
    float: right;
}

.sidebar.left {
    float: left;
}

.sidebar.transparent {
    background: transparent;
    border: 0;
}

.sidebar.light {
    background: #EBEBEB;
}

.sidebar.padded {
    box-sizing: border-box;
    padding: 12px 18px;
}

a.switch,
span.checkbox,
.radio {
    cursor: pointer;
}

a.button>* {
    vertical-align: middle;
    display: inline-block;
}

a.button i.icon {
    margin: 0px 5px 0px -10px;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    min-width: 24px;
}

.red,
a.button.red,
a.button.delete,
.product-info-bar>.btn>.delete {
    background-color: rgb(176, 68, 68);
}

.red:hover,
a.button.red:hover,
a.button.delete:hover,
.product-info-bar>.btn>.delete:hover {
    background-color: rgb(191, 51, 51);
}

.red:active,
a.button.red:active,
a.button.delete:active,
.product-info-bar>.btn>.delete:active {
    background-color: rgb(149, 22, 22);
}

.blue,
a.button.blue {
    background-color: rgb(31, 119, 184);
}

.blue:hover,
a.button.blue:hover {
    background-color: rgb(32, 134, 210);
}

.blue:hover,
a.button.blue:active {
    background-color: rgb(15, 104, 170);
}

.dd_menu,
input[type="submit"],
article.blog-post .img,
a.switch span,
a.switch,
th.collapse span,
span.checkbox,
span.checkbox span,
.radio span.circle>*,
.options a.option,
.shop-select-itm,
.product-info-bar .qty a,
.link-grid a,
.tda-product-Tiles .product-data .col,
.product .images .expand,
.crowdfund .fill,
#page-content.floating>section:first-child {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.emanMenu a,
.product.product-preview,
.tilda-crumbs a,
a.button {
    -webkit-transition: background 150ms ease-in-out;
    -moz-transition: background 150ms ease-in-out;
    -ms-transition: background 150ms ease-in-out;
    -o-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out;
}

.ng-hide {
    display: none!important;
}

.no-animate {
    -webkit-transition: 0s none!important;
    -moz-transition: 0s none!important;
    -ms-transition: 0s none!important;
    -o-transition: 0s none!important;
    transition: 0s none!important;
}

.shopping-cart {
    position: relative;
    -webkit-transition: background 400ms ease-in-out;
    -moz-transition: background 400ms ease-in-out;
    -ms-transition: background 400ms ease-in-out;
    -o-transition: background 400ms ease-in-out;
    transition: background 400ms ease-in-out;
}

/* Header Styles */

#header {
    text-align:left;
    padding: 10px 30px;
    clear: both;
    position: fixed;
    z-index: 110;
    left:0;
    right:0;
    top:0;
}

#header>.inner {
    display: table;
    min-width: 100%;
    box-sizing: border-box;
}

#header>.inner>*{
    display: table-cell;
    font-size: 24px;
    vertical-align: middle;
    text-align:center;
}

#header>.inner>*:first-child {
    text-align: left;
    white-space: nowrap;
}

#header>.inner>*>* {
    display: inline-block;
    vertical-align: middle;
}

#header>.inner>*:last-child {
    text-align: right;
}

#header #logo h1 {
    font-size: 25px;
    margin: 0px;
}

#header #logo img {
    width: 105px;
    height: auto;
    margin: 0 15px 0 20px;
}

#header .emanMenu.dynamic, #header .emanMenu.dynamic a {
    white-space: nowrap;
}

#header .emanMenu.open {
    z-index: 500;
}

/* Menu Styles */

.emanMenu.vertical nav {
    display: inline-block;
}

.emanMenu.secondary.horizontal,
.emanMenu.secondary a {
    background: rgb(237, 237, 237);
}

.emanMenu.red,
.emanMenu.red a {
    background-color: rgb(176, 68, 68);
}

.emanMenu.blue,
.emanMenu.blue a {
    background-color: rgb(31, 119, 184);
}

.emanMenu.secondary a {
    color: rgb(158, 158, 158)!important;
}

.emanMenu .drop-child nav,
.emanMenu.red .drop-child nav:hover,
.emanMenu.blue .drop-child nav:hover {
    background-color: transparent;
}

.emanMenu.secondary a:hover,
a.sortbtn:hover {
    background-color: #E4E4E4;
}

.emanMenu.secondary a:active,
a.sortbtn:active {
    background-color: #DBDBDB;
}

.emanMenu.red a:hover {
    background-color: rgb(191, 51, 51);
}

.emanMenu.red a:active {
    background-color: rgb(149, 22, 22);
}

.emanMenu.blue a:hover {
    background-color: rgb(32, 134, 210);
}

.emanMenu.blue a:active {
    background-color: rgb(15, 104, 170);
}

.drop-child nav.menu {
    margin: 3px 0px 0px 0px;
}

.emanMenu nav.menu a,
.emanMenu.horizontal nav.menu .drop-parent {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.emanMenu nav.menu a {
    font-weight: bold;
    font-size: 13px;
    padding: 18px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    text-align: left;
}

.emanMenu nav.menu a.arrow {
    padding-right: 30px!important;
}

.emanMenu nav.menu a.arrow:before {
    content: '\02C7';
    position: absolute;
    font: 24px Georgia;
    right: 9px;
    top: 50%;
    margin-top: -6px;
}

.emanMenu.horizontal.secondary nav.menu a.arrow:before {
    color: rgb(145, 145, 145);
}

.emanMenu.horizontal nav.menu .drop-child a.arrow:before,
.emanMenu.vertical nav.menu a.arrow:before {
    content: '\203A';
    font-size: 18px;
    margin-top: -12px;
}

.emanMenu.vertical nav.menu a,
.emanMenu.horizontal nav.menu .drop-child a,
.emanMenu.horizontal nav.menu .drop-child .drop-parent {
    display: block;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    box-sizing: border-box;
}

.emanMenu nav.menu .drop-child a,
.emanMenu.vertical nav.menu a {
    padding: 12px 12px 8px 12px;
}

nav.menu i {
    display: inline-block;
    margin: -4px 0px -13px 0px;
    vertical-align: top;
}

nav.menu i svg {
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
}

nav.menu i.with-text {
    margin-right: 4px;
}

.emanMenu.horizontal nav.menu {
    font-size: 0;
}

nav.menu .drop-parent {
    position: relative;
}

nav.menu .drop-child {
    position: absolute;
    padding: 0px 4px;
    z-index: 20;
    min-width: 100px;
    display: none;
}

nav.menu .drop-child .drop-child,
.emanMenu.vertical nav.menu .drop-child {
    left: 100%;
    padding-left: 3px;
    top: 0;
}

nav.menu .drop-parent.open>.drop-child,
nav.menu .drop-parent:hover>.drop-child:not(.empty) {
    display: block;
    z-index: 1000;
}

nav.menu .drop-parent.edge>.drop-child{
    right: -10px;
}

nav.menu:not(.level-1) .drop-parent.edge>.drop-child {
    right: 100%!important;
    left: auto!important;
}

.sidebar .emanMenu .width_wrapper {
    text-align: center;
    margin: 10px 0;
}

.sidebar .emanMenu nav {
    text-align: left;
    min-width: 80%;
}


.mbl-menu-handle {
    text-align: center;
}

  .mbl-menu-handle .burger {
    width: 29px;
    height: 19px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  .mbl-menu-handle .burger span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  .mbl-menu-handle .burger span:nth-child(1) {
    top: 0px;
  }
  
  .mbl-menu-handle .burger span:nth-child(2) {
    top: 8px;
  }
  
  .mbl-menu-handle .burger span:nth-child(3) {
    top: 16px;
  }
  
  .mbl-menu-handle .burger.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .mbl-menu-handle .burger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  .mbl-menu-handle .burger.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

/* End Menu Styles */

.radio-options {
    padding: 10px;
}


/* end LEGACY CSS */

footer p.copyright,
.product-sort {
    text-align: center;
    color: #7F7F7F;
}

footer p.copyright a {
    color: #7F7F7F;
}

.col {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}

.col.outside-col {
    float: none;
    display: block;
    margin:0;
    padding: 0;
}

.col.above-col { padding-bottom: 25px; }
.col.below-col { padding-top: 25px; }

.col:first-child,.col.above-col+.col {
    padding-left: 0;
}

.col:last-child,.col.last {
    padding-right: 0px;
}

.col.col-2 {
    width: 50%;
}

.col.col-3 {
    width: 33%;
}

.clear:before,
.form-field:before,
.form-field:after,
.clear:after {
    content: "";
    display: table;
}

.clear:after,
.form-field:after {
    clear: both;
}

.align_centre,
.align_centre>*,
.cart-btns {
    text-align: center!important;
}

.align_right {
    text-align: right!important;
}

p:first-child, .tdaF p:first-child {
    margin-top: 0;
}

p:last-child, .tdaF p:last-child {
    margin-bottom: 0;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.page-block.twoCol>* {
    box-sizing: border-box;
}

.page-block {
    margin: 20px 0;
    padding: 6px;
}

.tdaF .page-block:first-child {
    margin-top: 0;
    padding-top: 0;
}

.tdaF .page-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tdaF h1.page-block {
    margin: 0px;
}

.page-block.pad {
    margin: 35px 0;
}

a.button,
input[type="submit"] {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    padding: 10px 24px 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 4px;
}

input[type="submit"] {
    border: 0;
}

a.button.small {
    padding: 5px 13px 5px;
}

a.button:first-child {
    margin-left: 0px;
}

a.button:last-child {
    margin-right: 0px;
}

.no-select,
.tile,
.button,
.header,
.toolbar,
.persistent-toolbar,
.radio,
.product-info-bar .qty a,
.btn,
.product-info-bar .inCart,
.cart-items .row.cart-product .txt,
.product.product-preview,
.checkout-block>.itm {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio,
a.button.checkbox-button {
    background-color: rgb(237, 237, 237);
    font-size: 14px;
    color: rgb(113, 113, 113);
    margin: 2px;
}

a.button.checkbox-button {
    padding: 9px 13px;
}

.radio:hover {
    background-color: rgb(224, 224, 224);
}

.radio:active {
    background-color: rgb(219, 219, 219);
}

a.button.btn-secondary {
    background-color: rgb(219, 219, 219);
    color: rgb(118, 118, 118);
}

a.button.btn-secondary:hover {
    background-color: rgb(207, 207, 207);
}

a.button.btn-secondary:active {
    background-color: rgb(190, 190, 190);
}

.pad-top {
    padding-top: 10px;
}

.pad {
    padding: 10px;
}

.text {
    text-align: left;
}

.sidebar .divider {
    width: 80%;
    margin: auto;
}

.divider hr {
    height: 3px;
    background: rgb(230, 230, 230);
    padding: 0;
    width: 100%;
    margin: 0;
    border: none;
}

div.comment {
    background: transparent;
    margin: 20px auto;
    padding: 0;
    position: relative;
}

.comment p {
    margin: 15px 0!important;
}

.comment img {
    margin: -10px 10px -10px 0px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.comment .name {
    font-size: bold;
    font-weight: 16px;
    color: rgb(52, 120, 195);
    padding-bottom: 0;
}

.comment .date {
    padding-left: 20px;
    font-size: 12px;
    color: rgb(114, 114, 114);
}

.comment .txt {
    background: rgb(237, 237, 237);
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.comment .txt::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: rgb(237, 237, 237) transparent;
    position: absolute;
    left: 52px;
    top: -14px;
}

span.un-moderated {
    position: absolute;
    font-size: 11px;
    color: rgb(181, 7, 7);
    top: 33px;
    right: 20px;
}

.comment.un-moderated {
    opacity: 0.7;
}


/*
 * Blog Posts
 */

article.blog-post:first-of-type {
    padding-top: 0;
}

article.blog-post {
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

article.grey {
    background: rgb(241, 241, 241);
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.sidebar article.grey {
    background: transparent;
}

article.blog-post .img {
    -webkit-border-radius: 150px;
    border-radius: 250px;
    -webkit-box-shadow: inset 0 0 40px 4px rgba(000, 000, 000, .5);
    box-shadow: inset 0 0 40px 4px rgba(000, 000, 000, .5);
    background-size: cover;
    background-position: center;
}

article.blog-post .img:hover {
    -webkit-box-shadow: inset 0 0 40px 12px rgba(000, 000, 000, .5);
    box-shadow: inset 0 0 40px 12px rgba(000, 000, 000, .5);
}

article.blog-post .img,
.feature_img {
    width: 33%;
    padding-bottom: 33%;
    overflow: hidden;
    height: 0px;
    position: relative;
    display: block;
    float: left;
}

.sidebar article.blog-post .img, article.blog-post.tiles .img {
    width: 160px;
    height: 160px;
    padding: 0;
    float: none;
    margin: auto;
}

article.blog-post.sidebar .img {
    width: 200px;
    height: 200px;
    position: relative;
    margin: auto;
}

.feature_img {
    width: 810px;
    height: 500px;
    position: relative;
    border-radius: 7px;
}

article.blog-post img.landscape {
    left: 50%;
    max-height: 275px;
}

article.blog-post img.portrait {
    top: 50%;
    max-width: 275px;
}

article.blog-post.sidebar img.portrait {
    max-width: 200px;
}

article.blog-post.sidebar img.landscape {
    max-height: 200px;
}

article.blog-post .txt {
    min-height: 275px;
    text-align: justify;
    float: right;
    width: 65%;
}

article.blog-post.sidebar a {
    color: rgb(139, 139, 139);
    text-decoration: none;
}

article.blog-post.sidebar a:hover {
    text-decoration: underline;
}

article.blog-post h1 {
    padding: 15px 0px 10px 0px;
    margin: 0;
}

article.blog-post h1>a,
article.blog-post h1 {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: grey;
    text-align: left;
}

.sidebar article.blog-post .txt, article.blog-post.tiles .txt {
    min-height: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.sidebar article.blog-post h1, article.blog-post.tiles h1 {
    margin-bottom: 4px;
    margin-top: -4px;
}

.sidebar article.blog-post h1,
.sidebar article.blog-post h1>a, 
article.blog-post.tiles h1, 
article.blog-post.tiles h1>a {
    text-align: center;
    font-size: 15px;
}

.sidebar article.blog-post h1>a:hover {
    text-decoration: underline;
}

article.blog-post .sub,
time.post-date {
    color: #808080;
    font-size: 13px;
}

nav.pagination {
    text-align: center;
    margin: 20px 0;
    border-radius: 5px;
}

nav.pagination>*,
.subcategory-menu a {
    display: inline-block;
    padding: 10px 14px;
    margin: 0;
    background: #EAEAEA;
    color: #797979;
    font-size: 15px;
    text-decoration: none;
    border-right: 1px solid #d9d9d9;
}

nav.pagination>*:first-child {
    border-radius: 5px 0px 0px 5px;
}

nav.pagination>*:last-child {
    border-radius: 0px 5px 5px 0px;
}

nav.pagination>*.current {
    font-weight: bold;
    background: #dddddd;
    color: #a4a4a4;
    border-right: 1px solid #c5c5c5;
}

nav.pagination>*:hover:not([disabled]),
.side-menu a:hover,
.subcategory-menu a:hover {
    background: rgb(219, 219, 219);
}

nav.pagination>button {
    border: 0;
}

nav.pagination>button[disabled] {
    opacity: 0.7;
}


/* Image Gallery */

.gallery {
    position: relative;
}

.gallery .image {
    width: 120px;
    height: 120px;
    position: relative;
    border: 4px solid #EDEDED;
    margin: .5%;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

.gallery .image {
    width: auto;
    height: auto;
    min-height: 100px;
    box-sizing: border-box;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}

.gallery .image:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.gallery .image .thumb {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}

.image .thumb:hover {
    overflow: visible;
    z-index: 10;
}

.tdaF .image .thumb:hover img {
    border: 8px solid rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .32);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .32);
}

.gallery .image .img_center {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.gallery .image img {
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
}

.gallery .image.landscape img {
    height: 100%;
}

.gallery .image.portrait img {
    width: 100%;
}

#gallery {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.41);
    z-index: 500;
    display: none;
}

#gallery>.img {
    position: absolute;
    left: 150px;
    right: 150px;
    top: 43px;
    bottom: 2%;
    max-width: 1920px;
    max-height: 1920px;
}

#gallery>a,
#gallery>.img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#gallery>a {
    width: 200px;
    height: 200px;
    background-size: cover;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -40px;
    z-index: 21;
    opacity: .5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#gallery>a:hover {
    left: 20px;
    opacity: 1;
}

#gallery>a.next {
    left: auto;
    right: -40px;
}

#gallery>a.next:hover {
    left: auto;
    right: 20px;
}

#gallery a.close {
    width: auto;
    height: auto;
    left: auto;
    top: 20px;
    right: 20px;
    color: #fff;
    opacity: .7;
    font-size: 33px;
}

#gallery a.close:hover {
    opacity: 1;
}

#gallery .txt,
#gallery h1 {
    position: absolute;
    color: #fff;
    padding: 6px 11px;
    border-radius: 5px;
}

#gallery .txt {
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(0, 0, 0, 0.21);
    text-shadow: 1px 1px 4px #000000;
}

#gallery .title {
    font-weight: bold;
}

.tdaF #gallery h1 {
    position: absolute;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    bottom: 0px;
    color: #fff;
    text-shadow: 1px 1px 4px #000000;
}


/* Gallery Animations */

#gallery .img.ng-enter,
#gallery .img.ng-leave,
#gallery,
#gallery>a:not(.close) {
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

.form-error.ng-enter,
.form-error.ng-leave {
    -webkit-transition: 0.2s ease-in-out all;
    -ms-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

.form-error.ng-enter,
.form-error.ng-leave-active {
    opacity: 0;
    transform: translate(0px, -10px);
}

.form-error.ng-enter-active {
    opacity: 1;
    transform: translate(0px, 0);
}

#gallery.ng-enter {
    opacity: 0;
    transform: scale(0.6, 0.6);
    background: rgba(255, 255, 255, 0);
}

#gallery.ng-enter-active {
    opacity: 1;
    transform: scale(1, 1);
}

#gallery.ng-leave {
    opacity: 1;
    transform: scale(1, 1);
    background: rgba(255, 255, 255, 0);
}

#gallery.ng-leave-active {
    opacity: 0;
    transform: scale(0.6, 0.6);
    background: rgba(255, 255, 255, 0.8);
}

#gallery .img.ng-leave {
    opacity: 1;
    transform: translate(0, 0);
}

#gallery .img.ng-leave.ng-leave-active {
    opacity: 0;
    transform: translate(-200px, 100px);
}

#gallery .img.ng-enter {
    opacity: 0;
    transform: translate(200px, 0);
}

#gallery .img.ng-enter-active {
    opacity: 1;
    transform: translate(0, 0);
}


/* Forms */

.input_block {
    margin-bottom: 15px;
    position: relative;
}

.input_block:focus {
    outline: none;
}

.tabular:focus {
    outline: 2px solid dodgerblue;
}

.input_block label {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}

.input_block .switch {
    margin: 7px 0px 12px;
}

.input_block input[type="text"],
.sudo-input,
.input_block textarea,
.input_block input[type="number"],
.input_block select,
select.styl,
.input_block input[type="email"],
.input_block input[type="password"],
.radio-options,
.input-wrapper,
.product-sort select {
    border: 2px solid #B3B3B3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    font-size: 17px;
    padding: 7px 10px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.input_block .input-wrapper.display,
.input_block .display {
    border-style: dashed;
    background: #F6F6F6;
}

.input_block textarea {
    margin-bottom: -3px;
}

.input_block input[type="text"]:focus,
select.styl:focus,
.input_block textarea:focus,
.input_block input[type="number"]:focus,
.input_block select:focus,
.input_block input[type="email"]:focus,
.input_block input[type="password"]:focus,
.input_block:focus .radio-options,
.input_block:focus .input-wrapper,
.input_block:focus .checkbox-group,
.product-sort select:focus {
    border-color: dodgerblue;
}

a.switch,
span.checkbox,
.radio span.circle {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #b3b3b3;
    border-radius: 2px;
}

.checkbox-label {
    display: inline-block;
    transform: translate(6px, -3px);
    padding-right: 4px;
    padding-left: 18px;
    margin-top: 4px;
}

a.button.checkbox-button > span {
    padding-right: 6px;
}

a.switch {
    width: 43px;
    height: 16px;
}

.input>a.switch,
.input>span.checkbox {
    margin: 4px 0;
}

a.switch span {
    position: absolute;
    background: #b3b3b3;
    border: 2px solid #fff;
    left: -4px;
    height: 24px;
    top: -8px;
    width: 8px;
}

a.switch.on span {
    left: 33px;
}

.input_block .switch {
    margin: 7px 0px 12px;
}

.checkbox-wrap>* {
    vertical-align: top;
}

span.checkbox {
    width: 18px;
    height: 18px;
    margin: 0px -18px 0px 0px;
}

span.checkbox:not(.on):hover,
.radio:not(.selected):hover span.circle>.inner {
    background-color: rgb(226, 226, 226);
}

td>span.checkbox {
    margin: -4px 0;
}

span.checkbox span.b,
span.checkbox span.a {
    position: absolute;
    background-color: #fff;
}

span.checkbox span.a {
    height: 12px;
    left: 11px;
    top: 5px;
    width: 4px;
}

span.checkbox span.b {
    height: 4px;
    left: 7px;
    top: 13px;
    width: 5px;
}

span.checkbox>span {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -5px;
    left: -4px;
    -webkit-transform: rotate(45deg) scale(.5);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg) scale(.5);
    opacity: 0;
}

span.checkbox.on>span {
    -webkit-transform: rotate(45deg) scale(1);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg) scale(1);
    opacity: 1;
}

span.checkbox.on:hover>span {
    -webkit-transform: rotate(45deg) scale(1.1);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg) scale(1.1);
}

.radio {
    display: inline-block;
    padding: 7px 14px 7px;
    border-radius: 7px;
    margin-right: 10px;
    text-align: left;
}

.radio .label {
    margin-top: 1px;
    display: inline-block;
}

.radio>* {
    vertical-align: middle;
}

.radio span.circle,
.radio span.circle>.inner {
    width: 13px;
    height: 13px;
    border: none;
    border-radius: 10px;
    margin-right: 5px;
}

.radio:last-child {
    margin-right: none;
}

.radio span.circle>.inner {
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 50% 0px 0px 50%;
    vertical-align: top;
    transform: translate(-50%, -50%) scale(.6);
    opacity: 0.5;
}

.radio.selected span.circle>.inner {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


/* css for timepicker */

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
    float: right;
    clear: right;
}

.ui-timepicker-rtl dl dd {
    margin: 0 45% 10px 10px;
}


/* File Uploader */

input[type="file"][uploader] {
    display: none;
}

table.files {
    border: none;
    position: relative;
    width: 100%;
}

table.files tbody tr {
    background: #F7F7F7;
}

table.files td {
    position: static;
    border: none;
    border-bottom: 5px solid #fff;
    white-space: nowrap;
    padding: 15px;
    cursor: pointer;
    vertical-align: middle;
}

.content-editor table.files td {
    border-bottom: 0;
}

table.files td.word-break {
    word-break: break-word;
    white-space: normal;
}

table.files thead {
    background: transparent;
}

table.files thead th:not(.null),
table.files td.sml {
    font-size: 11px;
    color: #fff;
    padding: 8px;
    background: #4e99c5;
}

table.files td a {
    text-decoration: none;
    color: #4e99c5;
}

table.files td.sml,
footer p,
footer a {
    font-size: 12px;
}

table.files tr td.delete.red {
    background: #F7F7F7;
    padding: 0px;
}

table.files tbody tr:hover {
    background: #f1f1f2;
}

.files .icon {
    display: inline-block;
}

.files .icon img {
    max-width: 30px;
    max-height: 28px;
    display: block;
    margin: -8px 0px -10px -7px;
    opacity: 0.7;
}

.progress-bar {
    position: absolute;
    height: 2px;
    left: 0px;
    right: 0px;
    z-index: 11;
    max-width: calc(100% + -2px);
}

.progress-bar-wrapper .progress-bar {
    top: 1px;
    height: auto;
    bottom: 1px;
    left: 1px;
    border-radius: 4px;
}

.files .progress-bar {
    transform: translate(0px, 8px);
}

.progress-bar-wrapper {
    border: 1px solid rgb(212, 212, 212);
    padding: 3px 0px;
    margin: 5px 0;
    position: relative;
    border-radius: 4px;
}

.drop-zone {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(135, 3, 34, 0.72);
    z-index: 1;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 7px;
    display: none;
}

.drop-zone.visible {
    display: flex;
}

.drop-zone.hover {
    -webkit-box-shadow: inset 0 0 100px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 100px 1px rgba(0, 0, 0, 0.3);
}

.loading {
    padding: 5px 30px 5px 48px;
    margin: 15px;
    position: relative;
    background: #f4f4f4;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #5f5f5f;
}

.loading p>* {
    display: inline-block;
    vertical-align: middle;
    color: grey;
    fill: grey;
}

.loading.pad {
    margin: 15px;
}

.loading>.loading-bar-spinner {
    position: absolute;
    left: 19px;
    top: 50%;
    margin-top: -9px;
    right: auto;
}


/*!
 * angular-loading-bar v0.9.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2016 Wes Cruver
 * License: MIT
 */


/* Make clicks pass-through */

.loading-bar-spinner {
    pointer-events: none;
    -webkit-pointer-events: none;
    -webkit-transition: 350ms linear all;
    -moz-transition: 350ms linear all;
    -o-transition: 350ms linear all;
    transition: 350ms linear all;
}

.loading-bar-spinner {
    display: block;
    position: fixed;
    z-index: 10002;
    top: 10px;
    right: 10px;
}

.loading-bar-spinner .spinner-icon {
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
    -moz-animation: loading-bar-spinner 400ms linear infinite;
    -ms-animation: loading-bar-spinner 400ms linear infinite;
    -o-animation: loading-bar-spinner 400ms linear infinite;
    animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.webcam {
    max-width: 600px;
}

.webcam .controls {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.webcam .controls a {
    display: block;
    margin: 6px 0px;
}

.webcam video,
.webcam img {
    height: auto;
    min-height: 200px;
    float: left;
    box-size: border-box;
}

.image-upload .selectedImg {
    max-width: 250px;
}

.image-upload .selectedImg img {
    width: 100%;
    height: auto;
}


/* Tabular Form Element */

.tabular {
    display: block!important;
}

.tabular .wrapper {
    border: 1px solid rgb(229, 229, 229);
    background: rgb(249, 249, 249);
    border-radius: 3px;
}

.tabular-label {
    text-align: center;
    vertical-align: middle;
    color: rgb(142, 142, 142);
    font-size: 12px;
}

.tabular-label.head {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 7px 5px;
}

.tabular-label.side {
    border-right: 1px solid rgb(221, 221, 221);
    text-align: right;
}

.tabular-label span {
    display: inline-block;
    padding: 11px 0px;
}

.tabular-label.side span {
    padding: 7px 11px;
}

.tabular .flex-item.side {
    max-width: 190px;
}

.tabular textarea.cell {
    border: 1px solid transparent;
    border-right: 1px solid rgb(242, 242, 242);
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid rgb(242, 242, 242);
    padding: 5px;
}

.tabular textarea.cell:hover {
    border: 1px solid rgb(219, 232, 255);
    ;
}

.tabular textarea.cell:focus {
    border: 1px solid rgb(153, 189, 255);
}

.tabular-row.head {
    align-items: flex-end;
}

.tabular-row,
.webcam {
    position: relative;
}

.tabular .remove {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: -37px;
    cursor: pointer;
    padding: 10px;
}

.tabular .remove span {
    padding: 5px 8px;
    background: rgb(240, 240, 240);
    border-radius: 3px;
    opacity: 0.2;
}

.tabular-row:hover .remove span {
    opacity: 0.3;
}

.tabular-row:nth-child(2n+3) textarea {
    background: rgb(252, 252, 252);
}

.tabular-row:hover .remove span:hover {
    opacity: 1;
}

.flex,
.section>.width_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex>.flex-item,
.pagination.flex>*,
.section>.width_wrapper>.col {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.flex>.flex-item.flex2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.flex>.flex-item.w200 {
    min-width: 150px;
}

.flex.margin>*,
.flex-item.margin,
.crumbs a {
    margin-right: 15px;
}

.flex.margin .flex-item:last-child,
.flex.margin>*:last-child,
.flex-item.margin:last-child,
.crumbs a:last-child {
    margin-right: 0;
}

.chip-dropdown {
    position: absolute;
    background: #FDFDFD;
    border: 1px solid whitesmoke;
    right: 0px;
    left: 0px;
    z-index: 10;
    max-height: 100px;
    overflow: auto;
    -webkit-box-shadow: 0 0 8px 0 rgba(000, 000, 000, 0.2);
    box-shadow: 0 0 8px 0 rgba(000, 000, 000, 0.2);
}

.chip-dropdown>.chip-item {
    padding: 8px 6px;
    cursor: pointer;
    background: #FDFDFD;
    position: relative;
}

.chip-dropdown>.chip-item.withImg {
    padding-left: 35px;
}

.chip-dropdown>.chip-item:hover {
    background: whitesmoke;
}

form .ng-valid.ng-dirty:not(a) {
    border-color: #86C792;
    color: #0D8C18;
}

form .ng-invalid.ng-dirty {
    border-color: #DA8D90;
    color: #D2686D;
}

.form-error {
    padding: 8px;
    background: rgb(255, 224, 224);
    color: rgb(169, 4, 4);
    border: 2px solid rgb(249, 154, 154);
    margin: 0px 5px 5px;
    border-top: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(000, 000, 000, .2);
    box-shadow: 0 2px 4px 0 rgba(000, 000, 000, .2);
    position: relative;
    z-index: 0;
    font-size: 12px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

nav.sections {
    margin-bottom: 20px;
}

nav.sections a {
    background: #fff;
    color: #947F5A;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: -2px;
    border-bottom: 2px solid rgb(226, 226, 226);
}

nav.sections a:hover {
    border-bottom: 2px solid darkgrey;
}

nav.sections a.active {
    border-bottom: 2px solid lightgrey;
}

nav.sections .blog-search > *, nav.sections > * {
    display: inline-block;
    vertical-align: middle;
}

nav.sections .blog-search a.button {
    background: transparent!important;
    border: 0!important;
    fill: rgba(0,0,0,0.4)!important;
    padding-left: 11px;
}

nav.sections .blog-search input {
    padding: 8px;
    margin: 0 0px 0px 15px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid silver;
}

nav.sections .blog-search input:focus {
    border-bottom-width: 2px;
}

nav.sections .blog-search {
    display: inline-block;
}

hgroup.blog-post {
    padding: 10px 0px 0px;
}

hgroup.blog-post h2 {
    font-size: 12px;
}

hgroup.blog-post h2 .author {
    display: inline-block;
    margin-left: 2px;
    color: grey;
}

hgroup.page-block>*:first-child {
    margin-top:0;
}

hgroup.page-block>*:last-child {
    margin-bottom:0;
}

hgroup.page-block>h1:only-child {
    margin:0;
}

.extra-page-pad {
    padding: 0 30px;
}

.half {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    float: left;
}

.half:first-child {
    padding-left: 0;
}

.half:last-child {
    padding-right: 0;
}

.mobile-show {
    display: none!important;
}

#notifications {
    position: absolute;
    left: 0px;
    top: 0px;
}

#notifications {
    position: fixed;
    z-index: 998;
    right: 0;
    height: 1px;
    overflow: visible;
    text-align: center;
}

.notification {
    padding: 10px;
    display: inline-block;
    margin: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    font-size:15px;
}

.notification.success {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.658);
}

.notification.warning {
    color: #CC9C48;
    border-color: #CC9C48;
    background-color: #DEE0BF;
}

.notification.error {
    color: #CC4A4A;
    border-color: #CC4A4A;
    background-color: #DDBFBF;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.ilb>* {
    display: inline-block;
    vertical-align: middle;
}

.overlay.ng-hide-add,
.overlay.ng-hide-add .content-box,
.notification.ng-enter,
.notification.ng-leave {
    transition: 0.2s linear all;
}

.notification.ng-enter {
    opacity: 0;
    transform: scale(0.7);
}

.notification.ng-enter.ng-enter-active {
    opacity: 1;
    transform: scale(1);
}

.notification.ng-leave.ng-leave-active {
    opacity: 0;
    transform: scale(0.7);
}

section>*>.content,
.sudo-section>*>.content {
    padding: 0 10px;
}

.sudo-content {
    padding: 20px 10px;
}

.cke_editable {
    padding: 10px;
}

.product-menu>*,
.product-menu a {
    display: block;
}

.product-menu {
    margin-bottom: 25px;
}

.product-menu a,
.shop-menu a,
a.sort-what-btn {
    font-size: 13px;
    color: #4d4d4d;
    padding: 8px 12px;
    background: #dddddd;
    text-decoration: none;
    margin-bottom: 4px;
}

.product-menu a.highlight {
    font-weight: bold;
}

.product-menu a.level_1 {
    margin-left: 12px;
}

.product-menu a.level_2 {
    margin-left: 24px;
}

.product-menu a.level_3 {
    margin-left: 36px;
}

.product-menu a.level_4 {
    margin-left: 48px;
}

.product-menu a.level_5 {
    margin-left: 60px;
}

.product-menu a.level_6 {
    margin-left: 72px;
}

.product-menu a.level_7 {
    margin-left: 84px;
}

.product-menu a.level_8 {
    margin-left: 96px;
}

.product-menu a.level_9 {
    margin-left: 108px;
}

.product-menu a.level_10 {
    margin-left: 120px;
}

.product-menu h2 {
    margin: 7px 0 15px 0;
}

.product-menu a:hover,
.shop-menu a:hover,
.tilda-crumbs a:hover {
    background: #e2e2e2;
}

.product-menu a:active,
.shop-menu a:active,
.tilda-crumbs a:active {
    background: #cbcbcb;
}

.product-menu .parent {
    position: relative;
    display: block;
}

.product-menu .expand {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: -3px;
    width: 28px;
    background: #cbcbcb;
    color: #808080;
    font-size: 15px;
    padding: 5px 0px 0px 0px;
    text-align: center;
    cursor: pointer;
}

.tdaF .product-menu h2 {
    margin: 11px 0;
}

.shop-menu>*,
.shop-menu a {
    display: inline-block;
    vertical-align: middle;
}

.shop-menu a {
    margin: 2px 0px;
}

.shop-menu {
    background: #dddddd;
    margin: 10px 0;
    padding: 3px 0px;
}

.shop-menu .search,
.shop-menu input {
    background: #eeeeee;
    border: 0;
    padding: 5px;
}

.shop-menu .search span {
    font-size: 13px;
    color: #8C8C8C;
}

.shop-menu .search {
    padding: 1px 0px 1px 10px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0px 14px 0px 6px;
}

.shop-menu svg {
    margin: -2px 3px -8px 0px;
    fill: #4d4d4d;
}

.shop-menu a.checkout svg {
    margin: -2px 3px -8px 0px;
}

i.icon,
i.icon svg {
    display: inline-block;
}

i.icon svg {
    max-width: 1.5em;
    height: 1.5em;
}

i.icon.fluid svg,
i.icon.fluid {
    width: 100%;
    height: 100%;
    max-width: none;
}

.icon-wrapper {
    display: inline-block;
}

.icon-wrapper.circle {
    border-radius: 100%;
    margin: 1em 0;
}

i.icon.img {
    width: 1em;
    height: 1em;
    background-size: contain;
}

h1>*,
h2>*,
h3>* {
    display: inline-block;
    vertical-align: middle;
}

h1>i.icon,
h2>i.icon,
h3>i.icon {
    margin-right: 15px;
    height: 1.1em;
}


/* SHOP CSS */

.product>* {
    float: left;
}

.product hgroup h1 a,
.product hgroup h1 {
    font-size: 16px;
    font-weight: bold;
}

.product hgroup h2 {
    font-size: 12px;
    color: #4d4d4d!important;
    margin: 0px 0px 10px 0px;
}

.product>.images {
    width: 200px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.product>.images>.img {
    width: 190px;
    height: 190px;
    white-space: nowrap;
    background: #ddd;
    padding: 6px;
    cursor: pointer;
}

.product>.images img {
    margin-right: -5px;
}

.product>.images img,
.cart-items .img-preview img {
    display: inline-block;
    vertical-align: middle;
}

.product>.images img.portrait,
.cart-items .img-preview img.portrait {
    height: 100%;
    width: auto;
}

.display-Full .product>.images img.portrait {
    height: auto;
    width: 100%;
}

.shopping-cart h2>.icon {
    vertical-align: baseline;
    margin: 0px 5px 0px 10px;
}

.product>.images img.landscape,
.cart-items .img-preview img.landscape {
    width: 100%;
    height: auto;
}

.product .helper,
.cart-items .helper {
    height: 0;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 100%;
}

.product .img>.magnifier {
    position: absolute;
}

.product.product-preview {
    text-align: center;
    padding: 7px;
    cursor: pointer;
}

.product.product-preview>.images {
    width: 120px;
    height: 120px;
    margin-bottom: 0;
}

.product.product-preview>.details {
    padding-left: 150px;
}

.product.product-preview:hover {
    background: #efefef;
}

.product.product-preview:active {
    background: #e6e6e6;
}

.product.product-preview h1 {
    font-size: 20px;
    text-align: left;
}

.product.product-preview>.images>.img {
    width: 110px;
    height: 110px;
}

.product-info-bar.discounted {
    padding-bottom: 95px;
}

.display-Full .product-info-bar {
    margin: 15px 0;
}

.product-info-bar>*,
.product>.images>.previews .preview,
.product .options>.inner,
.cart-items .img-preview {
    padding: 5px;
    background: #dddddd;
    box-sizing: border-box;
}

.product>.images,
.product>.images>.previews .preview,
.cart-items .img-preview {
    text-align: center;
}

.product>.images>.previews {
    padding-top: 3px;
}

.product>.images>.previews .preview,
.cart-items .img-preview {
    width: 52px;
    height: 52px;
    white-space: nowrap;
    display: inline-block;
    margin: 0 3px 3px 0;
    cursor: pointer;
}

.product>.images>.previews .preview {
    position: relative;
    z-index: 1;
}

.product>.details .description {
    margin-bottom: 10px;
    overflow: hidden;
}

.product>.details .description.abrev {
    white-space: pre-wrap;
    font-family: inherit;
}

.product>.details .description.abrev a {
    display: inline-block;
    padding: 3px 9px;
    margin: 2px 0px 0px 0px;
    background: #d8d8d8;
    vertical-align: top;
    text-decoration: none;
    color: #464646;
    border-radius: 31px;
}

.product>.details .description.abrev a:hover {
    text-decoration: underline;
}

section>*>.content {
    padding: 0 10px;
}

.cke_editable {
    padding: 10px;
}

.ui-datepicker {
    z-index: 100!important;
}

.product>.details {
    width: 400px;
    width: -webkit-calc(100% - 215px);
    width: -moz-calc(100% - 215px);
    width: calc(100% - 215px);
    box-sizing: border-box;
    float: right;
}

.product .options>.inner {
    padding: 12px 24px;
}

.product-info-bar {
    padding-left: 222px;
    position: relative;
}

.product-info-bar>* {
    float: left;
    box-sizing: border-box;
    height: 52px;
    width: 100%;
    padding: 12px 0;
    text-align: center!important;
    position: relative;
}

.product-info-bar .loading {
    position: absolute;
    left: 96px;
    background: rgb(246, 246, 246) url(../img/admin/little-spinner.gif) center no-repeat;
    right: 0;
    width: auto;
    border-radius: 0;
    border: 1px dashed #D6D6D6;
    height: auto;
}

.product-info-bar .price {
    width: 92px;
    margin: 0 -90px 0 -222px;
    font-size: 16px;
    padding-top: 18px;
    color: #3C3C3C;
    position: relative;
}

.product-info-bar .price .discount {
    position: absolute;
    background-color: #444;
    background-image: -moz-linear-gradient(top, #444, #444);
    color: #ccc;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 20px #999;
    margin: 25px;
    border: 1px solid #333;
    text-shadow: 0 0 1px #000;
    z-index: 2;
    left: -13px;
    bottom: -63px;
    width: 153px;
    height: 16px;
}

.product-info-bar .price .discount span {
    text-decoration: line-through;
}

.product-info-bar .price .discount::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
    left: 20px;
    margin-left: -10px;
    top: -20px;
    border-bottom: 10px solid #444;
}

.product-info-bar .qty {
    width: 122px;
    margin: 0 -126px;
}

.product-info-bar .qty>* {
    position: absolute;
}

.product-info-bar .qty .txt {
    font-size: 13px;
    color: #4d4d4d;
    top: 18px;
    left: 14px;
}

.product-info-bar .qty input,
.cart-items .edit-btns input {
    padding: 5px;
    font-size: 18px;
    top: 10px;
    left: 47px;
    width: 28px;
    border: none;
    -moz-appearance: textfield;
}

.product-info-bar .qty input::-webkit-inner-spin-button,
.product-info-bar .qty input::-webkit-outer-spin-button,
.cart-items .edit-btns input::-webkit-inner-spin-button,
.cart-items .edit-btns input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-info-bar .tda-spinner {
    top: 26px;
    right: 0px;
}

.tda-spinner a {
    width: 26px;
    height: 24px;
    background: url('../img/qty-chngr.png') no-repeat center 5px;
    right: 4px;
    cursor: pointer;
    position: absolute;
}

.tda-spinner a:hover,
.product-info-bar>.btn>.btn:hover,
.product-info-bar .checkout:hover {
    background-color: #eee;
}

.tda-spinner a.up {
    bottom: 0px;
}

.tda-spinner a.down {
    top: 0px;
    background-position: center -16px;
}

.product-info-bar>.btn>* {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.product-info-bar>.btn>.checkout {
    right: 44px;
}

.product-info-bar>.btn>.delete {
    left: auto;
    width: 44px;
}

.product-info-bar>.btn>.delete svg {
    margin: 11px 0px 0px 0px;
}

.product-info-bar>.btn>.btn,
.product-info-bar .out-of-stock,
.product-info-bar .checkout {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 6px;
}

.product-info-bar>.btn svg {
    margin: 7px 6px -7px -9px;
}

.product-info-bar .checkout,
.product-info-bar .checkout:hover,
.cart-btns a.button.checkout,
.product-info-bar .delete {
    background: #4F9758;
    color: #fff;
    fill: #fff;
}

.product-info-bar .checkout:hover,
.cart-btns a.button.checkout:hover {
    background: #46a352;
}

.product-info-bar .checkout:active,
.cart-btns a.button.checkout:active {
    background: #3c8445;
}

.product-info-bar .out-of-stock {
    background: url('../img/out-of-stock.png') 0px center no-repeat;
    color: #808080;
    padding-top: 18px;
    right: auto;
    width: 120px;
    text-align: right;
    left: 50%;
    margin-left: -60px;
    opacity: 0.5;
}

.product .options .label {
    color: #4d4d4d;
    font-size: 13px;
    padding-bottom: 7px;
}

.product .options>.inner {
    padding-bottom: 0;
}

.product .options {
    margin: 15px 0;
}

.product-info-bar .inCart,
.options a.option,
.shop-select-itm,
.product-info-bar .qty input,
.cart-items .edit-btns input {
    background: #eeeeee;
    border-radius: 5px;
}

.product-info-bar .inCart {
    top: 5px;
    bottom: 5px;
    left: 5px;
    width: 100px;
    top: 5px;
    bottom: 5px;
    left: 5px;
    width: 83px;
    padding-top: 12px;
    cursor: pointer;
}

.product-info-bar .inCart span {
    font-size: 15px;
}

tda-product-selection {
    padding-bottom: 60px;
}

.product-selection.tda-product-.display- {
    margin-top: 30px;
}

.tda-product-Tiles .product-data .display-Tiles,
.display-Full .product .images .img,
.display-Full .product .images .previews {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 10px!important;
    margin: 0px;
}

.tda-product-Tiles .product-data .display-Tiles.odd {
    padding-left: 10px!important;
    padding-right: 0!important;
}

.tda-product-Tiles .product-data .col,
.display-Full .product>.images {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    background: #e6e6e6;
    overflow: hidden;
}

.tda-product-Tiles .product-data .display-Tiles:hover .col {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.30);
}

.tda-product-Tiles .product>*,
.tda-product-Tiles .product .images .img,
.display-Full .product>* {
    width: 100%;
}

.product .images .img {
    position: relative;
    text-align: center;
}

.product .images .expand,
.product .prev-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product .images .expand {
    background: rgba(255, 255, 255, 0.25) url(../img/expand-icon.png) center no-repeat;
    visibility: hidden;
    opacity: 0;
}

.product .images .img:hover .expand {
    opacity: 1;
    visibility: visible;
}

.tda-product-Tiles .product .images .img,
.display-Full .product .images .img {
    padding-bottom: 100%;
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.display-Full .product .images .img,
.display-Full .product .images .previews {
    padding: 0 0 50% 0;
    position: relative;
    height: 0;
}

.display-Full .product .images .previews {
    margin-right: -10px;
}

.product a.tab {
    display: inline-block;
    padding: 10px 20px 5px;
    text-decoration: none;
    vertical-align: top;
}

.product .tab-box {
    padding: 10px;
}

.product a.tab.active,
.product .tab-box {
    background: #eeeeee;
}

.product .prev-bg {
    background-position: center;
    background-size: cover;
    z-index: 0;
    opacity: 0.15;
}

.display-Full .product>.images {
    text-align: left;
}

.display-Full .product>.images>.previews .preview {
    width: calc(33.33% - 6px);
    padding: 0 5px calc(33.33% - 19px) 5px;
    margin: 0;
    vertical-align: top;
    border: 3px solid transparent;
    margin: 3px;
    overflow: hidden;
}

.tda-product-Tiles .product .images .img img,
.display-Full .product .images .img img,
.tda-product-Tiles .product .images .previews,
.tda-product-Tiles .product .description,
.tda-product-Tiles .product .options,
.tda-product-Tiles .product .product-info-bar,
.tda-product-Tiles .product hgroup h2 {
    display: none;
}

.display-Full .product .product-info-bar {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.tda-product-Tiles .product hgroup {
    margin: 0;
    padding: 10px 65px 10px 10px;
    position: relative;
}

.tda-product-Tiles .product hgroup h1 {
    text-align: left;
}

.tda-product-Tiles .product hgroup h1 a {
    font-size: 14px;
    font-weight: normal;
    color: #7b7b7b!important;
}

.tda-product-Tiles .product hgroup .price {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    font-weight: bold;
    color: dimgrey;
}

.options a.option,
.shop-select-itm {
    font-size: 13px;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.checkout-block .shop-select-itm {
    border: 1px solid #d6d6d6;
}

.options a.option:hover,
.shop-select-itm:hover,
.product-info-bar .inCart:hover {
    background: #f4f4f4;
}

.options a.option:active,
.shop-select-itm:active,
.product-info-bar .inCart:active,
.product-info-bar>.btn>.btn:active {
    background: #e6e6e6;
}

.cart-items.items .row {
    text-align: right;
    margin-bottom: 4px;
}

.cart-items.items .row>* {
    display: inline-block;
}

.cart-items.items .row .txt {
    font-size: 13px;
}

.cart-items.items .row .price {
    width: 72px;
}

.cart-items.items {
    padding-top: 7px;
}

.cart-items .row.cart-product {
    position: relative;
    min-height: 52px;
    padding: 3px;
}

.cart-items .row.cart-product {
    cursor: pointer;
}

.cart-items .row.cart-product .edit-btns {
    cursor: auto;
}

.cart-items .row.cart-product:hover {
    background: #F1F1F1;
}

.cart-items.full .row.cart-product {
    border-bottom: 1px solid #F1F1F1;
}

.cart-items.full .row.cart-product:hover {
    background: rgba(241, 241, 241, 0.49);
    cursor: auto;
}

.cart-items .row.cart-product .txt {
    overflow: hidden;
    padding: 8px 0px 3px 60px;
    width: 173px;
    box-sizing: border-box;
    font-size: 13px;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), color-stop(0.75, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), color-stop(0.75, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    mask: url(#cart_txt_mask);
}

.cart-items.full .row.cart-product .txt {
    overflow: visible;
    width: auto;
    -webkit-mask-image: none;
    mask-image: none;
    mask: none;
    width: auto;
}

.cart-items.full .row.cart-product .txt>* {
    width: auto;
    margin-right: 70px;
}

.cart-items .row.cart-product .txt .option-txt {
    padding-top: 5px;
}

.cart-items .row.cart-product .img-preview,
.cart-items .row.cart-product .price,
.cart-items .cart-qty {
    position: absolute;
}

.cart-items .row.cart-product .price,
.cart-items .cart-qty {
    right: 3px;
    top: 8px;
}

.cart-items .row.highlight .price,
.cart-items .cart-qty {
    right: 6px;
}

.cart-items .cart-qty {
    font-size: 12px;
    top: 29px;
}

.cart-items .row.cart-product .txt>* {
    width: 9999px;
}

.cart-items .edit-btns {
    padding: 20px 0;
    text-align: center;
}

.cart-items .edit-btns .tda-spinner {
    top: -6px;
}

.cart-items .edit-btns>* {
    display: inline-block;
    vertical-align: middle;
}

.cart-items .edit-btns input {
    width: 20px;
}

.cart-items .edit-btns a.button {
    padding: 6px 9px;
}

.cart-items .row.highlight,
.cart-items .row.highlight:hover {
    background: rgba(255, 255, 188, 0.6);
    padding: 6px;
    margin: 0 -6px;
    border: 1px dashed grey;
    border-radius: 6px;
}

.shopping-cart.highlight {
    background: #E3E3E3;
}

.sidebar .shopping-cart.floating {
    position: fixed;
    margin-left: -12px;
    top: 10px;
    max-height: 100vh;
    margin: -1px;
    overflow-y: auto;
    overflow-x: hidden;
}

.shopping-cart h2 {
    text-align: center;
    margin-bottom: 7px;
    position: relative;
}

.shopping-cart h2 svg {
    margin: 1px 7px -9px -11px;
    width: 28px;
    height: 30px;
    max-width: none;
}

.shopping-cart h2 a.edit {
    text-decoration: none;
    color: #666;
    font-size: 12px;
    position: absolute;
    font-weight: normal;
    right: 3px;
    top: 10px;
}

.shopping-cart .cart-btns {
    border-top: 1px solid #9e9e9e;
    padding-top: 13px;
    margin-top: 10px;
}

.shopping-cart .cart-btns a.button {
    padding: 6px 10px;
}

.col>*:only-child {
    margin: 0;
}

.tda-spinner {
    position: relative;
    width: 34px;
    display: inline-block;
}

.tilda-crumbs {
    padding: 20px 0;
    text-align: left;
}

.tilda-crumbs>* {
    display: inline-block;
    vertical-align: middle;
}

.tilda-crumbs a {
    padding: 8px 10px 8px 20px;
    margin: 0px 0px 6px 0px;
    background: #dddddd;
    font-size: 13px;
    color: #7B7B7B;
    text-decoration: none;
    position: relative;
    -webkit-transition: none !important;
    transition: none !important;
}

.tilda-crumbs .divider {
    background: url(../img/crumb-divider.png) no-repeat;
    width: 24px;
    height: 31px;
    display: inline-block;
    margin: -8px -25px -11px 11px;
}

.subcategory-menu {
    padding: 10px;
    background: #F4F4F4;
}

.subcategory-menu h2 {
    padding-bottom: 7px;
}

.subcategory-menu a {
    margin: 0px 10px 10px 0;
}

.product-sort>.wrapper {
    display: inline-block;
    padding: 2px;
    border: 1px solid gainsboro;
    margin-top: 15px;
}

.product-sort>.wrapper>* {
    vertical-align: top;
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.product-sort>.wrapper>*:last-child {
    margin-right:0;
}

.product-sort select {
    display: inline-block;
    width: auto;
    margin-right: 12px;
    padding: 2px 6px;
}

a.sortbtn {
    background: #eee url('../img/sort-icons.png') no-repeat 0px 1px;
    display: inline-block;
    width: 18px;
    padding: 4px;
    height: 18px;
}

a.sortbtn.reverse {
    background-position: 1px -29px;
}

a.sortbtn,
a.sort-what-btn {
    margin: -7px 0px 0px 0px;
}

a.sort-what-btn {
    margin-right: 3px;
    font-size: 11px;
    background: #F0F0F0;
    color: #797979;
}

a.sort-what-btn:hover {
    background-color: #f2f2f2;
}

a.sort-what-btn:active {
    background-color: #e8e8e8;
}

a.sort-what-btn.highlight {
    opacity: 0.8;
}

.calculate-shipping {
    margin: 15px 0;
    padding: 7px;
    border: 1px dashed #e8e8e8;
}

*+.no-items,
*+a.no-items {
    display: none !important;
}

a.grey,
small.grey,
span.grey {
    color: #aaaaaa;
}

.cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    top: -11px;
}

.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
    animation: 1s infinite ease-in-out;
    -o-animation: 1s infinite ease-in-out;
    -ms-animation: 1s infinite ease-in-out;
    -webkit-animation: 1s infinite ease-in-out;
    -moz-animation: 1s infinite ease-in-out;
}

.cssload-loader:before,
.cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader;
}

@keyframes cssload-loader {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes cssload-loader {
    from {
        -o-transform: scale(0);
        opacity: 1;
    }
    to {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes cssload-loader {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }
    to {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-loader {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }
    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

div.checkout_bar {
    background: #E2E2E2;
    padding: 7px 10px;
    width: 80%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px auto;
    font-size: 12px;
    position: relative;
    overflow: visible;
    height: 16px;
    text-align: center;
}

div.checkout_bar div.active {
    font-weight: bold;
}

div.checkout_bar div {
    width: 33%;
    display: block;
    float: left;
    position: relative;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #E2E2E2;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 16px;
}

.checkout-block {
    border-radius: 3px;
    overflow: hidden;
    background: #f3f3f3;
}

.checkout-block h2 {
    text-align: center!important;
}

.checkout-block.shipping {
    overflow: visible;
}

.checkout-block>.itm {
    width: 50%;
    float: left;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
    border: 1px solid #dddddd;
    cursor: pointer;
}

.checkout-block>.itm:first-child {
    border-right-color: #f2f2f2;
}

.checkout-block>.itm:hover {
    background: #fafafa;
}

.checkout-block>.itm:active {
    background: #dbdbdb;
}

.checkout-block>.itm i.icon {
    fill: #757575;
}

.checkout-block>.itm i.icon svg {
    width: 70px;
    max-height: 70px;
    max-width: none;
    height: auto;
}

.checkout-block.pad {
    padding: 20px;
}

.checkout-block hgroup {
    padding: 25px 0 5px 0;
}

body.ckeditor-body {
    padding: 0 15px;
}

.adr p {
    margin: 0 0 10px 0;
}

div.address {
    padding: 6px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    border: 4px solid rgba(134, 134, 134, 0.28);
    border-width: 1px;
    border-bottom-width: 4px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    text-align: left;
}

.link-grid {
    text-align: center;
}

.link-grid a {
    display: inline-block;
    min-width: 175px;
    margin: 0px 5px 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #757575;
    text-decoration: none;
    padding: 83px 30px 32px 30px;
    background: rgba(0, 0, 0, 0.1) center 20px no-repeat;
}

.link-grid a.personal {
    background-image: url(../img/icons/personal-info-50.png)
}

.link-grid a.orders {
    background-image: url(../img/icons/orders-50.png);
    background-position: center 15px;
}

.link-grid a.address {
    background-image: url(../img/icons/addresses-50.png)
}

.link-grid a.digital {
    background-image: url(../img/icons/digital-downloads-50.png)
}

.link-grid a.payment {
    background-image: url(../img/icons/cc.svg);
    background-size: 50px;
}

.link-grid a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.link-grid a:active {
    background-color: rgba(0, 0, 0, 0.2);
}

.bubble {
    padding: 2px 4px;
    border-radius: 4px;
    opacity: 0.5;
    display: inline-block;
}

.shipping>.carrier .extras {
    width: 206px;
    position: relative;
}

.shipping>.carrier h1 {
    font-size: 17px;
    color: #808080!important;
    padding: 10px 30px;
    background: #eaeaea;
    border-bottom: 1px solid #d0d0d0;
}

.shipping>.carrier hr {
    margin: 0;
    border: 1px solid #b3b3b3;
}

.shipping>.carrier .flex-item>.option,
.shipping>.carrier .bubble,
.shipping>.carrier .loading,
.shipping>.carrier .tip {
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #d8d8d8;
    border-bottom-width: 4px;
    border-radius: 7px;
}

.shipping>.carrier .bubble,
.shipping>.carrier .loading,
.shipping>.carrier .tip {
    padding: 8px;
    margin: 10px 0px 0px 19px;
    display: block;
    opacity: 1;
    text-align: left;
}

.shipping>.carrier .tip {
    position: absolute;
    font-size: 13px;
    left: 0px;
    right: 0px;
}

.shipping>.carrier .bubble .title {
    text-align: center;
    padding-bottom: 5px;
}

.shipping>.carrier .bubble .tick {
    position: absolute;
    display: none;
}

.shipping>.carrier .bubble .tick svg {
    fill: #018e01;
}

.shipping>.carrier .bubble .itm {
    padding: 5px 0;
    cursor: pointer;
    text-align: left;
}

.shipping>.carrier .bubble .itm:hover {
    background: #e8e8e8;
}

.shipping>.carrier .bubble .itm.selected .tick {
    display: block;
    left: 13px;
}

.shipping>.carrier .bubble .txt {
    padding-left: 40px;
    font-size: 13px;
}

.shipping>.carrier .bubble:after,
.shipping>.carrier .bubble:before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.shipping>.carrier .bubble:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f9f9f9;
    border-width: 10px;
    margin-top: -10px;
}

.shipping>.carrier .bubble:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #d8d8d8;
    border-width: 11px;
    margin-top: -11px;
}

.shipping>.carrier .flex-item>.option {
    padding: 12px;
    margin: 10px 0;
    cursor: pointer;
}

.shipping>.carrier .flex-item>.option:hover,
.crowdfund,
.donate-box>.wrapper {
    background-color: #f5f5f5;
}

.shipping>.carrier .flex-item>.option.selected {
    border-color: #018e01;
    background: #d3ffd3;
}

.shipping .option>.tick,
.shipping .option>.price {
    position: absolute;
    z-index: 2;
}

.shipping .option>.tick {
    width: 40px;
    left: 16px;
    visibility: hidden;
    top: 50%;
    margin-top: -10px;
}

.shipping .option>.tick svg {
    fill: #018e01;
    width: 31px;
    max-width: none;
    width: 40px;
    height: 40px;
}

.checkout .option>.tick svg {
    margin: -10px 0px 0px 0px;
}

.shipping>.carrier .flex-item>.option.selected>.tick {
    visibility: visible;
}

.shipping .option>.bdy {
    padding: 0 75px 0 60px;
    text-align: left;
}

.shipping .option>.bdy .title {
    font-size: 13px;
}

.shipping .option>.bdy img {
    width: 100%;
    height: auto;
    padding: 5px 0;
    max-width: 500px;
}

.shipping .option>.bdy .delivery {
    font-size: 12px;
    color: #808080;
}

.shipping .option>.price {
    width: 70px;
    right: 0px;
    top: 51px;
}

h1.checkout {
    font-size: 30px!important;
    font-weight: bold;
    color: #000!important;
    padding: 20px 0 0 0;
}

.digital>*,
a.option>* {
    vertical-align: middle;
    display: inline-block;
}

p.digital {
    border-radius: 6px;
    padding: 1px 10px 0;
    fill: #ffffff;
    color: #fff;
    margin: 20px 0;
    text-align: left;
    background: #4e99c5;
}

p.digital i.icon,
a.option>* i.icon {
    margin-right: 6px;
}

p.digital svg {
    width: 32px;
    height: 32px;
    max-width: 32px;
}

a.option i.icon {
    margin: -9px 2px -8px -12px;
}

.delete-btn-row {
    width: 20px;
    padding: 8px;
    text-align: center;
    height: 17px;
    margin-top: 20px!important;
    opacity: 0.5;
}

.delete-btn-row:hover {
    opacity: 1;
}

.tile {
    padding: 10px 20px;
    background: #f5f5f5;
    margin-bottom: 15px;
    border-top: 0px solid transparent;
    border-bottom: 3px solid #bfbfbf;
    border-radius: 10px;
    text-align: center;
}

.tile:hover {
    background: #ededed;
    cursor: pointer;
}

.tile:active {
    background: #e6e6e6;
    border-bottom-width: 0px;
    border-top: 3px solid transparent;
}

.tile>.itm {
    border-bottom: 1px solid #b8b8b8;
    display: inline-block;
    min-height: 50px;
    vertical-align: top;
    padding: 10px 0px 10px 0px;
    margin: 3px 24px 3px 0;
    position: relative;
    min-width: 55px;
}

.tile>.itm:last-child {
    margin-right: 0;
}

.tile>.itm .key {
    font-size: 12px;
    color: #9b9b9b;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.tile>.itm .val {
    font-size: 26px;
    color: #7e7e7e;
    font-weight: 100;
}

.tile>.itm .val.small {
    font-size: 16px;
}

#pd-overlay {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.68);
    z-index: 1000;
    width: 100%;
    height: 100%;
}

#pd-overlay>.img {
    text-align: center;
    height: 80%;
    padding: 10px;
    box-sizing: border-box;
}

#pd-overlay>.img img {
    height: 100%;
    width: auto;
}

#pd-overlay .img-list {
    text-align: center;
    height: 20%;
    padding: 10px;
    box-sizing: border-box;
    background: #9a9a9a;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

#pd-overlay .img-list img {
    height: 100%;
    width: auto;
    margin-right: 10px;
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
}

#pd-overlay .img-list img:hover {
    background: #737373;
}

#pd-overlay .img-list img:last-child {
    margin-right: 0;
}

#pd-overlay .img-list img.selected {
    background: white;
    opacity: 0.5;
    cursor: default;
}

#pd-overlay .close {
    position: absolute;
    right: 0px;
    padding: 15px 24px;
    background: #d8d8d8;
    color: #525252;
    font-size: 17px;
    cursor: pointer;
}

#pd-overlay .close:hover {
    background: #c1c1c1;
}

p.description {
    padding: 0px 12px;
    margin: 6px;
}


/* Crowdfunding Projects */

article.crowdfund {
    padding: 15px;
}

article.crowdfund.page {
    background-color: transparent;
    padding: 0;
}

.crowdfund hgroup,
section.ovh,
.section.ovh {
    position: relative;
    overflow: hidden;
}

.crowdfund hgroup .img {
    width: 42px;
    height: 42px;
    background-size: cover;
    background-position: center;
    border: 1px solid #a5a5a5;
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
}

.crowdfund.page hgroup .img {
    width: 125px;
    height: 125px;
}

.crowdfund hgroup h1 {
    font-size: 18px;
    font-weight: bold;
    padding: 2px 0px;
}

.crowdfund hgroup h2 {
    font-size: 14px;
    color: #4d4d4d!important;
}

.crowdfund hgroup .info {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
}

.crowdfund hgroup .info p {
    margin: 0px 0px 5px 0px;
    color: #848484;
}

.crowdfund .progress {
    background: #b7b7b7;
}

.crowdfund .fill {
    padding: 10px 7px;
    text-align: right;
}

.crowdfund .fill .txt {
    display: inline-block;
    padding: 5px;
}

.crowdfund .body {
    padding-top: 15px;
}

.crowdfund .body>* {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.crowdfund .body>.a {
    width: 50%;
    max-height: 150px;
    overflow: auto;
}

.crowdfund .body>.b {
    width: 20%;
    color: #4d4d4d;
    line-height: 1.5em;
    text-align: right;
}

.crowdfund .body>.b .goal {
    font-size: 17px;
}

.crowdfund .body>.c {
    width: 30%;
    margin-right: -100px;
    text-align: center;
}

.crowdfund .body>.c p {
    margin: 0px;
}

.crowdfund .body>.c img {
    width: 100%;
    max-width: 230px;
    height: auto;
    padding-top: 5px;
}

.crowdfund .donate-box,
.donate-box {
    margin: auto;
    max-width: 550px;
    text-align: center;
    display: block;
}

.donate-box>.wrapper {
    margin-top: 10px;
    padding: 20px;
}

.donate-box h1 {
    text-align: center;
}

.donate-box .presets a,
.donate-box input.preset {
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 10px;
    margin: 0 7px 7px 0;
    font-size: 19px;
    color: #808080;
    text-decoration: none;
}

.donate-box .presets a:hover {
    background: #f4f4f4;
}

.donate-box img.b {
    max-width: 200px;
    float: right;
}


/* TILDA Slider */

.tda-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tda-slider>.control {
    fill: #fff;
    z-index: 11;
}

.tda-slider>a.control>* {
    vertical-align: middle;
    display: inline-block;
}

.tda-slider>a.control {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: visible;
}

.tda-slider>a.next {
    right: 19px;
    padding: 0px 30px;
}

.tda-slider>a.prev {
    left: 0;
    padding: 0px 30px;
}

.tda-slider>.control svg {
    width: 50px;
    height: 50px;
    max-width: none;
    -webkit-filter: drop-shadow( -1px 2px 2px #000);
    filter: drop-shadow( -1px 2px 2px #000);
    opacity: 0.7;
}

.tda-slider a.control:hover svg {
    opacity: 1;
}

.tda-slider nav.control {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.tda-slider nav.control a {
    display: inline-block;
    border-radius: 17px;
    padding: 4px;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
}

.tda-slider nav.control a:hover {
    background: rgba(255, 255, 255, 0.76);
}

.tda-slider nav.control a.highlight {
    background: #fff;
}

.tda-slider>nav.control.layout-2 a:before {
    border-color: rgb(105, 105, 105);
}

.tda-slider>nav.control.layout-2 a {
    background: rgba(0, 0, 0, 0.2);
}

.tda-slider>nav.control.layout-2 a:hover {
    background: rgba(0, 0, 0, 0.4);
}

.tda-slider>nav.control.layout-2 a.highlight {
    background: rgb(105, 105, 105);
}

.tda-slider>.control.layout-2 {
    fill: black;
}

.tda-slider>.control.layout-2 svg {
    -webkit-filter: none;
    filter: none;
    opacity: 0.2;
}

.tda-slider>.control.layout-2:hover svg {
    opacity: 0.4;
}

.layout-1>.tda-slide {
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.tda-slider .tda-slide {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
}

.layout-2>.tda-slide {
    padding: 0px 100px 50px 100px;
    box-sizing: border-box;
}

.tda-slider .tda-slide.ng-enter,
.tda-slider .tda-slide.ng-leave {
    transition: 800ms ease all;
    transform: translate3d(0, 0, 0);
    /* Encourage GPU Acelleration */
}

.tda-slider.Slide.next .tda-slide.ng-enter,
.tda-slider.Slide.prev .tda-slide.ng-leave.ng-leave-active {
    transform: translate(100%, 0);
}

.tda-slider.Slide.prev .tda-slide.ng-enter,
.tda-slider.Slide.next .tda-slide.ng-leave.ng-leave-active {
    transform: translate(-100%, 0);
}

.tda-slider.Slide .tda-slide.ng-enter.ng-enter-active,
.tda-slider.Slide.prev .tda-slide.ng-leave,
.tda-slider.Slide.next .tda-slide.ng-leave {
    transform: translate(0, 0);
}

.tda-slider.Fade .tda-slide.ng-enter {
    opacity: 0;
    z-index: 10;
}

.tda-slider.Fade .tda-slide.ng-enter-active {
    opacity: 1;
}

.tda-slider.Fade .tda-slide.ng-leave {
    z-index: 9;
    opacity: 1;
}

.tda-slider.Fade .tda-slide.ng-leave-active {
    opacity: 0;
}

.tda-slide .ilb {
    display: inline-block;
    vertical-align: middle;
    max-width: 99.9%;
}

.tda-slide:before,
.tda-slider>a.control:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.layout-1>.tda-slide h1 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff!important;
    white-space: pre;
    text-shadow: 1px 1px 1px #000000;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    opacity: 0;
    transform: translate(0, 50px);
}

.layout-1>.tda-slide h1.visible {
    opacity: 1;
    transform: translate(0, 0);
}

.layout-2>.tda-slide h1 {
    margin-bottom: 20px;
    text-align: center;
}

.layout-2>.tda-slide p {
    margin-bottom: 20px;
}

.layout-2>.tda-slide img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.layout-2>.tda-slide img.portrait {
    height: 100%;
    width: auto;
}

.layout-2>.tda-slide.img-top h1 {
    margin-top: 20px;
}

.layout-2>.tda-slide.img-left img {
    float: left;
    padding-right: 20px;
}

.layout-2>.tda-slide.img-right img {
    float: right;
    padding-left: 20px;
}

.layout-2>.tda-slide.img-bottom img {
    margin-top: 20px;
}


/* End TDA Slider */

h1 .icon>svg,
h2 .icon>svg,
h3 .icon>svg {
    max-width: 1.1em;
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    vertical-align: top;
    margin-top: -0.1em;
}


/* Ripple Effect */

#header-btns a,
.button,
#main_menu a,
.txt-bbl,
.addresses .adr,
.emanMenu nav.menu a,
.ripple {
    position: relative;
    overflow: hidden;
}

.button:after,
#header-btns a:after,
#main_menu a:after,
.txt-bbl:after,
.addresses .adr:after,
.emanMenu nav.menu a:after,
.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

.button:active:after,
#header-btns a:active:after,
.txt-bbl:active:after,
.addresses .adr:active:after,
.emanMenu nav.menu a:active:after,
.ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s
}

.cards .img {
    display: inline-block;
    height: 40px;
    width: 60px;
    background: url('../img/visa_mc.svg') 0px 9px no-repeat;
    background-size: 105px;
}

.cards .img.master {
    background-position: 0px 0px;
    background-position: -55px 8px;
}

table.cards img {
    height: 50px;
    width: auto;
}

table.cards {
    width: 100%;
    margin: 50px;
}

table.cards td {
    vertical-align: middle;
    border: 0px;
    border-top: 1px solid #d5d5d5;
    word-break: break-all;
    padding: 5px;
    font-size: 13px;
}

table.cards td i.icon {
    fill: #4CAF50;
}

table.cards tr:last-child td {
    border-bottom: 1px solid #d5d5d5;
}

table.cards tr:hover td {
    background-color: #f8f8f8;
    cursor: pointer;
}

table.tpl {
    width: 100%;
}

table.tpl td {
    border: 0;
    vertical-align: middle;
}

#tdaMultiForm .progress {
    position: relative;
    width: 100%;
    height: 12px;
    margin: -19px 0px 20px 0;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    overflow: visible;
}

#tdaMultiForm .progress>* {
    position: absolute;
    left: 0;
}

#tdaMultiForm .progress>.bar {
    top: 0;
    bottom: 0;
    border-radius: 5px 0px 0px 5px;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

#tdaMultiForm .progress>.pages {
    right: 0;
}

#tdaMultiForm .progress .pg {
    position: absolute;
}

#tdaMultiForm .progress .pg:after {
    content: '';
    width: 8px;
    margin-left: -4px;
    margin-top: -1px;
    position: absolute;
    height: 14px;
    background: #fff;
    margin-left: -5px;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}

#tdaMultiForm .progress .pg:first-child:after {
    display: none;
}

#page-content.floating>section:first-child,
#page-content.floating #tdaMultiForm .progressWrapper {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 4;
}

#page-content.floating>section:first-child {
    padding: 10px 0px!important;
    top: 0;
}

#page-content.floating>section:first-child h1 {
    font-size: 30px;
}

#page-content.floating #tdaMultiForm .progressWrapper {
    top: 4em;
    padding: 9px 20px;
    background: #fff;
}

#page-content.floating #tdaMultiForm .progress {
    margin: 0;
}

[ng-cloak] {
    display: none;
}

.tda-form [ng-if] {
    -webkit-animation: cardIntro 200ms cubic-bezier(0.2, 1.3, 0.7, 1);
    animation: cardIntro 200ms cubic-bezier(0.2, 1.3, 0.7, 1);
}

.tda-form [ng-if].ng-leave {
    -webkit-animation: cardExit 200ms cubic-bezier(0.2, 1.3, 0.7, 1);
    animation: cardExit 200ms cubic-bezier(0.2, 1.3, 0.7, 1);
}

@-webkit-keyframes cardIntro {
    0% {
        -webkit-transform: scale(0.8) translate(0, 0);
        transform: scale(0.8) translate(0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}

@keyframes cardIntro {
    0% {
        -webkit-transform: scale(0.8) translate(0, 0);
        transform: scale(0.8) translate(0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes cardExit {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.8) translate(0, 0);
        transform: scale(0.8) translate(0, 0);
        opacity: 0;
    }
}

@keyframes cardExit {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.8) translate(0, 0);
        transform: scale(0.8) translate(0, 0);
        opacity: 0;
    }
}

.image-upload .controls a.button {
    border-radius: 0!important;
    margin: 0px;
    padding-top: 18px;
    fill: grey;
    text-align: center;
}

script {
    display: none!important;
}

.tdaF .boxed-text {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    padding: 0;
    text-decoration: none;
    color: inherit;
    max-width: 500px;
    margin-bottom: 2em;
    -webkit-transition: all 600ms cubic-bezier(0.2, 1.3, 0.7, 1);
    transition: all 600ms cubic-bezier(0.2, 1.3, 0.7, 1);
    -webkit-animation: cardIntro 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
    animation: cardIntro 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
    z-index: 1;
	margin: auto;
	border-radius:5px;
	overflow: hidden;
	display: inline-block;
    text-align: center;
}

.tdaF .boxed-text .text {
    padding: .5em 1.2em;
    display: block;
    text-decoration: none;
    color: inherit;
}

.boxed-text.circle {
    position: relative;
}

.boxed-text.circle .img {
    width: 80%;
    padding-top: 80%;
    height:0;
    border-radius: 100%;
    position: relative;
    overflow:hidden;
    margin-top: 15px;
    display: inline-block;
}

.boxed-text.circle .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.boxed-text.circle .img.landscape img {
    height: 100%!important;
    width: auto!important;
}

.videoWrapper {
	position: relative;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.quote-wrapper {
    margin-left: 100px;
    border-left: 8px solid #dadada;
    padding-left: 25px;
    position: relative;
}

.quote-wrapper > .quote-char {
    position: absolute;
    left: -69px;
    font-size: 110px;
    color: #dadada;
    top: 0;
    margin-top: -24px;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

.tdaF section.image-overlay .section-bg-img {
    opacity: 0.5;
    /* test */
    z-index: 0;
}

.tdaF section.blur .section-bg-img {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.tdaF section.image-overlay .width_wrapper {
    z-index: 1;
    position: relative;
}

.tdaF section.image-overlay.transition .width_wrapper {
    z-index:4;
}

.tdaF section.image-overlay.transition .section-bg-img:not(.active) {
    opacity:0;
}

.tdaF section.image-overlay .section-bg-img.active {
    opacity: 0.4;
}

.tdaF section.image-overlay .section-bg-img.next {
    -webkit-transition: all 1500ms ease-in-out;
    -moz-transition: all 1500ms ease-in-out;
    -ms-transition: all 1500ms ease-in-out;
    -o-transition: all 1500ms ease-in-out;
    transition: all 1500ms ease-in-out;
}

.files-display.folder {
    border: 1px solid;
    padding: 10px;
    margin-top: 25px;
}

.files-display.folder h2 {
    margin: -11px -10px 10px -10px;
    padding: 10px;
    font-size: 20px;
}

.files-display a.file {
    display: block;
    margin: 3px 0px;
}

.files-display a.file > * {
    padding: 9px 6px;
}

.files-display a.file svg {
    width: 29px;
    height: 40px;
}