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;
}


:root {
  /* Colors */
    --color-white: #ffffff; 
  --color-dark: #111111;
  --color-black: #000000;
  --color-grey: #a0a0a1;
  --color-grey-light: #e2e3e5;
  --color-grey-medium: #4d4e51;
  --color-grey-dark: #1a1919;
  --color-grey-silver: #f8f8f8;
  --color-transparent: rgba(255, 255, 255, 0); 
  --color-yellow: #eed350;
  --color-brown: #c89543;
  --color-beige: #ebe9d9;
  --color-red: #d3705a;
  --color-real-red: #ff0000;
  --color-pink: #edc4c9;
  --color-purple: #8882f4;
  --color-blue: #8882f4;
  --color-dark-blue: #15223f;
  --font-normal:16px;
     
}

:root {
    color-scheme: only light;
}


@font-face {
  font-family: 'Main';
  src: url('../fonts/CoreSansC-45Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/CoreSansC-45Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/CoreSansC-45Regular.woff2') format('woff2'); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


 


@font-face {
    font-family: 'Bold';
    src: url('../fonts/CoreSansC-65Bold.ttf') format('truetype'), /* Safari, Android, iOS */
      url('../fonts/CoreSansC-65Bold.woff') format('woff'), /* Modern Browsers */
      url('../fonts/CoreSansC-65Bold.woff2') format('woff2'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }
 
 
 
@font-face {
    font-family: 'Script';
    src: url('../fonts/script_font.ttf') format('truetype'), /* Safari, Android, iOS */
      url('../fonts/script_font.woff') format('woff'), /* Modern Browsers */
      url('../fonts/script_font.woff2') format('woff2'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }
  
 


body {
    font-size: 15px;
    font-family: 'Main', sans-serif;
    color: #000000;
    background-color: #ffffff; 
     line-height: 1.325;
    
    min-width: 320px;
    width:100vw;
    max-width: 100%;
    overflow-x: hidden;
}
@media only screen and (max-width: 1169px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}

h1,h2,h3,h4,h5,h6{
 font-family: 'Bold', sans-serif; 
}

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: 10px;
    font-size: 16px;
}

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

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

.script-font{
    font-family: 'Script', sans-serif;  
}

b, strong{
    font-family: 'Bold', sans-serif;
}


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

p{
	 margin-bottom: 20px;
	 line-height: 20px;
}
li{
	line-height: 20px;
}
b,
bold{
   font-family: 'Bold', sans-serif;  
}

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

input {
  font-family: 'Main', sans-serif;
  font-size: 1.6rem; 
}

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;
}



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

BUTTONS & INPUTS

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


.btn-primary {
    color: #fff;
    background-color: #06214d;
    border-color: #06214d; 
    border-radius:10px;
    font-size: 16px;
    padding: 12px;
    transition: all 0.3s;
        outline: none !important;
}

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

.btn-transparent{
        color: #06214d;
    background-color: #ffffff;
    outline:none;
}

.btn-white{
    
    background-color: #ffffff;
    outline:none;
    color:#06214d;
}

.btn-white a{
 
    color:#06214d;
}


/*
	.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{
     -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
-webkit-border-radius: 0;
      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: 6px;
   
    -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; 
	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: 18px;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    color: #888888;
    font-size: 10px;
    min-width: 230px;
    text-align: left;
    text-transform: uppercase;
    
}
 

.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;
    
    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
}






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

PANEL 

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



panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel.panel-default {
    border: none;
    border-radius: 0;
    box-shadow:none;
}

.panel-heading {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid;
    padding: 15px 0;
    font-family: 'Main';
       border-radius: 0;
}

.panel-default>.panel-heading {
background-color: transparent;
    border-color: transparent;
    box-shadow:none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
}

.panel-title,
a.link-collapse {
    font-size: 16px;
    color: #000000;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
}

a.link-collapse.collapsed {}

.panel-title .link-collapse::after {
    content: "✕";
    font-family: sans-serif;
    background-size: 17px;
    font-size: 14px;
    padding: 0px 3px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    transition: all 0.3s;
}

.panel-title .link-collapse.collapsed::after {
    transform: rotate(45deg);
}

.panel-body {
    padding: 20px 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
}





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

BOOTSTRAP 

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


@media (min-width: 992px){
	.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .row-eq-height>div{
        display: flex;  
    justify-content: center;
    flex-direction: column;
    }
    
}




	.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;
}


sup {
    font-size: 50%;
    top: -0.8em;
}



.no-gutter {
 
}

 
.no-gutter>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
 
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding:0;
    line-height: 1;
    background-color: #fff;
    border: 0px solid #ddd;  
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.breadcrumb {
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
}


.breadcrumb  a {
    color: #555555;
    text-decoration: none;
}



.select-radio {
    margin: 0.5rem;
}

.select-radio .checkbox label,
.radio label {
    padding-right: 15px;
    margin-left: -10px;
    padding-left: 0;
}

span.radio-label {
    padding-right: 10px;
}

.select-radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.select-radio input[type=radio]+.radio-label:before {
    content: "";
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid #000000;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -1px;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.select-radio input[type=radio]:checked+.radio-label:before {
    background-color:  #007aff;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.select-radio input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: #000000;
}

.select-radio input[type=radio]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #ffffff;
    border-color: #bfbfbf;
    background: #bfbfbf;
}

.select-radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0;
}




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

Main components

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


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

@media (min-width:1170px){
  .container-fluid{padding-left:50px;padding-right:50px;}
}





.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; */
  }
  


body.modal-open .main-content, 
body.modal-open .main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    will-change: auto;
    z-index:auto;
  } 
  
  
  
  
  
  .main-content, .main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  
  
  
  @media only screen and (max-width: 1199.99px) {
    .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 {
    z-index: 2;
      background: var(--color-white);
      max-width:100vw;
          overflow: hidden;
          min-height: calc(100vh - 675px);
  }
  
  
  
  .main-header {
    background: #ffffff;
        border-top: 7px solid #06214D;
    z-index: 3;
    height: 155px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 2px 2px rgb(0 0 0 / 6%), 0 0 2px rgb(0 0 0 / 7%);
    transition:all 0.3s;
  }
  
  
  
  
    
  
 body.cart-is-visible .main-header {
   
    z-index: 0; 
  }
 
  
  
  
  .nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #2e3233;
  }
  .nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 25px; 
    margin-top: 0;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
  }
  
  
  
  
   
  @media(min-width:768px){
    .main-header { 
      height: 157px; 
    }
    .nav-trigger span { 
    
    }
  
  }
  
  
  
  .nav-trigger span::before, .nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 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-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 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
  }
  .nav-trigger span::before {
    /* menu icon top line */
    top: -6px;
  }
  .nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px;
  }
  .nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(46, 50, 51, 0);
  }
  .nav-trigger.nav-is-visible span::before, .nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #2e3233;
  }
  .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 {
  
    padding:0;
    position: fixed;
    top: 0;
  left: 0;
    height: 100%;
    width: 260px;
    background: #06214d;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    /* 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(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;
  }
  .primary-nav a, .primary-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #3a3f40;
    -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;
  }
  .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 {
    /* different style for the See all button on mobile and tablet */
    color: #ffffff;
  }
  @media only screen and (max-width: 1199.99px) {
    .primary-nav {
      /* by default .primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
      visibility: hidden;
      -webkit-transition: visibility 0s 0.3s;
      -moz-transition: visibility 0s 0.3s;
      transition: visibility 0s 0.3s;
    }
    .primary-nav.nav-is-visible {
      visibility: visible;
      -webkit-transition: visibility 0s 0s;
      -moz-transition: visibility 0s 0s;
      transition: visibility 0s 0s;
    }
  
    .nav-on-left .primary-nav, .nav-on-left .primary-nav ul {
      right: auto;
      left: 0;
    }
    
    
  }
  
  .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);
  }
  
  
  .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%;
  }
  
  
  .nav-is-fixed .search {
    position: fixed;
  }
  
  
  
  
  
  
  body.overflow-hidden {
      overflow: hidden;
  }
  
 
  
  body.modal-open{
      
  }
  
  
  .overlay {
    /* shadow layer visible when navigation is active */
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    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,
  .overlay.search-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;
  }
  
  
  
  @media only screen and (max-width: 1199.99px) {
    .overlay.is-visible {
      -webkit-transform: translateX(260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
      transform: translateX(260px);
    }
  
    .overlay.search-is-visible,
    .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;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* HEADER */
  
  .header-top {
      display:none;
    box-shadow: 0px 1px #ccc; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
        z-index: 9;
}

  .header-top a{
  
}

.header-main{
  position: absolute;
    
    left: 0;
    width: 100%;
}
 
 
  
   header .header-top .container-fluid{
      position: relative;
      z-index: 5; 
      height: 30px; 
  }
  
  header .header-main .container-fluid{
      position: relative;
      
      height: 50px;
          z-index: 5;
  }
  
  
  
  
  
  #logo{
    position: absolute;
    left: calc(50% - 60px);
    z-index: 5;
    width: 120px;
    top: 7.5px;
  }
  
  
  #logo img{
   width: 100%; 
  }
  
  #logo a{ 
    text-decoration: none;
    
    font-size: 26px;
    letter-spacing: -2px;
    line-height: 34px; 
    color:#000;
        display: block;
  }
  
   
  
  @media (min-width:768px){ 
    .header-top {
      display:block;
    }
    
   
    header .header-main .container-fluid{
      height: 80px; 
      max-width: 100%;
    }
         
      #logo{
        position: absolute;
        left: calc(50% - 60px);
        z-index: 5;
        width: 120px;
        top: 16px;
      }
  
  }
  
  

 
  





  
  
  header ul.header-buttons-right {
      position: absolute;
      right: 0;
      max-width: 250px;
  }
  
  ul.header-buttons {
    position: absolute;
    top: 18px;
    left: 15px;
    height: 75px;
  }
  
  @media(min-width:768px){
    ul.header-buttons { 
      height: 80px;
      left: 30px;
    top: 25px;
    }
  }
  
  ul.header-buttons a{
  width: 25px;
    display: block;
    height: 25px;
  }
  
  
  ul.header-buttons-left{
      margin-bottom: 0;
  }
 




 

.header-wishlist {
    position: absolute;
    right: 50px;
    top: 40px;
}

.header-account {
    z-index: 5;
    position: absolute;
    right: 80px;
    top: 40px;
}



.header-cart{
   position: absolute;
    top: 10px;
    right: 5px;
    height: 35px;
    z-index:5; 
}


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









@media   (min-width: 768px) {


}



 
.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-buttons {
      position: absolute;
      display: inline-block;
      top: 35px;
    left: 0;
    }


 


      .header-logo{
          top: 34px;
          left: calc(50% - 60px);
      	  width: 120px;
      }


     
    .header-cart{
      position: absolute;
        top: 21px;
        right: 30px;
        height: 35px;
        width:35px;
       
    }
    button.cart-trigger {
        background: #000  ;
        background-size: 50px;
        border: none;
        height: 50px;
        width: 100%;
        outline: none;
    }
    

.header-help-account {
display: block;
    position: absolute;
    top: 0;
    right: 15px;
    width: auto;
    height: 30px;
    text-align: center;
    z-index: 999;
    line-height: 30px;
    font-size:13px; 
}

li.dropdown-header h3{
line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 20px;
    text-align: left;
    margin: 0;
    font-size: 20px;
    color: #000;
}



.account-trigger {
    display: inline-block; 
    
}

.account-trigger a{  
    
    transition:all 0.3s;
        -webkit-transform: scale(1);
    transform: scale(1);
}

.account-trigger ul > a:hover{
        background-color: rgba(0,0,0,.06);
            -webkit-transform: scale(.95);
    transform: scale(.95);
}

 

.account-trigger ul,
.account-trigger .dropdown-menu{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 4px; 
    padding: 15px 0 0;  
    opacity:0;
    z-index:0;
    display:inline;
        visibility: hidden;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
 
}

.dropdown.account-trigger.open ul{
    opacity:1;
        visibility: visible;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.dropdown.account-trigger  ul li{
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 10px;
    padding-right: 19px;
    text-align: left; 
}






}

 

span.vert-splitter {
    padding: 0 10px;
}





  
  @media (min-width:1200px){ 
  
     

 
   
   
  
  } 







img.cat-img {
    display:none;
}


.cat-description {
            display:none;
        }

