 body {
     background-color: #fff;
     padding-right: 0px !important;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f5f5f5;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9d2b88;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #565e6d;
}
/*h5 {
    font-size: 1.0rem;
}*/

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: 0px 0 0 -26px;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #9d2b88;
  border-bottom: 5px solid #9d2b88;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  
}

#overlay{
 position: fixed;
 height: 100vh;
 width:100vw; 
 background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
 /* Add the blur effect */
 z-index: 10;
 margin: 0;
 padding: 0;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#myDiv {}


.scrolling-wrapper {
  display: flex;
  height:100%;
  flex-wrap: no-wrap;
  overflow-x: auto;
  align-items: center;
  padding-left:13px;
  margin-right:16px
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrolling-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.item-cg{
  /*width: 100px;
  height: 50px;*/
  padding:6px 12px;
  font-size: 0.95em;
  margin-right: 1rem;
  flex: 0 0 auto;
  /* Centering text only */
  display: flex;
  background-color: #ebecee;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
  transition: 0.3s
}

.item-cg:hover{background-color: #9d2b88;color:#FFF;transition: 0.3s}

.heading{margin-top:-17px;}
.font-cg{font-size: 0.9em !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin: 0 0 15px 0;
    padding: 0;}

@media screen and (max-width: 900px){ 
 .font-cg{margin: 0 0 0px 0;}   
}

/* Center the loader */

.city{display: block;
    position: relative;
    color: #9d2b88;
    background-image: linear-gradient(to right, #9d2b88, #FFF, #9d2b88 );
    opacity: 0.8;
    margin-top: 5px;
    padding: 4px 15px;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
    border-radius: 0.125rem;
    text-transform: uppercase;}

    
.mobile-nav-active {
    overflow: hidden;
    transition: 0.4s;
}
 @media screen and (max-width: 700px){
     .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
         position: relative;
         width: 100%;
         padding-right: 10px;
         padding-left: 10px;
    }
}
 .section {
     padding: 0px 0 20px !important;
}
/*@media screen and (max-width: 700px){
 .section {
     padding: 30px 0 20px !important;
}}*/
 .card2{
    border-radius: 10px;
    margin: 0px 0px 130px 0px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
}
.log-card{max-width: 350px;margin: 0px auto 130px auto } 

 .product{
     border-radius: 8px 8px 0px 0px;
}
.product2 .product-o{
     border-radius: 8px;
}
 .flex{
     display: flex;
}
 .justify-center{
     justify-content: center
}
 .item-center{
    align-items: center;
}
 .container .product-item {
    /* min-height: 450px;
    */
     border: none;
    overflow: hidden;
     position: relative;
     border-radius: 0 
}
 .container .product-item .product {
     width: 100%;
    /* height: 350px;
    */
     position: relative;
     overflow: hidden;
     cursor: pointer;
}
 .container .product-item .product img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .container .product-item .product .icons .icon {
     width: 40px;
     height: 40px;
     background-color: #fff;
     border-radius: 7px;
     display: flex;
     justify-content: center;
     align-items: center;
     transition: transform 0.6s ease;
     transform: rotate(180deg);
     cursor: pointer 
}
 @media screen and (max-width:900px){
     .container .product-item .product .icons .icon {
         width: 30px;
         height: 30px;
         background-color: #fff;
         border-radius: 5px;
         display: flex;
         justify-content: center;
         align-items: center;
         transition: transform 0.6s ease;
         transform: rotate(180deg);
         cursor: pointer 
    }
}
@media screen and (max-width:600px){
     .container .product-item .product .icons .icon {
         width: 30px;
         height: 30px;
         background-color: #fff;
         border-radius: 5px;
         display: flex;
         justify-content: center;
         align-items: center;
         transition: transform 0.6s ease;
         transform: rotate(180deg);
         cursor: pointer 
    }
}
 .container .product-item .product .icons .icon:hover {
     background-color: #9d2b88;
     color: #fff 
}
 .container .product-item .product .icons .icon:nth-last-of-type(3) {
     transition-delay: 0.2s 
}
 .container .product-item .product .icons .icon:nth-last-of-type(2) {
     transition-delay: 0.15s 
}
 .container .product-item .product .icons .icon:nth-last-of-type(1) {
     transition-delay: 0.1s 
}
 .container .product-item:hover .product .icons .icon {
     transform: translateY(-60px) 
}

 
 .container .product-item .title {
     font-size: 0.95em;
     letter-spacing: 0.5px;
     padding-top: 1rem;
     padding-bottom: .25rem
}
@media screen and (max-width:990px){
.portfolioContainer .ratings-reviews .fa-star{
     font-size: 0.65rem;
}
.container .product-item .title {
     padding-top: .6rem;
     padding-bottom: 0rem
}
}
 /*.container .product-item .fa-star {
     font-size: 0.65rem;
     color: #f0ad4e 
}
}*/
 .container .product-item .price {
     margin-top: 5px;
     margin-bottom: 10px;
/*     font-weight: 600 */
}
 .like__btn4 .fas {
    color:#c93373;
}
.like__btn5 .fas{
  color:#b73ea0; 
}
.like__btn5 .far{
  color:white; 
}
 .fw-800 {
     font-weight: 800 
}
 .bg-green {
     background-color: #44bf9d !important;
     color: #fff 
}
 .bg-black {
     background-color: #1f1d1d;
     color: #fff 
}
 .bg-red {
     background-color: #9d2b88;
     color: #fff 
}
 @media (max-width: 767.5px) {
     .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
         background-color: #b71c1c;
         color: #fff !important 
    }
     .navbar-nav .nav-link {
         border: 3px solid transparent;
         margin: 0.8rem 0;
         display: flex;
         border-radius: 10px;
         justify-content: center 
    }
}
 #main{
    margin:0px auto 0 auto
}
 .modal {
     z-index: 10000 !important;
}
 .btn-red {
     color: #fff;
     background-color: #9d2b88 !important;
}
 .carousel-multi-item .controls-top .btn-floating{
    background-color: #0a98c0
}
 .carousel-multi-item .controls-top{
    margin-bottom: 0px 
}
 
