/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/

body {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	color: #666;
	font-size: 15px !important;
	line-height: 28px !important;
	width: 100%;

}

body.common-home {
	background:#ffffff url('../image/bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;    
}

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

legend {
	font-size: 18px;
	padding: 7px 0px;
}
label {
	font-size: 14px;
	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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
}
/* 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;
}

/* content */
#content {
	min-height: 600px;
}

.slideshow .slider-custom-dots .owl-dot.active {
    width:10px !important;
    background:#FF8485 !important;
}

/* footer */
footer {
	margin-top: 0px;
	padding: 20px 0px 10px;
	background-color: #293682;
	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-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0px;
	padding: 8px 0;
	border: 1px solid #ddd;
	visibility: hidden;
}
.breadcrumb i {
	font-size: 15px;
}
.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: -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;
}

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

}
.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;
	padding-top: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
}

@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: 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;
}
.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{
	display: flex;
}

.product-thumb .button-group button {
	width: 100%;
	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 {
	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) {
.slider-slideshow-description {
	top:0px !important;
}
	.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 > img {
	width: 100%;
}
@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;
}

.owl-nav > *{
	position: absolute;
	top: 0px;
	display: flex;
	justify-content: center;
	
	width: 24px;
	height: 100%;
}

.owl-nav > * > i{
	align-self: center;
	font-size: 18px;
}

.owl-nav > *:nth-child(1){
	left: 0px;
}
.owl-nav > *:nth-child(2){
	right: 0px;
}

.owl-dots{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 14px;
	left: 0px;
}

.owl-dots > *{
	display: inline-block;
	margin:  4px;
	vertical-align: top;
	background: #e1e1e1;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.owl-dots > *:hover, 
.owl-dots > *.active:hover,
.owl-dots > *.active{ 
	background: #999;
}

html .live-search .result-text{ 
	line-height: 34px; 
}

html .live-search ul{
	margin-bottom: 34px;
}

.gmap > div{
	height: 100% !important;
}

#ToTopHover {
	position: fixed; bottom: 40px; right: 50px;
	cursor: pointer;
	background: url('../image/backtotop.png') no-repeat left 0px; background-size: contain; width: 100px;height: 68px;display: block;overflow: hidden;float: left;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);}
	#ToTop {display: none;text-decoration: none;position: fixed; bottom: 40px;right: 50px;overflow: hidden;width: 100px;height: 68px;border: none;text-indent: -999px;background: url('../image/backtotop.png') no-repeat left top; background-size: contain;

}


/* -- ---   custom CSS Added By Mark --- ---- --*/
.header-container #enquiry>a .badge, .header-container #cart>a .badge {
    background: #EF4B4C !important;	
} 
.sm-blue a, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover {
	font-family: 'Poppins', sans-serif !important;
}
.header-container .header-menu #main-menu, .header-container .header-menu #main-menu a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600 !important;

}
.header-container .header-menu #main-menu a {
	padding-right: 2.5em !important;
	padding-left: 2.5em !important;
}
.header-container .header-menu #main-menu li:last-child a {
	padding-right: 	0px !important;
}
.header-container .header-menu #main-menu li.active a {
	font-weight: bold;
	color:#EF4B4C;
}

