.header_index {
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 0 !important;
    background-color: transparent
}

@media (max-width: 1199px) {
    .header_index {
        position: relative;
        background: #f4b915
    }
}

@media (max-width: 991px) {
    .header_index {
        z-index: auto
    }
}

.header_page {
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 0 !important;
    background-color: transparent
}

@media (max-width: 991px) {
    .header_page {
        z-index: auto
    }
}

.tophead {
    height: 75px;
    line-height: 75px
}

@media (max-width: 991px) {
    .tophead {
        display: none
    }
}

.tophead .topbar_right {
    float: right
}

.tophead .topbar_right .header-search {
    display: inline-block;
    float: right;
    position: relative;
    margin-right: 25px;
    cursor: pointer
}

.tophead .topbar_right .header-search:hover .search-bar input {
    border-color: #fff
}

.tophead .topbar_right .header-search:hover form {
    display: block
}

.tophead .topbar_right .header-search .icon-search {
    text-align: right;
    display: inline-block;
    position: relative;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 14px
}

.tophead .topbar_right .header-search .icon-search svg {
    width: 16px;
    height: 16px;
    color: #fff;
    transform: translateY(2px)
}

.tophead .topbar_right .top-cart-contain {
    position: relative
}

.tophead .topbar_right .top-cart-contain .img_hover_cart {
    color: #fff;
    position: relative;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    font-size: 14px
}

.tophead .topbar_right .top-cart-contain .img_hover_cart .icon-cart {
    position: relative
}

.tophead .topbar_right .top-cart-contain .img_hover_cart .icon-cart svg {
    width: 20px;
    height: 20px;
    transform: translateY(2px);
    margin-right: 3px
}

.tophead .topbar_right .top-cart-contain .img_hover_cart .icon-cart svg path {
    fill: #fff
}

.tophead .topbar_right .top-cart-contain .img_hover_cart .icon-cart img {
    width: auto;
    height: auto
}

.tophead .topbar_right .top-cart-contain .img_hover_cart .count_item_pr {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 20px;
    right: -35px;
    background: #f71611;
    color: #fff;
    font-size: 14px;
    border-radius: 50%
}

.tophead .topbar_right .account {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-right: 25px;
    color: #fff;
    float: right;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    cursor: pointer
}

.tophead .topbar_right .account .icon-big {
    width: 25px;
    height: 25px;
    transform: translateY(6px)
}

.tophead .topbar_right .account .icon-big path {
    fill: #fff
}

.tophead .topbar_right .account .icon-small {
    width: 16px;
    height: 16px;
    color: #fff
}

.tophead .topbar_right .account:hover {
    color: #f9a529
}

.tophead .topbar_right .account:hover .icon-big path {
    fill: #6e5100
}

.tophead .topbar_right .account:hover .icon-small {
    color: #333
}

.tophead .topbar_right .account:hover .ac_hover {
    display: block
}

.tophead .topbar_right .account .ac_hover {
    padding: 0;
    line-height: 24px;
    right: 0;
    width: 215px;
    top: 75px;
    border-radius: 8px;
    position: absolute;
    background: #fff;
    padding: 0 25px;
    text-align: left;
    z-index: 10000;
    display: none;
    box-shadow: 0px 0px 20px 0px rgba(186, 137, 0, 0.2)
}

.tophead .topbar_right .account .ac_hover .account_header {
    position: relative;
    padding: 0;
    margin: 0
}

.tophead .topbar_right .account .ac_hover .account_header li {
    list-style: none;
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb
}

.tophead .topbar_right .account .ac_hover .account_header li a {
    color: #363025;
    font-size: 17px;
    font-family: "Quicksand", sans-serif
}

.tophead .topbar_right .account .ac_hover .account_header li a:hover {
    color: #f9a529
}

.header_search {
    display: none;
    width: 700px;
    top: 30% !important;
    height: auto;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    border-radius: 0px
}

.header_search.active {
    display: block
}

.header_search .close-pop {
    margin-top: 30px;
    cursor: pointer
}

.header_search .close-pop svg {
    width: 50px;
    height: 50px;
    color: #fff
}

.header_search .search-bar {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    display: table;
    border-collapse: separate
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header_search .search-bar {
        max-width: auto;
        width: 100%
    }
}