@media (min-width:1200px){

nav#menu {
    height: 40px;
    top:110px;
    position: absolute;
    width: 100%;
    left: 0;
 
}







    .main-header::after {
        clear: both;
        content: "";
        display: table;
      }
    
    
    
      .nav-trigger {
        display: none;
      }
     
      .primary-nav {
        position: absolute;
        width:100%;
        margin: 0 auto;
        top: 0;
        right: 0;
        z-index: 4;
        padding: 0;
        height: auto;
        float: none;
        overflow: visible;
        background: transparent;
        text-align: center;
      }
      .primary-nav::after {
        clear: both;
        content: "";
        display: table;
      }
      .primary-nav.moves-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
      }
      .primary-nav ul {
        position: static;
        height: auto;
        width: auto;
        background: transparent;
        overflow: visible;
        z-index: 3;
      }
      .primary-nav ul.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
      }
      .primary-nav ul.moves-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
      }
      .primary-nav > li {
          height: 40px;
    line-height: 40px;
        float: none;
        margin-left: 0;
        text-align: center;
        display: inline-block;
      }
      .primary-nav > li > a {
        /* main navigation buttons style */
        font-family: 'Bold' , sans-serif;
            text-transform: uppercase;
        font-size: 14px; 
        position: relative;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        color: #000000;
        overflow: visible;
        border-bottom: none;
        -webkit-transition: color 0.3s, box-shadow 0.3s;
        -moz-transition: color 0.3s, box-shadow 0.3s;
        transition: color 0.3s, box-shadow 0.3s;
      }
      
      
      .primary-nav > li > a:hover {
        color: #06214d;
        text-decoration:none;
        
      }
      
    
      
      
      .primary-nav > li > a.selected {
         color: #ffffff;
        box-shadow: inset 0 -100px 0 #06214d;
      }
      
     
      
      
      
      .primary-nav .go-back, .primary-nav .see-all {
        display: none;
      }
     
      .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #c9cbc4;display: none;
      }
      .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
        background: #0253b3;display: none;
      } 
    
      .primary-nav .secondary-nav, .primary-nav .nav-gallery, .primary-nav .nav-icons {
        /* dropdown menu style */
        position: absolute;
        top: 40px;
        width: 100%;
        left: 0;
        background: #fff;
        border-top: 7px solid #06214d;
        padding: 48px 64px 130px;
        -webkit-box-shadow: 0px 13px 30px rgba(0,0,0,0.33);
        box-shadow: 0px 13px 30px rgba(0,0,0,0.33);
        border-radius: 0 0 20px 20px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s; 
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
      }
      .primary-nav .secondary-nav::after, .primary-nav .nav-gallery::after, .primary-nav .nav-icons::after {
        clear: both;
        content: "";
        display: table;
      }
      .primary-nav .secondary-nav.is-hidden, .primary-nav .nav-gallery.is-hidden, .primary-nav .nav-icons.is-hidden {
        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;
      }
      .primary-nav .secondary-nav > .see-all, .primary-nav .nav-gallery > .see-all, .primary-nav .nav-icons > .see-all {
        /* this is the BIG See all button at the bottom of the dropdown menu */
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0px;
        width: 100%;
        overflow: hidden;
        /* reset some inherited style */
        margin: 0;
        padding: 0;
      }
      .primary-nav .secondary-nav > .see-all a, .primary-nav .nav-gallery > .see-all a, .primary-nav .nav-icons > .see-all a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        font-size: 2.2rem; 
        text-align: center;
        line-height: 80px;
        border-top: 1px solid #e2e3df;
        /* reset some inherited style */
        border-bottom: none;
        margin: 0;
        padding: 0;
        -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
        -moz-transition: color 0.2s, background 0.2s, border 0.2s;
        transition: color 0.2s, background 0.2s, border 0.2s;
        
      }
      .primary-nav .secondary-nav > .see-all a:hover, .primary-nav .nav-gallery > .see-all a:hover, .primary-nav .nav-icons > .see-all a:hover {
        background: #2e3233;
        border-color: #2e3233;
        color: #ffffff;
            border-bottom-left-radius: 70% 23px;
        border-bottom-right-radius: 70% 23px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
      }
      .primary-nav .secondary-nav > li {
        /* change the height according to your needs - you can even set height: auto */
        height: auto;
        width: 14%;
        float: none;
        margin-right: 1%;
        margin-left: 1%;
        display: inline-block;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        text-align: center;
            vertical-align: top;
      }
      .primary-nav .secondary-nav > li:nth-child(4n+2) {
        /* +2 because we have 2 list items with display:none */
        margin-right: 0;
        border-right: none;
      }
      .primary-nav .secondary-nav > li > a {
        /* secondary nav title */
        color: #000000;
        font-size:13px;
        margin-bottom: .5em; 
            margin-bottom: .5em;
        height: auto;
        text-align:center;
      }
      
     .primary-nav .secondary-nav > li.go-back  {
            display: none;
        }
              
              
        img.cat-img {
            display:block;
            max-width: 120px;
            margin: 0 auto;
        }
        
        .cat-link {
            color: #000000;
            font-family: 'Bold' , sans-serif; 
            max-width: 190px;
            text-overflow: initial;
            white-space: normal;
            line-height: 22px;
                margin: 0 auto;
        }
        .cat-description {
             display:block;
             margin: 0 auto 15px;
        }
      
      
      .primary-nav .secondary-nav a {
        height: 30px;
        line-height: 30px;
        padding: 0 18% 0 0;
        color: #2e3233;
        border-bottom: none;
        font-size: 1.4rem;
      }
      .primary-nav .secondary-nav a:hover {
        color: #0253b3;
      }
      .primary-nav .secondary-nav ul {
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
      }
      .primary-nav .secondary-nav ul ul {
        /* tertiary navigation */
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
      }
      .primary-nav .secondary-nav ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
      }
      .primary-nav .secondary-nav ul ul .go-back {
        display: block;
      }
      .primary-nav .secondary-nav ul ul .go-back a {
        color: transparent;
      }
      .primary-nav .secondary-nav ul ul .see-all {
        display: block;
      }
      .primary-nav .secondary-nav .moves-out > li > a {
        /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
      }
      .primary-nav .nav-gallery li {
        /* set here number of columns - use width percentage */
        width: 22%;
        float: left;
        margin: 0 4% 40px 0;
      }
      .primary-nav .nav-gallery li:nth-child(4n+2) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0;
      }
      .primary-nav .nav-gallery .nav-item {
        border-bottom: none;
        padding: 0;
        height: auto;
        line-height: 1.2;
      }
      .primary-nav .nav-gallery .nav-item img {
        position: static;
        margin-top: 0;
        height: auto;
        width: 100%;
        margin-bottom: .6em;
      }
      .primary-nav .nav-gallery .nav-item h3 {
        color: #0253b3; 
        padding: 0 .4em;
      }
      .primary-nav .nav-icons li {
        /* set here number of columns - use width percentage */
        width: 32%;
        float: left;
        margin: 0 2% 20px 0;
      }
      .primary-nav .nav-icons li:nth-child(3n+2) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0;
      }
      .primary-nav .nav-icons .nav-item {
        border-bottom: none;
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
        position: relative;
      }
      .primary-nav .nav-icons .nav-item:hover {
        background: #f6f6f5;
      }
      .primary-nav .nav-icons .nav-item h3 {
        color: #0253b3; 
      }
      .primary-nav .nav-icons .nav-item p {
        display: block;
      }
      .primary-nav .nav-icons .nav-item::before {
        left: 25px;
      }
    
    
      .has-children > a::before, .has-children > a::after {
        right: 15%;
      }
    
    
    
     
      .primary-nav > .has-children > a.selected::before {
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
      }
      .primary-nav > .has-children > a.selected::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }
    
      .secondary-nav > .has-children > a::before, .secondary-nav > .has-children > a::after {
        /* remove arrows on secondary nav titles */
        display: none;
      }
    
      .primary-nav .go-back a {
        padding-left: 20px;
      }
      .primary-nav .go-back a::before, .primary-nav .go-back a::after {
        left: 1px;
      }
    
    
      .search {
        height: 120px;
        top: 80px;
      }
      .search input {
        padding: 0 2em;
        font-size: 3.2rem; 
      }
    
      .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;
      }
    


}









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

SEARCH

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





a.cd-search-trigger {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 5px;
    right: 70px;
}




#search {  
    width: 100%;
    max-width: 100%; 
    height: 35px;
    position: absolute;
    top: 110px;
    padding: 0 55px 0 15px;
    border-radius: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
    box-shadow: none;
    border-top: 0px solid #cccccc;
    border-bottom: 0 solid #cccccc;
    overflow:hidden;
    z-index:3;
     
}
 #search .speech{ 
              position: absolute;
            background: transparent;
            border-radius: 100%;
            z-index:999;
            width: 30px;
            height: 30px;
            top: 5px;
            right: 20px;
            font-size: 22px;
            line-height: 35px;
            color: #fff;
          -webkit-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;  
      }
      
     #search .speech svg{ 
           width: 15px;
      }  
      
#search .input-lg{
    border-radius: 0;
}

.search-is-visible  .main-header {
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    transition: all 0.3s;
}
 
#search.is-visible {
	opacity:1;
	visibility:visible;
	transition:all 0.3s;
}

#search input {
    line-height: 35px;
    height: 35px;
    border: 0px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    margin-left:30px;
}
#search .btn {
    background: #000;
    border-radius: 100%;
    border:none;
    width: 30px;
    font-size:12px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    color: #fff;
    position:absolute;
    top:5px;
    
}
#search-autocomplite {
    width:calc(100% - 50px);
}



button.search-close{
    display:none;
}

 body.overflow-hidden #search {
   
}



@media(min-width:1200px){
    a.cd-search-trigger {
        position: absolute;
        height: 40px;
        width: 40px;
        top: 20px;
        right: 160px;
        z-index: 5;
    }
    
     
    
    

    #search { 
    width: 300px;
    max-width: 100%; 
    top: 7px;
    line-height: 40px;
    position: absolute;
    left: 0;
    padding-top: 35px;
    padding-left: 30px;
    z-index: 99;
    height: 100px;
    box-shadow: none;
    border: 0px solid #cccccc;
    border-radius: 10px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    }  
     #search.full{
        width: 100%; 
        height: 150px;
        background:#fff;
     }
     
     
    
  
  
  
     
      #search    span.input-group-btn {
        height: 40px;
        position: absolute;
        top: 40px;
        left: 40px;
        z-index: 99;
    }
    
    
    
    
    #search input {
        height: 50px; 
        line-height: 59px;
        margin-left:0;
        border: 0px solid #f9f9f9;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 0px solid #000;
        background: #f5f5f5;
        border-radius: 10px !important;
        padding:0 10px 0 60px;
         -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;        
    }
    
    #search input:hover {
        background: #e5e5e5;
    }
    
     #search.full input{
        width: calc(100% - 80px);  
     }
     
     #search #search-autocomplite{
         width: calc(100% - 80px);  
     }
     
      #search .search-close{
          opacity:0;
          display:block;
              position: absolute;
            background: #000;
            border-radius: 100%;
            width: 40px;
            height: 40px;
            top: 40px;
            right: -37px;
            font-size: 22px;
            line-height: 35px;
            color: #fff;
          -webkit-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;  
      }
      
      #search.full .search-close{
        opacity:1;
        right: 30px;
        border:0;
     }
     
      #search .speech { 
          display:none;
      }  
    
      
   
    
    body.cart-is-visible  #search{
        z-index:1;
    }
    
 



}
 
  
#search button.btn ,
#search button.btn:focus {
    box-shadow: none;
    outline: none;
}

#d_ajax_search_results {
    margin:0px;
    color: #000;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(224, 224, 224);
    background-color: rgb(255, 255, 255) !important;
    box-shadow: -2.237px 3.316px 43px 0px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1005;
    padding: 10px 0;
    margin-top: 36px;
    margin-bottom:50px;
    top: 14px;
    border-radius: 12px;
}

#search.full #d_ajax_search_results {
    margin:0px;
    color: #000;
     
    position: relative;
    z-index: 1005;
    padding: 10px 0;
    margin-top: 36px;
    top: 14px;
    border-radius: 12px;
}

@media (min-width:768px){
    #search.full #d_ajax_search_results {
        border-style: solid;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    position: relative;
     
    }
}


#search  .result_block{
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%;
}




.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: 2px solid #2e3233;
}
.search-trigger::after {
  /* handle */
    height: 2px;
    width: 10px;
    background: #2e3233;
    bottom: 10px;
    right: 6px;
  -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: 2px;
  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);
}








@media (min-width:1200px){
   .mobile-only{
        display:none !important;
    } 
}






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

footer

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

 

 

.footer-main{
	padding: 60px 0 30px;
	text-align: left;
	    position: relative;
	    border-top: 1px solid #e5e5e5;
}

.footer-main ul{
    margin-bottom:30px; 
 }
  




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



 

 

.footer-bottom{
	padding-top: 20px;
    padding-bottom: 20px; 
    border-top: 1px solid #e5e5e5;
}


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

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


.footer-social-links{
    margin-top: 25px;
	    position: relative;
    z-index: 1;
}

.footer-social-links li{
    font-size: 20px;
    padding-right:20px;
}

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


.footer-region-links{
    margin-top: 25px;
	    position: relative;
    z-index: 1;
}

.footer-region-links li{
     line-height: 22px;
}

.footer-region-links .country-flag{
    padding-right:3px;
}
.footer-region-links .country-flag img {
    height: 20px;
    width: auto;
}

.insta-tag-background {
    position: absolute;
    color: #f1f1f1;
    font-size: 12vw;
        font-family:'Bold';
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #c7c7c7; */
     pointer-events: none;
    width: 100%;
    top: -20%;
    z-index:-1;
}

.swiper-insta-container img{
    border-radius:15px;
        aspect-ratio: 1;
}


.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; 
}

.footer-payment-methods .img-thumbnail{
	border: none;
	height: 25px;
 }

.footer-logo{
        margin:1rem auto 2rem;
    max-width: 120px;
}

.select-region .list-inline{
    margin-top:10px;
    color:#555555;
    font-size:14px;
}


.footer-newsletter-form{
	width: 100%;
    max-width: 480px;	
	padding:0;
	margin:0 auto;
	position: relative;
}


.footer-newsletter-form input{ 
       margin: 0;
    width: 100%;
    max-width: 480px;
    background:#f9f9f9;
    height: 60px;
    margin-bottom: 0;
    padding-right: 8px;
    padding-left: 8px;
    border: 0 solid transparent;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1em;
    text-align: left;
    transition:all 0.3s;
}

