html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *::after, *::before {
  box-sizing: border-box;
}


body {
    font-size: 15px; 
    font-family: 'Jost', sans-serif;
    color: #000000;
    background-color: #f6f6f6;
    font-weight:500;
    width: 100%;
    min-width: 320px;
    width:100vw;
    overflow-x: hidden;
}

 
body.checkout-cart,
body.checkout-checkout{
    background-color: #ffffff;
    
} 


@media only screen and (max-width: 1169px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}

h1,h2,h3,h4,h5,h6{
 font-weight:700;
}

h1{
font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
}
h2{
	margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}

h3{
	margin-bottom: 15px;
    font-size: 26px;
    line-height: 28px;
}

h4{
	margin-bottom: 15px;
    font-size: 20px;
}

@media (min-width:768px){
    
 h1{
	    font-size: 60px;
		line-height: 66px;
    margin-bottom: 50px;
}  

h2{
	margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
}
}


a {
  color: #00449b;
  text-decoration: none;
}

p{
	 margin-bottom: 20px;
	 line-height: 20px;
}
li{
	line-height: 20px;
}
b,
bold,
strong{
    font-weight:600;
}

img,
.img-responsive {
 width: 100%;
}

input {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
      font-weight: 600;
}

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}



::-moz-selection { /* Code for Firefox */
  color: black;
  background: #71d0c8;
}

::selection {
  color: black;
  background: #71d0c8;
}



/* --------------------------------

BUTTONS & INPUTS

-------------------------------- */
.btn-transparent{
    
    background-color: #ffffff;
    outline:none;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    font-weight: 600;
    border-radius: 3px;
    font-size: 18px;
    padding: 12px 32px;
    transition: all 0.3s;
    outline: none !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #71d0c8;
    border-color: #71d0c8;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #71d0c8;
    border-color: #71d0c8;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color:#71d0c8;
    border-color:#71d0c8;
}




.btn-primary-negative{
   color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; 
    
}


/*
	.btn, .btn-primary, .btn-lg {
    border-radius: 50px;
}*/

	.btn-group-lg>.btn, .btn-lg {
    width: 100%;
}

 .btn-wire{
	border:1px solid #000;
	color:#000;
 } 


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.form-control{
      display: block;
      width: 100%;
      height: 60px;
    padding: 16px 12px 6px;
    font-size: 16px;
      line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius:3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;


}



.btn-switch {
  font-size: 0.9em;
	position: relative;
	display: inline-block;		
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0;
}
.btn-switch__radio {
	display: none;
}
.btn-switch__label {
	display: inline-block;	
	padding: 0 5px;
	vertical-align: top;
	font-size: 1em;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 36px;
	color: #666;
	    font-size: 13px;
	cursor: pointer;
	transition: color .2s ease-in-out;
}
.btn-switch__label + .btn-switch__label {
  padding-right: .75em;
	padding-left: 0;
}
.btn-switch__txt {
	position: relative;
	z-index: 2;
	display: inline-block;
	min-width: 1.5em;
	opacity: 1;
	left: 5px;
	pointer-events: none;
	transition: opacity .2s ease-in-out;
}
.btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
	opacity: 0;
}
.btn-switch__label:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f0f0f0;
	border-radius: 1.5em;
	box-shadow: inset 0 .0715em .3572em rgba(43,43,43,.05);
	transition: background .2s ease-in-out;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
	background: #6ad500;
}
.btn-switch__label_no:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: .5em;
	bottom: .5em;
	left: .5em;
	    width: 23px;
	background: #fff;
	border-radius: 1em;	
	pointer-events: none;
	box-shadow: 0 .1429em .2143em rgba(43,43,43,.2), 0 .3572em .3572em rgba(43,43,43,.1);
	transition: left .2s ease-in-out, background .2s ease-in-out;
	    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
	left: calc(100% - 2.5em);
	background: #fff;
}
.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
	z-index: 1;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
	color: #fff;
}

.btn-xl{
	height:50px;
}





/* --------------------------------

FLOAT LABELS

-------------------------------- */


.has-float-label {
	/*position: relative*/
}

.has-float-label label {
position: absolute;
    cursor: text;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: 12px;
    left: 12px;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    color: #888888;
    font-size: 10px;
    min-width: 230px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}
 

.has-float-label label::after {
	content: " ";
	display: block;
	position: absolute;
	background: transparent;
	height: 2px;
	top: 50%;
	left: -.2em;
	right: -.2em;
	z-index: -1
}

.has-float-label .form-control::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: all .2s;
	transition: all .2s
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
	opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)+label {
    opacity: 1;
    top: 23.5px;
    font-size: 12px;
    line-height: 13px;
    color: #000;
    letter-spacing: 0!important;
    border-color: #979797;
    font-weight: 600;
    text-transform: uppercase;
}

.has-float-label .text-danger {
    position: absolute;
    z-index: 9;
    bottom: 4px;
    font-size: 11px;
    left: 12px;
}

.input-group .has-float-label {
	display: table-cell
}



.input-group .has-float-label:not(:last-child) .form-control {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group .has-float-label:not(:first-child) .form-control {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: -1px
}





/* --------------------------------

BOOTSTRAP 

-------------------------------- */


@media (min-width: 992px){
	.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
	}




	.table .table {
    background-color: transparent;
}



	.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}



	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}





 




/* --------------------------------

Main components

-------------------------------- */


.container-fluid{max-width:1500px}






/*.main-content, */
.main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.main-content, .main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}


 /*
  .main-content.nav-is-visible, .main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }*/


.main-content {
  background: #f6f6f6;
  min-height: calc(100vh - 830px);
  z-index: 2;
 
}

.main-header {
	height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    transition: all 0.3s;
     z-index: 3;
    box-shadow: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
	transition:all 0.3s;
}




.nav-is-fixed .main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}




@media   (min-width: 768px) {
.main-header {
	height: 110px;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    transition: all 0.3s; 
  z-index: 3;
  box-shadow: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
	transition:all 0.3s;
}

}



@media   (min-width: 1170px) {
  .main-header {
box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    transition: all 0.3s;


  }


  .main-header:hover{ 
    background-color: #ffffff;
   box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1); 
	transition:all 0.3s;

  }


.overflow-hidden  .main-header:hover{
  background-color:transparent;
   box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
	transition:all 0.3s;  
    
}



  .main-header::after {
    clear: both;
    content: "";
    display: table;
  }
}

.logo {
  position: absolute;
  top: 5px;
 left: calc(50% - 35.4px);
  transition:all 0.3s;
}
.logo img {
  display: block;
      width: auto;
      height:50px;
}

.logo .logo-full{
  display: none; 
}


@media   (min-width: 768px) {
.logo {
  position: absolute;
  top: 13px;
 left: calc(50% - 125px);
  transition:all 0.3s;
}
.logo img {
    display: block;
    width: 250px;
    height: auto;
}


.logo .logo-full{
  display: block; 
}
.logo .logo-mobile{
  display: none; 
}


}



header.main-header.nav-is-visible .logo {

 left: calc(50% + 61px);
 transition:all 0.3s;

 }


 body.cart-is-visible .logo {

 left: calc(50% - 139px);
 transition:all 0.3s;

 }

  body.cart-is-visible .main-header {

 transition:all 0.3s;
     background-color: transparent;
    box-shadow: none;
 }




.header-buttons {
  position: absolute;
  display: inline-block;
  top: 10px;
left: 0px;
}








.header-buttons li {
  display: inline-block;
      vertical-align: middle;
}
.header-buttons li.additional-links {
    font-size: 16px;
    color: #000;
    margin-right:30px;
    display:none;
}

.header-buttons li.additional-links a{
    font-size: 16px;
    color: #000;
    font-weight: 600;

}

.header-swearch-wrapper {
    display:none;
    position: relative;
    top: 0;
    line-height: 1;
    font-size: 12px;
    width: 100%;
    max-width: 220px; 
    overflow: hidden;
    white-space: nowrap; 
    background:#fff;
    border: 1px solid #cccccc;
    border-radius: 50px;  
    height: 46px;
}

@media (min-width:1024px){
   .header-swearch-wrapper {
    display:block; 
}
 
}

.header-swearch-wrapper  #search .form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    border-radius: 50px;
    background-color: #fff;
    background-image: none;
    border: 0px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.header-swearch-wrapper  #search button.btn.btn-default.btn-lg{
      border: 0px solid #cccccc;

    
    
}

.search-trigger, .nav-trigger {
    position: relative;
    display: block;
    width: 130px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    z-index: 3;
    left: 0;
    
}





.shop-label {
    position: absolute;
    top: 0;
    left: 62px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    display:none;
}


  .cart-label {
    font-size: 12px;
    position: absolute;
    right: 35px;
    line-height: 30px;
    top: 0;
    font-weight: 600;
}



@media (min-width:768px){
 .header-buttons { 
  top: 30px;
left: 30px;
}

.header-buttons li.additional-links{
    
  display:inline-block;  
}
.shop-label { 
    display:block;
}

    
    
}





.cart-label,
.account-trigger a,
.account-trigger .dropdown-menu>li>a,
.account-trigger:hover a{
    font-weight: 600;
    text-decoration: none;
}

.account-trigger ul.dropdown-menu.dropdown-menu-right {
    position: absolute;
    top: 80px;
}


.account-trigger .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.account-trigger .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}



.main-header.animated .header-buttons li.additional-links a,
.main-header.animated   .shop-label{
	transition:all 0.3s; 
	color:#fff;
}



.main-header:hover .header-buttons li.additional-links a,
.main-header:hover .shop-label {
	font-size: 16px;
    color: #000; 
}




@media only screen and (min-width: 1170px) {
  .header-buttons {
    top: 35px;
    left: 30px;
    right: auto;
  }
}



.search-trigger::before, .search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}
.search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.search-trigger span::before, .search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-trigger.search-is-visible::before, .search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.search-trigger.search-is-visible span::before, .search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 35px;
  background: #000000; 
}

.main-header.animated .nav-trigger span, 
.main-header.animated .nav-trigger span::before, 
.main-header.animated .nav-trigger span::after{
background: #ffffff;	
}


.main-header.animated:hover .nav-trigger span, 
.main-header.animated:hover .nav-trigger span::before, 
.main-header.animated:hover .nav-trigger span::after{
background: #000;	
}


