/*
============================================================================
Reset (No need to edit anything)
============================================================================
*/
html,body,div,span,button,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	font-family:inter-regular;
	letter-spacing:1.6px;
	font-size:16px;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

:focus {
	outline:0;
}

body {
	background:#fff;
	line-height:1.2;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {
	font-weight:normal;
	text-align:left;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:;
}

a img {
	border:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*
============================================================================
 FONTS
============================================================================
*/


@font-face {
    font-family: 'inter-regular';
    src:  url('fonts/inter/inter_regular.ttf') format('truetype'), 
}

@font-face {
    font-family: 'inter-light';
    src:  url('fonts/inter/inter_light.ttf') format('truetype'), 
}

@font-face {
    font-family: 'inter-thin';
    src:  url('fonts/inter/inter_thin.ttf') format('truetype'), 
}

@font-face {
    font-family: 'inter-bold';
    src:  url('fonts/inter/inter_bold.ttf') format('truetype'), 
}


.josefin-italic{
    font-family: "Josefin Sans", sans-serif;
    font-style: italic;
    font-size:35px;
}
/*
============================================================================
Global (h1..h6,lists,paragraphs,tables,links,form elements etc)
============================================================================
*/

	
/* Headings */
h1 {
	font-size:41px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:12px;
}
	

ul,ol {
	margin:0 0 1.625em 2.5em;
}

ul {
	list-style:square;
}

ol {
	list-style-type:decimal;
}

ol ol {
	list-style:upper-alpha;
}

ol ol ol {
	list-style:lower-roman;
}

ol ol ol ol {
	list-style:lower-alpha;
}

ul ul,ol ol,ul ol,ol ul {
	margin-bottom:0;
}

dl {
	margin:0 1.625em;
}

dt {
	font-weight:bold;
}

dd {
	margin-bottom:1.625em;
}

strong {
	font-weight:bold;
}

cite,em,i {
	font-style:italic;
}

blockquote {
	font-family:Georgia, "Bitstream Charter", serif;
	font-style:italic;
	font-weight:normal;
	margin:0 3em;
}

blockquote em,blockquote i,blockquote cite {
	font-style:normal;
}

blockquote cite {
	color:#666;
	font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	letter-spacing:.05em;
	text-transform:uppercase;
}

pre {
	font:13px "Courier 10 Pitch", Courier, monospace;
	line-height:1.5;
	margin-bottom:1.625em;
	overflow:auto;
	padding:.75em 1.625em;
}

code,kbd {
	font:13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,acronym,dfn {
	cursor:help;
}

address {
	display:block;
	margin:0 0 1.625em;
}

ins {
	text-decoration:none;
}

sup,sub {
	height:0;
	line-height:1;
	position:relative;
	vertical-align:baseline;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}


	
/* Form elements */
input[type=text],input[type=password],textarea {
}

input[type=text]:focus,textarea:focus {
}

textarea {
	padding-left:3px;
	width:98%;
}

input[type=text] {
	padding:3px;
}



	
/* Text links */
a {
	text-decoration:none;
}

	
/* Alignment */
.alignleft {
	display:inline;
	float:left;
	margin-right:1.625em;
}

.alignright {
	display:inline;
	float:right;
	margin-left:1.625em;
}

.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


	
/* Make sure embeds and iframes fit their containers */
embed,iframe,object {
	max-width:100%;
}

img {
	max-width: 100%;
}

	
/*
============================================================================
Structure (for every page in the theme)
============================================================================
*/

.section{
	width:100%;
	float:left;
}

.full{
	max-width:100% !important;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.partial{
	max-width: 1200px;
}

.section-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-separator{
	height:30px;
	background:white;
	position:relative;
}

.btn {
    background: #6D7D5A;
    color: #fff !important;
    border: none;
    padding: 5px 14px;
    cursor: pointer;
    transition: background 0.3s ease;
	letter-spacing:0;
	font-family:inter-light;
	z-index:1;
	width: fit-content;
}

.bold{
	font-weight: bold;
}

.wrap {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
}

.section2 {
	border-top: 1px solid white;
	padding: 30px 0;
}

.section_main {
	padding-top: 10px;
}

.main-content {
	float: left;
	width: 74.4680851%;
}

#sidebar {
	float: right;
	width: 23.4042553%;
}

/*
============================================================================
Header (Logo etc)
============================================================================
*/

#header {
	backdrop-filter: blur(27px);
	-webkit-backdrop-filter: blur(27px);
	z-index:99;
	position:fixed;
	filter: brightness(1.16);
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
	transition: all 0.3s ease;
}

.logo {
    height: 78px;
	transition: all 0.3s ease;
}

.header.shrink {
    height: 70px; 
	transition: all 0.3s ease;
}

.header.shrink .logo{
    height: 50px; 
    transition: all 0.3s ease;
}

.header .logo img{
	height:100%;
}

.nav .menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 90px;
    margin: 0;
    padding: 0;
}

.menu a {
    text-decoration: none;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
}

.menu a:hover {
    color: #6D7D5A;
}

.dropdown {
    position: relative;
}

.dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 60px; /* invisible hover area bridge */
    background: transparent;
}

/*.dropdown-menu {
    position: absolute;
    list-style: none;
    padding: 8.5px 0;
    min-width: 180px;
    background: transparent;
    backdrop-filter: blur(27px) brightness(1.16);
    -webkit-backdrop-filter: blur(27px) brightness(1);
    z-index: 1000;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	margin:0;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}*/

.dropdown-menu {
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    list-style: none;
	padding:8.5px 0;
    min-width: 160px;
	margin:0;
	opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 100;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    padding: 8.5px 26px;
    white-space: nowrap;
}

.dropdown-menu li a {
    color: black;
    display: block;
    transition: color 0.2s ease;
}

.dropdown-menu li a:hover {
    color: #6D7D5A;
}


/* Actions (buttons & icons) */
.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-meeting:hover {
    background: #005ed6;
}

.icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.icon:hover {
    opacity: 0.7;
}

@media (max-width:1250px){
	.nav .menu{
        gap: 50px;
    }
	
	#header .container{
		max-width:95%;
	}
}

@media (max-width:1000px){
	
}


/*
============================================================================
HOMEPAGE START
============================================================================
*/

/* Homepage slideshow */

#homepage {
}

.home-banner {
    height: 912px !important;
	z-index:0;
	position:relative;
	display: flex;
    justify-content: center;
}

