@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600');
@font-face {
	font-family: 'Domaine Sans Display Regular';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: local('Domaine Sans Display Regular'), url('../fonts/domaine-sans-display/Domaine Sans Display Regular.woff') format('woff');
}
@font-face {
	font-family: 'brandon_textregular';
	src: url('../fonts/brandon-text/brandontext-regular-webfont.woff2') format('woff2'),
	url('../fonts/brandon-text/brandontext-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.font-brandontext-16 {
	font-family: 'brandon_textregular', sans-serif;
	font-size: 16px !important;
	font-weight: normal;
	text-transform: uppercase;
}
.font-domainsansdisplay-20 {
	font-family: 'Domaine Sans Display Regular', sans-serif;
	font-size: 20px;
	font-weight: normal;
}
.font-domainsansdisplay-28 {
	font-family: 'Domaine Sans Display Regular', sans-serif;
	font-size: 28px;
	font-weight: normal;
}
.font-nunito-16-light {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px !important;
	font-weight: 200;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */

/* Override the bootstrap defaults */
h1 {
	font-family: 'Domaine Sans Display Regular', sans-serif;
	font-size: 36px;
	/* background: #272727; */
	/* color: #fff; */
	/*padding: 10px;*/
	text-align: center;
}

h2 {
	font-family: 'Domaine Sans Display Regular', sans-serif;
	font-size: 28px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	text-align: justify;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
h4 > a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color:#333;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	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: 13px;
}


ul.top-menu li a {
	color: #fff;
}

ul.top-right-cart li a {
	color: #fff;
}

ul.top-right-cart li {
	color: #fff;
}


.dropdown-menu{
	padding: 0 !important;
}
.dropdown-menu>li{
	width: 100% !important;
	padding: 0 !important;
}
.dropdown-menu>li>a {
	padding: 4px 30px;
    font-weight: 600;
}
.dropdown-menu>li>a:hover{
background: #56638b !important;
}
.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;
}

text-hide {
	font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

#product div.required .control-label{
	
	font-size: 21px;
	margin-top: 2%;
	margin-bottom: 2%;
}

#product div.required .control-label:before {
	content: '';
	color: #F00;
	font-weight: bold;
}

#product > div.form-group {
	margin-bottom: 30px;
}

.error-highlight {
	margin-top: 90px;
    background: yellow;
    margin-right: 50%;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
	margin-bottom: -60px;
}

.in-stock {
	color: white;
    background: green;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
}

.out-of-stock {
	color: white;
    background: red;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
}

/* header css */
header .col-sm-3{
	padding-top: 2%;
	padding-bottom: 2%;
}
/* 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;
	transition: width 0.5s ease-in;
}
/* top  fbe4e6*/
#top {
	background-color: #f50e22;
	color: #363636;
	font-weight: 600;
	border-bottom: 1px solid #f50e22;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
	text-align: center;
	padding-top: 7px;
	text-transform: uppercase;
	color: white;
    font-weight: bold;
    font-size: 1.8rem;
}
#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;
}
#logo .img-responsive {
	margin: auto;
}

.header-logo {
	margin: auto;
    display: block;
    width: 30%;
}
/* menu option ul */

.menu-options{
	list-style: none;
}

.menu-options li 
{
	float: left;
	width: auto;
	padding:0% 3% 0% 3%;	

}


/* search */
#search {
	margin-bottom: 10px;
	/* background: #FFF; */
	z-index: 4;
}
#search .input-lg {
	width: 20px;
	background-color: #a99b9b;
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	display: block;
	border: none;
	cursor: pointer;
	color: #333;
	padding-left: 60px;
	box-shadow: none;
	transition: width 0.2s ease-in;
	font-size: 16px;
}
#search .input-lg:focus
{
	outline: none;
}

#search > #searchIcon
{
	position: absolute;
	cursor: pointer;
	width: 20px;
	color: #080808;
	z-index: 5;
	margin: 12px;
}

#search > #searchSubmit
{
	position: absolute;
	z-index: 5;
	cursor: pointer;
	margin-left: -55px;
	margin-top: 10px;
	color:#333;
	visibility: hidden;
}

#search .fa-close
{
	position: absolute;
	z-index: 5;
	cursor: pointer;
	margin-left: -24px;
	margin-top: 10px;
	color:#333;
	visibility: hidden;
}

