body {
    margin: 0;
    padding: 0;
    background: repeat-x top #fff;
}

a {
    outline: none;
    color: #dddddd;
    text-decoration: none;
}

/**************************************************
=-*=-*=-*=-*=-*=-*= Single Post =-*=-*=-*=-*=-*=-*=
**************************************************/

.single-post01 .post-image img,
.single-post01 .post-navigation,
.single-post01 .comment-list img,
.sidebar .widget,
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small,
#loader-wrapper,
.post-image img,
.single-post01 .post-item-description .post-meta,
.sidebar .form-inline .input-group,
.sidebar .post-thumbnail-entry,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed,
#blog .post-item.border>.post-item-wrap>.post-item-description,
#blog img,
#blog audio,
#blog iframe {
    width: 100%;
    border: none
}

.single-post01 .post-image img {
    height: auto;
}

.single-post01 .post-item-description {
    font-size: 16px;
    padding: 22px 0;
    line-height: 28px;
}

.single-post01 .post-item-description h2,
.single-post01 .post-item-description h2>a {
    font-size: 34px;
    margin-top: 8px;
    line-height: 38px;
    margin-bottom: 12px;
}

.single-post01 .post-item-description .post-meta {
    padding: 12px 0;
    margin-bottom: 26px;
}

.single-post01 .post-item-description .post-meta-date,
.single-post01 .post-item-description .post-meta-date a,
.single-post01 .post-item-description .post-meta-category,
.single-post01 .post-item-description .post-meta-category a,
.single-post01 .post-item-description .post-meta-comments,
.single-post01 .post-item-description .post-meta-comments a,
.single-post01 .post-meta-share a,
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.sidebar .post-thumbnail-list a,
.sidebar .tags a,
.load-more a,
#blog .post-item.border .post-image .post-meta-category a,
#blog .post-item .post-item-description>h2,
#blog .post-item .post-item-description>h2>a,
.breadcrumb ol li a,
.breadcrumb ul li a,
.sidebar .widget-categories ul li a,
.post-meta-category a {
    text-decoration: none;
    color: #ddd;
}

a.item-link {
    margin-top: 10px;
    display: inline-block
}

.single-post01 .post-item-description .post-meta-date,
.single-post01 .post-item-description .post-meta-date a,
.single-post01 .post-item-description .post-meta-category,
.single-post01 .post-item-description .post-meta-category a,
.single-post01 .post-item-description .post-meta-comments,
.single-post01 .post-item-description .post-meta-comments a,
.single-post01 .post-tags a {
    font-size: 13px;
    margin-right: 16px;
}

.single-post01 .post-item-description .post-meta-category i,
.single-post01 .post-item-description .post-meta-comments i,
.single-post01 .post-item-description .post-meta-date i {
    margin-right: 4px;
}

.single-post01 .post-meta-share a {
    line-height: 16px;
}

.single-post01 .post-meta-share a i {
    font-size: 30px;
}

.single-post01 .post-item-description .blockquote {
    font-size: 16px;
    margin: 0 0 20px 72px;
    padding: 10px 20px;
    font-style: italic;
}

.single-post01 .post-item-description .blockquote .small,
.single-post01 .post-item-description .blockquote small {
    font-size: 100%;
}

.single-post01 .post-tags {
    margin-bottom: 40px;
}

.single-post01 .post-tags a {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.single-post01 .post-navigation,
.sidebar .post-thumbnail-list,
#loader,
#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
#blog .post-item .post-meta-date,
#blog .post-item.border .post-image,
.breadcrumb ol li,
.breadcrumb ul li,
.sidebar .widget-categories ul li,
.single-post01 .comments .comment .text {
    position: relative;
}

.single-post01 .post-navigation,
.sidebar .tags a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.single-post01 .post-navigation {
    min-height: 64px;
    padding: 20px 0 0;
    vertical-align: top;
}

.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.post-navigation .post-prev:before,
.post-navigation .post-all,
#loader:before,
#loader:after,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed,
#blog .post-item.border .post-meta-category,
.sidebar .widget-categories ul li:before,
.player,
.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
.sidebar .widget-twitter:not([data-avatar="true"]) li::before,
.post-navigation .post-next:after {
    position: absolute;
}

.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev {
    height: 44px;
    max-width: 40%;
    font-size: 16px;
}

.post-navigation .post-prev:before,
.post-navigation .post-next:after {
    left: 0;
    top: 12px;
    font-size: 14px;
    padding-top: 2px;
    content: "\f053";
    font-family: 'FontAwesome';
    transition: all .3s ease;
    transform: translate3d(0, -50%, 0);
}

.post-navigation .post-next:after {
    right: 0;
    left: inherit;
    content: "\f054";
    font-family: 'FontAwesome';
}

.post-navigation .post-prev-title {
    padding-left: 25px;
}

.post-navigation .post-next span,
.post-navigation .post-prev span {
    opacity: 0.7;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: -6px;
    text-transform: uppercase;
}

.post-navigation .post-all {
    top: 32px;
    right: 50%;
    left: auto;
    width: 12px;
    opacity: .7;
    font-size: 24px;
    text-align: center;
}

.single-post01 .post-navigation .post-next {
    right: 0;
    text-align: right;
}

.post-navigation .post-next-title {
    padding-right: 25px;
}

.single-post01 .comments {
    padding: 40px 0;
}

.single-post01 .comments .comment {
    padding: 10px 0;
}

.single-post01 .comments .comment_number {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 500;
}

.single-post01 .comments .comment .image,
.sidebar .post-thumbnail-entry>img,
.sidebar .post-thumbnail-entry,
.single-post01 .post-item-description .post-meta,
.sidebar .widget {
    float: left;
}

.single-post01 .comments .comment .image {
    width: 64px;
    height: 64px;
}

.single-post01 .comment-list img {
    height: auto;
    border-radius: 100%;
}

.single-post01 .comments .comment .text {
    min-height: 80px;
    padding: 0 0 0 86px;
}

.single-post01 .comments .comment .text .name {
    font-size: 24px;
}

.single-post01 .comments .comment .comment_date {
    font-size: 14px;
}

.single-post01 .comments .comment .text .comment-reply-link {
    opacity: 0.7;
    font-size: 12px;
    padding: 0 0 0 5px;
    text-transform: uppercase;
}

.single-post01 .text_holder {
    line-height: 24px;
}

.single-post01 .comment .comment {
    margin-left: 90px;
}

.respond-form {
    padding-top: 40px;
}

.respond-comment {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 500;
}

.single-post01 .form-group label:not(.error) {
    font-size: 16px;
    margin-bottom: 4px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 500;
}

.single-post01 .form-gray-fields .form-control {
    border-color: transparent;
}

.single-post01 .form-gray-fields .form-control:focus {
    outline: 0;
}

.single-post01 .form-control {
    box-shadow: none;
    line-height: 20px;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 14px;
    transition: all .3s ease;
}

.form-gray-fields .btn {
    font-size: 14px;
    padding: 13px 22px 10px;
    text-transform: uppercase;
}

.sidebar {
    font-size: 12px;
}

.sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.widget-newsletter .form-control {
    font-size: 14px;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 16px;
    height: auto;
    color: var(--e-global-color-light-gray);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-very-light-gray);
    /* background: var(--e-global-color-very-dark-mostly-black-blue);
    border: 1px solid var(--e-global-color-bright-moderate-blue); */
}

.widget-newsletter .btn {
    font-weight: 600;
    height: 40px;
    padding: 8px 16px;
}

.widget-newsletter .btn {
    border-radius: 0 5px 5px 0;
}

.sidebar .nav-tabs {
    margin-bottom: 30px;
}

.sidebar .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.tabs .nav-tabs .nav-link {
    border: 0;
    padding: 14px 24px;
    transition: .3s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sidebar .widget .tabs li>a {
    padding: 10px;
    font-size: 14px;
}

.sidebar .post-thumbnail-entry>img {
    height: 60px;
    width: 80px;
    margin-right: 16px;
    border-radius: 2px;
}

.sidebar .post-thumbnail-entry {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sidebar .post-thumbnail-entry:last-child,
.sidebar .widget-categories ul li:last-child {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar .post-thumbnail-entry>img {
    height: 48px;
    width: 64px;
    margin-right: 10px;
}

.sidebar .post-thumbnail-entry img+.post-thumbnail-content {
    padding-left: 72px;
}

.sidebar .post-thumbnail-list a {
    margin: -4px 0 0;
}

.sidebar .post-thumbnail-entry .post-category i,
.sidebar .post-thumbnail-entry .post-date i {
    margin-right: 2px;
}

.sidebar .post-thumbnail-entry .post-category,
.sidebar .post-thumbnail-entry .post-date {
    font-size: 10px;
}

.sidebar .widget-title,
.sidebar>h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.sidebar .widget-tweeter ul,
.sidebar .widget-twitter ul,
.sidebar .widget-categories ul {
    list-style: none;
}

.sidebar .widget-tweeter ul,
.sidebar .widget-twitter ul {
    margin-bottom: 0;
    padding-left: 22px;
}

.sidebar .widget-tweeter li,
.sidebar .widget-twitter li {
    font-size: 14px;
    margin-bottom: 18px;
    color: var(--e-global-color-secondary);
}

.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
.sidebar .widget-twitter:not([data-avatar="true"]) li::before {
    content: "\f099";
    margin-left: -22px;
    font-family: 'Font Awesome 5 Brands';
}

.sidebar .tags a {
    padding: 5px 14px;
    border-radius: 50px;
    margin: 0 2px 5px 0;
}

.sidebar .widget-categories ul {
    padding: 0;
}

.sidebar .widget-categories ul li {
    margin-bottom: 10px;
    padding: 0 0 10px 28px;
}

.sidebar .widget-categories ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    font-size: 20px;
    padding-top: 2px;
    background: url("../images/icon-folder.png");
    width: 16px;
    height: 14px;
    transition: all .3s ease;
    transform: translate3d(0, -50%, 0);
}

.sidebar .cat-count-span {
    float: right;
}

/* Blog Page */

.blogpage-section {
    position: relative;
    padding: 130px 0 120px;
    background: var(--e-global-color-white);
}

.blogpage-section .blog_content {
    text-align: center;
}

.blogpage-section .blog_content h2 {
    margin-bottom: 46px;
}

.blogpage-section .blog-box {
    position: relative;
    background: var(--e-global-color-white);
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
    transition: all 0.3s ease-in-out;
    margin-bottom: 32px;
}

.blogpage-section .blog-box img {
    width: 100%;
}

.blogpage-section .blog-box .lower-portion {
    padding: 26px 30px 20px;
    /* background: var(--e-global-color-secondary); */
    border-bottom: 1px solid var(--e-global-color-very-light-gray);
}

.blogpage-section .blog-box .lower-portion .content {
    display: flex;
    align-items: center;
}

.blogpage-section .blog-box .lower-portion .admin {
    margin-right: 20px;
}

.blogpage-section .blog-box .lower-portion i {
    position: relative;
    font-size: 18px;
    top: 3px;
    margin-right: 8px;
    color: var(--e-global-color-accent);
}

.blogpage-section .blog-box .lower-portion .text {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.blogpage-section .blog-box .lower-portion span {
    font-family: 'Montserrat', sans-serif;
    color: var(--e-global-color-secondary);
}

.blogpage-section .blog-box .lower-portion h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--e-global-color-secondary);
    position: relative;
    text-transform: capitalize;
}

.blogpage-section .blog-box .button-portion {
    position: relative;
    padding: 16px 0 16px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blogpage-section .blog-box .button-portion span {
    font-family: 'Montserrat', sans-serif;
    color: var(--e-global-color-secondary);
}

.blogpage-section .blog-box .button-portion .calendar-ml {
    font-size: 22px;
    color: var(--e-global-color-accent);
    margin-right: 5px;
    margin-bottom: 28px;
}

.blogpage-section .blog-box .button-portion .read_more {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    border-radius: 30px 0 0 30px;
    padding: 14px 24px 14px 26px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: none;
    overflow: visible;
    outline: none;
}

.blogpage-section .blog-box .button-portion .read_more:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
}

/* Single Blog Page */

.singleblog-section .main-box {
    border-radius: 0;
    position: relative;
    background: var(--e-global-color-white);
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
    transition: all 0.3s ease-in-out;
    padding: 10px 15px 40px;
    width: 104%;
    margin-left: -45px;
}

.singleblog-section .main-box .singleblog-image1 {
    margin-bottom: 30px;
}

.singleblog-section .main-box .image1 img {
    border-radius: 10px;
    width: 100%;
}

.singleblog-section .main-box .content1 {
    margin-left: 10px;
}

.singleblog-section .main-box h4 {
    font-family: 'Inter', sans-serif;
}

.singleblog-section .main-box .content1 h4 {
    color: var(--e-global-color-secondary);
    margin-bottom: 18px;
}

.singleblog-section .main-box .content1 i {
    font-size: 14px;
    color: var(--e-global-color-accent);
    margin-right: 4px;
}

.singleblog-section .main-box .content1 .calendar {
    font-size: 16px;
}

.singleblog-section .main-box .content1 span {
    font-family: 'Montserrat', sans-serif;
    color: var(--e-global-color-secondary);
    display: inline-block;
    margin-bottom: 32px;
}

.singleblog-section .main-box .content1 .text-mr {
    margin-right: 10px;
}

.singleblog-section .main-box .content1 p {
    font-weight: 600;
    margin-bottom: 35px;
}

.singleblog-section .main-box .content2 {
    background: var(--e-global-color-secondary);
    padding: 20px 32px 32px;
    border-radius: 0;
    margin-bottom: 34px;
}

.singleblog-section .main-box .content2 .singleblog-quoteimage {
    margin-bottom: 22px;
}

.singleblog-section .main-box .content2 p {
    font-style: italic;
}

.singleblog-section .main-box .text {
    font-weight: 600;
    margin-bottom: 35px;
    margin-left: 15px;
}

.singleblog-section .main-box .singleblog-image2 {
    margin-bottom: 30px;
}

.singleblog-section .content4 {
    padding: 0 14px;
    margin-bottom: 115px;
}

.singleblog-section .content4 h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
    text-transform: capitalize;
    color: var(--e-global-color-secondary);
}

