/* IMPORT */

@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;300&family=Rajdhani:wght@300&display=swap');
@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}


/* ------ */


/* GENERIC */

body {
    background-color: #faf8f6;
    font-family: 'Prompt', sans-serif;
}

.btn:focus,
.form-control:focus {
    box-shadow: none!important;
    border-color: inherit;
}

a:hover {
    text-decoration: none!important;
}

.bold {
    font-weight: bold;
}

.no-display {
    display: none!important;
}

.pongo_header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.pongo_header svg {
    position: relative;
    display: block;
    width: calc(174% + 1.3px);
    height: 126px;
}

.pongo_header .shape-fill {
    fill: #FAF8F6;
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cursor {
    cursor: pointer
}

textarea {
    resize: none;
}

.textmuted {
    color: #7a7a7a
}

.p-blue {
    font-size: 14px;
    color: #1976d2
}

.fas.fa-circle {
    font-size: 12px
}

.p-org {
    font-size: 14px;
    color: #fbc02d
}

.h7 {
    font-size: 15px
}

.h8 {
    font-size: 12px
}

.h9 {
    font-size: 10px
}

.form-control {
    box-shadow: none !important
}

 ::placeholder {
    font-size: 14px
}

.div-border {
    padding: 5px 0px 0px;
    border-bottom: 1px solid rgb(219, 219, 219);
    margin-bottom: 10px;
}


/* ------- */


/* COLOR */

a.LightLink:hover {
    color: whitesmoke!important;
    text-decoration: none!important;
}

.darkLink {
    color: #16181b!important;
}

.LightLink {
    color: rgb(204, 204, 204)!important;
}

a.pongo_cardLink:hover {
    color: #d70185!important;
    text-decoration: none!important;
}

.txt-pongo {
    color: #d70185;
}


/* ----- */


/* BACKGROUNDS */

.bg-dark {
    background-color: #3c3c3b!important;
}

.bg-pongo-light {
    background-color: #f8ecf8ce!important
}


/* ----------- */


/* BUTTONS */

.btn-pongo {
    background-color: #d70185;
    color: white;
}

.btn-round {
    border-radius: 50%;
}

.btn-nexi {
    background-color: #2d32a9 !important;
    color: white !important;
}

.btn-paypal {
    background-color: #ffffff !important;
    color: black !important;
}

.btn-bank {
    background-color: #0e9aad !important;
    color: rgb(255, 255, 255) !important;
}


/* ------- */


/* TABS */

.pongo_tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
}

.pongo_tabs [class^="tab"] label,
.pongo_tabs [class*=" tab"] label {
    color: #8b8b8b;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center;
}

.pongo_tabs [class^="tab"] [type="radio"],
.pongo_tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(165, 165, 165, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pongo_tabs [class^="tab"] [type="radio"]:hover,
.pongo_tabs [class^="tab"] [type="radio"]:focus,
.pongo_tabs [class*=" tab"] [type="radio"]:hover,
.pongo_tabs [class*=" tab"] [type="radio"]:focus {
    border-bottom: 1px solid #d70185;
}

.pongo_tabs [class^="tab"] [type="radio"]:checked,
.pongo_tabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 2px solid #d70185;
}

.pongo_tabs [class^="tab"] [type="radio"]:checked+div,
.pongo_tabs [class*=" tab"] [type="radio"]:checked+div {
    opacity: 1;
}

.pongo_tabs [class^="tab"] [type="radio"]+div,
.pongo_tabs [class*=" tab"] [type="radio"]+div {
    display: block;
    opacity: 0;
    padding: 2rem 0;
    width: 90%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pongo_tabs .tab-2 {
    width: 50%;
}

.pongo_tabs .tab-2 [type="radio"]+div {
    width: 200%;
    margin-left: 200%;
}

.pongo_tabs .tab-2 [type="radio"]:checked+div {
    margin-left: 0;
}

.pongo_tabs .tab-2:last-child [type="radio"]+div {
    margin-left: 100%;
}

.pongo_tabs .tab-2:last-child [type="radio"]:checked+div {
    margin-left: -100%;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #d70185;
    border-color: #d70185;
}

.pongo_tabs_2 {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    /*padding: 50px;*/
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    min-width: 240px;
}

.pongo_tabs_2 input[name=tab-control] {
    display: none;
}

.pongo_tabs_2 .content section h2,
.pongo_tabs_2 ul li label {
    font-weight: bold;
    font-size: 18px;
    color: #d70185;
}

.pongo_tabs_2 ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.pongo_tabs_2 ul li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.pongo_tabs_2 ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pongo_tabs_2 ul li label br {
    display: none;
}

.pongo_tabs_2 ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}