#search .fa-times-circle-o
{
	position: absolute;
	z-index: 5;
	cursor: pointer;
	margin-left: -24px;
	margin-top: 10px;
	color:#333;
	visibility: hidden;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	background: #272727;
	border: none;
	outline: none;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	/* color: #333; */
	background: #fff;
	border: 1px solid #ffffff;
	box-shadow: none;
	outline: none;
	padding: 0;
}
#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 a {
	color: #fff;
}

#product .radio:hover {
	background-color: #dadde1;
	/* color: white; */
}

.mintpay-logo {
	height: 27px;
}

.mintpay-logo-list-view {
	height: 18px;
	margin-bottom: 3px;
}

.koko-logo {
	height: 27px;
}

.koko-logo-list-view {
	height: 16px;
	margin-bottom: 5px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
		left: -21em;
		width: 29em !important;
	}

	#top .container {
		/* font-size: 0.9em; */
		font-size: 1.4rem;
		padding: 10px 10px 5px 10px;
	}

	body .noscroll {
		overflow:hidden;
		position:fixed;
	}

	.product-thumb .caption h4 a {
		font-size: 12px;
	}

	.product-grid .product-thumb .caption {
		padding: 0;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#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;
	font-size: 16px;
}


/* logo */

.logo{
	width: 30%;
}
@media (max-width: 478px) {
	.logo{
		width: 100%;
	}
}
/* menu */


#menu {
	background-color: #FFF;
	background-repeat: repeat-x;
	min-height: 40px;
}

#menu .nav > li > a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	padding: 10px 10px 10px 12px;
	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;
	width: 730px;
	background: #F3F3F3;
	border-bottom: 2px solid #414141;
}

#menu .dropdown-menu .menu-content{
	width: 60%;
	float: left;
	padding: 1% 0 1% 0;
}

#menu .dropdown-menu .menu-image
{
	width: 40%;
	padding: 2%;
	float: left;
}
#menu .dropdown-inner {
	width: 100%;
}
#menu .dropdown-inner ul {
	/* display: table-cell; */
	width: 100%;
}
#menu .dropdown-inner a {
	font-size: 16px;
	min-width: 160px;
	display: block;
	padding: 5px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	background: none;
}
#menu .dropdown-inner p a:hover{
	background:#56638b;
	color: #FFF;
}
#menu .dropdown-inner li a:hover {
	color: #FFF;
	background:#56638b;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	text-decoration: underline;
	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;
}

.navbar{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#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 .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}

	.product-grid .product-thumb .caption {
		padding: 0 0px;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0px 0 4px 0;
	padding: 16px 0px 0px 0px;
	background: #fff;
	font-size: 16px;
}
.breadcrumb i {
	font-size: 16px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -3px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}

.col-md-4 .btn-default{
	background: #fff;
	border: none;
	box-shadow: none;
	outline: none;
	color: #c2c2c2;
	font-size: 18px;
}


/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 6px 20px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	/*height: 40px;*/
}
.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: 13px;
}
.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;
    font-size: 15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-primary {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	background-color: #272727;
	/* border-color: #272727 #272727 #272727; */
	/*border-radius: 0px;*/
	/*font-size: 16px;*/
	border: 2px solid black;
	font-size: 15px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #272727;
	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;
	font-size: 15px;
}
.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;*/
	border: 2px solid #bd362f;
	border-radius: 0px;
	font-size: 15px;
}
.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;
	font-size: 15px;
}
.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;
}
.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 15px;
	min-height: auto;
	text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

.product-thumb .caption h4 a
{
	color:#333;
}
@media (max-width: 1200px) and (min-width: 768px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
	text-align: center;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
	text-align: center;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}

#product-caption {
	width: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	font-size: 13px;
}

}
.product-thumb .rating {
	padding-bottom: 10px;
}
.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;
	color:#f52950;
	
}
.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: #fff;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.carousel-control.left,.carousel-control.right
{
	background: none;
}
@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;
	height: 40px;
	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,.thumbnails_productImg {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li,.thumbnails_productImg > li {
	margin-left: 20px;
}
.thumbnails,.thumbnails_productImg {
	margin-left: -20px;
}
.thumbnails > img,.thumbnails_productImg > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.thumbnails .image-additional,.thumbnails_productImg .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;
	}
	.container
	{
		width: 90%;
	}
}

