@font-face {
    font-family: "sofia-bold";
    src: url("http://vip-gadget.com/views/landings/groupds/8/assets/fonts/Sofia-Pro-Semi-Bold-Az.ttf") format("truetype");
}

@font-face {
    font-family: "sofia-light";
    src: url("http://vip-gadget.com/views/landings/groupds/8/assets/fonts/Sofia-Pro-Light-Az.ttf") format("truetype");
}

#loader{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 10%;
    display: none;
}

#loader p {
    font-size: 26px;
    color: #fff;
    font-family: rubik-bold;
}

/********************LOADER********************/

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 50px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #f15a24;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

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

body, nav{
    background-color: #F9F9FA;
}

p{
    font-family: "sofia-light";
}

.logo{
    width: 90px;
    margin-left: 30px;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1100; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #FFF; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding: 30px 1em 30px 1em; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    box-shadow: 2px 2px 10px black;
    display: none;
}

/* The navigation menu links */
.sidenav a {
    padding: 0 8px 0 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 28px;
    margin-left: 50px;
}

.openedSidebar{
    width: 90%;
    display: block;
}

.closededSidebar{
    width: 0;
    display: none;
}

#mySidenav h3{
    font-family: "sofia-bold";
    color: #333;
    font-size: 18px;
}

#cont_bottom_carrito{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 1em;
    height: 33vh;
}

#subtotal_title{
    font-family: "sofia-light";
    font-size: 18px;
}

.price{
    font-family: "sofia-light";
    font-size: 30px;
    display: inline-block !important;
}

.price-disc{
    font-size: 12px !important;
    font-family: sofia-light;
    margin-left: 10px;
}

.striped{
    text-decoration:line-through;
    font-size: 22px !important;
}

#pastilla_envio{
    background-color: #6ACBE0;
    border-radius: 20px;
    font-family: "sofia-bold";
    font-size: 12px;
    color: #000;
    width: 100%;
    padding: 5px 10px;
}

#discount_cont{
    display: none;
}

#cont_carrito{
    height: 65vh;
    overflow-y: scroll;
}

#tic-discount {
    width: 15px;
    margin-bottom: 4px;
    margin-left: 3px;
}

#discount_title{
    font-family: sofia-bold;
    font-size: 14px;
}

#discount_subtitle{
    font-family: sofia-light;
    font-size: 12px;
}

#discount_amount{
    font-family: sofia-light;
    font-size: 16px;
}

.title_watch_carrito, .price_carrito{
    font-family: "sofia-bold";
    font-size: 12px;
    margin-bottom: 0;
}

.model_watch_carrito{
    font-family: "sofia-light";
    font-size: 12px;
    margin-bottom: 0;
}

.eliminar_reloj, .eliminar_reloj_bottom{
    font-family: "sofia-light";
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

#offer_section{
    width: 100%;
    position: fixed;
    padding: 5px 0;
    background-color: #6859EA;
    z-index: 1000;
    top: 0;
}

.cont_offer{
    display: flex;
    align-items: center;
    justify-content: center;
}

#carrito{
    width: 30px;
}

.offer_icon{
    width: 30px;
}

#stars{
    display: none;
}

.cont_offer{
    padding: 5px !important;
}

.cont_offer p{
    font-size: 12px;
    color: white;
    margin: 0 5px;
    font-family: "sofia-bold";
}

.codigo{
    font-size: 15px;
    color: #00FF44;
}

.input-number {
    width: 48px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.input-number, .input-number-decrement, .input-number-increment {
    border: 1px solid #ccc;
    height: 33px;
    user-select: none;
    margin-top: 2px;
    font-family: "sofia-bold";
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 33px;
    background: #f1f1f1;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.cant-color-form h4, #cont_add h4 {
    font-family: "sofia-bold";
    font-size: 12px;
}

select{
    width: 100%;
    height: 35px;
    font-family: "sofia-bold";
    font-size: 12px;
}

.cont-icon-collapse{
    height: 100%;
    width: max-content;
    display: inline-block;
    padding: 5px;
    border-right: 1px solid black;
}

.h5-collapse{
    width: 88%;
    display: inline-block;
}

.icon-collapse{
    width: 20px;
}

.btn-buy {
    background-color: #2DA0F8;
    height: 44px;
    border-radius: 22px;
    font-family: "sofia-bold";
    color: #FFF;
    font-size: 11px !important;
}

.btn-checkout {
    background: linear-gradient(to right, #3cba92, #0ba360);
    color: white;
}

#cont_add .btn-buy{
    height: 36px;
    border-radius: 18px;
    margin-top: 10px;
    width: 60%;
    font-size: 14px;
}

.btn-product {
    height: 40px;
    border-radius: 20px;
    font-family: "rubik-bold";
    font-size: 12px;
    color: #666;
    background-color: white;
    margin-bottom: 25px;
}

#cont_add{
    display: none;
}

