/* ---- clean css ---- */

*, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, th,
td, blockquote {
   margin: 0px;
   padding: 0px;
   box-sizing: border-box;
   font-family: 'Asap', sans-serif;   
}

fieldset, img { 
   border: 0; 
}

/* ---- page css ---- */

html {
   margin: 0;
   padding: 0;
   height: 100%;
   font-size: 14px;
}

body {
   margin: 0px; 
   padding: 0px;
   height: 100%;
   background: #ffffff;
   margin: 0px auto;
   text-align: center;
   color: #262626;
   letter-spacing: 0.2px;
   line-height: 1.4;
}

.left { float: left; }
.right{ float: right; }
.clear{ clear: both; }
.hidden { display: none; }

a.link {
   color: #262626;
   text-decoration: none;
}

a.link {
   transition: color .3s;
}

a.link:hover {
   color: #c91616 !important;
}

a.link.blue {
  color: #2672c8;
}

#header {
   position: fixed;
   background: rgba(0,0,0,.85);
   width: 100%;
   height: 70px;
   color: white;
   z-index: 1101;
}

.container {
   width: 100%;
   margin-right: auto;
   margin-left: auto;   
   padding-right: 20px;
   padding-left: 20px;   
   position: relative;
   transition: all .2s;
   text-align: left;
}

.container.secondary {
   margin: 50px auto;
}

#logo {
   position: absolute;
   left: 50%;
   margin-left: -35px;
   margin-top: 10px;
   top: 0px;
   line-height: 1;
   z-index: 2;
}

#logo svg {
   z-index: 2;
   position: relative;
   width: 70px;
}

#logo:before {
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 40px 70px 0 70px;
   border-color: rgba(0,0,0,.85) transparent transparent transparent;
   position: absolute;
   left: -35px;
   bottom: -17px;
   z-index: 1;
}

#menu li {
   list-style-type: none;
   display: inline-block;
}

#menu li a {
   color: #e9e7e4;
   text-decoration: none;
   text-transform: uppercase;
   padding:  25px 30px;
   display: inline-block;
   font-size: 14px;
   position: relative;
   transition: all .2s, color .5s;
}

#menu li a:hover {
   color: #9f9a9a;
}

#menu li a span.alert {
   position: absolute;
   top: 10px;
   right: -4px;
   font-size: 11px;
   background-color: #cb2016;
   border-radius: 10px;
   padding: 3px 5px;
   color:  white !important;
}

#menu ul {
   width: 50%;
   position: absolute;
}

#menu ul:first-child {
   text-align: right;
   padding-right: 100px;
}

#menu ul:last-child {
   text-align: left;
   margin-left: 50%;
   padding-left: 60px;
}

#main {
   min-height: 100%;
   margin-bottom: -293px;
}

.fullImage {
   width: 100%;
   margin-bottom: 50px;
   overflow: hidden;
   background: #1e1e1e;
   line-height: 0;
}

.fullImage .background {
   object-fit: cover;
   min-width: 100%;
   min-height: 100%;
   width: auto;
   height: auto;
   max-width: 100%;
   max-height: 100%;
}

.fullImage.full .background {   
   height: 600px;
}

.fullImage.half .background {   
   height: 400px;
}


.fullImage.third .background {   
   height: 200px;
}

.block-2, .block-3, .block-21, .block-12, .block-1, .block-4, .block-product {
   margin-right: -20px;
   margin-left: -20px;
   position: relative;
}

.block-3 > div, .block-2 > div, .block-21 > div, .block-12 > div, .block-2 > div, .block-4 > div {
   width: 33.3333%;
   float: left;
   padding-right: 20px;
   padding-left: 20px;
   text-align: left;   
}

.block-2 > div {
   width: 50%;
}

.block-4 > div {
   width: 25%;
}

.block-21 > div:nth-child(1), .block-12 > div:nth-child(2) {
   width: 66.6666%;
}

.block-21 > div:nth-child(2), .block-12 > div:nth-child(1) {
   width: 33.33333%;
}

.h1-1 {
   text-transform: uppercase;
   font-size: 50px;
   font-weight: 500;
   line-height: 40px;
   margin-bottom: 50px;
   color: #202020;
   position: relative;
}

.h1-1:after {
   content: '';
   position: absolute;
   left:  0px;
   bottom: -20px;
   width:  150px;
   height: 5px;
   background: #c91616; 
}


.h1-2 {
   font-size: 30px;
   font-weight: 500;
   line-height: 40px;
   margin-bottom: 50px;
   color: #202020;
   position: relative;
}

.h1-2:after {
   content: '';
   position: absolute;
   left:  0px;
   bottom: -10px;
   width:  150px;
   height: 5px;
   background: #c91616; 
}

