body.page-template-template-marketplace-html header.webalive-header,
body.page-template-template-plugin-search-final header.webalive-header,
body.page-template-template-html-plugin-details header.webalive-header,
body.page-template-template-developer-plugins header.webalive-header,
body.marketplace header#masthead
{
    display: none;
}

.container-marketplace, .marketplace-header, .banner-container .store-banner {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

header.wc-marketplace {
    background: linear-gradient(93.81deg, #1183A7 28.89%, rgba(165, 104, 243, 0.85) 134.03%, #28A2C9 139.71%);
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 99;
}
.marketplace-header .logo-area {
    display: flex;
    align-items: center;
    gap: 12px;
}
.marketplace-header .logo-area span.storename{
    font-family: 'Sharp Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.marketplace-header .header-search {
    width: 332px;
}
.search-box{
    background-image: url("../img/marketplace/search.svg");
    background-position: 12px 11px;
    background-repeat: no-repeat;
}
.header-search input {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    height: 38px;
    padding: 10px 10px 10px 38px;
    width: 100%;
    border: 2px solid transparent !important;
}
.header-search input::placeholder {
    color: rgba(255,255,255,.7);
}
.header-search input:focus {
    outline: 0;
    box-shadow: none;
}
.marketplace-header .left-part {
    display: flex;
    align-items: center;
    gap: 50px;
}
.marketplace-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
body.page-template-template-marketplace header.wc-marketplace,
body.page-template-template-plugin-listing header.wc-marketplace
{
    background: transparent;
}
.marketplace-header .right-part a, .marketplace-header .right-part button {
    font-size: 17px;
    color: #fff;
    padding: 9px 24px;
    font-weight: 500;
    height: 42px;
    display: inline-block;
}
.marketplace-header  .right-part .start-free {
    background: #00CA88;
    border-radius: 3px;
}
.marketplace-header  .right-part .start-free:hover {
    background: #04d792;
}
header.wc-marketplace.wc-marketplace-fixed-to-top {
    background: linear-gradient(93.81deg, #1183A7 28.89%, rgba(165, 104, 243, 0.85) 134.03%, #28A2C9 139.71%) !important;
}
.banner-container {
    background: url("../img/marketplace/banner.png") no-repeat;
    padding: 160px 0 110px 0;
    margin-top: -75px;
    background-position-x: 115%;
    background-size: contain;
    position: relative;
}
.banner-container:before {
    content: "";
    background: linear-gradient(93.81deg, #1183A7 28.89%, rgba(165, 104, 243, 0.85) 134.03%, #28A2C9 139.71%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
section.banner-container.plugin-listing-banner {
    background: url("../img/marketplace/plugin-listing-tumb.png") no-repeat bottom/cover;
    padding: 155px 0 95px 0;
    min-height: 464px;
    width: 100%;
}
.store-banner .banner-content h1 {
    font-size: 42px;
    line-height: 55px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}
.store-banner .banner-content p {
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 0;
}
.store-banner .banner-content {
    max-width: 610px;
}
.market-product {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    margin-top: 48px;
    max-width: 382px;
}
.market-product a {
    background: url("../img/marketplace/right-arrow.svg") no-repeat ;
    background-position: calc(100% - 20px) 50%;
    padding: 15px 50px 15px 15px;
    display: flex;
    gap: 10px;
}
.market-product a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.market-product a:hover {
    background-color: #1199C4;
}
.market-product a .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}
.market-product a .blurb {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.market-product a span.icon {
    width: 25px;
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.see-more-container {
    text-align: center;
    margin-bottom: 100px;
}
.see-more {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    background: transparent;
    color: #0F85AB;
    font-weight: 500;
}
.see-more:hover {
    color: #003040;
}
.see-more:hover svg path{
    stroke: #003040;
}
.see-more:focus {
    outline: 0;
}
body.page-template-template-search-marketplace section.plugins-card-container {
    margin-bottom: 50px;
}
body.page-template-template-search-marketplace section.theme-store {
    margin-top: 50px;
}
body.page-template-template-search-marketplace .see-more-container {
    text-align: center;
    margin-bottom: 50px;
}
/*common component*/
.toast-box {
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.toast-header {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Sharp Sans';
    background: #00885B;
    box-shadow: 0px 8px 12px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31);
    border-radius: 3px;
    color: #fff;
    padding: 10px 16px;
    border: 0;
    padding-top: 12px;
    max-width: 548px;
    text-align: left;
}
.toast-header.warning {
    background: #FFAB00 !important;
    color: #000;
}
.toast-header.warning a{
    color: #000;
}
.toast-header a{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: underline;
}
.toast-header button {
    padding-left: 10px;
    opacity: 1;
}
.toast-header button:focus {
    outline: 0;
}
.toast-success-header {
    padding: 16px 24px;
    max-width: 500px;
    height: 120px;
    background: rgba(13, 193, 92, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.toast-success-header h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 4px 0;
    font-family: 'Graphik';
}
.toast-success-header p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 ;
}
.toast-success-header .toast-msg {
    text-align: left;
}
.btn {
    font-family: 'Sharp Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    background: #00CA88;
    border-radius: 3px !important;
    color: #fff;
    padding: 19px 18px 17px 18px;
    max-width: 220px;
    width: 100%;
    white-space: nowrap;
}
.btn.btn-border {
    border: 1px solid #1199C4;
    background: transparent;
    color: #1199C4;
}
.btn.btn-blue {
    background: #1199C4;
    color: #fff;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus
{
    background: #09a4d5;
    color: #fff;
}
.btn.btn-gray {
    background: #EBEBEB;
    color: #262626;
}
.btn.btn-gray:hover,
.btn.btn-gray:focus
{
    background: #dfdede;
    color: #262626;
}
.btn:focus, .btn:hover {
    outline: 0;
    background: #06d793;
    color: #fff;
    box-shadow: none;
}
.btn.btn-border:focus,
.btn.btn-border:hover
{
    outline: 0;
    background: #1199C4;
    color: #fff;
}
button:focus {
    outline: 0;
    box-shadow: none;
}
.single-input-box .dropdown.bootstrap-select {
    width: 100% !important;
}
select ~ button.btn.dropdown-toggle {
    border: 1px solid #D2D6DB;
    border-radius: 3px !important;
    background-color: transparent;
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 12px 12px 52px;
    font-family: 'Graphik';
    width: 100% !important;
    max-width: 100%;
    background-image: url("../img/default-card-icon.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
select.visa ~ button.btn.dropdown-toggle {
    background-image: url("../img/visa-icon.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
select.mastercard ~ button.btn.dropdown-toggle {
    background-image: url("../img/master-card-icon.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
select.amex ~ button.btn.dropdown-toggle {
    background-image: url("../img/american-express.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
select.jcb ~ button.btn.dropdown-toggle {
    background-image: url("../img/jcb-icon.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
select.unionpay ~ button.btn.dropdown-toggle {
    background-image: url("../img/unionpay-icon.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
select.discover ~ button.btn.dropdown-toggle {
    background-image: url("../img/discover.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
select ~ button.btn.dropdown-toggle:focus,
select ~ button.btn.dropdown-toggle:active{
    outline: 0 !important;
    box-shadow: none !important;
    color: #139AC4;
    background-color: transparent;
}
 .show>.btn-light.dropdown-toggle, .btn-light:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: transparent;
    border-color: #139AC4;
}
.bootstrap-select .dropdown-menu li {
    margin: 0;
    border: 0;
    padding: 0;
}
.dropdown-item{
    padding: 6px 12px 6px 52px;
    font-size: 14px;
    background-image: url("../img/default-card-icon.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
.dropdown-item.visa{
    background-image: url("../img/visa-icon.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
.dropdown-item.mastercard{
    background-image: url("../img/master-card-icon.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
.dropdown-item.amex{
    background-image: url("../img/american-express.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
.dropdown-item.jcb{
    background-image: url("../img/jcb-icon.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
.dropdown-item.unionpay{
    background-image: url("../img/unionpay-icon.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
.dropdown-item.discover{
    background-image: url("../img/discover.png");
    background-repeat:  no-repeat;
    background-position: 12px 9px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #1199c4;
    color: #fff !important;
}
.dropdown-menu {
    padding: 0;
}
.bootstrap-select .dropdown-menu li a span.text {
    padding-top: 2px;
}
.dropdown-menu.show {
    height: auto !important;
    max-height: 200px !important;
}
.pay-continue button {
    font-size: 16px;
}
.no-result {
    text-align: center;
    width: 100%;
    display: block;
    margin: 30px 0;
    color: red;
    font-size: 20px;
    line-height: 40px;
    padding: 0 20px;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0 0 50px 0;
}
ul.breadcrumb li.separator {
    margin: 0 10px;
    vertical-align: middle;
    margin-top: -1px;
}
.breadcrumb a,
.breadcrumb li
{
    color: #353535;
    font-size: 13px !important;
    margin: 0;
}
.breadcrumb a:hover
{
    color: #1199C4;
}
.title-bar {
    margin: 100px 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.title-bar h2{
    font-weight: 600;
    font-size: 35px;
    line-height: 46px;
    color: #032430;
    margin-bottom: 15px;
}
.title-bar p{
    font-size: 16px;
    line-height: 25px;
    color: #353535;
    margin: 0;
}
a.btn-arrow {
    border-bottom: 1px solid #1199C4;
    white-space: nowrap;
}
a.btn-arrow svg {
    margin-left: 5px;
}
a.btn-arrow:hover  {
    color: #003040;
    border-color: #003040;
}
a.btn-arrow:hover svg path{
    fill: #003040;
}

.notify-u {
    min-height: 750px;
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.notify-u h1 {
    color: #032430;
    font-size: 36px;
    line-height: 47px;
    margin: 40px 0 10px;
}
.notify-u p {
    color: #032430;
    font-size: 20px;
    line-height: 28px;
}
.notify-u p a:hover{
    text-decoration: underline;
}
.notify-u p span {
    color: #1199C4;
    font-weight: 500;
}
.notify-u strong {
    color: #262626;
    font-weight: 500;
    font-size: 22px;
    display: block;
    line-height: 35px;
}
a.backTohome {
    font-weight: 600;
    font-family: 'Sharp Sans';
    font-size: 15px;
    border-bottom: 1px solid #1199C4;
    margin-top: 40px;
    display: inline-block;
}
a.backTohome span{
    padding-left: 5px;
}
a.backTohome:hover{
    color: #003040;
    border-color: #003040;
}
a.backTohome:hover svg path{
    fill: #003040;
}

img.no-image-thumb {
    padding: 10px;
    object-fit: contain !important;
    opacity: .6;
}
/*Product Item CSS Start*/
.min-container-height {
    min-height: 600px;
}
section.plugin-listing-container {
    padding-bottom: 80px;
    min-height: 600px;
}
.plugin-list section.plugins-card-container {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
}
section.plugins-card-container {
    margin: 0 0  100px 0;
    position: relative;
}
section.plugins-card-container:after {
    content: "";
    background: transparent;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

section.plugins-card-container .plugins-card-item{
    padding: 52px 65px 52px 0;
}
.p-icon {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    background: #ECEEF2;
}
.p-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 .p-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #032430;
    font-family: 'Sharp Sans';
    margin-bottom: 4px;
}
 .p-name a {
    color: #032430;
}
 .p-name a:hover {
    color: #1199C4;
}
span.p-developer {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #5F5E5E;
}
span.p-developer, span.p-developer a {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #5F5E5E;
}
 span.p-developer a {
     text-decoration: underline;
     padding-left: 4px;
}
 span.p-developer a:hover {
     color: #1199C4;
}
p.p-short-des {
    font-size: 15px;
    line-height: 22px;
    color: #262626;
    margin: 12px 0 15px;
}
.p-rating {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    display: flex;
    gap: 5px;
    align-items: center;
}
.p-rating span {
    vertical-align: middle;
    margin-top: 2px;
}
.p-price {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #5F5E5E;
    font-family: 'Sharp Sans';
    margin-top: 10px;
}
.p-price strong{
    color: #353535;
    font-weight: 600;
    padding-right: 5px;
}
.p-price-free {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #5F5E5E;
    font-family: 'Sharp Sans';
    margin-top: 10px;
}
/*Product Item CSS End*/
/*Theme card CSS Start*/
section.theme-store {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    margin: 22px 0 50px 0;
    gap: 15px;
    position: relative;
}
section.theme-store .no-template-found {
    position: absolute;
    margin: 0;
}
.theme-card {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31);
    border-radius: 5px;
    overflow: hidden;
}
.theme-card  .title-container {
    padding: 24px 16px;
}
.theme-card  .title-container .theme-name{
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin: 0 0 8px 0;
}
.theme-card  .title-container .theme-price{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #353535;
}
.theme-card .thumb {
    height: 244px;
    position: relative;
    overflow: hidden;
    background: #ECEEF2;
}
.theme-card .thumb img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.theme-card .thumb img.no-image-thumb {
    padding: 78px;
    opacity: .7;
}
.theme-card .thumb .hovered-menu { 
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    background: rgba(3, 36, 48, 0.85);
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .2s;
}
.theme-card:hover  .hovered-menu{ 
    opacity: 1;
}

.theme-card:hover {
    box-shadow: 0px 1px 10px rgba(9, 30, 66, 0.15), 0px 0px 10px rgba(9, 30, 66, 0.31);
    opacity: 1;
}
.theme-card .thumb .hovered-menu a {
    background: transparent;
    color: #fff;
    padding: 12px 20px;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    max-width: 240px;
    width: 100%;
}
.theme-card .thumb .hovered-menu a.view-details {
    background: #1199C4;
    border-color: #1199C4;
}
.theme-card .thumb .hovered-menu a.view-details:hover {
    background: #0cabdd;
    border-color: #0cabdd;
}
.theme-card .thumb .hovered-menu a.preview:hover {
    background: #1199C4;
    border-color: #1199C4;
}

/*Theme card CSS End*/

/*Product Details Start*/
section.details-header {
    background: #F8F9FC;
    padding: 20px 0 70px 0;
}
section.details-header.developer-head {
    padding: 20px 0 0 0;
    margin-bottom: 20px;
}
section.details-header.developer-head .breadcrumb {
    margin: 0 0 34px 0;
}
section.details-header.developer-head .details-information {
    gap: 20px;
}
section.details-header.developer-head .sorting-menu ul {
    margin: 50px 0 0 0;
    border: 0;
}
section.details-header.developer-head .details-information .product-info .p-name{
    margin-bottom: 0;
    font-size: 24px;
}
section.details-header.developer-head .details-information .p-icon{
    width: 80px;
    height: 80px;
    margin: 0;
}
section.details-content-container .container-marketplace {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 100px;
}
section.details-content-container .container-marketplace .left-content {
    flex-basis: 840px;
    max-width: 840px;
}
section.details-content-container .container-marketplace .right-sidebar {
    padding-left: 110px;
    flex: 1;
}
section.details-content-container a {
    text-decoration: underline;
}
.data-privacy-icon-content .item {
    display: flex;
    gap: 14px;
}
.data-privacy-icon-content .item + .item{
    margin-top: 24px;
}
.data-privacy-icon-content .item h6{
    margin: 0 0  10px 0;
}
.data-privacy-icon-content .item h6 {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.data-privacy-icon-content .item span {
    font-size: 14px;
    line-height: 18px;
    color: #696969;
}
.data-privacy-icon-content .item svg {
    margin-top: 1px;
}
.data-privacy-icon-content {
    padding: 20px 20px;
    box-shadow: 0px 1px 1px rgba(9, 30, 66, 0.25), 0px 0px 1px rgba(9, 30, 66, 0.31);
    border-radius: 5px;
}
.pricing-item-container .item  {
    box-shadow: 0px 1px 1px rgba(9, 30, 66, 0.25), 0px 0px 1px rgba(9, 30, 66, 0.31);
    border-radius: 8px;
    overflow: hidden;
    flex: 1;
}
.pricing-item-container .item .top-header {
    background: linear-gradient(94.9deg, #0F85AB 20.15%, rgba(165, 104, 243, 0.85) 134.06%, #28A2C9 140.21%);
    padding: 24px 20px 16px;
    text-align: center;
    color: #fff;
    font-family: 'Sharp Sans';
    font-style: normal;
}
.pricing-item-container .item .price-features {
    padding: 20px;
    border-radius: 0 0 8px 8px ;
}
.pricing-item-container .item .price-features ul{
    margin: 0;
    padding: 0;
}
.pricing-item-container .item .price-features ul li {
    list-style: none;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 20px;
    display: flex;
    padding-left: 22px;
    position: relative;
}
.pricing-item-container .item .price-features ul li:last-child {
    margin: 0;
}
.pricing-item-container .item .price-features ul li svg {
    margin-right: 10px;
    margin-top: 3px;
    position: absolute;
    left: 0;
}
.pricing-item-container .item .price-features ul li span {
    flex: 1;
    line-height: 20px;
}
.pricing-item-container .item .top-header > span{
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.pricing-item-container .item .top-header > .price-amount{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0 5px;
}
.pricing-item-container .item .top-header > .price-amount strong{
    font-weight: 600;
}
.pricing-item-container .item .top-header > .price-billed{
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.pricing-item-container .item .top-header > .price-billed strong{
    font-weight: 500;
}
.pricing-item-container {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-gap: 25px;
}
section.details-header .header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
section.details-header .details-information {
    display: flex;
    align-items: center;
    gap: 30px;
}
section.details-header .details-information .product-info{
    flex-basis: 600px;
    max-width: 600px;
    flex: 1;
}
section.details-header .details-information .p-icon {
    width: 138px;
    height: 138px;
    border-radius: 8px;
}
section.details-header .details-information .p-icon img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
section.details-header .details-information .p-icon img.no-image-thumb{
    padding: 20px;
}
section.details-header .details-information .product-info .p-name {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 8px;
}
section.details-header .details-information span.p-developer {
    margin-bottom: 6px;
}

section.details-header .details-information p.p-short-des {
    font-size: 14px;
}

section.details-header  .details-price-information {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    max-width: 220px;
    flex-basis: 220px;
}
section.details-header  .details-price-information .price-amount {
    font-size: 18px;
    color: #353535;
}
section.details-header  .details-price-information .btn {
    margin: 25px 0 20px 0;
}
section.details-header  .details-price-information span {
    color: #353535;
    font-size: 14px;
}
.develop-by-card {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(9, 30, 66, 0.25), 0px 0px 1px rgba(9, 30, 66, 0.31);
    border-radius: 5px;

}
.develop-by-card .top-part {
    display: flex;
    gap: 12px;
    padding: 20px;
    border-bottom: 1px solid #F0F3F4;
}
.develop-by-card .top-part  .p-icon {
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
}
.develop-by-card .developer-info {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    font-weight: 400;
    flex: 1;
}
.develop-by-card .developer-info .p-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    margin-top: 4px;
}
.develop-by-card .content-part  {
    padding: 20px;
}
.develop-by-card .content-part ul  {
    padding: 0;
    margin: 0;
}
.develop-by-card .content-part ul li {
    list-style: none;
    margin-bottom: 12px;
}
.develop-by-card .content-part ul li:last-child {
    margin-bottom: 0;
}
.develop-by-card .content-part ul li a {
    color: #032430;
    font-size: 14px;
    text-decoration: none;
}
.develop-by-card .content-part ul li a:hover {
    color: #139AC4;
}
.develop-by-card .content-part ul li a:hover svg path{
    stroke: #139AC4;
}
.develop-by-card .content-part ul li a svg {
    width: 16px;
}
.develop-by-card .content-part ul li a span{
    padding-left: 8px;
}
.product-list-item {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}
.product-list-item .p-icon{
    width: 60px;
    height: 60px;
    margin: 0;
    /*filter: drop-shadow(0px 1px 1px rgba(9, 30, 66, 0.25)) drop-shadow(0px 0px 1px rgba(9, 30, 66, 0.31));*/
    background: #fff;
}
.product-list-item .p-icon img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.product-list-item .p-name {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em;
}
.product-list-item .p-name a{
    color: #032430;
}
.product-list-item  a{
    text-decoration: none !important;
}
.product-list-item  a:hover{
    color: #139AC4;
}
.product-list-item span.p-developer a {
    margin: 0px 0 2px 0;
}
.product-list-item .product-info {
    flex: 1;
}
.product-list {
    margin: 24px 0;
}

.sidebar-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #032430;
    font-family: 'Sharp Sans';
    margin-top: 40px;
}
section.details-header .details-information.theme-details-information{
    max-width: 600px;
    flex-basis: 600px;
    flex-direction: column;
    align-items: start;
}
section.details-header .theme-preview-thumb {
    height: 363px;
    overflow: hidden;
    width: 626px;
    /*background: #ECEEF2;*/
}
section.details-header .theme-preview-thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}
section.details-header .theme-preview-thumb img.no-image-thumb {
    padding: 100px;
    opacity: .6;
}
section.details-header .details-information.theme-details-information .details-price-information {
    align-items: start;
    justify-content: start;
    text-align: left;
    max-width: inherit;
    flex-basis: initial;
    padding-bottom: 65px;
}
section.details-header .details-information.theme-details-information .details-price-information .btn-group {
    gap: 20px;
}
section.details-header .details-information.theme-details-information .details-price-information .btn-group .btn{
    font-weight: 600;
    font-size: 16px;
   min-width: 240px;
}
section.details-header.theme-details-header {
    padding-bottom: 0;
}
section.details-header.theme-details-header .header-info {
    align-items: end;
}
.theme-details-information.details-information .btn {
    padding: 14px;
}
section.plugin-listing-container .title-bar h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 8px;
    margin-top: 0;
}
section.plugin-listing-container  .title-bar {
    margin-bottom: 10px;
    margin-top: 0px;
}
section.plugin-listing-container .plugin-list + .plugin-list{
    padding-top: 50px;
}
section.plugin-listing-container section.plugins-card-container {
    margin: 0 0  10px 0;
    border-bottom: 1px solid #EBEBEB;
}
body.page-template-template-plugin-listing-by-category section.plugin-listing-container section.plugins-card-container {
    border-bottom: 0;
}
.four-item-list{
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.four-item-list + .four-item-list{
    border-top: 1px solid #EBEBEB;
}
section.plugin-listing-container .plugin-list:last-child section.plugins-card-container{
    border: 0;
}
.sorting-menu ul {
    margin: 60px 0 65px 0;
    padding: 0;
    border-bottom: 1px solid #EBEBEB;
}
.sorting-menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.sorting-menu ul li button,
.sorting-menu ul li a
{
    padding: 16px 20px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #032430;
    font-family: 'Sharp Sans';
    display: inline-block;
    background: transparent;
}
.sorting-menu ul li a:hover,
.sorting-menu ul li a:focus,
.sorting-menu ul li button:hover,
.sorting-menu ul li button:focus
{
    color: #1199C4;
    outline: 0;
}
.sorting-menu ul li button.active,
.sorting-menu ul li.active a
{
    border-color: #1199C4;
    color: #1199C4;
}
section.details-header.plugin-list-cat-banner {
    padding: 20px 0 40px 0;
}
section.details-header.plugin-list-cat-banner  .breadcrumb {
    margin: 0 0 40px 0;
}
section.details-header.theme-list-cat-banner {
    padding: 70px 20px;
    text-align: center;
    display: flex;
}
section.details-header.theme-list-banner .p-name {
    font-family: 'Sharp Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
    color: #032430;
    max-width: 750px;
    margin: 0 auto;
}
body.page-template-template-search-marketplace section.details-header.theme-list-banner .p-name {
    font-size: 26px;
    text-align: left;
    max-width: 100%;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
}
section.details-header.theme-list-banner p {
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    color: #353535;
    font-family: 'Sharp Sans';
    font-style: normal;
    text-align: center;
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 18px;
}
section.details-header.theme-list-banner {
    padding: 70px 20px;
}
body.page-template-template-search-marketplace section.details-header.theme-list-banner {
    background: #fff;
    padding-bottom: 0px;
}
section.filter-theme ul {
    margin: 0;
    padding: 0;
}
/*Product Details CSS End*/

/*Testimonial CSS Start*/
section.testimonial-slider {
    background: url("../img/marketplace/testi-bg.png") no-repeat center;
    background-size: cover;
}
.testimonial-slider-marketplace .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 39px;
}
.testimonial-slider-marketplace .owl-item {
    color: white;
    text-align: center;
    padding: 140px 0 0 0;
}

.testimonial-slider-marketplace .owl-prev,
.testimonial-slider-marketplace .owl-next {
    display: inline-block;
}
.testimonial-slider-marketplace .owl-next {
    float: right;
}
.testimonial-slider-marketplace .item .content-testimonial {
    max-width: 940px;
    flex-basis: 940px;
    text-align: left;
    padding-right: 0;
    padding-left: 80px;
    position: relative;
}
.testimonial-slider-marketplace .item .content-testimonial:before {
    content: "";
    width: 40px;
    height: 32px;
    display: inline-block;
    background: url("../img/marketplace/quote.png") no-repeat center;
    position: absolute;
    top: -40px;
    left: 0;
}
.testimonial-slider-marketplace .item .user-photo {
    flex: 1;
}
.testimonial-slider-marketplace .item .content-testimonial p {
    font-size: 25px;
    line-height: 152%;
    margin-bottom: 40px;
}
.testimonial-slider-marketplace .item .content-testimonial strong {
    font-family: 'Sharp Sans';
    font-weight: 600;
    font-size: 23px;
    line-height: 130%;
    color: #000;
}
.slider-counter {
    font-size: 16px;
    line-height: 32px;
    color: #000;
}
.testimonial-slider-marketplace  .owl-nav button {
    background: transparent;
    padding: 5px 0;
}
.testimonial-slider-marketplace  .owl-nav button:focus {
    outline: 0;
}
.testimonial-slider-marketplace  .owl-nav {
    padding-left: 80px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 120px;
    z-index: 9;
    position: relative;
}
/*Testimonial CSS End*/

.category-select-list {
    border-bottom: 1px solid #EBEBEB;
}
li.category-select-item {
    display: inline-block;
    margin: 0 10px;
}
.category-select-list ul  {
    margin: 0;
    padding: 0;
}
.category-select-list ul li.category-select-item:first-child {
    margin-left: 0;
}
.category-select-list ul li.category-select-item {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 28px 6px 12px;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 18px !important;
    font-family: 'Sharp Sans';
    font-style: normal;
    background: url(../img/marketplace/close.png) no-repeat;
    background-position: calc(100% - 12px) 11px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 40px !important;
    text-align: center;
    color: #000000;
    transition: all ease-in-out .2s;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: max-content;
    font-weight: 500;
}

.visit-this-site.desktop-visit.use-this-template button {
    font-weight: 500;
    font-size: 14px;
    font-family: 'Graphik';
    letter-spacing: 0.02em;
    max-width: max-content;
    height: 34px;
    padding: 5px 16px;
    margin-left: 5px;
}
.top-part-portfolio {
    padding: 14px 22px;
}
 .ti-portfolio {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-left: 20px;
    border-left: 1px solid #999999;
    padding-left: 20px;
}
.back-portfolio a {
    color: #0F85AB;
}
.back-portfolio a svg path {
    stroke: #0F85AB;
}


/* WebCommander Pricing Start */

.pricing-step.tab-warp {
    justify-content: flex-end;
    padding-bottom: 0;
}
.webcommander-pricing-title {
    margin: 0 0 32px;
}
.webcommander-pricing-title h2 {
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    color: #000000;
    margin: 0 0 10px;
}
.webcommander-pricing-title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #353535;
}
.webcommander-pricing-table-scroll {
    overflow-x: auto;
    height: 535px;
}

.webcommander-pricing-table-scroll::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #F5F5F5;
}

.webcommander-pricing-table-scroll::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.webcommander-pricing-table-scroll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #ccc;
}
.choose-plan label {
    padding: 10px 16px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px !important;
    text-transform: capitalize;
    background: #139AC4;
    color: #ffffff !important;
    border-radius: 3px;
    font-family: 'Graphik';
    width: 100%;
}
.choose-plan label:hover {
    background: #0888b1;
}
.choose-plan label:after,
.choose-plan label:before
{
    display: none;
}
.webcommander-pricing-table {
    min-width: 1090px;
    border: 1px solid #F0F3F4;
}
.webcommander-pricing-table .wpt-row {
    border-bottom: 1px solid #F0F3F4;
    display: flex;
    justify-content: space-between;
}
.webcommander-pricing-table .wpt-row:last-child {
    border-bottom: none;
}
.webcommander-pricing-table .wpt-row .wpt-col {
    padding: 16px 16px;
    border-right: 1px solid #F0F3F4;
    min-width: calc(33% - 113px);
    max-width: calc(33% - 113px);
}
.webcommander-pricing-table.two-plan .wpt-row .wpt-col {
    min-width: calc(44% - 113px);
    max-width: calc(44% - 113px);
}
.webcommander-pricing-table.one-plan .wpt-row .wpt-col {
    min-width: calc(70% - 0px);
    max-width: calc(70% - 0px);
}
.webcommander-pricing-table.one-plan .wpt-row .wpt-col:last-child {
    padding-left: 200px;
    padding-right: 200px;
}
.webcommander-pricing-table .wpt-row.first-row .wpt-col {
    padding: 32px 24px;
}
.webcommander-pricing-table .wpt-row .wpt-col:last-child {
    border-right: none;
}
.webcommander-pricing-table .wpt-row .wpt-col.highlight {
    background: #F4FCFE;
}
.webcommander-pricing-table .wpt-row .wpt-col.first-col {
    min-width: 350px;
    max-width: 350px;
}
.webcommander-pricing-table .wpt-row .wpt-col p {
    font-size: 14px;
    line-height: 18px;
    color: #262626;
    margin: 0;
}
.webcommander-pricing-table .wpt-row .wpt-col .info {
    color: #5F5E5E;
}
.webcommander-pricing-table .wpt-row .wpt-col h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #262626;
    margin: 0 0 12px;
}
.webcommander-pricing-table .wpt-row .wpt-col h3 {
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    color: #262626;
}
.webcommander-pricing-table .wpt-row .wpt-col h3 small {
    font-weight: 500;
    font-size: 14px;
}
/* WebCommander Pricing End */


/*reviews*/
section.review-initial {
    border-radius: 5px;
    border: 1px solid #F0F3F4;
    text-align: center;
    padding: 40px;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 245px;
}
section.review-initial h6 {
    margin: 0;
    font-weight: 600;
}
section.review-initial p {
    margin:  10px 0 15px 0;
    font-size: 14px;
    line-height: 22px;
}
section.review-initial button {
    font-weight: 600;
    font-size: 14px;
    max-width: 140px;
    height: 38px;
    padding: 4px;
}
.reviews {
    background: #FFFFFF;
    margin-top: 60px;
    border: 1px solid #F0F3F4;
    border-radius: 5px;
}

.review-top{

}

.review-top-inner{
    display: flex;
    justify-content: space-between;
    padding: 24px 24px 28px 24px;
    border-radius: 5px;
}

.review-top-left{
    width: 100%;
    max-width: 131px;
    margin-right: 20px;
    text-align: center;
}
.review-top-left h3{
    margin: 0;
}

.review-top-left h2{
    font-family: 'Sharp Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 53px;
    color: #262626;
    padding-bottom: 5px;
    margin: 0;
}

.review-top-left p{
    padding-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #696969;
}

.review-top-right{
    width: 100%;
}

.progress-container {
    display: flex;
    width: 100%;
    margin-bottom: 3px;
}
.progress-label {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 5px;
}
.progress {
    width: 100%;
    background-color:#F0F3F4;;
    height: 8px;
    border-radius: 3px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 4px;
}
.progress-bar {
    width: 0%;
    height: 100%;
    background-color: #00B090;
    border-radius: 3px;
    text-align: right;
    transition: width 0.5s ease-in-out;
    box-sizing: border-box;
}

/*border-divider*/
.border-divider{
    border: 1px solid #EBEBEB;
    margin-right: 24px;
    margin-left: 24px;
}

/*write-review*/
.write-review{
    padding-bottom: 24px;
}
.write-review-header{
    display: flex;
    justify-content: space-between;
    padding: 24px 24px 28px 24px;

}
@media (max-width: 650px){
    .reviews{
        padding-top: 20px;
        margin-top: 35px;
    }
    .review-top-inner{
        display: flex;
        flex-wrap: wrap;
        padding-right: 20px;
        padding-left: 10px;
    }
    .review-top-left{
        width: 100%;
        min-width: 131px;
        margin: 0 auto;
        padding: 0 0 10px 0;
    }
    .progress-container{
        margin: 0 auto;
        padding: 10px 15px 0 15px;
    }
    .write-review-header{
        flex-wrap: wrap;
    }
    .write-review-header-left{
        padding-top: 10px;
    }
    .review-desc-box{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .write-review-header-right h2{
        font-size: 14px !important;
    }

}
.write-review-header-right{
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.write-review-header-right h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #262626;
    margin: 0;
}
.select-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
.select-wrapper select {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #262626;
    border: 0;
    cursor: pointer;
    outline: none;
    position: relative;
    background-position: calc(100% - 0px) 7px;
    padding-right: 20px;
    background-size: 11px;
}
.select-wrapper select:focus {
    border-color: #4CAF50;
}

.write-review-header-left button   {
    font-weight: 600;
    font-size: 16px;
    padding: 12px 14px 11px 14px;
}

/*review-desc*/
.review-desc-box{
    background: #FFFFFF;
    padding: 24px 24px 28px 24px;
}
.review-desc {
    padding: 20px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    box-shadow: 6px 6px 16px -8px rgba(0,0,0,.1);
}

.review-desc label{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.review-desc textarea {
    width: 100%;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 3px;
    padding: 10px 15px;
}
.review-desc textarea:focus {
    border: 1px solid #5c81cb !important;
    outline: 0;
}

.text-area-wrapper {
    position: relative;
    width: 100%;
}
.max-word-limit {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #495057;
    text-align: right;
}

.review-rating {
    padding-top: 28px;
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-rating .rating-app{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.review-button {
    display: flex;
    justify-content: end;
    border-top: 1px solid #e9e9e9;
    padding-top: 18px;
    align-items: center;
}

.review-button button {
    width: auto;
}
.review-button .cancel{
    background: #F6F6F7;
    border-radius: 3px;
    padding: 7px 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #262626;
    border: 0;
    cursor: pointer;
}

.review-button .submit-review{
    padding: 7px 16px;
    background: #1199C4;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    border: 0;
    margin-left: 12px;
    cursor: pointer;
    text-transform: capitalize;
    color: #FFFFFF;
}

/*customer-review*/
.page-template-template-details header.webalive-header {
    display: none;
}
.total-count {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    width: 30px;
    text-align: right;
}
.customer-review-top .user-photo {
    width: 40px;
    height: 40px;
    background: #FF9F40;
    border-radius: 32px;
    overflow: hidden;
}
.customer-review-top  .user-photo .short-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
}
.customer-review{
    padding: 0 24px 0 24px;
}
.customer-review-top{
    display: flex;
    padding-top: 28px;
}
.customer-review-top-inner {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.customer-review-top-inner .name-n-date{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 4px;
    line-height: 18px;
    color: #262626;
}
.customer-review-desc {
    padding-left: 52px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 28px;
    margin-top: 0px;
}
.customer-review-comment-container .customer-review:last-child .customer-review-desc {
    border: 0;
}
.customer-review-desc strong{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #262626;

}

.customer-review-desc p {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding-top: 8px;
    color: #262626;
    margin-bottom: 20px;
}
.customer-review-desc p:last-child,
.customer-review-desc p:only-child
{
    margin: 0;
}

.customer-review-desc .read-more{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding-top: 8px;
    color: #0F85AB;
    text-decoration: none;
}
.customer-review-desc .read-more:hover{
    text-decoration: underline;
}

/*Steps design css Start*/
.seperate-login-form {
    height: 100%;
}
.login-container .form-error {
    width: 100%;
    margin: 0;
    font-size: 14px;
    padding: 5px 0px;
}
.message.form-error span {
    display: block;
}
.login-container .trial-head {
    padding-bottom: 0 !important;
}
div#tmpl-wcc-forgot-form .trial-head {
    padding-bottom: 20px !important;
}
.login-container.modal-login-global .trial-head {
    padding-bottom: 20px !important;
}
.template-choose label{
    width: 100%;
}
.template-choose label:after,
.template-choose label:before{
    display: none;
}
.template-choose label {
    width: 100%;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: start;
}
.template-choose label img {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    object-fit: cover;
    display: block;
}
.template-choose label button{
    margin-left: auto;
}
.template-choose label .instance-btn {
    margin-left: auto;
    font-weight: 500;
    line-height: 18px;
    color: #FFFFFF;
    background: url("../img/technology-arrow.png") no-repeat center;
    border-radius: 3px;
    height: 28px;
    padding: 6px 10px;
    font-size: 0px;
    background-size: 8px;
}
.template-choose  .instanse-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 2px;
}
.template-choose  .instanse-title span {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5F5E5E;
}
.template-choose  .instanse-title {
    margin-left: 16px;
}
.instance-lists{
    height: 350px;
    overflow: auto;
}

.instance-lists::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #F5F5F5;
}

.instance-lists::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.instance-lists::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #ccc;
}
.accept-and-install-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.installing-logo{
    margin-bottom: 30px;
}
p.adding-title {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 14px;
    text-align: center;
}
.adding-container ul {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 1px 1px rgba(9, 30, 66, 0.25), 0px 0px 1px rgba(9, 30, 66, 0.31);
    border-radius: 4px;
    margin: 0 0 20px 0;
    padding: 4px 20px;
}
.adding-container ul li{
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 0;
}
.adding-container ul li:last-child{
    border: 0;
}
.adding-container {
    max-width: 412px;
    width: 100%;
}
.adding-container .btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 18px;
}
.btn-group .btn {
    font-weight: 600 !important;
    font-size: 14px !important;
    width: 100%;
    height: 40px;
    padding: 6px 10px !important;
    line-height: 26px;
}
.spinner-container{
    text-align: center;
    width: 100%;
}
.spinner{
    background: url("../img/marketplace/spinner.png") no-repeat center;
    width: 60px;
    height: 60px;
    margin: 25px;
    display: inline-block;
}
#install-message{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #262626;
}
.marketplace-template-skipBtn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.marketplace-template-skipBtn-group a:only-child {
    margin-left: auto;
}
/*Steps design css End*/


.one-time-payment {
    margin: 20px 0;
}
.one-time-payment span.plugin-doller {
    font-size: 40px;
    padding-bottom: 10px;
    display: block;
    font-weight: 300;
    line-height: 30px;
}
.total-plugin {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
    margin: 0;
    padding: 0;
}

.rating {
    display: inline-block;
    position: relative;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
    font-size: 24px;
}

.rating label:last-child .icon {
    color: #EBEBEB;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #00B090;
    font-size: 24px;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #EBEBEB;
    text-shadow: 0 0 5px #00B090;
}

.no-template-found {
    margin: 60px 0;
}
section.plugins-card-container .no-template-found {
    text-align: left;
    margin: 20px 0 40px 0;
}

section.details-slider-container  {
    margin-bottom: 30px;
    position: relative;
}
.richtext  li p{
    margin: 0 !important;
}
section.details-slider-container .item {
    height: 420px;
    background: #e6e6e7;
}
section.details-slider-container .item img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
body.page-template-template-plugin-details section.details-slider-container .item img{
    object-fit: cover;
}
section.details-slider-container .item video{
    height: 100%;
    width: 100%;
}
section.details-slider-container .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 45.3333px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    transition: all ease-in-out .2s;
}
section.details-slider-container .owl-nav button:focus,
section.details-slider-container .owl-nav button:hover
{
    outline: 0;
    box-shadow: none;
}
section.details-slider-container .owl-nav button span {
    font-size: 0px;
}
section.details-slider-container .owl-nav button.owl-prev {
    left: -20px;
    background: url("../img/left-long.png") no-repeat center;
}
section.details-slider-container .owl-nav button.owl-next {
    right: -20px;
    background: url("../img/right-long.png") no-repeat center;
}



.header-search input:-webkit-autofill,
.header-search input:-webkit-autofill:hover,
.header-search input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff  !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}


/*Fixing*/
.default-loader, .lds-ring-template {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    opacity: 0;
    display: none;
}
.default-loader:before,
.lds-ring-template:before
{
    content: "";
    background: rgba(0,0,0,.1);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.default-loader .wc-loader,
.lds-ring-template .wc-loader
{
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.default-loader.show,
.lds-ring-template.show-loader
{
    opacity: 1;
    display: block;
}
.hide-rel-section-item{
    display: none;
}
.finalise-area .no-template-found {
    max-width: 545px;
    margin: 0 auto;
}

/*Process failed css*/

.failed-maintain-box {
    text-align: center;
}

.failed-maintain-box{
    max-width:627px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.failed-maintain-box .maintain-title{
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin:0;
    padding:18px 0 16px 0;
    color: #185265;
    font-weight: 600;
}
.failed-maintain-box p{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #185265;
    margin-bottom:24px;
    line-height: 140%;
}
.failed-maintain-box .maintain--button-btn a{
    text-decoration:none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #1199C4;
}
.failed-maintain-box .maintain--button-btn a:hover{
    text-decoration: underline;
}