.header-top {
	background: #22255F;
}

.header-top .info-box i{
	color:#fff;
}

.header-top .info-box h4{
	color:#fff;
}

.header-top .top-links a{
	color:#fff;
}

header .social-icon{
	color:#fff;
}

.menu-depart.opened {
  visibility: visible;
  height: auto!important;
}

.product-section2 .btn {
  padding: 10px 10px!important;
}

.inner-quickview figure .btn-quickview {
	background-color: #2B2964!important;
}

.wrapper{
	position: fixed;
	top: 30%;
	right: 1%;
	z-index:999999!important;
}

.toggle_button{
	width: 65px;
	height: 65px;
	background: #22255F;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.2s ease;
}
	
.toggle_button ul li a{
	display: flex;
	align-items: center;
	height: 65px;
	padding: 0 15px;
}

.toggle_button ul li a.share_btn{
	justify-content: center;
	cursor: pointer;
}

.toggle_button ul li a.share_btn .text{
	font-weight: 700;
	font-size: 24px;
    letter-spacing: 10px;
    color: #c73a5d;
    margin-right: 15px;
}

.toggle_button ul li a.share_btn .icon{
	width: 35px;
	height: 35px;
	background: #22255F;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	transition: all 1s ease;
}

.toggle_button ul li a .icon i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size:25px;
}

.toggle_button ul li a.sm .icon{
	position: relative;
	width: 35px;
	height: 35px;
	background: red;
	border-radius: 50%;
	margin-right: 15px;
}

.toggle_button ul li a .text{
	letter-spacing: 2px;
}

.toggle_button ul li a.facebook .icon{
	background: #3b5998;
}

.toggle_button ul li a.facebook .text{
	color: #3b5998;
}

.toggle_button ul li a.twitter .icon{
	background: #1da1f2;
}

.toggle_button ul li a.twitter .text{
	color: #1da1f2;
}

.toggle_button ul li a.instagram .icon{
	background: #c32aa3;
}

.toggle_button ul li a.instagram .text{
	color: #c32aa3;
}

.toggle_button ul li a.reddit .icon{
	background: #ff4500;
}

.toggle_button ul li a.reddit .text{
	color: #ff4500;
}

.toggle_button.active{
	height: 230px;
	width: 220px;
	border-radius: 10px;
	padding: 0 15px;
}

.toggle_button.active ul li a.share_btn .icon{
	transform: rotate(45deg);
}

.toggle_button ul li a.sm{
	visibility: hidden;
}

.toggle_button.active ul li a.sm {
    visibility: visible;
    transition-delay: 0.3s;
}

.main-nav .menu > li > a {
  font-size: 17px!important;
}