body *{
  outline:none!important;
  }


        p#account_registration_successful {
    margin-top: 0;
}
#edd_checkout_form_wrap label[for="edd-first"]:after, #edd_checkout_form_wrap label[for="edd-last"]:after {
  content: '(ไม่จำเป็น)';
  font-size: 12px;
  color: #9b9b9b;
}
header.page-header,
header.entry-header {
  position: relative;
  background: #081f7c;
  margin: 0;
  text-align: center;
}
header.page-header::before,
header.entry-header::before {
  content: '';
  background-image: url('../img/bg16.webp');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.6;
  height: 100%;
}
header.entry-header{
  padding: 75px 15px;
}
header.entry-header h1 {
  margin: 0;
    position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
}
header.entry-header p{
  font-weight: 300;
    color: #FFF;
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 18px;
}
.v-post-loop .post-item {
  /* box-shadow: 0 5px 10px 0 hsl(0deg 0% 62% / 16%); */
  width: calc(33.33% - 19px);
  /* border-radius: 5px; */
  overflow: hidden;
  background-color: #0000;
}
.v-post-loop .post-item .post-header{
  margin-bottom: 10px;
}
.v-post-loop .post-item .post-header a{
    padding-bottom: calc(0.61 * 100%);
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    display: block;
}
.v-post-loop .post-item .post-header a img{
  margin-bottom: 0;
    display: block;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%, -50%);
    object-fit: cover;
}
.v-post-loop.-card {
  /* -ms-grid-columns: (minmax(0,1fr))[3];
  grid-template-columns: repeat(3,minmax(0,1fr)); */
  display: flex;
  flex-wrap: wrap;
  grid-gap: 25px;
  margin: 50px 0 60px;
}
.v-post-loop.-card .post-info {
  padding: 0;
}
.v-post-loop.-card .post-info h2 {
  margin: 0;
  color: #050D42;
  font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
}
.v-post-loop.-card .entry-excerpt {
    margin-top: 6px;
}
.v-post-loop.-card .entry-excerpt p{
      color: #425A75;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
}
.v-post-loop.-card .entry-meta {
    color: #848F9E;
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 7px;
}
.v-post-loop.-card .post-info a{
text-decoration: none;
color: #000;
}
.wrap-product-item{
	grid-gap: 20px;
	/* display: grid;
	grid-template-columns: repeat(2,minmax(180px,1fr)); */
  display: flex;
  flex-wrap: wrap;
	margin-bottom:60px;
  align-items: center;
  justify-content: center;
}
.wrap-product-item .product-item {
  width: calc(50% - 10px);
}
.bg-main{
  background-color: #f7f7fb;
}
.text-blue-500 {
  color: #061bc8 !important;
}


html,body {
  background:#fff;
overflow-x:hidden;
}

a.flp_register_text {
    line-height: 35px;
    text-decoration: none;
}
form#edd_sl_renewal_form {
    display: none;
}
.flp_wrapper {
    margin: 70px auto;
}
.elementor-field-textual {
    padding: 5px 3px;
}
.flp_wrapper input.flp_btn {
    border: 0;
    color: #FFF;
    cursor: pointer;
    background-image: linear-gradient( 
90deg,#2C5FF7 0%,#547DF8 100%);
    padding-bottom: 8px;
}
/* form#edd_login_form, p.edd-logged-out {
    display: none;
} */
span.edit-link {
    position: fixed;
    bottom: 22px;
    left: 15px;
    z-index: 123;
}
span.edit-link a{
  text-decoration:none;
  color: #FFF;
  background: #222;
  border-radius: 50px;
    height: 35px;
    width: 35px;
    padding:10px 8px;
}
table#edd_purchase_receipt_products tr th:last-child {
  text-align:right!important;
}
table#edd_purchase_receipt_products tr td:last-child {
    width: 25%;
  text-align:right!important;
}

table#edd_purchase_receipt_products tr td:first-child {
    width: 75%;
    margin-top: 10px;
}


span.edd_sl_license_price_option {
  background: 0;
  display: inline-block;
  color: #061bc8;
  font-size: 14px;
  padding: 0;
  min-width: 100px;
}
tr.edd_license_key td:first-child {
  display: flex!important;
  flex-wrap: wrap;
  line-height: 18px;
  gap: 0;
}
.edd_purchase_receipt_product_name {
  font-weight: 400 !important;
  color: #000;
}
table#edd_purchase_receipt_products th {
  background: #dedede;
  padding: 2px 10px!important;
  border-radius: 0;
}
a.edd_download_file_link {
  background: #061bc8;
  color: #FFF !important;
  text-decoration: none !important;
  padding: 7px;
  border-radius: 4px;
  font-size: 0;
  padding-left: 7px;
  width: 100px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 2px;
}
a.edd_download_file_link:hover{
  opacity: 0.80;
}
a.edd_download_file_link::before {
  content: 'ดาวน์โหลด';
  font-size: 13px;
}
a.edd_download_file_link::after {
  content: '';
  left: 0;
  background: url(../img/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}


table#edd_purchase_receipt_products td,table#edd_purchase_receipt_products th{
    padding: 6px 0 0px;
}
table#edd_purchase_receipt strong {
    font-weight: 600;
}
table#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
    font-weight: 600;
  	line-height:20px;
    margin: 5px 0;
}
body.page-id-553 .entry-content {
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 25px;
    background: #FFF;
    border-radius: 5px;
    margin: 40px auto;
}
    body.page-id-553 {
        background-color:#f5f5f7;
        color: #141412;
        margin: 0;
      font-size: 12px;
    }
    body.page-id-553:before {
        position: relative;
    }
    body.page-id-553 #edd_receipt_wrapper {
        width: 660px;
        margin: 0 auto;
        padding: 50px 0;
    }
    body.page-id-553 table {
        display: table;
        width: 100%;
        border-bottom: 1px solid #ededed;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 14px;
        line-height: 2;
        margin: 0 0 20px;
    }
    body.page-id-553 td,
    body.page-id-553 th {
        display: table-cell;
        text-align: left;
        border-top: 1px solid #ededed;
        padding: 6px 10px;
        font-weight: 400;
        vertical-align: top;
    }
    body.page-id-553 th {
        font-weight: 600;
        text-transform: uppercase;
    }
    body.page-id-553 h3 {
        font-size: 22px;
        margin: 30px 0 5px;
        clear: both;
        display: block;
        font-weight: 600;
    }
    body.page-id-553 li {
        list-style: none;
    }
    table#edd_purchase_receipt,
    table#edd_purchase_receipt_products {
        width: 100%;
    }
    table#edd_purchase_receipt td,
    table#edd_purchase_receipt th,
    table#edd_purchase_receipt_products td,
    table#edd_purchase_receipt_products th {
        text-align: left;
    }

    table#edd_purchase_receipt_products li {
        list-style: none;
        margin: 0 0 8px 0;
    }

    table#edd_purchase_receipt ul,
    table#edd_purchase_receipt_products ul.edd_purchase_receipt_files {
        margin: 0;
        padding: 0;
    }
    table#edd_purchase_receipt li.edd_download_file {
        list-style: none;
        margin: 0 0 8px 0;
    }

    table#edd_purchase_receipt_products .edd_bundled_product_name {
        font-weight: 600;
    }

.clearboth {
    clear: both;
}
.text-center{
text-align:center;
}
a.vc_edd_cart_total {
    color: #222;
    font-size: 19px;
  position:relative;
}

.purchase_link p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}
/* .edd_price_options {
    display: none;
} */