.nav-trigger span {
  position: absolute;
  top: 50%;
    right: 10px;
    left: 10px;
  margin-top: -2px;
      border-radius: 3px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.nav-trigger span::before, .nav-trigger span::after {
  content: '';
  left: 0;
      border-radius: 3px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.nav-trigger span::before {
  top: -10px;
 width: 35px;
}
.nav-trigger span::after {
  top: 10px;
  width: 35px;
}
.nav-trigger.nav-is-visible span {
  background: rgba(46, 50, 51, 0);
}
.nav-trigger.nav-is-visible span::before,
.nav-trigger.nav-is-visible span::after {
  background: #000000;
}
/*
.nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}*/


.primary-nav, .primary-nav ul {
  position: fixed;
padding-top: 100px;
  top: 0;
 right: auto;
	left: 0;
  height: 100%;
    width: 33vw;
    min-width: 320px;
    max-width: 100vw;
  background: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.primary-nav a, .primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
    color: #0e0000;
    font-weight:600;
    font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

@media (min-width:768px){
    .primary-nav a, .primary-nav ul a { 
            padding: 0 25px;
        font-size: 20px; 
    }
}


@media (min-width:1170px){
    .primary-nav a, .primary-nav ul a { 
            padding: 0 30px;
        font-size: 26px; 
    }
}

 
@media (min-width:1336px){
    .primary-nav a, .primary-nav ul a { 
            padding: 0 50px;
        font-size: 26px; 
    }
}


.primary-nav.is-hidden, .primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.primary-nav.moves-out > li > a, .primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}


.primary-nav .see-all a {
  color: #69aa6f;
}
 





  .primary-nav {
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }



  .primary-nav.nav-is-visible {
	    -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
    visibility: visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }


.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1170px) {

}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.primary-nav .go-back a {
  padding-left: 40px;
}
.primary-nav .go-back a::before, .primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

@media only screen and (min-width: 1170px) {

}
.search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.search form {
  height: 100%;
  width: 100%;
}
.search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.search input::-moz-placeholder {
  color: #c9cbc4;
}
.search input:-moz-placeholder {
  color: #c9cbc4;
}
.search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.search input:focus {
  outline: none;
}
.search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .search {
  position: fixed;
}
@media only screen and (min-width: 1170px) {
  .search {
    height: 120px;
    top: 80px;
  }
  .search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }
}

.overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(220, 220, 220, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
 /*
  .overlay.is-visible {
  -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }*/

  .overlay.is-visible.search-is-visible, .nav-on-left .overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

/* --------------------------------

support for no js

-------------------------------- */
.no-js .primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1170px) {
  .no-js .primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }

  .no-js .nav-is-fixed .primary-nav {
    position: fixed;
  }
}




/* --------------------------------

footer

-------------------------------- */
footer {
    position: relative;
    overflow: hidden; 
	background-color: #ffffff;
	width: 100%;
}

.footer-top {
    background: #fff;
    padding: 50px 0px 0px;
    width: 100%; 
    border-top: 5px solid #71d0c8;
    border-bottom: 1px solid #c8c8c8;
}





.footer-newsletter-wrapper { 
	position: relative;
}

.footer-newsletter-wrapper h3{
    position: absolute;
    color: #ffffff;
    font-size: 12vw; 
    width: 100%; 
    z-index: 0;
}
.footer-newsletter-wrapper p{
	color: #000000;
    position: relative;
    z-index: 2;
    line-height: 26px;
    font-size: 18px;
    max-width: 640px;
    margin: 0 auto;
}
 
.footer-newsletter-form{
	width: 100%;
    max-width: 480px;	
	padding:0 15px;
	margin:0 auto;
	position: relative;
}


.footer-newsletter-form input{ 
    margin: 50px auto;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 20px 20px -10px rgba(0,0,0,.2);
    height: 70px;
    margin-bottom: 0;
    padding-right: 30px;
    padding-left: 30px;
    border: 0 solid transparent;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1em;
    text-align: left;
}

.footer-newsletter-form  input.module-btn {
    position: absolute;
    right: 20px;
	bottom: 4px;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #000000;
    color: #fff;
}


.footer-main{
	padding: 60px 0;
	text-align: left;
	    position: relative;
}


.footer-main .info-links{ 
    padding: 60px 0 0;
      columns: 2; 
}

 .footer-main li{ 
    padding-right: 10px;
    padding-left: 10px;	 
     text-align: right;
     line-height:30px;
          width: 100%;    
 }
 
 
 
 
 .footer-main li:nth-child(4),
  .footer-main li:nth-child(5) ,
  .footer-main li:nth-child(6){
      text-align:left;
  }
 
  




.footer-main li a{ 
	font-weight: 600;
    font-size: 13px;
    color: #000;
}





.footer-decoration-left {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 220px;
}

.footer-decoration-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 220px;
}


 

.footer-bottom{
	padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff; 
}


.footer-social-wrapper{
    padding: 50px 15px;
    width: 100%;
}

.footer-social-wrapper h3{
	position: relative;
    z-index: 1;
	font-size:18px;
}


 

.footer-insta-wrapper{
	position:relative;
	    padding : 5% 0 0;
}

.insta-tag-background {
    position: absolute;
    color: #f1f1f1;
    font-size: 12vw;
        font-weight: 700;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #c7c7c7; */
 
    width: 100%;
    top: -20%;
    z-index: 0;
}


.footer-credentials{
	text-align: left;
	color: #555;
    font-size: 12px;
	    line-height: 32px;
    transition: all .3s ease;
}


.footer-payment-methods {
    color: #555;
	font-size: 32px;
    text-align: right;
    font-weight: normal;
}

.powered-footer {
    text-align: center;
    margin-bottom:30px;
}

.footer-logo{
	margin-bottom:30px;
    max-width: 220px;
}


.footer-col {
    text-align: left;
    margin-bottom:50px;
}


.footer-col h4{
     font-size: 16px;
}

.footer-col li {
    line-height:2;
}
 
.footer-col li a{
    color: #000;
}

.footer-payment-methods img{
    height:33px;
    width:auto;
    margin-right:10px;
}


.payment-shipping-logos-wrapper .img-thumbnail{
    border:0px solid #ddd;
}
 

@media (min-width:768px){
 
.powered-footer {
    text-align: left;
    margin-bottom:0px;
}



    .footer-social-wrapper{
	padding:200px 15px 200px;
	width:100%;
    }
    
    .footer-social-wrapper h3{
    	position: relative;
        z-index: 1;
    	font-size:26px;
    }
    .footer-top { 
        padding: 80px 15px 30px; 
    }    
    
    
    .footer-newsletter-wrapper p{ 
    line-height: 40px;
    font-size: 32px; 
    }
    
    
    .footer-main .info-links{
    text-align: center; 
      columns: 1; 
    }
    
    
     .footer-main li{
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;	 
     text-align: right;
     width: auto; 
 }
    
    .footer-main li a{
    	font-weight: 600;
        font-size: 16px;
    	color:#000; 
    }
    
    
     .footer-main li:after {
        content: '.';
    	top: -3px;
        display: inline-block;
        position: relative;
        right: -15px;
    }
    
    .footer-main li:last-child:after {
        content: ' ';
    }


}



 




/* --------------------------------

Product Page

-------------------------------- */

.product-image {
    text-align: center;
        margin: 15px;
}


.product-image img{
	width: auto;
	max-width: 100%;
    max-height: calc(100vh - 100px);
    margin: 0 auto;
	transition:all 0.3s;
	max-height:480px;

} 
 



.main-img-bg{
    background: #000000;
    height: 100%;
    z-index: 0;
	max-height: 115vh;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: width 0.6s ease-in-out;
    -moz-transition: width 0.6s ease-in-out;
    -o-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
}


 


.product-info-wrapper{
	    padding:30px 15px;
	   background:#fff; 
	       margin: 0 -15px;
}



.product-top-container {
    padding-top:15px;
    margin-bottom: 150px;
    display: block; 
	height: auto;
}


.product-model{
    font-size: 14px;
    margin-bottom: 0; 
    color: #71d0c8;
}


.product-model span{ 
    font-weight: 600; 
}

h1.product-name {
    font-size: 26px;
    line-height: 34px;
    margin: 10px 0 30px;
}






.product-description,
#specification{
    font-size: 16px;
    line-height: 30px;
    margin: 50px 0;
    font-weight: 400;
}

.product-price-wrapper{
		padding-bottom:50px;
    border-bottom: 1px solid #c8c8c8;
}

.product-price{
	    font-size: 30px;
    line-height: 50px;
      font-weight: 600;
}

span.input-group.quantity-change.product-qt-wrapper {
    width: 100px;
}
span.input-group.quantity-change.product-qt-wrapper .product-button-wrapper {
    width: calc(100% - 100px);
    padding-left: 30px;
}


button.btn-minus,
button.btn-plus {
    width: 30px;
    height: 30px;
    line-height: 25px; 
    font-size: 11px;
    background: #ffffff;
    color: #000;
    outline: none;
    border-radius: 100%;
    border: 2px solid #cccccc;
    transition:all 0.3s;
}

button.btn-minus:hover,
button.btn-plus:hover { 
    border: 2px solid #000000;
}


span.input-group.quantity-change.product-qt-wrapper input#input-quantity {
    height: 50px;
    text-align: center;
    border: none;
    /*background: #e2efff;*/
    box-shadow: none;
    color: #000;
    font-size: 18px;
    padding:0;
    font-weight:600;
}

button#button-cart {
    min-width: 200px; 
    border-radius:3px;
}

.product-free-shipping{
	text-align: right;
    font-size: 14px;
    margin-top: 15px;
}







@media (min-width:768px){
    
    .product-top-container {
    padding-top:100px; 
}



    .product-image {
    text-align: center;
        margin: auto;
    }
    
    
     .product-image img{ 
    	max-height:66vh;
    
    }   
 
    .product-info-wrapper{
    	    padding: 30px 7%; 
    	        margin: 0;
    	            box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
        transition: all 0.3s;
    }  
    
    
    h1.product-name {
        font-size: 36px;
        line-height: 40px;
        margin: 10px 0 50px;
    }
    
    
    .product-model{
        font-size:18px;
     
    }
    
}


#scene {
    z-index: 2;
    position: relative;
    background: #fff;
}

/*

#scene{
    width: auto;
    height: 100vh;
    margin: 0 auto;
}

*/


#contents{
    z-index: 2;
    position: relative;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: 400;
    border-top:1px solid #ccc;
}
.contents-left img.packaging{
 
}



#specification ul {
list-style: disc;
    padding-left: 15px;
}

#contents li,
#specification  li {
    line-height: 20px;
    margin-bottom: 10px;
}

.contents-inner-wrapper{
display:table;	
    height: 100%;
    padding:50px 0;
}

.contents-inner{
display:table-cell;	
vertical-align:middle;
}


#images {
	background: #e2efff;
  z-index: 2;
  position: relative;
	    padding: 100px 15px 150px;
}
#images img{ 
   border: 1px solid #000;
}


#instructions  {
	padding-top: 200px;
    padding-bottom: 100px;
    z-index: 2;
    position: relative;
    background: #fff;
	background: -moz-linear-gradient(top, #e2efff 0%, #fff 100%);
    background: -webkit-linear-gradient(top,#e2efff  0%, #fff 100%);
    background: linear-gradient(to bottom, #e2efff  0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2efff', endColorstr='#ffffff',GradientType=0 );

}

#instructions{
  z-index: 2;
  position: relative;
      position: relative;
    padding:50px 15px;
    width: 100%;
    overflow: hidden;

}





#instructions .get-started.item {
    margin-bottom: 60px;
    position: relative;
    background: #ffffff; 
    border-radius: 10px;
    box-shadow: 0 20px 20px -10px rgba(0,0,0,.2);
}

#instructions .get-started-title {
    text-align: left;
    padding: 10px 10px;
    min-height: 90px;
    color: #000;
    display: table;
}
#instructions .number {
	color: #ffffff;
    background: #000000;
    position: absolute;
    display: inline-block;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
    top: -25px;
    left: -15px;
}

 #instructions h2{
    margin-bottom: 60px;
 
    line-height: 1;
}

#instructions h3{
    font-size: 16px;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
}
#instructions img{
border-radius: 10px 10px 0 0;
}


#details{
    padding: 50px 15px 0;
    background: #000000;
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
}
#details .heading{
	font-size: 12px;
    line-height: 1.25em;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#details .detail{
    font-size: 36px;
    font-weight: 800;
    margin-bottom:50px;
}

