.docs-search {
    background: #F8F8F8;
    padding: 38px 0;
    margin-bottom: 60px;
}

.docs-search form {
    box-shadow: 0 10px 15px rgba(146, 153, 184, 0.15);
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.docs-search form input {
    border: 0 none;
    background: #fff;
    border-radius: 4px 0 0 4px;
    height: 50px;
}

.docs-search form button {
    height: 50px;
    border-radius: 0 4px 4px 0;
}

ul.docs-pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.docs-pagination li {
    margin-right: 20px;
    position: relative;
}

ul.docs-pagination li:before {
    position: absolute;
    content: '\f112';
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'LineAwesome';
    font-size: 17px;
}

ul.docs-pagination li:last-child:before {
    content: none;
}

li {
    list-style: none;
}

.page-template-single-product .documentation-offcanvas-menu-wrap {
    position: fixed;
    top: 212px;
    left: 20px;
    background-color: #fff;
    padding: 40px 0;
    width: 334px;
    height: 100%;
    box-shadow: 0 10px 15px rgba(146, 153, 184, .25);
    overflow-y: auto;
    overflow-x: hidden;
    transition: .3s;
    z-index: 22;
    scrollbar-width: thin;
}

.page-template-single-product .documentation-offcanvas-menu-wrap::-webkit-scrollbar {
    width: 6px;
    height: 40px;
    background-color: #C6C8C9;
}

img {
    width: 100%;
}

a {
    color: #3771e0 !important;
    text-decoration: none;
    background-color: transparent;
}

a#go_top {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20%;
    bottom: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    transition: 0.3s ease;
    z-index: 10;
}

.mini-footer {
    background: none !important;
    text-align: center;
    padding: 32px 0;
    clear: both;
    border-top: 1px solid #ebebeb;
}

img {
    width: 100%;
    height: fit-content;
}

/* responsive css */
@media (max-width: 1300px) {
    .docs-sidebar ul.stick {
        top: 30px;
    }
}

@media (min-width: 991px) and (max-width: 1199.97px) {
    .docs-wrapper .docs-sidebar ul {
        max-width: 280px;
    }
}

@media (max-width: 991px) {
    .docs-wrapper .docs-sidebar ul {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .docs-wrapper .docs-sidebar {
        flex: 0 0 40%;
    }

    .docs-wrapper .docs-contents {
        flex: 0 0 60%;
    }

    .docs-wrapper .docs-sidebar ul {
        max-width: 180px;
    }
}

@media (max-width: 480px) {
    .docs-wrapper {
        display: block;
    }

    .docs-wrapper .docs-sidebar {
        margin-bottom: 50px;
    }
}

/*# sourceMappingURL=map/style.css.map */

/* Documentation Offcanvas Trigger */
.page-template-single-product .documentation-offcanvas-trigger {
    display: none;
}

.page-template-single-product .documentation-offcanvas-trigger span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #333;
}

.page-template-single-product .documentation-offcanvas-trigger span+span {
    margin-top: 4px;
}

.page-template-single-product .documentation-menu-close {
    display: none;
}



.admin-bar.page-template-single-product .documentation-offcanvas-menu-wrap {
    top: 242px;
}

.page-template-single-product .documentation-offcanvas-menu-wrap.scroll-active {
    top: 0;
}

.page-template-single-product .documentation-offcanvas-menu-wrap.show {
    transform: translateX(0%);
}

.page-template-single-product .documentation-offcanvas-menu-wrap ul li {
    position: relative;
}

.page-template-single-product .documentation-offcanvas-menu-wrap ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #42465d !important;
    padding: 6px 20px;
    display: inline-block;
    width: 100%;
}

.page-template-single-product .documentation-offcanvas-menu-wrap ul li a:hover {
    color: #0674ec;
}

.page-template-single-product .documentation-offcanvas-menu-wrap ul .sub-menu {
    padding-left: 15px;
}

@media only screen and (max-width: 1699px) {
    .page-template-single-product .page_contents {
        margin-left: 15%;
    }
}


@media only screen and (max-width: 1600px) {
    .page-template-single-product .page_contents {

        margin: 0 auto;
        margin-left: 13%
    }
}

@media only screen and (max-width: 1399px) {
    .page-template-single-product .page_contents {

        margin-left: 18%
    }
}

@media only screen and (max-width: 1299px) {
    .page-template-single-product .page_contents {

        margin-left: 22.5%
    }
}

@media only screen and (max-width: 991px) {
    .page-template-single-product .page_contents {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1199px) {
    .page-template-single-product .page_contents {
        margin-left: 28.5%;
    }
}

@media only screen and (max-width: 991px) {
    .page-template-single-product .documentation-offcanvas-menu-wrap {
        transform: translateX(-110%);
        transition: .3s;
    }
}

@media only screen and (max-width: 991px) {
    .page-template-single-product .documentation-offcanvas-menu-wrap {
        top: 220px;
    }
  
}

@media only screen and (max-width: 991px){
.page-template-single-product .page_contents {
    max-width: 100%;
    margin: 0 auto !important;
}

}
@media only screen and (max-width: 1199px){
.page-template-single-product .page_contents {
    margin-left: 28.5%;
}

}
@media only screen and (max-width: 1299px){
.page-template-single-product .page_contents {
    margin-left: 22.5%;
}

}
@media only screen and (max-width: 1399px){
.page-template-single-product .page_contents {
    margin-left: 18%;
}

}
@media only screen and (max-width: 1600px){
.page-template-single-product .page_contents {
    margin: 0 auto;
    margin-left: 28%;
}

}


@media (min-width: 692px) and (max-width: 1023px) {
    .shine-button {
        padding: 10px;
        font-size: 15px;
        margin: 5px;
    }
    .header-title {
        font-size: 17px;
        padding: 20px;
    }
}