a{
-webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

a.vc_edd_cart_total span {
    position: absolute;
    font-size: 9px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background: #f44336;
    display: inline-block;
    color: #FFF;
    width: 14px;
    left: 16px;
    top: -1px;
    height: 14px;
}



.page-id-553 .post-thumbnail, .page-id-553 .entry-content {
    max-width: 645px;
    margin: 30px auto;
}

.page-id-553 .post-thumbnail img {
    border-radius: 5px;
    box-shadow: 2px 0px 12px 2px hsl(0deg 0% 0% / 14%);
    margin: 0;
}
header.page-header .container{
position: relative;
z-index: 1;
}
header.page-header h1 {
  font-size: 42px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  gap:5px;
  position: relative;
  z-index: 1;
  color: #FFF;
}
header.page-header p {
  font-size: 18px;
  margin-top: 5px;
}
header.page-header .wpt-icon-download > svg{
  width: 55px;
  min-width: 55px;
  height: 55px;
  padding: 10px;
  border-radius: 10px;
}
header.page-header {
  margin-top: 0;
  padding: 60px 15px;
  margin-bottom: 50px;
  color: #FFF;
  text-align: center;
}
header.page-header h1 span {
  font-size: 14px;
  line-height: 14px;
  padding: 6px;
  margin-bottom: 5px;
  width: 108px;
  color: #061bc8;
}
.bg-gradient-to-r {
  background-image: linear-gradient(var(--tw-gradient-stops)) !important;
}
.wpt-icon-download.mini > a > svg,
.wpt-icon-download > svg {
  width: 65px;
  min-width: 65px;
  height: 65px;
  padding: 14px;
  border-radius: 15px;
  background: #0b25fa linear-gradient(180deg, #0923f3 0%, #061bc8 100%);
  fill: #FFF;
}

header.page-header .wpt-icon-download svg{
  background: #FFF!important;
  fill: #061bc8;
}


input#edd-purchase-button {
    max-width: 200px;
  border-radius:50px;
    min-height: 45px;
}
.product-info-item .p-right {
  width: 100%;
}
.wrap-content-single {
    grid-gap: 20px;
    display: grid;
    max-width: 1140px;
    margin: 30px auto 70px;
}
.product-item a {
    text-decoration: none;
}
.container {
    max-width: 1275px;
    margin: 0 auto;
}


._desktop {
    display: block;
}

._mobile {
    display: none;
}
/*
.entry-content img {
    margin: 0 auto;
    display: block;
    box-shadow: 20px 0 50px rgb(0 0 0 / 17%);
    border-radius: 5px;
}
*/
.edd_price_options select {
    -webkit-appearance: none!important;
    border: solid 1px #ddd!important;
    width: 100%;
    padding: 7px 8px 6px;
    font-size: 16px;
    font-weight: 500;
}

.edd_price_options{
position:relative;
}
/* .edd_price_options:after {
    font-style: normal;
    margin-left: 0;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 12px;
    z-index: 123;
    color: #444;
    content: "\f11b";
    font-family: Flaticon;
} */

.edd_purchase_submit_wrapper a.edd-add-to-cart{
    margin-top: 9px;
}



p#edd_final_total_wrap {
    color: #000!important;
}
#edd_checkout_cart td {
    padding: 20px;
}
#edd_checkout_form_wrap legend {
    margin: 0;
    font-weight: 600!important;
}

p#edd-email-wrap {
  margin-top: 3px;
}
#edd_checkout_form_wrap .edd-payment-icons {
    margin-bottom: 20px;
}
form#edd_purchase_form {
    padding: 40px 25px 0;
}
#edd_secure_site_wrapper,
#edd_checkout_form_wrap label{
  font-weight: 500 !important;
}
span.edd-loading-ajax {
  position: absolute;
  top: -36px !important;
  left: 13px !important;
}
.edd-discount-loader.edd-loading, .edd-loading-ajax.edd-loading, a.edd-add-to-cart.white .edd-loading {
  border-color: rgba(255, 255, 255, 0.731) rgba(255, 255, 255, 0.731) rgba(255, 255, 255, 0.731) #ffffff;
}
th.edd_cart_total {
  font-size: 20px;
  color: #000 !important;
  font-weight: 500 !important;
  /* color: #061bc8 !important; */
}
td.edd_cart_item_price {
  font-size: 16px;
  color: #000 !important;
}
a.edd_cart_remove_item_btn {
  text-decoration: none;
  background: #e40000;
  color: #FFF;
  border-radius: 50px;
  font-size: 13px;
  padding: 2px 10px 4px;
}
table#edd_checkout_cart ,#edd_checkout_form_wrap{
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
      border-collapse: collapse;
      overflow: hidden;
      border-radius: 5px;
}

#edd-purchase-button, .edd-submit, [type=submit].edd-submit {
  background-color: #061bc8;
  border: 0;
  margin-top: 20px;
  min-width: 100%;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #FFF;
}

span.edd_checkout_cart_item_title,span.edd_checkout_cart_item_title a {
    color: #000;
    font-weight: 500;
}
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields{
     background-image: linear-gradient( 
166deg, #2C5FF7 0%, #3363f4 100%);
    color: #FFF;
}
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields a{
color:#bccdff;
}
#edd_checkout_wrap {
  margin: 50px 0 70px;
}
#edd_checkout_cart tr:nth-child(even) td{
    background-color: #fafbff;
}
#edd_checkout_cart .edd_cart_header_row th {
      border: 0;
    background: #0021a7;
    padding: 15px 1.387em;
    font-weight: 500;
    color: #FFF;
}
.edd_cart_item_image img {
    width: 200px;
    border-radius: 5px;
    box-shadow: 2px 0px 12px 2px hsl(0deg 0% 0% / 14%);
}
/* .entry-content .edd_download_purchase_form {
    display: none;
}
 */




.elementor-toggle .elementor-tab-title {
    border-radius: 5px;
}
.elementor-toggle .elementor-tab-title.elementor-active {
   border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}
.elementor-tab-content.elementor-active {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}



.elementor-tab-content strong {
    font-weight: 600;
}
.elementor-tab-content a {
    color: #002aa6;
}


.elementor-tab-content p {
    margin-top: 0;
}

