/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}
/* END RESET browser defaults */



/* FONTS */
@font-face {
    font-family: "BalooTammudu2-ExtraBold";
    src: url("./fonts/BalooTammudu2/BalooTammudu2-ExtraBold.ttf");
}

@font-face {
    font-family: "BalooTammudu2-Medium";
    src: url("./fonts/BalooTammudu2/BalooTammudu2-Medium.ttf");
}

@font-face {
    font-family: "BalooTammudu2-SemiBold";
    src: url("./fonts/BalooTammudu2/BalooTammudu2-SemiBold.ttf");
}

@font-face {
    font-family: "BalooTammudu2-Regular";
    src: url("./fonts/BalooTammudu2/BalooTammudu2-Regular.ttf");
}

@font-face {
    font-family: "BalooTammudu2-Bold";
    src: url("./fonts/BalooTammudu2/BalooTammudu2-Bold.ttf");
}



/* GLOBAL */
.centered {
	text-align: center;
}

.bold {
	font-family: "BalooTammudu2-Bold";
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

h1 {
	color: #00a5d5;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 38px;
}

h1.ufirst {
	text-transform: none;
}

h2 {
	color: #00a5d5;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
}

h2.ufirst {
	text-transform: none;
}

h3 {
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font-size: 16px;
	color: #707070;
	font-family: "BalooTammudu2-Regular";
}

input,
select {
	height: 21px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
}

input.checkbox {
	width: 15px !important;
}

#okmsg {
	color: #1ab624;
}

#errormsg {
	color: #bf1e2e;
}






/* CUSTOM STYLE */

body {
	line-height: 20px;
	font-size: 12px;
	font-family: "BalooTammudu2-Regular";
	color: #737373;
	transition: all 1s;
}



.blockMsg {
	left: calc(50% - 295px) !important;
}
	
/* HEADER NAVIGATION */

#header-navigation{
	height:189px;
	background-color:white;
	width:100%;
}

#header-navigation .content{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    height: 100%;
    width: 90%;
    MARGIN-LEFT: 5%;
    TEXT-ALIGN: center;
}

#header-navigation .content .logo{
	
}

#header-navigation .content .logo img{
	
}

#header-navigation .content .navigation{
	display: flex;
    font-size: 21px;
    gap: 5%;
    text-align: center;
    color: #000000;
    width: 80%;
    justify-content: center;
}

#header-navigation .content .navigation a{
	font-family:BalooTammudu2-SemiBold;
	margin-top:23px;
	text-decoration:none;
}

#header-navigation .content .navigation a:hover{
	color:#D81620;
}


/* HEADER */
#header {
	float: left;
	width: 100%;
	height: 895px;
	position: relative;
	box-shadow: 0px 10px 10px #00000029;
	background: #e8e9eb url('../images/bg-2.png') no-repeat center top;
}

#header .login-page{
	display:none;
}

#header.header-short {
	height: 0px;
}

#header.header-short-fixed {
	box-shadow: none;
	background: #e8e9eb;
}

#header #header-container {
	width: 100%;
	height: 100%;
	padding: 0 6%;
	position: relative;
	box-sizing: border-box;
}

#header .logo {
	float: left;
	margin-top: 92px;
}

#header .logo img {
	width: 250px;
}





#header #menu-container {
	float: right;
	height: 100px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 9999;
	position: relative;
	margin-top: 92px;
}

#header #menu-container.menu-container-product {
	
}

#header #menu {
	width: 100%;
	transition: 0.2s all;
	height: 40px;
	line-height: 40px;
}

#header #menu ul {
	padding: 0;
	margin-top: 40px;
}

#header #menu ul li {
	float: left;
}

#header #menu ul li a {
	float: left;
	width: auto;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	color: #D7006C;
	cursor: pointer;
	font-family: "BalooTammudu2-SemiBold";
	margin-left: 20px;
	margin-right: 20px;
}

#header #menu ul li a:hover,
#header #menu ul li a.selected {
	color: #000000;
}





#header .submenu {
	position: absolute;
	top: 240px;
	left: 0;
	width: 100%;
	height: 655px;
	background: #E8E9EB;
	padding: 0 6%;
	box-sizing: border-box;
	display: none;
	z-index: 1;
} 

#header .submenu .submenu-container {
	display: grid;
	/*grid-template-columns: repeat(4, 1fr);*/
	grid-template-columns: repeat(4, auto);
	/*grid-template-rows: repeat(10, 35px);*/
	grid-template-rows: repeat(9, auto);
	grid-auto-columns: 18%;
	grid-auto-flow: column;
	width: 100%;
	border-top: 1px solid #D7006C;
	padding: 55px 0;
	box-sizing: border-box;
}

#header .submenu .subtitle {
	float: left;
	width: 100%;
	font-size: 20px;
	font-family: "BalooTammudu2-SemiBold";
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#header .submenu a {
	float: left;
	width: 100%;
	font-size: 20px;
	font-family: "BalooTammudu2-Regular";
	color: #000000;
	text-decoration: none;
	margin-bottom: 15px;
}

#header .submenu a:hover {
	color: #D7006C;
}







#header #cart {
	position: absolute;
	top: 0;
	right: 6%;
	padding-left: 40px;
	height: 70px;
	line-height: 30px;
	background: url('../images/bg-cart.png') no-repeat right bottom;
}

#header #cart a.cart {
	float: right;
	height: 40px;
	position: relative;
	margin-right: 40px;
	padding-top: 20px;
	color: black;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 16px;
}

#header #cart a.cart-empty {
	background: url('../images/bg-cart-icon-empty.png') no-repeat center center;
	width: 44px;
	margin-right: 10px;
}

#header #cart a.cart-full {
	background: url('../images/bg-cart-icon-full.png') no-repeat center center;
	width: 44px;
	margin-right: 10px;
	text-indent: -7000px;
}

#header #cart a.user {
	float: right;
	height: 30px;
	position: relative;
	color: black;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 15px;
	padding-right: 25px;
	cursor: pointer;
	padding-top: 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	margin-top: 10px;
}

#header #cart a.logout {
	float: right;
	height: 30px;
	position: relative;
	margin-right: 30px;
	color: #ffffff;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 16px;
	cursor: pointer;
	padding-top: 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	margin-top: 10px;
}

#header #cart a:hover {
	color: #000000;
	text-decoration: none;
}






#header .slogan {
	float: left;
	clear: left;
	width: 50%;
	margin-top: 120px;
}

#header.header-short-fixed .slogan {
	display: none;
}

#header .slogan .text {
	float: left;
	width: 100%;
	color: white;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 70px;
	line-height: 80px;
}

#header .slogan .search {
	float: left;
	width: 60%;
	height: 40px;
	margin-top: 15px;
	background: url('../images/bg-search.png') no-repeat calc(100% - 10px) center;
	border: 3px solid #FFC933;
	border-radius: 5px;	
	position: relative;
}

#header .slogan .search input {
	width: 90%;
	height: 34px;
	color: #FFC933;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 18px;
	line-height: 18px;
	padding: 0 15px;	
	text-transform: uppercase;
	border: 0;
	background: transparent;
	box-sizing: border-box;
	top: 9px;
	position: relative;
}

#header .slogan .search input::placeholder {
	color:#FFC933;
}

#header .slogan .search input.submit {
	width: 50px;
	height: 41px;
	position: absolute;
	top: 0; 
	right: 0;
	cursor: pointer;
}



#header-navigation #burger {
	position: absolute;
	left: calc(50% - 15px);
	top: 242px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 99999;
	transition: all 0.5s;
	display: none;
	-webkit-transform: translateZ(0) scale(1,1);
	transform: translateZ(0) scale(1,1);
}

#header-navigation #burger span {
	width: 30px;
	height: 3px;
	display: block;
	position: absolute;
	background: #000000;
	transition: all 0.5s;
}

#header-navigation #burger span:nth-child(1) {
	-webkit-transform-origin: 10px 1px;
	transform-origin: 10px 1px;
	top: 0px;
}

#header-navigation #burger span:nth-child(2) {
	top: 10px;
}

#header-navigation #burger span:nth-child(3) {
	-webkit-transform-origin: 10px 1px;
	transform-origin: 10px 1px;
	top: 20px;
}

#header-navigation #burger.open span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#header-navigation #burger.open span:nth-child(2) {
  -webkit-transition: opacity .3s linear,-webkit-transform .3s linear;
  transition: opacity .3s linear,-webkit-transform .3s linear;
  transition: transform .3s linear,opacity .3s linear;
  transition: transform .3s linear,opacity .3s linear,-webkit-transform .3s linear;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
}

#header-navigation #burger.open span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}





#header #burger-menu {
	position: fixed;
	right: 0;
	top: 189px;
	width: 0;
	height: 100%;
	background: #FFC933;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 9999;
	padding-top: 20px;
}

#header #burger-menu .burger-menu-option {
	float: left;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.5s;
}

#header #burger-menu .burger-menu-option a {
	color: #ffffff;
	text-decoration: none;
	padding: 15px 0;
	display: block;
	font-family: "BalooTammudu2-Bold";
	font-size: 16px;
	line-height: 26px;
}

#header #burger-menu .burger-menu-option a:hover {
	color: #000000;
}


@media (max-width:1300px){
	#header-navigation .content .navigation a {
    font-size:15px;
    }
}

#about{
	width: 100%;
    height: auto;
}

#about .content{
	display:flex;
	width:100%;
	gap:5%;
}

#about .content .left{
	width:60%;
}

#about .content .left #desktop{
	width:100%;
	height:100%;
}

#about .content .left #mobile{
	display:none;
}

#about .content .right{
	width:35%;
	padding-top: 120px;
	padding-right: 25px;
}

#about .content .right .title{
    font-size:4vw;
	font-family:BalooTammudu2-SemiBold;
	color:black;
	margin-bottom: 5vw;
	line-height:1.2
}

#about .content .right .description{
	font-family:BalooTammudu2-Regular;
	font-size:1vw;
	color:black;
	margin-bottom: 5vw;
}

#about .content .right .subtitle{ 
	color:#FFC933;
	font-size:4vw;
	font-family:BalooTammudu2-SemiBold;
	margin-bottom: 5vw;
	line-height: 1.2;
}

#about .content .right .subtitle span{  
	text-decoration: underline;
    text-decoration-color: #D81620;
}

