/*your custom css goes here*/
:root{
    --secondary: #00adee;
    --darkBlue:  #00002a;
}
/* Header Nav */
.logo-bar-area {
    background: linear-gradient(to right, rgb(28, 181, 224), rgb(0, 0, 70));
    color: #fff;
}
.front-header-search form{
    width: 80%;
}
.inline_login{
    display: inline-block;
    vertical-align: middle;
}
#login i{
    vertical-align: middle;
}
.inline_login a {
    padding: 0 !important;
}
.typed-search-box {
    color: #1b1b28;
}
.main_menu{position: relative;}
.main_menu > li {
    display: inline;
}
.megamenu_wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    transition: all 0.3s;
    display: none;
    visibility: hidden;
    text-align: center;
    margin: 0;
}
.megamenu_column{
    padding: 30px;
    text-align: left;
}
.megamenu_wrapper .megamenu_column:nth-child(2n+2){
    background: #f6f6f6;
}
ul.main_menu > li:hover .megamenu_wrapper{
    display: flex;
    visibility: visible;
}
.megamenu_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.front-header-search.active {
    background: #fff;
}
button.navbar-toggler.menu-tab span {
    color: #040449;
    font-size: 30px;
}

button.navbar-toggler.menu-tab {
    padding: 0;
    margin-right: 20px;
    display: none;
}
/* Header Nav End */
.modal-content {
    padding: 30px;
}
.menu-close, .sub_menu_icon{
    display: none;
}
.main_menu > li > a {
}
.megamenu_list h3 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.megamenu_list ul li a {color: #7f7f7f;font-size: 14px;font-weight: 400;margin-bottom: 5px;display: inline-block;}

.megamenu_list ul {
    margin-bottom: 15px;
}
.mobile-menu-open {
    overflow: hidden;
}
.section_holder {
    background: none !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.collection-banner {
    max-height: 250px;
    position: relative;
    width: 100%;
    z-index: 10;
    height: 100%;
}
.collection-banner .collectionImage img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
}
.collection-banner .collectionContent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: #0000006e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collection-banner .collectionContent .innerContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 23px;
    padding-left: 40%;
    gap: 0.5rem;
}
.collection-banner .collectionContent .innerContent h4 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    line-height: 1;
    border: 1px solid;
    background: #fa7e1680;
}
.collection-banner .collectionContent .innerContent h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    padding: 0 1rem;
    border-radius: 0.5rem;
    background: #1f20294d;
    border: 1px solid;
}
@media screen and (max-width: 768px) {
    .collection-banner .collectionContent .innerContent {
        padding: 0px;
    }
}
@media screen and (max-width: 768px) {
    .collection-banner {
        max-height: 200px;
    }
}

.product_box .absolute-top-right {
    width: 100%;
    text-align: center;
    right: auto;
    left: 100%;
    top: auto;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
}

.product_box .absolute-top-right.aiz-p-hov-icon a {
    display: inline-block;
    background: var(--secondary);
    color: #fff;
}

