/*------------------------------------*\
  #Compontent
\*------------------------------------*/
/**
 * editor
 */

.editor img {
    max-width: 100%;
    height: auto !important;
}

.image-align-center {
    text-align: center;
}


/**
 * Button
 */

button {
    border: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.button {
    display: inline-block;
    color: #101010;
    padding: 8px 26px;
    background-color: #F39800;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    transition: .3s;
    cursor: pointer;
}

.button:hover {
    color: #fff;
    background-color: #F39800;
}


.button--outline {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.button--outline-primary {
    color: #F39800;
    border: 1px solid #F39800;
    background-color: transparent;
}

.button--outline-dark {
    color: #101010;
    border: 1px solid #101010;
    background-color: transparent;
}

.button--outline-dark:hover {
    border-color: #595757;
    background-color: #595757;
}


.button--square {
    border-radius: 0;
}

.button--dark {
    background-color: #101010;
    color: #fff;
}

.button--dark:hover {
    background-color: #F39800;
    color: #101010;
}

.button--gray {
    background-color: #595757;
    color: #fff;
}

.button--gray:hover {
    background-color: #353535;
}

.button--small {
    padding: 4px 20px !important;
}

.button.disabled {
    color: #cecece;
    background-color: #595757;
    pointer-events: none;
}


/**
 * Collapse
 */

.collapse__content {
    display: none;
    padding-left: 15px;
}

    .collapse__svg {
        display: none;
    }

    .collapse__button {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .collapse__button.active {
        background-color: #F39800;
        color: #fff;
    }
    
    .collapse__item svg {
        width: 16px;
        height: 16px;
        stroke: #333;
        fill: #333;
        transition: .3s;
    }

    .collapse__button:hover svg,
    .collapse__button.active svg {
        stroke: #fff;
        fill: #fff;
    }


/**
 * Pagination
 */

.page__pagination {
    margin-top: 60px;
    margin-bottom: 40px;
}

    .page__pagination .pagination {
        justify-content: center;
        padding-left: 0;
    }

        .pagination .page-item {
            margin-right: 12px;
            list-style: none !important;
        }

        .pagination .page-item.disabled .page-link {
            background-color: #fff;
            border-color: #707070;
        }

        .pagination .page-item.disabled .page-link svg {
            stroke: #888;
        }

        .pagination .page-item:last-child {
            margin-right: 0;
        }

        .pagination .page-link {
            display: inline-block;
            padding: 4px 11px;
            background-color: #F39800;
            border: 1px solid transparent;
            color: #707070;
            font-weight: 700;
            font-size: 15px;
            line-height: 21px;
            border-radius: 2px !important;
        }

        .pagination .page-link svg {
            position: relative;
            top: 1px;
            stroke: #595757;
            stroke-width: 2;
        }

        .pagination .page-link:not(.active) {
            border: 1px solid #707070;
            background-color: transparent;
        }

        .pagination .page-link:not(.active) svg {
            stroke: #707070;
        }
        
        .pagination .page-quick-link {
            padding: 4px 4px 1px;
        }

        
        .pagination .page-link.active,
        .pagination .page-link:hover {
            background-color: #fff7e9;
            border: 1px solid #f39800;
            color: #f39800;
        }

        .page-link:focus {
            box-shadow: 0 0 0 0.2rem rgb(255 153 0 / 25%);
        }



/**
 * Breadcrumb
 */

.page__breadcrumb {
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .page__breadcrumb ul {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

        .page__breadcrumb li::after {
            content: url(../images/icons/ionic-ios-arrow-back.png);
            position: relative;
            padding-left: 8px;
            padding-right: 5px;
            opacity: 0.7;
        }

        .page__breadcrumb a {
            color: #6b6b6b;
            letter-spacing: 2px;
        }

        .page__breadcrumb li:last-child::after  {
            content: "";
        }

        .page__breadcrumb .home-icon {
            color: #6b6b6b;
            margin-right: 10px;
        }


/**
 * Swiper
 */

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -3%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -3%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
}

.swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #F39800;
    opacity: 0.9;
}

.swiper-pagination-bullet:focus {
    outline: none;
}

.swiper-pagination-bullet-active {
    background: #F39800;
}

.swiper-button:focus {
    outline: none;
}

.carousel__style .swiper-button-next,
.carousel__style .swiper-button-prev {
    width: 25px;
    height: 25px;
    background-color: #ff9402;
    border-radius: 50%;
}

.carousel__style .swiper-button-next:after,
.carousel__style .swiper-button-prev:after {
    font-size: 12px;
    color: #fff;
}

@media(max-width: 576px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 5%;
    }
    
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 5%;
    }

    .news-carousel {
        width: 80%;
        margin: auto;
    }
}


/**
 * Slick
 */

.slick-track {
    margin: 0;
}


/* Selectize */

.selectize-control {
    width: 100%;
    flex: 1;
}

.selectize-input {
    border: 1px solid #707070;
    box-shadow: none;
}

#select-country-selectized {
    width: 70px !important;
}


