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

    html,
    body {
        width: auto !important;
        overflow-x: hidden !important;
    }
}

.container-custom {
    max-width: 100%;
}

.nav-pills{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px !important;
}

.nav-pills .nav-link.active{
    background-color: #000;
    
}

.nav-pills .nav-link{
    border: 1px solid #fff;
    border-radius: 0;
    padding: 15px;
    font-size: 18px;
    height: 100%;

}

.d-grid {
    display: grid;
}

.navigation--mobile,
.navigation>.container {
    position: relative;
    border-bottom: unset
}

footer .bg {
    background-color: #150f0d;
}

.images-preloader {
    position: fixed;
    z-index: 100001;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.images-preloader .spinner {
    position: absolute;
    left: 50%;
    width: 70px;
    text-align: center;
    transform: translate(-50%, 40vh);
}

.header-top .container {
    height: 40px;
}

.nav__right {
    display: contents;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.header-top .list--social li {
    margin-right: 0;
}

.header-top .list--social a {
    border-radius: unset;
    border: unset;
    color: #ddd;
}

.header-top .header__actions a,
.header-top .header__actions i {
    color: white;
}

.header-top .header__actions .form--primary-search i:last-child {
    color: black;
}

.navigation__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation__right a {
    padding: 6px 10px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.langs.ml-2 {
    margin: 0 10px;
    font-weight: 500;
    border-top: 0;
    border-bottom: 0;
}

.header-top .navigation__nextto__center p {
    margin: 10px;
}

.header-top p,
.header-top a,
.header-top i {
    transform: translate(0, 11px);
    display: block;
    text-decoration: underline;
}

input#keyword {
    height: 30px;
    margin: 2px 0;
    background-color: white;
}

.form--primary-search button {
    color: white;
    top: 18px;
}

.header {
    z-index: 1000;
    border-bottom: unset;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
}

.header-top {
    z-index: 1500;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.header--mobile {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000;
}

.header-top {
    background-color: #fff;
}

.slider-item {
    margin-top: 0 !important;
}

.main-header .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu>li {
    padding-right: 0;
}

.main-header .menu>li {
    padding: 15px 10px;
}

.main-header .menu>li>a {
    font-size: 18px;
    padding: 15px 5px;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 0.2px;
}

.menu>li>a.logo {
    padding: 0;
}

.dropdown-toggle.btn-select-language::after{
    content: unset;
}
button.btn-select-language{
    border: unset !important;
    padding: 15px 20px !important;
    min-width: unset !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    background: unset !important;
}
.navigation>.cover {
    justify-content: space-between;
    padding: 0 30px;
}
.customer-order-detail{
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 30px;
    border: 1px dashed;
    background: #313131;
}
.navigation__center {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navigation__right a#lang {
    font-weight: 500;
    font-size: 20px;

}

.navigation__right a:hover {
    color: black !important;
    background-color: #ddd;
    border-radius: 10px;
    padding: 6px 10px;
}

.main-header .menu-item-a {
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}

.menu--mobile .sub-menu>li.menu-item-has-children>.sub-menu {
    position: unset;
    margin-left: 20px;
}

.panel--sidebar .panel__content {
    overflow-y: scroll;
}

img#logo1 {
    transition: all 0.4s ease 0s;
    margin: 10px 0;
}

.slider-item {
    max-height: 950px !important;
}

.breadcrumb {
    background-color: unset;
}

.breadcrumb li:first-child {
    color: var(--color-text);
}

.breadcrumb li:last-child:before {
    content: " /";
    margin: 0 5px 0 9px;
}

.breadcrumb--custom {
    margin: 8px 0 0 10px;
}

.page--product--detail.product_page {
    padding: 0;
    margin-top: 40px
}

.product__header .container {
    position: relative;
    height: 100%
}

.product__description {
    margin-bottom: 50px;
}

.product__description * {
    font-size: 30px;
}

.slider__content__wrapper__content h2 {
    padding: 5px 10px;
    background-color: #1b880d4f;
}

.menu-left ul,
.online-support,
.support {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    border: 2px solid #3f3f3f;
}

.menu-left ul .menu-item {
    padding: 10px 0 10px 30px;
    position: relative;
}

.menu-left ul .menu-item:before {
    display: block;
    position: absolute;
    content: "\f101";
    font-family: "FontAwesome";
    color: var(--color-1st);
    left: 15px;
    font-size: 15px;
}

.btn-shopping-cart.panel-trigger:after {
    display: block;
    position: absolute;
    content: "\f218";
    font-family: "FontAwesome";
    color: var(--color-success);
    top: 0;
    left: 9px;
    font-size: 26px;
}

.home-products .menu-left ul .menu-item:hover {
    background-color: #f1f1f1;
    color: var(--color-danger);
}

.home-products .menu-left a:hover {
    color: var(--color-danger);
}

.section--homepage.home-products h2,
.home-categories h2 {
    color: #04192b;
}

.section--homepage .section__header p {
    text-transform: unset;
    font-size: 14px;
    font-weight: 400;
}

.menu-left h2 {
    color: white;
    background-color: #3f3f3f;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 8px 10px;
    text-transform: uppercase;
}

.menu-left ul.sub-menu-custom {
    border: unset;
    display: none;
    transition: all .25s ease;
}

.menu-left .menu-item-has-children:hover ul.sub-menu-custom {
    border: unset;
    display: unset;
    transition: all .25s ease;
}

.section-wrapper .section-index {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    height: 100vh;
    position: relative;
}

.y-mandatory {
    scroll-snap-type: y mandatory;
}

.slider__content__wrapper__content h2 {
    padding: 5px 10px;
    background-color: #1b880d4f;
}

.section--homepage {
    padding-top: 0px;
    margin-top: 30px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section-wrapper {
    max-height: 100vh;
    overflow-y: scroll;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.section--homepage h2 {
    font-size: 34px;
    font-weight: 500;
}

.btn-group.show.first:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 35px;
    position: absolute;
    right: 50%;
    bottom: -60px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: tds-keyframe--bounce;
    animation-name: tds-keyframe--bounce;
}

@-webkit-keyframes tds-keyframe--bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
}

@keyframes tds-keyframe--bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.section--homepage.home-news .section__header {
    padding-bottom: 24px;
}

.product--detail .product__header {
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.product--detail .product__info-header {
    margin-bottom: 10px;
}

.product--detail .product__title {
    font-size: 90px;
    font-weight: 400;
    margin: 40px 0;
}

.product--detail .product__price p {
    font-size: 14px;
    font-weight: unset;
    color: var(--color-text);
    width: 50%;
}

.product--detail .product__price .product-sale-price-text {
    font-size: 15px;
    font-weight: 600;
}

.product--detail .product__price small .product-sale-price-text {
    font-weight: 500;
}

.btn--custom.btn--outline,
button.btn--custom.btn--outline {
    border-radius: 5px;
    background-color: var(--color-1st);
    color: white;
}

.btn--custom.btn--outline:hover,
button.btn--custom.btn--outline:hover {
    ;
    background-color: white;
    color: var(--color-1st);
}

.at-share-btn-elements {
    display: flex;
    justify-content: space-between;
}

.product--detail .tab-list {
    padding: 20px 0 0;
    margin-bottom: 0;
}

.product--detail .tab-list li a {
    font-size: 18px;
}

.product--detail .product__thumbnail {
    margin-bottom: 0;
}

.product__content.slider,
.product__content.detail,
.product__content.content {
    background-color: #fff
}

.product__content.content .text {
    color: #000
}

#product-kind {
    font-weight: 600;
}

.section--related-posts {
    padding-top: unset;
    border-top: unset;
}

.home-gallery {
    padding-bottom: 30px;
}

.home-partner .section__header {
    padding-bottom: unset;
    padding-top: 20px;
    z-index: 1000;
    position: absolute;
    top: 70px;
    width: 100%
}

.nav-pills .nav-link h2 {
    color: black;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    border: 1px dashed black;
    border-radius: 25px;
    text-transform: initial;
}

.nav-pills .nav-link h2:hover {
    color: var(--color-1st);
    border: 1px solid var(--color-1st);
}

.nav-pills .nav-link.active h2,
.nav-pills .show>.nav-link h2 {
    color: var(--color-1st);
    border: 1px solid var(--color-1st);
}

.widget--shop .widget__title {
    height: 41px;
    line-height: 41px;
    margin-bottom: 0;
}

.shop--sidebar .shop__left .widget--shop {
    margin-bottom: 20px;
    padding: 0 0 20px;
    background-color: white;
}

.post__content p {
    text-align: justify;
}

.post .post__wrapper .post__content:after {
    content: url(/storage/general/news-conner.png);
    right: 0;
    bottom: -5px;
    position: absolute;
}

#coverflow {
    width: 100%;
}

.search-product .btn {
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-1st);
    font-size: 15px;
    font-weight: 500;
    background-color: var(--color-1st);
}