a.fitImage {
   display: block;
   width: 100%;
   height: 300px;
   overflow: hidden;
}

a.fitImage img {
   width: 100%;
   height: 100%;   
   object-fit: cover;
   display: block;
   transition:  transform .4s;
}

.fit {
   object-fit: cover;
   min-width: 100%;
   min-height: 100%;
   width: auto;
   height: auto;
   max-width: 100%;
   max-height: 100%;
}

p {
   margin: 15px 0;
}

.imgZoom, .imgZoom > * {
  line-height: 0;
}

.imgZoom img {
  transition: .5s;
  width: 100%;
}

.imgZoom span {
  display: block;
  overflow: hidden;
}



a.fitImage:hover img, a .imageHolder:hover img, .imgZoom:hover img  {
   transform: scale(1.1);
}

a.block {
   display: inline-block;
   color: #ffffff;
   background: #212120;
   text-decoration: none;
   padding: 10px 15px;
   transition: all .3s;
   text-transform: uppercase;
}

a.block:hover {
   background: #c91616;
}

a.block.disabled {
  background: #a9a9a9;
  cursor: not-allowed;
}

ul.simple li {
   margin-left: 20px;
   line-height: 30px;
}

.about {
   background-color: rgba(0, 0, 0, .9);
   background-blend-mode: darken;
   background-attachment: cover;
   background-position: center center;
   background-repeat: no-repeat;
   font-size: 16px;
   padding: 100px 0;
}

.about * {
   color: #b9b5b5 !important;
}

.about h2 {
   text-transform: none;
   color: #e6e0e0;
   font-size: 40px;
   font-weight: 400;
}

.aboutPicture {
   width: 300px;
   border-radius: 50%;
   margin-top: -20px;
}

.productPreview {

   margin-bottom: 60px;
}

.productPreview a {
   display: block;
   color: #232121;
   text-decoration: none;
   overflow: hidden;
}

.imageHolder {
   height: 300px;
   overflow: hidden;
   display: block;
   position: relative;
}

a .imageHolder img {
   transition:  transform .4s;
}

.productPreview strong {
   font-size: 16px;
   font-weight:400;
   display: block;
   margin-top: 15px;
}

.productPreview span.price {
   font-size: 16px;
   font-weight:600;
   display: block;
   margin-top: 5px;
}

.productPreview span.price span {
   font-weight: 400;
   font-size: 14px;
   position: relative;
}

span.strike {
   font-size: 16px !important;
   font-weight:600;
   color: #cd2323;
   position: relative;
}

#price span.strike {
  font-size: 30px !important;
  font-weight: 400;
}

.strike::before {
    content: ' ';
    border-bottom: 1px solid #cd2323;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.productPreview img {
   height: 300px;
   transition:  all .3s;
}

.imageHolder span.more {
   position: absolute;
   display: block;
   right: 0px;
   bottom: 0px;
   z-index: 2;
   padding: 8px 12px;
   font-weight: bold;
   color: white;
}

.imageHolder span.more.custom {
   background: rgba(255,30,30,.7);
}

.imageHolder span.more.digital {
   background: rgba(30,30,255,.7);
}

.imageHolder span.more.colors {
   background: rgba(30,150,30,.7);
}

#footer {
   background: #1e1e1e;
   width: 100%;
   padding: 50px 0;
}

.centerSmall {
   width: 100% !important;
   margin-top: -40px;
}

#signs li {
   list-style-type: none;
   display: inline-block;
}

#signs li:nth-child(2) img {
   margin-top: -20px;
}

#signs li img {
   width: 150px;
}

ul#social {
   margin: 20px 0 30px 0;
}

ul#social li {
   list-style-type: none;
   display: inline-block;
}

ul#social li a {
   display: block;  
   position: relative;
   line-height: 20px;
   width: 52px;
   margin-right: 20px;
}

ul#social li a i {
   color: #bdbdbd;
   font-size: 16px;
   line-height: 48px;
   text-align: center;
}

ul#social li a i:after {
   position: absolute;
   pointer-events: none;
   display: block;
   content: '';
   top: 0;
   left: 0px;
   opacity: 0.2;
   border-radius: 50%;
   border: 2px solid #fff;
   height: 46px;
   width: 46px;
   transition: opacity .5s;
}

ul#social li a:hover i:after {
   opacity: 1;
}

#footer strong {
   font-weight: 400;
   color: #7d7d7d;
}

#push {
   height: 350px;
}

.projectPosts .title {
   text-decoration: none;
   color: #262626;
   margin: 15px 0;
   display: block;
   font-size: 18px;
   font-weight: 600;
}

.projectPosts .date {
   color: #3a3a3a;
   font-size: 12px;
}

