a{
  text-decoration: none;
}
.de-de .ps-age-gate{
  font-size:17px;
}
.ProductBackground{
    /* bsa background */
    background: white url("/images/product_match_single/background") no-repeat;
    background-size: cover;
}
.en-us .content-toys .background, .content-product .ProductBackground {
    background: none;
}
.desk{
  display: none;
}
/* images of the product area */


.video_thumbs.carousel {
    display: block;
}
/* carousel vertical */

.gallery_thumbs .carousel {
    text-align: center;
    width: 7vw;
    margin: -67vh 0vw;
}


/* Prev/Next image in the group */



.gallery_thumbs .prev_arrow.carousel-prev,
.gallery_thumbs .next_arrow.carousel-next {
    font-size: 0px;
    border: solid black;
    border-width: 0px 4px 4px 0px;
    display: inline-block;
    padding: 6px;
}

.gallery_thumbs .prev_arrow.carousel-prev {
    position: absolute;
    left: -3vw;
    bottom: 12vw;
    transform: translate(-50%,-50%) rotate(135deg);
}

.gallery_thumbs .next_arrow.carousel-next {
    right: -6vw;
    bottom: 12vw;
    transform: translate(-50%,-50%) rotate(-50deg);
    position: absolute;
}

.carousel-content {
    /* the <li>'s do not need to look like <li>'s */
    list-style-type: none;
    -webkit-padding-start: 0px;
    -moz-padding-start:0px;
    padding:0px;
    display: flex;
}


/* images display or not */

.gallery_thumbs_wrapper.carousel-wrapper {
    width: 100%;
}

.carousel-content .carousel-item {
    display: none;
}
.de-de .carousel-content .carousel-item {
    display: block;
}

.carousel-content .carousel-item.display {
    display: list-item;
    padding: 10px;
}

.carousel-content .carousel-item.notShown {
    display: none;
}
.de-de .video_thumbs .carousel-content .carousel-item.notShown {
    display: block;
}
.video_thumbs .carousel-content .carousel-item.notShown{
  display: block;
}
/* item information and pricing */


/* prodouct description area */

.pdp_description.dt {
    text-align: center;
    position: relative;
}


.pdp_description.dt h4:after {
    transform: scale(1);
}

.pdp_description.dt .description-text {
    text-align: left;
    overflow: hidden;
    height: 75px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.pdp_description.dt .description-text:after {
    /* need to work on */
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    height: 90px;
    background-size: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 2;
}

.pdp_description.dt .description-text.notShown:after {
    display: none;
}

.pdp_description.mb,
.pdp_description.print {
    /* should not show up unless needed */
    display: none;
}
.pdp_description.dt.ps{
    width: 50%;
    float: left;
}

.wtbHolder{
  width: 50%;
  float: right;
}
/*************************************************************************************************************/

/* TOP CTA RETURN TO PRODUCT PAGE*/
.topCTAOuter {
  position: relative;
  width: 300px;
  left:-5px;
  top: 2vw;
  margin-bottom: 6vw;
  background-color: #c31f3c;
  transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
  cursor: pointer;
}

.topCTAInner {
  transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
  color: white;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
}

.topCTAInner::before {
  position: absolute;
    content: "";
    backface-visibility: hidden;
    width: 10px;
    height: 10px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 32%;
    left: 10px;
    -moz-transition: border-color .25s ease-in-out;
    -o-transition: border-color .25s ease-in-out;
    -webkit-transition: border-color .25s ease-in-out;
    transition: border-color .25s ease-in-out;
}

.topCTAInner > div >p {
  margin: 0;
  font-family: "lato",sans-serif;
  font-size: 20px;
  font-weight: 900;
}
.el-gr .topCTAInner > div >p {
  font-size: 16px;
}

.nl-nl .topCTAInner > div >p, .nl-be .topCTAInner > div >p {
    font-size: 19px;
}
/**************************************/


/**Product Image List */
.gallery_thumbs {
    text-align: center;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: -12vw;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.gallery{
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: 1px solid grey;
  width: 95%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
    /* optional */
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#main_img{
  width: 100%;
}
.gallery_mainimg {
  margin-left: 2vw;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;

}
.carousel-item > a >img{
  width: 76px;
  height: 76px;
  border:1px solid gray;
}
/*****************************/

/***ITEM TITLE AND DESC ***/
.product_info {
    color: white;
    background-color: #101822;
    height: 337px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

.product_info > h1{
  font-family: "Montserrat",sans-serif;
  font-size: 19px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  width: 90%;
  margin: 1vw auto;
  padding-top: 10px;

}
.pl-pl #wtb_container{
    width: 100%;
    text-align: center;
    margin-top: 80px;
}
.pl-pl #wtb_container #wtb_store_thumbs_sm a{
  border: 2px solid #EAEAEA;
  border-radius: 5px;
  margin: 0 0 10px 1%;
  vertical-align: middle;
  padding: 10px;
  width: 20%;
  max-width: 270px;
  height: 80px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.pl-pl #wtb_container #wtb_store_thumbs_sm a img{
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (max-width: 767px){
  .pl-pl #wtb_container{
    margin-top: 50px;
  }
  .pl-pl #wtb_container .grid-wtb p{
    font-size: 14px;
  }
  .pl-pl #wtb_container #wtb_store_thumbs_sm a{
    width: 100%;
  }
}
#wtb_container > h4 {
  width: 90%;
  margin: 1vw auto;
}

