/*
    CSS Propio
*/
@media only screen and (min-width: 993px) {
    #toast-container {
        top: 80%;
        right: 25%;
        max-width: 86%;
    }
}

.provider {
    color: white !important;
    font-size: 0.995rem;
    margin-top: 0.6rem;
    margin-inline: 1rem;
    padding: 0px 15px;
}

.provider:hover {
    background-color: white;
    color: #f98806 !important;
}

.purchase-info:not(:last-child) {
    color: green;
}

.rectangle-button[disabled] {
    opacity: 0.8;
}

.green {
    background-color: #4caf50;
}

.yellow {
    background-color: #ff9800;
}

.blue {
    background-color: #00bcd4;
}

.rectangle-button[disabled]:hover {
    background-color: #f98806;
}

.text-danger,
.invalid-feedback {
    color: #d33;
}

.purchase-img img {
    border-radius: 50%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.purchase-img {
    position: relative;
}

.purchase-img .img_1 {
    position: relative;
    z-index: 3;
    width: 60px;
    top: 0;
    left: 0;
}

.purchase-img .img_2 {
    position: relative;
    z-index: 2;
    width: 60px;
    top: 0;
    left: -30px;
}

.purchase-img .img_3 {
    position: relative;
    z-index: 1;
    width: 60px;
    top: 0;
    left: -60px;
}

.small-btn {
    font-size: 0.8rem;
    padding: 0.05rem 0.8rem;
}

.status-tag {
    margin: 1rem 0;
    width: max-content;
    color: #fff;
    padding: 0.2rem 0.8rem;
    border-radius: 4px;
}

.success {
    background-color: #4caf50;
}

.info {
    background-color: #03a9f4;
}

.warning {
    background-color: #ff9800;
}

.error {
    background-color: #f44336;
}

.purchase-container {
    padding: 1.5rem;
}

.purchase-container hr {
    margin: 1rem 0;
}

.dropdown-dots {
    position: relative;
    display: inline-block;
}

.dropdown-dots span div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.dropdown-dots span div:hover {
    background-color: #e9e9e9;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    right: 1rem;
    top: 2rem;
    border-radius: 4px;
}

.dropdown-content li:hover {
    color: white;
    background-color: #f98806;
    border-radius: 4px;
}

.dropdown-content a li {
    padding: 8px 10px;
}

.action-prevent-btn:hover {
    background-color: #d33;
}

.fab-button:hover {
    cursor: pointer;
}

.fab-button:hover \ .options {
    display: none;
}

.fab-button {
    width: 50px;
    height: 50px;
    background: #f98806;
    border-radius: 50%;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    z-index: 901;
}

.fab-container {
    display: none;
    position: fixed;
    z-index: 901;
    bottom: 10px;
    left: 10px;
}

.options li {
    display: none;
}

.options li a {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
}

.options li .iconbutton {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #5b6938;
}

.iconbutton i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white;
    font-size: 1.25rem;
}