@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;
	min-height: 38px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.input-group .form-control[name^=password] {
	min-height: 38px;
	margin-top: 1px;
}

.input-group .form-control[name^=coupon] {
	min-height: 38px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.input-group .form-control[name^=voucher] {
	min-height: 38px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/* 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;
}



/* sara code starts here */



/* garden section  */
.garden-party-con 
{
	padding: 0;
}
.garden-party-con .col-md-4 {
    padding: 2%;
    background: #fff;
}
.garder-party-img {
    height: auto;
    padding: 0;
}
.gar-content {
    height: auto;
	background: #f4f4f4;
	padding-bottom: 4%;
}

.gar-content p {
    width: 80%;
	padding-top: 5%;
	font-size: 13px;
    line-height: 1.8em;
    margin: auto;
}


/* whishlist */

.wishlist
{
	position: absolute;
	left: 88%;
	color:#dc4a4a;
	top: 3%;
}

/* trending section */
.trending
{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
h2{
	text-align: center;
	margin-top: 3%;
	margin-bottom: 3%;
	letter-spacing: 2px;
}
.trending > .col-md-3 {
    padding: 2%;
    float: left;
}

.in-post {
    width: 23%;
    background: #f4f4f4;
    margin: 1%;
    float: left;
}

.in-post > img{
	width: 100%;
}

.trending > .col-md-3 >h4
{
	text-transform: uppercase;
	text-align: center;
	padding:4%;
}

.trending a h4{
	text-align: center;
	text-transform: uppercase;
}

.btn-cart
{
	background: #fff;
	border: none;
	box-shadow: none;
	padding: 0;
}
#slideshow1{
	display: none !important;
}

#carousel0 .owl-pagination
{
	display: none;
}

#column-left .list-group a
{
border:none;
}
.category-filter{
	border-bottom: 1px solid #C7C8CA;
}
.category-filter ul
{
	list-style: none;
	padding-left:5%;
}
.category-filter ul li {
	padding: 2% 0 2% 0;
}
.category-filter ul li .control-checkbox{
	font-size: 14px;
}


#cart .dropdown-menu
{
	background: #fff;
	border-radius: 0px;
	top: 3em;
	width: 75em;
}
#cart .dropdown-menu li{
	padding: 2%;
}

.thumbnail{
	border: none;
}

.color
{
	width: 20px;
	height: 20px;
	float: left;
	border-radius: 55px;
}

.sizes{
	list-style: none;
	margin-bottom: 15%;
	padding:0;
	
}

.sizes li
{
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	float: left;
	margin-right: 2%;
	border: 1px solid #333;
}
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{
	border-radius: 4px;
	background-color: #fff;
	/*height: 40px;*/
	font-size: 15px;
}

/*Start of qty style */

.qty .input-qnty{
	/*width: 100px;*/
	color: #000000;
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	padding: 0 2px;
	min-width: 35px;
	text-align: center;

	border: 0;
	width: 2%;
}

.qty .plus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: white;
	width: 30px;
	height: 30px;
	font: 30px/1 Arial,sans-serif;
	text-align: center;
	border-radius: 50%;
	background-color: #0b0b0b;
}
.qty .minus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: white;
	width: 30px;
	height: 30px;
	font: 30px/1 Arial,sans-serif;
	text-align: center;
	border-radius: 50%;
	background-clip: padding-box;
	background-color: #0b0b0b;
}

.minus:hover{
	background-color: #ff5722 !important;
}
.plus:hover{
	background-color: #ff5722 !important;
}

.qty-span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input:disabled{
	background-color:white;
}

/*End of qty style*/

.product-title {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 24px;
}

.product-price {
	padding-top: 0;
	padding-bottom: 0;
	color: #555555;
	font-weight: bold;
	margin: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 24px;
	margin-bottom: 3%;
}


/*End of product page styles*/

#content .col-xs-6
{
    /*padding: 5px;*/
	display: flex;
	flex-direction: column;
}

#product_img .carousel-inner .item img{
	margin: auto;
}

