.header-buttons__path {
	fill: #333333;
}
.site-logo {
	max-width: 200px;
	/*top: -10px;*/
}
.site-logo img {
    width: 90px;
    margin-top: -10px;
    transform: scale(2,2);
}
a:hover {
	text-decoration: none;
}
.site-logo a {
	text-align: center;
	font-family: "Didot",TimesNewRoman,"Times New Roman",Times,Baskerville,georgia,serif;
	font-size: 22px;
	text-transform: uppercase;
}
.component-grid-items.layout-n li:nth-child(3) div.grow, .component-grid-items.layout-n li:nth-child(5) div.grow {
	padding-top: 0;
	padding-bottom: 0;

}
.opc-block-progress .product-cart-info .label{
    color: #1d2345;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 1.2;
    width: 53%;
    padding: 0;
    padding-top: 0.625rem;
    font-weight: initial;
}
body.cms-index-index .category_grid h2 {
	font-size: 1.625rem;
    line-height: 2.25rem;
    font-family: "Didot",TimesNewRoman,"Times New Roman",Times,Baskerville,georgia,serif;
    margin-left: 5%;
}
body.cms-index-index .category_grid h3.cta, body.cms-index-index .category_grid .popup-block .cta.block-title, .popup-block body.cms-index-index .category_grid .cta.block-title {
	padding-left: 0;
	margin-left: 5%;
	text-align: left;
}
body.cms-index-index .category_grid h3.nocta, body.cms-index-index .category_grid .popup-block .nocta.block-title, .popup-block body.cms-index-index .category_grid .nocta.block-title {
    text-transform: uppercase;
    color: #1d2246;
}
body.cms-index-index #homepage_content_grid .overlay.bottomcentred, body.cms-index-index #homepage_content_grid .overlay.bottomcentered {
	margin:45% auto;
	background: rgba(0,0,0,0.5);
}
.store-locator--store .store-locator__container--tertiary {
	/*margin: 9rem 0 ;*/
	height: 90vw;
}
/*.tooltip-inner {
	max-width: 500px;
}
.tooltip-inner p {
	text-align: left;
}*/
.tooltip-templates { display: none; } 
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
	background: grey;
	border: 3px solid red;
	border-radius: 6px;
	box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
	color: blue;
	padding: 8px;
}
.hidden-checkbox {
  visibility: hidden;
}
.checkbox-wrapper {
	flex: 1 1 100%;
  	text-align: center;
}
.roundedOne {
  width: 23px;
  height: 23px;
  background: #fcfff4;

  /* background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); */
  margin: 20px auto;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  /* box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */
  box-shadow: inset 0px 0px 4px #939598, 0px 0px 0px #939598;
  position: relative;
}

.roundedOne label {
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  color: #939598;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
  background: linear-gradient(top, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(158,158,158 ,1)', endColorstr='rgba(158,158,158 ,1)',GradientType=0 );
}

.roundedOne.enabled label{
    background: -webkit-linear-gradient(top, rgb(215, 215, 215) 0%, rgb(215, 215, 215) 100%);
    background: -moz-linear-gradient(top, rgb(215, 215, 215) 0%, rgb(215, 215, 215) 100%);
    background: -o-linear-gradient(top, rgb(215, 215, 215) 0%, rgb(215, 215, 215) 100%);
    background: -ms-linear-gradient(top, rgb(215, 215, 215) 0%, rgb(215, 215, 215) 100%);
    background: linear-gradient(top, rgb(215, 215, 215) 0%, rgb(215, 215, 215) 100%);
}

.roundedOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  /*background: #00bf00;*/
  background: #333;


  /*background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: linear-gradient(top, #00bf00 0%, #009400 100%);*/

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 0px;
  left: 0px;

 /* -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);*/
}

.roundedOne.enabled label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}

