/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

.global-danger {
	display: none;
}

/***Main CSS***/
body {
	background-color:#FFF;
	font-family: poppins, sans-serif;
}
.body {
	padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}
.frame{
	width: 1600px;
}
.frame-mobile{
	display: none;
}
.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.button:hover {
	color: #fff;
}
.about-image img {
	height: auto;
	width: 400px !important;
	margin-left: 150px;
}

/*Header*/
.navigation {
	border: none;
	background-color: rgba(0,0,0,0.66) !important;
	position: absolute;
	z-index: 100;
	width: 100%;
}
.logo {
	display: inline-block;
	height: 200px;
	max-width: 300px;
	background-position: center left;
}
.header {
	padding: 20px 0 0;
	background-image: url(images/bg-chalk-paint.jpg);
	background-size: cover;
}
.header .logo-wrap {
	pointer-events: none;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 101;
	top: 10px;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#333334 !important;
	color: #FFF;
	border-bottom: none;
}
.top-contact{
	text-align: right;
	width: 35%;
	margin: 0 0 0 auto;
	position: relative;
	top: -20px;
	/*border-top: 8px solid #ccc;*/
}
.top-basket{
	width: 35%;
	margin: 0 0 0 auto;
	top: -20px;
	/*border-top: 8px solid #ccc;*/
}
ul.social{
	display:table;
	margin: 0 0 0 60%;
}
ul.social > li {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    text-align: center;
}
ul.social > li a {
    color: #666666;
    display: block;
    font-size: 14px;
    background-color: #d3d3d3;
    min-width: 35px;
    max-width: 35px;
	margin-right: 5px;
    border-radius: 0 0 4px 4px;
    padding: 3px 5px;
    transition: all 0.2s ease-in-out 0s;
    border-top: 0px solid #88943e;

}
ul.basket{
	margin: 0 0 0 40%;
}
ul.basket > li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    text-align: center;
}
ul.basket > li a {
	text-align: center;
    color: #666666;
    display: table;
    font-size: 15px;
    background-color: #d3d3d3;
    min-width: 110px;
    max-width: 120px;
	margin-right: 3px;
    padding: 4px 8px 5px;
    transition: all 0.2s ease-in-out 0s;
    border-top: 2px solid #000;
	text-decoration: none;
	box-shadow: inset 0 0 0 #000;
}
ul.basket > li a:hover {
	box-shadow: inset 0 35px 0 #000;
	color: #fff;
}
.bg-logo{
	width: 100%;
	position: relative;
	margin-top: -2px;
}
/*Menu*/
.col-right ul.menu{
	margin: 0 0 0 auto;	
}
/*ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff !important;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: none;
	border-color:#7c2789;
	
}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}
*/
/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0);
	text-shadow: none;
	text-align: left;
	padding-left: 150px;
}
.banner .slide .slide-inner .button{
	background-color: #fff;
	color: #000;
	border: none;
	margin-top: 40px;
	width: 250px;
	padding: 10px;
	text-align: center;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {
	
}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/**Tips**/

.tips-images img:before {
}



/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#fff !important;
	background: url("images/bg-footer.png") bottom right;
	background-repeat: no-repeat;
	color: #FFF;
	padding:60px 0 100px;
	border-top: none;
}
.overlay-footer{
	pointer-events: none;
	background: url("images/bg-line.png") transparent;
	height: 60px;
	width: 100%;
	position:relative;
	margin-top: -60px;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000000;
}
.footer .break {
	width: 80px;
	height: 0px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
	padding: 0;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #000000;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #323232;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.footer-logo{
	position: relative;
    bottom: -100px;
	width: 100%;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding:8px 20px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border: 2px solid #000;
	background: linear-gradient(to right,#000 50%,transparent 50%);
	background-size: 200% 100%;
	transition: ease 0.75s;
	background-position: right;
	background-color: transparent!important;
	color: #000;
}
.button.bt-outline:hover {
	border: 2px solid #000;
	background-color: #2C2D2C;
	color: #FFF;
}
input[type="submit"], button {
	border: 1px solid #000;
	background: linear-gradient(to right,#000 50%,transparent 50%);
	background-size: 200% 100%;
	transition: ease 0.75s;
	background-position: right;
	background-color: transparent!important;
	color: #000;
	margin-top: 2px;
}
input[type="submit"]:hover, button:hover {
	background-position: left;
	background-color: transparent;
	color: #FFF;
	border: 1px solid #000;
}

.zulu-checkout_index .body,
.zulu-basket .body,
.zulu-login .body {
	padding: 170px 0;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.section-home-products{
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}
.section-home-products::before{
	content: '';
	display: block;
	transform: rotate(180deg);
	background-image: url("images/bg-line.png");
	height: 60px;
	width: 100%;
	position: absolute;
	margin-top: -120px;
	left: 0;
}
.section-home-intro {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 70%,rgba(255,255,255,1)), url('/site/file/post/JndwZA4e/bg-home-intro.png') right center / contain no-repeat !important;
}
.section-home-intro h1{
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 40px;
}
.section-home-intro p{
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 25px;
	font-color: #000;
}
.section-home-intro .button{
	width: 20%;
	text-align: center;
	background-color: #fff;
	color: #000000;
	border:1px solid #000;
	border-right:2px solid #000;
	margin-right: 15px;
}
.payment-summary {
	border: none;
	background-image: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/bg-chalk-paint.jpg");
}
.payment-summary .button {
	border: 2px solid #000;
	background: linear-gradient(to right,#000 50%,transparent 50%);
	background-size: 200% 100%;
	transition: ease 0.75s;
	background-position: right;
	background-color: transparent!important;
	color: #000;
}
.payment-summary .button:hover {
	border: 2px solid #000;;
	background-color: #2C2D2C;
	color: #FFF;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;	
}

ul.product-box{
	background-color: transparent;
}
.home-product-row ul.product-box li .box::before,
.home-product-row ul.product-box li .box::after{
	display: inline-block;
	content: '';
	position: absolute;
	top: -1px;
	width: 28px;
	bottom: -1px;
	background-image: url("images/product-border.png");
}
.home-product-row ul.product-box li .box::after,
.home-product-row ul.product-box li:first-child .box::after{
	right: -23px;
}
.home-product-row ul.product-box li .box::before{
	left: -28px;
    transform: rotate(-180deg);
}
.home-product-row ul.product-box li:first-child .box::before,
.home-product-row ul.product-box li:last-child .box::after{
	display: none;
}

.product-box > li{
	width: 33.33333%;
}
.product-box .box{
	background-color: #fff;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 30px;
}
.product-box li img{
	max-width: 200px;
	width: auto;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}
.product-box li p{
	font-weight: 200;
}
.product-box .reflection{
	transform: rotateX(180deg);
}
.product-box .reflection img{
	opacity: 0.5;
}
.product-box .reflection::after{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 60%, rgba(255,255,255,0.0) 100%);
}
.product-box .title a{
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000 !important;
}
.product-box .description{
	position: relative;
	margin-top: -70px;
}
.product-box .link{
	text-align: center;
	margin: 25px 0 40px;
}
.product-box .link .button,
.banner .slide .slide-inner .button {
	border-color: #fff;
	background-color: #fff!important;
	color: #000;
	width: 60%;
	padding: 15px 20px;
	border: 0px;
	background: none;
	transition: all 0.2s ease-in-out 0s;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
}
.banner .slide .slide-inner .button {
	width: unset;
	padding: 15px 80px;
}
.product-box .link .button:hover,
.banner .slide .slide-inner .button:hover {
	transform: scale(1.1);
}
.home-title-product img{
	max-width: 400px;
}
.row-title-button{
	padding: 50px 0;
}
.button.btn-no-bg{
	background-color: transparent !important;
	border: none;
} 
.btn-big-text{
    font-weight: 200;
    font-size: 22px;
    letter-spacing: 3px;
}
.text-white{
	color: #fff;	
}
.section-home-intro .button,
.button {
	border: 1px solid #000;
	background: linear-gradient(to right,#000 50%,transparent 50%);
	background-size: 200% 100%;
	transition: ease 0.75s;
	background-position: right;
	background-color: transparent!important;
	color: #000;
	margin-top: 2px;
}
.section-home-intro .button:hover,
.button:hover {
	background-position: left;
	background-color: transparent;
	color: #FFF;
	border: 1px solid #000;
}
.tips-section .pb-block-type-image {
	background-image: url(images/chalkboard-texture.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.tips-section .pb-block-type-image img {
	transform: scale(0.85);
	border: 2px solid #FFF;
	margin-bottom: -50px;
}
.tips-accordion h3 {
	font-size: 21px;
	transition: all 0.2s ease-in-out 0s;
	margin: 0;
}
.box.accordion h3 em {
	font-style: normal;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	padding: 5px 20px;
	border-radius: 5px;
	background-color: #333;
}
.tips-accordion .box {
	padding: 40px 20px;
	transition: all 0.2s ease-in-out 0s;
}
.tips-accordion .box:hover h3:first-child {
	transform: scale(1.03);
}

.box.accordion li {
	list-style: none;
	padding: 20px 10px;
	font-size: 14px;
	text-align: justify;
	text-align-last: center;
	border-bottom: 1px solid #eee;
	color: #333;
}
.intro-banner {
	padding-top: 200px!important;
	padding-bottom: 50px!important;
	position: relative;
}
.intro-banner::before {
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,0.33);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.banner-icon img {
	padding: 20px;
    width: unset!important;
    vertical-align: top;
    display: table;
    margin: 0 auto;
    border-radius: 120px;
    background-color: rgba(0,0,0,0.8);
}
.tips-list {
	background-color: #FFF;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 14px;
	width: 66%;
	display: table;
	position: relative;
}
.tips-list p {
	margin: 0px;
	color: #333;
}
.tips-list::before,
.tips-list::after {
	content: '';
	position: absolute;
	background-image: url(images/product-border.png);
	top: 0px;
	bottom: 0px;
	width: 18px;
	right: -18px;
}
.tips-list::after {
	left: -18px;
	transform: rotate(180deg);
}
.col.w35 {
	width: 35%!important;
}
.site-logo {
	background-position: center;
}
.intro-banner h1,
.intro-banner h2 {
	color: #FFF;
}
.intro-banner h2 {
	font-weight: 400;
	margin-bottom: 50px;
}
.contact-details a {
	text-decoration: none;
	color: #000;
}
.contact-details {
	padding: 30px;
	background-color: #FFF;
	display: table;
	position: relative;
	margin-left: 18px;
}
.contact-details-row h2 {
	font-weight: 400;
	color: #FFF;
}
.contact-details-row .col-sm-4:last-child .contact-details {
	margin-left: auto;
}
.contact-details-row .col-sm-4:nth-child(2) .contact-details {
	margin: 0 auto;
}
.contact-details p:last-child {
	margin: 0px;
}
.form-block {
	padding: 0px;
	border: 0px;
}
.form-block input,
.form-block textarea,
.form-block select {
	padding: 15px;
	font-family: "poppins", "san-serif";
}
.form-block label {
	margin-bottom: 10px;
}
.form-block select {
	height: 50px;
}
.form-block button {
	border: 2px solid #000;
	background: linear-gradient(to right,#000 50%,transparent 50%);
	background-size: 200% 100%;
	transition: ease 0.75s;
	background-position: right;
	background-color: transparent !important;
	color: #000;
	margin-top: 2px;
}
.form-block button:hover {
	background-position: left;
    background-color: #FFF;
    color: #000;
    border: 2px solid #000;
}
.button.btn-no-bg {
	border: 0px;
	color: #FFF;
	font-weight: 400;
	background: none;
}
.contact-section {
	padding-top: 120px!important;
}
.contact-section h1 {
	color: #FFF;
	margin-bottom: 50px;
}
.contact-details::before,
.contact-details::after {
	content: '';
	position: absolute;
	background-image: url(images/product-border.png);
	top: 0px;
	bottom: 0px;
	width: 18px;
	right: -18px;
}
.contact-details::after {
	left: -18px;
	transform: rotate(180deg);
}
.contact-form h2 {
	margin-top: 50px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
}
.contact-form .form-block .field label {
	color: #FFF;
}
.copyright p {
	text-align: left;
}
.copyright p a {
	float: right;
	color: #FFF;
	text-decoration: none;
}
.footer-logo {
	width: 200px;
    display: table;
    margin-left: auto;
}
.zulu-search .body {
	background-image: url(images/bg-pattern-chalkboard-6.jpg);
}
.pro-main .box.sort-box {
	background-color: transparent;
	border: 0px;
}
.layout-selector .button:first-child,
.layout-selector .button:last-child {
	border-color: #FFF;
	color: #FFF;
	padding: 10px 40px;
	background: linear-gradient(to right,#FFF 50%,transparent 50%);
	background-size: 200% 100%;
	background-position: right;
}
.layout-selector .button:first-child {
	border-right: 0px;
}
.layout-selector .button:first-child:hover,
.layout-selector .button:last-child:hover {
	background-position: left;
	color: #000;
}
.zulu-search .body {
	padding-top: 180px;
}
.sort-box .col:nth-child(2) p {
	color: #FFF;
}
.sort-box .col:nth-child(2) p b {
	font-weight: 500;
}
.pro-main h1:first-of-type {
	color: #FFF;
}
.pro-main #note_box + p {
	color: #FFF;
}
.form-block.filter .field select {
	height: 40px;
	border-left: 1px solid #DDD;
}
.form-block.filter .field input {
	padding: 6px 12px 6.5px 12px;
	text-transform: capitalize;
	font-weight: 400;
	background-color: #FFF;
	color: #000;
	border-left: 1px solid #DDD;
}
.sort-box .form-block .field {
	margin-bottom: -1px;
	background-color: #FFF;
}
.form-block.filter .field label {
	padding: 0px 5px;
	padding-left: 12px;
}
.form-block.filter .field input:hover {
	background-color: #000;
	box-shadow: inset 0 0 1px 1px #FFF;
}
.zulu-search .product-box .box {
	position: relative;
}
.zulu-search .product-box .box::after,
.zulu-search .product-box .box::before {
	display: inline-block;
    content: '';
    position: absolute;
    top: -1px;
    width: 28px;
    bottom: -1px;
    background-image: url(images/product-border.png);
	right: -23px;
}
.zulu-search .product-box .box::before {
	right: unset;
	left: -23px;
	transform: rotate(180deg);
}
.zulu-search .product-box .link .button {
	background: linear-gradient(to right,#FFF 50%,transparent 50%);
	background-size: 200% 100%;
	background-position: right;
	background-color: transparent!important;
	border: 1px solid #FFF;
	color: #FFF;
	transition: ease 0.75s;
}
.zulu-search .product-box .link .button:hover {
	background-position: left;
	background-color: #FFF!important;
	color: #000;
}
.product-box .box:hover {
	width: 85%;
}
.product-box .image {
	overflow: hidden;
}
.product-box .box:hover .image img {
	transition: all 0.2s ease-in-out 0s;
}
.sidebox .sidebox-top {
	color: #FFF;
	font-weight: 400;
	border: 0px;
}
.sidebox .links:not(:last-child) {
	border: 0px;
}
.sidebox .links li > a {
	color: #FFF;
	border-bottom: 1px solid rgba(255,255,255,0.33);
}
.sidebox .links li > a:hover {
	box-shadow: inset 280px 0 0 #FFF;
	border-color: #FFF;
	color: #000;
}
.search-box .form-block .field input {
	padding: 9px 14px;
}
.sort-box {
	padding: 10px 0px;
}
.search-box .form-block .field button {
	border-left: 1px solid #DDD;
	background: unset;
}
.search-box .form-block .field button:hover {
	background-color: #000!important;
	color: #FFF;
}
.pagination,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
	padding: 12px 20px;
}
.pagination > li > a, .pagination > li > span {
	color: #000;
}
.pagination > .active > a {
	background-color: #000;
	border-color: #000;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #FFF;
	background-color: #000;
}
ul.social > li a i {
	transition: all 0.2s ease-in-out 0s;
}
ul.social > li a:hover i {
	padding-top: 10px;
}
ul.social > li {
	vertical-align: top;
}
ul.social {
	position: absolute;
}
.top-contact {
	padding-bottom: 25px;
}
.image-wrap {
	overflow: hidden;
}
.image-wrap img {
	padding: 0px;
	border: 0px;
	transition: all 0.2s ease-in-out 0s;
}
.image-wrap:hover img {
	transform: scale(1.2);
}
.post-type-gallery .image-container .col {
	width: 20%;
}
.home-product-row .product-box .box {
	padding-bottom: 70px;
}
.section-contact-map{
	margin-left: 0;
	margin-right: 0;
} 
.section-contact-map .pb-column{
	padding-right: 0;
	padding-left: 0;
}
.contact-details-row .col-sm-4:last-child .contact-details{
	margin-left: 40%;
}
.videos-page .body {
	background-image: url(images/bg-pattern-chalkboard-6.jpg);
}
.videos-section h1 {
	margin-bottom: 30px;
}
.videos-section .pb-block-type-video {
	padding: 10px;
	background-color: #FFF;
	position: relative;
}
.videos-section .pb-block-type-video::before,
.videos-section .pb-block-type-video::after {
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	width: 10px;
	background-size: contain;
	background-image: url(images/product-border.png);
	right: -10px;
}
.videos-section .pb-block-type-video::after {
	right: unset;
	left: -10px;
	transform: rotate(180deg);
}
/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1800px) {
	.frame{
		width: 1600px;
	}
	/*.navigation .frame,
	.footer .frame,
	.copyright .frame{
		width: 1400px;
	}*/
	.section-home-products .frame,
	.section-home-intro .frame{
		width: 100%;
	}
	.contact-section .row,
	.section-home-products .row,
	.section-home-intro .row{
	    margin-right: 0;
	    margin-left: 0;
	}
	ul.basket > li a {
		margin-right: 3px;
	}
	.contact-section .pb-column,
	.section-home-products .pb-column,
	.section-home-intro .pb-column{
		padding-right: 0;
		padding-left: 0;
	}
	.section-contact-map{
		padding: 0 !important;
	}
	.pb-section{
		padding: 50px 20px;
	}
	.contact-section .frame{
		width: 100%;
	}
	.wrapper-content{
		padding: 20px;
	}
	ul.basket {
    margin: 0 0 0 20%;
	}
}
@media screen and (max-width:1600px) {
	.frame{
		width: 100%;
	}
	/*.navigation .frame,
	.footer .frame,
	.copyright .frame{
		width: 1400px;
	}*/
	.footer .column{
		width: 100%;		
	}
	.overlay-footer,
	.section-home-products::before{
		margin-top: -10%;
	}
	
}
@media screen and (max-width:1400px) {
	.navigation .frame,
	.footer .frame,
	.copyright .frame{
		width: 1200px;
	}
	.overlay-footer {
	    margin-top: -10%;
	}
	
}
@media screen and (max-width:1200px) {
	.bg-logo{
		top: -3px;
	}
	.navigation .frame,
	.footer .frame,
	.copyright .frame{
		width: 100%;
	}
	ul.basket {
    margin: 0 0 0 10%;
	}
	.footer{
		padding: 50px 20px 0;
		background-image: none;
		background: linear-gradient(to bottom, #fff 0%, #fff 80%, #333334 80%);
		text-align: center;
	}
	.footer > .frame > .coltable > .col:first-child{
		padding: 0;
	}
	.footer > .frame > .coltable > .col{
		width: 100%;
		display: block;
	}
	.footer-logo{
		margin: 0 auto;
		bottom: 0;
	}
	iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
	.section-home-intro .button{
		width: auto;
		margin-bottom: 10px;
	}
	.section-home-products::before{
		margin-top: -15%;
	}
	.about-image img{
		margin-left: 10%;
	}
	
}
@media screen and (max-width:1200px) { 
	ul.basket {
		margin:0;
	}
}
@media screen and (max-width:1000px) {
	.header{
		padding: 0;
	}
	.header .logo-wrap{
		position: relative;
	}
	.top-contact{
		top: 0;
		padding-bottom: 10px;
	}
	.top-basket{
		top: 0;
		padding-bottom: 10px;
	}
	ul.social > li a{
		border-radius: 4px;
	}
	ul.social > li a:hover{
		color: #d3d3d3;
	    background-color: #666666;
	}
	ul.social > li a:hover i{
		padding-top: 0;
	}
	ul.basket > li a{
	}
	ul.basket > li a:hover{
		color: #d3d3d3;
	    background-color: #666666;
	}
	ul.basket > li a:hover i{
		padding-top: 0;
	}
	.frame-desktop{
		display: none;
	}
	.frame-mobile{
		display: block;
	}
	ul.social{
		position: relative;
		margin: 0 0 0 auto;
	}
	ul.social > li:last-child a{
		margin-right: 0;
	}
	ul.basket{
		position: relative;
		margin: 0 0 0 auto;
	}
	ul.basket > li:last-child a{
		margin-right: 0;
	}
	.section-home-products::before {
	    margin-top: -17%;
	}
	.product-box li img{
		max-width: 100%;
	}
	.contact-section .pb-column{
		display: block;
		width: 100%;
	}
	.contact-details,
	.contact-details-row .col-sm-4:nth-child(2) .contact-details,
	.contact-details-row .col-sm-4:last-child .contact-details{
		margin: 10px auto;
	}
	.contact-details{
		padding: 15px;
	}
	.post-type-gallery .image-container .col{
		width: 33.3333%;
	}
	
	.section-about-products .pb-column{
		width: 100%;
		display: block;
	}
	.about-image img{
		margin-left: 25%;
	}
	.zulu-search .body{
		padding-top: 80px;
	}
	.coltable.page-structure > .col.col-body.pro-main,
	.coltable.page-structure > .col.col-sidebox.col-sidebox-left{
		width: 100%;
		display: block;
	}
	.coltable.page-structure > .col.col-sidebox.col-sidebox-left{
		padding-right: 0px;
	}
	.sidebox{
		width: 49.5%;
		display: inline-block;
		padding-right: 20px;
	}
	.sidebox .sidebox-top{
		margin: 0;
		padding: 0;
	}
	.top-contact{
		margin: 0 auto;
		padding: 20px 0;
	}
	.top-basket{
		width: 100%;
		padding: 0;
	}
	ul.social{
		margin: 0 auto;
	}
	ul.basket{
		margin: 0 auto;
		display: table;
		width: auto;
	}
	ul.basket > li{
		margin: 0 auto;
		text-align: center;
		display: table-cell;
	}
}
@media screen and (max-width:990px) {
	.top-contact{
		margin: 0 auto;
		padding: 20px 0;
	}
	.top-basket{
		width: 100%;
		padding: 0;
	}
	ul.social{
		margin: 0 auto;
	}
	ul.basket{
		margin: 0 auto;
		display: table;
		width: auto;
	}
	ul.basket > li{
		margin: 0 auto;
		text-align: center;
		display: table-cell;
	}
}
@media screen and (max-width:900px) {
	.intro-banner .pb-column.col-sm-3{
		width: 50%;
		display: inline-block;
	}
}
@media screen and (max-width:800px) {
	.footer{
		background: linear-gradient(to bottom, #fff 0%, #fff 88%, #333334 88%);
	}
	.footer .col{
		width: 100% !important;
		display: block;
	}
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}

	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
	.product-box > li{
		width: 100%;
	}
	.product-box .title{
		min-height: 35px;
	}
	.section-home-products::before {
	    margin-top: -20%;
	}
	.row-title-button .text-right{
		text-align: center;
	}
	.row-title-button{
		padding: 0;
		text-align: center !important;
	}
	.tips-accordion .box{
		padding: 20px;
	}
	.about-image img{
		margin-left: 0%;
		width: 100% !important;
	}
	.sort-box .col{
		width: 49% !important;
		display: inline-block;
		padding: 10px 0;
	}
	.sort-box .col:last-child{
		width: 100% !important;
		display: block;
		text-align: center !important;
	}
	.videos-section .pb-block-type-video {
		margin-bottom: 20px;
		transform: scale(0.9);
	}
	.videos-section h1,
	.contact-section h1 {
		text-align: center;
	}
	.form-block button {
		display: table;
		margin: 0 auto;
		widt
	}
	h1, p {
		text-align: center;
	}
	.button {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.section-home-intro .button {
		width: 100%;
		text-align: center;
	}
	.section-home-intro {
		background-image: none!important;
	}
	.section-home-products::before {
		margin-top: -120px;
	}
}
@media screen and (max-width:600px) {
	.intro-banner .pb-column.col-sm-3{
		width: 100%;
		display: block;
	}
	.copyright p{
		text-align: center;
	}
	.copyright p a{
		float: none;
		display: block;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	.post-type-gallery .image-container .col{
		width: 50% !important;
	}
	.sidebox{
		width: 100%;
		display: block;
	}
	.sort-box .col:first-child{
		display: block;
		margin: 0 auto;
	}
	.sort-box .form-block{
		padding: 5px;
		background-color: #FFF;
		text-align: left;
	}
/*	.sort-box .form-block.filter .field{
		width: 100%;
		display: block;
	}
*/	.sort-box .form-block.filter .field input{
	    background-color: #000;
		color: #fff;
	}
}