﻿.mr-5 {
	margin-right: 5px;
}

.ml-5 {
	margin-left: 5px;
}

.w-100 {
	width: 100px;
}

.w-150 {
	width: 150px;
}

.w-250 {
	width: 250px;
}

.topBar {
	background-color: #d32f2f;
	font-size: 13px;
	padding: 5px;
	color: white;
}

.topBar ul {
	margin: 0;
}

.topBar ul li {
	line-height: 42px;
}

.topBar a {
	color: white;
	text-decoration: none;
}
.topBar a:hover {
	color:blue;
}

.text-primary {
	color: #0cd4d2;
}

.topBar ul.topBarNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topBar ul.topBarNav li {
	position: relative;
	display: inline-block;
	margin-right: -4px;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.topBar ul.topBarNav li:last-child {
	border-right: none;
}

.topBar ul.topBarNav li a {
	display: block;
	padding-left: 12px;
	padding-right: 12px;
}

.topBar ul.topBarNav li ul {
	background-color: #ffffff;
	position: absolute;
	top: 42px;
	right: 0;
	z-index: 9999;
	font-size: 13px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

.topBar ul.topBarNav li ul li {
	display: block;
	line-height: 30px;
	width: 100%;
	border: none;
}
.topBar ul.topBarNav li ul a {
	font-size: 13px;
}
.topBar ul.topBarNav li a {
	display: block;
	padding-left: 12px;
	padding-right: 12px;
}

.topBar .dropdown-menu>li>a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #878c94;
	font-size: 15px
}

.topBar .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #00BCD4;
	text-decoration: none;
	background-color:blue;
}


/*CART/////////////////////*/

.cart-items::-webkit-scrollbar {
	width: 6px;
	background-color: #ECECEC;
}

.cart-items::-webkit-scrollbar-track {}

.cart-items::-webkit-scrollbar-thumb {
	background-color: #084951;
	outline: 1px solid black;
}

.topBar ul.topBarNav li ul.cart .cart-items {
	padding: 10px;
	height: 200px;
	overflow: auto;
}

