h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
p,
div,
span {
    font-family: 'Poppins', sans-serif !important;
}

.blog-layout {
    position: relative;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    padding: 70px;
    background-color: #fff;
}

.main-title {
    /*margin-bottom: 65px;*/
    padding-top: 20px;
    text-align: center;
    position: relative;
}

.main-title h4 {
    font-size: var(--shopcart-main-header-font-size);
    text-transform: none;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--shopcart-main-header-color);
}

@media (max-width: 768px) {
    .product-single .buttons .quantity .qty.in_xs {
        width: 30px !important;
        padding: 0px !important;
    }
}

.main-title h4:before {
    border-color: var(--shopcart-main-color);
    content: '';
    display: inline-block;
    width: 60px;
    height: 15px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main-title p {
    color: var(--shopcart-sub-header-color);
    text-transform: none;
    font-weight: 400;
    padding-top: 5px;
    font-size: var(--shopcart-sub-header-font-size);
}

.main-title p:after {
    border-bottom: 5px solid var(--shopcart-main-color);
    content: '';
    display: block;
    width: 57px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.blog-item {
    margin-bottom: 30px;
    font-family: arial;
    padding: 0 30px;
}

.blog-item .blog-article {
    position: relative;
    box-shadow: 0px 15px 40px rgb(0 0 0 / 5%);
}

.blog-item .blog-article .article-img {
    overflow: hidden;
    position: relative;
}

.blog-item .blog-article .article-img::after {
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.blog-item .blog-article .article-img img {
    height: auto;
    margin-bottom: 0;
    width: 100%;
    transform: scale(1);
    transition: transform 0.5s ease-in-out 0s;
}

.blog-item:hover .blog-article .article-img img {
    transform: scale(1.1);
}

.blog-item .blog-article .article-link {
    display: table;
    margin: 0 auto;
    position: relative;
    width: 34px;
}

.blog-item .blog-article .article-link a {
    background-color: #ffffff;
    border-radius: 50px;
    color: #999;
    display: table;
    transition: all 0.5s ease-in-out 0s;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.blog-item:hover .blog-article>.article-link>a {
    background: linear-gradient(135deg, var(--shopcart-main-color), var(--shopcart-main-color), var(--shopcart-main-color), var(--shopcart-main-color), var(--shopcart-main-color));
    border-color: #ffffff;
    color: #ffffff;
    background-size: 400% 400% !important;
}

.article-link a:hover,
.article-link a:focus {
    text-decoration: none;
}

.blog-item .blog-article .article-link>a {
    left: 0;
    position: absolute;
    top: -16px;
}

.blog-item .blog-article .article-link a i::before {
    font-size: 15px;
    font-weight: normal;
}

.blog-item .blog-article .article-content {
    color: #6b6b6b;
    padding: 25px 30px;
    text-align: center;
    position: relative;
    word-break: break-word;
}

.blog-item .blog-article .article-content .firstchild {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}

.blog-item .blog-article .article-content .icon {
    text-align: center !important;
}

.blog-item .blog-article .article-content .label {
    margin-top: 12px;
    font-size: 25px;
    display: block;
}

.blog-item .blog-article .article-content .label h4 {
    text-align: center !important;
}

.blog-item .blog-article .article-content .label p {
    text-align: center !important;
    color: #1b1b1b;
    line-height: 20px;
    white-space: break-spaces;
}

.blog-item .blog-article .article-content .thirdchild {
    text-align: center !important;
    color: #1b1b1b;
    font-size: 16px;
}

.labelnew {
    color: red;
}

.labeltitle {
    color: black;
    padding-top: 10px;
}

.labeltitle1 {
    color: black;
    padding-top: 10px;
    text-align: left;
}

.desctab {
    padding: 20px;
}

.firstdiv {
    border-right: 1px solid;
}

.reviewtext {
    text-align: left;
    padding-left: 20px;
}

.iconpad {
    padding-left: 6px;
}

.secondchild {
    /*padding-left: 20px;*/
}

.secondtab {
    padding: 5px;
    padding-top: 15px;
    border: 2px solid #d2d2d2;
}

.blog-item .blog-article .article-content h4 a {
    color: #1b1b1b;
    transition: all 0.5s ease-in-out 0s;
}

.blog-item .blog-article .article-content .meta {
    font-family: "Raleway";
    font-size: 12px;
    margin-bottom: 16px;
}

.blog-item .blog-article .article-content .meta>span {
    color: #8b8b8b;
    font-weight: 500;
}

.price {
    margin: 0 10px 10px;
    font-size: 14px;
    font-weight: 500;
}

.price del {
    font-weight: 300;
    font-size: 12px;
    margin-right: 5px;
}

.price span {
    color: var(--shopcart-price-color);
    font-size: 16px;
    font-weight: bold;
}

#titlebar {
    padding-top: 30px;
}

.special-block-bg::before {
    border-color: var(--shopcart-main-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--shopcart-main-color);
}

.special-block-bg::after {
    border-color: rgba(0, 0, 0, 0) var(--shopcart-main-color) var(--shopcart-main-color) rgba(0, 0, 0, 0);
}

.post-meta li:hover,
.post-meta li a:hover {
    color: var(--shopcart-main-color);
}

@media (min-width: 768px) {
    .container {
        max-width: 1074 !important;
    }

    #breadcrumbs {
        top: 80%;
    }

    #titlebar .special-block-bg {
        padding: 35px 30px;
    }
}

a:link,
a:visited {
    color: #fff;
}

.previous {
    background-color: var(--shopcart-button-color);
    color: var(--shopcart-button-font-color);
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    margin-top: -20px;
    margin-bottom: 35px;
}

a.previous:hover {
    background-color: var(--shopcart-button-hover-color);
    color: black;
}

.widget-text h5 a:hover {
    color: var(--shopcart-main-color);
}

.pg-blog2-content ul,
.pg-blog2-content ul li {
    list-style-type: disc;
}

.single-post p {
    text-align: left;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 996px) {
    .container {
        max-width: 960px;
    }

    .widget-thumb {
        margin-right: 0;
    }
}

.blog-page {
    padding: 40px 0 50px 0;
}

.single-page-content {
    position: relative;
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 15px;
}

.single-page-content .content-area {
    position: relative;
    display: block;
    max-width: 2300px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
}

.single-page-content .content-area .page-content {
    padding: 0 0 50px;
    min-height: 100%;
    height: 100%;
    clear: both;
    display: block;
    background-color: #fff;
}

.single-page-content .post-content {
    position: relative;
    margin-top: -70px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    z-index: 1;
}

.blog-post {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}

.post-meta {
    margin-bottom: 25px;
}

.post-meta li,
.post-meta li a {
    display: inline-block;
    color: #888;
    font-weight: normal;
}

.post-meta li {
    margin-right: 15px;
}

.blog-page h4.headline {
    font-size: 22px !important;
    font-weight: 400;
}

.single-post p {
    margin: 20px 0;
    text-align: justify;
}

.single-post>img {
    width: 100%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 30px;
    color: #888;
    border-left: 5px solid #eeeeee;
    font-weight: normal;
}

#posts-nav {
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0;
    display: inline-block;
    min-height: 80px;
    margin: 40px 0;
}

