@font-face {
  font-family: 'normal';
  src: url('../fonts/CFJeckyl.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bold';
  src: url('../fonts/CFJeckylBold.woff') format('woff');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'light';
  src: url('../fonts/CFJeckylLight.woff') format('woff');
  font-weight: 300;
  font-style: light;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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

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


@media only screen and (max-width: 768px){
 

.no-gutter {
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
}

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

}



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

Primary style

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

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

body {
     
    font-family: 'normal' ,sans-serif; 
    letter-spacing: 0.35px;
    line-height: 1.5em; 
  color: #333;
  font-weight: normal;
  background-color: #ffffff;
     font-size: 16px;  
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}

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

a {
  color: #000000;
  text-decoration: none;
}

a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


strong, b, .strong{
  font-family: 'bold';  
}

p {
    padding-bottom:10px;
}




img {
  /* make images responsive */
  max-width: 100%;
}

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



select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #000000, #000000);
    background-position: 
        calc(100% - 20px) calc(1em + 3px), 
        calc(100% - 15px) calc(1em + 3px), 
        calc(100% - 40px) 7px;
    background-size: 5px 5px, 5px 5px, 1px 25px;
    background-repeat: no-repeat;
}


select.form-control:focus {
  background-image:
    linear-gradient(45deg, #000000 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%,#000000 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 17px,
    calc(100% - 20px) 17px,
    calc(100% - 40px) 7px;
  background-size:
    5px 5px,
    5px 5px,
    1px 25px;
  background-repeat: no-repeat;
  border-color: #000000;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


.zauto {
  z-index: auto !important;
}
h1, h2, h3, h4{
    font-family: 'normal' ,sans-serif;
    color: #000000;
}

h1 {
  font-size: 22px;
  color: #000; 
  transition: all 0.3s;
}

h1 sup {
  font-size: 13px;
  position: relative;
  top: -15px;
  right: -5px;
}

@media(min-width:640px) {
  h1 {
    font-size: 36px;
  }
  h1 sup {
    font-size: 16px;
    position: relative;
    top: -25px;
    right: -5px;
  }
}

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

Bootstrap components

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

.container-fluid { 
    max-width: 1490px;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  border-bottom: none;
  text-align: center;
}

.modal-header h4 {
  color: #000000;
  font-size: 26px;
  border-bottom: 5px solid #fee9e5;
  display: inline;
}

.modal-header .close {
  color: #949494;
  opacity: 1;
  padding-top: 10px;
  font-size: 16px;
  position: absolute;
  right: 15px;
  text-shadow: none;
  font-weight: normal;
  font-family: 'normal', sans-serif;
}

.breadcrumb-wrapper {
  padding: 0 15px;
  width: 100%;
}

.breadcrumb {
  padding: 15px;
  margin-bottom: 0;
  list-style: none;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}

.img-responsive {
  width: 100%;
}

.form-control {
-webkit-appearance:none;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0;
    -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;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 10px 20px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #000000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000000;
    border-color: #000000;
}



.page-header {
  background: #ffffff;
  text-align: center;
 min-height: 250px;
  height: 20vh;
  width: calc(100% - 30px);
  display: table;
  border-bottom: none;
  margin: 0 auto 50px;
  padding:15px 0;
  z-index: 1;
  position: relative;
}

.page-header-bg {
  background: #fee9e5;
  height: 20vh;
  width: calc(100% - 30px);
  left: 15px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 0;
  animation: createBox 0.75s;
}

.page-header-bg.info {
  min-height: 150px;
  height: 20vh;
  max-height: 480px;
  background: #fee9e5;
}

.page-header-inner h1{
  font-family: 'light',sans-serif;
      font-size: 28px;
          line-height: 1.4;
}

.page-header-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;  
  max-height: 480px;
  background: #fff url(../img/white_marble_texture.jpg) center no-repeat;
  background-size: cover;
}

.page-header-inner span.ph-comment {
  width: 60vw;
  font-size: 13px;
  letter-spacing: 0px;
}

.page-header-inner span.ph-comment a{
  font-family: 'bold',sans-serif;
 /* color: #000; */
 /* text-decoration-line: underline; */
 border-bottom: 1px dashed;
}

.page-header-inner span.ph-comment a:hover{
  font-family: 'bold',sans-serif;
 text-decoration:none;
}

.success-message a{
  font-family: 'bold',sans-serif;
 /* color: #000; */
 /* text-decoration-line: underline; */
 border-bottom: 1px dashed;
}

.success-message a:hover{
  font-family: 'bold',sans-serif;
 text-decoration:none;
}


legend {
  text-align: center;
  font-size: 18px;
  padding: 0 0 15px;
}

.form-group .black {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  background-color: #fff;
  border: 1px solid #000;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 30px;
	font-family: 'bold',sans-serif;
}

.mini-cart-alert.success {
  background: #e7eee7;
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

.mini-cart-alert.modify {
  background: #FFE0B2;
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

.option-select {
  width: 80%;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #000;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(../img/arrow-down.svg) no-repeat;
  background-position: 95% 18px;
  background-size: 15px;
  padding-left: 10px;
  margin: 0 auto;
}


@media(min-width:768px) {
  .page-header {
    /*background: #fee9e5;*/
    min-height: 33vh;
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 50px 0 100px;
  }
  .page-header-bg.info {
    min-height: 150px;
    height: 33vh;
  }
  .page-header-bg {
    height: 50vh;
    width: calc(100% - 100px);
    left: 50px;
  }
  .page-header-inner {
    height: 33vh;
  }
  .page-header-inner h1{
        font-size: 60px;
  }
  .page-header-inner span.ph-comment {
    font-size: 18px;
  }
  
  legend { 
  font-size: 26px; 
}

}


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

Animations

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

@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes createBox {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 33%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.fadeup-form {
  animation: fadeInUp 0.75s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-main-content {}

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

.cd-main-content, .cd-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: 991px) {
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}

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

.cd-main-header {
  height: 80px;
  background: #ffffff;
  z-index: 3;
  border-bottom: 1px solid #ebebeb;
}

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

@media only screen and (min-width: 992px) {
  .cd-main-header {
    /*height: 140px;*/
    height: 90px;
    border-bottom: 0px solid #ebebeb;
  }
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
  
  .cd-main-content { 
  padding-top:50px;
}

.checkout-checkout .cd-main-content { 
  padding-top:0px;
}
}

.cd-logo {
  top: 5px;
  position: absolute;
  left: calc(50% - 50px);width: 100px;  
  z-index: 3;
  transition: all 0.3s;
}

.cd-logo img {
  display: block;
     
}

 

@media (min-width: 640px) {
  .cd-logo {
    
    position: absolute;
     
    z-index: 3; 
  }
}

@media only screen and (min-width: 992px) {
  .cd-logo {
   
    
  }
}

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

.cd-header-buttons li {
  display: inline-block;
}

.cd-header-buttons-right {
  position: absolute;
  top: 0;
  height: 80px;
  z-index: 3;
  left: auto;
  right: 5%;
}

.cd-header-buttons-right li {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 0;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}

@media only screen and (min-width: 992px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em;
  }
}

.cd-nav-trigger {
  position: relative;
  display: block;
  width: 104px;
  height: 80px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 24px;
  background: #000000;
}

.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
      left: 18px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-nav-trigger span::before, .cd-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;
}

.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}

.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}

.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}

.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #000000;
}

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

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

.cd-nav-trigger .trigger-text {
    font-size:12px;
    position: relative;
    right: 0;
    padding-left: 55px;
    line-height: 80px;
    color: #555;
}