.container .product-item .tag {
     text-transform: uppercase;
     font-size: 0.75rem;
     font-weight: 500;
     position: absolute;
     top: 20px;
     left: 20px;
     padding: 0 0.4rem;
     border-radius:3px;
}
.container .product-item .tag.like__btn5 {
   left:auto; 
   right:14px; 
   font-size: 1.2rem; 
   top: 15px
}
@media screen and (max-width:600px){
 .container .product-item .tag {
     font-size: 0.65rem;
     top: 15px;
     left: 15px;
     padding: 0 0.4rem;
}

.container .product-item .tag.like__btn5 {
   left:auto; 
   right:8px; 
   font-size: 1rem; 
   top: 10px
}
}

/*.container .product-item{
    min-height: 420px;
}
*/
/* .container .product-item .product{
    height:200px;
}
*/
/* .container .product-item .title{
    color:#fff
}
 .container .product-item .price{
    color:#fff
}
*/
 .product-item{
/*    background-color:#333;*/
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%)
}
/*.card{
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 40%)
}
*/
/* .card_2{
    margin-bottom:35px !important;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 30%)
}
*/
 .carousel-multi-item .controls-top{
    text-align: right;
}
 .carousel-multi-item{
    margin-bottom:0px;
}
 .list-unstyled{
    margin-bottom:-50px
}
.like_btn_xdc{
    margin: 0 1rem
}
@media screen and (max-width:990px){
    .like_btn_xdc{
    margin: 0 0.5rem
    }
}
 /*h5 {
    font-size: 0.8em !important
}
 h6 {
    font-size: 0.8em !important
}*/
 .social-icons li {
    display: inline-block;
}
 .container .product-item{
     border-radius: 10px;
}
 .card_2 {
     padding: 10px;
     position: relative;
     overflow: hidden;
     border-radius: 10px;
     margin: 0 5px 30px 5px;
     background: #fff;
     box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
     transition: all 0.3s ease-in-out;
     text-align: center;
}
 @media screen and (max-width: 700px){
     .card_2 {
         padding: 8px;
         position: relative;
         overflow: hidden;
         border-radius: 10px;
         margin: 0 2px 20px 2px;
         background: #fff;
         box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
         transition: all 0.3s ease-in-out;
         text-align: center;
    }
}
 input, textarea {
     border-radius: 0 !important;
     box-shadow: none !important;
     border: 1px solid #dce1ec 1px !important;
     font-size: 14px !important;
}
 input{
     height: auto !important;
     padding: 0.600rem 0.75rem !important;
}
.form-control:focus {
    border-color: rgba(000, 000, 000, 0.3) }
    
 .list-none{list-style-type:none}
 .form-header {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: start;
     align-items: flex-start;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 1rem 1.25rem;
     border-bottom: 1px solid #dee2e6;
     border-top-left-radius: 0.3rem;
     border-top-right-radius: 0.3rem;
}
 .form-body {
     position: relative;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     padding: 1rem 1.50rem;
}
 .form-footer {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: end;
     justify-content: flex-end;
     padding: 1rem 1.25rem;
     border-top: 1px solid #dee2e6;
     border-bottom-right-radius: 0.3rem;
     border-bottom-left-radius: 0.3rem;
}

.form-footer-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem 2rem;
  
}

@media screen and (max-width: 700px){
    .form-header, .form-body, .form-footer, .form-footer-2 {
    padding: 1rem 1rem 1rem 1rem;
}
}


 .validation {
     color: #9d2b88 !important;
     display: none;
     margin: 0 0 20px;
     font-weight: 400;
     font-size: 13px;
}
                      
                       
.price_2 {
    color: #290918;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
  /*  font-family: "Open Sans";*/
}
.InputGroup {
 display: flex;
/* height: 30px;*/
 width: 60px;
}


.Sort-by input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
}

.Sort-by .label {
  display: flex;
  flex: auto;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color:#fff;
  color: #000;
  padding: 5px 10px;
  border:2px solid #f0f0f0;
  border-radius:0.125rem; 
 /* border-radius: 6px;*/
  transition: color --transition-fast ease-out, 
              background-color --transition-fast ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
 margin-right: 8px;
}

.label:last-of-type {
 margin-right: 0;
}

.Sort-by input[type="radio"]:checked + label {
 background-color:#fff;
  color: #666;
  border:2px solid #666;
}

.Sort-by input[type="radio"]:hover:not(:checked) + label {
 background-color:pink;
 background-color:#fff;
  color: rgba(226,64,133);
  border:2px solid #555;
}


:root{
    font-family: "Poppins";
    --primary-color-1: rgba(226,64,133);
    --primary-color-2: rgba(226,64,133);
    --primary-color-3: rgba(226,64,133);
    --primary-color-4: rgba(226,64,133);
    --text-area-color: whitesmoke;
    --heading-secondary-color: hsl(0, 0%, 55%);
    --secondary-card-color: whitesmoke;
}

/*
input{
    display: none;
}*/

.color-selection .colors{
    padding: 1rem;
   /* border-radius: 50%;*/
    border-radius: 0.01rem;
    cursor: pointer;
}

.color-pick-div{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0.8rem;
}

.color-selection .color-1{
    background-color: var(--primary-color-1);
    outline: 2px solid #f0f0f0;
    outline-offset: 2px;
}