.home-banner .slide-controls{
	height: 100%;
    position: absolute;
    width: 1200px;
    top: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {

}

.home-banner .swiper-slide .slide-content{
    height: 792px;
	width:100%;
	position:absolute;
	top:120px;
	bottom:235px
}

.home-banner .swiper-slide .slide-content .content{
    width: 100%;
    position: relative;
    height: 100%;
}

.home-banner .swiper-slide .bg-image{
    object-fit: cover;       
    object-position: center;
	width:100%;
	height:100%;
}

.home-banner-arrows{
	position: absolute;
    bottom: 100px;
    width: 156px;
	height:auto;
    display: flex;
	left: 0;
}

.home-banner .slide-controls .swiper-button-next,
.home-banner .slide-controls .swiper-button-prev{
	width: calc(var(--swiper-navigation-size) / 50 * 50);
	--swiper-navigation-size: 30px;
	--swiper-theme-color: white;
	font-weight: 600;
	left:unset;
	top:unset;
	position:absolute;
	bottom:0;
}

.home-banner .slide-controls .swiper-button-next{
	right: 0px;
}

.home-banner .slide-controls .swiper-button-prev{
	left: 0px;
}


/* Version 1 arrows better looking but client dont want 

.home-banner-arrows{
	position: absolute;
    bottom: 100px;
    width: 156px;
    height: 156px;
    display: flex;
    flex-direction: column-reverse;
	left: 0;
}

.home-banner .slide-controls .swiper-button-next,
.home-banner .slide-controls .swiper-button-prev{
	position:relative;
	left:unset;
	top:unset;
	right:unset;
	margin-top:unset;
	border: 2px solid white;
    padding: 22px;
	width: calc(var(--swiper-navigation-size) / 50 * 50);
	--swiper-navigation-size: 30px;
	--swiper-theme-color: white;
	backdrop-filter: blur(27px) brightness(1.16);
    -webkit-backdrop-filter: blur(27px) brightness(1.16);
}

.home-banner .slide-controls .swiper-button-next{
	left: 77px;
}

.home-banner-arrows .swiper-button-next:hover,
.home-banner-arrows .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.15);
	transition: all 0.3s ease;
}*/

.home-banner .slide-controls .swiper-pagination {
    bottom: 100px;
    width: 100%;
}

.home-banner .slide-controls .swiper-pagination-bullet {
	transition: all 0.3s ease;
	background:white;
	width:46px;
	height:3px;
	border-radius:unset;
	backdrop-filter: blur(27px) brightness(1.16);
    -webkit-backdrop-filter: blur(27px) brightness(1.16);
	opacity:0.5;
}

.home-banner .slide-controls .swiper-pagination-bullet-active {
	transition: all 0.3s ease;
	width:136px;
	opacity:1;
	
}

.shop-block{
	display: flex;
    position: absolute;
    bottom: 100px;
    right: 0;
    z-index: 1;
    color: white;
    font-size: 35px;
    flex-direction: column;
    align-items: end;
    text-align: end;
	gap:15px;
}

.shop-banner{
	font-size:20px;
}




@media (max-width:1250px){
	.home-banner .slide-controls{
		width:95%;
	}
}


/* FEATURED */

.product-wrapper {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px; /* spacing between button and modal */
	height:400px;
}

/* Flip direction */
.product-wrapper.flip-left .quickshop-modal.show {
    transform: translateX(-300px) scale(1);
}

.plus-button {
    position: absolute;
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    color: #fff;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(15px);
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    text-decoration: none;
}

.plus-button p{
	font-size:27px;
	margin:unset;
	margin-block:unset;
	transition: all 0.3s ease;
}

.plus-button.active p{
    transform: rotate(45deg);
	font-size:27px;
	transition: all 0.3s ease;
}

.quickshop-modal {
    position: absolute;
    transform: translateX(-50%) scale(1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 10;
}

.quickshop-modal.show {
    opacity: 1;
    pointer-events: all;
    transform: translateX(60px) scale(1);
}

.quickshop-content {
    background: #fff;
    padding: 15px;
    width: 260px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
	height:370px;
	display: flex;
    flex-direction: column;
	align-items: center;
	gap:15px;
}

.quickshop-content .image-container{
	width: 100%;
    height: 240px;
    overflow: hidden;
}

.quickshop-content .image-container img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.quickshop-content .info{
	display:flex;
	height:70px;
	width:100%;
	gap:30px;
}

.quickshop-content .info .text{
	display:flex;
	flex-direction:column;
	gap:5px;
	width:160px;
	text-align:left;
}

.quickshop-content .name{
	
	color:#6D7D5A;
	letter-spacing:0;
	font-family:inter-bold;
	text-align:left;
	width: 100%;
}

.quickshop-content .info .text .description{
	color:black;
	letter-spacing:0;
	font-family:inter-regular;
	line-height:1.4;
}

.quickshop-content .info .price{
	width:100px;
	margin:unset;
	margin-block:unset;
	text-align:right;
	 display: flex;
    flex-direction: column;
    gap: 4px;
}

.quickshop-content .info .price .pvp{
	font-size:10px;
	font-family:inter-light;
	letter-spacing:1px;
}

.price .old { 
    text-decoration: line-through; 
	color: #999; 
	margin-right: 6px; 
}

.price .promo { 

}

.btn-buy { 
    background: #6D7D5A;
    color: #fff;
    padding: 7px 15px;
    text-decoration: none;
    width: fit-content;
    font-family: inter-bold;
}

.btn-buy:hover { 
    background: #005ed6; 
}



@keyframes modalIn {
    from { transform: scale(0.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.home-banner .title{
	color:white;
	line-height:1.2;
}


/* SERVICES SECTION HOMEPAGE  */

.services{
	position:relative;
}

.section-mix-blended{
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 1;
    color: white;
	
	text-align:left;
	background:rgba(109, 125, 90, 0.67);
	mix-blend-mode: multiply;
}

.section-mix-blended::before{
	 content: "";
	position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    background:rgba(109, 125, 90, 0.67);
    z-index: 1;
    mix-blend-mode: multiply;
	width:100%;
}

.services .section-title{
    
	height:100px;
	z-index: 2; 
    mix-blend-mode: normal; 
    opacity: 1;
	position:absolute;
	color:white;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	
}

.services .section-title .title{
	width:100%;
	text-align:left;
}

.services .section-content .accordion {
    display: flex;
    width: 100%;
    height: 500px; 
    overflow: hidden;
	gap: 8px;
}

.services .section-content .accordion-item {
    flex: 2.5; 
    position: relative;
    transition: flex 0.5s ease;
    overflow: hidden;
    cursor: pointer;
	isolation: isolate;
}

/* overlay that blends with image */
.accordion-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: rgba(109, 125, 90, 0.62);
  mix-blend-mode: multiply;
  z-index: 1;
}

.accordion-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: rgba(109, 125, 90, 0.62);
  mix-blend-mode: multiply;
  z-index: 1;
}

.services .section-content .accordion .accordion-item:hover {
        flex: 5;
    }

.services .section-content .accordion-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.services .section-content .accordion-item:hover img {
    transform: scale(1.05);
}

.services .section-content .accordion-content {
    height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	display: flex;
    flex-direction: column;
    justify-content: end;
	color:white;
}

.accordion-content .container-mix-blended{
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    z-index: 1;
    color: white;
	text-align:left;
	background:rgba(109, 125, 90, 0.62);
	mix-blend-mode: multiply;
}

.accordion-content .container-mix-blended::before{
	 content: "";
	position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    background:rgba(109, 125, 90, 0.62);
    z-index: 1;
    mix-blend-mode: multiply;
	width:100%;
}

.accordion-content .container-title{
	height:100px;
	z-index: 2; 
    mix-blend-mode: normal; 
    opacity: 1;
	position:absolute;
	color:white;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	
}

.accordion-content .container-title .title{
    font-size:25px;	
	width:100%;
	text-align:left;
}

.services .section-content .accordion-content .number{
	display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 30px;
    font-size: 18px;
	padding: 30px;
	z-index:3;
	position: absolute;
    bottom: 100px;
}

.services .section-content .accordion-content .number .vertical-line{
	background: white;
    height: 50px;
    width: 2px;
}

.services .section-content .accordion-content .accordion-title-container{
    position:relative;
}



.services .section-content .accordion-content .accordion-title-container p{
	margin: 0;
    padding: 40px 31px;
	font-size:18px;
}

.rotate{
	rotate:-90deg;
}

.services .section-content .accordion-content {
    position: absolute;
    z-index: 2;
}

.services .section-title,
.services .section-mix-blended {
    transition: opacity 0.4s ease;
}

.accordion-item:hover.accordion-item::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: rgba(109, 125, 90, 1);
    mix-blend-mode: unset;
    z-index: 1;
}

.accordion-content .container{
	height:100%;
	background: rgba(109, 125, 90, 0.32);
	mix-blend-mode: multiply;
    opacity:0;
}

.accordion-content .services-plus{
    font-family: Josefin;
    color: white;
    font-size: 70px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
	opacity:0;
}

.accordion-content .container::after{
	content:" ";
	background: rgba(109, 125, 90, 0.32);
	mix-blend-mode: multiply;
	width:100%;
	height:80%;
	position:absolute;
	opacity:0;
}

.accordion-item:hover .accordion-content .container,
.accordion-item:hover .accordion-content .container::after,
.accordion-item:hover .accordion-content .services-plus{
    opacity:1;
}




@media (max-width: 1024px) {
    .desktop-only {
        display: none !important;
    }
	
    .mobile-only {
        display: block;
    }

    .services .section-content .acordion-convert .swiper-slide {
        position: relative;
        text-align: center;
    }

    .services .section-content .acordion-convert .swiper-slide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }

    .services .section-content .acordion-convert .swiper-slide .slide-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        color: #fff;
        text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    }
}

