video {
  background-color: #eee;
}
.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 50px;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkmark {
    position: absolute;
    top: -5px;
    left: 0;
}
.checkmark {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #000000;
    position: relative;
    cursor: pointer;
}
.checkbox input:checked ~ .checkmark:after,
.active .checkmark:after {
    content: " ";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/assets/img/checkmark.svg');
    background-size: cover;
}
nav .new {
    color: #000000;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 3px;
    position: relative;
    top: -3px;
}
#homepage .table {
    min-height: 100vh;
}

#content section{
    margin-top: 60px;
    margin-bottom: 60px;
}
@media only screen and (max-width: 640px)  {
    #content section{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.artworks .container {
    margin-top: 60px;
    margin-bottom: 60px;
    vertical-align: middle;
}
.artworks .year {
    padding-top: 60px;
    margin: 0px 30px 60px 30px;
    border-top: 1px solid #000;
}
.artworks .outer {
    padding: 0 70px 40px;
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 1920px)  {
    .artworks .outer {
        padding: 0 50px 30px;
    }
}
@media only screen and (max-width: 1450px)  {
    .artworks .outer {
        padding: 0 30px 30px;
    }
}
@media only screen and (max-width: 640px)  {
    .artworks .outer {
        padding: 0 20px 20px;
    }
}
.artworks .artwork {
    position: relative;
}
.artworks .artwork .img {
    background-color: #ccc;
}
.artworks .artwork .img img{
    height: auto;
    float: right;
    -webkit-box-shadow: 3px 3px 4px -3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 4px -3px rgba(0,0,0,0.3);
}
.artworks .artwork .img .second{
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 49px;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.2s ease-out;
}
.artworks .artwork .img:hover .second{
    opacity: 1;
}
.artworks .artwork p{
    position: relative;
    z-index: 3;
    text-align: right;
    clear: both;
    padding-top: 5px;
    background-color: #ffffff;
}
.artworks .artwork .title {
    position: relative;
    z-index: 1;
    font-size: 10px;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.artworks .artwork:hover .title {
    opacity: 1;
}

.avability{
    display: none;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: aquamarine;
    position: relative;
    top: -2px;
    opacity: 0.9;
}
.avability.reserved {
    background-color: #ff6a00;
    display: inline-block;
}
.avability.sold {
    background-color: #ff0055;
    display: inline-block;
}

#artwork section {
    position: relative;
}
#artwork .gallery .image,
#product .gallery .image {
    line-height: 0;
    margin-bottom: 60px;
    margin-right: -20px;
}
#artwork .gallery .image img,
#product .gallery .image img {
    width: 100%;
    max-width: 50vh;
    height: auto;
}
#artwork .infobox {
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px)  {
    #artwork .bodytext {
        width: 100%;
        position: static;
        min-height: 0;
    }
    #artwork .gallery .wrap {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 640px)  {
    #artwork section {
        padding-top: 0;
    }
    #artwork .bodytext {
        padding-left: 0;
    }
    #artwork .gallery .wrap,
    #product .gallery .wrap {
        padding-left: 0;
    }
    #artwork .gallery .image,
    #product .gallery .image {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.blue,
#tattoo,
.parent_layout_blue,
.parent_layout_blue .bodytext a,
#crossroad,
nav ul li.active > a > .text.blue {
    color: #0C00FF;
}
nav ul li.active > a > .text.blue{
    border-color: #0C00FF;
}
.parent_layout_blue .bodytext a.btn {
    color: #fff;
}