.search-product .btn:hover {
    color: var(--color-1st);
    background-color: white;
}

.home-blog {
    padding: 60px 0 0;
    margin-bottom: unset;
    background-color: #fafafa;
}

.home-blog .blog-right {
    display: flex;
    padding: 20px 10px;
    border: 1px solid #ddd;
    margin: 5px;
    max-width: 48%;
    background-color: white;
}

.home-blog .blog-right span {
    display: block
}

.home-blog .last {
    border-bottom: unset;
}

.home-blog .blog-right h3 {
    display: block;
}

.footer .final-line {
    min-height: 50px;
    margin-top: 50px;
}

.footer .menu a {
    padding: 0 10px;
    font-weight: 400;
    font-size: 20px;
    text-transform: none;
}

.footer .final-line p {
    padding-top: 12px;
    font-size: 17px;
    color: #838383 !important;
}

.home-blog .blog-right h4 {
    position: unset;
    font-size: 16px;
    background: unset;
    transform: unset;
    justify-content: unset;
    height: unset;
    display: unset;
    text-transform: unset;
    color: var(--gray-dark);
    line-height: 28px;
}

.home-blog .blog-right h4:hover {
    color: #ddd;
    background-color: unset;
    color: var(--green);
}

#partner {
    padding-top: unset;
    overflow: hidden;
    height: 100vh;
}

