@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap'); */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*/

  /* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


:root {
  --main-color: hotpink;
  --pane-padding: 5px 42px;
  --button-light: #f8f8f8;    
  --primary-color: #4070FF;    
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #737373 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #737373 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #737373 !important;
}

body{    
    font-family: 'Inter', sans-serif !important;
    color: #324158;
}

.br-15{
    border-radius: 15px;
}
.categories ul {
    padding: 4px 0;
    justify-content: space-between;
}
.categories ul#catSubCat .sub-sub-menu {
    padding: 15px 0 !important;
} 
.pro-gig-menu {
    display: none
}
.navigation li a.active .notification-icon {
    background-position: 0 0px;
}
.navigation li a.active .message-icon {
    background-position: 0 3px;
}
div#chatsend {
    height: auto;
    margin-bottom: 20px;
}
.exzoom .exzoom_btn a.exzoom_next_btn {
    left: auto;
    right: 0;
    background: url(https://cubesnack.com/public/images/angle-right.png);
    background-size: cover;
    font-size: 0;
    border-color: white;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
.exzoom .exzoom_btn a.exzoom_prev_btn {
    left: auto;
    right: 0;
    background: url(https://cubesnack.com/public/images/angle-left.png);
    background-size: cover;
    font-size: 0;
    border-color: white;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
.exzoom .exzoom_btn a:hover {
    background-color: inherit !important;
    color: #fff;
}
.row.item-condition label {
    display: flex;
    margin-right: 0;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;

}
.row.item-condition label input {
    margin: 0;
    margin-right: 4px;
}
 ul.d-flex.top-pro-gig li.active a:after {
    content: "";
    height: 3px;
    background: #4070ff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px;
}
.navigation li.bluecube-icon img {
    width: 22px;
}
.summary .coupon input {
    border: none !important;
}
ul.d-flex.top-pro-gig li {
    text-align: center;
}
ul.d-flex.follow-following > li a:hover{color: #4070ff;}
.categories .top-pro-gig li a {
    background: #e0edff;
    padding: 10px 15px;
    color: var(--primary-color);
    border-radius: 50px;
    display: block;
    white-space: nowrap;
    text-align: center;
    color: #333;
    background: transparent;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
h4.icon-box-title b {
    font-weight: 500;
}
ul.d-flex.top-pro-gig {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 0;
}
.float-left{float: left;}
a.hamburger {
/*    border: 2px solid #4070ff;*/
    height: 33px;
    float: left;
    padding: 0 !important;
    width: 33px;
}
ul.d-flex.top-pro-gig + ul {
    position: relative;
}
ul.d-flex.top-pro-gig + ul {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}
#editstore .dropZoneOverlay > img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.add-listing-head p {
    margin-bottom: 0;
}
.add-listing-head h4 {
    font-size: 20px;
    text-transform: capitalize;
}
.add-listing-head p {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;;
}

#editstore  .dropZoneOverlay {
    background: transparent;
    border-radius: 10px;
    width: 100% !important;
    height: auto !important;
    position: static;
}
.store-type input{width: 18px;
    height: 18px;
    float: left;}
.store-type label{cursor: pointer}
#editstore .cover-image input.FileUpload {
    position: absolute;
    bottom: 0;
    right: 0px;
}
#editstore  .dropZoneOverlay input{opacity: 0}
#editstore .dropZoneContainer>.del-btn {
    width: 40px !important;
}
.frelancer button:hover {
    background: var(--button-light) !important;
}

#editstore .dropZoneContainer {
    width: 100%;
}
#editstore .dropZoneOverlay > img {
    height: 160px;
    width: 100%;
    object-fit: cover;
} 
.mobile-product-gigs, .mob-side-menu{display: none;}
#sellerstep2 .dropZoneOverlay {
    background: transparent !important;
}
.categories > ul > li {
    display: inline-block;
    padding: 0px 0;
    max-width: 100%;
    flex: 1;
    margin: 0 5px;
}
.decoration-line{text-decoration: underline}
.post .date {
/*    padding-left: 60px;*/
    color: #222;
    font-size: 14px;
}
.navigation li a:hover .shop-icon{
    background-position: 2px -2px;
}
.textarea {
    height: 110px;
    border-radius: 11px !important;
    resize: none
}
.categories ul li a {
    background: #e0edff;
    padding: 5px 15px;
    color: var(--primary-color);
    border-radius: 50px;
    display: block;
    white-space: nowrap;
    text-align: center;
}
.user-profile-wrapper .user-image {
    width: 80px;
    height: 60px;
    margin-top: 14px;
}
.cover-image a img {
/*    width: 60px !important;*/
}
.footer a {
    color: #4070ff;
    font-size: 1.1rem;
    margin: 0 0;
    display: inline-block;
    position: relative;
    margin-right: 7px;
    font-size: 10px;
}
/*
.fa-heart:before {
    content: "" !important;
    background: url(../images/Like-product.svg) !important;
    width: 22px;
    height: 20px;
    display: inline-block;
    opacity: 1;
    float: left;
    background: #000;
    background-size: cover !important;
    background-size: 100% !important;
}
*/
.counters div {
    margin-right: 90px;
}
a#shoplink:hover .shop-icon {
    background-position: 2px -2px;
}
.counters.d-flex .fa-heart {
    position: relative;
    top: 3px;
    margin-right: 4px;
}
div#mediabox {
    max-height: 180px;
    overflow: auto;
    overflow-x: hidden;
}
div#mediabox  .image-upload {
    width: 25px;
    position: relative;
    margin-right: 12px;
    overflow: hidden;
}
div#mediabox  .image-upload img {
    width: auto;
    height: 20px;
}
.posting small {
    background: #e1edfe;
    padding: 5px 13px;
    font-size: 10px;
    border-radius: 50px;
    display: inline-block;
}
#mediabox > img, #mediabox > video {
    cursor: pointer;
    width: auto;
    height: 80px;
    max-height: 100%;
    object-fit: contain;
    max-width: inherit;
    margin: 0 auto;
    border-radius: 8px;
}
.navigation li a.active span.social-icon {
    background-position: 0 2px;
 
}
#addpostblogform textarea {
    border: none;
    border-radius: 6px;
    padding: 20px 10px 10px;
    height: 140px;
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-size: 16px;
}
#postpopupbox .upload-action.justify-content-between.d-flex, #blogpostpopupbox .upload-action.justify-content-between.d-flex {
    border-top: 1px solid #eee;
    padding-top: 15px;
}
input#posttitle {
    width: 100%;
    background: #f5f5f5;
    padding: 8px 9px;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin-top: 15px;
}
.pro-title p {
    line-height: 25px;
    margin-bottom: 10px;
}
    .fa.fa-heart.like:before{
    content: "" !important;
    background: url(../images/LikeColor2.svg) !important;
        background-size: cover !important
    }
.cart-box .pro-title .price del {
    font-weight: 500;
    color: #bdb5b5;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 500;
}
.header-search.hs-simple label {
    top: 50% !important;
    transform: translateY(-50%);
}
.footer-links{color: #222;}
#myDeliveryform .address {
    border: 1px solid #ccc;
    padding: 9px 15px;
    border-radius: 6px;
    flex: 1;
    margin: 0 0;
    padding: 11px 19px;
    margin-bottom: 15px;
    background: #f5f5f5;
}
#myDeliveryform .address  .deliveryname {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}
p.deliveryname {
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.user-profile-wrapper .user-image {
    width: 100px !important;
    height: 100px !important;
    margin-top: 14px !important;
    border: 4px solid #fff !important;
    /* position: relative; */
    top: -2px;
    transform: translateY(-3px);
    margin-left: 10px;
    box-sizing: content-box;
}
.chat-system .user {
    width: 100%;
    text-align: center;
}
.chat-system .user-name {
    margin: 0;
}
.modal-content .add-card {
    border: none !important;
}
.header-right a{text-decoration: none !important}
div#myDeliveryform input {
    position: relative;
    top: 2px;  
}       
.sub-menu li a {
    text-align: left;
}
.sub-menu li:hover ul {
    display: block;
}
.categories {
/*    margin-bottom: 30px;*/
}

.post-action {
    padding: 15px 0;
}
.promote {
    border: 1px solid #000;
    padding: 3px 12px;
    border-radius: 50px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.counters div {
/*    margin-right: 15px;*/
}
.add-post button {
    padding: 12px 26px;
    font-size: 15px;
}
.post-wrapper {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0px;
}

li{list-style: none}
.navigation li a.active {
    background: var(--button-light);
}
.navigation li a.active .route_title{
    /* color: #4070ff; */
    color: #384158;
        font-weight: 500;
}
.navigation li a img {
    margin-right: 13px;
    width: 23px;
}
.target-box{display: none}
.target-box.show{display: block}
.sub-menu li a {
    padding: 7px 0px;
    font-size: 17px;
    color: #222;
}
.sub-menu > li > a {
    text-align: left;
    padding: 3px 15px !important;
    font-size: 13px;
}
.sub-menu {
    position: absolute;
    background: #fff;
    /* box-shadow: 0 0 5px rgb(0 0 0 / 30%); */
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    padding: 12px 0px;
    /* border-radius: 10px 0 0 10px; */
    border-radius: 0;
    margin-top: 0px;
    padding-bottom: 7px;
    width: auto;
    display: none;
    top: 43px;
    z-index: 9;
    border-radius: 9px;
}
a.hamburger {
    height: 41px;
}
.sub-sub-menu{
     border-radius: 9px !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%) !important;
}
.sub-sub-menu {
    position: absolute;
    left: 99%;
    /* box-shadow: 0 0 5px rgb(0 0 0 / 30%); */
    box-shadow: 2px 0 5px rgb(0 0 0 / 10%);
    background: #fff;
    /* border-radius: 0 10px 10px 0; */
    border-radius: 0px;
    width: auto;
    top: 0;
    margin-left: 2px;
    display: none;
    height: 100%;
    padding-top: 10px;
}
.sub-sub-menu li a {
    padding: 5px 19px;
    font-size: 13px;
}
ul.sub-menu li a {
    background: no-repeat;
}
.categories .sub-menu li {
    display: block;
}
.forgot-password > div, .verify-password > div, .createpassword > div {
    top: 50%;
    transform: translateY(-50%);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

.write-review-popup .write-review {
    text-align: left;
}

.write-review-popup .write-review .form-group {
    margin: 20px 0;
}

.upload-review {
    background: #f1f1f1;
    text-align: center;
    padding: 25px 10px;
    border-radius: 11px;
    position: relative;
}
.upload-review input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer
}
.write-review button {
    cursor: pointer;
}

/*Rating*/
.star-rating {
  direction: rtl;
  display: inline-block;
  padding: 0px;
  cursor: default;
}
.star-rating input[type=radio] {
  display: none;
}
.star-rating label {
  color: #bbb;
  font-size: 2rem;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
  color: #f2b600;
}
/*Rating*/

.upload-review img {
    width: 50px;
}
.line-height-15{line-height: 15px;}
.signup-wrapper, .signup-wrapper-new-account, .add-listing-wrapper, .blue-cube-wrapper, .get-app-wrapper, .forgot-password, .verify-password, .createpassword, .post-reply-wrapper, .write-review-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0000001f;
    z-index: 999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    backdrop-filter: blur(10px);
    overflow-y: auto;
}
.write-review-popup .write-review {
    text-align: left;
}
.post-reply-wrapper .post {
    padding: 6px 0;
}
.post-reply-wrapper .post p {
    font-size: 12px;
    margin-bottom: 6px;
}
.post-reply-wrapper .post .date {
    padding-left: 56px;
    color: #222;
    font-size: 12px;
}
.post-reply-wrapper > .signup-box {
    height: 95vh;
}
.post-reply-wrapper .post-wrapper {
    height: 80vh;
    overflow: auto;
}
.reply .chat-box-input input[type="file"] {
    opacity: 0;
    position: absolute !important;
    left: 0 !important;
}
.reply .img-up, .reply .cam {
    padding: 10px 0;
}
.login_signup_btn {
    margin-bottom: 0px;
}
.user-profile-wrapper .dropZoneOverlay {
    border-radius: 50%;
}
.reply .submit {
    position: static;
    margin: 0;
}
.reply .chat-box-input input{position: static} 
.post-reply-wrapper .reply {
    margin-left: 0;
    margin-bottom: 0;
    width: auto;
    position: absolute;
    left: 0;
    background: #ffffff;
    right: 0;
    bottom: 0;
    height: 90px;
    border-radius: 0 0 4px 4px;
    padding: 0 15px;
    border-top: 1px solid #ccc;
}
.reply .chat-box-input {
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
}
.reply .chat-box-input input{position: static !important}
.reply .chat-box-input input {
    background: #c8c8c8;
}
.reply .submit {
    position: static;
    margin: 0;
    padding: 0;
    font-weight: 300;
    background: #c8c8c8;
    padding: 10px 19px;
    margin-left: 10px;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}
.reply .chat-box-input input {
    background: #c8c8c8;
    position: absolute;
    width: 73%;
    padding: 18px 10px;
    bottom: 0;
    border-radius: 50px;
}

.reset-done {
    text-align: center;
}
.reset-done img{
    width: 80px
}
form.digit-group input {
    width: 50px !important;
    border: 1px solid #000 !important;
    height: 60px;
    border-radius: 11px !important;
    text-align: center;
    font-size: 18px;
}
.otp .otp-inner {
    display: flex;
    justify-content: space-between;
}
.post .user-info input {
    border: none !important;
    padding: 0 !important;
    min-height: 43px !important;
    
}
.countdown {
    background: #4070ff2e;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    width: 90px;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #4070ff;
}
.post button.btn.btn-submit.btn-dim {
    height: 40px;
}
.otp button {
    margin-top: 50px;
}
.modal-login {
    text-align: center;
    margin-top: 20px;
}
.signup-box {
    background: #fff;
    width: 550px;
    height: 350px;
    border-radius: 15px;
}
.owl-carousel .owl-item img {
    height: auto
}

.owl-loaded .owl-stage:after {
    content: ""
}

.owl-carousel:not(.owl-loaded) {
    flex-wrap: nowrap;
    overflow: hidden
}

.owl-carousel:not(.owl-loaded)[class*=cols-]:not(.gutter-no) {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: auto
}

.fieldset{border: none}
fieldset.wizard-fieldset.show {
    border: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 1.5rem
}

.owl-theme.owl-shadow-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 4rem
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    margin: 0;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 400;
    color: #26c
}

.owl-theme .owl-nav .owl-next i:before,
.owl-theme .owl-nav .owl-prev i:before {
    margin: 0
}

.owl-theme .owl-nav .owl-next:not(.disabled):active .owl-theme .owl-nav .owl-next:not(.disabled):focus,
.owl-theme .owl-nav .owl-next:not(.disabled):active .owl-theme .owl-nav .owl-prev:not(.disabled):focus,
.owl-theme .owl-nav .owl-next:not(.disabled):hover,
.owl-theme .owl-nav .owl-prev:not(.disabled):active .owl-theme .owl-nav .owl-next:not(.disabled):focus,
.owl-theme .owl-nav .owl-prev:not(.disabled):active .owl-theme .owl-nav .owl-prev:not(.disabled):focus,
.owl-theme .owl-nav .owl-prev:not(.disabled):hover {
    background-color: #26c;
    border-color: #26c;
    color: #fff
}

.owl-theme .owl-nav .owl-next.disabled,
.owl-theme .owl-nav .owl-prev.disabled {
    color: #ccc
}

.owl-theme .owl-nav .owl-prev {
    left: -40px
}

.owl-theme .owl-nav .owl-next {
    right: -40px
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #26c;
    border-color: #26c
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px
}
.signup-box {
    background: #fff;
/*    width: auto;*/
    height: auto;
    border-radius: 15px;
    padding: 20px 40px;
    margin-top: 0px;
}
.underconstruction > div {
    transform: inherit;
}
.social-btn {
    margin: 10px 5px;
}
.signup-wrapper .social-btn {
    margin: 6px 5px 10px;
}
.social-btn a {
    display: block;
    border: 1px solid #000;
    padding: 16px 32px;
    text-align: center !important;
    border-radius: 51px !important;
    font-size: 20px;
    text-align: center;
    padding-left: 0 !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    line-height: 50px !important;
}
.social-btn a:before{margin-right: 0 !important}
.social-links {
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex !important;
}
@media (max-width:1300px) {
    .owl-theme .owl-nav .owl-prev {
        left: 20px
    }

    .owl-theme .owl-nav .owl-next {
        right: 20px
    }
}

.owl-nav-full .owl-nav {
    opacity: 0;
    transition: opacity 0.4s
}

.owl-nav-full .owl-nav .owl-next,
.owl-nav-full .owl-nav .owl-prev {
    margin: 0;
    top: 0;
    height: 100%;
    transform: none;
    border: 0;
    font-size: 3rem;
    font-weight: 400;
    color: #333;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.4s
}

.owl-nav-full .owl-nav .owl-next:not(.disabled):hover,
.owl-nav-full .owl-nav .owl-prev:not(.disabled):hover {
    color: #26c;
    background-color: rgba(255, 255, 255, 0.8)
}

.owl-nav-full .owl-nav .owl-next.disabled,
.owl-nav-full .owl-nav .owl-prev.disabled {
    visibility: hidden;
    opacity: 0
}

.owl-nav-full .owl-nav .owl-prev {
    left: 0;
    box-shadow: 4px 0px 7px -5px rgba(0, 0, 0, 0.2)
}

.owl-nav-full .owl-nav .owl-next {
    right: 0;
    box-shadow: -4px 0px 7px -5px rgba(0, 0, 0, 0.2)
}

.owl-nav-full:hover .owl-nav {
    opacity: 1
}

.owl-nav-full:hover .owl-prev {
    left: 0
}

.owl-nav-full:hover .owl-next {
    right: 0
}

.owl-nav-arrow .owl-nav .owl-next,
.owl-nav-arrow .owl-nav .owl-prev {
    margin: 0;
    color: #666;
    font-weight: 400;
    width: 1em;
    height: 1em;
    font-size: 4.5rem;
    border: none
}

.owl-nav-arrow .owl-nav .owl-next i,
.owl-nav-arrow .owl-nav .owl-prev i {
    display: none
}

.owl-nav-arrow .owl-nav .owl-next:before,
.owl-nav-arrow .owl-nav .owl-prev:before {
    font-family: "riode"
}

.owl-nav-arrow .owl-nav .owl-next:not(.disabled):active,
.owl-nav-arrow .owl-nav .owl-next:not(.disabled):focus,
.owl-nav-arrow .owl-nav .owl-next:not(.disabled):hover,
.owl-nav-arrow .owl-nav .owl-prev:not(.disabled):active,
.owl-nav-arrow .owl-nav .owl-prev:not(.disabled):focus,
.owl-nav-arrow .owl-nav .owl-prev:not(.disabled):hover {
    background-color: transparent;
    color: #26c
}

.owl-nav-arrow .owl-nav .owl-next.disabled,
.owl-nav-arrow .owl-nav .owl-prev.disabled {
    color: #aaa
}

.owl-nav-arrow .owl-nav .owl-next {
    right: 5%
}

.owl-nav-arrow .owl-nav .owl-next:before {
    content: ""
}

.owl-nav-arrow .owl-nav .owl-prev {
    left: 5%;
    margin-right: 20px
}

.owl-nav-arrow .owl-nav .owl-prev:before {
    content: ""
}

.owl-nav-inner .owl-nav .owl-next,
.owl-nav-inner .owl-nav .owl-prev {
    opacity: 0;
    visibility: hidden
}

.owl-nav-inner .owl-nav .owl-prev {
    left: 0
}

.owl-nav-inner .owl-nav .owl-next {
    right: 0
}

.owl-nav-inner:hover .owl-next,
.owl-nav-inner:hover .owl-prev {
    opacity: 1;
    visibility: visible
}

.owl-nav-inner:hover .owl-prev {
    left: 2rem
}

.owl-nav-inner:hover .owl-next {
    right: 2rem
}

.owl-nav-top .owl-nav {
    position: absolute;
    display: flex;
    top: -5.3rem;
    right: -0.4rem;
    color: #ccc
}

.owl-nav-top .owl-nav .owl-next:not(.disabled) .owl-prev:not(.disabled) {
    color: #777
}

.owl-nav-top .owl-nav .owl-next,
.owl-nav-top .owl-nav .owl-prev {
    position: static;
    transform: translateY(-11%)
}

.owl-nav-top .owl-nav .owl-next {
    margin-right: 5px
}

.owl-nav-top .owl-nav i {
    padding: 0.1rem 0.5rem;
    font-size: 1.8rem;
    font-weight: 700
}

.owl-nav-top .owl-nav i:before {
    margin: 0
}

.owl-nav-top.owl-nav-arrow .owl-nav .owl-next,
.owl-nav-top.owl-nav-arrow .owl-nav .owl-prev {
    font-size: 3.4rem
}

.owl-nav-bottom .owl-nav {
    position: absolute;
    bottom: 1.7rem;
    right: -0.4rem;
    color: #999
}

.owl-nav-bottom .owl-nav i {
    font-size: 2rem;
    font-weight: 700
}

.owl-nav-bottom .owl-nav i:before {
    margin: 0
}

.owl-nav-bottom .owl-prev {
    margin-right: 0.8rem
}

.owl-dot-white .owl-dots .owl-dot span {
    background-color: #fff;
    border-color: #fff;
    opacity: 0.8
}

.owl-dot-white .owl-dots .owl-dot.active span {
    background-color: #fff;
    border-color: #fff;
    opacity: 1
}

.owl-dot-grey .owl-dots .owl-dot span {
    background-color: #efefef;
    border-color: #efefef
}

.owl-dot-grey .owl-dots .owl-dot.active span {
    background-color: #999;
    border-color: #999
}

.owl-dot-dark .owl-dots .owl-dot span {
    background-color: #a1a1a1;
    border-color: #a1a1a1
}

.owl-dot-dark .owl-dots .owl-dot.active span {
    background-color: #333;
    border-color: #333
}

.owl-dot-inner .owl-dots {
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    transform: translateX(-50%)
}

.brand-carousel .owl-stage {
    display: flex;
    align-items: center
}

.brand-carousel .owl-item img {
    width: auto;
    margin: auto
}

.brand-carousel:not(.loaded) {
    text-align: center;
    align-items: center
}

.owl-carousel .slide-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: filter, transform, opacity;
    visibility: hidden;
    opacity: 0
}

.owl-carousel .slide-animate.show-content {
    visibility: visible;
    opacity: 1
}

.owl-full-height,
.owl-full-height .owl-item,
.owl-full-height .owl-stage,
.owl-full-height .owl-stage-outer,
.owl-same-height .owl-item > * {
    height: 100%
}

.owl-same-height .owl-stage {
    display: flex
}

.owl-full-height .owl-item img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.owl-shadow-carousel .owl-stage-outer {
    margin: -30px;
    padding: 30px
}

.owl-nav-bg .owl-nav .owl-prev {
    left: 15.4%
}

.owl-nav-bg .owl-nav .owl-next {
    right: 15.4%
}

.owl-nav-bg .owl-nav [class*=owl-] {
    width: 4.8rem;
    height: 4.8rem;
    border-width: 2px;
    font-size: 3.2rem;
    color: #666;
    border-color: #666
}

.owl-nav-bg .owl-nav [class*=owl-].disabled {
    border-color: #acabab
}

.owl-nav-bg .owl-nav i {
    line-height: 1;
    margin-bottom: 2px
}

.owl-nav-fade .owl-nav .owl-prev {
    opacity: 0;
    margin-left: 4rem
}

.owl-nav-fade .owl-nav .owl-next {
    opacity: 0;
    margin-right: 4rem
}

.owl-nav-fade:hover .owl-nav .owl-prev {
    opacity: 1;
    margin-left: 0
}

.owl-nav-fade:hover .owl-nav .owl-next {
    opacity: 1;
    margin-right: 0
}

.owl-split .owl-item:not(:last-child) {
    position: relative
}

.owl-split .owl-item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ebebeb
}

.owl-middle .owl-stage {
    display: flex;
    align-items: center
}

.rotate-slider {
    padding-left: 17.9%
}

.rotate-slider .owl-stage-outer {
    margin: -20px;
    padding: 20px;
    padding-left: 23%;
    margin-left: -23%
}

.rotate-slider .owl-item {
    transition: 1s;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1)
}

.rotate-slider .owl-item:not(.active) {
    transform: scale(0.8) translateX(100%);
    transform-origin: left
}

.rotate-slider .owl-nav .owl-next {
    right: auto;
    left: 40px;
    font-size: 36px
}

.rotate-slider .owl-nav .owl-next:before {
    content: ""
}

.rotate-slider .owl-nav .owl-prev {
    display: none
}

@media (max-width:479px) {
    .rotate-slider .owl-nav .owl-next {
        right: auto;
        left: 15px;
        font-size: 24px
    }
}

*,
:after,
:before {
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html.dark-theme {
    background-color: #151515
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
/*    color: #666;*/
    color: #324158;
}

main {
    display: block;
    position: relative;
    background-color: #fff;
    margin-top: 80px;
    float: left;
    width: 100%;
/*    margin-top: 0;*/
    /* height: calc(100vh - 60px); */
}
.navigation li a {
    padding: 12px 21px;
    display: block;
    margin-bottom: 10px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 500;
    color: #222;
}
.navigation li a:hover {
/*    color: var(--primary-color);*/
}
main.main .page-content {
    padding: 0 20px;
    background: #fff !important;
}

#manage-profile .form-group label {
    margin-bottom: 9px;
    display: block;
    font-weight: 400;
    color: #000;
    width: 120px;
    max-width: 120px;
    font-size: 12px;
    flex-shrink: 0;
} 
p.dob-note {
    font-size: 12px;
    line-height: 18px;
    margin-top: 14px;
    color: #888;
}

#manage-profile .cover-image .cover-back {
    height: 160px;
    }

#manage-profile .user-profile-wrapper .user-image {
    width: 60px !important;
    height: 60px !important;
}
#manage-profile .uploadImg.user-image img {
    height: 100% !important;
}
#manage-profile .a-upimg {
    bottom: 45px !important;
}
#manage-profile #edit-profile-box .d-flex.justifty-content-between.align-items-center {
    margin-bottom: 10px;
}
#manage-profile .form-control {
    min-height: 2rem;
    font-size: 12px;
}
body:not(.loaded) * {
/*    transition: all 0s !important*/
}

.page-wrapper {
    position: relative;
    transition: margin 0.4s
}

table {
    width: 100%;
    border-collapse: collapse
}

table td,
table th {
    padding: 0
}

.section {
    padding: 7rem 0
}

.grey-section {
    background: #f6f7f9
}

.background-section {
    background-repeat: no-repeat
}

.parallax {
    background-color: #3c3f41
}

ul {
    padding-left: 1.5em
}

.breadcrumb,
.category ul,
.comments ul,
.dropdown-box,
.filter-items,
.list,
.menu,
.menu ul,
.mobile-menu,
.mobile-menu ul,
.nav,
.nav-filters,
.nav ul,
.pagination,
.product-nav,
.product-tabs > div ul,
.select-menu > ul,
.widget-body,
.widget-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s
}

a:hover {
    color: #324158
}

:focus {
    outline: 0
}

figure {
    margin: 0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}
.productPrice + hr, .postdate.date + hr {
    margin: 15px 0 15px 0px !important;
}
hr {
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #eee
}

input {
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

input:focus {'Inter', sans-serif;
}

.input-group > button,
.input-Inter, sans-serif;nput-wrapper > button,
.input-wrapper > input {
    margin: 0px
}

i {
    font-style: normal
}

button:focus {
    outline: none
}

.scrollable,
.sidebar-content {
    -webkit-overflow-scrolling: touch
}

.scrollable::-webkit-scrollbar,
.sidebar-content::-webkit-scrollbar {
    height: 7px;
    width: 4px
}

.scrollable::-webkit-scrollbar-thumb,
.sidebar-content::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    cursor: pointer
}

.scrollable-light::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2)
}

@keyframes bouncedelay {

    0%,
    80%,
    to {
        transform: scale(1)
    }

    40% {
        transform: scale(1.2)
    }
}

@keyframes rotatedelay {
    0% {
        transform: rotateZ(0)
    }

    to {
        transform: rotateZ(360deg)
    }
}

@keyframes reveal-1 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%
    }

    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(55%, 55%, 0);
        border-radius: 0
    }

    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(55%, 55%, 0);
        border-radius: 0
    }

    to {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
}

@keyframes reveal-2 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%
    }

    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(55%, -55%, 0);
        border-radius: 0
    }

    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(55%, -55%, 0);
        border-radius: 0
    }

    to {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
}

@keyframes reveal-3 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%
    }

    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(-55%, -55%, 0);
        border-radius: 0
    }

    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(-55%, -55%, 0);
        border-radius: 0
    }

    to {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
}

@keyframes reveal-4 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%
    }

    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(-55%, 55%, 0);
        border-radius: 0
    }

    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(-55%, 55%, 0);
        border-radius: 0
    }

    to {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
}

.bounce-loader {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transition: all 0.2s;
    text-align: center;
    z-index: 10000
}
div#increase {
    font-size: 30px;
    color: #000;
    padding: 0 8px;
    padding-left: 0;
    cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.quantity-selector {
    border: 2px solid #000 !important;
}
div#increase, div#decrease {
    margin-top: -3px !important;
}
.quantity-selector{    padding: 7px 5px !important;}
div#decrease {
    color: #000;
    font-size: 32px;
    padding-left: 7px;
    cursor: pointer;
   -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */

}
.charge, .you-save {
    letter-spacing: 0 !important;
}
.free-shiping-return b {
    font-size: 1.5rem !important;
}
/*
.categories ul li a:hover {
    background: #4070ffde;
    color: #fff;
    transition: inherit;
}
*/
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3,
.bounce-loader .bounce4 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    background-color: #26c
}

.bounce-loader .bounce1 {
    animation: 2s infinite reveal-1
}

.bounce-loader .bounce2 {
    animation: 2s infinite reveal-2
}

.bounce-loader .bounce3 {
    animation: 2s infinite reveal-3
}

.bounce-loader .bounce4 {
    animation: 2s infinite reveal-4
}

.bounce-loader .bounce3 {
    border: 3px solid #26c;
    background-color: transparent
}

.appear-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: transform, filter, opacity
}

.fade {
    opacity: 0;
    transition: opacity 0.5s
}

.fade.in {
    opacity: 1
}

.scroll-top {
    position: fixed;
    text-align: center;
    bottom: 30px;
    left: auto;
    right: 30px;
    width: 60px;
    height: 60px;
    font-size: 27px;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    color: #222;
    transform: translateY(40px);
    border-radius: 3px;
    z-index: 999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    line-height: 60px;
    background-color: #fff
}

.scroll-top:hover {
    color: #222
}

.scroll-top i {
    font-weight: 900;
    line-height: inherit
}
#report-brand-user .header-report-brand{display: none;}
.curved-box.fixed-heading.write-article-opened + .email-verification.after-login .add-post-inner.article-wrapper {
    height: auto;
    overflow: hidden;
}
.curved-box.fixed-heading.write-article-opened + .email-verification.after-login .add-post-inner.article-wrapper .social-add-header {
    height: auto;
}
.hash-mention label {
    font-weight: 400 !important;
}
#hashTags-popup{padding-top: 0; padding-bottom: 0}
#mentions-dropdown {
    border-radius: 12px !important;
}
.hash-mention .input-tags-wrapper .user-item {
    background-color: #252525 !important;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc;
    filter: invert(1);
    box-shadow: none;
    border: 1px solid #efefef;
    border-radius: 10px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options span.ql-picker-item {
    color: #000;
}
span.ql-align.ql-picker.ql-icon-picker.ql-expanded span.ql-picker-item svg {
    filter: invert(1);
}
#mentions-dropdown .dropdown-item:hover {
    background: #f0f0f003 !important;
}
@media (min-width:768px) {
    .create-button-footer{display: none;}    
    .scroll-top.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fixedTop {
    0% {
        transform: translateY(-100%);
        transform-origin: center top 0px
    }

    to {
        transform: translateY(0)
    }
}

@keyframes fixedBottom {
    0% {
        transform: translateY(100%);
        transform-origin: center top 0px
    }

    to {
        transform: translateY(0)
    }
}

.sticky-content.fix-top {
    top: 0;
/*
    padding-top: 25px;
    padding-bottom: 25px;
*/
}

.sticky-content.fix-bottom {
    bottom: 0
}

.sticky-content.fixed {
    position: fixed;
    opacity: 1;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1051;
    box-shadow: none;
/*    border-bottom: 1px solid #cccccc5c !important;*/
}
.sticky-header{border-bottom: none !important}
/*
.sticky-content.fixed.fix-top {
    animation: fixedTop 0.4s
}
*/

/*
.sticky-content.fixed.fix-bottom {
    animation: fixedBottom 0.4s
}
*/

.load-more-overlay.loading:after,
.loading:not(.load-more-overlay) {
    animation: spin 650ms infinite linear;
    border: 2px solid transparent;
    border-radius: 32px;
    border-top: 2px solid rgba(0, 0, 0, 0.4) !important;
    border-right: 2px solid rgba(0, 0, 0, 0.4) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4) !important;
    content: "";
    display: block;
    height: 21px;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    position: absolute;
    width: 21px
}

.dark-theme .load-more-overlay.loading:after,
.dark-theme .loading:not(.load-more-overlay) {
    border-radius: 32px;
    border-top: 2px solid rgba(255, 255, 255, 0.6) !important;
    border-right: 2px solid rgba(255, 255, 255, 0.6) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6) !important
}

.load-more-overlay {
    position: relative
}

.load-more-overlay.loading:after {
    content: ""
}

.load-more-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.8
}

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

    to {
        transform: rotate(359deg)
    }
}

.riode-rounded-skin .btn,
.riode-rounded-skin .minipopup-box,
.riode-rounded-skin .post-calendar,
.riode-rounded-skin .post-framed,
.riode-rounded-skin .post-media,
.riode-rounded-skin .post-single .post-author-detail,
.riode-rounded-skin .post-single > .post-wrap img,
.riode-rounded-skin .product-category,
.riode-rounded-skin .product-category .category-content,
.riode-rounded-skin .product-hide-details .btn-product,
.riode-rounded-skin .product-hide-details .btn-product-icon,
.riode-rounded-skin .product-with-qty .quantity button,
.riode-rounded-skin .product-wrapper .banner,
.riode-rounded-skin .vendor-widget .vendor-banner,
.riode-rounded-skin .vendor-widget .vendor-logo,
.riode-rounded-skin .vendor-widget .vendor-product > figure {
    border-radius: 3px;
    overflow: hidden
}

.riode-rounded-skin .login-popup {
    border-radius: 3px
}

.riode-rounded-skin .form-row [type=email],
.riode-rounded-skin .form-row [type=password],
.riode-rounded-skin .form-row [type=tel],
.riode-rounded-skin .form-row [type=text],
.riode-rounded-skin .form-row textarea {
    border-radius: 3px
}

.riode-rounded-skin .btn-link,
.riode-rounded-skin .form-coupon .input-text {
    border-radius: 0;
    overflow: visible
}

.riode-rounded-skin .post.post-mask.gradient:before {
    border-radius: 0 0 3px 3px;
    overflow: hidden
}

.riode-rounded-skin .mfp-product .product,
.riode-rounded-skin .product-category.cat-type-default {
    border-radius: 10px
}

.sticky-icon-links li:nth-child(4) a {
    background: #26c
}

.d-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10
}

.d-loading.small i {
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px
}

.d-loading i {
    position: absolute;
    left: calc(50% - 17px);
    top: calc(50% - 17px);
    width: 34px;
    height: 34px;
    border: 2px solid transparent;
    border-top-color: #26c;
    border-radius: 50%;
    animation: spin 0.75s infinite linear
}

.d-loading i:before {
    content: "";
    top: -2px;
    left: -2px;
    position: absolute;
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
    animation: spin 1.5s infinite ease
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.p-sticky {
    position: sticky !important
}

.p-relative {
    position: relative !important
}

.p-absolute {
    position: absolute !important
}

.x-50 {
    left: 50% !important;
    transform: translateX(-50%) !important
}

.x-50.y-50 {
    transform: translate(-50%, -50%) !important
}

.y-50 {
    top: 50% !important;
    transform: translateY(-50%) !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

.align-items-end {
    align-items: flex-end !important
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-1 {
    flex: 1 !important
}

.overflow-hidden {
    overflow: hidden !important
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (max-width:1199px) {
    .d-xl-show {
        display: none !important
    }
}

@media (max-width:991px) {
    .d-lg-show {
        display: none !important
    }
}

 
.orders-list .product-desc button.btn.blue-bg-trans.text-blue.br11.p10.fw100 {
    top: 0;
}    
    .qr.d-flex {
    flex-direction: column;
}

   
.mobile_login .login_signup_btn {
    flex-direction: column;
} 
.login_signup_btn a {
    display: block !important;
    width: 100% !important;
}
.login_signup_btn {
    margin-bottom: 0px;
    padding: 0 0;
}
.mobile_login h3 {
    font-size: 2rem;
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
}    
    .d-md-show {
        display: none !important
    }
}

@media (max-width:479px) {
    .d-xs-show {
        display: none !important
    }
}

.font-primary {
    font-family: 'Inter', sans-serif !important
}

.font-secondary {
    font-family: 'Inter', sans-serif !important
}

.font-tertiary {
    font-family: 'Inter', sans-serif !important
}

.font-weight-bolder {
    font-weight: 800 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-semi-bold {
    font-weight: 600 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-light {
    font-weight: 300 !important
}
.productTitle a {
    font-size: 16px;
    font-weight: 400;
}
.productPrice {
    color: #324158 !important;
    font-weight: 600 !important;
    font-size: 21px !important;
}
.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-normal {
    text-transform: none !important
}

.font-italic {
    font-style: italic !important
}

.font-normal {
    font-stretch: normal !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.text-white {
    color: #fff !important
}

.text-light {
    color: #ccc !important
}

.text-grey {
    color: #999 !important
}

.text-body {
    color: #666 !important
}

.text-dark {
    color: #222 !important
}

.text-black {
    color: #000 !important
}

.text-primary {
    color: #26c !important
}

.text-secondary {
    color: #fbb03b !important
}

.ls-md {
    letter-spacing: -0.03em !important
}

.ls-s {
    letter-spacing: -0.01em !important
}

.ls-m {
    letter-spacing: -0.025em !important
}

.ls-l {
    letter-spacing: -0.05em !important
}

.ls-normal {
    letter-spacing: 0 !important
}

.lh-2 {
    line-height: 2 !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-0 {
    line-height: 0 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-dark {
    background-color: #222 !important
}

.bg-grey {
    background-color: #999 !important
}

.bg-light {
    background-color: #ccc !important
}

.bg-black {
    background-color: #000 !important
}

.bg-primary {
    background-color: #26c !important
}

.bg-secondary {
    background-color: #fbb03b !important
}

.border-no {
    border: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
    margin: 0 0 2rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    line-height: 1.4;
    color: #324158
}

.tncpages h2{
    color: #324158
}

h1 {
    font-size: 4rem
}

h2 {
    font-size: 3.4rem
}

h3 {
    font-size: 3rem
}

h4 {
    font-size: 2.4rem
}

h5 {
    font-size: 1.8rem
}

h6 {
    font-size: 1.5rem
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
line-height: 22px;
    color: #545454;
    color: #324158;
}

.bio p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #545454;
    color: #333;
    font-weight: 500;
}

blockquote {
    margin: 0
}

.list {
    font-size: 1.4rem;
    line-height: 1.86;
    color: #666
}

.list-style-none {
    list-style: none
}

.list-type-number {
    list-style-type: decimal
}

.list-type-check li {
    position: relative;
    padding-left: 2.4rem
}

.list-type-check li:before {
    display: block;
    position: absolute;
    left: 3px;
    top: 2px;
    font-family: "riode";
    content: "";
    font-weight: 700;
    font-size: 1.2rem;
    color: #222
}

.list-circle li {
    padding-left: 1rem;
    margin-bottom: 1rem
}

.list-circle i {
    margin-right: 1.2rem;
    width: 4rem;
    height: 4rem;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-align: center;
    line-height: 3.8rem;
    font-size: 1.1rem
}

.list-arrow li {
    position: relative;
    transition: color 0.3s, padding 0.3s
}

.list-arrow li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    font-family: "riode";
    font-size: 1.4rem;
    transition: opacity 0.3s, visibility 0.3s
}

.list-arrow li.show,
.list-arrow li:hover {
    padding-left: 2.2rem;
    color: #26c
}

.list-arrow li.show:before,
.list-arrow li:hover:before {
    visibility: visible;
    opacity: 1
}

.text-bd-left {
    position: relative;
    padding-left: 2rem
}

.text-bd-left:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 2px;
    top: 5px;
    bottom: 5px;
    background-color: #dae1e5
}

.blog_border {
/*
    background: #fff;
    border: 2px solid #efefef;
    border-radius: 17px;
    padding: 25px 15px;
*/
}
.blog_border  .postTitle {
    color: #000;
    line-height: 20px;
    padding: 0 0;
    /* border-top: 1px solid #efefef; */
    padding-left: 33px;
    text-indent: -34px;
}
.blogTitle {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    margin-bottom: 5px;
}
.blogTitle + .postdate {
    margin-bottom: 10px !important;
}
.blogDesc {
    padding-left: 10px;
}
.blogTitle + .postdate {
    padding-left: 0;
    margin-left: 0;
}
.blog_border .postTitle  a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.serach-popup {
    position: absolute !important;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    border: none;
    max-height: 200px;
    overflow: auto;
    box-shadow: 0 0 5px rgb(129 129 129 / 30%);
    padding-top: 10px;
    padding-bottom: 10px;
}
#addmessageform .send {
    margin-left: 40px;
    width: auto;
    height: 40px;
}
#addmessageform  a.close {
    top: 0;
    right: 0;
}
.no-orders {
    text-align: center;
    margin-top: 50px;
    max-width: 340px;
    margin: 50px auto 20px;
}
.no-orders .btn.btn-blue {
    background: #4070ff;
    color: #fff;
    border: none;
    border-radius: 35px;
    width: 100%;
    padding: 17px 0;
    font-size: 14px;
    font-weight: 500;
}
.no-orders .btn.btn-blue:hover{
        background: #4f91f5;
}
.no-order-text h3 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.no-order-text p {
    font-size: 15px;
    color: #000;
    margin-top: 15px;
    line-height: 23px;
}
.serach-popup ul li a {
    padding: 7px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.searchin ul {
    margin: 0;
}
.blog_border .post-image {
    padding: 0;
}
.blogDesc p, .blogDesc b, .blogDesc font {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem  !important;
    font-weight: 400;
}
.searchin li{position: relative}
.searchin img {
    position: absolute;
    right: 9px;
    top: 11px;
    width: 15px;
}
#myAddressModal .modal-header, #myModal .modal-header {
    padding: 15px 23px;
    border-bottom: 1px solid #e5e5e5;
}
.serach-popup{display: none;}
.cart-box .del a {
    width: 40px;
    height: 40px;
}
.cart-box .del a img {
    width: 16px;
    opacity: 0.8;
}
.dark-mode .comment2 a, .dark-mode .comment2 i {
    color: #fff !important;
}
.comment2 i {
    margin-right: 5px;
}
 .comment2 a {
    font-size: 17px !important;
    position: relative;
     color: #324158
}
.comment2 {
    margin-right: 25px !important;
}
.underconstruction{display: none !important;}
div#product-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}
.show-blog-post-menu {
   position: absolute;
    bottom: 70px;
    z-index: 9999;
    background: #000;
    width: 200px;
    left: 0;
    bottom: 70px;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 8%);
    display: none;
}
.show-blog-post-menu {
    position: absolute;
    bottom: 70px;
    z-index: 9999;
    background: #000;
    width: 200px;
    left: 73px;
    bottom: 10px;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    display: none;
}
div#product-box .pro-box {
    width: 48%;
    margin-bottom: 13px;
}
.new-post-wrapper {
    position: fixed;
    background: #000;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 99999;
}
.people {
    background: #f8f8f8;
    margin-top: 20px;
    padding: 12px;
}
.people-header {
    display: flex;
}
.post-header .close {
    font-size: 12px !important;
    color: #4070ff;
    font-weight: 500 !important;
}
.post-header .close {
    font-size: 12px !important;
    color: #4070ff;
    font-weight: 500 !important;
    width: auto !important;
}
.post-header h3 {
    margin: 0;
    font-size: 20px;
}
.post-header {
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.people-header .image {
    width: 50px;
    margin-right: 10px;
}
.name-box-inner {
    display: flex;
}
.name-box-inner h5 {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    margin-right: 7px;
}
.name-box p {
    margin: 0;
}
.prople-follow button {
    margin: 0;
    width: 100%;
    margin-top: 14px;
    background: transparent;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 0;
}
.people-header .image img {
    border-radius: 50%;
}
.people {
    background: #f8f8f8;
    margin-top: 20px;
    padding: 12px;
    border-radius: 8px;
}
.people-header .image {
    width: 43px;
    margin-right: 10px;
}

div#product-box .pro-box img {
    border-radius: 9px;
}
.dots.mob-discard a {
    display: none
}
.promote-top {
    padding: 0 10px;
}

.promotion-wrapper .form-wizard-seller-registration {
    padding: 0 10px;
}

.promote-top h2 {
    margin: 0;
}
.promote-top h6 {
    margin: 0;
}
.promote-top2 {
    padding: 0 12px;
}
.blue-note p {
    margin: 0;
    font-size: 10px;
    line-height: 16px;
    color: blue;
}

.blue-note {
    background: #d7d7fb;
    padding: 6px;
    border-radius: 5px;
    margin-top: 7px;
}
.manage-list-image {
    width: 80px;
}
.manage-list-image img {
    border-radius: 8px;
}
.manage-list-descruiption {
    padding: 0 15px;
}
.manage-list-descruiption .product-name {
    font-weight: 600;
    color: #324158;
    margin-bottom: 5px;
}
.product-price.d-flex .status.live {
    background: #c6fec6;
    color: #6aa76a;
    padding: 2px 10px;
    margin-left: 10px;
    border-radius: 3px;
}
.manage-listing {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 8px;
}
.box-bot p {
    margin: 0;
}
.box-bot a {
    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.box-bot {
    text-align: center;
}
.list-boxes.d-flex.justify-content-between {
    margin-top: 14px;
}
.list-boxes p {
    font-size: 12px;
    color: #000;
    margin-top: 4px;
}
.delete-listing a i {
    color: #ff0000;
}
.manage-listing {
    margin-bottom: 20px;
}
.promote-top h2, .promote-top2 h2 {
    font-size: 16px !important;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
}
.promote-top p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 0;
}  
.you-are-promoting {
    padding: 16px 30px;
}
.you-are-promoting {
   margin: 0 0px;
    margin-top: 6px;
    background: #f5f5f5;
    padding: 10px 15px !important;
    border-radius: 8px;
}
.you-are-promoting-wrapper > h2,  .your-package > h2 {
    margin: 0 !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
}
.payment-method > h2 {
    margin: 0 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
    font-weight: 600;
}
.you-are-promoting-wrapper, .your-package, .payment-method {
    margin: 16px 12px !important;
}
.you-are-promoting > div {
    padding: 5px 0;
    cursor: pointer;
}
.you-are-promoting label{
    cursor: pointer;
}
.you-are-promoting p {
    margin: 0;
}
.you-are-promoting .pro-desc h2 {
    margin-bottom: 0;
    margin-top: 6px;
}
.ppl {
    height: calc(100vh - 320px);
    overflow-y: auto;
    padding-bottom: 30px;
}
.you-are-promoting h2 {
    margin: 0;
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 9px;
}
.credit-or-debit input {
    margin: 0;
    margin-right: 8px;
    margin-top: 2px;
}
.credit-or-debit {
    display: flex;
}
.credit-or-debit label {
    display: flex;
    align-items: center;
}
.credit-or-debit label input {
    margin: 0;
    margin-right: 5px;
    margin-top: 2px;
}
.promote-note a {
    color: #4070ff;
}

.promote-note p {
    font-size: 11px;
    color: #545454;
    margin-bottom: 0;
}
.ppl {
    height: calc(100vh - 290px);
    overflow-y: auto;
    padding-bottom: 30px;
}
.you-are-promoting .pro-price {
    font-weight: 800;
    font-size: 26px;
    margin-right: 30px;
}
.promote-note {
    text-align: center;
    margin-top: 7px;
}
.promotion-wrapper {
    padding: 0 20px;
}
.left-panel .user-name-section.d-flex.justify-content-between.align-items-start {
    margin-top: 3px;
}
.subscription-plan-inner .plan .get-plan {
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    padding: 7px 21px;
    border-radius: 36px;
    font-size: 12px;
}
@media (max-width:767px) {
    .list-type-number {
        margin-left: 2.3rem
    }
    
    
}

.container,
.container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:479px) {

    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

.container-fluid {
    max-width: 1820px
}

.container {
    max-width: 1090px;
    width: 100% !important;
}

#resourses-main{display: none;}

.cart-box .pro-title p {
    width: 100%;
}
.cart-box .qty {
    padding: 0 50px;
}
.cart-box .d-flex.justify-content-between.itqd > .d-flex {
    width: 80%;
}
.cart-item .select-box select {
    border-radius: 6px;
    width: 100%;
}
.cart-box .qty {
    padding: 0;
    width: auto;
}
.cover-image input#drop_zone {
/*
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    opacity: 0;
*/
}
#profileform .user-profile-wrapper .user-image .FileUpload {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 3;
}
.logo-image.upload-image.d-flex.align-items-center input {
    position: absolute;
    top: -60px;
    height: 92px;
    width: 100px;
    left: 20px;
    opacity: 0;
}
.del-btn {
    width: auto !important;
    height: auto !important;
    left: 10px;
    background: #fff;
    padding: 2px 2px;
}
.logo-image.upload-image.d-flex.align-items-center img {
    width: 100px;
    height: 100px;
}
.coupon h5 {
    text-align: left;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.user-profile-wrapper .user-image img {
    width: 50px;
    height: 50px;
}
.user-profile-wrapper .user-image img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%
}

.user-profile-wrapper .user-image  img.del-btn {
    height: auto !important;
    width: auto !important;
    margin-top: 12px;
    position: absolute;
    right: 38% !important;
    left: inherit;
    bottom: -23%;
    /* border-radius: 50% !important; */
}
.address-box {
    margin-bottom: 30px;
    padding: 0 20px;
}
.contact-fig {
    width: 100px;
}
.contact-fig img {
    width: 100%;
}
.address-box h5 {
    margin-bottom: 0;
    font-weight: 800;
}
ul#catSubCat li a:hover {
    background: #e1e1e12b;
    border-radius: 0 0;
    margin: 0 4px;
    border-radius: 5px;
    color: #4070ff;
}
#productCartSummary button.btn.btn-blue-bg.btn-block.br_28 {
    padding: 0.9em 2.78em;
    padding: 12px 2.78em
}
.coupon #couponcodetext {
    border: 1px solid #000 !important;
}
.product-gallery{z-index: 99}
.divider {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5rem;
    height: 2.5rem;
    width: 1px;
    background-color: #e1e1e1
}

.dark-theme .divider {
    background-color: #fff3
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.row > * {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.gutter-lg {
    margin-left: -15px;
    margin-right: -15px
}

.gutter-lg > * {
    padding-right: 15px;
    padding-left: 15px
}

.gutter-sm {
    margin-left: -5px;
    margin-right: -5px
}

.gutter-sm > * {
    padding-right: 5px;
    padding-left: 5px
}

.gutter-xs {
    margin-left: -1px;
    margin-right: -1px
}

.gutter-xs > * {
    padding-right: 1px;
    padding-left: 1px
}

.gutter-no {
    margin-left: 0;
    margin-right: 0
}

.gutter-no > * {
    padding-right: 0;
    padding-left: 0
}

.cols-1 > * {
    max-width: 100%;
    flex: 0 0 100%
}

.cols-2 > * {
    max-width: 50%;
    flex: 0 0 50%
}

.cols-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%
}

.cols-4 > * {
    max-width: 25%;
    flex: 0 0 25%
}

.cols-5 > * {
    max-width: 20%;
    flex: 0 0 20%
}

.cols-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%
}

.cols-7 > * {
    max-width: 14.2857%;
    flex: 0 0 14.2857%
}

.cols-8 > * {
    max-width: 12.5%;
    flex: 0 0 12.5%
}

@media (min-width:480px) {
    .cols-xs-1 > * {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-xs-2 > * {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-xs-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-xs-4 > * {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-xs-5 > * {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-xs-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xs-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xs-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:576px) {
    .cols-sm-1 > * {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-sm-2 > * {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-sm-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-sm-4 > * {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-sm-5 > * {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-sm-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-sm-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-sm-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:768px) {
    .cols-md-1 > * {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-md-2 > * {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-md-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-md-4 > * {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-md-5 > * {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-md-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-md-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-md-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:992px) {
    .cols-lg-1 > * {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-lg-2 > * {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-lg-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-lg-4 > * {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-lg-5 > * {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-lg-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-lg-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-lg-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:1200px) {
    .cols-xl-1 > * {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-xl-2 > * {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-xl-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-xl-4 > * {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-xl-5 > * {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-xl-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xl-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xl-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:1600px) {
    .cols-xxl-1 > * {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-xxl-2 > * {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-xxl-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-xxl-4 > * {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-xxl-5 > * {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-xxl-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xxl-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xxl-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

.col-1 {
    max-width: 8.3333%;
    flex: 0 0 8.3333%
}

.col-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%
}

.col-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%
}

.col-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%
}

.col-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%
}

.col-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%
}

.col-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%
}

.col-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%
}

@media (min-width:480px) {
    .col-xs-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%
    }

    .col-xs-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .col-xs-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col-xs-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-xs-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%
    }

    .col-xs-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col-xs-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%
    }

    .col-xs-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%
    }

    .col-xs-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col-xs-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%
    }

    .col-xs-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%
    }

    .col-xs-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:576px) {
    .col-sm-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%
    }

    .col-sm-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .col-sm-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col-sm-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-sm-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%
    }

    .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col-sm-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%
    }

    .col-sm-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%
    }

    .col-sm-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col-sm-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%
    }

    .col-sm-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%
    }

    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%
    }

    .col-md-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .col-md-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col-md-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-md-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%
    }

    .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col-md-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%
    }

    .col-md-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%
    }

    .col-md-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col-md-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%
    }

    .col-md-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%
    }

    .col-md-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%
    }

    .col-lg-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .col-lg-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col-lg-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-lg-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%
    }

    .col-lg-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col-lg-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%
    }

    .col-lg-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%
    }

    .col-lg-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col-lg-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%
    }

    .col-lg-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%
    }

    .col-lg-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:1200px) {
    .col-xl-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%
    }

    .col-xl-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .col-xl-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col-xl-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-xl-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%
    }

    .col-xl-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col-xl-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%
    }

    .col-xl-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%
    }

    .col-xl-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col-xl-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%
    }

    .col-xl-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%
    }

    .col-xl-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:1600px) {
    .col-xxl-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-2 {
        flex: 0 0 16.6666%;
        max-width: 16.6666%
    }
}

@media (min-width:1200px) {
    .col-xl-5col {
        position: relative;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 10px;
        padding-left: 10px
    }

    .col-xl-5col2 {
        position: relative;
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 10px;
        padding-left: 10px
    }

    .col-xl-5col4 {
        position: relative;
        flex: 0 0 80%;
        max-width: 80%;
        padding-right: 10px;
        padding-left: 10px
    }
}

.order-first {
    order: -1
}

.order-last {
    order: 9
}

@media (min-width:576px) {
    .order-sm-auto {
        order: 0
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 9
    }
}

@media (min-width:768px) {
    .order-md-auto {
        order: 0
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 9
    }
}

@media (min-width:992px) {
    .order-lg-auto {
        order: 0
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 9
    }
}

@media (min-width:1200px) {
    .order-xl-auto {
        order: 0
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 9
    }
}

.grid {
    margin: -1rem
}

.grid .banner,
.grid .banner img,
.grid .category,
.grid .category > a,
.grid .category img,
.grid figure {
    height: 100%
}

.grid img {
    object-fit: cover
}

.grid .grid-item {
    padding: 1rem;
    transform: translate3d(0, 0, 0)
}

.grid.gutter-sm {
    margin: -0.5rem
}

.grid.gutter-sm .grid-item {
    padding: 0.5rem
}

.grid.gutter-no {
    margin: 0
}

.grid.gutter-no .grid-item {
    padding: 0
}

.grid:after {
    content: "";
    display: block;
    clear: both
}

.grid.grid-float {
    display: block !important
}

.grid.grid-float .grid-item {
    float: left
}

.split-line > * {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ebebeb
}

.split-line > :after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 3rem);
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ebebeb
}

.split-line.cols-1 > :nth-child(1n):after,
.split-line.cols-2 > :nth-child(2n):after,
.split-line.cols-3 > :nth-child(3n):after,
.split-line.cols-4 > :nth-child(4n):after,
.split-line.cols-5 > :nth-child(5n):after,
.split-line.cols-6 > :nth-child(6n):after,
.split-line.cols-7 > :nth-child(7n):after,
.split-line.cols-8 > :nth-child(8n):after,
.split-line > .col-1:nth-child(12n):after,
.split-line > .col-2:nth-child(6n):after,
.split-line > .col-3:nth-child(4n):after,
.split-line > .col-4:nth-child(3n):after,
.split-line > .col-5:nth-child(2n):after,
.split-line > .col-6:nth-child(2n):after,
.split-line > .col-7:nth-child(1n):after,
.split-line > .col-8:nth-child(1n):after,
.split-line > .col-9:nth-child(1n):after,
.split-line > .col-10:nth-child(1n):after,
.split-line > .col-11:nth-child(1n):after {
    content: none
}

@media (min-width:576px) {

    .split-line.cols-sm-1 > :nth-child(n):after,
    .split-line.cols-sm-2 > :nth-child(n):after,
    .split-line.cols-sm-3 > :nth-child(n):after,
    .split-line.cols-sm-4 > :nth-child(n):after,
    .split-line.cols-sm-5 > :nth-child(n):after,
    .split-line.cols-sm-6 > :nth-child(n):after,
    .split-line.cols-sm-7 > :nth-child(n):after,
    .split-line.cols-sm-8 > :nth-child(n):after,
    .split-line > .col-sm-1:nth-child(n):after,
    .split-line > .col-sm-2:nth-child(n):after,
    .split-line > .col-sm-3:nth-child(n):after,
    .split-line > .col-sm-4:nth-child(n):after,
    .split-line > .col-sm-5:nth-child(n):after,
    .split-line > .col-sm-6:nth-child(n):after,
    .split-line > .col-sm-7:nth-child(n):after,
    .split-line > .col-sm-8:nth-child(n):after,
    .split-line > .col-sm-9:nth-child(n):after,
    .split-line > .col-sm-10:nth-child(n):after,
    .split-line > .col-sm-11:nth-child(n):after {
        content: ""
    }

    .split-line.cols-sm-1 > :nth-child(1n):after,
    .split-line.cols-sm-2 > :nth-child(2n):after,
    .split-line.cols-sm-3 > :nth-child(3n):after,
    .split-line.cols-sm-4 > :nth-child(4n):after,
    .split-line.cols-sm-5 > :nth-child(5n):after,
    .split-line.cols-sm-6 > :nth-child(6n):after,
    .split-line.cols-sm-7 > :nth-child(7n):after,
    .split-line.cols-sm-8 > :nth-child(8n):after,
    .split-line > .col-sm-1:nth-child(12n):after,
    .split-line > .col-sm-2:nth-child(6n):after,
    .split-line > .col-sm-3:nth-child(4n):after,
    .split-line > .col-sm-4:nth-child(3n):after,
    .split-line > .col-sm-5:nth-child(2n):after,
    .split-line > .col-sm-6:nth-child(2n):after,
    .split-line > .col-sm-7:nth-child(1n):after,
    .split-line > .col-sm-8:nth-child(1n):after,
    .split-line > .col-sm-9:nth-child(1n):after,
    .split-line > .col-sm-10:nth-child(1n):after,
    .split-line > .col-sm-11:nth-child(1n):after {
        content: none
    }
}

@media (min-width:768px) {

    .split-line.cols-md-1 > :nth-child(n):after,
    .split-line.cols-md-2 > :nth-child(n):after,
    .split-line.cols-md-3 > :nth-child(n):after,
    .split-line.cols-md-4 > :nth-child(n):after,
    .split-line.cols-md-5 > :nth-child(n):after,
    .split-line.cols-md-6 > :nth-child(n):after,
    .split-line.cols-md-7 > :nth-child(n):after,
    .split-line.cols-md-8 > :nth-child(n):after,
    .split-line > .col-md-1:nth-child(n):after,
    .split-line > .col-md-2:nth-child(n):after,
    .split-line > .col-md-3:nth-child(n):after,
    .split-line > .col-md-4:nth-child(n):after,
    .split-line > .col-md-5:nth-child(n):after,
    .split-line > .col-md-6:nth-child(n):after,
    .split-line > .col-md-7:nth-child(n):after,
    .split-line > .col-md-8:nth-child(n):after,
    .split-line > .col-md-9:nth-child(n):after,
    .split-line > .col-md-10:nth-child(n):after,
    .split-line > .col-md-11:nth-child(n):after {
        content: ""
    }

    .split-line.cols-md-1 > :nth-child(1n):after,
    .split-line.cols-md-2 > :nth-child(2n):after,
    .split-line.cols-md-3 > :nth-child(3n):after,
    .split-line.cols-md-4 > :nth-child(4n):after,
    .split-line.cols-md-5 > :nth-child(5n):after,
    .split-line.cols-md-6 > :nth-child(6n):after,
    .split-line.cols-md-7 > :nth-child(7n):after,
    .split-line.cols-md-8 > :nth-child(8n):after,
    .split-line > .col-md-1:nth-child(12n):after,
    .split-line > .col-md-2:nth-child(6n):after,
    .split-line > .col-md-3:nth-child(4n):after,
    .split-line > .col-md-4:nth-child(3n):after,
    .split-line > .col-md-5:nth-child(2n):after,
    .split-line > .col-md-6:nth-child(2n):after,
    .split-line > .col-md-7:nth-child(1n):after,
    .split-line > .col-md-8:nth-child(1n):after,
    .split-line > .col-md-9:nth-child(1n):after,
    .split-line > .col-md-10:nth-child(1n):after,
    .split-line > .col-md-11:nth-child(1n):after {
        content: none
    }
}

@media (min-width:992px) {

    .split-line.cols-lg-1 > :nth-child(n):after,
    .split-line.cols-lg-2 > :nth-child(n):after,
    .split-line.cols-lg-3 > :nth-child(n):after,
    .split-line.cols-lg-4 > :nth-child(n):after,
    .split-line.cols-lg-5 > :nth-child(n):after,
    .split-line.cols-lg-6 > :nth-child(n):after,
    .split-line.cols-lg-7 > :nth-child(n):after,
    .split-line.cols-lg-8 > :nth-child(n):after,
    .split-line > .col-lg-1:nth-child(n):after,
    .split-line > .col-lg-2:nth-child(n):after,
    .split-line > .col-lg-3:nth-child(n):after,
    .split-line > .col-lg-4:nth-child(n):after,
    .split-line > .col-lg-5:nth-child(n):after,
    .split-line > .col-lg-6:nth-child(n):after,
    .split-line > .col-lg-7:nth-child(n):after,
    .split-line > .col-lg-8:nth-child(n):after,
    .split-line > .col-lg-9:nth-child(n):after,
    .split-line > .col-lg-10:nth-child(n):after,
    .split-line > .col-lg-11:nth-child(n):after {
        content: ""
    }

    .split-line.cols-lg-1 > :nth-child(1n):after,
    .split-line.cols-lg-2 > :nth-child(2n):after,
    .split-line.cols-lg-3 > :nth-child(3n):after,
    .split-line.cols-lg-4 > :nth-child(4n):after,
    .split-line.cols-lg-5 > :nth-child(5n):after,
    .split-line.cols-lg-6 > :nth-child(6n):after,
    .split-line.cols-lg-7 > :nth-child(7n):after,
    .split-line.cols-lg-8 > :nth-child(8n):after,
    .split-line > .col-lg-1:nth-child(12n):after,
    .split-line > .col-lg-2:nth-child(6n):after,
    .split-line > .col-lg-3:nth-child(4n):after,
    .split-line > .col-lg-4:nth-child(3n):after,
    .split-line > .col-lg-5:nth-child(2n):after,
    .split-line > .col-lg-6:nth-child(2n):after,
    .split-line > .col-lg-7:nth-child(1n):after,
    .split-line > .col-lg-8:nth-child(1n):after,
    .split-line > .col-lg-9:nth-child(1n):after,
    .split-line > .col-lg-10:nth-child(1n):after,
    .split-line > .col-lg-11:nth-child(1n):after {
        content: none
    }
}

@media (min-width:1200px) {

    .split-line.cols-xl-1 > :nth-child(n):after,
    .split-line.cols-xl-2 > :nth-child(n):after,
    .split-line.cols-xl-3 > :nth-child(n):after,
    .split-line.cols-xl-4 > :nth-child(n):after,
    .split-line.cols-xl-5 > :nth-child(n):after,
    .split-line.cols-xl-6 > :nth-child(n):after,
    .split-line.cols-xl-7 > :nth-child(n):after,
    .split-line.cols-xl-8 > :nth-child(n):after,
    .split-line > .col-xl-1:nth-child(n):after,
    .split-line > .col-xl-2:nth-child(n):after,
    .split-line > .col-xl-3:nth-child(n):after,
    .split-line > .col-xl-4:nth-child(n):after,
    .split-line > .col-xl-5:nth-child(n):after,
    .split-line > .col-xl-5col:nth-child(n):after,
    .split-line > .col-xl-6:nth-child(n):after,
    .split-line > .col-xl-7:nth-child(n):after,
    .split-line > .col-xl-7col:nth-child(n):after,
    .split-line > .col-xl-8:nth-child(n):after,
    .split-line > .col-xl-8col:nth-child(n):after,
    .split-line > .col-xl-9:nth-child(n):after,
    .split-line > .col-xl-10:nth-child(n):after,
    .split-line > .col-xl-11:nth-child(n):after {
        content: ""
    }

    .split-line.cols-xl-1 > :nth-child(1n):after,
    .split-line.cols-xl-2 > :nth-child(2n):after,
    .split-line.cols-xl-3 > :nth-child(3n):after,
    .split-line.cols-xl-4 > :nth-child(4n):after,
    .split-line.cols-xl-5 > :nth-child(5n):after,
    .split-line.cols-xl-6 > :nth-child(6n):after,
    .split-line.cols-xl-7 > :nth-child(7n):after,
    .split-line.cols-xl-8 > :nth-child(8n):after,
    .split-line > .col-xl-1:nth-child(12n):after,
    .split-line > .col-xl-2:nth-child(6n):after,
    .split-line > .col-xl-3:nth-child(4n):after,
    .split-line > .col-xl-4:nth-child(3n):after,
    .split-line > .col-xl-5:nth-child(2n):after,
    .split-line > .col-xl-5col:nth-child(5n):after,
    .split-line > .col-xl-6:nth-child(2n):after,
    .split-line > .col-xl-7:nth-child(1n):after,
    .split-line > .col-xl-7col:nth-child(7n):after,
    .split-line > .col-xl-8:nth-child(1n):after,
    .split-line > .col-xl-8col:nth-child(8n):after,
    .split-line > .col-xl-9:nth-child(1n):after,
    .split-line > .col-xl-10:nth-child(1n):after,
    .split-line > .col-xl-11:nth-child(1n):after {
        content: none
    }
}

.mt-0 {
    margin-top: 0rem !important
}

.mb-0 {
    margin-bottom: 0rem !important
}

.pt-0 {
    padding-top: 0rem !important
}

.pb-0 {
    padding-bottom: 0rem !important
}

.mt-1 {
    margin-top: 0.5rem !important
}

.mb-1 {
    margin-bottom: 0.5rem !important
}

.pt-1 {
    padding-top: 0.5rem !important
}

.pb-1 {
    padding-bottom: 0.5rem !important
}

.mt-2 {
    margin-top: 1rem !important
}

.mb-2 {
    margin-bottom: 1rem !important
}

.pt-2 {
    padding-top: 1rem !important
}

.pb-2 {
    padding-bottom: 1rem !important
}

.mt-3 {
    margin-top: 1.5rem !important
}

.mb-3 {
    margin-bottom: 1.5rem !important
}

.pt-3 {
    padding-top: 1.5rem !important
}

.pb-3 {
    padding-bottom: 1.5rem !important
}

.mt-4 {
    margin-top: 2rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

.pt-4 {
    padding-top: 2rem !important
}

.pb-4 {
    padding-bottom: 2rem !important
}

.mt-5 {
    margin-top: 2.5rem !important
}

.mb-5 {
    margin-bottom: 2.5rem !important
}

.pt-5 {
    padding-top: 2.5rem !important
}

.pb-5 {
    padding-bottom: 2.5rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.mt-7 {
    margin-top: 3.5rem !important
}

.mb-7 {
    margin-bottom: 3.5rem !important
}

.pt-7 {
    padding-top: 3.5rem !important
}

.pb-7 {
    padding-bottom: 3.5rem !important
}

.mt-8 {
    margin-top: 4rem !important
}

.mb-8 {
    margin-bottom: 4rem !important
}

.pt-8 {
    padding-top: 4rem !important
}

.pb-8 {
    padding-bottom: 4rem !important
}

.mt-9 {
    margin-top: 4.5rem !important
}

.mb-9 {
    margin-bottom: 4.5rem !important
}

.pt-9 {
    padding-top: 4.5rem !important
}

.pb-9 {
    padding-bottom: 4.5rem !important
}

.mt-10 {
    margin-top: 5rem !important
}

.mb-10 {
    margin-bottom: 5rem !important
}

.pt-10 {
    padding-top: 5rem !important
}

.pb-10 {
    padding-bottom: 5rem !important
}

.ml-0 {
    margin-left: 0rem !important
}

.mr-0 {
    margin-right: 0rem !important
}

.pl-0 {
    padding-left: 0rem !important
}

.pr-0 {
    padding-right: 0rem !important
}

.ml-1 {
    margin-left: 0.5rem !important
}

.mr-1 {
    margin-right: 0.5rem !important
}

.pl-1 {
    padding-left: 0.5rem !important
}

.pr-1 {
    padding-right: 0.5rem !important
}

.ml-2 {
    margin-left: 1rem !important
}

.mr-2 {
    margin-right: 1rem !important
}

.pl-2 {
    padding-left: 1rem !important
}

.pr-2 {
    padding-right: 1rem !important
}

.ml-3 {
    margin-left: 1.5rem !important
}

.mr-3 {
    margin-right: 1.5rem !important
}

.pl-3 {
    padding-left: 1.5rem !important
}

.pr-3 {
    padding-right: 1.5rem !important
}

.ml-4 {
    margin-left: 2rem !important
}

.mr-4 {
    margin-right: 2rem !important
}

.pl-4 {
    padding-left: 2rem !important
}

.pr-4 {
    padding-right: 2rem !important
}

.ml-5 {
    margin-left: 2.5rem !important
}

.mr-5 {
    margin-right: 2.5rem !important
}

.pl-5 {
    padding-left: 2.5rem !important
}

.pr-5 {
    padding-right: 2.5rem !important
}

.ml-6 {
    margin-left: 3rem !important
}

.mr-6 {
    margin-right: 3rem !important
}

.pl-6 {
    padding-left: 3rem !important
}

.pr-6 {
    padding-right: 3rem !important
}

.ml-7 {
    margin-left: 3.5rem !important
}

.mr-7 {
    margin-right: 3.5rem !important
}

.pl-7 {
    padding-left: 3.5rem !important
}

.pr-7 {
    padding-right: 3.5rem !important
}

.ml-8 {
    margin-left: 4rem !important
}

.mr-8 {
    margin-right: 4rem !important
}

.pl-8 {
    padding-left: 4rem !important
}

.pr-8 {
    padding-right: 4rem !important
}

.ml-9 {
    margin-left: 4.5rem !important
}

.mr-9 {
    margin-right: 4.5rem !important
}

.pl-9 {
    padding-left: 4.5rem !important
}

.pr-9 {
    padding-right: 4.5rem !important
}

.ml-10 {
    margin-left: 5rem !important
}

.mr-10 {
    margin-right: 5rem !important
}

.pl-10 {
    padding-left: 5rem !important
}

.pr-10 {
    padding-right: 5rem !important
}

.p-0 {
    padding: 0 !important
}

.m-0 {
    margin: 0 !important
}

.ml-auto {
    margin-left: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

@media (min-width:576px) {
    .mt-sm-0 {
        margin-top: 0rem !important
    }

    .mb-sm-0 {
        margin-bottom: 0rem !important
    }

    .mr-sm-0 {
        margin-right: 0rem !important
    }

    .ml-sm-0 {
        margin-left: 0rem !important
    }

    .pt-sm-0 {
        padding-top: 0rem !important
    }

    .pr-sm-0 {
        padding-right: 0rem !important
    }

    .pl-sm-0 {
        padding-left: 0rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0rem !important
    }

    .mt-sm-1 {
        margin-top: 0.5rem !important
    }

    .mb-sm-1 {
        margin-bottom: 0.5rem !important
    }

    .mr-sm-1 {
        margin-right: 0.5rem !important
    }

    .ml-sm-1 {
        margin-left: 0.5rem !important
    }

    .pt-sm-1 {
        padding-top: 0.5rem !important
    }

    .pr-sm-1 {
        padding-right: 0.5rem !important
    }

    .pl-sm-1 {
        padding-left: 0.5rem !important
    }

    .pb-sm-1 {
        padding-bottom: 0.5rem !important
    }

    .mt-sm-2 {
        margin-top: 1rem !important
    }

    .mb-sm-2 {
        margin-bottom: 1rem !important
    }

    .mr-sm-2 {
        margin-right: 1rem !important
    }

    .ml-sm-2 {
        margin-left: 1rem !important
    }

    .pt-sm-2 {
        padding-top: 1rem !important
    }

    .pr-sm-2 {
        padding-right: 1rem !important
    }

    .pl-sm-2 {
        padding-left: 1rem !important
    }

    .pb-sm-2 {
        padding-bottom: 1rem !important
    }

    .mt-sm-3 {
        margin-top: 1.5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1.5rem !important
    }

    .mr-sm-3 {
        margin-right: 1.5rem !important
    }

    .ml-sm-3 {
        margin-left: 1.5rem !important
    }

    .pt-sm-3 {
        padding-top: 1.5rem !important
    }

    .pr-sm-3 {
        padding-right: 1.5rem !important
    }

    .pl-sm-3 {
        padding-left: 1.5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1.5rem !important
    }

    .mt-sm-4 {
        margin-top: 2rem !important
    }

    .mb-sm-4 {
        margin-bottom: 2rem !important
    }

    .mr-sm-4 {
        margin-right: 2rem !important
    }

    .ml-sm-4 {
        margin-left: 2rem !important
    }

    .pt-sm-4 {
        padding-top: 2rem !important
    }

    .pr-sm-4 {
        padding-right: 2rem !important
    }

    .pl-sm-4 {
        padding-left: 2rem !important
    }

    .pb-sm-4 {
        padding-bottom: 2rem !important
    }

    .mt-sm-5 {
        margin-top: 2.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 2.5rem !important
    }

    .mr-sm-5 {
        margin-right: 2.5rem !important
    }

    .ml-sm-5 {
        margin-left: 2.5rem !important
    }

    .pt-sm-5 {
        padding-top: 2.5rem !important
    }

    .pr-sm-5 {
        padding-right: 2.5rem !important
    }

    .pl-sm-5 {
        padding-left: 2.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 2.5rem !important
    }

    .mt-sm-6 {
        margin-top: 3rem !important
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important
    }

    .mr-sm-6 {
        margin-right: 3rem !important
    }

    .ml-sm-6 {
        margin-left: 3rem !important
    }

    .pt-sm-6 {
        padding-top: 3rem !important
    }

    .pr-sm-6 {
        padding-right: 3rem !important
    }

    .pl-sm-6 {
        padding-left: 3rem !important
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important
    }

    .mt-sm-7 {
        margin-top: 3.5rem !important
    }

    .mb-sm-7 {
        margin-bottom: 3.5rem !important
    }

    .mr-sm-7 {
        margin-right: 3.5rem !important
    }

    .ml-sm-7 {
        margin-left: 3.5rem !important
    }

    .pt-sm-7 {
        padding-top: 3.5rem !important
    }

    .pr-sm-7 {
        padding-right: 3.5rem !important
    }

    .pl-sm-7 {
        padding-left: 3.5rem !important
    }

    .pb-sm-7 {
        padding-bottom: 3.5rem !important
    }

    .mt-sm-8 {
        margin-top: 4rem !important
    }

    .mb-sm-8 {
        margin-bottom: 4rem !important
    }

    .mr-sm-8 {
        margin-right: 4rem !important
    }

    .ml-sm-8 {
        margin-left: 4rem !important
    }

    .pt-sm-8 {
        padding-top: 4rem !important
    }

    .pr-sm-8 {
        padding-right: 4rem !important
    }

    .pl-sm-8 {
        padding-left: 4rem !important
    }

    .pb-sm-8 {
        padding-bottom: 4rem !important
    }

    .mt-sm-9 {
        margin-top: 4.5rem !important
    }

    .mb-sm-9 {
        margin-bottom: 4.5rem !important
    }

    .mr-sm-9 {
        margin-right: 4.5rem !important
    }

    .ml-sm-9 {
        margin-left: 4.5rem !important
    }

    .pt-sm-9 {
        padding-top: 4.5rem !important
    }

    .pr-sm-9 {
        padding-right: 4.5rem !important
    }

    .pl-sm-9 {
        padding-left: 4.5rem !important
    }

    .pb-sm-9 {
        padding-bottom: 4.5rem !important
    }

    .mt-sm-10 {
        margin-top: 5rem !important
    }

    .mb-sm-10 {
        margin-bottom: 5rem !important
    }

    .mr-sm-10 {
        margin-right: 5rem !important
    }

    .ml-sm-10 {
        margin-left: 5rem !important
    }

    .pt-sm-10 {
        padding-top: 5rem !important
    }

    .pr-sm-10 {
        padding-right: 5rem !important
    }

    .pl-sm-10 {
        padding-left: 5rem !important
    }

    .pb-sm-10 {
        padding-bottom: 5rem !important
    }
}

@media (min-width:768px) {
    .mt-md-0 {
        margin-top: 0rem !important
    }

    .mb-md-0 {
        margin-bottom: 0rem !important
    }

    .mr-md-0 {
        margin-right: 0rem !important
    }

    .ml-md-0 {
        margin-left: 0rem !important
    }

    .pt-md-0 {
        padding-top: 0rem !important
    }

    .pb-md-0 {
        padding-bottom: 0rem !important
    }

    .pr-md-0 {
        padding-right: 0rem !important
    }

    .pl-md-0 {
        padding-left: 0rem !important
    }

    .mt-md-1 {
        margin-top: 0.5rem !important
    }

    .mb-md-1 {
        margin-bottom: 0.5rem !important
    }

    .mr-md-1 {
        margin-right: 0.5rem !important
    }

    .ml-md-1 {
        margin-left: 0.5rem !important
    }

    .pt-md-1 {
        padding-top: 0.5rem !important
    }

    .pb-md-1 {
        padding-bottom: 0.5rem !important
    }

    .pr-md-1 {
        padding-right: 0.5rem !important
    }

    .pl-md-1 {
        padding-left: 0.5rem !important
    }

    .mt-md-2 {
        margin-top: 1rem !important
    }

    .mb-md-2 {
        margin-bottom: 1rem !important
    }

    .mr-md-2 {
        margin-right: 1rem !important
    }

    .ml-md-2 {
        margin-left: 1rem !important
    }

    .pt-md-2 {
        padding-top: 1rem !important
    }

    .pb-md-2 {
        padding-bottom: 1rem !important
    }

    .pr-md-2 {
        padding-right: 1rem !important
    }

    .pl-md-2 {
        padding-left: 1rem !important
    }

    .mt-md-3 {
        margin-top: 1.5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1.5rem !important
    }

    .mr-md-3 {
        margin-right: 1.5rem !important
    }

    .ml-md-3 {
        margin-left: 1.5rem !important
    }

    .pt-md-3 {
        padding-top: 1.5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1.5rem !important
    }

    .pr-md-3 {
        padding-right: 1.5rem !important
    }

    .pl-md-3 {
        padding-left: 1.5rem !important
    }

    .mt-md-4 {
        margin-top: 2rem !important
    }

    .mb-md-4 {
        margin-bottom: 2rem !important
    }

    .mr-md-4 {
        margin-right: 2rem !important
    }

    .ml-md-4 {
        margin-left: 2rem !important
    }

    .pt-md-4 {
        padding-top: 2rem !important
    }

    .pb-md-4 {
        padding-bottom: 2rem !important
    }

    .pr-md-4 {
        padding-right: 2rem !important
    }

    .pl-md-4 {
        padding-left: 2rem !important
    }

    .mt-md-5 {
        margin-top: 2.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 2.5rem !important
    }

    .mr-md-5 {
        margin-right: 2.5rem !important
    }

    .ml-md-5 {
        margin-left: 2.5rem !important
    }

    .pt-md-5 {
        padding-top: 2.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 2.5rem !important
    }

    .pr-md-5 {
        padding-right: 2.5rem !important
    }

    .pl-md-5 {
        padding-left: 2.5rem !important
    }

    .mt-md-6 {
        margin-top: 3rem !important
    }

    .mb-md-6 {
        margin-bottom: 3rem !important
    }

    .mr-md-6 {
        margin-right: 3rem !important
    }

    .ml-md-6 {
        margin-left: 3rem !important
    }

    .pt-md-6 {
        padding-top: 3rem !important
    }

    .pb-md-6 {
        padding-bottom: 3rem !important
    }

    .pr-md-6 {
        padding-right: 3rem !important
    }

    .pl-md-6 {
        padding-left: 3rem !important
    }

    .mt-md-7 {
        margin-top: 3.5rem !important
    }

    .mb-md-7 {
        margin-bottom: 3.5rem !important
    }

    .mr-md-7 {
        margin-right: 3.5rem !important
    }

    .ml-md-7 {
        margin-left: 3.5rem !important
    }

    .pt-md-7 {
        padding-top: 3.5rem !important
    }

    .pb-md-7 {
        padding-bottom: 3.5rem !important
    }

    .pr-md-7 {
        padding-right: 3.5rem !important
    }

    .pl-md-7 {
        padding-left: 3.5rem !important
    }

    .mt-md-8 {
        margin-top: 4rem !important
    }

    .mb-md-8 {
        margin-bottom: 4rem !important
    }

    .mr-md-8 {
        margin-right: 4rem !important
    }

    .ml-md-8 {
        margin-left: 4rem !important
    }

    .pt-md-8 {
        padding-top: 4rem !important
    }

    .pb-md-8 {
        padding-bottom: 4rem !important
    }

    .pr-md-8 {
        padding-right: 4rem !important
    }

    .pl-md-8 {
        padding-left: 4rem !important
    }

    .mt-md-9 {
        margin-top: 4.5rem !important
    }

    .mb-md-9 {
        margin-bottom: 4.5rem !important
    }

    .mr-md-9 {
        margin-right: 4.5rem !important
    }

    .ml-md-9 {
        margin-left: 4.5rem !important
    }

    .pt-md-9 {
        padding-top: 4.5rem !important
    }

    .pb-md-9 {
        padding-bottom: 4.5rem !important
    }

    .pr-md-9 {
        padding-right: 4.5rem !important
    }

    .pl-md-9 {
        padding-left: 4.5rem !important
    }

    .mt-md-10 {
        margin-top: 5rem !important
    }

    .mb-md-10 {
        margin-bottom: 5rem !important
    }

    .mr-md-10 {
        margin-right: 5rem !important
    }

    .ml-md-10 {
        margin-left: 5rem !important
    }

    .pt-md-10 {
        padding-top: 5rem !important
    }

    .pb-md-10 {
        padding-bottom: 5rem !important
    }

    .pr-md-10 {
        padding-right: 5rem !important
    }

    .pl-md-10 {
        padding-left: 5rem !important
    }
}

@media (min-width:992px) {
    .mt-lg-0 {
        margin-top: 0rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0rem !important
    }

    .pt-lg-0 {
        padding-top: 0rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0rem !important
    }

    .ml-lg-0 {
        margin-left: 0rem !important
    }

    .mr-lg-0 {
        margin-right: 0rem !important
    }

    .pl-lg-0 {
        padding-left: 0rem !important
    }

    .pr-lg-0 {
        padding-right: 0rem !important
    }

    .mt-lg-1 {
        margin-top: 0.5rem !important
    }

    .mb-lg-1 {
        margin-bottom: 0.5rem !important
    }

    .pt-lg-1 {
        padding-top: 0.5rem !important
    }

    .pb-lg-1 {
        padding-bottom: 0.5rem !important
    }

    .ml-lg-1 {
        margin-left: 0.5rem !important
    }

    .mr-lg-1 {
        margin-right: 0.5rem !important
    }

    .pl-lg-1 {
        padding-left: 0.5rem !important
    }

    .pr-lg-1 {
        padding-right: 0.5rem !important
    }

    .mt-lg-2 {
        margin-top: 1rem !important
    }

    .mb-lg-2 {
        margin-bottom: 1rem !important
    }

    .pt-lg-2 {
        padding-top: 1rem !important
    }

    .pb-lg-2 {
        padding-bottom: 1rem !important
    }

    .ml-lg-2 {
        margin-left: 1rem !important
    }

    .mr-lg-2 {
        margin-right: 1rem !important
    }

    .pl-lg-2 {
        padding-left: 1rem !important
    }

    .pr-lg-2 {
        padding-right: 1rem !important
    }

    .mt-lg-3 {
        margin-top: 1.5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1.5rem !important
    }

    .pt-lg-3 {
        padding-top: 1.5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1.5rem !important
    }

    .ml-lg-3 {
        margin-left: 1.5rem !important
    }

    .mr-lg-3 {
        margin-right: 1.5rem !important
    }

    .pl-lg-3 {
        padding-left: 1.5rem !important
    }

    .pr-lg-3 {
        padding-right: 1.5rem !important
    }

    .mt-lg-4 {
        margin-top: 2rem !important
    }

    .mb-lg-4 {
        margin-bottom: 2rem !important
    }

    .pt-lg-4 {
        padding-top: 2rem !important
    }

    .pb-lg-4 {
        padding-bottom: 2rem !important
    }

    .ml-lg-4 {
        margin-left: 2rem !important
    }

    .mr-lg-4 {
        margin-right: 2rem !important
    }

    .pl-lg-4 {
        padding-left: 2rem !important
    }

    .pr-lg-4 {
        padding-right: 2rem !important
    }

    .mt-lg-5 {
        margin-top: 2.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 2.5rem !important
    }

    .pt-lg-5 {
        padding-top: 2.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 2.5rem !important
    }

    .ml-lg-5 {
        margin-left: 2.5rem !important
    }

    .mr-lg-5 {
        margin-right: 2.5rem !important
    }

    .pl-lg-5 {
        padding-left: 2.5rem !important
    }

    .pr-lg-5 {
        padding-right: 2.5rem !important
    }

    .mt-lg-6 {
        margin-top: 3rem !important
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important
    }

    .pt-lg-6 {
        padding-top: 3rem !important
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important
    }

    .ml-lg-6 {
        margin-left: 3rem !important
    }

    .mr-lg-6 {
        margin-right: 3rem !important
    }

    .pl-lg-6 {
        padding-left: 3rem !important
    }

    .pr-lg-6 {
        padding-right: 3rem !important
    }

    .mt-lg-7 {
        margin-top: 3.5rem !important
    }

    .mb-lg-7 {
        margin-bottom: 3.5rem !important
    }

    .pt-lg-7 {
        padding-top: 3.5rem !important
    }

    .pb-lg-7 {
        padding-bottom: 3.5rem !important
    }

    .ml-lg-7 {
        margin-left: 3.5rem !important
    }

    .mr-lg-7 {
        margin-right: 3.5rem !important
    }

    .pl-lg-7 {
        padding-left: 3.5rem !important
    }

    .pr-lg-7 {
        padding-right: 3.5rem !important
    }

    .mt-lg-8 {
        margin-top: 4rem !important
    }

    .mb-lg-8 {
        margin-bottom: 4rem !important
    }

    .pt-lg-8 {
        padding-top: 4rem !important
    }

    .pb-lg-8 {
        padding-bottom: 4rem !important
    }

    .ml-lg-8 {
        margin-left: 4rem !important
    }

    .mr-lg-8 {
        margin-right: 4rem !important
    }

    .pl-lg-8 {
        padding-left: 4rem !important
    }

    .pr-lg-8 {
        padding-right: 4rem !important
    }

    .mt-lg-9 {
        margin-top: 4.5rem !important
    }

    .mb-lg-9 {
        margin-bottom: 4.5rem !important
    }

    .pt-lg-9 {
        padding-top: 4.5rem !important
    }

    .pb-lg-9 {
        padding-bottom: 4.5rem !important
    }

    .ml-lg-9 {
        margin-left: 4.5rem !important
    }

    .mr-lg-9 {
        margin-right: 4.5rem !important
    }

    .pl-lg-9 {
        padding-left: 4.5rem !important
    }

    .pr-lg-9 {
        padding-right: 4.5rem !important
    }

    .mt-lg-10 {
        margin-top: 5rem !important
    }

    .mb-lg-10 {
        margin-bottom: 5rem !important
    }

    .pt-lg-10 {
        padding-top: 5rem !important
    }

    .pb-lg-10 {
        padding-bottom: 5rem !important
    }

    .ml-lg-10 {
        margin-left: 5rem !important
    }

    .mr-lg-10 {
        margin-right: 5rem !important
    }

    .pl-lg-10 {
        padding-left: 5rem !important
    }

    .pr-lg-10 {
        padding-right: 5rem !important
    }
}

@media (min-width:1200px) {
    .mt-xl-0 {
        margin-top: 0rem !important
    }

    .mb-xl-0 {
        margin-bottom: 0rem !important
    }

    .ml-xl-0 {
        margin-left: 0rem !important
    }

    .mr-xl-0 {
        margin-right: 0rem !important
    }

    .pl-xl-0 {
        padding-left: 0rem !important
    }

    .pr-xl-0 {
        padding-right: 0rem !important
    }

    .mt-xl-1 {
        margin-top: 0.5rem !important
    }

    .mb-xl-1 {
        margin-bottom: 0.5rem !important
    }

    .ml-xl-1 {
        margin-left: 0.5rem !important
    }

    .mr-xl-1 {
        margin-right: 0.5rem !important
    }

    .pl-xl-1 {
        padding-left: 0.5rem !important
    }

    .pr-xl-1 {
        padding-right: 0.5rem !important
    }

    .mt-xl-2 {
        margin-top: 1rem !important
    }

    .mb-xl-2 {
        margin-bottom: 1rem !important
    }

    .ml-xl-2 {
        margin-left: 1rem !important
    }

    .mr-xl-2 {
        margin-right: 1rem !important
    }

    .pl-xl-2 {
        padding-left: 1rem !important
    }

    .pr-xl-2 {
        padding-right: 1rem !important
    }

    .mt-xl-3 {
        margin-top: 1.5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-3 {
        margin-left: 1.5rem !important
    }

    .mr-xl-3 {
        margin-right: 1.5rem !important
    }

    .pl-xl-3 {
        padding-left: 1.5rem !important
    }

    .pr-xl-3 {
        padding-right: 1.5rem !important
    }

    .mt-xl-4 {
        margin-top: 2rem !important
    }

    .mb-xl-4 {
        margin-bottom: 2rem !important
    }

    .ml-xl-4 {
        margin-left: 2rem !important
    }

    .mr-xl-4 {
        margin-right: 2rem !important
    }

    .pl-xl-4 {
        padding-left: 2rem !important
    }

    .pr-xl-4 {
        padding-right: 2rem !important
    }

    .mt-xl-5 {
        margin-top: 2.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-5 {
        margin-left: 2.5rem !important
    }

    .mr-xl-5 {
        margin-right: 2.5rem !important
    }

    .pl-xl-5 {
        padding-left: 2.5rem !important
    }

    .pr-xl-5 {
        padding-right: 2.5rem !important
    }

    .mt-xl-6 {
        margin-top: 3rem !important
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important
    }

    .ml-xl-6 {
        margin-left: 3rem !important
    }

    .mr-xl-6 {
        margin-right: 3rem !important
    }

    .pl-xl-6 {
        padding-left: 3rem !important
    }

    .pr-xl-6 {
        padding-right: 3rem !important
    }

    .mt-xl-7 {
        margin-top: 3.5rem !important
    }

    .mb-xl-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-xl-7 {
        margin-left: 3.5rem !important
    }

    .mr-xl-7 {
        margin-right: 3.5rem !important
    }

    .pl-xl-7 {
        padding-left: 3.5rem !important
    }

    .pr-xl-7 {
        padding-right: 3.5rem !important
    }

    .mt-xl-8 {
        margin-top: 4rem !important
    }

    .mb-xl-8 {
        margin-bottom: 4rem !important
    }

    .ml-xl-8 {
        margin-left: 4rem !important
    }

    .mr-xl-8 {
        margin-right: 4rem !important
    }

    .pl-xl-8 {
        padding-left: 4rem !important
    }

    .pr-xl-8 {
        padding-right: 4rem !important
    }

    .mt-xl-9 {
        margin-top: 4.5rem !important
    }

    .mb-xl-9 {
        margin-bottom: 4.5rem !important
    }

    .ml-xl-9 {
        margin-left: 4.5rem !important
    }

    .mr-xl-9 {
        margin-right: 4.5rem !important
    }

    .pl-xl-9 {
        padding-left: 4.5rem !important
    }

    .pr-xl-9 {
        padding-right: 4.5rem !important
    }

    .mt-xl-10 {
        margin-top: 5rem !important
    }

    .mb-xl-10 {
        margin-bottom: 5rem !important
    }

    .ml-xl-10 {
        margin-left: 5rem !important
    }

    .mr-xl-10 {
        margin-right: 5rem !important
    }

    .pl-xl-10 {
        padding-left: 5rem !important
    }

    .pr-xl-10 {
        padding-right: 5rem !important
    }
}

@media (min-width:992px) {
    .ml-lg-auto {
        margin-left: auto !important
    }

    .mr-lg-auto {
        margin-right: auto !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@keyframes maskUp {
    0% {
        transform: translate(0, 100%)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskRight {
    0% {
        transform: translate(-100%, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskDown {
    0% {
        transform: translate(0, -100%)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskLeft {
    0% {
        transform: translate(100%, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

.maskUp {
    animation-name: maskUp
}

.maskRight {
    animation-name: maskRight
}

.maskDown {
    animation-name: maskDown
}

.maskLeft {
    animation-name: maskLeft
}

@keyframes fadeInUpShorter {
    0% {
        opacity: 0;
        transform: translate(0, 50px);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpShorter {
    animation-name: fadeInUpShorter
}

@keyframes fadeInLeftShorter {
    0% {
        opacity: 0;
        transform: translate(50px, 0);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftShorter {
    animation-name: fadeInLeftShorter
}

@keyframes fadeInRightShorter {
    0% {
        opacity: 0;
        transform: translate(-50px, 0);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightShorter {
    animation-name: fadeInRightShorter
}

@keyframes fadeInDownShorter {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownShorter {
    animation-name: fadeInDownShorter
}

@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: none
    }
}

.blurIn {
    animation-name: blurIn
}

@keyframes grayOut {
    0% {
        opacity: 1;
        filter: grayscale(0)
    }

    15% {
        filter: grayscale(100%)
    }

    to {
        opacity: 0;
        filter: grayscale(100%)
    }
}

.grayOut {
    animation-name: grayOut
}

@keyframes dotPulse {
    0% {
        opacity: 1;
        transform: scale(0.2)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

.dotPulse {
    animation-name: dotPulse;
    animation-iteration-count: infinite;
    animation-duration: 4s
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipOutY {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px)
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0%)
    }

    to {
        filter: brightness(100%)
    }
}

.brightIn {
    animation-name: brightIn
}

.appear-animate {
    visibility: hidden;
    opacity: 0
}

.appear-animation-visible {
    visibility: visible;
    opacity: 1
}

@-webkit-keyframes zoomInShorter {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInShorter {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8)
    }

    50% {
        opacity: 1
    }
}

.zoomInShorter {
    -webkit-animation-name: zoomInShorter;
    animation-name: zoomInShorter
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    0%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideZoomIn {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 1
    }

    to {
        transform: scale3d(1.1, 1.1, 1);
        opacity: 1
    }
}

.slideZoomIn {
    -webkit-animation-name: slideZoomIn;
    animation-name: slideZoomIn
}

@keyframes rotateStar {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.label-star {
    align-items: center;
    padding: 9px 7px 5px;
    border-radius: 0.3rem;
    line-height: 1
}

.label-star:after,
.label-star:before {
    animation: 4s linear 0s infinite rotateStar;
    content: "";
    display: inline-block;
    margin: 0.5rem 0.5rem 0.5rem 1.5rem;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-size: 0.467em;
    font-weight: 400
}

.label-star:before {
    margin-left: 0.5rem;
    animation-direction: reverse
}

.alert-round {
    border-radius: 3px
}

.alert {
    position: relative;
    padding: 1.6rem 3.8rem 1.6rem 1.8rem;
    border: 1px solid #222;
    font-size: 1.4rem;
    line-height: 1.75
}
button.btn.btn-blue-bg.btn-block.br_28 {
    padding: 0.9em 2.78em;
}
.cart-box.mb-4.p-0.checkout .pro-image img {
    border-radius: 5px;
}
.cart-box {
    border: none;
    background: #f8f8f8;
    margin-bottom: 20px !important;
}
.summary {
    border: 1px solid #d4d2d2;
}
.shippingdiv hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f1f1f1;
}
.shipto{border: 1px solid #d4d2d2 !important;}
.alert .btn-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2.1rem;
    transform: translateY(-50%);
    margin-top: -0.1rem;
    font-size: 1.5rem;
    line-height: 0
}

.alert-title {
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: inherit;
    color: inherit
}

.btn-close {
    transition: color 0.3s
}

.btn-close:hover {
    color: #000
}

.alert-primary {
    background-color: #26c;
    border-color: #26c;
    color: #26c
}

.alert-success {
    background-color: #a8c26e;
    border-color: #a8c26e;
    color: #a8c26e
}

.alert-warning {
    background-color: #fbb03b;
    border-color: #fbb03b;
    color: #fbb03b
}

.alert-danger {
    background-color: #b10001;
    border-color: #b10001;
    color: #b10001
}

.alert-black {
    background-color: #222;
    border-color: #222
}

.alert-black .btn-close:hover {
    color: #666
}

.alert-simple {
    background-color: transparent;
    border-style: dashed;
    border-color: #cacbcc
}

.alert-dark {
    color: #fff
}

.alert-dark .btn-close {
    color: #fff
}

.alert-icon {
    padding: 1.5rem 3.9rem 1.5rem 1.9rem
}

.alert-icon > i {
    vertical-align: middle;
    margin-right: 1.2rem;
    line-height: 1;
    font-size: 2.4rem;
    font-weight: 600
}

.alert-light.alert-primary {
    background-color: #edf4f9;
    border-color: #edf4f9
}

.alert-light.alert-danger {
    background-color: #f6d6d5;
    border-color: #f6d6d5;
    color: #6d1a17
}

.alert-light.alert-danger .btn-close {
    color: #6d1a17
}

.alert-light.alert-warning {
    background-color: #fff5eb;
    border-color: #fff5eb
}

.alert-message {
    display: block;
    padding: 1.3rem 3.9rem 1.9rem 1.9rem
}

.alert-message .btn-close {
    position: absolute;
    transform: translateY(0);
    top: 2.7rem;
    right: 2.1rem;
    font-size: 1.4rem
}

.alert-message .alert-title {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.7
}

.alert-message p {
    margin: 0;
    padding-right: 2rem;
    line-height: 1.7
}

.alert-message.alert-link p {
    color: #666
}

.alert-message.alert-link a {
    color: #26c
}

.alert-message.alert-link a:hover {
    text-decoration: underline
}

.alert.alert-inline {
    padding-right: 4rem
}

.alert.alert-inline .alert-title {
    display: inline-block;
    margin: 0 0.8rem 0 0
}

.alert.alert-inline p {
    display: inline
}

.alert-btn:not(.alert-message) {
    padding: 0.9rem 3.9rem 0.9rem 0.9rem
}

.alert-btn .btn:not(.btn-close) {
    margin-right: 1rem;
    padding: 0.73em 1.61em
}

.alert-btn.alert-message p {
    margin-bottom: 1rem
}

.alert-btn.alert-dark.alert-warning .btn:not(.btn-close) {
    background-color: transparent;
    padding: 0.7em 1.43em;
    border-width: 3px;
    color: #fff
}

.alert-btn.alert-dark.alert-warning .btn:not(.btn-close):hover {
    border-color: #df7f50;
    background: #df7f50
}

.alert-btn.alert-light.alert-warning .btn:not(.btn-close) {
    color: #fbb03b;
    background-color: #fff;
    border-color: #fff
}

.alert-btn.alert-light.alert-warning .btn:not(.btn-close):hover {
    color: #fff;
    background-color: #fbb03b;
    border-color: #fbb03b
}

.alert-summary > i {
    margin-right: 0.9rem;
    font-size: 1.6rem;
    line-height: 1.25
}

.alert-summary ul {
    margin: 1.7rem 0 0 2.7rem;
    list-style-type: disc
}

.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem
}

.banner figure img {
    display: block;
    width: 100%;
    height: auto
}

.banner.inner-banner:before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    bottom: 1rem;
    border: 2px solid rgba(225, 225, 225, 0.3);
    z-index: 1
}

.banner.inner-banner .banner-content {
    z-index: 2
}

.banner .banner-content {
    position: relative
}

.banner-radius {
    border-radius: 1rem;
    overflow: hidden
}

.banner-subtitle {
    letter-spacing: -0.025em;
    line-height: 1
}

.banner-price-info,
.banner-title {
    line-height: 1
}

.banner-fixed > .banner-content,
.banner-fixed > .container,
.banner-fixed > .container-fluid {
    position: absolute;
    z-index: 1
}

.banner-fixed > .container,
.banner-fixed > .container-fluid {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.banner-fixed.content-middle .banner-content {
    top: 50%;
    transform: translateY(-50%)
}

.banner-fixed.content-center .banner-content {
    text-align: center;
    left: 50%;
    transform: translateX(-50%)
}

.banner-fixed.content-center.content-middle .banner-content {
    transform: translate(-50%, -50%)
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .intro-slider .banner img {
        height: 100%;
        width: 100%
    }
}

.video-banner {
    position: relative
}

.video-banner .btn-play {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 49px;
    width: 51px;
    height: 51px;
    font-size: 22px;
    border-radius: 50%;
    border: 1px solid;
    transition: background-color 0.3s, border-color 0.3s
}

.video-banner .btn-play:hover {
    background-color: #26c;
    border-color: #26c
}

.banner-button-hide .banner-content {
    transition: padding 0.3s
}

.banner-button-hide .btn {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: 0.3s
}

.banner-button-hide:not(:hover) .btn {
    margin: 0;
    visibility: hidden;
    opacity: 0
}

.banner-button-hide:hover .banner-content {
    padding-bottom: 6.2rem
}

@media (max-width:991px) {
    .banner {
        font-size: 8px
    }
}

@media (max-width:479px) {
    .banner {
        font-size: 7px
    }
}

.post {
    font-family: 'Inter', sans-serif;
}

.post .btn i {
    margin-left: 8px
}

.post .btn i:before {
    margin: 0
}

.post .post-details > :last-child {
    margin-bottom: 0
}

.post-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 4.5rem;
    height: 4.7rem;
    background: rgba(255, 255, 255, 0.8);
    color: #222;
    font-weight: 600;
    line-height: 1;
    border-radius: 0.3rem
}

.post-calendar .post-day {
    display: block;
    margin-bottom: 1px;
    font-size: 1.6rem
}

.post-calendar .post-month {
    display: block;
    margin-left: 2px;
    font-size: 1rem
}

.post-media {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.3rem
}

.post-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s
}

.post-media .post-calendar {
    position: absolute;
    left: 2rem;
    top: 2rem
}

.post-media .owl-dots {
    bottom: 2.5rem
}

.post-media .owl-dots .owl-dot span {
    border-color: #fff;
    background-color: transparent
}

.post-media .owl-dots .owl-dot:hover span {
    border-color: #fff;
    background-color: #fff
}

.post-details {
    padding: 2.3rem 0 2rem
}

.post-meta {
    margin-bottom: 0.6rem;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: inherit;
    line-height: 1.2;
    color: #999
}

.post-meta a,
.post-meta span {
    font-weight: 600;
    color: #222
}

.post-meta a {
    text-transform: capitalize
}

.post-meta a:hover {
    color: #26c
}

.post-meta span {
    transition: color 0.3s
}

.post-meta .post-author {
    text-transform: uppercase
}

.post-meta .post-comment {
    margin-bottom: 0.6rem;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: inherit;
    line-height: 1.2;
    color: #999
}

.post-meta .post-comment:hover span {
    color: inherit
}

.post-title {
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5
}

.post-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.8rem;
    line-height: 1.72;
    letter-spacing: 0;
    color: #666;
    padding-left: 58px;
    margin-bottom: 0;
}

.reply-box .user-info {
    margin-left: 12px;
    flex: 1;
}

.reply-box .user {
    flex: 1;
}
.more-action li a {
    padding: 12px 20px;
    padding-bottom: 0;
    padding-top: 0;
}
.instorepickup {
    border: none;
    border-radius: 11px;
    background: #f1f1f1;
}
.more-action {
    position: absolute;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0 0 16px rgb(0 0 0 / 30%);
    border-radius: 15px;
    width: 200px;
    padding: 0px 0 0;
    /* top: 0; */
    left: 130px;
}
.col-md-3.col-sm-2.left_section{z-index: 9999;}
.more-action.more_setting a {
    padding: 10px 11px !important;
    display: block !important;
    margin: 0;
}
.profile-menu-inner li a {
    padding: 10px 0;
    display: block;
    font-size: 13px;
}
.profile-menu-inner i {
    font-size: 18px;
    color: #324158;
    margin-right: 8px;
}
.profile-menu-inner h5{position: relative;}
.profile-menu-inner h5.active:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    background: #4070ff;
    bottom: 0px;
    left: 0;
    border-radius: 5px 5px 0 0;
}

.navigation .more-action li:first-child a:hover {
    border-radius: 13px 13px 0 0;
}
.navigation .more-action li:last-child a:hover {
    border-radius: 0px 0px 13px 13px;
}
.more-action img {
    margin-right: 8px;
    width: 24px;
}
.get-app-wrapper img {
    border-radius: 10px;
}
.more-action ul {
    padding: 0;
}
.more-action ul li a {
    display: block !important;
    padding: 12px 10px !important;
    border-bottom: 1px solid #ccc;
}
.more-action ul li:last-child a {
    border-bottom: none;
}
.instorepickup {
    padding: 11px 15px;
}
.instorepickup p {
    margin-bottom: 0;
}
.instorepickup img {
    margin-right: 15px;
    border-radius: 50% !important;
    height: 70px;
    width: 70px;
}
.form-wizard .form-wizard-steps {
    margin: 30px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.green-tick img {
    margin-right: 0;
    width: 20px;
}
.dots{position: relative;}
.left-panel .navigation li{position: relative;}
.dots .more-action {
    left: 0;
    z-index: 9;
}
.more-action img {
    margin-right: 8px;
}
.dots .more-action {
    left: -12px;
    z-index: 9;
    top: 25px;
    bottom: inherit;
    padding: 0;
    width: 250px;
}
.more-action ul li a {
    padding: 7px 0;
    display: inline-block;
}
@media (min-width:576px) {
    .post-classic .post-title {
        font-size: 2.4rem
    }
}

.post-sm .post-details {
    padding: 2.2rem 0.3rem 2rem
}

.inner-video .post-media {
    position: relative
}

.inner-video .video-play {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.3s, opacity 0.3s;
    font-family: "Font Awesome 5 Free";
    font-size: 6rem;
    color: #fff;
    cursor: pointer;
    z-index: 10
}

.inner-video .video-play:before {
    content: ""
}

.inner-video video {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-video.paused video,
.inner-video.playing video {
    display: block
}

.inner-video.paused .video-play,
.inner-video.playing .video-play {
    opacity: 0
}

.inner-video.paused .video-play:before,
.inner-video.playing .video-play:before {
    content: ""
}

.inner-video.paused .post-media,
.inner-video.playing .post-media {
    background-color: #000
}

.inner-video.paused .post-media:hover .video-play,
.inner-video.playing .post-media:hover .video-play {
    opacity: 1
}

.inner-video.paused img,
.inner-video.playing img {
    visibility: hidden
}

.inner-video.paused .video-play {
    opacity: 1
}

.inner-video.paused .video-play:before {
    content: ""
}

.post-list {
    margin-bottom: 2rem
}

.post-list .post-details {
    padding: 2rem 0
}

.post-list img {
    min-height: 20rem;
    object-fit: cover
}

@media (min-width:576px) {
    .post-list {
        display: flex;
        align-items: center
    }

    .post-list .post-media {
        margin-right: 2rem
    }

    .post-list .post-details,
    .post-list .post-media {
        width: calc(50% - 1rem)
    }
}

.post-list-xs {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    margin-left: 2px
}

.post-list-xs .post-calendar {
    color: #ccc;
    border-color: #ccc;
    background-color: transparent
}

.post-list-xs .post-details {
    flex: 1;
    margin: 0 0 0 2rem;
    padding: 0
}

.post-list-xs .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    text-transform: none;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.69;
    color: inherit;
    white-space: normal
}

.post-list-xs .post-title:hover a {
    color: #fff
}

.post-list-sm {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.post-list-sm .post-media {
    max-width: 9rem;
    flex: 0 0 9rem;
    height: 9rem
}

.post-list-sm .post-media img {
    height: 100%;
    object-fit: cover
}

.post-list-sm .post-details {
    padding: 0;
    margin-left: 1.6rem
}

.post-list-sm .post-meta {
    margin-bottom: 0.4rem
}

.post-list-sm .post-meta a {
    font-size: 1.3rem;
    font-weight: 400;
    color: #999
}

.post-list-sm .post-title {
    margin-bottom: 0;
    white-space: normal;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0
}

.post-col .post {
    margin: 0;
    padding: 1rem 0.3rem
}

.post-image-gap {
    padding: 2rem;
    background-color: #fff;
    transition: box-shadow 0.3s
}

.post-image-gap .post-details {
    padding-bottom: 1rem
}

.post-image-gap:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1)
}

.post-mask {
    position: relative
}

.post-mask:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.75;
    background: rgba(51, 51, 51, 0.5);
    transition: all 0.3s;
    pointer-events: none;
    z-index: 1
}

.post-mask img {
    min-height: 19rem
}

.post-mask.gradient:before {
    height: 50%;
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #000 100%)
}

.post-mask .post-details {
    position: absolute;
    padding: 0;
    left: 3rem;
    right: 3rem;
    bottom: 2.2rem;
    z-index: 2;
    transform: translateY(4rem);
    transition: transform 0.4s
}

.post-mask .post-meta {
    color: #fff
}

.post-mask .post-meta a,
.post-mask .post-meta span {
    color: inherit
}

.post-mask .post-meta a {
    font-weight: 400
}

.post-mask .post-title {
    margin: 0;
    text-transform: none;
    line-height: 1.32;
    color: #fff
}

.post-mask .post-title a:hover {
    color: #fff
}

.post-mask .btn-link {
    margin-top: 1.5rem;
    opacity: 0;
    transition: opacity 0.4s
}

.post-mask:hover .post-media a:before {
    opacity: 0.1
}

.post-mask:hover .post-details {
    transform: translateY(0)
}

.post-mask:hover .btn-link {
    opacity: 1
}

.post-frame {
    padding: 2rem 2rem 0;
    box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.05)
}

.post-frame .post-details {
    padding: 2.2rem 0 2rem
}

.post-frame .post-content {
    margin-bottom: 1.8rem;
    line-height: 1.72
}

ul.blog-filters {
    padding-top: 4rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    border-top: 1px solid #e1e1e1
}

ul.blog-filters li {
    margin-right: 2rem;
    margin-left: 2rem
}

ul.blog-filters .nav-filter {
    letter-spacing: 0
}

.blog-filters span {
    margin-left: 0.8rem;
    color: #aaa
}

.blog-filters li {
    padding: 0;
    margin-right: 0.8rem;
    line-height: 2.143;
    border-bottom: 2px solid transparent
}

.blog-filters a.nav-filter {
    border-width: 2px
}

.post-outer .post-details {
    position: relative;
    background-color: #fff;
    width: calc(100% - 100px);
    min-width: 75%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    text-align: center;
    transform: translateY(-50%);
    padding: 2.3rem 0 2rem
}

.post-outer .post-details .btn {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.025em
}

.post-outer .post-meta {
    color: #222
}

.post-outer .post-title {
    letter-spacing: -0.025em;
    margin-bottom: 1.8rem
}

.owl-carousel.blog-centerzoom-carousel .post {
    position: relative
}

.owl-carousel.blog-centerzoom-carousel .post-details {
    background-color: #1d1d1d
}

.owl-carousel.blog-centerzoom-carousel .btn {
    font-size: 13px
}

.owl-carousel.blog-centerzoom-carousel .owl-nav .owl-prev {
    top: 80.5%;
    left: 10.5%
}

.owl-carousel.blog-centerzoom-carousel .owl-nav .owl-next {
    top: 80.5%;
    right: 10.5%
}

@media (min-width:992px) {
    .owl-carousel.blog-centerzoom-carousel .owl-item {
        padding-bottom: 300px
    }

    .owl-carousel.blog-centerzoom-carousel .post-details {
        position: absolute
    }

    .owl-carousel.blog-centerzoom-carousel .owl-item .post-media {
        transform: scale(0.75);
        transition: transform 0.2s;
        transform-origin: top center
    }

    .owl-carousel.blog-centerzoom-carousel .owl-item .post-details {
        width: 75%;
        top: 75%;
        transition: width 0.2s, top 0.2s, left 0.2s
    }

    .owl-carousel.blog-centerzoom-carousel .center .post-media {
        transform: scale(1.5)
    }

    .owl-carousel.blog-centerzoom-carousel .center .post-details {
        top: 150%;
        width: 150%;
        left: -25%
    }

    .owl-carousel.blog-centerzoom-carousel .active + .owl-item:not(.active) .post-media,
    .owl-carousel.blog-centerzoom-carousel .owl-item:not(.active) + .owl-item:not(.active) .post-media {
        transform-origin: top left
    }

    .owl-carousel.blog-centerzoom-carousel .owl-item:not(.active) + .active .post-media {
        transform-origin: top left
    }

    .owl-carousel.blog-centerzoom-carousel .center + .active .post-media {
        transform-origin: top right
    }

    .owl-carousel.blog-centerzoom-carousel .center + .active .post-details {
        left: 25%
    }
}

.btn {
    display: inline-block;
    border: 2px solid #e4eaec;
    background-color: #e4eaec;
    color: #222;
    outline: 0;
    padding: 1.22em 2.78em;
    font-weight: 700;
    font-size: 1.1rem;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
    text-align: center;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
    white-space: nowrap;
    cursor: pointer
}

.btn:active,
.btn:focus,
.btn:hover {
    /* color: #222;
    border-color: #cfdadd;
    background-color: #cfdadd */
}

.btn i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.4rem;
    line-height: 0;
    font-size: 1.9rem
}

.btn i:before {
    margin: 0
}

.btn-solid {
    background-color: #fff;
    border-color: #fff;
    color: #222
}

.btn-solid:active,
.btn-solid:focus,
.btn-solid:hover {
    border-color: #222;
    background-color: #222;
    color: #fff
}

.btn-outline {
    border: 2px solid #4070ff;
    color: #666;
    color: #4070ff !important;
    background-color: transparent;
    background: #fff !important;
    font-weight: 500;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    /* border-color: #666;
    background-color: #666;
    color: #fff */
}

.btn-outline.btn-outline-light {
    padding: 1.07em 2.21em;
    border-width: 1px
}

.btn-outline.btn-bg {
    color: #fff
}

.btn-gradient {
    position: relative;
    color: #fff;
    border: none;
    overflow: hidden;
    transition: background 0.25s, color 0.25s, border 0.25s
}

.btn-gradient:after {
    content: "";
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    bottom: -50%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%);
    transform: skewX(-45deg) translateX(-100%);
    transition: transform 0.8s
}

.btn-gradient:hover:after {
    transform: skewX(-45deg) translateX(100%)
}

.btn-gradient.btn-primary {
    background: linear-gradient(135deg, #3b8df1, #5449ff)
}

.btn-gradient.btn-secondary {
    background: linear-gradient(135deg, #ffa35f, #ef5454)
}

.btn-gradient.btn-alert {
    background: linear-gradient(135deg, #f85283, #b33c9e)
}

.btn-gradient.btn-success {
    background: linear-gradient(135deg, #a0ec69, #87cf47)
}

.btn-gradient.btn-dark {
    background: linear-gradient(135deg, #666, #222)
}

.btn-icon-left i,
.btn-icon-right i,
.btn-reveal-left i,
.btn-reveal-right i {
    line-height: 0
}

.btn-icon-right {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-icon-right i {
    margin-left: 0.7rem
}

.btn-icon-left {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-icon-left i {
    margin-right: 0.7rem;
    margin-left: 0
}

.btn-reveal-left i {
    opacity: 0;
    margin-left: -1em;
    transform: translateX(0.5em);
    margin-right: 0;
    transition: transform 0.3s, opacity 0.3s, margin 0.3s
}

.btn-reveal-left:active i,
.btn-reveal-left:focus i,
.btn-reveal-left:hover i {
    opacity: 1;
    margin-left: 0;
    transform: translateX(0);
    margin-right: 0.7rem
}

.btn-reveal-right i {
    opacity: 0;
    margin-right: -1em;
    transform: translateX(-0.5em);
    margin-left: 0;
    transition: transform 0.3s, opacity 0.3s, margin 0.3s
}

.btn-reveal-right:active i,
.btn-reveal-right:focus i,
.btn-reveal-right:hover i {
    opacity: 1;
    margin-left: 0.7rem;
    transform: translateX(0);
    margin-right: 0
}

.btn-slide-left:active i,
.btn-slide-left:focus i,
.btn-slide-left:hover i {
    animation: 0.5s ease slideLeft
}

.btn-slide-right:active i,
.btn-slide-right:focus i,
.btn-slide-right:hover i {
    animation: 0.5s ease slideRight
}

.btn-slide-up:active i,
.btn-slide-up:focus i,
.btn-slide-up:hover i {
    animation: 0.5s ease slideUp
}

.btn-slide-down:active i,
.btn-slide-down:focus i,
.btn-slide-down:hover i {
    animation: 0.5s ease slideDown
}

.btn-infinite:hover i {
    animation-iteration-count: infinite
}

@keyframes slideLeft {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-0.5em)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(0.5em)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-0.5em)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(0.5em)
    }

    to {
        transform: translateY(0)
    }
}

.btn-shadow-lg {
    box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.15)
}

.btn-shadow-lg:active,
.btn-shadow-lg:focus,
.btn-shadow-lg:hover {
    box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.2)
}

.btn-shadow {
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.15)
}

.btn-shadow:active,
.btn-shadow:focus,
.btn-shadow:hover {
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2)
}

.btn-shadow-sm {
    box-shadow: 0 17px 20px -20px rgba(0, 0, 0, 0.15)
}

.btn-shadow-sm:active,
.btn-shadow-sm:focus,
.btn-shadow-sm:hover {
    box-shadow: 0 17px 20px -20px rgba(0, 0, 0, 0.2)
}

.btn-underline:active:after,
.btn-underline:focus:after,
.btn-underline:hover:after {
    transform: scaleX(1)
}

.btn-underline:after {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    width: 100%;
    border-bottom: 2px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: ""
}

.btn-underline i {
    margin-bottom: 2px
}

.btn-underline.btn-underline-visible:after {
    transform: scaleX(1)
}

.btn-underline.btn-underline-width-sm:after {
    height: 1px;
    border-bottom: 0
}

.btn-underline.sm:after {
    width: 46%
}

.btn-underline.lg:after {
    margin-left: -16.5%;
    margin-right: -16.5%;
    width: 133%
}

.btn-link {
    padding: 0;
    color: #222;
    border: 0;
    background-color: transparent
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    background-color: transparent
}

.btn-disabled {
    cursor: not-allowed;
    background-color: #e4eaec !important;
    color: #999 !important;
    border-color: #e4eaec !important;
    box-shadow: none !important
}

.btn-disabled:after,
.btn-disabled:before {
    content: none !important
}

.btn.btn-rounded {
    border-radius: 3px
}

.btn.btn-rounded:after,
.btn.btn-rounded:before {
    border-radius: 3px
}

.btn.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}
.report-product-post p {
    line-height: 22px;
}
.report-product-post h1 {
    font-size: 30px;
    margin-bottom: 0;
    padding: 15px 0;
}
.btn.btn-ellipse {
    border-radius: 3rem
}

.btn.btn-lg {
    padding: 1.5em 3.42em
}

.btn.btn-md {
    padding: 1.07em 2.15em;
    font-size: 1.3rem
}

.btn.btn-sm {
    padding: 0.92em 1.61em;
    font-size: 1.3rem
}

.btn.btn-link {
    padding: 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .btn.btn-link {
        overflow: visible
    }
}

.btn-primary {
    color: #fff;
    border-color: #26c;
    background-color: #26c
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    border-color: #3478dd;
    background-color: #3478dd
}

.btn-primary.btn-solid {
    color: #26c;
    border-color: #fff;
    background-color: #fff
}

.btn-primary.btn-solid:active,
.btn-primary.btn-solid:focus,
.btn-primary.btn-solid:hover {
    border-color: #26c;
    background-color: #26c;
    color: #fff
}

.btn-primary.btn-outline {
    color: #26c;
    border-color: #26c;
    background-color: transparent
}

.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
    background-color: #26c;
    color: #fff
}

.btn-primary.btn-link {
    background-color: transparent;
    color: #26c
}

.btn-primary.btn-link:active,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:hover {
    color: #222
}

.btn-primary.btn-underline:active,
.btn-primary.btn-underline:focus,
.btn-primary.btn-underline:hover {
    color: #26c
}

.btn-secondary {
    color: #fff;
    border-color: #fbb03b;
    background-color: #fbb03b
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    border-color: #d98568;
    background-color: #d98568
}

.btn-secondary.btn-solid {
    color: #fbb03b;
    border-color: #fff;
    background-color: #fff
}

.btn-secondary.btn-solid:active,
.btn-secondary.btn-solid:focus,
.btn-secondary.btn-solid:hover {
    border-color: #fbb03b;
    background-color: #fbb03b;
    color: #fff
}

.btn-secondary.btn-outline {
    color: #fbb03b;
    border-color: #fbb03b;
    background-color: transparent
}

.btn-secondary.btn-outline:active,
.btn-secondary.btn-outline:focus,
.btn-secondary.btn-outline:hover {
    background-color: #fbb03b;
    color: #fff
}

.btn-secondary.btn-link {
    background-color: transparent;
    color: #fbb03b
}

.btn-secondary.btn-link:active,
.btn-secondary.btn-link:focus,
.btn-secondary.btn-link:hover {
    color: #222
}

.btn-secondary.btn-underline:active,
.btn-secondary.btn-underline:focus,
.btn-secondary.btn-underline:hover {
    color: #fbb03b
}

.btn-alert {
    color: #fff;
    border-color: #b10001;
    background-color: #b10001
}

.btn-alert:active,
.btn-alert:focus,
.btn-alert:hover {
    color: #fff;
    border-color: #d50001;
    background-color: #d50001
}

.btn-alert.btn-solid {
    color: #b10001;
    border-color: #fff;
    background-color: #fff
}

.btn-alert.btn-solid:active,
.btn-alert.btn-solid:focus,
.btn-alert.btn-solid:hover {
    border-color: #b10001;
    background-color: #b10001;
    color: #fff
}

.btn-alert.btn-outline {
    color: #b10001;
    border-color: #b10001;
    background-color: transparent
}

.btn-alert.btn-outline:active,
.btn-alert.btn-outline:focus,
.btn-alert.btn-outline:hover {
    background-color: #b10001;
    color: #fff
}

.btn-alert.btn-link {
    background-color: transparent;
    color: #b10001
}

.btn-alert.btn-link:active,
.btn-alert.btn-link:focus,
.btn-alert.btn-link:hover {
    color: #222
}

.btn-alert.btn-underline:active,
.btn-alert.btn-underline:focus,
.btn-alert.btn-underline:hover {
    color: #b10001
}

.btn-success {
    color: #fff;
    border-color: #a8c26e;
    background-color: #a8c26e
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    border-color: #b7cd87;
    background-color: #b7cd87
}

.btn-success.btn-solid {
    color: #a8c26e;
    border-color: #fff;
    background-color: #fff
}

.btn-success.btn-solid:active,
.btn-success.btn-solid:focus,
.btn-success.btn-solid:hover {
    border-color: #a8c26e;
    background-color: #a8c26e;
    color: #fff
}

.btn-success.btn-outline {
    color: #a8c26e;
    border-color: #a8c26e;
    background-color: transparent
}

.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
    background-color: #a8c26e;
    color: #fff
}

.btn-success.btn-link {
    background-color: transparent;
    color: #a8c26e
}

.btn-success.btn-link:active,
.btn-success.btn-link:focus,
.btn-success.btn-link:hover {
    color: #222
}

.btn-success.btn-underline:active,
.btn-success.btn-underline:focus,
.btn-success.btn-underline:hover {
    color: #a8c26e
}

.btn-dark {
    color: #fff;
    border-color: #222;
    background-color: #222
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    border-color: #343434;
    background-color: #343434
}

.btn-dark.btn-solid {
    color: #222;
    border-color: #fff;
    background-color: #fff
}

.btn-dark.btn-solid:active,
.btn-dark.btn-solid:focus,
.btn-dark.btn-solid:hover {
    border-color: #222;
    background-color: #222;
    color: #fff
}

.btn-dark.btn-outline {
    color: #222;
    border-color: #222;
    background-color: transparent
}

.btn-dark.btn-outline:active,
.btn-dark.btn-outline:focus,
.btn-dark.btn-outline:hover {
    background-color: #222;
    color: #fff
}

.btn-dark.btn-link {
    background-color: transparent;
    color: #222
}

.btn-dark.btn-link:active,
.btn-dark.btn-link:focus,
.btn-dark.btn-link:hover {
    color: #222
}

.btn-dark.btn-underline:active,
.btn-dark.btn-underline:focus,
.btn-dark.btn-underline:hover {
    color: #222
}

.btn-white {
    color: #222;
    background-color: #fff;
    border-color: #fff
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: #fff;
    border-color: #26c;
    background-color: #26c
}

.btn-white.btn-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
    color: #26c;
    background-color: #fff
}

.btn-white.btn-link {
    color: #fff;
    background-color: transparent
}

.btn-white.btn-link:active,
.btn-white.btn-link:focus,
.btn-white.btn-link:hover {
    color: #fff;
    background-color: transparent
}

.dark-theme .btn-outline:not(:hover),
.dark-theme .btn-white:not(:hover) {
    border-color: #666;
    color: #fff
}

.dark-theme .btn-link:not(.btn-primary) {
    color: #d7d7d7
}

.dark-theme .btn-dark {
    color: #fff;
    border-color: #050505;
    background-color: #050505
}

.dark-theme .btn-dark:active,
.dark-theme .btn-dark:focus,
.dark-theme .btn-dark:hover {
    color: #fff;
    border-color: #171717;
    background-color: #171717
}

.dark-theme .btn-dark.btn-solid {
    color: #050505;
    border-color: #fff;
    background-color: #fff
}

.dark-theme .btn-dark.btn-solid:active,
.dark-theme .btn-dark.btn-solid:focus,
.dark-theme .btn-dark.btn-solid:hover {
    border-color: #050505;
    background-color: #050505;
    color: #fff
}

.dark-theme .btn-dark.btn-outline {
    color: #050505;
    border-color: #050505;
    background-color: transparent
}

.dark-theme .btn-dark.btn-outline:active,
.dark-theme .btn-dark.btn-outline:focus,
.dark-theme .btn-dark.btn-outline:hover {
    background-color: #050505;
    color: #fff
}

.dark-theme .btn-dark.btn-link {
    background-color: transparent;
    color: #050505
}

.dark-theme .btn-dark.btn-link:active,
.dark-theme .btn-dark.btn-link:focus,
.dark-theme .btn-dark.btn-link:hover {
    color: #222
}

.dark-theme .btn-dark.btn-underline:active,
.dark-theme .btn-dark.btn-underline:focus,
.dark-theme .btn-dark.btn-underline:hover {
    color: #050505
}

.category {
    position: relative;
    font-size: 1rem
}

.category img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.category .category-name {
    margin-bottom: 0.3rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    text-transform: capitalize
}

.category .category-name a {
    color: inherit
}

.category .category-count {
    font-size: 1.2rem;
    line-height: 1.2
}

.category-rounded .category-media {
    overflow: hidden;
    border-radius: 1rem
}

.category-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: background 0.3s
}

.category-absolute .category-content {
    cursor: pointer;
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    height: 5.2rem;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden
}

.category-absolute .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    line-height: 1
}

.category-absolute .category-content:hover .btn {
    transform: translateY(0);
    opacity: 1
}

.category-default .category-content {
    background-color: #fff;
    border-radius: 3px
}

.category-default .category-name,
.category-light .category-name {
    margin-bottom: 0;
    color: #222;
    letter-spacing: -0.025em
}

.category-badge .btn,
.category-default .btn {
    padding: 0;
    line-height: 5rem
}

.category-default1 .category-content {
    background-color: #fff;
    color: #222
}

.category-default1 .category-name {
    margin: 0
}

.category-default1:hover .category-content {
    background-color: #26c;
    color: #fff
}

.category-light .category-name {
    padding: 1.8rem 3.9rem;
    background-color: #fff;
    border-radius: 0.3rem;
    transition: background-color 0.3s, padding 0.3s
}

.category-light .category-name a {
    position: relative;
    transition: padding 0.3s
}

.category-light .category-name a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "riode";
    font-size: 1.6rem;
    font-weight: 400;
    opacity: 0;
    transition: opacity 0.3s
}

.category-light:hover .category-name {
    padding-left: 2.8rem;
    padding-right: 2.7rem;
    background-color: #26c;
    color: #fff
}

.category-light:hover .category-name a {
    padding-right: 2.3rem
}

.category-light:hover .category-name a:after {
    opacity: 1
}

.category-icon {
    padding: 2.6rem 0.5rem;
    border: 1px solid #e1e1e1;
    color: #222;
    text-align: center;
    transition: border 0.3s;
    border-radius: 0.3rem
}

.category-icon i {
    margin-bottom: 1.3rem;
    font-size: 4.2rem;
    color: #666;
    transition: transform 0.3s
}

.category-icon .category-name {
    margin: 0;
    color: #222
}

.category-icon:hover i {
    transform: translateY(-4px)
}

.category-icon:hover .category-content {
    background: transparent
}

.category-icon-inline {
    display: inline-flex;
    align-items: center
}

.category-icon-inline .category-media {
    font-size: 3.2rem;
    line-height: 1;
    color: #444;
    transition: color 0.3s
}

.category-icon-inline .category-media i {
    margin-right: 0.8rem
}

.category-icon-inline .category-media svg {
    display: block;
    margin-right: 1rem;
    width: 3.5rem;
    height: 3.9rem;
    stroke: #444;
    fill: #444;
    transition: stroke 0.3s
}

.category-icon-inline .category-name {
    margin: 0;
    text-transform: none;
    text-align: left;
    font-size: 1.3rem;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.08;
    color: inherit;
    transition: color 0.3s
}

.category-icon-inline:hover .category-media,
.category-icon-inline:hover .category-name {
    color: #26c
}

.category-icon-inline:hover svg {
    stroke: #26c;
    fill: #26c
}

.category-icon-inline:hover i,
.category-icon-inline:hover svg {
    animation: slideUpShorter 0.6s
}

@keyframes slideUpShorter {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-4px)
    }

    to {
        transform: translateY(0)
    }
}

.ellipse-section .owl-stage-outer {
    padding: 5rem;
    margin: -5rem
}

.category-ellipse .category-media {
    border-radius: 50%;
    overflow: hidden;
    padding: 1.2rem;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    text-align: center
}

.category-ellipse img {
    transform: rotateZ(-10deg) translateX(-14px);
    transition: transform 0.3s
}

.category-ellipse .category-content {
    padding-top: 2rem
}

.category-ellipse .category-name {
    letter-spacing: -0.025em;
    color: #222
}

.category-ellipse .category-name:hover {
    color: #26c
}

.category-ellipse .category-count {
    text-transform: uppercase
}

.category-ellipse:hover img {
    transform: rotateZ(0) translateX(0)
}

.cat-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #222;
    cursor: pointer;
    background-color: #eaf0f9
}

.category-ellipse2 .category-media {
    border-radius: 50%;
    overflow: hidden;
    text-align: center
}

.category-ellipse2 .category-content {
    width: 100%;
    min-height: 25%;
    background-color: #fff
}

.category-ellipse2 .category-name:hover a {
    color: #26c
}

.dark-cta-section {
    background-color: #313438
}

.category-classic .category-media {
    overflow: hidden;
    border-radius: 1.1rem
}

.category-classic .category-content {
    right: 0;
    background-color: rgba(38, 38, 38, 0.808);
    color: #fff;
    border-radius: 0 0 1rem 1rem
}

.category-classic .category-name {
    margin-bottom: 0;
    text-transform: uppercase
}

.category-i-over figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #26c;
    opacity: 0.9;
    border-radius: 1rem
}

.category-i-over figure i {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 37.5%;
    transform: translate(-50%, -50%);
    width: 10rem;
    height: 10rem;
    margin-bottom: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 15px 0 #26c;
    font-size: 4.2rem;
    z-index: 1;
    color: #fff
}

.category-classic .category-content,
.category-i-over .category-content {
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 25%
}

.category-classic .category-count,
.category-i-over .category-count {
    display: block;
    opacity: 0;
    line-height: 0;
    visibility: hidden;
    transition: opacity 0.3s, line-height 0.3s, visibility 0.3s, padding 0.3s
}

.category-classic:hover .category-count,
.category-i-over:hover .category-count {
    visibility: visible;
    line-height: 1.2;
    opacity: 1;
    padding-top: 4px
}

.category-center img {
    border-radius: 0
}

.category-center .category-content {
    bottom: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%)
}

.category-center .category-name {
    font-size: 2.6rem;
    color: #fff
}

.category-center .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.category-group-icon,
.category-group-image {
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 0.3rem
}

.category-group-icon > *,
.category-group-image > * {
    flex: 1
}

.category-group-icon li:not(:last-child),
.category-group-image li:not(:last-child) {
    margin-bottom: 0.9rem
}

.category-group-image {
    color: #666
}

.category-group-image .category-content {
    position: static;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 2.3rem 1rem 2.3rem 0;
    background: transparent;
    text-align: left;
    align-items: flex-start
}

.category-group-image .category-name {
    width: 100%;
    margin-bottom: 1.5rem;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.01em
}

.category-group-image a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.category-group-image .category-list {
    font-size: 1.3rem;
    line-height: 1.2;
    width: 100%
}

.category-group-image .category-list a {
    position: relative;
    display: inline-block;
    transition: text-decoration 0.3s
}

.category-group-image .category-list a:hover {
    color: #222;
    text-decoration: underline
}

.category-group-image .category-list a:active {
    color: #26c
}

.category-group-image:hover .category-name {
    margin-bottom: 1.5rem
}

.category-group-image:hover .category-content {
    background: transparent
}

.category-group-icon {
    display: flex;
    align-items: center;
    border: 0;
    color: #fff
}

.category-group-icon > * {
    flex: 1
}

.category-group-icon .category-media {
    text-align: center
}

.category-group-icon .category-media i {
    display: inline-block;
    font-size: 6.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8rem;
    line-height: 1;
    transition: transform 0.3s;
    color: #fff
}

.category-group-icon > a {
    padding-right: 1rem
}

.category-group-icon > a:hover i {
    transform: translateY(-0.5rem)
}

.category-group-icon .category-content {
    padding: 28px 0px 28px 10px;
    background: transparent;
    text-align: left;
    align-items: flex-start
}

.category-group-icon .category-name {
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #fff
}

.category-group-icon .category-list {
    font-size: 1.3rem;
    line-height: 1.2
}

.category-group-icon .category-list li {
    white-space: nowrap
}

.category-group-icon .category-list li:before {
    content: "";
    padding-right: 0.8rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff
}

.category-group-icon .category-list a {
    position: relative;
    display: inline-block;
    transition: text-decoration 0.3s
}

.category-group-icon .category-list a:hover {
    color: inherit;
    text-decoration: underline
}

.category-group-icon:hover .category-name {
    margin-bottom: 0
}

.category-group-icon:hover .category-content {
    background: transparent
}

.category-banner {
    overflow: hidden;
    color: #222
}

.category-banner.text-white .btn {
    color: #fff
}

.category-banner .category-content {
    top: 4.5rem;
    left: 5rem;
    bottom: auto;
    width: auto;
    height: auto;
    align-items: flex-start;
    z-index: 1;
    background-color: transparent;
    transition: top 0.3s, padding 0.3s
}

.category-banner .category-name {
    text-transform: none;
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: -0.025em
}

.category-banner .category-count {
    visibility: visible;
    opacity: 1;
    font-size: 1.4rem;
    line-height: 1.2;
    transition: color 0.3s;
    z-index: 1
}

.category-banner .btn {
    top: auto;
    right: auto;
    transform: none
}

.category-banner:hover .category-content {
    top: 3rem;
    padding-bottom: 3rem;
    background-color: transparent
}

.category-banner:hover .btn {
    opacity: 1
}

.category-badge .category-content {
    padding: 1.4rem 4rem;
    left: 2rem;
    right: auto;
    bottom: 2rem;
    background-color: #fff
}

.category-badge .category-name {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.007em;
    color: #222
}

.category-overlay .category-content {
    align-items: center;
    width: 100%
}

.category-overlay .category-count {
    padding: 0;
    line-height: 0;
    opacity: 0;
    transform: translateY(-1rem);
    transition: transform 0.3s, opacity 0.3s, line-height 0.3s, padding 0.3s
}

.category-overlay .category-name {
    margin: 0
}

.category-overlay:hover .category-content {
    padding: 0;
    top: 50%
}

.category-overlay:hover .category-count {
    padding-top: 1rem;
    transform: translateY(0);
    opacity: 1
}

.category-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.7rem;
    padding: 1.5rem;
    color: #fff;
    background-color: #333;
    transition: background-color 0.3s
}

.category-block .category-name {
    margin: 0;
    text-align: center;
    font-weight: 400;
    line-height: 1.7rem;
    text-transform: none
}

.category-block:hover {
    background-color: #26c
}

.category-block:hover .category-name {
    color: #fff
}

@media (max-width:1300px) {
    .ellipse-section .owl-stage-outer {
        padding: 5rem 3rem;
        margin: 5rem -3rem
    }
}

@media (max-width:1199px) {
    .ellipse-section .owl-stage-outer {
        padding: 5rem 2rem;
        margin: -5rem -2rem
    }
}

@media (max-width:479px) {
    .ellipse-section .owl-stage-outer {
        padding: 5rem 1.5rem;
        margin: -5rem -1.5rem
    }
}

.comments {
    padding: 6rem 0;
    border-top: 1px solid #ebebeb
}

.comments ul ul {
    margin-left: 6rem;
    padding-top: 4.5rem
}

.comments li {
    margin-bottom: 4.5rem
}

.comments li:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width:575px) {
    .comments ul ul {
        margin-left: 3rem
    }
}

.comment {
    position: relative;
    display: flex;
    align-items: flex-start
}

.comment p:last-child {
    margin-bottom: 0
}

.comment-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem 0 0 2.5rem;
} 
.comment figure img {
    border-radius: 50%;
}
ul.comments-list li {
    list-style: none;
}

.comment {
    width: 500px;
}
.reply img {
    width: 32px;
    margin-right: 14px;
}
.reply input {
    height: 32px;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 2px 15px;
    width: 100%
}
.reply-reply img {
    height: 40px;
    width: 40px;
}
.reply-reply figure.comment-media {
    max-width: 4rem;
}
.reply-reply .comment-content.mb-5 {
    margin-top: 0;
}
.reply-reply img {
    height: 40px;
    margin-top: 6px;
}
.reply p {
    font-size: 1.3rem;
    margin-left: 54px;
    margin-top: 10px;
    font-size: 11px;
    color: #43a047;
}
.reply-reply {
    margin-left: 122px;
}
.usp ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.u-text {
    display: flex;
    flex-direction: column;
}
.u-text h3 {
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin: 0;
    white-space: nowrap;
}
.usp ul li img{width: 20px}
.reply-reply img {
    width: 60px !important;
    height: auto !important;
}
.comment-content textarea {
    border: 2px solid #4070ff;
    padding: 10px 10px;
    border-radius: 11px;
    height: 111px;
    padding-left: 20px;
}
.uploaded-pic img {
    border-radius: 2px;
    width: 38px;
    margin-right: 12px;
}
.cam-send a {
    margin-left: 14px;
}
.share {
    margin: 5px 0 0 14px;
}
.reply {
    margin-left: 80px;
    margin-bottom: 30px;
    width: 460px;
}
.reply + .share {
    margin: 0px 0 0 14px;
}
.reply + .share img {
    width: 32px;
    margin: 0 10px;
}
.comment-reply {
    color: #777;
    position: absolute;
    right: 0;
    top: 1.7rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
    padding-bottom: 0.5rem;
    transition: color 0.3s, box-shadow 0.3s
}

.comment-reply:focus,
.comment-reply:hover {
    color: #26c;
    box-shadow: 0 2px 0 #26c
}

.comment-media {
    max-width: 6rem;
    flex: 0 0 6rem;
    height: 6rem;
    overflow: hidden
}

.comment-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.comment-user {
    margin-bottom: 1rem
}

.comment-user h4 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0
}

.comment-user h4 a:focus,
.comment-user h4 a:hover {
    color: #26c
}

.comment-user h4 span {
    display: block
}

.comment-date {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    color: #999;
    line-height: 1
}

.reply .form-control {
    max-width: 100%;
    color: #999;
    border-color: #e1e1e1;
    background-color: #fff;
    border-radius: 0.3rem
}

.reply p {
    font-size: 1.3rem
}

@font-face {
    font-family: "riode";
    src: url("../fonts/riode115b.eot?5gap68");
    src: url("../fonts/riode115b.eot?5gap68#iefix") format("embedded-opentype"), url("../fonts/riode115b.ttf?5gap68") format("truetype"), url("../fonts/riode115b.woff?5gap68") format("woff"), url("../fonts/riode115b.html?5gap68#riode") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class*=" d-icon-"],
[class^=d-icon-] {
    display: inline-block;
    line-height: 1
}

[class*=" d-icon-"]:before,
[class^=d-icon-]:before {
    font-family: "riode" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.d-icon-truck:before {
    content: ""
}

.d-icon-service:before {
    content: ""
}

.d-icon-secure:before {
    content: ""
}

.d-icon-lock:before {
    content: ""
}

.d-icon-percent:before {
    content: ""
}

.d-icon-layer:before {
    content: ""
}

.d-icon-alert:before {
    content: ""
}

.d-icon-database:before {
    content: ""
}

.d-icon-money:before {
    content: ""
}

.d-icon-shoppingbag:before {
    content: ""
}

.d-icon-t-shirt1:before {
    content: ""
}

.d-icon-t-shirt2:before {
    content: ""
}

.d-icon-hat:before {
    content: ""
}

.d-icon-officebag:before {
    content: ""
}

.d-icon-handbag:before {
    content: ""
}

.d-icon-backpack:before {
    content: ""
}

.d-icon-shoes:before {
    content: ""
}

.d-icon-pillow:before {
    content: ""
}

.d-icon-dress:before {
    content: ""
}

.d-icon-loungewear:before {
    content: ""
}

.d-icon-desktop:before {
    content: ""
}

.d-icon-laptop:before {
    content: ""
}

.d-icon-gamepad1:before {
    content: ""
}

.d-icon-wireless:before {
    content: ""
}

.d-icon-projector:before {
    content: ""
}

.d-icon-drone1:before {
    content: ""
}

.d-icon-drone2:before {
    content: ""
}

.d-icon-radio:before {
    content: ""
}

.d-icon-battery:before {
    content: ""
}

.d-icon-plugin:before {
    content: ""
}

.d-icon-memory:before {
    content: ""
}

.d-icon-ball:before {
    content: ""
}

.d-icon-basketball1:before {
    content: ""
}

.d-icon-babycare:before {
    content: ""
}

.d-icon-card:before {
    content: ""
}

.d-icon-gamepad2:before {
    content: ""
}

.d-icon-camera1:before {
    content: ""
}

.d-icon-camera2:before {
    content: ""
}

.d-icon-babywear:before {
    content: ""
}

.d-icon-abacus:before {
    content: ""
}

.d-icon-pot:before {
    content: ""
}

.d-icon-freezer:before {
    content: ""
}

.d-icon-cook:before {
    content: ""
}

.d-icon-student:before {
    content: ""
}

.d-icon-category:before {
    content: ""
}

.d-icon-basketball2:before {
    content: ""
}

.d-icon-watch:before {
    content: ""
}

.d-icon-tcard:before {
    content: ""
}

.d-icon-heartbeat:before {
    content: ""
}

.d-icon-watch-round:before {
    content: ""
}

.d-icon-washbowl:before {
    content: ""
}

.d-icon-bridge-lamp:before {
    content: ""
}

.d-icon-lamp:before {
    content: ""
}

.d-icon-sofa:before {
    content: ""
}

.d-icon-sofa2:before {
    content: ""
}

.d-icon-bed:before {
    content: ""
}

.d-icon-table:before {
    content: ""
}

.d-icon-table-lamp:before {
    content: ""
}

.d-icon-table-tv:before {
    content: ""
}

.d-icon-mirror:before {
    content: ""
}

.d-icon-volume:before {
    content: ""
}

.d-icon-bars2:before {
    content: ""
}

.d-icon-bars:before {
    content: ""
}

.d-icon-phone:before {
    content: ""
}

.d-icon-user:before {
    content: ""
}

.d-icon-search:before {
    content: ""
}

.d-icon-search2:before {
    content: ""
}

.d-icon-bag:before {
    content: ""
}

.d-icon-map:before {
    content: ""
}

.d-icon-info:before {
    content: ""
}

.d-icon-refresh:before {
    content: ""
}

.d-icon-left-arrow:before {
    content: ""
}

.d-icon-right-arrow:before {
    content: ""
}

.d-icon-down-arrow:before {
    content: ""
}

.d-icon-up-arrow:before {
    content: ""
}

.d-icon-ruler:before {
    content: ""
}

.d-icon-zoom:before {
    content: ""
}

.d-icon-right-circle:before {
    content: ""
}

.d-icon-left-circle:before {
    content: ""
}

.d-icon-up-circle:before {
    content: ""
}

.d-icon-down-circle:before {
    content: ""
}

.d-icon-angle-right:before {
    content: ""
}

.d-icon-angle-left:before {
    content: ""
}

.d-icon-angle-up:before {
    content: ""
}

.d-icon-angle-down:before {
    content: ""
}

.d-icon-star:before {
    content: ""
}

.d-icon-star-full:before {
    content: ""
}

.d-icon-heart:before {
    content: ""
}

.d-icon-heart-full:before {
    content: ""
}

.d-icon-close:before {
    content: ""
}

.d-icon-play-circle:before {
    content: ""
}

.d-icon-home:before {
    content: ""
}

.d-icon-filter-2:before {
    content: ""
}

.d-icon-switch:before {
    content: ""
}

.d-icon-switch-left-on:before {
    content: ""
}

.d-icon-switch-right-on:before {
    content: ""
}

.d-icon-filter-3:before {
    content: ""
}

.d-icon-check:before {
    content: ""
}

.d-icon-alert-solid:before {
    content: ""
}

.d-icon-headphone:before {
    content: ""
}

.d-icon-mode-grid:before {
    content: ""
}

.d-icon-mode-list:before {
    content: ""
}

.d-icon-cancel:before {
    content: ""
}

.d-icon-instagram:before {
    content: ""
}

.d-icon-solid-check:before {
    content: ""
}

.d-icon-play-solid:before {
    content: ""
}

.d-icon-mobile:before {
    content: ""
}

.d-icon-minus:before {
    content: ""
}

.d-icon-plus:before {
    content: ""
}

.d-icon-wifi:before {
    content: ""
}

.d-icon-times:before {
    content: ""
}

.d-icon-times-circle:before {
    content: ""
}

.d-icon-random:before {
    content: ""
}

.d-icon-th-list:before {
    content: ""
}

.d-icon-rocket:before {
    content: ""
}

.d-icon-map-marker:before {
    content: ""
}

.d-icon-birthday-cake:before {
    content: ""
}

.d-icon-gift:before {
    content: ""
}

.d-icon-female:before {
    content: ""
}

.d-icon-clock:before {
    content: ""
}

.d-icon-comments:before {
    content: ""
}

.d-icon-rotate-left:before {
    content: ""
}

.d-icon-rotate-right:before {
    content: ""
}

.d-icon-reading:before {
    content: ""
}

.d-icon-feeder:before {
    content: ""
}

.d-icon-birthday-cake2:before {
    content: ""
}

.d-icon-skirt:before {
    content: ""
}

.d-icon-toy:before {
    content: ""
}

.d-icon-butterfly:before {
    content: ""
}

.d-icon-babycare2:before {
    content: ""
}

.d-icon-butterfly2:before {
    content: ""
}

.d-icon-dinner-set:before {
    content: ""
}

.d-icon-ball2:before {
    content: ""
}

.d-icon-apple:before {
    content: ""
}

.d-icon-icecream:before {
    content: ""
}

.d-icon-cake:before {
    content: ""
}

.d-icon-meat:before {
    content: ""
}

.d-icon-bread:before {
    content: ""
}

.d-icon-cocktail:before {
    content: ""
}

.d-icon-food:before {
    content: ""
}

.d-icon-birthday-cake3:before {
    content: ""
}

.d-icon-cash:before {
    content: ""
}

.d-icon-service2:before {
    content: ""
}

.d-icon-car:before {
    content: ""
}

.d-icon-ball3:before {
    content: ""
}

.d-icon-compare:before {
    content: ""
}

.d-icon-jar:before {
    content: ""
}

.d-icon-radish:before {
    content: ""
}

.d-icon-arrow-down:before {
    content: ""
}

.d-icon-arrow-left:before {
    content: ""
}

.d-icon-arrow-right:before {
    content: ""
}

.d-icon-arrow-up:before {
    content: ""
}

.d-icon-earth:before {
    content: ""
}

.d-icon-long-arrow-left:before {
    content: ""
}

.d-icon-long-arrow-right:before {
    content: ""
}

.d-icon-long-arrow-down:before {
    content: ""
}

.d-icon-long-arrow-up:before {
    content: ""
}

.d-icon-pill:before {
    content: ""
}

.d-icon-cylinder:before {
    content: ""
}

.d-icon-medical-bag:before {
    content: ""
}

.d-icon-graph:before {
    content: ""
}

.form .form-control {
    margin-bottom: 2rem
}

.form-control {
    display: block;
    width: 100%;
    min-height: 4.5rem;
    padding: 0.85rem 2rem;
    border: 1px solid #e3e3e3;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #222;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: 0
}

/*.underconstruction{display: none !important;}*/

.form-control::placeholder {
    color: inherit;
    transition: color 0.3s
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    transition: color 0.3s
}

.form-control::-moz-placeholder {
    color: inherit;
    transition: color 0.3s
}

.form-control:focus::placeholder {
    color: transparent
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.form-control:focus::-moz-placeholder {
    color: transparent
}

.form-control.form-solid {
    background-color: #fff;
    border: 0;
    color: #8d8d8d
}

textarea {
    font-family: inherit;
    min-width: 100%;
    max-width: 100%
}

.custom-checkbox {
    position: absolute;
    opacity: 0
}

.custom-checkbox + label {
    display: block;
    position: relative;
    padding-left: 2.4rem;
    cursor: pointer;
    line-height: 30px;
        
}

.custom-checkbox + label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    border: 1px solid #4070ff;
    border-radius: 2px;
}
.down-arrow{cursor: pointer}
.after-login-user .user-image {
    width: 47px;
    height: 47px;
    margin-top: 3px;
}
.after-login-user a {
    font-size: 12px;
    text-decoration: underline;
    margin-top: 3px;
}
.after-login-user {
    text-align: right;
    line-height: 41px;
    align-items: flex-start;
    margin-top: 0px;
    min-height: 80px;
}
.resources-panel h5 {
    font-size: 18px;
    font-weight: 600;
}
.d-flex.justify-content-between.profile-head {
    padding-right: 30px;
}
.profile-head .dots img {
    filter: invert(0);
}

.dark-mode .profile-head .dots img {
    filter: invert(1);
}



.cart-box .cart-item .qty .select-box {
    width: 70px;
}
.after-login-user div:first-child {
    margin-right: 8px;
}
.after-login-user span {
    color: #4070ff;
}
.after-login-user .icon-box-title {
    font-size: 16px !important;
    margin-bottom: 0;
    font-weight: 600;
    color: #324158;
}   
.sell-with-cubesnack {
    position: fixed;
    top: 0;
    background: #00000057;
    left: 0;
    right: 0;
}
.sell-with-cubesnack {
    position: fixed;
    top: 0;
    background: #00000057;
    left: 0;
    right: 0;
    z-index: 99999;
        bottom: 0;
}
.sell-with-cubesnack > div{background: #fff}
.login-signup-header h1 {
    font-size: 28px;
}
.sell-with-cubesnack > div {
    background: #fff;
    padding: 40px 0px;
    border-radius: 25px;
    margin: 30px auto;
    width: 670px;
}
.login-signup-header h1 {
    font-size: 28px;
    margin-bottom: 0;
    margin-bottom: 11px !important;
}
@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .custom-checkbox + label:before {
        line-height: 14px
    }
}

.custom-checkbox:checked + label:before {
    content: "";
    border-color: #4070ff;
    background: #4070ff;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    text-align: center
}
.forgot {
    margin-top: 13px;
}
.forgot a{
    text-decoration: underline;
    color: #504f4f;

}
.login-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-box,
.select-menu {
    position: relative
}

.select-box select,
.select-menu select {
    position: relative;
    max-width: 14rem;
    min-height: auto;
    width: auto;
    height: 100%;
    padding-left: 9px;
    padding-right: 25px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    color: inherit;
    background-color: transparent;
    font-size: 1.2rem;
    font-family: inherit;
    letter-spacing: inherit;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none
}

.select-box select:focus,
.select-menu select:focus {
    outline: none
}

.select-box:before,
.select-menu:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    font-size: 9px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.select-box option {
    font-size: 1.2rem
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    select::-ms-expand {
        display: none
    }

    select:focus::-ms-value {
        background: transparent;
        color: currentColor
    }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.quantity {
    -moz-appearance: textfield;
    max-width: 48px
}

.input-group {
    display: inline-flex;
    width: 11rem;
    height: 4.5rem
}

.input-group .form-control {
    flex: 1;
    padding: 0;
    height: inherit;
    font-size: 1.4rem;
    border: solid #ebebeb;
    border-width: 1px 0;
    color: #222;
    text-align: center
}

.input-group button {
    padding: 0;
    width: 3.1rem;
    border: 1px solid #ebebeb;
    font-size: 1.2rem;
    color: #222;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none
}

.custom-radio {
    position: relative
}

div#toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background: #4070ff; */
    padding: 0;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.tost-inner {
    display: flex;
    color: #000;
    background: #bfd8ff;
    align-items: center;
    padding-right: 20px;
    font-weight: 500;
    font-weight: 500;
}    
.toast-icon {
    padding: 12px 15px;
    background: #4070ff;
    border-radius: 5px 0 0 5px;
    margin-right: 11px;
    z-index: 9;
    /* background: #fff; */
}
.custom-radio input {
    display: none
}

input[type=radio] ~ label {
    padding-left: 2.5rem
}

.star-rating input[type=radio] ~ label {
    padding-left: 0.5rem
}

.star-rating input[type=radio]:checked ~ label:after{opacity: 0 !important}
.brand-name-input {
    flex: 1;
}  
.brand-name-input input {
    /* height: auto; */
    padding: 0 14px !important;
}
.del-brand img {
    width: 40px;
}
.about-brand {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.brand input {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 7px;
}
.about-brand:first-child .del-brand {
    display: none;
}
.del-brand {
    margin-left: 20px;
}
.brand-name {
    display: flex;
    align-items: center;
}
.brand-images-section .image-precview{
    justify-content: space-between;
    margin-top: 10px;
}
.brand-name .image-precview .box{
    box-shadow: none;
}

.brand-input {
    background: #f1f1f1;
    padding: 20px 10px 14px;
    border-radius: 12px;  
    flex: 1;
}
.more-arrow {
    margin-left: 12px;
}
.more-arrow img {
    width: 40px;
}
.add-more-item {
    text-align: right;
    padding: 10px 0;
}
.add-more-item a img {
    width: 100px;
}
/*
div#toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #4070ff;
    padding: 20px 30px;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
*/
.toast-icon img {
    filter: invert(1);
    width: 26px;
}
/*
input[type=radio] ~ label:after,
input[type=radio] ~ label:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%)
}
*/

/*
input[type=radio] ~ label:before {
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #fff;
    border: 1px solid #4070ff
}

input[type=radio] ~ label:after {
    width: 0.8rem;
    height: 0.8rem;
    left: 0.5rem;
    background: #666;
    opacity: 0
}

input[type=radio]:checked ~ label:after {
    opacity: 1
}
*/

.input-wrapper input.form-control {
    flex: 1;
    min-width: 40px;
    font-size: 1.2rem
}

.input-wrapper-inline {
    display: flex;
    position: relative;
    max-width: 61.3rem;
    width: 100%;
    height: 45px
}

.input-wrapper-inline .btn {
    line-height: 1
}

.input-wrapper-round {}

.input-wrapper-round .form-control {
    position: relative;
    border-radius: 2.4rem
}

.input-wrapper-round .btn {
    border-radius: 2.4rem;
    line-height: 1
}

.input-wrapper-round.input-wrapper-inline .form-control {
    border-radius: 2.4rem 0 0 2.4rem
}

.input-wrapper-round.input-wrapper-inline .btn {
    border-radius: 0 2.4rem 2.4rem 0
}

.form-wrapper.form-wrapper-inline {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.form-wrapper.form-wrapper-inline form {
    flex: 1 1 0
}

@media (max-width:991px) {
    .form-wrapper.form-wrapper-inline {
        display: block;
        text-align: center
    }

    .form-wrapper.form-wrapper-inline form {
        margin-left: auto;
        margin-right: auto
    }
}

.btn-absolute input.form-control {
    width: 100%;
    padding: 1rem 4rem 1rem 1.5rem;
    color: #666;
    font-size: 1.3rem
}

.btn-absolute .btn {
    position: absolute;
    width: auto;
    height: 100%;
    min-width: 4.3rem;
    right: 0;
    font-size: 1.7rem
}

.btn-absolute .btn:hover {
    color: #26c
}

.btn-absolute .btn i {
    margin-left: 0
}

.dark-theme .form-control:focus option {
    background-color: #fff
}

.icon-box .icon-box-title {
    margin: 0 0 0.7rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: -0.025em;
    line-height: 1.6
}

.icon-box p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.72;
    letter-spacing: 0;
    color: #666
}

.icon-box i:before {
    margin: 0
}

.icon-box .icon-box-content {
    text-align: center
}

.icon-box-icon {
    display: inline-block;
    margin-bottom: 2.6rem;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 0;
    color: #222
}

.icon-box-icon svg {
    height: 3.4rem;
    width: 4.8rem
}

.icon-box-side {
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-box-side .icon-box-content {
    text-align: left
}

.icon-box-side .icon-box-icon {
    margin-right: 1.5rem;
    margin-bottom: 0
}

.icon-box-side .icon-box-title {
    margin: 0
}

.icon-border .icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    border: 1px solid #222;
    font-size: 2.5rem
}

.icon-border svg {
    height: 2.4rem
}

.icon-inversed .icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #26c;
    color: #fff;
    font-size: 2.5rem
}

.icon-inversed svg {
    height: 2.4rem;
    fill: white
}

.icon-solid .icon-box-icon {
    font-size: 4.8rem;
    color: #26c
}

.icon-solid svg {
    width: 5.4rem;
    height: 5.4rem;
    fill: #26c
}

.icon-solid.icon-box-side {
    align-items: flex-start
}

.icon-solid.icon-box-side svg {
    width: 4.8rem;
    height: 4.8rem
}

.icon-box-tiny .icon-box-icon {
    margin: 0 1rem 0 0;
    font-size: 2.8rem
}

.icon-box-tiny svg {
    height: 2.8rem;
    width: 2.8rem
}

.icon-box-tiny .icon-box-title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:991px) {
    .icon-box-side {
        flex-direction: column
    }

    .icon-box-side .icon-box-icon {
        display: inline-block;
        margin: 0 0 2rem 0;
        padding: 2rem
    }

    .icon-box-side .icon-box-content {
        text-align: center
    }
}

.menu-icon {
    display: inline-block;
    color: #fff;
    width: 1.7rem
}

.menu-icon:after,
.menu-icon:before {
    display: block;
    content: "";
    width: 100%
}

.menu-icon:before {
    height: 6px;
    border-top: 2px solid;
    border-bottom: 2px solid
}

.menu-icon:after {
    height: 4px;
    border-bottom: 2px solid
}

.minicart-icon {
    display: inline-block;
    position: relative;
    width: 2.5em;
    height: 2.5em;
    margin-top: 1px;
    border: solid 2px;
    border-radius: 2px;
    text-align: center;
    transition: background 0.4s, border-color 0.4s
}

.minicart-icon:before {
    content: "";
    position: absolute;
    top: -0.75em;
    left: 0.585em;
    width: 1em;
    height: 0.5em;
    border-radius: 10px 10px 0 0;
    border: inherit;
    border-bottom: none;
    transition: transform 0.4s
}

.minipopup-area {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999
}

.dark-theme .minipopup-box {
    background-color: #222
}

.dark-theme .minipopup-box .price-box > .product-price,
.dark-theme .minipopup-box .product.product-cart .product-name,
.dark-theme .minipopup-box .product.product-cart .product-quantity,
.dark-theme .minipopup-box .product.product-compare .product-name,
.dark-theme .minipopup-box .product.product-compare .product-quantity {
    color: #999
}

.dark-theme .minipopup-box .minipopup-title {
    color: #fff
}

.minipopup-box {
    position: absolute;
    left: -8rem;
    width: 303px;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.3s, left 0.3s ease-out, transform 0.3s;
    z-index: 9999
}

.minipopup-box.show {
    opacity: 1;
    left: 0
}

.minipopup-box.focus {
    transform: scale(0.98) translateY(-100%)
}

.minipopup-box .product.product-cart,
.minipopup-box .product.product-compare {
    margin-top: 0
}

.minipopup-box .product.product-cart .product-name,
.minipopup-box .product.product-compare .product-name {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 3px;
    color: #000;
    font-weight: 400
}

.minipopup-box .product.product-cart,
.minipopup-box .product.product-compare {
    margin-top: 0
}

.minipopup-box .product.product-cart .product-media,
.minipopup-box .product.product-compare .product-media {
    margin-right: 1.7rem;
    height: 9rem
}

.minipopup-box .product.product-cart .product-detail,
.minipopup-box .product.product-compare .product-detail {
    margin-top: 0.3rem
}

.minipopup-box .product.product-cart .product-name,
.minipopup-box .product.product-compare .product-name {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 1.1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.025em
}

.minipopup-box .product.product-cart .product-name:hover,
.minipopup-box .product.product-compare .product-name:hover {
    color: #26c
}

.minipopup-box .product.product-cart .product-price,
.minipopup-box .product.product-compare .product-price {
    margin-bottom: -0.2rem;
    font-size: 1.3rem
}

.minipopup-box .product.product-cart .product-quantity,
.minipopup-box .product.product-compare .product-quantity {
    margin-right: 0.7rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #222
}

.minipopup-box .product.product-cart .product-quantity:after,
.minipopup-box .product.product-compare .product-quantity:after {
    margin: 0 0 -0.2rem 0.7rem;
    font-size: 1.2rem
}

.minipopup-box .product.product-cart.product-purchased .purchased-title,
.minipopup-box .product.product-compare.product-purchased .purchased-title {
    margin-bottom: 1.9rem
}

.minipopup-box .product.product-cart.product-purchased .product-detail,
.minipopup-box .product.product-compare.product-purchased .product-detail {
    margin-top: 0.1rem
}

.minipopup-box .product.product-cart.product-purchased .product-name,
.minipopup-box .product.product-compare.product-purchased .product-name {
    margin-bottom: 1.2rem
}

.minipopup-box img {
    max-width: 9rem;
    max-height: 9rem
}

.minipopup-box .ratings-container {
    margin-bottom: 0
}

.minipopup-box .product-price {
    color: #26c;
    margin-bottom: 3px
}

.minipopup-box .action-group {
    justify-content: space-around;
    margin-top: 2rem
}

.minipopup-box .btn.btn-sm {
    padding: 0.92em 2.07em;
    font-weight: 600;
    letter-spacing: -0.025em;
    border-width: 1px;
    border-radius: 11px;
        
}

.minipopup-box .btn.btn-outline {
    margin-right: 0.7rem;
    padding: 0.92em 2.2em
}

.minipopup-title {
    margin-bottom: 1.5rem;
    color: #222;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.035em;
    line-height: 1
}

.minipopup-title .btn {
    margin-left: 1rem
}

.purchased-time {
    color: #26c;
    font-size: 1.2rem
}

@media (max-width:479px) {
    .minipopup-area {
        left: 9px
    }
}

.overlay,
.overlay-visible {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    transition: padding 0.3s ease-out, background-color 0.3s, opacity 0.3s
}

.overlay {
    padding-top: 10rem;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0
}

a > .overlay {
    cursor: pointer
}

figure:hover .overlay {
    padding-top: 0;
    opacity: 1
}

.overlay.social-links {
    flex-direction: row
}

.overlay .social-links {
    justify-content: center
}

.overlay a:hover {
    color: #fff;
    text-decoration: underline
}

.overlay a.social-link {
    border-color: #fff
}

.overlay .social-link:hover {
    color: #fff;
    text-decoration: none
}

figure:hover .overlay-visible {
    background: rgba(34, 102, 204, 0.9);
    padding-bottom: 9rem
}

.overlay-transparent {
    background: transparent
}

.overlay-dark,
.overlay-effect1,
.overlay-effect2,
.overlay-effect3,
.overlay-effect4,
.overlay-light {
    overflow: hidden
}

.overlay-dark figure,
.overlay-effect1 figure,
.overlay-effect2 figure,
.overlay-effect3 figure,
.overlay-effect4 figure,
.overlay-light figure {
    overflow: hidden
}

.overlay-dark .banner,
.overlay-dark figure,
.overlay-effect1 .banner,
.overlay-effect1 figure,
.overlay-effect2 .banner,
.overlay-effect2 figure,
.overlay-effect3 .banner,
.overlay-effect3 figure,
.overlay-effect4 .banner,
.overlay-effect4 figure,
.overlay-light .banner,
.overlay-light figure {
    position: relative
}

.overlay-dark.banner:after,
.overlay-dark figure:after,
.overlay-dark figure > a:after,
.overlay-effect1 figure:after,
.overlay-effect1 figure > a:after,
.overlay-effect1.banner:after,
.overlay-effect2 figure:after,
.overlay-effect2 figure > a:after,
.overlay-effect2.banner:after,
.overlay-effect3 figure:after,
.overlay-effect3 figure > a:after,
.overlay-effect3.banner:after,
.overlay-effect4 figure:after,
.overlay-effect4 figure > a:after,
.overlay-effect4.banner:after,
.overlay-light.banner:after,
.overlay-light figure:after,
.overlay-light figure > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222;
    opacity: 0;
    transition: opacity 0.3s, background 0.3s, transform 0.3s
}

.overlay-dark.banner:hover:after,
.overlay-dark:hover figure:after,
.overlay-dark:hover figure > a:after,
.overlay-effect1.banner:hover:after,
.overlay-effect1:hover figure:after,
.overlay-effect1:hover figure > a:after,
.overlay-effect2.banner:hover:after,
.overlay-effect2:hover figure:after,
.overlay-effect2:hover figure > a:after,
.overlay-effect3.banner:hover:after,
.overlay-effect3:hover figure:after,
.overlay-effect3:hover figure > a:after,
.overlay-effect4.banner:hover:after,
.overlay-effect4:hover figure:after,
.overlay-effect4:hover figure > a:after,
.overlay-light.banner:hover:after,
.overlay-light:hover figure:after,
.overlay-light:hover figure > a:after {
    opacity: 0.2
}

.overlay-dark.banner-fixed:after,
.overlay-dark.post > figure:after,
.overlay-effect1.banner-fixed:after,
.overlay-effect1.post > figure:after,
.overlay-effect2.banner-fixed:after,
.overlay-effect2.post > figure:after,
.overlay-effect3.banner-fixed:after,
.overlay-effect3.post > figure:after,
.overlay-effect4.banner-fixed:after,
.overlay-effect4.post > figure:after,
.overlay-light.banner-fixed:after,
.overlay-light.post > figure:after {
    content: none
}

.overlay-dark.post > figure > a:after,
.overlay-effect1.post > figure > a:after,
.overlay-effect2.post > figure > a:after,
.overlay-effect3.post > figure > a:after,
.overlay-effect4.post > figure > a:after,
.overlay-light.post > figure > a:after {
    z-index: 1
}

.overlay-effect2 figure:before,
.overlay-effect2 figure > a:before,
.overlay-effect2.banner:before,
.overlay-effect4 figure:before,
.overlay-effect4 figure > a:before,
.overlay-effect4.banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease
}

.overlay-effect2.banner-fixed:before,
.overlay-effect2.post > figure:before,
.overlay-effect4.banner-fixed:before,
.overlay-effect4.post > figure:before {
    content: none
}

.banner.overlay-light figure:after,
.overlay-light figure > a:after {
    background: #ccc
}

.banner.overlay-dark figure:after,
.overlay-dark figure > a:after {
    background: #222
}

.overlay-zoom {
    overflow: hidden
}

.overlay-zoom figure {
    overflow: hidden
}

.overlay-zoom img {
    transition: transform 0.3s
}

.overlay-zoom:hover img {
    transform: scale(1.08)
}

.overlay-effect1:hover:after,
.overlay-effect1:hover figure:after,
.overlay-effect1:hover figure > a:after {
    transform: scale(1, 1);
    visibility: visible;
    opacity: 0;
    transition: transform 0.5s linear, opacity 0.5s linear
}

.overlay-effect1 figure:after,
.overlay-effect1 figure > a:after {
    transform: scale(0, 1);
    opacity: 0.4;
    background-color: #fff;
    visibility: hidden
}

.overlay-effect2:hover:after,
.overlay-effect2:hover:before,
.overlay-effect2:hover figure:after,
.overlay-effect2:hover figure:before,
.overlay-effect2:hover figure > a:after,
.overlay-effect2:hover figure > a:before {
    opacity: 0;
    transform: none
}

.overlay-effect2 figure:after,
.overlay-effect2 figure > a:after {
    transform: translateX(-100%);
    background-color: #fff;
    opacity: 0.2;
    transition: transform 0.9s ease, opacity 0.9s ease
}

.overlay-effect2 figure:before,
.overlay-effect2 figure > a:before {
    transform: translateX(100%);
    transition: transform 0.9s ease, opacity 0.9s ease
}

.overlay-effect3:hover:after,
.overlay-effect3:hover figure:after,
.overlay-effect3:hover figure > a:after {
    top: 100%;
    left: -100%;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0)
}

.overlay-effect3 figure:after,
.overlay-effect3 figure > a:after {
    left: 50%;
    width: 120%;
    height: 60px;
    background-color: #fff;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transition: 0.5s linear, top 0.5s linear, left 0.5s linear
}

.overlay-effect4:hover:after,
.overlay-effect4:hover:before,
.overlay-effect4:hover figure:after,
.overlay-effect4:hover figure:before,
.overlay-effect4:hover figure > a:after,
.overlay-effect4:hover figure > a:before {
    transform: scale(1, 1)
}

.overlay-effect4 figure:after,
.overlay-effect4 figure > a:after {
    transform: scale(0, 1);
    background-color: #fff
}

.overlay-effect4 figure:before,
.overlay-effect4 figure > a:before {
    transform: scale(1, 0);
    transition: transform 0.3s
}

.overlay-filter img {
    transition: filter 0.4s
}

.overlay-blur:hover img {
    filter: blur(4px)
}

.overlay-brightness:hover img {
    filter: brightness(1.5)
}

.overlay-contrast:hover img {
    filter: contrast(1.5)
}

.overlay-grayscale:hover img {
    filter: grayscale(1)
}

.overlay-hue:hover img {
    filter: hue-rotate(270deg)
}

.overlay-opacity:hover img {
    filter: opacity(0.5)
}

.overlay-saturate:hover img {
    filter: saturate(3)
}

.overlay-sepia:hover img {
    filter: sepia(0.5)
}

.particle-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.snowfall {
    background-image: url(../images/effects/s1.png), url(../images/effects/s2.png), url(../images/effects/s3.png);
    animation: snow 10s linear infinite;
    z-index: 1
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    50% {
        background-position: 500px 500px, 100px 300px, -200px 250px
    }

    to {
        background-position: 400px 800px, 300px 600px, -200px 400px
    }
}

.sparkle {
    background-image: url(../images/effects/sparkle1.png), url(../images/effects/sparkle2.png);
    animation: sparkle 60s linear infinite
}

@keyframes sparkle {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    to {
        background-position: -500px -1000px, -400px -400px, 300px 300px
    }
}

@keyframes kenBurnsToRight {
    0% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes kenBurnsToLeft {
    0% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.kenBurnsToRight {
    animation-name: kenBurnsToRight;
    animation-timing-function: linear;
    animation-fill-mode: both;
    transform-origin: right
}

.kenBurnsToLeft {
    animation-name: kenBurnsToLeft;
    animation-timing-function: linear;
    animation-fill-mode: both;
    transform-origin: left
}

.kenBurnsToLeftTop {
    animation-name: kenBurnsToLeft;
    animation-timing-function: linear;
    animation-fill-mode: both;
    transform-origin: left top
}

.kenBurnsToRightTop {
    animation-name: kenBurnsToRight;
    animation-timing-function: linear;
    animation-fill-mode: both;
    transform-origin: right top
}

.mfp-wrap {
    z-index: 3000
}

.mfp-bg {
    z-index: 3000;
    background: #000;
    opacity: 0;
    transition: opacity 0.3s ease-out
}

.mfp-bg.mfp-ready {
    opacity: 0.7
}

.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-container {
    padding: 4rem 2rem
}

.mfp-container video {
    width: 100%;
    height: 100%
}

.mfp-close {
    transform: rotateZ(45deg);
    transition: transform 0.3s;
    width: 18px;
    height: 18px;
    opacity: 1
}

.mfp-wrap .mfp-close {
    top: 20px;
    right: 20px
}

.mfp-content .mfp-close {
    top: -25px;
    right: 0
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    top: 15px;
    right: 0
}

.mfp-close span {
    display: none
}

.mfp-close:after,
.mfp-close:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px)
}

.mfp-close:before {
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0
}

.mfp-close:focus,
.mfp-close:hover {
    transform: rotateZ(135deg) scale(1.5)
}

.mfp-arrow,
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    width: 4.8rem;
    height: 4.8rem;
    color: #fff;
    border-radius: 50%;
    font-size: 2.4rem;
    font-weight: 900;
    font-family: "riode";
    text-align: center;
    opacity: 0.5;
    right: 10%;
    transition: opacity 0.3s;
    border: 2px solid
}

.pswp__ui > button:before {
    background: transparent;
    position: static;
    line-height: 44px
}

.pswp__ui > button.pswp__button--arrow--left:before {
    margin-right: 3px
}

.pswp__ui > button.pswp__button--arrow--right:before {
    margin-left: 3px
}

.pswp__ui > button:hover {
    opacity: 1
}

.pswp__button--arrow--right:before {
    content: "";
    font-family: "riode"
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    position: static;
    display: inline;
    margin: 0;
    border: 0
}

.mfp-arrow:after {
    content: none
}

button.mfp-arrow {
    border: 2px solid
}

.mfp-arrow-left,
.pswp__button--arrow--left {
    left: 10%
}

.mfp-arrow-left:before,
.pswp__button--arrow--left:before {
    content: "";
    font-family: "riode"
}

.mfp-content > * {
    position: relative;
    margin: auto;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 0
}

.mfp-ready .mfp-content > * {
    opacity: 1
}

.mfp-removing .mfp-content > * {
    opacity: 0
}

.login-popup {
    max-width: 490px;
    padding: 4rem;
    border-radius: 0.3rem
}

.login-popup .tab {
    font-size: 1.8rem;
    color: #ccc
}

.login-popup .tab .nav-item {
    flex: none
}

.login-popup .nav-item .nav-link {
    padding: 0 0 1px;
    color: #999;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 2.43;
    transition: font-size 0.3s, color 0.3s
}

.login-popup .nav-item .nav-link.active {
    font-size: 3rem
}

.login-popup .delimiter {
    margin: 0 0.8rem
}

.login-popup .tab-pane {
    padding: 0
}

.login-popup form {
    margin-bottom: 2.2rem
}

.login-popup .form-group {
    margin-bottom: 1.8rem
}

.login-popup .form-group label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 1.3rem;
    line-height: 1
}

.login-popup .form-group .form-control {
    padding: 1.2rem 1.5rem 1.1rem;
    height: 3.7rem;
    font-size: 1.3rem;
    color: #999;
    border-radius: 0.3rem;
    border-color: #e1e1e1
}

.login-popup .form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.3rem;
    font-size: 1.2rem
}

.login-popup .custom-checkbox + label {
    padding-left: 2.6rem
}

.login-popup .btn {
    height: 4.7rem;
    padding: 0;
    font-size: 1.3rem
}

.login-popup .lost-link {
    text-align: right;
    color: #999;
    font-size: 1.2rem
}

.login-popup .lost-link:hover {
    color: #26c
}

.login-popup .form-choice label {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
    font-size: 1.2rem;
    color: #666
}

.login-popup .form-choice label:after,
.login-popup .form-choice label:before {
    content: "";
    height: 1px;
    flex: 1;
    background: #e1e1e1
}

.login-popup .form-choice label:after {
    margin-left: 3rem
}

.login-popup .form-choice label:before {
    margin-right: 3rem
}

.login-popup .social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
    color: #fff;
        border-radius: 50%;
    margin: 0 10px;
}
.already-account a {
    color: #4070ff;
    font-weight: 500;
}

.already-account p {
    margin-bottom: 0;
}
.already-account {
    text-align: center;
    margin-top: 15px;
}
.note {
    background: #f5f5f5;
    padding: 6px 7px;
    display: inline-block;
    margin: 7px 0;
    border-radius: 5px;
    font-size: 12px;
}
.note ul {
    margin: 0;
}
.ratings-container .ratings-full + span {
    font-size: 1.1rem;
    margin-top: 1px;
    font-weight: 400;
    letter-spacing: 0;
    margin-right: 5px;
}
#create-account h4{margin-bottom: 0}
#create-account .login-popup form {
    margin-bottom: 0;
}

.login-popup .social-link.social-google {
    background-color: #db402c
}

.login-popup .social-link.social-facebook {
    background-color: #3b5998
}

.login-popup .social-link.social-twitter {
    background-color: #1ab2e8
}

.container > .login-popup {
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.newsletter-popup {
    text-align: center;
    background-size: cover;
    border-radius: 1rem
}

.newsletter-popup .btn {
    min-width: auto;
    padding: 0.5em 1.5em;
    font-size: 1.3rem
}

.newsletter-popup p {
    max-width: 100%;
    margin: 0 0.2rem 2.5rem;
    font-size: 1.4rem;
    line-height: 1.7
}

.newsletter-popup label {
    display: inline;
    font-size: 1.2rem
}

.newsletter-popup label:before {
    border-color: #666
}

.newsletter-popup .email {
    border: 0;
    color: #999;
    background: #f4f4f4
}

.newsletter-popup .form-control {
    border: 1px solid #222;
    background-color: #fff;
    border-right: none
}

.newsletter-popup .input-wrapper-inline {
    margin-bottom: 2.6rem;
    height: 4.6rem
}

.newsletter-popup .input-wrapper-inline .form-control {
    margin: 0;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: 0.3rem 0 0 0.3rem
}

.newsletter-popup .input-wrapper-inline .btn {
    margin: 0;
    border-radius: 0 0.3rem 0.3rem 0
}

.newsletter-popup .custom-checkbox + label {
    padding-left: 2.6rem
}

.newsletter-pop1 {
    display: flex;
    max-width: 72rem;
    background-position: 60% center
}

.newsletter-pop1 h4 {
    margin-bottom: 0.6rem;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2
}

.newsletter-pop1 h2 {
    margin-bottom: 0.7rem;
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: -0.04375em
}

.newsletter-pop1 h2 span {
    font-weight: 800
}

.newsletter-pop1 .newsletter-content {
    margin-left: auto;
    max-width: 41.4rem;
    padding: 7.1rem 4.2rem 5rem
}
li#profile-icon-footer, li#message-icon-footer {
    display: none;
}
.mobile-header-menu{display: none;}
body.dark-mode #dark-mode-on  span.route_title span {
    background: #00ffb5;
    color: #000;
}
body.dark-mode #light-mode-on  span.route_title span {
    background: #fff;
    color: #000;
}

.m-box {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}
.m-box h6 {
    margin-bottom: 0;
}
.m-buttons .d-flex {
    justify-content: space-between;
}
.m-emp {
    width: 70px;
    display: block;
}
.m-bot{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;}
.m-top {
    display: flex;
}
.m-buttons {
    flex: 1;
}
.m-emp2 {
    width: 40px;
    max-width: 40px;
    flex: 1;
}
.m-buttons .icon {
    width: auto;
    margin: 0;
}
.m-buttons p {
    margin: 0;
    text-align: center;
}
.pro-name {
    flex: 1;
    margin-top: 6px;
    font-weight: 600;
}
.m-buttons .icon a {
    display: block;
    border-radius: 50%;
}
.promotion-box.d-flex {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.promotion-box.d-flex p {
    margin: 0;
}
.promotion-box.d-flex.align-items-center .price {
    color: #4070ff;
    font-weight: 600;
    margin-right: 30px;
    font-size: 26px;
}
.promode p {
    font-size: 16px;
}
.manage-listing .pro-name button.btn-status.live {
    position: static;
    margin-left: 7px;
    background: #d8ffd8;
    border-radius: 5px;
    color: #658865;
}
.m-bot {
    margin-top: 15px;
}
.pro-del a i {
    color: #ff0000;

}
.m-buttons .icon {
    width: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 auto 4px;
}
.m-buttons p {
    margin: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
}
.pro-image {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 5px;
    width: 60px;
    margin: 0 9px 0 0;
}
.pro-image img {
    border-radius: 5px;
}
.price-wrap.d-flex {
    margin-top: 6px;
}
.pro-name {
    flex: 1;
    margin-top: 6px;
}
.m-top {
    display: flex;
    margin-bottom: 10px;
}
.mob-left-arrow {
    display: none;
}
.add-listing-mob a {
    color: #4763ff;
    font-size: 20px;
    position: relative;
    top: -8px;
}

.list-boxes p {
    color: #324158;
}
body.dark-mode .manage-listing {
    background: #222;
}
body.dark-mode .manage-list-descruiption .product-name {
    color: #fff;
}
body.dark-mode .product-price .price {
    color: #fff;
}    
body.dark-mode .list-boxes p {
        color: #fff;
    }    
body.dark-mode .mob-left-arrow a {
    color: #fff;
}    
body.dark-mode .box-bot a {
    background: #323232;
    color: #fff;
}
.product-price.d-flex .status.live {
    padding: 4px 10px;
    font-size: 12px;
} 
body.dark-mode .product-price.d-flex .status.live {
    background: #1c332d;
    color: #6aa76a;
    padding: 4px 10px;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 12px;
} 
.payment-method .power-by {
    border: none;
    font-size: 12px;
    padding: 0 !important;
    margin: 0;
    font-weight: 500;
}
.you-are-promoting .power-by img.paypal-icon {
        width: auto !important;
        height: 11px !important;
    }
.you-are-promoting .power-by img.stripe-icon {
        width: auto !important;
        height: 15px !important;
    } 
.credit-or-debit label {
    font-size: 13px;
    font-weight: 600;
    color: #000
}
.you-are-promoting > div {
    padding: 7px 0;
}
.payment-method .you-are-promoting > div:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 13px;
    margin-bottom: 6px;
}
 button.btn.btn-blue-bg.btn-block.disabled {
    background: #c6c6c6 !important;
    border-color: #c6c6c6 !important;
    color: #324158 !important;
} 
@media (max-width:767px) {
    .jumpspree-more-wrapper .more-title ul li .check img {
        width: 10px;
    } 
.subscription-plan .plan label, .subscription-plan-inner .plan label {
    padding: 15px 15px !important;
}
.best-value {
    padding: 0px 14px;
    }
.subscription-box .continue-payment button {
    font-size: 12px;
}
.subscription-box .continue-payment img {
    width: 15px !important;
}    
.subscription-plan-inner .plan-name {
    font-size: 11px !important;
    font-weight: 300 !important;
}    
.payment-method .you-are-promoting > div:first-child {
    padding-bottom: 10px;
}    
.you-are-promoting-wrapper, .your-package, .payment-method {
    margin: 16px 0 !important;
}
.you-are-promoting-wrapper > h2, .your-package > h2, .payment-method > h2 {
    margin: 0 !important;
    font-size: 13px !important;
    margin-bottom: 0px !important;
    font-weight: 600;
}
.credit-or-debit label {
    font-size: 13px;
    font-weight: 600;
    color: #000
}
.you-are-promoting > div {
    padding: 4px 0;
}
.payment-method h2 {
    font-size: 15px !important;
    color: #000;
}
.payment-method {
    padding-bottom: 40px !important;
    margin-bottom: 60px !important;
}
.payment-method .power-by {
    border: none;
    font-size: 12px;
    padding: 0 !important;
    margin: 0;
    font-weight: 500;
}
.you-are-promoting .power-by img.paypal-icon {
        width: auto !important;
        height: 11px !important;
    }
.you-are-promoting .power-by img.stripe-icon {
        width: auto !important;
        height: 15px !important;
    }    
.promote-top h2, .promote-top2 h2 {
    font-size: 15px !important;
    margin-bottom: 5px;
}
.ppl {
    height: auto;
    overflow-y: inherit;
    padding-bottom: 0;
}
.you-are-promoting p {
    margin: 0;
}
.promotion-wrapper .payment-method {
    display: block;
}    
.promode p {
    font-size: 13px;
}    
.list-boxes p {
    font-size: 10px;
    color: #324158;
    margin-top: 4px;
    font-weight: 500;
}
.manage-list-image {
    width: 65px;
}    
 .mob-left-arrow {
    display: block;
}   
.profile-head {
    justify-content: space-between;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #fff;
    right: 0;
    padding: 10px 20px !important;
}
body.dark-mode .profile-head {
    background: #000;
}
body.dark-mode .manage-listing {
    background: #222;
}
body.dark-mode .manage-list-descruiption .product-name {
    color: #fff;
}
body.dark-mode .product-price .price {
    color: #fff;
}    
body.dark-mode .list-boxes p {
        color: #fff;
    }    
body.dark-mode .mob-left-arrow a {
    color: #fff;
}    
body.dark-mode .box-bot a {
    background: #323232;
    color: #fff;
}
body.dark-mode .product-price.d-flex .status.live {
    background: #1c332d;
    color: #6aa76a;
    padding: 4px 10px;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 12px;
}    
body.dark-mode .delete-listing a i {
    color: #d71c25;
}    
body.dark-mode .mob-left-arrow a {
    font-size: 20px;
}    
    
.profile-head h5 {
    font-size: 14px !important;
    margin: 0;
}    
div#edit-profile-box div#manage-profile {
    max-width: 100%;
    margin: 0px auto !important;
}
#manage-profile .back-to-social {
    display: none;
}
    
   
  
#manage-profile .main-title-user {
        display: block;
    }    
.seller-form-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px 10px;
    background: #fff;
}
body.dark-mode .seller-form-btn {
    background: #000;
}

.seller-form-btn > div {
    margin-top: 0 !important;
    padding-top: 0 !important;
}    
.was {
    font-size: 11px;
    padding: 0 0;
}    
.mobile-header-menu{display: block;}
.header-center .main-search-bar {
    display: none;
}    
.header-middle .header-center {
        margin-left: auto;
        margin-right: 0;
        justify-content: flex-end;
    }
    .header-middle .header-right{display: none !important;}    
.header-center .mobile-header-menu li a {
    font-size: 20px;
    padding: 0 10px;
}
.header-middle {
    background: #fff !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;
}    
.post-wrapper {
    padding-top: 0 !important;
}    
.post-info {
    padding: 0 0 !important;
}    
.post-area {
    border-left: none !important;
    border-right: none !important;
}    
.header-center .mobile-header-menu ul {
    margin: 0;
}
.header-center .mobile-header-menu li a {
    font-size: 17px;
    padding: 0 11px;
}    
.header-middle.sticky-header.fix-top {
    padding: 8px 0 !important;
}    
li#profile-icon-footer, li#message-icon-footer {
    display: block;
}    
    .newsletter-pop1 .newsletter-content {
        max-width: 36rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
    
    .mob-mt-0{margin-top: 15px !important}

    .newsletter-pop1 .login-popup {
        max-width: 500px;
        padding: 3.5rem 2rem
    }
    .cart-box .del a {
    width: 25px !important;
    height: 25px !important;
}
}

@media (max-width:575px) {
    .newsletter-pop1 {
        background-image: none !important
    }

    .newsletter-pop1 .newsletter-content {
        margin-left: auto;
        margin-right: auto
    }
}

.newsletter-pop2 {
    max-width: 50rem
}

.newsletter-pop2 img {
    border-radius: 1rem 1rem 0 0;
    min-height: 200px;
    object-fit: cover
}

.newsletter-pop2 h2 {
    margin: 2.5rem 0 0.5rem;
    font-size: 24px;
    line-height: 1.25
}

.newsletter-pop2 p {
    font-size: 14px;
    line-height: 1.7
}

.newsletter-pop2 .input-wrapper-inline {
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px
}

.newsletter-pop2 .social-links {
    margin: 1.7rem 0 3rem
}

.newsletter-pop2 .social-link:not(:hover),
.newsletter-pop2 .social-link:not(:hover):before {
    color: #999
}

.newsletter-pop2 .newsletter-content {
    padding: 0 2rem
}

.newsletter-pop3 {
    border-radius: 1rem;
    max-width: 54rem;
    padding: 5.4rem 4rem 2.8rem
}

.newsletter-pop3 h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 0
}

.newsletter-pop3 p {
    margin: 8px 21px 24px;
    font-size: 14px;
    line-height: 1.7
}

.newsletter-pop3 .input-wrapper-inline {
    flex-direction: column;
    align-items: center;
    height: unset;
    margin-bottom: 4.8rem
}

.newsletter-pop3 .input-wrapper-inline .btn {
    margin-top: 2rem;
    padding: 1.4rem 4.4rem;
    border-radius: 0.3rem
}

.newsletter-pop3 .form-control {
    border: 1px solid #e1e1e1;
    max-width: 46rem
}

.newsletter-pop3 .form-control::placeholder {
    text-align: center
}

.newsletter-pop3 .form-check {
    justify-content: space-between;
    align-items: center
}

.newsletter-pop3 .form-privacy {
    text-decoration: underline
}

@media (max-width:575px) {
    .newsletter-pop3 {
        padding: 5.4rem 2rem 2.8rem
    }

    .newsletter-pop3 p {
        margin: 8px 5px 24px
    }

    .newsletter-pop3 .form-check {
        flex-direction: column
    }
}

.newsletter-pop4 {
    position: relative;
    border-radius: 100%;
    background: transparent;
    max-width: 580px;
    height: 580px
}

.newsletter-pop4:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    background-color: #191919;
    opacity: 0.6
}

.newsletter-pop4 h4 {
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 0
}

.newsletter-pop4 h2 {
    font-size: 36px;
    line-height: 1.5
}

.newsletter-pop4 p {
    font-size: 14px;
    line-height: 1.7
}

.newsletter-pop4 .input-wrapper-inline {
    max-width: 40.6rem;
    margin-left: auto;
    margin-right: auto
}

.newsletter-pop4 .input-wrapper-inline .form-control {
    border-color: #fff;
    border-radius: 23px 0 0 23px
}

.newsletter-pop4 .input-wrapper-inline .btn {
    border-radius: 0 23px 23px 0
}

@media (max-width:490px) {
    .newsletter-pop4 {
        padding: 0 2rem
    }

    .newsletter-pop4:before {
        border-radius: 100px
    }

    .newsletter-pop4 h4 {
        margin-bottom: 2.5rem
    }
}

.newsletter-pop5 {
    position: relative;
    max-width: 50rem
}

.newsletter-pop5 > figure img {
    min-height: 57rem;
    object-fit: cover
}

.newsletter-pop5 h2 {
    font-weight: 32px;
    line-height: 1
}

.newsletter-pop5 p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 23px
}

.newsletter-pop5 .newsletter-content {
    top: 51%;
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%)
}

.newsletter-pop5 .form-control {
    border-color: #e1e1e1
}

.newsletter-pop5 .input-wrapper-inline {
    width: 38rem;
    max-width: 100%;
    margin-bottom: 18px
}

.newsletter-pop5 .form-checkbox {
    margin-bottom: 26px
}

.newsletter-pop5 .social-links {
    position: relative
}

.newsletter-pop5 .social-links:after,
.newsletter-pop5 .social-links:before {
    position: absolute;
    content: "";
    top: 50%;
    border-top: 1px solid #e1e1e1;
    width: 10.6rem
}

.newsletter-pop5 .social-links:before {
    left: -100%
}

.newsletter-pop5 .social-links:after {
    right: -100%
}

.newsletter-pop5 .social-links .social-link {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: none;
    border-radius: 3px;
    color: #fff
}

.newsletter-pop5 .social-links .fa-google {
    background-color: #db402c
}

.newsletter-pop5 .social-links .social-link.social-linkedin:hover {
    background: #db552c;
    border-color: #db552c
}

.newsletter-pop5 .social-links .fa-facebook-f {
    background-color: #3b5998
}

.newsletter-pop5 .social-links .fa-twitter {
    background-color: #1ab2e8
}

@media (max-width:575px) {

    .newsletter-pop5 .social-links:after,
    .newsletter-pop5 .social-links:before {
        display: none
    }

    .newsletter-pop5 h2 {
        line-height: 1.1
    }

    .newsletter-pop5 .newsletter-content {
        top: 45%;
        padding: 0 2rem
    }
}

.mfp-product .mfp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem 4rem
}

.mfp-product .mfp-content {
    max-width: 98.8rem;
    margin: auto
}

.mfp-product .product {
    background-color: #fff;
    margin-bottom: 2rem;
    padding: 3rem 1.5rem;
    border-radius: 1rem
}

.mfp-product .product-single .product-details {
    padding: 0
}

.mfp-product .product-details {
    position: absolute;
    overflow-y: auto;
    height: 100%;
    top: 0
}

.mfp-product .mfp-close {
    position: absolute;
    top: -2.7rem;
    right: 0
}

.mfp-product .owl-nav .owl-next,
.mfp-product .owl-nav .owl-prev {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 3rem
}

.mfp-product .owl-nav .owl-next {
    right: 1rem
}

.mfp-product .owl-nav .owl-prev {
    left: 1rem
}

.dark-theme .mfp-content .product-divider {
    border-color: #e1e1e1
}

.dark-theme .mfp-content .product {
    background-color: #222
}

.dark-theme .newsletter-popup .form-privacy,
.dark-theme .newsletter-popup label {
    color: #999
}

.pswp__bg {
    background-color: rgba(0, 0, 0, 0.7)
}

.pswp__img--placeholder--blank {
    background-color: #F2F3F5
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: transparent
}

.pswp__caption__center {
    text-align: center
}

.mfp-ready.mfp-zoom-popup .mfp-content {
    transform: scale(1)
}

.mfp-removing.mfp-zoom-popup .mfp-content,
.mfp-zoom-popup .mfp-content {
    transition: 0.2s ease-in-out;
    transform: scale(0.8)
}

.mfp-ready.mfp-flip-popup .mfp-content {
    transform: translateY(0) perspective(600px) rotateX(0)
}

.mfp-flip-popup .mfp-content,
.mfp-removing.mfp-flip-popup .mfp-content {
    transition: 0.3s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(20deg)
}

.mfp-content video {
    width: 100%;
    height: 100%
}

.mfp-video-popup .mfp-content {
    max-width: 1000px
}

.mfp-video-popup {
    z-index: 10000
}

.mfp-img-popup .mfp-content {
    width: unset
}

@media (max-width:767px) {
    .mfp-product .product {
        padding: 2rem 1rem
    }

    .mfp-arrow {
        color: #444
    }

    .mfp-product .product-details {
        position: relative
    }
}

@media (min-width:768px) {
    .mfp-product .row {
        margin: 0 -1.5rem
    }

    .mfp-product .row > .col-md-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .mfp-product .product-gallery {
        margin-bottom: 0
    }

    .mfp-product .pr-md-3 {
        padding-right: 1.5rem !important
    }
}

.equal-height .product {
    height: 100%
}

.product-shadow {
    transition: box-shadow 0.3s
}

.product-shadow:hover {
    box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.5)
}

.product-label-round .product-label {
    padding: 0.5rem 1.1rem;
    border-radius: 1rem
}

.text-center .product-details {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.product-wrap {
    margin-bottom: 2rem
}

.product {
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    color: #999;
    transition: 0.3s;
    padding: 6px 5px;
}
figure.product-media:hover {
    transform: scale(1.00);
}
.ad-carousel img{box-shadow: 0 0 5px rgba(0,0,0,0.4)}
.product:hover .product-action,
.product:hover .product-action-vertical {
    visibility: visible;
    opacity: 1
}

.product-media:hover img:first-child {
    opacity: 0
}

.product-media:hover img:last-child {
    opacity: 1
}

.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.3s;
    border: 1px solid #ddd;
    border-radius: 11px;
    overflow: hidden;
}

.product-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s
}

.product-media img:last-child {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
    border-radius: 11px;
    object-fit: cover
}
.product-media img{height: 182px !important; width: 182px !important}
.product-media img:first-child {
    position: relative;
    opacity: 1
}

.product-label-group {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 11px;
    top: 12px;
    max-width: 10rem;
}
.similar-item .product-label-group {
    position: static;
    max-width: 10rem;
    margin: 0 auto;
}
.product-label {
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1.1rem;
    font-size: 1.1rem;
    border-radius: 33px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}

.product-label.label-new {
    background: #4070ff15;
    color: #4070ff !important;
    font-weight: 400;
    letter-spacing: 1px;
}

.additional-detail .additional-detail {
    padding-left: 5px;
}
.additional-detail {
    padding-left: 79px;
}

.product-label.label-sale {
    background: #fbb03b
}

.product-label.label-top {
    background: #26c
}

.product-label.label-stock {
    background: #999
}

.btn-product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: 0.5rem;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    background-color: #fff;
    color: #999;
    font-size: 1.6rem;
    font-weight: 700;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s
}

.btn-product-icon:hover {
    border-color: #26c;
    color: #fff;
    background-color: #26c
}

.btn-product-icon:not(.btn-wishlist) i {
    margin-bottom: 2px
}

.btn-product-icon.btn-quickview i {
    font-size: inherit
}

.btn-product-icon.btn-compare i {
    font-size: 1.8rem
}

.btn-product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 1.14em 0;
    background-color: #26c;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    transition: opacity 0.3s
}

.btn-product:hover {
    color: #fff
}

.btn-quickview {
    opacity: 0.8;
    transition: opacity 0.3s
}

.btn-quickview:hover {
    opacity: 1
}

.btn-quickview i {
    font-size: 1.4rem
}

.btn-wishlist {
    line-height: 1
}

.btn-wishlist.loading:after,
.btn-wishlist.loading:before {
    z-index: 1
}

.product-action-vertical {
    position: absolute;
    top: 15px;
    right: 15px;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden
}

.product-action-vertical .btn-wishlist.loading {
    overflow: hidden
}

.product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0
}

.product-details {
    position: relative;
    background-color: #fff;
    padding-top: 1.4rem;
    padding-bottom: 2rem
}

.product-details > .btn-wishlist {
    position: absolute;
    top: 1.2rem;
    right: 0;
    color: #999;
    z-index: 1;
    font-size: 1.6rem
}

.product-details > .btn-wishlist i {
    display: inline-block;
    margin: 0;
    transition: transform 0.3s
}

.product-details > .btn-wishlist:hover {
    color: #26c
}

.product-details > .btn-wishlist:hover i {
    transform: rotateY(180deg)
}

.product-details > :last-child {
    margin-bottom: 0
}

.product-details .flex-wrap.qty-wrapper {
    border-top: 1px solid #c3c3c32b;
    margin-top: 20px;
    padding-top: 20px;
}
.local-time .head h4 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}
.product-details .product-action {
    position: relative;
    opacity: 1;
    visibility: visible
}
.timing {
    color: #fff;
    font-size: 12px;
    border: 1px solid #3d4551;
    padding: 2px 10px;
    border-radius: 8px;
}
.usp-sec h3 {
    margin-bottom: 8px;
}
div#videoPreviewContainer {
    position: relative;
}
div#videoPreviewContainer .close-video-preview {
    position: absolute;
    right: 6px;
    width: 30px;
    height: 30px;
    background: #56565629;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 100;
    border-radius: 50%;
    font-size: 22px;
    top: 7px;
    float: left;
    line-height: 30px;
    cursor: pointer;
    z-index: 9999;
}
.product-cat {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-cat a:hover {
    color: #26c
}

.product-name {
    margin-bottom: 1rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #666;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    text-align: left;
    /* height: 40px; */
}

.product-name a:hover {
    color: #26c
}

.product-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #324158;
}
#protection .was {
    color: #324158;
    font-size: 9px;
}
.product-price .old-price {
    color: #aaa
}

.product-price .new-price {
    margin-right: 1rem;
    text-decoration: none
}

.dark-theme .old-price {
    color: #666
}

.dark-theme .product.product-with-qty .quantity,
.dark-theme .product.product-with-qty button {
    color: #999
}

.dark-theme .rating-reviews {
    color: #999
}

.dark-theme .ratings-full:before {
    color: #666
}

h4.emptycarttext {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 30px;
}
h5.emptycarttextsm {
    font-size: 16px;
}
h5.emptycarttextsm {
    font-size: 16px;
    line-height: 22px;
}
.ratings-container {
    display: flex;
    align-items: center;
    margin-left: 1px;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    font-size: 16px;
    letter-spacing: 0.2em
}

.ratings-full {
    cursor: pointer
}

.ratings,
.ratings-full {
    position: relative;
    font-family: "riode"
}

.ratings-full + .rating-reviews {
    margin-left: 1rem
}

/*
.ratings-full:before {
    content: """""""""";
    color: rgba(0, 0, 0, 0.16);
    font-family: "riode"
}
*/
section#review-sec-wrapper .review-row {
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 0 25px;
}
section#review-sec-wrapper .review-row:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.tab-content  .description p {
    margin-bottom: 0;
}
.ratings-full:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: rgba(0, 0, 0, 0.16);
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
}

.ratings-full:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.ratings {
    position: absolute;
    top: 1px;
    left: 0px;
    white-space: nowrap;
    overflow: hidden
}

.usp-sec .disabled {
    opacity: 0.5;
    position: relative;
}

.usp-sec .disabled:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}

/*
.ratings:before {
    content: """""""""";
    color: #fbb03b;
    font-family: "riode"
}
*/

.ratings:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: #fbb03b;
    font-family: "Font Awesome 6 Pro";
}
.rating-reviews {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem;
    color: #aaa;
    letter-spacing: 0;
    text-transform: capitalize
}

.rating-reviews:hover {
    color: #26c
}

.product-variations {
    display: flex
}

.ratings-container + .product-variations {
    margin-top: -5px
}

.product-variations > a:not(.size-guide) {
    display: inline-block;
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 0 5px;
    border-radius: 2px;
    background-color: transparent;
    background-size: cover;
    font-size: 1.2rem;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 2.6rem;
    height: 2.6rem;
    color: #222;
    transition: 0.3s;
    border: 1px solid #e1e1e1
}

.product-variations > a:not(.size-guide):last-child {
    margin-right: 0
}

.product-variations .color:not(.active) {
    border: none
}

.product-variations > a.active,
.product-variations > a:not(.size-guide):hover {
    border: 1px solid;
    box-shadow: inset 0 0 0 2px #fff
}

.product-details .product-action,
.product-hide-details .product-action {
    position: relative;
    opacity: 1
}

.product-details .product-action .btn-wishlist,
.product-hide-details .product-action .btn-wishlist {
    position: static
}

.product-details .btn-cart,
.product-hide-details .btn-cart {
    display: block;
    max-width: 14rem;
    line-height: 2.9;
    padding: 0 0.6em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    background-color: transparent;
    border: 2px solid #ccc;
    margin-right: 5px;
    border-radius: 0.3rem
}

.product-details .btn-cart i,
.product-hide-details .btn-cart i {
    margin-right: 0.8rem;
    font-size: 1.8rem
}

.product-details .btn-cart,
.product-hide-details .btn-cart {
    flex: 1;
    height: 4.2rem;
    font-size: 1.3rem;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    z-index: 1
}

.product-details .btn-quickview,
.product-hide-details .btn-quickview {
    margin: 0 0 0 1.6rem
}

.product-details .btn-product-icon,
.product-hide-details .btn-product-icon {
    width: auto;
    border: 0;
    background-color: transparent;
    color: #222;
    transition: color 0.3s, background-color 0.3s, visibility 0.3s
}

.product-details .btn-product-icon i,
.product-hide-details .btn-product-icon i {
    font-size: 1.8rem
}

.product-details .btn-product-icon:hover,
.product-hide-details .btn-product-icon:hover {
    color: #26c
}

.product:hover .product-action .btn-cart {
    color: #fff;
    background-color: #444;
    border-color: #444
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .product-details .btn-cart,
    .product-hide-details .btn-cart {
        flex: 0 0 12.3rem
    }
}

@media (-ms-high-contrast:none) and (max-width:575px),
screen and (-ms-high-contrast:active) and (max-width:575px) {

    .product-details .btn-cart,
    .product-hide-details .btn-cart {
        flex: 0 0 9.5rem
    }
}

.product-classic .btn-quickview {
    opacity: 1
}

.product-classic .btn-quickview i:before {
    content: ""
}

.product-classic .btn-wishlist {
    margin: 0 0 0 1.6rem
}

.product-classic .btn-quickview,
.product-classic .btn-wishlist {
    transform: translateX(-200%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s
}

.product-classic .btn-quickview {
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s, border-color 0.3s
}

.product-classic:hover .btn-quickview,
.product-classic:hover .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.product-classic .product-details {
    padding-left: 0
}

.product-classic .ratings-container {
    margin-bottom: 1.5rem
}

.product-slideup-content {
    overflow: hidden
}

.product-slideup-content .product-hide-details {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: transform 0.3s;
    background-color: #fff
}

.product-slideup-content .product-details {
    padding-bottom: 1px;
    background-color: #fff;
    transition: transform 0.3s
}

.product-slideup-content .btn-quickview,
.product-slideup-content .btn-wishlist {
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s
}

.product-slideup-content .btn-quickview {
    transform: translateX(-200%)
}

.product-slideup-content .btn-wishlist {
    transform: translateX(200%)
}

.product-slideup-content:hover .btn-quickview,
.product-slideup-content:hover .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.product-slideup .product-details {
    padding-bottom: 0;
    background-color: #fff;
    transition: transform 0.3s
}

.product-slideup .ratings-container {
    margin-bottom: 0
}

.product-slideup .btn-quickview,
.product-slideup .btn-wishlist {
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s
}

.product-slideup .btn-quickview {
    transform: translateX(-200%)
}

.product-slideup .btn-wishlist {
    transform: translateX(200%)
}

.product-slideup .product-action {
    display: flex;
    position: absolute;
    padding-top: 1.5rem;
    top: 100%;
    bottom: auto;
    visibility: hidden;
    opacity: 0
}

.product-slideup:hover {
    transform: translateY(-58px)
}

.product-slideup:hover .btn-quickview,
.product-slideup:hover .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.product-slideup:hover .product-action {
    visibility: visible;
    opacity: 1
}

.product-slideup-content .btn-cart,
.product-slideup .btn-cart {
    margin-right: 0
}

.product-slideup-content .btn-wishlist,
.product-slideup .btn-wishlist {
    position: static;
    margin: 0 1.6rem 0 0
}

.split-line {
    overflow: hidden
}

.product-image-gap {
    padding: 0.9rem;
    border: 1px solid #e1e1e1;
    background-color: #fff
}

.product-image-gap .product-details {
    padding: 1.8rem 1rem 1rem
}

.product-image-gap .ratings-container {
    margin-bottom: 0
}

.product-image-gap:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05)
}

@media (max-width:479px) {
    .product-image-gap .product-details {
        padding: 1.8rem 0 1rem
    }
}

.product-list {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.product-list .product-media {
    flex: 0 0 28rem;
    max-width: 28rem;
    margin: 0 2rem 0 0
}

.product-list .product-details {
    padding: 0;
    flex: 1
}

.product-list .product-label {
    font-size: 1.1rem
}

.product-list .btn-quickview {
    opacity: 1
}

.product-list .btn-wishlist {
    margin: 0 0 0 0.8rem
}

.product-list .btn-quickview,
.product-list .btn-wishlist {
    transform: translateX(-200%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s
}

.product-list .btn-quickview {
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s
}

.product-list .ratings-container {
    margin-bottom: 0.8rem
}

.product-list .product-name {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #222
}

.product-list .product-price {
    font-size: 1.8rem;
    font-weight: 600
}

.product-list .product-short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2rem;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.78;
    color: #666
}

.product-list:hover .btn-quickview,
.product-list:hover .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.product-list-sm {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.product-list-sm .product-media {
    flex: 0 0 10rem;
    max-width: 10rem;
    margin: 0 1rem 0 0
}

.product-list-sm .product-details {
    flex: 0 0 calc(100% - 10rem);
    max-width: calc(100% - 10rem);
    padding: 0
}

.product-list-sm .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.7rem;
    white-space: normal;
    color: #222;
    padding-left: 0
}

.product-list-sm .product-name:hover {
    color: #26c
}

.product-list-sm .ratings-container {
    margin: 0
}

.product-list-sm .product-price {
    font-size: 1.4rem
}

.product-list-sm + .product-list {
    margin-top: 2rem
}

.product-list-sm .btn-cart {
    margin-top: 2rem;
    height: 3.3rem;
    max-width: 11.7rem;
    border: 1px solid #d7d7d7;
    color: #fbb03b;
    background: transparent;
    font-size: 1.2rem
}

.product-list-sm .btn-cart:hover {
    border-color: #fbb03b;
    background: #fbb03b
}

.product.text-center .product-cat {
    padding: 0
}

.product.text-center .product-action,
.product.text-center .product-price,
.product.text-center .product-variations,
.product.text-center .ratings-container {
    justify-content: center
}
.product.text-center .ratings-container {
    justify-content: flex-start;
}
.product-price {
    text-align: left;
}
.product-price del {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    /* color: #afa8a8; */
}

.product.shadow-media:hover .product-media {
    box-shadow: 0px 20px 20px -16px rgba(0, 0, 0, 0.5)
}

.product.cart-full .product-price,
.product.product-with-qty .product-details .product-price {
    margin-bottom: 1rem
}

.product.cart-full .btn-cart,
.product.product-with-qty .product-details .btn-cart {
    padding: 0;
    border-color: #ebebeb
}

.product.cart-full .btn-cart:active,
.product.cart-full .btn-cart:focus,
.product.cart-full .btn-cart:hover,
.product.product-with-qty .product-details .btn-cart:active,
.product.product-with-qty .product-details .btn-cart:focus,
.product.product-with-qty .product-details .btn-cart:hover {
    background-color: #26c;
    border-color: #26c;
    color: #fff
}

.product.cart-full .btn-cart {
    max-width: none;
    width: 100%
}

.product.product-with-qty .product-details {
    padding-left: 0;
    padding-right: 0
}

.product.product-with-qty .btn-cart {
    max-width: 12.3rem;
    margin-right: 0
}

.product.product-with-qty .btn-cart i {
    display: none
}

.product.product-with-qty .product-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem
}

.product.product-with-qty button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #333;
    font-size: 1rem;
    width: 24px;
    height: 24px;
    border-radius: 0.3rem;
    border: none;
    background: #f4f4f4;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s
}

.product.product-with-qty button:hover {
    background-color: #26c;
    color: #fff
}

.product.product-with-qty .quantity {
    min-height: auto;
    width: 3.2rem;
    padding: 0;
    font-weight: 700;
    font-size: 1.2rem;
    border: none;
    text-align: center;
    color: #222
}

.product.product-variable:not(.cart-full) .btn-cart:after {
    display: none;
    font-family: "riode";
    content: "";
    font-size: 1.8rem;
    font-weight: 400
}

.product:hover.product-with-qty .btn-cart {
    background-color: transparent;
    color: #222
}

@media (max-width:575px) {
    .product-list {
        display: block
    }

    .product-list .product-media {
        margin: 0;
        max-width: 100%
    }

    .product-list .product-details {
        padding: 1.8rem 0 2rem
    }

    .product-action-vertical {
        top: 10px;
        right: 10px
    }
}

@media (max-width:479px) {

    .product-details .btn-cart,
    .product-hide-details .btn-cart {
        max-width: 4.2rem;
        display: flex
    }

    .product-details .btn-cart span,
    .product-hide-details .btn-cart span {
        display: none
    }

    .product-details .btn-cart i,
    .product-hide-details .btn-cart i {
        margin-right: 0
    }

    .product.product-with-qty .product-details .btn-cart {
        max-width: 4.2rem;
        padding: 0.78em 0
    }

    .product.product-with-qty .btn-cart i {
        display: block
    }

    .product.product-with-qty .product-quantity {
        margin-right: 1rem
    }

    .cart-full .product-details .btn-cart span {
        display: inline
    }

    .cart-full .btn-cart i {
        display: none
    }

    .product-label-group {
        left: 1.2rem;
        top: 1.2rem
    }

    .btn-quickview {
        font-size: 1.1rem
    }

    .btn-product-icon {
        width: 3.2rem;
        height: 3.2rem;
        font-size: 1.3rem
    }

    .product.product-variable:not(.cart-full) .btn-cart:after {
        display: block
    }

    .product.product-variable:not(.cart-full) .btn-cart i {
        display: none
    }
}

.product-filters {
    margin-right: 1.5rem
}

.product-single-carousel,
.product-thumbs-wrap {
    flex-basis: 100%;
    max-width: 100%
}

.product-single-carousel .owl-nav .owl-next,
.product-single-carousel .owl-nav .owl-prev {
    color: #222;
    border: 0
}

.product-image {
    position: relative;
    height: 300px
}

.product-thumbs-wrap {
    position: relative;
    margin-top: 1rem;
    overflow: hidden
}

.product-thumbs-wrap img {
    display: block
}

.product-thumbs-wrap button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    border: 0;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 1;
    opacity: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    cursor: pointer
}

.product-thumbs-wrap:hover button:not(.disabled) {
    opacity: 0.9;
    transform: none
}

.product-thumbs-wrap button:not(.disabled):hover {
    opacity: 1
}

.product-thumbs-wrap > button {
    display: none
}

.product-thumbs-wrap button,
.product-thumbs .owl-nav .owl-next,
.product-thumbs .owl-nav .owl-prev {
    background-color: #fff;
    color: #666;
    font-size: 1.6rem
}

.product-thumb:before,
.product-thumbs-wrap button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.product-thumbs {
    transition: top 0.3s ease-out;
    display: flex
}

.product-thumbs.owl-carousel {
    margin: 0 -0.5rem;
    width: calc(100% + 1rem)
}

.product-thumbs .owl-stage {
    display: flex
}

.product-thumbs .owl-prev {
    transform: translateX(-100%);
    left: 0.5rem
}

.product-thumbs .owl-next {
    left: auto;
    right: 0.5rem;
    transform: translateX(100%)
}

.product-thumb {
    position: relative;
    margin: 0 0.5rem;
    cursor: pointer;
    overflow: hidden
}

.product-thumb:before {
    content: "";
    transition: border-color 0.3s;
    border: 2px solid transparent
}

.product-thumb.active:before {
    border-color: #26c
}

.product-thumb .btn-play {
    position: relative;
    display: block;
    z-index: 2
}

.product-thumb .btn-play:before {
    content: "";
    position: absolute;
    left: -100px;
    top: -100px;
    right: -100px;
    bottom: -100px;
    background: rgba(0, 0, 0, 0.1);
    transition: background 0.3s
}

.product-thumb .btn-play:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    transition: box-shadow 0.3s
}

.product-thumb .btn-play:hover:before {
    background: rgba(0, 0, 0, 0.2)
}

.product-thumb .btn-play:hover:after {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2)
}

.product-thumb .btn-video:after {
    content: ""
}

.product-single {
    color: inherit
}

.product-single .product-details {
    padding: 0 0 3rem;
    padding-left: 2rem;
    background-color: transparent
}

.container-fluid .product-single .product-details {
    padding-top: 4px
}

aside + div .product-single .product-details {
    padding-top: 2px
}

.product-single .product-cat {
    margin-bottom: 1.3rem;
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.025em
}

.product-single .product-cat span {
    margin-right: 0.7rem
}

.product-single .product-name {
    margin-bottom: 0.6rem;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    white-space: normal;
    color: #324158;
    height: auto;
}
.breadcrumb li:last-child {
    color: #4070ff;
}
.charge img {
    width: 20px !important;
    border-radius: 55px;
}

.charge {
    background: #E1ECE2;
    padding: 3px 14px;
    border-radius: 5px;
    color: #00dd8d;
    margin-left: 16px;
    margin-top: 4px;
    display: flex;
    align-items: center;
}
.charge, .you-save {
    background: #18daa233 !important;
}
.charge {
    background: transparent !important;
}
.charge {
    padding: 0 !important;
    margin-top: 9px;
    align-self: flex-start;
}
.top-row-bar.flex-wrap .tabbing-buttons a:last-child {
 color: #4070ff;
    font-weight: 400;
    border-bottom: 2px solid #4070ff;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.report-product-post .signup-box {
    width: 100%;
    max-width: 480px;
}
.report-product-post .signup-box input {
    margin-right: 8px;
    margin-top: 0;
}
.usp ul {
    padding-left: 0;
}
.u-text {
    display: flex;
    flex-direction: column;
    min-width: 125px;
}
.u-icon {
    margin-right: 15px;
}
.usp ul li img {
    width: 35px;
}
.u-text small {
    color: #000;
}
.u-text small b {
    color: #545454;
}
.product-form.product-variations .select-box {
    background: #4070ff15;
    border-radius: 8px;
    margin-right: 20px;
    padding-right: 27px;
}
.product-form.product-variations .select-box {
    background: #4070ff15;
    border-radius: 8px;
    margin-right: 20px;
    padding-right: 0;
}
.product-form .select-box:before {
    right: 1.4rem;
    font-size: 1.2rem;
    color: #222;
    background: #4070ff15;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
}
.product-single .product-price {
    display: block;
    margin-bottom: 0rem;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-form select{border:none !important;     color: #3182ff;}
.you-save {
    background: #0080372b;
    padding: 5px 18px;
    color: #18daa2;
    letter-spacing: 0 !important;
    font-weight: 600;
    background: #E1ECE2;
}
.comselector h4 {
    font-size: 15px;
    font-weight: 600;
}
.gig-cart .cart-item .pro-image img {
    border-radius: 10px;
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.orders-list:hover img {
    transform: scale(1.05);
}
ul.delivery-option label input {
    margin-right: 10px;
}
span.was {
    font-size: 12px;
    color: #222;
    font-weight: 300;
    margin-top: 8px;
    margin-left: 6px;
}
.product-single .old-price {
    font-size: 2.4rem;
    font-weight: 600
}

.product-single .rating-reviews {
    font-size: 1.2rem
}

.product-single .rating-reviews:not(:hover) {
    color: #999
}

.product-single .ratings-container {
    margin-bottom: 10px;
    font-size: 14px
}

.product-single .ratings-container .ratings:before {
    color: #FF914D;
}

.product-single .ratings-full {
    margin-top: -2px
}

.product-single label {
    color: #324158;
    font-weight: 600;
    text-transform: uppercase
}

.product-single .product-action {
    display: inline-block
}

.product-single .product-action .btn-wishlist {
    position: relative
}

.product-single .divider {
    margin-left: -1rem;
    margin-right: 1.8rem
}

.product-single .social-links {
    color: #999
}

.product-single .social-link {
    border: none
}

.product-single .social-link.social-facebook:hover {
    background-color: transparent;
    color: #3b5998
}

.product-single .social-link.social-twitter:hover {
    background-color: transparent;
    color: #1da1f2
}

.product-single .social-link.social-pinterest:hover {
    background-color: transparent;
    color: #bd081c
}

.product-single .product-footer > * {
    margin-bottom: 1rem
}

.product-single .btn-compare,
.product-single .btn-wishlist {
    display: inline-block;
    padding: 0.5rem 0;
    font-weight: 400;
    font-size: 1.4rem;
    background-color: transparent;
    transition: color 0.3s;
    text-transform: none;
    color: #666
}

.product-single .btn-compare i,
.product-single .btn-wishlist i {
    display: inline-block;
    margin: 0 0.5rem 0.3rem 0;
    vertical-align: middle;
    font-size: 1.8rem;
    line-height: 0
}

.product-single .btn-compare:hover,
.product-single .btn-wishlist:hover {
    color: #26c
}

.product-single .btn-compare i {
    margin-right: 0.8rem;
    font-size: 2.1rem
}

.product-single .quantity {
    font-weight: 700
}

.product-single .product-meta + .product-countdown-container {
    margin-top: 0.4rem
}

.product-single .product-countdown-container {
    display: inline-flex;
    align-items: center;
    margin-bottom: 2.5rem;
    padding: 1rem 1.6rem;
    border: 1px solid #444;
    background-color: #444;
    text-transform: none;
    line-height: 1;
    color: #fff;
    border-radius: 0.3rem
}

.product-single .product-countdown-container label {
    margin-right: 0.5rem;
    text-transform: none;
    color: #fff
}

.product-single .product-countdown-container .product-sale-info {
    position: relative;
    padding-right: 1.5rem
}

.product-single .product-countdown-container .product-sale-info i {
    margin-right: 0.8rem
}

.product-single .product-countdown-container .product-sale-info:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2.4rem;
    background: rgba(255, 255, 255, 0.2)
}

.product-single .product-countdown-container .product-sale-info + label {
    margin-left: 1.5rem
}

.product-single .product-label-group {
    top: 2rem;
    left: 2.5rem;
    z-index: 2;
    align-items: flex-start
}

.product-single .product-label {
    color: #fff
}

.product-single .product-variations > a:not(.size-guide) {
    width: 3rem;
    height: 3rem
}

.product-single .color {
    border: 0
}

.product-single .size {
    width: 3.6rem
}

.product-single .accordion ul {
    list-style: none;
    padding-left: 0
}

.product-single .rating-form label,
.product-single form label {
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: none;
    color: #666
}

.dark-theme .ratings-container .ratings:before {
    color: #26c
}

.dark-theme .social-links {
    color: #666
}

.dark-theme .btn-compare,
.dark-theme .btn-wishlist {
    color: #999
}

.dark-theme .btn-compare.added,
.dark-theme .btn-wishlist.added {
    color: #fff
}

.dark-theme .product-variation-clean:not(:hover) {
    color: #fff
}

.dark-theme .product-form.btn-cart:disabled,
.dark-theme .product-form.btn-external:disabled {
    background-color: #666;
    color: #aaa
}

.product-meta {
    margin-bottom: 1.8rem;
    color: #999;
    font-size: 1.2rem
}

.product-meta span {
    margin: 0 1.9rem 0 3px
}

.product-form {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    line-height: 3rem;
    margin: 0 0 1rem
}

.product-form > label {
    min-width: 7rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em
}

.product-form.product-variations {
    line-height: 37px;
    flex-direction: column
}

.product-form .select-box:before {
    right: 1.4rem;
    font-size: 1.2rem;
    color: #222;
}

.product-form select {
    max-width: none;
    padding: 0.8rem 3rem 0.8rem 1.4rem;
    color: #222;
    border-color: #ebebeb;
    font-size: 1.3rem
}

.product-form .product-variations {
    display: block;
    margin-top: -3px;
    margin-bottom: -3px
}

.product-form.product-qty {
    line-height: 4.5rem
}

.product-form .quantity-minus {
    border-radius: 0.3rem 0 0 0.3rem
}

.product-form .quantity-plus {
    border-radius: 0 0.3rem 0.3rem 0
}

.product-form .input-group {
    margin-right: 1rem
}

.product-form .btn-cart,
.product-form .btn-external {
    border: 0;
    flex: 1;
    min-width: 13rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
    background-color: #26c;
    transition: background-color 0.3s;
    color: #fff;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem
}

.product-form .btn-cart:disabled,
.product-form .btn-external:disabled {
    background-color: #e4eaec;
    cursor: not-allowed;
    color: #999
}

.product-form .btn-cart i,
.product-form .btn-external i {
    margin-right: 0.8rem;
    margin-top: -1px;
    font-size: 1.8rem;
    line-height: 0;
    vertical-align: middle
}

.product-form .btn-cart i:before,
.product-form .btn-external i:before {
    margin: 0
}

.product-form .btn-cart:hover:not(:disabled),
.product-form .btn-external:hover:not(:disabled) {
    background-color: #1d57ad
}

.product-external .product-short-desc {
    color: #ee8204
}

.product-external .product-form button {
    background: #ee8204
}

.stock {
    display: inline-block;
    padding: 4px 2rem;
    margin-bottom: 2rem;
    border-radius: 2px;
    color: #fff;
    font-weight: 600
}

.in-stock {
    background: #fbb03b
}

.out-of-stock {
    background: #ccc
}

.product-single .product-label.label-stock {
    white-space: nowrap;
    background: #ccc
}

.hurryup-bar > p {
    margin-bottom: 0.5rem;
    color: #222;
    background: transparent;
    padding: 0
}

.hurryup-bar .bar {
    position: relative;
    display: block;
    width: 100%;
    max-width: 38rem;
    height: 14px;
    background: #eee;
    border-radius: 10px
}

.hurryup-bar .stock-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    background: #fbb03b;
    border-radius: 10px
}
.owl-carousel label.product-label {
    background: #22222257;
}

.bottom-strip-text h2 {
    font-size: 20px;
    line-height: 43px;
    color: #222;
}

.bottom-strip-text .product-price span {
    margin: 0;
    margin-top: -7px;
    position: relative;
}
.cubesnack-protection h3 {
    font-size: 20px;
    margin-bottom: 7px;
}
.cubesnack-protection p {
    font-size: 14px;
}
.additional-detail {
    background: #f1f1f1;
    display: inline-block;
    padding: 20px 25px !important;
    border-radius: 11px;
    margin-left: 0;
    min-width: 460px;
    margin-top: 20px;
}
section#product-description .textGrey {
    margin-bottom: 10px;
}
.see-more a {
    font-size: 15px !important;
}
 
.comments-wrapper .postTitle{
        font-weight: 400 !important;
}
.caution {
    text-align: center;
    padding: 15px 0 100px;
    font-size: 16px;
    font-weight: 400;
}
.caution span {
    font-size: 22px;
}

.post-action.d-flex.justify-content-between {
    /* padding: 13px 52px 0px !important; */
    padding: 0px !important;

}

.post-wrapper .postDesc {
    font-size: 18px !important;
    color: #000;
    font-weight: 500;
} 

.additional-detail b {
    padding: 0px 0;
    display: block;
    font-weight: 500;
    color: #222;
}
.additional-detail .title {
    margin-bottom: 15px;
    font-size: 20px;
}
.additional-detail b {
    color: #000;
    font-weight: 600;
}
.additional-detail .row {
    padding: 4px 0;
}
.gig-list-detail img {
    width: 18px;
}
.gig-list-title, .gig-list-detail {
    font-weight: 500;
    color: #222;
}
.gig-list > div {
    padding: 4px 0;
}
.bottom-strip-text .product-price {
    display: flex;
    flex-direction: column;
    font-size: 2.5rem;
    align-items: flex-start;
        line-height: 30px;    
}
.bottom-strip-text .you-save {
    margin-top: 3px;
    margin-left: 10px;
}
.bottom-strip-text .product-form-group {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1
}
.share-icon.d-flex a:hover {
    transform: scale(1.1);
}
.posting {
    background: none !important;
    padding: 4px 0 !important;
    font-size: 10px;
    border-radius: 50px;
    color: #4070ff;
}
.share-icon.d-flex a {
    margin-left: 0;
    margin-top: 11px;
    margin-right: 20px;
    background: #fff;
    border-radius: 50%;
    padding: 7px;
    display: flex;
    align-items: center;
    padding: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
}
.share-icon.d-flex a img {
    height: 20px;
}
button:focus {
    outline: none !important;
}
.cart-empty img {
    width: 200px;
}
.cart-empty {
    padding: 20px 0 30px;
    max-width: 400px;
    margin: 0 auto;
}
.cart-empty h5 {
    margin: 0;
    font-size: 19px;
    color: #000;
}
.product-form.product-variations.product-color {
    margin-top: 0;
    margin-bottom: 0;
}
.cart-empty a {
    padding: 10px 40px;
    width: 100% !important;
    border-radius: 41px !important;
    font-size: 17px;
    margin-top: 30px !important;
    background: #222;
    color: #fff;
    padding: 10px 22px;
}
.cart-empty a:hover {
    background: #5698fd;
    color: #fff;
}
#productCartSummary button.btn.btn-blue-bg.btn-block.br_28:hover{
    background: #5698fd;
    color: #fff;
    border:1px solid #5698fd;
}
.share-icon.d-flex {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 991;
}
.cubesecure{display: flex;
    align-items: center;
    margin-top: 13px;
    justify-content: center;}
.cubesecure p{margin-bottom: 0}
figure.product-image img {
    border-radius: 15px;
}
.product-media label.product-label.label-new {
    color: #fff !important;
}
.product-form-group > * {
    margin-bottom: 1rem
}

.product-form-group .product-variations {
    margin-bottom: 7px
}

.product-form-group tr {
    border-bottom: 1px solid #eee
}

.product-form-group td {
    padding: 2rem 0
}

.product-form-group .item-name {
    padding-left: 2rem;
    color: #222;
    line-height: 1.4
}

.product-form-group .item-price {
    font-weight: 600;
    color: #222;
    padding-left: 4.5rem
}

.size-guide {
    display: inline-flex;
    align-items: center;
    font-weight: 300
}

.size-guide i {
    margin-right: 0.8rem;
    font-size: 2.1rem;
    color: #666
}

.select-box + .size-guide {
    margin-left: 10px
}

.product-variation-price {
    display: none;
    padding-top: 25px
}

.product-variation-price span {
    margin-bottom: 1rem;
    color: #222;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.025em
}

.product-variation-clean {
    display: block;
    position: absolute;
    margin-top: 1rem;
    padding: 0.3em 1em;
    left: 0;
    top: calc(100% - 10px);
    font-size: 1rem;
    line-height: 1.6;
    background: #f4f4f4;
    color: #000
}

.related-products {
    margin-top: 6.5rem
}
.post-area {
    float: left;
    width: 100%;
/*    height: 100vh;*/
}
div#prevpostpopupbox .close {
    position: absolute;
    right: -23px;
    top: -24px;
}
div#prevpostpopupbox .posting small:hover {
    background: #4070ff;
    color: #fff !important;
}
#postpopupbox input#posttitle, #blogpostpopupbox input#posttitle {
    background: no-repeat;
    border: none;
    margin-top: 0;
    margin-bottom: 10px;
}
.tox.tox-tinymce {
    height: 250px !important;
}
div#prevpostpopupbox .posting small {
    background: #e1edfe;
    padding: 12px 40px;
    font-size: 10px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 10px;
}
@media (min-width:992px) {
    .pg-vertical .product-thumbs-wrap {
        order: -1;
        max-width: 109px;
        margin: 0 1rem 0 0
    }

    .pg-vertical .product-single-carousel {
        max-width: calc(100% - 119px)
    }

    .pg-vertical .product-thumbs {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .pg-vertical .product-thumb {
        margin: 0 0 1rem
    }

    .pg-vertical .thumb-down,
    .pg-vertical .thumb-up {
        display: flex;
        width: 100%;
        height: 2.4rem
    }

    .pg-vertical .thumb-up {
        transform: translateY(-100%)
    }

    .pg-vertical .thumb-up i:before {
        content: ""
    }

    .pg-vertical .thumb-down {
        top: auto;
        transform: translateY(100%)
    }

    .pg-vertical .thumb-down i:before {
        content: ""
    }

    .pg-vertical .product-label-group {
        left: 14rem
    }
}

.product-single.product-sticky-both .p-sticky {
    top: 88px
}

.product-single.product-sticky-both .product-details {
    padding: 0
}

.product-tabs.tab-nav-simple .nav-link {
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #222;
    letter-spacing: 0
}

.social-links {
    display: block; 
    align-items: center;
    justify-content: center;
    width: 100%;
}
.social-btn a {
    display: block;
    border: 1px solid #000;
    padding: 16px 32px;
    text-align: center;
    border-radius: 11px;
    font-size: 20px;
    text-align: left;
    padding-left: 80px;
}
.seller-frelancer .or {
    margin: 20px 0;
}
.seller-message p {
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
    color: #000;
}
.seller-message {
    padding-right: 20px;
}
.social-links.square-link .social-link {
    border-radius: 0
}
.social-btn.google-button a:before, .social-btn.facebook-button a:before, .social-btn.twitter-button a:before {
    margin-right: 10px;
}

.social-btn.twitter-button a {
    background: #1ab2e8;
    color: #fff;
    border-color: #1ab2e8;
}
.or-center span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 4px 6px;
    background: #fff;
    
}
.or-center.no-border:after {
    display: none;
}
.social-links.flex-direction-column a {
    width: auto !important;
    background: transparent;
    border-color: #000;
}
.social-links.flex-direction-column a {
    width: auto !important;
    background: transparent !important;
    border-color: #000 !important;
    text-align: left;
    /* padding: 0 61px !important; */
    text-align: left !important;
    width: 320px !important;
    padding-left: 50px !important;
    color: #000 !important;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}
.social-links.flex-direction-column img {
    width: 21px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 9px;
}
.post-wrapper .user-info p {
    margin-bottom: 10px;
}
.twitterLine img {
    width: 40px;
    margin-right: 10px;
}
video {
    width: 100% !important;
    height: auto;
    border-radius: 15px;
}
.social-links.flex-direction-column{flex-direction: column}
.btn-submit {
    background: #4070ff;
    color: #fff;
    font-weight: 400;
}

.btn-submit   {
    text-align: center;
    padding: 0 0;
}
.signup-box form {
/*    text-align: center;*/
}
.verify-password strong {
    font-weight: 600;
}
input {
    -webkit-appearance: auto !important;
    border: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}
.signup-box button {
    margin-top: 20px;
    border: none;
    border-radius: 65px;
    padding: 14px 31px;
    font-size: 17px;
    display: block;
    width: 100%;
}
.signup-box form input {
    border-radius: 80px;
    border-color: #4070ff;
    border-width: 3px;
    margin-bottom: 0px;
}
.signup-box form {
    padding: 0 0px;
}  
.modal-login {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}

.signup-box p {
/*    text-align: center;*/
}
.back-to-social {
    font-size: 18px !important;
}

.success-registration {
    text-align: center;
    /* width: 200px; */
}

.signup-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) !important;
    left: 50%;
}
.underconstruction > .signup-box {
    transform: translateX(-50%);
}
.signup-box .close:hover {
/*    background: #ebf1fb;*/
    transform: scale(1.2);
}
.form-wizard-steps .active span:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: url('../images/active-check.svg');
    background-size: cover;
}
span#couponmsg {
    padding: 3px 0;
}
span#couponmsg {
    padding: 3px 0;
    padding-left: 0 !important;
}
.cart-box .pro-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.add-address a:hover{text-decoration: none}
.sticky-sidebar > button {
    font-weight: 600 !important;
}
span#couponremove {
    color: #ff0000;
    /* float: right; */
    margin-left: 20px;
    padding: 3px;
}
#messagepopupbox .image-upload {
    margin-left: 53px;
}
div#highlightsDiv > div {
    position: relative;
}
div#highlightsDiv > div  span.close {
    margin: 0 !important;
    padding: 0 !important;
    position: static;
    margin-top: 15px !important;
    margin-right: -40px !important;
}
.flexgrow{flex: 1}
.form-wizard .form-wizard-steps li.active span::before {
    background: #4070ff;
}    
.cart-empty a{width: auto !important}
.after-login-user h4 div a {
    font-weight: 500; 
}
.profile-meta-info p {
    font-weight: 500;
    font-size: 15px !important;
    color: #333;
}
.user-profile-wrapper h4 {
    font-size: 16px !important;
}
.user-name p, .user-name a {
    font-size: 15px !important;
}
a.follower {
    font-size: 13px !important;
    font-weight: 400 !important;
}
.signup-box p {
     color: #545454;
}
.or-center:after {
    content: "";
    width: 90px;
    background: #e1e1e1;
    position: absolute;
    width: 242px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    z-index: 0;
}
.or-center {
    width: auto;
    height: auto;
    background: transparent;
    margin: 10px auto 10px;
    line-height: 35px;
    color: #222;
    border-radius: 50%;
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
    position: relative;
    text-align: center;
}
.store-name {
    cursor: pointer;
}
.new a {
    color: #4070ff;
}

.new {
    text-align: center;
}
.new p {
    margin-bottom: 0;
}
.login-signup-header a:hover {
    text-decoration: underline;
}
.signup-box .close, .login-box .close, .seller-registration-box .close, .close{
    position: absolute;
    right: 16px;
    top: 15px;
    font-size: 25px;
    font-weight: 100;
    opacity: 0.5;
    border: none;
    height: 26px;
    line-height: 25px;
    width: 26px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
a.close:hover {
/*
    background: #4070ff15 !important;
    color: #000 !important;
*/
}
ul.innersidepanel {
    margin-top: 10px !important;
}
.seller-registration-box{position: relative;}
.sell-with-cubesnack .login-box {
    position: relative;
}
a.target-hover:hover {
    text-decoration: underline;
}
.login-signup-header {
    margin-bottom: 20px;
}
.login-box .form-button button {
    border-radius: 11px;
    font-size: 17px;
    box-shadow: 0 0 5px rgb(49 131 255 / 17%);
    font-weight: 500;
    padding: 14px 28px;
}
.login-box-header .popup-inner .close-popup {
    width: 40px !important;
    height: 40px !important;
    font-size: 30px !important;
    line-height: 40px;
    opacity: 0.8;
}
.social-btn.google-button a {
    color: #fff;
    border-color: #db402c;
}
.login-box input[type='text'] {
    border: 1px solid #ccc;
    border-radius: 11px;
    /* padding-top: 0; */
    min-height: 45px;
    /* padding-bottom: 0; */
    /* padding-left: 0; */
    font-size: 20px;
}
button.btn.btn-blue:hover {
    background: #1b6eeb;
    color: #fff;
}
button.btn.btn-outline:hover {
    background: #4070ff17;
    border-color: #4070ff;
    color: #4070ff;
}
.login-box input[type='text']:focus {
    border-color: #324158;
    border-width: 1px;
}
.login-box .form-group label {
    margin-bottom: 10px;
    color: #222;
}
.social-btn.google-button a {
    background: #db402c;
    border-color: #db402c;
    color: #fff;
}
.social-btn.facebook-button a {
    background: #3b5998;
    border-color: #3b5998;
    color: #fff;
}
.social-links.rounded-link,
.social-links.square-link {
    display: flex;
    justify-content: center
}
.form-checkbox {
    margin-top: 13px;
}
.login-box input:checked + label {
    background: none;
    border-radius: 50px;
}
.social-links.rounded-link .social-link,
.social-links.square-link .social-link {
    margin: 5px 15px;
    border: none;
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px
}

.social-links.rounded-link .social-link:not(:hover),
.social-links.square-link .social-link:not(:hover) {
    color: #fff;
    background-color: #e1e1e1
}

.social-links.rounded-link .social-link {
    border-radius: 0.3rem
}

.social-link-active {
    display: flex;
    justify-content: center
}

.social-link-active .social-link {
    border: none;
    margin: 1rem;
    font-size: 26px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #fff
}

.social-link-active .social-facebook {
    background: #3b5998;
    border-color: #3b5998
}

.social-link-active .social-twitter {
    background: #1da1f2;
    border-color: #1da1f2
}

.social-link-active .social-linkedin {
    background: #0073b2;
    border-color: #0073b2
}

.social-link-active .social-email {
    background: #dd4b39;
    border-color: #dd4b39
}

.social-link-active .social-google {
    background: #dd4b39;
    border-color: #dd4b39
}

.social-link-active .social-pinterest {
    background: #bd081c;
    border-color: #bd081c
}

.social-link-active .social-reddit {
    background: #ff4107;
    border-color: #ff4107
}

.social-link-active .social-tumblr {
    background: #304e6c;
    border-color: #304e6c
}

.social-link-active .social-vk {
    background: #6383a8;
    border-color: #6383a8
}

.social-link-active .social-youtube {
    background: #26c;
    border-color: #26c
}

.social-link-active .social-whatsapp {
    background: #3c8a38;
    border-color: #3c8a38
}

.social-link-active .social-xing {
    background: #1a7576;
    border-color: #1a7576
}

.social-link-active .social-instagram {
    background: #7c4a3a;
    border-color: #7c4a3a
}

.social-link {
    margin: 2px 8px 2px 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.5rem;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: inherit;
    transition: color 0.4s, border 0.4s, background 0.4s;
    text-align: center
}

.social-link:last-child {
    margin-right: 0
}

.social-link i {
    letter-spacing: -0.001em;
    line-height: 1
}

.social-link:hover {
    background: #26c;
    border-color: #26c;
    color: #fff
}

.social-link.social-facebook:hover {
    background: #3b5998;
    border-color: #3b5998
}

.social-link.social-twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2
}

.social-link.social-linkedin:hover {
    background: #0073b2;
    border-color: #0073b2
}

.social-link.social-email:hover {
    background: #dd4b39;
    border-color: #dd4b39
}

.social-link.social-google:hover {
    background: #dd4b39;
    border-color: #dd4b39
}

.social-link.social-pinterest:hover {
    background: #bd081c;
    border-color: #bd081c
}

.social-link.social-reddit:hover {
    background: #ff4107;
    border-color: #ff4107
}

.social-link.social-tumblr:hover {
    background: #304e6c;
    border-color: #304e6c
}

.social-link.social-vk:hover {
    background: #6383a8;
    border-color: #6383a8
}

.social-link.social-youtube:hover {
    background: #26c;
    border-color: #26c
}

.social-link.social-whatsapp:hover {
    background: #3c8a38;
    border-color: #3c8a38
}

.social-link.social-xing:hover {
    background: #1a7576;
    border-color: #1a7576
}

.social-link.social-instagram:hover {
    background: #7c4a3a;
    border-color: #7c4a3a
}

.no-border .social-link {
    border: 0;
    line-height: 30px
}

.no-border .social-link:not(:hover) {
    background: transparent
}

.no-backgrond .social-link {
    background-color: none;
    line-height: 30px
}

.no-backgrond .social-link:not(:hover) {
    background: transparent
}

.inline-links .social-link {
    display: inline-block;
    margin-right: 2rem;
    width: auto;
    height: auto;
    border: 0;
    color: inherit
}

.inline-links .social-link:not(:last-child) {
    margin-right: 2rem
}

.inline-links .social-link:hover {
    background: transparent
}

.inline-links .social-link.social-facebook:hover {
    color: #3b5998
}

.inline-links .social-link.social-twitter:hover {
    color: #1da1f2
}

.inline-links .social-link.social-linkedin:hover {
    color: #0073b2
}

.inline-links .social-link.social-email:hover {
    color: #dd4b39
}

.inline-links .social-link.social-google:hover {
    color: #dd4b39
}

.inline-links .social-link.social-pinterest:hover {
    color: #bd081c
}

.inline-links .social-link.social-reddit:hover {
    color: #ff4107
}

.inline-links .social-link.social-tumblr:hover {
    color: #304e6c
}

.inline-links .social-link.social-vk:hover {
    color: #6383a8
}

.inline-links .social-link.social-whatsapp:hover {
    color: #3c8a38
}

.inline-links .social-link.social-xing:hover {
    color: #1a7576
}

.inline-links .social-link.social-instagram:hover {
    color: #7c4a3a
}

.social-link-template .inline-links .social-link {
    font-size: 24px;
    margin: 3px 19px
}

.social-link-template .inline-links .social-link:not(:hover) {
    color: #999
}

.social-default .social-link {
    width: 45px;
    height: 45px;
    margin: 3px 7.5px;
    line-height: 45px;
    font-size: 24px
}

.social-default .social-link:not(:hover) {
    color: #999
}

.tab-content {
    background-color: transparent
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item:hover .nav-link {
    color: #222
}

.nav-link {
    display: block;
    margin-bottom: -0.1rem;
    padding: 1.6rem 0.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    border-radius: 0;
    border: 0;
    transition: border 0.35s, color 0.35s, background-color 0.35s
}

.nav-link-with-img {
    position: relative;
    margin-bottom: -4px;
    height: 100%;
    padding: 1.5rem 0 2rem
}

.nav-link-with-img figure {
    height: 7.4rem;
    width: 12.1rem
}

.nav-link-with-img .img-cat-title {
    position: absolute;
    bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    min-width: 12.1rem
}

.nav-link-with-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 4px solid #26c;
    transform: scaleX(0) translateX(-50%);
    transform-origin: left;
    transition: transform 0.3s
}

.nav-link-with-img.active:after,
.nav-link-with-img:hover:after {
    transform: scaleX(1) translateX(-50%)
}

.nav-item:not(:last-child) {
    margin-right: 2.5rem
}

.nav-fill .nav-item {
    flex: 1
}

.tab-content {
    position: relative
}

.tab-content > .tab-pane {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0 !important;
    opacity: 0;
    z-index: -1;
    transition: visibility 0.3s, opacity 0.3s
}

.tab-content > .tab-pane:not(.active) {
    overflow: hidden;
    visibility: hidden
}

.tab-content > .active {
    position: relative;
    height: auto !important;
    opacity: 1;
    z-index: auto
}

.tab-pane {
    padding: 2.3rem 0;
    line-height: 1.72;
    color: #324158
}

.tab-pane p {
    line-height: 1.72
}

.tab-nav-simple .nav-link {
    border-bottom: 2px solid transparent;
    background-color: transparent;
    color: #666
}

.tab-nav-simple .nav-item .nav-link.active,
.tab-nav-simple .nav-item.show .nav-link,
.tab-nav-simple .nav-item:hover .nav-link {
    border-bottom-color: #26c
}

.tab-nav-center .nav {
    justify-content: center
}

.tab-nav-right .nav {
    justify-content: flex-end
}

.tab-nav-boxed .nav-item {
    margin-right: 0
}

.tab-nav-boxed .nav-link {
    padding-left: 2.4rem;
    padding-right: 2.4rem
}

.tab-nav-round .nav-item:not(:last-child) {
    margin-right: 2px
}

.tab-nav-round .nav-link {
    margin-bottom: 0;
    border-radius: 2.3rem;
    background-color: #f2f3f5
}

.tab-nav-round .nav-tabs {
    border-bottom: 0
}

.tab-boxed .tab-pane {
    padding-left: 2rem;
    padding-right: 2rem
}

.tab-outline .tab-content {
    border: 1px solid #ebebeb
}

.tab-outline .nav-tabs {
    border-bottom: 0
}

.tab-outline .nav-link {
    padding-top: 1.4rem;
    padding-bottom: 1.5rem;
    border: 1px solid transparent;
    border-top-width: 2px
}

.tab-outline .nav-item .nav-link.active,
.tab-outline .nav-item.show .nav-link,
.tab-outline .nav-item:hover .nav-link {
    border-color: #ebebeb;
    border-top-color: #26c
}

.tab-outline2 .nav {
    position: relative;
    z-index: 1
}

.tab-outline2 .tab-content {
    border: 1px solid #ebebeb
}

.tab-outline2 .nav-tabs {
    border-bottom: 0
}

.tab-outline2 .nav-link {
    padding: 1.5rem 2.4rem;
    border: 1px solid transparent
}

.tab-outline2 .nav-item .nav-link.active,
.tab-outline2 .nav-item.show .nav-link,
.tab-outline2 .nav-item:hover .nav-link {
    border-color: #ebebeb;
    border-bottom-color: #fff
}

.tab-vertical {
    display: flex
}

.tab-vertical .nav-tabs {
    flex-flow: column nowrap;
    width: 27.8%;
    border: 0;
    border-right: 2px solid #ebebeb
}

.tab-vertical .tab-content {
    flex: 1
}

.tab-vertical .nav-item {
    margin-right: 0
}

.tab-vertical .nav-link {
    position: relative;
    margin-right: -2px;
    padding-left: 2rem;
    width: calc(100% + 2px);
    border: 0;
    text-align: left
}

.tab-vertical .nav-link:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 2px;
    height: calc(100% - 6px);
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    z-index: 1
}

.tab-vertical .tab-pane {
    padding: 1.7rem 2rem
}

.tab-vertical.tab-simple .nav-link {
    margin-right: -2px
}

.tab-vertical.tab-simple .nav-link:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 2px;
    height: calc(100% - 6px);
    top: 50%;
    transform: translateY(-50%) scale(0);
    background-color: transparent;
    transition: transform 0.3s;
    z-index: 1
}

.tab-vertical.tab-simple .nav-item .nav-link.active,
.tab-vertical.tab-simple .nav-item.show .nav-link,
.tab-vertical.tab-simple .nav-item:hover .nav-link {
    color: #26c
}

.tab-vertical.tab-simple .nav-item .nav-link.active:after,
.tab-vertical.tab-simple .nav-item.show .nav-link:after,
.tab-vertical.tab-simple .nav-item:hover .nav-link:after {
    background-color: #26c;
    transform: translateY(-50%) scale(1)
}
.homeowner-module__ctaContainer___fH07F {
    position: -webkit-sticky;
    position: sticky;
    bottom: 26px;
    position: sticky;
    bottom: 0;
    background: #ffffff61;
    z-index: 99;
    padding: 12px 0;
    /* padding-bottom: 0; */
    backdrop-filter: blur(5px);
}
.comments-list {
    list-style: none !important;
}
.comments-list img {
    border-radius: 50%;
}
.additional-detail b {
    padding: 0px 0;
    display: block;
}
.comment-rating .a-rating {
    margin-top: 24px;
    margin-left: 21px;
    font-weight: 600;
    font-size: 17px;
}
.cam-send img {
    width: 30px;
    border-radius: 0;
    margin-top: 7px;
}
.cam-send.d-flex {
    align-items: center;
}
.action-btn.actionBtnWidth button.btn.btn-blue-bg:hover {
    background: #126ef9;
   
}

.left-panel.kapil .login a:first-of-type:hover{ background: #126ef9 !important;}
.left-panel.kapil .login a:hover{ background:#4070ff !important; color: #fff}
.action-btn.actionBtnWidth button.btn.btn-blue-outline:hover {
    background: #4070ff;
    color: #fff;
     border-color:#4070ff !important; 
}
/*
.seller-account button .fd_btn2_solid_dark_img {
    filter: brightness(0) invert(1);
    width: 25px;
    position: absolute;
    right: -25px;
    top: calc(50% - 0px);
    opacity: 0;
    transform: translateY(-50%) translateX(15px);
    transition: all 0.5s ease-in-out;
}
.seller-account button:hover  span {
    transform: translateX(-10px);
}
.seller-account button:hover .fd_btn2_solid_dark_img {
    transform: translateY(-50%) translateX(0px);
    opacity: 1;
}
*/
.comment-user {
    margin-bottom: 0;
    font-size: 25px;
}
.mail {
    margin-bottom: 10px;
}
.comment-content.mb-5 {
    margin-top: 30px;
}
.comment-rating.ratings-container .ratings:before {
    color: #dd960d;
}
.comment-rating .rating {
    font-size: 66px;
    font-weight: 600;
    color: #3182ff;
}
.comment-rating .ratings-full {
    font-size: 16px;
}
.ratings-container > span {
    font-size: 19px;
    margin-top: 6px;
    margin-left: 9px;
    font-weight: 500;
}
.action-btn button {
    flex: 1;
    margin: 0 10px;
    border-radius: 11px;
}
.action-btn {
    display: flex;
}

button.btn.btn-blue-bg {
     background: #4070ff;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    border: 1px solid #4070ff;
    font-weight: 400;
    border-radius: 8px;
}
.user-profile .cover-menu-new {
    top: 17px;
}
.user-profile .view-profile.share-profile a img {
    width: 20px !important;
}
.user-profile .manage-store img {
    width: 60px;
}
.user-profile h2 {
    font-size: 25px;
}
button.btn.btn-blue-outline {
    border: 2px solid #4070ff;
    background: #fff;
    color: #4070ff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
}
.similar-item {
    border-top: 5px solid #f1f1f1;
    padding-top: 50px !important;
    display: block;
    padding-bottom: 50px !important;
}
#review-main{
    background: #fff;
    padding: 40px 0px; 
    margin-top:0px;
    border-top: 5px solid #f1f1f1;
}
#protection{
    background: #fff;
    padding: 50px 0px; 
    margin-top:0px;
/*    border-top: 5px solid #f1f1f1;*/
}
#product-description{
    background: #fff;
    padding: 50px 0px; 
    margin-top:0px;
    border-top: 5px solid #f1f1f1;
}
#product-highlight{
    background: #fff;
    padding: 50px 0px; 
    margin-top:0px;
    border-top: 5px solid #f1f1f1;
}
#sold-by-wrapper{
    background: #fff;
    padding: 50px 0px; 
    margin-top:0px;
    border-top: 5px solid #f1f1f1;
}
section#product-description label, section#product-highlight label {
    font-size: 2.4rem;
}
.single-product .action-btn button.btn.btn-blue-outline {
    border: 2px solid #000;
    color: #000;
}
.product-details .usp small b {
    color: #000;
    font-weight: 700;
}
#user-page-article h2 {
    color: #fff;
    font-size: 16px;
}
#user-page-article .text-box label {
    font-size: 12px;
    color: #04cc04;
    background: #04cc0424;
    border-radius: 35px;
    padding: 3px 7px;
    margin-top: 10px;
}
.post-text {
/*
    border: 1px solid #cccccc17;
    border-radius: 15px;
    padding: 15px;
*/
}
.post-text img{
    border-radius: 10px 10px 0 0;
}
#user-page-article h2 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-bottom: 0;
}
.dragable-carousel{
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    cursor: grab;
    gap: 10px;
    padding: 10px;
}
.dragable-carousel .item.lightgallery {
    flex-shrink: 0;
    border-radius: 10px;
    pointer-events: none;
    user-select: none;
}
.blog-main-image .owl-carousel-home-feed img {
    border-radius: 11px;
    max-height: 213px;
    /* max-width: fit-content; */
    width: auto !important;
    object-fit: contain;
    object-position: left;
}
.owl-carousel.owl-theme.owl-carousel-home-feed .owl-stage {
    width: auto !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.owl-carousel.owl-theme.owl-carousel-home-feed .owl-item {
    min-height: 1px;
    float: left;
    width: 49% !important;
    margin: 0 !important;
}
#feed-detail-wrapper-main .article-feed .blog-main-image img {
    width: 100% !important;
}
.article-feed .blog-main-image.mb-10.bolg-secton.blog-feed {
    padding: 0 !important;
    margin: 0 20px 0px !important;
}
#feed-detail-wrapper-main .article-feed .blog-main-image {
    margin-bottom: 15px !important;
}
.mentions a:hover, .hashtags a:hover{
    text-decoration: none !important;
}
#social-popup div#imageCarousel {
    border: 1px solid #3241585c;
    border-radius: 12px;
}
#social-popup div#imagePreviewBox .close-btn, div#imagePreviewBox-repost .close-btn {
    right: -6px;
    background: #56565630;
    top: -11px;
}
#download-app-popup {
    position: fixed;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100vh;
    background: #21212170 !important;
    backdrop-filter: blur(10px);
}
#download-app-popup #download-app-popup-inner {
    background: url(https://www.jumpspree.com/public/images/app-download-bg.png) #000;
    height: 562px;
    width: 500px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    background-size: contain;
    background-repeat: repeat-x;
    border-radius: 10px;
    padding: 20px 50px;
    text-align: center;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 0;
    background-position: 0 -50px;
    overflow: hidden;
}
#download-app-popup #download-app-popup-inner .download-btns a:hover{color: #fff;}
#download-app-popup #download-app-popup-inner .download-btns {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
#download-app-popup #download-app-popup-inner .download-btns a {
    border: 1px solid #5b32ff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 35px;
    font-weight: 600;
}
#download-app-popup #download-app-popup-inner p {
    color: #adadad;
    font-size: 13px;
    
}
#download-app-popup #download-app-popup-inner h2 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Rubik", sans-serif !important;
}
#download-app-popup #download-app-popup-inner p
 {
    color: #adadad;
    font-size: 12px;
     line-height: 20px;
}
#download-app-popup #download-app-popup-inner .download-btns a:hover {
    background: #3131315e;
}


@media(max-width:768px){
#download-app-popup {
    z-index: 99999999;
}
#download-app-popup #download-app-popup-inner {
    height: 100vh;
    width: 100%;
    border-radius: 0;
    padding: 50px 20px;
    padding-bottom: 0;
    box-sizing: border-box;
}
    
#download-app-popup #download-app-popup-inner .ss {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
}    
    button.btn.btn-blue-bg , button.btn.btn-blue-outline {
font-size: 13px;
    }
}
.seller-account button {
    font-size: 18px;
    font-weight: 400;
    border-radius: 11px;
    margin-bottom: 25px;
}
.sailer-image {
    margin-right: 10px;
    align-items: center;
    display: flex;
}
.sailer-about h2 {
    margin-bottom: 0rem;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 700;
}
.sailer-about p {
    margin-bottom: 0;
    font-size: 12px;
}
.follow {
    border: 1px solid #324158;
    padding: 2px 13px;
    color: #324158;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 12px;
}
.seller-bio {
    margin-left: 66px;
    margin-top: 15px;
}
.seller-bio h2 {
    font-size: 15px;
    font-weight: 600;
}
.see-more a {
    color: #324158;
    font-weight: 500;
}
.seller-bio .see-more a {
    color: #324158;
}
.sailer-image  img{width: 55px !important}
.sailer-about h2 {
    margin-bottom: 0rem;
    margin-top: 0px;
    font-size: 20px;
}
.sailer-about p {
    margin-bottom: 0;
}
.sold-by .sailer-image img{
    width: 50px !important;
    background: #000;
    margin-top: 0px;
}

.sold-by button.btn.btn-blue-outline {
    border: none;
    background: #F1F1F1;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    border-radius: 11px;
    margin-bottom: 10px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
}
.sold-by button.btn.btn-blue-outline:hover {
    background: #f1f1f1;
    border: 1px solid #d6d6d6 !important;
    transition: none;
}
.report {
    color: #4070ff;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    margin-top: 21px;
    display: block;
}
.report img {
    width: 13px;
    margin-right: 4px;
}
.sold-by p {
    margin-bottom: 5px;
}

.seller-account button img {
    width: 25px;
    margin-right: 5px;
}
.seller-account button {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    padding-left: 21px !important;
    padding-right: 10px !important;
}
.seller-account button img.white-arrow {
    margin: 0 !important;
    float: right;
}
.product-meta {
    font-size: 15px;
    font-weight: 500;
}
.sold-by .seller-account {
    margin-left: 90px;
}
a.link-to-tab.rating-reviews {
    text-decoration: underline !important;
}
.sailer-about .ratings-full:before {
    font-size: 15px;
}
.sailer-about  .ratings {
    font-size: 15px;
}
.sailer-about .ratings:before {
    color: #fbb03b;
}
.follower span {
    font-weight: 700;
}
.follower .dot {
    font-size: 35px;
    margin: 0 15px;
}
.pro-image {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 7px;
    margin-top: 5px;
}
.pro-image img {
    width: 70px;
}
.cubesnack-protection h3 {
    margin: 0;
}
.cubesnack-protection p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0.4rem;
    margin-top: 5px;
}
.cubesnack-protection a {
    font-size: 15px;
}
.additional-detail div {
    font-size: 15px;
}
.cubesnack-protection {
    width: 613px;
    margin-bottom: 0px;
}
.wizard-fieldset .dropZoneContainer > img {
    width: auto !important;
    max-width: 23px;
    background: #fff;
    border-radius: 50%; 
    padding: 0;
    margin: 3px 3px;
}
.wizard-fieldset .dropZoneContainer > img:hover {
    transform: scale(1.1);
}
ul.list-unstyled.form-wizard-steps {
    padding-left: 0;
}
.wizard-fieldset .dropZoneOverlay img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
#freelancerstep2 .content-upload p {
    color: #000;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 15px;
}
#freelancerstep2 .content-upload p span{
    color: #000;
    font-weight: 500;
}
.uploaded-pic img {
    border-radius: 5px;
}
.comment-rating button.btn.btn-blue-outline {
    border-radius: 11px;
    font-weight: 600;
}
.inner-page .header-middle.sticky-header.fix-top.sticky-content .header-search.hs-simple{display: block;}
.inner-page .header-middle .icon-box-title {
    color: #000;
}
.inner-page .header-middle.sticky-header a.icon-box.icon-box-side.create-account{border: 2px solid #000;}
.seller-account button {
    display: block;
    width: 100%;
}
.colors a img {
    width: 70px;
    border: 2px solid #ccc;
    padding: 13px 0px;
    border-radius: 15px;
}
.inner-page .dropdown.cart-dropdown.type2 img {
    height: 26px;
    filter: invert(0);
}
.hamburger {
    display: none;
}
.profile-menu {
    position: fixed;
    top: 0;
/*    z-index: 999999999;*/
    background: #fff;
    bottom: 0;
    overflow-y: auto;
}

.profile-menu{display: none;}  
.promotion-box.d-flex.align-items-center.active {
    border: 2px solid #4070ff;
}
.hgi-home-01{position: relative; top:2px}
.swiper.mySwiper .swiper-wrapper.Landscape .swiper-slide img {
    max-height: 259px !important;
    max-width: 47vw !important;
    min-height: 259px;
    object-fit: cover;
}
.swiper.mySwiper .swiper-wrapper.Vertical .swiper-slide img {
    max-height: 200px !important;
    min-width: 148px !important;
    object-fit: cover !important;
    height: 200px;
    width: auto;
}
i.hgi.hgi-stroke.hgi-message-02 {
    position: relative;
    top: 3px;
}
.post-single-image .swiper-wrapper {
    display: block;
}
.post-single-image .swiper-slide {
    margin-right: 0;
}
.widget-feed {
    margin-top: 2px;
    margin-bottom: 15px;
}
#supportUrl > span {
    gap: 12px;
}
div#uploadProgressBar {
    transition: all 0.5s ease !important;
}
div#uploadProgressBar {
    transition: all 0.5s ease !important;
    font-size: 0px;
    line-height: 16px !important;
    background: #6e12ff !important;
}
div#uploadProgressContainer > div {
    height: 7px !important;
    border-radius: 0 !important;
    background: #555353 !important;
}
div#uploadProgressContainer {
    padding: 0 !important;
}

.email-box .fig {
    width: 35px;
    height: 35px;
}
.email-box .fig img{height: 100%; object-fit: cover;}
.hgi-bookmark-check-02 {
    color: #ff44a8;
}
i.hgi.hgi-stroke.hgi-view{font-weight: 500;}
.profile-drop-down i.hgi {
    font-weight: 500;
    font-size: 18px !important;
}
.save-bookmark i.hgi.hgi-stroke.hgi-bookmark-02 {
    font-weight: 500;
}
.post-single-image video, .repost-social .repost-wrapper video {
    max-height: calc(100vh - 120px);
    width: 100%;
    max-height: calc(100vh - 120px);
    width: auto !important;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    border: 1px solid #3c3c3c !important;
} 
#social-popup div#videoPreviewContainer {
    position: relative;
    width: auto;
    display: inline-block;
}
#social-popup .video-preview-box video {
    width: 100% !important;
    height: auto;
    border-radius: 15px;
    max-height: calc(100vh - 200px);
    max-height: calc(100vh - 120px);
    width: 100%;
    max-height: calc(100vh - 410px);
    width: auto !important;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
/*    border: 1px solid #3c3c3c !important;*/
    margin-left: 0;
    margin-bottom: 25px;
}
#feed-detail-wrapper .post-single-image video {
        max-height: calc(100vh - 260px);
    }
.repost-btn.share-post .drop-down-menu-share ul li:last-child {
    display: none !important;
}
#user-page-article .post-text {
    border: 1px solid #ffffff30;
    border-radius: 12px;
}
#user-page-article .post-text .text-box {
    padding: 10px;
}
#user-page-article .post-text .text-box h2 {
    font-size: 14px;
}
.publish-on {
    margin-top: 5px;
}

.publish-on span {
    font-size: 12px;
    color: #b8b8b8;
}
#user-page-private .user-page-media-inside.email-verification.after-login {
    border: none;
}
#user-page-private .private-post {
    border: 1px solid #ffffff21;
    padding: 20px;
    border-radius: 15px;
}
#user-page-private .admin-wrapper .admin img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.private-post .see-all .followed-by {
    padding: 0 !important;
    margin: 0;
    border: none;
}
.private-post-head a.bordered {
    border: 1px solid #ffffff21;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 25px;
    margin-right: 15px;
}
.private-post .post-text {
    margin: 15px 0;
}
.private-post .admin-wrapper {
    color: #fff;
}
.private-post .admin-wrapper .admin {
    align-items: center;
    margin-right: 25px;
    color: #b8b8b8;
}
.admin-wrapper .admin img {
    margin-right: 8px;
}

#user-page-private .admin-message p{margin-bottom: 0}
#user-page-private .admin-message{margin-top: 15px}

.private-post-head a.underline {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}
.private-post .see-all .followed-by a {
    font-size: 12px;
    text-decoration: underline;
}
.private-post .followed-by .user:first-child{
    margin-left: 0
}
.private-post .followed-by .user + .user {
    margin-left: -25px;
    width: 45px;
}
#user-page-private .email-box {
    border-bottom: none !important;
} 
.see-all .followed-by .d-flex {
    padding-left: 0;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

@media (max-width:767px) {
.hashtag-link {
    margin-bottom: 5px !important;
    display: inline-block;
}
.post-area {
    background: #0a0a0a !important;
    background: #000 !important;
}    
.box-user-container .user-page-media-inside.email-verification.after-login {
    margin: 0 !important;
}
#user-page-repost .post-area.no-border.hashtagopen {
    padding: 140px 0 !important;
}    
.box-user-container {
    min-height: 720px;
}    
div#uploadProgressContainer > div {
    height: 3px !important;
}
#feed-detail-wrapper .post-single-image video {
        max-height: calc(100vh - 145px);
    }
#feed-detail-wrapper .post-single-image {
        padding: 0 0;
    }    
div#uploadProgressContainer {
    z-index: 9999999999999 !important;
}    
#social-popup    div#videoPreviewContainer {
    position: relative;
    width: auto;
    display: inline-block;
}
#social-popup .video-preview-box video {
    width: 100% !important;
    height: auto;
    border-radius: 15px;
    width: 100%;
    max-height: calc(100vh - 330px);
    width: auto !important;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    border: 1px solid #3c3c3c !important;
    margin-left: 20px;
    margin-bottom: 20px;
}
.post-single-image video {
    max-height: calc(100vh - 120px);
    width: 100%;
    max-height: calc(100vh - 120px);
    width: auto !important;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    border: 1px solid #3c3c3c !important;
}    
.user-profile-tabbing.sticky-target.scroll-to-fixed-fixed {
    border-radius: 0 !important;
}    
.swiper.mySwiper .swiper-wrapper.Landscape .swiper-slide img {
    min-height: 180px;
    object-fit: cover;
}    
.widget-feed{display: none;}    
i.hgi.hgi-stroke.hgi-message-02 {
    position: relative;
/*    top: -5px;*/
/*    font-size: 20px;*/
    top: -6px;
    font-size: 21px;
}
i.hgi.hgi-stroke.hgi-plus-sign-square {
    position: relative;
/*    top: -5px;*/
/*    font-size: 20px;*/
        top: -6px;
        font-size: 21px;
}    
.swiper.mySwiper .swiper-wrapper.Landscape .swiper-slide img {
    max-height: 259px !important;
    max-width: 80vw !important;
}    
i.hgi.hgi-stroke.hgi-home-01 {
    font-size: 20px;
    float: left;
    position: relative;
    top: -6px;
}    
.owl-carousel.owl-theme.owl-carousel-home-feed .owl-item {
    width: 48% !important;
}
.owl-carousel.owl-carousel-home-feed .owl-item img{
        aspect-ratio: 1 / 1;
        width: 100% !important;
        height: 100% !important;
}
    
.swiper-slide img {
/*    max-width: 81vw;*/
}
    .swiper-wrapper.Landscape{
        max-width: 81vw;
        margin-left: 0 !important;
    }
.swiper-wrapper.Landscape.tw-images {
        max-width: 100vw;
    }    
.swiper.mySwiper .swiper-wrapper.Vertical img {
    max-height: 200px !important;
    width: 40vw !important;
    object-fit: cover;
}    
body.dark-mode body {
    background: #000 !important;
}    
button.btn.btn-blue-bg {
    padding: 10px;
}
body.dark-mode button.btn.btn-blue-bg {
    background: #4070ff;
}    
.promote-top p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.promotion-box.d-flex.align-items-center.active {
    border: 2px solid #4070ff;
}    
body.dark-mode  .promote-top p {
    color: #fff;
}   
.promotion-wrapper .seller-form-btn {
    padding: 1px 10px;
}    
#postpopupbox .add-post, #blogpostpopupbox .add-post {
    margin: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
}    
#postpopupbox .add-post, #blogpostpopupbox .add-post {
    margin: 0px auto !important;
    height: 100%;
}    
#postpopupbox .add-post > div, #blogpostpopupbox .add-post > div, #blog-preview .add-post > div {
    padding: 10px 10px !important;
}
.after-login-user.d-flex {
    display: none !important;
}
    .hide-on-mob{display: none;}    
    .seller-setting, .payment-method{display: none}    
#addpostblogform .add-post .message-box {
    flex: 1;
}
div#new-blog-header1 {
    display: none;
}
    
form#addpostblogform {
    height: 100%;
}
.post-popup {
    width: 100%;
    display: block;
    bottom: 0;
}    
body.dark-mode .profile-menu {
    background: #000;
    z-index: 999;
}
    
    .profile-menu-inner h5 {
        margin-right: 25px;  
    margin-bottom: 0;
    }    
body.dark-mode .profile-menu-inner h5 {
/*        border-bottom: 1px solid #ffffff33;*/
        color: #fff;
  
    }    
body.dark-mode    .profile-menu-inner li a span:first-child {
        color: #fff;
    }
body.dark-mode .profile-menu-inner i {
        color: #fff;
    }    
    
body.dark-mode .profile-heading h2 {
        color: #fff;
    }
    
body.dark-mode .left-panel {
        background: #000 !important;
        box-shadow: none;
/*        border-top: 1px solid #1f1f1f;*/
        border: 1px solid #1f1f1f;
    border-radius: 15px;
    }    
body.dark-mode .screen-mode-footer {
    background: #1f1f1f;
}    
body.dark-mode .screen-mode-footer h2 {
        color: #fff;
    }    
body.dark-mode .screen-mode-footer li {
        color: #fff;
    }    
body.dark-mode .swicher label {
        background: #5a5a5a;
    }
body.dark-mode li.light-mode span.route_title span i {
    color: #fff !important;
}
body.dark-mode li.light-mode.active a span.route_title span {
        background: #1f1f1f;
    } 
body.dark-mode .fa-brightness:before {
    content: "\f186";
    font-weight: 700;
}    
body.dark-mode .header-middle {
        background: #000 !important;
    }
body.dark-mode .mobile-header-menu a {
    color: #fff;
}    
.contents-detail .bwp-single-product .woocommerce-product-gallery .slick-slide .img-thumbnail {
    margin-left: 10px;
}    
    
.profile-menu{display: block;}  
.profile-sign-in button.btn-primary{
    width: 100%;
    background: #4070ff;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
}
    
.profile-sign-in button.btn-outline{
        width: 100%;
        background: #fff;
        border: none;
        border-radius: 8px;
        font-weight: 500;
        font-size: 13px;
        color: #fff !important;
        border: 1px solid #324158;
        background: transparent !important;
        border-color: #fff;
} 
    .profile-sign-in button.btn-outline:hover{border-color: #fff !important}
.profile-header {
    display: flex;
}
    
.profile-menu .profile-header {
        flex-direction: column;
    }  
.profile-menu .stats {
    border-top: none !important;
    border-bottom: 1px solid #ffffff21;
    padding: 15px 35px;
    padding-top: 0 !important;
    padding-left: 10px !important;
}    
.profile-menu .edit-profile-section {
        padding: 5px 10px;
    }    
.profile-menu .after-login-profile .profile-header {
        padding: 0 10px 5px !important;
    }    
.profile-menu  .after-login-profile .profile-name p {
        font-size: 12px;
    }    
.profile-menu .after-login-profile .edit-profile-section {
        padding: 0 10px 15px;
    }    
.profile-menu .stats{
        border-bottom: none !important
    }    
.profile-logo {
    width: 50px;
}
.profile-header .profile-logo {
        width: 50px;
        height: 50px;
    }    
.profile-logo img {
    border-radius: 50%;
}
.profile-header .profile-logo img{
        height: 100%;
    }      
.share-profile a {
        color: #d4d4d4;
        border: 1px solid #d4d4d4;
        font-size: 11px;
        border-radius: 25px;
        padding: 5px 9px;
        margin-top: 12px;
}
.user-profile .share-profile a {
        color: #808080;
}
    
    
.profile-header .share-profile a {
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex !important;
    align-items: center;
    max-width: 30px;
}    
.profile-header .share-profile a  img{margin: 0 !important}    

.share-profile a img {
    width: 10px;
}
.after-login-profile {
    border: 1px solid #ffffff21;
    border-radius: 15px;
/*    overflow: hidden;*/
}
.after-login-profile .profile-name h4 {
        margin-top: 6px;
        font-size: 15px;
        margin-top: 7px !important;
}
.after-login-profile .profile-name p {
    color: #d4d4d4;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 14px;
}
body.light-mode .after-login-profile .profile-name p {
    color: #324158;
}
body.light-mode .profile-header .share-profile img {
    filter: invert(1);
}    
body.light-mode .share-profile a{
    border: 1px solid #324158 !important;
}    
body.light-mode .after-login-profile .stat h5 {
    color: #000 !important;
    font-weight: 500;
}    
body.light-mode .after-login-profile .stat p{color: #324158 !important}    
body.light-mode .after-login-profile .edit-profile-section button.edit-btn.edit-brand {
    color: #324158;
}
.share-profile {
    margin-top: 13px;
}    
.after-login-profile .stats {
    border-top: 1px solid #ffffff21;
    border-bottom: 1px solid #ffffff21;
    padding: 15px 35px;
}
.after-login-profile .stats .stat h5 {
    margin-bottom: 0;
    font-weight: 800;
    color: #000;
    font-size: 24px;
}
.after-login-profile    .stats .stat h5, .after-login-profile .stats .stat p {
        color: #d4d4d4;
        font-weight: 600;
    }    
.after-login-profile .stats .stat h5, .after-login-profile .stats .stat p {
    color: #fff;
} 
.after-login-profile .stats .stat p {
        margin-bottom: 0;
        font-size: 10px;
    }
.after-login-profile    .share-profile a img {
        width: 10px;
        margin-right: 2px;
        margin-top: -3px;
    }    
.after-login-profile .profile-menu-inner h5 {
    font-size: 12px;
    white-space: nowrap;
}    
   
.after-login-profile .profile-name {
    flex: 1;
} 
.after-login-profile .profile-name h4, .after-login-profile.profile-name p {
    color: #fff;
    margin: 0;
}
body.light-mode .after-login-profile .profile-name h4, .after-login-profile.profile-name p {
    color: #000;
    margin: 0;
}
.after-login-profile .edit-profile-section {
    display: flex;
    flex-direction: column;
    padding: 15px 15px;
}
.after-login-profile .edit-profile-section button {
        background: no-repeat;
        border: 1px solid #838383;
        color: #fff;
        padding: 8px 0;
        border-radius: 8px;
        font-size: 12px;
        margin-bottom: 10px;
}
.edit-profile-section button.edit-btn.edit-brand img {
    width: 20px;
    margin-right: 6px;
    margin-top: -2px;
}
    #account-setting ul{margin-bottom: 0;}    
.after-login-profile .stats .stat p {
    margin-bottom: 0;
}
.jumpspree-more span {
    text-align: left;
}
#account-setting .lock-icon img {
    filter: invert(1);
}
#account-setting li.bluecube-icon a {
    align-items: flex-start;
    margin: 0;
    padding: 0;
}    
#account-setting .lock-icon {
    margin-right: 6px;
}
#account-setting .bluecube-icon .manage-btn {
    color: #fff;
    white-space: nowrap;
}    
#account-setting .bluecube-icon p {
    margin: 0;
    color: #fff;
    font-size: 9px;
    line-height: 15px;
}
    
div#account-setting ul:first-child, #app-menu, #about-menu{
    background: #252525;
    padding: 10px 14px;
    border-radius: 15px;
}
body.light-mode div#account-setting ul:first-child {
        background: #eaeaea;
    }    
.profile-menu-inner .meu-tabbing.d-flex {
    border: none !important;
}    
div#account-setting ul li:last-child a, #app-menu li:last-child a, #about-menu  li:last-child a {
    border: none;
}

div#account-setting ul li a, #app-menu  li a, #about-menu  li a {
    border-bottom: 1px solid #3c3c3c;
}    
.profile-menu-inner h5.active:after{display: none !important}    
.profile-menu-inner .meu-tabbing h5 {
    padding: 0;
    padding: 7px 12px;
    font-size: 12px;
    border-radius: 9px;
    margin-right: 0;
}
.meu-tabbing .active {
    background: #252525;
}
body.light-mode .meu-tabbing .active {
    background: #252525;
}
    
    #account-setting li.bluecube-icon {
        background: rgb(110, 18, 255);
        background: linear-gradient(90deg, rgba(110, 18, 255, 1) 0%, rgba(78, 72, 255, 1) 100%);
        padding: 12px;
        border-radius: 8px;
        margin-bottom: 40px;
        margin-top: 10px;
    }
 #account-setting li.bluecube-icon img{
    width: 30px !important;
    margin-top: 2px !important;
}    
#account-setting .manage-btn {
    padding: 5px 10px;
}
#account-setting .route_title {
        font-size: 11px;
    }
#account-setting .jumpspree-more {
    padding-right: 10px;
}    
  #account-setting  li.bluecube-icon .white-check img {
    width: 100% !important;
}    
.after-login-profile .stat {
    text-align: center;
}    
.after-login-profile .edit-profile-section button:last-child {
    margin-bottom: 0;
}
.after-login-profile .edit-profile-section button.edit-btn.edit-profile {
    background: rgb(110, 18, 255);
    background: linear-gradient(90deg, rgba(110, 18, 255, 1) 0%, rgba(78, 72, 255, 1) 100%);
    border: 1px solid #000;
}    
.after-login-profile .profile-header {
    padding: 0 10px 15px !important;
}
 .after-login-profile   .profile-header {
        padding: 0 10px;
        align-items: flex-start;
    }    
.profile-logo {
        margin-top: -16px;
        border: 3px solid #000;
        border-radius: 50%;
        margin-right: 5px;
} 
.profile-menu .profile-logo {
        background: #000;
    }    
body.light-mode .profile-logo {
        border: 3px solid #ffffff;
}    
.profile-sign-in button.btn-primary{
    width: 100%;
    background: rgb(110, 18, 255);
    background: linear-gradient(90deg, rgba(110, 18, 255, 1) 0%, rgba(78, 72, 255, 1) 100%);
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
}    
.profile-sign-in {
    justify-content: space-between;
    display: flex;
    gap: 15px;
}
.profile-heading h2 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 25px !important;
}    
.profile-heading  li span.route_title span {
    width: 35px;
    height: 35px;
    margin-top: -6px;
}
.profile-header .share-profile {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }    
.profile-header .share-profile a {
    background: none;
    display: block;
}    
.profile-menu {
    padding: 10px 10px !important;
}    
.profile-sign-in button {
    width: 49%;
    padding: 13px 0;
    font-weight: 400;
    border-radius: 5px;
    /* justify-content: space-between; */
    margin: 0;
}    
.header-middle {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
    
.header-left .logo {
        width: 90px;
    }    
    .tab-vertical {
        flex-flow: column nowrap
    }

    .tab-vertical .nav-tabs,
    .tab-vertical .tab-content {
        width: 100%
    }

    .tab-vertical .nav-tabs {
        border: 0
    }

    .tab-vertical .tab-content {
        padding-left: 0
    }

    .tab-vertical.tab-simple .nav-link:after {
        height: 2px;
        width: 100%;
        background-color: transparent;
        top: calc(100% - 2px);
        transform: scale(0)
    }

    .tab-vertical.tab-simple .nav-item .nav-link.active:after,
    .tab-vertical.tab-simple .nav-item.show .nav-link:after,
    .tab-vertical.tab-simple .nav-item:hover .nav-link:after {
        transform: scale(1)
    }
}

.tab-inverse .tab-content {
    border-color: #fff
}

.tab-inverse .nav-tabs {
    border: 0
}

.tab-inverse .nav-link {
    margin: 0;
    width: 100%
}

.tab-inverse .nav-item .nav-link.active,
.tab-inverse .nav-item.show .nav-link,
.tab-inverse .nav-item:hover .nav-link {
    background-color: #fff;
    border-color: #fff
}

.tab-inverse.tab-simple .nav-link {
    padding-top: 1.4rem;
    border-top: 2px solid transparent
}

.tab-inverse.tab-simple .nav-item .nav-link.active,
.tab-inverse.tab-simple .nav-item.show .nav-link,
.tab-inverse.tab-simple .nav-item:hover .nav-link {
    border-top-color: #26c
}

.tab-nav-solid .nav-link {
    padding-bottom: 1.6rem;
    border: 0
}

.tab-nav-solid .nav-item .nav-link.active,
.tab-nav-solid .nav-item.show .nav-link,
.tab-nav-solid .nav-item:hover .nav-link {
    color: #fff;
    background-color: #26c;
    border-color: #26c
}
.screen-mode-bg, .screen-mode-footer{display: none;}
.screen-mode-bg {
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.screen-mode-footer.show-mode + .screen-mode-bg {
    display: block;
}
.blog_border {
    padding: 0 20px;
}

body.dark-mode .profile-icon {
    border: 4px solid #191919 !important;
}

.profile-drop-down {
    position: absolute;
    right: 20px;
    top: 25px;
    text-align: right;
}
.stats .stat p {
    font-weight: 500;
}
body.dark-mode .stats {
    border-top: 1px solid #ffffff21;
    border-bottom: 1px solid #ffffff21;
    padding: 15px 35px;
}
 .stats {
    padding: 10px 20px !important;
}

body.light-mode .stats {
    border-top: 1px solid #c3c3c3 !important;
    border-bottom: 1px solid #c3c3c3;
    padding: 15px 35px;
}
body.light-mode .followed-by {
/*    border-top: 1px solid #c3c3c3 !important;*/
}
body.light-mode .date ul {
    color: #555;
/*
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
*/
}
body.light-mode .date ul {
    color: #555;
    border: none !important;
}
.followed-by p {
    margin-left: 10px;
    color: #324158;
}
.followed-by {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
    padding: 0 20px;
}
.followed-by {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 30px;
}
.followed-by p {
    margin-left: 0px;
}
body.dark-mode .followed-by p {
    color: #ccc;
}
body.dark-mode span.website a:hover {
    color: #b8b8b8;
}
.join .website i {
    margin-right: 8px;
}
.brand-price {
    color: #fff;
}
.brand-price .price {
    font-weight: 600;
}
.price-was {
    margin-left: 7px;
    font-size: 12px;
    color: #b8b8b8;
}
body.dark-mode .date.ogl.bt1 {
    border-top: 1px solid #444 !important;
    margin-top: 12px;
}
.view-post a i.fa-regular.fa-bookmark {
    font-size: 16px;
}
.email-box .profile-drop-down {
/*    z-index: 9;*/
/*    z-index: 9;*/
    right: 3px;
    top: 0px;
}
body.light-mode .email-box .profile-drop-down{filter: invert()}

.email-box .profile-drop-down a, .email-box .profile-drop-down a:hover {
    background: none;
}
.user-brand .post-text p {
    margin-bottom: 4px;
}
body.dark-mode .followed-by .user img {
    border: 1px solid #32415888;
}
body.light-mode .followed-by .user img {
    border: 1px solid #c3c3c3;
}
body.light-mode .profile-posted-data .fig img {
    border: 1px solid #32415888;
}
.profile-bio {
    padding-top: 10px;
    padding: 15px 20px 0;
}
.profile-bio h4 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#share-site-link .link {
    background-color: #3a3a3a;
    color: #fff;
}
body.dark-mode .stats .stat h5, body.dark-mode .stats .stat p {
    color: #c8c7c7;
}
.stats .stat h5 {
    margin-bottom: 0;
    font-weight: 800;
    color: #000;
    font-size: 24px;
}

.stats .stat p {
    font-weight: 500;
}
.stats .stat p {
    font-weight: 500;
    color: #324158;
}
.profile-drop-down ul {
    padding: 0;
    background: #222;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    width: 140px;
    margin-top: 5px;
}
body.light-mode .profile-drop-down ul {
    background: #ffffff !important;
    filter: invert(1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
}

.profile-drop-down ul a {
    padding: 4px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}    
.profile-drop-down > a {
    background: #0000005c;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 32px;
    color: #fff;
    line-height: 30px;
    z-index: 0;
    position: relative;
}    
.local-time .body-sec p {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 18px;
}
input#pollDuration {
    background: no-repeat;
    color: #737373 !important;
    width: auto !important;
    max-width: 16px;
}
.charge  {
    display: inline-block;
}
.charge i {
    margin-right: 4px;
}
.local-time .body-sec span.green {
    color: #50e237;
    font-weight: 600;
}
.local-time {
    background: #2c2c2c;
    display: block;
    padding: 7px 10px;
    border-radius: 8px;
}
.usp-sec  ul li {
    margin-bottom: 10px;
    align-items: center;
    background: #2c2c2c;
    display: block;
    padding: 7px 10px;
    border-radius: 8px;
}
.zip-code.d-flex button {
    background: #242424;
    border: none;
    color: #fff;
    flex: 1;
    border-radius: 10px;
}
.zip-code.d-flex input {
    background: #393939 !important;
    border: 1px solid #3d4551;
    width: auto;
    width: 121px;
    border-radius: 10px;
    margin-right: 10px;
    color: #bbb;
    padding: 0 10px;
    height: 35px;
}
.zip-code.d-flex {
    margin-top: 12px;
}
.profile-drop-down ul {
    padding: 0;
    background: #222;
    padding: 7px 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    display: none;
}
body.light-mode .cover-image .profile-drop-down ul {
    background: #ffffff !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
    filter: invert(0);
    
}
body.light-mode .profile-drop-down ul a {
    color: #000 !important;
    font-weight: 400;
}
.profile-drop-down > a:hover {
    background:#252525;
    color: #fff;
}    
.profile-drop-down ul a:hover {
    color: #b8b8b8;
}
.header-report-brand h3 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.header-report-brand {
    text-align: center;
    padding: 16px 0;
    margin-bottom: 20px;
}
.product-for-report {
    padding: 0 20px;
}
.product-for-report .product-image {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    margin-right: 10px;
}
.report-heading h3, .report-heading p {
    color: #fff;
}
body.light-mode .report-heading h3 {
    color: #000;
}
body.light-mode .report-heading p {
    color: #324158;
    font-size: 12px;
}
.report-heading {
    padding: 0 5px;
    margin-top: 33px;
}
.report-heading h3 {
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 700;
}
.report-heading p {
    color: #bbb;
    font-size: 12px;
    line-height: 18px;
}
.report-reason {
    padding: 22px 10px;
    color: #fff;
}
.report-reason h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
.report-note p {
    text-align: center;
    margin: 0;
    font-weight: 300;
    font-size: 10px;
}
.back-arrow {
    position: absolute;
    left: 23px;
    top: 12px;
}
#report-brand .back-arrow {
    top: 18px;
}
#report-brand .add-post-foot {
    border-top: none;
}
#report-brand .post-foot.add-post-foot .send-post button, #report-product .post-foot.add-post-foot .send-post button {
    padding: 8px 20px;
}
#report-brand .back-arrow a i {
    color: #fff;
    font-size: 20px;
}
.back-arrow a i {
    color: #fff;
}
div#report-brand, div#report-product {
    z-index: 99999999999;
}
.report-reason p {
    color: #fff;
}
.report-reason ul {
    padding: 0;
}
.report-reason ul li label {
    display: block;
    padding: 0px 0;
    justify-content: space-between;
    display: flex;
    font-weight: 300;
    position: relative;
    flex-direction: column;
}
.report-reason li {
    padding: 5px 0;
}
.report-reason .custom-radio {
    position: absolute;
    left: 0;
    right: inherit;
    top: 2px;
}
.profile-drop-down > a > i {
    color: #fff;
    font-weight: 800;
}



.report-reason label .d-flex, label p {
    padding-left: 24px;
}
.product-for-report .seller-name, .product-for-report .price {
    font-size: 11px;
    color: #b8b8b8;
}
.report-container .send-post, .report-container .send-post button {
    width: 100%;
}
.report-reason p {
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
}
.product-for-report {
    padding: 12px 14px;
    display: flex;
    border: 2px solid #32415854;
    margin: 0 0px;
    border-radius: 20px;
}
.product-for-report .product-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.product-for-report .product-description h3 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.product-for-report .product-description .username {
    color: #bbbbbb;
    font-size: 12px;
}
body.light-mode .product-for-report .product-description .username {
    color: #324158;
    font-size: 12px;
}
body.light-mode .product-for-report {
    border: 1px solid #32415888 !important;
}
.product-for-report .product-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
div#feedback-popup {
    z-index: 9999999999;
}
#feedback-popup .back-arrow {
    right: 15px;
    left: inherit;
}
#feedback-popup .back-arrow a{font-size: 12px;}
#feedback-popup h3 {
    font-size: 20px;
    text-align: left;
    padding: 0 20px;
}
.header-report-brand .back-arrow a {
    font-size: 12px !important;
}
#feedback-popup .back-arrow a {
    font-size: 14px !important;
    font-weight: 600;
}
.Feedback-sec {
    padding: 0 20px;
}
.Feedback-sec p {
    color: #fff;
}
.Feedback-sec ul {
    padding: 0;
    display: flex;
}
.Feedback-sec ul li i {
    font-size: 25px;
    color: #fff;
}
.Feedback-sec li input {
    position: absolute;
    opacity: 0;
}
.Feedback-sec li {
    margin-right: 15px;
}
.Feedback-sec textarea {
    background: #252525 !important;
    border: none;
    border-radius: 7px;
    padding: 15px;
    font-size: 12px;
    color: #fff;
    height: 100px;
    resize: none;
} 
#feedback-popup .post-foot {
    border: none;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#feedback-popup .post-foot button {
    border-radius: 10px;
    padding: 8px 0;
    background: #252525 !important;
    border: none;
    margin: 0;
    width: 100%;
}

body.light-mode #feedback-popup .post-foot button {
    border-radius: 10px;
    padding: 8px 0;
    background: #ebebeb !important;
    border: none;
    margin: 0;
    width: 100%;
}
body.light-mode div#add-alt-tag .input-embed input {
    background: #eaeaea;
}
#feedback-popup .post-foot div {
    width: 100% !important;
    display: block;
    padding: 15px 20px;
    box-sizing: border-box;
}
.Feedback-sec ul li i {
    font-size: 25px;
    color: #b8b8b8;
}
.Feedback-sec li {
    margin-right: 15px;
    position: relative;
    text-align: center;
}
.Feedback-sec li i {
    color: #b8b8b8 !important;
}
.Feedback-sec li i, .Feedback-sec li p {
    color: #b8b8b8 !important;
}
.Feedback-sec li input {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
}
body.light-mode .Feedback-sec li input:checked+i {
    color: #8909ff !important;
}

div#feedback-popup li label {
    margin: 0;
}
body.light-mode  header div.sub-nav ul {
    background: #fff !important;
    border: 1px solid #32415852 !important;
    padding: 10px 10px !important;
}    
body.light-mode div.sub-nav li a:hover {
    background: #eaeaea !important;
}    
body.light-mode div.sub-nav img {
    filter: invert(0) !important;
}
body.light-mode .verifications span {
    color: #324158 !important;
}
.Feedback-sec li input {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.Feedback-sec p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    margin-bottom: 10px;
}
#feedback-popup .Feedback-sec p {
    font-weight: 600;
}
.cover-image span.back-arrow {
        display: block;
        position: absolute;
        background: #0000005c;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 20px;
        top: 25px;
    }
.share-profile a.active{
    background: #252525 !important;
}
.cover-image    span.back-arrow img {
        width: 13px !important;
        filter: invert(1);
        object-fit: inherit;
    }
.cover-image span.back-arrow:hover {
    background: #333333;
}
body.light-mode .brand-price .price {
    color: #000;
    font-weight: 600;
}
body.light-mode .date.ogl.bt1 {
    margin-top: 12px;
    border-top: 1px solid #c3c3c3 !important;
}
body.light-mode .email-box .date.ogl ul {
    padding-top: 6px;
}
body.light-mode .price-was {
    color: #000;
}
div#report-brand .add-post-inner, div#report-product .add-post-inner {
    height: auto;
}
#feedback-popup .add-post-inner {
    height: auto;
}
#feedback-popup .header-report-brand {
    padding-top: 0;
}
#feedback-popup h3 {
    padding: 0 0;
}
.Feedback-sec {
    padding: 0 0;
}
#feedback-popup .post-foot {
    border: none;
    position: static;
    bottom: 0;
    width: 100%;
}
#feedback-popup .add-post-inner {
    max-width: 450px;
}
#feedback-popup .back-arrow {
    right: 26px;
    left: inherit;
    top: 25px;
}
#feedback-popup .header-report-brand {
    padding-top: 0;
    border-bottom: 1px solid #252525;
}
.profile-drop-down ul li a{text-transform: capitalize;}
.post-foot.add-post-foot .send-post button {
    font-size: 14px;
    font-weight: 600;
    background: #6e12ff00;
    color: #fff;
    border-radius: 28px;
    border: 2px solid #32415866;
}
.post-foot.add-post-foot .send-post button.active {
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    border: 2px solid transparent;
}
body.light-mode .post-foot.add-post-foot .send-post button {
    font-size: 14px;
    font-weight: 600;
    background: #6e12ff00;
    color: #324158;
    border-radius: 28px;
    border: 2px solid #32415866;
}

.post-foot.add-post-foot .send-post button.disabled {
   font-size: 14px !important;
    font-weight: 600 !important;
    background: #6e12ff00 !important;
    color: #fff !important;
    border-radius: 28px !important;
    border: 2px solid #32415866 !important;
    opacity: 0.5;
}
.add-to-poll {
    margin-top: 10px;
}

.add-to-poll .fig {
    width: 23px;
    margin: 0 6px;
    margin-right: 17px;
}
.create-poll-wrrapper-main .fig img {
    width: 100%;
    box-shadow: 0 0 0px 6px #161616;
}
.add-to-poll input {
    background: none;
    font-size: 14px;
    color: #fff;
}

.create-poll-wrrapper-main {
    position: relative;
}
.create-poll-wrrapper-main:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #333638;
    position: absolute;
    left: 16px;
    top: 0;
    opacity: 0;
}
.create-poll-wrrapper-main .fig {
    z-index: 9;
}
.add-to-poll > .d-flex {
    align-items: center;
}
.any-one-can-reply {
    color: #737373;
    font-size: 14px;
}
#comment-section .input-box input {
    padding-right: 80px;
}
.comments .date.ogl .fa {
    color: #ffffff;
}
#share-site-link button.copy-link {
    background: none;
    width: 35px;
    color: #fff;
    margin-right: 0;
}
body.light-mode #share-site-link button.copy-link {
    background: #dcdcdc;
    width: 35px;
    color: #000000;
}
body.light-mode #share-site-link h3, body.light-mode #div#embed-code h3, body.light-mode #div#embed-code h5 {
    color: #324158;
}

body.light-mode #share-site-link li a span {
    color: #324158;
}
body.light-mode div#share-site-link, body.light-mode div#div#embed-code {
    background: #eaeaea;
}
body.light-mode div#share-site-link {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
body.light-mode #share-site-link .link, body.light-mode div#embed-code .input-embed input {
    background-color: #ffffff;
    color: #000000;
}
#edit-address .card-detail{display: flex!important}
.Feedback-sec li * {
    cursor: pointer;
}
header .nav-bar .drop-menu li{margin-left: 0 !important;} 
#report-brand .header-report-brand, #report-product .header-report-brand {
    padding: 0;
}
#report-brand .back-arrow, #report-product .back-arrow  {
    top: 24px;
    left: 26px;
}
#report-brand .add-post-inner, #report-product .add-post-inner {
    max-width: 500px;
}
.report-note p img {
    width: 13px;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.custom-radio input:checked ~ .checkmark {
    background-color: #5c65ff;
}
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}
.custom-radio .checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #161616;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-radio input:checked ~ .checkmark{border-color:#5c65ff}
.custom-radio .checkmark{background: transparent}
.custom-radio  .checkmark{animation: none;     border: 1px solid #fff;}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-radio .checkmark{width: 15px;
    height: 15px;}
.custom-radio {
    position: absolute;
    right: 18px;
}
body.light-mode .report-reason, body.light-mode .report-reason p, body.light-mode .report-reason h4, body.light-mode .product-for-report .seller-name, body.light-mode .product-for-report .price, body.light-mode .product-for-report .product-description h3, body.light-mode .header-report-brand h3, body.light-mode #report-brand .back-arrow a i, body.light-mode .Feedback-sec p, body.light-mode .Feedback-sec li i, body.light .Feedback-sec li p {
    color: #000 !important;
}
body.light-mode .product-for-report {
    border: 2px solid #2b2b2b;
}
body.light-mode .custom-radio .checkmark {
    border: 1px solid #000000;
}
body.light-mode .custom-radio input:checked ~ .checkmark {
    border-color: #000000;
}

body.light-mode .custom-radio input:checked ~ .checkmark {
    background-color: #000000;
}
body.light-mode .custom-radio .checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.light-mode .Feedback-sec textarea {
    background: #ebebeb !important;
    color: #324158
}
#feedback-popup .header-report-brand {
    padding-top: 0;
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 20px;
}
#repost-popup{z-index: 999;}
#sendmessage-popup .fnc .d-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
}
#sendmessage-popup .fig {
    margin: 0;
}
#sendmessage-popup .back-btn-message a i {
    color: #fff;
}
#sendmessage-popup .add-post-inner {
    max-width: 500px;
    height: calc(100vh - 160px);
}
#sendmessage-popup .date.ogl.align-items-center {
    padding-top: 0;
}
#sendmessage-popup .social-add-header {
    height: auto;
}
.plus-comment.plus-active .fa-plus {
    transform: rotate(45deg);
}
#sendmessage-popup .profile-drop-down a{background: none !important}
#sendmessage-popup .plus-comment {
    right: 43px;
    position: absolute;
    top: 1px;
    background: #3b3b3b;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    padding: 0;
    line-height: 25px;
    border-radius: 50%;
    margin-top: 5px;
    color: #adadad;
    font-size: 14px;
}
#sendmessage-popup .action-comment a:last-child {
    background: transparent;
    padding: 0;
    border-radius: 25px;
    display: inline-block;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
#sendmessage-popup .action-comment a {
    background: #3b3b3b !important;
    width: 25px !important;
    height: 25px !important;
}
#sendmessage-popup .input-box input {
    border: 1px solid #ffffff21 !important;
    color: #fff;
    padding-right: 80px;
}
#sendmessage-popup .action-comment {
    right: 11px;
    top: 6px;
}
#sendmessage-popup .profile-drop-down {
    right: 0;
}
#sendmessage-popup .fnc-title h4 {
    margin: 0;
    font-size: 12px;
}
#sendmessage-popup .fnc-title p {
    font-size: 11px;
}
#sendmessage-popup .fnc.mt-0.justify-content-between.mb-5.align-items-start {
    border-bottom: 1px solid #252525;
    padding-bottom: 9px;
}
#sendmessage-popup div#comment-section {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    background: none;
}
#sendmessage-popup .action-comment i.fa-regular.fa-arrow-up {
    color: #d4d4d4;
    font-size: 12px;
}
#sendmessage-popup .input-box i {
    color: #d4d4d4;
}

#sendmessage-popup i.fa-regular.fa-plus {
    font-size: 13px;
}
#sendmessage-popup  .add-post-inner a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 100%;
}
#sendmessage-popup .add-image {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #26c;
    text-align: center;
    font-size: 34px;
    font-weight: 300;
    border-radius: 5px;
    margin-right: 10px;
    color: #26c;
}
#sendmessage-popup  .add-image .d-flex {
    margin-left: 0 !important;
    width: 100% !important;
}
#sendmessage-popup .add-image ul li a {
    width: 30px !important;
    height: 30px !important;
}
#sendmessage-popup .add-image ul li a {
    background: #484848 !important;
    color: #fff !important;
}
#sendmessage-popup .add-image a i {
    font-size: 15px !important;
    font-weight: 400 !important;
}

#sendmessage-popup .add-image ul li a i {
    color: #fff;
}
#sendmessage-popup .add-image {
    flex-direction: column;
    position: absolute;
    right: 21px;
    bottom: 37px;
}
#sendmessage-popup .add-image .d-flex {
    width: 0;
    padding: 0;
    margin-left: 0;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
#sendmessage-popup .add-image {
    border: none !important;
    height: auto !important;
}
#sendmessage-popup  .add-image ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#sendmessage-popup #comment-section .add-image {
    flex-direction: column;
    position: absolute;
    right: 21px;
    bottom: 53px;
}
#sendmessage-popup .back-btn-message {
    margin-top: 5px;
}
#sendmessage-popup .header-add-post > div {
    margin-bottom: 0px !important;
}
#sendmessage-popup div#message-box {
    background: none;
    width: 100%;
    height: calc(100vh - 186px);
}
#message-box .message-wrapper .profile-logo {
    margin: 0;
}
#message-box .admin {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}
#message-box .message-box p {
    text-align: right;
    margin: 0;
}
#message-box .message {
    text-align: right;
    color: #fff;
}
#message-box .message {
    background: #445fff;
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 12px;
}
#message-box .message-box p {
    font-size: 9px;
    color: #fff;
}
#message-box .profile-logo {
    width: 22px;
}
#message-box .reply-admin {
    display: flex;
    text-align: left;
}
#message-box .reply-admin .message-box {
    text-align: left !important;
}
#message-box .reply-admin .message-box {
    text-align: left !important;
    margin-left: 5px;
}
#message-box .reply-admin {
    padding-left: 10px;
}
#message-box .reply-admin .message {
    background: #252525 !important;
}
.header-wrapper .mob-head-right .refer-btn, .header-wrapper .mob-head-right .hamburger, .header-wrapper .suer-image {
    display: none;
}

#message-box .profile-logo {
    width: 21px;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    margin-left: 5px !important;
}
#message-box .message-box {
    text-align: right;
}
#message-box .message {
    background: #445fff;
    display: inline-block;
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 12px;
}

.my-profile .form-wizard-seller-registration {
    padding: 0px 0;
    padding-bottom: 30px;
}

.user-profile.my-profile #profileform .cover-image {
    padding: 0;
    padding: 0 0px;
}

.user-profile.my-profile .mob-p4 {
    padding: 20px 30px;
}

.user-profile.my-profile .mob-p4 h4 {
    color: #fff;
    font-size: 20px;
}
.user-profile.my-profile input, .user-profile.my-profile textarea {
    border: none !important;
}
.change a {
    position: absolute;
    right: 0;
    bottom: 13px;
    right: 14px;
    color: #8909ff;
    font-size: 12px;
    font-weight: 500;
}
.change {
    position: relative;
}
div#update-phoneno {
    z-index: 99999999999;
}
div#update-phoneno .add-post-inner {
    height: auto;
}
#update-phoneno input[type="text"] {
    color: #fff;
    padding: 0 14px;
}
#update-phoneno .note {
    background: none !important;
    padding: 0;
    color: #fff;
}
.user-profile.my-profile button.btn.btn-blue-bg {
    background: #303030;
    border: 1px solid #3241585c !important;
    width: 100% !important;
    border: 1px solid #3241585c !important;
    outline: none !important;
    box-shadow: none !important
}
.user-profile.my-profile textarea {
    height: 100px;
    resize: none;
    padding: 15px 15px;
}
.user-profile.my-profile a.upload_dp.a-upimg {
    right: 34px;
    border: 5px solid #191919;
    bottom: 38px !important;
}
.user-profile.my-profile .dob-lock i {
    position: absolute;
    right: 20px;
    color: #7c7c7c;
    top: 41px;
}
.user-profile.my-profile .cover-image span.back-arrow {
    left: 30px;
}
.user-profile.my-profile .profile-detail {
    padding: 0 10px 5px;
}
.user-profile.my-profile .profile-drop-down {
    position: absolute;
    right: 30px;
}
.user-profile.my-profile .profile-detail img.blue-cube-icon {
    width: 15px !important;
    height: 15px !important;
    margin-left: 3px;
}
.user-profile.my-profile p.dob-note {
    color: #c0c0c0 !important;
}
body.dark-mode .user-profile.my-profile .user-profile-wrapper .user-image {
/*    border: 4px solid #0f0f0f !important;*/
    border: 4px solid #171717  !important;
}
.user-profile.my-profile.profile-edit-page .user-profile-wrapper .user-image {
/*    z-index: 9;*/
}
#update-username .fnc img, #brand-verification .fnc img {
    width: 140px;
    filter: invert(1);
}
.user-profile.my-profile .count {
    text-align: right;
    color: #c0c0c0;
    font-size: 10px;
    margin-top: 5px;
}
.user-profile.my-profile button.btn.btn-blue-bg-outline.btn-block {
    font-size: 14px;
    width: 100% !important;
    padding: 10px 30px;
    background: no-repeat;
    color: #fff;
    font-weight: 400;
    margin-bottom: 9px;
    border-width: 1px;
}
#update-username .cancel a, #brand-verification .cancel a {
    font-size: 12px !important;
}
#update-username .add-post-inner .header-post.social-add-header, #brand-verification .add-post-inner .header-post.social-add-header, #update-emailid .add-post-inner .header-post.social-add-header, #update-phoneno .add-post-inner .header-post.social-add-header, #reset-password .add-post-inner .header-post.social-add-header {
    height: auto;
}
.brand-type .type input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.type input:checked + label {
    background: #1f1f1f;
    border-radius: 8px;
    border: 1px solid #5b68f2;
}
.brand-type .type input {
    position: absolute;
    left: 0;
    opacity: 0;
}
.brand-type .type {
    position: relative;
    width: 200px;
}

#step1-wrapper .brand-type .type{width: 100%;}
#step1-wrapper .business-hours button {
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    border: none;
    background: #2a2a2a;
    color: #fff;
    border-radius: 8px;
    height: 40px;
    position: relative;
}
#step1-wrapper .select-business-type {
    background: #2a2a2a;
    border-radius: 11px;
}
#step1-wrapper .select-business-type ul li {
    color: #fff;
}
#step1-wrapper .select-business-type ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    padding: 6px 0;
}

#step1-wrapper .select-business-type ul {
    padding-left: 10px;
    padding-bottom: 8px;
}
.business-hours select {
    width: 100%;
    background: #2a2a2a;
    border: none;
    color: #fff;
    padding: 8px 10px;
    border-radius: 11px;
}
#step1-wrapper .address-box input:last-child {
    margin: 0;
}
#step1-wrapper .form-control, #step2-wrapper .form-control, #step3-wrapper .form-control, #step4-wrapper .form-control, #step5-wrapper .form-control {
    min-height: 40px;
    padding: 5px 10px;
}
#step1-wrapper textarea, #step2-wrapper textarea, #step3-wrapper textarea, #step4-wrapper textarea, #step5-wrapper textarea {
    padding: 10px 10px !important;
}
.type input + label {
    text-align: center;
    border: 1px solid #252525;
    height: 40px;
}
.day-name {
    padding-right: 27px;
    color: #fff;
    text-align: left;
}
.start-time input, .end-time input {
    width: 120px !important;
    max-width: 120px;
    height: 35px;
    background: #252525;
    border: none;
    width: 100%;
    padding: 15px 10px;
    border-radius: 10px;
    font-size: 14px;
}
.day-name {
    padding-right: 27px;
    color: #fff;
}
.check.custom-switch {
    padding-left: 20px;
}

.table-box-row > div {
    flex: 1;
}
.address-box{padding: 0;}
.table-box-row {
    text-align: center;
    padding: 8px 0;
}
.table-box-row {
    text-align: center;
}
.table-box-row {
    display: flex;
    align-items: center;
}
.address-box input {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    background: #252525;
    border-radius: 8px;
    padding: 0 14px;
    color: #fff;
}

#step1-wrapper .address-box input, #step2-wrapper .address-box input, #step3-wrapper .address-box input, #step4-wrapper .address-box input, #step5-wrapper .address-box input {
        font-size: 12px;
}
#step1-wrapper .address-box textarea, #step2-wrapper .address-box textarea, #step3-wrapper .address-box textarea, #step4-wrapper .address-box textarea, #step5-wrapper .address-box textarea {
        font-size: 12px;
}
.brand-type label {
    background: #252525;
    padding: 9px 20px;
    margin-right: 15px;
    border-radius: 8px;
}
span.c-img i {
    font-size: 17px !important;
}
#update-emailid .cancel a i, #update-phoneno .cancel a i, #update-password .cancel a i {
    color: #fff;
}

#update-emailid .cancel, #update-phoneno .cancel, #update-password .cancel {
    position: absolute;
}
#update-emailid .fnc .d-flex, #update-phoneno .fnc .d-flex, #update-password .fnc .d-flex {
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.brand-type .type {
    position: relative;
    flex: 1;
}
.brand-type .type label {
    margin: 0;
}
.brand-type .type input {
    position: absolute;
    left: 0;
}

#update-emailid .fnc.mt-0.justify-content-between.mb-5.align-items-start, #update-phoneno .fnc.mt-0.justify-content-between.mb-5.align-items-start, #update-password .fnc.mt-0.justify-content-between.mb-5.align-items-start {
    justify-content: center;
    display: flex;
    text-align: center;
}
#update-emailid .fnc.mt-0.justify-content-between.mb-5.align-items-start h3, #update-phoneno .fnc.mt-0.justify-content-between.mb-5.align-items-start h3, #update-password .fnc.mt-0.justify-content-between.mb-5.align-items-start h3 {
    font-size: 18px;
    width: 100%;
    color: #fff;
}
#update-emailid .add-post-inner, #update-phoneno .add-post-inner, #update-password .add-post-inner {
    max-width: 500px;
    height: auto;
}
#update-emailid .c-email, #update-phoneno .c-email, #update-password .c-email {
    display: flex;
    flex-direction: column;
}
#update-emailid .c-email label, #update-phoneno .c-email label, #update-password .c-email label {
    color: #fff;
}
#update-emailid .c-email input, #update-phoneno .c-email input, #update-password .c-email input {
    background: #333;
    height: 40px;
    border-radius: 11px;
    margin-bottom: 15px;
}
#update-emailid .send-code button.claim-button, #update-phoneno .send-code button.claim-button, #update-password .send-code button.claim-button {
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    width: 100%;
    padding: 8px 0;
    border: none;
    color: #fff;
    border-radius: 8px;
    margin-top: 50px;
}    
#update-username button#submitbtn, #brand-verification button#submitbtn {
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    color: #fff;
    width: 100%;
    padding: 8px 0;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 12px;
    border:none;
} 
#update-username p span.tnc, #brand-verification p span.tnc {
    text-align: center;
    text-align: center;
    display: block;
    font-size: 11px;
    line-height: 17px;
    color: #c0c0c0;
}
#update-username .add-post-inner, #brand-verification .add-post-inner {
    max-width: 500px;
    height: auto;
}
#update-username p, #brand-verification p {
    color: #c0c0c0;
    font-size: 12px;
    margin-bottom: 0;
}
#brand-verification p {
    line-height: 18px;
}

#update-username form#claimform, #brand-verification form#claimform {
    margin-top: 12px;
}
#update-username h3, #brand-verification h3 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 10px;
}
.b-verification {
    padding: 13px;
    background: #1f1f1f;
    margin-top: 20px;
    border-radius: 10px;
}
.b-verification input {
    border: none !important;
}
#brand-verification .save-brand button {
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%) !important;
    width: 100%;
    margin: 0 !important;
    width: 100% !important;
}
#brand-verification .save-brand {
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 20px 20px;
    background: #161616;
}
#update-username .claum-user-input input + span {
    opacity: 0;
}
#update-username .claum-user-input input:not(:placeholder-shown) + span {
    opacity: 1;
}
#update-username input#claimusername {
    width: 100%;
    background: #333;
    padding: 13px 13px;
    border-radius: 11px;
    color: #fff;
}
#update-username span.placeholderprefilled {
    position: absolute;
    left: 8px; 
    color: #d4d4d4;
    float: left;
    line-height: 11px;
    display: flex;
    align-items: center;
    float: left;
    top:18px;
}
#update-username .claum-user-input input:not(:placeholder-shown) {
    padding-left: 24px;
}
#update-username  .add-post-inner a {
    font-size: 12px !important;
    color: #5c65ff !important;
    margin-right: 5px;
    padding: 7px 0;
    display: inline-block;
}
.profile-detail {
    padding: 0 20px 15px;
}
.message-wrapper {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}
.message-left-panel .user-list-wrapper {
    border-radius: 15px;
    padding: 10px 15px;
    background: #252525;
}
.search-box img {
    width: 14px;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}
.search-box img {
    width: 14px;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}
.search-box {
    position: relative;
    margin-bottom: 6px;
}
.message-left-panel {
    width: 40%;
}
.message-wrapper .no-notifications {
    margin: 0;
    text-align: left;
}
.message-right-panel {
    width: 60%;
    background: #252525;
    padding: 0px;
    border-radius: 15px;
    height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div#chat-header {
    position: relative !important;
}

.message-right-panel .user-cahat-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #444444;
}
.user-cahat-header .user-image {
    width: 30px;
    height: 30px;
}
.user-image img {
    width: 100% !important;
    opacity: 1;
}
.follow-inner .user-image img {
    width: 100% !important;
    opacity: 1;
    object-fit: cover;
    height: 100% !important;
}
.search-box input {
    width: 100%;
    border: 1px solid #cccccc;
    font-size: 13px;
    border-radius: 8px;
    padding: 9px 9px;
    outline: none;
}
.message-box-inner {
    flex: 1;
    width: auto;
    padding: 20px 20px;
    overflow: auto;
}
.encrypted-message {
    display: flex;
    align-items: flex-start;
    background: #f6f6f6;
    margin-top: 16px;
    border-radius: 15px;
    padding: 15px;
}
.message-wrapper .no-noti-title {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.message-wrapper .no-notifications p {
    line-height: 21px;
    margin-top: 12px;
    color: #fff !important;
    text-align: center;
    font-size: 12px;
}
.message-page-wrapper {
    margin-top: 43px;
}
.encrypted-message p {
    margin: 0;
}
.encrypted-message {
    display: flex;
    align-items: flex-start;
    background: #8d8d8d17;
    margin-top: 16px;
    border-radius: 15px;
    padding: 15px;
    color: #fff;
}
.encrypted-message p {
    color: #fff;
    font-size: 12px;
    margin-left: 8px;
}
.encrypted-message img {
    filter: invert(1) brightness(5);
    width: 10px;
    margin-top: 5px;
}
div#chat-header .user-name {
    color: #fff;
}
.message-right-panel .user-name {
    font-weight: 600;
    margin-top: 11px;
    font-size: 13px;
    color: #fff;
}
.article-wrapper .post-foot.add-post-foot .send-post {
    flex: 1;
    margin-left: 0px;
}
.add-post-inner.article-wrapper .post-foot.add-post-foot {
    border-top: none;
    padding-top: 0;
}
.article-wrapper .post-foot.add-post-foot .send-post button {
    width: 100% !important;
    padding: 8px 20px;
}
.article-wrapper .lable-wrapper label {
    font-size: 14px !important;
    font-weight: 700;
}
.add-post-inner.article-wrapper .lable-wrapper p small {
    font-size: 13px !important;
}
.step {
    background: #252525;
    color: #fff;
    padding: 11px 16px;
    font-size: 10px;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    border-radius: 5px;
    letter-spacing: 1px;
}
.add-credit-card {
    background: #1f1f1f;
    color: #fff;
}
.add-credit-card input {
    background: #2f2f2f;
    width: 100%;
}
.card-detail {
    gap: 15px;
    display: flex;
    flex-direction: column;
    padding: 0 10px 30px;
}
#step4-wrapper .save button {
    margin: 0;
    width: 100%;
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    border: none !important;
    padding: 11px 0;
    border-radius: 8px;
    color: #fff;
    font-size: 12px !important;
}
.d-flex.gap-10 {
    gap: 10px !important;
}
#step4-wrapper .add-credit-card {border-radius: 11px;}
#step4-wrapper .add-credit-card h3 {
    color: #fff;
    font-size: 15px;
    padding: 14px 21px;
    margin-bottom: 0;
    font-weight: 300;
    position: relative;
    cursor: pointer;
}
#step4-wrapper button.btn.btn-blue-bg, #step1-wrapper button.btn.btn-blue-bg, #step2-wrapper button.btn.btn-blue-bg, #step3-wrapper button.btn.btn-blue-bg, #step5-wrapper button.btn.btn-blue-bg{
    font-size: 14px;
    margin-bottom: 0px;
}
.skip a {
    color: #7011ff;
}
#step4-wrapper .add-credit-card h3 i{margin-right: 10px;}
#step4-wrapper .add-credit-card h3:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 17px;
    background: #363636;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ccc;
    /* transform: rotate(90deg); */
    transform: translateY(-50%);
}
#step5-wrapper .link button{position: relative;}
#step5-wrapper .link button:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 17px;
    background: #363636;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ccc;
    /* transform: rotate(90deg); */
}
div#step3-wrapper .form-group button {
    background: #252525;
    border: none;
    width: 100%;
    text-align: left;
    padding: 8px 15px;
    color: #fff;
    border-radius: 8px;
    height: 40px;
    font-size: 12px;
    position: relative;
}
div#step3-wrapper .form-group button:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 9px;
    background: #363636;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ccc;
}
#step3-wrapper .business-location .upload {
    width: auto;
    filter: none !important;
    height: auto;
    margin: 0 !important;
}
#step3-wrapper .proof-of-store p {
    font-size: 12px;
    line-height: 18px;
    color: #b8b8b8;
}
#step3-wrapper .form-group.business-hours p {
    font-size: 12px;
    color: #b8b8b8;
    line-height: 18px;
}
#step3-wrapper .form-group.business-hours .upload {
    /* background: #C1DAFF; */
    width: auto;
    height: 100px;
    border-radius: 11px;
    flex-shrink: 0;
    margin-right: 0;
    filter: none !important;
    color: #b8b8b8 !important;
}
#step4-wrapper .add-credit-card input {
    background: #2f2f2f;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 12px;
}
#brand-verification .upload {
    margin-right: 0;
    width: 100%;
    height: auto;
}
#brand-verification .add-more-brand a {
    font-size: 12px !important;
}
#brand-verification .add-more-brand {
    margin-top: 5px;
    text-align: right;
}
#step4-wrapper .card-detail {
    gap: 15px;
    display: flex;
    flex-direction: column;
    padding: 5px 10px 20px;
}

#step4-wrapper .profile-box p {
    color: #fff;
    line-height: 18px;
    font-size: 12px;
}
#step5-wrapper p {
    color: #fff;
}
div#step5-wrapper .link{background: none !important; padding: 0;}
div#step5-wrapper .link button {
    background: #252525;
    border: none;
    width: 100%;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    text-align: left;
    height: 40px;
    font-size: 15px;
}
#step1-wrapper .form-group.business-location p {
    color: #b8b8b8;
    font-size: 12px;
    line-height: 18px;
}
.step-wrapper {
    padding: 0 25px;
    align-items: center;
    color: #fff;
    gap: 17px;
    margin-top: 16px;
}
#step2-wrapper .dropZoneOverlay {
    background: none;
    border-radius: 10px;
}
#step2-wrapper .user-note-wrapper  {
    display: none;
}
#step2-wrapper .user-name-note p {
    color: #b8b8b8;
    font-size: 10px;
    line-height: 17px;
}
.step-wrapper a:hover {
    color: #fff;
}
.select-business-type button {
    font-size: 12px;
}
#step1-wrapper .business-hours select{font-size: 12px;}
#step2-wrapper a.upload_dp.a-upimg {
    right: 14px;
    border: 0px solid #191919;
    bottom: 51px !important;
    background: #000;
}
#step1-wrapper .business-hours select {
    font-size: 12px;
    height: 40px;
    border-radius: 8px;
}

#step1-wrapper .select-business-type button:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 18px;
    font-size: 17px;
    top: 50%;
    transform: translateY(-50%);
}

input[type="radio"]:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #fff !important;
    display: block;
    border-radius: 50%;
    padding: 0;
}
input[type="radio"]:checked:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 4px;
    border-radius: 50%;
    left: 4px;
}
.select-business-type input[type="radio"] {
    position: relative;
    flex-shrink: 0;
    border: none !important;
    background: none !important;
    border: 1px solid #000;
    appearance: none !important;
}
.select-business-type input[type="radio"]::before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    padding: 0px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(255, 255, 255) !important;
    border-image: initial !important;
}
.select-business-type input[type="radio"]:checked:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 4px;
    border-radius: 50%;
    left: 4px;
}
#step1-wrapper .business-hours.business-cat .select-wrapper:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 14px;
    font-size: 17px;
    top: 36px;
    color: #fff;
    transform: rotate(-90deg) translateY(-50%);
}
.sku-wrapper i {
    color: #fff;
    position: absolute;
    top: 0;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.sku-wrapper {
    position: relative;
}
#select-category-listing{position: relative}
#select-category-listing:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 14px;
    font-size: 17px;
    top: 50%;
    color: #fff;
    transform:translateY(-50%);
}
#step1-wrapper .business-hours button.active:after {
    transform: rotate(180deg);
}
.secure-note.d-flex i {
    font-size: 12px;
    margin-right: 10px;
    margin-top: 3px;
}

.secure-note.d-flex {
    color: #fff;
}
.report-reason h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.report-reason label p {
    color: #bbb;
    font-size: 11px;
}
.report-reason label .d-flex {
    font-weight: 600;
    font-size: 12px;
}
.social-popup .add-post-inner .cancel-btn a {
    font-size: 14px !important;
    margin: 0 !important;
    color: #fff !important;
    padding: 13px 0;
    display: block;
    text-align: center;
    font-weight: 600;
}
body.light-mode .social-popup .add-post-inner .cancel-btn a {
    color: #324158 !important;
    font-weight: 600;
}

.report-scroll {
    height: calc(100vh - 200px);
    overflow: auto;
}
#report-brand .back-arrow, #report-product .back-arrow {
    display: none;
}
#report-product .post-foot.add-post-foot.d-flex.justify-content-between {
    border: none;
}
#report-product .product-for-report .product-image {
    border-radius: 8px;
}
#report-product .product-for-report img {
    border-radius: 0 !important;
}
.report-heading {
    padding: 0 5px;
    margin-top: 0;
}
.header-report-brand {
    margin-bottom: 0;
}
li#additional-comment label {
    font-weight: 500;
}

li#additional-comment textarea {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 12px 11px;
    resize: none;
    height: 80px;
    font-size: 12px;
}
li#additional-comment .count {
    text-align: right;
    font-size: 10px;
}
div#report-brand-success .add-post-inner {
    max-width: 480px;
    height: auto;
    padding-bottom: 40px;
}
div#report-brand-success .add-post-inner h2, div#report-brand-success .add-post-inner p {
    color: #fff;
}
div#report-brand-success .add-post-inner p {
    color: #bbb;
    font-size: 12px;
    line-height: 18px;
}
ul.share-icons {
    display: none !important;
}
div#social-popup .add-image {
    display: block !important;
    width: auto;
}
div#social-popup .add-image li{
    margin-bottom: 0; !important
}
body.dark-mode a.discard-button {
    color: #8909ff !important;
}
div#report-brand-success h2 {
    font-size: 25px;
    margin: 0 0px 15px;
}
div#ship-item .type {
    width: 100%;
}
div#package-wrapper > .d-flex {
    flex-direction: column !important;
} 
#package-dimension .form-group.d-flex.text-center.justify-content-between {
    gap: 15px;
}
#package-dimension .form-group.d-flex.text-center.justify-content-between input{text-align: center}
div#report-brand-success .post-foot.add-post-foot.d-flex.justify-content-between{border: none}
#who-will-pay-shipping .brand-type {
    gap: 10px;
}
#who-will-pay-shipping .brand-type .type label {
    margin: 0;
    text-align: center;
    justify-content: center;
}
#who-will-pay-shipping .brand-type .type {
    flex: 1;
}
div#i-will-pay p, div#i-will-pay2 p {
    color: #00ffb5;
    font-size: 12px;
    background: #252525;
    padding: 3px 10px;
    border-radius: 8px;
    margin-top: 10px;
}
#who-will-pay-shipping2 .brand-type {
    gap: 10px;
}
#who-will-pay-shipping2 .brand-type .type {
    flex: 1;
}
#who-will-pay-shipping2 .brand-type .type label {
    margin: 0;
    text-align: center;
    justify-content: center;
} 
.seller-banner {
    position: relative;
}
.seller-text{position: absolute;}

.seller-text img {
    width: 50px;
}
.seller-text {
    padding: 0 20px;
    position: absolute;
    top: 0;
    transform: none;
    bottom: 0;
    width: 100%;
}
.seller-banner .back-arrow {
    position: absolute;
    top: 29px;
    font-size: 16px;
    display: none;
}
.seller-points .point h2, .seller-points .point p{color: #fff}
.seller-text {
    padding: 0 20px;
}
.seller-points li.point {
    list-style: none;
    color: #fff;
}
.seller-points li.point p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.tips-for-selling h2 {
    font-size: 15px;
    margin-bottom: 0;
}
.seller-points ol li {
    margin: 20px 25px;
}
.seller-points .number {
    width: 35px;
    height: 35px;
    background: #252525;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 700;
}
.seller-points ul {
    padding: 0;
}
.seller-points h2 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.tips-for-selling {
    padding: 0 20px;
}
.tips-box h3 {
    font-size: 20px;
    color: #fff;
}
.tips-box p {
    color: #fff;
}
.tips-for-selling h2 {
    color: #fff;
}
.seller-points {
    padding: 20px 20px;
}
.tips-box {
    background: #252525;
    padding: 20px;
    border-radius: 15px;
}
.tips-box p{
    margin-bottom: 0;
}
.selling-promotion {
    padding: 0 20px;
}
.limit-time.d-flex {
    background: #252525;
    border-radius: 15px;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
item-text h4 {
    font-size: 18px;
}
.item-text h4 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    margin-bottom: 5px;
}
.item-text p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.seller-footer button.btn.btn-start-selling {
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    color: #fff;
    width: 80%;
    padding: 14px 0;
    border-radius: 9px;
    border: none;
    font-size: 15px;
    font-weight: 500;
}
.selling-promotion h2 {
    color: #fff;
}
.limit-time.d-flex .fig {
    flex-shrink: 0;
} 
.selling-promotion {
    margin-top: 30px;
}
.limit-time .fig img{
    filter: brightness(0) invert(1);  
}
.limit-time .fig{width: 50px;}
.limit-time h4 {
    font-size: 12px !important;
}
.limit-time p { 
    margin: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
}
.tips-box.green h3 {
    color: #008d3c;
}
.tips-box.green p {
    color: #008d3c;
}
.tips-box h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tips-box.green {
    background: #d0fff9;
}
.tips-box p {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
}
.tips-box.blue {
    background: #c8cfec;
}
.tips-box.blue h3, .tips-box.blue p {
    color: #0029a4;
}
.tips-box {
    height: 290px;
}

.tips-box.yellow {
    background: #e2ebac;
}
.tips-box.yellow h3, .tips-box.yellow p{
    color: #5d6b00;
}
.seller-text img {
    width: 40px;
    margin-bottom: 15px;
    margin-top: 135px;
}
.seller-banner h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
}
.seller-email input {
    padding-right: 80px !important;
}
.seller-email a {
    position: absolute;
    right: 10px;
    top: 7px;
    background: #000;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 5px;
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
}
.seller-email {
    position: relative;
} 
#step4-wrapper .mob-p4, #step5-wrapper .mob-p4 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}  
#step4-wrapper .col-12.col-lg-12.col-xs-12.col-sm-12.mb-2.step-footer, #step5-wrapper .col-12.col-lg-12.col-xs-12.col-sm-12.mb-2.step-footer {
    flex: none;
    margin: 0 !important;
}  
#step4-wrapper .profile-box, #step5-wrapper .profile-box {
    height: calc(100vh - 120px);
}
#step1-wrapper .col-12.col-lg-12.col-xs-12.col-sm-12.step-next-btn, #step2-wrapper .col-12.col-lg-12.col-xs-12.col-sm-12.step-footer, #step3-wrapper .step-footer {
    padding: 10px 30px 30px;
    position: sticky;
    bottom: 0;
    background: #171717;
    margin: 0 !important;
}
#step2-wrapper .mob-p4 {
    padding-top: 10px;
}
.secure-note.d-flex p {
    margin: 0;
}
#step1-wrapper .profile-box {
/*    height: calc(100vh - 230px);*/
/*    overflow: auto;*/
}
.user-profile.my-profile {
    padding: 0;
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    border-radius: 0;
}
.user-profile.my-profile .step-wrapper {
    position: sticky;
    top: 91px;
    background: #171717;
    padding: 14px 25px;
    z-index: 9;
    margin-top: -1px;
}
#step2-wrapper .profile-box{
/*
    height: calc(100vh - 235px);
    overflow: auto;
*/
}
 #step3-wrapper .profile-box {
/*
    height: calc(100vh - 235px);
    overflow: auto;
*/
}
#step6-wrapper.user-profile.my-profile {
    height: calc(100vh - 93px);
}
#step3-wrapper i.fa-sharp.fa-solid.fa-circle-check:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    left: 4px;
    top: 2px;
    z-index: -1;
    border-radius: 50%;
}
#step3-wrapper i.fa-sharp.fa-solid.fa-circle-check {
    font-size: 49px;
    color: #4070fe;
    margin-bottom: 15px;
    position: relative;
}
#step3-wrapper h2 {
    color: #fff;
    font-size: 20px;
}
#step3-wrapper p {
    color: #bbb;
    font-size: 14px;
    line-height: 21px;
}
#step3-wrapper .add-listing-body {
    padding: 20px 20px;
}
#step3-wrapper .action {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 160px;
    gap: 10px;
}

#step3-wrapper .action a.bg-btn {
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    border: 1px solid transparent !important;
}

#step3-wrapper .action a {
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
}
#add-listing1 .flex-1 {
    flex: 1;
    gap: 14px;
}

    #add-listing1 .listing-gray-box .del {
        margin-right: 0;
        margin-left: 0;
        position: absolute;
        right: 11px;
        width: 12px;
        margin-left: 50px;
    }
    .fog-list-wrapper .figure {
        max-width: 50px;
        width: 50px;
    }
.fog-list-wrapper .figure {
    display: inline-block;
    max-width: 43px;
    width: 43px;
    flex-shrink: 0;
}
.listing-description h3 {
        font-size: 13px;
        padding-right: 25px;
}
.listing-description h3 {
    font-size: 15px;
    padding-right: 25px;
    color: #fff;
    margin: 0;
    font-weight: 300;
}

.price-wrapper {
    display: flex;
}
.listing-gray-box {
    background: #252525;
    padding: 15px;
    border-radius: 15px;
    min-height: 150px;
    margin-bottom: 15px;
}
.promotion-list .listing-gray-box {
    background: #171717 !important;
    border-radius: 15px;
    min-height: 150px;
    margin-bottom: 15px;
    border: 1px solid #3241585c !important;
}  
#add-listing1 .listing-gray-box .del {
    margin-right: 0;
    margin-left: 0;
    position: static;
    right: 11px;
    width: 30px;
    margin-left: 50px;
}
div#add-listing1 {
    margin-top: 20px;
}
#add-listing1  .price {
    font-weight: 700;
    color: #fff;
}
div#live span {
    background: #1c332d;
    padding: 2px 19px;
    margin-left: 10px;
    border-radius: 4px;
    color: #27866a;
    font-size: 11px;
    font-weight: 600;
}
.icon-shape {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 8px;
}

.icon-shape a {
    background: #343434;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin: 0 auto 5px;
}
.listing-action-btn p {
    font-size: 10px;
    margin-bottom: 0;
    text-align: center;
}
div#add-listing1 {
    margin-top: 20px;
    padding: 40px 0px;
}
div#add-listing1.manage-order {
    padding: 0;
}
#add-listing1 .fog-list-wrapper .figure {
    display: inline-block;
    max-width: 100px;
    width: 100px;
    flex-shrink: 0;
}
#add-listing1 .figure img {
    border-radius: 5px;
}
.seller-inner {
    margin-top: 0px;
}
.seller-inner .add-listing-heading {
    padding: 0;
}
.create-variants h2 {
    color: #fff;
}
.create-variants {
    color: #fff;
    padding-top: 30px;;
}
.create-variants h2 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.create-variants p {
    color: #bbb;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    color: #bbb;
    margin: 6px 0 15px;
}
.seller-inner {
    padding: 0 30px;
}
.seller-inner {
    padding: 0 30px;
    border-left: 1px solid #3241585c;
    border-right: 1px solid #3241585c;
    border-radius: 0;
}
.add-variant button {
    width: 100%;
    border: none;
    padding: 8px 0;
    border-radius: 8px;
    background: #252525;
    color: #fff;
    font-size: 14px;
}
.variant {
    background: #252525;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
}
.variant .delete {
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.variant .delete a {
    color: #d81a1e;
    font-weight: 600;
    font-size: 10px;
    font-weight: 600;
}
.save-variant {
    margin-bottom: 30px;
}
.save-variant button {
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    width: 100%;
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 8px;
}
.variant-scroll {
/*    height: calc(100vh - 271px);*/
/*    overflow: auto;*/
    margin-bottom: 0px;
}
/*
.save-variant {
    position: fixed;
    bottom: 0;
    width: 510px;
     background: #000; 
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0;
}
*/
.save-variant {
    /* position: fixed; */
    bottom: 0;
    width: 510px;
    /* background: #000; */
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0;
    position: sticky;
    bottom: 0;
}
.save-variant-inner {
    background: transparent !important;
}
.payment-method-outer {
    padding-bottom: 120px !important;
}
.payment-method-select .radio {
  padding-right: 10px;
  padding-top: 5px;      
}
.curved-box.fixed-heading h1{
    font-size: 15px;
    font-weight: 400;
    background: #0f0f0f;
    border-radius: 22px 21px 0 0;
    padding: 8px 0;
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center;
}
.curved-box.fixed-heading h2.h1{
    font-size: 15px;
    font-weight: 400;
    background: #0F0F0F;
    border-radius: 22px 21px 0 0;
    padding: 8px 0;
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center;
}
body.light-mode .curved-box.fixed-heading h2.h1{
    color: #000 !important;
}
body.light-mode .curved-box.fixed-heading h2.h1{
    background: #eaeaea;
}
body.light-mode .curved-box.fixed-heading h2.h1 {
    border-bottom: 1px solid #c3c3c3 !important;
}
body.light-mode .curved-box.fixed-heading h1{
    background: #eaeaea;
    color: #324158 !important;
}
.curved-box.fixed-heading .back-btn:hover a, .curved-box.fixed-heading .add-listing-plus:hover a {
    color: #fff !important;
}
.curved-box.fixed-heading .back-btn {
    position: absolute;
    left: 30px;
    top: 18px;
    color: #bbb;
}
body.light-mode .curved-box.fixed-heading .back-btn, body.light-mode .curved-box.fixed-heading .back-btn:hover a{
    color: #000 !important
}
body.light-mode .add-post-inner.article-wrapper .add-title label, body.light-mode .add-post-inner.article-wrapper label{
    color: #324158;
}
body.light-mode .post-for-repost {
    border: 1px solid #c3c3c3;
}

body.light-mode .add-image ul li a {
    background: #f1f1f100;
}

body.light-mode .upload-article-image {
    background-color: #ffffff !important;
    border: 1px solid #00000021 !important;
    color: #000000 !important;
}
body.light-mode .user-profile {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}
body.light-mode .upload p, body.light-mode .upload p small {
    color: #6d6d6d !important;
}

body.light-mode .add-post-inner.article-wrapper .lable-wrapper p {
    color: #324158;
}
.curved-box.fixed-heading .add-listing-plus {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #fff;
}
.curved-box.fixed-heading .cancel {
    display: none;
}
.seller-inner .search-listing {
    padding-top: 0px;
}
div#add-listing1 .listing-gray-box:last-child {
    margin-bottom: 0;
}
.added-variants .variant:last-child {
    margin-bottom: 0;
}
.save-variant-inner {
    max-width: 562px;
    margin: 0 auto;
    background: #171717;
    padding: 15px 0px 18px;
}
#promotion-list-02 .variant-scroll {
/*    height: calc(100vh - 217px);*/
/*    overflow: auto;*/
    margin-bottom: 10px;
}
#promotion-list-03 .save-variant, #promotion-list-02 .save-variant {
    margin: 0;
}
#promotion-list-02 .pro-sec .probox label div{margin: 0}
#promotion-list-03 .variant-scroll {
    height: calc(100vh - 207px);
    overflow: auto;
    margin-bottom: 10px;
}
#promotion-list-03 .save-variant.promote-btn {
    margin: 0;
}
#promotion-list-03 .success-check {
    margin-top: 40px;
}
.product-name input {
    background: #303030;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
}
.pro-description input {
    background: #303030;
    border-radius: 5px;
    width: 100%;
    height: 28%;
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
}
.add-variant {
    margin-top: 20px;
    margin-bottom: 30px;
}
.added-variants .duplicate a {
    color: #fff;
    font-size: 11px;
}

.added-variants .duplicate {
    text-align: center;
    margin-top: 10px;
}
.added-variants .variant .pro-image {
    margin-top: 0;
    width: 35%;
    max-width: 30%;
    margin-right: 0;
}
.added-variants .variant .d-flex {
    gap: 20px;
}
 .added-variants .variant .product-name {
    margin-bottom: 13px;
}
.added-variants .pro-description {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: space-between;
}
.variant .pro-image img {
    width: 100%;
}
.add-listing-heading {
    padding: 0 30px;
}
.seller-inner .search-listing {
    margin-top: 0px;
    position: relative;
}

.seller-inner .search-listing input {
    width: 100%;
    height: 40px;
    background: #252525;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 14px;
    padding-left: 35px;
    color: #fff;
}
.seller-inner .search-listing span.search-icon {
    position: absolute;
    left: 12px;
    top: 9px;
    color: #bbb;
}
.listing-description .action-list p {
    color: #fff !important;
}
.seller-inner .back-btn{display: none;}
.create-variants a {
    color: #d81a1e;
    font-size: 9px;
    margin-right: 7px;
    font-weight: 600;
}
.promotion-list .listing-gray-box {
    height: auto;
    min-height: auto;
}
.promotion-list .listing-gray-box{padding: 0;}
.promotion-list .listing-gray-box.selected-plan{border: 1px solid #8909ff}
.promotion-list .listing-gray-box label {
    width: 100%;
    cursor: pointer;
    padding: 15px;
}
.promotion-list .listing-gray-box label input{position: absolute; opacity: 0;}
.promotion-list .promotion-runs {
    flex: 1;
    color: #fff;
    font-size: 14px;
}
.promotion-list .promotion-runs .dark {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.promotion-list .price-wrapper.d-flex {
    color: #fff;
    max-width: 24%;
    width: 24%;
}
.promotion-list .price-wrapper .price {
    color: #8909ff;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    padding-left: 15px
}
#promotion-list-01 .promotion-list .price-wrapper .price {
    font-size: 22px !important;
    padding-left: 10px !important;
}
.pro-sec {
    background: #171717;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #3241585c;
}
.pro-sec h4 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
}
.pro-sec {
    margin-bottom: 15px;
}
.probox .figure img {
    border-radius: 75px;
    height: 40px;
    width: 40px;
    max-width: 40px;
}
.pro-sec .probox .figure {
    margin-right: 10px;
}
.price-wrapper .price {
    margin-left: 0 !important;
    padding-left: 0 !important;
    font-size: 14px !important;
    color: #fff !important;
}
.probox .price-wrapper.d-flex .price {
    font-size: 20px !important;
    padding-left: 4px !important;
}
.probox .select-business-type ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro-sec .probox {
    color: #bbb;
    font-size: 12px;
}
.pro-sec .probox ul {
    padding: 0;
}
.pro-sec .probox label div:first-child {
    margin-right: 5px;
    margin-top: 0px;
}
div#promotion-list-02 h4, div#promotion-list-03 h4 {
    font-size: 14px;
    margin: 0;
    color: #fff;
    margin-bottom: 9px;
}
#promotion-list-03 ul {
    margin: 0;
}
.maybe-later {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.maybe-later a {
    color: #444eff !important;
    text-align: center;
}
.success-check p {
    color: #fff;
}
.mob-header-fixed {
    height: 28px;
}
.save-variant.promote-btn button.save-btn {
    background: #303030;
    color: #000;
}
.save-variant.promote-btn p {
    color: #bbb;
    font-size: 10px;
    margin-top: 10px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
}
.save-variant.promote-btn p a {
    color: #a7afff;
}
.comp-logo img {
    border-radius: 5px;
}
.probox .credit-debit {
    color: #fff;
    margin-top: 2px;
}
.save-variant.promote-btn button.save-btn.pay-now {
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    color: #fff;
    display: none;
}
#promotion-list-03 .fa-circle-check:before {
    z-index: 9;
    position: relative;
}
#promotion-list-03 .fa-circle-check:after {
    z-index: 0 !important;
}
#promotion-list-03 i.fa-sharp.fa-solid.fa-circle-check {
    font-size: 49px;
    color: #444eff !important;
    margin-bottom: 15px;
    z-index: 0;
    position: relative;
    
}
#promotion-list-03 i.fa-sharp.fa-solid.fa-circle-check:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    left: 4px;
    top: 2px;
    z-index: -1;
    border-radius: 50%;
}
.sold-on p, .listing-description .qty p {
    font-size: 10px;
    margin: 0;
}
.manage-order div#live span {
    margin-left: 0 !important;
    /* padding-left: 0 !important; */
    left: 0;
}
#add-listing1.manage-order .fog-list-wrapper .figure {
    max-width: 75px;
    width: 75px;
}
#add-listing1.manage-order .listing-gray-box {
    min-height: auto;
}
#add-listing1.manage-order .del {
    color: #fff;
}
.order-info ul {
    padding: 0;
    margin: 0;
    color: #fff;
}
.order-info ul li a {
    display: block;
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 11px 0;
    align-items: center;
    font-size: 14px;
}
.order-info div#live span {
    margin: 0 !important;
}
.order-info ul li a {
    display: block;
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 15px 15px;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #3c3c3e;
}
.order-status h4 {
    margin: 0;
}
.order-status div#live span {
    padding: 5px 15px;
}
.order-status {
    margin-bottom: 15px;
}
.order-info #step4-wrapper .add-credit-card h3 {
    padding: 22px 21px;
}
.order-info #step4-wrapper .add-credit-card h3:after {
    top: 18px;
}
.order-info .card-detail ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 9px;
    font-size: 12px;
}
.order-info .card-detail ul li span.red {
    color: #c92422;
}
.order-info .card-detail ul li .total-pay{color: #21bc90}
.order-info .card-detail ul li span:last-child{font-weight: 700}
.order-info ul li:last-child a{border: none;}
.order-info .listing-gray-box{padding: 0;}
.listing-gray-box.order-details-box ul {
    padding: 0;
    margin: 0;
}
.listing-gray-box.order-details-box ul li {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 4px 0;
}
.order-details .payment-details h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}
.payment-details .pro-sec ul {
    margin: 0;
    padding: 0;
    color: #fff;
}
.payment-details .pro-sec {
    padding: 0;
}
.payment-details .pro-sec.p-15{padding: 15px !important}
.payment-details .pro-sec ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #3c3c3e;
}
.payment-details .pro-sec ul li:last-child {
    border: none;
}
.payment-details .pro-sec ul li p {
    margin: 0;
}
.payment-details .pro-sec ul li h4 {
    font-size: 14px;
    margin-bottom: 5px;
}
.payment-details .pro-sec ul li p {
    color: #fff;
    font-size: 12px;
}
.order-info .order-info-box{padding: 15px}
.payment-details.order-summary li {
    padding: 5px 0 !important;
    border: none !important;
    justify-content: space-between;
    display: flex;
}
.payment-details .pro-sec ul li.order-total {
    border-top: 1px solid #3c3c3e !important;
    padding-top: 12px !important;
    margin-top: 12px;
    font-size: 15px;
}
.payment-details .pro-sec ul li.order-total .total-pay {
    color: #4070ff;
    font-weight: 900;
}
.order-details .payment-details .delivery-method {
    color: #fff;
    font-size: 12px;
    justify-content: space-between;
    padding: 14px 20px 0;
    font-weight: 700;
}
.track-package a {
    font-weight: 300;
    font-size: 10px;
    color: #8909ff;
}
.track-package i {
    font-weight: 300;
}
.track-package .download a {
    color: #8909ff;
}
.order-details .listing-gray-box {
    min-height: auto;
}
.order-details div#live span {
    padding: 6px 19px;
}
.share-shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #0000005c;
    bottom: 0;
    z-index: 99;
}  
.share-dialog.is-open + .share-shadow {
    display: block;
}
.order-info ul li a:hover {
    color: #fff;
}
.chat-user-image {
    width: 35px;
    margin-bottom: 7px;
}
.chat-user-image img {
    width: 100% !important;
    border-radius: 50%;
}
.message-to-buyer .left-sec {
    text-align: center;
}
.chat-user-image + h2 {
    line-height: 14px;
    opacity: 1;
    margin-top: 8px;
    display: block;
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.chat-user-image + h2 + p {
    margin: 0;
    color: #bbb;
    font-size: 14px;
    line-height: 15px;
}
.mob-header-fixed.message-to-buyer .add-listing-heading {
    align-items: flex-start;
}

.message-comment-box .plus-comment {
    right: 43px;
    position: absolute;
    top: 50%;
    background: #3b3b3b;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    padding: 0;
    line-height: 25px;
    border-radius: 50%;
    margin-top: 0;
    color: #adadad;
    font-size: 14px;
    transform: translateY(-50%);
}
.message-comment-box .input-box input {
    border: 1px solid #ffffff21 !important;
    color: #fff;
}
.seller-mesage-outer  .seller-image {
    width: 35px;
    max-width: 35px;
    flex-shrink: 0;
    margin-right: 10px;
    height: 35px;
    flex-shrink: 0;
}
.seller-mesage-outer .seller-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.message-note p {
    color: #fff !important;
    font-size: 12px !important;
}

.seller-mesage-outer .user-box {
    text-align: right;
}

.user-box .seller-message .message {
    background: #5566ff;
    color: #fff;
    text-align: left;
}
.user-box > .d-flex {
    justify-content: flex-end;
}



.message-note {
    margin-top: 0px;
    background: #252525;
    text-align: center;
    color: #fff;
    border-radius: 8px;
}
.seller-mesage-outer  .date-time-message p {
    font-size: 10px;
    color: #888b8e;
    margin: 0;
    line-height: 20px;
    margin-top: 8px;
}
.seller-mesage-outer  p {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}
.seller-mesage-outer  .seller-image img {
    border-radius: 50%;
}
.seller-mesage-outer .message {
    background: #171717;
    color: #bbbb;
    padding: 8px 14px;
    font-size: 12px;
    border-radius: 20px;
    /* float: left; */
    display: inline-block;
    border: 1px solid #1d2633;
}
.mob-header-fixed.message-to-buyer .left-sec {
    text-align: center;
    width: 100%;
}
.chat-user-image {
    width: 35px;
    margin-bottom: 7px;
    margin: 10px auto 8px;
}
.mob-header-fixed.message-to-buyer .add-listing-heading h2 {
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.seller-mesage-outer .message-comment-box .action-comment a {
    background: #3b3b3b !important;
    width: 25px !important;
    height: 25px !important;
}
.seller-mesage-outer .message-comment-box  .action-comment {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
}
.mob-header-fixed.message-to-buyer .add-listing-heading {
    align-items: flex-start;
    border-bottom: 1px solid #393939;
    padding-bottom: 7px;
}
.seller-mesage-outer .user-box .seller-image {
    margin-right: 0px;
    margin-left: 10px;
}
.seller-inner.seller-mesage-outer .seller-message {
    padding-right: 0;
}
.seller-inner.seller-mesage-outer .message-body {
/*
    overflow: auto;
    height: calc(100vh - 233px);
*/
/*    margin-top: 55px;*/
    padding-top: 83px;
}
.message-note {
    margin-bottom: 15px;
}
div#message-note-wrapper {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 15px;
}
#mobile-messsage-box-wrapper .seller-box, #mobile-messsage-box-wrapper .user-box {
    margin-bottom: 15px;
}
.message-comment-box {
    padding: 14px 0;
    position: sticky;
    bottom: 0;
    background: #171717;
    z-index: 9;
    width: 100%;
}
.seller-inner.seller-mesage-outer .profile-drop-down ul {
    width: 100px;
}

.seller-inner.seller-mesage-outer .profile-drop-down a {
    background: none;
}
.seller-inner.seller-mesage-outer .profile-drop-down {
    top: 47px;
    right: 34px;
} 
.card-added {
    background: #1f1f1f;
    padding: 15px;
    border-radius: 11px;
    margin-bottom: 15px;
}
.seller-inner.payment-method-section div#step4-wrapper {
    margin-top: 20px;
}
.card-added .cards .card-name {
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.card-added .cards .card-name p {
    color: #fff;
    margin: 0;
    font-weight: 500;
}
.card-added .cards .card-number, .card-added .cards .expiry-date {
    color: #fff;
    font-size: 14px;
}

.card-added .cards .select-card {
    width: 24px;
}
.card-added .cards:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.card-added .cards {
    border-bottom: 1px solid #3c3c3e;;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.link-account .bank-name p {
    font-size: 12px;
}
.linked-account.d-flex {
    background: #252525 !important;
    color: #fff;
    align-items: center;
}
.bank-name p {
    color: #fff;
    margin: 0;
}
.currently-linked .bank-icon {
    background: #303030;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #b8b8b8;
}
.trash {
    background: #303030;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.trash i {
    color: #de393f;
}
.bank-name {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.currently-linked h3, .wallet-wrapper h3 {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.linked-account .balance-amount-wrapper .balance-amount {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.linked-account .balance-amount-wrapper {
    width: 100%;
}
.manage-connected-account button {
    width: 100%;
    border:none;
    border-radius: 8px;
}
.manage-connected-account button {
    width: 100%;
    border: none;
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    border-radius: 8px;
    padding: 8px 0;
    color: #fff;
}
.currently-linked .linked-account.flex-direction-column {
    flex-direction: column;
    background: #252525 !important; 
}
.wallet-wrapper {
    margin-top: 0;
    padding-top: 40px;
}

.currently-linked .linked-account.flex-direction-column p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 0px;
}

.currently-linked .linked-account.flex-direction-column h4 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    margin-bottom: 8px;
}
.currently-linked a {
    color: #5566fe;
}
.powered {
    text-align: right;
    color: #fff;
    font-size: 12px;
    margin-top: 0px;
}
.powered img {
    height: 14px;
}
.linked-account-page .link-account{margin-bottom: 20px;}
.currently-linked .linked-account.flex-direction-column button {
    background: #5566fe;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    border-radius: 20px;
    margin: 15px 0;
}
.currently-linked .linked-account.flex-direction-column button i {
    margin-left: 10px;
} 
.card-name .del i {
    color: #de393f;
}
.select-card input[type="radio"] {
    position: relative;
    flex-shrink: 0;
    border: none !important;
    background: none !important;
    border: 1px solid #08aa7b;
    appearance: none !important;
}
.select-card input[type="radio"]:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #08aa7b !important;
    display: block;
    border-radius: 50%;
    padding: 0;
}
.select-card input[type="radio"]:checked:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #08aa7b;
    position: absolute;
    top: 4px;
    border-radius: 50%;
    left: 4px;
}
.payment-methods {
    margin: 14px 0;
}

.payment-methods li {
    margin: 0 4px;
}
.payment-methods ul li img {
    width: 40px;
    border-radius: 4px;
}
.payment-methods ul {
    padding: 0;
    display: flex;
    justify-content: center;
} 
.safe-and-secure {
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
}
.safe-and-secure i{margin-right: 5px;}
.payment-method-section .powered {
    border: 1px solid #635bff;
    color: #635bff;
    padding: 0 6px;
    font-size: 11px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 50px;
}
.seller-inner, .seller-wrapper {
    min-height: calc(100vh - 111px);
}  
.payment-method-section .powered img {
    height: 12px;
}
body.dark-mode {
    background: #0a0a0a !important;
} 
.curved-box {
    height: 44px;
    background: #00000000;
    border-radius: 22px 22px 0 0;
    border: 1px solid #373737;
    border-bottom: none;
    top: 90px;
    position: sticky;
    z-index: 8;
    box-shadow: 1px -11px 2px 5px #0a0a0a;
}
body.light-mode .curved-box {
    background: #00000000;
    border: 1px solid #c3c3c3;
    border-bottom: none;
    box-shadow: -3px -11px 2px 5px #ffffff;
    z-index: 8;
}
body.light-mode div#comment-section {
    background: #eaeaea !important;
}
.curved-box:before {
    content: "";
    width: 103%;
    background: #0a0a0a;
    position: absolute;
    /* top: 0; */
    left: -12px;
    right: 0;
    height: 136px;
    bottom: 107%;
}
.curved-box:before {
    height: 200px;
}
body.light-mode .curved-box:before {
    background: #fff;
    box-shadow: -3px -11px 2px 5px #ffffff;
}
div#search-popup {
    z-index: 999;
}
div#promotion-list-01 {
    padding-top: 40px;
}

.header-wrapper {
    z-index: 999 !important;
}    
body.dark-mode .header-wrapper {
    background: #171717 !important;
} 
    body.dark-mode .post-area{border: none !important}
    .email-verification.after-login{
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    border-radius: 0;
    }   
body.light-mode .email-verification.after-login{
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    }   
.post-area {
    background: #171717;
    background: #0F0F0F;
}
body.light-mode .post-area {
    background: #fafafa;
}
.more-setting-pop {
    background: #181818;
    border-radius: 18px;
    border: 1px solid #373737;
    padding: 8px;
    max-width: 180px;
    position: absolute;
    width: 230px;
    bottom: -65px;
    left: 110px;
    transform: scale(0);
    transform-origin: left bottom;
    transition: all 0.2s ease;
    opacity: 0;
}
.more-setting-pop.more-settings {
    transform: scale(1);
    opacity: 1;
}
.more-setting-pop ul li:last-child {
    margin-bottom: 0;
}
.more-setting-pop ul li {
    margin-bottom: 5px;
}
.more-setting-pop a {
    font-weight: 400 !important;
    margin: 0 !important;
    font-size: 14px !important;
}
.left-panel .navigation li {
    position: relative;
}
li.logout-btn a {
/*    background: #1f1f1f;*/
/*    background: #252525;*/
    border-radius: 11px;
    color: #ff2234 !important;
    font-weight: 500 !important;
}
.repost-wrapper {
    border: 1px solid #3241585c;
    border-radius: 15px;
    padding: 0;
    margin-bottom: 5px;
    width: 95%;
    margin: 0 auto;
}
body.loght-mode .repost-wrapper {
    border: 1px solid #bcbcbc;
}
.repost-wrapper .email-box {
    padding-top: 15px;
    border: none !important;
}
.repost-wrapper .email-box .fnc{padding: 0 15px}
.repost-wrapper .post-text {
    padding: 15px 15px;
}
.repost-wrapper .item.lightgallery {
    margin-bottom: 0;
}  
.repost-wrapper .lightgallery img {
    border-radius: 0 0 10px 10px;
}
#repost-popup-product .add-post-inner {
    height: auto;
}
#repost-popup-product .add-post-inner {
    max-width: 540px;
    height: auto;
    width: 540px;
    margin-top: 80px;
}
#repost-popup-product .post-area-inside {
    margin: 0;
}
#repost-popup-product  .post-area-inside {
    padding: 0 0;
}
#repost-popup-product .product-label {
    background: #042c11;
    color: #12ae45;
    margin-bottom: 0;
}
body.light-mode #repost-popup-product .product-label {
    background: #ddfffa;
}
#repost-popup-product .fnc {
    align-items: center !important;
}
#repost-popup-product .price-wrapper {
    display: flex;
    flex-direction: column;
}

#repost-popup-product .price-wrapper .price {
    font-weight: 700;
}
#repost-popup-product .price-wrapper {
    margin-bottom: 0;
}
#repost-popup-product .price-wrapper .price {
    font-size: 16px !important;
}
#repost-popup-product .price-wrapper .was {
    padding: 0 !important;
    color: #bbb;
}
body.light-mode #repost-popup-product .price-wrapper .was {
    color: #324158;
}
body.light-mode #repost-popup-product .d-flex .fnc-title p a.profile-link {
    color: #324158 !important;
}
body.light-mode #repost-popup-product .price-wrapper .was{
     color: #324158 !important;
}
#repost-popup-product .price-wrapper .was{padding: 0 !important}
#repost-popup-product  .post-for-repost h4 a {
    font-size: 15px !important;
    color: #ffffff !important;
}
body.light-mode #repost-popup-product  .post-for-repost h4 a {
    font-size: 15px !important;
    color: #324158 !important;
}
body.light-mode #repost-popup-product .price-wrapper .price {
    color: #324158 !important;
}
#repost-popup-product .post-foot.add-post-foot.d-flex.justify-content-between {
/*
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #161616;
*/
}
#repost-popup-product .email-box p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
#repost-popup-product .email-box {
    border-top: none;
    padding-top: 0;
    padding: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#repost-popup-product .post-text {
    margin-bottom: 0 !important;
}
div#repost-popup-product {
    z-index: 999;
    overflow-y: auto;
}
a#moresetting:hover {
    background: none;
}
.more-setting-box .tabbing ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #373737;
}
.more-setting-box .tabbing ul li a {
    padding: 10px 0;
    display: block;
}
.more-setting-box {
    margin-top: 30px;
}
li.active-settings{position: relative}
li.active-settings a {
    color: #fff !important;
}
li.active-settings:after {
    content: "";
    height: 1px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
}
.more-setting-box .tabbing ul li a {
    color: #bbb;
    font-size: 14px;
}

.settings-menu {
    padding: 15px 0;
}

.settings-menu ul li a {
    font-size: 14px;
    color: #bbb;
    padding: 10px 0;
    display: block;
}

.more-setting-box .tabbing ul li {
    flex: 1;
    text-align: center;
}

.settings-menu ul{padding: 0; margin: 0;}
.settings-menu ul li a{color: #bbb; font-size: 14px;}
.settings-menu li a i {
    margin-right: 8px;
    color: #fff;
}
.settings-menu li a i {
    margin-right: 8px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    top: 1px;
    width: 18px;
}
.add-variant {
    margin-bottom: 0;
    padding-bottom: 90px;
}
.seller-wrapper {
    height: auto;
    overflow: inherit;
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    border-radius: 0;
}
.selling-promotion .limit-time.d-flex {
    margin: 0;
}
.seller-banner {
    padding: 20px;
    border-radius: 20px 0 !important;
}
.seller-banner img {
    border-radius: 15px 15px 0 0;
}
.search-listing-main{padding-top: 60px}

/* new css */
.step {
    position: absolute;
}
.step-wrapper h1 {
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    color: #bbb;
}
.user-profile.my-profile .step-next-btn {
    position: sticky;
    bottom: 0;
    background: #171717;
}
#step2-wrapper .step.step-2, #step3-wrapper .step.step-3, #step4-wrapper .step.step-4, #step5-wrapper .step.step-5 {
    left: 50px;
}
#step2-wrapper .step-wrapper a{
    position: absolute;
}
.curved-box.add-listing-steps-wrapper .back {
    color: #fff;
    position: absolute;
    left: 20px;
    top: 14px;
}
body.light-mode .follow-inner .follow-btn a:hover {
    background: #ffffff;
}
.curved-box.add-listing-steps-wrapper h1 {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
}
/* 02-06*/
.curved-box.add-listing-steps-wrapper {
    background: #0f0f0f;
}
/* 02-06*/
.add-listing-footer.step-1-footer {
    position: sticky;
    bottom: 0;
    background: #171717;
}
.add-listing-footer a {
    width: 100%;
    text-align: center;
}
.add-listing#step1-wrapper, .add-listing#step2-wrapper, .add-listing#step3-wrapper {
    padding: 17px 20px 0 !important;
}
.seller-box, .user-box {
    margin-bottom: 20px;
}
.card-added label, .card-added input {
    cursor: pointer;
}
.steps-done ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
.steps-done ul li{
    color: #fff;
    text-align: center;
    flex: 1;
}
span.line {
    background: #18202b;
    width: 83%;
    display: block;
    height: 2px;
    height: 7px;
    border-radius: 5px;
    margin-bottom: 4px;
    margin: 0 auto 3px;
}
.active-bar span.line{
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
}
.steps-done ul li span.text {
    font-size: 14px;
    font-weight: 400;
}
.steps-done {
    margin-bottom: 4px;
}
.order-info #step4-wrapper .add-credit-card h3:after {
    top: 50%;
    transform: translateY(-50%);
} 
#are-you-signing-business .d-flex.brand-type.gap-5 {
    gap: 10px !important;
}
#step4-wrapper .skip, #step5-wrapper .skip {
    padding: 14px 0 0;
}
.add-listing#step1-wrapper .product-image-section .parent .upload-article-image .upload img.upload-icon {
    width: 40px;
}
.curved-box.add-listing-steps-wrapper .back a {
    color: #bbb;
}
.add-listing-plus a {
    color: #bbb;
}
.seller-inner.payment-method-section {
    padding-top: 15px;
}
.card-name .del i {
    color: #de393f;
    font-size: 20px;
}
div#add-listing1.manage-order .del a:hover {
    color: #fff;
}
label {
    font-size: 14px;
}
.link-your-bank-account h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.why {
    background: #252525;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}
.why p {
    color: #bbb;
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 15px;
}
.manage-order .listing-description h3 {
    font-size: 15px;
    margin-bottom: 3px;
}
.link-your-bank-account {
    margin-bottom: 25px;
}
.link-your-bank-account ul p {
    color: #fff;
    font-size: 12px;
    padding-right: 80px;
    line-height: 18px;
}

.linked-account-wrapper .powered img {
    filter: brightness(0) invert(1);
    height: 10px;
}
.linked-account-wrapper .powered {
    text-align: right;
    color: #fff;
    font-size: 10px;
    margin-top: 0px;
    border: 1px solid #fff;
    padding: 0 6px;
    border-radius: 2px;
}

.link-your-bank-account ul li {
    display: flex;
}
.link-your-bank-account ul h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 7px;
}
.link-your-bank-account {
    padding-top: 40px;
}
.link-your-bank-account .prt-icon {
    margin-right: 12px;
}

.link-your-bank-account .prt-icon img {
    width: 25px;
}
.link-your-bank-account ul li {
    display: flex;
    margin-bottom: 10px;
    padding-right: 110px;
}
.link-your-bank-account ul {
    margin-top: 25px;
}
.post-area.linked-account-wrapper .empty-space {
    height: 120px;
}
.why p:last-child{margin-bottom: 0;}
.post-area.linked-account-wrapper  .powered {
    display: inline-block;
}
.manage-order .listing-gray-box:hover {
    cursor: pointer;
}
.order-info .listing-description h3 {
    font-weight: 400;
    margin-bottom: 4px;
}
.order-info ul li i {
    font-size: 18px;
    margin-right: 7px;
}
.manage-listing-wrapper .price-wrapper {
    align-items: center;
}
.refer-a-friend {
    padding: 70px 0 40px;
}
.copy-link-field.d-flex {
    justify-content: space-between;
}
.copy-link-field.d-flex input{
    width: 100%;
    flex: 1;
}
.refer-a-friend p {
    color: #bbb;
}
body.light-mode .refer-a-friend p {
    color: #324158;
}
.refer-a-friend button.btn.btn-copy {
    font-size: 14px;
    font-weight: 400;
}
body.light-mode .copy-link-field.d-flex input {
    background: #ffffff;
    color: #222;
}
.copy-link-field.d-flex input {
    height: 40px;
    border: none;
    background: #252525;
    color: #bbb;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 14px;
}
.share-link i {
    margin-right: 5px;
}

.performance-box {
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    max-width: 32%;
    padding: 15px 15px;
    box-sizing: border-box;
}
body.light-mode .performance-box {
    border: 1px solid #181818;
}
.performance h4 {
    color: #fff;
}

.performance  .count {
    font-size: 28px;
    font-weight: 700;
}
.email-verification.after-login.height-auto{height: auto !important} 
.performance-box h5 {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
#article-setting .post-image {
    padding: 0;
}
.email-box.border-none {
    border: none !important;
}
.article-box .post-image {
    margin: 0;
}

.article-box {
    border: 1px solid #444444;
    border-radius: 12px;
}
#article-setting .post-image img {
    border-radius: 12px 12px 0 0;
}
#article-setting .post-text {
    padding: 15px 12px;
}
#article-setting .post-text p{margin-bottom: 0}
.refer-a-friend-outer .accordion-text h4 {
    color: #fff;
    text-align: left !important;
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 18px;
}
.need-help-btn a{color: #fff; text-decoration: none;}
.got-more-que.p-0.need-help-btn a {
    color: #fff !important;
    text-decoration: none;
}
.change-username .claum-user-input input + span {
    opacity: 0;
}

.change-username span.placeholderprefilled {
    position: absolute;
    left: 8px;
    color: #d4d4d4;
    float: left;
    line-height: 11px;
    display: flex;
    align-items: center;
    float: left;
}
.copy-link-field.d-flex.change-username form {
    width: 100%;
}
.user-name-box {
    width: 100%;
    position: relative;
}
.user-name-box span.placeholderprefilled {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}
.user-name-box input + span {
    opacity: 0;
}
.user-name-box input:not(:placeholder-shown) + span {
    opacity: 1;
}
.user-name-box input:not(:placeholder-shown) {
    padding-left: 30px;
}
#claimform button#submitbtn {
    margin: 0;
    width: 100%;
    border-radius: 8px;
    padding: 8px 0;
    position: static;
    margin-top: 20px;
    font-size: 14px;
}  
.username-note p {
    font-size: 11px;
    line-height: 17px;
}

.username-note {
    text-align: center;
    margin-top: 10px;
}
.change-username .requirements ul{padding-left: 10px;}
.change-username .requirements ul li {
    color: #fff;
    font-size: 10px;
    color: #fff;
    list-style: disc;
    margin-left: 10px;
    padding: 2px 0;
}
.bookmarks-wrapper .rating {
    justify-content: flex-start;
    gap: 4px;
    font-size: 13px;
    margin-bottom: 5px;
}

.bookmarks-wrapper .rating i {
    color: #e5a024;
}
.bookmarks-wrapper .rating-count {
    color: #bbb;
    margin-left: 4px;
    font-size: 14px;
}
.bookmarks-wrapper div#live span {
    background: #1c332d;
    padding: 5px 8px;
    margin-left: 10px;
    border-radius: 4px;
    color: #1cad82;
    font-size: 10px;
    font-weight: 600;
}
.bookmarks-wrapper .listing-description h3 {
    font-size: 14px;
}
.bookmarks-wrapper div#live{margin-left: 5px}
.change-username .requirements ul li{color: #fff; font-size: 12px; color: #fff;}
.change-email .change-username label {
    color: #fff;
}

.change-username-input {
    margin-bottom: 30px;
    margin-top: 30px;
}
.change-password .change-email .change-username-input{
    margin-bottom: 20px;
    margin-top: 0px;
}
.performance .d-flex{justify-content: space-between;}
.performance-box h5 {
    color: #fff;
    margin: 0;
}
.performance-box p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}
.refer-a-friend-outer .tncpages ul.accordion > li > a {
    background: #252525;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.refer-a-friend-outer .tncpages ul.accordion > li > a {
    padding: 14px 20px;
/*    background: #fff;*/
    border-radius: 7px;
    text-decoration: none;
    line-height: 24px;
    padding-right: 40px;
}
.tncpages ul li {
    font-size: 16px;
    line-height: 22px;
    color: #222325;
    font-weight: 400;
    border: none !important;
}
.refer-a-friend-outer .tncpages ul {
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0rem;
}
.need-help-btn {
    margin-top: 20px;
}
.refer-a-friend-outer .got-more-que h4 {
    color: #fff;
    text-align: left !important;
    margin-top: 25px;
    margin-bottom: 7px;
    font-size: 18px;
}
.refer-a-friend-outer .got-more-que p {
    font-size: 14px;
}
.refer-a-friend-outer .tncpages ul li {
    font-size: 14px;
    border: none !important;
}
.refer-a-friend-outer .tncpages ul li:last-child {
    margin: 0 !important;
}
.performance {
    margin-bottom: 0px;
}
.refer-a-friend-outer .got-more-que {
    text-align: left;
    padding: 0 30px;
}
.share-link {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
body.light-mode .share-link {
    color: #324158;
}
.performance h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 2rem;
}
body.light-mode .performance h4, body.light-mode .performance-box h5, body.light-mode .count, body.light-mode .refer-a-friend-outer .accordion-text h4, body.light-mode .refer-a-friend-outer .got-more-que h4 {
    color: #324158;
}
body.light-mode .refer-a-friend-outer .tncpages ul.accordion > li > a {
    background: #ffffff;
    color: #324158 !important;
}
.performance {
    margin-top: 25px;
}
.change-email {
    padding-top: 65px;
}
.change-email-btn button {
    width: 40% !important;
}
.copy-link-field.d-flex button {
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    color: #fff;
    border: none;
    padding: 0 15px;
    border-radius: 8px;
    margin-left: 20px;
}
.search-wrapper {
    padding-top: 64px;
}
.bookmarks-wrapper {
    padding-top: 15px;
}
.bookmarks-wrapper .tabbing {
    position: sticky;
    top: 130px;
    background: #0f0f0f;
    z-index: 9;
}
#article-setting .email-box {
    border-top: none;
    padding-top: 0;
    padding-bottom: 30px;
}
.manage-order .address .name, .manage-order .address .location, .manage-order .address .city, .manage-order .address .phone-number{color: #fff !important; font-size: 14px;}
.manage-order .address .name {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
}
.address-my div#step4-wrapper {
    border-top: 1px solid #444444;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 23px;
}
.seller-inner.address-my .del {
    margin: 0 !important;
}
.manage-order.my-addresses h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
}
div#edit-address .add-post-inner {
    height: auto;
}
.get-app-qr-code-wrapper .email-verification.after-login {
    border: 1px solid #373737;
    border-radius: 12px;
}
.drop-down-menu-share {
    position: absolute;
    top: 58px;
    border: 1px solid #32415852;
    padding: 19px 12px;
    border-radius: 16px;
    background: #171717;
    z-index: 99;
}

.user-profile.my-profile.profile-edit-page a.upload_dp.a-upimg {
    right: 34px;
    border: 5px solid #191919;
    bottom: 38px !important;
    background: no-repeat;
    border: 5px solid #171717;
    margin: 0 !important;
    padding: 0 !important;
    /* top: 0; */
}
.smal-cam-upload {
    width: 30px;
    float: right;
    margin-right: 30px;
    margin-top: -10px;
}
.smal-cam-upload a {
    border: 10px solid #000;
    display: block;
}
.profile-edit-page .profile-detail h3 {
    margin: 0 !important;
    padding: 0;
}
.user-profile.my-profile.profile-edit-page .profile-detail {
    padding: 10px 5px 5px;
}
.user-profile.my-profile.profile-edit-page .uploadImg::after {
    background-image: url(https://www.jumpspree.com/public/images/small-cam-icon.png);
    width: 25px;
    height: 25px;
    background-color: #171717;
    right: 12px;
    bottom: 7px;
    border: 2px solid #171717;
    background-position: 0 0px;
    background-repeat: no-repeat;
    border-radius: 50%;
}

body.light-mode .drop-down-menu-share{
        background: #fbfbfb;;
}
.date.ogl ul li .drop-down-menu-share li {
    margin: 0 !important;
    padding: 0 !important;
}
.drop-down-menu-share ul {
    padding: 0 !important;
    gap: 4px;
    display: flex;
    flex-direction: column;
    max-width: 200px;
    width: 200px;
}
    .drop-down-menu-share ul li{margin: 0;}    
.drop-down-menu-share ul li a {
    padding: 4px 0;
    display: flex !important;
    width: 100%;
    border: 1px solid #32415852;
    border-radius: 15px;
    padding: 10px 10px;
    justify-content: space-between;
    font-size: 14px;
}
div#embed-code {
    position: fixed;
    right: 7px;
    bottom: -400px;
    z-index: 999;
    max-width: 430px;
    z-index: 9999999999;
    background: #252525;
    border-radius: 5px;
    transition: all 0.3s ease;
    opacity: 0;
}
body.light-mode div#embed-code {
   background: #eaeaea;
}
/*
div#embed-link {
    position: fixed;
    right: 7px;
    bottom: -400px;
    z-index: 999;
    max-width: 430px;
    z-index: 9999999999;
    background: #252525;
    border-radius: 5px;
    transition: all 0.3s ease;
    opacity: 0;
}
*/
div#embed-link {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    max-width: 430px;
    z-index: 9999999999;
    background: #252525;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    max-width: 100%;
}
#analytics-panel{display: none}
body.light-mode div#embed-link {
    background: #fff;
}

div#embed-link > .d-flex {
    justify-content: center;
}
div#embed-link .embed-header .back-btn a i {
    color: #fff !important;
}

div#embed-link .embed-header .back-btn, div#draft-box .embed-header .back-btn {
    position: absolute;
    left: 28px;
    color: #fff;
    top: 24px;
}
div#draft-box .embed-header .back-btn {
    position: absolute;
    left: 28px;
    color: #fff;
    top: -5px;
}
div#draft-box .embed-header {
    z-index: 9;
    position: absolute;
    width: 100%;
    left: 0;
    top: 25px;
}

body.dark-mode div#embed-link .embed-header  .close a {
    color: #fff !important;
    font-size: 14px !important;
}
body.ligh-mode div#embed-link .embed-header  .close a {
    color: #000 !important;
}
body.light-mode div#embed-link .embed-header  .close a{
    color: #324158
}
body.light-mode div#embed-link h3 img
{
    filter: invert(1)
}
div#embed-link h3 {
    width: 100%;
    text-align: left;
}
div#embed-link, div#draft-box {
    padding: 25px 30px !important;
}
#embed-link .close {
    top: 25px;
}
div#embed-link p{
    font-size: 14px !important;
    line-height: 20px !important;
}

div#add-alt-tag {
    position: absolute;
    right: 7px;
    bottom: 0;
    z-index: 999;
    max-width: 430px;
    z-index: 9999999999;
    background: #252525;
    border-radius: 5px;
    transition: all 0.3s ease;
    opacity: 1;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
}
body.light-mode div#add-alt-tag {
    background: #ffffff;
}
div#add-alt-tag-preview{
    position: fixed;
    right: 7px;
    bottom: -400px;
    z-index: 999;
    max-width: 430px;
    z-index: 9999999999;
    background: #252525;
    border-radius: 5px;
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 10px;
    padding: 15px;
}
div#embed-code.embed-in, div#add-alt-tag-preview.embed-in{
    bottom: 0px;
    opacity: 1;
        
}
.alt-header .back-btn {
    position: absolute;
    left: 28px;
    color: #fff;
    top: 12px;
}
body.light-mode .alt-header .back-btn a i {
    color: #000000 !important;
}
.alt-header .back-btn a i {
    color: #fff !important;
}
.alt-header > .d-flex {
    justify-content: flex-start;
}
.alt-header .close a {
    color: #fff !important;
    font-size: 14px !important;
}
body.light-mode .alt-header .close a {
    color: #000 !important;
    font-weight: 600;
}
body.light-mode #add-alt-tag .counter {
    color: #000000 !important;
}
.alt-header .close {
    right: 30px;
}
#add-alt-tag button.copy-embed {
    border: none;
    color: #fff;
    border-radius: 14px;
    padding: 8px 30px;
    position: static;
    right: 4px;
    top: inherit;
    transform: none;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 0;
    margin-left: 10px;
}
/*
div#add-alt-tag.embed-in{
    bottom: 7px;
    opacity: 1;
        
} 
*/
div#add-alt-tag.embed-in {
    bottom: 0;
    left: 0;
    opacity: 1;
    top: 0;
    right: 0;
    max-width: 100%;
}
div#embed-code h3, div#add-alt-tag-preview h3{
    color: #fff;
    margin: 0;
    font-size: 20px;
}
body.light-mode div#embed-code h3, body.light-mode div#embed-code h5{
    color: #324158;
}
body.light-mode .input-box input {
    background: #fff;
}

div#embed-link h3, div#add-alt-tag h3, div#add-alt-preview h3{
    color: #fff;
    margin: 0;
    font-size: 20px;
    margin-bottom: 8px;
}

body.light-mode div#add-alt-tag h3{
    color: #000000;
}

body.light-mode div#embed-link h3{color: #000}

div#embed-code, div#embed-link, div#add-alt-tag {
    border-radius: 25px;
    padding: 25px;
}

div#add-alt-tag {
    padding: 25px 30px;
}
#add-alt-tag .alt-header .close {
    right: 30px;
    top: 25px;
/*    display: none;*/
}
.alt-header .back-btn {
    top: 25px;
}
div#embed-code .embed-inner h5 {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-top: 8px;
    margin-bottom: 10px;
}
#embeded-code .email-box {
    height: auto;
    min-height: auto;
}
.copy-embed{background: #6e12ff; background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%); padding: 10px 20px;}
div#embed-code .input-embed input {
    width: 100%;
    height: 42px;
    padding: 0px 8px;
    font-size: 13px;
    border-radius: 8px;
    background: #3a3a3a;
    color: #fff;
    padding-right: 84px;
}
.input-embed {
    position: relative;
}
button.copy-embed {
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 6px 15px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.date.ogl ul li .drop-down-menu-share ul li a img {
    width: 20px !important;
    display: block !important;
    max-width: 17px !important;
    margin: 0;
    height: auto !important;
}
.drop-down-menu-share ul li a:hover {
    background: #252525;
}
body.light-mode .drop-down-menu-share ul li a:hover {
    background: #eaeaea;
}
div#edit-address .add-post-inner .add-credit-card {
    background: none;
    color: #fff;
}
div#edit-address .add-post-inner {
    max-width: 500px;
    width: 500px;
    
}
.date.ogl li.uplad i.fa-ellipsis.fa-solid {
    font-size: 18px !important;
    opacity: 1;
    margin: 0;
}
body.light-mode .date.ogl li.uplad i.fa-ellipsis.fa-solid {
    color: #000000;

}
div#edit-address .add-post-inner input{color: #fff;}
.manage-order .edt-delete {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.my-addresses .white-inner-box{margin-bottom: 15px;}


/*
div#share-site-link {
    position: fixed;
    right: 0;
    bottom: 0;
    position: fixed;
    right: 7px;
    bottom: -205px;
    z-index: 999;
    max-width: 430px;
    z-index: 9999999999;
    background: #252525;
    border-radius: 5px;
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 10px;
    padding: 15px;
}
*/

div#share-site-link {
    position: fixed;
    right: 0;
    bottom: 0;
    position: fixed;
    right: 7px;
    bottom: -205px;
    z-index: 999;
    max-width: 430px;
    z-index: 9999999999;
    background: #0f0f0f;
    border-radius: 5px;
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 25px;
    padding: 25px;
    border: 1px solid #3241585c;
}
#share-site-link .link {
    background: transparent !important;
    color: #fff;
    border: 1px solid #3241585c !important;
    border-radius: 15px !important;
}
#share-site-link h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    margin-bottom: 16px;
} 
#share-site-link .targets li:hover img {
    transform: scale(1.05);
}
#share-site-link li a span {
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 500;
}
.hashtag-tabbing ul {
    padding: 0;
    display: flex
}

.hashtag-tabbing ul li a.active {
    background: #fff;
    color: #000;
    font-weight: 600;
}
.hashtag-tabbing ul li a {
    color: #fff;
    padding: 4px 18px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50px;
    font-size: 13px;
}
div#product-hasgtag h5 {
    color: #fff;
    text-align: center;
    font-size: 15px;
    height: calc(100vh - 380px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.hashtag-tabbing ul {
    padding: 0;
    display: flex;
    gap: 10px;
}
div#feed-detail-wrapper {
    min-height: calc(100vh - 250px);
    padding-bottom: 50px;
}
.share-post.uplad a.share-button-desktop.flex-direction-column {
    flex-direction: column;
}
div#comment-reply-wrapper {
    border-top: 1px solid #ffffff21;
    margin-top: 15px;
    padding-top: 15px;
}
div#comment-reply-wrapper h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

body.light-mode div#comment-reply-wrapper h2 {
    color: #324158;
}
#follow-card-box .status .profile-drop-down {
    position: relative;
    right: 0;
    top: 0;
}
#reposted-box{padding: 20px; border: 1px solid #ccc; border-radius: 20px;}
.repost-btn .drop-down-menu-share ul {
    padding: 0 !important;
    gap: 4px;
    display: flex;
    flex-direction: column;
    max-width: 230px;
    width: 230px;
}
#share-site-link .add-image ul li {
    margin-bottom: 0 !important;
}
.embed-inner.share-dialog-s .targets {
    display: flex;
    margin: 0;
}
div#share-site-link.share-in-open {
    bottom: 7px;
    opacity: 1;
}
#share-site-link .targets li {
    width: 25%;
    font-size: 11px;
    text-align: center;
}
#share-site-link .targets li a{display: flex; flex-direction: column; align-items: center}
#share-site-link .targets li img {
    margin-bottom: 6px;
    max-width: 33px;
}

/*
#share-site-link .targets li {
    width: 13%;
    font-size: 11px;
    text-align: center;
}
*/

/* embed */
div#embeded-code .email-box {
    margin: 0;
    padding: 0;
}

div#embeded-code {
    background: #f1f1f1;
    padding: 20px;
    color: #000;
    border-radius: 15px;
    max-width: 500px;
    margin: 10px auto;
    height: auto;
    z-index: 99999999999999;
    position: relative;
}
body.light-mode div#embeded-code {
    background: #fff;
}
div#embeded-code .follow-us a {
    background: #fff;
    border: 1px solid #32415852;
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 12px;
    color: #000;
    font-weight: 800;
}    
div#embeded-code .fnc-title h4 a {
    color: #000;
    font-weight: 600;
}
#embeded-code p a {
    color: #171717;
}
#embeded-code p {
    color:#171717 !important;
}  
.heart p {
    margin: 0;
}
.jumpspree p {
    margin: 0;
    font-weight: 600;
} 
.jumpspree img {
    width: 35px;
    margin-left: 7px;
}
.heart p {
    font-weight: 700;
}
.heart img {
    max-width: 25px;
    margin-bottom: 3px;
}  
.post-image-post {
    margin-bottom: 20px;
}   
.price-text p {
    font-size: 18px;
    margin-bottom: 4px;
}

    
.price-text p{font-weight: 700;}    
.post-image-post img{border-radius: 12px}
.cover-photo-wrapper {
    height: 271px;
    background: #222;
    border-radius: 15px;
}
body.dark-mode .profile-icon {
    border: 4px solid #0f0f0f !important;
    background: #222;
    z-index: 0;
}
body.light-mode .profile-icon {
    z-index: 0;
}
body.light-mode .profile-box {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
body.light-mode .post-area.no-border .email-box {
    border-bottom: 1px solid #c3c3c3;
}
body.light-mode .profile-bio {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 15px;
}
body.light-mode .profile-icon {
    border: 4px solid #eaeaea !important;
    background: #f5f5f5;
}
.order-info .listing-gray-box h3{
     display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my-order-info .order-status h4 {
    width: 100%;
}

.my-order-info .order-status {
    flex-direction: column !important;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}  
.my-order-info .rate-this {
    background: #252525;
    padding: 15px;
    border-radius: 15px;
    margin-top: 10px;
    width: 100%;
}
.my-order-info.order-info .rate-this ul {
    padding: 0;
    margin: 0;
    color: #fff;
    display: flex
}
#repost-popup .add-image {
    display: block !important;
}
.post-area.no-border .fnc a:hover {
    color: #fff;
}
.profile-drop-down ul li:last-child {
    margin: 0;
}

.profile-drop-down ul li {
    margin-bottom: 6px;
}
.profile-drop-down ul {
    position: absolute;
    top: 30px;
    border: 1px solid #32415852;
    padding: 15px 12px;
    border-radius: 16px;
    background: #171717;
    z-index: 99;
    right: 0;
    width: 200px;
    max-width: 200px;
    gap: 7px;
    z-index: 0;
/*    display: flex !important;*/
    flex-direction: column;
    z-index: 9;
}
.left-panel #follow-card-box .profile-drop-down ul {
    width: 200px !important;
    max-width: 200px !important;
}
.profile-drop-down ul li a:hover {
    background: #252525 !important;
    color: #fff !important;
}
.bookmarks-wrapper .profile-drop-down ul li a:hover {
    color: #ff0026 !important;
}
body.light-mode .profile-drop-down ul li a:hover {
    background: #eaeaea !important;
    color: #324158 !important;
}
.profile-drop-down ul li a {
    text-transform: none;
    padding: 4px 0;
    display: flex !important;
    width: 100%;
    border: 1px solid #32415852;
    border-radius: 15px;
    padding: 8px 13px !important;
    justify-content: space-between !important;
    font-size: 14px;
    font-weight: 600;
}
a.like-button.likeIsActive span {
/*    color: #FF0088;*/
}
.email-box .profile-drop-down img {
    border-radius: 0;
    width: 16px !important;
}
#create-poll .post-area-inside {
    padding: 0 0 !important;
}
#create-poll .create-poll-option {
    background: transparent !important;
    padding: 0 !important;
    padding-left: 0px !important;
}
#create-poll .create-poll-option .option:last-child input {
    border: 1px dashed #343434 !important;
}
.create-poll-option .option input {
    font-size: 15px;
}
.create-poll-option .option input {
    font-size: 15px;
    border-color: #343434 !important;
}
.poll-time.d-flex.justify-content-between, .poll-time.d-flex.justify-content-between a {
    font-size: 12px !important;
}

.poll-time.d-flex.justify-content-between a {
    color: #737373 !important;
}
.poll-time.d-flex.justify-content-between .end-poll {
    color: #737373;
}
.poll-time.d-flex.justify-content-between {
    padding-left: 0px;
    padding-top: 10px;
}
 .option.add-more-option > .add {
    background: none !important;
    border: none !important;
    padding: 0;
}
#create-poll hr {
    margin: 2rem 0;
}
.create-poll-head {
    position: relative;
}

.poll-length .poll-length select {
    width: 110px;
    border: 1px solid #32415852;
    background: none;
    color: #555;
    height: 42px;
    padding: 0 10px;
    border-radius: 13px;
    font-size: 14px;
}

.poll-length .custom-select {
    position: relative;
    width: 200px;
    margin-bottom: 10px;
    padding: 0;
    background: none !important;
}

.poll-length .select-btn {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background: none;
    border: 1px solid #32415852;
    color: #555;
    border-radius: 13px;
    text-align: left;
}

.poll-length .select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 150px;
    overflow-y: auto;
    background: #252525;
    border: 1px solid #32415852;
    z-index: 10;
    border-radius: 8px;
    margin-top: 5px;
}

.poll-length .select-options div {
  padding: 10px;
  cursor: pointer;
}

.poll-length .select-options div:hover {
    background-color: #1c1c1c;
}


#create-poll .send-post.w100 {
    text-align: right;
    border-top: 1px solid #32415852;
    padding-top: 15px;
}
#create-poll .post-foot.add-post-foot .send-post button {
    width: 100px;
    font-size: 14px;
    padding: 8px 30px;
    width: auto;
    border-radius: 50px;
    font-weight: 600;
}
body.dark-mode .feed-poll-both, body.light-mode .feed-poll-both {
    background: none !important;
    border: 1px solid #32415854 !important;
    padding: 0;
    gap:0;
}
.feed-poll-both .votes {
    /* opacity: 0; */
    /* display: none; */
    margin-top: 0;
    margin-bottom: 7px;
}
body.dark-mode .poll-question {
    background: none !important;
    color: #fff;
    padding: 0;
    font-size: 15px;
    margin-bottom: 10px;
}
body.dark-mode .feed-poll-both .poll-options {
    background: none;
    color: #fff;
    padding: 0;
    font-size: 15px;
    margin-bottom: 10px;
}

body.dark-mode .feed-poll-both .poll-option {
    background: transparent !important;
    border: 1px solid #32415854 !important;
    border-radius: 12px;
    height: 40px;
}
body.dark-mode .feed-poll-both .poll-option label div, body.light-mode .feed-poll-both .poll-option label div {
    background: #20403b;
    color: #fff;
    border-radius: 12px;
    white-space: nowrap;
}
.poll-option label div{font-weight: 300;}
.poll-option label {
    font-size: 12px;
}

#create-poll span.delete-option i {
    color: #ff0026;
    font-size: 20px;
    font-weight: 700;
}
#create-poll span.delete-option {
    margin-left: 15px;
    cursor: pointer;
}
#create-poll .option {
    display: flex;
    align-items: center;
}
.poll-ending {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.participate-confidently {
    display: flex;
    align-items: flex-start;
}
.participate-confidently .icon {
    padding: 0;
    flex-shrink: 0;
    max-width: 15px;
    margin-right: 10px;
    margin: 0;
    margin-right: 10px;
}
.participate-confidently .text-note p {
    font-size: 12px;
    color: #888b8e !important;
    margin-bottom: 0;
    line-height: 18px;
}

.participate-confidently .text-note h5 {
    color: #fff;
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 2px;
}
.feed-poll-inner {
    padding: 20px;
}
.participate-confidently {
    border-top: 1px solid #32415854 !important;
    padding: 15px 20px;
}
div#create-new-account-or-login > .add-post-inner {
    border: 1px solid #1f2732;
    padding: 0;
    background: #0c0c0c;
}
div#create-new-account-or-login .add-post-inner .footer-account a:hover {
    background: #1f273278;
    border-radius: 0 0 0 19px;
}
div#create-new-account-or-login .add-post-inner .footer-account a:last-child:hover {
    background: #1f273278;
    border-radius: 0 0px 19px 0px;
}
div#create-new-account-or-login .add-post-inner img {
    width: 100px;
    margin-bottom: 20px;
    margin-top: 20px;
}
div#create-new-account-or-login .add-post-inner h2 {
    font-size: 25px;
    line-height: 40px;
}
div#create-new-account-or-login .footer-account {
    display: flex;
    justify-content: space-between;
}
div#create-new-account-or-login .add-post-inner .footer-account a {
    flex: 1;
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    padding: 20px 0;
    border-right: 1px solid #1f2732;
    font-size: 16px;
}
div#create-new-account-or-login .add-post-inner .footer-account a:last-child{
    border-right: none;
}
div#create-new-account-or-login .footer-account {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #1f2732;
}
div#create-new-account-or-login  .add-post-inner .footer-account a {
    flex: 1;
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    padding: 20px 0;
}
div#create-new-account-or-login .header-post.social-add-header {
    display: flex;
    flex-direction: column;
}
div#create-new-account-or-login .create-poll-head {
    flex: 1;
    text-align: center;
}
#create-new-account-or-login .add-post-inner {
    height: 320px;
}
.feed-poll-both .poll-option input:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #fff !important;
}
.feed-poll-both .poll-option input {
    float: right;
    position: relative;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    appearance: none !important;
    opacity: 1;
}
.feed-poll-both input[type="radio"]:checked:after {
    content: "";
    width: 7px;
    height: 7px;
    background: none; 
    position: absolute;
    border-radius: 0;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.feed-poll-both input[type="radio"]:checked:before {
    background: #20403b;
    border-color: #20403b !important;
}
.feed-poll-both input[type="radio"]:checked:before {
    background: #11d79e;
    border-color: #11d79e !important;
}
#repost-popup-product .blog-main-image img {
    border-radius: 0 0 9px 9px;
}  
#repost-popup-product .add-image ul li a {
    height: 27px;
}
#create-poll .fnc-title textarea {
    min-height: 8px;
    /* opacity: 0; */
    padding: 0;
    border: none;
    resize: none;
    margin-top: 2px;
    font-size: 13px;
    height: 25px;
}
#social-popup .add-post-inner {
    height: auto;
    min-height: inherit;
}
.image-preview-box {
    margin-bottom: 20px;
}
#social-popup .image-preview .close-image-preview {
    position: absolute;
    right: 6px;
    width: 30px;
    height: 30px;
    background: #0000005e;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 100;
    border-radius: 50%;
    font-size: 22px;
    top: 7px;
    float: left;
    line-height: 30px;
}
#social-popup .image-preview {
    position: relative;
}
#social-popup .image-preview img {
    border-radius: 10px;
}

#embed-link .input-embed, #add-alt-tag .input-embed {
    margin-top: 30px;
    position: static;
    display: flex;
    position: relative;
}
#embed-link .input-embed .error-message , #add-alt-tag .input-embed .error-message {
    position: absolute;
    bottom: -30px;
    left: 3px;
    color: #ff0026 !important;
    font-size: 12px;
}
div#gifModalForAddPost {
    background: #3b3b3b;
    border: none;
    border-radius: 8px;
}
div#gifModalForAddPost {
    background: #161616;
    border: none;
    border-radius: 25px;
    position: absolute;
    bottom: 0;
    transform: none;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
}
div#gifModalForAddPost .gif-list img {
    max-width: 64px;
    height: 64px;
    object-fit: cover;
    width: 64px;
}
#social-popup div#gifPreviewBox {
    position: relative;
    display: inline-block;
}
#social-popup input#gifSearchForAddPost {
    font-size: 15px;
    background: none !important;
    width: 100%;
    padding: 0 15px;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #3241585c;
    height: 38px;
}

#social-popup img#gifPreviewAddPost {
    max-width: 400px;
    min-width: 270px;
    border-radius: 10px;
}
#social-popup button#gifSearchBtnForAddPost {
    position: absolute;
    right: 34px;
    top: 17px;
    padding: 0;
    color: #bbb;
    font-size: 24px;
}
#social-popup button#gifSearchBtnForAddPost  i {
    font-size: 15px !important;
}
#social-popup .close-gif-preview {
    position: absolute;
    right: 10px;
    position: absolute;
    right: 6px;
    width: 30px;
    height: 30px;
    background: #56565629;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 100;
    border-radius: 50%;
    font-size: 22px;
    top: 7px;
    float: left;
    line-height: 30px;
    cursor: pointer;
}
#social-popup .image-preview {
    max-width: 350px;
    max-width: 100%;
}
#social-popup .embed-link a, #social-popup .add-alt-text a, #repost-popup .embed-link a, #repost-popup .add-alt-text a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400;
}
.embed-and-alt {
    position: absolute;
    bottom: 5px;
    width: 100%;
    right: 0;
    justify-content: flex-end;
    left: 0;
    padding-right: 8px;
    border-radius: 8px;
}
.embed-link img, .add-alt-text img {
    width: 14px;
    margin-right: 2px;
    border-radius: 0 !important;
    /* max-width: 20px; */
}
#social-popup .embed-link img, #social-popup .add-alt-text img, #repost-popup .embed-link img, #repost-popup .add-alt-text img {
    width: 18px !important;
}
#social-popup #imagePreviewBox .owl-theme  .owl-dots, #repost-popup #imagePreviewBox-repost .owl-theme  .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#social-popup #imagePreviewBox button.owl-dot, #repost-popup #imagePreviewBox-repost button.owl-dot {
    background: #fff !important;
    width: 20px;
    height: 5px;
    border-radius: 35px;
    margin: 0 4px;
    position: relative;
}
#repost-popup .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px !important;
}

#social-popup .owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
    float: left;
    /* display: block; */
}
#social-popup .owl-theme .embed-and-alt , #repost-popup .owl-theme .embed-and-alt {
    bottom: 20px;
}
#social-popup #imagePreviewBox button.owl-dot.active, #repost-popup #imagePreviewBox-repost button.owl-dot.active {
    background: #646161 !important;
}
#social-popup #imagePreviewBox .embed-and-alt.d-flex, #repost-popup #imagePreviewBox-repost .embed-and-alt.d-flex {
    padding-right: 10px !important;
}
#social-popup .embed-link a, #social-popup .add-alt-text a, #repost-popup .embed-link a, #repost-popup .add-alt-text a {
    display: flex;
    align-items: center;
}
.embed-and-alt  .embed-link img {
    transform: rotate(-45deg);
}
.embed-link, .add-alt-text {
    color: #fff;
    background: #171717ab;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #3241585c;
}
.embed-and-alt.d-flex {
    gap: 7px;
}
.post-area .user-profile .share-profile a.active {
    border-color: #3241585c !important;
}
img.multi-image-wrapper{
    width: 100% !important;
    object-fit: contain;
    height: 260px !important;
/*    background: #100b0b;*/
}

.multi-image-wrapper img{
    height: 682px !important;
    width: 100% !important;
    object-fit: contain;
    background: #252525;
}

.jumpspree-more-wrapper {
    margin-top: 25px;
}
.post-area.subscription-box .curved-box.fixed-heading .back-btn {
    top: 19px !important;
}
.post-area.subscription-box .terms {
    top: 18px;
}

/*
div#embed-link.embed-in {
    bottom: 7px;
    opacity: 1;
}
*/
div#embed-link.embed-in {
    bottom: 7px;
    opacity: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
}
div#embed-link p, div#add-alt-tag p, div#add-alt-tag-preview p {
    color: #fff;
    font-size: 12px;
    line-height: 17px;
}
body.light-mode div#embed-link p{
    color: #324158;
}
body.light-mode div#embed-link .embed-header .back-btn a i {
    color: #000000 !important;
}
 div#add-alt-tag p,  div#embed-link p {
    font-size: 14px;
    line-height: 20px;
    color: #bbb;
}
body.light-mode div#add-alt-tag p {
    color: #324158;
}

div#embed-link .input-embed input, div#add-alt-tag .input-embed input {
    background: #3a3a3a;
    border-radius: 14px;
    height: 42px;
    width: 100%;
    padding: 0px 8px;
    color: #fff;
}
body.light-mode div#embed-link .input-embed input {
    background: #eaeaea;
    color: #000;
}
#add-alt-tag-preview button.copy-embed {
    position: static;
    width: 100%;
    margin-top: 10px;
}

/*
div#embed-link button.copy-embed {
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 6px 25px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
*/
div#embed-link button.copy-embed {
    border: none;
    color: #fff;
    border-radius: 14px;
    padding: 8px 30px;
    position: static;
    right: 4px;
    top: inherit;
    transform: none;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 0;
    margin-left: 10px;
}
div#embed-link h3 img, div#add-alt-tag h3 img {
    width: 23px;
    margin-right: 4px;
}
body.light-mode div#add-alt-tag h3 img {
    filter: invert(1);
}
#add-alt-tag .input-embed textarea {
    border: 2px solid #32415866;
    background: none !important;
    padding: 10px;
    border-radius: 15px;
    height: 120px;
    resize: none;
    font-size: 14px;
}
#add-alt-tag .counter {
    text-align: right;
    color: #bbb;
    font-size: 10px;
    margin-bottom: 8px;
}
#add-alt-tag .input-embed button.copy-embed {
    position: static;
/*    width: 100%;*/
}
 #embed-link .close, #add-alt-tag .close, #add-alt-tag-preview .close {
    width: auto;
}
#embed-link .close a, #add-alt-tag .close a, #add-alt-tag-preview .close a {
    color: #fff;
    font-size: 14px;
}
body.light-mode #embed-link .close a {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 600;
}
#add-alt-tag-preview .embed-inner {
    margin-top: 8px;
}
#social-popup .post-area-inside {
    padding: 0 0;
}
#create-poll .post-foot.add-post-foot {
    margin-top: 20px;
}
#add-alt-tag-preview button.copy-embed {
    position: static;
    width: 100%;
    margin-top: 10px;
}
#add-alt-tag-preview p {
    color: #fff;
}
.discard-conformation {
    background: #000000ab;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none
}
.discard-conformation .save-draft {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #171717;
    padding: 15px;
    border-radius: 25px;
    padding: 0;
    max-width: 250px;
    width: 250px;
    text-align: center;
    border: 1px solid #3241585c;
}
body.light-mode .discard-conformation .save-draft {
    background: #f1f1f1;
}
.discard-conformation .save-cancel button, .discard-conformation .save-cancel a {
    position: static;
    transform: none;
    background: none;
    display: block;
    flex: 1;
    padding: 15px 0;
    color: #fff !important;
    font-size: 14px;
}

#jumpspree-more-popup .save-cancel a, #qrcode-popup .save-cancel a {
    border-right: 1px solid #3241585c !important;
    border-radius: 0;
    color: #bbb;
}
#jumpspree-more-popup .save-cancel a:hover {
    background: #00000033;
}
.discard-conformation .save-draft h3 {
    font-size: 15px;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 25px 0;
    /* padding-top: 0; */
    display: block;
    margin: 0;
    color: #bbb;
}
body.light-mode .discard-conformation .save-draft h3 {
    color: #324158;
}

.discard-conformation  .save-cancel {
    display: flex;
    justify-content: space-between;
}
.discard-conformation .save-cancel {
    border-top: 1px solid #3241585c;
}
body.light-mode .discard-conformation .save-cancel {
    border-top: 1px solid #b3b3b3 !important;
}
.save-cancel button {
    border-right: 1px solid #3241585c !important;
    border-radius: 0;
    color: #bbb;
}
body.light-mode .save-cancel button {
    border-right: 1px solid #b3b3b3 !important;
    color: #324158;
}
body.light-mode .save-cancel button:last-child {
    border: none !important;
}
.save-cancel button:last-child {
    border: none !important;
}
.discard-btn{color: #ff004d !important}
.save-cancel button:last-child:hover {
    background: #00000033;
    border-radius: 0 0 9px 0;
}
.save-cancel button:first-child:hover {
    background: #00000033;
}
body.light-mode .save-cancel button:last-child:hover {
    background: #aeaaaa33;
    border-radius: 0 0 9px 0;
}
body.light-mode .save-cancel button:first-child:hover {
    background: #aeaaaa33;
}
#social-popup .image-preview-box .image-preview .close-image-preview {
    cursor: pointer;
}
div#social-popup .header-post.social-add-header {
    min-height: 250px;
} 

.show-image-caption{display: none}
.show-image-caption a img {
    width: auto;
}
.show-image-caption {
/*    display: flex;*/
    position: absolute;
    bottom: 24px;
    right: 21px;
    gap: 10px;
}
.show-image-caption .embed-link i {
    font-size: 12px;
    margin-left: 3px;
}
body.dark-mode .add-post-inner.article-wrapper .add-title input {
    background: none !important;
    height: 42px;
    padding: 0 10px;
    border: 1px solid #3241585c !important;
}
body.dark-mode .add-post-inner.article-wrapper .add-title #hashtags-container input {
    color: #6e12ff !important;
}
body.dark-mode .upload-article-image, body.dark-mode .post-area-inside textarea#article-mentions, #article-hashtags, .add-article-textarea {
    background: none !important;
    border: 1px solid #3241585c !important;
    border-radius: 15px !important;
}
body.light-mode .add-post-inner.article-wrapper .add-title input {
    background-color: #fff !important;
    height: 42px;
    padding: 0 10px;
    color: #324158;
    border: 1px solid #d2d2d2 !important;
}
div#imageCarousel {
    max-width: 80%;
}
div#imageCarousel img, div#imageCarousel-repost img {
    border-radius: 10px;
}
div#social-popup .add-post-inner {
    max-width: 550px;
    width: 550px;
    position: relative;
}
div#embed-link.show-embed-link {
    display: block;
}
div#add-alt-tag.show-add-alt-tag {
    display: block;
}
div#draft-box{
    right: 0;
    top: 0;
    padding: 25px 30px !important;
    height: auto;
    bottom: 0;
    position: absolute !important;
    transform: none;
    opacity: 1;
    display: block;
    transition: all 0.5s ease !important;
    background: #0f0f0f;
    z-index: 9;
    bottom: 0;
    border-radius: 25px;
    left: 0;
    display: none;
}
div#add-topic-box {
    right: 0;
    top: 0;
    padding: 25px 30px !important;
    height: auto;
    bottom: 0;
    position: absolute !important;
    transform: none;
    opacity: 1;
    display: block;
    transition: all 0.5s ease !important;
    background: #0f0f0f;
    z-index: 9;
    bottom: 0;
    border-radius: 19px;
    left: 0;
    display: none;
}
body.light-mode div#draft-box {
    background: #fff;
}
#embed-link .close {
    position: absolute;
    right: 30px;
/*    display: none;*/
}
#draft-box .close.delete-all {
    position: absolute;
    width: auto;
    top: 15px;
    right: 30px;
}
div#draft-box.draft-box-show{display: block;}
div#draft-box h3 {
    width: 100%;
    text-align: center;
}
body.light-mode div#draft-box h3 {
    color: #000;
}
div#draft-box h3 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    margin-bottom: 14px;
}
.draft-outer .drafts {
   border: 1px solid #3241585c;
    border-radius: 20px;
    padding: 15px 15px;
    cursor: pointer;
}
body.light-mode .draft-outer .drafts {
    border: 1px solid #c3c3c3;
}
.draft-outer .drafts h4, .draft-outer .drafts p {
    margin: 0;
    color: #bbb;
}
body.light-mode .draft-outer .drafts h4, body.light-mode .draft-outer .drafts p {
    color: #324158;
}
.draft-outer .drafts h4 {
    font-size: 16px;
    margin-bottom: 6px;
}
.draft-outer {
    gap: 15px;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}
.social-popup .draft-switcher a {
    color: #bbb !important;
    font-size: 14px !important;
    padding: 7px 40px;
}
.draft-switcher a.active {
    color: #fff;
    background: #252525;
    font-size: 14px;
    padding: 7px 40px;
    border-radius: 10px;
}
.draft-outer {
    gap: 15px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 80px);
    overflow-y: auto;
}
.draft-outer .drafts:hover {
    background: #252525;
    border-color: #606060;
}
body.light-mode .draft-outer .drafts:hover {
    background: #f1f1f1;
}
body.light-mode .no-drafts.no-draft-show p {
    color: #324158;
}
body.light-mode .add-title textarea {
    padding: 10px 14px !important;
}
.no-drafts {
    display: none;
    text-align: center;
    justify-content: center;
    height: 100%;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
}
#draft-container .no-drafts {
    text-align: center;
    justify-content: center;
    height: 100%;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    color: #bbb;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
}
#draft-container .no-drafts p {
    margin: 0;
    color: #bbb;
}
.no-drafts.no-draft-show{display: flex;}
.no-drafts  p{color: #fff;}
div#draft-box .embed-header .back-btn a i {
    color: #fff !important;
}
body.light-mode div#draft-box .embed-header .back-btn a i {
    color: #000 !important;
}
.drafts p {
    font-size: 14px;
}
#draft-box .close.delete-all a {
    color: #ff0026 !important;
    font-size: 14px !important;
    font-weight: 600;
}
#draft-box .close.delete-all {
    position: absolute;
    width: auto;
    top: 0;
    right: 30px;
    opacity: 1 !important;
}
#draft-box .embed-header {
    z-index: 9;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
#discard-save-draft  .save-draft h3 {
    padding: 25px 15px;
}
body.light-mode li.create-poll img {
    filter: invert(1) !important;
}
.repost-social .repost-wrapper {
    width: 100%;
    margin-bottom: 15px;
}
.repost-social .repost-wrapper .email-box {
    min-height: auto;
    padding: 10px 0px 0 !important;
}
.repost-social .repost-wrapper .email-box p {
/*    margin: 0;*/
}
.repost-social .repost-wrapper .blog-main-image {
    margin: 0 !important;
}
.repost-social .repost-wrapper .blog-main-image a {
    border: none !important;
}
.repost-social .repost-wrapper .lightgallery img {
    border-radius: 0 0 15px 15px;
}
body.light-mode .repost-wrapper {
    border: 1px solid #c3c3c3 !important;
}
body.light-mode .write-article img {
    filter: invert(1);
}
    .add-article-textarea{
        background: none;
    color: #d4d4d4;
    background-color: #4747475e;
    border: 1px solid #3241585c !important;
    color: #d4d4d4 !important;
    padding: 10px 14px !important;
    border-radius: 8px;
    font-size: 14px !important;
    height: 200px !important;
    }
.article-wrapper .add-title input, .article-wrapper .upload-article-image {
    border-radius: 15px;
}
body.light-mode .post-area-inside textarea {
    background: #fff !important;
    border: 1px solid #d2d2d2 !important;
    border:none !important
} 
body.light-mode .article-wrapper .add-post-foot {
    border-top: 1px solid #d2d2d2;
}
body.light-mode div#comment-section .add-image ul li a {
    background: #fff !important;
}
.link-your-bank-account .text p{color: #bbb; font-size: 14px; line-height: 18px;}
.no-longer {
    margin-top: 25px;
    display: block;
}
.no-longer p {
    margin-bottom: 7px;
}
.finish-linking-account .bank-icon img {
    width: 22px;
}
.finish-linking-account .bank-icon{background: none}
.finish-linking-account .powered {
    margin-left: 10px;
    border-radius: 3px;
    color: #665bff;
    border-color: #665bff;
}
.finish-linking-account .powered img {
    filter: inherit;
}
.finish-linking-account .trash img {
    width: 18px;
}

.finish-linking-account .trash {
    background: none;
}
.finish-linking-account .linked-account.d-flex {
    background: transparent !important;
    color: #fff;
    align-items: center;
    border: 2px solid #32415852 !important;
    border-radius: 25px;
}
.finish-linking-account .link-account .bank-name p {
    font-size: 14px;
    font-weight: 600;
}
.no-longer p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    margin-bottom: 10px;
}
.no-longer a {
    color: #ff0026;
    margin: 0;
    font-size: 14px;
}
.post-area.linked-account-wrapper {
    display: flex;
    flex-direction: column;
}
.seller-inner.linked-account-page {
    flex: 1;
}
.finish-linking-account  .faqs {
    border: 1px solid #32415852 !important;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 30px;
    color: #fff;
}
.finish-linking-account  .faqs h5{color: #fff;}
.finish-linking-account .faqs p:last-child {
    margin-bottom: 0;
}
.finish-linking-account .faqs p a {
    color: #8909ff !important;
}

.finish-linking-account .faqs p {
    color: #bbb;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
.finish-linking-account .faq {
    padding: 25px 0;
}

.finish-linking-account .faq h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.finish-linking-account .faqs h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    margin-bottom: 7px;
    font-weight: 700;
}
.social-popup .add-post-inner .post-for-repost a, .social-popup .add-post-inner .post-for-repost .blog-text {
    font-size: 14px !important;
    color: #bbb !important;
}
.social-popup .add-post-inner .post-for-repost .post-text, .social-popup .add-post-inner .post-for-repost .blog-text {
    margin-bottom: 15px;
}

body.light-mode .social-popup .add-post-inner .post-for-repost .post-text a {
    color: #324158 !important;
}
.social-popup .add-post-inner .post-for-repost .blog-main-image.mb-10.movie-trailer .item a{
    border: none !important
}
.social-popup .add-post-inner .post-for-repost {
    padding: 0;
}
.social-popup .add-post-inner .post-for-repost .header-add-post {
    padding: 10px;
}
.social-popup .add-post-inner .post-text, .social-popup .add-post-inner .blog-text {
    padding: 10px;
}
.social-popup .add-post-inner .blog-main-image.mb-10.movie-trailer.alt-link {
    margin-bottom: 0 !important;
}
.social-popup .add-post-inner .blog-main-image.mb-10.movie-trailer.alt-link img {
    border-radius: 0 0 9px 9px;
}

.post-repost-main {
/*    min-height: 160px;*/
}
body.light-mode li.create-poll a img {
    filter: invert(1) brightness(0.5) !important;
}
body.light-mode .create-poll-wrrapper-main .fig img {
    width: 100%;
    box-shadow: 0 0 0px 6px #ffffff;
}
body.light-mode .create-poll-head h2 {
    color: #000000 !important;
    width: 100%;
}
body.light-mode .create-poll-option .option input {
    color: #324158 !important;
}
button#gifSearchBtn {
    position: absolute;
    right: 16px;
    top: 0;
    padding: 0;
    color: #bbb;
    font-size: 24px;
}
button#gifSearchBtn {
    position: absolute;
    right: 16px;
    top: 0;
    padding: 0;
    color: #bbb;
    font-size: 24px;
}
button#gifSearchBtn:hover i {
    color: #fff !important;
}
.gif-modal span.close-x{
    position: absolute;
    right: -8px;
    color: #000000;
    top: -10px;
    background: #9d9d9d;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 17px;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
}
div#previewGifs span.close-x{
    position: absolute;
    right: -8px;
    color: #000000;
    top: -10px;
    background: #9d9d9d;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 17px;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
    top: 0;
}
#repost-full-wrapper div#previewGifs span.close-x {
    right: 7px;
    background: #56565629;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 100;
    cursor: pointer;
    font-size: 22px;
    top: 7px;
    color: #fff;
}
div#previewGifs img {
    width: 100%;
    border-radius: 5px;
}
div#previewGifs {
    display: inline-block;
    position: relative;
}
.gif-search {
    position: relative;
}
div#gifModal {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    background: #252525;
    border: none;
}
#feed-detail-wrapper .link-preview a:hover {
    text-decoration: none !important;
}
#gifResults img {
    border-radius: 5px;
    width: 31.5%;
    height: auto;
}
div#gifModal {
    position: absolute;
    left: 0;
    right: 0;
    width: 93%;
    transform: none;
    background: #252525;
    border: none;
    border-radius: 10px;
    bottom: 80px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}
.mention-popup {
    background: #3241585c !important;
}
#commentdiv .comment-by {
    flex-shrink: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}
#commentdiv .comment-by img {
    height: 100% !important;
        object-fit: cover;
}
.ql-snow .ql-tooltip {
    left: 20px !important;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    font-size: 12px;
}
.ql-snow .ql-tooltip {
    background-color: #222;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 5px 12px;
    white-space: nowrap;
    border-radius: 5px;
}
.ql-snow .ql-tooltip input[type=text] {
    border: 1px solid #181818;
    background: #181818;
    color: #fff;
}
#feed-detail-wrapper-main div#gifModal{bottom: 60px}
body.light-mode div#gifModal {
    background: #e7e7e7;
}
body.light-mode input#gifSearch {
    background: #ffffff !important;
    color: #324158;
}
body.light-mode button#gifSearchBtn:hover i {
    color: #324158 !important;
}
.gif-results img:hover {
    transform: scale(1.0) !important;
    border: none !important;
}
input#gifSearch {
    font-size: 15px;
    background: #3a3a3a !important;
    width: 100%;
    padding: 0 15px;
    border-radius: 10px;
    color: #fff;
}
/*
.message-wrapper .all-users-mesage {
    top: 90px;
    position: sticky;
}
*/
.message-wrapper .all-users-mesage {
    top: 64px;
    position: sticky;
    border: 1px solid #3241585c;
    border-radius: 25px 25px;
    padding: 25px;
    background: #0f0f0f;
    /* border-bottom: none;*/
}
.message-wrapper .seller-inner.seller-mesage-outer {
    background: #171717;
}

.message-wrapper .search input {
    background: #0f0f0f;
    height: 42px !important;
    border-radius: 12px;
    border: none;
    width: 100%;
    padding: 0 39px;
    padding-right: 15px;
    color: #bbb;
    font-size: 14px;
    border: 1px solid #3241585c;
}
.user-message.active-user {
    background: #252525 !important;
}
.user-box .extra-opt.leff ul:hover {
/*    background: #252525 !important;*/
}
.user-box .extra-opt.leff ul li:first-child a:hover {
    border-radius: 14px 14px 0 0;
}
.user-box .extra-opt.leff ul li:last-child a:hover {
    border-radius: 0 0 14px 14px;
}

.user-box .extra-opt.leff ul li a:hover {
    background: #22222236;
}
.message-wrapper .search button {
    background: none;
    color: #fff;
    padding: 0;
    left: 0;
    width: auto;
    left: 15px;
}
.message-wrapper .user-message {
    background: #0f0f0f;
    padding: 10px 15px;
    border-radius: 22px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #3241585c;
}
.message-wrapper .user-message:hover {
    cursor: pointer;
    background: #282828;
}
.message-wrapper .user-image {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-top: 3px;
    background: none;
    align-self: flex-start;
}
.all-users-mesage h5 {
/*    display: none;*/
        color: #fff;
}
.message-wrapper .user-name .name {
    color: #fff;
    font-size: 14px;
}
.message-wrapper .user-name {
    color: #bbb;
    flex: 1;
}
.message-wrapper .user-id {
    font-size: 14px;
}
#message-note-wrapper .message-note p i {
    margin-right: 5px;
}
.message-wrapper .open a {
    color: #fff;
    background: #363636;
    width: 25px;
    display: block;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.light-mode #mobile-messsage-box-wrapper .seller-mesage-outer .seller-box .message {
    background: #c7c7c7;
    color: #000;
}
body.light-mode #mobile-messsage-box-wrapper .seller-mesage-outer .date-time-message p {
    color: #324158;
}
body.light-mode #mobile-messsage-box-wrapper .back-btn {
    color: #000;
}
body.light-mode .chat-user-image + h2 + p {
    color: #000;
}

body.light-mode .chat-user-image + h2 {
    color: #000 !important;
}
body.light-mode .message-note {
    background: #c7c7c7;
}
body.light-mode .message-note p{
    color: #000 !important;
}
body.light-mode .message-comment-box .plus-comment {
    background: #d7d7d7;
    color: #000000;
}
body.light-mode .seller-mesage-outer .message-comment-box .action-comment a {
    background: #d7d7d7 !important;
}
/*
body.light-mode #comment-section .add-image {
    flex-direction: column;
    position: absolute;
    right: -11px;
    bottom: 24px;
    margin: 0;
}
*/
.seller-mesage-outer .message-comment-box .action-comment a i.fa-regular.fa-arrow-up {
    font-size: 13px;
}
.profile-drop-down li.disabled a {
    pointer-events: none;
    color: #bbbbbb42;
}
.join span.website a:hover {
    text-decoration: underline;
}

/*
.join span.website a {
    color: #5556ff !important;
}
*/
.join span.website a {
    color: #b8b8b8;
    font-weight: 600 !important;
}
.join span a {
    font-weight: 500 !important;
}  
.hashtag-link, .social-popup .add-post-inner .post-for-repost a.hashtag-link {
    color: #444eff !important;
    font-weight: 600 !important;
}
a.hashtag-link:hover {
    color: #4859f2 !important;
    text-decoration: underline;
}
.lg-img-wrap img.lg-object.lg-image[alt~="Profile"] {
    border-radius: 50% !important;
    max-width: 160px !important;
}
.send-post.repost-btn.active button {
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    color: #fff;
    border-color: transparent;
}
body.light-mode img.dislike-active {
    filter: invert(1) !important;
}
body.light-mode .post-area.no-border .fnc a:hover {
    color: #324158 !important;
}
body.light-mode a.like-button.likeIsDeactive .c-img img {
    filter: invert(1) !important;
}
#feed-detail-wrapper .blog-text {
    margin-bottom: 15px;
    margin-top: 20px;
}
/*
.curved-box.fixed-heading {
    background: #171717;
}
*/
#feed-detail-wrapper-main .fnc.mt-0.justify-content-between {
    margin: 0;
    padding: 20px 20px 0;
}
#feed-detail-wrapper-main .curved-box.fixed-heading {
    background: #171717;
}
body.light-mode #feed-detail-wrapper-main .curved-box.fixed-heading {
    background: #eaeaea !important;
}
#feed-detail-wrapper-main .email-box .profile-drop-down {
    z-index: 9;
    right: 25px;
    top: 10px;
}
#feed-detail-wrapper .item.lightgallery {
    margin-bottom: 0;
}
.green-verified span {
        font-weight: 500; /* Apply green color to all spans within the .green-verified class */
    }
#feed-detail-wrapper-main .email-box {
    padding: 0 !important;
}
#feed-detail-wrapper-main .blog-text {
    padding: 0 20px;
}
#feed-detail-wrapper-main .blog-main-image {
    padding: 0 20px;
    
}
#feed-detail-wrapper-main .blog-main-image.mb-10.movie-trailer{
    margin-bottom: 15px !important;
}
#feed-detail-wrapper-main .date ul {
    margin-top: 15px !important;
    margin-bottom: 15px;
}
#feed-detail-wrapper-main .blog-main-image{margin-bottom: 0 !important}
.lightbox .lb-image {
    border: 0px solid #fff !important;
}
div#feed-detail-wrapper-main .date.ogl {
    margin-top: 0 !important;
    padding-top: 0;
}
div#feed-detail-wrapper-main .date.ogl ul {
    padding-top: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.add-listing.followers {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.follow-inner .user-image {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.follow-inner .user-name p {
    margin: 0;
    color: #a8a8a8;
    font-size: 14px !important;
}
.follow-inner .follow-btn {
    width: 90px;
    flex-shrink: 0;
}
.follow-inner .user-name h2 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.follow-inner .follow-btn a {
    color: #fff;
    border-radius: 50px;
    border: 1px solid #3241585c;
    padding: 6px 0;
    font-size: 11px;
    display: block;
    text-align: center;
}
.follow-inner .user-name a:hover {
    color: #fff;
}
.follow-inner .follow-btn a:hover {
    background: #222222;
    color: #fff;
}
.add-listing.followers {
    padding: 30px 0 240px!important;
}
.followers-box {
    border-bottom: 1px solid #373737;
    padding: 20px 20px !important;
}
.lb-outerContainer {
    background-color: #252525 !important;
}
.lb-data .lb-close {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 12px !important;
    background-size: 100% !important;
}
/*.lb-cancel{opacity: 0 !important}*/
.lb-loader a.lb-cancel {
    padding-top: 18px;
    width: auto;
    background: no-repeat;
}
.lb-cancel:after {
    content: "Loading...";
    color: #fff;
    margin-top: 14px;
}
/*
.lightbox {
    display: flex;
    flex-direction: column-reverse;
}
*/
div#feed-detail-wrapper-main .date {
    margin: 0 20px;
}

body.light-mode .left-panel.my-profile-leftpanel{
    
}

body.light-mode .followers-box {
    border-bottom: 1px solid #c3c3c3;
    padding: 20px 20px;
}
body.light-mode .add-listing {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}
body.light-mode .curved-box.add-listing-steps-wrapper h1 {
    border-bottom: 1px solid #c3c3c3;
}
body.light-mode .follow-inner .user-name h2 {
    color: #324158 !important;
}
body.light-mode .follow-inner .user-name p {
    color: #324158;
}

body.light-mode .follow-inner .follow-btn a {
    color: #324158;
    border: 1px solid #324158;
}

body.light-mode .curved-box.add-listing-steps-wrapper h1 {
    color: #324158;
    background: #eaeaea;
    border-radius: 12px 12px 0 0;
}

body.light-mode .after-login-user .profile_text a, body.light-mode .after-login-user .profile_text span {
    color: #324158 !important;
}

body.light-mode .profile-bio h4 {
    color: #324158;
}



body.light-mode .after-login-user {
    background: #eaeaea;
}

body.light-mode .back a i {
    color: #324158;
}

div#feed-detail-wrapper-main div#comment-reply-wrapper {
    border-top: 1px solid #ffffff21;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    flex: 1;
}
#step08 form#signupform {
    min-height: 530px;
}
div#feed-detail-wrapper-main div#comment-reply-wrapper .comment-inner-box {
    padding: 0 20px;
}
div#comment-reply-wrapper h2 {
    padding: 0 20px;
}
body.light-mode div#feed-detail-wrapper-main div#comment-reply-wrapper {
    border-top: 1px solid #c3c3c3;
}
div#feed-detail-wrapper-main #comment-reply-wrapper .date {
    margin: 0 0;
}
#feed-detail-wrapper-main #comment-reply-wrapper .blog-main-image {
    padding: 0 0;
}
.comment-box .item.lightgallery img {
    cursor: pointer;
}
/*body.dark-mode .post-area-inside textarea{max-height: calc(100vh - 200px);}*/
body.light-mode .post-area-inside textarea{max-height: calc(100vh - 200px); color: #324158 !important;}
#repost-popup .post-data .row, #repost-popup .post-data .col-md-12 {
    margin: 0;
    padding: 0; 
}
#repost-popup .owl-item.active {
    margin: 0 !important;
     width: 100% !important; 
    opacity: 1;
    display: block;
}
#repost-popup .owl-item {
    opacity: 0;
    margin: 0;
    display: none;
}
#repost-popup .owl-stage {
    width: 100% !important;
    transform: none !important
}
#repost-popup .post-data .blog-main-image {
    margin-bottom: 0 !important;
}
#repost-popup .post-data .blog-main-image img {
    border-radius: 0 0 9px 9px;
}
#embed-code .close, #share-site-link .close{
width: auto;
}

#embed-code .close a {
    color: #fff;
    font-size: 14px;
} 
body.light-mode #embed-code .close, body.light-mode #share-site-link .close {opacity: 1 !important}
body.light-mode #embed-code .close a, body.light-mode #share-site-link .close a{
    color: #000;
} 
#share-site-link .close a {
    color: #fff;
    font-size: 14px;
} 
div#feed-top-sec {
    margin-top: 30px;
}
.user-profile.my-profile #profileform .cover-image {
    padding: 0px 0px 0 !important;
}
.lb-closeContainer {
    position: fixed;
    right: 50px;
    top: 40px;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
    background-size: 20%;
    background-size: 35px;
/*    background-position: 10px 50%;*/
    opacity: 1 !important;
}
.follow-inner .user-image {
    background: none !important;
    flex-shrink: 0;
}
main.checkout-page .cart-and-checkout h1 {
    font-weight: 700;
    color: #fff;
}
.checkout-page{min-height: 500px}
.cart-item .pro-text h2 {
    color: #fff;
    font-size: 14px;
}
.cart-item {
    background: #171717;
    border: 1px solid #3241585c;
    border-radius: 15px;
    padding: 0px;
}
.pro-box-wrapper{padding: 25px;}
.pro-box-wrapper {
    padding: 25px;
    border-bottom: 1px solid #3241585c;
    margin-bottom: 0px;
}
.pro-box-wrapper .add-qty input {
    width: 50px;
}
.cart-price.d-flex {
    color: #fff;
}
.cart-price.d-flex .price {
    font-weight: 700;
}
.cart-price.d-flex .price {
    font-weight: 700;
    font-size: 20px;
}
.cart-price.d-flex.align-items-center .was {
    padding: 0 12px;
}
.cart-item .pro-text h2 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 17px;
    font-weight: 400;
}
.cart-and-checkout .pro-image {
    margin-top: 0;
}
.add-qty-box label {
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 0;
}
.sold-out p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 0;
}
.add-qty.d-flex.justify-content-between.align-items-center {
    padding: 8px 0;
}
.qty-btn {
    border: 2px solid #3241585c;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}
.q-input input {
    height: 29px;
    background: none;
    border: 2px solid #3241585c;
    margin: 0 3px;
    text-align: center;
}
.pro-box-wrapper .delete-item {
    border: 2px solid #3241585c;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #ff0026;
}
.get-item {
    padding: 25px;
}
.get-item h3 {
    font-size: 18px;
    color: #fff;
}
.get-item .shipping h4 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    margin-bottom: 2px;
    margin-top: -2px;
}
.shipping-option .left-sec.flex1.d-flex.dim {
    opacity: 0.5;
}
.shipping-charges.free p {
    color: #00ffb5;
}
.shipping-charges.flat-price p {
    color: #fff;
}
.shipping-charges p {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.shipping-option {
    border: 1px solid #3241585c;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 15px;
}
.shipping-option p{
    margin-bottom: 0;
    color: #fff;
}
.shipping-option .check {
    padding-top: 4px;
    margin-right: 10px;
    position: relative;
}
.shipping-option .shipping p {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
}
.divider-select hr {
    border-top: 1px solid #32415852;
    opacity: 1;
    background: none;
}
.ship-optio-box {
    padding: 25px;
}
.divider-select {
    padding-left: 50px;
}
.divider-select hr {
    padding: 0;
    margin: 0;
}
.divider-select hr {
    border-top: 1px solid #32415852 !important;
    opacity: 1;
    background: none;
}
.divider-select {
    padding-left: 50px;
    margin-bottom: 0;
}
.ship-optio-box.w-picking {
    padding-left: 50px;
}
.person-name {
    margin-top: 15px;
}
.person-name input {
    border: 1px solid #3241585c;
    background: no-repeat;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
}
.shipping p {
    color: #acb3bc !important;
    line-height: 18px;
}
.person-name input:focus {
    background: none !important;
}
.divider-cart hr {
    margin: 25px 0;
}
.divider-cart hr {
    border-top: 1px solid #3241585c !important;
}
.shipping-and-billing-address h2{color: #fff; font-size: 20px;}
.shipping-and-billing-address .cart-item {
    padding: 20px;
}
.shipping-and-billing-address .cart-item p {
    margin: 0;
    color: #fff;
}
.shipping-and-billing-address .edit a {
    color: #fff;
}

main.checkout-page h1 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
    margin-bottom: 15px;
}
.checkout-page .clear-cart {
    margin-top: 13px;
}
.checkout-page .clear-cart {
    color: #fff;
}
.clear-cart a {
    color: #fff;
    text-decoration: underline;
}
.checkout-page .clear-cart {
    text-align: right;
    margin-bottom: 20px;
}
.total-cost-info {
    /* padding: 25px; */
    /* border-bottom: 1px solid #3241585c; */
    margin-bottom: 0px;
    background: #171717;
    border: 1px solid #3241585c;
    border-radius: 15px;
}
.sub-total {
    padding: 25px;
}
.s-pice {
    color: #fff;
    padding: 6px 0;
}
.s-pice.d-flex.justify-content-between input {
    background: none;
    border: 1px solid #3241585c;
    border-radius: 8px;
    padding: 0;
    height: 40px;
}
.s-heading a {
    font-weight: 700;
    margin-left: 6px;
    color: #d1d5da;
}
.promocode-applied {
    color: #00ffb5;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 0;
}
.s-pice.d-flex.justify-content-between input {
    background: none;
    border: 1px solid #3241585c;
    border-radius: 8px;
    padding: 0;
    height: 40px;
    color: #fff;
    padding: 0 13px;
    width: 210px;
}
.order-total {
    color: #fff;
    padding: 6px 0;
    border-top: 1px solid #3241585c;
    padding: 25px;
}
.placeorder-btn p {
    color: #acb3bc;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 15px;
}
.placeorder-btn button {
    height: 45px;
    border-radius: 12px !important;
}
.cart-and-checkout {
    padding-right: 20px;
}
.cart-and-checkout .right-sec {
    padding-left: 20px;
}
.cart-and-checkout .delete-item a {
    display: block;
}

.cart-and-checkout  .delete-item a:hover {
    color: #ff0026;
}

#comment-reply-wrapper .comments .comment-box .user-name a {
    font-weight: 500;
}
#comment-reply-wrapper .comments .comment-box h6 a {
    color: #A8A8A8;
}
body.light-mode #comment-reply-wrapper .comments .comment-box h6 a {
    color: #324158;
}
#comment-reply-wrapper .comments {
    padding: 0;
}
.comment-inner-box {
    border-bottom: 1px solid #ffffff21;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}
.comment-inner-box:last-child{border-bottom: none}
#comment-reply-wrapper .date ul {
    margin-top: 0px !important;
    margin-bottom: 15px;
}
#comment-reply-wrapper .blog-main-image.mb-10 {
    margin-bottom: 15px !important;
}
#comment-reply-wrapper .comment-inner-box {
    position: relative;
} 
#comment-reply-wrapper  .profile-drop-down {
    top: 0 !important;
}
#comment-reply-wrapper .profile-drop-down > a {
    height: 15px;
    line-height: 15px;
}
div#feed-detail-wrapper {
    min-height: auto;
    padding-bottom: 0;
    flex: none;
}

div#feed-detail-wrapper.postHasComment {
    padding-bottom: 20px;
}
#comment-reply-wrapper .date.ogl .comment-by {
    background: none !important;
}
#feed-detail-wrapper{flex: 1;}
#feed-detail-wrapper-main .email-verification.after-login .email-box{flex: 1;
    display: flex;
    flex-direction: column;}
#feed-detail-wrapper-main{display: flex;
    flex-direction: column;}
#feed-detail-wrapper-main .email-verification.after-login {
    flex: 1;
}
.item.youtube-embed {
    padding: 0 22px;
}
.left-sec.flex1.d-flex .check input {
    appearance: none !important;
}
.shipping-and-billing-address .cart-item h5 {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px;
}
.shipping-and-billing-address .cart-item p {
    padding: 3px 0;
}
.shipping-and-billing-address .payment-method-outer {
    padding-bottom: 0 !important;
    background: none !important;
}
.shipping-and-billing-address .payment-method-outer .pro-sec {
    background: none;
    margin: 0;
    padding: 0;
}  
.shipping-and-billing-address .payment-method-outer .pro-sec .probox ul {
    padding: 0;
    margin: 0;
}
.shipping-and-billing-address .payment-method-outer .pro-sec .probox ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.shipping-and-billing-address .payment-method-outer .pro-sec .probox ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #3241585c;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
body.dark-mode .navigation li a.active {
    background: #171717 !important;
}
#feed-detail-wrapper .blog-main-image.mb-10.movie-trailer, #feed-detail-wrapper .link-preview {
    margin-top: 0 !important;
}
div#feed-detail-wrapper h1 a:hover {
    color: #fff;
}
.comp-logo {
    font-weight: 600;
}
.select-business-type input[type="radio"]:checked:after {
    background: #5268fa;
}
.select-business-type input[type="radio"]:checked:before{
    border-color: #5268fa !important;
}
.right-sec button#pay-with-stripe {
    width: 100%;
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    color: #fff;
    margin-top: 15px !important;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 15px;
}
.right-sec button#pay-with-paypal {
    background: #ffcf00;
    width: 100%;
    border: none;
    font-weight: 600;
    margin-top: 15px !important;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 15px;
}
button#place-order{
   font-size: 15px;
    font-weight: 500;
}
.right-sec button#pay-with-paypal img {
    width: 60px;
}
#posts-container .blog-main-image.mb-10.movie-trailer .link-preview + .owl-carousel {
    margin-top: 15px;
}
div#step4-wrapper .address-box p {
    margin: 0;
    color: #fff;
}

div#step4-wrapper .address-box {
    background: #252525;
    margin: 0;
    border-radius: 8px;
    padding: 9px;
}
div#step4-wrapper .address-box {
    padding: 0;
}
#edit-address-popup div#step4-wrapper input[type="radio"] {
    appearance: none !important;
    position: relative;
}
#edit-address-popup .address-box input {
    padding-left: 0;
}
#edit-address-popup .back-arrow {
    position: static !important;
}
#edit-address-popup .header-report-brand .back-arrow a {
    font-size: 14px !important;
    color: #fff !important;
}
.add-credit-card.edit-address h3::after {
    opacity: 0;
}
.add-credit-card.edit-address h3::after {
    opacity: 0;
    display: none;
}
#edit-address .back-arrow a {
    font-size: 14px !important;
    margin-right: 14px;
    color: #fff !important;
}
#edit-address input[type="text"] {
    color: #fff !important;
}
.shipping-and-billing-address ul.payment-method-select label {
    cursor: pointer;
    margin-bottom: 0;
}
.success-wrapper p {
    color: #fff;
}
.success-wrapper .cart-item .pro-box-wrapper {
    border-bottom: none;
}
.success-wrapper .cart-item {
    margin-bottom: 15px;
}
.success-wrapper .cart-item:last-child {
    margin-bottom: 0;
}
.success-wrapper .cart-and-checkout h4 {
    color: #fff;
    font-size: 18px;
}
.success-wrapper .cart-and-checkout {
    border-top: 1px solid #3241585c !important;
    padding-top: 15px;
    padding-right: 0;
}
.success-wrapper .cancel-item a {
    color: #fff;
    border: 1px solid #3241585c;
    padding: 8px 20px;
    border-radius: 11px;
    font-size: 14px;
}
.success-wrapper .cancel-item{margin-top: 10px}
#cancel-item .save-draft {
    max-width: 300px;
    width: 300px;
    border: 1px solid #3241585c;
}
#successfully-cancelled .save-draft {
    border: 1px solid #3241585c;
}
#cancel-item  .save-cancel, #successfully-cancelled .save-cancel {
    border-top: 1px solid #3241585c !important;
}
#cancel-item .save-cancel button, #successfully-cancelled .save-cancel button{
    border-right: 1px solid #3241585c !important;
}
#cancel-item .save-cancel button:last-child, #successfully-cancelled  .save-cancel button:last-child {
    border-right: none !important;
}
#successfully-cancelled .save-draft{
    max-width: 400px;
    width: 400px;
}
#successfully-cancelled .d-flex.align-items-center.flex-direction-column {
    flex-direction: column;
    padding: 20px;
}
#successfully-cancelled .save-draft h2 {
    margin: 0;
    text-align: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
#successfully-cancelled .save-cancel button, #cancel-item .save-cancel button {
    padding: 15px 0;
}
.success-wrapper .cart-price.d-flex .price {
    font-size: 16px;
}
#successfully-cancelled h3 {
    padding: 0;
    text-align: left;
}
.success-wrapper .cancel-item {
    margin-top: 20px;
}
.side-panel-for-cart.show-side-panel {
    right: 0;
}

.side-panel-for-cart {
    background: #00000000;
    position: fixed;
    right: -390px;
    top: 0;
    left: inherit;
    bottom: 0;
    z-index: 9999;
    width: 390px;
    /* display: none; */
    transition: all 0.5s ease;
}

.side-panel-cart {
    position: absolute;
    right: 0;
    height: 100vh;
    background: #171717;
    width: 390px;
    box-shadow: -20px 0px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    right: -410px;
}
.side-panel-for-cart .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 20px;
}
div#cart-shadow {
    display: none;
    width: 100%;
    height: 100%;
    background: #00000057;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.side-panel-for-cart.show-side-panel +  div#cart-shadow {
    display: block;
}
.pro-box-wrapper .delete-item a:hover {
    color: #ff0026;
}
.side-panel-for-cart.show-side-panel .side-panel-cart {
/*    right: 0;*/
}
.side-panel-for-cart .side-panel-cart.slide-right-panel {
    right: 0;
}
.side-panel-for-cart .cart-header h3 {
    margin: 0;
}
.side-panel-for-cart .cart-header h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    padding: 16px 10px;
}
.side-panel-for-cart .cart-item {
    background: #171717;
    border: 1px solid #3241585c;
    border-radius: 15px;
    padding: 0px;
    margin: 0 20px;
    margin-bottom: 20px;
}

.side-panel-for-cart .pro-box-wrapper {
    padding: 0;
}
.side-panel-for-cart .cart-item {
    border: none;
}
.side-panel-for-cart .cart-item .pro-text h2 {
    font-size: 12px;
    line-height: 14px;
}
.side-panel-for-cart .pro-image {
    width: 45px;
    margin: 0 14px 0 0 !important;
}
.side-panel-for-cart .pro-box-wrapper {
    padding: 0;
    padding-bottom: 15px;
}
.side-panel-cart .placeorder-btn {
    padding: 0 15px 20px;
}
.side-panel-cart .d-flex.ssf {
    display: flex;
    justify-content: space-between;
}
.side-panel-cart .inner-cart-sec {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.side-panel-cart .cart-item-wrapper {
    flex: 1;
}
.side-panel-cart ..placeorder-btn {
    padding: 0 15px 20px;
}
.side-panel-cart .cart-price.d-flex .price {
    font-weight: 700;
    font-size: 16px;
}
.side-panel-cart .d-flex.ssf p {
    font-size: 14px;
}
.checkout-side .clear-cart {
    display: none;
}
.stat {
    display: flex;
    align-items: center;
    margin-right: 5px;
    color: #808080;
}
.stats .stat h5 {
    font-weight: 500;
    font-size: 15px !important;
    margin-right: 5px;
}
body.dark-mode .stats .stat p{color: #c8c7c7;}
.business-label {
    background: #27ffe510;
    color: #37e416;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 0;
    font-weight: 400;
    margin-top: 8px;
}
body.light-mode .business-label {
    background: #0000001a;
    color: #2fc513;
}
.post-for-repost .blog-main-image video {
    border-radius: 0 0 10px 10px !important;
    /* float: left; */
    border: none !important;
    width: 100%;
    vertical-align: bottom;
}
.blog-main-image video {
    border-radius: 12px !important;
}

#repost-form .add-image i.fa-regular.fa-image {
    font-size: 18px;
}
#repost-form .add-image i.fa-regular.fa-video {
    font-size: 20px;
}
div#noMorePosts img {
    width: 50px;
    margin-bottom: 10px;
}

div#noMorePosts p {
    color: #fff !important;
    margin: 0;
}
div#noMorePosts {
    border-top: 1px solid #ffffff21;
    margin-top: 0 !important;
    padding: 15px 20px;
    color: #fff;
    text-align: left !important;
}
body.light-mode #noMorePosts p {
    color: #324158 !important;
}
body.light-mode #noMorePosts img {
    filter: invert(1);
}
div#embed-link.show-embed-link .back-btn {
    opacity: 0;
}
body.dark-mode .blog-main-image.mb-10.movie-trailer span.trailer-text h4{word-break: break-word}
body.light-mode .blog-main-image.mb-10.movie-trailer span.trailer-text h4{word-break: break-word}
.notification-alert {
    position: fixed;
    bottom: -60px;
    z-index: 9999;
    width: 410px;
    border: 1px solid #3241585e;
    border-radius: 15px;
    background: #171717;
    color: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0 18px;
/*    display: none;*/
    transition: all 0.4s ease;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;

}
body.light-mode .notification-alert {
    border: 1px solid #e1e1e1;
    background: #f1f1f1;
    color: #000;
}
.add-qty-box span.qty {
    min-width: 20px;
    display: inline-block;
}
.notification-alert.show-notification {
    bottom: 10px ;
    opacity: 1
}
.notification-alert .alert-inner .left-bar img {
    margin-right: 8px;
    float: left;
    margin-top: 1px;
    width: 20px;
}
.notification-alert .alert-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.notification-alert a:hover {
    color: #fff;
}
#post-under-review  .alert-inner .left-bar img {
    width: 15px;
}

.shipping-option input[type="radio"]:checked:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #00ffb5;
    position: absolute;
    top: 2px;
    border-radius: 50%;
    left: 0px;
}
.shipping-option input[type="radio"]:checked:before {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
    position: relative;
    border-top: none !important;
    border-radius: 0;
    border-left: none !important;
    border-color: #000 !important;
}
.shipping-option .check input {
    cursor: pointer;
}
.side-panel-for-cart.show-side-panel .side-panel-cart {
    right: 0 !important;
}
#cart-side-bar{cursor: pointer;}
#cart-side-bar .close-panel {
    font-size: 23px;
}
.checkout-header .close {
    display: none;
}  
.side-panel-for-cart .cart-item:last-child > div {
    border-bottom: none;
    padding-bottom: 0;
}
body.light-mode .post-foot.add-post-foot a i {
    color: #000 !important;
}

body.light-mode .comment-like-button.likeIsDeactive img {
    filter: invert(1);
}
.comment-inner-box .comment-box p {
    color: #fff;
    word-break: normal;
}
div#analytics-panel {
    right: 0;
    bottom: 0;
    z-index: 999;
    max-width: 430px;
    z-index: 9999999999;
    background: #252525;
    border-radius: 8px 8px 0 0;
    transition: all 0.3s ease;
    display: none;
    left: 0;
    top: inherit;
    right: 0;
    max-width: 100%;
    bottom: 0;
    position: fixed;
    right: 0;
    top: auto !important;
    padding: 20px 20px 0!important;
    height: auto;
    bottom: 0;
    position: fixed !important;
    transform: none;
    opacity: 1;
    display: block;
    transition: all 0.5s ease !important;
}
#analytics-panel h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
}
#analytics-panel .embed-inner p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0;
    color: #bbb !important;
    margin-bottom: 15px;
}
#analytics-panel button.copy-embed {
    position: static;
    width: 100%;
    margin-top: 15px;
    border-radius: 12px;
}
div#analytics-panel-shadow {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000087;
    top: 0;
    z-index: 999;
}
.show-analytics-panel + div#analytics-panel-shadow {
    display: block !important;
}
.user-profile.my-profile.profile-edit-page .mob-p4 {
    padding: 20px 21px;
}
.user-profile.my-profile.profile-edit-page img#dropc {
    border-radius: 11px 11px 0 0;
}
.profile-box.profile-bio-empty .followed-by {
    border-bottom: 0;
}

.profile-box.profile-bio-empty {
    padding-bottom: 0 !important;
    margin-bottom: 0;
    border-bottom: none !important;
}
body.light-mode .post-area.account-setting-wrapper h1 {
    color: #324158;
}
body.light-mode .post-area.account-setting-wrapper li.active-settings a {
    color: #324158 !important;
}
body.light-mode .post-area.account-setting-wrapper .more-setting-box .tabbing ul {
    border-bottom: 1px solid #949494;
}
body.light-mode .post-area.account-setting-wrapper .more-setting-box .tabbing ul li a {
    color: #324158;
}
body.light-mode .post-area.account-setting-wrapper .settings-menu ul li a {
    color: #324158;
}
body.light-mode .post-area.account-setting-wrapper  .settings-menu li a i {
    color: #324158;
}
body.light-mode .post-area.account-setting-wrapper li.active-settings:after {
    background: #324158;
}
body.light-mode .post-area.account-setting-wrapper .seller-inner .add-listing-heading {
        background: #eaeaea !important;
    }
body.light-mode .post-area.account-setting-wrapper .seller-inner .back-btn i {
        color: #324158;
    }
body.light-mode .more-setting-pop {
    background: #ffffff;
    border: 1px solid #dcdcdc;
}
body.light-mode .post-area.account-setting-wrapper {
    border: none !important;
}
body.light-mode .navigation a#moresetting img {
    filter: invert(1);
}
.share-profile.IsNotbrand a:last-child {
    visibility: hidden;
    opacity: 0;
}
#feed-detail-wrapper-main .fnc img {
    border-radius: 50%;
}
body.light-mode .seller-inner.refer-a-friend-outer.min-height-auto {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}
.post-area.refer-friend-box .terms a{
    color: #fff;
}
.post-area.subscription-box .terms a {
    color: #999999;
    font-size: 11px;
}
.post-area.subscription-box .terms {
    top: 12px;
}

.post-area.refer-friend-box .terms, .post-area.subscription-box .terms {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 14px;
}
.post-area.refer-friend-box .performance-box h5 {
    font-weight: 700;
}
body.light-mode .post-area.refer-friend-box .tncpages ul.accordion > li > a:hover {
    background: #dcdcdc !important;
}
body.light-mode .post-area.refer-friend-box .tncpages ul.accordion > li:hover {
    background: #dcdcdc !important;
}
body.light-mode .post-area.refer-friend-box .tncpages ul.accordion > li {
    background: #fff !important;
}
body.light-mode .post-area.refer-friend-box .got-more-que.p-0.need-help-btn p {
    color: #324158 !important;
}
body.light-mode .post-area.refer-friend-box .got-more-que a:hover {
    background: #6e12ff !important;
    color: #fff !important;
}
.exzoom_img_box ul.exzoom_img_ul li {
    display: none;
}
.exzoom_img_box ul.exzoom_img_ul li:first-child {
    display: block;
}
.exzoom_img_box .exzoom_img_ul_outer ul.exzoom_img_ul li {
    display: block;
}
.refer-terms-wrapper {
    background: #000000cf;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.refer-terms-wrapper .terms-box {
    background: #161616;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 25px;
    transform: translate(-50%, -50%);
    max-width: 450px;
    border-radius: 25px;
}
body.light-mode .refer-terms-wrapper .terms-box {
    background: #fff;
}
body.light-mode .refer-terms-wrapper .terms-box h3, body.light-mode .refer-terms-wrapper .terms-box p{color: #324158 !important}

.refer-terms-wrapper .terms-box p{
    margin-bottom: 0;
}
.refer-terms-wrapper .terms-box h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.5rem !important;
    border-bottom: 1px solid #3241585c;
    padding-bottom: 10px;
}
.refer-terms-wrapper .terms-box p {
    font-size: 12px !important;
    line-height: 18px !important;
    margin: 0;
    color: #bbb !important;
    margin-bottom: 15px;
}
.refer-terms-wrapper .terms-box button {
    position: static;
    width: 100%;
    transform: none;
}
.refer-terms-wrapper .terms-box p a {
    color: #6e12ff;
}
body.light-mode .refer-a-friend .accordion li p {
        color: #324158 !important;
}
.subscription-box .account-setting-inner {
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    margin: 0;
    padding-top: 70px;
}
.subscription-box.badge-wrapper  .account-setting-inner {
    display: flex;
    align-items: center;
    padding-top: 0;
}
.continue-payment button {
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    border: none;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
}
.continue-payment {
    padding-bottom: 30px;
}
.continue-payment button {
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    border: none;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
}
.row.user-sec-strip.zin9 {
    z-index: 99;
    position: relative;
}
.usp-sec .book-mark-btn {
    display: none;
}
.usp-sec .zip-code button {
    padding: 7px 0;
    font-size: 13px !important;
}
.usp .usp-sec h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.usp-sec h3 {
    font-size: 16px !important;
}
div#write-review-for-product {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999;
    background: #000000c9 !important;
}
div#write-review-for-product  .write-box-product {
    max-width: 550px;
    width: 550px;
    position: relative;
    background: #fff;
    max-width: 600px;
    height: 350px;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
}
div#write-review-for-product .write-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#write-review-for-product {
    background: #161616
}
div#write-review-for-product .write-header h2{margin-bottom: 0;}
div#write-review-for-product  .add-post-inner {
    background: #161616;
    max-width: 600px;
    height: auto;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
}
.stat.dot {
    font-size: 10px;
}
div#write-review-for-product  .add-post-inner h2 {
    font-size: 15px;
    font-weight: 400;
    background: #171717;
    border-radius: 22px 21px 0 0;
    padding: 8px 0;
    color: #bbb !important;
    font-weight: 700 !important;
    text-align: center;
}
a.dynamicPostLink {
    color: #444eff !important;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    display: block;
}
.add-post-inside-wrapper {
    height: 100%;
    max-height: 49vh;;
    overflow-y: auto;
    min-height: 100px;
}
.after-login-user.d-flex {
    margin-bottom: 15px;
}
.more-setting-pop.more-settings li a {
    font-weight: 600 !important;
}
.jloader {
    width: 13px;
    height: 13px;
    border: 2px solid #FFF;
    border-bottom-color: #F2F2F2;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
	
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }
.share-profile.IsNotbrand {
    display: none;
}
#report-on-more-option {
    background: #21212170 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
}
#report-on-more-option .add-post-inner {
    background: #171717;
    border: 1px solid #3241585c;
    padding: 30px;
    border-radius: 35px;
    height: auto;
    max-width: 500px;
}
#report-on-more-option h2 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}
#report-on-more-option .cross {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 34px;
}
#report-on-more-option textarea {
    color: #fff;
    border: none;
    resize: none;
    height: 200px;
    background: none;
    overflow-y: auto;
    padding-right: 40px
}
#report-on-more-option #attachment-preview img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
}
.report-foot.d-flex .attach img {
    width: 35px;
}
.report-foot .send {
    width: auto;
    margin: 0;
}
.report-foot {
    margin-bottom: 0;
}
.report-foot button.send {
    background: none;
    border: 1px solid #3241585c;
    color: #fff;
    padding: 0 20px;
    width: auto;
    border-radius: 35px;
    font-size: 14px;
}
.attach {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.attach input {
    position: absolute;
    left: 0;
    height: 35px;
    cursor: pointer;
    opacity: 0;
}
.profile-box.profile-bio-empty .followed-by {
    margin-top: 0;
}
.profile-box.profile-bio-empty .verifications {
    margin-top: 0;
}
.followed-by .user img {
    background: #161616;
}
.profile-box.followed-empty .profile-bio {
    padding-bottom: 15px;
}
div#posts-container-hashTags {
    width: 100%;
}
div#fixed-heading-hashTag {
    z-index: 9;
    background: #0f0f0f;
}
/*div#fixed-heading-hashTag{height: 50px}*/
div#fixed-heading-hashTag {
    height: 50px;
}
div#fixed-heading-hashTag .back-btn {
    top: 14px;
}
#follow-card-box .follow-card {
    max-width: 420px;
    border: 1px solid #3241585c;
    border-radius: 35px;
    height: auto;
    background: #1b1b1b;
}
#follow-card-box .card-top > img {
    border-radius: 34px 34px 0 0;
}
.left-panel #follow-card-box .card-top > img {
    border-radius: 21px 21px 0 0;
}
#follow-card-box .card-inside {
    padding-top: 40px;
    padding: 40px 20px 20px;
}
.left-panel #follow-card-box .follow-card .card-top > img {
    height: 120px;
    object-fit: cover;
}
#follow-card-box .follow-card img{
    width: 100%;
}
#follow-card-box .stat h5, #follow-card-box .stat p {
    color: #fff !important;
}
#follow-card-box h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 26px;
    font-weight: 600;
    margin-top: 10px;
}
#follow-card-box .stats {
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    
}
#follow-card-box .stat {
    display: flex;
    align-items: center;
    margin-right: 5px;
    color: #888;
    /* text-decoration: underline; */
}
#follow-card-box .stat a{color: #fff; text-decoration: underline; font-size: 14px;}
.left-panel #follow-card-box .stat a{color: #888; text-decoration: none; font-size: 12px;}
#follow-card-box .bio {
    margin-top: 15px;
}
.repost-social .repost-wrapper .fnc a {
    width: 30px;
    margin-top: 4px;
}
.repost-social .repost-wrapper .email-box p {
    font-size: 14px;
    line-height: 22px;
}
.repost-social .repost-wrapper .fnc-title h4 {
    font-size: 14px;
    font-weight: 600;
}

#follow-card-box .bio p {
    color: #c8c7c7;
    line-height: 18px;
    font-size: 14px;
    margin: 0;
}
#follow-card-box .stats p{margin-bottom: 0}
#follow-card-box .user-name-section .name p {
    color: #bbb;
    margin-bottom: 10px;
}
#follow-card-box .follow-btn {
    width: auto;
}
#follow-card-box .follow-btn a {
    background: #fff;
    border: none;
    font-weight: 700;
    color: #000;
    padding: 15px 30px;
    width: auto;
}
.email-box  #follow-card-box .follow-btn a {
/*    background: transparent;*/
    border: none;
    font-weight: 700;
    color: #000;
    padding: 15px 30px;
    width: auto;
/*    color: #fff;*/
/*    border: 1px solid #3241585c;*/
}
.email-box  #follow-card-box .follow-btn a:hover{background: #f1f1f1}
#follow-card-box .follow-card .user-icon {
    width: 75px;
    position: absolute;
    bottom: -40px;
    left: 20px;
    border-radius: 50%;
}
#follow-card-box .card-top {
    position: relative;
}
#follow-card-box .follow-card .user-icon img{border-radius: 50%; border: 4px solid #0c0c0c;}
.left_section #follow-card-box .follow-card .user-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
body.hashtag-active .post-area {
    display: flex;
    flex-direction: column;
}
body.hashtag-active .email-verification.after-login {
    flex: 1;
    justify-content: flex-start;
}
.profile-edit-page .more-settings {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: #171717;
    height: 100%;
    border-radius: 11px;
}
.profile-edit-page { position: relative;}
.profile-edit-page .more-settings h2 {
    text-align: center;
    color: #fff; 
    padding: 14px 0;
    font-size: 17px;
}
.more-set ul li a {
    color: #fff;
}
.profile-edit-page .delete-account {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 99;
    right: 0;
}
.delete-account {
     position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #171717;
    height: 100%;
    border-radius: 11px;
}
.delete-account {
    padding: 20px 20px;
}
.delete-account h2 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.profile-section .user-icon {
    width: 50px;
    margin-right: 10px;
}
.profile-section {
    margin-top: 20px;
}
.profile-section {
    border: 2px solid #3241585c !important;
    border-radius: 10px;
    display: flex;
}
.account-delete-note h3, .account-delete-note p, .account-delete-note li {
    color: #c8c7c7 !important;
}
.check label {
    font-weight: 300;
    color: #c8c7c7;
}
.profile-section .user-icon img {
    border-radius: 50%;
}
.profile-section {
    padding: 12px 11px;
}
.profile-section p{margin-bottom: 0; color: #888}
.account-delete-note h3 {
    color: #fff;
    font-size: 16px;
}
.account-delete-note ul {
    padding: 0;
}
.account-delete-note li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}
.account-delete-note h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.account-delete-note {
    margin-top: 20px;
}
.account-delete-note ul li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 7px;
    text-indent: -18px;
    margin-left: 16px;
}
.account-delete-note p {
    color: #fff;
}
.check {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
}
button.delete-my-account {
    background: #9c1c1d;
    border: 1px solid #9c1c1d;
    color: #fff;
    padding: 7px 14px;
    border: none;
    border-radius: 8px;
    flex: 1;
}
button.not-now {
    background: none;
    color: #fff;
    padding: 7px 14px;
    border: none;
    border-radius: 8px;
    flex: 1;
    border: 1px solid #fff;
}
.delete-action {
    gap: 20px;
    margin-top: 25px;
}
.more-settings .back-btn {
    position: absolute;
    left: 20px;
}
.more-set ul li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.more-set ul {
    padding: 0;
    padding: 0 23px;
}
.delete-account .cancel a {
    color: #fff;
}
.account-delete-note .check input[type="checkbox"] {
    background: none;
    width: 16px;
    float: left;
    height: 16px;
    margin-top: 2px;
    margin-right: 6px;
}
.user-profile.my-profile.profile-edit-page  input{
    border: 1px solid #3241585c !important;
    border-radius: 18px;
}
.user-profile.my-profile.profile-edit-page textarea {
    border: 1px solid #3241585c !important;
    border-radius: 18px;
}
.user-profile.my-profile.profile-edit-page .btn {
    border-radius: 12px !important;
    border: 1px solid #3241585c;
}
.user-profile.my-profile.profile-edit-page .cover-image .del-btn {
    right: 28px;
}
.user-profile .share-profile + .share-profile.ml-0.pl-0.IsNotbrand {
    display: none !important;
}
.share-profile a{border: 1px solid #3241585c !important;}
.add-listing.followers {
    justify-content: flex-start !important;
}
.post-area.followers-wrapper {
    display: flex;
    flex-direction: column;
}
.followers-wrapper .curved-box.add-listing-steps-wrapper h1 {
    border-bottom: 1px solid #373737;
    background: #0f0f0f;
    border-radius: 23px 23px 0 0;
}
.add-listing.followers .followers-box:last-child
 {
    border-bottom: none;
}
.followers-wrapper .curved-box {
    height: 50px !important;
}
.like-post .like-button.likeIsActive img{filter: none !important;}
.like-post .like-button.likeIsDeactive img {filter: none !important;}
.more-set li a span i {
    margin-right: 10px;
}
.add-post-top .user-icon {
    width: 35px;
    margin-right: 15px;
    height: 35px;
}
.email-box  .item.link-preview {
    margin-bottom: 15px;
}
h1#currentHashTag {
    border-bottom: 1px solid #373737;
    margin-bottom: 40px !important;
}
.add-post-top .user-wrapper {
    display: flex;
    align-items: center;
    color: #555555;
}
.add-post-top {
    width: 100%;
}
.add-post-top > div {
/*    padding: 15px 20px;*/
    padding: 10px 20px;
}
.add-post-top .user-icon img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.add-post-top .create a {
    color: #808080;
    font-size: 14px;
    border: 1px solid #3241585c;
    padding: 10px 15px;
    border-radius: 195px;
    background: #121212;
}
.add-post-top > div {
    padding: 15px 15px;
    border-bottom: 1px solid #3241585c !important;
}
.add-post-top .create a:hover {
    background: #252525;
}
.comment-box .user-name a img.blue-cube-icon {
    margin-left: 5px;
}
.comment-box .user-name a {
    display: flex;
    align-items: center;
}
.user-profile.my-profile.profile-edit-page .stats {
    display: none !important;
}
#unfollow-confirmation .save-draft {
    max-width: 280px;
    width: 280px;
}
.left-panel #follow-card-box .card-inside {
    padding: 10px 14px 18px !important;
}
.left-panel #follow-card-box .card-inside .name {
    margin-top: -5px;
}

.left-panel #follow-card-box .follow-card .user-icon {
    width: 50px;
    bottom: -28px;
    height: 50px;
}
.left-panel #follow-card-box h2 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0;
    white-space: nowrap;
}
.left-panel #follow-card-box .status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.left-panel #follow-card-box .status .profile-drop-down{top: 0 !important}
.left-panel #follow-card-box .status .online-staus {
    color: #cccccc;
    font-size: 11px;
    border: none;
    padding: 4px 0;
    border-radius: 50px;
    margin-right: 0;
    background: none;
    width: auto;
    font-weight: 300;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.active {
/*    margin-left: 6px;*/
    margin-left: 0px;
}
/*#mobile-messsage-box-wrapper #comment-section .input-box input{display: block !important}*/
/*
#mobile-messsage-box-wrapper div#preview {
    position: absolute;
    bottom: 47px;
    right: 0;
}
*/
#mobile-messsage-box-wrapper div#preview.preview-box img {
    border: none;
    border-radius: 9px;
    padding: 0;
    margin-top: 0px;
}
#mobile-messsage-box-wrapper div#preview {
    margin: 11px 10px;
}
#mobile-messsage-box-wrapper .curved-box .left-sec {
    padding-bottom: 10px;
}
.left-panel #follow-card-box .user-name-section .name p {
    margin-bottom: 5px;
}
.left-panel #follow-card-box .follow-card {
    border-radius: 22px;
    background: #0c0c0c;
}
.left-panel #follow-card-box .follow-card .profile-drop-down > a {
    background: #121212;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 32px;
    color: #fff;
    line-height: 30px;
    z-index: 0;
    position: relative;
    border: 1px solid #3241585c;
}
.left-panel #follow-card-box .follow-card .profile-drop-down > a:hover {
    background:#252525 !important;
    color: #fff;
}
.progress-circle {
    position: relative;
    width: 50px;
    height: 50px;
    transform: scale(0.7) translateX(12px);
}
#repost-popup .progress-circle {
    transform: scale(0.5) translateX(31px);
}
.post-repost-main .fnc{
    margin-bottom: 0 !important;
} 
#repost-full-wrapper {
    max-height: 400px;
    min-height: 250px;
    overflow-y: auto;
}
#repost-full-wrapper .post-preview-wrapper {
    max-height: none;
    overflow-y: inherit;
}
/*
#repost-popup  #repost-form {
    max-height: 400px;
    overflow-y: auto;
}
#repost-popup .post-preview-wrapper {
    max-height: inherit;
    overflow-y: hidden;
}
*/
.left-panel #follow-card-box .btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: transparent;
  border: 1px solid #00ff6e !important
}
/*
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
*/
.left-panel #follow-card-box .btn-toggle:before,
.left-panel #follow-card-box .btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: capitalize;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.left-panel #follow-card-box .btn-toggle:before {
  content: 'Off';
  left: -4rem;
}
.left-panel #follow-card-box .btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: 0.5;
}
.left-panel #follow-card-box .btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.left-panel #follow-card-box .btn-toggle.active {
  transition: background-color 0.25s;
}
.left-panel #follow-card-box .btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.left-panel #follow-card-box .btn-toggle.active:before {
  opacity: 0.5;
}
.left-panel #follow-card-box .btn-toggle.active:after {
  opacity: 1;
}
.left-panel #follow-card-box .btn-toggle.btn-sm:before,
.left-panel #follow-card-box .btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.left-panel #follow-card-box .btn-toggle.btn-sm:before {
  text-align: right;
}
.left-panel #follow-card-box .btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.left-panel #follow-card-box .btn-toggle.btn-xs:before,
.left-panel #follow-card-box .btn-toggle.btn-xs:after {
  display: none;
}
.left-panel #follow-card-box .btn-toggle:before,
.left-panel #follow-card-box .btn-toggle:after {
  color: #6b7381;
}
.left-panel #follow-card-box .btn-toggle {
    background-color: #00000000;
    border: 1px solid #909090 !important;
}
.left-panel #follow-card-box .btn-toggle.active {
    border: 1px solid #00ff6e !important;
}
.cover-image .disabled {
    background: none !important;
}
.left-panel #follow-card-box .btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.left-panel #follow-card-box .btn-toggle.btn-lg:focus,
.left-panel #follow-card-box .btn-toggle.btn-lg.focus,
.left-panel #follow-card-box .btn-toggle.btn-lg:focus.active,
.left-panel #follow-card-box .btn-toggle.btn-lg.focus.active {
  outline: none;
}
.left-panel #follow-card-box .btn-toggle.btn-lg:before,
.left-panel #follow-card-box .btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.left-panel #follow-card-box .btn-toggle.btn-lg:before {
  content: 'Off';
  left: -5rem;
}
.left-panel #follow-card-box .btn-toggle.btn-lg:after {
  content: 'On';
  right: -5rem;
  opacity: 0.5;
}
.left-panel #follow-card-box .btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}
.left-panel #follow-card-box .btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.left-panel #follow-card-box .btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.left-panel #follow-card-box .btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}
.left-panel #follow-card-box .btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.left-panel #follow-card-box .btn-toggle.btn-lg.btn-sm:before,
.left-panel #follow-card-box .btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.left-panel #follow-card-box .btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.left-panel #follow-card-box .btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.left-panel #follow-card-box .btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.left-panel #follow-card-box .btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.left-panel #follow-card-box .btn-toggle.btn-lg.btn-xs:before,
.left-panel #follow-card-box .btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.left-panel #follow-card-box .btn-toggle.btn-sm {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 18px;
/*    width: 40px;*/
    width: 30px;
    border-radius: 1.5rem;
    margin-right: 2px;
    /* display: flex
; */
    line-height: 25px;
    box-shadow: none;   
}
.left-panel #follow-card-box .btn-toggle.btn-sm:focus,
.left-panel #follow-card-box .btn-toggle.btn-sm.focus,
.left-panel #follow-card-box .btn-toggle.btn-sm:focus.active,
.left-panel #follow-card-box .btn-toggle.btn-sm.focus.active {
  outline: none;
}
.left-panel #follow-card-box .btn-toggle.btn-sm:before,
.left-panel #follow-card-box .btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
  top: 1px;
}
.left-panel #follow-card-box .btn-toggle.btn-sm:before {
/*  content: 'Off';*/
  content: '';
  left: -0.5rem;
}
.left-panel #follow-card-box .btn-toggle.btn-sm:after {
/*  content: 'On';*/
  content: '';
  right: -0.5rem;
  opacity: 0.5;
}
.left-panel #follow-card-box .btn-toggle.btn-sm > .handle {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 9px;
    border-radius: 1.125rem;
    background: #909090;
    transition: left 0.25s;
}
.left-panel #follow-card-box .btn.btn-sm.btn-toggle.active > .handle {
    background: #00ff6e;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.active > .handle {
/*    left: 4px;*/
/*    left: 24px;*/
    left: 15px;
    transition: left 0.25s;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.btn-sm:before,
.left-panel #follow-card-box .btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
/*  left: -1px;*/
left: 10px;    
  width: 2.325rem;
  line-height: 17px;    
}
.left-panel #follow-card-box .btn-toggle.btn-sm.btn-sm:after{
/*    left: 19px;*/
    left: 6px;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.left-panel #follow-card-box .btn-toggle.btn-sm.btn-xs:before,
.left-panel #follow-card-box .btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.left-panel #follow-card-box .btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.left-panel #follow-card-box .btn-toggle.btn-xs:focus,
.left-panel #follow-card-box .btn-toggle.btn-xs.focus,
.left-panel #follow-card-box .btn-toggle.btn-xs:focus.active,
.left-panel #follow-card-box .btn-toggle.btn-xs.focus.active {
  outline: none;
}
.left-panel #follow-card-box .btn-toggle.btn-xs:before,
.left-panel #follow-card-box .btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.left-panel #follow-card-box .btn-toggle.btn-xs:before {
  content: 'Off';
  left: 0;
}
.left-panel #follow-card-box .btn-toggle.btn-xs:after {
  content: 'On';
  right: 0;
  opacity: 0.5;
}
.left-panel #follow-card-box .btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}
.left-panel #follow-card-box .btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.left-panel #follow-card-box .btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.left-panel #follow-card-box .btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.left-panel #follow-card-box .btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.left-panel #follow-card-box .btn-toggle.btn-xs.btn-sm:before,
.left-panel #follow-card-box .btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.left-panel #follow-card-box .btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.left-panel #follow-card-box .btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.left-panel #follow-card-box .btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}

.left-panel #follow-card-box .btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}

.left-panel div#follow-card-box {
    margin-bottom: 15px;
}
.post-area.message-wrapper div#jumpspree.message-full-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-area.message-wrapper div#jumpspree.message-full-box .seller-inner.seller-mesage-outer {
    flex: 1;
    min-height: 100vh;
}
.chat-box .chat-user-image img {
    border-radius: 50%;
}
#message-note-wrapper .message-note {
    margin-top: 0px;
    background: #1a1a1a;
    text-align: center;
    color: #808080;
    border-radius: 58px;
    display: inline-block;
    padding: 6px 19px;
    max-width: 310px;
    margin: 0 auto;
    width: 310px;
}
#message-note-wrapper .message-note p {
    margin: 0;
    color: #808080 !important;
}
.users-list-message {
    overflow-y: auto;
    height: calc(100vh - 328px);
    margin-top: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
div#inner-body {
    padding-bottom: 140px !important;
}
.character-count-container span#char-count, .character-count-container span#char-count-poll, .character-count-container span#char-count-repost {
    color: #b8b8b8;
    font-size: 14px;
}
#social-popup .add-post-inner {
    padding-bottom: 20px;
}
.character-count-container span#char-count, .character-count-container span#char-count-poll, .character-count-container span#char-count-repost{
/*    margin-right: -26px;*/
    margin-right: 0px;
}
#comment-section .input-box input {
    font-size: 14px;
    color: #c8c7c7 !important;
}
.progress-circle .progress {
    stroke: #8909ff !important;
}
.subscription-box ul.payment-method-select li:last-child label {
    margin: 0;
}
.subscription-box ul.payment-method-select {
    margin: 0;
}
.subscription-box .pro-sec {
    background: transparent;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #3241585c;
}
.subscription-box .subscription-plan .plan {
    border: 1px solid #3241585c;
}
.curved-box.fixed-heading h2.h1 {
    border-radius: 22px 22px 0 0 !important;
}
.blog-main-image.mb-10.movie-trailer .item a{flex-direction: column;}
.blog-main-image.mb-10.movie-trailer span.trailer-image {
    max-width: 100%;
    flex-shrink: 0;
    background: #171717;
    border-radius: 12px 12px 0 0;
    display: block;
}
.blog-main-image.mb-10.movie-trailer span.trailer-text {
    max-width: 100%;
}
 .blog-main-image.mb-10.movie-trailer span img {
    height: 240px !important;
    border-radius: 11px 11px 0 0 !important;
}
.blog-main-image.mb-10.movie-trailer span.trailer-text {
    background: #252525;
    border-radius: 0px 0px 11px 11px;
    display: block;
}
.blog-main-image.mb-10.movie-trailer span.trailer-text {
    padding: 13px 10px 17px;
}
div#report-brand-user .add-post-inner {
    height: auto;
}
.payment-method-select .comp-logo span.power-by-text {
    font-weight: 600;
}
.payment-method-outer.mb-0.pb-0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.subscription-box ul.payment-method-select li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.subscription-box ul.payment-method-select li {
    border-bottom: 1px solid #3241585c;
    padding-bottom: 5px;
    margin-bottom: 12px;
}
.subscription-box .subscription-plan .plan:hover {
    cursor: pointer;
    background: #252525;
}
.subscription-box .subscription-plan .plan.active {
    border-color: #691bff;
}
/*
.subscription-box .continue-payment button {
    background: #303030;
    color: #000;
}
*/
.subscription-box .continue-payment button.deactivate {
    background: #303030;
    color: #555;
    border-radius: 15px;
    height: 45px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}
.subscription-box .continue-payment button.deactivate i.fa-solid.fa-lock {
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.subscription-box .continue-payment button{
    height: 45px;
    border-radius: 15px;
    color: #fff;
    font-weight: 800;
    box-shadow: none;
}
.jumpspree-more-wrapper .more-title ul li .check {
    flex-shrink: 0;
}
.subscription-box .continue-payment {
    background: #0f0f0f;
    padding: 20px 0;
    position: sticky;
    bottom: -1px;
}
.subscription-box .continue-payment img {
    width: 20px;
}
.subscription-box .continue-payment p {
    color: #bbbbbb;
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-area.subscription-box button#get-verified-btn {
    margin-bottom: 10px;
}
.officially-verified .unloack-subscription {
    text-align: left;
}
.officially-verified {
    text-align: left;
    border: 1px solid #3241585c;
    border-radius: 30px;
    padding: 45px 25px;
    max-width: 400px;
    margin: 60px auto;
}
.officially-verified .share button {
    border-radius: 25px !important;
    padding: 7px 8px;
    font-size: 12px;
    border: none;
    flex: 1;
}
.officially-verified .share.d-flex.gap-4 {
    margin-top: 0;
    margin: 0;
    margin-top: 15px;
}
.officially-verified h1 {
    margin-bottom: 15px;
}
.officially-verified .icon-info img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    object-fit: cover;
}
.officially-verified p {
    color: #bbbbbb;
}
.get-plan.checkbox {
    background: none !important;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    position: relative;
}
.subscription-plan label, .subscription-plan-inner label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.get-plan.checkbox input[type="radio"], .get-plan.checkbox input[type="checkbox"] {
    background: transparent;
    width: 25px;
    height: 25px;
    appearance: none !important;
    border-radius: 50%;
}
.get-plan.checkbox input[type="checkbox"] {
    background: transparent;
}
.get-plan.checkbox input[type="radio"]:checked:after{
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: 800;
    font-size: 20px;
    top: -3px;
    width: auto;
    height: auto;
    background: transparent;
}
.get-plan.checkbox input[type="radio"]:checked:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    display: block;
    opacity: 1;
}
.subscription-plan .plan .left-plan .price {
    font-size: 16px;
}
#jumpspree-more-wrapper .terms a {
    color: #fff;
    font-size: 14px;
}
#jumpspree-more {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
#jumpspree-more-wrapper .terms a {
    color: #fff !important;
    font-size: 14px !important;
}
.get-plan.checkbox input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: 800;
    font-size: 20px;
    top: -3px;
    width: auto;
    height: auto;
    background: transparent;
    left: 3px;
    position: absolute;
}
#jumpspree-more .add-post-inner {
    height: auto;
}
div#jumpspree-more-wrapper {
    max-height: 80vh;
    overflow-y: auto;
    margin-top: 30px;
}
#jumpspree-more-wrapper .curved-box.fixed-heading:before{display: none !important}
#jumpspree-more-wrapper .curved-box.fixed-heading {
    border: none;
    background: none !important;
    position: fixed;;
    top: 12px;
    width: 100%;
    left: 0;
    box-shadow: none !important;
    z-index: 99999999;
}
#jumpspree-more-wrapper .curved-box.fixed-heading h1{background: none;background: none;
    margin: 0 !important;
    padding: 0;}
#jumpspree-more-wrapper .curved-box.fixed-heading .back-btn {
    top: 1px !important;
    left: 20px !important;
}
#jumpspree-more-wrapper .terms {
    position: absolute;
    right: 24px;
    top: 0;
}
#jumpspree-more-wrapper .terms a{
    color: #fff
}
#jumpspree-more-wrapper .account-setting-inner {
    margin-top: 20px;
    padding: 0 20px;
}
#jumpspree-more-wrapper .continue-payment {
    padding-bottom: 30px;
    position: sticky;
    bottom: -1px;
    background: #161616;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
#jumpspree-more-wrapper .jumpspree-more-wrapper {
    border-radius: 25px;
    background: #161616;
    margin-bottom: 30px;
    border: 1px solid #3241585c;
}
#jumpspree-more-wrapper .continue-payment button.btn.btn-continue.deactivate {
    background: #383838;
    color: #000;
}
#jumpspree-more-wrapper h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.get-plan.checkbox input[type="radio"]:before {
    opacity: 0;
}
.plan-name {
    font-weight: 600;
}
#jumpspree-more-wrapper .continue-payment button.btn.btn-continue.deactivate i {
    
    display: none;
    
}
#jumpspree-more-wrapper .continue-payment button.btn.btn-continue i {
    font-size: 16px;
    margin-top: -4px;
    display: inline-block;
    color: #fff;
}
#jpm-step1 #jumpspree-more-wrapper .jumpspree-more-wrapper {
    margin-bottom: 15px;
}
#payment-method label.d-flex.align-items-start {
    flex: 1;
    cursor: pointer;
}
#payment-method ul.payment-method-select li:last-child label {
    margin-bottom: 0;
}
#payment-method li:not(:last-child) {
    border-bottom: 1px solid #3241585c;
    margin-bottom: 15px;
}
#jpm-step4 .subscription-plan > .plan.current-plan, #jpm-step3 .subscription-plan > .plan.current-plan {
    padding: 12px 15px;
}
#jpm-step3 .are-you-sure p {
    font-size: 13px;
    margin-bottom: 20px;
}
#payment-method ul.payment-method-select {
    margin-bottom: 0;
}
.plan-text .save {
    color: #01ff8c;
    font-size: 10px;
    font-weight: 600;
}
.subscription-plan .plan .left-plan .price {
    margin-right: 6px;
}
.subscription-plan button.cancel-text {
    width: 100%;
    background: none;
    color: #ff0026;
    border: 1px solid #3241585c;
    padding: 10px 0;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 12px;
}
#jumpspree-more-wrapper .Subscribed {
    color: #01ff8c;
    border: 1px solid #3241585c;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 35px;
    font-weight: 500;
}
.social-popup .add-post-inner .cancel-subscription a {
    font-size: 14px !important;
    color: #fff !important;
    display: block;
    padding: 15px 0 5px;
}
#jpm-step1 .jumpspree-more-wrapper .check, #jpm-step2 .jumpspree-more-wrapper .check, #jpm-step3 .jumpspree-more-wrapper .check, #jpm-step4 .jumpspree-more-wrapper .check {
    color: #fff;
    margin-top: 0;
    font-size: 14px;
}
#jpm-step2 .left-plan.flex-direction-column{flex-direction: column}
.subscription-plan {
    padding: 0px 0 15px;
}
.subscription-plan .plan {
    border: 1px solid #373737;
    border-radius: 30px;
    padding: 22px 22px;
    margin-bottom: 10px;
}
.plan.flex-dirextion-column{flex-direction: column}
.current-plan .save {
    color: #01ff8c;
    font-size: 14px;
    font-weight: 500;
}
.current-plan .renue {
    color: #bbbbbb;
    font-size: 14px;
}
.current-plan {
    margin-bottom: 5px;
}
.bg-hover-off:hover{background: #171717 !important; cursor: default;}
.subscription-plan .billing{color: #fff;}
.your-plan h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.your-plan .user-details {
    display: flex;
    border: 1px solid #3241585c;
    padding: 10px;
    border-radius: 12px;
    align-items: center;
}
#jpm-step2 .your-plan .user-details {
    border-radius: 15px;
    margin-bottom: 15px;
}
#jpm-step2 .subscription-plan .plan {
    border: 1px solid #3241585c;
    border-radius: 25px;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.plan-checked img{width: 15px}
.your-plan .user-image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.your-plan .user-image img {
    width: 50px !important;
    height: 50px !important;
}
.your-plan .profile_text h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.plan-checked {
    flex-shrink: 0;
}
.plan-checked img {
    width: 25px;
}
.get-plan.checkbox input[type="checkbox"]:checked:before {
    background: #fff;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    border-radius: 50%;
}
.are-you-sure p{color: #fff}
.mention-popup {
     background: none; 
    border: 1px solid #3241585c !important;
    border-radius: 12px !important;
}
.user-item {
    background-color: #252525;
}
.mention-popup {
    background: none;
    border: 1px solid #3241585c !important;
    border-radius: 12px !important;
     -ms-overflow-style: none;
    scrollbar-width: none;
}
.restore-note h3 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
}
.restore-note p {
    color: #fff;
    text-align: center;
}
.email-box .fnc .fnc-title:hover #follow-card-box {
    display: block !important;
    position: absolute;
    z-index: 7;
    right: 0;
    left: 30px;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}

.email-box .fnc .fnc-title div#follow-card-box {
    /* display: none; */
    height: 0;
    /* position: absolute; */
    position: absolute;
    /* z-index: 7; */
    right: 0;
    left: 30px;
    visibility: hidden;
    opacity: 0;
    height: 0;
}
/*.email-box .fnc .fnc-title div#follow-card-box {
    display: none;
}
.email-box .fnc .fnc-title:hover #follow-card-box {
    display: block !important;
    position: absolute;
    z-index: 7;
    right: 0;
    left: 30px;
}*/
.email-box .fnc .fnc-title #follow-card-box .follow-card .user-icon img {
    border: 4px solid #1b1b1b;
    background: #1b1b1b;
}
.email-box .fnc .fnc-title #follow-card-box h2 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0;
}
.email-box .fnc #follow-card-box .follow-btn a.isFollowing {
    background: none;
    color: #fff;
    border: 1px solid #3241585c;
}
.email-box .fnc #follow-card-box .follow-btn a.isFollowing:hover{background: #252525;}
.subscription-plan.account-verification .plan .left-plan {
    flex-direction: column;
    color: #fff;
}
.subscription-plan.account-verification .plan .left-plan h4, .subscription-plan.account-verification .plan .left-plan p{color: #fff; margin-bottom: 0;}
.email-box .fnc .fnc-title #follow-card-box .follow-card .card-top > img {
    height: 130px;
    object-fit: cover;
    object-position: center;
}
.subscription-plan.account-verification .plan {
    align-items: flex-start;
}
.subscription-plan.account-verification .get-plan {
    flex-shrink: 0;
}
.subscription-plan.account-verification .plan .left-plan h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.subscription-plan.account-verification .plan .left-plan p {
    font-size: 13px;
    color: #b8b8b8;
    line-height: 17px;
}
.subscription-plan.account-verification .verified {
    color: #01ff8c;
    font-size: 12px;
}
.subscription-plan.account-verification .verified i{margin-right: 5px}
.subscription-plan.account-verification .comp-logo {
    margin-top: 8px;
}
.email-box .fnc .fnc-title #follow-card-box .jloader{filter: invert()}
#update-phoneno-for-verification .cancel{position: absolute;}
#update-phoneno-for-verification .cancel {
    position: absolute;
}
div#update-phoneno-for-verification .header-add-post h3 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-bottom: 0;
}
div#update-phoneno-for-verification .add-post-inner {
    max-width: 450px;
    height: auto;
    border: 1px solid #3241585c;
    background: #171717;
    padding: 30px;
}
div#update-phoneno-for-verification .c-email {
    color: #fff;
    display: flex;
    flex-direction: column;
}
div#update-phoneno-for-verification .header-add-post .fnc .d-flex {
    width: 100%;
}
div#update-phoneno-for-verification .header-add-post .cancel i {
    color: #fff;
}
div#update-phoneno-for-verification p {
    color: #b8b8b8;
    font-size: 12px;
    line-height: 18px;
    margin-top: 11px;
}
div#update-phoneno-for-verification .c-email input {
    background: none;
    color: #fff;
    border: 1px solid #3241585c;
    height: 45px;
    border-radius: 15px;
    padding: 0 14px;
}
div#update-phoneno-for-verification button#submitbtn {
    width: 100%;
    height: 35px;
    background: #252525;
    border: 1px solid #3241585c;
    border-radius: 10px;
}
div#update-phoneno-for-verification .header-add-post h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.post-area.subscription-box {
    display: flex;
    flex-direction: column;
}
.account-setting-inner {
    flex: 1;
}
#update-phoneno-for-verification .verify-phone .d-flex {
    gap: 10px;
}

#update-phoneno-for-verification .verify-phone .d-flex input {
    width: 20%;
}
#update-phoneno-for-verification .verify-phone .resend-code a {
    font-size: 12px !important;
}
#update-phoneno-for-verification .verify-phone label {
    font-size: 20px;
    margin-bottom: 0;
}
div#follow-card-box.show-tip {
    display: block !important;
    position: absolute;
    z-index: 99;
    max-width: 420px;
    left: 30px;
    right: 0;
}

#verification-phone button#submitbtn, #new-phone button#submitbtn {
    margin-top: 40px;
}
.delete-action button.not-now {
    border-radius: 12px;
    border: 1px solid #3241585c !important
}
.delete-action button.delete-my-account {
    border-radius: 12px;
}
.delete-action button.not-now:hover{background: #252525; border: 1px solid #3241585c !important}
.more-set ul li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #3241585c;
    padding: 10px 15px;
    border-radius: 15px;
    align-items: center;
}
.more-set ul li a:hover {
    background: #252525;
}
#ID-verification .header-post.social-add-header {
    height: auto;
}
div#ID-verification {
    z-index: 999;
}
#ID-verification .detail h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#ID-verification .detail h3 .comp-logo span {
    font-size: 13px;
}
.id-card-icon span {
    background: #fff;
    width: 50px;
    height: 50px;
    font-size: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
}
#ID-verification .detail p {
    color: #b8b8b8;
}
#ID-verification .add-post-inner {
    height: auto;
    padding: 40px;
    max-width: 470px;
}
.subscription-plan.account-verification .left-plan {
    padding-right: 30px;
}
#billing-detail .header-post.social-add-header {
    height: auto;
}
#billing-detail .billing {
    display: flex;
    justify-content: space-between;
}
#billing-detail .billing {
    display: flex;
    justify-content: space-between;
}
#billing-detail .left-side {
    display: flex;
}
#billing-detail .info h5 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
#billing-detail .info p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    color: #b8b8b8;
    line-height: 16px;
}

#billing-detail .comp-logo {
    margin-right: 15px;
}
#billing-detail .comp-logo img {
    width: 50px;
}
#billing-detail .billing {
    border: 1px solid #3241585c;
    border-radius: 15px;
    padding: 15px 15px;
    align-items: center;
    margin-bottom: 15px;
}
#billing-detail .billing:last-child{margin-bottom: 0}
#billing-detail .add-post-inner {
    height: auto;
}
#billing-detail .info h5 {
    margin: 0;
    color: #fff;
}
#billing-detail .download {
    width: 30px;
    text-align: center;
}
#billing-detail .cancel {
    position: absolute;
}
#billing-detail .cancel {
    position: absolute;
    top: 18px;
}
#billing-detail .header-add-post .d-flex{width: 100%; text-align: center}
#billing-detail h3 {
    color: #fff;
    margin: 0;
    width: 100%;
    display: block;
    font-size: 16px;
}
.badge-done h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    max-width: 300px;
}
.badge-done p {
    color: #fff;
    font-size: 14px;
}
.post-area.subscription-box.badge-wrapper .continue-payment {
    background: none !important;
    box-shadow: none !important;
    position: static !important;
    padding: 0;
    margin-top: 22px;
}
.post-area.subscription-box.badge-wrapper .your-plan .user-image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.account-setting-inner .inner-badge-sec {
    padding: 0 40px;
}
.current-plan {
    width: 100%;
}
#update-phoneno-for-verification .send-code button{
    background: #6e12ff !important;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%) !important;
    color: #fff;
}
.no-followers {
    border: none;
    padding: 60px 40px;
    text-align: center;
    height: calc(100vh - 175px);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.no-followers h2{font-size: 25px;}
.save-bookmark i.fa-bookmark.fa-solid {
    color: #ff44a8;
}
.dropZoneContainer .del-btn {
    display: none;
}
.repost-bull {
    color: #b8b8b8;
    margin-right: 10px;
}
.blue-cube-icon {
    width: 14px !important;
}
#repost-full-wrapper div#previewGifs img {
    width: 100%;
    border-radius: 5px;
    max-width: 400px;
    margin: 0;
}
#social-popup div#imagePreviewBox, #repost-popup div#imagePreviewBox-repost {
    position: relative;
    max-width: 80%;
}

#social-popup img.multi-image-wrapper {
    height: 200px !important;
}

#social-popup div#imagePreviewBox .embed-and-alt, #repost-popup div#imagePreviewBox-repost .embed-and-alt {
    width: 100%;
}
#social-popup .image-preview-box.single-image-preview .embed-and-alt {
    width: 100% !important;
}

#social-popup .image-preview-box.single-image-preview button#closePreview {
    position: absolute;
    right: 0;
/*    display: none;*/
}
div#imageCarousel {
    max-width: 100%;
}
div#imagePreviewBox .close-btn, div#imagePreviewBox-repost .close-btn{
    position: absolute;
    right: 10px;
    position: absolute;
    right: 6px;
    width: 30px;
    height: 30px;
    background: #56565629;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 100;
    border-radius: 50%;
    font-size: 22px;
    top: 7px;
    float: left;
    line-height: 30px;
    cursor: pointer;
    border:none;
    z-index: 8;
}

div#bu-confirmation .save-draft {
    max-width: 280px;
    width: 280px;
}
.post-area.subscription-box .jumpspree-more-wrapper{
    border-radius: 40px;
    background: transparent;
    border: none;
    padding: 10px 0px !important;
    margin-bottom: 10px;
}
.subscription-box .continue-payment p a {
    text-decoration: underline;
    color: #bbbbbb;
}

.jumpspree-more-wrapper .more-title {
    border: 1px solid #3241585c;
    border-radius: 30px;
    padding: 25px;
}
.jumpspree-more-wrapper .more-title ul {
    margin-bottom: 0;
}
.post-area.subscription-box .account-setting-inner h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
.jumpspree-more-intro p {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}
.jumpspree-more-intro {
    color: #fff;
}
.jumpspree-more-intro .route_title {
    display: block !important;
    font-weight: 800;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin: 0;
}
.jumpspree-more-intro img {
    width: 150px;
    filter: invert(1);
    margin-top: -6px;
}
.jumpspree-more-intro .route_title {
    margin-bottom: 0px;
}
.jumpspree-more-wrapper .more-title ul li {
    margin-bottom: 10px;
    font-size: 13px !important;
}
.mb-15 {
    margin-bottom: 15px;
}
.subscription-plan .plan .left-plan.flex-direction-column {
    display: flex;
    font-size: 12px;
    flex-direction: column;
}
.best-value {
    background: rgb(110, 18, 255);
    background: linear-gradient(90deg, rgba(110, 18, 255, 1) 0%, rgba(78, 72, 255, 1) 100%);
    border-radius: 60px;
    padding: 0px 14px;
    font-size: 8px;
    margin-left: 10px;
    line-height: 20px;
    padding: 2px 10px !important;
    height: auto !important;
}

.subscription-plan-inner .best-value {
    color: #fff;
}
.post-area.subscription-box .subscription-plan .plan .left-plan .price, .post-area.subscription-box .subscription-plan-inner .plan .left-plan .price {
    margin-right: 6px;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
}
.followed-by .user {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    align-items: center;
    display: flex;
}
.followed-by .user img {
    height: 70% !important;
    width: 70% !important;
    object-fit: cover;
}
.refer-a-friend-outer .refer-a-friend img{width: 100px; margin-bottom: 20px}
.refer-a-friend-outer .refer-a-friend h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.r-frient-top {
    margin-bottom: 20px;
}
.refer-a-friend-outer .referral-terms {
    position: fixed;
    bottom: -820px;
    left: 0;
    padding: 30px 20px 15px;
    background: #232323;
    margin: 0 11px;
    border-radius: 35px 35px 0 0;
    transition: all 0.5s ease;
    border-top: 1px solid #373737;
    width: 565px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
.r-frient-top p {
    font-size: 14px !important;
    line-height: 21px !important;
}
.refer-a-friend-outer .referral-terms.show-terms {
    bottom: 0;
}
.refer-a-friend-outer .refer-a-friend p, .refer-a-friend-outer .refer-a-friend li {
    color: #b8b8b8;
    font-size: 12px;
    line-height: 18px;
}
.refer-a-friend-outer .refer-a-friend p{margin-bottom: 10px}
.refer-a-friend li {
    list-style: disc;
}
.refer-a-friend-outer .copy-link-field.d-flex input {
    height: 45px;
    border: none;
    background: #252525;
    color: #bbb;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid #3241585c;
    background: no-repeat;
}
.copy-link-field.d-flex {
    position: relative;
}
.copy-link-field.d-flex button.btn.btn-copy {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 0;
    height: 43px;
    color: #bbb;
    outline: none;
    box-shadow: none;
}
.subscription-plan span.percent-off, .subscription-plan-inner span.percent-off {
    background: none !important;
    color: #01ff8c;
    padding: 0;
}
.subscription-plan .plan-name, .subscription-plan-inner .plan-name {
    font-weight: 600;
    color: #bbb;
}
.subscription-plan .plan label, .subscription-plan-inner .plan label{padding: 20px 20px; cursor: pointer;}
.subscription-plan .plan, .subscription-plan-inner .plan {
    border: 1px solid #3241585c;
    border-radius: 25px;
    padding: 0;
    margin-bottom: 10px;
}
.subscription-plan-inner .plan:first-child {
    margin-bottom: 0 !important;
}
.subscription-plan-inner .plan-name span {
    color: #01ff8c;
    font-weight: 500;
}
.subscription-plan-inner .plan-name {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 500;
}
.subscription-plan .plan label:hover, ..subscription-plan-inner .plan label:hover {
    background: #252525;
    border-radius: 24px;
}
.subscribe-note p {
    text-align: center;
    line-height: 14px;
    color: #bbb;
    margin-top: 12px;
    font-size: 12px;
    padding: 0 20px;
}
.continue-payment .subscribe-note p {
    margin-bottom: 0;
}
.subscription-plan .next-step p, ..subscription-plan-inner .next-step p {
    color: #fff;
}
.subscription-link a{color: #fff; text-align: center;}
.post-area.subscription-box .next-step p {
    color: #b8b8b8;
}
.subscription-link a {
    padding: 14px 0;
    display: block;
}
#feed-detail-wrapper-main .profile-drop-down img {
    border-radius: 0;
    width: 16px !important;
}
#jumpspree-more-popup .save-draft > .d-flex, #qrcode-popup .save-draft > .d-flex {
    flex-direction: column;
    padding: 30px 25px;
}
a.refresh-icon:hover {
    background: #252525;
    transition: all 0.3s ease;
}
#jumpspree-more-popup .save-draft, #qrcode-popup .save-draft {
    max-width: 400px;
    width: 400px;
    text-align: center;
    border: 1px solid #3241585c;
}
#jumpspree-more-popup .save-draft > .d-flex img, #qrcode-popup .save-draft > .d-flex img {
    width: 50px;
}
#jumpspree-more-popup .save-draft > .d-flex h3, #qrcode-popup .save-draft > .d-flex h3 {
    margin: 12px 0 !important;
    padding: 0;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
}
#jumpspree-more-popup .save-draft > .d-flex p, #qrcode-popup .save-draft > .d-flex p{color: #b8b8b8; margin-bottom: 0; font-size: 14px;}
a.refresh-icon.refresh-me img {
    transition: all 1s ease;
    transform: rotate(720deg);
}
a.share-url img {
    width: 18px !important;
    display: inline;
    margin-right: 6px;
}
a.share-url {
    border: 1px solid #3241585c;
    padding: 8px 9px;
    border-radius: 35px;
    color: #fff;
    font-size: 12px;
    background: #111111;
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    font-weight: 600;
    margin-right: 8px;
        
}
a.share-url:hover {
    background: #252525;
    transition: all 0.3s ease;
}
.top-nav-bar .left-curve {
    display: flex;
    align-items: center;
}
.top-nav-bar span#copySuccessMsg {
    color: #00ff6e;
    margin: 0;
    font-size: 12px;
    white-space: nowrap;
}
.left-panel .navigation .sidebar.target-link.active i {
    font-weight: 700;
} 
.followers-box.email-box .fnc {
    /* padding: 0 !important; */
    margin: 0;
}
#gifPreviewBox div#gifPreviewContainer {
    margin-bottom: 15px;
}
.add-post .plus-wrapper img {
    margin-top: -2px;
}
#dp-confirmation .save-draft {
    max-width: 280px;
    width: 280px;
}
#dp-confirmation .save-draft h3 {
    padding: 25px 20px;
}
.post-area-inside {
    margin-bottom: 0;
}
.user-profile.my-profile.profile-edit-page .profile-detail p {
    font-size: 14px;
}
.likeCountIsActive {
    color: #FF44a8;
}
.smal-cam-upload ul {
    width: 200px;
    background: #0e0e0e;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #3241585c;
}
.drop-user-image {
    width: 180px;
    background: #0e0e0e;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #3241585c;
    top: 82px;
    left: 44px !important;
    right: inherit;
}
#posts-container .email-box .profile-drop-down ul li a i{margin-right: 0 !important}
.smal-cam-upload ul li a, .drop-user-image li a {
    display: block !important;
    margin: 0;
    padding: 0;
    /* border: 1px solid #3241585c; */
    /* border-radius: 15px; */
    border: 1px solid #32415852;
    border-radius: 15px;
    padding: 8px 13px !important;
    color: #fff;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.smal-cam-upload li:not(:last-child), .drop-user-image li:not(:last-child) {
    margin-bottom: 5px;
}
.drop-user-image input#drop_zone_logo {
    height: 30px !important;
    left: 0;
}
.smal-cam-upload input#drop_zone_cover {
    top: 12px;
    width: 100% !important;
    left: 0;
    height: 39px !important;
}
.smal-cam-upload ul li a:hover, .drop-user-image li a:hover {
    background: #171717;
}
.profile-edit-row > div{position: static;}
.follower-bio {
    color: #b8b8b8;
    margin-top: 10px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 20px;
}
#unfollow-confirmation .save-draft h3 {
    padding: 25px 20px;
}
.recomendation {
    padding-left: 0px;
}

.recomendation h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.recomendation .add-listing.followers {
    border: 1px solid #3241585c;
    padding: 0 !important;
    border-radius: 20px;
}
.recomendation .followers-box {
    padding: 10px 10px !important;
}
.recomendation .followers-box:not(:last-child) {
    border-bottom: 1px solid #3241585c;
}
.recomendation .follow-inner .user-image {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    flex-shrink:0;
}
.recomendation .follow-inner .user-name p {
    font-size: 13px !important;
}
.recomendation .followers-box{border-bottom: none}
.recomendation {
    margin-bottom: 20px;
}
#feed-detail-wrapper-main #comment-section div#preview {
    padding-left: 0;
}
.recomendation .follow-inner .user-name h2 {
    line-height: normal;
}
div#feed-detail-wrapper-main #comment-inner-side-box .comments .date.ogl .comment-box {
    width: 100%;
    flex: 1;
    max-width: 100%;
    margin-top: 7px;
}
div#feed-detail-wrapper-main #comment-inner-side-box .comments .date.ogl{width: 100%}
#feed-detail-wrapper-main #comment-inner-side-box .comments .profile-drop-down {
    right: 15px;
}
#feed-detail-wrapper-main #comment-inner-side-box .comments .comment-box .user-name a {
    display: inline-flex
}
#feed-detail-wrapper-main #comment-section .date.ogl {
    padding-bottom: 10px;
}
#social-popup .post-btn {
    border: 2px solid #32415866 !important;
    border-radius: 51px;
    position: relative;
    padding-right: 28px;
}
#social-popup .post-btn  button {
    border: none !important;
    padding-left: 15px;
    padding-right: 15px;
} 
#social-popup .add-post-inner .post-btn a {
    padding-right: 10px;
    color: #454d59 !important;
    height: 75%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    align-items: center;
    display: flex;
    border-left: 2px solid #3241585c;
    padding-left: 5px;
    transform: translateY(-50%);
}
#social-popup .add-post-inner .post-btn a i {
    color: #454d59;
    font-size: 18px;
}
#social-popup .Schedule-message-wrapper, #social-popup .ReSchedule-message-wrapper, #schedule-social-popup .Schedule-message-wrapper {
    position: absolute;
    top: 0;
    background: #060606;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 25px;
    padding: 40px;
}
/*#social-popup .Schedule-message-wrapper{z-index: 9;}*/
#social-popup .Schedule-message-wrapper h3, #schedule-social-popup .Schedule-message-wrapper h3, #social-popup .ReSchedule-message-wrapper h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}
#social-popup .schedule-message-input .date, #schedule-social-popup .schedule-message-input .date {
    flex: 2;
    max-width: 60%;
    position: relative;
    
}
#social-popup .schedule-message-input .date i, #social-popup .schedule-message-input .time i, #schedule-social-popup .schedule-message-input .date i, #schedule-social-popup .schedule-message-input .time i {
    position: absolute;
    top: 50%;
    left: 13px;
    color: #dfff;
    font-size: 16px;
    transform: translateY(-50%)
}
#social-popup .schedule-message-input .date input.form-control, #social-popup .schedule-message-input .time input.form-control, #schedule-social-popup .schedule-message-input .date input.form-control, #schedule-social-popup .schedule-message-input .time input.form-control {
    padding-left: 36px;
}
#social-popup .schedule-message-input .time, #schedule-social-popup .schedule-message-input .time {
    flex: 1;
    position: relative;
}
#social-popup .schedule-message-input, #schedule-social-popup .schedule-message-input {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
#social-popup .Schedule-message-wrapper .close-popup, #schedule-social-popup .Schedule-message-wrapper .close-popup, #social-popup .ReSchedule-message-wrapper .close-popup {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 35px;
}
#social-popup .schedule-message-input .date i.fa-regular.fa-angle-down, #social-popup .schedule-message-input .time i.fa-regular.fa-angle-down, #schedule-social-popup .schedule-message-input .date i.fa-regular.fa-angle-down, #schedule-social-popup .schedule-message-input .time i.fa-regular.fa-angle-down {
    right: 15px !important;
    left: inherit;
    position: absolute;
}
#social-popup .schedule-footer button.btn.schedule-message, #social-popup .schedule-footer button.btn.cancel-Schedule, #schedule-social-popup .schedule-footer button.btn.schedule-message, #schedule-social-popup .schedule-footer button.btn.cancel-Schedule {
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    border: none;
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 12px;
    color: #fff;
}
#social-popup .schedule-footer button.btn.schedule-message {
    background: none;
    border: 1px solid #3241585c;
    border-radius: 30px;
    padding: 20px 20px;
    background: #090909;
}
#social-popup button.btn.cancel-Schedule {
    border: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
#social-popup .schedule-footer button.btn.cancel-Schedule, #schedule-social-popup .schedule-footer button.btn.cancel-Schedule {
    background: transparent;
    border: 1px solid #3241585c;
    color: #fff;
}
/*p.delete-draft{opacity: 0;}*/
.schedule-footer{gap:15px;}
.schedule-message-input .form-control {
/*   border: 2px solid #4070ff; */*/
    border: none;
    border-radius: 15px;
    border-color: #a1c6ff !important;
    background: #f1f1f1;
    border-color: #3241585c !important;
    background: #813d3d00 !important;
    border-width: 1px !important;
    z-index: 999;
    position: relative;
    backdrop-filter: none;
}
.ui-timepicker-standard {
    z-index: 999 !important;
    background-color: #0b0b0b !important;
    border: 1px solid #3241585c !important;
    color: #fff;
    margin: 0;
    padding: 2px;
    border-radius: 7px;
}
#social-popup .schedule-footer button.btn.schedule-message:hover {
    background: #252525;
}
.ui-timepicker-standard a {
    color: #b8b8b8 !important;
}
.ui-timepicker-standard .ui-state-hover {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    font-weight: 400;
    color: #b4b4b4 !important;
}
.ui-timepicker-standard .ui-state-hover:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-left: -20px;
    margin-right: 8px;
    
}
.ui-timepicker-standard a {
    padding: .2em 0;
    font-size: 14px !important;
    text-align: left;
    padding-left: 34px !important;
}
.schedule-message-input input.form-control.timepicker {
    padding: 0 10px !important;
    padding-left: 36px !important;
}
 .datepicker.dropdown-menu {
    background: #0b0b0b !important;
}
.datepicker-dropdown.datepicker-orient-top:before, .datepicker-dropdown.datepicker-orient-top:after{opacity: 0 !important}
.datepicker table {
    color: #b8b8b8;
    font-weight: 300 !important;
}
.datepicker.dropdown-menu td {
    padding: 6px 9px !important;
}
body.dark-mode .day {
    color: #b8b8b8 !important;
    font-weight: 400 !important;
}
td.active.day, .datepicker table tr td span.active.active, .datepicker table tr td.day:hover, .datepicker table tr td span:hover {
    background: #171717 !important;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: #252525 !important;
}
.Schedule-message-wrapper .close-popup {
    cursor: pointer;
}
.datepicker.dropdown-menu {
    border: 1px solid #3241585c !important;
}
.datepicker.dropdown-menu {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    border-radius: 10px !important;
}
.add-post-inner.schedule-box-opened {
    min-height: 270px !important;
    height: 270px !important;
}
div#social-popup .add-post-inner {
    transition: all 0.3s ease;
}
div#social-popup .add-post-inner.schedule-box-opened .header-post.social-add-header {
    min-height: 210px;
}
.schedule-done p {
    margin: 0;
    color: #b8b8b8;
    margin-bottom: 5px;
}

.schedule-done {
    border: 1px solid #3241585c;
    width: auto;
    border-radius: 15px;
    padding: 11px;
    box-sizing: border-box;
    margin-top: 0;
    margin: 0 20px 15px;
}
.send-post a {
    border: none !important;
}
#social-popup.social-popup .add-post-inner .action a {
    border: none !important;
    font-size: 13px !important;
    padding: 0 0;
    margin-right: 5px;
}

div#social-popup .add-post-inner.schedule-box-opened .schedule-done {
    display: none;
}
div#unschedule .flex-direction-column p {
    color: #b8b8b8;
    padding: 0 10px;
}
.schedule-list {
    margin-top: 52px;
}
.schedule-list .post-media-schedule {
    max-width: 60px;
}
.schedule-list .action a {
    border: none !important;
    font-size: 13px !important;
    padding: 0 0;
    margin-right: 5px;
    color: #444eff !important;
}
.schedule-list .post-media-schedule img {
    border-radius: 8px;
    border: 1px solid #3241585c;
}
#schedule-social-popup .add-post-inner {
    height: 250px;
}
.schedule-list .followers-box {
    border-bottom: 1px solid #373737;
    padding: 15px 20px !important;
}
.online-status .user-image {
   position: relative;
    overflow: inherit;
    width: 60px;
    height: 60px;
    left: 13px;
}
p.noRequest {
    text-align: center;
    color: #fff;
    margin: 0;
    height: 100%;
    display: block;
    height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
}
#online-dot{opacity: 0;}
#online-dot.online-dot {
    opacity: 1;
}
.online-status .user-icon img {
    border-radius: 50%;
}
.online-status {
    padding: 20px 10px;
}
.online-dot {
    background: #00ff6e;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #0f0f0f;
}
.user-icon .online-dot {
    width: 12px;
    height: 12px;
    right: 2px;
    bottom: 2px;
}
.more-setting-box .tabbing {
    display: none;
}
#update-username .copy-link-field.d-flex button {
    margin-left: 0 !important;
}
.profile-box .stat a {
    color: #808080;
    text-decoration: underline;
    font-size: 14px;
}
.online-status-note p {
    font-size: 14px;
    color: #b8b8b8;
    font-weight: 400;
    line-height: 22px;
}
.online-status-note {
    margin-top: 25px;
}
.select-list-status .side-left h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}
.online-status-note > p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.online-status-note {
    padding: 0 15px;
}
.select-list-status .side-left h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    margin-bottom: 5px;
}
.select-list-status .list-inline.d-flex label {
    background: #fff;
    width: 100%;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.select-list-status .list-inline:not(:last-child) {
    border-bottom: 1px solid #444444;
    margin-bottom: 20px;
}
.select-list-status .list-inline.d-flex {
    position: relative;
}
.select-list-status input[type="radio"] {
    appearance: none !important;
}
.select-list-status  input[type="radio"]:checked:after {
    content: "\f00c";
    width: 7px;
    height: 7px;
    background: none;
    position: absolute;
    top: 4px;
    border-radius: 50%;
    left: 4px;
    font-family: 'FontAwesome';
    color: #fff;
    right: 0;
    left: inherit;
    font-size: 18px;
    top: 0;
}
.select-list-status input[type="radio"]:before{display: none;}
.select-list-status .list-inline .side-left{
    max-width: 85%;
}
.select-list-status .list-inline .side-right {
    width: 15%;
    text-align: center;
    display: flex;
    align-items: center;
    max-width: 15%;
    flex-shrink: 0;
    flex: 1;
    justify-content: center;
}
.select-list-status .list-inline .side-right input {
    position: relative;
    top: -15px;
    left: 0;
}
#update-username #submitbtn.disabled {
    background-color: #ccc;
    cursor: not-allowed;
    width: 100%;
    height: 40px;
    margin: 0;
}
#update-username .username-note p{
    font-size: 11px;
}
.recomendation .owl-nav {
    position: absolute;
    width: 100%;
}
.recomendation .owl-nav {
    position: absolute;
    width: 100%;
    text-align: right;
    color: #fff;
    bottom: -45px;
    display: flex !important;
    cursor: auto;    
;
    background: none !important;
}
.trend h4, .recomendation h4 {
    margin-bottom: 10px;
}
.recomendation .owl-dots {
    display: none;
}
.recomendation .owl-nav button {
    background: #f5f5f50f !important;
    height: 30px;
    width: 30px !important;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    transform: none !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
}
.recomendation .owl-nav {
    gap: 5px;
    display: flex;
/*    justify-content: flex-end;*/
    justify-content: space-between;
}
.recomendation .owl-nav button:hover {
    background: #252525 !important;
}
.recomendation .follow-inner .user-name a {
   white-space: nowrap;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 13px !important;
    max-width: 70%;
    
}
.recomendation .follow-inner .user-name h2{
    display: flex;
    align-items: center;
}
.recomendation .follow-inner .user-name h2 img {
    margin-left: 5px;
    width: 13px !important;
    height: 13px !important;
}
.recomendation .follow-inner .d-flex.justify-content-between.align-items-center > .d-flex {
    width: 70%;
    flex: 1;
    max-width: 70%;
}
.recomendation  .follow-inner .follow-btn {
    width: 72px;
    flex-shrink: 0;
}
.recomendation .follow-inner .d-flex.justify-content-between.align-items-center > .d-flex .user-name {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

.recomendation .owl-next span:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 15px;
    margin-top: 2px;
    font-weight: 100 !important;
}
.recomendation .owl-prev span:after {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 15px;
    margin-top: 2px;
    font-weight: 100 !important;
}
.recomendation .owl-next span, .recomendation .owl-prev span {
    font-size: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#update-username a.suggested-username {
    color: #444eff !important;
    font-size: 14px;
}
.suggestion {
    color: #444eff !important;
}
.trend {
    margin-top: 45px;
    border-top: none;
    padding-top: 15px !important;
}
.gap-5{gap:5px}
.curved-box.add-listing-steps-wrapper.mobile-visible {
    height: 50px;
    border-bottom: 1px solid #373737;
}
.change-password button#submitbtn {
    margin: 0;
    width: 100%;
    border-radius: 15px !important;
    padding: 0px 0 !important;
    font-size: 14px !important;
    height: 45px;
}
.change-password-action .reset-password a {
    color: #fff;
    padding: 10px 0;
    display: block;
}
#reset-password-wrapper > div, #verify-password-wrapper > div {
    flex-direction: column;
    display: flex;
    color: #fff;
}
#reset-password-wrapper > div h3, #reset-password-wrapper > div p, #verify-password-wrapper > div p, #verify-password-wrapper > div h3{
    color: #fff;
}
div#reset-password-wrapper {
    margin-top: 0;
    padding-top: 80px;
}
div#verify-password-wrapper {
    padding-top: 80px;
}
.profile-performance {
    margin-top: 80px;
}
.profile-performance {
    padding: 0 20px;
}
.profile-performance-box {
    border: 1px solid #3241585c;
    border-radius: 25px;
    background: #0c0c0c1f;
    padding: 20px;
    margin-bottom: 20px;
}
.profile-performance-box .pp-line p {
    font-size: 12px;
    color: #bbb;
    margin: 0;
}
.profile-performance-box .pp-line h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
}
.pp-line.d-flex {
    justify-content: space-between;
}
.pp-line.d-flex .value {
    color: #fff;
}
.pp.list {
    border-bottom: 1px solid #3241585c;
    padding-bottom: 10px;
    padding-top: 10px;
}
.d-flex.profile-box-head.p-20 {
    padding: 20px;
}
.pp-body.p-20 {
    padding: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.profile-performance .pp-body.p-20 {
    padding: 20px;
}
.bb-none{
    border-bottom: none;
}
.help-section h3 {
    color: #bbb;
    font-size: 20px;
    margin: 0;
}
.help-section p {
    color: #bbb;
    font-size: 14px;
}
.pr-20 {
    padding-right: 20px;
}
.profile-performance .profile-box-head {
    justify-content: space-between;
    align-items: center;
}
.hellp-action a {
    border: 1px solid #3241585c;
    border-radius: 50px;
    padding: 7px 17px;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
}

.hellp-action {
    margin-left: 17px;
    margin-top: 6px;
    gap: 5px;
    align-items: center;
}


.profile-performance .swicher-box {
    display: flex;
    gap: 8px;
}
.profile-performance .profile-box-head .swicher-box a {
    color: #fff;
    border: 1px solid #3241585c;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 13px;
}
.profile-performance .profile-box-head .swicher-box a.active{
     border: 1px solid #fff;
}
.profile-performance .swicher-box a {
    color: #fff;
    font-size: 14px;
}
.profile-performance .profile-box-head h3 {
    margin: 0;
    color: #bbb;
    font-size: 20px;
}
.profile-performance .pp-body {
    color: #fff;
    padding: 10px 0 0;
    font-size: 20px;
    font-weight: 600;
}
.days .selected-days {
    color: #fff;
    font-size: 15px;
}
.selected-days i {
    margin-left: 6px;
    font-weight: 400;
}
.days-dropdown {
    text-align: center;
}
.days {
    text-align: center;
    border: 1px solid #3241585c;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.selected-days {
    color: #bbb !important;
}
.days-dropdown {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    height: 40px;
}
.days {
    text-align: center;
    border: 1px solid #3241585c;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 33px;
}
.open-dropdown{
     background: #252525;
}
.days label {
    color: #bbb;
}
.days li label input {
    opacity: 0;
    position: absolute;
}
.days li label {
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 5px 0;
}
.selected-days i {
    margin-left: 6px;
    font-weight: 400;
    font-size: 17px;
    position: absolute;
    top: 13px;
}
.swicher-box a:hover {
    border-color: #fff !important;
}
.days-dropdown  ul.p-0.mb-0 {
    margin-top: 6px !important;
}
div#its-done {
    height: calc(100vh - 92px);
    display: flex;
    align-items: center;
    justify-content: center;
}
div#its-done .copy-link-field.d-flex.text-center {
    flex-direction: column;
}
#its-done .close {
    position: static;
}
#its-done .copy-link-field.d-flex.text-center h3, #its-done .copy-link-field.d-flex.text-center p {
    color: #fff;
}
#its-done .close {
    position: static;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    width: auto;
    color: #fff;
    font-size: 15px !important;
    border: 1px solid #3241585c !important;
    border-radius: 50px;
    padding: 20px 0;
    width: 100px;
    margin: 0 auto;
}
#its-done .close:hover{
    background: #252525;
    color: #fff;
}
#its-done .close:hover a{
    color: #fff;
}
#social-popup .add-post-inner {
    padding: 0;
}
#social-popup .header-add-post {
/*
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
*/
}
#social-popup .add-post-inside {
    padding: 25px 25px 5px;
}
div#social-popup .header-post.social-add-header {
    min-height: 294px;
}
div#social-popup .post-foot.add-post-foot {
    padding-bottom: 25px;
    padding: 15px 25px;
}
div#social-popup .post-foot.add-post-foot a, div#repost-popup .post-foot.add-post-foot a {
    border: 1px solid #3241585c;
}
div#social-popup .post-foot.add-post-foot .add-image ul li, #repost-popup .post-foot.add-post-foot .add-image ul li {
    margin-right: 5px;
}
div#social-popup .post-foot.add-post-foot .add-image ul li a, #repost-popup .post-foot.add-post-foot .add-image ul li a {
    width: 35px;
    height: 35px;
}
.progress-circle {
    display: none;
}
div#social-popup .post-foot.add-post-foot .send-post button {
    padding: 6px 20px;
}
div#social-popup .post-foot.add-post-foot .send-post button {
    padding: 6px 20px;
    border-right: 1px solid #3241585c !important;
    border-radius: 0;
    padding-right: 9px;
    margin-right: 6px;
    padding-left: 16px;
    width: 64px;
}
#unfollow-confirmation .save-cancel button:last-child:hover {
    background: #00000033;
    border-radius: 0 0 25px 0;
}
#unfollow-confirmation .save-cancel button:first-child:hover {
    border-radius: 0 0 0 25px;
} 
.add-listing.followers .follower-bio {
    margin-top: 0;
    padding-left: 56px;
}
.comment-like-button.likeIsActive span {
/*    color: #FF44A8;*/
}
form#claimform {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 160px);
}
div#password-section {
    flex: 1;
}
#reset-password-wrapper h3, #verify-password-wrapper > div h3 {
    font-size: 18px;
}
#verify-password-wrapper > div h3 {margin-bottom: 8px}
#verify-password-wrapper .change-username-input p {
    color: #bbb;
    font-size: 13px;
}
#reset-password-wrapper > div p, #verify-password-wrapper > div p{color: #bbb;}
#launch .add-post-inner {
    height: auto;
}

#launch .live-now-head {
    width: 190px;
}
#launch .add-post-inner {
    max-width: 450px;
    width: 450px;
}
.live-now-heading h3 {
    color: #fff;
    font-weight: 600;
    line-height: 34px;
    font-size: 25px;
}
.live-now-body p {
    color: #bbb;
}
.live-now-body button {
    width: 100%;
    background: no-repeat;
    border: 1px solid #3241585c;
    color: #fff;
    height: 45px;
    border-radius: 45px;
}
#launch .live-now-head img {
    margin-top: -30px;
}
#launch .live-now-head {
    width: 190px;
    height: 113px;
    overflow: hidden;
}
.live-now-body button:hover {
    background: #252525;
    border: 1px solid #324158;
}
#gifModalForAddPost .gif-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    max-height: calc(100% - 50px);
    overflow-y: auto;
    height: 100%;
}
div#gifResultsForAddPost {
    text-align: center;
    justify-content: center;
}
#gifModalForAddPost .gif-modal-content {
    height: 100%;
}
div#gifModalForAddPost .gif-list img {
    max-width: 23%;
    height: 109px;
    object-fit: cover;
    width: 23%;
}
.search-input {
    padding-top: 80px;
}
.search-input input[type="text"] {
    border: 1px solid #3241585c;
    background: no-repeat;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 35px;
    background: #171717;
    color: #fff;
    font-size: 14px;
}
.search-page .search-box img {
    width: 18px;
    margin-right: 10px;
}
.search-page .seller-inner {
    min-height: calc(100vh - 88px);
    padding: 0 20px;
}
.post-btn.addPost-form-submit.disabled {
    background: transparent;
}
.post-btn.addPost-form-submit.disabled {
    pointer-events: none;
}
.post-btn.addPost-form-submit.active {
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
}
.post-btn.addPost-form-submit.active a i {
    color: #fff !important;
}
div#social-popup .post-btn.addPost-form-submit.active  button{border-right: 1px solid #ffffff4a !important}
.schedule-list .schedule-done {
    margin: 0;
}
.add-post-inner.schedule-box-opened .header-post.social-add-header {
    display: none;
}
.schedule-list .follow-inner .user-name h2 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 430px;
}
.schedule-list .email-box p {
    font-size: 14px;
    line-height: 22px;
    color: #bbb !important;
}
.schedule-done p {
    background: url(https://www.jumpspree.com/public/images/calendar-clock.png);
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 23px;
    background-position: left center;
}
#unscheduleMyPost p {
    color: #bbb;
    padding: 0 15px;
}
#unscheduleMyPost .save-draft h3 {
    padding: 25px 0 15px;
}
.schedule-list .post-media-schedule {
    max-width: 40px;
    margin-right: 4px;
    margin-bottom: 10px;
    border: none !important;
}
.save-variant {
    background: #0f0f0f;
}
#social-popup .schedule-message-input .date i.fa-angle-down, #social-popup .schedule-message-input .time i.fa-regular.fa-angle-down {
    margin-top: 1px;
}
.probox .listing-description p {
    color: #bbb;
}
.draft-switcher {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #3241585c;
    padding-bottom: 10px;
}
.draft-switcher a{
    color: #bbb;
}
.w-auto {
    max-width: none !important;
    width: auto !important;
}


#schedule-container .schedule-list .followers-box {
    border-bottom: 1px solid #373737;
    padding: 15px 20px !important;
    height: auto;
    min-height: auto;
}
#schedule-container .schedule-list .followers-box {
    padding: 15px 0px !important;
}

.seller-inner.seller-mesage-outer #comment-section {
    background: #0f0f0f !important;
}
.curved-box .left-sec {
    background: #0f0f0f !important;
}
.draft-switcher a.active{color: #fff; background: #252525; font-size: 14px;}
#schedule-container  .schedule-list .follow-inner .user-name h2 {
    max-width: 380px;
}
#update-username .username-note p {
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 10px 10px;
}
div#password-criteria ul li {
    color: #bbb !important;
    list-style: disc;
    font-size: 14px;
}
div#password-criteria {
    margin-top: 12px;
}
.post-area.change-password .action-btn-wrapper {
    padding: 12px 0;
}
.username-note {
    padding: 0 10px;
}
#password-section span {
    color: #fff;
}
p.draftPostText {
    white-space: nowrap;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff !important;
    margin-bottom: 5px !important;
}
p.draftDateTime {
    font-size: 12px;
    color: #fff !important;
    margin-top: 5px !important;
    font-weight: 300;
}
div#confirm-password-validate {
    font-size: 14px;
    margin-top: 4px;
}
.schedule-list .post-media-schedule img {
    border: none;
}
div#draft-container {
    margin-top: 94px;
}
div#scheduledPostArticleList .noschedule p {
    color: #bbb;
}

div#scheduledPostArticleList .noschedule {
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#scheduledPostArticleList {
    height: 100%;
}
div#its-done i {
    font-size: 45px;
    margin-bottom: 20px;
    color: #5566ff;
}
.item-sec {
    display: flex;
    justify-content: space-between;
}
.item-sec .left-sec img {
    width: 20px;
}
.item-sec .left-sec{color: #bbb}
 .promote-post-btn {
    border: 1px solid #3241585c;
    margin: 0 20px;
    padding: 0;
    border-radius: 20px;
    padding-right: 0;
    padding-left: 20px;
}
.promote-post-btn .right-sec {
    position: relative;
    top: 1px;
}
.promote-post-btn .item-sec {
    padding-right: 20px;
}
.promote-post-btn .item-sec:not(:last-child) {
    border-bottom: 1px solid #3241585c;
    padding-bottom: 0;
    margin-bottom: 0;
}
.promote-post-btn .item-sec a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    padding: 14px 0;
}
.item-sec .left-sec img {
    margin-right: 5px;
    opacity: 0.8;
}
#addPost-form-submit .jloader {
    border: 2px solid #fff;
    border-top: 2px solid #800cff;
    position: relative;
    top: 2px;
}
.recomendation .follow-inner .user-name a img {
    flex-shrink: 0;
    margin-left: 4px;
    width: 12px;
    height: 12px;
}
.bookmarks-wrapper .profile-drop-down ul li a:hover {
    background: #252525 !important;
    color: #ff0026 !important;
}
#refer-frnd-popup .referral-terms.show-terms p, #refer-frnd-popup .referral-terms.show-terms li {
    color: #bbb;
    font-size: 14px;
}

#refer-frnd-popup .referral-terms.show-terms h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 5px;
} 
#refer-frnd-popup .add-post-inner {
    height: auto;
}
#refer-frnd-popup .referral-terms.show-terms li {
    list-style: disc;
}
#refer-frnd-popup .cross {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 30px;
}
span.trailer-text.imageNotAvailable {
    border-radius: 11px !important;
}
.get-more-class.get-more-mob{display: none !important;}
.get-more-class.refer-frnd-mob{display: none !important;}
.add-post-inner.draft-open {
    height: 90vh !important;
    transition: all 0.5s ease;
}
#empty-msg {
/*    border: none;*/
    margin-top: 0px;
    margin-left: 0px;
    height: 100vh;
}
#empty-msg {
    border-radius: 25px 25px 0 0;
     height: auto !important; 
}
.empty-message-top.message-wrapper {
    width: 95%;
}
#empty-msg .message-wrapper .search input {
    text-align: left !important;
}
#empty-msg .search.d-flex {
        margin-top: 35px;
    }    
#empty-msg p {
    font-size: 20px;
    font-weight: 700;
    color: #bbb !important;
    line-height: 30px;
}
.empty-message-center {
    height: 100vh;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    top: 0;
    flex-direction: column;
}    
.empty-message-center .icon i:before {
    color: #bbb !important;
}
.empty-message-center .icon i {
    font-size: 50px;
    color: #bbb !important;
}
#update-username {
    margin-top: 20px;
}
div#gifModalForAddPost .gif-list img {
        border: none;
} 
#social-popup #gifModalForAddPost span.close-x {
    font-size: 0 !important;
    background: none !important;
    width: auto;
}

#social-popup #gifModalForAddPost span.close-x:after {
    content: "Cancel";
    width: auto !important;
/*    top: 34px !important;*/
/*    position: absolute;*/
/*    right: 7px;*/
    color: #fff;
    font-size: 15px;
    color: #444eff !important;
} 
#social-popup input#gifSearchForAddPost {
    width: calc(100% - 70px);
} 
#social-popup #gifModalForAddPost span.close-x {
    font-size: 0 !important;
    background: none !important;
    width: auto;
    top: 30px;
    right: 20px;
    width: auto !important;
}
.post-setting-box {
    border-top: 1px solid #3241585c;
    padding-top: 15px;
    margin: 0 0px;
    padding-bottom: 15px;
}
.post-setting-box {
    border-top: 1px solid #3241585c;
    padding-top: 15px;
    margin: 0 0px;
}
.post-setting-box h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 400;
}
.post-setting-box-list {
    border: 1px solid #3241585c;
    border-radius: 15px;
    height: auto;
    padding: 0 10px;
    display: flex;
    color: #bbb;
    align-items: center;
    justify-content: space-between;
}
div#post-setting-box .post-setting-box-list:last-child {
    margin-bottom: 0;
}

div#post-setting-box .post-setting-box-list {
    margin-bottom: 10px;
}
.post-setting-box-list label {
    display: flex;
    width: 100%;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    cursor: pointer;
}
.left-panel i.fa-regular.fa-message-lines {
    position: relative;
    top: 2px;

}
.user-box .extra-opt.leff ul {
    right: 0px;
    background: #222 !important;
    border: 1px solid #3241585c;
    background: #0f0f0f !important;
}
.all-users-mesage h5 img {
    width: 35px;
}
.all-users-mesage h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}
.all-users-mesage p {
    color: #bbb;
    margin: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.all-users-mesage p span.dot {
    background: #5556ff;
    height: 5px;
    width: 5px;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}
.chat-list {
    padding-top: 20px;
    display: none;
}
.all-users-mesage h5 + p {
    margin-bottom: 8px;
}
.post-setting-box-list label span input:after {
    width: 15px;
    height: 15px;
    border: none;
    display: block;
    /* position: absolute; */
    right: 0;
    top: 0;
    content: "";
    border-radius: 5px;
    background: #252525;
}
.post-setting-box-list label span input:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: -3px;
    left: 1px;
    transform: scale(0);
    transition: all 0.2s ease;
}
.post-setting-box-list label span input:checked:before{
    transform: scale(1)
}
.post-setting-box-list label span input:checked:after{
    opacity: 0;
}
.post-setting-box-list label span input {
    margin-top: 7px;
    appearance: none !important;
    position: relative;
  
}
li.delete-li a {
    color: #ff0026 !important;
}
.profile-drop-down ul li.delete-li a:hover{
    color: #ff0026 !important;
}
#social-share-buttons li a span {
    display: none;
}
#social-share-buttons li a {
    color: #fff;
    border: 1px solid #3241585c;
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
#share-site-link .targets li a:hover {
    background: #252525;
}
.social-popup .add-post-inner p.delete-draft a {
    color: #ff0026 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    height: 25px;
    display: inline-block;
    margin-top: 5px;
}
.message-full-box .extra-opt.leff {
    position: relative;
}
.all-users-mesage h5{cursor: pointer}
.all-users-mesage h5 img {
    transform: rotate(-90deg);
}
.all-users-mesage h5.on img {
    transform: rotate(0deg);
}
#activity h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
}
#activity h2 a {
    color: #fff !important;
}
#activity .follow-btn a {
    color: #fff !important;
    font-size: 14px !important;
    padding: 12px 0;
}
div#activity .user-image {
    overflow: inherit;
}
#activity .follow-inner:not(:last-child) {
    border-bottom: 1px solid #3241585c;
    padding-bottom: 0;
}
#activity .add-post-inner {
    padding-left: 0;
    padding-right: 0;
}
#activity .add-post-inner .follow-inner {
    padding: 0px 20px;
    padding-bottom: 18px;
}
div#activity .user-image img {
    border-radius: 50%;
    margin-bottom: 7px;
}
div#activity .user-image span.heart img {
    border-radius: 0 !important;
    display: inline-block;
}
#social-popup.social-popup.scheduled-success .add-post-inside-wrapper {
    max-height: 37vh;
}
#activity .heart img {
    max-width: 18px;
    margin-bottom: 3px;
    margin: 0 !important;
}
div#activity .user-image img {
    border-radius: 50%;
    margin-bottom: 0;
}
#activity h2 a {
    color: #fff !important;
    font-size: 14px !important;
}
#activity .follow-inner .user-image {
    width: 40px;
    height: 41px;
    margin-right: 10px;
}
#activity  .fnc {
    margin: 15px 0;
}
div#feed-detail-wrapper-main .profile-drop-down ul li {
    margin-right: 0 !important;
}
div#feed-detail-wrapper-main .profile-drop-down ul {
    padding: 15px 12px !important;
}
#feed-detail-wrapper-main .action-comment a:last-child i {
    color: #000 !important;
    font-weight: 600;
}

#feed-detail-wrapper-main .action-comment a:last-child {
    background: #fff !important;
    color: #000 !important;
}

#feed-detail-wrapper-main .action-comment a.disabled {
    background: #3b3b3b !important;
    color: #ffffff !important;
}
#feed-detail-wrapper-main .action-comment a.disabled i {
    color: #fff !important;
    font-weight: 500;
}
div#profile-type p {
    color: #bbb;
    font-size: 14px;
}
div#profile-type h3 {
    color: #fff;
    font-size: 18px;
}
#profile-type .add-post-inner {
    height: auto;
}
#profile-type .types-of-profile .type h4 {
    color: #fff;
    margin: 0;
    font-size: 17px;
}
#profile-type .types-of-profile .type .right-sec {
    width: 70px;
    text-align: center;
}
#profile-type .types-of-profile .type {
    border: 1px solid #3241585c;
    border-radius: 25px;
    padding: 0px;
    margin-bottom: 15px;
}
#profile-type .types-of-profile .type p {
    margin: 0;
    padding-left: 0;
}
#profile-type .types-of-profile .type label{cursor: pointer;}

#profile-type .types-of-profile .type:last-child{
    margin-bottom: 0;
} 
#profile-type .types-of-profile .type label {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 0;
}
#profile-type .types-of-profile .type .right-sec input {
    position: relative;
}
#profile-type .types-of-profile .type input[type="radio"]:checked:after {
    background: none;
    border-radius: 50%;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: -1px;
    left: 3px;
    transform: scale(1);
    transition: all 0.2s ease;
    color: #000;
    width: 100%;
    height: 100%;
}
#profile-type .types-of-profile .type input[type="radio"]:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #fff !important;
    display: block;
    border-radius: 50%;
    padding: 0;
    background: #fff;
    width: 100%;
    height: 100%;
}
.message-full-box textarea#chat-msg {
    background-color: transparent;
    padding: 8px 8px;
    border-radius: 10px;
    padding-right: 70px;
}    
#nocommentsdiv p.comment-text {
    color: #b8b8b8 !important;
}
.message-full-box textarea#chat-msg {
    border: none !important;
    background-color: transparent;
    padding: 12px 8px;
    border-radius: 10px;
    overflow: hidden;
    resize: none;
    padding-right: 70px;
    font-size: 14px;
    line-height: 16px;
    max-height: 150px;
    overflow-y: auto;
}
.message-full-box #graphic-opt {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}
.email-box li.view-post a {
/*    pointer-events: none;*/
} 
#mobile-messsage-box-wrapper .post-area.message-full-box {
    min-height: 100vh !important;
    flex: 1;
    /* max-height: 100%; */
    height: 100%;
}
.profile-edit-page .profile-edit-row .profile-footer {
    position: sticky;
    bottom: 0;
    background: #171717;
}
#jumpspree-more-wrapper button:hover{
    color: #fff;
} 

#report-on-more-option div#attachment-preview-container {
    width: 200px;
    position: relative;
    margin-bottom: 10px;
}
#attachment-preview-container #attachment-preview img {
    width: 100% !important;
    max-width: 100% !important;
}
#report-on-more-option button#remove-attachment {
    position: absolute;
    background: no-repeat;
    color: #fff;
    border: none;
    background: #000000ad;
    width: 20px;
    height: 20px;
    color: #ffffff !important;
    border-radius: 70px;
    line-height: 7px;
    position: absolute;
    right: 5px;
    top: 5px;
}
span.bottom-menu-text {
    width: auto !important;
    background: none !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.popup-new-style{
    background: #21212170 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.popup-new-style .add-post-inner .curved-box::before {
    opacity: 0;
}
.popup-new-style .curved-box.add-listing-steps-wrapper {
    background: transparent;
    box-shadow: none;
    border:none;
}
.popup-new-style .add-listing.followers {
    border: none;
    padding-top: 0 !important;
    height: 90%;
    overflow: auto;
    padding-bottom: 0 !important;
}
.popup-new-style .curved-box.add-listing-steps-wrapper .back {
    top: 9px;
}
.popup-new-style .add-listing.followers > div:last-child{border-bottom: none !important}
.popup-new-style .add-post-inner {
    background: #171717 !important;
    height: 580px;
    padding: 0;
    max-width: 550px;
}
#followers-popup h2 a {
    color: #fff !important;
    font-size: 15px !important;
}
.popup-new-style.social-popup .add-post-inner .follow-btn a {
    /* font-size: 18px !important; */
    /* color: #444eff !important; */
    color: #fff !important;
    border-radius: 50px;
    border: 1px solid #3241585c;
    padding: 6px 0;
    font-size: 11px !important;
    display: block;
    text-align: center;
}
.social-popup.popup-new-style .follow-btn-new {
    color: #fff !important;
    font-size: 11px !important;
}
.hgi.hgi-stroke.hgi-bookmark-02.fa-solid {
    color: #ff44a8;
}
.post-single-image .swiper-wrapper.Vertical {
    display: block;
}
.repost-social .repost-wrapper .blog-main-image.mb-10.movie-trailer {
    margin-top: 20px !important;
}
.repost-social .repost-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
}
i.hgi.hgi-stroke.hgi-settings-05 {
    position: relative;
    top: 4px;
}
.post-single-image .swiper-wrapper.Vertical .swiper-slide {
    text-align: left;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
}
.post-single-image  img {
    width: 100%;
    max-height: calc(100vh - 120px);
    width: auto !important;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
}
i.hgi.hgi-stroke.hgi-sharp.hgi-information-circle {
    position: relative;
    top: 4px;
}
.swiper-slide{margin-right: 10px;}
#feed-detail-wrapper .post-single-image img {
    max-height: calc(100vh - 260px);
}
.post-single-image a {
    cursor: pointer;
}
i.hgi.hgi-stroke.hgi-sharp.hgi-setting-07 {
    position: relative;
    top: 3px;
}
div#post-Link-copied > div, div#post-text-copied > div {
    width: auto;
}

div#post-Link-copied, div#post-text-copied {
    width: 200px;
    text-align: center;
    justify-content: center;
    display: flex;
    justify-content: center;
}
#posts-container .email-box .fig, #commentdiv .comment-by .user-online, #feed-detail-wrapper-main .fnc a.fig, .add-post-top .user-wrapper .user-icon, #social-popup .add-post-inside .fnc .fig, .comments .fig.comment-by, .profile-menu .profile-header .profile-logo {
    position: relative;
}
#posts-container .email-box .fig .online-green, #commentdiv .comment-by .user-online, #feed-detail-wrapper-main .fnc a.fig .user-online, #add-post-top .user-online, #social-popup .add-post-inside .fnc .fig .user-online, .comments .fig.comment-by .user-online, .user-profile .profile-icon .online-green, .profile-menu .profile-header .profile-logo .user-online{
    background: #00ff6e;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #0f0f0f;
    right: 0;
    bottom: 0;
}
.user-profile .profile-icon .online-green{
    width: 15px;
    height: 15px;
}
.top-header-for-create-post h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.top-header-for-create-post .cancel {
    position: absolute;
    left: 20px;
}
.top-header-for-create-post {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px 0;
    align-items: center;
    position: relative;
}

.top-header-for-create-post h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.top-header-for-create-post .draft-box {
    position: absolute;
    right: 0;
    right: 20px;
}
.fnc-title a {
    font-weight: 500;
}
.header-add-post .fnc-title h4 {
    font-weight: 500 !important;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50;
	}
}
#social-popup .popup-top-header {
    padding: 0 15px;
    color: #fff;
}
.popup-top-header h2 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    line-height: 44px;
}

#social-popup .add-a-topic a {
    color: #fff !important;
    font-size: 14px !important;
}
.search-topic-dropdown-row {
    justify-content: space-between;
    display: flex;
    color: #fff;
}
.social-popup .search-topic-dropdown-row a {
    font-size: 12px !important;
    /* opacity: 0; */
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 3px 10px;
    color: #fff !important;
}
.add-post-top a.user-name-display{
    color:#fff;
    font-size: 15px !important;
    font-weight: 500;
    display: block;
    line-height: 17px;
    margin-top: 7px;
}
span.alt-icon {
    background: #fff;
    color: #000;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.poll-view-details .votes, .poll-view-details .poll-ending {
    font-size: 12px;
    margin-bottom: 0;
}
.poll-view-details .poll-divider{color: #fff; margin: 0 10px}
.poll-option * {
    transition: all 0.5s ease !important;
}
.social-popup .poll-ending-time li.active a {
    background: #fff;
    color: #000 !important;
    font-weight: 500 !important;
}
.poll-ending-time li a:hover {
    background: #252525;
}
#posts-container .blog-main-image.mb-10.movie-trailer span.trailer-text,  #feed-detail-wrapper-main .blog-main-image.mb-10.movie-trailer span.trailer-text {
    background: #161616;
    border-radius: 0px 0px 11px 11px;
    display: block;
   /* border: 1px solid #3241585c !important;
    border-top: none !important;*/
}
#posts-container .movie-trailer .link-preview a {
/*    margin-top: 20px;*/
/*    border: 1px solid #3241585c !important;*/
}

#post-polling div#pollOptionsContainer {
    background: none !important;
    padding: 0;
}
#post-polling div#pollOptionsContainer {
    background: none !important;
    padding: 0;
}
#post-polling .post-area-inside textarea {
    height: 24px;
    margin-top: 20px;
}
.poll-ending-time {
    margin-top: 20px;
}

.poll-ending-time h3 {
    font-size: 15px;
    color: #fff;
}
.poll-ending-time ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.social-popup .poll-ending-time ul li a {
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 400 !important;
    border: 1px solid #3241585c;
    padding: 10px 15px;
    border-radius: 45px;
}

.social-popup .poll-ending-time ul li button {
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 400 !important;
    border: 1px solid #3241585c;
    padding: 10px 15px;
    border-radius: 45px;
    background: none;
    white-space: nowrap;
}
.social-popup .poll-ending-time ul li button.selected{
    background: #fff;
    color: #000 !important;
}
div#add-post-top #online-dot- {
    opacity: 0;
}
.email-verification.after-login.container-loggedin div#add-post-top #online-dot- {
    opacity: 1;
}
#user-page-post .email-box.repost-social {
    margin-bottom: 0;
}

.email-verification.after-login .email-box {
     min-height: inherit; 
}
body.dark-mode .feed-poll-both {
    border: 1px solid #444444 !important;
    margin-bottom: 0;
}
.participate-confidently {
    border-top: 1px solid #444 !important;
}
#posts-container .feed-poll-both {
    margin-bottom: 5px;
}
#feed-detail-wrapper .feed-poll-both {
    margin-bottom: 0 !important;
}
#create-poll-main-box div#pollOptionsContainer {
    background: none !important;
}
#create-poll-main-box {
    padding: 0 15px !important;
}
#create-poll-main-box .create-poll-option {
    padding: 0;
}
#create-poll-main-box {
    padding: 15px 30px 0 !important;
    margin-top: 0;
}
#create-poll-main-box .remove-poll {
    margin-top: 12px;
    margin-bottom: 20px;
}
.social-popup #create-poll-main-box a {
    font-size: 11px !important;
    color: #737373 !important;
}
div#create-poll-main-box #pollDescription {
    border: none;
    resize: none;
    font-size: 15px;
    color: #fff;
    min-height: 30px;
    height: 30px;
}
#pollDescription::placeholder {
  color: #888888;
}
.option.add-another-option input {
    border: 2px dashed #32415852 !important;
}
#post-footer-for-poll button#createPollSubmit {
    border-radius: 0 !important;
}
#create-poll-main-box button.delete-option img {
    filter: invert(1);
}

#create-poll-main-box button.delete-option {
    background: none;
    border: none;
    width: 16px;
}
#create-poll-main-box .option {
    display: flex;
    gap: 15px;
}
.poll-ending-time li {position: relative}

#feed-detail-wrapper .repost-wrapper {
    margin-top: 0px !important;
}
#feed-detail-wrapper .repost-social .repost-wrapper .email-box p:last-child {
    margin-bottom: 0;
}
span.tooltip-wrapper {
    position: relative;
    background: #fff;
    color: #000;
    width: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    height: 18px;
    font-size: 14px;
}
span.tooltip-wrapper:hover span{display: block}
span.tooltip-wrapper span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    border-top: 10px solid #000000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 129px;
}

span.tooltip-wrapper span {
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 12px;
    width: 270px;
    text-align: center;
    border-radius: 5px;
    bottom: 33px;
    left: -130px;
    padding: 10px;
    font-size: 11px;
    line-height: 19px;
    display: none;
}
.drafts.classpost label.classpost {
    display: none;
}
.drafts.classpoll label.classpoll {
    color: #20a765;
    background: #042721;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 12px;
    margin-right: 5px;
}
.poll-head-pop{display: flex !important}
#addPostTextarea {
/*    max-height: 400px;*/
    margin-bottom: 10px;
    line-height: 24px;
}
#posts-container .feed-poll-both {
    margin-bottom: 15px !important;
}
.repost-label {
    color: #aaa;
    font-size: 12px;
    margin-bottom: 8px;
}
.report-a-problem-tab{display: block;}
.head-chnel {
    display: flex;
    width: 100%;
    text-align: center;
}
#connected-channels .back img {
    width: 20px;
    float: left;
}

.head-chnel {
    display: flex;
    width: 100%;
    text-align: center;
}
.head-chnel h3 {
    text-align: center;
    width: 100%;
} 

.head-chnel .back a {
    border: 1px solid #272727;
    display: block;
    padding: 0 8px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.head-chnel .back {
    top: 18px;
    position: absolute;
}
.unloack-subscription h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}
.unloack-subscription p {
    color: #bbbbbb;
    font-size: 12px;
    line-height: 16px;
}
.unloack-subscription{text-align: center;}
.unloack-subscription img {
    width: 50px;
    margin-bottom: 20px;
}
.article-wrapper #hashTags-popup {
    position: static !important;
}
.article-wrapper #hashTags-popup .dropdown-item {
    padding: 8px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 13px;
}
.article-wrapper #hashTags-popup {
    position: absolute;
    z-index: 1000;
    background: #252525;
    border: none;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    width: calc(100% - 30px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: none;
}
.article-wrapper #hashTags-popup .user-item:hover, .article-wrapper #hashTags-popup .user-item.active {
    background-color: #f0f0f003 !important; 
}
.article-wrapper #hashTags-popup {
    position: absolute !important;
    z-index: 999999999999999999999 !important;
    max-height: 130px !important;
    left: 0px !important;
    top: 50px !important;
    width: 100% !important;
    overflow-y: auto;
    min-height: 40px !important;
    bottom: inherit !important;
/*    height: 130px !important;*/
}
.hash-mention .input-tags-wrapper {
    position: relative;
}
.current-plan {
    color: #01ff8c;
    font-size: 12px;
    margin-bottom: 0;
}
button#get-verified-btn {
    font-weight: 600;
}
.subscription-box .continue-payment img.arrow-right {
    width: 16px;
    margin-left: 5px;
}
.subscription-box  .powered-by img {
    width: 110px !important;
}
.subscription-box  .powered-by {
    text-align: center;
}
.unloack-subscription p {
    padding: 0 40px;
}
.verified-user-details {
    border: 1px solid #3241585c;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
}
.officially-verified .icon-info img.verified-batch {
    width: 15px !important;
    height: 15px !important;
}
.officially-verified .verified-btn a {
    color: #01ff8c;
    font-size: 11px;
    border: 1px solid #324158;
    padding: 8px 10px;
    border-radius: 25px !important;
}
.subscription-plan-inner .plan .officially-verified > div {
    border: none;
}

.subscription-plan-inner .plan .officially-verified {
    padding: 0;
    margin: 0 20px;
    width: auto;
    max-width: 100%;
    border: none !important;
}
button.btn.btn-continue.cancel-subscription {
    background: none;
    color: #ff004d;
    border: 1px solid #ff004d;
    font-weight: 400;
}
button.btn.btn-continue.plane-btn {
    background: none;
    font-weight: 400;
    border: none;
    box-shadow: none;
    outline: none;
}
.reaosons-list {
    border: 1px solid #32415852;
    padding: 25px;
    border-radius: 25px;
}
.reaosons-list textarea {
    background: #171717;
    color: #ccc;
    border: 1px solid #324158;
    resize: none;
    border-radius: 19px;
    padding: 12px;
    font-size: 12px;
    max-height: 80px;
    min-height: 80px;
}
.reaosons-list .action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reaosons-list .action button {
    background: none;
    border: 1px solid #324158;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 20px;
}
.reaosons-list .c-count {
    font-size: 12px;
    color: #555555;
}
.reaosons-list .action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.cancel-reason p {
    color: #bbb;
}
.hash-mention {
    border: 1px solid #3241585c !important;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 15px;
}
.hash-mention .add-title {
    margin-bottom: 0;
}
.hash-mention .tags-input {
    border-radius: 12px !important;
}
.hash-mention .arrow-down i {
    color: #fff;
    font-size: 22px;
}
.lable-wrapper{cursor: pointer;}
.hash-mention .lable-wrapper {
    cursor: pointer;
    margin: 0;
}
div#article-content-preview {
    color: #bbb;
    font-size: 14px;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 20px;
}
.subscription-plan-inner .plan.align-items-center:first-child {
    border-radius: 25px 25px 0 0;
    border-bottom: none;
}
.subscription-plan-inner .plan.align-items-center:last-child {
    border-radius: 0 0 25px 25px;
}
.continue-payment button.btn.btn-continue.greyout
 {
    background: #303030;
    color: #626262;
     pointer-events: none;
}
.subscription-box .continue-payment .greyout img {
    filter: invert(0) brightness(0.5);
}
.loadspinner {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 4px;
    border-top-color: #674abe !important;
}
.cancell-subscription .officially-verified {
    max-width: 100%;
}
div#restore-subscription {
    position: fixed;
    background: #000000b5;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    bottom: 0;
    display: none;
}
.restore-popup-inner {
    background: #000;
    width: 400px;
    max-width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 35px;
    text-align: center;
    border: 1px solid #324158;
    border-radius: 35px;
    background: #070707;
    padding-bottom: 70px;
}
.restore-popup-inner h3 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.restore-popup-inner .action button:last-child:hover {
    background: #000;
    border-radius: 0 0 35px 0;
}
.restore-popup-inner .action button:first-child:hover {
    background: #000;
    border-radius: 0 0  0 35px;
}
.restore-popup-inner img {
    width: 100px;
    margin: 0 auto;
}
.restore-popup-inner p {
    color: #bbb;
    font-size: 12px;
    line-height: 17px;
}
.restore-popup-inner .action button {
    font-size: 12px;
    font-weight: 600;
}
.restore-popup-inner h3 {
    font-size: 16px;
}
.restore-popup-inner .action button {
    padding: 18px 0;
    font-size: 12px;
}
.restore-popup-inner .action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}
.restore-popup-inner .action button {
    background: none;
    border: none;
    color: #fff;
    flex: 1;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #324158;
    border-right: 1px solid #324158;
    width: 50%;
    max-width: 50%;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 400;
}
.restore-popup-inner .action button:last-child{border-right: none}
a.btn.btn-continue.plane-btn.red-text {
    color: #ff004d;
    display: block;
    font-size: 14px;
    padding: 15px 0 10px;
}
a.btn.btn-continue.plane-btn {
    background: none;
    font-weight: 400;
    border: none;
    box-shadow: none;
    outline: none;
}

.cancell-subscription .icon-info {
    color: #fff;
}
.post-area.subscription-box.cancell-subscription .subscription-plan-inner .plan.align-items-center {
    border-radius: 25px !important;
    border-bottom: 1px solid #3241585c !important;
    background: #171717;
}
.post-area.subscription-box.cancell-subscription .subscription-plan-inner label {
    padding-top: 0 !important;
}
.cancell-subscription .icon-info img {
    margin-right: 7px;
}
.subscribed-page .plan.align-items-center {
    border-radius: 25px !important;
    border: 1px solid #3241585c !important;
}

.account-setting-inner.cancell-subscription .get-plan.checkbox input[type="radio"]:before {
    opacity: 1;
}
.account-setting-inner.cancell-subscription .get-plan.checkbox input[type="radio"]:before {
    border: 1px solid #fff !important;
}
.account-setting-inner.cancell-subscription  input[type="radio"]:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #fff !important;
    display: block;
    border-radius: 50%;
    padding: 0;
    position: relative;
    left: 4px;
    top: 13px;
}
.account-setting-inner.cancell-subscription .get-plan.checkbox input[type="radio"]:checked:before {
    width: 15px;
    height: 15px;
}
.account-setting-inner.cancell-subscription .get-plan.checkbox input[type="radio"]:checked:after {
    font-size: 12px;
    top: 1px;
    left: 6px;
}
.reaosons-list label {
    cursor: pointer;
}

.switch-plan-btn {
    color: #bbb;
    border: 1px solid #324158;
    border-radius: 35px;
    padding: 0px 9px;
    line-height: 31px;
    font-size: 10px;
    /* position: absolute; */
    right: 90px;
    margin-top: 40px;
}
.subscription-plan-inner .switch-on .switch-plan-btn {
    opacity: 0;
}
.jumpspree-more-wrapper .sec-first {
    padding: 0 20px;
    border-bottom: 1px solid #3241585c;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.reaosons-list ul {
    margin-bottom: 0;
}
.post-area.subscription-box h1 {
    border-bottom: 1px solid #373737;
}
.post-area.subscription-box h1 {
    border-bottom: 1px solid #373737;
}
.officially-verified .icon-info img {
    margin-right: 7px !important;
}
.post-area.subscription-box .curved-box.fixed-heading h1 {
    padding: 14px 0;
}
.link-carousel .swiper-slide  {
    width: 100% !important;
}
span.trailer-text.imageAvailable {
    text-align: left;
}
.link-carousel span.trailer-text h4 {
    height: 35px;
}
.link-carousel span.trailer-text p {
    height: 33px;
}
#posts-container .movie-trailer.link-carousel .link-preview{margin-top: 0 !important}
#posts-container .movie-trailer.link-carousel .link-preview a {
    margin-top: 0 !important;
    border: none !important;
}
div#post-setting-dropup, div#post-setting-dropup-poll {
    z-index: 99 !important;
}
button.btn.btn-continue.cancel-subscription:hover {
    background: #ff004d0a;
}
.article-label label {
    background: #00800030;
    color: #00ef00;
    padding: 3px 10px;
    border-radius: 25px;
    margin-bottom: 10px;
    font-size: 12px;
}
.article-title {
    font-size: 18px;
}
.article-feed .blog-main-image.bolg-secton .blog-title-feed {
    border: none !important;
}
.article-feed .blog-main-image.mb-10.bolg-secton {
    border: 1px solid #3241585c;
    border-radius: 12px;
}
.mentions {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
}
.hashtags {
    font-size: 13px;
    font-weight: 400;
}
.blog-main-image.bolg-secton.article-box .date ul
 {
    padding: 0;
}

.blog-main-image.bolg-secton.article-box .date {
    border: none !important;
    padding: 0;
}
.blog-main-image.mb-10.bolg-secton.article-box .blog-title-feed {
    border: none;
}
.blog-main-image.bolg-secton.article-box img {
    border-radius: 11px 11px 0 0 !important;
}
.article-box {
    border: 1px solid #3241585c !important;
    border-radius: 12px;
}
.write-your-article {
    background: #000000;
}
div#final-post {
    background: #000000;
}
div#feed-detail-wrapper a:hover {
    color: #fff;
    text-decoration: underline;
}
.is_blog_true img {
    width: 100% !important;
}
#crop-modal h4 {
    font-size: 20px;
    color: #fff;
}
div#crop-modal > div {
    background: #1d1d1d !important;
}
button#crop-confirm-btn, button#crop-cancel-btn {
    padding: 5px 10px;
    border-radius: 5px;
}
.hash-mention .arrow-down {
    transform: rotate(-90deg);
    transition: all 0.5s ease;
}
.lable-wrapper.active .arrow-down {
    transform: rotate(0);
}
.tox .tox-dialog-wrap__backdrop {
    background-color: rgb(0 0 0 / 75%) !important;
}
iframe#myEditor_ifr {
    background: #161616;
    border: 1px solid #161616 !important;
}
#social-popup .Schedule-message-wrapper h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.datepicker.dropdown-menu {
    width: 300px;
}  
div#restore-subscription {
    position: fixed;
    background: #000000b5;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    bottom: 0;
    display: none;
}
div#restore-subscription-no {
    position: fixed;
    background: #000000b5;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    bottom: 0;
    display: none;
}
.verify-btn.mb-0.w100.mt-50 {
    margin-top: 50px;
}
.skip-and-finish + button#submitbtn {
    margin-top: 15px !important;
}
.email-verification {
    border-radius: 25px;
}
form#signupform, form#loginform {
    border-radius: 25px;
}
.verified-user-details .verified-btn a {
    pointer-events: none;
}
.restore-popup-inner img {
    margin-bottom: 20px;
}
.back-btn.close-btn a{
    font-size: 10px !important;
}
.widget-feed {
    display: none;
}
#add-alt-tag, #embed-link{
    background: #161616 !important
}
.add-post-inner.embedlink-box-opened {
    height: 300px;
    max-height: 300px;
    overflow: hidden;
}
.add-post-inner.alttag-box-opened {
    max-height: 450px;
    overflow: hidden;
}
#social-popup .add-post-inside-wrapper {
    overflow-y: auto !important;
    max-height: 400px !important;
}
#write-article-pop .add-post-inner {
    height: 530px !important;
}
#write-article-pop .ql-editor.ql-blank::before {
    color: rgb(255 255 255 / 60%);
}
#write-article-pop .ql-toolbar.ql-snow {
    border: 1px solid #3241585c !important;
}
#write-article-pop .ql-container.ql-snow
 {
    border: 1px solid #3241585c !important;
}
#write-article-pop .ql-container.ql-snow {
    border: 1px solid #3241585c;
    border-radius: 0 0 15px 15px;
    margin-bottom: 0 !important;
}
#write-article-pop #editor-container {
/*    height: calc(100vh - 300px);*/
    min-height: 640px;
    margin-bottom: 20px;
}

#write-article-pop .add-post-inside-wrapper {
    height: auto;
    max-height: none;
}
#write-article-pop .ql-editor * {
    color: #fff;
}
#write-article-pop .ql-toolbar.ql-snow {
    border: 1px solid #3241585c !important;
    border-radius: 15px 15px 0 0;
}
#write-article-pop .ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent;
    color: #ccc;
}
#write-article-pop .ql-snow.ql-toolbar button svg, #write-article-pop .ql-snow .ql-toolbar button svg {
    filter: brightness(2);
}
#write-article-pop span.ql-formats svg {
    filter: brightness(2) !important;
}
#write-article-pop .ql-toolbar.ql-snow .ql-picker-label {
    color: #9f9e9e;
}
#write-article-pop .ql-snow .ql-stroke {
    stroke: #413d3d !important;
}
#write-article-pop .ql-toolbar.ql-snow .ql-picker-label {
    color: #888888;
}
.email-box  li.view-post a {
    pointer-events: none;
}
.left_section #more-stting .active span {
    color: #fff !important;
}
#more-stting i.hgi.hgi-stroke.hgi-sharp.hgi-setting-07 {
    position: relative;
    top: 0px;
    float: left;
}  
.left_section #more-stting .active span {
    color: #fff !important;
    line-height: 28px;
}
.online-status .user-image .user-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.online-status .user-image .user-icon {
    height: 100%;
}
.share-url.get-the-app-btn.logo-hide-on-mob.qrcodeforstaticpage{display: none !important;}
td.disabled.day {
    opacity: 0.5;
}
#write-article-pop .post-foot.add-post-foot {
        padding: 10px 10px;
        opacity: 0;
}
.blog-main-image .post-single-image + .post-single-image {
    margin-top: 20px;
}
.email-box.article-feed .blog-main-image.mb-10.bolg-secton img
 {
    border-radius: 11px 11px 0 0 !important;
}
div#article-content-preview *{color: #fff}
div#article-content-preview h1, div#article-content-preview h2{font-size: 20px}
.post-single-image + .swiper.mySwiper {
    margin-top: 15px;
}
#social-popup div#addPostTextarea {
    padding: 0 5px;
}
#social-popup div#imagePreviewBox {
    padding: 0 4px;
}
.search-main-top {position: relative;}
.search-main-top input {
    width: 100%;
    background: #22222285;
    padding: 9px 12px;
    border-radius: 12px;
    color: #fff;
    border: 1px solid #3241585c;
    padding-left: 43px;
}
div#serach-box-main {
    padding: 10px 20px;
}
.search-placeholder h2 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.search-placeholder p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}
.search-main-top i {
    position: absolute;
    color: #ccc;
    top: 30px;
    left: 30px;
}
div#serach-box-main {
    padding: 10px 20px;
    width: 100%;
    height: 100vh;
}
.search-result-top .search-name {
    color: #fff;
}
.search-result-top {
    text-align: center;
}
.search-category a {
    border: 1px solid #3241585c;
    padding: 7px 14px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
}

.search-category a.active {
    background: #fff;
    color: #000;
}
.search-post-box
 {
    background: #222;
    width: 100%;
    height: 100px;
    border-radius: 12px;
    margin: 10px 0;
}
.search-main-top{display: none;}

.search-acorrdion .search-post-box .fnc{margin-bottom: 0 !important;}
.search-acorrdion .search-post-box .fnc h2 {
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 22px;
}
.search-post-box {
    background: #222;
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 10px 0;
    padding: 0;
}
.search-post-box a{padding: 15px}
.search-acorrdion .search-post-box .fnc h4 {
    font-size: 14px;
    font-size: 12px;
    font-weight: 400;
}

.search-acorrdion .search-post-box .fnc h4 a {
    font-size: 12px;
    color: #ccc;
}
.search-acorrdion .search-post-box .fnc {
    flex-direction: column;
}
.search-acorrdion .hashtags a{color: #fff;}
.search-img img {
    border-radius: 7px;
}
#search-article .article-search-acc, #search-posts .article-search-acc {
    display: flex;
}
#search-article .search-img img, #search-posts .search-img img {
    width: 60px;
    height: 50px;
    object-fit: cover;
}
#search-article .article-inner, #search-posts .article-inner{
    flex: 1;
}
#search-article .article-search-acc, #search-posts .article-search-acc {
    margin-top: 12px;
}


#search-article  .article-inner {
    margin-top: 8px;
}
.search-img {
    flex-shrink: 0;
    max-width: 100px;
    margin-left: 20px;
}
.article-search-acc p {
    color: #fff;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}
.search-acorrdion .placeholder {
    text-align: center;
    color: #fff;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.search-result-top .back-btn {
    position: absolute;
    left: 20px;
}
.search-main-top.show-search {
    display: block !important;
}
.search-main-top.show-search + div {
    display: none !important;
}
div#serach-box-main.show-search-main{display: block !important;}
div#serach-box-main.show-search-main ~ #posts-container{display: none !important;}
div#serach-box-main.show-search-main ~ #skeleton-container{display: none !important;}
#serach-box-main div#serach-result {
    display: none;
}
.search-main-top.show-search > .d-flex {
    flex: 1;
    position: relative;
}
.search-main-top i {
    position: absolute;
    color: #ccc;
    top: 14px;
    left: 20px;
}
.search-result {
    position: absolute;
    background: #191919;
    width: 100%;
    top: 48px;
    border-radius: 15px;
    border: 1px solid #3241585c;
}
.search-result a {
    color: #fff;
    padding: 6px 0;
    display: block;
}

.search-main-top.show-search {
    display: flex !important;
    align-items: center;
}
.cancel-search a {
    color: #fff;
    font-size: 14px;
}

.cancel-search {
    margin-left: 10px;
}
.search-result ul {
    padding: 0;
    margin: 0;
}
.search-result ul li a{
    padding: 10px 15px;
}
.search-result a:hover {
    background: #4c4b4b0f;
}
.article-feed .blog-title-feed .date {
    padding: 9px 3px !important;
}
.article-wrapper .post-foot.add-post-foot .send-post {
    padding-left: 0 !important;
}
.email-box.article-feed.article-feed-no-image .blog-title-feed {
    padding-top: 16px;
}
#feed-detail-wrapper-main .email-verification.after-login {
    margin-bottom: 0;
}
.search-category {
    display: flex;
    gap: 10px;
}
.article-label {
    margin-top: 3px;
}
.article-feed-no-image .article-label {
    margin-top: 0px;
}
.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #2e2e2e !important;
}
#search-article .article-inner {
    margin-top: 0;
}
#search-people .search-post-box .fig img {
    height: 100%;
    object-fit: cover;
}

#search-people .search-post-box a.fig, #search-people .search-post-box .fig {
    height: 35px;
    width: 35px;
}
div#search-article .article-search-acc, div#search-posts .article-search-acc {
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.search-post-box:hover {
    background: #2f2f2f;
}
.search-main-top.show-search.hide-serch-bar {
    display: none !important;
}
.date ul li {
    font-size: 11px;
    font-weight: 400;
    color: #888;
}
div#create-poll-main-box #pollDescription:placeholder {
    color: #ccc !important;
    font-weight: 400 !important;
}
.account-type {
    color: #808080;
    font-size: 10px;
    background: #272727;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 18px;
    margin: 8px 0 0;
}
.interests a:hover {
    background: #22222240;
    color: #fff;
}
.intrest-link .interests {
    color: #fff;
    flex: 1;
}
.intrest-link {
    display: flex;
    justify-content: space-between;
    margin: 0 18px;
}
.intrest-link {
    gap: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.interests a {
    border: 1px solid #272727;
    display: block;
    border-radius: 35px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    color: #adadad;
}
.social-popup .write-article a {
    color: #fff !important;
    font-size: 12px !important;
    display: flex;
    align-items: center;
}
.write-article {
    margin-top: -3px;
}
.write-article i {
    font-size: 17px;
    float: left;
    margin-right: 3px;
}
.write-article i {
    font-size: 18px;
    float: left;
    margin-right: 7px;
    border-left: 1px solid #3241585c;
    padding-left: 15px;
}

.k-followers{font-size: 14px !important;}
.no-drafts-article {
    text-align: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-drafts-article p {
    color: #fff;
}

#drafts .social-popup.draftListPopup .draft-outer {
    margin-top: 100px;
}
/*
div#emojiPickerWrapper {
    position: absolute !important;
    left: 0px !important;
    z-index: 999 !important;
    top: 37px !important;
}
*/
div#emojiPickerWrapper {
    position: absolute !important;
    left: 27px !important;
    z-index: 999 !important;
    bottom: 16px !important;
    top: inherit !important;
}
.create-post-bottom-icons button#myemojiBtn {
    background: none;
    border: none;
    font-size: 18px;
    padding: 0 !important;
    height: 30px;
    line-height: 30px;
    position: relative;
    top: -8px;
    margin-right: 6px;
}
li.emozibtn-post {
    position: relative;
}
button#closeEmojiPicker {
    position: absolute;
    right: -31px;
    filter: invert(0) brightness(5);
    font-size: 12px;
    transform: scale(0.7);
    top: -12px;
}
a.dynamicPostLink + br + br, a.dynamicPostLink + br + br + br {
    display: none;
}
.preview-box img {
    border: 1px solid #3241585c !important;
}
.no-drafts-post p {
    color: #bbb;
}

.no-drafts-post {
    text-align: center;
    color: #fff;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-and-share-profile {
    gap: 10px;
}
.edit-and-share-profile a {
    flex: 1;
    color: #fff;
    text-align: center;
    border: 1px solid #333;
    border-radius: 25px;
    font-size: 12px;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.edit-and-share-profile img {
    width: 15px !important;
}
.edit-and-share-profile {
    margin-top: 8px;
    display: flex;
}
.edit-and-share-profile a:hover{background: #222}
.signup-new-process, .signin-new-process{
    background: #21212170 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#signup-new-process, #signin-new-process, #reset-new-process, #verifyreset-new-process, #enter-new-password, #password-change-success {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-y: auto;
}
div#reset-new-process, #verifyreset-new-process, #enter-new-password, #password-change-success {
    position: static !important;
    overflow: inherit !important;
    backdrop-filter: none !important;
    background: none !important;
}
#verifyreset-new-process form#loginform, #enter-new-password form#loginform {
    width: 100%;
}
#verifyreset-new-process .form-box, #enter-new-password .form-box {
    max-width: 450px;
    margin: 40px auto;
}
#verifyreset-new-process .email-verification, #enter-new-password .email-verification {
    margin-top: 40px;
}
#verifyreset-new-process .email-verification.mob-height.app-install {
    border-radius: 25px;
}
#verifyreset-new-process p.login-sub-head.color555 {
    font-size: 12px !important;
    color: #555;
    margin-bottom: 35px !important;
}
#reset-new-process form#loginform {
    width: 100%;
    margin: 100px auto;
}
#signup-new-process .signup-wrapper {
    width: 500px;
    position: static !important;
    background: none !important;
    margin: 40px auto;
    backdrop-filter: none;
}
#signup-new-process form#signupform{
    width: 100%
}
#signup-new-process .resend {
    margin-top: 0 !important;
}

#signup-new-process .resend a, #verifyreset-new-process .resend a {
    color: #5566ff;
    margin-top: 0 !important;
}
#signup-new-process .email-box {
    border-top: none;
    padding-top: 0;
}

#signup-new-process .tooltip-top:after {
    display: none
}
#signup-new-process .email-box .share-text  p {
    font-size: 12px;
    line-height: 18px;
}
#signup-new-process div#step08 h2.text-left.mb-2 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

#signup-new-process #step05 .helper-text {
    margin-bottom: 25px;
}
.article-feed-has-image     .email-box .date ul {
        border-top: none;
        border-bottom: none;
    }
#signup-new-process .logo-signup img, .signin-new-process .logo-signup img {
    filter: invert(1);
    width: 140px;
}
#verifyreset-new-process .email-box {
    margin-top: 0 !important;
    padding-top: 0;
}
#verifyreset-new-process .email-verification.mob-height.app-install {
    height: auto;
}
#signin-new-process form#loginform {
    width: 100%;
    margin: 40px auto;
}
#reset-new-process .email-box {
    padding-top: 0;
}
#password-change-success .form-box {
    max-width: 450px;
    margin: 0 auto;
    width: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#signin-new-process form#loginform .logo.xl a{float: none}
#signin-new-process form#loginform .logo.xl, #verifyreset-new-process form#loginform .logo.xl {margin-bottom: 20px}
#reset-new-process form#loginform .logo.xl {margin-bottom: 20px}
#signin-new-process form#loginform .logo.xl a img{width: 140px;}
#verifyreset-new-process form#loginform .logo.xl a img{width: 140px;}
#reset-new-process form#loginform .logo.xl a img{width: 140px;}
#signin-new-process form#loginform input {
    border: 1px solid #3241585c !important;
    border-radius: 15px !important;
}
#verifyreset-new-process p.login-sub-head {
    font-size: 13px;
    color: #bbbbbb;
    margin-bottom: 15px;
}
#reset-new-process p.login-sub-head {
    font-size: 13px;
    color: #666 !important;
    margin-bottom: 25px;
}
#signin-new-process form#loginform button.btn.btn-success {
    border-radius: 13px;
    padding: 13px 0 !important;
    font-weight: 600;
    background: linear-gradient(135deg, #744BFF 0%, #28009E 100%);
}

#signin-new-process .or-change a {
    font-size: 13px;
}
div#enter-new-password .email-verification.mob-height.app-install {
    height: auto !important;
}
div#enter-new-password .note {
    background: none;
    margin-top: 15px;;
}
div#enter-new-password .note ul li {
    list-style: disc;
}

div#enter-new-password .note p {
    color: #d4d4d4;
}
.btn.btn-blue-bg.btn-block.mb-2.active{
    background: linear-gradient(135deg, #744BFF 0%, #28009E 100%);     
    border: none !important;
}
#password-change-success .close {
    position: static;
}
#password-change-success .email-verification.mob-height.app-install{height: auto; margin-top: 40px}
#password-change-success .email-verification.mob-height.app-install h4
 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
#password-change-success .email-verification.mob-height.app-install p {
    text-align: center;
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
}
#password-change-success .close a {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 5px 20px;
}

#password-change-success .close {
    width: 100%;
}
.check-s img {
    width: 45px;
}

.check-s {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
#verifyreset-new-process .email-verification.mob-height.app-install {
    padding: 30px;
}
#feed-detail-wrapper-main .fnc-title h4 .datenew, #posts-container .fnc-title h4 .datenew {
    font-weight: 400;
    color: #888;
    font-size: 12px;
}

#feed-detail-wrapper-main .fnc-title h4, #posts-container .fnc-title h4 {
    display: flex !important;
    align-items: center;
    gap: 8px;
}
div#reset-new-process .form-group input {
    border: 1px solid #3241585c !important;
    border-radius: 15px !important;
}
div#reset-new-process .use-user-name a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

div#reset-new-process .use-user-name {
    text-align: right;
    margin-bottom: 5px;
}
.signin-new-process .form-box {
    max-width: 450px;
    margin: 0 auto;
    width: 450px;
}
#mentions-dropdown img.blue-cube-icon {
    border-radius: 0;
    width: 15px !important;
    height: 15px !important;
    object-fit: contain;
    margin-left: 4px;
}
div#mentions-dropdown img {
    margin-right: 0;
}
#write-article-pop .ql-editor * {
    font-weight: 300;
/*    font-size: 15px;*/
    line-height: 22px;
    color: #e8e8e8;
}
.signin-new-process .cancel-signup {
    position: absolute;
    right: 30px;
    font-size: 14px;
    }
#enter-new-password p.login-sub-head.helper-text {
    margin-bottom: 20px;
}
.followers-wrapper .curved-box.add-listing-steps-wrapper h2.follower-h1 {
    border-bottom: 1px solid #373737;
    background: #0f0f0f;
    border-radius: 23px 23px 0 0;
    line-height: 33px;
}
.curved-box.add-listing-steps-wrapper h2.follower-h1
 {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
}
.signin-new-process .cancel-signup {
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #fff !important;
    top: 42px;
}
.signin-new-process .cancel-signup:hover a{
    color: #fff
}
.signin-new-process button.btn.btn-success {
    background: #744BFF;
    background: linear-gradient(135deg, #744BFF 0%, #28009E 100%);
}
.signin-new-process img.arrow-right {
    filter: brightness(0) invert(1);
    transform: translateY(-1px);
}
#enter-new-password button.btn.btn-success {
    font-weight: 600;
    padding: 13px 0;
    border-radius: 13px;
}

/*
cmt
.email-box.article-feed.article-feed-has-image .blog-title-feed {
    padding-top: 17px;
}
*/
/*  

label.checkednahihai > input {
    opacity: 0 !important;
}
*/
/*
.swiper-free-mode>.swiper-wrapper {
    padding: 0 20px;
}
*/
/*
.swiper-wrapper.Vertical img {
    max-height: 200px !important;
    width: 12vw !important;
    object-fit: cover;
}
*/

/*.chat-list{display: none}*/
/*#message-full-wrapper{height: 100vh;}*/
/*
.post-area .top-nav-bar{
    margin-top: -29px;
    z-index: 9999;
    position: relative;
}*/
/*body.hashtag-active #postBlogDiv .post-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
body.hashtag-active div#fixed-heading-hashTag {
    height: 32px;
    width: 100%;
}

body.hashtag-active #postBlogDiv .email-verification.after-login {
    flex: 1;
    justify-content: flex-start;
} */ 
/*
.email-box > .row{position: relative;
    z-index: 9;}
*/
/*
.followed-by .d-flex + p {
    margin: 0;
}
*/
/* embed */

/*.email-verification.after-login.min-height-auto{min-height: auto !important;}*/
/* new css */
@media (min-width:1024px) and (max-width:1100px){
.green-verified span {
    white-space: nowrap;
    padding: 9px 15px;
}    
.left-panel #follow-card-box .follow-card .user-icon {
    width: 40px;
    bottom: -28px;
    height: 40px;
    left: 3px;
}
.recomendation .follow-inner .user-name p {
    font-size: 11px !important;
}
.recomendation .follow-inner .d-flex.justify-content-between.align-items-center > .d-flex {
    width: 67%;
}
.recomendation .follow-inner .follow-btn {
    width: 33%;
}    
}
@media (min-width:768px) {
.curved-box.add-listing-steps-wrapper h2.follower-h1 {
        border-bottom: 1px solid #3241585c !important;
        background: #171717 !important;
    }    
.repost-social .repost-wrapper .fnc h4 a {
    width: auto;
    height: auto;
    margin: 0;
}    
    #addPostTextarea{
        min-height: 20px !important;
    }    
.restore-popup-inner img {
    margin-bottom: 15px;
}    
   
.email-verification.after-login .email-box{
    padding: 15px 15px 15px !important;
}  
.repost-social .repost-wrapper .fnc a {
    width: 35px;
    height: 35px;
}    
.repost-social .repost-wrapper .email-box {
    padding: 0 !important;
} 
.repost-social .repost-wrapper .email-box .fnc {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.repost-social .repost-wrapper .post-text {
    padding: 0px 0;
}    
.repost-social .repost-wrapper {
    padding-top: 15px;
}    
.swiper-wrapper.Landscape .swiper-slide {
    max-width: 85%;
}
.post-single-image .swiper-wrapper.Landscape .swiper-slide {
        max-width: 100%;
    }    
.post-single-image .swiper-wrapper.Landscape .swiper-slide{
justify-content: flex-start;        
    }   
/*.post-single-image .swiper-wrapper.Landscape .swiper-slide a{width: 100%}    */
/*.post-single-image .swiper-wrapper.Vertical .swiper-slide a{width: 100%}    */
#mobile-messsage-box-wrapper {
        display: block;
}    
div#mobile-messsage-box-wrapper {
        position: relative;
    }
#empty-msg {
    border-radius: 25px 25px 0 0;
    height: 100vh;
    flex-direction: column;
    margin-top: 52px;
}    
#empty-msg .curved-box.add-listing-steps-wrapper.mobile-visible {
    display: block;
    transform: scale(1.002);
}
#empty-msg .search.d-flex {
    display: none !important;
}    
#empty-msg .empty-message-top.message-wrapper {
    top: 0;
    width: 100%;
    flex-direction: column;
    margin-top: 0;
    height: 100vh;
    background: #0F0F0F;
}    
.refer-terms-wrapper {
    z-index: 9999999999;
}
.post-area.refer-friend-box .terms, .post-area.subscription-box .terms {
    right: 20px;
}    
  
    div#analytics-panel {
        top: 50% !important;
        left: 50% !important;
        max-width: 400px;
        transform: translate(-50%, -50%);
        border-radius: 25px;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        bottom: inherit;
        padding: 25px !important;
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 15px !important;
        border: 1px solid #3241585c;
        background: #161616;
    }  
body.light-mode #analytics-panel {
    background: #fff;
    }    
body.light-mode #analytics-panel h3, body.light-mode #analytics-panel p {
    color: #324158;
}    
    
#repost-popup.social-popup .post-area-inside {
    padding: 0 0;
    margin-bottom: 0;
} 
    
#brand-verification p {
    line-height: 16px;
    font-size: 10px;
}
#brand-verification h3 {
    font-size: 20px;
}    
.product-image-section .scroll-container .parent {
    display: flex;
    flex-wrap: wrap;
}
.scroll-container .parent .upload-border {
    width: 18% !important;
}
.product-image-section .div1.upload-border{
        width: 100% !important;
}
.product-image-section .upload-article-image {
    border: none !important;
    height: 110px !important;
    margin: 0;
}
.product-image-section .div1.upload-border .upload-article-image {
    height: 100% !important;
    border:none !important;
}    
.product-image-section .upload-article-image {
    background-color: transparent !important;
    border: none !important;
    color: #d4d4d4 !important;
}    
.scroll-container .upload-article-image i {
    font-size: 32px !important;
}    
}
@media (min-width:768px) and (max-width:1024px){
.left_section {
        position: sticky !important;
        top: 90px !important;
    }   
}
@media (min-width:767px) and (max-width:1000px){

#postBlogDiv ~ .col-md-3 {
    display: none;
}
.col-md-3.col-sm-2.left_section {
        max-width: 35%;
        flex: 0 0 35%;
    }    
#postBlogDiv{
        max-width: 65%;
        flex: 0 0 65%;
    }    
}


@media (min-width:573px) and (max-width:765px){
    #jumpspree-more-popup .save-draft {
        max-width: 400px !important;
        width: 400px !important;
    }    
        .left_section {
        width: auto !important;
        max-width: none;
    }
.blog-main-image.mb-10.movie-trailer span img {
        height: 200px !important;
    }    
}
@media (max-width:767px) {
.signin-new-process .cancel-signup {
    top: 9px;
}    
#signin-new-process #sign-in-box h2.text-left.mb-2.signup-title {
        margin-top: 30px;
        margin-bottom: 20px !important;
    }
.freset a {
    font-size: 12px;
}    
.followers-wrapper .curved-box.add-listing-steps-wrapper h2.follower-h1 {
        border-bottom: 1px solid #3241585c;
        background: #000;
            line-height: 25px;
    
    }    
#signup-new-process div#step08 h2.text-left.mb-2 {
    font-size: 17px;
    margin-top: 33px;
}    
#signup-new-process .form-box h2.signup-title, #signin-new-process .form-box h2.signup-title, #reset-new-process .form-box h2.signup-title, #verifyreset-new-process .form-box h2.signup-title, #enter-new-password .form-box h2.signup-title {
    font-size: 16px !important;
}
#password-change-success .form-box {
    position: static;
    transform: none;
}    
#reset-new-process .email-box {
    padding-top: 20px;
}
div#enter-new-password .email-verification.mob-height.app-install {
    margin: 0;
}    
#password-change-success .email-verification.mob-height.app-install h4 {
    font-size: 25px;
}    
#reset-new-process p.login-sub-head {
    display: block;
}
#reset-new-process p.login-sub-head {
    font-size: 12px;
    color: #666 !important;
    line-height: 20px;
}
#verifyreset-new-process .email-verification.mob-height.app-install{
height: calc(100vh - 20px)    
}
#verifyreset-new-process .email-verification.mob-height.app-install {
    margin-bottom: 0 !important;
    height: calc(100vh - 54px) !important;
}    
#verifyreset-new-process .cancel-signup {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
    }  
#signin-new-process .logo-signup img {
    width: 110px;
}    
#verifyreset-new-process .email-box {
    margin-top: 20px !important;
}    
#signin-new-process .form-box {
        padding: 0 !important;
        width: 100%;
    }    
.repost-social .repost-wrapper .fnc h4 a {
    width: auto;
    height: auto;
    margin: 0;
}       
#signin-new-process form#loginform {
    margin: 0px auto;
    max-width: 100%;
}
#signin-new-process .form-box {
        padding: 0 20px;
    margin: 0 !important;
    }    
#signin-new-process form#loginform .logo.xl a img
 {
    width: 110px;
}    
#signin-new-process .sign-in-verify {
    position: fixed;
    bottom: 0px;
    width: 100%;
}    
#signin-new-process form#loginform, #signin-new-process .form-box, #signin-new-process .signin-inner {
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 25px 20px;
    }    
#signin-new-process #sign-in-box h2.text-left.mb-2.signup-title {
    margin-top: 50px;
}    
#signin-new-process .cross {
    display: block !important;
    top: 0 !important;
    right: 0 !important;
}    
#signup-new-process #step04 .email-verification.mob-height.app-install {
    padding-bottom: 0 !important;
}
#signup-new-process .logo-signup img {
    filter: invert(1);
    width: 110px;
}    
#signup-new-process .logo-signup {
    margin-bottom: 20px;
    width: 80%;
}    
    #signup-new-process  .verify-btn button{
        background: linear-gradient(135deg, #744BFF 0%, #28009E 100%)
    }
#signup-new-process #step07 .form-box .email-verification.mob-height.app-install {
        justify-content: center !important;
        height: 100vh !important;
    }    
#signup-new-process #step09 .form-box {
        margin: 0 !important;
        height: 100vh;
    }    
#signup-new-process #step05 .step-inside-row {
        width: 100%;
    }    
#signup-new-process #step02 .form-box {
        height: 100vh;
    }    
#signup-new-process, #signin-new-process, #password-change-success, #enter-new-password, #verifyreset-new-process, #reset-new-process {
    z-index: 999999999999;
    padding: 0;
    background: #000 !important;
    backdrop-filter: none;
}   
#password-change-success .email-verification.mob-height.app-install {
    height: auto;
    margin-top: 40px;
    background: no-repeat;
    border: none;
    margin: 0;
}    
#password-change-success .reset-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}    
#password-change-success .reset-inner .form-box {
        margin-top: 0px !important;
    }    
#password-change-success .close a {
    border: 2px solid #fff;
    margin-top: 7px;
}
#enter-new-password .email-verification.mob-height.app-install {
    padding: 0;
    border: none;
    background: none;
}
#enter-new-password .form-box {
        padding: 0 0px !important;
    }    
.signin-new-process .cancel-signup {
    position: absolute;
    right: 0;
    font-size: 12px;
}    
#enter-new-password form#createpasswordbox {
    margin-top: 20px;
}    
#verifyreset-new-process .email-verification.mob-height.app-install {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
#verifyreset-new-process p.login-sub-head.color555 {
    display: block;
}    
#verifyreset-new-process p.login-sub-head.helper-text {
    display: block;
}   
#signup-new-process .form-box h2.signup-title, #signin-new-process .form-box h2.signup-title, #reset-new-process .form-box h2.signup-title, #verifyreset-new-process .form-box h2.signup-title, #enter-new-password .form-box h2.signup-title {
    font-size: 15px !important;
}
#verifyreset-new-process .email-verification.mob-height.app-install {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    height: 100vh;
    justify-content: flex-start;
}    
#verifyreset-new-process .form-box {
    margin-top: 0 !important;
}
#verifyreset-new-process .verify-btn.mb-0.w100 {
    position: fixed;
    bottom: 15px;
}    
#enter-new-password p.login-sub-head.helper-text {
    display: block;
    margin-bottom: 15px;
}    
#signup-new-process .form-box {
        margin: 0 !important;
        padding: 0 !important;
    }    
#signup-new-process #step02 .email-box p {
        display: block;
    }    
#signup-new-process #step03 .form-box, #signup-new-process #step06 .form-box {
        height: 100vh;
    }
#signup-new-process #step04 .email-verification.mob-height.app-install {
    padding-bottom: 0;
}
#signup-new-process #step02 .form-box, #signup-new-process #step03 .form-box, #signup-new-process #step04 .form-box {
        padding: 0 0px;
    }    
#signup-new-process #step02 .form-box {
        margin: 0 !important;
        height: 100vh;
    }    
#signup-new-process .signup-wrapper {
    width: 100%;
    position: static !important;
    background: none !important;
    margin: 0;
    backdrop-filter: none;
    padding: 0 !important;
    max-width: 100% !important;
    background: #000 !important;
}
div#signup-new-process p.login-sub-head.helper-text {
    display: block;
}    
#signup-new-process form#signupform
 {
        border: none !important;
        padding: 0;
        height: auto;
        width: 100%;
        margin: 0;
        max-width: 100%;
    }    
.profile-edit-page .profile-edit-row .profile-footer
 {
    background: #000000;
}    
#feed-detail-wrapper-main .curved-box.fixed-heading .back-btn {
        top: 18px;
    }
#feed-detail-wrapper-main .email-verification {
    margin-top: 7px;
    }
.write-article {
    display: none;
}
    
.intrest-link .interests span i {
    font-size: 16px;
}

.intrest-link .interests span {
    font-size: 12px;
    gap: 6px !important;
}
.interests a {
    padding: 5px 15px;
}    
.account-type {
    font-size: 8px;
    padding: 5px 10px;
}    
   
.k-followers{font-size: 12px !important;}    
div#social-popup .add-image {
    margin-right: 0;
}
.get-more-class li.search-btn i {
    color: #fff;
}
.get-more-class li.search-btn {
    position: absolute;
    right: 90px;
    top: 8px;
}    
    .left_section.hide-footer-menu{
        display: none
    }    
.search-open .search-result-top {
    border-bottom: none !important;
}    
.search-open header, .search-open .body-container {
    display: none;
}
.search-category a {
    font-size: 11px;
    padding: 7px 10px
}     
.article-title {
    font-size: 15px;
}    
#search-article .article-search-acc, #search-posts .article-search-acc {
    margin-top: 5px;
}
#search-article .search-img img, #search-posts .search-img img {
    width: 60px;
    height: 50px;
}
.article-search-acc p {
    margin: 0;
    font-size: 13px;
    line-height: 21px;
}    
body.dark-mode .article-feed .blog-title-feed .date {
    border: none !important;
}  
.ql-toolbar.ql-snow .ql-formats {
    margin-right: 0;
}    
.curved-box.fixed-heading.write-article-opened {
    display: none !important;
}
#write-article-pop .add-post-inner .add-post-inside {
        padding: 20px 0 !important;
}
#write-article-pop .add-post-inside-wrapper {
    padding: 0 15px;
} 
.article-wrapper .hash-mention label {
    font-weight: 300 !important;
    font-size: 12px !important;
}    
.fnc.mt-0.justify-content-between.mb-5.align-items-start {
    padding: 0 15px;
}    
    .typingondesktio{display: none;}    
div#feed-detail-wrapper{
    min-height: auto;
    padding-bottom: 0px;
}
    
   
.followers-wrapper .curved-box.add-listing-steps-wrapper h1 {
    background: #000000;
}
    
.add-post-inner.alttag-box-opened {
    max-height: none;
}
.add-post-inner.embedlink-box-opened {
    max-height: none;
}    
.subscription-plan-inner .plan .officially-verified {
    margin: 0 10px;
}
    
body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
        margin-left: 8px;
        font-size: 12px;
    }
.tox .tox-dialog {
    max-width: 480px;
    bottom: 0 !important;
    position: fixed !important;
}
.tox .tox-dialog__footer {
    background-color: #222;
}
.tox .tox-label, .tox .tox-toolbar-label {
    color: #fff;
}
.tox .tox-dialog {
    background-color: #222;
    border-color: #222;
    }
.tox .tox-tab {
    color: #fff;
}
.tox .tox-textfield, .tox .tox-toolbar-textfield {
    background-color: #373636;
    border-color: #3a3a3a;
     }
.tox .tox-dialog__header {
    background-color: #222;
    border-bottom: none;
    color: #fff;
}
.tox .tox-button--icon .tox-icon svg, .tox .tox-button.tox-button--icon .tox-icon svg, .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
    fill: rgb(251 251 251);
}
.tox .tox-dialog__footer {
        background-color: #222;
        border-color: #323030;
}
/*#dialog-describe_4637001211851749204793609 .tox-form .tox-form__group:nth-child(2), #dialog-describe_4637001211851749204793609 .tox-form .tox-form__group:nth-child(3), #dialog-describe_4637001211851749204793609 .tox-form .tox-form__group:nth-child(4) {
    display: none;
}
button.tox-button.tox-button--secondary {
    display: none !important;
} */   
#write-article-pop .add-post-inner {
    height: 100vh;
}
div#write-article-pop .add-post-inner {
    background: #000;
}
#write-article-pop .tox-toolbar__group:last-child {
/*    display: none;*/
}    
.tox-editor-header {
    position: fixed !important;
    bottom: 0 !important;
    left: 0;
    right: 0;
    display: block !important;
}
.tox .tox-toolbar--scrolling {
    padding: 38px 0 0;
}
.tox .tox-toolbar--scrolling {
        filter: invert(1);
}    
.post-area.subscription-box .curved-box.fixed-heading .back-btn {
    top: 15px !important;
}    
div#restore-subscription {
    z-index: 99999999999;
}
a.btn.btn-continue.plane-btn.red-text {
    font-size: 12px;
}    
.account-setting-inner.cancell-subscription .jumpspree-more-wrapper {
    margin-top: 0 !important;
}    
.followers-box {
    border-bottom: 1px solid #3241585c;
}    
.post-area.subscription-box h1 {
    border-bottom: none;
}    
.post-area.subscription-box .account-setting-inner h3 {
    font-size: 15px;
}
.reaosons-list {
    padding: 20px;
}
.reaosons-list label {
    font-size: 14px;
}
.restore-popup-inner {
        width: 90%;
        max-width: 340px;
    }   
.unloack-subscription p {
    padding: 0 0;
}    
.subscription-box .continue-payment button {
    border-radius: 12px;
    font-weight: 800;
}    
.current-plan {
    font-size: 11px;
}    
.jumpspree-more-wrapper .more-title {
    padding: 20px;
}
.unloack-subscription img {
        width: 40px !important;
    }    
.jumpspree-more-wrapper .more-title ul li {
        font-size: 12px !important;
    }    
.subscription-box .continue-payment p {
    font-size: 9px;
    line-height: 15px;
        margin-bottom: 10px;
}    
.post-area.subscription-box .jumpspree-more-wrapper {
    margin-top: 15px;
    }
.curved-box.add-listing-steps-wrapper {
    background: #000;
}    
.add-listing-steps-wrapper {
    background: #000000;
}
.post-area.account-setting-wrapper .add-listing-steps-wrapper h1
 {
    padding: 13px 0;
     background: #000000;
}
.post-area.account-setting-wrapper .mob-header-fixed.message-to-buyer .add-listing-heading {
    padding-bottom: 0;
}
.post-area.account-setting-wrapper .seller-inner .add-listing-heading {
        background: #000 !important;
    }    
.post-area.account-setting-wrapper .more-setting-box {
    margin-top: 0;
}    
.post-area.account-setting-wrapper .add-listing-steps-wrapper .back {
        top: 10px;
    }    
div#create-poll-main-box #pollDescription {
    font-size: 14px;
}    
span.tooltip-wrapper span {
    position: absolute;
    background: #171717;
    }
span.tooltip-wrapper span:after {
    border-top: 10px solid #171717;
    }
span.tooltip-wrapper span {
    left: -180px;
    }
span.tooltip-wrapper span:after {
    left: 179px;
}    
.social-popup .poll-ending-time ul li button {
    font-size: 12px !important;
    }
.poll-ending-time ul {
    overflow-x: auto;
}    
#create-poll-main-box .post-area-inside.mb-0 {
    padding: 0 !important;
}    
#create-poll-main-box textarea {
    background: none !important;
}    
#create-poll-main-box {
    padding: 9px 23px 0 !important;
}    
#feed-detail-wrapper .feed-poll-both {
    margin-bottom: 0 !important;
}    
div#share-site-link {
    z-index: 999999999;
}     
/*#post-Link-copied.notification-alert.show-notification {
    bottom: 230px;
}  */  
.feed-poll-both {
    margin-bottom: 15px !important;
}    
body.dark-mode .feed-poll-both {
    border: 1px solid #32415854 !important;
}
.participate-confidently {
   border-top: 1px solid #32415854 !important;
}    
    
body.dark-mode .poll-question {
    font-size: 13px;
}    
    
.profile-right-sec i.hgi.hgi-stroke.hgi-qr-code {
    font-size: 14px;
    position: relative;
    top: -1px;
    float: left;
    margin-right: 4px;
}       
.profile-menu .profile-heading {
    align-items: center;
}    
.profile-menu .profile-heading {
    padding-top: 0;
}    
.profile-right-sec a{
        font-size: 12px;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 45px;
    color: #fff;
    border: 1px solid #ffffff21;
    display: block;
    }
body.dark-mode .blog-main-image.mb-10.movie-trailer .item video {
    border: 1px solid #3241585c !important;
}    
label.checkednahihai {
    pointer-events: none;
}    
    .left-panel .navigation li a {
        position: relative;
        top: 1px;
    }    
.sidebar.target-link.active i.hgi.hgi-stroke.hgi-home-01 {
    color: #6e12ff !important;
}    
.character-count-container span#char-count, .character-count-container span#char-count-poll {
    margin-right: -29px;
    }
.progress-circle {
    display: block;
}    
.repost-social .repost-wrapper .email-box {
    margin-bottom: 0 !important;
}    
.followed-by {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.profile-box {
        padding: 0px 0px 0px !important;
    }    
/*.profile-box .join {
    display: none;
}*/    
.profile-box .stat a {
        font-size: 13px !important;
        text-decoration: underline;
        color: #b8b8b8;
        font-weight: 600;
    }    
video {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateZ(0); /* Forces GPU rendering */
  backface-visibility: hidden; /* Prevents iOS zoom bug */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}    
.repost-social .repost-wrapper .email-box p {
    font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        margin-bottom: 0px;
}
.profile-box .followed-by p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
.profile-box .profile-bio p {
        font-size: 13px;
    }    
.profile-box .stat a {
    font-size: 13px;
}    
div#posts-container .email-box:last-child {
        margin-bottom: 30px;
    }    
.social-popup .poll-ending-time ul li a {
    font-size: 12px !important;
    border: 1px solid #3241585c;
    padding: 10px 10px;
    white-space: nowrap;
}
poll-ending-time h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    color: #d8d8d8;
}    
 body.dark-mode .blog-main-image.mb-10.movie-trailer .item a, body.dark-mode .blog-main-image.mb-10.movie-trailer .item video {
        border: 1px solid #3241585c;
    }
    body.dark-mode .email-verification.after-login .repost-wrapper .email-box {
    border: none !important;
}    
.add-post-top a.user-name-display{
    font-size: 14px !important;
}    
.profile-menu #account-setting i.hgi.hgi-stroke {
    position: relative;
    top: 4px;
}    
.fnc-title h4 {
    font-size: 14px;
}
.user-name a {
    font-size: 14px !important;
}    
#feed-detail-wrapper .blog-text h1 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}    
div#feed-detail-wrapper-main .comment-inner-box .date.ogl {
    padding-bottom: 0 !important; 
}    
#comment-reply-wrapper div#comment-inner-side-box .comment-inner-box:last-child {
    border: none !important;
}    
.curved-box.fixed-heading h2.h1 {
    border-bottom: none !important;
}
#feed-detail-wrapper {
    flex: none;
}    
div#feed-detail-wrapper-main div#comment-reply-wrapper {
        margin-top: 0;
        flex: 1;
}
div#comment-reply-wrapper h2 {
    font-size: 20px;
}
div#feed-detail-wrapper-main div#comment-reply-wrapper {
    padding-top: 10px;
    }
#feed-detail-wrapper-main .date ul {
    margin-top: 0px !important;
}    
    .get-more-class.get-more-mob a{
        background: #BF09FF !important;
        animation: gradient 15s ease infinite;
background: linear-gradient(90deg, #BF09FF 0%, #5504FF 100%) !important;
    }    
    .share-post a i{
     font-weight: 400;   
    }    
.post-setting-box {
    border-top: 1px solid #3241585c;
    padding-top: 15px;
    margin: 0 0px;
    position: fixed;
    bottom: 55px;
    width: auto;
    left: 0;
    margin-left: 15px !important;
    right: 0;
}    
    .lightbox {
        z-index: 9999999999;
        /* top: 40% !important; */
        /* transform: translateY(-50%) !important; */
        position: fixed;
        top: 0 !important;
        bottom: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
div#lightboxOverlay {
    overflow: hidden !important;
    height: 100vh !important;
    position: fixed;
}    
   
.email-verification.after-login .email-box{
    padding: 15px 15px 15px !important;
}
.repost-social .repost-wrapper .email-box {
    padding: 0 !important;
} 
.repost-social .repost-wrapper .email-box .fnc {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.repost-social .repost-wrapper .post-text {
    padding: 0px 0;
}      
.repost-social .repost-wrapper .fnc a {
    width: 30px;
    height: 30px;
}    
.repost-social .repost-wrapper .email-box {
    padding: 0 !important;
}     
.post-single-image img {
    object-fit: cover;
}    
.post-single-image .swiper-wrapper.Landscape {
    max-width: 100% !important;
}    
    span.bottom-menu-text {
    font-size: 0;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

#social-popup .Schedule-message-wrapper{
    border-radius: 0;
}    
    
#jumpspree-more #jumpspree-more-wrapper .mob-bot-0{margin-bottom: 15px !important}    
#jumpspree-more .add-post-inner {
    height: 100%;
}
#jumpspree-more-wrapper button:hover{
    color: #fff;
}    
#jumpspree-more-wrapper .continue-payment {
    position: fixed;
    bottom: 0;
    padding-bottom: 8px;
    left: 0;
    padding: 10px 10px 10px;
    width: 100%;
}   
    #jpm-step4 .plan-name br{display: none;}    
.subscribe-note p {
    padding: 0 10px;
}
#jpm-step1 .jumpspree-more-intro .route_title {
    text-align: left;
}
#jpm-step1 .curved-box.fixed-heading, #jpm-step2 .curved-box.fixed-heading, #jpm-step3 .curved-box.fixed-heading, #jpm-step4 .curved-box.fixed-heading{
        padding: 0 0;
        height: 40px;
        background: #161616 !important;
    
}    
#jpm-step1 .route_title {
/*    color: #ff0000;*/
}
div#jumpspree-more-wrapper {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    margin-top: 30px;
    /* margin-bottom: 140px !important; */
}    
    
#jpm-step1 .curved-box.fixed-heading h1, #jpm-step2 .curved-box.fixed-heading h1, #jpm-step3 .curved-box.fixed-heading h1, #jpm-step4 .curved-box.fixed-heading h1{
        padding: 10px 0 !important;
    }    
#jumpspree-more .terms {
    top: 10px !important;
}
#jumpspree-more-wrapper .Subscribed {
    font-size: 12px;
    padding: 8px 13px;
}
#jpm-step2 .left-plan.flex-direction-column {
    width: 100%;
}
#jpm-step2 .left-plan.flex-direction-column  .plan-checked img {
    width: 20px;
}
.get-plan.checkbox {
    width: 25px;
    height: 25px;
    right: 0;
}    
.jumpspree-more-intro img {
    width: 20px;
}
.subscription-plan-inner {
    margin-bottom: 100px;
}    
.jumpspree-more-wrapper {
    margin-bottom: 20px !important;
}
#jpm-step1 .plan-name br {
    display: none;
}


.jumpspree-more-intro .route_title {
    font-size: 16px;
    }
#jpm-step1 .jumpspree-more-intro p br{display: none}    
.post-setting-box-list label span input {
    top: 3px;
}    
.user-brand .stats {
    margin-bottom: 5px;
}    
 .logo img.logo-hide-on-mob, .hamburger {
    opacity: 0 !important;
}
.get-more-class{display: block !important}        
 header {
/*        background: #0f0f0f !important;*/
        background: #0a0a0a !important;
        background: #000 !important;
    }     
#profile-type .add-post-inner {
    height: auto;
    transform: none;
    left: 0;
    top: auto;
    bottom: 0;
}
#profile-type .add-post-inner input[type="radio"] {
        width: 20px;
        height: 20px;
    }    
#profile-type .types-of-profile .type input[type="radio"]:checked:after {
    top: -1px;
    left: 3px;
}
div#profile-type p {
    color: #bbb;
    font-size: 12px;
    line-height: 20px;
}
#profile-type .types-of-profile .type h4 {
    margin: 0;
    font-size: 16px;
}    
#profile-type .add-post-inner {
    height: auto;
    transform: none;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 30px 25px;
    border: none;
    border-radius: 25px 25px 0 0;
}
div#profile-type {
    z-index: 9999999999;
}    
#comment-section .input-box input {
    padding-right: 80px;
}    
div#activity {
    z-index: 99999999999;
}
#activity .add-post-inner {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    transform: none;
    left: 0;
    bottom: 0;
}
#activity .add-post-inner {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    transform: none;
    left: 0;
    bottom: 0;
    padding: 20px 0;
    border-radius: 25px 25px 0 0;
    border:none;
    top: auto;
}    
#activity .activity-wrapper {
    max-height: 280px;
    overflow-y: auto;
}    
.activity-wrapper h2 {
    line-height: 17px !important;
}    

#activity h3 {
    font-size: 18px;
}
#activity .add-post-inner .follow-inner {
    padding: 0px 20px;
    padding-bottom: 15px;
}    
.users-list-message {
    height: auto;
}    
#social-popup #gifModalForAddPost span.close-x {
    top: 24px;
}    
#share-site-link .targets li {
    width: 15%;
    font-size: 11px;
    text-align: center;
}    
.social-popup .add-post-inner p.delete-draft a {
    font-size: 19px !important;
    height: auto;
    margin-top: 5px;
    font-weight: 300 !important;
}    
.user-message.active-user {
    background: #0f0f0f !important;
}    
#message-full-wrapper.post-area.message-wrapper {
        position: relative;
/*        z-index: 99999999999;*/
}    
.post-setting-box {
    margin: 0 15px;
}    
.row.justify-content-center.msgEmptyAvailable .col-md-3.col-sm-2.left_section {
/*    display: none;*/
}    
    .chat-list {
    display: block;
    margin-top: 0;
    padding-top: 0;
}
    .all-users-mesage h5 a{display: none;}
    .all-users-mesage p{display: none;}    
    .message-wrapper .all-users-mesage {
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
}    
#social-popup #gifModalForAddPost span.close-x {
    font-size: 0 !important;
    background: none !important;
    width: auto;
}

#social-popup #gifModalForAddPost span.close-x:after {
    content: "Cancel";
    width: auto !important;
/*    top: 34px !important;*/
/*    position: absolute;*/
/*    right: 7px;*/
    color: #fff;
    font-size: 15px;
    color: #444eff !important;
} 
#social-popup input#gifSearchForAddPost {
    width: calc(100% - 60px);
}    
#comment-section .input-box input {
    padding-right: 70px;
}    
.add-post-inner.draft-open {
    height: 100vh !important;
}
div#draft-box {
    border-radius: 0;
}    
.notification-alert {
    padding: 0 0;
    width: 86% !important;
    z-index: 9999999999999;
    font-size: 13px !important;
/*    white-space: nowrap;*/
}
.notification-alert .alert-inner {
    text-align: center !important;
    justify-content: center;
}      
    .logout-mob{display: block !important;}
.online-status {
    margin-top: 25px;
}
.online-status .user-image {
    width: 50px;
    height: 50px;
}    
#qrcode-popup .save-draft {
    max-width: 95%;
    width: 95%;
    text-align: center;
    border: 1px solid #3241585c;
}    
.after-login-profile .profile-banner img {
    border-radius: 14px 14px 0 0;
    height: 150px;
        width: 100%;
        object-fit: cover;
}    
    .profile-menu .stat a{
        text-decoration: underline;
        font-size: 12px;
        font-weight: 600;
        color: #bbb !important;
    }    
.card-numbers{position: relative; width: 100%}
.card-numbers .profile-drop-down {
    top: -23px !important;
    right: 0;
    background: #121212 !important;
    border-radius: 50%;
    border: 1px solid #3241585c;
}    
#empty-msg {
    border: none;
    margin-top: 0px;
    margin-left: 0px;
}
#empty-msg {
    border-radius: 25px 25px 0 0;
     height: auto !important; 
}
.empty-message-top.message-wrapper {
    width: 95%;
}
#empty-msg .message-wrapper .search input {
    text-align: left !important;
}
#empty-msg .search.d-flex {
        margin-top: 35px;
    }    
#empty-msg p {
    font-size: 20px;
    font-weight: 700;
    color: #bbb !important;
    line-height: 30px;
}
.empty-message-center {
    height: 100vh;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    top: 0;
    flex-direction: column;
}    
.empty-message-center .icon i:before {
    color: #bbb !important;
}
.empty-message-center .icon i {
    font-size: 50px;
    color: #bbb !important;
}
#profile-icon-footer img {
    width: 20px !important;
    height: 20px !important;
    position: relative;
    top: -1px;
}    
#empty-msg .search.d-flex {
    width: 100%;
}    
h1#currentHashTag {
    border-bottom: 1px solid #3241585c;
}    
.get-more-class.refer-frnd-mob {
    position: absolute;
    right: 10px;
    top: 6px;
    display: block !important;
}    
.get-more-class.get-more-mob{display: block !important;}    
.header-wrapper .logo {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100% !important;
}    
div#add-post-top {
/*    display: none !important;*/
}
div#add-post-top .create {
    display: none;
}    
    
div#posts-container > .email-box:first-child {
    padding-top: 15px;
}
header {
        padding: 10px 10px !important;
    }    
.social-heder ul {
    display: none !important;
}    
    .logo-hide-on-mob{display: none !important;}    
img.logo-ico.hide-on-desktop.hide-on-mob {
    display: block !important;
    width: 25px;
}
body.dark-mode .header-wrapper {
    background: #0f0f0f !important;
}    
.col-md-3.col-sm-2.left_section > div {
        padding: 0 !important;
    }
.left-panel .navigation li {
        margin-bottom: 0;
        text-align: center !important;
        flex: 1;
        justify-content: center;
        align-items: center;
    }
.left-panel .navigation li a {
        margin: 3px auto;
    }    
.lg-backdrop {
        background-color: #000000d6 !important;
    }
#jumpspree-more-popup .save-draft {
    max-width: 95%;
    width: 95%;
}    
.curved-box.fixed-heading h2.h1 {
    border-radius: 0px 0px 0 0 !important;
}
div#gifModal {
    width: 99%;
    border: none;
    border-radius: 10px;
    bottom: 80px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}
#feed-detail-wrapper-main div#gifModal {
    bottom: 56px;
    border-radius: 12px 12px 0 0;
}    
    .js-more{display: none;}
.navigation li#message-icon-footer {
    display: none;
}    
.show-on-mobile{display: block !important;}    
#update-username .username-note p {
    font-size: 11px !important;
    line-height: 15px !important;
    padding: 10px 0;
}    
#social-popup img#gifPreviewAddPost {
    max-width: 100%;
    min-width: 100%;
    border-radius: 10px;
}    
div#password-section {
    margin-top: 60px;
}
    .post-area.change-password .action-btn-wrapper {
        padding: 12px 15px !important;
        padding-bottom: 20px !important;
    }   
#update-username a.suggested-username {
    color: #444eff !important;
    font-size: 12px;
}    
div#draft-box {
    padding: 15px 15px !important;
}
div#draft-box h3 {
    font-size: 15px;
}
div#draft-box .embed-header .back-btn {
        left: 15px;
        top: -7px !important;
    }
#draft-box .close.delete-all {
    right: 20px;
    top: -1px;
}  
.draft-outer .drafts:last-child {
    margin-bottom: 30px;
}
#feed-detail-wrapper .blog-main-image.mb-10 .item a {
    display: block;
}    
.lightboxOverlay {
    z-index: 9999999999;
}    
.lightbox {
    z-index: 9999999999;
}
.lightbox .lb-image {
    border-radius: 10px;
}    
#draft-box .close.delete-all a {
    font-size: 12px !important;
}    
.datepicker.dropdown-menu {
    z-index: 99999999999 !important;
}
.ui-timepicker-standard {
    z-index: 9999999999 !important;
}    
#social-popup .add-post-inside {
    padding: 0 0 0;
}
#social-popup div#imagePreviewBox, #repost-popup div#imagePreviewBox-repost {
    max-width: 90%;
    margin-left: 20px;
}
div#imagePreviewBox .close-btn, div#imagePreviewBox-repost .close-btn {
    right: 17px;
    top: 7px;
}
.add-post-top > div {
        padding: 10px 15px;
}
#posts-container .email-box {
    min-height: auto !important;
}    
div#social-popup .post-foot.add-post-foot {
    padding: 10px 10px;
}
div#social-popup .header-add-post > div {
    margin-bottom: 10px !important;
}    
.add-post-inner.schedule-box-opened {
    min-height: 100% !important;
    height: 100% !important;
}
#social-popup .schedule-message-input {
        display: flex;
        flex-direction: column;
    }  
#social-popup .Schedule-message-wrapper h3, #social-popup .ReSchedule-message-wrapper h3 {
    font-size: 20px;
}
#social-popup .schedule-message-input .date, #schedule-social-popup .schedule-message-input .date {
    flex: 1;
    max-width: 100%;
}
#social-popup .Schedule-message-wrapper .close-popup, #social-popup .ReSchedule-message-wrapper .close-popup{
    right: 20px;
    top: 12px;
    width: 30px;
}    
#social-popup .schedule-footer button.btn.cancel-Schedule {
        flex: auto;
        padding: 0 !important;
        max-width: 130px;
    }
#social-popup .Schedule-message-wrapper, #social-popup .ReSchedule-message-wrapper{
    padding: 20px;
}    
#social-popup .Schedule-message-wrapper .close-popup, #social-popup .ReSchedule-message-wrapper .close-popup {
        right: 20px;
        top: 15px;
}    
#social-popup .schedule-footer.d-flex.justify-content-end {
    justify-content: space-between !important;
}    
.schedule-list .follow-inner .user-name h2 {
    max-width: 220px;
}    
.schedule-list .schedule-done p {
    background-size: 16px;
    padding-left: 20px;
    font-size: 13px;
}    
.schedule-list {
    margin-top: 33px;
}    
.repost-social .repost-wrapper {
    margin: 0 0 !important;
}    
.live-soon {
        padding: 0px 15px;
}
#launch .live-now-head {
        width: 130px;
        height: 80px;
        overflow: hidden;
        margin-top: 0px;
}
.live-now-heading h3 {
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    font-size: 22px;
    margin-top: 17px;
    margin-bottom: 15px;
}    
#launch {
    z-index: 99999999999;
}    
#launch .add-post-inner {
        max-width: 100%;
        width: 90%;
        height: auto;
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 20px;
        padding: 30px 0;
    }
#launch .live-now-head img {
        margin-top: -17px;
}
.live-now-body p {
    color: #bbb;
    line-height: 18px;
    font-size: 13px;
}
.live-soon {
        padding: 0 20px !important;
    }   
#more-stting{display: none;}    
.add-listing.followers .follower-bio {
    margin-top: 8px;
    padding-left: 47px;
}    
.change-password-action {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 20px;
}    
.change-password {
    padding-top: 70px;
    height: 100vh;
}    
.pending-request{margin-top: 10px !important;}    
.mobile-visible{
    position: fixed;
    top: 0;
    display: block !important;
    width: 100%;
    border-radius: 0;
}    
.recomendation {
    display: none;
}    
.refer-a-friend-outer .referral-terms {
    position: fixed;
    width: 100%;
}
  
.refer-a-friend-outer .refer-a-friend p{
        font-size: 12px !important;
        line-height: 18px !important;
        margin-bottom: 20px !important;
    } 
  .refer-a-friend-outer .refer-a-friend .referral-terms p, .refer-a-friend-outer .refer-a-friend .referral-terms li {
        color: #b8b8b8;
        font-size: 12px !important;
        line-height: 14px !important;
    }
.refer-a-friend-outer .refer-a-friend .referral-terms p.mb-0 {
        margin-bottom: 10px !important;
    } 
    .refer-a-friend-outer .refer-a-friend .referral-terms p {
        margin-bottom: 14px !important;
    }
.refer-a-friend-outer .copy-link-field.d-flex input {
    font-size: 13px;
}    
.refer-a-friend-outer .refer-a-friend li {
    color: #b8b8b8;
    font-size: 12px;
    line-height: 17px;
}
.refer-a-friend-outer .referral-terms {
    margin: 0 0;
}
.refer-a-friend-outer .refer-a-friend p {
    margin-bottom: 10px;
}    
#social-popup div#gifPreviewBox {
    margin: 0 15px;
}
#social-popup div#previewGifs {
        width: 170px;
    }
#repost-full-wrapper div#previewGifs span.close-x {
    right: 0;
    top: 0;
}    
.followers-box.no-followers {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    padding: 0 30px;
}    
.subscription-plan.account-verification .left-plan {
    padding-right: 20px;
}    
div#update-phoneno-for-verification button#submitbtn {
    height: 45px;
}    
.account-verification .left-plan p br {
    display: none;
}
#ID-verification .header-add-post {
        padding: 10px 0;
    }    
div#update-phoneno-for-verification .add-post-inner {
    height: 100%;
}
#update-phoneno-for-verification .header-post.social-add-header {
    height: auto;
}
div#update-phoneno-for-verification .add-post-inner {
    padding: 15px 20px;
    height: 100%;
}
#update-phoneno-for-verification .send-code {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
}
#update-phoneno-for-verification .send-code button{
    background: #6e12ff !important;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%) !important;
    color: #fff;
}
div#update-phoneno-for-verification .header-add-post {
        padding: 10px 0;
    }    
.current-plan .save {
    font-size: 13px;
    font-weight: 500;
}
.current-plan .renue {
    font-size: 13px;
}
.subscription-box .cancel-serveice .button {
    width: 100%;
}    
.post-area.subscription-box .terms {
        right: 23px;
    }   
.cancel-serveice button.cancel-text {
    padding: 10px 20px;
}
 .current-plan {
    width: 100%;
}
.post-area.subscription-box.badge-wrapper .account-setting-inner {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    padding-top: 0;
}    
.badge-done h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    max-width: 300px;
}    
#billing-detail .add-post-inner {
    height: 100%;
}
#billing-detail .billing-box {
    padding: 0 15px;
}    
#billing-detail .comp-logo {
    margin-right: 10px;
}
#billing-detail .cancel {
    position: absolute;
    top: 6px;
}    
#ID-verification .add-post-inner {
    height: 100%;
    padding: 30px;
    max-width: 470px;
}
.continue-payment button {
    border-radius: 15px;
    height: 45px;
}
    
.profile-edit-page .more-settings {
    position: fixed;
    bottom: 0;
}
.delete-account h2 {
    font-size: 15px;
}
.delete-account .profile-section .user-icon {
    width: 40px;
    margin-right: 10px;
}    
.delete-account .check label {
    font-weight: 300;
    color: #c8c7c7;
    font-size: 11px;
}    
.subscription-plan.account-verification .plan .left-plan p {
    font-size: 12px;
    color: #b8b8b8;
    line-height: 18px;
}    
.email-box .fnc .fnc-title div#follow-card-box, .email-box .fnc .fnc-title:hover #follow-card-box {
    display: none !important;
}    
#repost-full-wrapper {
        max-height: calc(100vh - 150px);
}
#social-popup .owl-theme .embed-and-alt {
    bottom: 10px;
}    
#social-popup img.multi-image-wrapper {
    width: 100% !important;
    object-fit: contain;
    height: 170px !important;
/*    background: #252525;*/
} 
.hashtag-link {
    margin-bottom: 0px !important;
}    
.subscription-plan .plan .get-plan {
    flex-shrink: 0;
    padding: 7px 15px;
}
.subscription-plan .plan {
    align-items: flex-start;
}
    
.subscription-box .curved-box.fixed-heading .back-btn {
    top: 12px !important;
    left: 20px !important;
}    
.post-area.subscription-box .account-setting-inner {
        padding-bottom: 70px;
    }    
.subscription-box .continue-payment {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 20px 12px;
    background: #000;
    border-radius: 10px 10px 0 0;
    box-shadow: none;
}    
.blog-main-image.mb-10.movie-trailer span img {
    height: 160px !important;
}    
.left-panel div#follow-card-box {
    display: none !important;
}    
#message-full-wrapper .back-btn {
    color: #bbb;
    left: 0;
    position: absolute;
    top: 0px !important;
}    
    .add-post-top{display: none;}    
.profile-edit-page .delete-account {
    height: auto;
    z-index: 99999999;
}
.profile-edit-page .more-settings {
    border-radius: 0;
    z-index: 99999999;
}  
.delete-account {
    border-radius: 0;
}    
.user-profile.my-profile.profile-edit-page .mob-p4 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}    
.profile-edit-page .user-profile-wrapper {
    margin-top: -35px;
}    
.followers-wrapper .follow-inner .user-image {
    width: 35px;
    height: 35px;
}    
.followers-box {
    padding: 10px 20px;
}    
#fixed-heading-hashTag.curved-box.fixed-heading h1 {
    border-radius: 0px 0px 0 0;
}
div#fixed-heading-hashTag {
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
body.hashtag-active div#fixed-heading-hashTag {
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
body.hashtag-active .annoucement .email-verification.after-login {
        margin-top: 0px !important;
    }    
body.hashtag-active .body-container {
        margin-top: 0px !important;
    }    
body.hashtag-active .header-wrapper{display: none;}    
body.hashtag-active .row.justify-content-center.annoucement {
        padding-top: 0 !important;
    }    
body.hashtag-active.dark-mode {
    background: #171717 !important;
}    
body.hashtag-active .curved-box.fixed-heading h1 {
    padding: 12px 0;
}    
body.hashtag-active .curved-box.fixed-heading .back-btn {
        left: 18px;
        top: 13px;
    }    
  
#report-on-more-option {
    z-index: 99999999999;
}    
    
#report-on-more-option .add-post-inner {
    border: none;
    padding: 20px;
    border-radius: 0px;
    max-width: 500px;
    height: 100%;
    border-radius: 0;
    width: 100%;
    display: flex;
    flex-direction: column;    
}   
#report-on-more-option .pop-inner {
    flex: 1;
}
#report-on-more-option .cross {
    right: 20px;
    top: 20px;
    width: 30px;
}    
#report-on-more-option textarea {
    padding-right: 20px;
}    
.verifications {
    margin-top: 0;
    /* justify-content: space-between; */
    display: flex;
}
.share-profile.IsNotbrand {
    min-height: 29px !important;
}    
.cover-image span.back-arrow, .profile-drop-down {
    top: 10px;
}    
div#gifModalForAddPost {
        top: 0;
    }
div#gifModalForAddPost {
        border-radius: 0 !important;
        border: none !important;
    }
    
    div#gifModalForAddPost span.close-x {
        position: absolute;
        right: 15px !important;
        top: 24px;
    }
div#gifModalForAddPost {
    border: 1px solid #3241585c;
    padding: 15px;
    border-radius: 15px;
}    
.add-post-inside-wrapper {
/*    max-height: calc(100vh - 100px);*/
    max-height: calc(100vh - 270px);
}    
div#gifModalForAddPost .gif-list img {
        max-width: 47%;
        height: auto;
        object-fit: cover;
        width: 47%;
        border: none;
}    
.image-preview-box #imagePreviewContainer{max-width: 100% !important}    
    .profile-menu .screen-mode{opacity: 0 !important;}    
.stats .stat p {
    font-size: 12px !important;
}    
.profile-box.profile-bio-empty .followed-by {
    padding-bottom: 10px !important;
    margin-top: 0;
}    
.profile-box.profile-bio-empty .verifications {
    margin-top: 0;
    padding-bottom: 10px;
}
.stat {
    margin-right: 5px;
}    
.usp-sec .book-mark-btn {
    display: block;
}    
.charge {
        margin-left: 0 !important;
    }    
.post-area.subscription-box .account-setting-inner {
    padding-top: 10px;
    border: none;
}
.post-area.subscription-box .terms {
    top: 17px;
    font-size: 12px;
    right: 10px;
}
    
body.light-mode .post-area.refer-friend-box .curved-box.fixed-heading {
    background: #eaeaea;
}    
.refer-terms-wrapper .terms-box h3 {
        padding: 20px 20px 10px;
    }
.refer-terms-wrapper .terms-box p {
    padding: 0 22px;
}    
.refer-terms-wrapper .terms-box {
    background: #161616;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px !important;
    transform: translate(-50%, -50%);
    max-width: 450px;
    border-radius: 25px;
    width: 100%;
    bottom: -270px;
    transition: all 0.5s ease;
    transform: none !important;
    left: 0;
    border-radius: 25px 25px 0 0;
    height: auto;
    top: auto;
    height: auto;
}
.refer-terms-wrapper .terms-box.pop-tnc {
    bottom: 0;
}    
.refer-terms-wrapper .action-btn {
    margin-bottom: 20px;
    padding: 0 10px;
}    
.refer-terms-wrapper {
    z-index: 9999999999;
}
.post-area.refer-friend-box .terms {
    right: 20px;
}
.refer-terms-wrapper .terms-box p {
    font-size: 10px !important;
    line-height: 13px !important;
}    
body.dark-mode .post-area.refer-friend-box .curved-box.fixed-heading {
    background: #171717;
}
.post-area.refer-friend-box .terms {
    top: 10px;
    font-size: 13px;
}
.post-area.refer-friend-box .curved-box.fixed-heading .back-btn {
        top: 10px;
}    
.refer-a-friend h1.hide-on-desktop {
    display: block;
    margin-bottom: 10px;
    
}    
.profile-bio p {
    font-size: 14px;
}    
.post-area.account-setting-wrapper .email-verification.after-login{
    min-height: auto !important;
    height: auto !important
}    
.post-area.account-setting-wrapper {
    min-height: 100vh !important;
}    
div#noMorePosts {
    margin-bottom: 40px;
}
.change-password .action-btn-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 20px;
        background: #000;
        z-index: 9999999999;
        padding-bottom: 15px;
}
    
.refer-a-friend .tncpages ul.accordion > li > a:hover {
    background: #252525 !important;
}    
.refer-a-friend {
    padding: 70px 0 40px;
}
.refer-a-friend .copy-link-field.d-flex button.btn.btn-copy {
    right: 10px;
}    
.refer-a-friend p {
    line-height: 16px;
    font-size: 12px;
}
.refer-a-friend .copy-link-field.d-flex button.btn.btn-copy i {
    font-size: 18px;
}    
.performance .d-flex {
    flex-direction: column;
}
.performance-box {
        max-width: 100%;
        padding: 20px 20px;
    }
.refer-a-friend button.btn.btn-copy {
        font-size: 12px;
        margin-left: 10px;
        padding: 0 8px;
    }
.copy-link-field.d-flex input {
    height: 35px;
    font-size: 12px;
}
.share-link {
    font-size: 12px;
}    
.change-email .change-email-btn button {
        width: 90% !important;
    }
    
#analytics-panel .embed-inner p {
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 0;
    color: #bbb !important;
    margin-bottom: 15px;
    
    
}
    
#feed-detail-wrapper .item.youtube-embed {
    padding: 0 0;
}    
div#edit-address-popup .add-post-inner {
    max-width: 550px;
    width: 550px;
    position: relative;
    width: 95%;
    padding: 20px 15px;
    border-radius: 13px;
}    
.profile-menu .jumpspree-more span.more {
    font-size: 20px;
    font-weight: 900;
}
.profile-menu #account-setting .jumpspree-more {
        flex: 1;
    }
.profile-menu #account-setting li.bluecube-icon {
        border-radius: 15px;
    }    
.profile-menu #account-setting .bluecube-icon .manage-btn {
        color: #fff;
        white-space: nowrap;
        margin-top: 9px;
    }    
.profile-menu div#account-setting ul {
        background: none !important;
    }    
.profile-menu div#account-setting ul li a {
        border-bottom: none !important;
    }    
.profile-menu div#account-setting span.arrow {
    opacity: 0 !important;
}    
.profile-menu #account-setting span.route_title {
    display: flex !important;
    align-items: center;
}    
.profile-menu {
    padding-bottom: 100px !important;
}    
.profile-menu div#account-setting ul {
        padding: 0px 0px !important;
            margin-top: -20px;
    }
.checkout-header {
    background: #171717;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    z-index: 99;
}
.checkout-header .close {
    color: #fff;
    position: absolute;
    top: 12px;
    right: 13px;
    display: block;
}    
.side-panel-cart .placeorder-btn {
    padding: 0 20px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.side-panel-cart .cart-item-wrapper {
    flex: 1;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}    
.checkout-header-wrapper {
    height: 50px;
}
.shipping-option .check {
    padding-top: 0;
}    
.exzoom_img_box {
    margin-bottom: 15px;
}    
.side-panel-cart {
    padding: 0 15px;
}    
#successfully-cancelled .save-draft {
    max-width: 400px;
    width: 92%;
}    
.shipping-option input[type="radio"]:checked:before {
    top: 3px;
}    
.checkout-side .clear-cart {
    display: block;
}    
#feedback-popup .add-post-inner {
    min-height: 100% !important;
}    
#feedback-popup .post-foot div {
    padding: 15px 0;
}    
.stats .stat p {
    font-size: 12px;
}
.stats .stat h5 {
    font-size: 12px !important;
}    
.stat {
    white-space: nowrap;
}    
 div#embed-link, div#add-alt-tag {
    border-radius: 10px 10px 0 0;
    padding: 15px;
}    
.followed-by {
    padding-left: 22px;
}    
.followed-by .d-flex {
    margin-left: 11px;
    margin-bottom: 0px;
}    
body.dark-mode .navigation li a.active {
    background: none !important;
}    
.checkout-page .right-sec .clear-cart {
    opacity: 0;
    margin: 0;
}    
main.checkout-page h1 {
    font-size: 25px;
}
main.checkout-page {
    padding-top: 15px;
}
.checkout-side .clear-cart {
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
}
.checkout-side h1 {
    margin: 0 !important;
}
.cart-and-checkout {
    padding-right: 0;
    margin-top: 15px;
}
.pro-box-wrapper {
    padding: 15px;
}
main.checkout-page {
    padding: 20px 10px;
}
.placeorder-btn p br {
    display: none;
}
.placeorder-btn p {
    font-size: 8px;
}    
.checkout-side .get-item {
    padding: 20px;
}    
div#comment-reply-wrapper h2 {
    padding: 0 15px;
}
div#feed-detail-wrapper-main div#comment-reply-wrapper .comment-inner-box {
    padding: 0 15px;
}    
.follow-inner .follow-btn {
    width: 90px;
}
.follow-inner .follow-btn a {
    padding: 3px 13px;
    font-size: 12px;
}    
.lb-closeContainer {
    right: 10px;
    top: 12px;
}    
    div#feed-top-sec {
        margin-top: 10px;
        padding: 0 15px;
    }
div#comment-reply-wrapper h2 {
    margin-bottom: 15px;
}
div#feed-detail-wrapper-main div#comment-reply-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}    
div#share-site-link {
    max-width: 100%;
}
div#embed-code {
    max-width: 100%;
}    
.navigation a.sidebar.target-link.active, body.dark-mode .navigation a.sidebar.target-link.active span.route_title, .navigation a.sidebar.target-link.active i {
/*    color: #8909ff !important;*/
    color: #ffffff !important;
        font-weight: 800;
}    
body.light-mode .user-profile {
    border-left: none;
    border-right: none;
}    
.profile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0f0f0f;
    padding: 0 15px;
    z-index: 9999999;
    border-radius: 10px 10px 0 0;
}
    
.profile-footer button.btn.btn-blue-bg-outline.btn-block {
    border: none;
}
    .btn-blue-bg.btn-block.deactivated {
        background: #424242 !important;
        color: #000;
    } 
.my-profile .form-wizard-seller-registration {
    padding: 0px 0;
    padding-bottom: 130px;
}    
.cover-image .del-btn {
    right: 25px;
}    
    
#posts-container .email-box p {
    white-space: normal;
    word-wrap: break-word;
/*
    word-break: break-all;
*/
}    
.all-users-mesage h5 {
    display: block;
    color: #fff;
}    
.all-users-mesage h5 {
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }
#mobile-messsage-box-wrapper .back-btn {
        left: 20px;
        top: 8px !important;
}
#mobile-messsage-box-wrapper .seller-inner.seller-mesage-outer .message-body {
        height: 100vh !important;
        padding-bottom: 70px;
        overflow-y: auto !important;
    }
#mobile-messsage-box-wrapper .seller-inner.seller-mesage-outer .message-body::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
#mobile-messsage-box-wrapper  .back-btn a:hover {
    color: #ffffff;
}  
#mobile-messsage-box-wrapper .curved-box{box-shadow: none}    
#mobile-messsage-box-wrapper{display: none;}
.post-area.message-wrapper > .row {
    width: 100%;
}
.post-area.message-wrapper {
    padding-right: 0;
    margin-right: 0;
    width: 100% !important;
    gap: 0 !important;
    height: 100vh !important;
    justify-content: center;
    align-items: flex-start;
}
div#mobile-messsage-box-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #171717;
    padding: 0;
    z-index: 9999999999999999;
}    
div#mobile-messsage-box-wrapper .curved-box .left-sec {
/*    border-bottom: 1px solid #343434;*/
}
div#mobile-messsage-box-wrapper .left-sec h2 {
    font-size: 14px !important;
    margin-top: 0;
}    
div#mobile-messsage-box-wrapper .chat-user-image {
    width: 35px;
    margin: 3px auto 8px;
}    
div#mobile-messsage-box-wrapper  .profile-drop-down ul {
    width: 150px;
    max-width: 150px;
}
div#mobile-messsage-box-wrapper div#comment-section .add-image ul li a {
    background: #3b3b3b !important;
}    
div#mobile-messsage-box-wrapper #comment-section .add-image {
    right: -14px;
    bottom: 24px;
    margin: 0;
}
div#mobile-messsage-box-wrapper div#comment-section .add-image ul li a i {
    font-size: 15px;
    margin-top: 1px;
}    
#gifResults img {
        width: 30.4%;
        height: 102px;
    }
div#add-alt-tag {
    bottom: -450px !important;
    display: block;
    transition: all 0.5s ease !important;
}
div#add-alt-tag.show-add-alt-tag {
    bottom: 0 !important;
}
div#add-alt-tag p{
        font-size: 12px !important;
        line-height: 16px !important;
        margin: 0;
        color: #bbb;
}
#add-alt-tag button.copy-embed {
   border: none;
    color: #fff;
    border-radius: 14px;
    padding: 8px 30px;
    position: static;
    right: 4px;
    top: inherit;
    transform: none;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 0;
    margin-left: 10px;
}
#add-alt-tag .embed-inner .d-flex {
    margin-top: 20px;
}    
#embed-link .input-embed {
    margin-top: 30px;
;
}    
#add-alt-tag .alt-header .close {
right: 30px;
top: 16px;
display: block;
}
#embed-code .close {
width: auto;
}

#embed-code .close a {
    color: #fff;
    font-size: 14px;
}    
#add-alt-tag .input-embed {
    margin: 15px 0;
}    
#embed-link .embed-header .back-btn {
    display: none;
}
div#embed-link h3 {
    text-align: left;
}    
div#draft-box .embed-header {
        top: 40px;
}
#social-popup div#draft-box {
        padding-top: 50px !important;
    }    
#embed-link .close {
    top: 23px;
}
div#embed-link .embed-header .back-btn {
    top: 18px;
}    
#embed-link .close {
        top: 15px;
        display: block;
}
div#embed-link button.copy-embed {
        position: static;
        transform: none;
        width: auto;
        margin-top: 10px;
        margin: 0;
        margin-left: 10px;
}
div#embed-link p {
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 0;
    color: #bbb;
}    
div#add-alt-tag {
        right: 0;
        top: auto;
    }    
div#social-popup .add-post-inner {
    max-width: 550px;
    width: 550px;
    position: relative;
    max-width: 100%;
}
div#social-popup {
    background: #161616 !important;
    padding: 0px 0 0;
}    
#add-alt-tag-preview .close {
    opacity: 0 !important;
}
div#add-alt-tag-preview p {
    color: #bbb;
    font-size: 12px;
    line-height: 15px;
}    
.discard-conformation {
    z-index: 9999999999999999999;
}    
.followed-by {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ffffff21;
    border-top: 1px solid #ffffff21;
    padding-top: 13px;
}
   
.followed-by p {
    margin-left: 6px;
}    
div#add-alt-tag-preview.preview-in{
        bottom: 0
}    
div#add-alt-tag-preview {
    right: 0;
    opacity: 0;
    border-radius: 10px 10px 0 0;
}   
div#share-site-link.share-in-open {
    bottom: 0;
    border-radius: 10px 10px 0 0;
}   
div#embed-code {
    right: 0;
    }
div#embed-code.embed-in {
    bottom: 0;
    border-radius: 10px 10px 0 0;
}    
#social-popup .post-area-inside {
    padding: 0 15px;
}
div#create-poll, #social-popup {
    z-index: 9999999999;
} 
#social-popup .add-image {
    width: auto;
}
#social-popup .add-image ul li a {
    width: 35px;
}    
div#create-poll .add-post-inner {
        height: 100%;
        padding: 0 15px;
}
div#create-poll .add-post-inner .header-post.social-add-header {
        justify-content: flex-start;
    }
#create-poll .post-foot.add-post-foot {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px 10px;
    border-top: 1px solid #383838 !important;
}    
div#social-popup {
    z-index: 9999999999;
}
div#social-popup .add-post-inner {
    height: 100%;
}
   
div#social-popup .post-area-inside {
    flex: none;
}    
div#social-popup .social-add-header {
    justify-content: flex-start;
}
div#social-popup .post-foot.add-post-foot.d-flex.justify-content-between {
    position: fixed;
    bottom: -1px;
    width: 100%;
    background: #161616;
}    
#social-popup .image-preview {
    max-width: 100%;
}
#social-popup .embed-link a, #social-popup .add-alt-text a {
    font-size: 12px !important;
}
#social-popup .embed-link img, .add-alt-text img {
    height: auto;
    width: 17px;
}
/*
div#embed-link {
    right: 0;
}
*/
div#embed-link {
    right: 0;
    top: auto !important;
    padding: 20px 20px !important;
    height: auto;
    bottom: -300px;
    position: absolute !important;
    transform:none;
    opacity: 1;
    display: block;
    transition: all 0.5s ease !important;
}
   
div#embed-link.show-embed-link {
    transform: none;
    bottom: 0;
    opacity: 1;
}  

    
div#add-alt-tag {
        border-radius: 0px 0px 0 0;
        padding: 20px;
    }
#add-alt-tag .back-btn {
    display: none;
}
#add-alt-tag .alt-header > .d-flex {
    justify-content: start;
}    
div#add-alt-tag {
    border-radius: 0px 0px 0 0;
    padding: 20px;
}    
div#embed-link.embed-in {
    bottom: 0;
}
div#add-alt-tag.embed-in {
    bottom: 0;
}
#embed-link .close a, #add-alt-tag .close a {
    font-size: 12px;
}
div#add-alt-tag {
    right: 0
}
#social-popup .image-preview-box, #repost-popup .image-preview-box {
        padding: 0 15px;
        margin-bottom: 50px;
}
#social-popup #imagePreviewBox .embed-and-alt.d-flex, #repost-popup #imagePreviewBox-repost .embed-and-alt.d-flex {
    padding-right: 25px !important;
}    
div#repost-popup {
    z-index: 9999999999;
}
div#repost-popup .post-area-inside {
    flex: none;
}
/*
div#repost-popup .add-post-foot {
    position: fixed;
    bottom: 0;
    width: 100%;
}
*/
div#repost-popup .add-post-foot {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #161616;
        z-index: 9999;
    }
body.light-mode div#repost-popup .add-post-foot {
        background: #f1f1f1;
    }

div#repost-popup form#repost-form {
    display: flex;
    flex-direction: column;
    height: 100%;
}    
.post-preview-wrapper {
    flex: 1;
}    
.post-preview-wrapper {
    max-height: inherit;
    overflow-y: inherit;
}    
div#previewGifs {
    display: block !important;
    position: relative;
    width: 100px;
    margin-left: 12px;
    margin-bottom: 10px;
}    
div#previewGifs span.close-x {
    top: -8px;
}    
.post-for-repost {
    max-height: none;
    overflow-y: inherit;
}    
div#repost-popup .social-add-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
}
 .post-area-inside textarea {
    height: auto;
}    
div#repost-popup .post-for-repost .header-add-post {
        padding-top: 10px;
        padding-bottom: 0;
    }
    
/*
    #repost-popup .add-post-inner {
        height: 100% !important;
        overflow-y: auto !important;
    }    
*/
   #repost-popup .header-add-post > div {
    margin-bottom: 0px !important;
}    
.post-repost-main {
    flex: 1;
}    
#repost-popup-product .mob-m-0{margin: 0}    
.drop-down-menu-share {
    top: 40px;
    right: 0;
}
li.repost-btn.share-post .drop-down-menu-share a span i {
    font-size: 16px;
}    
li.share-post.uplad {
    position: relative;
}    
li.repost-btn.share-post .drop-down-menu-share {
    left: 0;
    right: inherit;
    top: 40px;
}
li.repost-btn.share-post {
    position: relative;
}
.repost-btn .drop-down-menu-share ul {
    max-width: 205px;
    width: 205px;
}
.embed-inner.share-dialog-s .targets {
    flex-wrap: wrap;
}
.embed-inner.share-dialog-s .targets li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}    
#share-site-link .targets li {
    text-align: center;
    margin: 0 auto;
}
div#share-site-link {
    right: 0;
}
div#share-site-link {
    bottom: -295px;
    opacity: 0;
}    
div#share-site-link.share-in-open {
    opacity: 1;
}
#share-site-link h3 {
    font-size: 18px;
}
#repost-popup-product .post-area-inside {
    padding: 0 20px;
}
div#repost-popup-product {
        z-index: 9999999999;
        overflow-y: auto;
        background: #161616 !important;
    }
.post-foot.add-post-foot .send-post button {
    padding: 4px 25px;
    font-size: 14px;
}
#repost-popup-product .blog-main-image img {
    border-radius: 0 0 9px 9px;
}    
.drop-down-menu-share ul li a {
    font-size: 13px;
}    
#create-new-account-or-login .add-post-inner {
    height: auto;
    max-width: 95%;
    width: 95%;
}
div#create-new-account-or-login .add-post-inner h2 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
div#create-new-account-or-login {
    z-index: 9999999999;
}    
div#create-new-account-or-login .add-post-inner .footer-account a {
    font-weight: 600;
    padding: 15px 0;
    font-size: 15px;
}
div#create-new-account-or-login .add-post-inner img {
    width: 70px;
}
div#create-new-account-or-login > .add-post-inner {
    border-radius: 20px;
}    
#update-phoneno .add-post-inner {
    height: 100% !important;
}    
#repost-popup-product .add-post-inner {
    max-width: 500px;
    height: auto;
    width: 100%;
    margin-top: 0;
    /* height: 100vh; */
    bottom: 0;
    /* position: fixed; */
    overflow: auto;
    transform: none;
    top: 0;
    left: 0;
    position: static;
}
#repost-popup-product .header-add-post > div {
    margin-bottom: 0px !important;
}    
#repost-popup-product .post-for-repost {
        margin: 0 10px 80px;
    }
#repost-popup-product .post-for-repost {
    padding: 0 0;
}
#repost-popup-product .blog-main-image.mb-10 {
    margin-bottom: 0px !important;
}    
#repost-popup-product .post-foot.add-post-foot.d-flex.justify-content-between {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #171717;
}
#repost-popup-product .social-add-header {
    justify-content: flex-start;
}
#repost-popup-product .post-area-inside {
    flex: none;
    margin-bottom: 20px;
}    
#repost-popup-product .fnc.mt-0.justify-content-between.mb-9.align-items-start {
    padding: 10px 17px;
    margin-bottom: 0 !important;
}   
#repost-popup-product .email-box p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}    
#repost-popup-product .post-text {
    padding: 0 17px;
    
}
#repost-popup-product  .drop-down-blog {
    margin-right: 0;
}    
.cover-photo-wrapper {
        min-height: 190px;
        height: 190px;
    }
div#embed-code {
    bottom: -425px;
}    
.curved-box.fixed-heading h1 {
    font-size: 15px;
}    
.order-info .listing-action-btn p {
    font-size: 12px;
} 
.manage-listing-wrapper .listing-action-btn p {
    font-size: 12px !important;
}    
.order-details .listing-description h3 {
    font-size: 12px;
}    
.order-details .white-inner-box.mt-0 p {
    font-size: 12px;
}
.order-details .listing-gray-box.order-details-box ul li {
    font-size: 12px;
}
.order-details .payment-details.order-summary {
    padding-bottom: 50px;
}    
.why p {
    font-size: 10px;
}    
.link-your-bank-account ul p {
    padding-right: 0;
}
.link-your-bank-account ul li {
    padding-right: 15px;
}
.safe-and-secure {
    white-space: nowrap;
}
.safe-and-secure i {
    margin-right: 2px;
}
.post-area.linked-account-wrapper .powered {
    display: inline-block;
    white-space: nowrap;
}    
.link-your-bank-account {
    padding-top: 0px;
}    
.link-your-bank-account .prt-icon img {
    width: 40px;
}       
.add-listing-footer a {
    padding: 10px 18px;
}    
#step1-wrapper .col-12.col-lg-12.col-xs-12.col-sm-12.step-next-btn, #step2-wrapper .col-12.col-lg-12.col-xs-12.col-sm-12.step-footer, #step3-wrapper .step-footer {
    padding: 10px 20px 30px;
    position: fixed;
    bottom: 0;
}
.post-area.seller-page-wrapper div#step2-wrapper .step-wrapper .cancel a {
    right: 0px;
}
.post-area.seller-page-wrapper #step2-wrapper .cover-image.mb-5 {
    margin-bottom: 10px !important;
}    
.post-area.seller-page-wrapper #step2-wrapper .mb-2 {
    margin-bottom: 0 !important;
}    
.post-area.seller-page-wrapper div#step2-wrapper .step-wrapper .cancel {
    top: 0;
}    
    .seller-banner {
    padding: 0;
    border-radius: 0px 0 !important;
}
.seller-banner img {
    border-radius: 0px 0px 0 0;
}    
    #step1-wrapper.user-profile.my-profile .step-wrapper,  #step2-wrapper.user-profile.my-profile .step-wrapper,  #step3-wrapper.user-profile.my-profile .step-wrapper,  #step4-wrapper.user-profile.my-profile .step-wrapper,  #step5-wrapper.user-profile.my-profile .step-wrapper {
    position: fixed;
    top: 0;
    background: #171717;
    padding: 14px 25px;
    z-index: 9;
    margin-top: 0;
    width: 100%;
    padding: 23px 20px !important;
    padding-bottom: 5px !important;
}
#step1-wrapper.user-profile.my-profile .step-wrapper h1, #step2-wrapper.user-profile.my-profile .step-wrapper h1, #step3-wrapper.user-profile.my-profile .step-wrapper h1, #step4-wrapper.user-profile.my-profile .step-wrapper h1, #step5-wrapper.user-profile.my-profile .step-wrapper h1 {
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding-top: 30px;
}
#step1-wrapper.user-profile.my-profile .step-wrapper .step, #step2-wrapper.user-profile.my-profile .step-wrapper .step, #step3-wrapper.user-profile.my-profile .step-wrapper .step, #step4-wrapper.user-profile.my-profile .step-wrapper .step, #step5-wrapper.user-profile.my-profile .step-wrapper .step {
    top: 7px;
}
div#step1-wrapper.user-profile.my-profile, div#step2-wrapper.user-profile.my-profile, div#step3-wrapper.user-profile.my-profile, div#step4-wrapper.user-profile.my-profile, div#step5-wrapper.user-profile.my-profile {
    padding-top: 50px;
}    
#step1-wrapper.user-profile.my-profile .step-wrapper .cancel, #step2-wrapper.user-profile.my-profile .step-wrapper .cancel, #step3-wrapper.user-profile.my-profile .step-wrapper .cancel, #step4-wrapper.user-profile.my-profile .step-wrapper .cancel, #step5-wrapper.user-profile.my-profile .step-wrapper .cancel {
        display: block;
        position: absolute;
        top: 12px;
        right: 20px;
    }    
#step2-wrapper.user-profile.my-profile .step-wrapper a {
    position: absolute;
    top: 14px;
}    
.user-profile.my-profile {
    border-right: none;
    border-left: none;
}    
div#add-listing1.order-info {
    padding: 0 !important;
    margin: 0;
}    
.curved-box.fixed-heading .back-btn {
    left: 24px;
    top: 6px;
}
.curved-box.fixed-heading .add-listing-plus {
    right: 24px;
    top: 8px;
}
    #step4-wrapper .add-credit-card h3:after {
        top: 50%;
        /* transform: rotate(90deg); */
        transform: translateY(-50%);
    }
    #step4-wrapper .add-credit-card h3 {
    font-size: 13px;
}
.payment-method-section .powered {
    padding: 3px 7px;
    font-size: 9px;
    white-space: nowrap;
}
body.dark-mode {
    background: #171717 !important;
}    
.seller-inner.seller-mesage-outer .message-body {
    /* margin-top: 55px; */
    padding-top: 50px;
}    
.curved-box:before {
    width: 100%;
    background: #171717;
    left: 0;
    right: 0;
    height: 28px;
    top: -28px;
}
.seller-inner.payment-method-section div#step4-wrapper {
    margin-top: 0;
}    
.create-variants {
    padding-top: 0;
}
.seller-inner {
        margin-top: 5px !important;
    }    
.search-listing-main {
    padding-top: 0px !important;
}
    
    .seller-inner{border:none !important}    
.curved-box, .add-listing{border: none !important;}
.product-image-section .parent .upload-article-image .upload {
    width: 120px !important;
    height: 120px !important;
}    
.add-listing#step1-wrapper {
    padding: 17px 0 57px;
}    
.add-listing-footer.step-1-footer {
    position: fixed;
}    
.curved-box{
    display: none;
    }    
    #discounted-price{margin-bottom: 130px}
.steps-done ul li span.text {
    font-size: 10px;
}
.add-highlight a i {
    font-size: 20px;
}
/* 02-06*/    
.curved-box.add-listing-steps-wrapper .back {
    top: 10px;
}
/* 02-06*/    
.add-listing#step1-wrapper, .add-listing#step2-wrapper, .add-listing#step3-wrapper {
    padding: 0px 20px 0 !important;
}
div#return-address-box {
    padding-bottom: 30px;
}
.add-listing-footer a {
    padding: 6px 18px;
}    
#step3-wrapper .add-listing-body {
    padding: 30px 7px;
}    
    .email-verification.after-login{border: none}    
.seller-inner.seller-mesage-outer .profile-drop-down {
    top: 15px;
    right: 12px;
}
.seller-inner.seller-mesage-outer .profile-drop-down a {
    background: none;
}
    
.seller-inner.seller-mesage-outer .message-body {
    height: 100% !important;
    padding-bottom: 70px;
}    
.message-comment-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px 10px;
    background: #191919;
    z-index: 9999999999;
}    
#promotion-list-01 .promotion-list .price-wrapper .price {
    font-size: 18px !important;
    padding-left: 8px !important;
}
.promotion-list .promotion-runs {
    font-size: 12px;
}
.promotion-list .promotion-runs .dark {
    font-size: 14px;
}
#promotion-list-02 .pro-sec .probox label div:first-child {
    margin-right: 10px;
    margin-top: 3px;
}
#promotion-list-02 .variant-scroll {
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
    padding-bottom: 130px !important;
}
#promotion-list-03 .variant-scroll {
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
    padding-bottom: 130px !important;
}
div#add-listing1.manage-order .listing-gray-box {
    height: auto !important;
    min-height: auto !important;
}  
    
.seller-inner .add-listing-heading {
    background: #191919;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    z-index: 9;
}
.mob-header-fixed {
    height: 30px;
}    
.seller-inner .back-btn{display: block;}
.seller-inner .add-listing-heading h2 {
    margin: 0;
    font-size: 15px;
    color: #fff;
}    
.seller-inner .back-btn i {
    color: #fff;
}    
#add-listing1 .fog-list-wrapper .figure {
    max-width: 50px;
    width: 50px;
}
 .listing-description h3 {
        padding-right: 6px;
        line-height: 18px;
    }
#add-listing1 .listing-gray-box .del {
    margin-left: 0;
}    
.seller-inner {
    padding: 0 20px;
}
.variant-scroll {
    height: auto;
}
.save-variant {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 15px 20px;
        background: #0f0f0f;
        margin: 0;
        z-index: 9999999999;
    }
.save-variant-inner {
    margin: 0 auto;
    background: #171717;
    padding: 0px 0px 0;
}    
.add-variant {
    margin-top: 20px;
    margin-bottom: 90px;
}
    
.seller-inner {
    margin-top: 20px;
}
.create-variants h2 {
        color: #bbb;
        font-size: 18px;
        margin: 0;
        font-weight: 700;
    }
.create-variants p {
        font-size: 10px;
        line-height: 17px;
        margin-top: 6px;
        font-weight: 500;
        color: #bbb;
    }
.create-variants a {
    color: #d81a1e;
    font-size: 9px;
    margin-right: 7px;
    font-weight: 600;
}    
.seller-inner .cancel a {
    color: #8909ff;
    font-size: 13px;
} 
    
#write-article-popup .save-article {
    position: absolute;
    right: 20px;
    /* font-size: 12px; */
}    
#write-article-popup  .save-article a {
    font-size: 14px !important;
    opacity: 1;
    color: #8909ff !important;
}    
#write-article-popup .add-post-inner {
    padding: 20px;
}
#write-article-popup .add-post-foot {
    border-top: none;
}
#write-article-popup .add-post-foot {
    border-top: none;
    padding-bottom: 0;
}    
#write-article-popup .send-post {
    display: none;
}    
#write-article-popup .add-image {
    width: 100%;
    height: auto;
    line-height: 40px;
    border: 1px solid #26c;
    text-align: center;
    border-radius: 5px;
    margin-right: 0;
    color: #26c;
}
#write-article-popup    .annoucement h2 {
        line-height: 26px;
        font-size: 14px;
    }    
#write-article-popup .drop-down-blog {
    display: none;
}    
#write-article-popup .back-post {
    position: absolute;
    top: 23px;
}    
#write-article-popup  .post-area-inside {
    padding: 20px 0;
}    
#step1-wrapper .profile-box {
    height: auto;
    overflow: auto;
}
#step2-wrapper .profile-box, #step3-wrapper .profile-box {
    height: auto;
    overflow: auto;
}    
#step4-wrapper .col-12.col-lg-12.col-xs-12.col-sm-12.mb-2.step-footer, #step5-wrapper .col-12.col-lg-12.col-xs-12.col-sm-12.mb-2.step-footer {
    padding-bottom: 20px;
}
#step1-wrapper .mob-p4 {
    margin-bottom: 40px;
}    
#step1-wrapper.user-profile.my-profile .mob-p4, #step2-wrapper.user-profile.my-profile .mob-p4, #step3-wrapper.user-profile.my-profile .mob-p4, #step4-wrapper.user-profile.my-profile .mob-p4, #step5-wrapper.user-profile.my-profile .mob-p4 {
    padding: 20px 20px;  
}      
#step1-wrapper.user-profile.my-profile .step-wrapper, #step2-wrapper.user-profile.my-profile .step-wrapper, #step3-wrapper.user-profile.my-profile .step-wrapper, #step4-wrapper.user-profile.my-profile .step-wrapper, #step5-wrapper.user-profile.my-profile .step-wrapper {
    padding: 0 20px;
} 
  #step4-wrapper .step-footer, #step5-wrapper .step-footer{  
    position: fixed;
    left: 0;
    padding: 0 20px;
    bottom: 0;
    background: #191919;
     z-index: 9999999999;
    }     
  #step4-wrapper   .profile-box .form-button.text-center,  #step5-wrapper   .profile-box .form-button.text-center {
        padding-top: 0 !important;
        margin-bottom: 0;
    }    
   #report-brand .add-post-foot,  #report-product .add-post-foot {
    border-top: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
} 
body.light-mode #report-brand .add-post-foot{
    background: #fff;
}
    
#step1-wrapper .col-12.col-lg-12.col-xs-12.col-sm-12.step-next-btn,  #step2-wrapper .step-footer, #step3-wrapper .step-footer  {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    background: #191919;
    z-index: 9999999999;
    padding: 20px 20px;
    margin-bottom: 0 !important
}    
    #step1-wrapper .col-12.col-lg-12.col-xs-12.col-sm-12.step-next-btn .form-button,  #step3-wrapper .step-footer .form-button {margin-bottom: 0}
     
    #step2-wrapper    .profile-box .form-button.text-center {
        padding-top: 0 !important;
        margin-bottom: 0 !important;
    }

.tips-box {
    height: 270px;
}    
.seller-banner .back-arrow {
    position: absolute;
    top: 15px;
    font-size: 16px;
    display: block;
}
    
.seller-text img {
    width: 40px;
        margin-bottom: 10px;
        margin-top: 60px;
}
    
.seller-footer {
    position: fixed !important;
    bottom: 0 !important;
}    
    
.seller-banner h1 {
    font-weight: 700;
    font-size: 29px;
    line-height: 34px;
}
    
div#report-brand-success .add-post-inner {
    height: 100%;
    padding: 0 20px;
    align-items: center;
    display: flex;
}
#report-brand-success .add-post-foot {
        padding: 0;
    }    
#report-brand-success  h2 {
        font-size: 22px;
    }    
div#report-brand .add-post-inner, div#report-product .add-post-inner {
    height: 100% !important;
}
.report-scroll-inner {
    height: calc(100vh - 222px) !important;
    overflow: auto;
}    
.report-reason .custom-radio {
    top: 7px;
}    
.report-heading {
    padding: 15px 15px 0;
    margin-top: 0px;
}    
.report-reason {
    padding: 22px 0;
    color: #fff;
}
.report-scroll {
    overflow: auto;
    height: calc(100vh - 160px);
    padding: 0 20px;
}    
#brand-verification .add-post-inner {
    height: 100vh;
    padding: 0 20px;
}
#brand-verification .header-add-post {
    padding: 16px 0;
}
    width: 100px;
    height: 100px;
    border-radius: 11px;
    flex-shrink: 0;
    margin-right: 0;
    width: 100%;
}    
    #update-emailid .add-post-inner, #update-phoneno .add-post-inner, #update-password .add-post-inner{
    height: 100%;
    padding: 20px;
    }    
div#search-popup .add-post-inner {
    padding: 20px 20px;
}
#search-popup .header-post.social-add-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px !important;
}
#search-popup .header-post.social-add-header h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 25px;
}
#search-popup .header-post.social-add-header a {
    font-size: 12px !important;
}
#search-popup .header-post.social-add-header {
    align-items: center;
    height: auto;
    margin-bottom: 0;
}
.search-box input {
    background: #252525;
    width: 100%;
    font-size: 12px;
    padding: 12px 9px;
    border-radius: 10px;
    padding-left: 34px;
    color: #fff;
}
.search-box form {
    position: relative;
}
.search-box form i {
    position: absolute;
    color: #ccc;
    top: 14px;
    left: 10px;
}    
.social-heder {
    padding-right: 7px;
}

.social-heder ul li a {
    color: #fff;
    font-size: 18px;
}
body.light-mode .social-heder ul li a {
    color: #000;
}
.social-heder ul {
        display: flex;
        gap: 25px;
        margin: 0;
}   
.social-heder{display: block !important;}    
#sendmessage-popup .add-post-inner {
    max-width: 100%;
    height: 100%;
}    
.report-note p img {
    width: 13px;
}    
div#report-brand .add-post-inner, div#report-product .add-post-inner {
    height: 90%;
}
.report-scroll-inner {
    height: calc(100vh - 290px);
    overflow: auto;
}
.report-scroll {
    height: auto;
    overflow: auto;
}
#report-brand .back-arrow {
    top: 10px;
    left: 26px;
}
#report-brand .header-report-brand h3 {
    margin: 20px 0;
}
#report-brand .back-arrow {
    top: 20px;
    left: 26px;
}    
#feedback-popup .Feedback-sec ul li p {
    font-size: 10px;
}
    
#feedback-popup .add-post-inner {
    height: auto;
    padding: 15px 20px;
    min-height: 460px;
}
#feedback-popup .add-post-inner {
    max-width: 600px;
}    
#feedback-popup .back-arrow {
    right: 20px;
    left: inherit;
    top: 14px;
}    
#feedback-popup .post-foot {
    position: absolute;
    right: 0;
}    
.user-brand .email-verification.after-login {
    padding-bottom: 18px !important;
}    
.date.ogl ul li {
    margin-right: 15px !important;
}    
.stats .stat p {
    font-size: 14px;
}    
.stats .stat h5 {
    font-weight: 500;
    font-size: 20px;
}
 .stats {
    padding: 10px 35px;
}    
.post-area .user-profile .share-profile {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }    
    .post-area .user-profile .share-profile a{margin-top: 0;}
.post-area .user-profile .share-profile a:hover {
    background: #252525;
    color: #fff;
/*    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);*/
}
.post-area .user-profile .profile-detail {
        padding: 5px 20px 10px;
    }    
    
    .nav-link {
        font-size: 1.4rem
    }

    .tab-nav-boxed .nav-link {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (max-width:479px) {
    .tab-nav-round .nav-link {
        margin-bottom: 0.5rem
    }
}

.nav-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #666
}

.nav-filters li:not(:last-child) {
    margin-right: 1.8rem
}

.nav-filter {
    display: inline-block;
    position: relative;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    line-height: 1;
    transition: color 0.3s
}

.nav-filter.active {
    color: #26c
}

.filter-underline .nav-filter {
    border-bottom: 1px solid transparent;
    transition: color 0.3s, border-color 0.3s
}

.filter-underline .nav-filter.active {
    border-color: #26c
}

.tooltiptext {
    font-family: 'Inter', sans-serif;
    position: absolute;
    padding: 1rem 0.7rem;
    bottom: 150%;
    left: 48%;
    background-color: #333;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    z-index: 1;
    transition: opacity 0.3s
}

.tooltip-bottom:after,
.tooltip-top:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid
}

.tooltip-top:after {
    top: 96%;
    border-color: #333 transparent transparent transparent
}

.tooltip-bottom:after {
    top: -37%;
    border-color: transparent transparent #333 transparent
}

.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 2.6rem;
    text-transform: none;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.0125em;
    color: #222
}

.title.title-center {
    justify-content: center
}

.title.title-descri {
    font-size: 3rem
}

.title-line:after {
    flex: 1;
    margin-left: 3rem;
    content: "";
    height: 2px;
    background-color: #e1e1e1
}

.title-line.title-underline:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.title-right-line:before {
    flex: 1;
    margin-right: 3rem;
    content: "";
    height: 2px;
    background-color: #e1e1e1
}

@media (max-width:479px) {
    .title-line:before {
        margin-right: 1.5rem
    }

    .title-line:after {
        margin-left: 1.5rem
    }
}

.title-underline {
    display: block;
    text-align: left
}

.title-underline:after {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.title-underline span {
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 2.28
}

.title-underline span:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: #26c
}

.title-wrapper .title {
    margin-bottom: 0.5rem
}

.title-wrapper p {
    margin-bottom: 2.3rem;
    font-size: 1.4rem;
    line-height: 1.71;
    color: #999
}

.title-simple {
    display: block
}

.title-simple:after,
.title-simple:before {
    content: none
}

.title-sm {
    font-size: 2rem
}

.title-icon {
    flex-direction: column
}

.title-icon > i {
    margin-top: 1rem;
    font-size: 1.8rem;
    color: #26c
}

.title-icon:after,
.title-icon:before {
    content: none
}

.title-white {
    color: #fff
}

.title-white:after,
.title-white:before {
    background-color: #fff;
    opacity: 0.1
}

.title-white > .title {
    color: #fff
}

.title-white > .title:after,
.title-white > .title:before {
    background-color: #fff;
    opacity: 0.1
}

.title-white > p {
    color: #fff;
    opacity: 0.5
}

.title-link {
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #e1e1e1
}

.title-link:after,
.title-link:before {
    content: none
}

.title-link a {
    color: #444;
    font-size: 1.2rem
}

.title-link a:hover {
    color: #26c
}

.title-link i {
    font-size: 1rem
}

.with-link {
    display: flex;
    justify-content: space-between;
    line-height: 1
}

.with-link:after {
    background-color: #e1e1e1
}

.with-link a {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    font-weight: 700;
    font-size: 13px;
    line-height: 2.05em;
    text-transform: uppercase;
    letter-spacing: -0.325px;
    color: #222;
    transition: color 0.3s
}

.with-link a:hover {
    color: #26c
}

.with-link i {
    margin-left: 0.9rem;
    font-size: 1.9rem;
    line-height: 0
}

.title-echo {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 7px;
    color: #f3f3f3;
    font-size: 8.89rem;
    letter-spacing: -0.2px
}

.title-echo span {
    position: absolute;
    font-size: 3.74rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #222
}
#addPostTextarea{
    color: #d4d4d4;
}
#addPostTextarea .highlight {
    color: #444eff !important;
    font-weight: 600 !important;
    background: #444eff2b !important;
    font-weight: 400 !important;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 14px;
}
#addPostTextarea .highlight-mention {
    color: #444eff !important;
    font-weight: 600 !important;
    background: #444eff2b !important;
    font-weight: 400 !important;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 14px;
}
#hashTags-popup {
    display: none;
    left: 0;
    bottom: 50px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.mention-link {
    cursor: pointer !important;
    color: #444eff !important;
    font-weight: 600 !important;
    background: #444eff1f !important;
    font-weight: 400 !important;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 14px;
    
}
.hashtag-link {
    background: #444eff1f !important;
    font-weight: 400 !important;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none !important;
    cursor: pointer !important;
    margin-bottom: 10px !important;
    display: inline-block;
}
#hashTags-popup {
    background: none;
/*    border: 1px solid #3241585c !important;*/
    border-radius: 12px !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.add-post-inside .fig {
    width: 35px;
    height: 35px;
}
.add-post-inside .fig img{height: 100%; object-fit: cover;}
#repost-popup .post-data .blog-main-image {
    margin-bottom: 0 !important;
    padding: 0 10px 15px;
}
#repost-popup .post-for-repost {
        overflow: hidden;
}
.swiper-wrapper.tw-images .swiper-slide {
    width: 49%;
    margin: 0 !important;
}
.swiper-wrapper.tw-images {
    gap: 10px;
}
.swiper-wrapper.tw-images a{
    width: 100%;
}
.swiper.mySwiper .swiper-wrapper.tw-images .swiper-slide img {
    max-height: 310px !important;
    min-width: 100% !important;
    object-fit: cover !important;
    height: 310px;
    width: auto;
    /* aspect-ratio: 1 / 1; */
}
.add-sign {
    width: 33px;
}
.add-chanel {
    margin-bottom: 20px;
}
.add-chanel {
    display: flex
;
    align-items: center;
    color: #fff;
    gap: 10px;
}
.add-chanel .add-text {
    color: #888b8e;
}
.add-chanel .new-label {
    color: #00ffb5;
    border: 1px solid #2a2828;
    padding: 3px 10px;
    border-radius: 25px;
    font-size: 12px;
}
.add-chanel .add-text a {
    color: #888b8e !important;
    font-weight: 600;
    font-size: 14px !important;
}
.add-chanel-popup {
    position: absolute;
    z-index: 99;
    background: #161616;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    border-radius: 20px;
}

.add-chanel-popup h3 {
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.add-chanel-popup p {
    color: #fff;
}
.add-chanel-popup p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}
.chanel-row.chanel-time span.chanel-icon {
    width: 40px;
    max-width: 40px;
    flex-shrink: 0;
}
div#connected-channels .chanel-row.flex-deirection-column
 {
    flex-direction: column;
    width: 100%;
    align-items: baseline;
}
#connected-channels .follow {
    border: none;
}
#connected-channels .btn-stm{padding-left: 42px}
.chanel-row.chanel-time .chanel-in {
    align-items: start;
}
.chanel-row.chanel-time span {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
}
button.upgrade-to-jumpspree-more {
    border-radius: 45px;
    padding: 2px 13px;
    margin-right: 15px;
    font-size: 13px;
}
.chanel-row.chanel-time.flex-direction-column {
    flex-direction: column;
}
.chanel-row.chanel-time.flex-direction-column {
    flex-direction: column;
    padding: 20px 20px;
}
button.maybe-later {
    width: auto;
}
.maylater {
    display: flex;
    width: 100%;
    padding: 0 54px;
    box-sizing: border-box;
    margin-top: 14px;
}
button.upgrade-to-jumpspree-more {
    border-radius: 45px;
    padding: 2px 13px;
    margin-right: 15px;
}
.chanel-row.chanel-time button.maybe-later {
    width: auto;
    background: none;
    border: none;
    color: #fff;
    font-size: 13px;
}
.maylater {
    display: flex;
    width: 100%;
} 
.chanel-icon img{width: 30px; display: inline-block}
.chanel-row {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #222121;
    border: 1px solid #272727;
    padding: 7px 20px 7px 11px;
    border-radius: 15px;
}
.channel-list > .chanel-row:last-child {
    margin-bottom: 0;
}

.channel-list > .chanel-row {
    margin-bottom: 10px;
}
.chanel-row .chanel-in
Specificity: (0,2,0)
 {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
}


.chanel-row .chanel-in {
    display: flex;
    gap: 10px;
    align-items: center;
}
.chanel-row .add-canel-plus {
    font-size: 25px;
    font-weight: 300;
}
.report-foot button.send.btnisenable {
    background: #fff;
    color: #000;
}
#connected-channels .d-flex.btn-stm button {
    background: #171717;
    border: 1px solid #252525;
    color: #fff;
    padding: 10px;
    border-radius: 24px;
    font-size: 14px;
    padding: 8px 20px;
    margin-right: 6px;
    font-size: 12px;
}
#disconnet-account .d-flex.align-items-center.flex-direction-column{flex-direction: column}
#disconnet-account .logo-pop {
    width: 50px;
    margin: 20px 0 0;
}

#disconnet-account p {
    color: #fff;
    padding: 0 30px;
}

#disconnet-account .save-draft h3 {
    font-size: 16px;
    font-weight: 800;
}


#connected-channels .follow {
    border: none;
    margin-left: 30px;
    margin-top: 10px;
}
#disconnet-account  .save-draft {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #171717;
    padding: 15px;
    border-radius: 25px;
    padding: 0;
    max-width: 400px;
    width: 400px;
    text-align: center;
    border: 1px solid #3241585c;
}
#connected-channels .d-flex.btn-stm button.disconnect {
    color: #ff0000 !important;
    font-weight: 600;
}
#feed-detail-wrapper .date.ogl a {
    text-decoration: none;
}
#feed-detail-wrapper .view-post.save-bookmark a {
    pointer-events: auto !important;
}
#feed-detail-wrapper .repost-btn.share-post + .repost-post a {
    pointer-events: none;
}

@media (max-width:767px) {
    .ss.hide-on-desktop {
        display: block;
        position: fixed !important;
        bottom: -194px !important;
        padding: 0 !important;
        transform: none;
        transform-origin: bottom;
        /* height: 494px; */
        /* overflow: hidden; */
        /* object-fit: cover; */
        width: 100%;
    }
.ss.hide-on-desktop img {
    object-fit: cover;
    height: calc(100vh - 120px);
    width: 100%;
        object-position: top;
}    
    #download-app-popup #download-app-popup-inner p {
        margin-bottom: 30px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        padding: 0 10px;
    }
.post-area.hashtagopen .curved-box.fixed-heading h1 {
    background: #000000;
}    
    .hashtag-link {margin-bottom: 0 !important;}    
.date.ogl ul li {
    margin-right: 10px !important;
} 
.repost-btn.share-post span.c-img i {
    font-size: 15px !important;
    font-weight: 300 !important;
}    
html, body {
    background: #000;
}    
    .side-menu-hidden-inner{display: none;}    
body.dark-mode .create-poll-option .option input {
    font-size: 12px;
}    
.more-variants-wrapper {
    padding: 0 15px;
}    
#report-brand .add-post-inner {
    background: #000000;
}    
div#feed-detail-wrapper-main div#comment-reply-wrapper {
    border-top: 1px solid #3241585c;
}
#report-brand .report-reason textarea {
    background: #161616;
    color: #ccc;
    border: 1px solid #32415854;
    border-radius: 10px;
    background: none;
    font-size: 12px;
    padding: 10px 10px;
    resize: none;
    min-height: 85px;
}    
#report-brand .report-reason .count {
    text-align: right;
    font-size: 12px;
    color: #b8b8b8;
}    
.swiper.mySwiper .swiper-wrapper.tw-images .swiper-slide img {
    max-height: 250px !important;
    height: 250px;
}    
#repost-popup .post-setting-box {
        position: static;
    }
div#ios-app .email-verification.after-login, div#android-app .email-verification.after-login {
    width: 90%;
    max-width: 90%;
}
div#ios-app .email-box, div#android-app .email-box {
    border-bottom: none !important;
}    
.scanner {
    width: 170px;
    margin: 0px auto 15px;
    max-width: 170px;
}    
    .title-echo {
        font-size: 3.2em
    }
}

.widget-title {
    margin-bottom: 2rem;
    padding: 1.1rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: -0.025em
}

.widget-products .widget-title {
    padding: 2.8rem 0.3rem 1.6rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.03em
}
.sticky-header.fixed {
    padding: 20px 0;
}
.header {
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.025em;
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 999;
    border-bottom: none;
    top: 0;
    /* padding: 15px 0; */
    padding: 0;
    /* height: 95px */
    height: auto;
}
.cart-price-selection {
    margin-left: 82px;
    padding-right: 370px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.cart-price-selection .delivery-option h4 {
    margin-top: 20px;
}
ul.delivery-option label {
/*    white-space: nowrap;*/
}
.delivery-option ul.delivery-option li {
    margin-bottom: 20px;
}
.delivery-option ~ .shippingdiv {
    padding-right: 0 !important;
}
ul.delivery-option li {
    margin-bottom: 20px;
}
.delivery-option b{font-weight: 500;}
.underconstruction{display: none;}
#product-post{height: 100vh}
#product-post > .post-area {
    padding-top: 90px;
/*    height: 100%;*/
}
.sticky-content {
    top: 9px !important;
}
.sticky-content.fixed.fix-top {
     top: 0px !important;}
/*
img#drop1 {
    border: 1px solid #c5daf7;
    border-radius: 6px;
}
*/
.header .container,
.header .container-fluid,
.header .inner-wrap {
    display: flex;
    align-items: center
}
.store-logo {
    margin-right: 15px;
    width: 100px;
    height: 100px;
    border: 1px solid #c8d9fd;
    border-radius: 5px;
}
.store-logo img {
    border-radius: 0;
    height: 100%;
    object-fit: cover;
}
a.add-store:hover {
/*    background: #4070ff15;*/
}
span.dollar {
    position: absolute;
    left: 17px;
    top: 27px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #000;
    font-weight: 400;
}
.chheckout-tabbing .tab_header {
    border: 2px solid #4070ff;
    border-radius: 50px;
}

input#sellingprice, input#discountedprice {
    padding-left: 35px;
}
.manage-store .store-name {
    font-size: 16px !important;
    font-weight: 600;
    color: #000;
}

.header .inner-wrap {
    width: 100%
}
.no-orders img {
    width: 100px;
}
.no-orders {
    text-align: left;
    margin-top: 50px;
    max-width: inherit;
    margin: 40px 0 20px;
    padding-left: 0px;
}

.header-transparent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    background: transparent
}

.header-transparent .fixed {
    background: #222
}

.header-bottom,
.header-middle,
.header-top {
    display: flex
}

.header-border {
    border-bottom: 1px solid #e1e1e1
}

.has-center .header-left,
.has-center .header-right {
    flex: 1
}

.has-center .header-right {
    justify-content: flex-end
}

.has-center .header-center {
    margin-left: 2rem;
    margin-right: 2rem
}

.header-left {
    flex: 1
}

.header-center,
.header-left,
.header-right {
    display: flex;
    align-items: center
}

.header-right {
    margin-left: auto
}

.header-right a {
    display: flex;
    align-items: center
}

.header-top {
    border-bottom: 1px solid #e1e1e1;
    font-size: 1.2rem;
    letter-spacing: -0.025em
}

.header-top .header-right > * {
    margin-left: 2.3rem
}

.header-top .header-right > :first-child {
    margin-left: 0
}

.header-top .divider {
    margin: 0 -0.3rem 0 2rem
}

.header-top .contact {
    margin-right: 0.2rem;
    line-height: 1
}

.header-top .contact i {
    margin-right: 0.7rem;
    font-size: 1.7rem
}

.header-top .help {
    line-height: 1
}

.header-top .help i {
    margin-right: 0.7rem;
    font-size: 1.7rem
}

.header-top .login-link,
.header-top .login-toggle,
.header-top .register-link,
.header-top .register-toggle {
    cursor: pointer
}

.header-top .login-link i,
.header-top .login-toggle i,
.header-top .register-link i,
.header-top .register-toggle i {
    margin-right: 0.9rem;
    font-size: 1.5rem
}

.header-top .delimiter {
    margin: 0 0.5rem;
    color: #aaa
}

.header-top .wishlist {
    margin-right: 2rem
}

.header-top .wishlist i {
    margin-right: 0.6rem;
    font-size: 1.7rem
}

.currency-dropdown a,
.language-dropdown a {
    white-space: nowrap
}

.header-middle {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #222;
    background-color: #ffffff96;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    font-size: 1.2rem;
    font-weight: 700
}

.promote h4 {
    margin-bottom: 4px;
    font-size: 20px;
    margin-top: 13px;
    font-weight: 600;
}

.header-middle .login-link {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    padding-bottom: 0.2rem
}

.header-middle .login-link span {
    cursor: pointer
}

.header-middle .login-link i {
    font-size: 2.3rem
}

.header-middle .login-link:hover {
    color: #26c
}

.header-middle .logo {
    margin-right: 18px;
    margin-bottom: 0.1rem;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}

.header-middle .compare {
    margin-right: 3.5rem
}

.header-middle .compare i {
    font-size: 3.2rem;
    margin-bottom: 0.1rem
}

.header-middle .main-nav {
    margin-right: 1.5rem
}

.header-middle .header-right .cart-dropdown > a:after {
    content: none
}

.header-middle .icon-box {
    margin-right: 15px;
    padding-bottom: 0.1rem;
    transition: none;
    color: #324158;
}

.header-middle .icon-box:hover .icon-box-icon,
.header-middle .icon-box:hover .icon-box-title,
.header-middle .icon-box:hover p {
    color: inherit
}

.header-middle .icon-box-icon,
.header-middle .icon-box-title,
.header-middle p {
    transition: color 0.3s
}

.header-middle .icon-box-icon {
    margin-bottom: 0;
    padding: 0;
    font-size: 3rem
}

.header-middle .icon-box-title {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    letter-spacing: -0.027em;
    /* color: #4070ff; */
    color: #000;
    margin: 0;
}
a.icon-box.icon-box-side.blue-outline {
    /* border: 3px solid #4070ff; */
    padding: 10px 20px;
    border-radius: 205px;
}
a.icon-box.icon-box-side.blue-outline:hover{
    color: #4070ff;
}
.dropdown.cart-dropdown.type2 img {
    height: 40px;
/*    filter: invert(1);*/
}
.header-middle p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.0428em;
    line-height: 1
}

a.icon-box.icon-box-side.create-account {
    border: 2px solid #fff;
    padding: 7px 10px;
    border-radius: 35px;
}
.text-blue{color: #4070ff !important}
.banner .banner-content {
    position: relative;
    text-align: left;
    padding: 20px 40px;
    margin-bottom: 60px;
}
.banner-background .banner-title {
    margin-bottom: 45px;
    font-size: 5em;
    letter-spacing: -0.025em;
}
.banner .banner-content {
    position: relative;
    text-align: left;
    padding: 20px 0;
    margin-bottom: 60px;
    width: 420px;
    margin: 0 auto 80px;
}
h3.banner-title.font-weight-bold.text-blue {
    margin-bottom: 40px;
}
.banner-content img {
    width: 200px;
}
.banner-background .banner-subtitle {
    margin-bottom: 1.6rem;
    font-family: 'Inter', sans-serif;
    font-size: 3em;
    line-height: 1.6;
    font-weight: 400;
}
.logo {
    max-width: 110px
}

.logo img {
    display: block
}

.header-bottom {
    padding-bottom: 1.5rem;
    color: #222;
    background: transparent;
    font-size: 1.4rem;
    font-weight: 700;
    display: none;
}
/*
.sticky-content-wrapper.show-header + div {
    display: block !important;
    margin-top: 110px;
}
*/
.menu > li > a {
    position: relative;
    padding: 1.3rem 0;
    font-weight: 700;
    letter-spacing: inherit;
    line-height: 1;
    text-transform: capitalize;
    background: #ffffffbd;
    padding: 13px 17px;
    border-radius: 75px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 14px;
}
.header-left {
    flex: 1;
    justify-content: space-between;
}
.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*
.sticky-content-wrapper.show-header + div {
    display: block !important;
    margin-top: 214px;
}
*/
.sticky-content-wrapper.show-header{height: auto !important}
.menu > li > a {
    position: relative;
    padding: 1.3rem 18px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0;
}
.main-nav {
    margin: 0 0 0 0.3rem;
    width: 100%;
}
.header-left {
    flex: none;
    justify-content: flex-start;
    width: auto;
}
a.icon-box.icon-box-side.create-account h4 {
    margin: 0;
}
.header-middle.sticky-header.fix-top.sticky-content.fixed a.logo {
    color: #28aae6;
}

.header-bottom .header-right {
    margin-right: 0.3rem
}

.header-bottom .header-right i {
    margin-right: 1rem;
    font-size: 2.4rem;
    font-weight: 700
}

.welcome-msg {
    margin: 0;
    padding: 1.1rem 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    letter-spacing: -0.0125em;
    line-height: 1.5;
    white-space: nowrap
}

.header-search {
    position: relative
}

.header-search .input-wrapper {
    display: flex;
    position: relative;
    background: #f2f2f2;
    border-radius: 60px;
        
}

.navigation li a {
    padding: 12px 15px;
    display: block;
    margin-bottom: 5px;
    border-radius: 17px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    display: flex;
    align-items: center;
}
.navigation li a.active {
    font-weight: 500;
}
.login a:last-child:hover {
    background: #e0edff;
}
.social-btn a:hover, .create-account-btn  a:hover {
    background: #e0edff !important;
}

.login a:first-child:hover {
    background: #4f91f5;
}
#signupform .btn-submit:hover {
    background: #4f91f5 !important;
    color: #fff;
}
#loginform .btn-submit:hover {
    background: #4f91f5 !important;
    color: #fff;
}

.navigation li a:hover .notification-icon {
    background-position: 0px 0px;
}

 .navigation li a:hover .message-icon {
    background-position: 0 3px;
}

.navigation li a:hover .more-icon {
    background-position: 0 3px;
}

.navigation li a:hover .social-icon {
    background-position: 0 2px;
}



#more-setting2 span.more-icon {
    background: url(../images/info003.png?ver:1.02);
    background-size: 100%;
    background-position: -1px -1px;
    background-repeat: repeat-y;
}

#more-setting2:hover span.more-icon {
    background-position: -1px -37px;
}

.sold-by .seller-account {
    margin-left: 0;
    margin-top: 30px;
}

.more-action.more_setting  li a:hover .seller-setting-icon {
    background-position: 0 3px;
}

.more-action.more_setting  li a:hover .my-order-icon {
    background-position: 0 -3px;
}
.more-action.more_setting  li a:hover .payment-icon {
    background-position: 0 -4px;
}



span.notification-icon, span.message-icon, span.more-icon, span.social-icon, span.shop-icon , .seller-setting-icon, .my-order-icon, .payment-icon,  .copy-link{
    width: 30px;
    height: 36px;
    display: inline-block;
    background: url('../images/bell02.png?ver:1.03');
    background-size: 90%;
    background-position: 0 35px;
    margin-right: 7px;
}
span.notification-icon {
    background: url(../images/bell02.png?ver:1.06);
    background-size: 100%;
    background-position: 0 35px;
    height: 35px
}
span.message-icon {
    background: url('../images/message02.png?ver:1.07');
    background-size: 99%;
    background-position: 0 35px;
    background-repeat: repeat-y;    
}

span.copy-link {
    background: url('../images/Copy-Link.svg?ver:1.02');
    background-size: 80%;
    background-position: 4px 5px;
    background-repeat: no-repeat;
}
span.more-icon {
    background: url('../images/layer.png?ver:1.011');
    background-size: 95%;
    background-position: 0 34px;
    background-repeat: repeat-y;    
}

span.social-icon {
    background: url('../images/Social3.png?ver:1.03');
    background-size: 95%;
    background-position: 0 33px;
    background-repeat: repeat-y;    
}

a.target-link.active .shop-icon {
    background-position: 2px -2px;
}

span.shop-icon {
    background: url(../images/Shop2.png?ver:1.02);
    background-size: 84%;
    background-position: 2px 35px;
    background-repeat: repeat-y;
}
span.seller-setting-icon {
    background: url(../images/order.png?ver:1.02);
    background-size: 100%;
    background-position: 0px 35px;
    background-repeat: repeat-y;
}
span.my-order-icon {
    background: url(../images/Settinggs.png?ver:1.02);
    background-size: 84%;
    background-position: 0px 35px;
    background-repeat: repeat-y;
}
span.payment-icon {
    background: url(../images/card.png?ver:1.02);
    background-size: 100%;
    background-position: 0px 27px;
    background-repeat: repeat-y;
    height: 29px;
}
.header-search input.form-control {
    flex: 1;
    min-width: 40px;
    padding: 1.1rem 1.5rem;
    border: 0;
    background-color: #eee;
    font-size: 1.3rem;
    letter-spacing: inherit
}

.primary-first > div .uploadPrimaryBtn{display: none;} 
.primary-first > div:first-child .uploadPrimaryBtn{display: block;} 

.header-search .btn-search {
    padding: 0;
    min-width: 40px;
    background-color: #26c;
    border: 0;
    color: #fff;
    font-size: 2rem
}

.header-search .btn-search i {
    margin: 4px 0.1rem 0.6rem 0;
    vertical-align: middle;
    font-size: 1.5rem;
    position: absolute;
    left: 17px;
    top: 18px;
    transform: none;
}
div#paymentmethods {
    background: #f8f8f8 !important;
    border-radius: 11px;
}
.linked-account {
    background: #f8f8f8 !important;
    border: none;
}

.header-search .select-box {
    background-color: #f4f4f4
}

.header-search .select-box select {
    position: relative;
    padding-left: 1.1rem;
    padding-right: 3rem;
    border: 0;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0;
    z-index: 1
}

.header-search.hs-toggle .input-wrapper {
    position: absolute;
    right: -1.5rem;
    top: 100%;
    min-width: 31rem;
    padding: 1.5rem;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    z-index: 100;
    transition: transform 0.4s 0.2s, visibility 0.4s 0.2s, opacity 0.4s 0.2s
}

.header-search.hs-toggle:hover {
    color: #26c
}

.header-search.hs-toggle .form-control {
    padding: 1.4rem 2rem;
    background-color: #f4f4f4
}

.header-search.hs-toggle .btn-search {
    background-color: #f4f4f4;
    min-width: 5rem;
    font-size: 1.8rem;
    color: #222;
    border-radius: 0
}

.header-search.hs-toggle .btn-search i {
    margin-bottom: 0.4rem;
    font-size: inherit
}

.header-search.hs-expanded {
    max-width: 65rem;
    width: 100%;
    margin: 0 auto;
    flex: 1
}

.header-search.hs-expanded .input-wrapper {
    width: 100%;
    border: 2px solid #26c;
    border-radius: 0.5rem;
    height: 4.5rem
}

.header-search.hs-expanded .select-box {
    width: 13.2rem;
    border-radius: 0.5rem 0 0 0.5rem;
    color: #666
}

.header-search.hs-expanded .select-box,
.header-search.hs-expanded .select-box select {
    cursor: pointer
}

.header-search.hs-expanded .select-box:before {
    right: 11px;
    font-size: 1rem
}

.header-search.hs-expanded .select-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: -3px;
    height: 25px;
    border-right: 1px solid #e1e1e1
}

.header-search.hs-expanded input.form-control {
    flex: 1;
    min-height: 100%;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    letter-spacing: 0;
    color: #ababab;
    background-color: #f4f4f4
}

.header-search.hs-expanded .btn-search {
    min-width: 4.7rem;
    background-color: #f4f4f4;
    color: #444;
    font-size: 1.6rem
}

.header-search.hs-expanded .btn-search:hover {
    color: #26c
}

.header-search.search-left .input-wrapper {
    left: 0;
    right: auto
}

.header-search.hs-simple {
    flex: 1;
    margin-right: 2rem;
    max-width: 29.2rem;
}

.header-search.hs-simple input.form-control {
 padding: 0 5rem 0 45px;
    border-radius: 55px;
    border: 2px solid;
    border-color: #26c;
    font-family: inherit;
    background-color: #f2f2f2;
    color: #000;
    border: none;
    position: relative;
    z-index: 9;
    background: transparent;
    width: 100% !important;
    flex: none;
    border:none !important;
    box-shadow: none;
    font-weight: 500;
    line-height: 25px;
}
.header-search.hs-simple input.form-control:focus + label {
    opacity: 0;
}
.search-btn.d-flex.slide-animate.text-white.ls-s a {
    background: #ffffff75;
    border: none;
    color: #000;
    font-weight: 400;
}
.header-search.hs-simple label {
    position: absolute;
    left: 44px;
    top: 10px;
    font-weight: 500;
    font-size: 15px;
}

.header-search.hs-simple .btn-search {
    position: absolute;
    background: transparent;
    color: #333;
    min-width: 48px;
    height: 100%;
    border-radius: 5px;
    left: 0;
    right: inherit;
}

.header-search.hs-simple .btn-search:hover {
    color: #26c
}

.sidebar-content .widget{border: none}

.header-search.hs-toggle.show .input-wrapper,
.header .header-search.hs-toggle:hover .input-wrapper {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    transition: transform 0.4s;
    opacity: 1
}

.mobile-search {
    display: none
}

.mobile-search .search-toggle i {
    font-size: 2rem;
    vertical-align: middle
}

.hs-toggle.dir-up:after {
    top: auto;
    bottom: 100%;
    border-bottom-color: transparent;
    border-top-color: #fff
}

.hs-toggle.dir-up .input-wrapper {
    top: auto;
    bottom: 100%;
    transform: translate3d(0, 10px, 0)
}

.search-toggle {
    display: inline-block;
    vertical-align: middle;
    padding: 1.1rem 0;
    transition: color 0.3s
}

.search-toggle span {
    cursor: pointer
}

.search-toggle i {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 0.9
}

.search-toggle.with-label {
    display: inline-flex;
    align-items: center
}

.search-toggle.with-label i {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    font-size: 1.6rem
}

.search-toggle.with-label span {
    margin-left: 0.5rem;
    cursor: pointer;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: uppercase
}

.main-nav {
    margin: 0 0 0 0.3rem
}

.call {
    display: flex;
    align-items: center
}

.call span {
    font-weight: inherit;
    text-transform: uppercase;
    cursor: pointer
}

.call i + span {
    margin-left: 0.9rem
}

.call i {
    margin: 0 0.2rem 0.2rem 0;
    font-size: 1.8rem;
    cursor: pointer
}

.call:hover {
    color: #26c
}

.wishlist {
    margin-right: 1.5rem
}

.wishlist i {
    font-size: 2.8rem;
    cursor: pointer
}

.wishlist:hover {
    color: #26c
}

.no-record-found{text-align: center; 
    height: calc(100vh - 200px);}
.no-record-found h2 {
    font-size: 25px;
    margin-top: 10px;
}

.no-record-found {
    margin: 50px 0;
}
.no-record-found img {
    width: 110px;
     margin-bottom: 20px;
}


/*
@keyframes fixedTop {
    0% {
        margin-top: -60px
    }

    to {
        margin-top: 0
    }
}

@keyframes fixedBottom {
    0% {
        transform: translateY(100%);
        transform-origin: center top 0px
    }

    to {
        transform: translateY(0)
    }
}
*/

/*
.sticky-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.4rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1100;
    animation: fixedTop 0.4s
}
*/

@media (max-width:991px) {
    .sticky-wrapper {
        height: auto !important
    }
}

.mobile-menu-toggle {
    display: none;
    margin-right: 2rem;
    font-size: 2.5rem;
    color: #222
}

.mobile-menu-toggle.menu-bar:after,
.mobile-menu-toggle.menu-bar:before {
    content: "";
    display: block;
    width: 100%
}

.mobile-menu-toggle.menu-bar:before {
    height: 11px;
    border-top: 2px solid;
    border-bottom: 2px solid
}

.mobile-menu-toggle.menu-bar:after {
    height: 9px;
    border-bottom: 2px solid
}

@media (max-width:1199px) {
    .main-nav .menu > li {
        margin-right: 1.5rem
    }

    .header-middle .logo {
        margin-right: 2rem
    }
}

@media (max-width:991px) {
    .header .main-nav {
        display: none
    }

    .header-top .header-left {
        margin-right: 2rem
    }

    .header-middle .header-right {
        justify-content: flex-end
    }

    .header-middle .header-right .divider {
        display: none
    }

    .header-middle .header-center {
        margin-left: auto;
        margin-right: auto
    }

    .header-middle .compare,
    .header-middle .icon-box {
        margin-right: 1.5rem
    }

    .mobile-menu-toggle {
        display: block
    }
}

@media (max-width:767px) {
    .header-middle .mobile-search {
        display: block
    }

    .header-middle .header-search {
        display: none
    }

    .header-top .delimiter,
    .header-top .divider,
    .header-top .login-link,
    .header-top .register-link {
        display: none
    }
}

@media (max-width:480px) {
    .header-top .header-left {
        position: relative;
        overflow: hidden
    }

    .header-middle .logo {
        margin-right: 0
    }

    .header-middle .divider,
    .header-middle .wishlist {
        display: none
    }

    .header-middle .icon-box {
        margin-right: 1rem
    }

    .welcome-msg {
        transform: translateX(0);
        animation: 6s linear 2s 1 show_msg_first, 12s linear 8s infinite show_msg
    }
}

@keyframes show_msg_first {
    0% {
        transform: translateX(0%)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes show_msg {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

.label-down {
    display: flex;
    flex-direction: column;
    align-items: center
}

.label-down i {
    display: inline-block
}

.label-down span {
    display: block
}

.label-down i + span {
    margin-top: 0.7rem
}

.label-block span {
    display: block
}

.label-block .cart-name {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize
}

.label-block .cart-name :after {
    content: none
}

.label-block .cart-price {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.05em
}

.label-block.cart-toggle i {
    font-size: 3rem
}

.mobile-link {
    display: block;
    margin-right: 0;
    margin-bottom: -3px
}

.mobile-link i {
    font-size: 2.4rem
}

.mobile-link + .mobile-link {
    margin-left: 2rem
}

.mobile-link:hover {
    color: #26c
}

.user-profile-tabbing {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px 10px;
    border-top: 1px solid #ffffff21;
}
.user-profile-tabbing a.active{color: #fff}
.user-profile-tabbing a {
    color: #808080;
    font-size: 14px;
}
div#write-article-pop.social-popup.Show-write-article {
    height: auto !important;
    display: block;
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999 !important;
}
div#write-article-pop.social-popup.Show-write-article .add-post-inner {
    height: 530px !important;
    height: auto !important;
    width: 100%;
    top: 0;
    bottom: 0;
    transform: none !important;
    left: 0;
    position: absolute;
    border-radius: 0;
} 
.message-body.chat-box .extra-opt.leff ul li a {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding: 3px 0;
}
.message-body.chat-box .extra-opt.leff ul li a i {
    font-size: 13px;
}
.curved-box.fixed-heading.write-article-opened .back-btn {
    opacity: 0;
}
.curved-box.fixed-heading.write-article-opened h1{opacity: 0; display: none;}

.curved-box.fixed-heading.write-article-opened .drafts-btn{opacity: 0; display: none}
.social-popup.Show-write-article .drop-down-blog {
    display: block;
}
div#article-content-preview {
    max-height: 300px !important;
    height: auto !important;
    margin-bottom: 30px;
    word-wrap: break-word;
}
.discard-conformation .save-cancel button.unfollow-btn {
    color: #ff0000 !important;
    font-weight: 800;
}
.article-content {
    padding: 0 !important;
}
@media (min-width:768px) {
.profile-menu {
    padding: 10px 10px !important;
}     
.profile-heading {
    padding-top: 0;
}
.profile-heading h2{
line-height: 26px;
font-size: 25px !important
    }    
    
.mobile-link {
        display: none
    }
}

.dropdown {
    position: relative
}

.dropdown .product {
    overflow: unset
}

.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    top: 99%
}

.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
    transform: translate3d(0, 0, 0)
}

.dropdown.show > a,
.dropdown:hover > a {
    color: #26c
}

.dropdown a {
    display: flex;
    align-items: center
}

.dropdown a .dropdown-image {
    max-width: 1.4rem;
    margin-right: 0.7rem;
    height: auto
}

.dropdown > a {
    line-height: 1;
    padding: 9px 0
}

.dropdown > a:after {
    display: inline-block;
    margin-left: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    content: ""
}

.dropdown li.active > a,
.dropdown li:hover > a {
    color: #26c
}

.dropdown.dir-up:after {
    border-bottom-color: transparent;
    border-top: 11px solid #fff;
    transform: translate3d(-50%, 8px, 0)
}

.dropdown.dir-up.show .dropdown-box,
.dropdown.dir-up:hover .dropdown-box {
    top: auto;
    bottom: 100%
}

.dropdown.dir-up.show:after,
.dropdown.dir-up:hover:after {
    top: auto;
    bottom: calc(100% - 20px);
    transform: translate3d(-50%, 0, 0)
}

.dropdown-box {
    position: absolute;
    right: 0;
    top: -9999px;
    margin: 0;
    padding: 0.5rem 0;
    color: #666;
    background-color: #fff;
    box-shadow: 0 5px 30px 2px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    z-index: 19;
    transition: transform 0.2s ease-out, opacity 0.2s, visibility 0.2s;
    transform: translate3d(0, -10px, 0)
}

.dropdown-box a {
    font-weight: 400;
    padding: 0.6rem 1rem
}

.dropdown-box li {
    font-size: inherit;
    line-height: 1.1
}

.dropdown:not(.category-dropdown):not(.off-canvas) .dropdown-box {
    z-index: 1061
}

@media (min-width:992px) {
    .dropdown-expanded:after {
        content: none
    }

    .dropdown-expanded:before {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: -2.1rem;
        width: 1px;
        height: 2.5rem;
        background-color: #e1e1e1
    }

    .dropdown-expanded > a {
        display: none
    }

    .dropdown-expanded .dropdown-box {
        position: static;
        display: flex;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
        box-shadow: none;
        border: 0;
        padding: 9px 0;
        transform: none;
        color: inherit
    }

    .dropdown-expanded .dropdown-box a {
        padding: 0;
        letter-spacing: -0.025em
    }

    .dropdown-expanded .dropdown-box > li {
        margin-right: 2.3rem
    }

    .dropdown-expanded .dropdown-box > li:last-child {
        margin-right: 0
    }
}

@media (max-width:991px) {
    .dropdown.dropdown-expanded li:hover > a {
        color: #26c
    }
}

.cart-dropdown .dropdown-box,
.compare-dropdown .dropdown-box,
.wishlist-dropdown .dropdown-box {
    right: -1rem;
    padding: 3rem;
    min-width: 33.5rem
}

.cart-dropdown .products,
.compare-dropdown .products,
.wishlist-dropdown .products {
    max-height: 360px;
    overflow-x: hidden;
    margin-right: -5px;
    padding-right: 1rem
}

.cart-dropdown > a {
    padding: 0.7rem 0
}

.cart-dropdown .cart-toggle {
    padding: 0.6rem 0 0.7rem
}

.cart-dropdown .cart-toggle:after {
    content: none
}

.cart-dropdown .cart-label {
    display: block;
    cursor: pointer;
    margin: 0 1rem 0 0;
    font-weight: inherit;
    text-transform: uppercase;
    letter-spacing: -0.025em
}

.cart-dropdown .minicart-icon {
    display: inline-block;
    font-size: 1.2rem;
    color: #26c
}

.cart-dropdown .minicart-icon2 {
    display: inline-block;
    font-size: 1.2rem;
    color: #26c
}

.cart-dropdown .cart-count {
    display: inline-block;
    transition: color 0.4s;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 25px;
    color: #26c
}

.cart-dropdown .cart-total {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2.1rem;
    padding: 1.7rem 0 1.5rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #edeef0;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: normal
}

.cart-dropdown .cart-total label {
    margin: 0 auto 0 0.3rem;
    line-height: inherit;
    color: #666;
    font-weight: 400
}

.cart-dropdown .cart-total .price {
    font-weight: 700;
    font-size: 1.6rem;
    color: #222
}

.cart-dropdown .cart-action {
    column-gap: 10px;
    text-align: center
}

.cart-dropdown .cart-action .btn {
    display: flex;
    justify-content: center;
    border-radius: 3px;
    padding: 0.9em 2em;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 700
}

.cart-dropdown .cart-action .btn.btn-link {
    display: inline-block;
    margin-bottom: 2rem;
    padding: 0;
    border-bottom: 2px solid #26c;
    border-radius: 0;
    text-transform: capitalize;
    line-height: 1.3
}

.cart-dropdown .cart-action .btn.btn-link:active,
.cart-dropdown .cart-action .btn.btn-link:focus,
.cart-dropdown .cart-action .btn.btn-link:hover {
    color: #26c
}

.cart-dropdown i {
    font-size: 2.4rem
}

.cart-dropdown:hover .minicart-icon {
    background: #26c
}

.cart-dropdown:hover .minicart-icon:before {
    transform: rotateY(180deg)
}

.cart-dropdown:hover .cart-count {
    color: #fff
}

.cart-dropdown.cart-dropdown-white .cart-count,
.cart-dropdown.cart-dropdown-white .cart-label,
.cart-dropdown.cart-dropdown-white .cart-price {
    color: #fff
}

.cart-dropdown.cart-dropdown-white .minicart-icon {
    border-color: #fff
}

.cart-dropdown.cart-dropdown-white:hover .minicart-icon {
    background-color: #fff
}

.cart-dropdown.cart-dropdown-white:hover .cart-count {
    color: #26c
}

.cart-dropdown.type2 .cart-toggle {
    align-items: center
}

.cart-dropdown.type2:hover {
    color: #26c
}

.cart-dropdown.type2 .cart-count {
    position: absolute;
    right: -8px;
    top: 3px;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 50%;
    background-color: #4070ff;
    color: #fff;
    z-index: 1
}

.cart-dropdown.type2 .label-block .cart-count {
    width: 25px;
    height: 25px;
    font-size: 1.0rem;
    line-height: 21px;
    font-weight: 200;
    border: 3px solid #fff;
    top: -7px;
    right: -12px;
} 

.cart-dropdown.type3 .cart-toggle {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    background-color: #26c;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s
}

.cart-dropdown.type3 .cart-toggle i {
    font-size: 1.5rem;
    margin-right: 7px
}

.dark-theme .cart-dropdown .cart-total {
    border-color: #333
}

.compare-dropdown .compare-toggle:after {
    content: none
}

.compare-dropdown .compare-btn {
    display: flex;
    justify-content: center;
    border-radius: 3px;
    padding: 0.9em 2em;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 700
}

.wishlist-dropdown .wishlist-toggle:after {
    content: none
}

.wishlist-dropdown .wishlist-btn {
    display: flex;
    justify-content: center;
    border-radius: 3px;
    padding: 0.9em 2em;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 700
}

.header-top .login-dropdown {
    margin-left: 0
}

.off-canvas .dropdown-box {
    position: fixed;
    top: 0;
    right: -34rem;
    max-width: 34rem;
    width: 100%;
    height: 100vh;
    min-width: auto;
    padding: 2.9rem 3rem;
    opacity: 1;
    visibility: visible;
    transition: right 0.3s;
    transform: none;
    z-index: 2999;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto
}

.off-canvas .dropdown-box .login-popup {
    padding: 0
}

.off-canvas .canvas-overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s
}

.off-canvas .canvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1.3rem
}

.off-canvas .canvas-title {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.018em
}

.off-canvas .btn-close {
    font-size: 12px;
    font-weight: 600;
    color: #999
}

.off-canvas .btn-close:active,
.off-canvas .btn-close:focus,
.off-canvas .btn-close:hover {
    color: #26c
}

.off-canvas .btn-close i {
    margin-right: 0;
    font-size: 1.9rem
}

.off-canvas .product-cart,
.off-canvas .product-compare,
.off-canvas .product-wishlist {
    margin-top: 2rem
}

.off-canvas.opened .dropdown-box {
    right: 0
}

.off-canvas.opened .canvas-overlay {
    opacity: 1;
    visibility: visible
}

.off-canvas:hover .dropdown-box {
    top: 0
}

@media (max-width:479px) {
    .off-canvas .dropdown-box {
        max-width: 30.4rem
    }
}

.product.product-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #edeef0
}

.product.product-cart-header a,
.product.product-cart-header span {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #222529
}

.product.product-cart-header a {
    padding: 0;
    padding-bottom: 0;
    color: #222529;
    line-height: 1
}

.product.product-cart-header a:hover {
    text-decoration: underline
}

.product.product-cart,
.product.product-compare,
.product.product-wishlist {
    display: flex;
    align-items: center;
    font-size: 1.3rem
}

.product.product-cart:not(:first-child),
.product.product-compare:not(:first-child),
.product.product-wishlist:not(:first-child) {
    margin-top: 2rem
}

.product.product-cart .product-media,
.product.product-compare .product-media,
.product.product-wishlist .product-media {
    position: static;
    width: 8rem;
    margin-right: 2.5rem
}

.product.product-cart .product-media a,
.product.product-compare .product-media a,
.product.product-wishlist .product-media a {
    display: block;
    height: 100%;
    padding: 0
}

.product.product-cart .product-media img,
.product.product-compare .product-media img,
.product.product-wishlist .product-media img {
    height: 100%
}

.product.product-cart .product-detail,
.product.product-compare .product-detail,
.product.product-wishlist .product-detail {
    flex: 1;
    margin: 0 1rem 0rem 0
}

.product.product-cart .product-name,
.product.product-compare .product-name,
.product.product-wishlist .product-name {
    white-space: normal;
    padding: 0;
    margin-bottom: 0.9rem;
    margin-right: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.34;
    letter-spacing: -0.35px;
    font-family: 'Inter', sans-serif;
    color: #666
}

.product.product-cart .product-name:hover,
.product.product-compare .product-name:hover,
.product.product-wishlist .product-name:hover {
    color: #26c
}

.product.product-cart .price-box,
.product.product-compare .price-box,
.product.product-wishlist .price-box {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1
}

.product.product-cart .product-price,
.product.product-compare .product-price,
.product.product-wishlist .product-price {
    font-size: 1.6rem;
    letter-spacing: -0.35px
}

.product.product-cart .product-quantity,
.product.product-compare .product-quantity,
.product.product-wishlist .product-quantity {
    align-items: center;
    display: flex;
    margin-right: 1rem;
    font-weight: 400
}

.product.product-cart .product-quantity:after,
.product.product-compare .product-quantity:after,
.product.product-wishlist .product-quantity:after {
    margin-left: 1rem;
    content: "X";
    text-transform: none;
    line-height: 0;
    font-size: 1.5rem
}

.product.product-cart .product-price,
.product.product-compare .product-price,
.product.product-wishlist .product-price {
    margin: 0;
    color: #222
}

.product.product-cart .btn-close,
.product.product-compare .btn-close,
.product.product-wishlist .btn-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 2.2rem;
    height: 2.2rem;
    right: -0.4rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    color: #222;
    font-size: 1.2rem;
    border: 1px solid #ccc
}

.product.product-cart .btn-close i,
.product.product-compare .btn-close i,
.product.product-wishlist .btn-close i {
    margin-right: 4px;
    margin-top: 0px;
    font-size: 1.2rem
}

.product.product-cart .btn-close:hover,
.product.product-compare .btn-close:hover,
.product.product-wishlist .btn-close:hover {
    color: #26c;
    border-color: #26c
}

.product.product-cart:last-child,
.product.product-compare:last-child,
.product.product-wishlist:last-child {
    margin-bottom: 0
}

@media (max-width:991px) {
    .cart-dropdown .cart-label {
        display: none
    }
}

@media (max-width:575px) {

    .cart-dropdown .product .product-media,
    .compare-dropdown .product .product-media {
        margin-right: 1rem
    }

    .cart-dropdown .dropdown-box,
    .compare-dropdown .dropdown-box {
        min-width: 31rem
    }

    .cart-dropdown .cart-total,
    .compare-dropdown .cart-total {
        font-size: 1.3rem
    }
}

.category-dropdown > a {
    padding: 1.7rem 1.7rem;
    background: #26c
}

.category-dropdown > a:after {
    content: none
}

.category-dropdown > a i {
    font-size: 1.8rem
}

.category-dropdown > a span {
    margin-left: 1rem
}

.category-dropdown .dropdown-box {
    padding: 0;
    left: 0;
    min-width: 12rem;
    box-shadow: none;
    background-color: #f4f4f4;
    transition: opacity 0.2s, z-index 0s, transform 0.2s ease-out;
    visibility: hidden;
    top: 100%
}

.category-dropdown:after,
.category-dropdown:before {
    left: 25px
}

.category-dropdown:after {
    border-bottom-color: #f4f4f4;
    visibility: hidden;
    top: calc(100% - 20px)
}

.category-dropdown.menu-fixed .dropdown-box,
.category-dropdown.menu-fixed:after {
    visibility: hidden
}

.category-dropdown.dropdown.show .dropdown-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s, z-index 0s, transform 0s
}

.category-dropdown.dropdown.show .dropdown-box,
.category-dropdown.dropdown.show:after {
    visibility: visible
}

.category-dropdown.dropdown.show:after {
    transform: translate3d(-50%, 0, 0)
}

.category-dropdown.has-border:after {
    border-bottom-color: #fff
}

.category-dropdown.has-border:after,
.category-dropdown.has-border:before {
    content: "";
    position: absolute;
    z-index: 1000;
    top: -9999px;
    transform: translateX(-50%);
    border: 11px solid transparent;
    border-bottom: 11px solid #e1e1e1;
    transition: opacity 0.4s ease;
    visibility: hidden;
    opacity: 0;
    cursor: pointer
}

.category-dropdown.has-border .dropdown-box {
    background-color: #fff;
    border: 1px solid #e1e1e1
}

.category-dropdown.has-border.menu-fixed:before {
    visibility: visible;
    opacity: 1
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed:after {
    top: 100%;
    transform: translate3d(-50%, 0, 0)
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box {
    top: calc(100% + 20px);
    transform: none
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box,
.sticky-header:not(.fixed) .category-dropdown.menu-fixed:after {
    visibility: visible;
    opacity: 1
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed.has-border:before {
    top: calc(100% - 1px);
    visibility: visible;
    opacity: 1
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5) {
    .sticky-header:not(.fixed) .category-dropdown.menu-fixed.has-border:before {
        top: calc(100% - 2px)
    }
}

.menu {
    display: flex;
    align-items: center
}

.menu a {
    display: inline-block
}

.menu .menu-title {
    margin-bottom: 1rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

.menu ul {
    padding: 2rem 0;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #666
}

.menu li {
    position: relative;
    line-height: 1.5
}

.menu li a {
    padding: 0.7rem 0 0.7rem 1rem
}

.menu li .megamenu,
.menu li > ul {
    position: absolute;
    top: -9999px;
    left: 100%;
    margin: 0;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    z-index: 1041;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -10px, 0)
}

.menu li > ul {
    min-width: 22.6rem;
    background: #fff
}

.menu li > ul li {
    padding: 0 2rem
}

.menu > li.submenu-container .megamenu {
    width: 1180px
}

.menu .active > a:not(.menu-title),
.menu li:hover > a:not(.menu-title) {
    color: #26c
}

.menu .show .megamenu,
.menu .show > ul,
.menu li:hover .megamenu,
.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: -2rem;
    transform: translate3d(0, 0, 0)
}

.menu > li {
    margin-right: 3rem
}

.menu > li:last-child {
    margin-right: 0
}

.menu > li > a {
    position: relative;
    padding: 1.3rem 0;
    font-weight: 700;
    letter-spacing: inherit;
    line-height: 1;
    text-transform: capitalize
}

.menu > li > a:after {
    margin-left: 0.8rem
}

.menu > li .megamenu,
.menu > li > ul {
    left: -1.9rem
}

.menu > li.show .megamenu,
.menu > li.show > ul,
.menu > li:hover .megamenu,
.menu > li:hover > ul {
    top: 100%
}

.menu .submenu > a {
    position: relative;
    display: block
}

.menu > .submenu > a {
    z-index: 10
}

.menu > .submenu > a:after {
    position: static;
    content: "";
    margin-top: 0
}

.menu.no-arrow > li > a:after {
    content: none
}

.submenu > a:after {
    display: inline-block;
    position: absolute;
    margin-top: 2px;
    right: 0.5rem;
    top: 50%;
    line-height: 0;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1.1rem;
    color: inherit;
    content: ""
}

.vertical-menu {
    display: block;
    min-width: 28rem
}

.vertical-menu > li {
    margin-right: 0;
    padding: 0 2rem
}

.vertical-menu > li .megamenu,
.vertical-menu > li > ul {
    transform: translate3d(-15px, 0, 0)
}

.vertical-menu > li > a {
    display: inline-block
}

.vertical-menu > li > a:after {
    content: none
}

.vertical-menu > li.show .megamenu,
.vertical-menu > li.show > ul,
.vertical-menu > li:hover .megamenu,
.vertical-menu > li:hover > ul {
    left: 100%;
    top: -1rem
}

.vertical-menu > .submenu:after {
    border: 11px solid transparent;
    border-right: 11px solid #fff
}

.vertical-menu > .submenu.show:after,
.vertical-menu > .submenu:hover:after {
    top: 50%;
    left: calc(100% - 20px);
    transform: translate3d(0, -50%, 0)
}

.vertical-menu > .submenu > a:after {
    position: absolute;
    line-height: 0;
    content: ""
}

.vertical-menu.no-arrow > li {
    display: flex
}

.vertical-menu.no-arrow > li > a:after {
    content: none
}

.toggle-menu {
    display: block
}

.toggle-menu > li {
    margin-right: 0
}

.toggle-menu .submenu:after,
.toggle-menu .submenu > a:after {
    content: none
}

.toggle-menu .submenu li {
    padding: 0 0.5rem
}

.toggle-menu li > ul {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: transparent;
    box-shadow: none
}

.toggle-btn {
    display: block;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6
}

.toggle-btn:before {
    content: "";
    display: block;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    transition: transform 0.5s
}

.show > a .toggle-btn:before {
    transform: rotate(630deg)
}

.menu-active-underline > li > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s
}

.menu-active-underline > li.active > a,
.menu-active-underline > li:hover > a {
    color: inherit
}

.menu-active-underline > li.active > a:before,
.menu-active-underline > li:hover > a:before {
    transform-origin: left center;
    transform: scale(1, 1)
}

.main-nav {
    margin: 0 0 0 0.3rem
}

.megamenu {
    display: flex;
    padding: 1rem;
    min-width: 94rem;
    background: #fff
}

.megamenu ul {
    padding: 0
}

.megamenu .row {
    flex: 1;
    padding: 0 1rem
}

.megamenu .row > * {
    padding: 1.8rem 1rem 0.8rem
}

.megamenu .menu-banner {
    padding: 0;
    overflow: hidden
}

.megamenu .menu-banner figure {
    height: 100%
}

.megamenu .menu-banner img {
    height: 100%;
    object-fit: cover
}

.megamenu .menu-banner .btn-link:hover {
    color: #26c
}

.menu-banner1 .banner-content {
    left: 9%
}

.menu-banner1 .banner-subtitle,
.menu-banner1 .banner-title {
    font-size: 3.6rem
}

.menu-banner1 .banner-subtitle {
    margin-bottom: 0.4rem
}

.menu-banner1 .banner-title {
    margin-bottom: 1.8rem;
    padding-left: 1.2rem;
    position: relative
}

.menu-banner1 .banner-title span {
    display: inline-block;
    position: absolute;
    left: -0.9rem;
    top: 50%;
    font-size: 1.2rem;
    line-height: 1;
    transform: rotateZ(-90deg) translateX(0.6rem);
    letter-spacing: -0.1em
}

.menu-banner2 .banner-content {
    bottom: 10%
}

.menu-banner2 .banner-title {
    margin-bottom: 0.6rem;
    font-size: 2.6rem
}

.menu-banner2 .banner-subtitle {
    font-size: 1.6rem
}

.tip {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 7px;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px
}

.tip.tip-hot {
    background-color: #fbb03b
}

.tip.tip-new {
    background-color: #26c
}

.mobile-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    font-family: 'Inter', sans-serif;
    transition: visibility 0.4s
}

.mobile-menu-container {
    max-width: 296px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #222529;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
    transform: translateX(-296px);
    transition: transform 0.4s
}

.mobile-menu-container .input-wrapper {
    display: flex;
    margin-bottom: 0.6rem;
    height: 4rem
}

.mobile-menu-container .input-wrapper .form-control {
    min-height: 4rem;
    color: #7a8088;
    border: 1px solid;
    border-color: #2e3237;
    border-right: 0;
    background-color: transparent
}

.mobile-menu-container .input-wrapper .btn-search {
    padding: 0;
    width: 4rem;
    background-color: #26c;
    border-color: #26c;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 3px
}

.mobile-menu-container .input-wrapper .btn-search i {
    margin: 0 0 0.5rem;
    font-size: inherit
}

.mobile-menu-container .mobile-menu {
    margin-bottom: 0.5rem;
    background: #222529
}

.mobile-menu-container .tab {
    margin-top: 3rem
}

.mobile-menu-container .tab-content {
    background-color: transparent
}

.mobile-menu-container .nav {
    border-width: 2px
}

.mobile-menu-container .nav-link {
    margin-bottom: -2px;
    color: #fff;
    font-size: 13px;
    padding: 10px
}

.mobile-menu-container .tab-pane {
    padding-top: 10px
}

.mobile-menu-container .nav-item:hover .nav-link {
    color: #fff;
    border-color: transparent
}

.mobile-menu-container .nav-item .nav-link.active,
.mobile-menu-container .nav-item.show .nav-link {
    color: #26c;
    border-color: #26c
}

.mobile-menu-container .nav-item + .nav-item {
    margin-left: 1px
}

.mobile-menu-container.scrollable::-webkit-scrollbar-thumb,
.mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    cursor: pointer
}

.mobile-menu {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.025em;
    color: #e1e1e1;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.025em
}

.mobile-menu ul {
    display: none;
    width: 100%
}

.mobile-menu > li:first-child {
    padding-top: 0.5rem
}

.mobile-menu > li:last-child {
    padding-bottom: 0.5rem
}

.mobile-menu li a {
    display: block;
    position: relative;
    padding: 1.3rem 0.6rem 1.3rem 1rem
}

.mobile-menu li i {
    display: inline-block;
    margin-bottom: 1px;
    font-size: 2rem;
    margin-right: 1rem;
    line-height: 0;
    vertical-align: middle
}

.mobile-menu li li a {
    padding-left: 2.4rem
}

.mobile-menu li li li a {
    padding-left: 3.6rem
}

.mobile-menu li:not(:last-child) {
    border-bottom: 1px solid #2e3237
}

.mobile-menu-title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.4s
}

.mobile-menu-close {
    position: fixed;
    left: calc(100vw - 50px);
    top: 25px;
    z-index: 10001;
    transition: opacity 0.3s;
    opacity: 0
}

.mobile-menu-close i {
    font-size: 2.8rem;
    color: #e1e1e1
}

.mmenu-anim {
    transform: translateY(30%)
}

.mmenu-anim,
.mmenu-anim > li {
    transition: transform 0.4s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.3, 1)
}

.mmenu-anim > li:nth-child(0) {
    opacity: 0;
    transform: translateY(0px)
}

.mmenu-anim > li:first-child {
    opacity: 0;
    transform: translateY(50px)
}

.mmenu-anim > li:nth-child(2) {
    opacity: 0;
    transform: translateY(100px)
}

.mmenu-anim > li:nth-child(3) {
    opacity: 0;
    transform: translateY(150px)
}

.mmenu-anim > li:nth-child(4) {
    opacity: 0;
    transform: translateY(200px)
}

.mmenu-anim > li:nth-child(5) {
    opacity: 0;
    transform: translateY(250px)
}

.mmenu-anim > li:nth-child(6) {
    opacity: 0;
    transform: translateY(300px)
}

.mmenu-anim > li:nth-child(7) {
    opacity: 0;
    transform: translateY(350px)
}

.mmenu-anim > li:nth-child(8) {
    opacity: 0;
    transform: translateY(400px)
}

.mmenu-anim > li:nth-child(9) {
    opacity: 0;
    transform: translateY(450px)
}

.mmenu-anim > li:nth-child(10) {
    opacity: 0;
    transform: translateY(500px)
}

.mmenu-anim > li:nth-child(11) {
    opacity: 0;
    transform: translateY(550px)
}

.mmenu-anim > li:nth-child(12) {
    opacity: 0;
    transform: translateY(600px)
}

.mmenu-active {
    overflow: hidden
}

.mmenu-active .mmenu-anim,
.mmenu-active .mmenu-anim > li {
    opacity: 1;
    transform: translateY(0)
}

.mmenu-active .page-wrapper {
    margin-left: 296px;
    margin-right: -296px
}

.mmenu-active .mobile-menu-wrapper {
    visibility: visible
}

.mmenu-active .mobile-menu-container {
    transform: translateX(0)
}

.mmenu-active .mobile-menu-overlay {
    opacity: 0.8
}

.mmenu-active .mobile-menu-close {
    opacity: 1
}

.header-search.hs-simple .select-box {
    position: absolute;
    right: 14px;
    top: 8px;
    padding: 5px 20px;
    background: no-repeat;
    border-left: 1px solid #ccc;
    letter-spacing: 1px;
}

.banner-content .header-search.hs-simple .select-box {
    position: absolute;
    right: 14px;
    top: 8px;
    padding: 10px 20px;
    background: no-repeat;
    border-left: 1px solid #ccc;
    letter-spacing: 1px;
    /* z-index: 99; */
    color: #000;
}
.search-btn a.btn {
    padding: 11px 17px !important;
    font-weight: 300;
    margin-top: 25px;
    margin-right: 10px;
    font-size: 11px !important;
}
.show-content .header-search.hs-simple {
    max-width: 450px;
}

@media (max-width:400px) {
    .mobile-menu-close {
        left: calc(100vw - 40px);
        top: 10px
    }
}

.category-menu {
    background: #fef0e3
}

.category-menu .menu-title {
    padding: 1.8rem 0.2rem 1.8rem;
    margin: 0;
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #222
}

.category-menu .menu-body:last-child li:last-child {
    border: 0
}

.category-menu i {
    vertical-align: middle;
    line-height: 0;
    margin-right: 1rem;
    padding-left: 0.2rem;
    font-size: 2rem;
    color: #666
}

.category-menu > li > a {
    display: block;
    padding: 1.2rem 0 1.3rem;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.46;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #675545
}

.category-menu > li:not(:last-child) > a {
    border-bottom: 1px solid #f0e0d1
}

.category-menu li:hover > a:not(.menu-title) {
    color: #26c
}

.category-menu li:hover > a:not(.menu-title) i {
    color: inherit
}

.category-menu .submenu > a:after {
    font-size: 1rem
}

.category-menu .submenu .megamenu {
    min-width: 68.5rem;
    padding: 0 0 0 0.9rem
}

.category-menu .submenu .megamenu > li {
    padding: 0 1rem;
    flex: 1
}

.category-menu .submenu .megamenu > li:last-child {
    padding-right: 0;
    flex: none
}

.category-menu .submenu .megamenu .menu-title {
    padding: 2.7rem 0rem 0.2rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.025em
}

.category-menu .submenu .megamenu .divider {
    height: 1px;
    width: 100%;
    margin: 0
}

.category-menu .submenu .megamenu ul {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    font-size: 1.3rem;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    min-width: auto;
    z-index: auto;
    transform: none
}

.category-menu .submenu .megamenu ul li {
    padding: 0;
    line-height: 1.2
}

.category-menu .submenu .megamenu ul li a {
    padding: 0.7rem 0
}

.category-menu .submenu .megamenu .menu-banner .banner-content {
    left: 3rem
}

.category-menu .submenu .megamenu .menu-banner .banner-subtitle {
    font-size: 1.4rem
}

.category-menu .submenu .megamenu .menu-banner .banner-title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 2.8rem
}

.category-menu .submenu .megamenu .menu-banner .btn-md {
    padding: 0.7em 1.41em 0.7em 1.41em
}

.category-menu .submenu .megamenu .menu-banner5 .banner-content {
    top: 2.6rem
}

.category-menu .submenu .megamenu .menu-banner5 .banner-subtitle {
    margin-bottom: 1.1rem
}

.category-menu .submenu .megamenu .menu-banner5 .banner-title {
    line-height: 1.25
}

.category-menu .submenu .megamenu.type2 {
    display: block;
    min-width: 88rem;
    padding: 0 1rem 2rem
}

.category-menu .submenu .megamenu.type2 .menu-title {
    padding-top: 1.5rem
}

.category-menu .submenu .megamenu.type2 figure {
    text-align: center
}

.category-menu ul {
    padding: 2rem 0;
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #666
}

.similar-item .product-details h3, .similar-item .product-details .ratings-container, .similar-item .product-details .product-price, .similar-item .product-details .percentage {
    display: none;
}

label.product-label {
    background: transparent !important;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 0 !important
}
.similar-item .product-details {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.similar-item .product-details .product {
    margin-bottom: 0;
    padding-bottom: 2px;
}
@media (max-width:1199px) {
    .category-menu .submenu .megamenu.type2 {
        min-width: 72rem
    }
}

.footer {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    background: #f6faff;
    padding: 10px;
    margin-top: 0px !important;
}

.footer p {
    font-size: 1.1rem;
}

.footer a:not(.social-link):hover {
    color: #222
}

.footer .social-link {
    letter-spacing: 0.005em;
    color: #999;
    border: 2px solid #999
}

.footer .social-link:hover {
    color: #fff
}

.footer .widget-title {
    border-bottom: none
}

.dark-theme .footer {
    background-color: #181818
}

.dark-theme .footer-middle,
.dark-theme .footer-top {
    border-color: #282828
}

.dark-theme .sticky-footer .header-search.show,
.dark-theme .sticky-footer .header-search:hover {
    color: #fff
}

.logo-footer,
.logo-footer img {
    display: block
}

.footer-top {
    padding: 4rem 0;
    border-bottom: 1px solid #333
}

.footer-middle {
    padding: 4.2rem 0 1.8rem;
    border-bottom: 1px solid #333
}

.footer-middle .widget {
    margin-bottom: 3rem
}

.footer-middle .widget-title {
    padding: 0.6rem 0;
    margin-bottom: 0.9rem;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #4070ff;
}
.nowrap-lg{flex-wrap: nowrap;     justify-content: space-around;}
section.banner-group.mt-4.banner-feature figure:hover {
    transform: scale(1);
}
section.banner-group.mt-4.banner-feature figure {
    transform: scale(0.9);
    transition: all 0.5s ease;
}
.footer-middle .widget-body {
    padding: 8px 0 0;
    color: #999
}

.footer-middle .widget-body li {
    line-height: 1.2;
    margin-bottom: 15px
}

.footer-middle .widget-body li:last-child {
    margin-bottom: 0
}

.footer-middle .widget-instagram .widget-body {
    padding-top: 0;
    margin: -5px
}

.footer-middle .widget-instagram .col-3 {
    padding: 5px
}

.footer-middle .widget-instagram img {
    display: block;
    width: 100%;
    height: auto
}

.footer-middle label {
    font-weight: 500;
    text-transform: uppercase;
    color: #ccc
}

.widget.widget-info a {
    font-weight: 500
}

.footer-main {
    padding: 2.6rem 0 0.4rem
}

.footer-bottom {
    padding: 2.6rem 0 3rem
}

.footer-bottom,
.footer-bottom .container,
.footer-bottom .container-fluid {
    display: flex;
    align-items: center
}

.footer-bottom .footer-left,
.footer-bottom .footer-right {
    flex: 1
}

.footer-bottom .footer-left {
    display: flex
}

.footer-bottom .footer-right {
    display: flex;
    justify-content: flex-end
}

@media (max-width:991px) {
    .footer-top .logo-footer {
        margin-bottom: 2.7rem
    }

    .footer-top .logo-footer img {
        margin-left: auto;
        margin-right: auto
    }

    .newsletter-info {
        margin-bottom: 2rem
    }

    .footer-middle {
        padding: 4.8rem 0 4.8rem
    }

    .footer-middle .widget-body {
        padding: 0
    }

    .footer-bottom,
    .footer-bottom > .container {
        display: block
    }

    .footer-bottom .footer-left,
    .footer-bottom .footer-right {
        justify-content: center
    }

    .footer-bottom .footer-center,
    .footer-bottom .footer-left {
        margin-bottom: 2.7rem
    }

    .footer-center {
        text-align: center
    }
}

.footer .copyright {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.5
}

.widget-newsletter .newsletter-info {
    max-width: 35rem;
    width: 100%
}

.widget-newsletter .input-wrapper-inline {
    height: 4.9rem
}

.widget-newsletter .input-wrapper {
    max-width: 48rem
}

.widget-newsletter input {
    min-height: 100%;
    border: 0;
    border-radius: 0.3rem 0 0 0.3rem;
    color: #999;
    background: #2c2c2c
}

.widget-newsletter .btn {
    padding: 1.2em 1.33em 1.07em
}

.widget-newsletter .btn i {
    font-size: 1.6rem;
    margin: -0.4rem 0 0 0.6rem
}

.widget-newsletter .widget-title {
    padding: 0;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.015em;
    text-transform: inherit;
    line-height: 1;
    color: #fff
}

.widget-newsletter p {
    margin-bottom: 0.1rem;
    font-family: inherit;
    font-size: 1.4rem;
    letter-spacing: -0.005em;
    line-height: 1.23;
    color: #999
}

.footer .widget-category .category-box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 2rem
}

.footer .widget-category .category-name {
    margin-bottom: 0;
    margin-right: 2.4rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #ccc
}

.footer .widget-category a {
    display: inline-block;
    position: relative;
    margin-right: 2rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: #999
}

.footer .widget-category a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid;
    transform: scaleX(0);
    transition: transform 0.3s
}

.footer .widget-category a:hover:before {
    transform: scale(1)
}

.footer .widget-category a:not(:last-child):after {
    content: "";
    position: absolute;
    height: 14px;
    margin-left: 1rem;
    top: 50%;
    border-left: 1px solid #454545;
    transform: translateY(-50%)
}

.footer .widget-about .logo-footer {
    display: block;
    margin-bottom: 1.6rem
}

.footer .widget-about p {
    margin-bottom: 3rem;
    color: #999;
    line-height: 1.85;
    letter-spacing: -0.025em
}

.footer .widget-about .widget-body {
    padding: 0
}

.payment img {
    display: block
}

.sticky-footer {
    display: flex
}

.sticky-footer > * {
    flex: 1
}

.sticky-footer .search-toggle {
    padding: 0;
    color: inherit
}

.sticky-footer .header-search.show,
.sticky-footer .header-search:hover {
    color: #222
}

.sticky-footer .hs-toggle .input-wrapper {
    min-width: 29rem;
    right: 1.5rem;
    margin-bottom: 2rem
}

.sticky-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1.3rem
}

.sticky-link i {
    width: 2.3rem;
    height: 2.4rem;
    text-align: center;
    font-size: 2.3rem;
    line-height: 1;
    transform: translateY(0);
    transition: transform 0.35s ease
}

.sticky-link i.d-icon-search {
    font-size: 1.9rem
}

.sticky-link span {
    margin-top: 0.8rem;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: uppercase
}

.sticky-link.active {
    color: #222
}

.sticky-link:hover {
    color: #222
}

.sticky-link:hover i {
    transform: translateY(-5px)
}

@media (min-width:576px) {
    .sticky-footer {
        padding: 0 4rem
    }
}

@media (min-width:768px) {
    .sticky-footer {
        display: none
    }
}

@media (max-width:991px) {
    .footer-middle .row > div:last-child .widget {
        margin-bottom: 1rem
    }
}

.cta-simple {
    position: relative;
    overflow: hidden;
    background-color: #edeef0
}

.cta-simple:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding-top: 50%;
    background: linear-gradient(135deg, #08c 0%, #26c 50%, transparent 50.1%)
}

.cta-simple .banner-content {
    position: relative;
    margin: 1.5rem;
    padding: 3.4rem 0;
    z-index: 3
}

.cta-simple .banner-header {
    position: relative;
    max-width: 29.1%;
    flex: 0 0 29.1%;
    text-align: right
}

.cta-simple .banner-header:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 9rem;
    background-color: #edeef0
}

.cta-simple .banner-text {
    flex-grow: 1
}

.cta-simple .banner-title {
    margin-bottom: 0.2rem;
    font-size: 3em
}

.cta-simple .banner-subtitle {
    margin-bottom: 0;
    font-size: 2em
}

.cta-simple .banner-text h4 {
    font-size: 2em;
    line-height: 1.3
}

.cta-simple .btn {
    position: relative;
    margin-right: 5.2rem;
    padding: 1.38em 2em;
    min-width: 18rem;
    overflow: hidden;
    background: transparent;
    transition: opacity 0.3s;
    font-size: 1.3rem;
    border: 0
}

.cta-simple .btn:before {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    width: 200%;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(90deg, #26c, #08c, #26c);
    transition: left 0.3s
}

.cta-simple .btn:hover:before {
    left: 0
}

.banner-1 img,
.banner-2 img {
    min-height: 30rem;
    object-fit: cover
}

.banner-1 .banner-content {
    width: 100%
}

.banner-1 .banner-title {
    font-size: 4em
}

.banner-1 .banner-subtitle {
    white-space: nowrap;
    font-size: 3em
}

.banner-1 p {
    margin-bottom: 2.4rem;
    font-size: 2em;
    line-height: 1.25
}

.banner-2 .banner-content {
    width: 69%
}

.banner-2 p {
    font-size: 1.6em;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.6)
}

.banner-2 input.form-control {
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.3rem
}

.banner-2 .btn-dark:not(:hover) {
    background-color: rgba(34, 34, 34, 0.8);
    border-color: rgba(34, 34, 34, 0)
}

.banner-group .banner-title {
    font-size: 3em;
    line-height: 1.2;
    letter-spacing: -0.02em
}

.banner-group .banner-subtitle {
    margin-bottom: 1.8rem;
    font-size: 1.4em;
    line-height: 1.2;
    letter-spacing: 0.01em
}

.banner-group img {
    min-height: 22rem;
    object-fit: cover
}

.banner-group .banner-divider {
    width: 3.5rem;
    height: 4px;
    margin-bottom: 1.6rem
}

.banner-3 .banner-content {
    left: 7.8%
}

.banner-4 .banner-subtitle {
    margin-bottom: -0.4rem;
    letter-spacing: -0.0428em;
    line-height: 1.3
}

.banner-4 .banner-title {
    font-family: "Segoe Script", sans-serif;
    font-size: 3.6rem
}

.banner-5 .banner-content {
    right: 10.5%
}

.banner-newsletter {
    border: 2px solid #26c
}

.banner-newsletter .banner-content {
    padding: 1.8rem 0
}

.banner-newsletter .icon-box {
    justify-content: flex-start
}

.banner-newsletter .icon-box p {
    line-height: 1.43;
    letter-spacing: 0.01em
}

.banner-newsletter .icon-box-icon {
    margin: 0 2.4rem 0 0;
    font-size: 4.5rem
}

.banner-newsletter .icon-box-title {
    font-size: 1.8rem;
    line-height: 0.9
}

.banner-newsletter .input-wrapper {
    height: 4.8rem
}

.banner-newsletter .input-wrapper .form-control {
    border: 1px solid #e4e4e4;
    border-right: 0
}

.banner-newsletter .input-wrapper .btn {
    padding: 1em 2.7em
}

.banner-desc-container {
    max-width: 50rem;
    margin: 0 auto 4rem;
    text-align: center
}

.banner-background {
    padding: 9.4rem 0 10.3rem
}

.banner-background .banner-title {
    font-size: 3.6rem
}

.banner-background .input-wrapper {
    max-width: 60rem;
    width: 100%;
    height: 4.8rem
}

.banner-background .input-wrapper .form-control {
    position: relative;
    flex: 1;
    padding-left: 2.4rem;
    border: 1px solid #e7e7e7;
    border-right: 0;
    font-size: 1.2rem
}

.banner-background .input-wrapper .btn {
    min-width: 12.3rem
}

.banner-background .social-link:not(:hover) {
    border: 2px solid rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.6)
}

.banner-one-col .banner {
    position: absolute
}

.banner-one-col .banner-right-section {
    position: relative;
    min-height: 42.5rem;
    z-index: 1
}

.banner-one-col .banner-right-section .banner-content {
    left: 41.5%
}

.banner-one-col .banner-right-section .banner-title {
    font-size: 3rem
}

.banner-one-col .banner-right-section .banner-subtitle {
    font-size: 1.8rem
}

.banner-one-col .banner-right-section p {
    font-size: 1.4rem;
    letter-spacing: -0.2px
}

.banner-one-col .banner-content {
    position: absolute
}

.banner-one-col .banner-subtitle {
    font-size: 2em;
    letter-spacing: -0.5px;
    margin-bottom: 0.8rem
}

.banner-left-section {
    position: relative;
    z-index: 2
}

.banner-left-section img {
    min-height: 34rem;
    object-fit: cover
}
/*
.user-profile-tabbing a.active:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #5556ff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px 5px 0 0;
}
*/

.user-profile-tabbing a.active {
    color: #fff;
    position: relative;
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 0 10px;
    border-radius: 25px;
}

.user-profile-tabbing {
    display: flex;
    justify-content: flex-start;
    padding: 10px 20px 10px;
    border-top: none;
    /* position: sticky; */
    /* top: 90px; */
    /* z-index: 9; */
    background: #0f0f0f;
    border-radius: 0;
    border-bottom: 1px solid #ffffff21;
    gap: 20px;
}
.user-profile-tabbing.sticky-target.scroll-to-fixed-fixed {
    border-top: none;
    border-radius: 25px 25px 0 0;
}
#user-page-repost .post-area.no-border.hashtagopen {
    text-align: center;
    color: #ccc;
    padding: 70px 0;
}
div#feed-top-sec h1 {
        padding-top: 0;
    }   
#feed-detail-wrapper-main .curved-box.fixed-heading h2.h1 {
   border-radius: 22px 22px 0 0 !important;
    padding: 8px 0 !important;
    line-height: 44px;
}
div#feed-top-sec h1 {
    padding-top: 0;
    margin-top: 15px;
    font-size: 20px;
}
#feed-detail-wrapper-main .email-box .date.isBlog ul.d-flex {
    padding: 0;
    border: none;
    padding: 0;
    margin: 0 !important;
}
.share-profile.ml-0.pl-0.with-arrow a {
    padding: 0;
    width: 43px !important;
    height: 43px !important;
    display: block;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.same-w a {
    width: 100% !important;
    display: block;
}

.same-w {
    width: 86px;
}
.stats-box{padding-top: 4px !important}
@media (max-width:991px) {
   
    .cta-simple .banner-content {
        text-align: center
    }

    .cta-simple .banner-header {
        max-width: 100%;
        text-align: center
    }

    .cta-simple .banner-header:after {
        height: 0.5rem;
        width: 80%;
        top: 100%;
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    .cta-simple .banner-text {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cta-simple .btn {
        margin: 0
    }

    .banner-2 .banner-content {
        width: 100%;
        padding: 0 2rem
    }

    .banner-newsletter .icon-box {
        justify-content: center
    }
}

@media (min-width:768px) {
    .element-cta .banner-one-col {
        display: flex
    }

    .element-cta .banner-left-section {
        width: 35.77%
    }

    .element-cta .banner-left-section .banner {
        min-width: 43rem;
        top: 50%;
        transform: translateY(-50%)
    }

    .element-cta .banner-right-section {
        width: 64.23%
    }
}

@media (min-width:992px) {
    .element-cta .banner-left-section .banner {
        min-width: 68rem
    }
}

@media (max-width:1199px) {
    .element-cta .banner-left-section img {
        max-width: 56rem
    }
}

@media (max-width:991px) {
    .element-cta .banner-left-section img {
        max-width: 43rem;
        width: 100%
    }
}

@media (max-width:767px) {
.stats-box{padding-top: 10px !important}    
.share-profile.ml-0.pl-0.with-arrow a {
    width: 29px !important;
    height: 29px !important;
}      
.user-profile-tabbing.sticky-target.scroll-to-fixed-fixed {
    background: #000000 !important;
}
#feed-detail-wrapper-main .curved-box.fixed-heading h2.h1 {
    border-radius: 0px 0px 0 0 !important;
}

    
.same-w a {
    width: 100% !important;
    display: block;
    max-width: 100%;
}
.same-w {
    width: 72px;
    flex-shrink: 0;
    max-width: 72px;
}    
#feed-detail-wrapper-main h2.h1 {
    line-height: 26px;
}
div#feed-top-sec h1 {
        padding-top: 0;
    }    
.user-profile-tabbing a {
    color: #ccc;
    font-size: 12px;
}
.user-profile-tabbing a.active:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #5556ff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px 5px 0 0;
}

.user-profile-tabbing a.active {
    color: #fff;
    position: relative;
}    
    .element-cta .banner-4 .banner-content {
        display: block !important
    }

    .element-cta .banner-left-section img {
        max-width: 100%
    }

    .element-cta .banner-one-col .banner {
        position: static
    }

    .element-cta .banner-right-section .banner-content {
        left: 1rem;
        text-align: center
    }
}

@media (max-width:575px) {
    .element-cta .banner {
        font-size: 0.9rem
    }

    .element-cta .banner-group .banner {
        font-size: 1.2rem
    }

    .element-cta .banner-newsletter .icon-box {
        display: block;
        text-align: center
    }

    .element-cta .banner-newsletter .icon-box-icon {
        margin-right: 0;
        margin-bottom: 1rem
    }

    .element-cta .banner-newsletter .icon-box-content {
        text-align: center
    }
}

@media (max-width:479px) {
    .element-cta .banner-group .banner {
        font-size: 1rem
    }
}

.posts {
    transition: height 0.4s
}

.posts .post-meta a:not(:first-child) {
    margin-left: 0.5rem
}

.posts .post-cats {
    margin-bottom: 1.6rem
}

.posts .btn:after {
    margin-top: 4px
}

.posts .video-play {
    text-align: center;
    width: 6.8rem;
    height: 6.8rem;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 6.4rem;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, opacity 0.3s
}

.posts .video-play:hover {
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
    background-color: #fff;
    color: #26c
}

.posts .post.paused .video-play:before,
.posts .post .video-play:before {
    margin-left: 4px;
    content: ""
}

.posts .post.playing .video-play:before {
    margin-left: 0;
    content: ""
}

.posts .btn i {
    margin-left: 0.3rem;
    font-size: 1.4rem
}

.posts .post-classic .post-content,
.posts .post-grid .post-content,
.posts .post-list .post-content {
    line-height: 1.85
}

.posts .post-classic .post-details {
    padding: 3.8rem 0.5rem 2rem
}

.posts .post-classic .post-title {
    margin-bottom: 1.4rem
}

.posts .post-classic .post-content {
    margin-bottom: 2.8rem
}

.posts .post-list .post-details {
    padding-top: 3.8rem
}

.posts .post-grid {
    margin-bottom: 1.5rem
}

.posts .post-grid .post-details {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.posts .post-grid .post-meta {
    margin-bottom: 0.4rem
}

.posts .post-grid .post-content {
    margin-bottom: 2.8rem
}

.post-slider .owl-stage-outer {
    padding: 2rem;
    margin: -2rem
}
a.btn-product-icon.btn-wishlist{display: none;}
.header-middle.sticky-header.fix-top.sticky-content.fixed h4 {
    color: #000;
}
.header-middle.sticky-header.fix-top.sticky-content.fixed a.icon-box.icon-box-side.create-account {
    border: 2px solid #000;
    padding: 7px 10px;
    border-radius: 35px;
}
.header-middle.sticky-header.fix-top.sticky-content.fixed  .dropdown.cart-dropdown.type2 img {
    height: 40px;
    filter: invert(0);
}
@media (min-width:1600px) {
    .post-slider .owl-stage-outer {
        padding: 5rem;
        margin: -5rem
    }

    .post-slider .post-frame {
        box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.05)
    }
}

@media (min-width:1200px) {
    .posts .post-list .post-media {
        margin-right: 2rem;
        width: calc(42.74% - 2rem)
    }

    .posts .post-list .post-details {
        width: 57.26%
    }
}

@media (max-width:767px) {
    .posts .post-list {
        display: block
    }

    .posts .post-list .post-details,
    .posts .post-list .post-media {
        margin: 0;
        width: 100%
    }
}

@media (max-width:479px) {
    .post-slider .owl-stage-outer {
        padding: 5rem 1.5rem;
        margin: -5rem -1.5rem
    }
}

.intro-slider .banner img,
.intro-slider .banner video {
    height: 63rem;
    object-fit: cover
}

.intro-slider .banner figure {
    height: 63rem;
    overflow: hidden
}

.intro-slider .banner .btn {
    font-size: 1.4em
}

.intro-slider .banner .btn i {
    margin-left: 0.7rem
}

.intro-slide1.banner-fixed > .container {
    z-index: 15
}

.intro-slide1 .banner-content {
    left: 2.1%;
    margin-top: -0.5rem
}

.intro-slide1 .banner-subtitle {
    margin-bottom: 1.3rem;
    font-family: "Segoe Script";
    font-size: 3em
}

.intro-slide1 .label-star {
    margin-left: 1.4rem
}

.intro-slide1 .banner-title {
    margin-left: 0px;
    font-size: 5em;
    margin-bottom: 0;
    line-height: 70px !important;
    font-style: italic;
}

.header-search.hs-simple.bot-search label {
    color: #000;
    top: 13px;
}
.header-middle.sticky-header.fix-top.sticky-content .header-search.hs-simple {
/*    display: none;*/
}
/*
.header-middle.sticky-header.fix-top.sticky-content.fixed .header-search.hs-simple {
    display: block;
}
*/
.post-area {
    border-left: 1px solid #cccccc5c;
    border-right: 1px solid #cccccc5c;
    padding: 0 0px;
}
.post {
    padding: 0 40px;
}
.post-image {
    /* padding: 0 50px; */
    padding: 0;
    margin-bottom: 15px;
    margin-top: 10px;
}
.post-action {
    padding: 13px 58px 7px;
}
.intro-slide1 h3 {
    margin: -0.7rem 0 0.6rem;
    font-size: 5.6em
}
.categories {
    padding: 0 20px;
}
.postTitle {
    /* padding: 0 54px; */
    margin-top: 0px;
}
.post .date {
/*    padding-left: 0px;*/
    color: #324158;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 0;
}
.header-right > a:hover {
    background: #4070ff15;
    color: #4070ff;
}
.header-right > a:hover {
    background: #4070ff15;
    color: #4070ff;
}
.postTitle  a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    
}
.post {
    padding: 0 20px;
    border-bottom: 1px solid #cccccc5c;
    padding-bottom: 20px;
    padding-top: 20px;
}

.post-wrapper .post:first-child {
    padding-top: 20px;
}
#postpopupbox a.close, #blogpostpopupbox a.close, #blog-preview a.close{
    position: absolute;
    right: 0;
    top: 0;
}
.tox .tox-statusbar{display: none !important;}
.post:hover {
    background: #f5f5f566;
}

.intro-slide1 p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4
}

.intro-slide2 img {
    object-position: 80%
}

.intro-slide2 .banner-content {
    max-width: 38rem;
    right: 5.5%;
    margin-top: -0.3rem
}

.intro-slide2 .banner-subtitle {
    font-size: 2.4em;
    line-height: 1.1
}

.intro-slide2 .banner-subtitle strong {
    font-size: 1.67em;
    line-height: 0.98
}

.intro-slide2 .banner-title {
    font-size: 10em;
    margin-right: -2px
}

.intro-slide2 p {
    font-size: 1.8em;
    line-height: 1.33
}

.intro-slide3 .banner-subtitle {
    font-size: 3em
}

.intro-slide3 .banner-title {
    font-size: 6em
}

.intro-slide3 p {
    font-weight: 300;
    opacity: 0.8;
    font-size: 1.8em;
    line-height: 1.4
}

.intro-slide3.video-banner video {
    display: block;
    width: 100%
}

.intro-slide3 figure:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(43, 151, 223, 0.3);
    z-index: 1
}

.service-list {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07)
}

.service-list .icon-box {
    padding: 3.2rem 0 3.5rem
}

.service-list .icon-box-title {
    margin-bottom: 0.3rem
}

.service-list .icon-box-icon {
    font-size: 3.7rem
}

.service-list .icon-box1 i {
    font-size: 4.6rem
}

.service-list .owl-item:not(:last-child) .icon-box:after {
    content: "";
    height: 37px;
    width: 1px;
    background: #e1e1e1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.service-list .owl-stage-outer {
    margin: 0 0.1rem
}

.service-list .owl-stage {
    margin: 0 -0.1rem
}

.banner-divider {
    width: 35px;
    height: 4px;
    margin: 0 0 1.6rem 0;
    background-color: #fff
}

.banner-group .banner-title {
    font-size: 3em;
    line-height: 1.2;
    letter-spacing: -0.02em
}

.banner-group .banner-subtitle {
    margin-bottom: 1.8rem;
    font-size: 1.4em;
    line-height: 1.2;
    letter-spacing: 0.01em
}

.banner-group .btn {
    font-weight: 500
}

.banner-group .btn i {
    margin-left: 0.8rem;
    font-size: 1.9rem;
    vertical-align: middle
}

.banner-group img {
    min-height: 22rem;
    object-fit: cover
}

.banner-3 .banner-content {
    left: 7.8%
}

.banner-4 .banner-content {
    padding: 0 2.9rem
}

.banner-4 .banner-content > div {
    padding-top: 0.2rem
}

.banner-4 .banner-subtitle {
    margin-bottom: -0.4rem;
    letter-spacing: -0.0428em;
    line-height: 1.3
}

.banner-4 .banner-subtitle span {
    font-family: "Segoe Script", sans-serif;
    font-size: 1.71em
}

.banner-4 .banner-title {
    font-size: 5em
}

.banner-4 .btn {
    padding: 1.5em 2.1em 1.5em 2.1em;
    font-size: 1.2rem
}

.banner-5 .banner-content {
    right: 10.5%
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    width: 2.4rem;
    font-size: 2rem
}

.brand-carousel {
    padding: 2rem 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

.product-widget-wrapper .widget-title {
    padding: 3rem 0 0.5rem;
    font-size: 2rem;
    letter-spacing: -0.005em;
    color: #444;
    text-transform: none
}

.product-widget-wrapper .product-name {
    margin-bottom: 0.3rem
}

.product-widget-wrapper .product-price {
    font-size: 1.6rem
}

.banner-background {
    padding: 9.4rem 0 10.3rem;
    background-color: #6b6b6b
}

.banner-background .banner-subtitle {
    /* margin-bottom: 1.6rem;
    font-family: 'Inter', sans-serif;, sans-serif;
    font-size: 44px;
    line-height: 1.6 */
}

.ad-carousel {
    background: #fff;
    padding: 20px 25px;
}
section.ad-carousel img {
    border-radius: 15px;
    width: 100%;
    max-width: 100%;
}

/* .banner-background .banner-title {
    margin-bottom: 0.7rem;
    font-size: 68px;
    letter-spacing: -0.025em
} */

.banner-background p {
    margin-bottom: 2.8rem;
    font-weight: 500;
    font-size: 1.8em
}

.banner-background .input-wrapper {
    max-width: 60rem;
    width: 100%;
    height: 4.8rem
}

.banner-background .input-wrapper .form-control {
    position: relative;
    flex: 1;
    padding-left: 2.4rem;
    border: 1px solid #e7e7e7;
    border-right: 0;
    font-size: 1.2rem
}

.banner-background .input-wrapper .btn {
    min-width: 12.3rem
}

.banner-background .btn {
    padding: 1.22em 2.7em;
    font-weight: 600
}
@media (max-width:768px){
    .banner-mobile-container{
        padding: 20px 1rem !important;
    }
    .banner-content img{
        width: 100%;
    }
    .store-apps{
        justify-content: flex-start !important;
        
    }
}


.footer-bottom .footer-center,
.footer-bottom .footer-left {
    margin-bottom: 2rem
}
.product-full-arrow {
    height: 100%;
    background: #222;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #b6ebfb8f;
}

.percentage {
    justify-content: space-between;
    display: flex;
}
a.plus {
    width: 25px !important;
    height: 25px !important;
    border: 1px solid #1f7ddf !important;
    font-size: 20px !important;
    line-height: 25px !important;
    border-radius: 50% !important;
    display: inline-block !important;
    color: #1f7ddf !important;
    flex: inherit !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 0 !important;
    font-weight: 400;
}

.percentage .percent {
    background: #1f7ddf;
    padding: 1px 10px;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    line-height: 20px;
    line-height: 26px;
}
.banner figure img {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.footer .social-link {
    letter-spacing: 0.005em;
    color: #999;
    border: none;
    background: #000;
    color: #fff;
    line-height: 30px;
}
.header .header-search.hs-simple {
    flex: 1;
    margin-right: 2rem;
    max-width: 38rem;
}
.single-product {
    padding-top: 100px;
}
.popup-wrapper, .report-product-post  {
    position: fixed;
    top: 0;
    bottom: 0;
    background:#000000cf;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
/*    backdrop-filter: blur(5px);*/
}
.popup-inner {
    background: #fff;
    padding: 30px 30px;
    width: 440px;
    border-radius: 11px;
    position: relative;
}
.variation-type a:hover {
    background: #dff0ff91;
    border: 1px solid #a9d7ff;
}

.variation-type a {
    padding: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 11px;
    border-radius: 5px;
    /* flex: 1; */
    margin: 5px 8px 14px 0;
    width: 22%;
    text-align: center;
}

.popup-inner p {
    font-size: 13px;
}
.popup-inner .close-popup {
    background: #f5f5f5;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-size: 22px;
    color: #878787;
    cursor: pointer;
}
.seller button, .frelancer button {
    display: block !important;
    width: 100%;
}
.popup-inner .or {
    margin: 25px 0;
    text-align: center;
}
.popup-inner h4 {
    font-size: 26px;
    margin-bottom: 16px;
    text-align: left;
}
.popup-inner h5 {
    font-size: 18px;
    font-weight: 500;
    text-align: ce;
}
.seller button {
background: #4070ff;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 14px 90px;
    width: 100%;
    border: 2px solid #4070ff;
}
.frelancer button {
    color: #4070ff;
    border: 2px solid #4070ff;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    padding: 15px 90px;
}
.frelancer button:hover {
   background: var(--button-light);
}
.seller-registration {
    margin: 0 auto;
    max-width: 1100px;
}
.left-panel h2 {
    color: #fff;
}

.left-panel {
/*    background: #fff;*/
    padding:19px 35px 0;
    padding-top: 0;
    border-radius: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: sticky;
    top:0;
    height: calc(100vh - 120px);
    padding-left: 0;
    padding-top: 0px !important;
}

.applytoall {
    -webkit-appearance: auto !important;
    border: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    appearance: auto !important;
    width: auto;
    border: 2px solid #a1c6ff;
    max-width: 20px;
    height: 19px;
    border-radius: 3px;
    margin-top: -1px;
    margin-right: 4px;
    margin-top: 0;
    margin-right: 4px;
;
    float: left;
}
div#local-store a{
    color: #000 !important;
    font-size: 12px;
    font-weight: 400;
    margin: 11px 0;
    display: block;
}
.post-area{float: left; width: 100%}
.login {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.login a:first-of-type {
    margin-bottom: 15px !important;
    background: #4070ff;
    color: #fff;
/*    font-weight: 600;*/
}
.manage-store .store-name{width: 100%}
.navigation li a:hover {
    background: var(--button-light);
}

span.notification-dot{position: relative}
span.notification-dot:after {
    content: "";
    width: 18px;
    height: 18px;
    background: #3283ff;
    position: absolute;
    right: 6px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: -6px;
}
.login a {
    border: 2px solid #4070ff;
    width: 76%;
    text-align: center;
    padding: 13px 0;
    border-radius: 55px;
    font-size: 16px;
    color: #4070ff;
    display: block;
}
/* .loginBtnWidth a{
    width: 76%;
} */
.user-info p {
    color: #545454;
    font-size: 11px;
    font-weight: 400;
    line-height: 10px;
}
.dots{cursor: pointer}
.blue-tick img{width: 15px}
.form-wizard-seller-registration {
    padding: 0px 25px;
    padding-bottom: 30px
}
.blue-tick img {
    width: 15px !important;
    height: auto !important;
}
form-wizard .wizard-form-error {
    height: 0px !important;
}
.trend {
    padding-top: 0px;
}
.form-control {
    /* border: 2px solid #4070ff; */
    border: none;
    border-radius: 8px;
    border-color: #a1c6ff !important;
    background: #f1f1f1;
}

select.form-control.custom-select.angle180 {
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-color: #f1f1f1;
    color: #324158;
    font-size: 12px;
}
.condtion .btn.active {
    border: 2px solid #4070ff;
}


.form-wizard .form-control {
/*    border-radius: 50px !important ;*/
}
.form-wizard textarea.form-control {
    border-radius: 11px !important;
}
input.form-control.input-bg-gray {
    background: #a6a6a63d;
    border: none;
}
button.btn.btn-submit.btn-dim {
    background: #4070ff40;
    color: #4070ff;
}
button.btn.btn-submit.btn-dim {
    background: #4070ff40;
    color: #4070ff;
    font-weight: 500;
}
.form-group label {
    margin-bottom: 9px;
    display: block;
    font-weight: 500;
    color: #000;
}
.db{display: block;}
.ship label {
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.label-overlap label {
    position: absolute;
    left: 21px;
    bottom: 0px;
    font-size: 20px;
    color: #222;
}
.label-overlap input {
    padding-left: 40px;
}

.ship p{margin-bottom: 0}
.select {
    width: 80px; flex: inherit !important;
}
.flex1{flex: 1}
.select select {
    width: 60px;
    height: 100%;
}
.select select {
    border: 1px solid #26c;
    border-radius: 11px;
}
.select {
    flex: 1;
}
.form-button button {
    border-radius: 6px;
}
.protection-msg {
    margin: 27px 0  11px !important;
    color: #000;
}
.skip a {
    color: #4070ff;
    text-decoration: underline;
}
.categories > ul > li:hover .sub-menu {
    display: block;
}
.skip a{color: #8909ff}
a.back-button {
    font-size: 17px;
    position: fixed;
    left: 90px;
    bottom: 20px;
}
.skip-btn{ 
    text-decoration: underline;
    margin-bottom: 0px;
    display: block;
    right: 70px;
    font-size: 17px;
    margin: 0;
    bottom: 20px;
    position: fixed;
}
.upload {
/*    background: #C1DAFF;*/
    width: 100px;
    height: 100px;
    border-radius: 11px;
    flex-shrink: 0;
    margin-right: 12px;
}
.upload-detail h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    margin-bottom: 3px;
}
.upload-image {
    border: 1px dashed #646464;
    padding: 7px 7px;
    border-radius: 9px;
}
#freelancerstep2 .upload img{border-radius: 100%}
#freelancerstep2 .upload-detail .del-btn{left: 50px;
    margin-left: -4px;    top: 100%;}
img#seller-upload-image {
    position: absolute;
    right: 13px;
    width: 30px;
    height: 50px;
    object-fit: inherit;
    bottom: 0;
}
.wizard-fieldset #sellerstep2form .cover-image {
    width: 100%;
}
.wizard-fieldset #sellerstep2form .cover-image div#dzssc {
    width: 100%;
}
.wizard-fieldset #sellerstep2form .cover-image div#dzssc .dropZoneOverlay img#dropssc {
    width: 100% !important;
    height: 150px;
}
.wizard-fieldset #sellerstep2form  img#delssl {
    border: none;
    left: 52px;
    top: 95%;
}
.wizard-fieldset #sellerstep2form  .cover-image img#delssc {
    right: 10px;
    left: inherit;
    top: 5px;
    max-width: 27px !important;
}
.frelancer-form-start{margin-top: 20px}
.form-wizard-seller-registration .btn-blue-bg{
    background: #4070ff;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 30px;
}
.form-button a {
    font-size: 14px;
}
.pending-account {
    margin-top: 30px;
}
.pending-box {
    background: #f1f1f1;
    padding: 15px 15px;
    border-radius: 8px;
}
.pending-box h6 {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.pending-box button.btn.btn-round {
    background: #4070ff;
    width: 100%;
    border-radius: 20px;
    color: #fff;
    font-weight: 400;
    padding: 13px 0;
    margin: 8px 0;
}
.pending-box button.btn.btn-round img {
    width: 20px;
    margin-left: 3px;
}
.pending-box p {
    font-size: 12px;
    line-height: 17px;
    color: #324158;
    margin-bottom: 0;
}
.pending-box a {
    color: #4070ff;
    font-weight: 500;
}
.create-listing-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    padding-right: 170px;
    padding-top: 30px;
}
#step6-wrapper  h2 {
    font-size: 34px;
    margin-bottom: 6px;
    margin-top: 14px;
}
#step4-wrapper .profile-box, #step5-wrapper .profile-box {
    height: calc(100vh - 152px);
}

.create-listing-wrapper button{margin-bottom: 10px}
.step-wrapper .cancel a {
    color: #8909ff;
    font-size: 13px;
}
.step-wrapper .cancel {
    position: absolute;
    right: 30px;
}
.step-wrapper{position: relative;}
.create-listing-wrapper a{color: #8909ff;}
.sold-by p strong {
    font-weight: 600 !important;
    color: #000 !important;
}
.lookgood{font-size: 25px;
    font-weight: 400;
   }
.form-group.radio-label label {
    padding: 10px 9px;
    padding-left: 36px;
    margin: 0;
}
.variatuin-item{font-size: 22px;
    font-weight: 300; }
.variatuin-item b{font-size: 22px;
    font-weight: 500;
    color: #222;}
.form-group.radio-label {
    border: 1px solid #4070ff;
    position: relative;
    border-radius: 5px;
}
.form-group.radio-label input {
    position: absolute;
    left: 15px;
}
.form-group.radio-label label {
    padding: 10px 9px;
    padding-left: 27px;
    margin: 0;
    cursor: pointer;
}
.form-group.radio-label input[type=radio] ~ label:before {
    left: 0px;
}
.form-group.radio-label input[type=radio]:checked ~ label:after {
    left: 5px;
}
.done .icon {
    text-align: center;
    margin-right: 29px;
    margin-top: 25px;
    color: #222;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 15px 12px;
    border-radius: 287px;
    height: 80px;
    font-size: 30px;
    line-height: 60px;
    width: 80px;
    /* border: 4px solid #ccc; */
    margin: 0 auto 13px;
    position: relative;
}
.icon:after {
    content: "";
    border: 1px dashed #ccc;
    width: 100%;
    position: absolute;
    top: 46px;
    left: 100%;
}
.done:last-child .icon:after {
    display: none;
}
.done p {
        color: #222;
    font-size: 14px;
    font-weight: 500;
}
button.btn.btn-blue-bg.save-btn.blue-text {
    background: no-repeat;
    color: #4070ff;
    border: none !important;
    font-weight: 700;
    padding-bottom: 0 !important;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4070ff;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #4070ff;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.gif1, .gif2, .gif3   {
    position: absolute;
    right: -10px;
    top: -17px;
}

.gif1 svg.checkmark, .gif2 svg.checkmark, .gif3 svg.checkmark   {
    width: 40px;
    height: 40px;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4070ff;
  }
}
.form-group.radio-label {
    border: none;
    position: relative;
    border-radius: 5px;
    color: #000;
}
input:checked + label {
    background: none;
    border-radius: 35px;
}
input:checked + label:after {
    width: 20px;
    height: 20px;
    left: 0.5rem;
    background: #ffffff;
    opacity: 1;
}
.star-rating input:checked + label:after {
    opacity: 0;
}
.star-rating input[type=radio] ~ label:before{opacity: 0}
.border {
  height: 100px;
  width: 200px;
  background: linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
  background-position: 0px 0px, 212px 116px, 0px 116px, 216px 0px;
  padding: 10px;
  transition: background-position 2s;
}
.border:hover{
    background-position: 212px 0px, 0px 116px, 0px 0px, 216px 116px;
}
.upload-detail p {
    margin: 0;
}
.left-panel p {
    color: #fff;
}
.seller-registration {
    margin: 0 auto;
    max-width: 1100px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 11px 13px;
    border-radius: 11px;
}
.form-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
}
.upload-image {
    border: none;
    padding: 0;
    border-radius: 0px;
}
.cover-image img{border-radius: 10px}
.link-btn {
    text-align: left;
    margin-top: 0px;
}
.link-btn button.btn.btn-blue-bg {
    background: #4070ff15;
    color: #4070ff;
    border: none;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0;
    line-height: 29px;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 11px;
}
button.btn.btn-outline.btn-block {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 11px;
    padding: 15px 20px;
}
 .business-hours p {
    color: #fff;
}
.custom-switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.custom-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 51px;
    height: 25px;
    background: #252525;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-bottom: 0;
}
label.apply-to-all input {
    margin-right: 6px;
    border: none;
    background: none;
}

label.apply-to-all {
    align-items: center;
    display: flex;
} 
.custom-switch label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.custom-switch input:checked + label {
    background: #222222;
}

.custom-switch input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.custom-switch label:active:after {
	width: 30px;
}

.check.custom-switch {
    padding-left: 20px;
}
.success-registration{text-align: center}
.success-registration img {
    width: 75px;
    margin-bottom: 20px;
}
.success-registration h2 {
    margin-bottom: 10px;
    font-size: 27px;
}
.success-registration p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}
.postTitle {
    color: #000;
    line-height: 20px;
}
.write-review {
    text-align: left;
    margin-top: 0;
}
.link-btn button.btn.btn-blue-bg  span.plus {
    border: 2px solid #4070ff;
    height: 28px;
    width: 28px;
    display: inline-block;
    line-height: 25px;
    border-radius: 50%;
}
.social-btn span {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.collapsible.d-flex {
    justify-content: space-between;
}
.collapsible.d-flex img {
    width: 18px;
    margin-right: 15px;
}

.down-arrow a {
    text-align: center;
    background: #fff;
    text-align: center;
    display: inline-block;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 35px;
    height: 35px;
    align-items: center;
    border-radius: 50%;
    margin-top: 0;
}
.variation-prev-box {
    position: relative;
}

.variation-prev-box .m-delete {
    position: absolute;
    top: 23px;
    right: 20px;
}
button.btn.btn-blue-bg.btn-sm {
    padding: 10px 14px !important;
    font-size: 13px !important;
}
.link-btn button.btn.btn-blue-bg.btn-sm span.plus {
    border: 2px solid #4070ff;
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 22px;
    border-radius: 50%;
    font-size: 16px;
}
.collapsible.d-flex img {
    width: 18px;
    margin-right: 0;
    height: 18px;
}
.collapse-body{display: none;}
.login-box .form-button button {
    font-size: 18px;
    font-weight: 500;
}
.login-signup-header a {
    color: #4070ff;
}
.left-panel.user-listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.admin-box-white {
    border-left: 1px solid #cccccc5c;
    margin-top: 0 !important;
    border-radius: 0 !important;
}  
.left-panel.user-listing li a {
    color: #222;
    padding: 11px 5px;
    display: block;
    font-size: 16px;
    padding: 15px 20px;
    padding-left: 57px;
}
.side-menu-wrapper h3 {
    font-size: 18px;
    margin-bottom: 9px;
    margin-top: 40px;
    margin-left: 6px;
}
.left-panel.user-listing {
    background: #fff;
    padding: 0;
    border-radius: 0;
    height: 100%;
    position: fixed;
    top: 137px;
    bottom: 0;
    width: 340px;
    left: 0;
    z-index: 0;
}
.left-panel.user-listing {
    position: static;
}
.tabbing-buttons .active {
    background: #4070ff15;
    color: #4070ff;
}
.tabbing-buttons a:hover{
    background: #4070ff15;
    color: #4070ff;
    border-bottom: 2px solid #4070ff;
} 
.tab_header.gig-tabbing .item.active {
    background: #4c8dff;
    color: #fff;
}
.tab_header.gig-tabbing .item {
    border: 2px solid #4c8dff;
    border-radius: 10px;
    margin-right: 10px;
} 
h2.main-title-user.header-fix {
/*    position: fixed;*/
    z-index: 9;
    background: #fff;
    left: 28%;
    top: 149px;
    right: 20px;
}
h2.main-title-user div{    transition: position 0.5s ease-in;}
h2.main-title-user.header-fix div {
    position: fixed;
    z-index: 9;
    background: #fff;
    right: 0;
    left: 27.8%;
    top: 152px;
    padding: 10px 0;
    padding-top: 0;
}

.tabbing-buttons a {
    background: #fff;
    padding: 11px 20px;
    border-radius: 0px;
}
a.text-blue.outline-blue {
    border: 1px solid #4070ff;
    padding: 4px 20px;
    border-radius: 5px;
}
.text-muted {
    color: #979797;
    font-size: 11px;
}
.side-menu-wrapper li a.active {
background: #4070ff15;
    color: #4070ff;
    margin: 0 20px;
    border-radius: 50px;
    padding-left: 50px;
}
.after-login-user .text-left small {
    font-weight: 200;
    font-size: 15px;
    color: #324158;
    transform: translateY(2px);
    display: inline-block;
    font-weight: 400;
} 
.after-login-user h4.icon-box-title img {
    width: 17px;
}
.after-login-user .text-left  a{color: #4070ff; text-decoration: none; font-weight: 400;} 
.top-row-bar {
    padding: 10px 21px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99
}
#manage-profile .post-area{border: none}
div.switch label {
    font-size: 2rem;
    position: relative;
    color: #000;
    left: 0;
    position: absolute;
    left: 16px;
    top: 48px;
}
.user h5{color: #fff}

.header-right .after-login-user.d-flex.user-profile-head {
    display: none !important;
}
.user {
    color: #fff;
}
.payout   b {
    color: #222;
}
.left-panel.user-listing .side-menu-wrapper {
list-style: none;
    padding: 0;
    margin: 0;
    padding: 20px 0px;
    margin-top: 0px;
/*
    overflow: auto;
    height: calc(100vh - 150px);
*/
}
.side-menu-wrapper .after-login-user.d-flex {
/*    padding: 0 20px;*/
}
body {
    background: #fff !important;
}
.tab_header.gig-tabbing div {
    padding: 5px 25px;
}
.left-panel{padding-left: 0 !important; padding-right: 0 !important}
.more-setting {
    position: absolute;
    top: 61px;
    background: #fff;
    border-radius: 7px;
    right: 10px;
    padding: 11px 13px !important;
    /* position: relative; */
    width: 300px;
}
.more-setting img {
    width: 26px !important;
}
.cover-image a img {
    width: 50px;
}

.more-setting img {
    width: 26px !important;
    height: 26px;
    position: absolute;
    left: -7px;
    top: 1px;
}
.more-setting:after {
    content: "";
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    position: absolute;
    right: 10px;
}
.more-setting li {position: relative}
.more-setting li a {
    padding: 7px 0;
    display: block;
    display: flex;
    justify-content: space-between;
    padding-left: 23px;
}
.form-control.custom-select {
    border: none;
    border-radius: 11px;
    background: #4070ff2e;
    color: #4070ff;
}
.bb-none{border-bottom: none !important}
.more-setting h3 {
    font-size: 15px;
    margin-bottom: 0;
}
.more-setting {
    padding: 4px 11px;
}
.more-setting h3 {
    font-size: 15px;
    margin-bottom: 7px;
}
.more-setting ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.add-card .down-arrow {
    position: absolute;
    right: -10px;
    top: 0;
}
.cover-menu img {
    width: 100%;
}
.cover-menu {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 40px;
}
.user-accordian ul li a.active {
    border-bottom: 3px solid #4070ff;
    padding-bottom: 7px;
}

.user-accordian ul li a {
    font-size: 18px;
    color: #000;
}
.user-accordian ul li {
    list-style: none;
    flex: 1;
    text-align: center;
}
.user-accordian ul li a.active {
    border-bottom: 3px solid #4070ff;
    padding-bottom: 7px;
}
.user-accordian {
    min-height: 500px;
    margin-top: 40px;
}
.user-accordian ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.reviews {
    text-align: center;
    margin: 120px 0;
}
.manage-store > div {
    margin-bottom: 40px;
    align-items: center;
}
.search input {
    background: #f2f2f2;
    height: 52px !important;
    border-radius: 60px;
    border: none;
}
.search button {
    position: absolute;
    left: 22px;
    top: 10px;
    padding: 0;
    border: none;
    width: 30px;
    opacity: 0.5;
}
.search {
    position: relative;
}
.date-timelist li {
    margin-left: 17px;
}
.date-timelist {
    width: 100%;
}
.date-timelist ul {
    display: flex;
    justify-content: flex-end;
}
.date-timelist li {
    list-style: none;
    font-size: 12px;
}
.message-wrapper.manage-store .store-name {
    align-items: flex-start;
}
.manage-orders .product-desc .plus {
    font-size: 28px;
    border: 2px solid;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #4070ff;
}
.message-description p {
    font-size: 17px;
    margin-bottom: 0;
}
.message-description-wrapper>div {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.search-bar button {
    position: absolute;
    right: 14px;
    width: 40px;
    top: 13px;
    border: none;
}
.search-bar button {
    position: absolute;
    right: 14px;
    width: 40px;
    top: 13px;
    border: none;
}
/*
.search-bar input {
    background: #f2f2f2;
}
*/
button.btn.btn-trans {
    background: transparent;
    border: none;
    color: #4070ff;
    font-weight: 300;
}
button.btn.btn-trans img {
    width: 16px;
    margin-left: 4px;
}
.free-shipping{margin-left: 20px}
.left-panel.user-listing figure img {
    border-radius: 90px;
    width: 100px;
}
button.btn.green-trans.btn-sm.free-shipping {
    padding: 10px 11px;
    font-size: 12px;
    border-radius: 5px;
}
.left-panel.user-listing figure {
    text-align: center;
    margin-right: 20px;
}
.left-panel.user-listing figure{text-align: center}
.profile-image {
    display: flex;
    background: #154387;
    padding: 10px 10px;
    align-items: center;
    border-radius: 0;
}
.link-btn.variation-box button{
    font-size: 12px !important;
    padding: 7px 12px !important;
    background: #fff !important;
    color: #4070ff !important;
    border: 1px solid #4070ff !important;}
.link-btn.variation-box .plus{
    width: 20px !important;
    height: 20px !important;
    line-height: 18px !important;
    background: #fff !important;
    color: #4070ff !important;
    border: 1px solid #4070ff !important;}
.link-btn.variation-type {
    display: flex;
    flex-wrap: wrap;
}
.variation-wrapper {
    padding-top: 24px;
    padding-bottom: 14px;
}

.variation-wrapper .form-title {
    position: absolute;
    top: -15px;
    background: #fff;
    padding: 0 10px;
}
.variation-wrapper {
    border: 2px solid #ccc;
    border-radius: 5px;
    position: relative;
    padding-left: 16px;
}
.variation-elements .elem {
    width: auto;
    border: 1px solid #787575;
    text-align: center;
    margin-right: 13px;
    padding: 5px 14px;
    border-radius: 4px;
    margin-bottom: 14px;
}
.variation-image {
    background: #fff;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.row>.col {
    width: auto;
}
.add-images {
    display: flex;
    margin-top: 20px;
}
.add-image {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #26c;
    text-align: center;
    font-size: 34px;
    font-weight: 300;
    border-radius: 5px;
    margin-right: 10px;
    color: #26c;
}


.add-images {
    display: flex;
    margin-top: 20px;
    margin-top: 7px;
}
div#add-image {
    margin-top: 15px;
}
div#add-image {
    margin-top: 14px;
}
div#add-image h6{
    margin-bottom: 5px;
        font-weight: 400;
}
div#get-start button {
    border: 1px solid #26c;
    color: #26c;
    font-weight: 500;
    margin-right: 15px;
    background: #f1f6ff;
    text-transform: none;
}
.customize-variation h4 {
    font-size: 22px !important;
}
.save.text-right.link-btn button.save-btn {
    padding: 8px 25px !important;
    margin-left: 17px;
    border-radius: 8px;
    background: #4070ff;
    color: #fff;
}
.save button.btn.btn-outline {
    border: 1px solid #4070ff;
    color: #4070ff;
    padding: 14px 25px !important;
    border-radius: 7px;
}
button.btn.btn-blue-bg.save-btn {
    border-radius: 7px;
    padding: 12px 25px !important;
}
.variation-preview > h4 {
    font-size: 22px !important;
    text-align: left;
}
.fz17{font-size: 17px;}
.variation-detail.product-single h4 {
    text-align: left;
}
.time-box input {
    padding: 0;
    min-height: 35px !important;
}

.pro-veriation h6 {
    font-size: 20px;
}
.variation-elements {
    display: flex;
    flex-wrap: wrap;
}
.close-elem {
    position: absolute;
    right: -7px;
    top: -7px;
    background: #2e2e2e;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    transform: scale(0);
    
}
.close-elem:hover {
    transform: scale(1.2) !important;
    background: #df4759;
}
.elem{position: relative}
.elem:hover .close-elem {
    transform: scale(1);
}
.customize-variation h4 {
    font-size: 17px;
}

.customize-variation {
    margin-top: 25px;
}
.pro-veriation {
    background: #f5f5f578;
    padding: 30px 20px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;
    text-align: left;
}
.var-title {
    border: 1px solid #222;
    display: inline-block;
    padding: 4px 12px;
    color: #222;
    border-radius: 5px;
    margin-bottom: 20px;
}
.pro-veriation:before {
/*    content: "";*/
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 15px solid #f5f5f5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    z-index: 9;
}
.save button {
    font-size: 15px !important;
    margin-left: 15px;
    font-weight: 500;
}
.save .btn-blue-bg {
    border: 1px solid #4070ff !important;
}
.save button.btn.btn-outline {
    border: 1px solid #4070ff;
    color: #4070ff;
}
.pro-veriation:after {
/*    content: "";*/
    width: 0;
    height: 0;
    position: absolute;
}
.pro-veriation input {
    background: #fff;
}
.pro-veriation label {
    color: #000;
}
.pro-veriation .row > div {
    margin-bottom: 20px;
}
.pro-veriation:after {
/*    content: "";*/
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 15px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
}
.variation-preview {
    margin-top: 30px;
}
.variation-preview h4 {
    font-size: 17px;
}
.variation-prev-box {
    background: #f5f5f578;
    padding: 17px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 25px;
}
.variation-detail.product-single h4 {
    font-size: 25px;
    margin: 0;
    margin-bottom: 10px;
}
.variation-detail.product-single .variations {
    margin-bottom: 20px;
}
.variation-prev-box h5 {
    margin-top: -19px;
    margin-bottom: 12px;
    font-size: 15px;
    display: inline-block;
}
.variation-detail.product-single .variations {
    margin-bottom: 15px;
}

.variation-detail.product-single .variations span {
    background: #a9d7ff;
    padding: 2px 14px;
    border-radius: 5px;
    color: #222;
}
.cjeck-list {
    display: flex;
    justify-content: space-between;
        margin-bottom: 50px;
}
.form-wizard-steps li small {
    position: absolute;
    opacity: 1;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    white-space: nowrap;
}
.done {
    text-align: center;
    margin-right: 72px;
    margin-top: 25px;
    color: #2266cc;
    margin: 25px auto 0;
    width: 33.3%;
}
.update-related-note {
    background: #0080001a;
    position: absolute;
    bottom: 0;
    z-index: 999;
}

.icon {
    width: 100px;
    padding: 0 28px;
    margin-right: 40px;
    margin-top: 25px;
    margin: 0 auto;
    text-align: center;
}
.icon {
    width: 100px;
    margin-bottom: 12px;
}
#create-account button.btn.btn-blue-bg.btn-block {
    padding: 15px 0;
}
.or{position: relative;}
.or:after {
    content: "";
    width: 40%;
    height: 1px;
    background: #979797;
    position: absolute;
    left: 50%;
    top: 11px;
    transform: translateX(-50%);
}
.select-seller-type p {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #222;
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
}

.or span {
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 0 10px;
    font-weight: 500;
    color: #222;
}

.update-related-note {
    background: #adffad47;
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 11px 0;
    backdrop-filter: blur(5px);
    bottom: -90px;
    transition: all 0.5s ease;
}
.update-related-note.under-review{
    bottom:0
} 
.update-related-note img {
    width: 60px;
}
.update-related-note p {
    font-size: 25px;
    margin: 0;
    margin-left: 14px;
    margin-top: 9px;
    color: #0f950f;
}
.login-box {
    max-width: 1000px;
    margin: 0 auto;
}
.login-signup-header p {
    font-size: 13px;
}
.login-signup-header h1 {
    font-size: 30px;
    margin-bottom: 0;
}
.center-xy .switch {
  display: inline-block;
  width: 46px;
  height: 23px;
  padding: 4px;
  border-radius: 20px;
  background: #ccc;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: background 350ms ease;
}
.center-xy .switch:before, .switch:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transition: all 350ms cubic-bezier(0, 0.95, 0.38, 0.98), background 150ms ease;
}
.center-xy .switch:before {
  background: rgba(128, 128, 128, 0.075);
  transform: translate3d(0, -50%, 0) scale(0);
}
.center-xy .switch:after {
  background: grey;
  transform: translate3d(0, -50%, 0);
}
.center-xy .switch:active:before {
  transform: translate3d(0, -50%, 0) scale(3);
}

.center-xy input:checked + .switch {
  background: #4070ff;
}
.center-xy input:checked + .switch:before {
  background: rgb(255 255 255);
  transform: translate3d(100%, -50%, 0) scale(1);
}
.center-xy input:checked + .switch:after {
  background: #83b154;
  transform: translate3d(100%, -50%, 0);
}
.center-xy input:checked + .switch:active:before {
  background: rgba(131, 177, 84, 0.075);
  transform: translate3d(100%, -50%, 0) scale(3);
}

.time-box {
    margin-bottom: 15px;
    margin-top: 15px;
}
div#Same-day-home-delivery {
    width: 100%;
    margin: 0 auto;
}
button.btn.btn-blue-bg.btn-block.blue-text {
    background: no-repeat;
    padding: 10px 0 0 !important;
}
div#Same-day-home-delivery .form-title {
    font-size: 27px;
}
.time-box b {
    font-weight: 500;
    text-align: left;
}
#progress-bar {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0px 15px 40px;
    table-layout: fixed;
    width: 100%;
    counter-reset: step;
}
#progress-bar li {
  list-style-type: none;
  display: table-cell;
  width: 33.33%;
  float: left;
  font-size: 16px;
  position: relative;
  text-align: center;
}
#progress-bar li:before {
  width: 50px;
  height: 50px;
  color: #212121;
  content: counter(step);
  counter-increment: step;
  line-height: 50px;
  font-size: 18px;
  border: 1px solid #efefef;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #fff;
  z-index: 9;
  position: relative;  
}
#progress-bar li:after {
  width: 100%;
  height: 10px;
  content: "";
  position: absolute;
  background-color: #fff;
  top: 21px;
  left: -50%;
  z-index: 0;
    border: 1px solid #4070ff;
}
#progress-bar li:first-child:after {
  content: none;
}
#progress-bar li.step-done {
  color: #4070ff;
}
#progress-bar li.step-done:before {
    border-color: #4070ff;
    background-color: #4070ff;
  color: #fff;
  content: "";
  font-family: "FontAwesome";
    position: relative;
    z-index: 9;
    
}
#progress-bar li.step-done + li:after {
  background-color: #4070ff;
}
#progress-bar li.step-active {
  color: #4070ff;
}
#progress-bar li.step-active:before {
  border-color: #4070ff;
  color: #4070ff;
  font-weight: 700;
}
.logo-image.upload-image.d-flex.align-items-center .upload {
    background: none !important;
    margin-top: -52px !important;
    margin-left: 20px;
}
.logo-image.upload-image.d-flex.align-items-center .upload {
    background: none !important;
    margin-top: -62px !important;
    margin-left: 20px;
    width: 107px;
    margin-bottom: 0px;
}
.logo-image.upload-image.d-flex.align-items-center img {
    border-radius: 50%;
        background: #fff;
        border: 5px solid #fdf9f9;
}
/*
.search-bar input {
    width: 100%;
    background: #f5f5f5;
    padding: 15px 20px;
    border-radius: 55px;
    font-size: 16px;
    text-transform: capitalize;
}
*/
/*
.search-bar {
    margin-bottom: 25px;
}
*/
button.btn.btn-green-dim-bg {
    background: #7ed9572e;
    border: none;
    color: #008037;
    font-weight: 500;
}
button.btn.green-bg-trans {
    background: #06738236;
    color: #43a047 !important;
}
.manage-store > div {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 34px;
    margin-bottom: 30px;
}
.manageReviews{
    padding-bottom: 12px;
}
.manage-store > div:last-child{border: none}
.promotion-bar {
    margin: 15px 0;
}
.manage-orders .ratings-container {
    font-size: 20px;
}

.contact-option button.btn {
    border-radius: 11px;
    margin-bottom: 15px;
}
.text-success {
    color: #43a047;
}
.form-wizard-seller-registration.contact-option h5 {
    margin-top: 10px;
}

.promotion-bar button {
    border-radius: 11px;
    font-size: 15px;
    padding: 14px 0;
}
ul.d-flex.delivery-option input {
    margin-right: 8px;
}
button.btn.btn-green-dim-bg {
    background: #7ed9572e;
    border: none;
    color: #008037;
    font-weight: 500;
}
.edit-listing a {
    color: #4070ff;
    border: 2px solid #c8d9fd;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 11px;
    font-weight: 500;
    font-size: 15px;
}
.m-delete a {
/*    background: #ff16162e;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    color: #d60000;*/
/*    line-height: 30px;*/
/*    font-size: 16px;*/
/*    border-radius: 50%;*/
/*    margin-bottom: 5px;*/
}
.m-delete a:hover{opacity: 0.8}
.live {
    text-align: right;
}
.cartitemsdiv + .checkout-box {
    padding: 0;
    margin-top: 30px;
}
.cartitemsdiv + .checkout-box  .shipto {
    padding: 20px 0;
    padding: 13px 20px 13px !important;
}
.m-delete {
    text-align: right;
}
span.del-list {
    background: #ff000099;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 100;
    font-size: 19px;
}
span.del-list strong{font-weight: 200}
span.del-list:hover{transform: scale(1.05)}
.dropZoneOverlay {
    background: #171717;
    border-radius: 10px;
}
.form-wizard-seller-registration .search-bar {
    margin-bottom: 40px;
}
select.form-control[name='category'], select.form-control[name='subcategory'] {
/*    color: #a5c8ff;*/
}
.container_item  .cart-box + .checkout-box {
    padding: 15px 0px 0 !important;
}
p.deliveryname {
    font-weight: 600;
    margin-bottom: 5px;
}
 .shipto {
    padding: 20px 0;
    padding: 13px 20px !important;
}
.close {
        opacity: .7 !important;
    font-weight: 100 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px !important;
    border-color: #000000 !important;
    color: #000;
}
.editbutton{cursor: pointer}
.live a {
    background: #7ed9572e;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 50px;
    margin-top: 10px;
    display: inline-block;
    color: #008037;
}
button.btn.btn-green-dim-bg.btn-block.draft\=promot {
    border: 2px solid #a6a6a640;
    background: no-repeat;
    color: #bdbdbd;
    font-weight: 600;
}
button.btn.btn-green-dim-bg.btn-block.inreview-prompt {
    background: no-repeat;
    border: 2px solid #7ed9574a;
    color: #008037;
    
}
.manage-list {
    border-bottom: 1px solid #cccccc75;
    padding-bottom: 30px;
}
.manage-list:last-child {
    border-bottom: none;
    padding-bottom: 30px;
}
.note-pml {
    margin-top: 20px;
    font-size: 12px;
}
.m-content p {
    margin-bottom: 0;
}
.m-price b {
    color: #000;
    font-weight: 600;
}
b {
    font-weight: 600;
}
.tncpages b {
    font-weight: 700;
}
.manage-list {
    margin-bottom: 30px;
}
.promotion-price-section {
    background: #4070ff2b;
    padding: 25px 25px;
    border-radius: 11px;
    margin-bottom: 20px
}
.promotion-box-line {
    margin-top: 30px;
}
.promotion-box-line h4 {
    font-size: 22px;
    margin-bottom: 3px;
}
.promotion-box-line p {
    font-size: 15px;
    line-height: 24px;
}
.promotion-box-line h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.promotion-box-line {
    margin-top: 30px;
    margin-bottom: 33px;
}
.promotion-price-section.white-bg{
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    padding: 10px 18px;
    background: #fff;
}
.promotion-price-section {
    cursor: pointer;
}
.promotion-price-section.active {
    border: 2px solid #4070ff;
}
.live.in-review a {
    white-space: nowrap;
    background: #4070ff2e;
    color: #4070ff;
}
.pay-method {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #4c8dff59;
    padding: 8px 10px;
    border-radius: 11px;
}
.fig-side {
    display: flex;
}
.fig-side img {
    margin-right: 11px;
}
.fig-side p {
    font-weight: 600;
}
.manage-account a {
 background: #4070ff2b;
    padding: 15px 20px;
    display: block;
    margin-top: 25px;
    border-radius: 5px;
    color: #4070ff;
    border-radius: 60px;}
.payment-or {
    text-align: center;
    margin-top: 30px;
}
.manage-account {
    text-align: center;
}
.paypal {
    padding: 15px 0px;
    text-align: center;
    border: 1px solid #7f7f7f;
    border-radius: 55px;
    margin-top: 40px;
}
.paypal img {
    height: 25px;
}
.nice {
    padding: 10px 10px;
    margin-top: 20px;
    border-radius: 11px;
}

.nice p {
    margin-bottom: 0;
    line-height: 18px;
    font-weight: 500;
}
.nice img {
    margin-right: 12px;
    margin-top: 4px;
    height: 20px;
    width: 20px;
}
.nice {
    padding: 10px 10px;
    margin-top: 20px;
    border-radius: 11px;
    background: #7ed9572e;
    display: flex;
}
 
.nice p {
    margin-bottom: 0;
    color: #008037;
}
.promotion-price-section .price {
    color: #4070ff;
    font-weight: 500;
    font-size: 35px;
}
.total-due {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
    font-size: 20px;
}
.credits-for-permotion {
    background: #7ed9572e;
    color: #008037;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 11px;
    font-size: 15px;
}
.credits-for-permotion img {
    height: 30px;
}
.p-line {
    font-size: 16px;
    margin-left: 0px;
    line-height: 24px;
}
.p-line b {
    display: block;
    font-weight: 900;
    color: #000;
}
.credits-for-permotion {
    background: #ecf9e6;
    color: #008037;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 11px;
    width: 100%;
}
.trend h4, .recommendation h4 {
        font-size: 15px;
    margin-top: 15px;
}
.recomendations .name {
    font-size: 12px;
}
.recomendations .blue-tick img {
    width: 11px !important;
}
.recomendations .psc .user-info p {
    font-size: 10px;
    color: #222;
}
.follow-btn {
    text-align: right;
}
.follow-btn a {
    color: #4070ff;
    border-radius: 50px;
    border: 2px solid #4070ff;
    padding: 2px 15px;
    font-size: 13px;
}
.counters div {
    color: #000;
}
.product-full-arrow a {
    display: block;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
p.prom-box {
   color: #4070ff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 11px;
    font-weight: 500;
    background: #4070ff2b;
    margin-bottom: 0;
}
.deactivate-account .profile-image {
    background: no-repeat;
}
.deactivate-account .profile-image {
    padding: 0;
}
.deactivate-account .profile-image img{width: 50px; height: 50px}
.deactivate-account .profile-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.deactivate-account .user p, .deactivate-account .user h5 {
    color: #222;
}
.deactivate-account  .profile-image figure {
    margin-right: 13px;
    margin-bottom: 20px;
}
.balance-box {
    border: 2px solid #4070ff59;
    border-radius: 10px;
    padding: 15px;
}
.balance-box .balance {
    font-weight: 700;
    font-size: 50px;
    color: #000;
}
.balance-box h2 {
    font-weight: 300 !important;
    font-size: 25px;
}
.balance-box .balance {
    font-weight: 700;
    font-size: 45px;
    color: #000;
}
.balance-box p {
    margin-bottom: 5px;
    font-size: 18px;
}
.payout .header img {
    height: 50px;
}
.header-payout img {
    height: 50px;
}
.linked-account{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;}
.linked-account p{margin-bottom: 0;}
.linked-account {
    border: 2px solid #cbd9ff;
    padding: 15px 15px;
    border-radius: 11px;
    margin-top: 14px;
    justify-content: space-between;
    background: #fff;
    border: none;
}
#paymentmethods .card-details label{
    display: flex;
    cursor: pointer;
}
.seller-rating .rating {
    margin-top: 20px;
}
.ratingtype {
    margin-right: 10px;
    font-size: 18px;
    width: 100px;
}
.ratingNumber {
    flex: 1;
}
.rtwrapper {
    background: #ccc;
    width: 100%;
    height: 10px;
    border-radius: 55px;
}
.rtinner {
    background: #ff0000;
    width: 30%;
    height: 10px;
    border-radius: 50px;
}
.seller-rating .rating > div {
    margin-bottom: 15px;
}
/*
.write-review{  
    text-align: center;
    margin-top: 50px;
}
*/
.ratings-container + .product-price  .price{margin-right: 5px}
.ratings-container + .product-price {
    display: flex;
    align-items: center;
}
.write-review button {
    background: #4070ff;
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 14px 60px;
    font-size: 16px;
    border-radius: 50px;
}
.checkout label .card-logo img {
    width: 25px;
    margin-top: 5px;
    margin-right: 0;
}
.cart-box.mb-4.p-0.checkout .qty {
    text-align: right;
    font-weight: 500;
}
.action-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.manage-orders > .row {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.manage-orders > .row:last-child {
    border: none;
    margin: 0;
}
.verification-account .icon {
    background: #4070ff38;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 33px;
    text-align: center;
    padding: 0;
    border-radius: 50%; margin-right: 15px;
    flex-shrink: 0;
}
.manage-orders .u-icon {
    flex-shrink: 0;
    margin-right: 7px;
}
.manage-orders .u-text h3 {
    font-size: 12px;
}
.manage-orders .charge {
    padding: 3px 6px;
    margin-left: 9px;
    font-size: 11px;
}
.manage-orders .usp ul li img {
    width: 37px;
}
.deactivate-account .profile-image .user p{color: #222}
.verification .icon img {
    width: 45px;
}
.align-items-cener {
    align-items: center;
}
.verification h4 {
    margin-bottom: 0;
    font-size: 17px;
}
button.btn.blue-bg-trans {
    background: #4070ff30;
}
.br11{border-radius: 11px;}
.p10 {
    padding: 11px 25px !important;
}
.disputed {
    padding: 10px 15px;
}
.disputed h4 {
    font-size: 17px;
}
.disputed h4 {
    font-size: 17px;
    margin: 0;
}
  
.dispute-description textarea {
    background: transparent;
    border: 2px solid #ccc;
    padding: 13px;
    border-radius: 10px;
    border: 2px solid #ccc;
    height: 180px;
}
ul.disputed-reasons li {
    padding: 10px 0;
}
ul.disputed-reasons li input {
    width: 26px;
    height: 26px;
    border: 2px solid #ccc;
    border-radius: 50%;
    float: right;
}
ul.disputed-reasons li {
    font-size: 15px;
}

.v-box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.v-box:last-child {
    border: none;
}
.verification-account h2 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 500;
}
.verification-account p {
    font-size: 15px;
}
.business-website {
    border-top: 1px solid #ccc;
    padding-top: 40px;
}
.business-website label {
    font-size: 18px;
    margin-bottom: 18px;
    display: block;
}
.fw100{font-weight: 100;}
.product-desc {
    flex: 1;
}
.trend h4 {
    margin-top: 10px;
    margin-bottom: 15px;
}
.manage-orders .product-bg-box {
    height: 100px;
    width: 100px;
    margin-right: 20px;
}
.orders-list {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 15px;
}
.product-desc button.btn.blue-bg-trans.text-blue.br11.p10.fw100 {
    position: relative;
    top: 7px;
}
.order-leftdesc {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.mh87{min-height: 87px}
.order-leftdesc .price {
    margin-bottom: 3px;
}
.order-leftdesc p{
    margin-bottom: 0
}
/*.manage-orders .product-desc{min-height: 100px;}*/
.product-bg-box {
    background: transparent;
    height: 100%;
    height: 110px;
    border-radius: 10px;
}
.product-desc > div{
    min-height: 87px
}
.view-detail-btn{background: #4070ff !important; color: #fff !important}
.manage-orders .product-desc .price b {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.shipping-info {
    margin-top: 40px;
}
.shipping-info h3, .order-status-wrapper h3 {
    font-size: 20px;
}
.order-status-wrapper {
    border-top: 1px solid #cccccc75;
    padding-top: 25px;
    margin-top: 30px !important;
    display: block;
}

.seller-registration-box li.active i {
    opacity: 0 !important;
}

.manage-orders .product-desc p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #222;
}
.order-status-wrapper b {
    color: #222;
}
.total-amount {
/*    border-top: 1px solid #ccc;*/
    padding-top: 20px;
}
.total-amount>div {
    margin: 13px 0;
}
.tncpages ol p {
    margin-bottom: 0;
}    
.tncpages h5 {
    font-size: 1.6rem;
    margin-bottom: 0;
}
.cubetnc{font-size: 24px;}
.total-amount-footer {
/*    border-top: 1px solid;*/
    margin-top: 14px;
    display: block;
    padding: 16px 10px;
    font-weight: 700;
    color: #222;
}
.expected button {
    background: #4070ff30;
    padding: 10px 15px;
    font-weight: 100;
    color: #4070ff;
    font-weight: 100;
    font-size: 12px;
}
.receipt-items p {
    font-size: 18px;
    color: #4070ff;
    font-weight: 100;
}
.receipt-items .price {
    font-size: 18px;
}
ul.d-flex.attributes {
    justify-content: space-between;
}
.receipt-items .items > div {
    margin-bottom: 20px;
}
.manage-store .store-name {
    font-size: 25px;
    color: #222;
}
.store-name img {
    width: 80px;
    margin-right: 16px;
}
.manage-store .store-name {
    align-items: center;
}
.manage-store .edit img {
    width: 20px;
}
.manage-store .store-logo {
    margin-right: 15px;
}
.store-address {
    font-size: 12px;
    max-width: 250px;
    margin-top: 10px;
}
.store-name {
    display: flex;
    
}
.store-name.d-flex{
    align-items: flex-start;
}
.store-name .store-logo img {
    width: 50px;
    height: 50px
}
.manage-store span.verified img {
    width: 25px;
}
.store-logo {
    margin-right: 0px;
}
.store-name h5 {
    
    margin-bottom: 7px;
    font-size: 20px;
}
.coupon .form-control {
    min-height: 3rem !important;
}
.checkout-box.paymentboxdiv div#paymentmethods {
/*    padding: 0 !important;*/
    padding: 20px 25px !important;
}
.checkout-box.paymentboxdiv .add-card {
    border: none !important;
    padding: 0 !important
}
.d-flex.like-dislike a {
    margin-right: 14px;
    text-align: center;
    font-size: 16px;
}
.d-flex.like-dislike img {
    width: 30px;
    display: block;
    margin: 0 auto 7px;
}
.manage-store .store-name .store-name {
    align-items: start;
    flex-direction: column;
}
.add-card .title img {
    width: 35px;
    margin-right: 8px;
}
fieldset#productstep2 {
    padding: 0;
}
.add-card .title h4 {
    color: #000;
    font-weight: 500;
    font-size: 22px;
}
.card-details + .action-button img {
    width: 20px;
}
.admin-box-white {
    min-height: calc(100vh - 170px) !important;
} 
.add-card {
    border: 1px solid #d4d2d2 !important;
    border-radius: 11px;
    padding: 15px 15px;
}
.cover-image a img {
    width: 80px;
}
.cover-image  {position: relative}

.view-profile {
    margin-top: 21px;
}
.back-to-social {
    padding: 11px 22px;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #000;
    position: relative
}
.back-to-social span {
/*    background: #f5f5f5;*/
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
/*    position: absolute;*/
    left: 20px;
}
button.btn.btn-blue-bg.btn-block.br_28:hover {
/*    background: var(--button-light) !important;*/
}
.seller-blue-btn:hover{background: #1b6eeb;
    color: #fff;
    border-color: #4070ff;}
span.back-arrow:hover {
    background: #D9D9D9;
    cursor: pointer;
}
.balance-search {
    margin: 25px 0 0;
}
.logout a {
    color: #d11414;
    font-weight: 600;
}

.logout {
    text-align: center;
    margin-top: 80px;
}
/* } */
table.table.order-table td {
    padding: 12px 10px;
}

table.table.order-table th {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.cover-image > a {
    position: absolute;
    right: 10px;
    bottom: 38px;
}
.profile-text > div {
    justify-content: center;
    align-items: center;
}
.profile-text img {
    width: 60px;
    margin-right: 10px;
}

.profile-text > div {
    justify-content: center;
}
.profile-text > div p {
    margin-bottom: 0;
    font-size: 13px;
}

.profile-text > div h2 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
}
.profile-text > div p {
    margin-bottom: 0;
    font-size: 13px;
}
.add-more-post img {
    width: 70px;
}

.add-more-post {
    position: absolute;
    bottom: -90px;
}
.add-more-post{display: none; transition: all 0.5s ease;}
.add-more-post.hide-plus {
    transform: scale(0);
}
.add-more-post.show{display: block}
.navigation .more-action li a {
    padding: 0 20px;
    font-size: 14px;
    display: block;
}
img.upload-cover {
    /* position: absolute; */
    bottom: 0;
    top: inherit;
    right: 0;
    width: 40px !important;
    height: 40px !important;
    z-index: 9999;
}
.user-image img {
    height: auto;
/*    width: 88% !important;*/
    /* margin-top: 8px; */
}

.user-image img {
    width: 110px;
/*    height: 100px;*/
}
.user-image {
/*    background: #fff;*/
    width: 120px;
    text-align: center;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}
.uploadImg{
    overflow: visible;
}

.user-image {
    /* position: absolute; */
    left: 20px;
    top: 0;
/*    border: 1px solid #ccc;*/
}
button.btn.btn-outline.time-date {
    border: none;
    padding: 0;
    font-weight: 100;
}
.user-name {
    margin-top: 55px;
    margin-left: 13px;
}
.cover-image {
    margin-bottom: 10px;
    position: relative;
}
.user-profile-wrapper {
    display: flex;
    padding-left: 15px;
    margin-top: -50px;
    flex-direction: column;
}
.user-profile-wrapper .user-name {
    margin-top: 5px;
    margin-left: 13px;
}
.user-profile-wrapper .user-name p {
    font-size: 12px !important;
}
.user-profile-wrapper .user-name {
    white-space: nowrap;
    width: 120px; 
}

.user-profile-wrapper .user-name .verified-icon{margin-left: 5px}
.user-profile-wrapper h4{margin-bottom: 0}
.add-card + .linked-account {
    border: 2px solid #4070ff54;
    padding: 15px 15px;
    border-radius: 11px;
    margin-top: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.address-section {
    border: 2px solid #4070ff54;
    border-radius: 11px;
    padding: 10px 20px;
    position: relative;
}
.saved-address > h3 {
    font-size: 20px;
    font-weight: 500;
}
.address-section h3 {
    font-size: 20px;
}
.scan-card img {
    width: 28px;
    margin-right: 5px;
}
.scan-card {
    display: inline-block;
    border: 1px solid #4070ff4d;
    padding: 10px 20px;
    color: #4070ff;
    font-size: 20px;
}
.card-details {
    display: flex;
}
.card-details .card-logo {
    margin-right: 17px;
}
.scan-card {
    display: inline-block;
    border: 2px solid #4070ff4d;
    padding: 10px 20px;
    color: #4070ff;
    font-size: 20px;
    border-radius: 11px;
}
.manage-store > div {
    margin-bottom: 40px;
    align-items: center;
    
}
.green-trans {
    background: #00a44638;
    color: #43a047;
    font-weight: 100;
}
.verified img {
    width: 25px;
}
.address-section .verified {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
button.btn.red-trans {
    background: #d114142e;
    border: none;
    color: #d11414;
    font-weight: 300;
}

.text-red{color: #d11414;}
 table.table.order-table td {
    padding: 10px 0;
}
div.switch {
    width: auto;
    height: auto;
    position: absolute;
    right: 70px;
    top: 14px;
    transform: inherit;
    color: #fff;
    width: 100%;
    text-align: right;
    position: relative;
}
.switch {
    background: #f5f5f5;
    padding: 8px 9px;
    right: 0 !important;
}
.pt30 {
    padding-top: 30px;
}

div.switch input {
  appearance: none;
  width: 5rem;
  height: 2.5rem;
  border-radius: 1.5rem;
  border: 1px solid black;
  position: relative;
  background-color: grey;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}

div.switch input:checked {
  background-color: #4070ff;
}

div.switch label {
  font-size: 2rem;
  position: relative;
}
div.switch label {
    font-size: 2rem;
    position: relative;
    color: #000;
    left: 0;
    position: absolute;
    left: 16px;
    top: 45px;
    right: inherit;
    position: absolute;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
}

div.switch input:checked + label .off,
div.switch input + label .on {
  opacity: 0;
}

div.switch input:checked + label .on,
div.switch input + label .off {
  opacity: 1;
}

div.switch input::before {
  content: "";
  height: 2rem;
  width: 2rem;
  border-radius: 1.5rem;
  background-color: black;
  position: absolute;
  top: 1px;
  left: 3px;
  transition: all 0.2s ease-in-out;
}

div.switch input:checked::before {
  left: -40px;
}

div.switch .on,
div.switch .off {
  position: absolute;
  left: 3px;
  bottom: 4px;
}

div.switch input::after {
  content: "";
  height: 2rem;
  width: 2rem;
  border-radius: 1.5rem;
  background-color: #012e72;
  position: absolute;
  right: -40px;
  transition: all 0.2s ease-in-out;
}

div.switch input:checked::after {
  top: 1px;
  right: 3px;
}
.contact-support h3 {
    margin: 0;
    font-size: 25px;
}
.contact-support p {
    font-size: 18px;
    font-weight: 300;
}
.contact-support ul li a {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    font-size: 25px;
    font-weight: 100;
    border-bottom: 1px solid #ccc;
}
span.icon-memu {
    margin-right: 13px;
    display: none;
}

span.icon-memu img {
    width: 25px;
}
.contact-support ul li:last-child a{
    border: none
} 
.contact-support ul li {
    list-style: none;
    padding: 0;
}
.contact-support ul {
    padding: 0;
}
.contact-support p {
    font-size: 18px;
    font-weight: 300;
}
.contact-support h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 100;
}
.order-bordered {
    padding: 15px 12px;
    border: 1px solid #ccc;
    border-radius: 7px 7px 0 0;
}
.order-bordered b {
    color: #222;
}
.cancel-order .order-bordered {
    padding: 15px 12px;
    border: 1px solid #ccc;
    border-radius: 7px 7px 0 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
.manage-orders .order-detail {
    padding: 15px;
}
.arrow-noti {
    position: absolute;
    right: 0;
    width: 25px;
}
.text-right.time-date-noti ul li {
    margin-left: 43px;
}
.text-right.time-date-noti ul {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0;
    margin-bottom: 0;
}
.face {
    width: 100px;
    text-align: center;
    margin-right: 30px;
}
.face p {
    margin-top: 20px;
}
.ff img {
    height: 60px;
}
.feed-back h3 {
    font-weight: 300;
    font-size: 25px;
}
.attach-screen {
    margin: 25px 0;
}
.attach-screen button {
    padding: 10px 15px;
}
.attach-screen button img {
    width: 25px;
    margin-right: 6px;
}
.tankyou img {
    width: 28px;
    margin-left: -43px;
    margin-right: 8px;
}
.tankyou p {
    text-align: left;
    padding-left: 20px;
    font-size: 17px;
}
.tankyou {
    margin-top: 37px;
    padding-left: 25px;
}
.noti-box {
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
.no-notifications {
    text-align: center;
    max-width: 340px;
    margin: 90px auto;
}
.no-notifications img {
    margin-bottom: 20px;
}    
.no-notifications p {
    line-height: 21px;
    margin-top: 12px;
}
.no-noti-title {
    font-weight: 500;
    font-size: 23px;
    color: #000;
}
div#get-start button {
    border: 1px solid #26c;
    color: #26c;
    font-weight: 500;
    margin-right: 15px;
    background: #f1f6ff;
    text-transform: none;
    width: 350px;
}
/*
div#chat_result {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
}
*/
.aditional-comment h5 {
    margin-bottom: 10px;
    font-size: 20px;
}
.aditional-comment {
    padding: 25px 0;
}
.aditional-comment {
    padding-bottom: 0;
}
.noti-box .banner {
    padding: 20px 0;
}
.aditional-comment {
    padding: 10px 0;
}
.bt-none{border-top: none}
.mt-0 {
    margin-top: 0 !important;
}
.cancel-order .order-detail, .manage-orders  .order-detail {
    border: 2px solid #4070ff59;
    border-radius: 7px;
}
.cancel-order .order-detailin{ padding: 15px}
.reason {
    margin-top: 50px;
}
.reason h3 {
    font-size: 20px;
}
.reason h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.reason .row {
    padding: 15px 0;
    font-size: 20px;
    font-weight: 100;
}
.reason input {
    -webkit-appearance: auto;
    border: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    width: 45px;
    height: 25px;
}
.reason label {
    display: block;
    cursor: pointer;
}
button.btn.blue-bg-trans {
    background: #4070ff30;
    color: #4070ff;
    font-weight: 100;
}
.top-row-bar {
    display: flex;
    justify-content: space-between;
    top: 95px;
}
.sell-with a {
    border: 1px solid #4070ff;
    color: #4070ff;
    padding: 11px 20px;
    border-radius: 11px;
    font-weight: 500;
}
.sell-with a:hover {
    background: #4070ff15;
}
.admin-top-margin {
    padding-top: 137px !important;
}
.blue-trans-bg-admin {
    background: #4070ff15;
}
.single-product {
    /* padding-top: 90px; */
    padding-top: 0px;
}
.admin-top-margin{padding-top: 90px;}
.admin-box-white {
    background: #fff;
    margin: 15px 0;
    border-radius: 15px;
}
.main-title-user {
    margin-top: 27px !important;
    font-size: 30px !important;
    font-weight: 600 !important;
   
}
#addlisting1  .wizard-fieldset.show {
    margin: 0
}
#awesome_tab {
    width: 100%;
    margin-top: 0px;
}
.summary-title{margin-top: 0;}
button.btn.btn-outline.follow-btn {
    border-color: #4070ff;
    padding: 0;
    color: #4070ff;
    padding: 6px 15px;
    border-radius: 18px;
    font-weight: 500;
    border-width: 1px;
    text-align: center;
}
button.btn.btn-outline.follow-btn.unfollow {
    background: #4070ff17;
    border: none;
}
.follow-btn {
    width: 80px;
}
/* HEADER */
.chheckout-tabbing .tab_header {
    padding: 2px 2px;
}
.chheckout-tabbing .tab_header .item {
    border: none;
    background: transparent;
    box-sizing: border-box;
    padding: 5px 50px;
    float: left;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.5s ease;
    color: #222;
    /* border: 2px solid #4070ff; */
    padding: 7px 15px;
    border-radius: 3px;
    margin-left: 0;
    line-height: 20px;
}
.chheckout-tabbing .tab_header .item.active {
    background: #fff;
    color: #fff;
    /* padding: 9px 18px; */
    border: none;
    border-radius: 100px;
    margin-right: 0;
    font-weight: 500;
/*    font-size: 15px;*/
    border: none;
    color: #4070ff;
    background: #4070ff;
    color: #fff;
    /* padding: 4px 10px; */
    border: none;
}

.tab_header:after {
    content: "";
    display: table;
    clear: both;
}



/* CONTAINER */


.tab_container .container_item {
/*    border: 1px solid #cacaca;*/
    box-sizing: border-box;
    padding: 20px;
    display:none;
    padding-left: 0
}

.tab_container .container_item.active {
    display:block;
}
.view-profile.share-profile a {
    background: #4070ff;
    padding: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    border: none;
    margin: 0 5px
}

a.follow-btn {
    padding: 0 20px !important;
    display: block !important;
    width: auto !important;
    border-radius: 50px !important;
}
.view-profile.share-profile a img {
    width: 20px;
    border-radius: 0;
}
.seller-blue-bg{background: #e0edff}
.seller-blue-bg {
    display: block;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    color: #4070ff;
    font-size: 13px;
}

.tab_header.gig-tabbing {
    display: flex;
    justify-content: center;
}
.gig-order-detail h4 {
    text-align: center;
    font-size: 15px;
    font-weight: 100;
}
.detail-box {
    background: #f3f7ff;
    padding: 10px 0px;
    border-radius: 20px;
}
.order-top-row {
    display: flex;
}
.order-top-row {
    border-bottom: #d9d9d9 1px solid;
    padding: 10px 16px;
    margin-bottom: 18px;
}
.order-points {
    padding: 5px 20px;
}
.order-points img {
    width: 25px;
}
.order-points > div {
    padding: 10px 0;
}
.order-points > div {
    color: #222;
    font-size: 15px;
}
.terms-small {
    margin-top: 12px;
}
.terms-small p {
    font-size: 10px;
    line-height: 12px;
    color: #737373;
}
.order-top-row .item-image {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 11px;
    flex-shrink: 0;
}
.order-top-row .descrip {
    padding-left: 20px;
}
.order-top-row .descrip p {
    margin-bottom: 4px;
}

.accordion-border .card {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #e1e1e1;
    background: #f3f7ff;
    margin-bottom: 15px;
    border: none;
    border-radius: 11px;
}

.chat-action-box {
    margin-top: 120px;
}
.order-requirement {
    padding: 0 15px 20px;
}
.accordion-border .card a {
    color: #4070ff;
    font-weight: 100;
    padding: 20px 15px;
}
.user-name-area {
    display: flex;
}
.chat-header {
    display: flex;
    justify-content: space-between;
    padding: 17px 17px;
    align-items: center;
        border-bottom: 1px solid #d9d9d9;
}
.dots span {
    border-radius: 50%;
    margin-left: 6px;
}
.user-name-area h6{margin-bottom: 0;}
.dots span {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #000;
}
.chat {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    height: 550px;
}
.chat-action-box-inneer {
    margin-bottom: 12px;
}
.chat-action-box-inneer + div p {
    font-size: 12px;
    padding: 0 8px;
    line-height: 13px;
}
.input {
    flex: 1;
    position: relative;
}
.chat-inner .card-body {
    padding: 20px 15px;
}
.chat-text{    border-radius: 15px;
    background-color: #f3f7ff;
    padding: 10px 14px;
    margin-left: 10px;
}
chat-action-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: -212px;
    /* width: 100%; */
    right: 15px;
    left: 15px;
    padding: 5px 10px;
}
.uoload-requirement {
    display: flex;
    justify-content: space-between;
}
.upload p {
    white-space: nowrap;
    font-size: 12px;
}
.uoload-requirement .upload img{margin-top: 5px}
.accepted-btn {
    background: #d2e7e4 !important;
    color: #43a437 !important;
}
.requirement {
    margin-top: 30px;
    border-top: 1px solid #d4d4d4;
    padding: 25px 15px;
    border-bottom: 1px solid #d4d4d4;
}
.requirement h4 {
    font-size: 17px;
}
.requirement     button.btn.btn-trans {
    background: transparent;
    border: none;
    color: #4070ff;
    font-weight: 300;
    padding: 0
}
.accepted-btn.pending {
    background: #eed2dc !important;
    color: #dd0000 !important;
}
.flex1{flex: 1}
.date-time li {
    color: #000;
    margin-right: 13px;
    font-size: 12px;
    font-weight: 500;
}
.date-time ul {
    margin-bottom: 0;
}
.accordion-border .card{padding-left: 0; padding-right: 0;}
.accordion-border .card-body{padding: 0}
.order-input-input {
    padding: 10px 20px 0;
}
.uoload-requirement .upload {
    width: 70px;
    border: 1px dashed #4070ff;
    text-align: center;
    height: 70px;
    /* display: flex; */
/*    line-height: 46px;*/
}
.uoload-requirement {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.order-input-input input {
    background: #fff;
    margin-right: 11px;
    border: none;
}
.order-input-input button {
    background: no-repeat;
    border: none;
    font-weight: 600;
    color: #4070ff;
    font-size: 15px;
}
.order-requirement p {
    color: #4c8dff;
}
.input {
    flex: 1;
    position: relative;
}
.input input {
    border-radius: 50px;
}
.input .actions {
    position: absolute;
    top: 5px;
    right: 10px;
}
.chat-action-box button {
    background: no-repeat;
    border: none;
    padding: 0 15px;
    color: #4070ff;
}
.chat-action-box .actions img {
    width: 23px;
}
.chat-action-box .actions {
    margin-top: 5px;
}
.w80{width: 80% !important}

.m-auto {
    margin: 0 auto !important;
}
.uoload-requirement .upload.w80.m-auto.m-0.p-5 {
    height: auto;
    /* display: flex; */
    /* line-height: 46px; */
    display: flex;
    align-items: center;
    flex-direction: column;
}   
.draft-upload{
        height: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
table.shipping td {
    padding: 5px 0;
}
.draft-upload p{margin-bottom: 0 !important}
.upload-submit{}
.coupon-applied {
    color: #4070ff;
    border: 1px solid #4070ff;
    display: inline-block;
    padding: 0 11px;
}
.checkout-box {
    border: 2px solid #4c8dff69;
    border-radius: 11px;
    padding: 20px;
    margin-bottom: 20px;
    padding-top: 0;
}
/*.pay-radio:after {
    content: "";
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
}*/
/*
.pay-radio input{opacity: 0}
.pay-radio input:after {
    content: "";
    border: 3px solid #ccc;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
}
*/

/*
.pay-radio input:checked:after {
    content: "";
    border: 3px solid #ccc;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    background: url('../images/card-check.svg');
    background-size: 20px
}
*/
.pay-add-card .payment_methods {
    margin-top: 10px;
}
.pay-add-card > div {
    font-weight: 500;
    font-size: 17px;
    margin-top: -4px;
}
h3.cart-title {
    font-size: 16px;
}
.del a img {
    width: 13px;
}
.del a {
/*    background: #ff161630;*/
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
}
.add-listing-heading .add-listing-plus a {
    color: #fff;
}
.seller-inner .add-listing-heading .cancel {
    display: none;
}
.seller-inner .add-listing-heading .add-listing-plus {
    margin-right: 4px;
}
.pro-title p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}
ul.delivery-option li {
    margin-bottom: 12px;
}
.checkout .cart-item {
/*    border-bottom: 1px solid #ccc;*/
    padding: 25px 25px;
}
.checkout-box h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}
.container.mt-7.mb-2.checkout .cart-box > h5 {
    margin: 0;
    padding: 20px 30px;
}
.tcc-image img {
    width: 130px;
}
.tcc-image {
    max-width: 30px;
    flex-shrink: 0;
    margin-right: 8px;
}
.tcc-line p {
    font-size: 10px;
    line-height: 13px;
}
.tcc-line h5 {
    font-weight: 600;
    color: #000;
}
.tcc-line p {
    font-size: 10px;
}    
.tccc {
    margin-top: 21px;
}
.tcc-line h5 {
    font-weight: 600;
    color: #333;
    font-size: 12px;
    margin: 8px 0 10px;
    font-family: 'Inter', sans-serif;
}

.direction-column-checkout {
    flex-direction: column;
}
.direction-column-checkout img{
    width: 15px;
}
ul.d-flex.direction-column-checkout li {
    padding: 8px 0;
}

ul.d-flex.direction-column-checkout {
    padding-left: 0;
}
.container_item.gig-cart .cart-item {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
}
.container_item.gig-cart  .delivery-option {
    padding: 5px 26px;
}
div#awesome_tab {
    justify-content: center;
    display: flex;
}
.chheckout-tabbing {
    position: relative;
    align-items: center;
}
.chheckout-tabbing h3.cart-title {
    position: absolute;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 700;
    top: 17px;
    font-size: 22px;
}
.summary-title {
    padding-bottom: 9px !important;
    font-size: 1.7rem !important;
}
.summary table.shipping td {
    font-weight: 600;
}
.submit.btn.btn.btnactive {
    background: #4070ff;
}
.btngrey {
    font-size: 1.4rem;
    padding: 7px 24px !important;
    background: #ccc;
}
.btngrey.btnactive{background: #4070ff;}
.del a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.coupon input {
    border-radius: 28px !important;
    padding: 0;
    margin-bottom: 0 !important;
}
.coupon .btn {
    padding: 0 20px !important;
    height: auto !important;
    border-radius: 28px !important;
}
.pay:last-child {
    margin-bottom: 0;
}

.pay {
    margin-bottom: 18px;
}
.cart-item .select-box select{ border-radius: 6px}
.pay-radio input {
    width: 20px;
    height: 20px;
    border: 1px solid #565656;
    border-radius: 50%;
}
.pay {
    display: flex;
}
.pay-radio {
    margin-right: 0px;
}
.coupon h5 {
    font-size: 14px;
    font-weight: 600;
}
.coupon input {
    margin-right: 10px;
}
.shipto h5 {
    font-size: 16px;
}
.shipto {
    padding: 20px 0;
}
.sold-by {
    margin-top: 12px;
    font-size: 10px;
}
.sold-by p {
    font-weight: 400 !important;
    font-size: 15px !important;
}
.checkout .delivery-detail p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0 !important
}
.sold-by p strong {
    font-size: 12px;
    color: #545454;
    font-weight: 500;
    
}
.coupon {
    padding: 20px 0 18px;
    max-width: 400px;
}
span#couponmsg, #gigcouponmsg {
    color: #4070ff;
    padding-left: 15px;
    font-size: 12px;
}
.coupon button {
    font-size: 13px !important;
    padding: 0 0  !important;
    height: auto !important;
}
.cart-box.mb-4.p-0.checkout h5 {
    font-size: 17px;
    font-weight: 600;
}
.cart-box.mb-4.p-0.checkout .pro-title p {
    line-height: 21px;
    margin-bottom: 14px;
}
.post-wrapper .user img, .recomendations .user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.post-wrapper .user img {
    width: 40px;
    height: 40px;
}
.post-wrapper .user, .recomendations  .user {
    color: #324158;
}
.recomendations .user .blue-tick img {
    width: 15px !important;
}
.name span.blue-tick {
    margin-left: 4px;
}
.add-post {
    background: #fff;
    width: 400px;
    margin: 140px auto;
}
.add-post {
    background: #fff;
    width: 400px;
    margin: 140px auto;
}
.post-popup .recomendations {
    background: no-repeat;
}
.add-post .message-box {
    padding: 0 54px;
    padding-right: 15px;
}
.add-post {
    background: #fff;
    width: 480px;
    margin: 0px auto;
    padding: 0;
    border-radius: 20px;
}
.image-upload {
    width: 22px;
    position: relative;
    margin-right: 10px;
    overflow: hidden;
}
.posting {
    background: #eef5ff;
    padding: 4px 15px;
    font-size: 10px;
    border-radius: 50px;
    color: #4070ff;
}
.upload-action.justify-content-between.d-flex {
    margin-top: 10px;
}
.upload-action.justify-content-between.d-flex {
    padding-left: 0px;
}
.contact-support ul li a {
    font-size: 16px;
    padding: 20px 0;
    font-weight: 500;
}
input#regotp, #regphoneotp {
    max-width: 190px;
    letter-spacing: 2px;
    margin: 0 auto;
    color: #000;
    font-size: 20px;
    padding: 14px 0;
    font-weight: 500;
}
.image-upload {
    cursor: pointer;
}
#postpopupbox .upload-action.justify-content-between.d-flex, #blogpostpopupbox .upload-action.justify-content-between.d-flex {
    padding-left: 56px;
}
/*#postpopupbox .add-post > div{padding-top: 0 !important}*/
.send .btn {
    border-radius: 8px !important;
    border: none;
    margin-left: 10px;
}
.image-upload img {
    width: 100%;
}
.image-upload input {
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: 23px;
}
.message-box textarea {
    height: 111px;
    border-radius: 5px;
    border-color: #dfdfdf;
    border: none;
    border-bottom: 1px solid #ccc;
    resize: none;
    border-radius: 0;
    /* margin-left: 34px; */
    width: auto;
}
.post-popup .user-info p {
    margin-bottom: 0;
}
.psc p {
    margin-bottom: 0;
}
.recomendations {
    background: #4070ff1f;
    padding: 18px;
    border-radius: 10px;
}
.psc {
    padding: 10px 0;
}
.user .name {
    font-weight: 500;
}
.recomendations .user > img{width: 30px !important; height: 30px !important}
.user-info {
    margin-left: 12px;
}
.post-wrapper .user-info .name a {
    color: #324158;
}
.left-panel .navigation ul {
    padding: 0;
    position: relative;
}
.recommendation{display: none;}
.recommendation h4 {
    font-size: 14px;
}
/* .user-info .name{margin-bottom: 0} */
.user-info .name {
    margin-bottom: 0;
    font-size: 14px;
}
.menu-section {
    position: absolute;
    background: #fff;
    left: 100%;
    top: 33px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    padding: 10px 22px;
    border-radius: 5px;
    width: 470px;
    display: none
}
.menu-section a {
    padding: 7px 0;
    display: block;
}
.post-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2226;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.menu-section ul {
    padding-left: 0;
}
.wizard-content-left {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  padding: 30px;
}
.wizard-content-left h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}

.form-wizard {
    color: #888888;
    color: #000;
    padding: 0;
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  -webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
    background-color: #4070ff;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    border-radius: 45px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    border: none;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  /* color: #ffffff;
  opacity: 0.6;
  text-decoration: none; */
}
.form-wizard .wizard-fieldset {
  display: none;
    
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.fz11 {
    font-size: 11px !important;
}
.br3 {
    border-radius: 5px !important;
}
.form-wizard .wizard-form-error {
  display: none !important;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
/* .form-wizard .form-wizard-previous-btn {
  background-color: #fb1647; 
} */
.signup-wrapper .form-wizard .form-contro
{
    padding: inherit!important;  
} 
.form-wizard .form-control {
  font-weight: 500;
  height: auto !important;
  padding: 15px;
  color: #000;
  /* background-color: #f1f1f1; */
/*  background-color: #fff;*/
  border: none;
}
.delivery-option .delivery-option li {
    margin-bottom: 0;
}
.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
  position: relative;
  margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #d65470;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}
.form-wizard .form-wizard-steps {
  margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
  width: 25%;
  float: left;
  position: relative;
}
.form-wizard .form-wizard-steps li::after {
background-color: var(--primary-color);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
     width: 59px;
    border-bottom: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
    margin-top: -3px;
    left: 81px;
    border-radius: 50px;
}
.pro-title p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.cartitemsdiv .pro-title .price {
    align-items: center;
    display: flex;
    margin-top: 10px;
}
.qty .form-control {
    /* border: 2px solid #4070ff; */
    border: 2px solid #000000 !important;
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: 500;
    padding: 6px 14px !important;
}
.cartitemsdiv .cart-box .pro-image img {
    border-radius: 8px;
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.pro-title .price {
    font-weight: 600;
    color: #222;
    font-size: 16px;
}
.success-registration p {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
.after-login-user {
/*    margin-bottom: 50px;*/
    background: #f8f8f8;
    border-radius: 8px;
    padding: 9px;
}
#productCartSummary .summary, #gigCartSummary .summary { 
    padding: 9px 0 !important;
}
#productCartSummary .summary, #gigCartSummary .summary {
    padding: 9px 0 !important;
    background: #f8f8f8;
    border: none;
}
.success-registration button {
    background: none !important;
    color: #4070ff !important;
}
.summary .p4 {
    padding: 0 17px;
}
tr.summary-subtotal td {
    padding-top: 0;
}
.summarytopborder{border-top:1px solid #f5f5f5}
#productCartSummary .summary-subtotal, #gigCartSummary .summary-subtotal{border: none}
.pro-title del {
    font-size: 12px;
    vertical-align: middle;
    font-weight: 700;
    color: #767676 !important;
    opacity: 1;
}

.form-wizard .form-wizard-steps li span {
    background-color: var(--primary-color);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    line-height: 40px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.summarytopborder {
    border-top: 1px solid #ededed;
    padding-top: 5px !important;
    margin-top: 13px;
}
.p4.summarytopborder .summary-subtitle {
    margin-top: 0;
}
.summary .p4 {
    padding: 8px 17px 0;
}

.summarytopborder {
    border-top: 1px solid #f1f1f1;
    padding-top: 15px !important;
    margin-top: 13px;
    padding-bottom: 10px !important;
}
.cartitemsdiv .pro-title .price {
    font-size: 20px;
}
.cart-box .pro-image img {
    border-radius: 8px;
}
.pro-title .charge {
    border-radius: 5px !important;
    padding: 10px 10px !important;
    color: #377e3f;
}
.d-flex.direction-coloumn {
    flex-direction: column;
}
.noti-icon.noti_padding img {
    width: 90px;
}
.noti_padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-right: 10px;
}

.delivery-option h4 {
    font-size: 16px;
    margin: 20px 0 0;
    margin-bottom: 11px;
    font-weight: 500;
    margin-top: 25px;
}
ul.delivery-option li:last-child {
    margin-bottom: 0;
}
ul.delivery-option {
    margin-bottom: 0;
}
ul.delivery-option label{
    margin-bottom: 0
}
ul.d-flex.delivery-option li {
    font-size: 12px;
}
.form-wizard .form-wizard-steps li span i{
    opacity: 0;
}
.form-wizard .form-wizard-steps li.active span i{
    opacity: 1;
    font-size: 2rem;
}
/* 
kapil sir
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
} */
.form-wizard .form-wizard-steps li:last-child::after {
  width: 30%;
  display: none;
}
.form-wizard-steps li small{
    color: #000;
    font-weight: 500;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  background-color: #4070ff;
  color: #ffffff;
}
/* .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #4070ff;
  left: 50%;
  width: 50%;

} */

.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: #4070ff;
    left: 81px;
    width: 59px;
    border-radius: 50px
}
.productPrice del {
    font-size: 21px;
    font-weight: 400;
}  

.productPrice span:last-child[style], .productPrice span:last-child[style] del {
    color: #aaa !important;
    font-size: 18px;
    font-weight: 400;
}
.usp ul {
    margin-top: 0;
}  
.product-meta {
    color: #222;
    margin-bottom: 1.5rem;
    margin-top: 10px;
}
.product-details h1.product-name {
    margin-bottom: 15px;
}
.bottom-strip-text h2 {
    margin-bottom: 0;
}
.description p {
    line-height: 22px;
}
.form-wizard .form-wizard-steps li.activated::after {
/*
  width: 100%;
  border-color: #d65470;
*/
}
input[type="radio"] {
    width: 18px;
    height: 18px;
}
#sellerstep2 .form-group label input {
    float: left;
    margin-right: 10px;
}
.custom-switch input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
    position: absolute
}

.custom-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    height: 30px;
    background: #5b5b5b;
    display: block;
    border-radius: 100px;
    position: relative;
}
.custom-switch label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.custom-switch input:checked + label {
	background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
}

input:checked#switch + label:after, input:checked#switch1 + label:after, input:checked#switch2 + label:after, input:checked#switch3 + label:after, input:checked#switch4 + label:after, input:checked#switch5 + label:after, input:checked#switch6 + label:after, input:checked#switch7 + label:after, input:checked#switch8 + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.custom-switch label:active:after {
	width: 20px;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.vertical-menu .u-header__navbar-nav, .vertical-menu .u-header__navbar-nav {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}

.chat-system {
    height: 100vh;
}
.chat-system {
    height: calc(100vh - 65px);
    position: relative;
}
.chat-system .chat-header {
    flex-direction: column;
    /* height: 100%; */
    flex-grow: 1;
    overflow: auto;
}
.chat-system {
    /* height: calc(100vh - 105px); */
    /* position: relative; */
    /* height: 100%; */
    /* flex-grow: 1; */
    flex-grow: 1;
    display: flex !important;
    flex-direction: column !important;
}
.chat-system {
    height: calc(100vh - 110px);
}
div#chatsend {
    background: #fff !important;
    height: 100px;
}
.chat-system .user-name {
    margin-top: 0;
}
.chat-system .user{color: #222;}
.comp-logo img {
    width: 40px;
}
.msgdate {
    clear: both;
}
.msgdate.dr {
    text-align: right;
}
.msgdate.dl {
    text-align: left;
}
/*
.chat-body {
    height: 100%;
}
*/
.chat-system {
    height: calc(100vh - 105px);
    position: relative;
}
/*
.chat-box-input {
    position: absolute;
    bottom: 0;
    width: 100%;
}
*/
.chat-box-input input {
    background: #f5f5f5;
    position: absolute;
    width: 73%;
    padding: 10px 10px;
    bottom: 0;
    border-radius: 50px;
}
.chat-box-input button {
    position: absolute;
    right: 10px;
    bottom: 12px;
    border: none;
    background: no-repeat;
    background: #4070ff;
    
}
.seller-registration-popup, .frelancer-registration-popup {
    position: fixed;
    background: #0000002e;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
}
.seller-registration-popup .seller-registration-box, .frelancer-registration-popup  .seller-registration-box {
    background: #fff;
    max-width: 500px;
    margin: 70px auto;
    border-radius: 20px;
    padding: 30px 30px
}
body.popup-open.loaded {
    overflow-y: hidden;
}
.seller-registration-popup {
    overflow-y: auto;
}
.w100 {
    width: 100%;
}
.form-wizard-btn{background-color: #4070ff;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
    width: 100%;
    padding: 14px 0;
    font-size: 20px;
    border-radius: 45px;}
.frelancer-registration-popup {
    overflow-y: auto;
}
.chat-body {
    padding: 11px 0;
}
.chat-body {
    padding: 20px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 94%;
}
#chat_result .col-md-12 .chat-box{max-width: 330px;
    margin: 15px auto; float: none !important}
.product-form select {
    max-width: none;
    padding: 1.5rem 0;
    padding-left: 1.5rem;
    color: #222;
    border-color: #ebebeb;
    font-size: 1.3rem;
    display: block;
    width: 100px;
}
.follow-btn{}
.show-blog-post-menu li a {
    margin-bottom: 0;
}
.seller-form .form-group input {
    border-radius: 8px;
    font-size: 12px;
    padding: 10px;
}
.day {
    font-weight: 600;
    font-size: 13px;
    width: 60px;
    color: #324158;
}
.open-time input, .close-time input {
    width: 100px;
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 5px;
}
    .hours .swicher input:checked + label {
        background: #4070ff;
    }
.apply-all input {
    width: 14px;
    height: 14px;
    margin-left: 0;
}
.apply-all label {
    color: #324158 !important;
    cursor: pointer;
}
.upload-documents {
    border: 2px dashed #9fa5ae;
    border-radius: 8px;
    text-align: center;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    width: 350px;
}
.upload-documents img{width: 50px}
.upload-documents p{margin-bottom: 0}
.upload-documents:hover{border-color: #324158;}
.seller-form .form-group input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.upload-documents h6 {
    margin: 0;
    margin-top: 10px;
}
.to {
    margin: 0 10px;
}
.power-by p {
    color: #635bff;
    font-weight: 600;
    font-size: 12px;
}

.power-by p {
    margin: 0;
    margin-right: 5px;
}
.enter-card-details .gap-5 .form-group {
    flex: 1;
}
.custom-select.angle180.show-card-detail {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.power-by {
    border: 1px solid #635bff;
    display: flex;
    justify-content: flex-end;
    float: right;
    padding: 2px 8px;
    border-radius: 5px;
}
.enter-card-details {
    background: #f1f1f1;
    padding: 15px 14px;
    border-radius: 0px 0 8px 8px;
}
.power-by img {
    width: 35px !important;
}
.enter-card-details input {
    width: 100%;
}
.enter-card-details .gap-5 {
    gap: 10px;
}
/*
.hours > .d-flex:last-child {
    margin-bottom: 0;
}
*/

.hours > .d-flex {
    margin-bottom: 10px;
}
.apply-all label {
    font-size: 12px;
    display: flex;
    align-items: center;
}
.hours{margin-bottom: 20px}
.seller-form .form-group {
    margin-bottom: 10px;
}
.flex1{flex: 1}
.form-btn {
    gap: 15px;
}
.form-btn button{border-radius: 8px;}
.custom-select-options ul {
    padding: 0;
    background: #f8f8f8;
    padding: 10px 10px;
    border-radius: 8px;
    margin-top: 8px;
}
.custom-select-options li {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.custom-select-options li input {
    margin: 0;
    padding: 0 !important;
    margin-right: 7px;
}
.step-counter {
    display: inline-block;
    background: #cecece;
    padding: 8px 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
}
.step-counter {
    display: inline-block;
    background: #f1f1f1;
    padding: 8px 15px;
    border-radius: 5px;
    color: #324158;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
}
body.dark-mode .step-counter {
    display: inline-block;
    background: #171717;
    padding: 8px 15px;
    border-radius: 5px;
    color: #999;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 12px;
}
body.dark-mode .top-sec h2 {
    color: #fff;
}
body.dark-mode .seller-form .form-group input {
    background: #171717;
}
body.dark-mode .custom-select {
    background-color: #171717;
    color: #fff;
    display: flex;
    align-items: center;

}
.custom-select {
    padding: 14px 13px;
    font-size: 12px;
    cursor: pointer;
}
body.dark-mode .form-btn .flex1 {
    flex: 1;
    padding: 13px 10px !important;
    font-size: 12px;
    font-weight: 500;
    background: #171717;
    color: #fff;
    border: none;
}
body.dark-mode .enter-card-details {
    background: #222;
} 
body.dark-mode .step-4.seller-signup-box .form-button {
    background: #000;
}    
body.dark-mode .day {
    color: #fff;
}
body.dark-mode .apply-all label, body.dark-mode .to,  body.dark-mode  .upload-documents h6 {
    color: #fff !important;
}    
   body.dark-mode .step-4.seller-signup-box .form-button button.btn.btn-blue-bg {
        background: #222222 !important;
        border-color: #222222 !important;
        color: #fff !important;
    }    
body.dark-mode .pending-box {
    background: #222;
}    
body.dark-mode .upload-documents img {
    filter: invert(1);
}    
    body.dark-mode .pending-account h6{color: #fff}
body.dark-mode    .pending-box button.btn.btn-round{border-color: #4070ff}    
button.btn.flex1.active {
    border: 2px solid #4070ff;
}

.step-arrow {
    margin-right: 12px;
}
.step-arrow img {
    filter: invert(1);
    width: 20px;
}
.a-upimg {
    bottom: 45px !important;
    filter: invert(0);
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
}
#step2-wrapper .a-upimg {
    width: 35px;
    height: 35px;
}
.a-upimg img {
    width: 80px;
    width: 100% !important;
    height: 100% !important;
    transform: scale(1.05);
}
.top-sec > div {
    margin-bottom: 10px;
}
.seller-form textarea {
    background: #f1f1f1;
    border: none;
    padding: 10px 10px;
    resize: none;
    height: 120px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 18px;
}
.top-sec a.cancel-btn {
    display: none;
}
.custom-select {
    background: #f1f1f1;
    padding: 10px 13px;
    border-radius: 8px;
    font-weight: 600;
    background-image: url(https://www.jumpspree.app/public/images/arrow-black-right.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: right 10px center;
}
.custom-select.angle180 {
    background-image: url(https://www.jumpspree.app/public/images/arrow-black-down.png);
    background-size: 15px;
}

.form-btn .flex1 {
    flex: 1;
    padding: 10px 10px !important;
    font-size: 12px;
    font-weight: 500;
}
.custom-select {
    background-color: #f1f1f1;
    padding: 10px 13px;
    border-radius: 8px;
    font-weight: 600;
}
.power-by img{width: 50px}
.power-by p {
    margin: 0;
    margin-right: 9px;
}

.power-by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}
.custom-select-wrapper {
    position: relative;
}
.custom-select-options {
/*    position: absolute;*/
    position: static;
    top: 40px;
    width: 100%;
    display: none;
}
.seller-signup-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.seller-signup-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 184px);
}
    
.seller-form {
    flex: 1;
    overflow-y: auto;
      -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.d-flex.condtion {
    gap: 10px;
}

.d-flex.condtion button {
    flex: 1;
    border-radius: 5px;
    font-weight: 400;
}
.seller-form::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.create-listing{
    background: #4070ff;
    color: #fff;
    padding: 14px 33px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    border: none;
}
.your-info {display: flex; align-items: flex-start;}
.your-info p {
    font-size: 12px;
    padding-right: 10px;
    color: #324158;
    line-height: 16px;
}
.your-info img {
    width: 12px;
    margin-top: 3px;
    filter: brightness(0.6);
    margin-right: 7px;
}
.top-sec h2 {
    font-size: 25px;
    font-weight: 700;
}
.your-info.llt img {
    width: 17px;
    margin-top: 3px;
    filter: brightness(0.6);
    margin-right: 7px;
}
.custom-select i {
    font-size: 18px;
    margin-top: 5px;
    margin-right: 5px;
}
.final-step .dropZoneOverlay {
    background: #ebf1fd;
}
.preview-image {
    max-width: 60%;
    flex: 1;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
        border: 2px dashed #ccc;
    border-radius: 14px;
    height: 250px;
    overflow: hidden;
    position: relative;
} 
.preview-image input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
}
.form-group ul li label {
    display: flex;
}
.form-group ul {
    padding: 0;
}
.product-info {
    background: #f5f5f5;
    display: flex;
    padding: 10px 0px;
}
.product-info h6, .product-info p {
    margin: 0;
}
.product-info {
   padding: 11px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.form-group ul li label input {
    margin: 0;
    margin-right: 8px;
}

.form-group ul li label {
    font-size: 13px;
    display: flex;
    align-items: center;
}
.seller-form .form-group ul li input {
    border-radius: 8px;
    font-size: 12px;
    padding: 10px;
    width: 15px;
    height: 15px;
    margin-top: 2px;
}
.primary-box-wrapper {
    text-align: center;
}
.primary-box-wrapper .primary-box {
    background: #f1f1f1;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 25px;
    margin-top: 10px;
}
.add-highlights {
    text-align: right;
    color: #324158;
    margin-top: 4px;
    font-size: 16px;
}
.letter-counter {
    font-size: 11px;
    color: #888;
    margin-top: 5px;
}
.product-info .image-pro img {
    width: 40px;
} 
.image-pro {
    margin-right: 11px;
}
.preview-image img {
    width: 40px;
}
.second-image {
    max-width: 40%;
    flex: 1;
}
.second-image .preview-image {
    max-width: 100%;
}
#image-gallery{gap:15px 15px}
.second-image {
    gap: 15px;
    display: flex;
    flex-direction: column;
    height: 250px;
}
.note-forhazardous {
    background: #fdbac8;
    padding: 12px 13px;
    margin-top: 8px;
    border-radius: 5px;
}
.note-forhazardous  p{margin-bottom: 0; color: #ff0000;}
.seller-form.listing-sucess img {
    width: 60px;
    margin-bottom: 12px;
}
.post-pree.d-flex.flex-direction-column {
    flex-direction: column;
    width: 200px;
    gap: 10px;
}
.post-pree button.btn.btn-primary {
    padding: 13px 0;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
} 
.post-pree button.btn.btn-outline {
    padding: 13px 0;
    border-radius: 8px;
    font-weight: 400;
    border-color: #324158;
    color: #324158 !important;
    font-weight: 500;
    font-weight: 400;
    font-size: 14px;
}       
.seller-form.listing-sucess {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}    
.start-time input, .end-time input {
    color: #fff;
}
.user-name-note p{color: #fff; font-size: 12px; line-height: 18px;}
a.show-requirements {
    color: #8909ff;
    font-size: 12px;
    margin-bottom: 5px;
}
#step3-wrapper  textarea {
    font-size: 12px;
}
.proof-of-store p {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

#step3-wrapper .authorized-reseler p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.user-name-note {
    margin-top: 10px;
}
.user-note-wrapper ul li {
    color: #b8b8b8;
    font-size: 12px;
    margin-bottom: 5px;
    background: url(https://www.jumpspree.com/public/images/check--green.png);
    background-size: 12px;
    background-repeat: no-repeat;
    padding-left: 19px;
    background-position: left top 3px;
}
#step1-wrapper .select-business-type ul li label {
    margin-bottom: 0;
}
#step3-wrapper .user-profile.my-profile textarea {
    font-size: 13px;
}
#step3-wrapper .brand-type .type {
    width: 100%;
}
.user-note-wrapper ul li:last-child{margin-bottom: 0}
.step-wrapper .cancel{display: none}
#step1-wrapper .form-control, #step2-wrapper .form-control, #step3-wrapper .form-control, #step4-wrapper .form-control, #step5-wrapper .form-control {
    background-color: #252525 !important;
}
#step6-wrapper .create-listing-box button i {
    position: relative;
    top: 2px;
    left: 3px;
}
.post-area .add-listing {
    background: none;
/*    height: calc(100vh - 65px);*/
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:17px 27px 0;
}
.add-listing-heading p {
    margin: 0;
    color: #fff;
    font-size: 11px;
}
.add-listing .cancel {
    color: #8909ff;
    font-size: 13px;
}
.add-listing-body {
    flex: 1;
}
.add-listing-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.add-listing-heading h2 {
    margin: 0;
    font-size: 25px;
}
.add-listing-heading p {
    margin: 0;
}
.add-listing-footer {
    padding: 15px 0;
}
.add-listing-heading h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
}
.add-listing-footer a {
    background: #6e12ff;
    background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 5px;
}
#step1-wrapper .add-listing-body {
    flex: 1;
    margin-top: 20px;
}
.add-listing-body {
/*    overflow: auto;*/
}
.add-listing-inner .form-control {
    border: none !important;
}
.add-listing-inner textarea.form-control{height: 100px; font-size: 12px; resize: none}
/*.share-dialog{display: none;}*/
.choose-a-return-period .count {
    text-align: right;
    font-size: 10px;
    color: #b8b8b8;
    margin-top: 6px;
}
#local-delivery div#shipping .brand-type{gap:10px}

#local-delivery div#shipping .brand-type .type {
    flex: 1;
    justify-content: center;
}

#local-delivery div#shipping .brand-type label {
    margin: 0;
    flex: 1;
    justify-content: center;
}
.white-inner-box.mt-0 h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.white-inner-box.mt-0  p {
    color: #b8b8b8;
    font-size: 14px;
    line-height: 20px;
}
.white-inner-box.mt-0 p small {
    font-size: 14px;
}
.add-listing-inner input[type="radio"] {
    position: relative;
    flex-shrink: 0;
    border: none !important;
    background: none !important;
    border: 1px solid #000;
    appearance: none !important;
}

.add-listing-inner input[type="radio"]:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #fff !important;
    display: block;
    border-radius: 50%;
    padding: 0;
}
.add-listing-inner input[type="radio"]:checked:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 4px;
    border-radius: 50%;
    left: 4px;
}
.add-listing-inner .form-group label {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.add-listing-inner .form-group label  input[type="radio"]{margin-right: 5px}
.add-listing-inner .store-address {
    background: #252525;
    width: 100%;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
}
.add-listing-inner .store-detail h3 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.add-listing-inner .store-detail p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
}
.add-listing-inner .store {
    margin-right: 8px;
    max-width: 45px;
    width: 45px;
    flex-shrink: 0;
}
.select-checkbox input:after {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
    background: #fff;
}

.select-checkbox input {
    position: relative;
    appearance: none !important;
}
.select-checkbox input:checked:before {
    content: "";
    background: #ff0000;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    border-radius: 50%;
}
.add-listing-inner  .store-address {
    background: #252525;
    width: 100%;
    display: flex;
    max-width: 100%;
    padding: 14px;
    border-radius: 8px;
    position: relative;
}
.add-listing-inner .store {
    margin-right: 12px;
}
.d-flex.brand-type input[type="radio"] {
    position: absolute;
    cursor: pointer;
}
#are-you-signing-business .type label {
    margin: 0;
}
.choose-a-return-period  select {
        width: 100%;
    background: #2a2a2a;
    border: none;
    color: #fff;
    padding: 8px 10px;
    border-radius: 11px;
    font-size: 12px;
    height: 40px;
}
.choose-a-return-period .select-wrapper:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 18px;
    font-size: 17px;
    top: 7px;
    color: #fff;
    transform: rotate(-90deg);
}
.price-box-with-dollar .dollar-symbol {
    position: absolute;
    top: 8px;
    left: 11px;
    color: #b8b8b8;
}
.price-box-with-dollar {
    position: relative;
}
.choose-a-return-period .select-wrapper {
    position: relative;
}
.return-address-switcher a {
    background: #252525;
    height: 40px;
    color: #fff;
    font-size: 14px;
    flex: 1;
}
.return-address-switcher {
    justify-content: space-between;
    margin-bottom: 15px;
    text-align: center;
    line-height: 40px;
}
.return-address-switcher a {
    border: 1px solid transparent;
}
.hazardous {
    display: flex;
}
.symbol {
    width: 70px;
    margin-right: 9px;
}
.hazardous {
    display: flex;
    background: #2f0202;
    padding: 13px 12px;
    border-radius: 9px;
    margin-bottom: 16px;
}
.brand-type.ship-item input[type="radio"] {
    position: absolute;
}
.hazardous .note {
    background: none;
    color: #e01411;
    padding: 0;
    margin: 0;
    font-weight: 600;
    line-height: 18px;
}
#accept-return .type {
    flex: 1;
}
#accept-return .type label {
    margin: 0;
    text-align: center;
    justify-content: center;
}
#accept-return .brand-type {
    gap: 10px;
}
div#who-will-pay p {
    font-size: 14px;
    line-height: 16px;
}
div#who-will-pay .brand-type .type {
    flex: 1;
}
div#who-will-pay .brand-type .type label{
    margin: 0;
    justify-content: center;
}
div#who-will-pay .brand-type{
    gap:10px
}
.brand-type.ship-item label {
    padding: 0;
    margin: 0;
    text-align: center !important;
    justify-content: center;
}
.brand-type.ship-item {
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

a.use-primary-address.active, a.add-new-address.active {
    border: 1px solid #8909ff;
}
.return-address-switcher a {
    background: #252525;
    height: 40px;
    color: #fff;
    font-size: 12px;
    flex: 1;
    border-radius: 8px;
}
.add-listing-inner .store-address label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
}
.apply-to-all label.apply-to-all input {
    border: 2px solid #fff !important;
    height: 17px;
    width: 17px;
    border-radius: 5px;
    position: relative;
    appearance: none !important
}
.apply-to-all label.apply-to-all input:checked:after {
    content: "";
    width: 17px;
    height: 17px;
    background: #fff;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 5px;
}
.delivery-option input {
    appearance: none !important;
    width: 16px;
    height: 16px;
    background: #252525;
    border-radius: 50%;
    margin-right: 9px;
    position: relative;
}
.delivery-option input:checked:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
}
.select-checkbox {
    display: flex;
    align-items: center;
}
div#comment-section .add-image a i {
    font-size: 14px !important;
    margin-top: 2px;
}
div#comment-section .add-image .d-flex {
    width: auto;
}
div#comment-section .add-image ul li a {
    background: #3b3b3b !important;
}
.add-listing-footer .back {
    background: none;
    border: 2px solid #fff;
}
.add-listing-inner .count {
    color: #b8b8b8;
    font-size: 10px;
    text-align: right;
}
.add-listing-inner .item-condition .brand-type {
    display: flex;
    width: 100%;
    gap: 10px;
}

.add-listing-inner .item-condition label .type {
    flex: 1;
}
.form-group-span.price-box-with-dollar input {
    padding-left: 25px !important;
}
.add-highlight {
    text-align: right;
}

.add-highlight a {
    color: #b8b8b8;
    margin-top: 7px;
    display: block;
}
.add-listing-inner .item-condition label {
    margin: 0;
    text-align: center;
    justify-content: center;
}
#highlights-list li.highlight-item {
    justify-content: space-between;
    display: flex;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
}
#highlights-list button.remove-btn {
    background: none;
    border: none;
    color: #ff0000;
    /* background: #fff; */
    font-size: 15px;
}
#highlights-list .fa-circle-minus:after {
    background: #fff;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    content: "";
    top: 2px;
    left: 3px;
    border-radius: 50%;
}
#highlights-list .fa-circle-minus:before {
    z-index: 9;
    position: relative;
}
#highlights-list i.fa-solid.fa-circle-minus {
    position: relative;
}
.add-listing-footer.step-1-footer {
    text-align: right;
    padding-bottom: 20px;
}

.scroll-container {
  overflow-x: auto;
  width: 100%;
}
.scroll-container .parent div{border:1px solid #fff; height:100%;
/*    aspect-ratio: 1 / 1; */
    width:100%; }
.div1.upload-border {
    height: 190px !important;
    width: 190px !important;
}
.scroll-container .parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-width: 600px;
}
/* New Grid css*/
.scroll-container .parent {
    display: flex;
}
.scroll-container .parent div {
    margin: 0;
}
.product-image-section .parent .upload-article-image .upload {
    width: 90px;
    height: 90px;
}
.add-listing#step1-wrapper, .add-listing#step2-wrapper, .add-listing#step3-wrapper{
    padding: 17px 20px 57px;
    padding-left: 20px;
    height: 100%;
    min-height: calc(100vh - 109px);
}
.add-listing {
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    border-radius: 0;
}
.add-listing#step1-wrapper form .form-group{
/*    padding-right: 20px;*/
}
.add-listing#step1-wrapper .upload-article-image {
    background: none !important;
    border: none !important;
}
.add-listing#step1-wrapper .scroll-container .parent .upload-border{border:none !important}
.add-listing#step1-wrapper .product-image-section .parent .upload-article-image .upload {
    border: none !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #191919;
    filter: invert(0);
    border: 1px dashed #b8b8b8 !important;
}

/* New Grid css*/
.scroll-container .parent{min-width: 490px;}

.scroll-container .upload-article-image i {
    font-size: 24px;
}

.scroll-container .div1 { grid-area: 1 / 1 / 5 / 3; }
.scroll-container .div2 { grid-area: 1 / 3 / 3 / 4; }
.scroll-container .div3 { grid-area: 3 / 3 / 5 / 4; }
.scroll-container .div4 { grid-area: 1 / 4 / 3 / 5; }
.scroll-container .div5 { grid-area: 3 / 4 / 5 / 5; }
.scroll-container .div6 { grid-area: 1 / 5 / 3 / 6; }
.scroll-container .div7 { grid-area: 3 / 5 / 5 / 6; }
.product-image-section .parent .upload-article-image .upload {
    border: none !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #191919;
    filter: invert(0);
}
.scroll-container .parent .upload-border {
    border: 1px dashed #b8b8b8;
    height: 100%;
/*    aspect-ratio: 1 / 1;*/
    width: 100%;
    border-radius: 10px;
}
p.primary-image {
    font-size: 9px;
    background: #252525;
    padding: 1px 11px;
    border-radius: 45px;
    margin-top: 5px;
    color: #b8b8b8;
}
.product-image-section {
    margin-bottom: 25px;
}
#shipping-box .type label {
    margin: 0;
    text-align: center;
    justify-content: center;
}
#shipping-box .type {
    flex: 1;
}
#shipping-box .d-flex.brand-type {
    gap: 10px;
}
/* width */
.add-listing-body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.add-listing-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.add-listing-body::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.add-listing-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#step1-wrapper .add-listing-body, #step2-wrapper .add-listing-body {
/*    padding: 0 25px;*/
    padding: 0 0px;
    margin: 15px 0 0;
}
p.cover-photo {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 14px;
}
.add-listing-body .form-group {
    margin-bottom: 20px;
}
.post-area .add-listing {
    padding: 17px 0px 0;
}
.add-listing-heading {
    padding: 0 0px;
}
.add-listing-footer {
    padding: 15px 30px;
}
.add-listing-inner .count {
    margin-top: 5px;
}
button.btn.btn-start-selling i {
    font-size: 15px;
}
.seller-points .point h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}
.selling-promotion h2 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0
}
.seller-footer {
    color: gainsboro;
    float: left;
    width: 100%;
    padding: 10px 20px 25px;
    position: sticky;
    bottom: 0;
    z-index: 9;
    background: #171717;
    border-left: 1px solid #373737;
    border-right: 1px solid #373737
}
.tips-for-selling {
    padding-right: 0;
}
.comment-time .date.ogl li a {
    flex-direction: column;
}
.comment-time .date.ogl li a .c-img i{margin-right: 0 !important;}
@media screen and (max-width: 767px) {
.seller-wrapper {
    height: auto;
    overflow: inherit;
}    
.seller-footer button.btn.btn-start-selling {
    width: 90%;
    padding: 12px 0;
}    
.seller-footer {
    float: none;
    width: 100%;
    padding: 12px 20px;
}    
.seller-points .point h2 {
    font-size: 14px;
}
    
.tips-for-selling h2 {
        line-height: 26px;
        font-size: 15px !important;
        margin-bottom: 10px !important;
    }    
.selling-promotion h2 {
    font-size: 15px;
    margin-bottom: 10px;
}     
.add-listing-heading {
    padding: 0 0;
}
.add-listing-body::-webkit-scrollbar {
  width: 0px;    
  opacity: 0;
  visibility: hidden;
} 
.scroll-container::-webkit-scrollbar {
  width: 0;    
  height: 0;    
  opacity: 0;
  visibility: hidden;
}    
#step1-wrapper .add-listing-body, #step2-wrapper .add-listing-body {
    padding: 0 0;
    margin: 15px 0 0;
}    
.add-listing-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 9999999999;
        padding: 12px 20px;
        background: #191919;
    }
.add-listing-body .form-control {
    background-color: #252525 !important;
    font-size: 12px;
}    
.add-listing-body {
    flex: 1;
    padding-top: 20px;
}    
.day-name {
    padding-right: 2px;
    color: #fff;
    font-size: 12px;
}    
.post-area .add-listing {
    background: none;
    height: calc(100vh - 0px);
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 17px 20px 57px;
}    
div#instore-pickup p {
    line-height: 16px;
    margin-bottom: 0;
    font-size: 10px;
}

div#local-delivery p {
    line-height: 16px;
    font-size: 12px;
}    
.step-wrapper .cancel{display: block}
.step-wrapper {
    margin-top: 0;
}
#step4-wrapper .step-inner {
    margin-bottom: 20px;
}    

#step3-wrapper input[type=radio] ~ label {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}    
#step3-wrapper .d-flex.brand-type {
    gap: 10px;
}    
.create-listing-wrapper {
    padding-right: 70px;
}
#step6-wrapper h2 {
    font-size: 28px;
    margin-bottom: 17px;
    margin-top: 14px;
}    
#step2-wrapper    .dropZoneOverlay, .FileUpload {
        width: 100% !important;
        height: auto !important;
        position: static;
    }    
#update-username .add-post-inner {
    height: 100%;
    padding: 20px;
}
#update-username .add-post-inner a {
    padding: 0px 0;
}
.user-profile.my-profile .cover-image span.back-arrow {
    left: 20px;
}
.user-profile.my-profile a.upload_dp.a-upimg {
    right: 20px;
}
.brand-type .type {
    width: auto;
}
.brand-type .type {
    position: relative;
    width: auto;
}
.address-box input {
    font-size: 12px;
}
.address-box {
    margin-bottom: 0;
}
.start-time input, .end-time input {
        width: 70px !important;
        max-width: 70px;
        color: #fff;
        padding: 5px 8px;
        height: 28px;
        border-radius: 7px;
        font-size: 12px;
    }    
.user-profile.my-profile .profile-box .form-button.text-center {
    padding-top: 0 !important;
    margin-bottom: 50px;
}    
  .wizard-content-left {
    height: auto;
  }
.form-group .weight {
    width: 50%;
}    
.weight .d-flex {
    gap: 10px;
    text-align: center;
} 
    .weight .d-flex input{text-align: center}
    div#package-info > .d-flex {
    gap: 15px;
}
.seller-form.listing-sucess img {
    width: 70px;
    margin-bottom: 12px;
}
.post-pree.d-flex.flex-direction-column {
    flex-direction: column;
    width: 200px;
    gap: 10px;
}
.post-pree button.btn.btn-primary {
    padding: 13px 0;
    border-radius: 8px;
    font-weight: 400;
} 
.post-pree button.btn.btn-outline {
    padding: 13px 0;
    border-radius: 8px;
    font-weight: 400;
    border-color: #324158;
    color: #324158 !important;
    font-weight: 500;
}       
.seller-form.listing-sucess {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}    
}

@media (max-width:1366px) {
    .intro-slider figure {
        height: 45rem
    }
}

@media (max-width:991px) {
    .service-list .owl-item:not(:last-child) .icon-box:after {
        content: none
    }
}

@media (max-width:575px) {
    .intro-slide1 img {
        object-position: 53%
    }

    .intro-slide2 img {
        object-position: 60%
    }

    .banner {
        font-size: 0.8rem
    }

    .brand-carousel {
        padding: 0
    }
}

@media (max-width:479px) {
    .intro-slide1 .banner-title {
        font-size: 3em;
        line-height: 2em !important;
    }

    .intro-slide1 .banner-content {
        width: 100%;
        left: auto
    }

    .service-list .icon-box-icon {
        margin-right: 0.7rem
    }
}

@media (max-width:767px) {
    .banner-4 .banner-content {
        display: block !important
    }
}

@media (max-width:575px) {
    .banner {
        font-size: 0.9rem
    }

    .banner-group .banner {
        font-size: 1.2rem
    }
}

@media (max-width:479px) {
    .banner-group .banner {
        font-size: 1rem
    }
}

@media (max-width:991px) {
    .video-banner video {
        height: 100%;
        min-height: 55rem
    }
}
.user-chat-name{
    font-size: 1.2rem;
}
.user-chat-uname{
    font-size: 0.9rem;
}
.chat-box-upload {
    position: absolute;
    bottom: -35px;
}
.chat-box-upload .d-flex{
   gap: 7px;
}
.chat-box-upload img{
    height:17px;
}
.chat-safe p{
    font-size: 8px;
    text-align: center;
}
.chat-safe img{
    width: 17px;
    margin-right: 3px;
}
.cover-menu-new{
    top: 11.5%;
}
.profile-meta-info{
    display: flex;
    justify-content: flex-start;
    padding-top: 2rem;
    padding: 11px 28px 0;
}
.profile-meta-info p {
    margin-right: 15px;
    font-size: 13px !important;
}
.verified-buttons.d-flex span {
    background: #f8f8f8;
    padding: 5px 17px;
    border-radius: 15px;
    font-size: 13px;
}
.verified-buttons.d-flex {
    justify-content: space-between;
    padding: 0 28px;
    margin: 0px 0px 20px;
}
a.site-name {
    color: #4070ff;
}
.user-profile .user-profile-wrapper .user-image {
    width: 70px !important;
    height: 70px !important;
    margin-top: 14px !important;
    border: 3px solid #fff !important;
}
.user-profile  .user-profile-wrapper .user-image img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
}
.user-profile .user-profile-wrapper .user-image .del-btn {
    width: 25px !important;
    height: 25px !important;
    right: -3px !important;
    top: 37px;
}
.my-bio p {
    padding: 0 30px;
    color: #324158;
}
body.dark-mode .my-bio p {
    color: #fff;
}
.profile-meta-info p i {
    margin-right: 3px;
}
.profile-meta-info p{
    font-size: 1.3rem;
}
.profile-user-website p a{
    color: var(--primary-color);
    font-size: 1.3rem;
}
.profile-user-bio p{
    font-size: 1.3rem;
    line-height: 1.4;
}
.profile-meta-info p img{
    width: 20px;
}
.invite-friend-btn{
    background-color: #e0edff;
    color: #4070ff;
    padding: 10px 20px;
    border-radius: 28px;
    cursor: pointer;
}
.social_icon_size{
    width: 20px !important;
    border-radius: 0 !important;
}
.reply-box-universal{
    padding-left: 58px;
}
.create_post_box_universal{
    padding-left: 0;
    margin-top: 4rem;
}
.reply-box-universal input{
    background: #f5f5f5;
    border: none !important;
}
.btn_theme_blue{
    background: #4070ff;
    border-radius: 28px;
    outline: none;
    border: none;
    color: #fff;
    font-weight: 100;
    font-size: 1.35rem;
}
.upload_items{
    display: flex;
    justify-content: flex-start;
    gap: 0.5rem;
    padding-top: 1rem;
}
.upload_items .uitem img{
    height: 19px;
    border-radius: 0;
}
.return_ta{
    border: 1px solid #cbcbcb;
    padding-left: 1rem;
}
.return_ta::placeholder{
    color: #ccc;
    line-height: 2;
}
.br_28{
    border-radius: 28px !important;
}
.store_n_qr{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 2rem;
    margin-bottom: 2rem;    
}
.store_n_qr:not(:last-child){
    border-bottom: 1px solid #ebebeb;
}
.btn_light_blue{
        all: unset;
        cursor: pointer;
        background: #d6e7ff;
        color: #4070ff;
}
.store_add{
    color: var(--primary-color);
}
.store_add{
    text-decoration: underline;
}
.form-checkbox{
    margin-top: 5px;
}
.noti-description h5{
    margin-bottom: 1rem;
}
.noti_padding{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.a_btn_hover:hover{
color: #fff;
}
.edit_fg{
    position: relative;
}
.edit_input {
    position: absolute;
    right: 20px;
    top: 37px;
    transform: translateY(18%);
    color: red;
}

.text-danger{color: #d11414}

.more-action.more_setting a {
    border: none;
    padding: 0 15px !important;
}

.more-action.more_setting a {
    padding: 10px 11px !important;
    display: flex!important;
    margin: 0;
}
img#dropc {
    border-radius: 11px;
}
.admin-box-white {
    min-height: 310px;
    padding: 14px 0;
}
.action-btn.flex-wrap-wrap {
    flex-direction: column;
}
.manage-listing button {
    position: absolute;
    right: inherit;
    width: 40px;
    top: 15px;
    border: none;
    left: 18px;
}
.manage-listing input[type="text"] {
    padding-left: 60px;
}
button.btn.btn-ontheway {
    background: #e1ece2;
}
button.btn.btn-ontheway img{
    width: 15px
}
.action-btn.flex-wrap-wrap.h100 button {
    color: green;
    font-weight: 400;
}
.action-btn.flex-wrap-wrap.h100 button {
    color: #377e3f;
    font-weight: 400;
    padding: 10px 0;
    width: auto;
    display: inline-block;
}
.product-desc, .product-desc > .row, .h100 {
    height: 100%;
}
.action-btn.flex-wrap-wrap.h100 button {
    flex: 0 !important;
}
.action-btn.flex-wrap-wrap.h100 {
    justify-content: space-between
}
/*  sagar   css   start          */
span.error_regitration{
            color: #e10000;
            padding-left: 20px;
            font-size: 11px;  
            
        }
        .errormessage{
            color: red;
            font-size: 11px;
            position: absolute;
            left: 50%;
            bottom: auto !important;
            text-align: center;
            background-color: antiquewhite;
            padding: 3px;
            border-radius: 11px;
            transform: translateX(-50%);
            width: 70%;
            
        }

.post-image img {
    border-radius: 15px;
}
/* .productTitle {
    padding: 0px;
    margin-top: 12px;
    color: #222;
} */
.productTitle {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #222;
}
.productPrice {
    padding: 0px;
    color: #000;
    font-weight: 600;
    text-align: left;
    font-size: 15px;
    margin-top: 4px;
}
.post-action {
    padding: 13px 52px 0px;
    align-items: center;
}
.post-image img {
    border-radius: 15px;
    width: 100%;
/*    aspect-ratio: 1 / 1;*/
/*    object-fit: cover;*/
/*    object-position: center;*/
}
#addpostblogform .upload-action .send {
    margin-left: 10px;
    width: auto;
    height: auto;
}
#addpostblogform .upload-action .send button:hover {
    background: #4070ff;
    color: #fff;
}

#addpostblogform .recomendations .user > img {
    width: 47px !important;
    height: 47px !important;
}

#addpostblogform  .recomendations .name {
    font-size: 16px;
    font-weight: 600 !important;
}

#addpostblogform  div#mediabox img {
    width: 110px;
    max-height: inherit;
    height: 80px;
    width: 80px;
    border-radius: 6px !important;
    object-fit: inherit;
}
#addpostblogform .recomendations {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
}
#addpostblogform  .add-post .message-box {
    padding: 0 37px;
}
#addpostblogform textarea {
     padding: 9px 0;
}
#prevpostpopupbox .d-flex.justify-content-between.recomendations {
    padding-top: 0;
}
#postpopupbox #addpostblogform textarea, #blogpostpopupbox #addpostblogform textarea {
    padding: 9px 0 0 25px;
}
.post-popup #addpostblogform .upload-action.justify-content-between.d-flex {
    padding: 10px 20px;
    margin-left: 64px;
}
.post-popup #addpostblogform textarea {
    height: 180px;
}
.post-popup #addpostblogform .upload-action.justify-content-between.d-flex {
    margin-top: 0;
}
.post-wrapper .dots img {
    width: 16px;
}
/*.post-popup .d-flex.justify-content-between.recomendations{padding: 0}*/
#postpopupbox .tox-menubar, #blogpostpopupbox .tox-menubar {
    display: none !important;
}
#postpopupbox .tox.tox-tinymce, #blogpostpopupbox .tox.tox-tinymce {
    height: 190px !important;
}
#addpostblogform  .add-post .message-box {
    padding: 0 37px;
    padding-right: 6px;
}
#addpostblogform  div#mediabox .col-4 img {width: 100%}
#sendmsgform button.submit.btn.btn img {
    width: 22px;
}
#sendmsgform .send BUTTON:hover {
    background: #4070ff;
}
#addpostblogform  video {
    height: 100px;
    max-height: 100%;
    object-fit: contain;
    max-width: inherit;
    margin: 0 auto;
    border-radius: 8px;
    width: 100px !important;
}
.trend-pl{
    padding-left: 1rem;
}
.trending-post img {
    width: 100%;
    max-height: 100%;
    aspect-ratio: 1 / 1;
    object-position: center;
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
}
.trending-post {
    margin-bottom: 5px;
    text-align: left;
    padding: 0px;
}
.social a {
/*    margin-right: 12px;*/
}
  

.dropZoneOverlay img{
        height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 5p
}
.dayname {
    width: 60px !important;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}
.backbtn {font-size: 16px !important;}
h2.product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 96%;
}
.product-details h3.product-name a {
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    display: block;
} 
.sailer-image img {
    border-radius: 50%;
    /* height: 100%; */
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}
.avg-rating-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem
}

.avg-rating-container mark {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #324158;
    background: none;
    margin-right: 1.8rem;
}
.average-big-rating .ratings {
    font-size: 15px !important;
}
.average-big-rating:before {
    font-size: 15px !important;
}
.review-main {
    display: flex;
    border: 1px solid #ccc;
    display: inline-block;
    width: auto;
    padding: 13px 12px;
    border-radius: 12px;
    margin-bottom: 25px;
}
.avg-rating-container {
    border-right: 3px solid #324158;
    padding-right: 0;
    display: block;
    margin-right: 15px;
    padding-right: 15px;
}
.ratings-container.mb-0 p {
    font-size: 12px;
    letter-spacing: 0;
    color: #324158;
    font-weight: 600;
    margin-top: 0 !important;
}
.ratings:before {
    color: #FF914D !important;
    font-size: 14px;
}
.avg-rating-container .rating-reviews:hover {
    color: #999
}
.avg-rating-title{
    color: #545454;
    font-weight: 500;
}

.ratings-item {
    display: flex;
    align-items: center
}

.ratings-item .ratings-container {
    margin-right: 1.8rem
}

.ratings-item .progress-value {
    margin-left: 2rem
}

.rating-percent {
    background: #eee;
    height: 0.8rem;
    width: 20rem;
    max-width: 100%;
    border-radius: 1rem
}

.rating-percent span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #999
}
#reviewerName h5{
    font-size: 1.6rem;
    margin-bottom: 0;
    font-weight: 500;
}
.comments .toolbox {
    padding: 0 0 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e1e1e1
}

.comments .toolbox .btn {
    font-size: 1.3rem;
    padding: 0.82em 1.08em
}

.comments .toolbox .toolbox-sort .form-control {
    min-width: 15rem
}

.comments .toolbox-pagination {
    border: none
}

.comments .page-item {
    margin-bottom: 0
}

.comments .file-input-wrappers {
    display: flex
}

.comments .file-input-wrappers > * {
    width: 6rem;
    height: 6rem;
    margin-right: 1rem;
    cursor: zoom-in
}

.comments .file-input-wrappers img {
    height: 100%
}

.comments .feeling i {
    font-size: 1.4rem
}

.comments .btn-play {
    display: flex;
    justify-content: center;
    align-items: center
}

.comments .btn-play i {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.7)
}

.review-form-section .review-form-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    background-color: #fff;
    z-index: 1101;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    transition: right 0.3s;
    overflow: auto
}

.review-form-section .review-overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s
}

.review-form-section.opened .review-form-wrapper {
    right: 0
}

.review-form-section.opened .review-overlay {
    opacity: 1;
    visibility: visible
}
.store-logo img {
    border-radius: 5px;
}
.manage-list img {
    border-radius: 6px;
    height: 90px;
    object-fit: cover;
    object-position: center top;
    width: 90px;
    border: 1px solid #c8d9fd;
}
.delivery-option label {
    cursor: pointer;
}
/*  sagar css  end */
/* manoj css start*/
.appLandingBG{
    background: url('../images/appLanding/bg1.jpg');
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}
.appLanding{
    
    /* background: blue; */
    padding:60px 0 0;
    padding-top: 147px;
    /* overflow: hidden; */
}
.appLanding h1{
    font-size: 41px;
}
.appLanding p{
    font-size: 1.6rem;
}
.qr.d-flex  a{
    max-width: 50%;
}
.landingGraphic{
    /* background: blue; */
}
.landingGraphic img{
    position: relative;
        width: 719px;
}
.text-green {
    color: #377E3F !important;
    font-weight: 500;
    font-size: 15px !important;
}
.seller-address img.time-icon {
    margin-top: 6px;
}
.time-icon{margin-top: 5px}
.seller-address img {
    width: 16px;
    margin-right: 11px;
    margin-top: 3px;
}
.seller-address p {
    color: #4070ff;
}
.seller-address {
    display: flex;
    align-items: flex-start;
}
.blueBar{
    display: block;
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%,-50%);
    width: 31.5%;
    height: 150%;
    background-color: #4070ff;
    margin: 0 auto;
}

.qr img{
    position: relative;
    margin-left: 0;
    width: 100%;
    
}
.qr.d-flex img {
    width: 100%;
}
.qr.d-flex {
    justify-content: space-between;
}
.qr.d-flex img {
    width: 100%;
    box-shadow: 0 0 35px rgb(45 45 45 / 34%);
    border-radius: 5px;
}
a.close {
    opacity: 0.8;
}

a.close img {
    height: 20px;
    width: auto;
}
@media (max-width:1367px){
    .qr img{
        position: relative;
/*        margin-left: -8.4%;*/
    }
}
@media (min-width:1367px){
    .blueBar{
        left: 50.8%;
        width: 32%;
    }
}
.landingGraphic a{
    color:#4070ff;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: -30px;
    right:0;
    z-index: 1;

}

.workingBtn{
    background: #e0edff;
    padding: 15px 40px;
    color: var(--primary-color);
    border-radius: 50px;
    display: block;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
}
.workingBtn:hover{
    color: #fff;
    background-color:  #4070ff;
}
.workingOnThis .btns{
    gap: 3rem;
    margin-top: 4rem;
}
.section404{
    height: 70vh;
    display: flex;
    align-items: center;
}
.workingOnThis h1{
    font-size: 67px;
    font-weight: 400;
    line-height: 1.2;
}
.workingOnThis p.subTitle{
    font-size: 2.4rem;
    line-height: 1.3;
}
.twitterLine{
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin-top: 4rem;
}
.twitterLine p{
    color: #4070ff;font-size: 1.6rem;
}
.logo404 img{
    margin-top: 50px;
    display: inline-block;
    width: 200px;
}
.listStyle li{
    list-style: disc;
}
.br11{
    border-radius: 11px;
}
.uploadImg::after{
 content: "";
    background-image: url(/public/images/cameraUpload.png);
    display: inline-block;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translateY(50%) translateX(50%);
}
.user-profile-wrapper .dropZoneContainer > img {
    max-width: 30px !important;
    opacity: 1;
}
div#manage-profile .cover-image {
    margin-bottom: 30px;
}
.seller-address {
    max-width: 250px;
}
.profile-seller-bio h5 {
    font-size: 16px;
}
.product-details .you-save {
    margin-left: 12px;
    display: inline-block;
    margin-top: 0;
    padding: 3px 10px !important;
    font-size: 10px !important;
}

.uploadImg.user-image img{
    height: 100px !important;
}
/* .resizingEqualGap #drop_zone{
width: 120px;
height: 122px;
} */
.resizingEqualGap #dropZoneOverlay{
width: 120px !important;
height: 122px !important;
}
.resizingEqualGap .dropZoneOverlay img{
height: inherit;
}
.seller > hr {
    margin-top: 35px;
}
.resizingEqualGap #drop_zone{
    margin-bottom: 0.8rem;
}
h3.fontSize-loginTitle {
    font-size: 22px;
    margin-bottom: 3rem;
}
.postImageRatio{
    aspect-ratio: 1 / 1;
}
.exzoom_img_ul li{
    overflow: hidden;
}
.exzoom .exzoom_img_box{
    background: transparent !important;
}
.exzoom .exzoom_img_ul_outer{
    border-color: transparent;
    border-radius: 15px;
}
.textGrey{
    color: #545454;
}
.exzoom .exzoom_btn{
    position: absolute !important;
    
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
}
.exzoom  .exzoom_btnWidth{
    width: 97%;
}
.exzoom .exzoom_btn a{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 30px !important;
    height: 30px !important;
    line-height: 1;
    border-radius: 50%;
}
.exzoom .exzoom_btn a.exzoom_prev_btn{
    left: 10px;
}
.exzoom .exzoom_btn a.exzoom_next_btn{
    right: 10px !important;
}
.exzoom .exzoom_btn a:hover{
/*    background: #4070ff !important;*/
}
.exzoom .exzoom_nav{
    left: 0 !important;
    
}
.exzoom_nav_inner span:first-child{
    margin-left: 0 !important;
}
.exzoom .exzoom_nav .exzoom_nav_inner span {
    border-radius: 8px;
}
.exzoom .exzoom_nav .exzoom_nav_inner span:hover, .exzoom .exzoom_nav .exzoom_nav_inner span.current{
    border-color: #000 !important;
}
.shieldText div{
    display: flex;
    align-items: center;
    gap: 0;
}
.shieldText div p{
    margin-bottom: 0;
}
.textBlack{
    color: #000;
}
.watchlistPlus{
    border: 2px solid #4070ff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #4070ff;
    /* display: none; */
    cursor: pointer;
}
.form-wizard .form-wizard-steps li span::before{
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    position: absolute;
    top: -8px;
    left: -8px;    
    border: 2px solid var(--primary-color);
}
.more-action.more_setting li a:hover {
    border-radius: 0;
}
/*
.form-wizard .form-wizard-steps li.active span::before{
background-color: var(--primary-color);
z-index:-1;
}
*/
/* .form-wizard .form-wizard-steps li:not(.active) span, .form-wizard .form-wizard-steps li:not(.activated) span{
    position: relative;
}
.form-wizard .form-wizard-steps li:not(.active) span::before{
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    position: absolute;
    top: -8px;
    left: -8px;
    border: 2px solid #ddd;
} */
/* .form-wizard .form-wizard-steps li.active span::before */
.link-underlined{
    text-decoration: underline;
}
.text545454{
    color: #545454;
}
.lightGreenBtn{
    font-size: 1.1rem;
    padding: 0.3rem 1.1rem;
    border-radius: 33px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    background: #43a0474a;
    color: #008037;
}
.uploadPrimaryBtn{
    margin-bottom: 0.5rem;
    display: inline-block;
}
#addlisting .form-control, #updatelisting .form-control, #addgigbox .form-control{
    border-color: #a1c6ff !important;
/*    font-weight: 100;*/
}
#addlisting .form-control::placeholder, #addgigbox .form-control::placeholder{
    color: #a1c6ff;
}
#addlisting input[type="radio"], #addgigbox input[type="radio"]{
    transform: scale(1.0);
    /* accent-color: green; */
}
.actionBtnWidth button{
    max-width: 350px;
}
.textEllipsisCommon{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;

-webkit-box-orient: vertical;
}
.textEllipsis2Line{
    -webkit-line-clamp: 2;
}
.text3183ff{
    color: var(--primary-color);
}
.followersFollowing p{
font-weight: 600;
margin: 2rem 0;
}

.addMoreIcon{
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border: 1px solid #4070ff;
    color: #4070ff;
    font-size: 2rem;
    cursor: pointer;
    line-height: 40px;
}
.footer-links a:not(:last-child):after{
/*    content: "";*/
    display: inline-block;
    width: 1px;
    height: 10px;
    position: relative;
    top: 2px;
    left: 6px;
    background: #545454;
}
#productCartSummary ,#gigCartSummary{
    position: sticky;
    top: 100px;
    height: 100%;
}
.delivery-option label {
    font-weight: 400;
    font-size: 14px;
}
.add-payment-method a{cursor: pointer}
.summary .shipping + .total {
    margin-top: 0;
    margin-bottom: 0;
}
.sticky-content-wrapper {
    height: auto !important;
}
form#signupform, form#loginform {
    width: 323px;
    margin: 0 auto;
}
.create-account-btn a {
    text-align: center;
    display: block;
    color: #000;
    border: 1px solid #000;
    height: 50px;
    line-height: 46px;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 10px;
}
form#signupform input, form#loginform input {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 0;
    padding-left: 15px;
    color: #000;
    font-weight: 400;
}
/* manoj css end*/


/* Kapil*/
.image-precview .box, .image-precview .boxbrand {
  display: block;
  min-width: inherit;
/*  height: 300px;*/
    width: 57px;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.upload-options {
    position: relative;
    height: 35px;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    width: 100%;
    text-align: center;
    transition: background-color ease-in-out 150ms;
    top: 50%;
    transform: translateY(-50%);
}
.upload-options label img {
    width: 28px;
}

/*
.upload-options:hover {
  background-color: #7fb1b3;
}
*/
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    justify-content: center;
}
.upload-options label::after {
/*  content: "add";*/
  font-family: "Material Icons";
  position: absolute;
  font-size: 2.5rem;
  color: #e6e6e6;
  top: calc(50% - 2.5rem);
  left: calc(50% - 1.25rem);
  z-index: 0;
}
.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview, .js--image-previewbrand {
  height: 65px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brand-name-input {
    font-weight: 600;
    font-size: 16px;
}
div#branddiv {
    margin-top: 25px;
    display: block;
}
div#branddiv p {
    line-height: 16px;
}
.image-precview .box {
    display: block;
    min-width: 65px;
    height: 65px;
    margin: 6px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    position: relative;
    border: 1px dashed #222;
    border-radius: 12px;
}
.js--image-preview::after {
/*  content: "photo_size_select_actual";*/
  font-family: "Material Icons";
  position: relative;
  font-size: 4.5em;
  color: #e6e6e6;
  top: calc(50% - 3rem);
  left: calc(50% - 2.25rem);
  z-index: 0;
}
.js--image-preview.js--no-default::after {
  display: none;
}
.js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
          animation: ripple 0.4s linear;
}


@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.signup-box button:hover{
background: #4f91f5 !important;
    color: #fff;
}


#postpopupbox .add-post, #blogpostpopupbox .add-post {
    margin: 80px auto;
}
.share-button {
    position: relative;
}
.share-button .more-action.more_setting {
    left: 30px;
    top: 0;
    bottom: inherit;
    display: none;
}
.share-button .more-action ul {
    padding: 0;
    padding: 0;
    margin: 7px 0;
}
.share-button .more-action.more_setting a {
    padding: 0px 11px !important;
    display: flex!important;
    margin: 0;
    align-items: center;
}
.post-action .counters {
    color: #000;
}
.post-action .counters {
    align-items: center;
}
.chat-box img {
    border-radius: 6px;
}
.send {
    margin-left: 10px;
    width: 40px;
    height: 40px;
}
input.form-control.timepicker {
    padding: 0 10px !important;
    }
select {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    background-color: #fff;
    background-position: 95% center;
    -webkit-appearance: none;
    background-size: 11px;
}
.write-review-popup .sailer-about h2 {
    margin-top: 0;
    font-size: 19px;
}
.write-review-popup .sailer-image img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
}
.write-review > .d-flex {
    align-items: center;
    margin-bottom: 10px;
}
table .summary-subtotal h4.summary-subtitle {
    text-transform: capitalize;
}
.free .charge {
    color: #43A047;
    font-weight: 500;
    background: #E3F1E4;
    margin-top: 0;
    padding: 0px 8px !important;
    margin-bottom: 24px;
}
#shareBtn{display: none;}
.categories ul.top-pro-gig + ul {
    display: none;
}
.view-profile.share-profile.d-flex {
    margin-top: 9px;
}
.tncpages h2 strong {
    font-size: 40px;
    font-weight: 700;
}
.cubetnc {
    font-size: 20px;
    font-weight: 600;
}
.tncpages p {
    font-size: 16px;
    font-weight: 400;
    color: #222325;
    line-height: 22px;
}
.tncpages a {
    text-decoration: underline;
    color: #222325 !important;
}
.tncpages h5 {
    color: #222325;
}
.tncpages ul li {
    color: #222325 !important;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}
.tncpages h5 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600;
}
.tncpages ul li {
    font-size: 16px;
    line-height: 22px;
    color: #222325;
    font-weight: 400;
}
.tncpages ul {
    padding-left: 1.5em;
    margin-top: 0;
    margin-left: 5px;
    margin-bottom: 2rem;
}
.about-section {
    background: #000;
}
.about-section .text-left {
    background: #000;
    padding: 50px 0;
}
.core-value h2 {
    font-weight: 800;
}
.core-value-text p {
    font-size: 20px;
    line-height: 27px;
}
.core-value-inn {
    margin-bottom: 40px;
}
.core-value-inn .row {
    z-index: 99;
    position: relative;
}
.core-value .card {
    background: #fff;
}
.core-value .dots{
    width: 500px;
    height: 400px;
    position: absolute;
    right: -40px;
    bottom: -40px;
}
.core-value .card {
    background: #fff;
    position: relative;
    z-index: 9;
}

section.core-value .container {
    position: relative;
}
.core-value .card {
    border-radius: 10px;
    box-shadow: 0 0 35px rgba(0,0,0,0.2);
    text-align: center;
    padding: 50px 0;
    margin: 0 0px 30px;
}

.core-value-inn img{
    margin-left: -350px;
    margin-top: 40px;
}
.core-value .card-body h4 {
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 0;
}
.card-body img {
    width: 80px;
}
section.about-section p {
    color: #fff;
    font-size: 18px;
}
section.about-section h2 {
    color: #fff !important;
}
.core-value-inn p {
    padding-right: 140px;
    font-size: 16px;
}
.core-value-inn img {
    margin-left: 0;
    margin-top: 40px;
}
section#meet-founder .founder-intro h2 {
    font-weight: 500;
    font-size: 45px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 0px;
}
.d-flex.social-links-inn img {
    width: 38px;
}
section#meet-founder {
    background: #fbfbfb;
    padding: 100px 0 60px;
    margin-bottom: 80px;
    margin-top: 80px;
    display:none;
}
.founder {
    padding-right: 0;
    width: 100%;
}
.founder-intro p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #555;
}
.social-links-inn a{margin-right: 15px}

section.core-value {
    padding: 40px 0;
    background: #fff;
}
section#meet-founder h2 {
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 40px;
}
.founder img {
    margin-left: 0px;
    width: 100%
}
section.about-section .container, section.core-value .container, #meet-founder .container, #app-link .container, #counter .container {
    padding: 0 30px;
}
section.about-section h2 {
    color: #fff !important;
    font-size: 60px;
}
.core-value-inn h2{
    font-size: 60px;
}
section.about-section p {
    color: #fff;
    font-size: 30px;
    line-height: 47px;
    font-weight: 600;
}
section#app-link h2 {
    font-size: 60px;
    padding-right: 0;
    font-weight: 700;
    margin-bottom: 50px;
}
div#mob img {
    width: 430px;
    margin: 160px auto 0px 170px;
}
section#counter {
    background: #000;
}
.counter-box .counter {
    color: #fff;
    font-size: 60px;
    padding: 0;
    text-align: center;
    font-weight: 600;
}
.counter-box p {
    margin-bottom: 0;
}
.counter-box.text-left > div, .counter-box.text-left > p {
    text-align: left !important;
}
.counter-box.text-right > div, .counter-box.text-right > p {
    text-align: right!important;
}
section#app-link .d-flex img {
    width: 187px;
    margin-right: 10px;
}
section#counter {
    background: #000;
    padding: 100px 0;
}
.counter-box p {
    text-align: center;
    color: #fff;
    font-size: 20px;
}
section#review {
    background: #fbfbfb;
    padding: 60px 0;
}
section#review h2{
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 40px;
}
#review-carousel .item {
    width: 300px;
    background: #fff;
    box-shadow: 7px 7px 9px rgba(0,0,0,0.1);
    padding: 45px 30px;
    margin: 40px 6px 80px;
    position: relative;
    border-radius: 13px;
    padding-bottom: 26px;
    height: 330px;
}
#review-carousel .user-detail p {
    margin-bottom: 0;
}
#review-carousel .user-rating {
    display: flex;
    margin-top: 21px;
}
#review-carousel .pr {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
#review-carousel .pr p {
    flex: 1;
}
#review-carousel .user-rating img {
    width: 50px !important;
    height: 50px !important;
}
#review-carousel .user-detail {
    padding-left: 14px;
}
#review-carousel .user-detail h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}
#review-carousel .user-rating {
    position: absolute;
    bottom: -65px;
    display: flex;
    align-items: center;
}
#review-carousel .owl-dots {
    text-align: center;
}
#review-carousel button.owl-dot.active {
    background: #4070ff !important;
    width: 50px;
    border-radius: 44px;
} 
#review-carousel button.owl-dot {
    background: #adadad !important;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50px;
}



.card:hover img {
  animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
  100% {
    transform: scale(1, 1);
  }
}
.quote {
    position: absolute;
    top: -32px;
    width: 54px;
}
.rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rating .star {
    color: orange;
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 20px;
}
.rating img {
    width: 86px !important;
}
.shipto {
    background: #f8f8f8;
    border: none !important;
}



@media (max-width:767px) {
.product-info .pro-info p {
    font-size: 12px;
}    
.product-info .image-pro {
    margin-right: 11px;
    width: 43px;
}    
.delivery-option li label {
    line-height: 22px !important;
    display: flex;
}
.delivery-option li label span {
    line-height: 22px;
}
.isstorepickupdiv {
    margin-top: 30px;
}
.cart-box .del a img {
    width: 12px;
    opacity: 0.8;
}    
.delivery-option li input[type="radio"] {
    margin-top: 4px !important;
}    
    #shareBtn{display: block;}    
.no-record-found h2 {
    font-size: 20px;
    margin-top: 10px;
}    
.write-review {
    text-align: center;
    margin-top: 0;
}    
.order-leftdesc {
    flex: 1;
}
.order-leftdesc .price {
    margin-bottom: 0;
}
input[type="radio"] {
    width: 15px;
    height: 15px;
}
.custom-switch label:after {
    top: 3px;
    left: 4px;
    width: 14px;
    height: 14px
}
.custom-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 37px;
    height: 21px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}
.col.custom-switch {
    /* width: 100%; */
    /* display: flex; */
    /* justify-content: flex-end; */
    /* margin-top: 12px; */
    /* padding-right: 42px; */
    position: absolute;
    right: 0;
    padding: 0 !important;
    width: auto;
    }    
input.form-control.timepicker {
    padding: 0 10px !important;
    /* opacity: 0; */
}
.local-store .form-control {
    min-height: 3.5rem;
    }
input:checked + label:after {
    width: 14px;
    height: 14px;
    left: 0.5rem;
    background: #ffffff;
    opacity: 1;
}
.dayname {
    width: 40px !important;
}    
select {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    background-color: #fff;
    background-position: 95% center;
    -webkit-appearance: none;
    background-size: 11px;
} 
.middle_section .form-wizard-seller-registration {
    padding: 0px 10px !important;
}    
.user-profile-wrapper {
    padding-left: 8px;
    flex: 1
}
.user-name {
    margin-top: 46px;
    margin-left: 6px;
}
.view-profile.share-profile a {
    width: 40px !important;
    height: 28px !important;
    line-height: 28px !important;
    width: auto !important;
    padding: 0 11px !important;
    font-size: 10px !important;
}
.profile-meta-info {
    padding-top: 8px;
}
.profile-meta-info p {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.profile-meta-info img {
    margin-left: 5px;
}    
.top-lines img {
    height: 55px;
}
.top-lines h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 8px;
}
#awesome_tab {
    width: 100%;
    margin-top: 20px;
}    
}


/* 16-May-2024*/

.post-popup {
    background: #000000a8;
    backdrop-filter: blur(13px);
}
.add-post {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 18px;
}
div#prevpostpopupbox .posting small {
    padding: 10px 40px;
    border-radius: 8px;
}
.posting small {
    background: no-repeat;
    padding: 5px 0;
    font-size: 10px;
    font-size: 8px;
    display: flex;
    align-items: center;
}
.posting small img{width: 10px !important}
.post-popup .user-info p {
    font-size: 12px;
    font-weight: 300;
}
.post-popup .user-info p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
}
#postpopupbox #addpostblogform textarea, #blogpostpopupbox #addpostblogform textarea {
    padding: 9px 0 0 25px;
    font-size: 12px;
    font-weight: 300;
    height: auto !important;
    max-height: 180px !important;
    min-height: 100px !important;
}
.add-post .image-upload {
    width: 27px;
    background: #F8F8F8;
}
.add-post .image-upload img {
    width: 59%;
}

.add-post .image-upload {
    width: 27px;
    background: #F8F8F8;
    text-align: center;
    border-radius: 8px;
}
button.btn.btn-submit.btn-gray {
    background: #4070ff;
    color: #fff;
}
#blogpostpopupbox .message-box .upload {
    margin: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    border: 1px solid #eaeaea;
}
#blogpostpopupbox  .box-list h5 {
    margin-bottom: 7px;
    font-size: 14px;
}
#postpopupbox .add-post .post-header, #blogpostpopupbox .add-post .post-header, #blog-preview  .add-post .post-header {
    padding: 15px 0px !important;
}
.post-popup #addpostblogform .upload-action.justify-content-between.d-flex {
    margin-left: 0;
}
.preview-blog-desc .blog-image img {
    width: 100%;
    border-radius: 5px;
}
.prev-desc h3 {
    font-size: 18px;
    margin: 14px 0 6px;
}
.prev-desc p {
    font-size: 13px;
    line-height: 19px;
}
.user a, .tags a {
    color: #4070ff;
}
#postpopupbox .add-post > div, #blogpostpopupbox .add-post > div, #blog-preview .add-post > div{
    padding: 10px 20px !important;
}
.preview-blog-desc {
    height: 410px;
    overflow-y: auto;
}
#new-blog-header .post-header h3, #back-to-post .post-header h3 a, #blog-preview .post-header h3 a{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
#blog-preview #new-blog-header{display: block !important}
.hideblogpost{opacity: 0;}
#addpostblogform .blog-box {
    height: 410px;
    overflow-y: auto;
}
#addpostblogform  div#blog-description {
    height: 410px;
}
#blogpostpopupbox .box-list h5 {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 600;
}
#blogpostpopupbox .box-list {
    margin-bottom: 20px;
}
#blogpostpopupbox .input input[type="text"] {
    background: #f8f8f8;
    width: 100%;
    padding: 11px 0;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    padding: 10px 14px;
    font-size: 12px;
}
#blogpostpopupbox  #addpostblogform .upload-action .send {
    margin-left: 0px;
    width: 100%;
    height: auto;
}
#blogpostpopupbox button.btn.btn-submit.btn-gray,  #blog-preview button.btn.btn-submit {
    margin: 0;
    width: 100%;
    font-size: 14px;
    background: #4070ff;
    color: #fff;
    border-radius: 8px !important;
    border: none;
}
#blog-preview div#save-blog {
    width: 100%;
}
#blogpostpopupbox #addpostblogform .upload-action.justify-content-between.d-flex {
    margin-left: 0;
}
#blogpostpopupbox .submit.d-flex.align-items-center {
    width: 100%;
}
#blogpostpopupbox .upload-action.justify-content-between.d-flex {
    flex-direction: column;
}
#addpostblogform div#mediabox img {
    width: 110px;
    max-height: inherit;
    height: auto;
    width: auto;
    border-radius: 6px !important;
    object-fit: inherit;
    max-width: 140px;
    object-fit: contain;
}
#addpostblogform div#mediabox {
    margin-bottom: 20px;
}
#addpostblogform .add-post .message-box {
    padding-left: 0;
}
#postpopupbox #addpostblogform textarea, #blogpostpopupbox #addpostblogform textarea {
    padding: 9px 0 0 60px;
}
#addpostblogform video {
    height: auto;
    max-height: max-content;
    object-fit: contain;
    max-width: 250px;
    margin: 0 auto;
    border-radius: 8px;
    width: 250px !important;
}
#prevpostpopupbox .recomendations .user > img {
    width: 37px !important;
    height: 37px !important;
}
#prevpostpopupbox .dots a {
    font-size: 12px;
}
.logo {
    max-width: 110px;
}
.navigation li a {
    font-size: 15px;
    font-weight: 500;
    color: #324158;
}
span.shop-icon{
    width: 30px;
    height: 30px;
}
.left-panel .navigation li i {
    margin-right: 4px;
    font-size: 18px;
    width: 25px;
}
.navigation a.target-link.active span {
    color: #324158 !important;
}
a.target-link.active .shop-icon {
    background-position: 2px -2px;
}
a#shoplink:hover .shop-icon {
    background-position: 2px -2px;
}
span.shop-icon {
    background-size: 64%;
}
span.social-icon {
    background-size: 95%;
    background-position: 0 26px;
}
span.social-icon{
    width: 30px;
    height: 27px;
}
span.notification-icon {
    background-position: 0 28px;
    height: 30px;
}
span.notification-icon {
    width: 24px;
    height: 30px;
}

span.notification-icon {
    background-position: 0 28px;
    height: 30px;
}
span.notification-icon, span.message-icon, span.more-icon, span.social-icon, span.shop-icon, .seller-setting-icon, .my-order-icon, .payment-icon, .copy-link{
    width: 25px;
    height: 25px;}
span.message-icon {
    background-position: 0 54px;
}
.navigation li a:hover .message-icon {
    background-position: 0 0px;
}
span.more-icon {
    background-position: 0 26px;
}
.navigation li a:hover .more-icon {
    background-position: 0 1px;
}
.navigation li a:hover .social-icon {
    background-position: 0 0px;
}

span.shop-icon {
    background-size: 80%;
}


span.shop-icon {
    background-size: 84%;
    background-position: 2px 29px;
}
.page-inside-center {
    margin-top: 90px;
}
.sticky-header.fixed {
    border-bottom: none !important;
    box-shadow: none;
}
.create-accont-btn{ color: #324158 !important; border-color: #324158 !important; font-weight: 500;}\
.login a:first-of-type {
    margin-bottom: 15px !important;
    background: #4070ff !important;
    color: #fff;
    border-color: #4070ff !important;
}
.left-panel.kapil .login a:first-of-type:hover {
    background: #126ef9 !important;
    border-color: #126ef9 !important;
}
.header-middle{
    background: rgb(255,245,199);
background: linear-gradient(90deg, rgba(255,245,199,0.7) 0%, rgba(254,198,220,0.7) 100%);
}
.left-panel .login_signup_btn{display: none;}
.header-right ul {
    margin: 0;
}
.header-right ul li a {
    font-weight: 500;
    font-size: 13px;
    border-radius: 8px !important;
}
.header-right ul li a:hover {
    color: #324158 !important;
    background: rgba(255, 255, 255, 0.7);
}
.recommendation + .footer {
    display: none;
}
.header-right ul li:last-child a {
    margin-right: 0;
}
.header-center {
    flex: 1;
    text-align: center;
    justify-content: flex-start;
}
.header-center input[type="text"] {
    height: 40px;
    max-width: 330px;
    width: 100%;
    padding: 0 36px;
    border-radius: 5px;
    border-color: #f8f8f8;
    font-weight: 500;
    background: #ffffffba;    
}
.main-search-bar img {
    position: absolute;
    width: 16px;
    left: 12px;
    top: 10px;
}
.main-search-bar {
    width: 100%;
    max-width: 330px;
    position: relative;
}
footer {
    background: #f8f8f8c4;
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    z-index: 9999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
footer ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #888;
}
footer ul li {
    margin: 0 8px;
}
.main-footer li a{color: #888; font-size: 10px;}
footer.main-footer {
    padding: 20px 0;
}
footer.main-footer p {
    font-size: 10px;
    text-align: center;
    color: #888;
    margin-bottom: 8px;
}
.pro-people-tab ul li.active a {
    background: #f8f8f8;
}
.pro-people-tab ul {
    padding: 0;
}
.pro-people-tab li a {
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 500;
}
.pro-people-tab ul li {
    margin-right: 10px;
}
.pro-people-tab ul li a:hover {
    background: #f8f8f8;
}
.pro-people-detail {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 15px;
}
.pro-people-detail h3 {
    font-size: 16px;
    font-weight: 600;
    color: #324158;
}
.pro-people-detail button {
    width: 100%;
    background: #4070ff;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
}
.pro-people-detail p {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    margin-top: 12px;
}
.pro-people-detail p a{
    color: #4070ff;
}
.navigation li:hover span.route_title i {
/*    color: #4070ff;*/
}
.navigation li span.route_title  span i{margin: 0}
.navigation li span.route_title  span {
    background: #f8f8f8;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 33px;
    margin-left: -9px;
    margin-right: 3px;
}
.navigation li.dark-mode a:hover {
    background: none;
}

.navigation li.dark-mode a:hover span.route_title span {
    background: #00FFB5;
}
span.percent-off {
    background: #B3FFE9;
    border-radius: 8px;
    padding: 5px 9px;
    font-size: 12px;
    color: #07BB54;
}
.p-cut{display: none;}
.productPrice {
    display: flex;
    align-items: center;
}
.was {
    font-size: 12px;
    padding: 0 20px;
}
.post-image {
    padding: 0 20px;
}
.productTitle, .postTitle, .postdate {
    color: #324158;
    padding: 0 20px;
}
.productPrice {
    padding: 0 20px;
    margin: 0;
}
.post-action.d-flex.justify-content-between {
    padding: 0 20px !important;
}
.post-wrapper hr{margin: 0 !important} 
.post {
    padding: 20px 0;
}
.post-info {
    padding: 0 20px;
}
.post-wrapper hr {
    margin: 20px 0 !important;
}
.counters.d-flex .fa-heart, .counters.d-flex .fa-comment {
    color: #324158;
    font-size: 23px;
    font-weight: 500;
}

.likecounts {
    color: #324158;
    margin-top: 2px;
}
.post-foot {
    display: flex;
    align-items: center;
}
.post-foot .counters {
    margin-right: 25px;
}
.views {
    display: flex;
    align-items: center;
    margin-right: 25px;
    cursor: pointer;
}
.views .fa-eye {
    font-size: 20px;
    margin-right:4px 
}
.share .fa-regular {
    color: #324158;
    font-size: 17px;
    margin-left: 0 !important;
    margin-top: 0px;
    padding-left: 0 !important;
}
.share {
    margin-right: 0;
    cursor: pointer;
}
.post-foot .share{margin-left: 0 !important}
.promote img {
    width: 17px;
    margin-right: 5px;
}

.promote {
    border: none;
    padding: 3px 0;
    border-radius: 50px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.counters.d-flex:hover .fa-heart {
    font-weight: 900;
    color: #FF5A5F !important;
}
.name span.blue-tick {
    margin-left: 10px;
}
.user-info p {
    margin: 0 !important;
}
.post-area {
    min-height: 100vh;
}
.usp {
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    /* padding: 20px; */
}
.br_8{border-radius: 8px;}
.usp-sec {
    padding: 15px 10px;
}
.usp .usp-sec:first-child {
    border-bottom: 1px solid #c4c4c4 !important;
}
.cubesnack-protection {
    width: auto;
    margin-bottom: 0px;
}
.cubesnack-protection .pro-image {
   
    width: 22px;
}
.product-form.product-variations.product-color {
    width: 100%;
}
.product-form.product-variations.product-color  select{
    width: 100%;
}
.cubesnack-protection h3 {
    font-size: 12px !important;
    font-weight: 600;
}
.cubesnack-protection .pro-desc p {
    font-size: 11px !important;
    font-weight: 300;
    color: #fff !important;
}

.cubesnack-protection p {
    font-size: 11px !important;
}
.usp-sec button {
    padding: 10px 0;
    font-size: 13px !important;
}
.usp-sec button.btn.btn-blue-outline {
    border: 1px solid #324158;
    color: #324158;
}
.u-text b {
    font-weight: 700;
}
.usp .payment {
    width: 60%;
    margin: 20px auto;
}
.more-varient {
    display: flex;
    flex-wrap: wrap;
}
.more-varient > div img {
    border-radius: 8px;
}

.more-varient {
    gap: 7px;
}
.more-varient > div img {
    border-radius: 8px;
    height: 60px;
    width: 60px;
}
.more-varient > div {
    width: 23%;
    margin: 10px 0;
}
.more-varient > div > div {
    border-radius: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.usp .payment + div > p {
    margin-bottom: 13px;
    font-size: 13px;
}
.seller-bio h2 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 6px;
}
.prosec-left {
    max-width: 75%;
}
.pro-secright {
    max-width: 25%;
}
.product-single .product-name {
        font-size: 15px;
    font-weight: 500;
}
select.select-custom {
    background-image: url('https://www.jumpspree.com/public/images/arrow-down-cart.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 5%;
    background-color: #f8f8f8;
    border: 1px solid #c4c4c4 !important;
    border-radius: 10px;
}
.product-details .you-save {
   margin-left: 12px;
    display: inline-block;
    margin-top: 0;
    padding: 3px 10px !important;
    color: #07bb54;
    background: #B3FFE9 !important;
    margin-top: -2px;
    font-weight: 500;
}
.price .was {
    margin: 0 !important;
    padding: 0;
    font-weight: 500;
    margin: 3px 0 4px !important;
}
.product-details hr, .single-product hr{
    border-top: 1px solid #c4c4c4;
}
.product-details hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-details h5 {
    font-size: 14px;
    color: #324158;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-form.product-variations.product-color select {
    width: 100%;
    font-size: 15px;
    padding: 0 13px;
    font-weight: 500;
    color: #324158;
}
.more-varient h6 {
    margin: 7px 0 0;
    font-size: 12px;
    font-weight: 400;
}
.section-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}
.percentage .percent {
    margin-left: 12px;
    display: inline-block;
    margin-top: 0;
    padding: 3px 10px !important;
    color: #07bb54 !important;
    background: #B3FFE9 !important;
    /* color: #007bff; */
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    height: auto;
    line-height: 18px;
    font-weight: 600;
}
.product-details h3.product-name a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #324158;
}
.tab-container .nav-tabs>li.active a {
    background: #f8f8f8 !important;
    border-radius: 5px;
}
.tab-container .nav-tabs>li>a {
    border: none;
    color: #324158;
    font-weight: 600;
    font-size: 14px;
}
.promoted-items .product-media {
    border: none;
}
.promoted-items figure.product-media img {
    height: 80px !important;
    width: 80px !important;
    margin-right: 10px;
}
.promoted-items .product {
    display: flex;
}
.promoted-items .product-price {
    font-size: 13px;
}
.promoted-items .product {
    display: flex;
    border: 1px solid #c4c4c4;
}
.promoted-items {
    display: flex;
}
.promoted-items  .items {
    width: 100%;
}
.promoted-items .product {
    display: flex;
    border: 1px solid #c4c4c4;
    border-color: #c4c4c4;
    border-radius: 20px;
    align-items: center;
    padding: 10px;
}
.promoted-items {
    gap: 10px;
}
section#promoted {
    margin-bottom: 50px;
}
.product-meta {
    font-size: 13px;
    color: #324158
}
#promoted .product-details {
    position: relative;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.tab-pane .title {
    color: #324158;
    font-size: 17px;
}
.tab-pane ol li {
    font-size: 14px;
    color: #324158;
    line-height: 22px;
    list-style: auto;
}
.tab-pane ol {
    padding-left: 20px;
    margin-top: 0;
}

.tab-pane ol li {
    font-size: 14px;
    color: #324158;
    line-height: 22px;
    list-style: auto;
    margin-bottom: 7px;
}
#protection .review-user-name {
    font-weight: 600;
    color: #324158;
}
.review-user-name {
    font-weight: 700;
    color: #324158;
}
.review-user-name .user {
    color: #324158;
    font-weight: 400;
    line-height: 19px;
    font-size: 14px;
}
.tab-pane .rating-star {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    column-gap: 0;
}
.tab-pane .rating-sec {
    margin-left: 10px;
}
.tab-container .nav-tabs>li {
    width: auto;
    text-align: center;
    padding: 10px 0;
    margin-right: 15px;
}
.tab-container .nav-tabs>li a:hover {
    background: #f8f8f8 !important;
}
.tab-container .nav-tabs>li a {
    padding: 12px 12px;
}
#review-sec-wrapper .review-content {
    font-weight: 400;
    font-size: 12px;
    color: #324158;
    margin-top: 8px;
    padding-left: 59px;
    line-height: 17px;
}
.days-ago {
    font-size: 13px;
    font-weight: 500;
}
.see-more img {
    width: 22px;
    margin-left: 5px
}
.see-more a {
    color: #324158;
    font-weight: 600;
}
.vertical-tab-container ul button img, .vertical-tab-container ul a img {
    width: 6px;
}
.exzoom .exzoom_nav .exzoom_nav_inner span {
    width: 73px !important;
    height: 73px !important;
    margin: 0 !important;
    margin-bottom: 12px !important;
}
.exzoom .exzoom_nav .exzoom_nav_inner span {
    width: 73px !important;
    height: 73px !important;
    margin: 0 !important;
    margin-bottom: 12px !important;
}
.exzoom_nav_inner {
    width: 100% !important;
}
.exzoom_nav_inner {
    width: 100% !important;
}
div#exzoom {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
div#exzoom {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.exzoom .exzoom_nav .exzoom_nav_inner {
    left: 0 !important;
}
.exzoom .exzoom_img_box {
    order: 2 !important;
}
.after-login-user {
    /* margin-bottom: 50px; */
    border-radius: 8px;
    padding: 9px;
}
.after-login-user .icon-box-title {
    font-size: 16px !important;
    margin-bottom: 0;
    font-weight: 500;
    color: #324158;
}
.admin-box-white.user-profile h5 {
    color: #324158;
    padding: 0 30px;
}
.after-login-user .text-left small {
    font-size: 13px;
    font-weight: 400;
}
.dot-between{
    color: #000;vertical-align: center;font-size: 14px;position: relative;
    top: 0px;
}
.admin-box-white.user-profile h5 {
    color: #324158;
    padding: 0 30px;
    font-weight: 600;
    font-size: 18px;
}
.resources-panel, .resources-panel h5 {
    color: #324158;
}
.resources-panel ul {
    padding: 0;
}
.resources-panel li a {
    padding: 5px 0;
    display: block;
}
.resources-panel li a img {
    width: 14px;
    margin-left: 4px;
    filter: brightness(1);
}
.my-profile-post .user-profile-wrapper {
    margin: 0;
    display: flex;
    flex-direction: row;
}
.my-profile-post {
    border-top: 1px solid #cacaca;
    padding-top: 20px;
}
.my-profile-post .user-profile-wrapper .user-image {
    width: 40px !important;
    height: 40px !important;
    margin-top: 0 !important;
    border: 3px solid #fff !important;
    margin-left: 0;
}
.my-profile-post .user-profile-wrapper .user-name {
    margin-top: 0;
    margin-left: 13px;
}
.post-profile-description p {
    color: #fff;
    padding: 0 30px;
}
.post-profile-description {
    padding: 12px 0;
}
.post-profile-description p {
    color: #324158;
    padding: 0 30px;
    font-size: 17px;
    margin: 0;
}
body.dark-mode .post-profile-description p {
    color: #fff;
}
.post-profile-description p a {
    color: #4070ff;
}
.my-profile-post .links a {
    color: #4070ff;
}

.my-profile-post .links {
    color: #324158;
    padding: 0 30px;
}
body.dark-mode .my-profile-post .links {
    color: #fff;
}

.my-profile-post .hash-tags a {
    color: #4070ff;
}

.my-profile-post .hash-tags {
    padding: 0 30px;
    margin-top: 10px;
}
div#edit-profile-box {
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #000;
}
div#edit-profile-box div#manage-profile {
    max-width: 500px;
    background: 0 aliceblue;
    flex: none;
    margin: 25px auto;
}
div#edit-profile-box {
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #000000d9;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;  
}
#edit-profile-box .post-area {
    min-height: auto;
}
#edit-profile-box .form-wizard-seller-registration {
    padding: 0px 25px;
    padding-bottom: 0;
}
#edit-profile-box .close {
    width: auto;
    font-size: 14px !important;
    width: auto !important;
    position: static;
    color: #4070ff;
    font-weight: 600 !important;
}
#edit-profile-box h2 {
    margin: 0 !important;
    font-size: 20px !important;
    color: #000;
    font-weight: 600;
}
#edit-profile-box .d-flex.justifty-content-between.align-items-center {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
#edit-profile-box .d-flex.justifty-content-between.align-items-center {
    padding: 17px 0;
    justify-content: space-between;
}
div#edit-profile-box .post-area {
    background: #fff;
    border-radius: 5px;
}
div#edit-profile-box div#manage-profile .cover-image {
    margin-bottom: 0;
}
.date-time {
    display: flex;
    padding: 0 30px;
    margin-top: 15px;
}
.date-time div {
    color: #fff;
    font-size: 12px;
}
.my-profile-post .date-time {
    gap: 7px;
}

.my-profile-post .post-action.d-flex.justify-content-between {
    padding: 0 30px !important;
}
#edit-profile-box .form-group {
    display: flex;
    align-items: center;
}   
#edit-profile-box textarea#useruseraboutus {
    min-width: auto;
}
 .my-profile-post .dots img{}
 .my-profile-post .view-profile.share-profile a {
    background: none !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}
.admin-box-white.user-profile{border-left: none; border-right: none}
.my-profile-post hr {
    margin-bottom: 10px;
    margin-top: 15px;
}
.view-profile.share-profile.d-flex.align-items-start .follow {
    background: #f8f8f8;
    border: none;
    padding: 5px 20px;
    border-radius: 10px;
    cursor: pointer;
}
.admin-box-white.another-profile .my-profile-post .post-profile-description p{color: #324158} 
.admin-box-white.another-profile .my-profile-post .post-profile-description .links{color: #324158} 
.admin-box-white.another-profile .my-profile-post .links {
    color: #324158;
}
.admin-box-white.another-profile .my-profile-post .date-time div{color: #324158}
/* 16-May-2024*/


/* Dark Mode*/
body.dark-mode .admin-box-white.user-profile .bio p {
    color: #fff;
    font-size: 14px;
}


body.dark-mode .admin-box-white.another-profile .my-profile-post .post-profile-description p{color: #fff} 
body.dark-mode .admin-box-white.another-profile .my-profile-post  .links{color: #fff} 
body.dark-mode .admin-box-white.another-profile .my-profile-post .date-time div {
    color: #fff !important;
}

.admin-box-white.user-profile .bio {
    padding: 0 28px;
}

body.dark-mode .resources-panel li a img {
    filter: brightness(9);
}
body.dark-mode .admin-box-white.user-profile h5 {
    color: #fff;
}
body.dark-mode .resources-panel, body.dark-mode .resources-panel h5 {
    color: #fff;
}
body.dark-mode .view-profile.share-profile.d-flex.align-items-start .follow {
    cursor: pointer;
    background: #222;
    border: none;
    padding: 5px 20px;
    border-radius: 10px;
}
body.dark-mode .form-group label {
    color: #000;
}
body.dark-mode #edit-profile-box .user-profile-wrapper  label{color: #324158}
body.dark-mode #edit-profile-box .form-group {
    display: flex;
}
body.dark-mode .date-time div {
    color:#fff
}
body.dark-mode #edit-profile-box .form-group label {
    white-space: nowrap;
    color: #000;
    width: 100px;
    max-width: 100px;
    flex-shrink: 0;
}

body.dark-mode .user-profile-wrapper .user-name h4 {
    color: #fff;
}

body.dark-mode .my-profile-post .dots img{filter: invert()}
body.dark-mode .my-profile-post .view-profile.share-profile a {
    background: none !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}
body.dark-mode .user-profile-wrapper  p{color: #fff}
body.dark-mode .after-login-user span {
    color: #fff;
}
body.dark-mode .user-profile .user-profile-wrapper .user-image {
    border-color:#000 !important;
}
body.dark-mode .after-login-user span {
    color: #fff;
}
body.dark-mode .verified-buttons.d-flex span {
    background: #222;
    color: #fff;
}
body.dark-mode .form-wizard-seller-registration .profile-meta-info p {
    color: #fff;
}
body.dark-mode .resources-panel li a:hover {
    color: #fff;
}
body.dark-mode .form-group label {
    color: #fff;
}
#profileform .listStyle li{ color: #fff}
body.dark-mode .admin-box-white {
    background: #000;
}
body.dark-mode .left-panel {
    background: #000;
}
body.dark-mode #addpostblogform .user-info .name, body.dark-mode #addpostblogform .user-info p {
    color: #324158;
}
body.dark-mode .post-wrapper .user-info .name a {
    color: #fff;
}
body.dark-mode .show-blog-post-menu {
    background: #222;
}
body.dark-mode .show-blog-post-menu li a:hover {
    background: #282828 !important;
}
body.dark-mode .after-login-user {
  background: #222;
}
body.dark-mode .after-login-user .icon-box-title {
    color: #fff;
}
body.dark-mode .after-login-user .text-left small {
    font-size: 13px;
    color: #b8b8b8 !important;
    font-weight: 400;
}

body.dark-mode .after-login-user .text-left a {
    color: #fff;
    font-weight: 400;
    color: #a8a8a8;
    font-size: 14px;
}

body.dark-mode .header-middle {
    background: rgb(255,245,199);
    background: #0e1838;
}
body.dark-mode .logo img {
    filter: invert(1);
}
body.dark-mode .header-middle .icon-box {
    color: #fff;
}
body.dark-mode main.main .page-content {
    background: #000 !important;
}
body.dark-mode .left-panel {
/*    background: #000;*/
}
body.dark-mode .navigation li a.active {
    background: #222222;
}
body.dark-mode .navigation li a {
    color: #fff;
}
body.dark-mode .navigation a.target-link.active span {
    color: #fff !important;
}
body.dark-mode footer ul {
    color: #fff;
}
body.dark-mode .main-footer li a {
    color: #fff;
}
body.dark-mode footer.main-footer p {
    color: #fff;
}
body.dark-mode footer {
    background: #252525c4;
}
body.dark-mode .pro-people-tab ul li.active a {
    background: #222;
    color: #fff;
}
body.dark-mode .trend h4 {
    color: #fff;
}
body.dark-mode .pro-people-tab li a {
    color: #fff;
}
body.dark-mode .pro-people-tab ul li a:hover {
    background: #222;
}
body.dark-mode .pro-people-detail {
    background: #222;
}
body.dark-mode .people {
    background: #222;
}
body.dark-mode .name-box-inner h5 {
    color: #fff;
}
body.dark-mode .follow {
    border: 1px solid #ffffff;
    color: #fff;
}
body.dark-mode .name-box p {
    color: #fff;
}
body.dark-mode .pro-people-detail h3 {
    color: #fff;
}
body.dark-mode .pro-people-detail p {
    color: #fff;
}
body.dark-mode .productTitle a {
    color: #fff;
}
body.dark-mode .productPrice {
    color: #fff !important;
}
body.dark-mode hr {
    border-top: 1px solid #444;
}
body.dark-mode .post:hover {
    background: #4a4a4a66;
}
body.dark-mode .views {
    color: #fff;
}
body.dark-mode .views .fa-eye {
    color: #fff;
}
body.dark-mode .share .fa-regular {
    color: #fff;
}
body.dark-mode .counters.d-flex .fa-heart {
    color: #fff;
}
body.dark-mode .counters.d-flex .fa-heart {
    color: #fff;
}
body.dark-mode .promote {
    color: #fff;
}
body.dark-mode .promote img {
    filter: invert(1);
}
body.dark-mode .user-info .name {
    color: #fff;
}
.user-info p {
    line-height: 15px;
}
body.dark-mode .user-info p {
    color: #fff;
}
body.dark-mode .post-wrapper .dots img {
    width: 16px;
    filter: invert(1);
}
 li.light-mode.active a span.route_title span {
    background: #00FFB5;
}
body.dark-mode li.light-mode span.route_title span i {
    color: #000;
}
body.dark-mode li.dark-mode.active a span.route_title span {
    background: #00FFB5;
}
body.dark-mode li.dark-mode.active  a span.route_title span i {
    color: #000;
}
body.dark-mode .navigation li.light-mode a:hover {
    background: none;
}
body.dark-mode .likecounts {
    color: #fff;
    margin-top: 2px;
}
li.light-mode a:hover span span {
    background: #00FFB5;
}
li.light-mode a:hover {
    background: none;
}
body.dark-mode .navigation li a:hover {
    background: #222;
}
body.dark-mode .post-area {
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}
body.dark-mode .was {
    color: #fff;
}
body.dark-mode  span.percent-off {
    background: #1B2623;
}
/* Dark Mode*/