@font-face {
  font-family: 'Roboto-Regular';
  src: url('../webfonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
  url('../webfonts/Roboto-Regular.woff') format('woff'),
  url('../webfonts/Roboto-Regular.ttf')  format('truetype'),
  url('../webfonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Adobe-Gurmukhi';
  src: url('../webfonts/AdobeGurmukhi-Regular.woff2') format('woff2'),
      url('../webfonts/AdobeGurmukhi-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adobe-Gurmukhi-bold';
  src: url('../webfonts/AdobeGurmukhi-Bold.woff2') format('woff2'),
      url('../webfonts/AdobeGurmukhi-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.font-Gurmukhi{
  font-family: 'Adobe-Gurmukhi-bold';
}


.font-lato-light{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.font-lato-regular{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.font-25{
  font-size: 25px;
}
.bg-light{
  background-color: white !important;
}
.bg-pink{
  background-color: #FFDBDF;
}

.bg-cyan{
  background-color: #D6F7FE;
}

.bg-gray{
  background-color: #E4E4E4;
}

.work-section p{
  font-size: 12px;
}
body{
  font-family: 'Roboto-Regular';

  background-repeat: no-repeat;
}
.main-image{
  background-image: url('../images/Tailor-screen.jpg');
  background-size: 100% 100%;

}
.g-section{
 

}

.btn-primary{
  background-color: white;
  color: #F34242;
  border: 1px solid white

}
.btn-primary:hover{
  background-color: #F34242;
  color: white;
  border: 1px solid #F34242
}
.btn-secondary{
  background-color: #F34242;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #F34242

}
.btn-secondary:hover, .btn-secondary:focus{
  background-color: white;
  color: #F34242;
  border: 1px solid white

}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  background-color: white;
  color: #F34242;
  border: 1px solid white
}
.overlay-btn-group{
  padding-left: auto;
  padding-right: auto
}
.overlay-btn-group li{
  float: left;
  list-style-type: none;
  margin-left: 10px;

}
.navbar-light .navbar-nav .nav-link{
  font-size: 14px;
  color: #2D2D2D;
  padding-top: 5px;
  padding-bottom: 5px;
  /*margin-right: 40px;*/
}

.navbar-light .menu .nav-link{
 font-size: 18px;
}
.navbar-light .menu .nav-link:hover{
  background-color: #EEE5DE;
  border-radius: 15px;
}


.navbar-light .navbar-nav.mr-auto .nav-link{
  margin-left: 20px
}
.navbar-light .navbar-nav.ml-auto .nav-link{
  margin-right: 20px
}
.navbar-light .navbar-nav .custom-nav-link-2{
  color: white
}
.navbar-light .navbar-nav .hvr-white:hover{
  background-color: white;
  color: #F34242;
  border: 1px solid  #F34242
}
.dropdown-item {
    font-size: 14px;
}
.navbar-expand-sm .navbar-nav .nav-link:hover{
  color: #F34242
}
.dropdown-item:hover{
  color: #F34242

}
.bold{
  font-weight: 700;
}
.space-2{
  letter-spacing: 2px
}
.text-14{
  font-size: 14px
}
.hero-section{
position: absolute;
    /* width: 100%; */
    z-index: 1;
    left: 0px;
    right: 0px;
}





@media(max-width:915px){

  .hero-section-heading{
    font-size: 30px
  }
}
.second-nav{

    height: 90px;
    background-color: white;

}
.second-nav .col{
    border-right: 1px solid lightgrey;
    background-color: white;
    margin: 1px;
    box-shadow: 0px 4px 5px 0px lightgrey;
}
.px-6{
  padding-left: 5%;
  padding-right: 5%;
}
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.sidebar{
  height: calc(100% - 100px);
  
}
.sidebar-inner-section{
  height: 300px;
overflow-y: scroll;
}
.h-30{
  height: 100px;
}
.bg-radial-gradiant{
    background: radial-gradient(#f0e9ec, #d5d5dd);
  }
  nav > .nav.nav-tabs{

    border: none;
    padding: 0px 8px;
    border-radius: 0;
    color: black;
    margin-right: 10px;

  }
  nav > div a.nav-item.nav-link,
  nav > div a.nav-item.nav-link.active
  {
    border: none;
    padding: 12px 40px;
    color: black;
    background: #f8f9fa;
    border-radius: 0;
    margin-right: 5px;
    box-shadow: 0px 4px 5px 0px lightgrey;
    font-size: 34px;
  }

  nav > div a.nav-item.nav-link.active:after
   {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border-top-color: #e74c3c ;
  }
  .tab-content{
    line-height: 25px;
    /* border: 1px solid #ddd; */
  padding: 0px 44px;
  }
  .tab-content .tab-data{
  padding-left: 10px;
  padding-right: 10px

  }
  .custom-nav-link1{
    background: #f34242;
    color:#f8f9fa;

  }
  .custom-nav-link1:hover{
    color:white;

  }
  .nav-pills .custom-nav-link1 {
    border-radius: 0rem;
}
  .nav-pills .custom-nav-link1.active, .nav-pills .show>.custom-nav-link1 {
    background: #f8f9fa;
    color:black;
}
  /* .custom-nav-link.active{
    background: #f8f9fa;
    color:black;

  } */
    nav > div a.nav-item.nav-link:hover,
  nav > div a.nav-item.nav-link:focus
  {
    border: none;
      background: #f34242;
      color:#f8f9fa;
      border-radius:0;
      transition:background 0.20s linear;
  }


  a:hover,a:focus{
      text-decoration: none;
      outline: none;
  }
  #accordion .panel{
      border: none;
      border-radius: 3px;
      box-shadow: none;
      margin-bottom: 15px;
  }
  #accordion .panel-heading{
      padding: 0;
      border: none;
      border-radius: 3px;
  }
  #accordion .panel-title a{
      display: block;
      padding: 12px 15px;
      background: #fff;
      font-size: 18px;
      font-weight: 400;
      color: black;
      /*border: 1px solid #ececec;*/
      box-shadow: 0 0 10px rgba(0,0,0,.05);
      position: relative;
      transition: all 0.5s ease 0s;
      box-shadow: 0 1px 2px rgba(43,59,93,0.30);
  }
  #accordion .panel-title a.collapsed{
      box-shadow: none;
      color: #676767;
      box-shadow: 0 1px 2px rgba(43,59,93,0.30);
  }
  #accordion .panel-title a:before,
  #accordion .panel-title a.collapsed:before{
      content: "\f067";
      font-family: "Font Awesome 5 Free";
      width: 25px;
      height: 25px;
      line-height: 28px;
      font-size: 15px;
      font-weight: 900;
      color: #f34242;
      text-align: center;
      position: absolute;
      top: 8px;
      right: 15px;
      transform: rotate(135deg);
      transition: all 0.3s ease 0s;
  }
  #accordion .panel-title a.collapsed:before{
      color: #676767;
      transform: rotate(0);
  }
  #accordion .panel-title a:after{
      content: "";
      width: 1px;
      height: 100%;
      background: #ececec;
      position: absolute;
      top: 0;
      right: 55px;
  }
  #accordion .panel-body{

      border: none;
      font-size: 15px;
      color: #615f5f;
      line-height: 27px;
  }
  #accordion .panel-body .list-group-horizontal{

      font-size: 35px;

  }
  #accordion .panel-body .list-group-horizontal .list-group-item{

    width: 100%;
    border-radius:0px
  }
