:root {
    --main-color: #1c1e25;
    --extra-color: #005a9a;
    --black-color: #23232B;
    --blue-color: #288ad6;
}

.absolute-footer, html {
    background-color: #111 !important;
}

#wrapper, #main {
    background: #111 !important;
}

body {
    background: #111;
}

body::-webkit-scrollbar {
    width: 0em;
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

/**menu**/
ul#mega-menu-primary li {
    margin: 0px !important;
}

ul#mega-menu-primary li a {
    font-size: 1vw !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 0px 15px !important;
    font-family: unset !important;
    box-sizing: border-box !important;
    letter-spacing: 0.5px !important;
}

ul#mega-menu-primary li a:hover {
    color: var(--blue-color) !important;
}

ul#mega-menu-primary li a {
    height: 70px !important;
    line-height: 70px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    font-size: 13px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    transition: .4s;
    color: #000;
    text-transform: unset !important;
    font-weight: 500 !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    background: #fff !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

/**fixed**/
.fix_hover_left {
    position: fixed;
    top: 102px;
    text-align: center;
    z-index: 2;
    height: 50vh;
    width: 40px;
    left: calc((5vw - 40px) / 2);
    border-bottom: 2px solid var(--extra-color);
    background: #282930;
    animation: 2s ease-in-out 0s normal none infinite running fade-height;
    box-sizing: border-box;
}

@keyframes fade-height {
    0% {
        height: 0px;
    }
    100% {
        height: 40px;
        opacity: 1;
    }
}

.fixed_left {
    position: fixed;
    left: 0px;
    background: var(--main-color);
    height: 100%;
    width: 5vw;
    top: 0px;
    z-index: 9;
    border-right: 1px solid #4a4a4a42;
    transform: translate(0vw, -100vh);
    transition: 1s all ease;
}

.transform_fix {
    transform: translate(0px) !important;
}


.fixed_left .wrapper_left {
    background: #1b1b1b;
}

.fix_lefticon {
    position: absolute;
    left: calc((5vw - 30px) / 2);
    top: 102px;
    text-align: center;
    z-index: 2;
}

.fix_lefticon .icon {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}

.fix_lefticon .icon1 {
    height: 50px;
    width: 30px;
    border-bottom: 2px solid var(--extra-color);
    background: #282930;
}

.fix_lefticon .icon a {
    display: grid;
}

.fix_lefticon .icon svg {
    fill: var(--extra-color);
    width: 20px;
    height: 20px;
    display: grid;
}

.fix_lefticon .icon a:hover svg {
    fill: #fff !important;
}

.fix_leftbotton1 {
    position: absolute;
    left: calc((5.1vw - 30px) / 2);
    bottom: 65px;
    text-align: center;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
}

.fix_leftbotton1 .text_cpy1 {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(-180deg);
    letter-spacing: 2px;
    align-items: center;
    margin-bottom: 15px;
}

.fix_leftbotton2 {
    position: absolute;
    left: calc((5.1vw - 30px) / 2);
    bottom: 0px;
    text-align: center;
    z-index: 2;
}

.fix_leftbotton2 .text_cpy {
    height: 50px;
    width: 30px;
    border-top: 2px solid var(--extra-color);
    background: #282930;
}

.share_fast_small svg {
    transition: 0.5s;
    width: 15px;
    height: 15px;
    fill: #000;
}

.fixed_right {
    position: fixed;
    right: 0px;
    height: 100%;
    width: 5.1vw;
    top: 102px;
    z-index: 3;
    background: var(--extra-color) !important;
    transform: translate(0vw, 100vh);
    transition: 1s all ease;
}

.fixed_right .wrapper_right {
    background: var(--extra-color) !important;
}

.fix_righticon {
    position: absolute;
    right: calc((5.1vw - 30px) / 2);
    top: 30px;
    text-align: center;
    z-index: 2;
}

.fix_rightbotton1 {
    position: absolute;
    right: calc((5.1vw - 30px) / 2);
    bottom: 150px;
    text-align: center;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
}

.fix_rightbotton2 {
    position: absolute;
    right: calc((5.1vw - 30px) / 2);
    bottom: 0px;
    text-align: center;
    z-index: 2;
}

.fix_rightbotton1 .text_cpy1 {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(-180deg);
    letter-spacing: 2px;
    align-items: center;
    margin-bottom: 15px;
}

.fix_rightbotton1 .text_cpy1 a {
    color: #fff;
    transition: 0.5s all ease;
}