/* PARTNERS HOMEPAGE */

.partners { 
    background: #F5F5F5; 
	padding: 30px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display:flex;
    gap: 50px;	
}

.partners .title{
	text-align: left;
    width: 100%;
	color:#6D7D5A;
	opacity:0.52;
	line-height: 1;
    display: flex;
    flex-direction: column;
	font-family:inter-thin;
}

.partners-marquee {
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
    width: calc(2 * 100%); /* two sets of logos */
    animation: marquee 30s linear infinite;
	    mix-blend-mode: multiply;
}

.marquee-track img {
    max-height: 100px;
    width: auto;
    display: block;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.marquee-track img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Keyframes for smooth infinite scroll */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* HOMEPAGE FEATURED PRODUCTS */

.featured { 
    background: white; 
	padding: 30px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display:flex;
    gap: 50px;	
}

.featured .title{
	text-align: left;
    width: 100%;
	color:#6D7D5A;
	opacity:1;
	line-height: 1;
    display: flex;
    flex-direction: column;
	gap:11px;
	padding: 100px 0;
	text-align:left;
	align-items: center;
}

.featured .title .title-content{
	width: 100%;
	display: flex;
    flex-direction: column;
    gap: 11px;
}

/* === SLIDER === */
.slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*height: 100vh; /* fills viewport when sticky */
}

.slider {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: max-content;
	 gap: 15px;
}

.product {
    width: calc(97.3vw / 3);
        height: calc(100vh - 324px);
    border: 2px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .product-image{
	position:absolute;
	top:0%;
	width:100%;
	left:0%;
	height:70%;
}

.product .product-image img{
	object-fit:contain;
	width:100%;
	height:100%;
}

.product .product-info{
	position: absolute;
    bottom: 17%;
    left: 5%;
	color:#000000;
	display:flex;
	flex-direction: column;
	gap:10px;
}

.product .product-info .name{
	font-size:23px;
	font-family:inter-thin;
}

.product .product-info .brand{
	font-size:15px;
	letter-spacing:1.3px;
}

/* FEEDBACKS */

.feedback{
	flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 50px;
	padding-top: 75px;
}

.feedback .title{
	    text-align: left;
    width: 100%;
    color: #6D7D5A;
    opacity: 0.52;
    line-height: 1;
    display: flex;
    flex-direction: column;
    font-family: inter-thin;
}

.feedback .feedback-swiper{

}

.feedback .feedback-swiper .swiper-slide{
    height:400px;
	background:#F5F5F5;
}

.feedback .feedback-swiper .swiper-slide .commas{
	position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
}

.feedback .feedback-swiper .swiper-slide .slide-content{
    width: 70%;
    margin-left: 15%;
    height: 100%;
    display: flex;
    text-align: left;
    flex-direction: column;
	    margin-top: 60px;
    gap: 40px;
	color:#6D7D5A;
}

.feedback .feedback-swiper .swiper-slide .slide-content .identification{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feedback .feedback-swiper .swiper-slide .slide-content .identification .name{
    font-family:inter-bold;
}

.feedback .feedback-swiper .swiper-slide .slide-content .identification .country{
    display: flex;
    align-items: center;
    gap: 10px;
	font-family:inter-light;
	letter-spacing: 0px;
}

.feedback .feedback-swiper .swiper-slide .slide-content .text{ 
    line-height: 1.2;
	letter-spacing: 0px;
}

.arrows-feedback{
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 40px 0;
}

.arrows-feedback .feedback-arrows{
	display:flex;
	width:100%;
	justify-content:right;
	gap: 100px;
}

.arrows-feedback .feedback-arrows div{
	cursor:pointer;
}


/* HOMEPAGE BLOG */

.homepage-blog{
	position:relative;
}

.homepage-blog .section-mix-blended{
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 1;
    color: white;
	
	text-align:left;
	background:rgba(109, 125, 90, 0.67);
	mix-blend-mode: multiply;
}

.homepage-blog .section-mix-blended::before{
	 content: "";
	position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    background:rgba(109, 125, 90, 0.67);
    z-index: 1;
    mix-blend-mode: multiply;
	width:100%;
}

.homepage-blog .section-title{
    
	height:100px;
	z-index: 2; 
    mix-blend-mode: normal; 
    opacity: 1;
	position:absolute;
	color:white;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	
}

.homepage-blog .section-title .title{
	width:100%;
	text-align:left;
}

.homepage-blog .section-content .accordion {
    display: flex;
    width: 100%;
    height: 500px; 
    overflow: hidden;
	gap: 8px;
}

.homepage-blog .section-content .accordion-item {
    flex: 2.5; 
    position: relative;
    transition: flex 0.5s ease;
    overflow: hidden;
    cursor: pointer;
	isolation: isolate;
}

/* overlay that blends with image */
.homepage-blog .accordion-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: rgba(109, 125, 90, 0.62);
  mix-blend-mode: multiply;
  z-index: 1;
}

.homepage-blog .accordion-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: rgba(109, 125, 90, 0.62);
  mix-blend-mode: multiply;
  z-index: 1;
}