.product-thumbnails{
	display: block;
	/*width: 57%;*/
    margin: auto;
}

.product-thumbnails li,.product-thumbnails .image-additional a{
	border: none;
	margin-top: 2%;
	padding: 0;
}
.product-thumbnails .image-additional{
	width: auto;
	height: auto;
}
.login-container{
	background:url('/image/catalog/Hero-Login-DT.jpg') no-repeat; 
	background-size: cover;
	float:left; 
	min-height:1400px; 
	max-width:1201px;
}	


.register-container .form-horizontal .control-label{
	text-align: left;
}

.register-container label
{
	/* text-transform: uppercase; */
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #686868;
}

.register-title{
	background: #231f20;
    padding: 12px;
    color: #fff;
}
legend{
	padding: 10px;
	background: #f2f2f2;
}

.login-or-register
{
	background: #f8f8f8;
	box-shadow: 2px 2px 2px #eaeaea;
    padding: 15px;
}

.table-order-list>caption+thead>tr:first-child>td, 
.table-order-list>caption+thead>tr:first-child>th, 
.table-order-list>colgroup+thead>tr:first-child>td, 
.table-order-list>colgroup+thead>tr:first-child>th, 
.table-order-list>thead:first-child>tr:first-child>td, 
.table-order-list>thead:first-child>tr:first-child>th{
	background: #e2e7f6;
	color:#000;
	text-align: left;
	padding: 1%;
}
.table-order-list>tbody>tr>td, .table-order-list>tbody>tr>th, .table-order-list>tfoot>tr>td, .table-order-list>tfoot>tr>th, .table-order-list>thead>tr>td, .table-order-list>thead>tr>th{
	padding: 1%;
	font-size: 14px;
	text-align: left;
}

.order-content{
	padding: 1%;
    box-shadow: 2px 2px 2px #dedede;
	margin-bottom: 2%;
	background: #f8f8f8;
}

/*56638b*/
.table-order-list>tbody>tr:hover{
	background: #ff91a4;
    color: #fff;
}

/* account list */

.account-list{
	float: left;
	width: 100%;
	margin-bottom: 2%;
}

.account-list li{
	width: 50%;
	float: left;
	padding:1%;
	font-size: 16px;
}
.account-list li a {
	margin-left: 5% ;
}

.account-list li:hover{
	background: #f6f6f6;
}
.account-list p {
	padding-left: 47px;
    padding-top: 1%;
    color: #8c8c8c;
}

#column-right{
	margin-top: 20px;
}

#column-right .list-group a{
	border: none
}

.cart-badge{
	background: #56638b;
	position: absolute !important;
	top:-37% !important;
}

#slideshow_product .owl-item{
	display: flex;
	justify-content: center;
}

#slideshow_product  .owl-pagination
{
	display: none;
}

input[type=checkbox] {
    opacity: 0;
    position: absolute;
}

/* Some basic styling for alignment and more */
input[type=checkbox], input[type=checkbox] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

/* CSS Pseudo class "before" to show checkbox/radio box. Will be attached to every label adjacent to input checkbox.*/
input[type=checkbox] + label:before{
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
	margin-right: 10px;
	margin-left: 10px;
    text-align: center;
    font-size: 12px;
    padding: 4px 0;
    color: #d8d8d8;
    transition: color .4s;
    border: 1px solid #333;
}

/* Tick inside checkbox. I am using Font-awesome's tick, but you can use plain unicode tick */
/* or any other symbol you want. */
input[type=checkbox] + label:before {
    content: '\f00c';
    border-radius: 2px;
}


/* Styles when checkbox/radio is checked */
input:checked + label:before {
    background: #56638b;
	color: #FFF;
	border: 1px solid #56638b;
}

/* Styles when checkbox/radio is disabled  */
input[type=checkbox][disabled] + label:before + label:before {
    color: #d0d0d0;
    background: #bfbfbf;
    border: 1px solid #656b64;
}

/* checkbox css */

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #000000;
}
.control-radio .control_indicator {
    border-radius: 0;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #fff;
}

.control input:checked ~ .control_indicator {
    background: #4e4e4e;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #4e4e4e;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.owl-wrapper-outer{
	box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}