.footer-newsletter-form  input.module-btn {
position: absolute;
    right: 10px;
    bottom: 15px;
    display: flex;
    width: 30px;
    height: 30px;
    -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: #06214D;
    color: #fff;
}



@media (min-width:768px){
    .footer-social-wrapper{
	padding:100px 15px 100px;
	width:100%;
    }
    
    .footer-social-wrapper h3{
    	position: relative;
        z-index: 1;
    	font-size:26px;
    }
    .footer-top { 
        padding: 150px 15px; 
    }    
    
    
    .footer-newsletter-wrapper p{ 
    line-height: 40px;
    font-size: 32px; 
    }
    
    
    .footer-main .info-links{
    text-align: center; 
      columns: 1; 
    } 
}

 




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

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;

}

.product-image.ddc img{
	border-radius:100%;

}

.product-image img.animated{
	/*box-shadow: 0 3px 22px 3px rgba(0,0,0,0.25);*/
}

.product-image.ddg img.animated,
.product-image.dtz img.animated,
.product-image.ddp img.animated{
    box-shadow: none;
}


.color-overlay,
.white-overlay {
  position: absolute;
  z-index: 2;
  transform-origin: right;
}
.color-overlay {
  background-color: #06214D;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.white-overlay {
  display: block;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #fff;
}



.main-img-bg{
    background: #06214D;
    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;
}


.main-img-bg.animated{
	width: calc(50vw - 20%);
-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: 110px;
    padding-bottom: 0px;
    display: block;
    margin-top: -110px;
	height: auto;
}


.product-model{
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'Bold';
    color: #3b80be;
}

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

h1.product-name {
    font-size: 16px;
    line-height: 18px;
    margin:  20px 0 0;
    color: #111111;
}


.member-price {
                                 
                        }
                        .member-price-header {
                        font-size: 11px;
    color: #2c0276;
    font-family: 'Main', sans-serif;
    letter-spacing: 0;
    position: relative;
    display: inline-flex;
    text-transform: uppercase;
    background: #d8afff;
    padding: 3px;
    border-radius: 5px;
                           
                        }
			           	.member-price .product-price {
                               color: #2c0276;
                        }       
                        .member-original-price{
                              
                        }






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



    .pricing-wrapper-pp {
    height: 80px;
    vertical-align: bottom;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}
    
   @media (min-width:768px){ 
    .pricing-wrapper-pp {
        height:100px;
        vertical-align: bottom;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        flex-wrap: nowrap;
        align-items: flex-end;
    }


}

.ismember .original-price span.original-span {
    text-align: right;
    text-decoration: line-through;
}

i.fa.fa-question-circle {
    font-size: 13px;
    margin-right: 5px;
    color: #b3b2b2;
}

.members-price-inner {
    display: flex;
    padding-top: 3px;
    justify-content: space-between;
}


.notmember.members-price {
    font-size: 14px;
    background-color: #efe9fc;
    color: #541dc9;
    display: grid;
    width: auto;
    text-align: right;
    margin-bottom: 10px;
    border: 1px solid #541dc9;
    border-radius: 3px;
    padding: 2px;
}

.notmember.members-price .member-title {
    background: #541dc9;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    padding: 2px;
}

.ismember .item-price-wrapper {
    font-size: 20px;
    color: #2a0084;
}

.grid-item .item-price-wrapper {
    font-size: 20px;
}




.product-price-wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc; 
}

.product-price{
    font-family: 'Bold';
    font-size: 30px;
    line-height: 50px;
      
}

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 {
    font-family: sans-serif;
    font-size: 12px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 22px;
    background: #fff;
    padding: 0;
    border: 1px solid #000000;
    transition: all 0.3s;
    color: #000;
    outline: none;
}

button.btn-plus:hover,
button.btn-minus:hover {
    opacity: 0.5;
}


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;
 
}

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

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



.product-page-info .panel-body ul {
    list-style: disc;
    padding-left: 15px;
   
}
 .product-page-info .panel-body li{
 line-height: 26px; 
}



@media (min-width:768px){
    .product-image {
        text-align: center;
            margin: auto;
    }
    
    
     .product-image img{ 
    	max-height:66vh;
    
    }   
        
    .product-top-container {
    padding-top: 15vw;
        padding-bottom: 10vw;
    }
     
    .product-info-wrapper{
    	    padding: 15px 7%; 
    	        margin: 0;
    }  
    
    
    h2.product-name {
        font-size: 36px;
        line-height: 40px;
        margin: 10px 0 50px;
    }
    
    
    .product-model{
        font-size: 20px;
     
    }
    
}


#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;
    
    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;
}

.product-image .swiper-pagination-bullet{
    background: #fff;
}


#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: #06214d;
    position: absolute;
    display: inline-block;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    
    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: #06214D;
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
}
#details .heading{
	font-size: 12px;
    line-height: 1.25em;
    
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#details .detail{
    font-size: 36px;
    
    margin-bottom:50px;
}

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


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

ATTRIBUTES

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


li.attribute-item {
    padding: 7.5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.075);
}




.attribute-item span{ 
text-transform: uppercase;
    font-family: 'Main';
}


.attribute-item span.attribute-icon {
    height:30px;
 
}

.attribute-item span.attribute-name {
    padding-left: 8px;
}

.attribute-item span.attribute-icon img{
    width: auto;
    height:30px;
}


.attribute-item span.attribute-value{
    font-family: 'Bold';
    padding-left: 7px;
    position: relative;
}

.attribute-item span.attribute-value::after {
    content: '';
    height: 0.3em;
    position: absolute;
    left: 0;
    bottom: 4px;
    background: pink;
    left: 6px;
    right: 0;
    z-index: 0;
    mix-blend-mode: darken;
}

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

STOCK STATUS

-------------------------------- */
.stock-status.status-In.Stock {
    color: black;
    font-family: 'Bold';
    font-size: 14px;
    background: #afffc4;
    padding: 3px 7px;
    border-radius: 5px;
    width: auto;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.stock-status.status-Out.Of.Stock{
        color: white;
    font-family: 'Bold';
    font-size: 14px;
    background: #c13232;
    padding: 3px 7px;
    border-radius: 5px;
    width: auto;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.product-sale-badge {
    color: black;
    font-family: 'Bold';
    font-size: 14px;
    background: #ffafaf;
    padding: 3px 7px;
    border-radius: 5px;
    width: auto;
    position: relative;
    display: inline-flex;
    margin-bottom: 10px;
}


.product-availability-wrapper{
	margin:30px 0;
}

.product-availability-wrapper .media {
    background: #cdf0fc;
    border-radius: 10px;
    padding: 10px;
    background: linear-gradient(45deg, #cdf0fc, #f7e2ff);
    border: 1px solid #ccc;
}

.product-availability-wrapper .media-left {  
    padding: 0;
    text-align: center;
    margin-right: 10px;
    font-size:40px;
}

.product-availability-wrapper .sales-usp-icon {  
    width: 60px;
}

.product-availability-wrapper .media-body {
    padding-left: 10px;
        font-size: 12px;
}

.product-availability-wrapper .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}



.product-special-offer {
    background: #cdf0fc;
    background: linear-gradient(45deg, #b20000, #ffaaab);
    border: 1px solid #ccc;
    margin-bottom: 50px;
    color: #fff;
    display: block;
    border-radius: 20px;
    padding: 10px 15px;
}

.product-special-offer a{ 
    color: #fff;
}


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

PRODUCT PRICING

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











 .pricing-wrapper-pp  {
    height: 100%;
    min-height: 70px;
    vertical-align: top;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.ismember .original-price .original-span{
    text-align: right;
    text-decoration: line-through;
    margin-right:5px;
}
i.fa.fa-question-circle {
    font-size: 13px;
    margin-left: 5px;
    color: #b3b2b2;
}


.members-price-inner {
    display: flex;
    padding-top: 3px;
    justify-content: space-between;
}


.notmember.members-price {
    font-size: 14px;
    background-color: #efe9fc;
    color: #541dc9;
    display: grid;
    width: auto;
    text-align: right;
    margin-bottom: 10px;
    border: 1px solid #541dc9;
    border-radius: 3px;
    padding: 2px;
}
.notmember.members-price .member-title {
        background: #541dc9;
        color: #fff;
        text-transform: uppercase;
        font-size: 9px;
        padding: 2px;
    }
.ismember .item-price-wrapper {
    font-size: 20px;
    color: #2a0084;
}
.ismember .product-price{
    color: #2a0084;
}

.notmember.members-price.members-original-price {
    border: 1px solid #ccc;
    color: #777;
    text-align: center;
    background-color: #f9f9f9;
}
.notmember.members-price.members-original-price .member-title {
    background: #555555;
}
.grid-item .item-price-wrapper{
    font-size: 20px;
}
.product-start-price{
    font-family: 'Bold', sans-serif;
    color: #7a7a7a;
    font-size: 14px;
}
.product-sale-price{
    color: #541dc9;
}






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

RELATED & VARIANT & ADDONS & FEATURED

-------------------------------- */
#addons {
    padding-top: 60px;
    border-top: 1px solid #000;
    z-index: 2;
    position: relative;
    background: #fff;
     
   
}


.featured-more-btn{
    margin-top:30px;
}

 
.variant-addons-wide-wrapper,
.related-products {
    padding-bottom: 60px;
    z-index: 2;
    position: relative;
    background: #fff;
    text-align:center;
 
}
.swiper-featured-container,
.swiper-variant-container,
 .swiper-related-container {
    padding-top: 15px;
}


.latest-products .grid-item:hover,
.latest-products .grid-item:focus,
.variant-addons-wide-wrapper .grid-item:hover,
.variant-addons-wide-wrapper .grid-item:focus,
.related-products .grid-item:hover,
.related-products .grid-item:focus{
 -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 0 2px #000;
        background: #fff;
}


.latest-products  .swiper-container-horizontal>.swiper-scrollbar ,
.variant-addons-wide-wrapper .swiper-container-horizontal>.swiper-scrollbar ,
.related-products  .swiper-container-horizontal>.swiper-scrollbar {
    position: relative;
    left:auto;
    bottom: 3px;
    z-index: 50;
    height: 9px;
    width: 66%;
    margin: 0 auto;
}

.latest-products .swiper-scrollbar-drag ,
.variant-addons-wide-wrapper .swiper-scrollbar-drag ,
.related-products .swiper-scrollbar-drag {
    height: 8px;
    background: #06214d;
}


.variant-addon-wrapper{
    margin-top:30px;
    margin-bottom:50px;
    padding-bottom:30px;
    border-bottom:1px solid #ccc;
}

.variant-addon-wrapper .panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #fff;
        padding: 10px 20px;
}

.variant-addon-wrapper .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    line-height: 23px;
}

.variant-addon-wrapper .panel {
   margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 0 rgb(0 0 0 / 5%);
}

.variant-addon-wrapper .panel-body {
    padding: 15px 30px 5px;
}

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


.variant-addon-wrapper .panel-default>.panel-heading .panel-title > a:before {
    float: right !important;
    content: "✕";
    font-family: sans-serif;
    font-size: 14px; 
    border-radius: 100%;
    border: 1px solid #000;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    line-height: 23px;
        transition: all 0.3s ease 0s;
  }
.variant-addon-wrapper .panel-default>.panel-heading .panel-title > a.collapsed:before {
     transform: rotate(45deg); 
      
  }


.variant-addon-wrapper.ddf,
.variant-addon-wrapper.ddf,
.variant-addon-wrapper.ddm{
    display:none;
}
.option-addon{
	background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.option-addon img{
    max-width:50px;
} 
.option-addon label{
    align-items: center;
    display: flex;
}   

.option-addon span {
   padding: 0 5px;
    font-size: 12px;
    font-family: 'Main', sans-serif;
}

.option-addon span.addon-price {
    font-family: 'Bold', sans-serif;
}

.option-addon .ddfb-notice {
    display: none;
    color: #ff0000;
    text-align: center; 
    font-size: 12px;
}

.option-addon.ddfb-selected .ddfb-notice {
    display: block; 
}

#matboard_option.open{
    animation: open 1s normal forwards ease-in-out;
}

@keyframes open {
    from {
        opacity:0; 
        transform: scale(0.9, 0.9);
    }
    33% {
         opacity:1; 
    }
    50% {
         
        transform: scale(1.05, 1.05);
    }
    to {
        transform: scale(1, 1);
    }
}


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

Rating - Reviews - Wishlist

-------------------------------- */
.rating {
    font-size: 12px;
    position: relative;
}

.rating span.fa.fa-stack {
    font-size: 6px; 
    color: #979494;
    letter-spacing: 0;
    width: 14px;
}

button.btn-wish {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    
    color: #979494;
}

.review-container{
    width:100%;
        background: #e2efff;
        z-index: 2;
    position: relative;
        padding-top: 80px;
    padding-bottom: 80px;
}


#tab-review {
    padding: 100px 15px; 
    background: #06214d;
    border-radius:25px;
    position:relative;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
}


.tab-review-glass{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
   /* backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);*/
    border: 0px solid rgba(255, 255, 255, 0.3);
        background: rgb(0,44,140);
    background: radial-gradient(circle, rgb(52 106 173) 0%, rgb(6 33 77) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}



#tab-review table.table.table-striped.table-bordered , 
#tab-review  .table-bordered>tbody>tr>td{
    border: 0px solid #ddd;
        color: #FFF;
}
#tab-review  .table>tbody>tr>td{
    border-top:1px;
}

#tab-review .fa-stack { 
    font-size: 8px;
    color: #ffdf59;
}

 


