@charset "UTF-8";
/* CSS Document */
/* green #3eb7cb blue #3eb7cb */
/***************************************************************************/

/***************************** GENERAL STYLES *******************************/

/***************************************************************************/

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
  position: relative;
  text-align: center;
  display: block;
  z-index: 1;
      max-width: 1860px;
}
.innerWrapper,.bm-posts {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
  position: relative;
  text-align: center;
  display: block;
  z-index: 1;
}
.section {
  padding: 55px 0px;
  position: relative;
}
.section+.section {
  padding-top: 0;
}
.section.grey+.section, .section+.section.grey {
  padding-top: 0;
}
.section+.section.grey,.section+.section.lightGrey,.loadMoreButtonHolder + .section {
  padding-top: 55px;
}
.section.grey+.section.grey {
  padding-top: 0;
}
.col-1-4 {
  width: 23%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-3-4 {
  width: 73%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-3 {
  width: 31.333%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-2-3 {
  width: 64.66%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-2 {
  width: 48%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-5 {
  width: 18%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-2-5 {
  width: 38%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-3-5 {
  width: 58%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-4-5 {
  width: 78%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-10 {
  width: 8%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-9-10 {
  width: 88%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1 {
  margin: 1%;
  width: 98%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-6 {
  width: 14.66%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-7 {
  width: 12%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-10 img, .col-1-4 img, .col-1-2 img, .col-1-3 img, .col-1-5 img, .col-1 img {
  width: 100%;
  height: auto;
  margin: 0px;
  display: block;
  padding: 0px;
}
.vertical {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.parallax-window img {
  width: 100%;
  height: 100%;
  margin: 0px;
  display: block;
  padding: 0px;
}
.center {
  text-align: center;
}
.grey {
  background: #f2f2f2;
}
.navy {
  background: #2a2247;
}
.green {
  background: #00B388;
}
.navy *, .green * {
  color: #fff;
}
.white {
  background: #fff;
}
.white:last-child {
  padding-top: 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wrapper .video-container, .innerWrapper .video-container {
  margin-top: 0;
}

.video-container:last-child{
  margin: 0;
}
.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section.lightGrey,.loadMoreButtonHolder{
  background: rgba(0,0,0,0.02);
}

/***************************************************************************/

/***************************** HEADER STYLES *******************************/

/***************************************************************************/

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  background-color: #333;
  padding: 30px 0;
}
header .menuTrigger {
  width: 25px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
header .menuTrigger .line {
  height: 2px;
  display: block;
  width: 25px;
  position: absolute;
  left: 0;
  background-color: #3eb7cb;
  border-radius: 50px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
header .menuTrigger .line.first {
  top: 0;
  width: 20px;
}
header .menuTrigger .line.second {
  top: 50%;
  top: calc(50% - 1px);
}
header .menuTrigger .line.third {
  bottom: 0;
  width: 12.5px;
}
header .menuTrigger.active .line.first {
  top: 50%;
  top: calc(50% - 1px);
  width: 25px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .menuTrigger.active .line.second {
  opacity: 0;
}
header .menuTrigger.active .line.third {
  bottom: 50%;
  bottom: calc(50% - 1px);
  width: 25px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 1000px) {
  header .menuTrigger:hover .line {
    width: 25px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
header .left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}
header .right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}
header .menu {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
header .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 30px;
}
header .menu li a {
  display: block;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
header .menu li a.active {
  color: #3eb7cb;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width:1000px) {
  header .menu li a:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
header .logo {
  position: relative;
  display: inline-block;
  width: 300px;
  vertical-align: middle;
}
header .actionMenu {
  padding: 0;
  margin: 0;
  font-size: 0;
}
header .actionMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
header .actionMenu li:last-child {
  margin: 0;
}
header .actionMenu li .item {
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
}
header .actionMenu li .item .count {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border-radius: 100%;
  line-height: 1;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  height: 20px;
    width: 20px;
    line-height: 16px;
    right: -5px;
    top: -5px;
    text-align: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}



header .actionMenu li .item .count:empty {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
header .actionMenu li .item img {
  position: relative;
  z-index: 2;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
header .actionMenu li .item img.hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width: 1000px) {
  header .actionMenu li a.item:hover img {
    opacity: 0;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
  header .actionMenu li a.item:hover img.hover {
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

header .actionMenu li .item.account.open img {
    opacity: 0;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

header .actionMenu li .item.account.open img.hover {
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (min-width:1000px) {
  header .menu li:hover .sub-menu {
    display: block;
    -webkit-animation: fade-in 1s;
    animation: fade-in 1s;
  }
}
.searchBar {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #333;
  padding: 0px 0 20px;
  -webkit-box-shadow: 0px 3px 2px 2px rgb(0 0 0 / 10%);
  box-shadow: 0px 3px 2px 2px rgb(0 0 0 / 10%);
}
.searchBar .searchForm {
  font-size: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
.searchBar .searchForm input {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
  padding: 0;
  outline: none;
      float: none;
      -webkit-box-shadow: none;
              box-shadow: none;
}

.searchBar .searchForm .input-group{
      display: block;
    border-collapse: initial;
        font-size: 0;
}

.searchBar .searchForm input::-webkit-input-placeholder {
  color: #fff;
}
.searchBar .searchForm input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.searchBar .searchForm input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.searchBar .searchForm input:-ms-input-placeholder {
  color: #fff;
}
.searchBar .searchForm .submit,.searchBar .searchForm .input-group-btn {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  position: relative;
}
.searchBar .searchForm .submit:after,.searchBar .searchForm .input-group-btn:after {
  content: "";
  background-image: url(/static-images/elements/nav/nav-search.png);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: 75%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.searchBar .searchForm .submit input,.searchBar .searchForm .input-group-btn button {
  display: block;
  width: 40px;
  position: relative;
  z-index: 2;
  padding: 0;
      height: 40px;
    background: transparent;
}

.searchBar .searchForm .input-group-btn button i{
  display: none;
}
/************** MOBILE NAV STYLES ***************/

#mobile-header {
  display: block;
  vertical-align: middle;
}
#mobile-header svg {
  width: 80px;
  height: 100%;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#mobile-header path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 60px;
  stroke-linecap: round;
  stroke: #fff;
  stroke-dashoffset: 0px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
#mobile-header path#top, #mobile-header path#bottom {
  stroke-dasharray: 240px 950px;
}
#mobile-header path#middle {
  stroke-dasharray: 240px 240px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
.sidr {
  position: fixed;
  top: 113px;
  min-height: 100vh;
  min-height: calc(100vh - 113px);
  height: 100%;
  z-index: 9999999;
  width: 100%;
  max-width: 40vw;
  overflow-x: none;
  overflow-y: auto;
  left: -100%;
  background: #f6f6f6;
  color: #fff;
  -webkit-box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.sidr .main {
  height: 100vh;
  height: calc(100vh - 113px);
  padding: 50px;
  overflow: scroll;
}
.sidr .main .menu {
  padding: 0;
  margin: 0;
}
.sidr .main .menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 0.7px solid rgba(0, 0, 0, 0.2);
}

.sidr .main .menu li .break{
  height: 48px;
  height: 30px;
  display: block;
  position: relative;
}

.sidr .main .menu li .break:before{
content: "";
    height: 2px;
    display: block;
    width: 70px;
    background: rgba(0,0,0,0.9);
    position: absolute;
    left: 0;
    top: 50%;
    top: calc(50% - 1px);
    z-index: 2;
}

.sidr .main .menu li .break:after{
content: "";
    background: #f6f6f6;
    position: absolute;
    z-index: 1;
    top: -0.7px;
    bottom: -0.7px;
    left: 0;
    right: 0;
}


.sidr .main .menu li a {
  display: block;
  text-align: left;
  padding: 10px 20px 10px 0;
  position: relative;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.sidr .main .menu li a.active {
  color: #3eb7cb;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.sidr .main .menu li a.search {
  display: none;
}
.sidr .main .menu li a.search:after {
  content: "";
  background-image: url(/static-images/elements/nav/nav-search-dark.png);
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 10px;
}
@media only screen and (min-width: 1000px) {
  .sidr .main .menu li a:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.sidr .main .menu li a.parent:before {
  content: "";
  display: block;
  height: 2px;
  width: 15px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  top: calc(50% - 1px);
}
.sidr .main .menu li a.parent:after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background: #000;
  position: absolute;
  right: 6.5px;
  top: 50%;
  top: calc(50% - 7.5px);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.sidr .main .menu li a.parent.turned:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.sidr .main .menu li ul {
  display: none;
  margin: 0;
  padding: 0;
  margin-bottom: 17.5px;
}
.sidr .main .menu li ul li {
  border: 0;
}
.sidr .main .menu li ul li a {
  font-size: 12px;
  line-height: 18px;
  padding: 7.5px 0;
}
.sidr .social-menu {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 0;
  text-align: left;
}
.sidr .social-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.sidr .social-menu li:last-child {
  margin: 0;
}
.sidr .social-menu li a {
  display: block;
  font-size: 20px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.sidr .social-menu li a i {
  font-size: inherit;
  color: inherit;
}
@media only screen and (min-width: 1000px) {
  .sidr .social-menu li a:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
/*************************************************************************/

/***************************** MAIN STYLES *******************************/

/*************************************************************************/

main {
  margin-top: 113px;
}
.bannerholder {
  position: relative;
}
@media only screen and (max-width: 650px) {
  .bannerholder {
      /*display:none;*/
  }
}
.bannerholder::before {
  display:none !important;
  content: "";
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 50px;
  right: 0;
  z-index: 1;
  z-index: 0;
}
.main-banner {
  background-size: cover;
  background-position: 50% 50%;
  height: 700px;
  position: relative;
}
.collection-box .text-holder {
  display: block;
  max-width: 60%;
  position: absolute;
  left: 50px;
  top: 200px;
}
.dotted-button {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50% -50%);
  -ms-transform: translateX(-50%);
}
.dotted-button li a {
  padding: 5px 5px;
  display: block;
  border-radius: 100%;
  background-color: #b3b3b3;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width:1000px) {
  .dotted-button li a:hover {
    background-color: #fff;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.bannerholder.mobile .dotted-button {
  left: 50%;
  bottom: 5%;
  right: auto;
  top: auto;
}
.bannerholder.mobile .dotted-button li {
  margin: 0 auto;
  padding: 0;
  padding-right: 10px;
  list-style: none;
  display: inline-block;
}
.dotted-button li {
  margin: 0 auto;
  padding: 20px 0;
  list-style: none;
}
main .text-holder h1 {
  font-size: 70px;
  line-height: 76px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.bannerholder.mobile {
  display: none;
}
marquee.mobile {
  display: none;
}
marquee {
  margin-top: 20px;
  position: relative;
  color: #5d5d5d;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  direction: right;
  height: 30px;
  width: 100%;
}
marquee img {
  display: inline-block;
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.box-title {
  
  position: relative;
  margin-bottom: 55px;
}
.box-title h2 {
  text-transform: capitalize;
  text-align: center;
  text-transform: uppercase;

}
.box-text {
  padding-top: 20px;
}
.box-text p {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
.box-item {
  display: block;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.box-item img {
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.box-item p {
  min-height: 52px;
}
.productList .box-item p {
  min-height: 0;
  min-height: 44px;
}
.box-item .priceDetail {
  text-align: center;
  text-transform: uppercase;
  display: block;
  min-height: 0;
}
.box-item .priceDetail span {
  text-transform: uppercase;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.productSlider .box-item{
      background: rgba(0,0,0,0.02);
          padding: 20px;
}

.productSlider .box-item .box-info{
  margin-top: 20px;
}

.productList .box-item p,.productSlider .box-item p{

  display: none;
}

.productList .box-item span,.productSlider .box-item span{
  color: #000;
}

.image-additional{
    margin: 0 !important;
    margin-top: -10px !important;
    height: 0;
    overflow: hidden;
    line-height: 1 !important;
}

.image-additional img{
  display: none;
}

@media only screen and (min-width:1000px) {
  a.box-item:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
  a.box-item:hover .priceDetail span {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.box-image {
  position: relative;
  overflow: hidden;
}
.product .box-image img {
  position: relative;
  z-index: 2;
 -webkit-transition: all ease 1s;
 transition: all ease 1s;
}
.product .box-image img.hover {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.box-image .imgsrc{
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
      background-color: rgba(0,0,0,0.03);
  z-index: 2;

  -webkit-transition: all ease 1s;

  transition: all ease 1s;
}

.productSlider .box-image .imgsrc{
  background-color: transparent;
}

.box-image .imgsrc.hover{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
      opacity: 0;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.box-image .imgsrc:before{
  content: "";
  display: block;
  padding-bottom: 100%;
}

.box-image .imgsrc.hover:before{
  display: none;
}

@media only screen and (min-width:1000px) {
  a.box-item:hover .box-image .imgsrc{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
   -webkit-transition: all ease 1s;
   transition: all ease 1s;
  }

  a.box-item.product:hover .box-image img,a.box-item.product:hover .box-image .imgsrc {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
  }
  a.box-item.product:hover .box-image img.hover,a.box-item.product:hover .box-image .imgsrc.hover {
    opacity: 1;
   -webkit-transition: all ease 1s;
   transition: all ease 1s;
  }
}

.productList.wrapper.floating,.productList.wrapper{
  text-align: left;
}

.productList .floating .left{
  float: left;
  width: 50%;
}

.productList .floating .right{
  float: right;
  width: 50%;
}

.productList .videoBox{
    display: block;
    position: relative;
}

.instagramEmbed{
  display: none;
}

.productList .videoBox:after{
     content: "\f144";
  -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
font-size: 60px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
  .productList .videoBox:hover:after{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

.productList .videoBox .image{
background-size: cover;
    background-position: 50% 50%;
}

.productList .videoBox .image:before{
  content: "";
  display: block;
  padding-bottom: 135%;
}

.button-holder {
  margin-top: 30px;
  display: block;
  text-align: center;
}
.button.big {
  padding: 15px 67px 15px 67px;
  padding: 7.5px 60px;
}
.collection-box {
  background-size: cover;
  background-position: 50% 50%;
  height: 700px;
  position: relative;
}
.text-holder.centerd {
  display: block;
  text-align: center;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50% -50%);
  -ms-transform: translateX(-50%);
}
.mobile-text-holder {
  position: relative;
  text-align: center;
  display: none;
}
.mobile-text-holder h2 {
  text-align: center;
  font-size: 43px;
  line-height: 49px;
  text-transform: uppercase;
  padding: 30px 0;
  margin: 0 auto;
}
.text-holder.centerd h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 76px;
  text-transform: uppercase;
  color: #fff;
}
.parallax-window {
  height: 400px;
  overflow: hidden;
  position: relative;
  background: transparent;
}
.collection-item {
  display: block;
  position: relative;
  overflow: hidden;
}
.collection-content {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  left: 0;
  right: 0;
  z-index: 2;
}
.collection-contaner{
  text-align: center;
}

.collection-content p {
  font-size: 34px;
  line-height: 40px;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  text-transform: uppercase;
}
.collection-content span {
  font-size: 12px;
  line-height: 20px;
}
.collection-text {
  padding-bottom: 20px;
}
.image-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.image-box .src {
  position: relative;
  z-index: 1;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.image-box .src:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.capitalize p {
  text-transform: capitalize;
}
.box-text span {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  display: block;
  color: #808080;
  display: block;
}
@media only screen and (min-width:1000px) {
  .image-box:hover .src {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
  .image-box:hover .button, .image-box .button:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.title h2 {
  text-transform: uppercase;
}
.widget-placeholder {
  /*margin-top: 50px;*/
}
.title.center.big h2 {
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 46px;
}
.title.center.big span {
  font-size: 20px;
  line-height: 26px;
}
.title.center.big-mobile span {
  display: none;
}
.subscribe-form {
  position: relative;
  margin-top: 30px;
}
.subscribe-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  background: #3eb7cb;
  color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 45px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  width: 13%;
  height: 45px;
  padding: 0;
  margin: auto;
  border: none;
}
.subscribe-form input[type="text"],.subscribe-form input[type="email"] {
  width: 44%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 20px;
  line-height: 45px;
  height: 45px;
  border: none;
  padding-left: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width:1000px) {
  .subscribe-form input[type="submit"]:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
#map {
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
}

#mapStock{
  height: 450px;
}
.center-holder {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  /*padding:0 30px;*/
  padding: 20px 30px;
}
.center-sub-holder {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.center-text-holder {
  top: 50%;
  position: relative;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button {
  display: inline-block;
  padding: 15px 20px 15px 20px;
  padding: 7.5px 30px;
  background: #3eb7cb;
  color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.button i,.btn i{
  color: inherit;
}

.button:last-child {
  margin: 0;
}
.side-by-side-buttons {
  font-size: 0;
  text-align: left;
}
.side-by-side-buttons .button {
  margin-bottom: 0;
}
.side-by-side-buttons .button {
  margin-right: 10px;
}
@media only screen and (min-width:1000px) {
  .button:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
/*************************************************************************/

/************************** Cookie Law STYLES ****************************/

/*************************************************************************/

#cookie-law {
  border-top: 1px solid #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  background: #fff;
  padding: 10px 0;
}

#cookie-law .wrapper{
  font-size: 0;
}

#cookie-law .wrapper p{
display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

#cookie-law .wrapper .button{
    display: inline-block;
    vertical-align: middle;
    padding: 7.5px 40px;
}

/*******************************************************************************/

/***************************** FLEXSLIDER STYLES *******************************/

/*******************************************************************************/

/********************** GENERIC FLEXSLIDER STYLES ***********************/

.flexslider {
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0;
}
.flexslider .slides {
  margin: 0;
  padding: 0;
}
.flexslider .slides li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.flexslider .slides li img {
  width: 100%;
  display: block;
  height: auto;
}
.flexslider .flex-direction-nav a {
  width: 33px;
  height: 53px;
  top: 50%;
  top: calc(50% - 27.5px);
  opacity: 1;
  color: transparent;
  text-shadow: none;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 20px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 20px;
}
.flex-direction-nav {
  height: 0px;
}
.flex-direction-nav .flex-prev {
  left: -60px;
  background-repeat: no-repeat;
}
.flex-direction-nav .flex-next {
  right: -60px;
  text-align: right;
  background-repeat: no-repeat;
}
/********************** BASIC FLEXSLIDER STYLES ***********************/

.flexslider.basicSlider {
  width: 100%;
  border-radius: 0px;
  /*overflow: visible;*/
}
.flexslider.basicSlider.mainPage {
  margin-top: -50px;
}
.flexslider.basicSlider.testimonials {
  margin-top: 35px;
}
a.flex-active {
  background: #dc0622 !important;
}
.flex-direction-nav, .flex-direction-nav li {
  list-style: none;
  margin-bottom: 0;
}
.flex-control-nav {
  width: 100%;
  position: relative;
  bottom: -10px;
  margin-top: 30px;
  text-align: center;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-direction-nav a {
  width: 33px;
  height: 53px;
  top: 50%;
  top: calc(50% - 27.5px);
  opacity: 1;
  color: transparent;
  text-shadow: none;
}
.flex-direction-nav a.flex-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: -22px;
}
.flex-direction-nav a.flex-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: -22px;
}
/***************************************************************************/

/********************* ADDITIONAL FLEXSLIDER STYLES ************************/

/***************************************************************************/

/***************************************************************************/

/***************************** FOOTER STYLES *******************************/

/***************************************************************************/

.social-list li a {
  display: block;
  padding-right: 10px;
}
.social-list {
  margin: 0 auto;
  padding: 0;
  margin-top: 20px;
  font-size: 0;
}
.social-list li {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
}
@media only screen and (min-width:1000px) {
  .social-list li a:hover i {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.social-list li a i {
  color: #333;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.button.brown {
  background-color: #333;
  color: #fff;
}
@media only screen and (min-width:1000px) {
  .button.brown:hover {
    background-color: #3eb7cb;
    color: #000;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.black {
  background-color: #000;
}
.social-list.green-social {
  margin-top: 50px;
}
.social-list.green-social li a i {
  color: #3eb7cb;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width:1000px) {
  .social-list.green-social li a:hover i {
    color: #333;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
  footer .social-list.green-social li a:hover i {
    color: #fff;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.subscribe-form.footer {
  margin-bottom: 50px;
  margin-top: 15px;
}
.subscribe-form.footer input[type="text"],.subscribe-form.footer input[type="email"] {
  background-color: #333;
  color: #fff;
  width: 80%;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.subscribe-form.footer input[type="submit"] {
  color: #fff;
  background-color: #333;
  height: 30px;
  width: 20%;
  font-size: 10px;
  line-height: 30px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width:1000px) {
  .subscribe-form.footer input[type="submit"]:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.subscribe-text-holder h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
}
.subscribe-text-holder span {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.subscribe-text-holder p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
}
.black.foot {
  padding: 50px 0;
}
.footer-list {
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}
.footer-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.footer-list li a {
  color: #808080;
  font-size: 12px;
  line-height: 18px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width:1000px) {
  .footer-list li a:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.footer-list h3 {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
}
.footer-list p {
  color: #808080;
  font-size: 12px;
  line-height: 18px;
  font-size: 14px;
  line-height: 20px;
}
.footer-list li:last-child a {
  margin-bottom: 30px;
}
.footer-list li:first-child p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.footer-list li:first-child {
  margin-bottom: 30px;
}
.footer-text {
  position: relative;
  text-align: left;
}
.footer-text p {
  font-size: 14px;
  color: #808080;
  line-height: 20px;
}
.long-footer-icon {
  width: 55px;
}
.footer-icons {
  margin: 0 auto 20px;
  position: relative;
  padding: 0;
  font-size: 0;
}
.footer-icons li {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin-right: 5px;
}
.footer-icons li:first-child {
  display: block;
  margin-bottom: 5px;
  width: 85px;
  margin: 0 0 5px;
}
.social-subscribe-holder .subscribeFormHolder {
  left: 40%;
}
.social-subscribe-holder .socialHolder {
  right: 60%;
}
.footer-list-holder {
  margin-bottom: 50px;
}
footer {
  padding: 50px 0;
  background: #000;
}
footer .social-list.green-social {
  margin: 0;
}
/***************************************************************************/

/***************************** PAGE STYLES *******************************/

/***************************************************************************/

main {}
.row {
  font-size: 0;
  margin-bottom: 2%;
}
.row:last-of-type {
  margin: 0;
}
.row input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #f2f2f2;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  border: 0;
  font-size: 16px;
  text-transform: none;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.row textarea {
  padding: 10px;
  border: 0;
  background: #f2f2f2;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width:1000px) {
  .row input[type="submit"]:hover {
    background: transparent;
    color: #cc0000;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.errorMessage {
  display: none;
  border: 1px solid #cc0000;
  padding: 20px;
  margin-bottom: 20px;
}
.formStyle .row.errorMessage {
  margin-bottom: 20px;
}
.row.errorMessage p {
  color: #cc0000;
  margin: 0;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
/***************************************/

/******************RINGS PAGE*********/

/**************************************/

.categories-banner {
  background-size: cover;
  background-position: 50% 50%;
  height: 125px;
  height: 250px;
  height: 265px;
  position: relative;
}
@media only screen and (min-width:2500px){
  .categories-banner{
    height: 280px;
  }
}

.categories-banner h1 {
  font-size: 58px;
  line-height: 64px;
  text-transform: uppercase;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}

.categories-banner.noImage h1{
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  background: transparent;
  line-height: 1;
  border-radius: 0;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: bottom;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.breadcrumb li:after {
  content: ">";
  color: #9d9c9c;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li a {
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  color: #9d9c9c;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.breadcrumb li span,.breadcrumb li:last-child a {
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000;
}
@media only screen and (min-width: 1000px) {
  .breadcrumb li a:hover {
    color: #000;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

.breadcrumb>li+li:before{
  display: none;
}

.content {
  /*margin-top: 50px;*/
}
.content h3 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.content p,.content li {
  font-size: 16px;
  line-height: 22px;
  color: #9d9d9c;
}

.content.center ul{
    display: inline-block;
    vertical-align: top;
}

.content.center ul li{
  text-align: left;
}

.content p a{
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}

.dropdown-holder {
  position: relative;
  text-align: left;
  margin: 1%;
}
.select-category {
  display: inline-block;
  padding-right: 15px;
}
.select-category:last-child {
  padding-right: 0px;
}
.select-category.select-style {
  padding: 0;
  width: auto;
  margin-right: 15px;
  border-radius: 0;
  background: transparent;
}
.select-category.select-style:last-child {
  margin: 0;
}
.select-category.select-style:after {
  content: ">";
  font-family: 'josefin-sans', sans-serif;
  top: auto;
  color: #000;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 50%;
  top: calc(50% - 6px);
}
.select-category.select-style select {
  padding: 0;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
      text-transform: uppercase;
    font-size: 12px;
}
.dropdown-holder .select-category input[type="text"], input[type="password"], textarea, select {
  outline: none;
  font-size: 12px;
  line-height: 18px;
}
.box-button:after {
  content: "";
  position: absolute;
  right: 40px;
  left: 40px;
  height: 1.5px;
  background: #b3b3b3;
  bottom: 25px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media only screen and (min-width:1000px) {
  a.box-button:hover:after {
    right: 0px;
    left: 0px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
@media only screen and (min-width:1000px) {
  a.box-item:hover .box-button:after {
    right: 0px;
    left: 0px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.box-info p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0;
}
.box-info .box-button span {
  position: relative;
  margin-bottom: 15px;
  font-size: 10px;
  line-height: 16px;
  color: #000;
  text-align: center;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.productSlider .box-info .box-button span{
  margin: 0;
}

@media only screen and (min-width:1000px) {
  a.box-item:hover .box-button span {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.box-button {
  position: relative;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  display: block;
  padding-top: 23px;
  text-transform: uppercase;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width:1000px) {
  .box-button:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.box-info {
  margin-top: 10px;
}
.button-text-holder {}
.button-text-holder a {
  position: relative;
  font-size: 20px;
  display: inline-block;
  line-height: 26px;
  text-transform: uppercase;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width:1000px) {
  .button-text-holder a:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.button-text-holder p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 30px;
  color: #9d9d9c;
  position: relative;
  margin: 0;
}

.button-text-holder p span{
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;

}

.button-text-holder a:after {
  content: "";
  position: absolute;
  right: 30px;
  left: 30px;
  height: 1.5px;
  background: #b3b3b3;
  bottom: -15px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media only screen and (min-width:1000px) {
  .button-text-holder a:hover:after {
    right: 0px;
    left: 0px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.box-info h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 5px;
}
.box-info span {
  font-size: 16px;
  line-height: 22px;
  display: block;
  text-align: center;
  color: #9d9d9c;
}

.box-info span.price .price-new{
  display: inline-block;
  vertical-align: bottom;

}

.box-info span.price .price-old{
      text-decoration: line-through;
       display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  font-size: 12px;
}

.box-info span.box-link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  padding: 10px;
  margin-bottom: 0px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width:1000px) {
  a.box-link:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.advice-box {
  background-size: cover;
  background-position: 50% 50%;
  height: 400px;
  position: relative;
}
.advice-box:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.advice-box .wrapper {
  z-index: 2;
  height: 100%;
}
.text-img h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
}
.text-img p {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.text-img {
  display: block;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.button.small {
  padding: 10px 20px 10px 20px;
  line-height: 20px;
}
.centerd-title h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
}
.centerd-title {
  margin: 2%;
  position: relative;
}
.widget-placeholder.margin {
  /* margin: 12%; */
  margin: 100px 0px;
}
.select-category.phone.floatleft {
  display: none
}
/***************************************/

/******************RINGS DETAILS*********/

/**************************************/

.col-1-7 .box-item {
  margin-bottom: 10px;
}
.box-info.allign-left span {
  text-align: left;
}
.box-info.allign-left .phone {
  font-size: 16px;
  line-height: 22px;
  color: #9d9d9c;
}
.small-col {
  display: inline-block;
  vertical-align: top;
  width: 6%;
}
.small-col a {
  display: block;
  /* margin: 1%; */
  padding: 0 15px 15px 0;
}
.big-col {
  display: inline-block;
  vertical-align: top;
  width: 42%;
}
.product-small-images {
  padding: 0;
  margin: 0 auto;
}
.duble-button-holder .button.small-long {
  padding: 10px 30px 10px 30px;
}
.product-small-images li {
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.product-image {
  padding: 0;
  margin: 0 auto;
}
.product-image li {
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.product-info {
  display: inline-block;
  width: 50%;
  margin-left: 1%;
}
.big-col .image-details p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 22px;
  color: #9d9d9c;
}
.product-info h2 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.product-info span {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.radio-holder {
  display: inline-block;
  vertical-align: top;
  margin-right: 83px;
}
.radio-holder input {
  width: 4%;
  height: 20px;
  display: none;
}
.radio-holder label {
  vertical-align: top;
  color: #9d9d9c;
  font-size: 12px;
  line-height: 30px;
}
.radio-holder .toggle {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  border: 1px solid #9d9d9c;
  border-radius: 100%;
  position: relative;
}
.radio-holder .toggle:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  background: #3C3F4D;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
- .radio-holder.horizontal label {
  display: inline-block;
  margin-right: 25px;
}
.product-info p {
  font-size: 16px;
  line-height: 22px;
  color: #9d9d9c;
}
.radio-holder.horizontal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* vertical-align: middle; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.radio-holder.horizontal {
  margin-bottom: 50px;
}
.image-details a {
  font-size: 16px;
  line-height: 22px;
  color: #9d9d9c;
  display: inline-block;
}
.product-info h3 {
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
}
.active-choice {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 90px;
}
.active-choice li:first-child {
  margin-bottom: 10px;
  margin-top: 10px;
}
.active-choice li {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
  color: #9d9d9c;
}
.active-choice a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.active-choice.horizontal {
  margin-bottom: 50px;
}
@media only screen and (min-width:1000px) {
  .active-choice a:hover {
    background-color: #000;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.active-choice a:after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  left: -4px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #9d9d9c;
}
.active-choice.horizontal li {
  display: inline-block;
  margin-right: 50px;
}
.duble-button-holder {
  display: block;
}
.active-choice.horizontal li:first-child {
  display: block;
  margin-bottom: 0;
}
@media only screen and (min-width:1000px) {
  .button.white-hover:hover {
    background-color: #fff;
    color: #333;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.button.small-long {
  padding: 10px 72px 10px 72px;
  line-height: 20px;
  font-size: 16px;
  border: 1px solid #333;
}
@media only screen and (min-width:1000px) {
  .button.small-long:hover {
    border: 1px solid #9d9d9c;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.product-info .select-category {
  display: block;
  padding: 0;
  border: 1px solid #9d9d9c;
}
.select-style:after {
  color: #9d9d9c;
  top: 5px;
}
.product-info .select-style select {
  color: #9d9d9c;
  font-size: 16px;
  text-transform: initial;
  line-height: 27px;
  width: 100%;
}
.colour-picker {
  margin: 0;
  padding: 5px;
  border: 0.5px solid #9d9d9c;
  width: 367px;
}
.colour-picker li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border: 0.5px solid #fff;
  border-radius: 100%;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width:1000px) {
  .colour-picker li:hover {
    border: 0.5px solid #9d9d9c;
    border-radius: 100%;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.product-info .help {
  font-size: 12px;
  line-height: 18px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  margin-bottom: 10px;
  margin-top: 5px;
  display: block;
}
.colour-picker img {
  height: 25px;
}
@media only screen and (min-width:1000px) {
  .product-info .help:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.form-holder {
  display: inline-block;
  width: 100%;
  position: relative;
}
.form-price {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 145px;
}
.input-holder input[type="submit"] {
  display: none;
}
.input-holder input[type="text"] {
  color: #9d9d9c;
  font-size: 12px;
  text-transform: capitalize;
}
.input-holder {
  width: 75%;
  margin-top: 20px;
}
/* .product-info .form-holder input[type="text"], input[type="password"], textarea, select {
    outline: none;
    width: 40px;
} */

.product-info .form-holder input[type="submit"] {
  display: block;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  width: 75%;
  height: 45px;
  padding: 0;
  margin: 0;
  border: none;
  padding-left: 10px;
  margin-top: 20px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  margin-bottom: 10px;
}
@media only screen and (min-width:1000px) {
  .product-info .form-holder input[type="submit"]:hover {
    color: #333;
    border: 1px solid #9d9d9c;
    background-color: #fff;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.product-info .info {
  font-size: 12px;
  line-height: 18px;
  color: #000;
}
.horizontal-buttons:after {
  content: "";
  position: absolute;
  right: 0px;
  left: 0px;
  height: 0.5px;
  background: #b3b3b3;
  bottom: 5px;
}
.horizontal-buttons a {
  font-size: 12px;
  display: block;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.horizontal-buttons {
  margin-top: 50px;
}
.horizontal-buttons a:after {
  content: "";
  position: absolute;
  right: -20px;
  left: -20px;
  height: 0.5px;
  background: #fff;
  bottom: -4px;
}
@media only screen and (min-width:1000px) {
  .horizontal-buttons a:hover:after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0px;
    height: 3px;
    background: #000;
    bottom: -4px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
@media only screen and (min-width:1000px) {
  .horizontal-buttons a:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.product-content-details p {
  font-size: 16px;
  line-height: 22px;
  color: #9d9d9c;
}
.product-content-details {
  margin: 50px;
}
.product-content-details.left:after {
  content: "";
  /* height: 305px; */
  position: absolute;
  right: 0;
  top: 20px;
  bottom: -70px;
  width: 1px;
  background: #9d9d9c;
}
/* .product-content-details:last-child:after {
  display: none;
} */

.text-holder.collections h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 50px;
  margin: 0;
}
.text-holder.collections {
  left: 10%;
  top: 20%;
}
.text-holder.collections p {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.bannerholder.mobile .text-holder.collections {
  left: auto;
  top: auto;
}
.bannerholder.mobile .text-holder.collections p {
  font-size: 26px;
  line-height: 32px;
  color: #000;
  margin-top: 50px;
}
.bannerholder.mobile .text-holder.collections h2 {
  color: #000;
  font-size: 39px;
  line-height: 45px;
  text-align: center;
}
.text-holder.collections h1 {
  font-size: 61px;
  line-height: 67px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.bannerholder.mobile .text-holder.collections h1 {
  font-size: 54px;
  line-height: 60px;
  margin: 0 auto;
}
.text-holder.collections span {
  font-size: 54px;
  display: block;
  line-height: 21px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  padding-top: 25px;
}
.bannerholder.mobile .text-holder.collections span {
  color: #000;
  font-size: 48px;
  line-height: 54px;
}
.bannerholder.mobile .circle-text-holder {
  padding: 18px;
  border: 4px solid #000;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}
.circle-text-holder {
  border: 6px solid #fff;
  border-radius: 100%;
  height: 190px;
  width: 190px;
  margin: 0 auto;
  padding: 10px;
}
.mobile-view {
  display: none;
}
.form-holder.form-size input[type="text"] {
  width: 10%;
}
.text-holder .circle-text-holder p {
  font-size: 80px;
  line-height: 86px;
}
/************** ABOUT STYLES ***************/

.box-textarea h3 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.box-textarea p {
  font-size: 16px;
  line-height: 22px;
  color: #9d9d9c;
}
.load-button {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  padding-left: 50px;
  display: block;
  padding-top: 23px;
  text-transform: uppercase;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width:1000px) {
  .load-button:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.split-holder {
  position: relative;
}
.side-by-side-container {
  margin: 1%;
}
.textImageSplit.left .halfimg {
  left: 0%;
  background-position: 50% 0%;
}
.textImageSplit.left .textholder {
  position: relative;
  left: 50%;
  width: 50%;
  padding: 100px;
}
.textImageSplit .halfimg {
  position: absolute;
  width: 50%;
  left: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.box-text.spacing span {
  margin: auto;
}
.box-text.spacing p {
  margin: auto;
}
.padding.bread-crumb-list {
  padding: 60px 0px;
}
.box-textarea span {
  font-size: 16px;
  line-height: 22px;
  color: #9d9d9c;
  text-transform: uppercase;
}
.box-textarea .contact-details a {
  font-size: 16px;
  line-height: 22px;
  color: #9d9d9c;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width:1000px) {
  .box-textarea .contact-details a:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.box-header {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/************** CAREER STYLES ***************/

/************** CAREER STYLES ***************/

/************** CAREER STYLES ***************/

.gray-text-box {
  background-color: #f3f3f3;
  padding: 50px;
}
.gray-text-box h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.gray-text-box p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
/************** NEWS STYLES ***************/

/************** NEWS STYLES ***************/

/************** NEWS STYLES ***************/

.news-main-header h1 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 66px;
}
.box-row .mobile-view {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  display: none;
  text-align: center;
  color: #000;
  margin-top: 10px;
}
.box-row .mobile-view a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 18px;
}
.mobile-view a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 18px;
}
.collection-content-mobile {
  margin-top: 30px;
  display: none;
}
.collection-content-mobile p {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
.collection-content-mobile span {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.box-item.carusel-placeholder {
  display: none;
}
.carusel-button {
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  display: block;
  padding: 20px 0;
  text-align: center;
  display: none;
}
.carusel-button:after {
  content: "";
  position: absolute;
  right: 55px;
  left: 55px;
  height: 2px;
  background: #b3b3b3;
  bottom: 50px;
}
.box-item.carusel-placeholder a {
  font-size: 15px;
  line-height: 21px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.widget-placeholder.mobile-show {
  display: none;
}
.footer-list-holder.mobile {
  display: none;
}
.social-list.green-social.mobile {
  display: none;
}
/************** TICKER STYLES ***************/

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateZ(0) translate3d(0, 0, 0);
    transform: translateZ(0) translate3d(0, 0, 0);
    visibility: visible
  }
  100% {
    -webkit-transform: translateZ(0) translate3d(-100%, 0, 0);
    transform: translateZ(0) translate3d(-100%, 0, 0)
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translateZ(0) translate3d(0, 0, 0);
    transform: translateZ(0) translate3d(0, 0, 0);
    visibility: visible
  }
  100% {
    -webkit-transform: translateZ(0) translate3d(-100%, 0, 0);
    transform: translateZ(0) translate3d(-100%, 0, 0)
  }
}
.tickerOverflow {
  overflow: hidden;
  background: #fff;
  padding: 15px 0;
  height: 32px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none !important;
}
.tickerOverflow.mobile {
  display: none;
  display: none !important;
}
.bannerholder .tickerOverflow {
  position: absolute;
  left: 0;
  right: 0;
  top: 700px;
}
.ticker, .tickerWrap {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden
}
.tickerWrap {
  width: 100%;
  padding-left: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.ticker {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.tickerItem, .tickerItem * {
  white-space: nowrap;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden
}
.tickerItem {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 2rem;
  line-height: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.tickerItem * {
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.tickerItem p {
  display: inline-block;
  vertical-align: middle;
  color: #5d5d5d;
  text-transform: uppercase;
}
.tickerItem p:after {
  content: "";
  background-image: url(/static-images/layout/eng-flag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 46px;
  height: 23px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 2rem;
}
/************** PROMO BANNER STYLES ***************/

.promoBanner{
  position: relative;
  max-height: 600px;
  overflow: hidden;
}

@media only screen and (max-width: 650px) {
  .promoBanner {
      min-height: calc(90vh - (93px + 62px));
      }
    .promoBanner.collection {
        /** CLS */
      
      width:100vw;
      height:100vw;
      min-height:100vw;
    }
  }

.home .promoBanner {
  margin-bottom: 62px;
  margin: 0 !important;
}
.promoBanner .slides li {
  position: relative;
}
.promoBanner .slides li .image {
  background-position: top center;
  background-size: cover;

  height: 600px;
  display: block;
  position: relative;
  z-index: 1;
}

.home .promoBanner .slides li .image{
  background-position: center right;
}

.promoBanner.collection .slides li .image{
  background-position: center right;
}

@media only screen and (max-width: 650px) {
  .promoBanner.collection .slides li .image{
background-position: center center;
}
}

.promoBanner .slides li .image.mobile{
  display: none;
}

.promoBanner .slides li .textHolder {
  position: absolute;
  left: 40px;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  display: block;
  max-width: 50%;
  width: 100%;
}

.promoBanner .slides li .textHolder.promotion{
  width: auto;
}

.promoBanner .slides li .textHolder p,.promoBanner .slides li .textHolder h1 {
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-align: left;
}

.promoBanner .slides li .textHolder.promotion p{
  text-align: center;
}

.promoBanner .slides li .textHolder span{
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  display: block;
  
  text-transform: uppercase;
  letter-spacing: 2px;
}

.promoBanner .slides li .textHolder p span{
  font-size: 44px;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  display: block;
  text-align: center;
  padding: 0;
  letter-spacing: 0;
  font-weight: inherit;
}

.promoBanner .slides li .textHolder .circlePromotion{
    border: 7px solid #fff;
    margin-top: 40px;
    position: relative;
    line-height: 1;
    border-radius: 100%;
    max-width: 250px;
    width: 100%;
}

.promoBanner .slides li .textHolder .circlePromotion:before{
  content: "";
  padding-bottom: 100%;
  display: block;
}

.promoBanner .slides li .textHolder .circlePromotion .content{
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.promoBanner .slides li .textHolder .circlePromotion .content p{
  margin: 0;
  text-align: center;
  font-size: 54px;
}

.promoBanner .flex-control-nav {
  margin: 0;
  bottom: auto;
  width: auto;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promoBanner .flex-control-nav li {
  display: block;
  margin: 12.5px 0;
}
.promoBanner .flex-control-paging li a {
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.promoBanner .flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 1) !important;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
/************** INSTAGRAM FEED STYLES ***************/

.instagramFeed {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.instagramFeed li {
  padding: 0;
  list-style: none;
  margin: 1%;
  width: 23%;
  display: inline-block;
  vertical-align: top;
}
.instagramFeed li .item {
  display: block;
  overflow: hidden;
}
.instagramFeed li .item .image {
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.instagramFeed li .item .image:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .instagramFeed li .item:hover .image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
/************** PRODUCT SLIDER STYLES ***************/

.productSlider,.categorySlider {
      margin: 20px 1% 0;
      margin: 20px calc(1% - 20px) 0;
}
.categorySlider {
  max-height: 600px;
  overflow: hidden;
}

.productSlider *,.categorySlider *{
  outline: none !important;
}

.productSlider .box-item,.categorySlider .box-item {
  margin: 0 20px;
}
.productSlider .box-item img {
  width: 100%;
}

.productSlider .slick-arrow,.categorySlider .slick-arrow{
     width: 15px;
    height: 47px;
  top: 40%;
}


.productSlider .slick-arrow:before,.categorySlider .slick-arrow:before{
font-family: 'josefin-sans', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    opacity: 1 !important;
    color: #000;
    height: 30px;
    display: block;
    text-align: center;
}

.productSlider .slick-arrow:before,.categorySlider .slick-arrow:before{
  content: "";
  width: 15px;
    height: 47px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.productSlider .slick-prev:before,.categorySlider .slick-prev:before{
 background-image: url(/image/catalog/layout/icons/arrow-left.png);
}

.productSlider .slick-prev,.categorySlider .slick-prev{
  left: -20px;
}

.productSlider .slick-next:before,.categorySlider .slick-next:before{
  background-image: url(/image/catalog/layout/icons/arrow-right.png);
}

.productSlider .slick-next,.categorySlider .slick-next{
  right: -20px;
}

/************** PRODUCT PAGE CAROUSEL STYLES ***************/

.stickyElement{
  z-index: 2;
}

.thumbnailColumn{
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin-right: 1%;
    position: relative;
    right: 80%;
}

.productImageHolder{
    display: inline-block;
    vertical-align: top;
    width: 79%;
    margin-left: 1%;
    position: relative;
    left: 20%;
}

.thumbnailSlider *{
  outline: none;
  line-height: 1;
  font-size: 0;
}

.thumbnailSlider .slick-slide{
  border: 0 !important; 
}

.thumbnailSlider.noTransform .slick-track{
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.thumbnailSlider .item{
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.thumbnailSlider .item:before{
  content: "";
  border: 5px solid #f5f5f5;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  opacity: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.thumbnailSlider .slick-current .item:before{
  opacity: 1;
 -webkit-transition: all ease 0.6s;
 transition: all ease 0.6s;
}

.thumbnailSlider .item img{
  position: relative;
  z-index: 1;
}

.productImageSlider *{
  outline: none;
  line-height: 1;
  font-size: 0;
}

.productImageSlider .slick-slide{
  border: 0 !important; 
}

.productImageSlider .item .image,.thumbnailSlider .item .image{
  background-size: cover;
  background-position: 50% 50%;
}


.productImageSlider .item .image:before,.thumbnailSlider .item .image:before{
  content: "";
  display: block;
  padding-bottom: 100%;
}

/************** BENEFIT LIST STYLES ***************/

.benefitList{
    margin: 20px 0 0;
    padding: 0;
}

.benefitList li{
  padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 5px;
}

.benefitList li:last-child{
  margin: 0;
}

.benefitList li p,.benefitList li p a{
  color: #9d9c9c;
-webkit-transition: all ease 0.6s;
transition: all ease 0.6s;
}

@media only screen and (min-width:1000px) {
  .benefitList li p a:hover {
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

/************** PRODUCT PAGE STYLES ***************/

.productScrollSection{
    /*overflow: scroll;
    height: 450px;*/
    padding-bottom: 20px;
}

.productScrollSection .alert-success{
  display: none;
}

.alert{
  text-align: center;
  display: block;
}

.alert a{
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.productScrollSection h1{
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
}

.productScrollSection p,.productScrollSection li{
  color: #9d9c9c;
}

.productScrollSection p strong{
  color: #000;
}

.product .row{
    font-size: 0;
    margin: 0;
    /*margin-bottom: 2%;*/
}

.product .row:last-child{
  margin: 0;
}

.product .row .formBox{
  display: block;
  margin-bottom: 2%;
}

.product .row.inline .formBox{
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.product .row.inline .formBox.full{
  width: 100%;
}

.product .row .formBox label{
    display: block;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.5);
    font-size: 20px;
    line-height: 28px;
}

.product .row .formBox label span{
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.product .row .formBox .select-style{
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.1);
        line-height: 1;
}

.product .row .formBox .select-style:after{
    content: ">";
    font-family: 'josefin-sans', sans-serif;
    color: #9d9c9c;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 32px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    top: 0;
}

.product .row .formBox .select-style select{
    color: #9d9c9c;
    padding: 0;
    padding: 0 40px 0 10px;
    height: 40px;
    line-height: 40px;
    text-transform: none;
    font-size: 16px;
}

.product .row a{
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
  .product .row a:hover{
    color: #9d9c9c;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

.product .row .formBox input{
color: #000;
    height: 40px;
    line-height: 38px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
}

.product .row .formBox input::-webkit-input-placeholder {
  color: #9d9c9c;
}

.product .row .formBox input:-moz-placeholder {
  /* Firefox 18- */
  color: #9d9c9c;
}

.product .row .formBox input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9d9c9c;
}

.product .row .formBox input:-ms-input-placeholder {
  color: #9d9c9c;
}

.product .row .formBox.toggleBox input{
  display: none;
}

.product .row .formBox.toggleBox .toggleSlider{
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: left;
    border: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.product .row .formBox.toggleBox .toggleSlider li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.product .row .formBox.toggleBox .toggleSlider li a{
    display: block;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 15px 30px;
    text-align: center;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.product .row .formBox.toggleBox .toggleSlider li a.active{
  color: #fff;
  background: #000;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
  .product .row .formBox.toggleBox .toggleSlider li a:hover{
    color: #fff;
    background: #000;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

.product .row .formBox .radioRow,.product .row .formBox .checkRow{
    display: block;
    margin-bottom: 2%;
    font-size: 0;
}

.product .row .formBox .checkRow{
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.product .row .formBox.inline .radioRow,.product .row .formBox.inline .checkRow{
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}


.product .row .formBox .radioRow:last-child,.product .row .formBox .checkRow:last-child{
  margin: 0;
}

.product .row .formBox .radioRow input,.product .row .formBox .checkRow input{
    display: none;
}

.product .row .formBox .radioRow label,.product .row .formBox .checkRow label{
    margin: 0;
}

.product .row .formBox .radioRow .toggle,.product .row .formBox .checkRow .toggle{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    border-radius: 100%;
    margin-right: 10px;
}

.product .row .formBox .checkRow .toggle{
  border-radius: 0;
}

.product .row .formBox .radioRow .toggle:before,.product .row .formBox .checkRow .toggle:before{
    content: "";
    background: #000;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    left: calc(50% - 10px);
    top: 50%;
    top: calc(50% - 10px);
    opacity: 0;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.product .row .formBox .checkRow .toggle:before{
  border-radius: 0;
}

.product .row .formBox .radioRow .active .toggle:before,.product .row .formBox .checkRow .active .toggle:before{
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.product .row .formBox .radioRow span,.product .row .formBox .checkRow span{
    color: #9d9c9c;
    font-size: 17px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    width: 80%;
    width: calc(100% - 40px);
}

.product .row .formBox .radioRow span strong,.product .row .formBox .checkRow span strong{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.product .row .formBox.fonts .radioRow span,.product .row .formBox.fonts .radioRow .toggle{
  vertical-align: middle;
  line-height: 1;
}

.product .row .formBox.engravingHidden{
  display: none;
}

.productBottomSection{
  display: block;
}

.productBottomSection .row.priceRow .formBox{
    display: inline-block;
    vertical-align: bottom;
    width: 80px;
    margin-right: 20px;
}

.productBottomSection .row.priceRow .priceBox{
    display: inline-block;
    vertical-align: bottom;
    width: 80%;
    width: calc(100% - 100px);
}

.productBottomSection .row.priceRow .priceBox p{
    padding: 0 20px 10px 0;
    font-size: 20px;
    line-height: 28px;
    color: rgba(0,0,0,0.5);
    text-align: right;
}

.productBottomSection .row.priceRow .priceBox p span{
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.productBottomSection .row.priceRow .priceBox span.price-old{
    padding-right: 20px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,0.5);
    text-align: right;
    text-decoration: line-through;
}

.product .row .formBox input[type="submit"]{
  display: block;
    border: 2px solid #333;
    background: #333;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 46px;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
  .product .row .formBox input[type="submit"]:hover{
    color: #333;
    background: #fff;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

.product .row.outsideBox .formBox,.product .row.insideBox .formBox,.product .row.frontBox .formBox,.product .row.backBox .formBox{
  padding: 20px;
  margin: 0;
}

.product .row.outsideBox .formBox,.product .row.backBox .formBox{
  background: rgba(0,0,0,0.02);
}



.uploadBox{
  border: 1px dashed #9d9c9c;
  padding: 20px;
}

.uploadBox p{
    text-align: center;
}



.fileList li:last-child{
  margin: 0;
}

.tagList{
    padding: 0;
    margin: 0;
    margin-top: 20px;
    text-align: left;
    font-size: 0;
}

.tagList li{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.tagList li:after{
  content: ",";
  font-size: 14px;
    line-height: 22px;
  margin-right: 5px;
  display: inline-block;
}

.tagList li:last-child:after{
  display: none;
}


.tagList li a{
  display: inline-block;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
  .tagList li a:hover{
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

/************** CONTENT SLIDER STYLES ***************/

.contentSliderNavHolder{
  overflow: scroll;
}

.contentSliderNav{
    margin: 0 0 2.5px;
    padding: 0 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0;
    text-align: center;
}

.contentSliderNav li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    width: 16.666%;
}

.contentSliderNav li a{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    white-space: nowrap;
    position: relative;
    color: #000;
}

.contentSliderNav li a:after{
    content: "";
    position: absolute;
    bottom: -2.5px;
    left: 10%;
    right: 10%;
    height: 4px;
    background: #000;
    border-radius: 10px;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.contentSliderNav li a.active:after{
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
  .contentSliderNav li a:hover:after{
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: all ease 0.6s;
      transition: all ease 0.6s;
  }
}

.contentSliderContentHolder .content{
    margin: 0;
    padding: 50px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -webkit-column-rule: 1px solid #f0f0f0;
       -moz-column-rule: 1px solid #f0f0f0;
            column-rule: 1px solid #f0f0f0;
    display: none;
}


.contentSliderContentHolder .content.noCol{
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

.contentSliderContentHolder .content:first-child{
  display: block;
}

.contentSliderContentHolder .content p{
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
}

.contentSliderContentHolder .content p a{
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.mobileShow{
  display: none;
}

.contentSliderContentHolder .content table{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #9d9d9c;
}

.contentSliderContentHolder .content table tr{
    background: rgba(0,0,0,0.03);
}

.contentSliderContentHolder .content table tr:nth-child(2n){
    background: rgba(0,0,0,0);
}

.contentSliderContentHolder .content table td,.contentSliderContentHolder .content table th{
font-size: 16px;
    line-height: 22px;
    color: #9d9d9c;
    padding: 10px;
    border-right: 1px solid #9d9d9c;
}

.contentSliderContentHolder .content table td:last-child,.contentSliderContentHolder .content table th:last-child{
  border-right: 0;
}

.contentSliderContentHolder .content table td strong{
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.section .content table{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #9d9d9c;
}

.section .content table tr{
    background: rgba(0,0,0,0.03);
}

.section .content table tr:nth-child(2n){
    background: rgba(0,0,0,0);
}

.section .content table td,.section .content table th{
font-size: 16px;
    line-height: 22px;
    color: #9d9d9c;
    padding: 10px;
    border-right: 1px solid #9d9d9c;
}

.section .content table td:last-child,.section .content table th:last-child{
  border-right: 0;
}

.section .content table td strong{
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

/************** COLOUR SELECTOR STYLES ***************/

.colourSelector{
  border: 1px solid #d0cecc;
      padding: 10px;
      font-size: 0;
      text-align: center;
}



.colourSelector *{
  outline: 0;
  font-size: 0;
  line-height: 1;
}

.colourSelector .slick-list{
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  width: calc(100% - 70px);
}

.colourSelector .slick-arrow{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: 25px;
    width: 25px;
    display: inline-block !important;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid #d0cecc;
    text-align: center;
}

.colourSelector .slick-arrow.slick-prev{
  margin-right: 10px;
}

.colourSelector .slick-arrow.slick-next{
  margin-left: 10px;
}

.colourSelector .slick-arrow:before{
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  opacity: 1 !important;
      font-size: 14px;
    color: #000;
    line-height: 23px;
}

.colourSelector .slick-arrow.slick-prev:before{
    content: "\f053";
}

.colourSelector .slick-arrow.slick-next:before{
    content: "\f054";
}

.colourSelector .slide{
  cursor: pointer;
}

.colourSelector .item{
  height: 40px;
  width: 40px;
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid transparent;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.colourSelector .slick-current .item{
  border: 1px solid #d0cecc;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.colourSelector .item .image{
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    top: calc(50% - 12.5px);
    left: calc(50% - 12.5px);
  }

.starsHolder{
font-size: 0;
padding-top: 20px;
    text-align: left;
    display: block;
    line-height: 1;
}

.starsHolder .starBox{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.starsHolder .starBox:last-child{
  margin: 0;
}

.starsHolder .starBox label{
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    opacity: 0.2;
    cursor: pointer;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.starsHolder .starBox label.selected{
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
  .starsHolder .starBox label:hover{
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

.starsHolder .starBox label i{
  color: #333;
  font-size: 18px;
    line-height: 1;
    position: relative;
    left: auto;
}

.starsHolder .starBox input{
  display: none;
}

.reviewholder.reviewRow{
  display: block;
  margin-bottom: 10px;
}

.reviewsholder .help-block{
  display: none;
}

.reviewholder.reviewRow:last-child{
  margin: 0;
}

.reviewholder.reviewRow p{
  margin-bottom: 10px;
}

.reviewholder.reviewRow .rating{
font-size: 0;
  margin-bottom: 10px;
    text-align: left;
    display: block;
    line-height: 1;
}

.reviewholder.reviewRow .rating .star{
 display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 18px;
    line-height: 1;
    opacity: 0.2;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.reviewholder.reviewRow .rating .star:last-child{
  margin: 0;
}

.reviewholder.reviewRow .rating .star.active{
  opacity: 1;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.reviewholder.reviewRow .rating .star i{
color: #333;
  font-size: 18px;
    line-height: 1;
    position: relative;
    left: auto;
}

.avoidColumn{
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid-column;
}

/************** FILTER  STYLES ***************/

.filtersHolder{
    float: left;
}

.filterMobile{
   text-transform: uppercase;
    font-size: 12px;
    display: block;
    line-height: 18px;
    position: relative;
    padding-right: 20px;
    color: #000;
    display: none;
}

.filterMobile:after{
      content: ">";
    top: auto;
    color: #000;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
        height: 31.5px;
    width: 20px;
    text-align: center;
    line-height: 31.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.filterMobile.active:after{
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.filterMobile span{
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  display: inline;
}

.filtersHolder .filter{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
}

.filtersHolder .filter:last-child{
  margin: 0;

}


.filtersHolder .filter .filterTrigger{
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    line-height: 18px;
    position: relative;
    padding-right: 20px;
    color: #000;
}

.filtersHolder .filter .filterTrigger span{
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  display: inline;
}

.filtersHolder .filter .filterTrigger:after{
      content: ">";
    top: auto;
    color: #000;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
        height: 20px;
    width: 20px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.filtersHolder .filter .filterTrigger.active:after{
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.filtersHolder .filter .dropdown{
  display: none;
  position: absolute;
    left: 0;
    width: 200px;
    padding: 15px;
    background: #ececec;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    z-index: 100;
}

.filtersHolder .filter .dropdown .checkbox{
    display: block;
    font-size: 0;
    margin-bottom: 7.5px;
        margin-top: 0;
}

.filtersHolder .filter .dropdown .checkbox:last-child{
  margin: 0;
}

.filtersHolder .filter .dropdown .checkbox input{
  display: none;
}

.filtersHolder .filter .dropdown .checkbox label{
    padding: 0;
    min-height: 0;
    display: block;
    font-size: 0;
    line-height: 1;
}

.filtersHolder .filter .dropdown .checkbox .toggle{
display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    margin-right: 10px;
}

.filtersHolder .filter .dropdown .checkbox .toggle:before{
content: "";
    background: #000;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    left: calc(50% - 5px);
    top: 50%;
    top: calc(50% - 5px);
    opacity: 0;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.filtersHolder .filter .dropdown .checkbox .active .toggle:before{
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.filtersHolder .filter .dropdown .checkbox span{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    width: 80%;
    width: calc(100% - 30px);
}

/************** SIDE BY SIDE STYLES ***************/

.sideBySide .content{
  padding-left: 50px;
}

.sideBySide .content.person p{
  color: #000;
}

.sideBySide .content p span{
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
      text-align: inherit !important;
}

.contentCrop{
  overflow: hidden;
  opacity: 0;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.loadMoreContent:before{
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #000;
  margin: 20px 0 50px;
}

.loadMoreContent{
      font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
  .loadMoreContent:hover{
        color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}



/************** TEAM LIST STYLES ***************/

.teamList{
  margin: 0;
margin-bottom: -60px;
    padding: 0;
    text-align: left;
        font-size: 0;
}

.teamList li{
    padding: 0;
    margin: 1% 1% 60px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 23%;
}

.teamList li a{
    display: block;
    overflow: hidden;
}

.teamList li .image{
  position: relative;
  overflow: hidden;
}

.teamList li .image .src{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

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

  .teamList li a:hover .image .src{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

.teamList li .image:before{
  content: "";
  display: block;
  padding-bottom: 100%;
}

.teamList li .text{
    padding-top: 30px;
}

.teamList li .text p{
display: block;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.teamList li .text span{
  color: #9d9c9c;
  display: block;
  text-align: center;
  font-size: 14px;
    line-height: 20px;
}

/************** PERSON PAGE STYLES ***************/


.personHeader{
    margin-bottom: 20px;
}

.personHeader h1{
    font-size: 30px;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.personHeader h2{
    margin: 0;
    color: #9d9c9c;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}

.personContactBox{
  display: block;
}

.personContactBox:before{
content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #000;
    margin: 70px 0 40px;
}

.personContactBox .contacts{
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: left;
}

.personContactBox .contacts li{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.personContactBox .contacts li:after{
    content: "//";
    font-family: 'josefin-sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    color: #9d9c9c;
    margin: 0 20px;
}

.personContactBox .contacts li:last-child:after{
  display: none;
}

.personContactBox .contacts li a{
  display: inline-block;
    vertical-align: middle;
    color: #9d9c9c;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
  .personContactBox .contacts li a:hover{
    color: #000;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

/************** CAREER BOXES STYLES ***************/

.careerBoxes ul{
      margin: 0;
    padding: 0;
    text-align: left;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.careerBoxes ul li{
    padding: 0;
    margin: 1%;
    width: 48%;
    list-style: none;
    
}

.careerBoxes ul li .careerBox{
background: rgba(0,0,0,0.03);
    padding: 40px;
    margin: 0;
    height: 100%;
}

.careerBoxes ul li .careerBox *{
  text-align: center;
}

/************** POST LIST STYLES ***************/

.news h1{
  text-align: center;
  text-transform: uppercase;
}

.postList{
  margin: 0;
  padding: 0;
}

.postList li{
    margin: 0;
    padding: 60px 0;
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
}

.postList li:first-child{
  padding-top: 0;
}


.postList li .articleBox{
    display: block;
    font-size: 0;
    position: relative;
}

.postList li .articleBox .image{
  display: inline-block;
      vertical-align: middle;
    width: 50%;
    background-size: cover;
    background-position: 50% 50%;
    width: 50%;
    overflow: hidden;
}

.postList li .articleBox .image img{
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}


.postList li .articleBox .text{

      display: inline-block;
      vertical-align: middle;
    width: 50%;
    padding: 0 10px 0 30px;
}

.postList li .articleBox .button{
    background-color: #333;
    color: #fff;
    padding: 5px 30px;
    margin-top: 40px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.postList li .articleBox .text h3{
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }

@media only screen and (min-width: 1000px){
  .postList li .articleBox .button:hover {
      background: #3eb7cb;
      color: #000;
      -webkit-transition: all ease 0.6s;
      transition: all ease 0.6s;
  }

  .postList li .articleBox:hover .button {
      background: #3eb7cb;
      color: #000;
      -webkit-transition: all ease 0.6s;
      transition: all ease 0.6s;
  }

  .postList li .articleBox:hover .image img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all ease 0.6s;
      transition: all ease 0.6s;
  }

  .postList li .articleBox:hover .text h3{
    color:#3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

.bm-pagination.news {
  padding-top: 20px;
}

.bm-pagination.news .results{
float: right;
padding-top: 10px;
}

.bm-pagination.news .pagination{
    margin: 0;
    border-radius: 0;
    float: left;
    display: block;
}

.pagination>li{
list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pagination>li:last-child{
  margin: 0;
}

.pagination>li>a, .pagination>li>span{
    display: block;
    padding: 10px 15px 12.5px !important;
    background: transparent !important;
    color: #000 !important;
    border: 1px solid rgba(0,0,0,0.1);
    line-height: 1;
    border-radius: 0 !important;
    float: none;
    margin: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover,.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
  background: #000 !important;
    color: #fff !important;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.pagination>li:first-child>a, .pagination>li:first-child>span{
border-radius: 0;
}

.news h3{
      text-align: center;
    text-transform: uppercase;
    line-height: 52px;
    margin: 0;
    padding: 0;
    font-size: 46px;
    text-transform: none;
    margin-bottom: 20px;
}

/************** BLOG CONTENT STYLES ***************/



.blogContent{
    display: block;
    font-size: 0;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #f0f0f0;
}

.blogContent:last-child{
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.blogContent .image{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1%;
    position: relative;
}

.blogContent .image img{
  display: block;
  margin: 0 auto;
}

.blogContent .text{
display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1%;
    padding-right: 20px;
    position: relative;
}

.blogContent .text:only-child{
  display: block;
  width: 98%;
  margin: 0 1% !important;
}

.blogContent.top .image,.blogContent.top .text{
  vertical-align: top;
}

.blogContent.middle .image,.blogContent.middle .text{
  vertical-align: middle;
}

.blogContent.bottom .image,.blogContent.bottom .text{
  vertical-align: bottom;  
}

.blogContent.right .image{
  left: 50%;
  
}

.blogContent.right .text{
  right: 50%;
  padding-right: 0;
  padding-left: 20px;
}

.blogContent .text h3{
font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}

/************** GRID IMAGES STYLES ***************/

.gridImages{
    margin-top: 60px;
}

.gridImages ul{
      margin: 0;
    padding: 0;
    text-align: left;
    font-size: 0;
    list-style: none;
}

.gridImages li{
    padding: 0;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 1% 1% 60px;
    width: 31.333%;
}

.gridImages li .image{
  margin-bottom: 20px;
}

.gridImages li .image img{
  margin: 0 auto;
}

.gridImages li .text h4{
text-transform: uppercase;
}

.gridImages.borderBottom{
  margin-bottom: 60px;
  border-bottom: 1px solid #f0f0f0;
}



.content ol{
    margin: 0 0 20px 10px;
    padding: 0;
}

.content ol li{
    font-size: 16px;
    line-height: 22px;
    color: #9d9d9c;
        margin: 0;
    text-align: left;
    margin-bottom: 30px;
}

.content ol li:last-child{
  margin-bottom: 0;
}

.content ol p{
  text-align: left;
}

.hr{
  border-bottom: 1px solid #f0f0f0;
  margin: 60px 0;
}

/************** FONT LIST STYLES ***************/

.fontList{
    display: block;
    padding: 20px 0;
    border: 1px solid #f0f0f0;
    border-left: 0;
    border-right: 0;
}

.fontList ul{
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}

.fontList ul li{
list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}

.fontList ul li:last-child{
  margin: 0;
}

.fontList ul li p{
  font-size: 24px;
    line-height: 32px;
    color: #000;
}

/************** SEARCH PAGE FORM STYLES ***************/

.searchPageForm{
padding: 40px 0 !important;
    background: rgba(0,0,0,0.02);
    margin-bottom: 70px;
    margin-bottom: 55px;
}

.searchPageForm .col-1-5{
    vertical-align: middle;
}

.searchPageForm .formBox{

}

.searchPageForm .formBox label{
    display: block;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.5);
    font-size: 20px;
    line-height: 28px;
}

.searchPageForm .formBox input{
    color: #000;
    height: 40px;
    line-height: 38px;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
    font-size: 16px;
    padding: 0 0 0 10px;
}

.searchPageForm .formBox .select-style{
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.1);
    line-height: 1;
}

.searchPageForm .formBox .select-style select{
color: #000;
    padding: 0;
    padding: 0 40px 0 10px;
    height: 40px;
    line-height: 40px;
    text-transform: none;
    font-size: 16px;
}

.searchPageForm .formBox .select-style:after{
    content: ">";
    font-family: 'josefin-sans', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 32px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0;
    top: 0;
}

.searchPageForm .checkbox{
    font-size: 0;
    display: block;
    margin: 0;
    line-height: 1;
}

.searchPageForm .checkbox input{
    display: none;
}

.searchPageForm .checkbox label{
  margin: 0;
  color: #000;
      padding: 0;
    min-height: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.searchPageForm .checkbox label.disabled{
  cursor: not-allowed;
  opacity: 0.3;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.searchPageForm .checkbox label .toggle{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    margin-right: 10px;
}

.searchPageForm .checkbox label .toggle:before{
    content: "";
    background: #000;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    left: calc(50% - 10px);
    top: 50%;
    top: calc(50% - 10px);
    opacity: 0;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.searchPageForm .checkbox label.active .toggle:before{
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.searchPageForm .checkbox label span{
    color: #9d9c9c;
    color: #000;
    font-size: 17px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    width: 80%;
    width: calc(100% - 40px);
}

.searchPageForm .btn-primary{
    display: block;
    border: 2px solid #333;
    background: #333;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 46px;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
  .searchPageForm .btn-primary:hover {
      color: #333;
      background: #fff;
      -webkit-transition: all ease 0.6s;
      transition: all ease 0.6s;
  }
}

/************** SIDE BAR STYLES ***************/

.sideBar{
  position: fixed;
    top: 113px;
    min-height: 100vh;
    min-height: calc(100vh - 113px);
    height: 100%;
    z-index: 9999999;
    width: 100%;
    max-width: 40vw;
    overflow-x: none;
    overflow-y: scroll;
    right: -100%;
    background: #f6f6f6;
    color: #fff;
    -webkit-box-shadow: -2px 0px 6px 0px rgb(0 0 0 / 30%);
    box-shadow: -2px 0px 6px 0px rgb(0 0 0 / 30%);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.sideBar.show{
  right: 0%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.sideBar .main{
  padding: 50px;
}

.sideBar .accountForm{
margin-bottom: 20px;
}

.sideBar .accountForm.forgot{
  display: none;
}

.sideBar .accountForm .headerRow{
  margin-bottom: 10px;
}

.sideBar .accountForm .headerRow p{
  text-align: left;
  text-transform: uppercase;
}

.sideBar .accountForm .accountRow{
  margin-bottom: 10px;
} 

.sideBar .accountForm .accountRow:last-child{
  margin: 0;
}

.sideBar .accountForm .accountRow input{
color: #000;
    height: 40px;
    line-height: 38px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
    font-size: 16px;
    padding: 0 0 0 10px;
        text-transform: none;
    outline: none;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.sideBar .accountForm .accountRow.error input{
  border: 1px solid #EE4B2B;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.sideBar .accountForm .accountRow input[type="submit"]{
display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 7.5px 30px;
    border: 2px solid #333;
    background: #333;
    color: #fff;
    text-align: center;
    height: auto;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
  .sideBar .accountForm .accountRow input[type="submit"]:hover {
      color: #333;
      background: #fff;
      -webkit-transition: all ease 0.6s;
      transition: all ease 0.6s;
  }
}

.sideBar .smallLink{
  color: rgba(0,0,0,0.9);
  font-size: 14px;
  line-height: 22px;
  display: block;
  margin-top: 10px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
  .sideBar .smallLink:hover{
    color: rgba(0,0,0,1);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

.sideBar .register{
  display: block;
  text-transform: uppercase;
  color: #000;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #b3b3b3;
  position: relative;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.sideBar .register:after{
content: ">";
    font-family: 'josefin-sans', sans-serif;
    color: #9d9c9c;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 32px;
    right: 0;
    top: 0;
    position: absolute;
}

@media only screen and (min-width:1000px){
  .sideBar .register:hover{
    color: #3eb7cb;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

.sideBar .formHolder span{
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

/************** OPEN CART STYLES ***************/

li a,li sup{
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.btn{
display: inline-block;
    padding: 7.5px 30px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    border: 0;
    outline: none;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.row input.btn{
    line-height: 30px;
    height: auto;
    padding: 7.5px 30px;
    background-color: #333;
    color: #fff;
    border: 0;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.btn:hover,.row input.btn:hover{
  background: #3eb7cb;
    color: #000;
    color: #fff;
  border: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.btn-primary{
  background: #3eb7cb;
    color: #000;
    color: #fff;
    border: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.row input.btn.btn-primary{
  background: #3eb7cb;
    color: #fff;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.btn-primary:hover,.row input.btn.btn-primary:hover {
    background-color: #333;
    color: #fff;
    border: 0;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.row .form-horizontal input[type="checkbox"],.row .form-horizontal input[type="radio"],.row .panel input[type="checkbox"],.row .panel input[type="radio"],.contentHolder input[type="checkbox"],.contentHolder input[type="radio"]{
height: 25px;
    width: auto;
    vertical-align: text-bottom;
    line-height: 1;
}

.contentHolder input,.contentHolder textarea,.contentHolder select.form-control{
  background: #fff;
}

.row .pull-right input.btn.btn-primary{
  margin-top: 20px;
}

.row .pull-right input.btn.btn-primary:only-child{
  margin-top: 0;
}

.breadcrumb + .alert{
  margin: 20px 0 0;
}

.row select.form-control{
      -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
              box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #f2f2f2;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    border: 0;
    font-size: 16px;
    text-transform: none;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    padding-right: 20px;
}

.cart.table-bordered>tbody>tr>td{
  vertical-align: middle;
}

.cart.table-bordered>tbody>tr>td:first-child a{
  display: block;
  text-align: center;
  position: relative;
}

.cart.table-bordered>tbody>tr>td:first-child a:before{
    content: "Example";
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-25deg) translate(-50%,-50%);
        -ms-transform: rotate(-25deg) translate(-50%,-50%);
            transform: rotate(-25deg) translate(-50%,-50%);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
}

.cart .img-thumbnail{
  max-width: 100px;
}
.input-group .form-control[name^=quantity] {
    min-width: 75px;
}

.modal-header{
  position: relative;
}

.modal-title{
    z-index: 1;
}

.modal-header .close{
    margin: 0;
    font-size: 40px;
    opacity: 1;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 50%;
    top: calc(50% - 40px);
    float: none;
    text-shadow: none;
    line-height: 1;
    z-index: 2;
}

/************** CATEGORY PAGE ADDITIONAL STYLES ***************/

.category-container{
  overflow: hidden;
}

.category-container .col-1-2{
  text-align: right;
}

.category-container .col-1-2:nth-child(2n){
  text-align: left;
}

.category-container .box-item{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.category-container .careerBoxes{
margin-top: 20px;
}


.category-container .careerBoxes ul li{
    margin: 0;
    width: 100%;
}

.category-container .careerBoxes ul li .careerBox{
  position: relative;
  background: transparent;
}

.category-container .careerBoxes ul li .careerBox:before{
    content: "";
    background: rgba(0,0,0,0.03);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4000px;
        z-index: -1;
}

.contentBottomHolder .section:first-child{
  padding-top: 0;
}

.contentBottomHolder.hideProductBox .productBoxes{
  display: none;
}

/************** ACCOUNT LIST STYLES ***************/

.accountList{
    margin: 0;
    font-size: 0;
    text-align: left;
    margin-left: -0.5%;
    margin-bottom: 20px;
}

.accountList li{
    padding: 0;
    margin: 1% 0.5%;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.accountList li a{
    padding: 7.5px 30px 10px;
    background: #3eb7cb;
    border: 2px solid #3eb7cb;
    color: #000;
    font-size: 16px;
    line-height: 24px;
        display: block;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
  .accountList li a:hover{
    background: #fff;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

/************** COLOUR LIST STYLES ***************/

.colourList ul{
    margin: 0 0 20px;
    padding: 0;
    font-size: 0;
}

.colourList ul li{
    padding: 0;
    list-style: none;
    margin: 1%;
    width: 31.333%;
    display: inline-block;
    vertical-align: top;
}

.colourList ul li img{
    display: block;
    margin: 0 auto 5px;
}

.colourList ul li p{
display: block;
    text-align: center;
}

/************** MOBILE STYLES ***************/

@media only screen and (max-width: 1860px) {
  .wrapper {
    padding: 0 60px;
  }

  .product-info {
    width: 45%;
  }
  header .left {
    left: 60px;
  }
  header .right {
    right: 60px;
  }
  .text-img {
    left: 60px;
    width: calc(100% - 60px);
  }

  .bannerholder .tickerOverflow.wrapper{
    left: 60px;
    right: 60px;
    padding: 0;
        width: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    padding: 0 20px;
  }

  .product-info {
    width: 45%;
  }
  header .left {
    left: 20px;
  }
  header .right {
    right: 20px;
  }
  .text-img {
    left: 20px;
    width: calc(100% - 20px);
  }

  .bannerholder .tickerOverflow.wrapper{
    left: 20px;
    right: 20px;
    padding: 0;
  }

  .productSlider,.categorySlider{
    padding: 0 30px;
  }

  .productSlider .slick-prev,.categorySlider .slick-prev{
    left: 10px;
  }

  .productSlider .slick-next,.categorySlider .slick-next{
    right: 10px;
  }

  .categories-banner{
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 1100px) {
  .nav .nav-buttons li {
    padding-right: 20px;
  }
  .select-category {
    margin-bottom: 30px;
    display: none
  }
  .select-category.mobile.floatright {
    display: block;
  }
  .select-category.phone.floatleft {
    display: block;
  }
  .content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .innerWrapper {
    padding: 0 20px;
  }
  .horizontal-buttons .col-1-6 {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .horizontal-buttons a {
    display: block;
    text-align: center;
    border-bottom: 1px solid;
  }
  .horizontal-buttons:after {
    display: none;
  }
  .categories-banner h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .section.phone-view {
    padding: 30px 0px;
  }
  .section.phone-view+.section {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 990px) {
  .tickerOverflow {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .bannerholder .wrapper {
    padding: 0;
  }
  .promoBanner .slides li .textHolder {
    right: 40px;
    max-width: initial;
    width: auto;
    top: 80%;
    left: 20px;
    right: 20px;
  }

  .promoBanner .slides li .textHolder.promotion{
    top: 50%;
        width: auto;
    left: 0;
    right: 0;
  }

  .promoBanner .slides li .textHolder .circlePromotion{
    margin: 40px auto 0;
        max-width: 200px;
  }

  .promoBanner .slides li .textHolder .circlePromotion .content p{
    font-size: 34px;
  }

  .promoBanner .flex-control-nav {
    /*top: auto;
    bottom: 40px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
   
  }
  .promoBanner .flex-control-nav li {
   /* display: inline-block;
    vertical-align: middle;
    margin: 0 6px;*/
  }
  header .menu {
    display: none;
  }

  .promoBanner .slides li .image.desktop{
    display: none;
  }

  .promoBanner .slides li .image.mobile{
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .nav .nav-buttons li {
    padding-right: 5px;
  }
  .nav .nav-buttons li a {
    font-size: 10px;
    line-height: 16px;
  }
  header .logo {
    width: 300px;
  }
  .collection-box {
    height: auto;
    padding: 225px 0;
    margin: 0 -20px;
    margin: 0 calc(-20px - 1%);
  }
  .collection-box .text-holder {
    max-width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0 20px;
  }
  main {
    margin-top: 112.5px;
  }
  .sidr,.sideBar {
    top: 112.5px;
    min-height: calc(100vh - 112.5px);
  }
  .sidr .main {
    height: calc(100vh - 112.5px);
  }
  header .actionMenu li:last-child {
    display: none;
  }
  .sidr,.sideBar {
    max-width: 100%;
  }
}

@media only screen and (max-width: 810px) {
  #cookie-law .wrapper p{
    max-width: 90%;
    max-width: calc(100% - 120px);
    font-size: 14px;
    line-height: 22px;
  }

  #cookie-law .wrapper p a{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
  }
}

@media only screen and (max-width: 800px) {
  .col-2-5, .col-1-5, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, footer .col-1-4, .col-3-5, .col-4-5, .col-1-7 {
    width: 98%;
    margin: 1%;
    margin-bottom: 20px;
  }
  .footer-list-holder .col-1-5 {
    width: 48%;
  }
  .duble-row .col-1-4 {
    width: 48%;
  }
  .box-row.duble-row .col-1-4 {
    width: 48%;
  }
  .productList .col-1-4, .productBoxes .col-1-4,.collection-contaner .col-1-4 {
    width: 48%;
  }
  .col-2-5:last-child, .col-1-5:last-child, .col-1-2:last-child, .col-1-3:last-child, .col-2-3:last-child, .col-1-4:last-child, .col-3-4:last-child, footer .col-1-4:last-child, .col-3-5:last-child, .col-4-5:last-child, .col-1-7:last-child {
    margin-bottom: 1%;
  }
  .imageBlock {
    width: 100%;
    width: calc(100% + 40px);
    margin: 1% -20px 20px;
  }
  .imageBlock img {
    width: 100%;
  }
  main .main-banner {
    background-position: 68% 50%;
  }
  .subscribe-text-holder {
    width: 100%;
    float: none;
  }
  .social-list.green-social.floatleft {
    display: none;
  }
  .social-list.green-social.mobile {
    display: block;
    text-align: left;
  }
  .small-col {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .product-small-images li {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    width: 32%;
  }
  .big-col {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
  }
  .product-info {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .horizontal-buttons .col-1-6 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .horizontal-buttons:after {
    display: none;
  }
  .horizontal-buttons a {
    display: block;
    text-align: center;
    border-bottom: 1px solid;
  }
  .product-info .select-style select {
    width: 100%;
  }
  .button.small-long {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .form-price {
    display: block;
    float: none;
    position: relative;
    text-align: left;
    left: auto;
    right: auto;
  }
  .social-list {
    text-align: center;
  }
  .mobile-view {
    display: block;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
  }
  .product-content-details.left:after {
    display: none;
  }
  .textImageSplit.left .textholder {
    padding: 30px;
  }
  .box-link {
    visibility: hidden;
  }
  .box-info h4 {
    margin-bottom: 30px;
  }
  .footer-list:last-child {
    padding: 0;
  }
  .footer-list li:last-child a {
    margin: 0;
  }
  .social-subscribe-holder .subscribeFormHolder, .social-subscribe-holder .socialHolder {
    left: auto;
    right: auto;
  }
  .subscribe-form.footer {
    margin-bottom: 0;
  }
  .social-subscribe-holder .socialHolder .social-list {
    text-align: left;
    margin-bottom: 20px;
  }
  .instagramFeed li {
    width: 48%;
  }
  .tickerOverflow.mobile {
    display: block;
  }
  .content h3,.blogContent .text h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .mobileShow{
    display: block;
  }

  .mobileHide{
    display: none;
  }

  .productImageHolder{
    display: block;
    margin: 0 -20px;
    margin: 0 calc(-20px - 1%);
    left: auto;
    width: 100%;
    width: calc(100% + (40px + 2%));
  }

  .thumbnailColumn{
    display: block;
    width: 100%;
    margin: 0;
    right: auto;
    padding-top: 50px;
  }

  .thumbnailSlider .item{
    margin: 0 15px;
  }

  .productScrollSection{
    /*height: 550px;
    padding: 0 20px;*/
  }

  .productScrollSection .benefitList{
    margin: 20px 0;
  }

  .productScrollSection .breadcrumb{
    margin-bottom: 20px;
  }

  .productScrollSection h1,.productScrollSection p{
    text-align: center;
  }

  .productSection .social-list{
    text-align: left;
  }

  .productBottomSection{
    padding-top: 20px;
  }

  .contentSliderNavHolder{
    margin: 0 -20px;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
        position: relative;
  }

  .contentSliderNavHolder::-webkit-scrollbar { /* WebKit */
      width: 0;
      height: 0
  }

  .contentSliderNav{
    white-space: nowrap;
    position: relative;
    z-index: 1;
    
  }

  .sliderNavOverlay{
    position: relative;
    
  }

  .sliderNavOverlay:after{
    content: "";
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(255,255,255,0.95)), to(rgba(255,255,255,0.1)));
    background: linear-gradient(270deg, rgba(255,255,255,0.95) 30%, rgba(255,255,255,0.1) 100%);
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 25vw;
    z-index: 2;

  }

  .contentSliderNav li{
    width: 35vw;
  }

  .contentSliderNav li:last-child{
    margin-right: 25vw;
  }

  .contentSliderContentHolder .content{
    padding: 50px 20px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .productSlider{
   /* margin: 20px -20px 0;*/
  }

  .product .row .formBox{
    margin-bottom: 20px;
  }

  .product .row:last-child{
    margin: 0;
  }

  .productList .floating .right,.productList .floating .left{
    float: none;
    width: 100%;
  }

  .productList .floating .col-1-2:last-child,.productList .floating .col-1:last-child{
    margin-bottom: 20px;
  }

  .productList .floating .col-1-2{
    width: 48%;
  }

  .productList .videoBox .image:before{
    padding-bottom: 100%;
  }

  .teamList li{
    width: 31.333%;
  }

  .sideBySide .content{
    padding: 0;
  }

  .postList li .articleBox .image{
    display: block;
    width: 100%;
  }

  .postList li .articleBox .text{
    display: block;
    margin: 0;
    padding: 20px 0 0;
    width: 100%;
  }

  .news h3{
    font-size: 30px;
    line-height: 36px;
  }

  .blogContent.right .image,.blogContent .image{
    display: block;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    left: auto;
    right: auto;
    
  }

  .blogContent.right .text,.blogContent .text{
        display: block;
    margin: 0;
    width: 100%;
    left: auto;
    right: auto;
    padding: 0;
  }

  .gridImages li{
    width: 48%;
  }

  .category-container .careerBoxes ul li .careerBox{
    background: rgba(0,0,0,0.03);
  }

  .category-container .careerBoxes ul li .careerBox:before{
    display: none;
  }

  .category-container .col-1-2{
    text-align: center !important;
  }
}
@media only screen and (max-width: 650px) {
  .categories-banner{
    height: 125px;
  }

  .nav .nav-buttons li {
    display: none;
  }
  .nav .nav-buttons li:first-child {
    display: inline-block;
  }
  header .nav-links li a.search {
    height: 18px;
    width: 18px;
  }
  header .nav-links li a.shop {
    height: 18px;
    width: 18px;
  }
  header .nav-links li a.profile {
    height: 18px;
    width: 18px;
  }
  header .nav-links li a.english {
    display: none;
  }
  .bannerholder .wrapper {
    padding: 0;
  }
  marquee {
    display: none;
  }
  marquee.mobile img {
    width: 20px
  }
  marquee.mobile {
    display: block;
    position: relative;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
  main .text-holder {
    display: block;
    text-align: center;
    position: relative;
    left: 0px;
    top: 0px;
    max-width: none;
  }
  main .text-holder h1 {
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    color: #000;
    margin: 30px 0px;
  }
  .box-title h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 30px;
    display: block;
    position: relative;
  }
  .box-row .mobile-view {
    display: block;
  }
  .box-text {
    padding-top: 20px;
  }
  .text-holder.centerd h2 {
    font-size: 34px;
    line-height: 40px;
  }
  header .nav-links {
    padding: 0px 0px;
  }
  .nav .nav-buttons {
    padding: 0px 0px;
  }
  header .nav {
    height: 100px;
  }
  main {
    margin-top: 100px;
  }
  .section {
    padding: 55px 0px;
  }
  .title {
    font-size: 27px;
    line-height: 33px;
  }
  .title.center.big-mobile span {
    font-size: 16px;
    display: block;
    line-height: 22px;
  }
  .subscribe-text-holder {
    width: 100%;
  }
  main .main-banner {
    height: 350px;
    background-position: 68% 2%;
  }
  .subscribe-form input[type="submit"] {
    width: 27%;
  }
  .subscribe-form input[type="text"],.subscribe-form input[type="email"] {
    width: 70%;
  }
  .subscribe-form.footer input[type="text"],.subscribe-form.footer input[type="email"] {
    background-color: #fff;
    width: 70%;
  }
  .subscribe-form.footer input[type="submit"] {
    color: #000;
    background-color: #fff;
    width: 30%;
  }
  header .nav {
    padding: 30px 10px;
  }
  header .nav-links li a {
    height: 30px;
    width: 30px;
  }
  .text-img h2 {
    text-align: center;
  }
  .text-img p {
    text-align: center;
  }
  .side-by-side-buttons a {
    display: block;
  }
  .side-by-side-buttons .button {
    margin: 0;
    margin-bottom: 10px;
  }
  .side-by-side-buttons .button:last-child {
    margin: 0;
  }
  .side-by-side-buttons {
    width: 100%;
  }
  .text-img {
    right: 20px;
    width: calc(100% - 40px);
  }
  .textImageSplit.left .halfimg {
    left: 0%;
    background-position: 50% 0%;
    width: 100%;
    left: 0%;
    bottom: 0;
    height: 350px;
    background-size: cover;
    position: relative;
  }
  .textImageSplit.left .textholder {
    position: relative;
    left: auto;
    width: 100%;
    padding: 0px;
    margin-top: 20px;
  }
  .title h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .title.center.big h2 {
    font-size: 27px;
    line-height: 33px;
  }
  .black.foot {
    padding: 30px 0;
  }
  .social-list.green-social {
    margin-top: 0px;
  }
  header .logo {
    width: 170px;
  }
  header .actionMenu li .item.search, header .actionMenu li .item.account {
    display: none;
  }
  .promoBanner .slides li .textHolder p,.promoBanner .slides li .textHolder h1 {
    font-size: 40px;
  }
  main {
    margin-top: 93px;
  }
  .sidr,.sideBar {
    top: 93px;
    min-height: calc(100vh - 93px);
  }
  .sidr .main {
    height: calc(100vh - 93px);
  }
  .promoBanner .slides li .image {
    height: 90vh;
    height: calc(90vh - (93px + 62px));
  }
  .bannerholder .tickerOverflow{
    top:calc(90vh - (93px + 62px));
  }
  

  .sidr .main .menu li a.search {
    display: block;
  }

  .contentSliderNav li{
    width: 40vw;
  }

  .product .row.inline .formBox{
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }

  .product .row.inline .formBox:last-child{
    margin: 0;
  }

  .dropdown-holder{
    text-align: center;
  }

  .filtersHolder{
    position: relative;
    text-align: left;
    font-size: 0;
  }

  .filterMobile{
    display: block;
        height: 31.5px;
    line-height: 31.5px;
    color: #000 !important;
  }


  .filterMobile + .mobileHolder{
        padding: 15px;
    background: #ececec;
    position: absolute;
    display: none;
  }

  .filtersHolder .filter{
   display: block;
    margin: 0;
    margin-bottom: 10px;
    min-width: 150px;
  }

  .filtersHolder .filter .dropdown{
        position: relative;
    left: auto;
   
    padding: 10px 0 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
  }

  .select-category.mobile.floatright{
    margin-right: 1%;
    line-height: 1;
  }

  .careerBoxes ul{
    display: block;
  }

  .careerBoxes ul li{
    width: 100%;
    margin: 0 0 20px;
  }

  .careerBoxes ul li:last-child{
    margin: 0;
  }

  .careerBoxes ul li .careerBox{
    padding: 40px 20px;
  }

  .gridImages li{
    width: 98%;
  }

  .fontList ul li{
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
  .fontList ul li p {
    font-size: 20px;
    line-height: 28px;
  }
}


@media only screen and (max-width:500px){
  .teamList li{
    width: 48%;
  }

  .collection-contaner .col-1-4{
    width: 98%;
  }

  .accountList{
    margin: 0;
  }

  .accountList li{
    display: block;
    margin: 0 0 10px;
  }

  .accountList li:last-child{
    margin: 0;
  }

  .accountList li a{
    text-align: center;
    padding: 7.5px 10px 10px;
  }

  .accountList + h2{
    margin-top: 20px;
  }

  .colourList ul li{
    width: 48%;
  }
}

@media only screen and (max-width: 450px) {
  .product-small-images li {
    width: 27%;
  }
  .colour-picker {
    margin: 0;
    padding: 2px;
    border: 0.5px solid #9d9d9c;
    width: 291px;
  }
  .colour-picker img {
    height: 18px;
  }
  .colour-picker {
    padding-bottom: 4px;
  }
  header .burger-icon {
    margin-left: 10px;
  }
  .productList .col-1-4, .productBoxes .col-1-4,.productList .floating .col-1-2 {
    width: 98%;
  }

  .panel-group #collapse-coupon .input-group,.panel-group #collapse-voucher .input-group{
    display: block;
  }

  #input-coupon,#input-voucher,#button-voucher,#button-coupon{
      width: 100%;
      display: block;
      border-radius: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 400px) {
  main .text-holder h1 {
    font-size: 40px;
    line-height: 46px;
  }
  header .nav {
    padding: 30px 3px;
  }
  .promoBanner .slides li .textHolder p,.promoBanner .slides li .textHolder h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .promoBanner .slides li .textHolder {
    left: 20px;
    right: 20px;
  }

  #cookie-law .wrapper p{
        display: block;
    max-width: 100%;
    margin: 0 0 10px 0;
  }

  #cookie-law .wrapper .button{
        padding: 5px 50px;
  }
  #cookie-law .wrapper{
    text-align: right;
  }

  .cartButtons .btn{
    display: block;
  }

  .cartButtons .pull-left,.cartButtons .pull-right{
    width: 100%;
  }

  .cartButtons .pull-left .btn{
    margin-bottom: 20px;
  }
}

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

  .cartTableHolder:before{
      content: "\f337";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      position: absolute;
    right: -10px;
    color: #000;
    opacity: 0.2;
    font-size: 20px;
  }

  .contentHolder input[name='agree']{
    margin: 5px 0 0 10px;
height: 30px;
width: 30px;
  }
}

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

    text-align: left;
}



}

fieldset{
  padding: 0;
  margin: 0;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
  width: auto;
}

.modal-footer #button-shipping{
  width: auto;
    height: auto;
}

a.imageBlock{
  overflow: hidden;
}

a.imageBlock img{
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
  a.imageBlock:hover img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

/* Updated Blog Styles - Nov 23 */
.section.content.news .wrapper {
  max-width: 1060px;
  margin: 0 auto;
}
.section.content.news .wrapper img {
  margin: 0 auto;
}

/* Gift Wrap Option on cart */
a.giftwrap {
  display: block;
  padding: 15px 20px;
  border: 1px solid #5acb3e;
  margin-bottom: 15px;
}
a.giftwrap .fas {
  display: inline-block;
  margin-right: 15px;
  font-size: 40px;
  color: #5acb3e;
  vertical-align: middle;
}
a.giftwrap p {
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
}