@media (max-width:1000px){
	#about .content {
        flex-direction: column;
    }
	
	#about .content .left{
	    width:100%;
    }
	
	#about .content .left #desktop{
	    display:none;
    }

    #about .content .left #mobile{
	    display:unset;
		width:100%;
    }
	
	#about .content .right{
	    width: 80%;
        margin-left: 10%;
		padding-top:60px;
    }
	
	#about .content .right .title {
        font-size: 45px;
		text-align:center;
	}
	
	#about .content .right .description {
        font-size: 18px;
    }
	
	#about .content .right .subtitle {
        font-size: 45px;
	}
}



.section {
	float: left;
	width: 100%;
	padding: 100px 0;
}

.section .section-container {
	float: left;
	width: 100%;
	padding: 0 6%;
	box-sizing: border-box;
}

.section .section-title {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-family: "BalooTammudu2-SemiBold";
	color: #000000;
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
}

.section .section-title .line {
	display: inline-block;
	width: 114px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 57px);
	border: 1px solid #FFD800;
}

.section .section-description {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 30px;
}


.store-description img {
	float: left;
	width: 300px;
	height: 230px;
	margin: 15px;
}

.section .section-container .content {
	float: left;
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
}






#features {
	padding: 0;
	background: #D81620;
	color: #ffffff;
}

#features .section-container {
}

#features .feature {
	float: left;
	width: 25%;
	padding: 35px 0;
}

#features .feature .feature-image {
	float: left;
	width: 40%;
	height: 90px;
}

#features .feature1 .feature-image {
	background: url('../images/feature1.svg') no-repeat right center;
	background-size: contain;
}
#features .feature2 .feature-image {
	background: url('../images/feature2.svg') no-repeat right center;
	background-size: contain;
}
#features .feature3 .feature-image {
	background: url('../images/feature3.svg') no-repeat right center;
	background-size: contain;
}
#features .feature4 .feature-image {
	background: url('../images/feature4.svg') no-repeat right center;
	background-size: contain;
}

#features .feature .feature-text {
	float: left;
	width: 60%;
	font-family: "BalooTammudu2-Regular";
	font-size: 18px;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 10px;
}

#features .feature .feature-text span {
	font-family: "BalooTammudu2-SemiBold";
	padding-bottom: 6px;
	display: inline-block;
	color:#FFC933;
}







#banners {
	padding-bottom: 0;
}

#banners .banners {
	float: left;
	width: 100%;
}

#banners .banners .banner {
	float: left;
	width: 33.3%;
}

#banners .banners .banner a {
	float: left;
	width: calc(100% - 22px);
	margin: 0 11px;
	overflow: hidden;
}

#banners .banners .banner1 a {
	margin: 0 22px 0 0;
}
#banners .banners .banner3 a {
	margin: 0 0 0 22px;
}

#banners .banners .banner img {
	width: 100%;
}

/*#banners .banners .banner img:hover {
	transition: all 0.5s;
	transform: scale(1.3);
}*/






#featured {
	overflow: hidden;
	padding-bottom: 0;
}

#featured .product-title {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 20px;
	color: #D81620;
	position: relative;
}

#featured .product-title span {
	background: #ffffff;
	padding-right: 15px;
}

#featured .product-title .line {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #D81620;
	top: 4px;
	z-index: -1;
}

#featured .product-list {
	float: left;
	width: 100%;
	margin-top: 70px;
}

#featured .product-list .controls {
	position: absolute;
	top: -103px;
	right: 0;
	background: #ffffff;
	padding-left: 15px;
}

#featured .product-list .controls .left {
	width: 36px;
	height: 35px;
	background: url('../images/bg-glide-arrow-left.png') no-repeat center center;
	border: 0;
	text-indent: 2000px;
	color: transparent;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.5s;
}
#featured .product-list .controls .left:hover {
	opacity: 0.5;
}

#featured .product-list .controls .right {
	width: 36px;
	height: 35px;
	background: url('../images/bg-glide-arrow-right.png') no-repeat center center;
	border: 0;
	text-indent: 2000px;
	color: transparent;
	cursor: pointer;
	transition: all 0.5s;
}
#featured .product-list .controls .right:hover {
	opacity: 0.5;
}

#featured .product-list .product, #list .product-list .product {
	float: left;
	width: 302px;
	height: 443px;
	border: 1px solid #eeeeee;
	margin-right: 20px;
	padding: 20px;
	box-sizing: border-box;
}

#featured .product-list .product .product-image, #list .product-list .product .product-image {
	float: left;
	width: 100%;
	height: 264px;
	text-align: center;
	margin-bottom: 20px;
	overflow:hidden;
}

#featured .product-list .product .product-category, #list .product-list .product .product-category {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 12px;
	color: #D81620;
	margin-bottom: 5px;
	text-align: left;
}

#featured .product-list .product .product-category a, #list .product-list .product .product-category a {
	text-transform: uppercase;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 12px;
	color: #D81620;	
}

#featured .product-list .product .product-name, #list .product-list .product .product-name {
	float: left;
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 18px;
	color: #000000;
	text-align: left;
	padding-top: 2px;
}

#featured .product-list .product .product-price, #list .product-list .product .product-price {
	float: left;
	width: 140px;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 18px;
	color: #000000;
	text-align: left;
}

#featured .product-list .product .product-price span, #list .product-list .product .product-price span {
	font-family: "BalooTammudu2-Regular";
	font-size: 10px;
}

#featured .product-list .product .product-price span.old, #list .product-list .product .product-price span.old {
	font-family: "BalooTammudu2-SemiBold";
	font-size: 18px;
	color: #000000;
	padding-right: 5px;
	text-decoration: line-through;
}

#featured .product-list .product .product-addtocart, #list .product-list .product .product-addtocart {
	float: right;
	width: 105px;
	margin-top: 8px;
}

#featured .product-list .product .product-addtocart a, #featured .product-list .product .product-addtocart div, #list .product-list .product .product-addtocart a {
	width: 105px;
	height: 25px;
	border-radius: 2px;
	background: #D81620;
	color: #ffffff;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 18px;
	padding-top: 7px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.5s;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
}
#featured .product-list .product .product-addtocart a:hover, #list .product-list .product .product-addtocart a:hover {
	background: #000000;
}








#feedback {
	overflow: hidden;
}

#feedback .feedback-title {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 20px;
	color: #D81620;
	position: relative;
}

#feedback .feedback-title span {
	background: #ffffff;
	padding-right: 15px;
}

#feedback .feedback-title .line {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #D81620;
	top: 4px;
	z-index: -1;
}

#feedback .feedback-list {
	float: left;
	width: 100%;
	margin-top: 70px;
}

#feedback .feedback-list .controls {
	position: absolute;
	top: -103px;
	right: 0;
	background: #ffffff;
	padding-left: 15px;
}

#feedback .feedback-list .controls .left {
	width: 36px;
	height: 35px;
	background: url('../images/bg-glide-arrow-left.png') no-repeat center center;
	border: 0;
	text-indent: 2000px;
	color: transparent;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.5s;
}
#feedback .feedback-list .controls .left:hover {
	opacity: 0.5;
}

#feedback .feedback-list .controls .right {
	width: 36px;
	height: 35px;
	background: url('../images/bg-glide-arrow-right.png') no-repeat center center;
	border: 0;
	text-indent: 2000px;
	color: transparent;
	cursor: pointer;
	transition: all 0.5s;
}
#feedback .feedback-list .controls .right:hover {
	opacity: 0.5;
}

#feedback .feedback-list .feedback {
	float: left;
	width: 379px;
	height: 183px;
	border: 1px solid #eeeeee;
	margin-right: 20px;
	padding: 20px;
	box-sizing: border-box;
}

#feedback .feedback-list .feedback-master {
	background: #D81620;
}

#feedback .feedback-list .feedback .feedback-stars {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

#feedback .feedback-list .feedback .feedback-text {
	float: left;
	width: 100%;
	height: 80px;
	overflow: hidden;
	font-family: "BalooTammudu2-Regular";
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
	padding-top: 1px;
}

#feedback .feedback-list .feedback-master .feedback-text {
	color: #ffffff;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	padding-top: 2px;
}

#feedback .feedback-list .feedback .feedback-name {
	float: left;
	width: 200px;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 12px;
	color: #D81620;
	text-transform: uppercase;
}

#feedback .feedback-list .feedback-master .feedback-name {
	color: #ffffff;
	width: 100%;
	text-align: center;
}

#feedback .feedback-list .feedback .feedback-date {
	float: right;
	width: 100px;
	font-family: "BalooTammudu2-Regular";
	font-size: 12px;
	text-align: right;
	color: #000000;
}








#list {
	padding-top: 0;
}

#list .section-title {
	float: left;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 25px;
	color: #000000;
	text-transform: uppercase;
	padding: 0;
	text-align: left;
}

#list .product-options {
	float: left;
	width: 100%;
	box-sizing: border-box;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 18px;
	color: #000000;
	padding-top: 35px;
}

#list .product-options .product-result {
	float: left;
	width: 25%;
}

#list .product-options .product-sort {
	float: left;
	width: 75%;
	text-align: right;
	margin-top: -6px;
	font-family: "BalooTammudu2-Bold";
}

#list .product-options .product-sort select {
	background: transparent;
	border: 0;
	font-size: 15px;
	color: #D81620;
	text-transform: uppercase;
}

#list .product-list {
	float: left;
	width: 100%;
	margin-top: 60px;
	text-align: center;
}

#list .product-list .product {
	margin-bottom: 20px;
}







#list #search {
	float: left;
	margin-top: 20px;
	width: 338px;
	background: #E8E9EB80;
	padding: 20px 40px 40px;
	box-sizing: border-box;
}

#list #search .input {
	float: left;
	width: 100%;
}

#list #search .input input {
	float: left;
	width: 100%;
	height: 30px;
	padding-top: 9px;
	box-sizing: border-box;
}

#list #search .input input#search_button {
	width: 100px;
	background: #D81620;
	color: #ffffff;
	text-transform: uppercase;
	border: 0;
	padding-top: 0;
	margin-top: 10px;
	cursor: pointer;
}

#list #search .section-subtitle {
	float: left;
	width: 100%;
	font-size: 19px;
	font-family: "BalooTammudu2-SemiBold";
	color: #000000;
	text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 20px;
}