/* .btn-modern-footer i {
  color:#ff4c33;
} */
/* 
.home .single__box {
    padding-right: 30px!important;
}
.home .single__box .box__icon {
  border-radius: 50%;
}
.home  .single__box .box__title {
    margin: 5px 0px 6px 0px!important;
}
.home  .single__box .box__title a {
    color: #162c5b!important;
}
 */

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
tr.edd_license_key td {
  border-top: 0!important;
}
form#edd_sl_cancel_renewal_form {
  margin: 0 25px;
}
form#edd_sl_cancel_renewal_form .edd-submit.button {
  font-size: 17px;
  font-weight: 500;
}
input#edd-purchase-button {
  font-weight: 500;
  font-size: 17px;
}
.bpress-search-suggest-more.text {
  padding: 5px 0;
}
.page-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px !important;
}
.page-404 img {
    width: 100%;
    max-width: 550px;
    margin-bottom: 20px;
}


    /* Define CSS variables for gradient colors */
    :root {
      /* --blue-500: #3b82f6; */
      --blue-500: #68a0fc!important;
      --blue-400: #7cb6fe!important;
      --indigo-300: #a5b4fc;
      --blue-300: #93c5fd;
      --violet-200: #ddd6fe;
      --transparent: transparent;
      --aurora: repeating-linear-gradient(
        100deg,
        var(--blue-500) 10%,
        var(--indigo-300) 15%,
        var(--blue-300) 20%,
        var(--violet-200) 25%,
        var(--blue-400) 30%
      );
    }

    /* Animation for the aurora effect */
    @keyframes aurora {
      from {
        background-position: 50% 50%;
      }
      to {
        background-position: 350% 50%;
      }
    }

    /* Aurora background styles */
    .aurora-background {
      background-image: var(--aurora);
      background-size: 300%;
      background-position: 50% 50%;
      animation: aurora 60s linear infinite;
      opacity: 0.6;
      filter: blur(12px);
      will-change: transform;
      pointer-events: none;
      position: absolute;
      inset: -10px;
    }

    /* Optional radial gradient mask */
    .aurora-background.mask {
      mask-image: radial-gradient(ellipse at 100% 0%, black 10%, transparent 70%);
      -webkit-mask-image: radial-gradient(ellipse at 100% 0%, black 10%, transparent 70%);
    }

    .bg-blue-wpt{
        /* background: linear-gradient(180deg, #FFF 0%, #E8F4FF 100%); */
    background-color: transparent;
    background-image: linear-gradient(180deg, #e7f5ff 0%, #E8F4FF 100%);
    opacity: 0.55;
    }
    
.elementor-widget-text-editor a{
  color: #061BC8;
}
.strong-dark strong{
  color: #000;
}
@media (max-width:767px) {
.wrap-product-item .product-item {
    width: 100%;
}

.v-post-loop.-card {
    width: 100%;
    grid-gap: 15px;
    margin: 45px 0 70px;
}

.v-post-loop .post-item {
   margin-bottom: 10px;
}


}

.hamburger {
-webkit-tap-highlight-color: rgba(0,0,0,0);
padding: 15px 15px;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible; }
.hamburger:hover {
  opacity: 0.7; }
.hamburger.is-active:hover {
  opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
width: 32px;
height: 18px;
display: inline-block;
position: relative; }

.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  }
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }
.hamburger-inner::before {
  top: -10px; }
.hamburger-inner::after {
  bottom: -10px;
}


/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
top: 2px; }
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  }
.hamburger--slider .hamburger-inner::after {
  top: 16px;
  }

.hamburger--slider.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
  }




body, html {
  width: 100%;
  /* overflow-x: hidden; */
}
.site {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.v-container{margin-right: auto;margin-left: auto;padding-right: 10px;padding-left: 10px;max-width: 1300px;}
.btn-130 a{
min-width: 130px;
}
.btn-145 a{
min-width: 145px;
}
li#wp-admin-bar-duplicate-post,
li#wp-admin-bar-elementor_edit_pagex,
li#wp-admin-bar-elementor_notes {
display: none;
}
html #wpadminbar {
z-index: 99999!important;
}
.site-header {
  min-height: 70px;
  /* box-shadow: 0 3px 5px 1px rgb(0 0 0 / 8%); */
  z-index: 9999;
  /* background-color: #0000; */
    backdrop-filter: blur(25px);
  background-color: rgb(255 255 255 / 70%) !important;
  position: relative;
  /* overflow-y: hidden; */
  padding-top: 3px;
}
.home .site-header {
position: fixed;
width: 100%;
top: 0;
box-shadow: none;
padding-top: 3px;
  background-color: rgb(255 255 255 / 45%) !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 5.3%)!important;
}
header.site-header.fixed {
  position: fixed;
  width: 100%;
  top:0;
  left: 0;
  animation: fadeInDown .9s;
  /* box-shadow: 0 2px 4px rgba(0,0,0,.1); */
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  backdrop-filter: blur(25px);
  background-color: rgb(255 255 255 / 80%) !important;
  padding-top: 0;
}

.site-branding {
position: relative;
top: auto;
left: auto;
-webkit-transform: none;
transform: none;
margin: 0;
}
/* header.site-header.fixed .site-branding{
margin-top: -5px;
} */
body.admin-bar header.site-header.fixed,
body.admin-bar.home header.site-header {
top:32px;
}
/* body.admin-bar header.site-header.fixed {
top:0;
} */
.rank-math-breadcrumb a{
  text-decoration: none;
}
.rank-math-breadcrumb p {
margin: 0;
}
.site-header>.v-container .h-left {
display: flex;
align-items: center;
gap: 20px;
}
.site-header>.v-container {
  position: relative;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  align-items: center;
  justify-content: space-between;
}
.desktop_menu ul {
padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.desktop_menu li {
  height: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
      min-height: 70px;
}

.desktop_menu .menu > li > a {
padding: 10px 15px;
color: #000000;
font-size: 16px;
font-weight: 500;
}
#masthead .current_page_item > a {
font-weight: 600;
}
.desktop_menu .menu {
gap: 10px;
}
.post-type-archive-download li.menu-item-3940 > a,
.desktop_menu  li > a:hover,.site-header .menu-item-has-children:hover > .wrap-toggle-mobile  svg,.site-header  .menu-item-has-children:hover > a,#masthead .current_page_item > a {
  color: #061bc8;
}
.menu-item-has-children svg {
  width: 17px;
  margin-left: -10px;
  cursor: pointer;
  margin-right: 10px;
  display: block;
  margin-top: 0;
}
.text-gradient-v1e .elementor-button-text,
.text-gradient-v1{
background: linear-gradient(225deg, #061bc8 0%, #007dec 84%, #00ccff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
background-clip: text;
}
.hero-t1 span{
/* background: linear-gradient(to right, #3D9BFC, #7B40E4, #F53A8B, #EE704A, #2DDD4F); */
/* background:linear-gradient(90deg, #061bc8, #ff00bc); */
background:linear-gradient(90deg, #061bc8, #3D9BFC);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
background-clip: text;
}
/* .site-header .main-navigation {
  margin: 0 auto;
} */
.custom-logo-link{
display: flex;
}
.site-branding img {
  max-height: 38px;
  width: auto;
  padding: 0;
  margin:0;
  padding-left: 0;
}
/* header.site-header.fixed{
max-height: 35px;
} */
.desktop_menu .sub-menu {
  display: block;
  text-align: left;
  overflow: hidden;
  opacity: 0;
  border-radius: 3px;
  height: auto;
  max-height: 0;
  position: absolute;
  z-index: 101;
  top: calc(100% + 5px);
  -webkit-filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #FFF;
  min-width: 230px;
  padding: 5px 0;
}
.menu-item-has-children .sub-menu svg {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
.desktop_menu .sub-menu:before {
position: absolute;
content: "";
left:29px;
top: -8px;
height: 0;
width: 0;
border-bottom: 8px solid #FFF;
border-right: 8px solid transparent;
border-left: 8px solid transparent;

z-index: 1;
}
.desktop_menu .sub-menu li a{
border-bottom: solid #eee 1px;
font-size: 16px;
display: block;
width: 100%;
padding: 5px 18px;
}
.desktop_menu .sub-menu li:last-child > a{
border-bottom: 0;
}

.desktop_menu li:hover>.sub-menu {
opacity: 1;
max-height: 100vh;
top: 90%;
height: auto;
z-index: 101;
overflow: visible;
}

#mobile-menu li.is-active-mobile>.sub-menu .sub-menu {
  left: 0;
}
/*

#mobile-menu.menu.dropdown>li {
-webkit-transform: scale(1.1) translateY(-2px);
transform: scale(1.1) translateY(-2px);
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}

#mobile_menu_wrap.is-active .menu.dropdown>li {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}

#mobile-menu.menu.dropdown>li:nth-child(1) {
  transition-delay: .1s
}

#mobile-menu.menu.dropdown>li:nth-child(2) {
  transition-delay: .15s
}

#mobile-menu.menu.dropdown>li:nth-child(3) {
  transition-delay: .2s
}

#mobile-menu.menu.dropdown>li:nth-child(4) {
  transition-delay: .25s
}

#mobile-menu.menu.dropdown>li:nth-child(5) {
  transition-delay: .3s
}

#mobile-menu.menu.dropdown>li:nth-child(6) {
  transition-delay: .35s
} */


.desktop_menu li>.sub-menu li {
  min-height: auto;
}

.desktop_menu li.menu-item-has-children>.sub-menu li a {
  min-height: auto;
  padding-right: 30px;
}


.desktop_menu .sub-menu .sub-menu {
  left: 100%;
  top: 0!important;
}
.desktop_menu  .sub-menu  .sub-menu:before{
display: none;
}
.site-footer {
  text-align: center;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-repeat: repeat;
  background-position: center center; */
  /* background: linear-gradient(0deg, #f7fafe 0%, rgb(255, 255, 255) 100%); */
  /* color: rgba(0,36,88,0.8); */
  background-color: #111;
  color: #FFF;
  padding-top: 70px;
  padding-bottom: 20px;
}
body.admin-bar .site {
  min-height: calc(100vh - 32px);
}
.site-footer p {
margin: 0!important;
font-size: 16px;
font-weight: 400;
padding: 10px 0;
line-height: 24px;
}
.profile-info {
margin-left: 1px;
}
.profile-info a{
color: #FFF;
line-height: 16px;
font-size: 16px;
text-decoration: none;
}
.profile-info a:hover{
opacity: 0.85;
}

.profile-info .icon-profile {
position: relative;
background: #b47c2e;
display: flex;
width: 30px;
height: 30px;
border-radius: 50px;
text-transform: uppercase;
align-items: center;
justify-content: center;
}
.profile-info .icon-profile:after {
content: '';
width: 0.65em;
height: 0.65em;
background: #00be65;
position: absolute;
right: -5px;
top: 4px;
border-radius: 50%;
border: solid 0.1em #FFF;
display: block;
}
.hero-lists .elementor-icon-list-icon {
width: 47px;
height: 47px;
display: flex;
align-items: center;
background-color: #ddd;
justify-content: center;
border-radius: 4px;
}
.hero-lists .elementor-icon-list-icon svg{
margin: 0 !important;
fill: #FFF;
width: 30px !important;
height: 30px !important;
}


.hero-lists li:nth-child(1) .elementor-icon-list-icon svg{
width: 42px !important;
height: 42px !important;
}
.hero-lists li:nth-child(1) .elementor-icon-list-icon svg path{ 
fill: #FFF;
}
.hero-lists li:nth-child(3) .elementor-icon-list-icon svg{
width: 34px !important;
height: 34px !important;
}
.hero-lists li:nth-child(4) .elementor-icon-list-icon svg{
width: 39px !important;
height: 39px !important;
}

.hero-lists li:nth-child(1) .elementor-icon-list-icon {
background-color: #26a600;
}
.hero-lists li:nth-child(2) .elementor-icon-list-icon {
background-color: #8600e9;
}
.hero-lists li:nth-child(3) .elementor-icon-list-icon {
background-color: #0066ff;
}
.hero-lists li:nth-child(4) .elementor-icon-list-icon {
background-color: #ff3300;
}

.hero-lists .elementor-icon-list-item {
gap: 10px;
}

/*for pc*/
._mobile{
display: none;
}
._desktop{
display: block;
}
html #wpadminbar {
  z-index: 996;
}
/* end for pc */



/* mobile menu */
#mobile-menu .sub-menu {
  width: 100%;
  max-height: 0;
  filter: none;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
  /* -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0); */
  /* -webkit-transition: max-height .3s,-webkit-transform .3s;
  transition: max-height .3s,-webkit-transform .3s;
  -o-transition: max-height .3s,transform .3s;
  transition: max-height .3s,transform .3s;
  transition: max-height .3s,transform .3s,-webkit-transform .3s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; */
}