.category-row {
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
}
.category-row ul li {
	margin: -5px;
	padding: 0px;
}
.category-row ul.subcat li a, .category-row ul.subcat li a, .category-row ul.subcat li:last-child a, .category-row ul.subcat li:first-child a {
	color: #666 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.category-row  > ul.cat-menu > li > a {
	padding:10px 55px; 
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.black {
	color: #666 !important;
}

.category-row ul.cat-menu > li:first-child a {
	padding:10px 30px; 
	color: #fff;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.category-row ul.cat-menu > li:last-child a {
	padding:10px 25px; 
	color: #fff;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.newsletter-section {
  background: transparent url('../image/footer-bg.png') top center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0px !important;
  padding:8em 2em 8em 2em !important;
}
.newsletter-grid .mi-block input {
	background-color: transparent;
	border-radius: 30px;
	border: 2px solid #EF4B4C;
	padding: 1.6em 3em;
	margin-right: 1em;
	color: #fff;
	font-size:15px;
}
.mi-button .btn {
	margin-left: 10px;
}
.margin1em {
  margin:1em;
}
.nopadding {
  padding: 0px;
}
.nopaddingbot {
  padding-bottom: 0px;
}
.nopaddingtop {
  padding-top: 0px;
}
.nopaddingleft {
  padding-left: 0px;
}
.nopaddingright {
  padding-right: 0px;
}
.nomarginbot {
  margin-bottom: 0px;
}
.nomargintop {
  margin-top: 0px;
}
.paddingtop1em {
  padding-top: 1em;
}
.paddingtop2em {
  padding-top: 2em;
}
.paddingtop3em {
  padding-top: 3em;
}
.paddingtop4em {
  padding-top: 4em;
}
.paddingtop5em {
  padding-top: 5em;
}
.paddingtop7em {
  padding-top: 7em;
}
.paddingtop10em {
  padding-top: 10em;
}
.paddingbot1em {
  padding-bottom: 1em;
}
.paddingbot2em {
  padding-bottom: 2em;
}
.paddingbot3em {
  padding-bottom: 3em;
}
.paddingbot4em {
  padding-bottom: 4em;
}
.paddingbot5em {
  padding-bottom: 5em;
}

.paddingbot7em {
  padding-bottom: 7em;
}
.paddingbot10em {
  padding-bottom: 10em;
}
.padding5em {
  padding: 5em !important;
}
.padding4em {
  padding: 5em 5em 0em 5em;
}
.padding3em {
  padding: 3em;
}
.padding1em {
  padding: 1em;
}
.padding10tb {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nomargin {
  margin:0px;
}
.lh25 {
  line-height: 25px;
}
.lh35 {
  line-height: 35px;
}
.col-right {
    float:right; 
    margin: 0 auto;
}

.col-center{
 float: none;
 margin-right: auto;
 margin-left: auto;
}
.image-text-bot {
  vertical-align: text-bottom;
}
.allcaps {
  text-transform:   uppercase;
}

.dark-bg {
  background-color: #363636;
}
.gray-bg {
   background-color: #2e2e2e; 
}
.white-bg {
  background-color: #fff;
}
.white {
  color: #fff;
}
.gray {
  color: rgba(204, 204, 204, 1)
}
.medium {
  font-weight: 600; 
}

.bold {
  font-weight: 700;
}
.bolder {
  font-weight: 900;
}
.black {
  color: #222;
}

.left {
  float: left;
}

.right {
  float: right;
}
.lspace1px {
  letter-spacing: 1px;
}
.comforta {
	font-family: 'Comfortaa', cursive;
}
.mailchimp-integration .box-heading h3 {
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 3px;
	color: #fff;	
}
.mailchimp-integration .box-content {
	max-width: 600px;
}
.btn {
	border-radius: 30px !important;
	padding: 1.2em 4em !important;
	border:2px !important;
	letter-spacing: 1px;
    font-weight: bold;

}
.btn-primary {
	background-color: #BCA5CF;
	border-color: #BCA5CF;
}
.btn-primary:hover {
	background-color: #875aad;
	border-color: #875aad;
}



h2 {

    font-family: 'Comfortaa', cursive;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 3px;
    text-transform: capitalize !important;
    margin-bottom:20px !important; 
    color: #FCC295;
}
h2:not(.swal2-title)::after {
	display: none !important;
}
.text-left {
	text-align: left !important;
}
.section-space {
	padding: 0px !important;
}

body #footer-area {
	margin-top: 5em !important;
}
#hometab li a {
	padding: 10px 30px;
    color: #fff;
    border-radius: 30px;

    background:#F3A7C9;
}
#hometab {
	padding-top: 3em;
	padding-bottom: 3em;
}
.centered {
	margin:auto 0;
	left:0;
	right: 0;
}
.home-tab-pane {
	padding-top: 10em !important;
	padding-bottom:5em !important;
}
.product-block {
	border: 0px !important;
	background: transparent !important;
}
.contact-body>*:not(:last-child) {
	min-width: 100% !important;
}
.contact-body>*:not(:last-child):nth-child(even) {
	padding-left: 0px !important;
}
.form-control {
	height: 45px !important;
}
.padding30pxleft {
	padding-left: 30px;
}
.green {
	color:#34BD7D;
}
.pink {
	color:#F3A7C9;
}
.peach {
	color:#FF8485;
}
.blue {
	color:#5FAFF5;
}
.violet {
	color:#BA98D7;
}
.btn-blue {
	background-color:#5FAFF5;
	border-color: #5FAFF5;	
	color:#fff;
}
.btn-blue:hover {
	background-color:#5FAFF5;
	border-color: #5FAFF5;	
	color:#fff;
}