.pongo_tabs_2 ul li label:hover,
.pongo_tabs_2 ul li label:focus,
.pongo_tabs_2 ul li label:active {
    outline: 0;
    color: #bec5cf;
}

.pongo_tabs_2 ul li label:hover svg,
.pongo_tabs_2 ul li label:focus svg,
.pongo_tabs_2 ul li label:active svg {
    fill: #bec5cf;
}

.pongo_tabs_2 .slider {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.pongo_tabs_2 .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #d70185;
    border-radius: 1px;
}

.pongo_tabs_2 .content {
    margin-top: 30px;
}

.pongo_tabs_2 .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.pongo_tabs_2 .content section h2 {
    color: #d70185;
    display: none;
    text-align: left!important;
}

.pongo_tabs_2 .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #d70185;
    margin-top: 5px;
    left: 1px;
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #d70185;
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #d70185;
}

@media (max-width: 600px) {
    .pongo_tabs_2 input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(1):checked~.slider {
    transform: translateX(0%);
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #d70185;
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #d70185;
}

@media (max-width: 600px) {
    .pongo_tabs_2 input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(2):checked~.slider {
    transform: translateX(100%);
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #d70185;
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #d70185;
}

@media (max-width: 600px) {
    .pongo_tabs_2 input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(3):checked~.slider {
    transform: translateX(200%);
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: #d70185;
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #d70185;
}

@media (max-width: 600px) {
    .pongo_tabs_2 input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(4):checked~.slider {
    transform: translateX(300%);
}

.pongo_tabs_2 input[name=tab-control]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .pongo_tabs_2 ul li label {
        white-space: initial;
    }
    .pongo_tabs_2 ul li label br {
        display: initial;
    }
    .pongo_tabs_2 ul li label svg {
        height: 1.5em;
    }
}

@media (max-width: 600px) {
    .pongo_tabs_2 ul li label {
        padding: 5px;
        border-radius: 5px;
    }
    .pongo_tabs_2 ul li label span {
        display: none;
    }
    .pongo_tabs_2 .slider {
        display: none;
    }
    .pongo_tabs_2 .content {
        margin-top: 20px;
    }
    .pongo_tabs_2 .content section h2 {
        display: block;
    }
}

.slider2x {
    width: 50%!important;
}


/* ---- */


/* NAVIGATION */

.navbar-dark .navbar-nav .nav-item .dropdown-menu {
    background-color: #3c3c3b!important;
    border-radius: 0px!important;
    border: none!important;
    padding-top: 21px;
    padding-bottom: 0px;
}

.navbar-dark .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: white!important;
    padding: 10px 20px;
}

.navbar-dark .navbar-nav .nav-item .dropdown-item:focus,
.navbar-dark .navbar-nav .nav-item .dropdown-item:hover {
    color: #16181b!important;
    text-decoration: none;
    background-color: #e9ecef;
}


/* ---------- */


/* CARD */

.pongo_card {
    border: 0px;
    border-radius: 0px;
    background-color: white;
}

.card {
    margin-bottom: 15px!important;
}

.card-header a {
    color: white;
}

.card-header {
    background-color: #3c3c3b;
    color: white;
}

.card {
    border-radius: 0px!important;
}


/* ---- */


/* TIMELINE */

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline-item {
    padding-top: 36px;
    padding-left: 40px;
    position: relative;
}

.timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-content {
    margin-top: -30px;
    margin-left: 100px;
    margin-right: 0;
}

.timeline-marker:before {
    z-index: 99;
    background: #fb527a;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
    height: 170px;
    content: "";
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 6px;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    line-height: inherit;
    margin-bottom: 30px;
    font-weight: 600;
}


/* ------------ */


/* ICON */

.contact_social ul {
    padding: 0;
    padding: 20px 0px;
}

.contact_social ul li {
    margin: 0px 8px;
    list-style: none;
    display: inline;
}

.contact_social ul li a {
    padding: 10px 14px;
    background: #d3d4dc;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.contact_social ul li a i {
    padding: 20px 0px;
}


/* ----- */


/* PAGINA PRODOTTO */

#product_quantityCart {}

#product_subtractQuantity,
#product_addQuantity {
    border: 1px solid #c00076;
    color: #c00076;
    border-radius: 50%;
}

#product_subtractQuantity:hover,
#product_addQuantity:hover {
    border: 1px solid #c00076;
    background-color: #c00076;
    color: white;
}