#mobile-menu li.is-active-mobile>.sub-menu {
/* -webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1); */
max-height: 100vh;
}
#mobile-menu li>a{
    color: #000;
}
#mobile-menu li.is-active-mobile>.sub-menu li > a {
  color: #333;
}

.post-type-archive-download #mobile-menu li.menu-item-3940 > a,
#mobile-menu li>a:hover,#mobile-menu li.menu-item.is-active-mobile > a,
#mobile-menu li.current-menu-item > a{
color: #061bc8;
font-weight: 500;
}

/*
#mobile-menu li:hover > a,#mobile-menu li:hover svg{
color: #222!important;
}
*/



.overlay_menu_m{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  cursor: pointer;
  z-index: 997;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
  display: none;
  pointer-events: none;
}
.overlay_menu_m.is-active {
    opacity: .5;
    display: block;
    pointer-events: all;
}
#mobile_menu_wrap {
  position: relative;
}
#mobile_menu_wrap{
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  z-index: 998;
  transform: translateX(-300px);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
#mobile_menu_wrap.is-active {
transform: translateX(0);
display: block;
}
#close-mobile-menu {
  display: block;
  text-align: right;
  border: solid 1px #ddd;
  border-bottom: 0;
  width: 59px;
  margin-left: auto;
  padding-left: 16px;
}
#toggle-main-menu {
  margin-top: 0;
  margin-left: -2px;
  padding: 0;
}
#mobile-menu {
  display: block;
  height: calc(100vh - 15rem);
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
#mobile-menu ul {
  margin: 0;
  padding: 0;
}
#mobile-menu li{
display: block;
min-height: auto;
height: auto;
border-bottom: solid #ddd 1px;
}
#mobile-menu li:first-child {
  border-top: solid 1px #ddd;
}
#mobile-menu li>a {
width: 100%;
display: block;
min-height: 50px;
line-height: 29px;
padding: 10px;
font-size: 16px;
}
#mobile-menu .menu-item-has-children .wrap-toggle-mobile {
  margin: 0;
  border-left: solid 1px #ddd;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#mobile-menu .menu-item-has-children > a {
  width: calc(100% - 50px);
}
#mobile-menu .menu-item-has-children .wrap-toggle-mobile svg {
  margin: 0;
  padding-left: 11px;
  width: 50px;
  min-height: 50px;
  margin-bottom: -8px;
  padding-right: 12px;
  transform: rotate(270deg);
  transition: transform .2s;
  right: 0;
}
#mobile-menu li.is-active-mobile>.wrap-toggle-mobile svg {
  transform: rotate(
0deg);
}
/* mobile menu */

/* for animation */
a,button{
-o-transition: all .2s;
-webkit-transition: all .2s;
transition: all .2s;
}


.site-footer .row-footer {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer .row-footer .col-info {
  width: calc(40% - 15px);
  padding-right: 10%;
  text-align: left;
}
.site-footer .row-footer .right {
  width: calc(60% - 15px);
  display: flex;
  justify-content: end;
  gap: 20px;
}
.site-footer .row-footer .right .footer-item{
    width: calc(33.33% - 10px);
}
.site-brand-footer img {
  max-width: 180px;
  text-align: left;
}
.site-footer .site-info p {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;  
}
.site-footer .row-footer .footer-item {
  text-align: left;
}
.site-footer .row-footer .footer-item .widget-title {
  font-size: 18px!important;
  color: #FFF;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 20px!important;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  align-items: center;
}

.site-footer .row-footer .footer-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .row-footer .footer-item li{
margin:5px 0;
}
.site-footer .row-footer a {
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
}
.site-footer .row-footer .footer-item li a:hover{
color: #FFF;
}
.social-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  list-style: none;
}
.social-list ul svg{
width: 100%;
height: 100%;
fill: #FFF;
    display: block;
}
.site-footer .site-info {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
  border-top: solid 1px #ffffff1f;
  padding-top: 20px;
  align-items: center;
}
.copyright-menu{
  display: flex;
  align-items: center;
}
.copyright-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0;
  padding: 0;
}
.copyright-menu .widget {
  margin: 0;
}

