/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
/* Bootstrap */

    .bg-primary-soft {
        background-color: #f9f3f2 !important;
    }
    
    .border-primary-soft {
        border-color: #e2c4c0 !important;
    }
  
    .bg-primary, .progress-bar {
        background-color: #921302 !important;
    }

    .border-primary, 
    .btn-outline-primary {
        border-color: #921302 !important;
    }
    
    .text-primary,
    .btn-outline-primary {
        color: #921302 !important;
    }

  
    .text-dark {
        color: #1e1e1d;
    }
    
    .progress {
        background: #e8dedd;
        border-radius: 6px;
    }
  
    .step-icon {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background-color: #f8f6f5;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
      font-size: 40px;
      color: #7a6a2f;
    }
    
    .btn:not(.elementor-button) {
      font-weight: 600;
      padding: 10px 25px;
      border-radius: 6px;
    }

    .btn:not(.elementor-button).btn-primary:not(.btn-subscribe), 
    .btn:not(.elementor-button).btn-outline-secondary:hover,
    .btn:not(.elementor-button).btn-outline-secondary:focus,
    .btn:not(.elementor-button).btn-outline-primary:hover,
    .btn:not(.elementor-button).btn-outline-primary:focus{
      background-color: #921302;
      color: white !important;
    }

    .btn:not(.elementor-button).btn-primary:not(.btn-subscribe):hover {
      background-color: #8c160c;
      color: white;
    }

    .btn:not(.elementor-button).btn-outline-secondary {
      color: #999999;
    }
    
    hr {
    border-color: #7c6923;
    opacity: .10;
}

.table>:not(caption)>*>* {
    padding: .75rem;
}

table.table > thead {
    border-top: 1px solid;
}

table.table > thead th {
    color: #7c6923;
}

table.table, table.table > thead, table.table tr, table.table th, table.table td {
    border-color: rgba(124,105,35,.10);
}

.custom-control-input:checked, .form-check-input:checked {
    background-color: #921403;
    border-color: #921403;
}

.dropdown ul.dropdown-menu {
    padding: 8px;
}

.dropdown ul.dropdown-menu, .dropdown 
ul.dropdown-menu a.dropdown-item {
    border-color: rgba(124,105,35,.10);
}


.dropdown ul.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
}

.dropdown ul.dropdown-menu a.dropdown-item {
    color: #666666 !important;
    font-weight: 600;
}

.dropdown ul.dropdown-menu a.dropdown-item:hover {
    color: #921302 !important;
}

.dropdown ul.dropdown-menu a.dropdown-item > i {
    color: #921302 !important;
    margin-right: 8px;
}

.dropdown > button:hover, 
.dropdown > button[aria-expanded="true"] {
    background-color: #e8dedd;
    color: #921302 !important;
}

.form-control {
    border-radius: 6px !important;
    border-color: rgba(124,105,35,.10);
}
 

/* Layout */
body section#wrapper {
    padding: 0px !important;
}

table .dropdown {
    /*position: absolute;
    transform: translate(0%, -50%);
    z-index: 99;*/
}

.table-responsive {
    overflow-x: inherit;
}

/* Header */

/* Search bar */
button.search-btn {
    color: #7c6923;
}

button.search-btn:hover {
    color: #000000;
}

/* Main Menu */
li#cbp-hrmenu-tab-19 > a {
    color: #7c6923;
}

li#cbp-hrmenu-tab-15 > a {
    color: #50920e;
}

li#cbp-hrmenu-tab-16 > a {
    color: #921403;
}

header .cbp-hrmenu > ul > li > a {
    position: relative;
}

header .cbp-hrmenu > ul > li > a::after {
    content: "";
    width: 0%;
    height: 7px;
    background-color: #921403;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    transition: all 0.3s ease-in-out 0s;
    display: block;
}

header .cbp-hrmenu > ul > li > a.active::after,
header .cbp-hrmenu > ul > li > a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

/* Breadcrumb */

