@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}
/*
* loader-ellips
------------------------- */

.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}


@font-face {
    font-family: 'TrajanPro-Bold';
    src: url('../fonts/trajanpro-bold.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/trajanpro-bold.woff') format('woff'), 
    url('../fonts/trajanpro-bold.ttf')  format('truetype'), 
    url('../fonts/trajanpro-bold.svg#TrajanPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TrajanPro-Regular';
    src: url('../fonts/trajanpro-regular.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/trajanpro-regular.woff') format('woff'), 
    url('../fonts/trajanpro-regular.ttf')  format('truetype'), 
    url('../fonts/trajanpro-regular.svg#TrajanPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwensonRegular';
    src: url('../fonts/SwensonRegular.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/SwensonRegular.woff') format('woff'), 
    url('../fonts/SwensonRegular.ttf')  format('truetype'), 
    url('../fonts/SwensonRegular.svg#SwensonRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, ul, li {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    outline: medium none;
    padding: 0;
}

img, a img {
    border: medium none;
}

.clear {
    border: medium none;
    clear: both;
    float: none;
    height: 1px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #535353;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p {
    padding-bottom: 10px;
}

h1 {
    font-size: 37px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 17px;
}

p {
    font-family: "CenturyGothic", Verdana, Arial, "sans-serif";
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
/***********************************************/
.heroCarousel .slick-dots li,
.heroCarousel .slick-next, .heroCarousel .slick-prev
{
    background-color: transparent;
    border: none;
}
.page
{
    background: #fff;
    margin: 0;
    padding: 0 40px;
}
.page > .main > .inner 
{
    /*background-color: #f2f2f2;*/
   }
.header {
    border-bottom: 0px;
}

.header {
    background: #f2f2f2 !important;
    padding-bottom: 10px;
    background: none;
     position: fixed; 
    left: 0;
    right: 0;
    padding: 0 50px;
    z-index: 999999999;
}
.header > .inner, .main > .inner {
    padding: 0 10px;
    box-sizing: border-box;
}
#Header {
    margin-bottom: 25px;
}
#Header > .inner {
    /*background: #f2f2f2;*/
    position: relative;
}
.header-search {
    float: left;
    position: absolute;
    top: 53px;
}
.header-login {
    float: right;
    position: absolute;
    right: 0;
    top: 30px;
}
.header-logo {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding-top: 8px;
}
.headerBg {
    background: #f2f2f2;
}
.header.fixed-menu img {
    width: 105px;
}
.header.fixed-menu .header-search
{
    top: 30px;
}
.header.fixed-menu .header-login
{
    top: 15px;
}
.header.fixed-menu  .header-login > ul
{
    margin-bottom: 5px;
}
.header-logo img {
    margin: 0 auto;
}
#SearchForm {
    width: 265px;
    height: 33px;
    background-color: white;
    border: 1px solid lightgrey;
    box-sizing: border-box;
}
#SearchForm form {
    padding: 0;
    margin: 0;
}
#SearchForm label {
    display: none;
}
#SearchForm input#search_query_adv {
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #6d1724;
    height: 31px;
    border: none;
    float: left;
    padding: 0 15px;
    width: 80%;
}
#SearchForm input#search_query_adv::placeholder
{
    color: #6d1724;
}
#SearchForm .Button, #SearchForm input.Textbox, 
#SearchForm {
    border: 1px solid #e3e3e3;
    background-color: #fff;
}
#SearchForm input.Button {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAyVBMVEX///9oBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwdoBwf////iP5BCAAAAQXRSTlMAFIfX+OiuPzPmhendXylBpmiI3hGE6wfY7UP5LcBkQtZTrar9GTr+mQxO7KV78sjfH1vl/KDiIAU9XBcj4CIh4eaHJTgAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAkklEQVQI11WO1xKCMBBFFxUriB1bxF6wgQXsev//p0yyPsh9OXPObGZCREYqnTGzOfotX4BekdUowbLLTgWoaq+h3lBsouUqtmHr7nbQVeyhzw8FBgomPPYhRgpjTLQ6mM4U5wssV0T+Ghu+2wK7vSU/EIQcDkcpp3OEIOZwud78Oz0iPGP620uGdyJ8ICgRRPgFJ4QS6PApT9sAAAAASUVORK5CYII=');
    width: 20%;
    border: none;
    float: right;
    background-position: center;
    height: 31px;
    background-repeat: no-repeat;
}
.header-login > ul {
    margin: 0px;
    list-style: none;
    text-align: right;
    margin-bottom: 22px;
}
.header-login > ul > li {
    display: inline-block;
    padding-left: 12px;
}
.header-login > ul > li > a {
    color: #727272;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
}
.header-login > ul > li > a i {
    color: #620202;
}
.social ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}
.social ul li {
    display: inline-block;
    padding-left: 4px;
}
.social ul li a {
    width: 30px;
    height: 30px;
    background-color: #620202;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
}
.social ul li a:hover
{
    color: #8e4848;
}
.PageMenu {
    border-right: 1px solid #d2d2d2;
    background-image: linear-gradient(to top, #ddd 0%, #f3f3f3 100%);
    box-shadow: inset 0 2px 0 white;
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #dbdbdb;
    font-family: "Lato", Arial, Sans-serif;
    position: relative;
    margin: 0 0 0 0;
    z-index: 30;
}
.PageMenu h3 {
    display: none;
}
.page .body {
     padding-top: 270px; 
}

ul.mainmenunavi {
    display: table;
}
ul.mainmenunavi > li {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle;
}
ul.mainmenunavi > li.homecl > a {
    color: #6d1724;
    font-size: 23px;
}

ul.mainmenunavi > li > a {
    font-size: 12px;
    letter-spacing: -1px;
    padding: 8px 3px;
    line-height: 15px;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #fff;
    font-family: "TrajanPro-Regular";
    font-weight: 400;
    text-transform: uppercase;
    color: #565656;
    letter-spacing: 1px;
    display: block;
}
ul.mainmenunavi > li > a:hover {
    background-color: #6d1724;
    color: #fff;
}
.mainmenunavi ul.navPage-subMenu-list,
 .mainmenunavi ul.navPage-subMenu-list ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 250px;
    background: #cacaca;
    margin: 0;
    display: none;
    font-family: "Trajan Pro";
}
.mainmenunavi ul.navPage-subMenu-list ul {
    top: 0;
    left: 100%;
}
.mainmenunavi > li:hover > ul.navPage-subMenu-list,
 .mainmenunavi ul.navPage-subMenu-list > li:hover > ul 
 {
    display: block;
 }
.mainmenunavi ul.navPage-subMenu-list li,
.mainmenunavi ul.navPage-subMenu-list ul li {
    border: none;
    clear: both;
    display: block;
    float: none;
    font-size: 13px;
    margin: 0;
    text-align: left;
    width: auto;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
}
.navPage-subMenu-item>.navPage-subMenu-action
{
	border-bottom: none;
}
ul.navPage-subMenu-list > li:hover > ul
{
	overflow-y: scroll;
	max-height: 400px;
}
/* width */
ul.navPage-subMenu-list li ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
ul.navPage-subMenu-list li ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
ul.navPage-subMenu-list li ul::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 10px;
}