.btn-add-to-cart
{
	width: 48%;
	border-radius: 0;
	background-color: #212121;
	color: #fff;
	font-weight: bold;
	float: left;
	font-size: 18px;
}

.btn-add-to-cart:hover {
	color: salmon;
}

.btn-size-chart-close
{
	/* width: 48%; */
	border-radius: 0;
	background-color: #212121;
	color: #fff;
	font-weight: bold;
	float: right;
	font-size: 18px;
}

.btn-size-chart-close:hover {
	color: salmon;
}

.we-will-wrap
{
	margin-left: 5%;
}

.give-a-gift
{
	background: #f4f4f4;
    width: 100%;
	margin-top: 20%;
	margin-bottom: 5%;
    padding: 2%;
}

.give-a-gift > h3 {
	text-transform: uppercase;
	font-weight: bold;
	/*font-size: 14 !important;*/
	margin-top: 10px;
	margin-left: 8%;
}

.btn-find-in-store
{
	float: left;
	width: 48%;
	margin-top: 0 !important;
	background-color: #fff;
	color:#212121 ;
	border-radius: 0;
	margin-left:2%;
	font-weight: bold;
	font-size: 18px;
}
/* account list ends */
@media (max-width: 768px) {
	.dropdown,#menu #category {
		display: none;
	}
	.navbar-collapse
	{
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 5;
		top: 0%;
		padding: 0;
	}
	.navbar-header{
		position: absolute;
		top: -7em;
		left: 0;
	}
	#search .input-lg{
		background: #f9f9f9;
	}
	#search{
		margin-left: 0;
	}
	.fa-bars{
		font-size: 20px;
		margin-top: 70%;
	}
	.fa-shopping-cart,.fa-heart,.fa-exchange{
		font-size: 20px;
	}
	.navbar-toggle {

		/* padding: 0 ;  */
		/* margin-top: 0; */
		margin-right: 0;
		/* margin-bottom: 0; */
		/* border-radius: 0; */

	}
	.navbar-nav{
		width: 100%;
		position: absolute;
		height: 100vh;
		margin: 0;
		background: #eee;
		overflow-y: scroll;
	}

	.navbar-nav li{
		font-size: 14px;
		font-weight: 500;
		/*padding: 5px 0 5px 0;*/
		/* border-bottom: 1px solid #333; */
	}
	#menu .nav > li > a{
		border-bottom: 1px solid #dedede;
	}

	.login-mobile
	{
		width: 90%;
		padding: 15px 30px;
		height: 50px;
		position: relative;
		background: #F9F9F9;
		text-align: center;

		cursor: pointer;
		font-size: 1.4em;
		text-transform: uppercase;
		font-weight: 400;
	}

	.mob-close{
		height: 50px;
		width: 50px;
		background: #000;
		color: #fff;
		/* padding: 12px; */
		text-align: center;
		padding-top: 4%;
		/*left: 88%;*/
		font-size: 25px;
		position: absolute;
		float: right;
		top: 0;
		right: 0;
		z-index: 5;
	}
	#menu div.dropdown-menu
	{
		height: 375px;
		position: relative;
		width: 100%;
	}

	#menu .nav .dropdown::after{
		content: "\f107";
		font-family: FontAwesome;
		/* content:url('/image/catalog/icons/arrow-15x15.png'); */
		height: 20px;
		width: 20px;
		padding: 5px;
		position: absolute;
		top: 24%;
		left: 90%;
	}
	
	


	#menu .nav .open::after{
		content:url('image/catalog/icons/icons8-expand-arrow-50.png');
	}

	#menu div.dropdown-menu .menu-image
	{
		display: none;
	}
	#menu .dropdown-menu .menu-content{
		width: 100%;
	}
	#menu .dropdown-inner ul{
		/* display: block; */
		width: 100%;
	}
	.list-unstyled li {
		border: none;
	}


	#menu .dropdown-inner a{
		color: #000000;
		padding-left: 10%;
	}
	#menu .dropdown-menu{
		border-bottom: none;
	}
	#menu div.dropdown-menu,#menu .nav > li > a:hover, #menu .nav > li.open > a{
		background: #fff;
	}

	.menu-options{
		list-style: none;
		position: absolute;
		top: -4em;
		left: 69%;
		margin: 0;
		width: 28%;
		padding: 9px 0;
	}
	.menu-options li{
		float: left;
		width: 50%;
		padding: 0% 5% 0% 5%;
	}
	#menu{
		background: none;
	}
	.search-con
	{
		position: absolute;
		top: 20%;
		background: #f9f9f9;
    	width: 100%;
	}
	#slideshow0{
		display: none !important;
	}
	#slideshow1{
		display: block !important;
	}


	.cart-dropdown li {
		width: 100%;
	}

	.product-thumbnails{
		display: none;
	}

	#product_img .carousel-inner{
		margin-bottom: 4%;
	}
	.account-list li{
		width: 100%;
	}

	h2 {
		margin-top: 8%;
	}

	.btn-add-to-cart {
		
		background-color: #212121;
		color: #fff;
		font-weight: bold;
		width: 48%;
		border-radius: 0;
		z-index: 10;
		font-size: 18px;

		/* position: fixed; */
		/* bottom: 0; */
		/* left: 0; */
		/* height: 60px; */
	}

	.btn-find-in-store {
		float: left;
		width: 48%;
		margin-top: 0 !important;
		background-color: #fff;
		color: #212121;
		border-radius: 0;
		margin-left: 2%;
		font-weight: bold;
		font-size: 18px;
	}

	
}