.btn-violet {
	background-color:#BA98D7;
	border-color: #BA98D7;	
	color:#fff;
}
.btn-violet:hover {
	background-color:#BA98D7;
	border-color: #BA98D7;	
	color:#fff;
}


.product-block .product-name {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
}
.product-block .product-details {
	font-size: 16px;
	padding-top: 0px;
}
.bottom-bg {
	background:#ffffff url('../image/bottom-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;	
}

.bg-description {
	background:transparent url('../image/slider-text-bg.png');
	background-repeat:no-repeat;
	background-size:100% auto;	
	background-position: center center;
}

.slider-slideshow-description-texts {
    width: 50%;
    left: 10%;
    margin: 0 auto;
    margin-top: 40%;
    margin-right: 10%;	
}


.bg-description {
	color:#293682;
  -webkit-text-fill-color: #293682; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-weight: bold;
      font-family: 'Comfortaa', cursive;
}
.deliverynotes {
    padding: 0px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
    font-weight: 300;
    text-align: center;
}

.socialshare {
    margin:10px 0px 20px 0px !important;
}

.bg-left {
	background:transparent url('../image/promotions.png');
	background-repeat:no-repeat;
	background-size:contain;	
	background-position: center center;
}
.bg-white {
	background:#fff;
}
.bg-right {
	background:transparent url('../image/clearance.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position: center center;
}
.product-button button {
	border-radius: 30px !important;
    padding: 1.2em 1.4em !important;
    border: 2px !important;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 15px;
}
.product-block .product-image-block {

}
a, a:focus, a:hover {
color: #666 ;	
}
.fixed-header {
	background:transparent url('../image/header-bg.png') !important;
	background-repeat:no-repeat !important;
	background-size:100% !important;
	box-shadow:none !important;
	padding-top:10px;

}
.header-logo img {
	width: 150px !important;
}
.slideshow {
	margin-top: -100px !important;
}

.search-custom .search-box {

    padding: 0px !important;
    border-top:0px !important;
    border-left:0px !important;
    border-right:0px !important; 
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
}
.search-custom .search-box input {
    flex: 1 1 auto;
    padding: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 30px !important;
   
}
.search-custom .search-box button {
    padding: 0px 0px 0px 14px !important;

}
.list-group-item {
	border:0px;
	background:transparent;
	padding:0px;
}
#side-price .ui-slider-range {
	background: #a9a5a5;
}
#side-categories .side-categories-level-1+.side-categories-level-1 {
	border:0px !important;
}
#side-categories .group .item .toggle, #side-categories .group .item.active+.sub {
	border:0px !important;	
}
#side-categories .item.active.level-1 a {
	color: #F3A7C9 !important;
}
#side-categories .item.active.level-2 a {
	color: #AAD9C3 !important;
}
#side-categories .item.level-3 a.active {
	color: #BA98D7 !important;
}
#side-categories .group .item a:hover {
    color:#fff !important;
}
#side-categories .level-2 a {
	text-indent: 12px;
}