#product_btnAddToCart {
    border: 1px solid #16181b;
    border-radius: 0px;
}

#product_btnAddToCart:hover {
    border: 1px solid #16181b;
    background-color: #16181b;
    color: white;
}

#product_rating {}

#product_ratingStars {}

#product_quantity {}

#product_priceNoDiscount {}

#product_priceDiscount {}

#product_discount {}

#product_discountContainer {}

#product_selectAttributes {}

#product_btnSearch {
    border: 1px solid black;
    border-radius: 0px;
}

#product_reviewComment {}

#product_reviewStars {}

#product_btnAddReview {}

#product_reviewsContainer {}

.product_img1,
.product_img2,
.product_img3,
.product_img4,
.product_img5 {}

.product_title {}

.reviewsContainer .generic_content .generic_feature_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.reviewsContainer .generic_content .generic_feature_list::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.reviewsContainer .generic_content .generic_feature_list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    background-color: #555;
}

.reviewsUserImg {
    border-radius: 50%;
}

.reviewsUserName {
    font-weight: bold;
    font-size: 13px;
}

.reviewsCommentDate {
    font-size: 11px;
    color: #afafaf;
}

.reviewsComment {
    font-size: 13px;
}

.reviewsContainer {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden
}

.reviewsCommentStars .text-warning {
    color: black!important;
}

.textAttribute {
    font-weight: 500;
    line-height: 1.2;
}


/* --------------- */


/* CAROUSEL */

.pongo_productCarousel {
    margin: 50px auto;
    padding: 0 70px;
}

.pongo_productCarousel .item {
    color: #747d89;
    min-height: 325px;
    text-align: center;
    overflow: hidden;
}

.pongo_productCarousel .thumb-wrapper {
    padding: 25px 15px;
    background: #fff;
    text-align: center;
    position: relative;
    border: 1px solid lightgray;
}

.pongo_productCarousel .item .img-box {
    height: 120px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.pongo_productCarousel .item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.pongo_productCarousel .item h4 {
    font-size: 18px;
}

.pongo_productCarousel .item h4,
.pongo_productCarousel .item p,
.pongo_productCarousel .item ul {
    margin-bottom: 5px;
}

.pongo_productCarousel .thumb-content .btn {
    color: #c91483;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #c91483;
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
}

.pongo_productCarousel .thumb-content .btn:hover,
.pongo_productCarousel .thumb-content .btn:focus {
    color: #fff;
    background: #c91483;
    box-shadow: none;
}

.pongo_productCarousel .thumb-content .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.pongo_productCarousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}

.pongo_productCarousel .item-price strike {
    opacity: 0.7;
    margin-right: 5px;
}

.pongo_productCarousel .carousel-control-prev,
.pongo_productCarousel .carousel-control-next {
    height: 44px;
    width: 40px;
    background: #cf007f;
    margin: auto 0;
    border-radius: 4px;
    opacity: 0.8;
}

.pongo_productCarousel .carousel-control-prev:hover,
.pongo_productCarousel .carousel-control-next:hover {
    background: #c00076;
    opacity: 1;
}

.pongo_productCarousel .carousel-control-prev i,
.pongo_productCarousel .carousel-control-next i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
}

.pongo_productCarousel .carousel-control-prev i {
    margin-left: -2px;
}

.pongo_productCarousel .carousel-control-next i {
    margin-right: -4px;
}

.pongo_productCarousel .carousel-indicators {
    bottom: -50px;
}

.pongo_productCarousel .carousel-indicators li,
.pongo_productCarousel .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border: none;
}

.pongo_productCarousel .carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

.pongo_productCarousel .carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}


