/* candlesand template */
:root {
    --color-black:#000;
    --color-gray1:#111;
    --color-gray2:#222;
    --color-gray3:#333;
    --color-gray4:#444;
    --color-gray5:#777;
    --color-gray6:#999;
    --color-gray7:#aaa;
    --color-gray8:#ccc;
    --color-gray9:#e5e5e5;
    --color-gray10:#f1f1f1;
    --color-white: #FFF;
    --color-blue1:#5085d5;
    --color-blue2:#4373bb;
    --color-red: #bf2325;
    --color-green: #91be62;
    --header-height:99px;
}

@media screen and (max-width:1250px) {
	:root {
		--header-height: 52px;
	}
}

html, button, input, select, textarea {
    color: #232323;
}

html {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #666;
}

* {
    box-sizing: inherit;
}

::-moz-selection {
    background: #003755;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #003755;
    text-shadow: none;
    color: #fff;
}

#tinymce * {
	color:#000 !important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #999;
    margin: 2em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html, body {
    min-height: 100%; /* stretch background gradient */
}

body {
    background: var(--color-white);
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

body#tinymce {
    font-size: 16px;
}

input, textarea, select {
    font-family: 'Libre Baskerville', serif;
}

a {
    color: var(--color-red);
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

a:hover {
    color: var(--color-gray5);
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    color: var(--color-gray3);
}

h1 {
    font-size: 36px;
    line-height: 50px;
}

h2 {
    font-size: 32px;
    line-height: 50px;
}

h2.before {
    font-size: 15px;
    line-height: 24px;
    color: var(--color-gray5);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
    line-height: 31px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

h5 {
    font-size: 17px;
    line-height: 26px;
}

p {
    color: var(--color-gray2);
    font-size: 14px;
    line-height: 26px;
}

.imageCaption {
    color: var(--color-white);
    font-size: 15px;
    line-height: 28px;
}
section .imageCaption,
article .imageCaption {
    color: var(--color-gray4);
    font-size: 11px;
    line-height: 18px;
    font-size:11px;
    font-style: italic;
    padding:0.5rem 0 2rem 0;
}

.textBlock {
    text-align: left;
    max-width: 950px;
    margin: 0 auto 3rem auto;
}

blockquote {
    text-align: center;
    padding:2rem 0;
    position: relative;
    max-width: 600px;
    margin:0 auto;
}
blockquote,
blockquote p {
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
}

section ul li,
article ul li {
    margin-bottom:1.5em;
}
section img,
article img,
.cms_region img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:400px) {
    h1 {
        font-size: 28px;
        line-height: 34px;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    h2.before {
        font-size: 14px;
        line-height: 22px;
    }

    h3 {
        font-size: 18px;
        line-height: 26px;
    }

    h4 {
        font-size: 16px;
        line-height: 24px;
    }

    h5 {
        font-size: 15px;
        line-height: 24px;
    }

    p {
        font-size: 13px;
        line-height: 24px;
    }

    .imageCaption {
        font-size: 14px;
        line-height: 24px;
    }

}

.button,
.MessageForm_Buttons input,
.search-submit {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    display: block;
    /*max-width: 290px;
    margin: 0 auto;*/
    cursor:pointer;
    text-align: center;
}

.button:hover,
.MessageForm_Buttons input:hover,
.search-submit:hover {
    text-decoration: none;
}

div#line-items-order-summary {
    top: var(--header-height);
}

.button.primary,
.seocart_Cart input.button.buttonContinueShopping {
    color: var(--color-gray2);
    background-color: var(--color-white);
    border-color: var(--color-gray2);
}

.button.primary:hover,
.seocart_Cart input.button.buttonContinueShopping:hover {
    background-color: var(--color-gray2);
    color: var(--color-white);
}

.button.primary:active,
.seocart_Cart input.button.buttonContinueShopping:active,
 {
    background-color: var(--color-gray5);
    border-color: var(--color-gray5);
    color: var(--color-white);
}

.button.solid,
.seocart_Cart input.button.buttonRequestQuote,
.MessageForm_Buttons input,
.search-submit {
    color: var(--color-white);
    background-color: var(--color-gray2);
    border-color: var(--color-gray2);
}

.button.solid:hover,
.seocart_Cart input.button.buttonRequestQuote:hover,
.MessageForm_Buttons input:hover,
.search-submit:hover {
    background-color: var(--color-gray5);
    border-color: var(--color-gray5);
}

.button.reversed {
    color: var(--color-gray2);
    background-color: var(--color-white);
    border-color: var(--color-white);
}

.button.reversed:hover {
    background-color: var(--color-gray8);
    border-color: var(--color-gray8);
}

.button.solid:active, 
.button.reversed:active,
.seocart_Checkout input.button.buttonRequestQuote:active,
.MessageForm_Buttons input:active {
    background-color: var(--color-gray7);
    border-color: var(--color-gray7);
}

.siteWidth {
}

.pageWidth {
    /*width: 1600px;*/
    width:100%;
    margin-left: auto;
    margin-right: auto;
    /*padding-left:1rem;
    padding-right:1rem;*/
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea,
select {
    background-color:var(--color-white);
    border:1px solid var(--color-gray8);
    height: 48px;
    padding:11px 20px;
}
textarea {
    height: auto;
}

/* content types */
ul.arrows {
    list-style-type: none;
    padding: 0;
    text-align: left;
}
ul.arrows li {
    position: relative;
    padding-left: 28px;
}
ul.arrows li:before {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0px;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: var(--color-red);
}
.cms_Sitemap, .ContentType_Search_container {
    margin: 7em auto;
}
.home .cms_FeaturedProducts {
    margin: 2em auto;   
}
.cms_FeaturedProducts .p_container {
    border:none;
    background-color:#FFF;
    border-radius: 0;
    margin:0;
    box-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
.cms_FeaturedProducts .p_title {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    padding:0;
    padding-bottom: 1rem;
    border:none;
    background-color:#FFF;
}
.cms_FeaturedProducts .p_nav,
.cms_FeaturedProducts .p_itemDetailsBtn {
    display: none;
}
.cms_FeaturedProducts .p_itemContainer {
    padding:0 1.2rem;
}
.cms_FeaturedProducts .p_itemName a {
    font-size:100% !important;
    font-weight: normal !important;
}
.cms_FeaturedProducts .p_showAll,
.cms_FeaturedProducts .p_showAll.collapse {
    background:none;
    border:none;
    text-align: right;
    box-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
.cms_FeaturedProducts .p_showAll:hover,
.cms_FeaturedProducts .p_showAll.collapse:hover {
    background:none;
    color:var(--color-gray7);
}
.cms_FeaturedProducts .p_item {
    padding-left:5px !important;
    padding-right:5px !important;
}
.cms_FeaturedProducts .p_nextBtn,
.cms_FeaturedProducts .p_prevBtn {
    top:43%;
    background:none;
    width:32px;
    height: 32px;
}
.cms_FeaturedProducts .p_prevBtn,
.cms_FeaturedProducts .p_prevBtn:hover {
    left:-10px;
}
.cms_FeaturedProducts .p_nextBtn,
.cms_FeaturedProducts .p_nextBtn:hover {
    right: -10px;
}
.cms_FeaturedProducts .p_nextBtn:before,
.cms_FeaturedProducts .p_prevBtn:before {
    font-family: 'slick';
    font-size: 32px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cms_FeaturedProducts .p_nextBtn:before {
    content: '→';
}
.cms_FeaturedProducts .p_prevBtn:before {
    content: '←';
}
.cms_FeaturedProducts .p_itemName {
    padding: .25em .5em !important;
    height: auto !important; 
}
@media screen and (max-width: 768px) {
    .cms_FeaturedProducts .p_item {
        width:99% !important;
    }
    body #content .responsive-gallery .gallery-caption p {
        margin: 12vh auto 1rem auto;
    }

}
article {
    margin:4rem auto;
}
html body .ContentType_Search_container td.price {
    display:none !important;
}
.cms_Sitemap, .ContentType_Search_container, .cms_FeaturedProducts {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.cms_FeaturedProducts_title {
    text-align: center;
    padding-bottom:1rem;
}
.cms_FeaturedProducts_list {
    margin-bottom:2rem !important;
}
.cms_FeaturedProducts_list {
    display:block;
}
.cms_FeaturedProducts_list tr {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cms_FeaturedProducts_list td {
    display:block;
    width:24.25% !important;
}
.cms_FeaturedProducts_imglink {
    display:block;
}
.cms_FeaturedProducts_imglink img {
    max-width: 100%;
    height: auto;
}
.cms_FeaturedProducts_item a {
    color:var(--color-gray3);
    text-decoration: none;
}
.cms_FeaturedProducts_item:hover a {
    color:var(--color-gray6);
    text-decoration: none;
}
.cms_FeaturedProducts .p_itemImg {
    max-height: 310px;
    min-height: 230px;
    height: 15vw !important;
}

.cms_TestimonialsPreview {
    background-image:url(/images/managed/Kadan%20Brett%20Photo.jpg);
    background-color: var(--color-black);
    background-size: cover;
    background-repeat: no-repeat;
    padding:7em 0;
    background-position: center;
    position: relative;

}
.cms_TestimonialsPreview:before {
    content:'';
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    background-color:rgba(0,0,0,0.33);
    z-index: 1;
}
.cms_TestimonialsPreview * {
    position: relative;
    z-index: 2;
    margin:0 auto;
}
@media screen and (min-width: 1775px) {
    .cms_TestimonialsPreview {
        background-position: center -27vw;
    }
}

.cms_TestimonialsPreview h2 {
    color:var(--color-white);
}
.cms_TestimonialsPreview .image {
    margin:0.75em auto;
}
.cms_TestimonialsPreview img {
    width:100px;
    height: 100px;
    border-radius: 50%;
    margin-left:auto;
    margin-right:auto;
}
/*.cms_TestimonialsPreview .testimonial {
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
}*/
.cms_TestimonialsPreview .testimonial p {
    color:var(--color-white);
    font-size:15px;
    font-style: italic;
}
.cms_TestimonialsPreview .testimonial p.message {
    height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*
.cms_Image_wrapAll {
    text-align: center;
}
.cms_Image_wrapAll .cms_Image_textAbove *,
.cms_Image_wrapAll .cms_Image_textBelow * {
    color:#FFF;
}
.cms_Image_wrapAll .cms_Image_textBelow p {
    max-width: 750px;
}
.cms_Image_wrapAll .cms_Image_container {
    display:flex;
    justify-content: center;
    align-items: center;
}*/

.MessageSection_MessageForm {
    background: transparent !important;
    border: none !important;
    font-size: 14px !important;
    width: 100% !important;
    padding: 1rem !important;
    max-width:740px;
    margin-bottom: 4rem !important;
}
.MessageForm_InputItem,
.inputItem {
    margin-top: 1rem;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0.5rem;
}
.MessageForm_InputItem.MessageForm_MessageTextItem {
    width:100%;
}
body .MessageForm_InputItem.MessageForm_MessageTextItem .inputText {
    width:97.5% !important;
}
body .MessageSection_MessageForm .inputText,
body .MessageSection_MessageForm .inputSelect {
    width: 95% !important;
    border:1px solid var(--color-gray8) !important;
    font-size:9pt;
}
body .MessageSection_MessageForm .inputSelect {
    padding-left: 16px;
}
body .MessageForm_Buttons {
    text-align: left;
    padding: 0.5rem;
}
body .MessageForm_Buttons input {
    margin-left:0;
}

body ul.MessageSection_AllMessages {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 1140px;
    margin:0 auto 4rem auto !important;
}
.MessageSection_AllMessages .MessageSection_Message {
    width:50%;
    max-width: 440px;
    background: var(--color-gray10);
    border:none;
    border-radius: 0;
    min-height: 290px;
}
.MessageSection_AllMessages .Message_container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 4rem 2rem;
}
.MessageSection_AllMessages .Message_ClickImgTxt {
    display: none;
}
.MessageSection_AllMessages .Message_Image {
    float: none;
    margin: 0 auto;
    border-radius: 100px;
    overflow: hidden;
    position: absolute;
    top: -65px;
    border: 5px solid #FFF;
}
.MessageSection_AllMessages .Message_Text.description {
    font-size: 13px;
    color: var(--color-gray3);
    height: 150px;
    text-overflow: ellipsis;
}
.MessageSection_AllMessages .item.Message_Name {
    font-size: 15px;
    color: var(--color-gray3);
    padding-top: 1rem;
}
.MessageSection_AllMessages .Message_Image img {
    border: none;
    background: transparent;
    padding: 0;
}
.MessageSection_AllMessages .Message_CustomField {
    position: absolute;
    bottom: 25px;
    text-transform: uppercase;
}
.MessageSection_AllMessages .Message_CustomField .Message_CustomFieldLabel {
    font-weight: normal;
    margin-right:5px;
}

/* slick custom */
body .slick-prev, 
body .slick-next {
    width:32px;
    height:32px;
}
body .slick-prev:before,
body .slick-next:before {
    font-size:32px;
}
.cms_TestimonialsPreview .slick-prev,
.cms_TestimonialsPreview .slick-next {
    transform: translateY(175%);
}

.ContentType_SubPageList_list {
	display:flex;
	justify-content:flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.cms_region .ContentType_SubPageList_list > div{
	padding: .5rem;
	width:25%;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 1100px){
	.cms_region .ContentType_SubPageList_list > div{
		width:50%;
	}
}
.ContentType_SubPageList_list .SubPageList_coverImage img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

#contentMain div.pagination a{
	background: #fff;
	text-decoration: none;
}
#contentMain div.pagination a,
#contentMain div.pagination span.current,
#contentMain div.pagination span.ellipsis{
	padding: 7px 12px 5px 11px;
}
div.ContentType_ImageGallery_Summary_title{
	font-weight: normal;
	text-align: left;
	padding: 0;
	font-size: 100%;
}
.ContentType_ImageGallery_Summary_title a,
.SubPageList_summaryPageTitle a,
.ContentType_Image_Summary_title a {
	text-decoration:none;
}
.ContentType_SubPageList_list43 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media only screen and (max-width: 1100px){
    body .ContentType_SubPageList_list43 .ContentType_SubPageList_listCell {
        width: 50%;
    }
}
@media only screen and (max-width: 700px){
    body .ContentType_SubPageList_list43 .ContentType_SubPageList_listCell {
        width: 100%;
    }
}
.ContentType_SubPageList_listColumn2{
	border-left: 1px solid #ddd;
}
.summaryContainer {
	padding: .5em;
}
.summaryContainer img{
	border: 2px solid #000;
	border-radius: 8px;
	max-width: 100%;
}

.thumbnails-adv ul.thumbs img {
	width: 300px;
	height: 300px;
	object-fit: cover;
}

#content .summaryContainer a{
	color: #555;
	text-decoration: none;
}
#content .summaryContainer a:hover{
	color: #aaa;
}
#content .summaryContainer .contentLink{
	padding-top: .35em;
}
#content .summaryContainer .contentLink a{
	font-size: 80%;
	font-weight: normal;
	color: #888;
	text-decoration: underline;
	padding: 0 0 0 1.1em;
	background: transparent url(/cirkuit/includes/images/bullets/greyBullet.gif) .25em center no-repeat;
}
#content .summaryContainer .contentLink a:hover{
	text-decoration: none;
}
.summaryTitlebar {
	background: #fff;
	padding: .5em;
	border-bottom: 1px solid #ddd;
}
.summaryTitlebar .summaryTitle{
	color: #343434;
	font-weight: bold;
	font-size: 120%;
}

