.shop_search_bar{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    justify-content: space-between;
}

.shop_search_bar > input{
    flex-basis: 15%;
    background-color: #f6f6f6;
}
.country-code{
    appearance: none;
    background: #fff;
    border-radius: 10px 0 0 10px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 45px 12px;
    margin-right: -3px;
}
input#phone:focus{outline:none;}
select#country-code:focus{outline:none;}
@media screen and (max-width: 767px) {
  .shop_search_bar{
    flex-direction: column;
  }

  .shop_search_bar > input{
      margin-bottom: 5px;
  }
}


/*Custom Style For Page*/

.breadcrumb{height:auto;}

:root {
  --main-text-color: #13216e;
  --main-btn-bg-color: #5927e3;
}

.btn-slider,
.page-contact form#form_validate .btn-custom{
    padding: 14px 30px 16px !important;
}
#form_login .btn-custom.btn-block,
form#form_validate .btn-custom{
    margin: 20px 0px !important;
}

.btn-slider,
.btn-custom.btn-sell-now,
#form_login .btn-custom.btn-block,
form#form_validate .btn-custom,
.btn-pricing-table,
.need-more-help .btn-custom,
.btn-product-cart{
    background-color: var(--main-btn-bg-color) !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25) !important;
    box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25) !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    font-size: 18px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: all 0.3s ease-out;
}
.btn-pricing-table{
    border: none !important;
}

.btn-slider:hover,
.btn-custom.btn-sell-now:hover,
#form_login .btn-custom.btn-block:hover,
form#form_validate .btn-custom:hover,
.btn-pricing-table:hover,
.btn-pricing-table:hover, .btn-pricing-table:focus, .btn-pricing-table:active,
.need-more-help .btn-custom:hover,
.btn-product-cart:hover{
    color: #ffffff !important;
    -webkit-box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8) !important;
    box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8) !important;
    background-color: var(--main-btn-bg-color) !important;
}

.row-slider-caption .caption h2.title{
    font-size: 3.5rem !important;
    line-height: 85px !important;
    font-weight: 700 !important;
    color: var(--main-text-color) !important;
}

.row-slider-caption .caption p.description{
    font-weight: 400 !important;
    color: var(--main-text-color) !important;
    text-align: left !important;
    line-height: 30px !important;
}

#loginModal p.p-social-media,
a.link-forgot-password,
form#form_validate p.p-social-media{
    font-weight: 500 !important;
    color: var(--main-text-color) !important;
    line-height: 30px !important;
}

#loginModal p.p-social-media a.link,
form#form_validate p.p-social-media a.link{
    color: var(--main-btn-bg-color) !important;
}
    
form#form_validate label.custom-control-label {
    color: var(--main-text-color) !important;
    font-weight: 500 !important;
}

form#form_validate a.link-terms strong {
    color: var(--main-btn-bg-color) !important;
    font-weight: 700 !important;
}

.section .title,
.section .title a,
#loginModal h4.title,
.auth-container h1.title{
    font-size: 2.5rem;
    line-height: 36px !important;
    font-weight: 700 !important;
    color: var(--main-text-color) !important;
    margin-bottom: 20px !important;
    
}

.product-item .item-details .product-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--main-text-color) !important;
    font-weight: 700;
}

.product-item .item-details .product-user a {
    color: var(--main-text-color) !important;
    line-height: 24px;
}

.product-item .item-meta .price,
.product-item-horizontal .item-meta .price {
    color: var(--main-text-color) !important;
}

.section .title-exp {
    text-align: left;
    margin-bottom: 15px;
    color: #969696;
    font-size: 14px;
    color: var(--main-text-color) !important;
}

/* Header style*/

.top-bar .navbar-nav .nav-item .nav-link,
.nav-main .navbar ul .nav-item .nav-link,
.mega-menu .menu-subcategories .second-category,
.mega-menu .menu-subcategories ul li a,
.filter-item .price-filter-inputs span,
.box-support .title,
.support .need-more-help .title,
.support .need-more-help span{
    color: var(--main-text-color) !important;
}