.roundedOne input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.borderless td, .borderless th {
    border: none !important;
}
.borderless th {
	border-bottom: 1px solid #ddd !important;
}
.appointment-modal {
	border: none;
    background: transparent;
    /*z-index: -1;*/
    transform: translateZ(0px);
    position: fixed;
    /*display: none;*/
    opacity: 1;
    /*width: 357px;*/
    width: 0px;
    margin-left: 8px;
    margin-right: 8px;
    margin: 0;
    /*height: 475px;*/
    height: 0px;
    right: 10px;
    bottom: 10px;
    
    transition-property: opacity, width, height, bottom;
    transition-timing-function: ease-out;
    transition-duration: 300ms;
}
.appointment-modal .modal-header {
	background: #1d2345;
}
.appointment-modal .modal-header h4 {
	color: white;
}
.appointment-modal .modal-header .close {
	color: white;
	opacity: 1;
}
.appointment-modal .modal-header .close:hover {
	opacity: 0.5;
	background: transparent;
}
.appointment-modal .modal-content {
	height: 100%;
	border: none;
	-webkit-box-shadow: 0 0px 3px rgba(0,0,0,.5);
    box-shadow: 0 0px 3px rgba(0,0,0,.5);
}
.appointment-modal .modal-body {
	overflow-y: auto;
	max-height: 350px;
}
#header-cart .mini-products-list li:after, #header-language .mini-products-list li:after, #header-account .mini-products-list li:after {
	background-color: transparent;
}

.checkout__delivery-options--wrapper {
	display: block;
}

#checkout-step-payment input[type='radio']{
  display: inline-block;
      float: left;
    margin-right: 10px;
}
.input-text[disabled] , .validate-select[disabled] {
  cursor: not-allowed; 
  background-color: #eee;
  opacity: 1;
}

.ol-list {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.ol-list li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.ol-list li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
}

.ol-list li li {
    margin: 0;
}

/*.ol-list li li:before {
    content: counters(item, ".") " ";
}*/
/*.ol-alpha > li {
    list-style: none;
    position: relative;
}*/
.ol-alpha li {
  display: table;
  counter-increment: list;
  margin-bottom: 0.6em;
}
.ol-alpha li:before {
    /*counter-increment: list;*/
    content: "(" counter(list, lower-alpha) ") ";
    /*position: absolute;*/
    /*left: -1.4em;*/
}
.product-details-table {
  width: 100%;
}
.product-details-h6 {
  margin-top: 20px;
}
.product-details-table tr {
  border-bottom: 1px solid #ddd;
}
.product-details-table td {
  padding: 5px;
}
.reading-box {
  margin : 20px auto;
  background-color:#ffffff;
  border-width:8px;
  border-color:#f6f6f6;
  border-left-width:8px;
  border-left-color:#fde8e6;
  border-style:solid;
}
.reading-box p, .reading-box h5 {
  padding: 15px;
}
.center-pills {
  display: flex;
  justify-content: center;
}
.center-pills li {
  flex: 1;
  text-align: center;
  border-top-color: #fef6f5;
  background-color: #fef6f5;
}
.center-pills li.active {
  border-top: 3px solid #fde8e6;
  background: #ffffff;
}
.center-pills>li>a, .center-pills>li>a:focus, .center-pills>li>a:hover{
  font-weight: bold;
  font-size: 20px;
}
.center-pills>li.active>a, .center-pills>li.active>a:focus, .center-pills>li.active>a:hover {
  color: black;
  font-weight: bold;
  font-size: 20px;
  background: #ffffff;
}
.fourcs-description {
  text-align: center;
  padding: 10px 20px;
  color: #333;
  margin-bottom: 0;  
}
@media only screen and (min-width: 992px) {
	.margin-grow {
		margin-top: 0px;
		overflow: hidden;
	}
	.site-logo {
		max-width: 400px;
	}
	.site-logo a {
		font-size: 30px;
	}
	.component-grid-items.layout-n div a img.hover-zoom {
		transform: scale(0.6,0.6);
	}
	.component-grid-items.layout-n div a img.hover-zoom:hover {
		transform: scale(0.8,0.8);
	}
	.component-grid-items.layout-n div a img.hover-zoom {
		width: 100%;
	    height: 100%;
	    -webkit-transition: all 0.66s ease-in-out;
	    -moz-transition: all 0.66s ease-in-out;
	    -o-transition: all 0.66s ease-in-out;
	    -ms-transition: all 0.66s ease-in-out;
	    transition: all 0.66s ease-in-out;
	}
	body.cms-index-index #homepage_content_grid .overlay.bottomcentred, body.cms-index-index #homepage_content_grid .overlay.bottomcentered {
		margin: 35% auto;
		margin-left: 12%;
	}
  .masthead { 
    margin: 2.2rem 0 2.2rem;
  }
  .nav-primary__list li.level0.parent>a {
   padding: 0.625rem 1.25rem 1.25rem; 
 }

    .hover-zoom2 {
        transform: scale(0.6,0.6);
    }

    .hover-zoom2:hover {
        transform: scale(0.8,0.8);
    }

    .hover-zoom2:hover {
        width: 100%;
	    height: 100%;
	    -webkit-transition: all 0.66s ease-in-out;
	    -moz-transition: all 0.66s ease-in-out;
	    -o-transition: all 0.66s ease-in-out;
	    -ms-transition: all 0.66s ease-in-out;
	    transition: all 0.66s ease-in-out;
    }
}