.product_box.aiz-card-box:hover .absolute-top-right {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.product_box .aiz-p-hov-icon a:last-child {
    margin-right: 0;
}
/*.ribbon {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    background:none;
    box-shadow: none !important;
    border-radius: 0;
    line-height: normal;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #e62e04;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 6px 0;
  background-color: #e62e04;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 20px;
}
.ribbon-top-left::after {
  bottom: 20px;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}*/
.ribbon {
  position: relative;
  text-transform: uppercase;
  color: white;
}
.ribbon4 {
  position: absolute;
  top: 15px;
  padding: 6px 10px;
  background: #f05829;
  box-shadow: -1px 2px 3px rgba(0,0,0,.3);
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
}
.ribbon4:before, .ribbon4:after {
  content: "";
  position: absolute;
}
.ribbon4:before {
  width: 7px;
  height: 40px;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.ribbon4:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: #ddd;
  border-radius: 5px 0 0 5px;
 }
.product_box{
    position: relative;
    overflow: visible;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%) !important;
}
.section_title_holder {
    position: relative;
}
.circle_img{
    border-radius: 50%;
    padding: 5px;
}
.product_long_grid.img-fit {
    object-fit: contain;
    padding: 0 12px;
}
.section_title_holder {
    background: -webkit-linear-gradient(to left, #98c1d9, #3d5a80);
    background: -moz-linear-gradient(to left, #98c1d9, #3d5a80);
    background: -ms-linear-gradient(to left, #98c1d9, #3d5a80);
    background: -o-linear-gradient(to left, #98c1d9, #3d5a80);
    background: linear-gradient(to left, #98c1d9, #3d5a80);
    padding: 10px 15px;
    margin: 0 -5px;
    color: #fff;
    border-radius: 0.25rem!important;
    border: none !important;
    /*border-left: 5px solid #010147 !important;*/
    box-shadow: 0px 15px 10px -15px #333;
}
.section_title_holder h3 {
    min-height: 30px;
    line-height: 30px;
}
.section_title_holder h3 span {
    padding: 0 !important;
    border: none !important;
}
.section_title_holder .btn-primary {
    /*background: #010147 !important;*/
    border-color: transparent;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
}
.categories_list li img{
    border-radius: 100%;
}
.categories_sec .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 37px;
}
.bg-dark.footer-widget{
    background: var(--darkBlue) !important;
}
.footer_bottom {
    background: #010147;
}
.subscribe_form button {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.subscribe_form .form-control, .subscribe_form .form-group {
    width: 100%;
    border-radius: 40px;
    border: none;
}
.subscribe_form {
    position: relative;
    width: 100%;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #9899b1;
    border-color: #9899b1;
}
.hover-category-menu .all-category::before{
    border-bottom: 12px solid var(--primary);
}
.dropdown-toggle::after{display: none;}
.hover-category-menu li.category-nav-element {
    color: #010147;
}
.aiz-mobile-bottom-nav i {
    /*background: -webkit-linear-gradient(45deg, #fbd786, #f7797d 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    opacity: 1 !important;
    font-size: 35px;
    color: #949494;
}
.aiz-mobile-bottom-nav i.fa-user{
    margin-bottom: 6px;
}
.aiz-mobile-bottom-nav i.text-active {
    color: #e52e04;
}
.aiz-mobile-bottom-nav a span {
    opacity: 1 !important;
    line-height: normal;
}
.aiz-mobile-bottom-nav .rounded-circle{
    background: #e52e04;
}
.aiz-mobile-bottom-nav .rounded-circle i {
    color: #fff !important;
    background: none;
    -webkit-text-fill-color: #fff;
    font-size: 30px;
}
.front-header-search .input-group>.form-control {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.front-header-search .input-group>.input-group-append>.btn{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.btn-primary, .btn-outline-primary, .btn-soft-primary {border-radius: 40px;}
.user_log_holder{
    border: 1px solid #ebedf2;
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    border-radius: 10px;
    width: 70% !important;
}
.iti--separate-dial-code .iti__selected-flag{background: none;}
.form-control, .bootstrap-select.form-control .dropdown-toggle{border-radius: 40px !important;}
.user_log_form h1 {
    text-transform: capitalize;
    margin-top: 40px;
    color: #168dbe;
    font-weight: 700 !important;
}

.user_log_form .btn-link, .user_log_form a {
    opacity: 1 !important;
}
.user_log_form {
    margin-bottom: 30px;
}
.reg_left {
    background: #e2f3f8;
    height: 100%;
    min-height: 100%;
    color: #010147;
    padding: 20% 30px;
    position: relative;
    overflow: hidden;
}
.reg_left i {
    font-size: 50px;
    margin-bottom: 20px;
}

.reg_left p {
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 100px;
}
.reg_left::before, .reg_left::after {
    content: "";
    height: 150px;
    width: 200%;
    background: #199fcd;
    position: absolute;
    left: 50%;
    bottom: -49px;
    transform: translate(-50%,0) rotate(12deg);
}

.reg_left::after {
    bottom: -60px;
    background: #1cb5e0;
    height: 140px;
    transform: translate(-50%,0) rotate(17deg);
}
.row.aiz-steps.arrow-divider .col>.text-center {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    padding-top: 30px;
    margin: 0 auto;
    position: relative;
}
.row.aiz-steps.arrow-divider .col::before {
    width: 32%;
    height: 5px;
    background: #1cb4df !important;
    position: absolute;
    top: 50%;
    left: 100%;
    display: block !important;
    margin-left: -30px;
    content: "";
}
.row.aiz-steps.arrow-divider .col:last-child::before {
    background: transparent !important;
    width: 0;
}
.row.aiz-steps.arrow-divider .col.active::before {
    background: #1cb4df !important;
}
.slick-slider {
    position: relative;
}

/*.slick-slider.products_holder::after, .slick-slider.products_holder::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 97%;
    background: rgba(255,255,255,.8);
    top: 50%;
    left: 0px;
    z-index: 1;
    transform: translate(0,-50%);}

.slick-slider.products_holder::after {
    left: auto;
    right: 0;
}*/
.cart_product_img{
    border: 1px solid #f6f6f6;
    padding: 5px;
}
.aiz-megabox .aiz-megabox-elem {
    border: 1px solid rgb(0 173 238 / 10%);
    background: rgb(0 173 238 / 10%);
}
#new-address-modal textarea.form-control, #edit-address-modal textarea.form-control{height: 40px; line-height: normal;}
#new-address-modal textarea.form-control, #edit-address-modal textarea.form-control{
    height: 60px;
}
#new-address-modal textarea.form-control, #edit-address-modal textarea.form-control, #edit-address-modal .bootstrap-select.form-control .dropdown-toggle, #edit-address-modal .form-control, #new-address-modal .bootstrap-select.form-control .dropdown-toggle, #new-address-modal .form-control {
    border-radius: 5px !important;
}
#new-address-modal label, #edit-address-modal label {
    margin: 0 !important;
}
.row.aiz-steps.arrow-divider .col.done:before {
    background: var(--success) !important;
    opacity: 1 !important;
}
.input-group .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
#chat_modal textarea.form-control {
    height: auto;
    border-radius: 10px !important;
}
#new-address-modal .modal-content, #edit-address-modal .modal-content {
    padding: 0;
}
.aiz-card-box .flash_sale_count {
    justify-content: center;
    position: absolute;
    margin: 0;
    bottom: 100%;
    left: 0;
    background: none;
}
.product_info {
    position: relative;
}
.aiz-card-box .flash_sale_count .aiz-count-down {
    margin-left: 0 !important;
    padding: 5px 0;
}
.product_details .flash_sale_count h3 {
    color: #00adee;
    font-size: 20px;
    font-weight: bold;
}
.aiz-card-box .flash_sale_count .aiz-count-down .countdown-item {
    font-size: 14px;
    background: rgba(1, 1, 71, .7);
    color:#fff;
    font-weight: 600;
    padding: 2px 5px;
}
.aiz-card-box .flash_sale_count {
    opacity: 0;
}
.flash_banner_sec img {
    max-height: 500px;
    max-width: 100%;
}
.compact_purchase_list p{
    margin: 0;
}

.timeline_container {
    width: 100%;
    padding: 0;
    margin: 10px auto 30px;
    position: relative;
    overflow: hidden;
 }

 .timeline_container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    margin-right: -2px;
    width: 4px;
    height: 100%;
    background: #ccc;
    z-index: 1;
}

 .timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
 }

 .timeline-block-right {
    float: right;
 }

 .timeline-block-left {
    float: left;
    direction: rtl
 }

 .marker {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #ccc;
    z-index: 9999;
    text-align: center;
    position: relative;
    left: 0;
}

 .marker.active{
   background:#010147;
 }

 .timeline-content {
    width: 35%;
    padding: 0 15px;
    color: #666
 }
 .marker i.fa.fa-check{
   display:none;
 }
 .marker i.fa.fa-check.active {
  display:block !important;
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     margin: auto;
     height: 50%;
   color:#fff;
 }

 .timeline-content h3 {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600
 }

 .timeline-content span {
    font-size: 15px;
    color: #a4a4a4;
 }

 .timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
 }