@media (max-width: 991px) {
    .header_search .search-bar {
        width: 100%;
        max-width: 100%
    }
}

.header_search .search-bar .collection-selector {
    border-radius: 12px;
    position: absolute;
    display: inline-block;
    min-width: 200px;
    max-width: 200px;
    z-index: 11;
    background: #fff;
    left: 0;
    text-align: right;
    border-right: 0px;
    height: 75px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header_search .search-bar .collection-selector {
        min-width: 140px;
        max-width: 140px
    }
}

@media (max-width: 991px) {
    .header_search .search-bar .collection-selector {
        display: none
    }
}

.header_search .search-bar .collection-selector .search_text {
    text-align: left;
    cursor: pointer;
    padding: 0px 25px 0px 12px;
    width: 100%;
    font-size: 17px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    color: #363025;
    display: inline-block;
    margin: 0px;
    line-height: 75px;
    background: #fff;
    height: 75px;
    overflow: hidden;
    border-radius: 0px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.header_search .search-bar .collection-selector .search_text:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    top: 37px;
    right: 30px;
    color: #d2d2d2;
    margin-top: -1px;
    opacity: 1
}

.header_search .search-bar .collection-selector .search_text:after {
    content: "";
    position: absolute;
    right: 0;
    height: 29px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #d2d2d2;
    width: 1px
}

.header_search .search-bar .collection-selector .list_search {
    background: #fff;
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    top: 100%;
    min-width: 200px;
    width: auto;
    z-index: 88;
    font-weight: 400 !important;
    border-radius: 0;
    left: 0px;
    margin-top: 0px;
    margin-left: -2px;
    font-size: 13px;
    padding: 0px;
    max-height: 400px;
    overflow-y: auto
}

@media (max-width: 1199px) {
    .header_search .search-bar .collection-selector .list_search {
        min-width: auto;
        width: 180px;
        right: auto;
        left: 2px
    }
}

.header_search .search-bar .collection-selector .list_search::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e1e1e1;
    width: 5px
}

.header_search .search-bar .collection-selector .list_search::-webkit-scrollbar {
    width: 5px;
    background-color: #ebebeb
}

.header_search .search-bar .collection-selector .list_search::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #acacac;
    width: 5px
}

.header_search .search-bar .collection-selector .list_search .search_item {
    text-align: left;
    display: block;
    padding-left: 24px;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    filter: none;
    height: auto;
    min-height: 24px;
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer
}

.header_search .search-bar .collection-selector .list_search .search_item:active {
    background-color: #f4b915;
    color: #fff !important
}

.header_search .search-bar .collection-selector .list_search .search_item:hover {
    background-color: #f4b915;
    color: #fff !important
}

.header_search .search-bar .input-group-field {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    height: 75px;
    padding: 0 80px 0 220px;
    font-size: 17px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    max-width: 100%;
    display: block;
    border-radius: 12px;
    color: #8c8c8c;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.header_search .search-bar .input-group-field::-webkit-input-placeholder {
    color: #8c8c8c
}

.header_search .search-bar .input-group-field::-moz-placeholder {
    color: #8c8c8c
}

.header_search .search-bar .input-group-field:-ms-input-placeholder {
    color: #8c8c8c
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header_search .search-bar .input-group-field {
        padding: 0 60px 0 155px
    }
}

@media (max-width: 991px) {
    .header_search .search-bar .input-group-field {
        margin-left: 0px;
        padding: 0 80px 0px 20px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .header_search .search-bar .input-group-field {
        height: 30px;
        line-height: 30px
    }
}

.header_search .search-bar .input-group-btn {
    position: absolute;
    white-space: nowrap;
    right: 0px;
    top: 0px;
    width: 50px;
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.header_search .search-bar .input-group-btn .icon-fallback-text {
    background: #f4b915;
    color: #fff;
    font-size: 18px;
    height: 75px;
    width: 70px;
    font-weight: bold;
    text-transform: uppercase;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    padding: 0;
    line-height: 75px;
    float: right
}

@media (max-width: 991px) {
    .header_search .search-bar .input-group-btn .icon-fallback-text {
        background: #f9a529
    }
}

@media (max-width: 767px) {
    .header_search .search-bar .input-group-btn .icon-fallback-text {
        height: 30px;
        line-height: 14px;
        width: 30px
    }

    .header_search .search-bar .input-group-btn .icon-fallback-text img {
        width: 18px
    }
}

.header_search .search-bar .input-group-btn .icon-fallback-text:hover {
    background: #f9a529
}

@media (min-width: 1200px) {
    #menu-overlay {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        display: none
    }

    #menu-overlay.reveal {
        display: block
    }
}

