﻿.jumbotron {
    margin-bottom: 0;
    position: relative;
}

.jumbotron::before {
    content: '';
    position: absolute;
    /*background-color: black;*/
    opacity: 0.6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.parallax {
    /* Set a specific height */
    height: 200px;

    /* Create the parallax scrolling effect */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Paragraph for Parallax Section */
.parallax p {
    font-size: 24px;
    color: #f5f5f5;
    text-align: center;
    line-height: 60px;
    position: relative;
}

/* Heading for Parallax Section */
.parallax h1 {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-size: 60px;
    text-align: center;
    padding-top: 60px;
    line-height: 100px;
    position: relative;
}

.btn {
    padding: 0.5rem !important;
}


#parallax-static {
    background-image: url("../images/datium_cabecera.jpg");
}

#parallax-slightly-moving {
    background-image: url("../images/datium_cabecera.jpg");
}

#parallax-slightly-moving::after {
    /* Display and position the pseudo-element */
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
    transform: translateZ(-1px) scale(1.5);
    /* Force the background image to fill the whole element. */
    background-size: 100%;
    /* Keep the image from overlapping sibling elements. */
    z-index: -1;
}

.wrapper {
    border: solid 1px;
    height: 420px;
    width: 654px;
    margin: 50px auto;
    border-radius: 7px 7px 7px 7px;
    /* VIA CSS MATIC https://goo.gl/cIbnS */
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.product-img {
    float: left;
    height: 300px;
    width: 327px;
    line-height: 400px;
    text-align: center;
    display: block;
    margin: auto;
}

.product-img img {
    border-radius: 7px 0 0 7px;
    position: relative;
    bottom: 50px;
}

.product-info {
    float: left;
    height: 300px;
    width: 327px;
    border-radius: 0 7px 10px 7px;
}

.product-text {
    height: 150px;
    width: 400px;
}

.product-text h1 {
    margin: 0 0 0 38px;
    padding-top: 52px;
    font-size: 34px;
    color: #474747;
}

.product-text h1,
.product-price-btn p {
    font-family: "Gibson", serif !important;
}

.product-text h2 {
    margin: 0 0 47px 38px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #d2d2d2;
    letter-spacing: 0.2em;
}

.product-text p {
    height: 125px;
    margin: 0 0 0 38px;
    color: #8d8d8d;
    line-height: 1.7em;
    font-size: 15px;
    font-weight: lighter;
    overflow: hidden;
}

.product-price-btn-cart {
    height: 103px;
    width: 420px;
    margin-top: 17px;
    position: relative;
    display: block;
    margin: auto;
}

.product-price-btn-cart button {
    text-transform: capitalize !important;
}

.product-price-btn {
    height: 103px;
    width: 327px;
    margin-top: 17px;
    position: relative;
}


.product-price-btn p {
    display: inline-block;
    position: absolute;
    top: -13px;
    height: 50px;
    margin: 0 0 0 38px;
    font-size: 30px;
    font-weight: lighter;
    color: #474747;
}


.product-price-btn button {
    float: right;
    display: inline-block;
    height: 50px;
    width: 176px;
    margin: 0 40px 0 16px;
    box-sizing: border-box;
    border: transparent;
    border-radius: 60px;
    font-family: "Gibson", serif !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #ffffff;
    background-color: #9cebd5;
    cursor: pointer;
    outline: none;
}

.product-price-btn-cart button {
    min-width: calc(100% - 64 px);
    float: right;
    display: inline-block;
    height: 50px;
    width: 420px;
    margin: 0 40px 0 16px;
    box-sizing: border-box;
    border: transparent;
    border-radius: 60px;
    font-family: "Gibson", serif !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #ffffff;
    background-color: #9cebd5;
    cursor: pointer;
    outline: none;
}

.product-price-btn button:hover {
    /* background-color: #79b0a1; */
}

#btnAddProductNoResponsive {
    display: block;
    margin: auto;
}



@font-face {
    font-family: 'Gibson';
    src: url('../assets/fonts/gibson-font/gibson-bold.ttf');
    /* IE9 Compat Modes */
    src: url('../assets/fonts/gibson-font/gibson-regular.ttf') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../assets/fonts/gibson-font/gibson-regular.ttf') format('woff'),
        /* Modern Browsers */
        url('../assets/fonts/gibson-font/gibson-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../assets/fonts/gibson-font/gibson-regular.ttf') format('svg');
    /* Legacy iOS */
}

body {
    font-family: "Gibson", serif !important;
    scroll-behavior: smooth;
}

.nav-link {
    padding: 30px !important;
    font-size: 30px;
}

.paddingTitle {
    padding: 35px 30px 10px 38px;
}

.icon-menu {
    height: 40px;
    position: relative;
    bottom: 10px;
    margin-right: 10px;
}

.product-count .qtyminus,
.product-count .qtyplus {
    width: 34px;
    height: 34px;
    background: transparent;
    text-align: center;
    font-size: 19px;
    line-height: 34px;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

.product-count .qtyminus {
    line-height: 32px;
}

.product-count .qtyminus {
    border-radius: 3px 0 0 3px;
}

.product-count .qtyplus {
    border-radius: 0 3px 3px 0;
}

.product-count .qty {
    width: 60px;
    text-align: center;
    border: none;
}

.justify-content-between {
    display: grid !important;
}

.modal-backdrop {
    width: 100% !important;
    height: 100% !important;
    background-color: #000;
}

.rightPanelForm {
    overflow: scroll;
    height: 100vh;
}

.leftPanelProduct {
    padding: 25px !important;
}



@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 1500px !important;
    }

    /* .modal-content {
			height: 3000px;
		} */

    .form-group {
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .imgProduct {
        /* width: 100% !important; */
        height: 300px !important;
    }

    .product-img {
        height: 350px !important;
    }

    .product-price-btn {
        height: 30px;
    }

    .product-price-btn p {
        position: relative !important;
    }

    .product-price-btn button {
        float: inherit !important;
    }



    /* .btnNoResponsive {
			display: none !important;
		} */
}

@media (max-width: 762px) {
    .btnResponsive {
        display: block !important;
        position: fixed !important;
        bottom: 100px !important;
        margin: auto !important;
        width: 440px !important;
        height: 60px !important;
        text-transform: capitalize !important;
    }

    .btnResponsiveEdit {
        display: block !important;
        width: 440px !important;
        height: 60px !important;
        text-transform: capitalize !important;
    }

    .btnNoResponsive {
        display: none !important;
    }

    .product-img {
        width: 90% !important;
        margin-top: 100px !important;
        height: 360px !important;
    }

    .imgProduct {
        height: 350px !important;
    }

    .product-price-btn {
        height: 25px !important;
        width: 100% !important;
    }

    .form-group {
        width: 100% !important;
    }

    .rightPanelForm {
        padding: 20px;
        overflow-y: hidden !important;
        overflow-x: hidden !important;
        height: 1000px;
    }
}