.text-18{
  font-size: 18px
}
.shadow{
  box-shadow: 0px 4px 5px 0px lightgrey;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f8f9fa;
    background-color: #f34242;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 1px solid red;
}
.nav-tabs .nav-link {
    border: 1px solid #f34242;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: red;
}
.px-10{
  padding-right: 100px;
    padding-left: 100px;


}
.py-10{
  padding-top: 100px;
    padding-bottom: 100px;
}
.fb {
  background-color: #3B5998;
  color: white;
  border:1px solid #3B5998
}
.google {
  background-color: #dd4b39;
  color: white;
  border:1px solid white

}
.fb:hover {
  background-color:  white;
  color: #3B5998;
  border:1px solid #3B5998

}
.google:hover {
  background-color:  white;
  color: #dd4b39;
  border:1px solid #dd4b39

}
.custom-append {
  right: 10px;
  top: 7px;
}
.nav-tabs .nav-link {
    border: 1px solid #f34242;
    border-top-left-radius: 0rem;
     border-top-right-radius: 0rem;
    color: red;
}
.nav-tabs .nav-link:hover {
    border: 1px solid #f34242;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
/* .nav-tabs {
    border-bottom: 1px solid #dee2e6;
} */
.nav-tabs {
   border-bottom: none;
}
.nav-fill .nav-item, .nav-fill>.nav-link {
    flex: none;
    text-align: center;
}
.nav-tabs .nav-link {

    margin-right: 10px;
}
.mega-menu.show{

    right: 0px
}
.mega-dropdown .show{
  position: unset;

}

.mega-menu {
  border: none;

}


.has-megamenu .dropdown-menu::before {
  position: absolute;
  top: -12px;
  left: 260px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #FFDBDF;
  border-left: 9px solid transparent;
  content: '';
}

.tab-div{
position: absolute;
right: 0px;
left: 0px;
z-index: 1;
}
.tab-img{

   margin-right: 10px;
}

.subnav .dropdown-menu .collapse {
  /*height: 300px;*/
  /*min-height: 300px;*/
  max-height: 350px;
  overflow-y: scroll;
}
.scroll{
  /*height: 300px;*/
  /*min-height: 300px;*/
  max-height: 370px;
  overflow-y: scroll;
}

.icon-images{
  padding: 25px;
}
.f-hover{
  border:1px solid transparent;
}
.f-hover:hover{

  border:1px solid black;
}
.f-hover img{
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
}

.f-active{

  border:1px solid black;
}
.w-25px{width: 40px}
.h-25px{height: 40px}

.dropdown-toggle::after {
  display: none;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;}

  .navbar .far,.fas{
    font-size: 24px;
  }

  .badge{
    background-color: red !important;
  }


  .cat-list.twoColumns {
    list-style: none;
      columns: 3;
      -webkit-columns: 3;
      -moz-columns: 3;
  }


.carousel-inner .carousel-caption{
position: absolute;
left: 0;
color: black;
transform: translateY(-50%);
}

.carousel-inner .carousel-caption .fas {
  font-weight: 900;
  font-size: 20px;
  padding-left: 10px;
}

.carousel-text-group{
  width: 415px;
  font-family: 'Adobe-Gurmukhi-bold';
}
.rounded-20{
border-radius: 15px;
}

.heading {
  position: relative;
  font-size: 30px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.heading:before, .heading:after {
  position: absolute;
  top: 48%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #C0BFBB;
}
.heading:before {
  margin-left: -50%;
  text-align: right;
}


.letter-section{
  background-image: url("../images/email-icon.png");
  background-repeat: no-repeat;
}
.letter-input .fa{
  font-size: 24px;
}
.news-letter{
  background-color: #eae6dd;
}

.letter-form .letter-input .input-group{
  box-shadow: -5px 4px rgba(0, 0, 0, .10);
  border-radius: 15px;
}
.letter-form .letter-input input{
  height: 50px;
  border-radius: 15px;
  font-size: 1rem;
}
.letter-form .letter-input button{
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

#measurement-form .form-control{
  height: 40px;
    border-radius: 15px !important;
    font-size: 1rem;
    box-shadow: -1px 3px#27262636;
}
}

.btn-white{
  background-color: white;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid white;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

 .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .swiper-container .card {
   font-family: 'Adobe-Gurmukhi-bold' !important;
  max-width: 300px;
  margin: auto;
  text-align: left;
  border: none;
}


.swiper-container  .card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #212529;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.swiper-container  .card button:hover {
  opacity: 0.7;
}

.font-small{
  font-size:12px;
}

.swiper-slide .fa-star{
  color:#FFD203;
  font-size:15px;
}

.swiper-slide .fa-heart{
font-size:19px;
margin-right: 5px;
}
.swiper-slide .fa-shopping-cart{
  font-size:17px;
  }

.swiper-button-next{
  right:-50px !important;
  color: #B2B2B2 !important;
  transform: translateY(-50%);
}

.swiper-button-prev{
  left: -50px !important;
  color: #B2B2B2 !important;
  transform: translateY(-50%);
}

.footer{
  background-color: #F7F8FA;
}
.footer  textarea{
  height: 60px;
  border-radius: 20px;
  resize: none;
}
.footer .letter-input input, textarea{
  height: 40px;
  border-radius: 15px;
  font-size: 1rem;
  box-shadow: -1px 3px#27262636;
}
.footer .letter-input button{
 border-radius: 15px;

}
.footer .letter-input .fa{
 font-size: 17px;

 }


 input::-webkit-input-placeholder { /* Edge */
  color: black !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black !important;
}

input::placeholder {
  color: black !important;
}
textarea::-webkit-input-placeholder { /* Edge */
  color: black !important;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black !important;
}

textarea::placeholder {
  color: black !important;
}
.list-group-item{
  background-color: transparent;
}

.card-icon{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price{
  display: flex;
  align-items: center;
}

.work-section img{
  height: 97px;
}


.detial-nav .nav-item .nav-link{
background-color:#e6e6e6;
color:#000;
border:none;
border-radius:4px 4px 0 0;
}
.detial-nav .nav-item .nav-link.active{
background-color:#000;
color:#fff;
border:none;
}
.detial-content{
border:1px solid #acacac;
border-radius:4px;
}

#custom_carousel .item {

  color:#000;
  background-color:#eee;
  padding:20px 0;
}
#custom_carousel .controls{
  overflow-x: auto;
  overflow-y: hidden;
  padding:0;
  margin:0;
  white-space: nowrap;
  text-align: center;
  position: relative;
  background:#ddd
}
#custom_carousel .controls li {
  display: table-cell;
  width: 1%;
  max-width:90px
}
#custom_carousel .controls li.active {
  background-color:#eee;
  border-top:3px solid orange;
}
#custom_carousel .controls a small {
  overflow:hidden;
  display:block;
  font-size:10px;
  margin-top:5px;
  font-weight:bold
}