#tab-review h2{
    position:relative;
    z-index: 2;
    color:#ffffff;
    font-family: 'Bold', sans-serif;
    text-shadow:0 1px #000;
}
#tab-review p{
    position:relative;
    z-index: 2;
    color:#ffffff;
        margin-top: 10px;
}


button.btn.btn-primary.btn-lg.btn-reviewmodal {
    max-width: 320px;
}


#reviewmodal{}

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

Product Page - Artist

-------------------------------- */
.by-artist {
    margin-top: -35px;
    margin-bottom: 30px  ;
    background: #f1f1f1;
    border-radius: 20px;
    padding: 8px;
} 
 .by-artist img{
    width: 60px;
    border-radius: 100%;
    border: 4px  solid #ffffff;
 }
 
 .all-designs a{
    color: #06214d;
    text-decoration: none; 
    font-size: 13px;
 }
 .all-designs a span{
         transition: all 0.3s;
    transform: translateX(0);
    transition: transform 0.3s;
 }
 
 .all-designs a:hover span{ 
    transform: translateX(5px);
 }




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

Product Page - Comparison

-------------------------------- */
.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
    position: absolute;
    bottom: 6px;
    right: 6px;
    color: #000000;
    background: #ffffff9c;
    font-family: 'Bold';
    padding: 5px;
    border-radius:4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* 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;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left:6px;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #215eac url("../img/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}



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

Product Grid - Category page

-------------------------------- */
.page-header-wrapper{
    position:relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-header-wrapper lottie-player {
    position: absolute;
    top: 0;
    z-index: 0;
}

.product-category h1 {
    
    position:relative;
    z-index: 3;
} 

@media (min-width:768px){ 
	.product-category h1 {
	   /* margin-bottom: 50px;
	    margin-top: 60px;
        margin-bottom: 100px;*/
    } 
	    
}
.product-search .cat-sort,
.product-artist-info .cat-sort,
.product-category .cat-sort{
    border-bottom:1px solid #000;    
    margin-bottom:15px;
}

.product-search select#input-sort,
.product-artist-info select#input-sort,
.product-category select#input-sort {
    border-radius: 0;
    border: none;
    padding-left: 0;
    font-family: 'Bold';
        outline: none;
            box-shadow: none !important;
}

.product-search label.input-group-addon,
.product-artist-info label.input-group-addon,
.product-category label.input-group-addon {
    background: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}


.show-filter{ 
    display:none;
}


.product-search   .show-filter,
.product-artist-info .show-filter,
.product-category .show-filter {
    display: inline-block;
    height: 40px;
    z-index: 10;
    border-radius: 50px;
    position: fixed;
    bottom: 12px;
    cursor: pointer;
    color: #fff;
    font-size: inherit;
    left: 10px;
    line-height: 40px;
    padding: 0 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: #000;
}

.close-filter{ 
    display:none;
}

.product-search.open-filters .close-filter,
.product-artist-info.open-filters .close-filter,
.product-category.open-filters .close-filter{ 
    display: inline-block; 
    height: 40px;
    z-index: 999;
    border-radius: 50px;
    position: fixed;
    bottom: 12px;
    cursor: pointer;
    color: #fff;
    font-size: inherit;
    left: 10px;
    line-height: 40px;
    padding: 0 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: #000;
}
.product-search .col-left,
.product-artist-info .col-left,
.product-category .col-left{
        width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    background: #f1f1f1;
        -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
-webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    will-change: transform;
}
.product-search.open-filters .col-left,
.product-artist-info.open-filters .col-left,
.product-category.open-filters .col-left{ 
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    will-change: transform;
    left: 0; 
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
        overflow-y: auto;
}

.col-right{
  float: left;
  width: 100%;
  padding-left:10px;
  padding-right: 10px;
}





@media (min-width:1200px){
.product-search  .col-left,
.product-artist-info .col-left,
.product-category .col-left{   
    width: 250px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: 0;
    left: auto;
    height: auto;
    z-index: 999;
    background: #fff;
    float: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    will-change: transform;
 }  
    
  .col-right{
    float: left;
    width: calc(100% - 250px);
    padding-left: 15px;
    padding-right: 15px;
  }
  
.col-right.no-col-left{
    width:100%;
}
  
    .close-filters,
    .product-category .show-filter,
    .open-filters .close-filters,
    .open-filters .col-left{ 
       display:none;
    }

 
}
	
	
	 



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

.product-search .grid-item,
.grid-item.visible{ 
    opacity:1;
}


.grid-item-content{ 
    transition: all .25s;
    -webkit-transition: all .25s; 
    position:relative;
    box-shadow: 0 0 0 1px #f1f1f1;
    padding: 5px;
    border-radius: 10px;
}

.gid-item-img-container{
    position: relative;
    background: #f1f1f1;
    border-radius: 5px;
}

.gid-item-img-container.grid-square{
    width: 100%;
    overflow: hidden; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    
}

.gid-item-img-container.grid-square:hover{
    background-size: contain;
    transition: all 0.15s;
}



 
@keyframes slide-in {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}


.gid-item-img-container .grid-img-overlay{
    width: 100%;
    background: #06214d;
    position: absolute;
    z-index: 1; 
    height: 100%;
    top: 0; 
    right: 0;
    transition:  0.45s ease-in-out;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.gid-item-img-container.grid-square:hover  .grid-img-overlay{
 -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.gid-item-img-container .btn-wish-cat{
    position:absolute;
    top:6px;
    right:6px;
     font-size: 18px;
    color: #979494;
    background:transparent;
    border:none;
    outline:none;
    opacity:0;
    transition:all 0.3s;
}
 
.grid-item-content:hover .btn-wish-cat{
    opacity:1;
}


button.btn-cart-cat {
    position: absolute;
    right: calc(50% - 80px);
    bottom: -20px;
    height: 40px;
    width: 160px;
    border-radius: 30px;
    background: #ffffff;
    color: #555555; 
    transition: all 0.3s;
    border:1px solid #f1f1f1;  
    transition:all 0.3s;
}

.grid-item-content:hover button.btn-cart-cat {
background: #06214d;
    color: #fff;
}


.grid-item-content:hover button.btn-cart-cat {
    opacity:1;
}



.grid-item-content .label-new {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 5px;
    background: #339c00;
    color: #fff;
    border-radius: 4px;
    font-family: 'Main';
    font-size: 14px;
    z-index: 3;
    letter-spacing: 0.5px;
}




.grid-item-content .label-sold-out{
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 5px;
    background: #810615;
    color: #fff;
    border-radius: 4px;
    font-family: 'Main';
    font-size: 14px;
    z-index: 3;
    letter-spacing: 0.5px;
}

.grid-item-content  .label-special-offer {
    position: absolute;
    top: 36px;
    right: 6px;
    padding: 5px;
    background: #9c0000;
    color: #fff;
    border-radius: 4px;
    font-family: 'Main';
    font-size: 12px;
    z-index: 3;
    letter-spacing: 0.5px;
}



.grid-item-content .label-sale{
    position: absolute;
    top: 36px;
    left: 6px;
    padding: 5px;
    background:  #ff314a;
    color: #fff;
    border-radius: 4px;
    font-family: 'Main';
    font-size: 14px;
    z-index: 3;
    letter-spacing: 0.5px;
}



.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-description{
 padding:15px 10px 0;
 position:relative; 
 text-align:left;
 border-bottom: 1px solid #f9f9f9;
    padding-bottom: 5px;
    height:100px;
}

.grid-item-attribute-price{
    padding:15px 10px 0;
 position:relative; 
 text-align:left;
 margin-bottom:20px;
}

.grid-item-description h4{
    color: #1f1f1f;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
    height: 32px;
}

@media (min-width:992px){
  .grid-item-description h4{
    color: #1f1f1f;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 4px;
    height: auto;
}  
    
}

.grid-item-description  .item-size {
    
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1;
    color: #555555;
        
}

.grid-item-description h5{
color:#3b80be;
 
margin-bottom: 5px;
    font-size: 12px;
}

.attribute-bullet-wrapper{
    display: block;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    min-height: 70px; 
    
}


.grid-item-content .attribute-bullet{
    color:  #4b4b4b;
    font-size: 12px;   
}
.grid-item-content .attribute-bullet + .attribute-bullet { 
}


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


.grid-item:hover,
.grid-item:focus{
 -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
}
.grid-item:hover .grid-item-content,
.grid-item:focus .grid-item-content{
   box-shadow: 0 40px 70px 0 rgba(0,0,0,.07);
}






.grid-item .item-price-wrapper{ 
    text-align:right;
    font-size: 16px;
    color:#000;
    
    
}

.grid-item .item-price-wrapper .member-price{ 
    font-size: 11px;
    color: #2c0276;
    font-family: 'Main', sans-serif;
    letter-spacing: 0;
    position: relative;
    display: inline-flex;
    text-transform: uppercase;
    background:  #d8afff;
    padding: 3px;
    border-radius: 5px;
    
} 

 
.grid-item .item-price-wrapper .price-new {
    font-size: 20px; 
    font-family: 'Bold', sans-serif; 
}



.grid-item .item-price-wrapper .price-old {
    font-family: 'Bold', sans-serif;
    color: #7a7a7a;
    font-size:12px;
}





.product-by-artist.item-mid-section {
    position: absolute;
    bottom: 0;
    font-size: 13px;
    z-index: 99;
    display: flex;
        padding: 5px 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .45);
    backdrop-filter: blur(5px);
    transform: translateY(100%); -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s;;
}



.grid-item:hover .product-by-artist.item-mid-section { 
    transform: translateY(0); -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s;;
}


.grid-item:hover .product-by-artist.item-mid-section img.media-object {
    width: 30px;
    height: 30px;
    filter: none;
    z-index: 99;
    background:#fff;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px #555555;
}

.grid-item .all-designs a {
    color: #06214d; 
    font-size: 12px;
}



/*Category header*/

.cat-header-bg{
   padding: 30px 0;  
   margin-bottom: 50px; 
   background: #f1f1f1; 
}  
.cat-header-bg h1{font-size: 48px; margin: 0 0 25px;line-height: 50px;color:  #3365a5;}

.cat-header-bg h3{font-size: 16px;margin:0 0 12px;    font-family: 'Bold', sans-serif;    font-style: italic;}

.cat-header-bg-inner-image img{
    border-radius: 16px;
    margin-bottom:15px;
}

.cat-header-bg p{
    display:none;
    font-size: 14px;
    margin:0 0 7px;
    
}
.cat-header-bg h3{
    display:hidden;
}

@media (min-width:768px){
  .cat-header-bg-inner-image img{ 
        margin-bottom:0;
    }  
    
        
    .cat-header-bg p,
    .cat-header-bg h3{
        display:block; 
        
    }

}






/*MEMBER PRICES*/


  .pricing-wrapper-pp {
    height: 80px;
    vertical-align: bottom;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}
    
   @media (min-width:768px){ 
    .pricing-wrapper-pp {
        height:100px;
        vertical-align: bottom;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    
    .grid-item-content  .pricing-wrapper-pp {
       justify-content: flex-end;
        align-items: flex-end;
    }

}

.ismember .original-price span.original-span {
    text-align: right;
    text-decoration: line-through;
}

i.fa.fa-question-circle {
    font-size: 13px;
    margin-right: 5px;
    color: #b3b2b2;
}

.members-price-inner {
    display: flex;
    padding-top: 3px;
    justify-content: space-between;
}


.notmember.members-price {
    font-size: 14px;
    background-color: #efe9fc;
    color: #541dc9;
    display: grid;
    width: auto;
    text-align: right;
    margin-bottom: 10px;
    border: 1px solid #541dc9;
    border-radius: 3px;
    padding: 2px;
}

.notmember.members-price .member-title {
    background: #541dc9;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    padding: 2px;
}

.ismember .item-price-wrapper {
    font-size: 20px;
    color: #2a0084;
}

.grid-item .item-price-wrapper {
    font-size: 20px;
}
 

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

FILTERS

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


.mfilter-slider-slider .ui-slider-handle, #mfilter-price-slider .ui-slider-handle {
    
    background: url("../img/blue-dot.png") 50% 50% no-repeat !important;
}


.mfilter-slider-slider .ui-slider-range, #mfilter-price-slider .ui-slider-range {
    border: none !important;
    background:   #b8b8b8 repeat-x 0 -60px !important;
}




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

SHADE

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


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

.shade-families li {
	padding-right: 5px;
	padding-left: 5px;
	width: 32%;
	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: 0;
	border: none;
	background: #fff;   
}








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

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

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

.shade-families-products h5 { 
	
	font-size: 14px;  
	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;
    
    transition: all 0.3s;
}





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

PAGINATION

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


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



.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;
    
}

.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: #3b80be;
    border-color: #3b80be;
}

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

FAQ MODULE

-------------------------------- */
.faq-questions{
    padding: 30px;
    width: 100%;
    background: #06214d;
    margin-bottom: 60px;
    border-radius: 25px;
}

.faq-questions h2{
    color:#fff;
}

.faq-questions .panel.panel-default {
    background: transparent;
    color: #fff;
}

.faq-questions h4.panel-title {
    color: #fff;
}
.sgcatdescr{
    color: #fff;
    margin-bottom:40px;
}
.sgcatdescr a{
    color: #fff;
    text-decoration:underline;
}


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

MODULES

-------------------------------- */
.heading-related{}
.heading-related h2{
    
}


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

MAIN ANNOUNCEMENT

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


.main-announcement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 35px;
    text-align:center;
    color: white;
    background: #ffdf59; 
    -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;
        z-index: 99;
}




.main-announcement span {
    color: #06214d;
    font-family: 'Bold', sans-serif; 
    line-height: 22px;
}


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