#slider-partner .item {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100vh;
}

#slider-partner .item img {
    width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .5s ease-in-out;
}

.slick-arrow {
    width: 20px;
    height: 30px;
    color: #444444;
    display: none !important
}

.slick-arrow:hover {
    color: #fb7224;
}

.slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: fontawesome;
    font-size: 40px;
    line-height: 30px;
}

.slick-prev:after {
    content: '\f105';
}

.slick-next:after {
    content: '\f104';
}

.widget--shop .widget__links li a {
    font-size: 14px;
    font-weight: unset;
}

.shop--sidebar .shop__left .list--minus {
    margin-left: 15px;
}

.list--minus li a:before,
.list--plus li a:before {
    content: unset;
}

.widget__content h4 a {
    color: white !important;
    font-weight: 500;
    font-size: 20px;
    padding: 7px 0;
}

.product__content h2 {
    font-size: 25px;
}

.product__content h2.custom {
    font-size: 90px;
    font-weight: 400;
}
.product__spec {
    margin-bottom:50px;
}
.product__spec td {
    height: 30px;
    font-size: 16px;
    font-weight: 500;
}

.product .product__actions li a:hover {
    background-color: var(--color-danger);
    color: #fff
}

.product .product__title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.product .product__wrapper .product__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px
}

.product .product__info span {
    color: var(--color-danger);
    text-transform: uppercase;
}

.product--detail .product__variants .item img {
    border-radius: 5px;
    border: 1px solid #545454;
}

.product--detail .product__content {
    padding: 20px 0;
}

.product--detail .product__gallery img {
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #ddd;
}

.section--related-posts .slick-prev,
.section--related-posts .slick-next {
    top: 40%;
}

.section--related-posts .slick-slide {
    margin: 0 20px;
}

.footer {
    padding: 0;
    overflow: hidden
}

.footer-background {
    background-attachment: fixed;
    position: relative;
}

.footer .container {
    padding-top: 120px;
    padding-bottom: 15px;
}

.footer iframe {
    position: absolute;
}

.footer .container.secondary h3:after {
    content: " ";
    border-bottom: 1px dashed white;
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 1px;
    width: 18%;
}

.footer .bg {
    height: 450px;
    padding: 20px;
}

.newsletter .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget--footer .widget__title {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.widget--footer .site_title {
    color: white;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 25px;
}

.widget__links .fa-angle-right:before {
    color: white;
}

.widget--footer .widget__links li:hover span {
    color: var(--color-1st)
}

.widget--footer .widget__links li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: white;
    margin-right: 5px;
}