#posts-nav li span {
    display: block;
    color: #888;
    font-size: 15px;
    margin-bottom: 1px;
    font-weight: 400;
}

#posts-nav li {
    position: absolute;
    font-size: 17px;
    font-weight: 500;
    width: 50%;
}

#posts-nav li a {
    transition: transform 0.3s, color 0.3s 0s;
    color: #333;
    display: inline-block;
}

#posts-nav li.next-post {
    right: 0;
    text-align: right;
}

#posts-nav li.prev-post {
    left: 0;
}

#posts-nav li.next-post a {
    padding-right: 50px;
}

#posts-nav li.prev-post a {
    padding-left: 50px;
}

#posts-nav li.prev-post a:before,
#posts-nav li.next-post a:before {
    font-family: "FontAwesome";
    font-size: 28px;
    position: absolute;
    color: inherit;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: transform 0.3s;
    font-weight: 600;
    color: #888;
}

#posts-nav li.next-post a:before {
    right: 0;
    content: "\f105";
}

#posts-nav li.prev-post a:before {
    left: 0;
    content: "\f104";
}

#posts-nav li.next-post a:hover:before {
    transform: translate3d(5px, -50%, 0);
}

#posts-nav li.prev-post a:hover:before {
    transform: translate3d(-5px, -50%, 0);
}