/* Handle on hover */
ul.navPage-subMenu-list li ul::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.mainmenunavi ul.navPage-subMenu-list li a {
    float: none;
    width: auto;
    margin: 0;
    display: block !important;
    line-height: 25px;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    text-transform: none;
    color: #000;
    padding: 0;
}
.PageMenu li ul li a:hover {
    color: #6d1724;
}
.PageMenu .mainmenunavi > li>ul:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    margin-left: 10px;
    top: -18px;
    border-width: 10px;
    border-style: solid outset solid solid;
    border-color: transparent transparent #333 transparent; 
}

.mainmenunavi  .navPages-action-moreIcon {
    -webkit-transform: none;
    transform: none;
    float: right;
    margin-top: 8px;
    transform: rotate(-90deg);
    color: #000;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 5px;
}
ul.mainmenunavi > .navPages-item:nth-child(2) .navPage-subMenu-list li:last-child ul
{
	top: -75px;
}
.footer {
    background: #6d1724;
    padding: 0 40px;
    text-align: left;
    /* overflow: hidden; */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
}
.footer-main {
    max-width: 1375px;
    margin: 0 auto;
}
.footer-main .grid {
    font-size: 0;
    list-style: none;
    margin-bottom: 0;
    margin-left: -20px;
}
.footer-columns .match-box {
    padding-left: 95px;
    padding-top: 25px;
    padding-bottom: 15px;
}
.footer-main .match-box p, .footer-main .match-box p a {
    color: white;
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding: 0;
}
.footer .footer-columns ul {
    list-style-position: inside;
    margin-bottom: 0px;
}
.footer ul, .footer-links ul, .footer #SideCategoryList ul {
    float: left;
    width: 100% !important;
    margin: 0;
    list-style: none;
}

.footer-main ul {
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGBAMAAAAS4vJ7AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAGFBMVEX///////////////////////////////8pK8DIAAAAB3RSTlMAAargCajiVdtxyAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAbSURBVAjXYxAyYWBgVHZgYAAxRFMYGMMcQBQAGT8Ceu+S4DMAAAAASUVORK5CYII=');
}
.footer-main ul li {
    padding: 0 !important;
    line-height: 15px;
    list-style: inherit;
}
.one-quarter, .two-eighths, .three-twelfths {
    width: 25%;
}
.grid__item {
    display: inline-block;
    vertical-align: top;
}
.footer-columns.grid .grid__item + .grid__item {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACyCAMAAAC0lVVgAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAe1BMVEWleXmleHikeHikd3ejd3ejdnajdXWidXWidHShdHShc3OhcnKgcnKgcXGfcXGfcHCeb2+ebm6dbm6dbW2cbGyca2uba2ubamqaaWmaaGiZaGiZZ2eYZ2eYZmaYZWWXZWWXZGSWZGSWY2OWYmKVYmKVYWGUYWGUYGD///+m+CRyAAAAAWJLR0QovbC1sgAAAAlwSFlzAAALEgAACxIB0t1+/AAAAFxJREFUGNNlwQcSgkAMBdAIUhSkq4DSLfe/oTuZTPzLvkcEDuRZ/d0jBc6QIhjrE51hYqb6IjOe6wKWsqIaNtYrv5l32OpO9vyhn+YARz7xGS60Ojf+gm/rR37/fzfMDcFJ2ttIAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: top left;
}