.singleblog-section .content4 .tag li {
    display: contents;
}

.singleblog-section .content4 .tag .button {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    background: var(--e-global-color-secondary);
    color: #ffffff;
    border-radius: 0;
    padding: 10px 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-right: 4px;
}

.singleblog-section .content4 .tag .button2 {
    padding: 10px 24px;
}

.singleblog-section .content4 .tag li:last-child {
    margin-right: 0;
}

.singleblog-section .content4 .tag .button:hover {
    background: var(--e-global-color-accent);
}

.singleblog-section .content4 .icon {
    position: relative;
}

.singleblog-section .content4 .icon h5 {
    float: right;
}

.singleblog-section .content4 .icon .social-icons {
    top: 46px;
    right: -8px;
}

.singleblog-section .content4 .icon .social-icons ul li {
    margin: 0 5px;
    display: inline-block;
}

.singleblog-section .content4 .icon .social-icons ul li:first-child {
    margin-left: 0;
}

.singleblog-section .content4 .icon .social-icons ul li:last-child {
    margin-right: 0;
}

.singleblog-section .content4 .middle-portion a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.6px;
    word-spacing: 0.2px;
}

.singleblog-section .content4 .icon .social-icons ul li .social-networks {
    font-size: 16px;
    border-radius: 100px;
    color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-secondary);
    background: var(--e-global-color-secondary);
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    transition: all 0.3s ease-in-out;
}

.singleblog-section .content4 .icon .social-icons ul li .social-networks:hover {
    color: var(--e-global-color-accent);
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
    transform: translateY(-5px);
}

.singleblog-section .content5 {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.singleblog-section .content5 .singleblog-review1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -62px;
    transition: all 0.3s ease-in-out;
}

.singleblog-section .content5 .singleblog-review1:hover {
    transform: translateY(-5px);
}

.singleblog-section .content5 .singleblog-review1 img {
    border-radius: 100px;
}

.singleblog-section .content5 .content {
    padding: 82px 65px 20px;
    background: var(--e-global-color-secondary);
    border-radius: 0;
}

.singleblog-section .content5 .content h4 {
    margin-bottom: 4px;
    color: var(--e-global-color-white);
}

.singleblog-section .content5 .content span {
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: var(--e-global-color-white);
    margin-bottom: 14px;
}

.singleblog-section .content5 .content .text-size-14 {
    color: var(--e-global-color-white);
}

.singleblog-section .content6 {
    padding: 0 15px;
    margin-bottom: 58px;
}

.singleblog-section .content6:after {
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 92%;
    height: 6px;
    left: 26px;
}

.singleblog-section .content6 h4 {
    margin-bottom: 34px;
    color: var(--e-global-color-secondary);
}

.singleblog-section .content6 h4:after {
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 23%;
    height: 45px;
    left: 23px;
}

.singleblog-section .content6 .comment {
    display: flex;
    margin: 0 0 24px 6px;
}

.singleblog-section .content6 .comment .image img {
    border-radius: 100px;
}

.singleblog-section .content6 .comment .content {
    padding: 13px 0 0 19px
}

.singleblog-section .content6 .comment h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 2px;
    text-transform: capitalize;
    color: var(--e-global-color-secondary);
}

.singleblog-section .content6 .comment span {
    margin-bottom: -38px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: var(--e-global-color-accent);
}

.singleblog-section .content6 .comment .reply {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    background: var(--e-global-color-secondary);
    color: #ffffff;
    border-radius: 0;
    padding: 12px 28px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    float: right;
    right: -18px;
    top: -28px;
}

.singleblog-section .content6 .comment .reply:hover {
    background: var(--e-global-color-accent);
}

.singleblog-section .content6 .comment .text_holder p {
    display: inline-block;
    line-height: 24px;
    margin: 0 40px 12px 0;
    word-spacing: 1.6px;
}

.singleblog-section .content7 {
    padding: 0 15px;
}

.singleblog-section .content7 h4 {
    color: var(--e-global-color-secondary);
    margin-bottom: 28px;
}

.singleblog-section .content7 textarea {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    background: transparent;
    border: 1px solid var(--e-global-color-very-light-gray);
    border-radius: 0;
    padding: 18px 30px 20px;
    width: 100%;
    height: 184px;
    margin-bottom: 15px;
    resize: none;
    outline: none;
    overflow: auto;
    /* border: none; */
}

.singleblog-section .content7 input {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    background: transparent;
    border: 1px solid var(--e-global-color-very-light-gray);
    border-radius: 0;
    padding: 14px 30px;
    margin-bottom: 16px;
    width: 100%;
    overflow: visible;
    outline: none;
    /* border: none; */
}

.singleblog-section .content7 .text-mb {
    margin-bottom: 26px;
}

.singleblog-section .content7 .post_comment {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding: 25px 38px;
    border-radius: 0;
    color: #ffffff;
    background-color: var(--e-global-color-secondary);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: block;
    text-align: center;
    outline: none;
    border-style: none;
}

.singleblog-section .content7 .post_comment:hover {
    background: var(--e-global-color-accent);
    color: #ffffff
}

.singleblog-section .column {
    margin-left: -20px;
}

.singleblog-section .box1 {
    border-radius: 0;
    box-shadow: 0px 0px 100px rgba(0 0 0 / 10%);
    background: var(--e-global-color-white);
    padding: 34px 30px;
    margin-bottom: 43px;
    width: 110%;
}

.singleblog-section .box1 h5 {
    position: relative;
    text-align: center;
    margin-bottom: 42px;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: var(--e-global-color-secondary);
}

.singleblog-section .box1 h5:after {
    content: "";
    background: var(--e-global-color-accent);
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.singleblog-section .box1 input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--e-global-color-text);
    font-family: 'Montserrat', sans-serif;
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-very-light-gray);
    border-radius: 0;
    padding: 0 18px;
    width: 100%;
    height: 58px;
    overflow: visible;
    outline: none;
}

.singleblog-section .box1 .form-button {
    position: relative;
}

.singleblog-section .box1 .search {
    position: absolute;
    font-size: 18px;
    right: 0;
    top: -57px;
    width: 60px;
    height: 56px;
    border: 1px solid transparent;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border-radius: 0;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.singleblog-section .box1 .search:hover {
    color: var(--e-global-color-accent);
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
}

.singleblog-section .box2 {
    text-align: center;
}

.singleblog-section .box2 h5 {
    margin-bottom: 38px;
}

.singleblog-section .box2 ul li {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 28px;
    color: var(--e-global-color-secondary);
}

.singleblog-section .box2 ul li:hover {
    color: var(--e-global-color-accent);
}

.singleblog-section .box3 {
    text-align: center;
    padding: 30px 30px 60px;
}

.singleblog-section .box3 h5 {
    margin-bottom: 43px;
}

.singleblog-section .box3 .social-icons ul li {
    margin: 0 10px;
    display: inline-block;
}

.singleblog-section .box3 .social-icons ul li:first-child {
    margin-left: 0;
}

.singleblog-section .box3 .social-icons ul li:last-child {
    margin-right: 0;
}

.singleblog-section .box3 .social-icons ul li .social-networks {
    font-size: 20px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
    border-radius: 100px;
    border: 1px solid var(--e-global-color-secondary);
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    transition: all 0.3s ease-in-out;
}

.singleblog-section .box3 .social-icons ul li .social-networks:hover {
    background: transparent;
    color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    transform: translateY(-5px);
}

.singleblog-section .box4 h5 {
    margin-bottom: 36px;
}

.singleblog-section .box4 .tag li {
    margin-right: 8px;
    display: contents;
}

.singleblog-section .box4 .tag .button {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    background: var(--e-global-color-secondary);
    color: #ffffff;
    border-radius: 0;
    padding: 15px 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 4px;
    letter-spacing: 0.6px;
}

.singleblog-section .box4 .tag .button2 {
    padding: 15px 24px;
}

.singleblog-section .box4 .tag .button:hover {
    background: var(--e-global-color-accent);
    color: #ffffff;
}

.singleblog-section .box5 {
    margin-bottom: 0 !important;
}

.singleblog-section .box5 h5 {
    margin-bottom: 42px;
}

.singleblog-section .box5 .feed {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.singleblog-section .box5 .feed:after {
    content: "";
    background: var(--e-global-color-accent);
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.singleblog-section .box5 .feed4 {
    margin-bottom: 0 !important;
}

.singleblog-section .box5 .feed4:after {
    display: none;
}

.singleblog-section .box5 .feed .feed-image {
    width: 34%;
}

.singleblog-section .box5 .feed .feed-image img {
    border-radius: 0;
}

.singleblog-section .box5 .feed a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
    text-decoration: none;
    width: 66%;
    padding-left: 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.singleblog-section .box5 .feed a:hover {
    color: var(--e-global-color-accent);
}

/* BLOG PAGES */

/* .blog-posts iframe{
    height: 288px;
} */

.hide-blog {
    display: none;
}

/* .blog-posts .blogpost-box .lower-portion {
	background: var(--e-global-color-secondary);
} */

/* .blog-posts .infinite-blog .button-portion{
    background: var(--e-global-color-secondary);
} */

.blog-posts .load-more {
    text-align: center;
}

.blog-posts .onecolumn-blog .lower-portion h5 {
    margin-bottom: 12px;
}

.blog-posts .twocolumn-blog .lower-portion {
    padding: 26px 30px 30px;
}

.blog-posts .threecolumn-blog .lower-portion {
    padding: 26px 18px 20px;
}

.blog-posts .threecolumn-blog .button-portion {
    padding: 16px 0 16px 18px;
}

.blog-posts .threecolumn-blog .button-portion .read_more {
    padding: 10px 16px 10px 20px;
}

.blog-posts .threecolumn-blog .lower-portion .text-mr {
    margin-right: 28px;
}

.blog-posts .threecolumn-blog .button-portion .calendar-ml {
    margin-left: 0;
}

.blog-posts .fourcolumn-blog .lower-portion {
    padding: 26px 20px 20px;
}

.blog-posts .fourcolumn-blog .button-portion {
    padding: 16px 0 16px 20px;
}

.blog-posts .fourcolumn-blog .button-portion .read_more {
    padding: 10px 16px 10px 20px;
}

.blog-posts .fourcolumn-blog .lower-portion .text-mr {
    margin-right: 28px;
}

.blog-posts .onecolumn-blog iframe {
    height: 540px;
}

.blog-posts .twocolumn-blog iframe {
    height: 265px;
}

.blog-posts .embed-container {
    display: flex;
}

.blog-posts .three-blog iframe {
    height: 294px;
}

.blog-posts .threecolumn-blog iframe {
    height: 216px;
}

.blog-posts .fourcolumn-blog iframe {
    height: 216px;
}

/* Checkout & Cart NFT Section */

.nft-section {
    padding: 125px 0 130px 0;
}

.nft-section .circle {
    top: -61px;
    right: -106px;
}

.nft-section .preview-box {
    padding: 20px;
    border-radius: 0;
    background: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-very-light-gray);
    transition: all 0.3s ease-in-out;
}

.nft-section .preview-box:hover {
    box-shadow: 0px 0px 100px rgba(0 0 0 / 10%);
    background: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-white);
}

.nft-section .preview-box .preview-img {
    margin-bottom: 18px;
}

.nft-section .preview-box-top {
    margin-bottom: 11px;
}

.nft-section .preview-box-top i {
    font-size: 22px;
    line-height: 30px;
    color: var(--e-global-color-accent);
}

.nft-section .preview-box-middle {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--e-global-color-desaturated-blue);
    margin-bottom: 24px;
}