@media (min-width:768px){
    
 
#details .detail{
    font-size: 46px; 
}
   
    
}






/* --------------------------------

Product Grid - Category page

-------------------------------- */

.page-header-wrapper{
    padding:50px 15px;
}

.product-category h1 {
    margin-bottom: 50px;
}

	.product-category 	.main-content{
	    padding-top: 50px;

	}




@media (min-width:768px){ 
	.product-category h1 {
        margin-bottom: 100px;
    }

	.product-category 	.main-content{
	    padding-top: 100px; 
	} 
	    
}
	
.sort-products-wrapper{
        border-bottom: 2px solid #000000;
    margin-bottom: 20px;
    max-width: 220px;
    text-align: right;
    float: right;
    
}	

label.input-group-addon {
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 14px !important;
}
	
select#input-sort {
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 14px !important;
}	



.grid-item{
	margin-bottom: 60px;
 -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    transition: opacity 0.20s, transform 0.2s;
    opacity:1;

}

.grid-item.visible{ 
    opacity:1;
}


.grid-item-content{
            background: #fff;
    transition: all .25s;
    -webkit-transition: all .25s;
}

.grid-item-content img {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 200ms, -webkit-filter 200ms;
 
}

.grid-item-content img.lazyloaded {
		-webkit-filter: blur(0);
		filter: blur(0);
 
	}

.grid-item-content img.out-of-stock-banner{
    position: absolute;
    width: 33%;
    top: 0;
    right: 15px;    
    z-index: 99;
	-webkit-filter: blur(0px);
	filter: blur(0px);
	transition: filter 200ms, -webkit-filter 200ms;    
}
.latest-products .grid-item-content img.out-of-stock-banner{
    right:0;    
}

.grid-item-description{
 padding:10px;
 position:relative; 
 text-align: left;
}

.grid-item-description h4{
    color: #000;
    font-weight: 600;
    font-size: 16px;
    min-height: 50px;
}

.grid-item-description h5{
color:#71d0c8;
font-weight:600;
margin-bottom: 5px;
    font-size: 12px;
}

.grid-item  a,
.grid-item  a:hover{
text-decoration:none;
}


.grid-item:hover .grid-item-content,
.grid-item:focus .grid-item-content{
 
}
.grid-item:hover .grid-item-content,
.grid-item:focus .grid-item-content{
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    transition: all 0.3s;
}






.grid-item p.price {
    position: relative;
    font-size: 18px;
    font-weight: 500;
        color: #000;
}



@media only screen and (max-width: 768px) {
    .no-gutter {
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden;
    }
    
    .no-gutter .grid-item {
      padding-right:5px;
      padding-left: 5px;
    } 
} 






.shade-families {
	text-align: center;
	padding: 30px 15px 15px;
	transition: all .2s;
	background: #fff; 
	margin-bottom: 50px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.shade-families li {
	padding-right: 5px;
	padding-left: 5px;
	width: 33%;
	display: inline-block
}

@media (min-width:768px) {
	.shade-families li {
		width: 24%
	}
}

@media (min-width:992px) {
	.shade-families li {
		width: 16%
	}
}

@media (min-width:1170px) {
	.shade-families li {
		width: 10%
	}
}

.shade-families li img {
	max-width: 66px!important;
	border: 3px solid #f6f6f6;
	border-radius: 100px
}

.shade-families p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 20px;
	height: 40px;
	color:#555555;
}

.shade-families li.active img {
	border: 3px solid #215eac
}

.shade-families li.active  p {
 
	color:#215eac
}

.shade-families .nav>li>a {
	position: relative;
	display: block;
	padding: 0
}

.shade-families .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.shade-families .nav-tabs>li {
	float: none;
	vertical-align: top;
	margin-bottom: -1px
}

.shade-families .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1;
	border: 0 solid transparent;
	border-radius: 0
}

.shade-families .nav-tabs>li:hover {
	background-color: #fff
}

.shade-families .nav-tabs>li.active>a,
.shade-families .nav-tabs>li.active>a:focus,
.shade-families .nav-tabs>li.active>a:hover {
	color: #215eac;
	cursor: default;
	background-color: #fff;
	border: 0 solid #ddd;
	border-bottom-color: transparent
}

.tab-content {
	padding: 80px 30px;
	border: none;
	background: #fff;  
	margin-bottom: 50px
}








.shade-families-products .grid-item {
	margin-bottom: 80px;
	opacity:1;
}

.shade-families-products .grid-item-description.text-center {
    height: auto;
    display: block;
    width: 100%;
}

.shade-families-products img {
	border-radius: 100%;
	border: 3px solid #fff;
}

.shade-families-products h5 { 
	font-weight: 600;
	font-size: 16px;  
	margin: 10px auto
}

 

.shade-families-products .grid-item:hover img,
 .shade-families-products .grid-item:focus img{
 -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
    box-shadow: 0 40px 70px 0 rgba(0,0,0,.07);
}
 
 
.shade-families-products .input-group  { 
    width: 100px;
    margin: 0 auto;
}

.shade-families-products .input-group .btn-number{
        width: 30px;
    height: 30px;
    font-size: 11px;
    background: transparent;
    color: #000;
    outline: none;
    border-radius: 100%;
    border: 2px solid #cccccc;
    transition: all 0.3s;
    padding: 0;
    line-height: 26px;
    text-align: center;
    transition: all 0.3s;
    
}


.shade-families-products .input-group input {
    height: 50px;
    text-align: center;
    border: none;
    background: transparent;
    box-shadow: none;
    color: #000;
    font-size: 18px;
    padding: 0;
    font-weight: 600;
    transition: all 0.3s;
}




.pagination-wrapper {
    border-top: 1px solid #c8c8c8;
    margin-bottom: 100px;
    padding: 15px;
}



.pagination-wrapper .pagination>li>a, 
.pagination-wrapper .pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin-left: -1px;
    line-height: 40px;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-radius: 100%;
    width: 40px;
    font-size: 16px;
    font-weight: 600;
}

.pagination-wrapper .pagination>li:first-child>a, 
.pagination-wrapper .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
}


.pagination-wrapper .pagination>.active>a, 
.pagination-wrapper .pagination>.active>a:focus, 
.pagination-wrapper .pagination>.active>a:hover, 
.pagination-wrapper .pagination>.active>span, 
.pagination-wrapper .pagination>.active>span:focus,
.pagination-wrapper .pagination>.active>span:hover {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #71d0c8;
    border-color: #71d0c8;
}




/* --------------------------------

MAIN ANNOUNCEMENT

-------------------------------- */


.main-announcement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 22px;
    color: #000;
 background:  #71d0c8;
 z-index:3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}




.main-announcement span {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 22px;
}


@media (min-width:768px){
     .main-announcement { 
        height: 44px; 
    }   
    
    .main-announcement span { 
    font-size: 16px; 
    line-height: 24px;
    }
}


.main-announcement span strong {
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
}



.flyout-menu-social-links{
    position: absolute;
    border-top: 1px solid #ccc;
	background: #f9f9f9;
    width: 100%;
    padding: 30px 45px;
    text-align: center;
    height: auto;
    bottom: 0;
    left: 0;
}

.flyout-menu-social-links i.fab {
        font-size: 24px;
    padding: 0 15px;
}

.flyout-menu-close-trigger {
    position: absolute;
    top: 35px;
    right: 20px;
    font-size: 30px;
    border: 2px solid #8c8c8c;
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
}
.flyout-menu-close-trigger:hover{
    border: 2px solid #000000;
}

.flyout-menu-close-trigger svg {
    width: 19px;
    height: auto;
    padding: 0;
}











.header-cart{
   position: absolute;
    top: 15px;
    right: 5px;
          height: 40px;
          padding-left: 25px;
}


 button.cart-trigger {
        background: #000  ;
        background-size: 50px;
        border: none;
        height: 50px;
        width: 50px;
        outline: none;
    }
    
    

.account-trigger {
    display: none; 
}






@media   (min-width: 768px) {
.header-buttons {
  position: absolute;
  display: inline-block;
  top: 35px;
left: 0px;
}


.header-cart{
   position: absolute;
             top: 35px;
    right: 5px;
          height: 40px;
          padding-left: 25px;
}

}



 
.cart-header #cart-total {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000000;
    border-radius: 40px;
    color: #fff;
    padding-top: 1px;
    font-size: 18px;
}


 


@media (min-width:768px){
      .header-logo{
          top: 34px;
          left: 75px;
            max-width: 250px;
      }


    .header-tel {
      display: block;
        position: absolute;
        color: #fff;
        left: 350px;
        top: 30px;
        height: auto;
        width: auto;
        background: #000000;
        padding: 0 0;
            text-align: left;
    }

    .header-phone-number {
        font-size: 16px;
            display: block;
            padding-right: 0;
    }
    .header-help-text {
        font-size: 12px;
        display: block;
    }

    .header-cart{
      position: absolute;
             top: 35px;
    right: 30px;
          height: 40px;
          padding-left: 25px;
    }
    button.cart-trigger {
        background: #000  ;
        background-size: 50px;
        border: none;
        height: 50px;
        width: 50px;
        outline: none;
    }
    

.account-trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 165px;
    width: auto;
    height: 110px;
    text-align: center;
    line-height: 110px;
}

.account-trigger a{
    color:#000;font-weight: 600;
}

}









 @media (min-width:1170px) {
   .header-logo {
    top: 34px;
    left: 0;
    max-width: 250px;
}
  .header-tel {
    display: block;
    position: absolute;
    color: #fff;
    width: 200px;
    right: 175px;
    left: auto;
    top: 30px;
    height: auto;
    background: #000000;
    padding: 0 0;
    text-align: left;
  }
  .header-search.mobile-search{
    display: none;
  }

  .header-search{
    display: block;
      position: absolute;
      top: 30px;
      width: 40%;
      max-width: 545px;
      left: 300px;
      background: #fff;
      height: 40px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform:translateY(0);
      transform: translateY(0);
  }

  input.header-search-input {
    border: none;
        line-height: 38px;
        width: calc(100% - 60px);
  }
  .header-search button {
    float: right;
        width: 40px;
        line-height: 40px;

  }

}


/* --------------------------------

ACCOUNT PAGES

-------------------------------- */
.account-container {
    background: #f6f6f6;
    padding: 2.25em 15px 6.25em;
    width: 100%;
}

.account-form-wrapper {
    margin: 0 auto;
    max-width: 40.625rem;
    padding: 4.375em 0;
    text-align: center;
}

.account-form-wrapper  .form-horizontal .form-group{
    margin-right: auto;
    margin-left: auto;
    max-width: 320px;
}

.account-form-wrapper h1{
    font-size:36px;
    margin-bottom: 0.125em;
}

 .header-underline {
    height: 3px;
    width: 50px;
    background: #215eac;
    margin: 0 auto 20px;
}
.account-form-wrapper p{
    font-size:16px;
        font-weight: 500;
    margin-bottom: 2.5rem;
}

.account-form-wrapper a {
    color: #000;
    text-decoration: underline;
}

.account-form-wrapper a.btn.btn-primary{
    color: #fff;
    text-decoration: none; 
}

.account-buttons{
    margin-top:40px;
}


.account-top-text {
    border-bottom: 1px solid #ececec;
    font-weight: 600;
        line-height: 36px;
}
.account-account  h1,
.account-order  h1,
.account-guestorder-info h1,
.order-histories h3{
      font-size:36px;
      margin-top: 1em; 
    margin-bottom: 1em;  
        text-align: center;
}