.line{
  height: 1px;
  width: 90%;
  background-color:white;
  margin: 0 auto;
  clear:both;
}
.ageTitle,.ageDescription{
  float: left;
}
.itemTitle,.itemDescription{
  float: right;
}
.age{
  margin-left: 5vw;
}
.items{
  margin-right: 5vw;
}
.ageTitle,.itemTitle{
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  font-family: lato,sans-serif;
}
.ageDescription,.itemDescription{
  font-size: 16px;
  font-weight:400;
  padding-left: 5px;
}

.price{
  font-size: 30px;
  font-weight: 900;
  margin-left: 1vw;
  font-family: lato,sans-serif;
  float: left;
}
.price_details{
  clear:both;
  margin-top: 1vw;
}
[data-machine-name="product_approx_price"]{
  float: left;
  font-size: 12px;
  font-family: lato,sans-serif;
  font-weight: 400;
}
[data-machine-name="product_approx_price"] > p{
  margin-top:6vw;
  margin-bottom: 0;
}
.content-pdp .product_info a.add-to-cart{
  margin-top: 10%;
  text-align: center;
  background: url(/images/gamespage/red_button.png) no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  color: white;
  width: 260px;
  display: inline-block;
  padding: 10px;
 }
.content-pdp .product_info a.add-to-cart:before{
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 5%;
    opacity: 0;
    background: white;
    box-shadow: 0 0 20px 5px white;
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.content-pdp .product_info a.add-to-cart:hover:before{
  animation-name:shine;
  -webkit-animation-duration: 1s;
}
.buyButton{
    background: url(/images/gamespage/red_button.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    padding: 0.4vw 0vw;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    color: white;
    display: inline-block;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    width: 50%;

}

.buyButton:before {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 5%;
    opacity: 0;
    background: white;
    box-shadow: 0 0 20px 5px white;
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.buyButton:hover:before {
    animation-name: shine;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

.buyButton > p{
  position: relative;
  left: 10%;
  text-transform: uppercase;
  font-family: lato,sans-serif;
  font-weight: 900;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.cartbut{
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

#easy_zoom{
    width: 400px;
    height: 400px;
    border: 5px solid #eee;
    background: #fff;
    color: #333;
    position: relative;
    left: -40px;
    top: 0;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
    line-height: 400px;
    text-align: center;
    z-index: 9999;
}
#zoomImage{
    position: absolute;
    z-index: 2000;
}

/***************************/


/************PRODUCT DESCRIPTION****************/

.pdp_description.dt > h2, .pl-pl #wtb_container > h4 {
  font-size: 20px;
  font-family: "Montserrat",sans-serif;
  color: #101822;
  font-weight: 900;
  background: url('/images/product_match_single/titleprod.png')center 0 no-repeat;
  background-position: bottom;
  background-size: 90%;
  padding-bottom: 10px;
}
.pdp_description.dt > p{
  font-family: lato,sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #101822;
  margin-bottom: 0;
}

.description-text{
  font-size: 14px;
  text-align:center;
}
.more_description > div{
  font-family: lato,sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 900;
}
.more_description {
    background: url(/images/gamespage/red_button.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    padding: 1.75vw 0vw;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    width: 65%;
    margin: 0 auto;
    top: 30px;
    margin-top: 20px;
}

.more_description:before {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 5%;
    opacity: 0;
    background: white;
    box-shadow: 0 0 20px 5px white;
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.more_description:hover:before {
    animation-name: shine;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

.more_description p {
    color: #fff;
    width: 255px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 46px;
    position: relative;
    left: 10px;
}

/*************************************/

/**************Related Products******************/
.grid >h1{
  font-size: 20px;
  font-family: "Montserrat",sans-serif;
  color: #101822;
  font-weight: 900;
  background: url('/images/product_match_single/titlerelated.png')center 0 no-repeat;
  background-position: bottom;
  background-size: 90%;
  padding-bottom: 10px;
}
.related_products {
    text-align: center;
}
.grid.col-12{
    margin-left: auto;
    margin-right: auto;
    background: url('/images/product_match_single/background_lower.jpg');
    background-size: cover;
}

.item_img >img{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.item_description{
  font-family: lato,sans-serif;
  font-weight: 900;
  font-size: 11px;
  text-align: left;
  width: 98%;
  margin-left: 5px;
  color: #000;
  margin-top: 0px;
  line-height: 1;
}
.item{
  width: 49%;
  display: inline-flex;
}
.item > a{
  text-decoration: none;
}

.productButton {
    background: url(/images/homepage/black_button.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    padding: 1.75vw 0vw;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    color: white;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.productButton:before {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 5%;
    opacity: 0;
    background: white;
    box-shadow: 0 0 20px 5px white;
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.productButton:hover:before {
    animation-name: shine;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

.productButton > div > p {
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 19px;
    font-weight: 900;
}

@media screen and (min-width: 600px) {
  .more_description {
    width: 50%;
  }

  .productButton {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .carousel-content{
    display: block;
  }
  .gallery_thumbs{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
        -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .gallery_mainimg{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  /**Product Image List */
  .gallery_thumbs {
    text-align: center;
    float: left;
    margin-left: 7px;
    margin-top: 1vw;
  }
  .gallery{
    display: flex;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery_mainimg {
    margin-left: auto;
    width: 75%;
    margin-top:-32em;
    margin-left: 20vw;
    padding-bottom: 40px;
  }
   .gallery_thumbs .prev_arrow.carousel-prev,
  .gallery_thumbs .next_arrow.carousel-next {
    font-size: 0px;
    border: solid black;
    border-width: 0px 4px 4px 0px;
    display: inline-block;
    padding: 6px;
  }

  .gallery_thumbs .prev_arrow.carousel-prev {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: static;
  }

  .gallery_thumbs .next_arrow.carousel-next {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: static;
  }
  /* .carousel-item >a >img{
    width: auto;
    height: auto;
  } */
  /*.gallery_thumbs_wrapper.carousel-wrapper{
    height: 510px;

  }*/
  .product_info{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
  }
  .grid >h1,.pdp_description.dt > h2,.pl-pl #wtb_container > h4{
    font-size: 25px;
  }
  .item_description{
    font-size: 15px;
  }
  .item{
    width:32%;
  }
  #main_img{
    margin-top: -5vw;
  }

  .more_description {
    width: auto;
  }
  #wtb_container{
    width: 75%;
    margin-left:auto;
    margin-right: auto;
  }

  .more_description{
    position: relative;
  }
  .description_holder{
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px){
  .gallery_mainimg {
    width: 97%;
  }
}
@media screen and (min-width: 1025px){
  .desk{
    display: block;
  }
  .mobile{
    display: none;
  }
  .item{
    display: inline-flex;
  }

  .more_description {
    width: 40%;
    top: 40px;
    padding: 1vw 0;
  }

  /**Product Image List */
  .gallery_thumbs {
    text-align: center;
    float: left;
    margin-left: 7px;
    margin-top: 1.5vw;
    -webkit-box-ordinal-group: initial;
    -moz-box-ordinal-group: initial;
    -ms-flex-order: 0;
    -webkit-order: initial;
    order: 0;
  }
  .gallery{
    display: flex;
    margin-bottom: 20px;
    width: 99%;
    max-width: 1360px;
    height: 40.583941605839414vw;
    max-height:556px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: initial;
    -moz-box-orient: initial;
    -webkit-flex-direction: initial;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: initial;
    align-items: stretch;
  }
  #main_img{
    max-width: 530px;
    width: 38.68613138686131vw;
    margin-top: 0;
  }
  .gallery_mainimg {
    margin-left: 2vw;
    margin-top: 0;
    -webkit-box-ordinal-group: initial;
    -moz-box-ordinal-group: initial;
    -ms-flex-order: 0;
    -webkit-order: initial;
    order: 0;
  }
  .carousel-item >a >img{
    max-width: 96px;
    width: 7.007299270072992vw;
  }
  .gallery_thumbs_wrapper.carousel-wrapper{
    height: auto;
  }
  .carousel-content .carousel-item.display{
    padding: .3vw;
  }

  /*****************/

  /***ITEM TITLE AND DESC ***/
.product_info {
    color: white;
    background-color: #101822;
    height: 38.5vw;
    max-height: 517px;
    width: 100%;
    margin: 1vw;
   -webkit-box-ordinal-group: initial;
    -moz-box-ordinal-group: initial;
    -ms-flex-order: 0;
    -webkit-order: initial;
    order: 0;
}

.product_info > h1{
  font-family: "Montserrat",sans-serif;
  font-size: 2.4vw;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  width: 95%;
  margin: 1vw auto;

}

#wtb_container > h4 {
  width: 95%;
  margin: 1vw auto;
}

.line{
  height: 1px;
  width: 95%;
  background-color:white;
  margin: 0 auto;
  clear:both;
}
.ageTitle,.ageDescription{
  float: left;
}
.itemTitle,.itemDescription{
  float: right;
}
.age{
  margin-left: 1vw;
}
.items{
  margin-right: 1vw;
}
.ageTitle,.itemTitle{
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  font-family: lato,sans-serif;
}
.ageDescription,.itemDescription{
  font-size: 16px;
  font-weight:400;
}

.price{
  font-size: 30px;
  font-weight: 900;
  margin-left: 1vw;
  font-family: lato,sans-serif;
  float: left;
}
.price_details{
  clear:both;
  margin-top: 1vw;
}
[data-machine-name="product_approx_price"]{
  float: left;
  font-size: 12px;
  font-family: lato,sans-serif;
  font-weight: 400;
}
[data-machine-name="product_approx_price"] > p{
  margin-top:1vw;
  margin-bottom: 0;
}

#easy_zoom{
    width: 400px;
    height: 400px;
    border: 5px solid #eee;
    background: #fff;
    color: #333;
    position: relative;
    left: -40px;
    top: 0;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
    line-height: 400px;
    text-align: center;
    z-index: 9999;
}
#zoomImage{
    position: absolute;
    z-index: 2000;
}

/***************************/

  /************PRODUCT DESCRIPTION****************/

  .pdp_description.dt > h2,.pl-pl #wtb_container > h4 {
    font-size: 40px;
    font-family: "Montserrat",sans-serif;
    color: #101822;
    font-weight: 900;
    background: url('/images/product_match_single/titleprod.png')center 0 no-repeat;
    background-position: bottom;
    padding-bottom: 10px;
    margin: 1.33em;
  }
  .pdp_description.dt > p{
    font-family: lato,sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #101822;
    margin-bottom: 0;
  }
  /*
  .pdp_description.dt .description-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-column-fill: balance;
    column-fill: balance;
  }*/

  .description_holder{
    width: 99%;
    max-width: 1360px;
  }
  /*********************************************/

  /* Prev/Next image in the group */


  .gallery_thumbs .prev_arrow.carousel-prev,
  .gallery_thumbs .next_arrow.carousel-next {
    font-size: 0px;
    border: solid black;
    border-width: 0px 4px 4px 0px;
    display: inline-block;
    padding: 6px;
  }

  .gallery_thumbs .prev_arrow.carousel-prev {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .gallery_thumbs .next_arrow.carousel-next {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  /**********************************************/

  /**************Related Products******************/
.grid >h1{
  font-size: 50px;
  font-family: "Montserrat",sans-serif;
  color: #101822;
  font-weight: 900;
  background: url('/images/product_match_single/titlerelated.png')center 0 no-repeat;
  background-position: bottom;
  padding-bottom: 10px;
}
.related_products {
    text-align: center;
}
.grid.col-12{
    margin-left: auto;
    margin-right: auto;
    background: url('/images/product_match_single/background_lower.jpg');
    background-size: cover;
}

.productButton {
  width: 50%;
}

.item_img >img{
  max-width: 210px;
  width: 14.328467vw;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.content-pdp.en-us .item_description{
  height: 5em;
}
.item_description{
  font-family: lato,sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-align: left;
  max-width: 210px;
  width: 14.328467vw;
  margin-left: 5px;
  color: #000;
  margin-top: 0px;
  line-height: 1;
}
.item{
  max-width: 220px;
  display: inline-flex;
  width: 15.058394vw;
}
.item > a{
  text-decoration: none;
}
  /******************************************************************/
  @media screen and (min-width: 1370px){
    .product_info > h1{
      font-size: 36px;
    }
  }

}
@media screen and (min-width: 1370px){
    .product_info > h1{
      font-size: 36px;
}
    .productButton {
        width: 30%;
     }
}
@media (max-width:900px){
  .pdp_description.dt.ps{
    width: 41%;
    float: left;
 }

  .wtbHolder{
    width: 58%;
    float: right;
  }
}
@media (max-width: 767px){
  .pdp_description.dt.ps,.wtbHolder{
    width: 100%;
 }
  .en-us [data-machine-name="product_approx_price"] > p {
     margin-top: 13px; 
}
.gallery_thumbs{
  margin-top: 0;
  position: relative;
}
}
@media (max-width: 767px) and (orientation: landscape){
  .gallery_thumbs .prev_arrow.carousel-prev,.gallery_thumbs .next_arrow.carousel-next{
    bottom: 8vw;
  }
}
/*=========================================================
                 CaaS REMOVAL PROMO 
  ==========================================================*/
 .content-toys .header-message, .content-product .header-message{
   /*margin-top: 58px;*/
   background-color: #3f3f3f;
   font-weight: 700;
   text-align: center;
   position: relative;
   padding-top: 13px;
   padding-bottom: 13px;
   font-size: 18px;
 }
 .content-toys .header-message strong a, .content-product .header-message strong a{
   color: #fff;
   border-bottom: 1px solid #fff;
 }
 .htsButton{
   background: #fff;
   font-size: 18px;
   width: 240px;
   text-align: center;
   margin: 10px 0px;
   padding: 15px;
   display: inline-block;
   color: #fff;
   text-transform: uppercase;
 }
 .content-toys .header-message p, .content-product .header-message p{
   color: #fff;
   font-family: lato, sans-serif;
   font-size: 16px;
   font-weight: 700;
   text-align: center;
   margin :0;
 }

 @media (max-width: 1023px){
  .content-toys .header-message, .content-product .header-message{
     margin-top: 0px;
   }
}
 /*=========================================================
                 CaaS REMOVAL PROMO END
  ==========================================================*/
@media (min-width: 768px) and (max-width: 1024px){
  .en-us [data-machine-name="product_approx_price"] > p {
     margin-top: 13px;
  }
  .de-de .pdp_description.dt > h2{
    font-size: 23px;
  }
}
.brandValue{
  visibility: hidden;
  margin: 0;
  padding: 0;  
  text-transform: capitalize;
}
@media (max-width: 767px){
  .brandValue{
      visibility: hidden;
      margin: 0;
      padding: 0;  
      text-transform: capitalize;
    }
.content-pdp .product_info a.add-to-cart {
    margin-top: 4%;
    }
}
.priceCurrencyData, .priceData {
    font-size: 30px;
    font-weight: 900;
    margin-left: 1vw;
    font-family: lato,sans-serif;
    float: left;
    margin: 0;
}