@media screen and (min-width: 768px) {
  .site-logo img {
        width: 120px;
    }
	.component-grid-items li a, .component-grid li a, .component-grid-items .li a, .component-grid .li a {
		height: 300px;
	}
	.component-grid-items.layout-n li:nth-child(3) a .overlay {
		bottom: 0;
	}
	.component-grid-items.layout-n li:nth-child(6) {
		overflow: auto;
	}

	.component-grid-items.layout-n li:nth-child(6) a {
		padding-bottom: 66.66667%;
		margin-top: 0;
	}
	.component-grid-items.layout-n li a {
		padding-bottom: 66.66667%;
	}
	.component-grid-items.layout-n li:nth-child(3) div.grow {
		margin-top: -50px;
	}
	.store-appointments__heading, .store-info__heading, .store-locator__heading {
		font-size: 1.875rem !important;
	    line-height: 2.625rem !important;
	    margin: 0 0 1.5625rem !important;
	}
}


.modal-content{
  border-radius: 0;
  color: #4c5d7d;
}

.modal button.btn-primary {
    font-size: 0.875rem;
    line-height: 1.225rem;
    padding: 0.6875rem 0.9375rem 0.5rem;
    font-family: FuturaWeb, arial, sans-serif;
    letter-spacing: 0.125rem;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    background: #1d2345;
    color: #fff;
    border: none;
    margin-top: 0;
    border-radius: 0;
}

.modal button.btn-primary:hover,
.modal button.btn-primary:focus {
    background: #0e1121;
    color: #fff !important;
    outline: none;
    text-decoration: none
}

.modal button.btn-primary .icon {
    margin-top: -0.125rem;
    margin-right: 0.3125rem
}

.modal a.btn-primary {
    border-bottom: 1px solid #1d2345
}

.noUi-handle:before, .noUi-handle:after {
    top: 3px;
}

.noUi-horizontal .noUi-handle {
    height: 15px;
    width: 20px;
    top: -7px;
    border-radius: 10px;
    cursor: pointer;
}

.noUi-horizontal {
    height: 5px;
}

.noUi-handle:before, .noUi-handle:after {
    height: 7px;
    left: 8px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -10px;
    left: auto;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  vertical-align: middle;
}

.label{
  border-radius: 0;
}

.product-it-in{
    width: auto;
    display: inline-block;
    margin-left: 15px;
        vertical-align: middle;
}

.product-in-table a img{
      max-width: 100px;
    display: inline-block;
}

.product-in-table a{
      display: inline-block;
    vertical-align: middle;
}

.order_summary .table>thead>tr td:last-child, 
.order_summary .table>thead>tr th:last-child,
.order_summary .table>tbody>tr td:last-child, 
.order_summary .table>tbody>tr th:last-child{
  text-align: right;
}

.noUi-pips-horizontal{
  height: auto;
}