.fix_rightbotton1 .text_cpy1 .profile {
    padding-top: 12px;
}

.fix_rightbotton1 .text_cpy1 svg {
    transform: rotate(90deg) translate(-4px, 3px);
    fill: #fff;
    transition: 0.5s all ease;
}

.share_fast_small {
    text-align: left;
}

.share_fast_small .fb, .share_fast_small .prin, .share_fast_small .zl, .share_fast_small .gp, .share_fast_small .yt, .share_fast_small .sk, .share_fast_small .tw {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    transition: 0.5s;
    border: 1px solid #bdbec0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.share_fast_small .fb a, .share_fast_small .prin a, .share_fast_small .zl a, .share_fast_small .gp a, .share_fast_small .yt a, .share_fast_small .sk a, .share_fast_small .tw a {
    display: grid;
}

.share_fast_small .fb svg, .share_fast_small .prin svg, .share_fast_small .zl svg, .share_fast_small .gp svg, .share_fast_small .yt svg, .share_fast_small .sk svg, .share_fast_small .tw svg {
    fill: #fff;
    transition: 0.5s;
}

.fix_rightbotton2 .text_cpy {
    height: 50px;
    width: 30px;
    border-top: 2px solid #fff;
    background: #0d619e;
}

.fix_hover_right {
    position: fixed;
    right: calc((5vw - 40px) / 2);
    bottom: 0%;
    text-align: center;
    z-index: 9;
    height: 50vh;
    width: 40px;
    border-top: 2px solid #fff;
    background: #0d619e;
    animation: 2s ease-in-out 0s normal none infinite running fade-height;
    box-sizing: border-box;
}

.share_fast_small .fb:hover {
    background: #0d3a80;
}

.share_fast_small .yt:hover {
    background: #dc4335;
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    color: #fff;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

.footer-logo img {
    max-width: 150px;
    margin-bottom: 20px;
}

footer#footer .footer-title {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-title h3, footer#footer .footer-address .company-name {
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
}

footer#footer .footer-title h3 {
    margin-bottom: 20px;
}

footer#footer .footer-address p {
    color: #fff;
    margin-bottom: 2px;
    font-size: 14px;
    letter-spacing: 1px;
}

footer#footer .footer-menu ul li {
    border: 0px !important;
    margin: 0px !important;
}

footer#footer .footer-menu ul li a {
    margin-bottom: 10px;
    padding: 0px !important;
    color: #eee;
    font-size: 15px;
}

footer#footer .formRegister {
    width: 600px;
    margin: 0 auto 30px;
}

footer#footer .formRegister h3 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

footer#footer .formRegister .input-email {
    border: none !important;
    height: 30px !important;
    background: transparent !important;
    width: 85% !important;
    box-sizing: border-box;
    color: #ddd;
    border-bottom: 1px solid #eee !important;
    margin: 0px auto;
    text-align: center !important;
    max-width: 100%;
    float: left;
    box-shadow: unset !important;
}

footer#footer .formRegister .btnEmail {
    height: 32px;
    min-height: 32px !important;
    background: #3f424ce0;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    transform: translate(-4px, 0px);
    width: 15% !important;
    padding: 0px !important;
    font-size: 15px !important;
    line-height: 32px !important;
    margin: 0px !important;
}

/**category**/
.category-item {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.category-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.category-item .item-r {
    position: absolute;
    bottom: 0px;
    text-transform: uppercase;
    z-index: 2;
    width: 100%;
}

.category-item .item-r .name {
    padding: 0px 100px 0px 0px;
    margin: 20px 0px 20px 20px;
    box-sizing: border-box;
    letter-spacing: 2.5px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.category-item .item-r .name h3 {
    letter-spacing: 2.5px;
    font-size: 18px;
    color: #fff;
}

.category-item .item-r .name .dpt {
    position: absolute;
    right: 25px;
    bottom: 0px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid var(--extra-color);
    box-sizing: border-box;
}

.category-item .item-r .name .dpt:before {
    position: absolute;
    left: -7px;
    bottom: 6px;
    content: '';
    width: 14px;
    height: 1px;
    background: var(--extra-color);
    box-sizing: border-box;
}

.category-item:after {
    content: "";
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    bottom: 0px;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.92), #101010ba, transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.92), #101010ba, transparent);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.92), #101010ba, transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.92), #101010ba, transparent);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.92), #101010ba, transparent);
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 0;
    opacity: 1;
    visibility: visible;
}

.category-item:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.125);
}