.footer-main li {
    float: left;
    width: 100%;
}
.footer-main ul li a {
    color: white;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.footer-main ul li a:hover {
    color: #ccc;
}
.grid__item.one-quarter.match-box.lastsocialbox {
    padding-left: 80px;
}
ul.soicl li {
    display: inline-block;
    width: auto;
    float: none;
    margin-right: 8px;
    margin-bottom: 12px;
}
ul.soicl li a {
    width: 31px;
    height: 31px;
    background-color: #feffff;
    display: block;
    color: #946060;
    text-align: center;
    line-height: 31px;
    border-radius: 31px;
}
#HomeSlideShow {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.trust-item
{
    float: left;
    margin-top: 5px;
}
.heroCarousel {
    margin-top: 0;
}
.page .body {
    margin-top: 0;
    margin-bottom: 0;
}
.page .body .page {
    background: none;
    padding: 0;
}
.heroCarousel .slick-dots {
    bottom: 0;
}
.heroCarousel .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.heroCarousel .slick-dots {
    bottom: -5px;
}
.home-grid {
    margin-bottom: 25px;
    overflow: hidden;
}
.item_wedding {
    width: 30%;
    margin-right: 2%;
    float: left;
}
.item_limited {
    width: 36%;
    float: left;
    margin-right: 2%;
}
.border-box {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    padding: 10px;
    box-sizing: border-box;
}
.home-grid .match-box {
    padding-left: 15px;
}

.item_wedding .match-box {
    background: url(https://cdn9.bigcommerce.com/s-k637i6dap6/templates/__custom/Styles/bg_03.jpg) center center no-repeat;
    background-size: cover;
}
.item_limited .match-box {
    background: url(https://cdn9.bigcommerce.com/s-k637i6dap6/product_images/uploaded_images/affirmbanner1.jpg) center center no-repeat;
    background-size: cover;
}
.home-grid h2 {
    color: #161616;
    font-family: TrajanPro-Regular;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 15px;
    line-height: 35px;
    /*font-size: 28px;*/
}
.home-grid h2 span {
    display: block;
    color: #680707;
    font-family: SwensonRegular;
    font-size: 60px;
    text-transform: none;
    line-height: 50px;
}
.home-grid ul {
    margin-bottom: 0px;
    padding-bottom: 40px;
    /*list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAABGdBT…s7ewdHJ2cQm8HF1U3A3cNTG8xh0PMKCPA2ZIACH18/fxANAPanDfO2NAGyAAAAAElFTkSuQmCC);*/
}
.home-grid ul li {
    margin: 0;
    padding: 0;
    list-style: initial;
    list-style-position: inside;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAABGdBT…s7ewdHJ2cQm8HF1U3A3cNTG8xh0PMKCPA2ZIACH18/fxANAPanDfO2NAGyAAAAAElFTkSuQmCC);
}
.home-grid ul li a {
    color: #161616;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
}
.item_limited .match-box h2 
{
    text-align: right;
    font-weight: bold;
}
.item_limited .match-box h2 span {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #161616;
    line-height: 20px;
    width: 320px;
    text-align: left;
    float: right;
    margin-top: 30px;
    margin-right: 15px;
}
.item_diamond {
    float: left;
    width: 30%;
}
.item_diamond .match-box {
    background: url(https://cdn9.bigcommerce.com/s-k637i6dap6/templates/__custom/Styles/bg_07.jpg) center center no-repeat;
    background-size: cover;
}
.feat_collection {
    margin-bottom: 25px;
}
.feat_bg {
    padding: 20px 0;
    background: url(https://cdn9.bigcommerce.com/s-k637i6dap6/templates/__custom/Styles/bg_12.jpg) right center no-repeat;
}
.feat_collection h3 {
    color: #680707;
    font-family: SwensonRegular;
    font-size: 55px;
    font-weight: 400;
    line-height: 50px;
    text-transform: capitalize;
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    padding: 0 40px;
}
.feat_collection p {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    color: #161616;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 37px;
    padding: 0 40px;
}
.feat_collection p a.btn {
    height: 40px;
    background-color: #680707;
    border-radius: 2px;
    line-height: 40px;
    color: white;
    font-family: TrajanPro-Regular;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 60px;
    padding: 0 1.2em;
}
.promo_banners p a.btn {
    height: 38px;
    background-color: #680707;
    border-radius: 2px;
    color: white;
    font-family: TrajanPro-Regular;
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 1.2em;
    margin-left: 15px;
}
.promo_banners {
    text-align: center;
    padding-bottom: 25px;
    overflow: hidden;
}
.promo_left {
    width: 49%;
    margin-right: 2%;
    float: left;
    position: relative;
}
.promo_left .match-box {
    position: relative;
    z-index: 9;
}
.promo_banners h4 {
    color: #680707;
    font-family: TrajanPro-Regular;
    font-size: 42px;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.promo_banners h5 {
    color: #680707;
    font-family: TrajanPro-Regular;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 4px;
}
.promo_banners p {
    color: #161616;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}
.promo_right {
    width: 49%;
    float: left;
}
.promo_banners ul {
    margin: 0px;
    list-style: none;
    text-align: center;
}
.promo_banners ul li {
    display: inline-block;
    margin: 2px 0;
    color: #737373;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}
.promo_banners ul li a {
    padding-left: 37px;
    background-image: url(https://cdn9.bigcommerce.com/s-k637i6dap6/templates/__custom/Styles/whyicons.png);
    background-repeat: no-repeat;
    line-height: 36px;
    display: block;
}
.promo_banners a:hover {
    color: #999999;
}
.item1 a {
    background-position: 4px 7px;
}
.item2 a {
    background-position: 6px -74px;
}
.item3 a {
    background-position: 6px -156px;
}
.item4 a {
    background-position: 6px -238px;
}
.item5 a {
    background-position: 5px -318px;
}
ul.breadcrumbs {
    list-style-type: none;
    margin: 10px 0 20px 0;
    overflow: hidden;
    width: 100%;
    text-align: left;
   font-family: Montserrat;
    display: inline-block;
}
.breadcrumbs a {
    display: inline-block;
    /*font-weight: 700;*/
    color: #999;
    font-family: Montserrat;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
}
.breadcrumbs li
{
    color: #aaa;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumb:before
{
    content: ':';
    top: -1px;
}
.productlist-page {
   /* background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    padding: 15px;*/
}
#CategoryHeading {
    float: none;
    width: auto;
    clear: none;
    margin-bottom: 40px;
}
#CategoryHeading .TitleHeading {
    color: #6d1724;
    border-bottom: 1px solid #e3e3e3;
        font-size: 34px;
    margin-bottom: 20px;
        font-family: TrajanPro-Regular;
        font-weight: 700;
}
.CategoryDescription p {
    font-size: 14px;
    font-family: 'TrajanPro-Bold';
    color: #565656;
}
.page-sidebar {
    padding: 0 5px 0 0;
}
.sidebarBlock .navList li {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: 'TrajanPro-Bold';
    position: relative;
}
.sidebarBlock .navList li:after,
#facetedSearch .accordion-block:after,
.facetedSearch-refineFilters.sidebarBlock:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #f8f8f8;
    bottom: -4px;
    left: 0;
}
.sidebarBlock .navList li a
{
        font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'TrajanPro-Bold';
}
.sidebarBlock .navList li a:hover
{
	color: #000;
}
#facetedSearch h5.sidebarBlock-heading {
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    height: 61px;
    background: #680707;
    font-family: 'TrajanPro-Bold';
    padding-left: 10px;
    padding: 13px 0 13px 10px;
}
.facetedSearch-refineFilters.sidebarBlock {
    /*border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;*/
    border-bottom: 1px solid #d3d3d3;
    position: relative;
}

#facetedSearch-navList {
    /*border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;*/
    margin: 0;
    /*padding: 0 10px;*/
}
#facetedSearch .navList li {
    padding: 0;
    border: none;
    margin: 0;
    color: #565656;
    font-family: "Trajan Pro";
    font-size: 12px;
    line-height: 30px;
}
#facetedSearch .navList li a
{
    font-size: 12px;
    margin: 0;
}
#facetedSearch-content--price {
    padding-bottom: 15px;
}
#facetedSearch {
    border: none;
    margin: 0;
}
.facetedSearch-refineFilters.sidebarBlock label {
    padding: 10px;
    display: block;
}
#facetedSearch h5.accordion-title {
    font-weight: bold;
    padding: 20px 0;
    position: relative;
    color: #680707;
    font-family: 'TrajanPro-Bold';
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
}
#facetedSearch h5.accordion-title:before
{
    /*content: '»';
    padding-right: 3px;
    color: #680707;
    font-family: Lato;
    font-size: 13px;*/
}
#facetedSearch .accordion--navList .accordion-navigation-actions
{
    top: 20px;
}
#facetedSearch .accordion-block {
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    padding: 0 10px;
    position: relative;
}
#facetedSearch .accordion--navList .accordion-indicator {
    fill: #9c9c9c;
    width: 25px;
    height: 31px;
}
.CategoryDescription {
    margin-bottom: 10px;
}
.product-nav {
    margin-bottom: 20px;
    overflow: hidden;
}
.FloatRight {
    float: right;
}
.SortBox {
    color: #999999;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
#CategoryPagingTop {
    padding-left: 20px;
    width: auto;
    clear: none;
    float: left;
    margin-top: 10px;
}
#CategoryPagingTop ul.pagination-list {
    margin: 0;
}
.FloatRight.SortBox form {
    margin: 0;
}
.FloatRight.SortBox form .form-field {
    margin-bottom: 0;
}
.FloatRight.SortBox form .form-field {
    background: none;
    border: none;
}
.FloatRight.SortBox form .form-field label {
    font-family: Montserrat;
    font-size: 15px;
    padding-right: 10px;
    margin: 0;
    color: #333333;

}
.FloatRight.SortBox form .form-field .form-select {
    color: #aaa;
    height: 2.14286rem;
    min-height: 35px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    font-size: 15px;
    padding-left: 10px;
    font-family: Montserrat;
}
.page-sidebar+.page-content .productGrid .product {
    width: 25%;
}
.card-figure {
    /*border: 1px solid #e0e0e0;*/
}
h4.card-title {
    padding-bottom: 5px;
    text-align: center;
	color: #161616;
	font-family: 'Judson', serif;
    display: block;
    font-size: 14px;
    /*font-family: "Trajan Pro";*/
}
.card-title>a
{
	color: #161616;
}
.card-text .price-section {
    color: #680707;
    font-family: "Trajan Pro";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.pagination-list li a.pagination-link {
    color: #b4b4b4;
}
.pagination-item.pagination-item--current a.pagination-link {
    color: #333333;
}
.pagination-list .pagination-item {
    padding: 0 2px;
    border: 0;
}
ul.pagination-list {
    font-family: arial;
}
.pagerbottom ul {
    width: auto;
    text-align: left;
    display: inline-block;
}
.productpage {
    /*margin: 0 -10px;
    padding: 0 10px;
    background: #fff;*/
}
.productpagecontent {
    /*overflow: hidden;*/
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.productpage .left-content {
    float: none;
    width: 40%;
    display: inline-block;
    padding-left: 15px;
    box-sizing: border-box;
}
.productpage .ProductMain {
    float: right;
    width: 50%;
    display: inline-block;
    overflow: hidden;
    padding: 0 0 20px 20px;
}
.productpage .prod_spec {
    float: left;
    width: 25%;
    display: inline-block;
}
.productpage .ProductMain section.productView-details,
.productpage .left-content section.productView-images
{
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
}

.productpage .productView {
    margin: 0;
}

.prod_spec h2 {
    color: #161616;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.prod_spec dl.productView-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #d6d6d6;
}
.prod_spec .productView-info-name {
    font-weight: 700;
    text-transform: capitalize;
    border-right: 1px solid #d6d6d6;
}
.prod_spec .productView-info-name, .prod_spec .productView-info-value {
    margin: 0;
    padding: 8px 15px;
    color: #656565;
    font-size: 13px;
    line-height: 21px;
    font-family: Montserrat;
    border-bottom: 1px solid #d6d6d6;
}
h1.productView-title {
    color: #620202;
    font-family: "Trajan Pro";
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin: 5px 0 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px;
    position: relative;
}
h1.productView-title:after
{
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    background: #ebebeb;
    bottom: -5px;
    box-shadow: 0 0 10px #ebebeb;
}
.card-body .msrprice, .card-body .wasprice, .card-body .price-now-label,
.productView-price .wasprice 
{
    display: none;
}
.labeltitle {
    font-family: Trajan Pro;
    font-weight: 400;
    line-height: 23px;
    color: #161616;
    font-size: 20px;
}
.productView-price .price {
    font-family: Trajan Pro;
    font-weight: 600;
    color: #222222;
    /*font-size: 26px;*/
    font-size: 18px;
    line-height: 25px;
}
.productView-price .price-section.price-section--saving .price {
    font-weight: 400;
    font-size: 14px;
    font-family: Trajan Pro, sans-serif;
    color: #222222;
}
.productView-price .price-section.price-section--saving .price--saving {
    font-weight: 700;
}
.nowprice .price {
    color: #6d1724;
}
.productView-price {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 35px;
    margin-bottom: 0;
    /*margin-bottom: 35px;*/
    padding-top: 35px;
}
dl.productView-info:before {
    display: none;
}
.prodcondition dt.productView-info-name,
.prodcondition dd.productView-info-value 
{
    display: inline-block;
    font-family: Trajan Pro;
    font-weight: 400;
    color: #161616;
    font-size: 18px;
    margin: 0px;
    vertical-align: middle;
}
.prodcondition {
    margin-bottom: 8px;
    overflow: hidden;
}
.prodcondition dd.productView-info-value 
{
    font-weight: 600;
}
.prod_spec .productView-info-name:last-child, 
.prod_spec .productView-info-value:last-child {
    border-bottom: none;
}
.productView-options .form-label {
    float: left;
    font-family: Trajan Pro;
    font-weight: 400;
    color: #161616;
    font-size: 18px;
    margin: 0px 10px 0 0;
    vertical-align: middle;
}
.form-input--incrementTotal
{
    font-family: Trajan Pro;	
}
.productView-options .form-label small {
    font-size: 10px;
}
.addtocartbtn .form-field--increments {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}
.productView-product
{
    border-bottom: none;
    padding-bottom: 0;
}
.addtocartbtn .form-action {
    margin: 0;
}
.productpage .addto {
    float: left;
    width: 60%;
}
.productpage .addto .form-action, 
.productpage .addto .form-action input 
{
    margin: 0;
    width: 100%;
    box-shadow: 0 3px 5px 1px #d9d9d9;
}
.productpage .addto input#form-action-addToCart {
    height: 48px;
    background-color: #6d1724;
   /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPBAMAAAAbqIIhAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAMFBMVEX///////////////////////////////////////////////////////////////9Or7hAAAAAD3RSTlMAEczdu3eZM+6IZiJVqkRuBHMgAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAF1JREFUCNdjEDJ2YIAA1pRvaSCQysDA/h8MPjMwMPbDWAz+cNZ8OGs9nLUfzPoGZDH/b3abdXoDkMVrLQA1W8IMZPIDIGtzs7GxcQeIteMrAwN3fwAKi/0AkKhhAADq5zx3Kvnw/wAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: left 11px center;*/
    padding-left: 36px;
    font-family: TrajanPro-Regular;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom: 5px;
    /*padding-right: 10px;*/
}
.productpage .addto input#form-action-addToCart:hover {
    background-color: #4d4d4d;
}
.soldoutmess div p
{
    font-family: Trajan Pro;
}
.productView-rating {
    font-family: Trajan Pro;
    font-weight: 400;
    color: #161616;
    font-size: 14px;
    color: #222;
    position: relative;
    border-top: 1px solid #ccc;
    padding: 15px 0;
    margin: 15px 0;
    display: block;
}
.productView-rating:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    background: #ebebeb;
    top: 2px;
    box-shadow: 0 0 10px #ebebeb;
}
.productView-rating span.productView-reviewLink
{
    margin: 0;
}
.addtowish .wishSection {
    /*background-color: #3b0b38;*/
    background-image: url(https://cdn11.bigcommerce.com/s-402dem6hya/product_images/uploaded_images/tabbg.jpg);
    vertical-align: middle;
    position: relative;
    box-shadow: 0 3px 5px 1px #d9d9d9;
}
.productpage .addtowish .wishSection .dropdown-menu-button {
    background: transparent;
    border: 0px;
    color: #222;
    font-size: 13px;
    text-transform: uppercase;
    font-family: TrajanPro-Regular;
    font-weight: 700;
   /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMBAMAAACgrpHpAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAMFBMVEX///9WVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlb////g3/YBAAAADnRSTlMAd5kR7iIzZszdRIiqu3Et07kAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAS0lEQVQI12NgYGAQYgADZpcAMM34TgBEhZW8c09lYLB4BwKTGbj8QDRQZgmQcgcrA3PB9AYgzfTuybsDQJrz7dJ7E0DiCxi4NjAAABiWH4/qlUqhAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: left 10px center;*/
    height: 48px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    line-height: 25px;
}
.addtowish i {
    margin-top: 5px;
}
#wishlist-dropdown.is-open
{
    padding-right: 0;
}
.productpage article.productView-description {
    width: 100%;
    float: none;
    padding: 0;
}
article.productView-description .tabs {
    background-image: url(https://cdn11.bigcommerce.com/s-402dem6hya/product_images/uploaded_images/tabbg.jpg);
    background-repeat: repeat-x;
    background-position: center;
}
article.productView-description .tabs:before
{
    display: none;
}
.productpage .tabs li.tab,
.productpage .tabs li.tab.is-active a,
.productpage .tabs li.tab a
{
    background: transparent;
    border: 0px;
    font-family: "Trajan Pro";
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
    color: #222222;
}
.productpage .tabs li.tab.is-active {
    background-color: #6d1724;
    color: #fff;
    border: none;
    margin: 0;
}
.productpage .tabs li.tab.is-active a
{
    color: #fff;
}
.productpage .tabs li.tab:hover, .productpage.tabs li.tab:hover a {
    background: #6d1724;
    color: #fff;
}
.productpage .tabs-contents {
    padding: 1em 1.4em;
    background: #fff;
    margin-top: 8px;
    box-shadow: 0 44px 55px -30px #ccc inset;
}
.productpage .tabs-contents p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 1.8;
    color: #161616;
}
.relatedAndYouMayAlso h2 {
    color: white;
    font-family: TrajanPro-Regular;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: #6d1724;
    line-height: 50px;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
}
.productCarousel-slide .card .card-title {
    overflow-wrap: break-word;
    font-size: 14px;
    /*font-family: Montserrat;*/
    min-height: 55px;
}
.productCarousel-slide .card .card-title a
{
    display: block;
}
.productCarousel-slide .card-text .price-section
{
    /*font-size: 18px;*/
}
.productView-details .card-text .price-section {
    color: #161616;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}
.relatedAndYouMayAlso .slick-dots {
    display: none;
}

.relatedAndYouMayAlso {
    padding: 0 0 25px;
}
ul.socialLinks li {
    width: 30px;
    margin: 0 !important;
}

ul.socialLinks i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #000;
    text-align: center;
    color: #f2f2f2;
    font-size: 18px;
    border-radius: 25px;
}
ul.socialLinks li:hover i {
    margin-top: -2px;
}
.footer-links p {
    color: white;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
}
.footer-links p a
{
    color: #fff;
}
ul.productView-thumbnails.slick-initialized.slick-slider.slick-dotted {
    /*margin: 0;*/
}
ul.productView-thumbnails.slick-initialized.slick-slider.slick-dotted ul.slick-dots
{
    display: none !important;
}
h1.page-heading {
    font-family: TrajanPro-Regular;
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #6d1724;
}

.cart-header th {
    background: #ededed;
    padding: 15px 5px;
    color: #333;
    font-family: Arial, sans-serif;
}
.cart-total-label {
    color: #333;
    text-transform: capitalize;
}
.button--primary {
    background-color: #333333;
    border-color: #333333;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}
.card-figcaption-body .button--small {
    background: rgb(51, 51, 51, .8);
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}
.card-figcaption-body .button--small:hover
{
    background: #000;
}
.leftsectqty {
    float: left;
    width: 40%;
    max-width: 250px;
}

.addtocartbtn {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
    max-width: 420px;
}
.addtowish
{
    /*overflow: hidden;*/
}
.wishSection {
    float: left;
    width: 50%;
    max-width: 200px;
}
.addthis_toolbox {
    float: left;
    width: 50%;
    padding-left: 15px;
}
.productView-description .tabs dl.productView-info {
    display: grid;
    grid-template-columns: repeat(6,1fr);
}
dl.productView-info dt.productView-info-name {
    margin: 0;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}
dl.productView-info dd.productView-info-value {
    margin: 0;
    border-bottom: 1px solid #ccc;
    margin-right: 20px;
}
.productpage .tabs li.tab a:hover {
    color: #fff;
}
.productCarousel-slide .card {
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 25px 5px;
}
.productCarousel-slide .card figure.card-figure {
    border: none;
    max-width: 95%;
    margin: 0 auto;
}

.productCarousel-slide {
    padding: 0 5px;
}
.productCarousel-slide .card {
    box-shadow: 0 0 8px 7px #f9f9f9 inset;
}
dl.productView-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.productView-description .tabs .tab {
    float: none;
    box-shadow: 0 5px 5px #d9d9d9;
}
.productView-description .tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.productView-description .tabs .tab a {
    text-align: center;
}
.productView-price,
.qtysection
{
    position: relative;
}

.productView-price:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    background: #ebebeb;
    bottom: -5px;
    box-shadow: 0 0 10px #ebebeb;
}
.qtysection {
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    padding-top: 35px;
    padding-bottom: 35px;
    display: inline-block;
    width: 100%;
}
.prodvarientopt:after
{
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    background: #ebebeb;
    bottom: -5px;
    box-shadow: 0 0 10px #ebebeb;
}
.prodvarientopt {
    position: relative;
    border-bottom: 1px solid #ccc;
}
.qtysection:after
{
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    background: #ebebeb;
    bottom: -5px;
    box-shadow: 0 0 10px #ebebeb;
}
.prodContent li 
{
    font-size: 16px;
    color: #555555;
    font-family: Trajan Pro;
    margin-bottom: 5px;
}
.prodContent li a {
    font-size: 14px;
}
/****** Mobile design *******/
.categorieslisting 
{
    display: inline-flex;
}
.categorieslisting ul {
    display: inline-block;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 15px;
    background: #f2f2f2;
    grid-gap: 10px;
}
li.catalistbox {
    background-image: url(https://cdn9.bigcommerce.com/s-k637i6dap6/product_images/uploaded_images/categorybg.jpg);
    background-repeat: no-repeat;
    text-align: center;
    background-size: 100% 100%;
    padding: 15px 0;
    list-style: none;
    width: 47%;
    float: left;
    margin: 4px;
}
li.catalistbox h3 {
    font-family: 'TrajanPro-Bold';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #161616;
    height: 45px;
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 16px;
    padding-bottom: 0;
}
.cataimglist {
    height: 110px;
    overflow: hidden;
    position: relative;
}
.cataimglist img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 110px;
}
#ToggleMenu {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    font-size: 21px;
    display: table-cell;
}
div#mTmenu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}
div#mTmenu ul li {
    display: inline-block;
    padding-left: 10px;
}
div#mTmenu ul li a {
    color: #727272;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: italic;
    line-height: 16px;
}
div#mTmenu ul li a i {
    color: #620202;
}
.productImages {
    width: 50%;
    float: left;
    /*background: #eaeaea;*/
    padding: 10px;
    box-shadow: 0 0px 5px 1px #e0e0e0;
    border-radius: 0;
}
.productThumbImages {
    float: left;
    width: 20%;
    padding-right: 10px;
}
.productMainImages {
    float: left;
    width: 80%;
    background: #fff;
    box-shadow: 0 0px 5px 1px #e0e0e0;
}
.productView-thumbnail
{
    float: none;
    width: 100%;
    margin-bottom: 3px;
    /*background: #fff;*/
}
.price-now-label.shownowlabel {
    display: inline-block !important;
}
.productView-thumbnails .slick-list {
    margin: 0;
}
a.productView-thumbnail-link {
    max-width: 100%;
    height: 120px;
    box-shadow: 0 0px 5px 1px #e0e0e0;
}
.productView-thumbnails img {
    max-width: 100%;
    max-height: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    z-index: 99999;
}
.sidenav .closebtn {
    position: absolute;
    top: -12px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.contentSideDrawer label {
    background: #666;
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    padding: 10px 15px;
    text-transform: uppercase;
    display: block;
}
.contentSideDrawer li {
    border-bottom: 1px solid #555;
}
.contentSideDrawer li.dropdown-submenu {
    position: relative;
}
.contentSideDrawer li a {
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
    padding: 20px 10px;
}
.contentSideDrawer li.dropdown-submenu:after {
    position: absolute;
    content: '+';
    right: 0;
    color: #fff;
    font-size: 24px;
    padding: 15px;
    top: 0;
}
.contentSideDrawer li.dropdown-submenu.open:after {
    content: '-';
}
div#mainBody {
    transition: margin-left .5s;
    padding-bottom: 80px;
}
.closeFooter {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 15px;
    font-size: 16px;
}
.openFullFooter {
    position: absolute;
    left: 15px;
}
.item_limited .match-box h2 img {
    width: 100px;
    float: right;
    margin-top: -6px;
}
.addtolink
{
    /* display: none; */
}
.relatedAndYouMayAlso .addtolink
{
    display: block;
}
.addtolink a {
    background: #6d1724;
    border-radius: 0;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'TrajanPro-Bold';
}
.card-body 
{
    text-align: center;
}
.addtolink 
{
    margin-top: 10px;
}
.relatedAndYouMayAlso .slick-prev {
    left: 10px;
}
.relatedAndYouMayAlso .slick-next {
    right: 10px;
}
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}