/* header */
body header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: var(--color-white);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.33);
}
.headerWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem 0 1rem;
    position: relative;
}

.headerWrap .left {
    padding: 0.25rem 0;
}
.headerWrap .left .social {
    position: absolute;
    top: 0;
    left: 1rem;
}

.headerWrap .middle {
    align-self: flex-end;
    color: var(--color-black);
}

.headerWrap .searchWrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    background-color: var(--color-gray9);
    transition: opacity 0.2s ease-in-out;
}
.headerWrap .searchWrap.show {
    opacity: 1;
    z-index: 3;
    visibility: visible;
}
.headerWrap .searchWrap input[type="text"] {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 100%;
    font-size: 12px;
    font-style: italic;
    height: 40px;
    outline:none;
}
.headerWrap .searchWrap button.inputSubmit {
    background-color: transparent;
    border: none;
}
.headerWrap .searchWrap .close {
    display:none;
}
@media screen and (min-width: 768px) {
    .headerWrap .searchWrap.show {
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        background-color: rgba(0,0,0,0.95);
    }
    .headerWrap .searchWrap.show .close {
        display: block;
        margin-top: -7rem;
        margin-right: 4.5rem;
        cursor: pointer;
    }
    .headerWrap .searchWrap.show .close img {
        width: 40px;
        height: 40px;
    }
    .headerWrap .searchWrap input[type="text"] {
        font-size: 24px;
        height: 80px;
        color: var(--color-white);
        border: 1px solid var(--color-gray6);
        padding: 1rem 2rem;
    }
    .headerWrap .searchWrap button.inputSubmit {
        padding: 1rem;
    }
    .headerWrap .searchWrap button.inputSubmit img {
        width: 45px;
        height: 45px;
    }
}

.qualityWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.qualityWrap .quality {
    padding: 0 0.66rem;
    font-size: 11px;
    font-style: italic;
}

.qualityWrap .quality img {
    margin-right: 0.33rem;
}

.mainNav, .preNav {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
}

/* nav */
.mainNav {
    margin: 0.5rem 0 0;
}

.preNav li {
    padding: 0 0.75rem;
    position: relative;
}

.preNav li:last-child {
    padding: 0;
}

.preNav li:first-child {
    border-right: 1px solid var(--color-gray8);
}
.preNav li.telephone img {
    display:none;
}
.preNav li > a {
    color: var(--color-red);
    font-size: 13px;
    display: block;
    padding: 0.15rem 1rem;
    text-decoration: none;
    position: relative;
}
.preNav li > a:hover {
    color: var(--color-red);
    border-color:var(--color-red);
}
.preNav li.account {
    padding-right:0;
}
.preNav li.account > a {
    color: var(--color-gray1);
    font-size: 16px;
    line-height: 14px;
}
.preNav li.search > a,
.preNav li.account > a {
    border: none;
}s
.preNav em.count {
    position: absolute;
    top: -4px;
    right: -7px;
    z-index: 3;
    min-width: 15px;
    background-color: var(--color-gray9);
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 10px;
    font-size: 10px;
}

.mainNav li {
    padding: 0 0.33rem;
    position: relative;
    list-style-type: none;
}

.mainNav li:last-child {
    padding-right: 0;
}

.mainNav li:last-child a {
    padding-right: 0;
}

.mainNav a {
    color: var(--color-gray4);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 1.15rem 0.5rem;
    text-decoration: none;
    display: block;
}

.mainNav li:hover a {
    color: var(--color-gray7);
}

.mainNav li > a:after {
    content: '';
    display: inline-block;
    background-image: url(/images/template/arrow-nav.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 9px;
    height: 8px;
    line-height: 12px;
    margin-left: 4px;
    vertical-align: middle;
}

.mainNav li:hover > a:after {
    transform: rotateX(180deg);
    margin-top: -7px;
}

.mainNav li > a:only-child:after, .mainNav li:hover > a:only-child:after {
    content: '';
    display: none;
}
.mainNavWrap .social {
    display: none;
    text-align: center;
}

/* subnav */
.mainNav ul {
    display: none;
    background-color: var(--color-gray10);
    position: absolute;
    z-index: 3;
    top: 52px;
    left: -10px;
    padding: 0;
    margin: 0;
    min-width: 300px;
    border-top: 1px solid var(--color-gray9);
}

.mainNav li:hover > a ~ ul {
    display: block;
}

.mainNav li ul li {
    padding: 0;
}

.mainNav li ul a, .mainNav li:hover ul a {
    font-size: 14px;
    text-transform: none;
    padding: 1rem 1.5rem;
    background-color: var(--color-gray10);
    color: var(--color-gray4) !important;    /*transition: background-color 0.5s ease-in-out;*/
}

/*.mainNav li ul li:first-child a {
    padding-top:1.5rem;
}
.mainNav li ul li:last-child a {
    padding-bottom:1.5rem;
}*/
.mainNav li ul a:hover {
    background-color: var(--color-white);
    color: inherit;
}

/* main */
main,
.home main.noCoverImage.isCmsPage {
    margin-top:var(--header-height);
}

body ul#accountBreadcrumbs {
    padding:1rem 0;
    margin:0;
}