a.cd-nav-trigger,
a.cd-nav-trigger:focus,
a.cd-nav-trigger:hover{
        text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #000000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  text-align: left;
  /* 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;
}

.cd-primary-nav a, .cd-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 #151515;
  -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;
}

.cd-primary-nav.is-hidden, .cd-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%);
}

.cd-primary-nav.moves-out>li>a, .cd-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;
}

@media only screen and (max-width: 991px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
        overflow-x: hidden;
  }
}

.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #000000;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 50px;
  line-height: 50px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  color:#ffffff;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 25px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  /* hide description on small devices */
  display: none;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item img {
  /* item icon */
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -34px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

@media only screen and (max-width: 991px) {
  .cd-primary-nav {
    /* by default .cd-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;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
}

@media only screen and (min-width: 992px) {
  .cd-primary-nav {
    position: absolute;
    top: 130px;
    padding: 0;
    height: auto;
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 100%;
    overflow: visible;
    background: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    z-index: 3;
  }
  .cd-primary-nav.is-fixed {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    position: fixed;
    box-shadow: 0 4px 9px rgba(0, 0, 0, .16);
    top: 0;
  }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-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;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .cd-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);
  }
  .cd-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;
  }
  .cd-primary-nav>li {
    margin-left: 3em;
    text-align: center;
    display: inline;
  }
  .cd-primary-nav>li>a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 60px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    line-height: 60px;
    padding: 0 10px;
    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;
  }
  .cd-primary-nav>li>a:hover {
    color: #000000;
  }
  .cd-primary-nav>li>a.selected {
    color: #000000;
    box-shadow: inset 0 -2px 0 #000000;
  }
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none;
  }
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 60px;
    width: 100vw;
    background: #ffffff;
    padding: 48px 64px;
    /*padding: 48px 64px 130px;*/
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -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;
  }
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-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;
  }
  .cd-primary-nav .cd-secondary-nav>.see-all, .cd-primary-nav .cd-nav-gallery>.see-all, .cd-primary-nav .cd-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: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav>.see-all a, .cd-primary-nav .cd-nav-gallery>.see-all a, .cd-primary-nav .cd-nav-icons>.see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    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;
  }
  .cd-primary-nav .cd-secondary-nav>.see-all a:hover, .cd-primary-nav .cd-nav-gallery>.see-all a:hover, .cd-primary-nav .cd-nav-icons>.see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #ffffff;
  }
  .cd-primary-nav .cd-secondary-nav>li {
    /* change the height according to your needs - you can even set height: auto */
    height: 340px;
    /* here you set the number of columns - use width percentage */
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cd-primary-nav .cd-secondary-nav>li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none;
  }
  .cd-primary-nav .cd-secondary-nav>li>a {
    /* secondary nav title */
    color: #ffffff;
    font-weight: bold;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #ffffff;
    border-bottom: none;
  }
  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #cccccc;
  }
  .cd-primary-nav .cd-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);
  }
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cd-primary-nav .cd-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%);
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
  .cd-primary-nav .cd-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%);
  }
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 40px 0;
  }
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #000000;
    font-weight: bold;
    padding: 0 .4em;
  }
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 25%;
    float: left;
    margin: 0 0% 20px 0;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
    position: relative;
  }
  /*.cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }*/
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #000000;
    font-family: 'bold', sans-serif;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}

.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: 1px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children>a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children>a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 992px) {
  .has-children>a::before, .has-children>a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4;
  }
  .has-children>a:hover::before, .has-children>a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #000000;
  }
}

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

.cd-primary-nav .go-back a {
  padding-left: 40px;
}

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

@media only screen and (min-width: 992px) {
  .has-children>a::before, .has-children>a::after {
    right: 15%;
  }
  .cd-primary-nav>.has-children>a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important;
  }
  .cd-primary-nav>.has-children>a::before, .cd-primary-nav>.has-children>a::after {
    width: 7px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #000000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
  }
  .cd-primary-nav>.has-children>a::before {
    right: 12px;
  }
  .cd-primary-nav>.has-children>a::after {
    right: 7px;
  }
  .cd-primary-nav>.has-children>a.selected::before, .cd-primary-nav>.has-children>a.selected::after {
    width: 14px;
  }
  .cd-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);
  }
  .cd-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);
  }
  .cd-secondary-nav>.has-children>a::before, .cd-secondary-nav>.has-children>a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }
  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px;
  }
}

.cd-nav-item img {
  width: 50px;
  float: left;
}

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

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

@media only screen and (max-width: 991px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-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);
  }
}

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




@media only screen and (max-width: 991px) {
  #search {
    display: none;
  }
}

#search {
  position: absolute;
  top: 33px;
  z-index: 3;
  left: 5%;
  right: auto;
  height: 25px;
  max-width: 200px;
}

#search .inner {
  position: relative;
  padding: 0;
  background: transparent url(../img/search-icon.svg) no-repeat center left;
  background-size: 33px;
  padding-left: 40px;
  height: 25px;
}

#search .inner input.form-control.input-lg {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding: 0;
  box-shadow: none;
  height: 25px;
  font-size: 13px;
  margin-top: 0;
  position: relative;
}

#search .inner button {
  
  width: 30px;
  height: 24px;
  
  
  font-size: 16px;
  
}

#search .inner span.input-group-btn{
    position: absolute;top: 0;right: 0;
      width: 30px;
  height: 24px;z-index: 99;
}
/*
.shop-insta-link {
    display:none;
}*/

.shop-insta-link {
    font-family: 'normal';
    font-size: 16px;
    top: 32px;
    position: absolute;
    left: 5%;
    display:block;
}  


@media (min-width:992px){
 .shop-insta-link {
    font-family: 'normal';
    font-size: 16px;
    top: 32px;
    position: absolute;
    left: 5%;
    display:block;
}   
}


a.cd-account-trigger {
    display: block;
    background: transparent url(../img/user-icon.svg) no-repeat center center;
    background-size: 70%;
    width: 60px;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    transition: all 0.3s;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    right: calc(5% + 30px);
}

.logged-icon {
    width: 13px;
    height: 13px;
    background: #58e358;
    position: absolute;
    top: 25px;
    left: 36px;
    border-radius: 50px;
}


@media only screen and (min-width: 768px) {
 
    
    a.cd-account-trigger { 
    right: calc(5% + 70px);
    background-size: 80%;
}
}

@media only screen and (min-width: 992px) {
    .shop-insta-link {
        /*left: calc(5% + 230px);*/
            left: 5%;
    }
 
}

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

support for no js

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

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

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

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

Menu Extras

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

span.tag-new {
  border: 1px solid #b10000;
  border-radius: 2px;
  font-size: 10px;
  margin-left: 15px;
  padding: 2px 5px;
  color: #b10000;
}

@media (min-width:992px) {
  span.tag-new {
    display: none;
  }
}

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

Cart

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




a.gotocheckout-btn {
  background: #12d661;
  width: 100%;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
}

a.gotocart-btn {
  color: #676767;
  padding-right: 15px;
  font-size: 12px;
}

@media (min-width:640px) {
  a.gotocheckout-btn {
    font-size: 16px;
  }
  a.gotocart-btn {
    font-size: 16px;
  }
}



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

MINI CART

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

button.cart-trigger {
	background: transparent url(../img/cart-icon.svg) no-repeat center center;
background-size: 33px;
    border: none;
    height: 100%;
    width: 60px;
    outline: none;
}

span#cart-total {
  position: absolute; 
    right: calc(50% - 18px);
    top: calc(50% - 18px);
    width: 14px;
    text-align: center;
  line-height: 14px;
  font-size: 11px;
  background: transparent;
  border-radius: 50px;
  font-family: sans-serif;
  background: #ffdcd3;
    border-radius: 50px;
}