.icon-arrow-left{
    background-image: url(../img/icon/Calender_Left.png);
    width: 35% !important;
    height: 20px !important;
    background-size: cover;
    background-position: top !important;

}

.icon-arrow-right{
    background-image: url(../img/icon/Calender_Right.png);
    /* width: 35% !important;
    height: 20px !important; */
    background-size: cover;
    background-position: top !important;
}

.categoryprodfilters dd li a .icon {

    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

}


.state {
    clear: both;
    font-size: 0.875rem;
    margin: 0 0 1.25rem;
    text-transform: uppercase
}

.state:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 768px) {
    .state {
        padding-top:1.25rem
    }
}

@media screen and (min-width: 1165px) {
    .state {
        padding-top:0;
    }
}

.state__item {
    float: left;
    padding-right: 1.25rem
}

.state__item--clear {
    float: right;
    padding-left: 0.625rem;
    padding-right: 0
}

@media screen and (min-width: 992px) {
    .state__item--clear {
        padding-left:1.25rem;
        float: left
    }
}

.state__button {
    color: #151a33
}

.state__button:after {
    content: ' ';
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/skin/frontend/solitaire/default/images/svg-min/x-close.svg) no-repeat left top;
    display: inline-block;
    height: 0.5625rem;
    width: 0.5625rem;
    margin-left: 0.3125rem
}

.state__clear {
    color: #777
}

@media screen and (min-width: 1165px){
  .categoryprodfilters dt {
        height: auto;
  }
}

@media screen and (min-width: 768px){
  .bx-wrapper {
      padding: 0 6px;
  }
}

#timefrom, #timefromSelectBoxItContainer{
  margin-right: 0;
}

#timefrom, #timeto, #timefromSelectBoxItContainer, #timetoSelectBoxItContainer{
  float: none;
}

.Zebra_DatePicker td.dp_disabled_current {
    color: #E38585;
    background: white;
}

.four4cs img{
    border: 8px solid #fde8e6;
}

div.social-wrap button {
    cursor: pointer;
    background: none;
    border: none;
    color: #fff;
    font-family: "Merriweather Sans", sans-serif;
}

button#facebook {
    border-color: #2d5073;
    background-color: #4267b2;
    width: 100%;
}

div.social-wrap button div {
    display: inline-block !important;
    padding: 0px 5px !important;
    vertical-align: middle;
}

div.social-wrap button div i {
    font-size: 25px;
    padding-top: 3px;
}

.cart-totals-wrapper{
  line-height: 1.5;
}

.appointment-modal label{
  text-align: center; display: block;
}

.pager-dots{
    position: absolute;
    cursor: pointer;
    z-index: 990;
    font-size: 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    /* color: #1d2345; */
    background-image: url('img/icon/Slider_Dots_Not Selected.png');
}

.pager-dots span.cycle-pager-active {
    color: black;
}

body.cms-index-index #top-cycle-slideshow-holder .hero-content {
    margin-bottom: 15px;
}

@media(max-width:768px){
    .object-imgs{
        height: 120px !important;
    }
}

@media(min-width:992px){
    .object-imgs{
        height: 210px !important;
    }
}

/* @media(min-width:1200px){
    .object-imgs{
        height: 240px !important;
    }
} */

hr#break-line{
    border-top: 2px solid #dadada;
}

@media(min-width:992px){
    .search-box{
        display: block;
        text-align: right;
        /* margin-right: 20px; */
        /* margin-top: -20px;
        margin-bottom: 10px; */
    }
    
    .search-input{
        width: 200px;
        padding: 8px !important;
    }

    .nav-primary__list li.level0.parent a.btn-search{
        padding-top: 10px;
        background-color: #f3f3f3;
        padding: 10px;
        display: inline-block;
    }
}

.store-buttons__button2{
    width: auto;
    padding: 0.625rem 2rem 0.4375rem;
}

/* Form */

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control {
    border-radius: 0px;
}

.has-feedback .form-control:focus {
    border: none;
}

/* Product Detail */
.product-Shortdesc{
    /* margin-top: 20px; */
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    font-size: 12px !important;
    border-bottom: 1px solid #dddddd;
}

