.full-header-top {
    background-color: #018791;
    font-size: 13.6px;
}

.left-header-top,
.right-header-top {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.left-header-top li a:hover,
.right-header-top li a:hover {
    color: #11b5e6;
}

.left-header-top li a:hover {
    border-top: 3px solid #11b5e6;
}

.left-header-top li a {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.cart-contents {
    margin: 0 !important;
    width: 18px;
    height: 18px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    background: #11b5e6;
    padding: 0 !important;
    position: absolute;
    /* top: 50%; */
    font-weight: normal !important;
    right: 0;
    /* transform: translateY(-50%); */
    top: 5px;
}

.cart-contents:hover {
    color: #fff !important;
}

.left-header-top li a,
.right-header-top li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0 !important;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 800;
    transition: 0.3s;
}

.left-header-top li a {
    font-weight: normal;
    padding: 5px 0 5px 0;
}

.views-mini-cart {
    position: absolute;
    z-index: 99999;
    width: 270px;
    right: 0;
    background: #fff;
    top: 100%;
    border-radius: 5px;
    padding: 5px;
    display: none;
}

.views-mini-cart .mini_cart_header {
    margin: 0;
    background: #2c394c;
    color: #fff;
    border-radius: 5px;
    font-weight: 800;
    padding: 5px;
    text-transform: uppercase;
}

.views-mini-cart .woocommerce-mini-cart .mini_cart_item .remove.remove_from_cart_button {
    order: 3;
    margin-right: 0;
    /* transform: translateY(50%); */
    display: flex;
    /* height: 100%; */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    padding: 0;
    margin: 0;
    color: #2c394c !important;
}

.views-mini-cart .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
    font-weight: 700;
    color: #11b5e6;
}

.views-mini-cart .woocommerce-mini-cart .mini_cart_item .thumnail {
    order: 1;
    margin-right: 10px;
}

.views-mini-cart .woocommerce-mini-cart .mini_cart_item .content_item_mini_cart a:hover {
    color: #11b5e6;
}

.views-mini-cart .woocommerce-mini-cart .mini_cart_item .content_item_mini_cart a {
    /* margin-right: 5px; */
    color: #637281;
    display: block;
    font-weight: 700;
    text-transform: none;
    font-size: 13px;
    margin-right: 0;
}

.views-mini-cart .woocommerce-mini-cart .mini_cart_item {
    border-bottom: 1px dashed #e7e7e7 !important;
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 0;
}

.views-mini-cart .woocommerce-mini-cart.cart_list.product_list_widget {
    height: 200px;
    overflow-y: scroll;
    display: block;
}

.views-mini-cart .woocommerce-mini-cart__buttons.buttons .button {
    border-radius: 5px !important;
    padding: 5px 15px !important;
    width: calc(100%/2 - 10px);
    text-align: center;
}

.views-mini-cart .woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.views-mini-cart .woocommerce-mini-cart .mini_cart_item .content_item_mini_cart>span {
    display: block;
}

.views-mini-cart .woocommerce-mini-cart .mini_cart_item .remove.remove_from_cart_button:hover {
    background: unset !important;
    color: red !important;
}

.views-mini-cart .woocommerce-mini-cart .mini_cart_item .content_item_mini_cart {
    margin-right: 15px;
    order: 2;
}

.views-mini-cart .woocommerce-mini-cart .mini_cart_item .thumnail img {
    margin: 0;
    width: 100% !important;
    height: auto;
    border: unset;
}

.views-mini-cart .woocommerce-mini-cart .mini_cart_item {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.right-header-top li a i {
    font-size: 16px;
}

.left-header-top li,
.right-header-top li {
    list-style: none;
    position: relative;
}

.right-header-top {
    display: flex;
    justify-content: flex-end;
}

.full-header {
    background: #fff;
    z-index: 999;
    margin: 0;
    padding: 10px 0px;
}

.header-logo {
    float: left;
    max-width: 185px;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}

.header-logo a {
    float: left;
    width: 100%;
}

img.site-logo {
    max-width: 100%;
    max-height: 120px;
}


/* menu */

.main-menu {
    transition: margin-top 0.3s;
}


/* Search */

.header-search {
    transition: margin-top 0.3s;
}

#search-form {
    width: 100%;
    /*! box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); */
    margin: 0;
    border: 1px solid #ddd;
    float: left;
    height: 40px;
    padding: 8px 40px 8px 10px;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Open Sans";
}

.search-submit {
    width: 40px;
    margin: 0;
    background-color: unset;
    height: 40px;
    float: left;
    /*! border-radius: 0 5px 5px 0; */
    border: none;
    padding: 0;
    /*! color: #000; */
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    /*! margin-right: 20px; */
}

.search-submit i {
    color: #000;
    font-size: 14px;
}

.full-header-top {
    background-color: #2c394c;
}