.homepage-blog .section-content .accordion .accordion-item:hover {
        flex: 5;
    }

.homepage-blog .section-content .accordion-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.homepage-blog .section-content .accordion-item:hover img {
    transform: scale(1.05);
}

.homepage-blog .section-content .accordion-content {
    height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	display: flex;
    flex-direction: column;
    justify-content: end;
	color:white;
}

.homepage-blog .accordion-content .container-mix-blended{
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    z-index: 1;
    color: white;
	text-align:left;
	background:rgba(109, 125, 90, 0.62);
	mix-blend-mode: multiply;
}

.homepage-blog .accordion-content .container-mix-blended::before{
	 content: "";
	position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    background:rgba(109, 125, 90, 0.62);
    z-index: 1;
    mix-blend-mode: multiply;
	width:100%;
}

.homepage-blog .accordion-content .container-title{
	height:100px;
	z-index: 2; 
    mix-blend-mode: normal; 
    opacity: 1;
	position:absolute;
	color:white;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	
}

.homepage-blog .accordion-content .container-title .title{
    font-size:25px;	
	width:100%;
	text-align:left;
}

.homepage-blog .section-content .accordion-content .number{
	display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 30px;
    font-size: 18px;
	padding: 30px;
	z-index:3;
	position: absolute;
    bottom: 100px;
}

.homepage-blog .section-content .accordion-content .number .vertical-line{
	background: white;
    height: 50px;
    width: 2px;
}

.homepage-blog .section-content .accordion-content .accordion-title-container{
    position:relative;
}



.homepage-blog .section-content .accordion-content .accordion-title-container p{
	margin: 0;
    padding: 40px 31px;
	font-size:18px;
}

.rotate{
	rotate:-90deg;
}

.homepage-blog .section-content .accordion-content {
    position: absolute;
    z-index: 2;
}

.homepage-blog .section-title,
.homepage-blog .section-mix-blended {
    transition: opacity 0.4s ease;
}

.homepage-blog .accordion-item:hover.accordion-item::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: rgba(109, 125, 90, 1);
    mix-blend-mode: unset;
    z-index: 1;
}

.homepage-blog .accordion-content .container{
	height:100%;
	background: rgba(109, 125, 90, 0.32);
	mix-blend-mode: multiply;
    opacity:0;
}

.homepage-blog .accordion-content .services-plus{
    font-family: Josefin;
    color: white;
    font-size: 70px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
	opacity:0;
}

.homepage-blog .accordion-content .container::after{
	content:" ";
	background: rgba(109, 125, 90, 0.32);
	mix-blend-mode: multiply;
	width:100%;
	height:80%;
	position:absolute;
	opacity:0;
}

.homepage-blog .accordion-item:hover .accordion-content .container,
.homepage-blog .accordion-item:hover .accordion-content .container::after,
.homepage-blog .accordion-item:hover .accordion-content .services-plus{
    opacity:1;
}

.separator-btn{
	height: 175px;
    position: relative;
	display:flex;
	justify-content:center;
}

.separator-btn div{
	width: 100%;
    position: relative;
}

 .separator-btn div a{
	position: absolute;
    right: 0;
	top: 35px;
}


@media (max-width: 1024px) {
    .desktop-only {
        display: none !important;
    }
	
    .mobile-only {
        display: block;
    }

    .homepage-blog .section-content .acordion-convert .swiper-slide {
        position: relative;
        text-align: center;
    }

    .homepage-blog .section-content .acordion-convert .swiper-slide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }

    .homepage-blog .section-content .acordion-convert .swiper-slide .slide-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        color: #fff;
        text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    }
}

/* HOMEPAGE FAQS */

.faqs{
	padding:70px 0;
	background:#F5F5F5;
}

.faqs .section-content{
	display:flex;
	flex-direction:column;
	gap:50px;
	color:#6D7D5A;
	
}

.faqs .section-content .title{
	display:flex;
	flex-direction:column;
	gap:10px;
	opacity:0.52;
}

.faqs .section-content .content{
	display:flex;
	gap:30px;
}

.faqs .section-content .content .side{
	display:flex;
	flex-direction:column;
	gap:30px;
}

.faqs .section-content .content .side a{
	color:#6D7D5A;
}



/*
============================================================================
HOMEPAGE END
============================================================================
*/

/*
============================================================================
FOOTER START
============================================================================
*/

#footer{
	background:white;
	color:#6D7D5A;
}

#footer #column-form{
	width: 382px;
}

#footer a{
	color:#6D7D5A;
}

#footer .title{
	font-size:18px;
	font-family:inter-bold;
} 

#footer .footer{
	display:flex;
	gap:100px;
	padding:100px 0;
}

#footer .footer .column{
	display:flex;
	flex-direction:column;
	gap:100px;
	width: auto;
}

#footer .footer .column .footer-logo{
	width:137px;
	height:137px;
}

#footer .footer .column .footer-logo img{
	width:100%;
	height:100%;
}

#footer .footer .column .socials{
	display: flex;
    gap: 20px;
}

#footer .footer .column .socials a{
	
}

#footer .footer .column .socials a img{
	
}

#footer .footer .column .contacts{
	display: flex;
    flex-direction: column;
    gap: 100px;
	width: max-content;
}

#footer .footer .column .contacts .contact{
	display:flex;
	flex-direction:column;
	gap:10px;
}

#footer .footer .column .contacts .contact .email{
	display:flex;
	gap:10px;
	font-family:inter-light !important;
}

#footer .footer .column .contacts .contact .number{
	display:flex;
    gap:10px;
	justify-content:flex-end;
	align-items:center;
	font-family:inter-light !important;
}

#footer .footer .column .footer-nav{
	font-family:inter-light !important;
	display:flex;
	flex-direction:column;
	gap:60px;
}

#footer .footer .column .footer-nav a{ 
	font-family:inter-light !important;
}


#footer .footer .column .form-contact{
	display:flex;
	gap:20px;
	flex-direction:column;
}

#footer .footer .column .form-contact .text{
	display:flex;
	gap:12px;
	flex-direction:column;
}