.account-account .main-header,
.account-order .main-header,
.account-guestorder-info .main-header, 
.account-address .main-header,
.account-address-edit .main-header,
.account-address-add .main-header,
.account-edit .main-header,
.account-password .main-header,
.account-newsletter .main-header,
.account-wishlist .main-header{
   background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    transition: all 0.3s; 
}

.account-block{
       padding: 15px;
    border: 1px solid;
    margin-bottom: 30px;
    text-align: center; 
}

.account-block h2 {
    font-size:28px;
    font-weight: 700; 
    margin-bottom: 50px;
}
   .account-block p {
    font-size: 14px;
    line-height: 1.3;
    margin: 10px auto 30px;
    max-width: 250px;
    min-height: 50px;
    text-align: center;
    font-weight: 600;
} 
   .account-block a { 
} 

/* --------------------------------

ADDRESS LIST PAGE

-------------------------------- */



.address-block {
width: 100%;
    padding: 15px;
    border: 1px solid;
    margin-bottom: 30px;
}


.account-form-wrapper .address-block p{
   font-size:13px;
        font-weight: 400;
    margin-bottom: 1em; 
    
}

    
.address-tables .right-td{
    width: 100%;
    position: relative;  
    margin-top:15px;
}



.address-tables .right-td .google-maps {  
    height: 200px;
    margin: 0;
    overflow: hidden;
    }
.address-tables .right-td .google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		border-radius:  0 !important;
		border:0px solid #e6e6e6 !important;
    }
    
    
.address-tables h2{
    margin-bottom:15px;
        font-size: 18px
}

.address-tables .left-td{
    font-size: 14px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px; 
}




/* --------------------------------

ORDER LIST PAGE

-------------------------------- */

.account-order table.table.table-bordered.table-hover.table-black {
    border:1px solid #000000;
    margin-bottom: 150px;
        border-bottom: 0;
}
.account-guestorder-info thead>tr>td, 
.account-guestorder-info .product-table>thead>tr>td,
.account-order .table-black>thead>tr>td, 
.account-order .table-black .product-table>thead>tr>td  {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    padding: 0 10px;
    line-height: 50px;
    font-weight: 600;
}
.account-guestorder-info  tbody>tr>td,
.account-order .table-black>tbody>tr>td {
    font-size: 14px;
     border:0;
      padding: 0 10px;
      transition: all 0.3s;
}
.account-guestorder-info  td,
.account-order .table-black>tbody>tr.accordion-toggle.collapsed>td {
    background:#ffffff;
        line-height: 50px;
        border-bottom: 1px solid #000;
}
.account-guestorder-info  tbody>tr>td,
.account-order .table-black>tbody>tr.accordion-toggle>td {
  background:#fff;
  color: #000000;
      line-height: 50px;
}
.account-guestorder-info  tbody>tr>td.order-total ,
.account-order .table-black>tbody>tr>td.order-total {
   font-weight: 600;
}
.account-guestorder-info  tbody>tr>td.hiddenRow,
.account-order .table-black>tbody>tr>td.hiddenRow{
    padding: 0 30px;
    background: #fff;
}
.account-guestorder-info  tbody>tr:last-child>td.hiddenRow,
.account-order .table-black>tbody>tr:last-child>td.hiddenRow{
       border-top: 1px solid;
    border-bottom: 1px solid; 
}
.account-guestorder-info table.table.table-bordered.table-hover.product-table,
.account-order table.table.table-bordered.table-hover.product-table{
border: 1px solid black;
    border-bottom: 0;
      margin: 0;
}

.account-guestorder-info table.table.table-bordered.table-hover.table-grey,
.account-order table.table.table-bordered.table-hover.table-grey {
    border: none;
}
.account-guestorder-info .table-grey>thead>tr>td, 
.account-guestorder-info .table-grey .product-table>thead>tr>td,
.account-order .table-grey>thead>tr>td, 
.account-order .table-grey .product-table>thead>tr>td  {
  border: none;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  padding: 0 10px;
  line-height: 50px;
font-weight: 600;
}


.account-guestorder-info .table-grey>tbody>tr:hover ,
.account-order .table-grey>tbody>tr:hover {
    background-color: #ffffff;
}
.account-guestorder-info .table-grey>tbody>tr>td
.account-order .table-grey>tbody>tr>td {
    font-size: 14px;
      border: none;
      padding: 0 10px;
      transition: all 0.3s;
      vertical-align: middle;
}

.account-guestorder-info .table-grey>tbody>tr.accordion-toggle.collapsed>td
.account-order .table-grey>tbody>tr.accordion-toggle.collapsed>td {
    background:#ffffff;
}
.account-guestorder-info .table-grey>tbody>tr.accordion-toggle>td 
.account-order .table-grey>tbody>tr.accordion-toggle>td {
  background:#fff;
  color: #000000;
}
.account-guestorder-info .table-grey>tbody>tr>td.order-total
.account-order .table-grey>tbody>tr>td.order-total {
font-weight: 600;
}
.account-guestorder-info .table-grey>tbody>tr>td.hiddenRow,
.account-order .table-grey>tbody>tr>td.hiddenRow{
  padding:0;
}

.account-guestorder-info .product-table>tbody>tr>td
.account-order .product-table>tbody>tr>td  {
    border: none;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    padding:15px 10px;
    vertical-align: middle;
}
.account-guestorder-info .table-black .product-table>tbody>tr>td ,
.account-order .table-black .product-table>tbody>tr>td  {
    background: #ffffff;
    color: #000000;
}
.account-guestorder-info .product-table>tbody>tr>td.totals-td,
.account-order .product-table>tbody>tr>td.totals-td{
  background:#000000;
  padding: 0;
line-height: 50px;
text-align: right;
}
.account-guestorder-info .product-table>tbody>tr>td .list-inline>li ,
.account-order .product-table>tbody>tr>td .list-inline>li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    background: #000000;
    color: #fff;
    font-size: 14px;
}
.account-guestorder-info .product-table>tbody>tr>td .list-inline>li:last-child,
.account-order .product-table>tbody>tr>td .list-inline>li:last-child {
font-weight: 600;
    background: #71d0c8;
    color: #000000;
    font-size: 14px;
    line-height: 50px;
}
.account-guestorder-info span.see-more ,
.account-order span.see-more {
    cursor: pointer;
   font-weight: 600;
}
.account-guestorder-info table.order-details,
.account-order table.order-details{
  width:100%;
}
.account-guestorder-info table.order-details > tbody > tr > td,
.account-order table.order-details > tbody > tr > td{
vertical-align: top;
padding:30px 5px;
    line-height: 1.725em;
}


/* --------------------------------

MINI CART

-------------------------------- */

button.cart-trigger {
	background: transparent;
	background-size:33px;
    border: none;
	height:33px;
	width:33px;
	outline:none;
}

span#cart-total {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000000;
    border-radius: 40px;
    color: #fff;
    padding-top: 1px;
    font-size: 12px;
}

@media (min-width:768px){

  button.cart-trigger {
  	background: transparent;
  	background-size:50px;
      border: none;
  	height:50px;
  	width:110px;
  	outline:none;
  }

  span#cart-total {
     position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000000;
    border-radius: 40px;
    color: #fff;
    padding-top: 1px;
    font-size: 18px;
  }



  .cart-label {
    font-size: 16px;
    position: absolute;
    right: 60px;
    line-height: 40px;
	    top: 0;
	    font-weight:600;
}


}




body.cart-is-visible {
    overflow: hidden;
}

body.cart-is-visible .cd-overlay{
	z-index:9;
}

#cart h4{
     font-size: 16px;
    position: absolute;
    right: 20px;
    top: 35px;

}

#cart h4 .totals-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000000;
    border-radius: 40px;
    color: #fff;
    padding-top: 1px;
    font-size: 18px;
}

#cart table.table.table-striped {
    width: 100%;
}

#cart td.text-left {
    text-align:left;
    vertical-align: middle;
    border-bottom: 0px solid #ddd;
}

#cart td.text-right {
    text-align:right;
    border-bottom: 0px solid #ddd;
}

#cart {
    position: fixed;
    top: 0;
    right: 0;  
    height: 100vh;
    width: 33vw;
    min-width: 320px;
    max-width: 100vw;
    background: #fff;
    z-index: 999;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
	visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s, -webkit-transform 0.5s 0s;
    -moz-transition: opacity 0.5s 0s, visibility 0s 0.5s, -moz-transform 0.5s 0s;
    transition: opacity 0.5s 0s, visibility 0s 0.5s, transform 0.5s 0s;
}

@media (min-width:768px){
  #cart {
  	   
  }
}

#cart ul{
    padding:20px;
}


#cart.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
	   opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s 0s;
    -moz-transition: opacity 0.5s 0s, visibility 0s 0s, -moz-transform 0.5s 0s;
    transition: opacity 0.5s 0s, visibility 0s 0s, transform 0.5s 0s;
}

#cart .cart-header {
    margin-bottom: 20px;
    position: relative;
    height: 80px;
}

#cart .cart-header .cart-close {
    position:absolute;
    top:35px;
    left:20px;
    background: transparent; 
    vertical-align: top;
    color: #000;  
    outline: none;
    padding: 0;
    margin: 0; 
    font-size: 30px;
	border: 2px solid #8c8c8c;
    width: 40px;
    height: 40px; 
     line-height: 33px;
    text-align: center;
    border-radius: 100%;
       transition: all 0.3s;
    cursor: pointer;
}

#cart .cart-header .cart-close:hover{
    border: 2px solid #000000;
}
 



#cart table > tbody > tr.product-cart-wrapper {
	border-bottom: 10px solid #fff;
    background: #eeeef0;
	transition:all 0.3s;
}
 

#cart table > tbody > tr.product-cart-wrapper > td {
	padding:5px;
	color:#000;
}

#cart  .product-cart-wrapper .table{
    margin-bottom:0;
}

#cart  .product-cart-wrapper .table>tbody>tr>td,
#cart .totals-wrapper-nooverflow  .table>tbody>tr>td{
    padding: 8px 8px;
}

 

#cart table > tbody > tr.product-cart-wrapper > td,
#cart table > tbody > tr.product-cart-wrapper > td > a{
	color:#000;
	transition:all 0.3s;
}
 
 

#cart table > tbody > tr.product-cart-wrapper > td.image-cart-wrapper{
  width: 75px;
      vertical-align: middle;
}

#cart table > tbody > tr.product-cart-wrapper > td.image-cart-wrapper img{

    max-height: 105px;
    width: auto;
    margin: 0 auto;
}



@media (min-width:768px){

  #cart table > tbody > tr.product-cart-wrapper > td {
  	padding:10px;
  }

  #cart table > tbody > tr.product-cart-wrapper > td.image-cart-wrapper{
  	width:115px;
        vertical-align: top;
  }
}


  #cart .input-group.inc_dec_qty {
    max-width: 150px;
    width: 100px;
}

  #cart button.btn.btn-number{
          width: 30px;
    height: 30px; 
    font-size: 11px;
    background:transparent;
    color: #000;
    outline: none;
    border-radius: 100%;
    border: 2px solid #cccccc;
    transition: all 0.3s;
    padding: 0;
    line-height: 26px;
    text-align: center;
    transition:all 0.3s;
  }
  
  
  #cart .input-group.inc_dec_qty input {
    height: 50px;
    text-align: center;
    border: none;
     background:transparent;
    box-shadow: none;
    color: #000;
    font-size: 18px;
    padding: 0;
    font-weight: 600;
    transition:all 0.3s;
}


 
 