.container:before {
    left: 19px;
    width: 2px;
}
.timeline-block {
    width: 100%;
    margin-bottom: 30px;
    text-align: right;
}
.timeline-block-right {
    float: none;
}

.timeline-block-left {
    float: none;
    direction: ltr;
}
.timeline-block-right:last-child {
    margin: 0;
}
.timeline_left_content {
    position: relative;
    width: 50%;
    text-align: left;
    z-index: 1;
}
.timeline_left_content:before {
    content: "";
    width: 50%;
    background: #ddd;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
}
.timeline_left_content i {
    padding: 5px;
    border: 2px solid;
    border-radius: 5px;
    background: #fff;
    width: 40px;
    text-align: center;
}

/* FOR RESPONSIVE VIEW */
@media only screen and (min-width: 991px){
.timeline_container {
    width: 50%;
}
}
@media only screen and (max-width: 1199px){
    .reg_left{
        padding: 30% 30px;
    }
    .filter_holder {
        float: right;
        margin: 0 !important;
    }

    .sort_by_holder {
        display: inline-block;
        width: 80%;
    }
    .sort_by_holder .dropdown.bootstrap-select.form-control.form-control-sm.aiz- {
        width: 60%;
    }

    .cat_title_holder {display: inline-block;width: 70%;}
}
@media only screen and (max-width: 991px){
.front-header-search{
    visibility: hidden;
}
.front-header-search.active{
    visibility: visible;
}
.reg_left{
    padding: 30% 30px;
}
.cat_title_holder {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px){
button.navbar-toggler.menu-tab{display: inline-block;}
.mobile-img-auto-height img {
    /*min-height: 190px;
    object-fit: cover;
    object-position: 66% 0%;*/
}
/**SLIDE NAV CSS**/
.menu-hide {
    width: 250px;
    left: -250px;
    height: 100vh;
    position: fixed;
    z-index: 1111111;
    top: 0px;
    transition: all .6s ease-in-out;
    padding: 15px;
    color: #fff;
    overflow: auto;
    padding-top: 10px !important;
    padding-bottom: 70px !important;
}
.menu-hide.show {
    left: 0px;
    background-color: rgba(246, 246, 246,.95) !important;
    transition: all .6s ease-in-out;
}
.menu-close {
    color: #e62e04;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin: 0 0 0 auto;
    padding: 10px 0;
    margin-right: -10px;
}
.menu-hide ul{
    list-style: none;
    padding: 0;
}
.menu-buttons a {
    color: #fff;
    background: #693b52;
    padding: 10px;
    display: block;
    margin: 10px 0;
    border-radius: 25px;
    text-align: center;
}
.menu-items .menu-link {
    color: #fff;
    font-weight: 200;
    text-decoration: none;
    display: block;
    margin: 3px 0;
    padding: 5px;
}
.main_menu > li {
    display: block;
    text-align: left;
    position: relative;
}
.menu-close, .sub_menu_icon{
    display: block;
}
.sub_menu_icon {
    position: absolute;
    right: 0;
    top: 15px;
    transform: translate(0,-50%);
    color: #000
}
.megamenu_wrapper {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    background: none;
    transition: all 0.3s;
    display: none;
    text-align: left;
    visibility: visible;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.main_menu > li.active .megamenu_wrapper {
    display: block !important;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
ul.main_menu > li:hover .megamenu_wrapper {
    display: none;
}
.megamenu_list h3 {
    color: #878787;
    font-weight: bold;
}
.megamenu_column {
    padding: 0 1rem!important;
}
.megamenu_wrapper .megamenu_column:nth-child(2n+2) {
    background: none;
}
.megamenu_list ul {
    margin-bottom: 10px;
}
.main_menu > li > a {
    color: #000 !important;
    opacity: 1 !important;
    padding-left: 0 !important;
}
.has_sub_menu.active .la-plus:before{
    content: "\f068";
}
.aiz-count-down {
    /*position: absolute;
    top: 100%;
    left: 0;*/
    /*width: 100%*/;
    /*background: linear-gradient(to right, #5c026e, #e62e04, #e19e13);*/
    padding: 10px 0;
    /*text-align: center;*/
    /*direction: unset;*/
    /*display: block;*/
}
.aiz-count-down .countdown-item {
    background:#010147;
    color:#fff;
    display: inline-block;
    font-size:18px
}
.countdown-separator {
    color: #fff;
}
.sale_title{
    /*border: none !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top: 5px solid #010147 !important;
    background: linear-gradient(to right, #5c026e, #e62e04, #e19e13);*/
    color: #fff;
    background: none;
    border: none !important;
    text-transform: uppercase;
    padding: 0 5px !important;
}
.sale_title h3{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 20px !important;
}
.sale_title .view_btn{display: none;}
.section_title_holder h3{font-size: 16px;}
.section_title_holder .view_btn{
    width: auto !important;
}
.ribbon4{
    font-size: 12px;
    padding: 3px 5px;
}
.ribbon4:before{
    height: 31px;
}
.product_box .absolute-top-right {
    left: 0;
    opacity: 1;
    visibility: visible;
    bottom: auto;
    top: 100%;
}
.product_box h3 {
    text-transform: capitalize;
    margin-top: 20px;
}
.product_box .absolute-top-right.aiz-p-hov-icon a{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 12px;
}
.products_holder.aiz-carousel.gutters-10 .carousel-box {
    padding: 0 5px;
}

.products_holder {
    padding: 0 5px;
}
.md_moblie_0{
    margin-bottom: 0 !important;
}

.mobile_no_px{padding-right: 0 !important;padding-left: 0 !important;}
.mobile_no_mx{margin: 0;}
.pt-mv-0{padding-top: 0 !important;}
.slick-slide img.rounded {
    border-radius: 0 !important;
    box-shadow: none !important;
}
/*.mv_full_width{width: 100%;}*/
.section_title_holder.sale_title h3 span {
    font-size: 30px;
    padding: 11px 8px !important;
    display: block;
    letter-spacing: 1px;
    position: relative;
    background: linear-gradient(90deg, #000 55%, #d1023a 55%);
    word-spacing: 40px;
    text-align: center;
}
.flash_sale_count {
    background: #ffff;
    margin-top: 15px;
    width: 100%;
    align-items: baseline;
    padding: 0 5px;
}
.flash_sale_count h6 {
    color: #010147;
    font-weight: bold;
    text-transform: capitalize;
}
.section_title_holder.sale_title h3 span::after {
    content: "\f0e7";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 60px;
    color: #fec81e;
    margin-left: 13px;
}
.user_log_holder{
    width: 100% !important;
}
.user_log_form h1 {
    margin-top: 0;
}
.reg_left::before, .reg_left::after{display: none;}
.reg_left p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
}
.row.aiz-steps.arrow-divider .col>.text-center {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 10px;
}
.row.aiz-steps.arrow-divider .col::before{width: 61%;}
.row.aiz-steps.arrow-divider .col>.text-center > i {
    margin-top: 7px;
}
#new-address-modal label {
    margin-bottom: 5px !important;
}
.add-to-cart .d-none {
    display: inline-block !important;
}
button.btn.btn-soft-primary.add-to-cart {
    background: #4281c8;
    border-color: #4281c8;
    color: #fff;
}
#addToCart.modal button.btn.btn-primary.buy-now.add-to-cart{
    background: var(--primary);
    border-color: var(--primary);
}
button.btn.btn-primary.buy-now {
    background: #cd2c43;
    border-color: #cd2c43;
}
/*.section_title_holder {
    background: linear-gradient(to left, #98c1d9, #3d5a80);
    color: #fff;
    border-left: none !important;
    box-shadow: 0px 15px 10px -15px #333;
}*/
.section_title_holder.sale_title {
    background: none;
    box-shadow: none;
    margin-bottom: 5px !important;
}
.sale_title .view_btn-ex {
    width: auto !important;
    margin: 8px auto 0 !important;
}
.product_long_grid.img-fit {
    padding: 0 4px;
}
.product_box del {
    display: block;
}
.product_box {
    min-height: 360px;
}
.mobile_thin_padding{padding-right: 5px !important; padding-left: 5px !important;}
.mobile_top_thin_padding{padding-top: 5px !important;}
.mobile_thin_space{padding-right: 8px !important; padding-left: 8px !important;}
.row.gutters-5.mobile_thin_space_product {
    margin-right: -3px;
    margin-left: -3px;
}
.row.gutters-5.mobile_thin_space_product > .col, .row.gutters-5.mobile_thin_space_product > [class*="col-"] {
    padding-right: 3px;
    padding-left: 3px;
}
.row.gutters-5.mobile_thin_space_product .product_box .product_long_grid, .products_holder .product_box .product_long_grid  {
    /* height: auto; */
    min-height: 250px;
}
.product_image_holder a {
    min-height: 168px;
    position: relative;
}
.product_image_holder a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.payment_select_option span.aiz-megabox-elem {}

.payment_select_option .aiz-megabox-elem img {
    float: left;
    width: 30%;
    margin-right: 15px;
    margin-bottom: 0 !important;
}

.payment_select_option .aiz-megabox-elem span {
    overflow: hidden;
    text-align: left !important;
}
.payment_select_option .aiz-megabox-elem::after {
    display: block;
    clear: both;
    content: "";
}
.row.gutters-5.related_product_holder {
    margin: 0 -2px;
}

.row.gutters-5.related_product_holder > [class*="col-"] {
    padding: 0 2px;
}
.row.gutters-5.related_product_holder .aiz-card-box {
    margin: 2px 0 !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%) !important;
}
.releted_product_price{
    font-size: 13px !important;
    min-height: 50px;
}
.container.mobile_thin_padding{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#new-address-modal .modal-content .modal-body .row.align-items-center.mb-3, #edit-address-modal .modal-content .modal-body .row.align-items-center.mb-3 {
    margin-bottom: 5px !important;
}
#new-address-modal .modal-content .modal-body .p-3, #new-address-modal .modal-content .modal-header, #edit-address-modal .modal-content .modal-body .p-3, #edit-address-modal .modal-content .modal-header{
    padding: 15px !important;
}
#new-address-modal button.btn.btn-sm.btn-primary, #edit-address-modal button.btn.btn-sm.btn-primary {
    margin-top: 10px;
}
.reg_left {
    padding: 5% 30px;
}
.aiz-card-box .flash_sale_count {
    opacity: 1;
}
.compact_purchase_list .btn-success {
font-size: 12px;
}
.aiz-user-panel {
    width: 100%;
}
.compact_purchase_list p {
    font-size: 12px;
}
.timeline_left_content:before {
    left: auto;
    right: 0;
    transform: none;
    width: 60%;
}
}
@media only screen and (max-width: 540px){
    .product_image_holder a {
        min-height: 120px;
        position: relative;
    }
    .row.gutters-5.mobile_thin_space_product .product_box .product_long_grid, .products_holder .product_box .product_long_grid {
        min-height: 170px;
    }
}

