body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background: #eff2f3;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #4a8efd;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#mobile-search {
	margin-bottom: 10px;
}
#mobile-search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#mobile-search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}

@media (max-width: 478px) {
	/*#cart .dropdown-menu {
		width: 100%;
	}*/
	#cart .dropdown-menu {
	    width: 290px;
	}
}
#cart .dropdown-menu {
    min-width: 100%;
    float: none !important;
    border: 0px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu.empty_cicart {
	padding: 0px;
}
.cart_here .empty_here, #cart .dropdown-menu.empty_cicart .empty_here{
    width: 290px;
    height: auto !important;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

#menu {
	border-radius: 4px;
}
#menu div.dropdown-inner > ul.list-unstyled {
	display: block;
}
#menu div.dropdown-menu {
	margin-left: 0 !important;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-inner {
	display: block;
}
#menu .dropdown-inner a {
	width: 100%;
	color: #fff;
}
#menu .see-all {
	margin-top: 0;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
}

#menu .dropdown-menu a:hover,
#menu .dropdown-menu ul li a:hover {
	background: rgba(0, 0, 0, 0.1);
}

#menu .dropdown.open .dropdown-menu {
	display: block;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:#133444;
    border-top: 1px solid #ddd;
    color: #575757;
    margin-bottom: 51px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	padding-top: 0px;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	background-color: #fff;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 2px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}



/*Mobile Theme*/
body {
	position: relative;
}
header {
    padding: 6px 0px;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #4b8fff;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 1px 2px rgba(0,0,0,0.15);
    background-image: linear-gradient(to bottom left, #4b8fff, #2873ef);
}
header #cart .btn.btn-default, header .search_here .btn, .menu_toggle_here .btn, .menu_toggle_here .navbar-toggler, header .right_bar_menu ul .wish_here a{
    position: relative;
    background: transparent;
    border: 0px;
    box-shadow: none;
    color: #fff;
    padding: 0px 14px;
    height: 21px;
    width: 23px;
    display: block;
}
header .right_bar_menu ul{
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 10px;
}
header li{
    display: inline-block;
}
header li .dropdown-menu li{
    display: block;
}
header #cart span#cart-total, header .right_bar_menu ul .wish_here a span{
	position: absolute;
    left: 21px;
    top: -6px;
    background: #ff5668;
    height: 16px;
    width: 16px;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}
.col-xs{
	padding: 0px;
}
.footer_menu .col-xs {
    float: none;
    display: inline-block;
    width: 24%;
}
.footer_menu .col-xs-6.col-xs {
    float: none;
    display: inline-block;
    width: 48% !important;
}
.right_bar_menu {
	text-align: right;
}
.left_bar_menu{
	text-align: left;
}
.cart_here, .search_here, .menu_toggle_here{
	display: inline-block;
}
header #logo {
    margin: 0px;
    padding: 1px 0px;
}
header #logo img{
    /* width: 166px;*/
    margin: auto;

}