@media (min-width:768px){

  button.cart-trigger {
    background-size: 80%;
    border: none;
    height: 100%;
    width:50px;
    outline: none;
  }

  span#cart-total {
position: absolute;
    top: 16px;
    width: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center; 
    font-family: sans-serif;
    color: #000;
    left: auto;
    right: 0;
  }


}




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

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

#cart h4{
	font-size: 20px;
  font-family: 'bold',sans-serif;
  color: black;
      line-height: 30px;
}

#cart h4 span{
font-size: 14px;
    font-family: 'main',sans-serif;
}

#cart ul{
 
}

span.number-of-products {
  background: #000;
  color: #fff !important;
  width: 30px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  font-family: sans-serif !important;
  font-weight: 600;
  line-height: 30px;
}

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

#cart td.text-left {
    text-align:left;
    vertical-align: middle;
}

#cart td.text-right {
    text-align:right;
}

#cart {
    position: fixed;
    top: 0;
    right: 0;
	   padding:10px 20px 10px;
    height: 100vh;
    width: 500px;
    max-width:100%;
    background: #fff;
    z-index: 999;
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
	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;
}

@media (min-width:768px){
  #cart {
  	   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.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;
}

#cart .cart-header {
}

#cart .cart-header .cart-close {
    float: right;
    background: transparent;
    border: none;
    font-size: 22px;
    vertical-align: top;
    color: #000;
    line-height: 22px;
    color: #000;
    outline: none;
    padding: 0;
    margin: 0;
	font-family: 'light', sans-serif;
}


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



#cart .table-striped>tbody>tr:nth-of-type(odd),
#cart .table .table,
#cart   td.text-left.quantity,
#cart td.text-right.price{
background-color: transparent;
}

#cart table > tbody > tr.product-cart-wrapper:hover
 {
    background: #eeeef0;
}

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

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

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




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


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

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

#cart .products-wrapper-overflow{
	position: relative;
    overflow-y: auto;
    height: calc(100% - 330px);
    width:  100%  ;
    padding-right: 5px;
    max-height: 300px;
}




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

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

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



#cart .totals-wrapper-nooverflow{
    position: relative;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;    border-top: 1px solid #ccc;
}


.mobile #cart .totals-wrapper-nooverflow{

    padding-bottom: 50px;
}

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

}

.mc-product-description {
    font-size: 13px;
}

 .mc-product-name {
	font-size: 16px;
  font-family: 'bold',sans-serif;
}
#cart  small{
  font-size: 13px
  }

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

td.text-left.quantity span {
	font-family: 'bold',sans-serif;
    font-size: 20px;
}
  td.text-right.price{
	font-family: 'bold',sans-serif;
}

td.text-right.price .pp-old-price{
  text-decoration: line-through;
  font-family: 'main',sans-serif;
}
td.text-right.price .pp-new-price{
  font-family: 'bold',sans-serif;
      font-size: 20px;
}



table.table.table-striped.totals-table {
    font-size: 14px;
    color: #000;
}
#cart table.table.table-striped.totals-table>tbody>tr>td {
    border-top: 0px solid #ddd;
    background: #fff;
}


 #cart table.table.table-striped.totals-table > tbody > tr:last-child > td {
    font-size: 20px;
    font-family: 'bold',sans-serif;
    line-height: 32px;
}

#cart .width-50{
	display: block;
	width:100%;
  margin-bottom:10px;
}

@media (min-width:768px){

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


  #cart .width-50{
  	display:inline-block;
  	width:49%;
  }
}


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








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

Contact Page

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

a.faq-link {}

a.faq-link:hover {}

.contact-info-wrapper {
  padding: 30px;
  margin: 50px auto;
  /*
  border-radius: 6px;
  background: linear-gradient(9deg, #000000, #383636);*/
  font-family: 'light', Sans Serif;
  font-weight: 300;
  color: #fff;
}

.contact-info-wrapper .row{

background: #000;
padding: 30px 15px;
}
.contact-info-wrapper img {
  opacity: 1;
  max-width: 120px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  padding: 15px 0;
}

.contact-info-wrapper li {
  margin-bottom: 5px;
}

.contact-info-wrapper .fa {
  color: #fee9e5;
  padding-right: 10px;
}

.information-contact #content{
	margin-top: 50px;
	margin-bottom: 100px;
}

.information-contact .form-horizontal .form-group{
	margin-left: 0;
	margin-right: 0;
}



 .information-faq .panel-default {
    border-color: #fff;
    box-shadow: none;
    border-radius: 0;
}


 .information-faq  .panel-default>.panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.information-faq  .panel-default>.panel-heading h4.panel-title {
    font-family: 'light', sans-serif;
    font-size: 30px;
     color: #000;
}

.information-faq  .panel-default>.panel-heading a {
    display: block;
}

.information-faq .panel-title > a:before {
  float: right !important;
  content: "-";
  padding-right: 0;
  font-size: 24px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
  margin-top: 10px;
  line-height: 24px;
  transition: all 0.3s;

  }
  .information-faq .panel-title > a.collapsed:before {
      float: right !important;
      content:"+";
      line-height: 28px;
  }


 .information-faq  .panel-group .panel-heading+.panel-collapse>.list-group,
 .information-faq  .panel-group .panel-heading+.panel-collapse>.panel-body {
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
}

.information-faq  .panel-group .panel-heading+.panel-collapse>.panel-body p{
   font-size: 14px;
}

.information-faq .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
}


.information-information .cd-main-content {

padding-bottom: 150px;
}

.information-information h2 {
    font-size: 22px; 
    margin-bottom: 15px;
}

.information-information h3 {
    font-size: 18px; 
    margin-bottom: 10px;
}
.information-information main ul{
    margin-bottom: 15px;
    padding-left: 15px;    
}


.information-information main li {
    list-style: disc;
    margin-bottom: 5px;
}

@media (min-width:768px){
 .information-information h2 {
    font-size: 30px; 
    margin-bottom: 20px;
}

.information-information h3 {
    font-size: 22px; 
    margin-bottom: 15px;
}   
}
 

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

Login Register

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

#quick-login {
  text-align: center;
}

.quick_signup, .quick_account {
  background: url(../img/login-icon.svg) center no-repeat;
  background-size: 55%;
  width: 45px;
  height: 80px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}

@media (min-width:640px) {
  .quick_signup, .quick_account {
    width: 60px;
  }
}

#modal-quicksignup>.modal {
  opacity: 0;
}

#modal-quicksignup>.modal.in {
  animation: FadeIn 5s;
}


.returning-login {
  max-width: 320px;
  margin: 0 auto 30px;
}

.or-register {
  width: 80%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 50px auto 30px;
}

.or-register span {
  background: #fff;
  padding: 0 10px;
}

.qs-register {
  border: 2px solid;
  padding: 7px 16px;
}

#dsl_facebook_button {
  background: #4864b4;
  color: #fff;
  padding: 7px 16px;
  border-radius: 3px;
}

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

Footer

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

footer {
  background: #000000;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 80px;
  font-family: 'light', Sans Serif;
  margin-top:150px;
}

.common-home footer,
.checkout-cart footer,
.checkout-checkout footer{ 
  margin-top:0;
}

footer a {
  color: #f9f9f9;
  font-weight: 300;
  font-size: 16px;
}

footer a:hover {
  color: #ffffff;
}

.footer-main ul {
  text-align: center;
  margin: 15px auto 30px;
}

.footer-main li {
  display: inline-block;
}

.footer-bottom {
  text-align: center;
}

.footer-logo img {
  max-width: 260px;
}

.footer-social-links li {
  display: inline-block;
}

.footer-social-links li .fa {
  padding: 15px;
  font-size: 30px;
}

