/**
* Do not edit or add to this file
* If you need help please contact <contact@helioswebcorp.com>
* @author    HeliosWebcorp Company <contact@helioswebcorp.com>
* @copyright 2020 HeliosWebcorp
* @license   please read license in file license.txt
* @package   Mega menu premium - design drag/drop easier
*/

.hwc-fa-angle-left-menu{
    display: none;
}
.hwc-alert-success
{
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
    padding: 12px;
}
.hwc-alert-danger{
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: 12px;
}
.fa-angle-down{
    display: none;
}
::placeholder {
    color: gray !important;
    opacity: 1;
}
/*Start size columns*/
.hwc-button-active-menu-mobide{
    display: none;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 1em;
    min-height: 1.5em;
    line-height: 1.5em;
    flex-basis: 70%;
    cursor: pointer;
}
.hwc-hamburger{
    display: none;
}
.hwc-button-menu {
    cursor: pointer;
    padding-left: 0.5em;
}

.hwc-rtl .hwc-button-menu{
    padding-left:0;
    padding-right: 1em;
}

.hwc-button-back {
    cursor: pointer;
    padding-right: 1em;
}

.hwc-rtl .hwc-button-back{
    padding-right:0;
    padding-left:1em;
}

.hwc-column-size-1{
    width: 8.33333%;
    width: calc(8.33333% - 21px);
    width: -webkit-calc(8.33333% - 21px);
}

.hwc-bubble{
    background: rgb(18, 208, 255);
    color: white;
    font-size: 10px;
    font-weight: bold;
    word-break: break-all;
    height: fit-content;
    width: 23%;
}

.hwc-column-size-2{
    width: 16.6667%;
    width: calc(16.6667% - 21px);
    width: -webkit-calc(16.6667% - 21px);
}
.hwc-column-size-3{
    width: 25%;
    width: calc(25% - 21px);
    width: -webkit-calc(25% - 21px);
}
.hwc-column-size-4{
    width: 33.333%;
    width: calc(33.333% - 21px);
    width: -webkit-calc(33.333% - 21px);
    /* height: 500px !IMPORTANT; */
}
.hwc-column-size-5{
    width: 41.6667%;
    width: calc(41.6667% - 20px);
    width: -webkit-calc(41.6667% - 20px);
}
.hwc-column-size-6{
    width: 50%;
    width: calc(50% - 21px);
    width: -webkit-calc(50% - 21px);
}
.hwc-column-size-7{
    width: 58.3333%;
    width: calc(58.3333% - 21px);
    width: -webkit-calc(58.3333% - 21px);
}
.hwc-column-size-8{
    width: 66.6667%;
    width: calc(66.6667% - 21px);
    width: -webkit-calc(66.6667% - 21px);
}
.hwc-column-size-9{
    width: 75%;
    width: calc(75% - 21px);
    width: -webkit-calc(75% - 21px);
}
.hwc-column-size-10{
    width: 83.3333%;
    width: calc(83.3333% - 21px);
    width: -webkit-calc(83.3333% - 21px);
}
.hwc-column-size-11{
    width: 91.6667%;
    width: calc(91.6667%% - 21px);
    width: -webkit-calc(91.6667% - 21px);
}
.hwc-column-size-12{
    width: 100%;
    width: calc(100% - 21px);
    width: -webkit-calc(100% - 21px);
}
/*End size columns*/

.hwc-nav{
    clear: both;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    min-height: 2vh;
    background: rgb(51, 51, 51);
    font-size: 16px;
    border-top: 1px solid #e7e7e7;
}

.hwc-nav .hwc-nav-wrapper{
    width: 82%;
    height: 100%;
    margin: 0 auto;
}