ul.mainmenunavi > li:nth-last-child(3)  ul li ul,
ul.mainmenunavi > li:nth-last-child(2) ul li ul,
ul.mainmenunavi > li:last-child ul li ul {
    left: -100% !important;
}
/*************************************/

.headerbanner {
    padding: 0 45px;
    position: relative;
    z-index: 2;
}
.leftringlink {
    width: 20%;
    height: 63%;
    position: absolute;
    top: 27%;
    z-index: 9;
}
.headerbanner img {
    width: 100%;
}
.affirmpagebannerBoxes img {
    z-index: 3;
    position: relative;
}
a.centerbannerlink {
    position: absolute;
    width: 43%;
    height: 79%;
    top: 0;
    left: -5%;
    right: 0;
    margin: auto;
    border-bottom-left-radius: 166%;
    border-bottom-right-radius: 166%;
    /* border: 1px solid; */
}
.rightbracletlink {
    width: 23%;
    height: 72%;
    position: absolute;
    top: 23%;
    right: 4%;
}
.affirmoutheader .logo {
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    margin: auto;
    width: 258px;
}
.affirmpagebanner {
    position: relative;
    /* z-index: 1; */
    padding-top: 25px;
}
.affirmpagebanner p {
    margin-bottom: 0;
}
.affirmpagebanner #pagelogaffirm {
    width: 220px;
    /*margin: 0 auto;*/
    display: inline-block;
}
.easypay {
    font-family: 'TrajanPro-Bold';
}
.affirmpromos {
    background: #e5e5e5;
    position: relative;
    margin-top: 20px;
    z-index: 9;
}
.affirmpromos .page {
    background: transparent;
}
.affirmpromos .main {
    background: none;
    box-shadow: none;
}
.affirmpromos .leftear {
    position: absolute;
    top: -85px;
    left: 5%;
    max-width: 100px;
}
.page-content.page-content--centered  .affirmpromos ul {
    margin: 0;
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: 55px auto 0;
    padding-bottom: 45px;
    padding-left: 0;
}
.page-content.page-content--centered  .affirmpromos ul li:first-child {
    background-image: url(../../../product_images/uploaded_images/quicklink.png);
    background-repeat: no-repeat;
    background-position: left 60px top 2px;
}
.page-content.page-content--centered .affirmpromos ul li {
    list-style: none;
    padding-left: 80px;
    margin: 0;
}
.page-content.page-content--centered .affirmpromos ul li h3 {
    font-size: 36px;
    color: #680707;
    font-family: 'TrajanPro-Bold';
    margin-bottom: 20px;
}
.page-content.page-content--centered .affirmpromos li p, .affirmpromos li b {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 18px;
}
.page-content.page-content--centered .affirmpromos ul li:last-child {
    background-image: url(../../../product_images/uploaded_images/hidden.png);
    background-repeat: no-repeat;
    background-position: left 60px top 2px;
}
.crediantial {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    padding-bottom: 25px;
}
.page-content.page-content--centered .affirmpromos .rightear {
    position: absolute;
    top: -45px;
    right: 5%;
    max-width: 130px;
}
.page-content.page-content--centered .affirmpromos ul li img {
    width: auto;
    display: inline-block;
    height: 25px;
    margin: -9px 5px 0;
}
a.affirmbtn {
    background: #680707;
    color: #fff;
    width: 170px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: 'TrajanPro-Bold';
    margin: 0 auto;
    position: relative;
    z-index: 999;
}