#side-categories .level-3 a {
	text-indent: 22px;
}
#side-price .ui-slider-handle {
	background:#FF8485 !important;
}
.slider-slideshow-description {
	top:100px;

}
.slider-slideshow-description-texts {
	text-align: center;
}
/*.slider-slideshow-description-texts span {
	font-size: 16px !important;
	background:#F8B083;
	width: 80%;
	margin:0 auto;
}*/
.pagination>li>a, .pagination>li>span, .pagination>li:first-child>a, .pagination>li:first-child>span {
	border-radius: 30px !important;
	margin: 0px 5px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #FF8485;
	border-color: #FF8485;
}
.pagination>li>a, .pagination>li>span {
	color: #666;
}
.pagination {
	margin-top:2em;
}
.featured-module .slick-nav {
	width: 0px !important;
	background:transparent !important;
}
#product .form-group label {

}
.product-options .options {
	display: flex;
}
.product-options .options label {
	width: 100%;
}
.product-product #product {
	max-width: 500px !important;
}
.btn-qty {
	border-radius: 0px !important;
	padding: .9em 1em !important;
	border:2px !important;
	letter-spacing: 1px;
    font-weight: bold;
    background: #89E8BC;
    color: #fff;

}
.product-price {
    font-size: 21px;
    color:#F68A84;
}
.product-special-price {
    font-size: 21px;
    color:#F68A84;    
}
.old-price {
    font-size: 21px;
    color:#ddd;    
}
h2.swal2-title {
	color: #595959;
    font-size: 15px !important;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word;
}
.swal2-icon-text {
    font-size: 60px !important;
}
.product-details .label {
	background: transparent !important;
	color:#666;
    font-size: 16px;
    font-weight: 400;
}
.product-block .more-options-text {
	background:#89E8BC !important;
	display: none !important;
}
#filter-groups .panel .list-group {
	border:0px !important;
	box-shadow: none !important;
}

#side_filter label input[type=checkbox] {
	top:0px;
}
#filter-groups .panel {
	box-shadow: none !important;	
}

#side_filter label input[type=checkbox] {
    position: relative;
    top: -2px !important;
    left: 0;
    margin-right: 10px;
    height: 1.2em !important;
    width: 1.2em !important;
    background-color: #fff !important;
    /* border-radius: 50%; */
    border: 1px solid #aaaaaa !important;
}

#side-manufacturer label input {
    position: relative;
    top: 0px !important;
    left: 0;
    margin-right: 10px;
    height: 1.2em !important;
    width: 1.2em !important;
    background-color: #fff !important;
    /* border-radius: 50%; */
    border: 1px solid #aaaaaa !important;
}
#side-manufacturer .list-group-item {
	padding:0px !important;
}
.radio-options {
width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}
.radio-options .radio label {
	padding-left: 0px;
}

.radio-options .radio+.radio {
    margin-top: 0px !important;
}
.radio-options .radio {
	margin-top: 0px;
}
.radio-options .radio .img-thumbnail {
	border-radius: 0px;
}

.checkboxflex {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}

.checkboxflex .checkbox label {
	padding-left: 0px;
}

.checkboxflex .checkbox+.checkbox {
    margin-top: 0px !important;
}
.checkboxflex .checkbox {
	margin-top: 0px;
}
.checkboxflex .checkbox .img-thumbnail {
	border-radius: 0px;
}






.item-details .btn-danger {
	    padding: .7em 1em !important;
}

.search-container {

    max-width: 500px !important;

}
#button-search {
padding: 0.2em 4em !important;
margin-left: 10px;
}
.checkout-success {
	text-align: center;
}