/**
 * Checkbox
 */

.checkbox-wrap {
    display: table;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto
}
  
    .checkbox-wrap input {
        position: absolute;
        opacity: 0;
        left: 0;
        width: 100%;
        height: 35px;
        cursor: pointer;
        z-index: 1;
    }

    .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: transparent;
        border: 1px solid #ddd;
        border-radius: 1px;
    }
    
    .checkbox-wrap:hover input ~ .checkmark {
        background-color: transparent;
    }

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkbox-wrap input:checked ~ .checkmark {
        border-color: #f08300;
        background-color: #f08300;
    }

    .checkbox-wrap input:checked ~ .checkmark:after {
        display: block;
        background-color: #f08300;
    }

    .checkbox-wrap .checkmark:after {
        left: 5px;
        top: 1px;
        width: 6px;
        height: 11px;
        border: solid #fff;
        border-width: 0 1.5px 1.5px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/**
 * Radio Button
 */

.radio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 36px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
    .radio-container input {
        position: absolute;
        opacity: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 1;
    }

    .radio-label {
        color: #fff;
        letter-spacing: 4px;
    }

    .radio-checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #595757;
        border-radius: 20px;
        z-index: -1;
        transition: 0.3s;
    }
    
    .radio-container:hover input ~ .radio-checkmark {
        background-color: #ec9731;
    }

    .radio-container input:checked .radio-label {
        color: #101010;
    }

    .radio-container input:checked ~ .radio-checkmark {
        background-color: #f08300;
    }





/**
 * Image Container
 */

.thumb-image-container {
    display: flex !important;
}

    .thumb-image-wrapper {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        overflow: hidden;
        margin: 0;
        line-height: 0;
    }

    .thumb-image-wrapper.ratio-16-9 {
        padding-bottom: 56.25%;
    }

    .thumb-image-wrapper.ratio-4-3 {
        padding-bottom: 75%;
    }

    .thumb-image-wrapper.ratio-3-2 {
        padding-bottom: 66.66%;
    }

        .thumb-image {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: #fff;
        }

            .thumb-image img {
                width: 100%;
                height: 100%;
                object-position: 50% 50%;
                object-fit: cover;
            }

            .thumb-image img.object-contain {
                object-fit: contain;
            }


/* Gallery */
.slider-gallery-wrapper {
    margin-left: -25px;
    margin-right: -25px;
}

    .slider-gallery {
        width: 100%;
        padding: 0 25px;
    }

    .slider-gallery .gallery-top .swiper-container {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .slider-gallery .swiper-slide-container {
        text-align: center;
        height: 100%;
        margin: auto;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .slider-gallery .gallery-top {
        height: 480px;
        width: 480px;
        overflow: hidden;
    }

    .slider-gallery .gallery-bottom {
        position: relative;
        width: 480px;
        height: 160px;
        box-sizing: border-box;
        padding: 10px 0;
    }

        .slider-gallery .gallery-bottom .swiper-slide {
            width: 33.33333333%;
		    height: 100%;
            opacity: 0.4;
        }

        .slider-gallery .gallery-bottom .swiper-container {
            width: 100%;
            height: 100%;
        }

        .slider-gallery .gallery-bottom .swiper-slide-active {
            opacity: 1;
        }

        .slider-gallery .swiper-container-horizontal>.swiper-pagination-bullets,
        .slider-gallery .swiper-pagination-custom,
        .slider-gallery .swiper-pagination-fraction {
            bottom: 10px;
        }

        .swiper-pagination-bullet:focus {
            outline: none;
        }

        .gallery-bottom  .swiper-button-next,
        .gallery-bottom .swiper-container-rtl .swiper-button-prev {
            top: 50%;
            transform: translateY(-50%);
            right: -35px;
        }

        .gallery-bottom .swiper-button-prev,
        .gallery-bottom .swiper-container-rtl .swiper-button-next {
            top: 50%;
            transform: translateY(-50%);
            left: -35px;
        }

        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 13px;
            font-weight: 700;
        }

        .custom-pagination {
            width: 100%;
            margin-top: 10px;
            opacity: 0.5;
        }
            .custom-pagination .swiper-pagination-bullet {
                position: relative;
                border-radius: 0;
                margin-left: 4px;
                margin-right: 4px;
                background-color: #fff;
                width: 16px;
                height: 3px;
            }

            .custom-pagination .swiper-pagination-bullet {
                border-color: transparent;
            }

            .custom-pagination .swiper-pagination-bullet-active {
                background-color: #F39800;
            }

@media (max-width: 1024px) {
    .gallery-bottom  .swiper-button-next,
    .gallery-bottom .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }

    .gallery-bottom .swiper-button-prev,
    .gallery-bottom .swiper-container-rtl .swiper-button-next {
        left: 0;
    }
}




