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

.instafont{
  font-family: 'Dancing Script';
}

a.header-insta img {
    height: 41px;
    object-fit: contain;
    display: flex;
    transition:400ms;
}

a.header-insta span.instafont {
    font-size:25px;
    font-weight:bolder;
    color:black;
    transition:400ms;
}

a.header-insta:hover img {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.4s;
  
    /* When the animation is finished, start again */
    animation-iteration-count: inherit;
  }
  
  @keyframes shake {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(-5deg); }
    20% { transform: rotate(0deg); }
    30% { transform: rotate(5deg); }
    40% { transform: rotate(0deg); }
    50% { transform: rotate(-5deg); }
    60% { transform: rotate(00deg); }
    70% { transform: rotate(5deg); }
    80% { transform: rotate(0deg); }
    90% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
  }

a.header-insta:hover span.instafont {
    letter-spacing: 2px;
}

a.header-insta:hover {
    text-decoration: unset !important;
}

.header-left {
    width: 175px;
    display: block;
    justify-content: flex-start;
    text-align: start;
}

a.header-insta {margin-bottom: -5px;}

.header-search .header-search-wrapper {
    width: 70%;
    height: 32px;
}

.header-insta {
    padding-left: 7px;
}

.header-search .form-control {
    height: 30px;
}
.header-search .btn {
    height: 30px;
}

.header-search .form-control, .header-search select {
    height: 30px;
    background-color: #ffffff;
}

input#search::placeholder{
    color: #b2b8bc;
    font-size: 15px;
    font-weight: 500;
    transition:400ms;
}

input#search {
    color: #6e7679;
    font-size: 15px;
    font-weight: 500;
    transition:400ms;
}

.ui-menu .ui-menu-item {
    margin: 0;
    width: 450px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c575;
}

.ui-menu.ui-widget::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.ui-menu.ui-widget::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.ui-menu.ui-widget::-webkit-scrollbar-thumb {
  background: #b5b0b0;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.ui-menu.ui-widget::-webkit-scrollbar-thumb:hover {
  background: #8c8c8c;
}
.ui-menu.ui-widget::-webkit-scrollbar-thumb:active {
  background: #b0b0b0;
}
.ui-menu.ui-widget::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.ui-menu.ui-widget::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
.ui-menu.ui-widget::-webkit-scrollbar-track:active {
  background: #ffffff;
}
.ui-menu.ui-widget::-webkit-scrollbar-corner {
  background: transparent;
}

.poppins{
    font-family: 'Poppins';
}
.horeke sf-with-ul:hover{
      background-color: yellow;
}
.header-top-custom{
    background-color: #fff;
}
.search-bar {
    background-color:#f47443;
    color:white;
}
.header-middle-bg {
   
}
.custom-bg:not(.product-details){
    color:#fff;
    background:#000;
}
.text-orange-custom{
    color: #F5964D;
}

.text-purple-custom{
    color: #2980b9;
}

.text-blue-custom{
    color: #00466b;
}
.font-medium{
    font-size: xx-large;
}
.product-label {
    background-color: #2980b9;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    min-width: 46px;
    padding: .5rem;
    position: absolute;
    right: .5em;
    text-align: center;
    text-transform: uppercase;
    top: .5em;
    z-index: 1;
}
.product-label.label-hot, .product-label.label-new {
    background-color: red;
}
.footer-bg {
    /*background-image: url("../images/footer-bg.jpg");*/
	background-color:#fff;
	border-top:1px solid #ccc;
}


.btn-template{
    background-color: #2980b9;
	color:#fff;
}

.custom-button{
    display: flex;
    align-items: center;
    background-color: #2980b9;
    border: 1px solid #2980b9;
	color:#fff;
    border-radius: 5px;
    padding: 0 1rem;
    font: 1.4rem "poppins", sans-serif;
    line-height: 32px;
    margin: 0 2px;
    cursor: pointer;
    transition: all .25s ease;
}