.main-announcement span strong {
    
    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 span a  {
    display: inline-block;
    padding: 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: 40px;
    border: 2px solid #cccccc;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
}
.flyout-menu-close-trigger:hover{
    border: 2px solid #06214D;
}

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











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


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

.account-trigger {
 
}






@media   (min-width: 768px) {
    .header-buttons {
      position: absolute;
      display: inline-block;
      top: 35px;
    left: 0px;
    }
    
    
    .header-cart{
       position: absolute;
        top: 35px;
        right: 5px;
      height: 35px; 
    }
    
     .header-wishlist {
        position: absolute;
        right: 80px;
        top: 38px;
    }
    
    .header-account {
   z-index: 5;
    position: absolute;
    right: 110px;
    top: 0;
    width: 35px;
    height: 35px;
}

}



 
.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: 35px; 
    }
    button.cart-trigger {
        background: #000  ;
        background-size: 50px;
        border: none;
        height: 50px;
        width: 50px;
        outline: none;
    }
    

    .account-trigger {
        display: block;
        position: absolute; 
        top: 37px;
        width: auto; 
        text-align: center; 
    }
    
    .account-trigger a{
        color:#000;
        font-family: 'Bold', sans-serif; 
    }

}









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

}


 

 




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

ACCOUNT PAGES

-------------------------------- */
.account-container {
    background: #ffffff;
    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: 0;  
 margin-left: 0;  
}

.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:13px;
        
    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;
    
        line-height: 36px;
}
.account-account  h1,
.account-order  h1,
.account-order-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-order-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;
     
    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;
    
} 
   .account-block a { 
} 


.account-register .main-content {
   padding-bottom:100px;
}

.account-register .input-group .form-control:first-child{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}


.account-register legend {
    font-family: 'Bold';
    font-size: 23px;
    margin-bottom:10px;
}


.account-register legend span{
background: #06214d;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin-right: 8px;
}


.account-register .form-width-100{margin-bottom:15px;}



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

ADDRESS LIST PAGE

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



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


.account-form-wrapper .address-block p{
   font-size:13px;
        
    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 #06214d;
    margin-bottom: 150px;
        border-bottom: 0;
}
.account-order-info thead>tr>td, 
.account-order-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 #06214d;
    background: #06214d;
    color: #ffffff;
    font-size: 12px;
    padding: 0 10px;
    line-height: 50px;
    
}
.account-order-info  tbody>tr>td,
.account-order .table-black>tbody>tr>td {
    font-size: 14px;
     border:0;
      padding: 0 10px;
      transition: all 0.3s;
}
.account-order-info  td,
.account-order .table-black>tbody>tr.accordion-toggle.collapsed>td {
    background:#ffffff;
        line-height: 50px;
        border-bottom: 1px solid #000;
}
.account-order-info  tbody>tr>td,
.account-order .table-black>tbody>tr.accordion-toggle>td {
  background:#fff;
  color: #000000;
      line-height: 50px;
}
.account-order-info  tbody>tr>td.order-total ,
.account-order .table-black>tbody>tr>td.order-total {
   
}
.account-order-info  tbody>tr>td.hiddenRow,
.account-order .table-black>tbody>tr>td.hiddenRow{
    padding: 0 30px;
    background: #fff;
}
.account-order-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-order-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-order-info table.table.table-bordered.table-hover.table-grey,
.account-order table.table.table-bordered.table-hover.table-grey {
    border: none;
}
.account-order-info .table-grey>thead>tr>td, 
.account-order-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;

}


.account-order-info .table-grey>tbody>tr:hover ,
.account-order .table-grey>tbody>tr:hover {
    background-color: #ffffff;
}
.account-order-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-order-info .table-grey>tbody>tr.accordion-toggle.collapsed>td
.account-order .table-grey>tbody>tr.accordion-toggle.collapsed>td {
    background:#ffffff;
}
.account-order-info .table-grey>tbody>tr.accordion-toggle>td 
.account-order .table-grey>tbody>tr.accordion-toggle>td {
  background:#fff;
  color: #000000;
}
.account-order-info .table-grey>tbody>tr>td.order-total
.account-order .table-grey>tbody>tr>td.order-total {

}
.account-order-info .table-grey>tbody>tr>td.hiddenRow,
.account-order .table-grey>tbody>tr>td.hiddenRow{
  padding:0;
}

.account-order-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-order-info .table-black .product-table>tbody>tr>td ,
.account-order .table-black .product-table>tbody>tr>td  {
    background: #ffffff;
    color: #000000;
}
.account-order-info .product-table>tbody>tr>td.totals-td,
.account-order .product-table>tbody>tr>td.totals-td{
  background:#06214d;
  padding: 0;
line-height: 50px;
text-align: right;
}
.account-order-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: #06214d;
    color: #fff;
    font-size: 14px;
}
.account-order-info .product-table>tbody>tr>td .list-inline>li:last-child,
.account-order .product-table>tbody>tr>td .list-inline>li:last-child {

    background: #ffc83d;
    color: #06214d;
    font-size: 14px;
    line-height: 50px;
}
.account-order-info span.see-more ,
.account-order span.see-more {
    cursor: pointer;
   
}
.account-order-info table.order-details,
.account-order table.order-details{
  width:100%;
}
.account-order-info table.order-details > tbody > tr > td,
.account-order table.order-details > tbody > tr > td{
vertical-align: top;
padding: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:100%;
      	outline:none;
      }
    
      span#cart-total {
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 15px;
        line-height: 14px;
        text-align: center;
        background: #000000;
        border-radius: 40px;
        color: #fff;
        padding-top: 1px;
        font-size: 9px;
      }
    
    
    
      .cart-label {
        font-size: 16px;
        position: absolute;
        right:10px;
        line-height: 40px;
        top: 0;
     
    }


}

.cart-close-bottom.btn-wire{
    border: none;
    margin-top: 15px;
    font-size: 14px;
    background: #fff;
}

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: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

#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: 60px;
}

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

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



#cart table > tbody > tr.product-cart-wrapper {
	border-bottom: 1px solid #f3f3f3;
    /*background: #eeeef0;*/
	transition:all 0.3s;
}
#cart table > tbody > tr.product-cart-wrapper:hover {
    /*background: #06214D;*/
}

#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:hover td.text-left,
#cart table > tbody > tr.product-cart-wrapper:hover td.text-right,
#cart table > tbody > tr.product-cart-wrapper:hover > td > a,
#cart table > tbody > tr.product-cart-wrapper:hover > td{
/*	color:#fff !important; */
}
 

#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: 90px;
}

  #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;
    
    transition:all 0.3s;
}


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

 
  /*
#cart table > tbody > tr.product-cart-wrapper:hover button.btn.btn-number{ 
  color: #ffffff; 
    border: 2px solid #ffffff;  
  }
  
  
#cart table > tbody > tr.product-cart-wrapper:hover .input-group.inc_dec_qty input {
 
    color: #ffffff; 
}


#cart table > tbody > tr.product-cart-wrapper:hover > td > button.mc-product-remove {
	color:#fff;
}


*/




#cart .products-wrapper-overflow{
	position: absolute;
    overflow-y: auto;
    height: calc(100% - 330px);
    width: calc(100% - 30px);
    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: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    padding-bottom: 20px;
}


.mobile #cart .totals-wrapper-nooverflow{

    padding-bottom: 50px;
}

span.mc-model-name {
font-size: 11px;
    margin-bottom: 0;
    
    color: #3b80be;
}

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

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: 12px;
      font-family:'Bold';
 
}



table.table.table-striped.totals-table {
    font-size: 14px;
}

#cart table.table.table-striped.totals-table > tbody > tr > td {
    display: none;
}


 #cart table.table.table-striped.totals-table > tbody > tr:last-child > td {
    font-size: 20px;
    line-height: 32px;
    font-family:'Bold';
    display: table-cell;
        width: 100%;
}

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

@media (min-width:768px){

  #cart .products-wrapper-overflow{
  	position: absolute;
      overflow-y: auto;
      height: calc(100% - 415px);
      width: calc(100% - 40px);
      padding-right: 5px;
  }



}





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

CART PAGE

-------------------------------- */
.checkout-cart .main-content {
}

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


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


 .checkout-cart .table>thead>tr>td{
    border: 0px solid #ddd;
    color: #000000;
        font-size: 15px;
    
	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-size: 16px;
    letter-spacing: 0.6px;
}


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


 .checkout-cart  #content  .input-group.inc_dec_qty { 
    
     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;
    
    transition:all 0.3s;
}




 .cart-product-model{
font-size: 14px;
    
    display: inline-block;
    color: #3b80be;
 }
  .cart-product-model span{

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

 .cart-product-name a {
    font-size: 16px;
    
    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;
     
    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-family:'Bold';
 
	}

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


.cart-page-checkout-notice {
    background: pink;
    color: #000000;
    border-radius: 3px;
    padding: 3px 10px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
}


.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;
    
}


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


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

 .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;
  
}
.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 STEPS - CART PAGE

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

 

 

.cart-col-left {
    max-width: 1010px; 
    padding: 0 0px;
}

.cart-col-right {
    max-width: 500px; 
    padding: 0 0px;
}

@media (min-width:480px) {
    .cart-col-right {
        padding: 0 30px;
    }
    .cart-col-left {
        padding: 0 30px;
    }
}

.checkout-cart footer {
 
}
 
 

body.checkout-cart form::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    width: 10px;
    position: relative;
    right: 10px;
}

body.checkout-cart form::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: var(--color-white);
}

body.checkout-cart form::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: var(--color-grey);
}

.checkout-cart .btn-back {
    margin: 6px auto 45px;
    text-align: center;
}

.checkout-cart .btn-back a.btn.btn-wire {
    line-height: 16px;
}

body.checkout-cart .cart-totals {
    margin: 6px auto 45px;
    text-align: center;
    line-height: 1;
}

.checkout-cart .image-cart-wrapper img {
    min-width: 150px;
}

.cart-product-name {
    font-size: 16px;
    font-family: 'Bold';
    line-height: 16px;
    margin-bottom: 5px;
}

.image-cart-wrapper .btn-wire {
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 0;
    text-decoration: underline;
    transition: all 0.3s;
}

.image-cart-wrapper .btn-wire:hover {
    color: var(--color-red);
}

.cart-product-model {
    font-size: 12px;
    margin-bottom: 5px;
}

.cart-product-price {
    font-size: 16px;
}

.cart-product-price .price-old {
    color: var(--color-real-red);
}

.checkout-cart .products-table {
    border-bottom: none;
    margin-bottom: 60px;
}

.checkout-cart .mobile-checkout-cart .products-table {
    border-bottom: none;
    margin-bottom: 0;
}

.checkout-cart .mobile-checkout-cart .table-responsive.mobile-table {
    border: none;
    padding: 30px;
}

.checkout-cart .mobile-checkout-cart .products-table {
    border-bottom: none;
    margin-bottom: 10;
}

.checkout-cart .mobile-checkout-cart form {
    max-height: 100%;
    overflow-y: hidden;
}

.checkout-cart .mobile-checkout-cart .mobile-cart-page-totals,
.checkout-cart .mobile-checkout-cart .table-responsive.mobile-table,
.checkout-cart .mobile-checkout-cart #collapse-coupon,
.checkout-cart .mobile-checkout-cart .cart-page-totals,
.checkout-cart .mobile-checkout-cart .buttons.clearfix {
    padding-right: 15px;
    padding-left: 15px;
}

.checkout-cart .mobile-checkout-cart .totals-table td {
    padding: 0;
}

.checkout-cart .table>tbody>tr>td,
.checkout-cart .table>tbody>tr>th,
.checkout-cart .table>tfoot>tr>td,
.checkout-cart .table>tfoot>tr>th,
.checkout-cart .table>thead>tr>td,
.checkout-cart .table>thead>tr>th {
    border-top: none;
    vertical-align: middle;
}

.checkout-cart .products-table tbody td+td {
    border-left: none;
    border-top: none;
}

.table>tbody>tr>td.padding-15 {
    min-width: 150px;
}

.table>tbody>tr>td.width-td-min {
    padding: 15px;
}

.totals-table-grand-total {
    padding: 7px;
}

.cart-page-totals {
    padding: 0 15px;
}

.checkout-cart table.table.table-borderless.totals-table td {
    font-size: 16px;
    border-top: none;
    padding: 6px 0;
}

.checkout-cart table.table.table-borderless.totals-table tr:last-child td {
    display: none
}

.checkout-cart .totals-table-grand-total tr td {
    display: none;
    border-top: 1px solid #BFBFBF;
}

.checkout-cart .totals-table-grand-total tr:last-child td {
    display: table-cell;
    border-top: 1px solid #BFBFBF;
    font-family: 'Bold';
}

.checkout-cart table.table.table-borderless.totals-table td.text-left {
    font-family: 'Bold';
}

.checkout-cart table.table.table-borderless.totals-table-grand-total td.text-left {
    font-family: 'Bold';
    text-transform: uppercase;
    padding: 12px 0;
}

.checkout-cart table.table.table-borderless.totals-table td.text-left span.tax-included {
    font-family: 'main';
}

.checkout-cart input.form-control.qt-input {
    width: 30px;
    background: transparent;
    text-align: center;
    height: 24px;
    font-size: 14px;
    border: none;
    padding: 0;
    line-height: 24px;
    font-family: 'Bold';
}

.input-group.qty_selector {
    max-width: 80px;
    margin: auto;
    border: 1px solid #cccccc;
    border-radius:3px;
}

 