.menu_toggle_here{
	padding: 0px 0px;
}
.menu_toggle_here .navbar-toggler {
    display: block;
    height: 23px;
}
.menu_toggle_here .menu_toggle {
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 31px;
    position: relative;
    transition: all 0.2s ease 0s;
}
.menu_toggle_here .menu_toggle:before, .menu_toggle_here .menu_toggle:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background: #fff;
    border-radius: 31px;
    top: -5px;
    left: 0px;
    transition: all 0.2s ease 0s;
}
.menu_toggle_here .menu_toggle:after {
    top: 5px;
}
#mobile-search {
	position: fixed;
    width: 100%;
    background: #cbeef1;
    padding: 5px 7px;
    border-radius: 0px;
    position: fixed;
    bottom: -80px;
    z-index: 9999;
    box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15);
    border: 0px;
    margin: 0px;
    transition: all 0.2s ease 0s;
}
#mobile-search.open_search{
	bottom: 54px;
}
#mobile-search input{
	box-shadow: none;
    background: #fff;
    height: auto !important;
    padding: 6px 15px !important;
    border: 1px solid #e2edf5;
    border-radius: 4px;
    border-right: 0px;
    border-radius: 4px 4px 4px 4px !important;
    height: 38px !important;
    font-size: 14px;
}
#mobile-search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    text-shadow: none;
    background: transparent;
    border: 0px solid #e2edf5;
    color: #3b2a84;
    padding: 0px;
    position: absolute;
	top: 3px;
    box-shadow: none;
    right: 0px;
    display: block;
    display: block;
    padding: 6px 15px !important;
}
#mobile-search .btn-lg i{
	height: 0px !important;
    padding: 0px;
}
#mobile-search input, #mobile-search .btn-lg {

    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar.right_side {
    border-radius: 0px;
    background: transparent !important;
    border: 0px !important;
    position: fixed;
    height: 100%;
    /* width: 100%; */
    top: 0px;
    z-index: 99999;
}
.bg_shodow_menu:before {
    top: 0px;
    background: #00000040 !important;
    z-index: 9999;
    content: '';
    position: absolute;
    height: 100%;
    width: 5000px;
    left: 0px;
    bottom: auto;
    display: none;
}
.navbar.right_side .navbar-collapse {
    position: fixed;
    left: 0px;
    top: 0;
    z-index: 999999;
    height: 100%;
    width: 280px;
    background: #f3f6ff;
    padding: 0px;
	padding: 14px 0px;
    padding-bottom: 81px;
}

.bg_shodow_menu {
    overflow-x: hidden;
    overflow-y: auto;
}
.bg_shodow_menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.show_menu .bg_shodow_menu {
	display: block;
}
.navbar-nav {
    margin: 5px 10px;
}
#menu .nav > li {
	margin-bottom: 7px;
}
#menu .nav > li > a {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 3px;
    text-shadow: none;
    color: #443e5f;
    font-weight: 500;
    box-shadow: 0 7px 19px rgb(15 15 15 / 17%);
	font-size: 13px;
	font-weight: 600;

}
#menu .nav > li > a:hover, #menu .nav > li > a:focus, #menu .nav > li > a:hover, #menu .nav > li.open > a{
    background: #4b8fff;
    border-radius: 8px;
    color: #ffffff;
}
#menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgb(99 158 255);
    border-radius: 4px;
}

#menu .dropdown-menu {
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
    float: none;
}

#menu .nav > li > a .total_products {
  font-size: 13px;
  font-weight: normal;
}
#menu .nav li a.link-image img {
    padding: 10px;
    margin-right: 10px;
}
#menu .nav li a.link-image {
    padding: 0;
    overflow: hidden;
}

.currency_languge .dropdown-menu{
    float: left !important;
    position: absolute !important;
    top: 30px !important;
}
.currency_languge .dropdown-menu .btn-group-vertical>.btn, .currency_languge .dropdown-menu .btn-group>.btn {
    position: relative;
    float: none;
    width: 100%;
}
#menu .dropdown-inner a {
    width: 100%;
    color: #fff;
}
#menu .see-all {
	margin-top: 0;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
}
.close_here {
    position: fixed;
    right: -51px;
    background: #fff;
    height: 38px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    width: 38px;
    text-align: right;
    line-height: 35px;
    bottom: 99px;
    z-index: 999999;
    cursor: pointer;
    padding: 0px 10px;
    transition: all 0.3s ease-in !important;
    padding: 0px;
    text-align: center;
    display: none;
}
.close_here.open_button {
    right: 13px;
}
.navbar.right_side .navbar-collapse{
	left: -400px;transition: all 0.3s ease-in !important;
}
.navbar.right_side:before {
	display: none;transition: all 0.3s ease-in !important;
}
.show_menu .bg_shodow_menu:before{
	display: block;
}
.show_menu.navbar.right_side .navbar-collapse{
	left: 0px;
	overflow-x: scroll !important;
}