.wrapper
{
	padding-bottom: 20px;
}

.divider
{
	position: relative;
	margin-top: 20px;
	height: 1px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}


.div-dot:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -9px;
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
	background-color: #9c797e;
	border: 1px solid rgb(48,49,51);
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px white,
					0 0 0 4px white;
}

.aside {

  border: 10px solid #fafafa;
  outline: 3px solid rgb(94, 93, 93);
  box-shadow: 15px 15px #9c797e83;
}
.border-bottom-pink{
    border-bottom: 1px solid #9c797e ;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

.border-pink{
  border: 1px solid #9C797E;
}

.auth .dropdown-menu::before {
  position: absolute;
  top: -12px;
  left: 70px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #FFDBDF;
  border-left: 9px solid transparent;
  content: '';
}


.form-control:focus{
  box-shadow: none;
  border-color: transparent;
}

.register .form-control:focus{
  box-shadow: none;
  border-color: #9C797E;
}
.login .form-control:focus{
  box-shadow: none;
  border-color: #9C797E;
}

.modal-body textarea{
  box-shadow: none;
}


.contact textarea{
box-shadow: none !important;
}

@media(max-width:465px){
  .sm-px-2{
    padding-left: 10px;
    padding-right: 10px
  }
  .tab-content{
    line-height: 25px;
    /* border: 1px solid #ddd; */
  padding: 0px 0px;
  }
  .has-megamenu .dropdown-menu::before {
    position: absolute;
    top: -12px;
    left: 176px;
    display: none;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #FFDBDF;
    border-left: 9px solid transparent;
    content: '';
  }
  .auth .dropdown-menu::before {
    position: absolute;
    top: -12px;
    left: 70px;
    display: none;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #FFDBDF;
    border-left: 9px solid transparent;
    content: '';
  }
  .auth .dropdown-menu{
    position: absolute;
  }
  .swiper-button-next, .swiper-button-prev{
    display: none !important;
  }
  .carousel-text-group{
    width: auto;
  }
  .carousel-inner .carousel-caption {
    position: absolute;
    left: 0;
    color: black;
    transform: translateY(0%);
}
.px-10 {
  padding-right: 0px;
  padding-left: 0px;
}
.carousel{
  width: 100%;
  height: 50%;
}
.carousel img{

height: 100%
}
.carousel-caption{
  padding-bottom: 0px;
}
.navbar-brand img{
width: 130px;
}
.carousel h1{
  font-size: 2rem;
}
.tab-pane{
  padding:20px 0px;
}
.tab-content{
  margin-top:50px
}
  }
.slider-nav img{
  height: 120px !important;
  width: 150px !important;
}
.product-img{
height: 400px;
width: 400px;
display: initial !important;
}
.hero.carousel{

    height: 80vh;
}
.hero.carousel img{
  height: 100%;
}

.login{
  padding-right: 100px;
  padding-left: 100px;
}

.register{
  padding-right: 100px;
  padding-left: 100px;
}

.untitled{
  padding-top: 30px;
}

.s_price{
  font-size:25px;
  color:#C82333;
}

.measurments input, textarea{
  box-shadow: -5px 4px rgba(0, 0, 0, .10);
  border-radius: 15px;
}

.measurments textarea{
  box-shadow: -5px 4px rgba(0, 0, 0, .10);
  border-radius: 15px;
}

.measurments select{
  box-shadow: -5px 4px rgba(0, 0, 0, .10);
  border-radius: 15px;
}

.line-height-18{
  line-height: 18px;
}
.font-danger{
  color:#C82333;
}
.font-25{
  font-size: 25px;
}
.detail-card-btn button{
  border-radius: 10px;
}
.m-fixed{
  background: rgb(230,231,229);
  background: radial-gradient(circle, rgba(230,231,229,1) 12%, rgba(0,0,0,1) 100%);
}

.bg-silver{
  background-color: #eaedf0;
}

 .bg-btn{
  background-color: #E8E8E8;
  border: 0px;
}
.border-white{
  border: 3px solid white;
}
.select-btns .select:focus{
background-color:#E8E8E8 ;
}

.bg-black{
background-color: #1E1E1E;
}

.m-fixed{
  background: rgb(230,231,229);
  background: radial-gradient(circle, rgba(230,231,229,1) 12%, rgba(0,0,0,1) 100%);
}
.bg-silver{
  background-color: #F5F7FA;
}
select-btns .select:focus{
  background-color:#E8E8E8 ;
}
.select-btns select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid white;
  border-radius: 2px;
  margin-right: 2rem;
}
.border-white{
  border: 3px solid white;
}
.sidebarr select, .sidebarr input[type=text]{
  background-color: #E8E8E8 !important;
}
#btn_s{
  display: none;
}
@media(max-width:767px) {
  .bg-silver.border-top.h-100.rounded-0{
    height: auto !important; 
  }
  .navbar-nav.d-flex{
    justify-content: space-around;
  }
  .sidebar {
    height: auto !important;
  }.sidebar .bg-silver {

     padding-bottom: 30px;
   }

  #garments{
    height: 500px;
  }
  #garmentss{
    height: 500px;
  }
  #garments img{
    height: 75% !important;
    left: 50% !important;
    transform: translate(-50%, -62%) !important;
  }
  #garmentss img{
    height: 75% !important;
    left: 50% !important;
    transform: translate(-50%, -62%) !important;
  }
  .right-sidebar{
    position: absolute;
    transition: 0.2s all ease;
    left: -320px;
    width: 320px;
    top: 107px;
    height: auto !important;
  }
  .active-right-sidebar{
    left: 0px;
  }
  .drop-down{
    width: 120px !important;
    left: -120px;
    z-index: 999;
    transition: 0.2s all ease;
    height: calc(100% - 107px) !important;
  }
  .active-sbar{
    left: 0px;
  }
  #btn_s{
    display: block;
  }

  .drop-down .drop-down__menu-box {

    width: 200px !important;

  }
  .canvas-bar{
    width: 100%;
    top: auto !important;
    bottom: 15px;
    right: 0;
  }
  .canvas-bar div.flex-column{
    flex-direction: row !important;
    justify-content: space-around;
  }
  .canvas-bar div.buttons button{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 32px !important;
    width: 32px !important;
    margin-left: 2px;
    margin-right: 2px;
  }
  .canvas-bar div.buttons button img{
    width: 20px !important;
  }
}


.canvas-bar{
  top: 15px;
}