.qt-cell-group {
    width: 90px;
    text-align: center;
    margin: 0 auto;
}

.btn-right,
.btn-left {
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (min-width:768px) {
    .btn-right .btn {
        float: right;
    }
    .btn-left .btn {
        float: left;
    }
}

.table-responsive.mobile-table {
    border: none;
}

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

.table-responsive.mobile-table tr.product-cart-wrapper {
    border-bottom: 10px solid #fff;
}

.table-responsive.mobile-table .image-cart-wrapper img {
    min-width: 160px;
}

.table-responsive.mobile-table .cart-product-model {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.table-responsive.mobile-table small {
    font-size: 12px;
}

.table-responsive.mobile-table .cart-product-price {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.table-responsive.mobile-table .input-group.qty_selector {
    max-width: 80px;
    margin: 0;
}

.table-responsive.mobile-table .checkout-cart input.form-control.qt-input {
    width: 40px;
    text-align: center;
    height: 30px;
    font-size: 16px;
    border: none;
    padding: 0;
    line-height: 40px;
}

#collapse-coupon {
    margin-bottom: 30px;
    margin-top: 40px;
    width: 100%;
}

#collapse-coupon .alert{
    position:relative;
        top: 0;
}

#collapse-coupon .coupon-instructions { 
    margin-bottom: 10px;
}

#collapse-coupon .input-group {
    border: 1px solid #000;
        border-radius: 6px;
}

#collapse-coupon input#input-coupon {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 43px;
    padding: 10px;
    font-size: 16px;
    color: #000;
    background: #fff;
    border: none;
}

#collapse-coupon input#button-coupon {
    line-height: 46px;
    height: 46px;
    padding: 0;
    min-width: 120px;
    border: none;
    background: #000;
    transition: all 0.3s;
}

#collapse-coupon input#button-coupon:focus,
#collapse-coupon input#button-coupon:focus-visible,
#collapse-coupon input#button-coupon:hover,
#collapse-coupon input#button-coupon:active {
    border: none;
    background: #282828;
}

.cart-page-shipping-available {
    text-align: right;
    padding-bottom: 35px;
    line-height: 36px;
    padding-top: 35px;
    background: url(../img/trauck_bg.svg) no-repeat;
    background-size: 60px;
    background-position: left center;
}

@media (min-width:992px) {
    #collapse-coupon .input-group {
        max-width: 440px;
    }
}


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

 CHECKOUT PAGE

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

.quickcheckout-checkout .main-content {
 
}

 

.quickcheckout-checkout .main-content .quickcheckoutleft {
    padding-top: 45px;
}

 

@media (min-width:992px) {
    
    .quickcheckout-checkout .main-content {
        min-height: calc(100vh - 167px);
        background: #f9f9f9;
        padding: 0;
      
        background: linear-gradient( 90deg, #ffffff 56.33333333%, #f1f1f1 56.33333333%, #f1f1f1 56.33333333%);
    }
    .quickcheckoutleft-inner.cart-col-left {
        max-width: 840px;
    }
}

.quickcheckout-heading {
    padding: 5px;
    margin-bottom: 15px;
}

.quickcheckout-heading.quickcheckout-heading-main {
    position: relative;
}

.quickcheckout-heading.quickcheckout-heading-main .quickcheckout-heading-login {
    position: absolute;
    right: auto;
    top: 30px;
}

.quickcheckout-heading.quickcheckout-heading-main .quickcheckout-heading-login span {
    color: var(--color-red);
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Bold';
}

.quickcheckout-heading.quickcheckout-heading-main .quickcheckout-heading-login span:hover {
    text-decoration: underline;
}

label.control-label.quickcheckout-heading-inner.guest-heading {
    margin-top: 25px;
    margin-bottom: 15px;
}

#shipping-method .quickcheckout-heading,
#payment-method .quickcheckout-heading {
    margin-top: 25px;
    margin-bottom: 0px;
}

.quickcheckout-heading-inner {
    font-size: 20px;
    font-family: 'Bold';
    margin-bottom: 30px;
}

@media (min-width:768px) {
    .quickcheckout-heading.quickcheckout-heading-main .quickcheckout-heading-login {
        position: absolute;
        right: 8px;
        top: 0;
    }
    .quickcheckout-heading-inner {
        margin-bottom: 0;
    }
}

#quickcheckoutconfirm {
    overflow: hidden;
}

.modal-body #login input.form-control,
#payment-address input.form-control,
#shipping-address input.form-control,
#payment-address select.form-control,
#shipping-address select.form-control {
    margin-bottom: 15px;
}

#shipping-existing .form-control {
    padding: 0 10px;
}

#payment-new,
div#shipping-new {
    margin-right: -15px;
    margin-left: -15px;
}

#shipping-address .quickcheckout-content,
#payment-address .quickcheckout-content {}

#payment-address .quickcheckout-content.no-gutter {
    margin: 0 !important;
}

div#payment-address .text-danger {
    position: absolute;
    top: 45px;
    padding: 0;
    line-height: 12px;
}

div#input-payment-customer-group {
    margin-bottom: 15px;
}

div#input-payment-customer-group .radio label {
    display: inlin-flex;
}

div#payment-address {
    margin-bottom: 40px;

}
#shipping-method .quickcheckout-content,
#payment-method .quickcheckout-content,
div#shipping-address,
div#payment-address {
    margin-left:-4.5px;
    margin-right:-4.5px;
}

div#payment-address .shipping-not-same {
    padding: 10px;
    width: 100%;
    display: flex;
}

div#payment-address .shipping-not-same input {
    margin: 0;
    margin-right: 10px;
}

#shipping-address .quickcheckout-heading-inner {}

#shipping-address .radio.select-radio,
div#payment-address .radio.select-radio {
    padding-left: 5px;
}

.quickcheckout-content ul {}

.quickcheckout-content ul li {
    padding: 20px 0;
    border-bottom: 2px solid #eee;
}

ul.select-method label span,
ul.select-method.shipping-methods label span {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

ul.select-method label,
ul.select-method.shipping-methods label {
    width: 100%;
    cursor: pointer;
}

ul.select-method label.radio-label {
    display: flex;
    width: 100%;
}

ul.select-method.payment-methods .method-title,
ul.select-method.shipping-methods .method-title {
    padding-left: 5px;
    width: 100%;
    font-family: 'Bold';
}

ul.select-method.shipping-methods .method-title span {
    font-size: 75%;
    font-family: 'Main';
    margin-top: -2px;
}

ul.select-method span.method-cost,
ul.select-method.shipping-methods span.method-cost {
    float: right;
    display: flex;
    font-size: 14px;
    align-items: flex-end;
    height: 22px;
}
ul.select-method span.method-cost img {
    height: 22px;
    width: auto;
}

ul.select-method span.method-cost svg {
    margin-left: 5px;
}

#shipping-method span.method-cost {
    background: pink;
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 12px;
    font-family: 'Bold';
}

ul.select-method li input[type="radio"] {}

@media (max-width:767px) {
    .quickcheckoutright.col-sm-6,
    .quickcheckoutleft.col-sm-6 {
        padding: 0;
    }
}

#shipping-method .quickcheckout-heading-inner,
#payment-method .quickcheckout-heading-inner {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .quickcheckout-heading-inner {}
    .quickcheckout-content ul li {
        padding: 15px 0;
    }
}

.quickcheckoutright-inner h3 {
    font-size: 30px;
    font-family: 'Bold';
    line-height: 50px;
    text-align: center;
    margin: 40px auto 0;
}

.quickcheckoutright-inner table.quickcheckout-cart {
    width: 100%;
}

.quickcheckoutright-inner table.quickcheckout-cart .text-left {
    font-family: 'Bold';
        font-size: 12px;
}

.quickcheckoutright-inner table.quickcheckout-cart td {
    border-top: none;
    padding: 6px 0;
}


 
.quickcheckoutright-inner table.quickcheckout-cart tr:last-child td {
        font-size: 16px;
    font-family: 'Bold';
}
 

.quickcheckoutright-inner #copytotals table.quickcheckout-cart tr td {
    display: none; 
}

.quickcheckoutright-inner #copytotals table.quickcheckout-cart tr:last-child td {
    display: table-cell
}

.quickcheckoutright-inner #copytotals table.quickcheckout-cart tr:last-child td {
    display: table-cell;
    border-top: 1px solid #BFBFBF;
}

.quickcheckoutright-inner #copytotals table.quickcheckout-cart tr td.text-right {
    text-transform: uppercase;
    padding: 15px 0;
    font-family: 'Bold';
}

.quickcheckoutright-inner #copytotals table.quickcheckout-cart tr td.text-left {
    font-family: 'Bold';
    text-transform: uppercase;
    padding: 15px 0;
}

.quickcheckoutright-inner #coupon-content input.input-coupon {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 43px;
    font-size: 16px;
    color: #000;
    background: #fff;
    border: none;
    padding: 10px;
}

.quickcheckoutright-inner label.checkifagree-label {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.quickcheckoutright-inner .terms-details-checkbox {
    width: 40px;
    text-align: left;
    
}

.quickcheckoutright-inner input {}

.quickcheckoutright-inner .terms-details {
    text-align: left;
    width: calc(100% - 40px);
    font-size: 13px;
}



.order-comment-wrapper{
    
    margin-top:30px;
        margin-bottom:60px;

}


/*
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 4;
    stroke-miterlimit: 10;
    stroke: var(--color-black);
    fill: none;
   
    animation: stroke 0.3s ease-in-out forwards;
}

.checkmark-wrapper {
    margin: 0 10px 0 0; 
    box-shadow: var(--color-black);
}
.checkmark {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    stroke-width: 4;
    stroke: var(--color-white);
    stroke-miterlimit: 10;
}

ul.select-method input[type="radio"]:checked+label span .checkmark__circle {
stroke: #ffffff;
    stroke-width: 13px;
    fill: #fcded7;
    animation: stroke 0.3s ease-in-out forwards;
}

ul.select-method input[type="radio"]:checked+label span .checkmark {
    stroke: var(--color-black);
    animation: fill .3s ease-in-out .3s forwards, scale .3s ease-in-out both;
}

ul.select-method input[type="radio"]:checked+label span .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.25s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #000;
        stroke: var(--color-white);
        fill: var(--color-black);
    }
}
 
.quickcheckout-checkout .terms {
    margin-top: 40px;
}


/*
.quickcheckout-checkout .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    width: auto;
    top: 0 !important;
    left: auto;
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
}

.quickcheckout-checkout .modal-dialog .modal-header .close {
    float: right;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}
*/





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

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,
	.information-distributor h1,
		[class^='information-information-']  h1{
		       margin-bottom: 100px;
    margin-top:60px;
     text-align:center;

	}

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


.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: 6px;
    -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-column-right{ 
    
    color: #555;
}


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

		text-align: left;
	}
	
	.contact-column-right{ 
        margin-top: 55px;
        color: #555;
    }

}






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


 .contact-social-links li{
     color: #357ec0;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin-right: 10px;
    border: 1px solid #357ec0;
}




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

DISTRIBUTORS

-------------------------------- */
.locations-wrapper {
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.locations-item {
    margin-bottom: 20px;
    margin-top: 10px;
    background: #f1f1f1;
    border-radius: 0;
    border-radius: 10px;
}



.locations-item .img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 10px 5px;
  background: #fff;
  border: 0px solid #ddd;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.location-image {
  height: 250px;
  width: 100%;
  background-position: center;
  background-size: 33% !important;
  mix-blend-mode: multiply;
}

.locations-info {
  padding: 15px;
  width: 100%;
  height: 250px;
  text-align: left;
}
.locations-info h3{
 margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px; 
}


.locations-info address, 
.locations-info .phone-number {
  margin-bottom: 10px;
  line-height: 1.525em;
}

.locations-info .website-link a{ 
 
color: #ff5f5f;
}


.distributor-country {
  width: 100%;
  padding: 10px;
  display: table;
  content: " ";
}

.country-flag, .country-name {
  float: left;
  display: inline-block;
}

.country-name h4 {
  padding-left: 5px;
  color: #555555;
}


.reset-countries h4{
      color: #ff5f5f;
}

.country-flag img {
  height: 25px;
  width: auto;
  
}




.filter-locations-inner {
    max-width: 320px;
    
    margin: 0 auto;
}


.filter-locations-dropdown{
margin: 0 auto;
    max-width: 320px;
    position: relative;
    color: #000;
    background-color: #ffffff;
    border-color: #000000;
    
    text-transform: uppercase;
    font-size:14px;
}

 



.filter-locations-inner .dropdown-menu{
    height: auto;
    max-height: 320px;
    overflow-x: hidden;
    width: 100%;
    position: absolute;
    top: 58px;
    border-radius: 0;
}


.filter-locations-inner .dropdown-menu button {
    width: 100%;
    background: #fff;
    border: none;
    padding: 10px 25px;
}

.reset-wrapper{ 
    text-align: center;
    margin: 30px auto;
} 
 .reset-wrapper button.btn-white-grey.reset-countries.current {
line-height: 50px;
    background: #fff;
    border: 1px solid #cccccc;
    width: 100%;
}

button.btn-white-grey.reset-countries.current h4{
    margin:0;
}





@media (min-width:768px){




  .country-name h4 {
    font-size:16px;
    padding-left: 10px;
    color: #555555;
  }
  .country-flag img {
    height: 30px;
    width: auto;
  }
  
      .filter-locations-inner {
        max-width: 320px;
        
        margin: 0 auto;
    }
    
        
    .location-image {
  height: 250px;
  width: 100%;
    background-size: 60% !important;
}


.filter-locations-dropdown{
 
    font-size:16px;
}



}






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