/*footer_menu */
.footer_menu {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15);
}
.footer_menu p{
	margin: 0px;
}
.footer_menu .single_step{
    padding: 7px 0px;
    display: inline-block;
	color: #747794;
}
.footer_menu .single_step:hover{
	color: #4b8fff;
}
.searchin_footer{
	position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.searchin_footer a{
    border: 0px;
    padding: 0px;
    border-radius: 50px;
}
.searchin_footer a i {
    border: 0px;
    background: #4b8fff;
    border-radius: 51px;
    height: 28px;
    width: 28px;
    line-height: 28px !important;
    color: #fff;
    transition: all 0.2s ease 0s;
    box-shadow: 0 6px 10px rgb(0 0 0 / 38%);
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.searchin_footer a:hover {
    color: #fff;
    background: transparent;
}
.searchin_footer .search_here.open_click .fa-search{
	display: none;
}
.searchin_footer .search_here .fa-times{
	display: none;
}
.searchin_footer .search_here.open_click .fa-times{
	display: block;
    height: 30px;
    width: 30px;
    line-height: 30px !important;
}
.margin_only{
	margin-bottom:15px;
}
.home_slider .owl-wrapper-outer, .product_category .owl-wrapper-outer{
	    margin: 0px;
    border: 0px;
    box-shadow: none;
}
.product_category {
    background: #e0f0f5;
    padding: 15px 0px;
    margin-bottom: 0px;
}
.product_category .image_product{
	background: #fff !important;
}
html body .title_here.text-center h4{
	text-align: center;
	float: none !important;
}
.product_section{
	padding-top: 15px;
	padding-bottom: 15px;
}
.product_category .image_product {
    height: 55px;
    width: 55px;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(36, 36, 36, 0.05);
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin: auto;
    border-radius: 63px;
    overflow: hidden;
    padding: 6px;
}
.product_category .image_product img{
	margin: auto;
}
.product_category .owl-carousel {
    margin: 0px;
    background: transparent;
}
.product_category .single_product_category .category_name {
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
}

.product_category .single_product_category .category_name span{
	display: block;
}
.product_category .single_product_category a {
    color: #474747;
    font-size: 13px;
    text-align: center;
    line-height: 18px !important;
    display: block;
}
.product_category .single_product_category a:hover {
	color: #ff5668;
}
.owl-carousel .owl-buttons div i {
    font-size: 16px;
    margin: -20px 0 0;
}
.product_category .owl-carousel .owl-buttons div {
    opacity: 1;
}
.product_category .owl-carousel .owl-buttons div i {
    font-size: 20px;
    margin: -20px 0 0;
    color: #4b8fff;
    height: 21px;
    width: 21px;
    text-align: center;
    line-height: 21px;
    border-radius: 5px;
    box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
    background-color: hsla(0,0%,100%,.98);
}
.product_category .owl-controls .owl-buttons .owl-prev,
.product_category .owl-controls .owl-buttons .owl-next{
    left:0;
    top: -33px;
    bottom: auto;
    height: 15px;
}
.product_category .owl-controls .owl-buttons .owl-next{
    left:auto;
    right: 0px;
}
.title_here {
	margin-bottom: 10px;
}
.title_here h4, #content h1, #content h2, .allinone h3{
	margin: 0px;
	margin-bottom: 6px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 10px;
}
.allinone h3{
    font-size: 17px !important;
}
#content h1 {
	margin-bottom: 10px;
}