/* responsive gallery */
#content .responsive-gallery .gallery-caption {
    max-width: 900px;
}

.hr {
    display: block;
    height: 1px;
    margin: 2rem auto 2rem auto;
    background-color: var(--color-gray8);
    width: 120px;
}

.hr.left {
    margin-left: 0;
}

@media only screen and (max-width:767px) {
    .hr.left {
        margin-left: auto;
    }
}

#content .responsive-gallery .gallery-image {
    background-color:var(--color-black);
}
#content .responsive-gallery .gallery-caption h1, #content .responsive-gallery .gallery-caption h2, #content .responsive-gallery .gallery-caption p {
    color: var(--color-white);
}
#content .responsive-gallery .gallery-caption h1 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.0);    
}
#content .responsive-gallery .gallery-caption p {
    margin: 7rem auto 3rem auto;
}

#content .responsive-gallery .gallery-caption::before {
    display: none;
}

/* content */
.contentImageBackground {
    height: 100%;
    background-size: cover;
}
body #tms_breadcrumbs ul.breadcrumbs {
    margin-bottom: 0;
    padding-left: 1rem;
}
body #tms_breadcrumbs ul.breadcrumbs li {
    background-image: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-right: 10px;
}
body #tms_breadcrumbs ul.breadcrumbs li.lastLocation {
    padding-right:0;
}
body #tms_breadcrumbs ul.breadcrumbs li:after {
    content: '';
    display: block;
    background: transparent url(/images/template/arrow-nav.svg) no-repeat center center;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 5px;
    width: 10px;
    height: 10px;
}
body #tms_breadcrumbs ul.breadcrumbs li.lastLocation:after {
    display:none;
}
#tms_breadcrumbs .breadcrumbsWrapper {
    background-color:var(--color-gray9);
}
#tms_breadcrumbs .breadcrumbsWrapper a,
#tms_breadcrumbs .breadcrumbsWrapper .lastLocation span {
    display:inline-block;
    vertical-align: middle;
    padding:0.5rem;
    font-size:10px;
    color:var(--color-gray4);
    text-decoration: none;
}
#tms_breadcrumbs .breadcrumbsWrapper a:hover {
    color:var(--color-gray5);
}
#tms_breadcrumbs .breadcrumbsWrapper li:first-child a {
    padding-left:0;
}
#tms_breadcrumbs .breadcrumbsWrapper .lastLocation span {
    color:var(--color-gray3);
}

/* search */
.cms_Search .search-add-to-cart {
    display: none;
}
.cms_Search td.image .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cms_Search .search-submit {
    display: inline-block;
    height: 48px;
    vertical-align: top;
}
.cms_Search .search-input-container,
.cms_Search .search-type {
    width:50%;
}
.cms_Search .search-price {
    display:none;
}
.cms_Search .seocart_SearchPageNumbersContainer {
    clear:both;
}
.cms_Search .search-sort-view {
    margin-bottom:1rem;
}
.cms_Search .search-sort-view select option[value="pricel"],
.cms_Search .search-sort-view select option[value="priceh"],
.cms_Search .search-sort-view select option[value="popula"],
.cms_Search .searchSortBy select option[value="pricel"],
.cms_Search .searchSortBy select option[value="priceh"],
.cms_Search .searchSortBy select option[value="popula"] {
    display:none;
}
#advancedSearchForm .searchPrice,
#advancedSearchForm .searchPrice ~ .seperator {
    display:none;
}

@media only screen and (max-width:430px) {
    .search-input-container {
        max-width:100%;
    }
    body input.search-text {
        max-width:240px;
    }
    .cms_Search .search-sort-view {
        display:none;
        float:none;
    }
    .seocart_Search_AdvancedInput {
        max-width: 100%;
    }
    .cms_Search .search-sort-view select {
        max-width:150px;
    }
    .search-price {
        padding-top:.5rem;
    }
    .cms_Search tr.search-item-list td div.image {
        margin:0 auto;
        max-width: 100%;
        height: auto;
        padding-bottom: 1rem;
    }
    .cms_Search tr.search-item-list td div.image img {
        max-width: 100%;
        height: auto;
    }
    body .cms_Search .ContentType_Search_container .search-item {
        padding:1rem 0!important;
        border-bottom:1px solid #dedede!important;
    }
    body .cms_Search .search-input-container,
    body .cms_Search .search-type {
        width:100%;
    }
}

/* footer */
#map iframe {
    width:100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
#footer {
    background-color:var(--color-white);
    border-top: 4px solid var(--color-gray8);
}
#footer .col,
#footer p,
#footer a {
    color:var(--color-gray2);
    font-size:12px;
    line-height: 26px;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
#footer a:hover {
    color:var(--color-gray6);
}
#footer ul {
    padding:0;
    margin:0;
    list-style-type: none;
}
.newsletterForm .col:first-child {
    padding-right:0;
}
.newsletterForm .col:last-child {
    padding-left:0;
}
.newsletterForm .inputText {
    background-color:var(--color-white);
    border:1px solid var(--color-gray2);
    color: var(--color-gray8);
    font-size:12px;
}
.newsletterForm .inputSubmit {
    background-color:var(--color-gray4);
    border:1px solid var(--color-gray4);
    font-size:10px;
    color:var(--color-white);
}
.newsletterForm .inputSubmit:hover {
    color:var(--color-gray1);
}
.newsletterForm .inputText,
.newsletterForm .inputSubmit {
    width:100%;
    height: 48px;
}
footer .copyright p {
    font-size:10px;
}
.newsletterForm {
    color:var(--color-gray8);
}

/* responsive */
header .menu-btn,
header .menu-icon {
    display: none;
}