#footer .footer .column .form-contact .text .description{
    font-family:inter-light !important;
}

#footer .footer .column .form-contact form{
	display: flex;
    flex-direction: column;
    gap: 8px;
}

#footer .footer .column .form-contact form input[type="text"]{
	background:#F5F5F5;
	padding:5px 20px;
	border:none;
	font-family:inter-light !important;
	color
}

#footer #captcha{
    width: 116px;
}

#footer #newsletter_submit{
	text-align:center;
	width:auto;
}

#footer .footer .column .form-contact form input::placeholder{
	color:#6D7D5A;
	opacity:0.6;
}

#footer .footer .column .payments{
	display: flex;
    flex-direction: column;
    gap: 50px;
}

#footer .footer .column .payments .text{
	display: flex;
    flex-direction: column;
    gap: 25px;
}

#footer .footer .column .payments .text .description{
	font-family:inter-light !important;
}

#footer .footer .column .payments .methods{
	
}

#footer .footer .column .payments .methods img{
	
}

#footer .footer .column .slogan span{ 
	font-size:41px;
}

#footer .footer .column .questions{
	display:flex;
	flex-direction:column;
	gap:10px;
}

#footer .footer .column .customer-support{
	display:flex;
	flex-direction:column;
	gap:10px;
}

#footer .footer .column .customer-support a{
	
}

.copyright{
	background:#6D7D5A;
	color:white;
	padding:30px 0;
	justify-content:space-between;
}

.copyright .content{
	width:100%;
	justify-content:space-between;
	display:flex;
	
}

.copyright .content .side{
	
}


/*
============================================================================
FOOTER END
============================================================================
*/

/* Product Lists */

.product-list {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.product-list li {
	position: relative;
	float: left;
	width: 23.4042553%;
	margin-right: 2.1276595%;
	margin-bottom: 25px;
}

.product-list li:nth-child(4n) {
	margin-right: 0%;
}

.product-list.threecol li:nth-child(12n) {
	margin-right: 2.1276595%;
}

.product-list.threecol li:nth-child(4n) {
	margin-right: 2.1276595%;
}

.product-list.threecol li.last {
	margin-right: 0;
}

.product-list.threecol li {
	width: 31.4285714%;
}

.product-list li img {
	min-width: 100%;
}

.thumbnails {

}

.images {
	margin-bottom: 25px;
}

.thumbnails a {
	display: inline-block;
	margin-right: 10px;
	width: 60px;
	height: 60px;
}

.p-thumb, .product .images .attachment-shop_single, .thumbnails a {
	background: url("") #ffffff;
	/*background: url("../images/p-bg.png") no-repeat center;*/
	line-height: 0;
	margin-bottom: 8px;

	border: 4px solid white;

	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.p-info {
	line-height: 1.3;
}

.p-info a {
	float: left; 
	width: 65%;
}

.p-info .price {
	float: right;
	width: 35%;
	text-align: right;
	font-weight: 700;
	color: #454545;
}

.product_list_widget ins {
	color: #454545;
	font-weight: 700;
}

.star-rating {
	margin: 5px 0;
}

.price del {
	color: #fe0000;
}

.product-list li .price del {
	display: inline-block;
}

.product-block h3 {
	margin-bottom: 25px;
}

.lined, .widget h3 {
	position: relative;
}

.widget h3:after, .lined:after {
  border-bottom: 1px dotted #bcbbb8;
  content: " ";
  display: block;
  height: 0.9em;
  overflow: hidden;
}

.widget h3 span, .lined span {
	float: left;
	margin-right: 10px;
}


/*
============================================================================
Comments (everything related to the comments section)
============================================================================
*/

.post-comments {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#form-wrapper {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#form-wrapper .post-form {
	background: #eae9e1;
	padding: 25px;

	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.post-form label {
	display: block;
	margin-bottom: 3px;
	color: #000;
}

.post-form fieldset {
	margin-bottom: 10px;
}

.post-form input[type=text], .post-form textarea {
	background: #fff;
	border: none;
	padding: 10px;
}

.post-form input[type=text] {
	width: 60%;
}

.post-form textarea {
	width: 96%;
}

.post-form input[type='submit'], button.button {
	height: auto !important;
	padding: 6px 25px 4px !important;
}

.post-form input[type=submit]:active {
	position: relative;
	top: 1px;
}

.post-comments { margin: 30px 0; }
.post-comments ul, .post-comments ol { margin-left: 15px; padding-left: 0; }
.post-comments ul li ul, .post-comments ol li ol { margin-left: 25px }
.post-comments ul li, .post-comments ol li { list-style-type: none; margin: 15px 0; }
.post-comments ul li ul li, .post-comments ol li ol li { list-style-type: none }
.post-comments .avatar { 
	float: left; margin: 0 15px 5px 0; 
	border: 3px solid white;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.post-comments .comment-copy {width: 80%; padding: 15px; float: right; font-size: 13px; background: #ecebe5; 	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1); }
	
	.post-comments .comment-meta { text-transform: uppercase; font-size: 0.8em;}

.comment-reply-link, .btn-reply { 
	font-weight: normal;
	font-style: normal;
	float: right;
	font-size: 11px;
	text-transform: uppercase;
}

#cancel-comment-reply-link {
	display: block;
	font-style: italic;
	font-size: 11px !important;
	margin-top: 5px;
	font-weight:normal;
}

#respond {
	margin-top: 15px;
}

.comment-meta {
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}



/*
============================================================================
Widgets 
============================================================================
*/

.widget {
}

.widget ul {
	margin:0;
	padding: 0;
	list-style:none;
}

.widget ul ul {
	margin-left:1.5em;
}

.widget ul li {
	font-size:13px;
}

.widget a {
}

.widget a:hover,.widget a:focus,.widget a:active {
}

/* Search widget */

.screen-reader-text {
	display: none;
}

input#s {
	border:none;
	background: url("../images/form-bg.png") repeat-x;
	height: 27px;
	color: #9e9e9e;
	font-style:italic;
	font-size: 0.85em;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.13) inset;
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.13) inset;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.13) inset;
	padding: 0 15px;
	width: 75%;
}

input#searchsubmit {
	border: none;
	width: 16px;
	height: 16px;
	position: absolute;
	background: url("../images/search-icon.png") no-repeat;
	cursor: pointer;
	text-indent: -999em;
	top: 5px;
	right: 1px;
}

#searchform {
	position: relative;
}

/* Specific to sidebar widgets */

#sidebar .widget {
	margin-bottom: 35px;
	padding-bottom: 40px;
	background: url("../images/widget-sep.png") no-repeat center bottom;
}

#sidebar .widget_categories ul li {
    border-bottom: 1px solid #EBEAEA;
    padding: 7px 0;
}

/* Search Widget */
.widget_search form {
	position: relative;
}

.widget_search #s {
}

.widget_search #searchsubmit {
    left: 5px;
    position: relative;
    top: 3px;
}

