body.mw-live-edit {
    margin-top: 0 !important;
}

.inline-block {
    display: inline-block !important;
}

/* Q  THEME */
.newsletter-holder .alert {
    font-size: 16px;
    margin-top: 13px;
    padding: 2px 10px;
}

.leave-message-holder .captcha-holder > input,
.leave-message-holder .captcha-holder > div {
    margin: 0;
}

/*.material-icons:not(.mw-) {
    margin-top: -6px !important;
}*/

.checkout-modal .js-shopping-cart .products .product .title, .checkout-modal .js-shopping-cart .products .product .price, .checkout-modal .js-shopping-cart .products .product .action {
    padding-top: 28px;
}

.checkout-modal .js-shopping-cart .products .product .qty {
    padding-top: 16px;
}

/* My Orders Modal */
.my-orders-modal .modal-content {
    border: 1px solid #c3c3c3 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: #f5f5f5;
    color: #505050;
}

.my-orders-modal .modal-header {
    padding-bottom: 0;
    border-color: #c3c3c3;
    border: 0;
}

.my-orders-modal .modal-header .close {
    margin-top: -25px;
    margin-right: -25px;
    background: #f5f5f5;
    opacity: 1;
    color: #505050;
    padding: 1px 5px;
    border: 1px solid #c3c3c3;
    border-radius: 100%;
}

.my-orders-modal .modal-dialog {
    /*max-width: 500px;*/
}

.my-orders-modal .modal-body {
    padding: 20px 60px;
}

.my-orders-modal .modal-body .form-control {
    background: #fff;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #505050;
    font-size: 16px;
}

.my-orders-modal .modal-body p {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 24px;
}

.my-orders-modal .modal-body .icon {
    text-align: center;
    margin-bottom: 20px;
}

.my-orders-modal .modal-body .icon i {
    font-size: 45px;
    color: #333;
}

.my-orders-modal .personal-data {
    color: #bbbbbb !important;
    text-align: justify !important;
}

.text-green {
    color: green;
}

.text-red {
    color: red;
}

.section-6 {
    position: relative;
    overflow: hidden;
}

.section-11 .btn {
    margin: 10px 5px;
}

.pricing-list .plan {
    padding-top: 27px;
}

.pricing-list .feature.plan {
    padding-top: 0px;
}

.mw-live-edit .pricing-list {
    padding-top: 20px;
}

.module-btn .btn i {
    font-size: 1.3em;
    line-height: 1em;
    margin-right: 5px;
}

.module-btn .btn-lg i {
    font-size: 1.2em;
    line-height: 1em;
    margin-right: 5px;
}

.modal-body {
    padding: 0px 25px 25px;
}

.navigation .navbar-header .logo img {
    max-height: 70px;
    width: auto;
}

@media screen and (min-width: 992px) {
    .tabs-2 .nav-tabs {
        /*border-bottom: 3px solid #3d00b4;*/
        height: 49px;
    }
}

.mw-custom-fields .mw-ui-label {
    color: #fff;
    font-weight: bold;
}

.modal-backdrop {
    z-index: 3 !important;
}

@media screen and (min-width: 1450px) {
    .navigation .menu {
        padding-left: 38px;
    }
}

/*

.navigation.sticky {
    height: auto !important;
}*/

.container .container {
    /*max-width: 100%;*/
}

.dropdown-menu > li > a:focus {
    background-color: #f5f5f5 !important;
}