.topBar ul.topBarNav li ul.cart .cart-items .items {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topBar ul.topBarNav li ul.cart .cart-items .items li {
	overflow: hidden;
	clear: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.topBar ul.topBarNav li ul.cart .cart-items .items li .product-image {
	width: 60px;
	float: right;
}

.topBar ul.topBarNav li ul.cart .cart-items .items li a {
	margin: 0;
	padding: 0;
	line-height: normal;
	background-color: transparent;
	display: inline;
}

.topBar ul.topBarNav li ul.cart .cart-items .items li .product-details {
	position: relative;
	margin-left: 60px;
	padding: 0 15px 0 10px;
}

.topBar ul.topBarNav li ul.cart .cart-items .items li .product-details .close-icon {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	line-height: normal;
}

.topBar ul.topBarNav li ul.cart .cart-footer {
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.02);
}

.topBar ul.topBarNav li ul.cart .cart-footer a {
	text-align: center;
	padding: 10px 20px;
	margin: 0;
	background-color: transparent;
}


/*/////////////////////////middleBar//////////////////////*/

.middleBar {
	padding: 10px 0 0 0;
	margin: 0;
	min-height: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (min-width: 767px) {
	.display-table {
		display: table;
		width: 100%;
	}
	.vertical-align {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.grid-space-1 div[class*="col-"] {
		padding: 0 1px;
	}
}

@media (max-width: 767px) {
	div[class^="col-"] {
		margin-bottom: 30px;
	}
}

.middleBar .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.form-control.input-lg {
	font-size: 15px;
}

.middleBar .btn.btn-default {
	color: #ffffff;
	background-color: #0cd4d2;
	border: 1px solid #0cd4d2;
	border-radius: 0px;
}

.middleBar .header-items .header-item {
	display: inline-block;
}

.middleBar .header-items .header-item a {
	position: relative;
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.08);
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	color: #35404f;
}

.middleBar .header-items .header-item a sub {
	position: absolute;
	bottom: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #0cd4d2;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	color: #ffffff;
	font-size: 9px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.middleBar .header-items .header-item a:hover {
	background-color: #0cd4d2;
	color: #ffffff;
}


/*/////////////////////////navbar-default///////////////*/

.navbar-default {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	margin-bottom: 0;
	border: none;
	direction: rtl;
	text-align: right;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #0cd4d2;
	background-color: transparent;
}

.navbar-default .dropdown-menu {
	padding: 0;
	font-size: 12px;
	background-color: #ffffff;
	color: #878c94;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	float: right;
	direction: rtl;
	text-align: right;
}

.dropdown-menu>li>a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #878c94;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover {
	color: #0cd4d2;
}


/***********************
     megaDropMenu
////////////////////////////*/

.navbar-default .container {
	position: relative;
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu {
	position: static;
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
	width: 100%;
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu li ul li:first-child {
	padding: 20px 0px 5px 15px;
	font-size: 16px;
	text-transform: uppercase;
	/* text-align: center; */
	color: #0cd4d2;
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu li ul li a {
	display: block;
	color: #878c94;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 15px;
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu li ul li a:hover {
	color: #00BCD4;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.02);
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu img {
	display: block;
	max-width: 100%;
	padding: 20px;
}

.dropdownMy {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	border: dotted 1px black;
	border-radius: 5px;
	padding: 10px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 16px 10px 10px;
	z-index: 1;
}

.dropdownMy:hover .dropdown-content {
	display: block;
}


/* Switch button */

.btn-default.btn-on.active {
	background-color: #5BB75B;
	color: white;
}

.btn-default.btn-off.active {
	background-color: #DA4F49;
	color: white;
}

.btn-default.btn-on-1.active {
	background-color: #006FFC;
	color: white;
}

.btn-default.btn-off-1.active {
	background-color: #DA4F49;
	color: white;
}

.btn-default.btn-on-2.active {
	background-color: #00D590;
	color: white;
}

.btn-default.btn-off-2.active {
	background-color: #A7A7A7;
	color: white;
}

.btn-default.btn-on-3.active {
	color: #5BB75B;
	font-weight: bolder;
}

.btn-default.btn-off-3.active {
	color: #DA4F49;
	font-weight: bolder;
}

.btn-default.btn-on-4.active {
	background-color: #006FFC;
	color: #5BB75B;
}

.btn-default.btn-off-4.active {
	background-color: #DA4F49;
	color: #DA4F49;
}

h3.h3 {
	text-align: center;
	margin: 1em;
	text-transform: capitalize;
	font-size: 10px;
}


/********************* Shopping Demo-4 **********************/

.product-grid4,
.product-grid4 .product-image4 {
	position: relative
}

.product-grid4 {
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
	transition: all .3s ease 0s
}

.product-grid4:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.product-grid4 .product-image4 a {
	display: block
}

.product-grid4 .product-image4 img {
	width: 100%;
	height: auto
}

.product-grid4 .pic-1 {
	opacity: 1;
	transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-1 {
	opacity: 0
}

.product-grid4 .pic-2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-2 {
	opacity: 1
}

.product-grid4 .social {
	width: 180px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease 0s
}

.product-grid4 .social li {
	display: inline-block;
	opacity: 0;
	transition: all .7s
}

.product-grid4 .social li:nth-child(1) {
	transition-delay: .15s
}

.product-grid4 .social li:nth-child(2) {
	transition-delay: .3s
}

.product-grid4 .social li:nth-child(3) {
	transition-delay: .45s
}

.product-grid4:hover .social li {
	opacity: 1
}

.product-grid4 .social li a {
	color: #222;
	background: #fff;
	font-size: 17px;
	line-height: 36px;
	width: 40px;
	height: 36px;
	border-radius: 2px;
	margin: 0 5px;
	display: block;
	transition: all .3s ease 0s
}

.product-grid4 .social li a:hover {
	color: #fff;
	background: #16a085
}

.product-grid4 .social li a:after,
.product-grid4 .social li a:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #000;
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	padding: 0 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px
}

.product-grid4 .social li a:after {
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -22px;
	z-index: -1
}

.product-grid4 .social li a:hover:after,
.product-grid4 .social li a:hover:before {
	opacity: 1
}

.product-grid4 .product-discount-label,
.product-grid4 .product-new-label {
	color: #fff;
	background-color: #16a085;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 45px;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 15px;
	transition: all .3s
}

.product-grid4 .product-discount-label {
	left: auto;
	right: 10px;
	background-color: #d7292a
}

.product-grid4:hover .product-new-label {
	opacity: 0
}

.product-grid4 .product-content {
	padding: 10px
}

.product-grid4 .title {
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 2px;
	transition: all .3s ease 0s
}

.product-grid4 .title a {
	color: #222
}

.product-grid4 .title a:hover {
	color: #16a085
}

.product-grid4 .price {
	color: #16a085;
	font-size: 15px;
	font-weight: 700;
	margin: 0 2px 15px 0;
	display: block
}

.product-grid4 .price span {
	color: #909090;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: line-through;
	text-align: left;
	vertical-align: middle;
	display: inline-block
}

.product-grid4 .add-to-cart {
	border: 1px solid #e5e5e5;
	display: inline-block;
	padding: 10px 20px;
	color: #888;
	font-weight: 600;
	font-size: 14px;
	border-radius: 4px;
	transition: all .3s
}

.product-grid4:hover .add-to-cart {
	border: 1px solid transparent;
	background: #16a085;
	color: #fff
}

.product-grid4 .add-to-cart:hover {
	background-color: #505050;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

@media only screen and (max-width:990px) {
	.product-grid4 {
		margin-bottom: 30px
	}
}


/* Removes the default 20px margin and creates some padding space for the indicators and controls */

.carousel {
	padding: 0;
	margin: 0;
}


/* Reposition the controls slightly */

.carousel-control {
	left: -12px;
	background-color: white;
}

.carousel-control.right {
	right: -12px;
	background-color: white;
}


/* Changes the position of the indicators */

.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}


/* Changes the colour of the indicators */

.carousel-indicators li {
	background-color: white;
}

.carousel-indicators .active {
	background-color: white;
}