@media screen and (max-width: 1620px) {
    .pageWidth,
    .cms_Image_wrapAll .cms_Image_textAbove {
        width:100%;
    }
    .container.pageWidth {
        /*width:calc(100% - 30px);*/
    }
    header .headerWrap .left,
    .breadcrumbsContainer {
        padding-left:0.5rem;
    }
    header .headerWrap .right,
    .breadcrumbsContainer {
        padding-right:0.5rem;
    }
    .cms_Image_wrapAll .cms_Image_textAbove {
        padding-left:2rem;
        padding-right:2rem;
    }

    header .headerWrap .middle {
        position: absolute;
        top: 5px;
        right: 490px;
    }
}
@media screen and (max-width:1250px) {
    header .qualityWrap .quality {
        padding:0 0.5rem;
    }
    header .headerWrap .middle {
        position: relative;
        top:auto;
        right: auto;
    }
    header .preNavWrap {
        display: block;
        position: absolute;
        bottom: 0;
        right: 50px;
    }
    header .preNav li.telephone img {
        display: block;
    }
    header .preNav li.telephone {
        border:none;
    }
    header .preNav li.telephone span,
    header .preNav li.schedule {
        display:none;
    }
    header .preNav li {
        padding:0;
    }
    header .preNav li > a {
        padding: 19px 10px;
        border: none;
    }
    header .preNav em.count {
        top: 10px;
        right: 5px;
    }
    header .headerWrap {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        padding:0;
        position: relative;
    }
    header .qualityWrap {
        margin:0.5rem auto;
    }
    header .logoWrap {
        display: inline-block;
        width: 100%;
        max-width: 180px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    header .logoWrap a {
        display: block;
    }
    header .logoWrap img {
        width: 100%;
        height: auto;
    }
    header .left,
    header .middle {
        width:100%;
    }
    header .middle {
        align-self: center;
    }
    header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 20px;
        user-select: none;
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 3;
    }
    header .menu-icon .navicon {
        background: var(--color-gray5);
        display: block;
        height: 1px;
        position: relative;
        transition: background .2s ease-out;
        width: 20px;
    }
    header .menu-icon .navicon:before, 
    header .menu-icon .navicon:after {
        background: var(--color-gray5);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: opacity .2s ease-out;
        width: 100%;
        z-index: 4;
    }
    header .menu-icon .navicon:before {
        top: 5px;
    }   
    header .menu-icon .navicon:after {
        top: -5px;
    }
    /*header .menu-btn:checked ~ .menu {
      max-height: 240px;
    }*/
    /*header .menu-btn:checked ~ .menu-icon .navicon,*/
    header .menu-icon-close .navicon {
        background: transparent;
    }
    /*header .menu-btn:checked ~ .menu-icon .navicon:before, 
    header .menu-btn:checked ~ .menu-icon .navicon:after,*/
    header .menu-icon-close .navicon:before, 
    header .menu-icon-close .navicon:after {
        top: 0;
    }
    /*header .menu-btn:checked ~ .menu-icon .navicon:before,*/
    header .menu-icon-close .navicon:before {
        transform: rotate(-45deg);
    }
    /*header .menu-btn:checked ~ .menu-icon .navicon:after,*/
    header .menu-icon-close .navicon:after {
      transform: rotate(45deg);
    }
    header .mainNavWrap nav {
        height: 100vh;
        position: fixed;
        width: calc(100% - 50px);
        top: 0;
        right: 0;
        bottom:0;
        background-color: #FFF;
        display: block;
        transform: translate3d(100%, 0, 0);
        transition: transform .25s ease-in-out;
        overflow-y: scroll;
        z-index: 3;
        max-width:350px;
    }   
    header .mainNav li,
    header .mainNav li:last-child {
        padding:0;
        width: 100%;
        text-align: right;
    }
    header .mainNav > li > a,
    header .mainNav > li:last-child > a {
        display: block;
        text-align: left;
        padding: 1.25rem 1rem;
        border-top: 1px solid var(--color-gray8);
    }
    header .mainNav li:last-child a {
        padding: 1.25rem 1rem;
    }
    header .mainNav > li:last-child a {
        border-bottom: 1px solid var(--color-gray8);
    }
    header .mainNav li > a:after {
        position: absolute;
        right: 15px;
        top: 12px;
        padding: 1rem;
        background-size: 9px 8px;
        background-position: center;
    }
    header .mainNavWrap ul.mainNav {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end;
        padding-top: 5rem;
    }
    header .mainNav ul {
        position: relative;
    }
    header .mainNavWrap .social {
        display: block;
    }
    header .menu-btn:checked ~ .menu-icon {
        /*position: fixed;
        top: 33px;
        right: 0;
        bottom: auto;*/
        z-index: 3;
    }
    header .mainNavWrap {
        background-color: rgba(0,0,0,0);
        transition: background-color 0.2s ease-in-out;
    }
    header .menu-btn:checked ~ .mainNavWrap {
        position: fixed;
        height: 100vh;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 4;
    }
    header .menu-icon-close {
        opacity: 0;
        visibility: hidden;
        top:33px;
        z-index: 4;
    }
    header .menu-btn:checked ~ .mainNavWrap nav {
        transform: translateX(0);
    }
    header .menu-btn:checked ~ .mainNavWrap nav .menu-icon-close {
        opacity: 1;
        visibility: visible;
        width: 55px;
        height: 55px;
    }
    body.menu-opened {
        max-height: 100vh;
        overflow: hidden;
    }
    body.menu-opened .mainNav li > a ~ ul {
        display:none;
    }
    body.menu-opened .mainNav li.hovered > a ~ ul {
        display:block;
        top: 0;
        right: 0;
        left: 0;
    }
    body.menu-opened .mainNav li:hover > a:after {
        transform: rotateX(0);
        margin:0;
    }
    body.menu-opened .mainNav li.hovered > a:after {
        transform: rotateX(180deg);
        margin:0;
    }

    /* homepage */
    body .responsive-gallery .gallery-caption-container {
        padding:3rem 1rem;
    }

    /* product detail page */
    body .seocart_Product .productWrapper {
        flex-wrap: wrap;
        margin-top:0;
    }
    .seocart_Product .productImageWrapper img.photo {
        max-width:100%;
        height:auto;
    }
    body .seocart_Product .productDetailWrapper {
        padding:1rem;
    }
    body .productButtons .button {
        max-width:375px;
    }

}
@media screen and (max-width: 1130px) {
    body .seocart_CategoryProductContainer .seocart_ProductWrapper {
        margin-bottom: 1rem;
        width: 50%;
        text-align: center;
        padding: 0 0.25rem 0 0.25rem;
    }
}
@media screen and (max-width: 845px) {
    body .seocart_SubcategoySidebar {
        width: calc( 180px );
    }
    body .seocart_SubcategoryMain {
        /*width: calc( 100% - 210px );*/
    }
}
@media screen and (max-width: 1023px) {
    .sidebar-filters-subcategories .sidebar-child-category a {
        font-size:12px;
    }
    .seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductDetails a {
        font-size:13px;
    }
    body .seocart_CategoryProductContainer .seocart_ProductWrapper img {
        max-width: 100%;
        height: auto;
    }
    body .seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage {
        min-height:125px;
        max-width: 100%;
    }
    body .seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductDetails a {
        font-size:12px;
    }
    body .seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductDetails {
        padding:0.5rem 0;
    }
}
@media screen and (max-width:767px) {
    .headerWrap .left .social {
        display:none;
    }
    .familyOwned {
        margin-bottom:1rem;
    }
    .cms_TestimonialsPreview .slick-next {
        right:5px;
    }
    .cms_TestimonialsPreview .slick-prev {
        left:5px;
    }
    header li.cart .shoppingCartItems {
        display:none !important;
    }

    /* homepage */
    body #ImageGallery1 .responsive-gallery {
        height: 160vw;
        max-height: 600px;
    }

    .contentNoSidebar > .cms_Imagesingle .cms_Image_wrapAll.bg-cover .cms_Image_container.cms_Image_fullWidth {
    	height: 160vw;
        max-height: 600px;
    }

    section, .cms_Sitemap, 
    .ContentType_Search_container, 
    .cms_FeaturedProducts {
        margin-top:2rem;
        margin-bottom:2rem;
    }
    .textBlock {
        margin-bottom:1.5rem;
    }
    .cms_FeaturedProducts_list table,
    .cms_FeaturedProducts_list tbody,
    .cms_FeaturedProducts_list tr,
    .cms_FeaturedProducts_list td {
        display: inline-block;
        vertical-align: top;
        width: 100% !important;
    }
    .cms_TestimonialsPreview {
        padding-top:2rem;
        padding-bottom:2rem;
    }
    .cms_TestimonialsPreview .testimonial {
        display:none;
    }
    .cms_TestimonialsPreview .testimonial:first-child {
        display:block;
        width:100%;
    }
    .cms_TestimonialsPreview .testimonial p.message {
        height:220px;
    }
    .cms_TestimonialsPreview .slick-prev, 
    .cms_TestimonialsPreview .slick-next {
        transform: translateY(295%);
        z-index: 3;
    }

    /* popups */
    body .popup {
        overflow: hidden;
        align-items: flex-start;
        padding: 1rem 0 2rem 0;
    }
    body .popup .container {
        height: 85vh; /* have to do 80vh because iphone bottom panel is a PITA */
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .popup .container.px-5 {
        padding-left:1em !important;
        padding-right:1em !important;
    }
    .popup .container.pt-5 {
        padding-top:1rem !important;
    }
    .popup .container.pt-3 {
        padding-top:0 !important;
    }
    .popup .container.pb-4 {
        padding-bottom:1rem !important;
    }
    body .popup .close {
        margin:0;
    }
    body .popup ul.shape,
    body .embed ul.shape {
        margin-left:-15px;
        margin-right:-15px;
    }
    body .popup ul.caratWeight,
    body .popup ul.budget,
     {
        justify-content: flex-start;
        overflow-x: scroll;
    }
    body .popup section ul li {
        margin-bottom:0.25rem;
    }
    body .popup .MessageSection_MessageForm {
        padding:0 !important;
    }
    body .popup .MessageSection_MessageForm .inputText,
    body .popup .MessageSection_MessageForm .inputSelect {
        width:100% !important;
    }
    body .embed section ul {
        flex-wrap: wrap;
    }
    body .embed section ul li {
        width: auto;
    }

    body #PopupCustomizeRing section ul.shape,
    body .CustomizeRingEmbed section ul.shape {
        justify-content: center;
    }
    body #PopupCustomizeRing section ul.shape li,
    body .CustomizeRingEmbed section ul.shape li {
        flex-grow: 0;
    }
    body #PopupCustomizeRing ::-webkit-scrollbar,
    body .CustomizeRingEmbed ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    body #PopupCustomizeRing ::-webkit-scrollbar:vertical,
    body .CustomizeRingEmbed ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    body #PopupCustomizeRing ::-webkit-scrollbar:horizontal,
    body .CustomizeRingEmbed ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    body #PopupCustomizeRing ::-webkit-scrollbar-thumb,
    body .CustomizeRingEmbed ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    body #PopupCustomizeRing ::-webkit-scrollbar-track,
    body .CustomizeRingEmbed ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: #ffffff; 
    }

    /* message section */
    .MessageForm_InputItem, .inputItem {
        width:100%;
    }
    body .MessageForm_InputItem.MessageForm_MessageTextItem .inputText {
        width: 95% !important;
    }
    body .MessageSection_AllMessages .MessageSection_Message {
        width:100%;
        margin-bottom: 5rem !important;
    }

    /* category/cms page header text */
    body .seocart_Category_image_container h1 {
    	font-size: 22px;
    }
    /*body .seocart_Category_image_container {
        margin-bottom: -490px;
    }*/
    .cms_Image_wrapAll .cms_Image_textAbove * {
        color:var(--color-gray1);
    }
    /*body .seocart_Subcategory .categoryWrapper.pageWidth {
        padding-top:calc(130px + 1rem);
    }*/

    /*.noCoverImage .cms_Image_wrapAll .cms_Image_textAbove {
        margin-bottom: -580px;
    }
    .noCoverImage .cms_Imagesingle {
        padding-bottom:calc(160px + 1rem);
    }*/
    
}
/*@media screen and (max-width:470px) {
    body .seocart_Category_image_container {
        margin-bottom: -135vw;
    }
}*/

/* category pages */
.seocart_Category_header_text {
    margin-left: auto;
    margin-right: auto;
}
.seocart_Category_image img {
	width:1450px;
	max-width: 100%;
	height:auto;
	margin:0 auto;
}
/*.seocart_Category_image img {
    visibility: hidden;
    max-width: 100% !important;
    display: none;
}
.seocart_Category_image {
    background-size: cover;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 500px;
    height: 50vw;
    background-position: center center;
}*/
/*.seocart_Category_image:before {
    display:block;
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
}*/
.seocart_Category_image_container {    
    text-align: center;
    margin:0 auto;
    position: relative;
}
.seocart_Category_image_container * {
    color:#FFF;
}

/*.seocart_Category_image_container span.highlight {
	display:inline-block;
	background-color: rgba(51,51,51,0.6);
	padding:5px;
}
.cms_Imagesingle h1, 
.cms_Imagesingle h2, 
.cms_Imagesingle p {
    background-color: rgba(51,51,51,0.6);
}*/
/*@media screen and (max-width: 1620px) {
    .seocart_Category_image_container {
        padding:0 1rem;
    }
}*/