p.footer-powered {
  font-size: 16px;
  margin: 30px auto 15px;
}

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

Buttons

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

.btn {
  display: inline-block;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  width: auto;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  outline: none;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #ffdcd3;
  color: #000000;
  box-shadow: inset 0 0 0 0 #333;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s
}

.btn:hover {
  box-shadow: inset 0 -100px 0 0 #333;
  color: #fff;
  outline: none
}

.btn:active, .btn:focus {
  background-color: #333;
  color: #fff;
  outline: none
}

.btn[disabled] {
  cursor: default;
  color: #b6b6b6;
  background-color: #f6f6f6
}

.btn-transparent {
  border: none;
  color: #000000;
  background: transparent
}

.btn-outline {
  border: 1px solid #000;
  color: #000;
  background: transparent
}

.btn-primary {
  background-color: #000;
  color: #fff;
  box-shadow: inset 0 0 0 0 #ffdcd3;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.btn-primary:hover {
  box-shadow: inset 0 -100px 0 0 #ffdcd3;
  color: #000;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #ffdcd3;
  color: #000;
}

.btn-plain {
  background: transparent;
  color: #000;
}

.btn-plain:hover, .btn-plain:active, .btn-plain:focus {
  background: transparent;
  box-shadow: none;
  color: #fff;
  outline: none;
}

.product-list-image {
  background-color: rgb(235, 235, 235);
  background-blend-mode: multiply;
}

.product-card-wrapper .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 15% 20%;
}

.add-to-whishlist-btn {
  position: absolute;
  z-index: 7;
  top: 25px;
  right: 25px;
  background: transparent;
  border: none;
}

.btn-remove {
  background: transparent;
  color: #333;
  font-size: 18px;
  border: none;
}


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

.btn-xl{
	height:50px;
}




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

Product Page

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

.top-product-page-wrapper {
max-width: 1500px;
    width: 100vw;
    padding: 0;
    background: #fff;
    margin: 0 auto;
    overflow-x: hidden;
}
@media(min-width:768px){
    .top-product-page-wrapper{
        padding: 15px 5%;
    }
}

.product-info-wrapper {
  padding-top: 45px;
      overflow-y: auto;
}

.product-info-wrapper h1 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 36px;
    margin-top: 15px;
    padding: 0 10px;
}

span.manuf-by {
  font-size: 14px;
  color: #666666;
}

span.manuf-name a {
  font-size: 14px;
  color: #333333;
  margin-left: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-price {
  margin-bottom: 10px;
  color: #000;
}

span.price-standart-old {
  color: #9e9e9e;
  font-size: 32px;
  padding-right: 10px;
  text-decoration: line-through;
  font-family: Georgia, serif;
  font-style: italic;
}

span.price-standart {
  font-size: 36px;
  font-family: Georgia, serif;
  font-style: italic;
}

.product-model {
  color: #000000;
      font-size: 14px;
      width: auto;
      display: inline-block;
}

.bs-example {
  margin: 20px;
}

.panel-title .glyphicon {
  font-size: 14px;
}

.product-image {
  cursor: url("../img/plus_cursor.png") 25 25, auto;
  border: none;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 10px;
}

.main-product-img>img {
  display: block;
  width: auto;
}

.image-wrapper .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1;
  background-color: #fff;
  border: none;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  display: inline-grid;
}

@media (min-width:768px) {
  .image-wrapper .thumbnail {
    float: left;
  }
}

.product-description {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    line-height: 30px;
    font-family: 'light';
        padding: 0px 10px;
}

.input-group.number-qt {
  max-width: 180px;
}

.input-group.number-qt .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  height: 40px;
}

/*
.btn-plus, .btn-minus {
  background: transparent;
  color: #000;
}

.btn-plus:hover, .btn-minus:hover, .btn-plus:active, .btn-minus:active, .btn-plus:focus, .btn-minus:focus {
  box-shadow: none;
  color: #000;
  outline: none;
}
*/

.product-pricewrapper {
  padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

div#product {
    padding: 15px 0;
}



.pp-radio input[type="radio"] {
  display: none;
}
.pp-radio input[type="radio"]:checked + .box {
  /*background-color: #fee9e5;*/
	  background-color: #000000;
}
.pp-radio input[type="radio"]:checked + .box div {
  color: white;
}
.pp-radio input[type="radio"]:checked + .box div:before {
  opacity: 1;
}
.radio.pp-radio {
    display: inline-block;
	}
.pp-radio.radio label {
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;

}

.pp-radio.radio+.pp-radio.radio {
    /* margin-top: -5px; */
}


.pp-radio .box {
  width: 50px;
  height: 50px;
  line-height: 13px;
  background-color: #fff;
	    transition: all 250ms ease;
	    will-change: transition;
	       display: table;
	    text-align: center;
	    cursor: pointer;
			border: 1px solid #000;
	    font-family: 'bold', sans-serif;
}
.pp-radio .box:active {
}
.pp-radio .box div {
transition: all 300ms ease;
    font-size: 14px;
    user-select: none;
    color: #000405;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 7px;
}
.pp-radio p {
  color: #fff;
  font-family: 'bold', sans-serif;
}
.pp-radio p a {
  text-decoration: underline;
  font-weight: bold;
  color: #FFF;
}

.pp-button-holder {
  background: #000;
  margin-top: 20px;
}

.pp-add-to-cart {
  width: calc(100% - 65px);
  height: 50px;
  font-size: 18px;
  display: inline-block;
  font-size: 16px;
  background: #000;
    color: #fff;
}

.pp-add-to-whishlist {
  border: none;
  display: inline-block;
  outline: none;
  padding-left: 15px;
	background: #fff;
}

.pp-add-to-whishlist .fa {
  color: #000;
}


.availability {
	color:#000;
	width: auto;
	display: inline-block;
	padding: 0 15px;
	border-radius: 50px;
  font-size: 13px;
    text-transform: uppercase;

}
/*
.availability.green{
	background: #C5E1A5;
}
.availability.yellow{
	background: #C5E1A5;
}
.availability.orange{
	background: #C5E1A5;
}
.availability.red{
	background: #ff8888;
}
*/



.availability.green .fa{
    color: #52d220;
}
.availability.yellow .fa{
    color: #33691E;
}
.availability.orange .fa{
    color: #33691E;
}
.availability.red .fa{
    color: #ff0000;
}

.pp-tag-new {
  border: 1px solid;
  border-radius: 3px;
  padding: 3px 5px 0;
  font-size: 11px;
  color: #c10000;
  line-height: 1;
}

.pp-tag-sale {
  border: 1px solid;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 11px;
  color: green;
  line-height: 1;
}

.product-attribute-wrapper {
  color: #000;
      font-size: 14px;
      padding:30px 15px;
      text-align: left;
}

.product-attribute-wrapper h4 {
  border-bottom: 1px solid;
  margin-bottom: 15px;
  font-family:'bold', sans-serif;
}
.product-attribute-wrapper p{
    margin-bottom: 0;
    padding-bottom: 0;
}

.pull-right.clickable {
  position: relative;
  top: -20px;
}