.widget_search #searchsubmit:active {
}
	
#gallery-1 {
	margin: auto;
}
#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%;
}
#gallery-1 img {
	border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}

/* Widget lists styling */

#sidebar .widget li {
/*	padding: 10px 0;
	border-bottom: 1px solid #e3e2de;*/
}

#sidebar .widget .product-categories > li {
	padding-top: 10px;
}

#sidebar .widget .product-categories > li > a {
	font-weight: bold;
}

#sidebar .widget li:last-child {
	border-bottom: none;
}



	
/* Ephemera Widget */
section.ephemera ol,.widget_twentyeleven_ephemera ol {
	list-style:square;
	margin:5px 0 0;
}

.widget_twentyeleven_ephemera .widget-entry-title {
	padding:0;
}

.widget_twentyeleven_ephemera .comments-link a,.widget_twentyeleven_ephemera .comments-link > span {
	display:block;
	font-weight:bold;
}

section.ephemera .entry-title .comments-link a:hover,.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}

section.ephemera .entry-title a span {
}

/* Product List Widget */
ul.product_list_widget li a {
	font-weight: normal;
	font-size: 1.1em;
}

ul.product_list_widget li img {
	width: 60px;
	height: 60px;
  border: 3px solid white;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 0;
}


	
/* Widget Image */
.widget_image img {
	height:auto;
	max-width:100%;
}


/* Flickr Widget */

.flickr_badge_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.flickr_badge_image:nth-child(2n) {
	margin-right: 0;
}

.flickr_badge_image img {
	border: 5px solid #f5f5f5;
}

	
/* Calendar Widget */
.widget_calendar #wp-calendar {
	width:95%;
	text-align:center;
}

.widget_calendar #wp-calendar caption,.widget_calendar #wp-calendar td,.widget_calendar #wp-calendar th {
	text-align:center;
}

.widget_calendar #wp-calendar caption {
	font-size:11px;
	padding:5px 0 3px;
	text-transform:uppercase;
}

.widget_calendar #wp-calendar th {
	font-weight:bold;
}

.widget_calendar #wp-calendar tfoot td {
}

/* Twitter Widget */

.widget_ci_twitter_widget li {
	margin-bottom: 5px;
}

.twitter-time {
	font-style: normal;
	font-size: 10px;
	color: #7e7e7e;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding-top: 10px;
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}

/* Social Widget */

.icn {
  width: 24px;
  height: 24px;
  background-image: url(../images/social-icons.png);
  background-repeat: none;
  float:left;
  margin-right: 5px;
  text-indent: -999em;
  cursor: pointer;
}

#footer .icn, #top-head .icn {
  background-image: url(../images/social-icons-light.png);
}

.icn:focus,
.icn:active {
  outline: none;
}

.icn.twitter {
  background-position: -31px -1px;
}

.icn.twitter:hover {
  background-position: -31px -31px;
}

.icn.facebook {
  background-position: 0 -1px;
}

.icn.facebook:hover {
  background-position: 0 -31px;
}

.icn.flickr {
  background-position: -62px -1px;
}

.icn.flickr:hover {
  background-position: -62px -31px;
}

.icn.picasa {
  background-position: -94px 0;
}

.icn.picasa:hover {
  background-position: -94px -30px;
}

.icn.lnkdin {
  background-position: -125px 0;
}

.icn.lnkdin:hover {
  background-position: -125px -30px;
}

.icn.gplus {
  background-position: -156px -1px;
}

.icn.gplus:hover {
  background-position: -156px -31px;
}

.icn.rss {
  background-position: -187px -1px;
}

.icn.rss:hover {
  background-position: -187px -31px;
}

.icn.youtube {
  background-position: -218px -1px;
}

.icn.youtube:hover {
  background-position: -218px -31px;
}

.icn.wordpress {
  background-position: -250px -1px;
}

.icn.wordpress:hover {
  background-position: -250px -31px;
}

.icn.dribbble {
  background-position: -282px -1px;
}

.icn.dribbble:hover {
  background-position: -282px -31px;
}

.icn.pinterest {
  background-position: -313px -1px;
}

.icn.pinterest:hover {
  background-position: -313px -30px;
}

.icn.stumble {
  background-position: -345px -1px;
}

.icn.stumble:hover {
  background-position: -345px -30px;
}

.icn.digg {
  background-position: -380px -1px;
}

.icn.digg:hover {
  background-position: -380px -30px;
}


/* Buy / Sell ads */
#ads125 li { float:left; width:125px; margin:0 0 10px 0;  padding:0; border:none; }
#ads125 li.last { margin-left:10px; }
#ads125 img { display:block; }





/* Price Filter Widget */

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #999;
    border-radius: 1em 1em 1em 1em;
}
.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
    font-size: 0.8751em;
    line-height: 2.4em;
    text-align: right;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.price_label {
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-range {
    background: #ccc;
    border: 0 none;
    border-radius: 1em 1em 1em 1em;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    cursor: pointer;
    outline: medium none;
    position: absolute;
    top: -0.4em;
    width: 17px;
    height: 17px;
    z-index: 2;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
    background-position: 0 -20px;
}

.widget_price_filter .price_slider_amount {
    font-size: 0.8751em;
    line-height: 2.4em;
    text-align: right;
}

.clear {
	clear: both;
}

.widget_price_filter button.button {
	font-size: 1em;
	text-transform: none;
	float: right;
}

/* Shopping Cart Widget */

.widget_shopping_cart .button {
	padding-left: 20px;
	padding-right: 20px;
}

.widget_shopping_cart .amount {
	font-weight: 700;
}

.widget_shopping_cart .quantity {
	display: block;
	margin-top: 15px;
}
/*
============================================================================
Template Name: (E.g. Homepage - Styles that apply only here
============================================================================
*/

/* Catalog */

.entry {
	width: 100%;
	margin-bottom: 60px;
	position: relative;
}

.entry:last-of-type {
	margin-bottom: 30px;
}

.entry .p-thumb {
	float: left;
	width: 30.4285714%;
}

.entry-content {
	float: right;
	width: 65.7142857%;
}

.entry h1 {
	margin-bottom: 5px;
	line-height: 1.1;
}

.entry-meta {
	margin-bottom: 15px;
	font-size: 0.85em;
	font-weight: 700;
}

time {
	font-weight: normal;
}

.entry-categories a, .posted_in a, .tagged_as a {
	display: inline-block;
	margin-left: 5px;
	padding: 1px 8px;
	color: #454545;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.entry-categories a:hover {
	color: black;
}

/* Product Template */

.product {
	position: relative;
}

.images {
	float: left;
	width: 30%;
}

.summary {
	float: right;
	width: 66%;
}

.attachment-shop_single {
	position: relative;
}

.images img {

}

.product h1 {
	margin-bottom: 10px;
}

.product .price {
	position: relative;
	top: -50px;
	float: right;
}
.product .price del, .product_list_widget del {
	color: #fe0000;
	font-weight: 700;
}

.single_variation_wrap .price {
  top: auto;
}

.product .price ins, .product .price > span.amount {
	font-size: 1.15em;
	color: #454545;
	padding: 4px 10px 2px;
	letter-spacing: -0.01em;
	display: inline-block;
	font-weight: 700;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.related.products .price ins, .related-products .price > span.amount {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

	top: auto;
	background: none !important;
	text-shadow: none;
	padding: 0;
	font-size: 1em;
	border-radius: 0;
}

.related.products .price {
	top: auto;
}

.related.products .price del {
	display: inline-block;
}

.widget_login h3 {
	line-height: 1;
}
/* Newsletter - Offers in FrontPage */

.ci-newsletter {
	padding: 5px !important;
	background: url("../images/newsletter-bg.png") !important;
	margin-bottom: 45px;
	margin-top: 25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ci-newsletter-container {
	background: #fff;
	padding: 5px;

	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
}

.ci-newsletter-content {
	padding: 25px 35px 14px 35px;
}

.ci-newsletter-content h3 {
	float: left;
	font-size: 1.4em;
	margin: 0;
	border: none;
	padding-left: 35px;
	background: url("../images/envelope.png") no-repeat left 7px;
}

.ci-newsletter-content h3:after {
	border: none;
	display: none;
}

.ci-newsletter-content form {
	float: right;
	position: relative;
	top: -6px;
}

.ci-newsletter-content input[type=text] {
	border: none;
	background: #dedbd3;
	font:inherit;
	padding: 15px 10px;
	font-size: 0.8em;
	font-style:italic;
	width: 270px;

	border-bottom: 1px solid rgba(255,255,255,0.85);
	border-right: 1px solid rgba(255,255,255,0.85);

	-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.11) inset;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.11) inset;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.11) inset;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ci-newsletter-content button[type=submit] {
  padding: 6px 25px !important;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 35px !important;
}

#sidebar .ci-newsletter-content h3 {
	font-size: 1.2em;
	line-height: 1;
	background: none;
	padding: 0;
	margin-bottom: 15px;
}

