/* Load mobile rules */
/*@import url('avianne-resp--mobile.css');*/

@media (max-width: 425px) {
    .middle-container {
        width: 100% !important;
    }
    .sub-wrapper {
        border: 0 !important;
    }
    .desktop-only {
        display: none !important;
    }
}

@media (min-width: 426px) {
    .mobile-only {
        display: none !important;
    }
}

/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/
:root {
    --bg-white: #ffffff;
    --black: #2d2a2a;
    --warm-grey: #999999;
    --windows-blue: #4572cc;
    --brownish-grey: #626262;
    --white-two: #fafafa;
    --black-two: #1a1919;
    --pale-red: #db3838;
}

@font-face {
font-family: 'Circular Std';
font-style: normal;
font-weight: normal;
src: local('Circular Std Book'), url('../fonts/CircularStd-Book.woff') format('woff');
}

@font-face {
font-family: 'Circular Std Book';
font-style: normal;
font-weight: normal;
src: local('Circular Std Book'), url('../fonts/CircularStd-Book.woff') format('woff');
}

@font-face {
font-family: 'Circular Std Book';
font-style: normal;
font-weight: normal;
src: local('Circular Std Book'), url('../fonts/CircularStd-Book.woff') format('woff');
}

@font-face {
font-family: 'Circular Std Medium';
font-style: normal;
font-weight: normal;
src: local('Circular Std Medium'), url('../fonts/CircularStd-Medium.woff') format('woff');
}

@font-face {
font-family: 'Circular Std Black Italic';
font-style: normal;
font-weight: normal;
src: local('Circular Std Black Italic'), url('../fonts/CircularStd-BlackItalic.woff') format('woff');
}

@font-face {
font-family: 'Circular Std Bold';
font-style: normal;
font-weight: normal;
src: local('Circular Std Bold'), url('../fonts/CircularStd-Bold.woff') format('woff');
}

@font-face {
font-family: 'Circular Std Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Circular Std Bold Italic'), url('../fonts/CircularStd-BoldItalic.woff') format('woff');
}

@font-face {
font-family: 'Circular Std Book Italic';
font-style: normal;
font-weight: normal;
src: local('Circular Std Book Italic'), url('../fonts/CircularStd-BookItalic.woff') format('woff');
}

@font-face {
font-family: 'Circular Std Medium Italic';
font-style: normal;
font-weight: normal;
src: local('Circular Std Medium Italic'), url('../fonts/CircularStd-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'TimesCaps';
    src: url('../fonts/tymeslittlecaps.eot');
    src: url('../fonts/tymeslittlecaps.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tymeslittlecaps.woff') format('woff'),
         url('../fonts/tymeslittlecaps.ttf') format('truetype'),
         url('../fonts/tymeslittlecaps.svg#tymeslittlecaps-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Times';
    src: url('../fonts/times_new_roman-webfont.eot');
    src: url('../fonts/times_new_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/times_new_roman-webfont.woff') format('woff'),
         url('../fonts/times_new_roman-webfont.ttf') format('truetype'),
         url('../fonts/times_new_roman-webfont.svg#times_new_roman-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Times';
    src: url('../fonts/times_new_roman-webfont.eot');
    src: url('../fonts/times_new_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/times_new_roman-webfont.woff') format('woff'),
         url('../fonts/times_new_roman-webfont.ttf') format('truetype'),
         url('../fonts/times_new_roman-webfont.svg#times_new_roman-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
	font-variant:small-caps;
}
@font-face {
    font-family: 'Times';
    src: url('../fonts/times_new_roman_bold-webfont.eot');
    src: url('../fonts/times_new_roman_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/times_new_roman_bold-webfont.woff') format('woff'),
         url('../fonts/times_new_roman_bold-webfont.ttf') format('truetype'),
         url('../fonts/times_new_roman_bold-webfont.svg#times_new_roman_bold-webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Times';
    src: url('../fonts/times_new_roman_italic-webfont.eot');
    src: url('../fonts/times_new_roman_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/times_new_roman_italic-webfont.woff') format('woff'),
         url('../fonts/times_new_roman_italic-webfont.ttf') format('truetype'),
         url('../fonts/times_new_roman_italic-webfont.svg#times_new_roman_italic-webfont') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Times';
    src: url('../fonts/times_new_roman_bold_italic-webfont.eot');
    src: url('../fonts/times_new_roman_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/times_new_roman_bold_italic-webfont.woff') format('woff'),
         url('../fonts/times_new_roman_bold_italic-webfont.ttf') format('truetype'),
         url('../fonts/times_new_roman_bold_italic-webfont.svg#times_new_roman_bold_italic-webfont') format('svg');
    font-weight: bold;
    font-style: italic;
}
* { margin:0; padding:0; }
html { background-color: #fff; font: 12px/1.5 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color: #333; min-height: 100%; }
body { min-height: 100%; }
body > iframe[src="about:blank"] { display: block; }
a img { border:0; border:0px; }
a {
    /*color: #999999;*/
    /*color: var(--warm-grey);*/
    color: #4572cc;
    color: var(--windows-blue);
    text-decoration: none;
}
a:hover {
    /*color: #999999;*/
    /*color: var(--warm-grey);*/
    color: #4572cc;
    color: var(--windows-blue);
    text-decoration: underline;
}
:focus { outline:0; }
.cf:before,
.cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
.cf { *zoom: 1; }
/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#1a1a1a; font-family: 'Circular Std Bold', "arial", serif; }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size: 18px;/*1.5em;*/ }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }
/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td  {padding:0; vertical-align:top;}
/* Paragraph */
p {}
b, strong, i, em { font-family: "Circular Std Bold", "Lucida sans", "Lucida Grande", sans-serif; }
address { font-style:normal; margin-bottom:.5em; }
cite { font-style:normal; font-size:10px; }
q:before,
q:after{ content:''; }
/* Form */
form { display:inline; }
fieldset { border:none; }
legend { display:none; }
label { color:#666; font-weight:bold; }
input, textarea, select, button { vertical-align:middle; }
/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }
/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }
/*hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }*/
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }

/********************** Columns */
/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }
/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:98.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:left; }
/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }
/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }
/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }
/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float: none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }
.accent { color:#E76200; font-weight:bold; }
/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font-size: 10px; font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
option, optgroup { font:12px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:3.5em; }
.discount-form .massive-btn { border: 0; font-size: 12px; line-height: 1; cursor: pointer; }
.td-container {	min-height: 110px; padding-bottom: 34px; position: relative; }
.qty-price { position: absolute; bottom: 0; left: 0; }
.qty-price .cart-qty select.qty { width: 3.5em; margin-left: 5px; }
.qty-price .cart-price { display: inline; margin-left: 20px; }
.qty-price .cart-price span { font-weight: bold; }
.apo-fpo {
    /*font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif;*/
    /*font-size: 12px;*/
    color: #999999;
}
.alternative-payments { font-weight: bold; font-family:  "Lucida sans", "Lucida Grande", sans-serif; font-size: 13px; text-align: center; /*background: url(../images/alternative-payments.png) 50% 80% no-repeat; */margin-bottom: 10px; }
.paypal-logo, .google-chckout { display: inline; margin: 0 5px; }
.lightboxixcba { padding: 0 50px 0 200px; }
.google-chckout { float: right; margin-right: 200px; }
.paypal-logo { width: 200px; position: relative; left: -170px; }
.alt-pay { position: relative; }
.alt-pay > img { position: absolute; top: 40px; left: 430px; }
.alt-pay .btn-proceed-checkout { display: none; }
#AmazonPayButtonMethod {
    float: none !important;
    margin: 0 !important;
}

.shopping-cart-totals h3 {
/*    text-align: left;
    font-family: TimesCaps, "Times New Roman", "times", serif;
    font-size: 16px;
    font-weight: normal;
    color: black;
    border-bottom: 1px solid #BEBCB7;
    background: url(../images/grnd-total.jpg) 0 0 repeat-x;
    height: 24px;
    padding: 5px 7px 0;*/
}
.cart-delimiter { padding-top: 10px; background: url(../images/tr-bckgr.png) 50% 30% no-repeat; }
.group-select label, .form-list label, .payment-methods label { font-weight:normal; }
input.input-text:focus, textarea:focus, select:focus { background-color:#fafaec; }
.button-set { clear:both; padding:20px 15px 0 0; text-align:right; }
.button-set span { float:left; }
.form-button,
.form-button-alt { overflow:visible; padding:1px 0 0; border:0; background:transparent; font:bold 12px/19px "Lucida sans", "Lucida Grande", sans-serif; cursor:pointer; text-align:center; vertical-align:middle; }
.form-button span,
.form-button-alt span { float:left; height:19px; border:1px solid #406a83; margin:-1px 0 0; padding:0 8px; font:bold 12px/19px  "Lucida sans", "Lucida Grande", sans-serif; background:#91c1cb url(../images/bkg_btn2.gif) 0 100% repeat-x; white-space:nowrap; color:#fff;}
.form-buttonz,
.form-buttonz-alt { overflow:visible; padding:1px 0 0; border:0; background:transparent; font: bold 12px/16px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; cursor:pointer; text-align:center; vertical-align:middle; font-family:s; }
.form-buttonz span,
.form-buttonz-alt span { float:left; height:22px; border:1px solid #406a83; margin:-1px 0 0; padding:0 12px; font: bold 12px/16px "Lucida sans", "Lucida Grande", sans-serif; background:#91c1cb url(../images/bkg_btn2.gif) 0 100% repeat-x; white-space:nowrap; color:#fff; font-family:"Times New Roman", "times", serif;}
.btn-checkout { display:block; float:right; background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0; font-size:15px; font-weight:bold; padding-right:8px; }
.btn-checkout, .btn-checkout:hover { color:#fef5e5; text-decoration:none; }

.btn-checkout span {
/*    display: block;
    padding: 0 17px 0 25px;
    background: transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height: 40px;*/
}

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text, .form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }
.group-select { margin:28px 0; border:1px solid #bbafa0; padding:22px 25px 22px 25px; background:#f5fbfd; }
.group-select .legend { margin-top:-33px; float:left; border:1px solid #f19900; background:#F9F3E3; padding:0 8px; color:#E76200; font-weight:bold; font-size:1.1em; }
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }
/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px; padding-left:17px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }
/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
}
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg { border-color:#f16048; color:#df280a; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); }
.success-msg { width:596px; border-color:#446423; color:#3d6611; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); }
.notice-msg, .note-msg { border-color:#fcd344; color:#3d6611; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); }
/********************** Headings */
.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }

/* Page heading */
.page-head { margin:0 0 15px 0; border-bottom:1px solid #ccc; }
.page-head-alt {
    /*margin:0 0 12px 0;*/
}
.page-head,
.page-head-alt {
/*    text-align: right;
    width: 637px;
    padding-top: 10px;*/
}
.page-head h3,
.page-head-alt h3 {
/*    margin: 0;
    font-weight: normal !important;
    text-transform: none !important;
    text-align: left;
    font-family: TimesCaps, "Times New Roman", "times", serif;
    color:#15256c;*/
}
.button-level h3 {
/*    float: left;
    width: 55%;*/
}
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }
/* Category list heading */
.category-head { font-family: "Times New Roman", "times", serif; margin-bottom:7px; }
.category-head h1 { max-width:100%; margin:0; padding:3px 0; font-size:1.8em; line-height:1.3em; font-weight:normal; overflow:hidden; font-family: "Times New Roman", "times", serif; color:#15256c; }
/* PopUp Window Background */
.popup { background-image:url('/images/avianneBorder.png'); background-repeat:repeat-y; }
.box-header {font-size:1.05em;text-align:left;background:#EEEEEE none repeat scroll 0%;font-weight:bold;padding:2px 8px;margin:10px 0px}
.category-head  .link-feed {float:right;  position:relative; margin-top:-25px; margin-right:5px;}
/********************* Tables */
td.label { font-weight:bold; font-family: "Lucida sans", "Lucida Grande", sans-serif; }
/* Data Table */
.data-table { border:1px solid #bebcb7; width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#ffffff; }
.data-table .even { background:#eeeded !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important;}
.data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#005e90; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr th { background:url(../images/data_table_th_bg.gif) repeat-x 0 100% /*#c4c1bc*/; }
.data-table tfoot { border-bottom:1px solid #c4c1bc; }
.data-table tfoot tr.first { background:url(../images/pager_bg2.gif) 0 0 repeat-x; }
.data-table tfoot tr { /*background-color:#DEE5E8 !important;*/ }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #c4c1bc; }
.data-table tbody td { border-bottom:1px solid #c4c1bc; border-right:1px solid #c4c1bc; font-size: 11px; }
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #c4c1bc; }
.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }
.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select { width:100%; }
.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }
.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }
/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }
/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }
/********************** Space Creators */
.no-display { display: none; }
.content-box { min-height: 250px; } /* Set minimum height for visual presentation */
.content { padding: 12px 12px 0px 15px; } /* Sets default padding */
.actions { line-height: 1.3em; }
.separator { padding: 0 5px; }
.pipe { padding: 0 4px; font-size: 0.95em; }
.divider { margin: 10px 0; height: 1px; background: #dedfe0; font-size: 1px; line-height: 1em; overflow: hidden; width: 96%; }
.divider.invisible {
    background-color: transparent;
}
/********************** Pager */
table.pager { margin: 15px 0; width: 100%; }
table.pager td { padding-right: 14px; text-align: left; }
table.pager td.narrow-by.metal_type { padding-right: 10px; }
table.pager ol, table.pager li { display:inline; }
table.pager .items-num { text-transform: uppercase; padding: 0;}
table.pager table { border-spacing: 0; }

@media (max-width: 829px) {
    /*table.pager td.narrow-by.sort-by*/
}


/********************** Base Layout */
.wrapper { text-align:left; background: #fff;  box-sizing: border-box;}


.header-nav {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.side-col { width:235px; }
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:685px;  }
.col-2-left-layout .col-main { float:right; width:735px; padding-bottom:5px;position:relative;}
.col-3-layout .col-main { width:635px; margin-left:40px; }


.header {
    width: 100%;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
    z-index: 999;
}
#header-top-container {
    height: 102px; /*182px;*/ /*64px;*/
    margin-top:0px;
}

.header-top {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    vertical-align: top;
    text-align: center;
}
#logo {
    width: 61px; /*45px;*/
    height: 72px; /*159px;*/ /*53px;*/
    margin: 0px;
    position: absolute;
    /*left: 47.8%;
    left: calc(50% - 28px);
    top: 7px;
    top: calc(50% - 25px);*/
    /*left: 44.4%;
    left: calc(50% - 72px);
    top: 9px;
    top: calc(50% - 82px);*/
    left: 46.6%;
    left: calc(50% - 35px);
    top: 13px;
    top: calc(50% - 38px);
}
#logo span { display: none; }
#logo a {
    width: 100%;
    height: 100%;
    display: block;
}
#logo a img {
    /*width: 43px;*/
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 425px) {
    #header-top-container {
        width: 100%;
        height: 64px;
        background-color: #1a1919;
        background-color: var(--black-two);
        background-color: rgba(0,0,0,0.9);
        border: 1px solid #979797;
/*        position: fixed;
        top: 0;
        left: 0;*/
        z-index: 999;
    }
    #header-top-container > .header-top {}
    #header-top-container > .header-top  > #logo {
        left: 3px;
        top: 5px;
        height: 64px;
    }
    #header-top-container > .header-top  > #logo span {}
    #header-top-container > .header-top  > #logo a {}
    #header-top-container > .header-top  > #logo a img {
        filter: invert(1);
        width: 43px;
        height: auto;
    }

    #header-top-container .mobile-icons {
        height: 66px;
        line-height: 86px;
        text-align: right;
        vertical-align: bottom;
        margin-right: 10px;
    }
    #header-top-container .mobile-icons > * {}
    #header-top-container .mobile-icons .search-icon {}
    #header-top-container .mobile-icons .cart-icon {
        margin: 0 20px;
    }
    #header-top-container .mobile-icons .cart-icon b {
        display: inline-block;
        background-color: #db3838;
        color: white;
        text-decoration: none;
        width: 18px;
        height: 18px;
        position: relative;
        top: -11px;
        right: 0px;
        border-radius: 50%;
        line-height: 18px;
        text-align: center;
    }
    #header-top-container .mobile-icons .hamburger-icon {
        cursor: pointer;
    }

    body.catalog-category-view #header-top-container {
        /*background-color: transparent;*/
        border: 0;
    }
}

@media (min-width: 426px) {
    body.checkout-cart-index .contacts-list,
    body.checkout-cart-index .chat-phones,
    body.checkout-cart-index .header-nav-container {
        visibility: hidden;
    }
    body.checkout-onepage-index .contacts-list,
    body.checkout-onepage-index .chat-phones,
    body.checkout-onepage-index .header-nav-container {
        visibility: hidden;
    }
    body.checkout-onepage-success .contacts-list,
    body.checkout-onepage-success .chat-phones,
    body.checkout-onepage-success .header-nav-container {
        visibility: hidden;
    }
    body.checkout-cart-index .search_mini_form,
    body.checkout-onepage-index .search_mini_form,
    body.checkout-onepage-success .search_mini_form {
        display: none !important;
    }

}

@media (max-width: 425px) {

    body.checkout-onepage-index #header-top-container {
        background: transparent;
        border: 0;
    }
    body.checkout-onepage-index #logo {
        left: initial;
        position: relative;
        display: block;
        margin: 0 auto;
    }
    body.checkout-onepage-index #header-top-container > .header-top  > #logo a img {
        filter: none;
    }
    body.checkout-onepage-index #header-top-container .mobile-icons {
        display: none;
    }

    body.checkout-onepage-index .contacts-list,
    body.checkout-onepage-index .chat-phones,
    body.checkout-onepage-index .header-nav-container {
        visibility: hidden;
    }

    body.checkout-cart-index .search_mini_form,
    body.checkout-onepage-index .search_mini_form,
    body.checkout-onepage-success .search_mini_form {
        display: none !important;
    }
	body.checkout-cart-index .middle .column-left{width:100%!important;}
	body.checkout-cart-index .middle .column-right {width: 100%!important;}
	.opc .field-postcode{width:100%;}
	.opc .input-box select{width: 100%!important;}
	.opc .field-region{width: 100%!important;}
}



#logo .return-popup {
    position: absolute;
    left: -100%;
    top: 110%;
    width: 360px;
    height: 80px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
    border-radius: 6px;
    padding-top: 20px;
    font-family: "Circular Std";
    font-weight: normal;
    /* outline: 1px solid red; */
}
#logo .return-popup a {
    display: block;
    width: 156px;
    height: 34px;
    line-height: 34px;
    background-color: #4572cc;
    background-color: var(--windows-blue);
    color: #ffffff;
}
#logo .return-popup a:hover {
    text-decoration: none; 
} 
#logo .return-popup a.stay {
    border: solid 1px #e7e7e7;
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #f6f7f9, #f0f2f4 35%, #ecedf0 65%, #e7e9ec);
    color: #1a1a1a;
    position: absolute;
    left: 15px;
    bottom: 7px;

}
#logo .return-popup a.return {
    border: solid 1px #afafaf;
    border-radius: 2px;
    background-color: #4572cc;
    background-color: var(--windows-blue);
    position: absolute;
    right: 15px;
    bottom: 7px;
}


@media (max-width: 425px) {
    #logo .return-popup {
        left: -360%;
        top: 100%;
    }
}

@media (max-width: 320px) {
    #logo .return-popup {
        left: -290%;
        top: 100%;
        width: 300px;
    }
    #logo .return-popup a {
        width: 116px;
    }
	.wrapper{padding:0;}
	.short-description.dont-print {
    text-align: justify;
    font-size: 14px!important;
}
.tabs{width:100%!important;}
} 


.sub-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    border: 1px solid #BCB5B9;
    overflow: hidden;
}

.middle-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    background-color: #ffffff;
    overflow: hidden;
}

.middle {
    min-height: 300px;
    padding: 0 10px 20px;
    background-color: #ffffff;
    position: relative;
}

@media (max-width: 425px) {
    .middle-container {
        margin-top: 30px;
    }
    body.cms-index-index .middle-container {
        margin-top: -84px;
    }
    body.catalog-category-view .middle-container {
        margin-top: -49px; /*0px;*/
    }
    body.catalog-category-view .middle {
        padding: 0;
	margin-top: 48px;
    }
}


.cms-home .middle  { padding:0 0 0; }
.cms-home .shop-access  { top:61px; border:0; }
.ringImg td { width:209px; text-align: center; }


.nypcj { position:relative; top: 77px;  color: #fff; font-size: 14px; font-family: "Times New Roman", "times", serif;}

.chat-phones {
    position: absolute;
    top: 13px;
    right: 22px;
}
.header .chat-phones a {
    font-size: 11px;
    font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif;
    color: #999999;
    color: var(--warm-grey);
}
/*.chat-phones #LiveChat_1317342923 { width: 146px; height: 38px; display: block; padding-left: 7px; }*/
/*.chat-phones #LiveChat_1317342923_button { margin: 0; }*/
/*.chat-phones ul { float: right; text-align: right; color: #15256c; }*/
.chat-phones > ul li { font-size: 21px; line-height: 1.2; font-family: "Lucida sans", "Lucida Grande", sans-serif;}
.chat-phones .status-bar ul {

}
.chat-phones .status-bar ul li {
    display: inline-block;
    vertical-align: top;
    height: 15px;
}
.chat-phones .status-bar ul li a {
    display: inline-block;
    padding: 0 5px 0 3px; }
.chat-phones .status-bar ul li.last a { padding-right:0;}
.chat-phones .status-bar span { display:inline-block; width:100%; height:0; font-size:0; }
.chat-phones .top-link-cart {

}
.chat-phones .top-link-cart img {
    margin-top: 0px;
    margin-right: 18px;
}
.chat-phones .top-link-cart b {
    display: block;
    background-color: #db3838;
    color: white;
    text-decoration: none;
    width: 18px;
    height: 18px;
    position: relative;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    line-height: 18px;
}

.contacts-list {
    position: absolute;
    left: 14px;
    top: 16px;
    font-size: 11px;
}
.contacts-list img {
    display: inline-block;
    margin-bottom: -3px;
}
/*.contacts-list li { float: left; }*/

.phone-number {
    margin-left: 4px;
    letter-spacing: 0.4px;
    color: #999999;
    color: var(--warm-grey);
}


.page-popup h4#logo { display:none; }
/* Quick Access*/
.quick-access p { margin-bottom:4px; }
.quick-access li {display:inline;}
.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:0; background:none; }
.shop-access a {font-size:12px; font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color:#069;}
.shop-access a:hover { text-decoration:none; }
.shop-access li.last { padding-right:0; background:none; }
/* Breadcrumbs */
.breadcrumbs-wrapper {
    position: relative;
    white-space: nowrap;
    width: auto;
    margin-top: 0.5em;
    margin-bottom: -0.5em;
    /*width: 0px;*/
    /*float: left;*/
}
.breadcrumbs {
    padding: 0;
    font-size: 12px;
    text-align: left;
    color: #626262;
    color: var(--brownish-grey);
    /*position: absolute;*/
    /*left: 30px;*/
    /*top: 20px;*/
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li a {
    color: #4572cc;
    color: var(--windows-blue);
}
.breadcrumbs li.product strong {
    font-weight: normal;
}
.breadcrumbs li.product {
    /*display: none;*/
}

@media (max-width: 425px) {
    .breadcrumbs-wrapper {
        width: 95%;
        margin: 0.5em auto -0.5em;
    }
}

/* Mini search */
/*.mini-search {float: right; width: 189px; height: 29px; background: transparent url(../images/nav-search.png) 0 0 no-repeat; margin: 10px 20px 0; padding: 3px 0; }
.mini-search #search { margin-bottom:0; border: 0; background: transparent; font-size: 12px; color: #fff; font-weight: bold; font-family: "Lucida sans", "Lucida Grande", sans-serif; text-shadow: 1px -1px 1px #526070; }
.mini-search .input-text { width:120px; margin: 0 10px; font-size:9px;; color:0066b9; }
.search-autocomplete { border:1px solid #5c7989; background:#f9f5f0; position:absolute; left:40px; top:22px; width:216px !important; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; color: #333333; font: 12px/1.5 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
.search-autocomplete li.odd { background:#fffefb; }
.search-autocomplete li.selected { background:#f7e8dd; }
.search_mini_form { position: absolute; right: 0; bottom: 44px; z-index: 999; }
.search_mini_form fieldset { height: 48px; }*/

.search_mini_form {
    visibility: hidden;
    height: 10px;/*48px;*/
    /*margin-bottom: 7px;*/
    line-height: 48px;
}
.search_mini_form .mini-search {
    background-color: #ffffff;
    width: 100%;
    max-width: 641px;
    height: 31px;
    margin: 8px auto;
    position: relative;
    padding-left: 8px;
}
.search_mini_form .mini-search .input-text {
    width: 95%;/*100%;*/
    width: calc(100% - 50px);
    height: 100%;
    padding: 0;
    padding-left: 8px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    font-size: 18px;
    color: #626262;
    color: var(--brownish-grey);
}
.search_mini_form .mini-search .validation-advice {
    display:none;
}
.search_mini_form .mini-search .input-text:focus {
    background-color: #ffffff;
}
.search_mini_form .mini-search input[type=image] {
    width: 41px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
}

.header-nav .search_mini_form {
    height: auto;
    line-height: initial;
    visibility: visible;
}
.header-nav .search_mini_form .mini-search {
    background-color: #ffffff;
    width: 100%;
    max-width: 641px;
    height: 31px;
    margin: initial;
    position: relative;
    padding-left: initial;
}
.header-nav .search_mini_form .mini-search .input-text {
    width: 160px;
    height: 100%;
    padding: 0;
    padding-left: 8px;
    margin: 0;
    position: relative;
    top: initial;
    left: initial;
    border: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #626262;
    color: var(--brownish-grey);
}
.header-nav .search_mini_form .mini-search .input-text:focus {
    background-color: #ffffff;
}
.header-nav .search_mini_form .mini-search input[type=image] {
    width: 41px;
    height: 33px;
    position: relative;
    right: initial;
    top: initial;
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
    left: 0 !important;
    overflow: visible !important;
    position: relative !important;
    top: 15px !important;
    width: 100% !important;
    z-index: 200;
}
.search-autocomplete ul {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #3399cc;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#nav .search-autocomplete ul {
    display: block;
}

.search-autocomplete ul li {
    border-bottom: 1px solid #f4f4f4;
    color: #3399cc;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 6px;
    text-align: left;
}
#nav .search-autocomplete ul li {
    display: block;
}
.search-autocomplete ul li:hover {
    color: #2e8ab8;
}
.search-autocomplete ul li.selected {
    background-color: #3399cc;
    color: white;
}
.search-autocomplete ul li .amount {
    float: right;
    font-weight: bold;
}
.search-autocomplete ul li:last-child {
    border-bottom: none;
}
.search-autocomplete:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    left: 50%;
    top: -7px;
}

@media (max-width: 425px) {
    .search_mini_form {
        /*display: none;*/
        height: 48px;
    }
    .search_mini_form fieldset {
        background-color: #ffffff;
        height: 48px;
        right: -100%;
        position: relative;
        transition: right 0.5s;
    }
    .search_mini_form .mini-search {
        width: 85%;
    }
    .search_mini_form .mini-search .input-text {
        font-size: 14px;
    }
    .search_mini_form.active {
        /*display: block;*/
        visibility: visible;
    }
    .search_mini_form.active fieldset {
        right: 0;
    }
}