.breadcrumb a {
    color: var(--main-text-color) !important;
    font-weight: 700;
}

.breadcrumb .active{
    color: var(--main-btn-bg-color) !important;
    font-weight: 700;
}

h1.page-title {
    font-size: 22px !important;
    vertical-align: middle !important;
    color: var(--main-text-color) !important;
    font-weight: 600 !important;
}

.mega-menu .nav-category-image a span{
    font-weight: 700 !important;
    z-index: 999999 !important;
}

.filter-list-categories-parent{
    color: var(--main-btn-bg-color) !important;
}

.product-filters .filter-item .title {
    margin-bottom: 15px;
    font-size: .875rem;
    font-weight: 600;
    float: left;
    width: 100%;
    color: var(--main-text-color) !important;
    font-weight: 700;
}

.product-filters .filter-item .filter-list-categories li a, .product-filters .filter-item .filter-list-subcategories li a {
    font-size: 13px;
    line-height: 20px;
    color: var(--main-text-color) !important;
}

.pagination .active a {
    border: 1px solid var(--main-btn-bg-color) !important;
    background-color: var(--main-btn-bg-color) !important;
}

.product-item .item-meta .a-meta-request-quote {
    color: #5927e3 !important;
    font-weight: 600 !important;
}

p.start-selling-description.text-muted {
    color: var(--main-text-color) !important;
    font-weight: 500 !important;
}

p.start-selling-description.text-muted,
.form-add-product a.nav-link{
    color: var(--main-text-color) !important;
    font-weight: 500;
}

.form-add-product a.nav-link.active {
    color: var(--main-btn-bg-color) !important;
    font-weight: 500;
}

.price-box .pricing-name .name {
    color: var(--main-text-color) !important;
    font-weight: 700 !important;
}

.price-box .plan-price .price {
    color: var(--main-btn-bg-color) !important;
}

.price-features p {
    font-weight: 400 !important;
    color: var(--main-text-color) !important;
    text-align: left !important;
    /* line-height: 30px !important; */
}

.box-support span {
    color: var(--main-text-color) !important;
    opacity: 0.5;
}


/* Footer Style */

#footer {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 100px;
    color: #888;
    background-color: #1e263a !important;
    z-index: 1;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}
#footer .footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
}

#footer .nav-footer ul li a {
    color: #ffffff;
    padding: 5px 0;
    line-height: 26px;
    position: relative;
}


.newsletter .newsletter-button {
   background-color: #5927e3;
}


#footer .footer-social-links ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
}

#footer .footer-social-links ul li a {
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #353c4e;
    border: 1px solid #ffffff20;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#footer .footer-bottom {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    background-color: #1e263a;
    padding: 25px 0;
}

#footer .footer-bottom .copyright {
    float: left;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

#footer .footer-bottom .footer-payment-icons {
    float: right;
    text-align: right;
}

.nav-top .nav-top-left .logo a img {
    max-width: 300px;
    max-height: 110px;
}
.nav-top .nav-top-left .logo a img {
    height: 110px;
    width: 280px;
}

.nav-top .nav-top-left .logo {
    width: auto;
    height: auto;
}

.row-align-items-center {
    display: flex;
    flex-wrap: nowrap;
}




.terms_condition h5, .terms_condition h5 > a, .terms_condition h5 > span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #4e0dff;
    font-style: normal;
    text-align: left;
}

.terms_condition p,
.terms_condition th,
.terms_condition td,
.terms_condition li,
.terms_condition input,
.terms_condition textarea,
.terms_condition select,
.terms_condition label,
.terms_condition blockquote,
.terms_condition span {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #13216e;
    font-style: normal;
    text-align: left;
}



.privacy_polity h3 span,
.privacy_polity h3 sapn > a,
.privacy_polity h3 > span {
    line-height: 56px;
    font-weight: 700;
    color: #13216e !important;
    font-style: normal;
    text-align: left;
}

.privacy_polity p{
    color: #13216e !important;
}