/* -------- */


/* MEDIA QUERY */

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-marker:after {
        height: 350px;
    }
}

@media only screen and (max-width: 700px) {
    section {
        flex-direction: column;
    }
}

@media(max-width:320px) {
    .h8 {
        font-size: 11px
    }
    .h7 {
        font-size: 13px
    }
     ::placeholder {
        font-size: 10px
    }
}

@media only screen and (max-width:767px) {
    .checkbox {
        margin: 0 0 20px;
    }
}

@media (min-width: 768px) {
    .pongo_shoppingCart .items .product .info {
        padding-top: 25px;
        text-align: left;
    }
    .pongo_shoppingCart .items .product .info .price {
        font-weight: bold;
        font-size: 22px;
        top: 17px;
    }
    .pongo_shoppingCart .items .product .info .quantity {
        text-align: center;
    }
    .pongo_shoppingCart .items .product .info .quantity .quantity-input {
        padding: 4px 10px;
        text-align: center;
    }
    .fa-heart {
        position: relative;
        top: 31px;
        left: 411px;
    }
}

@media (max-width: 991px) {
    .pongo_shoppingCart .summary .info-summary {
        position: relative!important;
        width: 100%!important;
        border-top: 5px solid #e0166a!important;
        padding: 45px!important;
    }
    .orderName {
        font-size: 22px;
        text-align: center;
    }
}


/* ----------- */


/* CHECKBOX */

.checkbox {
    margin: 0;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.checkbox input[type=checkbox] {
    margin: 0;
    visibility: hidden;
    left: 7px;
    top: 7px;
}

.checkbox label {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: 5px solid #666;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
    cursor: pointer;
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}

.checkbox label:hover {
    border-width: 7px;
}

.checkbox input[type=checkbox]:checked+label {
    background-color: #e0166a;
    border: 7px solid #e0166a;
    box-shadow: none;
}

.checkbox label:before,
.checkbox label:after {
    content: "";
    background: #fff;
    width: 4px;
    height: 18px;
    opacity: 0;
    transform: translateX(-50%) rotate(55deg);
    position: absolute;
    left: 160%;
    top: -10px;
    transition: all 0.2s ease 0s;
}

.checkbox label:after {
    height: 10px;
    transform: translateX(-50%) rotate(-33deg);
    left: -35%;
    top: -6px;
}

.checkbox input[type=checkbox]:checked+label:before {
    opacity: 1;
    transform: translateX(-50%) rotate(55deg);
    left: 62%;
    top: 0px;
}

.checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: translateX(-50%) rotate(-33deg);
    left: 12%;
    top: 6px;
}


/* ----------- */


/* CARRELLO */

.pongo_shoppingCart .block-heading {
    padding: 40px 0px 5px 0px;
    /* margin-bottom: 40px; */
    text-align: center;
}

.pongo_shoppingCart .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
}

.pongo_shoppingCart .dark .block-heading p {
    opacity: 0.8;
}

.pongo_shoppingCart .items {
    margin: auto;
}

.pongo_shoppingCart .items .product {
    margin-bottom: 20px;
    padding-top: 10px;
}

.pongo_shoppingCart .items .product .info {
    padding-top: 0px;
    text-align: center;
}

.pongo_shoppingCart .items .product .info .product-name {
    font-weight: 600;
}

.pongo_shoppingCart .items .product .info .product-name .product-info {
    font-size: 14px;
    margin-top: 15px;
}

.pongo_shoppingCart .items .product .info .product-name .product-info .value {
    font-weight: 400;
}

.pongo_shoppingCart .items .product .info .quantity .quantity-input {
    margin: auto;
    width: 80px;
}

.pongo_shoppingCart .items .product .info .price {
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}

.pongo_shoppingCart .summary {
    background-color: #5a5a5a;
    height: 100%;
    color: white;
}

.pongo_shoppingCart .summary h3 {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pongo_shoppingCart .summary .summary-item:not(:last-of-type) {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.527);
}

.pongo_shoppingCart .summary .text {
    font-size: 1em;
    font-weight: 600;
}

.pongo_shoppingCart .summary .price {
    font-size: 1em;
    float: right;
}

.pongo_shoppingCart .summary button {
    margin-top: 20px;
}