.similar-page-wrapper {
  max-width: 1500px;
  width: 100%;
  padding: 0;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

@media (min-width:768px){
.similar-page-wrapper { 
  padding: 1% 5%; 
}    
}



.product-collection+.product-collection {
  border-top: 1px solid #cccccc;
}

.similar-page-wrapper h3 {
  font-size: 28px;
  margin: 50px auto;
  display: table;
  text-align: center;
  border-bottom: 5px solid #fee9e5;
}

.tags-wrapper {
  background: #333;
  padding: 30px 15px;
  text-align: center;
}

.tags-wrapper a {
  color: #fff;
  font-size: 26px;
}

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

Category Page

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

.pc-header {
  display: table;
  min-height: 90px;
    width: 100%;
    padding: 50px 15px 15px;
}

.pc-header-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.refine-filters {
  margin-bottom: 50px;
  position: relative;
  z-index: 99;
}

.sort-order-wrapper {
  max-width: 180px;
  display: inline-block;
}

.sort-order-select {
  width: 180px;
  border-radius: 0;
  border: 1px solid #000;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/arrow-down.svg) no-repeat;
  background-position: 95% 18px;
  background-size: 15px;
}

.view-number-wrapper {
  max-width: 80px;
  display: inline-block;
}

.view-number-select {
  max-width: 80px;
}

.cp-wrapper {
    padding: 0 5px !important;
}

.product-list {
  margin-bottom: 15px;
}

.product-inner {
  /*padding: 10px;*/
  background: #ffffff;
  transition: all 0.1s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.product-list:hover .product-inner {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


.product-list .image,
.product-list .image img{
    aspect-ratio: 566/833;
        object-fit: cover;
}

.product-list .caption {
  text-align: center;
  z-index: 5;
  position: relative;
  background: #fff;
  padding:10px 5px;
      font-size: 14px;
  
}

.product-list .caption h4 {
    height: 50px;
    display: table;
    width: 100%; 
    font-size: 11px;
    vertical-align: middle;
    line-height: 16px;
}

.product-list .caption h4 a{
   display: table-cell;  vertical-align: middle;
   width: 100%;
   text-align: center;
}

.caption .price { 
      font-size: 14px;
  font-family: Georgia, serif;
  font-style: italic;
}

.caption .price-new {
  color: #9e9e9e;
  padding-right: 10px;
  text-decoration: line-through;
}

.cp-option-wrapper {
    display: none;
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 3;
  opacity: 0;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.2s;
  
}

.product-list:hover .cp-option-wrapper {
  background: rgba(255, 255, 255, 0.66);
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.pc-add-to-cart {
  background: #ffffff;
  border: 1px solid #000;
  width: 80%;
  text-align: center;
  z-index: 10;
  transition: all 0.6s;
  outline: none;
  height: 45px;
}

.cat-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
}

.cat-icon-wrapper {
  display: inline-block;
  text-align: center;
  padding: 5px;
  width: 48%;
  vertical-align: top;
}

@media(min-width:640px) {
  .cat-icon-wrapper {
    width: 24%
  }
}


@media(min-width:768px) {
.cp-option-wrapper { 
    display: block;
  padding: 15px; 
}

.product-list {
  margin-bottom: 50px;
}

.product-list .caption { 
  padding:15px;
}
.product-list .caption { 
      font-size: 16px;
  
}

.caption .price {
  font-size: 20px; 
}



}

@media(min-width:768px) {
.product-list .caption h4 { 
    font-size: 16px;
}
}

@media(min-width:992px) {
  .cat-icon-wrapper {
    width: 12%
  }
}

.cat-icon-wrapper img {
  padding: 0;
  max-width: 100%;
  border-radius: 50%;
  background: #fee9e5;
}

.cat-icon-title {
  height: 40px;
}

.cat-icon-wrapper h4 {
  font-size: 14px;
}

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

Cart

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

.header-cart{
  position: absolute;
  top: 0;
  right:0;
  height: 100%;
  width: 60px;
  padding-left: 0;
  border-left: none;
}
.cart-header {
    background: #ffffff;
    height: 80px;
}

.gooneback { 
background: url(../img/arrow-left.svg) bottom left no-repeat;
    background-size: 36%;
    width: 150px;
    padding-left: 10px;
    padding-bottom: 15px;
    position: absolute;
    top: 15px;
    font-size: 14px;
    left: 15px;
}

.gooneback a {
  font-family: serif;
  color: #808080;
  font-style: italic;
}

@media (min-width:768px){
 .gooneback {
  background: url(../img/arrow-left.svg) left center no-repeat;
  width: 320px;
  background-size: 26%;
  padding-left: 110px;
  padding-top: 0;
  position: absolute;
  top: 25px;
  left: 5%;
}   
    
}

.cart-page {
  background: #f5f5f5;
      min-height: calc(100vh - 570px);
}

.cart-page h1 {
  font-size: 36px;
  text-align: center;
  margin: 50px auto;
    font-family: 'light', sans-serif;
}

h3.cp-product-name {
  margin-bottom: 0;
  font-size: 18px; 
  color: #000;
}

h3.cp-product-name a{
  color: #000;
}


.cart-page .btn-remove {
    background: transparent;
    color: #000;
    font-size: 35px;
    border: none;
    font-family: 'light',sans-serif;
    transform: rotate(45deg);
    outline: none;
}

.fadetr {
  opacity: 0;
      overflow: hidden;
}
.fadetr td {
      overflow: hidden;
}

.fadetr:nth-child(1) {
  animation: fadeInUp 0.3s ease-in-out forwards;
  animation-delay: 0.25s;
}

.fadetr:nth-child(2) {
  animation: fadeInUp 0.3s ease-in-out forwards;
  animation-delay: 0.5s;
}

.fadetr:nth-child(3) {
  animation: fadeInUp 0.3s ease-in-out forwards;
  animation-delay: 0.75s;
}

.fadetr:nth-child(4) {
  animation: fadeInUp 0.3s ease-in-out forwards;
  animation-delay: 1s;
}

.cp-model {
  color: #808080;
  font-style: italic;
  font-family: serif;
  margin-bottom: 15px;
}

.cp-option, .cp-price {
  color: #808080;
  display: inline-block;
  margin-right: 15px;
}

.cp-option img, .cp-price img {
  display: inline-block;
  float: left;
  width: 25px;
}

.cp-option span, .cp-price span {
  display: inline-block;
  border-bottom: 2px dashed #808080;
}

.cp-total {
  margin-bottom: 15px;
  font-size: 26px;
  letter-spacing: 3px;
  color: #000;
}

.cp-qt {
  color: #808080;
}

.cp-qt .btn-plain {
  color: #808080;
  font-size: 16px;
}

input.cp-qt-input {
  background: #f5f5f5;
  color: #808080;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px dashed;
  text-align: center;
  padding: 0;
  width: 20px;
}

.btn-cart-remove {
  font-size: 20px
}

.coupon-info-wrapper {
  margin: 30px -15px;
  animation: FadeIn 2s ease-in-out forwards;
}

.coupon-info-left img, .coupon-info-left span {
  display: inline-block;
}

.coupon-info-left img {
  width: 45px;
}
.coupon-info-left span { 
    width: calc(100% - 50px);
}

.coupon-info-left p {
  color: #808080;
  font-style: italic;
  font-family: serif;
}

.coupon-enter {
  background: #f5f5f5;
  border: 1px solid #808080;
      margin: 2px;
}

.coupon-input {
  border: none;
}

.coupon-enter input {
  color: #808080;
  background: #f5f5f5;
}


.cart-mod-wrapper {
  width: 100%;
  background: #f5f5f5;
  padding: 15px;
  animation: FadeIn 1s ease-in-out forwards;
}

.cp-totals-wrapper {
  width: 100%;
  background: #fff;
  padding:50px 15px;
  animation: FadeIn 2s ease-in-out forwards;
}

input#button-coupon {
  background: #333;
  color: #fff;
  border-radius: 0;
  width: 100%;
}
.coupon-enter .input-group-btn{
background: #333;
}

.cp-totals-wrapper .table>tbody>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #fff;
}

.cp-totals-wrapper .table>tbody>tr:last-child >td.text-right{
  color:#000;
  font-family:'bold',sans-serif;
}
@media (min-width:768px){
  .header-cart{
top: 0;
    height: 100%;
    right: 5%;
  }
}



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

Account Page

-------------------------------- */
.account-account .cd-main-content,
.account-login .cd-main-content,
.account-logout .cd-main-content,
.account-wishlist .cd-main-content,
.account-register .cd-main-content{
    margin-bottom:150px;    
}
 

.account-newsletter fieldset,
.account-register fieldset {
    margin-bottom: 50px;
}


.account-address .form-horizontal,
.account-newsletter  .form-horizontal,
.account-address-add  .form-horizontal,
.account-address-edit  .form-horizontal,
.account-edit .form-horizontal,
.account-password .form-horizontal,
.account-reset .form-horizontal,
.account-register .form-horizontal,
.account-forgotten .form-horizontal,
.account-login .form-horizontal{
    max-width: 480px;
    margin: 0 auto 150px;
}
label.default-address,
a.forgotten-acc {
    font-size: 14px;
}


.account-reset .btn.btn-lg.btn-block,
.account-address .btn.btn-lg.btn-block,
.account-forgotten .btn.btn-lg.btn-block,
.account-login .btn.btn-lg.btn-block {
    width: 100%;
        width: 100%;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    margin-bottom: 15px;
}

.address-tables{
    max-width: 560px;
    margin: 0 auto 150px;
    text-align: center;
    float: none;
}

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

    
.address-tables .right-td{
    width: 100%;
    position: relative;  
}



.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: 10px; 
}