.copyright-menu a {
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}
.copyright-menu a:hover {
  color: #FFF;
}
.col-1.footer-item {
  padding-left: 10px;
}
.contact-menu-footer {
  margin-bottom: 25px;
}
.contact-menu-footer span{
  font-weight: 300;
}
.contact-menu-footer a,
.contact-menu-footer p {
  padding: 0;
  color: #FFF!important;
}
.contact-menu-footer a {
  font-size: 20px !important;
  font-weight: 400!important;
}
.social-list ul li span {
  background: #222;
  width: 33px;
  height: 33px;
  display: block;
  border-radius: 50px;
  padding: 8px;
}
.social-list ul li.item-facebook span {
  background: #2C3C7F;
}
.social-list ul li.item-twitter span {
  background: #1DA1F2;
}
.social-list ul li.item-line span {
  background: #06c655;
}
.social-list ul li.item-youtube span {
  background: #FF0000;
}
.social-list ul li.item-map span {
  background: #0F9D58;
}
.social-list ul li.item-instagram span{
    padding: 6px;
  background: radial-gradient(circle farthest-corner at 28% 100%, #fcdf8f 0%, #fbd377 10%, #fa8e37 22%, #f73344 35%, transparent 65%), linear-gradient(145deg, #3051f1 10%, #c92bb7 70%);
}

.site-footer .widget-title svg {
  width: 17px;
  height: 17px;
  cursor: pointer;
  display: none;
}
.site-footer .row-footer .right .footer-item section {
  margin: 0;
}
#toggle-main-menu svg {
  width: 22px;
  height: 22px;
  display: block;
  margin-left: auto;
}
#toggle-main-menu svg * {
  stroke: #000756!important;
}
.site-header .vc_search-toggle {
  color: #000756;
}
.wrap-popup_search{
height: 315px!important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  transform: translate3d(0,-100%,0);
  transition: transform .85s cubic-bezier(.175,1,.275,1),visibility .8s step-end;
  position: fixed;
  display: flex;
  align-items: center;
}
.popup_search {
  width: 90%;
  max-width: 1200px;
  border: 0;
  padding: 0;
  background: #FFF;
  transform: translate3d(0,calc(100% - 100px),0);
  transition: transform .85s cubic-bezier(.175,1,.275,1);
  margin: 0 auto;
}
.wrap-popup_search.active .popup_search{
transform: translate3d(0,0,0);
}
.wrap-popup_search.active{
visibility: visible;
transition: transform .85s cubic-bezier(.175,1,.275,1),visibility .8s step-start;
transform: translate3d(0,0,0);
}
.vc_search-toggle {
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 7px;
}
.vc_search-toggle svg{
width: 100%;
height: 100%;
display: block;
color: #000000;
}
.vc-search-overlay {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity .85s cubic-bezier(.175,1,.275,1),visibility .85s cubic-bezier(.175,1,.275,1);
}
.vc-search-overlay.active {
opacity: 1;
visibility: visible;
}
.wrap-popup_search .popup_search .main-object_s {
  display: flex;
}
.wrap-popup_search .popup_search .main-object_s .s-object.object-1 {
  width: 100%;
}
.wrap-popup_search .popup_search .main-object_s input {
  width: 100%;
  border: 0;
  border-bottom: solid 2px #222;
  border-radius: 0;
  font-size: 50px;
}
.wrap-popup_search .popup_search .main-object_s input::placeholder{
color: #000;
}
.wrap-popup_search .popup_search .object-2 {
position: absolute;
right: 0;
bottom: 18px;
}
.wrap-popup_search .popup_search .object-2 button {
    display: flex;
    width: 50px;
    height: 50px;
    pointer-events: all;
    cursor: pointer;
    background: #f2f2f2;
    border: 0;
    padding: 0;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.wrap-popup_search .popup_search .object-2 button:hover {
  background: #1F214B;
  color: #FFF;
}
.wrap-popup_search .cancel-btn_search {
  border-radius: 2px;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #081f7c;
  display: flex;
  align-items: center;
  display: none;
  justify-content: center;
}
.wrap-popup_search .cancel-btn_search .btn-close {
  height: 20px;
}
.wrap-popup_search .cancel-btn_search .btn-close svg{
width: 100%;
height: 100%;
display: block;
}
.site-header .micro-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.polylang_slink {
  display: flex;
  margin-right: 0;
  border-radius: 50px;
  margin-left: 10px;
}
.polylang_slink a {
  width: 50%;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  min-width: 32px;
  text-align: center;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #e7eaee;
}
.polylang_slink a.languages__item--current{
background: #00499e;
color: #FFF;
}
.polylang_slink a .l-text {
  line-height: 21px;
  padding-top: 2px;
}
.polylang_slink a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}


.wrap-product_list_home {
grid-gap: 20px;
display: grid;
grid-template-columns: repeat(4,minmax(180px,1fr));
margin-bottom: 40px;
}
.vCol2 .wrap-product_list_home{
  /* grid-template-columns: repeat(2,minmax(180px,1fr)); */
  display: flex;
  flex-wrap: wrap;
      justify-content: center;
    align-items: center;
  padding:0 15px;
}
.vCol2 .wrap-product_list_home .product-item{
  width: calc(50% - 10px);
}
.vCol2 .wrap-product_list_home .product-info-item h3 {
    font-size: 1.15em;
    line-height: 27px;
}
.vCol2 .wrap-product_list_home .product-info-item {
    padding: 10px 17px 22px;
}
.vCol2 .wrap-product_list_home .product-info-item .row-footer {
    bottom: 7px;
    right: 15px;
}

.product-item a {
color:#222;
display: block;
}
.wrap-p-title {
  display: flex;
  gap: 10px;
  align-items: start;
}
.product-info-item p {
font-size: 14px;
color: #434d59;
}
.cat-link a {
color: #1849dc;
font-size: 13px;
 font-weight: 600;
margin-bottom: 10px!important;
}

.product-info-item .row-footer {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap select.edd-select, #edd_checkout_form_wrap textarea.edd-input {
  width: 100%;
  border: 0.8px solid rgb(204, 204, 204);
  padding: 10px 13px !important;
  border-radius: 3px;
}

.product-info-item h3 {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;font-weight: 600;line-height: 28px;font-size: 18px;margin-bottom: 0;padding-top: 0;}
.product-info-item .wpt-short-desc{
  display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.product-item .p-price-star {
  display: flex;
  justify-content: space-between;
}
.product-item{
overflow: hidden;
}
.product-item .wpt-icon-download > svg {
  width: 43px;
  height: 43px;
  min-width: 42px;
  padding: 8px;
  border-radius: 7px;
  margin-top: 5px;
}

p.dprice {
font-size: 21px;
  color: #45b149;
  margin-top: 1px;
  font-weight: 600;
}

.v-review svg {
fill: #ffbc00;
width: 15px;
height: 15px;
}
.v-review .vStar{
margin-top: -1px;
display: flex;
}
.v-review {
display: flex;
align-items: center;
gap: 7px;
}
.single p.dprice {
font-size: 16px;
margin-bottom: 10px;
color: #45b149;
}
.single p.dprice.free {
font-size: 18px;
margin-bottom: -10px;
margin-top: 14px;
}

.product-info-item {
  padding: 13px 15px 22px;
  display: flex;
  flex-direction: column;
}
.product-item img {
border: 1px solid #dadde5;
border-bottom: 0;
width: 100%;
}
#primary {
  max-width: 100%;
  /* margin: 40px auto; */
  /* padding: 5px 10px; */
}