.logo_center {
    display: inline-block;
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0;
    width: 18%
}

@media (max-width: 991px) {
    .logo_center {
        width: auto
    }
}

.logo_center .logo {
    display: inline-block;
    text-align: center
}

@media (max-width: 991px) {
    .logo_center .logo {
        margin: 0 auto
    }
}

.logo_center .logo .logo-wrapper {
    display: block
}

@media (max-width: 1600px) and (min-width: 1200px) {
    .logo_center .logo .logo-wrapper {
        width: 150px
    }
}

@media (max-width: 991px) {
    .logo_center .logo .logo-wrapper {
        width: 120px;
        height: 100px;
        line-height: 100px
    }
}

@media (max-width: 767px) {
    .logo_center .logo .logo-wrapper {
        transform: translateY(8px) translateX(5px)
    }

    .logo_center .logo .logo-wrapper:before {
        content: "";
        background: #fbd772;
        height: 1px;
        width: 500px;
        position: absolute;
        right: 110px;
        top: 50px
    }

    .logo_center .logo .logo-wrapper:after {
        content: "";
        background: #fbd772;
        height: 1px;
        width: 500px;
        position: absolute;
        left: 110px;
        top: 50px
    }
}

.logo_center .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.cartgroup {
    position: relative;
    float: right;
    padding-right: 0;
    z-index: 99
}

@media (max-width: 991px) {
    .cartgroup {
        float: none;
        position: absolute;
        top: 0px;
        right: 15px
    }
}

.cartgroup .header-right {
    float: left;
    margin-right: 0px
}

.cartgroup .header-right .cart_header {
    line-height: 90px
}

.mini-cart:hover .top-cart-content {
    display: block
}

.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none
}

.top-cart-content {
    right: 0px;
    top: 75px;
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    border-radius: 8px;
    line-height: normal;
    text-align: left;
    box-shadow: 0px 0px 20px 0px rgba(186, 137, 0, 0.2);
    -o-box-shadow: 0px 0px 20px 0px rgba(186, 137, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(186, 137, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(186, 137, 0, 0.2);
    z-index: 10000
}

.top-cart-content.visited {
    display: block
}

.top-cart-content .product-details-bottom {
    margin-bottom: 15px
}

.top-cart-content .product-name {
    margin: 0;
    word-break: break-word;
    width: 200px;
    padding-right: 12px;
    text-overflow: ellipsis;
    overflow: hidden
}

.top-cart-content .product-name a {
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    line-height: 20px !important;
    font-weight: 400;
    color: #363025
}

.top-cart-content .product-name:hover>a {
    text-decoration: none;
    color: #f4b915
}

.top-cart-content .variant-title {
    color: #363025;
    font-size: 12px;
    margin: 0
}

.top-cart-content .product-details-bottom span {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #f71611;
    margin: 10px 0;
    display: inline-block
}

.top-cart-content .product-details-bottom .quanlity {
    color: #252525;
    font-weight: 400;
    font-size: 14px
}

.top-cart-content li {
    list-style: none
}

.top-cart-content li.item {
    overflow: hidden;
    padding: 0px;
    position: relative
}

.top-cart-content li.item:first-child {
    border-top: none
}

.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: 0
}

.top-cart-content li.item .border_list {
    overflow: hidden;
    padding: 10px 10px 10px 0px;
    border-bottom: solid 1px #ebebeb;
    width: 100%;
    float: left
}

.top-cart-content li.item .image_drop {
    float: left;
    display: block;
    width: 130px;
    position: relative;
    margin-right: 10px
}

.top-cart-content li.item .image_drop .product-image {
    float: left;
    display: block;
    position: relative
}

.top-cart-content li.item .image_drop .remove-item-cart {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
    float: left;
    position: absolute;
    right: 0px;
    top: 8px;
    color: #898989;
    transform: translateY(-50%)
}

.top-cart-content li.item .image_drop .remove-item-cart:hover {
    color: #f9a529
}

.top-cart-content li.item .image_drop .remove-item-cart:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900
}

