/*!
 * Copyright 2021 Macadamia Online
 */

:root {
    --whitebrown: #d8b9ab;
    --darkbrown: #3c2313;
    --pinkbrown: #faebe5;
    --buttonbrown: #c79478;
    --googlegreen: #39b54a;
    --fbbutton: #283891;
    --boysblue: #0f5da8;
    --girlspink: #cc4d81;
    --accesoriesorange: #fcb040;
    --white: #fff;
    --gray: #6c757d;
    --miscellaneousgreen: #056839;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body
{
    color: #3c2313;
}

a
{
    color: #3c2313;
}

a:hover
{
    color: #a38b82;
    text-decoration: none;
}

/*Navbar*/
.maca-menu
{
    /*background: #d8b9ab;*/
    /*opacity: 70%;*/
    z-index: 98 !important;
    background-color: 'white';
}

.logo-top
{
    position: absolute;
    top: 1rem;
    left: 47.5%;
    z-index: 99 !important;
}

.maca-menu-toggler {
    background-color: #d8b9ab;
    margin-right: 0.75rem;
}

.maca-menu-toggler-icon
{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat;
}


.navbar .megamenu{ padding: 3rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position:static!important;
    }
    .navbar .megamenu {
        left:0;
        right:0;
        width:100%;
        margin-top:0;
    }
    .catalogue-dropdown-component.dropdown-modal {
        position: absolute;
        top: 35px;
        right: 0px;
        background-color: #f9e9df;
        z-index: 100
    }
    .catalogue-dropdown-component.dropdown-background {
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 10
    }
    .mobile-only {
        display: none;
    }
    .margin-header {
        margin-bottom: 0px;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
    .catalogue-dropdown-component {
        display: none;
    }
    .mobile-flex-row {
        flex: 1;
        flex-direction: 'row';
    }
    .desktop-only {
        display: none;
    }
    .margin-header {
        margin-bottom: 50px;
    }
}
/* ============ mobile view .end// ============ */


.footer-maca
{
    background:#d8b9ab;
    margin-bottom: 0;
}

.separator
{
    background: #3c2313;
    height: 2px;
}

.p-list
{
    border-radius: 1rem !important;
    border: 3px solid transparent;
    cursor: pointer;
    text-decoration: none;
}

.p-list:hover
{
    border: 3px solid #c79478;
    text-decoration: none;
}

.p-list .p-image
{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.love-icon
{
    position: absolute;
    top: 0.5rem;
    right: 1.75rem;
    cursor: pointer;
}

.img-product
{
    border-radius: 3rem;
    width: 100%;
}

.product-size
{
    background: #faebe5;
    min-width: 40px;
    height: 40px;
    float: left;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    cursor: pointer;
    margin-bottom: 1rem;
    font-weight: bold;
    border: 3px solid #faebe5;
}

.product-size:hover
{
    border: 3px solid #3c2313;
    font-weight: bold;
}

.product-size.active
{
    border: 3px solid #3c2313;
    font-weight: bold;
}

.product-size.inactive
{
    border: 3px solid #cacaca;
    background: #cacaca;
    font-weight: bold;
    display: block;
}

.img-thumbnail:hover
{
    background: #c79478;
}

.img-thumbnail.active
{
    background: #c79478;
}

/*Btn*/
.btn-maca1:disabled
{
    background-color: #cacaca;
    color: #000000;
}

.btn-maca1
{
    color: #3c2313;
    background-color: #faebe5;
    font-size: 16pt;
    font-weight: bold;
    border-radius: 0;
    padding: 0.5rem 3rem;
}

.btn-maca2
{
    color: #3c2313;
    background-color: #c79478;
}

/*Cart*/
.cart-thumbnail
{
    width: 100px;
}

.cart-modal
{
    border-radius: 0;
}


/*Form*/

.custom-form label
{
    color: #3c2313;
    margin-bottom: 0;
    margin-top: 1rem;
}

.custom-form sup
{
    color: red;
}

.custom-form-control {
    color: #495057;
    background-color: #faebe5;
    background-clip: padding-box;
    border: 0;
    border-radius: .25rem;
    height: 50px;
}

.custom-form-control:focus {
    color: #3c2313;
    background-color: #faebe5;
    border-color: #faebe5;
    box-shadow: 0 0 0 0.1rem rgb(199, 148, 120);
}

.search-tb
{
    border-radius: 3rem;
    border: 1px solid #d8b9ab;
}

.custom-carousel
{
    border-bottom-left-radius: 7%;
    border-bottom-right-radius: 7%;
}

.category-img
{
    border-radius: 2rem;
    cursor: pointer;
}

.qty-tb
{
    width: 50px;
}

.dropdown-menu-item
{
    font-weight: 400;
    min-width: 200px;
}

.ratio-1-1-container
{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.img-1-1
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.courier-info-text
{
    font-size: 14px;
}

/* HIDE RADIO */
[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
  
/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
    border-radius: 5px;
    outline: 1px solid #d8b9ab;
}

[type=radio] + .radio-info {
    cursor: pointer;
}

.radio-info {
    width: 100%;
    border-radius: 5px;
    outline: 1px solid #d8b9ab;
}
/* CHECKED STYLES */
[type=radio]:checked + img {
    outline: 2px solid #3c2313;
}

[type=radio]:checked + .radio-info {
    outline: 2px solid #3c2313;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #faebe5;
}

.rotated {
    transition: transform 200ms ease-in-out;
    transform: rotate(180deg);
}

.not-rotated {
    transition: transform 200ms ease-in-out;
    transform: rotate(0deg);
}

.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #d8b9ab; /* Blue */
    border-radius: 50%;
    width: 45px;
    height: 45px;
    align-self: center;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

.link-tree-container {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: var(--darkbrown);
    color: var(--white);
}

.link-tree-container:hover {
    background-color: var(--whitebrown);
    color: var(--darkbrown);
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}