.cat-menu > li.dropdown.open {
  position: static;
}

.cat-menu > li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.cat-menu .dropdown-menu {
 background:transparent;
 box-shadow: none !important;
 border:0px !important;
 margin-top: -40px;
z-index: -1;

}
.cat-menu .dropdown-menu .bg-white {
border-bottom:3px solid #293682;	
}
.cat-menu .dropdown-menu .dropdown-inner {
margin-top:50px;
margin-bottom: 20px;
}
#side-categories .group:not(:last-child) {
	border:0px !important;
}
.owl-prev, .owl-next {
	display: none;
}
.deliverynotes {
	font-size: 16px !important;
    background: #F8B083;
    width: 80%;
    margin: 0 auto;
}
.htab-description {
	width: 50%;
	margin: 0 auto;
}
.header-mobile .mobile-search .search-box {
    width: 100%;
    padding: 0px 10px !important;
}
.btn-ccart {
	padding: 1.2em 1.5em !important;
}
.spancart {
	padding: 0px 10px;
}
#button-voucher {
	border-radius: 0px !important;
	padding: .9em 2em !important;
}
#button-coupon {
	border-radius: 0px !important;
	padding: .9em 2em !important;
}

#button-login {
	border-radius: 0px !important;
	padding: .9em 2em !important;
}
.modal-dialog {
    margin-top: 0px;
    position: relative;
    width: 100%;
    width: max-content;
}

.modal-backdrop {
	display: none;
}
#modal-addon {
	position: absolute !important;
    margin-top: 0% !important;
    z-index: 10 !important;
    left: 0px;
    right: 0px;
    border:0px !important;
}
#modal-addon .modal-header {
	border-bottom: 0px !important;
}

#modal-addon .modal-header .close {
    margin-top: -2px;
    font-size: 30px;
    margin-right: 5px;
    font-weight: 400;
    color: #EF4B4C !important;
    opacity:1;
}

#header-sroll {
    left:0;
    top:0;
    float:left;
    width:100%;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
#header-sroll.small {
    height: 100px;
    padding-top:0px !important;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
    border-bottom: 3px solid #36438A;
}
#header-sroll.small .header-logo img {
    width:90px !important;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
#header-sroll.small .category-row {
    display:none;
     -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;   
}

/* -- ---   END custom CSS Added By Mark --- ---- --*/
@media (max-width: 1920px){
	.fixed-header {
	    padding-top: 50px;
	}
}
@media (max-width: 1720px){
	.fixed-header {
	    padding-top: 30px;
	}
}
@media (max-width: 1640px){
	.fixed-header {
	    padding-top: 20px;
	}
}
@media (max-width: 1520px){
	.fixed-header {
	    padding-top: 10px;
	}
}
@media (max-width: 1400px){
.category-row > ul.cat-menu > li > a {
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
	.category-row {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px !important;
	}
	.header-logo img {
    width: 115px !important;
}

.slider-slideshow-description-texts {
    width: 50%;
    left: 10%;
    margin: 0 auto;
    margin-top: 30%;
    margin-right: 10%;	
}


}

@media (max-width: 1200px){
	.pull-lg-right{
		float: right;
	}
	.pull-lg-right{
		float: right;
	}
	.fixed-header {
	background:#fff !important;
	background-repeat:no-repeat !important;
	background-size:100% !important;
	box-shadow:none !important;
	padding-top:10px;
	border-bottom:3px solid #36438A;

	}
	.category-row > ul.cat-menu > li > a {
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
	}

.slider-slideshow-description-texts {
    width: 70%;
    left: 10%;
    margin: 0 auto;
    margin-top: 20%;
    margin-right: 10%;	
}
.header-container .header-menu #main-menu a {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
}


}