.btn-label {
    padding: 2px 5px;
    margin-left: 10px;
    align-self: center;
    user-select: none;
    background-color: black;
    color: white;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.nav-backdrop {
    display: none;
    opacity: 0.6;
    top: 0;
    position: fixed;
    background-color: #000;
    height: 100vh;
    width: 100%;
    z-index: 100;
}

.list .cart-section {
    position: relative;
    color: #575757;
}

.list .cart-section i {
    position: absolute;
    top: 0;
    left: 2px;
    line-height: 27px;
    color: #5b6939;
}

.list .account-section i {
    position: absolute;
    top: 0;
    left: 0px;
    line-height: 27px;
    color: #5b6939;
}

.account-section > .sub-menu {
    
}

.amount-table td {
    padding: 8px 0px !important;
}

.concept-meta {
    font-size: 1.4rem;
}

.amount-data {
    width: 150px;
    font-size: 1.2rem;
}

.cart-confirmation-meta {
    line-height: 1.8rem;
}

.cart-confirmation-meta-amount {
    display: flex;
}

.cart-confirmation-amount {
    font-size: 1.3rem;
}

.cart-confirmation-subtotal {
    font-size: 1.4rem;
    font-weight: 600;
}

.img-container-delivery {
    height: 80px;
}

p {
    font-weight: 400;
}

.loading-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #f98806;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loading-circle::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-bottom: 4px solid #5b6938;
    border-left: 4px solid transparent;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.title-envio {
    margin: 0.8rem !important;
}

.envio-opt {
    transition: 600ms;
}

.envio-opt:hover {
    cursor: pointer;
    transition: 600ms;
    transform: scale(1.008);
}

.active-opt {
    background-color: #5b6938;
}

.active-opt > .envio-info h2,
.active-opt > .envio-info p,
.active-opt > .envio-info strong,
.active-opt > .envio-info h5,
.active-opt > .envio-info i {
    color: white !important;
}

.text-envio {
    font-size: 0.85rem;
    line-height: 1.5rem;
    margin: 0.8rem;
}

.h-100 {
    height: 100% !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 25px;
    background-color: #ff6600;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.features li p {
    margin: 10px;
}

.cart-icon {
    font-size: 1.5rem;
    margin: 0.5rem;
    padding: 0.8rem 0.8rem;
    border-radius: 50%;
    color: #5b6938;
}

.account-icon {
    font-size: 1.5rem;
    margin: 0.5rem;
    padding: 0.8rem 0.8rem;
    border-radius: 50%;
    color: #5b6938;
}

.badge {
    background-color: #e81123;
    color: white !important;
    text-align: center;
    position: relative;
    top: 1rem;
    left: -1rem;
    padding: 0.1rem 0.4rem;
    border-radius: 50%;
}

.cart_card {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
        rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 4px;
}

.cart_card:hover {
    cursor: pointer;
}

.cart-subtotal-card {
    color: #f98806;
    font-size: 1.4rem;
    font-weight: 800;
}

.cart-price {
    font-size: 1.2rem;
    font-weight: 500;
    color: #5b6939;
}

.cart-title {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 2.5rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

.entry-content > p {
    font-size: 1.125rem;
    line-height: 2rem;
    text-align: justify;
}

.about-us .description {
    font-size: 1.125rem;
    line-height: 2.2rem;
    text-align: justify;
    padding: 1rem;
}

.title .main-title {
    margin-bottom: 0 !important;
    padding: 0 !important;
    line-height: 3.5rem;
    word-wrap: break-word;
}

.title {
    margin-bottom: 0.5rem !important;
    padding: 0 !important;
}

.svg-icon {
    width: 8.75rem !important;
    margin: auto;
}

.btn-card {
    cursor: pointer;
    text-align: center;
    line-height: 2.5rem;
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 5px;
    display: block;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    margin: 0 20px;
    background: #5b6938;
    transform: translateY(-60%);
}

.price_card {
    height: 100%;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    transition: 600ms;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.price_card:hover {
    cursor: pointer;
    transition: 600ms;
    transform: scale(1.05);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.header {
    color: rgb(255, 255, 255);
}

.alpha .header {
    border-radius: 8px 8px 0 0;
    background-position: center;
    background-size: cover;
    height: 150px;
}

.price {
    font-weight: 300;
    padding: 30px 0 10px;
}

.name {
    position: relative;
    background-color: #fa8706;
    width: max-content;
    font-size: 0.9rem;
    font-weight: 700;
    top: 10px;
    left: 5px;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
}

.features {
    list-style: none;
    text-align: center;
    color: rgb(138, 138, 138);
    margin: 0;
    padding: 0;
}

.features li {
    font-size: 1.1rem;
    width: 100%;
}

.features li:not(:last-child) {
    padding: 1rem 0;
    border: 1px solid rgb(242, 242, 242);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.tip {
    font-size: 1.5rem;
    position: relative;
    color: #fff;
    line-height: 2.5rem;
}

.custom-sweet-alert {
    width: 80% !important;
}

.custom-sweet-alert-50 {
    width: 50% !important;
}

.item-example p {
    letter-spacing: 0.09rem;
    font-weight: 200;
    line-height: 2.1rem;
}

.bg-parallax {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.title-banner > * {
    color: #000;
}

.banner-desc p {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 2.1rem;
    color: #000 !important;
}

.title-banner {
    padding: 2.5rem 2.5rem 0 2.5rem !important;
}

.col-sm-4 dl dd {
    color: #000 !important;
    margin-bottom: 1rem;
    margin-right: 2.5rem;
    margin-left: 1rem;
}

span img {
    display: inline !important;
    padding: 0.2rem;
}

.carousel-button {
    text-align: right;
}

.carousel-button .next,
.carousel-button .prev {
    border: 1px solid #f98806 !important;
}

.carousel-button .next:hover,
.carousel-button .prev:hover {
    background-color: #f98806;
}

.carousel-button .next:hover i,
.carousel-button .prev:hover i {
    color: #fff;
}

.carousel-button .next i,
.carousel-button .prev i {
    color: #f98806;
}

.item-example > h3 {
    font-size: 30px;
}

.item-example > p {
    font-size: 24px;
}

.item-example > * {
    color: #5b6939 !important;
}

#recent-posts-carousel .owl-wrapper-outer .owl-wrapper,
#recent-posts-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    width: 100% !important;
}

.item-example p {
    margin: 1rem 3rem;
}

.item-content p {
    text-align: justify;
}

.post-info span,
.item-header h2,
.date-mounth {
    text-transform: capitalize;
}

.title {
    color: #c3c3c3;
    padding: 1.5rem 0;
}

.row-spacing {
    padding: 0 0 2rem 0;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.img-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

[class*="col-"] dl {
    text-align: justify;
    line-height: 1.5rem;
}

.picture-item img {
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
}

.rectangle-button i {
    color: red;
}

.product .rectangle-button {
    margin: 0.5rem 0.25rem;
}

/*
    Estilos del Footer
*/
.footer-bg .row {
    width: 100%;
}

.footer-bg {
    background-color: #ff6600;
}

.footer-white {
    background-color: #f5f5f5;
}

.footer-bg * {
    color: white;
    fill: white;
}

/*
    Estilos para iconos
*/

.contact-round i {
    color: #5b6939;
}

.contact-round:hover i {
    color: #ffffff;
}

/*
    CSS Robadito
*/

.footer-clean {
    padding: 50px 0;
    background-color: #fff;
    color: #4b4c4d;
}

.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-clean ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-clean ul a:hover {
    opacity: 1;
}

.footer-clean .item.social {
    text-align: right;
}

@media (max-width: 767px) {
    .custom-sweet-alert,
    .custom-sweet-alert-50 {
        width: 100% !important;
    }

    .cart-confirmation-meta h1 {
        line-height: 1.5rem;
        font-size: 1rem;
    }

    .badge {
        font-size: 0.8rem;
        right: 1rem;
        top: 0%;
        padding: 0rem 0.95rem;
    }

    .column-card {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .cart-price {
        font-size: 1.3rem;
    }

    .cart-title {
        font-size: 1.125rem;
        font-weight: 800;
        line-height: 1.8rem;
        color: #575757;
    }

    .footer-clean .item {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .provider {
        background-color: transparent;
        font-size: 1rem;
        margin-top: 0rem;
        margin-inline: 0rem;
        color: #5b6938 !important;
        padding-left: 20px !important;
    }

    .provider:active {
        background-color: transparent;
    }

    .cart-confirmation-subtotal {
        font-size: 00.95rem;
    }

    .account-section {
        margin-left: 20px;
    }

    .badge {
        font-size: 0.8rem;
        right: 1rem;
        top: 0%;
        padding: 0.05rem 0.3rem;
    }

    .footer-clean .item.social {
        text-align: center;
    }

    .title .main-title {
        font-size: 1.6rem !important;
    }

    .price_card {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .btn-card {
        transform: translateY(-200%);
    }

    .tip {
        margin: 1rem 2rem;
        font-size: 1rem;
    }
}

.footer-clean .item.social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}

.footer-clean .item.social > a:hover {
    opacity: 0.9;
}

@media (max-width: 991px) {
    .footer-clean .item.social > a {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-clean .item.social > a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.6;
}

.cat-item {
    text-transform: capitalize;
}

.footer-container .row [class*="col-"] {
    padding: 0.8rem 0;
}

.footer-container .row [class*="col-"] > * {
    margin: 0 1rem;
}

.owner div {
    text-align: center;
}

.social-networks {
    display: flex;
    align-items: center;
    justify-content: center;
}

.message {
    text-align: center;
}

.product-remove > button {
    display: block;
    margin: auto;
}

.cart-subtotal > * {
    font-size: 3rem;
    font-weight: 600;
}

.form-control {
    border-radius: 0.5rem;
    width: 100%;
    height: 38px;
    margin-bottom: 15px;
    padding: 18px 10px;
    box-sizing: border-box;
    border: 1px solid #a3a3a3;
}

.profile > .grid-row {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

select {
    padding: 6px 10px;
    line-height: 1rem;
    font-size: 1rem;
    box-sizing: content-box;
    width: 90%;
}

.red {
    background-color: #dc3545;
}

.red:hover {
    background-color: #dc3545;
    filter: brightness(120%);
}

textarea {
    width: 100%;
    border: 1px solid #a3a3a3;
    height: 38px;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
}

textarea {
    height: 260px;
}

label {
    margin-bottom: 0.2rem;
}

.actions {
    display: flex;
}

.actions > * {
    margin: 0.25rem;
}

.content > p,
.content div > p {
    color: white;
    letter-spacing: -0.02rem;
    font-weight: 400;
    line-height: 2.1rem;
    font-style: italic;
}

.row > * {
    padding-left: 0 !important;
}

input[type="file"]::-webkit-file-upload-button {
    margin: 1rem 0.25rem;
    color: white;
    padding: 0.8rem 1rem;
    font-weight: 600;
    border: 1px solid #f98806;
    background: #f98806;
    border-radius: 0.5rem;
}

input[type="file"]::-webkit-file-upload-button:hover {
    border: 1px solid #5b6939;
    background: #5b6939;
    cursor: pointer;
}

.table {
    table-layout: fixed;
}

.table td {
    height: 80px;
    overflow: hidden;
    vertical-align: middle !important;
}

.table tbody tr {
    height: 1rem;
}

.table tbody tr td img {
    width: 200px;
    height: auto;
}

td .rectangle-button {
    padding: 0px 0.8rem;
    font-size: 0.9rem;
}

.cart-subtotal > * {
    font-size: 2em !important;
    padding: 0.25rem;
    font-weight: 600;
}

.gallery-container {
    background-color: #2dab2fbb;
    background-image: radial-gradient(
        ellipse farthest-corner at 4px 4px,
        #1d9f38,
        #1d9f38 50%,
        #2dab2f 50%
    );
    background-size: 4px 4px;
}

.light-letter > * {
    color: white !important;
}

.title-banner {
    font-size: 2.5rem;
}

.inverted:after {
    color: #5b6939 !important;
}

.active-link {
    font-weight: 600 !important;
}

/*
    Animations
*/

.fadeIn {
    animation-delay: 2s;

    animation: fadeInNormal 2s linear;

    -webkit-animation: fadeInNormal 2s;

    -moz-animation: fadeInNormal 2s;

    -o-animation: fadeInNormal 2s;

    -ms-animation: fadeInNormal 2s;
}

.fadeIn-reverse {
    animation-delay: 2s;

    animation: FadeInReverseAnim 2s linear;

    -webkit-animation: FadeInReverseAnim 2s;

    -moz-animation: FadeInReverseAnim 2s;

    -o-animation: FadeInReverseAnim 2s;

    -ms-animation: FadeInReverseAnim 2s;
}

.hide {
    opacity: 0;
}

.hide-display {
    transition: 400ms;

    transform: translateX(100%);
}

@keyframes fadeInNormal {
    0% {
        opacity: 0;

        transform: translateX(-300px);
    }

    100% {
        opacity: 1;

        transform: translateX(0px);
    }
}

@keyframes FadeInReverseAnim {
    0% {
        opacity: 0;

        transform: translateX(300px);
    }

    100% {
        opacity: 1;

        transform: translateX(0px);
    }
}

/*
    Animations
*/

/*
    Table css
*/

.woocommerce table thead th {
    color: white !important;
}

.responsive-table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.responsive-table caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}

.responsive-table tr {
    padding: 0.35em;
}

.responsive-table th,
.responsive-table td {
    padding: 0.625em;
    text-align: center;
}

.responsive-table th {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media screen and (max-width: 970px) {
    .woocommerce table tbody .cart_item > * {
        border-right: none;
    }

    .responsive-table {
        border: 0;
    }

    .responsive-table caption {
        font-size: 1.3em;
    }

    .responsive-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .responsive-table tr {
        display: block;
        margin-bottom: 0.625em;
    }

    .responsive-table td {
        display: block;
        font-size: 1.2rem;
        text-align: right;
    }

    .responsive-table td::before {
        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
        content: attr(data-label);
        float: left;
        font-weight: 600;
        margin-left: 10px;
    }

    table td:last-child {
        border-bottom: 0;
    }
}

/* Codigo de desplege del menu para el contacto */
.margen{
    margin-left: 100%;
}

.accordion-menu {
    width: 60% !important;
    max-width: 350px;
    margin: 0px auto 0px;
    background: #fff;
    border-radius: 4px;
}
.accordion-menu li.open .dropdownlink {
    color: #545450;
    .fa-chevron-down {
      transform: rotate(180deg);
    }
}
.accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
}
.dropdownlink {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 45px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    color: #212121;
    position: relative;
    transition: all 0.4s ease-out;
    i {
      position: absolute;
      top: 17px;
      left: 16px;
    }
    .fa-chevron-down {
      right: 12px;
      left: auto;
    }
}
  
.submenuItems {
    display: none;
    background: #fbfbfb;
    li {
      border-bottom: 1px solid #B6B6B6;
    }
}
  
.submenuItems a {
    display: block;
    color: #727272;
    padding: 12px 12px 12px 45px;
    transition: all 0.4s ease-out;
    &:hover {
      background-color: #CDDC39;
      color: #fff;
    }
}



/* carrucel */
/* .swiper{
    width: 950px;
  }
  
  .card{
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  
  .card::before{
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  
  .card .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 100;
  }
  
  section .card .image{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 3px;
    background: #7d2ae8;
  }
  
  section .card .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
  }
  
  .card .media-icons{
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .card .media-icons i{
    color: #fff;
    opacity: 0.6;
    margin-top: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  
  .card .media-icons i:hover{
    opacity: 1;
  }
  
  .card .name-profession{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: ;
  } 
  
  .name-profession .name{
    font-size: 20px;
    font-weight: 600;
  }
  
  .name-profession .profession{
    font-size:15px;
    font-weight: 500;
  }
  
  .card .rating{
    display: flex;
    align-items: center;
    margin-top: 18px;
  }
  
  .card .rating i{
    font-size: 18px;
    margin: 0 2px;
    color: #7d2ae8;
  }
  
  .card .button{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  }
  
  .card .button button{
    background: #f98806;
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  
  .button button:hover{
    background: #6616d0;
  }

  .swiper-pagination{
    position: absolute !important;
  }
  
  .swiper-pagination-bullet{
    height: 7px !important;
    width: 26px !important;
    border-radius: 25px !important;
    background: #7d2ae8 !important;
  }
  
  .swiper-button-next, .swiper-button-prev{
    opacity: 0.7 !important;
    color: #7d2ae8 !important;
    transition: all 0.3s ease !important;
  }
  .swiper-button-next:hover, .swiper-button-prev:hover{
    opacity: 1 !important;
    color: #7d2ae8 !important;
  } */