form.woocommerce-ordering {
    display: none;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase, nav.woocommerce-breadcrumb.breadcrumbs.uppercase a, nav.woocommerce-breadcrumb.breadcrumbs.uppercase span {
    color: #9e9e9e;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    padding-top: 0px !important;
}

#mobile {
    display: none;
}

#category-page {
    width: 100%;
    display: inline-block;
    margin: 20px 0 30px 0;
}

.cat-heading {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.cat-heading h1 {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    color: #fff;
    font-weight: 200;
    letter-spacing: 2px;
}

/**product-item**/
.product-item {
    margin: 0px 0px 30px 15px;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
    position: relative;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.product-item .frame_inner {
    position: relative;
    background: #1b1b1b;
    margin-left: 35px;
}

.product-item .product_gran {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(-180deg);
    letter-spacing: 2px;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.product-item .product_gran:before {
    width: 15px;
    height: 1px;
    background: var(--extra-color);
    position: absolute;
    top: 7px;
    left: 5px;
    content: '';
    transform: rotate(90deg);
}

.product-item .product_image {
    text-align: center;
    overflow: hidden;
    margin-bottom: 0px;
    min-height: 186px;
    position: relative;
    transition: 0.5s all ease;
}

.product-item .name_item {
    padding: 10px 20px 15px 20px;
}

.product-item .name_item, .product-item .name_item {
    font-size: 16px;
    box-sizing: border-box;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    padding: 10px 20px 0px 20px;
    width: 100%;
    z-index: 1;
}

.product-item .product_image img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.product-item h3 {
    padding-right: 25px;
    line-height: 1.4em;
    letter-spacing: 1px;
    font-size: 16px;
}

.product-item .name_item h3 {
    color: #fff;
    display: block;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 2px;
    padding-right: 80px;
    position: relative;
    margin: 0px !important;
}

.product-item .dpt {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid var(--extra-color);
    box-sizing: border-box;
}

.product-item .dpt:before {
    position: absolute;
    left: -7px;
    bottom: 6px;
    content: '';
    width: 14px;
    height: 1px;
    background: var(--extra-color);
    box-sizing: border-box;
}

.product-item .frame_inner:after {
    content: "";
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    bottom: 0px;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), transparent);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), transparent);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), transparent);
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 0;
    visibility: visible;
    opacity: 1;
}

.product-item .product_gran span, .product-item .product_gran span, .product-item .product_gran span {
    position: relative;
    display: inline-block;
    padding-top: 20px;
}

.product-item:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.125);
}

/**widget**/
aside#woocommerce_product_categories-2 {
    background: #F4F4F4;
}

.is-divider.small {
    display: none;
}

span.widget-title.shop-sidebar {
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px dashed #3d3d3d;
    color: #000;
    padding: 12px 0 !important;
    width: 100% !important;
    display: block;
}

ul.product-categories li a {
    position: relative;
    padding: 10px 15px 10px 23px !important;
}

ul.product-categories li a:before {
    background: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" ><path fill="rgb(0,90,154)" d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z" class=""></path></svg>');
    background-repeat: no-repeat;
    left: 5px;
    display: block;
    width: 14px;
    height: 15px;
    color: #b6af96;
    content: "";
    position: absolute;
    top: 15px;
    right: 5px;
}

ul.product-categories li.active a {
    color: var(--extra-color) !important;
}

ul.product-categories li.active a:before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" ><path fill="red" d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z" class=""></path></svg>');
}

ul.product-categories li button.toggle {
    margin-right: 10px !important;
}

.cat-description {
    border: 1px solid #282828;
    padding: 15px;
    margin-bottom: 25px;
    background: #1b1b1b;
    color: #fff;
}

/**single**/
.product-main {
    background: var(--main-color);
}

.product-gallery {
    background: #212530;
}

h1.product-title.product_title.entry-title {
    color: #fff;
    font-size: 40px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.product-short-description p, .product-short-description .sku {
    color: #bbb8b8;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding-bottom: 9px;
    border-bottom: 1px solid #424242;
    margin-bottom: 10px;
}

.product-thumbnails.woocommerce-product-gallery img, .product-thumbnails.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    transform-style: preserve-3d;
    display: inherit;
    width: 400px !important;
    max-width: 400px !important;
}

.product-gallery .flickity-slider > div:not(.col), .product-gallery .flickity-slider > a, .product-gallery .flickity-slider > p, .product-gallery .flickity-slider > a > img, .product-gallery .flickity-slider > img, .product-gallery .flickity-slider > figure {
    text-align: center;
}