.pongo_shoppingCart .product-name a {
    color: #e0166a;
}

.pongo_shoppingCart .summary .info-summary {
    position: fixed;
    width: 25%;
    border-top: 5px solid #e0166a!important;
    padding: 45px;
}


/* ----------- */


/* CHECKOUT */

.Pongo_checkout .box-right {
    padding: 25px;
}

.Pongo_checkout .box-left {
    padding: 20px 20px;
    border: 1px solid lightgray;
    background-color: white;
}

.Pongo_checkout .fas,
.Pongo_checkout .far {
    cursor: pointer
}

.Pongo_checkout .list-group-item {
    padding: 0.5rem 0.25rem !important;
}

.Pongo_checkout input[type=radio] {
    display: none;
}

.Pongo_checkout input[type=radio]:not(:disabled)~label {
    cursor: pointer;
}

.Pongo_checkout input[type=radio]:disabled~label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed;
}

.Pongo_checkout .shippingAdress {
    height: 100%;
    display: block;
    background: white;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0px;
    position: relative;
}

.Pongo_checkout input[type=radio]:checked+label {
    background: #d70185;
    color: white;
}

.Pongo_checkout input[type=radio]:checked+label::after {
    color: #d70185;
    border: 2px solid #d70185;
    font-family: FontAwesome;
    content: "\f08d";
    font-size: 19px;
    position: absolute;
    top: -16px;
    right: -7px;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);
}

.Pongo_checkout .form-group label {
    font-size: 13px;
}

.Pongo_checkout a.addShippingAddress {
    color: lightgray;
}

.Pongo_checkout a.deleteShippingAddress {
    color: #b11010;
    border: 2px solid #d70185;
    border-radius: 50%;
    padding: 1px 5px;
    background: white;
    font-size: 12px;
    position: relative;
    bottom: 19px;
    right: 17px;
    z-index: 99;
}

.Pongo_checkout .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: transparent !important;
}


/* ----------- */


/* MODALS */

.modal-content {
    border-radius: 0px!important;
}

#NewShippingAdressModal .form-control {
    border-bottom: 1px solid #b90072;
    border-top: 0px transparent;
    border-left: 0px transparent;
    border-right: 0px transparent;
    border-radius: 0px;
    background-color: #e8f0fe85;
}


/* ----------- */


/* BADGE */

.badge-pongo {
    color: #fff;
    background-color: #b90072;
}


/* ----- */


/* BLOG */

.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    border-radius: 0px;
    overflow: hidden;
    z-index: 0;
}

.blog-card a {
    color: inherit;
}

.blog-card a:hover {
    color: #f5a5d6;
}

.blog-card:hover .photo {
    transform: scale(1.3) rotate(3deg);
}

.blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
}

.blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
}

.blog-card .details,
.blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
}

.blog-card .details a {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline;
}

.blog-card .details ul li {
    display: inline-block;
}

.blog-card .details .tags ul:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 10px;
}

.blog-card .details .tags li {
    margin-right: 2px;
}

.blog-card .details .tags li:first-child {
    margin-left: -4px;
}

.blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

.blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
}

.blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
}

.blog-card .description .read-more {
    text-align: right;
}

.blog-card .description .read-more a {
    color: #d70185;
    display: inline-block;
    position: relative;
}

.blog-card .description .read-more a:after {
    content: "";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
}

.blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.blog-card p {
    position: relative;
    margin: 1rem 0 0;
}

.blog-card p:first-of-type {
    margin-top: 1.25rem;
}

.blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #d70185;
    width: 35px;
    top: -0.75rem;
    border-radius: 0px;
}

.blog-card:hover .details {
    left: 0%;
}

@media (min-width: 640px) {
    .blog-card {
        flex-direction: row;
        /* max-width: 700px; */
    }
    .blog-card .meta {
        flex-basis: 40%;
        height: auto;
    }
    .blog-card .description {
        flex-basis: 60%;
    }
    .blog-card .description:before {
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .blog-card.alt {
        flex-direction: row-reverse;
    }
    .blog-card.alt .description:before {
        left: inherit;
        right: -10px;
        transform: skew(3deg);
    }
    .blog-card.alt .details {
        padding-left: 25px;
    }
}


/* ---- */