#sidebar .ci-newsletter button[type=submit] {
	position: static;
	padding: 0 12px !important;
	height: 26px !important;
	margin-top: 5px;
}

#sidebar .ci-newsletter input[type=text] {
	width: 96%;
	padding: 8px;
}

#sidebar .ci-newsletter form {
	clear:both;
	float: none;
	margin-top: 10px;
	position: static;
}

#sidebar .ci-newsletter-content {
	padding-bottom: 25px;
}

/* Login Widget */

.widget_login p {
	font-size: 0.8em;
}

.widget_login input[type=text],
.widget_login input[type=password] {
	border: 1px solid #ccc;
	padding: 4px;
}

.widget_login label {
	display: block;
	margin-bottom: 3px;
	font-size: 1em;
	font-weight: 700;
}

.widget_login .submitbutton {
	font-size: 1em;
	margin-right: 5px;
}

.widget_login {
  background: none repeat scroll 0 0 #E9E8E2 !important;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 13px;
}

/* Gravity Forms */

.gform_wrapper input[type=text],
.widget_login input[type=text],
.widget_login input[type=password] {
	background: url("../images/white-grad.png") repeat-x;
}

.gform_wrapper input[type=text],
.gform_wrapper textarea {
	padding: 5px 10px !important;
	border: 1px solid #CCCCCC !important;
}

/*
============================================================================
WooCommerce Styles
============================================================================
*/

form .form-row input.input-text,
#content .form-row input.input-text,
form .form-row textarea,
#content .form-row textarea {
	background: url("../images/white-grad.png") repeat-x;

}

/* Fullwidth Template */
.page-template-template-fullwidth-php .main-content, .fullwidth .main-content,
.woocommerce-checkout .main-content,
.woocommerce-account .main-content,
.woocommerce-cart .main-content   {
	width: 100%;
}

.woocommerce-checkout #sidebar,
.woocommerce-account #sidebar,
.woocommerce-cart #sidebar {
	display: none;
}

.button, .submitbutton {
	font: inherit;
	border: none;
	height: 23px;
	text-align:center;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 9px 25px 0;
	font-weight: 700;
	border-top: 1px solid rgba(255,255,255,0.5);

	-moz-box-shadow: 0 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 0px rgba(0,0,0,0.3);
	box-shadow: 0 1px 0px rgba(0,0,0,0.3);

	text-shadow: 0 1px 0 rgba(255,255,255,0.5);

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background: url("../images/white-grad.png") repeat-x;
	margin-right: 5px;
	color: #454545;
	font-size: 0.9em;
}

.button.learn-more {
	background: url("../images/white-grad.png") repeat-x;
}

 .cart button.button {

 }

.button:hover {
	color: #000;
}

.button:active {
	position: relative;
	top: 1px;
}


.quantity {
	position: relative;
	width: 60px;
	float: left;
	margin-right: 10px;
	line-height: 0;
}

.quantity .plus, .quantity .minus {
  background: -moz-linear-gradient(center top , #F5F5F5 0pt, #E1E1E1 100%) repeat scroll 0 0 transparent;
  border: 1px solid #969696;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #676767;
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 15px;
  line-height: 0;
  margin: 0 !important;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF;
  vertical-align: text-top;
  width: 20px;
}

quantity input.qty {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #969696 -moz-use-text-color #969696 #969696;
  border-radius: 2px 0 0 2px;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  box-shadow: 0 0 2px 0 #CCCCCC inset;
  font-weight: bold;
  height: 28px;
  padding: 0;
  text-align: center;
  width: 40px;
}

.cart input {
    line-height: 1em;
    margin: 0;
    vertical-align: middle;
    padding: 5px 4px;
}
.quantity .minus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    right: 0;
}
.quantity .plus {
    border-bottom: 0 none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    top: 0;
}