.web-banner
{
	display: inline;
}

@media (min-width: 768px) {

	.login-mobile,.mob-close,.web-banner{
		display: none;
	}




}

@media (min-width: 768px) and (max-width: 979px) {
	.navbar-collapse.collapse {
		overflow: visible;
	}
}

#product .product_radio{
	width: 0 ;
	visibility: hidden;
}

#product .radio{
	width: 42px;
	margin: 0% 1% 0% 0%;
	float: left;
	border: 1px solid #0b0b0b;
	height: 42px;
}

#product .radio label{
    padding-top: 10px;
	padding-bottom: 10px;
    width: 100%;
    text-align: center;
    padding-left: 0;
	font-size: 15px;
	font-weight: bold;
}

#product .radioColor{
	float: left;
}
#product .radioColor .lblcolor{
	text-align: left;
	padding: 0;
	border: none;
	width: auto;
	margin-bottom: 0%;
}

#product .radio input[type='radio']:checked + label {
	background: #2e2e2e;
	font-style: normal;
	color: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding-top: 10px;
} 

#product .radioColor input[type='radio']:checked + label img {
	border: 2px solid #eaeaea;
    border-radius: 55px;
    padding: 2px;
} 


.this-week-at-nils{
	margin-bottom: 5%;
}

.this-week-at-nils h3{
	width: 100%;
    line-height: 2em;
}

.this-week-at-nils .col-md-4 .col-md-12{
	margin:auto;
	margin-top: 36%;
	padding: 0;
}

.this-week-at-nils .col-md-4 .col-md-12 p {
    font-size: 13px;
    line-height: 1.7em;
}

.shopnow{
	font-size: 1.5em;
    line-height: 3em;
}

.blog-content{
	margin: -14% 8% 3%;
    position: relative;
	background: #e9cba0;
	text-align: center;
	padding-top: 8%;
	padding-bottom: 8%;
}
	
.ml-2
{
	margin-left:2%;
}

.product-size-model
{
	width: 60% !important;
}

.size-container
{
	display: flex;
}

.panel-default>.panel-heading
{
    color: #fff !important;
	background-color: #212121 !important;
	cursor: pointer;
}

.panel-title:hover{
	color: #fff !important;
}


.contact-us > h3{
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}


.contact-no{
	text-align: center;
    font-size: 24px;
	padding: 4%;
	letter-spacing: 3px;
    border: 2px solid;
	border-radius: 5px;
	
}

.contact-no > a {
	color: inherit;
}

.contact-no:hover{
	background: #303030;
	color: #fff;
}

.international > .contact-no
{
	padding: 20px !important;
}