.nft-section .preview-box-middle .left {
    float: left;
    width: 70%;
}

.nft-section .preview-box-middle .left figure {
    float: left;
    display: inline-block;
    margin-right: 16px;
}

.nft-section .preview-box-middle .left .name {
    font-size: 16px;
    line-height: 17px;
    display: block;
    font-weight: 400;
    padding-top: 7px;
}

.nft-section .preview-box-middle .left .mail {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.nft-section .preview-box-middle .right {
    float: right;
    width: 30%;
}

.nft-section .preview-box-middle .right .bid {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
    padding-top: 5px;
    color: var(--e-global-color-text);
}

.nft-section .preview-box-middle .right .price {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.nft-section .preview-box a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 22px 23px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: var(--e-global-color-white);
    background-image: linear-gradient(90deg, var(--e-global-color-bright-blue) 0%, var(--e-global-color-accent) 100%);
}

.nft-section .preview-box a:hover {
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-bright-blue) 100%);
}

.nft-section h4 {
    color: var(--e-global-color-secondary);
}

.nft-section .create-nft-box {
    padding: 30px 13px;
    line-height: 0;
    border-radius: 0;
    background: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-very-light-gray);
    transition: all 0.3s ease-in-out;
}

.nft-section .create-nft-box:hover {
    box-shadow: 0px 0px 100px rgba(0 0 0 / 10%);
    background: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-white);
}

.nft-section .create-nft-box .form-group label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-secondary);
}

.nft-section .create-nft-box .form-group {
    float: left;
    width: 47.1%;
    margin: 0 10px;
}

.nft-section .create-nft-box .special {
    width: 97% !important;
}

.nft-section .create-nft-box .form-group .form-control {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-black);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-very-light-gray);
    border-radius: 0;
    padding: 18px;
    margin-bottom: 22px;
    width: 100%;
    overflow: visible;
    outline: none;
}

.nft-section .form-control::placeholder {
    color: var(--e-global-color-light-gray);
    opacity: 1;
}

.nft-section .create-nft-box .form-group .form-control:focus {
    box-shadow: none;
}

.nft-section .create-nft-box .form-group select {
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 94.3% 26px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.nft-section input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    background-image: url(../images/calendar.png);
}

.nft-section .create-nft-box .form-group textarea {
    height: 117px !important;
}

.nft-section .create-nft-box .form-check {
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-top: 19px;
}

.nft-section .create-nft-box .form-check input {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 0;
    border: 1px solid var(--e-global-color-accent);
    border-radius: 100px;
    -webkit-appearance: none;
}

.nft-section .create-nft-box .form-check input:checked {
    -webkit-appearance: auto;
}

.nft-section .create-nft-box .form-check label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-left: 15px;
    display: block;
}

.nft-section .create-nft-box .btn {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 22px 52px;
    margin-right: 12px;
    border: none;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: var(--e-global-color-white);
    background-image: linear-gradient(90deg, var(--e-global-color-bright-blue) 0%, var(--e-global-color-accent) 100%);
}

.nft-section .create-nft-box .btn:hover {
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-bright-blue) 100%);
}

.nft-section .create-nft-box .btn-outer {
    float: left;
    width: 100%;
    padding-top: 15px;
}

/* Checkout & Cart Checkout Section */

.checkout-section .create-nft-box .form-group select {
    background-position: 96.3% 26px !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.checkout-section .preview-box {
    float: left;
    width: 100%;
}

.checkout-section .preview-box .product-outer {
    padding: 15px 0;
    border-bottom: 1px solid var(--e-global-color-very-light-gray);
}

.checkout-section .preview-box .product-outer span {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    font-weight: 600;
    color: var(--e-global-color-secondary);
}

.checkout-section .preview-box .product-outer .total {
    padding-top: 3px;
    color: var(--e-global-color-secondary);
    font-weight: 400;
}

.checkout-section .preview-box .shipping-outer {
    padding: 15px 0;
}

.checkout-section .preview-box .shipping-outer .shipping {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: block;
    color: var(--e-global-color-secondary);
    margin-bottom: 15px;
}

.checkout-section .preview-box .shipping-outer .price {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    display: block;
    color: var(--e-global-color-secondary);
}

.checkout-section .preview-box .total-price-outer {
    padding: 15px 0;
}

.checkout-section .preview-box .total-price-outer span {
    font-size: 16px;
    line-height: 17px;
    display: inline-block;
    font-weight: 600;
    color: var(--e-global-color-secondary);
}

.checkout-section .preview-box .total-price-outer .total {
    padding-top: 3px;
    color: var(--e-global-color-secondary);
    font-weight: 400;
}

.checkout-section .preview-box .form-check {
    margin-bottom: 25px;
    border-bottom: 1px solid var(--e-global-color-very-light-gray);
}

.checkout-section .preview-box .form-check input {
    width: 20px;
    height: 20px;
    line-height: 24px;
    margin-top: 4px;
    border: 1px solid var(--e-global-color-secondary);
    box-shadow: none;
    border-radius: 100px;
    -webkit-appearance: none;
}

.checkout-section .preview-box .form-check input:checked {
    -webkit-appearance: auto;
}

.checkout-section .preview-box .form-check label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-left: 15px;
    margin-bottom: 10px;
    display: block;
    color: var(--e-global-color-secondary) !important;
}

.checkout-section .preview-box .form-check p {
    font-size: 14px;
    line-height: 24px;
    margin-left: 15px;
    color: var(--e-global-color-secondary);
}

.checkout-section .preview-box .btn-outer .btn {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 22px 30px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: none;
}

.checkout-section .preview-box .btn-outer .btn:hover {
    background: var(--e-global-color-accent);
}

/* Cart Section */

.cart-section .product-detail-box {
    padding: 50px;
}

.cart-section .product-image {
    float: left;
    width: 14%;
}

.cart-section .product-details {
    float: left;
    width: 34%;
}

.cart-section .product-price {
    float: left;
    width: 15%;
    color: var(--e-global-color-secondary);
}

.cart-section .product-quantity {
    float: left;
    width: 16%;
}

.cart-section .product-removal {
    float: left;
    width: 9%;
}

.cart-section .product-line-price {
    float: left;
    width: 12%;
    text-align: right;
    color: var(--e-global-color-secondary);
}

/* This is used as the traditional .clearfix class */

.cart-section .group:before,
.cart-section .shopping-cart:before,
.cart-section .column-labels:before,
.cart-section .product:before,
.cart-section .totals-item:before,
.cart-section .group:after,
.cart-section .shopping-cart:after,
.cart-section .column-labels:after,
.cart-section .product:after,
.cart-section .totals-item:after {
    content: '';
    display: table;
}

.cart-section .group:after,
.cart-section .shopping-cart:after,
.cart-section .column-labels:after,
.cart-section .product:after,
.cart-section .totals-item:after {
    clear: both;
}

.cart-section .group,
.cart-section .shopping-cart,
.cart-section .column-labels,
.cart-section .product,
.cart-section .totals-item {
    zoom: 1;
}

/* Body/Header stuff */

.cart-section label {
    color: var(--e-global-color-white);
}

/* Column headers */

.cart-section .column-labels label {
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--e-global-color-very-light-gray);
    color: var(--e-global-color-secondary);
}

.cart-section .column-labels .product-image {
    text-indent: -9999px;
}

/* Product entries */

.cart-section .product {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--e-global-color-very-light-gray);
}

.cart-section .product .product-image {
    text-align: left;
}

.cart-section .product .product-image img {
    width: 100px;
    border: 1px solid var(--e-global-color-white);
    border-radius: 0;
}

.cart-section .product .product-details .product-title {
    margin-right: 20px;
    color: var(--e-global-color-secondary);
}

.cart-section .product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

.cart-section .product .product-quantity input {
    width: 40px;
    background: transparent;
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
    text-align: center;
    font-size: 14px;
    height: 28px;
    border-radius: 0;
}

.cart-section .product .product-quantity input:focus-visible {
    outline: none;
}

.cart-section .product .remove-product {
    border: 0;
    padding: 4px 8px;
    border: 1px solid var(--e-global-color-secondary);
    background: transparent;
    color: var(--e-global-color-secondary);
    font-size: 12px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.cart-section .product .remove-product:hover {
    border: 1px solid var(--e-global-color-accent);
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
}

.cart-section .preview-box .btn-outer .btn {
    width: auto;
    box-shadow: none;
    border: none;
}

/* Shop Section */

.shop_section {
    padding: 130px 0 110px;
}

.shop_section .nav-tabs {
    border-bottom: 0px solid var(--e-global-color-accent);
    justify-content: center;
    margin-bottom: 58px;
}

.shop_section .tabs-box .nav-tabs li {
    margin: 0 21px;
}

.shop_section .tabs-box .nav-tabs li:first-child {
    margin-left: 0;
}

.shop_section .tabs-box .nav-tabs li:last-child {
    margin-right: 0;
}

.shop_section .tabs-box .nav-tabs li a {
    display: inline-block;
    color: var(--e-global-color-secondary);
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 4px;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
}

.shop_section .tabs-box .nav-tabs li a:hover {
    cursor: pointer;
    color: var(--e-global-color-accent);
    border-bottom: 2px solid var(--e-global-color-accent);
}

.shop_section .tabs-box .nav-tabs li a.active {
    color: var(--e-global-color-accent);
    border-bottom: 2px solid var(--e-global-color-accent);
}

.shop_section .shop_box {
    background: var(--e-global-color-white);
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
    /* border-radius: 10px; */
    transition: all 0.3s ease-in-out;
}

.shop_section .shop_box .shop_image_box {
    text-align: center;
}

.shop_section .shop_box .shop_image_box figure img {
    /* border-radius: 10px 10px 0 0; */
    width: 100%;
}

.shop_section .shop_box .shop_box_content {
    padding: 25px 30px;
}

.shop_section .shop_box .shop_box_content ul {
    margin-bottom: 10px;
}

.shop_section .shop_box .shop_box_content ul li {
    display: inline-block;
}

.shop_section .shop_box .shop_box_content ul li i {
    color: #f7b302;
    font-size: 12px;
    line-height: 12px;
}

.shop_section .shop_box .shop_box_content h5 {
    font-size: 20px;
    line-height: 26px;
    color: var(--e-global-color-secondary);
    margin-bottom: 4px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.shop_section .shop_box .shop_box_content p {
    color: var(--e-global-color-text);
    margin-bottom: 14px;
    transition: all 0.3s ease-in-out;
}

.shop_section .shop_box .shop_box_content .price_wrapper {
    margin-bottom: 12px;
}

.shop_section .shop_box .shop_box_content .price_wrapper span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    margin-left: -5px;
    transition: all 0.3s ease-in-out;
}

.shop_section .shop_box .shop_box_content .price_wrapper .dollar {
    margin-left: 0;
    padding-right: 5px;
}

.shop_section .shop_box .shop_box_content .btn_wrapper a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-very-dark-gray);
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.shop_section .shop_box .shop_box_content .btn_wrapper a i {
    font-family: 'FontAwesome';
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
    color: var(--e-global-color-very-dark-gray);
    transition: all 0.3s ease-in-out;
}

/* .shop_section .shop_box:hover{
    background: var(--e-global-color-secondary);
} */

.shop_section .shop_box:hover h5 {
    color: var(--e-global-color-accent);
}

/* .shop_section .shop_box:hover p {
    color: var(--e-global-color-white);
} */

.shop_section .shop_box:hover .price_wrapper span {
    color: var(--e-global-color-accent);
}

/* .shop_section .shop_box:hover .btn_wrapper a {
    color: var(--e-global-color-white);
}
.shop_section .shop_box:hover .btn_wrapper a i {
    color: var(--e-global-color-white);
} */

.shop_section .shop_box .btn_wrapper a:hover {
    color: var(--e-global-color-accent);
}

.shop_section .shop_box .btn_wrapper a:hover i {
    color: var(--e-global-color-accent);
}

/* Product Detail Page Style */

/* Product Detail Page Product Detail Section */

.product-detail {
    padding: 130px 0;
}

.product-detail .product-tab .tab-content {
    margin-bottom: 12px;
    float: left;
    width: 100%;
}

.product-detail .product-tab .tab-pane {
    padding: 20px;
    background: var(--e-global-color-white);
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
    float: left;
    width: 100%;
}

.product-detail .product-tab .tab-pane figure img {
    width: 100%;
}

.product-detail .product-tab .nav-tabs {
    border: none;
    float: left;
    width: 100%;
}