#tattoo h1,
#tattoo h2,
#tattoo p {
    max-width: 480px;
    margin: 0 auto;
}
#tattoo header,
#detail header,
.parent_layout_blue header,
.parent_shop header {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 20px #FFFFFF;
  box-shadow: 0px 0px 20px 20px #FFFFFF;
}
#shop .items {
  padding: 0 30px;
}
#shop .items .col > .inner {
  padding: 0 30px;
}
@media only screen and (max-width: 640px)  {
    #shop .items {
      padding: 0 10px;
    }
    #shop .items .col > .inner {
      padding: 0 20px;
    }
}
#shop .items .item {
  display:block;
  padding-bottom: 60px;
}
#shop .item img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 3px 4px -3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 4px -3px rgba(0,0,0,0.3);
}
#shop .clear_col5 {
    clear: both;
}
@media only screen and (max-width: 1024px)  {
    #shop .clear_col5 {
        clear:none;
    }
    #shop .clear_col4 {
        clear: both;
    }
}
@media only screen and (max-width: 800px)  {
    #shop .clear_col4 {
        clear:none;
    }
    #shop .clear_col3 {
        clear: both;
    }
}
@media only screen and (max-width: 640px)  {
    #shop .clear_col3 {
        clear:none;
    }
    #shop .clear_col2 {
        clear: both;
    }
}
#shop_form {
  margin-bottom: 40px;
}
#shop_form .price {
  line-height: 2.3em;
}
@media only screen and (max-width: 800px)  {
    #shop_form .col {
      display: block;
      float: none;
      text-align: left!important;
    }
}
#shop_form .price_btn .loading,
#shop_form .price_btn .success {
  display: none;
  padding-top: 15px;
}
#product .image {
    margin-right: -20px;
}
#product .image img {
    width: 100%;
    height: auto;
}
#product .description {
    max-width: 480px;
}
.cart  {
    position: relative;
}
.cart > .inner {
    padding: 40px;
}
.cart > .inner > .inner {
    border: 1px solid #000000;
    padding: 40px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 640px)  {
    .cart > .inner {
        padding: 20px;
    }
    .cart > .inner > .inner {
        padding: 20px;
    }
}
.cart_box .products {
    position: relative;
}
.cart_box .loading,
.order_box .loading {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
}
.cart_box .products .product {
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.cart_box .products .product .td {
    border-bottom: 1px solid #000;
}
.cart_box .products .product .image {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 200px;
}

.cart_box .products .product .image img{
    width: auto;
    height: 100%;
    max-width: 100%;
}
.cart_box .products .product .text {
    width: 100%;
    min-height: 200px;
    position: relative;
    z-index: 1;
}

.cart_box .products .product .text .inner {
    padding: 0 240px;
}

.cart_box .products .product .text .a{
    padding-right: 200px;
}
.cart_box .products .product .text .numbers{
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    text-align: right;
}
.cart_box .products .product .text .numbers .cart_remove_1,
.cart_box .products .product .text .numbers .cart_add_1{
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 26px;
    line-height: 44px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #000000;
}

.cart_box .products .product .text .numbers .price{
    height: 40px;
    padding: 0;
    text-align: right;
    line-height: 40px;
    margin-left: 20px;
    padding-bottom: 20px;
}
.cart_box .products .product .tool {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 20px;
    cursor: pointer;
}
@media only screen and (max-width: 640px)  {
  .cart_box .products .product {
      padding-top: 0;
  }
  .cart_box .products .product .image {
      position: static;
      width: 100px;
      height: 100px;
  }
  .cart_box .cart .col2 {
      float: left!important;
      width: 50%;
  }
  .cart_box .products .product .text {
    min-height: 1px;
  }
  .cart_box .products .product .text .inner {
      padding: 20px 0 10px;
  }
  .cart_box .products .product .text .numbers  {
      position: relative;
      width: 100%;
      text-align: left;
      padding-top: 10px;
  }
  .cart_box .products .product .text .numbers .price {
      position: absolute;
      right: 0;
      top: 12px;
      height: auto;
      margin-left: 0;
      padding: 0;
      text-align: right;
  }
  .cart_box .products .product .tool {
      position: static;
  }

}
.order_form_order .segment{
  margin-bottom: 3em;
}
.order_form_order .deliveries {
  border: 1px solid #000000;
}

.order_form_order .deliveries .item{
  padding: 40px 40px 30px 40px;
  border-bottom: 1px solid #000000;
  position: relative;
}
.order_form_order .deliveries.error,
.order_form_order .deliveries.error .item {
  border-color: #FF007A!important;
}
.order_form_order .deliveries .item .error {
  color: #FF007A!important;
}
.order_form_order .deliveries .item:last-child{
  border-bottom: 0;
}
.order_form_order .deliveries .item .checkmark{
  position: absolute;
  left: 40px;
  top: 50px;
}
.order_form_order .deliveries .item .name,
.order_form_order .deliveries .item .desc{
  padding-right: 200px;
  padding-left: 50px;
}
.order_form_order .deliveries .item .price{
  width: 200px;
  position: absolute;
  right: 40px;
  top: 50px;
}
.order_form_order .deliveries .item .more{
  display: none;
}
.order_form_order .deliveries .item.active .more{
  display: block;
  padding-top: 20px;
}
.order_form_order .deliveries .item.active .more .btn{
  margin-bottom: 20px;
}
.packeta-selector-branch-id {
  display: none!important;
}
@media only screen and (max-width: 640px)  {
    .order_form_order .deliveries .item {
        padding: 20px 20px 10px 20px;
    }
    .order_form_order .deliveries .item .checkmark {
      left: 20px;
      top: 30px;
    }
    .order_form_order .deliveries .item .name,
    .order_form_order .deliveries .item .desc{
      padding-right: 0;
    }
    .order_form_order .deliveries .item .price{
      width: 100%;
      position: static;
      padding-left: 50px;
    }

}
#crossroad footer {
    display: none;
}
#crossroad #content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: 100vh;
}
@media only screen and (max-width: 640px)  {

}

#detail .bodytext h2,
#detail .bodytext ul,
#detail .bodytext ol,
#detail .bodytext p {
  max-width: 540px;
}