button.mc-product-remove {
color: #000;
    float: right;
    background: transparent;
    border: none;
    transition: all 0.3s;
    font-weight:400;
    font-size: 30px;
    line-height: 20px;
    padding: 0;
	outline:none;
}

 
#cart .products-wrapper-overflow{
	position: relative;
    overflow-y: auto;
    height: auto;
    width: auto;
    padding-right: 5px;
}




.products-wrapper-overflow::-webkit-scrollbar-track
{
	-webkit-box-shadow: none;
	border-radius: 10px;
  width: 8px;
background-color: #dddddd;
}

.products-wrapper-overflow::-webkit-scrollbar
{
  width: 8px;
    height: 8px;
  border-radius: 10px;
	background-color: #dddddd;
}

.products-wrapper-overflow::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: none;
	background-color: #000000;
}



#cart .totals-wrapper-nooverflow{
    position: relative;
    bottom: 0;
    width: auto;
    padding-bottom: 20px;
}


.mobile #cart .totals-wrapper-nooverflow{

    padding-bottom: 50px;
}

span.mc-model-name {
font-size: 11px;
    margin-bottom: 0;
    font-weight: 600;
    color: #71d0c8;
}

span.mc-product-name {
	font-size: 14px;
	font-weight:700;
}

td.text-left.quantity{
	font-size:13px;
}

td.text-left.quantity span {
    font-size: 20px;
}
  td.text-right.price{
}

td.text-right.price .pp-old-price{
  text-decoration: line-through;
}
td.text-right.price .pp-new-price{
      font-size: 20px;
      font-weight:700;
}



table.table.table-striped.totals-table {
    font-size: 14px;
}
 #cart table.table.table-striped.totals-table > tbody > tr:last-child > td {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

 #cart  a.btn.btn-wire.btn-lg {
    border: 2px solid #000;
    border-radius:3px;
    margin-top: 10px;
    margin-bottom: 10px;
	color:#000;
	font-weight:600;
}

@media (min-width:768px){

  #cart .products-wrapper-overflow{
  	position: relative;
      overflow-y: auto;
      height:auto;
      width: auto;
      padding-right: 5px;
  }



}





/* --------------------------------

CART PAGE

-------------------------------- */
.checkout-cart .main-content {
    padding-top:100px;    padding-bottom:100px;
}

.checkout-cart h1 {
    margin-top: 100px;
    margin-bottom: 100px;
}


 .products-table{a
	 margin-bottom:40px;
 }


 .checkout-cart .table>thead>tr>td{
    border: 0px solid #ddd;
    color: #000000;
        font-size: 15px;
    font-weight: 700;
	border-bottom: 2px solid #000;
    font-size: 16px; 
}



 .checkout-cart .table>tbody>tr>td{
    padding: 30px 8px;
    line-height: 1.42857143;
    vertical-align: middle;

	    border-bottom: 1px solid #ddd;
    color: #000000;
font-weight:600;
    font-size: 16px;
    letter-spacing: 0.6px;
}


 .cart-product-name,  .cart-product-name a{
	 color: #000000;		font-size: 20px;	font-weight: bold;
 }
 
 
 
 
 .checkout-cart  .input-group.inc_dec_qty { 
    width: 100px;
        margin: 0 auto;
}





 .checkout-cart  button.btn.btn-number{
          width: 30px;
    height: 30px; 
    font-size: 11px;
    background:transparent;
    color: #000;
    outline: none;
    border-radius: 100%;
    border: 2px solid #cccccc;
    transition: all 0.3s;
    padding: 0;
    line-height: 26px;
    text-align: center;
    transition:all 0.3s;
  }
  
  
 .checkout-cart  .input-group.inc_dec_qty input {
    height: 50px;
    text-align: center;
    border: none;
     background:transparent;
    box-shadow: none;
    color: #000;
    font-size: 18px;
    padding: 0;
    font-weight: 600;
    transition:all 0.3s;
}




 .cart-product-model{
font-size: 14px;
    font-weight: 600;
    display: inline-block;
    color: #71d0c8;
 }
  .cart-product-model span{

 	color: #000000;	 font-size: 10px;	line-height: 12px;
  }

 .cart-product-name a {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}



 .products-table .img-thumbnail{
   width:100%;
       min-width: 128px;
	 max-width:128px;
 }

 .products-table .mobile-cart .img-thumbnail{
   width:100%;
       min-width: 64px;
	 max-width:64px;
 }

.mobile-cart .media-left.media-middle {
    position: relative;
    padding: 15px 10px;
}


.mobile-cart button.btn-minus, 
.mobile-cart button.btn-plus {
    line-height: 50px;
    background: #ffffff;
    border: none;
    font-size: 30px;
    padding: 0;
    width: 30px;
    height: 100%;
    color: #000000;
}


 .media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: middle;
}


.cart-page-qty-input{
	    max-width: 116px;
		    margin: 0 auto;
}

.cart-page-qty-input .input-group .form-control{
width:	55px;
    padding: 0;
    text-align: center;
	    border: none;
    box-shadow: none;
}

.cart-page-qty-input button.btn-minus,
.cart-page-qty-input button.btn-plus {
    background: #000;
    width: 32px;
    background: #ffffff;
    font-size: 22px;
    padding: 0;
    height: 32px;
    line-height: 22px;
}

.coupon-cart-page.input-group .has-float-label {
	vertical-align: top;
    width: 75%;
    max-width: 410px;
}


.coupon-cart-page.input-group input#button-coupon {
    width: 100%;
    margin-left: 1%;
    line-height: 52px;
    font-size: 10px;
    padding: 1px 7px;
}
@media (min-width:768px){
  .coupon-cart-page.input-group input#button-coupon{
     width: 100%;
     margin-left: 30px;
     line-height: 52px;
 }
}

.btn-remove {
	transform: rotate(-45deg);
    font-size: 30px;
    padding: 0;
     background:#f6f6f6;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #555555;
        outline:none !important;
    box-shadow:none !important;
    
}
button.btn:active.btn-transparent.btn-remove,
button.btn:remove.btn-transparent.btn-remove,
button.btn:hover.btn-transparent.btn-remove{
    outline:none;
    box-shadow:none;
}



.table-subtotals.table>tbody>tr>td{
    padding: 23px 8px;
}


.table-subtotals.table>tbody>tr>td.col-left,
.table-subtotals.table>tbody>tr>td.col-right{
    color: #000000;
    font-size: 14px;

}
 

.table-subtotals.table>tbody>tr:last-child>td.col-left{
color: #000000;
font-size: 16px;
border-bottom: 0px solid #000;
    text-transform: uppercase;
    font-weight:700;
	}

.table-subtotals.table>tbody>tr:last-child>td.col-right {
	color: #000000;		font-size: 16px;
	border-bottom: 0px solid #000;
	  font-weight:700;
}


.cart-page-checkout-info{
	margin:35px 0;
}

.cart-page-checkout-info p{
color: #808080; 	font-size: 11px;
max-width:420px;

  letter-spacing: 0.5px;
}

.cart-page-checkout-info a{
color: #000000;
    text-decoration: underline;
    font-weight: bold;
}


.cart-page-payment-metods  {
	margin-bottom:30px;
 }


  .cart-page-payment-metods .img-thumbnail{
	border: none;
 }

 .cart-page-payment-metods .list-inline>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}

.checkout-cart #content{
  margin-bottom:50px
}


























 /*-------------------------------------*/

/*----EMPTY CART----*/

/*-------------------------------------*/




.empty-cart {
  width: 50vw;
  margin: 0 auto;
  text-align: center;
}
.empty-cart-mini{
	width: 100%;
	text-align: center; margin: 0 auto;
}
.empty-cart-mini svg {
  max-width: 60%;
  padding: 5rem 3rem;
}
.empty-cart-minisvg #oval,
.empty-cart-minisvg #plus,
.empty-cart-minisvg #diamond,
.empty-cart-minisvg #bubble-rounded {
  -webkit-animation: plopp 4s ease-out infinite;
          animation: plopp 4s ease-out infinite;
}
.empty-cart-mini svg #oval:nth-child(1),
.empty-cart-mini svg #plus:nth-child(1),
.empty-cart-mini svg #diamond:nth-child(1),
.empty-cart-mini svg #bubble-rounded:nth-child(1) {
  -webkit-animation-delay: -240ms;
          animation-delay: -240ms;
}
.empty-cart-mini svg #oval:nth-child(2),
.empty-cart-mini svg #plus:nth-child(2),
.empty-cart-mini svg #diamond:nth-child(2),
.empty-cart-mini svg #bubble-rounded:nth-child(2) {
  -webkit-animation-delay: -480ms;
          animation-delay: -480ms;
}
.empty-cart-mini svg #oval:nth-child(3),
.empty-cart-mini svg #plus:nth-child(3),
.empty-cart-mini svg #diamond:nth-child(3),
.empty-cart-mini svg #bubble-rounded:nth-child(3) {
  -webkit-animation-delay: -720ms;
          animation-delay: -720ms;
}
.empty-cart-mini svg #oval:nth-child(4),
.empty-cart-mini svg #plus:nth-child(4),
.empty-cart-mini svg #diamond:nth-child(4),
.empty-cart-mini svg #bubble-rounded:nth-child(4) {
  -webkit-animation-delay: -960ms;
          animation-delay: -960ms;
}
.empty-cart-mini svg #oval:nth-child(5),
.empty-cart-mini svg #plus:nth-child(5),
.empty-cart-mini svg #diamond:nth-child(5),
.empty-cart-mini svg #bubble-rounded:nth-child(5) {
  -webkit-animation-delay: -1200ms;
          animation-delay: -1200ms;
}
.empty-cart-mini svg #oval:nth-child(6),
.empty-cart-mini svg #plus:nth-child(6),
.empty-cart-mini svg #diamond:nth-child(6),
.empty-cart-mini svg #bubble-rounded:nth-child(6) {
  -webkit-animation-delay: -1440ms;
          animation-delay: -1440ms;
}
.empty-cart-mini svg #oval:nth-child(7),
.empty-cart-mini svg #plus:nth-child(7),
.empty-cart-mini svg #diamond:nth-child(7),
.empty-cart-mini svg #bubble-rounded:nth-child(7) {
  -webkit-animation-delay: -1680ms;
          animation-delay: -1680ms;
}
.empty-cart-mini svg #oval:nth-child(8),
.empty-cart-mini svg #plus:nth-child(8),
.empty-cart-mini svg #diamond:nth-child(8),
.empty-cart-mini svg #bubble-rounded:nth-child(8) {
  -webkit-animation-delay: -1920ms;
          animation-delay: -1920ms;
}
.empty-cart-mini svg #oval:nth-child(9),
.empty-cart-mini svg #plus:nth-child(9),
.empty-cart-mini svg #diamond:nth-child(9),
.empty-cart-mini svg #bubble-rounded:nth-child(9) {
  -webkit-animation-delay: -2160ms;
          animation-delay: -2160ms;
}
.empty-cart-mini svg #oval:nth-child(10),
.empty-cart-mini svg #plus:nth-child(10),
.empty-cart-mini svg #diamond:nth-child(10),
.empty-cart-mini svg #bubble-rounded:nth-child(10) {
  -webkit-animation-delay: -2400ms;
          animation-delay: -2400ms;
}
.empty-cart-mini svg #oval:nth-child(11),
.empty-cart-mini svg #plus:nth-child(11),
.empty-cart-mini svg #diamond:nth-child(11),
.empty-cart-mini svg #bubble-rounded:nth-child(11) {
  -webkit-animation-delay: -2640ms;
          animation-delay: -2640ms;
}
.empty-cart-mini svg #oval:nth-child(12),
.empty-cart-mini svg #plus:nth-child(12),
.empty-cart-mini svg #diamond:nth-child(12),
.empty-cart-mini svg #bubble-rounded:nth-child(12) {
  -webkit-animation-delay: -2880ms;
          animation-delay: -2880ms;
}
.empty-cart-mini svg #oval:nth-child(13),
.empty-cart-mini svg #plus:nth-child(13),
.empty-cart-mini svg #diamond:nth-child(13),
.empty-cart-mini svg #bubble-rounded:nth-child(13) {
  -webkit-animation-delay: -3120ms;
          animation-delay: -3120ms;
}
.empty-cart-mini svg #oval:nth-child(14),
.empty-cart-mini svg #plus:nth-child(14),
.empty-cart-mini svg #diamond:nth-child(14),
.empty-cart-mini svg #bubble-rounded:nth-child(14) {
  -webkit-animation-delay: -3360ms;
          animation-delay: -3360ms;
}
.empty-cart-mini svg #oval:nth-child(15),
.empty-cart-mini svg #plus:nth-child(15),
.empty-cart-mini svg #diamond:nth-child(15),
.empty-cart-mini svg #bubble-rounded:nth-child(15) {
  -webkit-animation-delay: -3600ms;
          animation-delay: -3600ms;
}
.empty-cart-mini svg #oval:nth-child(16),
.empty-cart-mini svg #plus:nth-child(16),
.empty-cart-mini svg #diamond:nth-child(16),
.empty-cart-mini svg #bubble-rounded:nth-child(16) {
  -webkit-animation-delay: -3840ms;
          animation-delay: -3840ms;
}
.empty-cart-mini svg #bg-line:nth-child(2) {
  fill-opacity: 0.3;
}
.empty-cart-mini svg #bg-line:nth-child(3) {
  fill-opacity: 0.4;
}
.empty-cart h3 {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.empty-cart p {
  color: rgba(0,0,0,0.5);
  font-size: 18px;
  line-height: 24px;
  max-width: 80%;
  margin: 1.25rem auto 0 auto;
}

@-webkit-keyframes plopp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0;
  }
}
@keyframes plopp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0;
  }
}





















