.cl-shoppy-container {
	width: 90%;
	max-width: 1170px;
	margin:8em auto;
}

/*.cl-shoppy-container {
    margin: 8em auto;
}*/
.cl-shoppy-container.full-width {
    width: 100%;
    max-width: none;
}

.cl-shoppy-switcher {
	text-align: center;
}

.cl-shoppy-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
	border-radius: 50em;
	border: 2px solid #2d3e50;
}

.cl-shoppy-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.cl-shoppy-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	width: 90px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 1.4rem;
	color: #909090;
}

.cl-shoppy-switcher .switch {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 40px;
	width: 90px;
	background-color: #2d3e50;
	border-radius: 50em;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}

.cl-shoppy-switcher input[type="radio"]:checked + label + .switch,
.cl-shoppy-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
	-webkit-transform: translateX(90px);
	-moz-transform: translateX(90px);
	-ms-transform: translateX(90px);
	-o-transform: translateX(90px);
	transform: translateX(90px);
}

.no-js .cl-shoppy-switcher {
	display: none;
}

.cl-shoppy-list {
	margin: 2em 0 0;
}

.cl-shoppy-list > li {
	position: relative;
	margin-bottom: 1em;
}

.price > h6{line-height:26px;} .price > h6:nth-child(odd){background:#5d6d7e;}
.cl-shoppy-features > li:nth-child(even){border-top: 1px solid #eee;}
.cl-shoppy-features > li:nth-child(odd){background:#ccc; font-family:'Roboto', Open Sans; font-size:11px; padding:6px; text-align:center;}

@media only screen and (min-width: 768px) {
  .cl-shoppy-list {
    margin: 3em 0 0;
  }
  .cl-shoppy-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .cl-shoppy-list > li {
    width: 19.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .has-margins .cl-shoppy-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .has-margins .cl-shoppy-list > li:last-of-type {
    margin-right: 0;
  }
}

.cl-shoppy-wrapper {
	position: relative;
}

.touch .cl-shoppy-wrapper {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
}

.cl-shoppy-wrapper.is-switched .is-visible {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation: rotate 0.5s;
	-moz-animation: rotate 0.5s;
	animation: rotate 0.5s;
}

.cl-shoppy-wrapper.is-switched .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse 0.5s;
	-moz-animation: rotate-inverse 0.5s;
	animation: rotate-inverse 0.5s;
	opacity: 0;
}

.cl-shoppy-wrapper.is-switched .is-selected {
	opacity: 1;
}

.cl-shoppy-wrapper.is-switched.reverse-animation .is-visible {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: rotate-back 0.5s;
	-moz-animation: rotate-back 0.5s;
	animation: rotate-back 0.5s;
}

.cl-shoppy-wrapper.is-switched.reverse-animation .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse-back 0.5s;
	-moz-animation: rotate-inverse-back 0.5s;
	animation: rotate-inverse-back 0.5s;
	opacity: 0;
}

.cl-shoppy-wrapper.is-switched.reverse-animation .is-selected {
	opacity: 1;
}

.cl-shoppy-wrapper > li {
	background-color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

.cl-shoppy-wrapper > li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	pointer-events: none;
	background: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.cl-shoppy-wrapper > li.is-ended::after {
	display: none;
}

.cl-shoppy-wrapper .is-visible {
	position: relative;
	z-index: 5;
}

.cl-shoppy-wrapper .is-hidden {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.cl-shoppy-wrapper .is-selected {
	z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
  .cl-shoppy-wrapper > li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .cl-shoppy-wrapper > li::after {
    display: none;
  }
  .exclusive .cl-shoppy-wrapper > li {
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
	border: 4px solid #3e464e;
  }
  .has-margins .cl-shoppy-wrapper > li,
  .has-margins .exclusive .cl-shoppy-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  :nth-of-type(1) > .cl-shoppy-wrapper > li::before {
    display: none;
  }
  .has-margins .cl-shoppy-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .has-margins .cl-shoppy-wrapper > li::before {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .full-width .cl-shoppy-wrapper > li {
    padding: 2.5em 0;
  }
}

.no-js .cl-shoppy-wrapper .is-hidden {
	position: relative;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .exclusive .cl-shoppy-wrapper > li::before {
    display: none;
  }
  .exclusive + li .cl-shoppy-wrapper > li::before {
    display: none;
  }
}

.cl-shoppy-header h2 {
	padding: 0.9em 0.9em 0.6em;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 6px;
	text-transform: uppercase;
	text-align: center;
}

.cl-shoppy-header{
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
	background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.exclusive .cl-shoppy-header {
    color: #1bbc9d;
 }

.cl-shoppy-header {
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

/*.cl-shoppy-header {
    color: #1bbc9d;
    background-color: transparent;
}*/

/*.cl-shoppy-header h2 {font-size: 18px !important; letter-spacing: 2px;}*/

.currency,
.value {
	font-size: 3rem;
	font-weight: 300;
}

.duration {
	font-weight: 700;
	font-size: 1.3rem;
	color: #8dc8e4;
	text-transform: uppercase;
}

.exclusive .duration {
	color: #f3b6ab;
}

.duration::before {
	content: '/';
	margin-right: 2px;
}

.currency, 
.duration {
    color: #1bbc9d;
}

.exclusive .currency,
.exclusive .duration {
    color: #2d3e50;
}

.currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 1.6rem;
    font-weight: 700;
}

.duration {
    font-size: .8rem;
}

.cl-shoppy-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-switched .cl-shoppy-body {
  overflow: hidden;
}

.cl-shoppy-body {
    overflow-x: visible;
}

.cl-shoppy-features {
	width: 600px;
}

.cl-shoppy-features:after {
	content: "";
	display: table;
	clear: both;
}

.cl-shoppy-features li {
	width:auto;
	float: none;
	padding:6px;
	font-family:'Roboto', Open Sans;
	font-size:11px;
	text-align:center;
}
.cl-shoppy-features li:first-child {
	border-top:1px solid #eee;
}
/*.cl-shoppy-features li {
	width:auto;
	float: none;
	padding:6px;
	font-family:'Roboto', Open Sans;
	font-size:13px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}*/

.cl-shoppy-features em {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.cl-shoppy-features {
    width: auto;
}

/*.exclusive .cl-shoppy-features li {margin: 0 3px;}*/
  
.cl-shoppy-features em {
    display: inline-block;
    margin-bottom: 0;
}

.has-margins .exclusive .cl-shoppy-features li {
    margin: 0;
}

.cl-shoppy-footer {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
	background:#fff;
}

.cl-shoppy-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
}

.cl-shoppy-footer::after {
    display: none;
}

.has-margins .cl-shoppy-footer {
    padding-bottom: 0;
}

.select {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 10px;
    color: #1bbc9d;
    border-radius: 8px;
    border: 1px solid #1bbc9d;
    font-size: 1rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
	transition: all .6s;
	width: 70%;
}

.no-touch .select:hover {
    background-color: #1bbc9d;
	color: #ffffff;
}

.exclusive .select {
    background-color: #1bbc9d;
	color: #ffffff;
}
  
.no-touch .exclusive .select:hover {
    background-color: #24e0ba;
}
  
.secondary-theme .exclusive .select {
    background-color: #1bbc9d;
}
  
.no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}
  
.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}






















/*
.cl-shoppy-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #909090;
}
*/












.cd-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: table-cell;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-gallery-container {
  margin: 3em auto;
}

@media only screen and (min-width: 1200px) {
  .cd-gallery-container {
    margin: 0 auto;
  }
}
/*style="display: inline-block; position: relative; padding: 2px;"*/

.cd-filter {
  position: relative;
  /*height: 40px;
  width: 440px;*/
  margin: 1em auto;
  cursor: pointer;
  z-index: 10;
  text-align:center;
}
.cd-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  /* background: url("../pricing/images/icon-small-arrow.svg") no-repeat center center; */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-filter ul {
  position: absolute;
  top: 2px;
  /*top: 0;*/
  left: -7px;
  background: #FFF;
  /* border-radius: 0.25em; */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.cd-filter li {
  display: none;
}
.cd-filter li:first-child {
  display: block;
  /* this way the placehodler is alway visible */
}
.cd-filter li:last-child a {
  border-radius: 0 0 .25em .25em;
}
.cd-filter a {
  display: block;
  height: 40px;
  width: 150px;
  line-height: 14px;
  font-weight:100;
  padding: 1em 2em;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-filter a.selected {
  background: #2d3e50;
  font-size:14px;
  padding:1em;
  color: #dadada;
}
.no-touch .cd-filter a.selected:hover {
  background: #364a5f;
}

.cl-shoppy-body li{background:#fff;}

.cd-filter.is-open::after {
  -webkit-transform: rotateY(120);
  -moz-transform: rotateY(120);
  -ms-transform: rotateY(120);
  -o-transform: rotateY(120);
  transform: rotateY(120);
  -webkit-animation: cd-rotate-inverse-back 0.5s;
  -moz-animation: cd-rotate-inverse-back 0.5s;
  animation: cd-rotate-inverse-back 0.5s;
  opacity: 0;
  /* small arrow rotation */
}
.cd-filter.is-open ul li {
  display: block;
}
.cd-filter.is-open .placeholder a {
  opacity: .4;
  /* reduces the opacity of the placeholder on mobile when the menu is open */
}
@media only screen and (min-width: 768px) {
	
	.exclusive .cl-shoppy-wrapper > li {
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
    border: 4px solid #3e464e;
}
	
  .cd-filter {
    height: auto;
    width: auto;
  }
  
  .cd-filter a.selected:before{
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #909090;
}
  
  .cd-filter::after {
    display: none;
  }
  .cd-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
	display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    border: 2px solid #2d3e50;
  }
  .cd-filter li {
    display: inline-block;
    margin:0 auto;
  }
  .cd-filter li:first-child {
    display: inline-block;
  }
  .cd-filter li.placeholder {
    display: none !important;
  }
  .cd-filter li.placeholder a {
    display: none;
  }
  .cd-filter a {
	font-family:'Raleway', Open Sans;
	text-transform:capitalize;
    display: inline-block;
	font-weight:100;
    padding: 1em 2em;
	font-size:14px;
	text-decoration:none;
    height: auto;
	color:#2d3e50;
    width: auto;
    line-height: 1;
    border-radius: 50em !important;
  }
  
  .cd-gallery ul > li:last-child{margin-right:none;}
  
  .no-touch .cd-filter a:hover {
    /*box-shadow: inset 0 0 0 2px rgba(56, 56, 56, 0.2);*/
	text-decoration:none;
  }
  .cd-filter a.selected:hover {
    box-shadow: none;
    /* removes the hover effect from the selected item */
  }
  .cd-filter.is-open ul li {
    display: inline-block;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  margin-top: 2em;
  position: relative;
  z-index: 5;
overflow-x: clip;}
.cd-gallery > li {
  position: relative;
  margin-bottom: 1em;
  display: table-cell;
  vertical-align: top;
}
.cd-gallery .cd-item-wrapper {
  /* this is the item that rotates */
  position: relative;
}


.touch .cd-gallery .cd-item-wrapper {
  /* fix a bug on IOS8 - rotating elements dissapear*/
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
}
.cd-gallery .cd-item-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate 0.5s;
  -moz-animation: cd-rotate 0.5s;
  animation: cd-rotate 0.5s;
}
.cd-gallery .cd-item-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse 0.5s;
  -moz-animation: cd-rotate-inverse 0.5s;
  animation: cd-rotate-inverse 0.5s;
  opacity: 0;
}
.cd-gallery .cd-item-wrapper.is-switched .is-selected {
  opacity: 1;
}
.cd-gallery .cd-item-wrapper > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0.25em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.cd-gallery .cd-item-wrapper > li img {
  display: block;
  width: 100%;
  border-radius: 0.25em;
}
.cd-gallery li.is-visible {
  /* the front item, visible by default */
  position: relative;
  z-index: 5;
}
.cd-gallery li.is-hidden {
  /* the hidden items, right behind the front one */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cd-gallery li.is-selected {
  /* the next item that will be visible */
  z-index: 3 !important;
}
@media only screen and (min-width: 480px) {
  .cd-gallery > li {
    width: 48%;
    /* float: left; */
    margin-right: 1%;
    margin-bottom: 1.2em;
  }
  .cd-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cd-gallery > li {
    width: 18%;
    /* float: left; */
  }
  .cd-gallery > li:nth-of-type(2n) {
    margin-right: 1%;
  }
  .cd-gallery > li:nth-of-type(4n) {
    margin-right:1%;	/*margin-right: 0;*/
  }
}
@media only screen and (min-width: 1200px) {
  .cd-gallery {
    margin-top: 4em;
  }
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(800px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(800px) rotateY(200deg);
    /* this creates the bounce effect */
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(180deg);
  }
}
@-moz-keyframes cd-rotate {
  0% {
    -moz-transform: perspective(800px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(800px) rotateY(200deg);
    /* this creates the bounce effect */
  }
  100% {
    -moz-transform: perspective(800px) rotateY(180deg);
  }
}
@keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(800px) rotateY(0);
    -moz-transform: perspective(800px) rotateY(0);
    -ms-transform: perspective(800px) rotateY(0);
    -o-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(800px) rotateY(200deg);
    -moz-transform: perspective(800px) rotateY(200deg);
    -ms-transform: perspective(800px) rotateY(200deg);
    -o-transform: perspective(800px) rotateY(200deg);
    transform: perspective(800px) rotateY(200deg);
    /* this creates the bounce effect */
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(180deg);
    -moz-transform: perspective(800px) rotateY(180deg);
    -ms-transform: perspective(800px) rotateY(180deg);
    -o-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg);
  }
}
@-webkit-keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(800px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(800px) rotateY(20deg);
    /* this creates the bounce effect */
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(0);
  }
}
@-moz-keyframes cd-rotate-inverse {
  0% {
    -moz-transform: perspective(800px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(800px) rotateY(20deg);
    /* this creates the bounce effect */
  }
  100% {
    -moz-transform: perspective(800px) rotateY(0);
  }
}
@keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(800px) rotateY(-180deg);
    -moz-transform: perspective(800px) rotateY(-180deg);
    -ms-transform: perspective(800px) rotateY(-180deg);
    -o-transform: perspective(800px) rotateY(-180deg);
    transform: perspective(800px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(800px) rotateY(20deg);
    -moz-transform: perspective(800px) rotateY(20deg);
    -ms-transform: perspective(800px) rotateY(20deg);
    -o-transform: perspective(800px) rotateY(20deg);
    transform: perspective(800px) rotateY(20deg);
    /* this creates the bounce effect */
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(0);
    -moz-transform: perspective(800px) rotateY(0);
    -ms-transform: perspective(800px) rotateY(0);
    -o-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
  }
}
@media only screen and (max-width: 600px) {
  .cl-shoppy-header h2 {
    /* margin-top: 0 !important; */
  font-size: 1.2rem !important;
  }
	.value {
    font-size: 2.3rem;
    font-weight: 400;
}
	.currency{
		font-size: 1.6rem;
	}
	.duration {
    font-size: .7rem;
	}
    .cd-gallery .cd-item-wrapper > li{
        width:175px !important;
    }
    .cd-filter li:first-child {
    	display: none;
	}
    .cd-filter li {
    	display: table-cell;
	}
}
@media only screen and (max-width: 640px) {
  .cd-gallery-container {
    margin: 0em auto;
    overflow-x: auto;
  }  
  .cd-gallery .cd-item-wrapper > li{
        width:175px !important;
    }
    .cd-filter li:first-child {
    	display: none;
	}
    .cd-filter li {
    	display: table-cell;
	}
  .cd-filter {
    margin: 0em auto 3em;
  }
	.cd-filter a.selected {
		background: #2d3e50;
		padding: 1em;
		font-size: 11px;
		color: #dadada;
	}
	.cd-filter a {
		display: block;
		height: 32px;
		width: 115px;
		font-size: 11px;
		line-height: 9px;
		font-weight: 100;
    color:#333;
	}
  .cl-shoppy-header h2 span{
    margin-bottom: 7px !important;
  }
  .cd-gallery .cd-item-wrapper > li img {
    position: relative;
    top: 0;
  }
  .terms_head h3 {
    font-size: 3rem !important;
    line-height: normal;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0.6px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
  }
  .terms_head {
    padding: 20px 40px 20px;
  }
}