body.financingpage div#mainBody {
    padding: 0;
}
/*body.financingpage .header,*/
.financingpage ul.breadcrumbs,
.financingpage h1.page-heading 
{
    display: none;
}
.financingpage .body
/*,
.financingpage .inner */
{
    /*padding: 0;*/
    padding-bottom: 30px;
}
.financingpage .page-content.page-content--centered {
    width: 100%;
    padding: 0;
}

.productpagecontent ul.slick-dots
{
    display: none;
}
ul.productView-thumbnails {
    margin-bottom: 0 !important;
}

p.affirm-as-low-as {
    font-family: Trajan Pro;
    font-weight: 700;
    margin-top: 25px;
}
p.affirm-as-low-as:empty
{
    display: none;
}

.productView-options .form-field.form-field--stock,
.heroCarousel .slick-next, .heroCarousel .slick-prev
{
    display: none;
}
.soldoutmess .alertBox.alertBox--error {
    margin-top: 25px;
}
.productView-options
{
    margin-bottom: 15px;
}
.soldoutmess p {
    padding: 0;
}
.selectvari {
    margin-top: 25px;
}
.banners
{
    padding: 0;
}
.productpagecontent .slick-prev {
    top: -35px;
    background: none;
    border: none;
    transform: rotate(90deg);
    left: 35%;
}
.productpagecontent .slick-next {
    top: 100%;
    background: none;
    border: none;
    transform: rotate(90deg);
    left: 35%;
}
.price-section.price-section--saving.price
{
	/*margin-bottom: 5px;*/
	margin-top: 3px;
    line-height: 1.5;
}

.affirmpagebannerBoxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-top: -6%;
}
.affirmpagebannerBox
{
    padding-top: 5%;
}
.affirmpagebannerBox.affirmarea
{
    border-top: 2px solid #e2e2e2;
    border-right: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
    text-align: right;
}
.affirmpagebannerBox.paytomorrow {
    border: 2px solid #e2e2e2;
    text-align: center;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 4%;
}
.affirmpagebannerBox.acimaarea
{
    border-top: 2px solid #e2e2e2;
    border-left: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
    text-align: left;
}
.affirmpagebannerBox.affirmarea a.affirmbtn {
    margin: 0 0 0 auto;
}
.affirmpagebannerBox.acimaarea a.affirmbtn {
    margin: 0 auto 0 0;
}
.affirmpagebannerBox.acimaarea {
    padding-left: 5%;
    padding-right: 0%;
    padding-bottom: 4%;
}
.affirmpagebannerBox.affirmarea {
    padding-right: 5%;
    padding-bottom: 4%;
    padding-left: 0%;
}
.boxText {
    margin-bottom: 25px;
}
.boxText p {
    font-size: 14px;
    font-weight: 700;
    font-family: Montserrat;
    color: #161616;
}
.easypay h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    height: 45px;
}
.paytomorrow a.affirmbtn
{
    display: inline-block;
}
a.affirmbtn.paytmLarn {
    background: #161616;
}
/*************/
.modal-body.quickView a.button.dropdown-menu-button 
{
    margin: 0;
    line-height: 24px;
    padding: 7px 10px;
}
.modal-body.quickView .addtowish ul.socialLinks i
{
    margin: 0;
}
.modal-body.quickView .prodContent {
    padding-top: 15px;
}
.modal-body.quickView ul#wishlist-dropdown
{
    top: 100% !important;
}
.modal-body.quickView .productView-brand
{
    padding: 5px 0 0;
    margin: 0;
}
.modal-body.quickView .productView-price,
.modal-body.quickView .qtysection
{
    padding: 15px 0;
}
.modal-body.quickView .productView-price {
    padding-top: 0;
}
.modal-body.quickView .productpagecontent
{
    display: initial;
}
.modal-body.quickView h1.productView-title
{
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 5px;
}
.modal-body.quickView .productView-options .form-field
{
    margin-bottom: 10px;
}
.modal-body.quickView .productView-rating,
.modal-body.quickView section.productView-details,
.modal-body.quickView .productView-options .form-action .button
{
    margin-bottom: 0;
}
.modal-body.quickView .price-section {
    line-height: normal;
}
.modal-body.quickView {
    padding: 5px 2.25rem;
}
.modal-body.quickView .prodContent li
{
    margin-bottom: 0;
}
.modal-body.quickView .modal-body.quickView .productView-rating {
    margin-top: 0px;
    padding: 10px 0;
}
.addtowish .socialLinks {
    line-height: 20px;
}
.productlist-page ul.productGrid {
    /*max-height: 870px;
    overflow-y: scroll;
    overflow-x: hidden;*/
}
.footerOpen {
    position: fixed;
    bottom: 0;
    /*width: 200px;*/
    text-align: center;
    background: #6d1724;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px 0;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    z-index: 99999999;
}
.stickFooter > p {
    display: inline-block;
    color: #fff;
    padding: 0 7px;
    font-family: Montserrat;
}
.stickFooter > p a {
    color: #fff;
    font-family: Montserrat;
}
.stickFooter ul {
    line-height: 12px;
    margin-top: 2px;
}
.stickFooter ul li {
    display: inline-block;
    color: #fff;
    border-right: 1px solid;
    line-height: 12px;
    padding: 0 5px;
    font-family: Montserrat;
}
.stickFooter ul li:last-child
{
    border: none;
}
.stickFooter ul li a
{
	color: #fff;
	font-family: Montserrat;
}
div.footer
{
	display: none;
}
.footerOpen.openfoot {
    z-index: 9999999999;
    background: #fff;
    color: #6d1724;
    font-weight: 700;
}