.has-float-label .text-danger {
    margin: 0;
    font-size: 11px;
    position: absolute;
    top: 40px;
    background: #ff0000;
    color: #fff;
    text-align: center;
    height: 15px;
    line-height: 15px;
    width: 100%;
}


.account-top-text{
    font-size: 15px;
    
}



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

.account-block h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'bold';
    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;
}


p.logout-link {   
    color: #ce0000;
}

.logout-link a{
  
    color: #ce0000;  
}

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

ORDER LIST PAGE

-------------------------------- */
table.table.table-bordered.table-hover.table-black {
    border:1px solid #000;
    margin-bottom: 150px;
}

.table-black>thead>tr>td, .table-black .product-table>thead>tr>td  {
    border:1px solid #000;
    background: #000;
    color: #ffffff;
    font-size: 14px;
    padding: 0 10px;
    line-height: 50px;
    font-family: 'bold',sans-serif;
}

.table-black>tbody>tr>td {
    font-size: 14px;
     border:0;
      padding: 0 10px;
      transition: all 0.3s;
}
.table-black>tbody>tr.accordion-toggle.collapsed>td {
    background:#ffffff;
        line-height: 50px;
}
.table-black>tbody>tr.accordion-toggle>td {
  background:#ffdcd3;
  color: #000000;
      line-height: 50px;
}

.table-black>tbody>tr>td.order-total {
    font-family: 'bold',sans-serif;
}

.table-black>tbody>tr>td.hiddenRow{
  padding:0;
}

table.table.table-bordered.table-hover.product-table{
  border: none;
      margin: 0;
}


table.table.table-bordered.table-hover.table-grey {
    border: none;
}

.table-grey>thead>tr>td, .table-grey .product-table>thead>tr>td  {
  border: none;
  background: #f2f2f2;
  color: #000000;
  font-size: 14px;
  padding: 0 10px;
  line-height: 50px;
  font-family: 'bold',sans-serif;
}

.table-grey>tbody>tr:hover {
    background-color: #ffffff;
}

.table-grey>tbody>tr>td {
    font-size: 14px;
      border: none;
      padding: 0 10px;
      transition: all 0.3s;
      vertical-align: middle;
}
.table-grey>tbody>tr.accordion-toggle.collapsed>td {
    background:#ffffff;
}

.table-grey>tbody>tr.accordion-toggle>td {
  background:#ffdcd3;
  color: #000000;
}

.table-grey>tbody>tr>td.order-total {
    font-family: 'bold',sans-serif;
}

.table-grey>tbody>tr>td.hiddenRow{
  padding:0;
}


.product-table>tbody>tr>td  {
    border: none;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    padding:15px 10px;
    vertical-align: middle;
}

.table-black .product-table>tbody>tr>td  {
    background: #ececec;
    color: #000000;
}

.product-table>tbody>tr>td.totals-td{
  background: #000;
  padding: 0;
line-height: 50px;
text-align: right;
}

.product-table>tbody>tr>td .list-inline>li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    background: #000;
    color: #fff;
    font-size: 14px;
}

.product-table>tbody>tr>td .list-inline>li:last-child {
  font-family: 'bold',sans-serif;
    background: #ffdcd3;
    color: #000;
    font-size: 14px;
}

span.see-more {
    cursor: pointer;
    font-family: 'bold',sans-serif;
}

table.order-details{
  width:100%;
}

table.order-details > tbody > tr > td{
vertical-align: top;
padding:5px;
}

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

Wishlist

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

a.btn.add-to-whishlist-btn.btn-danger {
    background: #000;
    color: #fff;
}


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

Checkout Page

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

.checkout-cart .table-responsive {
    border: 0px solid #ddd;
}


.checkout-cart .table>tbody>tr>td {
    padding: 10px 0;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.cp-totals-wrapper .table>tbody>tr>td{
    border-bottom: 0px solid #ddd;
    
}

.checkout-cart .media {
    position: relative;
}


.checkout-cart .media-img {
   width: 70px;
}

.checkout-cart .media-body { 
    position: relative;
}

.checkout-cart h4.media-heading {
    width: calc(100% - 50px);
    font-family: 'bold',sans-serif;
}
.checkout-cart small {
    font-size: 12px;
}

.checkout-cart .input-group.btn-block {
    width: auto;
}

.checkout-cart input.form-control.qt-input {
    background: transparent;
    border: none;
    max-width: 50px;
    text-align: center;
}

.checkout-cart button.btn-plus,
.checkout-cart button.btn-minus
{
    background: transparent;
    border: 1px solid #ccc;
    height: 20px;
    width: 20px;
    color: #191919;
    border-radius: 50px;
    padding: 0 0 2px;
    text-align: center;
    font-family: 'main', sans-serif;
    font-size: 16px;
    line-height: 16px;
}



.checkout-cart  button.btn.btn-cart-remove {
position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    width: 30px;
    border: none;
    height: 20px;
    padding: 0;
    line-height: 1;
}


.checkout-cart  .text-left.price-cell {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 18px;
}

@media (min-width:768px){
    
  .checkout-cart  form {
    max-width: 768px;
    margin: 0 auto;
}


    .checkout-cart .media-img {
    width: 170px;
}

.checkout-cart h4.media-heading {
    width: calc(100% - 50px);
    font-family: 'bold',sans-serif;
    font-size: 22px;
}
 
.checkout-cart small {
    font-size: 16px;
}
    
}



.checkout-header {
  background: #ffffff;
  height: 80px;
}

.checkout-page {
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 900px;
  border-top: 1px solid #ccc;
}

.qc-col-3 {
 
}

#login_view .panel.panel-default {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

#login_view .panel-heading {
  margin-bottom: 15px;
}

#login_view button#button_login {
    width: 100%;
}

.login-modal-bottom{
    padding:0 15px;
   max-width: 350px;
  margin: -25px auto 30px;
  text-align: center;   
}

.login-modal-bottom button.btn{
    width: 100%;
}




#d_social_login .dsl-button.dsl-button-large .r-side {
  font-size: 18px !important;
  padding: 7px 16px !important;
}

div#slogin {
    padding: 0 15px;
    font-size: 14px;
}

#slogin a {
  cursor: pointer;
}

#slogin a>span {
  border-bottom: 1px dashed #000;
}