#content h3 {
    font-size: 15px;
}
.header_height{
	min-height: 50px;
}
.product_rows .product-thumb {
    border: 0px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.product_rows .product-thumb .image {
    background: #f6f9ff;
    border-radius: 4px;
    overflow: hidden;
    padding: 6px;
    border-radius: 4px 0px 0px;
}
.product_rows{
	padding: 0px 10px;
}
.product-thumb .caption {
    padding: 0 11px;
    min-height: auto;
}
.product_rows .product-layout{
	padding: 0px 5px;
}
.caption {
	text-align: center;
}
.product-thumb .caption h4 {
	margin-bottom: 5px;
}
.product-thumb .caption h4 a {
    color: #324f7e;
    line-height: 19px;
    font-weight: 500;
    font-size: 13px;
}
.product-thumb:hover .caption h4 a {
    color: #ff5668;
}
.product-thumb .addtocart_position:hover {
	background-color: #ff5668;
}
.product-thumb .addtocart_position{
	background: #317fff;
    border: 0px;
    padding: 6px 15px;
    display: block;
    border-radius: 8px 4px;
    color: #fff;
    margin: auto;
    margin-top: 10px;
}
.product-thumb .wish_list_position{
	position: absolute;
    top: 9px;
    right: 13px;
    background: transparent;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #005cf3;
}

.wish_list_position:hover{
    color: #fff;
    background: #4b8fff;
}
.owl-controls .owl-page span {
    width: 8px !important;
    height: 8px !important;
}
.owl-controls .owl-page.active span {

    background: #4b8fff !important;
}
.owl-controls .owl-pagination {
    top: 0px !important;
}
footer .panel, footer .panel-default>.panel-heading{
	background: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
}
footer .panel-default>.panel-heading{
	padding:0px 0px;
}
footer .panel-default .panel-heading a {
    color: #fff;
    display: block;
    position: relative;
    font-size: 13px;
    padding: 10px;
    background: transparent;
    border-radius: 0px;
    font-weight: 500;
    border-bottom: 1px solid #ffffff14;
}
footer .single_panel:last-child .panel-heading a {
    border-bottom: 0px solid #ffffff14 !important;
}
footer .col-xs:nth-child(even) .panel-default .panel-heading a{
	margin-left: 0px;
}
footer .col-xs:nth-child(odd) .panel-default .panel-heading a{
	margin-right: 0px;
}

footer .panel-default .panel-heading a:hover{

    background: #ffffff0d;
}
footer .logo_here a {
    display: inline-block;
}
footer .panel-body {
    padding: 0px 10px;
}
footer .panel-body li{
    padding: 3px 0px;
}
footer .panel-body li a{
	    color: #f5f5f5;
    display: block;
}
footer .panel-default .panel-heading a:before{
	position: absolute;
	content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    right: 10px;
}
#menu .nav > li a.dropdown-toggle:before {
    position: absolute;
    content: "+";
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
}
#menu .nav > li.dropdown.open a.dropdown-toggle:before {
    content: "-";
}
.navbar-nav>li, .navbar-nav {
    float: none;
}
.copy_right{
	text-align: center;
    color: #fff;
    margin: 0px;
    padding: 5px 1px 15px;
}
.special_section .product-layout {
	width: 100%;
}
.special_section .product-layout .product-thumb{
	padding: 10px;
}
.special_section .product-layout .product-thumb .image{
	float: left;
    width: 29%;
    padding: 0px;
}
.special_section .product-layout .product-thumb .caption {
    min-height: auto;
    float: left;
    text-align: left;
    width: 58%;
}
.special_section .product_buttons{
	text-align: left;
    float: right;
    margin-top: 40px;
    width: 13%;
}
.special_section .product_buttons .addtocart_position{
    float: right;
    margin: 0px;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    padding: 0px;
    line-height: 30px;
}
.special_section .product-layout .price{
	margin: 0px;
}
.special_section .product_buttons .addtocart_position span {
	display: none;
}
.special_section .product-thumb .wish_list_position{
    right: 15px;
    top: 10px;
}
.special_section .product-thumb .caption h4 {
	margin-top: 0px;
}
#cart.open > .btn:hover {
    color: #fff;
}
.special_banner .single-banner {
	margin-bottom: 15px;
}
.view_all_button{
	float: right;
}
.view_all_button a{
	background: #4b8fff;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
}
.product_section .title_here h4 {
    float: none;
    text-align:center;
}
.our-sponser .owl-wrapper-outer{
	border: 1px solid #ededed;
    box-shadow: none;
    padding: 2px 0px;
}
.cart_here .dropdown-menu {
    text-align: center;
    background: #fff !important;
}
.cart_here .empty_here{
	width: 235px;
	margin: auto;
}
.cart_here .dropdown-menu .btn-danger{
	background: #4a8efd;
    border: 0px;
    padding: 4px 7px;
    border-radius: 30px;
}
ul.breadcrumb {
    background: transparent;
    border: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 13px;
    position: relative;
}
ul.breadcrumb>li a {
    color: #90a4ae;
    font-size: 13px;
}
.breadcrumb>li {
    display: inline-block;
}
ul.breadcrumb>li:after {
    border-right: 1px solid #90a4ae;
    border-bottom: 0px solid #DDD;
    -webkit-transform: rotate(-0deg);
    -moz-transform: rotate(-0deg);
    -o-transform: rotate(-0deg);
    transform: rotate(0deg);
    top: 2px;
    right: -3px;
    width: 2px;
    height: 16px;
}
ul.breadcrumb>li:last-child:after {
    border-right: 0px solid #DDD;
}
.input-group-addon {
    color: #000;
    text-align: center;
    background-color: #c0d8ff;
    border: 1px solid #c0d8ff;
}
.form-control {
	box-shadow: none;
}
.thumbnails .thumbnail {
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
}
.image-additional a {
    border: 1px solid #dfebff;
}
.nav-tabs>li>a {
    background: #f8f8f8;
}
.nav-tabs li a{
    border: 0px solid #4b8fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #4b8fff;
    border: 0px solid #4b8fff;
    border-bottom-color: transparent;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
}
.tab-content p {
    line-height: 24px;
}
/*.btn-primary, .btn-default{
	    background-image: linear-gradient(to bottom, #4b8fff, #4b8fff);
    background-repeat: repeat-x;
    border-color: #4b8fff;
    color: #fff;
}*/
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #4585ee;
}
.form-control{
	height: auto;
    padding: 7px 20px;
    border-radius: 0px;
    border: 1px solid #a5a8c5;
}
.both_product_button {
	margin-bottom: 10px;
}
.product_description li {
    padding: 3px 0px;
}
#tab-review .table-bordered>tbody>tr>td, #tab-review .table-bordered>tbody>tr>th, #tab-review .table-bordered>tfoot>tr>td, #tab-review .table-bordered>tfoot>tr>th, #tab-review .table-bordered>thead>tr>td, #tab-review .table-bordered>thead>tr>th {
    border: 0px solid #ddd;
}
#tab-review .table-bordered {
    border: 0px solid #000;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f9ff;
}
#tab-review .fa-stack{
	color: #ffc259;
}
#tab-review .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e8f1ff;
}
.footer_social a{
	padding: 6px 8px;
    display: inline-block;
}
.online_carts i{
    font-size: 24px;
    color: #fff;
}
.currency_languge {
    padding: 20px 10px;
    background: #68a1ff;
    background-image: linear-gradient(to bottom left, #4b8fff, #2873ef);
    margin: 10px;
    margin-top: 0px;

    border-radius: 10px;
}
.currency_languge .menu_logo{
	margin-bottom: 15px;
}
.currency_languge .menu_logo img{
	text-align: center;
    margin: auto;
    height: 50px;
}
.currency_languge .pull-left {
    width: 48%;
    text-align: center;
    text-shadow: none;
    color: #443e5f;
}
.currency_languge.one_available .pull-left{
	width: 98% !important;
}
.currency_languge .pull-left .btn {
    padding: 5.5px 7px;
}
.currency_languge .btn-link {
    background: #ffffff30;
    color: #fff;
    border-radius: 4px;
}
.currency_languge .dropdown-menu .btn-link {
    background: #4787f0;
    color: #fff;
    border-radius: 4px;
}

.currency_languge .dropdown-menu .btn-link {
    border-radius: 0px;
    text-align: left;
}
.currency_languge .dropdown-menu {
    padding: 0px 0;
}
.currency_languge .dropdown-menu {
    left: -43px;
    min-width: 140px !important;
}
.currency_languge span.hidden-xs, .currency_languge span.hidden-sm, .currency_languge span.hidden-md, .currency_languge span.hidden-lg {
	display: inline-block !important;
}


/*Loader*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4b8fff;
	z-index: 999999;
}

.preloader .dots{
	position: absolute;
    top: 0px;
    bottom: 0px;
    height: 15px;
    margin: auto;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
}
.preloader .dots .dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    background: #FFF;
    -webkit-animation: dot-dot-dot 1.4s linear infinite;
    animation: dot-dot-dot 1.4s linear infinite;
}

.preloader .dots .dot:nth-child(2) {
	animation-delay: .2s
}

.preloader .dots .dot:nth-child(3) {
	animation-delay: .4s
}

@keyframes dot-dot-dot {
	0%,
	100%,
	60% {
		-webkit-transform: initial;
		-ms-transform: initial;
		transform: initial
	}
	30% {
		-webkit-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		transform: translateY(-25px)
	}
}
/*Loader Complate*/

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
#mobile-search .input-group-addon, #mobile-search .input-group-btn {
    width: 0%;
}
.all_banner_not_owl {
	text-align: center;
}
.all_banner_not_owl a {
	display: block;
}
.all_banner_not_owl img {
	margin: auto;
	margin-bottom: 15px;
	display: inline-block;
}
.alert-success {
    color: #10765f;
    background-color: #abffec;
    border-color: #5fffdb;
}
.panel-title {
    font-size: 13px;
}
.panel-body .btn {
	margin-bottom: 10px;
}