/**
 * Dropdown
 */

.drop .drop__content,
.drop--hover .drop__content,
.drop__content {
    display: none;
}

.drop--hover {
    position: relative;
    z-index: 999;
}

.drop--hover .drop__content {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    text-align: center;
}

.drop--hover:hover .drop__content {
    display: block;
}


.drop .drop__button {
    position: relative;
    display: block;
}

.drop__button::after {
    position: absolute;
    content: url(../images/icons/chevron-down.svg);
    top: 50%;
    right: 10px;
    transform: translateY(-40%);
}

.drop .drop__content ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .drop .drop__content li {
        list-style: none;
    }

        .drop .drop__content span {
            margin-left: 5px;
            font-size: 12px;
        }

.drop__content li a {
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    line-height: initial;
    padding: 8px 16px;
    border-bottom: 1px solid #494949;
    transition: 0.3s;
}

.drop__content li a:hover {
    background-color: rgba(243, 154, 0, 0.9);
}

.drop__content li:last-child a {
    border: none;
}


/* mobile-drop */
.mobile-drop {
    position: relative;
}

.mobile-drop .drop__button::after {
    position: absolute;
    content: url(../images/icons/chevron-down-w.svg);
    top: 21px;
    right: 10px;
}


/* layer-1 */
.drop.layer-1.open > .drop__button {
    background-color: #f39800 !important;
    color: #fff !important;
}

/* layer-2 */
.drop.layer-2 {
    background-color: #eee;
}

    .drop.layer-2 > .drop__content {
        padding-left: 26px;
    }

.drop.open > .drop__content {
    display: block;
    background-color: #f1f1f1;
}

.drop > .drop__content .nav-link {
    padding-left: 30px;
}





/**
 * Back to Top
 */

.back-to-top {
    position: sticky;
    bottom: 10px;
    right: 20px;
    width: 72px;
    margin-left: auto;
    margin-top: -70px;
    padding: 4px 6px 6px;
    border-radius: 3px;
    cursor: pointer;
    display: none;
    z-index: 99;
}

    .back-to-top svg {
        width: 18px;
        height: 18px;
        stroke: #fff;
    }





/* ==============
    Animation 
================= */
@keyframes progress-75 {
    0% {
        width: 0;
    }
    100% {
        width: 75%;
    }
}
@keyframes progress-85 {
    0% {
        width: 0;
    }
    100% {
        width: 85%;
    }
}


/* ==============
    Header 
================= */
.overflow-hidden {
    overflow: hidden;
}

@media(min-width: 991px) {
    .overflow-lg-hidden {
        overflow: hidden;
    }
    
    .w-lg-100 {
        width: 100%;
    }
}

.header {
    position: relative;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 9999;
    transition: 0.3s;
}

.header.mobile {
    background-color: #101010;
}

    .header-row {
        display: -webkit-flex;
        display: flex;
    }

    @media(min-width: 1660px) {
        .header-row,
        .footer__content {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }
    }
    

    .topbar {
        background-color: #101010;
        font-size: 15px;
    }

        .topbar__features {
            display: flex;
            align-items: center;
            margin-left: auto;
            color: #fff;
            line-height: 32px;
        }

            .topbar__features a {
                color: #fff;
                padding-top: 2px;
                padding-bottom: 2px;
            }

            .topbar__features .item {
                display: flex;
                align-items: center;
                margin-left: 15px;
            }

                .topbar__features .item i {
                    margin-right: 6px;
                    font-size: 14px;
                }

                .topbar__features .item input {
                    width: 176px;
                    height: 28px;
                    padding: 3px 5px;
                    font-size: 14px;
                }