section.toggle.videoGallery #videoGallery-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
section.toggle.videoGallery #videoGallery-content li.videoGallery-item {
    width: 100%;
    margin-bottom: 15px;
}

.newlogomob,
.mobshow ,
.mobile-header,
.mobView

{
    display: none;
}
.card-body .card-text
{
	font-family: 'Judson', serif;
	color: #161616;
}
.scrolledHeader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: none;
    padding: 10px 0;
}
.logoScrolled {
    width: 6%;
    padding-bottom: 5px;
}
.searchScrolled {
    width: 92%;
    padding-left: 60px;
}
.searchScrolled div#SearchForm {
    width: 100%;
    box-shadow: 0 2px 5px #ddd;
}
.searchScrolled #SearchForm input#search_query_adv
{
	width: 95%;
}
.searchScrolled #SearchForm input.Button
{
	width: 5%;
}
.headerBg.mainHeadHide {
    display: none;
}
.scrolledHeader.stickHeadShow {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 50px 0;
    background: #f2f2f2 !important;
    align-items: flex-end;
}
.menuScrolled {
    width: 82%;
}
.scrolledSocial {
    width: 12%;
    padding-bottom: 5px;
}
ul.mainmenunavi > li.navPages-item:nth-child(2) a
{
    border-left: none;
}
.menuScrolled ul.mainmenunavi > li
{
    padding-bottom: 15px;
}
.menuScrolled ul.mainmenunavi > li > a {
    padding: 0px 0px;
    font-size: 8px;
    line-height: 10px;
    font-weight: 700;
    border-right: none;
}
.menuScrolled li.homecl.navPages-item
{
    display: none;
}
.socialScrolled .social ul li
{
    padding-left: 0;
}
.socialScrolled .social ul li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 10px;
}
.contentScrolled {
    text-align: right;
    margin-bottom: 3px;
}
.contentScrolled li {
    display: inline-block;
    margin-left: 4px;
}

.contentScrolled li a {
    font-size: 20px;
    color: #6D1723;
}
.addtowish .wishSection .dropdown-menu-button .icon {
    margin-right: 10px;
    margin-left: 0;
}
.productView-brand
{
    margin: 1rem 0;
    padding: 0;
    line-height: 20px;
}
.productView-details .productView-price {
    padding: 0 0 5px;
}
.productView-details p.productView-price span {
    line-height: 25px;
    margin-bottom: 10px;
    display: block;
}
.paypal-offers--minimized
{
    bottom: 62px !important;
}
.fullHeaderSearch {
    margin: 0 -4rem;
    padding: 20px 4rem;
    background: #fff;
}
.fullHeaderSearch .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.fullHeaderSearch div#SearchForm {
    width: 100%;
    border: 1px solid #dddddd;
    box-shadow: 0 2px 10px #ccc, 0 0px 5px #ccc inset;
}
.fullHeaderSearch div#SearchForm input#search_query_adv {
    background: transparent;
    outline: none;
    width: 90%;
}
.fullHeaderSearch #SearchForm input.Button {
    width: 40px;
}
.fixingHeaderArea .fullHeaderSearch {
    display: none;
}
.fixingHeaderArea .page .body {
    padding-top: 185px;
}
.header-search.contactLinker {
    top: 35px;
}
.header-search.contactLinker div#SearchForm 
{
    display: none;
}
.header-search.contactLinker li a {
    font-size: 15px;
    color: #333333;
    font-family: 'TrajanPro-Bold';
}
.header-search.contactLinker li i {
    color: #6d1724;
    margin-right: 15px;
    font-size: 18px;
}
.card-body span.labeltitle {
    display: none;
}
.page-content.page-content--centered ul,
.page-content.page-content--centered ol {
    margin: 7px 0 20px 30px;
    padding-left: 30px;
}
.page-content.page-content--centered ul li,
.page-content.page-content--centered ol li {
    list-style: circle;
    font-family: "CenturyGothic", Verdana, Arial, "sans-serif";
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 5px;
    margin-left: 15px;
}
.page-content.page-content--centered h1,
.page-content.page-content--centered h2,
.page-content.page-content--centered h3,
.page-content.page-content--centered h4,
.page-content.page-content--centered h5,
.page-content.page-content--centered h6,
.page-content.page-content--centered b,
.page-content.page-content--centered strong
{
	color: #6d1724;
}