#list #search .category {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	padding-top: 10px;
	font-family: "BalooTammudu2-Regular";
}

#list #search .category a {
	color: #000000;
	text-decoration: none;
}

#list #search .category a:hover, #list #search .category a.selected {
	color: #D81620;
}

#list #search .subcategory {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: "BalooTammudu2-Regular";
	padding-left: 15px;
	box-sizing: border-box;
}

#list #search .subcategory a {
	color: #000000;
	text-decoration: none;
}

#list #search .subcategory a:hover, #list #search .subcategory a.selected {
	color: #D81620;
}

#list #results {
	float: left;
	width: calc(100% - 338px);
	padding-left: 25px;
	margin-top: 20px;
	box-sizing: border-box;
}







#list .pager {
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
}

#list .pager a {
	color: #D81620;
	font-family: "BalooTammudu2-Bold";
	font-size: 18px;
	padding: 4px 5px;
	margin: 0 5px;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
}

#list .pager a.selectedpage,
#list .pager a:hover {
	color: #000000;
}

#list .pager a.arrow {
	width: 13px;
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
	padding-top: 7px;
	background: #D7006C;
	color: #ffffff;
	transition: 0.5s all;
}

#list .pager a.arrow:hover {
	background: #000000;
}








#product-category {
	float: left;
	width: 100%;
	margin-bottom: 100px;
	background: #D81620;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 27px;
	box-sizing: border-box;
	padding-left: 6%;
	padding-right: 6%;
}

#product-category .left {
	float: left;
	padding-bottom: 20px;
}

#product-category a {
	text-decoration: none;
	cursor: pointer;
	color:white;
}

#product-category a:hover {
	color: black;
}

#product-category .right {
	float: right;
	text-align: right;
	padding-bottom: 20px;
}

#product-category.product-cart .left {
	width: 160px;	
}

#product-category.product-cart .right {
	float: left;
	width: calc(100% - 320px);
	text-align: center;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 30px;
	color: white;
	text-transform: uppercase;
	position: relative;
	top: 5px;
}







#view {
	float: left;
	width: 100%;
	padding: 0 8%;
	box-sizing: border-box;
	margin-bottom: 100px;
}

#view .product-item {
	float: left;
	width: 100%;
}

#view .product-item-wrapper {
	float: left;
	width: 100%;
}

#view .product-item .image {
	float: left;
	width: 50%;
	text-align: center;
	padding-right: 50px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
    flex-direction: column;
}
/*
#view .product-item .image img {
	max-width: 75%;
	max-height: 500px;
}*/

#view .product-item .data {
	float: left;
	width: 50%;
	position: relative;
	padding-left: 50px;
	box-sizing: border-box;
}

#view .product-item .name {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #000000;
	font-family: "BalooTammudu2-Bold";
	font-size: 50px;
	line-height: 60px;
	padding: 30px 0 0;
	box-sizing: border-box;
}

#view .product-item .category {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #D81620;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	padding: 10px 0 0;
	box-sizing: border-box;
}

#view .product-item .more-info {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: "BalooTammudu2-Regular";
	font-size: 17px;
	line-height: 28px;
	text-transform: uppercase;
	padding: 10px 0 0;
	box-sizing: border-box;
	color:#000000;
}

#view .product-item .data form .fieldname{
	
}

#view .product-item .data form .sku{
	display: flex;
    gap: 10px;
	margin-bottom: 15px;
	height: auto;
}

#view .product-item .data form .sku .option {
	display: flex;
    justify-content: center;
    align-items: center;
}

#view .product-item .data form .sku .option input{
    height: 12px;
    margin: 0;
    margin-right: 10px;
}

#view .product-item .data form .sku .option span{
    margin-left: 8px;
}

#view .product-item .data form .sku .option p{
	height: 11px;
    font-size: 21px;
    color: black;
}

#product-about{
	 width: 100%;
    display: flex;
    flex-direction: column;

}

#product-about .top{
	
}

#product-about .top p{
	width: min-content;
    background: #E8E9EB80;
    padding: 27px 30px 20px 30px;
	margin-left: 120px;
    font-family:BalooTammudu2-SemiBold;
	font-size:18px;
	color: black;
}

#product-about .bottom{
	background: #E8E9EB80;
	width:100%;
	
}

#product-about .bottom p{
	padding: 50px 120px;
	font-family:BalooTammudu2-Regular;
	font-size:18px;
	color: black;
}

@media (max-width:768px){
	#product-about .bottom p {
    padding: 50px 50px;
    font-family: BalooTammudu2-Regular;
    font-size: 18px;
    color: black;
    }
}

#view .product-item .category a {
	text-decoration: none;
	color: #D81620;
}

#view .product-item .category a:hover {
	color: #000000;
}

#view .product-item .description {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #1E3428;
	font-family: "BalooTammudu2-Bold";
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0 0;
	box-sizing: border-box;
}

#view .product-item .price {
	float: left;
	width: 230px;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	text-align: left;
	margin-top: 50px;
}

#view .product-item .price span {
	font-family: "BalooTammudu2-Regular";
	font-size: 18px;
}

#view .product-item .price span.old {
	font-family: "BalooTammudu2-SemiBold";
	font-size: 24px;
	color: #000000;
	padding-right: 5px;
	text-decoration: line-through;
}

#view .product-item .button {
	float: left;
	clear: left;
	background: #D81620;
	box-sizing: border-box;
	color: #ffffff;
	margin-top: 30px;
	transition: 0.5s all;
}

#view .product-item .additem{
	height: 34px;
    border: none;
}

#view .product-item .button:hover {
	background: #000000;
}

#view .product-item .button .addcart {
	float: left;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding: 20px 0 5px;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 24px;
	text-transform: uppercase;
}

#view .product-item .button-nostock {
	width: 220px;
	height: 74px;
	left: calc(50% - 100px);
	border: 3px solid #c7d9c7;
	border-radius: 40px;
	background: #ffffff url('');
	overflow: hidden;
	cursor: text;
}

#view .product-item .button-nostock:hover {
	background: url('');
}

#view .product-item .button-nostock .addtocart-nostock {
	float: left;
	width: 74px;
	height: 74px;
	background: #FFD800 url('../images/bg-product-cart-nostock.svg') no-repeat center center;
	border-radius: 37px;
	position: relative;
	top: -3px;
}

#view .product-item .button-nostock .text {
	float: left;
	width: 120px;
	height: 68px;
	line-height: 68px;
	color: #c7d9c7;
	font-family: "BalooTammudu2-Bold";
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-left: 10px;
}

#view .button {
	float: left;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 40px;
	text-align: center;
}

#view .button input {
	margin: 0 auto;
	width: 200px;
	height: 40px;
	background: #D7006C;
	border: 3px solid #D7006C;
	border-radius: 30px;
	color: #ffffff;
	font-family: "BalooTammudu2-Bold";
	font-size: 16px;
	text-transform: uppercase;
	transition: 0.5s all;
	cursor: pointer;
}

#view .button input:hover {
	background: #D7006C;
	border-color: #D7006C;
}



.product-more {
	float: left;
	width: 100%;
	background: #D7006C;
	padding: 70px 0;
}

.product-more .product-tab {
	float: left;
	width: 100%;
}

.product-more .product-tab .tab-menu {
	float: left;
	width: 100%;
	height: 45px;
	padding: 0 8%;
	box-sizing: border-box;
}

.product-more .product-tab .tab-menu .tab-menu-item {
	float: left;
	width: 100%;
	height: 36px;
	text-align: center;
	color: #ffffff;
	font-family: "BalooTammudu2-Bold";
	font-size: 22px;
	line-height: 45px;
	text-transform: uppercase;
	cursor: pointer;
	padding-bottom: 10px;
}

.product-more .product-tab .tab-menu .tab-menu-item.selected, .product-more .product-tab .tab-menu .tab-menu-item:hover {
	
}

.product-more .product-tab .tab-data {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 8%;
	margin-top: 40px;
	text-align: center;
	box-sizing: border-box;
}








#footer {
	float: left;
	width: 100%;
	background: #FFC933;
	padding: 60px 0;
}

#footer .footer-title {
	float: left;
	width: 100%;
	color: #D81620;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer .left {
	float: left;
	width: 33%;
	padding-right: 40px;
	box-sizing: border-box;
}

#footer .left a, #footer .right a {
	float: left;
	width: 100%;
	font-family: "BalooTammudu2-Regular";
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 4px;
}

#footer .left a:hover, #footer .right a:hover {
	color: #D81620;
}

#footer .center {
	float: left;
	width: 33%;
	padding-right: 40px;
	box-sizing: border-box;
}

#footer .center .footer-content {
	float: left;
	width: 100%;
	font-family: "BalooTammudu2-Regular";
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

#footer .right {
	float: left;
	width: 33%;
	padding-right: 40px;
	box-sizing: border-box;
}



#copyright {
	float: left;
	width: 100%;
	height: 69px;
	background: black;
	padding: 0 6%;
	box-sizing: border-box;
}

#copyright .copyright-container {
	float: left;
	width: 100%;
	padding-top: 27px;
	color: #FFFFFF;
	font-size: 15px;
}

#copyright .copyright-container .left {
	float: left;
	width: 50%;
}

#copyright .copyright-container .right {
	float: right;
	width: 50%;
	text-align: right;
}

#copyright .copyright-container img {
	position: relative;
	left: 2px;
	transition: 0.5s all;
}

#copyright .copyright-container img:hover {
	opacity: 0.7;
}







.blockOverlay {
	z-index: 10000 !important;
}

.blockMsg.blockPage {
	z-index: 10010 !important;
}

#addCartmodal,
#confirmmodal {
	display: none;
	cursor: default;
	background-color: #ffffff;
	text-align: left;
	padding: 20px;
}

#addCartmodal .addCartmodal-close {
	float: right;
	border: 1px solid #000000;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	display: none;
}

#addCartmodal .addCartmodal-title {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	color: #000000;
    font-size: 26px;
	font-family: "BalooTammudu2-SemiBold";
	text-transform: uppercase;
}

#addCartmodal .addCartmodal-product {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
}

#addCartmodal .addCartmodal-image {
	float: left;
	width: 76px;
	height: 76px;
	text-align: center;
	margin: 15px 0 0 15px;
}

#addCartmodal .addCartmodal-image img {
	width: auto;
	max-width: 100%;
	height: 100%;
}