#cont_add{
    position: fixed;
    bottom: 0;width: 100%;
    padding: 7px 0;
    background-color: white;
    display: none;
    z-index: 12;
    box-shadow: 2px 2px 7px black;
}

#main-title{
    font-family: sofia-bold;
    font-size: 35px;
    color: #000;
    letter-spacing: -2px;
    margin-bottom: -5px;
}

#main-subtitle{
    font-family: sofia-light;
    font-size: 16px;
    color: #000;
}

.btn-comprar {
    height: 40px;
    border-radius: 20px;
    background-color: #0071E3;
    color: white;
    font-family: sofia-bold;
    border: none;
    padding: 5px 20px 4px 20px;
}

#main-watch{
    width: 90%;
}

.title-section{
    font-family: sofia-bold;
    font-size: 28px;
}

.bg-black{
    background-color: black;
}

.text{
    font-size: 13px;
}

#about-watches {
    width: 100%;
    margin-top: 20px;
}

#about-cont-text, #product-cont-text {
    border-radius: 20px !important;
    box-shadow: 0 0 10px #ccc;
}

#runner_img{
    margin-top: 20px;
    margin-bottom: -60px;
}

.title-feature{
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    font-family: sofia-bold;
}

.icon-feature{
    width: 70px;
    margin-bottom: 15px;
}

.cont-feature{
    background-color: white;
    border-radius: 15px;
    padding: 20px 0;
    margin-bottom: 20px;
}

.card{
    background-color: white !important;
    border: 1px solid white;
}

.card-header{
    text-align: left;
    border: 1px solid black;
    border-radius: 10px 10px 0 0 !important;
}

.card-body{
    border: 1px solid black;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.card-header button {
    font-family: sofia-bold;
    color: black !important;
    text-align: left;
    font-size: 13px;
    width: 100%;
}

.card-header .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.3);
}

.card p{
    color: #000 !important;
}

.card li{
    color: #000 !important;
    font-family: sofia-light;
    font-size: 13px;
}

.slider_img{
    width: 80%;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px !important;
}

#select_color_title{
    font-family: sofia-bold;
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}

#puedes_pagar_con{
    font-family: sofia-bold;
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}

#cont_colores{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.color-watch{
    width: 20px;
    margin: 0 10px;
    border-radius: 10px;
}

.color-selected{
    border: 2px solid #2DA0F8;
}

#color-selected-text{
    font-family: sofia-light;
    font-size: 14px;
    color: #000;
}

#num_chart {
    width: 20px;
    height: 20px;
    background-color: #2DA0F8;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 15px;
    border-radius: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-deporte{
    display: flex;
    align-items: center;
    justify-content: center;
}

.tik_white{
    width: 15px;
}

#deporte_img{
    margin-top: 20px;
}

.form-control{
    font-family: sofia-light;
    font-size: 13px;
    color: #000;
}

footer{
    background-color: #000;
}

.footer_icons{
    width: 15px;
}

.footer_title{
    font-family: "sofia-bold";
    color: #FFF;
    font-size: 11px;
    margin-bottom: 0;
}

.footer_info{
    font-family: "sofia-light";
    color: #FFF;
    font-size: 11px;
    margin-bottom: 0;
}

.icon_social{
    width: 30px;
}

#review_img_pc{
    display: none;
}

@media(min-width: 1200px){

    .openedSidebar{
        width: 35%;
    }

}

@media(min-width: 1440px){

    .openedSidebar{
        width: 30%;
    }

}

@media(min-width: 1600px){

    .openedSidebar{
        width: 25%;
    }

}

@media(min-width: 375px) and (orientation: portrait){

    #main-watch {
        width: 96%;
    }

    #payment_image, #shipping_image{
        width: 70% !important;
    }

    #discount_cont{
        margin-top: 20px !important;
    }

    #subtotal_title {
        margin-top: 10px;
    }

    #price{
        margin-top: 10px;
    }

}

@media(min-width: 414px) and (orientation: portrait){

    #main-title {
        font-size: 46px;
    }

    #main-subtitle {
        margin-bottom: 20px;
    }

    #main-buy-button{
        margin-bottom: 10px;
    }

}