.navigation {
    background: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle,
.btn-secondary:hover{
    color: #000;
}

.home-block-5 .container-custom .item a{
    color: #ffff;
}

.footer a:hover {
    background-color: unset !important;
}

.footer p.hotline {
    font-weight: 700;
    color: #fff !important;
}

.form--subscribe {
    max-width: 450px;
}

.form--subscribe label {
    text-indent: -9999px;
    position: absolute;
}

.form--subscribe input {
    background: #292727;
    height: 40px;
    max-width: 450px;
    border: unset;
}

.form--subscribe button {
    background: var(--color-1st);
    height: 100%;
    color: white;
}

.list--social li {
    margin-right: 5px
}

.footer .list--social a {
    background: #404040;
}

.footer .widget--footer {
    margin-bottom: unset;
}

.footer .widget--footer .address a {
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    color: #636363;
    border: 1px solid #ff0000;
    text-align: center;
    line-height: 34px;
}

.footer .widget--footer .address .fa {
    color: red;
}

.footer .right .widget--footer:last-child {
    margin-bottom: unset;
}

.shop__content ul.widget__links li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #eaeaea;
}

.post>* {
    max-width: unset;
}

.slider__content .slider__content__wrapper .slider__content__wrapper__content h2 {
    font-size: 40px;
    max-width: 55%;
    padding: 20px 20px;
    margin-top: 300px;
}

.product .product__price {
    color: #505050;
    font-weight: 500;
    display: flex;
    justify-content: space-around;
}

.product__content .btn-contact {
    padding: 6px 15px;
    font-size: 15px;
    margin-top: 10px;
}

.home-products .col-md-6 {
    overflow: hidden;
    cursor: pointer;
}

.home-products .col-md-6 img {
    background: #000;
    opacity: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.home-products .col-md-6:hover img {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
    -webkit-transform: scale(1.1);
    opacity: 0.7;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
    width: 100% !important;
}

.home-products .section__header {
    padding-bottom: 20px;
}

.home-feature-posts .row div {
    margin-bottom: 10px;
}

.home-feature-posts .item {
    position: relative;
    margin: 5px 10px;
}

.home-feature-posts .item {
    position: relative;
    margin: 5px 10px;
}

.home-feature-posts h3 a {
    font-weight: 600;
}

.home-feature-posts h3 {
    font-size: 13px;
    text-align: center;
    margin-top: 12px;
}

.collection_link {
    padding: 10px 0 0;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}

.home-news .right .collection_link {
    padding: 0;
}

.contact-row {
    display: flex;
}

.form--contact .form-group {
    margin-bottom: 20px;
}

.home-blog .blog-content p,
.intro-pic {
    text-align: justify;
}

.intro-pic {
    border: 1px solid var(--color-1st);
    padding: 5px;
}

.sub-menu {
    left: -11px;
}

.menu .sub-menu .sub-menu {
    min-width: 360px;
}

.dd3-content>span.text.float-right {
    display: none;
}

.name-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    text-align: center;
    padding: 15px 0 15px 15px !important;
    margin-bottom: 0 !important;
    background: #2c2c2c63;

}

.section--homepage .description {
    margin-bottom: 30px;
}

.readmore {
    padding: 10px;
    border: 1px solid #c96943;
    border-radius: 25px;
    color: var(--color-1st);
    font-size: 18px;
    font-weight: 500;
    width: 250px;
    text-align: center;
}

.readmore.resv {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-color: #353535;
    color: #353535;
}

.readmore:hover a {
    color: #f0ad4e !important
}

.readmore:hover {
    -webkit-animation: shake 0.07s ease-in-out 0.07s infinite alternate;
    ;
    background: #353535;
    border-color: #353535;
}

@-webkit-keyframes shake {
    from {
        -webkit-transform: rotate(2deg);
    }

    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-2deg);
    }

}

.home-categories .section__header {
    padding-bottom: 30px;
}

.home-categories .col-md-6:first-child {
    text-align: right
}

.home-categories .col-md-6:last-child {
    text-align: left
}

.home-categories h2 {
    padding-top: 30px;
}

.contact-form {
    padding-bottom: 30px;
}

.home-reason h2 {
    color: unset;
}

.contact-form .form-control {
    background-color: whitesmoke;
}

.contact-form .btn--custom {
    margin: 0 auto;
    display: block;
}

.contact-form .btn--custom {
    color: black !important;
    background-color: white !important;
}

.menu--mobile>li.menu-item-has-children:not(.has-mega-menu) .sub-toggle {
    top: -5px
}

.sub-menu-line ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-menu-line .widget__links {
    width: 40%;
    margin-bottom: 15px
}

.sub-menu-line .widget__links li:first-child:before {
    content: "\f0de";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -36px;
    left: 40%;
    color: #e6e6e6;
    font-size: 25px;
}