.page-content--centered p {
    /*padding-left: 0 !important;
    padding-right: 0 !important;*/
}
div#consent-manager .css-10z1g2q > div {
    flex-flow: initial !important;
}
div#consent-manager .css-rehje9 {
    display: flex;
}
.css-ra9y5f p {
    color: #fff;
}
div#consent-manager
{
    bottom: 50px !important;
}
body.financingpage .page {
    background-image: url(https://cdn11.bigcommerce.com/s-k637i6dap6/product_images/uploaded_images/financingbg.jpg);
}
.page-content .boxText p, .page-content .boxText span, .page-content .boxText strong {
    color: #000;
}
/*********************************************/
@media screen and (max-width: 1900px)
{
    .item_limited .match-box h2 
    {
        font-size: 16px;
    }
    .home-grid .item_limited h2 span {
        font-size: 15px;
        line-height: 18px;
        width: 250px;
    }
    ul.mainmenunavi > li > a
    {
        padding: 15px;
    }
}
@media only screen and (min-width: 1691px)
{
    ul.mainmenunavi > li > a
    {
        font-size: 14px;
        padding: 15px;
    }
    .menuScrolled ul.mainmenunavi > li > a
    {
        font-size: 11px;
        line-height: 15px;
    }
    .promo_banners h4
    {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 6px;
    }
    .promo_banners p a.btn
    {
        margin-top: 15px;
    }
}
@media screen and (max-width: 1690px)
{
    .home-grid h2 span {
        font-size: 48px;
    }
    .home-grid h2 {
        font-size: 28px;
    }
    .home-grid .item_limited h2 span {
        font-size: 13px;
    }
    .promo_banners h4 {
        font-size: 35px;
    }
    .promo_banners p {
        font-size: 20px;
    }
    .promo_banners p a.btn {
        margin-left: auto;
        margin-right: auto;
        margin-top: 18px;
        clear: left;
        display: block;
        width: 135px;
    }    
}
@media only screen and (min-width: 1400px) and (max-width: 1690px)
{
     .promo_banners .match-box {
        min-height: 150px;
    }
}
@media screen and (max-width: 1390px)
{
    .promo_banners h4 {
        font-size: 30px;
        line-height: 40px;
    }
    ul.mainmenunavi > li > a
    {
        padding: 8px 2px;
    }
    
}


@media only screen and (max-width: 767px)
{
    .header
    {
        position: relative;
        padding: 5px 0;
    }
    .hideMob
    {
        display: none;
    }
    .showMob
    {
        display: block;
    }
    .header-logo 
    {
        margin: 0px;
        display: block;
        text-align: center;
        padding: 20px 0;
    }
    ul.navPage-subMenu-list > li:hover > ul
	{	
		overflow-y: auto;
		max-height: 100%;
	}
    .newlogodesk {
        display: none;
    }
    .newlogomob {
        display: block;
    }
    .newlogomob img {
        max-height: 100px;
    }
    .header-search {
        position: relative;
        float: none;
        margin: 0px;
        margin-bottom: 20px;
        top: 0;
    }
    div#SearchForm {
        float: none;
        margin: 0 auto;
        width: 200px;
    }
    .header-login {
        position: relative;
        float: none;
        text-align: center;
        padding: 0px;
        margin-bottom: 20px;
        top: 0;
    }
    .header-login > ul {
        display: none;
    }
    .social ul
    {
        text-align: center;
    }
    .page,
    .header > .inner, .main > .inner
    {
        padding: 0;
    }
    .mobshow .promo_banners .promo_left {
        width: 100%;
        margin: 0;
    }
    .footer-columns .match-box {
        padding: 15px 0;
        width: 100%;
        text-align: center;
    }
    .grid__item.one-quarter.match-box.lastsocialbox
    {
        padding: 0;
    }
    .grid__item.one-quarter.match-box.lastsocialbox img {
        margin: 0 auto;
    }
    .footer-columns.grid .grid__item + .grid__item
    {
        background: none;
    }
    .mobile-header {
        background: #ddd;
        margin: 0px;
        display: table;
        width: 100%;
    }
    .page .body
    {
        padding: 0 10px;
    }
    .page-sidebar+.page-content .productGrid .product
    {
        width: 50%;
    }
    .productpage .left-content,
    .productpage .ProductMain,
    .productpage .prod_spec
    {
        float: none;
        width: 100%;
        display: block;
        padding: 0;
    }
    .productpage .tabs li.tab {
        float: left;
    }
    .productpage .tabs li.tab, .productpage .tabs li.tab.is-active a, .productpage .tabs li.tab a
    {
        font-size: 13px;
        padding: 3px 8px;
    }
    .slick-next
    {
        right: 0;
    }
    .slick-prev
    {
        left: 0;
    }
    .cart-item-image
    {
        max-width: 85%;
    }
    .productImages,
    .leftsectqty
    {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }
    .productpagecontent .slick-next,
    .productpagecontent .slick-prev
    {
        left: 25%;
    }
    .productpage .addto,
    .wishSection,
    .addthis_toolbox
    {
        float: none;
        width: 100%;
    }
    a.productView-thumbnail-link
    {
        height: 60px;
    }
    .relatedAndYouMayAlso .productCarousel
    {
        margin: 0;
    }
    .mobView {
        display: block;
    }
    .productView-description .tabs
    {
        grid-template-columns: 1fr;
    }
    dl.productView-info
    {
        grid-template-columns: 1fr 1fr;
    }
    dl.productView-info dd.productView-info-value
    {
        margin-right: 0;
    }
    .productpage .tabs-contents
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    .prodContent li a,
    .prodContent li
    {
        font-size: 12px;
        font-weight: 600;
    }
    .prodContent li a
    {
        font-weight: normal;
    }
    .prodContent
    {
        margin-top: 15px;
    }
    article.productView-description .tabs
    {
        background-size: cover;
    }
    .lastsocialbox {
	    text-align: center;
	}
	.lastsocialbox .trust-item
	{
		float: none;
		display: block;
		margin: 10px 0;
	}
    .affirmpagebannerBoxes
    {
        display: block;
        margin: 0;
    }
    .affirmpagebannerBox.acimaarea,
    .affirmpagebannerBox.paytomorrow,
    .affirmpagebannerBox.affirmarea
    {
        padding-left: 5%;
        padding-right: 5%; 
    }
    .affirmpagebannerBox.affirmarea,
    .affirmpagebannerBox.acimaarea
    {
        text-align: center;
    }
    a.affirmbtn
    {
        margin: 0 auto !important;
    }
    .page-content.page-content--centered .affirmpromos ul
    {
        display: block;
        width: 100%;
    }
    .page-content.page-content--centered .affirmpromos ul li
    {
        padding: 15px;
    }
    .affirmoutheader .logo
    {
        top: 5px;
        width: 15%;
    }
    .page-content.page-content--centered  .affirmpromos .leftear
    {
        width: 60px;
        top: 0;
    }
    .page-content.page-content--centered .affirmpromos .rightear
    {
        width: 100px;
        top: 0;
    }
    .footerOpen
    {
    	display: none;
    }
    div.footer
    {
    	display: block !important;
    	position: relative;
    }




    .PageMenu,
    div#HomeSlideShow,
    .home-grid,
    .feat_collection,
    .promo_banners
    {
        display: none;
    }
    .mobshow,
    .mobshow .promo_banners
    {
        display: block;
    }
    .wi-cs-position-top-right {
        right: 15% !important;
        top: 60px !important;
    }
    section.toggle.videoGallery #videoGallery-content {
	    grid-template-columns: 1fr;
	}
	.scrolledHeader.stickHeadShow
	{
		display: none;
	}
	li.catalistbox h3
	{
	    height: 50px;
	    display: grid;
	    align-items: center;
	}
    .header-search.contactLinker div#SearchForm {
        display: block;
    }
    .header-search.contactLinker ul {
        display: none;
    }
    .header-search.contactLinker
    {
        top: 0;
    }
    .fullHeaderSearch {
        display: none;
    }
    .fixingHeaderArea .page .body
    {
        padding-top: 0;
    }
    .headerBg.mainHeadHide
    {
        display: block;
    }
    div#mySidenav {
        z-index: 99999999999;
    }
    .paytomorrow a.affirmbtn
    {
        display: block;
        margin-bottom: 8px !important;
    }
    .affirmpagebannerBox {
        border: 2px solid #e2e2e2;
        margin-bottom: 5px;
    }

}