.sidebarMobileToggle {
    display:none;
}
.seocart_SubcategoySidebar {
    display: inline-block;
    vertical-align: top;
    width: calc( 250px );
    padding: 0.5rem;
    margin-top: 5px;
    margin-left: 15px;
    box-sizing: border-box;
    display:none;
}
.seocart_SubcategorySearchByPrice {
    display:none;
}
.sidebar-filters-categories {
    margin:2rem auto;
    position: sticky;
    top: var(--header-height);
    z-index: 1;
    background-color: #FFF;
}
.sidebar-parent-category a {
    font-weight: bold;
    font-size: 16px;
}
.sidebar-filters-subcategories {
    text-align: center;
}
.sidebar-filters-subcategories .sidebar-child-category {
    display: inline-block;
}
.sidebar-filters-subcategories .sidebar-child-category a {
    display: inline-block;
    text-transform: uppercase;
    color: var(--color-gray4);
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 1.15rem 0.5rem;
}
.sidebar-filters-subcategories .sidebar-child-category:after {
    content:'|';
    display:inline-block;
    margin:0 0.5em;
    color:var(--color-gray9);
}
.sidebar-filters-subcategories .sidebar-child-category:last-child:after {
    content:'';
}
.sidebar-filters-subcategories .sidebar-child-category.current a,
.sidebar-filters-subcategories .sidebar-child-category a:hover {
    color: var(--color-gray4);
}
.sidebar-filters-subcategories .sidebar-child-category.current a {
    font-weight: bold;
}
.sidebar-filter,
.seocart_SubcategorySearchByPrice ul ul li {
    padding: 2px 0;
}
.sidebar-title {
    font-weight: bold;
    color: #212121;
    margin-bottom: 5px;
}

.sidebar-filter-remove {
    float: right;
    vertical-align: middle;
}

.sidebar-filter-remove img {
    width: 15px;
    height: 15px;
}

.sidebar-filters-set {
    padding-right: 7px;
    margin-bottom: 15px;
}

.sidebar-subtitle,
.seocart_SubcategorySearchByPrice ul li span {
    text-align: left;
    margin-top: 5px;
    color:var(--color-gray2);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 5px;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 0.5rem;
}

.sidebar-filters-value {
    padding: 0 7px;
}

.sidebar-filters-unset {
    margin-top: 1em;
}

.sidebar-filters-unset a input {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}
.seocart_SubcategorySearchByPrice ul {
    list-style-type: none;
    padding:0;
}
.sidebar-filter-group,
.seocart_SubcategorySearchByPrice ul ul {
    padding: 0;
    margin-bottom:2rem;
    list-style-type: none;
}
.sidebar-filters-set .sidebar-filter {
    position: relative;
    padding-left: 12px;
    padding-right: 0;
    font-size: 14px;
}
.sidebar-filters-set .sidebar-filter a {
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
}
.sidebar-filters-set .sidebar-filter a.remove-filter::before {
    content: '\f00d';
    right: 0;
    left: auto;
}
.sidebar-filter a,
.seocart_SubcategorySearchByPrice ul li a {
    font-size: 12px;
    text-decoration: none;
    padding: 4px 3px 4px 20px;
    position: relative;
    color:var(--color-gray4);
}

.sidebar-filter a::before,
.seocart_SubcategorySearchByPrice ul li a:before {
    content: '\f096';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0px;
    height: 14px;
    width: 14px;
    font-size: 16px;
    color: var(--color-gray4);
}

.sidebar-filter a:hover,
.seocart_SubcategorySearchByPrice ul li a:hover {
    color: var(--color-gray6);
}

.sidebar-filter a:hover:before,
.seocart_SubcategorySearchByPrice ul li a:hover:before {
    color: var(--color-gray6);
}

.sidebar-filter.set a::before {
    content: '\f046';
    color: #000;
}

.sidebar-filter.set:hover a::before {
    color: #c5c5c5;
}

/*
.sidebar-filter a:hover::after,
.sidebar-filter.set a::after {
    content: 'x';
    position: absolute;
    left: 1px;
    top: -1px;
    height: 10px;
    width: 10px;
}*/

.sidebar-filter a:hover::after {
    color: #000;
}
.sidebar-filter.set a:hover::after {
    color: transparent;
}
.seocart_Subcategory {
    margin-bottom: 2rem;
}
.seocart_Subcategory .categoryWrapper.pageWidth,
.cms_NavigationLinks {
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.seocart_SubcategoryMain {
    display: inline-block;
    vertical-align: top;
    /*width: calc( 100% - 280px );*/
    width:100%;
    /*padding-left: 15px;
    padding-bottom:15px;*/
    padding:15px;
    box-sizing: border-box;
}
.seocart_CategoryProductContainer {
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.seocart_CategoryProductContainer .seocart_ProductWrapper {
    margin-bottom: 2rem;
    width: 49%;
    text-align: center;
}
.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage {
    min-height: 182px;
    max-width: 500px;
    margin-bottom: 15px;
}
body .slick-dotted.slick-slider {
    margin-bottom:0;
    padding-left:0;
}
.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage .slick div:not(:first-child) {
    display:none;
}
.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage .slick.slick-initialized div:not(:first-child) {
    display:block;
}
.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage .slick .slick-prev, 
.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage .slick .slick-next {
    z-index: 999;
}
.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage .slick .slick-dots,
.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage .slick .slick-prev, 
.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage .slick .slick-next {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage .slick .slick-prev {
    left: 5px;
}
.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage .slick .slick-next {
    right: 5px;
}
.seocart_CategoryProductContainer .seocart_ProductWrapper:hover .seocart_ProductImage .slick .slick-dots,
.seocart_CategoryProductContainer .seocart_ProductWrapper:hover .seocart_ProductImage .slick .slick-prev, 
.seocart_CategoryProductContainer .seocart_ProductWrapper:hover .seocart_ProductImage .slick .slick-next {
    opacity: 1;
    visibility: visible;
}
.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductDetails {
    text-align: center;
    padding:1rem 0;
}
.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductDetails a {
    color:var(--color-gray3);
    text-transform: uppercase;
    font-size:16px;
    display: block;
    text-decoration: none;
}
.seocart_Subcategory_PaginationLinks {
    font-size: 14px;
}
.seocart_Subcategory_PaginationLinks em {
    font-style: normal;
    font-weight: bold;
}
.seocart_Subcategory_PaginationLinks a.seocart_Subcategory_PaginationLinkNumber {
    display: inline-block;
    padding: 1px 3px;
    border-radius: 3px;
    background: rgb(73, 41, 23);
    text-decoration: none;
    color: #FFF;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.13);
}
@media only screen and (max-width: 767px) {
    .seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage .slick .slick-prev, 
    .seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage .slick .slick-next {
        display:none !important;
    }
    .seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage .slick .slick-dots { 
        opacity: 1;
        visibility: visible;
    }
    .seocart_Category_image {
        height: 85vw;
    }
    .sidebarMobileToggle {
        /*display:block;*/
        display:none;
        background: #eaeaea;
        color: #212121;
        padding:10px;
        cursor:pointer;
        text-transform:uppercase;
        margin-bottom:7px;
        margin-top:7px;
    }
    body .seocart_SubcategoySidebar {
        display: none;
        width: 100%;
        box-sizing: border-box;
        margin: 1rem auto;
    }
    body .seocart_SubcategoryMain {
        width:100%;
        padding:0;
    }

    td.seocart_Subcategory_PaginationShowing {
        font-size: 14px;
    }
    .seocart_Subcategory_PaginationLinks {
        white-space: nowrap;
    }
    .seocart_Subcategory_PaginationLinks a.seocart_Subcategory_PaginationLinkNumber {
        display:none;
    }
    .seocart_Subcategory_PaginationLinks em {
        margin:0 2px;
    }
    #hover-zoom-image,
    #hover-zoom-region {
        display:none;
    }
    .seocart_Subcategory_PaginationLinkPrevious,
    .seocart_Subcategory_PaginationLinkNext {
        text-decoration: none;
    }
    .seocart_Subcategory_PaginationLinkPrevious:before,
    .seocart_Subcategory_PaginationLinkNext:before {
        font-family: FontAwesome;
        font-size: 18px;
        color: #eff9ff;
        background: rgba(0,0,0,0.6);
        border-radius: 50%;
        /* padding: 3px 5px; */
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
        vertical-align: middle;
        line-height: 18px;
    }
    .seocart_Subcategory_PaginationLinkPrevious:before {
        content: '\f053';
        padding-left:1px;
    }
    .seocart_Subcategory_PaginationLinkNext:before {
        content: '\f054';
        padding-right: 1px;
    }
    .seocart_Subcategory_PaginationLinkPrevious span,
    .seocart_Subcategory_PaginationLinkNext span {
        display:none;
    }
}


.subcategory-link a {
    font-size:200%;
    padding:50px;
}
.subcategory-product-reviews {
    font-size: 0;
    padding: 7px 0;
}
.categoryContentsWrap ul {
    margin: 0;
    padding: 0;
}
.categoryContentsWrap > ul > li {
    border-right: none;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: .5em 0 4em 0;
}
.categoryContentsWrap li {
    display: inline-block;
    border-right: 1px solid #FFFFFF;
}
.categoryContentsWrap > ul > li > a {
    display: block;
    font-size: 95%;
    color: #222;
    font-weight: 700;
}
.categoryContentsWrap li a {
    color: #222;
    text-transform: uppercase;
    font-size: 100%;
    text-decoration: none;
    padding: 0.5em;
    display: inline-block;
    outline: none;
    text-align: left;
}
.categoryContentsWrap li ul {
    font-size: 95%;
}
.categoryContentsWrap li ul li {
    display: block;
    width: 100%;
    padding: 0 1em 0 .5em;
    border-left: 1px solid #eee;
    margin-left: .5em;
    line-height: 1.2;
}
.categoryContentsWrap li ul li a {
    display: block;
    text-transform: none;
    color: #999;
    font-weight: 400;
    padding: .25em 0 .25em .5em;
    transition: color 0.25s ease-in-out;
}
.categoryContentsWrap li ul li a:hover {
    color:#555;
}

/* product page */
.seocart_Product .productWrapper.pageWidth {
    max-width:1200px;
}
.seocart_Product .productWrapper {
    margin: 2rem auto;
    justify-content: space-between;
    align-items: flex-start;
}
.seocart_Product .productImageWrapper {
    position: relative;
}
.seocart_Product .productDetailWrapper {
    padding:1rem 1rem 1rem 4rem;
}

.seocart_Product .productDetailDescription img {
	max-width: 100%;
	height: auto;
}

.productAdditionalImageWrapper {
    position: absolute;
    top: 0;
    right: 0;
}
.productAdditionalImageWrapper ul {
    margin:0;
    padding:0;
}
.productAdditionalImageWrapper ul li {
    border: 1px solid #FFF;
    border-bottom:0;
    border-collapse: collapse;
    list-style-type: none;
}
.productAdditionalImageWrapper ul li:last-child {
    border-bottom:1px solid #FFF;
}
.productAdditionalImageWrapper ul li a,
.productImageWrapper a {
    display:block;
    position: relative;
    cursor:zoom-in;
}
.productAdditionalImageWrapper ul li a.video:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 27px;
    width: 27px;
    background:transparent url(/images/template/video-play.svg) no-repeat center center;
    top:calc(50% - 13.5px);
    left:calc(50% - 13.5px);

}

.productDetailPriceWrapper > span,
.relatedProductWrapper strong {
    text-transform: uppercase;
    font-size:11px;
    color:var(--color-gray4);
    letter-spacing: 0.1em;
}
.seocart_PricingContainer {
    font-size:22px;
    padding:0.25rem 0 1.5rem 0;
}
.productButtons .button {
    width:100%;
    margin-bottom:0.75rem;
    margin-left:0;
    margin-right:0;
}
.seocart_Product .seocart_WishListButtonWrapper {
    padding:1rem 0;
}
.seocart_Product .seocart_WishListButtonWrapper button.wishlist,
.seocart_Subcategory .seocart_WishListButtonWrapper button.wishlist {
    outline:none;
    background: none;
    border: none;
    padding: 0;
    color:var(--color-gray1);
    transition:color 0.1s ease-in-out;
}
.seocart_Product .seocart_WishListButtonWrapper button.wishlist {
    color:var(--color-red);
}
/*.seocart_Product .seocart_WishListButtonWrapper button.wishlist:before {
    content: '\f08a';
    font-family: FontAwesome;
    color:var(--color-gray1);
    padding-right:0.5rem;
    transition:color 0.1s ease-in-out;
}
.seocart_Product .seocart_WishListButtonWrapper button.wishlist:hover,
.seocart_Product .seocart_WishListButtonWrapper button.wishlist:hover:before {
    color:var(--color-red);
}*/

.seocart_Subcategory .seocart_ProductImage .seocart_WishListButtonWrapper button.wishlist {
    opacity: 0;
    visibility: hidden;
    color:var(--color-red);
    transform: scale(1);
    transition: transform, opacity;
}
.seocart_Subcategory .seocart_ProductImage:hover .seocart_WishListButtonWrapper button.wishlist {
    opacity: 1;
    visibility: visible;
}
.seocart_Subcategory .seocart_WishListButtonWrapper button.wishlist:hover {
    transform: scale(1.3);
}
.seocart_Subcategory .seocart_WishListButtonWrapper {
    position: absolute;
    top:0.5rem;
    right:1rem;
}
.seocart_Subcategory .seocart_ProductImage {
    position: relative;
    display:inline-block;
}

.playVideo {
    position: absolute;
    right: 0.25rem;
    bottom: 0.25rem;
}

.playVideo a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 0.5rem 0.75rem;
    font-size: 115%;
}