.product-detail .product-tab ul li {
    padding: 0;
    background-color: var(--e-global-color-white);
    display: block;
    width: 31.6%;
    margin: 0 7px;
}

.product-detail .product-tab ul li a {
    padding: 7px;
    border-radius: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
    float: left;
    border: none;
}

.product-detail .product-tab ul li a:hover {
    border: 1px solid var(--borderline-color) !important;
}

.product-detail .product-tab ul li a:hover figure {
    cursor: pointer;
}

.product-detail .product-tab ul li:first-child {
    margin-left: 0;
}

.product-detail .product-tab ul li:last-child {
    margin-right: 0;
}

.product-detail .product-tab ul .active {
    background: var(--e-global-color-white);
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
    border: 1px solid var(--borderline-color);
    background-color: transparent !important;
    border-color: var(--borderline-color) !important;
    border-radius: 0 !important;
}

.product-detail .product-tab ul li a img {
    height: auto;
    width: 100%;
}

.product-detail .heading h3 {
    margin-bottom: 18px;
    color: var(--e-global-color-secondary);
}

.product-detail .heading .price_wrapper {
    margin-bottom: 15px;
}

.product-detail .heading .price_wrapper .dollar {
    margin-left: 0;
    padding-right: 5px;
}

.product-detail .heading .price_wrapper span {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-accent);
    margin-left: -5px;
    transition: all 0.3s ease-in-out;
}

.product-detail .heading p {
    margin-bottom: 28px;
    color: var(--e-global-color-text);
}

.product-detail .heading ul {
    padding-left: 14px;
    margin-bottom: 30px;
}

.product-detail .heading ul li {
    margin-bottom: 10px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}

.product-detail .heading ul li .circle {
    position: relative;
    top: 3px;
    left: -13px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: var(--e-global-color-accent);
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.product-detail .heading ul li .circle:before {
    font-size: 10px;
    position: absolute;
    left: 4px;
    top: 0;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-white);
}

.product-detail .heading ul li:hover {
    color: var(--e-global-color-accent);
}

.product-detail .heading a i {
    font-family: 'FontAwesome';
    padding-left: 25px;
    font-size: 14px;
    line-height: 14px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.product-detail .heading .cart_btn {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 16px 30px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.product-detail .heading .cart_btn .circle {
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 3px 0 18px;
    padding: 0;
    border-radius: 100px;
    display: inline-block;
    color: var(--e-global-color-accent);
    background: var(--e-global-color-white);
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
}

.product-detail .heading .cart_btn:hover {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-secondary);
}

.product-detail .heading .cart_btn:hover .circle {
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-secondary);
}

.product-detail .heading .category_wrapper {
    margin-bottom: 10px;
}

.product-detail .heading .category_wrapper span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    padding-right: 5px;
}

.product-detail .heading .category_wrapper a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}

.product-detail .heading .category_wrapper a:hover {
    color: var(--e-global-color-accent);
}

.product-detail .heading .tag_wrapper span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    padding-right: 5px;
}

.product-detail .heading .tag_wrapper a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}

.product-detail .heading .tag_wrapper a:hover {
    color: var(--e-global-color-accent);
}

.product-detail .heading .quatity_button_wrapper {
    margin-bottom: 30px;
}

.product-detail .heading .quantity-field {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    margin-right: 10px;
}

.product-detail .heading .quantity-field .value-button {
    border: 1px solid var(--e-global-color-very-light-gray);
    margin: 0px;
    width: 40px;
    height: 100%;
    padding: 0;
    background: var(--e-global-color-very-light-gray);
    outline: none;
    cursor: pointer;
}

.product-detail .heading .quantity-field .value-button:hover {
    background: rgb(230, 230, 230);
}

.product-detail .heading .quantity-field .value-button:active {
    background: rgb(210, 210, 210);
}

.product-detail .heading .quantity-field .decrease-button {
    margin-right: -4px;
}

.product-detail .heading .quantity-field .increase-button {
    margin-left: -4px;
}

.product-detail .heading .quantity-field .number {
    display: inline-block;
    text-align: center;
    border: none;
    border-top: 1px solid var(--e-global-color-very-light-gray);
    border-bottom: 1px solid var(--e-global-color-very-light-gray);
    margin: 0px;
    width: 40px;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    background: var(--e-global-color-white);
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
}

.product-detail .heading .quantity-field .number::selection {
    background: none;
}

/* Product Detail Page More Information Section */

.more_information_section {
    background: var(--e-global-color-secondary);
    padding: 130px 0;
}

.more_information_section .nav-tabs {
    border-bottom: 0px solid var(--e-global-color-accent);
    padding: 0;
    margin-bottom: 40px;
}

.more_information_section .tabs-box .nav-tabs li {
    margin: 0 21px;
}

.more_information_section .tabs-box .nav-tabs li:first-child {
    margin-left: 0;
}

.more_information_section .tabs-box .nav-tabs li:last-child {
    margin-right: 0;
}

.more_information_section .tabs-box .nav-tabs li a {
    display: inline-block;
    color: var(--e-global-color-white);
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 4px;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
}

.more_information_section .tabs-box .nav-tabs li a:hover {
    cursor: pointer;
    color: var(--e-global-color-accent);
    border-bottom: 2px solid var(--e-global-color-accent);
}

.more_information_section .tabs-box .nav-tabs li a.active {
    color: var(--e-global-color-accent);
    border-bottom: 2px solid var(--e-global-color-accent);
}

.more_information_section .description_content p {
    color: var(--e-global-color-white);
}

.more_information_section .information_content table {
    width: 100%;
}

.more_information_section .information_content table tr:nth-child(odd) th {
    border: 1px solid var(--e-global-color-very-light-gray);
    border-radius: 10px;
}

.more_information_section .information_content table tr:nth-child(odd) td {
    border: 1px solid var(--e-global-color-very-light-gray);
    border-radius: 10px;
}

.more_information_section .information_content table tr th {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.more_information_section .information_content table tr td {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-primary);
}

.more_information_section .reviews_content_box {
    border: 2px solid var(--e-global-color-white);
    background: var(--e-global-color-white);
    padding: 40px 45px 35px 30px;
    margin-bottom: 28px;
    transition: all 0.3s ease-in-out;
}

.more_information_section .reviews_content_box h5 {
    font-size: 20px;
    color: var(--e-global-color-secondary);
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.more_information_section .reviews_content_box p {
    color: var(--e-global-color-secondary);
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.more_information_section .reviews_content_box figure {
    width: 7%;
}

.more_information_section .reviews_content_box figure img {
    border-radius: 100%;
}

.more_information_section .reviews_content_box .text_wrapper {
    width: 93%;
    display: inline-block;
    padding-left: 15px;
}

.more_information_section .reviews_content_box ul li {
    display: inline-block;
}

.more_information_section .reviews_content_box ul li i {
    color: #f7b302;
    font-size: 16px;
    line-height: 16px;
}

.more_information_section .reviews_content h6 {
    letter-spacing: 0.8px;
    margin-bottom: 8px;
    color: var(--e-global-color-accent);
}

.more_information_section .reviews_content h3 {
    margin-bottom: 35px;
    color: var(--e-global-color-primary);
}

.more_information_section .reviews_content form input,
.more_information_section .reviews_content form textarea {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px;
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
    margin-left: 0;
    background: var(--e-global-color-white);
    overflow: visible;
    border: none;
    outline: none;
}

.more_information_section .reviews_content form textarea {
    height: 150px;
    margin-bottom: 30px;
    width: 100%;
    padding: 15px 20px;
}

.more_information_section .reviews_content .form-control::placeholder {
    color: var(--e-global-color-black);
}

.more_information_section .reviews_content .form-control:focus {
    box-shadow: none;
}

.more_information_section .reviews_content button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 16px 32px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.more_information_section .reviews_content button:hover {
    color: var(--e-global-color-white);
    background: transparent;
    border: 1px solid var(--e-global-color-white);
}

/* Product Detail Page Related Product Section */

.related_product_section {
    padding: 130px 0;
}

.related_product_section .related_product_content h3 {
    color: var(--e-global-color-secondary);
    margin-bottom: 40px;
}

.related_product_section .related_product_box {
    background: var(--e-global-color-white);
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
    margin-bottom: 0;
    /* border-radius: 10px; */
    transition: all 0.3s ease-in-out;
}

.related_product_section .related_product_box .related_product_image_box {
    text-align: center;
}

.related_product_section .related_product_box .related_product_box_content {
    padding: 25px 30px;
}

.related_product_section .related_product_box .related_product_image_box figure img {
    /* border-radius: 10px 10px 0 0; */
    width: 100%;
}

.related_product_section .related_product_box .related_product_box_content ul {
    margin-bottom: 10px;
}

.related_product_section .related_product_box .related_product_box_content ul li {
    display: inline-block;
}

.related_product_section .related_product_box .related_product_box_content ul li i {
    color: #f7b302;
    font-size: 12px;
    line-height: 12px;
}

.related_product_section .related_product_box .related_product_box_content h5 {
    font-size: 20px;
    line-height: 26px;
    color: var(--e-global-color-secondary);
    margin-bottom: 4px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.related_product_section .related_product_box .related_product_box_content p {
    color: var(--e-global-color-text);
    margin-bottom: 14px;
    transition: all 0.3s ease-in-out;
}

.related_product_section .related_product_box .related_product_box_content .price_wrapper {
    margin-bottom: 12px;
}

.related_product_section .related_product_box .related_product_box_content .price_wrapper span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    margin-left: -5px;
    transition: all 0.3s ease-in-out;
}

.related_product_section .related_product_box .related_product_box_content .price_wrapper .dollar {
    margin-left: 0;
    padding-right: 5px;
}

.related_product_section .related_product_box .related_product_box_content .btn_wrapper a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-very-dark-gray);
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.related_product_section .related_product_box .related_product_box_content .btn_wrapper a i {
    font-family: 'FontAwesome';
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
    color: var(--e-global-color-very-dark-gray);
    transition: all 0.3s ease-in-out;
}

/* .related_product_section .related_product_box:hover{
    background-color: var(--e-global-color-secondary);
    border: none;
} */

.related_product_section .related_product_box:hover h5 {
    color: var(--e-global-color-accent);
}

/* .related_product_section .related_product_box:hover p {
    color: var(--e-global-color-white);
} */

.related_product_section .related_product_box:hover .price_wrapper span {
    color: var(--e-global-color-accent);
}

/* .related_product_section .related_product_box:hover .btn_wrapper a {
    color: var(--e-global-color-white);
}
.related_product_section .related_product_box:hover .btn_wrapper a i {
    color: var(--e-global-color-white);
} */

.related_product_section .related_product_box .btn_wrapper a:hover {
    color: var(--e-global-color-accent);
}

.related_product_section .related_product_box .btn_wrapper a:hover i {
    color: var(--e-global-color-accent);
}

/************ PRELOADER CSS ************/

/* ====  Preloader styles ==== */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999999999999;
}

#loader {
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    z-index: 1001;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    z-index: 1000;
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

/*************************************************
=-*=-*=-*=-*=-*=-*= One Column =-*=-*=-*=-*=-*=-*=
**************************************************/

.breadcrumb,
#loader,
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small,
.post-navigation .post-next span,
.post-navigation .post-prev span,
.sidebar .post-thumbnail-entry .post-category {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.breadcrumb {
    font-size: 10px;
    margin-bottom: 10px;
    letter-spacing: .5px;
    background-color: transparent;
    padding: 10px 0;
}

.breadcrumb ol,
.breadcrumb ul {
    margin: 0;
    padding: 0;
}

.breadcrumb ol li,
.breadcrumb ul li {
    opacity: .8;
    display: inline;
}

.breadcrumb ol li+li::before,
.breadcrumb ul li+li::before {
    margin: 0 5px;
    content: ">";
    background-color: transparent;
}

.breadcrumb ol li.active,
.breadcrumb ol li:hover,
.breadcrumb ol li:last-child,
.breadcrumb ul li.active,
.breadcrumb ul li:hover,
.breadcrumb ul li:last-child {
    opacity: 1;
}

#blog .post-item.border>.post-item-wrap>.post-item-description {
    padding: 24px;
    line-height: 28px;
}

#blog .post-item.border .post-meta-category {
    top: 11px;
    z-index: 0;
    right: 10px;
    font-size: 13px;
    padding: 7px 16px 7px;
    border-radius: 50px;
}

#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
#blog .post-item .post-meta-date {
    top: -4px;
    font-size: 12px;
    margin-right: 8px;
}

#blog .post-item .post-item-description>h2,
#blog .post-item .post-item-description>h2>a {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
    margin-bottom: 16px;
    letter-spacing: 0px;
}

.blog-posts p {
    font-size: 18px;
    line-height: 24px;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    top: 0;
    left: 0;
    height: 100%;
}