.v-product-title{
margin-bottom: 20px;
}
.v-product-title h1 {
margin: 0;
line-height: 38px;
font-weight: 600;
}
.rank-math-breadcrumb {
margin-bottom: 0;
}

.single .entry-content {
/* box-shadow: 3px -2px 20px rgb(0 0 0 / 8%); */
padding:0 25px;
margin-top: 25px;
background: #FFF;
/* border-radius: 5px; */
}


.vc_package_box{
display: none;
}
.vc_package_box.active{
display: block;
}




.vc-price-list {
border-bottom: solid 1px #ddd;
margin: 0!important;
margin-bottom: 20px!important;
padding: 0;
display: flex;
list-style: none;
gap: 20px;
}

.vc-price-list li {
margin: 0;
cursor: pointer;
font-size: 18px;
font-weight: 600;
color: #6B7177;
padding: 1px 5px;
}
.vc-price-list li.active {
color: #222;
border-bottom: solid 2px #60b97c;
}

.no-radius .elementor-tab-content,
.no-radius .elementor-tab-title{
border-radius: 0!important;
}
.faq-text strong {
font-weight: 600;
}

.wpt-faq .elementor-toggle-icon svg {
width: 20px!important;
height: 20px!important;
}

.site-cart {
display: flex;
align-items: center;
color: #000000;
width: 35px;
position: relative;
}
.site-cart:focus,
.site-cart:hover{
color: #000!important;
}

.site-cart svg {
width: 22px;
height: 22px;
stroke: #000000;
}
.profile-user-link{
width: 21px;
height: 21px;
color: #000000;
margin-left: -2px;
}
.profile-user-link:hover{
color: #000000;
}
.profile-user-link svg{
width: 23px;
height: 23px;
}
#cart-count {
position: absolute;
right: 4px;
background: #db0000;
color: #FFF;
font-size: 9px;
width: 14px;
height: 14px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
top: -3px;
font-weight: 600;
line-height: 9px;
}
.hero-lists .elementor-icon-list-text {
text-align: left;
min-width: 184px;
}
.hero-lists .elementor-icon-list-item {
background: #ffffff91;
padding: 9px 4px!important;
min-width: 260px;
margin: 0 auto;
justify-content: center;
border-radius: 4px;
backdrop-filter: blur(15px) !important;
box-shadow: 0 3px 14px 1px rgb(0 0 0 / 5%);
}

.wpt-feature-box .elementor-icon-box-wrapper {
  background: #FFF;
  padding: 20px 10px;
  border-radius: 7px;
}
.wpt-feature-box .elementor-icon-box-icon {
  margin-bottom: 4px !important;
}
.wpt-feature-box .elementor-icon-box-wrapper .elementor-icon-box-title{
margin: 0;
}
.wpt-feature-box .elementor-icon-box-wrapper .elementor-icon-box-title span{
  color: #000!important;
  font-size: 16px;
}
/* .woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #FFF;
  box-shadow: 0 5px 80px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 5px 80px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 5px 80px rgba(0, 0, 0, .1);
} */
/* #page {
  background: #F3F6F9;
} */
body.single-product #page > .v-container {
  max-width: 1200px;
  margin: 40px auto;
}

.single-product-left p {
  margin-bottom: 20px;
  padding: 0;
}
/* .single-product-left .woocommerce-product-gallery  */
.single-product-left .summary.entry-summary
{
  display: none;
}
/* .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
  border: solid 1px #dcdcdc;
  padding: 25px;
  border-radius: 5px;
} */
/* body.single header{ */
  /* box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 5px 20px rgb(0 0 0 / 5%); */
  /* border-bottom: solid 1px #ededed; */
/* } */

.wrap-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 7px;
}
.wrap-breadcrumbs svg {
  width: 18px;
  height: 18px;
  margin-top: -1px;
}

.profile-info{
  position: relative;
}

.vc-profile-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #FFF;
  min-width: 145px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 100%;
  /* left: 0; */
  right: -1px;
  border-radius: 7px;
  overflow: hidden;
}
.vc-profile-dropdown-menu li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.vc-profile-dropdown-menu li a svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  color: #000;
}
.vc-profile-dropdown-menu li:hover a {
  background-color: #f1f1f1;
}
.vc-profile-dropdown-menu li a {
  display: flex !important;
  align-items: center !important;
  padding: 10px 10px !important;
  text-decoration: none !important;
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.profile-info:hover .vc-profile-dropdown-menu {
  display: block;
}
.font-bold {
  font-weight: 500;
}
.container.archive-download {
  max-width: 1255px;
  padding: 15px;
}
span.edd_checkout_cart_item_title{
  margin-left: 5px;
}
#edd_checkout_form_wrap .edd-description{
  display: none;
}
#edd_checkout_form_wrap #edd-email-wrap .edd-description{
  display: block;
}
#edd-last-name-wrap{
  display: none!important;
}

header.page-header.search-page h1.page-title {
  flex-direction: row;
}
header.page-header.search-page h1 span{
  font-size: 42px;
  color: #FFF;
  width: auto;
}




.wpt-wrap-pagination {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 70px;
  margin-top: 10px;
}

.wpt-wrap-pagination .content-pagination {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.wpt-wrap-pagination .content-pagination a,
.wpt-wrap-pagination .content-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  color: #374151;
  background-color: #f3f4f6;
  transition: all 0.2s;
}

.wpt-wrap-pagination .content-pagination a:hover {
  background-color: #e5e7eb;
  color: #111827;
}

.wpt-wrap-pagination .content-pagination span.current {
  background-color: #061bc8;
  color: white;
  cursor: default;
}

.wpt-wrap-pagination .content-pagination .page-numbers.dots {
  background: none;
  color: #222;
  min-width: 1.2rem;
  cursor: default;
}

.wpt-wrap-pagination .content-pagination a svg {
  width: 1rem;
  height: 1rem;
  stroke: #222;
}

.wpt-wrap-pagination .content-pagination a:hover svg {
  stroke: #111827;
}

.elementor-widget-text-editor ul {
    margin: 5px 0;
    padding: 0;
    padding-left: 20px;
}
.elementor-widget-text-editor p {
    margin:5px 0;
}
.highlight-ul ul {
    background-color: #eff6ff;
    padding: 10px!important;
    padding-left: 35px!important;
    border-radius: 10px;
    margin: 7px 0!important;
}
.highlight-ul li::marker {
  color: #061bc8; 
}

.wrap-product_list_home .score-text {
    display: none;
}

.product-item .p-price-star {
    margin-bottom: -4px;
    padding-top: 1px;
}
.wrap-product_list_home .product-info-item {
    padding: 6px 11px 12px;
}
.wrap-product_list_home .product-info-item .row-footer {
    bottom: 4px;
    right: 13px;
}
.wrap-product_list_home .product-info-item h3 {
  font-size: 1.05em;
    line-height: 25px;
    padding-top: 3px;
}
.wrap-product_list_home .product-item .wpt-icon-download > svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 7px;
    margin-top: 5px;
}
.elementor-posts .elementor-post__excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
}
.wpt-faq .elementor-toggle .elementor-tab-content,
.wpt-faq .elementor-toggle .elementor-tab-title {
    border: 0;
    border-bottom: 1px solid #1F254B;
}

.wpt-blog .elementor-post__text {
    display: flex !important;
    flex-direction: column !important;
}