#content {
    min-height: auto;
}

/* width */

::-webkit-scrollbar {
	width: 3px;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #b8b8b8 !important;
	border-radius: 2px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #8a8383 !important;
}

.live_cart_fixed {
    position: fixed;
    top:-500px;
    width: 100%;
    background: #cbeef1;
    padding: 7px 7px;
    transition: all 0.5s ease 0s;
    box-shadow: 0px -6px 24px rgba(0, 0, 0, 0.13);
    z-index: 999;

}
.live_cart_fixed .both_btn {
    width: 100%;
    margin: auto;
    text-align: center;
}
.live_cart_fixed .both_btn .live_demo {
    float: none;
    /* width: 150px; */
    margin: 0px 5px;
    display: inline-block;
}
.live_cart_fixed .live_demo .btn.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2b7bff;
    background-repeat: repeat-x;
    padding: 7px 20px;
    border: 0px;
    background-image: inherit;
    display: inline-block;
    width: auto;
}
.live_cart_fixed .live_demo .btn.btn-primary i {
	padding-right: 5px;
}
.live_cart_fixed.open_here{
    top:51px;
}
.btn-default{
	    background-image: inherit;
    border: 0px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}
.input-group .form-control {
	border: 0px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}
.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: #2b7bff;
    background-repeat: repeat-x;
    border: 0px;
    background-image: inherit;
}