.fluid-width-video-wrapper {
    padding-top: 56.3%;
}

.player {
    top: 0;
}

.post-audio audio {
    bottom: 0;
    left: 0;
}

.pagination {
    padding-left: 15px;
}

.onecolumn-blog .fluid-width-video-wrapper {
    padding-top: 41.8%;
}

.twocolumn-blog .fluid-width-video-wrapper {
    padding-top: 41.8%;
}

.three-blog .fluid-width-video-wrapper {
    padding-top: 70.2%;
}

.threecolumn-blog .fluid-width-video-wrapper {
    padding-top: 70.3%;
}

.fourcolumn-blog .fluid-width-video-wrapper {
    padding-top: 70.3%;
}

.hide-blog {
    display: none;
}

.load-more a {
    padding: 12px 25px;
    border-radius: 30px;
}

.load-more a:hover {
    background: none;
}

/*************************************************************
=-*=-*=-*=-*=-*=-*= Responsive Single Post =-*=-*=-*=-*=-*=-*=
*************************************************************/

@media screen and (max-width: 1440px) {
    /* Blog */
    .blogpage-section {
        padding: 100px 0;
    }
    /* Single Blog */
    .singleblog-section .main-box {
        width: 100%;
        margin-left: 0;
    }
    .singleblog-section .column {
        margin-left: 0;
    }
    .singleblog-section .box1 {
        width: 105%;
        padding: 34px 22px;
    }
    /* Blogs pages */
    .blog-posts .onecolumn-blog iframe {
        height: 465px;
    }
    .blog-posts .twocolumn-blog iframe {
        height: 227px;
    }
    .blog-posts .three-blog iframe {
        height: 251px;
    }
    .blog-posts .threecolumn-blog iframe {
        height: 184px;
    }
    .blog-posts .fourcolumn-blog iframe {
        height: 184px;
    }
    .blog-posts .threecolumn-blog .lower-portion h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .blog-posts .threecolumn-blog .lower-portion .text {
        margin-bottom: 20px;
    }
    .blog-posts .threecolumn-blog .lower-portion span {
        margin-bottom: 18px;
    }
    .blog-posts .fourcolumn-blog .lower-portion h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .blog-posts .fourcolumn-blog .lower-portion span {
        margin-bottom: 18px;
    }
    .blog-posts .sixcolumn-blog .lower-portion {
        padding: 26px 12px 20px;
    }
    .blog-posts .sixcolumn-blog .lower-portion span {
        margin-bottom: 18px;
    }
    .blog-posts .sixcolumn-blog .lower-portion i {
        font-size: 14px;
        margin-right: 3px;
    }
    .blog-posts .sixcolumn-blog .button-portion .calendar-ml {
        font-size: 16px;
    }
    .blog-posts .sixcolumn-blog .button-portion .read_more {
        padding: 8px 18px;
    }
    .blog-posts .sixcolumn-blog .button-portion {
        padding: 14px 0 14px 12px;
    }
    .blog-posts .sixcolumn-blog .button-portion .read_more {
        padding: 8px 18px;
    }
    /* Shop */
    .shop_section .shop_box .shop_box_content {
        padding: 25px 20px;
    }
    .related_product_section .related_product_box .related_product_box_content {
        padding: 25px 20px;
    }
    /* Product-detail */
    .product-detail .heading h3 {
        margin-bottom: 12px;
    }
    .product-detail .heading .price_wrapper {
        margin-bottom: 10px;
    }
    .product-detail .heading p {
        margin-bottom: 12px;
    }
    .product-detail .heading ul {
        margin-bottom: 15px;
    }
    .product-detail .heading .quatity_button_wrapper {
        margin-bottom: 15px;
    }
    /* Cart */
    .checkout-section .preview-box .btn-outer .btn {
        padding: 20px 25px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1441px) {
    .blog-posts .onecolumn-blog iframe {
        height: 540px;
    }
    .blog-posts .twocolumn-blog iframe {
        height: 265px;
    }
    .blog-posts .three-blog iframe {
        height: 294px;
    }
    .blog-posts .threecolumn-blog iframe {
        height: 216px;
    }
    .blog-posts .fourcolumn-blog iframe {
        height: 216px;
    }
}

@media screen and (max-width: 1199px) {
    .widget-newsletter .form-control {
        font-size: 12px;
        padding: 10px 10px;
    }
    .sidebar .widget .tabs li>a {
        font-size: 13px;
        padding: 10px 8px;
    }
    .sidebar .widget {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .single-post01 .post-item-description,
    .single-post01 .post-item-description .blockquote {
        font-size: 14px;
        line-height: 26px;
    }
    .single-post01 .post-navigation .post-next,
    .single-post01 .post-navigation .post-prev {
        font-size: 14px;
    }
    .single-post01 .post-item-description h2,
    .single-post01 .post-item-description h2>a {
        margin-top: 0;
        font-size: 28px;
        line-height: 32px;
    }
    /* Blog */
    .blogpage-section {
        padding: 90px 0 75px;
    }
    .blogpage-section .blog_content h2 {
        margin-bottom: 35px;
    }
    .blogpage-section .blog-box {
        margin-bottom: 25px;
    }
    .blogpage-section .blog-box .lower-portion {
        padding: 20px;
    }
    .blogpage-section .blog-box .button-portion {
        padding: 12px 0 12px 20px;
    }
    .blogpage-section .blog-box .lower-portion i {
        font-size: 16px;
        margin-right: 5px;
    }
    .blogpage-section .blog-box .lower-portion .text {
        margin-bottom: 20px;
    }
    .blogpage-section .blog-box .button-portion .calendar-ml {
        font-size: 18px;
        margin-left: 0;
    }
    .blogpage-section .blog-box .lower-portion h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .blogpage-section .blog-box .button-portion .read_more {
        padding: 12px 20px;
    }
    /* Single Blog */
    .singleblog-section {
        padding: 100px 0;
    }
    .singleblog-section .main-box {
        padding: 10px 15px 35px;
    }
    .singleblog-section .main-box .content1 h4 {
        margin-bottom: 15px;
    }
    .singleblog-section .main-box .content1 span {
        margin-bottom: 22px;
    }
    .singleblog-section .main-box .content1 p {
        margin-bottom: 30px;
    }
    .singleblog-section .main-box .content2 .singleblog-quoteimage {
        margin-bottom: 20px;
    }
    .singleblog-section .main-box .content2 .singleblog-quoteimage img {
        width: 32px;
    }
    .singleblog-section .main-box .content2 {
        padding: 20px 20px 28px;
        margin-bottom: 30px;
    }
    .singleblog-section .main-box .text {
        margin-bottom: 30px;
        margin-left: 12px;
    }
    .singleblog-section .content4 {
        margin-bottom: 90px;
    }
    .singleblog-section .content4 .tag .button {
        padding: 10px 16px;
        margin-right: 0;
    }
    .singleblog-section .content4 .tag {
        margin-right: -40px;
    }
    .singleblog-section .content4 .icon .social-icons {
        top: 46px;
        right: -10px;
    }
    .singleblog-section .content5 .content {
        padding: 82px 62px 20px;
    }
    .singleblog-section .content5 .content span {
        margin-bottom: 10px;
    }
    .singleblog-section .content5 {
        margin-bottom: 30px;
    }
    .singleblog-section .content6 .comment .image img {
        width: 90px;
    }
    .singleblog-section .content6 h4 {
        margin-bottom: 34px;
    }
    .singleblog-section .content6 .comment {
        margin: 0 0 30px 0;
    }
    .singleblog-section .content6 .comment .content {
        padding: 0 0 0 15px;
    }
    .singleblog-section .content6 .comment h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 4px;
    }
    .singleblog-section .content6 .comment span {
        margin-bottom: -44px;
    }
    .singleblog-section .content6 .comment .text_holder p {
        line-height: 22px;
        margin: 0 30px 0 0;
        word-spacing: 0;
    }
    .singleblog-section .content6 .comment .reply {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 32px;
        top: -24px;
    }
    .singleblog-section .content7 h4 {
        margin-bottom: 20px;
    }
    .singleblog-section .content7 textarea {
        padding: 16px 20px;
        height: 145px;
        margin-bottom: 10px;
    }
    .singleblog-section .content7 input {
        padding: 12px 20px;
        margin-bottom: 15px;
    }
    .singleblog-section .content7 .text-mb {
        margin-bottom: 20px;
    }
    .singleblog-section .content7 .post_comment {
        padding: 20px 36px;
    }
    .singleblog-section .box1 {
        width: 100%;
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    .singleblog-section .box1 h5 {
        margin-bottom: 25px;
        letter-spacing: 0;
        word-spacing: 0;
    }
    .singleblog-section .box1 input {
        padding: 0 13px;
        height: 50px;
    }
    .singleblog-section .box1 .search {
        font-size: 16px;
        height: 48px;
        top: -49px;
    }
    .singleblog-section .box2 ul li {
        margin-bottom: 22px;
    }
    .singleblog-section .box3 .social-icons ul li .social-networks {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .singleblog-section .box4 .tag .button {
        padding: 12px;
        letter-spacing: 0;
    }
    .singleblog-section .box5 .feed a {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 12px;
    }
    .singleblog-section .box5 .feed {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    /* Blog pages*/
    .blog-posts p {
        font-size: 16px;
        line-height: 24px;
    }
    .blog-posts .onecolumn-blog iframe {
        height: 390px;
    }
    .blog-posts .twocolumn-blog iframe {
        height: 190px;
    }
    .blog-posts .three-blog iframe {
        height: 209px;
    }
    .blog-posts .threecolumn-blog iframe {
        height: 237px;
    }
    .blog-posts .fourcolumn-blog iframe {
        height: 209px;
    }
    .blog-posts .three-column .button-portion .read_more {
        padding: 8px 10px;
    }
    .blog-posts .fourcolumn-blog .button-portion .read_more {
        padding: 8px 18px;
    }
    /* Cart & Checkout Pages */
    .product-detail {
        padding: 100px 0;
    }
    .product-detail .product-tab ul li {
        width: 31.2%;
    }
    .product-detail .auction-top .bidder {
        font-size: 16px;
        line-height: 24px;
    }
    .product-detail .auction-middle .name {
        font-size: 16px;
    }
    .product-detail .auction-middle .ending {
        font-size: 16px;
        line-height: 24px;
    }
    .product-detail .auction-middle .left {
        width: 60%;
    }
    .product-detail .auction-middle .right {
        width: 40%;
    }
    .product-detail .auction-top figure {
        margin-right: 10px;
    }
    .product-detail .heading ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .product-detail .heading {
        margin-bottom: 30px;
    }
    .nft-section {
        padding: 100px 0;
    }
    .nft-section .circle {
        right: -25px;
    }
    .nft-section .create-nft-box .form-group {
        width: 46.5%;
    }
    .nft-section .create-nft-box .form-group label {
        margin-bottom: 8px;
    }
    .nft-section .create-nft-box .form-group .form-control {
        font-size: 14px;
        line-height: 20px;
        padding: 16px;
        margin-bottom: 18px;
    }
    .checkout-section .preview-box .btn-outer .btn {
        padding: 18px 25px;
    }
    /* Shop Page */
    .shop_section {
        padding: 90px 0 70px;
    }
    .shop_section .nav-tabs {
        margin-bottom: 45px;
    }
    .shop_section .shop_box {
        margin-bottom: 25px;
    }
    .shop_section .shop_box .shop_box_content {
        padding: 20px;
    }
    .shop_section .shop_box .shop_box_content ul {
        margin-bottom: 8px;
    }
    .shop_section .shop_box .shop_box_content p {
        margin-bottom: 10px;
    }
    .shop_section .shop_box .shop_box_content .btn_wrapper a {
        font-size: 14px;
        line-height: 14px;
    }
    .shop_section .shop_box .shop_box_content .price_wrapper {
        margin-bottom: 6px;
    }
    .shop_section .shop_box .shop_box_content .price_wrapper .dollar {
        padding-right: 4px;
    }
    .shop_section .shop_box .shop_box_content .price_wrapper span {
        font-size: 18px;
        line-height: 24px;
    }
    .shop_section .shop_box .shop_box_content .btn_wrapper a i {
        padding-left: 12px;
    }
    /* Product detail Page */
    .product-detail {
        padding: 100px 0 68px;
    }
    .product-detail .product-tab ul li {
        width: 31.2%;
    }
    .product-detail .heading h3 {
        margin-bottom: 12px;
    }
    .product-detail .heading .price_wrapper {
        margin-bottom: 10px;
    }
    .product-detail .heading p {
        margin-bottom: 12px;
    }
    .product-detail .heading .price_wrapper span {
        font-size: 18px;
        line-height: 24px;
    }
    .product-detail .heading ul {
        padding-left: 12px;
        margin-bottom: 12px;
    }
    .product-detail .heading ul li .circle {
        top: 3px;
        left: -10px;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
    .product-detail .heading ul li .circle:before {
        font-size: 10px;
        top: 0px;
    }
    .product-detail .heading .cart_btn {
        padding: 14px 25px;
    }
    .product-detail .heading a i {
        padding-left: 20px;
    }
    .product-detail .heading .category_wrapper span {
        font-size: 16px;
        line-height: 24px;
    }
    .product-detail .heading .tag_wrapper span {
        font-size: 16px;
        line-height: 24px;
    }
    .more_information_section {
        padding: 100px 0;
    }
    .more_information_section .nav-tabs {
        margin-bottom: 35px;
    }
    .more_information_section .reviews_content_box {
        padding: 35px 35px 35px 30px;
        margin-bottom: 25px;
    }
    .more_information_section .reviews_content h3 {
        margin-bottom: 30px;
    }
    .more_information_section .reviews_content form input,
    .more_information_section .reviews_content form textarea {
        padding: 8px 18px;
        height: 52px;
        margin-bottom: 18px;
    }
    .more_information_section .reviews_content form textarea {
        height: 140px;
        margin-bottom: 25px;
        padding: 12px 18px;
    }
    .more_information_section .reviews_content_box h5 {
        font-size: 18px;
    }
    .more_information_section .reviews_content button {
        padding: 14px 30px;
    }
    .more_information_section .reviews_content_box p {
        margin-bottom: 8px;
    }
    .more_information_section .reviews_content_box ul li i {
        font-size: 14px;
        line-height: 14px;
    }
    .related_product_section {
        padding: 90px 0 100px;
    }
    .related_product_section .related_product_content h3 {
        margin-bottom: 35px;
    }
    .related_product_section .related_product_box .related_product_box_content {
        padding: 20px;
    }
    .related_product_section .related_product_box .related_product_box_content ul {
        margin-bottom: 8px;
    }
    .related_product_section .related_product_box .related_product_box_content p {
        margin-bottom: 10px;
    }
    .related_product_section .related_product_box .related_product_box_content .price_wrapper {
        margin-bottom: 6px;
    }
    .related_product_section .related_product_box .related_product_box_content .price_wrapper span {
        font-size: 18px;
        line-height: 24px;
    }
    .related_product_section .related_product_box .related_product_box_content .btn_wrapper a {
        font-size: 14px;
        line-height: 14px;
    }
    .related_product_section .related_product_box .related_product_box_content .btn_wrapper a i {
        padding-left: 12px;
    }
}

@media screen and (max-width: 991px) {
    .respond-form {
        padding-top: 0;
    }
    .single-post01 .post-item-description .post-meta-date,
    .single-post01 .post-item-description .post-meta-date a,
    .single-post01 .post-item-description .post-meta-category,
    .single-post01 .post-item-description .post-meta-category a,
    .single-post01 .post-item-description .post-meta-comments,
    .single-post01 .post-item-description .post-meta-comments a {
        margin-right: 5px;
    }
    .single-post01 .comments .comment .text {
        padding: 0;
    }
    .single-post01 .comments .comment .image {
        width: 48px;
        height: 48px;
        margin-right: 14px;
    }
    .single-post01 .text_holder {
        font-size: 12px;
        margin: 10px 0 0;
    }
    .single-post01 .comment .comment {
        margin-left: 30px;
    }
    .single-post01 .comments {
        padding: 30px 0 0;
    }
    .sidebar {
        margin: 55px 0 0;
    }
    .page-title h1 {
        font-size: 2rem;
    }
    /* Blog */
    .blogpage-section {
        padding: 65px 0 50px;
    }
    .blogpage-section .blog_content h2 {
        margin-bottom: 30px;
    }
    .blogpage-section .blog-box {
        margin-bottom: 20px;
    }
    .blogpage-section .blog-box .lower-portion {
        padding: 15px 20px;
    }
    .blogpage-section .blog-box .lower-portion i {
        font-size: 14px;
        margin-right: 2px;
        top: 0px;
    }
    .blogpage-section .blog-box .lower-portion .text {
        margin-bottom: 12px;
    }
    .blogpage-section .blog-box .button-portion .calendar-ml {
        font-size: 16px;
    }
    .blogpage-section .blog-box .lower-portion h5 {
        font-size: 18px;
        line-height: 26px;
    }
    .blogpage-section .blog-box .button-portion .read_more {
        padding: 10px 20px;
    }
    /* Single Blog */
    .singleblog-section {
        padding: 70px 0;
    }
    .singleblog-section .main-box {
        margin-bottom: 30px;
    }
    .singleblog-section .main-box .image1 {
        margin-bottom: 25px;
    }
    .singleblog-section .main-box .content1 p {
        margin-bottom: 25px;
    }
    .singleblog-section .main-box .content2 {
        padding: 24px 30px;
        margin-bottom: 25px;
    }
    .singleblog-section .main-box .content2 .singleblog-quoteimage {
        margin-bottom: 18px;
    }
    .singleblog-section .main-box .content2 .singleblog-quoteimage img {
        width: 30px;
    }
    .singleblog-section .main-box .text {
        margin: 0 0 25px 10px;
    }
    .singleblog-section .content4 {
        margin-bottom: 80px;
    }
    .singleblog-section .content4 h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .singleblog-section .content4 .tag .button {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 14px;
    }
    .singleblog-section .content4 .icon .social-icons {
        top: 40px;
        right: -8px;
    }
    .singleblog-section .content4 .icon .social-icons ul li {
        margin: 0 3px;
    }
    .singleblog-section .content4 .icon .social-icons ul li .social-networks {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .singleblog-section .content5 {
        margin-bottom: 25px;
    }
    .singleblog-section .content5 .content {
        padding: 75px 40px 15px;
    }
    .singleblog-section .content5 .singleblog-review1 img {
        width: 125px;
    }
    .singleblog-section .content5 .content h4 {
        margin-bottom: 2px;
        letter-spacing: 0;
    }
    .singleblog-section .content5 .content span {
        margin-bottom: 8px;
        letter-spacing: 0;
    }
    .singleblog-section .content6 h4 {
        margin-bottom: 25px;
    }
    .singleblog-section .content6 h4:after {
        width: 17%;
        height: 35px;
    }
    .singleblog-section .content6 .comment {
        margin-bottom: 20px;
    }
    .singleblog-section .content6 .comment .image img {
        width: 80px;
    }
    .singleblog-section .content6 .comment .content {
        padding: 4px 0 0 12px;
    }
    .singleblog-section .content6 .comment h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .singleblog-section .content6 .comment span {
        margin-bottom: -34px;
    }
    .singleblog-section .content6 .comment .text_holder p {
        margin-right: 55px;
    }
    .singleblog-section .content6 .comment .reply {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 30px;
        top: -23px;
    }
    .singleblog-section .content6 {
        margin-bottom: 45px;
    }
    .singleblog-section .content7 h4 {
        margin-bottom: 15px;
    }
    .singleblog-section .content7 textarea {
        padding: 14px;
        height: 120px;
        margin-bottom: 8px;
    }
    .singleblog-section .content7 input {
        padding: 10px 14px;
        margin-bottom: 13px;
    }
    .singleblog-section .content7 .post_comment {
        font-size: 14px;
        line-height: 20px;
        padding: 16px 34px;
    }
    .singleblog-section .box1 h5 {
        margin-bottom: 30px;
    }
    .singleblog-section .box1 input {
        font-size: 14px;
        line-height: 20px;
        padding: 0 12px;
        height: 47px;
    }
    .singleblog-section .box1 .search {
        font-size: 14px;
        height: 45px;
        top: -46px;
    }
    .singleblog-section .box2 ul li {
        margin-bottom: 15px;
    }
    .singleblog-section .box3 .social-icons ul li {
        margin: 0 8px;
    }
    .singleblog-section .box3 .social-icons ul li .social-networks {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .singleblog-section .box4 ul {
        text-align: center;
        padding: 0 110px;
    }
    .singleblog-section .box4 .tag .button {
        padding: 10px 14px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
    }
    .singleblog-section .box5 .feed .feed-image {
        width: 12%;
    }
    .singleblog-section .box5 .feed .feed-image img {
        width: 80px;
    }
    .singleblog-section .box5 .feed a {
        font-size: 14px;
        line-height: 22px;
        padding: 0 200px 0 20px;
    }
    /* Blog pages */
    .blog-posts .onecolumn-blog iframe {
        height: 290px;
    }
    .blog-posts .twocolumn-blog iframe {
        height: 140px;
    }
    .blog-posts .three-blog iframe {
        height: 237px;
    }
    .blog-posts .threecolumn-blog iframe {
        height: 237px;
    }
    .blog-posts .fourcolumn-blog iframe {
        height: 237px;
    }
    /* Cart & Checkout Pages */
    .product-detail .product-tab ul li {
        width: 30.5%;
    }
    .product-detail .auction-box {
        padding: 15px;
    }
    .product-detail .auction-middle .left {
        width: 55%;
    }
    .product-detail .auction-middle .right {
        width: 45%;
    }
    .product-detail .auction-middle .time {
        font-size: 14px;
    }
    .product-detail .auction-middle {
        margin-bottom: 10px;
    }
    .product-detail .heading {
        margin-bottom: 20px;
    }
    .product-detail .heading h5 {
        margin-bottom: 10px;
    }
    .product-detail .heading h2 {
        margin-bottom: 15px;
    }
    .product-detail .product-tab .tab-pane {
        padding: 15px;
    }
    .nft-section {
        padding: 70px 0;
    }
    .nft-section .preview-box-middle .left .name {
        font-size: 16px;
    }
    .nft-section .preview-box-middle .right .bid {
        font-size: 13px;
    }
    .nft-section .preview-box-middle .right .price {
        font-size: 16px;
    }
    .nft-section .preview-box a {
        font-size: 16px;
        line-height: 16px;
        padding: 18px 23px;
    }
    .nft-section .preview-box-middle {
        padding-bottom: 25px;
    }
    .nft-section .create-nft-box .form-group .form-control {
        font-size: 14px;
        font-weight: 500;
        height: 50px;
        line-height: 14px;
        padding: 0 15px;
    }
    .nft-section .create-nft-box .form-group select {
        background-position: 91% 21px !important;
    }
    .nft-section .create-nft-box .form-group {
        width: 46.6%;
        margin: 0 6px;
    }
    .nft-section .create-nft-box .form-group .form-control {
        padding: 14px;
        margin-bottom: 16px;
    }
    .nft-section .create-nft-box .form-group textarea {
        height: 110px !important;
    }
    .nft-section .create-nft-box .form-check {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .nft-section .create-nft-box .btn {
        font-size: 16px;
        line-height: 16px;
        padding: 18px 40px;
        width: 97%;
        margin: 0 6px;
    }
    .nft-section .create-nft-box .btn-outer {
        padding-top: 0px;
    }
    .nft-section .create-nft-box .form-check input {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .nft-section .create-nft-box .form-check label {
        line-height: 18px;
    }
    .checkout-section .preview-box .product-outer .total {
        padding-top: 5px;
        font-size: 14px;
    }
    .checkout-section .preview-box .total-price-outer .total {
        padding-top: 5px;
        font-size: 14px;
    }
    #search input[type="search"] {
        font-size: 36px;
    }
    .checkout-section .create-nft-box .form-group select {
        background-position: 94.3% 21px !important;
    }
    .cart-section .product-image {
        width: 20%;
    }
    .cart-section .product-details {
        width: 30%;
    }
    .cart-section .product-price {
        width: 16%;
    }
    .cart-section .product-quantity {
        width: 13%;
    }
    .checkout-section .preview-box .btn-outer .btn {
        font-size: 14px;
        line-height: 14px;
        padding: 18px 22px;
    }
    /* Shop Page */
    .shop_section {
        padding: 60px 0 40px;
    }
    .shop_section .nav-tabs {
        margin-bottom: 35px;
    }
    .shop_section .tabs-box .nav-tabs li {
        margin: 0 15px;
    }
    .shop_section .shop_box {
        margin-bottom: 20px;
    }
    .shop_section .shop_box .shop_box_content {
        padding: 15px 20px;
    }
    .shop_section .shop_box .shop_box_content ul {
        margin-bottom: 5px;
    }
    .shop_section .shop_box .shop_box_content h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .shop_section .shop_box .shop_box_content p {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 22px;
    }
    .shop_section .shop_box .shop_box_content .price_wrapper {
        margin-bottom: 4px;
    }
    .shop_section .shop_box .shop_box_content .price_wrapper span {
        font-size: 16px;
        line-height: 22px;
    }
    .shop_section .shop_box .shop_box_content .btn_wrapper a i {
        padding-left: 10px;
    }
    /* Product detail Page */
    .product-detail {
        padding: 70px 0 46px;
    }
    .product-detail .heading h3 {
        margin-bottom: 10px;
    }
    .product-detail .heading .price_wrapper {
        margin-bottom: 6px;
    }
    .product-detail .heading p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .product-detail .heading ul {
        padding-left: 10px;
    }
    .product-detail .heading ul li {
        margin-bottom: 8px;
    }
    .product-detail .heading ul li .circle {
        top: 2px;
        left: -8px;
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
    .product-detail .heading ul li .circle:before {
        left: 3px;
    }
    .product-detail .heading .cart_btn {
        padding: 14px 25px;
    }
    .product-detail .product-tab ul li {
        width: 30.5%;
    }
    .product-detail .product-tab .tab-pane {
        padding: 15px;
    }
    .product-detail .heading a i {
        padding-left: 15px;
    }
    .product-detail .heading .category_wrapper a {
        font-size: 14px;
        line-height: 14px;
    }
    .product-detail .heading .tag_wrapper a {
        font-size: 14px;
        line-height: 14px;
    }
    .more_information_section {
        padding: 70px 0;
    }
    .more_information_section .nav-tabs {
        margin-bottom: 30px;
    }
    .more_information_section .tabs-box .nav-tabs li {
        margin: 0 15px;
    }
    .more_information_section .tabs-box .nav-tabs li a {
        font-size: 18px;
        line-height: 18px;
    }
    .more_information_section .information_content table tr th {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 18px;
    }
    .more_information_section .information_content table tr td {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 18px;
    }
    .more_information_section .reviews_content_box {
        padding: 30px 25px;
        margin-bottom: 20px;
    }
    .more_information_section .reviews_content_box figure {
        width: 12%;
    }
    .more_information_section .reviews_content_box .text_wrapper {
        width: 88%;
        padding-left: 5px;
    }
    .more_information_section .reviews_content_box h5 {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .more_information_section .reviews_content_box p {
        margin-bottom: 5px;
    }
    .more_information_section .reviews_content_box ul li i {
        font-size: 12px;
        line-height: 12px;
    }
    .more_information_section .reviews_content h6 {
        margin-bottom: 5px;
    }
    .more_information_section .reviews_content h3 {
        margin-bottom: 20px
    }
    .more_information_section .reviews_content form input,
    .more_information_section .reviews_content form textarea {
        padding: 5px 15px;
        height: 48px;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .more_information_section .reviews_content form textarea {
        height: 125px;
        margin-bottom: 20px;
        padding: 10px 15px;
    }
    .more_information_section .reviews_content button {
        padding: 14px 25px;
    }
    .related_product_section {
        padding: 60px 0 70px;
    }
    .related_product_section .related_product_content h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .related_product_section .related_product_box .related_product_box_content {
        padding: 15px 20px;
    }
    .related_product_section .related_product_box .related_product_box_content ul {
        margin-bottom: 5px;
    }
    .related_product_section .related_product_box .related_product_box_content h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .related_product_section .related_product_box .related_product_box_content p {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 22px;
    }
    .related_product_section .related_product_box .related_product_box_content .price_wrapper {
        margin-bottom: 4px;
    }
    .related_product_section .related_product_box .related_product_box_content .price_wrapper .dollar {
        padding-right: 4px;
    }
    .related_product_section .related_product_box .related_product_box_content .price_wrapper span {
        font-size: 16px;
        line-height: 22px;
    }
    .related_product_section .related_product_box .related_product_box_content .btn_wrapper a i {
        padding-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .single-post01 .post-item-description h2,
    .single-post01 .post-item-description h2>a {
        font-size: 24px;
        line-height: 26px;
    }
    #blog .post-item.border>.post-item-wrap>.post-item-description {
        line-height: 20px;
        font-size: 12px;
    }
    .blog-posts p {
        font-size: 16px;
        line-height: 22px;
    }
    .single-post01 .post-item-description .blockquote {
        margin-left: 25px;
    }
    .sidebar {
        margin: 30px 0 0;
    }
    /* Blog */
    .blogpage-section {
        padding: 52px 0 40px;
    }
    .blogpage-section .blog_content h2 {
        margin-bottom: 25px;
    }
    .blogpage-section .blog-box .lower-portion {
        padding: 20px;
    }
    .blogpage-section .blog-box .lower-portion .admin {
        margin-right: 10px;
    }
    .blogpage-section .blog-box .lower-portion i {
        margin-right: 4px;
    }
    .blogpage-section .blog-box .button-portion .calendar-ml {
        font-size: 14px;
    }
    .blogpage-section .blog-box .lower-portion .text-size-14 {
        font-size: 12px;
        line-height: 20px;
    }
    .blogpage-section .blog-box .button-portion .text-size-14 {
        font-size: 12px;
        line-height: 20px;
    }
    .blogpage-section .blog-box .lower-portion .text {
        font-size: 12px;
        line-height: 20px;
    }
    .blogpage-section .blog-box .lower-portion h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .blogpage-section .blog-box .button-portion .read_more {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 14px 8px 20px;
    }
    /* Single Blog */
    .singleblog-section {
        padding: 60px 0;
    }
    .singleblog-section .main-box {
        padding: 10px 15px 30px;
        margin-bottom: 25px;
    }
    .singleblog-section .main-box .image1 {
        margin-bottom: 20px;
    }
    .singleblog-section .main-box .content1 h4 {
        margin-bottom: 10px;
    }
    .singleblog-section .main-box .content1 span {
        margin-bottom: 18px;
    }
    .singleblog-section .main-box .content1 p {
        margin-bottom: 20px;
    }
    .singleblog-section .main-box .content2 {
        padding: 22px 30px;
        margin-bottom: 20px;
    }
    .singleblog-section .main-box .content2 .singleblog-quoteimage {
        margin-bottom: 15px;
    }
    .singleblog-section .main-box .content2 .singleblog-quoteimage img {
        width: 28px;
    }
    .singleblog-section .main-box .text {
        margin: 0 0 20px 10px;
    }
    .singleblog-section .content4 h5 {
        font-size: 18px;
        line-height: 22px;
    }
    .singleblog-section .content4 {
        margin-bottom: 90px;
    }
    .singleblog-section .content4 .tag .button {
        padding: 6px 12px;
    }
    .singleblog-section .content4 .icon .social-icons {
        top: 37px;
    }
    .singleblog-section .content4 .icon .social-icons ul li {
        margin: 0 3px;
    }
    .singleblog-section .content4 .icon .social-icons ul li .social-networks {
        font-size: 12px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .singleblog-section .content5 {
        margin-bottom: 20px;
    }
    .singleblog-section .content5 .singleblog-review1 img {
        width: 110px;
    }
    .singleblog-section .content5 .content {
        padding: 58px 14px 10px;
    }
    .singleblog-section .content6 {
        margin-bottom: 40px;
    }
    .singleblog-section .content6:after {
        height: 4px;
        left: 21px;
    }
    .singleblog-section .content6 h4 {
        margin-bottom: 30px;
    }
    .singleblog-section .content6 h4:after {
        width: 21%;
    }
    .singleblog-section .content6 .comment .image img {
        width: 70px;
    }
    .singleblog-section .content6 .comment .text_holder p {
        line-height: 20px;
        margin-right: 0;
    }
    .singleblog-section .content6 .comment .reply {
        padding: 8px 28px;
        top: -22px;
    }
    .singleblog-section .content6 .comment .content {
        padding: 0px 0 0 12px;
    }
    .singleblog-section .content7 textarea {
        font-size: 14px;
        line-height: 20px;
        padding: 12px;
        height: 110px;
    }
    .singleblog-section .content7 input {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 12px;
    }
    .singleblog-section .content7 .text-mb {
        margin-bottom: 18px;
    }
    .singleblog-section .content7 .post_comment {
        padding: 14px 28px;
    }
    .singleblog-section .box1 {
        padding: 25px 15px;
        margin-bottom: 25px;
    }
    .singleblog-section .box1 h5 {
        margin-bottom: 28px;
    }
    .singleblog-section .box1 input {
        padding: 0 10px;
        height: 42px;
    }
    .singleblog-section .box1 .search {
        height: 40px;
        width: 50px;
        top: -41px;
    }
    .singleblog-section .box2 ul li {
        margin-bottom: 12px;
    }
    .singleblog-section .box3 .social-icons ul li {
        margin: 0 5px;
    }
    .singleblog-section .box3 .social-icons ul li .social-networks {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .singleblog-section .box4 .tag .button {
        padding: 6px 14px;
        margin-bottom: 8px;
    }
    .singleblog-section .box4 ul {
        padding: 0 20px;
    }
    .singleblog-section .box5 .feed .feed-image {
        width: 15%;
    }
    .singleblog-section .box5 .feed a {
        padding: 0 90px 0 12px;
    }
    /* Blog pages */
    .blog-posts {
        padding: 60px 0;
    }
    .blog-posts .load-more a {
        padding: 8px 25px;
    }
    .blog-posts .onecolumn-blog iframe {
        height: 215px;
    }
    .blog-posts .twocolumn-blog iframe {
        height: 102px;
    }
    .blog-posts .three-blog iframe {
        height: 173px;
    }
    .blog-posts .threecolumn-blog iframe {
        height: 173px;
    }
    .blog-posts .fourcolumn-blog iframe {
        height: 173px;
    }
    /* Cart & Checkout Pages */
    .product-detail .heading h2 {
        padding: 0;
    }
    .product-detail .heading p {
        margin-bottom: 15px;
        padding: 0 30px 0 0;
    }
    .product-detail .auction-middle {
        margin-bottom: 20px;
    }
    .product-detail .auction-middle .ending {
        font-size: 16px;
    }
    .placebid-modal-wrapper .modal-header h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .placebid-modal-wrapper .btn-close svg {
        height: 18px;
        line-height: 18px;
    }
    .nft-section {
        padding: 60px 0;
    }
    .nft-section .circle {
        display: none;
    }
    .nft-section .preview-box .preview-img img {
        width: 100%;
    }
    .nft-section .create-nft-box .form-group label {
        font-size: 14px;
        line-height: 14px;
    }
    .nft-section .create-nft-box .form-check label {
        font-size: 14px;
        line-height: 18px;
        margin-left: 10px;
    }
    .nft-section .create-nft-box .form-group {
        width: 47.9%;
        margin: 0 5px;
    }
    .nft-section .create-nft-box .special {
        width: 98% !important;
    }
    .nft-section .preview-box-middle .right {
        text-align: right;
    }
    #search input[type="search"] {
        font-size: 30px;
    }
    .checkout-section .create-nft-box .form-group select {
        background-position: 96.3% 21px !important;
    }
    .cart-section .product-detail-box {
        padding: 30px;
    }
    .cart-section .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid var(--e-global-color-very-light-gray);
    }
    .cart-section .column-labels {
        display: none;
    }
    .cart-section .product-image {
        text-align: center;
        float: right;
        width: auto;
    }
    .cart-section .product-image img {
        margin: 0 0 10px 10px;
    }
    .cart-section .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }
    .cart-section .product-price {
        clear: both;
        width: 90px;
    }
    .cart-section .product-quantity {
        width: 100px;
    }
    .cart-section .product-quantity input {
        margin-left: 20px;
    }
    .cart-section .product-quantity:before {
        content: 'x';
    }
    .cart-section .product-removal {
        width: auto;
    }
    .cart-section .product-line-price {
        float: right;
        width: 70px;
    }
    .cart-section .product .product-quantity input {
        width: 35px;
        height: 28px;
    }
    .checkout-section .preview-box .btn-outer .btn {
        padding: 16px 20px;
    }
    /* Shop Page */
    .shop_section {
        padding: 50px 0 30px;
    }
    .shop_section .nav-tabs {
        margin-bottom: 30px;
    }
    .shop_section .tabs-box .nav-tabs li {
        margin: 0 12px;
    }
    .shop_section .tabs-box .nav-tabs li a {
        font-size: 14px;
        line-height: 14px;
    }
    .shop_section .shop_box .shop_box_content ul li i {
        font-size: 10px;
        line-height: 10px;
    }
    /* Product detail Page */
    .product-detail {
        padding: 60px 0 38px;
    }
    .product-detail .heading h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .product-detail .heading ul li {
        margin-bottom: 6px;
    }
    .product-detail .heading .price_wrapper {
        margin-bottom: 5px;
    }
    .product-detail .heading .price_wrapper .dollar {
        padding-right: 4px;
    }
    .product-detail .heading .price_wrapper span {
        font-size: 16px;
        line-height: 22px;
    }
    .product-detail .heading p {
        margin-bottom: 15px;
    }
    .product-detail .heading .quatity_button_wrapper {
        margin-bottom: 12px;
    }
    .product-detail .heading .quantity-field {
        width: 100px;
        height: 40px;
    }
    .product-detail .heading .quantity-field .decrease-button {
        margin-right: -5px;
    }
    .product-detail .heading .quantity-field .value-button {
        width: 35px;
        height: 90%;
    }
    .product-detail .heading .quantity-field .number {
        width: 35px;
        height: 90%;
        line-height: 35px;
    }
    .product-detail .heading .quantity-field .increase-button {
        margin-left: -5px;
    }
    .product-detail .heading .cart_btn {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 22px;
    }
    .product-detail .heading a i {
        padding-left: 12px;
    }
    .product-detail .heading .category_wrapper {
        margin-bottom: 8px;
    }
    .nft-section .create-nft-box .form-group .form-control {
        padding: 12px;
        margin-bottom: 18px;
        line-height: 24px;
    }
    .more_information_section {
        padding: 60px 0;
    }
    .more_information_section .tabs-box .nav-tabs li a {
        padding: 8px 2px;
    }
    .more_information_section .tabs-box .nav-tabs li {
        margin: 0 12px;
    }
    .more_information_section .nav-tabs {
        margin-bottom: 25px;
    }
    .more_information_section .reviews_content_box {
        padding: 25px 20px;
        margin-bottom: 15px;
    }
    .more_information_section .reviews_content_box figure {
        width: 15%;
    }
    .more_information_section .reviews_content_box .text_wrapper {
        width: 85%;
        padding-left: 10px;
    }
    .more_information_section .reviews_content h3 {
        margin-bottom: 15px;
    }
    .more_information_section .reviews_content form input,
    .more_information_section .reviews_content form textarea {
        padding: 5px 12px;
        height: 45px;
        margin-bottom: 12px;
    }
    .more_information_section .reviews_content form textarea {
        height: 110px;
        margin-bottom: 15px;
        padding: 8px 12px;
    }
    .more_information_section .reviews_content button {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 22px;
    }
    .related_product_section {
        padding: 50px 0 40px;
    }
    .related_product_section .related_product_content h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .related_product_section .related_product_box .related_product_box_content ul li i {
        font-size: 10px;
        line-height: 10px;
    }
    .related_product_section .related_product_box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .single-post01 .text_holder p {
        margin: 0 0 8px;
    }
    .single-post01 .comments .comment .comment_date {
        font-size: 11px;
    }
    .single-post01 .post-item-description,
    .single-post01 .post-item-description .blockquote {
        font-size: 13px;
        line-height: 24px;
    }
    .single-post01 .post-item-description h2,
    .single-post01 .post-item-description h2>a {
        margin: 0;
    }
    .single-post01 .post-meta-share ul {
        margin: 5px 0 0;
    }
    .single-post01 .post-item-description .post-meta-date,
    .single-post01 .post-item-description .post-meta-date a,
    .single-post01 .post-item-description .post-meta-category,
    .single-post01 .post-item-description .post-meta-category a,
    .single-post01 .post-item-description .post-meta-comments,
    .single-post01 .post-item-description .post-meta-comments a {
        font-size: 12px;
    }
    .single-post01 .respond-comment {
        font-size: 16px;
    }
    .page-title h1 {
        font-size: 1.8rem;
        padding: 1rem;
        padding-bottom: 0;
    }
    #blog .post-item .post-item-description>h2,
    #blog .post-item .post-item-description>h2>a {
        font-size: 20px;
        line-height: 24px;
    }
    .single-post01 .comments .comment .text .name {
        font-size: 18px;
    }
    /* Blog */
    .blogpage-section .blog-box figure img {
        width: 100%;
    }
    .blogpage-section .blog-box .lower-portion {
        padding: 20px 30px;
    }
    .blogpage-section .blog-box .lower-portion .admin {
        margin-right: 20px;
    }
    .blogpage-section .blog-box .button-portion {
        padding: 12px 0 12px 30px;
    }
    /* Single Blog */
    .singleblog-section .main-box {
        margin-bottom: 20px;
    }
    .singleblog-section .main-box .content2 {
        padding: 20px 22px;
    }
    .singleblog-section .main-box .content2 .singleblog-quoteimage {
        margin-bottom: 12px;
    }
    .singleblog-section .main-box .content2 .singleblog-quoteimage img {
        width: 26px;
    }
    .singleblog-section .content4 {
        margin-bottom: 120px;
    }
    .singleblog-section .content4 h5 {
        margin-bottom: 10px;
    }
    .singleblog-section .content4 .tag .button {
        margin-bottom: 15px;
    }
    .singleblog-section .content4 .icon h5 {
        display: contents;
    }
    .singleblog-section .content4 .icon .social-icons {
        top: 32px;
        left: 0;
        right: 0;
    }
    .singleblog-section .content5 .singleblog-review1 img {
        width: 100px;
    }
    .singleblog-section .content5 .content {
        padding: 46px 15px 10px;
    }
    .singleblog-section .content5 .content span {
        margin-bottom: 6px;
    }
    .singleblog-section .content6:after {
        height: 0;
        left: 13px;
    }
    .singleblog-section .content6 h4:after {
        width: 32%;
    }
    .singleblog-section .content6 .comment .image img {
        width: 60px;
    }
    .singleblog-section .content6 .comment h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .singleblog-section .content6 .comment span {
        margin-bottom: -26px;
    }
    .singleblog-section .content6 .comment .reply {
        padding: 6px 18px;
        top: -28px;
    }
    .singleblog-section .content7 textarea {
        padding: 10px;
        height: 100px;
    }
    .singleblog-section .content7 input {
        padding: 8px 10px;
    }
    .singleblog-section .content7 .post_comment {
        padding: 12px 15px;
    }
    .singleblog-section .box1 {
        margin-bottom: 20px;
    }
    .singleblog-section .box1 h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .singleblog-section .box4 ul {
        padding: 0;
    }
    .singleblog-section .box5 .feed .feed-image {
        width: 25%;
    }
    .singleblog-section .box5 .feed a {
        padding: 0 0 0 12px;
    }
    /* Blog pages */
    .blog-posts p {
        font-size: 14px;
        line-height: 20px;
    }
    .blog-posts .onecolumn-blog iframe {
        height: -webkit-fill-available;
    }
    .blog-posts .twocolumn-blog iframe {
        height: -webkit-fill-available;
    }
    .blog-posts .three-blog iframe {
        height: -webkit-fill-available;
    }
    .blog-posts .threecolumn-blog iframe {
        height: -webkit-fill-available;
    }
    .blog-posts .fourcolumn-blog iframe {
        height: -webkit-fill-available;
    }
    .blog-posts .onecolumn-blog .lower-portion {
        padding: 20px;
    }
    .blog-posts .onecolumn-blog .button-portion {
        padding: 12px 0 12px 20px;
    }
    .blog-posts .twocolumn-blog .button-portion {
        padding: 12px 0 12px 20px;
    }
    .blog-posts .twocolumn-blog .lower-portion {
        padding: 20px;
    }
    .blog-posts .threecolumn-blog .button-portion {
        padding: 12px 0 12px 20px;
    }
    .blog-posts .threecolumn-blog .lower-portion {
        padding: 20px;
    }
    .blog-posts .fourcolumn-blog .lower-portion {
        padding: 20px;
    }
    .blog-posts .fourcolumn-blog .button-portion {
        padding: 15px 0 15px 20px;
    }
    .blog-posts .sixcolumn-blog .button-portion {
        padding: 12px 0 12px 20px;
    }
    .blog-posts .sixcolumn-blog .lower-portion {
        padding: 20px;
    }
    /* Cart & Checkout Pages */
    .product-detail .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
        padding: 0;
    }
    .product-detail .heading .cart_btn .circle {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .product-detail .heading ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .product-detail .auction-box {
        margin: 0;
    }
    .product-detail .auction-middle {
        margin-bottom: 10px;
    }
    .product-detail .auction-top .bidder {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail .auction-middle .ending {
        margin-bottom: 8px;
    }
    .placebid-modal-wrapper .modal-dialog {
        max-width: 100%;
        margin: 0 15px;
    }
    .placebid-modal-wrapper .modal-content {
        padding: 20px;
    }
    .placebid-modal-wrapper .modal-header h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .placebid-modal-wrapper .modal-header {
        margin-bottom: 10px;
    }
    .placebid-modal-wrapper p {
        padding: 0 15px;
    }
    .placebid-modal-wrapper .modal-body .placebid-form-box .bid-content .bid-content-top .bid-content-left input {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }
    .placebid-modal-wrapper .modal-body .placebid-form-box .bid-content .bid-content-top .bid-content-left span {
        font-size: 14px;
    }
    .placebid-modal-wrapper .bid-content-mid span {
        font-size: 14px;
        line-height: 18px;
    }
    .placebid-modal-wrapper .bit-continue-button a,
    .placebid-modal-wrapper .bit-continue-button .cancel {
        font-size: 14px;
        line-height: 14px;
    }
    .nft-section .create-nft-box {
        padding: 30px 20px;
    }
    .nft-section .create-nft-box .form-group {
        width: 100%;
        margin: 0;
    }
    .nft-section .create-nft-box .form-group select {
        background-position: 93.5% 19px !important;
    }
    .nft-section .create-nft-box .special {
        width: 100% !important;
    }
    .nft-section .create-nft-box .form-group .form-control {
        height: 46px;
        line-height: 20px;
    }
    .nft-section .create-nft-box .form-check {
        padding-top: 0px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .nft-section .create-nft-box .form-check input {
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
    .nft-section .create-nft-box .form-check label {
        font-size: 14px;
        line-height: 14px;
        margin-left: 5px;
    }
    .nft-section .create-nft-box .btn {
        font-size: 14px;
        line-height: 14px;
        padding: 14px 30px;
        width: 100%;
        margin: 0 auto;
    }
    .nft-section .preview-box-middle {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .nft-section .preview-box-top i {
        font-size: 18px;
        line-height: 24px;
    }
    .nft-section .preview-box a {
        font-size: 14px;
        line-height: 14px;
        padding: 14px 20px;
    }
    #search input[type="search"] {
        font-size: 24px;
    }
    .cart-section .product .product-image img {
        width: 65px;
    }
    .cart-section .product-removal {
        float: right;
    }
    .cart-section .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
        font-size: 14px;
    }
    .cart-section .product .product-line-price:before {
        content: 'Item Total:';
        font-size: 14px;
    }
    .cart-section .totals .totals-item label {
        width: 60%;
    }
    .cart-section .totals .totals-item .totals-value {
        width: 40%;
    }
    .cart-section .product-price {
        font-size: 14px;
    }
    /* Shop Page */
    .shop_section .nav-tabs {
        margin-bottom: 25px;
    }
    .shop_section .tabs-box .nav-tabs li {
        margin: 0px 2px;
    }
    .shop_section .shop_box .shop_box_content .btn_wrapper a {
        font-size: 12px;
        line-height: 12px;
    }
    .shop_section .shop_box .shop_box_content .btn_wrapper a i {
        padding-left: 8px;
        font-size: 12px;
        line-height: 12px;
    }
    /* Product detail Page */
    .product-detail .heading h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .product-detail .heading a i {
        padding-left: 10px;
        font-size: 12px;
        line-height: 12px;
    }
    .more_information_section .description_content p {
        font-size: 12px;
        line-height: 22px;
    }
    .more_information_section .tabs-box .nav-tabs li a {
        font-size: 14px;
        line-height: 14px;
    }
    .more_information_section .nav-tabs {
        margin-bottom: 20px;
    }
    .more_information_section .tabs-box .nav-tabs li {
        margin: 0 8px;
    }
    .more_information_section .information_content table tr td {
        padding: 10px 10px;
        line-height: 20px;
    }
    .more_information_section .information_content table tr th {
        padding: 10px 10px;
        line-height: 20px;
    }
    .more_information_section .reviews_content_box figure {
        width: 23%;
    }
    .more_information_section .reviews_content_box .text_wrapper {
        width: 77%;
        padding-left: 15px;
    }
    .more_information_section .reviews_content_box p {
        margin-bottom: 0;
    }
    .more_information_section .reviews_content_box ul li i {
        font-size: 10px;
        line-height: 10px;
    }
    .more_information_section .reviews_content button .circle {
        height: 35px;
        width: 35px;
        line-height: 37px;
        font-size: 14px;
    }
    .related_product_section {
        padding: 55px 0 40px;
    }
    .related_product_section .related_product_content h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .related_product_section .related_product_box .related_product_box_content .btn_wrapper a {
        font-size: 12px;
        line-height: 12px;
    }
    .related_product_section .related_product_box .related_product_box_content .btn_wrapper a i {
        padding-left: 8px;
        font-size: 12px;
        line-height: 12px;
    }
}