#addCartmodal .addCartmodal-data {
	float: left;
	width: 395px;
	position: relative;
	margin-left: 5px;
}

#addCartmodal .addCartmodal-name {
	float: left;
	width: 100%;
	clear: left;
	padding: 15px 15px 1px;
	box-sizing: border-box;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 20px;
	line-height: 24px;
	color: #000000l;
}

#addCartmodal .addCartmodal-provider {
	float: left;
	width: 100%;
	clear: left;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #D81620;
}

#addCartmodal .addCartmodal-quantity {
	float: left;
	width: 100%;
	clear: left;
	padding: 2px 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #1E3428;
}

#addCartmodal .addCartmodal-price {
	float: left;
	width: 100%;
	clear: left;
	padding: 8px 15px 15px;
	box-sizing: border-box;
	font-family: "BalooTammudu2-SemiBold";
	color: #000000;
    font-size: 22px;
}

#addCartmodal .addCartmodal-buttons {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

#addCartmodal .addCartmodal-buttons a {
	height: 20px;
	padding: 9px 26px 3px;
	border: 0;
	background: #D81620;
	color: #ffffff;
	font-family: "BalooTammudu2-Bold";
	font-size: 15px;
	transition: all 0.5s;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#addCartmodal .addCartmodal-buttons a:hover {
	cursor: pointer;
	background: #000000;
}








#shoppingcart {
	background: #ffffff;
	padding-top: 0;
}

#shoppingcart .cart-note {
	display: none;
}


#shoppingcart div.table {
	float: left;
	width: 100%;
	overflow: hidden;
}

#shoppingcart div.matrix, #checkout div.matrix {
	float: left;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
}

#checkout div.matrix {
	margin-bottom: 150px;
}

#shoppingcart div.matrix .row, #checkout div.matrix .row {
	float: left;
	width: 100%;
	position: relative;
	z-index: 10;
	margin-bottom: 40px;
}

#shoppingcart div.matrix .row .photo, #checkout div.matrix .row .photo {
	float: left;
	width: 50%;
	height: 130px;
	margin-top: 10px;
}

#shoppingcart div.matrix .row .photo img, #checkout div.matrix .row .photo img {
	height: 130px;
	width: auto;
}

#shoppingcart div.matrix .row .name, #checkout div.matrix .row .name {
	float: left;
	clear: left;
	width: 50%;
	box-sizing: border-box;
	padding: 15px 20px 15px 0;
}

#shoppingcart div.matrix .row .name a, #checkout div.matrix .row .name a {
	float: left;
	color: #000000;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	padding-top: 15px;
}

#shoppingcart div.matrix .row .name a:hover, #checkout div.matrix .row .name a:hover {
	color: #D7006C;
}

#shoppingcart div.matrix .row .name span, #checkout div.matrix .row .name span {
	font-family: "BalooTammudu2-SemiBold";
	font-size: 15px;
	color: #FFD800;
}

#shoppingcart div.matrix .row .data, #checkout div.matrix .row .data {
	float: right;
	width: 50%;
	box-sizing: border-box;
	position: relative;
}

#shoppingcart div.matrix .row .price, #shoppingcart div.matrix .row .quantity, #shoppingcart div.matrix .row .subtotal, 
#checkout div.matrix .row .price, #checkout div.matrix .row .quantity, #checkout div.matrix .row .subtotal {
	float: left;
	width: 75%;
	font-size: 18px;
	font-family: "BalooTammudu2-SemiBold";
	color: #000000;
	text-align: center;
	padding-top: 20px;
}

#shoppingcart div.matrix .row .subtotal, #checkout div.matrix .row .subtotal {
	font-size: 24px;
}

#shoppingcart div.matrix .row .data .title, #checkout div.matrix .row .data .title {
	clear: left;
	width: 25%;
	font-size: 16px;
	font-family: "BalooTammudu2-Regular";
	text-transform: uppercase;
	color: #000000;
	padding-right: 10px;
	box-sizing: border-box;
}

#shoppingcart div.matrix .row .quantity input, #checkout div.matrix .row .quantity input {
	float: none;
	width: 30px;
	border: 2px solid #D7006C;
	padding: 6px 9px 0;
	position: relative;
	color: #000000;
	top: -8px;
}

#shoppingcart div.matrix .row .data .delete, #checkout div.matrix .row .data .delete {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: -55px;
	cursor: pointer;
	background: url('../images/bg-cart-delete.svg') no-repeat center center;
	transition: 0.5s all;
}
#shoppingcart div.matrix .row .data .delete:hover, #checkout div.matrix .row .data .delete:hover {
	opacity: 0.7;
}
/*#shoppingcart div.matrix .row .data .delete:before, #shoppingcart div.matrix .row .data .delete:after {
	position: absolute;
	left: 22px;
	top: 13px;
	content: ' ';
	height: 25px;
	width: 6px;
	background-color: #fff;
}
#shoppingcart div.matrix .row .data .delete:before {
	transform: rotate(45deg);
}
#shoppingcart div.matrix .row .data .delete:after {
	transform: rotate(-45deg);
}*/

#shoppingcart div.matrix .wrapper, #checkout div.matrix .wrapper {
	float: right;
	width: 100%;
}

#shoppingcart div.matrix .resume, #checkout div.matrix .resume {
	float: left;	
	width: 100%;
	border-top: 1px solid #D7006C;
}

#shoppingcart div.matrix .resume .price, #checkout div.matrix .resume .price {
	float: left;
	text-align: left;
	padding: 15px 0 0 0;
	box-sizing: border-box;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 24px;
	text-transform: uppercase;
	line-height: 35px;
	color: #000000;
}

#checkout div.matrix .resume.shipping .shipping-name {
	float: left;
	text-align: left;
	padding: 15px 0 0 0;
	box-sizing: border-box;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 18px;
	line-height: 35px;
	color: #000000;
}

#shoppingcart div.matrix .resume #ordertotal, #checkout div.matrix .resume #ordertotal {
	float: right;
	text-align: right;
}

#checkout div.matrix .resume.shipping .price {
	float: right;
	text-align: right;
	font-size: 18px;
}






#shoppingcart table {
	float: left;
	width: 100%;
}

#shoppingcart table tr.header td {
	height: 7px;
	color: #000000;
	font-family: "BalooTammudu2-Regular";
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 20px 15px;
	border-bottom: 1px solid #D81620;
}

#shoppingcart table tr.header td.price {
	text-align: right;
}

#shoppingcart table tr.row {
	
}

#shoppingcart table tr.row td {
	padding: 12px;
	font-size: 18px;
	font-family: "BalooTammudu2-SemiBold";
	line-height: 30px;
	color: #000000;
	vertical-align: middle;
}

#shoppingcart table tr.row td .field {
	font-size: 15px;
	color: #000000;
}

#shoppingcart table tr.row td.delete {
	text-align: center;
	width: 20px;
	height: 20px;
	background: url('../images/bg-cart-delete.svg') no-repeat center center;
	position: relative;
	top: -6px;
	cursor: pointer;
}

#shoppingcart table tr.row td.delete:hover {
	opacity: 0.7;
}

#shoppingcart table tr.row td.photo .photo {
	width: 130px;
	height: 130px;
	margin: 0 auto;
}

#shoppingcart table tr.row td.photo .photo img {
	max-width: 100%;
	height: 100%;
}

#shoppingcart table tr.row td.name {
	position: relative;
}

#shoppingcart table tr.row td.name a {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-family: "BalooTammudu2-SemiBold";
}

#shoppingcart table tr.row td.name a:hover {
	color: #D7006C;
}

#shoppingcart table tr.row td.name a.category {
	font-size: 14px;
	text-transform: uppercase;
	color: #D81620;
	line-height: 20px;
	position: relative;
	top: 6px;
}

#shoppingcart table tr.row td.name span {
	font-size: 16px;
	color: #FFD800;
	text-transform: none;
}

#shoppingcart table tr.row td .delete {

}

#shoppingcart table tr.row td.quantity {
	
}

#shoppingcart table tr.row td.quantity input {
	border: 2px solid #D81620;
	padding: 6px 9px 0;
	color: #000000;
	position: relative;
	top: -3px;
}

#shoppingcart table tr.row td.price {
	text-align: right;
}

#shoppingcart table tr.row td.pricetotal {
	text-align: right;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 24px;
	color: #000000;
}

#shoppingcart table tr.row td .delete {
	cursor: pointer;
	top: 6px;
	position: relative;
}

#shoppingcart table tr.row td .delete:hover {
	opacity: 0.7;
}

#shoppingcart table tr.resume td {
	font-family: "BalooTammudu2-Bold";
	font-size: 20px;
	line-height: 30px;
	color: #1E3428;
	padding-top: 30px;
/*	border-top: 3px solid #1E3428;*/
}

#shoppingcart table tr.resume td.price {
	text-align: right;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 26px;
	color: #000000;
	text-transform: uppercase;
	padding-right: 20px;
}

#shoppingcart table tr.resume td#ordertotal {
	padding-right: 12px;	
}

.cart-buttons {
	float: right;
	width: 100%;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
}

.cart-buttons button,
.cart-buttons input {
	display: inline-block;
	width: 175px;
	height: 39px;
	padding: 4px 26px 0;
	border: 0;
	background: #D81620;
	color: #ffffff;
	font-family: "BalooTammudu2-Bold";
	font-size: 17px;
	transition: all 0.5s;
	display: inline-block;
	margin: 0 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.cart-buttons button:hover,
.cart-buttons input:hover {
	cursor: pointer;
	background: #000000;
}

#shoppingcart table tr.row td input.quantity {
	width: 30px;
}



#shoppingcart .cart-right .title {
	float: left;
	width: 100%;
	text-align: center;
	font-family: "BalooTammudu2-Bold";
	font-size: 20px;
	color: #697B8B;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 37px;
}

#shoppingcart .cart-right .login-alert {
	float: left;
	width: 100%;
	margin-top: 60px;
}

#shoppingcart .cart-right .login-alert a {
	color: #88B92C;
	font-family: "BalooTammudu2-Bold";
	font-size: 14px;
	text-decoration: none;
	transition: all 0.5s;
	cursor: pointer;
}

#shoppingcart .cart-right .login-alert a:hover {
	color: #000000
}