.top-cart-content li.item .detail-item {
    display: block;
    float: left;
    width: calc(100% - 150px);
    -o-width: calc(100% - 150px);
    -moz-width: calc(100% - 150px);
    -webkit-width: calc(100% - 150px);
    position: relative
}

.top-cart-content li.item .detail-item a:hover {
    text-decoration: none
}

.top-cart-content li.item .detail-item .i_close_svg {
    background-image: url(//bizweb.dktcdn.net/100/432/370/themes/854781/assets/icon-remove.png?1648193151633);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.top-cart-content li.item .detail-item input {
    display: inline-block;
    width: 40px;
    padding: 0 20px 0 0;
    min-height: 35px;
    margin: 0;
    text-align: center
}

.top-cart-content li.item .detail-item button.items-count {
    display: inline-block
}

.top-subtotal {
    color: #f71611;
    font-size: 12px;
    font-weight: 400;
    border-top: 0;
    text-align: center;
    text-transform: none;
    padding: 0
}

.top-subtotal .price {
    font-weight: 400 !important;
    font-size: 12px !important;
    font-family: "Quicksand", sans-serif
}

.qty_drop_cart {
    font-size: 12px;
    position: relative;
    height: 35px;
    padding-left: 0px;
    width: 60px;
    position: relative
}

.qty_drop_cart .btn_increase,
.qty_drop_cart .btn_reduced {
    width: 20px;
    height: 17px;
    color: #000;
    line-height: 17px;
    right: 0
}

.qty_drop_cart .btn_increase:hover,
.qty_drop_cart .btn_reduced:hover {
    color: #f9a529
}

.qty_drop_cart button.btn_increase {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 17.5px;
    height: 17.5px;
    padding: 0;
    line-height: 17.5px;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 1;
    overflow: hidden;
    border-style: hidden;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    color: #333
}

.qty_drop_cart button.btn_increase svg {
    width: 14px;
    height: 14px
}

.qty_drop_cart button.btn_reduced {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 17.5px;
    height: 17.5px;
    line-height: 17.5px;
    padding: 0;
    line-height: 1;
    position: absolute;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    border-style: hidden;
    background: transparent !important;
    font-size: 14px;
    cursor: pointer
}

.qty_drop_cart button.btn_reduced svg {
    width: 14px;
    height: 14px
}

.qty_drop_cart input {
    display: inline-block;
    width: 100% !important;
    height: 35px;
    min-height: 35px;
    padding: 0;
    text-align: center;
    border: 1px solid #eaebf3;
    color: #363025
}

.pd {
    padding: 15px 0px
}

.top-subtotal {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    text-align: center;
    text-transform: none;
    font-family: "Quicksand", sans-serif;
    border-top: 0
}

.top-subtotal .price_big {
    font-size: 16px !important;
    color: #f71611
}

.top-subtotal .price {
    font-weight: 400 !important;
    line-height: 20px;
    margin-top: 0 !important;
    font-size: 12px
}

ul#cart-sidebar {
    margin: 0;
    padding: 20px;
    max-height: 625px;
    min-width: 430px;
    position: relative
}

ul#cart-sidebar .list-item-cart {
    max-height: 310px;
    overflow: auto;
    margin: 0;
    padding: 0
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
    width: 4px;
    background-color: #fff
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
    border: 4px solid #cdcfdd
}

ul#cart-sidebar .list-item-cart li.list-item {
    max-height: 400px;
    overflow-y: auto
}

ul#cart-sidebar .list-item-cart li.action {
    display: none
}

ul#cart-sidebar .no-item p {
    margin: 0;
    padding: 10px 15px 15px 15px
}

ul#cart-sidebar .right_ct {
    padding: 0
}

ul#cart-sidebar .right_ct .btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 48%;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400
}

ul#cart-sidebar .right_ct .btn.btn-primary {
    font-family: "Quicksand", sans-serif;
    background: #f4b915;
    color: #fff
}

ul#cart-sidebar .right_ct .btn.btn-primary:hover {
    color: #fff;
    background: #363025;
    border-color: #363025
}

ul#cart-sidebar .right_ct .btn.btn-white {
    font-family: "Quicksand", sans-serif;
    border: none;
    color: #fff;
    margin-right: 10px;
    background: #f4b915;
    text-align: center;
    text-transform: none
}