.sub-menu-line ul li:hover {
    border-bottom: 1px solid #ddd;
}

.sub-menu-line ul li span {
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.post--detail .post__header h1 {
    font-size: 24px;
    text-align: left;
}

.footer .final-line img {
    margin-top: -5px;
}

.owl-slider.owl-carousel {
    transition: top 0.4s all;
}

.shop__products .badge-secondary,
.footer .badge-secondary {
    color: #464646 !important;
    background-color: #f5f5f5;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    height: unset;
}

.footer .badge-secondary:hover {
    background-color: white;
}

.btn-group {
    z-index: 1000;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 70px;
    margin: 0 auto;
    width: 100vh;
    transition-duration: 0.3s;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.link-btn,
.btn {
    display: table;
    padding: 15px 48px !important;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--color-1st);
    border: 2px solid var(--color-1st);
    cursor: pointer;
    min-width: 260px;
    text-align: center;
    background: unset;
}

.link-btn.white {
    color: #000;
    border: 2px solid #000;
}

.btn.read-more {
    color: white;
    background: #ff0a0ad9;
    border: 1px solid #ff0a0ad9;
}

.btn.option {
    color: black;
    background: #ffffffc7;
    border: 1px solid #ffffffc7;
}

.link-btn.nav-link {
    background: unset;
    border: 3px solid #646464 !important;
    color: #646464;
    text-transform: unset;
}

.link-btn.nav-link.active,
.link-btn.nav-link:hover {
    background: unset;
    border: 3px solid white !important;
    color: white !important;
}

.link-btn:hover {
    color: #fff !important;
    background: var(--color-1st);
}

.btn.read-more:hover {
    color: white !important;
    background: #ff0a0a;
    border: 1px solid #ff0a0a59;
}

.btn.option:hover {
    color: black !important;
    background: #fff;
    border: 1px solid #ffffff59;
}

.btn-shopping-cart {
    background-color: #ffffffab;
}

.ps-block--features {
    background-color: #353333;
    padding: 20px 0;
}

.ps-block--feature>.ps-block__left i {
    color: white
}

.ps-block--feature>.ps-block__right.custom .h1 {
    font-size: 4rem;
    margin: 0;
    color: var(--color-1st);
}

.ps-block--feature>.ps-block__right.custom .title {
    font-size: 1.5rem;
    color: white;
}

.ps-block--feature>.ps-block__left {
    max-width: unset;
    margin-bottom: 15px;
}

.panel--search {
    position: absolute;
    top: 85px;
    left: unset;
    right: 0;
    padding: 0;
    border-bottom: unset;
    background-color: unset;
    transition: all .8s cubic-bezier(.19, 1, .22, 1);
}

.panel--search.active {
    width: 300px;
}

.panel--search .form-control {
    height: 39px;
    background-color: white;
    border-radius: 20px;
}

.main-header .form--primary-search button {
    right: 0;
}

.shop__products .product:hover .product__wrapper {
    transform: unset;
    background: unset;
}

.shop__products .product h3 a {
    color: var(--color-1st);
    font-size: 20px;
}

.shop__products .link-btn {
    margin: unset;
    margin-top: 15px;
    font-size: 13px;
}

.caption,
.slick-slide::before,
.slick-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slk-slider {
    position: relative;
    width: 100%;
    height: 36vw;
    min-height: 8vw;
    margin-bottom: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
}

.slk-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.slick-slide {
    position: relative;
    /*   height: 38vw; */
}

.slk-slider .slick-slide {
    height: 38vw;
}

.slick-slide::before {
    opacity: 0.3;
    z-index: 1;
}

.slick-slide video {
    display: block;
    position: absolute;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, 0);
}

.slick-slide iframe {
    position: relative;
    pointer-events: none;
}

.slick-slide figure {
    position: relative;
    height: 100%;
}

.slick-slide .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.8s ease;
}

.slick-slide .slide-image.show {
    opacity: 1;
}

.slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}

.slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
    z-index: 1;
}

.slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active .caption {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
    padding: 20px;
    margin: 0;
    letter-spacing: 0.02em;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
    color: white;
}

.caption h3,
.caption p {
    color: white
}

.slider-nav .caption {
    opacity: 1;
    z-index: unset;
}

.slider-nav .caption h3,
.slider-nav .caption p {
    color: black
}

.slick-track .caption {
    /*     max-height: 160px; */
    overflow: hidden;
}

.captions-h .slick-track {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    transform: unset !important;
}