.seocart_Account #accountNavigation li.menu,
.seocart_Account .seocart_DashboardRecentOrderStatus,
.seocart_Account .seocart_DashboardRecentPurchasedProducts {
    display:none;
}
.seocart_Account .accountHeader li a:hover {
    display:inline-block;
}

@media only screen and (min-width: 1024px) {
    .seocart_Subcategory .seocart_ProductImage .seocart_WishListButtonWrapper button.wishlist {
        font-size:20px;
    }
}
@media only screen and (max-width: 1023px) {
    .seocart_Subcategory .seocart_ProductImage .seocart_WishListButtonWrapper button.wishlist {
        opacity: 1;
        visibility: visible;
    }
}
@media only screen and (max-width: 421px) {
    #accountContent.wishlist ul li {
        float: none;
    }
}

section.relatedProductWrapper {
    margin:4rem 0;
}
.relatedProduct {
    margin-top:1rem;
    margin-bottom:1rem;
}
.relatedProduct .relatedProductImage img,
.relatedProductsWrapper img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	width: 200px;
	height: 200px;
}
.relatedProduct .relatedProductName a {
    display:block;
    text-transform: uppercase;
    text-decoration: none;
    color:var(--color-gray3);
    font-size:13px;
}
.patternWrapper {
    background:var(--color-gray9) url(/images/template/pattern-custom-designs.gif) repeat center center;
    padding: 4rem 0.5rem;
}
.patternWrapper section {
    margin:0;
}
.patternWrapper .container {
    max-width:760px;
}
.productContact {
    text-transform: uppercase;
}

/* message section */
.popup .ui-widget {
    font-family: 'Libre Baskerville', serif;
    background-color: var(--color-gray9);
    border: none;
    width: 100%;
    border-radius: 0;
    padding: 1rem;
}
.popup .ui-widget-header {
    background: transparent;
    border: none;
    padding: 0.5rem 0;
}
.popup .ui-widget-content .ui-state-default {
    background: var(--color-gray2);
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.25rem;
}
.popup .ui-widget-content .ui-state-default.ui-state-active {
    background: var(--color-red);
}
.popup .ui-state-disabled .ui-state-default {
    background:none;
    color:var(--color-gray5);
}
.popup .ui-datepicker-title {
    text-transform: uppercase;
    font-size:13px;
    padding:0 0 0.5rem 0;
}
.popup a.ui-datepicker-prev,
.popup a.ui-datepicker-next {
    top:10px;
    cursor: pointer;
}
.popup .ui-datepicker .ui-datepicker-prev span, 
.popup .ui-datepicker .ui-datepicker-next span {
    background:none;
}
.popup a.ui-datepicker-prev:before,
.popup a.ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    height: 14px;
    width: 14px;
    font-size: 14px;
    color: var(--color-gray4);
    display:inline-block;
    font-weight: normal;
    cursor: pointer;
}
.popup .ui-datepicker .ui-datepicker-prev-hover {
    left:2px;
}
.popup .ui-datepicker .ui-datepicker-next-hover {
    right:2px;
}
.popup a.ui-datepicker-prev:before {
    content: '\f053';
    left:1em;
}
.popup a.ui-datepicker-next:before {
    content: '\f054';
    right:1em;
}
.popup a.ui-datepicker-prev:hover, 
.popup a.ui-datepicker-next:hover {
    border:none;
    background:none;
}
.popup {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
}
.popup.open {
    display: flex;
}
.popup .container {
    background: var(--color-white);
    width: 90%;    
}
#PopupScheduleAppointment .container {
    max-width: 760px;
    overflow-y: scroll;
    max-height: 100%;
}
#PopupCustomizeRing .container,
.CustomizeRingEmbed .container {
    max-width: 960px;
    overflow-y: scroll;
    max-height: 100%;
}
#PopupCustomizeRing section,
.CustomizeRingEmbed section {
    border-top:1px solid var(--color-gray8);
}
#PopupCustomizeRing section:last-child,
.CustomizeRingEmbed section:last-child {
    border-bottom:1px solid var(--color-gray8);
}
.popup section ul,
.embed section ul {
    margin:0;
    padding:0;
    list-style-type: none;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.popup section ul li,
.embed section ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    cursor: pointer;
    border:1px solid var(--color-white);
    width:100%;
}
.popup img,
.embed img {
    max-width: 100%;
    height: auto;
}
#PopupInquire .MessageSection_MessageForm {
    padding-top:0 !important;
}
#PopupCustomizeRing section ul.shape,
.CustomizeRingEmbed section ul.shape {
    flex-wrap: wrap;
    justify-content: flex-start;
}
#PopupCustomizeRing section ul.shape li,
.CustomizeRingEmbed section ul.shape li {
    width: 80px;
    padding: 0.25rem 0.75rem;
    flex: 1 0 20%;
}
#PopupCustomizeRing section ul li:hover,
#PopupCustomizeRing section ul li.selected,
.CustomizeRingEmbed section ul li:hover,
.CustomizeRingEmbed section ul li.selected {
    border-color: var(--color-gray8);
}
#PopupCustomizeRing section .image,
.CustomizeRingEmbed section .image {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup section ul li span,
.embed section ul li span {
    font-size:11px;
}
.popup .MessageForm_InputItem, 
.popup .inputItem,
.embed .MessageForm_InputItem, 
.embed .inputItem {
    width:100%;
    margin-top: 0 !important;
}
.popup .MessageSection_MessageForm,
.embed .MessageSection_MessageForm {
    margin-bottom:0 !important;
}
body #PopupCustomizeRing .MessageSection_CustomizeRing .MessageSection_MessageForm,
body .CustomizeRingEmbed .MessageSection_CustomizeRing .MessageSection_MessageForm {
    background:transparent;
    border:none;
    font-size:14px;
    width:100%;
    padding: 0 !important;
}
#PopupCustomizeRing .MessageForm_InputItem label,
#PopupCustomizeRing .MessageForm_InputItem br,
.CustomizeRingEmbed .MessageForm_InputItem label,
.CustomizeRingEmbed .MessageForm_InputItem br {
    display:none;
}
#PopupCustomizeRing .MessageSection_MessageForm .inputText,
.CustomizeRingEmbed .MessageSection_MessageForm .inputText {
    width:100%;
}
.popup .formFieldRequiredMarker,
.embed .formFieldRequiredMarker {
    display:none;
}
.popup .MessageForm_Buttons input,
.embed .MessageForm_Buttons input {
    width: 100%;
    margin: 0;
    max-width: none;
}
.popup .close {
    cursor: pointer;
    margin-top: -2rem;
    margin-right: -2rem;
    margin-bottom: 1rem;
}





/* print styles */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}


/* search page styling */
@media only screen and (max-width: 430px) {
    #advancedSearchForm .fieldPadding {
        padding:0.5em;
    }
    #advancedSearchForm .cartSearchInput input[type="text"] {
        width:70%;
    }
}