/* .drop-hint{
    position: absolute;
    right: 30px;
    top: 0.3125rem;
    cursor: pointer;
} */

.product-icon-bar {
    float: right;
    margin-top: 20px;
}

.product-icon-bar a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.product-view .product-details .product-name.price .h1{
    text-align: center;
    display: block;
    margin-right: 0;
    padding-right: 0;
}

.product-icon-bar a img{
    max-width: 18px;
    cursor: pointer;
}

.product-view .heart-component svg, .high-jewellery-product .heart-component svg{
    max-width: 18px;
}

.product-view .product-details .product-name .h1, .high-jewellery-product .product-details .product-name .h1{
    display: inline-block;
    padding: 0;
    border-bottom: none;
}

.product-view .product-details .product-name, .high-jewellery-product .product-details .product-name{
    /* border-bottom: 1px solid #dddddd; */
}

.product-view .product-name h1, .high-jewellery-product .product-name h1{
    margin-bottom: 20px;
}

.product-view .heart-component, .high-jewellery-product .heart-component{
    position: initial;
    margin-top: 2px;
}

/* Share Link */
img#socialMedia{
    width: 80%;
}

.FlexSocialMedia{
    flex: 1;
}

.link-title{
    padding-top: 10px;
}

@media screen and (min-width: 992px){
    .fixed-header {
        padding: 8.9rem 0 0;
    }
}