.color-selection .color-2{
    background-color: var(--primary-color-2);
    outline: 2px solid #f0f0f0;
    outline-offset: 2px;
}

.color-selection .color-3{
    background-color: var(--primary-color-3);
    outline: 2px solid #f0f0f0;
    outline-offset: 2px;
}

.color-selection .color-4{
    background-color: var(--primary-color-4);
    outline: 2px solid #f0f0f0;
    outline-offset: 2px;
}


/* ========== Themes ======== */

/* Theme 1 */
#color-1:checked ~ .text-area .color-selection .color-pick-div .color-1{
    outline: 2px solid var(--primary-color-1);
    outline-offset: 2px;
}

#color-1:checked ~ .shoe-area{
    background-color: var(--primary-color-1);
}


#color-1:checked ~ .text-area .heading-area h2{
    color: var(--primary-color-1)
}

#color-1:checked ~ .text-area .price-and-buy-btn .price-1{
    display: block;
    color: var(--primary-color-1);
}

#color-1:checked ~* .buy-btn{
    background-color: var(--primary-color-1);
}

/* Theme 2 */
#color-2:checked ~ .text-area .color-selection .color-pick-div .color-2{
    outline: 2px solid var(--primary-color-2);
    outline-offset: 2px;
}

#color-2:checked ~ .shoe-area{
    background-color: var(--primary-color-2);
}


#color-2:checked ~ .text-area .heading-area h2{
    color: var(--primary-color-2)
}

#color-2:checked ~ .text-area .price-and-buy-btn .price-2{
    display: block;
    color: var(--primary-color-2);
}

#color-2:checked ~* .buy-btn{
    background-color: var(--primary-color-2);
}

/* Theme 3 */
#color-3:checked ~ .text-area .color-selection .color-pick-div .color-3{
    outline: 2px solid var(--primary-color-3);
    outline-offset: 2px;
}

#color-3:checked ~ .text-area .price-and-buy-btn .price-3{
    display: block;
    color: var(--primary-color-3);
}

#color-3:checked ~ .shoe-area{
    background-color: var(--primary-color-3);
}

#color-3:checked ~ .text-area .heading-area h2{
    color: var(--primary-color-3)
}

#color-3:checked ~* .buy-btn{
    background-color: var(--primary-color-3);
}


/* Theme 4 */
#color-4:checked ~ .text-area .color-selection .color-pick-div .color-4{
    outline: 2px solid var(--primary-color-4);
    outline-offset: 2px;
}

#color-4:checked ~ .shoe-area{
    background-color: var(--primary-color-4);
}

#color-4:checked ~ .text-area .price-and-buy-btn .price-4{
    display: unset;
    color: var(--primary-color-4);
}

#color-4:checked ~ .text-area .heading-area h2{
    color: var(--primary-color-4)
}


#color-4:checked ~* .buy-btn{
    background-color: var(--primary-color-4);
}

.checked {
  color: #f0ad4e;
}

.img-responsive{width:100%;height: auto}
                     
 #footer .footer-top .footer-links ul li{
    padding:0 
}
 #footer .footer-top .footer-links ul a{
    color: #FFFFFF
}
#footer .footer-top .footer-links ul a:hover {
color: #FFFFFF;
opacity: 0.8;
text-decoration: none;
}
 .footer-nav, .footer-nav * {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .footer-nav > ul > li {
     position: relative;
     white-space: nowrap;
     float: left;
}
 .footer-nav a {
     display: block;
     position: relative;
     color: #fff;
     padding: 10px 15px;
     transition: 0.3s;
     font-size: 14px;
    /* font-family: "Open Sans", sans-serif;
    */
     text-transform: uppercase;
     font-weight: 600;
}
 .footer-nav > ul > li {
     position: relative;
     white-space: nowrap;
     float: left;
}
 .float-right{
    float: right
}
.text-w-bold{font-weight: bold;}
.text-c-c93373{
    color: #9d2b88
}
.text-c-green{
    color: #44bf9d
}

/*  h5 {font-size: 0.8em !important}*/
  h6 {font-size: 0.8em !important}
  .social-icons li {display: inline-block;}
  .container .product-item{ border-radius: 10px;}
  .card_2 {
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 5px 30px 5px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    text-align: center;
}
@media screen and (max-width: 700px){
  .card_2 {
    padding: 8px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 2px 20px 2px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    text-align: center;
}

  
}

 input, textarea, select {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid #dce1ec 1px !important;
    font-size: 14px !important;

}

input, select{
   height: auto !important;
    padding: 0.600rem 0.75rem !important;}
.card3{
    display: block;
    position: relative;
    /*overflow: hidden;*/
    border-radius: 10px;
    margin-bottom:1rem;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%)
}
@media screen and (max-width:990px){
.card3{margin-bottom:.5rem;}
}

input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
.container_2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.btn2{
    padding: 8px 13px;
    background: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    color: #9d2b88;
    outline: none !important;
    border: 2px solid #9d2b88;
    cursor: pointer;
    display: block;
}
.btn2:hover
{
    background: #9d2b88;
    color: #fff;
}
.btn3
{
color: #ffffff;
font-size: 20px !important;
  
}
.btn3:hover
{
 color: #ffffff !important;
font-size: 20px !important; 
}


button, input {
    overflow: visible;
}
.checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #aeb2b7;
    border-radius: 0.22rem;
}
.checkmark {
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #FFF;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.container_2 {
    position: relative;
    padding-left: 35px;
    margin-top: 0;
    cursor: pointer;
    font-size: .8rem;
    color: #575757;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: ;
/*    padding-top: 5px;*/
}
.container_2 {
    position: relative;
    padding-left: 35px;
    margin-top: 0;
    cursor: pointer;
    font-size: 14px;
    color: #575757;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: ;
/*    padding-top: 5px;*/
}
.container_2 input:checked~.checkmark:after {
    display: block;
}
.container_2 .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #3767cb;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
}
.container_2 .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #9d2b88;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
*, *::before, *::after {
    box-sizing: border-box;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
   /* font-size: 12px;*/
}

