html,body{
	width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
}
body{
	background: #ffffff;
	font-family: "Calibri";
	color: #6a6a6a;
	font-size: 13px;
	line-height: 1.1em;
}
img {
	border: none;
	padding: none;
	margin: none;
}
div, a, input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
[id^="ccm-dialog-content"] div,
[id^="ccm-dialog-content"] a,
[id^="ccm-dialog-content"] input {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
a {
	font-weight: bold;
	color: #4a4a4a;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

input,
select,
textarea {
	position: relative;
	background: none;
	border: 1px solid #bfbfbf;
	padding: 5px;
}
textarea {
	resize: vertical;
}
button,
input[type="button"],
input[type="submit"] {
	background: #35db31;
	border: 0;
	height: 45px;
	padding: 0 15px;
	font-family: "Georgia", "Times New Roman";
	font-size: 19px;
	line-height: 45px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

.radio {
	display: inline-block;
	position: relative;
	background-image: url(http://sophie.eyedeadev.com/themes/Sophies/images/icons.png);
	background-repeat: no-repeat;
	background-position: -90px -42px;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	overflow: hidden;
}
.radio input[type="radio"] {
	position: absolute;
	left: -10000px;
}
.radio.checked {
	background-position: -71px -42px;
}

.checkbox {
	display: inline-block;
	position: relative;
	background-image: url(http://sophie.eyedeadev.com/themes/Sophies/images/icons.png);
	background-repeat: no-repeat;
	background-position: -128px -42px;
	width: 14px;
	height: 14px;
	margin: -1px 5px -1px 0;
	overflow: hidden;
}
.checkbox input[type="checkbox"] {
	position: absolute;
	left: -10000px;
}
.checkbox.checked {
	background-position: -109px -42px;
}

.l {float:left;}
.r {float:right;}
.clear {display:block;clear:both;}

.inner {
	display: block;
	width: 1160px;
	padding: 0;
	margin: 0 auto;
}

[class^="icon-"],
[class*=" icon-"] {
	position: relative;
	display: inline-block;
	background-image: url(http://sophie.eyedeadev.com/themes/Sophies/images/icons.png);
	background-repeat: no-repeat;
}
.icon-facebook {
	background-position: -5px -5px;
	width: 32px;
	height: 32px;
}
.icon-instagram {
	background-position: -42px -5px;
	width: 32px;
	height: 32px;
}
.icon-twitter {
	background-position: -79px -5px;
	width: 32px;
	height: 32px;
}

#top {
	display: block;
	position: relative;
	background: #fa4f07;
	height: 30px
}
#top a#shipping {
	display: block;
	position: relative;
	font-family: "Georgia", "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
	float: left;
}
#top ul#options {
	display: block;
	position: relative;
	margin: 0;
	text-align: right;
	float: right;
}
#top ul#options li {
	display: inline-block;
	border-left: 1px solid #ffffff;
	height: 20px;
	padding: 0 20px;
	margin: 5px 0;
}
#top ul#options li:first-child {
	border-left: none;
}
#top ul#options li a {
	font-family: "Georgia", "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	cursor: pointer;
}

#wrapper {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}
#wrapper #header {
	display: block;
	position: relative;
	padding: 0;
}
#wrapper #header #title {
	display: block;
	position: relative;
	height: 190px;
}
#wrapper #header #title h1 {
	display: block;
	height: 190px;
	padding: 0;
	margin: 0;
	font-family: "Times New Roman";
	font-size: 60px;
	font-weight: bold;
	line-height: 190px;
	color: #35db31;
	text-align: center;
}
#wrapper #header #title h1 .and {
	font-size: 38px;
}
#wrapper #header #title .logo {
	position: absolute;
	left: 0;
	top: 50%;
	width: 160px;
	height: 160px;
	margin-top: -80px;
}
#wrapper #header #menu {
	display: block;
	position: relative;
	height: 25px;
}
#wrapper #header #menu ul.nav {
	display: block;
	position: relative;
	margin: 10px 0 0;
	text-align: center;
}
#wrapper #header #menu ul.nav li {
	display: inline-block;
	border-left: 1px solid #000000;
	height: 26px;
	padding: 0 58px;
}
#wrapper #header #menu ul.nav li:first-child {
	border-left: none;
}
#wrapper #header #menu ul.nav li a {
	font-family: "Georgia", "Times New Roman";
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	color: #000000;
	cursor: pointer;
}
#wrapper #header #menu ul li a:hover,
#wrapper #header #menu ul li a.nav-path-selected {
	color: #35db31;
}