.navigation .menu .list.menu_1:not(.collapseNav-initialized) li {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

.navigation .menu .list.menu_1:not(.collapseNav-initialized) li:first-child {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

@media (min-width: 1204px) {
    .container {
        /*max-width: 1204px !important;*/
        /*width: 1204px !important;*/
    }
    .menu .list>li.active>a:after {
        background: none !important;
        height: 0px !important;
    }
    .menu ul.menu-root > li:last-child {
        /*position: absolute !important;*/
        /*right: 0;*/
        /*top: 0;*/
        float: right;
    }
    .member-nav .search input {
        font-size: 11px;
    }
}
@media (min-width: 992px) {
    .menu .list>li.active>a:after {
        background: none !important;
        height: 0px !important;
    }
    .navigation .menu .list>li:hover>a:after {
        background: none;
        height: 0px;
    }
    .navigation .menu .list li a {
        font-size: 12px;
    }
}
.navigation .menu .list>.has-sub-menu>a .caret {
    border: none !important;
    background: url(../img/icon-down-menu.png);
    width: 15px;
    height: 10px;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(-50%);
    bottom: -8px;
    right: -14px;
    top: 30%;
    left: unset;
    border:none !important;
}

/*-----------------------CSS Button-----------------------*/
.btn--sharp {
    border-radius: 5px;
    text-transform: capitalize;
    font-size: .625em;
}
.btn--sharp.type-black:hover,
.btn--sharp.type-black:active,
.btn--sharp.type-black:focus,
.btn--sharp.type-black:visited,
.btn--sharp.type-black {
    background-color: #444444;
    border-color: #444444 !important;
}
.btn--sharp.type-grey {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.btn.btn--sharp.type-black .btn__text,
.btn.btn--sharp.type-red .btn__text {
    color: #FFF ;
}
.btn.btn--sharp.type-grey .btn__text,
#sharp-template .sharp-navbar a.nav-function i{
    color: #444444;
}
.btn.btn--sharp.type-black .btn__text,
.btn.btn--sharp.type-seeourrange-red .btn__text,
.btn.btn--sharp.type-grey .btn__text {
    font-weight: 600;
}
.btn--sharp.type-seeourrange-red:hover,
.btn--sharp.type-seeourrange-red:active,
.btn--sharp.type-seeourrange-red:focus,
.btn--sharp.type-seeourrange-red:visited,
.btn--sharp.type-seeourrange-red {
    background-color: #e6000d;
    border-color: #e6000d !important;
    color: #fdf2f2;
    /*padding: 13px 19px;*/
    font-size: 12px;
}
.btn-medium {
    padding: 13px 19px;
    font-size: 12px;
}
.btn--sharp.type-dark-grey {
    background-color: #757575;
    border-color: #757575;
    color: #f3f3f3;
    font-size: 12px;
}
/*--------------------And CSS Button------------------------------*/

/* Add class Header */
.dropdown-menu {
    width: 100%;
}
@media (min-width: 1200px) {
    .navigation .menu .list li:hover>ul {
        opacity: 0;
        visibility: visible;
        transform: scaleY(1) scaleX(1);
    }
}
.menu-mega {
    opacity: 1;
    max-width: 100%;
    display: -webkit-box;
    background-color: #ffffff !important;
    background: #ffffff !important;
}
.container-head {
    width: 1204px;
    margin: 0px auto;
    display: flex;
}
.title-header-sub {
    padding-bottom: 50px;
    padding-left: 40px;
}
.title-header-sub h3 {
    font-size: 24px;
    font-family: 'Helvetica';
    color: #444444 !important;
}
.container-head {
    padding-bottom: 60px;
    padding-left: 15px;
}
.container-head li>a{
    color: #444444;
}
.container-head li ul li a {
    color: #757575;
}
.container-head a {
    font-size: 18px !important;
    font-family: 'Helvetica';
    color: #757575;
}
.container-head ul a {
    color: #757575 !important;
}
/*.navigation .menu .list>li>ul a {*/
/*    color: #444444 !important;*/
/*}*/
ul.menu-mega .dropdown-toggle::after {
    content: unset;
}
.navigation .menu .list>li>ul a:hover {
    background: none;
}
.container-head li:first-child:hover .container-head li ul:first-child{
    display: block;
    opacity: 1;
    color: black !important;
}

.container-head li:hover .container-head li ul{
    color: black;
    display: block !important;
    visibility: unset;
    transform: unset;
    opacity: 1 !important;
}
.close-mega-menu {
    opacity: 1;
}
.navigation .menu .list>li:focus:after {
    background: none !important;
}
.navigation .menu .list>li:hover:after {
    background: none !important;
    /*content: unset;*/
}
.navigation .menu .list li:hover>ul:hover {
    opacity: 1 !important;
    visibility: unset !important;
    transform: unset !important;
}
.navigation .menu .list .container-head:hover>ul {
    opacity: 1 !important;
    visibility: unset !important;
    transform: unset !important;
}
.navigation .menu .list .container-head li:hover>ul {
    opacity: 1 !important;
    visibility: unset !important;
    transform: unset !important;
}
@media (max-width: 768px) {
    .navigation .menu .list>.has-sub-menu>a .caret {
        right: 10px;
    }
    .navigation .menu .list>li>ul a:hover {
        background: #fbdd05;
    }
    .navigation .menu .list {
         padding: 0 0;
    }
    .navigation .menu .list .dropdown.show {
        padding-bottom: 0px;
    }
}
.icon-submenu {
    background: url(../img/icon-right-menu.png);
    background: url(../img/icon-right-menu.png);
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(-50%);
    top: 35%;
    margin-left: 20px;
}

@media (min-width: 992px) {
/*    .navigation-holder {
        margin-bottom: 83px;
        overflow: auto;
    }*/
}
/* End Header menu */
/* Custom module Subscribe Email */

.border-follow {
    width: 90%;
    height: 1px;
    background-color: #ebebeb;

}
.dis-follow {
    margin-top: 10px;
}
.section-follow {
    background: #f2f2f2;
}
#subscribe_social_linke din {
    margin-top: -20px;
}
#subscribe_social_linkedin i {
    color: #444444;
}
.text-linkedin {
    margin-top: 12px;
}
.post-linkedin .share-update-card{
    background: none;
}
.icon-linkedin {
    margin-top: -20px;
}
.logo-container h4 {
    font-size: 32px;
    font-weight: 400;
    font-family: 'Helvetica';
    color: #444444;
    margin-bottom: 0px;
}
/* End Custom module Subscribe Email */