/********************** Sidebars */
.side-col .box { margin-bottom:1.3em; border:1px solid #c4c1bc;  }
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 { color:#e65505; text-transform:uppercase; }
.side-col h6 { font-size:0.92em; color#0066b9;}
.side-col .actions { padding:4px 0; font-size:.95em; text-align:right; }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size: 12px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }
.language-switcher { position: absolute; top: 40px; right: 205px; text-align: right; margin: 27px 27px 0 0; width: auto; height: 20px;line-height: 16px; }
.language-switcher h4,
.language-switcher label { color:#fff; display: inline; float: right; margin-right: 0.5em;}
.language-switcher select { width:auto; height: 16px; float: right; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
.currency-switcher {position: absolute; top: 40px; right: 140px; text-align: right; margin: 27px 27px 0 0; width: auto; height: 20px; line-height: 16px; }
.currency-switcher h4,
.currency-switcher label { color:#fff; display: inline; float: right; margin-right: 0.5em; }
.currency-switcher select { width:50px; height: 16px; float: right; }
/* Base Mini */
.base-mini { border:1px solid #c4c1bc; background:#fff; line-height:1.4em;  font-size:.95em; }
.base-mini .head { margin:0 1px; border-bottom:1px solid #c4c1bc; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 5px;  font-family:"Times New Roman", "times", serif; font-weight:normal; color:#15256c;}
.base-mini .head h4 { min-height:16px; color:#15256c/*c7363e*/; background-repeat:no-repeat; background-position:0 0; padding:4px 0 1px 4px; text-transform:none; font-size:13px;  /*font-variant: small-caps;*/}
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:1em; }
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { background-color:#f5fcfd;}
.base-mini .content, .base-mini ola { background: url(../images/product_essential_bg.png) repeat-x scroll 0 0 transparent;  font-size:0.92em; color:#006699; }
.base-mini .chat, .base-mini ola { background-color:#e7f1f4; padding:10px 35px 0px; }
.base-mini ola li { padding:7px 4px 7px 8px; }
.base-mini ola li.odd { background:#DEE5E8; }
.base-mini ola li.even { background:#fafafa; }
.base-mini ol li { padding:7px 4px 7px 8px; }
.base-mini ol li.odd { background:#DEE5E8; }
.base-mini ol li.even { background:#fafafa; }
.base-mini .actions { background:#dee5e8 url(../images/base_mini_actions_bg.gif) 0 0  repeat-x; padding:6px; float:left;}
.base-mini .product-images { /*float:left; width:52px; height:90px;*/ }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:190px; width:70px;}
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .product-details a {text-decoration: none; color:#2f2f2f; /* 2b60de*/ }
.base-mini .regular-price { font-size:0.92em; }
.base-mini .regular-price .price {  color:#006699; font-size:0.92em;}
.base-mini .special-price { font-size:0.92em; color:#006699;  }
.base-mini .minimal-price { font-size:12px; }
.base-mini .price-box { margin:1px 0; width:200px; margin-left:-95px; margin-top:16px; color:#006699;/*color:#0066b9;*/}
.appraisal-box { width: 948px; height: 103px; overflow: visible; border: 1px solid #C4C1BC;	padding: 20px 15px;	font-size: 10px;	position: relative;	bottom: 1px;	right: 245px;	background-color: white;margin-bottom: 270px; }
.appraisal-box ul { display: inline; float: left; color: #006699; list-style: none; padding: 0 30px 0 20px; }
.appraisal-box ul li { margin-bottom: 10px; }
.appraisal-box ul li b { color: #15256c; }
.appraisal-box p span { color: #15256c; }
.appraisal-box .wrapped-gift { display: inline; float: left; padding: 0 30px 0 20px; border-right: 1px solid #C4C1BC; height: 103px; }
.appraisal-box .add-to-shop-cart { display: inline; float: left; padding-left: 30px; }
.appraisal-box .divider { display: none; }
.appraisal-box #LiveChat_1333975658 { display: none; }
.appraisal-box fieldset a { display: none; }
.appraisal-box fieldset { display: inline; float: left; text-align: left; padding: 10px 0 0 25px; }
.cart-appraisal-box { height: 103px; border: 1px solid #C4C1BC; padding: 20px 15px; font-size: 12px; margin-top: 10px; }
.cart-appraisal-box ul { display: inline; float: left; color: #006699; list-style: none; padding: 0 10px; }
.cart-appraisal-box ul li { margin-bottom: 10px; font-size: 11px; }
.cart-appraisal-box ul li b { color: #15256c; }
.cart-appraisal-box p span { color: #15256c; }
.cart-appraisal-box .wrapped-gift { display: inline; float: left; padding: 0 0 0 20px; height: 103px;  font-size: 11px;}
.cart-appraisal-box .add-to-shop-cart { display: inline; float: left; padding-left: 30px; }
.cart-appraisal-box .divider { display: none; }
.cart-appraisal-box #LiveChat_1333975658 { display: none; }
.cart-appraisal-box fieldset a { display: none; }
.cart-appraisal-box fieldset { display: inline; float: left; text-align: left; padding: 10px 0 0 25px; }
#Table_001 a { float:left; display:inline; margin-right:3px; height:63px; }
#Table_001 a { background-image:url(../images/sprite.png); }
#Table_001 a.sb-tw { width:56px; background-position:0 0; }
#Table_001 a.sb-fb { width:58px; background-position:-56px 0; }
#Table_001 a.sb-yt { width:57px; background-position:-114px 0; margin:0; }
#Table_001 a.sb-tw:hover { background-position:0 -63px; }
#Table_001 a.sb-fb:hover { background-position:-56px -63px; }
#Table_001 a.sb-yt:hover { background-position:-114px -63px; }
.fb-like { vertical-align: top; }
.fb-like > span { width: 76px !important; height: 26px !important; }
.cart-title { font: 12px/1.5 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif;  }
.verified { font: bold 13px/1.5 "Lucida sans", "Lucida Grande", sans-serif; }
span.fb_edge_comment_widget.fb_iframe_widget iframe { width:401px !important; }
.fb-send { width: 76px; vertical-align: top; }
.twitter-share-button { width: 60px !important; }
.tweet_block .fb-like {width: 57px; position: relative; bottom: 0; left: 10px;}
.base-mini2 { border:1px solid #c4c1bc; background:#fff; line-height:1.3em;  font-size:9px; width:733px; margin-left:-16px; /*margin-bottom:-16px;*/ border-bottom: 0; }
.base-mini2 .headz { margin:0 1px; border-bottom:1px solid #ddd; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 8px; }
.base-mini2 .headz h4 { font-family: "Times New Roman", "times", serif; font-weight:normal; color:#15256c; min-height:16px; background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 1px; text-transform:none; font-size:13px; }
.base-mini2 .headz h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini2 h5 { font-size:1em; }
.base-mini2 .content, .base-mini2 ol  { background-color:#f5fcfd;background:url(../images/mini_bg2.gif) 0 0 repeat-x }
.base-mini2 .content, .base-mini2 ola { background:transparent; }
.base-mini2 .chat, .base-mini ola { background-color:#e7f1f4; padding:10px 35px 0px; }
.base-mini2 ola li { padding:7px 4px 7px 8px; }
.base-mini2 ola li.odd { background:#DEE5E8; }
.base-mini2 ola li.even { background:#fafafa; }
.base-mini2 ol li { padding:7px 4px 7px 8px; }
.base-mini2 ol li.odd { background:#DEE5E8; }
.base-mini2 ol li.even { background:#fafafa; }
.base-mini2 .actions { background:#dee5e8 url(../images/base_mini_actions_bg.gif) 0 0  repeat-x; padding:6px; }
.base-mini2 .product-images { float:left; width:52px; height:52px; }
.base-mini2 .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini2 .product-checkbox { float:left; width:10px; }
.base-mini2 .product-names { margin-left:18px; }
.base-mini2 .product-details { margin:0 0 0 60px; height:50px; }
.base-mini2 .product-details[class] { height:auto; min-height:50px; }
.base-mini2 .regular-price { font-size:0.92em; color:#2f2f2f;}
.base-mini2 .regular-price .price { color:#2f2f2f; }
.base-mini2 .special-price { font-size:12px; }
.base-mini2 .minimal-price { font-size:12px; }
.base-mini2 .price-box { margin:1px 0; }
/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }
.mini-newsletter h4 { font-weight:normal; }
.mini-newsletter .input-text { margin-bottom:3px; }
.mini-media h4 { background-image:url(../images/icon_group.gif); }
.mini-media .input-text { margin-bottom:3px; }
.mini-cartz .head h4 { font-weight:normal; }
.mini-cart .head h4 { font-weight:normal; }
.mini-cart .subtotal { background:#FDEEF4; margin-top:5px; padding:2px 0; text-align:center; color:#2554c7; }
.mini-cart h5 { margin:0; background:#DEE5E8; padding:6px 8px 2px 8px; }
.mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-cart .content { color:#666;}
.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }
.mini-compare-products .head h4 { background-image:url(../images/icon_table.gif); }
.mini-poll .head h4 { background-image:url(../images/icon_group.gif); }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }
.mini-product-view .head h4 { background-image:url(../images/icon_tag_green.gif); }


/********************** Footer */
/*.footer-container { width:1000px; margin:0 auto; padding:10px 0 0; }
.footer { padding:10px 0; text-align:center;  font: 12px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color:#939598;}
.footer a { color:#939598; text-decoration: none; }
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { font-weight:bold; padding-right:3px; }
.footer .informational ul { display:inline; }
.footer .informational li { display:inline; padding-left:2px;  }
.footer .informational li.last { background:none; padding-right:0; }
.footer .legality { padding: 3px 0 13px; }
.footer .informational li.separators { position: relative; bottom: 1px; }*/

/********************** CUSTOM NEW Footer */
/*.fooler-container { height:auto; margin:0 auto; padding:10px 10px 0; background:url(../images/bkg_shadow-bottom.png) 0 0 no-repeat; }
.fooler { padding:10px; text-align:center; }
.fooler a { color:#ddd; text-decoration:none; }
.fooler a:hover { color:#ddd; text-decoration:underline; }
.fooler .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.fooler .informational label { font-weight:bold; padding-right:3px; }
.fooler .informational ul { display:inline; }
.fooler .informational li { display:inline; padding-left:2px;  }
.fooler .informational li.last { background:none; padding-right:0; }
.fooler .legality { padding:13px 0; color:#fff; }*/

/******************* Responsive footer *******************/
.footer {
    width: 92%;
    height: 400px;
    height: calc(400px - 1em);
    background-color: #2d2a2a;
    background-color: var(--black);
    border-radius: 1px;
    position: relative;
    font-size: 14px;
    line-height: 1.79em;
    letter-spacing: -0.1px;
    color: #999999;
    color: var(--warm-grey);
    padding: 1em 4%;
}
.catalog-category-view .footer {
    /*margin-top: 400px;*/
}
.footer h3 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.1px;
    color: #ffffff;
    margin: 0;
    line-height: 1.79em;
}
.footer a {
    color: #999999;
    color: var(--warm-grey);
}
.footer .col {
    display: inline-block;
    vertical-align: top;
    width: 19%;
}
.footer .col-1 {}
.footer .col-2 {}
.footer .col-3 {}
.footer .col-4 {}
.footer .col-5 {}
.footer .copyright {
    font-size: 12px;
    position: absolute;
    left: 20px;
    bottom: 5px;
}
.footer .sitemap {
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: 5px;
}
.footer .sitemap a {
    color: #999999;
    color: var(--warm-grey);
}
.footer #q_contactform input[type="text"] {
    width: 100%;
    width: calc(100% - 20px);
    max-width: 200px;
    height: 15px;
    border: 1px solid #2d2a2a;
    border: 1px solid var(--black);
    margin: -1px 0;
    font-size: 12px;
    color: #999999;
    color: var(--warm-grey);
    padding: 7px 10px;
}
.footer #q_contactform textarea {
    width: 100%;
    width: calc(100% - 20px);
    max-width: 200px;
    height: 77px;
    border: 1px solid #2d2a2a;
    border: 1px solid var(--black);
    margin: -1px 0;
    font-size: 12px;
    color: #999999;
    color: var(--warm-grey);
    padding: 7px 10px;
}
.footer #q_contactform input[type="submit"] {
    width: 100%;
    max-width: 220px;
    height: 30px;
    border: 0;
    margin: 1px 0 5em 0;
    font-size: 12px;
    font-family: "Circular Std";
    color: #ffffff;
    background-color: #4572cc;
    background-color: var(--windows-blue);
}

@media (max-width: 768px) {
    .footer {
        height: auto;
        /*position: initial;*/
    }
    .footer .col {
        width: 33%;
    }
}

@media (max-width: 425px) {
    .footer h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer .col {
        width: 100%;
        margin-bottom: 2em;
    }
    .footer .copyright {
        left: 1em;
        bottom: 2em;
    }
    .footer .sitemap {
        right: 1em;
        bottom: 2em;
    }
    .footer #q_contactform input[type="text"], 
    .footer #q_contactform textarea {
        width: 94%;
        max-width: initial;
    }
    .footer #q_contactform input[type="submit"] {
        width: 100%;
        max-width: initial;
    }
}

/******************* /Responsive footer *******************/

/********************** Rating */
.ratings { margin:7px 0; line-height:1em; }
.rating-box { float:left; position:relative; width:69px; height:13px; margin-right:5px; background:url(../images/product_rating_blank_star.gif) repeat-x; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/product_rating_full_star.gif) repeat-x; }
.ratings-list { margin:4px 0; }
.ratings-list td { padding:3px 0; }
.ratings-list td.label { padding-right:8px; font-size:.95em; font-weight:bold; line-height:1em; }
/************************** Prices */
/*.price { white-space:nowrap !important; }*/
/*.price-box { padding:5px 0; font-size:10px; }*/
/*.price-box .price { font-weight:bold; }*/
/* Regular price */
/*.regular-price {}
.regular-price .price { font-weight:bold; font-size:0.95em; }*/
/*item code*/
.item-code { font-weight:bold; font-size:0.95em; }
/* Old price */
/*.old-price { margin: 0; text-decoration: line-through; font-size: 12px; color: #666; }*/
/*.old-price .price-label { white-space:nowrap; color:#666; font-weight:normal;}*/
/*.old-price .price { font-weight:normal; white-space:nowrap; color:#666; }*/
/* Special price */
/*.special-price { margin:0; padding:3px 0; color:#00194f; font-weight:bold; font-family: "Lucida sans", "Lucida Grande", sans-serif; white-space:nowrap; font-size: 14px; }*/
/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }
a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; color:#006699; }
/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; }
/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; }
/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }
/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }
/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }
/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
.product-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }
/********************** Generic Box */
.generic-box { margin-bottom:15px; padding:12px 15px; border:1px solid #D0CBC1; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; }
.generic-product-list li { margin:12px 0; }
/********************** Catalog Listing */
.catalog-listing { line-height:1.35em; }
.catalog-listing h5 { margin: .4em 0; font-size:0.95em;  width:100%;  overflow:hidden; font-family:'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif;}
.catalog-listing h5 a { text-decoration:none; font: 11px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color:#6f8ac3; }
.catalog-listing .special-price { padding: 0; }
/*.catalog-listing .old-price .price-label,
.catalog-listing .old-price .price { color: #666666; font: bold 11px "Lucida sans", "Lucida Grande", sans-serif; }*/
/*.catalog-listing .special-price .price-label,
.catalog-listing .special-price .price { font: bold 13px "Lucida sans", "Lucida Grande", sans-serif; color:#6f8ac3; }*/
.catalog-listing .add-to { margin:.7em 0;color:#555555;line-height:0.90em;font-size:.95em;font-weight:bold;}
.catalog-listing .add-to a, .catalog-listing .add-to a:hover {text-decoration:none;}
.catalog-listing .ratings {margin-bottom:.6em;}
.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }
/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td { border-right:1px solid #f5fbfd; border-bottom:1px solid #f5fbfd; padding:19px 10px; line-height:1.6em; }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product { border-right:0; background:#f5f6f6; }
.filter-loader { display: none; }
/********************** Layered Navigation */
.layered-nav {width:100%; font-size:0.95em; margin:-35px 0 0 0;}
.layered-nav .filter-box { float: right; margin-left: 30px; }
.layered-nav .head { width:329px; background:url(../images/layered_nav_head_bg2-4.gif) no-repeat; height:24px; margin:0; }
.clear-all { padding: 5px; }
.clear-all a { background:url(../images/clear-all.gif) no-repeat 0 40%; text-decoration: none; padding-left: 15px; color:#fff; font-size: 12px; }
.layered-nav h3 { display:none; float:middle; }
.layered-nav .border-creator { border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px; width: 327px; padding-bottom: 5px; }
.layered-nav h4 { margin:0; border:1px solid #b9ccdd; border-left:0; border-right:0; padding:3px; background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff; color:#1f5070; font-weight:bold; font-size:1em; }
.layered-nav .narrowed-category li { background:url(../images/narrow_category_bg.gif) repeat-x 0 100% #fff; padding:4px 6px 4px 10px; }
.layered-nav .narrowed-category li .label { background:url(../images/narrow_by_li_by.gif) no-repeat 0 .2em; padding-left:20px; font-weight:bold; text-transform:uppercase; }
.layered-nav .widget-btn { float:right; margin:.1em 0 0 5px; font-size:.95em; }
.layered-nav .category-description { padding-top: 30px; }
.layered-nav .price-box { border-bottom: 1px solid #a0b3c3; padding: 0; margin-bottom: 15px; }
.narrow-by {position:relative;}
.narrow-by dt { margin: 0; color: #666; text-transform: uppercase; font: 12px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
.narrow-by dd { padding:0 12px .8em 12px; }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; }
/* Filter box */
#narrow-by-list { float: left; margin: 0; cursor:pointer; position: relative; }

#narrow-by-list .filter-dropdown {
    display: none;
    position: absolute;
    top: 29px;
    left: 0;
    padding: 5px;
    background: #fff;
    z-index: 500;
    width: 161px;
    border: solid 1px #dcdede;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,.35);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,.35);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,.35);
}
.filter-main-group #narrow-by-list .filter-dropdown {
    /*width: 160px;*/
}
#narrow-by-list ol.layered-links li { display: list-item; }
#narrow-by-list ol.layered-links li a { padding: 0px 0px 0px 20px; display: block; font-size: 10px; }
#narrow-by-list ol.layered-links li a .item-count { text-decoration: none; color: #6f8ac3; }
#narrow-by-list .filter-dropdown ol.layered-links li a.active, #narrow-by-list .filter-dropdown ol.layered-links li a.active span { color:#666; }

#narrow-by-list .filter-label {
    position: relative;
    z-index: 20;
    color: #2f2f2f;
    text-transform: none;
    font-size: 10px;
    text-align: left;
}
#narrow-by-list .filter-label select,
.narrow-by select {
    width: 175px;
    z-index: 20;
    position: relative;
    min-width: 175px;
    height: 30px;
    background-color: #ffffff;
    margin-right: 20px;
}

#narrow-by-list .filter-label span {
    display: block;
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    background: transparent url(../images/empty.png) 0 0 repeat;
}




#narrow-by-list ol.layered-links li.active-filter-option a { color: #666; padding-left: 20px; }
#narrow-by-list ol.layered-links li.active-filter-option a span { color: #666; }
.related-subcats { border-top: 1px solid #a0b3c3; margin: 5px 0 2px; padding: 5px; clear:both; }
.related-subcats dd { padding:0 0 0 2px; }
.related-subcats dt { margin-bottom:3px; }
.related-subcats-list {  float:left; }
.list-1 { padding-right: 15px; }
#narrow-by-list .filter-state { font-size: 12px; border-style: solid; border-color: #ddd; border-width: 1px; padding: 1px 6px ; margin: 5px 0 0; z-index: 10; position: relative; top: -5px; max-width: 115px; }
#narrow-by-list .filter-state .layered-links li { display:none; }
#narrow-by-list .filter-state .layered-links li.active-filter-option  { display:block; }
/********************* Tool Tips */
.tool-tip { border:1px solid #7ba7c9; background:#eaf6ff; position:absolute; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
.tool-tip .btn-close { display:block; position:absolute; right:6px; text-align:right; top:6px; }
#payment-tool-tip.tool-tip {
    top: 7px !important;
    left: 50px !important;
}
@media (max-width: 425px) {
    #payment-tool-tip.tool-tip {
        left: 0px !important;
    }
    #payment-tool-tip.tool-tip img {
        max-width: 100%;
    }

	
}





/********************** Home */
.home-callout { margin-bottom:0px; }
.home-callout img { display:block }
.home-spot { float:left; width:950px; height:1070px; margin-top:-32px; margin-bottom:-90px;}
.vid-callout { margin-bottom:0px; }
.vid-callout img { display:block }
.vid-spot { position:relative; float:left; height:100%; margin-left:-0px; margin-top:-405px; margin-bottom:0px;}
.txt1-callout { margin-bottom:0px; }
.txt1-callout img { display:block }
.txt1-spot { position:relative; color:#ffffff; float:right; width:100%; height:100%; margin-left:0px; margin-top:-580px; margin-bottom:0px;}
.txt2-callout { margin-bottom:0px; }
.txt2-callout img { display:block }
.txt2-spot { position:relative; color:#ffffff; float:left; width:100%; height:100%; margin-left:580px; margin-top:-650px; margin-bottom:0px; max-width:400px;}
.txt3-callout { margin-bottom:0px; }
.txt3-callout img { display:block }
.txt3-spot { position:relative; color:#333; float:left; width:100%; height:100%; margin-left:682px; margin-top:-386px; margin-bottom:0px; max-width:300px; font-size:12px; line-height:14px;}
.txt4-callout { margin-bottom:0px; }
.txt4-callout img { display:block }
.txt4-spot { position:relative; color:#333; float:left; width:100%; height:100%; margin-left:303px; margin-top:-386px; margin-bottom:0px; max-width:300px; font-size:12px; line-height:14px;}
.txt5-callout { margin-bottom:0px; }
.txt5-callout img { display:block }
.txt5-spot { position:relative; color:#333; float:left; width:100%; height:100%; margin-left:303px; margin-top:-276px; margin-bottom:0px; max-width:300px; font-size:12px; line-height:14px;}
.txt6-callout { margin-bottom:0px; }
.txt6-callout img { display:block }
.txt6-spot { position:relative; color:#333; float:left; width:100%; height:100%; margin-left:682px; margin-top:-276px; margin-bottom:0px; max-width:300px; font-size:12px; line-height:14px;}
.txt7-callout { margin-bottom:0px; }
.txt7-callout img { display:block }
.txt7-spot { position:relative; color:#333; float:left; width:100%; height:100%; margin-left:-3px; margin-top:-36px; margin-bottom:0px; max-width:300px; font-size:12px; line-height:14px; font-family:"Times New Roman", "times", serif;}
.txt8-callout { margin-bottom:0px; }
.txt8-callout img { display:block }
.txt8-spot { position:relative; color:#333; float:left; width:100%; height:100%; margin-left:-94px; margin-top:-36px; margin-bottom:0px; max-width:300px; font-size:12px; line-height:14px; font-family:"Times New Roman", "times", serif;}
.txt9-callout { margin-bottom:0px; }
.txt9-callout img { display:block }
.txt9-spot { position:relative; color:#333; float:left; width:100%; height:100%; margin-left:-60px; margin-top:-36px; margin-bottom:0px; max-width:300px; font-size:12px; line-height:14px; font-family:"Times New Roman", "times", serif; }
.ebay-callout { margin-bottom:0px; }
.ebay-callout img { display:block }
.ebay-spot { position:relative; color:#333; float:left; width:100%; height:100%; margin-left:482px; margin-top:-276px; margin-bottom:0px; max-width:200px; font-size:12px; line-height:14px;}
.gift-callout { margin-bottom:0px; }
.gift-callout img { display:block }
.gift-spot { position:relative; color:#333; float:left; width:100%; height:100%; margin-left:482px; margin-top:-400px; margin-bottom:0px; max-width:200px; font-size:12px; line-height:14px;}
.most-viewed-callout { margin-bottom:0px; }
.most-viewed-callout img { display:block }
.most-viewed-spot { position:relative; color:#333; float:left; width:100%; height:100%; margin-left:482px; margin-top:-600px; margin-bottom:0px; max-width:200px; font-size:12px; line-height:14px;}
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:url(../images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee; }
.best-selling tr.even { background:url(../images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }
.recently h3 { margin:12px 0 6px 0; color:#2b60de; font-size:1.2em; }
.recently .product-image { border:2px solid #dcdcdc; }
.recently a.product-name, .recently a.product-name:hover { color:#2b60de; font-size:12px; }
.recently .add-to {margin-top:5px;font-size:12px; }
table.recently-list {width:100%; }
table.recently-list td {width:20%; }
/********************** Search */
.advanced-search { margin:28px 0; border:1px solid #bbafa0; padding:22px 25px 12px 25px; background:#f5fbfd; }
.advanced-search .legend { margin-top:-33px; float:left; border:1px solid #f19900; background:#F9F3E3; padding:0 8px; color:#E76200; font-weight:bold; font-size:1.1em; }
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { display:inline; width:250px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; margin-bottom:10px; }
.advanced-search-summary-box ul li span { background:url(../images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }
/********************** Catalog Listing */
/* List Type */
.listing-type-list .listing-item { border-top:1px solid #ffffff; padding:12px 10px; }
.listing-type-list .product-image { float:middle; width:200px; }
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.3em 0;}
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .form-buttonz {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

/* Grid Type */
.listing-type-grid .grid-row { clear: both; padding-top: 16px;}
/*.listing-type-grid li.item { float:left; width:138px; margin-right: 16px; line-height:1.2em; 
    overflow:hidden; 
min-height: 287px; }*/
/*.listing-type-grid li.item:first-child { margin-left: 16px; }*/
.listing-type-grid .last { border-bottom: 0; }
.listing-type-grid .product-image { text-align:center; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }

.listing-type-grid {
    text-align: center;
}
.listing-type-grid > h2 {}
.listing-type-grid > ul {}
.listing-type-grid > ul li.product {
    display: inline-block;
    width: 22%;
    min-width: 150px;
    margin: 0;
    margin-bottom: 2em;
    padding: 0 1%;
    vertical-align: top;
    /*outline: 1px solid red;*/
}
.listing-type-grid > ul li.product a.product-wrap {
    display: block;
    width: 250px;
    height: 250px;
    max-width: 100%;
    margin: 0 auto;
    /*outline:1px solid green;*/
}
.listing-type-grid > ul li.product a.product-wrap:hover {
    text-decoration: none;
    border-radius: 1px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 16px 0px rgba(204,204,204,1);
}
.listing-type-grid > ul li.product .product-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.listing-type-grid > ul li.product .product-image > img {
    width: 100%;
    height: auto;
}
.listing-type-grid > ul li.product .product-name {
    max-width: 180px;
    font-family: 'Circular Std Bold';
    font-size: 12px;
    font-weight: bold;
    line-height: 1.17em;
    color: #1a1a1a;
    margin: 0 auto 0.6em;
    min-height: 3em;
}
.listing-type-grid > ul li.product .price-label {
    display: none;
}
.listing-type-grid > ul li.product .product-oldprice {
    display: none;
}
.listing-type-grid > ul li.product .old-price .price {
    font-size: 10px;
    font-weight: bold;
    color: #999999;
    color: var(--warm-grey);
    text-decoration: line-through;
    min-height: 1.5em;
}
.listing-type-grid > ul li.product .special-price .price {
    font-family: 'Circular Std Bold';
    font-size: 13px;
    font-weight: bold;
    color: #4572cc;
    color: var(--windows-blue);
}

@media (max-width: 425px) {
    .listing-type-grid > ul li.product {
        width: 47%;
        padding: 0px 1%;
    }
	
	
	
}


/* Rewrites for different layouts */
/*.col-1-layout .listing-type-grid { background-color: #f1f2f2; }*/
/*.col-1-layout .listing-type-grid li.item { width: 215px; padding: 5px; background-color: #fff; }*/
/*.col-2-left-layout .listing-type-grid,
.col-2-right-layout .listing-type-grid { background-image:url(../images/bkg_products-grid2.gif); }*/
/*.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:208px; }*/
/********************** Product Detail */

body.catalog-product-view .product-info-box {
    /*padding: 0 200px;*/
    margin: 2em auto 0;
    max-width:1024px;
}

/* Product Images */
.product-img-box {
    float: left; 
    /*border: 3px solid #f5f5f5;*/
    width: 50%;
    /*outline: 1px solid red;*/
}
.product-img-box > p {
    text-align: center;
    width: 100%;
    height: auto;
    width: 106%;
    margin-left: -3%;
}
.product-img-box > p img {
    max-width: 500px;
    /*max-height: 500px;*/
    width: 100%;
    height: auto;
}
.product-img-box .more-views {
    margin-top: 2em;
}
.product-img-box .more-views li {
    float: left;
    border-top: 3px solid #f5f5f5;
    border-right: 2px solid #f5f5f5;
    display: block;
    width: 93px;
    height: 93px;
}
.product-img-box .more-views li.right-li { border-right: 1px solid #999999; }
.catalog-listing .product-info-box { border:0; }
.product-img-box .data-table { border: 0; border-top: 3px solid #f5f5f5; color: #666666; }
.product-info-box .availability { margin:10px 0 -6px; font-size:0.92em; color:#7A0300;}
.product-shop {
    float: right;
    width: 40%;
    /*margin-right: 20px;*/
    /*outline: 1px solid green;*/
}
.product-shop .product-name {
    color: #1a1a1a;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
.product-shop .shipping-line {
    position: static;
    line-height: 1.6;
    background: none;
    padding-left: 0;
    cursor: default;
}
.product-shop .short-description {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.69em;
    color: #626262;
    color: var(--brownish-grey);
}

.product-shop .special-price {
    /*color: #215e21;*/
    position: relative;
}
.product-shop .special-price .price-label {
    font-size: 14px;
    color: #999999;
    color: var(--warm-grey);
    display: block;
}
.product-shop .special-price .price {
    font-size: 24px;
    color: #1a1a1a;
    position: relative;
    top: -4px;
}


.product-info-box .data-table-wrapper {
    margin-top: 2em;
    padding: 1.7em 0 0.5em;
    background-color: #fafafa;
    border-radius: 1px;
}
.product-info-box .data-table-wrapper h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 1.5em;
}
.product-info-box .data-table-wrapper table {
    border: 0;
    width: 75%;
    margin: 0 auto;
    line-height: 1.3em;
}
.product-info-box .data-table-wrapper table tr {
    background-color: transparent;
}
.product-info-box .data-table-wrapper table td {
    border: 0;
}
.product-info-box .data-table-wrapper table .label {
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    color: var(--warm-grey);
}
.product-info-box .data-table-wrapper table .data {
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 1em;
}

.top-toolbar .products-pager, .bottom-toolbar .sorter {
    display: none;
}

.awadvancedsearch-result-index .block-layered-nav,
.catalogsearch-result-index .block-layered-nav {
    max-width: 1280px;
}

.awadvancedsearch-result-index .block-layered-nav .nav-col-1,
.catalogsearch-result-index .block-layered-nav .nav-col-1 {
    display: none;
}

.products-pager a {}
.products-pager a:hover {
    text-decoration: none;
}
.products-pager .prev-page {
    float: left;
    width: 100px;
    text-align: left;
    padding-left: 10px;
}
.products-pager .next-page {
    float: right;
    width: 100px;
    text-align: right;
    padding-right: 10px;
}
.products-pager .prev-page a.disabled, 
.products-pager .next-page a.disabled {
    cursor: default;
    color: #e0e0e0;
}
.products-pager .curr-page {
    text-align: center;
    color: #999999;
    color: var(--warm-grey);
    font-size: 14px;
}
.products-pager .curr-page > span {
    color: #e0e0e0;
}



@media screen and (max-width: 425px) {
    body.catalog-product-view .product-info-box {
        padding: 0;
    }

    .product-img-box {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .product-img-box > p {
    }
    .product-img-box > p img {
        width: 90%!important;
    }
    .product-img-box .product-name.mobile-only {
        font-size: 18px;
        text-align: center;
    }
    .product-img-box .more-views {
        width: 105%;
        margin-left: -2.5%;
    }
    .product-img-box .more-views li {
    }
    .product-img-box .more-views li.right-li {
    }
    .catalog-listing .product-info-box {
    }
    .product-img-box .data-table {
    }
    .product-info-box .availability {
    }
    .product-shop {
        float: none;
        width: 96%;
        margin: 0 auto;
    }
    .product-shop .product-name {
    }
    .product-shop .shipping-line {
    }
    .product-shop .short-description {
    }
    .product-shop .short-description h2 {
        text-align: center;
        margin-bottom: 1em;
    }

    .product-shop .special-price {
    }
    .product-shop .special-price .price-label {
    }
    .product-shop .special-price .price {
    }

    .product-info-box .data-table-wrapper {
        width: 110%;
        margin-left: -5%;
    }
    .product-info-box .data-table-wrapper h3 {
    }
    .product-info-box .data-table-wrapper table {
        width: 85%;
    }
    .product-info-box .data-table-wrapper table tr {
    }
    .product-info-box .data-table-wrapper table td {
    }
    .product-info-box .data-table-wrapper table .label {
    }
    .product-info-box .data-table-wrapper table .data {
    }
}

@media screen and (max-width: 375px) {
    .product-img-box .more-views {
        width: 100%!important;
        margin-left:0!important;
    } 
	.product-img-box .more-views li{float: none!important; margin-bottom: 10px; padding:1px!important;    margin-left: 1px!important;}
		.more-views {
		float: none;
		margin: 0 auto;
		text-align: center;
	}	
	.more-views ul li img {
		width: 100%;
		max-width: 100%; 
	}
}

@media screen and (max-width: 320px) {
    .product-img-box .more-views {
        width: 100%!important;
        margin-left: 0!important;
    }
	.product-img-box .more-views li{float: none!important; margin-bottom: 10px; width:25%!important;}
.more-views {
    float: none;
    margin: 0 auto;
    text-align: center;
}
}


#prod_social_buttons {
    font-size: 14px;
    line-height: 1em;
}
#prod_social_buttons .item-wishlist {
}
#prod_social_buttons .item-customize {
}
#prod_social_buttons .item-wishlist img,
#prod_social_buttons .item-customize img
{
    margin-bottom: -2px;
    margin-right: 6px;
}
#prod_social_buttons .item-wishlist a:hover,
#prod_social_buttons .item-customize a:hover
{
    text-decoration: none;
}
#prod_social_buttons .product-action {
    float: right;
}
#prod_social_buttons .product-action li {
    float: left;
    margin-left: 17px;
}
#prod_social_buttons .product-action li a {
/*    padding: 8px 0 5px 24px;
    background-repeat: no-repeat;
    background-position: 0 50%;*/
}
#prod_social_buttons .product-action li.item-print a {
    /*background-image: url(../images/icon-print.png);*/
}
#prod_social_buttons .product-action li.item-email a {
    /*background-image: url(../images/icon-email.png);*/
}
#prod_social_buttons .product-action li.item-wishlist a {
/*    background-image: url(../images/icon-wishlist.png);
    font-size: 11px;*/
}


.product-perks { margin-bottom: 10px; }
.product-perks li { padding: 3px 0 0; font-size: 11px; }
.product-perks li.item { padding-left: 20px; background-repeat: no-repeat; background-position: 0 50%; }
.product-perks li.item-1 { background-image: url(../images/icon-free-shipping.png); }
.product-perks li.item-2 { background-image: url(../images/icon-appraisal.png); }
.product-perks li.item-3 { background-image: url(../images/icon-gift.png); }
.out-of-stock { height:18px; text-align:center; color:#666; font-size:0.92em; }
.padder { float: left; width: 440px; height: 290px; overflow: auto; }
#LiveChat_1333975658_button { float:left; margin-right: 10px; }
#LiveChat_1333975658 {width: 100%;}
.like-this-item { color: #666666; font-size: 11px; }
.add-to-cart-box { float:middle; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; }

.add-to-cart-box .form-button { float:middle; font-size:18px;}
.add-to-cart-box .form-buttonz {
    font-weight: normal;
    font-size: 16px;
}
.add-to-cart-box .form-buttonz.massive-btn {
    width: 100%;
    height: 2.8em;
    background-color: #4572cc;
    background-color: var(--windows-blue);
    font-family: 'Circular Std Bold';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    /*outline: 1px solid magenta;*/
}
.add-to-cart-box .form-buttonz.massive-btn:hover {
    background-color: #0b5d9e;
}
.add-to-cart-box .form-buttonz.massive-btn > img {
    filter: brightness(2);
}

.add-to-box { text-align:right; }
.add-to-box li { display:inline; }
.add-to-holder { margin:0; }
.add-to-holder .add-to-cart-box { float:middle; }
.add-to-holder .add-or { float:left; padding:0 11px; font-weight:bold; color:#666; margin-top:5px;}
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left;}
.add-to-holder .add-to-box li { display:block; margin-top:5px;}
.add-to-holder .add-to-box li .pipe { display:none; margin-top:5px;}
.product-info-box .ratings { margin-bottom:1em; }
.product-pricing { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.product-pricing li { line-height: 1.4; background: url(../images/bg_tierico1.gif) no-repeat 0 3px; padding: 2px 0 2px 10px; color: #424242; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.product-pricing .price { font-weight:bold; color:#2f2f2f; }

.product-options { margin:0px 0 0; }
.product-options dt { padding:0px 0 0; font-weight:normal; float:left; }
.product-options dt label { color:#666; font-weight:normal; font-size:10px;}
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 0px 5px; margin:0 10px 0 0; float: left; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select {  }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }
.product-options dt.engraving { padding: 6px 10px 0 0; clear:both; }
.product-options dt.engraving + dd { padding-bottom: 6px; }

.product-options-bottom { background-color:#fafaec; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }

.product-shop .product-options-bottom .price-box { float:none; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }


.product-shop .product-options dd {
    padding: 0;
    margin: 0;
    width: 100%;
    /*outline: 1px solid blue;*/
}
.product-shop .product-options dd select {
    width: 100%;
    height: 3.6em;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
    font-size: 14px;
    color: #2d2a2a;
    color: var(--black);
    margin-bottom: 1em;
}
.product-shop .product-options dd.last select {
    margin-bottom: 0.6em;
}
.product-shop .product-options dd select option {
    font-size: 14px;
}


.product-shop .old-price {
    color: #666;
    float: left;
    width: 50%;
}
.product-shop .old-price .price-label {
    font-size: 14px;
    color: #999999;
    color: var(--warm-grey);
    display: block;
}
.product-shop .old-price .price {
    font-size: 20px;
    color: #999999;
    color: var(--warm-grey);
    text-decoration: line-through;
}

.product-info-bottom {
    width: 100%;
    /*padding: 15px;*/
    background-color: #ffffff;
    /*float: left;*/
    /*max-width: 820px;*/
}
/*.product-info-bottom .mini-related-items { float: left; width: 468px; }*/
.callout-box { float: left; width: 468px; }
/*.product-info-bottom .mini-related-items:first-child { margin-right: 12px; }*/
.celeb-box { margin-right: 12px; }
.mini-related-items .mini-related-items { display: none; }
.product-info-bottom .mini-related-items .head { margin: 0; }
.product-info-bottom .mini-related-items .head h4 { color: #333; font: 11px/1.5 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; font-weight: normal; background-color: #fff; padding: 4px 6px; }
.product-info-bottom .mini-related-items .content { background-color: #fff; }
.product-info-bottom .mini-related-items .content table td { text-align: center; padding: 0 10px; }
.product-info-bottom .mini-related-items .content .name a { color: #333; font-size: 10px }
.product-info-bottom .mini-related-items .content .price { color: #6f8ac3; /*font-weight: bold;*/ font-size: 10px }
.callout-box { background-color: #fff; height: 220px; position: relative; margin-top: 11px; }
.callout-box h3, .callout-box .line-1 { font: italic 38px "Times New Roman", "times", serif; color: #15256c; text-align: center; position: absolute; left: 16px; top: 25%; }
.callout-box p, .callout-box .line-2 { font-size: 12px; color: #be1e2d; position: absolute; left: 16px; bottom: 16px; }
.callout-box > a { display: block; width: 465px; height: 220px; }
.celeb-box { background: #fff url(../images/callout-celebrity.png) 100% 100% no-repeat; }
.cust-box { background: #fff url(../images/callout-custom.png) 100% 100% no-repeat; }
.product-info-bottom .sub-categories { padding-top: 11px; }
.product-info-bottom .sub-categories .box { margin: 0 0 0 11px; }
.product-info-bottom .footing .related-cats { margin-left: 0; }

.estimated-shipping {
    margin: 0;
    font-size: 12px;
    color: #626262;
    color: var(--brownish-grey);
}

.ixcba-inline label { font-weight: normal; }
/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #006699 dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }
.product-collateral { background:transparent 0 0 repeat-x; clear:both; min-height: 670px; }
.product-collateral .head { margin-bottom:1em; border-bottom:1px solid #1e5e6f; padding-bottom:1px; font-size:1.4em; padding-top:2px;}
.product-collateral .headz { margin-bottom:0em; border-bottom:1px solid #C4C1BC; padding-bottom:1px; font-size:1.15em; line-height:1.3em;}
.product-collateral .heads { margin-bottom:0em; border-bottom:1px solid #1e5e6f; padding-bottom:1px; font-size:1.15em; line-height:1.3em;}
.product-collateral .collateral-box { margin-bottom:2em;}
.product-collateral .collateral-box h4 { color:#15256C;  font-family:TimesCaps, "Times New Roman", "times", serif; font-weight:normal;text-align: left;float:none;}
.product-collateral .attribute-specs {background-color:#f5fcfd;background:url(../images/pager_bg2.gif) 0 0 repeat-x; border:1px solid #c4c1bc;}
.product-collateral .attribute-specs table { border-color:#c4c1bc; font-size:0.99em;}
.product-collateral .attribute-specs .label { font-weight:bold; font-size:0.99em;}
.product-collateral .attribute-specs .data { border-right:0; font-size:0.99em; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:0.99em; font: 10px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color:#666;}
/* Custom Video Tab in Attribute Area */
.product-collateral .attribute-specs .video { border-color:#d9DDE3; font-size:0.95em; width:50%; }
.product-collateral .attribute-specz {width:50%; margin-left:330px;}
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background-color:#fafaec; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background-color:#fafaec; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:202px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:200px;  }
.tags-list { margin-bottom:15px; }
.tags-list li { display:inline; background:url(../images/separator.gif) no-repeat 100% .4em; padding:0 8px 0 4px; }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

/********************** Checkout */
body.checkout-cart-index .quick-access .shop-access ul li:nth-child(2) { background: none; }
select.address-select { width:630px; }
.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { background:transparent; }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left;  margin-left: 475px; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

#shopping-cart-table {
    border: 0;
}
#shopping-cart-table td {
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 1.5em 0 1em;
}
#shopping-cart-table tr:first-child td {
    padding-top: 0;
}
#shopping-cart-table td.td-image {
    padding-bottom: 1em;
}
#shopping-cart-table td.td-image img {
    width: 157px;
    height: 157px;
}
#shopping-cart-table td.td-image .remove-product-link {}
#shopping-cart-table td.attributes-col {
    padding-left: 2em;
}
#shopping-cart-table td.attributes-col .cart-title {
    font-size: 14px;
    font-family: "Circular Std Bold";
    color: #1a1a1a;
    margin-bottom: 1em;
}
#shopping-cart-table td.attributes-col .cart-title a {
    color: #1a1a1a;
}
#shopping-cart-table td.attributes-col .qty-price {
    position: initial;
    left: initial;
    bottom: initial;
}
#shopping-cart-table td.attributes-col .attr-col {
    font-size: 14px;
    color: #1a1a1a;
    font-family: "Circular Std Bold";
    width: 33%;
    float: left;
    margin-bottom: 1em;
}
#shopping-cart-table td.attributes-col .attr-col b {
    font-family: "Circular Std";
    font-weight: normal;
    font-size: 12px;
    color: #999999;
    color: var(--warm-grey);
    text-transform: uppercase;
    display: block;
    margin-bottom: -1em;
}
#shopping-cart-table td.attributes-col .qty-price .cart-price {
    font-family: "Circular Std";
    font-weight: normal;
    font-size: 12px;
    color: #999999;
    color: var(--warm-grey);
    text-transform: uppercase;
    margin: 0;
}
#shopping-cart-table td.attributes-col .qty-price .cart-price .price {
    font-size: 14px;
    color: #1a1a1a;
    font-family: "Circular Std Bold";
    display: block;
    margin-top: 0.2em;
}
#shopping-cart-table td.attributes-col .attr-col1 {
    clear: left;
}
#shopping-cart-table td.attributes-col .attr-col2 {}
#shopping-cart-table td.attributes-col .attr-col3 {
    float: right;
}
#shopping-cart-table td.attributes-col .attr-col3 a {
    font-family: "Circular Std";
    font-size: 12px;
}

body.checkout-onepage-success #shopping-cart-table {
    width: 100%;
}
body.checkout-onepage-success #shopping-cart-table td.attributes-col .attr-col {
    width: 50%;
}

body.checkout-onepage-success .summary {
    width: 50%;
    float: right;
}
body.checkout-onepage-success .summary table {
    width: 100%;
    border: 0;
    font-size: 14px;
    line-height: 2em;
}
body.checkout-onepage-success .summary b {}

body.checkout-onepage-success .button-set button.button {
    width: 60%;
    max-width: 345px;
    height: 50px;
    background: none;
    background-color: #4572cc;
    background-color: var(--windows-blue);
    text-transform: uppercase;
    margin: 0 auto;
    font-family: "Circular Std Bold";
    font-size: 18px;
    /*float: left;*/
    border: 0;
    color: #ffffff;
    cursor: pointer;
}


.btm-cart {
/*    width: auto;
    margin-top: 10px;
    vertical-align: middle;*/
}

.discount-codes {
    /*margin: 5px 10px;*/
}
.discount-codes label { color: #285EA0; font: 700 13px/16px  "Lucida sans", "Lucida Grande", sans-serif; vertical-align: middle; padding-right: 3px; }
.discount-codes .input-box { float:left; }
.discount-codes div input {width: 100px;}
.discount-codes .validation-advice { position: absolute; top: 24px; left: 140px;}
.discount-codes .buttons-set {position:static;}
.discount-codes h2 { color:#15256c; font-family: "Times New Roman", "times", serif; font-weight: normal; }
td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; }

.shopping-cart-totals {
/*    width: 248px;
    float: middle;
    margin-top: 25px;
    border: 1px solid #BEBCB7;
    background: transparent;
    text-align: right;*/
}

.shopping-cart-totalz { width:248px; float:left; margin-top:25px; border:1px solid #BEBCB7; text-align:left; }
.shopping-cart-totalz2 { width:248px; float:left; margin-left:65px; margin-top:25px; border:1px solid #BEBCB7; text-align:left; }
.shopping-cart-totalz3 { border:1px solid #BEBCB7; text-align:left; background:url(../images/main_bgzzz.gif); }
.shopping-cart-totals table { width:100%; margin: 9px 0 7px; }
.shopping-cart-totals td { padding:0 15px 0 0; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    /*padding-top:7px; font: 16px TimesCaps, "Times New Roman", "times", serif; border: none !important;*/
}
.order-ups { text-align: left; font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; font-size: 12px; color: black; padding: 13px; background: url(/skin/frontend/avianne/default/images/tr-bckgr.png) 50% 100% no-repeat; }
.order-ups img { float: right; }
.saturday-delivery { text-align: center; padding: 10px 13px 13px; font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; font-size: 12px; color: #333; }
.saturday-delivery span { color: #a64b3e; }
.shopping-cart-totals .checkout-types li { clear:both; margin:5px 0; text-align:center; }



body.checkout-cart-index .middle {
    padding: 0 5%;
}
body.checkout-cart-index .middle .column-left {
    float: left;
    width: 60%;
}
body.checkout-cart-index .middle .column-right {
    float: right;
    width: 30%;
}
body.checkout-cart-index .middle .column-cart {
    /*outline: 1px solid red*/;
}
body.checkout-cart-index .middle .column-buttons {
    /*outline: 1px solid green;*/
}
body.checkout-cart-index .middle .column-buttons .discount-codes {

}
body.checkout-cart-index .middle .column-buttons .discount-codes .input-box {
    float: none;
}
body.checkout-cart-index .middle .column-buttons .discount-codes #coupon_code {
    width: 50%;
    height: 28px;
    font-size: 14px;
    float: left;
    padding: 0 5px;
    border: 1px solid #999999;
    border: 1px solid var(--warm-grey);
}
body.checkout-cart-index .middle .column-buttons .discount-codes .buttons-set button {
    width: 32%;
    height: 30px;
    background-color: #4572cc;
    background-color: var(--windows-blue);
    color: #ffffff;
    font-family: "Circular Std";
    font-size: 12px;
    margin-left: 5px;
}
body.checkout-cart-index .middle .column-buttons #shopping-cart-totals-table {
    margin: 0;
    font-size: 14px;
    width: auto;
    max-width: 295px;
}
body.checkout-cart-index .middle .column-buttons #shopping-cart-totals-table td {
    padding: 5px 0;
}
body.checkout-cart-index .middle .column-buttons #shopping-cart-totals-table td:nth-child(2n) {
    width: 1%;
    white-space: nowrap;
}
body.checkout-cart-index .middle .column-buttons #shopping-cart-totals-table tr.grand-total td {
    text-align: left;
}
body.checkout-cart-index .middle .column-buttons #shopping-cart-totals-table tr.grand-total .grand-total-green {
    font-size: 15px;
    color: #1a1a1a;
}
body.checkout-cart-index .middle .column-buttons .shopping-cart-totals .checkout-types a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #4572cc;
    background-color: var(--windows-blue);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
body.checkout-cart-index .middle .column-buttons .shopping-cart-totals .checkout-types a:hover {
    text-decoration: none;
}
body.checkout-cart-index .middle .column-wishlist {
    /*outline: 1px solid blue*/;
}

body.checkout-cart-index .footer {
    /*display: none;*/
    visibility: hidden;
}

body.checkout-cart-index .hide-on-cart {
    display: none;
}

@media (max-width: 768px) {
    body.checkout-cart-index .middle {
        padding: 0 2%;
    }
    body.checkout-cart-index .middle .column-left {
        width: 63%;
    }
    body.checkout-cart-index .middle .column-right {
        width: 33%;
    }
}

@media (max-width: 425px) {
    body.checkout-cart-index .middle {
        padding: 0;
    }
    body.checkout-cart-index .middle {
        padding: 0;
    }
    body.checkout-cart-index .middle .column-left {
        float: none;
        width: 95%;
        margin: 0 auto;
    }
    body.checkout-cart-index .middle .column-right {
        float: none;
        width: 90%;
        margin: 2em auto 0;
    }
    body.checkout-cart-index .page-head-alt {
        display: none;
    }
    #shopping-cart-table td.td-image {
        width: auto !important;
    }
    #shopping-cart-table td.td-image a img {
        width: 90px;
        height: 90px;
    }
    #shopping-cart-table td.attributes-col .cart-title {
        font-size: 12px;
    }
    #shopping-cart-table td.attributes-col .attr-col {
        font-size: 12px;
    }
    #shopping-cart-table td.attributes-col .attr-col b {
        font-size: 10px;
    }
    #shopping-cart-table td.attributes-col .qty-price .cart-price {
        font-size: 10px;
    }
    #shopping-cart-table td.attributes-col .qty-price .cart-price .price {
        font-size: 12px;
    }
    #shopping-cart-table td.attributes-col .attr-col3 a {
        font-size: 11px;
    }
}




body.checkout-onepage-index .side-col {
    width: auto;
}
body.checkout-onepage-index .col-2-right-layout .col-main {
    float: left; width: auto;
}
body.checkout-onepage-index .col-2-left-layout .col-main {
    float: right; width: auto;
}


body.checkout-onepage-index .middle {
    padding: 0 10%;
}
body.checkout-onepage-index .middle .col-main {
    float: left;
    width: 60%;
}
body.checkout-onepage-index .middle .col-right {
    float: right!important;
    width: 30%;
}
body.checkout-onepage-index .middle .column-cart {
    /*outline: 1px solid red*/;
}
body.checkout-onepage-index .middle .col-right {
    /*outline: 1px solid green;*/
}
body.checkout-onepage-index .middle .col-right #checkout-progress-wrapper .head {
    font-size: 14px;
    text-transform: uppercase;
}
body.checkout-onepage-index .middle .col-right .discount-codes {
    margin-top: 2em;
    border: 0;
}
body.checkout-onepage-index .middle .col-right .discount-codes h3 {
    font-size: 14px;
}
body.checkout-onepage-index .middle .col-right .discount-codes .input-box {
    float: none;
}
body.checkout-onepage-index .middle .col-right .discount-codes #coupon_code {
    width: 100%;
    height: 28px;
    font-size: 14px;
    float: left;
    padding: 0 5px;
    border: 1px solid #999999;
    border: 1px solid var(--warm-grey);
}
body.checkout-onepage-index .middle .col-right .discount-codes .buttons-set button {
    width: 35%;
    height: 30px;
    background-color: #4572cc;
    background-color: var(--windows-blue);
    color: #ffffff;
    font-family: "Circular Std";
    font-size: 12px;
    margin-left: 18px;
}
body.checkout-onepage-index .middle .col-right .block-content table {
    margin: 0;
    font-size: 14px;
    width: auto;
    max-width: 295px;
}
body.checkout-onepage-index .middle .col-right .block-content table td {
    padding: 5px 0;
    text-align: left;
}
body.checkout-onepage-index .middle .col-right .block-content table td:nth-child(2n) {
    width: 1%;
    white-space: nowrap;
}
body.checkout-onepage-index .middle .col-right .block-content table tr.grand-total td {
    text-align: left;
}
body.checkout-onepage-index .middle .col-right .block-content table tr.grand-total .grand-total-green {
    font-size: 15px;
    color: #1a1a1a;
}
body.checkout-onepage-index .middle .col-right .block-content table .cart-delimiter {
    background: none;
    border: 1px solid #f0f0f0;
    height: 0px;
    padding: 0;
}
body.checkout-onepage-index .middle .col-right .shopping-cart-totals .checkout-types a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #4572cc;
    background-color: var(--windows-blue);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
body.checkout-onepage-index .middle .col-right .shopping-cart-totals .checkout-types a:hover {
    text-decoration: none;
}
body.checkout-onepage-index .middle .column-wishlist {
    /*outline: 1px solid blue*/;
}

body.checkout-onepage-index #authorizenet_cc_type {
    width: 250px;
}

body.checkout-onepage-index .footer {
    /*display: none;*/
    visibility: hidden;
}

@media (max-width: 1280px) {
    body.checkout-onepage-index .middle {
        padding: 0 5%;
    }
    body.checkout-onepage-index .middle .col-right {
        float: left;
    }
}

@media (max-width: 768px) {
    body.checkout-onepage-index .middle .col-main {
        float: none;
        width: 100%;
    }
/*     body.checkout-onepage-index .middle .col-right {
        float: none;
        width: 100%;
    } */
    body.checkout-onepage-index .middle .col-right .discount-codes {
        max-width: 300px;
    }
	.product-img-box .more-views li{margin-left:13px!important;}
	#ifm-src iframe {width:375px!important; height:375px!important;}
	#ifm-src object {width:374px!important; height:374px!important;} 
}


body.checkout-onepage-success .footer {
    visibility: hidden;
}


/* Tax details */
.tax-total { cursor:pointer; } 
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }
.summary-collapse span { display: none; }
.checkout-cart-index .summary-collapse span { display: inline; }
.shopping-cart-collaterals {float:left; width:890px; padding:5px 0;}
.shopping-cart-collaterals .box { margin-bottom:18px; padding:12px 15px; border:1px solid #D0CBC1; background:url(../images/layered_head_nav_bg.gif) repeat-x #fff; }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 { min-height:16px; color:#e26703; background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 21px; text-transform:uppercase; }
.shopping-cart-collaterals .discount-codes h4 { background-image:url(../images/icon_asterick.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(../images/icon_lorry.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell { width:42.5%; border:1px solid #cec3b6; padding:12px 15px; background:#fafaec; }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total { width:auto; margin-top:15px; border:1px solid #BEBCB7; background:#DEE5E8; font-size:1.3em !important; font-weight:bold; text-align:right; }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }
/* One-Page checkout */
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { border:1px solid #bbb6a5; border-top:0; padding:15px 20px; background:#faf7ee; }
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px; background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee; border-width:0 1px 0 1px; border-color:#D9DDE3; border-style:solid; border-top:1px solid #fff; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout .active h3 { color:#F18200; }
.one-page-checkout .allow .step-count { background:#dbe6eb; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#F18200; }
.one-page-checkout .active .box { display:block; border-color:#BBAFA0;  background:url(../images/multi_address_box_bg.gif) repeat-x #f5fbfd; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#D0DCE1; color:#5e8ab4; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { margin-top:20px }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }
.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {float:left; margin-right:3px; border-top:10px solid #999; padding:4px 20px; color:#abb5ba; font-weight:bold; }
.checkout-progress td.active { border-top-color:#e96200; color:#e96200; }
/* Multiple Addresses checkout */
.multi-address-checkout-description { margin-top:-15px; margin-bottom:15px; }
.multi-address-checkout-box .box { position:relative; margin-top:15px; margin-bottom:25px; border:1px solid #bbb6a5; background:url(../images/multi_address_box_bg.gif) repeat-x #f5fbfd; }
.multi-address-checkout-box .legend {float:left; margin-top:-10px; margin-bottom:0; margin-left:15px; border:1px solid #F18200; background:#F9F3E3; color:#F18200; padding:2px 8px; }
.multi-address-checkout-box .content { padding:15px 20px 20px 20px; }
.multi-address-checkout-box .count-head { border-bottom:1px solid #BBAFA0; background:#F9F3E3; padding:5px 10px; }
.shipment-count { background:#E26703; padding:2px 5px; color:#fff; font-size:.95em; line-height:1em; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }
/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#f5fbfd; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }
/********************** Gift Messages */
.giftmessages .gift-header {
    /*font-size: 12px;*/
    /*font-weight: bold;*/
    color: #e87403;
}
.giftmessages .input-checkbox { padding-bottom:15px; }
.giftmessages textarea { height:100px; }
.giftmessages .input-checkbox input { margin-right:5px; }
.giftmessages .input-checkbox label { font-weight:normal; color:#8e8d8b; }
.one-page-checkout .box-no-padding { border:1px solid #bbb6a5; border-top:0; padding:15px 0px; background:#faf7ee; }
.one-page-checkout .box-no-padding .inner-box { padding:0px 20px; }
.giftmessages .gift-box { background-color:#f6f1eb; border-top:1px solid #e9e4de; border-bottom:1px solid #e9e4de; padding:22px 16px 22px 22px; }
.giftmessages .gift-box .scroll-box { overflow:auto; height:260px; }
.giftmessages .product-image { border:1px solid #d2d1cd; }
.no-border { border-top:none; border-left:none; border-right:none; border-bottom:none; }
.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }
.giftmessages .giftmessage-product-info { padding-left:10px; }
.giftmessages .numeration { font-weight:bold; color:#8a8987; }
.giftmessages .gift-box label { color:#918d8e; }
.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }
/********************** Customer */
/* Customer Name */
.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }
.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }
.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }
.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }
.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }
.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }
.customer-dob .input-box { width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob small { color:#888; font-size:10px; }
/* My Account navigation */
.account-nav { border:1px solid #bbb; }
.account-nav .head { margin:0; background:url(../images/account_nav_head_bg.gif) repeat-x 0 100% #fc9d36; padding:3px 10px; }
.account-nav .head h3 { color:#fff; font-size:1.1em; }
.account-nav ul { background:#f5fbfd; padding:4px 10px 10px 10px; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #ddd; }
.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li a:hover { color:#ea7900; }
.account-nav li.on { border-bottom:1px solid #ddd; color:#ea7900; font-weight:bold; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }
/* Dashboard */
.account-box { margin-bottom:20px; background-color:#fff; padding:40px 15px 15px; }
.account-box .head { margin-bottom:10px; border-bottom:1px solid #d9dde3; }
.account-box h4 { color:#333; font-size:1.3em; }
.account-box .inner-head { margin-bottom:8px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:2px; text-align:right; }
.account-box h5 { font-size:1.1em; color: #333; font-weight: bold; }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count { float:left; margin-top:3px; background-color:#0a263c; padding:1px 3px; font-size:9px; font-weight:bold; color:#fff; line-height:1em; }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small { float:left; margin-right:3px; font-weight:bold; }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; font-family: "Times New Roman", "times", serif; color:#ffffff; }
.account-box .head h4 { padding-left:21px; min-height:17px; background-repeat:no-repeat; background-position:0 0; }
.ad-orders .head h4 { background-image:url(../images/icon_folder_table.gif); }
.ad-account-info .head h4 { background-image:url(../images/icon_ma_info.gif); }
.ad-tags .head h4 { background-image:url(../images/icon_ma_tags.gif); }
.ad-reviews .head h4 { background-image:url(../images/icon_ma_reviews.gif); }
/* Account Addressbook */
.address-list { padding-top: 20px; clear: both; width: 100%: }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }
.acount-addresses { width: 100%: float: left; }
.acount-addresses li { float: left; width: 46%; margin-right: 3%; }
/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }
/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label { width:auto; border-bottom:1px solid #9eb8cb; border-left:1px solid #BEBCB7; background:url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important; text-align:left; }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td { border:none !important; padding:0; text-align:right; font-size:0; line-height:0; }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }
/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }
/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:12px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(../images/gift-message-expand.gif); }
.collapse { background-image:url(../images/gift-message-collapse.gif); }
/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }
/********************** Pop up pages */
.page-popup { background:#fff; margin:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }
/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }
/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }
.normal-weight { font-weight:normal; }
.auto-width { width:auto; }
/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }
.order-access {padding-bottom:8px; }
.order-info {border:solid 1px #D0CBC1; background:#DEE5E8; padding:4px 8px; }
.order-info span { display:block; float:left; }
.order-info ul { display:inline; }
.order-info li { display:inline; padding-right:7px; padding-left:3px; }
.order-info li.selected {font-weight:bold; background:url(../images/point-con.gif) no-repeat fixed center bottom; }
/* Expiration date and cvv number validation case */
.input-box .v-fix { position:relative; float:left; }
/* .input-box .v-fix .validation-advice { position:relative; margin-right:-12em; float:left; display:inline; width:12em; } */
/* Preview CSS */
#loading-mask { color:#232323; font-size:1.1em; font-weight:bold; position:absolute; text-align:center; z-index:9999; }
#loading-mask .loader { background:#FFF none repeat scroll 0 0;	border:1px solid #232323; color:#232323; font-weight:bold; left:50%; margin-left:-60px; padding:15px 60px; position:fixed; text-align:center; top:45%; width:120px; z-index:9999; }
#wt-mask { background-attachment:scroll; background-color:#000000; background-image:none; background-position:0 0; background-repeat:repeat; display:none; height:100%; left:0; position:absolute; top:0; width:100%; z-index:9999; -moz-opacity: 0.1; opacity:.10; filter: alpha(opacity=10); }
.poptop { z-index: 9999; }
#wtPreview { padding: 10px; background: #fff; border: 1px solid #d1d1d1; }
#wtPreviewBody {position:relative;background:#fff url(../images/loading.gif) center center no-repeat;}
#wtPreview h2 { color: #333; width: 300px; text-align: left; }
/* Product Image Zoom */
#zoom82{position:absolute;left:50px;top:50px;width:280px;height:280px;z-index:1000;visibility:hidden;background-color:transparent;border:none;padding:0;}
/*.listing-type-grid li.item{overflow:visible;}*/
.zoom28{position:relative;}#zoom45{position:absolute;top:6px;left:6px;z-index:1000;}
#zoom12{position:absolute;top:0;left:0;background:url('../images/zoom/zoom1.png') no-repeat;width:18px;height:18px;border:none;}
#zoom23{position:absolute;top:0;left:18px;background:url('../images/zoom/zoom2.png') repeat-x;width:250px;height:18px;border:none;}
#zoom34{position:absolute;top:0;right:0;background:url('../images/zoom/zoom3.png') no-repeat;width:12px;height:18px;border:none;}
#zoom65{position:absolute;top:18px;left:0;background:url('../images/zoom/zoom4.png') repeat-y;width:18px;height:250px;border:none;}
#zoom18{position:absolute;top:18px;left:18px;background:#fff;width:250px;height:250px;border:none;}
#zoom95{position:absolute;top:18px;right:0;background:url('../images/zoom/zoom5.png') repeat-y;width:12px;height:250px;border:none;}
#zoom08{position:absolute;bottom:0;left:0;background:url('../images/zoom/zoom6.png') no-repeat;width:18px;height:12px;border:none;}
#zoom16{position:absolute;bottom:0;left:18px;background:url('../images/zoom/zoom7.png') repeat-x;width:250px;height:12px;border:none;}
#zoom06{position:absolute;bottom:0;right:0;background:url('../images/zoom/zoom8.png') no-repeat;width:12px;height:12px;border:none;}
.shipping-time { font-size:0.92em; }

.youtube-lazy-link {
    vertical-align: top;
    background: #555;
    width: 300px;
    height: 244px;
    background-size: cover;
    text-decoration: none;
    color: #DDD;
    text-align: left;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    display: inline-block;
}
.youtube-lazy-link:hover {
    text-decoration: none;
    color:#FFF;
}
.youtube-lazy-link-div {
    border: 2px solid #000;
    background: url(../images/youtube-play-button.png) center center no-repeat;
    position: absolute;
}
.youtube-lazy-link-div:hover {
    background: url(../images/youtube-play-button-hover.png) center center no-repeat;
}
@media (max-width: 479px){
#ifm-src iframe {width: 100%!important;}
#ifm-src {float: none; text-align: center;  margin: 0 auto;}
 .product-img-box .more-views li{float:none;     display: inline-block;}
 .more-views { float: none;margin: 0 auto;text-align: center;}
 .product-img-box .more-views li{margin-left:0px!important;}
 #ifm-src iframe {width: 444px!important; height: 444px!important;}
  #ifm-src object {width: 459px!important; height:459px!important;}
  .opc .field.small-field .input-text {width: 100%!important;margin-right: 0;}
  .in-store-view .item-4 h5{font-size:16px!important;}
  body.checkout-onepage-index .middle .col-right{width:100%!important;}
  #opc-review .data-table {
    margin-top: 20px;
    display: inline-block;
    overflow: scroll;
    width: 100%; 
}
 .opc #checkout-review-submit .buttons-set{float: left; width: 100%!important;}
 .opc .buttons-set button.button.btn-checkout{width: 60%!important;float: left!important; margin-right: 10px!important;}
 table.csp-table tr td {width:100%; display: inline-block;}
 .cms-customer-service .customer-service-acc dd{margin-right:0!important; margin-left:0!important;    font-size: 13px!important; text-align: justify;}
 dl.customer-service-acc .customer-service-home {
    float: left;
    width: 100%!important;
    margin: 0 auto!important;

} 

#algolia-searchbox .magnifying-glass{right: -14px;}
div#algolia-searchbox {float: left!important;margin-top:20px!important; right: 0 !important; width: 100%; padding: 0 15px; box-sizing: border-box;}
div#algolia-searchbox input#search{right:5% !important; width: 94%}
#algolia-searchbox .magnifying-glass{right:15px!important; top: 9px;}
#algolia-autocomplete-tt.algolia-autocomplete{width: 94% !important;}
.sub-category .sub-categories .box, .root-category .sub-categories .box{width:auto!important;text-align: center; margin: 0 auto;}
.sub-category .sub-categories .box a span, .root-category .sub-categories .box a span{font-size: 14px!important;}
.empty-cart-container{width:100%!important; padding:15px!important; box-sizing:border-box;}
.empty-cart-container .recently-viewed .box{width:100%!important; margin-right:0!important; margin-left:0!important; margin:0!important; margin-bottom:20px!important;}
.empty-cart{ padding:15px!important; box-sizing:border-box;}
.empty-cart .csp{width:100%!important;position:static!important; float:none!important; }
.empty-cart-container .recently-viewed{margin:0 auto!important;}
.content-block .page-head h3{font-size:25px!important; text-align:center;}
.empty-cart-container .recently-viewed .box a{min-height:40px!important;}

.product-shop .product-name{font-size: 18px!important;    text-align: center!important;  margin: 20px auto!important;}

} 
@media (max-width: 425px) {
    .youtube-lazy-link {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 184px !important;
        background-size: contain !important;
    }
    .youtube-lazy-link-div {
        max-width: 68%;
        max-width: calc(100% - 136px);
        max-height: 180px;
    }
	 #ifm-src iframe {width: 349px!important; height:349px!important;}
	  #ifm-src object {width:405px!important; height:405px!important;}
}
@media (max-width: 375px) {
    .youtube-lazy-link {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 160px !important;
        background-size: contain !important;
    }
    .youtube-lazy-link-div {
        max-width: 68%;
        max-width: calc(100% - 136px);
        max-height: 158px;
    }
	#ifm-src iframe {
    width:300px!important;
    height: 301px!important;
}
#ifm-src object {
    width:355px!important;
    height: 355px!important;
}

}
@media(max-width: 360px){
.product-img-box .more-views li {width:24%!important;}
	#ifm-src iframe {
    width: 286px!important;
    height:286px!important;
}  
#ifm-src object {
    width:340px!important;
    height:340px!important;
}   
}
@media(max-width: 326px){
.product-img-box .more-views li {width:24%!important;}
	#ifm-src iframe {
    width: 254px!important;
    height:254px!important;
}
	#ifm-src object {
    width: 306px!important;
    height:306px!important;
}
}
@media (max-width: 320px) {
    .youtube-lazy-link {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 133px !important;
        background-size: contain !important;
    }
    .youtube-lazy-link-div {
        max-width: 68%;
        max-width: calc(100% - 114px);
        max-height: 129px;
    }
	#ifm-src iframe {
    width: 248px!important;
    height: 248px!important;
}
#ifm-src object {
    width: 300px!important;
    height:300px!important;
}
}

/**** New home design ***************/
#frame { margin-bottom: 15px; background:url(../images/shadow-footer.png) no-repeat bottom transparent; }
.shop-now { display: block; width: 127px; height: 44px; position: absolute; bottom: 62px; right: 31px; cursor: pointer; background:url(../images/shop-now.png) no-repeat center transparent; text-indent: -9999px; }
.cms-home .homepage-call-us { margin: 15px 0 0 0; }
.cms-home .in-store-view h4 { font-size: 28px; text-align: left; font-variant: small-caps; }
.cms-home .in-store-view iframe { float: left; margin-right: 20px; }
.cms-home .in-store-view p { color: #15256c; }
.homepage-call-us-sub { padding-bottom: 10px; background:url(../images/call-us-foot.png) no-repeat bottom left transparent; }
.homepage-call-us-sub-sub { color: #006699; padding-top: 5px; width:1000px; height:56px; background:url(../images/call-us.jpg) no-repeat center transparent; text-align: center; font-size: 34px; font-family: "Times New Roman", "times", serif; }
.homepage-call-us-sub-sub b { width:997px; height:61px; background:url(../images/call-us.jpg) no-repeat center transparent; text-align: center; font-size: 34px; font-family: "Times New Roman", "times", serif; }
.homepage-logos { background-color: white; padding: 15px 20px; }
.homepage-logos ul li { float: left; padding: 0 12px; }
.homepage-logos ul li.item-1 { padding-left: 174px; }
.homepage-logos ul li.item-2 { padding-top: 15px; }
.homepage-logos ul li.item-3 { padding-top: 10px; }
.homepage-logos ul li.item-4 { padding-top: 5px; }
.homepage-logos ul li.item-5 { padding-top: 10px; padding-right: 0; }
.homepage-logos ul li a img { vertical-align: middle; }
.home-social { width: 185px; }
.home-social tr td { padding: 0; }
.homepage-footer { margin: 10px 25px 15px; text-align: left; clear: both; padding-top: 10px; }
.homepage-footer-table { border-top: 7px solid #f1f2f2; padding-top: 20px; width: 100%; }
.homepage-footer-table td { width: 150px; padding-right: 35px; }
.homepage-footer-table td.item-1 { padding-right: 0; }
.homepage-footer-table td.item-4 { width: 100px; }
.homepage-footer-table td.last { width: 250px; padding-right: 0; }
.homepage-footer-table th,
.homepage-footer-table th > a { font: 12px/32px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color: #000; text-decoration: none; text-transform: uppercase; }
.homepage-footer-table a, .homepage-footer-table span { font: 12px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color: #00194f; text-decoration: none; }
#q_contactform input[type=text] { width: 96%; height: 16px; border: 1px solid #6264ac; margin-bottom: 4px; font-size: 11px; color: #cdcccb; }
#q_contactform textarea { width: 96%; height: 53px; border: 1px solid #6264ac; margin-bottom: 4px; font-size: 11px; color: #cdcccb; resize: none; }
#q_contactform span.required { font-size: 11px; color: #cdcccb; }
#submit-footer-button { float: right; border: 0; margin-right: 5px; margin-top: 6px; }
#submit-footer-button a { color: #fff; background-color: #1c75bc; border: 0; padding: 4px 8px; margin-top: 4px; cursor: pointer; font: 13px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
#submit-footer-button a:hover { background-color: #0b5d9e; }
.homepage-footer-table .success-msg { width:auto !important; }
.homepage .fotter { padding-top: 25px; width:1000px; height:251px; margin:auto; background-image:url(../homeimg/footerbg_15_.png); background-repeat:no-repeat; margin-left:-10px; }
#___plusone_0 { vertical-align: top; }
.homepage .youtubetxt { width:345px; height:60px; color:#b30000; text-align:center; margin-left:30px; }
.homepage .links_ul { width:314px; height:59px; list-style:none; margin-left:71px; margin-top:5px; }
.homepage .links_li { width:59px; height:59px; float:left; list-style:none; margin-left:3px; }
.footer-top { color: #fff; background-color: #6f8ac3; font: bold 11px "Lucida sans", "Lucida Grande", sans-serif; padding: 5px 5px 0; height: 45px; position: relative; }
.footer-top .social-overlay { width: 215px; height: 50px; border: 1px solid #6f8ac3; background-color: #fff; border-bottom: 0; position: absolute; top: -151px; left: -9990px; z-index: 99; }
.footer-top .social-overlay .social-overlay-arrow { position: absolute; bottom: -5px; display: block; height: 0; width: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; }
.footer-top .div-item { float: left; border-right: 4px solid white; padding: 0 8px; }
.footer-top .div-item.last { border: 0; }
.footer-top ul li { float: left; margin: 2px 3px 0; }
.footer-top .social-list li:first-child { margin: 3px 10px 0; text-align: right; }
.footer-top .social-list li a img { vertical-align: middle; position: relative; top: -7px; padding-top: 7px; }
.footer-top .newsletter-list li:first-child { text-align: left; }
.footer-top .newsletter-list li input[type="text"] { margin: 5px; width: 133px; padding:3px; color: rgb(205, 204, 203); font-size: 11px; }
.footer-top .newsletter-list li input[type="submit"] { color: #fff; background-color: #1c75bc; border: 0; padding: 2px 5px; margin-top: 6px; cursor: pointer; font: 13px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
.footer-top .newsletter-list li input[type="submit"]:hover { background-color: #0b5d9e; }
.footer-top .call-us li { font-size: 13px; text-align: right; /*line-height: 1.2;*/ }
.homepage .footer_table { margin-left:30px; }
.homepage .paypal { font-size:14px; color:#263c72; text-align:center; }
.homepage .spanpaypal { font-size:14px; color:#507297; text-align:center; }
.homepage .fot1 { border-left:1px solid #8b9194; font-size:10px; padding-left:10px; }
.homepage .headleftxt { color:#A7484F; font-size:12px; height:84px; margin-left:40px; margin-top:251px; text-align:center; width:307px; font-weight:normal; line-height:18px; }
/* Product mouse over effect  */
.black-friday { position: relative; left: 70px; color: black; }
.black-friday:hover, .black-friday:active { text-decoration:none; color: black; }
.black-friday span { color: #850400; }
.tweet_block { width: auto; text-align: left; padding: 0; float: right; margin-right:5px; }
.free-shipping .tweet_block img { position:static; vertical-align: bottom; }
a.tweet_link { font-size: 12px; font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color: #7A0300; }
div.free-shipping { position:relative; top: -4px; border-bottom: 1px solid #ebf0f3; float: left; color: #850400; font-family: TimesCaps, "Times New Roman", "times", serif; font-size: 18px; line-height:22px; width:100%; padding:0; }
div.free-shipping img {  position:absolute; right:-44px; bottom:0; }
div.like_us_for_coupon { float: left; padding: 0 10px 0 15px; font-family: TimesCaps, "Times New Roman", "times", serif; font-size: 18px; line-height:22px; }
div.like_us_for_coupon > a { color: #850400; }
div.like_us_for_coupon > a:hover { text-decoration:none; }
#youtube { 	-moz-border-radius:8px 8px 8px 8px; background:none repeat scroll 0 0 rgba(0, 102, 153, 0.7); z-index:501; position:absolute; width:600px; height:560px; display:none; padding-top:11px; top:5px; left:5px; }
.youtubeInner {position:relative;}
.youtubeInner #closeBtn { position:absolute; right:-17px; top:-30px; width:30px; height:30px; background:url(../images/box.png) no-repeat; cursor:pointer;}

#nav {
    width: auto;
    /*height: 33px;*/
    padding: 0;
    background: none;
    font-family: 'Circular Std Book';
    font-size: 13px;
    letter-spacing: -0.1px;
    position: relative;
}
/*#nav a {font-family: "Times New Roman", "times", serif; }*/
#nav li ul li a {
    /*font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; font-variant:normal;*/
}
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
    /*position: relative;*/
    text-align: center;
}
#nav li.over { z-index:999; }
#nav li:hover { }
#nav a,
#nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a,
#nav ul li.parent .parent > a {
    /*background: url(../images/i_nav-parent.gif) 100% 100% no-repeat;*/
}
#nav ul li.parent .parent > a:hover {
    /*background-color: #069;*/
}
#nav ul li.parent li a { background-image:none; /*url(../images/nav_divider.gif) repeat-x 0 100%;*/}
/************ 0 LEVEL  ***************/
#nav li {
    display: inline-block;
}
#nav li.level0 {
    padding: 0 20px;
    margin-top: 0px;
    height: 33px;
    line-height: 33px;
    margin-left: -3px;
}
#nav li.nav-search {
/*    padding: 0;
    padding-left: 10px;*/
}
#nav li.nav-search > img {
    margin-bottom: -1px;
    cursor: pointer;
}

/*#nav li.level0:hover { box-shadow: inset 0px 0px 17px #7e7e7e; }*/
#nav li.active a { color:#15256C;  }
#nav a {
    font-weight: normal;
    color: #ffffff;
    /*font-size: 20px;*/
}
#nav li.over a,
#nav a:hover { color:#7A0300; }
/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {
    float: none;
    margin: 0;
    /*padding-bottom: 1px;*/
    /*background: #fff url(../images/nav_divider.gif) repeat-x 0 100%;*/
}
#nav ul li.over {
    /*background: #d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%;*/
}
#nav ul li.last {
    /*background: #fff url(../images/nav_divider.gif) repeat-x 0 100%;*/
    /*padding-bottom: 0;*/
    /*border-bottom: 1px;*/
}
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; font-size:0.95em; font-color:#15256c;}
#nav li.level0 > a {
    color: #2d2a2a;
    color: var(--black);
    text-transform: uppercase;
}
#nav a.over {
    color: #365bc0 !important;
}
/************ 2ND LEVEL ************/
#nav ul {
    position: absolute;
    width: 14em;
    /*top: 33px;*/
    /*left: -10000px;*/
    /*border: 1px solid #899ba5;*/
    font-variant: none;
    display: none;
}
#nav li.nav-6 ul { width: 15em; }
#nav ul li { text-align: left; }
/* Show menu */
#nav li.over > ul {
    /*left: 0;*/
    /*top: 33px;*/
    display: block;
    z-index: 999;
}
#nav li.over > ul > li.over > ul {
    left: 18%;/*25%;*/
    /*left: calc(25% + 73px);*/
    padding-left: 7%;
    top: 0;
    width: 25%;
    height: 100%;
}
#nav li.over > ul li.over > ul.level2 {
/*    left: 70%;
    width: 75%;
    height: 380px;
    border-left: 1px solid blue;
    margin-top: 4px;*/
    /*outline: 1px solid green;*/
    position: relative;
    left: initial;
    width: auto;
    top: initial;
}
#nav li.over > ul li.over > ul.level2 > li.level3 {
    width: auto;
    white-space: nowrap;
    display: block;
    margin-bottom: -1px;
}
#nav li.level2.parent.over {
    margin-top: 4px;
}

#nav li.over ul ul { left:-10000px; }

/*#nav ul li a { background:#fff; font-variant:none;}*/
#nav ul li a {
    color: #2d2a2a !important;
    color: var(--black) !important;
    /*font-size:0.95em;*/
}
#nav ul li a:hover {
    /*background-color: #069;*/
    color: #365bc0 !important;
    /*font-size:0.95em;*/
}

#nav ul span, #nav ul li.last li span {
    /*padding: 3px 15px 4px 15px;*/
}
/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }


#nav > .level0 > ul.level0 {
    position: absolute;
    left: 0;
    top: 33px;
    padding: 0 73px;
    width: 100%;
    width: calc(100% - 146px);
    min-height: 390px;
    /*background-color: #ffffff;*/
    background: #ffffff url('../images/skin-avianne-resp/1x1px-e6e6e6.png') 23% 0 repeat-y;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
#nav > .level0 > ul.level0 > li.level1 {
    background: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 18%;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    /*border-right: 1px solid #e6e6e6;*/
    /*outline: 1px solid aquamarine;*/
}
#nav > .level0 > ul.level0 > li.level1 > ul.level1 > li.level2 {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    text-transform: none;
    /*outline: 1px solid bisque;*/
}

#nav li.infoholder {
    position: absolute;
    top: 33px;
    right: 73px;
    z-index: 9999999;
    width: 45%;
    width: calc(50% - 73px);
    height: 100%;
    min-height: 390px;
    pointer-events: none;
    background-color: #ffffff;
    /*outline: 1px solid red;*/
    display: none;
}
#nav li.infoholder .infoimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    width: calc(40% - 33px);
    height: 100%;
    padding-right: 33px;
    /*outline: 1px solid green;*/
}
#nav li.infoholder .infoimage > img {
    max-width: 100%;
    background-color: #f2f2f0;
    margin-top: 3em;
}
#nav li.infoholder .infodescr {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    height: calc(100% - 3em);
    font-size: 16px;
    line-height: 1.63em;
    color: #626262;
    color: var(--brownish-grey);
    padding-top: 2em;
    text-align: left;
    overflow: hidden;
    /*outline: 1px solid blue;*/
}


/* mobile menu */
.mobile-menu {}
.mobile-menu .header-nav {
    position: absolute;
    right: -100%;
    transition: right 0.5s;
}
.mobile-menu .header-nav.active {
    right: 0;
}
.mobile-menu #nav {}
.mobile-menu #nav li {
    display: block;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: initial;
    text-align: left;
    padding-left: 30px;
}
.mobile-menu #nav li.level0 {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background-color: #ffffff;
    font-size: 17px;
}
.mobile-menu #nav li.level0.parent {
    clear: both;
}
.mobile-menu #nav li.level0 > a {
    color: #1a1a1a;
    display: inline-block;
    width: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    /*outline: 1px solid red;*/
}
.mobile-menu #nav li.level0 > a > span {}
.mobile-menu #nav li.level0 > ul.level0 {
    position: relative;
    left: initial;
    top: initial;
    padding: 0;
    width: 100%;
    min-height: auto;
    background-image: none;
    box-shadow: none;
    z-index: 9;
    /*margin-top: 26px;*/
}
.mobile-menu #nav li.level0 > ul.level0 > li.level1 {
    width: auto;
    margin-left: -30px;
    padding-left: 30px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    line-height: normal;
    font-size: 17px;
}
.mobile-menu #nav li.level0 > ul.level0 > li.level1 > a {
    display: inline-block;
    width: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    /*outline: 1px solid green;*/
}
.mobile-menu #nav li.level0 > ul.level0 > li.level1 > a > span {}
.mobile-menu #nav li.level0 > ul.level0 > li.level1 > ul.level1 {
    position: relative;
    left: initial;
    top: initial;
    width: 100%;
    z-index: 10;
    /* margin-left: -30px; */
    /*margin-top: 14px;*/
}
.mobile-menu #nav li.level0 > ul.level0 > li.level1 > ul.level1 > li.level2 {
    margin-left: -30px;
    background-color: #f4f4f4;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    line-height: normal;
    font-size: 13px;
    text-transform: uppercase;
}
.mobile-menu #nav li.level0 > ul.level0 > li.level1 > ul.level1 > li.level2 > a {
    display: inline-block;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    /*outline: 1px solid blue;*/
}
.mobile-menu #nav li.level0 > ul.level0 > li.level1 > ul.level1 > li.level2 > a > span {}
.mobile-menu #nav li.level0 > ul.level0 > li.level1 > ul.level1 > li.level2 > ul.level2 {
    width: 100%;
    top: initial;
    left: initial;
    z-index: 11;
}
.mobile-menu #nav li.level0 > ul.level0 > li.level1 > ul.level1 > li.level2 > ul.level2 > li.level3 {
    width: 100%;
    margin-left: -30px;
    background-color: #ddd;
}
.mobile-menu #nav li.level0 > ul.level0 > li.level1 > ul.level1 > li.level2 > ul.level2 > li.level3 > a {
    display: inline-block;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 1.5em;
    /*outline: 1px solid yellow;*/
}
.mobile-menu #nav li.infoholder { display: none !important; }
/*.mobile-menu #nav li.nav-search { display: none !important; }*/
.mobile-menu #nav li.parent {
    position: relative;
}
.mobile-menu #nav li.parent a.arrow {
    color: #cccccc !important;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 12% !important;
    text-align: center;
    transform: rotate(-90deg);
    font-size: 16px;
    padding-left: 3px;
    /*outline: 1px solid green;*/
}
.mobile-menu #nav li.parent a.arrow.arrow-up { transform: rotate(-90deg); }
.mobile-menu #nav li.parent a.arrow.arrow-down { transform: rotate(90deg); padding-left: 0; }
/* /mobile menu */



.chekout-footer { text-align: center; width: 980px; }
.chekout-footer table { margin: 0 auto; text-align: center; width: 500px; height: 65px; padding-top: 5px; border: none; }
.chekout-footer table td { width: 33%; }
.verified-by-godaddy { font-family:  "Lucida sans", "Lucida Grande", sans-serif; font-size: 12px; font-weight: bold; color: #333; }
.verified-by-godaddy img { padding-right: 5px; vertical-align: baseline; }
.gomage-checkout-onepage-index .shop-access { right: -90px; border: none; top: 91px; text-align: right; }
.gomage-checkout-onepage-index .middle {  }
.issue-report { margin-top: 15px; color: #ab5549; font-weight: bold; }
.glc .totals .grand-total-green, #shopping-cart-totals-table .grand-total-green {color:#1e8f00;}
.content-block {min-height: 480px;}
.cms-customer-service .content-block {min-height: 550px;}
.glc-title span {font-weight: normal;}
.cms-like-us-and-save .content-block,
.cms-reviews-program .content-block { color: #15256C; font-size: 20px; padding: 0 30px; font-family: TimesCaps, "Times New Roman", "times", serif; line-height: 1.2; }
.cms-like-us-and-save .content-block h2,
.cms-reviews-program .content-block h2 { font-size: 26px; color: #7A0300;  border-bottom: 1px solid #7A0300; font-weight: normal; margin-top: 1.6em; width: 690px; font-family: TimesCaps, "Times New Roman", "times", serif; }
.cms-like-us-and-save .content-block .brown,
.cms-reviews-program .content-block .brown { color: #840300; }
.cms-like-us-and-save .content-block .left-side-div,
.cms-reviews-program .content-block .left-side-div {position:relative;}
.cms-like-us-and-save .content-block img.like-and-save-present,
.cms-reviews-program .content-block img.like-and-save-present {float: right;}
.cms-like-us-and-save .content-block img.like-and-save-arrow,
.cms-reviews-program .content-block img.like-and-save-arrow {float: right;}
.cms-like-us-and-save .content-block img.like-and-save-product,
.cms-reviews-program .content-block img.like-and-save-product {width: 554px;}
.cms-like-us-and-save .content-block td span,
.cms-reviews-program .content-block td span {color: #857d86;}
.cms-reviews-program .content-block table {margin-bottom: 20px;}
.cms-reviews-program .content-block p.head-links {float: right;}
.cms-reviews-program .content-block h2 {width: 710px;}
.cms-reviews-program .content-block a {color: #15256C;}
.cms-reviews-program .content-block p.head-links a:first-child img {padding: 0 5px 5px;}
.cms-reviews-program .content-block p.right-img img {position: absolute; right: 150px; top: 180px; }
.cms-reviews-program .content-block table td:first-child { padding-left: 15px; }
.cms-reviews-program .content-block table td > p > img { margin-left: 50px; }
.cms-reviews-program .content-block .review-form { font-size: 14px; font-variant: normal; padding: 20px 10px; border: 3px double #b6d1e1; }
.review-form .webforms-fields-name label,
.review-form .webforms-fields-link label,
.review-form p { font-weight: normal; color: #7A0300; font: 14px/1.2 TimesCaps, "Times New Roman", "times", serif; }
.review-form label {color: #666; font: bold 12px/1.55  "Lucida sans", "Lucida Grande", sans-serif; }
.review-form label abbr { color: #EB340A; border: 0; }
.review-form p { padding: 20px 0 5px; }
.review-form ul, .review-form p,
.review-form buttons-set { clear: both;}
.review-form ul li { float: left; margin-right: 20px; }
.review-form .webforms-fields-name abbr, .review-form .webforms-fields-link abbr { display: none; }
.review-form .webforms-fields-name input, .review-form .webforms-fields-link input { width: 210px; }
.review-form select { width: 100px; }
.review-form .webforms-fields-zip input { width: 70px; }
.review-form .webforms-fields-zip input { width: 70px; }
.review-form .webforms-fields-city input, .review-form .webforms-fields-address input { width: 110px; }
.review-form .form-buttons-set { clear: both; text-align: center; padding-top: 20px; }
.review-form .form-buttons-set button { overflow: visible; padding: 1px 0 0; border: 0; background: transparent; font: bold 12px/16px; cursor: pointer; text-align: center; vertical-align: middle; font-family: "Lucida sans", "Lucida Grande", sans-serif;}
.review-form .form-buttons-set button span { font-size: 18px; font-family: "Times New Roman", "times", serif; float: left; height: 22px; border: 1px solid #406a83; margin: -1px 0 0; padding: 0 12px; background: #91c1cb url(../images/bkg_btn2.gif) 0 100% repeat-x; white-space: nowrap; color: #fff; }
.review-form .validation-advice { display: none; }
#footer_social_block > div, #footer_social_block .fb-like { display: inline; }
.paypal-or { display: none; }
#footer_social_block { margin: 10px 0 0 5px; overflow:visible; }
#footer_social_block span { width: 90px !important; height: 22px !important; }
#footer_social_block .fb-like { left: 40px; }
/* Slider */
#slide-content .slide div { width: 1000px; height: 319px; position: relative; }
.slider_text { font-size: 16px; font-family: "Times New Roman", "times", serif; color: #660200; text-align: center; }
#slide1 { background: url(../images/slider1.jpg); }
#slider1_1 { position: absolute; top: 82px; left: 62px; }
#slider1_2 { position: absolute; top: 96px; left: 347px; }
#slider1_3 { position: absolute; top: 5px; left: 652px; }
#slider1_4 { position: absolute; top: 266px; left: 429px; }
#silder1_t1 { position: absolute; top: 277px; left: 24px; }
#silder1_t2 { position: absolute; top: 277px; left: 668px; }
#slide2 { background: url(../images/slider2.jpg); }
#slider2_1 { position: absolute; top: 265px; left:430px; }
#slider2_2 { position: absolute; top: 0; left: 60px; }
#slider2_3 { position: absolute; top: 0; right: 60px; }
#silder2_t1 { position: absolute; top: 230px; left:260px; font-size: 18px; }
#slide3 { background: url(../images/slider3.jpg); }
#slider3_1 { position: absolute; top: 130px; left: 30px; }
#slider3_2 { position: absolute; top: -5px; left: 400px; }
#slider3_3 { position: absolute; top: 90px; left: 780px; }
#silder3_t1 { position: absolute; top: 248px; left:515px; font-size: 18px; }
#slider3_4 { position: absolute; top: 278px; left: 570px; }
#slide4 { background: url(../images/slider4.jpg); }
#slider4_1 { position: absolute; top: 210px; left:450px; }
#slider4_2 { position: absolute; top: 5px; left: 0; }
#slider4_3 { position: absolute; top: 0; right: 60px; }
#silder4_t1 { position: absolute; top: 175px; left:450px; font-size: 18px; }
/* Categories concepts */
.category-static { background: url(../images/cats-head.png) no-repeat 0 0; margin-left: -10px; position: relative; width: 1000px; }
.category-static-head { text-align: center; }
.category-static-head h1 { position: absolute; top: 20px; left: 15px; font: 35px "Times New Roman", "times", serif; color: #15256c; }
.category-static-head .category-viewall { position: absolute; top: 90px; left: 15px; display: block; width: 230px; height: 25px;
	background: url(../images/viewall.png) no-repeat 0 0; color: #fff; font: bold 13px/19px  "Lucida sans", "Lucida Grande", sans-serif; text-decoration: none; text-align:left; padding: 5px 8px 0;}
.category-static-head .viewall-small { width: 180px; background: url(../images/viewall190.png) no-repeat 0 0; }
.category-static-head .viewall-large { width: 260px; background: url(../images/viewall260.png) no-repeat 0 0; }
.category-static-head .viewall-huge { width: 275px; background: url(../images/viewall275.png) no-repeat 0 0; }
.category-static-body div { float: left; width: 228px; margin: 18px 0 0 18px; text-align: center; }
.category-static-body div img { border: 1px solid #d6d6d6; width:226px; }
.category-static-body div.landing-break { clear:both; float:none; margin:0; height:0; }
.category-static-body div p,
.category-static-under p { font: 18px/30px TimesCaps, "Times New Roman", "times", serif; text-transform: capitalize; color: #006699; margin: 5px 0; }
.category-static-desc { clear: both; padding: 15px 25px 20px 10px; width: 480px; color: #404041; font: 12px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; float: left; }
.category-static-related, .category-static-under { float: left; padding: 10px 0 20px; width: 450px; }
.category-static-related p { font: 28px "Times New Roman", "times", serif; border-bottom: 2px solid #EFF3F5; color: #231f20; margin-bottom: 10px; padding-bottom: 5px; }
.category-static-related ul { float: left; margin-right: 20px; }
.category-static-related ul li { padding-bottom: 5px; }
.category-static-related ul li a { text-decoration: none; font: 12px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
.category-static-under img { vertical-align: middle; border: 1px solid #d6d6d6; margin-right: 30px; }
.category-static-under p { margin-bottom: 20px; }
.hiphop-cel { position: absolute; top: 100px; left: 610px; text-align: left; font: 18px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; text-transform: capitalize; font-variant: small-caps; color: #15256c; }
.hiphop-cel a { color: #15256c; }
/****************************************************/
/****************[ Mage_CSS_B Clears ]***************/
/****************************************************/
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
#nav:after,
.middle:after,
.product-essential:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.group-select li:after,
.search-autocomplete li:after,
.side-col li:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after { content:"."; display:block; clear:both; height:0; font-size:0; line-height:0; visibility:hidden; overflow:hidden;	}
/* ***************************************************** */
.catalog-product-view #top-social-buttons .twitter-share-button { /*left: -25px;*/ }
.catalog-product-view #top-social-buttons > div > iframe { /*left: -41px !important;*/ }
.catalog-product-view #top-social-buttons > a { /*left: -59px*/ }

table.pager.block-layered-nav { text-align: center; width: auto; margin: 15px auto; }
/*.catalog-category-view .block-layered-nav .head > h3 { display: none; width: 288px; text-align: center; text-transform: uppercase; color: white; height: 24px; line-height: 24px; font-size: 17px; font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }*/

/*#productInfoContainer #___plusone_0 { width: 60px !important; }*/
#top-social-buttons { padding: 3px 0 0 10px; display: inline-block; position: relative; }
#top-social-buttons .twitter-share-button { /*height: 20px; position: relative; left: -25px; z-index: 1;*/ }
#top-social-buttons > a { /*position: relative; left: -30px;*/ }
#top-social-buttons > div > iframe { /*width: 35px !important; position: relative !important; left: -28px !important;*/ }
.footer-sitemap { color: #069; font-size: 10px; margin: 5px 0 0 15px; }
#modalwindow .success-msg { width: 480px; }
#prod_social_buttons #___plusone_0 { width: 36px !important; position: relative; left: -26px; }
#prod_social_buttons .twitter-share-button { z-index: 9999; position: relative; left: -26px; }
#prod_social_buttons > a { position: relative; left: -28px; }
#counter-overlay { display: none; position: absolute; top: 0; left: 46px; z-index: 9000; background-color: #cfd8eb; width: 30px; height: 24px; }
#top-social-buttons #counter-overlay { right: auto; left: 20%; }
#prod_social_buttons #counter-overlay { display: block; background-color: #fff; left: 54px; top: 2px; }
.tweet_block .fb_edge_widget_with_comment > span, .tweet_block .fb_edge_widget_with_comment > span > iframe { z-index: 10; }
#prod_social_buttons .fb_edge_widget_with_comment>span,#prod_social_buttons .fb_edge_widget_with_comment>span>iframe {  z-index: 9999; }
.category-mens-custom-diamond-jewelry .content-block { min-height:160px; }
.custom-static { margin-left: -10px; position: relative; width: 1000px; }
.custom-static-head h1 { margin: 20px 0 0 15px;	font: 35px "Times New Roman", "times", serif;	color: #15256c; }
.custom-static-head p {	margin: 15px 0 0 15px;	width: 480px; }
.custom-static-head .custom-viewall { margin: 15px; display: block; height: 25px; width: 260px; background: url(../images/viewall260.png) no-repeat 0 0; color: #fff; font: bold 13px/19px  "Lucida sans", "Lucida Grande", sans-serif; text-decoration: none; text-align:left; padding: 5px 8px 0 15px; }
.custom-static-head img { position: absolute;}
.custom-static-head #custom-img-1 {  top: -53px; left: 550px; }
.custom-static-head #custom-img-2 { top: -53px; left: 650px; }
.custom-static-head #custom-img-3 { top: -53px;	left: 780px; }
.custom-static-head #custom-img-4 { display:none; }
.form-list p, .webforms-fields-contact-by label, .webforms-fields-phone label, .webforms-fields-email label, .webforms-fields-price-range label { color: #7A0300; font: 15px "Times New Roman", "times", serif; }
.design-desc { width: 275px; }
.design-desc + td label, .webforms-fields-customers-vision label { display: none; }
.design-desc + td .input-text { border: 0; }
.webforms-fields-contact-by { margin-top: 10px; }
.webforms-fields-phone { float:left; }
.webforms-fields-phone .input-box input.input-text, .webforms-fields-email .input-box input.input-text { width: 120px; }
.webforms-fields-price-range {margin-top: 16px; }
.buttons-set .form-buttonz span { font-size: 18px; font-family: "Times New Roman", "times", serif; }
.buttons-set { position:absolute; bottom:-40px; right: 0px; }
.famous-projects { float: left; padding-left: 40px; }
.famous-projects h4 { font: 20px "Times New Roman", "times", serif; color: #15256C; }
.famous-projects p { margin-top:10px; font: 14px "Times New Roman", "times", serif; color: #15256C; }
.begin-production { clear:both; border: 3px double #B6D1E1; padding: 10px; margin-bottom: 20px; }
.begin-production h3 { font: 24px "Times New Roman", "times", serif; color: #15256C; }
.begin-production ul li { text-align:center; float:left; }
.begin-production ul li p { color: #7A0300; font: 12px "Times New Roman", "times", serif; }
.valigned { margin-top: 60px; }
.shadowed { opacity: 0.7; }
#webform_4_submit_button { padding: 6px 20px; }
.shadowed:hover { opacity: 1; }
#left_callout_1 { position: absolute; top: 0; left:10px; }
#left_callout_2 { margin-left: 88px; }
#left_callout_p { color:#666666; position: absolute; bottom:5px; left:5px; }
.category-custom-jewelry .custom-static { min-height:160px; }
/* Custom diamond jewelry */
.custom-form { float: left; width: 430px; margin-right: 20px; }
.custom-form .group-select { margin: 10px 0; border: 0; padding: 0; background: #fff; position: relative; }
.custom-form .group-select.fieldset-1 li { background-color: #f1f2f2 }
.custom-form h3 { color: #000; font: bold 14px "Lucida sans", "Lucida Grande", sans-serif; margin: 20px 6px 6px; }
.custom-form .group-select li { background: #fff; padding: 0; margin: 0; }
.custom-form .group-select li .input-box { width: 100%; float: none;  }
.custom-form .group-select li .input-box .control { position: relative; border-bottom: 2px solid #f1f2f2; }
.custom-form .group-select li .input-box .control img { float: left; border-right: 1px solid #f1f2f2; margin-right: 10px; width: 145px; }
.custom-form .group-select li .input-box .control input { margin-top: 9px; }
.custom-form .group-select li .input-box .control label { color: #1c75bc; font: bold 14px "Lucida sans", "Lucida Grande", sans-serif; padding-top: 8px; float: left; }
.custom-form .group-select li .input-box .control label span { color: #bcbec0; font: normal 10px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; position: absolute; bottom: 8px; }
.custom-form .form-list { background-color: #f1f2f2; padding: 15px; }
.custom-form .group-select li .input-box .input-text { width: 210px; }
.custom-form .group-select li .input-box textarea.input-text { width: 394px; height: 80px; color: #bcbec0; }
.custom-form .group-select.highlight li .input-box textarea.input-text { color: #000; background-color: #fff }
.custom-form .group-select li .design-desc p, .custom-form .group-select.fieldset-1 li label { color: #000; font: 12px/2 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; margin-bottom: 3px; }
.custom-form .group-select.fieldset-1 li .input-box .control label { color: #000; font: 12px/1.2 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; padding-top: 0; }
.custom-form .group-select.fieldset-1 li .input-box .control input { margin-top: 0; }
.custom-form .group-select.fieldset-1 li .webforms-fields-price-range .control { width: 46%; float: left; }
.custom-form .group-select.fieldset-1 li .webforms-fields-phone, .custom-form .group-select.fieldset-1 li .webforms-fields-email { width: 50%; float: left; padding-bottom: 20px }
.custom-form .group-select.fieldset-1 li .webforms-fields-phone input, .custom-form .group-select.fieldset-1 li .webforms-fields-email input { width: 190px; }
.custom-form .group-select.fieldset-1 li .webforms-fields-contact-by { position: relative; }
.custom-form .group-select.fieldset-1 li .webforms-fields-contact-by ul { position: absolute; top: 76px; width: 100%; }
.custom-form .group-select.fieldset-1 li .webforms-fields-contact-by ul li { width: 50%; float: left; }
.custom-form .group-select.fieldset-1 li .webforms-fields-contact-by ul li.control label { color: #bcbec0; }
.slider-block { float: left; width: 530px; }
.slider-block h3 { color: #000; font: bold 14px "Lucida sans", "Lucida Grande", sans-serif; margin: 20px 6px 6px; }
.slider-block .slider-block-inner { background-color: #f1f2f2; padding: 15px; position: relative; }
.slider-block .slider-block-inner a.inner-link { position: absolute; bottom: 1px; right: 15px; color: #6f8ac3; font-weight: bold; font-size: 14px; }
.slider-block .slider-block-bottom { height: 220px; background: #fff url(../images/custom-gallery.png) 100% 0 no-repeat; color: #00194f; padding:40px 20px; }
.slider-block .slider-block-bottom .cj-1 { font: 22px/1.2 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; text-transform: uppercase; }
.slider-block .slider-block-bottom .cj-2 { font: 58px/1 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; text-transform: uppercase; }
.slider-block .slider-block-bottom .cj-3 { font: 14px/1.4 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; margin: 10px 0; }
.slider-block .slider-block-bottom .cj-4 { font: 14px/1.4 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
.slider-block .slider-block-bottom .cj-4 a { color: #6f8ac3; text-decoration: underline; }
.production { clear: both; padding-top: 40px; }
.production h3 { color: #000; font: bold 14px "Lucida sans", "Lucida Grande", sans-serif; margin: 20px 6px 6px; }
.production .production-inner { background-color: #f1f2f2; padding: 15px; width: 950px; float: left; }
.production .production-inner li { background-color: #fff; float: left; width: 25%; height: 290px; text-align: center; }
.production .production-inner li.item-1 { background: #fff url(../images/custom-step-1.png) 50% 30% no-repeat;  }
.production .production-inner li.item-2 { background: #fff url(../images/custom-step-2.png) 50% 30% no-repeat;  }
.production .production-inner li.item-3 { background: #fff url(../images/custom-step-3.png) 50% 30% no-repeat;  }
.production .production-inner li.item-4 { background: #fff url(../images/custom-step-4.png) 50% 30% no-repeat;  }
.production .production-inner p { position: relative; top: 230px; color: #a7a9ac; font: 12px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
.in-store-view { padding: 0; float: left; width:100%;    margin: 50px auto 0;}
.in-store-view h4 { font-size: 32px; font-family: "Times New Roman", "times", serif; font-weight: normal; color: #15256c; margin: 0; text-align: center; }
.in-store-view .row { background-color: #f1f2f2; padding: 15px 15px 0 15px; float: left; width: 97%; }
.in-store-view .row.last { padding-bottom: 15px; }
.in-store-view .row .box { background-color: #fff; padding: 15px; /* min-height: 280px; */ }
.in-store-view .row .box.item-5 { background: #fff url(../images/star-ratings.png) 50% 100% no-repeat; }
.in-store-view .row .box.item-5 p { font: 28px/1.4 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color: #15256c; font-variant: small-caps; text-align: center; margin-bottom: 30px; }
.in-store-view .col-2 .box { width: 420px; float: left; }
.in-store-view .col-2 .box:first-child { margin-right: 20px; }
.in-store-view p { color: #000; font: 13px/2 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; margin: 0; }
.in-store-view .item-4 > a { float: right; color: #fff; background-color: #1c75bc; font-weight: normal; padding: 6px 10px; font-size: 14px;}
.in-store-view .item-4 > a:hover { background-color: #0b5d9e; }
.in-store-view .item-4 h4 { color: #e7711b; text-align: left; }
.in-store-view .item-4 h5 { color: #333333; font: 28px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; margin: 0; }
.in-store-view .item-4 h6 { color: #999999; font: 13px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
.in-store-view .item-4 hr { height: 1px; visibility: visible; border: 0; background-color: #eeeeee; margin-right: 25px; }
.in-store-view .item-4 .reviews { overflow: auto; max-height: 164px; padding: 0 4px; }
.in-store-view .item-4 .reviews .rev-box { margin: 16px 0; }
.in-store-view .item-4 .reviews .rev-box .rev-image { float: left; width: 32px; }
.in-store-view .item-4 .reviews .rev-box .rev-block { margin-left: 32px; }
.catalog-seo-sitemap-category .category-head, .catalog-seo-sitemap-product .category-head { display:none; }
.catalog-seo-sitemap-category .a-right, .catalog-seo-sitemap-product .a-right { text-align:left; margin-top: 25px; }
ul.sitemap { float:left; width: 240px; margin-right: 5px; }
ul.bare-list { float:left; width: 470px; margin-right: 5px; }
.cms-visit-our-store .tweet_block { display:none; }
.gomage-checkout-onepage-index .breadcrumbs, .checkout-onepage-success .breadcrumbs { display: block; visibility: hidden; margin: 0; }
.checkout-cart-index .breadcrumbs { display:none; }
.cms-visit-our-store .mini-search { top: 133px; }
.cms-visit-our-store .in-store-view { padding: 0; margin-bottom:10px; }
.cms-visit-our-store .in-store-view iframe { margin-right: 60px; }
.team-avianne { width: 510px; float:left; text-align:center; margin-right: 20px; }
.team-avianne h3 { font-weight:normal; margin-top: 5px; color: #15256c; font-size:30px; font-family: "Times New Roman", "times", serif; font-variant: small-caps; }
.team-avianne p { color: #15256c; font-size:18px; font-family: "Times New Roman", "times", serif; font-variant: small-caps; margin:0; }
#map_canvas { margin-top: 20px; }

h3.top-heading {
    /*font: 26px "Times New Roman", "times", serif;
    color: #15256c;
    text-transform: capitalize;
    font-variant: small-caps;*/
    font-size: 24px;
    letter-spacing: 0.3px;
    text-align: center;
    font-family: "Circular Std";
    font-weight: normal;
}

body.checkout-onepage-success .page-head {
    margin: 0;
    border: 0;
}

.success-order-box {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
.success-order-box p {
    color: #999999;
    color: var(--warm-grey);
    font-size: 14px;
    text-align: center;
}
.success-box-set {
    float: left;
    width: 45%;
    border: 0;
    margin: 0;
    /*min-height: 120px;*/
    background: #ffffff;
    font-size: 14px;
    line-height: 1.57em;
    color: #1a1a1a;
}
.success-box-set.success-box-left {
    margin-right: 10%;
}
.success-box-set h4 {
    padding: 0;
    background: #ffffff;
    color: #1a1a1a;
    font-family: "Circular Std Bold";
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.success-box-set fieldset {
    /*padding: 0 10px;*/
}
.success-box-set fieldset address {
    margin: 0;
}
.success-order-box table {
    border-collapse: collapse;
    width: 635px;
    border: 1px solid #BEBCB7;
}
.success-order-box table thead {
    background: #d9e5ee;
}
.success-order-box table tfoot { background: #dee5e8; }
.success-order-box table tfoot td { font: bold 12px/1.5 "Lucida sans", "Lucida Grande", sans-serif; }
.success-order-box table th, .success-order-box table td, .success-order-box table tfoot td  { padding:5px 10px; }
 .success-order-box table td { padding-bottom: 0; }
.td-center { text-align: center; }
.td-right { text-align: right; }
.rate-experience { float: right; width: 300px; height: 290px; position: absolute; top: 135px; right: 7px; }
.rate-experience h4 { font-weight: normal; }
.contents { font: 20px "Times New Roman", "times", serif; color: #15256C; padding: 0 0 0 20px; }
@media only screen and (max-device-width: 480px) {
	.middle-container { padding: 0; }
}

@media (max-width: 425px) {
    .success-box-set, .success-box-set.success-box-left {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .content-block { margin-top: 20px !important; }
    #shopping-cart-table td.td-image img {
        width: 90px;
        height: 90px;
    }
    #shopping-cart-table td.attributes-col {
        padding-left: 1em;
    }
    body.checkout-onepage-success #shopping-cart-table td.attributes-col .attr-col {
        line-height: 1.1em;
    }
    body.checkout-onepage-success .summary {
        width: 100%;
        float: none;
    }
    body.checkout-onepage-success .button-set button.button {
        width: 100%;
    }
}

/* Checkout Concept */
.checkout-onepage-index .side-col, .paypal-express-review .side-col { width: auto; margin-top:50px; }
.ixcba-inline-index .homepage-logos,
.ixcba-inline-index .homepage-footer,
.checkout-onepage-index .homepage-logos,
.checkout-onepage-index .homepage-footer { display: none; }
.ixcba-inline-index .informational,
.checkout-onepage-index .informational { margin-top: 20px; }
.paypal-express-review .side-col .mini-compare-products { display: none; }

.block-progress {
/*    width: 248px;
    margin: 0 0 0 10px;
    border: 1px solid #BEBCB7;
    background: transparent;
    text-align: right;*/
}
.block-progress .head {
/*    text-align: left;
    font-family: TimesCaps, "Times New Roman", "times", serif;
    font-size: 16px;
    line-height: 22px;
    color: black;
    border-bottom: 1px solid #BEBCB7;
    background: url(../images/grnd-total.jpg) 0 0 repeat-x;
    height: 24px;
    padding: 5px 7px 0;
    margin:0;*/
}
.block-progress .block-content {
 /*   font: 12px/1.55 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif;
    padding: 10px 15px;*/
}
.block-progress .block-content table {
    /*width: 100%;*/
}
.block-progress .block-content table .spacer {
    /*width: 100px;*/
}
.block-progress .block-content a.disabled {
    color: #999999;
    color: var(--warm-grey);
    cursor: default;
}
.block-progress .block-content a.disabled:hover {
    text-decoration: none;
}

#checkout-progress-wrapper .discount-codes div, .paypal-express-review .discount-codes div { display: block; margin:0; }
#checkout-progress-wrapper .discount-codes div.input-box,
.paypal-express-review .discount-codes div.input-box {
    float: left;
    width: 59%;
}
#checkout-progress-wrapper .discount-codes div input, .paypal-express-review .discount-codes div input { width: 100px; }
.checkout-onepage-index .breadcrumbs, .paypal-express-review .breadcrumbs { display: none; }

.opc {
    /*padding: 20px; background-color: #f8f8f8; border: 1px solid #BEBCB7; font: 12px/1.55 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; text-align: left;*/
    font-size: 14px;
}
.opc .section .step-title {
    /*display: none;*/
}
.opc > li { display:none; }
.opc > li.active { display:block; }
.opc .number { display:none; }
.opc h2 {
    /*border-bottom: 1px solid #15256c; color: #15256c; font-family: TimesCaps, "Times New Roman", "times", serif; font-size: 20px; font-weight: normal;*/
    text-transform: uppercase;
    margin-top: 0.3em;
}
.opc .step-title a { display: none; }
.opc #billing-login-link {
    font-weight: normal;
    font-size: 14px;
    padding: 1em 0 1.5em;
}
.opc .input-text {
    width: 100%;
  
}
.opc .field.small-field .input-text {
    width: 100%;
    margin-right: 0;
}
.opc .field.field-postcode .input-text {
    width: 100%!important;
    margin-right: 0;
}
.opc #login-form button span {
    /*font: bold 12px/19px  "Lucida sans", "Lucida Grande", sans-serif;*/
    color: white;
    text-decoration: none;
}
.opc .required {
    /*color: #666;*/
}
.opc .required em { color: #EB340A; }
.opc label {
    color: #999999;
    float: left;
    width: auto;
    padding-right: 0;
    position: relative;
    padding-bottom: 0;
    z-index: 0;
    font-weight: normal;
    font-size: 14px;
}
.opc label.required {
    /*font-weight: bold;*/
}
.opc .form-list input.input-text {
    width: 88%;
}

body.checkout-onepage-index #authorizenet_cc_type {
    width: 250px;
}
body.checkout-onepage-index #authorizenet_cc_number {
    width: 243px;
}
body.checkout-onepage-index .cvv-what-is-this {
    line-height: 38px;
}


.opc .form-list .fields input.input-text { width: 80%; }
.opc input.input-text,
.opc select,
.opc textarea,
#login-form .form-list li .input-box .input-text {
    background: #fff;
    border: 1px solid #cccccc;
    font-size: 13px;
    height: 29px;
}
.opc input,
.opc select,
.opc textarea,
.opc button,
#login-form input,
#login-form select,
#login-form textarea, 
#login-form button {
    /*color: #2F2F2F;*/
    /*font: 12px/15px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif;*/
    vertical-align: middle;
}
.opc .field { padding-bottom: 10px; width: 100%; clear: both; }
.opc .fields .field {
    width:100%;float:left;	
    clear: none;   
}
.opc .input-box,
.opc .gift-messages-form .item .details .form-list li.wide .input-box { width: 100%; clear: both; }
.opc .fields {
    width: 100%;
}
.opc .input-box select {
    width: 100%;
    height: 35px;
}
.opc .field-postcode {
    float: left;
    width: 100%;
}

.opc .field.field-postcode .input-text {
    width: 100%;
}
.opc .field-region {
    float: left;
    width: 100%;
    clear:none;
}
.opc .field-region select {
    width:100%;
/*     width: 207px; */
}
.opc .field-region .input-text { width: 75%; }

.opc .buttons-set {
    position: static;
    border-top: 1px solid #888fb1;
    margin-top: 40px;
    text-align: right;
}
.opc .buttons-set .required {
    color: #EB340A;
    margin-top: 10px;
    font-weight: bold;
}
.opc .buttons-set button, 
.opc button.button {
/*    margin-top: 3px;
    background: #2e3191 url(../images/bkg_btn2.gif) repeat-x;
    cursor: pointer;
    border: 0;
    width: 76px;
    height: 20px;
    color: #fff;
    margin-right: 7px;
    font: bold 12px/19px "Lucida sans", "Lucida Grande", sans-serif;*/
}
.opc button.abs-button {
    position: absolute;
    bottom: 10px;
    right: 220px;
}
.opc p.back-link {
    margin-top: 3px;
    float: left;
    background: #2e3191 url(../images/bkg_btn2.gif) repeat-x;
    cursor: pointer;
    border: 0;
    height: 20px;
    color: #fff;
    margin-right: 7px;
    font-size: 12px;
}
p.back-link a {
    /*padding: 0 18px;*/
    /*font: bold 12px/19px "Lucida sans", "Lucida Grande", sans-serif;*/
    color: white;
    text-decoration: none;
    display: block;
}

.opc #billing-buttons-container.buttons-set,
.opc #shipping-buttons-container.buttons-set,
.opc #shipping-method-buttons-container.buttons-set,
.opc #payment-buttons-container.buttons-set,
.opc .buttons-set {
    position: static;
    border-top: 0;
    margin-top: 2em;
    text-align: left;
}
.opc #billing-buttons-container.buttons-set .required,
.opc #shipping-buttons-container.buttons-set .required,
.opc #shipping-method-buttons-container.buttons-set .required,
.opc #payment-buttons-container.buttons-set .required,
.opc .buttons-set .required {
    display: none;
}
.opc #billing-buttons-container.buttons-set .back-link,
.opc #shipping-buttons-container.buttons-set .back-link,
.opc #shipping-method-buttons-container.buttons-set .back-link,
.opc #payment-buttons-container.buttons-set .back-link,
.opc .buttons-set .back-link {
    display: block;
    width: 30%;
    max-width: 345px;
    height: 50px;
    line-height: 50px;
    background: none;
    background-color: #cccccc;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: "Circular Std Bold";
    font-size: 18px;
    float: right;
}
#checkout-step-payment > .back-link {
    display: none;
}
.opc #billing-buttons-container.buttons-set button.button,
.opc #shipping-buttons-container.buttons-set button.button,
.opc #shipping-method-buttons-container.buttons-set button.button,
.opc #payment-buttons-container.buttons-set button.button,
.opc .buttons-set button.button {
    width: 50%;
    max-width: 345px;
    height: 50px;
    background: none;
    background-color: #4572cc;
    background-color: var(--windows-blue);
    text-transform: uppercase;
    margin: 0;
    font-family: "Circular Std Bold";
    font-size: 18px;
    float: left;
    border: 0;
    color: #ffffff;
    cursor: pointer;
}
.opc .buttons-set .please-wait {
    float: left;
}
.opc .buttons-set button.button.btn-checkout {
    width: 100%;
    border: 0;
    padding: 0 1em;
}


@media (max-width: 425px) {
    .opc #billing-buttons-container.buttons-set .back-link,
    .opc #shipping-buttons-container.buttons-set .back-link,
    .opc #shipping-method-buttons-container.buttons-set .back-link,
    .opc #payment-buttons-container.buttons-set .back-link,
    .opc .buttons-set .back-link {
     float: left;
    margin-top: 0;
    margin-right: 7px;
    }
    .opc #billing-buttons-container.buttons-set button.button,
    .opc #shipping-buttons-container.buttons-set button.button,
    .opc #shipping-method-buttons-container.buttons-set button.button,
    .opc #payment-buttons-container.buttons-set button.button,
    .opc .buttons-set button.button {
        float: none;
    }
    .opc .fields .field {
        width: 100%;
    }
	.opc .input-text{width: 100%!important;}
	body.checkout-onepage-index .middle .col-right .discount-codes .buttons-set button{width:34%!important;}
}

.opc .billing-info, 
.opc .shipping-info {
    width: 100%;
}
.opc .billing-info td,
.opc .shipping-info td {
    width: 100%;
}
.opc #shipping-method-buttons-container { padding-top:30px; }
.opc .notes { margin: 20px 0 10px 5px; color: #666; font-size:12px; }
.opc #onepage-checkout-shipping-method-additional-load { clear:both; padding-top: 10px; }
.opc .giftmessages label { float: none; }
.opc .giftmessages .gift-header { color: #15256c; }
.opc #co-shipping-method-form .sp-methods {
    /*font: 20px "Lucida sans", "Lucida Grande", sans-serif;*/
    /*font-weight: bold;*/
    margin: 30px 0 30px 0px;
}
.opc .sp-methods li {
    margin-bottom: 10px;
}
.opc #checkout-shipping-method-load li label {
    /*color: #15256c;*/
    float: none;
    /*font-weight: bold;*/
}
.opc .sp-methods li .price { color: #1e8f00; }
.opc #checkout-step-payment fieldset label span.required { color: #EB340A; }
.opc .cc-info {
    /*margin: 40px 180px;*/
}
.opc .input-box .v-fix .validation-advice { float:none; }
.block-progress .complete { font-weight:bold; }
.opc #checkout-step-payment { position:relative; }
.checkout-onepage-index .chekout-footer { width: auto; margin-top:30px; }
.opc .data-table { border: 1px solid #e1e1e1; border-collapse: collapse; color: #3e3e3e; width: 100%; padding: 0; margin: 0; border-spacing: 0; empty-cells: show; font-size: 100%; }
.opc .data-table thead tr.first th { border-bottom: 1px solid #E4E4E4; background: url("../images/gomage/lightcheckout/bkg_th2.gif") repeat-x 0 0 #f0f0f0; }
.opc .data-table thead tr.last th { background: #f3f3f3; }
.opc .data-table tr.last th, .opc .data-table tr.last td { border-bottom: 1px solid #e1e1e1 !important; }
.opc .data-table tbody th, .opc .data-table tbody td { border-bottom: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; }
.opc .data-table td { padding: 3px 8px; }
.opc .data-table thead th { color: #5f6162; font-weight: 700; white-space: nowrap; }
.opc .data-table h3 { margin: 0; font-size: 12px; /*font-family: "Times New Roman", "times", serif;*/ color: #000; }
.opc .data-table tfoot {background: url("../images/gomage/lightcheckout/bkg_tfoot_new.png") repeat-x 0 0 #f2f2f2; }
.opc .data-table tfoot tr, .opc .data-table tfoot tr.first td { background: none !important; }
.opc .data-table tfoot td {border-bottom: 0; border-right: 1px solid #e4e4e4;padding-bottom: 1px;padding-top: 1px;}
.opc tfoot .grand-total-green, .opc-block-progress tfoot .grand-total-green, #shopping-cart-totals-table .grand-total-green { color: #1e8f00; }
.opc-block-progress tfoot .grand-total-green { font-size: 1.3em; }
.opc-block-progress .block-content { font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; 	font-size: 12px; }
.opc .data-table tfoot strong { font-size: 17px; }

.opc button.btn-checkout {
/*    height: 41px !important;
    float: none !important;
    display: inline !important;*/
}

.opc button.btn-checkout {
/*    background: none;
    border: 0;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    display: inline;
    height: auto !important;
    padding: 0;
    float: none;
    width: auto;
    text-indent: 0px !important;
    text-shadow: none;*/
}

.opc button.btn-checkout span,
.simple_overlay.glc-nbutton button.button span {
    /*background-color: transparent;*/
}

.simple_overlay.glc-pskin-blue button.button span,
.simple_overlay.glc-bskin-square-blue button.button span {
    background-image: url("../images/gomage/lightcheckout/buttons/nbtn_blue.png") !important;
}
.opc button.btn-checkout span {
    /*background-image: url("../images/gomage/lightcheckout/buttons/nbtn_blue.png") !important;*/
}

.opc button.btn-checkout span {
/*    background: url("../images/gomage/lightcheckout/buttons/btn_orange.png") no-repeat 0 0;
    border: 0 !important;
    color: #FFF;
    float: left;
    font: 700 15px/40px "Lucida sans", "Lucida Grande", sans-serif;
    height: 40px;
    padding: 0 0 0 9px;
    text-indent: 0px;
    white-space: nowrap;
    margin: 0;
    height: 41px;
    padding: 0 0 0 24px;
    background-position: 0 -52px;*/
}

.opc button.btn-checkout span span {
/*    padding: 0 24px 0 0;
    background-position: 100% 0;
    font: 700 15px/41px "Lucida sans", "Lucida Grande", sans-serif;
    background-position: 100% -52px;*/
}
.opc #checkout-review-submit .buttons-set { border:0; }
.opc-block-progress .checkout-tax-remove { 	display:none; }
#checkout-agreements fieldset .input-box, #paypalReview fieldset .input-box { 	text-align: left; }
#checkout-agreements fieldset .input-box textarea, 
#paypalReview fieldset .input-box textarea {
    width: 100%;/*400px;*/
    height: 35px;
}
#checkout-review-submit table { width: 100%; }
.opc #checkout-review-submit #checkout-agreements .buttons-set { margin-top: 20px; }
.opc .alternate-payment-methods h3 { text-align: center; font-family: "Times New Roman", "times", serif; font-size: 18px; font-weight:normal; font-variant: small-caps; line-height: 22px; color: #15256c; border-bottom: 1px solid #888fb1; }
.opc .alternate-payment-methods table { width: 100%; }
.opc .alternate-payment-methods table td { width: 33%; text-align:center; }
.opc .alternate-payment-methods table td p { text-align:center; font-size:12px; font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
.opc .alternate-payment-methods .google-chckout { float:none; margin:0; }
.opc .alternate-payment-methods .paypal-logo { padding-right:0; left:0; }

.opc #checkout-step-payment .back-link {
    /*position: absolute;*/
    /*top: -70px;*/
    /*right: 0;*/
}

.opc .float-button { float: right; padding: 5px 30px 0 0; }

.csp-table { border-collapse: collapse; }
.customer-service-navy { border: 1px solid #b3b3b3; padding: 20px 10px 120px 10px; border-right: 0; font-size: 11px; }
.customer-service-acc dt, .customer-service-acc dd { display:none; }
.customer-service-acc dt.page-head { text-align: left; border:0; font: 20px TimesCaps, "Times New Roman", "times", serif; color: #15256C; padding: 15px 0 0 20px; margin:0; }
.customer-service-acc dd { border: 1px solid #b3b3b3; margin: 3px 20px 10px 0; padding: 10px; min-height:610px; font-size: 13px;}
.customer-service-acc dd ol { list-style-type: decimal; list-style-position:inside; }
.customer-service-acc dd ol li { margin-bottom:10px; }
.customer-service-acc dd ul { margin:10px 0; }
.customer-service-acc img { display: block; margin-left: auto; margin-right: auto; }
.easy-payments { text-align: center; margin-top: 25px; }
.easy-payments img { padding: 0 10px; }


#pop-up { width:230px; height:108px; border: 1px solid black; background-color:white; padding:10px; box-shadow: 5px 5px 10px #000; position:absolute; top: 190px; left:180px; z-index:999; }
#paypalReview .order-inform { border-collapse: collapse }
#paypalReview .order-inform .box { border-right: 1px solid #15256c; }
#paypalReview .order-inform .box .content { padding:12px 15px; width:183px; border:0 solid #d9dde3; color:#666; font-weight:bold; word-wrap:break-word; }
#paypalReview .order-inform .box .content p, #paypalReview .order-inform .box .content address { margin-bottom: 10px; }
#paypalReview .order-inform .update-info { padding: 5px 15px; }
#paypalReview #opc-review .data-table { margin: 0; }
#paypalReview .section .buttons-set { border:0; }
#paypalReview .section .buttons-set { margin-top:20px; }
#paypalReview .section button.btn-checkout { margin-top:20px; }
.empty-cart p { color: #666; font: 10px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; margin:20px 0; }
.empty-cart .csp { float: right; width: 235px; margin-right: 60px; position: relative; top: -25px; }
.empty-cart .csp .customer-service-navy { margin-bottom: 15px; border: 0; padding-bottom: 20px; text-align: left; padding-top: 0; padding-bottom: 0; }
.empty-cart .csp h4 { font-weight: normal; color: #15256c; font-size: 16px; font-family: TimesCaps, "Times New Roman", "times", serif; }
.empty-cart .follow-cats { width:700px; }
.empty-cart .follow-cats .follow-cats-item { float:left; text-align:center; margin: 0 10px 5px 0; }
.empty-cart .follow-cats .follow-cats-item img { width: 120px; height: 110px; border: 1px solid #ececec; }
.empty-cart .follow-cats .follow-cats-item p { margin: 5px 0; }
.empty-cart-container { background-color: #f1f2f2; float: left; }
.empty-cart-container h6 { padding: 15px 15px 0; margin: 0; font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; font-weight: normal; text-transform: none; font-size: 12px; }
.empty-cart-container h6 span { background-color: #fff; padding: 5px 15px; color: #15256c; }
.empty-cart-container .recently-viewed { background-color: #fff; margin: 0 15px 15px; float: left; }
.empty-cart-container .recently-viewed .box { text-align: center; width: 24%; float: left; margin-right: 1%; }
.empty-cart-container .recently-viewed .box img { margin: 15px 15px 0; }
.empty-cart-container .recently-viewed .box a { font: 10px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color: #6f8ac3; }
.empty-cart-container .recently-viewed .box .price-box { padding: 0; }
.empty-cart-container .recently-viewed .box .price-box .price{ color: #6f8ac3; }
.empty-cart-container .recently-viewed .box .price-box .old-price { display: none; }
.empty-cart-container .recently-viewed .box .price-box .special-price { padding: 0; font: bold 10px "Lucida sans", "Lucida Grande", sans-serif; color: #6f8ac3;}
.empty-cart-container .recently-viewed .box .price-box .special-price .price-label { font: bold 10px "Lucida sans", "Lucida Grande", sans-serif; color: #6f8ac3; }
.empty-cart-container .link-box-container { clear: both; float: left; padding: 0 15px 15px; width: 100%; box-sizing: border-box; }
.empty-cart-container .link-box.box-1 { margin-right: 2%; background: #fff url(../images/empty-celebrity.jpg) 100% 0 no-repeat; }
.empty-cart-container .link-box.box-2 { background: #fff url(../images/empty-custom.jpg) 100% 0 no-repeat; }
.empty-cart-container .link-box { width: 49%; background-color: #fff; float: left; height: 220px; cursor: pointer; }
.empty-cart-container .link-box .line-1 { color: #00194f; margin: 30px 0 0 20px; text-transform: uppercase; font-size: 16px; }
.empty-cart-container .link-box .line-2 { color: #00194f; margin-left: 20px; text-transform: uppercase; font-size: 48px; line-height: 1.2; }
.empty-cart-container .link-box .line-3 {color: #be1e2d; margin: 10px 0 0 20px; font-size: 12px; line-height: 1.2; }
.col-left .mini-cart, .col-left .block-cart { display: none; }
.account { font-size: 11px; }
#toTop { padding: 10px 6px 5px 29px; background: #fff url(../images/back-to-top.png) no-repeat 5px 5px; border: 1px solid #fff; position: fixed; bottom: 10px; right: 10px;
	cursor: pointer; display: none; color: #006699; font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; font-size: 12px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
#mask { position:fixed; left:0; top:0; z-index:9000; background-color:#000; display:none; }
#modalwindow .window { position:absolute; left:0; top:0; display:none; z-index:9999; }
#modalwindow .dialog_content { padding:20px; }
#modalwindow #dialog { background-color: #FFF; min-width:500px; }

.docklink {
    display: block;
    height: 15px;
    padding: 16px 43px 84px 0;
    background: url('../quickcontact/images/btn_feedback.png') no-repeat;
    /*outline:1px solid red;*/
    display: none;
}

.bo_docklink a:hover{ background:url('../quickcontact/images/btn_feedback_hover.png') no-repeat; padding-right: 50px; }
.social-inner-block { padding-top: 15px; /*display: none;*/ }
.share-top { background-color: #6f8ac3; color: #fff; font-family: TimesCaps, "Times New Roman", "times", serif; font-size: 22px; font-variant: small-caps;
	line-height: 27px; margin: 0 0 8px; padding: 10px 0 10px; text-align: center; position: relative; vertical-align: top; /*font-weight: bold;*/ }
.customer-service-page { position: relative; }
.customer-service-page > img { position: absolute; right: -260px; top: -30px; }
.customer-service-page-callus { text-align: center; color: #15256c; font-size: 11px; }
.customer-service-home { float: left; width: 170px; margin: 0 10px 10px 0; text-align: center; }
.customer-service-home.last-row { margin-right: 0; }
.customer-service-home div { height: 170px; outline: 1px solid #dbe2f0; background-position: 50% 50%; background-repeat: no-repeat; color: #00194f; font: 16px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; text-transform: uppercase; position: relative; cursor: pointer; }
.customer-service-home.item1 div { background-image: url(../images/customer-service-return.png); }
.customer-service-home.item2 div { background-image: url(../images/customer-service-fedex.png); }
.customer-service-home.item3 div { background-image: url(../images/customer-service-apo.png);}
.customer-service-home.item4 div { background-image: url(../images/customer-service-appraisal.png);}
.customer-service-home.item5 div { background-image: url(../images/customer-service-payment.png); }
.customer-service-home.item6 div { background-image: url(../images/customer-service-international.png); }
.customer-service-home.item7 div { background-image: url(../images/customer-service-secure.png); }
.customer-service-home.item8 div { background-image: url(../images/customer-service-layaway.png); }
.customer-service-home.item9 div { background-image: url(../images/customer-service-financing.png); }
.customer-service-home.item10 div { background-image: url(../images/customer-service-warranty.png); }
.customer-service-home.item11 div { background-image: url(../images/customer-service-gift.png); }
.customer-service-home.item12 div { background-image: url(../images/customer-service-privacy.png); }
.customer-service-home div p { position: relative; top: 125px; }
.customer-service-home > p { color: #be1e2d; font: 10px/1.5 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; margin: 5px 0; }
.shipping-line { cursor: pointer; font: bold 12px/2 "Lucida sans", "Lucida Grande", sans-serif; color: #850400; position: absolute; top: -33px; right: 0; padding: 8px 0 0 50px; background: #fff url(../images/shipping-line-small.jpg) 0 0 no-repeat; }
.prod-shipping-line { position: relative !important; top: 0; }
.prod-shipping-line img { position: absolute; bottom: 0; }
.prod-shipping-line span { left: 75px; }
.shipping-line span { display: none; position: absolute; top: 100%; width: 215px; background-color: #fff; border: 1px solid #6e89c8; padding: 5px; font-size: 11px; line-height: 1.6; font-weight: normal; z-index: 2; }
.shipping-line span:before { position: absolute; top: -7px; right: 46px; display: inline-block; border-right: 7px solid transparent; border-bottom: 7px solid #6e89c8; border-left: 7px solid transparent; border-bottom-color: #6e89c8; content: ''; }
.shipping-line span:after {	position: absolute; top: -6px; right: 47px; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; border-left: 6px solid transparent; content: ''; }
.shipping-line-wrapper { width: 100%; text-align: center; position: absolute; top: -6px; }
.shipping-line-wrapper .shipping-line { background: none; position: static; display: inline-block; padding: 0; }
.shipping-line-wrapper .shipping-line img { vertical-align: middle; }
.shipping-line-wrapper .shipping-line span { z-index: 9999; left: 386px; text-align: left; }
.category-view .heading { background-position: 100% 50%; background-repeat: no-repeat; padding: 30px 20px; border: 1px solid #cfd8eb; }
.item-35 .heading { background-image: url(../images/root/mens-root.jpg); }
.item-43 .heading {	background-image: url(../images/root/womens-root.jpg); }
.item-54 .heading {	background-image: url(../images/root/bridal-root.jpg); }
.item-233 .heading { background-image: url(../images/mens-rings.png); }
.item-261 .heading { background-image: url(../images/mens-earrings.png); }
.item-263 .heading { background-image: url(../images/mens-stainless-steel.png); }
.item-258 .heading { background-image: url(../images/mens-bracelets.png); }
.item-254 .heading { background-image: url(../images/mens-pendants.png); }
.item-257 .heading { background-image: url(../images/mens-chains.png); }
.item-134 .heading { background-image: url(../images/mens-hiphop.png); }
.item-123 .heading { background-image: url(../images/mens-solid-gold.png); }
.item-283 .heading { background-image: url(../images/womens-rings.png); }
.item-51 .heading { background-image: url(../images/womens-necklaces.png); }
.item-291 .heading { background-image: url(../images/womens-earrings.png); }
.item-124 .heading { background-image: url(../images/womens-solid-gold.png); }
.item-317 .heading { background-image: url(../images/womens-pearl.png); }
.item-117 .heading { background-image: url(../images/womens-high-end.png); }
.item-418 .heading { background-image: url(../images/womens-silver.png); }
.item-309 .heading { background-image: url(../images/womens-bracelets.png); }
.item-287 .heading { background-image: url(../images/womens-diamond-pendants.png); }
.item-271 .heading { background-image: url(../images/womens-gemstone.png); }
.item-77 .heading { background-image: url(../images/watches.png); }
.item-328 .heading { background-image: url(../images/wedding.png); }
.item-333 .heading { background-image: url(../images/anniversary.png); }
.item-64 .heading { background-image: url(../images/engagement.png); }
.category-view .heading h1 {
    /*font: italic normal 38px TimesCaps, "Times New Roman", "times", serif;*/
    /*color: #15256c;*/
    font-size: 36px;
    line-height: 1.08em;
    color: #ffffff;
    display: table-cell;
    vertical-align: top;
    margin: 0;
}
.category-view .heading > div,
.category-view .heading .category-static-related {
    width: 40%;
    text-align: center;
    color: #ffffff;
    font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 1.44;
    display: table-cell;
    vertical-align: top;
}
.category-view .category-static-related,
.category-view .category-static-related ul { float: left; }
.category-view .view-all {
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.category-view .view-all {
    display: none;
}
.category-view .heading .category-static-related {
    display: none;
}

.category-view .category-static-related { float: none; text-align: left !important; font-size: 13px; line-height: 1.2; }
.category-view .category-static-related p { font: 12px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; border: 0; /*color: #00194f;*/ padding: 0; margin-bottom: 12px; }
.category-view .category-static-related ul { margin: 0; width: 100%; }
.category-view .category-static-related ul li { padding: 0; width: 47%; float: left; margin-right: 3%; }
.category-view .category-static-related ul li a { font: 12px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color: #000; }
.category-view .footing .category-static-related ul li a { font-size: 11px; color: #000; }
.category-view .share-top { margin: 0; }
.catalog-product-view .share-top { margin: 15px 0 0; }

.sub-categories {
    /*float: left;*/
    /*background-color: #f1f2f2;*/
    /*padding: 13px 0 16px;*/
}
.sub-categories .box {
    background-position: 0% 0%; /*50% 0%;*/
    background-size: contain; /*171%;*/
    background-color: #dadee7;
    background-repeat: no-repeat;
    width: 20%;
    min-width: 255px;
    height: 236px;
    margin: 2em 2% 0px;
    display: inline-block;
}

.sub-categories .box:nth-child(4n) {
    /*margin-right: 0;*/
}

.sub-categories .box a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /*color: #00194f;*/
    /*font: 24px TimesCaps, "Times New Roman", "times", serif;*/
    text-align: center;
}
.sub-categories .box a span {position: absolute; bottom: 5px; left: 0; width: 100%; }
.category-view .sub-categories .category-static-related ul { width: auto; }
.item-35 .sub-categories .item-1 {	background-image: url(../images/root/mens-root-1.jpg);}
.item-35 .sub-categories .item-2 {	background-image: url(../images/root/mens-root-2.jpg);}
.item-35 .sub-categories .item-3 {	background-image: url(../images/root/mens-root-3.jpg);}
.item-35 .sub-categories .item-4 {	background-image: url(../images/root/mens-root-4.jpg);}
.item-35 .sub-categories .item-5 {	background-image: url(../images/root/mens-root-5.jpg);}
.item-35 .sub-categories .item-6 {	background-image: url(../images/root/mens-root-6.jpg);}
.item-35 .sub-categories .item-7 {	background-image: url(../images/root/mens-root-7.jpg);}
.item-35 .sub-categories .item-8 {	background-image: url(../images/root/mens-root-8.jpg);}
.item-43 .sub-categories .item-1 {	background-image: url(../images/root/womens-root-1.jpg);}
.item-43 .sub-categories .item-2 {	background-image: url(../images/root/womens-root-2.jpg);}
.item-43 .sub-categories .item-3 {	background-image: url(../images/root/womens-root-3.jpg);}
.item-43 .sub-categories .item-4 {	background-image: url(../images/root/womens-root-4.jpg);}
.item-43 .sub-categories .item-5 {	background-image: url(../images/root/womens-root-5.jpg);}
.item-43 .sub-categories .item-6 {	background-image: url(../images/root/womens-root-6.jpg);}
.item-43 .sub-categories .item-7 {	background-image: url(../images/root/womens-root-7.jpg);}
.item-43 .sub-categories .item-8 {	background-image: url(../images/root/womens-root-8.jpg);}
.item-54 .sub-categories .item-1 {	background-image: url(../images/root/bridal-root-1.jpg);}
.item-54 .sub-categories .item-2 {	background-image: url(../images/root/bridal-root-2.jpg);}
.item-54 .sub-categories .item-3 {	background-image: url(../images/root/bridal-root-3.jpg);}
.item-54 .sub-categories .item-4 {	background-image: url(../images/root/bridal-root-4.jpg);}
.item-54 .sub-categories .item-5 {	background-image: url(../images/root/bridal-root-5.jpg);}
.item-54 .sub-categories .item-6 {	background-image: url(../images/root/bridal-root-6.jpg);}
.item-54 .sub-categories .item-7 {	background-image: url(../images/root/bridal-root-7.jpg);}
.item-54 .sub-categories .item-8 {	background-image: url(../images/root/bridal-root-8.jpg);}
.item-263 .sub-categories .item-1 {	background-image: url(../images/subcats/mens-stainless-steel/item-1.jpg);}
.item-263 .sub-categories .item-2 {	background-image: url(../images/subcats/mens-stainless-steel/item-2.jpg);}
.item-263 .sub-categories .item-3 {	background-image: url(../images/subcats/mens-stainless-steel/item-3.jpg);}
.item-263 .sub-categories .item-4 {	background-image: url(../images/subcats/mens-stainless-steel/item-4.jpg);}
.item-233 .sub-categories .item-1 {	background-image: url(../images/subcats/mens-rings/item-1.jpg);}
.item-233 .sub-categories .item-2 {	background-image: url(../images/subcats/mens-rings/item-2.jpg);}
.item-233 .sub-categories .item-3 {	background-image: url(../images/subcats/mens-rings/item-3.jpg);}
.item-233 .sub-categories .item-4 {	background-image: url(../images/subcats/mens-rings/item-4.jpg);}
.item-233 .sub-categories .item-5 {	background-image: url(../images/subcats/mens-rings/item-5.jpg);}
.item-233 .sub-categories .item-6 {	background-image: url(../images/subcats/mens-rings/item-6.jpg);}
.item-233 .sub-categories .item-7 {	background-image: url(../images/subcats/mens-rings/item-7.jpg);}
.item-261 .sub-categories .item-1 {	background-image: url(../images/subcats/mens-earrings/item-1.jpg);}
.item-261 .sub-categories .item-2 {	background-image: url(../images/subcats/mens-earrings/item-2.jpg);}
.item-261 .sub-categories .item-3 {	background-image: url(../images/subcats/mens-earrings/item-3.jpg);}
.item-261 .sub-categories .item-4 {	background-image: url(../images/subcats/mens-earrings/item-4.jpg);}
.item-261 .sub-categories .item-5 {	background-image: url(../images/subcats/mens-earrings/item-5.jpg);}
.item-261 .sub-categories .item-6 {	background-image: url(../images/subcats/mens-earrings/item-6.jpg);}
.item-261 .sub-categories .item-7 {	background-image: url(../images/subcats/mens-earrings/item-7.jpg);}
.item-258 .sub-categories .item-1 {	background-image: url(../images/subcats/mens-bracelets/item-1.jpg);}
.item-258 .sub-categories .item-2 {	background-image: url(../images/subcats/mens-bracelets/item-2.jpg);}
.item-258 .sub-categories .item-3 {	background-image: url(../images/subcats/mens-bracelets/item-3.jpg);}
.item-258 .sub-categories .item-4 {	background-image: url(../images/subcats/mens-bracelets/item-4.jpg);}
.item-258 .sub-categories .item-5 {	background-image: url(../images/subcats/mens-bracelets/item-5.jpg);}
.item-258 .sub-categories .item-6 {	background-image: url(../images/subcats/mens-bracelets/item-6.jpg);}
.item-258 .sub-categories .item-7 {	background-image: url(../images/subcats/mens-bracelets/item-7.jpg);}
.item-254 .sub-categories .item-1 {	background-image: url(../images/subcats/mens-pendants/item-1.jpg);}
.item-254 .sub-categories .item-2 {	background-image: url(../images/subcats/mens-pendants/item-2.jpg);}
.item-254 .sub-categories .item-3 {	background-image: url(../images/subcats/mens-pendants/item-3.jpg);}
.item-254 .sub-categories .item-4 {	background-image: url(../images/subcats/mens-pendants/item-4.jpg);}
.item-254 .sub-categories .item-5 {	background-image: url(../images/subcats/mens-pendants/item-5.jpg);}
.item-254 .sub-categories .item-6 {	background-image: url(../images/subcats/mens-pendants/item-6.jpg);}
.item-254 .sub-categories .item-7 {	background-image: url(../images/subcats/mens-pendants/item-7.jpg);}
.item-254 .sub-categories .item-8 {	background-image: url(../images/subcats/mens-pendants/item-8.jpg);}
.item-254 .sub-categories .item-9 {	background-image: url(../images/subcats/mens-pendants/item-9.jpg);}
.item-254 .sub-categories .item-10 { background-image: url(../images/subcats/mens-pendants/item-10.jpg);}
.item-257 .sub-categories .item-1 {	background-image: url(../images/subcats/mens-chains/item-1.jpg);}
.item-257 .sub-categories .item-2 {	background-image: url(../images/subcats/mens-chains/item-2.jpg);}
.item-257 .sub-categories .item-3 {	background-image: url(../images/subcats/mens-chains/item-3.jpg);}
.item-257 .sub-categories .item-4 {	background-image: url(../images/subcats/mens-chains/item-4.jpg);}
.item-257 .sub-categories .item-5 {	background-image: url(../images/subcats/mens-chains/item-5.jpg);}
.item-257 .sub-categories .item-6 {	background-image: url(../images/subcats/mens-chains/item-6.jpg);}
.item-257 .sub-categories .item-7 {	background-image: url(../images/subcats/mens-chains/item-7.jpg);}
.item-257 .sub-categories .item-8 {	background-image: url(../images/subcats/mens-chains/item-8.jpg);}
.item-134 .sub-categories .item-1 {	background-image: url(../images/subcats/mens-hiphop/item-1.jpg);}
.item-134 .sub-categories .item-2 {	background-image: url(../images/subcats/mens-hiphop/item-2.jpg);}
.item-134 .sub-categories .item-3 {	background-image: url(../images/subcats/mens-hiphop/item-3.jpg);}
.item-134 .sub-categories .item-4 {	background-image: url(../images/subcats/mens-hiphop/item-4.jpg);}
.item-123 .sub-categories .item-1 {	background-image: url(../images/subcats/mens-solid-gold/item-1.jpg);}
.item-123 .sub-categories .item-2 {	background-image: url(../images/subcats/mens-solid-gold/item-2.jpg);}
.item-123 .sub-categories .item-3 {	background-image: url(../images/subcats/mens-solid-gold/item-3.jpg);}
.item-123 .sub-categories .item-4 {	background-image: url(../images/subcats/mens-solid-gold/item-4.jpg);}
.item-123 .sub-categories .item-5 {	background-image: url(../images/subcats/mens-solid-gold/item-5.jpg);}
.item-123 .sub-categories .item-6 {	background-image: url(../images/subcats/mens-solid-gold/item-6.jpg);}
.item-123 .sub-categories .item-7 {	background-image: url(../images/subcats/mens-solid-gold/item-7.jpg);}
.item-123 .sub-categories .item-8 {	background-image: url(../images/subcats/mens-solid-gold/item-8.jpg);}
.item-283 .sub-categories .item-1 {	background-image: url(../images/subcats/womens-rings/item-1.jpg);}
.item-283 .sub-categories .item-2 {	background-image: url(../images/subcats/womens-rings/item-2.jpg);}
.item-283 .sub-categories .item-3 {	background-image: url(../images/subcats/womens-rings/item-3.jpg);}
.item-283 .sub-categories .item-4 {	background-image: url(../images/subcats/womens-rings/item-4.jpg);}
.item-283 .sub-categories .item-5 {	background-image: url(../images/subcats/womens-rings/item-5.jpg);}
.item-283 .sub-categories .item-6 {	background-image: url(../images/subcats/womens-rings/item-6.jpg);}
.item-283 .sub-categories .item-7 {	background-image: url(../images/subcats/womens-rings/item-7.jpg);}
.item-283 .sub-categories .item-8 {	background-image: url(../images/subcats/womens-rings/item-8.jpg);}
.item-283 .sub-categories .item-9 {	background-image: url(../images/subcats/womens-rings/item-9.jpg);}
.item-283 .sub-categories .item-10 { background-image: url(../images/subcats/womens-rings/item-10.jpg);}
.item-291 .sub-categories .item-1 {	background-image: url(../images/subcats/womens-earrings/item-1.jpg);}
.item-291 .sub-categories .item-2 {	background-image: url(../images/subcats/womens-earrings/item-2.jpg);}
.item-291 .sub-categories .item-3 {	background-image: url(../images/subcats/womens-earrings/item-3.jpg);}
.item-291 .sub-categories .item-4 {	background-image: url(../images/subcats/womens-earrings/item-4.jpg);}
.item-291 .sub-categories .item-5 {	background-image: url(../images/subcats/womens-earrings/item-5.jpg);}
.item-291 .sub-categories .item-6 {	background-image: url(../images/subcats/womens-earrings/item-6.jpg);}
.item-291 .sub-categories .item-7 {	background-image: url(../images/subcats/womens-earrings/item-7.jpg);}
.item-124 .sub-categories .item-1 {	background-image: url(../images/subcats/womens-solid-gold/item-1.jpg);}
.item-124 .sub-categories .item-2 {	background-image: url(../images/subcats/womens-solid-gold/item-2.jpg);}
.item-124 .sub-categories .item-3 {	background-image: url(../images/subcats/womens-solid-gold/item-3.jpg);}
.item-124 .sub-categories .item-4 {	background-image: url(../images/subcats/womens-solid-gold/item-4.jpg);}
.item-124 .sub-categories .item-5 {	background-image: url(../images/subcats/womens-solid-gold/item-5.jpg);}
.item-418 .sub-categories .item-1 {	background-image: url(../images/subcats/womens-silver/item-1.jpg);}
.item-418 .sub-categories .item-2 {	background-image: url(../images/subcats/womens-silver/item-2.jpg);}
.item-418 .sub-categories .item-3 {	background-image: url(../images/subcats/womens-silver/item-3.jpg);}
.item-418 .sub-categories .item-4 {	background-image: url(../images/subcats/womens-silver/item-4.jpg);}
.item-418 .sub-categories .item-5 {	background-image: url(../images/subcats/womens-silver/item-5.jpg);}
.item-317 .sub-categories .item-1 {	background-image: url(../images/subcats/womens-pearl/item-1.jpg);}
.item-317 .sub-categories .item-2 {	background-image: url(../images/subcats/womens-pearl/item-2.jpg);}
.item-317 .sub-categories .item-3 {	background-image: url(../images/subcats/womens-pearl/item-3.jpg);}
.item-317 .sub-categories .item-4 {	background-image: url(../images/subcats/womens-pearl/item-4.jpg);}
.item-117 .sub-categories .item-1 {	background-image: url(../images/subcats/womens-highend/item-1.jpg);}
.item-117 .sub-categories .item-2 {	background-image: url(../images/subcats/womens-highend/item-2.jpg);}
.item-117 .sub-categories .item-3 {	background-image: url(../images/subcats/womens-highend/item-3.jpg);}
.item-117 .sub-categories .item-4 {	background-image: url(../images/subcats/womens-highend/item-4.jpg);}
.item-51 .sub-categories .item-1 {	background-image: url(../images/subcats/womens-necklaces/item-1.jpg);}
.item-51 .sub-categories .item-2 {	background-image: url(../images/subcats/womens-necklaces/item-2.jpg);}
.item-51 .sub-categories .item-3 {	background-image: url(../images/subcats/womens-necklaces/item-3.jpg);}
.item-51 .sub-categories .item-4 {	background-image: url(../images/subcats/womens-necklaces/item-4.jpg);}
.item-309 .sub-categories .item-1 {	background-image: url(../images/subcats/womens-bracelets/item-1.jpg);}
.item-309 .sub-categories .item-2 {	background-image: url(../images/subcats/womens-bracelets/item-2.jpg);}
.item-309 .sub-categories .item-3 {	background-image: url(../images/subcats/womens-bracelets/item-3.jpg);}
.item-309 .sub-categories .item-4 {	background-image: url(../images/subcats/womens-bracelets/item-4.jpg);}
.item-309 .sub-categories .item-5 {	background-image: url(../images/subcats/womens-bracelets/item-5.jpg);}
.item-287 .sub-categories .item-1 {	background-image: url(../images/subcats/womens-pendants/item-1.jpg); }
.item-287 .sub-categories .item-2 {	background-image: url(../images/subcats/womens-pendants/item-2.jpg); }
.item-287 .sub-categories .item-3 {	background-image: url(../images/subcats/womens-pendants/item-3.jpg); }
.item-287 .sub-categories .item-4 {	background-image: url(../images/subcats/womens-pendants/item-4.jpg); }
.item-287 .sub-categories .item-5 {	background-image: url(../images/subcats/womens-pendants/item-5.jpg); }
.item-287 .sub-categories .item-6 {	background-image: url(../images/subcats/womens-pendants/item-6.jpg); }
.item-287 .sub-categories .item-7 {	background-image: url(../images/subcats/womens-pendants/item-7.jpg); }
.item-287 .sub-categories .item-8 {	background-image: url(../images/subcats/womens-pendants/item-8.jpg); }
.item-271 .sub-categories .item-1 {	background-image: url(../images/subcats/womens-gemstone/item-1.jpg);}
.item-271 .sub-categories .item-2 {	background-image: url(../images/subcats/womens-gemstone/item-2.jpg);}
.item-271 .sub-categories .item-3 {	background-image: url(../images/subcats/womens-gemstone/item-3.jpg);}
.item-271 .sub-categories .item-4 {	background-image: url(../images/subcats/womens-gemstone/item-4.jpg);}
.item-328 .sub-categories .item-1 {	background-image: url(../images/subcats/wedding/item-1.jpg);}
.item-328 .sub-categories .item-2 {	background-image: url(../images/subcats/wedding/item-2.jpg);}
.item-328 .sub-categories .item-3 {	background-image: url(../images/subcats/wedding/item-3.jpg);}
.item-328 .sub-categories .item-4 {	background-image: url(../images/subcats/wedding/item-4.jpg);}
.item-328 .sub-categories .item-5 {	background-image: url(../images/subcats/wedding/item-5.jpg);}
.item-333 .sub-categories .item-1 {	background-image: url(../images/subcats/anniversary/item-1.jpg);}
.item-333 .sub-categories .item-2 {	background-image: url(../images/subcats/anniversary/item-2.jpg);}
.item-64 .sub-categories .item-1 {	background-image: url(../images/subcats/engagement/item-1.jpg);}
.item-64 .sub-categories .item-2 {	background-image: url(../images/subcats/engagement/item-2.jpg);}
.item-64 .sub-categories .item-3 {	background-image: url(../images/subcats/engagement/item-3.jpg);}
.item-64 .sub-categories .item-4 {	background-image: url(../images/subcats/engagement/item-4.jpg);}
.item-64 .sub-categories .item-5 {	background-image: url(../images/subcats/engagement/item-5.jpg);}
.item-77 .sub-categories .item-1 {	background-image: url(../images/subcats/watches/item-1.jpg);}
.item-77 .sub-categories .item-2 {	background-image: url(../images/subcats/watches/item-2.jpg);}
.item-77 .sub-categories .item-3 {	background-image: url(../images/subcats/watches/item-3.jpg);}
.item-77 .sub-categories .item-4 {	background-image: url(../images/subcats/watches/item-4.jpg);}
.item-77 .sub-categories .item-5 {	background-image: url(../images/subcats/watches/item-5.jpg);}

.sub-categories .reviews-box {
    padding: 0;
    /*overflow: hidden;*/
    width: 40%;
    max-width: 547px;
    margin: 0 auto;
    text-align: center;
    /*outline: 1px solid red;*/
}

.sub-categories .reviews-box .bx-wrapper {
    width: 100%;
    height: 166px;/*100%;*/
    max-height: 154px;
    padding: 30px 0 0;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(204,204,204,1);;
    box-shadow: 0px 0px 16px 0px rgba(204,204,204,1);
    overflow: hidden;
}
.sub-categories .reviews-box .bx-wrapper .bx-viewport {
    height: 100%;
}
.sub-categories .reviews-box .bx-wrapper .bx-viewport .bxslider {
    
}
.sub-categories .reviews-box .bx-wrapper .bx-viewport .bxslider li {
    height: 100%;
}
.sub-categories .reviews-box .bx-wrapper .bx-viewport .bxslider li .stars {

}
.sub-categories .reviews-box .bx-wrapper .bx-viewport .bxslider li .stars img {
    margin: 0 8px;
}
.sub-categories .reviews-box .bx-wrapper .bx-viewport .bxslider li .content {
    padding: 0;
    margin: 20px auto;
    font-size: 20px;
    width: 90%;
    max-height: 2.4em;
    overflow: hidden;
}
.sub-categories .reviews-box .bx-wrapper .bx-viewport .bxslider li .name {
    font-size: 18px;
    color: #999999;
    color: var(--warm-grey);
}

@media screen and (max-width: 425px) {
    .sub-categories .reviews-box {
        width: 100%;
    }
    .sub-categories .reviews-box .bx-wrapper {
        height: 154px;
    }
    .sub-categories .reviews-box .bx-wrapper .bx-viewport {
    }
    .sub-categories .reviews-box .bx-wrapper .bx-viewport .bxslider {
    }
    .sub-categories .reviews-box .bx-wrapper .bx-viewport .bxslider li {
    }
    .sub-categories .reviews-box .bx-wrapper .bx-viewport .bxslider li .stars {
    }
    .sub-categories .reviews-box .bx-wrapper .bx-viewport .bxslider li .stars img {
    }
    .sub-categories .reviews-box .bx-wrapper .bx-viewport .bxslider li .content {
    }
    .sub-categories .reviews-box .bx-wrapper .bx-viewport .bxslider li .name {
    }
}

.sub-categories .questions-answers {
    padding: 8px 12px;
    width: 285px;
    overflow: hidden;
}
.sub-categories .related-cats {
    padding: 8px 12px;
    width: 285px;
    overflow: hidden;
}

.sub-categories .related-cats {	margin-left: 13px; }

.sub-categories .reviews-box h3,
.sub-categories .questions-answers h3,
.sub-categories .related-cats p  { color: #15256c; font: italic 24px "Times New Roman", "times", serif; }

.sub-categories .related-cats p { margin-bottom: 12px; }

.sub-categories .questions-answers ul li { font: 11px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color: #00194f; margin-top: 10px; }

.sub-categories .questions-answers p { margin-top: 10px; text-align: center; }
.sub-categories .questions-answers a { display: inline; background-color: #1c75bc; color: #fff; font: 16px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; padding: 8px 13px; }

a#quick-contact-link {
    display: block;
    background-color: #4572cc;
    background-color: var(--windows-blue);
    color: #ffffff;
    padding: 11px 0px;
    text-align: center;
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.sub-categories .questions-answers a:hover, a#quick-contact-link:hover {
    background-color: #0b5d9e;
    text-decoration: none;
}

.sub-categories .related-cats .category-static-related { padding: 0; width: 100%; }
.sub-categories .related-cats .category-static-related a { text-align: left; /*font-weight: bold;*/ line-height: 2.2; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.sub-categories .reviews-box ul li { float: left; margin-bottom: 8px; font: 11px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; height: 56px; }
.sub-categories .reviews-box ul li .pull-left {	float: left; width: 60px; text-align: center; }
.sub-categories .reviews-box ul li .pull-right { float: right; width: 220px; padding-left: 4px; line-height: 0.8; border-left: 1px solid #f1f2f2; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  }
.sub-categories .reviews-box ul li img { max-height: 50px; }

.sub-category .heading-wrapper {
    /*background: url(../images/subcats-bg.jpg) 0 0 no-repeat;*/
    margin-left: -1%;
    width: 102%;
}
.sub-category .heading-wrapper .heading,
.root-category .heading-wrapper .heading {
    min-height: 140px;
    height: auto;
    display: table;
    width: 95.9%;
    width: calc(100% - 52px);
}

/* Banner for the Royal Collection page */
body.category-royal-collection .sub-category .heading-wrapper { background: url(../images/royal_collection.jpg) 0 0 no-repeat; background-size: cover; }
body.category-royal-collection .sub-category .heading-wrapper .heading { visibility: hidden; }
body.category-royal-collection .sub-category .heading-wrapper .heading { min-height: 348px; }
/* /Banner for the Royal Collection page */

.sub-category .heading,
.root-category .heading {
    /*background-position: 100% 0%; padding: 10px 20px;*/
    background-position: 50% 50%;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
    padding: 35px 26px;
}
.root-category .heading {
    background-size: cover;
    margin-left: -1%;
    width: 98%;
}
.sub-category .heading h1,
.root-category .heading h1 {
    /*color: #15256c;*/
    /*font: italic 38px "Times New Roman", "times", serif;*/
    /*text-align: left;*/
}
.sub-category .heading > div,
.root-category .heading > div {
    /*width: 370px;*/
    /*color: #000;*/
    /*text-align: left;*/
}
.sub-category .category-description,
.root-category .category-description {
    /*width: 335px;*/
}


@media (max-width: 425px) {
    .sub-category .heading,
    .root-category .heading {
    }
    .sub-category .heading-wrapper .heading,
    .root-category .heading-wrapper .heading {
        background-size: cover;
        padding-top: 100px;
        display: block;
        width: auto;
        padding: 35px 26px;/*100px 16px 32px;*/
    }
    .category-view .heading h1,
    .sub-category .heading h1,
    .root-category .heading h1 {
        display: block;
        width: 1%;
        margin-bottom: 11px;
    }
    .category-view .heading > div,
    .sub-category .heading > div,
    .root-category .heading > div {
        display: block;
        width: 83%;
        text-align: left;
        font-size: 14px;
    }
}



.sub-category .view-all,
.root-category .view-all {
    margin: 18px 0 8px;
    text-transform: none;
}
.sub-category .view-all a,
.root-category .view-all a {
    color: #fff;
    background-color: #1c75bc;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: normal;
}
.sub-category .view-all a:hover,
.root-category .view-all a:hover {
    background-color: #0b5d9e;
}

.sub-category .sub-categories {
    margin-top: 3em;
    /*padding: 0 4%;*/
    text-align: center;
}
.sub-category .sub-categories .box { /*background-position: 0 100%;*/ }
.sub-category .sub-categories .box a span { /*top: 0; bottom: auto; background-color: #9397a0; font: italic 20px "Times New Roman", "times", serif; color: #fff; line-height: 1.6; padding: 7px 0;*/ }

.sub-category .sub-categoriesб
.root-category .sub-categories {
    float: none;
    width: 100%;
    background-color: transparent;
    height: auto;
    padding: 0 66px 0 28px;
    margin-top: 50px;
}
.sub-category .sub-categories .boxб
.root-category .sub-categories .box {
    background-position: 50% 0%;
    width: 255px;
    height: 220px;
    margin-left: 36px;
    background-color: #F4F4F2;
    background-size: cover;
}
.sub-categories .box a,
.root-categories .box a {}
.sub-category .sub-categories .box a span,
.root-category .sub-categories .box a span {
    top: auto;
    bottom: 0;
    background-color: #ffffff;
    color: #2d2a2a;
    color: var(--black);
    font-family: 'Circular Std Bold';
    font-size: 18px;
    line-height: 54px;
}
.sub-categories .box.related-cats,
.root-categories .box.related-cats {
    display: none;
}

@media (max-width: 425px) {
    .sub-category .sub-categories,
    .root-category .sub-categories {
        float: none;
        width: 100%;
        background-color: transparent;
        height: auto;
        padding: 0;
    }
    .sub-category .sub-categories .box,
    .root-category .sub-categories .box {
        background-position: 0% 0%; /*-4% 0;*//*0% 0%;*/
        background-size: contain;/*130px 70px;*/
        background-color: #ffffff;
        width: 100%;
        height: 70px;
        margin-left: 0px;
        overflow: hidden;
        margin-top: 5px;
        /*outline: 1px solid red;*/
    }
    .sub-categories .box a,
    .root-categories .box a {
        width: 100%;
        text-align: left;
        height: 100%;
        display: inline-block;
        /*outline: 1px solid;*/
    }
    .sub-category .sub-categories .box a span,
    .root-category .sub-categories .box a span {
        top: 0;
        bottom: 0;
        left: 107px;
        background-color: #ffffff;
        color: #2d2a2a;
        color: var(--black);
        font-family: 'Circular Std Bold';
        line-height: 70px;
		right:0px!important;
		width:auto!important;
    }
    .sub-categories .box.related-cats,
    .root-categories .box.related-cats {
        display: none;
    }
}



.list-sub-category .heading {padding: 0;cursor: pointer; background-position: 99% 50%;}
.list-sub-category .heading h1 {color: #15256c; margin-bottom: 6px;}
.list-sub-category .heading > div {	cursor: default;padding: 20px 10px; background: #6f8ac3;color: #00194f; display: inline-block;}
.list-sub-category .heading > div a {color: #fff;}
.list-sub-category .heading {cursor: default;}
.list-sub-category .heading > div,
.list-sub-category .heading .category-static-related {width: 450px;}
.list-sub-category .category-static-related p {	color: #00194f;margin: 5px 0;}
.list-sub-category .category-static-related ul li {	width: 30%;	margin-right: 3%;}

.root-category .heading {
    min-height: 140px;
}
.root-category .heading h1 { /*color: #15256c; font: italic 38px "Times New Roman", "times", serif; text-align: left;*/ }
.root-category .heading > div { /*width: 370px; color: #000; text-align: left;*/ }
.root-category .category-description { /*width: 335px;*/ }
.root-category.item-43 .heading > div { /*width: 336px;*/ }
.root-category.item-35 { /*height: 346px;*/ }
.root-category .view-all { margin: 18px 0 8px; text-transform: none; }
.root-category .view-all a { color: #fff; background-color: #1c75bc; padding: 4px 8px; font-size: 14px; font-weight: normal; }
.root-category .view-all a:hover { background-color: #0b5d9e; }
.root-category .category-static-related p { margin-bottom: 10px; color: #000; }
.root-category .category-static-related a { color: #000; }
.root-category .sub-categories {
    padding-top: 0;
    margin-top: 3em;
    text-align: center;
}
.root-category .sub-categories .box { /*background-position: 0 100%;*/ }
.root-category .sub-categories .box a span { /*top: 0; bottom: auto; background-color: #9397a0; font: italic 20px "Times New Roman", "times", serif; color: #fff; line-height: 1.4; padding: 7px 0;*/ }
.root-category .sub-categories .reviews-box,
.root-category .sub-categories .related-cats,
.sub-category .sub-categories .reviews-box,
.sub-category .sub-categories .related-cats { padding: 0; width: 309px; overflow: hidden; }
.root-category .sub-categories .reviews-box h3,
.root-category .sub-categories .related-cats p,
.sub-category .sub-categories .reviews-box h3,
.sub-category .sub-categories .related-cats p { background-color: #9397a0; font: italic 22px "Times New Roman", "times", serif; color: #000; text-align: center; padding: 8px 0; margin: 0; }
.root-category .sub-categories .reviews-box > div,
.root-category .sub-categories .related-cats ul,
.sub-category .sub-categories .reviews-box > div,
.sub-category .sub-categories .related-cats ul { padding: 5px 15px 10px; background-color: #fff; }
.root-category .sub-categories .reviews-box ul li .pull-right,
.sub-category .sub-categories .reviews-box ul li .pull-right { width: 213px; }
.footing { width: 100%; }
.footing .box { margin-top: 0; }
.footing .category-static-related p { border: 0; }
.narrow-by.price { display: none; }
.narrow-by.pages > a { color: #666; position: relative; bottom: 2px; padding: 0 4px; float: left; }

.filter-price #price-filter-button {
    display: inline-block;
    position: static;
    width: 345px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    background-color: #4572cc;
    background-color: var(--windows-blue);
    font-weight: normal;
    font-family: "Circular Std";
    font-size: 14px;
    padding: 0;
}
.filter-price #price-filter-button:hover {
    text-decoration: none;
}
/*.filter-price #price-filter-button:hover { text-decoration: none; background-color: #2e8cd6; }*/

.filter-price #slider_outer { display: none; }
/*.filter-price .price-box { width: 256px; padding: 0; margin-top: 2px; }*/
.filter-price .price-box .filter-label { display: none; }
.filter-price .price-box .price-slider-values {
    padding: 0;
    color: #666;
    text-transform: uppercase;
    font: 12px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif;
    /* margin-left: 148px; */
}
.filter-price .price-box .price-slider-values input,
.filter-price .price-box .price-slider-values .filter-currency { position: relative; bottom: 2px; }
table.pager td.filter-main-group, table.pager td.filter-price-group { padding: 0; }
.filter-main-group .filter-price,
.filter-price-group .narrow-by { display: none; }
#price_maximum {
    margin-right: 17px;
}


.block-layered-nav {
    max-width: 800px;
    margin: 26px auto;
}
.block-layered-nav .nav-col-1 {
    width: 50%;/*51%;*/
    height: 30px;
    float: left;
    text-align: left;
}
.block-layered-nav .nav-col-2 {
    width: 50%;/*48%;*/
    height: 30px;
    float: left;
    text-align: left;
}
.block-layered-nav .nav-col-3 {
    margin-top: 2em;
}
.block-layered-nav .nav-col-1 .narrow-by {
    float: right;
    display: none;
}
.block-layered-nav .nav-col-1 .narrow-by.gold_color,
.block-layered-nav .nav-col-1 .narrow-by.metal_type {
    display: inline-block;
}
.block-layered-nav .nav-col-1 .filter-price {
    display: none;
}
.block-layered-nav .nav-col-3 .narrow-by.gold_color,
.block-layered-nav .nav-col-3 .narrow-by.metal_type,
.block-layered-nav .nav-col-3 .narrow-by {
    display: none;
}

@media (max-width: 810px) {
    .block-layered-nav .nav-col-1 {
        width: 100%;
        float: none;
        text-align: center;
    }
    .block-layered-nav .nav-col-2 {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 10px;
    }
    .block-layered-nav .nav-col-3 {
        margin-top: 15px;
    }
    .block-layered-nav .nav-col-1 .narrow-by.metal_type,
    .block-layered-nav .nav-col-1 .narrow-by.gold_color {
        float: none;
        display: inline-block;
    }
    #narrow-by-list .filter-label select, .narrow-by select {
        /* margin-right: 0px; */
    }
    .block-layered-nav .nav-col-2 .sort-by-price {
        margin-right: 10px !important;
    }
    .block-layered-nav .nav-col-1 .narrow-by.metal_type select {
        margin-left: 10px;
    }
    .block-layered-nav .nav-col-3 .price-slider-values {
        margin-left: 0;
    }
    .block-layered-nav .nav-col-3 #price-filter-button {
        display: block;
        margin: 10px auto 0;
    }
}
@media (max-width: 368px) {
    #narrow-by-list .filter-label select, .narrow-by select {
        width: 145px;
        min-width: initial;
    }
}


/* Blog styles*/
.is-blog .main-content { float: left; width: 64%; padding-right: 4%; background: url("../images/slider-scanlines-light-vert.png") repeat-y scroll right center transparent; margin-right: 2%;}
.is-blog .sidebar-right { float: left; width: 30%; position: relative; }
.is-blog .sidebar-right p { text-align: center; }
.is-blog .sidebar-right p a { color: #c0c0c0; font-size: 16px; }
.is-blog h1.ribbled { color: #555; font: bold 18px/18px  "Lucida sans", "Lucida Grande", sans-serif; text-transform: uppercase; padding: 6px 0 0 6px; background: url("../images/slider-scanlines-light.png") repeat scroll right center transparent; }
.blog-home { margin: 0 2%; }
.is-blog .read-more { display: none; }
.is-blog .post-list .post-list-item { margin: 20px 0; color: #505050; }
.is-blog .post-view .post-entry { color: #505050; }
.is-blog .post-list .post-list-item h2 { font: bold 22px/22px "Lucida sans", "Lucida Grande", sans-serif; text-transform: uppercase; margin-bottom: 4px; }
.is-blog .post-list .post-list-item a,
.is-blog .post-view .post-entry a { color: #13547f; }
.is-blog .post-list .post-list-item .featured-image { padding:0; margin: 0px 10px 2px 0; border: 0; }
.is-blog .post-list .post-list-item .post-meta,
.is-blog .post-view .post-entry .post-meta { font-style: normal; color: #b0aead; font-size: 12px; }
.is-blog .post-view .post-entry .wp-caption { background: #fff; margin-bottom: 8px; }
.is-blog .post-view .post-entry .wp-caption img { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.is-blog .post-view .post-entry .wp-caption .wp-caption-text { display: none; }
.is-blog .post-title h1 { font: bold 28px/28px "Lucida sans", "Lucida Grande", sans-serif; text-transform: uppercase; color: #13547f; margin: 20px 0 0; }
/* Account page */
/*.customer-account-login .content-block { float: left; background-color: #f1f2f2; padding:15px; width: 950px; }*/
.customer-account-login .content-block > div > div { background-color: #fff; padding: 25px 15px 10px; }
.customer-account-login h4 { color: #15256c; font: 19px/1.6 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; margin-bottom: 20px; }
.account .form-list li { margin: 5px 0 10px; }
.account .form-list li input { border: 1px solid #e8e9e9; }
.account .form-list li button, .account .form-button { border: 1px solid #b7c5e1 }
.account a.form-button { float: left; margin: 20px 10px 0 0; }
.account label { color: #333; }
.account .form-list li button span, .account .form-button span { background: #6f8ac3; border: 0; font: 12px/19px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
.account .form-list.floated .field { width: 44%; margin-right: 2%; float: left; }
.account .form-list.floated .field input { width: 200px; }
.account .form-list .input-box input { width: 89%; }
.account p.required {
    margin-left: 175px;
    text-align: left;
}
.account fieldset { margin-top: 20px; }
.account fieldset p { color: #15256c; }
 
body.customer-account-index .account p.required,
body.customer-address-form .account p.required {
    margin-left: 165px;
    text-align: left;
    margin-top: -35px;
    margin-bottom: 2em;
}

.login-box, 
.login-bottom-box {
    width: 405px;
    margin: 0 15px 15px 0;
    /*min-height: 292px;*/
    float: left;
    /*width: 40.5%;*/
    /*max-width: 405px;*/
    /*outline: 1px solid red;*/
}

.create-login-box {
    width: 470px;
    float: right;
    /*width: 47%;*/
    /*max-width: 470px;*/
    /*outline: 1px solid green;*/
}

.region-label { font-weight: normal; color: #666; }
.customer-account-login .form-list.floated select { width: 208px; }
.customer-account-login .form-list.floated-small .field { width: 33%; margin-right: 2%; float: left; }
.customer-account-login .form-list.floated-small .field input { width: 140px; }
.password-ul { margin-top: 18px; }
.password-ul label { font-size: 14px; }
.customer-account-login .create-login-box .form-list li { margin: 16px 0 10px; }
.create-login-box > p { font-size: 12px; margin-top: 20px; }

.btn-logout { font: bold 12px/2 "Lucida sans", "Lucida Grande", sans-serif; color: #fff; background-color: #00194f; padding: 0 5px; text-transform: uppercase; float: right; }
.btn-logout:hover { color: #fff; text-decoration: none; }

#main .content-block .my-account .logout.cf,
#main .content-block .account .logout.cf {
    visibility: hidden;
}

.my-account-box, 
.wishlist-box, 
.sales-history-box {
    background-color: #f1f2f2;
    padding: 15px;
    float: left;
    margin-right: 30px;
    width: 665px;
}

.wishlist-box, .sales-history-box {
    width: 950px;
}

.wishlist-box .product-box-list {
    width: 100%;
    float: left;
    background-color: #fff;
    padding-bottom: 20px;
}

.wishlist-box .product-box-list .item {
    margin: 20px 5px 0;
    border: 1px solid #f4f5f5;
}

.product-box-list .grid-row { float: left; }
.account-viewed { background-color: #f1f2f2; padding: 15px; float: left; width: 225px; }
.product-box-list .item { width: 215px; padding: 5px; background-color: #fff; line-height: 1.2em; float: left; margin-bottom: 15px; }
.product-box-list .item p { text-align: center; }
.product-box-list .item h5 { margin: .4em 0; font-size: 0.95em; width: 100%; overflow: hidden; font-family: 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; }
.product-box-list .item h5 a { text-decoration: none; font: bold 12px "Lucida sans", "Lucida Grande", sans-serif; color: #6f8ac3; }
.product-box-list .item .old-price .price-label,
.product-box-list .item .old-price .price { color: #666; font: bold 12px "Lucida sans", "Lucida Grande", sans-serif; }
.product-box-list .item .regular-price span,
.product-box-list .item .special-price .price-label,
.product-box-list .item .special-price .price { font: bold 12px "Lucida sans", "Lucida Grande", sans-serif; color: #6f8ac3; }
.logout { margin-bottom: 10px; }
.btn-large { font-size: 14px; color: #fff; background-color: #1c75bc; padding: 6px 12px; display: block; margin: 10px 0; }
.btn-large:hover { color: #fff; text-decoration: none;  background-color: #0a5b9a; }
.link-remove { color: #6f8ac3; font-weight: bold; }
.link-remove:hover { color: #6f8ac3; }
.account-navigation, .account-box { float: left; }
.account-navigation li { float: left; background-color: #fff; margin-right: 5px; padding: 2px 5px; }
.account-navigation li a { color: #111; text-transform: uppercase; text-decoration: none; }
.account-box { clear: both; width: 72%; padding-right: 165px; }
.sales-history-box #narrow-by-list { margin-top: 15px; }
.mid-black { font: normal 15px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif; color: #000; text-transform: uppercase; }
.order-items-list { float: left; background-color: #fff; padding: 15px; width: 97%; }
#my-orders-table { width: 100%; border-collapse: collapse; border-spacing:0; }
#my-orders-table .head-row-0 td { border-top: 1px solid #e7ecf5; }
#my-orders-table a { color: #6f8ac3; font-weight: bold; }
#my-orders-table dl dd { float: left; min-width: 100px; color: #bcbec0; }
#my-orders-table td, #my-orders-table th { padding: 5px; }
.grey { color: #bcbec0; }

@media (min-width: 970px) {
    .login-bottom-box[rel=lessthan970px] {
        display: none;
    }
    .login-bottom-box[rel=morethan970px] {
        display: block;
    }
	ol#checkoutSteps { float: left;}
}

@media (max-width: 969px) {
    .login-bottom-box[rel=lessthan970px] {
        display: block;
        float: right;
    }
    .login-bottom-box[rel=morethan970px] {
        display: none;
    }
    .login-box,
    .login-bottom-box {
        width: 49%;
        margin-right: 0;
        padding: 0 !important;
    }
    .create-login-box {
        width: 470px;
        float: none;
        clear: both;
        margin: 0 auto;
        /*outline: 1px solid green;*/
    }
}

@media (max-width: 768px) {
    .my-account-box, 
    .wishlist-box, 
    .sales-history-box {
        width: 95%;
    }
    .account-box {
        clear: both;
        width: 97%;
        padding-right: 0;
    }
}

@media (max-width: 649px) {
    .login-box,
    .login-bottom-box {
        width: 100%;
        max-width: 470px;
        margin: 2em auto 0;
        padding: 25px 15px 10px;
        float: none;
    }
    .create-login-box {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 auto;
        /*outline: 1px solid green;*/
    }
    .login-bottom-box[rel=lessthan970px] {
        display: none;
    }
    .login-bottom-box[rel=morethan970px] {
        display: block;
        width: 100%;
        /*margin-top: 2em;*/
    }
}

@media (max-width: 425px) {
    .create-login-box {
        padding: 25px 0 10px !important;
    }
    .account .form-list.floated .field input {
        width: 97%;
    }
    .customer-account-login .form-list.floated select {
        width: 100%;
    }
    .customer-account-login .form-list.floated-small .field {
        width: 50%;
        margin-right: 0%;
        float: left;
    }
    .customer-account-login .form-list.floated-small .field input {
        width: 78%;
    }

    .my-account-box, .wishlist-box, .sales-history-box {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    #my-orders-table .head-row-0 td > img {
        outline: 1px solid red;
        display: none;
    }
}

/*.massive-btn { color:#fff; background-color: #1c75bc; font-weight: normal; padding: 6px 10px; font-size: 18px; }*/
/*.massive-btn:hover { color: #fff;  background-color: #0b5d9e; }*/
/*.item-211 .massive-btn { position: relative; top: 50px; left: 114px; }*/

#my-orders-table { margin-top: 20px; }
/* Homepage */
.homepage-slider { padding: 10px 20px 0; height: 465px; overflow: hidden; }
.homepage-slider ul li { display: block; width: 100%; height: 445px; background-position: 100% 0; background-repeat: no-repeat; }
.homepage-slider ul li.slide-1 { background-image: url(../images/home/slide2.jpg); }
.homepage-slider ul li.slide-2 { background-image: url(../images/home/slide3.jpg); }
.homepage-slider ul li.slide-3 { background-image: url(../images/home/slide4.jpg); }
.homepage-slider ul li.slide-4 { background-image: url(../images/home/slide1.jpg); }
.homepage-slider ul li div {  background: url(../images/home/slide-bg.png) 0 0 no-repeat; width: 304px; height: 100%; }
.homepage-slider ul li div p { text-align: center; color: #333; }
.homepage-slider ul li div .line-1 { padding-top: 62px; font: italic 35px "Times New Roman", "times", serif; }
.homepage-slider ul li div .line-2 { padding-top: 46px; font: italic 28px/1 "Times New Roman", "times", serif; }
.homepage-slider ul li div .line-3 { padding-top: 6px; font: normal 16px TimesCaps, "Times New Roman", "times", serif; }
.homepage-slider ul li div .line-4 { padding-top: 70px; font: bold 18px TimesCaps, "Times New Roman", "times", serif; }
.homepage-slider ul li div .line-5 { padding-top: 50px;  font: bold 18px TimesCaps, "Times New Roman", "times", serif; }
.homepage-slider ul li div p a { color: #333; }

/*
.homepage-categories ul { width: 100%; float: left; padding-top: 40px; }
.homepage-categories ul li { width: 25%; float: left; }
.homepage-categories ul li a { display: block; width: 100%; height: 220px; position: relative; background-position: 50% 50%; background-repeat: no-repeat; border-right: 1px solid #808ca7; }
.homepage-categories ul li.cat-1 a { background-image: url(../images/home/mens.jpg); }
.homepage-categories ul li.cat-2 a { background-image: url(../images/home/womens.jpg); }
.homepage-categories ul li.cat-3 a { background-image: url(../images/home/bridal.jpg); }
.homepage-categories ul li.cat-4 a { background-image: url(../images/home/watches.jpg); border-right: 0; }
.homepage-categories ul li a span { position: absolute; top: -15%; width: 100%; text-align: center; font: italic 26px "Times New Roman", "times", serif; }
*/

.homepage-categories {
    width: 96%;
    margin: 0 auto;
}

.homepage-categories.primary {
    width: 90%;
}
.homepage-categories.primary ul li {}
.homepage-categories.primary ul li.cat {
    display: inline-block;
    width: 48%;
    margin-right: 3%;
    vertical-align: top;
}
.homepage-categories.primary ul li.cat:last-child {
    margin-right: 0;
}
.homepage-categories.primary ul li.cat .image {
    /*margin-bottom: 2em;*/
}
.homepage-categories.primary ul li.cat .image img {
    display: block;
    margin: 0 auto;
}
.homepage-categories.primary ul li.cat-1 .image {
    /*background: #cccccc url(../images/categories/subcats-bg.jpg) 0 0 no-repeat;*/
}
.homepage-categories.primary ul li.cat-2 .image {
    /*background: #cccccc url(../images/categories/subcats-bg.jpg) 0 0 no-repeat;*/
}
.homepage-categories.primary ul li.cat .descr {
    font-family: 'Circular Std Book';
    font-size: 18px;
    line-height: 1.22;
    color: #626262;
    color: var(--brownish-grey);
}
.homepage-categories.primary ul li.cat .descr > h2 {
    font-family: 'Circular Std Bold';
    font-size: 24px;
    color: #1a1a1a;
    margin: 0;
    padding-top: 1em;
}
.homepage-categories.primary ul li.cat .descr > div {
    font-size: 18px;
    margin: 1em 0;
}
.homepage-categories.primary ul li.cat .descr > a {
    display: block;
    font-family: 'Circular Std Bold';
    font-size: 14px;
    color: #4572cc;
    color: var(--windows-blue);
    margin-bottom: 2em;
}

@media (max-width: 425px) {
    .homepage-categories.primary {
        width: 100%;
    }
    .homepage-categories.primary ul li {}
    .homepage-categories.primary ul li.cat {
        display: table-cell;
        width: 50%;
        margin-right: 0;
    }
    .homepage-categories.primary ul li.cat:last-child {
    }
    .homepage-categories.primary ul li.cat .image {
    }
    .homepage-categories.primary ul li.cat .image img {
        width: 100%;
        height: auto;
    }
    .homepage-categories.primary ul li.cat-1 .image {
    }
    .homepage-categories.primary ul li.cat-2 .image {
    }
    .homepage-categories.primary ul li.cat .descr {
        border-right: 1px solid #ececec;
        padding: 0 0.7em;
    }
    .homepage-categories.primary ul li.cat .descr > h2 {
        font-size: 16px;
    }
    .homepage-categories.primary ul li.cat .descr > div {
        font-size: 14px;
    }
    .homepage-categories.primary ul li.cat .descr > a {
    }
}



.homepage-categories.secondary ul li {}
.homepage-categories.secondary ul li.cat {
    /*display: inline-block;*/
    /*margin-right: 1.6%;*/
    display: table-cell;
    width: 34%;
    vertical-align: top;
    padding-right: 2%;
}
.homepage-categories.secondary ul li.cat:last-child {
    margin-right: 0;
    /*padding-right: 0;*/
}
.homepage-categories.secondary ul li.cat .image {
    /*margin-bottom: 2em;*/
}
.homepage-categories.secondary ul li.cat .image img {
/*     width: 100%;
    max-width: 100%; */
    margin: 0 auto;
    display: block;
}
.homepage-categories.secondary ul li.cat-1 .image {
    /*background: #cccccc url(../images/categories/subcats-bg.jpg) 0 0 no-repeat;*/
}
.homepage-categories.secondary ul li.cat-2 .image {
    /*background: #cccccc url(../images/categories/subcats-bg.jpg) 0 0 no-repeat;*/
}
.homepage-categories.secondary ul li.cat .descr {
    font-family: 'Circular Std Book';
    font-size: 16px;
    line-height: 1.38;
    color: #626262;
    color: var(--brownish-grey);
    padding: 0 0.7em;
}
.homepage-categories.secondary ul li.cat .descr > h2 {
    font-family: 'Circular Std Bold';
    font-size: 18px;
    color: #1a1a1a;
    margin: 0;
    padding-top: 1em;
}
.homepage-categories.secondary ul li.cat .descr > div {
    margin: 1em 0;
}
.homepage-categories.secondary ul li.cat .descr > a {
    display: block;
    font-family: 'Circular Std Bold';
    font-size: 14px;
    color: #4572cc;
    color: var(--windows-blue);
    margin-bottom: 2em;
}

@media (max-width: 425px) {
    .homepage-categories.secondary {
        width: 100%;
    }
    .homepage-categories.secondary ul li.cat {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .homepage-categories.secondary ul li.cat:last-child {
    }
    .homepage-categories.secondary ul li.cat .image {
    }
    .homepage-categories.secondary ul li.cat .image img {
        width: 100%;
	margin-top:28px;
    }
    .homepage-categories.secondary ul li.cat-1 .image {
    }
    .homepage-categories.secondary ul li.cat-2 .image {
    }
    .homepage-categories.secondary ul li.cat .descr {
    }
    .homepage-categories.secondary ul li.cat .descr > h2 {
    }
    .homepage-categories.primary ul li.cat .descr > div {

    }
    .homepage-categories.secondary ul li.cat .descr > a {
    }
}



.homepage-fullwidth {
    width: 100%;
}
.homepage-fullwidth .block {
    width: 100%;
    height: 415px;
    position: relative;
}

.homepage-fullwidth .block.block-1 {
    
    height: 0px !important;
    
}
/*.homepage-fullwidth .block.block-1 {
    background: #cccccc url(../images/homepage/patek-watch-hero.jpg) 50% 50% no-repeat;
    background-size: cover;
}*/
.homepage-fullwidth .block.block-2 {
    background: #cccccc url(../images/homepage/mask.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.homepage-fullwidth .block.block-3 {
    background: #cccccc url(../images/homepage/custom-diamond-jewelry.jpg) 50% 50% no-repeat;
    background-size: cover;
    text-align: center;
}
.homepage-fullwidth .block .header {
    width: auto;
    position: absolute;
    right: 6%;
    bottom: 35%;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.44em;
    color: #ffffff;
    z-index: 99;
}
.homepage-fullwidth .block .descr {
    width: 441px;
    height: 92px;
    position: absolute;
    right: 6%;
    bottom: 7%;
    font-size: 16px;
    line-height: 1.44em;
    color: #ffffff;
}
.homepage-fullwidth .block .button {
    display: block;
    background-color: #ffffff;
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #2d2a2a;
    color: var(--black);
}
.homepage-fullwidth .block .button:hover {
    text-decoration: none;
    color: #4572cc;
    color: var(--windows-blue);
}
.homepage-fullwidth .block.block-1 .button {
    position: absolute;
    right: 6%;/*78px;*/
    bottom: 8%;/*35px;*/
}
.homepage-fullwidth .block.block-2 .button {
    position: absolute;
    left: 4%;/*50px;*/
    bottom: 7%;/*29px;*/
}
.homepage-fullwidth .block.block-3 .header {
    position: initial;
    width: 100%;
}
.homepage-fullwidth .block.block-3 .descr {
    position: initial;
    width: 100%;
    opacity: 0.9;
    font-size: 18px;
    line-height: 1.28em;
}
.homepage-fullwidth .block.block-3 .button {
    position: initial;
    width: 250px;
    height: 57px;
    margin: 0 auto;
    background-image: linear-gradient(to top, #7f6b2d, #e7c457 6%, #eacd71 39%, #eed78e 70%, #f1dea3 83%, #f7ebc9 96%, #a1883a);
    line-height: 57px;
    font-size: 20px;
    color: #000000;
}
@media (max-width: 880px) {
    .homepage-fullwidth .block .header {
        right: 2%;
        bottom: 49%;
    }
    .homepage-fullwidth .block .descr {
        right: 2%;
        bottom: 21%;
    }
	
#ifm-src {float: none; text-align: center;  margin: 0 auto;}
.product-img-box .more-views li{float:none;     display: inline-block;}
 .more-views { float: none;margin: 0 auto;text-align: center;}
}
@media (max-width: 767px){
  #ifm-src iframe {width: 100%!important;}
  #ifm-src object {width: 100%!important;}
  .product-img-box{width: 100%!important;}
  .product-shop{width: 100%!important; text-align:center;}
  #ifm-src {float: none;text-align: center;margin: 0 auto;}
  .product-img-box{width: 100%!important;}
  .product-shop{width: 100%!important;}
  #ifm-src {float: none;text-align: center;margin: 0 auto;}
 .more-views { float: none;margin: 0 auto;text-align: center;}
 .product-img-box .more-views {
        width: 100%!important;
        margin-left:0!important;
    } 
	.product-img-box .more-views li{float: none!important; margin-bottom: 20px; margin-left:0px!important;}
		.more-views {
		float: none;
		margin: 0 auto;
		text-align: center;
	}	
	.more-views ul li img {
		width: 100%;
		max-width: 100%; 
	}
	.wrapper{padding:0;}
 .homepage-about{padding:10px;} 
 .homepage-about{max-width:100%!important;}
 .homepage-signup {padding: 8px; box-sizing: border-box;}
 .tabs{width: 100%!important;    max-width: 100%!important;}
 a#quick-contact-link{max-width: 100%;}
 .sub-categories .reviews-box{width:100%;}
  .product-img-box > p img {width: 90%!important;
    text-align: center;
    margin: 20px auto;
    float: none;}
  body.checkout-cart-index .middle .column-left {width: 100%!important;}
  body.checkout-cart-index .middle .column-right {width: 100%!important;}
  .in-store-view h4 {font-size:27px!important;}
  .in-store-view .row{padding:0;width:100%!important;}
  .in-store-view .col-2 .box { width: 100%!important;float: left;}
  .in-store-view .box.item-1 iframe{height: 100%!important;}
  div#map_canvas {width: 100%!important;}
  .in-store-view .row .box{padding: 7px 0!important;}
  .in-store-view .col-2 .box:first-child{margin-right:0!important;}
  body.checkout-onepage-index #authorizenet_cc_number { width: 100%!important;}
  body.checkout-onepage-index .middle .col-right{width:100%!important;}
  body.checkout-onepage-index #authorizenet_cc_type {width: 100%;}
  .opc .buttons-set button.button.btn-checkout {
    width: 60%!important;
    float: left!important;
    margin-right: 10px!important;
}
   table.csp-table tr td {width:100%; display: inline-block;}
 .cms-customer-service .customer-service-acc dd{margin-right:0!important; margin-left:0!important;    font-size: 13px!important; text-align: justify;}
}

 

@media (max-width: 425px) {
    .homepage-fullwidth .block.block-1 .button {
        background-color: #4572cc;
        background-color: var(--windows-blue);
        color: #ffffff;
        right: 4%;/*18px;*/
        bottom: 4%;/*18px;*/ 
    }
    .homepage-fullwidth .block.block-2 {
        background-position: 0% 0%;
    }
    .homepage-fullwidth .block.block-2 .button {
        left: 4%;/*18px;*/
        bottom: 4%;/*18px;*/
    }
    .homepage-fullwidth .block.block-3 .descr {
        margin-top: 1em;
    }
    .homepage-fullwidth .block.block-3 .button {
        margin-top: 3em;
    }
    .homepage-fullwidth .block .header {
        position: absolute;
        left: 4%;
        bottom: 49%;
        width: 50%;
        height: auto;
        margin: 0;
        font-size: 30px;
        line-height: 1.17em;
    }
    .homepage-fullwidth .block .descr {
        width: 92%;
        height: auto;
        position: absolute;
        left: 4%;
        bottom: 18%;
    }
	
#ifm-src iframe {width: 100%!important;}
#ifm-src object {width: 100%!important;}
#ifm-src {float: none; text-align: center;  margin: 0 auto;}
.column-left.column-cart {width: 100%!important;}
.column-left.column-cart{width: 100%!important;}
.price-box {
    float: none;
    margin: 0 auto;
    text-align: center;
}

}


.homepage-products-block {
    text-align: center;
}
.homepage-products-block > h2 {}
.homepage-products-block > ul {}
.homepage-products-block > ul li.product {
    display: inline-block;
    width: 22%;
    min-width: 150px;
    margin: 0;
    padding: 0 1%;
    vertical-align: top;
    /*outline: 1px solid red;*/
}
.homepage-products-block > ul li.product a.product-wrap {
    display: block;
    width: 250px;
    height: 270px;
    max-width: 100%;
    margin: 0 auto;
    /*outline:1px solid green;*/
}
.homepage-products-block > ul li.product a.product-wrap:hover {
    text-decoration: none;
    border-radius: 1px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 16px 0px rgba(204,204,204,1);
}
.homepage-products-block > ul li.product .product-image {
    width: 150px;
    height: 150px;
    margin: 0 auto; 
}
.homepage-products-block > ul li.product .product-image > img {
 /*    width: 100%; */
    height: auto;
}
.homepage-products-block > ul li.product .product-name {
    max-width: 180px;
    font-family: 'Circular Std Bold';
    font-size: 12px;
    font-weight: bold;
    line-height: 1.17em;
    color: #1a1a1a; 
    margin: 23px auto 0.6em; 
    min-height: 3.5em;
}
.homepage-products-block > ul li.product .product-oldprice {
    font-size: 10px;
    font-weight: bold;
    color: #999999;
    color: var(--warm-grey);
    text-decoration: line-through;
    min-height: 1.5em;
}
.homepage-products-block > ul li.product .product-price {
    font-family: 'Circular Std Bold';
    font-size: 13px;
    font-weight: bold;
    color: #4572cc;
    color: var(--windows-blue);
}

.homepage-products-block .old-price {
    
}
.homepage-products-block .old-price .price-label {
        display: none;
}
.homepage-products-block .old-price .price {
    font-family: "Circular Std";
    font-weight: normal;
    font-size: 10px;
    color: #999999;
    color: var(--warm-grey);
    text-decoration: line-through;
}

.homepage-products-block .special-price {
    
}
.homepage-products-block .special-price .price-label {
        display: none;
}
.homepage-products-block .special-price .price {
    font-family: "Circular Std";
    font-weight: normal;
    font-size: 13px;
    color: #4572cc;
    color: var(--windows-blue);
}

.homepage-products-block a.browse-all {
    display: block;
    width: 88%;
    height: 50px;
    line-height: 50px;
    margin: 1.5em auto 3em;
    font-size: 14px;
    /*font-weight: bold;*/
    font-family: "Circular Std Bold";
    background-color: #fafafa;
    background-color: var(--white-two);
    color: #4572cc;
    color: var(--windows-blue);
}

@media (max-width: 425px) {
    .homepage-products-block > ul li.product {
        width: 47%;
        padding: 0px 1%;
    }
}



.homepage-orderscomewith {
    text-align: center;
}
.homepage-orderscomewith ul {

}
.homepage-orderscomewith ul li {
    display: inline-block;
    margin: 0 30px;
    font-size: 14px;
}
.homepage-orderscomewith ul li:first-child {
    margin-left: 0;
}
.homepage-orderscomewith ul li:last-child {
    margin-right: 0;
}
.homepage-orderscomewith ul li img {
    margin-right: 12px;
    margin-bottom: -2px;
}

.orderscomewith-narrow {
    text-align: left;
}
.orderscomewith-narrow h4 {
    font-size: 13px;
}
.orderscomewith-narrow ul li {
    /*display: inline-block;*/
    margin: 8px 0;
    font-size: 14px;
}
.orderscomewith-narrow ul li:first-child {
    /*margin-left: 0;*/
}
.orderscomewith-narrow ul li:last-child {
    /*margin-right: 0;*/
}
.orderscomewith-narrow ul li img {
    margin-right: 12px;
    margin-bottom: -1px;
}

@media (max-width: 425px) {
    .homepage-orderscomewith ul {
        width: auto;
        margin: 0 auto;
        white-space: nowrap;
        display: inline-block;
    }
    .homepage-orderscomewith ul li {
        display: block;
        margin: 0;
        text-align: left;
        margin-bottom: 16px;
    }
    .homepage-orderscomewith ul li:last-child {
        margin-bottom: 0;
    }
}


.homepage-callus {
    text-align: center;
}
.homepage-callus ul {
    /*display: inline-block;*/
    width: auto;
    margin: 0 auto;
}
.homepage-callus ul li {
    display: inline-block;
    width: auto;
    font-size: 12px;
    color: #999999;
    color: var(--warm-grey);
    white-space: nowrap;
}
.homepage-callus ul li:first-child {
    padding-right: 4%;
    border-right: 2px solid #e6e6e6;
}
.homepage-callus ul li:last-child {
    padding-left: 3%;
}
.homepage-callus ul li a {
    display: block;
    font-size: 16px;
    color: #4572cc;
    color: var(--windows-blue);
}

@media (max-width: 425px) {
    .homepage-callus ul li:first-child {
        padding-right: 8%;
    }
    .homepage-callus ul li:last-child {
        padding-left: 7%;
    }
}



.homepage-about {
    text-align: left;
    font-size: 14px;
    line-height: 1.57em;
    color: #626262;
    color: var(--brownish-grey);
    max-width: 500px;
    margin: 0 auto;
}
.homepage-about .logo {
    display: block;
    margin: 0 auto;
}
.homepage-about h2 {
    text-align: center;
}

@media (max-width: 425px) {
    .homepage-about {
        max-width: 80%;
    }
}




.homepage-signup {}
.homepage-signup h2 {
    text-align: center;
    margin: 0;
}
.homepage-signup div {
    font-size: 18px;
    text-align: center;
    color: #626262;
}
.homepage-signup form input[type=text] {
    display: block;
    width: 315px;
    max-width: 90%;
    max-width: calc(100% - 30px);
    height: 20px;
    padding: 15px;
    font-size: 18px;
    margin: 0 auto;
}
.homepage-signup form input[type=submit] {
    display: block;
    width: 345px;
    max-width: 100%;
    height: 50px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    background-color: #4572cc;
    background-color: var(--windows-blue);
    border: 0;
    color: #ffffff;
    margin: 0 auto;
}

.promobanner-top {
    color: #ff4d64;
    background-color: #121212;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 9999;
}
.promobanner-top ~ #header-top-container {
    margin-top: 34px;
}

.social-icons { text-align: center; }
.social-icons a { margin: 0 13px; }
.social-icons a.facebook {}
.social-icons a.instagram {}
.social-icons a.youtube {}
.social-icons a img {}
.social-icons a.facebook img {}
.social-icons a.instagram img {}
.social-icons a.youtube img { margin-bottom: -3px; }



.homepage-callouts { width: 944px; padding: 0 6px 10px 10px; background-color: #f1f2f2; float: left; margin: 10px 20px 0; }
.homepage-callouts .callout-box { width: 465px; }
.homepage-callouts .celeb-box { margin-right: 10px; }
/* Custom Jewelry Gallery */
.gallery-head { width: 100%; height: 406px; background: #fff url(../images/gallery/head.jpg) 0 0 no-repeat; }
.gallery-head div { width: 420px; padding: 15px 12px 0; }
.gallery-head h1 { font: italic 38px "Times New Roman", "times", serif; color: #15256c; margin: 0; }
.gallery-head .line-1 { font-size: 12px; margin-top: 8px; }
.gallery-head .line-2, .underslider .line-2 { text-align: center; font: italic 22px "Times New Roman", "times", serif; color: #15256c; margin-top: 100px; }
.gallery-head .line-3, .underslider .line-3 { text-align: center; font-size: 14px; margin-top: 8px; }
.gallery-head .line-3 img, .underslider .line-3 img { margin: 0 12px; }
.gallery-head .line-4, .underslider .line-4 { text-align: center; margin-top: 8px; }
.gallery-head .line-4 a, .underslider .line-4 a { font: italic 22px "Times New Roman", "times", serif; color: #7f0000; text-decoration: underline; }
.gallery-likebox .share-top { margin: 0; padding: 4px 70px; text-align: left; }
.gallery-likebox .share-top > span { font: italic normal 38px "Times New Roman", "times", serif; padding-left: 140px; }
.gallery-bottom-box { width: 960px; float: left; padding: 10px 10px 20px; background-color: #f1f2f2; }
.gallery-bottom-box > div { float: left; padding: 10px 20px 20px; background-color: #fff; }
.gallery-sidebar { float: left; background-color: #6f8ac3; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; padding: 12px 20px; width: 242px; }
.gallery-sidebar > div { background-color: #fff; border: 1px solid #000; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; margin: 20px 0 0; padding: 12px 12px 4px; text-align: center; }
.gallery-sidebar > div:first-child { margin-top: 0; }
.gallery-sidebar a { color: #333; font-size: 11px; }
.gallery-slider { position: relative; float: left; width: 638px; text-align: center; }
.gallery-slider .slider-wrapper { width: 400px; margin: 0 auto; }
.gallery-slider .bxslider a span, .gallery-slider .bxslider p span { font: italic 22px "Times New Roman", "times", serif; color: #15256c; width: 400px; display: block; margin: 0 auto 20px; }
.underslider { margin-top: 20px; }
.underslider .line-2 { margin-top: 0; }
.gallery-head .line-2-2 { text-align: center; font-size: 12px; color: #15256c; margin-top: 110px; }
.gallery-head .line-3-2 { text-align: center; margin-top: 8px; }
#slider-prev a { display: block; width: 74px; height: 71px; background: url(../images/gallery/arrow-left.jpg) 0 0 no-repeat; cursor: pointer; position: absolute; top: 200px; left: 7%;}
#slider-next a { display: block; width: 74px; height: 71px; background: url(../images/gallery/arrow-right.jpg) 0 0 no-repeat; cursor: pointer; position: absolute; top: 200px; right: 7%; }
.is-blog .gallery-likebox .share-top > span { padding-left: 90px; }
.is-blog #slider-prev a { left: 5% }
.is-blog #slider-next a { right: 5% }
.bx-wrapper .bx-pager { float: left; width: 400px; height: 65px; overflow: hidden; }
.bx-wrapper .bx-pager .bx-pager-item { float: left; }
.thumbSlider img { cursor: pointer; }
.catalogsearch-result-index .col-1-layout .listing-type-grid { padding-bottom: 15px; }
.sidebar-right #slide-prev { display: block; width: 51px; height: 51px; background: url(../images/upslide.png) 0 0 no-repeat; position: absolute; top: 30px; left: 110px; cursor: pointer; }
.sidebar-right #slide-next { display: block; width: 51px; height: 51px; background: url(../images/downslide.png) 0 0 no-repeat; position: absolute; bottom: 30px; left: 110px; cursor: pointer; }
.sidebar-right > span > a { display: block; width: 51px; height: 51px; }
.sidebar-slider { margin: 30px 0; height: 466px; overflow: hidden; background-color: #6f8ac3; width: 234px; padding: 40px 20px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; }
.sidebar-slider .bxslider li { height: 228px; }
.sidebar-slider .bxslider li p { height: 168px; width: 234px !important; background-color: transparent !important; position: relative; padding-bottom: 60px; margin: 0;}
.sidebar-slider .bxslider li p > span:first-child { overflow: hidden; width: 100%; display: block; height: 46px;font: bold 18px/22px "Lucida sans", "Lucida Grande", sans-serif; text-transform: uppercase; color: #fff; position: absolute; bottom: 6px; }
.sidebar-slider .bxslider li p .img-wrp { text-align: center; padding: 5px; display: block; background-color: #fff; border: 1px solid #000; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; }
.sidebar-slider .bxslider li p .img-wrp span { display: block; overflow: hidden; }
.sidebar-slider .bxslider li p .img-wrp span img { height: 156px !important; display: block; margin: 0 auto; }
.black-friday { display: none; padding: 0 !important; left: 0; }
.post-black-friday { display: block; }
@media only screen and (device-width: 768px) {
	/*body { width:1000px; }*/
	/*.middle-container { padding:0 }*/
}
img {border:0}
a img {border:0}
.cms-new .catalog-listing { border-bottom: 16px solid #f1f2f2; }
.homepage-banner { padding: 10px 20px 0; }


.product-info-box .data-table-wrapper h3 { margin-bottom: 0.5em; }
.product-info-box .data-table-wrapper table .data { margin-bottom: 0.5em; }







/* sprite icons */

.ordercomewithlist li.ic-ship:before{
	content:"";
	width:16px;
	height:16px;
	display:inline-block;
	background:url(../images/custom-sprite.png) 0 -73px no-repeat;
	vertical-align: middle;
    margin-right: 12px;
}
.ordercomewithlist li.ic-appraisal:before{
	content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/custom-sprite.png) -21px -72px no-repeat;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -3px;
}
.ordercomewithlist li.ic-gift-box:before{
	content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/custom-sprite.png) -42px -72px no-repeat;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -3px;
}
.ordercomewithlist li.ic-returns:before{
	content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/custom-sprite.png) -62px -72px no-repeat;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -3px;
}
.custom-social-icons a{display:inline-block;}
.social-icons.custom-social-icons a.facebook{
	content:"";
	width: 11px;
    height: 20px;
    display: inline-block;
    background: url(../images/custom-sprite.png) 0px -42px no-repeat;
    vertical-align: middle;
}
.social-icons.custom-social-icons a.instagram{
	content:"";
	width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/custom-sprite.png) -14px -43px no-repeat;
    vertical-align: middle;
}
.social-icons.custom-social-icons a.youtube{
	content:"";
	width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/custom-sprite.png) -35px -42px no-repeat;
    vertical-align: middle;
}


.header-nav .search_mini_form .mini-search input[type=submit]{
	width: 41px;
    height: 31px;
    position: relative;
    right: initial;
    top: initial;
	background: url(../images/custom-sprite.png) 0 0 no-repeat;
	font-size: 0;
    border: 0;
}

/* .form-quick-contact div.close a.close:before{
	content: "";
    width: 56px;
    height: 13px;
    display: inline-block;
    background: url(../images/custom-sprite.png) 0px -101px no-repeat;
    vertical-align: top;
} */

.hhj-detail-cls{position: relative; display: block;}
.tham-detail-cls{background: url(../images/youtube-play-button.png) center center no-repeat; position: absolute; border-radius: 5px; top: 50%;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: -15px;}
   




/********************************Privacy-Policy*************************************/   
.cms-customer-service p{font-family: 'Circular Std Book'; font-size: 16px; color: #2d2a2a;}
.cms-customer-service p{font-family: 'Circular Std Book'; font-size: 16px; color: #2d2a2a; padding-left: 0; padding-bottom: 10px;}
.cms-customer-service tbody tr td .customer-service-navy li a{font-family: 'Circular Std Book'; font-size: 14px;}
.cms-customer-service .customer-service-acc dt.page-head{font-family: 'Circular Std Book'; font-size: 16px; color: #2d2a2a; padding: 15px 0 10px 30px;}
.cms-customer-service .customer-service-navy{border-right: 1px solid #b3b3b3; font-size: 20px;}
.cms-customer-service .customer-service-acc dd{margin: 3px 0px 10px 30px; font-family: 'Circular Std Book'; font-size: 15px;  line-height: 24px; padding: 25px 15px;}
.cms-customer-service .customer-service-navy li{margin-bottom: 10px;}
.root-category .category-description, .sub-category .category-description{text-align: justify; text-align-last:center; }

#ifm-src iframe{width:500px; height:500px;}
.product-img-box .more-views li {
    float: left;
    border: 1px solid #999999;
    display: inline-block;
    width: 93px;
    height: 93px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 3px;
}
/*************************  ******************************/
@media only screen and (max-width: 767px) and (min-width: 701px){
dl.customer-service-acc .customer-service-home p {font-size: 13px!important;}
dl.customer-service-acc .customer-service-home {width: 30%!important; margin-right: 10px!important;}
dl.customer-service-acc .customer-service-home:last-child{clear:none!important;}
div#algolia-searchbox {float: none!important;text-align: center;position: relative;width: 100%; right: 25%!important; margin-top: 0!important;}
 } 



@media only screen and (max-width: 700px) and (min-width: 480px){
dl.customer-service-acc .customer-service-home {width: 45%!important;margin-left: 10px!important;}
div#algolia-searchbox {float: none!important;text-align: center;position: relative;width: 100%; right: 25%!important; margin-top: 0!important;}
 } 


@media only screen and (max-width: 768px) {
    
.product-info-box .product-img-box iframe{width:100%;}
#ifm-src iframe {width: 100%!important;}
#ifm-src object{width: 100%!important;}
 .wrapper{padding:0;}
 .homepage-about{padding:10px;}
 .homepage-about{max-width:100%!important;}
 .homepage-signup {padding: 8px; box-sizing: border-box;}
 .tabs{width: 100%!important;     max-width: 100%!important;}
 a#quick-contact-link{max-width: 100%;}
 .sub-categories .reviews-box{width:100%;max-width: 100%;}
 .homepage-signup form input[type=submit]{width:100%!important;}
 .homepage-signup form input[type=text]{width:100%!important;}
 .product-img-box > p{width: 100%!important; margin-left: 0!important;}
 .promobanner-top p{font-size: 13px !important;}
 .promobanner-top ~ #header-top-container {margin-top: 29px;}
 #header-top-container{margin-top: 0px;}
 div#map_canvas{width:auto!important;}
 }

@media only screen and (max-width: 1500px) and (min-width: 1200px){ 
.cms-avianne-reviews .in-store-view .row.col-2 .box.item-2{float:left; width:56%;margin-right: 0;}
.in-store-view .row.col-2 .box.item-2{float:left; width: 48%;margin-right: 0;}
.in-store-view .row.col-2 .box.item-3{float:right!important;} 
.in-store-view .box.item-1 iframe { height: 350px!important;}
body.checkout-cart-index .middle .column-left{width:auto;}
table.csp-table dl.customer-service-acc .customer-service-home {width: 22%!important; margin-right: 9px!important;} 
table.csp-table dl.customer-service-acc .customer-service-home:last-child {clear: none!important;}	 
.empty-cart-container .recently-viewed .box {width: 30%!important; float: left!important; display: inline-block!important; margin-right: 9px!important; margin-left: 12px!important;}
.empty-cart-container .recently-viewed .box a{font-size:12px!important;}
.shopping-cart-totals h3{font-size:14px!important;}

} 
 
@media only screen and (max-width: 1199px) and (min-width: 1025px){ 
.in-store-view .row.col-2 .box.item-2{float:left; width: 48%;margin-right: 0;}
.in-store-view .row.col-2 .box.item-3{float:right!important;} 
.in-store-view .box.item-1 iframe { height: 350px!important;}
body.checkout-cart-index .middle .column-left{width:auto;} 
body.checkout-onepage-index .middle .col-right .discount-codes .buttons-set button{width:33%;}
table.csp-table dl.customer-service-acc .customer-service-home {width: 30%!important;
    margin: 0 10px 0 10px!important;}
table.csp-table dl.customer-service-acc .customer-service-home:last-child {clear: none!important;}
.empty-cart-container .recently-viewed .box {width: 29%!important;float: left!important; display: inline-block!important;margin-right: 12px!important; margin-left: 11px!important;}
.empty-cart-container .recently-viewed .box a{font-size:12px!important;}
.shopping-cart-totals h3{font-size:14px!important;}
.product-img-box > p img{width:90%!important;}
.catalog-product-view .content-block{padding:20px;}

} 
@media only screen and (max-width: 1024px) and (min-width: 992px){ 
.in-store-view .row.col-2 .box.item-2{float:left; width: 48%;margin-right: 0;    min-height: 263px;}
.in-store-view .row.col-2 .box.item-3{float:right!important;} 
.in-store-view .box.item-1 iframe { height: 350px!important;}
body.checkout-cart-index .middle .column-left{width:auto;}
body.checkout-onepage-index .middle .col-right .discount-codes #coupon_code{width:63%!important;}
table.csp-table dl.customer-service-acc .customer-service-home:last-child {clear: none!important;}
table.csp-table dl.customer-service-acc .customer-service-home {width: 22%!important;margin: 0 10px 0 10px!important;}
table.csp-table p {font-size: 12px!important;}
.empty-cart-container .recently-viewed .box {width: 29%!important;float: left!important; display: inline-block!important;margin-right: 12px!important; margin-left: 11px!important;}
.empty-cart-container .recently-viewed .box a{font-size:12px!important;}
.shopping-cart-totals h3{font-size:14px!important;}
.product-img-box > p img{width:90%!important;}
.catalog-product-view .content-block{padding:20px;}

}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.in-store-view .col-2 .box:first-child {margin-right: 0!important;}
	div#map_canvas{width:auto!important;}
	.in-store-view .col-2 .box{width:96%!important;}
	body.checkout-onepage-index .middle .col-right {float: right!important; width: 100%;}
	body.checkout-onepage-index #authorizenet_cc_type {width: 100%;}
	table.csp-table dl.customer-service-acc .customer-service-home {width: 43%!important;margin-left: 20px!important;}
	table.csp-table p {font-size: 14px!important;}
div#algolia-searchbox {float: none!important;text-align: center;position: relative;width: 100%; right:5px!important; margin-top:-50px!important;}
#algolia-searchbox .algolia-search-input{width: 275px!important;}
div#algolia-searchbox input#search{right:0!important;}
#algolia-searchbox .magnifying-glass{right:0!important;}
.empty-cart-container .recently-viewed .box{width:45%!important;margin-left: 11px!important; margin-right: 11px!important;}
.empty-cart-container .recently-viewed .box a{font-size:13px!important;}
.shopping-cart-totals h3{font-size:12px!important;}
.product-img-box > p img{width:90%!important;}
.catalog-product-view .content-block{padding:20px;}
}
@media only screen and (max-width: 991px) and (min-width: 769px){
	ol#checkoutSteps {float: left;}
	body.checkout-onepage-index .middle .col-right .discount-codes .buttons-set button{    margin-left: 0!important;} 
  	body.checkout-onepage-index #authorizenet_cc_number {width: 100%;}
	body.checkout-onepage-index .middle .col-right {float: right!important; width: 40%;}
	ol#checkoutSteps {float: left;width: 80%!important;}
	.opc .buttons-set button.button.btn-checkout{width: 60%!important;}
	div#algolia-searchbox {float: none!important;text-align: center;position: relative;width: 100%; right:5px!important; margin-top:-50px!important;}
#algolia-searchbox .algolia-search-input{width: 275px!important;}
div#algolia-searchbox input#search{right:0!important;}
#algolia-searchbox .magnifying-glass{right:0!important;}
}
@media only screen and (max-width:991px) {
.product-img-box .more-views li {margin-left: 25px;float: none;}

}

@media only screen and (max-width: 1024px) {
	#ifm-src iframe {width: 100%!important;}
	#ifm-src object {width: 100%!important;}
.product-img-box .more-views li{margin-left:18px;}
		body.checkout-onepage-index .middle .col-right .discount-codes .buttons-set button{    margin-left: 0!important;} 
}

/*************ni1011*****************/


.sub-wrapper{border:none;}

/*************ni1711*****************/

#ifm-src object {width: 500px;height: 500px;} 


#total-sidebar {float: left; width: 100%; margin-bottom: 50px;}
#total-sidebar tr {
float: left;
width: 100%;
text-align: left;
font-size: 0;
}
#total-sidebar tr td {width: 75%;
display: inline-block;
text-align: left;
padding: 3px 5px;
box-sizing: border-box;
font-size: 14px;
padding-left: 0;
}

#total-sidebar tr td + td{width: 25%;}


.cart-delimiter{ background-size: 100%;
margin-left: -5px;}


.block-progress ul li a {
font-size: 14px;
}


.block-progress ul:first-of-type {margin-top: 14px;}
.block-progress ul{margin-bottom: 12px;}


 

/********************** 612 ni ****************/

input#billing:lastname{margin-right:0!important;} 
input#billing:company{width:100%!important;}
.footer-container {height: 20px;}
.in-store-view .box.item-1 iframe { height: 350px!important;}
ol#checkoutSteps {float: left;width: 100%;}
 
/********************** 812 ni ****************/
  
table.csp-table dl.customer-service-acc .customer-service-home {float: left;width: 18%;margin: 0 10px 0 10px;text-align: center;}
table.csp-table dl.customer-service-acc .customer-service-home:last-child { clear: both;}
table.csp-table p {font-size: 14px;}


/********************** 912 ni ****************/

.customer-service-page-callus{visibility:hidden;}
/* div#algolia-searchbox label {
    display: none;
} */




/****************ni 1312 *****************/

.newContainer {
    width: 100%; 
    max-width: 1177px;
    margin: 0 auto;
    float: none;
}
.chain-box{float: left; width: 100%; margin: 30px auto;}

/* 
div#algolia-searchbox input#search {
       height: 100%;
    padding: 0;
    padding-left: 8px;
    margin: 0;
    position: relative;
    top: initial;
    left: initial;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 13px;
    color: #626262;
    color: var(--brownish-grey);
    padding: 15px;right:34px;
}

#algolia-searchbox .magnifying-glass{background-color: #eee!important; padding: 18.5px!important;background-position:9px!important;}
div#algolia-searchbox {float: right; margin-top: -45px; right:20px;}
.search_mini_form{visibility:hidden!important;} */ 
@media screen and (min-width: 320px) and (max-width:767px){
    .customer-service-page-callus{display: none;}
    #algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products{min-height: inherit !important;}
    #algolia-autocomplete-container .aa-dropdown-menu{overflow: auto; left: 30px !important; padding: 0 40px; box-sizing: border-box; height: 300px; right:30px!important; width:auto!important}  
    #algolia-searchbox .clear-query-autocomplete{right: 15px; z-index: 9;}
    input#search{font-size: 16px !important}
    #algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .algoliasearch-autocomplete-hit{pointer-events: none !important;}
    .box.item-7 a span{bottom: 0;}
	
		#algolia-autocomplete-container .aa-dropdown-menu::-webkit-scrollbar {
		width: 1em;
		height: 1em
		}
		#algolia-autocomplete-container .aa-dropdown-menu::-webkit-scrollbar-button {
		background: #ccc
		}
		#algolia-autocomplete-container .aa-dropdown-menu::-webkit-scrollbar-track-piece {
		background: #888
		}
		#algolia-autocomplete-container .aa-dropdown-menu::-webkit-scrollbar-thumb {
		background: #eee
		}
}
@media screen and (min-width: 480px) and (max-width:767px){
    #algolia-autocomplete-container .aa-dropdown-menu{overflow: scroll; left: 0 !important; padding: 0 20px 0 50px; box-sizing: border-box; height: 300px;}
    div#algolia-searchbox {float: left!important;margin-top:20px!important; right: 0 !important; width: 100% !important; padding: 0 15px !important; box-sizing: border-box;}
    div#algolia-searchbox input#search{width: 100%; left: 0;}
    div#algolia-searchbox{margin-top: 12px !important}
	.sub-category .sub-categories .box, .root-category .sub-categories .box{width:auto!important;text-align: center; margin: 0 auto;}
.sub-category .sub-categories .box a span, .root-category .sub-categories .box a span{font-size: 14px!important;}

.empty-cart-container{width:100%!important; padding:15px!important; box-sizing:border-box;}
.empty-cart-container .recently-viewed .box{width:100%!important; margin-right:0!important; margin-left:0!important; margin:0!important; margin-bottom:20px!important;}
.empty-cart{ padding:15px!important; box-sizing:border-box;}
.empty-cart .csp{width:100%!important;position:static!important; float:none!important; }
.empty-cart-container .recently-viewed{margin:0 auto!important;}
.content-block .page-head h3{font-size:25px!important; text-align:center;}
.empty-cart-container .recently-viewed .box a{min-height:40px!important;}
.product-shop .product-name{font-size: 18px!important;    margin: 20px auto!important;}
}
.sub-category .sub-categories .box a span{line-height: 19px; }
.sub-categories .box{background-color: #fff;}
.box.item-7 a span {
    bottom: -19px !important;
}


#algolia-autocomplete-container.reverse .aa-dropdown-menu .footer_algolia{
	display:none!important;
}



/****************ni 2712 *****************/

.empty-cart {
    width: 100%;
}
.empty-cart p {font-size: 15px;}
.empty-cart .follow-cats {
    width: 70%;
    float: left; 
}

.follow-cats-item p a {
    font-size: 13px;
    color: #000;
    text-align: center;
    margin: 15px auto;
    display: inline-block;
}

.empty-cart .follow-cats .follow-cats-item {
    float: left;
    text-align: left;
    margin-right: 20px;
    width:auto;
}
.empty-cart .follow-cats>div{clear:none!important;}
.empty-cart .csp {
    float: right;
    width:28%;
    position: relative;
    box-shadow: 0px -1px 4px #ddd; margin-right:0;margin-bottom:30px!important; top:0!important;
}
.shopping-cart-totals h3 {
    font-size: 16px;
    text-transform: uppercase;
    background: #000;
    padding: 10px;
    color: #fff;
    margin: 0 auto;
}
ul.disc.customer-service-navy {
    padding: 15px;
}

ul.disc.customer-service-navy li {
    width: 100%;
    display: block;
    font-size: 13px;
    margin: 10px 0;
    color: #666;
    border-bottom: solid #eee 1px;
    padding: 5px 0px;
}
ul.disc.customer-service-navy li a {
    color: #666;
    font-weight: normal;
}
.empty-cart-container h6>span {
    font-size: 16px!important;
}
.empty-cart-container{float:left; width:70%;    padding: 0 30px 0 0;
    box-sizing: border-box;}
.empty-cart-container .recently-viewed{    float: left;
    text-align: center;
    width: 100%;}

.empty-cart-container .recently-viewed .box {
    text-align: center;
    width: 22%;
    margin-right: 11px;
    margin-left: 10px;
    float: none;
    display: inline-block;
    vertical-align: text-top; 
    padding: 0;
    margin-bottom:10px;float: left;
    margin-top: 10px;
}
.empty-cart-container .recently-viewed .box a {
    font: 10px 'Circular Std Book', "Lucida Sans Unicode", "Lucida sans", "Lucida Grande", sans-serif;
    color: #666;
    font-size: 11.5px;
    min-height:65px;
    display: block;
}
.empty-cart-container .recently-viewed .box .price-box .special-price{font-size:13px;}
.empty-cart-container .recently-viewed .box .price-box .special-price .price-label{font-size:13px;}
.empty-cart-container .link-box .line-3{font-size:13px;}
.checkout-cart-index.cms- .footer{display:none;}

@media (max-width:320px){
.filter-price #price-filter-button{
	width: 220px;
}
}
@media (max-width:768px){
#price_maximum {
    margin-right: 0px;
}
}
.catalogsearch-result-index .block-layered-nav .nav-col-2.narrow-by{
    float: none;
    text-align: center;
    margin: 0 auto!important;
}
.catalogsearch-result-index .block-layered-nav .nav-col-2.narrow-by select{
    margin-right: 0!important;
    text-align: center!important;
}
.catalogsearch-result-index .block-layered-nav .nav-col-2.narrow-by select option{
    margin-right: 0!important;
    text-align: center!important;
}