/* Dynamic Ratings */
.rating-progresss {
    margin-top: 10px;
  }

  .rating-line {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    position: relative;
  }

  .rating-stars {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }

  .progresss-line {
    height: 15px;
    border-radius: 0px;
    position: absolute;
    display: block;
    margin-bottom: 0px;
    z-index:99 !important;
    margin-left: 85px;
  }
  .progresss-line::before{
    content: "";
    position: absolute;
    background: #00000011;
    z-index:-99;
    top: 0px;
    left: 0px;
    height: 15px;
    width: 200px;
  }
  .five-stars {
    /* background-color: #9fff2b; */
    background-color:gold;
  }

  .four-stars {
    /* background-color: #dfff00; */
    background-color:gold;
  }

  .three-stars {
    /* background-color: #ffd700; */
    background-color:gold;
  }

  .two-stars {
    /* background-color:#ff8f00; */
    background-color:gold;
  }

  .one-star {
    /* background-color: #ff0000; */
    background-color:gold;
  }

  .rating-counter {
    display: block;
    position: absolute;
     right: -142px;
  }

  .counter-value {
    text-align: left !important;
    font-weight: bold;
    display: block;
    text-transform: inherit;
    position: absolute;
    position: absolute;
    left: -51px;
    top:-8px;
    font-size: 10px;
  }

  .rating-stars .fas {
    color: gold;
  }

  .final-rating {
    margin-top: 10px;
    font-weight: bold;
  }

  .rating-label {
    margin-right: 5px;
  }

  .rating-value {
    color: #1a1a1a;
    font-size: 32px;
    padding: 0;
    margin: 0;
  }

  .rating-count {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 10px;
  }




