body .bxp-owl-carousel .bxp-owl-dots.disabled{
  display: block;
  visibility: hidden;
}

.grid-view-item__image-wrapper>div{
  padding-top:100%!important;
}

.grid-view-item__image-wrapper .grid-view-item__image{
  top: 50%;
  transform: translateY(-50%);
}

.pro_img_load {
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-card__image-with-placeholder-wrapper .grid-view-item__image-wrapper .product-img-contents {
  padding-top: 0!important;
}

@media only screen and (max-width: 786px) {
  
  .pro_img_load {
  	height: 200px;
  }
  
  .page-width {
    padding-left: 10px;
    padding-right: 10px;
  }
  
}

.customize-form{
    padding: 5px;
}

.customize-form .to_from_container label{
    margin-bottom: 20px;
}

.customize-form .empty_box_content{
	display:flex;
}

.customize-form .empty_box_content>*{
    margin: 0 5px;
}

.customize-form input,.customize-form select,.customize-form textarea{
	background-color: transparent;
    border-color: #bfc0c0;
}

.customize-form .to_from_container label input,.customize-form textarea{
	width:100%;
}

.giftcard-additionalProduct label{
  max-width: 100px;
  width: calc(20% - 9px);
  height: 100px;
  display: inline-block;
  margin: 0 5px 5px 0;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.giftcard-additionalProduct input:checked+label{
  border-color: red;
}

.giftcard-additionalProduct input[type=radio]{
  display:none;
}

.site-nav--centered{
  padding-bottom: 0;
}

.thumbnails-slider__btn{
  outline: none!important;;
}

[for="box_to_personalization"]{
  padding: 20px
}

[for="box_to_personalization"] textarea {
  display: block;
  width: 100%;
}