#shoppingcart .cart-right .minorder-alert a,
#shoppingcart .cart-right .minorder-alert a:hover {
	color: #E75F1D;
}

#shoppingcart .cart-right .total {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#shoppingcart .cart-right .total .subtitle {
	float: left;
	width: 75%;
	color: #697B8B;
	font-family: "BalooTammudu2-Bold";
	font-size: 20px;
}

#shoppingcart .cart-right .total .value {
	float: left;
	width: 25%;
	color: #697B8B;
	font-family: "BalooTammudu2-Bold";
	font-size: 20px;
	text-align: right;
}

#shoppingcart .cart-right .delivery {
	float: left;
	width: 100%;
	margin-top: 60px;
}

#shoppingcart .cart-right .delivery .subtitle {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	color: #707070;
}

#shoppingcart .cart-right .delivery .name, #shoppingcart .cart-right .delivery .email, #shoppingcart .cart-right .delivery .telephone, #shoppingcart .cart-right .delivery .address {
	float: left;
	width: 100%;
	font-family: "BalooTammudu2-Bold";
	font-size: 16px;
	line-height: 30px;
	color: #697B8B;
}

#shoppingcart .cart-right .button {
	float: left;
	width: 100%;
	margin-top: 60px;
}

#shoppingcart .cart-right .button input {
	float: left;
	width: 100%;
	height: 40px;
	background: #88B92C 0% 0% no-repeat padding-box;
	border-radius: 10px;
	padding: 6px 0;
	text-align: center;
	font-family: "BalooTammudu2-Bold";
	font-size: 16px;
	color: #ffffff;
	border: 0;
	transition: all 0.5s;
	cursor: pointer;
}

#shoppingcart .cart-right .button input:hover {
	background: #E75F1D;
}






#login {

}

#login .left {
	float: left;
	width: 100%;
}

#login .left .section-title {
	text-align: center;
	padding-top: 0;
}

#login .left .section-title .line {
	left: 0;
	display: none;
}

#login .left .section-description {
	display: none;
}

#login .left .section-description .text {
	float: left;
	width: 60%;
	font-size: 18px;
	line-height: 26px;
	color: #1E3428;
}

#login .left .section-description a {
	clear: left;
	float: left;
	width: 200px;
	height: 46px;
	line-height: 46px;
	background: #FFD800;
	color: #1E3428;
	margin-top: 50px;
	font-family: "BalooTammudu2-Bold";
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
}

#login .left .section-description a:hover {
	color: #FFD800;
	background: #1E3428;
}


#login .right {
	margin: 0 auto;
	width: 550px;
	padding-top: 100px;
}

#login .right .row {
	float: left;
	width: 100%;
	margin-bottom: 23px;
	position: relative;
}

#login .right .row a {
	font-size: 16px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	padding-top: 40px;
	display: inline-block;
	padding-left: 4px;
}

#login .right .row a:hover {
	color: #D81620;
}

#login .right .row input {
	width: 100%;
	height: 36px;
	border: 3px solid #D81620;
	border-radius:3px;
	font-size: 16px;
	color: #000000;
	padding: 11px 15px 0;
	box-sizing: border-box;
}

#login.register-section .right .row input {
	padding-left: 15px;
}

#login .right .row select {
	width: 100%;
	height: 40px;
	border: 3px solid #D81620;
	background: #ffffff;
	font-size: 15px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#login .right .row .icon_email {
	position: absolute;
	top: 4px;
	left: 5px;
	height: 36px;
	width: 36px;
	border-radius: 30px;
	display: none;
}

#login .right .row .icon_password {
	position: absolute;
	top: 4px;
	left: 5px;
	height: 36px;
	width: 36px;
	border-radius: 30px;
	display: none;
}

#login.register-section .right .row input#client_password,
#login .right .row input#client_postcode {
	width: calc(50% - 17px);
	margin-right: 30px;
}

#login .right .row input#client_repeat,
#login .right .row input#client_city {
	width: calc(50% - 17px)
}

#login .right .row input.butsave {
	margin: 0 auto;
	width: 195px;
	height: 45px;
	line-height: 55px;
	background: #D81620;
	color: #ffffff;
	font-family: "BalooTammudu2-Bold";
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
	padding: 0;
	border: 0;
	cursor: pointer;
}

#login .right .row .input {
	margin: 30px auto 0;
	position: relative;
	display: inline-block;
}

#login .right .row .input .icon {
	position: absolute;
	right: 5px;
	top: 4px;
	width: 38px;
	height: 38px;
	background-size: 25%;
	border-radius: 23px;
	display: none;
}

#login .right .row input.butsave:hover {
	background: #000000;
}










#orders, #checkout {
	background: #ffffff;
}

#orders .section-container, #checkout .section-container {
	float: left;
	width: 84%;
	padding: 0;
	margin: 0 8%;
}

#orders .left, #checkout .left {
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-top: 17px;
	padding-bottom: 60px;
	background: #E8E9EB80;
}

#orders .section-title, #checkout .section-title {
	text-align: center;
	width: calc(100% - 20px);
	padding: 70px 0 10px 20px;
	margin-bottom: 50px;
	color: #000000;
	font-size: 26px;
	line-height: 35px;
	box-sizing: border-box;
}

#orders .section-title .line, #checkout .section-title .line {
	left: 0;
}

#orders .left .section-description, #checkout .left .section-description {
	text-align: center;
}

#orders .left .section-description .text, #checkout .left .section-description .text {
	float: left;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 26px;
	color: #000000;
	text-align: center;
	margin-bottom: 40px;
}

#orders .left .section-description a, #checkout .left .section-description a {
	margin: 0 auto;
	width: 160px;
	height: 41px;
	line-height: 41px;
	background: transparent;
	color: #000000;
	display: inline-block;
	margin-top: 10px;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
	position: relative;
}

#checkout .left .section-description a {
	width: 190px;
}

#orders .left .section-description a:hover,
#orders .left .section-description a.selected, 
#checkout .left .section-description a:hover,
#checkout .left .section-description a.selected {
	color: #D81620;
}

#orders .left .section-description a .icon, #checkout .left .section-description a .icon {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 36px;
	height: 36px;
	border-radius: 25px;
	background-size: 28%;
	display: none;
}


#orders .right, #checkout .right {
	float: left;
	width: 70%;
}

#orders .account {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

#orders .account .account-menu {
	float: left;
	width: 100%;
	border-bottom: 3px solid #1E3428;
}

#orders .account .account-menu .account-menu-option {
	float: left;
	width: 50%;
	height: 40px;
	border-bottom: 6px solid transparent;
	box-sizing: border-box;
}

#orders .account .account-menu .account-menu-option.selected,
#orders .account .account-menu .account-menu-option:hover {
	border-bottom: 6px solid #1E3428;
}

#orders .account .account-menu .account-menu-option a {
	display: block;
	height: 100%;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #1E3428;
	font-family: "BalooTammudu2-Bold";
	font-size: 18px;
	transition: all 0.5s;
}


#orders .account .account-data {
	float: left;
	width: 100%;
	min-height: 250px;
	padding: 20px 0 0;
	box-sizing: border-box;
}

#orders .account .account-data .table {
	float: left;
	width: 100%;
}

#orders .account .account-data .text {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #1E3428;
}

#orders .account .account-data .table .row {
	float: left;
	width: 100%;
	border: 0;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 40px #00000029;
	border-radius: 0px 0px 130px 0px;
	margin-bottom: 23px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.5s;
	cursor: pointer;
}

#orders .account .account-data .table .row.selected a {
	border-bottom: 3px solid #D7006C;
}

#orders .account .account-data .table .row a {
	float: left;
	width: calc(100% - 50px);
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
	box-sizing: border-box;
}

#orders .account .account-data .table .order {
	float: left;
	width: 33.3%;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: left;
	font-family: "BalooTammudu2-Bold";
	font-size: 20px;
	color: #1E3428;
	text-transform: uppercase;
}

#orders .account .account-data .table .date {
	float: left;
	width: 33.3%;
	text-align: center;
	font-family: "BalooTammudu2-Bold";
	font-size: 20px;
	color: #1E3428;
	text-transform: uppercase;
}

#orders .account .account-data .table .price {
	float: left;
	width: 33.3%;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
	font-family: "BalooTammudu2-Bold";
	font-size: 20px;
	color: #1E3428;
	text-transform: uppercase;
}

#orders .account .account-data .table .status {
	float: left;
	width: 0%;
	text-align: center;
	font-family: "BalooTammudu2-Bold";
	font-size: 20px;
	color: #1E3428;
	text-transform: uppercase;
}

#orders .account .account-data .table .row .products {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding: 10px 20px 40px;
	box-sizing: border-box;
	background: #ffffff;
	display: none;
}

#orders .account .account-data .table .row .products .product {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	box-sizing: border-box;
	color: #1E3428;
}

#orders .account .account-data .table .row .products .product .product-name {
	float: left;
	width: 45%;
	padding: 0 3px;
	box-sizing: border-box;
}

#orders .account .account-data .table .row .products .product .product-provider {
	float: left;
	width: 30%;
	padding: 0 3px;
	box-sizing: border-box;
}

#orders .account .account-data .table .row .products .product .product-quantity {
	float: left;
	width: 10%;
	padding: 0 3px;
	box-sizing: border-box;
}

#orders .account .account-data .table .row .products .product .product-price {
	float: left;
	width: 20%;
	text-align: right;
	padding: 0 3px;
	box-sizing: border-box;
}

#orders .account .account-data .table .row .products .product .product-subtotal {
	float: left;
	width: 20%;
	font-family: "BalooTammudu2-Bold";
	text-align: right;
	padding: 0 3px;
	box-sizing: border-box;
}

#orders .account .account-data .table .row .products .product .product-name.title,
#orders .account .account-data .table .row .products .product .product-provider.title,
#orders .account .account-data .table .row .products .product .product-quantity.title,
#orders .account .account-data .table .row .products .product .product-price.title,
#orders .account .account-data .table .row .products .product .product-subtotal.title {
	font-family: "BalooTammudu2-Bold";
	font-size: 18px;
	color: #1E3428;
	text-transform: uppercase;
}



#orders .right .row, #checkout .right div.row {
	float: left;
	width: 100%;
	margin-bottom: 23px;
}

#checkout .right div.row {
	margin-bottom: 40px;
}