@media (max-width: 1024px){

.product-block .product-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: flex;
    flex-wrap: nowrap;
    transition: opacity 0.3s ease;
    width: auto !important;
}
.product-button button {
    border-radius: 30px !important;
    padding: 1.2em 1.4em !important;
    border: 2px !important;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 15px;
}
.product-block .product-button>* {
    flex: none !important;
}

}

@media (max-width: 992px){
	.pull-md-right{
		float: right;
	}
	.pull-md-right{
		float: right;
	}
	.fixed-header {
	background:#fff !important;
	background-repeat:no-repeat !important;
	background-size:100% !important;
	box-shadow:none !important;
	padding-top:10px;
	border-bottom:3px solid #36438A;

	}
	.header-logo img {
	width: 115px !important;
	}
	.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	    content: "\f0c9";
	    font-size: 30px;
	    color: #F24B4A;
	}

}

@media (max-width: 768px){
.htab-description {
	width: 90%;
	margin: 0 auto;
}
	#hometab li {
		padding: 0px;
	}
	#hometab li a {
    padding: 10px 5px;
}
body.common-home #content {
	min-height: 0px;
}
.owl-item .product-block {
	margin:0px 7.5px;
}

.slideshow {
    margin-top: 0px !important;
}
	.pull-sm-right{
		float: right;
	}
	.pull-xs-right{
		float: right;
	}

.bg-right {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.bg-left {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.centeronmobile {
	text-align: center;
}


.slider-slideshow-description-texts {
    width: 100%;

    margin: 0 auto;
    margin-top: 40%;
    margin-right: 10%;	
}
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
	font-size: 22px !important;
}

.bg-description {
	color:#293682;
  -webkit-text-fill-color: #293682; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  font-weight: bold;
      font-family: 'Comfortaa', cursive;
}

}
@media (max-width: 540px){
.btn-add, .btn-heart {
    display:none;
}
.bg-right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
	font-size: 16px !important;
}

.bg-left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.product-special .product-view>*, .product-category .product-view>* {
    width: calc(50% - 8px) !important;
}

} /*end of mobile*/

#product-filter-replace{
	position: relative;
}

#product-filter-replace #product-filter-loading-overlay{
	display: none;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

.header-container .header-menu {
    justify-content: flex-start !important;
}
.qr-img {
    padding: 20px;
}

.information-information.iid-5 .slideshow, .information-information.iid-7 .slideshow { display: none; }

.sidr {

    background: #b8a2c6 !important;

}
.cd-accordion-menu a, .cd-accordion-menu label {

    background: #999 !important;

}

.cd-accordion-menu ul a, .cd-accordion-menu ul label {
    background: #F68A84 !important;
    
}
.header-mobile .mobile-account>a {
    background: #8BE9BD  !important;
}
.sidr-custom-open #mobileNav::before {

    background: rgba(139, 190, 217, 0.87) !important;
}
.cd-accordion-menu li.has-children ul li:first-child a { 
    background: #F8CE7B !important;
}
.cd-accordion-menu li.has-children ul li:nth-child(2) a { 
    background: #EFA9C2 !important;
}
.cd-accordion-menu li.has-children ul li:nth-child(3) a { 
    background: #64ADE9 !important;
}
.cd-accordion-menu li.has-children ul li:nth-child(4) a { 
    background: #B697CA !important;
}
.cd-accordion-menu li.has-children ul li:nth-child(5) a { 
    background: #8BE9BD !important;
}
.cd-accordion-menu li.has-children ul li:nth-child(6) a { 
    background: #F68A84 !important;
}


.sprite {
    background-image: url(https://cgsparty.com/image/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-bag {
    width: 18px;
    height: 26px;
    background-position: -5px -5px;
}

.sprite-star {
    width: 28px;
    height: 26px;
    background-position: -33px -5px;
}

.sprite-user {
    width: 22px;
    height: 23px;
    background-position: -71px -5px;
}


/*#shipping-method .Courier {*/
/*    display: none;*/
/*}*/