/* Global Styles ========================================================================= */

.guest-select {width:305px !important;}

/* Form Elements */
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button,
button.btn-checkout {
    overflow:visible;
    width:auto;
    border:0;
    padding:0;
    margin:0;
    background:transparent;
    cursor:pointer;
    display: inline-block;

    border:1px solid #7B5269;
    background:#7B5269;
    text-align:center;
    white-space:nowrap;
    color:#fff;
    text-transform: uppercase;
    font-family: Georgia;
    font-size: 15px;
    line-height:25px;
    padding:0 10px;
    text-decoration: none;

    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border: none;
    position: relative;
    background: #000000;
}

button.button:active {
    top: 1px;
    left:1px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
button.button:hover {
    background: #997d8e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5N2Q4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzk5N2Q4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzkzNzU4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MTVmNzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #997d8e 0%, #997d8e 48%, #937587 76%, #815f74 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#997d8e), color-stop(48%,#997d8e), color-stop(76%,#937587), color-stop(100%,#815f74));
    background: -webkit-linear-gradient(top,  #997d8e 0%,#997d8e 48%,#937587 76%,#815f74 100%);
    background: -o-linear-gradient(top,  #997d8e 0%,#997d8e 48%,#937587 76%,#815f74 100%);
    background: -ms-linear-gradient(top,  #997d8e 0%,#997d8e 48%,#937587 76%,#815f74 100%);
    background: linear-gradient(to bottom,  #997d8e 0%,#997d8e 48%,#937587 76%,#815f74 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#997d8e', endColorstr='#815f74',GradientType=0 );

}


button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
button.btn-checkout{
    margin:20px 0;
}
button.btn-checkout span {
    padding:0 20px;
    line-height:40px;
    font-size: 18px;

}
button.btn-checkout span span { } 
button.btn-checkout.no-checkout span { }
button.btn-checkout.no-checkout span span {}

button.button-as-link{
    background: none;
    border: none;
    text-decoration: underline;
}



p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#fff; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/

/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/
.discount-form .input-box {display:inline-block;line-height: 29px;vertical-align: bottom;}
.discount-form .buttons-set{display:inline-block;border:none;padding:0;margin:0;line-height: 20px;}
.discount-form .buttons-set button.button{line-height: 21px;font-size: 13px;}
.buttons-set { clear:both; margin:10px 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; display: inline; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset,fieldset {  margin:10px 0;padding:0px }
.fieldset .legend { font-weight:bold; font-size:16px;  position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }


/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { /*border-color:#446423; background-color:#eff5ea;*/ background-image:url(../images/i_msg-success.gif);  color:#3d6611; }
.note-msg,
.notice-msg {  background-image:url(../images/i_msg-note.gif); font-weight:bold; }
.col1-layout .notice-msg,
.col1-layout .note-msg{
    margin: 0;
    float: right;
    width: 730px;
    display: inline-block;
    border:1px solid #7B5269;
}
/* BreadCrumbs */
.breadcrumbs {
    margin: 0 auto;
    position: relative;
    padding: 7px 0px 12px 0px;
    border-bottom: 1px solid #CCCCCC;
    width: 1001px;
}
body.category-top-level.catalog-category-view .breadcrumbs {
    display:none;
}

.catalog-category-view .breadcrumbs {
    margin-bottom: 10px;
}

.catalog-product-view .breadcrumbs {
    padding: 15px 0 15px 30px;
}


.breadcrumbs li {
    position: relative;
    padding: 0;
    display: inline;
    text-transform: uppercase;
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.breadcrumbs span {
    font-size: 16px;
    margin-right: 5px;
}

.breadcrumbs li a{
    text-decoration: none;
    color:#000000;
}
.breadcrumbs li strong { 
    color: #666666;
}

/* Page Heading */
.page-title { 
    display: inline-block;
    width: 163px;
    margin-top: 10px;
    float:left;
}

.cart .page-title {
    width: 176px;
    float:none;
}

.account-login .page-title {
    width: 1001px;
}

.col-left {
    font-family: Georgia;
    font-size: 16px;
    color: #333333;
}
.page-title h1{ line-height: 22px;
                 color: #000000; text-transform: uppercase; font-size: 22px; font-family: Georgia;}
.std h2 {
    font-family: Georgia;
    font-size: 22px;
    color: #7b5269;
    text-transform: uppercase;
    width: 775px;
    float: right;
    text-align:left;
    margin-top: 20px;
}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Toolbar */
.category-products .toolbar {
    width: 779px;
    float: right;
    margin-bottom: 14px;
    font-family: arial;
    font-size: 12px;
}

.category-products .toolbar-bottom {
    margin-top: 18px;
}

.category-products .toolbar .sorter, .category-products .toolbar .limiter, .category-products .toolbar .pager {
    display: inline-block;
    vertical-align: middle;

}

.category-products .toolbar .limiter {

}


/* Sorter */
.sorter {
    margin:0 20px 0 0;  
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.sorter .view-mode { }
.sorter .sort-by {position: relative; display: inline-block; margin-right: 15px;vertical-align: middle; }
.sorter .sort-by label { }
.sorter .sort-by select { padding:0; margin:0 0 3px; }
.sorter .sort-by a{text-decoration: none;color:#333;position: absolute;top: 1px;right: -18px;}
.sorter .link-feed {}

.limiter {
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.limiter label {  }
.limiter select { padding:0; margin:0 0 3px;}


.toolbar .pager {
    padding: 2px 0 0;
    float:right;
    width: 350px;
}
.pager .amount {
    display: inline-block;
    padding: 0 10px;
    font-family: Helvetica;
    font-size: 12px;
    color: #999999;
    float:left;
}
.pager .pages {  
    display: inline; 
    font-family: Helvetica; 
    color:#000000; font-size: 12px; 
    font-weight: bold; 
    float: right;
}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages li a { color: #999999; text-decoration: none;}
.pager .pages li a:hover { color: #000000; }
.pager .pages .current {}










/* Data Table */
.data-table { width:100%; }
.data-table .odd  { }
.data-table .even {  }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { }
.data-table tr.last th,
.data-table tr.last td { }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { padding:2px 4px;  white-space:nowrap;
                       font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
                       font-size: 11px;
                       font-weight: bold;
                       text-transform: uppercase;
                       color: #666;

}
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th {b}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot {  }
.data-table tfoot tr.first td {padding: 15px 0;}
.data-table tfoot tr { }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody tr.first td{border-top: 1px solid #E2DFDB;}
.data-table tbody td {padding: 15px 4px;border-bottom: 1px solid #E2DFDB;}


/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr {  }
.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 {  }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }
.data-table td a.product-image img {
    margin: 0 10px 0 0;
    display: block;
    border:1px solid #fff;
}
.data-table.cart-table tbody td h2{
    margin:0;
    line-height: 14px;
}
.data-table.cart-table tbody td h2,
.data-table.cart-table tbody td h2 a
{
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
}
.data-table.cart-table tbody td span.cart-price .price{
    font-size: 12px;
    font-weight:normal;
}
.data-table.cart-table tbody td.subtotal span.cart-price .price{
    font-weight:bold;
}

.totals table#shopping-cart-totals-table{
    text-align:right;
    float:right;
}
.totals .checkout-types{
    clear:both;
    float:right;
}
.totals #shopping-cart-totals-table td{
    padding: 3px 4px;
}
.totals #shopping-cart-totals-table .price{
    font-size:13px;
    font-weight:bold;
}
.totals #shopping-cart-totals-table td.total-price .price{
    font-size:16px;
}
.data-table.cart-table .item-options{
    font-size: 13px;
}
.data-table.cart-table .item-options dt{
    padding:5px 0 0;
}
.data-table.cart-table .item-options dd{
    padding:0;
    margin:0;
    font-weight:bold;
}

.checkout-cart-index
div.cart{
    width:824px;
    float:left;
}
/*Crossell*/
.crosssell{
    padding:10px;
    width: 135px;
    min-height: 550px;
    text-align: center;
    float:right;
}
.crosssell .item{
    margin:0 0 20px 0;
}
.crosssell img{

    border: 1px solid white;
}
.crosssell h2 {
    margin: 10px 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.3;
    color: #7B5269;
}
.checkout-cart-index .crosssell h2 {
    color: #7B5269;
    text-transform: none;
}
.crosssell h3.product-name{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding:6px 0 0 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    color: #7B5269;
    margin: 0;
}
.crosssell h3.product-name a{
    color: #7B5269;
    text-decoration: none;
}
.crosssell .price-box{
    padding-bottom: 5px;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color: black;
    margin:0;
    padding:0;
}
.crosssell .price-box .price{
    font-size: 11px;
}
.crosssell button.button{

    line-height: 17px;

    font-size: 9px;
    font-weight: bold;
    color: white;
    background: #5F5854;
    border: none;
    overflow: visible;
}
.checkout-messages{
    position: relative;
    top: 30px;
}
.checkout-messages ul li h3{
    margin:0;
    padding:0 0 0 10px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color:#7B5269;
    font-weight: normal;
}
.checkout-messages ul li{
    position: relative;
    width: 200px;
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    color: #333;
    vertical-align: top;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.checkout-messages ul li p{
    line-height: 16px;
    margin:0;
    padding:0;
}
.checkout-messages ul li:before {
    position: absolute;
    top: 3px;
    left: -2px;
    content:"\0387";
    color: #7B5269;
    font-size: 30px;
}
/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#7B5269 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */



/*.super-attribute-select option:not(:checked) { 
    background-color: white; 
    color:#000;
}*/
.outt{
    color:red;
}

.header ul.categories > li.sale > a {
    color: #c21415;
}

.catalogsearch-result-index .page-title {
    width: 770px;
    float: right;
    margin-bottom: 20px;
}

.catalogsearch-result-index .category-left .layered {
    margin-top: 62px;
}

.catalogsearch-result-index .category-left .layered dt {
    background: none;
}

.checkout-cart-index h2 {
    text-transform: uppercase;
    color: #333;
    font-s
}

/*GIFTWRAP*/

.giftwrap-options {
    overflow: hidden;
    margin-bottom: 30px;
}

.giftwrap-options h2 {
    margin-bottom: 15px;
}

.giftwrap-options .notice {
    display: none;
    margin-bottom: 14px;
    line-height: 2.1em;
    background-position: 10px 12px !important;
}

.mdl-product {
    float: left;
    width: 49%;
    box-sizing: border-box;
    background-color: #EAE7E4;
    border-radius: 4px;
    padding: 12px;
    border: 2px solid #EAE7E4;
    margin-left: 2%;
    overflow: hidden;
    cursor: pointer;
}

.mdl-product:first-child {
    margin-left: 0;
}

.mdl-product .top {
    position: relative;
}

.mdl-product .top .text-img {
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    padding-left: 20px;
}

.mdl-product.selected {
    border: 2px solid #7B5269;
}

.mdl-product .giftwrap-title {
    overflow: hidden;
}

.mdl-product .giftwrap-title h3 {
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: normal;
    text-align: center;
}

.mdl-product .giftwrap-title h3 .giftwrap-price {
    font-family: Arial, sans-serif;
    color: #000;
    font-weight: bold;
}

.mdl-product .giftwrap-message {
    display: none;
    width: 100%;
    padding-top: 10px;
}

.mdl-product .giftwrap-message p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

.mdl-product .giftwrap-message textarea {
    padding: 6px;
    box-sizing: border-box;
    width: 100%;
    margin: 6px 0 10px;
    background: #fff;
}

.mdl-product .giftwrap-message .button {
    font-size: 14px;
    display: block;
    text-align: center;
    width: 100%;
}

/*Giftcard product styling*/

.am-giftcard-form .availability {
    display: none;
}

.am-giftcard-form .form-list label {
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    margin: 16px 0 4px;
}

.am-giftcard-form .form-list .fields,
.am-giftcard-form .form-list li,
.am-giftcard-form .fieldset {
    margin: 0;
}

.am-giftcard-form .form-list .input-box,
.am-giftcard-form .form-list .field {
    width: 100%;
}

.am-giftcard-form .form-list input,
.am-giftcard-form .form-list textarea {
    padding: 6px;
    width: 100%;
    box-sizing: border-box;
}

.am-giftcard-form .form-list select {
    height: 24px;
    width: 100%;
    padding: 6px;
}

#amgiftcard_amount_custom_block {
    margin-top: 5px;
    font-size: 11px;
}

#amgiftcard_amount_custom_block p {
    float: left;
    margin-left: 8px;
    margin-top: 4px;
    font-size: 11px;
}

body.amgiftcard .minimal-price *,
body.amgiftcard .link-wishlist {
    display: none;
}

body.amgiftcard .product-options {
    margin-bottom: 10px;
}

body.amgiftcard .minimal-price .price {
    display: block;
}

body.amgiftcard .product-view .product-details p {
    margin: 0;
}

body.is-blog .col2-left-layout .col-main {
    margin: 0 auto;
    float: none;
}

.is-blog #comments {
    display: none;
}