/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

main.site-main.post section.section-first {
    background: url(/wp-content/themes/hello-elementor-child/img/grey_bg.png);
    padding-top: 200px;
    background-repeat: no-repeat;
    background-size: 100% 95%;
    background-position: top center;
    margin-bottom: 0;
    padding-bottom: 50px;
}
body:not([class*=elementor-page-]) main.site-main {
    max-width: 100%;
}

.post.type-post .page-content{
    margin-top: 60px;
}

.site-main .section-first .post-categories {
    margin-bottom: 15px;
}
.site-main .section-first .post-categories a {
    font-family: "Camphor Pro", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: underline;
}

.site-main.post .page-title {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.site-main.post .title-wrap{
    width: 52%;
    padding-right: 30px;
}
.site-main.post .image-wrap {
    width: 43%;
}
.site-main.post .title-wrap h1 {
    border-bottom: solid 2px #b5d4e6;
    padding-bottom: 40px;
    margin-bottom: 35px;
    color: #231f20;
    font-family: "Camphor Std", sans-serif;
    font-size: 48px;
    font-weight: 700;
}

.site-main.post .title-wrap .share-btn {
    color: #fff;
    padding: 10px 16px;
    font-family: "Camphor Pro", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}
.site-main.post .share-btn.twitter{
    background: #26a9e1;
}

.site-main.post .share-btn.facebook {
    background: #04306f;
}

.site-main.post .share-btn.linkedin {
    background: #1a75bb;
}

.site-main.post .author-and-share {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.site-main.post .author-and-share .author {
    color: #404041;
    font-family: "Camphor Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.site-main.post .title-wrap a {
    color: #3b66dd;
}

.related-articles {
    max-width: 1200px;
    margin: 100px auto 0 auto;
}
.related-articles h1 {
    text-align: center;
    border-bottom: 3px solid #b5d4e6;
    display: block;
    margin: 0 auto 75px;
    width: max-content;
    padding: 0 20px 40px;
    color: #231f20;
    font-family: "Camphor Std",sans-serif;
    font-size: 32px;
    font-weight: bold;
}

.related-articles .articles  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.related-articles .articles .article {
    max-width: 30%;
}
.related-articles .articles .article h2 {
    margin: 30px 0 0 0;
    color: #486c9d;
    font-family: "Camphor Std", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
.related-articles .articles  .article img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.post-last-section .subscribe-block {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    padding: 70px 60px;
    box-shadow: 0 4px 34px 4px rgba(22, 145, 214, 0.1);
    border-radius: 15px;
    background: #fff;
}
.post-last-section .subscribe-block p {
    color: #231f20;
    font-family: "Camphor Pro",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.post-last-section form {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.post-last-section form input {
    max-width: 60%;
    margin-right: 20px;
    border: solid 1px #b5d4e6;
    padding: 29px;
}
.post-last-section form input::placeholder {
    color: #404041;
    font-family: "Camphor Pro", sans-serif;
    font-size: 21px;
}
.post-last-section form .submit-btn {
    flex: 1;
    background: #3360dd;
    border-color: #3360dd;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Camphor Pro", sans-serif;
    font-size: 21px;
    margin: 0;
}

.post-last-section .subscribe-block .title {
    color: #231f20;
    font-family: "Camphor Std", sans-serif;
    font-size: 32px;
    font-weight: 700;
}
.post-last-section .subscribe-block a {
    color: #3b66dd;
    text-decoration: underline;
}

main.site-main.post section.section-last {
    background: url(/wp-content/themes/hello-elementor-child/img/blue_bg.png);
    background-size: auto;
    background-repeat: no-repeat;
    margin-top: 110px;
    padding-bottom: 120px;
    background-position: bottom;
}

.site-main.post section:not(.elementor-element) {
    padding: 0 30px;
}

.page-content > .woocommerce,
.woocommerce-page main.site-main{
    padding: 150px 0 70px 0;
}
.woocommerce-account main.site-main {
    padding: 150px 0 0 0;
}

.page-content > .woocommerce .woocommerce-MyAccount-content{
    margin-top: 50px;
}
.woocommerce-page.woocommerce-cart main.site-main{
    padding: 110px 0 0 0;
}
.woocommerce-page.woocommerce-checkout main.site-main {
    padding: 50px 0 0 0;
}
.site-main .page-header {
    position: relative;
    top: 130px;
    z-index: 9;
    left: 0;
    width: 100%;
    right: 0;
    margin: 0 auto 30px auto;
    max-width: 1220px;
    /*padding-left: 10px;*/
}
.site-main .page-header .entry-title {
    max-width: 1120px;
    margin: 0 auto;
    font-family: "CamphorStd", sans-serif;
}

/* Blog Page */
.blog-page {
    padding-top: 145px;
    /*background-image: url(/wp-content/themes/hello-elementor-child/img/blog-first-bg.png);*/
    /*background-size: auto;*/
    /*background-repeat: no-repeat;*/
}

.blog-page .first-bg {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 1080px;
}
.blog-page .blog-title {
    text-align: center;
    color: #486c9d;
    font-family: "CamphorStd", sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 95px;
}
.blog-page .first-section {
    max-width: 1220px;
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: wrap;
}
.blog-page .first-section h3 {
    color: #002b49;
    font-family: "CamphorStd", sans-serif;
    font-size: 37px;
    font-weight: 700;
    margin: 0 0 40px;
}
.blog-page .first-section .featured-posts {
    width: 65%;
}
.blog-page .first-section .featured-post {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.blog-page .first-section .featured-post > a{
    /*max-width: 350px;*/
    /*max-height: 550px;*/
    max-width: 350px;
    max-height: 550px;
}
.blog-page .first-section .featured-post a img {
    object-fit: cover;
    height: 100%;
}

.blog-page .first-section .featured-post .title a{
    color: #231f20;
    font-family: "CamphorStd", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
}
.blog-page .first-section .featured-post .title {
    margin: 30px 0;
}
.blog-page .first-section .featured-post .desc{
    color: #231f20;
    font-family: "CamphorPro", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 50px;
}
.blog-page .first-section .featured-post .content{
    background: #fff;
    padding: 50px 40px;
    flex: 1;
}
.blog-page .first-section .featured-posts .categories {
    text-decoration: underline;
    color: #3360dc;
}
.blog-page .first-section .featured-posts .categories a{
    color: #3360dc;
    font-family: "CamphorPro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    text-transform: uppercase;
}
.blog-page .first-section .featured-post .author-date {
    color: #404041;
    font-family: "CamphorStd", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
}
.blog-page .first-section .featured-post .author-date a {
    color: #3360dc;
}

.blog-page .first-section .swiper-wrapper {
    padding-bottom: 50px;
}
.blog-page .first-section .swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #486c9d;
    background-color: transparent;
    opacity: 1;
}
.blog-page .first-section .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 1px solid #486c9d;
    background: #486c9d;
    opacity: 1;
}

.blog-page .first-section .trending-posts {
    flex: 1;
    margin-left: 35px;
}

.blog-page .first-section .trending-post {
    margin-bottom: 60px;
}
.blog-page .first-section .trending-post .date{
    color: #404041;
    font-family: "CamphorPro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 20px;
}
.blog-page .first-section .trending-post .title a{
    color: #486c9d;
    font-family: "CamphorStd", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.wb_ps_text p,
p.wb_ps_meta_items{
    font-size: 18px;
    font-family: "Camphor Pro", sans-serif;
}

.post-filter {
    max-width: 1220px;
    margin: 0 auto 25px auto;
    display: flex;
    border-bottom: solid 1px #b3d4e7;
    padding-bottom: 15px;
}
.post-filter ul {
    padding: 0;
    list-style: none;
    text-align: center;
}
.post-filter ul li {
    display: inline-block;
    margin-right: 35px;
}
.post-filter ul li a, .post-filter .filter-by {
    color: #231f20;
    font-family: "CamphorStd", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 44px;
    transition: all .25s ease;
}
.post-filter ul li a.active,  .post-filter ul li a:hover{
    color: #3360dc;
}
.post-filter .filter-by {
    margin-right: 100px;
}
.post-filter .filter-cat {
    flex: 1;
}

.posts-list {
    max-width: 1200px;
    margin: 0 auto 120px auto;
}
.posts-list .items-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.posts-list .items-wrap .item-post {
    max-width: 30%;
    margin: 50px 0;
}
.posts-list .items-wrap .item-post img {
    height: 210px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 40px;
}
.posts-list .items-wrap .item-post .categories {
    margin-bottom: 30px;
}
.posts-list .items-wrap .item-post .categories,
.posts-list .items-wrap .item-post .categories a {
    font-family: "CamphorPro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    color: #3360dc;
}

.posts-list .items-wrap .item-post .title{
    margin-bottom: 25px;
}

.posts-list .items-wrap .item-post .title a {
    color: #231f20;
    font-family: "CamphorPro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.posts-list .items-wrap .item-post .desc{
    color: #231f20;
    font-family: "CamphorPro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 30px;
}
.posts-list .items-wrap .item-post .author-date{
    color: #404041;
    font-family: "CamphorStd", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
}

.posts-list .items-wrap .item-post .author-date a {
    color: #3360dc;
}
.posts-list .btn-wrap {
    text-align: center;
    margin-top: 80px;
    display: none;
}

.posts-list .btn-wrap a{
    color: #ffffff;
    font-family: "CamphorPro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    background: #486c9d;
    padding: 25px 115px;
    border-radius: 35px;
    display: inline-block;
}

/* Loader */
.lds-default {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 150px;
    left: calc(50% - 40px);
    z-index: 1;
    visibility: hidden;
}
.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #486c9d;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1){
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.lds-default div:nth-child(2) {
    animation-delay: -.1s;
    top: 22px;
    left: 62px;
}
.lds-default div:nth-child(3){
    animation-delay: -.2s;
    top: 11px;
    left: 52px;
}
.lds-default div:nth-child(4){
    animation-delay: -.3s;
    top: 7px;
    left: 37px;
}
.lds-default div:nth-child(5){
    animation-delay: -.4s;
    top: 11px;
    left: 22px;
}
.lds-default div:nth-child(6){
    animation-delay: -.5s;
    top: 22px;
    left: 11px;
}
.lds-default div:nth-child(7){
    animation-delay: -.6s;
    top: 37px;
    left: 7px;
}
.lds-default div:nth-child(8){
    animation-delay: -.7s;
    top: 52px;
    left: 11px;
}
.lds-default div:nth-child(9){
    animation-delay: -.8s;
    top: 62px;
    left: 22px;
}
.lds-default div:nth-child(10){
    animation-delay: -.9s;
    top: 66px;
    left: 37px;
}
.lds-default div:nth-child(11){
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.lds-default div:nth-child(12){
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

body.loader .lds-default {
    visibility: visible;
    top: calc(50% - 40px);
    z-index: 10;
}
body.loader:before {
    background: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    position: fixed;
    z-index: 9;
}

.section-subscribe {
    background-image: url(/wp-content/themes/hello-elementor-child/img/blog-last-bg.png);
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.section-subscribe .subscribe-wrap {
    max-width: 850px;
    margin: 0 auto;
    padding: 75px 100px;
    box-shadow: 0 4px 34px 4px rgba(22, 145, 214, 0.1);
    background: #fff;
    border-radius: 10px;
}
.section-subscribe .subscribe-wrap h3 {
    color: #231f20;
    font-family: "CamphorStd", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin: 0 0 35px;
    text-align: center;
}
/*.section-subscribe .subscribe-wrap form {*/
/*    !*display: flex;*!*/
/*}*/
.section-subscribe .subscribe-wrap input[type=email]{
    max-width: 420px;
    padding: 30px;
    margin-right: 15px;
    border: 1px solid #c4ddec;
    border-radius: 5px;
}

.section-subscribe .subscribe-wrap input[type=email]::placeholder{
    color: #404041;
    font-family: "CamphorPro", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
}

.section-subscribe .subscribe-wrap input[type=submit]{
    flex: 1;
    background: #3360dc;
    color: #ffffff;
    font-family: "CamphorPro", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
    border: 1px solid #3360dc;
    border-radius: 5px;
}
.section-subscribe .subscribe-wrap .input-wrap {
    display: flex;
}
.section-subscribe .subscribe-wrap .privacy-policy{
    text-align: center;
    margin: 30px 0 0;
    color: #231f20;
    font-family: "CamphorPro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
}
.section-subscribe .subscribe-wrap .privacy-policy a{
    text-decoration: underline;
    color: #3360dc;
}


/* woocommerce cart */
.woocommerce-cart .woocommerce-message {
    color: #364b57;
    font-family: "CamphorPro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    background: #eef7fd;
    border-radius: 25px;
    border: none;
    position: absolute;
    top: -200px;
    width: 100%;
    padding: 15px 30px 15px 40px;
    line-height: 18px;
}

.woocommerce-cart .woocommerce-info,
.woocommerce-checkout .woocommerce-info{
    color: #364b57;
    font-family: "CamphorPro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    background: #eef7fd;
    border-radius: 25px;
    border: none;
    line-height: 18px;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message{
    margin-bottom: 70px;
}

.woocommerce-cart .woocommerce-message a {
    display: none;
}
.woocommerce-cart .woocommerce-message:before {
    display: none;
}

.woocommerce-cart .woocommerce-message .close,
.woocommerce-cart .woocommerce-info .close,
.woocommerce-checkout .woocommerce-info .close,
.woocommerce-checkout .woocommerce-message .close{
    position: absolute;
    right: 32px;
    top: 16px;
    width: 17px;
    height: 17px;
    opacity: 0.3;
}
.woocommerce-cart .woocommerce-message .close:hover,
.woocommerce-cart .woocommerce-info .close:hover,
.woocommerce-checkout .woocommerce-info .close:hover,
.woocommerce-checkout .woocommerce-message .close:hover{
    opacity: 1;
    cursor: pointer;
}
.woocommerce-cart .woocommerce-message .close:before,
.woocommerce-cart .woocommerce-message .close:after,
.woocommerce-cart .woocommerce-info .close:before,
.woocommerce-cart .woocommerce-info .close:after,
.woocommerce-checkout .woocommerce-info .close:before,
.woocommerce-checkout .woocommerce-info .close:after,
.woocommerce-checkout .woocommerce-message .close:before,
.woocommerce-checkout .woocommerce-message .close:after{
    position: absolute;
    left: 15px;
    content: ' ';
    height: 17px;
    width: 2px;
    background-color: #728fb5;
}
.woocommerce-cart .woocommerce-message .close:before,
.woocommerce-cart .woocommerce-info .close:before,
.woocommerce-checkout .woocommerce-message .close:before,
.woocommerce-checkout .woocommerce-info .close:before{
    transform: rotate(45deg);
}
.woocommerce-cart .woocommerce-message .close:after,
.woocommerce-cart .woocommerce-info .close:after,
.woocommerce-checkout .woocommerce-message .close:after,
.woocommerce-checkout .woocommerce-info .close:after{
    transform: rotate(-45deg);
}

.woocommerce-cart .entry-title{
    color: #231f20;
    font-family: "CamphorStd",sans-serif;
    font-size: 42px;
    font-weight: 700;
}
.woocommerce-cart .page-header{
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 10px;
}

.woocommerce-cart .page-header a{
    color: #002b49;
    font-family: "CamphorPro", sans-serif;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 45px;
    background: #d6eef9;
    border-radius: 5px;
    line-height: 19px;
}
.woocommerce-cart .site-main .page-header .entry-title {
    margin: 0;
}
.woocommerce-cart .shop_table  th{
    color: #486c9d;
    font-family: "CamphorStd", sans-serif;
    font-size: 17px;
    font-weight: 700!important;
    text-transform: uppercase;
    border: none!important;
    padding: 15px 20px!important;
}
.woocommerce-cart .shop_table  th.product-subtotal,
.woocommerce-cart .shop_table  td.product-subtotal{
    text-align: right;
}

.woocommerce-cart form table{
    border: none!important;
}

.woocommerce-cart form table.shop_table .woocommerce-cart-form__cart-item td {
    border: none;
    background: #f4fafd;
    padding: 30px 20px;
    border-top: 1px solid #d7e8f4;
}

.woocommerce-cart form table.shop_table .woocommerce-cart-form__cart-item td a,
.woocommerce-cart form table.shop_table .woocommerce-cart-form__cart-item td{
    color: #231f20;
    font-family: "CamphorPro", sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.woocommerce-cart .product-name .remove {
    display: inline-block;
    width: auto;
    border-radius: unset;
    color: #26a9e0!important;
    background: none;
}
.woocommerce-cart .product-name .remove:hover {
    color: #26a9e0!important;
    background: none;
}

.woocommerce-cart .after-form {
    display: flex;
    justify-content: space-between;
}
.woocommerce-cart .after-form .coupon-wrap {
    width: 440px;
}
.woocommerce-cart .after-form .cart-collaterals {
    max-width: 440px;
}
.woocommerce-cart .after-form .cart-collaterals .cart_totals {
    width: 100%!important;
}

.woocommerce-cart .after-form .coupon-wrap .input-wrap{
    display: flex;
    margin-top: 25px;
}
.woocommerce-cart .after-form .coupon-wrap .input-wrap input {
    max-width: 70%;
    margin-right: 5px;
    border-color: #f1f4f4;
}
.woocommerce-cart .after-form .coupon-wrap .input-wrap button {
    flex: 1;
    color: #231f20;
    font-family: "CamphorPro", sans-serif;
    font-size: 19px;
    font-weight: 400;
    background: #e7ebec;
    padding: 16px;
}

.woocommerce-cart .after-form .coupon-wrap label{
    color: #231f20;
    font-family: "CamphorPro", sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    color: #231f20;
    font-family: "CamphorPro", sans-serif;
    font-size: 19px;
    font-weight: 400!important;
    text-transform: none;
    background: #fff;
    /*border-bottom: 1px solid #f1f4f4!important;*/
    padding: 20px 0!important;
    flex: 1;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
    background: #fff;
    border-top: none!important;
    /*border-bottom: 1px solid #f1f4f4!important;*/
    border: none;
    padding: 20px 0!important;
    color: #231f20;
    font-family: "CamphorPro", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table .rp_wcdpd_promotion_total_saved_table_row td,
.woocommerce-cart .cart-collaterals .cart_totals table .rp_wcdpd_promotion_total_saved_table_row th{
    color: #89d2ad;
}
.woocommerce-cart .cart_totals table.shop_table {
    /*border-bottom: 6px solid #e7ebec!important;*/
    margin-bottom: 0!important;
}

.woocommerce-cart .cart_totals .shop_table tbody{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-cart .cart_totals .shop_table tr {
    width: 100%;
    display: flex;
    align-items: center;
}
.woocommerce-cart .cart_totals .shop_table tr.order-total th {
    font-weight: bold!important;
    padding: 30px 0!important;
}

.woocommerce-cart .woocommerce  .quantity input {
    width: 100px;
    text-align: left;
}

.woocommerce-cart button[name=update_cart] {
    display: none;
}

.woocommerce-cart .cart_totals .checkout-button{
    margin: 0!important;
    background: linear-gradient(to right, #ee6b3a, #f28d3f);
    border-radius: 30px;
    color: #ffffff;
    font-family: "CamphorStd", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;

}
.woocommerce-cart .cart_totals .checkout-button:hover{
    background: linear-gradient(to left, #EE6B3A , #E56433 );
}

.woocommerce-cart .cart_totals .recurring-total,
.woocommerce-cart .cart_totals .recurring-totals {
    display: none !important;
}

/*woocommerce checkout*/
.woocommerce-checkout .page-header .entry-title{
    color: #231f20;
    font-family: "CamphorStd", sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}
.woocommerce-checkout .site-main .page-header{
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 10px;
}
.woocommerce-checkout .site-main .page-header a{
    color: #26a9e0;
    font-family: "CamphorPro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #26a9e0;
    line-height: 18px;
    padding-bottom: 1px;
}
.woocommerce-checkout .woocommerce-info a {
    color: #26a9e0;
    font-family: "CamphorPro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #26a9e0;
    line-height: 18px;
    padding-bottom: 1px;
}
.woocommerce-checkout .backtocart {
    display: none;
}
.woocommerce-checkout #order_review {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 30px;
}
.woocommerce-checkout #order_review table th,
.woocommerce-checkout #order_review table td {
    border: none;
}
.woocommerce-checkout #order_review table td {
    background: transparent;
    padding: 0;
    color: #231f20;
    font-family: "CamphorPro", sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.woocommerce-checkout #order_review table td.product-name{
    padding-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #bed9ed;
    text-align: center;
}
.woocommerce-checkout #order_review table tfoot th {
    color: #231f20;
    font-family: "CamphorPro", sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.woocommerce-checkout #order_review table tfoot tr.cart-subtotal th,
.woocommerce-checkout #order_review table tfoot tr.cart-subtotal td{
    padding-top: 25px;
}
.woocommerce-checkout #order_review table tfoot tr td {
    text-align: right;
    font-weight: bold;
}


.woocommerce-checkout #order_review table {
    border: none;
    /*padding: 40px 20px 35px 20px;*/
    padding: 0;
    background: #f4fafd;
    margin-top: -55px;
}
.woocommerce-checkout #order_review table th{
    color: #231f20;
    font-family: "CamphorStd", sans-serif;
    font-size: 27px;
    font-weight: 700;
    padding: 0;
}
.woocommerce-checkout #order_review table th a {
    color: #26a9e0;
    font-family: "CamphorPro", sans-serif;
    font-size: 17px;
    font-weight: 400;
    border-bottom: 1px solid #26a9e0;
    padding-bottom: 1px;
}
.woocommerce-checkout #order_review table th.to-cart{
    text-align: right;
}
.woocommerce-checkout #order_review table tfoot tr td,
.woocommerce-checkout #order_review table tfoot tr th {
    padding: 10px 0;
}

.woocommerce-checkout #order_review table tfoot {
    display: flex;
    flex-direction: column;
    width: 114%;
}
.woocommerce-checkout #order_review table tfoot tr {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.woocommerce-checkout #order_review table thead th.product-name{
    padding: 40px 0 0 20px;
}
.woocommerce-checkout #order_review table thead th.to-cart {
    padding: 40px 20px 0 0;
}

.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table {
    margin-top: auto;
    width: auto;
    flex: 1;
}
.woocommerce-checkout .woocommerce #payment{
    width: 650px;
    margin-right: 60px;
    background: #fff;
    position: relative;
}
.woocommerce-checkout .woocommerce #place_order{
    position: absolute;
    bottom: -45px;
    background: linear-gradient(to right, #ee6b3a, #f28d3f);
    border-radius: 30px;
    color: #ffffff;
    font-family: "CamphorStd", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    width: 440px;
    padding: 25px 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.woocommerce-checkout .wc_payment_methods  {
    display: flex;
    justify-content: space-between;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method {
    width: 49%;
    border: solid 1px #486c9d;
    border-radius: 5px;
    padding: 0;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method label {
    padding: 20px 20px 20px 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method label img {
    width: 27px;
    margin: 2.5px;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method label img.paypal-img {
    width: 88px;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method label .title{
    min-width: 100px;
}


/*radio*/
.wc_payment_method  {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.wc_payment_method  input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: calc(50% - 12.5px);
    left: 20px;
    height: 25px;
    width: 25px;
    background: #fff;
    border: solid 1px #486c9d;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.wc_payment_method :hover input ~ label .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.wc_payment_method  input:checked ~ label .checkmark {
    background-color: #fff;
    border: solid 1px #486c9d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.wc_payment_method  input:checked ~ label .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.wc_payment_method  .checkmark:after {
    top: calc(50% - 4.5px);
    left: calc(50% - 4.5px);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #486c9d;
}
.wc_payment_method label {
    cursor: pointer;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields > h3{
    color: #231f20;
    font-family: "CamphorStd", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 50px;
    border-bottom: 1px solid #bed9ed;
    padding-bottom: 15px;
}
.woocommerce-checkout .woocommerce-billing-fields > h3 {
    margin: 0 0 30px;
}
.woocommerce-checkout form .billing-wrap .form-row {
    margin: 0 0 30px 0;
    width: 49%;
    padding: 0;
}
.woocommerce-checkout form .billing-wrap .form-row label{
    color: #404041;
    font-family: "CamphorPro", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 17px;
    position: relative;
}
.woocommerce-checkout form .billing-wrap .form-row input{
    padding: 18.5px;
    border: solid 1px #486c9d;
    border-radius: 5px;
}
.woocommerce-checkout form .billing-wrap .form-row .select2-selection{
    padding: 29px 0;
    border: solid 1px #486c9d;
}
.woocommerce-checkout form .billing-wrap .form-row .select2-selection__arrow {
    height: 100%;
}
.woocommerce-checkout form .billing-wrap .form-row .select2-selection__rendered {
    padding-left: 20px;
    margin-top: -6px;
    font-family: "CamphorPro", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
.woocommerce-checkout form .billing-wrap  .woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-checkout .billing-wrap{
    width: 650px!important;
    margin-right: 60px;
}
.woocommerce-checkout #order_review_heading span{
    font-family: "CamphorPro", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
}
.woocommerce-checkout #payment div.payment_box {
    background: #fff;
    padding: 0;
    margin: 30px 0 0 0;
}
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}
.woocommerce-checkout #payment #stripe-payment-data > p {
    display: none;
}
.woocommerce-checkout #payment #stripe-payment-data label{
    color: #404041;
    font-family: "CamphorPro", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
}
.woocommerce-checkout #payment .wc_payment_boxes p {
    color: #404041;
    font-family: "CamphorPro", sans-serif;
    font-size: 17px;
    font-weight: 400;
}


.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: unset;
}

.custom-checkbox{
    padding-left: 34px;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark,
.custom-checkbox input:checked ~ label .checkmark{
    background-color: #486c9d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after,
.custom-checkbox input:checked ~ label .checkmark:after{
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*.payment_box .form-row {*/

/*}*/
.payment_box .custom-checkbox{
    cursor: pointer;
    padding-left: 32px!important;
    position: relative;
    cursor: pointer;
}

.payment_box .form-row.custom-checkbox .checkmark {
    top: 9px;
}

.payment_box .form-row .checkmark {
    border-radius: unset;
}
.payment_box .form-row.custom-checkbox label {
    cursor: pointer;
}

#stripe-card-element {
    border: solid 1px #486c9d;
    border-radius: 5px;
    padding: 20px;
}


.comments-area {
    max-width: 1200px;
    margin: 70px auto 0 auto;
}

.woocommerce .col2-set, .woocommerce-page #customer_details.col2-set {
    margin-top: -20px;
}

body a {
    color: #26a9e0;
}

body [type=button], body [type=submit], body button {
    border: 1px solid #26a9e0;
    color: #26a9e0;
}
#comments [type=submit]:hover {
    color: #fff;
    background-color: #26a9e0;
}

/* account style*/
.woocommerce-account .site-main .page-header {
    top: 30px;
    border-bottom: 2px solid #e2eef6;
    padding-bottom: 45px;
    max-width: 1120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-account .site-main .page-header .entry-title{
    margin: 0;
}
.woocommerce-account .site-main .page-header .status-value {
    font-family: "CamphorStd", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    background: #eef7fd;
    border-radius: 25px;
    text-transform: uppercase;
    color: #486c9d;
}
.woocommerce-account .site-main .page-header .status-label {
    color: #000;
    font-family: "CamphorPro", sans-serif;
    text-transform: uppercase;
    margin-right: 15px;
}
.woocommerce-account .site-main .page-header .status-header{
    /*display: block;*/
}
.woocommerce-account .site-main .page-header h1{
    font-family: CamphorStd, sans-serif;
    font-weight: 700;
    color: #231f20;
}
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation a {
    padding: 15px 20px;
    display: block;
    color: #000000;
    font-family: "CamphorPro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: all .15s ease;
}
.woocommerce-MyAccount-navigation .is-active a, .woocommerce-MyAccount-navigation a:hover {
    color: #486c9d;
    font-family: "CamphorStd", sans-serif;
    font-weight: 700;
    background: #f3f8fe;
}
body.woocommerce-account a.button,
body.woocommerce-account button.button,
body.woocommerce-account .woocommerce a.button.alt{
    color: #364b57;
    font-family: "CamphorPro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    background: #eef7fd;
    border-radius: 25px;
}
body.woocommerce-account .woocommerce a.button.alt:hover{
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
}
.subscriptions-section-acc {
    padding: 30px;
    border: 1px solid #d4e5f2;
    border-radius: 10px;
    margin-bottom: 50px;
}
.subscriptions-section-acc .order_item .product-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e2eef6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.subscriptions-section-acc .order_item .product-name .product-quantity{
    display: none;
}
.subscriptions-section-acc .order_item .product-name a:not(.button){
    color: #486c9d;
    font-family: "CamphorStd", sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.woocommerce-MyAccount-content h2{
    color: #231f20;
    font-family: "CamphorStd", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.24px;
}

.subscriptions-section-acc .order_item .product-total .value {
    color: #000000;
    font-family: "CamphorStd", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.subscriptions-section-acc .order_item .product-total .total-desc p{
    color: #58595b;
    font-family: "CamphorPro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
.subscriptions-section-acc .order_item .product-total .total-desc p:first-child {
    margin-top: 5px;
}
.subscriptions-section-acc .order_item .product-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-order-downloads .downloads-section .download-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    align-items: center;
}
.woocommerce-order-downloads .downloads-section .download-item:last-child {
    margin-bottom: 0;
}
.woocommerce-order-downloads .downloads-section .download-item a{
    display: flex;
    align-items: center;
    color: #1b75bb;
    font-family: "CamphorPro", sans-serif;
}
.woocommerce-order-downloads .downloads-section .download-item .download-product a img {
    margin-right: 15px;
}

.woocommerce-order-downloads .downloads-section .download-item .button.alt {
    width: 175px;
    text-align: center;
    display: block;
    color: #364b57;
    font-family: "CamphorPro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    background: #eef7fd;
    border-radius: 25px;
}
.woocommerce-order-downloads .downloads-section .download-plan-name{
    font-family: "CamphorStd", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1;
}
body.woocommerce-account table.shop_table.subscription_details {
    color: #000000;
    font-family: "CamphorStd", sans-serif;
    font-size: 18px;
}
body.woocommerce-account .woocommerce-order-downloads {
    margin-bottom: 50px;
}


.my_account_orders thead th{
    padding-top: 30px!important;
    color: #486c9d;
    font-family: "CamphorStd", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    border: none!important;
    border-bottom: 2px solid #d4e5f2!important;
    padding-bottom: 15px!important;
}
.my_account_orders thead th:first-child {
    padding-left: 30px;
    position: relative;
}
.my_account_orders thead th:first-child:before {
    content: '';
    width: 30px;
    left: 0;
    bottom: -2px;
    background: #fff;
    height: 2px;
    position: absolute;
}
.my_account_orders thead th:last-child {
    padding-right: 30px;
    position: relative;
}
.my_account_orders thead th:last-child:after {
    content: '';
    width: 30px;
    right: 0;
    bottom: -2px;
    background: #fff;
    height: 2px;
    position: absolute;
}
.my_account_orders tbody td{
    background: #fff!important;
    border: none!important;
    padding-top: 25px!important;
    font-family: "CamphorPro", sans-serif;
    font-size: 16px;
    padding-bottom: 30px!important;
}
.my_account_orders tbody td:first-child {
    color: #26a9e0;
    font-family: "CamphorPro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
}
.my_account_orders tbody td:last-child {
    padding-right: 30px;
}

body.woocommerce-account  .shop_table{
    border: 1px solid #d4e5f2;
    border-radius: 10px;
    padding: 3px;
    margin-bottom: 50px;
}

body.woocommerce-account .woocommerce-customer-details address {
    padding: 30px;
    border: 1px solid #d4e5f2;
    border-radius: 10px;
    font-family: "CamphorPro", sans-serif;
    color: #364b57;
}
body.woocommerce-account .woocommerce-customer-details address .name {
    color: #000000;
}

.account-payment-methods-table thead th{
    padding-top: 30px!important;
    color: #486c9d;
    font-family: "CamphorStd", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    border: none!important;
    border-bottom: 2px solid #d4e5f2!important;
    padding-bottom: 15px!important;
}
.account-payment-methods-table thead th:first-child {
    padding-left: 30px;
    position: relative;
}
.account-payment-methods-table thead th:first-child:before {
    content: '';
    width: 30px;
    left: 0;
    bottom: -2px;
    background: #fff;
    height: 2px;
    position: absolute;
}
.account-payment-methods-table thead th:last-child {
    padding-right: 30px;
    position: relative;
}
.account-payment-methods-table thead th:last-child:after {
    content: '';
    width: 30px;
    right: 0;
    bottom: -2px;
    background: #fff;
    height: 2px;
    position: absolute;
}
.account-payment-methods-table tbody td{
    background: #fff!important;
    border: none!important;
    padding-top: 25px!important;
    font-family: "CamphorPro", sans-serif;
    font-size: 16px;
    padding-bottom: 30px!important;
}
.account-payment-methods-table tbody td:first-child {
    color: #26a9e0;
    font-family: "CamphorPro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
}
.account-payment-methods-table tbody td:last-child {
    padding-right: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    color: #000;
    font-family: "CamphorPro", sans-serif;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
    float: none;
    padding: 30px;
    border: 1px solid #d4e5f2;
    border-radius: 10px;
    margin-bottom: 50px;
}
.woocommerce-account .woocommerce-MyAccount-content > p{
    margin-bottom: 50px;
}

.woocommerce-account .status-header {
    display: none;
}
.woocommerce-account .status-header .button.cancel{
    color: #f05a28;
    background: none;
}
body.woocommerce-account button.button[name=save_account_details] {
    display: block;
    margin: 50px auto 0 auto;
}

body.single-post main .section-content {
    max-width: 1260px;
    margin: 0 auto 25px auto;
}

.error404 #primary {
    padding: 200px 15px 50px 15px;
    max-width: 1200px;
    margin: 0 auto;
}
body.woocommerce-cart .entry-title {
    padding: 0!important;
}
@media screen and (max-width: 1366px){
    .site-main.post .title-wrap h1 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .blog-page .first-section, .blog-page .post-filter, .blog-page .posts-list {
        padding: 0 25px;
    }
    .woocommerce-checkout .billing-wrap,
    .woocommerce-checkout .woocommerce #payment{
        width: 50%!important;
    }
}
@media screen and (max-width: 992px) {
    main.site-main.post section.section-first{
        padding-bottom: 50px;
    }
    .woocommerce-cart .after-form {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    .woocommerce-cart .after-form .coupon-wrap {
        max-width: 100%;
    }
    .woocommerce-checkout .billing-wrap, .woocommerce-checkout .woocommerce #payment {
        width: 100%!important;
    }
    .woocommerce-checkout .billing-wrap {
        margin: 0;
    }
    .woocommerce-checkout #order_review {
        flex-wrap: wrap;
    }
    .woocommerce-checkout #order_review table {
        margin-top: 0;
    }
    .woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-message {
        margin-bottom: 30px;
    }
    .woocommerce-checkout form .billing-wrap .form-row {
        margin: 0 0 15px 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-checkout .wc_payment_methods {
        flex-wrap: wrap;
    }
    .woocommerce-checkout .wc_payment_methods .wc_payment_method {
        width: 100%;
    }
    .woocommerce-checkout .wc_payment_methods .wc_payment_method:first-child {
        margin-bottom: 15px;
    }
    .woocommerce-checkout .site-main .page-header {
        top: 70px;
    }
    .woocommerce-checkout .page-header .entry-title {
        padding: 0!important;
        font-size: 38px;
    }
    .woocommerce-cart .page-header a {
        padding: 15px 25px;
    }
    body.woocommerce-cart .page-header {
        top: 70px;
    }
    .site-main .page-header .entry-title {
        padding: 0 10px;
    }
    main.site-main.post section.section-first {
        padding-top: 120px;
        background-size: cover;
        margin-bottom: 50px;
    }
    .site-main.post .page-title {
        flex-direction: column-reverse;
    }

    .site-main.post .title-wrap,
    .site-main.post .image-wrap {
        width: 100%;
    }
    .site-main.post .image-wrap {
        text-align: center;
        margin-bottom: 25px;
    }

    .site-main.post .title-wrap h1 {
        font-size: 24px;
    }

    main.site-main.post section.section-last {
        margin-top: 50px;
        padding-bottom: 50px;
        background-size: cover;
        padding-top: 40px;
    }

    .related-articles .articles .article {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .related-articles .articles .article h2 {
        margin: 20px 0 0 0;
    }
    .related-articles {
        margin: 50px auto 0 auto;
    }
    .related-articles h1 {
        margin: 0 auto 50px;
        padding: 0 20px 25px;
    }

    .post-last-section .subscribe-block {
        padding: 35px 30px;
    }
    .post-last-section .subscribe-block .title {
        font-size: 26px;
    }
    .post-last-section form {
        margin: 20px 0;
    }
    .post-last-section form input {
        padding: 20px;
    }
    .post-last-section form .submit-btn {
        font-size: 18px;
    }
    .post-last-section form input::placeholder {
        font-size: 18px;
    }
    .related-articles h1 {
        font-size: 26px;
    }

    .page-content > .woocommerce {
        padding: 80px 0 50px 0;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }
    .woocommerce-checkout #payment div.payment_box.payment_method_paypal {
        margin: 30px 0px 20px;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce-checkout .woocommerce-info:before {
        left: 1em;
    }
    .woocommerce-checkout .woocommerce-info a {
        display: inline-block;
        margin-top: 5px;
    }
    .woocommerce-checkout .woocommerce-info {
        padding: 1em 1.5em 1em 2.5em;
    }
    .woocommerce-cart .after-form .coupon-wrap .input-wrap {
        flex-wrap: wrap;
        margin: 25px 0;
    }
    .woocommerce-cart .cart-collaterals .cart_totals table td {
        padding: 10px 0!important;
    }
    .woocommerce-cart .after-form .coupon-wrap .input-wrap input {
        width: 100%;
        max-width: 100%;
        margin: 0 0 25px;
        height: 51px;
        border: 1px solid #f1f4f4;
    }
    main.site-main.post section.section-first {
        padding-top: 150px;
    }
    .section-first .share {
        margin-top: 25px;
        display: flex;
        width: 100%;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .site-main.post .title-wrap .share-btn {
        margin-bottom: 10px;
    }
    .post-last-section form input {
        max-width: 100%;
        margin: 0 0 25px;
    }
    .post-last-section form .submit-btn {
        padding: 20px;
    }

    .site-main.post section:not(.elementor-element) {
        padding: 0 15px;
    }
}

.jck-sfr-container {
    padding-top: 130px;
}

b, strong {
    font-family: "Camphor Std", sans-serif;
}

#modalPdf {
    padding: 30px;
}
#modalPdf .thx-wrap{
    display: none;
    text-align: center;
}
#modalPdf form{
    margin-top: 20px;
}
#modalPdf form input[type=email] {
    border-radius: 20px;
    border-color: #999;
}
#modalPdf form input[type=submit] {
    width: 100%;
    border-radius: 20px;
    background: #26a9e0;
    color: #fff;
    margin-top: 10px;
}
#modalPdf form input[type=submit]:hover {
    background: #fff;
    color: #26a9e0;
}
#modalPdf .form-wrap h2 {
    text-align: center;
}
#modalPdf .form-wrap > p {
    text-align: center;
}
#modalPdf .form-wrap form label {
    margin-top: 15px;
    font-size: 14px;
    color: #555;
    line-height: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#modalPdf .form-wrap form label input{
    margin-right: 10px;
    cursor: pointer;
}
.cpt_feature_requests-post-type .site-main .page-header{
    display: none;
}

.jck-sfr-pagination {
    margin-bottom: 40px;
}
.jck-sfr-pagination ul.page-numbers {
    list-style: none;
    padding: 0;
}
.jck-sfr-pagination .page-numbers li {
    display: inline-block;
}
.jck-sfr-pagination a.page-numbers, .jck-sfr-pagination span.page-numbers {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.jck-sfr-pagination span.page-numbers.current {
    background: #26a9e0;
    color: #fff;
}

.delete-user-account-container {
    margin-top: 70px;
    text-align: center;
}
.delete-user-account-container button#delete-my-account{
    border-radius: 25px;
    font-family: "CamphorPro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    line-height: 1;
}

.sweet-alert button {
    border-radius: 25px;
    font-family: CamphorPro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    line-height: 1;
}

.single-product.woocommerce .quantity .qty {
    padding: 8px;
}
.single-product.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.single-product.woocommerce div.product form.cart button {
    background: linear-gradient(to right, #ee6b3a, #f28d3f);
    border-radius: 30px;
    color: #ffffff;
    font-family: "CamphorStd", sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    /*width: 440px;*/
    /*padding: 25px 0;*/
    border: none;
    font-weight: normal;
    line-height: 1;
    float: none;
}