@media (max-width: 768px) {

	.contact-us{
		padding: 0;
	}
	.contact-us > h3{
		font-size: 14px;

	}

	.international{
		padding: 4%;
	}

	.international > .contact-no
	{
		padding: 12px !important;
	}

	
	
	.contact-no{
		font-size: 14px;
	}


	.size-container
	{
		display: block;
	}

	.product-size-model
	{
		width: 95% !important;
	}

	#carousel0 {
		display: none !important;
	}

	.ml-2 {
		margin-left: 5%;
	}
	.this-week-at-nils{
		margin-bottom: 12%;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	.this-week-at-nils .col-md-4{
		order: 2;
	}
	.this-week-at-nils .col-md-4,.this-week-at-nils .col-md-8 {
		padding: 0;
	}

	.this-week-at-nils .col-md-4 .col-md-12{
		margin-top: 1%;
	}

	.this-week-at-nils h3{
		font-size: 2em;
		padding-bottom: 1%;
		border-bottom: 0.5px solid #d6d6d6;
	}

	.garder-party-img a {
		display: flex;
		flex-direction: column;
	}
	.gar-content{
		order: 2;
	}

	.work-wear-column-flex {
		display: flex;
		flex-direction: column;
	}

	.breadcrumb {
		/* margin: 15px 0 0px 0; */
		display: none;
	}

	.product-thumb h4 {
		height: 30px;
		overflow: hidden;
	}

	.product-thumb {
		margin-bottom: 0;
	}

	#content .col-xs-6 {
		padding: 5px !important;
	}

	.mobile-align-left {
		text-align: left !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.navbar-toggle{
		display: block;
	}
	.menu-options{
		
		list-style: none;
		position: absolute;
		top: -7em;
		left: 45em;
		/* right: 17px; */
		margin: 0;
		width: 100%;
		padding: 9px 0;

	}

	#content{
		margin-top: 13%;
	}

	.navbar-nav{
		width: 90%;
		position: absolute;
		height: 100vh;
		margin: 0;
		background: #fff;
	}

	.navbar-nav li{
		font-size: 14px;
		font-weight: 500;
		padding: 5px 0 5px 0;
		width: 100%;
		/* border-bottom: 1px solid #333; */
	}
	#menu .nav > li > a{
		border-bottom: 1px solid #dedede;
	}


	.login-mobile
	{
		width: 90%;
		padding: 15px 30px;
		height: 50px;
		position: relative;
		background: #F9F9F9;
		text-align: center;

		cursor: pointer;
		font-size: 1.4em;
		text-transform: uppercase;
		font-weight: 400;
	}

	.mob-close{
		height: 50px;
		width: 50px;
		display: block;
		background: #000;
		color: #fff;
		/* padding: 12px; */
		text-align: center;
		padding-top: 3%;
		left: 88%;
		font-size: 25px;
		position: absolute;
		float: right;
		top: 0;
		right: 0;
		z-index: 5;
	}

	#menu{
		display: block;
	}


 }
 

 @media (min-width: 300px) and (max-width: 350px) {
	.search-con{
		top: 22%;
	}
	.mob-close{
		height: 32px;
		width: 32px;
		background: #000;
		color: #fff;
		/* padding: 12px; */
		text-align: center;
		padding-top: 3%;
		/* left: 88%; */
		font-size: 25px;
		position: absolute;
		float: right;
		top: 0;
		right: 0;
		z-index: 5;
	}
 }

 @media (min-width: 1024px) and (max-width: 1100px) {
	.this-week-at-nils .col-md-4 .col-md-12{
		    margin-top: 0;
	}

	.this-week-at-nils h3{
		line-height: 45px;
	}
 }
 
 @media (min-width: 1100px){
	 
	.nav .navbar-nav{
		display: block;
	}
 }

.nils-header-text {
	font-size: 16px;
	font-weight: 600;
}

.work-wear-paragraph {
	line-height: 2;
	text-align: justify;
	margin-top: 20px;
}

.work-wear-column-title {
	margin-top: 0px;
	padding-top: 20px;
}

/* Start of Instagram Gallery */
/* Create four equal columns that sits next to each other */
.column {
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
  }
  
  .column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
  }


    
	.panelCartButton
	{
		z-index:100000; 
		height:80px; 
		position:fixed; 
		bottom:25%; 
		width:5%; 
		right: 2%;
		padding:1%; 
		-webkit-box-shadow:none; 
		background:transparent;
	}
	

	.mobile-card,.mobile-banner
	{
		display: none;
	}

	.desktop-card,.web-banner
	{
		display: block;
	}
	
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
	.column {
	  flex: 50%;
	  max-width: 50%;
	}
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
	.column {
	  flex: 100%;
	  max-width: 100%;
	}

	.mobile-card,.mobile-banner
	{
		display: block;
	}
	
	.desktop-card,.web-banner
	{
		display: none;
	}

	#content{
		margin-top:5%;
	}
  }

  /* End of Instagram Gallery */

  /* Start of Social Media Icon Styles */