.icon-temp-button{
  background-color: #fdbb99;
	 border-radius: 5px;
	 border: 1px solid #fdbb99;
}

.fit-image{
	object-fit:contain !important;
	height:250px !important;
}

.fit-image-home{
	height:160px !important;
	object-fit:contain !important
}

.sticky-placeholder{
	::placeholder {
	  color: #000 !important;
	  opacity: 1; /* Firefox */
	}
}


/**** 20-03-2021-start ****/

.menu-title a {
    text-transform: capitalize !important;
}

ul.menu.sf-arrows.custom-bg.sf-js-enabled {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu li a {
    border-bottom: 2px solid #b2b8bc00;
    transition:400ms;
}

.menu li.megamenu-container {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
}

.menu>li{
    transition:400ms;
}


.menu>li:hover, 
.menu>li.show, 
.menu>li.active {
    background-color: #fff;
    color: #b2b8bc !important;
}

.menu>li:hover>a, 
.menu>li.show>a, 
.menu>li.active>a {
    background-color: #ffffff00 !important;
    color: #000 !important;
}

a.horeke {
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.megamenu .row {
    display: block !important;
}

.menu .megamenu {
    width: 300px;
}

.megamenu .menu-title a:hover,
.megamenu .menu-title a,
.megamenu .menu li a{
    border-bottom: none !important;
}

.price-box .old-price {
    color: #b2b8bc !important;
}


.main-label.sale-label span {
    color: #fff;
    background: #b2b8bc;
    padding: 4px 10px;
    width: 135px;
    display: block;
    margin-bottom: 15px;
    border-radius: 7px;
}

.fixed .main-nav {
    width: 100% !important;
}

.fixed ul.menu.sf-arrows.custom-bg.sf-js-enabled {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
}

footer ul.links.text-black a:hover {
    color: #505050;
}

footer .socials a {
    margin: 0 10px;
    transition:400ms;
}

footer .socials a i {
    transition:400ms;
}


footer .socials a:hover i {
    background:#343a40;
}

footer .socials nav{
    justify-content:center;
}

/**** 20-03-2021-end ****/



.product-default h2.product-title a {
    text-align: center !important;
    display: flex;
}


.menu .megamenu {
    display: none;
    position: absolute;
    top: 100%;
    right: unset !important;
    left: unset !important;
    padding: 1rem;
    z-index: 999;
    overflow-y: scroll;
    height: 550px;
}


.menu .megamenu::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .menu .megamenu::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  .menu .megamenu::-webkit-scrollbar-thumb {
    background: #ababab;
    border: 0px none #ffffff;
    border-radius: 64px;
  }
  .menu .megamenu::-webkit-scrollbar-thumb:hover {
    background: #929292;
  }
  .menu .megamenu::-webkit-scrollbar-thumb:active {
    background: #575757;
  }
  .menu .megamenu::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  .menu .megamenu::-webkit-scrollbar-track:hover {
    background: #ffffff;
  }
  .menu .megamenu::-webkit-scrollbar-track:active {
    background: #ffffff;
  }
  .menu .megamenu::-webkit-scrollbar-corner {
    background: transparent;
  }
  

  .product-default.banners figure{
    text-align:center;
  }

  .product-default.banners figure strong{
    font-size:18px;
    color:#000
  }
  
  img.footer-payments {
    width: 100%;
    height: 35px;
    object-fit: contain;
}


/*** no-price-content ***/

.no-price-contact.row {
    display: flex;
    align-items: center;
    height: 75px;
}

.no-price-contact.row a{
    margin:0 3px;
}

span.no-price {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.no-price-title.row,
.no-price-contact.row {    
margin-left: 0;
}

/*** no-price-content-end ***/

a.btn-icon.btn-add-cart.quick-buy-shopping-cart {
    display: flex;
    justify-content: center;
}