FAQ

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

.faq-container h2 {
    font-size: 26px;
    line-height: 36px;
    
    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;
	
}


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

ABOUT

-------------------------------- */
.welcome-wrapper {
	height: calc(100vh - 154px);
	max-height:1080px; 
    background: #06214D 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;
 
}

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






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

NOTIFICATIONS 

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

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

.alert .close {
    float: right;
    font-size: 21px;
    
    line-height: 1;
    color: #000;
    text-shadow: none;
 
    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;
}

.alert-success a{ 
    color: #3c763d;
}


@keyframes successchange {
    0% { background-color: #a4cf91; color:#fff;} 
    66% { background-color: #a4cf91; 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;
		    
		    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-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;
    
    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 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ffffff; 
}


.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;
    
    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;
    
}   


.dotzies-section p{
	    font-size: 18px;
    
    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;
    
}

.kits-section p{
	    font-size: 14px;
    
    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;
    
}   


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



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

FREESTYLE

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

 






.freestyle-section {
    margin-top: 0;
    background:  #06214e;
}

.freestyle-section-inner {
    max-width: 100%;
    padding: 50px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

@media (min-width:640px) {
    .category-item-img.category-item-img {
        margin-bottom: 30px;
        height: 400px;
    }
}

@media (min-width:992px) {
    .freestyle-section {
        
    }
    .category-item-img.category-item-img .text-inner {
        font-size: 26px;
        padding-left: 50px;
        padding-right: 50px;
        
    }
    .category-item-img.category-item-img {
        height: 500px;
    }
}

@media (min-width:1600px) {
    .category-item-img.category-item-img .text-inner {
       
    }
}

@media (min-width:768px) {
    .freestyle-section-inner {
        padding-left: 30px;
    }
}

@media (min-width:992px) {
    .freestyle-section-inner {
        padding-left: 50px;
    }
    
    .freestyle-section-inner p {
        color: #ffffff;
        margin-bottom: 100px;
    }
    .freestyle-section {
          padding-top: 60px;
    padding-bottom: 60px;
    }
}

.category-item-img .text-inner.text-left {
    text-align:left;
}



.freestyle-section-inner h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
    max-width: 360px;
}

.freestyle-section-inner p {
   color: #ffffff;
    margin-bottom: 45px;
    max-width: 360px;
}

@media (min-width:992px) {
    .freestyle-section-inner h2 {
        font-size: 35px;
    }
}

@media (min-width:1366px) {
    .freestyle-section-inner {
         
        padding-left: 135px;
    }
}

@media (min-width:1600px) {
    .freestyle-section-inner h2 {
        font-size: 40px;
    }
}

.freestyle-section-inner a {
    color: #ffffff;
}

.freestyle-section-inner a:hover {
    text-decoration: underline;
}

.freestyle-section-inner a.btn.btn-wire {
    background: transparent;
    color: #fff;
    border: none;
    line-height: 1;
    text-align: left;
}

.freestyle-section-inner-image {
    position: relative;
    height: 100%;
    width: 100%;
}

.freestyle-section-home{
 
}

.freestyle-section-home .freestyle-section-inner-image {
    background: url(../img/freestyle_section_bg.jpg) no-repeat center center;
      background-size: cover;
    height: 29vw;
    border-radius: 25px;
    margin-bottom: 50px;
    min-height: 350px;
}

.freestyle-section-inner-heading {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.freestyle-section-inner-heading h3 {
    
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    letter-spacing: 1px;
    max-width: 520px;
    margin: 0 auto;
    padding: 100px 15px;
}

@media (min-width:992px) {
    .freestyle-section-inner-heading h3 {
        font-size: 75px;
        line-height: 100px;
    }
    
    .freestyle-section-home .freestyle-section-inner-image {
           
        margin-bottom: 0px; 
    }
}

@media (min-width:1600px) {
    .freestyle-section-inner-heading h3 {
        font-family: 'TrashHand';
        font-size: 100px;
        line-height: 150px;
        color: #ffffff;
        letter-spacing: 1px;
        max-width: 520px;
        margin: 0 auto;
    }
}



 
 
 




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

LATEST

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

















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

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;
    
    line-height:20px;
}
.testimonial-section .story-box-signature{
 
	color:#06214d;
}
.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;
            
            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 

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


li.featured-banners-item {
    
    margin-bottom: 15px;
}


@media (min-width:768px){
      li.featured-banners-item {
        width: 50%;
        float: left;
        margin-bottom: 50px;
    }  
    
    
li.featured-banners-item:first-child{padding-right: 25px;}
li.featured-banners-item:nth-child(2){padding-left: 25px;} 
li.featured-banners-item:nth-child(3){padding-right: 25px;} 
li.featured-banners-item:nth-child(4){padding-left: 25px;} 
    
}

.featured-banners-item-inner {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}



.featured-banners-item.is-middle {
    /*position: absolute;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    align-items: center;
    justify-content: center;*/
    
    position: absolute;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    bottom: 6px;
    padding: 15px 15px 25px;
    border-radius: 25px;
    background: #0000002e;
    text-align: center;
}


picture.ResponsiveImage img{
    border-radius: 25px;
}

 .featured-banners-item-title {
    color: #fff;
    text-shadow: 0 1px black;
}

.featured-banners-item.is-middle span.button__text {
    background: #fff;
    padding: 8px 15px;
    border-radius: 50px;
}





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

FEATURED CATEGORIES

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

.featured-categorier-wrapper {
    width: 100%;
    padding: 100px 15px 30px;
}

.featured-categorier-wrapper li.category-box {
    width: 45%;
    vertical-align: top;
    padding: 0 12px;
        margin-bottom: 30px;
}
@media (min-width:640px){
 .featured-categorier-wrapper li.category-box {
    width: 45%; 
}
   
}

@media (min-width:768px){
 .featured-categorier-wrapper li.category-box {
    width: 32%; 
}
   
}

@media (min-width:992px){
    .featured-categorier-wrapper li.category-box {
        width: 16%; 
    }
   
}

@media (min-width:1170px){
    .featured-categorier-wrapper li.category-box {
        width: 10%; 
    }
   
}


.featured-categorier-wrapper .category-name {
font-size: 14px;
    line-height: 16px;
    margin-top:15px;
}
.featured-categorier-wrapper .category-name a{
    color: #000000;
 
}


.featured-collections {
 
    padding: 50px 0;
}


.featured-collections h3{
    font-size: 50px;
    line-height: 1;
    margin-bottom: 40px;
    font-family: 'Heading', serif;
}

.featured-collections .banner-item{ 
    margin-bottom: 15px;
}

.featured-collections .banner-item img{ 
  position: relative;  
      border-radius: 8px;
    box-shadow: 0 12px 12px -10px rgb(0 0 0 / 20%);
    transition:all 0.3s;
}

.featured-collections .banner-item:hover img{  
    box-shadow: 0 20px 20px -10px rgb(0 0 0 / 40%);
        transform: scale(1.01);
}

.featured-collections .banner-item h4{ 
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #fff;
    margin: 0;
    text-shadow: -1px 2px 3px #000;
    height: auto;
    font-size: 24px;
}






@media (min-width:768px){
    .featured-collections .banner-item{ 
    margin-bottom: 30px;
}
}







.common-home .faq-questions{
    display:none;
}



.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*/

    .swiper-button-prev,
    .swiper-button-next {
    background: #ffffffde;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    box-shadow: 0 3px 5px #000;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 19px;
    color: #000;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}


/*SWIPER*/ 
section#home-slider {
  /*  height: 420px;
    max-height: 1080px;*/
    width: 100%;
    overflow: hidden;
    
}

@media (min-width:768px){
	section#home-slider { 
    top: 0;
  /*  height: calc(100vh - 502px);
    min-height: 800px;*/
    position: relative;
	}

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

}


section#home-slider .slider-caption h2,
section#home-slider .slider-caption p,
section#home-slider .slider-caption a {
	opacity: 0; 
	transition:opacity 0.3s;
}

section#home-slider .swiper-slide.swiper-slide-active .slider-caption h2,
section#home-slider .swiper-slide.swiper-slide-active .slider-caption p,
section#home-slider .swiper-slide.swiper-slide-active .slider-caption a {
	opacity: 1; 
}



section#home-slider .slider-description {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    max-width: 720px;  
	opacity: 0; 
    text-shadow: 0 2px 5px #666;
	-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;
		-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

section#home-slider .swiper-slide.swiper-slide-active .slider-description{
	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;
}

section#home-slider .slider-caption h2 {
    text-transform: none;
    letter-spacing: 0;  
    line-height: 1;
    margin-bottom: 30px;
        padding-left: 30px;
    font-family: 'Heading Bold';
    font-size: 12vw;
    display: flex;
}  
 
#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;
}
 
section#home-slider btn{
    max-width: 320px;
        margin-top: 50px;
}
	
 
#home-slider .slider-caption  {
       margin: 0 auto;
text-align: left;
    padding: 0 30px;
}
#home-slider .slider-caption p{
    font-size:18px;
    max-width: 520px;
    line-height: 22px;
    font-family: 'CFAstyStd-Medium';
    text-shadow: 0px 3px 13px #000000;
    color: #fff;
  }

  .text-shadow p ,
  .text-shadow h2{
    text-shadow: 0 2px 5px #666;
  }
  
  
  .text-shadow h2{
    text-shadow: 0 2px 5px #666;
    font-size: 32px;
  }
 
  
  
  @media(min-width:768px){
      #home-slider .slider-caption  {
        
        padding: 0 0;
    }

    section#home-slider .slider-caption h2{
          font-size: 10vw;
              padding-left: 0;
      }
      
      #home-slider .slider-caption p{
            font-size:24px;
            max-width: 640px;
            line-height: 36px; 
          }
      
  }
  
  
  .swiper-slideshow-container  {
    height: 100%;
}


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

BLOG PAGE

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



body.tltblog-tlttag main{
    background:#ffffff;  
}
body.tltblog-tlttag .page-intro-header{
    margin-bottom: 60px;  
}
body.tltblog-tltblog main h1{ 
 
    padding-top: 60px; 
}
 
@media (min-width:768px){
body.tltblog-tlttag main h1{
       /* margin-top: 60px;  */
    }
    body.tltblog-tltblog main h1{  
     /*  margin-top: 60px;  */
    } 
}

 


.article-tags-wrapper {
    text-align: center;
    font-size: 22px;
    color: #000;
    margin-bottom: 50px;
    width: auto;
    /*border-bottom: 2px solid #b4b4b4;*/
}




.article-tags-wrapper li { 
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 15px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 18px;
    padding-top: 12px;
}


.article-tags-wrapper a{ 
    color: #000; 
}
 

.blog-page-content{
        overflow-x: hidden;
}
 
.blog-container-article{ 
    max-width: 920px;
}

.tag-wrapper{  
    margin-bottom: 50px;
    text-align:center;
}

.blog-article-header{  
    margin-bottom: 50px;
    text-align:center;
}

.blog-article-img{  
    margin-bottom: 50px;
    text-align:center;
}

.blog-article-intro{
    margin-bottom: 50px; 
}
.blog-article-intro h3{ 
    font-family: 'Bold';
    font-size: 32px;
}

.blog-article-description{
overflow-wrap: break-word;
}

.blog-article-description p {
margin-bottom:15px;
}

.blog-article-description p a{
text-decoration:underline;
}

.blog-next-previous{
    
    margin-top: 80px;
    margin-bottom: 80px;
}

.blog-next-previous-previous,
.blog-next-previous-next { 
    text-decoration:underline;
}

.blog-next-previous-previous.disabled,
.blog-next-previous-next.disabled {
    opacity: 0.5;
    text-decoration:none;
}   


.blog-module-card{
    
   margin-bottom: 50px; 
}

.blog-module-img-wrapper{
    margin-bottom: 20px;
    background: #fafafa;
        width: 100%;
    padding-bottom: 100%;
    border-radius:12px;
    
}

.blog-module-img-wrapper img{
        mix-blend-mode: darken;
    
}

.blog-module-info-wrapper{
     
}

@media (min-width:768px){
  .blog-module-info-wrapper{
        min-height:200px;
    }  
}

@media (min-width:11170px){
  .blog-module-info-wrapper{
        min-height:180px;
    }  
}

.blog-module-tags-wrapper{
    margin-bottom: 20px;
    
}
.blog-module-title-wrapper h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Bold';
}
.blog-module-title-wrapper h4 a{
    color: #000000;
}

.blog-module-intro-wrapper{
    margin-bottom: 20px;
    min-height: 60px;
}

.blog-module-link-wrapper a{
    text-decoration:underline;
    color: #000000;
}


.latest-articles-container{
    display: block;
    background: #ffffff;
    position: relative;
    padding: 100px 15px;
    width: 100%;
}

.latest-articles-container .article-item  {
     
    border-radius:15px;
}

.latest-articles-container .article-item img {
    background: #f1f1f1; 
    border-radius:15px;
    aspect-ratio: 1;
}

.latest-articles-container .article-item-descr{
    padding:10px;
}






.hero-marquee {
  overflow: hidden;
  white-space: nowrap;
  margin-top:50px;
   margin-bottom:50px;
}

.marquee { 
 font-size: 0;
}

.clipped-text,
.clipped-text h1{
     display: inline-block;
     font-size: 100px;
     margin-right: 100px;
     font-family: 'Bold';
}

.blue{
    color:#3365a5;
}