.full-header .info-contact-support li .content a:hover {
    color: #11b5e6;
}

.full-header .info-contact-support li .content a {
    text-decoration: none;
    color: #002e5b;
    transition: 0.3s;
}

.full-header .info-contact-support li .content span {
    display: block;
    color: #002e5b;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
}

.full-header .info-contact-support li .img {
    margin-right: 10px;
}

.full-header .info-contact-support li {
    margin-left: 20px;
    list-style: none;
    display: flex;
    align-items: center;
}

.full-header .info-contact-support {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.box-menu-search {
    display: flex;
    justify-content: space-between;
}

.full-header-bottom {
    background: #2c394c;
    position: sticky;
    top: 0;
    z-index: 99;
}

.header-search .searchform {
    width: 250px;
    /* display: block; */
    height: 40px;
    position: relative;
}

.box-breadcumb-shop .img_bg {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.box-breadcumb-shop .box-content h4 {
    margin-top: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    line-height: 120%;
}

.box-breadcumb-shop .box-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-breadcumb-shop .box-content p {
    margin-top: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.box-breadcumb-shop .box-content a:hover {
    background-color: #2c394c;
}

.box-breadcumb-shop .swiper-pagination-bullet {
    border: 3px solid #fff;
    padding: 8px;
    background: transparent;
    position: relative;
}

.box-breadcumb-shop .swiper-pagination-bullet-active::before {
    background-color: #fff !important;
}

.box-breadcumb-shop .swiper-pagination-bullet::before {
    content: "";
    /* padding: 5px; */
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #999;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-breadcumb {
    background-position: center;
    height: 300px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    position: relative;
}

.box-breadcumb::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #00000094 100%);
    opacity: 0.8;
}

.box-breadcumb::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #00000094 100%);
    opacity: 0.8;
}

.box-breadcumb .title {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

#breadcrumbs {
    margin-top: 0;
    color: #fff;
    text-align: center;
}

#breadcrumbs a:hover {
    color: #11b5e6;
}

#breadcrumbs a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.box-breadcumb .inner-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 300px; */
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.box-breadcumb-shop .box-content a {
    display: inline-block;
    border-radius: 99px;
    padding: 10px 30px;
    background: #11b5e6;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.5s;
}

@media only screen and (min-width: 1100px) {
    .full-header.sticky .header-logo {
        max-width: 120px;
    }

    .full-header.sticky .main-menu {
        margin-top: 5px;
    }

    .full-header.sticky .header-search {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-menu {
        float: right;
        margin-top: 0;
        margin-left: 0;
    }

    .header-search {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .header-logo {
        max-width: 150px;
    }
}

@media only screen and (max-width: 900px) {

    .left-header-top,
    .right-header-top {
        width: 100%;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
    }

    /*.main-menu {*/
    /*    width: 90px;*/
    /*    margin-left: 10px;*/
    /*    margin-bottom: 10px;*/
    /*}*/
}

@media only screen and (max-width: 1140px) {
    .box-menu-search {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .box-breadcumb {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 960px) {
    .box-breadcumb {
        margin-bottom: 15px;
    }

    .searchform.seach_mobile .search-icon {
        display: none;
    }

    .searchform .search-icon {
        z-index: 20;
        display: flex;
    }

    #search-form {
        padding-left: 45px;
    }

    .searchform {
        width: 40px !important;
        transition: 1s;
    }

    .searchform #search-form {
        /* padding-left: 0; */
        padding: 0;
        transition: 0.5s;
    }

    .searchform.seach_mobile #search-form {
        padding: 8px 40px 8px 45px;
    }

    .searchform.seach_mobile {
        width: 250px !important;
    }

    .searchform.seach_mobile .close-search i {
        animation: test1 1s infinite ease-in-out;
    }

    @-webkit-keyframes test1 {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(2060deg);
        }
    }

    @keyframes test1 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(2060deg);
        }
    }

    /*@keyframes example1 {*/
    /*    0% {transform: rotate(0deg);}*/
    /*    100% {transform: rotate(2060deg);}*/
    /*}*/
    .search-icon,
    .close-search {
        border-radius: 99px;
        background: #fff;
        cursor: pointer;
        width: 40px;
        margin: 0;
        height: 40px;
        float: left;
        border: none;
        padding: 0;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #000;
    }

    .close-search {
        left: 0;
    }

    .box-menu-search {
        justify-content: space-between;
        margin-top: 10px;
    }

    .full-header {
        padding: 10px 0;
        margin-top: 0;
    }

    .box-breadcumb {
        height: 200px;
    }
}

@media only screen and (max-width: 640px) {
    .box-breadcumb {
        margin-bottom: 15px;
        height: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .box-breadcumb .title {
        font-size: 14px;
        margin-bottom: 5px;
    }
}