.customars-ratting{
    background: rgb(250, 250, 250);
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.customars-ratting .product-headding{
    position: relative;
    background: rgb(245, 245, 245);
    padding: 15px 15px;
}
.customars-ratting .product-headding h1{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #5e5e5e;
}
.ratting-section{
    padding: 20px;
    display: flex;
    gap: 50px;
}
.ratting-section .final-rating{
    width:138px;
    padding-top: 18px;
}
.ratting-section .rating-progresss{
    width: 200px;
    position: relative;
}
.final-rating .rating-stars{
    margin-top: 10px;
}
.final-rating .rating-stars i{
    font-size: 25px;
}


@media screen and (max-width: 767px) {
.ratting-section{
display: block;
padding: 10px;
}
.ratting-section .final-rating {

padding-top: 0px;
margin-top: 0px;
margin-bottom: 20px;
}
.rating-value{
font-size: 24px;
}
.final-rating .rating-stars i {
  font-size: 20px;
}
.rating-stars i {
  font-size: 10px;
}
.rating-line {
  margin-bottom: 14px;
}
.progresss-line::before{
  height: 10px;
  width: 180px;
}
.progresss-line {
  height: 10px;
  margin-left: 59px;
}
.counter-value{
  left: -80px;
}
.ratting-section .rating-progresss {
  width: 180px;
}
}
@media screen and (max-width: 360px) {
.ratting-section .rating-progresss {
  width: 150px;

}
.progresss-line::before{

  width: 150px;
}
}

/* Style Christmas TopBar*/
.snowfall-background{
    background-image: -webkit-linear-gradient(left , rgb(243, 146, 0) , rgb(230, 0, 126) 100%);
    background-image: linear-gradient(to right , rgb(243, 146, 0) , rgb(230, 0, 126) 100%);
    min-height: 50px;
}
.lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    margin: -15px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
}