.hwc-nav-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.hwc-nav-wrapper .hwc-nav-link{
    flex-basis: 85%;
    height: 100%;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.hwc-nav-link > .hwc-li-vertical{
    position: relative;
    height: 100%;
    width: 270px;
}

.hwc-nav-link li > a{
    height: 100%;
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    padding: 1em 0.5em;
    border-right: 1px solid #e7e7e7;
    text-align: left;
}

.hwc-rtl .hwc-nav-link li > a{
    text-align:right;
    padding-right: 1em;
}

.hwc-nav-link li > .hwc-notification{
    position: relative;
}

.hwc-notification .hwc-bubble{
    position: absolute;
    top: 0.4em;
    right: 17px;
    /* right: -3em; */
    text-align: center;
    min-width: 40px;
}

.hwc-nav-link li:hover > .hwc-tabs
{
    opacity: 1;
    visibility: visible;
    display: none;
}

.hwc-nav-link .hwc-menu-hozional:hover > .hwc-menu-content{
    opacity: 1;
    visibility: visible;
}

.hwc-nav-wrapper .hwc-extra-item{
    flex-basis: 15%;
    height: 100%;
    padding: 15px 0;
    position: relative;
}

.hwc-arrow-down{
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom: 0.2em;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
}

.hwc-nav-link .hwc-li-vertical:hover .hwc-tabs{
    visibility:visible;
    opacity:1;
    display:block;
}

.hwc-menu-content{
    position:absolute;
    min-height: 100%;
    width: 80vw;
    left: 0;
    z-index: 11;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    background: black;
    height: fit-content;
    overflow: auto;
    max-height: 90vh;
}
.hwc-rtl .hwc-menu-content{
    left:unset;
    right:0;
}
/*Tabs*/
.hwc-tabs {
    z-index: 10;
    position: absolute;
    opacity: 0;
    transition: 300ms;
    visibility: hidden;
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    background: rgb(51,51,51);
}

/*.hwc-tabs li{*/
/*    position: relative;*/
/*}*/

.hwc-tabs li > a{
    text-align: left;
    padding: 0.8em 0;
    padding-left: 1em;
    position: relative;
    border-right:none;
    font-size: 14px;
}

.hwc-rtl .hwc-tabs li > a{
    text-align: right;
    padding-right:1em;
}

.hwc-tabs li > a .fa-angle-right{
    position: absolute;
    right: 10px;
}

.hwc-tabs li > a .fa-angle-left{
    position: absolute;
    left: 10px;
}

.hwc-tabs li:hover .hwc-tab-content{
    opacity: 1;
    visibility: visible;
}

.hwc-tab-content{
    position: absolute;
    z-index: 11;
    left: 100%;
    top: 0;
    width: 70vw;
    min-height: fit-content;
    background: inherit;
    opacity: 0;
    visibility: hidden;
    transition:300ms;
    padding:0;
    overflow: auto;
    height: fit-content;
    max-height: 90vh;
}

.hwc-rtl .hwc-tab-content{
    left:0;
    right:100%;
}

/*Columns*/
.hwc-columns-ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    width: 98%;
    margin: 0 auto;
    justify-content: space-around;
}
.hwc-rtl .hwc-columns-ul{
    justify-content:flex-end;
}

.hwc-column{
    padding: 4px;
    height: fit-content;
    margin: 2px 0 10px 0px;
}
.hwc-column a {
    border-right: none !important;
    font-weight: unset !important;
}

.hwc-column h5{
    min-height: 1.25em !important;
    line-height: 1.25;
}
/*Blocks*/
.hwc-blocks-ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 95%;
    flex-wrap: wrap;
    margin: 0 auto;
}
.hwc-blocks-ul .hwc-block{
    width: 100%;
    margin: 8px 0;
    padding: 8px;
    font-size: 15px;
}
.hwc-blocks-ul .hwc-block img{
    width:100%;
    transition: transform 1s;
}

.hwc-block .hwc-block-type-image, .hwc-block-type-image img{
    width: 100%;
}