.about-author {
    margin: 0 0 45px 0;
    padding: 30px 35px;
    background: #f7f9fc;
    border-radius: 4px;
}

.about-author p {
    margin: 5px 0 5px 0;
}

.about-author a {
    position: relative;
    top: -7px;
    color: #66676b;
    font-weight: 400;
}

.about-author h4 {
    letter-spacing: 0;
}

.about-author img {
    float: left;
    margin: 7px 5px 5px 5px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid rgba(17, 214, 240, 0.30);
}

.about-description {
    margin: 2px 0 0 150px;
}

.comments {
    margin-top: 30px;
}

.comments h4 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.comments h4 span {
    display: inline-block;
    font-size: inherit;
}

.comment {
    font-size: 20px;
}

.comments .button {
    margin: 0 0 10px 0;
    padding: 7px 15px;
}

.comments.reviews .button {
    margin: 0;
}

.comments ul {
    padding-left: 0;
}

.comments ul li {
    display: block;
    width: 100%;
}

.comments ul li,
.comments ul li ul li,
.comments ul li ul li ul li,
.comments ul li ul li ul li {
    margin: 50px 0 0 0px;
}

.comments ul li ul {
    margin: 0 0 0 100px;
}

.comment-content p {
    margin: 3px 0 0 0;
    line-height: 26px;
}

.comment-content {
    color: #666;
    padding: 0 0 0 100px;
}

.comments ul li ul {
    border-left: 1px solid #e0e0e0;
    padding-left: 35px;
}

.comments ul li ul li:before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #e0e0e0;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -35px;
}

.comments ul li {
    position: relative;
}

.comment-content strong {
    padding-right: 5px;
    color: #666;
}

.comment-content span {
    color: #888;
}

.comment-content p {
    padding: 5px 0;
    font-size: 15px;
}

.comments-amount {
    color: #888;
    font-weight: 500;
}

.avatar {
    display: inline-block;
    float: left;
    padding: 0 20px 0 0;
    position: absolute;
    left: 0px;
}

.avatar img {
    max-width: 80px;
    border-radius: 50%;
}

.comment-by {
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
    font-weight: 500;
    color: #333;
}

.comment-by h5 {
    margin: 0 0 7px 0;
}

.comment-by a.reply,
.comment-by a.reply i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comment-by a.reply {
    display: inline;
    background-color: #f7f9fc;
    padding: 5px 16px;
    line-height: 22px;
    font-size: 13px;
    color: #777;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 15px;
    border-radius: 50px;
}

.comment-by a.reply i {
    font-size: 12px;
    margin-right: 1px;
}

.comment-by .numerical-rating {
    margin: 4px 0 0 0;
}

.comment-by .numerical-rating,
.comment-by .star-rating {
    position: absolute;
    right: 0;
    top: 7px;
}

.comment-by a.reply:hover {
    background-color: #66676b;
}

.comment-by a.reply:hover,
.comment-by a.reply:hover i {
    color: #fff;
}

.comment-by span.date {
    color: #888;
    font-weight: 300;
    margin: 0px 0 0 0;
    float: none;
    display: block;
    text-align: left;
}