.wpt-blog .elementor-post__meta-data {
    order: 0;
    margin-bottom: 5px !important;
}
.wpt-blog .elementor-post__title{
  order:1;
}
.wpt-blog .elementor-post__excerpt{
  order:2;
}

.wpt-related-posts-grid {
    margin-top: 10px !important;
}
.bpress-searchbar-wrap {
    margin-top: 10px;
}
.bpress-page-header {
    background-color: #000740;
      padding-top: 30px;
}
.bpress-search-submit input[type="submit"]{
  background-color: #061BC8;
}
.bpress-nav-section.active > .bpress-nav-item, .bpress-nav-section .bpress-nav-item:hover, .bpress-nav-article.active > .bpress-nav-item, .bpress-nav-article .bpress-nav-item:hover {
    background: #daddf6;
}
.bpress-sidebar .widget,
.bpress-crumbs-wrap {
    background-color: #f2f3fc;
}
.bpress-search-submit input[type="submit"]:hover {
    background-color: #00119c;
}
.bpress-crumbs li a:hover,
.bpress-breadcrumb-arrow,
.bpress-section a.bpress-viewall,
.bpress-heading span[class^="bp-"].colored, .bpress-heading .bpress-heading-icon.colored {
    color: #061bc8;
}
.bpress-post-link a{
  font-weight: 500!important;
}
.bpress-heading h1, .bpress-heading h2, .bpress-heading h3,
.bpress-wrap h1{
  font-weight: 600!important;
}
#page .bpress-wrap h2 {
    font-size: 46px;
    font-weight: 600;
}
.bpress-wrap > .bpress-content-wrap{
  margin-bottom: 30px;
}
.bpress-post-header {
    margin-bottom: 0 !important;
}
.bpress-post-header h1 {
    margin-bottom: 0 !important;
}

.page-template-page-info .entry-content {
    max-width: 1024px;
    padding: 50px 10px;
    margin: 0 auto;
}
.page-template-page-info .entry-content h2 {
    font-weight: 500;
    margin: 10px 0;
}
.page-template-page-info .entry-content ul {
    margin: 10px 0;
}
.page-template-page-info .entry-content ul {
    margin: 10px 0;
    padding-left: 17px;
}
.page-template-page-info .entry-content ul p {
    margin: 3px 0;
}
.page-template-page-info .entry-content a{
  color: #061BC8;
  text-decoration: none;
}
.page-template-page-info .entry-content hr {
    margin: 20px 0;
    background: #eee;
}
/*for Mobile*/
@media (max-width: 767px) {
  .wpt-related-posts-grid {
    margin-bottom: 0 !important;
}
  header.page-header {
    padding: 35px 15px;
    margin-bottom: 35px;
      }
      header.page-header p {
          font-size: 17px;
                  margin-top: 0;
  }
  header.page-header h1 {
    font-size: 34px;
}
header.page-header.search-page h1 span {
    font-size: 36px;
}
  .vCol2 .wrap-product_list_home .product-item {
    width: 100%;
}
  #page .bpress-wrap h2 {
    font-size: 38px;
}
  .bpress-content-wrap {
    padding: 0 12px;
}
    .bpress-page-header {
    padding-top: 15px;
}
  .bpress-wrap {
    padding: 0;
}
  .vCol2 .wrap-product_list_home{
  /* grid-template-columns: repeat(1,minmax(180px,1fr)); */
  padding:0 5px;
  gap: 20px;
          margin-bottom: 18px;
}
  header.entry-header{
        padding: 55px 15px
  }
    .wpt-wrap-pagination .content-pagination {
    gap: 0.5rem;
  }

  .wpt-wrap-pagination .content-pagination a,
  .wpt-wrap-pagination .content-pagination span.page-numbers {
    min-width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }

  .v-post-loop .post-item {
    width: 100%;
}
  #edd_checkout_form_wrap fieldset {
    padding: 12px;
}
  form#edd_purchase_form {
    padding: 23px 12px 0;
}
  span.edd_checkout_cart_item_title {
    margin-top: 12px;
    line-height: 21px;
}
  td.edd_cart_item_name {
    display: flex;
    flex-direction: column;
}
  header.entry-header h1{
    font-size: 38px;
  }
  .site-footer .row-footer .footer-item .widget-title{
    pointer-events: all;
  }
  .site-footer {
    padding: 40px 0px;
}
  .site-footer > .v-container {
    padding: 0 15px;
}
  /* .woocommerce-message {
    flex-direction: column;
    gap: 5px;
    align-items: start;
} */
.col-1.footer-item {
    padding-left: 0;
}
.hero-lists .elementor-icon-list-text {
  min-width: auto;
}
.hero-lists .elementor-icon-list-item {
margin: 4px !important;
min-width: auto;
width: calc(50% - 10px);
align-items: start !important;
justify-content: start !important;
gap: 0;
padding:6px!important;
}



/* .hero-lists li:nth-child(1),
.hero-lists li:nth-child(3) {
justify-content: end !important;
}
.hero-lists li{
padding: 0 10px!important;
} */
.hero-lists li:nth-child(1) .elementor-icon-list-icon svg {
width: 23px !important;
height: 23px !important;
}
.hero-lists li:nth-child(3) .elementor-icon-list-icon svg {
width: 17px !important;
height: 17px !important;
}
.hero-lists li:nth-child(4) .elementor-icon-list-icon svg {
width: 20px !important;
height: 20px !important;
}
.hero-lists .elementor-icon-list-icon svg {
width: 16px !important;
height: 16px !important;
}
.hero-lists .elementor-icon-list-items {
  padding: 0 !important;
  margin: -5px!important;
  margin-left: -12px !important;
  margin-right: -7px !important;
}
.hero-lists .elementor-icon-list-text {
  font-size: 12px !important;
  line-height: 15px;
  margin-bottom: -1px;
}
.hero-lists .elementor-icon-list-icon {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  margin-top: 2px !important;
}
.hero-lists li:nth-child(1) .elementor-icon-list-icon svg {
width: 25px !important;
height: 25px !important;
}
.hero-lists li{
  align-items: start !important;
}

.profile-info .icon-profile:after {
  width: 0.6em;
  height: 0.6em;
  right: -5px;
  top: 2px;
}

.profile-user-link svg {
  width: 25px;
  height: 25px;
}
.profile-user-link{
  margin-top: -5px;
}
.single-product-right,
.single-product-left {
  padding: 0;
  width: 100%;
}

.v-product-title {
  margin-bottom: 15px;
}
#primary {
  max-width: 100%;
  /* padding: 5px 15px; */
  /* margin: 10px auto; */
}
.wrap-single-product .content-left, .wrap-single-product .content-right {
width: 100%;
}
.wrap-single-product{
  width: 100%;
  flex-wrap: wrap;
}
#masthead{
  padding-top: 2px;
}
#masthead.fixed{
  padding-top: 0;
}
#mobile-menu li>a{
  font-size: 17px;
}
body.admin-bar.home header.site-header {
  top: 46px;
}
body.admin-bar header.site-header.fixed {
top: 0;
}
.site-footer .site-info .left {
  width: 100%;
}
.site-branding img {
  padding-left: 0;
  height: auto;
}
.polylang_slink {
  margin-left: 0;
  margin-right: 10px;
}
.site-header .micro-icon {
  /* margin-right: 40px; */
  flex-direction: row;
  gap: 6px;
  width: auto;
  justify-content: end;
}
/* body.logged-in .site-header .micro-icon{
margin-right: 48px;
} */
.wrap-popup_search .popup_search .main-object_s input{
font-size: 32px;
}