figure.woocommerce-product-gallery__wrapper.product-gallery-slider.slider.slider-nav-small.mb-half.is-draggable.flickity-enabled img {
    transform-style: preserve-3d;
    display: inherit;
    width: 400px !important;
    max-width: 400px !important;
}

.product-fame-center {
    float: left;
    padding-left: 100px;
    box-sizing: border-box;
    padding-right: 70px;
    position: relative;
    padding-bottom: 30px;
    display: inline-block;
}

.single-product .page-title.shop-page-title.product-page-title {
    display: none;
}

.product-main {
    padding: 0px !important;
}

.product-main nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    padding: 15px 0;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    display: none;
}

.product-gallery {
    padding-bottom: 15px !important;
}

.product-info {
    position: relative;
}

ul#tab_title_main {
    background: #282930;
    margin-top: 30px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

#tab_title_main li {
    width: 50%;
    float: left;
    margin: 0px !important;
    text-align: center;
    padding: 12px 0px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 200;
}

#tab_title_main .active {
    background: var(--extra-color);
}

#tab_title_main li a {
    color: #fff;
    display: block;
}

.products_speciall {
    width: 100%;
    display: inline-block;
    padding-top: 40px;
}

.tab-title {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.tab-title:before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    content: '';
    width: 25px;
    border: 1px solid var(--extra-color);
}