.add-review-box {
    border-radius: 4px;
    background-color: #f7f9fc;
    padding: 30px;
    padding-bottom: 40px;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.add-review-box h3 {
    margin: 0 0 30px 0;
    font-weight: 500;
}

.add-comment label span {
    color: #e24747;
}

.blog-page .blog-post .post-content,
.single-post .post-content {
    padding: 36px 43px;
    overflow-wrap: break-word;
}

.share-buttons {
    list-style: none;
}

.share-buttons li {
    display: inline-block;
    margin: 0 6px 8px 0;
}

.share-buttons li a {
    background: #fff;
    border: 1px solid #666;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    padding: 7px 20px;
    transition: 0.3s;
    display: inline-block;
    line-height: 17px;
    font-weight: 500;
}

.share-buttons li a:hover {
    color: #fff;
}

.share-buttons li i {
    font-size: 16px;
    position: relative;
    right: 3px;
    top: 1px;
}

.share-buttons li a.fb-share:hover {
    background: #3b5998;
    color: #fff;
}

.share-buttons li a.fb-share {
    border-color: #3b5998;
    color: #3b5998;
}

.share-buttons li a.twitter-share:hover {
    background: #1da1f2;
    color: #fff;
}

.share-buttons li a.twitter-share {
    border-color: #1da1f2;
    color: #1da1f2;
}

.share-buttons li a.gplus-share:hover {
    background: #dd4b39;
    color: #fff;
}

.share-buttons li a.gplus-share {
    border-color: #dd4b39;
    color: #dd4b39;
}

.share-buttons li a.pinterest-share:hover {
    background: #bd081c;
    color: #fff;
}

.share-buttons li a.pinterest-share {
    border-color: #bd081c;
    color: #bd081c;
}

/*Right Sidebar*/
.input {
    position: relative;
}

.search-blog-input input {
    height: 50px;
    border-radius: 30px;
    border: 1px solid #dedede;
    padding-left: 15px;
}

.widget .search-blog-input .input button {
    font-size: 15px;
    position: absolute;
    display: inline-block;
    font-family: "FontAwesome";
    right: 10px;
    top: 9px;
    margin-bottom: 0;
    background-color: transparent;
    ;
    padding-left: 7px;
    font-weight: 600;
    border: 0;
    outline: none;
}

.widget .search-blog-input .input button:focus,
.widget .search-blog-input .input button:active {
    outline: none;
    background-color: transparent;
    border: none;
}

.sidebar.right {
    padding-left: 30px;
}

.widget-tabs {
    padding: 0;
    list-style: none;
}

.widget-tabs li {
    padding: 0 0 27px 0;
    margin: 24px 0 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.widget .tab-content {
    padding-bottom: 0;
}

.widget-thumb a img {
    display: block;
    width: 95px;
    height: 95px;
    float: left;
    border-radius: 3px;
    margin: 3px 22px 0 0;
}

.widget-thumb {
    width: 85px;
    margin-right: 23px;
}

.widget-text h5 {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 5px 0;
}

.widget-text h5 a {
    color: #333;
}

.widget-text span {
    color: #888;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    display: block;
}

.widget-thumb {
    display: inline-block;
}

.widget-thumb a img {
    width: 85px;
    height: auto;
}

.widget-text {
    display: inline-block;
    width: 70%;
    padding: 0;
    position: relative;
    top: -2px;
}

.widget-tabs .widget-content {
    display: table;
}

.widget-tabs .widget-content .widget-text {
    display: table-cell;
    vertical-align: middle;
}

.widget-tabs li {
    padding: 0 0 20px 0;
    margin: 24px 0 0 0;
}

.widget-tabs li:first-child {
    padding: 0 0 20px 0;
    margin: 32px 0 0 0;
}

.widget-tabs li:last-child {
    border: none;
    padding-bottom: 0;
}

.widget .widget-title,
.search-widget h4 {
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}

.widget .widget-title {
    border-bottom: 1px solid #f1f1f1;
}

.widget {
    padding: 20px;
    background-color: #f7f9fc;
    margin-bottom: 30px;
}

.widget.search-widget {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
}

.widget .categories-list li {
    padding: 7px 0
}

.widget .categories-list li a {
    text-decoration: none;
    color: #888;
    width: 100%;
    display: inline-block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    font-weight: normal;
}

.widget .categories-list li a i {
    margin-right: 5px
}

.widget .categories-list li .category-counter {
    font-size: 12px;
    font-size: 12px;
    color: #888;
    float: right;
}

.tagcloud a {
    color: #888;
    font-weight: normal;
    padding: 3px 5px;
    border: 1px solid #eee;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    background-color: #fff;
    background-size: 400% 400% !important;
}

.tagcloud a:hover {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    #breadcrumbs {
        position: unset !important;
        margin-top: 0;
        transform: unset;
    }

    #breadcrumbs ul li {
        margin: 0 10px 0 0px;
    }

    .single-page-content .post-content {
        margin-left: 20px;
        margin-right: 20px;
        padding: 30px 20px !important;
    }

    #posts-nav li.next-post a {
        padding-right: 25px;
    }

    #posts-nav li.prev-post a {
        padding-left: 25px;
    }

    .about-author {
        padding: 30px 20px;
        text-align: center;
    }

    .about-description {
        margin: 0;
    }

    .about-author img {
        float: none;
        width: 80px;
        height: 80px;
    }

    .comments ul li ul {
        margin: 0;
    }

    .comment-by .numerical-rating,
    .comment-by .star-rating {
        position: relative;
        right: 0;
        top: 7px;
        display: block;
        width: 100%;
        float: none;
        height: 30px;
    }

    .avatar {
        display: none;
    }

    .comment-content {
        padding: 0;
    }

    .avatar img {
        max-width: 60px;
    }

    .comment-content {
        padding: 0 0 0 85px;
    }

    .comments ul li ul li::before {
        top: 25px;
    }

    .comment-content {
        padding: 0;
    }

    .sidebar1.right {
        padding-left: 0;
        padding-top: 20px;
    }

    .comments ul li,
    .comments ul li ul li,
    .comments ul li ul li ul li,
    .comments ul li ul li ul li {
        margin: 30px 0 0 0px;
    }

    .add-review-box {
        padding: 20px;
        margin-bottom: 30px;
    }

    .widget .widget-title,
    .search-widget h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.product-price {
    font-size: 16px;
    padding: 5px 0px;
    color: #232323;
}