.iti-flag {background-image: url("../img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {background-image: url("../img/flags@2x.png");}
}

.intl-tel-input{
    width: 100%;
}

.intl-tel-input .selected-flag .iti-arrow{
    display: none;
}

.intl-tel-input.separate-dial-code .selected-dial-code{
    padding-top: 3.5px;
}

.drop-hint img{
    max-width: 20px;
    /* display: inline-block; */
    vertical-align: middle;
}

.productlist .square-image{
    background-position: center;
    background-size: contain;
}

.checkout-onepage-index.review .checkout__progress--review .checkout__progress--circle {
    background: #1d2345;
    color: #fff;
}

.checkout-onepage-index.review .checkout__progress--review .checkout__progress--text {
    color: #1d2345;
    display: inline;
}

@media screen and (min-width: 768px){
    .checkout-onepage-index.review .opc-block-progress {
        clear: right;
        width: calc(50% - 30px);
        float: left;
        margin: 0 15px 1.25rem;
    }
}

.checkout__billing-information--buttons.checkout__form-buttons.billing-button{
    margin: 3.125rem 0 0;
}

.level0.nav-1.first.parent.logo{
    display: none;
}

.level0.nav-7.last.parent.icons{
    display: none;
}


@media screen and (min-width: 992px){

    .fixed-header.min .masthead{
        display: none;
    }

    .fixed-header.min .level0.nav-1.first.parent.logo{
        display: inline-block;
    }

    .fixed-header.min .level0.nav-7.last.parent.icons{
        display: inline-block;
    }

    .fixed-header.min .level0.nav-7.last.parent.icons .masthead__primary, 
    .fixed-header.min .level0.nav-7.last.parent.icons .masthead__tertiary{
        height: auto;
        margin-bottom: 10px;
    }

    .fixed-header.min .level0.nav-1.first.parent.logo .site-logo{
        position: initial;
    }

    .fixed-header.min .level0.nav-1.first.parent.logo .site-logo img{
        height: auto;
        max-height: 100%;
        transform: none;
        width: 180px;
    }

    .fixed-header.min .masthead__primary{
        float: right;
        margin-left: 6px;
    }

    .fixed-header.min .header-buttons__text {
        display: none;
    }

    .fixed-header.min .nav-primary__list{
        width: 100%;
        max-width: 100%;
        padding: 20px 1.25rem 10px 1.25rem;
    
    }

    .fixed-header.min .nav-primary__list li.level0.parent>a{
        padding: 1.025rem 0.625rem 1.175rem;
    }

    .fixed-header.min .nav-primary__list li.level0.parent>form{
        padding-top: 0.325rem;
    }

    .fixed-header.min .level0.nav-6 form{
        min-width: 0;
    }

    .fixed-header:not(.min) .level0.nav-6 form .search-input{
        display: inline-block !important;
    }

    .fixed-header.min .level0.nav-6 form .search-input{
        display: none;
        position: absolute;
        top: 50px;
    }

    .fixed-header.min .header-buttons__item {
        margin-left: 6px;
    }

    .fixed-header.min .nav-secondary .minicart-count {
        font-size: .8em;
        left: 1px;
    }
}


.nav-primary .sub a:hover{
    color: #f28277;
    font-size: 12px;
    padding-left: 5px;
    transition: all .3s;
}

@media screen and (max-width: 768px){
    .level0.nav-6.last.parent{
        display: none;
    }
}

.accordion__content .selectboxit-container .selectboxit-options {
    max-height: 200px !important;
}

.product-listing-price span.price.out-of-stock {
    color: red;
}

.mini-products-list .regular-price{
    display: block;
    text-align: center;
}

.mini-products-list .regular-price span.price, .product-shop .regular-price span.price {
    font-size: 0.8125rem;
}

.mini-products-list .regular-price span.price.out-of-stock, .product-shop .regular-price span.price.out-of-stock {
    color: red;
}

.selectboxit-container .selectboxit {
    font-size: 0.75rem;
    line-height: 1.05rem;
    color: #666;
    font-family: FuturaWeb, arial, sans-serif;
    height: 35px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: transparent;
    border-color: #dedede;
    border-width: 2px;
}

.selectboxit-arrow-container {
    background: transparent;
}

.selectboxit-arrow-container .selectboxit-default-arrow {
    border-top-color: #8c91a2;
}

.selectboxit-container .selectboxit-options {
    max-height: 200px !important;
}

.has-error .selectboxit-container .selectboxit {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .selectboxit-container .selectboxit {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.selectboxit-container {
    width: 100%;
    margin-bottom: 0;
}

.fieldset input.checkbox-input{
    width: auto;
    height: 20px;
    vertical-align: middle;
    margin: auto;
    margin-right: 5px;
    padding-bottom: 0;
}

.fieldset input, .fieldset select{
    border-radius: 0;
    margin-bottom: 0;
}

.quarantine-checkout .field {
    margin-bottom: 0;
}

.field {
    margin-bottom: 0;
}

.opc-block-progress .product-cart-image {
    max-width: 150px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 8px;
}

.noUi-horizontal {
    margin-bottom: 50px;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 80%);
    transform: translate(-50%, 80%);
}

@media screen and (max-width: 768px){
    .noUi-horizontal {
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    .categoryprodfilters dd li.filter-attribute-actions{
        float: none!important;
        text-align: center !important;
    }

    .categoryprodfilters dd li{
        width: 100% !important;
        border-right: none;
    }
}

.level0.nav-6 form{
    min-width: 250px;
}

@media screen and (max-width: 1080px){

    .level0.nav-6 form{
        min-width: 200px;
    }

    .level0.nav-6 form input{
        width: 150px;
    }
}

@media(max-width:991px){
    .level0.nav-6 form.search-box{
        min-width: 0;
    }

    .fixed-header .level0.nav-6 form .search-input{
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
    }
}


.parallex-section{
    /* background: linear-gradient(0deg,rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)),url(../img/home-parallex.jpg); */
    background: url(../img/home-parallex.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 500px;
}

body.cms-index-index .home-contact-box h2{
    font-size: 1.625rem;
    line-height: 2.25rem;
    margin-bottom: 1rem;
    font-family: "Didot",TimesNewRoman,"Times New Roman",Times,Baskerville,georgia,serif;
}


.home-contact-box{
    margin-top: 30px;
    margin-bottom: 30px;
    background: white;
    padding: 30px;
}

@media screen and (min-width: 768px){
    .checkout-cart-index #shopping-cart-table tbody tr td.product-cart-info {
        width: 34.1535%;
        padding-top: 1.275rem;
    }

    .checkout-cart-index #shopping-cart-table thead tr th.cart-name-head {
        width: 51.00828%;
    }
}