.projectPosts > div {
   margin-bottom: 50px;
}

.post {
   font-size: 17px;
   color: #363636;
   letter-spacing: 0.2px;
   line-height: 1.6;
   max-width: 800px;
   margin: 0px auto;
}

.post a[style*="float: left"], .note-float-left {
   margin-right: 20px;
}

.post a[style*="float: right"], .note-float-right {
   margin-left: 20px;
}

/*.post .fitImage.left {
   margin-right: 20px;
}*/

.post .tags li {
   list-style-type: none;
   display: inline-block;
   margin-bottom: 10px;
   margin-right: 5px;
}

.post .tags li a {
   color: #4d4d4d;
   text-transform: uppercase;
   font-size: 12px;
   text-decoration: none;
   display: inline-block;
   border: 1px solid #d7d7d7;
   padding: 5px 7px;
}

.shareLinks li {
   list-style-type: none;
   display: inline-block;
}

.shareLinks li a {
   display: inline-block;
   border: 1px solid #d7d7d7;
   border-radius: 50%;
   width: 35px;
   height: 35px;
   text-align: center;
   font-size: 16px;
   line-height: 32px;
}

.container.products .imageHolder {
   height: 400px;
}



.container.product .imageHolder.mainImage {
   height: 600px;
   margin-bottom: 20px;
}


.block-product .photos {
   width: 50%;
   float: left;
   padding-right: 20px;
   padding-left: 20px;
   text-align: left;     
}

.container.product .photos a {
   cursor: zoom-in !important;
}

.block-product .description {
   width: 50%;
   float: left;
   padding-right: 20px;
   padding-left: 20px;
   text-align: left;     
}

.block-product .description ul {
  margin-left: 15px;
}
.block-product .description ul li {
  margin-bottom: 3px;
}

.block-product .photos .block-4 > div {
   padding-right: 5px;
   padding-left: 5px;
   margin-bottom: 10px;
}

.block-product .photos .block-4 {
   margin-right: -5px;
   margin-left: -5px;   
}

.block-product .photos .block-4 div .imageHolder {
   height: 150px;
}

.productBullets {
   padding: 20px 30px;
   margin: 20px 0;
}

.productBullets.warning {   
   background: #f8f3d6;
}

.productBullets.digital {   
   background: #d6e9f8;
}

.productBullets.red {   
   background: #f8d6d6;
}

.productBullets ul {   
   margin-top: 10px;
}

.productBullets ul li {
   list-style-type: none;
   opacity: .9;
   margin-top: 3px;
   font-size: 13px;
}

.spacer {
   height: 1px;
   width: 100%;
   background: #d6d6d6;
   margin-bottom: 10px;
}

.form.product #quantity {
   padding: 12px 0px 11px 15px;
   border: 1px solid #d6d6d6;
   width: 60px;
   margin-right: 10px;
}

.form.product h2 {
   font-size: 30px;
   font-weight: 400;
   margin-bottom: 10px;
}

.form.product h2 strong {
   font-weight: 400;
}

.form.product h3 {
   color: #cf1717;
   margin: -10px 0 20px 0;
   font-weight: 400;
   font-size: 16px;
}

.form.product h2 span {
   font-size: 16px;
   opacity: .7;
}

#shipping {
   margin-top: 20px;
   font-size: 16px;
}

#shipping a {
   color: #464646;
}

#shipping select {
   padding: 5px 7px;
   border: 1px solid #d6d6d6;
   font-size: 14px;
}

#shipping .notice {
   opacity: .7;
   font-size: 13px;
   margin-top: 15px;
}

#shipping .small {
   font-size: 13px;
   opacity: .7;
}

#shipping li {
   display: block;
   margin-bottom: 3px;
   list-style-type: none;
   font-size: 13px;
   color: #262626;
}

#shipping {
   opacity: .8;
}

.customProductOptions {
   margin-top: 20px;
}

.customProductOptions .option {
   display: block;
   margin-bottom: 10px;
}

.customProductOptions .option select {
   width: 200px;
   padding: 6px 6px;
   border: 1px solid #d6d6d6;
}

.customProductOptions .option span {
   width: 80px;
   display: inline-block;
}

#cartButton {
   position: fixed;
   bottom: 30px;
   right: 30px;
   z-index: 120;
}

#cartButton a {
   display: block;
   width: 70px;
   height: 70px;
   background: #d81919;
   color: white;
   border-radius: 50%;
   font-size: 30px;
   position: relative;
   line-height: 70px;
}

#cartButton a span {
   font-size: 13px;
   position: absolute;
}