.hwc-block .hwc-block-type-image{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.hwc-block-content{
    display: block;
    height: fit-content !important;
}

.hwc-block-content li{
    height: fit-content !important;
    margin: 0px auto;
}

.hwc-block-content li a{
    padding: 10px 0px;
    text-align:left;
    word-break: break-word;
    height: fit-content !important;
}

.hwc-block-content li:hover a
{
    background: none !important;
}

.hwc-block-content li a i{
    margin-right: 4px;
}

.hwc-block-content h5,.hwc-block-content p{
    margin:0;
}

/*.hwc-column:first-child {*/
/*    margin-left: 1em;*/
/*}*/

.hwc-block-content li {
    border-bottom: 1px solid #e7e7e7;
}

.hwc-block-content li:last-child {
    border-bottom: none;
}

.hwc-product-li {
    margin: 6px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.hwc-product-image {
    flex-basis: 25%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

.hwc-blocks-ul .hwc-block img:hover {
    object-fit: fill;
    transform: scale(1.1);
}

.hwc-product-infor {
    flex-basis: 70%;
}

/*Contact form*/
.hwc-block-content{
    width:100%;
}

.hwc-block-content .hwc-block-contact-form{
    list-style: none;
    display: flex;
    flex-direction:column;
    flex-wrap:wrap;
}
.hwc-block-content .hwc-block-contact-form li{
    margin: 9px 0;
    border-bottom:none;
}
.hwc-block-content .hwc-block-contact-form li input[type="text"],
.hwc-block-content .hwc-block-contact-form li input[type="email"],
.hwc-block-content .hwc-block-contact-form li select,
.hwc-block-content .hwc-block-contact-form li textarea
{
    width:100%;
    height: 100%;
    padding: 6px;
    border: 1px solid rgb(224,224,224);
    background: rgb(241,241,241);
}
.hwc-block-content .hwc-block-contact-form li input[type="button"]{
    font-size: 14px;
    color: rgb(202,202,202);
    background: black;
    border: none;
    padding: 4px 12px;
}

/*Search input*/
.hwc-search {
    text-align: right;
    width: fit-content;
    float: right;
}
.hwc-search-icon{
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.hwc-search:hover #hwc-form-search{
    display: block;
    opacity: 1;
    visibility: visible;
}
#hwc-form-search{
    position: absolute;
    top: 100%;
    right: 0;
    width: fit-content;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    z-index: 999;
}
.hwc-rtl #hwc-form-search{
    left:0;
    right:unset;
}
.hwc-input-search {
    padding: 10px;
    border: 1px solid rgb(51,51,51);
}
.hwc-btn-submit {
    position: absolute;
    top: 0px;
    height: 100%;
    background: inherit !important;
    color: black !important;
    border: none;
    right: 0;
}
.hwc-rtl .hwc-btn-submit{
    left:4px;
    right:unset;
}
/*Responsive*/
@media screen and (min-width: 1260px) {
    .hwc-nav .hwc-nav-wrapper {
        width: 1113px;
    }
    .hwc-nav-wrapper .hwc-nav-link {
        flex-basis: 95%;
    }
    .hwc-nav-wrapper .hwc-extra-item {
        flex-basis: 5%;
    }
    .hwc-tab-content{
        width: 900px;
    }
    .hwc-menu-content{
        width: 75vw;
    }
}
@media screen and (max-width: 1750px) {
    .hwc-nav .hwc-nav-wrapper {
        width: 1115px;
    }
    .hwc-nav-wrapper .hwc-nav-link {
        flex-basis: 95%;
    }
    .hwc-nav-wrapper .hwc-extra-item {
        flex-basis: 5%;
    }
    .hwc-tab-content{
        width: 900px;
    }
    .hwc-menu-content{
        width: 75vw;
    }
}
@media screen and (max-width: 1400px) {
    .hwc-nav .hwc-nav-wrapper {
        width: 1115px;
    }
    .hwc-nav-wrapper .hwc-nav-link {
        flex-basis: 95%;
    }
    .hwc-nav-wrapper .hwc-extra-item {
        flex-basis: 5%;
    }
    .hwc-tab-content{
        width: 900px;
    }
    .hwc-menu-content{
        width: 75vw;
    }
}
@media screen and (max-width: 1199px) {
    .hwc-nav .hwc-nav-wrapper {
        width: 968px;
    }
    .hwc-nav-wrapper .hwc-nav-link {
        flex-basis: 95%;
    }
    .hwc-nav-wrapper .hwc-extra-item {
        flex-basis: 5%;
    }
    .hwc-tab-content{
        width: 700px;
    }
    .hwc-menu-content{
        width: 80vw;
    }
}
@media screen and (max-width: 991px) {
    .hwc-nav .hwc-nav-wrapper {
        width: 727px;
    }
    .hwc-nav-wrapper .hwc-nav-link {
        flex-basis: 95%;
    }
    .hwc-nav-wrapper .hwc-extra-item {
        flex-basis: 5%;
    }
    .hwc-tab-content{
        width: 500px;
    }
    .hwc-menu-content{
        width: 80vw;
    }
}

@media screen and (max-width: 1260px) {
    .hwc-blocks-ul {
        margin: unset !important;
        /* flex-direction: row; */
    }
    .hwc-nav-link .hwc-li-vertical:hover .hwc-tabs{
        visibility:hidden;
        display: none;
        opacity:0;
    }
    .hwc-block-content li a i{
        display:none;
    }
    .hwc-nav{
        height: fit-content;
        min-height: unset;
    }
    .hwc-nav-link{
        position: fixed !important;
        top: 0;
        display: flex !important;
        flex-direction: column;
        left: 0;
        z-index: 10;
        transform: translateX(-100%);
        width: 30vw;
        transition: 300ms;
        justify-content: sp !important;
        align-items: center !important;
        background: rgb(246, 246, 246);
    }
    .hwc-rtl .hwc-nav-link{
        right:0;
        transform: translateX(100%);
    }

    .hwc-nav-link .hwc-menu-hozional, .hwc-nav-link .hwc-li-vertical{
        width: 100%;
        border-bottom: 1px solid;
        /* flex-basis: 100%; */
        /* position: relative; */
    }
    .hwc-nav-link .hwc-li-vertical{
        height: unset;
    }

    .hwc-menu-vertical{
        background: unset;
        text-align: left !important;
    }
    .hwc-nav-link li > a{
        color: black !important;
        border-right: none;
        text-align: left !important;
        font-weight:unset !important;
        width: 100%;
        word-break: break-all;
        background: inherit !important;
        font-weight:bold !important;
    }
    .hwc-rtl .hwc-nav-link li > a{
        text-align:right !important;
    }
    .hwc-arrow-down{
        display:none;
    }
    .hwc-tabs a{
        width:100% !important;
    }
    .hwc-li-vertical .hwc-tabs{
        left: 100%;
        top: -100%;
        width: 70vw;
        height: 100vh;
        overflow-x: hidden;
    }

    .hwc-rtl .hwc-li-vertical .hwc-tabs{
        right:100%;
        left:unset !important;
    }

    .hwc-hamburger{
        height: 50px;
        background: black !important;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        color: white;
        font-weight: bold;
        font-size: 20px;
    }
    .hwc-tabs > li{
        position: unset;
        clear: both;
        /* z-index: 99; */
        height: fit-content;
        justify-content: space-between;
        background: #ffffff !important;
    }
    .hwc-tabs li > a{
        color: black !important;
        font-size: 20px;
        height: 64px;
        /* line-height: 50px; */
    }
    .hwc-column{
        min-height: unset !important;
        margin: 0px;
        /* margin-right: 8px; */
        /* margin-left: 14px; */
    }
    .hwc-column h5, .hwc-column p,.hwc-column span{
        margin-top: 1em;
        padding: 4px;
    }
    .hwc-column h5{
        font-size: 25px !important;
    }
    .hwc-tab-content{
        /* left:0; */
        width:100%;
        /* top:100%; */
        position: unset;
        display: none;
        background-image: unset !important;
    }
    .hwc-tabs li > a .fa-angle-right{
        right: 1em;
    }
    .hwc-menu-content{
        left:100%;
        top:0;
        width: 74vw;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100vh;
        display: none !important;
    }
    .hwc-rtl .hwc-menu-content{
        right:100%;
        left:unset;
    }
    .hwc-rtl .hwc-columns-ul
    {
        /* flex-direction:unset; */
        justify-content: unset;
    }
    .hwc-nav-link .hwc-column  a {
        color: black !important;
        font-size: 18px;
    }

    .hwc-block-content li{
        border-bottom:none;
    }

    .hwc-column-size-1{
        width: 15%;
        width: calc(15% - 11px );
        width: -webkit-calc(15% - 11px );
    }
    .hwc-column-size-2{
        width: 18%;
        width: calc(18%);
        width: -webkit-calc(22% - 18px);
    }
    .hwc-column-size-3{
        width: 30%;
        width: calc(30%);
        width: -webkit-calc(32%);
    }
    .hwc-column-size-4{
        width: 36%;
        width: calc(36% - 21px);
        width: -webkit-calc(36% - 25px);
    }
    .hwc-tabs-open, .hwc-tab-content-open, .hwc-menu-content-open{
        opacity:1 !important;
        visibility:visible !important;
        display:block !important;
        /* background-image: unset !important; */
    }
    .hwc-button-active-menu-mobide{
        display: block;
    }
    .hwc-nav-link-open{
        transform:translateX(0%) !important;
    }

    .fa-angle-right, .fa-angle-left{
        display: none;
    }
    .hwc-fa-angle-left-menu {
        display: inline-block;
    }
    .fa-angle-down{
        display: block;
        position: absolute;
        right: 1em;
        top: 1.5em;
    }
    .hwc-rtl .fa-angle-down{
        left: 1em;
        right: unset;
        top: 0.5em;
    }
    .hwc-notification .hwc-bubble{
        right:6em;
    }

}


@media screen and (max-width: 768px) {
    .hwc-li-vertical .hwc-tabs {
        top: -77%;
        height:100vh;
    }
}



@media screen and (max-width: 765px) {
    .hwc-nav{
        width: 100vw;
        height: 10vh;
    }
    .hwc-nav .hwc-nav-wrapper {
        width: 100%;
        height: 100%;
    }
    .hwc-button-active-menu-mobide{
        height: 100%;
        min-height: unset;
    }

    .hwc-nav-link{
        width:80vw;
        height:100vh !important;
        align-items: center !important;
        justify-content: flex-start;
        flex-flow: row wrap !important;
        flex-direction: row;
        align-content: baseline;
        overflow-x:hidden;
        overflow-y: auto;
        transition: 300ms;
        transform: translateX(-100%);
        background: rgb(246, 246, 246) !important;
        color: black;
    }
    .hwc-rtl .hwc-nav-link{
        transform: translateX(100%);
    }
    .hwc-nav-link > li{
        border-bottom: 1px solid rgb(221,221,221) !important;
    }
    .hwc-nav-link .hwc-li-vertical{
        height: fit-content;
        position: unset;
        background: inherit
        width: 100%;
        height:unset !important;
    }
    .hwc-nav-link .hwc-li-vertical .hwc-menu-vertical,
    .hwc-nav-link .hwc-menu-hozional .hwc-menu-a-hozional{
        color:black !important;
        /* font-weight:bold !important; */
        position: relative;
        background: inherit !important;
        text-align: right;
    }

    .hwc-nav-link li:hover > a,
    .hwc-nav-link .hwc-menu-hozional:hover .hwc-menu-a-hozional{
        background:inherit !important;
        color:inherit !important;
    }
    .hwc-li-vertical a{
        height:unset !important;
        background: inherit !important;
    }
    .hwc-li-vertical .hwc-tabs{
        position:unset;
        z-index:999;
        width:100%;
        height:fit-content !important;
        display:flex;
        flex-direction:row;
        opacity:0;
        visibility: hidden;
        background: rgb(255,255,255);
        overflow:unset;
        display:none;
        transition: 300ms;
    }
    .hwc-arrow-down{
        display: inline-block !important;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #232323 !important;
        position: absolute;
        right: 1em;
        top: 1.5em;
    }
    .hwc-rtl .hwc-arrow-down{
        right:unset;
        left:1em;
    }
    .hwc-notification .hwc-bubble{
        width:20% !important;
        right:4em;
    }
    .hwc-rtl .hwc-notification .hwc-bubble{
        right:unset;
        left:6em;
        width:20% !important;
        min-width: 40px;
    }
    .hwc-tabs li:hover > a{
        background:inherit !important;
        color:rgb(18, 208, 255) !important;
    }
    .hwc-menu-hozional .hwc-menu-content{
        display:none;
        opacity:0;
        visibility:hidden;
        position:unset;
        width:100%;
        height:fit-content !important;
        background-image: unset !important;
        background: inherit;
    }

    .hwc-menu-content .hwc-columns-ul{
        display:flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .hwc-columns-ul .hwc-column{
        flex-basis: 100%;
        width:100% !important;
    }

    .hwc-tabs li{
        width: 100%;
        flex-basis:100%;
    }
    .hwc-tabs li .hwc-tab-content{
        position:unset;
        width:100;
        background:inherit !important;
        display:none;
        opacity:0;
        visibility:visible;
    }
    .hwc-tab-content .hwc-columns-ul{
        width: 100%;
        height: fit-content !important;
        background: inherit;
    }
    .hwc-columns-ul li a{
        color: inherit !important;
    }
    .hwc-columns-ul .hwc-column {
        background:inherit !important;
        margin: 8px 0px;
    }
    .hwc-columns-ul .hwc-column:last-child{
        margin-bottom: 4em;
    }
    .hwc-columns-ul .hwc-column h5{
        border-bottom: 1px solid;
    }
    .hwc-columns-ul .hwc-column h5,
    .hwc-columns-ul .hwc-column a{
        color: black !important;
        padding: 8px 0px;
    }

    .hwc-block a, .hwc-block p, .hwc-block h5, span{
        color:black !important;
    }

    .hwc-block-type-category .hwc-block-content li:hover a{
        color: rgb(253, 132, 132) !important;
    }

    .fa-long-arrow-right
    {
        display:none;
    }

    .hwc-nav-link-open{
        transform: translateX(0%) !important;
    }
    .hwc-nav-link-open-child{
        flex-direction:row;
    }

    .hwc-extra-item{
        flex-basis: 30% !important;
        top: 3.5em;
        right: 0em;
        background: inherit;
        transform: translate(-2em, -3em);
    }
    .hwc-rtl .hwc-extra-item{
        transform: translate(0, -3em);
    }
    #hwc-form-search{
        top:60%;
    }

    .hwc-tabs li a{
        color:gray !important;
    }

    /*Override dynamic style css when is mobie status*/
    .hwc-nav .hwc-nav-wrapper .hwc-nav-link .hwc-li-vertical .hwc-tabs li a,
    .hwc-nav .hwc-nav-wrapper .hwc-nav-link .hwc-li-vertical .hwc-tabs li,
    .hwc-nav .hwc-nav-wrapper .hwc-nav-link .hwc-menu-hozional .hwc-menu-a-hozional
    {
        color: inherit !important;
        background: inherit !important;
    }
    .hwc-nav .hwc-nav-wrapper .hwc-nav-link .hwc-li-vertical .hwc-tabs li:hover a,
    .hwc-nav .hwc-nav-wrapper .hwc-nav-link .hwc-menu-hozional:hover .hwc-menu-a-hozional
    {
        background: inherit !important;
        color: inherit !important;
    }
    .hwc-block-type-html p *{
        color:black !important;
    }
    .hwc-fa-angle-left-menu {
        display:none;
    }
}