#slogin p {
  font-family: serif;
  color: #808080;
  font-style: italic;
  margin-bottom: 30px;
}

.payment_address_exists {
  width: 100%;
}

.dgoogle-maps iframe {
  width: 100%;
  height: 150px;
}

.adr-wrapper {
  background: #f5f5f5;
  padding: 15px 0;
}

#d_quickcheckout img.payment-image {
  max-width: 180px;
  float: right;
}

#d_quickcheckout .panel-default {
  border-color: none;
}

#d_quickcheckout .panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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


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

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

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


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

#d_quickcheckout .panel-heading {
    color: #000;
    background-color: #fff;
    border-bottom: 0px solid #000;
    border-radius: 0;
 
}

#d_quickcheckout .panel-heading h4.panel-title {
  font-family: 'bold', sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #000;
}

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

#d_quickcheckout .text-danger {
	margin: 0;
	font-size: 11px;
	position: absolute;
	top: 40px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	height: 15px;	line-height: 15px;
	width: calc(100% - 30px);
}

#d_quickcheckout #shipping_method .radio label,
#d_quickcheckout #payment_method .radio label {
    width: 100%;
    font-size: 14px;
}

.checkout-checkout header, 
.checkout-checkout .cd-nav, 
.checkout-cart header, 
.checkout-cart .cd-nav{
display:none;
}
 

/*
div#payment_method_list,
div#shipping_method_list{
  padding:0 15px;
}*/



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

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

.geniki-shipping{
     border: 1px solid #b4b4b4;
    background: #f1f1f1;
    padding: 15px;
    margin-top: -15px;
    margin-bottom: 30px;
    font-family: 'bold';
    color: #555;
    font-size: 14px;   
    
}

.geniki-shipping img{
    max-width: 100px;
}

.geniki-shipping .media-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 12px;
        font-family: 'normal' ,sans-serif;
}


div#cart_view {
 
}
div#confirm_view {
 
}

div#cart_view  .form-horizontal.qc-totals {
    font-size: 16px;
}

#cart_view .form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
}

#cart_view td.qc-name {
    font-size: 14px;
}

#cart_view td.qc-total  {
    font-size: 14px;
    text-align: right;
}

#cart_view .table>tbody>tr>td,
#cart_view .table-bordered>tbody>tr>td{
  border-bottom: 1px solid #ccc;
}

#cart_view .table>tbody>tr>td.qc-image{
        max-width: 50px;
}


.account-register input.btn.btn-primary.btn-lg.btn-block,
button#qc_confirm_order {
    width: 100%;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
        margin-bottom: 15px;
}

form#confirm_form {
    font-size: 14px;
}


form#confirm_form  textarea.form-control {
    height: auto;
    border: 1px dashed #000000;
    background: #ffffff;
}


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

Facebook Message

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

#ocx-facebook-message {
  position: relative;
}

#ocx-facebook-message-header {
  position: fixed;
  z-index: 99999;
}

#ocx-facebook-message-chat {
  position: absolute;
  top: -100000px;
  z-index: 99999;
}

.fbm-bottom-left {
  position: fixed !important;
  top: auto !important;
  bottom: 0px;
  left: 25px;
}

.fbm-bottom-right {
  position: fixed !important;
  top: auto !important;
  bottom: 0px;
  right: 25px;
}

#ocx-facebook-message-header .fbm-header-default {
  background-color: #3b5998;
}

#ocx-facebook-message-header a.fbm-icon {
  background: url('../img/facebook-messenger.svg') center 0 no-repeat;
  padding: 60px;
  background-size: 60px;
  cursor: pointer;
}

#ocx-facebook-message-header a.fbm-default {
  background: #FFF;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  padding: 8px 25px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #666;
  cursor: pointer;
  display: block;
}

.hero {
  width: 100%;
  padding: 2%;
  height: calc(75vh - 140px);
  min-height: 600px;
  display: grid;
}

.hero-inner {
  text-align: center;
}

.summer-look-bg {
  background: #acd8ff;
  width: 100%;
  height: calc(75vh - 140px);
  min-height: 600px;
  position: absolute;
  top: 0;
  z-index: -5;
  left: 0;
}

/* Clip text element */

.clip-text {
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: .25em;
  padding: .5em .75em;
  text-align: center;
  /* Color fallback */
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
}

@media(min-width:482px) {
  .clip-text {
    font-size: 4em;
  }
}

@media(min-width:640px) {
  .clip-text {
    font-size: 5em;
  }
}

@media(min-width:768px) {
  .clip-text {
    font-size: 6em;
  }
}

.clip-text:before, .clip-text:after {
  position: absolute;
  content: '';
}

/* Background */

.clip-text:before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
}

/* Text Background (black zone) */

.clip-text:after {
  position: absolute;
  z-index: -1;
  top: .125em;
  right: .125em;
  bottom: .125em;
  left: .125em;
  background-color: #acd8ff;
}

/* Background image from http://thepatternlibrary.com/ and http://lorempixel.com */

.clip-text_one {
  background-image: url(image/bg/summer-look-bg.jpg);
}

.hashtag-hero {
  font-size: 32px;
}

.hashtag-hero span {
  padding-left: 15px;
}

.buy-now {
  font-size: 26px;
  border: 2px solid;
  display: table;
  padding: 10px 15px;
  margin: 0 auto;
}

.special-wrapper {
  width: 100%;
  padding: 15px;
  background: #f5f5f5;
}

.featured-clothes, .featured-shoes {
  padding: 50px 15px;
  text-align: center;
  width: 100%;
}

.featured-clothes img, .featured-shoes img {
  text-align: center;
  margin: 0 auto;
}

.featured-clothes .product-thumb, .featured-shoes .product-thumb {
  margin-bottom: 30px;
}