/*-----------------------------------**CUSTOM**--------------------------------------*/
/* Compare Product in Category */
.ng-hide {
    display: none;
}
.shoptable th {
    background-color: #FFF !important;
    color: #333;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd !important;
}
.comparison-data-value {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd !important;
}
.card--product .card--product__compare-box input[type=checkbox] {
    display: block;
}
.modal-dialog {
    margin-top:90px;
}
#showMyItemProductDetail .table th, #showMyItemProductDetail .table td {
    padding: 8px !important;
}
.shoptable tr:first-child th {
    border-top: 0px !important;
}
.shoptable tr:first-child {
    border-top: 1px solid #ddd !important;
}
.product-comparison h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500 !important;
    font-family: 'Helvetica';
}
.comparison-data-value {
    text-align: center !important;
}
.shoptable tr:first-child th {
    text-align: center !important;
}
.shoptable>tbody>tr:nth-of-type(even) {
    background-color: white;
}

.closeModalProduct {
    font-size: 35px;
    width: 50px;
    background-color: transparent;
    border: none;
    display: inline-block;
    padding: 0px;
    text-align: center;
}
.closeModalProduct:hover {
    color: #E6000D;
}
.shoptable {
    width: 100%;
}
.shoptable > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.shoptable > tbody > tr:nth-of-type(odd) th{
    background-color: rgb(242, 242, 242) !important;
}
.shoptable > tbody > tr:first-child th{
    background-color: rgb(242, 242, 242) !important;
}
/* End Compare Product in Category */

/* List Product in Shop */
.span-compare-product, .button-compare-detail {
    padding: 2px 4px 3px 4px;
    font-size: 12px;
}
.button-compare-detail {
    background: #0089e4;
    color: #fff;
}
/* End List Product in Shop */

.block-description-product {
    font-weight: 300;
    font-size: 14px;
}

.item-product {
    background-color: white;
    display: block;
    padding: 12px;
    padding-bottom: 40px;
    border-radius: 4px;
    position: relative;
    height: 100%;
}

.block-btn-compare {
    position: absolute;
    bottom: 8px;
    left: 12px;
}
.block-title-product {
    margin: 5px 0px;
    text-align: center;
}
.block-title-product a {
    text-decoration: none;
    text-transform: none;
    font-size: 16px;
    color: #000;
}

.block-image-product {
    height: 155px;
    text-align: center;
}
.text-compare-product {
    display: inline-block;
}
#product-filter-result .product-is-loading {
    position: absolute;
    z-index: 4;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 95%;
    background: #ffffff8f;
    padding-top: 40px;
}


.link-file{
    color: #1A1A1A;
    position: relative;
}

.link-file i{
    font-size: 25px;
    margin-right: 10px;
    transition: 0.3s;
}

.link-file:hover{
    color: #1A1A1A;
    text-decoration: none;
}

.link-file:hover i{
    margin-right: 20px;
}

.widget--home-news .widget--home-news__item{
    transition: 0.3s;
}