header li {
    list-style: none;
}

.site__nav__content {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .menu {
        position: relative;
        display: -webkit-flex;
        display: flex;  
        margin-bottom: 0;
        padding-left: 0;
        z-index: 99;
    }
    .menu h4,
    .mobile-sidebar h4,
    .menu h5,
    .mobile-sidebar h5 {
        line-height: inherit;
        font-size: 16px;
        font-weight: 300;
        margin: 0;
    }
    
    .menu > li {
        position: relative;
    }
        .menu > li > a {
            display: inline-block;
            padding: 5px 20px;
            letter-spacing: 2px;
            color: #919191;
            line-height: 70px;
        }

        .menu > li.active > a,
        .menu > li:hover > a {
            color: #F39800;
        }
            .menu > li > a h4 {
                position: relative;
            }
            .menu > li > a h4::after {
                content: "";
                position: absolute;
                bottom: 16px;
                width: 100%;
                height: 3px;
                background-color: #F39800;
                display: none;
            }
            .menu > li.active > a h4::after,
            .menu > li:hover > a h4::after {
                display: block;
            }

    .menu .drop__content {
        min-width: 160px;
        margin-left: 10px;
        top: 80px;
    }

    .menu .drop > .drop__button::after {
        right: 0;
        transform: translateY(-46%);
    }
       

    .site__logo {
        padding: 5px;
        margin: 7px 0;
    }
    .site__logo img {
        padding: 8px;
        height: 56px;
    }

    .inquiry-cart {
        position: relative;
        color: #fff;
    }

    .inquiry-cart .count {
        position: absolute;
        top: -3px;
        right: -12px;
        font-size: 12px;
        width: 16px;
        line-height: 16px;
        text-align: center;
        color: #000;
        background-color: #D1D1D1;
        border-radius: 50%;
    }

    .inquiry-item-count::before {
        content: '(';
    }

    .inquiry-item-count::after {
        content: ')';
    }

    .inquiry-cart .count .inquiry-item-count::before,
    .inquiry-cart .count .inquiry-item-count::after {
        display: none;
    }


/* Mobile Nav */
.mobile__nav {
    display: none;
}

    .toggle {
        cursor: pointer;
        width: 22px;
        height: 14px;
        padding: 15px 0;
    }

        .toggle-icon {
            width: 18px;
            height: 14px;
            position: relative;
            top: -6px;
            margin: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
        }
          
        .toggle-icon span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #fff;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }
    
        .toggle-icon span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }
          
        .toggle-icon span:nth-child(2) {
            top: 6px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }
          
        .toggle-icon span:nth-child(3) {
            top: 12px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .toggle-icon.open span {
            background: #fff;
        }

        .toggle-icon.open span:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: -1px;
            left: 0;
        }
          
        .toggle-icon.open span:nth-child(2) {
            width: 0%;
            opacity: 0;
        }
          
        .toggle-icon.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 12px;
            left: 0;
        }
    
    .mobile-sidebar {
        position: absolute;
        top: 57px;
        left: 0;
        width: 100%;
        background: rgb(0 0 0 / 76%);
        display: none;
        padding-top: 20px;
        padding-bottom: 15px;
        z-index: -1;
    }

        .mobile-sidebar .search {
            position: relative;
            margin-bottom: 15px;
        }

        .mobile-sidebar .search::after {
            position: absolute;
            top: 50%;
            right: 10px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f002";
            transform: translateY(-50%);
            color: #fff;
        }
        
        .mobile-sidebar .search input {
            background-color: #9e9e9e;
            color: #fff;
            width: 100%;
            padding: 5px 15px;
            border-radius: 4px;
            border: none;
        }

        .mobile-sidebar > ul {
            padding-left: 0;
            margin-top: 20px;
            width: 75%;
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 40px;
        }

            .mobile-sidebar li a {
                display: inline-block;
                padding: 10px;
                width: 100%;
                color: #fff;
                letter-spacing: 2px;
                font-size: 16px;
                font-weight: 100;
                text-align: center;
            }

            .mobile-sidebar li a.active {
                background-color: #9e9e9e;
                color: #ffffff;
            }

            .mobile-sidebar li:first-child a {
                border-top: none;
            }

            .mobile-sidebar .collapse__button {
                display: -webkit-flex;
                display: flex;
                justify-content: space-between;
            }

            .mobile-sidebar .collapse__content {
                margin-top: 8px;
                margin-bottom: 8px;
            }

            .mobile-sidebar .collapse__content a {
                border: none;
                padding: 3px 5px;
            }

            .mobile-sidebar .collapse__item svg {
                position: relative;
                top: 2px;
                width: 16px;
                height: 16px;
                stroke: #fff;
                fill: none;
            }

            .mobile-sidebar li a.active svg {
                stroke: #101010;
            }

    .logo-text {
        margin-top: 20px;
        margin-bottom: 20px;
    }

