a, .btn, .form-control, button {
    transition: 0.2s all;
    box-shadow: none;
    text-shadow: none;
    outline: none !important;
}

a {
    text-decoration: none;
}

.btn.btn-default {
    border-color: #dddddd;
    background-color: #ffffff;
    color: #1b1464;
}
.btn.btn-default:hover {
    border-color: #000000;
    background-color: #ffffff;
    color: #000000;
}

.btn.btn-primary {
    border-color: #5C1169;
    background-color: #5C1169;
    color: #ffffff;
}
.btn.btn-primary:hover {
    border-color: #8c2e9d;
    background-color: #8c2e9d;
    color: #ffffff;
}

.btn.btn-success {
    border-color: #FF255E;
    background-color: #FF255E;
    color: #ffffff;
}
.btn.btn-success:hover {
    border-color: #f85480;
    background-color: #f85480;
    color: #ffffff;
}

header {
    position: relative;
    display: block;
    z-index: 2;
}

.header-logo {
    position: relative;
    display: block;
/*    text-align: center;*/
}
.header-logo img {
    width: auto;
    height: 40px;
}


.header-search {
    position: relative;
    display: block;

    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

.header-search .input-group .form-control {
    box-shadow: none;
    border: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

    z-index: 2;
}
.header-search .input-group .btn.btn-default {
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;

    z-index: 3;
}

.header-search .input-group .btn.btn-default svg {
    stroke: #1b1464;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    height: 39px;
}

.header-search .search-error {
    position: absolute;
    top: 100%;
    right: 0px;
    display: block;
    background: #ffffff;
    color: #ff0000;
    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;
}
.header-cart .btn.cart-toggle {
    color: #000000;
    position: relative;
    display: inline-block;
    vertical-align: -9px;
}
.header-cart .btn.cart-toggle > svg {
    height: 32px;
}
.header-cart .btn.cart-toggle > svg path {
    stroke: #CD1166;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.header-cart .btn.cart-toggle #cart-count {
    position: absolute;
    top: -3px;
    left: 35px;
    background: #1b1464;
    color: #ffffff;
    border-radius: 100%;
    padding: 1px 3px;
    font-size: 12px;
    width: 20px;
    height: 20px;
}
.header-cart .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 500px;
    background: #eeeeee;
    color: #000000;

    padding: 15px 15px;

    border-radius: 6px;

    box-shadow: 2px 2px 0px 0px rgba(27,20,100,1);
    -webkit-box-shadow: 2px 2px 0px 0px rgba(27,20,100,1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(27,20,100,1);

    z-index: 5;
}

.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: #1b1464;
    border-color: #1b1464;
}
.pagination .page-link {
    color: #1b1464;
}

.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-menu {
    position: relative;
    display: block;
}
.header-menu-button {
    position: relative;
    display: block;
    width: 100%;
    border:none;
    
    padding: 12px 12px;
    margin-top: 3px;
    margin-bottom: 3px;
    background: #eeeeee;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    color: #5C1169;
    white-space: nowrap;

    z-index: 4;

    text-align: left;
}

.header-menu-button svg {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    transform: rotateZ(180deg) rotateX(180deg);
}
.header-menu-button svg path {
    stroke: #ff0000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@keyframes hmdGoIn {
    0% {
        transform: translateY( -50px );
    }
    100% {
        transform: translateY( 0px );
    }
}
@keyframes hmdGoOut {
    0% {
        transform: translateY( 0px );
    }
    100% {
        transform: translateY( -50px );
    }
}

.header-menu-dropdown {
    position: absolute;
    top:100%;
    left: 0;
    right: 0;

    margin-top: -4px;

    z-index: 4;
    padding-top: 7px;
    background: #eeeeee;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s opacity;

    animation-name: hmdGoOut;
    animation-duration: 0.5s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    
}
.header-menu-dropdown.active {
    opacity: 1;
    pointer-events: all;

    animation-name: hmdGoIn;
    animation-duration: 0.0s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.header-menu-dropdown.active.fix {
    animation-duration: 0.5s;
}
.header-menu-enclosure {
    position: relative;
    display: block;
}
.header-menu-link-level-1 {
    position: relative;
    display: block;
    padding: 8px 15px;


    color: #000000;
}
.header-menu-link-level-1:hover {
    color: #1B1464;
}
.header-menu-link-level-1 i {
    position: absolute;
    top: 7px;
    right: 14px;
    color: #ff0000;
    font-size: 25px;

    transform: translateX( 0px );
    transition: 0.2s all;
}
.header-menu-link-level-1:hover i {
    transform: translateX( 7px );
}

.header-menu-dropright {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    z-index: 2;

    display: none;
    pointer-events: none;
}
.header-menu-dropright.active {
    display: block;
    pointer-events: all;
}
.header-menu-dropright > .container > .row > div {
    position: relative;
}
.header-menu-dropright-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-left: none;
}
.header-menu-content {
    position: relative;
    display: block;
    columns: 4;
    column-gap: 10px;
}
.header-menu-content-bulk {
    position: relative;
    display: block;
    break-inside: avoid-column;
}
.header-menu-dropright-link {
    position: relative;
    display: block;
    padding: 4px 15px;
    font-size: 14px;
}
.header-menu-dropright-link.bg {
    font-size: 16px;
    color: #1B1464;
}
.header-menu-dropright-link.sm {
    padding-left: 25px;
    color: #000000;
}
.header-menu-dropright-link:hover {
    color: #ff0000
}