.captions-h .caption {
    padding: 10px;
    border-top: 2px solid #3e3e3e;
    max-width: 180px;
    float: unset;
    margin: 0 15px;
}

.captions-h .caption.slick-current {
    border: 2px solid #3e3e3e
}

.slick-dots {
    text-align: center;
    padding-top: 15px;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.slick-dots li button {
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #000;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    background-color: #fff;
    transition: all 0.3s ease;
    opacity: 0.4;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover {
    opacity: 1;
}

.slick-dots li.slick-active button {
    border-color: #2d3042;
    box-shadow: 0 0 0 1px #fff;
    opacity: 1;
}

.slk-slider-video .slick-dots {
    display: none !important
}

figure img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes slideIn {
    from {
        filter: blur(15px);
    }

    to {
        filter: blur(0);
    }
}

@keyframes slideIn {
    from {
        filter: blur(15px);
    }

    to {
        filter: blur(0);
    }
}

@-webkit-keyframes slideOut {
    from {
        filter: blur(0);
    }

    to {
        filter: blur(15px);
    }
}

@keyframes slideOut {
    from {
        filter: blur(0);
    }

    to {
        filter: blur(15px);
    }
}

.product__content.order .container {
    height: 90vh
}

.product__content.order .container .row {
    height: 100%
}

.footer.index {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#float-btn {
    display: none
}

.modal-content .slick-track {
    width: 350px !important
}

#second_header {
    padding-top: 20px;
    margin-bottom: 30px;
}

#second_header .container>.wrapper {
    border-bottom: 1px solid #eee;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
}

#page_title {
    position: relative;
    z-index: 1;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0 0 22px;
}

#page_title h1 {
    font-weight: lighter;
    margin: 0;
    font-family: 'Gotham Light', 'system', sans-serif;
    font-size: 30px;
    padding-top: 0;
    line-height: 34px;
    letter-spacing: 1px;
}

#page_title .nav_search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 0 22px;
    text-align: right;
    width: auto;
}

#second_header .wrapper {
    min-height: 38px;
}

#second_header ol {
    list-style-type: none;
}

.nav-block li {
    float: left;
    list-style-image: none;
    list-style-type: none;
    margin-right: 20px;
    padding-bottom: 0;
}

.nav-block li a {
    box-shadow: none;
    color: #9d9d9d;
    line-height: 20px;
    padding: 20px 0 10px;
    margin-bottom: 20px;
    text-decoration: none;
}

.nav-block li .nav-link.active {
    box-shadow: 0 1px 0 0 currentColor;
    transition: box-shadow .25s cubic-bezier(.5, .25, .25, .75), color .25s cubic-bezier(.5, .25, .25, .75);
}

#nav-c-detail,
#nav-c-spec {
    width: 220px;
    text-align: center;
}

.product--detail .product__content.detail {
    padding: 75px 0;
}

.home-block-2 .container-custom>div {
    height: 847.083px;
    display: flex;
}

.home-block-2 h2 {
    font-size: 95px;
    white-space: break-spaces;
}

.home-block-2 h2 {
    font-size: 95px;
    white-space: break-spaces;
}

.home-block-5 .item {
    height: 423px;
}

.home-block-5 .text-link {
    font-size: 27px;
}

#productModal .modal-content {
    background: #000;
}

.shop__products .product__description {
    font-size: 18px;
    color: #555;
}

.product .product__title {
    font-size: 28px;
}

.image__group h3 {
    font-size: 34px;
}
.product__version{
    list-style: none;
    padding: unset;
}
.product__version li{
    display: inline-block;
    margin: 0 5px 5px;
}
.product__version li a{
    border: 2px solid var(--color-1st);
    color: #000;
    background-color: unset;
    padding: 14px 15px;
    cursor: pointer;
    transition: .2s;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
}
.product__version li:hover a,
.product__version li.active a{
    color: #fff !important;
    background-color: var(--color-1st);
}