/*-------------------------------------*/

/*----CHECKOUT----*/

/*-------------------------------------*/
 

  .checkout-checkout .footer-top,
  .checkout-checkout .footer-social-wrapper,
  .checkout-checkout .footer-newsletter-wrapper,
 .checkout-checkout .footer-main{
	 display: none;
 }

  .checkout-checkout .main-header{
	background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);  
  }
  
  
  .checkout-checkout footer {
     border-top: 1px solid #cccccc;
  padding-top: 0;
  }

  #checkout-header{
	 background-color: #2B2D42;
	 height: 75px;
	 position:relative;
	 width:100%;    z-index:3;
	/*background: linear-gradient(90deg, #A82525 0%, #681B1B 100%);  */
  }





  #checkout-header .chekout-logo {
	 width:136px;
    position:absolute;
    top:15px;
    left:calc(50% - 68px);

  }

/*
  .checkout-checkout{
	background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f1f1f1 51%, #f1f1f1 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#bfe8f9 50%,#f1f1f1 51%,#f1f1f1 100%);
    background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#f1f1f1 51%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=1 );
}


@media (min-width: 992px){
.checkout-checkout .main-content{
	min-height: calc(100vh - 150px);
	background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f1f1f1 51%, #f1f1f1 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#bfe8f9 50%,#f1f1f1 51%,#f1f1f1 100%);
    background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#f1f1f1 51%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=1 );
	}
}

*/


.qc-col-1 {
    background: #fff;
	padding-top: 30px;
    padding-bottom: 30px;
 
}

.qc-col-3{
	padding-top: 20px;
    padding-bottom: 30px;
 
}

@media(min-width:768px){
    .qc-col-1 {
    background: #fff;
	padding-top: 80px;
    padding-bottom: 80px;
	    min-height: calc(100vh - 310px);
}

.qc-col-3{
	padding-top: 80px;
    padding-bottom: 80px;
	    min-height: calc(100vh - 310px);
}
}


   .checkout-checkout .main-content {
    padding-bottom:0;
	min-height: calc(100vh - 310px);
}




  #checkout-header-cart{
	  height: 64px;
	  background: linear-gradient(90deg, #A82525 0%, #681B1B 100%);
	   position: relative; z-index:3;
  }



  .panel.panel-default.checkout-header-cart {
    margin-bottom: 40px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div#headingCart {
    height: 64px;
    background: linear-gradient(90deg, #A82525 0%, #681B1B 100%);
    position: relative;
    z-index: 3;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 0px solid transparent;
}

#headingCart a {
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 1.5px;
    position: absolute;
    top: 0;
    line-height: 64px;
    z-index: 1;
}

#headingCart a span.hide-text {
  display:inline-block;
}

#headingCart a span.view-text {
  display:none;
}



#headingCart a.collapsed span.hide-text {
  display:none;
}

#headingCart a.collapsed span.view-text {
  display:inline-block;
}



#d_quickcheckout  .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}






#d_quickcheckout  .form-control {
    display: block;
    width: 100%;
       height: 60px;
    padding: 16px 12px 6px;
        font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    font-weight: 600;
   font-family: 'Jost', sans-serif;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

 #d_quickcheckout .has-error .control-label{
	color: #000000; 
 }


#d_quickcheckout .has-error .form-control {
	border: 1px solid #cc2030;
}



.chekout-mini-cart-total .qc-name-model ,
.chekout-mini-cart-total .qc-name-price {
  display:none !important;
}



.chekout-mini-cart-total input.qc-product-qantity.form-control.text-center {
    background: #8D99AE;
    border-radius: 22px;
    color: #fff;
    font-size: 11px;
    padding: 0;
    width: 22px;
    height: 22px;
    line-height: 21px;
    text-align: center;
}





.chekout-mini-cart-total td.qc-total {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 18px;
    vertical-align: top;
    padding: 15px 0 0;
}



.chekout-mini-cart {
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 1.5px;
    position: absolute;
    top: 0;
	line-height:64px; z-index:1;
}

.chekout-mini-cart.closed span.hide{
display:none;
}


.chekout-mini-cart-total{
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #eeeded;
  margin-bottom: 40px;
}


@media (min-width:992px){
    #checkout-header-cart, .panel.panel-default.checkout-header-cart{
      display:none;
    }


    #checkout-header{
     margin-bottom:40px;
    }
}



  #d_quickcheckout .panel-default {

	    border-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

  #d_quickcheckout  .panel-default>.panel-heading {
    color: #000;
    background-color: #ffffff;
    border-color: #fff;
    padding: 10px 0;
}

  #d_quickcheckout .panel-title{
    font-size: 18px;
    font-weight:700;
    padding-left: 15px;
  }

    #d_quickcheckout span.text {
    line-height: 10px;
    padding-left: 0px;
}

  #d_quickcheckout .panel-title span.text {
    font-weight: 700;
    line-height: 20px;
    padding-left: 4px;
}

  #d_quickcheckout .panel-body{
        padding: 15px;
  }
  
  form#payment_address_form{
          overflow-x: hidden;
  }


  div#payment_address_heading_heading {
    color: #000000;
font-size: 18px;
padding-left: 15px;
    font-weight:700;
    margin: 50px 0 15px;
}



 #payment_address_email_input,
  #payment_address_address_1_input,
  #payment_address_telephone_input,
  #shipping_address_company_input,
  #shipping_address_address_1_input{
	width: 100%;
  }
 #payment_address_firstname_input,
 #payment_address_lastname_input,
#payment_address_country_id_input,
#payment_address_zone_id_input,
#shipping_address_firstname_input,
#shipping_address_lastname_input,
#shipping_address_country_id_input,
#shipping_address_zone_id_input {
    width: 50%;
    float: left;
	margin-right: 0;
    margin-left: 0;
}


#payment_address_city_input,
#shipping_address_city_input{
    width: 70%;
    float: left;
	margin-right: 0;
    margin-left: 0;
}

#payment_address_postcode_input,
#shipping_address_postcode_input{
    width: 30%;
    float: left;
	margin-right: 0;
    margin-left: 0;
}


 .payment_address_email_input,
 .payment_address_telephone_input,
 .shipping_address_company_input{
	     position: relative;
    min-height: 1px;
    width: 100%;
    display: table;
 }


 .payment_address_firstname_input,
.payment_address_city_input,
.payment_address_country_id_input,
.shipping_address_firstname_input,
.shipping_address_country_id_input,
.shipping_address_city_input {
      position: relative;
    min-height: 1px;
    width: 100%;
    display: table;
 padding-right: 15px;
}


.payment_address_lastname_input,
.payment_address_postcode_input,
.payment_address_zone_id_input,
.shipping_address_lastname_input,
.shipping_address_zone_id_input,
.shipping_address_postcode_input{
    position: relative;
    min-height: 1px;
   width: 100%;
    display: table;
   
}

 

#d_quickcheckout .text-danger {
     position: absolute;
    z-index: 9;
    bottom: 4px;
    font-size: 11px;
    left: 12px;    
}

.col-label {
    position: relative;
    min-height: 1px;
    width: 100%;
    display: table; 
}

#payment_address_shipping_address_input label.control-label span{
	color: #808080;
	font-size: 13px;
	font-weight: 300;
}




#payment_address .panel.panel-default {
    padding: 15px;
}

#d_quickcheckout div#payment_address .logged .panel-body {
    position: relative;
    padding: 15px; 
}


#d_quickcheckout div#payment_address .existing-address-logged{
border: 1px solid;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
}

#d_quickcheckout div#payment_address .new-address-logged{
border: 1px solid;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
}

#d_quickcheckout div#payment_address .new-address-logged form#payment_address_form{
    display: inline-block;
}









 



 #d_quickcheckout #payment_method .radio label , 
 #shipping_method_list .radio label{
    width: 100%;
    font-size: 14px;
    display: inline-block;
    margin: 0;
	padding-left: 25px;
    color: #454545;
    line-height: 42px;
}
 
#payment_method_list label input[type="radio"],
#shipping_method_list label input[type="radio"], 
#payment_address label  input[type="radio"] , 
input#payment_address_exists_new{
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1em;
    height: 1em;
    outline: none;
    -webkit-border-radius: 3.683em;
    -moz-border-radius: 3.683em;
    border-radius: 3.683em;
    margin-bottom: -0.169em;
    margin-right: 0.401em;
    cursor: pointer;
    transition: 0.2s all;
    margin: 0;
    top: 5px;
    left: -10px;
    background: #fff;
    border: 1px solid #cccccc;
    z-index: auto !important;
	width:20px;
	height:20px;
}
#payment_method_list label input[type="radio"]:checked,
#shipping_method_list label input[type="radio"]:checked, 
#payment_address label input[type="radio"]:checked, 
input#payment_address_exists_new:checked {  
	background: #000000 url(../img/plus-white.svg) no-repeat top center;
	background-size: contain;
    transition: all 0.2s ease-in-out; 
    z-index:3;
	border: 1px solid #cccccc;
}
 