#orders .right .row-title, #checkout .right .row-title {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 26px;
	font-family: "BalooTammudu2-SemiBold";
	text-transform: uppercase;
}

#orders .right .row input, #checkout .right .row input {
	width: 100%;
	height: 36px;
	padding-top: 8px;
	border: 3px solid #D81620;
	font-size: 16px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#orders .right .row select, #checkout .right .row select {
	width: 100%;
	height: 36px;
	border: 3px solid #D81620;
	background: #ffffff;
	font-size: 16px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#orders .right .row input#client_password,
#orders .right .row input#client_postcode, 
#checkout .right .row input#shipping_password,
#checkout .right .row input#shipping_postcode {
	width: calc(50% - 17px);
	margin-right: 30px;
}

#orders .right .row input#client_repeat,
#orders .right .row input#client_city, 
#checkout .right .row input#shipping_repeat,
#checkout .right .row input#shipping_city {
	width: calc(50% - 17px)
}

#orders .right .row .buttons, #checkout .right .row .buttons {
	float: left;
	width: 100%;
	text-align: right;
	position: relative;
	margin-top: 40px;
}

#orders .right .row input#account-update, #checkout .right .row input#account-update {
	width: 160px;
	height: 41px;
	line-height: 41px;
	background: #D81620;
	padding-top: 5px;
	color: #ffffff;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
	border: 0;
	cursor: pointer;
}

#orders .right .row input#account-update:hover, #checkout .right .row input#account-update:hover {
	background: #000000;
}

#orders .right .row .buttons .icon, #checkout .right .row .buttons .icon {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 36px;
	height: 36px;
	border-radius: 25px;
	background-size: 28%;
	display: none;
}








/*
#checkout {
	padding-top: 0;
	margin-top: -17px;
}

#checkout .left {
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-top: 17px;
	padding-bottom: 100px;
	background: #AECC4D;
	box-shadow: 0px 0px 40px #00000029;
	border-radius: 0px 0px 0px 130px;
}

#checkout .section-title {
	text-align: center;
	width: calc(100% - 20px);
	padding: 70px 0 10px 20px;
	margin-bottom: 50px;
	color: #ffffff;
	font-size: 26px;
	line-height: 35px;
	box-sizing: border-box;
}

#checkout .section-title .line {
	left: 0;
}

#checkout .left .section-description {
	text-align: center;
}
	
#checkout .left .section-description .text {
	float: left;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
}

#checkout .left .section-description a {
	margin: 0 auto;
	width: 152px;
	height: 41px;
	padding-right: 30px;
	line-height: 41px;
	background: #ffffff;
	border-radius: 23px;
	border: 1px solid #D7006C;
	color: #D7006C;
	display: inline-block;
	margin-top: 50px;
	font-family: "BalooTammudu2-Bold";
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
	position: relative;
}

#checkout .left .section-description a.double {
	line-height: 20px;
}


#checkout .left .section-description a:hover,
#checkout .left .section-description a.selected {
	background: #D7006C;
	color: #ffffff;
}

#checkout .left .section-description a .icon {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 36px;
	height: 36px;
	border-radius: 25px;
	background: #ffffff url('../images/bg-store-button-dark.png') no-repeat center center;
	background-size: 28%;
}


#checkout .right {
	float: left;
	width: 70%;
	padding-top: 50px;
}

#checkout .checkout {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

#checkout .checkout .checkout-menu {
	float: left;
	width: 100%;
	border-bottom: 3px solid #1E3428;
}

#checkout .checkout .checkout-menu .checkout-menu-option {
	float: left;
	width: 33.3%;
	height: 40px;
	border-bottom: 6px solid transparent;
	box-sizing: border-box;
}

#checkout .checkout .checkout-menu .checkout-menu-option.selected {
	border-bottom: 6px solid #1E3428;
}

#checkout .checkout .checkout-menu .checkout-menu-option a {
	display: block;
	height: 100%;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #1E3428;
	font-family: "BalooTammudu2-Bold";
	font-size: 18px;
	transition: all 0.5s;
}


#checkout .checkout .checkout-data {
	float: left;
	width: 100%;
	min-height: 250px;
	padding: 40px 0;
	box-sizing: border-box;
}



#checkout .right .row {
	float: left;
	width: 100%;
	margin-bottom: 23px;
}

#checkout .right .row input {
	width: 100%;
	height: 40px;
	border: 3px solid #AECC4D;
	border-radius: 23px;
	font-size: 14px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
*/
#checkout .right .field_name label {
	float: left;
	width: 50%;
	height: 40px;
	font-size: 15px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#checkout .right .field_name input {
	float: left;
	clear: left;
	top: -3px;
	position: relative;
}

#checkout .right .row select {
	width: 100%;
	height: 40px;
	border: 3px solid #D81620;
	font-size: 14px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#checkout .right .row input.checkbox {
	height: auto;
}
/*

#checkout .right .row input#account-update {
	clear: left;
	float: left;
	width: 200px;
	height: 46px;
	line-height: 46px;
	background: #FFD800;
	color: #1E3428;
	margin-top: 40px;
	font-family: "BalooTammudu2-Bold";
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
	border: 0;
	cursor: pointer;
}

#checkout .right .row input#account-update:hover {
	color: #FFD800;
	background: #1E3428;
}


#checkout .right table .row {
	float: none;
}
*/



#checkout .right table.checkout-products {
	float: left;
	width: 100%;
	margin-bottom: 150px;
}

#checkout .right table.checkout-products tr.header td {
	height: 7px;
	color: #000000;
	font-family: "BalooTammudu2-Regular";
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 20px 15px;
	border-bottom: 1px solid #D7006C;
}

#checkout .right table.checkout-products tr.header td.price {
	text-align: right;
}

#checkout .right table.checkout-products tr.row td {
	padding: 25px 12px;
	font-size: 20px;
	line-height: 30px;
	color: #1E3428;
	vertical-align: middle;
}

#checkout .right table.checkout-products tr.row td.delete {
	padding: 2px;
	text-align: center;
}

#checkout .right table.checkout-products tr.row td .photo {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

#checkout .right table.checkout-products tr.row td .photo img {
	max-width: 100%;
	height: 100%;
}

#checkout .right table.checkout-products tr.row td.name {
	position: relative;
	text-transform: uppercase;
}

#checkout .right table.checkout-products tr.row td.name a {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-family: "BalooTammudu2-SemiBold";
	text-transform: none;
}

#checkout .right table.checkout-products tr.row td.name a.category {
	font-size: 14px;
	text-transform: uppercase;
	color: #D7006C;
	line-height: 20px;
	position: relative;
	top: 6px;
	font-family: "BalooTammudu2-SemiBold";
	text-decoration: none;
}

#checkout .right table.checkout-products tr.row td.name a:hover {
	color: #D7006C;
}

#checkout .right table.checkout-products tr.row td.name span {
	font-size: 16px;
	color: #FFD800;
	text-transform: none;
}

#checkout .right table.checkout-products tr.row td .delete {

}

#checkout .right table.checkout-products tr.row td.quantity {
	
}

#checkout .right table.checkout-products tr.row td.quantity input {
	border: 3px solid #FFD800;
	padding: 5px 10px;
	color: #1E3428;
}

#checkout .right table.checkout-products tr.row td.price {
	text-align: right;
}

#checkout .right table.checkout-products tr.row td.pricetotal {
	text-align: right;
	font-family: "BalooTammudu2-Bold";
	font-size: 30px;
	color: #FFD800;
}

#checkout .right table.checkout-products tr.row td .delete {
	cursor: pointer;
	top: 6px;
	position: relative;
}

#checkout .right table.checkout-products tr.row td .delete:hover {
	opacity: 0.7;
}

#checkout .right table.checkout-products tr.resume td {
	font-family: "BalooTammudu2-SemiBold";
	font-size: 20px;
	line-height: 30px;
	color: #1E3428;
	padding-top: 30px;
	border-top: 1px solid #D7006C;
}

#checkout .right table.checkout-products tr.resume td.bold {
	padding-left: 12px;
}

#checkout .right table.checkout-products tr.resume td.price {
	text-align: right;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 30px;
	color: #1E3428;
	text-transform: uppercase;
	padding-right: 20px;
}

#checkout .right table.checkout-products tr.resume td#ordertotal {
	padding-right: 12px;
	
}


#checkout .right table.confirmation_table {
	float: left;
	width: 100%;
}

#checkout .right table.confirmation_table td.datatable {
	font-size: 18px;
	line-height: 28px;
	color: #1E3428;
}

#checkout .right table.confirmation_table td.datatable.title {
	font-family: "BalooTammudu2-Bold";
	text-transform: uppercase;
}


/*
#checkout div.matrix {
	float: left;
	width: 100%;
	overflow: hidden;
	display: none;
	padding-bottom: 150px;
}

#checkout div.matrix .row {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

#checkout div.matrix .row .photo {
	float: left;
	width: 180px;
	height: 180px;
	margin-right: 30px;
}

#checkout div.matrix .row .photo img {
	max-width: 100%;
	max-height: 100%;
}

#checkout div.matrix .row .name {
	float: left;
	width: calc(100% - 210px);
	border: 3px solid #FFD800;
	box-sizing: border-box;
	padding: 20px;
}

#checkout div.matrix .row .name a {
	color: #1E3428;
	font-family: "BalooTammudu2-Bold";
	font-size: 20px;
	text-transform: uppercase;
}

#checkout div.matrix .row .name span {
	font-family: "BalooTammudu2-Bold";
	font-size: 15px;
	color: #FFD800;
}

#checkout div.matrix .row .data {
	float: left;
	width: calc(100% - 210px);
	box-sizing: border-box;
	padding-top: 20px;
	position: relative;
}

#checkout div.matrix .row .price, #checkout div.matrix .row .quantity, #checkout div.matrix .row .subtotal {
	float: left;
	width: 33.3%;
	font-size: 18px;
	color: #1E3428;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

#checkout div.matrix .row .data .title {
	font-family: "BalooTammudu2-Bold";
}

#checkout div.matrix .resume {
	float: left;
	width: 100%;
	border-top: 3px solid #1E3428;
}

#checkout div.matrix .resume .price {
	float: left;
	width: 100%;
	text-align: right;
	padding: 25px 25px 0 0;
	box-sizing: border-box;
	font-family: "BalooTammudu2-Bold";
	font-size: 26px;
	color: #1E3428;
	text-transform: uppercase;
}

#checkout div.matrix .resume.shipping .shipping-name {
	float: left;
	width: 66%;
	font-size: 18px;
	color: #1E3428;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 25px;
}

#checkout div.matrix .resume.shipping .price {
	width: 33%;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
}*/