#fly-block{
	list-style: none;
	display: grid;
	gap: 5px;
	position: fixed;
	left: 20px;
	bottom: 30px;
    padding-left: unset;
	transition: all .3s ease;
}
#fly-block li:hover img{
	transform: scale(1.1);
}
@media screen and (min-width: 1024px) {
    .product__content.detail table {
        width: 83% !important
    }

    .home-block-1 {
        margin-top: 60px;
    }

    .home-block-1 .row>.col-xl-6:last-child .wrapper {
        margin-right: 100px;
    }

    .home-block-3 .cover {
        margin: 0 20px 0 120px;
    }

    .home-block-4 .cover {
        max-width: 80%;
    }

    .shop__products .product__wrapper{
    /* .image__group { */
        margin-bottom: 120px;
    }

    .shop__products .product__description {
        margin-top: 20px;
    }

    .image__group .image {
        margin-bottom: 40px;
    }

    .image__group .content {
        font-size: 17px;
    }
    .image__group .item{
        margin-bottom: 100px !important;
    }
    .image__group .item .content{
        max-width: 80%;
        height: 100%;
    }
}

@media screen and (max-width: 1366px) {
    .section--homepage .section__header h3 {
        font-size: 45px;
    }
}

@media screen and (max-width: 1024px) {
    .home-blog .blog-right {
        /*max-width: unset;*/
    }

    .footer form {
        width: 100%;
        margin-right: unset;
    }

    .home-feature-posts h2:after,
    .home-partner h2:after,
    .home-news h2:after {
        width: unset;
        left: unset;
        height: unset;
        background: unset;
        position: unset;
        content: unset;
        bottom: unset;
    }

    .newsletter form {
        margin-bottom: 10px;
    }

    .menu--mobile>li>a.logo {
        display: none;
    }

    .home-news .rw .blog-content p,
    .header-top {
        display: none;
    }

    body.index {
        margin-top: 0px;
    }

    body {
        margin-top: 66px;
    }

    .page--inner1,
    .page--shop {
        margin-top: 40px;
    }

    .sub-menu-line ul {
        margin: 0 auto 30px;
    }

    .home-intro .link-btn {
        bottom: -55px;
    }

    .section--homepage h2 {
        font-size: 25px;
    }

    .product__content.order {
        background: unset !important
    }

    .product__content.order {
        background: unset !important
    }

    .product__content.order img {
        display: block !important;
        margin: 0 auto;
    }

    .product__content.order .container {
        height: unset
    }

    .final-line .menu a {
        padding: 5px 5px 0;
    }

}

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

    .nav-pills{
        grid-template-columns: 1fr 1fr;

    }
    .nav-pills .nav-link{
        height: 100%;
    }

    .home-intro .container .col-md-1 {
        height: 495px;
    }

    .home-intro .container .intro-pic {
        margin-top: 55px;
    }

    .home-blog .blog-right {
        max-width: 47%;
    }

    .footer form {
        width: 100%;
        margin-right: 30px;
    }

    .product .product__wrapper {
        display: block;
    }

    .product__thumbnail {
        width: unset;
    }

    .product .product__wrapper .product__content {
        padding: unset;
        margin: unset;
    }

    .home-collection .section__content {
        margin-top: -125px;
    }

    .home-products .nav-pills li h2:before {
        content: unset;
        margin: unset;
    }

    .header-top .navigation__left,
    .header-top .list--social {
        display: none;
    }

    .menu-left,
    .home-intro .link-btn {
        display: none;
    }

    .owl-slider.owl-carousel {
        margin-top: -80px;
    }

    .btn-group {
        width: 80%;
    }

    #float-btn {
        display: block;
        position: fixed;
        position-attachment: fixed;
        width: 40px;
        height: 40px;
        background: #009dbc;
        top: 35%;
        right: 0;
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        box-shadow: 1px 1px 3px #000;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        cursor: pointer;
        transition: 0.2s ease-out;
    }

    .float-txt {
        position: absolute;
        top: 3px;
        right: 10px;
        transition: 0.2s ease-out;
        font-size: 20px;
    }

    .float-txt i {
        color: #fff;
        -webkit-animation: spin 5s normal linear infinite;
        animation: spin 5s normal linear infinite;
    }

    .section-wrapper {
        max-height: 100vh;
    }

    .section--homepage {
        margin-top: -20px;
    }

    .product__info.info {
        margin-right: 25px;
    }

    .product__info .h1 {
        font-size: 20px;
    }

    .product--detail .product__title {
        margin-top: 35px;
    }
}