#d_quickcheckout #shipping_method .radio label,
#d_quickcheckout #payment_method .radio label {
    width: 100%;
font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
} 

div#payment_method_list .radio-input.radio,
div#shipping_method_list .radio-input.radio{
    border: 1px solid #cccccc;
    padding: 5px 5px;
}

div#payment_address .radio-input{
    border: 0px solid;
    padding: 5px 15px;
    margin-bottom: 5px;
     font-size: 14px;   font-weight: normal;
}


#d_quickcheckout #shipping_method .radio label .price, 
#d_quickcheckout #payment_method .radio label .price{
background: #71d0c8;
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 6px;
    min-width: 65px;
    text-align: center;
    font-size: 13px;
    margin: 5px 0 0;  
}


.qc-image img{
      min-width: 66px;
    width: 100%;
    border: 1px solid #E5E4E4;
}


.qc-image .media-left {

    position: relative;
}

.qc-image .media {
    padding: 10px 0;
}

.qc-image .qc-qty{
    position: absolute;
    z-index: 99;
    top: -9px;
    right: -2px;
    width: 22px;
    height: 22px;
}

#d_quickcheckout .qc-product-qantity{
height: 22px;
padding: 0;
    min-width: 22px;
    width: 22px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
	line-height:22px;
    font-weight: bold;
    letter-spacing: 0.2px;
    z-index: 9999;
    position: relative;
    border: 0px solid #E5E4E4;
    background-color: #71d0c8;
    border-radius: 30px;
	pointer-events: none;
}

.table>tbody>tr>td.qc-total{
vertical-align:middle;
color: #000000;
font-size: 15px;	font-weight: 300;	letter-spacing: 0.5px;
}


.qc-cart .table>tbody>tr>td{
	    border-top: 0px solid #ddd;
}


.qc-cart .cart-product-name {
 	font-size: 15px;
	font-weight:700;
	line-height: 18px;
}

.qc-cart .cart-product-model{
 font-size: 12px;
font-weight:600;
 line-height: 15px;
     margin-top: 15px;
}




.qc-totals .table-subtotals.table>tbody>tr>td {
    padding: 11px 8px;
    border-top: 0px solid #ddd;
}

.qc-totals .table-subtotals .col-right{
 color: #000000;
    font-size: 13px;
}
.qc-totals .table{
	border-top:1px solid #E5E4E4;
	border-bottom:1px solid #E5E4E4;
	    margin-top: 30px;
	}


	.form-group.input-group.coupon-cart-page.coupon-checkout-page {
    width: 100%;
    padding: 0 6px;
    margin-right: 0;
    margin-left: 0;
}
	button#confirm_coupon {
    line-height: 52px;
    margin-left: 15px;
}


	#confirm_agree_input span{
color: #808080;
    font-size: 13px;
    font-weight: 300;	}

#cart_view .panel-default{
	margin-bottom:0;
}
 #d_quickcheckout #cart_view .panel-default>.panel-heading,
#cart_view .panel-heading,
#cart_view  .panel-default,
#confirm_wrap  .panel-default,
#cart_view .panel{
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}


#d_quickcheckout .login-btn-group {
    margin-bottom: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}


@media (max-width:991px){
	#cart_view .panel-heading,
#cart_view .qc-cart,
#cart_view  .form-horizontal.qc-totals{
 
}

}





.btn-group.checkout-login-btn-wrapper {
    position: absolute;
    z-index: 99;
    right: 15px;
    display: block;
    width: 100%;	text-align: right;
}

.btn-group.checkout-login-btn-wrapper span{

color: #808080;		font-size: 13px;	font-weight: 300;
}


.btn-group.checkout-login-btn-wrapper button#login_button_popup {
    color: #000000;

    font-size: 13px;
    font-weight: 300;
    padding: 0;
    text-decoration: underline;
}

.checkout-success .main-content {
    padding-top: 100px;
    padding-bottom: 100px;
}
 
/*
 .checkout-success .main-announcement,
 .checkout-success header,
 .checkout-success .primary-nav,
 .checkout-success footer{
	 display: none;
 }
*/




/* --------------------------------

SUCCESS PAGE

-------------------------------- */
.frame {
    width: 100%;
    display: table;
    height: 100%;
    min-height: calc(100vh - 160px);
    max-height: 100vh;
}


.frame__title-wrap {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

 


/* --------------------------------

CONTACT PAGE

-------------------------------- */


	.information-contact h1 {
    margin-bottom: 100px;
}

	.information-information .main-content{
	    padding-top:100px;
	    padding-bottom:100px;
	}


	.information-contact 	.main-content{
		    padding-top: 100px;

	}

.contact-wrapper-blue{
    background-color: #f1f1f1;
    margin-bottom: 100px;
    padding: 7%;
    border: 1px solid #ccc;
	    border-radius: 20px;
}

.contact-wrapper-blue p{
    
}


.contact-wrapper-blue .form-control {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.contact-wrapper-blue textarea#input-enquiry {
    min-height: 150px;
}


.contact-wrapper-blue p {
    color: #555555;
    font-size: 11px;
    max-width: 420px;
    letter-spacing: 0.5px;
}

.contact-wrapper-form{
    margin-bottom: 100px;
}

.contact-wrapper-form .form-horizontal .control-label {

		text-align: left;
	}


.contact-info-sidebar {
    margin-bottom: 40px;
}



@media (min-width: 768px){
	.contact-wrapper-blue	.form-horizontal .control-label {

		text-align: left;
	}

}
 .contact-social-links {
    margin-top: 30px;
    font-size: 20px;
}


 .contact-social-links li{
    color: #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    font-size: 30px;
}

 .contact-social-links li a{
    color: #000000;
    
}


 .contact-social-links li a:hover{
    color: #71d0c8;
    
}
 
/* --------------------------------

FAQ

-------------------------------- */
.faq-container {
    padding-top: 110px;
    padding-bottom: 150px;
}
.faq-container h1 {
        margin-bottom: 20px;
}

.faq-container h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 100px;
}

.faq-container .nav-pills>li a  {
    color: #969696;
    padding: 20px 15px;
	font-size: 20px;
	border-radius: 0;
	border-bottom: 1px solid  #969696;
}

.faq-container .nav-pills>li.active>a, 
.faq-container .nav-pills>li.active>a:focus, 
.faq-container .nav-pills>li.active>a:hover {
    color: #000; 
    background-color: #fff;
	
}

.faq-container .panel {
    margin-bottom: 40px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-container .panel-default>.panel-heading {
    color: #000;
    background-color: #fff;
    border-bottom: 2px solid #000;
    border-color: #000;
    font-size: 24px;
}

.faq-container .panel-default>.panel-heading .panel-title {
    font-size: 24px;
}

.faq-container .panel-default>.panel-heading .panel-title > a {
    width: 100%;
    display: block;
    color: #000;
}


 .faq-container .panel-default>.panel-heading .panel-title > a:before {
      float: right !important;
      content:"-";
      padding-right: 5px;
      font-size: 17px;
      width: 30px;
  text-align: center;
  }
 .faq-container .panel-default>.panel-heading .panel-title > a.collapsed:before {
      float: right !important;
      content:"+";
  }


.faq-container .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

/* --------------------------------

ABOUT

-------------------------------- */
.welcome-wrapper {
	height: calc(100vh - 154px);
	max-height:1080px; 
    background: #000000 url(../img/world-map.svg) center no-repeat;
	background-size: contain;
    padding: 100px 15px;
    width: 100%;
    position: relative;
	display: table;
}
.welcome-wrapper > .welcome-inner{
	    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.welcome-heading {
    font-size: 12vw;
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight:600;
}

.welcome-subtext {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 2vw;
}






/* --------------------------------

NOTIFICATIONS 

-------------------------------- */
.alert {
    padding: 15px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0;
    font-weight: 600;
    margin: 0;
    position:relative;
    width: 100%;
    transition: all 0.3s;
    z-index: 2;
    line-height:2;
}

.alert-danger { 
    animation: dangerchange 3s normal forwards ease-in-out;
}

.alert .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    font-weight: 500;
    font-size: 40px;
    opacity: 1;
    height: 25px;
    line-height: 30px;
}

.alert .close:focus, 
.alert .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer; 
    opacity: 1;
    
}

.alert-danger .close{
    color: #fff;
    animation: dangerchange 3s normal forwards ease-in-out;
}