.tab-title span {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

.content_tab {
    width: 100%;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 30px 40px;
    box-sizing: border-box;
}

.content_tab p, .content_tab ul li, .content_tab ol li {
    margin-bottom: 10px !important;
}

.content_tab ul li {
    list-style: inside disc !important;
}

.prodetails_tab_content {
    margin-top: 40px;
}

div#reviews.woocommerce-Reviews {
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.devvn_prod_cmt {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
    position: relative;
}

.product-related {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.owl-nav button i {
    font-size: 21px;
}

.owl-nav button {
    width: 35px !important;
    min-height: 35px !important;
    background: #fff !important;
    margin: 0px !important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button.owl-prev {
    left: 0px !important;
}

button.owl-next {
    right: 0px !important;
}

.owl-dots {
    display: none !important;
}

/**category**/
.page_title {
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #2a2a2a;
}

.page_title span {
    font-weight: normal;
    padding: 0px 20px 14px 0px;
    display: inline-block;
    position: relative;
    margin-left: 0px;
    z-index: 1;
    min-width: 78px;
    color: #fff;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 28px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page_title .block_search_news {
    width: 50%;
    float: right;
    margin-top: -5px;
}

.page_title .block_search_news .block_title span {
    font-size: 15px;
    padding: 13px 0px;
    color: #fff;
}

.page_title .block_search_news .block_title {
    width: calc(55% - 10px);
    float: left;
    font-weight: bold;
    font-size: 24px;
    color: #252525;
    text-align: right;
    margin-top: 0px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 0px;
    text-transform: unset;
}

.page_title .block_search_news .block_content {
    width: 45%;
    float: right;
}

.block_search_news .search_form {
    position: relative;
}

.block_search_news input {
    background-color: #222 !important;
    border: 1px solid #323232 !important;
    color: #fff !important;
    font-size: 12px !important;
    height: 38px !important;
    line-height: 32px;
    margin: 0;
    padding: 5px 30px 5px 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
}

.block_search_news .button-search {
    color: #fff;
    cursor: pointer;
    height: 41px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 0px;
    width: 41px;
    border: none;
    background: none;
}

.block_search_news .button-search {
    color: #fff;
    cursor: pointer;
    height: 41px !important;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 0px;
    width: 41px;
    border: none;
    background: none;
    margin: 0px !important;
    padding: 0px !important;
    min-height: 41px !important;
    line-height: 41px !important;
}

.block_search_news .button-search svg {
    fill: #9c9c9c;
    width: 18px;
}

form#search_form {
    margin: 0px !important;
}

.page_title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 83px;
    height: 0;
    border-style: solid;
    border-width: 3px 0px 0 0;
    border-color: var(--main-color) transparent transparent transparent;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

/**big-post**/
.big-post {
    width: 100%;
    display: inline-block;
}

.big-post .post-thumbnail {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.big-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    object-position: center;
}

.big-post .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
    opacity: 0.5;
}

.big-post .post-content {
    width: 100%;
    margin-top: 10px;
}

.big-post .post-content h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.big-post .post-meta {
    margin-top: 9px;
    color: #888;
    font-size: 15px;
}

.big-post .post-excerpt {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
}

.medium-post {
    width: 100%;
    display: inline-block;
}

.medium-post .post-thumbnail {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.medium-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.medium-post .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
    opacity: 0.5;
}

.medium-post .post-content {
    width: 100%;
    margin-top: 10px;
}

.medium-post .post-content h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

.category-first {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #222121;
    margin-bottom: 30px
}

.post-item {
    width: 100%;
    border-bottom: 1px solid #222121;
    padding-bottom: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.post-item .post-thumbnail {
    width: 350px;
    height: 200px;
    border-radius: 5px;
    float: left;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
    opacity: 0.5;
}

.post-item .post-content {
    width: calc(100% - 350px);
    float: left;
    padding-left: 15px;
}

.post-item .post-content h3 {
    font-size: 19px;
    line-height: 27px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    margin: 0px;
}

.post-item .post-content .post-meta {
    color: #888;
    margin-top: 12px;
    margin-bottom: 28px;
}

.post-item .post-content .post-read {
    position: relative;
    color: #9d9d9d;
    padding-left: 29px;
    transition: 0.3s;
    margin-top: 17px;
    display: block;
}

.post-item .post-content .post-read svg {
    position: absolute;
    fill: #9d9d9d;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 2px;
}

/**ưidget**/
.widget-title h3 {
    color: #fff;
    margin: 0px !important;
    font-size: 18px;
}

.widget-title {
    font-size: 18px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.widget-title:after {
    position: absolute;
    height: 30px;
    width: 6px;
    background: var(--main-color);
    content: '';
    left: 0px;
    bottom: 0px;
}

.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #2c2c2c;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 150px;
    float: left;
    height: 100px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 150px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 20px;
}

.widget-post-list .widget-post-item .post-meta {
    color: #888;
    margin-top: 5px;
    position: relative;
    padding-left: 17px;
    font-size: 12px;
}

.widget-post-list .widget-post-item .post-meta svg {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 0px;
    fill: #888;
}

/**single**/
header.header-single {
    width: 100%;
    display: inline-block;
}

header.header-single h1.title {
    margin-bottom: 19px;
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    color: #fff;
}

header.header-single .time_rate {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 40px;
}

header.header-single .news_time {
    color: #a0a0a0;
    font-size: 17px;
}

.news_detail .summary {
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 50px;
    font-size: 16px;
}

.news_detail {
    color: #fff;
}

.news_detail .description {
    line-height: 28px;
    font-size: 16px;
}

.news_detail .description a {
    color: #fff;
}

.news_detail .description h1, .news_detail .description h2, .news_detail .description h3, .news_detail .description h4, .news_detail .description h5, .news_detail .description h6 {
    color: #fff;
}

.page-content table tr td, .news_detail .description table tr td {
    padding: 10px;
    color: #fff;
    font-size: 15px;
    border-right: 1px solid #f2f2f2;
}

.page-content table tr td:last-child, .news_detail .description table tr td:last-child {
    border-right: 0px !important;
}

.page-content table, .news_detail .description table {
    border: 1px solid #f2f2f2 !important;
}

.page-content table tr:nth-child(1) td, .news_detail .description table tr:nth-child(1) td {
    background: var(--primary-color) !important;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.page-content {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.news_detail .description p, .news_detail .description ul li, .news_detail .description ol li {
    margin-bottom: 10px !important;
}

.news_detail .description ul li {
    list-style: inside disc;
}

.post-related {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

/**project-cat**/
.project_cat .page_title {
    text-align: center;
    font-size: 24px;
    border-bottom: 0;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}

.project_cat .page_title span {
    font-size: 40px;
}

.cat_item_store {
    margin: 0px 0 20px;
    text-align: center;
}

.cat_item_store li {
    display: inline;
    padding: 10px 15px;
    transition: 0.5s;
    position: relative;
}

.cat_item_store li a {
    font-size: 16px;
    padding: 10px 0px;
    display: inline-block;
    color: #929292;
    text-transform: uppercase;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
}

.cat_item_store ul li.active a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.project_cat .item {
    width: 100%;
    box-sizing: border-box;
}

.project_cat .item .frame_inner {
    position: relative;
}

.project_cat .item figure {
    overflow: hidden;
    height: 350px;
    position: relative;
    border: 10px solid #f2f2f2;
    background-color: white;
    margin-bottom: 15px;
}

.project_cat .item figure img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.project_cat .frame_inner .name {
    position: relative;
}

.project_cat .item figure {
    overflow: hidden;
    position: relative;
    border: 10px solid #f2f2f2;
    background-color: white;
    margin-bottom: 15px;
}

.project_cat .frame_inner .name h2 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    text-transform: uppercase;
}

.project_cat .item:hover img {
    transform: scale(1.1);
}

/**single-project**/
.project .project_top {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.project .product_name {
    font-size: 30px;
    color: var(--main-color);
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px;
    margin: 0;
    margin-bottom: 20px;
}

/**slide**/
#sync2 .item {
    border: 1px solid #f2f2f2;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 120px;
    padding: 5px;
}

#sync2 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#sync1 .item img {
    width: 500px;
    margin: 15px auto;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 40px !important;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #f2f2f2;
    padding: 3px !important;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.project-map {
    margin: 0 0 20px 0;
}

.project .project_bottom {
    padding: 10px;
    margin: 20px 0px;
    box-sizing: border-box;
    background: #fff;
}

.theme-tab {
    width: 100%;
    display: inline-block;
    border-right: 1px solid #E0E0E0;
}

.theme-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}

.theme-tab ul li {
    float: left;
    position: relative;
}

.theme-tab ul li a {
    white-space: nowrap;
    display: inline-block;
    border: 1px solid transparent;
    border-top: 2px solid transparent;
    padding: 9px 22px;
    text-transform: uppercase;
    color: #252525;
    position: relative;
}

.theme-tab ul li.active a, .theme-tab ul li:hover a {
    border: 1px solid #E0E0E0;
    border-top: 2px solid var(--main-color);
    border-bottom: 1px solid #ffffff;
    color: var(--main-color);
}

.tab-panel {
    border: 1px solid #E0E0E0;
    border-top: none;
    padding: 20px;
    color: #000;
    font-size: 16px;
    line-height: 25px;
}

.tab-panel ul li, .tab-panel ol li, .tab-panel p {
    margin-bottom: 10px !important;
}

.tab-panel ul li {
    list-style: inside disc !important;
}

.products-list-related {
    width: 100%;
    display: inline-block;
    margin-top: 20px !important;
}

.products-list-related .tab_label {
    border-bottom: 3px solid #eaeaea;
    padding-bottom: 12px;
    color: #333;
    position: relative;
    margin-bottom: 15px;
}

.project .products-list-related .tab_label span {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 13px;
    border-bottom: 3px solid var(--main-color);
    color: var(--main-color);
}

.project .products-list-related .item {
    width: 100%;
    box-sizing: border-box;
}

.project .products-list-related .frame_inner {
    position: relative;
}

.project .products-list-related figure {
    overflow: hidden;
    height: 250px;
    position: relative;
    border: 10px solid #f2f2f2;
    background-color: white;
    margin-bottom: 15px;
}

.project .products-list-related .item figure img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.project .products-list-related .frame_inner .name {
    position: relative;
}

.project .products-list-related .item figure {
    overflow: hidden;
    position: relative;
    background-color: white;
    margin-bottom: 15px;
}

.project .products-list-related .frame_inner .name h2 {
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    text-transform: uppercase;
}

.project .products-list-related .item:hover img {
    transform: scale(1.1);
}

.color-black .widget-post-content h3 {
    color: #000 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    text-transform: unset !important;
}

.widget-title2 h3 {
    margin: 0px;
    font-size: 16px;
}

.widget-title2 {
    background: #F7F7F7;
    border-left: 3px solid var(--main-color);
    font-size: 16px;
    padding: 13px 0 10px 12px;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
    margin: 0px 0px;
    color: #000;
}

.widget-post-list.project-2 {
    border: 1px solid #f2f2f2;
    padding: 10px 0 0 0;
}

.widget-post-item.color-black {
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #f2f2f2 !important;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #2c2c2c;
}

aside.widget-post {
    margin-bottom: 20px;
}

.tabbed-content.tab-cus ul li.active a {
    color: #fff;
}

.tabbed-content.tab-cus ul li a:before {
    display: none !important;
}

.tabbed-content.tab-cus ul li a {
    color: #6c6c6c;
    text-transform: inherit;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 15px !important;
}

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.projects_grid2 .product-item {
    width: calc(100% - 9vw);
    margin: 0px 4.5vw;
    box-sizing: border-box;
    position: relative;
    transition: 2s all ease;
}

.project-position {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #1c1e25;
    align-items: center;
    justify-content: center;
    z-index: 2;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}