.left_side.footer_social {
    left: 6px;
}
.right_side.footer_social {
    left: auto;
    right: 6px;
}
.footer_social.center {
    position: fixed;
    top: 34%;
    z-index: 999;
    background: #ffffffd9;
    border-radius: 10px;
    padding: 10px 6px;
    box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    border: 1px solid #ddd;
}


.footer_social.center a {
    padding: 6px 8px;
    display: block;
    color: #4b4b4b;
}
.footer_social.center a:hover {
    color: #000;
}

header.fixed_no{
    position: absolute;
}
header .container {
	position: relative;
}
footer .panel-body ul{
	padding:0px;
	padding-left: 10px;
	padding-top: 10px;
}
footer .panel-body li {
    padding: 3px 0px;
    color: #fff;
    list-style: none;
}
footer .logo_here{
	text-align: center;
	margin-bottom: 5px;
}
.footer_side.footer_social a{
	border-radius: 55px;
    height: 30px;
    width: 30px;
    background: #ffffff2b;
    padding: 0px;
    line-height: 31px;
    color: #fff;
}
.footer_side.footer_social {
	margin-bottom: 10px;
}
.center_position_logo {
    width: 59%;
    float: none;
    margin: auto;
}
.left_position_menu {
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0px;
    margin: auto;
    height: 23px;
}
.right_position_menu {
    position: absolute;
    right: 16px;
    top: 0px;
    margin: auto;
    bottom: 0px;
    height: 16px;
}


