.cpb-row-horizontal .cpb_product_boxes_custom {
  position: relative;
}
.cpb-row-horizontal .cyo-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.product-item {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding-bottom: 15px;
  -webkit-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
  position: relative;
  margin-bottom: 2px;
}
@media screen and (min-width: 738px) {
  .product-item {
    margin-bottom: 0px;
  }
}
.product-item .woocommerce-loop-product__title {
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 11px;
}
@media screen and (min-width: 738px) {
  .product-item .woocommerce-loop-product__title {
    font-size: 13px;
  }
}
.product-item .remove-product {
  display: block;
}
.product-item .add-to-bundle {
  margin-bottom: 15px;
  font-size: 11px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 738px) {
  .product-item .add-to-bundle {
    font-size: 13px;
  }
}
.product-item .cpb-caption {
  text-align: center;
  margin-top: 15px;
}
.product-item .product-quantity {
  width: calc(100% + 2px);
  border: 1px solid #000;
  border-radius: 0px 0 8px 8px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-item .product-quantity .quantity-amount {
  background: #676767;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  border-right: 1px solid #000;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  padding: 0px;
  width: 22px;
  line-height: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 738px) {
  .product-item .product-quantity .quantity-amount {
    font-size: 12px;
  }
}
.product-item .product-quantity .remove-single-item {
  padding: 0;
  height: 22px;
  line-height: 22px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  font-weight: normal;
  background: none;
  text-align: center;
  width: calc(100% - 45px);
  margin-bottom: 0px;
}
@media screen and (min-width: 376px) {
  .product-item .product-quantity .remove-single-item {
    font-size: 11px;
  }
}
@media screen and (min-width: 1120px) {
  .product-item .product-quantity .remove-single-item {
    font-size: 12px;
  }
}
.product-item.in-bundle {
  border: 1px solid #000000;
}
.product-item.in-bundle .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-item .product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 30px;
}
.product-item .product-inner .cpd-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-item .product-inner .cpd-item-image img {
  max-width: 75%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1280px) {
  .product-item .product-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-item .product-inner .cpb-caption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-item .product-inner .add-to-bundle {
    width: 100%;
    border: 0 none;
    text-decoration: underline;
    text-align: left;
  }
  .product-item .product-inner .add-to-bundle:hover {
    background: transparent;
  }
}