@media(min-width: 600px) and (orientation: portrait){

    .logo {
        width: 150px;
    }

    #main-title {
        font-size: 60px;
    }

    #main-subtitle {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .btn-comprar {
        height: 50px;
        border-radius: 25px;
        padding: 8px 45px;
        font-size: 20px;
    }

    #main-watch {
        width: 100%;
        margin-top: 10px;
    }

    .title-section {
        font-size: 38px;
    }

    .text {
        font-size: 15px;
    }

    #select_color_title {
        font-size: 24px;
        margin: 25px 0;
    }

    .color-watch {
        width: 26px;
        margin: 0 10px;
        border-radius: 13px;
    }

    #color-selected-text {
        font-size: 18px;
    }

    #payment_image, #shipping_image{
        width: 55% !important;
    }

    .sidenav{
        padding-top: 55px !important;
    }

    #discount_cont {
        margin-top: 45px !important;
    }

    #main-title{
        letter-spacing: -2px;
    }

    .striped {
        font-size: 32px !important;
    }

    .price {
        font-size: 40px;
    }

}

@media(min-width: 768px) and (orientation: portrait){

    #main-watch {
        width: 75%;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    #about-watches {
        width: 75%;
    }

    .card-header button {
        font-size: 15px;
    }

    .logo {
        width: 120px;
    }

}


@media(min-width: 992px){


    #carrito {
        position: absolute;
        right: 20px;
        top: 15px;
    }

    #navbarSupportedContent{
        padding-right: 30px;
    }

    #main-watch {
        width: 60%;
        display: block;
        margin-left: 20%;
    }

    #main-title {
        font-size: 60px;
        margin-bottom: 10px;
    }

    #main-subtitle {
        font-size: 20px;
    }

    .text {
        font-size: 16px;
    }

    .title-section {
        font-family: sofia-bold;
        font-size: 34px;
    }

    #payment_image, #shipping_image, #30percent {
        width: 80% !important;
    }

    #about-watches {
        width: 60%;
        margin-top: 20px;
        display: block;
        margin-left: 20%;
    }

    #section_faq{
        background: url('http://vip-gadget.com/views/landings/groupds/8/assets/img/background_faq.png');
        background-size: 100% 100%;
    }

    #deporte_img{
        width: 81% !important;
        margin-top: 0 !important;
    }

    #review_img_pc{
        width: 100%;
        display: block;
    }

    #review_img{
        display: none;
    }

    #cont_producto{
        background-color: white;
        border-radius: 30px;
        box-shadow: 0 0 10px #ccc;
        height: max-content;
        padding-bottom: 30px;
        margin-top: 10%;
    }

}


@media(min-width: 1200px) and (orientation: landscape){

    #section_image_full{
        display: none;
    }

    #main-watch {
        width: 37%;
        display: block;
        margin: 0 auto;
    }

    #main-title {
        font-size: 70px;
    }

    #main-subtitle {
        font-size: 20px;
    }

    .btn-comprar {
        height: 50px;
        border-radius: 25px;
        background-color: #0071E3;
        color: white;
        font-family: sofia-bold;
        border: none;
        padding: 10px 50px;
        font-size: 20px;
    }

    .title-section {
        font-size: 38px;
    }

    .text {
        font-size: 16px;
    }

    #about-watches {
        width: 50%;
        margin: 10px auto 20px auto;
        display: block;
    }

    .logo {
        width: 120px;
    }


    .color-watch {
        width: 30px;
        margin: 0 10px;
        border-radius: 15px;
    }

    #cont_producto{
        padding-top: 5%;
    }



    .footer_title, .footer_info {
        font-size: 14px;
    }

    .card-header button {
        font-size: 16px;
    }

    #cont_bottom_carrito{
        height: 25vh !important;
    }

    #cont_carrito{
        height: 63vh !important;
    }

    #cont_add{
        padding: 25px 0 !important;
    }

    .btn-buy{
        font-size: 13px !important;
    }

    #main-title {
        letter-spacing: -4px;
        margin-bottom: -15px;
    }

    .striped {
        font-size: 36px !important;
    }

    .price {
        font-size: 46px;
    }

    #payment_image{
        width: 83% !important;
    }

    #carrito {
        position: absolute;
        right: 30px;
        top: 30px;
    }

    #deporte_img {
        width: 70% !important;
        margin-top: 0 !important;
    }



}



@media(min-width: 1440px) and (orientation: landscape){

    #main-title {
        font-size: 80px;
        margin-top: 3%;
    }

    #main-watch {
        width: 41%;
    }

    .sidenav{
        padding-top: 60px !important;
    }

    #discount_cont{
        margin-top: 20px !important;
    }

    #payment_image, #shipping_image {
        width: 70% !important;
        margin-top: -10px;
    }

    #navbarSupportedContent {
        padding-right: 75px;
    }

    #carrito {
        position: absolute;
        right: 190px;
        top: 20px;
    }


}


@media(min-width: 1800px) and (orientation: landscape){


    .navbar{
        padding: 20px 0;
    }

    #main-watch {
        width: 45%;
    }

    #carrito {
        position: absolute;
        right: 420px;
        top: 35px;
    }

}