.disp-none{
  display:none;
}
.container-form{
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  padding:0px;
  padding-bottom:0;
}
.container-image{
  width:100%;
  height:auto;
  display:flex;
  justify-content: center;
  align-items: center;
/*  padding:10px;*/
  max-width:280px;
  margin:0 auto;
}
#confirm-img{
  height:auto;
  width:100%;
  border-radius: 0px;
  border-radius: 14px
}

#upload-aphoto{
 /* background: red;
  border-color:red;*/
}
.croppie-container{height: 250px !important;}

.cr-viewport {width:230px !important; height:230px !important;}
.cr-vp-square{width:230px !important; height:230px !important;}
.figcaption {
/*position: absolute;*/
/* bottom: 0;*/
color: #fff;
/*width: 100%;*/
height:40px;
float:right;
margin-top:-50px;
margin-bottom:15px;
padding-bottom: 10px;
   
}
.disp-none{
  display:none !important;
}


.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.thumbnails{padding: 10px;box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);}


                                    :root {
  /* set variables in the root so they can be accessed everywhere */
  --grad-color-1: #cbced0;
  --grad-color-2: #cbced0;
  --grad-color-3: #cbced0;
  --grad-color-4: #cbced0;
}
.color-input {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  opacity: 0;
/*  margin: 20px;*/
}

.custom {
  width: 40px;
  height: 40px;
  border-radius: 0.125rem;
  margin-top: -26px;
 /* margin-left: 38px;*/
  border: 5px solid white;
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
}


.custom:hover {
  cursor: pointer;
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 20%);
}

.color-input:hover {
  cursor: pointer;
}

.color-input:hover + .custom {
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 20%);
}


/* various id hacks to properly style each input element */
#grad-input-1 {
  margin-top: 0;
}

#custom-input-1 {
  background-color: var(--grad-color-1);
}

#custom-input-2 {
  background-color: var(--grad-color-2);
}

#custom-input-3 {
  background-color: var(--grad-color-3);
}

#custom-input-4 {
  background-color: var(--grad-color-4);
}


           
#product-thumbnail .owl-nav {top: -55px;
}
#product-thumbnail .owl-nav .owl-prev {left: inherit;
}
#product-thumbnail .owl-nav .owl-prev {right: 33px !important;
}

            a.thumbnail{margin: 10px 15px;}
.dropdown-item {
    display: block;}
.dropdown .dropdown-menu .dropdown-item:hover{color: #16181b !important;
 

}
   

/*td {padding: 4px 10px !important;}*/
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-left: 48px !important;

}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before{
    top: 18px;
    left: 14px;
    border: none;
    box-shadow: none;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{background-color: #9d2b88}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    background-color: #9d2b88 !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #9d2b88 !important;
    border-color: #9d2b88 !important;

  }

  .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    box-sizing: border-box !important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.table td, .table th {
    vertical-align: middle !important;
    margin-bottom: 10px
;
    border: none;}

/*label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}*/
.bold{font-weight: bold;}


  /*h5 {font-size: 0.8em !important}
  h6 {font-size: 0.8em !important}*/
  .social-icons li {display: inline-block;}
  .container .product-item{ border-radius: 10px;}
  .card_2 {
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 5px 30px 5px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    text-align: center;
}
@media screen and (max-width: 700px){
  .card_2 {
    padding: 8px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 2px 20px 2px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    text-align: center;
}
  
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
  border-radius: 0.25rem;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   border-radius: 0.25rem;
  background-color: rgba(0,0,0,.075);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
   border-radius: 0.25rem;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #7bd235;
}
/*input:checked + .slider:before {
  background-color: #7bd235;
}*/

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.dropdown-menu.show {
    display: block;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}
.dropdown-menu {
    left: 0/*rtl:ignore*/;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 98;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #3F4254;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0.42rem;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
}


.ribbon.ribbon-top .ribbon-target {
    border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}
.ribbon .ribbon-target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 29px 8px 7px 8px;
    min-width: 36px;
    min-height: 46px;
    text-align: center;
    position: absolute;
    z-index: 1;
    background-color: #3699FF;
    -webkit-box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 10%);
    color: #FFFFFF;
}
.bg-danger {
    background-color: #9d2b88 !important;
}
.mb-usr-btn{background-color: #FFF; color: #9d2b88 !important;padding: 9px 20px !important}
  @media screen and (max-width:1000px){
    .hidden-xs-1000{display: none !important;}
  .hidden-xs{display: none !important;}
  }
  @media screen and (min-width:1200px){
  .search-mb{display: none !important;}
  }
  @media screen and (max-width:991px){
  .dsk-usr-btn{display: none !important;}
  .search_2-mb{margin-top:-5px !important;}
  .hidden-xs{display: none !important;}
  }
  @media screen and (min-width:991px){
  .mb-usr{display: none !important;}
  .hidden-lg{display: none !important;}
  .search-mb{display: none !important;}
  }
  }
  .city2 {
    display: block;
    position: relative;
    color: #9d2b88;
    /*background-image: linear-gradient(to right, #9d2b88, #FFF, #9d2b88 );*/
    background-color:#FFF;
    opacity: 0.8;
    margin-top: 6px;
    padding: 4px 15px 4px 27px;
    transition: 0.3s;
    font-size: 12px;
    text-align: center;
    border:1px solid #FFF;
    border-radius: 0.125rem;
    /*text-transform: uppercase;*/
}
.symbol.symbol-circle > img {
   border-radius: 0.125rem;
}
.symbol > img {
    width: 100%;
    max-width: 35px;
    height: 35px;
}