#home .section-title {
	padding-top: 0;
}

#home .block-description {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

#home .block-description .title {
	float: left;
	width: 100%;
	font-family: "BalooTammudu2-SemiBold";
	font-size: 20px;
	margin-bottom: 20px;
}





.ui-dialog .login,
.ui-dialog .register {
	float: left;
	width: 100%;
}

.ui-dialog .login .email {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.ui-dialog .login .password,
.ui-dialog .register .password,
.ui-dialog .register .email,
.ui-dialog .register .address,
.ui-dialog .register .postcode,
.ui-dialog .register .telephone {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.ui-dialog .register .name {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.ui-dialog .login .email .subtitle,
.ui-dialog .login .password .subtitle,
.ui-dialog .register .email .subtitle,
.ui-dialog .register .password .subtitle,
.ui-dialog .register .name .subtitle,
.ui-dialog .register .address .subtitle,
.ui-dialog .register .postcode .subtitle,
.ui-dialog .register .telephone .subtitle {
	float: left;
	width: 100%;
	font-family: "BalooTammudu2-Regular" !important;
	font-family: "BalooTammudu2-Bold";
	font-size: 16px;
	line-height: 30px;
	color: #697B8B;
	position: relative;
}

.ui-dialog .register .password .subtitle-password {
	width: 50%;
}

.ui-dialog .register .email .subtitle span#email-exist,
.ui-dialog .login .email .subtitle span#email-exist {
	position: absolute;
	left: 70px;
	top: 0;
	color: #E75F1D;
	text-transform: uppercase;
	font-size: 14px;
	display: none;
}

.ui-dialog .login .email .input,
.ui-dialog .login .password .input,
.ui-dialog .register .email .input,
.ui-dialog .register .password .input,
.ui-dialog .register .name .input,
.ui-dialog .register .address .input,
.ui-dialog .register .postcode .input,
.ui-dialog .register .telephone .input {
	float: left;
	width: 100%;
	font-family: "BalooTammudu2-Regular" !important;
	font-family: "BalooTammudu2-Bold";
	line-height: 30px;
	color: #697B8B;
}

.ui-dialog .login .email .input input,
.ui-dialog .login .password .input input,
.ui-dialog .register .email .input input,
.ui-dialog .register .password .input input,
.ui-dialog .register .name .input input,
.ui-dialog .register .address .input input,
.ui-dialog .register .postcode .input input,
.ui-dialog .register .telephone .input input {
	border: 1px solid #D4D7DD;
	border-radius: 5px;
	width: 95%;
	height: 40px;
	font-family: "BalooTammudu2-Regular" !important;
	font-size: 16px !important;
	color: #697B8B;
}

.ui-dialog .register .postcode .input input#register-postcode {
	width: 25%;
	margin-right: 10px;
}

.ui-dialog .register .postcode .input input#register-city {
	width: 65%;
}

.ui-dialog .register .password .input input#register-password,
.ui-dialog .register .password .input input#register-repassword {
	width: 45%;
}

.ui-dialog .register .password .input input#register-password {
	margin-right: 10px;
}

.ui-dialog .register #error-list {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	color: #E75F1D;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "BalooTammudu2-Regular" !important;
	font-family: "BalooTammudu2-Bold";
}

.ui-dialog .register #error-list span {
	font-family: "BalooTammudu2-Bold";
}

.ui-dialog .login .forgot {
	float: right;
	width: 100%;
	font-family: "BalooTammudu2-Regular" !important;
	font-family: "BalooTammudu2-Bold";
	font-size: 14px;
	line-height: 30px;
	color: #697B8B;
	margin-top: 12px;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
}

.ui-dialog .login .forgot span#alert {
	position: absolute;
	left: 0;
	top: 0;
	color: #E75F1D;
}

.ui-dialog .login .forgot span {
	cursor: pointer;
	transition: all 0.5s;
}

.ui-dialog .login .forgot span:hover {
	color: #000000;
}

.ui-dialog .login .button,
.ui-dialog .register .button {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.ui-dialog .login .button input,
.ui-dialog .register .button input {
	float: left;
	width: 100%;
	height: 40px;
	font-family: "BalooTammudu2-Regular" !important;
	font-family: "BalooTammudu2-Bold";
	font-size: 16px !important;
	line-height: 30px;
	text-transform: uppercase;
	color: #ffffff !important;
	text-align: center;
	background: #88B92C;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.5s;
}

.ui-dialog .login .button input:hover,
.ui-dialog .register .button input:hover {
	background: #E75F1D;
}

.ui-dialog .login .register,
.ui-dialog .register > .register {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	color: #707070;
}

.ui-dialog .login .register a,
.ui-dialog .register > .register a {
	color: #88B92C;
	text-decoration: none;
	transition: all 0.5s;
	font-size: 14px;
}

.ui-dialog .login .register a:hover {
	color: #E75F1D;
}

.ui-dialog .login #forgot-back,
.ui-dialog .login #login-register,
.ui-dialog .register #register-back {
	cursor: pointer;
}

.ui-dialog .register .check {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.ui-dialog .register .check label {
	cursor: pointer;
	color: #697B8B;
}

.ui-dialog .register .check #register-check {
	position: relative;
	top: 5px;
}

.ui-dialog .alert {
	float: left;
	width: 100%;
	margin-top: 30px;
	font-size: 15px;
}








	



/* LIGHT VIEW */
.lv_shadow, .lv_bubble, .lv_shadow canvas {
	display: none !important;
}

.lv_overlay {
	opacity: 0.7 !important;
}

.lv_button_top_close {
	left: 770px !important;
	top: 115px !important;
	width: 60px !important;
	height: 60px !important;
}

.lv_button_top_close:hover {
	background-position: 0 0 !important;
}

.lv_skin {
	display: none;
}

.lv_window, .lv_content {
	height: 600px !important;
}

.lv_content_wrapper {
	height: 530px !important;
    width: 950px !important;
}



/* WIDGET */
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget-content {
    font-size: 15px !important;
	line-height: 30px !important;
	color: #1E3428 !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none !important;
}

.ui-corner-all {
	border-radius: 0 !important;
	border: 0 !important;
}

.ui-widget-header {
	background: url('') !important;
	text-align: center;
	font-family: "BalooTammudu2-SemiBold" !important;
	font-size: 18px;
}

.ui-dialog {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	padding: 10px;
	border-radius: 0 !important;
	z-index: 10002 !important;
}

.ui-dialog-title {
	font-weight: normal !important;
	width: 100%;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
	color: #000000;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: transparent !important;
	padding: 1px !important;
	top: 8px;
	right: 0;
}

.ui-dialog .ui-dialog-buttonpane {
	border: 0 !important;
	text-align: center;
	padding: .3em .4em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane button {
	border: 0 !important;
	border-radius: 0 !important;
	font-family: "BalooTammudu2-SemiBold" !important;
	background: #D7006C url('') !important;
	color: #ffffff !important;
	text-transform: uppercase;
	cursor: pointer;
	padding: 2px 20px 0;
	font-size: 16px !important;
	height: 32px;
	line-height: 40px;
	transition: 0.5s all;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background: #000000 url('') !important;
	border: 0 !important;
}

.ui-widget-overlay {
	background: #000000 !important;
	opacity: 0.7 !important;
	z-index: 10000 !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
	background: url('../images/bg-delete.svg') no-repeat center center;
	transition: all 0.5s;
	width: 21px;
	height: 20px;
}

.ui-dialog .ui-dialog-titlebar-close span:hover {
	opacity: 0.7;
}

.ui-dialog .ui-dialog-content {
	font-family: "BalooTammudu2-Regular" !important;
}



/* CALENDAR */
#ui-datepicker-div {
	border-radius: 5px !important;
	border: 1px solid #000000 !important;
	font-family: "BalooTammudu2-Regular" !important;
	z-index: 1003 !important;
}

#ui-datepicker-div .ui-datepicker-header {
	border-radius: 5px !important;
	background: #000000 url('') !important;
	color: #ffffff !important;	
	font-size: 14px !important;
	text-shadow: 0 !important;
	font-family: "BalooTammudu2-Regular" !important;
	border: 0 !important;
}

#ui-datepicker-div .ui-state-default {
	background: #eaeaea url('') !important;
	font-size: 14px !important;
	color: #00a752 !important;
	border: 0 !important;
	font-family: "BalooTammudu2-Regular" !important;
}

#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div .ui-state-hover {
	background: #074e30 url('') !important;
	color: #ffffff !important;
}

#ui-datepicker-div .ui-state-active {
	background: #074e30 url('') !important;
}

#ui-datepicker-div .ui-timepicker-div dl dt {
	font-family: "BalooTammudu2-Regular" !important;
}

#ui-datepicker-div .ui_tpicker_hour .ui-state-default,
#ui-datepicker-div .ui_tpicker_minute .ui-state-default {
	background: #fba51a url('') !important;
}

#ui-datepicker-div .ui_tpicker_hour .ui-state-active,
#ui-datepicker-div .ui_tpicker_minute .ui-state-active {
	background: #2face4 url('') !important;	
}

#ui-datepicker-div .ui-datepicker-buttonpane .ui-state-default {
	background: #fba51a url('') !important;
	color: #ffffff !important;
}

#ui-datepicker-div .ui-datepicker-buttonpane .ui-state-hover {
	background: #2face4 url('') !important;	
}

#ui-datepicker-div .ui-datepicker-prev .ui-icon {
	
}

#ui-datepicker-div .ui-datepicker-prev:hover {
	background-color: transparent !important;
	border: 0 !important;
	cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-next .ui-icon {
	
}

#ui-datepicker-div .ui-datepicker-next:hover {
	background-color: transparent !important;
	border: 0 !important;
	cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-calendar thead {
	color: #000000 !important;
}


























@media screen and (max-width: 1800px) {

	#view .product-item .image img {
		max-width: 100%;
		height: auto !important;
	}
	
	
	#featured .product-list .product .product-image img {
		width: 100% !important;
		height: auto !important;
	}

}














