@import "custom/settings.css";
@import "custom/geral.css";
@import "custom/headerv2.css";
@import "custom/breadcrumbs.css";
@import "custom/shop.css";
@import "custom/product.css";
@import "custom/brands.css";
@import "custom/contact.css";
@import "custom/personalArea.css";
@import "custom/cart.css";

@import "custom/all.css";

#scrollUp{
   background-color:white;
   box-shadow: 3px 3px 7px 0px #00000075;
}
#cartbubble{
   line-height: 40px;
   font-size: 18px;
   width: 150px;
   height: 40px;
   color: white;
   right: 20px;
   bottom: 10px;
   text-align: center;
   overflow: hidden;
   border-radius: 50px;
   z-index: 9811 !important;
   background-color:#3498de;
   box-shadow: 3px 3px 7px 0px #00000075;
}
#cartbubble:hover{
   background-color: white;
   color:#e14a81;
}

.cart-table-content table tbody > tr td{
   padding-bottom: 20px !important;
}

.clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li > a{
   text-transform: none !important;
}

.breadcrumb-content ul li a{
   text-transform: none !important;
}

img.mfp-img{
   background-color: #FFF !important;
   margin: 40px auto !important;
   padding: 0px !important;
}

.c-brand-individual{
   text-align: center;
   margin-bottom: 60px;
}

.c-brand-individual img{
   width: auto;
}

.product-details-content .product-details-social-wrap .product-details-social a.facebook{
   color: #3b5999 !important;
   border-color: #3b5999 !important;
}

.product-details-content .product-details-social-wrap .product-details-social a.twitter{
   color: #55acee !important;
   border-color: #55acee !important;
}

.product-details-content .product-details-social-wrap .product-details-social a.whatsapp{
   color: #25D366 !important;
   border-color: #25D366 !important;
}

.product-details-content .product-details-social-wrap .product-details-social a.linkedin{
   color: #0a66c2 !important;
   border-color: #0a66c2 !important;
}

.product-details-content .product-details-social-wrap .product-details-social a:hover.facebook{
   color: #FFF !important;
   background-color: #3b5999 !important;
}

.product-details-content .product-details-social-wrap .product-details-social a:hover.twitter{
   color: #FFF !important;
   background-color: #55acee !important;
}

.product-details-content .product-details-social-wrap .product-details-social a:hover.whatsapp{
   color: #FFF !important;
   background-color: #25D366 !important;
}

.product-details-content .product-details-social-wrap .product-details-social a:hover.linkedin{
   color: #FFF !important;
   background-color: #0a66c2 !important;
}

/* Big Screen */
@media screen and (min-width: 1920px) {

   #c-calltoation-section, .c-home-icons-cont, .kids-instagram-pt{
      max-width: 1920px;
      margin-left: auto;
      margin-right: auto;
   }

   .c-heaverv2-bottom:after{
      height: 90px !important;
   }

}
