/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
 */

.catalog-product-view .product.info.detailed #customised-block-fizik p{
    padding: 0;
    margin:0;
    font-size:18px;
    line-height: 1.55555556em;
    letter-spacing: 0.05em;
}

.catalog-product-view .product.info.detailed #customised-block-fizik p.upper-intro-text{
    text-align: center;
    margin: 0 auto 85px;
    max-width: 900px;
}

.catalog-product-view .product.info.detailed #customised-block-fizik p.section-title{
    font-size: 27px;
    margin-bottom:20px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'effrabold', serif;
}

.catalog-product-view .product.info.detailed #customised-block-fizik p.section-title-video{
    font-size: 18px;
    margin-bottom:10px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'effrabold', serif;
    max-width: 100%;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .video-container-left{
  float:left;
  width:50%;
  padding-right:15px;
  box-sizing:border-box;
  margin-bottom: 0px;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .video-container-right{
  float:left;
  width:50%;
  padding-left:15px;
  box-sizing:border-box;
  margin-bottom: 0px;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .square-block{
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .image-left{
    direction: ltr;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .image-right{
    direction: rtl;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .square{
    width: 50%;
    text-align: left;
    padding: 0;
    position: relative;
    direction: ltr;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .square img{
    display: block;
    float: left;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .img-background-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .img-wrap{
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
    background-position: center center;
}

.catalog-product-view .product.info.detailed #customised-block-fizik ._table{
    display: table;
    /* height: 100%; */
    width: 100%;
}

.catalog-product-view .product.info.detailed #customised-block-fizik ._cell{
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 0 12%;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .right{
    padding: 0 0 0 100px;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .left{
    padding: 0 100px 0 0;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .clearfix:after{
    display: block;
    content: "";
    clear: both;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .clear{
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .divider{
    width: 100%;
    height: 100px;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .divider-medium{
    width: 100%;
    height: 50px;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .full-img-wrapped{
    width:100%;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .full-img-wrapped img{
    width: 100%;
    max-width: 100%;
    display: block;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top:0;
  overflow: hidden;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .video-container-vimeo{
    height: 100vh;
    position: relative;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .vimeo-wrapper {
    z-index: 1;
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .vimeo-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}


.catalog-product-view .product.info.detailed #customised-block-fizik .video-container video {
  width: 100%!important;
  height: auto;
  object-fit: cover;
}


@media screen and (max-width:1439px) {

    .catalog-product-view .product.info.detailed #customised-block-fizik p{
        font-size: 16px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik p.upper-intro-text{
        margin: 0 auto 70px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik p.section-title{
        font-size: 23px;
        margin-bottom:20px;
        line-height: 1;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik p.section-title-video{
        font-size: 18px;
        margin-top:10px;
        line-height: 1;
        max-width: 100%;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .right{
        padding:0 0 0 50px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .left{
        padding:0 50px 0 0;
    }

}

@media screen and (max-width:1280px) {

    .catalog-product-view .product.info.detailed #customised-block-fizik p{
        font-size: 14px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik p.upper-intro-text{
        margin: 0 auto 50px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik p.section-title-video{
        font-size: 16px;
        max-width: 100%;
    }

}

@media screen and (max-width:1023px) {

    .catalog-product-view .product.info.detailed #customised-block-fizik p{
        font-size: 12px;
    }

}

@media screen and (max-width:767px) {

    .catalog-product-view .product.info.detailed #customised-block-fizik p{
        font-size: 15px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik p.upper-intro-text{
        margin: 20px auto 30px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik p.section-title{
        font-size: 21px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik p.section-title-video{
        font-size: 16px;
        letter-spacing: 1.0px;
        line-height: 1.1;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .video-container-left{
      float:left;
      width:100%;
      padding-right:0px;
      box-sizing:border-box;
      margin-bottom: 50px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .video-container-right{
      float:left;
      width:100%;
      padding-left:0px;
      box-sizing:border-box;
      margin-bottom: 50px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .square-block{
        flex-direction: column;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .square{
        width: 100%;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik ._cell{
        padding:25px 0 0 0;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .divider{
        height: 60px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .divider-medium{
      height: 0px;
      display: none;
    }

}
