/*
Theme Name: The Cube
Theme URI:
Author:  Bojan & Nedeljko
Author URI:
Description:
Version: 1.1

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/


@font-face {
    font-family: 'Helvetica';
    src: url("./fonts/Helvetica.ttf");
    font-weight: 400;
}

@font-face {
    font-family: 'Helvetica';
    src: url("./fonts/Helvetica-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'Helvetica';
    src: url("./fonts/HelveticaLt.ttf");
    font-weight: 300;
}

@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@400;500;700&family=Inter:wght@400;500;700&display=swap');

:root{
    --default-padding: 15px;
	--title-font: 'Helvetica', sans-serif;
	--read-more-font: 'Fraunces', serif;
}

body{
    background: black;
}
.scan-me{
	font-size:40px
}
.qr-arrow{
	max-width: 39px;
    transform: rotate(-90deg) translate(13px, 0px);
}

.js-slide{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	transition:0.8s;
	transform:translatex(100%);
}

.js-slide-active{
	display:block!important;
	transition:0.8s;
	transform:translatex(0);
	z-index:1;
}

.js-slide-move-out{
	transition:0.8s;
	transform:translatex(-100%);
	z-index:1;
}

.company-logo{
	max-width:90%;
	max-height:80%;
	filter:grayscale(1);
}

.error-404{
    height: 130px !important;
    width: 250px;
}
.error-404 span{
    z-index:100;
    font-size: 60px;
    font-weight: bold;
    margin: auto;
}

.custom-scan-me-text{
	word-break: break-all;
    overflow: hidden;
    line-height: 25px;
    white-space: pre-wrap;
    display: block;
}

.custom-scan-me-text br{ 
	display:none;
}

.custom-scan-me-text p {
	margin:0;
}

.back-btn {
    position: relative;
    border: none;
    background: transparent;
    font-family: inherit;
    color: white;
    font-weight: bold;
    text-decoration: underline;
    align-items: center;
    display: flex;
    width: 170px;
    height: 50px;
}

.back-btn:hover {
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.back-btn span {
    font-size: 17px;
    z-index: 3;
    font-weight: 600;
    margin: auto;
}
.carousel-inner{
    height: 300px;
    overflow: hidden !important;
}
.carousel-item{
    height: 100%;
}
.carousel-item img{
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.discount-code{
    margin-bottom: 0 !important;
}
#copy-info{
    color: grey;
    font-weight: bold;
}
.rate-alert{
    text-align: center;
    margin-top: calc(var(--default-padding)*4) !important;
    margin: var(--default-padding);
    padding: var(--default-padding);
}
.danger{
    margin-top: var(--default-padding) !important;
    border: 1px solid red;
}
.success{
    border: 1px solid green;
}
.carousel-control-prev, .carousel-control-next{
    display: none;
}

.carousel-indicators{
    bottom: -44px;
}
.carousel-indicators button{
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    height: 7px !important;
    width: 7px !important;
    margin-left: 7px !important;
    margin-right: 7px !important;
}
.carousel-indicators button.active{
    background-color: #ffffff !important;
}
.the-cube{
	font-size: 22px;
	font-family: var(--title-font);
	font-weight: bold;
	padding-top: calc(var(--default-padding)*4) !important;
}
.modal-body{
	padding-top: calc(var(--default-padding)*3);
}
.comment-text{
	padding-top: var(--default-padding);
}

.mehr-wissen pre br{
	display:none;
}

.comment{
	width: 100%;
    height: 220px;
    padding: 30px;
}
.modal-body button,
.modal-body a{
    width: 100%;
    border: none;
    background: #3f62ff;
    color: white;
    height: 45px;
    font-family: var(--read-more-font);
    font-weight: 700;
    font-size: 17px;
    margin-top: var(--default-padding);
    align-items: center;
    text-align: center !important;
    line-height: 45px;
}
.modal-body button:disabled,
.modal-body button[disabled]{
    background-color: #c1c1c1;
}
.modal-body p{
	padding-top: var(--default-padding);
}
.modal-content{
	border-radius: 0 !important;
	height: 90vh;
}
.btn-close-white{
	position: absolute;
    top: 0;
    right: 0;
    margin-top: var(--default-padding);
    margin-right: var(--default-padding);
}
.modal-title{
	max-width: 110px;
    padding-left: var(--default-padding);
    padding-top: var(--default-padding);
}
.modal-content{
	background: black;
}
.cards{
    background: black;
    max-width: 250px;
    max-height: 250px;
    width: 140px;
    height: 140px;
    position: relative;
}

.cards>*{
    padding-left: var(--default-padding);
}

.cards img{
    padding-top: var(--default-padding);
}

.cards>p{
	font-family: var(--title-font);
	font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
	color: white;
    line-height: normal;
}

.break-all *{
	
	word-break:break-all;
}

.cards button{
	height: 100%;
	width: 100%;
}
.slider-wrapper img{
    margin-bottom: var(--default-padding);
}
.slider-square{
    cursor: pointer;
    height: 7px;
    width: 7px;
    margin: 0 2px;
    border: 1px solid white;
    display: inline-block;
}
.cards>div{
	position:absolute;
	bottom:0;
	max-width: 100%;
    overflow: hidden;
    max-height: 50%;
    word-break: break-all;
}

.cards>div *{
	color:white;
	font-family: var(--title-font);
    font-size: 16px;
    font-weight: bold;
}

.main-container{
    background: #131313;
    min-height: 100vh;
    padding: var(--default-padding);
    padding-bottom: 0 !important;
	max-width: 400px !important;
}
.title-wrapper{
    padding: var(--default-padding);
    padding-top: 60px !important;
	padding-bottom: var(--default-padding);
	font-family: var(--title-font);
}
.title-wrapper p{
    text-align: start;
	font-size: 16px;
    white-space: normal;
}
.title-wrapper #read-more{
    color: #3d5df0 !important;
    font-weight: 900;
	font-size: 19px;
	font-family: var(--read-more-font) !important;
}
.title-wrapper #read-more:hover{
	cursor: pointer;
}
.title-wrapper h2{
    font-size: 30px;
    font-weight: 600;
	display:inline;
}

.product-name-title{
	font-weight:500!important;
}

.social-media a:last-child{
    bottom:0;
    right: 0;
    position: absolute;
    padding-right: var(--default-padding);
    padding-bottom: var(--default-padding);
}
.social-media a:nth-child(3){
    top:0;
    right: 0;
    position: absolute;
    padding-right: var(--default-padding);
}
body{
    color:white;
}

.tablet-container {
    width: 1920px;
    height: 1080px;
    padding: 57px 62px;
    overflow: hidden;
    background-color: #101010;
    display: flex;
    flex-direction: column;
}
.ja-gern{
    font-family: 'Fraunces', serif;
}

.tablet-container .video-holder {
    width: 63.8% !important;
    height: 644px;

}

.default-tablet-description {
    width: 63.8% !important;
    padding: 48px 55px 0 55px;
}

.default-tablet-description h1, .tablet-description h1{

    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 38px;
}

.default-tablet-description p, .tablet-description p{
    font-size: 38px;
    margin-top: 46px;
    line-height: 45px;
    margin-bottom: 0;
    font-weight: 300;
}

.top-section, .bottom-section {
    display: flex;
}

.bottom-section{
    flex: 1 1 auto;
}

.qr-and-logo {
    background-color: #010101;
    width: calc(100% - 64%);
}

.about-content {
    padding: 43px;
    background-color: #010101;
    width: calc(100% - 64%);
    height: 644px;
}

.qr-code {
    height: 323px;
    overflow: hidden;
}

.qr-code img {
    transform: scale(1.23);
    height: 100% !important;
    width: 100% !important;
}

.slogan {
    font-family: 'Helvetica', sans-serif;
    font-size: 2.4rem;
    line-height: 46px;
    margin-bottom: 39px;
    font-weight: 300;
}

.stay-tuned {
    font-size: 39px;
    font-weight: bold;
    font-family: 'Helvetica', sans-serif;
}

.cube-logo-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 53px 57px;
}

.bg-white{
    background-color: white!important;
    color: black!important;
}

.bg-black{
    background-color: #000000!important;
    color: white!important;
}

.product-name{
    font-family: 'Helvetica',sans-serif;
    font-size: 40px;
    padding: 50px 55px;
    font-weight: bold;
    line-height: 45px;
}

.rating-image{
	width:100%;
	height:100%;
	object-fit:cover;
}

.mehr-wissen{
    font-family: 'Helvetica',sans-serif;
    font-size: 26px;
    padding: 28px 31px;
    line-height: 31px;
}

.tablet-description{
    width: 63.8% !important;

    overflow: hidden;
    font-size: 17px;
    margin: 25px 0!important;
    padding: 0 34px;
    color: white!important;
}

.product-name{

}

.stars{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.char-counter{
    text-align: end;
}


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


.bold {
    font-weight: bold;
}

/*Tablet template CSS*/
.main-div {
    border: 3px solid #1a1a1a;
    height: 100%;
}