ul#cart-sidebar .right_ct .btn.btn-white:hover {
    color: #fff;
    background: #363025;
    border-color: #363025
}

@media (max-width: 991px) {
    .mid-header {
        text-align: center;
        padding: 10px 0;
        position: relative;
        overflow: hidden;
        z-index: 99
    }
}

@media (min-width: 992px) {
    .header_menu .wrap_main {
        background: #71cbe8;
        border-radius: 50px;
        position: relative;
        padding: 5px
    }

    .header_menu .wrap_main .bg-header-nav {
        border: 1px dashed #fff;
        border-radius: 50px
    }
}

@media (min-width: 992px) {
    .bg-header-nav .header-nav {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        height: 75px
    }

    .bg-header-nav .header-nav>ul.item_big {
      display: flex;
    justify-content: space-around;
        text-align: left;
        margin: 0;
        padding: 0;
        width: 41%
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item {
        position: relative;
        margin-right: 0px;
        margin-left: 0px;
        border-radius: 0px;
        padding: 0px;
        height: 75px
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item:first-child>a:before {
        display: none
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item.has-mega {
        position: static !important
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>a {
        display: block;
        text-align: left;
        font-size: 20px;
        font-family: "Quicksand", sans-serif;
        font-weight: 500;
        height: 75px;
        line-height: 75px;
        position: relative;
        text-decoration: none;
        color: #fff;
        padding: 0 15px 0 35px
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>a:before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(//bizweb.dktcdn.net/100/432/370/themes/854781/assets/icon-menu.png?1648193151633);
        position: absolute;
        left: 0;
        top: 28px;
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>a span {
        position: relative
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>a span svg {
        width: 16px;
        height: 16px
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item svg.fa-chevron-right {
        display: none
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>a {
        color: #f9a529
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>a span svg path {
        fill: #f9a529
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>ul {
        overflow: visible;
        max-height: 3000px;
        max-width: 3000px;
        opacity: 1;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item .item_small {
        overflow: hidden;
        display: block;
        max-height: 0px;
        max-width: 0px;
        opacity: 0;
        padding: 0;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        position: absolute;
        top: 100%;
        left: 0px;
        width: 200px;
        background-color: #fff;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        z-index: 99
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li {
        float: none;
        padding: 0 15px
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:last-child>a {
        border-bottom: 0
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
        display: block;
        position: absolute;
        width: 200px;
        padding: 0;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04)
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        display: block;
        padding: 0;
        color: #363025;
        position: relative;
        text-align: left;
        padding: 10px 5px 10px 0;
        border-bottom: solid 1px #e5e6ec
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a:hover {
        color: #363025
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a>i.icon-right {
        position: absolute;
        top: 18px;
        right: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0px 5px 5px;
        border-color: transparent transparent transparent #363025
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li ul {
        display: none;
        left: 200px;
        top: 0px
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li {
        color: #363025
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li:hover>a {
        color: #f9a529
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li:hover>a .icon-right {
        border-color: transparent transparent transparent #f4b915
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li ul li:hover>a {
        color: #f9a529
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li ul li:hover>a .icon-right {
        border-color: transparent transparent transparent #f4b915
    }

    .bg-header-nav .header-nav>ul.item_big>li.active>a {
        color: #f9a529
    }

    .bg-header-nav .header-nav>ul.item_big>li.active>a span svg path {
        fill: #f9a529
    }

    .bg-header-nav .header-nav ul li ul a.text2line:hover {
        color: #363025 !important;
        background: transparent !important
    }

    .bg-header-nav .header-nav li li {
        position: relative
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bg-header-nav .header-nav {
        padding: 0 20px
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>a {
        padding: 0px 10px;
        font-size: 18px
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>a:before {
        display: none
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item .item_small {
        width: 160px
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
        width: 160px
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li ul {
        right: 160px;
        left: auto
    }
}

#nav-mobile {
    z-index: 999
}

.header-nav ul .nav-item.has-mega {
    position: static;
    height: 45px;
    margin-left: 1px
}

.header-nav ul .nav-item:hover>.mega-content {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

.header-nav ul .nav-item .a-img span.menu-label {
    position: absolute;
    text-transform: uppercase;
    top: -12px;
    background: #f4b915;
    display: inline;
    padding: 4px 8px;
    border-radius: 0px;
    color: #fff;
    font-size: 10px;
    right: 23px;
    line-height: normal;
    letter-spacing: 1px
}

.header-nav ul .nav-item .a-img span.menu-label:after {
    border-color: #f4b915 transparent transparent transparent;
    border-width: 6px 7px 0 6px;
    right: 12px;
    top: 90%;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transitio: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 100
}

.header-nav .mega-content {
    background: #fff;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    margin: 0;
    padding: 20px 15px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 99;
    width: 1110px;
    border: none;
    text-align: left;
    border-bottom: 5px #7bbd42 solid;
    box-shadow: 0 0 20px -5px
}

@media (max-width: 1199px) {
    .header-nav .mega-content {
        left: 0;
        width: 940px
    }
}

.header-nav .mega-content .level1.parent h2 {
    font-size: 13px;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    margin-top: 0;
    color: #363025;
    text-transform: uppercase
}

.header-nav .mega-content .level1.parent ul.level1 {
    padding: 0
}

.header-nav .mega-content .level1.parent ul.level1 li {
    line-height: 20px
}

.header-nav .mega-content .level1.parent ul.level1 li a {
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 14px;
    color: #363025
}

.header-nav .mega-content .level1.parent ul.level1 li+li {
    padding-top: 5px
}

.header-nav .mega-content .level1.item {
    float: left;
    width: 20%;
    padding: 0 5px
}

@media (max-width: 1199px) {
    .header-nav .mega-content .level1.item {
        width: 25%
    }
}

.header-nav .mega-content .level1.item>a {
    color: #f4b915
}

.header-nav .mega-content .level1.item>a:hover,
.header-nav .mega-content .level1.item>a:focus {
    color: #e88d07;
    text-decoration: none
}

.header-nav .mega-content .level1.item h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    margin-top: 0;
    color: #363025;
    text-transform: uppercase
}

.header-nav .mega-content .level1.item ul.level1 {
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
    float: left
}

.header-nav .mega-content .level1.item ul.level1 li {
    line-height: 26px;
    width: 100%;
    float: left
}

.header-nav .mega-content .level1.item ul.level1 li .fa {
    display: inline-block;
    float: left;
    width: 10px;
    line-height: 23px
}

.header-nav .mega-content .level1.item ul.level1 li a {
    font-weight: normal !important;
    text-transform: none !important;
    color: #363025;
    display: block;
    float: left;
    width: calc(100% - 10px);
    -webkit-width: calc(100% - 10px);
    -o-width: calc(100% - 10px);
    -os-width: calc(100% - 10px)
}

.header-nav .mega-content .level1.item ul.level1 li:hover a,
.header-nav .mega-content .level1.item ul.level1 li:focus a {
    text-decoration: none;
    color: #f9a529
}

.header-nav .mega-content .level1.item ul.level1 li:hover .fa,
.header-nav .mega-content .level1.item ul.level1 li:focus .fa {
    color: #f9a529
}

@media (min-width: 1200px) {
    .header-nav .mega-content .level1.item ul.level1:nth-child(5n+1) {
        clear: left;
        clear: both
    }
}

@media (max-width: 1199px) {
    .header-nav .mega-content .level1.item ul.level1:nth-child(4n+1) {
        clear: left;
        clear: both
    }
}

.header-nav .mega-content .level0-wrapper2 .nav-block .level0 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.show {
    opacity: .5;
}
.quick_option.variants.form-ajaxtocart {
    width: 100%;
    margin: 0;
}
#quick-view-product .swatch {
    margin: 20px 0 0;
}
.swatch .header {
    margin: 0 0 10px;
    text-align: left;
    min-width: 130px;
    font-weight: 500;
    line-height: 30px;
    color: #636363;
    float: left;
}
.swatch .swatch-element {
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
}
.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0 10px 10px 0;
    position: relative;
}
.swatch .swatch-element {
    position: relative;
}
.swatch-element.available.color-cake {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#quick-view-product .available {
    margin: 0;
    font-weight: 400;
    color: #c5dad5;
}
#quick-view-product .swatch .swatch-element {
    margin: 0 6px 6px 0;
    z-index: 999;
}
.color-cake.active, .size-cake.active {
    border: 1px solid #000;
}