.header-top {
    position: relative;
    display: block;
    padding: 12px 0px;
}
.header-bottom {
    position: relative;
    display: block;
    color: #000000;
    background: linear-gradient(to right, #ffc844 0%,#fe6055 25%,#c81266 50%,#7b1267 75%,#3a126a 100%);
}

.header-horizonal-menu {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.header-right-menu {
    justify-content: flex-end;
}
.header-left-menu {
    justify-content: flex-start;
    padding-left: 25px;
}

.header-horizonal-link {
    position: relative;
    display: block;
    flex: 0 0 auto;
}
.header-horizonal-href {
    position: relative;
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}
.header-horizonal-link:hover >.header-horizonal-href {
    color: #CD1166;
}
.header-horizonal-href > span {
    position: relative;
    z-index: 2;
}


.header-horizonal-href > span svg {
    position: relative;
    height: 20px;
    margin-right: 5px;
}
.header-horizonal-href > span svg path {
    stroke: #ffffff;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: 0.2s stroke;
}
.header-horizonal-link:hover > .header-horizonal-href > span svg path {
    stroke: #ff0000;
}


.header-horizonal-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    padding-top: 0px;
    z-index: 3;

    pointer-events: none;
    opacity: 0;
    transition: 0.2s opacity;
}
.header-horizonal-link:hover > .header-horizonal-dropdown {
    opacity: 1;
    pointer-events: all;
}
.header-horizonal-dropdown-inner {
    position: relative;
    display: block;
    background: #ffffff;

    overflow: hidden;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

    border: 1px solid #dddddd;
    border-top: none;

    box-shadow: 2px 2px 0px 0px #ff0000;
    -webkit-box-shadow: 2px 2px 0px 0px #ff0000;
    -moz-box-shadow: 2px 2px 0px 0px #ff0000;
}

.header-horizonal-dropdown-link {
    position: relative;
    display: block;
    color: #1b1464;
}
.header-horizonal-dropdown-link:hover {
    color: #ff0000;
}

.header-horizonal-dropdown-link.big-link {
    font-size: 16px;
    line-height: 16px;
    padding: 12px 12px;
}
.header-horizonal-dropdown-link.small-link {
    font-size: 14px;
    line-height: 14px;
    
    padding: 6px 12px;
    padding-left: 24px;
}

.header-account {
    position: relative;
    display: block;
}
.header-account .account-toggle {
    position: relative;
    display: block;
    color: #000000;
}
.header-account .account-toggle > svg {
    height: 25px;
    vertical-align: -7px;
}
.header-account .account-toggle > svg > * {
    stroke: #CD1166;
    stroke-width: 1.5;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.header-account .account-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #eeeeee;
    border-radius: 6px;
    padding: 10px 25px;
    box-shadow: 2px 2px 0px 0px #1B1464;
    -webkit-box-shadow: 2px 2px 0px 0px #1B1464;
    -moz-box-shadow: 2px 2px 0px 0px #1B1464;
    color: #000000;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s opacity;
}
.header-account:hover .account-dropdown {
    opacity: 1;
    pointer-events: all;
}

.header-horizonal-menu.header-right-menu .header-horizonal-href {
    height: 57px;
    padding: 15px 5px;
    padding-bottom: 17px;
    color: #ffc844;
}
.header-horizonal-menu.header-right-menu .header-horizonal-href:hover {
    color: #ffffff;
}

.header-horizonal-menu.header-right-menu  .header-horizonal-href > span svg {
    height: 29px;
    vertical-align: -9px;
}