/* Product Single Page*/


 .product-item .item-details .product-title a{
        display:block;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        color:#13216e;
        font-weight:700;
    }
    .product-item .item-details .product-user a{
        color:#13216e;
        line-height:24px;
    }
    .btn-wishlist .icon-heart{
        color:#13216e!important
    }
    .product-share label{
        float:left;
        margin-right:20px;
        margin-bottom:0;
        color:#13216e
    }
    .nav-tabs-horizontal .nav-item .nav-link{
        padding:.6rem 2.4rem;
        color:#13216e;
        background-color:#f9f9f9;
        margin-right:5px;
        border:1px solid rgba(0,0,0,0.06)!important;
        border-bottom:0!important;
        border-radius:1px 1px 0 0;
    }
    product-description .description{
        width:100%;
        position:relative;
        display:block;
        float:left;
        overflow-wrap:break-word;
        font-size:14px;
        line-height:26px;
        padding-bottom:30px;
        color:#13216e;
    }
    .reviews-container{
        display:block;
        width:100%;
        position:relative;
        color:#13216e
    }
    .no-comments-found{color:#13216e}
    .product-content-details .product-title{
        margin-top:0;
        margin-bottom:10px;
        font-size:24px;
        line-height:32px;
        font-weight:600;
        color:#13216e;
    }
    product-content-details .badge-product-status{
        padding:.6em 1.2em;
        font-size:12px;
        color:#fff;
        font-weight:600;
        border-radius:.1875rem
    }
    .product-content-details .meta{margin-bottom:15px;color:#4e0dff !important}
    .product-content-details .meta .product-details-user a{
        font-size:.875rem;
        line-height:18px;
        color:#13216e;font-weight:600
    }
    .product-content-details .details{margin-bottom:12px;color:#13216e}
    .product-content-details .details label{
        float:left;
        min-width:120px;
        color:#13216e
    }
    .product-add-to-cart-container .button-container-wishlist{
        width:auto!important;
        min-width:0!important
    }
    .btn-wishlist{
        display:inline-block;
        text-align:left;
        color:#13216e;
        border-radius:.1875rem;
        line-height:44px!important
    }
    .product-list-header{
        vertical-align:middle;
        padding-bottom:30px
    }
    .product-list-title{
        font-weight:600;
        font-size:22px;
        display:inline-block;
        margin:0;
        vertical-align:middle;
        color:#13216e;
        font-weight:600
    }
    .filter-list-categories-parent{
        display:block;
        float:left;
        width:100%;
        font-size:13px;
        font-weight:600;
        margin-bottom:5px;
        color:#4e0dff;
    }
    
    .product-filters .filter-item .title{
        margin-bottom:15px;
        font-size:.875rem;
        font-weight:600;
        float:left;width:100%;
        color:#13216e;
        font-weight:700
    }
    .product-sort-by .span-sort-by{display:inline-block;color:#13216e}
    .product-filters .filter-item .filter-list-categories li a,.product-filters .filter-item .filter-list-subcategories li a{
            font-size:13px;
            line-height:20px;
            color:#13216e
    }
    .filter-item .price-filter-inputs span{
        float:left;
        line-height:34px;
        color:#13216e
    }
    .pagination li a:hover,.pagination li a:focus,.pagination li a:active{color:#fff}
    .no-records-found{text-align:center;padding:20px 0;color:#13216e}
    .product-share ul li a{
        text-align:center;
        display:block;
        color:#4e0dff;
        font-size:16px
    }
    .product-content-details .price .lbl-price{
        position:relative;
        display:block;
        float:left;
        font-size:24px;
        line-height:30px;
        color:#4e0dff
    }
    .breadcrumb a{color:#13216e;font-weight:700;}
    .nav-top .nav-top-right .nav>li>.btn-sell-now:hover{
        color: #ffffff !important;
        -webkit-box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8) !important;
        box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8) !important;
    }
    .btn-slider:hover{
        color: #ffffff; 
        -webkit-box-shadow:0px 10px 24px 0px rgba(89, 39, 227, 0.8);
        box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8) !important;
    }
    .product-content-details .details label{
        float:left;
        min-width:120px;
        color:#13216e
    }
    .product-content-details .details .item-details{
        color: #13216e;
    }
    .nav-main .navbar ul .nav-item .nav-link { color:#13216e;}
    .product-content-details .meta span {
        color :#13216e;
    }
    .mega-menu .menu-subcategories .second-category {
        color: #13216e;
    }
    .mega-menu .menu-subcategories ul li a {
        color :#13216e;
    }
    .section-related-products h3 a {  color: #4e0dff; }
    .top-bar .navbar-nav .nav-item .nav-link { color: #13216e;}
    .dropdown-item:hover{
        color:#13216e!important;
        background-color:#f8f9fa!important
    }
    .dropdown-item:active{
        color:#13216e!important;
        background-color:#f8f9fa!important
    }
    .profile-details .username a { font-weight:600; }
    .profile-details .username a, .last-seen, .profile-details .user-contact .info {
        color: #13216e;
    }
    .profile-buttons .buttons button {
        background-color: #5927e3 !important;
        color: #ffffff !important;
    }
    .btn-outline-gray i { color: #ffffff; }
    .product-item .item-meta .price, .product-item-horizontal .item-meta .price{
        color: #13216e !important;
    }
    .nav-top .nav-top-left .logo a img {
        height:110px;
        width: 280px;
    }
    .nav-top .nav-top-left .logo {
        bottom: 10px;
        width: auto;
        height: auto;
    }
    .caption h1 {
        max-width: 586px !important;
        margin-top: 10px;
        margin-bottom: 20px !important;
        font-size: 76px !important;
        line-height: 99px;
        font-weight: 700 !important;
        text-align: left !important;
    }
    .button {
        padding: 14px 30px 16px !important;
        background-color: #5927e3 !important;
        border-radius: 10px !important;
        -webkit-box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
        box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25) !important;
        text-align: center !important;
        position: relative !important;
        overflow: hidden;
        color: #ffffff;
    }
    /*.nav-top .nav-top-right .nav>li>a {*/
    /*    color: #ffffff;*/
    /*}*/
    .main-slider .item .caption .description {
        margin-bottom: 1rem !important;
        line-height: 36px !important;
    }
    .button--secondary {
        background-color: #ffffff !important;
        color: #13216e !important;
        cursor:pointer !important;
        text-align: center !important;
        position: relative !important;
        overflow: hidden;
        -webkit-box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
        box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25) !important;
        padding: 5px 20px 5px !important;
        border-radius: 10px !important;
    }
     .buttons {
        padding: 5px 20px 5px !important;
        background-color: #5927e3;
        border-radius: 10px !important;
        -webkit-box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
        box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25) !important;
        text-align: center !important;
        position: relative !important;
        overflow: hidden;
        color: #ffffff !important;
    }
    .buttons:hover {
        background-color: #5927e3 !important;
        color: #ffffff !important;
        border-color: #5927e3 !important;
    }
    .main-slider .item .caption {
        line-height:36px;   
    }
    @media (max-width: 1900px) and (min-width: 768px) {
        .slider-container {
            height: 600px !important;
        }
    }
    @media (max-width: 1900px) and (min-width: 768px) {
        .main-slider .item {
            height: 600px !important;
        }
    }
    /*.btn-live-preview:hover {*/
    /*    color: #ffffff !important;    */
    /*}*/
    .button--secondary:hover{
        background-color: #5927e3 !important;
        color: #ffffff !important;
    }
    .btn-outline-gray i { color: #ffffff; }
    .btn .btn-slider { font-size:16px; }
    .top-search-bar { bottom: 10px; }
    .nav-top .nav-top-right { bottom: 10px; }
    .row-align-items-center {display: flex;flex-wrap:nowrap;}
    .nav-top .nav-top-left .logo a img {
        max-width: 300px;
        max-height: 110px;
    }
    
    
    .support .title-category, .support .article-title, .support .article-content, .support .ul-support-articles a{
       color: #13216e !important;
    }
    
    .support .ul-support-articles .active a{
        color: #fff !important;
        background-color: #4e0dff !important;
    }