.iframe-wrapper {
    height: 523px;
    left: 0;
}

.iframe-wrapper iframe {
    width: 100%;
    height: 100%;
}

.qr-container {
    height: 100%;
    width: 100%;
}


.qr-text {
    letter-spacing: 1px;
}

.qr-text p {
    font-size: 25px;
}

.touch-logo {
    position: absolute;
    left: 18px;
    bottom: 18px;
}

.table-wrapper {
    height: 100%;
    letter-spacing: 1px;
    font-size: 18px;
    margin-left: 6rem;
}

.table-wrapper table {
    height: 100%;
    width: 100%;

}

.table-wrapper td, .table-wrapper th {
    border-bottom: 1px solid #bbbbbb;
    vertical-align: bottom;
}

.table-wrapper tr:last-child td {
    border-bottom: none;
}

.table-wrapper tr:last-child th {
    border-bottom: none;
}

.description-text {
    font-size: 20px;
}

/*Mobile template CSS*/
.accordion-button::after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.about-product h1 {
    margin-bottom: -10px;
}

.logo-container img {
    height: 30px;
    width: 30px;
}

.logo-container a {
    margin-right: 30px;
}

.accordion-title {
    font-weight: bold;
    padding-left: 80px;
    padding-right: 80px;
    letter-spacing: 1px;
}

.accordion-body {
    padding-left: 80px;
    padding-right: 80px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.accordion-item {
    border-left: none;
    border-right: none;
}

a {
    text-decoration: none;
}

.iframe-mobile-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.iframe-mobile-wrapper iframe {
    top: 0;
    position: absolute;
    left: 0;
}

.accordion {
    margin-top: 50px;
    margin-bottom: 50px;
}

.product-name-wrapper {
    margin-bottom: 30px;
}

.fab {
    color: black;
}

.text-truncate {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-word;
}

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

    .about-product h1 {
        margin-top: 10px;
    }

    .accordion {
        margin-top: 25px;
    }

    .accordion-body {
        padding-left: 5px;
        padding-right: 25px;
    }

    .accordion-title {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 374px){
    .card-wrapper{
        justify-content: center !important;
    }
    .back-btn{
        width: 100% !important;
    }
}
@media (max-width: 576px){
    .h-sm-130 { height: 130%!important; }
}
@media (min-width: 577px) and (max-width: 991px){
    .h-md-30 { height: 30vh!important; }
}
@media (min-width: 992px){
	a.cards, div.cards{
		margin-right: calc(var(--default-padding)/2);
		margin-left: calc(var(--default-padding)/2);
	}
}