.lightrope li {
    position: relative;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 12px;
    height: 28px;
    border-radius: 50%;
    margin: 20px;
    display: inline-block;
    background: rgba(0, 247, 165, 1);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
    animation-name: flash-1;
    animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
    background: rgba(0, 255, 255, 1);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
    animation-name: flash-2;
    animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
    background: rgba(247, 0, 148, 1);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
    animation-name: flash-3;
    animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
    animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
    animation-duration: 1.4s;
}

.lightrope li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 9.3333333333px;
    border-radius: 3px;
    top: -4.6666666667px;
    left: 1px;
}

.lightrope li:after {
    content: "";
    top: -14px;
    left: 9px;
    position: absolute;
    width: 52px;
    height: 18.6666666667px;
    border-bottom: solid #222 2px;
    border-radius: 50%;
}

.lightrope li:last-child:after {
    content: none;
}

.lightrope li:first-child {
    margin-left: -40px;
}

@keyframes flash-1 {

    0%,
    100% {
        background: rgba(0, 247, 165, 1);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
    }

    50% {
        background: rgba(0, 247, 165, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}

@keyframes flash-2 {

    0%,
    100% {
        background: rgba(0, 255, 255, 1);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 1);
    }

    50% {
        background: rgba(0, 255, 255, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
    }
}

@keyframes flash-3 {

    0%,
    100% {
        background: rgba(247, 0, 148, 1);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
    }

    50% {
        background: rgba(247, 0, 148, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
    }
}

/*Snow + banner z-index*/
.snowflake {
    --size: 5px;
    width: var(--size);
    height: var(--size);
    position: fixed;
    top: -5vh;
    background-size: contain;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-image: url(https://staging.emartwayskincare.com.bd/public/snoflake.png);
    z-index: 9999;
}

@keyframes snowfall {
    0% {
        transform: translate3d(var(--left-ini), 0, 0);
    }

    100% {
        transform: translate3d(var(--left-end), 110vh, 0);
    }
}

/* added small blur every 6 snowflakes*/
.snowflake:nth-child(6n) {
    filter: blur(1px);
}

/*Snow*/
.snowflake:nth-child(1) {
    --size: 20px;
    --left-ini: -8vw;
    --left-end: 2vw;
    left: 80vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(2) {
    --size: 24px;
    --left-ini: 2vw;
    --left-end: 4vw;
    left: 47vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(3) {
    --size: 20px;
    --left-ini: 8vw;
    --left-end: 5vw;
    left: 63vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(4) {
    --size: 20px;
    --left-ini: -6vw;
    --left-end: 10vw;
    left: 48vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(5) {
    --size: 10px;
    --left-ini: 3vw;
    --left-end: -8vw;
    left: 97vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(6) {
    --size: 20px;
    --left-ini: -9vw;
    --left-end: -6vw;
    left: 91vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(7) {
    --size: 24px;
    --left-ini: 6vw;
    --left-end: -6vw;
    left: 19vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(8) {
    --size: 10px;
    --left-ini: 10vw;
    --left-end: -1vw;
    left: 17vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(9) {
    --size: 20px;
    --left-ini: 7vw;
    --left-end: -4vw;
    left: 26vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(10) {
    --size: 20px;
    --left-ini: 2vw;
    --left-end: 9vw;
    left: 100vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(11) {
    --size: 20px;
    --left-ini: 2vw;
    --left-end: 5vw;
    left: 73vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(12) {
    --size: 20px;
    --left-ini: 9vw;
    --left-end: 10vw;
    left: 1vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(13) {
    --size: 10px;
    --left-ini: 8vw;
    --left-end: 4vw;
    left: 69vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(14) {
    --size: 20px;
    --left-ini: 10vw;
    --left-end: -7vw;
    left: 67vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(15) {
    --size: 10px;
    --left-ini: 9vw;
    --left-end: 1vw;
    left: 86vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(16) {
    --size: 10px;
    --left-ini: -5vw;
    --left-end: 4vw;
    left: 91vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(17) {
    --size: 5px;
    --left-ini: 3vw;
    --left-end: 5vw;
    left: 60vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(18) {
    --size: 10px;
    --left-ini: -7vw;
    --left-end: 6vw;
    left: 1vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(19) {
    --size: 10px;
    --left-ini: -3vw;
    --left-end: 10vw;
    left: 89vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(20) {
    --size: 20px;
    --left-ini: 1vw;
    --left-end: -9vw;
    left: 56vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(21) {
    --size: 10px;
    --left-ini: -9vw;
    --left-end: -7vw;
    left: 73vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(22) {
    --size: 10px;
    --left-ini: 1vw;
    --left-end: -3vw;
    left: 50vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(23) {
    --size: 10px;
    --left-ini: 9vw;
    --left-end: 4vw;
    left: 82vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(24) {
    --size: 10px;
    --left-ini: 2vw;
    --left-end: 4vw;
    left: 51vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(25) {
    --size: 5px;
    --left-ini: -3vw;
    --left-end: 8vw;
    left: 48vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(26) {
    --size: 10px;
    --left-ini: -3vw;
    --left-end: 7vw;
    left: 56vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(27) {
    --size: 10px;
    --left-ini: 2vw;
    --left-end: -9vw;
    left: 14vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(28) {
    --size: 5px;
    --left-ini: -6vw;
    --left-end: 2vw;
    left: 36vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(29) {
    --size: 10px;
    --left-ini: 4vw;
    --left-end: -3vw;
    left: 40vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(30) {
    --size: 20px;
    --left-ini: 7vw;
    --left-end: -8vw;
    left: 21vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(31) {
    --size: 5px;
    --left-ini: -8vw;
    --left-end: 4vw;
    left: 71vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(32) {
    --size: 20px;
    --left-ini: 1vw;
    --left-end: -8vw;
    left: 6vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(33) {
    --size: 6px;
    --left-ini: -5vw;
    --left-end: -1vw;
    left: 11vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(34) {
    --size: 10px;
    --left-ini: -8vw;
    --left-end: -7vw;
    left: 70vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(35) {
    --size: 10px;
    --left-ini: -7vw;
    --left-end: 3vw;
    left: 29vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(36) {
    --size: 2px;
    --left-ini: -9vw;
    --left-end: -1vw;
    left: 23vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(37) {
    --size: 4px;
    --left-ini: 9vw;
    --left-end: -7vw;
    left: 93vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(38) {
    --size: 2px;
    --left-ini: -9vw;
    --left-end: 7vw;
    left: 72vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(39) {
    --size: 2px;
    --left-ini: 4vw;
    --left-end: -3vw;
    left: 70vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(40) {
    --size: 2px;
    --left-ini: -6vw;
    --left-end: -9vw;
    left: 92vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(41) {
    --size: 4px;
    --left-ini: 8vw;
    --left-end: 3vw;
    left: 45vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(42) {
    --size: 6px;
    --left-ini: 8vw;
    --left-end: 1vw;
    left: 72vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(43) {
    --size: 2px;
    --left-ini: -9vw;
    --left-end: 2vw;
    left: 82vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(44) {
    --size: 2px;
    --left-ini: -1vw;
    --left-end: 6vw;
    left: 60vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(45) {
    --size: 4px;
    --left-ini: -5vw;
    --left-end: 4vw;
    left: 71vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(46) {
    --size: 4px;
    --left-ini: -7vw;
    --left-end: 9vw;
    left: 43vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(47) {
    --size: 4px;
    --left-ini: 6vw;
    --left-end: 10vw;
    left: 77vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(48) {
    --size: 10px;
    --left-ini: 10vw;
    --left-end: -9vw;
    left: 33vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(49) {
    --size: 5px;
    --left-ini: 10vw;
    --left-end: -8vw;
    left: 90vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(50) {
    --size: 20px;
    --left-ini: 2vw;
    --left-end: 5vw;
    left: 4vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -6s;
}


.product-faq{
    padding: 1rem;
    border-radius: 0.25rem;
    margin-block: 1rem;
    background: #fff;
}
.accordion {
    max-width: 1000px;
    margin: 2rem auto;
}

.accordion-item {
    background-color: #fff;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
    border: 1px solid #eeeeee;

}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 1.5rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}




@media screen and (max-width: 768px) {
    .half-outside-arrow.product--home-categories-box {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 4px !important;
        /* padding: 14px 12px; */
        padding-top: 14px;
        padding-bottom: 14px;
        padding-right: 25px;
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;
    }
    .half-outside-arrow.product--home-categories-box::-webkit-scrollbar {
        display: none;  /* Safari and Chrome */
    }

    .product--home-categories{
        background-color: var(--darkBlue);
    }
}

.both-side-line {
    text-align: center;
    display: block;
    margin-inline: auto;
    width: 100%;
    position: relative;
}
.both-side-line p {
    background: #fff;
    text-align: center;
    width: fit-content;
    margin-inline: auto;
    padding: 0 10px;
    z-index: 0;
    position: relative;
}
.both-side-line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccd2d8;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
.facebook-login span {
    left: 16px;
    background: white;
    padding: 5px 12px;
    color: var(--ordinary);
    top: 50%;
    border-radius: 50%;
    font-size: 16px;
    transform: translateY(-50%);
}
.google-login {
    border: 1px solid #ccd2d8;
}
.google-login span {
    left: 16px;
    background: white;
    /* padding: 5px 12px; */
    color: var(--ordinary);
    top: 50%;
    border-radius: 50%;
    font-size: 16px;
    transform: translateY(-50%);
}
.btn-ordinary, .btn-soft-ordinary:hover, .btn-outline-ordinary:hover {
    border-color: var(--ordinary);
}

.image-text {
    margin-block: 60px;
}
.image-text .text-side p,
.image-text .text-side h3 {
    padding-left: 20px;
}
.image-text .image-side {
    overflow: hidden;
}
.image-text .image-side img {
    scale: 1;
    transition: scale 0.3s linear;
}
.image-text .image-side img:hover {
    scale: 1.2;
}
.image-text.text-section-left {
    flex-direction: row-reverse;
}
.image-text.text-section-left .text-side p,
.image-text.text-section-left .text-side h3 {
    padding-right: 20px;
    padding-left: 0;
}
.management {
    margin-block: 3rem;
}
.management .member .management-social {
    gap: 16px;
}
.management .member .management-social a {
    background-color: #f2f4f7;
    padding: 9px;
    border-radius: 50%;
}


/* user profile page css start */
.card-body .form-group .file-preview-img {
    display: flex;
    gap: 24px;
    align-items: center;
}
.card-body
    .form-group
    .file-preview-img
    .upload-profile
    .input-group {
    border: 1px solid #1f55bf;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 2px 8px; */
    gap: 12px;
    border-radius: 4px;
    width: 216px;
}
.card-body
    .form-group
    .file-preview-img
    .upload-profile
    .input-group
    .file-amount {
    border: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #1f55bf;
}
.card-body
    .form-group
    .file-preview-img
    .upload-profile
    .input-group
    .input-group-prepend
    .input-group-text {
    box-shadow: none;
    padding: 0;
    background: transparent;
    border: none;
}
.card-body .form-group .file-preview-img .profile-box {
    position: relative;
}
.card-body .form-group .file-preview-img .profile-box img {
    width: 118px;
    height: 118px;
    object-fit: cover;
    object-position: top center;
    border-radius: 100%;
    border: none;
}
.card-body
    .form-group
    .file-preview-img
    .profile-box
    .remove-profile {
    position: absolute;
    bottom: 0;
    right: 4px;
    padding: 6px;
    background-color: #ffeaea;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.email-verification .input-group {
    gap: 16px;
}
.email-verification .input-group input {
    border-radius: 6px !important;
}
.email-verification .input-group .input-group-append button {
    background-color: #1f2029;
    color: #fff;
    border-radius: 5px;
    padding: 10px 40px;
}
@media screen and (max-width: 1024px) {
    .card-body .form-group .file-preview-img .profile-box img {
        width: 80px;
        height: 80px;
    }
    .card-body
        .form-group
        .file-preview-img
        .profile-box
        .remove-profile {
        right: -8px;
    }
    .card-body .form-group .file-preview-img .upload-profile p {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .card-body
        .form-group
        .file-preview-img
        .upload-profile
        .input-group {
        width: auto;
    }
    .card-body
        .form-group
        .file-preview-img
        .upload-profile
        .input-group
        .file-amount {
        height: 35px;
    }
    .dashboard-page .email-verification .card-header {
        padding-bottom: 0;
    }
    .dashboard-page .aiz-user-panel .card-body {
        padding: 10px;
    }
    .dashboard-page .aiz-user-panel .card-header {
        padding: 10px;
    }
}
/* user profile page end */