@import url('https://fonts.googleapis.com/css?family=Lato:900|Merriweather:300i,400,700,700i|Roboto:300,400,500,600,700,700i,800,900&display=swap');
@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:400;font-style:normal}
@font-face{font-family:'Pe-icon-7-stroke';src:url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');src:url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');font-weight:400;font-style:normal}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pull-right {
    float: right!important;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-preloader {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../images/loader.svg);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center center;
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
  height: 100vh;
  z-index: 2000;
}
@media all and (max-width: 900px) {
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.swatch-attribute-label{
  font-weight:700;
  position:relative
}
.swatch-attribute-label.required {
    padding-right: 10px;
}
.swatch-attribute-label[data-required="1"]:after {
	content: '*';
	color: red;
	position: absolute;
	right: -11px;
	top: -2px;
	font-weight: bold;
	font-size: 1em;
}
.swatch-attribute-selected-option{
  color:#646464;
  padding-left:17px
}
.swatch-option{
  min-width:22px;
  height:22px;
  float:left;
  margin:5px 6px 0 0;
  text-align:center;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  font-size:13px;
  text-overflow:ellipsis;
  border-radius:50%;
  transition:all .3s
}
.swatch-option:hover,.swatch-option.selected{
  box-shadow:0 0 0 3px rgba(0,0,0,.15)
}
.swatch-option.text{
  border:1px solid #ddd;
  white-space:nowrap;
  background:#fff;
  color:#ddd;
  font-size:12px;
  height:22px;
  border-radius:20px;
  padding:0 10px;
  font-weight:600
}
.swatch-option.text.selected,.swatch-option.text:hover{
  color:#222
}
.product-info-main .swatch-option{
  height:28px;
  min-width:28px;
  margin:5px
}
.product-info-main .swatch-option:first-child{
  margin-left:0
}
.product-info-main .swatch-option.text{
  height:28px;
  line-height:28px;
  padding:0 20px
}
.clearfix:after{
  content:" ";
  visibility:hidden;
  display:block;
  height:0;
  clear:both
}
.swatch-option:not(.disabled):hover {
color: #333;
}

.swatch-option.disabled {
cursor: default;
pointer-events: none;
}

.swatch-option.disabled:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.swatch-option-tooltip{
  max-width:140px;
  right:auto;
  max-height:100%;
  min-height:20px;
  min-width:30px;
  position:absolute;
  background:#fff;
  color:#949494;
  border:1px solid #adadad;
  display:none;
  z-index:999;
  padding-bottom:0;
  text-align:center;
  border-radius:4px
}
.swatch-option-tooltip .corner, .swatch-option-tooltip-layered .corner {
    left: auto !important;
    ; right: auto !important;
    height: 8px;
    position: relative;
}

.swatch-option-tooltip .corner:after, .swatch-option-tooltip-layered .corner:after {
    position: absolute;
    content: "";
    width: 0;
    left: 50% !important;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 100%;
    border-top: 8px solid #adadad;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:after {
    position: absolute;
    content: "";
    width: 0;
    left: 50% !important;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 100%;
    border-top: 7px solid #fff;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    z-index: 1;
}

.swatch-option-tooltip .image, .swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    margin: 0 auto;
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: rgb(40, 40, 40);
    text-align: center;
    display: block;
    overflow: hidden;
    padding-top: 4px;
}
.swatch-opt{
  margin:20px 0
}
.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}
.product-item form .swatch-input,.product-options-wrapper .swatch-attribute .swatch-input{
  display:none
}
.nav-main-menu a{
  color:#222
}
.header .nav.nav-main-menu>li>a{
  display:block;
  font-size:14px;
  padding:19px 18px;
  background:0 0;
  position:relative
}
.header .nav.nav-main-menu>li>a:hover{
  color:#123d6a
}
@media (min-width: 1200px) {
.header:not(.header6):not(.header7) .navigation .nav-main-menu{
  display:table;
  margin:0 auto;
  position:relative
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu>li{
  display:table-cell;
  vertical-align:middle;
  float:none
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu>li>a{
  white-space:nowrap
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu>li>a .icon-next{
  display:none !important
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li{
  position:relative
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu a{
  color:#878787;
  background:0 0 !important
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu ul>li:not(:last-child)>a{
  border-bottom:1px solid #eee
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu ul>li:first-child>a{
  border-bottom:1px solid #eee
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li>a+.toggle-menu{
  display:none !important
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li>.dropdown-menu{
  left:0;
  opacity:0;
  position:absolute;
  top:100%;
  z-index:100;
  padding:0;
  display:none !important;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
  box-shadow:0 0 3px 0 rgba(0,0,0,.1);
  background-color:#fff;
  min-width:250px;
  margin:0;
  border:none;
  transform:translateY(20px);
  -webkit-transform:translateY(20px);
  -moz-transform:translateY(20px);
  -o-transform:translateY(20px);
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -o-transition:all .3s
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li:hover>ul.dropdown-menu{
  opacity:1;
  display:block !important;
  transform:translateY(0);
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -o-transform:translateY(0)
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li li>a{
  display:block;
  font-size:13px;
  padding:12px 15px 8px;
  line-height:1.75
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth{
  position:static !important
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu{
  left:0;
  right:0;
  border-top:1px solid #efefef;
  padding:14px 30px 16px
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul{
  position:static;
  left:auto;
  right:auto;
  top:auto;
  border:none;
  box-shadow:none;
  transform:none;
  -webkit-transform:none;
  -moz-transform:none;
  -o-transform:none;
  opacity:1;
  visibility:inherit;
  background-color:transparent;
  text-transform:none
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul li>a{
  padding:10px 0 6px;
  border-bottom:none
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns)>ul.dropdown-menu{
  width:1170px;
  left:50%;
  right:auto;
  margin-left:-585px
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li>ul.sub-menu{
  display:block !important
}
}
@media (max-width: 1199px) {
.header:not(.header6):not(.header7) .nav-main-menu .dropdown-menu {
width: auto !important;
padding: 0;
margin: 0;
position: static;
float: none;
background: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border: none;
box-shadow: none;
}
.header:not(.header6):not(.header7) .nav-main-menu a .icon-next {
display: none !important;
}
.header:not(.header6):not(.header7) .nav-main-menu li {
position: relative;
float: none !important;
}
.header:not(.header6):not(.header7) .nav-main-menu li > a {
padding-right: 40px;
border-bottom: 1px solid #ddd;
display: block;
padding: 10px 15px !important;
color: #575757;
font-size: 14px;
}
.header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu {
width: 40px;
position: absolute;
right: 0;
text-align: center;
line-height: 45px;
top: 0;
}
.header:not(.header6):not(.header7) .nav-main-menu li > ul.sub-menu,
.header:not(.header6):not(.header7) .nav-main-menu li > ul.dropdown-menu {
display: none;
padding-left: 10px !important;
}
.header:not(.header6):not(.header7) .nav-main-menu li > ul.sub-menu {
    display: block;
    padding-left: 0px !important;
}
}
html{
  font-family:sans-serif;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%
}
body{
  margin:0;
  outline: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
  display:block
}
a{
  background:0 0
}
a:active,a:hover{
  outline:0
}
b,strong{
  font-weight:700
}
h1{
  margin:.67em 0;
  font-size:2em
}
sub,sup{
  position:relative;
  font-size:75%;
  line-height:0;
  vertical-align:baseline
}
sup{
  top:-.5em
}
img{
  border:0
}
figure{
  margin:1em 40px
}
button,input,optgroup,select,textarea{
  margin:0;
  font:inherit;
  color:inherit
}
button{
  overflow:visible
}
button,select{
  text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit]{
  -webkit-appearance:button;
  cursor:pointer
}
button[disabled],html input[disabled]{
  cursor:default
}
input{
  line-height:normal
}
input[type=checkbox],input[type=radio]{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding:0
}
fieldset{
  padding:.35em .625em .75em;
  margin:0 2px;
  border:1px solid silver
}
textarea{
  overflow:auto
}
table{
  border-spacing:0;
  border-collapse:collapse
}
td,th{
  padding:0
}
*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
:before,:after{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
html{
  font-size:10px;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
body{
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.42857143;
  color:#333;
  background-color:#fff
}
input,button,select,textarea{
  font-family:inherit;
  font-size:inherit;
  line-height:inherit
}
a{
  color:#428bca;
  text-decoration:none
}
a:hover,a:focus{
  color:#2a6496;
  text-decoration:underline
}
figure{
  margin:0
}
img{
  vertical-align:middle
}
.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{
  display:block;
  width:100% \9;
  max-width:100%;
  height:auto
}
.img-thumbnail{
  display:inline-block;
  width:100% \9;
  max-width:100%;
  height:auto;
  padding:4px;
  line-height:1.42857143;
  background-color:#fff;
  border:1px solid #ddd;
  border-radius:4px;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  font-family:inherit;
  font-weight:500;
  line-height:1.1;
  color:inherit
}
h1,.h1,h2,.h2,h3,.h3{
  margin-top:20px;
  margin-bottom:10px
}
h4,.h4,h5,.h5,h6,.h6{
  margin-top:10px;
  margin-bottom:10px
}
h1,.h1{
  font-size:36px
}
h2,.h2{
  font-size:30px
}
h3,.h3{
  font-size:24px
}
h4,.h4{
  font-size:18px
}
h5,.h5{
  font-size:14px
}
p{
  margin:0 0 10px
}
.text-center{
  text-align:center
}
.text-success{
  color:#3c763d
}
ul,ol{
  margin-top:0;
  margin-bottom:10px
}
ul ul,ol ul,ul ol,ol ol{
  margin-bottom:0
}
dl{
  margin-top:0;
  margin-bottom:20px
}
dt,dd{
  line-height:1.42857143
}
dt{
  font-weight:700
}
dd{
  margin-left:0
}
.container{
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}
@media (min-width: 768px) {
.container{
  width:750px
}
}
@media (min-width: 992px) {
.container{
  width:970px
}
}
@media (min-width: 1200px) {
.container{
  width:1170px
}
}
.container-fluid{
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}
.row{
  margin-right:-15px;
  margin-left:-15px
}
.mgs-instant-autocomplete-wrapper .products.list.items .product-item-link{
  margin: 0;
  white-space: normal;
  line-height: 1;
  font-weight: 500;
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{
  float:left
}
.col-xs-12{
  width:100%
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6{
  width:50%
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4{
  width:33.33333333%
}
@media (min-width: 768px) {
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{
  float:left
}
.col-sm-12{
  width:100%
}
.col-sm-7{
  width:58.33333333%
}
.col-sm-6{
  width:50%
}
.col-sm-5{
  width:41.66666667%
}
.col-sm-4{
  width:33.33333333%
}
.col-sm-2{
  width:16.66666667%
}
}
@media (min-width: 992px) {
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{
  float:left
}
.col-md-12{
  width:100%
}
.col-md-4{
  width:33.33333333%
}
.col-md-3{
  width:25%
}
}
@media (min-width: 1200px) {
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{
  float:left
}
.col-lg-12{
  width:100%
}
.col-lg-3{
  width:25%
}
}
table{
  background-color:transparent
}
th{
  text-align:left
}
.table{
  width:100%;
  max-width:100%;
  margin-bottom:20px
}
.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{
  padding:8px;
  line-height:1.42857143;
  vertical-align:top;
  border-top:1px solid #ddd
}
.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{
  border-top:0
}
fieldset{
  min-width:0;
  padding:0;
  margin:0;
  border:0
}
label{
  display:inline-block;
  max-width:100%;
  margin-bottom:5px;
  font-weight:700
}
input[type=radio],input[type=checkbox]{
  margin:4px 0 0;
  margin-top:1px \9;
  line-height:normal
}
.form-control{
  display:block;
  width:100%;
  height:34px;
  padding:6px 12px;
  font-size:14px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  background-image:none;
  border:1px solid #ccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control::-webkit-input-placeholder{
  color:#777
}
.form-group{
  margin-bottom:15px
}
.radio,.checkbox{
  position:relative;
  display:block;
  min-height:20px;
  margin-top:10px;
  margin-bottom:10px
}
.btn{
  display:inline-block;
  padding:6px 12px;
  margin-bottom:0;
  font-size:14px;
  font-weight:400;
  line-height:1.42857143;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border:1px solid transparent;
}
.btn-primary{
  color:#fff;
  background-color:#428bca;
  border-color:#357ebd
}
.btn:hover, .btn:focus, .btn:active {
border-color: #123d6a;
background-color: #123d6a;
}
.fade{
  opacity:0;
  -webkit-transition:opacity .15s linear;
  -o-transition:opacity .15s linear;
  transition:opacity .15s linear
}
.dropdown{
  position:relative
}
.dropdown-menu{
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:160px;
  padding:5px 0;
  margin:2px 0 0;
  font-size:14px;
  text-align:left;
  list-style:none;
  background-color:#fff;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,.15);
  border-radius:4px;
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
  box-shadow:0 6px 12px rgba(0,0,0,.175)
}
.nav{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.nav>li{
  position:relative;
  display:block
}
.nav>li>a{
  position:relative;
  display:block;
  padding:10px 15px
}
.nav>li>a:hover,.nav>li>a:focus{
  text-decoration:none;
  background-color:#eee
}
.label{
  display:inline;
  padding:.2em .6em .3em;
  font-size:75%;
  font-weight:700;
  line-height:1;
  color:#fff;
  text-align:center;
  white-space:nowrap;
  vertical-align:baseline;
  border-radius:.25em
}
.media,.media-body {
    overflow: hidden;
    zoom:1
}
.media,.media .media {
    margin-top: 15px
}
.close{
  float:right;
  font-size:21px;
  font-weight:700;
  line-height:1;
  color:#000;
  text-shadow:0 1px 0 #fff;
  filter:alpha(opacity=20);
  opacity:.2
}
button.close{
  -webkit-appearance:none;
  padding:0;
  cursor:pointer;
  background:0 0;
  border:0
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.modal-open {
    overflow: hidden
}
.modal{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1050;
  display:none;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
  outline:0
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate3d(0,-25%,0);
    -o-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0)
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content{
  position:relative;
  background-color:#fff;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  border:1px solid #999;
  border:1px solid rgba(0,0,0,.2);
  border-radius:6px;
  outline:0;
  -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
  box-shadow:0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}
.modal-header{
  min-height:16.43px;
  padding:15px;
  border-bottom:1px solid #e5e5e5
}
.modal-header .close {
    margin-top: -2px;
    opacity: 1;
    font-weight: normal;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.product.media .vertical-gallery #vertical-thumbnail-wrapper {
  width: 95px;
}
@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }
}
.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{
  display:table;
  content:" "
}
.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{
  clear:both
}
.center-block{
  display:block;
  margin-right:auto;
  margin-left:auto
}
.hidden{
  display:none!important;
  visibility:hidden!important
}
.visible-xs,.visible-sm,.visible-md,.visible-lg{
  display:none!important
}
@media (min-width: 1200px) {
.hidden-lg{
  display:none!important
}
}
.fa{
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.fa-envelope-o:before{
  content:"\f003"
}
.fa-arrow-up:before{
  content:"\f062"
}
.fa-phone:before {
    content: "\f095";
}
.fa-angle-down:before{
  content:"\f107"
}
.fa-angle-down:before {
 content: "\f107";
}
#maincontent{
  min-height:400px
}
.margin-top60{
  margin-top:60px
}
.margin-bottom30{
  margin-bottom:30px
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-like:before {
  content: "\e642";
}
.header .header-wl a{
  font-size: 24px;
  line-height: 1;
}
#maincontent {
  min-height: 400px;
}
.margin-top60 {
  margin-top: 60px;
}
.margin-bottom15 {
  margin-bottom: 15px;
}
body{
  overflow-x:hidden
}
@media (min-width: 1200px) {
body.wide .container{
  width:1200px
}
}
body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.modal-popup{
  bottom:0;
  left:0;
  min-width:0;
  position:fixed;
  right:0;
  top:0;
  visibility:hidden
}
.modal-popup._show {
    visibility: visible;
    z-index: 999 !important;
}
.modal-popup._show .modal-inner-wrap {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    margin-top: 0;
    margin-bottom: 0;
}
.modal-popup .modal-inner-wrap{
  margin:5rem auto;
  width:75%;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  box-sizing:border-box;
  height:auto;
  left:0;
  position:absolute;
  right:0;
  -webkit-transform:translateY(-200%);
  transform:translateY(-200%);
  transition-duration:.2s;
  -webkit-transition-property:-webkit-transform,visibility;
  transition-property:transform,visibility;
  transition-timing-function:ease
}
.modal-popup .action-close{
  background-image:none;
  background:0 0;
  -moz-box-sizing:content-box;
  border:0;
  box-shadow:none;
  line-height:inherit;
  margin:0;
  padding:0;
  cursor:pointer;
  text-shadow:none;
  font-weight:400;
  display:inline-block;
  text-decoration:none;
  position:absolute;
  right:-13px;
  top:-13px;
  z-index:10
}
.modal-popup .action-close>span{
  border:0;
  clip:rect(0,0,0,0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}
.modal-popup .action-close:before{
  -webkit-font-smoothing:antialiased;
  line-height:19px;
  color:#fff;
  content:'x';
  font-size:19px;
  font-weight:400;
  background-color:#2a2a2a;
  width:29px;
  height:29px;
  border:3px solid #fff;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  margin:0;
  vertical-align:top;
  display:inline-block;
  font-weight:400;
  overflow:hidden;
  padding-left:1px;
  speak:none;
  text-align:center
}
.modal-popup .action-close:hover:before {
    border-color: #2a2a2a;
}
.modal-popup.confirm .modal-inner-wrap {
    width: 310px;
}

.modal-popup.confirm .modal-inner-wrap .modal-content {
    padding: 20px 15px;
    font-size: 16px;
    font-style: italic;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
}

.modal-popup.confirm .modal-inner-wrap .modal-footer {
    border: none;
    background-color: #fff;
}

.modals-overlay {
    z-index: 998 !important;
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.modal-popup.confirm .action-close {
    top: 15px;
}

.modal-popup.confirm .action-close:before {
    content: "\e680";
    font-family: 'Pe-icon-7-stroke';
    font-size: 20px;
    line-height: 22px;
}

.modal-popup.confirm .modal-footer .action-secondary, .modal-popup.confirm .modal-footer .action-primary {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    height: 36px;
    font-weight: 600;
    padding: 0 25px;
    line-height: 34px;
    background-color: transparent;
}

.modal-popup.confirm .modal-footer .action-primary {
    color: #fff;
    border: 2px solid #222;
    background-color: #222;
}

.modal-popup.confirm .modal-footer .action-primary:hover {
    color: #fff;
    border: 2px solid #123d6a;
    background-color: #123d6a;
}

.modal-popup.confirm .modal-footer .action-secondary {
    margin-right: 15px;
    color: #fff;
    border: 2px solid #123d6a;
    background-color: #123d6a;
}

.modal-popup.confirm .modal-footer .action-secondary:hover {
    color: #fff;
    border: 2px solid #222;
    background-color: #222;
}

*{
  padding:0
}
*:focus, *:active {
    outline: none !important;
}
a{
  color:#8e8e8e;
  text-decoration:none;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -o-transition:all .3s
}
a:hover,a:focus,a:active{
  color:#123d6a;
  text-decoration:none
}
ul,ol{
  list-style:none;
  margin:0
}
table>caption{
  border:0 none;
  clip:rect(0px,0px,0px,0px);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}
.table thead tr th,.table tbody tr th,.table tfoot tr th,.table thead tr td,.table tbody tr td,.table tfoot tr td{
  padding:15px
}
body{
  color:#878787;
  background-color:#fff;
  font-style:normal;
  font-weight:400;
  line-height:1.75;
  font-size:14px
}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6{
  font-weight:600;
  margin:0;
  color:#222;
  line-height:1.428;
  letter-spacing:.5px
}
.h1,h1{
  font-size:48px
}
.h2,h2{
  font-size:36px
}
.h3,h3{
  font-size:24px
}
.h4,h4{
  font-size:21px
}
.h5,h5{
  font-size:18px
}
button{
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -o-transition:all .3s
}
.btn{
  height:40px;
  font-weight:600;
  padding:0 35px;
  line-height:36px;
  background-color:transparent
}
.btn-secondary {
color:#fff;
border:2px solid #123d6a;
background-color:#123d6a	
}
.btn-primary, .btn-secondary:hover{
  color:#fff;
  border:2px solid #222;
  background-color:#222
}
.btn-full {
  width: 100%;
}
.label,label{
  font-size:13px;
  color:#5f5f5f;
  padding:0;
  margin:0 0 9px;
  font-weight:400;
  text-align:left;
  line-height:inherit
}
::-webkit-input-placeholder{
  color:#c1c1c1
}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{
  transition:background-color 5000s ease-in-out 0s;
  -webkit-box-shadow:0 0 0px 1000px #fff inset
}
input[type=text],input[type=password],input[type=url],input[type=tel],input[type=search],input[type=number],input[type=datetime],input[type=email]{
  background:#fff;
  border:1px solid #ccc;
  box-sizing:border-box;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
  font-size:13px;
  height:40px;
  line-height:36px;
  padding:0 10px;
  vertical-align:baseline;
  width:100%;
  color:#878787;
  box-shadow:none !important
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea,textarea.form-control,textarea.input-text{
  width:100%;
  height:auto;
  border:1px solid #ccc;
  min-height:120px;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
  background:#fff;
  box-shadow:none;
  padding:15px;
  box-shadow:none !important
}
textarea:focus,
textarea.form-control:focus,
textarea.input-text:focus {
  border-color: #222;
}
select,select.form-control,select.input-text{
  width:100%;
  border:1px solid #ccc;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0
}
select:focus,
select.form-control:focus,
select.input-text:focus {
  border-color: #222;
}
select:not([multiple]),select.form-control:not([multiple]),select.input-text:not([multiple]){
  -moz-appearance:none;
  -webkit-appearance:none;
  background:#fff url("../images/select-bg.svg") no-repeat scroll 100% 45%;
  height:40px;
  text-indent:.01em;
  text-overflow:"";
  padding:0 25px 0 10px
}
select:not([multiple]) option,select.form-control:not([multiple]) option,select.input-text:not([multiple]) option{
  height:40px;
  padding:8px 10px
}
.field.required>label em,.form-group.required>label em,.field._required>label em,.form-group._required>label em,.field.required>.label em,.form-group.required>.label em,.field._required>.label em,.form-group._required>.label em{
  display:none
}
.field.required>label:after,.form-group.required>label:after,.field._required>label:after,.form-group._required>label:after,.field.required>.label:after,.form-group.required>.label:after,.field._required>.label:after,.form-group._required>.label:after{
  color:red;
  content:"*";
  font-size:13px;
  margin:0 0 0 3px
}
.field>.label,.form-group>.label,.field>label,.form-group>label{
  display:inline-block;
  font-weight:500
}
.fieldset>.field:not(.choice){
  margin-bottom:15px
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.std ul {
  list-style-type: square;
  padding-left: 15px;
}
.nowrap {
  white-space: nowrap;
}
.no-display{
  display:none
}
.modal-content{
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0
}
.modal.fade .modal-dialog {
  margin: 0 auto;
  top: 50%;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}
.modal.in .modal-dialog {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  max-width: 80%;
  max-height: 80vh;
  overflow-y: auto;
}
.price-box p {
  margin-bottom: 0;
}
.price-box .price{
  color:#696969
}
.price-box .price-label{
  display:none
}
.price-box .old-price {
  margin-right: 8px;
  float: left;
  vertical-align: middle;
}
.price-box .old-price .price {
  color: #878787;
  text-decoration: line-through;
}
.price-box .special-price .price {
  color: #ec0101;
}
.message > * {
  padding: 12px 20px 12px 45px;
  display: block;
  font-size: 14px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0 0 15px;
}
.message p {
  margin: 0;
}
.message > *:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  width: 45px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.message > * a {
  color: #123d6a;
}
.message > * a:hover {
  text-decoration: underline;
}
.message.info > * {
  background: #d9edf7;
  color: #31708f;
}
.message.info > *:before {
  color: #31708f;
  content: '\f024';
}
.message.error > * {
  background: #fae5e5;
  color: #1979c3;
}
.message.error > *:before {
  color: #b30000;
  content: '\f06a';
}
.message.warning > * {
  background: #fdf0d5;
  color: #6f4400;
}
.message.warning > *:before {
  color: #b30000;
  content: '\f071';
}
.message.notice > * {
  background: #fdf0d5;
  color: #6f4400;
}
.message.notice > *:before {
  color: #c07600;
  content: '\f12a';
}
.message.success > * {
  background: #e5efe5;
  color: #006400;
}
.message.success > *:before {
  color: #006400;
  content: '\f00c';
}
.search-autocomplete{
  display:none;
  position:absolute;
  z-index:3;
  right:15px;
  left:15px;
  width:auto !important;
  top:100%
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border-top: 1px solid #efefef;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.search-autocomplete ul li {
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.search-autocomplete ul li .amount {
  color: #123d6a;
  position: absolute;
  right: 7px;
  top: 7px;
  white-space: nowrap;
}
.search-autocomplete ul li .amount:before {
  content: "(";
}
.search-autocomplete ul li .amount:after {
  content: ")";
}
.scroll-to-top{
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  box-shadow:0 0 3px 0 rgba(0,0,0,.2);
  width:45px;
  height:45px;
  position:fixed;
  right:35px;
  font-size:35px;
  text-align:center;
  line-height:45px;
  color:#878787;
  background-color:#fff;
  z-index:100
}
.scroll-to-top .fa{
  font-family:"Pe-icon-7-stroke";
  line-height:45px
}
.scroll-to-top .fa:before{
  content:"\e682"
}
.footer{
  margin-top:70px
}
.footer .instagram-block .block-content ul.row{
  margin-left:-5px;
  margin-right:-5px
}
.footer .instagram-block .block-content ul.row li.margin-bottom30{
  margin-bottom:10px;
  padding-left:5px;
  padding-right:5px
}
.minicart-wrapper{
  position:relative
}
.minicart-wrapper .mage-dropdown-dialog{
  display:block !important
}
.minicart-wrapper:after{
  content:"";
  display:table;
  clear:both
}
.minicart-wrapper .action.showcart{
  white-space:nowrap;
  cursor:pointer;
  text-decoration:none;
  position:relative;
  color:#000;
  display:block;
  line-height:1
}
.minicart-wrapper .action.showcart > .counter.qty {
  color: #fff;
  background-color: #222;
  text-align: center;
  white-space: normal;
  position: absolute;
  height: 20px;
  min-width: 20px;
  font-size: 12px;
  line-height: 22px;
  left: 14px;
  top: -10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.minicart-wrapper .action.showcart > .counter.qty.empty .counter-number:empty:after {
  content: "0";
  display: inline-block;
}
.minicart-wrapper .action.showcart > .counter.qty .loading-mask {
  width: 20px;
  height: 20px;
  top: 0;
  background-color: transparent;
  right: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.minicart-wrapper .action.showcart > .counter.qty .loading-mask .loader > img {
  width: 20px;
  position: static !important;
}
.minicart-wrapper .action.showcart > .counter.qty .counter-label {
  display: none;
}
.minicart-wrapper .action.showcart:before{
  -webkit-font-smoothing:antialiased;
  font-size:24px;
  content:"\e615";
  font-family:'Pe-icon-7-stroke';
  overflow:hidden;
  speak:none;
  line-height:1;
  text-align:center
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before {
  color: #123d6a;
}
.minicart-wrapper .action.showcart.active {
  color: #123d6a;
}
.minicart-wrapper .action.showcart.active:before {
  color: #123d6a;
}
.minicart-wrapper .block-minicart{
  background:#fff;
  top:0;
  bottom:0;
  width:320px;
  left:auto;
  right:-320px;
  position:fixed;
  z-index:999;
  opacity:0;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -o-transition:all .3s
}
.minicart-wrapper.active:after {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.9;
  display: block;
  content: "";
  z-index: 998;
}
.minicart-wrapper.active .block-minicart {
  opacity: 1;
  transform: translate3d(-320px, 0, 0);
  -webkit-transform: translate3d(-320px, 0, 0);
  -moz-transform: translate3d(-320px, 0, 0);
  -o-transform: translate3d(-320px, 0, 0);
}
.minicart-wrapper .close-minicart{
  font-size:16px;
  line-height:50px;
  letter-spacing:2px;
  text-transform:uppercase;
  background:#000;
  color:#fff;
  text-align:center;
  font-weight:600;
  position:relative
}
.minicart-wrapper .close-minicart button {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 40px;
  background: none;
  border: none;
  opacity: 0.8;
}
.minicart-wrapper .close-minicart button i {
  display: block;
}
.minicart-wrapper .close-minicart button:hover {
  opacity: 1;
}
.minicart-wrapper .block-content{
  max-height:calc(100vh - 50px);
  overflow-x:hidden;
  overflow-y:auto;
  padding:0 20px
}
.minicart-wrapper .block-content ol.minicart-items,
.minicart-wrapper .block-content .minicart-items-wrapper {
  height: auto !important;
}
.minicart-wrapper .block-content > .actions > .subtotal {
  margin-top: 15px;
  text-align: center;
  width: 100%;
  padding: 11px 0 7px;
  border-top: 1px solid #ebebeb;
}
.minicart-wrapper .block-content > .actions > .subtotal > * {
  display: inline-block;
}
.minicart-wrapper .block-content > .actions > .subtotal > span.label {
  color: #222;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}
.minicart-wrapper .block-content > .actions > .subtotal .price-container .price {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600;
}
.minicart-wrapper .block-content .subtitle.empty{
  display:block;
  color:#222;
  text-align:center;
  font-weight:400;
  padding-top:20px
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  overflow: hidden;
  width: 80px !important;
  float: left;
}
.minicart-items .product > .product-item-photo img,
.minicart-items .product > .product-image-container img {
  max-width: 100%;
  height: auto !important;
}
.minicart-items .product-item {
  padding-top: 20px;
}
.minicart-items .product-item .product:after {
  display: table;
  clear: both;
  content: "";
}
.minicart-items .product-item .product > .product-item-photo {
  position: relative;
}
.minicart-items .product-item .product > .product-item-photo:after {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.minicart-items .product-item .product > .product-item-photo img {
  max-width: 100%;
  height: auto !important;
}
.minicart-items .product-item .product-item-details {
  float: left;
  width: calc(100% - 80px);
  padding-left: 15px;
  padding-top: 1px;
}
.minicart-items .product-item .product-item-details > .product.options {
  font-size: 12px;
}
.minicart-items .product-item .product-item-details .product-item-name {
  font-size: 13px;
  color: #222;
  line-height: 1.428;
  font-weight: 600;
  display: block;
}
.minicart-items .product-item .product-item-details .product-item-name a {
  font-weight: 600;
  font-size: 13px;
  color: #222;
  line-height: 1.428;
  display: block;
}
.minicart-items .product-item .product-item-details .product-item-name a:hover {
  color: #123d6a;
}
.minicart-items .product-item .product-item-details .product-item-pricing {
  margin-top: 4px;
}
.minicart-items .product-item .product-item-details .product-item-pricing .price {
  color: #2a2a2a;
  font-size: 14px;
}
.minicart-items .product-item .details-qty.qty {
  margin-top: 8px;
}
.minicart-items .product-item .details-qty.qty > label {
  display: none;
}
.minicart-items .product-item .details-qty.qty .cart-item-qty {
  width: 80px;
  height: 34px;
  border-radius: 17px;
  line-height: 1;
  padding: 0;
  text-align: center;
}
.minicart-items .product-item .details-qty.qty .update-cart-item {
  margin-left: 0;
  height: 34px;
  padding: 0 15px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #222;
  background-color: #222;
  border-radius: 17px;
}
.minicart-items .product-item .details-qty.qty .update-cart-item:hover,
.minicart-items .product-item .details-qty.qty .update-cart-item:focus,
.minicart-items .product-item .details-qty.qty .update-cart-item:active {
  background-color: #123d6a;
  border-color: #123d6a;
  color: #fff;
}
.minicart-items .product-item .product.actions {
  position: absolute;
  top: 50%;
  left: 50%;
  display: table;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.minicart-items .product-item .product.actions > div {
  display: table-cell;
  padding: 0 3px;
  vertical-align: middle;
}
.minicart-items .product-item .product.actions .action {
  width: 30px;
  height: 30px;
  color: #222;
  background-color: #fff;
  border: 1px solid #fff;
  display: block;
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
}
.minicart-items .product-item .product.actions .action span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product-item .product.actions .action:after {
  font-size: 20px;
  font-family: 'Pe-icon-7-stroke';
  font-weight: bold;
}
.minicart-items .product-item .product.actions .action.delete:after {
  content: "\e680";
  font-size: 28px;
}
.minicart-items .product-item .product.actions .action.edit {
  display: none;
}
.minicart-items .product-item .product.actions .action:hover {
  background-color: #123d6a;
  border-color: #123d6a;
  color: #fff;
}
.minicart-items .product-item:hover .product > .product-item-photo:after {
  opacity: 0.5;
}
.minicart-items .product-item:hover .product.actions {
  opacity: 1;
  visibility: visible;
}
.product.options > .toggle {
  cursor: pointer;
  color: #222;
  display: block;
  font-weight: 500;
}
.product.options > .toggle:after {
  color: #2a2a2a;
  margin: 0 0 0 5px;
  position: static;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin: 0px 6px 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.product.options .content .subtitle {
  display: none;
}
dl.product.options.list {
  margin-bottom: 5px;
}
dl.product.options.list dt,
dl.product.options.list dd {
  float: left;
  vertical-align: top;
}
dl.product.options.list dd {
  margin-bottom: 8px;
  line-height: 21px;
  margin-left: 3px;
}
dl.product.options.list dt {
  clear: left;
  margin: 0;
  font-size: 12px;
  color: #222;
  font-weight: 500;
}
dl.product.options.list dt:after {
  content: ":";
  display: inline-block;
}
.header{
  background-color:#fff;
  border-bottom:1px solid #fff;
  position:relative;
  z-index:99
}
.header .dropdown-switcher {
  float: right;
  margin-left: 30px;
  position: static;
}
.header .dropdown-switcher .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  border: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  right: 15px;
  left: auto;
  font-size: 12px;
  min-width: 110px;
}
.header .dropdown-switcher .dropdown-menu li > a {
  border-bottom: 1px solid #ddd;
  color: #8e8e8e;
  padding: 8px 15px;
  background: none;
  white-space: nowrap;
}
.header .dropdown-switcher .dropdown-menu li > a:hover {
  color: #123d6a;
}
.header .dropdown-switcher .dropdown-menu li > a img {
  height: auto;
  margin-right: 7px;
  margin-top: -4px;
  width: 16px;
}
.header .dropdown-switcher .switcher-toggle {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  padding: 14px 0;
  position: relative;
}
.header .dropdown-switcher .switcher-toggle .fa-angle-down {
  font-size: 11px;
  margin-left: 2px;
  margin-top: 1px;
}
.header .dropdown-switcher.open .dropdown-menu {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.header .dropdown-toplinks{
  position:static
}
.header .dropdown-toplinks .dropdown-toggle{
  background:0 0;
  border:none;
  color:#000;
  font-size:24px;
  line-height:1;
  display:block
}
.header .dropdown-toplinks .dropdown-menu{
  min-width:0;
  left:auto;
  right:0;
  opacity:0;
  position:absolute;
  top:100%;
  visibility:hidden;
  z-index:100;
  display:block !important;
  padding:0;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
  box-shadow:0 0 3px 0 rgba(0,0,0,.1);
  background-color:#fff;
  margin:0;
  border:none;
  transform:translateY(20px);
  -webkit-transform:translateY(20px);
  -moz-transform:translateY(20px);
  -o-transform:translateY(20px);
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -o-transition:all .3s
}
.header .dropdown-toplinks .dropdown-menu li{
  white-space:nowrap
}
.header .dropdown-toplinks .dropdown-menu li a:not(.no-display){
  border-bottom:1px solid #eee;
  padding:12px 15px 8px;
  display:block
}
.header .dropdown-toplinks:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.header .search-form .form-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
}

.header .search-form .form-search .form.minisearch {
    max-width: 580px;
    margin: 0 auto;
    padding: 15px;
    margin-top: 130px;
}

.header .search-form .form-search .form.minisearch .input-text {
    border: 0;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    box-shadow: none;
    letter-spacing: 2px;
}

.header .search-form .form-search .form.minisearch .button {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.header .search-close {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    font-size: 60px;
}

.header .search-close i {
    display: block;
}
.header .action.nav-toggle {
    border: none;
    background: none;
    padding: 5px 0;
    margin-top: 0;
}
.header.header4 .bottom-header-content{
  border-top:1px solid #ececec
}
.product-image-photo.img-thumbnail{
  padding:0;
  line-height:1;
  background:0 0;
  border:none;
  min-width:100%;
  position:absolute;
  top:0;
  left:0;
  margin:auto !important;
  display:block;
  bottom:0;
  right:0;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0
}
.products-grid .product-item-info{
  margin-bottom:30px
}
.products-grid .product-item-info .product-top{
  position:relative;
  overflow:hidden
}
.products-grid .product-item-info .product-top a.photo{
  display:block;
  height:0
}
.products-grid .product-item-info .product-top a.photo:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background-color:#000;
  opacity:0;
  visibility:hidden;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -o-transition:all .3s;
  z-index:3
}
.products-grid .product-item-info .product-top a.photo div{
  display:none
}
.products-grid .product-item-info .product-top .actions-link{
  display:table;
  position:absolute;
  top:0;
  left:0;
  z-index:3
}
.products-grid .product-item-info .product-item-details{
  padding-top:11px
}
.products-grid .product-item-info .product-item-details .product-item-name{
  margin-bottom:6px;
  line-height:1.1
}
.products-grid .product-item-info .product-item-details .product-item-name a{
  color:#222;
  font-size:14px;
  font-weight:500
}
.content-heading{
  text-align:center;
  margin-bottom:33px
}
.content-heading h3.title{
  display:inline-block;
  position:relative;
  color:#000;
  line-height:24px
}
.content-heading h3.title:before,.content-heading h3.title:after{
  position:absolute;
  content:"";
  width:60px;
  height:2px;
  background:#000;
  top:48%
}
.content-heading h3.title:before{
  left:-75px
}
.content-heading h3.title:after{
  right:-75px
}
.content-heading .block-note{
  font-style:italic;
  font-size:14px;
  color:#878787;
  margin-top:5px;
  line-height:16px;
  letter-spacing:.5px
}
.instagram-block>.content-heading{
  margin-bottom:17px
}
.instagram-item{
  position:relative
}
.instagram-item>a{
  display:block
}
.instagram-item>a img{
  min-width:100%
}
.instagram-item>a:after{
  content:"";
  left:0;
  right:0;
  bottom:0;
  top:0;
  background-color:#000;
  opacity:0;
  visibility:hidden;
  position:absolute;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -o-transition:all .3s
}
.breadcrumbs{
  background-color:#f6f6f8;
  font-size:13px;
  padding:18px 0 13px;
  margin-bottom:40px
}
.breadcrumbs>.container,.breadcrumbs>.container-fluid{
  position:relative;
  z-index:1
}
.breadcrumbs .items:after{
  content:"";
  display:table;
  clear:both
}
.breadcrumbs .items>li{
  float:left
}
.breadcrumbs .items>li+li:before{
  color:#878787;
  font-family:"FontAwesome";
  content:"\f105";
  padding:0 8px
}
.breadcrumbs .items>li a{
  color:#222
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 66px;
  display: block;
  position: relative;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ee5ca1;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ee5ca1;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.full-review.product-reviews-summary {
  display: table;
}
.full-review.product-reviews-summary .rating-summary,
.full-review.product-reviews-summary .reviews-actions {
  display: table-cell;
  vertical-align: middle;
}
.full-review.product-reviews-summary .rating-summary + .reviews-actions {
  padding-left: 13px;
}
.full-review.product-reviews-summary .reviews-actions a {
  color: #adadad;
}
.full-review.product-reviews-summary .reviews-actions a + a:before {
  content: "/";
  color: #adadad;
  display: inline-block;
  margin-right: 3px;
}
.full-review.product-reviews-summary .reviews-actions a:hover,
.full-review.product-reviews-summary .reviews-actions a:focus {
  color: #123d6a;
}
.product-detail-infomation .product-name{
  font-size:16px;
  margin-bottom:5px;
  font-weight:600
}
.product-info-main .product-add-form .box-tocart,.bundle-info .product-details .box-tocart{
  margin-top:23px
}
.product-info-main .product-add-form .box-tocart:after,.bundle-info .product-details .box-tocart:after{
  content:"";
  display:table;
  clear:both
}
.product-info-main .product-add-form .box-tocart>.fieldset,.bundle-info .product-details .box-tocart>.fieldset{
  float:left
}
.product-info-main .product-add-form .box-tocart .field.qty,.bundle-info .product-details .box-tocart .field.qty{
  display:inline-block;
  margin-right:10px;
  margin-bottom:10px;
  vertical-align:top
}
.product-info-main .product-add-form .actions,.bundle-info .product-details .actions{
  display:inline-block;
  margin-bottom:10px;
  vertical-align:top
}
.product-info-main .product-add-form .actions:after,.bundle-info .product-details .actions:after{
  content:"";
  display:table;
  clear:both
}
.product-info-main .product-add-form .actions button,.bundle-info .product-details .actions button{
  height:40px;
  width:40px;
  background-color:#fff;
  border:1px solid #e6e6e6;
  color:#6c6c6c;
  font-size:18px;
  text-align:center;
  border-radius:50%;
  line-height:40px;
  box-shadow:none;
  float:left
}
.product-info-main .product-add-form .actions button span,.bundle-info .product-details .actions button span{
  display:block
}
.product-info-main .product-add-form .actions button.tocart,.bundle-info .product-details .actions button.tocart{
  font-size:13px;
  width:auto;
  padding:0 34px;
  background-color:#123d6a;
  border:1px solid #123d6a;
  color:#fff;
  border-radius:40px;
  line-height:40px;
  font-weight:600;
  text-transform:uppercase
}
.product-info-main .product-add-form .actions.action-add-to,.bundle-info .product-details .actions.action-add-to{
  margin-left:10px
}
.box-tocart .fieldset:after{
  content:"";
  display:table;
  clear:both
}
.product-info-main .product-info-price .price-box .price{
  font-size:22px
}
.product-info-main .product-info-stock-sku{
  color:#222
}
.product-info-main .product-add-form{
  margin-bottom:10px
}
.product-info-main .product-sub-infomation:not(:empty){
  padding:15px 0 8px
}
.product-info-main .product-sub-infomation>div{
  padding:5px 0
}
.product-add-form .product-options-wrapper{
  padding-top:13px
}
.product-add-form .product-options-wrapper .fieldset>.field>.label{
  display:inline-block;
  font-size:14px;
  color:#222;
  line-height:1;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.5px;
  margin:0 0 10px !important
}
.product-add-form .product-options-wrapper .fieldset>.field>.control{
  padding-bottom:21px;
  padding-top:0
}
.product-add-form .product-options-wrapper .fieldset>.field>.control select{
  margin-bottom:5px;
  max-width:450px
}
.product-add-form .product-options-wrapper .swatch-opt{
  margin-bottom:21px;
  margin-top:0
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label{
  margin:0 0 10px !important;
  display:inline-block;
  font-size:14px;
  color:#222;
  line-height:1;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.5px
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label:after{
  content:":";
  display:inline-block;
  margin-left:1px
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label+.swatch-attribute-selected-option{
  padding-left:8px;
  font-size:16px;
  color:#123d6a
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute+.swatch-attribute{
  margin-top:14px
}
.block.review-list .review-items li.review-item {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.block.review-list .review-items li.review-item .review-title {
  font-size: 15px;
  color: #123d6a;
}
.block.review-list .review-items li.review-item .review-ratings {
  margin-bottom: 5px;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item:after {
  content: "";
  display: table;
  clear: both;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label,
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-result {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label {
  font-weight: 600;
  color: #2a2a2a;
  margin-right: 15px;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label:after {
  content: ":";
  display: inline-block;
}
.block.review-list .review-details:after {
  content: "";
  display: table;
  clear: both;
}
.block.review-list .review-details .review-author,
.block.review-list .review-details .review-date {
  float: left;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.block.review-list .review-details .review-date {
  margin-left: 7px;
}
.block.review-list .review-details .review-date:before {
  content: "(";
  display: inline-block;
}
.block.review-list .review-details .review-date:after {
  content: ")";
  display: inline-block;
}
.block.review-add .block-title .title {
  margin-bottom: 5px;
}
.block.review-add .review-form h4,
.block.review-add .review-form h6 {
  font-weight: 400;
  margin-bottom: 10px;
}
.block.review-add .review-form h4 span {
  color: #123d6a;
}
.review-field-rating {
  margin-bottom: 15px;
}
.review-field-rating > .label {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 10px;
  display: block;
}
.review-control-vote {
  overflow: hidden;
  height: 22px;
}
.review-control-vote:before {
  color: #ee5ca1;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ee5ca1;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f005';
}
.product.info.detailed{
  clear:both;
  margin-bottom:4px;
  margin-top:66px
}
.product.info.detailed .additional-attributes{
  width:auto;
  border:none
}
.product.info.detailed .item.content .table.additional-attributes{
  margin:0;
  width:100%
}
.product.info.detailed .item.content .table.additional-attributes tr td,.product.info.detailed .item.content .table.additional-attributes tr th{
  display:table-cell;
  vertical-align:middle;
  text-align:left;
  border:1px solid #ddd;
  padding:15px
}
.product.info.detailed .item.content .table.additional-attributes tr th{
  font-weight:600
}
#mgs-ajax-loading{
  display:none
}
#mgs-ajax-loading .preloader {
    background: url(../images/loader.svg) no-repeat 0 0;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.lazy-loading-img .products-grid .product-item-info .product-top,.lazy-loading-img .list-products .product-item-info .product-image,.lazy-loading-img .promobanner,.lazy-loading-img .thumbnail-post,.lazy-loading-img .instagram-item{
  background-image:url('../images/loader_black.svg');
  background-size:30px auto;
  background-position:center center;
  background-repeat:no-repeat
}
.minicart-wrapper.minicart-wrapper--dropdown:after{
  content:none !important
}
.minicart-wrapper.minicart-wrapper--dropdown .block-minicart{
  position:absolute;
  right:0;
  top:100%;
  bottom:auto;
  box-shadow:0 3px 9px rgba(0,0,0,.3);
  display:block;
  opacity:0;
  visibility:hidden;
  transform:translateY(20px);
  -webkit-transform:translateY(20px);
  -moz-transform:translateY(20px);
  -o-transform:translateY(20px)
}
.minicart-wrapper.minicart-wrapper--dropdown .block-minicart .block-content{
  max-height:unset;
  overflow:hidden
}
.minicart-wrapper.minicart-wrapper--dropdown .block-minicart .block-content .minicart-items-wrapper {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -20px;
    height: auto !important;
}

.minicart-wrapper.minicart-wrapper--dropdown .block-minicart .block-content ol.minicart-items {
    height: auto !important;
}

.minicart-wrapper.minicart-wrapper--dropdown .block-content > .actions {
    padding-bottom: 25px;
}
.minicart-wrapper.minicart-wrapper--dropdown .block-content .subtitle.empty{
  padding:20px 0
}
.minicart-wrapper.minicart-wrapper--dropdown .close-minicart{
  display:none
}
.minicart-wrapper.minicart-wrapper--dropdown:hover, .minicart-wrapper.minicart-wrapper--dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.minicart-wrapper.minicart-wrapper--dropdown:hover .block-minicart, .minicart-wrapper.minicart-wrapper--dropdown.active .block-minicart {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
.product-info-main .swatch-option{
  border:1px solid #ddd
}
html,body{
  -webkit-overflow-scrolling:touch !important
}
.swatch-input.super-attribute-select{
  display:none
}
.product-detail-media{
  position:relative
}
.product-info-main .product-add-form .tocart,.bundle-info .product-details .tocart{
  margin-right:10px
}
.popup-authentication .actions-toolbar button{
  height:40px;
  font-weight:600;
  padding:0 35px;
  line-height:36px;
  color:#fff;
  border:2px solid #222 !important;
  background-color:#222 !important;
  margin-bottom:10px;
  display:inline-block
}
.popup-authentication .actions-toolbar .action.primary{
  display:inline-block
}
.popup-authentication .block-title>strong{
  color:#2a2a2a;
  font-size:18px;
  font-weight:600
}
.popup-authentication .modal-inner-wrap .block-authentication{
  padding:15px
}
.popup-authentication .action-close{
  top:0
}
.popup-authentication .action-close:before{
  padding-left:0
}
.popup-authentication .modal-header{
  height:0;
  padding:0;
  border:0
}
.popup-authentication .modal-inner-wrap{
  max-width:900px
}
@media (min-width: 992px) {
.product-item.col-md-4:nth-child(3n+1),.product-item.col-md-custom-5:nth-child(5n+1),.product-item.col-md-2:nth-child(6n+1),.product-item.col-md-6:nth-child(2n+1),.product-item.col-md-3:nth-child(4n+1),.product-item.col-md-custom-5:nth-child(5n+1){
  clear:left
}
}
.header{
  position:absolute;
  top:0;
  left:0;
  right:0
}
#search_mini_form .mgs-instant-search-dropdown{
  top:50px
}
@media (min-width: 992px) {
.footer .instagram-block .block-content ul.row li:nth-child(3n+1){
  clear:left
}
}
.product-options-wrapper .swatch-attribute .swatch-input{
  display:block !important;
  position:absolute;
  opacity:0;
  left:-9999em
}
@media (max-width: 1199px) {
.nav-before-open {
height: 100%;
overflow-x: hidden;
width: 100%;
}

.nav-before-open body {
height: 100%;
overflow: hidden;
position: relative;
width: 100%;
}

.nav-before-open .page-wrapper {
height: 100%;
left: 0;
overflow: hidden;
position: relative;
transition: left 0.3s ease 0s;
-webkit-transition: left 0.3s ease 0s;
-moz-transition: left 0.3s ease 0s;
-o-transition: left 0.3s ease 0s;
}

.nav-before-open .header .megamenu-content {
-webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
-ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
transform: translate3d(400px, 0, 0);
-webkit-transform: translate3d(400px, 0, 0);
-moz-transform: translate3d(400px, 0, 0);
-o-transform: translate3d(400px, 0, 0);
}

.nav-before-open .nav-toggle:after {
background: rgba(0, 0, 0, 0.7);
content: '';
display: block;
height: 100%;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 999;
}
.header:not(.header6):not(.header7) .megamenu-content {
height: 100%;
left: calc(-1 * (100% - 54px));
overflow: auto;
position: fixed;
width: calc(100% - 54px);
max-width: 400px;
background-color: #fff;
z-index: 1000;
padding: 0;
left: -400px;
top: 0;
bottom: 0;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
}
}
@media (min-width: 992px) {
.first-row-item{
  clear:left
}
}
.header.active-sticky {
    position: fixed;
    z-index: 997;
    top: 0;
    left: 0;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
    right: 0
}
@media (min-width: 1200px) {
.header:not(.header6):not(.header7) #main-Menucontent{
  display:block !important
}
.header.active-sticky.header4 .bottom-header-content {
    max-height:0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}
}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6{
  font-weight:400 !important
}
body .page-main .btn,body .block-minicart .btn,body .mfp-content .btn,.minicart-items .product-item .details-qty.qty .update-cart-item,.modal-popup.confirm .modal-footer .action-primary,.modal-popup.confirm .modal-footer .action-secondary,.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout,.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty,.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply,.minicart-items .product-item .product.actions>div,.minicart-items .product-item .details-qty.qty .cart-item-qty{
  -webkit-border-radius:0 !important;
  border-radius:0 !important
}
body.categorypath-engagement #layered-filter-block,.recent-products-grid .price-box.price-final_price,body.category-diamond-rings .block.filter .block-content.filter-content .filter-options-item.stone{
  display:none !important
}
.shipping-box .img-responsive.center-block{
  width:286px
}
.text-success.ship_day{
  font-size:27px
}
.estimaate{
  clear:both;
  float:left;
  font-size:12px;
  margin-left:136px;
  max-width:150px;
  padding:0
}
#ttID0{
  cursor:pointer;
  font-style:italic;
  position:relative
}
#theid{
  background:#fff none repeat scroll 0 0;
  border-radius:2px;
  box-shadow:0 0 8px rgba(0,0,0,.15);
  color:#666 !important;
  font-size:11px;
  left:-41px;
  line-height:1.5;
  padding:15px;
  position:absolute;
  top:-130px;
  width:270px
}
.hover-content{
  background:#fff none repeat scroll 0 0;
  border-radius:2px;
  box-shadow:0 0 8px rgba(0,0,0,.15);
  color:#666 !important;
  font-size:11px;
  line-height:1.5;
  padding:15px;
  position:absolute;
  width:270px
}
.tooltip-holder.hover.left{
  display:inline-block;
  width:146px
}
.ir218-social-contact.text-33.clearfix{
  display:inline-block;
  width:100px
}
.shipping-additional{
  float:left;
  margin-left:5%;
  margin-top:-10px;
  margin-bottom:20px
}
.list-green.clearfix span{
  float:left;
  margin-left:12px
}
.estimated-date{
  float:left
}
.list-green.clearfix .sprite{
  margin-left:25px !important
}
.list-green.clearfix>li{
  max-width:188px;
  min-height:40px;
  float:left;
  padding-left:20px
}
.margin-top60{
  margin-bottom:20px;
  background-color:#f6f6f8
}
.margin-top60 .list-green.clearfix a{
  float:left;
  margin-left:8px;
  margin-top:8px;
  font-size:11px;
  min-width:100px
}
.margin-top60 .h2.delivery{
  border-bottom:1px solid #e1e1e1;
  border-top:1px solid #e1e1e1;
  color:#bfbfbf;
  padding:10px 0;
  font-size:30px;
  float:left
}
.shipping-details .content-heading{
  padding-top:40px
}
.row .col-md-4.col-sm-6.fore2.description,.row .col-md-4.col-sm-12.fore3{
  margin-top:50px;
  margin-left:-8px
}
.product-detail-infomation-content .swatch-option{
  border-radius:unset !important
}
.product-info-main .swatch-option{
  height:33px !important;
  min-width:32px !important;
  margin-top:2.5% !important
}
.product-detail-infomation-content .swatch-attribute{
  float:left;
  width:100%;
  min-height:45px
}
.product-detail-infomation-content .swatch-attribute-label{
  float:left;
  margin-right:10px;
  margin-top:-8px;
  min-width:130px
}
.product-detail-infomation-content .swatch-attribute-selected-option{
  float:left;
  margin-left:-22%;
  margin-top:3% !important;
  width:100px !important;
  font-size:15px !important;
  padding-left:0 !important
}
.product-detail-infomation-content .swatch-attribute-options{
  float:left
}
.product-add-form .product-options-wrapper{
  padding-top:0
}
.product-options-wrapper .input-text.product-custom-option{
  max-width:450px
}
.iteminfo-fullwidth{
  padding-bottom:30px
}
.product-info-main .product-add-form .box-tocart .field.qty,.bundle-info .product-details .box-tocart .field.qty{
  display:none !important
}
.action.mailto.friend{
  display:none
}
.product-info-main .product-add-form .actions button.tocart,.bundle-info .product-details .actions button.tocart{
  border-radius:unset !important;
  font-size:15px !important;
  min-width:300px
}
.field.custom-option{
  float:left;
  height:50px !important
}
.custom-option .control{
  float:left
}
.custom-option .label{
  float:left;
  min-width:130px;
  padding-top:2%
}
.custom-option select{
  float:left;
  width:300px !important
}
.custom-option .input-text.product-custom-option{
  float:left;
  min-width:300px
}
.box-tocart .actions.action-add-to{
  float:left !important;
  clear:none !important;
  margin-left:0px !important;
  padding:0 !important
}
.product-info-main .product-add-form .actions button.towishlist {
  border-radius: 0;
  margin-right: 10px;
}
.product-options-bottom .box-tocart{
  margin-left:28%
}
.iconfont.iconfont-i.ir218-size-tips{
  float:left;
  margin-left:10px;
  margin-top:8px
}
.catalog-product-view .product-info-main h1.product-name{
  font-size:22px
}
body .header:not(.header6):not(.header7) .navigation .nav-main-menu>li>a .icon-next{
  display:inline-block !important;
  margin-left:4px
}
.navigation .nav-main-menu>li>a .icon-next .fa{
  font-size:14px !important
}
.header .nav.nav-main-menu>li>a{
  text-transform:capitalize;
  font-size:14px;
  padding:15px 18px;
  color:#4b566b;
  font-weight:500
}
.header .nav.nav-main-menu>li>a:hover{
  color:#123d6a
}
.navigation li.level0{
  font-family:"Roboto"
}
.customer-review{
  background:#fff !important
}
.shipping-details{
  background:#f6f6f8 !important
}
.modal-body #newsletterSignup {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 10px;
    position: static
}
#email_us_modal .modal-title {
    padding-left: 27px
}
#email_us_modal .modal-body {
    position: relative;
    padding: 42px
}
.modal-body .rga {
    margin-top: 0 !important
}
#email_us_modal .modal-body textarea,textarea.form-control,textarea.input-text {
    min-height: 169px !important
}
#email_us_modal .modal-dialog {
    width: 800px !important;
    max-height: 640px !important
}
#email_us_modal .need_class {
    font-size: 12px !important
}
.product-info-main h1{
  background:#fff
}
.product-info-main h12{
  background:#fff none repeat scroll 0 0;
  float:left;
  padding-right:12px
}
.product-add-form .product-options-wrapper .fieldset>.field>.control select{
  background:#ddd none repeat scroll 0 0
}
.product-add-form .product-options-wrapper .fieldset>.field>.control select{
  background:#fff none repeat scroll 0 0;
  margin-bottom:5px;
  max-width:450px
}
.product-options-wrapper .input-text.product-custom-option{
  background:#fff none repeat scroll 0 0 !important
}
.product-detail-infomation-content .swatch-attribute-options{
  width:auto
}
.product-info-main .swatch-option:first-child{
  margin-left:1px !important
}
.product-detail-infomation-content .swatch-attribute{
  width:100% !important
}
.product-info-main .product-add-form .box-tocart,.bundle-info .product-details .box-tocart{
  margin-top:0 !important;
  display:block !importnant
}
.product-info-main .product-add-form .box-tocart,.bundle-info .product-details .box-tocart{
  margin-left:130px !important
}
.product-info-price .price-box.price-final_price .normal-price,.products-grid .price-box.price-final_price .normal-price{
  display:block;
  line-height:1
}
body .breadcrumbs{
  text-align:center
}
body .breadcrumbs ul.items{
  display:inline-block
}
.middle-header-content{
  padding:5px 0
}
.rating-summary .rating-result {
  width: 82px;
}
.products-grid .product-item-info{
  margin-bottom:15px !important
}
.productiteminfo.page-main.container{
  background-color:#f6f6f8;
  width:100%;
  margin-top:10px
}
.product.info.detailed{
  margin-top:40px !important
}
.product-add-form .product-options-wrapper .fieldset>.field>.control select{
  max-width:300px !important
}
.st-custom-button.twtr{
  background:rgba(0,0,0,0) url("../images/twtr-grey.png") no-repeat scroll left 13px top 5px/34px auto;
  text-indent:-999px;
  height:48px;
  width:58px;
  background-color:unset !important
}
.st-custom-button.fb.st-hide-label,.st-custom-button.fb{
  background:rgba(0,0,0,0) url("../images/fb-grey.png") no-repeat scroll left 16px top 3px/34px auto;
  text-indent:-999px;
  height:48px;
  width:58px;
  background-color:unset !important
}
.st-custom-button.instagram.st-hide-label,.st-custom-button.instagram{
  background:rgba(0,0,0,0) url("../images/instagram-grey.png") no-repeat scroll left 12px top 4px/34px auto;
  text-indent:-999px;
  height:48px;
  width:58px;
  background-color:unset !important
}
.st-custom-button.pinterest.st-hide-label,.st-custom-button.pinterest{
  background:rgba(0,0,0,0) url("../images/pntrest-grey-.png") no-repeat scroll left 12px top 5px/34px auto;
  text-indent:-999px;
  height:48px;
  width:58px;
  background-color:unset !important
}
.st-custom-button.gmail.st-hide-label,.st-custom-button.gmail{
  background:rgba(0,0,0,0) url("../images/email-grey.png")no-repeat scroll left 12px top 4px/34px auto;
  text-indent:-999px;
  height:48px;
  width:58px;
  background-color:unset !important
}
.product.attribute.description,.financing-options>p{
  text-align:justify
}
.rating-summary .rating-result > span::before , .rating-summary .rating-result::before{
   font-size: 16px !important;
   line-height: 14px;
}
.col-sm-6.col-xs-12.product-detail-infomation.product-detail-infomation-sticky.product-all-detail{
  width:52%
}
.col-sm-6.col-xs-12.product-main-image{
  width:48%
}
.product-detail-media .sharethis{
  text-align:center
}
.product-info-main .product-info-price .price-box .price{
  font-size:18px;
  font-weight:700
}
.product-info-main .price-final_price.price-box .normal-price .price,
.product-info-main .price-final_price.price-box .sale-price .price{
  font-size:32px;
  line-height:1.5
}
.note-for-coupon{
  margin-bottom:10px
}
.products-grid .product-item-info .product-item-details .product-item-name,.products-grid .product-item-info .product-item-details{
  display:block !important;
  margin-left:15px;
  margin-right:15px;
  overflow:hidden;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap
}
.products-grid .product-item-info .product-item-details .product-item-name a{
  font-size:14px !important;
  overflow:visible;
  text-overflow:initial;
  white-space:normal;
  margin-left:0;
  margin-right:0;
  line-height:1.2
}
.product-item-details .price-container.price-final_price.tax.weee{
  font-size:22px
}
.product-info-main .swatch-attribute.color .swatch-option{
  height:75px !important;
  min-width:75px !important;
  background-size:contain !important
}
.custom_product_name{
  margin-top:2%
}
.product-info-main .swatch-attribute-label{
  min-height:30px;
  padding-top:10px
}
.product-info-main .swatch-attribute.color{
  min-height:52px;
  margin-bottom:15px !important
}
.product-info-main .swatch-attribute:last-child{
  margin-bottom:20px
}
.product-info-main .product-add-form .product-options-wrapper{
  padding-top:0
}
.product-info-main .product-add-form .product-options-wrapper .swatch-opt{
  margin-bottom:0
}
.logo>img{
  width:auto
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute+.swatch-attribute{
  margin-top:8px !important
}
.field.required.custom-option{
  height:50px;
  margin-bottom:15px !important;
  margin-top:-5px
}
.fa{
  display:inline-block;
  font-family:FontAwesome;
  font-feature-settings:normal;
  font-kerning:normal;
  font-language-override:initial;
  font-size:xx-large !important;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-synthesis:weight style;
  font-variant:normal;
  font-weight:bolder !important;
  line-height:1;
  text-rendering:auto
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu a{
  padding-left:5%
}
body .recent-products-grid .product-image-photo.img-thumbnail{
  padding:45px !important
}
.recent-product-cat-block .content-heading{
  margin-bottom:10px !important;
  margin-top:10px
}
.fullwidth .recent-product-cat-block .block.widget.mgs-products.recent-products-grid.products-grid.page-main.container,.cms-index-index .recent-product-cat-block .block.widget.mgs-products.recent-products-grid.products-grid.page-main.container{
  width:1170px
}
.deal-timer-wrap{
  display:inline-block;
  height:24px;
  vertical-align:text-top;
  margin-left:6px;
  margin-top:-7px
}
.deal-timer-top{
  height:auto;
  width:134px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:0 0 4px 4px;
  background-color:#0f3158;
  box-shadow:0 0 16px 0 rgba(0,0,0,.39);
  position:relative;
  padding:0 10px 5px
}
.deal-timer-top>div{
  display:flex;
  justify-content:space-between;
  align-items:flex-end
}
.deal-timer-top .countdown span{
  line-height:1.5;
  font-size:22px;
  text-align:center
}
.deal-timer-top .time-note span{
  font-size:9px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:1px
}
.swatch-attribute .swatch-option.text{
  height:34px !important;
  line-height:34px;
  padding:0 17px;
  color:#000;
  border-radius:0
}
.swatch-attribute .swatch-option.image.disabled, .swatch-attribute .swatch-option.text.disabled {
opacity: .4;
}
.swatch-option.disabled:after {
display: none;
}
.search-autocomplete{
  top:49px;
  left:0;
  right:0
}
body .mfp-bg.success-ajax--popup.mfp-ready {
	opacity: 0.07;
}
.btn-default {
    color: #222;
    border: 2px solid #222;
    background-color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #fff;
    border: 2px solid #222;
    background-color: #222;
}
.success-ajax--popup .mfp-inline-holder .mfp-content {
	width: 100% !important;
	max-width: 700px !important;
	border: 1px solid #222222;
	margin: 0 auto;
    background-color: #fff;
    position: relative;
}
.success-ajax--popup .popup__result-view-cart {
    margin: 0 !important;
}

.success-ajax--popup .popup__actions-wrapper button {
    width: 100%;
    text-align: center;
    display: block;
    min-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.success-ajax--popup .popup__result-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
}
.success-ajax--popup .popup__table {
    display: table;
    width: 100%;
}

.success-ajax--popup .popup__table .popup__table-col {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
	width: 60%;
}
.success-ajax--popup .popup__table .popup__table-col+.popup__table-col {
    padding-left: 0;
	width: 40%;
}
.success-ajax--popup .mfp-close {
	display: none !important;
}
.success-ajax--popup .item-added-message {
	color: #bd2544;
	text-align: center;
	margin-bottom: 15px;
}
.success-ajax--popup .display-name{
	color: #222222;
	text-transform: uppercase;
}
.success-ajax--popup .price{
	display: block;
	font-size: 15px;
	font-weight: bold;
}
.success-ajax--popup .info-col .price{
	margin-top: 7px;
}
.success-ajax--popup .popup__column--result{
	background-color: #F2F2F2;
    border-left: 1px solid #dbdbdb;
    padding: 10px 15px 0px;
}
#final-total-divider {
    border-top-color: #222222;
    border-top-width: 2px;
    margin: 0.5em 0;
}
.success-ajax--popup .your-cart-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 12px;
	line-height: 10.8px;
	letter-spacing: 0.3px;
}
.success-ajax--popup .totals {
    display: block;
    background-color: white;
    padding: 4px 8px;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 1.8em;
    color: #222222;
    margin: 5px 0 15px;
}
.success-ajax--popup .totals .line-item{
	font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
}
.success-ajax--popup .popup__actions-wrapper button {
	letter-spacing: 0;
    font-size: 12px;
    line-height: 100%;
    height: 32px;
}
.success-ajax--popup .popup__actions-wrapper {
    padding: 0 15px 15px;
}
.field-tooltip #tooltip-label {
    display: none;
}
body.size_visible {
	overflow: hidden;
}
.ring-size-flyout .overlay{
  display:none;
  height:100%;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  background-color:#000;
  opacity:0;
  z-index:998;
  transition:opacity .9s ease-in-out .1s;
  -ms-transition:opacity .9s ease-in-out .1s
}
body.size_visible .ring-size-flyout .overlay {
display: block;
opacity: .07
}
.ring-size-flyout .size-guide{
  height:100%;
  position:fixed;
  top:0;
  width:100%;
  background-color:#fff;
  right:-100%;
  z-index:999;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  padding:30px 40px;
  transition:right .5s ease-in-out .1s;
  -ms-transition:right .5s ease-in-out .1s;
  max-width:904px
}
body.size_visible .ring-size-flyout .size-guide {
    right: 0
}
.ring-size-flyout .close{
  position:absolute;
  right:25px;
  top:20px;
  opacity:1;
  color:#222;
  font-weight:500;
  font-size:38px;
  z-index:1
}
.ring-size-flyout .itemlist{
  padding-top:4rem
}
.ring-size-flyout .itemlist_items{
  border-bottom:1px solid #000;
  list-style-type:none;
  overflow:hidden
}
.ring-size-flyout .itemlist_items_item{
  display:inline-block
}
.ring-size-flyout .itemlist_items_item_link{
  font-weight:300;
  display:block;
  margin-right:56px;
  padding-bottom:10px;
  text-decoration:none;
  border-bottom:1.5px solid transparent
}
.ring-size-flyout .itemlist_items_item .active{
  font-weight:600;
  border-bottom:1.5px solid #000
}
.ring-size-flyout .contentswrap .content{
  display:none;
  padding-top:20px
}
.ring-size-flyout .contentswrap .content.active{
  display:block
}
.ring-size-flyout .ctable th,.ring-size-flyout .ctable td{
  padding:8px;
  line-height:1.42857143;
  vertical-align:top;
  width:20%
}
.ring-size-flyout .ctable-wrap{
  max-height:422px;
  overflow-y:auto;
  margin-bottom:2rem
}
.ring-size-flyout .find-your-fit{
  margin-bottom:2rem
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul li>a{
  font-size:14px;
  padding:2px 0 1px
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li strong{
  font-size:15px;
  font-weight:500
}
.menu-right{
  z-index:1
}
.menu-right #search_mini_form .mgs-instant-search-dropdown{
  top:100%;
  right:0;
  left:0
}
.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search .form.minisearch .button {
	visibility: visible;
    opacity: 1;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}
.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search .form.minisearch .input-text {
	padding-left: 45px;
	height: 40px;
}
[class*=" menuicon-"]:before, [class^=menuicon-]:before {
	display: inline-block;
    width: 32px;
    background: none no-repeat scroll left center transparent;
    margin-right: 7px;
    content: "";
    height: 24px;
    vertical-align: middle;
    background-size: 32px auto;
}
.menuicon-halo:before { background-image: url("../images/menu_icons/Halo.png"); }
.menuicon-pave:before { background-image: url("../images/menu_icons/Pave.png"); }
.menuicon-solitaire:before { background-image: url("../images/menu_icons/Solitaire.png"); }
.menuicon-side-stone:before { background-image: url("../images/menu_icons/Sidestone.png"); }
.menuicon-tree-stone:before { background-image: url("../images/menu_icons/Three Stone.png"); }
.menuicon-fancy:before { background-image: url("../images/menu_icons/Fancy.png"); }
.menuicon-best:before { background-image: url("../images/menu_icons/Diamond.png"); }
.menuicon-plain:before { background-image: url("../images/menu_icons/Classic Ring.png"); }
.menuicon-anniversary:before { background-image: url("../images/menu_icons/Anniversary Wedding rings.png"); }
.menuicon-eternity:before { background-image: url("../images/menu_icons/Eternity Wedding rings.png"); }
.menuicon-celtic:before { background-image: url("../images/menu_icons/Celtic Wedding Bands.png");}
.menuicon-diamond-ring:before { background-image: url("../images/menu_icons/Diamond Wedding Band.png");}
.menuicon-handmade:before { background-image: url("../images/menu_icons/Hand braided Wedding Bands.png");}
.menuicon-hisnher:before { background-image: url("../images/menu_icons/His and Hers Matching Wedding Bands.png");}
.menuicon-stylish:before { background-image: url("../images/menu_icons/Carved Wedding Bands.png");}

.menuicon-pendants:before { height: 32px; background-image: url("../images/menu_icons/Diamond Pendant.png"); }
.menuicon-earrings:before { height: 32px; background-image: url("../images/menu_icons/Diamond Earring.png"); }
.menuicon-pendants-design:before { height: 32px; background-image: url("../images/menu_icons/Diamond Pendant.png"); }
.menuicon-earrings-design:before { height: 32px; background-image: url("../images/menu_icons/Diamond Earring.png"); }
.menuicon-diamond:before {height: 32px; background-image: url("../images/menu_icons/Diamond.png");}
.menuicon-blue-sapphire:before {height: 32px; background-image: url("../images/menu_icons/Blue_sapphire.png");}
.menuicon-pink-sapphire:before {height: 32px; background-image: url("../images/menu_icons/Pink_sapphire.png");}
.menuicon-emerald:before {height: 32px; background-image: url("../images/menu_icons/Emerald.png");}
.menuicon-ruby:before {height: 32px; background-image: url("../images/menu_icons/Ruby.png");}

[class*=" menufont-"]:before, [class^=menufont-]:before {
	margin-right: 7px;
    color: #838383;
    font-size: 32px;
    vertical-align: middle;
    line-height: 28px;
    font-family: LoveWeddingFonts;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menufont-white-gold:before {color: #848484; content: "\E631"; font-size: 20px; line-height: 1.2; }
.menufont-yellow-gold:before {color: #c9a63a; content: "\E631"; font-size: 20px; line-height: 1.2; }
.menufont-rose-gold:before {color: #ff8080; content: "\E631"; font-size: 20px; line-height: 1.2; }
.menufont-platinum:before {color: #848484; content: "\E631"; font-size: 20px; line-height: 1.2; }
.menufont-platinum { position: relative; }
.menufont-platinum:after {
    content: "PT";
    left: 5px;
    position: absolute;
    font-size: 10px;
    font-weight: bolder;
    top: 4px;
}
.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .search-close {
	display: block;
    right: 15px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: none;
    font-size: 45px;
    z-index: 1;
    line-height: 1;
    color: #222;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .search-close i {
	line-height: 0;
	width: 24px;
}
.message.info.empty:before {
    content: "";
    display: block;
    clear: both;
}
body .price-box .old-price {
    margin-left: 8px;
    float: none;
    vertical-align: top;
}
.price-box .price-label {
	display: inline-block;
}
.product-info-price .price-box .regular-price .price-label:after,.products-grid .price-box .price-label:after{
  content:":"
}
.product-info-main .price-final_price.price-box .normal-price .price,
.products-grid .price-box .price-label:after,
.price-box.price-final_price .sale-price .price-container,
.price-box.price-final_price .sale-price .price{
  color:#123d6a
}
.product-info-main .price-final_price.price-box .sale-price .price:after{
  content:"*"
}
.footer{
  background:url(../images/footerbg.webp) no-repeat center center;
  padding-top:70px;
  background-size:cover
}
.footer-wrapper{
  display:flex;
  justify-content:space-between
}
.ftlogo{
  margin-bottom:15px;
  text-align:left;
  display:flex;
  justify-content:flex-start
}
.ftlogo img{
  margin:0;
  display:block
}
.footer-address p,.footer-address p a{
  color:#bdcbda;
  font-family:'Roboto',sans-serif;
  font-size:16px;
  margin-bottom:15px
}
.footer-ftnews p{
  color:#bdcbda;
  font-family:'Roboto',sans-serif;
  font-size:14px;
  margin-bottom:15px
}
.footer-address p.address span.sprite{
  margin-right:15px
}
.footer-address p.address span{
  display:inline-block;
  vertical-align:top
}
.footer-address p.email span{
  margin-right:15px
}
.footer-address p.mobile span{
  margin-right:15px
}
.footer-quicklink,.footer-address{
  width:32%;padding-right: 1.33%
}
.footer-quicklink h3,.footer-insta h3,.footer-ftnews h3{
  font-family:'Merriweather',serif;
  font-size:20px;
  color:#fff;
  margin-bottom:15px
}
.footer-quicklink ul{
  display:block;
  clear:both
}
.footer-quicklink ul li{
  float:left;
  margin:0 0 15px;
  width:50%
}
.footer-quicklink ul li a{
  color:#bdcbda;
  font-size:14px;
  font-family:'Roboto',sans-serif;
  position:relative;
  padding-left:13px
}
.footer-quicklink ul li a:before{
  position:absolute;
  content:"";
  left:0;
  top:4px;
  margin:auto;
  border-width:4px;
  border-color:transparent transparent transparent #bdcbda;
  border-style:solid
}
.footer-quicklink ul li:nth-child(2n+1){
  clear:both
}
.footer-insta{
  max-width:249px
}
.instawrap{
  display:block
}
.instawrap .instagram-item>a img{
  max-width:75px
}
.footer-ftnews{
  width:33.33%
}
.ftmain{
  padding-bottom:55px
}
.footer-ftnews .Newsletter{
  background:#fff;
  padding:15px;
  width:100%;
  display:block;
  margin-bottom:10px
}
.footer-ftnews input.subscribe{
  background:#ef5ca1;
  padding:15px;
  color:#fff;
  width:100%;
  display:block;
  font-weight:700;
  border-radius:0;
  border:none;
  line-height:1
}
.countrydrop img{
  display:inline-block;
  height:auto;
  margin-top:-2px
}
.countrydrop select{
  font-family:"Roboto";
  background:#0f3158;
  color:#fff;
  font-size:12px;
  border:0;
  -moz-appearance:button !important;
  -webkit-appearance:button !important;
  background:0 0;
  height:auto;
  text-indent:0;
  padding:0;
  width:auto
}
.countrydrop select option{
  background:#0f3158;
  color:#fff
}
.ftmain{
  border-bottom:1px solid #1e4b7b
}
.h-top-outer,.copyright{
  display:flex;
  justify-content:space-between;
  line-height:1
}
.copyright{
  padding:25px 0
}
.copyright ul{
  display:flex
}
.copyright ul li{
  margin-left:25px
}
.copyright p{
  color:#bdcbda;
  font-size:14px
}
.copyright p span{
  color:#fff;
  text-decoration:underline;
  font-size:14px
}
.header-wrapper{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:5px 0
}
.header-top{
  background:url('../images/top-head.webp') repeat scroll 0 0 #0f3158;
  color:#fff;
  padding:8px 0
}
.menu-left>ul>li,.menu-right>ul>li{
  margin:0 30px 0 0;
  position:relative
}
.menu-left ul>li:first-child,.menu-right ul>li:first-child{
  margin-left:0
}
.menu-right ul>li:last-child{
  margin-right:0
}
.menu-right>ul{
  display:flex;
  align-items:center
}
.menu-left a,.menu-right a,.header .menu-right .dropdown-toplinks button.dropdown-toggle{
  font-family:'Roboto',sans-serif;
  font-stretch:normal;
  font-style:normal;
  line-height:40px;
  color:#7d879c;
  font-size:14px
}
.menu-right a img,.header .menu-right .dropdown-toplinks button.dropdown-toggle .sprite{
  display:inline-block;
  margin-right:8px
}
.menu-right a sup{
  background:#ee5ca1;
  font-size:10px!important;
  color:#fff;
  padding:1px 5px;
  border-radius:50%;
  position:relative!important;
  left:-5px;
  top:-5px!important
}
.searchaction .head-search{
  border:1px solid #dae1e7;
  border-radius:3px;
  padding:10px;
  width:350px;
  max-width:100%
}
.searchaction{
  position:relative
}
.searchaction button.button{
  position:absolute;
  right:10px;
  top:8px;
  background:no-repeat;
  border:none
}
.mobilenum a{
  font-family:'Roboto',sans-serif;
  font-size:12px;
  color:#fff
}
.sale span{
  font-family:'Roboto',sans-serif;
  font-size:18px;
  color:#fff;
  line-height:16px;
  text-align:center;
  display:inline-block
}
.sale span strong{
  color:#ee5ca1;
  font-size:22px
}
.header .dropdown-toplinks .dropdown-menu li a:not(.no-display){
  line-height:normal
}
.minicart-wrapper .action.showcart{
  line-height:40px;
  color:#7d879c
}
.minicart-wrapper .action.showcart:before{
  display:none
}
.humberger span {
    width: 20px;
    height: 2px;
    background: #000;
    display: block;
    margin-bottom: 4px;
}
.header .dropdown-toplinks{
  display:block !important
}
.price-box.price-final_price .sale-price .price{
  font-weight:700
}
.product-add-form .price-box.price-final_price .sale-price .price{
  font-weight:400
}
.sprite{
  background-image:url('../images/spritesheet.png');
  background-repeat:no-repeat;
  display:inline-block;
  vertical-align:middle
}
.sprite-30days{
  width:40px;
  height:40px;
  background-position:-5px -5px
}
.sprite-30days-fixwd{
  width:25px;
  height:25px;
  background-position:-55px -5px
}
.sprite-address{
  width:19px;
  height:18px;
  background-position:-90px -5px
}
.sprite-cart{
  width:16px;
  height:16px;
  background-position:-119px -5px
}
.sprite-email{
  width:17px;
  height:14px;
  background-position:-145px -5px
}
.sprite-fb{
  width:10px;
  height:18px;
  background-position:-199px -5px
}
.sprite-freeshipping{
  width:40px;
  height:40px;
  background-position:-5px -111px
}
.sprite-freeshipping-fixwd{
  width:25px;
  height:25px;
  background-position:-55px -111px
}
.sprite-insta{
  width:16px;
  height:16px;
  background-position:-172px -5px
}
.sprite-jbox{
  width:40px;
  height:40px;
  background-position:-90px -111px
}
.sprite-lifetime{
  width:40px;
  height:40px;
  background-position:-140px -111px
}
.sprite-lifetime-fixwd{
  width:25px;
  height:25px;
  background-position:-5px -161px
}
.sprite-madein{
  width:40px;
  height:40px;
  background-position:-40px -161px
}
.sprite-phone{
  width:17px;
  height:18px;
  background-position:-190px -111px
}
.sprite-pinte{
  width:14px;
  height:16px;
  background-position:-190px -139px
}
.sprite-pno{
  width:14px;
  height:12px;
  background-position:-90px -165px
}
.sprite-profile{
  width:16px;
  height:16px;
  background-position:-114px -165px
}
.sprite-ringsize{
  width:40px;
  height:40px;
  background-position:-217px -85px
}
.sprite-search{
  width:16px;
  height:16px;
  background-position:-5px -85px
}
.sprite-twit{
  width:16px;
  height:14px;
  background-position:-31px -85px
}
.sprite-utube{
  width:18px;
  height:14px;
  background-position:-57px -85px
}
.block.review-list .title-content {
  text-align: center;
  margin-top:6%;
  margin-bottom:1%;
  background-color:rgb(242, 242, 242);
}
@media (min-width: 1200px) {
.header .navigation .nav-main-menu li.mega-menu-fullwidth .dropdown-menu img{
  display:none
}
.header .navigation .nav-main-menu li.mega-menu-fullwidth:hover .dropdown-menu img{
  display:block
}
.hide-desktop{
  display:none !important
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu{
  padding:14px 14px 16px
}
.responsive-menu{
  display:none
}
body .header.active-sticky.header4 .bottom-header-content {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 100px
}
}
@media (max-width: 1199px) {
.header:not(.header6):not(.header7) .nav-main-menu li>a+.toggle-menu {
  display:none
}
.login-section .countrydrop {
  float: right;
  line-height: 35px;
  margin-right: 5px
}
.login-section .countrydrop select {
  color: #0f3158
}
.header:not(.header6):not(.header7) .nav-main-menu li>a {
  padding: 8px 15px !important
}
.header:not(.header6):not(.header7) .nav-main-menu li>ul.dropdown-menu {
  padding-left: 0 !important
}
.header:not(.header5):not(.header8):not(.header9) .menu-search {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 2rem
}

.header:not(.header5):not(.header8):not(.header9) .menu-search .search-form.not-full .form-search {
  position: relative;
  max-width: calc(100% - 20px);
  margin: 0 10px
}

.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search .form.minisearch .input-text {
  border-radius: 5px
}

.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search {
  opacity: 1;
  visibility: visible
}

.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search .form.minisearch .input-text {
  height: 35px
}

.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search .form.minisearch .button {
  top: -5px
}
.header:not(.header6):not(.header7) .nav-main-menu [class*="col-"] {
    padding: 0;
    float: none;
    width: 100%;
}
.header .actions-call .action-call,.user-icon-button {
  background: 0 0;
  border: none;
  color: #0f3158;
  font-size: 21px;
  line-height: 1;
  display: block;
  cursor: pointer
}
.user-icon-button {
  display: inline-block;
  vertical-align: middle
}

.user-login {
  line-height: 3;
  margin-left: 10px
}

.minicart-wrapper {
  z-index: 10
}

#menu_search_mini_form {
  position: relative
}
#menu_search_mini_form .mgs-instant-search-dropdown {
  position: absolute;
  z-index: 1;
  margin-top: 0;
  right: 0;
  left: 0;
  box-shadow: 2px 3px 6px 0px #ddd
}
.megamenu-content .login-section {
  margin-top: 1rem;
  margin-bottom: 1rem
}
.menu-phone {
  margin-top: 2rem
}

.menu-phone .footer-address p a {
  color: #123d6a
}
}
@media(max-width: 1169px) {
.container {
    width:96%;
    margin: 0 auto
}

.menu-left a,.menu-right a {
    font-size: 14px
}

.footer {
    padding-top: 40px
}

.footer-address p {
    font-size: 14px
}

.footer-quicklink,.footer-address {
    width: 45%;
    margin-bottom: 20px
}

.footer-ftnews {
    width: 45%
}
}
@media(max-width: 1024px) {
.footer-wrapper {
    padding:0;
    flex-wrap: wrap
}

.menu-left>ul>li,.menu-right>ul>li {
    margin: 0 18px 0 0;
    position: relative
}

.menu-left>ul>li:after,.menu-right>ul>li:after {
    width: 10px;
    right: 5px
}

.menu-left>ul>li:last-child {
    margin-right: 12px
}

.logo {
    margin-right: 15px
}

.menu-left a,.menu-right a {
    font-size: 12px
}
}
@media(max-width: 991px) {
.menu-left a,.menu-right a {
  font-size:11px
}
}
@media (min-width: 768px) {
.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul li>a[class*=" menuicon-"],.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul li>a[class^=menuicon-]{
  padding:0
}
#placeholder-header {
  min-height:176px;
}
}
@media (max-width: 767px) {
#placeholder-header {
  min-height:139px;
}
.nav-main-menu li ul img {
	display: none;
}
.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .search-close {
  top: 6px;
  font-size: 32px
}
.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search {
    max-width: 500px;
    position: absolute;
    top: calc(100% + 5px);
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 100%;
    background: none;
    width: calc(100vw - 30px);
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
}

.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search .form.minisearch {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    margin-top: 0;
}

.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search .form.minisearch .input-text {
    color: #000;
    background-color: #fff;
    border: 1px solid #888;
    text-align: left;
    padding-right: 45px;
    font-size: 16px;
}

.header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search .form.minisearch .button {
    background: none;
    border: initial;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 50px;
    font-size: 24px;
    color: #000;
}
.breadcrumbs ul>li.item {
  display: inline-block;
  float: none
}
.products-grid .product-item-info .product-item-details {
  padding-right: 5px
}
.swatch-attribute.material .swatch-option.text {
  display: inline-block;
  float: none;
  margin-right: 0
}
.product-add-form .product-options-wrapper .fieldset>.field>.control {
  position: relative;
  padding-bottom: 15px
}
.product.info.detailed .item.content.right-diamond-block .table.additional-attributes tr td {
  padding: 15px 5px;
  text-align: center
}

.ring-size-flyout .size-guide {
  padding: 30px 16px
}
.header:not(.header6):not(.header7) .megamenu-content {
  z-index: 10000;
  overflow-x: hidden
}
.minicart-wrapper>a>span:last-child {
  display: none
}
.deal-timer-wrap {
  vertical-align: bottom;
  margin-top: 5px;
  height: 27px
}
.product-info-main .product-add-form .box-tocart>.fieldset,.bundle-info .product-details .box-tocart>.fieldset {
  float: none
}

.product-info-main .product-add-form .actions,.bundle-info .product-details .actions {
  display: block
}

.product-info-main .product-add-form .actions button.tocart {
  display: block;
  width: 100%
}

.product-info-main h12 {
  float: none
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer.sticky {
  width: 45%;
  position: fixed;
  right: 0;
  top: 140px;
  z-index: 1;
  border-bottom: 1px solid;
  border-left: 1px solid
}

.product.media.sticky #vertical-thumbnail-wrapper {
  display: none
}

.product.media.sticky .vertical-gallery #owl-carousel-gallery.owl-carousel.gallery-vertical {
  padding-left: 0 !important;
  width: 100%
}

.footer-wrapper {
  padding: 0 5px;
  flex-wrap: wrap
}

.footer-center {
  order: -1;
  margin-bottom: 20px
}

.footer-left ul {
  display: flex
}

.footer-left a {
  font-size: 13px
}

.footer-right ul {
  display: inline-flex;
  justify-content: space-between
}

.footer-right a {
  margin: 0 7px
}

.menu-left .desktop-menu {
  display: none
}

.logo {
  margin-right: 0;
  width: 40%
}

.menu-left {
  width: 20%
}

.menu-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 9px
}

li.mobile-hide {
  display: none
}

li.mobile-search {
  display: block;
  padding-right: 0
}

li.mobile-search {
  display: block;
  padding-right: 0 !important
}

li.mobile-search:after {
  display: none
}

.mobile-search img {
  width: 19px;
  margin-left: 5px;
  margin-right: 5px
}

.logo img {
  width: 100px;
  height: auto
}

.mobile-search img {
  width: 19px;
  margin-left: 0;
  margin-right: 10px
}

.solar {
  bottom: 21px;
  left: 15px;
  font-size: 14px
}

ul.mobile-menu {
  display: block;
  position: fixed;
  width: 300px;
  background: #000;
  top: 0;
  left: -300px;
  z-index: 9999;
  bottom: 0;
  padding-top: 10px;
  overflow: scroll
}

ul.mobile-menu.show-mobile-menu {
  left: 0
}

.mobile-menu a {
  font-family: "Open Sans",sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.76px;
  color: #fff;
  font-size: 19px;
  padding: 20px 10px;
  display: block;
  border-bottom: 1px solid
}

.mobile-menu li {
  padding-right: 0 !important
}

.menu-close {
  display: inline-block;
  padding-left: 11px;
  width: 40px
}

.mobile-filter {
  display: block
}

#footer-slider .section-title {
  text-transform: lowercase;
  padding-top: 20px;
  font-size: 22px
}

.mobile-filter {
  z-index: 9999999;
  background: #000;
  color: #fff !important;
  top: 94%;
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  height: 50px;
  text-align: center;
  line-height: 50px
}

#footer-slider .owl-next {
  right: 0;
  width: 80px
}

.footer-quicklink,.footer-address,.footer-ftnews {
  width: 100%
}

.h-top-outer,.copyright {
  flex-wrap: wrap
}

.copyright p {
  margin-bottom: 10px;
  font-size: 12px
}

.copyright p span {
  font-size: 12px
}

.copyright ul {
  width: 100%;
  justify-content: space-between
}

.copyright {
  padding: 15px 0
}

.ftmain {
  padding-bottom: 15px
}

.footer-quicklink h3,.footer-insta h3,.footer-ftnews h3 {
  font-size: 17px;
  margin-bottom: 0
}

.footer {
  padding-top: 30px
}

.footer-address p {
  font-size: 14px
}

.mobile-hide,.headermenu,.mobilenum {
  display: none
}

.footer-quicklink,.footer-address {
  margin-bottom: 0
}

.footer .collapsible {
  border-top: 1px solid #fff;
  display: block;
  max-width: 100%;
  width: 100%
}

.footer .collapsible h3 {
  padding: 1rem 0
}

.footer .collapsible>div {
  display: none
}

.footer .collapsible.active>div {
  display: block
}

.footer .collapsible h3:after {
  content: "\f107";
  font-family: "FontAwesome";
  float: right
}

.footer .collapsible.active h3:after {
  content: "\f106"
}
.success-ajax--popup .popup__table .popup__table-col {
    display: table;
    width: 100%;
}
.success-ajax--popup .popup__table .popup__table-col+.popup__table-col {
    width: 100%;
    display: block;
    padding: 2rem 1rem;
}
}
@media (max-width: 415px) {
.breadcrumbs ul>li.item {
  max-width:100%;
  text-overflow: unset;
  white-space: normal;
  overflow: visible
}

.fullwidth .margin-top60 {
  margin-left: 0;
  margin-right: 0
}

.page-bottom {
  margin-top: -30px
}

.product-all-detail {
  width: 100% !important
}

.product-main-image {
  width: 100% !important
}

.catalog-product-view .slick-list {
  padding: 0 !important
}

.catalog-product-view .product-info-main .product-add-form .box-tocart,.bundle-info .product-details .box-tocart {
  margin: 0 !important
}

.catalog-product-view .product-options-wrapper .input-text.product-custom-option {
  background: #fff none repeat scroll 0 0 !important;
  min-width: 215px !important
}

.catalog-product-view .custom-block-left {
  float: left;
  width: 100%;
  padding: 10px 0
}

.catalog-product-view .row .col-md-4.col-sm-6.fore2.description,.row .col-md-4.col-sm-12.fore3 {
  margin: 10px
}

.financing-options {
  margin: 10px !important
}

.catalog-product-view #di-content {
  overflow: scroll !important
}

.catalog-product-view .description .delivery {
  width: 100% !important
}

.catalog-product-view .product-add-form .product-options-wrapper .fieldset>.field>.control select {
  min-width: 215px !important
}

.custom-option .input-text.product-custom-option,.custom-option select {
  min-width: 215px !important
}

button#product-addtocart-button {
  min-width: 215px !important
}

div#attributedescription {
  padding: 10px 0
}

.custom_description .content-heading {
  margin-bottom: 0 !important;
  margin-left: 0;
  text-align: justify;
  margin-top: -20px !important
}

.custom_description .block-title {
  margin: 10px
}

.custom_description form#review-form {
  margin-left: 10px;
  margin-right: 10px
}

/*.form-group.review-field-nickname.required {
  margin-top: -50px
}*/
.minicart-items .product-item .product.actions>div.primary {
    display: none;
}
.block.review-list {
  margin-left: 0
}
.rating-summary .reviewdatenew {
    float: left;
    margin-left: 10%;
    padding-right: 30px;
    text-align: right;
    width: 160px;
}
.reviewsummarynew , .reviewmessage{
  clear:both;
  display:block;
  float:left;
  content:".";
  width:100%;
}
.reviewsummarynew .reviewauthornew , .reviewmessage .reviewdescription {
    float: left;
    margin-left: 10%;
    padding-right: 30px;
    text-align: right;
    width: 160px;
}
.product-reviews-summary-top {
  padding-bottom: 10px !important;
  margin: 10px;
  padding: 0
}

.leave-review {
  margin-left: -3% !important
}

.product-info-main .swatch-option {
  margin: 5px 8px 4px 0 !important
}

.swatch-attribute.stone span.swatch-attribute-label {
  min-width: 70px !important;
  width: 70px !important
}

.swatch-attribute.stone span.swatch-attribute-selected-option {
  min-width: 190px !important;
  margin-left: 0
}

.list-green.clearfix>li {
  max-width: 155px
}

}

@media (max-width: 600px) {
.navigation .nav-main-menu li .top-content {
  display:none
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li {
  float: left;
  position: relative;
  width: 100% !important
}

.content-block.recent-product-cat-block {
  display: none
}

.products-grid .product-item-info .product-item-details .product-item-name,.products-grid .product-item-info .product-item-details {
  margin-left: 5px;
  margin-right: 5px
}

.fa {
  font-size: x-large !important
}

.swatch-option-tooltip {
  max-width: 0 !important;
  max-height: 0px !important;
  overflow: hidden;
  min-height: 0px !important;
  min-width: 0 !important
}

.col-sm-6.col-xs-12.product-detail-infomation.product-detail-infomation-sticky.product-all-detail,.col-sm-6.col-xs-12.product-main-image {
  width: 100%
}

.product-detail-infomation-content .swatch-attribute-selected-option {
  float: left;
  font-size: 15px !important;
  margin-left: -34%;
  margin-top: 6% !important;
  padding-left: 0 !important;
  width: 100px !important
}

.product-info-main .product-add-form .box-tocart,.bundle-info .product-details .box-tocart {
  margin-left: 0 !important
}

.custom-option select {
  float: left;
  width: 150px !important
}

.custom-option .input-text.product-custom-option {
  float: left;
  width: 150px !important
}

.custom-option .input-text.product-custom-option {
  min-width: 150px
}

.full-review.product-reviews-summary.empty {
  float: left;
  width: 100%
}

.custom-option .note {
  width: 230px
}

.fore3,.fore4 {
  float: left
}

.fore4:before {
  content: "|";
  padding: 0 20px
}

.ir218-social-contact.text-33.clearfix {
  display: inline-block;
  width: auto;
  line-height: 40px;
  margin-left: 1.5rem
}

.st-custom-button.twtr,.st-custom-button.fb.st-hide-label,.st-custom-button.fb,.st-custom-button.instagram.st-hide-label,.st-custom-button.instagram,.st-custom-button.pinterest.st-hide-label,.st-custom-button.pinterest,.st-custom-button.gmail.st-hide-label,.st-custom-button.gmail {
  width: 54px
}

.st-custom-button.twtr:hover,.st-custom-button.fb.st-hide-label:hover,.st-custom-button.fb:hover,.st-custom-button.instagram.st-hide-label:hover,.st-custom-button.instagram:hover,.st-custom-button.pinterest.st-hide-label:hover,.st-custom-button.pinterest:hover,.st-custom-button.gmail.st-hide-label:hover,.st-custom-button.gmail:hover {
  width: 54px
}

.product-info-price {
  float: left
}

#product_addtocart_form .product-info-price {
  float: none;
  display: block
}

.product-detail-infomation-content .swatch-attribute-label {
  float: left;
  margin-right: 10px;
  margin-top: -8px;
  min-width: 130px;
  width: 50%
}

.product-detail-infomation-content .swatch-attribute-selected-option {
  float: left;
  font-size: 15px !important;
  margin-left: -30%;
  margin-top: 1.5% !important;
  padding-left: 0 !important;
  width: 100px !important
}

.product-info-main .swatch-attribute.color .swatch-option {
  height: 72px !important;
  margin-top: .5% !important;
  min-width: 55px !important
}

.product-detail-infomation-content .swatch-attribute.material .swatch-attribute-label {
  width: 62%
}

.product-detail-infomation-content .swatch-attribute.material .swatch-attribute-selected-option {
  margin-left: -35%
}

.product-detail-infomation-content .swatch-attribute.finishing .swatch-attribute-selected-option.swatch-attribute-selected-option {
  margin-left: -25%
}

.field.custom-option {
  margin-top: 20px
}

.custom-option .control {
  float: left;
  width: 100%
}

.custom-option .input-text.product-custom-option,.custom-option select,.product-info-main .product-add-form .actions button.tocart,.bundle-info .product-details .actions button.tocart {
  min-width: 280px !important
}

.swatch-attribute .swatch-attribute-options.clearfix {
  width: 100%
}

.product-info-main .swatch-option {
  margin: 5px 8px 0 0
}

.catalog-product-view .description .delivery {
  width: 100%
}

.col-md-4.col-sm-6.fore2.description {
  margin: 15px !important
}

.financing-options {
  margin: -20px 20px 20px
}

.content-heading {
  margin-bottom: 20px;
  text-align: justify
}

.shipping-details .content-heading {
  margin-left: 20px;
  padding-top: 30px
}

#attributedescription {
  width: 100%;
  padding: 0
}

.custom_description .content-heading {
  margin-bottom: 20px;
  margin-left: 10px;
  text-align: justify
}

.productiteminfo .custom_description .content-heading {
  margin-left: 0
}

.fieldset>.field:not(.choice) {
  float: none
}

.product-detail-infomation-content .swatch-attribute.thickness .swatch-attribute-selected-option.swatch-attribute-selected-option {
  margin-left: -22%;
  margin-top: .5% !important
}

.product-reviews-summary-top .total-score {
  float: left;
  margin-left: 0
}

.product-reviews-summary-top .reviews-actions {
  float: left;
  margin-left: 5%;
  width: 115px
}

.leave-review {
  float: left;
  margin-left: -2%;
  margin-top: -5%;
  width: 90px !important
}

.rating-summary .reviewdatenew {
  float: left;
  margin-left: -5%;
  padding-right: 30px;
  text-align: right;
  width: 130px
}

.reviewsummarynew .review-title {
  float: left;
  margin-left: 5%;
  width: 60%;
  text-align: left
}

.reviewsummarynew .review-content {
  float: left;
  margin-left: 37.2%;
  margin-top: .5%;
  text-align: left
}

.reviewsummarynew .reviewauthornew,.reviewmessage .reviewdescription {
  float: left;
  margin-left: 0;
  padding-right: 30px;
  text-align: right;
  width: 100px
}

.header .top-header-content .top-middle-header {
  height: 56px;
  line-height: 120%
}
.content-heading h3.title{
  overflow-x:hidden;
}
}
#mass-preloader{
  display:none
}
body.mass-preloader{
  overflow-y:auto
}
body.mass-preloader .page-wrapper{
  display:block
}
#search_mini_form{
  position:relative
}
#search_mini_form .mgs-instant-search-dropdown{
  position:absolute;
  z-index:1;
  margin-top:5px;
  right:15px;
  left:15px
}
.not-full #search_mini_form .mgs-instant-search-dropdown{
  margin-top:0;
  right:0;
  box-shadow:2px 3px 6px 0px #ddd;
  left:0
}
.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper {
    background-color: #ffffff;
    padding: 0 10px 10px;
    max-height: calc(100vh - 220px);
    overflow-x: hidden;
    overflow-y: auto;
}

.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .products {
    margin: 0;
}

.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items {
    margin: 0;
    padding-top: 10px;
}

.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info {
    display: table;
    max-width: 100%;
}

.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-photo {
    display: table-cell;
    vertical-align: top;
    width: 80px;
    padding: 0 10px 0 0;
}

.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-photo img {
    max-width: 100%;
}

.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details {
    vertical-align: middle;
    display: table-cell;
}
.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-info-price .price-box {
    display: block;
    margin: 0;
}

.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-info-price .price-box .price-container {
    font-size: 15px;
}

.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-info-price .price-box .price-container .price {
    font-size: 15px;
    line-height: 20px;
}
.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-info-price .price-box .price-label {
    display: none;
}

.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item {
    border-bottom: 1px solid #dadada;
}

.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item:last-child {
    border-bottom: none;
}
.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title {
    margin: 0 -10px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #dadada;
}

.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title > span {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.form.minisearch .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title .see-all {
    float: right;
}
.not-full #search_mini_form .mgs-instant-search-dropdown {
    margin-top: 0;
    right: 0;
    box-shadow: 2px 3px 6px 0px #ddd;
    left: 0;
}
.mgs-instant-autocomplete-wrapper .no-result {
    padding: 10px 0 0;
    font-style: italic;
}
.field-recaptcha .control input {
	visibility: hidden;
}
@media (min-width: 1700px){
  .product-detail-infomation-content .swatch-attribute-selected-option {
    margin-left: -18%;
  }
  body.wide .container {
    width: 1440px;
  }
  .shipping-additional {
    float: none;
    margin-left:0;
    margin-top:0;
    display: block;
    width: 100%;
    clear: left;
    text-align: center;
  }
  .shipping-additional ul {
    display: inline-block;
  }
  .recent-products-grid .product-top{
    padding:0 10px 40px;    /*0 75px 85px;*/
  }
}
div.mage-error {
    color: red;
    border-color: red;
}