.wrap-popup_search{
height: 150px !important;
padding-bottom: 20px;
}
.site-header>.v-container {
  max-width: 100%;
  padding: 10px 15px;
  gap: 0;
  min-height: 65px;
}

/* .site-cart {
order: 0;
}
.wrap-all-search {
order: 1;
}
.profile-info {
order: 2;
} */
.site-header{
min-height: 65px;
}
.site-cart {
margin-left: 5px;
margin-right: 3px;
}
.site-header .vc_search-toggle {
display: flex;
align-items: center;
padding: 0;
justify-content: center;
}
.wrap-popup_search .popup_search .object-2 button {
width: 40px;
height: 40px;
margin-bottom: -8px;
}

  .profile-info .icon-profile,
  .vc_search-toggle{
  width: 28px;
  height: 28px;
  }
  .vc_search-toggle svg {
  width: 22px;
  height: 22px;
  }
  #toggle-main-menu svg {
  width: 25px;
  height: 25px;
  }
  .site-header>.v-container .h-left {
  width: 65%;
  gap: 10px;
  }
  .site-header>.v-container .micro-icon {
  width: 35%;
  }
  .site-branding{
  margin-top: 0;
  width: 100%;
  }

  .site-footer .row-footer .col-info,
  .site-footer .row-footer .right,
  .site-footer .row-footer .right .footer-item{
    width: 100%;
  }
  .site-footer .site-info {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
    border-top: 0;
  }
  .site-footer .row-footer .right{
    flex-wrap: wrap;
    gap:10px;
  }

  .site-footer .row-footer .footer-item .widget-title{
    pointer-events: all;
    cursor: pointer;
  }
  .site-footer .widget {
    margin: 0;
  }
  .site-footer .row-footer .footer-item ul {
    padding-bottom: 20px;
    display: none;
  }
  .site-footer .row-footer .footer-item li{
    margin: 0;
    margin-bottom: 5px;
  }
  .site-footer .widget-title.active svg {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  .site-footer .row-footer .right .footer-item {
        border-bottom: solid 1px #ced8e6;
  }
  .site-footer .widget-title svg {
    display: block;
  }
  .site-footer .row-footer .right .footer-item:last-child {
    border-bottom: 0;
  }
  .site-footer .row-footer {
      gap: 10px;
  }

  .site-header .main-navigation {
    width: 0;
    margin: 0;
  }


  ._mobile{
    display: block;
  }
  ._desktop{
    display: none;
  }
  header.site-header.fixed .site-branding{
    margin-top: 0;
  }
  .site-footer .row-footer .col-info {
    padding: 0;
    margin-bottom:10px;
  }
  .col-3.footer-item {
    margin-top: 25px;
  }
  .col-3.footer-item .widget-title svg {
    display: none;
  }
  .container.archive-download {
    padding: 0 15px;
  }
  .product-info-item h3{
    font-size:19px;
    }
  
}
/* end for Mobile */


/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {
    header.page-header {
    padding: 35px 15px;
      }

  .bpress-content-area,
  .bpress-sidebar{
    float: none;
    width: 100%;
  }
  .hide-scrollbars {
    padding: 0 30px;
}
  .bpress-content-wrap {
    display: flex;
    flex-direction: column;
}
  .bpress-page-header {
    padding-top: 25px;
}
    .bpress-wrap {
    padding: 0;
}
  body.blog main#primary > .v-container {
    padding: 0 15px;
}
    /* .vCol2 .wrap-product_list_home{
  grid-template-columns: repeat(1,minmax(180px,1fr));
  padding:0 5px;
} */
 .vCol2 .wrap-product_list_home .dprice {
    font-size: 18px;
}
  .v-post-loop .post-item {
    width: calc(50% - 13px);
}
  .wrap-product-item{
    grid-template-columns: repeat(2,minmax(180px,1fr));
  }
  .container.archive-download {
    padding: 15px;
}
  .site-footer {
    padding: 40px 0px;
}
  .site-footer > .v-container {
    padding: 0 15px;
}
  .site-footer .row-footer .col-info {
    padding: 0;
    margin-bottom:10px;
  }
  .col-3.footer-item {
    margin-top: 25px;
  }
  .col-3.footer-item .widget-title svg {
    display: none;
  }

  .site-footer .row-footer .col-info {
    padding: 0;
}
  .col-1.footer-item {
    padding-left: 0;
}
  .hero-lists .elementor-icon-list-icon{
    min-width: 47px;
  }
  .hero-lists .elementor-icon-list-text {
    min-width: 223px;
  }
  .hero-lists .elementor-icon-list-item {
    margin: 6px 7px !important;
    min-width: auto;
    width: calc(50% - 14px);
    align-items: start !important;
    justify-content: start !important;
    gap: 2px;
    padding: 6px 7px!important;
  }
  
  .hero-lists .elementor-icon-list-items {
    justify-content: center !important;
    margin: 0 !important;
    align-items: center;
    max-width: 600px;
}

.hero-lists li {
padding: 5px 50px !important;
}
.hero-lists li:nth-child(1),
.hero-lists li:nth-child(3) {
justify-content: end !important;
}

.profile-user-link svg {
  width: 24px;
  height: 24px;
}
.profile-user-link{
  margin-top: -3px;
}
.single-product-right,
.single-product-left {
  padding: 0;
  width: 100%;
}


#primary {
  max-width: 100%;
  /* padding: 10px 15px; */
  /* margin: 10px auto; */
}

#mobile-menu li>a{
  font-size: 17px;
}
body.admin-bar header.site-header.fixed, body.admin-bar.home header.site-header,
body.admin-bar.home header.site-header {
  top: 46px;
}

.site-branding img {
  padding-left: 0;
}
.polylang_slink {
  margin-right: 0;
}
.site-branding {
  margin: 0;
}
.home .site-header{
padding-top: 4px;
}
/* .site-header .micro-icon {
    margin-right: 45px;
} */
#toggle-main-menu svg {
  width: 29px;
  height: 29px;
}
.site-header>.v-container {
  max-width: 100%;
  padding: 15px;
}
.site-header .main-navigation {
  width: 70px;
  margin-right: -23px;
}
.site-footer .row-footer .footer-item h4.widget-title{
  pointer-events: all;
}
.site-footer .row-footer .col-info,
.site-footer .row-footer .right,
.site-footer .row-footer .right .footer-item{
  width: 100%;
}
.site-footer .site-info {
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
  border-top: 0;
  margin-bottom: 10px;
}
.site-footer .row-footer .right{
  flex-wrap: wrap;
  gap:10px;
}

.site-footer .row-footer .footer-item .widget-title{
  pointer-events: all;
  cursor: pointer;
}
.site-footer .widget {
  margin: 0;
}
.site-footer .row-footer .footer-item ul {
  padding-bottom: 20px;
  display: none;
}
.site-footer .row-footer .footer-item li{
  margin: 0;
  margin-bottom: 5px;
}
.site-footer .widget-title.active svg {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}


.site-footer .row-footer .right .footer-item {
      border-bottom: solid 1px #ced8e6;
}
.site-footer .widget-title svg {
  display: block;
}
.site-footer .row-footer .right .footer-item:last-child {
  border-bottom: 0;
}
.site-footer .row-footer {
    gap: 30px;
}
.site-footer .site-info .vc-social-icon {
  width: 100%;
}
.site-footer .social-list ul {
  justify-content: center;
}
._mobile{
  display: block;
}
._desktop{
  display: none;
}
}
/* end for tabletV */

/*for tabletH*/
@media (min-width: 992px) and (max-width: 1199px) {
._mobile{
  display: none;
}
._desktop{
  display: block;
}
}
/* end for tabletH */