@media (max-width: 1211px) {
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #101010;
        padding-top: 9px;
        padding-bottom: 9px;
    }

        .site-logo img {
            height: 48px;
        }

    .mobile__nav {
        display: block;
    }
}

@media (max-width: 576px) {
    .logo-text {
        width: 100%;
    }
}

/* ======= slider ======= */
.home__slider .slide {
    position: relative;
    height: 66vh;
}

.home__slider .slide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide__content {
    position: relative;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    width: 52%;
    text-align: center;
    color: #fff;
}

    .slide__heading {
        margin-bottom: 40px;
        font-size: 52px;
        font-weight: 700;
        line-height: 1.2em;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: 'Shippori Mincho B1';
    }

    .slide__content p {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        font-size: 19px;
        letter-spacing: 1px;
        font-family: 'Shippori Mincho B1';
    }

    .slide__content .button {
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 10px;
    }

@media (max-width: 1211px) {
    .home__slider {
        margin-top: 64px;
    }
}

@media (max-width: 576px) {
    .slide__content {
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .slide__heading {
        font-size: 22px;
        text-align: center;
    }

    .slide__content p {
        width: 90%;
    }

    .slide__content .button-wrapper {
        text-align: center;
        margin-top: 50px;
    }
}


/**
 * Product
 */

.product {
    text-align: center;
}

    .product__category {
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        border-bottom: 3px solid #f39800;
        font-size: 22px;
    }

    .product__name {
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
    }


.product--light {
    background-color: #F9F9F9;
    padding: 20px;
    transition: 0.3s;
}

    .product--light .thumb-image {
        background-color: #F9F9F9;
        transition: 0.3s;
    }

    .product--light:hover,
    .product--light:hover .thumb-image {
        background-color: #F39800;
    }

    .product--light .button {
        background-color: #656565;
        border: 2px solid #656565;
    }

    .product--light .button:hover {
        color: #fff;
        background-color: #101010;
        border: 2px solid #101010;
    }


@media(max-width: 1024px) {
    .product--home {
        margin-bottom: 80px;
    }
}


.product--details .feature {
    border-bottom: 1px solid #707070;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
        .product--details .feature__item {
            display: block;
            text-align: center;
            margin-bottom: 10px;
        }

        .product--details .files {
            background-color: #f5f5f5;
            padding: 15px 25px 18px;
            margin-top: 20px;
        }

        .attached-file {
            border-bottom: 1px solid #d7d7d7;
            padding-bottom: 10px;
        }

            .product--details .file {
                display: flex;
                align-items: center;
                margin-top: 8px;
                font-size: 26px;
                color: #595757;
                transition: 0.3s;
            }

            .product--details .file > i {
                font-size: 16px;
            }

            .product--details .file > span {
                font-size: 14px;
                margin-left: 5px;
                word-break: break-all;
            }

            .product--details .file:hover {
                color: #F39800;
            }

        /* model */
        .dash {
            position: relative;
            width: 6px;
        }
    
        .dash::after {
            content: "";
            position: absolute;
            top: 28%;
            left: 0;
            width: 100%;
            height: 2px;
            background: #525252;
        }


        .model__number .cart {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            display: none;
        }

        .model__number.sticky .cart {
            display: block;
        }

            .model__number.sticky .cart-btns-box {
                margin-top: -15px;
            }

    
        .model__number {
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            margin: auto;
        }
    
        .model__number.sticky {
            position: sticky;
            top: 0;
            background: #fff;
            border-bottom: 1px solid #eee;
            padding: 5px 0;
            font-size: 32px;
            text-align: center;
            z-index: 9;
        }   
    
            .model__number .block {
                position: relative;
                margin: 6px;
                font-size: 30px;
            }
    
                .unit {
                    cursor: pointer;
                }
    
                    .unit__item {
                        display: block;
                    }
    
                    .code {
                        padding-top: 3px;
                        margin-top: 2px;
                        border-top: 4px solid #F39800;
                        color: #F39800;
                        font-size: .6em;
                    }
                
        .model__desc {
            width: 540px;
            margin: 40px auto;
        }
    
            .desc-box {
                display: flex;
                margin: 8px 0;
                padding: 15px;
                background: #f9f9f9;
                border: 2px solid #f9f9f9;
                transition: .3s;
            }
    
            .desc-box.active {
                background: #FFE7BE;
                color: #595757;
                border: 3px solid #F39800;
            }
    
                .desc-box h5 {
                    margin: 0 0 5px;
                    font-size: 16px;
                    font-weight: 400;
                }
    
                .desc-code {
                    font-size: 17px;
                    padding: 0 5px;
                    margin-right: 20px;
                    margin-top: -3px;
                }
    
                    .spec-wrap {
                        display: flex;
                        flex-wrap: wrap;
                    }
    
                        .spec {
                            min-width: 140px;
                            margin: 5px 19px 5px 0;
                        }
    
                            .spec > span {
                                display: inline-block;
                                min-width: 25px;
                                padding: 1px 5px;
                                margin-right: 6px;
                                font-size: .85em;
                                line-height: 23px;
                                text-align: center;
                                border-radius: 1px;
                                color: #fff;
                                background-color: #595757; 
                            }

                            .spec p img {
                                max-width: 80px !important;
                                height: auto !important;
                            }
    
                        .spec.active {
                            color: #F39800;
                        }
    
                        .spec.active span {
                            background: #F39800;
                        }
    
@media(max-width: 768px) {
    .model__number.sticky {
        width: 100%;
        padding: 10px 0;
        top: 64px;
    }

        .model__number .block {
            font-size: 18px;
        }

            .code {    
                border-top: 2px solid #F39800;
            }
            
    .model__number.sticky .cart-btns-box .button {
        padding: 6px 12px;
    } 

    .model__desc {
        width: 90%;
    }

        .desc-code {
            font-size: 15px;
            margin-top: 0;
        }

        .spec {
            width: 100%;
        }  
         
}
        
@media(max-width: 576px) {
    .product--details .feature .grid__item {
        width: 50%;
    }

    .model__number.sticky .cart-btns-box {
        margin-top: 140px;
    }
}


/**
 * Post
 */    

.post__date {
    display: flex;
    width: 52px;
    flex-direction: column;
    text-align: center;
}

    .post__date > span {
        padding-top: 2px;
        padding-bottom: 2px;
        color: #fff;
        font-weight: 700;
    }

    .post__date .month {
        background-color: #F39800;
    }

    .post__date .day {
        background-color: #595757;
    }

    .post__title {
        flex: 1;
        padding-left: 15px;
        font-size: 18px;
        font-weight: 500;
    }

    .post__summary {
        height: 72px;
    }
    

.post .button {
    margin-top: auto;
}


/**
 * Map
 */ 

.map {
    display: flex;
    align-items: flex-end;
}

    .map__iframe .thumb-image-wrapper {
        padding-bottom: 45%;
    }

    .map .map__image {
        display: block;
        height: 368px;
    }

    .map__info .head {
        display: table;
        border-bottom: 2px solid #F39800;
    }

        .map__info .subtitle {
            color: #F39800;
        }

        .map__info .title {
            font-size: 20px;
            padding-bottom: 5px;
        }

        .list li {
            display: flex;
            align-items: flex-start;
        }

        .list i {
            margin-top: 5px;
        }
        
        .list .text {
            margin-left: 5px;
            flex: 1;
        }

@media(max-width: 991px) {
    .map {
        flex-direction: column;
        align-items: unset;
        margin-bottom: 80px;
    }

        .map__info .head {
            margin-top: 40px;
        }
}





/*------------------------------------*\
  #Page
\*------------------------------------*/

.page {
    margin-bottom: 80px;
}

    .page--news .post {
        padding: 10px;
        transition: 0.3s;
    }

    .page--news .post:hover {
        background-color: #FFE7BE;
    }

    .page--news .grid__item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .page--news .banner {
        margin-bottom: 10px;
    }


@media(max-width: 1024px) {
    .section--service .grid__item {
        margin-bottom: 60px;
    }

    .page--news .post {
        margin-bottom: 30px;
    }

        .page--news .grid__item {
            padding-left: 15px;
            padding-right: 15px;
        }
}

@media(max-width: 768px) {
    /* about */
    .section--history .grid__item {
        display: flex;
        margin-bottom: 20px;
    }

        .section--history .text-box {
            flex: 1;
            margin-top: 42px;
            margin-left: 20px;
        }

}



/*------------------------------------*\
  #Sidebar
\*------------------------------------*/

.sidebar {
    width: 240px;
    font-size: 15px;
}

    .sidebar__name {
        border-bottom: 1px solid #707070;
        padding-bottom: 5px;
    }

    .sidebar a {
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        border-bottom: 1px solid #D1D1D1;
    }

    .sidebar a:hover,
    .sidebar a.active {
        color: #F39800;
    }


.mobile-menu-toggle {
    position: relative;
    border: 1px solid #cbcbcb;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.mobile-menu-toggle::after {
    content: url(../images/icons/chevron-down.svg);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-40%);
}


.sidebar__menu .drop.layer-2 .drop__content {
    background-color: #f9f9f9;
}

    .sidebar__menu .drop__content li a {
        background-color: transparent;
        color: #333;
        border-bottom: none;
    }

    .sidebar__menu .drop__content li a.active,
    .sidebar__menu .drop__content li a:hover {
        color: #f39800;
    }

@media(max-width: 1211px) {
    .sidebar {
        width: 100%;
        margin-bottom: 20px;
        background-color: #f9f9f9;
    }

    .sidebar__menu {
        display: none;
        border: 1px solid #e0e0e0;
    }

    .sidebar__menu a {
        border-bottom: 1px solid #e2e2e2;
        background-color: #ffffff;
        color: #000;
    }

}





/**
 * Page mobile menu
 */    

.page__mobile__menu {
    width: 100%;
    background-color: #F39800;
    border: 1px solid #F39800;
    margin-bottom: 30px;
}
.page__mobile__menu .collapse__button {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

    .page__mobile__menu .collapse__button::after {
        content: url(../images/icons/ionic-ios-arrow-down-w.png);
        position: absolute;
        right: 20px;
        top: -2px;
    }

.page__mobile__menu .collapse__content {
    position: relative;
    text-align: center;
    background-color: #fff;
    color: #F39800;
    padding-left: 0;
}

.page__mobile__menu .collapse__content a {
    display: block;
    padding: 3px;
    color: #F39800;
    border-bottom: 1px solid #d3d3d4;
    transition: .3s;
}

.page__mobile__menu .collapse__content a:hover {
    color: #404040;
}


/**
 * Details
 */ 

.description img {
    max-width: 100%;
}


/**
 * Contact
 */

.input__row {
    display: flex;
}

.form-label {
    width: 150px;
    margin-top: 4px;
}

.contact__form .input__group {
    display: flex;
    flex: 1;
    margin-bottom: 20px;
}

.contact__form .input__group--last .form-label {
    margin-left: 50px;
    width: 100px;
}

    .contact__form .input__group input,
    .contact__form .input__group textarea {
        width: 100%;
        border: 1px solid #707070;
        border-radius: 5px;
        padding: 5px 12px;
        flex: 1;
    }

    .contact__form input:focus,
    .contact__form textarea:focus {
        outline-color: #b2beca;
    }

.contact__form textarea {
    height: 90px;
}

    .contact__form .button {
        padding: 10px 36px;
    }

.page__contact .button-wrapper {
    margin-top: 40px;
}



.required {
    color: #ee2b2b;
}

.contact__form input.captcha {
    height: 36px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.contact__form .captcha-fresh {
    display: inline-block;
    overflow: hidden;
    height: 36px;
    border: 1px solid #707070;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 1024px) {
    .input__row {
        flex-direction: column;
    }

    .contact__form .input__group .form-label {
        width: 120px;
    }

    .contact__form .input__group--last .form-label {
        margin-left: 0;
        width: 120px;
    }

    .contact__form .button-wrapper {
        text-align: center;
    }

}



/*------------------------------------*\
  #cart
\*------------------------------------*/

.cart-heading {
    background-color: #595757;
    color: #fff;
    padding: 3px 3px 3px 30px;
}

.cart-listing .list-row {
    display: flex;
    border-bottom: 1px solid #595757;
}

.cart__col {
    flex: 1;
}

.cart__col:last-child {
    flex: 3;
}

.table-row {
    display: flex;
    align-items: center;
}

.table-row--th {
    background-color: #595757;
    color: #fff;
}

.cell--th {
    position: relative;
}

.cell--th::before {
    content: '';
    position: absolute;
    top: 5%;
    right: 0;
    width: 1px;
    height: 90%;
    background-color: #fff;
}

.cart__col:last-child .cell--th:last-child::before {
    display: none;
}

.cell {
    flex: 1;
    text-align: center;
    padding: 3px;
}

    .cell .button {
        margin-top: 41px;
        margin-bottom: 41px;
    }

    .cell--image img {
        width: 120px;
    }

    .cell input {
        width: 100%;
    }


.cell--amount input {
    -webkit-appearance: none;
    width: 80px;
    text-align: center;
    border: 1px solid #595757;
    border-left: none;
    border-right: none;
    padding: 2px 0 2px 10px;
    
}

.cell .amount {
    position: relative;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}

/*
.cell .amount::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/icons/select-arrow.png) right no-repeat !important;
    pointer-events: none;
}
*/

    .cell .amount input {
        /* -webkit-appearance: none; */
        width: 80px;
        text-align: center;
        border: 1px solid #595757;
        border-left: none;
        border-right: none;
        padding: 2px 0 2px 10px;
    }


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
      /* -webkit-appearance: none; */
      opacity: 1;
}


.cart-contact .block {
    padding: 30px;
}


@media(max-width: 576px) {
    .cart-listing .list-row {
        padding-top: 15px;
    }

        .cart-listing .cart__col:last-child .table-row {
            flex-direction: column;
            align-items: flex-start;
        }

        .cell .amount {
            margin-top: 20px;
        }

        .cell--image img {
            padding: 0 15px;
        }
        
        .cart-contact .block {
            padding: 20px 10px;
        }

        .cell .button {
            margin-top: 21px;
            margin-bottom: 21px;
        }
}





/*------------------------------------*\
  # footer
\*------------------------------------*/

.footer {
    padding-top: 60px;
    padding-bottom: 40px;
    color: #fff;
    background-color: #595757;
    overflow: hidden;
}

    .footer__content {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-info__row {
        display: flex;
    }

        .footer-info__nav a {
            position: relative;
            color: #fff;
        }

        .footer-info__nav a::after {
            position: relative;
            top: 2px;
            content: '';
            width: 2px;
            height: 16px;
            background-color: #fff;
            display: inline-block;
            margin-left: 10px;
            margin-right: 10px;
        }

        .footer-info__nav li:last-child a:after {
            display: none;
        }

        .footer-info__row i {
            width: 16px;
            font-size: 14px;
            text-align: center;
            margin-right: 5px;
        }

        .footer-info__row .block {
            margin-right: 40px;
        }

        .footer a {
            color: #fff;
        }

        .footer a:hover {
            color: #f39800;
        }

.social-media a {
    display: inline-block;
    margin-left: 15px;
}
    
.copyright {
    text-align: center;
    background-color: #101010;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .copyright a {
        color: #fff;
    }

@media(max-width: 1211px) {
    .footer__content {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

        .footer-info__row {
            flex-direction: column;
            line-height: 2em;
        }

            .footer-info__nav {
                flex-wrap: wrap;
            }

            .footer-info__nav li:nth-child(4) a::after {
                display: none;
            }

        .footer-logo {
            text-align: center;
            margin-bottom: 40px;
        }

        .social-media {
            text-align: center;
            margin-top: 30px;
        }
}





/*------------------------------------*\
  # floats
\*------------------------------------*/

.floats {
    display: none;
    position: sticky;
    bottom: 10px;
    right: 20px;
    width: 72px;
    margin-left: auto;
    text-align: center;
    margin-top: -140px;
    padding-bottom: 80px;
    z-index: 99;
}

    .float-item__cart {
        display: inline-block;
        width: 52px;
        line-height: 52px;
        background-color: rgb(255 176 45 / 85%);
        text-align: center;
        border-radius: 50%;
    }

        .float-item__cart i {
            position: relative;
            top: 1px;
            right: 1px;
            font-size: 20px;
            color: #3c3c3c;
        }