.symbol-lg-35 > img {
    width: 100%;
    max-width: 35px;
    height: 35px;
}

.symbol-lg-75 > img {
    width: 100%;
    max-width: 75px;
    height: 75px;
}

.symbol > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.125rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
.symbol.symbol-circle {
    border-radius: 0.125rem;
}
.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border:2px solid #FFF;
    border-radius: 0.125rem;
    cursor: pointer;
}
.symbol.symbol-lg-35 .symbol-label {
    width: 35px;
    height: 35px;
}

.symbol.symbol-lg-75 .symbol-label {
    width: 55px;
    height: 55px;
}

.symbol.symbol-light-success .symbol-label {
    color: #9d2b88;
    /*background-color: #fceef3;*/
}
.symbol.symbol-circle .symbol-label {
    border-radius: 0.125rem;
}
.symbol .symbol-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    line-height: 0;
    color: #3F4254;
    background-color: #F3F6F9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
   border-radius: 0.125rem;
}
.font-weight-boldest {
    font-weight: 700;
}
.font-size-h3 {
    font-size: 0.9rem !important;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.text-center {
    text-align: center !important;
}


 .section-top {padding: 0px 0 0px !important}
 @media screen and (max-width:1100px){ 
 .section-top {padding: 0px 0 0px !important}  
}

#category-1 {
  /*padding: 40px 0 40px 0;*/
}

#category-1 .box {
  padding: 0.4em 0.5em;
  position: relative;
  overflow: hidden;
  border-radius: 0.125rem;
  margin: 12px 0px 10px 0px;
  /*color:#fff;*/
  background: #fff;
  /*background: transparent;*/
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

@media screen and (max-width:1100px){ 
 #category-1 .box {margin: 10px 0px 10px 0px; padding: 0.4em 0.4em;}  
}

@media screen and (max-width:900px){ 
 #category-1 .box {margin: 7px 0px 7px 0px; padding: 0.4em 0.4em;}  
}

#category-1 .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#category-1 .icon {
  margin: 0 auto 5px auto;
  padding-top: 6px;
  display: inline-block;
  text-align: center;
  border-radius: 0.125rem;
  width: 34px;
  height: 34px;
}

#category-1 .icon i {
  font-size: 1.5em;
  line-height: 1;
}

#category-1 .title {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 0.8em;
}

#category-1 .title a {
  color: #111;
}

#category-1 .box:hover .title a {
  color: #111 !important;
}

#category-1 .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

#category-1 .item-cg-1 {
    font-size: 0.95em;
    margin-right: 1rem;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.3s;
}
@media screen and (max-width:1100px){ 
 #category-1 .item-cg-1 {
    font-size: 0.95em;
    margin-right: 1rem;
}
}