/*FILTER*/
div#mfilter-box-1 {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
}
.mfilter-heading {
    cursor: pointer;
    background: transparent;
    font-size: 13px;
    border-top: 0px solid #fff;
}
label.mfilter-tb-as-td {
    font-size: 13px;
}
.mfilter-opts-container {
    padding: 5px 0;
    border-top: 1px solid #ccc;
}
 .mfilter-counter {
    background: #878787;
    color: #ffffff;
    font-size: 10px;
    border-radius: 4px;
    height: 20px;
    width: auto;
    text-align: center;
}


.mfilter-button-more a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
a.mfilter-button-reset {
    width: 100%;
    border: 1px solid #555555;
    border-radius: 4px;
    text-align: center;
    line-height: 27px;
    margin: 0;
    color: #555;
}


#mfilter-opts-price-min, 
#mfilter-opts-price-max {
    width: 55px;
    min-width: 55px;
    max-width: 55px;
    display: inline-block;
    background: transparent;
    border: none;
}


.mfilter-box .mfilter-opts-slider-min, 
.mfilter-box .mfilter-opts-slider-max {
    width: 65px;
    min-width: 77px;
    max-width: 65px;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    padding: 0;
    border: 0;
    font-weight: 600;
    font-size: 12px;
}


.mfilter-heading-text {
    display: inline-block;
    width: 100%;
    margin-left: -22px;
    font-weight: normal;
    font-size: 14px;
        font-family: 'Bold', sans-serif;
    text-transform: normal;
}
 
 
 
 


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

FALL SALE

-------------------------------- */  
 
a.nav-item-link-134:before {
    content: "🍂";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0; 
    right: 0;
    font-size: 23px;
    z-index: -1; 
    transform: rotate(305deg);
    animation: rotate-in-down-left 2s ease infinite;
}
@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}


.bounce2 {
  animation: bounce2 2s ease infinite;
    background: #c80119;
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-flex;
    position: absolute;
    text-align: center;
    font-size: 22px;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%; 
    margin-right: 15px;
    top: -43px;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


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

CATEGORIES MENU

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

@media (min-width: 1200px){
    li.nav-item-132 .secondary-nav > li{
        width:20%;
    }
    li.nav-item-132 .cat-link{
            text-align: left;
            font-size: 16px;
    }
    
    li.nav-item-132 img.cat-img {
        display: none;
    }
}
    
 

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

GIFT GUIDE RIBBOn

-------------------------------- */
.featured-grid + .featured-grid{
    border-top:1px solid #ccc;
}

.ribbon {
  width: 700px;
  height: 60px;
  margin: 100px auto 50px;
  position: relative;
  color: #fff;
  font: 28px/60px sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Bold', sans-serif;
  background: #3D79D0;
      display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  -webkit-animation: main 250ms;
  -moz-animation: main 250ms;
  -ms-animation: main 250ms;
  animation: main 250ms;
}

.ribbon i {
  position: absolute;
}

.ribbon h2 {
  margin:0;
}

.ribbon i:first-child, 
.ribbon i:nth-child(1),
.ribbon i:nth-child(2) {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
  border: 20px solid transparent;
  border-right-color: #043140;
  
  -webkit-animation: edge 500ms;
  -moz-animation: edge 500ms;
  -ms-animation: edge 500ms;
  animation: edge 500ms;
}

.ribbon i:nth-child(2) {
  left: auto;
  right: -20px;
  border-right-color: transparent;
  border-left-color: #043140;
}

.ribbon i:nth-child(3), .ribbon i:last-child {
  width: 20px;
  bottom: -20px;
  left: -40px;
  z-index: -2;
  border: 30px solid #1D53C0;
  border-left-color: transparent;
  
  -webkit-animation: back 600ms;
  -moz-animation: back 600ms;
  -ms-animation: back 600ms;
  animation: back 600ms;
  
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.ribbon i:last-child {
  bottom: -20px;
  left: auto;
  right: -40px;
  border: 30px solid #1D53C0;
  border-right-color: transparent;

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

 

/* animations */

@-webkit-keyframes main {
  0% { -webkit-transform: scaleX(0); }
  100% { -webkit-transform: scaleX(1); }
}

@-webkit-keyframes edge {
  0%, 50% { -webkit-transform: scaleY(0); }
  100% { -webkit-transform: scaleY(1); }
}

@-webkit-keyframes back {
  0%, 75% { -webkit-transform: scaleX(0); }
  100% { -webkit-transform: scaleX(1); }
}


@-moz-keyframes main {
  0% { -moz-transform: scaleX(0); }
  100% { -moz-transform: scaleX(1); }
}

@-moz-keyframes edge {
  0%, 50% { -moz-transform: scaleY(0); }
  100% { -moz-transform: scaleY(1); }
}

@-moz-keyframes back {
  0%, 75% { -moz-transform: scaleX(0); }
  100% { -moz-transform: scaleX(1); }
}


@keyframes main {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes edge {
  0%, 50% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}

@keyframes back {
  0%, 75% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}












/*video section home*/

.padding-60px-bottom {
    padding-bottom: 60px;
}


.parallax {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}


.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center!important;
}

 .z-index-0 {
    z-index: 0;
}


.text-overlap {
    margin-bottom: -60px;
    position: relative;
    z-index: -1;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.title-extra-large-heavy {
    font-size: 11rem;
    line-height: 11rem;
    position: absolute;
    top: -50px;
    text-align: center;
    width: 100%;
    color: #f1f1f1;
    font-family: 'Bold';
}



.common-home .title-extra-large-heavy {
    font-size: 8rem;
    line-height: 9rem; 
}

.h-2px {
    height: 2px;
}
.w-40px {
    width: 40px;
}

 
.separator-line-vertical { 
    margin: 30px auto; 
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.bg-gradient-orange-pink {
    background-image: linear-gradient(to right top, #000, #000, #555555, #555555, #555555);
}

h3.alt-font {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500 !important;
     letter-spacing: -1px;
     color: #232323;
}

@media (min-width:768px){
h3.alt-font {
    font-size: 3.4rem;
    line-height: 3.9rem; 
}    
    
}
 
.text-gradient-orange-pink  {
    background: linear-gradient(to right, #6baaf9 0%, #416fa8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tilt-box {
    margin-top: 80px;
        width: 100%;
}

.tilt-box video {
        width: 100%;
}





/*Travel Landing*/

 

.information-landing .page-header-wrapper{
        padding: 60px 0 0;
}


.information-landing h1 {
    font-size: 12vw;
    z-index: 99;
    position: relative;
    padding: 60px 15px 15px;
    margin:0;
    line-height: 5vw;
}

@media (min-width:992px){
    .information-landing h1 {
        font-size: 8vw; 
    }
}


.container-fluid.travel-gallery-wrapper {
    margin: 120px auto 30px;
    max-width: 100%;
}  


.information-landing #home-slider .swiper-button-prev,
.information-landing #home-slider .swiper-button-next{
    display:none;
}
 
    .information-landing #home-slider {
        margin-bottom: 8px;
    }
    
    .information-landing #home-slider img{
        border-radius:8px;
    }
 

@media (min-width:480px){
    .information-landing #home-slider {
        margin-bottom: 16px;
    }
    .information-landing #home-slider img{
        border-radius:16px;
    }
}

@media (min-width:768px){
    .information-landing #home-slider {
        margin-bottom: 24px;
    }
    .information-landing #home-slider img{
        border-radius:24px;
    }
}




.information-landing .travel-gallery-img {
    margin-bottom: 30px;
}

.information-landing .travel-gallery-img img {
border-radius: 8px;
    box-shadow: 0 12px 12px -10px rgb(0 0 0 / 20%);
}


.information-landing .travel-block-grid{
    padding:80px 0;
    overflow:hidden;
    background: #06214D; 
    margin-top:120px;
}

.information-landing .travel-block-grid .col-sm-6{
    transition:all 0.3s;
    border-radius: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}



.information-landing .travel-block-grid img { 
    border-radius: 8px;
    box-shadow: 0 12px 12px -10px rgb(0 0 0 / 20%);
}

.information-landing .travel-block-grid h3 {
    color:#fff;
}

.information-landing .travel-block-grid p {
    line-height: 26px; 
    font-size: 20px;
    margin: 20px 0;
    max-width: 60%;
    color:#fff;
}

.information-landing .travel-block-grid .col-sm-6:hover{
    background: #4f6282; 
}

.information-landing .travel-block-grid .col-sm-6:hover  a {
    color: #ffffff;
    text-decoration: none !important;
}

.information-landing .travel-block-grid .col-sm-6:hover  img {
    box-shadow: 0 12px 22px -10px rgb(0 0 0 / 50%);
}

.information-landing .featured-more-btn{
    display:none;
}




/*KIDS Landing*/
 
.product-category-139 .show-filter,
.product-category-139 .close-filter{
    display:none;
}


.product-category-139 .kids-header{
    margin: 30px auto 0;
    text-align: center;
    position:relative;
}

.product-category-139 dotlottie-player {
  position: absolute;
    top: calc(50% - 150px);
    margin: 0 auto;
    left: calc(50% - 150px);
    z-index: -1;
}


.product-category-139 h1 {
    font-size:60px;
    z-index: 99;
    position: relative;
    padding: 60px 15px 15px;
    margin:0;
    line-height: 1;
}

@media (min-width:768px){
    .product-category-139 h1 {
            font-size: 75px;
    line-height: 1;
    }
}


.product-category-139 .intro-copy span{
        font-family: 'Bold', sans-serif;
}


.product-category-139 .banner-item {
       position: relative;
}

.product-category-139 .banner-title {
    background: #0000005e;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 8px;
}


.product-category-139 .banner-item h4 { 
    bottom: 15px;
    left: 20px; 
    font-size: 20px;
}


.product-category-139 #home-slider .swiper-button-prev,
.product-category-139 #home-slider .swiper-button-next{
    display:none;
}
 
    .product-category-139 #home-slider {
        margin-bottom: 8px;
    }
    
    .product-category-139 #home-slider img{
        border-radius:8px;
    }
 

@media (min-width:480px){
    .product-category-139 #home-slider {
        margin-bottom: 16px;
    }
    .product-category-139 #home-slider img{
        border-radius:16px;
    }
}

@media (min-width:768px){
    .product-category-139 #home-slider {
        margin-bottom: 24px;
    }
    .product-category-139 #home-slider img{
        border-radius:24px;
    }
}




.product-category-139 .travel-gallery-img {
    margin-bottom: 30px;
}

.product-category-139 .travel-gallery-img img {
border-radius: 8px;
    box-shadow: 0 12px 12px -10px rgb(0 0 0 / 20%);
}


.product-category-139 .travel-block-grid{
    padding:80px 0;
    overflow:hidden;
    background: #06214D; 
    margin-top:120px;
}

.product-category-139 .travel-block-grid .col-sm-6{
    transition:all 0.3s;
    border-radius: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}



.product-category-139 .travel-block-grid img { 
    border-radius: 8px;
    box-shadow: 0 12px 12px -10px rgb(0 0 0 / 20%);
}

.product-category-139 .travel-block-grid h3 {
    color:#fff;
}
.product-category-139 .travel-block-grid a {
    color:#fff;
}

.product-category-139 .travel-block-grid p {
    line-height: 26px; 
    font-size: 20px;
    margin: 20px 0;
    max-width: 60%;
    color:#fff;
}

.product-category-139 .travel-block-grid .col-sm-6:hover{
    background: #4f6282; 
}

.product-category-139 .travel-block-grid .col-sm-6:hover  a {
    color: #ffffff;
    text-decoration: none !important;
}

.product-category-139 .travel-block-grid .col-sm-6:hover  img {
    box-shadow: 0 12px 22px -10px rgb(0 0 0 / 50%);
}

.product-category-139 .featured-more-btn{
    display:none;
}



/*
@keyframes aurora {
    from {
        background-position: 50% 50%, 50% 50%;
    }
    to {
        background-position: 350% 50%, 350% 50%;
    }
}

.product-category-139 .aurora {
    --stripes: repeating-linear-gradient(
        100deg,
        #fff 0%,
        #fff 7%,
        transparent 10%,
        transparent 12%,
        #fff 16%
    );
    --stripesDark: repeating-linear-gradient(
        100deg,
        #000 0%,
        #000 7%,
        transparent 10%,
        transparent 12%,
        #000 16%
    );
    --rainbow: repeating-linear-gradient(
        100deg,
        #60a5fa 10%,
        #e879f9 15%,
        #60a5fa 20%,
        #5eead4 25%,
        #60a5fa 30%
    );
    background-image: var(--stripes), var(--rainbow);
    background-size: 300%, 200%;
    background-position: 50% 50%, 50% 50%;

    filter: blur(10px) invert(100%);

    mask-image: radial-gradient(ellipse at 100% 0%, black 40%, transparent 70%);

    pointer-events: none;
    
        position: absolute;
    height: 1024px;
    inset: 0px;
    z-index: -1;
    opacity: 0.23;
}




.product-category-139 .aurora::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--stripes), var(--rainbow);
    background-size: 200%, 100%;
    animation: aurora 60s linear infinite;
    background-attachment: fixed;
    mix-blend-mode: difference;
}

*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


@media (min-width: 1200px) {
    
        .primary-nav .secondary-nav > li.nav-item-freestyle-products,
        .primary-nav .secondary-nav > li.nav-item-freestyle-projects{ 
        width: 24%;
        }    


    .nav-item-freestyle-products  img.cat-img,
      .nav-item-freestyle-projects  img.cat-img {
                border-radius: 8px;
            max-width: 100%; 
        }
    
}