.social-media-icons ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.social-media-icons a {	
	display: inline-block;
	text-decoration: none;
	padding: 6px;
}

.social-media-icons a:nth-child(1) i {
	color: #4267b2;
}

.social-media-icons a:nth-child(2) i {
	color: #3f729b;
}

.social-media-icons a:nth-child(3) i {
	color: #4099FF;
}

.social-media-icons a:nth-child(4) i {
	color: #b31217;
}

.social-media-icons a i:hover{
	color: #F3F3F3;
}

  /* End of Social Media Icon Styles */

  .fa-size-20px {
	  font-size: 20px;
  }

.account-items-row {
	padding-bottom: 5%;
}

.account-items-title {
	font-size: 1.3em;
	padding-bottom: 4%;
}

.account-items-desc {}

.account-item {
	padding-top: 5%;
	padding-bottom: 5%;
}

.social-login-items {
	/*display: flex;*/
}

.availability-in-stock {
	color: green;
    font-weight: bold;
}

.affix-top {
    /* Initial items */
}

.affix-bottom {
	/*top: 0;*/
	/*position: fixed;*/
}

.affix {
    top: 50px;
    right: 15px;
    position:fixed;
	z-index: 1000;
}


.checkout_btn,.checkout_btn:hover {
    background:#ef7c7c;
    border-color:#ef7c7c;
  }

.ctn_shopping,.ctn_shopping:hover
{
	background:#5ac79a;
    border-color:#5ac79a;
}

.btn-rounded
{
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 55%;
	padding:0;
	font-size: 24px;
	margin-bottom: 17%;
	box-shadow: 2px 2px 2px #bfbebfe3;
}

.btn-rounded i 
{
	margin-top: 22%;
}

@keyframes blinkingText {
	0%{		color: #fff;	}
	49%{	color: #fff;	}
	50%{	color: red;	}
	99%{	color:red;	}
	100%{	color: #fff;	}
}

@keyframes blinkingWhiteText {
	0%{		color: #000;	}
	49%{	color: #000;	}
	50%{	color: white;	}
	99%{	color:white;	}
	100%{	color: #000;	}
}

@keyframes colorChange {
    from {
        color: initial; /* Start with the initial color */
    }
    to {
        color: red; /* End with red */
    }
}


.blink {
	animation-name: colorChange;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-direction: alternate;
	font-weight: bold;

}

.border {
	border: solid red;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 5px;
    background: red !important;
    
    font-weight: 800 !important;

	animation:blinkingWhiteText 0.8s infinite;font-weight: bold;
}

.font-con
{
	width: 12%;
	height: 200px;
	justify-content: center;
	display: flex;
	float: left;
	background: #e67575;
	margin: auto;
	margin-left: 2%;
	/*margin-bottom: 2%;*/
}

.font-con > span {
	color: #fff;
	margin: auto;
	font-size: 5em;
}

.click-here {
	margin: auto;
	position: absolute;
	/* margin-bottom: 0; */
	margin-top: 145px;
	color: #fff;
	font-size: 1.5rem;
}

@media (max-width: 500px) {

	.font-con {
		width: 48%;
		height: 150px;
		float: left;
		margin-left: 2%;
		margin-bottom: 2%;
	}



	.description {
		margin-bottom: 16px;
		overflow: hidden;
		position: relative;
		height: 150px;
	}

	.description-show {
		height: auto;
	}

	.category-description-fade-out {
		position: absolute;
		bottom: 0;
		height: 50px;
		width: 100%;
		background: linear-gradient(hsla(0,0%,100%,0),#fff);
	}

	.description-more {
		margin-bottom: 16px;
	}

	.description-more-btn {
		height: 40px;
		width: 110px;
		cursor: pointer;
	}

	section-hidden {
		display: none;
	}

	.click-here {
		margin-top: 120px;
	}

}