.bg-fceef3{background-color:#fceef3}
.color-ff689b{color:#ff689b}

.bg-fff0da{background-color:#fff0da}
.color-e98e06{color:#e98e06}

.bg-e6fdfc{background-color:#e6fdfc}
.color-3fcdc7{color:#3fcdc7}

.bg-e1eeff{background-color:#e1eeff}
.color-41cf2e{color:#41cf2e}

.bg-e1eeff{background-color:#e1eeff}
.color-2282ff{color:#2282ff}

.bg-ecebff{background-color:#ecebff}
.color-8660fe{color:#8660fe}

.display-block{display: block !important}

      
main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-transform: unset;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.section {
  margin: 0 auto;
  padding: 6rem 0 1rem;
}

.container {
  max-width: 87rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1rem;
}

.brand {
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--color-blue-100);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  margin: 0 auto;
  background-color: var(--color-white);
  box-shadow: var(--shadow-medium);
}

.navbar {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4rem;
  margin: 0 auto;
}

/*.menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  z-index: 10;
  overflow-y: auto;
  background-color: var(--color-white);
  box-shadow: var(--shadow-medium);
  transition: all 0.5s ease-in-out;
}*/
.menu.is-active {
  top: 0;
  left: 0;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  margin: 1.25rem;
}
.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--color-black);
  transition: all 0.3s ease;
}
.menu-link:hover {
  color: var(--color-blue-200);
}
@media only screen and (min-width: 48rem) {
 /* .menu {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    background: none;
    box-shadow: none;
  }*/
  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 1.75rem;
    margin: 0 auto;
    margin-right: 5rem;
  }
  .menu-link {
    text-transform: capitalize;
  }
  .menu-block {
    margin-left: 2rem;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  order: -1;
  width: 1.75rem;
  height: auto;
  border: none;
  outline: none;
  visibility: visible;
}
.burger-line {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 2px;
  margin: 6px auto;
  transform: rotate(0deg);
  background-color: var(--color-black);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
}
.overlay.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.search-toggle, .search-cancel {
  display: block;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--color-black);
}
.search-block {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 999999 !important;
 /* overflow: hidden;*/
  background-color: var(--color-white);
  transition: all 0.15s ease-in-out;
}
.search-block.is-active {
  /*top: 0;*/
  right: 0;
}
.search-form {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  padding: 0.06rem .7rem;
  column-gap: 0rem;
  background-color: #7f236e;
  margin-top: 9px;
  border-radius: 0 0 10px 10px

}
@media screen and (max-width: 990px){
 .search-form {
/*  padding: 0.0rem 1rem;*/
} 
}
.search-input {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: auto;
  padding: 0.60rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: var(--color-black);
  background-color: var(--color-light);
}
.search-input::-webkit-search-decoration, .search-input::-webkit-search-cancel-button {
  display: none;
  visibility: hidden;
}
.search-cnl-btn{
  background-color: #f2f2f2;
  color:#9d2b88;
  margin-top:-5px;
  padding: 0.35rem 0.54rem !important;
  border-radius: 5px 0px 0px 5px;
  font-size:5px !important}

  .search-btn{background-color:#f2f2f2;
    margin-top:-5px;
    padding: 0.56rem 1.14rem;
    border-radius:0  5px 5px 0 ; 
    border:none;box-shadow: none;}

.search-mb{margin:5px 10px 0 0;}
@media screen and (max-width:990px){
.search-mb{margin:0px 0px 0 0;}  
}

 .srch-btn{color: #fff !important;
  z-index: 9998 !important;
  border: 0 !important;
  background: none;
  font-size: 24px !important;
  transition: all 0.4s;
  outline: none !important;
  cursor: pointer;text-align: right;
  line-height: 44px
 }

.owl-2-style .owl-nav {
  display: none; }

.owl-2-style .owl-dots {
  text-align: right;
  position: relative;
  height:16px;
  padding: 0 2px 0 2px;
   }
   @media screen and (max-width:990px){
    #clients .owl-nav, #clients .owl-dots,
    .owl-2-style .owl-dots {
        display:none;
    }
   }
 .owl-2-style .owl-dots .owl-dot {
    display: inline-block;
    }
 .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 30px;
      height: 8px;
      border-radius: 8px;
      background: #ddd;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 0 3px 0 0;
      }
 .owl-2-style .owl-dots .owl-dot.active span {
      background: #9d2b88;
      }
 .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }

 .jssr_slider{position:relative;margin:0 auto;top:0px;left:0px;width:1600px;height:460px;overflow:hidden;visibility:hidden;}
  @media screen and (max-width: 700px){
 .jssr_slider{height:560px}
      }
/*.owl-carousel .owl-stage-outer{padding-bottom:8px;
}
@media screen and (max-width: 700px){
.owl-carousel .owl-stage-outer{padding-bottom:7px;
}}*/
#category-1 .box{
    /*background-color:#9d2b88;*/
   /* margin-top: 12px;*//*color:#fff;*/
    /*box-shadow: none*/}
   .jssr_slider{height: 400px;}
   .btn-view{
    float:right;padding: 0.1em 0.6em;
    outline:none;margin:5px -6px 0px 0px;
    position: relative;
    overflow: hidden;
    border-radius: 0.125rem;
    /* color: #fff; */
    background: #9d2b88;
    color: #fff;
    font-weight: 500;
    font-size: 0.8em;
    /* background: transparent; */
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    text-align: center;}
.sldr-p-top{margin-top: 77px}
.pro-p-top{padding-top: 55px}
.mbl-m-top{margin-top: 1rem !important}
.hdpd-4{padding-bottom: 1.5rem!important}
@media screen and (max-width: 980px){
.hdpd-4{padding-bottom: 0.5rem!important}    
}
@media screen and (max-width: 980px){
.pro-p-top{padding-top: 20px}
.mbl-m-top{margin-top: .5rem !important}
}
@media screen and (max-width: 990px){
.sldr-p-top{margin-top: 55px}
}
.sec-box-p{
   padding:1rem 1rem;
   }
   @media screen and (max-width: 900px){
   .sec-box-p{
   padding:0.5rem 0.5rem;
   }  
   }
   .sec-box-p-2{
   padding:1rem 1.3rem;
   }
   @media screen and (max-width: 900px){
   .sec-box-p-2{
   padding:0.5rem 0.5rem;
   }  
   }
#clients .owl-nav, #clients .owl-dots{
margin-top: 0px;
text-align: right;}
#clients .owl-dot {
display: inline-block;
margin: 0 0 0 3px;
width: 30px;
height: 8px;
border-radius: 8px;
background-color: #ddd;
outline: none;
border: none;
}


 .box {
 overflow: hidden;
 }
 .contextNav { display:none; }
 .selected {
 display: block;
 opacity: 1;
 transition: opacity 1s linear;
 -webkit-transition: opacity 1s linear; }
 .checklist_wrap .box{
 display: block;
 opacity: 1;
 transition: opacity 1s linear;
 -webkit-transition: opacity 1s linear; }
 .checklist-wrap{
 /* padding-top: 2em;*/}
 .contextNav.onethird {
 background-color: transparent; }
 .checklist-select li::marker {
 content: none;
 }
 .checklist-select li {
 /* text-align: right;*/
 color: #9d2b88;
 background: #fff;
 padding: 0.75em 1.2em;
 margin-bottom:0.80em;
 border-radius: 10px;
 transition: 0.3s;
 box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
 }
 .checklist-select li.active {
 background-color: #9d2b88; 
 color:#fff;
 }
 .checklist-select li:hover {
 transition: 0.3s;
 cursor: pointer;
 background-color: #9d2b88;
 color:#fff; }
 .btn-product {
 /* text-align: right;*/
 color: #333;
 font-size: .91rem;
 background-color: rgba(0, 0, 0, 0.05);
 display: block;
 padding: .350rem .75rem;
 font-weight: 400;
 margin-bottom:0.80em;
 border: 1px solid rgba(0, 0, 0, 0.05);
 border-radius: 5px;
 transition: 0.3s;
/* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);*/
 }
 .btn-product:hover {
 transition: 0.3s;
 background-color: #9d2b88;
 border: 1px solid #9d2b88;
 color:#fff; 
 }
 .checklist-select .active {
 background-color: #9d2b88;
 border: 1px solid #9d2b88;
 color: #fff;
 }
 @media only screen and (min-width:609px) {
 .contextNav{ display:block; }
 .checklist-wrap .box{
 display: none;
 opacity: 0;
 /*transition: opacity 1s linear;
 -webkit-transition: opacity 1s linear;*/ }
 .checklist-wrap .selected{
 display: block;
 opacity: 1;
 /*transition: opacity 1s linear;
 -webkit-transition: opacity 1s linear;*/ }
 .checklist-wrap .box .deptBox > div{ display:none; }
 .checklist-wrap .selected .deptBox > div{ display:block;}
 }

 .btn-file {
 margin: 0;
 padding: 0;
 position: relative;
 z-index: 1;
 }
 .btn-file__actions {
 margin: 0;
 padding: 0;
 }
 .btn-file__actions__item {
 padding: 63px 35px;
 font-size: 1.5em;
 color: #d3e0e9;
 cursor: pointer;
 text-decoration: none;
 border-top: 3px dashed #d3e0e9;
 border-left: 3px dashed #d3e0e9;
 border-bottom: 3px dashed #d3e0e9;
 }
 .btn-file__actions__item:first-child {
 border-top-left-radius: 15px;
 border-bottom-left-radius: 15px;
 }
 .btn-file__actions__item:last-child {
 border-top-right-radius: 15px;
 border-bottom-right-radius: 15px;
 border-right: 3px dashed #d3e0e9;
 }
 .btn-file__actions__item:hover,
 .btn-file__actions__item:focus {
 color: #636b6f;
 /*background-color: rgba(211, 224, 233, 0.1);*/
 }
 .btn-file__actions__item:hover--shadow,
 .btn-file__actions__item:focus--shadow {
 /*box-shadow: #d3e0e9 0 0 60px 15px;*/
 }
 .btn-file__actions__item--shadow {
 display: inline-block;
 position: relative;
 z-index: 1;
 }
 .btn-file__actions__item--shadow::before {
 content: " ";
 box-shadow: #fff 0 0 60px 40px;
 display: inline-block;
 position: absolute;
 top: 50%;
 left: 0;
 width: 100%;
 z-index: -1;
 }
 .btn-file__preview {
 /*opacity: 0.5;*/
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 position: absolute;
 z-index: -1;
 border-radius: 35px;
 background-size: cover;
 background-position: center;
 }
 .form-group label.attachment {
 width: 100%;
 }
 .form-group label.attachment .btn-create > a,
 .form-group label.attachment .btn-create > div {
 margin-top: 5px;
 }
 .form-group label.attachment input[type='file'] {
 display: none;
 }
 .thumbnails{
 padding:0px; 
 border-radius: 15px;
 border: 3px dashed #d3e0e9;
 box-shadow:none; 
 }

 form.is-readonly .btn-save {
 display: none;
 }
 form.is-readonly select[disabled],form.is-readonly input[disabled], form.is-readonly textarea[disabled] {
 cursor: text;
 /*background-color: #fff;
 border-color: transparent;
 outline-color: transparent;
 box-shadow: none;*/
 }
 form.is-editing .btn-edit {
 display: none;
 }



  
.hero-image2 {
/*  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://png.pngtree.com/background/20211215/original/pngtree-childrens-clothing-store-shopping-mall-photography-map-with-map-picture-image_1485289.jpg");*/
  width:100%;
  height:200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
 /* margin-top: 0.5rem;*/
}

@media screen and (max-width: 991px){
.hero-image2 {
  width:100%;
  height:150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 0rem;
} 
}

@media screen and (max-width: 760px){
.hero-image2 {
  height:135px;
} 
}

.hero-text2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text2 button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text2 button:hover {
  background-color: #555;
  color: white;
}


  h5 {font-size: 0.8em !important}
  h6 {font-size: 0.8em !important}
  .social-icons li {display: inline-block;}
  .container .product-item{ border-radius: 10px;}
  .card_2 {
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 5px 30px 5px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    text-align: center;
}
@media screen and (max-width: 700px){
  .card_2 {
    padding: 8px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 2px 20px 2px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    text-align: center;
}
  
}
.card_4 {
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 5px 10px 5px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    text-align: center;
}
@media screen and (max-width: 700px){
  .card_4 {
    padding: 8px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 2px 4px 2px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    text-align: center;
}  
}
#main .pt-4 {
  padding-top: 1.0rem!important;
}

@media screen and (max-width: 990px){
  #main .pt-4 {
  padding-top: 0.60rem!important;
}
.container .product-item .price {
    margin-top: 0px;
    margin-bottom: 0px;
}
}

  /*.multi-button {
   border-radius: .3rem;
   border:1px solid #9d2b88;
   display: flex;
   align-items: center;
   background-color: #fff;
   }*/
   .multi-button {
   border-radius: .3rem;
   display: flex;
   justify-content:space-between;
   background-color: #fff;
   }
   .multi-button button {
   padding:0 5px;
   background-color: inherit;
   }
   /*.multi-button button:first-child {
   border-radius: 0rem .2rem .2rem 0rem;
   }
   .multi-button button:last-child {
   font-size:12px;
   padding:5px 12px;
   color:#fff;
   background-color: #9d2b88;
 border-radius: 0rem .2rem .2rem 0rem;
   border-radius: 0.2rem;
   border:none;
   outline:none;
   }
   .multi-button:hover button:last-child {background-color: #7f236e;}
   @media screen and (max-width: 800px){
   .multi-button button:last-child{ padding:2.2px 8px;}
   }
   .multi-button button:last-child:hover {
   background-color: #9d2b88;
   }*/

   .multi-button button{
   font-size:12px;
   padding:5px 12px;
   color:#fff;
   background-color: #9d2b88;
/* border-radius: 0rem .2rem .2rem 0rem;*/
   border-radius: 0.3rem;
   border:none;
   outline:none;
   }
   .multi-button button{background-color:#9d2b88}
   @media screen and (max-width: 800px){
   .multi-button button{ padding:2.2px 8px;}
   }
   .multi-button button:hover {
   background-color: #7f236e;
   }

   
#main .pt-4 {
  padding-top: 1.0rem!important;
}

@media screen and (max-width: 1000px){
  #main .pt-4 {
  padding-top: 0.60rem!important;
}
}
                                                         
/*color select*/                                 
.color-select {
  border: 1px solid #ced4da;
  
}
.color-select > span { 
  /*text-transform: uppercase;*/
 padding: 0.5rem 0.95rem ;
  display: block;
  cursor: pointer;
}
.color-select > span span { margin-top: -8px }
.color-select ul {
  max-height: 200px;
  overflow-y: auto;
  padding: 0px 15px 15px 15px;
  border: 1px solid #ced4da;
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  width:92%;
}
.color-select ul:after {
  content: "";
  display: table;
  clear: both;
}
.color-select ul li, .color-select > span span { 
  list-style: none;
  border:1px solid #ced4da;
  width: 30px;
  height: 20px;
  display: block;
  border-radius: 4px;
  background: #fff;
  float: left;
  margin: 0 12px 0 0;
  cursor: pointer;
  position: relative;
 
}
.color-select ul li { 
  margin-top: 25px; 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; 
}
.color-select ul li span { display: none; }
.color-select ul li:hover { 
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
 .box3a{
   position: relative;
   transition: all 0.3s ease-in-out;}
   .card3a{text-align: inherit;display: flex;align-items:center;}
   .img-shop{margin: 0 auto;border: 5px solid white;border-radius: 0.5rem;
   box-shadow: 0px 0px 5px -2px black;width: 70px;}
   .child {
   margin-left: auto;
   order: 2;
   }
   .width-100{width:100%;}
   .offer-box{border-top:1px solid #ced4da;margin-top: 0.3em}
   #my-shops {
   padding: 60px 0 40px 0;
   font-size: 0.9em;
   }
   #my-shops .title {
   margin-bottom: 5px;
   font-size: 1.3em;
   }
   .shpos-sec{border-bottom: 1px solid #dee2e6;}
   .collapsible {
   padding: 0.7rem 2rem 0.7rem 2rem;
   cursor: pointer;
   width: 100%;
   border: none;
   text-align: left;
   outline: none;
   font-size: 15px;
   font-weight: 600
   }
   .collapsible:after {
   content: '\002B';
   font-weight: bold;
   float: right;
   margin-left: 5px;
   }
   #pro-de.active:after {
   content: "\2212";
   }
   .content {
   padding: 0rem 2rem 0rem 2rem;
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.2s ease-out;
   }
  .confirm-img{border-radius: 12px;} 

   .box2a{padding: 10px 20px;
   position: relative;
   border-radius: 10px;
   margin: 0 0px 15px 0px;
   background: #fff;
   box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
   transition: all 0.3s ease-in-out;}
   .card2a{text-align: inherit;display: flex;align-items:center;}
   .img-shop{margin: 0 auto;border: 5px solid white;border-radius: 0.5rem;
   box-shadow: 0px 0px 5px -2px black;width: 70px;}
   .child {
   margin-left: auto;
   order: 2;
   }

   
   .card4{display: block;
   position: relative;
   /*overflow: hidden;*/
   border-radius: 20px;
   margin: 0 0px 10px 0px;
   background: #fff;
   box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
   margin-top: -4.5%;}

   
   .py-3-mbl {
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   }
   @media screen and (max-width:970px){
   .py-3-mbl {
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   }   
   }
    @media screen and (max-width: 970px){
   .pr-mbr{padding-right: 4px !important} 
   .pr-mbl{padding-left: 4px !important} 
   }
   /*.collapse-header {
   position: relative;
   padding: 15px 20px 15px 20px;
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   padding-left: 20px;
   border-radius: 10px;
   background: #fff;
   overflow: hidden;
   text-align: left !important;
   }
   .collapse-header::before {
   content: "";
   position: absolute;
   z-index: 1;
   top: 0;
   right: 0 !important;
   width: 100%;
   height: 100%;
   background-color: transparent !important; 
   transition: 0.3s;
   }
   .collapse-header::after {
   position: absolute;
   text-align: left !important; 
   right: 0 !important;
   top: 65% !important; 
   font-weight: 500 !important;
   color:#111;
   }
   .width-100{width:100%;}
   .offer-box{border-top:1px solid #ced4da;}*/

 .mt-10{
    margin-top: 10px
}
 .mt-20{
    margin-top: 20px
}
 .mt-30{
    margin-top: 30px
}
 .mt-40{
    margin-top: 40px
}
 .mt-50{
    margin-top: 50px
}
 .mt-60{
    margin-top: 60px
}
 .mt-70{
    margin-top: 70px
}
 .mt-80{
    margin-top: 80px
}
 .mt--20{
    margin-top:-20px 
}
 .mb-10{
    margin-bottom: 10px
}
 .mb-15{
    margin-bottom:15px
}
 .mb-20{
    margin-bottom: 20px
}
 .mb-30{
    margin-bottom: 30px
}
 .mb-40{
    margin-bottom: 40px
}
 .mb-50{
    margin-bottom: 50px
}
 .mb-60{
    margin-bottom: 60px
}
 .mb-70{
    margin-bottom: 70px
}
 .mb-80{
    margin-bottom: 80px
}
.ml-10{
    margin-left: 10px
}
.p-0{
    padding: 0px
}
.pt-0{
    padding-top: 0px
}
.pt-10{
    padding-top: 10px
}
.pt-20{padding-top: 20px
}
.pt-30{padding-top: 30px
}
.pt-40{padding-top: 40px
}
.pt-50{padding-top: 50px
}
.pt-60{padding-top: 60px
}
.pt-70{padding-top: 70px
}