/* layout Design*/
.layout_menu_menuicon header .left_bar_menu .search_here {
	display: none;
}
.layout_menu_menuicon header .left_bar_menu .menu_toggle_here {
	display: block;
}
.layout_menu_searchicon header .left_bar_menu .search_here {
	display: block;
}
.layout_menu_searchicon header .left_bar_menu .menu_toggle_here {
	display: none;
}
.layout_menu_searchicon header .left_bar_menu .search_here  a{
	padding: 2px 0px;
}
.layout_menu_searchicon .footer_menu .menu_icon_buttom, .layout_menu_logoleft .footer_menu .menu_icon_buttom{
    position: absolute;
    bottom: 100px;
    right: 14px;
}
.layout_menu_searchicon .footer_menu .menu_icon_buttom .navbar-toggler, .layout_menu_logoleft .footer_menu .menu_icon_buttom .navbar-toggler{
	padding-left: 0px !important;
    background: transparent;
    text-align: center;
    padding: 0px;
    border-radius: 45px;
    padding-right: 0px;
    height: 34px;
    width: 35px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 27%);
    border:0px;
    position: relative;
    border: 1px solid #265fff;
}
.layout_menu_searchicon .footer_menu .menu_icon_buttom .navbar-toggler:before, .layout_menu_logoleft .footer_menu .menu_icon_buttom .navbar-toggler:before{
	background-image: linear-gradient(135deg, #0d04b2 0%, #0d04b2 12.5%, #1119b6 12.5%, #1119b6 25%, #142eb9 25%, #142eb9 37.5%, #1843bd 37.5%, #1843bd 50%, #1c57c0 50%, #1c57c0 62.5%, #206cc4 62.5%, #206cc4 75%, #2381c7 75%, #2381c7 87.5%, #2796cb 87.5%, #2796cb 100%);
    content: '';
    position: absolute;
    transition: all 0.5s ease 0s;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    border-radius: 40px;
    background-size: 200% 100%;
}
.layout_menu_searchicon .footer_menu .menu_icon_buttom .navbar-toggler:hover:before, .layout_menu_logoleft .footer_menu .menu_icon_buttom .navbar-toggler:hover:before{
	background-position: 100% 0;
}
.layout_menu_searchicon .menu_toggle_here .menu_toggle, .layout_menu_logoleft .menu_toggle_here .menu_toggle {
    width: 12px;
    height: 2px;
    margin: auto;
}
.layout_menu_searchicon .menu_toggle_here .menu_toggle:before, .layout_menu_searchicon .menu_toggle_here .menu_toggle:after,  .layout_menu_logoleft .menu_toggle_here .menu_toggle:before, .layout_menu_logoleft .menu_toggle_here .menu_toggle:after {
    width: 9px;
}
.layout_menu_searchicon .footer_menu .menu_icon_buttom .navbar-toggler:hover, .layout_menu_logoleft .footer_menu .menu_icon_buttom .navbar-toggler:hover{
    border: 1px solid #265fff;
}
/*.layout_menu_searchicon .close_here {
    bottom: 120px;
    top :auto;
}*/
.layout_menu_logoleft header #logo img {
    margin-left: 0px;
}
.layout_menu_logoleft header .left_position_menu {
	display: none;
}
.layout_menu_logoleft header .center_position_logo {
	margin-left: 0px;
}

