a, .btn, .form-control, button {
    transition: 0.2s all;
    box-shadow: none;
    text-shadow: none;
    outline: none !important;
}

a {
    text-decoration: none;
}

header {
    position: relative;
    display: block;
}

.header-logo {
    position: relative;
    display: block;
}
.header-logo img {
    width: auto;
    height: auto;
}


.header-search {
    position: relative;
    display: block;
}

.header-search .search-error {
    position: absolute;
    top: 100%;
    right: 0px;
    display: block;
    background: #ffffff;
    padding: 8px 25px;
    border-radius: 25px;

    border: 1px solid #ff0000;

    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 25%);
}
.header-cart {
    position: relative;
    display: block;
    text-align: right;
}
.header-cart .btn.cart-toggle {
    color: #666666;
    position: relative;
    display: inline-block;
}
.header-cart .btn.cart-toggle > i {
    color :#802E6B;
    background: #ffffff;
    padding: 4px 4px;
    font-size: 24px;
    margin-right: 10px;
}
.header-cart .btn.cart-toggle #cart-count {
    position: absolute;
    top: -3px;
    left: 35px;
    background: #802E6B;
    color: #ffffff;
    border-radius: 100%;
    padding: 0px 7px;
    font-size: 12px;
}
.header-cart .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 500px;
    background: #ffffff;

    padding: 15px 15px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

.header-cart .cart-dropdown .cart-name {
    text-align: left !important;
    font-size: 14px;
}

.breadcrumb {
    border: none;
    margin-bottom: 0px;
}

.added-to-cart {
    position: fixed;
    top: 30px;
    right: 30px;

    max-width: 90%;

    width: 300px;
    padding: 15px;

    z-index: 10000;
    background: #ffffff;

    -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);

        font-size: 14px;
}
.added-to-cart .atc-close {
    position: absolute;
    top: -15px;
    left: -15px;
    border: none;
    -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    z-index: 10001;
}
.added-to-cart .atc-close:hover {
    background: #333333;
    color: #ffffff;
}

.added-to-cart.has-image img {
    position: absolute;
    lefT: 15px;
    top: 15px;
    border: 1px solid #dddddd;
}
.added-to-cart span {
    display: block;
}
.added-to-cart.has-image span {
    padding-left: 70px;
}


.added-to-cart.is-cart {
    width: 500px;
    max-width: 90%;
    font-size: 20px;
}
.added-to-cart.is-cart a {
    font-weight: 700;
}
.added-to-cart.is-cart .btn {
    position: relative;
    display: inline-block;
    width: 49%;

    vertical-align: middle;
}

.header-cart .btn.btn-xs {
    font-size: 11px;
    padding: 1px 5px;
}

.pagination .page-item.active .page-link {
    background-color: #802E6B;
    border-color: #802E6B;
}
.pagination .page-link {
    color: #802E6B;
}

.new-atc-wrap {
    position: fixed;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    overflow-y: auto;

    background: rgba( 0, 0, 0, 0.7 );
    z-index: 200000;
}
.new-atc {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;

    display: block;
    width: 100%;
    max-width: 768px;

    background: #ffffff;
    border-radius :12px;
    padding: 10px 15px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);

    transition: 0.9s all;

    z-index: 2;
}

.new-atc img.new-atc-image {
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
}

.new-atc .module-product-blocks {
    padding: 0px 0px;

    margin-top: 10px;
}
.new-atc .product-box {
    margin-bottom: 0px;;
}

.new-atc-name {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 300;
}

.new-atc-quantity,
.new-atc-total {
    position: relative;
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    margin-top: 5px;
}

.new-atc .btn.btn-success {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
}
.new-atc .btn.btn-default {
    font-size: 16px;
    font-weight: 300;

    border-color: #cccccc;
}
.new-atc .owl-carousel.owl-theme .owl-stage {
    transition-timing-function: linear !important;
}
.new-atc-close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;

    z-index: 1;
}
header {
    padding-top: 84px;
}
.header-bottom {
    background: var(--white-color);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    z-index: 222222222;
    padding-bottom: 10px;
}
.menu-splitted-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: var(--color-dark-blue);
}
.menu-splitted-container .logo-container {
    width: 100%;
    max-width: 278px;
    padding: 0px 25px;
    text-align: center;
}
.menu-splitted-container ul {
    list-style: none;
    padding: 18px 0px 0px;
    width: 100%;
    max-width: calc( calc( 100% - 278px ) / 2 );
    margin: 0px;
}
.menu-splitted-container ul.menu-splitted-left-container {
    text-align: right;
}
.menu-splitted-container ul.menu-splitted-right-container {
    text-align: left;
}
.menu-splitted-container ul li {
    display: inline-block;
    margin: 0px 20px;
}
.menu-splitted-container ul li a {
    display: inline-block;
    padding: 5px;
    color: var(--color-dark-blue);
    font-weight: 700;
}
.menu-splitted-container ul li a:hover {
    color: var(--color-dark-red);
}

@media (max-width: 1399px) {
    header {
        padding-top: 86px;
    }
}

@media (max-width: 991px) {
    header {
        padding-top: 74px;
    }
    .menu-mobile-link {
        color: var(--color-dark-blue);
        opacity: 1;
        font-weight: 800;
    }
    .menu-mobile-link:hover {
        color: var(--color-dark-red);
        opacity: 0.75;
    }
}