@keyframes dangerchange {
    0% { background-color: red; color:#fff;} 
    66% { background-color: red; color:#fff;} 
  100% { background-color: #f2dede;  color: #a94442;}
}

.alert-success { 
    animation: successchange 3s normal forwards ease-in-out;
}
@keyframes successchange {
    0% { background-color: green; color:#fff;} 
    66% { background-color: green; color:#fff;} 
  100% { background-color: #dff0d8;color: #3c763d;}
}




/* --------------------------------

USP HOME PAGE

-------------------------------- */





.usp-blocks-wrapper{
    padding: 100px 15px 100px;
    background: #f1f1f1;
    width: 100%;
 }

 .usp-blocks{
    padding: 0 20px;
		margin-bottom:30px;
	}
	.usp-blocks h3{
		font-size: 20px;
		    font-weight: 700;
		    color: #262626;
		    text-align: center;
 	}

.usp-blocks .header-underline{
	height: 2px;
	    width: 70px;
	    background: #215eac;
	    margin: 0 auto 20px;
}

.usp-blocks p{
    font-size: 16px;
    text-align: center;
    max-width: 290px;
    line-height: 1.425em;
    margin: 0 auto;
}

.usp-icon {
  height: 200px;
      display: table;
      width: 100%;
      vertical-align: middle;
}

.usp-icon > div {
  height: 100%;
      display: table-cell;
      width: 100%;
      	text-align: center;
      vertical-align: middle;
}

.usp-icon img{
  width: 100%;
  text-align: center;
      max-width: 230px;
      margin: 0 auto;
}








/* --------------------------------

QUALITY

-------------------------------- */


.quality-assurance {
  background: #ecf0f7;
      width: 100%;
      z-index: 0;
      position: relative;
}

.quality-assurance-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 11;
        width: 95%;
}


.quality-assurance-inner-wraper {
  padding:100px 0 300px;
}
.quality-assurance-inner-wraper h2{
  color:#000;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 20px;
}

.quality-assurance-inner-wraper p{
      font-size: 14px;
      color: #000;
      line-height: 1.625em;
      margin: 0 0 20px;
}

.quality-assurance-inner-wraper h4.media-heading {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #4063ae;
}

.quality-assurance-inner-wraper .media-body {
  color:#000000;
}



@media (min-width:768px){
	.quality-assurance-inner-wraper h2{
	  font-size: 50px;
	}
	.quality-assurance-inner-wraper p {
    font-size: 20px;
}

.quality-assurance-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 11;
        width: 45%;
}

}








/* --------------------------------

LATEST 

-------------------------------- */
.latest-products h2{
margin-bottom:60px;
}



.latest-products .btn-wire {
    border: 1px solid #000;
    color: #000;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
}








/* --------------------------------

DOTZIES

-------------------------------- */


.dotzies-section{
	background-color: #ffffff;
	width:100%;
	    width: 100vw;
    overflow: hidden;
 
}


.dotzies-section img.img-responsive {
    mix-blend-mode: darken;
}



.dotzies-section .product-right-inner {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 30px 15px;
}


.dotzies-section .product-right-inner > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}



.dotzies-section p{
	    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

img.dotzies-logo{
    max-width: 240px;
    margin-bottom: 30px;
}






@media (min-width:768px){
    

.dotzies-section .product-right-inner { 
    max-width: 450px;
    padding: 30px 0;
}




.dotzies-section .product-right-inner h3 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}   


.dotzies-section p{
	    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
    
    
}









/* --------------------------------

KITS

-------------------------------- */




.kits-section{
background-color: #fff;
    width: 100%;
    padding-top: 100px;
    border-top: 1px solid #ccc;
        max-width: 100vw;
    overflow: hidden;
}

 



.kits-section .product-right-inner {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 15px;
    max-width: 100vw;
    padding:0 0 80px;
}


.kits-section .product-right-inner > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.kits-section h2{
	margin-bottom: 0;
}

.kits-section h3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.kits-section p{
	    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}



.kits-section{
background-color: #fff;
    width: 100%;
    padding-top: 100px;
    border-top: 1px solid #ccc;
}





@media (min-width:768px){
    
.kits-section .product-right-inner {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 10%;
    max-width: 450px;
    padding: 30px 0;
}



 .kits-section h3 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}   


.kits-section p{
	    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
    
    
}



/* --------------------------------

FREESTYLE

-------------------------------- */

 
.freestyle-section {
    background: #06214e;
    color: #fff;
	    border-bottom: 1px solid #ccc;
	        width: 100vw;
    overflow: hidden;
}


.freestyle-section .product-right-inner {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 10%;
    max-width: 450px;
    padding: 30px 0;
}


.freestyle-section .product-right-inner > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.freestyle-section h2{
	margin-bottom: 0;
}

.freestyle-section h3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.freestyle-section p{
	 font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}






@media (min-width:768px){
    

.dotzies-section .product-right-inner { 
    max-width: 450px;
    padding: 30px 0;
}




.freestyle-section h3 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}   


.freestyle-section p{
	    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
    
    
}





/* --------------------------------

BRACELETS

-------------------------------- */




.bracelets-section{
	    margin: 150px 0 0;
}


.bracelets-section .product-right-inner {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 450px;
    padding: 30px 0;
}

.bracelets-section .product-right-inner > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}


.bracelets-section img{
	width: 100%;
    box-shadow: 30px 30px 0px #000000;
}
 


/* --------------------------------

ACCESSORIES

-------------------------------- */


.accessories-section{ 
background: #000000 url(../img/accesories_banner.jpg) center no-repeat;
    background-size: cover;
        width: 100vw;
    overflow: hidden;
}


.product-accessories-inner{
	display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 200px 0 ; 
}
.product-accessories-inner > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.product-accessories-inner h2 {
    color:#fff; 
 
}


.product-accessories-inner p {
    color: #fff; 
    max-width: 420px; 
    margin: 0 auto 20px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
} 
 




@media (min-width:768px){
    
.accessories-section{ 
background: #000000 url(../img/accesories_banner.jpg) center no-repeat;
    background-size: 100%;
 
}
  


.product-accessories-inner p{
	    font-size: 18px; 
    line-height: 26px;
}
    
    
}




/* --------------------------------

LATEST

-------------------------------- */
 



.latest-products {
    padding-top: 100px;
    padding-bottom: 100px;
}














/* --------------------------------

TESTIMONIALS

-------------------------------- */

.testimonial-section {
    padding:0 0px 50px;
	    border-top: 1px solid #ccc;
	        width: 100vw;
    overflow: hidden;
}

.testimonial-section .story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  margin-top: 50px;
      margin-bottom: 80px;
      padding: 0px;
}


.testimonial-section .story-box-content{
	    font-size: 14px;
    font-weight: 400;
    line-height:20px;
}
.testimonial-section .story-box-signature{
	font-weight:800;
	color:#000000;
}
.testimonial-section .story-box-stars{
    color: #ffc100;
    font-size: 14px;
}


.testimonial-section .story-box .story-box-image {
	width: 100%;
	height: auto;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
border-radius:5px;
}

.testimonial-section .story-box .story-box-info {
    box-sizing: border-box;
    width: 88%;
    height: auto;
    padding: 25px 15px;
    margin: 85px 0 0 -20%;
    background: #fff;
    z-index: 4;
    border-radius: 5px;
    box-shadow: 0 10px 45px rgba(0,0,0,.1);
    transition: all ease-in .3s;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
        position: relative;
}







@media (min-width:768px){
           .testimonial-section {
            padding:0 15px 100px; 
        }
        
        
        
            .testimonial-section .story-box {
           margin-top:150px;
              padding: 0 30px;
        }
        
        
        .testimonial-section .story-box .story-box-image {
        	width: 70%; 
        		height: 700px;
        }
        
        .testimonial-section .story-box-content{
        	    font-size: 16px;
            font-weight: 400;
            line-height: 26px;
        }
        
        
        .testimonial-section .story-box .story-box-info {
    box-sizing: border-box;
    width: 50%;
    height: 530px;
    padding: 60px;
    margin: 85px 0 0 -20%;
    background: #fff;
    z-index: 4;
    border-radius: 5px;
    box-shadow: 0 10px 45px rgba(0,0,0,.1);
    transition: all ease-in .3s;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
        position: relative;
}
            
    
}


.story-box-info.fullview {
    margin: 0 !important;
    width: 100% !important;
    height: 600px !important;
}


.story-box-close{
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 25px;
    font-size: 26px;
    border: 2px solid #ccc;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    
}


.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  margin-top:150px; 
}

.story-box .story-box-image {
	width: 70%;
	height: 600px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
border-radius:5px;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
  border-radius:5px;
}

.story-box:hover .story-box-image img {
	opacity: .9;
 }

.story-box .story-box-info {
	box-sizing: border-box;
	width: 50%;
	height: 430px;
	padding: 60px;
	margin: 85px 0 0 -20%;
	background: #fff;
	z-index: 4;
  border-radius:5px;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-info h3 {
	margin-bottom:30px;
}
 

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 85px -20% 0 0;
	position:relative;
}

.testimonial-testimonial .story-box.description-left .story-box-info,
.testimonial-testimonial .story-box.description-right .story-box-info{
    height:auto;
}


@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
    border-radius:5px;

	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}

	#side-panel-trigger { right: 40px !important; }
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

	ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}












.sale-usp-section {
    padding: 60px 15px;
    border-bottom: 1px solid #ccc;
    background: #f1f1f1;
}
.sale-usp-section img.sales-usp-icon {
    width: 80px;
    margin-bottom: 25px;
}
.sale-usp-section h4{
	    font-size: 18px;
}
.sale-usp-section p{
	width: 240px;
    margin: 0 auto;
    color: #555;
}












.home-welcome {
  text-align: center;
      min-height: 560px;
      display: table;
      width: 100%;
      background:#ffffff;
}

.home-welcome-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;

}
.home-welcome-inner h2{
  font-size: 40px;
  margin: 5px 0 20px;
  line-height: 40px;
}

.home-welcome-inner > div{
    max-width:640px;
    padding:0 15px;
    margin: 0 auto;
}
 

.quality-section {
  background: #ffffff;
    border: 2px dashed #215eac;
    padding: 30px;
    border-radius: 5px;
    margin: 100px 0 200px; 
}

.quality-section h2{
    text-transform: none;
}
.quality-section p{
  color:#215eac;
}

.about-dd.text-center{
	max-width: 720px;
    margin: 100px auto;
}










/*SWIPER*/

section#home-slider {
    height: calc(100vh - 44px); 
    max-height: 520px;
        width: 100vw;
    overflow: hidden;
}

@media (min-width:768px){
	section#home-slider { 
height: calc(100vh - 44px);
    max-height: 1080px;
		position: relative; 
	}

	section#home-slider .container {
		width: calc(100% - 200px);
	}

}

.slider-caption h2 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 60px;
    max-width: 66%;
    line-height: 1;
    margin-bottom: 50px;
}

.slider-caption p {
	font-size: 18px;
	margin-bottom: 20px;
}

.slider-caption h2,
.slider-caption p,
.slider-caption a {
	opacity: 0;
	-webkit-transform: translate3d(-20%,0,0);
	-ms-transform: translate3d(-20%,0,0);
	-o-transform: translate3d(-20%,0,0);
	-webkit-transition: -webkit-transform .05s ease-out;
	transition: -webkit-transform .05s ease-out;
	transition: transform .05s ease-out;
	transition: transform .05s ease-out, -webkit-transform .05s ease-out;
	backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption h2,
.swiper-slide.swiper-slide-active .slider-caption p,
.swiper-slide.swiper-slide-active .slider-caption a {
	opacity: 1;
	-webkit-transition: transform 1s, opacity 2s;
	-o-transition: transform 1s, opacity 2s;
	transition: transform 1s, opacity 2s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption p {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
 .swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    background-color: #71d0c8;
    background-size: 18px;
    width: 40px;
    height: 40px;
}

 

#home-slider  .swiper-slide.swiper-slide-active .slider-caption a {
	-webkit-transition: transform 1s, opacity 3s;
	-o-transition: transform 1s, opacity 3s;
	transition: transform 1s, opacity 3s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
#home-slider a.btn-slider {
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 50px;
    font-weight: 400;
	transition:all 0.3s;
}

#home-slider a.btn-slider:hover, 
#home-slider a.btn-slider:active { 
    color: #fff;
	background:#000; 
}

#home-slider .swiper-pagination {
  bottom: 20px !important;
}

#home-slider .swiper-pagination span {
    width: 10px;
    height: 20px;
	background: #FFF;
	display: inline-block;
	margin: 0px 5px;
	border: 0;
	border-radius: 100%;
 
}

#home-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #71d0c8 !important
}





/* Slider caption */
	#home-slider .swiper-pagination { bottom: 40px !important; }
	#home-slider .swiper-pagination span {
width: 10px;
    height: 20px;
	}
	#home-slider .slider-caption  {
    margin-top: -150px;
    text-align: left;
  }
  #home-slider .slider-caption p{
    font-size:1.6em;
  }

  .text-shadow p , .text-shadow h2{
    text-shadow: 0 2px 5px #666;
  }

.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background:transparent;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-position: top center;
    }

    .swiper-pagination-bullet {
        opacity: 1;
        width: auto;
        color:#000;
        background: #ffffff;
        border: 1px solid;
        height: 10px;
        border-radius: 100%;
        padding: 0 10px;
    }
    .swiper-pagination-bullet-active {
      color: #fff;
      background: #71d0c8;
      border: 1px solid #71d0c8;
    }







.ajax-filter>.title>.title,
.ajax-filter .af-body .af-container>.af-heading>.title{
    font-family: 'Jost', sans-serif;
        font-weight: 600;
}

.ajax-filter>.title,
.ajax-filter .af-heading,
.af-heading:hover,
.ajax-filter .af-body .af-container{
    background-color: transparent !important;
        background: transparent !important;
}

.ajax-filter>.title>.title{
    font-size:24px;
}

.ajax-filter .af-body .af-container>.af-elements .af-wrapper .af-element label{
        font-family: 'Jost', sans-serif;
        font-weight: 500;
            font-size: 16px;
}

.ajax-filter .irs-bar{
        background: #71d0c8 !important;
}