@media screen and (max-width: 1520px) {

	#featured .product-list .product, #list .product-list .product {
		width: 262px;
	}
	
	#list #search {
		width: 240px;
	}
	
	#list .product-list .product {
		height: 382px;
	}
	
	#list .product-list .product .product-image {
		height: 200px;
	}
	
	#list .product-list .product .product-image a img {
		width: auto !important;
		height: 200px !important;
	}
	
	#list .product-list .product .product-addtocart, #featured .product-list .product .product-addtocart {
		margin-top: -32px;
	}
	
	#list #results {
		width: calc(100% - 240px);
	}

}








@media screen and (max-width: 1300px) {
	
	#checkout .left .section-description a {
		width: auto;
	}
	
	
}









@media screen and (max-width: 1000px) {
	
	#header {
		background: #e8e9eb url('../images/bg-ipad.png') no-repeat right;
		background-size: 1000px;
		height: 780px;
	}
	
	#header-navigation #burger {
		display: inline;
		top: 80px;
		left: auto;
		right: 6%;
	}
	
	#header-navigation .content .navigation{
		display:none;
	}
	
	#header-navigation .content {
        justify-content: flex-start;
    }
	
	#header #burger-menu {
		display: inline;
	}
	
	#header #menu-container {
		display: none;
	}
	
	#header .slogan {
		width: 100%;
		margin-top: 350px;
	}
	
	#header .slogan .text {
		font-size: 40px;
		line-height: 50px;
	}
	
	#features .feature .feature-image {
		width: 100%;
	}
	
	#features .feature .feature-image {
		background-position: center center;
		margin: 20px 0;
	}
	
	
	#features .feature .feature-text {
		width: 100%;
	}
	
	#features .feature .feature-text {
		text-align: center;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 15px;
	}
	
	
	#banners .banners {
		text-align: center;
	}
	
	#banners .banners .banner {
		width: 45%;
		float: none;
		display: inline-block;
	}
	
	#banners .banners .banner a {
		margin: 0 11px 22px;
	}
	
	
	#footer {
		padding-bottom: 0;
	}
	
	#footer .left, #footer .center, #footer .right {
		width: 50%;
		margin-bottom: 50px;
	}
	
	
	#view .product-item .data {
		padding-left: 0;
	}
	
	
	#list #search {
		width: 100%;
	}
	
	#list #results {
		width: 100%;
		padding-left: 0;
	}
	
	
	#orders, #checkout {
		padding: 50px 0;
	}
	
	#orders .left, #checkout .left {
		width: 100%;
		padding-bottom: 20px;
	}
	
	#checkout .left {
		margin-bottom: 50px;
	}
	
	#orders .section-title, #checkout .section-title {
		padding: 40px 0 10px 20px;
		margin-bottom: 20px;
	}
	
	#orders .left .section-description .text, #checkout .left .section-description .text {
		margin-bottom: 20px;
	}
	
	#checkout .left .section-description a {
		width: auto;
		height: auto;
		padding: 0 25px;
	}
	
	#orders .right, #checkout .right {
		width: 100%;
	}
	
	#orders .account, #checkout .account {
		margin-top: 50px;
	}
	 
}










@media screen and (max-width: 750px) {
	
	#features .feature {
		width: 50%;
	}
	
	#banners .banners .banner {
		width: 100%;
	}
	
	#footer .center .footer-content img {
		width: 250px;
	}
	
	#copyright {
		height: auto;
	}
	
	#copyright .copyright-container {
		padding: 27px 0 18px;
	}
	
	#copyright .copyright-container .left, #copyright .copyright-container .right {
		float: left;
		width: 100%;
		text-align: left;
	}
	
	
	#product-category {
		margin-bottom: 120px;
	}
	
	#view {
		margin-bottom: 0;
	}
	
	#view .product-item .image {
		width: 100%;
		margin-bottom: 50px;
		padding-right: 0;
	}
	
	#view .product-item .image img {
		max-height: 400px !important;
		width: auto !important; 
	}
	
	#view .product-item .data {
		width: 100%;
	}
	
	#view .product-item .name {
		font-size: 30px;
		line-height: 35px;
	}
	
	
	#shoppingcart div.table {
		display: none;
	}
	
	#shoppingcart div.matrix {
		display: block;
	}
	
	
	#checkout div.table {
		display: none;
	}
	
	#checkout div.matrix {
		display: block;
	}
	
}
	
	
	
	
	
	
	

@media screen and (max-width: 700px) {

	.blockMsg.blockPage {
		width: calc(100% - 6px) !important;
		top: 30% !important;
		left: 0 !important;
	}
	
	#addCartmodal .addCartmodal-buttons a {
		margin-bottom: 15px;
	}
	
	#addCartmodal .addCartmodal-data {
		width: 100%;
	}
	
	
	#login .right {
		width: 100%;
	}
	
	#checkout .right div.form {
		float: left;
		width: 100%;
	}
	
	#checkout .right div.form .field_name {
		float: left;
		width: 70%;
	}
	
	#checkout .right .field_name label {
		float: left;
		width: calc(100% - 25px);
	}
	
	#checkout .right div.form .field_price {
		float: left;
		width: 30%;
	}
	
}







@media screen and (max-width: 600px) {
	
	#header .slogan {
		margin-top: 250px;
	}
	
	#header .slogan .text {
		font-size: 30px;
		line-height: 40px;
	}
	
	#footer .left, #footer .center, #footer .right {
		width: 100%;
	}
	
	
	#list .product-options {
		display: flex;
		flex-direction: column;
	}
	
	#list .product-options .product-result {
		width: 100%;
		order: 2;
		margin-top: 10px;
	}
	
	#list .product-options .product-sort {
		width: 100%;
		text-align: left;
		margin-top: 0;
		order: 1;
	}
	
	
	#orders .account .account-data .table .row .products .products-table {
		display: none;
	}
	
	#orders .account .account-data .table .row .products .products-matrix {
		display: block !important;
	}
	
	#orders .account .account-data .table .row .products .products-matrix .product .product-name,
	#orders .account .account-data .table .row .products .products-matrix .product .product-quantity,
	#orders .account .account-data .table .row .products .products-matrix .product .product-price,
	#orders .account .account-data .table .row .products .products-matrix .product .product-subtotal {
		width: 60%;
		text-align: left;
	}
	
	#orders .account .account-data .table .row .products .products-matrix .product .product-name.title,
	#orders .account .account-data .table .row .products .products-matrix .product .product-quantity.title,
	#orders .account .account-data .table .row .products .products-matrix .product .product-price.title,
	#orders .account .account-data .table .row .products .products-matrix .product .product-subtotal.title	{
		width: 40%;
		text-align: left;
		clear: left;
	}
	
	#orders .account .account-data .table .order, #orders .account .account-data .table .date, #orders .account .account-data .table .price {
		width: 100%;
		padding-left: 10px;
		box-sizing: border-box;
		text-align: left;
	}
	

}








@media screen and (max-width: 500px) {
	
	#header #cart {
		height: 50px;
	}
	
	#header #cart a.cart {
		padding-top: 10px;
	}
	
	#header #cart a.user {
		padding-top: 0px;
	}
	
	#feedback .feedback-list .feedback {
		width: 300px;
		height: 213px;
	}
	
	#feedback .feedback-list .feedback .feedback-text {
		height: 105px;
	}
	
	#view .product-item .button .addcart {
		padding: 16px 0 5px;
		font-size: 18px;
	}
	
	
	#shoppingcart div.matrix .row, #checkout div.matrix .row {
		display: flex;
		flex-direction: column;
	}

	#shoppingcart div.matrix .row .data, #checkout div.matrix .row .data {
		order: 3;
		width: 100%;
	}
	
	#shoppingcart div.matrix .row .data .title, #checkout div.matrix .row .data .title {
		width: 50%;
		text-align: right;
		padding-right: 25px;
	}
	
	#shoppingcart div.matrix .row .data .delete, #checkout div.matrix .row .data .delete {
		left: auto;
		right: 0;
		top: -71px;
	}
	
	#shoppingcart div.matrix .row .price, #shoppingcart div.matrix .row .quantity, #shoppingcart div.matrix .row .subtotal,
	#checkout div.matrix .row .price, #checkout div.matrix .row .quantity, #checkout div.matrix .row .subtotal {
		width: 50%;
		text-align: left;
	}
	
	#shoppingcart div.matrix .row .photo, #checkout div.matrix .row .photo {
		order: 1;
		width: 100%;
	}
	
	#shoppingcart div.matrix .row .name, #checkout div.matrix .row .name {
		order: 2;
		width: 100%;
		text-align: center;
	}
	
	#shoppingcart div.matrix .row .name a, #checkout div.matrix .row .name a {
		float: none;
	}
	
	#product-category.product-cart .right {
		font-size: 20px;
		top: 1px;
		width: auto;
		float: right;
	}
	
	
	#list .product-list .product {
		float: none;
		display: inline-block;
	}
	
	#header #cart a.logout {
		margin-top: 0;
	}
	
	#product-category {
        font-size: 14px;
    }

}



@media (max-width:440px){
	#header {
		background: #e8e9eb url('../images/bg-phone.png') no-repeat right;
	}
	#product-category {
        font-size: 11px;
    }
}





@media screen and (max-width: 400px) {
	
	#features .feature {
		width: 100%;
	}
	
	#features .feature1 .feature-image {
		background-size: 20%;
	}
	#features .feature2 .feature-image {
		background-size: 30%;
	}
	#features .feature3 .feature-image {
		background-size: 16%;
	}
	#features .feature4 .feature-image {
		background-size: 18%;
	}
	
	#features .feature .feature-image {
		margin: 10px 0;
		height: 65px;
	}
	
	#features .feature .feature-text {
		font-size: 16px;
	}
	
	
	#featured .product-title span, #feedback .feedback-title span {
		width: 140px;
		display: inline-block;
	}
	
	#featured .product-list .controls, #feedback .feedback-list .controls {
		top: -113px;
	}
	
	#featured .product-title .line, #feedback .feedback-title .line {
		top: 14px;
	}
	
	/*#product-category .right {
		float: left;
		text-align: left;
	}*/
	

	
}









@media screen and (max-width: 440px) {
	
	#header #cart {
		padding-left: 20px;
		left: calc((100% - 293px) / 2) !important;
	}
	
	#header #cart a.user {
		padding-right: 20px;
	}

}
