@charset "UTF-8";
/*===============================================
	[SASS DIRECTORY ]

    [1] Minxin Link
    [2] Minxin Button
    [3] Minxin Triangle
    [4] Minxin LABEL PRODUCT
    [5] Minxin Scrollbars
    [6] Minxin Dev Custom

==============================================*/
.no-margin {
    margin: 0 !important;
}
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
    border: none;
}
.lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
}
.lib-list-item-product2 .image-dev .list-button-dev li {
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px;
    background: #fff;
    position: relative;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #ddd;
    opacity: 0;
    transition:
        transform 0.2s ease-in-out,
        opacity 0.2s ease-in-out;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(40px);
    -moz-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    z-index: 1;
    transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0.2s;
    z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0.2s;
    z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    z-index: 1;
    transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
    border-left: 1px solid #ddd;
}
.lib-list-item-product2 .image-dev .list-button-dev li a,
.lib-list-item-product2 .image-dev .list-button-dev li button {
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
    box-shadow: none;
    border: none;
    color: #555;
    width: 40px;
    padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
    background: #f7f7f7;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover a,
.lib-list-item-product2 .image-dev .list-button-dev li:hover button {
    color: #fff;
}
.lib-list-item-product2 .caption-dev {
    text-align: center;
    padding: 0 15px;
}
.lib-list-item-product2 .caption-dev .rating-dev {
    margin: 5px 0;
}
.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
    font-size: 11px;
}
.lib-list-item-product2 .caption-dev .title-dev {
    color: #444;
    font-size: 13px;
}
.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
    font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-new {
    font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-old {
    font-size: 12px;
}
.lib-list-item-product2 .caption-dev .add-cart-dev {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 20px;
    margin: 0 0 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li {
    opacity: 1;
    transition:
        transform 0.2s ease-in-out,
        opacity 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
    position: relative;
    display: block;
}
.lib-two-img .img-1 {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.lib-two-img .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
}
.lib-two-img-over .img-1 {
    opacity: 0;
    transform-style: inherit;
    transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2 {
    opacity: 1;
    transform-style: inherit;
    transition: all 0.5s ease-in-out;
}
/*EFFECT SLIDERHOME Down*/
@keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@-webkit-keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@-moz-keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
/*EFFECT fadeInDown*/
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: 1.5s;
}
/*EFFECT fadeInUp*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1.5s;
}
/*EFFECT fadeInLeft*/
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: 1.5s;
}
/*EFFECT fadeInRight*/
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 1.5s;
}
.rtl .fadeInRight {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.rtl .fadeInLeft {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/*EFFECT zoomIn*/
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 1.5s;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
/*EFFECT jumpping*/
@keyframes jumpping {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    40% {
        transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
    }
}
.jump {
    animation: jumpping 6s infinite linear;
}
/*EFFECT scrolling*/
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media (max-width: 600px) {
    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }
    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
}
@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes dynamic {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes radiate {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}
/*===============================================
    [SASS DIRECTORY ]

    [1] BLOCK HEADER
==============================================*/
.typeheader-4 {
    background-color: #1a1a2c;
    /*=====SEARCH ======*/
    /*BLOCK Wishlist*/
    /*BLOCK CART*/
    /*MENU*/
    /*MENU MEGA*/
}
.typeheader-4.navbar-compact {
    box-shadow: none;
    background-color: #1a1a2c;
}
.typeheader-4 .container-full {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.typeheader-4 .header-top {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.071);
}
.typeheader-4 .header-top .header-top__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
}
.typeheader-4 .header-top .header-top-right {
    display: flex;
    align-items: center;
    justify-content: end;
    justify-self: end;
    /* column-gap: 30px; */
}
.typeheader-4 .welcome-msg a {
    color: #fff;
}
.typeheader-4 .welcome-msg a:hover {
    color: #f93355;
}
.typeheader-4 .header-logo {
    position: relative;
}
.typeheader-4 .header-center {
    position: relative;
}
.typeheader-4 .header-center .header-center__inner {
    display: grid;
    grid-template-columns: 300px 1fr auto;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
}
.typeheader-4 .header-bottom {
    position: relative;
}
.typeheader-4 .header-bottom .header-bottom__inner {
    display: flex;
    column-gap: 30px;
}
.typeheader-4 .dropdown-menu {
    margin-top: 1px;
}
.typeheader-4 .dropdown-menu li {
    margin-bottom: 0px;
}
.typeheader-4 .dropdown-menu li > a {
    padding: 5px 0px;
    font-size: 14px;
    color: #000;
    display: block;
}
.typeheader-4 .dropdown-menu li > a:hover {
    color: #f93355;
}
.typeheader-4 .dropdown-menu li > a img {
    vertical-align: -1px;
    margin-right: 5px;
}
.typeheader-4 .dropdown-menu li:last-child {
    margin-bottom: 0;
}
.typeheader-4 ul.lang-curr {
    align-items: center;
    display: flex;
    column-gap: 30px;
    justify-self: end;
}
.typeheader-4 ul.lang-curr > li {
    align-items: center;
    display: flex;
}
.typeheader-4 ul.lang-curr .btn-group {
    align-items: center;
}
.typeheader-4 ul.lang-curr .btn-group label {
    margin-right: 5px;
    display: none;
}
.typeheader-4 ul.lang-curr .btn-group .btn-link {
    border: none;
    color: #fff;
    padding: 7px 0;
}
.typeheader-4 ul.lang-curr .btn-group .btn-link img {
    vertical-align: -1px;
}
.typeheader-4 ul.lang-curr .btn-group .btn-link i {
    margin-left: 5px;
    font-size: 10px;
}
.typeheader-4 ul.lang-curr .btn-group .btn-link:hover {
    color: #f93355;
}
.typeheader-4 ul.lang-curr .language .dropdown-menu {
    right: 0px;
    left: auto;
}
.typeheader-4 ul.lang-curr .currency .dropdown-menu {
    min-width: 90px;
}
.typeheader-4 .telephone {
    color: #fff;
}
.typeheader-4 #sosearchpro .search {
    width: 80%;
    max-width: 600px;
    flex-wrap: nowrap;
    border-radius: 5px;
    background-color: #ffffff;
    border: none;
    margin: 0;
}
@media (min-width: 1200px) {
    .typeheader-4 #sosearchpro .search {
        width: 100%;
    }
}
.typeheader-4 #sosearchpro .select_category {
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.typeheader-4 #sosearchpro .chosen-container-single .chosen-single {
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    height: 50px;
    line-height: 50px;
    min-width: 165px;
    padding-left: 0;
    position: relative;
}
.typeheader-4 #sosearchpro .chosen-container-single .chosen-single:after {
    position: absolute;
    content: '';
    top: 13px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.149);
}
.typeheader-4 #sosearchpro .chosen-container-single .chosen-single span {
    color: #000;
    margin-right: 35px;
    margin-left: 30px;
}
.typeheader-4 #sosearchpro .chosen-container-single .chosen-single div {
    width: auto;
    height: 50px;
    text-align: left;
    background-color: #fff;
    line-height: 50px;
    top: 0px;
    right: 25px;
    left: auto;
}
.typeheader-4 #sosearchpro .chosen-container-single .chosen-single div:after {
    content: '';
    font-family: 'FontAwesome';
    color: #000;
    font-size: 10px;
    display: inline-block;
}
.typeheader-4 #sosearchpro .chosen-container-single .chosen-single div b {
    width: 20px;
    margin: 0 auto;
    background: url(../../images/icon/bg-select.png) no-repeat;
    background-position: center center;
    display: none;
}
.typeheader-4 #sosearchpro .chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: center center;
}
.typeheader-4 #sosearchpro input.form-control {
    padding: 0 30px;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #000;
    width: 100%;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}