.cpb-row-horizontal .custom-box-wrapper {
  background: #000000;
  width: 280px;
  z-index: 99;
  bottom: 60px;
  position: fixed;
  right: 0;
  left: 15px;
  border-radius: 5px;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .cpb-row-horizontal .custom-box-wrapper {
    height: 90px;
  }
}
.cpb-row-horizontal .custom-box-wrapper .product-item {
  border: 1px solid transparent;
}
.cpb-row-horizontal .custom-box-wrapper .page-details {
  display: none;
}
.cpb-row-horizontal .custom-box-wrapper .box-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  max-width: 150px;
  background: url(../images/giftbox.png) 0 0 no-repeat;
  padding: 10px;
  background-size: cover;
}
.cpb-row-horizontal .custom-box-wrapper .box-default .cpb-col-4,
.cpb-row-horizontal .custom-box-wrapper .box-default .cpb-col-2 {
  width: 22%;
  height: 100%;
}
.cpb-row-horizontal .custom-box-wrapper .box-default .cpb-col-4 .cpb-inner,
.cpb-row-horizontal .custom-box-wrapper .box-default .cpb-col-2 .cpb-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cpb-row-horizontal .custom-box-wrapper .box-default .cpb-col-4 .cpb-inner img,
.cpb-row-horizontal .custom-box-wrapper .box-default .cpb-col-2 .cpb-inner img {
  max-width: 230%;
  margin-top: -11px;
}
.cpb-row-horizontal .custom-box-wrapper .box-default .cpb-col-4 .cpb-inner:empty,
.cpb-row-horizontal .custom-box-wrapper .box-default .cpb-col-2 .cpb-inner:empty {
  background-image: url(../images/giftbox-shadows-2.png);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 33%;
}
.cpb-row-horizontal .custom-box-wrapper .cpb-extras {
  margin-left: 15px;
}
.cpb-row-horizontal .custom-box-wrapper .cpb-extras .cpb_bundle {
  margin: 0 !important;
}
.cpb-row-horizontal .custom-box-wrapper .cpb-extras .single_add_to_cart_button {
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  width: 100%;
}
.cpb-row-horizontal .custom-box-wrapper .cpb-extras .single_add_to_cart_button:disabled {
  border: 1px solid #9b9b9b;
  color: #9b9b9b;
}
.cpb-row-horizontal .custom-box-wrapper .cpb-extras .cpb_totals_text {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
}
@media screen and (min-width: 1006px) {
  .cpb-row-horizontal .custom-box-wrapper .cpb-extras .cpb_totals_text {
    font-size: 20px;
    line-height: 20px;
  }
}
.cpb-row-horizontal .custom-box-wrapper .cpb-extras .cpb_bundle_price {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  display: block;
}
@media screen and (min-width: 1006px) {
  .cpb-row-horizontal .custom-box-wrapper .cpb-extras .cpb_bundle_price {
    display: inline;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
  }
}
.cpb-row-horizontal .custom-box-wrapper .cpb-extras .price.cpb_bundle {
  font-size: 16px !important;
  line-height: 16px !important;
}
@media screen and (min-width: 1006px) {
  .cpb-row-horizontal .custom-box-wrapper .cpb-extras .price.cpb_bundle {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}
.cpb-row-horizontal .custom-box-wrapper .cpb-extras .single_add_to_cart_button {
  font-size: 12px;
  padding: 4px 14px;
  margin-top: 8px;
}
.cpb-row-horizontal .cpb_product_boxes_custom #page {
  margin-top: 60px;
}
.cpb-row-horizontal .cpb_product_boxes_custom #page h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cpb-row-horizontal .cpb_product_boxes_custom #page h1 {
    margin-bottom: 20px;
    font-size: 1.6em;
  }
}
.cpb-row-horizontal .cpb_product_boxes_custom .storefront-breadcrumb {
  display: none;
}
@media screen and (min-width: 1006px) {
  .cpb-row-horizontal .cpb_product_boxes_custom .cpb-row-horizontal {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1006px) and (min-width: 768px) {
  .cpb-row-horizontal .cpb_product_boxes_custom .cpb-row-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1006px) {
  .cpb-row-horizontal .cpb_product_boxes_custom .cpb-row-horizontal .cpb-col-horizontal {
    width: 100%;
  }
}
@media screen and (min-width: 1006px) and (min-width: 768px) {
  .cpb-row-horizontal .cpb_product_boxes_custom .cpb-row-horizontal .cpb-col-horizontal {
    width: 50%;
  }
}
@media screen and (min-width: 1006px) {
  .cpb-row-horizontal .cpb_product_boxes_custom .cyo-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    width: 82%;
    margin: 0 auto;
    padding: 20px 0px;
    max-width: 800px;
  }
}
@media screen and (min-width: 1006px) and (min-width: 768px) {
  .cpb-row-horizontal .cpb_product_boxes_custom .cyo-grid {
    padding: 60px 0px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1006px) and (min-width: 1080px) {
  .cpb-row-horizontal .cpb_product_boxes_custom .cyo-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1006px) {
  .cpb-row-horizontal .cpb_product_boxes_custom .custom-box-wrapper {
    position: static;
    border-radius: 0px;
    background-color: #f2f2f2;
    display: inline-block;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1006px) and (min-width: 768px) {
  .cpb-row-horizontal .cpb_product_boxes_custom .custom-box-wrapper {
    padding: 60px 10px;
  }
}
@media screen and (min-width: 1006px) {
  .cpb-row-horizontal .cpb_product_boxes_custom .custom-box-wrapper .cpb-boxes {
    width: 63%;
    margin: 0 auto;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes #page {
    margin-top: 140px;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes div.product {
    margin-top: 0 !important;
    padding-top: 0;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .storefront-breadcrumb {
    display: none;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .site-content .col-full {
    width: 100%;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .content-area,
  .cpb-row-horizontal .cpb_custom_product_boxes .cart,
  .cpb-row-horizontal .cpb_custom_product_boxes .site-main {
    margin: 0 !important;
    padding: 0 !important;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .page-details {
    width: 100%;
    text-align: center;
    display: block;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .page-details .page-title {
    font-size: 34px;
    color: #000;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default {
    width: 63%;
    margin: 0 auto;
    max-width: 63%;
    background: url(../images/giftbox-desktop.png) 0 0 no-repeat;
    background-size: contain;
    height: 0;
    padding-bottom: 36%;
    position: relative;
    max-width: 600px;
  }
}
@media screen and (min-width: 1006px) and (min-width: 1880px) {
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default {
    height: 355px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1006px) {
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-4,
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-2 {
    width: 25%;
    height: 100%;
    top: 0;
    left: 5%;
    position: absolute;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-4:nth-of-type(2),
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-2:nth-of-type(2) {
    left: 27%;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-4:nth-of-type(3),
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-2:nth-of-type(3) {
    left: 49%;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-4:nth-of-type(4),
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-2:nth-of-type(4) {
    left: 71%;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-4 .cpb-inner,
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-2 .cpb-inner {
    width: 60%;
    height: 100%;
    margin-left: 20%;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-4 .cpb-inner img,
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-2 .cpb-inner img {
    max-width: 170%;
    margin-top: -37px;
    position: absolute;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-4 .cpb-inner:empty,
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .box-default .cpb-col-2 .cpb-inner:empty {
    background-image: url(../images/giftbox-shadows-2-desktop.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 45%;
    background-size: contain;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .cpb-extras {
    width: 63%;
    margin: 0 auto;
    max-width: 63%;
    text-align: center;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .cpb-extras .cpb_bundle {
    margin: 12px auto !important;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .cpb-extras .cpb_bundle span {
    color: #070707;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .cpb-extras .single_add_to_cart_button {
    max-width: 251px;
    background: none;
    padding: 15px 0px;
    border-color: #070707;
    color: #070707;
    font-size: 18px;
    font-weight: normal;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .custom-box-wrapper .cpb-extras .single_add_to_cart_button:disabled {
    border-color: #aaaaaa;
    color: #aaaaaa;
  }
}
@media (min-width: 768px) {
  .cpb-row-horizontal .cpb_product_boxes_custom .content-area {
    width: 100%;
    max-width: 100%;
  }
  .cpb-row-horizontal .cpb_product_boxes_custom .cpb_product_boxes_custom .product_title {
    display: none;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .site-content footer {
    margin-top: 0px;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .site-content footer .col-full {
    max-width: 66.4989378333em !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
  }
  .cpb-row-horizontal .message-wrap {
    padding: 20px 40px !important;
  }
  .cpb-row-horizontal .message-wrap img {
    display: none !important;
  }
}
.cpb-row-horizontal .cpb_custom_product_boxes .cpb_category_filters_wrap {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cpb-row-horizontal .cpb_custom_product_boxes .cpb_category_filters_wrap .cpb_category_filters_item {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 10px;
}
.cpb-row-horizontal .cpb_custom_product_boxes .cpb_category_filters_wrap .cpb_category_filters_item label {
  border-radius: 500px;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  position: relative;
}
.cpb-row-horizontal .cpb_custom_product_boxes .cpb_category_filters_wrap .cpb_category_filters_item label:hover {
  background-color: #eaeaea;
}
.cpb-row-horizontal .cpb_custom_product_boxes .cpb_category_filters_wrap .cpb_category_filters_item label input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.cpb-row-horizontal .cpb_custom_product_boxes .cpb_category_filters_wrap .cpb_category_filters_item.selected label {
  background-color: #c4c4c4;
}
.cpb-row-horizontal .cpb_custom_product_boxes .product_cat-full-size-gift-box .custom-box-wrapper .product-item {
  border-color: #eaeaea;
}
.cpb-row-horizontal .cpb_custom_product_boxes .product_cat-full-size-gift-box .custom-box-wrapper .product-item .remove-product {
  display: block;
  margin-top: auto;
}
.cpb-row-horizontal .cpb_custom_product_boxes .product_cat-full-size-gift-box .custom-box-wrapper .box-default {
  background-image: none;
  height: auto;
  padding-bottom: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cpb-row-horizontal .cpb_custom_product_boxes .product_cat-full-size-gift-box .custom-box-wrapper .box-default .cpb-col-4 {
  position: static;
  margin-top: 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cpb-row-horizontal .cpb_custom_product_boxes .product_cat-full-size-gift-box .custom-box-wrapper .box-default .cpb-col-4 .cpb-inner:empty {
  background-image: none;
  border-color: transparent;
}
.cpb-row-horizontal .cpb_custom_product_boxes .product_cat-full-size-gift-box .custom-box-wrapper .box-default .cpb-col-4 .cpb-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 95%;
  overflow: hidden;
}
.cpb-row-horizontal .cpb_custom_product_boxes .product_cat-full-size-gift-box .custom-box-wrapper .box-default .cpb-col-4 .cpb-inner div {
  text-align: center;
  font-size: 14px;
}
.cpb-row-horizontal .cpb_custom_product_boxes .product_cat-full-size-gift-box .custom-box-wrapper .box-default .cpb-col-4 .cpb-inner img {
  position: static;
  max-width: 100%;
}
.cpb-row-horizontal .cpb_custom_product_boxes .product_cat-full-size-gift-box .custom-box-wrapper .box-default .cpb-col-4 .cpb-inner button {
  background: none;
  font-weight: bold;
  font-size: 14px;
}
.cpb-row-horizontal .cpb_custom_product_boxes .cpb-col-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cpb-row-horizontal .cpb_custom_product_boxes .cpb_offer_applied {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.cpb-row-horizontal .cpb_custom_product_boxes .original_price {
  margin-right: 10px;
  text-decoration: line-through;
  opacity: 0.75;
}
@media screen and (max-width: 1006px) {
  .cpb-row-horizontal .cpb_custom_product_boxes .cpb-col-grid {
    display: none;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .box-default {
    width: 0;
    background-image: none;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .cpb_offer_applied {
    color: #fff;
    font-size: 12px;
  }
  .cpb-row-horizontal .cpb_custom_product_boxes .original_price {
    display: none;
  }
}

.cpb_custom_product_boxes .content-area,
.cpb_custom_product_boxes .site-content,
.cpb_custom_product_boxes .site-main,
.cpb_custom_product_boxes .col-full {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  padding: 0;
}
.cpb_custom_product_boxes .cpb_product_boxes_custom .product_title {
  display: none;
}

.giftbox__layout .product__output {
  position: sticky;
  z-index: 999;
  background-color: #f2f2f2;
  height: 25%;
  width: 100%;
  top: 81px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout .product__output {
    position: static;
    width: 50%;
    height: 100%;
    bottom: initial;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.giftbox__layout .product__output .giftbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f2f2f2;
}
.giftbox__layout .product__output .giftbox .page-details {
  text-align: center;
  padding: 20px 40px;
}
.giftbox__layout .product__output .giftbox .box-default {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout .product__output .giftbox .box-default {
    width: 50%;
  }
}
.giftbox__layout .product__output .giftbox .cpb-col-grid {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 10px;
}
.giftbox__layout .product__output .giftbox .cpb-col-grid .cpb-col-4 {
  height: 100%;
}
.giftbox__layout .product__output .giftbox .cpb-col-grid .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.giftbox__layout .product__output .giftbox .cpb-col-grid .product-item div {
  text-align: center;
  font-size: 12px;
  padding: 0 10px;
  margin-top: 15px;
}
.giftbox__layout .product__output .giftbox .cpb-col-grid .product-item:empty {
  border: 0 none;
}
.giftbox__layout .product__output .giftbox .price.cpb_bundle {
  text-align: center;
}
.giftbox__layout .product__output .giftbox .cpb_offer_applied {
  display: block;
}
.giftbox__layout .product__output .giftbox .cpb-extras {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15 .box-default {
    width: 90% !important;
    margin: 0 auto;
    background: url(../images/giftbox-desktop.png) 0 0 no-repeat;
    background-size: contain;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1880px) {
  .giftbox__layout-15 .box-default {
    height: 355px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15 .box-default .cpb-col-4,
  .giftbox__layout-15 .box-default .cpb-col-2 {
    width: 25%;
    height: 100%;
    top: 0;
    left: 5%;
    position: absolute;
  }
  .giftbox__layout-15 .box-default .cpb-col-4:nth-of-type(2),
  .giftbox__layout-15 .box-default .cpb-col-2:nth-of-type(2) {
    left: 27%;
  }
  .giftbox__layout-15 .box-default .cpb-col-4:nth-of-type(3),
  .giftbox__layout-15 .box-default .cpb-col-2:nth-of-type(3) {
    left: 49%;
  }
  .giftbox__layout-15 .box-default .cpb-col-4:nth-of-type(4),
  .giftbox__layout-15 .box-default .cpb-col-2:nth-of-type(4) {
    left: 71%;
  }
  .giftbox__layout-15 .box-default .cpb-col-4 .cpb-inner,
  .giftbox__layout-15 .box-default .cpb-col-2 .cpb-inner {
    width: 60%;
    height: 100%;
    margin-left: 20%;
  }
  .giftbox__layout-15 .box-default .cpb-col-4 .cpb-inner img,
  .giftbox__layout-15 .box-default .cpb-col-2 .cpb-inner img {
    max-width: 170%;
    margin-top: -37px;
    position: absolute;
  }
  .giftbox__layout-15 .box-default .cpb-col-4 .cpb-inner:empty,
  .giftbox__layout-15 .box-default .cpb-col-2 .cpb-inner:empty {
    background-image: url(../images/giftbox-shadows-2-desktop.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 45%;
    background-size: contain;
  }
  .giftbox__layout-15 .box-default .cpb-col-4 .product-item,
  .giftbox__layout-15 .box-default .cpb-col-2 .product-item {
    border-color: transparent !important;
  }
}

.cpb_custom_product_boxes .storefront-breadcrumb {
  display: none;
}

.giftbox__layout-15--v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.giftbox__layout-15--v2 .overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.87);
  display: none;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15--v2 .overlay {
    display: none !important;
  }
}
.giftbox__layout-15--v2 .overlay-content {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 2001;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15--v2 .overlay-content {
    display: none !important;
  }
}
.giftbox__layout-15--v2 .overlay-content .overlay-text {
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-family: "Bodoni Moda", serif;
  padding: 0px 30px;
  text-align: center;
  margin-bottom: 30px;
}
.giftbox__layout-15--v2 .overlay-content .overlay-buttons {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.giftbox__layout-15--v2 .overlay-content .overlay-buttons .button {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  display: block;
}
.giftbox__layout-15--v2 .product__details {
  display: none;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15--v2 .product__details {
    display: block;
  }
}
.giftbox__layout-15--v2 .box-default {
  background-image: url(../images/empty-box.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 347px;
  background-size: cover;
  margin: 0 auto;
  padding: 24px 20px;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15--v2 .box-default {
    height: 208px;
  }
}
.giftbox__layout-15--v2 .box-default .cpb-col-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15--v2 .box-default .cpb-col-grid .cpb-col-4 .product-item {
    max-width: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15--v2 .box-default img {
    max-width: 120px;
  }
}
.giftbox__layout-15--v2 .box-default .product-item {
  border: 0 none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.giftbox__layout-15--v2 .box-default .remove-product {
  background: #fff;
  border-radius: 200px;
  font-size: 11px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 5px;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15--v2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.giftbox__layout-15--v2 .button {
  border: 1px solid #707070;
  padding: 5px 15px;
  text-align: center;
  display: inline-block;
  width: auto;
  position: static !important;
}
.giftbox__layout-15--v2 .product__overview {
  background-color: #f2f2f2;
  padding: 21px 32px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15--v2 .product__overview {
    min-width: 50%;
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.giftbox__layout-15--v2 .product__grid {
  min-width: 350px;
  margin: 18px auto 0px;
  padding: 0px 20px;
}
@media screen and (min-width: 768) {
  .giftbox__layout-15--v2 .product__grid {
    min-width: 740px;
  }
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15--v2 .product__grid {
    min-width: 50%;
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.giftbox__layout-15--v2 .product__grid .product__grid-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15--v2 .product__grid .product__grid-footer {
    display: none;
  }
}
.giftbox__layout-15--v2 .product__grid .cyo-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.giftbox__layout-15--v2 .product__grid .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.giftbox__layout-15--v2 .product__grid .product-item .cpb-item-image {
  max-width: 120px;
}
.giftbox__layout-15--v2 .product__grid .product-item .cpb-item-image > img {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15--v2 .product__grid .product-item .cpb-caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.giftbox__layout-15--v2 .product__grid .product-item .product-quantity {
  visibility: hidden;
}
.giftbox__layout-15--v2 .product__grid .product-item .add-top-bundle {
  margin-top: auto;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout-15--v2 .product__grid .product-item .add-top-bundle {
    padding-left: 30px;
    padding-right: 30px;
  }
}

body.has-products .page-instructions {
  display: none;
}
body.has-products .product__details {
  display: block;
}

.giftbox__layout--giftbox .product__grid .product-item .cpb-item-image {
  max-width: 120px;
}
.giftbox__layout--giftbox .box-default {
  background-image: none;
}
.giftbox__layout--giftbox .box-default > img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .giftbox__layout--giftbox .box-default > img {
    display: block;
    max-width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .giftbox__layout--giftbox .box-default {
    max-width: 500px;
    height: auto;
    max-width: 100%;
  }
}

.cpb_category_filters_wrap {
  margin-bottom: 15px;
}
.cpb_category_filters_wrap .cpb-row .cpb-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cpb_category_filters_wrap .cpb-row .cpb-col-1 .cpb_category_filters_item {
  margin-right: 10px;
  margin-bottom: 20px;
}
.cpb_category_filters_wrap .cpb-row .cpb-col-1 .cpb_category_filters_item label {
  font-size: 13px;
  border: 1px solid #000;
  padding: 5px 15px;
}
.cpb_category_filters_wrap .cpb-row .cpb-col-1 .cpb_category_filters_item label input[type=checkbox] {
  display: none;
}
.cpb_category_filters_wrap .cpb-row .cpb-col-1 .cpb_category_filters_item.selected label {
  background: #f2f2f2;
}

.giftbox-instruction {
  opacity: 0.25;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.colour-box-selection {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
  gap: 10px;
  -ms-grid-columns: 50% 40px 50%;
  grid-template-columns: repeat(2, 50%);
  opacity: 0.25;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
@media screen and (min-width:1024px) {
  .colour-box-selection {
    gap: 40px;
  }
}
.colour-box-selection label {
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid transparent;
}
.colour-box-selection input[type=radio] {
  display: none;
}
.colour-box-selection input[type=radio]:checked + label {
  border-color: #000;
}
.colour-box-selection img {
  max-width: 100% !important;
}
.colour-box-selection.selectable {
  opacity: 1;
  pointer-events: auto;
}

.color-instruction {
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
}
.color-instruction:after {
  content: "";
  width: 75px;
  height: 3px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cpb-col-flex {
  display:flex;
}

.cpb-col-flex {
  .cpb-inner {
    display:flex;
    flex-direction: column;
    width:80px;
    align-items: center;
  }
}