.col-featured-left h3 {
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.new-in {
  background: #fee9e5;
  text-align: center;
  display: inline-flex;
  width: 100%;
}

.new-in-left {
  display: table;
  text-align: center;
  height: 613px;
  width: 100%;
  background-image: url(image/bg/new-in-left-bg.png);
  background-size: 60%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.new-in-left>div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
  height: 100%;
}

.new-in-right {
  display: table;
}

.new-in-right img {
  max-width: 350px;
  position: absolute;
  bottom: 0;
}

.hash-gbg {
  background: #333;
  color: #fff;
  font-size: 32px;
  padding: 10px 15px;
  display: block;
  max-width: 240px;
  margin: 0 auto;
}

.new-in a {
  color: #000000;
  text-decoration: underline;
  font-size: 26px;
}

.sales-inner {
  width: 100%;
  background: #e7eee7;
  background-size: cover;
  background-image: url(../img/sales-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  padding: 15px;
  text-align: center;
  color: #000;
  font-size: 32px;
  letter-spacing: 3px;
  margin-bottom: 80px;
}

.sales-text {
  width: 50%;
  text-align: center;
  margin-left: 50%;
  padding: 195px 0;
  font-size: 2em;
}

.sidebar {
  background: #333;
}

.sidebar a {
  color: #fff;
  border-bottom: 1px solid #000;
}

.sidebar .nav>li>a:hover {
  text-decoration: none;
  background: #000;
  border-color: #000;
}


/*FLOAT LABELS*/

.has-float-label {
  display: block;
  position: relative
}

label.form-group.has-float-label {
    margin-right: 0;
    margin-left: 0;
}

.has-float-label label, .has-float-label>span {
  position: absolute;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -.5em;
  left: .75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px
}

.has-float-label label::after, .has-float-label>span::after {
  content: " ";
  display: block;
  position: absolute;
  background: #fff;
  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::-moz-placeholder {
  opacity: 1;
  transition: all .2s
}

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

.has-float-label .form-control::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)::-moz-placeholder {
  opacity: 0
}

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

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

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
  font-size: 14px;
  opacity: .5;
  top: 1em
}

.input-group .has-float-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.input-group .has-float-label .form-control {
  width: 100%;
  border-radius: .25rem
}

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

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




/*MESSAGES UNDER HEADER*/


.messages-area{
background: #000000;
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    letter-spacing: 0.5px;
        font-family: 'normal';
z-index: 99;
    position: relative;
            -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
        -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.messages-area.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}

@media (min-width:768px){
    .messages-area{
    padding: 15px; 
    font-size: 14px; 
    }
}


/*LATEST MODULE*/
.latest-wrapper {
    margin: 40px auto;
}

@media (min-width:768px){
 .latest-wrapper {
    margin: 80px auto;
    padding: 0 15px;
}   
    
}

/*
.latest-wrapper + .latest-wrapper {
    border-top: 1px solid #cccccc;
}*/

.latest-wrapper h3{
font-family: 'light',sans-serif;
    font-size: 24px;
    line-height: 1;
    margin: 0 auto 50px;
    text-align: center;
    padding: 0 30px;
        position: relative;
    width: 100%;
}

.latest-wrapper h3 span {
  display: inline-block;
  position: relative;  
  background:#fff;
  z-index:10;    
  padding: 0 12px;
}
.latest-wrapper h3:before {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    top: 12px;
    width: calc(100% - 10px);
    left: 5px;
    z-index: 1;
}



@media(min-width:768px){
    
    .latest-wrapper h3{ 
    font-size: 42px; 
    padding: 0 25px;
}

.latest-wrapper h3:before {
 width: 100%;
    left: 0;
  top: 23px;
 
}
}
 
 

 
 





/*INSTA SHOP*/

.islip-photo-item {
    height: 150px;
    overflow: hidden;
}
.islip-photo-item img {
    min-height: 150px;
}
@media (min-width: 768px) {
    .islip-photo-item {
        height: 180px;
    }
    .islip-photo-item img {
        min-height: 180px;
    }
}
.islip-photo-item:hover {
    cursor: pointer;
}
.islip-gutter-remove [class*=col-] {
    padding: 0;
}
.islip-gutter-5px [class*=col-] {
    padding: 0 5px;
    margin: 5px 0;
}
.islip-p100 {
    padding: 100px;
    text-align: center;
}

.js-islip-page-container {
    margin:0x;
}
.js-photos-notification {
    margin: 15px;
}
.js-fetch-more {
    display: none;
    margin-bottom: 25px;
}

.islip-module {
    margin-bottom: 25px;
}

/* Modal */
.islip-modal-dialog {
    background: #fff;
    position: relative;
    width: auto;
    margin: 10px;
}
.islip-modal-dialog > .row {
    margin: 0 -15px;
}
.islip-modal-dialog .col-md-7 .img-responsive {
    min-height: 240px;
}
.islip-modal-dialog .islip-modal-info {
    padding: 20px 20px 0 20px;
    text-align: center;
}
.islip-modal-dialog h3 a:hover {
    color: #0da2ec;
}

.photo-ig-username .fa-instagram {
    font-size: inherit;
}
.islip-modal-dialog .product-thumb {
    border: 0;
    margin-bottom: 0;
    min-height: 160px
}
.islip-modal-dialog .product-thumb h4 {
    font-size: 13px;
    margin: 10px 0 5px
}

.islip-modal-dialog .swiper-viewport {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding-bottom:25px;
}
.islip-modal-dialog .swiper-pagination {
    bottom: 0;
}
.islip-modal-dialog .product-thumb {
    padding: 4px;
}
.islip-modal-dialog .btn-default {
    margin-top: 10px;
}
.islip-modal-dialog .btn-isg {
    padding: 5px 10px;
}
.islip-modal-dialog hr {
    border-color: #ddd;
    margin: 20px 0;
}
.islip-modal-dialog h3.photo-ig-username {
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: normal;
}
.islip-modal-dialog h3.photo-related-product {
    font-size: 19px;
}
.islip-modal-dialog .photo-ig-info {
    color: #999;
    font-size: 12px;
    margin-top: -4px;
    margin-bottom: 14px;
}
.islip-modal-dialog .photo-ig-info span + span {
    margin-right: 10px;
}
.islip-modal-dialog .photo-ig-caption {
    position: relative;
    color: #444;
}
.islip-modal-dialog .photo-ig-caption.caption-truncate {
    overflow: hidden;
    max-height: 100px;
}
.islip-modal-dialog .photo-ig-caption.caption-truncate.caption-expand {
    overflow: visible;
    max-height: 100%;
}
.islip-modal-dialog .photo-ig-caption .photo-ig-caption-overlay {
    display: none;
}
.islip-modal-dialog .photo-ig-caption.caption-truncate .photo-ig-caption-overlay {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: 50px;
    padding: 25px 0 25px 0;
    text-align: center;
    background: linear-gradient(to bottom, transparent, #fff);
}
.islip-modal-dialog .photo-ig-caption.caption-expand p {
    margin-bottom: 40px;
}
.islip-modal-dialog .photo-ig-caption.caption-expand .photo-ig-caption-overlay {
    bottom: -30px;
}

.islip-modal-dialog .photo-ig-caption .photo-ig-caption-overlay span {
    cursor: pointer;
    padding: 0px 10px 1px;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.6;
}
.islip-modal-dialog .photo-ig-caption.caption-expand .photo-ig-caption-more,
.islip-modal-dialog .photo-ig-caption .photo-ig-caption-less {
    display: none;
}
.islip-modal-dialog .photo-ig-caption .photo-ig-caption-more,
.islip-modal-dialog .photo-ig-caption.caption-expand .photo-ig-caption-less {
    display: inline-block;
}

@media (min-width: 768px) {
    .islip-modal-dialog {
        width: 80%;
        margin: 30px auto;
    }
}
@media (min-width: 992px) {
    .islip-modal-dialog {
        /*width: 900px;*/
    }
    .islip-modal-dialog .islip-modal-info {
        padding-left: 0;
        margin-left: -10px;
    }
}

@media (max-width: 768px) {
    html.mfpip-open body {
        height: 100%;
        width: 100%;
        overflow-y: hidden;
        position: fixed;
    }
    .mfp-bg {
        background: #fff;
        opacity: 1;
    }
    .mfp-wrap {
        position: fixed !important;
        top: 0 !important;
        width: 100%;
        height: 100%;
    }
    .mfp-wrap .mfp-container {
        overflow-y: scroll;
        position: absolute;
    }
    .mfp-container.mfp-ajax-holder {
        padding: 0;
    }
    .mfp-container .mfp-preloader {
        color: #555;
    }
    .islip-modal-dialog {
        margin: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .islip-modal-dialog hr {
        display: none
    }
    .islip-modal-dialog .islip-modal-info {
        padding: 10px 20px 0 20px; 
    }
    .islip-modal-dialog .islip-modal-info h3 {
        margin-top: 0;
    }
    .islip-modal-dialog h3.photo-ig-username {
        font-size: 16px;
    }
    .islip-modal-dialog .photo-ig-date {
        margin-bottom: 0;
    }
    .islip-modal-dialog .photo-ig-caption {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .islip-modal-dialog .islip-modal-info h3.photo-related-product {
        font-size: 14px;
        font-weight: bold;
    }
    .islip-modal-dialog .product-thumb {
        padding: 0 4px;
    }
    .islip-modal-dialog .product-thumb h4 {
        margin-top: 5px !important;
    }
    .islip-modal-dialog .swiper-viewport {
        padding-bottom: 0;
    }
    .islip-modal-dialog .swiper-pagination {
        display: none;
    }
}