@media (max-width: 768px) {
    .header-top .navigation__right {
        width: 100%;
        margin-right: unset;
        display: unset;
    }

    .header-top .langs {
        margin-left: unset;
        float: right;
    }

    .section--homepage .section__header h3 {
        font-size: 22px;
    }

    .mobile-toolbar {
        display: none;
        padding: 15px 0 5px;
    }

    .home-intro .link-btn {
        bottom: -5px;
    }

    .product--detail .product__thumbnail {
        max-width: unset;
    }

    .section--homepage h2.show,
    .section--homepage .btn-group.show {
        opacity: 1 !important;
        visibility: visible;
    }

    .btn-group {
        width: 150vh;
    }

    .final-line .menu {
        width: fit-content;
        margin: 0 auto;
    }
    .home-block-2 .container-custom>div {
        height: 447.083px;
    }
    .section--homepage.home-block-1{
        margin-top: 100px;
    }
    #fly-block{
		gap: 0;
		left: 0;
		bottom: 50px;
	}
}

@media (max-width: 480px) {
    #coverflow {
        width: 100%;
        text-align: -webkit-center;
    }

    .section--homepage .section__header h3 {
        font-size: 22px;
    }

    .home-blog .blog-right {
        max-width: 100%;
        margin: 10px 0;
    }

    .home-news .container,
    .home-news .rw .blog-content p {
        display: unset;
    }

    .footer .newsletter {
        margin-bottom: 30px;
    }

    .footer .form--subscribe {
        width: 320px;
    }

    .footer form {
        width: 380px;
        margin-bottom: 10px;
    }

    .footer .final-line {
        /*     padding-bottom: 15px; */
        display: block;
    }

    .footer .right .widget--footer:last-child {
        margin-bottom: 20px;
    }

    .nav-pills .nav-link h2 {
        font-size: 20px;
    }

    .home-categories .cat-img-transf {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    #logobottom {
        height: 200px;
    }

    .home-news .section__content .item {
        display: unset;
    }

    .home-news .section__content .item .banner-effect {
        margin-bottom: 14px;
    }

    .product--detail .tab-list li {
        margin-right: 0;
    }

    .sub-menu-line .widget__links {
        width: 100%;
    }

    .sub-menu-line .widget__links li {
        margin-left: unset;
    }

    .sub-menu-line ul li span {
        font-size: 14px
    }

    .home-categories {
        background: unset !important;
        padding-top: 10px !important;
    }

    .btn-group {
        width: 50vh;
    }

    .link-btn,
    .btn {
        padding: 8px 30px 9px !important;
    }

    #nav-c-detail,
    #nav-c-spec {
        width: 155px;
        padding: 8px 10px 9px !important;
    }


    .product__info .h1 {
        font-size: 18px;
    }

    .slider .caption.slick-current {
        display: block !important;
    }

    .captions-h .caption {
        max-width: 100%;
        display: none;
    }

    .captions-h .caption.slick-current {
        border: 2px solid #3e3e3e;
        display: block !important;
    }

    .product--detail .product__title {
        /*     margin-top: 150px; */
    }

    .captions-h .slick-track {
        max-width: 100%;
    }

    .slk-slider {
        height: auto;
        margin-bottom: 30px;
    }

    .slick-slide video {
        width: 100%;
        left: unset;
        min-width: unset;
        min-height: unset;
        transform: unset;
    }

    .product__info.info {
        margin-right: 25px;
    }

    .product__info.info_btn {
        width: 100%;
        display: flex;
    }

    .info_btn .link-btn {
        width: 100%;
        text-align: center;
    }

    #second_header .container>.wrapper {
        justify-content: center;
    }

    #section-999 .btn-group {
        bottom: 110px;
    }

    .product--detail .product__title {
        margin-top: 0;
        font-size: 35px;
    }
    .product__description {
        margin-bottom: 40px;
    }

    .page--product--detail.product_page {
        padding: 0;
        margin-top: 0;
    }

    .product--detail .product__header {
        flex-flow: column-reverse;
        gap: 30px;
        margin-left: unset;
    }

    .image__group .row {
        gap: 30px;
    }

    .product__content h2.custom {
        font-size: 28px;
        text-align: center;
        font-weight: 500;
    }
    .image__group h3 {
        font-size: 20px;
        font-weight: 500;
    }
    .image__group .content {
        font-size: 15px;
    }
    .footer .menu{
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }
    .section--homepage {
        margin-top: 40px;
    }
}

@media screen and (max-width: 375px) {
    .home-blog .blog-right {
        display: block;
    }

    .home-blog .blog-content {
        margin-top: 10px;
    }

    .home-blog .blog-content h4 {
        line-height: 1.6em;
    }

    .product__content.order {
        background-size: cover;
        background-position: -485px 70px !important;
    }
}

.bg--cover {
    display: none !important;
}