.product-price ins {
    margin-left: 10px;
    color: var(--shopcart-price-color);
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}

.product-price ins unit {
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.product-price del {
    margin: 10px;
    color: #a5a5a5;
    font-size: 12px;
}

/*.product-price del {
    font-weight: 400;
    font-size: 24px;
}*/
.label-success {
    background-color: #5cb85c;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
}

.order {
    background: #fafafa;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0px -15px;
}

.order .buttons {
    margin: 0px;
}

.buttons .item_count {
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
}

.buttons .quantity {
    border: 1px solid var(--shopcart-button-quanty-color);
}

.buttons .quantity {
    margin-right: 0px;
    display: inline-flex;
}

.buttons .quantity {
    overflow: hidden;
    float: left;
    margin-right: 5px;
}

.buttons .quantity .btn {
    background-color: var(--shopcart-addtocart-color);
    color: var(--shopcart-addtocart-font-color);
    border: 1px solid var(--shopcart-addtocart-color);
}

.buttons .quantity .btn {
    margin-top: 0px;
    margin-right: 0px;
    height: 35px;
    transition: all 0.4s ease;
}

.buttons .quantity .btn {
    margin-top: 10px;
    float: left;
    margin-right: 1px;
    background-color: #232323;
    color: #7f7f7f;
    height: 60px;
}

.buttons .quantity .btn {
    background-color: var(--shopcart-button-quanty-color);
    color: var(--shopcart-button-font-color);
    border: 1px solid var(--shopcart-button-quanty-color);
}

.buttons .quantity .btn {
    margin-top: 0px;
    margin-right: 0px;
    height: 35px;
    transition: all 0.4s ease;
    border-radius: 0;
    margin-left: 0px;
    white-space: pre-line;
}

.stock {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 0px;
    color: #2faf19;
    left: 30px;
    font-weight: 700;
}

.buttons {
    margin: 10px 0px;
}

.buttons .btn-add-to.cart {
    border: 1px solid var(--shopcart-addtocart-color);
    background: var(--shopcart-addtocart-color);
    color: var(--shopcart-addtocart-font-color);
}

.buttons .btn-add-to.cart {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.buttons .btn-add-to {
    float: left;
    font-size: 12px;
    border-radius: 3px;
    line-height: 14px;
    padding: 8px 16px !important;
    margin-right: 5px;
    font-weight: 900;
}

.buttons {
    margin: 10px 0px;
}

.buttons .quantity .qty {
    border: 1px solid var(--shopcart-button-quanty-color);
}

.buttons .quantity .qty {
    border-radius: 0px !important;
}

.buttons .quantity .qty {
    margin-top: 0px;
    margin-right: 0px;
    width: 80px;
    text-align-last: center;
    height: 35px;
    background-color: #ffffff;
    color: #000000;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*.buttons .quantity .qty {
    margin-top: 10px;
    float: left;
    margin-right: 1px;
    width: 40px;
    height: 60px;
    background-color: #232323;
    border-color: #232323;
    color: #ffffff;
}*/
.label-success {
    background-color: var(--shopcart-discount-color) !important;
    color: var(--shopcart-discount_font-color) !important;
}

.buttons {
    margin: 10px 0px;
}

.share-square-behance {
    background-position: -544px -44px !important;
}

.share-square-behance:hover {
    background-position: -544px -77px !important;
}

.share-square-delicious {
    background-position: -512px -44px !important;
}

.share-square-delicious:hover {
    background-position: -512px -77px !important;
}

.share-square-deviantart {
    background-position: -480px -44px !important;
}

.share-square-deviantart:hover {
    background-position: -480px -77px !important;
}

.share-square-digg {
    background-position: -448px -44px !important;
}

.share-square-digg:hover {
    background-position: -448px -77px !important;
}

.share-square-dribbble {
    background-position: -416px -44px !important;
}

.share-square-dribbble:hover {
    background-position: -416px -77px !important;
}

.share-square-email {
    background-position: -674px -44px !important;
}

.share-square-email:hover {
    background-position: -674px -77px !important;
}

.share-square-facebook {
    background-position: -384px -44px !important;
}

.share-square-facebook:hover {
    background-position: -384px -77px !important;
}

.share-square-flickr {
    background-position: -352px -44px !important;
}

.share-square-flickr:hover {
    background-position: -352px -77px !important;
}

.share-square-forrst {
    background-position: -320px -44px !important;
}

.share-square-forrst:hover {
    background-position: -320px -77px !important;
}

.share-square-googleplus {
    background-position: -288px -44px !important;
}

.share-square-googleplus:hover {
    background-position: -288px -77px !important;
}

.share-square-in1 {
    background-position: -576px -44px !important;
}

.share-square-in1:hover {
    background-position: -576px -77px !important;
}

.share-square-instagram {
    background-position: -608px -44px !important;
}

.share-square-instagram:hover {
    background-position: -608px -77px !important;
}

.share-square-lastfm {
    background-position: -256px -44px !important;
}

.share-square-lastfm:hover {
    background-position: -256px -77px !important;
}

.share-square-linkedin {
    background-position: -224px -44px !important;
}

.share-square-linkedin:hover {
    background-position: -224px -77px !important;
}

.share-square-pinterest {
    background-position: -192px -44px !important;
}

.share-square-pinterest:hover {
    background-position: -192px -77px !important;
}

.share-square-rss {
    background-position: -160px -44px !important;
}

.share-square-rss:hover {
    background-position: -160px -77px !important;
}

.share-square-skype {
    background-position: -128px -44px !important;
}

.share-square-skype:hover {
    background-position: -128px -77px !important;
}

.share-square-stumbleupon {
    background-position: -640px -44px !important;
}

.share-square-stumbleupon:hover {
    background-position: -640px -77px !important;
}

.share-square-tumblr {
    background-position: -96px -44px !important;
}

.share-square-tumblr:hover {
    background-position: -96px -77px !important;
}

.share-square-twitter {
    background-position: -64px -44px !important;
}

.share-square-twitter:hover {
    background-position: -64px -77px !important;
}

.share-square-vimeo {
    background-position: -32px -44px !important;
}

.share-square-vimeo:hover {
    background-position: -32px -77px !important;
}

.share-square-youtube {
    background-position: 0 -44px !important;
}

.share-square-youtube:hover {
    background-position: 0 -77px !important;
}

a,
a .fa,
a .glyphicon,
a:hover,
a:hover .fa,
a:hover .glyphicon,
a:active,
a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.buttons .btn-add-to.cart:hover {
    border: 1px solid var(--shopcart-addtocart-color);
    background: var(--shopcart-addtocart-hover-color);
    color: var(--shopcart-addtocart-font-color);
    box-shadow: 0px 5px 7px var(--shopcart-addtocart-hover-color);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.share-square {
    -moz-transition: all 0.2s linear 0s;
    background: url(../../../assets/css/img/social-icons.png) no-repeat scroll left top transparent;
    display: inline-block;
    height: 32px;
    line-height: 0;
    margin: 2px;
    width: 32px;
}


.page-section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-section {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-tabs .nav-tabs {
    border-bottom: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul,
ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}

.content-tabs .nav-tabs>li.active>a {
    color: #000000;
}

.content-tabs .nav-tabs>li.active>a {
    background-color: #ffffff;
    border-color: #e9e9e9 #e9e9e9 transparent;
    border-top: solid 1px #232323;
    color: var(--shopcart-tab-color);
}

.content-tabs .nav-tabs>li.active>a {
    position: relative;
    margin-top: 3px;
    padding-bottom: 12px;
}

.content-tabs .nav-tabs>li>a,
.content-tabs .nav-tabs>li>a:focus {
    border-radius: 0;
    border-color: #e9e9e9 #e9e9e9 #e9e9e9;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f5f6f7;
    color: var(--shopcart-tab-color);
}

@media (min-width: 1200px) {
    .content-tabs .nav-tabs>li>a {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.content-tabs .nav-tabs>li>a {
    margin-top: 5px;
    padding-bottom: 10px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.content-tabs .nav-tabs>li.active>a:before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    top: -4px;
    left: -1px;
    background-color: var(--shopcart-tab-header-color);
}

.content-tabs .nav-tabs>li.active>a:after {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    top: -4px;
    right: -1px;
    background-color: #232323;
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

@media (min-width: 1200px) {
    .content-tabs .tab-content {
        padding: 15px;
    }
}

.content-tabs .tab-content {
    padding: 15px;
    border: solid 1px #e9e9e9;
    background-color: #ffffff;
}

.tab-content>.tab-pane.active {
    display: block !important;
}

.tab-content>.tab-pane {
    display: none;
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.tabs-wrapper ul.nav.nav-tabs>li:hover>a {
    color: var(--shopcart-tab-hover-color) !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.block-title.alt {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 10px 10px 70px;
    border: solid 1px rgba(35, 35, 35, 0.1);
    overflow: visible;
    position: relative;
}

.block-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    color: #232323;
    overflow: hidden;
}

.orders {
    margin-bottom: 30px;
}

.orders thead {
    background-color: #e0e0e0;
    color: #232323;
}

.orders .table>thead>tr>th,
.orders .table>tbody>tr>th,
.orders .table>tfoot>tr>th,
.orders .table>thead>tr>td,
.orders .table>tbody>tr>td,
.orders .table>tfoot>tr>td {
    border: solid 1px #e0e0e0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.p_table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px 8px 8px 20px;
}

.orders thead>tr>th {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    border: none;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.orders .media-link {
    padding: 0;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.orders td.description {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    color: #232323;
    vertical-align: middle;
}

.orders td.description h4 {
    margin: 0;
    font-weight: 300;
}

.orders td.description h4 a {
    color: #676767;
}

.mr0 {
    margin: 5px 0px !important;
}

.orders td.quantity {
    font-size: 12px;
    font-weight: 700;
    color: #232323;
    vertical-align: middle;
}

.orders td.total {
    font-size: 18px;
    font-weight: 900;
    color: #232323;
    vertical-align: middle;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.block-title span {
    display: inline-block;
    position: relative;
}

.block-title span:after {
    left: 100%;
    margin-left: 15px;
}

.block-title span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 2000px;
    background-color: #a5abb7;
    top: 10px;
}

.orders .shopping-cart {
    padding: 10px;
    border: solid 1px rgba(35, 35, 35, 0.1);
}

.orders .shopping-cart table {
    width: 100%;
}

.orders .shopping-cart table td {
    padding: 3px;
    width: 50%;
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 10px;
    color: #232323;
}

.orders .shopping-cart table tfoot td {
    border-top: solid 1px #a5abb7;
    font-size: 18px;
    font-weight: 900;
    color: #232323;
}

.orders .shopping-cart table td {
    padding: 3px;
    width: 50%;
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 10px;
    color: #232323;
}

.form-control {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border-radius: 0;
    border: 1px solid #c5c5c5;
    color: #737475;
    padding: 6px 12px;
}

.btn-theme {
    background-color: var(--shopcart-button-color);
    border-color: var(--shopcart-button-color);
    color: var(--shopcart-button-font-color);
}

.btn-theme {
    border-width: 3px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.block-title.alt .fa {
    background-color: var(--shopcart-checkout-color) !important;
    color: var(--shopcart-checkout-font-color) !important;
}

.block-title.alt .fa {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 46px;
    width: 50px;
    line-height: 46px;
    vertical-align: middle;
    text-align: center !important;
    background-color: #232323;
    color: #ffffff;
    z-index: 2;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-theme:hover {
    /*background-color: #470467;
    border-color: #470467;
    color: #ffffff;*/
    background-color: var(--shopcart-button-hover-color) !important;
    border-color: var(--shopcart-button-hover-color) !important;
    color: var(--shopcart-button-font-color) !important;
}

.btn-theme-dark {
    background-color: var(--shopcart-button-color) !important;
    border-color: var(--shopcart-button-color) !important;
    color: var(--shopcart-button-font-color) !important;
    border-radius: 0px !important;
}

.btn-theme-dark:hover,
.btn-theme-dark:focus,
.btn-theme-dark:active {
    background-color: var(--shopcart-button-hover-color) !important;
    border-color: var(--shopcart-button-hover-color) !important;
    color: var(--shopcart-button-font-color) !important;
}

.btn-theme-dark {
    border-width: 3px;
}

.btn-theme-dark {
    background-color: #303748;
    border-color: #303748;
    color: #ffffff;
}

.btn-theme-dark {
    border-width: 3px;
}

.btn,
.btn:hover,
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media only screen and (max-width: 600px) {
    .orders table {
        display: block;
        overflow-x: auto;
    }
    .carter_table thead tr:last-child {
        display: none;
    }
    .carter_table tbody tr {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
    .carter_table tbody tr td {
        width: 100%;
        display: block;
        padding: 2px;
        text-align: left;
        border: none;
    }
    .carter_table tbody tr td {
        border: none !important;
        text-align: center;
    }
    .carter_table tbody tr td:nth-child(1)::before {
        content: 'Image: ';
        font-weight: bold;
    }    
    .carter_table tbody tr td:nth-child(2) {
        padding: 10px;
    }
    .carter_table tbody tr td:nth-child(2)::before {
        content: 'Product Details: ';
        font-weight: bold;
        font-size: 16px;
    }
    .carter_table tbody tr td:nth-child(2) p {
        margin: 0;
    }
    .carter_table tbody tr td:nth-child(3) {
        padding: 10px;
    }
    .carter_table tbody tr td:nth-child(3)::before {
        content: 'Unit Price: ';
        font-weight: bold;
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }
    .carter_table tbody tr td:nth-child(4) {
        padding: 10px;
    }
    .carter_table tbody tr td:nth-child(4)::before {
        content: 'Quantity: ';
        font-weight: bold;
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }
    .carter_table tbody tr td:nth-child(4) .buttons {
        width: 100%;
        display: block;
    }
    .carter_table tbody tr td:nth-child(4) .buttons .quantity {
        float: none;
    }
    .carter_table tbody tr td:nth-child(5) {
        padding: 10px;
    }
    .carter_table tbody tr td:nth-child(5)::before {
        content: 'Subtotal: ';
        font-weight: bold;
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }
    .carter_table tbody tr td:nth-child(6) {
        text-align: center;
        border-bottom: 1px solid !important;
        padding-bottom: 30px;
    }
    .carter_table tbody tr td:nth-child(6) .close {
        float: none;
        background: red;
        padding: 5px 25px;
        color: black !important;
        opacity: 1;
        border-radius: 5px;
    }
}

@media (max-width: 768px) {
    .page-section {
        position: relative;
        overflow: hidden;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .blog-layout {
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

.form-delivery {
    margin-bottom: 30px;
}

.payments-options {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
    }
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #006400;
    border-bottom: 16px solid #006400;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}*/
#loader {
    position: fixed;
    z-index: 99999999999;
    width: 87%;
    height: 100%;
    display: flex;
    justify-content: center;
    top: 0;
}

#loader .backlight {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}

#loader .spinner {
    width: 150px;
    height: 150px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #080099;
    border-bottom: 16px solid #080099;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background-color: rgba(255, 255, 255, 0.7);
    /*margin-top: 20%;*/
}

.wrapper .content {
    padding: 0;
}

.buttons .quantity .btn {
    white-space: inherit !important;
}

.btn:not(.btn-just-icon):not(.btn-fab) .fa {
    margin-top: 2px !important;
    margin-bottom: 0 !important;
}