/* mini cart */
header li.cart .shoppingCartItems {
    display: none;
    position: absolute;
    right: 17px;
    top: 15px;
    padding-top: 15px;
    z-index: 1000;
    width: 350px;
}
header li.cart:hover .shoppingCartItems {
    display:block;
}
.shoppingCartItemsContainer {
    border: 1px solid #e6e6e6;
    background: #FFF;
    border-radius:10px;
}
.shoppingCartItemsContainer .empty p {
    color:#212121;
}
#miniCartPreviewItems table {
    width:100%;
}
#miniCartPreviewItems table tr td {
    border-bottom:1px solid var(--color-gray9);
    padding:0.5em;
    vertical-align:middle;
}
#miniCartPreviewItems table tr td.image a {
    width: 90px;
    height: 110px;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
}
#miniCartPreviewItems table tr td.details {
    text-align:left;
    position:relative;
}
#miniCartPreviewItems table tr td.details a {
    white-space: normal;
    color: var(--color-gray3);
    text-decoration: none;
}
#miniCartPreviewItems table tr td.details i {
    color:var(--color-gray5);
}
#miniCartPreviewItems table tr td span {
    display:block;
}
#miniCartPreviewItems table tr td.details span.name {
    display:block;
    font-size:14px;
}
#miniCartPreviewItems table tr td.details span.quantity {
    display:block;
    padding:3px 0;
    font-size:14px;
}
#miniCartPreviewItems table tr td.details span.price {
    display:block;
    font-weight:bold;
    font-size:18px;
}
#miniCartPreviewItems table tr td.details a.close {
    display:block;
    position:absolute;
    top:0;
    right:5px;
    color:#ababab;
}
#miniCartPreviewItems table tr td.details a.close:hover {
    color:var(--color-gray5);
}
/*#miniCartPreviewItems a.button {
    font-size: 14px;
    margin: 1rem;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
    transition: all 0.05s;
    text-transform: uppercase;
    text-align:center;
    background: #333;
    background: linear-gradient(180deg, #666 0%, #333 80%, #333 100%);
    border: 1px solid #333;
    color: #fff;
    box-sizing: border-box;
}
#miniCartPreviewItems a.button:hover {
    text-decoration: none;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2);
    color: #fff;
    transform: scale(1.01);
    
    background: #333;
    background: linear-gradient(180deg, #666 0%, #333 80%, #333 100%);
}
#miniCartPreviewItems .empty a.button {
    background: #333;
    background: linear-gradient(180deg, #666 0%, #333 80%, #333 100%);
    border: 1px solid #333;
}
#miniCartPreviewItems .empty a.button:hover {
    background: #666;
    background: linear-gradient(0deg, #666 0%, #333 80%, #333 100%);
}*/
#miniCartPreviewItems .borderArrowTop {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 9px solid #e6e6e6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 0;
    right: 7px;  
}
#miniCartPreviewItems .borderArrowTop:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -3px;
    right: -5px;
}


#miniCartWrapper {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    z-index: 20000001;
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.33);
    top: 0;
    bottom: 0;
    height: 100%;
    transition: .2s ease-out background-color;
    text-align: center;
    width: 100%;
}
#miniCartContainer {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-top:20vh;
}
#miniCart {
    position: relative;
    padding: 25px 15px;
    background: #f5f5f5;
    margin-top: 21vh;
    max-width: 675px;
    margin: 0 auto;
    box-shadow: 0 10px 15px rgba(0,0,0,0.5);
    border-radius:5px;
}
#miniCartClose {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 100;
    line-height: 55px;
}
#miniCartHeader {
    padding: 10px 0;
    text-align: left;
    margin-bottom: 10px;
    font-weight:bold;
    font-size:90%;
    text-transform:uppercase;
    padding-top: 0;
}
#miniCartItems {
    display: inline-block;
    width: 54%;
    vertical-align: top;
}
#miniCartDetails {
    display: inline-block;
    vertical-align: top;
    width: 44%;
}
#miniCartItems .miniCartItemRow {
    display: flex;
    align-items: center;
    text-align: left;
}
#miniCartItems .miniCartItemImage {
    flex-grow: 1;
}
#miniCartItems .miniCartItemImage img {
    max-width: 150px;
    height: auto;
}
#miniCartItems .miniCartItemDetails {
    padding: 10px;
    flex-grow: 99;
}

#miniCartTotalItems {
    font-weight: bold;
    margin: 10px 20px;
    padding: 10px 0;
}
#miniCartSubtotal, #miniCartSubtotal strong {
    text-transform: uppercase;
    font-weight:bold;
}
/*#miniCartCheckout a {
    font-size: 14px;
    margin: 1rem;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
    transition: all 0.05s;
    text-transform: uppercase;
    background: #41a1ec;
    background: -moz-linear-gradient(180deg, #3ba1f0 0%, #0670c5 80%, #0670c5 100%);
    background: -webkit-linear-gradient(180deg, #3ba1f0 0%, #0670c5 80%, #0670c5 100%);
    background: linear-gradient(180deg, #3ba1f0 0%, #0670c5 80%, #0670c5 100%);
    border: 1px solid #1c7dca;
    color: #fff;
    box-sizing: border-box;
}
#miniCartCheckout a:hover {
    background: #0670c5;
    background: -moz-linear-gradient(180deg, #0670c5 0%, #0670c5 80%, #0670c5 100%);
    background: -webkit-linear-gradient(180deg, #0670c5 0%, #0670c5 80%, #0670c5 100%);
    background: linear-gradient(180deg, #0670c5 0%, #0670c5 80%, #0670c5 100%);
    border: 1px solid #1c7dca;
}*/
#miniCartContinueShopping button {
    background:none;
    border:none;
    color: #0670c5;
    text-transform:uppercase;
    font-size: 12px;
    cursor:pointer;
    outline:none;
}
#miniCartClose button {
    background:none;
    border:none;
    color:#414141;
    font-size:18px;
    cursor:pointer;
    outline:none;
}
@media only screen and ( max-width: 710px ) { 
    #miniCartContainer {
        margin-top:3vh;
    }
    #miniCartItems {
        display:block;
        margin:0 auto;
        width:100%;
    }
    #miniCartItems .miniCartItemImage img {
        max-height:100px;
        width:auto;
    }
    #miniCartItems .miniCartItemDetails {
        border-right:none;
    }
    #miniCartDetails {
        width:auto;
    }
}


html.cart body .headerWrap .right,
html.cart body .headerTopWrapOuter,
html.cart body footer > div,
html.verifycheckout body .headerWrap .right,
html.verifycheckout body .headerTopWrapOuter,
html.verifycheckout body footer > div,
html.orderresults body .headerWrap .right,
html.orderresults body .headerTopWrapOuter,
html.orderresults body footer > div,
html.verifylogin body .headerWrap .right,
html.verifylogin body .headerTopWrapOuter,
html.verifylogin body footer > div {
	display:initial;
}