nav.breadcrumb {
    margin-top: 0px !important;
    min-height: 300px;
    display: flex;
    align-content: center;
    position: relative;
}

#wrapper .breadcrumb ol > li:not(:last-child) {
    display: none;
}

@media screen and (min-width: 960px) {
    
    nav.breadcrumb::after {
    content: url('/img/cms/layout/breadcrumb-decoration.png');
    position: absolute;
    right: 20px;
    bottom: 0;
    display: block;
    object-fit: contain;
    max-width: 100%;
}
}


/* Home Categories */

/* Block 1 circle categories */
 
body .home-categories-circle .elementor-image-box-img > a {
    background-color: #f2f2f4;
    min-width: 280px !important;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

body .home-categories-circle .elementor-widget-image-box img {
    transition: all 0.3s ease-in-out 0s !important;
}

body .home-categories-circle .elementor-widget-image-box:hover img {
    transform: scale(1.1);
}

body .home-categories-circle .elementor-widget-image-box h3.elementor-image-box-title > a {
    color: #000000 !important;
}

body .home-categories-circle .elementor-widget-image-box:hover h3.elementor-image-box-title > a {
    color: #921403 !important;
}


/* Block 2 square categories */

body .home-caregories-square .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

body .home-caregories-square .elementor-widget-image-box img {
    transition: all 0.3s ease-in-out 0s !important;
}

body .home-caregories-square .elementor-widget-image-box:hover img {
    opacity: 0.5 !important;
}

body .home-caregories-square h3.elementor-image-box-title > a {
    color: #ffffff !important;
}

body .home-caregories-square .elementor-widget-image-box:hover h3.elementor-image-box-title > a {
    color: #7c6923 !important;
}

/* Product */

body article.product-miniature.product-miniature-default {
    border-radius: 20px;
}

body article.product-miniature.product-miniature-default .product-description {
    padding: 40px 20px !important;
}

body article.product-miniature.product-miniature-default .product-description .product-price {
    color: #000000;
}

body  article.product-miniature.product-miniature-default .product-title > a {
    color: #816e2b !important;
}

/* Lista de bodas */

body[id*="module-giftlist"] div#inner-wrapper.container {
    max-width: 100%;
    padding: 0px;
}

body.cms-id-6 #wrapper .breadcrumb,
body[id*="module-giftlist"] div#inner-wrapper.container .breadcrumb {
    background: url(/img/cms/layout/listas-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.lista-icons figure.elementor-image-box-img {
    background: #f8f6f5;
    width: 108px;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.lista-icons figure.elementor-image-box-img img {
    width: 45px;
}


/* Footer */
footer h5.block-title {
    display: none;
}

footer h3.block-title {
    font-size: 18px !important;
}

footer .block-iqitlinksmanager ul {
   font-size: 16px;
}

footer .block-iqitlinksmanager ul > li {
    width: 50%;
    max-width: 100%;
    float: left;
}

footer .block-iqitlinksmanager ul > li > a:not(:hover) {
    color: #333333 !important;
}

footer .block-iqitlinksmanager ul > li > a::before {
    display: none;
}

footer .block-iqitlinksmanager ul > li:nth-child(2n+1) > a {
   text-transform: uppercase;
}


footer .col-12.col-md-3 + .col.col-md {
    width: 620px;
    max-width: 100%;
    flex: inherit;
}

footer div#iqithtmlandbanners-block-2 {
    width: 160px;
    max-width: 100%;
    flex: inherit;
}


#footer .social-links._footer a {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Back to top */

#back-to-top {
    background: #999999;
    border-radius: 50px;
    height: 50px;
    width: 50px;
}

/* WhatsApp Floating Button */

div#iqithtmlandbanners-block-3 > h5 {
    display: none;
}

a.ws-floating-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #25d366;
    color: #ffffff !important;
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 75px;
    z-index: 99;
    right: 20px;
    text-decoration: none;
}

a.ws-floating-button:hover {
    opacity: .7;
}


