html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, w3_footer_grid, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* start editing from here */
a {
	text-decoration: none;
}
.txt-rt {
	text-align: right;
}/* text align right */
.txt-lt {
	text-align: left;
}/* text align left */
.txt-center {
	text-align: center;
}/* text align center */
.float-rt {
	float: right;
}/* float right */
.float-lt {
	float: left;
}/* float left */
.clear {
	clear: both;
}/* clear float */
.pos-relative {
	position: relative;
}/* Position Relative */
.pos-absolute {
	position: absolute;
}/* Position Absolute */
.vertical-base {
	vertical-align: baseline;
}/* vertical align baseline */
.vertical-top {
	vertical-align: top;
}/* vertical align top */
.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
}
.content-pagenation li,
nav.horizontal ul li {
    display: inline-block;
}
.account_desc li,
.page-no li,
.page-no p,
.page-no ul,
.show p,
.sort p {
    display: inline;
}
.images_1_of_2 img,
.images_1_of_4 img,
.images_3_of_2 img,
img {
    max-width: 100%;
}
/* Add 5px bottom padding and a underline */
nav.vertical ul li {
	display: block;
}/* vertical menu */
nav.horizontal ul li {
	display: inline-block;
}/* horizontal menu */
img {
	max-width: 100%;
}
/*end reset*/
/* === Fonts (place once, high in the file) === */
@font-face{
  font-family:"Monda";
  src:url("https://www.thecollecteonshop.com/Fonts/Monda-Regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Monda";
  src:url("https://www.thecollecteonshop.com/Fonts/Monda-Bold.woff2") format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
body {
    font-family: Monda, Arial, Helvetica, sans-serif;
    background-color: #ffffff; /* Ensures a high-contrast background */
    color: #222222; /* Dark text for readability */
    line-height: 1.5;

    /* ✅ Fix Layout Shifts */
    min-height: 100vh; /* Prevents body from collapsing */
    overflow-x: hidden; /* Prevents horizontal shift */
    text-rendering: optimizeSpeed; /* Faster font rendering */
}
.wrap {
    width: 100%; /* was 100vw */
    max-width: 100%;
    background: #FFF;
    margin: 0 auto;
    padding: 0 0;
    box-sizing: border-box; /* ensure padding never pushes past 100% in media queries */
}
/* Header: keep your background/padding, just add a stable height */
.header { min-height: 64px; background:#fff; }
.header_top { padding: 2px 0; }

/* Main: harmless baseline in case you’re using <div class="main"> or <main> */
.main, main { display: block; }

/* Container */
.logo{ float:left; width:33%; display:flex; align-items:center; justify-content:flex-start; margin-top:15px; }
.logo img{ display:block; width:358px; height:auto; aspect-ratio:358/59; max-width:100%; }

}
@media (max-width: 640px){
  .wrap{ width:100%; }

  .logo{
    float:none;
    width:100%;
    margin-top:10px;
    display:flex;
    align-items:center;
    justify-content:center;   /* center the logo */
    text-align:initial;       /* flex handles centering */
  }

  .logo img{
    display:block;
    height:auto;
    aspect-ratio:358/59;
    width:100%;               /* scale to container */
    max-width:320px;          /* don’t exceed this on small screens */
  }
}

/* Very small phones (<=480px) — optional tweak */
@media (max-width: 480px){
  .logo img{
    max-width:220px;          /* a bit smaller for tiny screens */
  }
}

#slideshow ul img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
#slideshow ul img:hover {
	transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
/**** Header Top Right ****/
.header_top_right {
	float: left;
	width: 67%;
	margin-top: 15px;
}
.search_box {
	float: left;
	border: 1px solid #DBDBDB;
	position: relative;
	width: 47%;
}
.search_box form input[type="text"] {
	width: 74%;
	padding: 10px 8px;
	outline: none;
	border: none;
	background: none;
	font-size: 14px;
	color: ##333333;
	font-family: Arial;
	outline: none;
	margin: 0;
}
.search_box form input[type="submit"] {
	border: none;
	cursor: pointer;
	color: #FFF;
	font-size: 12px;
	padding: 10px 15px;
	height: 36px;
	margin: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#70389C), to(#602D8D));
	background: -moz-linear-gradient(top, #70389C, #602D8D);
	background: -o-linear-gradient(top, #70389C, #602D8D);
	background: -ms-linear-gradient(top, #70389C, #602D8D);
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
	position: absolute;
	right: 0;
	top: 0;
}
.search_box form input[type="submit"]:hover {
	background: #444;
}
/* ✅ Improve placeholder contrast */
.search_box form input[type="text"]::placeholder {
    color: #666666; /* Slightly darker for better readability */
    opacity: 1; /* Ensures visibility */
}
.shopping_cart {
	float: left;
	width: 80px;
	position: relative;
	margin-left: 15px;
	margin-top: 10px;/* bumps down button */
	padding: 0 0 0 46px;
	background: url(https://www.thecollecteonshop.com/images/header_cart.png) 0 0 no-repeat;
	z-index: 99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.cart {
	height: 38px;
	padding: 0 0 0 10px;
	background: #EDEDED;
	border: 1px solid #CECECE;
	border-left: none;
	line-height: 36px;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.shopping_cart .cart .opencart {
	width: 7px;
	height: 5px;
	display: block;
	background: url(https://www.thecollecteonshop.com/images/header_arrow.png) 0 0 no-repeat;
	position: absolute;
	right: 11px;
	top: 16px;
}
.shopping_cart span.cart_title {
	font-size: 13px;
	font-weight: bold;
	color: #4F4F4F;
}
.shopping_cart span.no_product {
	font-size: 13px;
	font-weight: bold;
	color: #DD0F0E;
}
.wrapper-dropdown.active .dropdown {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	max-height: 400px;
	width: 95px;
	z-index: 1;
	background: #70389C;
}
.login {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 75px;
	height: 38px;
	display: block;
	border: 1px solid #CECECE;
	text-align: center;
	font-family: Monda, Arial, Helvetica, sans-serif;
    background-color: #ffffff; /* Ensures a high-contrast background */
    color: #222222; /* Dark text for readability */
    line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(https://disneyclassics.net/images/gradient_light-1.png) 0 0 repeat-x;
}
.login span a img {
	padding-top: 8px;
}
/*** Login ***/
.register_account h3, .login_panel h3 {
	font-size: 22px;
	color: #6C6C6C;
	font-family: 'Monda', sans-serif;
	padding-bottom: .4em;
}
.register_account {
	float: left;
	width: 62%;
	padding: 20px;
	background: #FFF;
	border: 1px solid #C0BEBE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.register_account form input[type="text"], .register_account form select {
	font-size: 12px;
	color: #B3B1B1;
	padding: 8px;
	outline: none;
	margin: 5px 0;
	width: 340px;
}
.register_account form select {
	width: 360px;
	color: #666;
}
.register_account form input[type="text"].code {
	width: 15%;
}
.register_account form input[type="text"].number {
	width: 69.8%;
}
.register_account table td {
	width: 100%;
}
.register_account p {
	font-size: 12px;
	color: #666;
}
.search {
	float: left;
	margin-top: 3px;
}
.login_panel {
	float: left;
	width: 27%;
	margin-right: 4%;
	padding: 20px;
	background: #FFF;
	border: 1px solid #C0BEBE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.login_panel input[type="text"], .login_panel input[type="password"] {
	font-size: 12px;
	color: #B3B1B1;
	padding: 8px;
	outline: none;
	margin: 6px 0;
	width: 92%;
}
.login_panel form {
	margin: 15px 0;
}
.login_panel p {
	font-size: 12px;
	color: #888;
}
p.terms {
	float: left;
	font-size: 12px;
	padding: 15px 0 0 15px;
}
p.terms a, p.note a {
	text-decoration: underline;
	color: #7C2DC5;
}
p.terms a:hover, p.note a:hover {
	text-decoration: none;
}
p.note {
	font-size: 15px;
	color: #666;
	padding: 5px;
	line-height: 1.6em;
}
.buttons button, .search button.grey {
	padding: 10px 15px;
	font-size: 15px;
	font-weight: bold;
	color : #fff;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	-moz-box-shadow : 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	box-shadow : 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.search button {
	padding: 12px 30px;
}
button.grey, .search button.grey {
	border : 1px solid #303030;
	background : #db8611;
	background : -moz-linear-gradient(top, #3f4040 0%, #303131 100%);
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f4040), color-stop(100%, #303131));
	background : -webkit-linear-gradient(top, #3f4040 0%, #303131 100%);
	background : -o-linear-gradient(top, #3f4040 0%, #303131 100%);
	background : -ms-linear-gradient(top, #3f4040 0%, #303131 100%);
	background : linear-gradient(top, #3f4040 0%, #303131 100%);
 filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4040', endColorstr='#303131', GradientType=0 );
	text-shadow : 0 1px 0 rgba(0, 0, 0, 0.4);
}
button.grey:hover, .search button.grey:hover {
	border : 1px solid #303030;
	background : #525252;
	background : -moz-linear-gradient(top, #525252 0%, #454646 100%);
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #525252), color-stop(100%, #454646));
	background : -webkit-linear-gradient(top, #525252 0%, #454646 100%);
	background : -o-linear-gradient(top, #525252 0%, #454646 100%);
	background : -ms-linear-gradient(top, #525252 0%, #454646 100%);
	background : linear-gradient(top, #525252 0%, #454646 100%);
 filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#454646', GradientType=0 );
	text-shadow : 0 1px 0 rgba(0, 0, 0, 0.4);
}
/** End Login ***/
.wrapper-dropdown {
	/* Size & position */
	float: left;
	width: 61px;
	height: 38px;
	position: relative;
	margin-left: 10px;
	padding: 0 0 0 12px;
	/* Styles */
	background: url(https://www.thecollecteonshop.com/images/gradient_light-1.png) 0 0 repeat-x;
	font: bold 13px/36px "Arial";
	color: #4F4F4F;
	border: 1px solid #CECECE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wrapper-dropdown .opencart {
	width: 7px;
	height: 5px;
	display: block;
	background: url(https://www.thecollecteonshop.com/images/header_arrow.png) 0 0 no-repeat;
	position: absolute;
	right: 11px;
	top: 16px;
}
.wrapper-dropdown .dropdown {
	/* Size & position */
	position: absolute;
	top: 38px;
	left: 0;
	right: 0;
	/* Styles */
	border-radius: 0 0 5px 5px;
	border: 1px solid rgba(0,0,0,0.2);
	border-top: none;
	border-bottom: none;
	list-style: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/* Hiding */
	max-height: 0;
	overflow: hidden;
}
.wrapper-dropdown .dropdown li a {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	padding: 10px 23px;
	border-bottom: 1px solid #7D60AA;
	text-align: center;
}
.wrapper-dropdown .dropdown li a span.lang {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	padding: 0px 0px;
}
.wrapper-dropdown .dropdown li a span.lang:hover {
	color: #DD0F0E;
}
.wrapper-dropdown .dropdown li a span img {
	padding-right: 5px;
	margin-bottom: -8px;
}
.wrapper-dropdown .dropdown li a span {
	padding-right: 5px;
}
.wrapper-dropdown .dropdown li:last-of-type a {
	border: none;
}
.wrapper-dropdown .dropdown li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
}
/* Hover state */
.wrapper-dropdown .dropdown li:hover a {
	color: #DD0F0E;
}
/* Active state */
.wrapper-dropdown.active {
	border-radius: 5px 5px 0 0;
	box-shadow: none;
	border-bottom: none;
}
.wrapper-dropdown.active .dropdown {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	max-height: 400px;
	width: 95px;
	z-index: 1;
	background: #70389C;
}
.wrapper-dropdown.active .languges {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	max-height: 400px;
	width: 135px;
	z-index: 11;
	background: #70389C;
}
/**** Header Botttom Left ****/
.header_bottom_left {
	float: left;
	width: 50%;
	padding-top: 6px;
}
.header_bottom_img {
	float: left;
	width: 46.2%;
}
.pic {
	float: left;
	width: 46.2%;
}
.header_bottom_img2 {
	float: left;
	width: 46.2%;
	margin-left: 1.6%;
}
.header_bottom_left_images {
	position: relative;
	margin-top: 10px;
	box-shadow: 0px 0px 3px rgb(150, 150, 150);
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.listview_1_of_2 {
	display: block;
	float: left;
	margin: 1.4% 0 0% 1.6%;
	box-shadow: 0px 0px 3px rgb(150, 150, 150);
}
.listimg {
	text-align: center;
	float: left;
}
.text {
	display: block;
	float: left;
	margin: 2% 0 0% 3.6%;
}
.listview_1_of_2:first-child {
	margin-left: 0;
	width: 46%;
}
.images_1_of_2 {
	width: 46%;
	padding: 1.5%;
}
.listimg_2_of_1 {
	width: 46%;
}
.list_2_of_1 {
	width: 46%;
}
.images_1_of_2 img {
	max-width: 100%;
}
.list_2_of_1 h2 {
	color: #CC3636;
	font-size: 0.5em;
	font-family: 'Monda', sans-serif;
	font-weight : normal;
	text-transform: uppercase;
}
.list_2_of_1 p {
	font-size: 0.8125em;
	color: #333;
	line-height: 1.6em;
	font-family : verdana, arial, helvetica, helve, sans-serif;
	padding: 0;
}
.list_2_of_1 .button {
	line-height: 1.9em;
	margin-top: 0.5em;
}
.list_2_of_1 .button a {
	padding: 7px 15px;
	font-size: 0.8em;
	font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
	border: 1px solid rgba(0,0,0,0.1);
	background: #db8611 url(https://www.thecollecteonshop.com/images/large-button-overlay.png);
	color : #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.list_2_of_1 .button a:hover {
	border: 1px solid #db8611;
	background: #db8611;
	text-decoration: none;
	color : #fff;
}
.header_bottom_right_images {
	float: left;
	width: 49%;
	margin-left: 1%;
}
.content {
    width: 100%;                 /* fill container */
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;      /* keep padding inside the 100% */
    background: #FFF;
}
.content p {
	font-size: 15px;
	color: #000;
	font-family: 'Monda', sans-serif;
}
.content a:hover{
	color: #910f0f;
}
.content h2 {
	font-size: 23px;
	color: #6C6C6C;
	font-family: 'Monda', sans-serif;
	}
.content h3 {
	font-size: 18px;
	color: #6C6C6C;
	font-family: 'Monda', sans-serif;
}
.content_top {
	padding: 15px 20px;
	border: 1px solid #EBE8E8;
	border-radius: 3px;
}
.content_bottom {
	padding: 15px 20px;
	border: 1px solid #EBE8E8;
	border-radius: 3px;
	margin-top: 2.6%;
	width: 95%;
}
.heading {
	float: left;
	margin-right: 10%;
}
.heading h3 {
	font-family: 'Monda', sans-serif;
	font-size: 22px;
	color: #602D8D;
	text-transform: uppercase;
}
.sort, .show {
	float: left;
	width: 14%;
	margin-left: 1.6%;
	padding-top: 5px;
}
.sort p, .show p {
	display: inline;
	font-size: 0.8125em;
	color: #333;
}
.sort select, .show select {
	display: inline;
	font-size: 1.1em;
	color: #333;
	margin-left: 2px;
}
.page-no {
	float: right;
	padding-top: 5px;
}
.page-no p {
	display: inline;
	font-size: .8125em;
	padding: 0.3em 0;
	color: #333;
}
.page-no ul {
	display: inline;
}
.page-no li {
	display: inline;
}
.page-no li a {
	font-size: .8125em;
	color: #333;
	line-height: 1.6em;
	font-family : verdana, arial, helvetica, helve, sans-serif;
	padding: 5px 5px;
}
.page-no li a:hover, .page-no li.active {
	color: #602D8D;
	text-decoration: underline;
}
/**** Grid 1_0f_4 ****/
.grid_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
	box-shadow: 0px 0px 3px rgb(150, 150, 150);
}
.grid_1_of_4:first-child {
	margin-left: 0;
}
.images_1_of_4 {
	width: 95%;
	padding: 1.5%;
	text-align: center;
	position: relative;
}
.images_1_of_4 img {
	max-width: 100%;
}
.discount {
	background: url(https://www.thecollecteonshop.com/images/discount-img.png) no-repeat 0 0;
	position: absolute;
	top: 30px;
	width: 42px;
	height: 42px;
}
.discount span.percentage {
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	line-height: 40px;
}
.images_1_of_4 h2 {
	color: #CC3636;
	font-family: 'Monda', sans-serif;
	font-size: 0.9em;
	font-weight : normal;
}
.images_1_of_4 p {
	font-size: 0.8125em;
	padding: 0.4em 0;
	color: #333;
}
.images_1_of_4 p span.strike {
	font-size: 18px;
	font-family: 'Monda', sans-serif;
	color: #444;
	text-decoration: line-through;
}
.images_1_of_4 p span.price {
	font-size: 14px;
	font-family: 'Monda', sans-serif;
	color: #CC3636;
	margin-left: 15px;
}
.images_1_of_4 .button {
	margin-top: .3em;
	line-height: 1.9em;
	float: center;
	width: 49%;
}
.images_1_of_4 .button a {
	padding: 7px 20px;
	font-size: 0.8em;
}
.images_1_of_4 .button a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 14px;
	line-height: 15px;
	text-transform: none;
	color: #737370;
	text-decoration: none!important;
	background: url(https://www.thecollecteonshop.com/images/button-bg.png) repeat-x 0 0 #E8E8E8;
	display: inline-block;
	border-left: 1px solid #D4D4D4!important;
	border-right: 1px solid #ADADAD!important;
	border-top: 1px solid #E0E0E0!important;
	border-bottom: 1px solid #9C9C9C!important;
	cursor: pointer!important;
	margin: 0 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.images_1_of_4 .button a:hover {
	color: #70389C;
	background: #ffffff;
}
.images_1_of_4 .button span img {
	position: absolute;
}
.images_1_of_4 .button a.cart-button {
	padding: 7px 5px 7px 38px;
}
/*-- footer --*/
.footer {
    padding: 1em 0 2em;
    background: #2b2a2a;
}

/* ✅ Footer Layout - Four Columns with Centered Content */
.w3_footer_grids {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers all columns */
    text-align: center; /* Centers text inside columns */
    gap: 20px; /* Adds spacing between columns */
}

/* ✅ Each column takes equal space */
.w3_footer_grid {
    flex: 1; /* Ensures equal width for all columns */
    min-width: 200px; /* Prevents collapsing on smaller screens */
    max-width: 25%; /* Limits column width to ensure four columns */
}

/* ✅ Ensure text aligns well inside the columns */
.w3_footer_grid h3 {
    color: #d69446;
    font-size: 1.8em;
    margin-bottom: 1.5em;
    font-family: 'parkavenue-bt';
}

/* ✅ Footer Text and Lists */
.w3_footer_grid p {
    color: #afafaf;
    line-height: 1.8em;
    margin-bottom: 2em;
}

.w3_footer_grid ul {
    padding: 0;
    list-style: none;
}

.w3_footer_grid ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #afafaf;
}

.w3_footer_grid ul li a {
    color: #afafaf;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.w3_footer_grid ul li a:hover {
    color: #fe9126;
}

/* ✅ Address Styling */
.w3_footer_grid ul.address li i {
    color: #fe9126;
    border: 1px solid #fe9126;
    padding: .5em;
    margin-right: 1em;
}

.w3_footer_grid ul.address li span {
    display: block;
    margin-left: 3em;
}

/* ✅ Footer Section Headings */
.w3_footer_grid h4 {
    margin: 2em 0 1em;
    font-size: 1.2em;
    color: #ff9b05;
}

/* ✅ Footer Icons */
i.fa.fa-arrow-right {
    color: #fe9126;
    margin-right: 10px;
}
.footer-copy1{
	position:relative;
	padding: 2em 0 0;
    border-bottom: 1px solid #F4F4F4;
}
.footer-copy-pos{
	position: absolute;
    right: 14%;
    bottom: -75%;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(254, 155, 5, 0.69);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    box-shadow: 0px 0px 15px rgba(255, 155, 5, 0.49);
}
.footer-copy p{
	margin:4em 0 0;
	text-align:center;
	color:#999;
	line-height:1.8em;
}
.footer-copy p a{
	color:#ff9b05;
	text-decoration:none;
}
.footer-copy p a:hover{
	color:#999;
}
.w3layouts-foot ul li{
	display:inline-block;
}
.w3layouts-foot ul li a {
    width: 32px;
    height: 32px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    border-radius: 50%;
}
a.w3_agile_facebook:hover{
	background:#3b5998;
	 border: 1px solid #3b5998;
}
a.agile_twitter:hover{
	background:#1da1f2;
	 border: 1px solid #1da1f2;
}
a.w3_agile_pinterest:hover{
	background:#cb2027;
	border: 1px solid #cb2027;
}
a.w3_agile_youtube:hover{
	background:#e71616;
	border: 1px solid #e71616;
}
.w3layouts-foot {
    float: left;
}
.payment-w3ls {
    float: right;
}
.footer-botm {
    background: #393737;
    padding: 16px 0;
    text-align: center; /* Centers all content */
}
.footer-botm {
    background: #393737; /* Dark background */
    padding: 16px 0;
    text-align: center;
}

.footer-botm .container {
    color: #ffffff; /* Ensures white text for contrast */
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}

/* Ensure all links in footer have good contrast */
.footer-botm a {
    color: #fe9126; /* High-contrast orange */
    text-decoration: none;
}

.footer-botm a:hover {
    color: #ffffff; /* White on hover */
}
.footer h3 {
    color: #d69446; /* Gold color for better contrast */
    font-size: 1.2em; /* Ensures readability */
    font-weight: bold;
    margin-bottom: 1em;
    font-family: 'Monda', serif; /* Keeps existing font style */
    text-transform: uppercase;
    text-align: center; /* Centers the heading */
}
/* ✅ Increase Contrast for Copyright Text */
.footer-copy p {
    color: #ffffff; /* White text for better readability */
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 0;
}
/* ✅ Centering Social Media & Payment Section */
.footer-botm .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers elements horizontally */
    align-items: center;
    gap: 20px; /* Adds spacing between elements */
}

/* ✅ Social Media Icons */
.w3layouts-foot ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center; /* Ensures icons are centered */
    align-items: center;
    gap: 15px; /* Space between icons */
}

/* ✅ Individual Social Media Icon */
.w3layouts-foot ul li {
    display: inline-block;
}

/* ✅ Social Media Icon Styling */
.w3layouts-foot ul li a {
    font-size: 1.5em;
    padding: 0;
    display: inline-block;
}

/* ✅ SVG Icon Styling */
.w3layouts-foot ul li a svg {
    position: relative;
    top: 2px;
    width: 32px; /* Adjust for better visibility */
    height: 32px;
    fill: currentColor;
}

/* ✅ Payment Section */
.payment-w3ls {
    display: flex;
    justify-content: center; /* Centers the payment section */
    align-items: center;
    width: 100%;
}

/* ✅ Payment Image Styling */
.payment-w3ls img {
    max-width: 100%; /* Ensures image doesn't overflow */
    height: auto;
}
/*-- //footer --*/
/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(https://www.thecollecteonshop.com/images/arrow_up.png) no-repeat right top;
}
#toTopHover {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*  Preview  ============================================================================= */
.back-links {
	float: left;
	padding-top: 5px;
	width: 100%;
}
.back-links p {
	font-size: 0.8125em;
	color: #333;
}
.back-links p a {
	font-size: 0.9em;
	padding: 0 1.3%;
	color: #333;
}
.back-links p a:hover, .back-links p a:active {
	color: #70389C;
}
	.back-links2 {
	float: left;
	padding-top: 5px;
	width: 100%;
}
.back-links2 p {
	font-size: 0.8125em;
	color: #333;
}
.back-links2 p a {
	font-size: 0.9em;
	padding: 0 1.3%;
	color: #333;
}
.back-links2 p a:hover, .back-links p a:active {
	color: #70389C;
}
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	background: #F0F0F0;
	padding: 1.5%;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.cont-desc {
	display: block;
	float: left;
	clear: both;
}
.rightsidebar {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}
.cont-desc:first-child {
	margin-left: 0;
}
.desc {
	display: block;
	float: left;
	margin: 0% 0 0% 2.6%;
}
.span_1_of_2 {
	width: 95.9%;
	padding: 1.5%;
}
/* Existing layout block – leave as is */
.images_3_of_2 {
    width: 44.2%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
}

/* This applies sitewide but is causing the scaling issue */
.images_3_of_2 img {
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    max-width: 100%;
}

.span_3_of_2 {
	width: 53.2%;
}
.span_3_of_1 {
	width: 25.2%;
	padding: 1.5%;
}
.images_3_of_2 img {
	max-width: 100%;
}
.span_3_of_2 h1 {
    font-size: 1em;
	font-family: 'Monda', sans-serif;
    color: #333;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #666;
}
.span_3_of_2 h2 {
	font-family: 'Monda', sans-serif;
	font-size: 1.1em;
	color: #CC3636;
	font-weight : normal;
	margin-top: 0px;
	text-transform: uppercase;
}
.span_3_of_2 p {
	font-size: 0.85em;
	padding: 0.3em 0;
	color: #000;
	line-height: 1.6em;
	font-family : verdana, arial, helvetica, helve, sans-serif;
}
.price p {
	font-size: 0.85em;
	padding: 1.5% 1%;
	color: #000;
	vertical-align: top;
}
.price p span {
	font-size: 1.2em;
	font-family: 'Monda', sans-serif;
	color: #CC3636;
}
.available {
	padding: 10px 0;
	border-top: 1px solid #E0E0E0;
}
.available p {
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}
.available li {
	display: inline;
	font-size: 0.8125em;
	padding: 1.5% 2%;
	color: #353535;
}
.available li select {
	display: inline;
	font-size: 1em;
	color: #333;
	margin-left: 3px;
}
.share p {
	padding-top: 10px;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
}
.share li {
	display: inline-block;
	margin: 5px 6px;
}
.add-cart {
	padding-top: 15px;
}
.rating {
	float: left;
}
.rating p {
	padding-top: 10px;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
}
.rating p span {
	font-size: 0.8125em;
	color: #666;
	font-weight: normal;
}
.rating p img {
	vertical-align: top;
	padding-left: 5px;
}
.product-desc, .product-tags {
	clear: both;
	padding-top: 10px;
}
.product-desc h2, .product-tags h2 {
	padding: 8px 10px;
	background: #333;
	border: 1px solid #EBE8E8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-family: 'Monda', sans-serif;
	font-size: 1.2em;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0 1px 5px rgba(34, 34, 34, 0.17);
}
.product-desc p {
	font-size: 0.95em;
	padding: 0.3em 0;
	color: #666;
	line-height: 1.6em;
	font-family: 'Monda', sans-serif;
}
.product-tags h4 {
	padding: 10px 0;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
}
.input-box {
	background: url(https://www.thecollecteonshop.com/images/tag.png) no-repeat 0 8px;
	padding-left: 35px;
}
.input-box input[type="text"] {
	padding: 8px;
	display: block;
	width: 95%;
	background: #fcfcfc;
	border: none;
	outline: none;
	color: #464646;
	font-size: 0.8125em;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance: none;
}
.product-tags .button {
	margin-top: 15px;
	line-height: 3em;
}
.span_3_of_2 .button {
	float: right;
	margin-top: 1%;
	line-height: 2em;
}
.span_3_of_2 .button a, .product-tags .button a {
	padding: 12px 20px;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
	background : #3f4040;
	color : #fff;
	text-shadow : 0 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.span_3_of_2 .button a:hover, .product-tags .button a:hover {
	border: 1px solid #303030;
	background: #525252;
	text-decoration: none;
}
.span_3_of_1 li a {
	font-size: 0.8125em;
	padding: 0.42em 8%;
	color: #666;
	display: block;
	line-height: 1.6em;
	font-family : Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #CCC;
	background: url(https://www.thecollecteonshop.com/images/drop_arrow.png) no-repeat 5px 11px;
}
.content-pagenation li a,
.content-pagenation li p {
    font-size: 0.65em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000;
}
.span_3_of_1 li a:hover {
	background: url(https://www.thecollecteonshop.com/images/drop_arrow-hover.png) no-repeat 5px 11px;
	color: #602D8D;
}
.span_3_of_2 .button {
	float: right;
	margin-top: 1%;
	line-height: 2em;
}
.span_3_of_2 .button a {
	padding: 12px 20px;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
	background : #3f4040;
	color : #fff;
	text-shadow : 0 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.span_3_of_2 .button a:hover {
	border: 1px solid #303030;
	background: #525252;
	text-decoration: none;
}
.subscribe {
	padding-top: 20px;
}
.subscribe p {
	font-size: 12px;
	color: #444;
	padding: 5px 0;
}
.signup {
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	margin-top: 5px;
	background: #E7E7E7;
	box-shadow: inset 0px 2px 5px #707070;
}
.signup input[type="text"] {
	border: 5px;
	background: #5e5e5e;
	padding: 5px;
	outline: none;
	width: 217px;
	font-size: 12px;
	color: #ffffff;
}
.signup input[type="submit"] {
	border: 1px solid #5C5655;
	padding: 8px 20px;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	cursor: pointer;
	background : #565656;
 filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#565656');
	color : #fff;
	text-shadow : 0 1px 0 rgba(0, 0, 0, 0.2);
}
.signup input[type="submit"]:hover {
	background : #5e5e5e;
	background : -moz-linear-gradient(top, #5e5e5e 0%, #404040 100%);
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(100%, #404040));
	background : -webkit-linear-gradient(top, #5e5e5e 0%, #404040 100%);
	background : -o-linear-gradient(top, #5e5e5e 0%, #404040 100%);
	background : -ms-linear-gradient(top, #5e5e5e 0%, #404040 100%);
	background : linear-gradient(top, #5e5e5e 0%, #404040 100%);
 filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#404040', GradientType=0 );
	box-shadow : 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
	-moz-box-shadow : 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
}
.community-poll {
	padding-top: 5%;
}
.community-poll p {
	color: #C94848;
	font-size: 0.8em;
	font-weight: normal;
	padding: 2% 0;
}
.poll li {
	padding: 3px 0px 9px 0;
}
.poll input.radio {
	float: left;
	margin: 2px 0 0 0;
}
.poll .label {
	display: block;
	margin-left: 20px;
}
.poll label {
	font-size: 0.8125em;
	padding: 0.42em 1%;
	color: #666;
	font-family : Arial, Helvetica, sans-serif;
}
.content-pagenation {
    padding: 2px;
    text-align: left;
}
.content-pagenation li a {
    background: #fff;
    padding: 5px 12px;
    box-shadow: 0 0 5px #adadad;
    -webkit-box-shadow: 0 0 2px #adadad;
    -moz-box-shadow: 0 0 2px #adadad;
    -o-box-shadow: 0 0 2px #adadad;

}
.content-pagenation li a:hover,
.content-pagenation li.active a {
    background: #303030;
    color: #fff;
}
.content-pagenation li p {
    background: #fff;
    padding: 5px 62px;
    box-shadow: 0 0 5px #adadad;
    -webkit-box-shadow: 0 0 2px #adadad;
    -moz-box-shadow: 0 0 2px #adadad;
    -o-box-shadow: 0 0 2px #adadad;

}
/*  About  ============================================================================= */
.col_1_of_3 {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}
.col_1_of_3:first-child {
	margin-left: 0;
}
.span_1_of_3 {
	width: 29.2%;
	padding: 1.5%;
}
.span_1_of_3 img {
	border: 1px solid #DDD;
	max-width: 100%;
}
.span_1_of_3 h3 {
	color: #6C6C6C;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.2;
	font-family: 'Monda', sans-serif;
	font-weight : normal;
	margin-top: 0px;
	text-transform: uppercase;
}
.span_1_of_3 p {
	font-size: 0.95em;
	padding: 0.5em 0;
	color: #000;
	line-height: 1.6em;
	font-family: 'Monda', sans-serif;
}
.year {
	float: left;
	width: 15%;
}
.year p {
	color: #70389C;
	font-size: 0.95em;
}
.span_1_of_3 p.history {
	float: left;
	width: 85%;
	font-size: 0.8125em;
	color: #747474;
	line-height: 1.6em;
}
.span_1_of_3 .list li a {
	font-size: 0.82em;
	padding: 0.35em 1.2em;
	color: #602D8D;
	background: url(https://www.thecollecteonshop.com/images/drop_arrow-hover.png) no-repeat 0px 10px;
	display: block;
}
.span_1_of_3 .list li a:hover {
	color: #747474;
}
/*** team ***/
.grid_1_of_5 {
	display: block;
	float: left;
	margin: 1% 0 0% 1.6%;
}
.grid_1_of_5:first-child {
	margin-left: 0;
}
.images_1_of_5 {
	width: 15.72%;
	padding: 1.5%;
}
.images_1_of_5 img {
	max-width: 100%;
	display: block;
}
.images_1_of_5 h3 {
	color: #C94848;
	margin-top: 0.2em;
	font-size: 1em;
	font-family: 'Monda', sans-serif;
	font-weight : normal;
}
.images_1_of_5 p {
	font-size: 0.8125em;
	padding: 0.2em 0;
	color: #333;
	line-height: 1.6em;
}
/*** End Team ***/
/* FAQ  ============================================================================= */
.questions {
	margin: 20px 0 10px 0;
}
.questions h4 {
	color: #70389C;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: normal;
}
.questions p {
	color: #444;
	font-size: 13px;
	line-height: 1.8em;
	margin-bottom: 5px;
}
/*  Contact Form  ============================================================================= */
.support {
	padding: 1.5%;
}
.support_desc {
	float: left;
	width: 75%;
}
.support_desc h3 {
	font-size: 30px;
	color: #6C6C6C;
	padding: 5px 0;
	font-family: 'Monda', sans-serif;
}
.support_desc p span {
	font-size: 15px;
	color: #666;
}
.support_desc p {
	font-size: 12px;
	color: #777;
	line-height: 1.8em;
	padding: 5px 0;
}
.support img {
	float: left;
	margin-left: 4%;
	margin-top: 0px;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.col {
	display: block;
	float: left;
	margin: 0% 0 1% 1.6%;
}
.col:first-child {
	margin-left: 0;
}
.span_2_of_3 {
	width: 63.1%;
	padding: 1.5%;
}
.span_1_of_3 {
	width: 29.2%;
	padding: 1.5%;
}
.span_2_of_3 h2, .span_1_of_3 h2 {
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-family: 'Monda', sans-serif;
	font-weight : normal;
	margin-top: 0px;
}
.contact-form {
	position: relative;
	padding-bottom: 30px;
}
.contact-form div {
	padding: 5px 0;
}
.contact-form span {
	display: block;
	font-size: 0.8125em;
	color: #757575;
	padding-bottom: 5px;
	font-family : verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"], .contact-form textarea {
	padding: 8px;
	display: block;
	width: 98%;
	background: #fcfcfc;
	border: none;
	outline: none;
	color: #464646;
	font-size: 0.8125em;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance: none;
}
.contact-form textarea {
	resize: none;
	height: 120px;
}
.contact-form input[type="submit"] {
	padding: 7px 25px;
	cursor: pointer;
	background: #FFF url(https://www.thecollecteonshop.com/images/large-button-overlay.png);
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 0;
	border: 1px solid #ccc;
	color: #555 !important;
	font-size: 1em;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.contact-form input[type="submit"]:hover {
	background-color: #EEE;
	border-color: #B8B5B5;
	color: #444 !important;
}
.contact-form input[type="submit"]:active {
	background-color: #FFF;
}
.company_address p {
	font-size: 0.8125em;
	color: #757575;
	padding: 0.2em 0;
	font-family : Arial, Helvetica, sans-serif;
}
.company_address p span {
	text-decoration: underline;
	color: #444;
	cursor: pointer;
}
.map {
	border: 1px solid #C7C7C7;
	margin-bottom: 15px;
}
.spacing {
    margin: 0 1px; /* Adjust spacing between words */
    display: inline-block;
}
/**** Responsive Layout ****/
@media only screen and (max-width:1024px) {
.wrap {
	width: 100%;
	padding: 0 2%;
}
.search_box form input[type="text"] {
	width: 143px;
}
.shopping_cart {
	width: 170px;
}
.shopping_cart, .currencies, .languages, .login {
	margin-left: 5px;
}
.wrapper-dropdown {
	width: 50px;
	padding: 0 0 0 5px;
}
.list_2_of_1 .button a {
	padding: 5px 10px;
}
.heading {
	margin-right: 2%;
}
.sort, .show {
	width: 20%;
}
.listview_1_of_2 {
	margin: 2.4% 0 0% 1.6%;
}
.images_1_of_4 .button {
	width: 100%;
	margin-top: 0.5em;
}
.register_account {
	width: 60%;
	padding: 10px;
}
.register_account form input[type="text"] {
	width: 240px;
}
.register_account form select {
	width: 260px;
}
.register_account form input[type="text"].code {
	width: 15%;
}
.register_account form input[type="text"].number {
	width: 63.99%;
}
.login_panel {
	width: 30%;
	padding: 10px;
}
.img_list li a {
	font-size: 11px;
	margin: 0 8px;
}
.domain_search input[type="text"] {
	background: url(https://www.thecollecteonshop.com/images/text_box_2.png) no-repeat;
	margin: 0;
	width: 51.6%;
}
.domain_search select {
	width: 17.7%;
}
p.terms {
	padding: 15px 0 0 15px;
	width: 68%;
}
.wrapper {
	width: 95%;
}
.available li {
	padding: 1.5% 0%;
}
.available li select {
	margin-left: 0;
}
.span_3_of_2 .button {
	margin-top: 5%;
}
.signup input[type="text"] {
	width: 152px;
}
.signup input[type="submit"] {
	padding: 8px 10px;
}
.images_1_of_5 p {
	padding: 0;
	line-height: 1.4em;
}
.year {
	width: 18%;
}
.span_1_of_3 p.history {
	width: 80%;
}
.support_desc {
	width: 70%;
}
.support img {
	margin-left: 3%;
}
}
@media only screen and (max-width:800px) {
.wrap {
	width: 95%;
	padding: 0 2%;
}
.w3_footer_grids {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .w3_footer_grid {
        width: 100%;
        max-width: 400px;
    }
.search_box form input[type="text"] {
	width: 183px;
}
.shopping_cart {
	width: 180px;
}
.shopping_cart {
	margin-left: 5px;
}
.wrapper-dropdown {
	margin-left: 5px;
	margin-top: 5px;
	width: 55px;
}
.login {
	margin-left: 5px;
	margin-top: 5px;
}
.list_2_of_1 .button a {
	padding: 5px 10px;
}
.heading {
	margin-right: 0%;
}
.sort, .show {
	width: 24%;
}
.header_bottom_left, .header_bottom_right_images {
	float: inherit;
	width: 100%;
}
.header_bottom_right_images {
	margin-left: 0;
}
.listview_1_of_2 {
	margin: 1.4% 0 0% 1.6%;
}
.images_1_of_4 .button {
	width: 100%;
	margin-top: 0.5em;
}
.content_top {
	padding: 15px 5px;
}
.images_1_of_4 h2 {
	font-size: 0.8em;
	letter-spacing: 0;
}
.images_1_of_4 p span.strike, .images_1_of_4 p span.price {
	font-size: 18px;
}
.wrapper {
	width: 95%;
}
.span_1_of_4 h4 {
	font-size: 1em;
	letter-spacing: 0;
}
.social-icons li {
	padding: 0 0 0 4px;
}
.span_1_of_2 {
	float: inherit;
	width: 97%;
	padding: 1.5%;
}
.span_3_of_1 {
	float: inherit;
	width: 97%;
}
.rightsidebar {
	margin-left: 0;
}
.span_3_of_1 li a {
	font-size: 1em;
	padding: 0.42em 3%;
	background: url(https://www.thecollecteonshop.com/images/drop_arrow.png) no-repeat 5px 15px;
}
.span_3_of_1 li a:hover {
	background: url(https://www.thecollecteonshop.com/images/drop_arrow-hover.png) no-repeat 5px 15px;
}
.available li {
	padding: 1.5% 1%;
}
.available li select {
	margin-left: 0;
}
.span_3_of_2 .button {
	margin-top: 5%;
}
.signup input[type="text"] {
	width: 80%;
}
.signup input[type="submit"] {
	padding: 8px 10px;
	width: 18.5%;
}
.span_1_of_4 li span {
	font-size: 1em;
}
.images_1_of_5 p {
	padding: 0;
	line-height: 1.4em;
}
.year {
	width: 8%;
}
.images_1_of_5 h3 {
	font-size: 0.8em;
}
.span_1_of_3 p.history {
	width: 92%;
}
.span_2_of_3 {
	width: 96%;
	padding: 2% 0;
}
.col_1_of_3 {
	margin: 0% 0 0% 0%;
}
.span_1_of_3 {
	width: 96%;
	padding: 2% 0;
}
.support_desc {
	width: 70%;
}
.support img {
	width: 25%;
	margin-left: 3%;
}
.register_account {
	width: 60%;
	padding: 10px;
}
.register_account form input[type="text"] {
	width: 200px;
}
.register_account form select {
	width: 220px;
}
.register_account form input[type="text"].code {
	width: 15%;
}
.register_account form input[type="text"].number {
	width: 60.8%;
}
.login_panel {
	width: 30%;
	padding: 10px;
}
.img_list li a {
	font-size: 11px;
	margin: 0 8px;
}
.domain_search input[type="text"] {
	background: url(https://www.thecollecteonshop.com/images/text_box_2.png) no-repeat;
	margin: 0;
	width: 51.6%;
}
.domain_search select {
	width: 17.7%;
}
p.terms {
	padding: 12px 0 10px 15px;
	width: 58%;
}
.tld-box {
	margin-left: 2%;
}
.rfloat {
	width: 70%;
}
.check_domain input[type="text"] {
	background: url(https://www.thecollecteonshop.com/images/text_box_reg2.png) no-repeat;
	width: 80%;
}
.support_desc h3, .plans h3, .domain_registration h3 {
	font-size: 25px;
}
.support_desc {
	width: 70%;
}
.support img {
	margin-left: 3%;
}
.features_list-1 {
	float: left;
	width: 48%;
}
.features_list-2 {
	float: left;
	width: 48%;
}
.features_list-3 {
	display: none;
}
.plans_table thead th.plans-list h3 {
	font-size: 15px;
}
.plans_table thead th.plans-list h4 {
	font-size: 18px;
}
.plans_table tbody td {
	padding: 5px;
}
.feedback form input[type="text"].number {
	width: 70%;
}
.feedback form select {
	width: 100%;
}
.register_account, .login_panel {
	float: inherit;
	width: 96%;
	padding: 10px;
}
.login_panel {
	margin: 0 0 3% 0;
}
.login_panel form {
	margin: 0;
}
.register_account form input[type="text"] {
	width: 300px;
}
.register_account form select {
	width: 320px;
}
.register_account form input[type="text"].code {
	width: 15%;
}
.register_account form input[type="text"].number {
	width: 68%;
}
.login_panel input[type="text"], .login_panel input[type="password"] {
	width: 95%;
/*** Preview ***/
}.grid {
	margin: 0;
}
.cont-desc {
	margin: 2% 0 2% 0%;
}
.rightsidebar {
	margin: 0;
}
.image {
	padding: 3%;
}
.desc {
	margin: 0;
}
.span_1_of_2 {
	width: 94%;
	padding: 3%;
}
.span_3_of_2 {
	width: 100%;
}
.images_3_of_2 {
	width: 90%;
}
.span_3_of_1 {
	width: 94%;
	padding: 3%;
}
.header_top_right {
	float: inherit;
	width: 100%;
	margin-top: 20px;
}
.search_box {
	float: inherit;
	width: 100%;
}
.search_box form input[type="text"] {
	width: 78.5%;
}
.search_box form input[type="submit"] {
	width: 18.5%;
}
.shopping_cart {
	width: 16.5%;
}
.shopping_cart {
	width: 65.66%;
	margin-left: 0px;
	margin-top: 8px;
}
.wrapper-dropdown {
	margin-left: 5px;
	margin-top: 8px;
	width: 55px;
}
.login {
	margin-left: 5px;
	margin-top: 8px;
}
.list_2_of_1 .button a {
	padding: 5px 10px;
}
.text {
	text-align: center;
	float: inherit;
	margin: 2% 0 0% 0%;
}
/* Content */
.content_top {
	padding: 15px 10px;
}
.heading {
	margin-right: 0%;
	width: 100%;
}
.sort {
	width: 31%;
	margin-left: 0;
	padding-top: 10px;
}
.show {
	width: 23%;
	padding-top: 10px;
}
.sort select, .show select {
	font-size: 1em;
}
.page-no {
	padding-top: 10px;
}
.page-no li a {
	padding: 5px 3px;
}
.header_bottom_left, .header_bottom_right_images {
	float: inherit;
	width: 100%;
}
.header_bottom_right_images {
	margin-left: 0;
}
.listview_1_of_2 {
	margin: 1.4% 0 0% 1.6%;
}
.images_1_of_4 .button {
	width: 100%;
	margin-top: 0.5em;
}
.images_1_of_4 h2 {
	font-size: 1.2em;
	letter-spacing: 0;
}
.images_1_of_4 p span.strike, .images_1_of_4 p span.price {
	font-size: 2em;
}
.wrapper {
	width: 95%;
}
.span_1_of_4 h4 {
	font-size: .8em;
	letter-spacing: 0;
	padding-top: 5px;
}
.social-icons li {
	padding: 0 0 0 8px;
}
.span_1_of_2 {
	float: inherit;
	width: 97%;
	padding: 1.5%;
}
.span_3_of_1 {
	float: inherit;
	width: 97%;
}
.rightsidebar {
	margin-left: 0;
}
.span_3_of_1 li a {
	font-size: 1em;
	padding: 0.42em 3%;
	background: url(https://www.thecollecteonshop.com/images/drop_arrow.png) no-repeat 5px 15px;
}
.span_3_of_1 li p {
	font-size: 1em;
	padding: 0.42em 3%;
	background: url(https://www.thecollecteonshop.com/images/drop_arrow.png) no-repeat 5px 15px;
}
.span_3_of_1 li a:hover {
	background: url(https://www.thecollecteonshop.com/images/drop_arrow-hover.png) no-repeat 5px 15px;
}
.available li {
	padding: 1.5% 1%;
}
.available li select {
	margin-left: 0;
}
.span_3_of_2 .button {
	margin-top: 5%;
}
.signup input[type="text"] {
	width: 79.5%;
}
.signup input[type="submit"] {
	padding: 8px 10px;
	width: 18.5%;
}
.span_1_of_4 li span {
	font-size: 1em;
}
.span_2_of_3 {
	width: 96%;
	padding: 2% 0;
}
.col_1_of_3 {
	margin: 0% 0 0% 0%;
}
.span_1_of_3 {
	width: 96%;
	padding: 2% 0;
}
.grid_1_of_4 {
	margin: 2% 0 2% 0%;
}
.images_1_of_4 {
	width: 94%;
	padding: 3%;
}
/** contact-form **/
.span_2_of_3 {
	width: 100%;
	padding: 3% 0;
}
.col {
	margin: 0% 0 0% 0%;
}
.span_1_of_3 {
	width: 100%;
	padding: 3% 0;
}
.contact-form input[type="text"], .contact-form textarea {
	width: 97%;
}
/** End contact-form **/
	/*** Login ***/
.register_account form input[type="text"] {
	width: 235px;
}
.register_account form select {
	width: 255px;
}
.register_account form input[type="text"].code {
	width: 10%;
}
.register_account form input[type="text"].number {
	width: 68.5%;
}
.register_account, .login_panel {
	float: inherit;
	width: 96%;
	padding: 10px;
}
.login_panel {
	margin: 0 0 3% 0;
}
.login_panel button {
	font-size: 15px;
}
/*** Preview ***/
.grid {
	margin: 0;
}
.cont-desc {
	margin: 2% 0 2% 0%;
}
.rightsidebar {
	margin: 0;
}
.image {
	padding: 3%;
}
.desc {
	margin: 0;
}
.span_1_of_2 {
	width: 94%;
	padding: 3%;
}
.span_3_of_2 {
	width: 100%;
}
.images_3_of_2 {
	width: 100%;
}
.span_3_of_1 {
	width: 94%;
	padding: 3%;
}
/*** About ***/
.grid_1_of_5 {
	margin: 0% 0 0% 0%;
}
.images_1_of_5 {
	width: 94%;
	padding: 3%;
}
.images_1_of_5 p {
	padding: 0;
	line-height: 1.4em;
}
.year {
	width: 8%;
}
.images_1_of_5 h3 {
	font-size: 1.2em;
}
.span_1_of_3 p.history {
	width: 92%;
}
.header_top_right {
	float: inherit;
	width: 100%;
	margin-top: 20px;
}
.search_box {
	float: inherit;
	width: 100%;
}
.search_box form input[type="text"] {
	width: 77.5%;
}
.search_box form input[type="submit"] {
	width: 18.5%;
}
.shopping_cart {
	width: 16.5%;
}
.shopping_cart {
	width: 55.55%;
	margin-left: 0px;
	margin-top: 8px;
}
.wrapper-dropdown {
	margin-left: 5px;
	margin-top: 8px;
	width: 55px;
}
.login {
	margin-left: 5px;
	margin-top: 8px;
}
.list_2_of_1 .button a {
	padding: 5px 10px;
}
.listview_1_of_2 {
	margin: 0% 0 0% 0%;
}
.images_1_of_2 {
	width: 92%;
	padding: 4%;
}
.listimg_2_of_1 {
	width: 100%;
}
.list_2_of_1 {
	width: 100%;
}
/* Content */
.content_top {
	padding: 15px 10px;
}
.heading {
	margin-right: 0%;
	width: 100%;
}
.sort {
	width: 25%;
	margin-left: 0;
	padding-top: 10px;
}
.show {
	width: 21%;
	padding-top: 10px;
}
.sort select, .show select {
	font-size: 1em;
}
.page-no {
	padding-top: 25px;
}
.page-no li a {
	padding: 5px 3px;
}
.header_bottom_left, .header_bottom_right_images {
	float: inherit;
	width: 100%;
}
.header_bottom_right_images {
	margin-left: 0;
}
.listview_1_of_2 {
	margin: 2% 0 0% 0%;
}
.images_1_of_4 .button {
	width: 100%;
	margin-top: 0.5em;
}
.images_1_of_4 h2 {
	font-size: 1.2em;
	letter-spacing: 0;
}
.images_1_of_4 p span.strike, .images_1_of_4 p span.price {
	font-size: 2em;
}
/*** Footer ***/
.wrapper {
	width: 90%;
}
.col_1_of_4 {
	margin: 1% 0 1% 0%;
}
.span_1_of_4 {
	width: 95%;
	padding: 0 2.5%;
	border: none;
}
.span_1_of_4 h4 {
	font-size: 1em;
	letter-spacing: 0;
	padding-top: 5px;
}
.social-icons {
	padding-top: 3%;
}
/*** preview ***/
.back-links {
	width: 100%;
}
.social-icons li {
	padding: 0 0 0 8px;
}
.span_1_of_2 {
	float: inherit;
	width: 97%;
	padding: 1.5%;
}
.span_3_of_1 {
	float: inherit;
	width: 97%;
}
.rightsidebar {
	margin-left: 0;
}
.span_3_of_1 li a {
	font-size: 1em;
	padding: 0.42em 5%;
	background: url(https://www.thecollecteonshop.com/images/drop_arrow.png) no-repeat 5px 15px;
}
.span_3_of_1 li a:hover {
	background: url(https://www.thecollecteonshop.com/images/drop_arrow-hover.png) no-repeat 5px 15px;
}
.available li {
	padding: 1.5% 1%;
}
.available li select {
	margin-left: 0;
}
.span_3_of_2 .button {
	margin-top: 1%;
}
.signup input[type="text"] {
	width: 78.5%;
}
.signup input[type="submit"] {
	padding: 8px 10px;
	width: 18.88%;
}
.span_1_of_4 li span {
	font-size: 1em;
}
.span_2_of_3 {
	width: 96%;
	padding: 2% 0;
}
.col_1_of_3 {
	margin: 0% 0 0% 0%;
}
.span_1_of_3 {
	width: 96%;
	padding: 2% 0;
}
.grid_1_of_4 {
	margin: 2% 0 2% 0%;
}
.images_1_of_4 {
	width: 94%;
	padding: 3%;
}
/** contact-form **/
.span_2_of_3 {
	width: 95%;
	padding: 2.5%;
}
.col {
	margin: 0% 0 0% 0%;
}
.span_1_of_3 {
	width: 95%;
	padding: 2.5%;
}
.contact-form input[type="text"], .contact-form textarea {
	width: 92%;
}
/** End contact-form **/
		/*** Login ***/
.register_account table {
	width: 100%;
}
.register_account table td {
	display: block;
}
.register_account form input[type="text"] {
	width: 95%;
}
.register_account form select {
	width: 100%;
}
.register_account form input[type="text"].code {
	width: 10%;
}
.register_account form input[type="text"].number {
	width: 76.5%;
}
.register_account, .login_panel {
	float: inherit;
	width: 96%;
	padding: 10px;
}
.login_panel {
	margin: 0 0 3% 0;
}
.login_panel button {
	font-size: 15px;
}
/*** Preview ***/
.grid {
	margin: 0;
}
.cont-desc {
	margin: 2% 0 2% 0%;
}
.rightsidebar {
	margin: 0;
}
.image {
	padding: 3%;
}
.desc {
	margin: 0;
}
.span_1_of_2 {
	width: 94%;
	padding: 3%;
}
.span_3_of_2 {
	width: 100%;
}
.images_3_of_2 {
	width: 100%;
}
.span_3_of_1 {
	width: 94%;
	padding: 3%;
}
/*** About ***/
.grid_1_of_5 {
	margin: 0% 0 0% 0%;
}
.images_1_of_5 {
	width: 94%;
	padding: 3%;
}
.images_1_of_5 p {
	padding: 0;
	line-height: 1.4em;
}
.year {
	width: 12%;
}
.images_1_of_5 h3 {
	font-size: 1.2em;
}
.span_1_of_3 p.history {
	width: 88%;
}
.col_1_of_3 {
	margin: 0% 0 0% 0%;
}
.span_1_of_3 {
	width: 95%;
	padding: 2.5%;
}
.grid_1_of_4 {
	margin: 0% 0 0% 0%;
}
.images_1_of_4 {
	width: 95%;
	padding: 2.5%;
}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
.cont-desc {
	margin: 2% 0 2% 0%;
}
.rightsidebar {
	margin: 0;
}
.grid {
	margin: 0;
}
.image {
	padding: 4%;
}
.desc {
	margin: 0;
}
.span_1_of_2 {
	width: 92%;
	padding: 4%;
}
.span_3_of_2 {
	width: 100%;
}
.images_3_of_2 {
	width: 100%;
}
.span_3_of_1 {
	width: 92%;
	padding: 4%;
}
.grid_1_of_5 {
	margin: 0% 0 0% 0%;
}
.images_1_of_5 {
	width: 92%;
	padding: 4%;
}
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
	
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
	
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
	
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}.CSSTableGenerator table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
}.CSSTableGenerator tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:right;
	padding:1px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
. 	table_layout { table-layout:fixed }
/*  NEW CSS ADDED */

/* Start of Column CSS */
}
#container4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 4 background colour */
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:#eeeeee; /* column 3 background colour */
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:#eeeeee; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:#eeeeee; /* column 1 background colour */
}
#col1 {
	float:left;
	width:21%;
	position:relative;
	left:77%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:21%;
	position:relative;
	left:81%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:21%;
	position:relative;
	left:85%;
	overflow:hidden;
}
#col4 {
	float:left;
	width:21%;
	position:relative;
	left:89%;
	overflow:hidden;
}
.striken {
	font-size: 18px;
	font-family: 'Monda', sans-serif;
	color: #444;
	text-decoration: line-through;
}
/* Start of Column CSS */
#containers3 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#eeeeee; /* column 3 background colour */
}
#containers2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:33.333%;
	background:#eeeeee; /* column 2 background colour */
}
#containers1 {
	float:left;
	width:100%;
	position:relative;
	right:33.33%;
	background:#eeeeee; /* column 1 background colour */
}
#coll1 {
	float:left;
	width:29.33%;
	position:relative;
	left:68.67%;
	overflow:hidden;
}
#coll2 {
	float:left;
	width:29.33%;
	position:relative;
	left:72.67%;
	overflow:hidden;
}
#coll3 {
	float:left;
	width:29.33%;
	position:relative;
	left:76.67%;
	overflow:hidden;
}
/*  */
/*---content-galery----*/
.content-gallery {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping for multiple rows */
    justify-content: center; /* Centers items horizontally */
    align-items: center; /* Centers items vertically (if needed) */
    text-align: center; /* Ensures text alignment */
}
.content-gallery a{
	 color: #000000;
	  }
.content-gallery h3 {
    margin: 10px 10px 0;
    color: #fff;
    font-family: Monda, sans-serif;
    font-size: 15px;
    letter-spacing: -1px;
    font-weight: 700;
}
.boxgrid {
    width: 295px;
    height: 395px;
    margin: 9px;
    float: left;
    background: #fff;
    border: 0.1px ridge #fff;
    overflow: hidden;
    position: relative;
    border-radius: 0.3em;
    box-shadow: 1px 1px 1px silver;
}
.boxcaption,
.boxcaption2 {
    float: left;
    position: absolute;
    background: #fff;
    width: 100%;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.cover boxcaption {
    top: 70px;
}
.boxgrid img {
    display: block;
    margin: 0 auto;
}
.boxgrid p {
    padding: 0 6px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.boxgrid p2 {
    padding: 0 6px;
    color: #000;
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.boxgrid h1,
.boxgrid h2 {
    padding: 0 10px;
    color: #000;
    letter-spacing: 0.5px;
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.boxgrid h1 {
    font-weight: 700;
}
.boxgrid h2 {
    font-weight: lighter;
}
.boxgrid h3,
.boxgrid pprice {
    padding: 0 10px;
    font-weight: 700;
    font-family: Monda, sans-serif;
    text-transform: none;
}
.boxgrid pprice {
    font-size: 0.6em;
    color: #950b0b;
    letter-spacing: 0.15px;
}
.boxgrid h3 {
    font-size: 0.8em;
    color: #343232;
    letter-spacing: 1px;
}
.boxgrid h3 a:hover {
    color: #950b0b;
}
.boxcaption {
    height: 120px;
}
.caption .boxcaption,
.captionfull .boxcaption {
    top: 320px;
    left: 0;
}
.boxcaption2 {
    height: 75px;
}
.caption .boxcaption2,
.captionfull .boxcaption2 {
    top: 120px;
    left: 0;
}	
		/*---end-content-gallery---*/
.agileits_header {
    background: #F5F5F5;
    padding: 10px 0;
}
.w3l_offers {
    float: left;
    padding: 1px 1px;
	width: 57%;
}
.w3l_offers p {
    font-size: 15px;
    color: #fff;
}
.w3l_offers p a {
    color: #D8953F;
    text-decoration: none;
}
.button-container {
    text-align: center; /* Centers inline elements */
}
.custom-btn {
    display: inline-block; /* Keeps button width as needed */
    padding: 10px 10px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #D8953F;
    font-size: 12px;
    font-family: 'Monda', sans-serif;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.custom-btn:hover {
    background: #D8953F;
    color: #000000;
}



		/*-----pageing----*/

ul.dc_pagination {
	font: 12px 'Tahoma';
	height: 100%;
	list-style-type: none;
	overflow: hidden;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 21px 0px 40px 0px;
	
}
ul.dc_pagination li:first-child {
	margin-left: 0px;
}
ul.dc_paginationA03 li a {
	background: #FFFFFF;
	border: solid 1px #DCDCDC;
	border-radius: 3px;
	color: #707070 !important;
	-moz-border-radius: 3px;
	padding: 6px 9px 6px 9px;
	-webkit-border-radius: 3px;
	color: #000000 !important;
	display: block;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	font-family: 'Carrois Gothic SC', sans-serif;
}

ul.dc_pagination li {
	float: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
ul.dc_paginationA03 li a:hover, ul.dc_paginationA03 li a.current {
	background: #FF8400;
	color: #fff !important;
}
}