/* seo-cart checkout styling */
html.cart body .pageWidth,
html.verifycheckout body .pageWidth,
html.orderresults body .pageWidth,
html.verifylogin body .pageWidth {
	
}
.seocart_CartEmpty {
    display:block;
    padding:2em 1em 20em 1em;
}
.seocart_CartEmpty a {
    text-decoration:underline;
}
table.shoppingCartItems {
    width:100%;
    margin-bottom:0.5em;
}
/*.seocart_Cart .seocart_Container_DiscountInput {
    display:none;    
}*/
.seocart_Cart .cartBanner {
    padding: 1em;
    text-align: left;
    display: block;
    border: 1px solid red;
    background-color: #feedee;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1em;
}
.seocart_Cart,
.seocart_Checkout,
.seocart_OrderResults,
.seocart_Cart p,
.seocart_Checkout p,
.seocart_OrderResults p {
    /*font-family: 'CenturyGothicStd', Arial, Helvetica, sans-serif;
   font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;*/
}
.seocart_Cart table td,
.seocart_Cart table tr,
.seocart_Checkout table td,
.seocart_Checkout table tr,
.seocart_OrderResults table td,
.seocart_OrderResults table tr {
    border:none;
    
}
.shoppingCartItemsSeparator td {
    padding:0;
    background-color:#928966 !important;
    border-color:#999;
}
td.shoppingCartItemsCellImage {
    padding:1em 0;
}
.seocart_CartCheckoutButtonContainer,
.seocart_CheckoutButtonContainer,
.seocart_VerifyCheckoutButtonContainer {
    text-align:right;
}
.seocart_Cart input.button,
.seocart_Checkout input.button {
    background-color: #959595;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    padding: 13px 50px 10px;
    display: inline-block;
    -webkit-transition: all .5s, color .5s, box-shadow .5s;
    -moz-transition: all .5s, color .5s, box-shadow .5s;
    transition: all .5s, color .5s, box-shadow .5s;
    border:none;
    cursor:pointer;
    -webkit-appearance: none;
    background-image: linear-gradient(to bottom,#aad300 0%,#9cc400 100%);
    border-color: #9cc400;
    text-shadow:none;
    box-shadow:none;
    /*font-family: 'CenturyGothicStd', Arial, Helvetica, sans-serif;
   font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;*/
    
}
.seocart_Cart input.button:hover,
.seocart_Checkout input.button:hover {
    border-color: #aad300;
    background-image: linear-gradient(to bottom,#9cc400 0%,#aad300 100%);
}
input.button.buttonContinueShopping {
    background-image: linear-gradient(to bottom,#f5f5f5 0%,#e3ded0 100%);
    color:#000 !important;
    float:left;
    font-weight:normal;
}
input.button.buttonContinueShopping:hover {
    background-image: linear-gradient(to bottom,#e3ded0 0%,#f5f5f5 100%);
}
.paypalExpressCheckoutContainer {
	float:none !important;
	width:100% !important;	
}
.paypalExpressCheckoutContainer:before {
	display:block;
	content:'- or -';
	padding:1em 0;
	margin:1em 0;
	color:#888;
}
.seocart_ShippingCalculatorCalculateButton {
    margin-left:3%;
}
.seocart_Cart p.seocart_CartTermsSecurity {
    text-align:left;
    margin:0;
}
.seocart_Cart .product-list td {
    text-align: center;
    font-size: 80%;
    vertical-align: bottom;
}
.seocart_CartCheckoutContainer {
    text-align:right;
    margin-top:3% !important;
    line-height:0;
}
#shoppingCartCustomFooterText {
    text-align:right;
    margin: 1em 0;
    float: right;
    padding: 1em 0;
}
.seocart_CartTermsSecurity {
    text-align:center;
    padding:1em 0;
}

table.checkout_header,
table.verifyCheckout_header,
tr.verifyCheckout_header td,
tr.orderResults_header td,
table.orderResults_header {
    border:1px solid #222 !important;
}

table.checkout_content,
table.verifyCheckout_content td,
table.orderResults_content td,
.seocart_Checkout table {
    background:#FFFFFF !important;
    vertical-align:top;
}
.seocart_Cart input.button:hover,
.seocart_Checkout input.button:hover {
    background-color: #222;
}
tr.shoppingCartItemsRow input.button.buttonUpdate,
.seocart_Container_DiscountInput input.button,
.seocart_ShippingCalculatorCalculateButton {
    padding: 0.5em;
    -webkit-appearance: none;
    background-image: linear-gradient(to bottom,#949789 0%,#7b7e6f 100%);
    border-color: #6e7063;
    border:none;
    color:#FFF;
    font-size:90%;
}
tr.shoppingCartItemsRow input.button.buttonUpdate:hover,
.seocart_Container_DiscountInput input.button:hover {
    background-image: linear-gradient(to bottom,#7b7e6f 0%,#949789 100%);
    border-color: #7b7e6f;
}
.seocart_Container_DiscountInput input.button {
    margin-left:3%;
}
.shoppingCartItemsCellQty input,
table.checkout_content input[type="text"],
.seocart_Container_DiscountInput input[type="text"],
.seocart_Container_ShippingCalculator select,
.seocart_Checkout .checkout_content select {
    width: auto;
    height: 34px;
    border: 1px solid #ccc;
    color: #333;
    padding: 0 0 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: auto;
}
.shippingDetailsContainer {
}
.shippingDetails {
    display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -250px;
    width: 600px;
    height: 500px;
    background:#FFF;
    font-size:80%;
    padding:3%;
    border:1px solid #CCC;
    box-sizing:border-box;
}
table.shoppingCartSummary {
    margin-top: 2%;
}

table.checkout_content input[type="text"] {
    min-width:50%;
}
.seocart_Container_DiscountInput table td {
    display:block !important;
    width: 99% !important;
    text-align:left;
}
body table.checkout_content select {
    width:auto;
}
.shoppingCartItemsCellItem,
.shoppingCartItemsCellQty,
.shoppingCartItemsCellEach,
.shoppingCartItemsCellTotal {
    color: #7a736d;
    text-transform:uppercase;
    font-weight:bold;
}
.shoppingCartItemsCellItem a {
    text-decoration:none;
}
.shoppingCartItemsCellItem a,
.shoppingCartItemsCellQty a {
    color: #7a736d;
}
.shoppingCartItemsCellItem a:hover,
.shoppingCartItemsCellQty a:hover {
    color: #030e0a;
}
.seocart_Cart_TableRow_ShippingCalculatorText strong,
.seocart_Cart_TableRow_DiscountInput strong,
.seocart_ShoppingCartTotalTableCell {
    color: #333;
}
table.shoppingCartSummary td.seocart_ShoppingCartTotalTableCell  {
    vertical-align:top;
    padding:1% 0;
    width:35%;
}
body table.seocart_ShoppingCartTotalTable {
    margin:0;
}
table.seocart_ShoppingCartTotalTable td {
    padding:4% 0%;
    text-align:right !important;
}
.shoppingCartItems .shoppingCartItemsHeader strong {
    color:#928966;
}

.seocart_Cart h1,
.seocart_Checkout h1 {
    padding:0.5em 0 0.25em 0;
    text-transform:uppercase;
}
body div.seocart_Container_ShippingCalculator, 
body div.seocart_Container_DiscountInput {
    border:none;
    margin:0;
}
.seocart_Cart_TableRow_ShippingCalculatorText span {
    padding-left:3px;
}
.isShoppingCartPage .seocart_ShippingCalculatorMethod {
    width:auto;
    max-width: 100%;
}

.seocart_ShippingCalculatorMethod {
    max-width: 100%;
}
.seocart_Container_DiscountInput input[type="text"] {
    width: 60%;
}
td.seocart_Cart_Table_ShippingCalculatorDiscountCell {
    width:99%;
}
tr.seocart_Cart_TableRow_DiscountInput > td,
tr.seocart_Cart_TableRow_ShippingCalculator > td {
    width: 100%;
    display:block;
}
td.seocart_Cart_Table_ShippingCalculatorDiscountCell table {
    margin:0;
}
tr.seocart_Cart_TableRow_ShippingCalculatorText td {
    display:inline-block;
}
.seocart_CartTermsSecurity img {
    padding-right:0.5em;
}
table.verifyCheckout_content {
    width:100% !important;
}
.checkout_header td,
table.verifyCheckout_content td,
table.orderResults_content td,
table.shoppingCartPriceTable td {
    padding:0.5em;
}
.checkout_content td {
    vertical-align:middle;
    padding:0.5em;
}
.checkoutStepsHeaderImage {
    display:none;
} 
@media only screen and (max-width: 420px) {
      
    table.shoppingCartItems,
    table.shoppingCartItems tbody,
    table.shoppingCartItems tr,
    table.shoppingCartItems td,
    .seocart_Cart table,
    .seocart_Cart tbody,
    .seocart_Cart tr,
    .seocart_Cart td,
    .ContentType_Search_container table.results-list,
    .ContentType_Search_container table.results-list tbody,
    .ContentType_Search_container table.results-list tr,
    .ContentType_Search_container table.results-list td,
    .seocart_CategoryTable,
    .seocart_CategoryTable table,
    .seocart_CategoryTable tbody,
    .seocart_CategoryTable tr,
    .seocart_CategoryTable td,
    .seocart_SubcategoryTable,
    .seocart_SubcategoryTable table,
    .seocart_SubcategoryTable tbody,
    .seocart_SubcategoryTable tr,
    .seocart_SubcategoryTable td,
    .seocart_SubcategoryProductTable,
    .seocart_SubcategoryProductTable table,
    .seocart_SubcategoryProductTable tbody,
    .seocart_SubcategoryProductTable tr,
    .seocart_SubcategoryProductTable td{
        display: block !important;
        width: 100% !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }
    main tr.shoppingCartItemsRow{
        padding: 2em 0 !important;
        background: #fff;
    }
    .seocart_Cart td.shoppingCartItemsCellEach {
        display:none !important;
    }
    tr.shoppingCartItemsRow img {
        max-width: 100%;
        height: auto;
    }
    .checkout_content select {
        width:100%;
    } 
    .seocart_Cart input.button,
    .seocart_Checkout input.button {
        width:99%;
        margin:0.25em 0;
        text-align:center;
        float:none;
    }
    .seocart_Cart input.button.buttonUpdate {
        width:auto;
    } 
    main .seocart_CartCheckoutButtonContainer input.button {
        width:99%;
        max-width:305px;
        margin:0 auto 3% auto;
    }
    body main .paypalExpressCheckoutContainer {
        float:none !important;
        width:auto !important;
    }
    body main .paypalExpressCheckoutForm {
        display:block;
        margin-bottom:3%;
        line-height:0;
    }
    body .seocart_Cart p.seocart_CartTermsSecurity {
        text-align:center;
    }
    .seocart_CartCheckoutContainer {
        text-align: center;
    }
    table.checkout_content td {
        display: block !important;
        width: 100% !important;
        text-align:left;
    }
    table.checkout_content td input[type="text"] {
        max-width:none !important;
        width:90%;
    }
    .seocart_Checkout .checkout_content select {
        width:100%;
    }
    .seocart_Checkout table.shoppingCartPriceTable td,
    .seocart_OrderResults table.shoppingCartPriceTable td {
        padding:0.5em 0;
    } 
    .seocart_Checkout td,
    .seocart_OrderResults td {
        padding:1%;
    }
    .seocart_Cart h1{
        text-align: center;
    }
    
    table.shoppingCartPriceTable td {
        font-size:100%;
    }
    body main td.shoppingCartItemsCellEach {
        display:none !important;
    }
    body main .seocart_Cart td.shoppingCartItemsCellQty,
    body main .seocart_Cart td.shoppingCartItemsCellTotal,
    body main .seocart_Cart tr.seocart_Cart_TableRow_Subtotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_ShippingTotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_TaxTotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_DiscountTotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_Total td {
        display:inline-block !important;
        width:49% !important;
    }
    body .seocart_Cart .seocart_Container_ShippingCalculator,
    body .seocart_Cart tr.seocart_Cart_TableRow_TaxTotal {
        padding:1em 0;
    }
    body .seocart_Cart table.seocart_ShoppingCartTotalTable {
        max-width:305px;
        margin: 0 auto !important;
    }
    body .seocart_Cart table.seocart_ShoppingCartTotalTable td:first-child {
        text-align: left !important;
    }
    body .seocart_Cart table.seocart_ShoppingCartTotalTable td:last-child {
        text-align: right !important;
    }
    .seocart_Cart .seocart_Container_DiscountInput input[type="text"] {
        display:block;
        width:90%;
        margin:0 auto;
        margin-bottom:0.5%;
    }
    .seocart_Cart .seocart_Container_DiscountInput input.button {
        display:block;
        margin:0 auto;
        margin-bottom:0.5%;
        width: auto;
    }
    table.verifyCheckout_content {
        width: 97%!important;
    }
    table.verifyCheckout_content tr td,
    table.orderResults_content tr td {
        display:block !important;
        width:99% !important;
    }
    table.verifyCheckout_content tr td table td {
        display:inline-block !important;
        width:42% !important;
    }
    table.orderResults_content tr td table td {
        width:99% !important;
    }
    table.verifyCheckout_content tr td table tr.verifyCheckout_header td,
    table.orderResults_content tr td table tr.orderResults_header td {
        width:99% !important;
        padding:0;
    }
    body .seocart_Container_ShippingCalculator select {
        width:90%;
    }
    body .seocart_Cart input.button, 
    body .seocart_Checkout input.button {
        font-size:15px;
    }
    #advancedSearchForm .fieldPadding {
        padding:0.5em;
    }
    #advancedSearchForm .cartSearchInput input[type="text"] {
        width:70%;
    }
}