#wrapper #body {
	display: block;
	position: relative;
	padding: 30px 0 35px;
	font-family: "Georgia", "Times New Roman";
}
#wrapper #body h1 {
	display: block;
	margin: 5px 0 30px;
	font-family: "Georgia", "Times New Roman";
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: #fa4f07;
}
#wrapper #body h2 {
	display: block;
	margin: 0 0 25px;
	font-family: "Georgia", "Times New Roman";
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
	color: #fa4f07;
}
#wrapper #body h3 {
	display: block;
	margin: 0 0 15px;
	font-family: "Georgia", "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #fa4f07;
}
#wrapper #body h4 {
	display: block;
	margin: 0 0 5px;
	font-family: "Georgia", "Times New Roman";
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
}
#wrapper #body p {
	display: block;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
#wrapper #body hr {
	display: block;
	border: none;
	border-top: 1px solid #cfcfcf;
	margin-bottom: 25px;
}
#wrapper #body ul {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
#wrapper #body ul.ccm-error {
	display: block;
	border: 1px solid #b62930;
	background: #ffd2d4;
	padding: 20px;
	font-size: 16px;
	line-height: 18px;
	color: #b62930;
	list-style-position: outside;
}
#wrapper #body ul.ccm-error li {
	margin-left: 20px;
}
#wrapper #body ul.ccm-error .block {
	display: block;
	background: #ffffff;
	border: 1px solid #b62930;
	padding: 15px;
	margin-top: 20px;
}
#wrapper #body .side-menu {
	display: block;
}
#wrapper #body .side-menu h1,
#wrapper #body .side-menu h2,
#wrapper #body .side-menu h3 {
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 15px;
	margin: 10px 0 15px;
}
#wrapper #body .side-menu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#wrapper #body .side-menu ul li {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
}
#wrapper #body .side-menu ul li a {
	font-weight: normal;
}
#wrapper #footer {
	display: block;
	position: relative;
	border-top: 1px solid #000000;
	height: 180px;
	padding: 25px 0 30px;
}
#wrapper #footer .section {
	display: inline-block;
	border-left: 1px solid #d9d9d9;
	padding: 15px 0;
	height: 125px;
	font-family: "Georgia", "Times New Roman";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	float: left;
}
#wrapper #footer .section:first-child {
	border-left: 0;
}
#wrapper #footer #menu.section {
	width: 445px;
	text-align: left;
}
#wrapper #footer #menu.section ul {
	display: inline-block;
	list-style: none;
	width: 180px;
	padding: 0;
	margin: 0;
}
#wrapper #footer #menu.section ul.first {
	margin-right: 80px;
}
#wrapper #footer #menu.section ul.second {

}
#wrapper #footer #menu.section ul li {
	margin-bottom: 20px;
}
#wrapper #footer #menu.section ul li a {
	font-weight: normal;
	color: #000000;
}
#wrapper #footer #social.section {
	width: 330px;
}
#wrapper #footer #social.section .heading {
	display: block;
}
#wrapper #footer #social.section .icons {
	display: block;
	width: 165px;
	height: 32px;
	margin: 15px auto 0;
}
#wrapper #footer #social.section .icons a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	float: left;
}
#wrapper #footer #social.section .icons a:first-child {
	margin-left: 0;
}
#wrapper #footer #copyright.section {
	width: 385px;
}
#wrapper #footer #copyright.section .logo {
	position: relative;
	width: 85px;
	height: 85px;
	margin: -15px 0 15px;
}
#wrapper #footer #copyright.section .copy {

}


/* Popup */
.ui-dialog {
	background: #ffffff;
	border: none;
	font-family: "Georgia", "Times New Roman";
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	behavior: url(http://sophie.eyedeadev.com/themes/Sophies/PIE/PIE.php);
}
.ui-dialog .ui-dialog-titlebar {
	background: #e7e7e7;
	border: none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	box-shadow: none;
	
	behavior: url(http://sophie.eyedeadev.com/themes/Sophies/PIE/PIE.php);
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	font-size: 30px;
	color: #fa4f07 !important;
}
.ui-dialog .ui-dialog-titlebar .ccm-dialog-help,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	position: absolute;
	top: 50%;
	width: 16px;
	padding: 0;
	margin: -8px 0 0 0;
	height: 16px;
}
.ui-dialog .ui-dialog-titlebar .ccm-dialog-help {
	right: 45px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	right: 25px;
}
.ui-widget-overlay {
	background: none;
	opacity: 1;
	background-image: url(http://sophie.eyedeadev.com/themes/Sophies/images/transparent-bg.png);
}

/* Special Back-end Fields */
.special-fields {
	display:none;
}


/* Cart Customisation */
.ccm-core-commerce-cart table td.ccm-core-commerce-cart-remove .cart-remove {
	position: relative;
	display: inline-block;
	background-image: url(http://sophie.eyedeadev.com/themes/Sophies/images/icons.png);
	background-repeat: no-repeat;
	background-position: -35px -42px;
	width: 17px;
	height: 17px;
}