#cartButton:before {
   content: ' ';
   background: blue;
   position: absolute;
   width: 130%;
   height: 130%;
   display: block;
   top: -15%;
   left: -15%;
   border-radius: 50%;
   background: #d81919;
   opacity: 0;
   transform: scale(0.7);
   transition: transform .3s, opacity .3s;
}

#cartButton:hover:before {
   transform: scale(1);
   opacity: .3;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-14 1:11:32
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.slide-in-blurred-bottom {
   -webkit-animation: slide-in-blurred-bottom 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
           animation: slide-in-blurred-bottom 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-14 1:56:45
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-14 1:57:55
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.bounce-in-bottom {
   -webkit-animation: bounce-in-bottom 1.1s both;
           animation: bounce-in-bottom 1.1s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-24 23:29:26
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}

.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s both;
          animation: wobble-hor-bottom 0.8s both;
}

#cartTable {
  width: 100%;
}

#cartTable tr td {
  vertical-align: top;
  text-align: left;
  padding: 10px 20px 10px 20px;
}


#cartTable tr td:first-child {
  padding: 10px 0px;
  width: 100px;
}

#cartTable .productInfo h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 5px;
}

#cartTable .productInfo h2 {
  font-size: 20px;
  font-weight: 500;
}

#cartCheckout h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

#cartCheckout {
  background: #fafafa;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 30px;
}

#paypalButton {
  position: relative;
}

#paypalButton .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}

#paypalButton .frame {
  opacity: .2;
}


#paypalButton.unlocked .frame {
  opacity: 1 !important;
}

#paypalButton.unlocked .overlay {
  display: none !important;
}

#cartCheckout .destination {
  width: 100%;
  padding: 5px 10px;
  display: block;
  margin: 10px 0 20px 0;
}

#note {
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #e8e8e8;
}

#checkoutPage .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#checkoutPage .complete, #checkoutPage .error {
  display: none;
}

#mobileMenu {
  position: absolute;
  font-size: 25px;
  padding: 17px 10px;
}


body.mobileMenuOpen #menu {
  left: 0px !important;
}

body.mobileMenuOpen #main {
  /*filter: blur(4px);*/
  opacity: 0.5;
}

.slbArrow {
  outline: none !important;
}

.container.faq h2 {
   font-size: 30px;
   font-weight: 500;
   line-height: 40px;
   margin-bottom: 0px;
   margin-top: 40px;
   color: #202020;
   position: relative;
   padding-left: 20px;
}

.container.faq h2:after {
   content: '';
   position: absolute;
   left:  0px;
   top: 0px;
   width:  3px;
   height: 100%;
   background: #c91616; 
}


.container.faq h3 {
  margin: 40px 0px 0px 22px;
  padding: 0px;
}

.container.faq div {
  margin: 0px 0px 0px 22px;
  padding: 0px;

}

.container.faq div p {
  margin: 10px 0px;
}

.form span.label, form span.label {
  display: block;
  margin-bottom: 5px;
  margin-top: 20px;
}

.form label {
  width: 48%;
}

.form {
  margin-top: -20px;
  margin-bottom: 30px;
}

.form label input, .form textarea {
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #ececec;
  padding: 12px 14px;
  transition: border-color .5s;
  outline: none;
}

.form label input:focus, .form textarea:focus {
  border-color: #76abe9;
}

.form .error {
  border-color: red !important;
}

.form textarea {
  height: 200px;
}

.button2 {
   color: white;
   padding: 12px 20px;
   background: #10cfbd;
   border-radius: 2px;
   transition: color .3s, background .3s;
   text-decoration: none;
   display: inline-block;
   margin-top: 20px;
}

.button2:hover {
   background: #40d9ca;
}

.button2:active {
   background: #0da899;
}

.socialList li {
  list-style-type: none;
  position: relative;
}


.formSubmitProgress {
   color: white;
   padding: 12px 20px;
   background: #b7b7b7;
   border-radius: 2px;
   text-decoration: none;
   display: inline-block;
   margin-top: 20px;
   position: relative;
   overflow: hidden;
   display: none;
}

.formSubmitProgress .text {
  z-index: 12;
  position: relative;
}

.formSubmitProgress .progress {
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background: #10cf58;
  position: absolute;
  z-index: 1;
  transition: width .1s;
}

.socialList li a {
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  padding-left: 30px;
  color: #262626;
}

.socialList li i {
  position: absolute;
  left: 0;
  font-size: 20px;
}

ul.list li {
  margin-left: 20px;
  margin-bottom: 5px;
}


.partOf a {
  display: block;

  background: #f1f1f1;
  border: 1px solid #dddddd;
  padding: 15px 15px;
   display: flex;
   align-items:center;  
}

.partOf img {
  display: inline-block;
  margin-right: 10px;
}

.partOf span {
  display: inline-block;
}