span.onsale {
    background: -moz-linear-gradient(center top , #A1C41E 0%, #8FAE1B 100%) repeat scroll 0 0 transparent;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    left: 6px;
    line-height: 32px;
    margin: 0;
    min-height: 32px;
    min-width: 32px;
    padding: 4px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 #8FAE1B;
    top: 6px;
}

.product_meta {
	margin: 15px 0;
	font-size: 0.85em;
}

/* Product Page Tabs */

.woocommerce_tabs {
	margin-top: 30px !important;
}

.woocommerce_tabs ul.tabs {
	 background: url("../images/white-grad.png") repeat-x scroll 0 0 transparent;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  height: 34px;
  margin: 30px 0 20px;
	font: 16px/1 "Pt Sans Narrow",Helvetica,Arial,sans-serif;
	padding-top: 10px !important;
}

.woocommerce_tabs ul.tabs a,
.woocommerce_tabs ul.tabs a:visited {
	color: #8D8D8D;
   background: url("../images/nav-separator.png") no-repeat scroll right 2px transparent;
    display: inline-block;
    padding: 5px 20px 0 0 !important;
}

.woocommerce_tabs ul.tabs li:last-child a {
	background: none;
}

.woocommerce_tabs ul.tabs a:hover,
.woocommerce_tabs ul.tabs li.active a,
.woocommerce_tabs ul.tabs li.active a:visited {
	color: #454545;
}
.product .summary {
	margin-bottom: 30px;
}

.panel h2 {
	display: none;
}

.panel.entry-content {
	width: 100%;
	margin-left: 2px;
}

/* Variations table */

form.cart table {
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgba(0,0,0,0.02);

	-moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	position: relative;
	margin-bottom: 10px;
}

form.cart table td {
	padding: 5px 10px !important;
}

a.reset_variations {
	position: absolute;
	right: -100px;
	bottom: 0;
}

.stock {
	font-style: italic;
	margin: 0 0 25px;
}

.woocommerce_message .button {
	padding-top: 3px;
	height: 19px;
}

.main-content {
	position: relative;
}

.woocommerce_ordering {
	margin-bottom: 24px;
	position: absolute;
	right: 9px;
	top: 15px;
}

span.onsale {
	top: 12px !important;
	left: 12px !important;
}
/* Pagination - WP-Pagenavi Styles */

.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
	background: url("../images/white-grad.png") repeat-x;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	font-size: 0.85em;

	box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	padding: 5px 9px !important;
}

.wp-pagenavi span.current {
	font-weight: normal !important;
}

.sub-categories h3 {
	font-size: 14px;
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.main-cart {
	margin-top: 3px;
}

.main-cart {
	padding-left: 25px;
	background: url("../images/cart-icon.png") no-repeat left 3px;
}

.main-cart a {
	margin-left: 10px;
}

.main-cart a:hover {
	color: #fff !important;
}
/*
============================================================================
Media Queries 
============================================================================
*/

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.wrap {
		width: 748px;
	}

	.flex-direction-nav {
		display: none;
	}

	.ci-newsletter form {
		float: right;
		width: 100%;
		margin-top: 10px;
	}

	.ci-newsletter input[type=text] {
		width: 98%;
	}

	.ci-newsletter-content h3 {
		float: left;
		display: block;
	}

  a.reset_variations {
    position: static;
  }

}

/* Mobile Portrait --320px-- */

@media only screen and (max-width: 767px) {
	.wrap {
		width: 300px;
	}

	.flexslider {
		width: 300px;
	}

	.main-content,
	.entry .p-thumb,
	.entry .entry-content {
		float: none;
		width: 100%;
	}

	.entry .p-thumb {
		margin-bottom: 15px;
	}



	#sidebar {
		margin-top: 150px;
	}

	.flickr_badge_image:nth-child(3n) {
	margin-right: 0;
	}

	.flickr_badge_image:nth-child(2n) {
	margin-right: 10px;
	}

  nav ul     { display: none; }
  nav select { display: block; width: 90%; padding: 3px 2px; position: relative; top: 10px; margin: 0 auto; }

  #sidebar {
  	float: none;
  	width: 100%;
  }

  .copy-left, .copy-right {
  	display: block;
  	float: none;
  	text-align: center;
  	font-size: 0.9em;
  }

  .product li {
  	display: block;
  	float: none;
    margin:0 0 30px 0 !important;
  	width: 100%;
  }

  .product li img,
  .attachment-shop_single  {
  	min-width: 100%;
  }

  .product-list.threecol li {
  	width: 100%;
  }

  .images {
  	float: none;
  	width: 100%;
  }

  .summary {
  	float: none;
  	width: 100%;
  }


	.flex-direction-nav {
		display: none;
	}

	.s-info {
		float: none;
		width: 100%;
	}

	.s-thumb {
		float: none;
		width: 100%;
	}

	.flex-control-nav {
		position: relative;
		top: 15px;
	}

	.logo {
		text-align: center;
		float: none;
		width: 100%;
	}

	.biz-info {
		float: none;
		width: 100%;
		text-align: center;
	}

	.product-list li {
		float: none;
		margin-right: 0 !important;
		width: 100%;
	}

	.p-thumb {
		background: none;
	}


  .avatar {
  	display: none;
  }

    a.reset_variations {
    position: static;
  }


.post-comments { margin: 30px 0; }
.post-comments ul, .post-comments ol { margin-left: 0; padding-left: 0; }
.post-comments ul li ul, .post-comments ol li ol { margin-left: 0 }
.post-comments ul li, .post-comments ol li { list-style-type: none; margin: 0 0; }
.post-comments ul li ul li, .post-comments ol li ol li { list-style-type: none }
.post-comments .comment-copy {width: 88%; padding: 15px; float: none; font-size: 13px; border: 3px solid #f3f3f3; }
.post-comments .comment-meta { text-transform: uppercase; font-size: 0.8em;}


	.ci-newsletter form {
		float: none;
		margin-top: 10px;
	}

	.ci-newsletter input[type=text] {
		width: 96%;
	}

	.ci-newsletter h3 {
		float: left;
		display: block;
	}


	#reviews #comments ol.commentlist li .comment-text {
		margin: 0 !important;
	}


		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr {  }
		
		td { 
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50%; 
		}
		
		td:before { 
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}

		table.cart img {
			width: auto !important;
		}

		table.cart .quantity {
			float: none;
		}

		table.cart .product-remove {
			background-color: #f8f8f8;
		}

		.cart-collaterals .cart_totals {
    float: none !important;
    text-align: left;
    width: 100% !important;
}

	.ci-newsletter form {
		width: 100%;
		float: right;
	}
  .form.cart .variations select {
    float: none !important;
  }

  .single_variation_wrap .price {
    top: auto !important;
  }

  ul.tabs li {
    float: left;
    width: 22%;
  }
  .woocommerce_tabs ul.tabs {
    height: 47px;
    background-color: #F6F6F6;
  }

  .p-thumb, .product .images .attachment-shop_single, .thumbnails a {
    background: none;
  }

}



/* Mobile Landscape --480px-- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.wrap {
		width: 460px !important;
	}

	.flexslider {
		width: 460px;
		margin: 0 auto;
	}

	.flex-control-nav {
		position: relative;
		top: 15px;
	}

	.sld-entry-thumb img {
		min-width: 100%;
	}
	.post-comments .comment-copy {width: 92%; padding: 15px; float: none; font-size: 13px; border: 3px solid #f3f3f3; }

  form.cart .variations select {
    float: none !important;
  }

  .single_variation_wrap .price {
    top: auto !important;
  }

    ul.tabs li {
    float: left;
  }
  a.reset_variations {
    position: static;
  }

}







/*
============================================================================
default color scheme -- light yellow
============================================================================
*/