/*.special_cidesign_section .product-thumb .image {
    background: #f3f3f3;
    padding: 0px;
    border-radius: 0px;
    height: 50px;
    width: 50px;
    margin: auto;
    border-radius: 120px !important;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}
.special_cidesign_section .product-thumb {
    -webkit-box-shadow: none;
    box-shadow:none;
	background: transparent;
	border: 1px solid #ededed;
    border-radius: 6px;
    padding-top: 30px;
    padding-bottom: 18px !important;
}
.special_cidesign_section .product-thumb .caption h4 a {
    font-size: 12px;
    font-weight: 600;
}
.special_cidesign_section .product-thumb .addtocart_position{
	border-radius: 40px;
    font-size: 12px;
    padding: 4px 16px;
    margin: 0px;
    position: absolute;
    bottom: 2px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.special_cidesign_section .product-thumb .addtocart_position i{
    font-size: 12px;
}
.special_cidesign_section .product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    position: absolute;
    top: 9px;
    left: 7px;
    font-size: 12px;
}
.special_cidesign_section .product-thumb .price-new, .special_cidesign_section .product-thumb .price-default {
    font-weight: 600;
    font-size: 14px;
}*/


.home_slider.owl-carousel .owl-buttons div i {
    font-size: 19px;
    margin: 0px 0 0;
}
.home_slider.owl-carousel .owl-controls .owl-buttons .owl-prev, .home_slider.owl-carousel .owl-controls .owl-buttons .owl-next {
    top: 43%;
}

.ciproduct_carousel .product-thumb {
    box-shadow: 0 3px 11px rgb(0 0 0 / 7%);
    margin-bottom: 10px !important;
}
.ciproduct_carousel .nav-tabs {
    background: transparent !important;
}
.shopcategory_section .title_here h4 {
	    margin-bottom: 11px;
}
.ciproduct_carousel .owl-carousel {
	 background: transparent !important;
}

.empty_here {
    padding: 20px 0px;
}
*{
    text-shadow: none;
}
.footer_side.footer_social a:hover {
    background: #ffffff47;
}
.small_description h2{
	margin-bottom: 15px !important;
}
.small_description{
	text-align: center;
}
.small_description img{
	border: 4px solid #0505051c;
    border-radius: 0px;
	margin-bottom: 10px;
}
.small_description p{
	margin-bottom:15px;
}
.ci_product_match_height .product_rows .product-thumb{
	overflow: inherit;
}
.ciproduct_carousel .product-thumb .addcart_button .btn_ci_danger span{
	display:none;
}
@media (max-width: 767px) {
    .ciproduct_carousel .product-thumb .image .image_btns {
        padding-bottom: 7px;
        height: auto;
    }
    .ciproduct_carousel .product-thumb {
       margin-bottom:10px
    }
    .ciproduct_carousel .product-thumb .caption h4 a {
        line-height: 19px;
    }
    .ciproduct_carousel .product-thumb .image .btn_ci_default {
        margin: 0px 2px;
    }
}



.cart_here #cart .dropdown-menu li:first-child {
    overflow: scroll;
    height: 230px;
}
#cart .dropdown-menu {
	    padding-right: 0px !important;
}
.modal-dialog {
    margin: 64px 0px;
}

.minicart-name {
    width: 30%;
}

.snProduct .snProductIN {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #f9f9f9;
    margin-bottom: 15px !important;
}
  
.snProduct p{
    margin-bottom: 0px;
}
   
.snProduct .btn{
    padding: 7px 7px;
    border:0px;
}
   
.snProduct input{
    padding: 7px 7px;
    min-width: 34px;
}
   
.snProduct .cart-margin-zero {
    margin: 0;
}
   
.snProduct .cart-padding-zero {
    padding: 0px;
}
   
.snProduct .cart-padding {
    padding: 0 5px;
}
   
.snProduct .cart-margin-five {
    margin:5px 0 0 0;
}
   
.snProduct .cart-button-group {
    max-width: 200px;
    margin-bottom: 5px;
}

.footer_menu .fa-whatsapp {
    width: 25px;
    height: 25px;
    background: #08a939;
    line-height: 25px;
    border-radius: 250px;
    color: #fff;
}