.typeheader-4 #sosearchpro input.form-control::-moz-placeholder {
    color: #666;
    opacity: 1;
}
.typeheader-4 #sosearchpro input.form-control:-ms-input-placeholder {
    color: #666;
}
.typeheader-4 #sosearchpro input.form-control::-webkit-input-placeholder {
    color: #666;
}
.typeheader-4 #sosearchpro input.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}
.typeheader-4 #sosearchpro input.form-control:focus:-moz-placeholder {
    color: transparent;
}
.typeheader-4 #sosearchpro input.form-control:focus::-moz-placeholder {
    color: transparent;
}
.typeheader-4 #sosearchpro input.form-control:focus:-ms-input-placeholder {
    color: transparent;
}
.typeheader-4 #sosearchpro .input-group-btn {
    width: auto;
    margin: 0;
}
.typeheader-4 #sosearchpro button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    font-size: 14px;
    color: #fff;
    margin: 5px;
    background: #f93355;
}
.typeheader-4 #sosearchpro button span {
    display: none;
}
.typeheader-4 #sosearchpro button:hover {
    background: #000;
}
@media screen and (max-width: 1199px) {
    .typeheader-4 .header-search .icon-search {
        display: flex;
        width: 20px;
        height: 20px;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-align: center;
        font-size: 20px;
    }
    .typeheader-4 .header-search .icon-search:before {
        content: '';
        font-family: 'icomoon';
        display: inline-block;
    }
    .typeheader-4 .header-search .icon-search svg {
        height: 22px;
        width: 22px;
        display: none;
    }
    .typeheader-4 .header-search .icon-search:hover {
        color: #f93355;
        cursor: pointer;
    }
    .typeheader-4 #sosearchpro {
        margin: 0;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 90px;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 9;
        transition: all 0.5s ease-out 0s;
    }
    .typeheader-4 #sosearchpro.active {
        visibility: visible;
        opacity: 1;
    }
    .typeheader-4 #sosearchpro .search {
        pointer-events: all;
        margin: 0 auto;
        justify-content: center;
        border-color: #fff;
    }
}
.typeheader-4 .overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 8;
    cursor: url(../../images/icon/close.png), pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.typeheader-4 .overlay.active {
    visibility: visible;
    opacity: 1;
}
.typeheader-4 .header-links {
    display: flex;
    align-items: center;
    justify-content: end;
    justify-self: end;
    column-gap: 36px;
}
.typeheader-4 ul.signin-w > li {
    position: relative;
}
.typeheader-4 ul.signin-w > li > a {
    display: inline-flex;
    padding: 13px 0;
    column-gap: 10px;
    align-items: center;
    color: #fff;
}
.typeheader-4 ul.signin-w > li > a svg {
    margin-bottom: 2px;
}
.typeheader-4 ul.signin-w > li > a span {
    line-height: 17px;
}
.typeheader-4 ul.signin-w > li > a i {
    font-size: 16px;
    display: none;
}
.typeheader-4 ul.signin-w > li > a:hover {
    color: #f93355;
}
.typeheader-4 ul.signin-w .lbl-or {
    color: #666;
}
.typeheader-4 ul.signin-w .dropdown-menu {
    right: -35%;
}
.typeheader-4 .wishlist > a {
    display: flex;
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 10px;
    align-items: center;
    color: #fff;
    position: relative;
}
.typeheader-4 .wishlist > a:hover {
    color: #f93355;
}
.typeheader-4 .wishlist > a span {
    line-height: 17px;
}
.typeheader-4 .wishlist > a span span {
    position: absolute;
    left: -10px;
    top: -9px;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background: #f93355;
}
.typeheader-4 .shopping_cart {
    position: relative;
}
.typeheader-4 .shopping_cart .btn-shopping-cart .top_cart {
    position: relative;
    height: 50px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.typeheader-4 .shopping_cart .btn-shopping-cart .top_cart:hover {
    color: #f93355;
}
.typeheader-4 .shopping_cart .btn-shopping-cart .top_cart .shopcart {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.typeheader-4 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.typeheader-4 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 17px;
    text-transform: capitalize;
    float: left;
}
.typeheader-4 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
    display: none;
}
.typeheader-4 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
    position: absolute;
    left: -10px;
    top: 8px;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background: #f93355;
}
.typeheader-4 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts {
    font-size: 14px;
    font-weight: 500;
    display: none;
}
.typeheader-4 .shopping_cart .dropdown-menu .empty {
    font-size: 13px;
}
.typeheader-4 .menu-vertical {
    width: 300px;
}
.typeheader-4 .main-menu-w {
    flex: 1 1 0;
}
.typeheader-4 .megamenu-style-dev .navbar-default {
    background: transparent;
}
.typeheader-4 .megamenu-style-dev .megamenu i.fa {
    padding-right: 5px;
    padding-left: 0px;
    font-size: 18px;
}
.typeheader-4 .container-megamenu.horizontal ul.megamenu > li {
    margin-right: 45px;
}
.typeheader-4 .container-megamenu.horizontal ul.megamenu > li:last-child {
    margin-right: 0px;
}
.typeheader-4 .container-megamenu.horizontal ul.megamenu > li > a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 16px 0px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
    border-radius: 0;
}
.typeheader-4 .container-megamenu.horizontal ul.megamenu > li > a img {
    height: auto;
    margin-right: 10px;
}
.typeheader-4 .container-megamenu.horizontal ul.megamenu > li > a:hover {
    color: #f93355;
}
.typeheader-4 .container-megamenu.horizontal ul.megamenu > li .sub-menu .content {
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 0 7px #00000012;
}
.typeheader-4 .container-megamenu.horizontal ul.megamenu > li.item-special > a {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}
.typeheader-4 .container-megamenu.horizontal ul.megamenu > li.item-special > a:before {
    display: none;
}
.typeheader-4 .container-megamenu.horizontal ul.megamenu > li.item-special > a:hover {
    color: #f93355;
}
.typeheader-4 .container-megamenu.horizontal ul.megamenu > li.style-full > .sub-menu {
    right: 0 !important;
    left: 0 !important;
}
@media (min-width: 1367px) {
    .typeheader-4 .container-megamenu.horizontal ul.megamenu > li > .sub-menu {
        max-width: none;
    }
    .typeheader-4 .container-megamenu.horizontal ul.megamenu > li.style-mega > .sub-menu {
        margin-left: -76px;
    }
}
@media (min-width: 1200px) and (max-width: 1366px) {
    .typeheader-4 .container-megamenu.horizontal ul.megamenu > li > .sub-menu {
        max-width: 150%;
    }
    .typeheader-4 .container-megamenu.horizontal ul.megamenu > li.style-mega > .sub-menu {
        margin-left: -76px;
    }
}
.typeheader-4 .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
    z-index: 4;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 0px;
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}
.typeheader-4 .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .megamenuToogle-pattern {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.typeheader-4 .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .megamenuToogle-pattern .container {
    border-radius: 5px 5px 0px 0px;
    text-shadow: none;
    color: #000;
    font-weight: 500;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 16px;
    font-size: 1.6rem;
    /* [8] */
    /* [8] */
    padding: 18px 20px !important;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.typeheader-4
    .container-megamenu.vertical
    #menuHeading
    .megamenuToogle-wrapper
    .megamenuToogle-pattern
    .container
    > div {
    float: left;
    padding: 0px;
    margin: 0px 10px 0 0;
    color: #f93355;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: #000;
    -webkit-mask: url(../../images/icon/Vertical_More.png) no-repeat center;
    -webkit-mask-size: 20px;
    mask: url(../../images/icon/Vertical_More.png) no-repeat center;
    mask-size: 20px;
}
.typeheader-4
    .container-megamenu.vertical
    #menuHeading
    .megamenuToogle-wrapper
    .megamenuToogle-pattern
    .container
    > div
    svg {
    fill: #f93355;
    display: none;
}
.typeheader-4
    .container-megamenu.vertical
    #menuHeading
    .megamenuToogle-wrapper
    .megamenuToogle-pattern
    .container
    > div
    > span {
    box-shadow: none;
    display: none;
}
.typeheader-4
    .container-megamenu.vertical
    #menuHeading
    .megamenuToogle-wrapper
    .megamenuToogle-pattern
    .container:after {
    content: '';
    font-family: 'FontAwesome';
    color: currentColor;
    font-size: 10px;
    display: inline-block;
    margin: 0 20px 0 auto;
    display: none;
}
.typeheader-4
    .container-megamenu.vertical
    #menuHeading
    .megamenuToogle-wrapper
    .megamenuToogle-pattern
    .container:hover {
    cursor: pointer;
}
.typeheader-4 .container-megamenu.vertical:hover #menuHeading .megamenuToogle-wrapper {
    background-color: transparent;
}
.typeheader-4 .container-megamenu.vertical .vertical-wrapper {
    z-index: 3;
}
@media (min-width: 992px) {
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu {
        position: relative;
        box-shadow: 0 2px 5px #0000001a;
        background-color: #fff;
        padding: 10px 0;
        border-radius: 0px 0px 5px 5px;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
        cursor: pointer;
        padding: 0;
        border: none;
        margin: 0 0px;
        position: relative;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 500;
        padding: 15px 0px;
        margin: 0 20px;
        line-height: 100%;
        position: relative;
        text-transform: capitalize;
        background: none;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a span strong > img {
        opacity: 0.4;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i.fa {
        width: 30px;
        padding: 0;
        text-align: center;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a:before {
        width: 2px;
        height: 0;
        background-color: #000;
        position: absolute;
        left: -20px;
        top: 50%;
        content: '';
        transition: all 0.2s;
        transform: translateY(-50%);
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a:hover {
        color: #000;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a:hover span strong > img {
        opacity: 1;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a:hover:before {
        height: 30px;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active,
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover {
        box-shadow: none;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active > a,
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a {
        color: #000;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
        margin: 13px 20px 13px 20px;
        line-height: 100%;
        display: flex;
        align-items: center;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i {
        position: unset;
        width: 20px;
        height: 20px;
        background: url(../../images/icon/Vertical_More.png) no-repeat center center;
        background-size: 20px;
        padding: 0;
        margin-right: 15px;
        vertical-align: middle;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i:before {
        display: none;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore .more-view {
        font-size: 15px;
        font-weight: 500;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content {
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
        border-radius: 0px 5px 5px 0px;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper ul.megamenu .mega-style1 > .sub-menu .content > .row {
        padding-top: 0;
    }
    .typeheader-4
        .container-megamenu.vertical
        .vertical-wrapper
        ul.megamenu
        .mega-style1
        > .sub-menu
        .content
        .static-menu
        .menu
        > ul
        > li {
        margin: 0;
        padding: 0;
        /*
							a.main-menu{
								font-size: 16px;
								color: $mainColor;
								font-weight: 500;
								margin:0;
								line-height:30px;
								padding:2px 0;
							}
							*/
    }
    .typeheader-4
        .container-megamenu.vertical
        .vertical-wrapper
        ul.megamenu
        .item-vertical.css-menu
        .content
        .menu
        ul
        li
        ul {
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
        border-radius: 0px 5px 5px 0px;
    }
}
@media (min-width: 1200px) {
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper {
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        position: absolute;
        width: 100%;
        top: 100px;
    }
    .typeheader-4 .container-megamenu.vertical:hover .vertical-wrapper {
        visibility: visible;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        top: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .typeheader-4 .container-megamenu.vertical .vertical-wrapper {
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        position: absolute;
        width: 100%;
        top: 100px;
    }
    .typeheader-4 .container-megamenu.vertical .vertical-open {
        visibility: visible;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        top: 100%;
    }
    .typeheader-4 .container-megamenu.vertical .megamenuToogle-wrapper-open {
        background-color: #fff !important;
    }
    .typeheader-4 .container-megamenu.vertical ul.megamenu > li > .sub-menu {
        max-width: 220%;
    }
}
.common-home .typeheader-4 .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
    background-color: transparent;
}
.common-home .typeheader-4 .container-megamenu.vertical .vertical-wrapper {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    top: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .common-home .typeheader-4 .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
        background-color: transparent;
    }
    .common-home .typeheader-4 .container-megamenu.vertical .vertical-wrapper {
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        position: absolute;
        width: 100%;
        top: 100px;
    }
    .common-home .typeheader-4 .container-megamenu.vertical .vertical-open {
        visibility: visible;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        top: 100%;
    }
    .common-home .typeheader-4 .container-megamenu.vertical .megamenuToogle-wrapper-open {
        background-color: #fff !important;
    }
}
.typeheader-4.navbar-compact .container-megamenu.vertical .vertical-wrapper {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    position: absolute;
    width: 100%;
    top: 100px;
}
.typeheader-4.navbar-compact .container-megamenu.vertical:hover .vertical-wrapper {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    top: 100%;
}
