/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition End User License Agreement
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magento.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license http://www.magento.com/license/enterprise-edition
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* fonts */
@font-face {
    font-family: OpenSans;
    src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSansSemibold;
    src: url(../fonts/Open_Sans/OpenSans-Semibold.ttf);
}
@font-face {
    font-family: OpenSansLight;
    src: url(../fonts/Open_Sans/OpenSans-Light.ttf);
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans/opensans-semibold.eot');
    src: url('../fonts/opensans/opensans-semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans/opensans-semibold.woff2') format('woff2'),
    url('../fonts/opensans/opensans-semibold.woff') format('woff'),
    url('../fonts/opensans/opensans-semibold.ttf') format('truetype'),
    url('../fonts/opensans/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans/opensans-bold.eot');
    src: url('../fonts/opensans/opensans-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans/opensans-bold.woff2') format('woff2'),
    url('../fonts/opensans/opensans-bold.woff') format('woff'),
    url('../fonts/opensans/opensans-bold.ttf') format('truetype'),
    url('../fonts/opensans/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.text-black {  color: #31302B; }
.text-grey {  color: #979794; }
.text-orange {  color: #EF672F;  }
.text-green {  color: #7BA130;  }
.text-light-blue { color: #0D96C5; }
.text-blue{ color: #636363;}

.font-normal {font-family: OpenSans;}
.font-semibold {font-family: OpenSansSemibold;}
.font-light {font-family: OpenSansLight;}

.bkg-orange {  background: #EF672F;  }
.bkg-green {  background: #7BA130;  }
.bkg-black {background: #31302B;}
.button-orange { background: #EF672F; color: #FFFFFF; padding: 14.5px 50px;  border: none;}
.button-orange:hover { background: #c14800; color:#FFFFFF;}
.button-orange:disabled { background: #EF672F; color:#FFFFFF; }
.button-black {background: #31302B; color: #FFFFFF; padding: 15px 50px;  border: none;}
.button-black:hover { background: #5f5f5f;}
.button-white {border: 1px solid #d3d1cf; color: #5f5f5f; background: #fff; padding: 15px 50px;}
.button-white:hover {color: #31302B;}
.checkout-cart-index .button-orange{

}
.tab-container .text-paragraph .two-columns .left a.button-orange {
    float: right;
}
.tab-container .text-paragraph .two-columns .left{
    width: 100%;
    margin-bottom: 20px;
}

.tab-container .text-paragraph .two-columns .right{
    width: 100%;
}

footer .button-orange{
    padding: 14.5px 10px;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 150px;
    background: #f05b1e;
}
.separator {  width: 100%; border-top: solid 1px #D8D8D8;  }

.full-width { width: 100%;}

.text-normal { font-size: 16px; line-height: 25px;}

/* for a dropdown */
.dropdown-white-button {
    background: white;
    border: 1px solid #D3D1CF;
    display: inline-block;
    font-size: 14px;
    color: #31302B;
    text-align: left;
    font-size: 14px;
    color: #636363;
    font-family: OpenSans;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.dropdown-white-button i {
    color: #636363;
}
.dropdown-white-button:hover, .dropdown-white-button.active {
    background: #5F5F5F;
    border-color: #D3D1CF;
    color: #fff;
}
.dropdown-white-button:hover i, .dropdown-white-button.active i {
    color: white;
}
.dropdown-white {
    left: 0;
    background: white;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: 1px solid #D3D1CF;
    position: absolute;
    z-index: 1000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #636363;
}
.dropdown-white a {
    color: #31302B;
}
/*, .dropdown-white a.active*/
.dropdown-white a:hover{
    color: #EE672F;
}
.general-container .top .left .product-img img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.dropdown-white .narrow {
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid #D3D1CF;
    left: 25%;
    top: -10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: white;
    border-bottom: 0;
    border-right: 0;
}
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: OpenSans,sans-serif;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/*
 * Removes default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    color: #5F5F5F;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: OpenSans,monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}



/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */

table {
    /*border-collapse: collapse;*/
    border-spacing: 0;
}


/* ======================================================
                      general style
  ======================================================= */

.sales-order-history .buttons-set {  border: none;  }
thead p, #my-orders-table thead a {font-size: 14px;}
tbody td, #my-orders-table thead th { border: none; background: none;}

thead th {  text-transform: none;}
thead th.view { vertical-align: middle; }
tr { width: 100%;  margin: 0 auto;  }
thead { border: solid 1px #D8D8D8;  background: #FAFAFA; }
tbody { border: solid 1px #D8D8D8; }
tbody tr:last-child { border-bottom: none;  }
tbody tr td.productinfo .general-info span,
tbody tr td.productinfo .general-info a,
tbody tr td.productinfo .general-info p {  font-size: 16px;  line-height: 23px;}
tbody tr td.productinfo p,
tbody tr td.productinfo p a,
tbody tr td.view p,
tbody tr td.view p a { text-transform: none;  font-size: 14px;}
tbody tr td.productinfo .download-options {
    margin: 30px 0px;
}


/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* Prevent tap highlight on iOS/Android */
    -webkit-text-size-adjust: 100%;
    /* Prevent automatic scaling on iOS */
}

body {
    background: #FFFFFF;
    color: #000000;
    line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

th,
code,
cite,
caption {
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

address {
    font-family: OpenSans;
    font-size: 14px;
    color: #CAC3B4;
    line-height: 30px;
    float: left;
    padding-left: 15px;
    font-style: normal;
}

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

img {
    display: block;
}

ol,
ul {
    list-style: none;
}

q:before,
q:after {
    content: '';
}

input:focus,
input[type="search"]:focus {
    outline-offset: -2px;
}

input[type="search"] {
    -webkit-appearance: none;
    /* 1 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* 2 */
    box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a, button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button, input, select, textarea {  -webkit-border-radius: 2px;  -moz-border-radius: 2px;  border-radius: 2px;  }

body,
button,
input,
select,
table,
textarea {
    font-family:OpenSans, "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #636363;
    font-size: 14px;
    line-height: 1.5;
}

a {
    color: #0D96C5;
    font-size: 16px;
    text-decoration: none;
}

.link-small {  font-size: 14px;  }

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
    color: #31302B;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 40px;
    line-height: 45px;
    text-rendering: optimizeLegibility;
}

h2, .h2 {
    color: #31302B;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}

h3, .h3 {
    color: #31302B;
    font-family: OpenSansSemibold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-rendering: optimizeSpeed;
}

h4, .h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: OpenSans,"Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

h5, .h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: OpenSans, "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    /*text-transform: uppercase;*/
}

h6, .h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #636363;
    font-family: OpenSans, "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

p, .p {
    font-family: OpenSans, "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #31302B;
}
.text-small {
    font-size: 14px;
    line-height: 20px;
}
.text-smaller {
    font-size: 12px;
    line-height: 19px;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
    margin-bottom: 1em;
}

.availability {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
}

.availability .label {
    display: none;
}

.availability.in-stock {
    color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
    color: #df280a;
}

.availability-only {
    color: #df280a;
    margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
    /*.page-title h2,*/
.product-name h1,
.product-name .h1 {
    font-size: 40px;
    padding-bottom: 3px;
    margin-bottom: 15px;
    text-transform: none;
}
.customer-account-logoutsuccess .page-title h1{
    display: inline-block;
    width: 100%;
    padding-top: 40px;
}
.contacts-index-index .page-title h1,
.checkout-cart-index .page-title h1,
.customer-account-login .page-title h1,
.customer-account-create .page-title h1,
.customer-account-forgotpassword .page-title h1{
    float: left;
    width: 100%;
    padding-top: 40px;
}
/* -------------------------------------------- *
 * Block Module
 */
/*.block,
.col-left-first {
    margin-bottom: 20px;
}*/

.col-left-first .block:last-of-type {
    margin-bottom: 0;
}

.block-title {
    position: relative;
    padding: 10px 0 0;
    margin-bottom: 5px;
    /*border-top: 1px solid #cccccc;*/
}
/*.block-title h2,
.block-title h3,
.block-title strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #3399cc;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}*/
.block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #a0a0a0;
}

body:not(.customer-account) .block:first-child .block-title {
    border-top: none;
    padding-top: 0;
}

.block-subtitle {
    /* font-weight: bold;*/
    margin-bottom: 7px;
}

.block-content {
    margin-top: 5px;
}

.block-content.unpad {
    padding: 0;
}

.block-content li.item {
    margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
    margin-bottom: 0;
}

.block .actions {
    margin: 10px 0 0;
}
.block .actions:after {
    content: '';
    display: table;
    clear: both;
}
.block .actions a {
    float: left;
}
.block .actions .button{
    float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
    line-height: 33px;
    margin-right: 5px;
}

/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
    padding-top: 0;
    border-top: none;
}
.block-account li,
.block-cms-menu li {
    text-transform: uppercase;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
    font-weight: 400;
    color: #3399cc;
}
/*.block-account li a,*/
.block-cms-menu li a {
    color: #636363;
}
/*.block-account li a:hover,*/
.block-cms-menu li a:hover {
    color: #3399cc;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
    background: #dddddd;
    color: #636363;
    padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
    background: #d0d0d0;
    cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
    background: #c4c4c4;
    color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
    color: #636363;
    background: #c4c4c4;
    outline: none;
}

.sidebar .actions button.button {
    white-space: normal;
}
footer{
    background: #31302B;
    width: 100%;
    float: left;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    background: #9D9C9A;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    background: #9D9C9A;
    cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
    background: #297aa3;
    color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
    background-color: #297aa3;
    outline: none;
    color: #FFFFFF;
}
.connect-link a:hover {
    color: #FFF;
}
.connect-link a {
    font-family: OpenSans;
    font-size: 14px;
    color: #CAC3B4;
}
.connect-link {
    float: left;
    width: 100%;
}
.connect-link p {
    float: left;
    margin: 30px 0px;
    font-family: OpenSans;
    font-size: 14px;
    position: absolute;
}
.cart-totals-wrapper .cart-totals p {
    font-size: 11px;
}
.cart-totals-wrapper .cart-totals p > a {
    font-size: 11px;
}

.checkout-types.bottom .last-contact{
    float: right;
    display: inline-block;
    padding: 13px 0;
}
a.button {
    text-decoration: none;
}

a.button:hover {
    color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
    background: #C8C8C8;
    opacity: 0.6;
    cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
    margin-left: 5px;
}

.button2 {
    border: 0;
    padding: 0 5px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.button2:focus {
    outline: none;
}

.button2 span,
.button2 span span {
    line-height: 30px;
    height: 30px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    color: #3399cc;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
    text-decoration: none;
    color: #246b8f;
}


/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
    float: left;
}

.paypal-after .paypal-or {
    float: left;
}

.paypal-or {
    line-height: 34px;
    margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
    float: left;
}

.paypal-button {
    line-height: 0px;
}

.paypal-button img {
    display: inline;
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    text-align: right;
}

.firecheckout-index-index .buttons-set {
    text-align: left;
}
.firecheckout-index-index .button-orange{
    border: 1px solid #EF672F;
    margin-right: 10px;
}

.buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right;
}
.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px;
}
.buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px;
}
.buttons-set button.button {
    float: right;
    margin-left: 5px;
    min-width: 140px;
}
.buttons-set:after {
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
    overflow: hidden;
    margin: -15px 0 15px;
}

.breadcrumbs li {
    float: left;
    font-size: 12px;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-transform: uppercase;
}

.breadcrumbs a {
    float: left;
    color: #636363;
}

/*.breadcrumbs a:hover {
    color: #3399cc;
}*/

.breadcrumbs strong {
    color: #636363;
    font-weight: normal;
}

.breadcrumbs span {
    float: left;
    padding: 0 7px;
}
.breadcrumbs .currently, .breadcrumbs .currently .block-subtitle,.breadcrumbs .currently ol {display: inline-block; margin-left: 10px; float: left;}
.breadcrumbs .currently ol > li {
    /*border: 1px solid #E5E5E5;*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 3px;
    background: #E5E5E5;
    margin-right: 5px;
}
.breadcrumbs ul{display: inline-block; float: left;}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
    display: inline-block;
    width: 20px;
    height: 20px;
    /* border: 1px solid #ededed;*/
    text-align: center;
    /* Hide text */
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
}
/*.btn-remove:hover,
.btn-previous:hover {
    background-color: #3399cc;
    border-color: #3399cc;
}*/

.btn-remove:after {
    content: 'X';
    color: #636363;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 10px;
    font-family: OpenSans, Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
}
/*.btn-remove:hover:after {
    color: #FFFFFF;
    text-decoration: none;
}*/

.btn-remove2 {
    background-position: 4px -648px;
    border: none;
    vertical-align: top;
}
.btn-remove2:after {
    display: none;
}
.btn-remove2:hover {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.btn-previous:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px;
}
.btn-previous:hover:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid white;
    border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
    float: right;
    margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
    margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
    overflow-y: auto;
    max-width: 670px;
    max-height: 125px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
    margin-left: 10px;
    font-size: 13px;
    line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container, .catalog-category-view .container-landings {
    /*max-width: 1024px;*/
    margin: 0 auto;
    clear: both;
}
.catalog-category-view .main-container{
    max-width: inherit;
}
.footer-container {
    position: relative;
    margin: 0 auto;
    padding: 15px 0;
}
.main-container:after,
.footer-container:after {
    content: '';
    display: table;
    clear: both;
}

.footer-container {
    padding-top: 0;
}
.catalog-category-view header .search-btn-wrapper {
    display: none !important;
}
.catalog-category-view #header-search {
    display: block !important;
}



/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.col-left,
.col-right,
.col-main {
    padding: 0 10px;
}

.col-left {
    float: left;
    width: 25%;
    padding-left: 0;
    /* Remove the 15px padding */
    clear: left;
}
.col-4-cont{
    width: 25%;
    float: left;
    padding: 0 15px;
}
.col-left img {
    max-width: 100%;
}

.col-right {
    float: right;
    width: 25%;
    padding-right: 0;
    /* Remove the 15px padding */
}
.col-right img {
    max-width: 100%;
}

.col-main {
    float: left;
    width: 75%;
}

.col1-layout .col-main {
    float: none;
    width: auto;
    padding: 0;
    /* Remove the 15px padding */
    /*    max-width: 1024px;
        margin: 0 auto;*/
}

.col2-left-layout .col-main {
    float: right;
    padding-right: 0;
    /* Remove the 15px padding */
}

.col2-right-layout .col-main {
    padding-left: 0;
    /* Remove the 15px padding */
}

.col3-layout .col-right {
    width: 20.83333%;
}
.col3-layout .col-wrapper {
    float: left;
    width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
    float: right;
    width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
    width: 26.31579%;
}

/* Content Columns */
.col2-set {
    width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
    width: 50%;
    padding: 20px;
}

.col2-set .col-1 {
    float: left;
    padding-left: 0;
}
.col2-set .col-2 {
    float: right;
    padding-right: 0;
}

.col2-set .narrow {
    width: 33%;
}
.col2-set .wide {
    width: 65%;
}
.col2-set:after {
    content: '';
    display: table;
    clear: both;
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
    background: #676157;
    color: #e6e6e6;
    font-size: 11px;
}
.global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url("../images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat;
}
.global-site-notice p {
    margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
    color: #3399cc;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
    color: #11b400;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
    font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
    margin-bottom: 10px;
}
.customer-account-login .messages{
    display: inline-block;
    width: 100%;
}
.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4;
    font-size: 15px;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    color: black;
    border-left: 5px solid #df280a;
    background-color: #faebe7;
}

.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #df280a;
    border-right: none;
}

.messages .notice-msg li {
    color: black;
    border-left: 5px solid #e26703;
    background-color: #f9ebe6;
}

.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none;
}

.messages .success-msg li {
    color: black;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
}

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
}

/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
    padding: 20px;
    background: #FFFFFF;
    height: auto;
}

.page-popup h1 {
    margin: 0 0 0.5em;
    font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
    margin-bottom: 20px;
}

.payment-methods dt {
    padding: 5px 0;
}

.payment-methods dd {
    padding-top: 10px;
}

.payment-methods .form-list {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 5px 15px 15px;
    padding: 15px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
}

.payment-methods .form-list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #cccccc;
    border-top: none;
    top: -11px;
    left: 30px;
}

.payment-methods .form-list:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    border-top: none;
    top: -10px;
    left: 30px;
}

.payment-methods .form-list li:last-child {
    margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
    margin: 7px 0;
    font-family: OpenSans, "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box p {
    margin-bottom: 0;
}

.price-notice {
    color: #a0a0a0;
}

.price-box .price {
    color: #a0a0a0;
    font-size: 16px;
}

.price-box .price,
.price {
    font-family: OpenSans, "Helvetica Neue", Verdana, Arial, sans-serif;

}
#my-returns-table tbody tr td .price-green span,
.price-green, .price-green span{
    font-family: OpenSansSemiBold, "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 18px;
    color: #7BA130;
}

.price-box .price-label {
    color: #a0a0a0;
    white-space: nowrap;
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .minimal-price-link {
    padding-left: 1em;
    color: #3399cc;
    display: block;
    /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
    color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
    display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
    display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
    display: inline-block;
}

.price-box .old-price .price {
    color: #a0a0a0;
    text-decoration: line-through;
}

.price-box .special-price {
    color: #3399cc;
    padding-left: 1em;
}
.price-box .special-price .price-label {
    color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block;
}

span.weee {
    display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    background: #FBF4DE;
    border: 1px solid #E2D4C7;
    margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
    font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
    font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
    font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
@media only screen and (min-width: 600px) {
    .mobile-view {
        display:none;
    }
    .tablet-view {
        display: block;
    }
    .info-container {
        width: 31%;
        float: left;
        padding: 0 1% 0 0;
    }
}
@media only screen and (max-width: 599px) {
    .mobile-view {  display: block;  }
    .tablet-view {  display: none;  }
    #shopping-cart-table .info-product-shoping-cart { width: 100% }
    .two-sides { width: 50%; float: left;}
    .cart-table .product-cart-total .cart-price .price { font-size: 30px }
}
.item-options {
    font-size: 14px;
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.item-options:after {
    content: '';
    display: table;
    clear: both;
}
.item-options dt {
    color: #979794;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 5px;
}
/*.item-options dt:after {
    content: ': ';
}*/
.item-options dd {
    float: left;
    /*padding-left: 10px;*/
    margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px;
}
.truncated a.details:hover {
    text-decoration: none;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 300;
}

.truncated .truncated_full_value .item-options {
    display: none;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 8px;
    border: 1px solid #3399cc;
    background-color: #F6F6F6;
    top: 21px;
    left: -100px;
}
.truncated .truncated_full_value .item-options:after {
    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: 97px;
    top: -7px;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.truncated .show .item-options {
    display: block;
}

/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
    width: 6.5in;
    margin: 20px;
    background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
    margin: 7px 0;
}
.add-to-links a {
    display: inline-block;
    padding: 0px 3px 3px;
}

.add-to-links .separator {
    display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
}

.no-touch .product-image:hover {
    border-color: #3399cc;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
    margin: 7px 0;
}
.theme_product .ratings {
    margin-top: 0px;
}
.cont-extension-slide .ratings{
    margin: 0;
}
.ratings .rating-box,
.ratings .rating-links {
    margin: 5px 0;
}

.theme_product .ratings .rating-links{
    margin: 0;
    line-height: 20px;
}
.ratings .rating-box {
    width: 169px;
    height: 26px;
    background-repeat: repeat-x;
    background-position: 0px -620px;
    overflow: hidden;
}
.catalogsearch-result-index .main-container {
    /*    background-color: #f4f4f4;*/
}
.catalogsearch-result-index .page-title h1 { font-size: 24px; line-height: 30px; margin-bottom: 0;  }
.catalogsearch-result-index .ratings .rating-box {
    background-size: 100%;
    background-position: 0px -457px;
    height: 22px;
}
.catalogsearch-result-index .search-messages p{
    font-size: 22px;
}
.catalogsearch-result-index .search-messages {
    display: inline-block;
    margin-top: 30px;
    width: 68%;
}

.catalogsearch-result-index .category-products>ul {
    display: inline-block;
    width: 100%;
}

.catalogsearch-result-index   .category-products>ul:first-of-type {
    margin-top: 30px;
}

.catalogsearch-result-index .ratings .rating-box {
    width: 100%;
}
.ratings .rating-box .rating {
    float: left;
    height: 26px;
    background-repeat: repeat-x;
    background-position: 0px -592px;
}
.ratings .rating-box.small-stars {
    width: 112px;
    height: 18px;
    background-repeat: repeat-x;
    background-position: -1px -689px;
    overflow: hidden;
}
.catalogsearch-result-index .ratings .rating-box.small-stars,
.cms-index-index.cms-home .ratings .rating-box.small-stars,
.catalog-category-view .ratings .rating-box.small-stars{
    background-image: url(../images/stars-ratigns.png);
    background-position: 0px -22px ;
}
.cms-index-index.cms-home .ratings .rating-box.small-stars,
.catalog-category-view .rating-box.small-stars{
    background-size: 112px auto;
}
.ratings .rating-box .rating.small-stars {
    float: left;
    height: 18px;
    background-repeat: repeat-x;
    background-position: 0px -388px;
    background-size: 112px auto;
}
.catalogsearch-result-index .ratings .rating-box .rating.small-stars,
.cms-index-index.cms-home .ratings .rating-box .rating.small-stars,
.catalog-category-view .ratings .rating-box .rating.small-stars
{
    background-image: url(../images/stars-ratigns.png);
    background-position: 0px -3px;
}
.cms-index-index .ratings .rating-box .rating.small-stars{
    background-position: 0px -2px;
}
.ratings .amount {
    display: block;
    margin: 5px auto;
}
.ratings .rating-links .separator {
    margin: 0 3px;
}
.reviews .ratings div.resize {
    zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    width: 50%;
    max-width: 150px;
}
.cms-home .products-grid .cont-slide .ratings .rating-box {
    margin: 8.75px 15px;
}
.developer .bottom .services i,
.developer .bottom .services-width i {
    margin-right: 3px;
    width: 12px;
    text-align: center;
    color: #EF672F;
    font-size: 12px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
    margin: 0 0 1.5em;
}
.std.support a {
    padding: 0 0 1.5em;
    display: inline-block;
}

.std.support p {
    margin: 0px;
}
.std ol {
    /*list-style: decimal outside;*/
    margin-bottom: 1.5em;
}

.std ol li {
    margin-left: 2em;
}

.std ul {
    /*list-style: disc outside;*/
    margin-bottom: 1.5em;
}

.std ul li {
    margin-left: 2em;
}

.std .note {
    color: #a0a0a0;
    font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
    margin-bottom: 10px;
    background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
    display: inline-block;
    float: right;
    padding: 20px 0px;
}
.catalog-category-view .toolbar .sorter{
    float: right;
}
.catalog-category-view .col1-layout .sorter > span{
    margin-right: 10px;
}
.catalog-category-view .main-container{
    padding-top: 0px;
}
.catalog-category-view .toolbar{
    width: 100%;
    margin-top: 0;
    padding-bottom: 20px;
    padding-right: 25px;
}

.pager-no-toolbar {
    margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
    margin-top: 10px;
}

.toolbar,
.pager {
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #636363;
    line-height: 30px;
    font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
    font-weight: normal;
    text-transform: uppercase;
}

.sorter {
    /*float: right;*/
    margin-bottom: 5px;
}
.sorter label {
    float: left;
    margin-right: 5px;
}
.sorter label:after {
    /*content: ':';*/
}
.sorter > .sort-by .sort-by-switcher {
    width: 30px;
    height: 30px;
    display: inline-block;
}


.free-color{
    color: #7BA130;
    font-style: normal;
}
.catalog-category-view .sorter > .sort-by .sort-by-switcher{
    height: 25px;
}
.sorter > .sort-by .sort-by-switcher--asc {
    background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
    background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
    background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
    background-position: -46px -567px;
}

.sorter > .view-mode {
    float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
    float: left;
    width: 30px;
    height: 30px;
}
.sorter > .view-mode .grid {
    margin-right: 5px;
    background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
    background-position: -42px -492px;
}
.sorter > .view-mode .list {
    background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
    background-position: -39px -517px;
}

.pager {
    float: right;
    overflow: hidden;
}
.pager > .count-container {
    float: left;
}
.pager .amount {
    float: left;
    font-family: OpenSans,  "Helvetica Neue", Verdana, Arial, sans-serif;
    white-space: nowrap;
    margin: 0 15px 0 0;
}
.pager .limiter {
    float: left;
    height: 30px;
    line-height: 30px;
}
.pager .limiter > label {
    padding-right: 5px;
}
.pager .limiter > label:after {
    content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
    margin-bottom: 5px;
}

.pages {
    float: right;
    overflow: hidden;
    margin-left: 15px;
}
.pages strong {
    display: none;
}

.pages li {
    float: left;
}

.pages a,
.pages .current {
    display: inline-block;
    border: 0;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 30px;
    width: 25px;
    height: 30px;
    padding: 0;
    color: #3399cc;
    font-family: OpenSans,  "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
    color: #636363;
    border: 1px solid #cccccc;
    width: 30px;
    background-color: #FFFFFF;
    cursor: default;
}

.pages .next,
.pages .previous {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    position: relative;
}
.pages .next:hover,
.pages .previous:hover {
    border: 1px solid #3399cc;
}

.pages .next:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -2px;
}
.pages .next:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #246b8f;
    border-right: none;
}

.pages .previous:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #3399cc;
    border-left: none;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -2px;
}
.pages .previous:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #246b8f;
    border-left: none;
}

/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
    position: relative;
    cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #3399cc;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #246b8f;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse: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;
    position: static;
    display: inline-block;
    margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #246b8f;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
    margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
    text-align: center;
}

.a-right,
.align-right {
    text-align: right;
}
.align-left{
    text-align: left!important;
}
.no-display {
    display: none !important;
}
.over-hidden{
    overflow: hidden;
}
.nobr,
.nowrap {
    white-space: nowrap;
}

.width-full {
    width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
    display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: none;
    max-height: 50px;
    width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
    margin-bottom: 7px;
}
.fieldset p.required {
    margin-bottom: 5px;
    float: right;
    font-size: 12px;
    margin-top: 0px;
}

.fieldset + .fieldset {
    margin-top: 5px;
}

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    margin-bottom: 15px;
    padding-bottom: 7px;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
    padding-top: 2px;
    position: relative;
}
.customer-account-login .content.fieldset .input-box,.pass-show-hide .input-box{
    max-width: 100%;
    width: 365px;
}
/*input[type=password] {*/
.input-box .show-password.showing-password{
    background: #000 url("../images/eye-white.png") no-repeat;
    background-position: center right 10px;
}

.input-box .show-password{
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 2px;
    background: url("../images/eye.png") no-repeat;
    background-position: center right 10px;
    border: none;
}
.input-box .show-password.active{
    opacity: 0.5;
}
.field.passwords input{
    padding-right: 55px;
    background: none;
    max-width: 365px;
    width: 100%;
}
.input-box:after {
    content: '';
    display: table;
    clear: both;
}

li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
    display: inline-block;
    font-size: 16px;
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

label.required:after,
span.required:after {
    content: ' *';
    color: #df280a;
    font-weight: normal;
    font-family: OpenSans,  "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
}

label.required em,
span.required em {
    display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
    color: #a0a0a0;
    font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
    font-size: 14px;
    height: 50px;
    background: #fff url('../images/dropdown-border.png') no-repeat;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 65px 0px 15px;
    border: solid 1px #D8D8D8;
    border-right: 0 none;
    position: relative;
}

.customSpamChoose{
    color: #AAAAA8;
    font-size: 15px;
}
.customSelectD{
    margin-top: 10px;
    font-size: 14px;
    height: 50px;
    background: #fff url('../images/dropdown-border.png') no-repeat;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 65px 0px 15px;
    border: solid 1px #D8D8D8;
    border-right: 0 none;
    position: relative;
}

select::-ms-expand {
    display: none;
}
select[disabled='disabled'] {
    color:#bbbbb8;
    background-image:url('../images/dropdown-border-disabled.png');
}
select#search-select .option-search{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:10px;
}
.form-search {
    position: relative;
}
select#search-select{
    background: #fff url('../images/arrow-search.png')no-repeat;
    background-position: center right;
    float: right;
    position: absolute;
    top: 0;
    right: 60px;
    /*z-index: 1;*/
    height: 60px;
    padding: 0px 40px 0px 10px;
    text-align: center;
}
.catalogsearch-result-index .sorter > span{
    margin-right: 10px;
}
.catalogsearch-result-index .toolbar .sorter > .sort-by{
    height: auto;
}
.catalogsearch-result-index .toolbar select:after{
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.productcollection-list-view .sort-by select,
.catalogsearch-result-index .toolbar select{
    border:none;
    background: url(../images/dropdown-row.png) no-repeat;
    background-position: right center;
    padding-right: 12px;
    font-weight: bold;
    background-size: 8px 7px;
    cursor: pointer;
}
.catalogsearch-result-index .toolbar span{
    /*display: none;*/
}

.catalogsearch-result-index .toolbar label.custom-radio-buttons {
    display: none;
}
.catalogsearch-result-index .toolbar label.radio {
    text-transform: none;
}
.catalogsearch-result-index .toolbar {
    /*transform: translateY(-100%);*/
    margin:0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 42px;
}
.catalogsearch-result-index .toolbar select {
    height: 30px;
}
.catalogsearch-result-index .category-products{
    padding-top:0;
    display: inline-block;
    width: 100%;
}
.catalogsearch-result-index .page-title {
    padding-top: 20px;
    padding-right: 110px;
}
select + select {
    margin-left: 5px;
}

select[multiple] {
    width: 270px;
    border: 1px solid silver;
    font-size: 15px;
    padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;

}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #FFFFFF;
    font-size: 16px;
    color: #31302B;
    font-family: OpenSans "courier", "courier new";
    border: solid 1px #D8D8D8;
}
/*.input-text:focus {
    border: 1px solid #3399cc;
}*/

.input-text.validation-failed {
    border-color: #df280a;
}

.input-text.validation-failed:focus {
    outline-color: #ef9384;
}
* {
    outline: none;
}
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    height: 50px;
    padding: 0 8px;
}

input[type=password] {
    background: url("../images/eye.png") no-repeat;
    background-position: center right 10px;
    font-size: 16pt;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    width: 365px;
    max-width: 100%;
}


.ie8 .input-text {
    max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
    color: #a0a0a0;
}

input:-moz-placeholder {
    color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
    position: relative;
    top: -1px;
    display: inline-block;
}

.checkbox + label,
.radio + label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
}

input[type="checkbox"],
input[type="radio"]
{
    display:none !important; /* this important is due to js on bundle product page */
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
    margin: 5px 0 0;
    color: #df280a;
    font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
/*input file customizado*/


.inputModificado {
    /*margin: 10px 0px 10px 50px;
    clear: both;*/
    overflow: hidden;
}

.inputImagen {
    background: #ffcc99;
    opacity: 0.5;
    box-shadow: 0px 0px 5px black, inset 0 0px 5px 2px black;
    padding: 5px;
    border-radius: 4px;
    color: #000;
    font-weight: bold;
    float: left;
    margin-top:  -2px;
}

.botonInputFileModificado {
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    border: 2px solid #dfdfdf;
    padding-bottom: 2px;
    /*box-shadow: inset 0 0px 8px 2px black;*/
    width: 100%;
}
.botonInputFileModificado .inputImagenOculto:hover {
    cursor: pointer;
}
.botonInputFileModificado .inputImagenOculto {
    opacity: 0;
    position: absolute;
    /* margin-left: -125px;*/
    /*width: 225px;*/
    height: 100%;
    z-index: 3;
}

.botonInputFileModificado .boton {
    text-align: center;
    padding: 0 20px;
    position: relative;
}
.botonInputFileModificado .boton img{
    width: 100%;
}
.center-absolute{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 85%;
    padding: 10px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    color: #3399cc;
    font-weight: bold;
}
/*input file customizado*/
/*.customer-account-edit .buttons-set button.button:hover{
    background: #ef672f;
    color: #fff;
}*/
.customer-account-edit .buttons-set button.button-orange{
    border: 1px solid #EF672F;
}
.customer-account-edit .buttons-set button{
    float: left;
    margin-left: 0;
    margin-right: 15px;
    width: 100%;
    max-width: 175px;
}
.customer-account-edit .form-list > li {
    margin-bottom: 10px;
}
.customer-account-edit .form-list{
    width: 70%;
    float: right;
    margin-bottom: 30px;
}
.customer-account-edit .form-photo{
    width: 30%;
    float: left;
    padding-right: 30px;
    max-width: 300px;
}
.customer-account-edit .form-photo label{
    width: 100%;
    padding: 0 15%;
}
.icon-help:after{
    content: ' ?';
    background-color: #d6d6d5;
    width: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    margin-left: 5px;
    font-size: 12px;
    top: -2px;
    position: relative;
}

.form-list > li {
    margin-bottom: 10px;
}
.customer-account-edit .label-phone-edit-customer{
    width: 100%;
}
.customer-account-edit .country-input-box{
    display: inline-block;
    border: solid 1px #D8D8D8;
    padding-top: 0;
    max-width: 365px;
}
.customer-account-edit #number-of-country{
    border-right: solid 1px #D8D8D8;
    border-left: solid 1px #D8D8D8;
    height: 51px;
    display: inline-block;
    vertical-align: middle;
    padding: 16px 8px;
    font-size: 14px;
    max-width: 30px;
    width: 15%;
    overflow: hidden;
    top: -1px;
    position: relative;
}



.customer-account-editcompany .buttons-set button.button-orange{
    border: 1px solid #EF672F;
}
.customer-account-editcompany .buttons-set button{
    float: left;
    margin-left: 0;
    margin-right: 15px;
    width: 100%;
    max-width: 175px;
}
.customer-account-editcompany .form-list > li {
    margin-bottom: 10px;
}
.customer-account-editcompany .form-list{
    width: 70%;
    float: right;
    margin-bottom: 30px;
}
.customer-account-editcompany .form-photo{
    width: 30%;
    float: left;
    padding-right: 30px;
    max-width: 300px;
}
.customer-account-editcompany .form-photo label{
    width: 100%;
    padding: 0 15%;
}
.form-list > li {
    margin-bottom: 10px;
}
.customer-account-editcompany .label-phone-edit-customer{
    width: 100%;
}
.customer-account-editcompany .country-input-box{
    display: inline-block;
    border: solid 1px #D8D8D8;
    padding-top: 0;
    max-width: 365px;
}
.customer-account-editcompany #number-of-country{
    border-right: solid 1px #D8D8D8;
    border-left: solid 1px #D8D8D8;
    height: 51px;
    display: inline-block;
    vertical-align: middle;
    padding: 16px 8px;
    font-size: 14px;
    max-width: 30px;
    width: 15%;
    overflow: hidden;
    top: -1px;
    position: relative;
}

input.phone-edit-customer{
    max-width: 201px;
    width: 55%;
    border: none;
}
.customer-account-edit .form-list select {
    margin-top: 4px;
    width: 365px;
    max-width: 100%;
}
.customer-account-edit .form-list select.countries {
    background: url('../images/Dropdown_arrow.png')no-repeat;
    background-position: 96% 22px;
    padding-right: 20px;
    border: none;
    margin-top: 0;
    max-width: 201px;
    width: 30%;
}

.customer-account-editcompany .form-list select {
    margin-top: 4px;
    width: 365px;
    max-width: 100%;
}
.customer-account-editcompany .form-list select.countries {
    background: url('../images/Dropdown_arrow.png')no-repeat;
    background-position: 96% 22px;
    padding-right: 20px;
    border: none;
    margin-top: 0;
    max-width: 201px;
    width: 30%;
}
.form-list .input-range .input-text {
    width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
    margin-bottom: 10px;
}
.form-list .field.passwords{
    max-width: 365px;
}
/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
    /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
    display: inline;
    float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
    display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px;
    position: relative;
}

.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label
    /*, .product-options ul.options-list label */
{
    color: #636363;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px;
}
.customer-account-create .form-list .control label{
    padding: 0;
    min-width: inherit;
}

.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
    padding-left: 10px;
    background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
    background-color: transparent;
}


.col2-set .form-list .control label {
    min-width: inherit;
    width: 250px;
    max-width: 100%;
}

.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit;
}

.form-list .control {
    margin-top: 10px;
}
.form-list .control label {
    float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
    margin-right: 6px;
}
.form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0;
}

form .form-instructions {
    font-style: italic;
    font-family: OpenSans,  Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
    text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
    width: 100%;
}

.data-table td,
.data-table th {
    padding: 10px;
    vertical-align: top;
}

.data-table th {
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.data-table thead th,
.data-table tbody td {
    /*border-bottom: 1px solid silver;*/
}

.data-table tbody td,
.data-table tfoot td {
    font-family: OpenSans,  Georgia, Times, "Times New Roman", serif;
}

.data-table tfoot tr {
    background: #f4f4f4;
}

/*.data-table tbody td .item-options {
    margin-left: 20px;
    margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
    content: ':';
}*/

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
    border: 1px solid silver;
    padding: 12px 15px;
    margin: 0 0 15px;
}
.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th,
.info-table td {
    vertical-align: top;
}

.info-table th {
    font-weight: bold;
    padding: 4px 20px 4px 0;
}

.info-table td {
    padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
    border-top: 1px solid silver;
}
.zebra-table td,
.zebra-table th {
    border-bottom: 1px solid silver;
    padding: 6px;
    background-color: transparent;
}
.zebra-table tr {
    background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
    background-color: #f8f7f5;
}

/*html,
body {
    height: 100%;
}*/

.wrapper {
    min-width: 320px;
    /*min-height: 100%;*/
    margin: 0 auto;
    background: #FFFFFF;
}

.wrapper:after {
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */

.header-language-container,
.page-header {
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
    padding: 10px;
    background-color: #3399cc;
    text-transform: uppercase;
}
.header-language-background .header-language-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header-language-background:after {
    content: '';
    display: table;
    clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
    float: left;
    margin-right: 10px;
}
.header-language-background .welcome-msg {
    float: right;
}

.page-header-container .store-language-container {
    float: right;
    max-width: 35%;
    padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
    display: none;
}
.page-header-container .store-language-container select {
    max-width: 100%;
}

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
    display: block;
    float: left;
    width: 65%;
    min-width: 100px;
    min-height: 44px;
    text-align: center;
    padding: 10px;
}
.logo img {
    max-width: 100%;
}
.logo .small {
    display: block;
}
.logo .large {
    display: none;
}

/*.logo:hover {
  opacity: 0.8;
}*/

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
    position: relative;
    float: left;
    width: 20%;
    height: 44px;
    background: #FFFFFF;
    color: #636363;
    line-height: 42px;
    text-align: center;
}

a.skip-link {
    text-decoration: none;
}

.skip-link:not(.skip-active):hover {
    opacity: 0.8;
}

/* -------------------------------------------- *
 * Skip Link - Active
 */
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon, .new-skip .icon, .notify-skip .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.new-skip.skip-search,.first-nav-smart-menu .notify-skip{
    float: right;
    margin-left: 5px;
}
.nav-smarth > li{
    border-bottom: 1px solid #EDEDED;
}
.nav-smarth .signing{
    /* margin-top: 20px;*/
    border-bottom: none;
}
.mobil-new-menu,.first-nav-smart-menu{
    width: 100%;
    display: inline-block;
}
.first-nav-smart-menu .letter-nav-menu,.first-nav-smart-menu .close-navmenu{
    float: left;
}
.nav-smarth .signing,.my-account-nav,.nav-smarth ol >li,.first-nav-smart-menu .letter-nav-menu,.first-nav-smart-menu .close-navmenu, .new-skip.skip-search, .first-nav-smart-menu, .first-nav-smart-menu .notify-skip{
    padding: 10px;
}
.my-account-nav,.mobil-new-menu >li a:hover{
    color: #EF672F;
}
.signing p{
    margin-top: 10px;
}
.signing .button-sign-in{
    margin-top: 20px;
}
.signing a.button-orange{
    color:#fff;
}
.nav-smarth a, .letter-nav-menu{
    color:#000;
    font-size:21px
}
.nav-smarth{
    background: #fff;
}
.signing a{
    color:#0D96C5;
}
.nav-smarth .button-orange{
    display: inline-block;
}
.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
    margin-right: 3px;
}


/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
    display: none;
}


/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
    display: none;
}

.skip-content.skip-active {
    display: block;
    /*background: #EDEDED;*/
    background: #007bbe;
}



/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
    width: 40%;
}
.skip-nav:not(.skip-active):hover {
    text-decoration: none;
}
/*.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}*/

.skip-nav .label {
    display: inline;
}

.skip-nav .icon {
    background-image: url("../images/icon-menu-ini.png");
    width: 40px;
    background-size: 115% 37px;
}.skip-nav:hover .icon {
     background-image: url("../images/icon-menu.png");
 }

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #636363;
    line-height: 30px;
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.nav-primary li {
    position: relative;
}
.nav-primary li.level1 a {
    border-bottom: 1px solid #cccccc;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
    display: block;
}

.nav-primary li.level0 > a {
    text-transform: uppercase;
}
.nav-smarth .nav-primary li.level0 > a {
    text-transform: none;
}
.nav-primary li.menu-active > ul {
    display: block;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
    background-position: -46px -146px;
}
.notify-skip .icon{
    background-image: url("../images/notify.png");
    background-size: 100%;
}
.first-nav-smart-menu a{
    cursor: pointer;
}
.skip-search .icon,.skip-link.skip-search:hover .icon{
    background-image: url("../images/search.png");
    background-position: 0 center;
    background-size: 100% auto;
}
.new-skip.skip-search:not(.skip-active):hover .icon{
    background-position: inherit;
}
.skip-link.skip-search:hover{
    opacity: 0.8;

}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
    padding: 20px;
}
#header-search #search_mini_form h1 {
    margin-bottom: 5px;
    text-align: center;
}
#header-search .block.block-layered-nav {
    background: #f4f4f4;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D3D1CF;
    text-align: center;
}
#header-search .block.block-layered-nav .block-celebros-filter { display: block; }
#header-search .block.block-layered-nav .celebros-filter-reset { clear: both }
#header-search .block-title {display: none;}
#header-search .block-content {max-width: 1024px;display: inline-block; margin: auto; width: 100%; text-align: center; padding: 10px;}
#header-search #search_mini_form {
    background-image: url('../images/header/background-search-orange.png') ;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#header-search #search_mini_form.welcome {
    background-image: url('../images/header/backGroundImageHomepage.jpg') ;

}

@media only screen and (max-width:680px) {
    #header-search .bootstrap .container { padding:0 5px; margin-bottom: 0; }
    .bootstrap .divider-vertical { display: none;  }
    #header-search .bootstrap .container { padding: 0 0 0 10px; }
    #header-search .bootstrap .container .
    #header-search .bootstrap .container > .btn-group { border:0 none; background: none; }
    #header-search .bootstrap .container > .btn-group > .btn-group { background-color: #ffffff; border: 1px solid #d3d1cf; border-radius: 4px; }
    #header-search .bootstrap .container ~ .container > .btn-group,
    #header-search .bootstrap .container .btn-group ~ .btn-group { background-color: #ffffff; border: 1px solid #d3d1cf; border-radius: 4px; }
    #header-search .bootstrap .container-second .btn-group { margin: 0 10px 15px 0; width: 47.5%; float: left;  }
    #header-search .bootstrap .container > .btn-group  { margin-left: 0;  }
    #header-search .bootstrap .btn-group > .btn-group:first-of-type .btn,
    #header-search .bootstrap .btn-group > .btn-group .btn,
    #header-search .bootstrap .btn-group > .btn-group:last-of-type .btn { border-radius: 4px; }
    #header-search .bootstrap .container-first .btn-group { float:left; margin: 0 10px 15px 0; width: 47.5%; display: inherit;  }
    #header-search .bootstrap .container-first .btn-group-first { float:none; width: auto; margin: 0; border: 0 none;  }
    #header-search .bootstrap .btn { width: 100%; text-align:left;  }
    #header-search .bootstrap .caret { position: absolute; right: 12px; top: 14px;  }
}
@media only screen and (max-width:480px) {
    #header-search .bootstrap .container { padding:0 10px; }
    #header-search .bootstrap .container-second .btn-group, #header-search .bootstrap .container-first .btn-group { margin: 0 0 10px; width: 100%;  }

}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
    position: relative;
    padding-top: 0;
}

#search_mini_form label {
    display: none;
}

#search {
    width: 100%;
    height: 60px;
    padding-right: 230px;
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 16px;
    color: #989287;
    outline: none;
    padding-left: 25px
}

#search_mini_form .search-button:before {
    /*content: '';*/
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
    opacity: 0.8;
}

#search_mini_form .search-button:active:before {
    margin-top: -13px;
    margin-left: -13px;
}
#search_mini_form .search-button{
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    border: 0;
    width: 60px;
    text-align: center;
    outline: none;
    font-size: 23px;
    padding: 0px;
}
/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
    background-position: -46px -44px;
}
.skip-account .icon {
    background-position: 4px -44px;
}

/* -------------------------------------------- *
 * Account Links
 */
#header-account {
    padding: 5px 0;
}

#header-account a {
    position: relative;
    display: block;
    padding: 5px 10px;
    line-height: 23px;
    text-align: center;
}

#header-account a:hover {
    color: #3399cc;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
    background-position: -50px -95px;
}
.skip-cart .icon {
    background-position: 0px -95px;
}

/* -------------------------------------------- *
 * Skip Cart Notifier
 */

.skip-cart .count, a.skip-link.skip-nav .count-categories {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    top: -50px;
    right: -13px;
    position: relative;
    z-index: 5;
    width: 22px;
    height: 22px;
    background: #EF672F;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    font-family: OpenSans,  "Helvetica Neue", Verdana, Arial, sans-serif;
}

.skip-link.skip-active .count {
    color: white;
}

.skip-cart.no-count .count {
    display: inline-block;
}


.skip-cart .count.empty {
    display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
    padding: 20px;
    text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
    overflow: hidden;
    padding: 15px;
}

.cart-menu .actions .button {
    float: left;
    width: 48%;
}

.cart-menu .actions .button + .button {
    margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
    padding: 0 15px 15px;
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2;
}

/* List */
.mini-cart-list {
    margin-bottom: 5px;
}

.mini-cart-list li {
    position: relative;
    min-height: 90px;
    padding: 15px 15px 15px 90px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
    line-height: 1.35;
}

.mini-cart-list .product-name {
    display: inline-block;
}

.mini-cart-list .product-image {
    position: absolute;
    left: 15px;
    top: 15px;
}

.mini-cart-list .product-image img {
    width: 60px;
    height: 60px;
}

.mini-cart-list .has-options {
    margin-bottom: 0;
    color: #a0a0a0;
    font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
    padding: 10px 15px 15px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
}
.header-minicart .row {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 80px;
    left: 35px;
    background: white;
    border: solid 1px #cccccc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 0;
    border-right: 0;
    z-index: 2000;
}
.header-minicart .skip-cart { position: relative;  z-index: 20;}
.header-minicart #header-cart {z-index: 20}
/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.footer {
    clear: both;
    width: 100%;
    padding-top: 30px;
    display:inline-block;
    padding-bottom: 15px;
    /* -------------------------------------------- *
   * Social icons
   */
}
.footer .fa{
    padding: 5px;
    border-radius: 100%;
    background-color: #707070;
    color: #000;
    position: absolute;
    margin-top: 2px;
    left: 0;
}
footer a:hover .fa{
    background: #fff;
}
footer .polyces{
    float: right;
}
footer .second-part{
    display: inline-block;
    width: 100%;
    border-top: 1px solid;
    padding-top: 25px;
}
footer .polyces li a{
    color:#CAC3B4;
    font-size: 14px;
}
footer .polyces li{
    display:inline-block;
    padding:5px;
}
.footer .block-title strong {
    font-weight: normal;
}
.footer .block-title,
.footer address {
    color: #3399cc;
}
.footer .block-title {
    font-family: 'open_sanssemibold',Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}
.footer .social-links .links li a{
    padding-left: 30px;
}
.footer .links li a{
    font-family: OpenSans;
    font-size: 14px;
    color: #CAC3B4;
    line-height: 30px;
    position: relative;
}
.footer .logo-footer{
    max-width: 130px;
    padding-bottom: 15px;
}
.footer .links a {
    color: #CAC3B4;
}
.footer .links a:hover, footer a:hover, footer .polyces li a:hover{
    color: #fff;
}
.footer .block-subscribe {
    float: right;
    width: 320px;
    margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
    text-transform: uppercase;
    font-size: 12px;
}
.footer .links {
    float: left;
    width: 100%;
    /*padding: 0 30px 0 0;*/
    margin-bottom: 30px;
    text-transform: inherit;
}
.footer .form-subscribe-header {
    display: none;
}
.footer .links.social-media em {
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
    width: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
}

.footer .links.social-media em.facebook {
    background-position: 0 -0px;
    height: 13px;
}
.footer .links.social-media a:hover em.facebook {
    background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
    background-position: 0 -24px;
    height: 13px;
}
.footer .links.social-media a:hover em.twitter {
    background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
    background-position: 0 -49px;
    height: 13px;
}
.footer .links.social-media a:hover em.youtube {
    background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
    background-position: 0 -74px;
    height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
    background-position: -25px -74px;
}
.footer .links.social-media em.rss {
    background-position: 0 -99px;
    height: 13px;
}
.footer .links.social-media a:hover em.rss {
    background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
    float: left;
    width: 65.625%;
    padding-top: 0;
}
.footer .block-subscribe .input-text {
    width: 100%;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.footer .block-subscribe .block-content {
    padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both;
}
.footer .block-subscribe .actions {
    float: left;
    width: 34.375%;
    margin: 0;
}
.footer .block-subscribe .actions .button {
    height: 30px;
    line-height: 17px;
    float: left;
}
.footer .bugs,
.footer address {
    clear: both;
}
.footer .bugs {
    display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
    clear: both;
    margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
    display: none;
}
.footer address {
    border-top: 1px solid #cccccc;
    text-align: center;
    width: 100%;
    font-size: 11px;
    margin-top: 30px;
    padding: 30px 0;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1 {
    border-bottom: none;
    width: 80%;
}

.category-image {
    margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
    white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    font-size: 13px;
    font-family: OpenSans,  "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: #6d6d69;
    text-transform: initial;
    font-size: 16px;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
    /*color: #3399cc;*/
    text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
    margin-bottom: 5px;
    font-size: 14px;
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.products-grid .product-name a,
.products-list .product-name a {
    font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
    position: relative;
}

.products-grid:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid > li {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.products-grid > li:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid .product-image {
    width: 100%;
    margin-bottom: 15px;
}

.products-grid .product-image img {
    height: auto;
    display: inline-block;
    max-width: 100%;
}
.products-grid .product-image img:hidden {
    display: none;
}

.widget-new-products .products-grid .product-image {
    width: 75%;
    margin-bottom: 15px;
    margin-left: 10%;
}

.products-grid .product-info {
    position: relative;
    padding-bottom: 95px;
}

.products-grid .actions {
    padding-top: 10px;
    position: absolute;
    bottom: 0px;
    min-height: 85px;
    width: 100%;
}

.products-grid .cont-slide .ratings .rating-box {
    margin: 3px 15px;
}
.products-grid .ratings .rating-box {
    /*margin: 4px auto;*/
}

.products-grid .ratings .amount {
    display: none;
}

.products-grid .price-box {
    color: #a0a0a0;
    font-size: 13px;
    margin: 0 0 5px;
}
.price-box-design{
    font-family: OpenSans;
    font-size: 14px;
    color: #31302B;
    line-height: 20px;
}
.price-box-design .free-button{
    font-size: 18px;
    color: #7BA130;
}
.products-grid .cont-slide p {
    margin-bottom: 0px;
    text-align: left;
    margin: 0 15px;
    font-size: 14px;
    line-height: 19px;
}

.developer.general-container .bottom p.active {
    color: #ef672f;
    font-size: 18px;
}
.general-container .top {
    width: 100%;
}
.developer.general-container .bottom  ul li {
    margin-left: 0px;
    color: #979794;
}
.developer.general-container .bottom  ul {
    list-style: none;
}
.developer.general-container .top .rigth img {
    width: 70%
}
.developer.general-container .bottom img {
    display: inline-block;
    margin-right: 5px;
}
.developer.general-container .bottom p {
    font-family: OpenSansSemibold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #31302b;
    text-transform: uppercase;
    line-height: 19px;
}
.developer.general-container .bottom .bottom-width{
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
}
.developer.general-container .bottom .bottom-width:nth-child(1){
    width: 37%;
    min-width: 89px;
}
.developer.general-container .bottom .bottom-width:nth-child(2){
    width: 27%;
}
.developer.general-container .bottom .bottom-width:nth-child(3){
    width: 33%;
}

.general-container .middle p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%;
    display: block;
    clear: both;
    min-height: 60px;
    text-align: left;
}
.downloadable-product .general-container .middle p {
    min-height: inherit;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 0;
}
.downloadable-product .general-container .middle p.productName {
    fill: rgb(49, 48, 43);
    font-family: OpenSansSemibold;
    letter-spacing: 1px;
    min-height: inherit;
    text-align: left;
}
.downloadable-product .general-container .top, .downloadable-product .general-container .middle, .downloadable-product .general-container .bottom {
    margin-bottom: 0;
}
.downloadable-product .general-container .bottom {
    margin-top: 10px;
}
.downloadable-product .general-container .bottom .container {
    padding: 0 !important;
}
.developer.general-container .top {
    min-height: 120px;
}
.developer.general-container .middle p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.general-container .bottom .price-wrapper{
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.developer.general-container .top .rigth img {
    margin: 10px 0;
}
.category-products ul.extension-product li.item .developer .top .container .rigth {
    width: 70%;
    padding-left:8%;
}
.developer-sliders li.item .developer .top .container .rigth{
    float: right;
}
.category-products ul.extension-product li.item .developer .top .container .left {
    width: 30%;
}
.general-container .top .product-image {
    border: none;
}
.general-container .product-name {
    font-size: 16px;
    color: #31302b;
    line-height: 20px;
    font-family: OpenSansSemibold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.general-container .middle img {
    width: 50%;
    float: right;
    max-height: 50px;
    margin-bottom: 20px;
}
.extension-sliders .general-container .middle img, .extension-list .general-container .middle img {
    width: auto;
    max-width: 50%;
}
.wrapper-gray {
    background: #EDF0F1 none repeat scroll 0% 0%;
    overflow: hidden;
}
.wrapper-normal {
    overflow: hidden;
}
.catalog-category-view .wrapper-gray {
    background: #fff;
}
.catalog-category-view .bx-wrapper {
    margin-bottom: 20px;
}
.catalog-category-view .list-title-content {
    padding: 0 40px;
}
.developer.general-container .bottom .container {
    padding: 20px 10px !important;
}
.general-container .bottom .container {
    padding: 20px 16px !important;
}
.general-container .bottom p {
    margin-bottom: 0px;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
}
.general-container .middle .build-by a {
    font-size: 14px;
}

.card-theme .middle .container img {
    width: auto;
    max-width: 48%;
    display: inline-block;
    vertical-align: middle;
}
.card-theme .middle .container .developer-info {
    width:100%;
    display: inline-block;
    /*margin: 10px 0px; */
}
.card-theme .middle .container .developer-info .dev-name{
    word-wrap: break-word;
}
.card-theme .middle .container .build-by {
    width: 48%;
    display: inline-block;
    float:left;
    text-align:left;
    padding-left:13px;
}
.general-container .middle .build-by {
    width: 50%;
    float: left;
    line-height: 18px;
    font-size: 14px;
    text-align: left;
    /*margin-top: 15px;*/
}
.theme-list .cont-slide .middle, .theme_product .cont-slide .middle{
    position: relative;
}
/*.catalogsearch-result-index .theme-list .developer-info,.theme_product .cont-slide .middle .developer-info,.theme_product .cont-slide .middle .clearfix{
    position: absolute;
    bottom: 0;
    left: 0;
}
*/
.products-grid .cont-slide .reviews {
    display: inline-block;
    width: 100%;
}
.products-grid .cont-slide .product-name a {
    color: #31302b;
}
.products-grid .cont-slide .product-name {
    font-size: 16px;
    line-height: 23px;
    font-family: OpenSansSemibold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;

}

.products-grid .add-to-links {
    margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
    float: left;
    width: 47.72727%;
    margin-right: 3.54545%;
}

.products-grid > li:nth-child(odd) {
    clear: left;
}
.products-grid > li:nth-child(even) {
    margin-right: 0;
}

.catalogsearch-result-index .products-grid > li:nth-child(even) {
    margin-right: 2.7037%;
}

.products-grid .product-image {
    margin-bottom: 5px;
    text-align: center;
}
.products-grid .product-image:before, .products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.products-grid .product-image:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.products-grid .product-image.loading {
    position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
    display: block;
}

/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.products-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.products-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.products-list > li .product-image {
    float: left;
    width: 33.33333%;
}
.products-list > li .product-image img {
    width: 100%;
    max-width: 100%;
}
.products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.products-list .product-shop {
    float: right;
    width: 66.66667%;
    padding-left: 20px;
}
.products-list .product-shop .product-name {
    margin-bottom: 0;
}
.products-list .product-shop .ratings {
    margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
    float: left;
    margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
    margin-top: 4px;
}
.products-list .product-shop .price-box {
    margin-top: 0;
}
.products-list .product-shop .price-box .price {
    font-size: 18px;
}
.products-list .product-shop .action {
    margin: 7px 0;
}
.products-list .product-shop .desc {
    margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
    float: left;
    width: 65%;
    overflow: hidden;
}
.products-list .product-shop .product-secondary {
    float: right;
    width: 35%;
    text-align: right;
    clear: right;
}

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
    min-width: 50px;
    border: none;
    float: left;
}
.mini-products-list .product-details {
    margin-left: 60px;
}
.mini-products-list .product-details .product-name {
    padding-top: 5px;
}
.mini-products-list li {
    margin-bottom: 10px;
    clear: both;
}
.mini-products-list li:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both;
}
.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
    display: block;
}
.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
    border: 1px solid #cccccc;
    padding: 10px;
}
.category-image img {
    width: 100%;
    max-width: 100%;
}
.category-image img:hidden {
    display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
    display: none;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}
.block-layered-nav .block-subtitle--filter:hover {
    background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
    display: none;
}
.block-layered-nav .block-content > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    /* border-width: 1px;
     border-style: solid;
     border-color: #cccccc;*/
    position: relative;
    background-color: #f4f4f4;
    display: block;
}
.block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}
.block-layered-nav .block-content > dl > dt:hover {
    background-color: #ececec;
}
.block-layered-nav .block-content > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
}
.block-layered-nav .block-content > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px;
    width: auto;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    padding: 5px 15px;
    display: block;
}
.block-layered-nav dl dd ol > li > a .count {
    color: #a0a0a0;
}


.block-layered-nav .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: OpenSans,  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}
.block-layered-nav .currently ol {
    padding-left: 10px;
    margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
    margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
    font-weight: bold;
}
.block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both;
}

.block-layered-nav .actions {
    text-align: right;
    margin-bottom: 7px;
}
#narrow-by-list { position: relative; }
.block-layered-nav ol.state-filters {display: inline-block; width: 100%; padding: 0; margin: 0;}
.block-layered-nav .state-filters > li.item-state .btn-remove {margin-right: -6px;  color: #31302B; float: none;}
.block-layered-nav .state-filters > li.item-state .btn-remove:after {color: #31302B;}
#narrow-by-list .filter, .block-layered-nav .state-filters > li.item-state { width: auto;}
#narrow-by-list .filter:nth-child(4n), .block-layered-nav .state-filters > li.item-state:nth-child(4n) {margin-right: 0;}
#narrow-by-list .filter > li {width: 100%; margin-bottom: 10px;}
#narrow-by-list .filter .dropdown-white{left:0;}
#narrow-by-list .filter .filter-styles li { padding: 5px 0;}
#narrow-by-list .filter, #narrow-by-list .filter > li {display: inline-block; position: relative; }
#narrow-by-list .filter:last-child{margin-right: 0}
#narrow-by-list .filter ol {
    width: 200px;
    text-align: left;
}
#narrow-by-list .filter > li:hover ol {display:inline-block;}
#narrow-by-list .filter .content-filter > li { padding: 10px 0; position: relative; width: 100%;}
#narrow-by-list .filter-tittle,
.block-layered-nav .state-filters > li.item-state {
    padding: 7px 30px 7px 10px;
    border: 1px solid #D3D1CF;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: white;
    font-size: 14px;
    color: #31302B;
    text-align: left;
}
#narrow-by-list .filter-tittle {
    width: 100%; height: 37px; line-height: 24px; overflow: hidden;
}
#narrow-by-list .filter-tittle:hover,
#narrow-by-list .filter.active .filter-tittle,
.block-layered-nav .state-filters > li.item-state:hover {
    background: #5F5F5F;
    border-color: #D3D1CF;
    color: #fff;
}
.block-layered-nav .state-filters > li.item-state:hover .btn-remove:after{
    color: #fff;
}
#narrow-by-list .filter-tittle i {
    position: absolute;
    margin-left: 13px;
    margin-top: 3.5px;
}
#narrow-by-list .filter .content-filter .label-checkbox i {
    border: 1px solid #D3D1CF;
    padding: 4px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 7px;
}
#narrow-by-list .filter .content-filter .label-checkbox:hover {cursor:pointer;}
#narrow-by-list .filter .content-filter .label-checkbox {color: #fff;}
#narrow-by-list .filter .content-filter .label-checkbox .label {color: #31302B; white-space: nowrap;}
#narrow-by-list .filter .content-filter .label-checkbox .label:hover {color: #EE672F;}
#narrow-by-list .filter .content-filter .filter-check {display: none;}
#narrow-by-list .filter .content-filter .filter-check:checked + .label-checkbox {color: #31302B;}
/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
}

.map-popup {
    background: #FFFFFF;
    border: 5px solid #cccccc;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100;
}

.map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto;
}
.map-popup .map-popup-heading h3 {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.map-popup .map-popup-content {
    border-top: 1px solid #ededed;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left;
}

.map-popup .map-popup-checkout {
    padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-checkout span {
    display: block;
}
.map-popup .map-popup-checkout .button {
    float: left;
    margin: 0 2px;
    clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
    float: left;
    min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
    width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
    display: inline-block;
    float: left;
    clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: left;
    text-align: center;
    padding: 5px 15px;
    clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
    clear: left;
}
.map-popup .map-popup-checkout:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-price {
    padding: 10px 0;
}

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
    display: inline-block;
}
.map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
    border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
    display: block;
    text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
    content: '';
    display: table;
    clear: both;
}

.compare-table .product-image {
    display: inline-block;
}

.compare-table .product-shop-row.top td {
    padding-bottom: 0;
    border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
    padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
    float: left;
    width: 100%;
}

.cart .button {
    white-space: normal;
    background-color: #9d9c9a;
    color: #fff;
    border: 2px solid #9d9c9a;
    padding: 5px 25px;
    text-transform: inherit;
}

.cart-forms {
    float: left;
    clear: right;
    width: 65%
}
.cart-totals-wrapper {
    float: left;
    clear: right;
    width: 35%
}
.crosssell {
    float: left;
    clear: right;
    width: 50%
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding: 10px;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin-bottom: 20px;
}

.checkout-cart-index #postcode {
    width: 100%;
}

.checkout-cart-index h2.product-name a span:hover{
    color: #5F5F5F;
}
.checkout-cart-index h2.product-name a span{
    color: #0D96C5;
}
.checkout-cart-index h2.product-name a{
    color: #31302b;
}
.checkout-cart-index .page-title ul {
    float: right;
    padding-top: 40px;
}
.display-both-prices .cart-table {
    float: none;
    width: 100%;
}
.display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    padding-left: 10px;
}
.display-both-prices .cart-totals-wrapper {
    width: 45%;
}
.display-both-prices .cart-forms {
    width: 55%
}
.display-both-prices .crosssell {
    width: 50%;
}
.display-both-prices .crosssell {
    clear: right;
    float: right;
}

.display-single-price:after {
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.checkout-cart-index #header-search{
    display: none;
}
.back-link span {
    padding: 0 5px;
}
.back-link {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    /*padding: 0 20px;*/
}
.cart-table .product-cart-price{
    width: 60%;
    float: left;
    margin-top: 12px;
}
.cart-table .product-cart-price .price,.cart-table .product-cart-price span {
    font-size: 16px;
    line-height: 23px;
    color: #31302b;
}
.cart-table .product-cart-price .price {
    font-family: OpenSansSemibold,"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
}
.cart .page-title:after {
    content: '';
    display: table;
    clear: both;
}
.cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
    padding-top: 40px;
    width: auto;
}
.cart-table .product-cart-total .cart-price{
    color: #31302b;
    font-size: 24px;
    line-height: 30px;
}
.checkout-types {
    float: left;
    text-align: right;
    max-width: 100%;
    width: 100%;
    border-top: 1px solid #cccccc;
    padding-top: 40px;
    /* We always want this shipping method to display on its own line */
}


.checkout-types.minicart {
    float: left;
    text-align: right;
    max-width: 100%;
    width: 100%;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px;
}
.checkout-types li:after {
    content: '';
    display: table;
    clear: both;
}
.checkout-types li img {
    display: inline;
    vertical-align: top;
}
.checkout-types li:first-child {
    margin-left: 0;
    text-align: left;
}
.checkout-types .method-checkout-cart-methods-multishipping {
    display: block;
}
.checkout-types.top li {
    display: inline-block;
}
.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top;
}
.checkout-types.top .bml_button img {
    display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
    margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
    display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    display: block;
    text-align: center;
}

.method-checkout-cart-methods-fire .back-navigation:hover {
    cursor: pointer;
    color: #31302B;
    border-color: #D3D1CF;
}
.method-checkout-cart-methods-fire .back-navigation:hover a {
    color: #31302B;
    border-color: #D3D1CF;
}
.method-checkout-cart-methods-fire .back-navigation {
    border: 1px solid #D3D1CF;
    border-radius: 2px;
    padding: 14.5px 43px !important;
    margin: 0px 0px 0px 20px;
    width: 200px;
    display: inline;
    color: #5f5f5f;
}
.method-checkout-cart-methods-fire .back-navigation a{
    color: #5f5f5f;
    font-size: 14px;
}

.solid-gray-border {
    background-color: #9d9c9a;
    color: #fff;
    border: 2px solid #9d9c9a;
    padding: 5px 25px;
}

.cart-table {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.checkout-cart-index .page-title.title-buttons, .checkout-cart-index .messages{
    padding-bottom: 15px;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
    border-bottom: none;
    vertical-align: top;
}
.cart-table h2 {
    color: #31302b;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 30px;
}
.cart-table h2 a.cart-product-name {
    font-size: 24px;
    line-height: 30px;
}
.cart-table h2 a.change-link {
    font-size: 16px;
}
.cart-table .item-options dt {
    color:#979794;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom:5px;
}
.cart-table .item-options dd {
    font-size: 16px;
    line-height: 25px;
    color: #31302b;
}
.cart-table .product-image {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.cart-table thead th,
.cart-table tbody td {
    background-color: transparent;
    padding: 10px 5px;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table tbody td {
    padding-bottom: 72px;
}
.cart-table tbody tr:last-child td{
    padding-bottom: 20px;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
    padding-left: 15px;
}
.info-product-shoping-cart .unity-price{
    width: 160px;
    float: right;
    margin-bottom: 16px;
}
.info-product-shoping-cart .product-cart-total {
    margin-bottom: 10px;
}
.cart-table tr.last {
    border-bottom: 1px solid silver;
}
.cart-table tfoot tr {
    background: none;
}
.cart-table tbody tr.last {
    border-bottom:0 none;
}
.cart-table tfoot tr > td:after {
    content: '';
    display: table;
    clear: both;
}
.cart-table tfoot tr td {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
}
.cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
    display: none !important;
}
.cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0;
    width: 15%;
}

.cart-table .product-cart-image .product-image img {
    max-width: 100%;
    width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
    display: none;
}
.cart-table .product-cart-sku {
    font-family: OpenSans, Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 12px;
    margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
    font-weight: 600;
}
.cart-table .btn-empty {
    float: left;
}
.checkout-cart-index .change-link:hover {
    color:#C14800;
}
.checkout-cart-index .change-link {
    color: #0D96C5;
    font-size: 14px;
    margin: 0 5px;
    font-weight: normal;
}
.remove-item-shoppingcart,
.cart-table .product-cart-total,
.cart-table .product-cart-price {
    text-align: right;
    clear: both;
}
.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer;
}
.cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3399cc;
    border-bottom: none;
    right: -15px;
    top: 6px;
}
.cart-table .cart-links > li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px;
}
.cart-table .cart-links > li > a {
    display: block;
}
.cart-table .cart-links > li:last-child {
    margin-bottom: 0;
}
.cart-table .product-cart-actions {
    text-align: right;
    float: right;
    padding-left: 0px;
    width: 50px;
}
.cart-table .product-cart-actions .qty {
    height: 50px;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 0px;
    text-align: center;
    width: 50px;
}
.cart-table .product-cart-actions .button {
    margin-bottom: 5px;
}
/*.cart-table .item-options {
    padding-left: 15px;
}*/




/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}
.shipping select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid silver;
}
.shipping select.validation-failed {
    border-color: #df280a;
}
.shipping .shipping-desc {
    display: none;
}
.shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0;
}
.shipping .form-list:after {
    content: '';
    display: table;
    clear: both;
}
.shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
    width: 37%;
}
.shipping .form-list .shipping-region {
    width: 41%;
}
.shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%;
}
.shipping .form-list .shipping-postcode input {
    margin-top: 4px;
}
.shipping .form-list .input-box {
    padding-top: 0;
}
.shipping .form-list input {
    height: 30px;
    margin-top: 4px;
}
.shipping .form-list label {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}
.shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left;
}
.shipping .sp-methods dd {
    margin-bottom: 10px;
}
.shipping .sp-methods label {
    font-family: OpenSans, Georgia, Times, "Times New Roman", serif;
    font-size: 12px;
    font-style: italic;
    min-width: 100px;
}
.shipping .sp-methods label span {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
    border: 1px solid #cccccc;
    background-color: #ececec;
    min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: #dbdbdb;
}

.cart .cart-totals {
    text-align: right;
}
.cart .cart-totals:after {
    content: '';
    display: table;
    clear: both;
}
.cart .cart-totals table {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
    /*text-transform: uppercase;*/
    width: 100%;
    color: #000;
}
.cart .cart-totals table td {
    padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
    padding-right: 10px;
    min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px;
}

.cart .cart-totals table tfoot td {
    font-size: 24px;
    padding: 2px 5px;
    line-height: 30px;
    vertical-align: top;
    color: #31302b;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
    font-family: OpenSans, "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart .cart-totals table tfoot strong {
    font-weight: 400;
}

.discount-form:after,
#giftcard-form:after {
    content: '';
    display: table;
    clear: both;
}

#discount-coupon-form,
.cart .giftcard {
    width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
    display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    min-width: 105px;
    display: inline-block;
    margin: 15px 0;
}
#discount-coupon-form label {
    font-size: 16px;
    line-height: 25px;
    color:#31302b;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
    display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
    display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button,
#shopping-cart-table button.btn-update {
    float: left;
    height: 50px;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 2px;
}
#shopping-cart-table button.btn-update {
    float:right; color: #fff; padding: 0 20px;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
    border-radius: 2px;
    height: 50px;
    width: 100px;
    padding: 0 8px;
    margin: 0 5px;
    font-size: 11px;
}
#discount-coupon-form .input-text{
    font-size: 16px;
    color:#979794;
    width: 130px;
}

.cart .giftcard p {
    margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
    float: left;
    padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
    font-size: 14px;
    text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
    color: #3399cc;
}
.crosssell .item a.product-image {
    width: auto;
    float: left;
}


/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
    display: none;
}

.checkout-onepage-index .col-main {
    width: auto;
    float: none;
}


.opc select {
    width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
    width: 100%;
    border-top: 1px solid #ececec;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.opc .section .step-title:after {
    content: '';
    display: table;
    clear: both;
}

.opc .section.allow:not(.active) .step-title {
    cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
    background-color: #f4f4f4;
}

.opc .section.active .step-title {
    border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
    display: none;
}

.opc .section.allow:not(.active) .step-title a {
    display: block;
    float: right;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
    text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
    width: 26px;
    height: 26px;
    text-align: center;
    color: #FFFFFF;
    line-height: 26px;
    background-color: #3399cc;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
}

.opc .section.allow .step-title .number {
    background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
    color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
    color: #3399cc;
}

.opc .section .step-title h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    float: left;
    margin: 0px 4px 0px 45px;
}

.opc .section .step {
    padding: 20px;
}
.opc .section .step:after {
    content: '';
    display: table;
    clear: both;
}

.opc select {
    max-width: 365px;
    width: 100%;
}

.opc h3 {
    font-weight: 500;
}

.opc .buttons-set {
    text-align: left;
}
.opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
}
.opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0;
}
.opc .buttons-set .back-link {
    float: right;
    margin: 0;
}
.opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0;
}


.opc #opc-login .step {
    padding: 0px;
}
.opc #opc-login .buttons-set {
    border-top: 0;
    padding-top: 5px;
}

#opc-payment .note {
    padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
    -webkit-transition: opacity 300ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 300ms linear 0;
    -o-transition: opacity 300ms linear 0;
    transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
    -webkit-transition: width 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: width 80ms linear 0;
    -o-transition: width 80ms linear 0;
    transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
    -webkit-transition: margin-left 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: margin-left 80ms linear 0;
    -o-transition: margin-left 80ms linear 0;
    transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
    opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
    width: 0px;
    overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
    margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
    margin: 0 0 8px;
}
.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}
.sp-methods dt:first-child {
    margin: 0 0 5px;
}
.sp-methods dd li {
    margin: 5px 0;
}
.sp-methods label img {
    /* float: left;*/
    display: inline-block;
    max-width: 40px;
    max-height: 20px;
    vertical-align: middle;
}
.sp-methods label a {
    /*margin-top: 6px;
    float: right;
    margin-left: 10px;*/
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.sp-methods .price {
    font-weight: bold;
}
.sp-methods .form-list {
    padding-left: 20px;
}
.sp-methods .form-list li {
    margin: 0 0 8px;
}
.sp-methods select.month {
    width: 120px;
    margin-right: 10px;
}
.sp-methods select.year {
    width: 96px;
}
.sp-methods input.cvv {
    width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px;
}
.sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both;
}
.sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left;
}
.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}
.block-progress .block-content {
    font-size: 13px;
}
.block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a0a0a0;
}
.block-progress dt.complete {
    color: #636363;
}
.block-progress dd {
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: OpenSans, Georgia, Times, "Times New Roman", serif;
    font-style: italic;
}
.block-progress dd address {
    font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px;
}
.block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #636363;
    font-family: OpenSans, Georgia, Times, "Times New Roman", serif;
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px;
}
.block-progress .payment-info dt:after {
    content: ': ';
}
.block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px;
}
.block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
    display: none;
}

#checkout-review-table-wrapper {
    clear: both;
}

#review-buttons-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
    min-width: 220px;
}
#review-buttons-container .please-wait {
    float: left;
    margin-right: 10px;
}
#review-buttons-container .f-left {
    float: right;
}


/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
    border-left: none;
    padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
    display: none;
}
#checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
    float: left;
    width: 50%;
}

#checkout-step-review .opc-block-progress .block-content .changelink {
    display: none;
}


#checkout-step-review .centinel > p {
    margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
    width: 100%;
    min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
    content: '';
    display: table;
    clear: both;
    margin-top: 30px;
}
.gift-messages-form .item h5 {
    font-weight: bold;
}
.gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px;
}
.gift-messages-form .item .details {
    float: left;
}

.gift-message-form .inner-box > div {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    margin-top: 15px;
    display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
    margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
    float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
    height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px;
}
.gift-message-form .gift-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both;
}
.gift-message-form .gift-item .product-img-box {
    width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
    display: block;
}
.gift-message-form .gift-item .fieldset {
    margin-left: 200px;
}


/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success #header-search {
    display: none;
}
.checkout-onepage-success .col-main .page-title {
    padding-bottom: 20px;
}
.checkout-onepage-success .col-main .page-title h1 {
    border-bottom: 0px;
}
.checkout-onepage-success .col-main {
    padding: 0;
    text-align: left;
    clear: both;
}
.checkout-onepage-success .col-main a.print-label {
    /*color: #b9b8b7;*/
    margin: 25px 0 40px 0;
    font-size: 14px;
    display: inline-block;
}
.checkout-onepage-success .buttons-set {
    margin: 10px 0;
    text-align: left;
}
.checkout-onepage-success .page-title p{
    margin: 15px 0 10px;
    display: inline-block;
}
.checkout-onepage-success p.msg-confirmation-order {
    font-size: 14px;
    opacity: 0.5;
    margin-top: 5px;
}
.checkout-onepage-success .succes-buttons-sector{
    border-top: 1px solid #e4e3e0;
    padding-top: 25px;
    margin-top: 30px;
}
.checkout-onepage-success .extensions-ul{
    position: relative;
    display: inline-block;
}
.checkout-onepage-success .fulled-over-hidden{
    width: 100%;
    margin-top: 25px;
}
.checkout-onepage-success .step-install-extension{
    border: 1px solid #e4e3e0;
    text-align: center;
    position: relative;
    padding: 35px 10px 35px 10px;
    margin-bottom: 15px;
}
.checkout-onepage-success .what-to-do-install{
    font-size: 21px;
}
.checkout-onepage-success .help-us-succes{
    float: right;
    padding-top: 14px;
}
.checkout-onepage-success .order-id-print a{
    color: #ff6600;
}
.checkout-onepage-success .order-id-print,.checkout-onepage-success .order-id-print a{
    font-size: 21px;
}
.checkout-onepage-success .number-step-install-extension{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #A9A9A9;
    color: #fff;
    padding-top: 3px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: bold;

}
.checkout-onepage-success .step-install-extension:nth-child(3n){
    margin-right: 0;
}
.checkout-onepage-success .buttons-set button {
    float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after,
.company-profile-form .form-list .fields:after,
ul.mage-edition li:after,
.developer-info:after,
#rma_create_form .form-list li .field:after {
    content: '';
    display: table;
    clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
    display: block;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #636363;
    text-decoration: none;
    box-sizing: content-box;
}

.swatch-link {
    border: 1px solid #cccccc;
    margin: 0 0 3px;
}
.swatch-link img {
    border-radius: 2px;
}
.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}
.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}
.swatch-link.has-image .swatch-label {
    position: relative;
}
.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.swatch-label {
    border: 1px solid #fff;
    margin: 0;
    white-space: nowrap;
    background: #f4f4f4;
}

.configurable-swatch-list {
    margin-left: -3px;
    zoom: 1;
    clear: both;
    -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}
.configurable-swatch-list .not-available .x {
    display: block;
}
.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
    outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 0 3px;
    width: 47%;
}
#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}


.currently .swatch-current {
    position: relative;
}
.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}
.currently .swatch-current span {
    display: block;
    float: left;
}
.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #3399cc;
}

.configurable-swatch-box {
    background: none !important;
}
.configurable-swatch-box select.swatch-select {
    display: none;
}
.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #df280a;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
    color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
    float: none;
    display: block;
    clear: both;
    border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
    font-size: 12px;
}
.product-view .product-options .swatch-attr label {
    display: block;
    line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    color: #3399cc;
    padding-left: 5px;
}
.product-view .product-options dd .input-box {
    width: auto;
    height: auto;
}
.product-view .product-options .select-label {
    display: none;
}
.product-view .add-to-cart button.out-of-stock {
    background-position: -80px -362px;
    cursor: default;
}

.product-view .col-right.sidebar .block .block-content>a{
    display: inherit;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
}
.customer-account-login .col2-set .buttons-set {
    text-align: left;
    border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
    float: none;
    min-width: 50%;
    margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0 20px 0;
}

.customer-account-create .scaffold-form label:first-child {
}

.opc #opc-login p:not(.required) {
    font-style: italic;
    font-family: OpenSans, Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    color: #a0a0a0;
}

.remember-me-box a.hide {
    display: none;
}
.remember-me-box .link-tip {
    font-size: 13px;
    padding-left: 10px;
}

.remember-me-popup {
    display: none;
    border: 1px solid #cccccc;
    padding: 10px;
    position: relative;
}
.remember-me-popup.show {
    display: block;
}
.remember-me-popup p {
    font-family: OpenSans, "Helvetica Neue", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
    display: none;
}

.customer-account-create .buttons-set {
    max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
    margin-left: 30px;
}

.customer-account-create .fieldset .hidden {
    display: none;
}
.customer-account-create #remember-me-popup {
    max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    margin-left: 30px;
    max-width: 400px;
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%;
}
.customer-account-create button[type="submit"]{
    background:#EF672F;
}
.customer-account-create button[type="submit"]:hover{
    background:#c14800;
}


/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
    border: 0 none;
    fill: rgb(49, 48, 43);
    font-family: 'OpenSansLight',Arial,sans-serif;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 0;
    margin-bottom: 70px;
    padding-top: 40px;
    text-align: left;
}
body.customer-account .my-account .title-buttons {
    position: relative;
    text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
    text-align: left;
}
body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
    width: 100%;
    display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
    font-size: 14px;
    font-weight: 600;
}
body.customer-account .my-account .fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
}
body.customer-account .data-table {
    margin-top: 5px;
}
body.customer-account .data-table td span,
body.customer-account .data-table td a {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    cursor: pointer;
}
body.customer-account .data-table span.nobr {
    white-space: normal;
}
body.customer-account .data-table span.nobr a {
    white-space: nowrap;
}
body.customer-account .data-table td.view a {
    display: block;
}
body.customer-account .data-table .separator {
    display: inherit;
}
body.customer-account .sidebar .block ol#compare-items li {
    margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
    margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
    margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
    margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
    display: inline;
    margin-bottom: 0;
}
body.customer-account table {
    border-collapse: collapse;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
    width: 40px;
    float: left;
    margin-right: 10px;
}
.form-list .customer-dob .dob-year {
    width: 80px;
    float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
    margin-top: 30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
}
.dashboard .box-head h2 {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}
.dashboard .box-head a {
    padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
    text-transform: uppercase;
    font-size: 12px;
}
.dashboard .box-account {
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
    padding-right: 12.09677%;
    padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
    line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
    padding-bottom: 0;
}
.dashboard .box-reviews li {
    padding: 10px 0;
    border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
    border-top: 0;
}
.dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px;
}
.dashboard .box-reviews li .details {
    margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
    float: left;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
    float: left;
    margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
    font-family: OpenSans, Georgia, Times, "Times New Roman", serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
    padding-bottom: 0;
}
.my-account .addresses-list .item {
    margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
    margin-top: 10px;
}
.customer-managekeys-index .my-account .product-collateral.toggle-content .collateral-tabs .tab-container .data-table td, .customer-managekeys-index .my-account .product-collateral.toggle-content .collateral-tabs .tab-container .data-table th{
    padding: 10px 2px 10px 7px;
}


/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}
.order-info dt {
    margin-right: 20px;
}
.order-info li {
    margin: 0 0 0 20px;
}
.order-info li.current {
    font-weight: 600;
}
.order-info li:first-child {
    margin-left: 0;
}

.order-date {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-transform: uppercase;
}

.order-info-box {
    margin-bottom: 40px;
    margin-top: 20px;
}
.order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
    padding-right: 0;
    width: 48%;
}
.order-info-box .col-2 {
    width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.order-info-box .box-title {
    width: 150px;
    padding-right: 10px;
    float: left;
}
.order-info-box .box-title h2 {
    font-size: 14px;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.5;
}
.order-info-box .box-title h2:after {
    content: ':';
}
.order-info-box .box-content {
    float: left;
    font-family: OpenSans, Georgia, Times, "Times New Roman", serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
    font-family:  OpenSans, Georgia, Times, "Times New Roman", serif;
    line-height: 1.3;
}
.order-info-box .box-content th {
    padding-top: 10px;
}
.order-info-box .box-content td {
    padding-left: 15px;
}
.order-info-box .box-content strong {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

#my-orders-table .option-label {
    margin-left: 10px;
    font-weight: 600;
    font-style: italic;
}
#my-orders-table .option-value {
    margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
    border-bottom: none;
    border-top: none;
}

ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
    display: inline;
}


.order-additional {
    margin: 40px 0;
}

.order-gift-message dd {
    margin-top: 10px;
}

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
    margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
    display: none;
}
body.newsletter-manage-index .my-account .form-list {
    border-top: 1px solid #ededed;
    padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index input[type="email"],
.contacts-index-index input[type="search"],
.contacts-index-index input[type="number"],
.contacts-index-index input[type="password"],
.contacts-index-index input[type="tel"],
.contacts-index-index input[type="text"] {
    width: 50%;
    min-width: 300px;
}
input[type="text"].key-managekeys{
    width: 75%;
    border-radius: 2px;
    background: #FFFFFF;
    font-size: 16px;
    color: #31302B;
    font-family: OpenSans, serif;
    border: none;
}
.contacts-index-index .fieldset p.required {
    float: initial;
}
.contacts-index-index select option {
    padding: 0px 65px 0px 15px;
}
.contacts-index-index .scaffold-form select {
    width: 50%;
    min-width: 300px;
}
.contacts-index-index .buttons-set button {
    float: left;
}
.contacts-index-index .buttons-set {
    max-width: 100%;
    margin: 60px 0px 0px;
    padding-top: 40px;
}
.contacts-index-index .buttons-set p.required {
    float: left;
}

/* ============================================ *
 * PayPal
 * ============================================ */

.paypal-review-order .info-set {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
    margin-top: 0px;
    padding-top: 0px;
    border: 0;
}
.paypal-review-order .buttons-set button {
    margin-bottom: 10px;
}


.top-container .bml-ad {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
}
.top-container .bml-ad span {
    display: inline-block;
}
.top-container .bml-ad span a {
    display: block;
}

.bml-ad {
    display: none;
    text-align: center;
    margin-bottom: 5px;
}
.bml-ad span {
    display: block;
    line-height: 0;
}
.bml-ad a {
    display: inline-block;
    max-width: 100%;
}
.bml-ad a:hover {
    opacity: 0.7;
}
.bml-ad img {
    height: auto !important;
    max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
    display: block;
    margin: 0;
}


div.paypal-logo {
    text-align: center;
    margin: 15px 0;
    max-width: 100%;
}
div.paypal-logo span {
    display: block;
    width: 100%;
}
div.paypal-logo span a {
    display: inline-block;
    max-width: 100%;
}
div.paypal-logo span a img {
    max-width: 100%;
}
div.paypal-logo span > img {
    display: none;
}

.checkout-types div.paypal-logo {
    text-align: right;
}

.bml-checkout-type {
    list-style-type: none;
}

.sidebar .paypal-logo {
    text-align: center;
    line-height: 0;
}
.sidebar .paypal-logo > a {
    display: inline-block;
    max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
    opacity: 0.8;
}
.sidebar .paypal-logo > a img {
    display: block;
}
.sidebar .paypal-logo .label {
    margin-top: 4px;
}
.sidebar .paypal-logo .label a {
    font-size: 12px;
    line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
    width: auto;
    float: none;
}
#customer-reviews .review-heading {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
    content: '';
    display: table;
    clear: both;
}
#customer-reviews .review-heading h2 {
    float: left;
    display: block;
}
#customer-reviews .review-heading .pager {
    clear: none;
    float: right;
    width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
    margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
    display: none;
}
#customer-reviews h2 {
    color: #3399cc;
    font-size: 12px;
    text-transform: uppercase;
}
#customer-reviews h2 span {
    color: #636363;
}
#customer-reviews h3 {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
#customer-reviews h3 span {
    color: #3399cc;
}
#customer-reviews .fieldset {
    padding-top: 25px;
    width: 470px;
}
#customer-reviews .fieldset h4 {
    border-bottom: 1px solid #cccccc;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
    display: none;
}
#customer-reviews .fieldset .form-list {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    text-transform: uppercase;
    width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
    content: '';
    display: table;
    clear: both;
}
#customer-reviews .fieldset .form-list label {
    font-size: 12px;
    font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    min-width: 100%;
    -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
    border: 1px solid #cccccc;
    border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
    width: 100%;
}
#customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 470px;
}
#customer-reviews dl {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}
#customer-reviews dl dt {
    margin: 10px 0;
    text-transform: uppercase;
}
#customer-reviews dl dd {
    font-family: OpenSans, Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
    margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
    width: 300px;
    max-width: 70%;
}
#customer-reviews dl dd table {
    margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
    color: #3399cc;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.review-summary-table {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px;
}
.review-summary-table thead {
    background: transparent;
}
.review-summary-table thead th {
    background: transparent;
    border: none;
    padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
    background: #FFFFFF;
    font-size: 12px;
}
.review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0;
}
.review-summary-table tbody td label {
    width: 100%;
    display: block;
    padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
    display: none;
}
.review-summary-table .rating-box .rating-number:after {
    content: "";
    display: inline-block;
    background-position: 0px -599px;
    width: 13px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.ratings-table th {
    padding-right: 10px;
}
.ratings-table .rating-box {
    background-position: 0px -620px;
    background-repeat: repeat-x;
    height: 26px;
    overflow: hidden;
    text-indent: -9999px;
    width: 168px;
}
.ratings-table .rating-box .rating {
    background-position: 0px -592px;
    background-repeat: repeat-x;
    float: left;
    height: 26px;
    text-indent: -9999px;
}

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}
.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
    width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}


/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #ededed;
}
.slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0;
}
.slideshow-container .slideshow > li:first-child {
    position: static;
    z-index: 100;
}
.slideshow-container .slideshow > li img {
    max-width: 100%;
    width: 100%;
}

.slideshow-pager {
    text-align: center;
    width: 100%;
    z-index: 115;
    position: absolute;
    bottom: 0px;
    top: auto;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.slideshow-pager span {
    font-family: OpenSans, arial;
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer;
}
.slideshow-pager span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 1px;
    background-color: #FFFFFF;
    position: relative;
}
.slideshow-pager span:hover:before {
    background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
    background-color: #297aa3;
}
.slideshow-pager > * {
    cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
    position: absolute;
    top: 0;
    width: 15%;
    max-width: 80px;
    height: 100%;
    opacity: 0.6;
    z-index: 110;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border-style: solid;
    display: block;
    top: 50%;
    margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
    opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: default;
}

.slideshow-prev {
    left: 8px;
}
.slideshow-prev:before {
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
    top: 50%;
    left: 10px;
}
.slideshow-prev:hover:before {
    border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
    right: 8px;
}
.slideshow-next:before {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
    top: 50%;
    right: 10px;
}
.slideshow-next:hover:before {
    border-color: transparent transparent transparent #2e8ab8;
}
.developer.general-container .numbers-extension-width,
.developer.general-container .numbers-themes-width,
.developer.general-container .services-width {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
}
.numbers-extension-width ul,
.numbers-themes-width ul,
.services-width ul
{
    margin-bottom: 0px;
}
.developer.general-container .numbers-extension-width{
    width: 35%;
    min-width: 90px;
}
.developer.general-container .numbers-themes-width{
    width: 22%;
    min-width: 65px;
    padding-right: 5px;
}
.developer.general-container .services-width{
    width: 37%;
    min-width: 88px;
}
.developer.general-container .numbers-extension-width,
.developer.general-container .numbers-themes-width{
    padding-right: 5px;
}

#rma_create_form p {
    font-size: 14px;
    line-height: 20px;
}
#rma_create_form .refundable-new-line {
    margin-left: 33.6%;
}
.cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 110;
}

.cycle-overlay {
    font-family: OpenSans, tahoma, arial;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 120;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
    text-align: center;
}
#wishlist-table.clean-table {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}
#wishlist-table.clean-table th {
    border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top;
}
#wishlist-table.clean-table thead th {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
#wishlist-table .product-name {
    font-size: 16px;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}
#wishlist-table .product-name a {
    color: #3399cc;
}
#wishlist-table .wishlist-sku {
    font-size: 11px;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin: 5px 0;
}
#wishlist-table textarea {
    border: 1px solid silver;
    width: 100%;
    height: 45px;
    font-size: 11px;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase;
}
#wishlist-table textarea:focus {
    border: 1px solid #3399cc;
}
#wishlist-table .item-manage {
    text-align: right;
    max-width: 450px;
    padding-top: 5px;
}
#wishlist-table .item-manage .button {
    font-size: 11px;
    padding: 3px 5px;
}
#wishlist-table .cart-cell {
    text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
    width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
    width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
    width: 120px;
    text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
    width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
    width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
    white-space: normal;
}
#wishlist-table .price-box {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
}
#wishlist-table .price-box .price {
    color: #636363;
}
#wishlist-table .giftregisty-add {
    margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
    display: none;
}
#wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #3399cc;
    margin-bottom: 3px;
}
#wishlist-table .truncated .details {
    background: none;
    color: #3399cc;
}
#wishlist-table td[data-rwd-label]:before {
    font-weight: 600;
}

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
    padding-bottom: 5px;
}

.general-container .product-name a {
    color: #31302B;
    font-size: 14px;
    left: 10px;
    word-wrap: break-word;
    position: relative;
}
.block-wishlist .product-details .product-name {
    padding-top: 0;
    margin-bottom: 5px;
}
.block-wishlist .price-box {
    float: left;
    margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
    font-size: 12px;
}
.block-wishlist .link-cart {
    float: left;
    text-transform: uppercase;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
    display: inline-block;
    /*line-height: 90px;*/
}
a.skip-link.skip-cart{
    line-height: 90px;
}
.header-minicart .minicart-message {
    display: block;
    padding: 10px;
}
.header-minicart .empty {
    padding: 10px;
    text-align: center;
}
.header-minicart .minicart-wrapper {
    clear: both;
    position: relative;
}
.nav-primary li:hover a,.nav-primary > li.active > a{
    color: #EF672F;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.header-minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.header-minicart .minicart-wrapper:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
    position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
    display: block;
}
.header-minicart .block-cart {
    display: none;
}
.header-minicart .block-subtitle {
    /*color: #50A4CF;*/
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 10px;
    /*padding: 5px;*/
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    width: 25px;
    height: 25px;
    float:right;
    margin-top: -10px;
}
.header-minicart .block-subtitle .close {
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 1;
}
.header-minicart .mini-products-list {
    padding-top: 0px;
}
.header-minicart .mini-products-list li {
    padding: 5px 0px;
    /*border-bottom: 1px solid #DDDDDD;*/
    position: relative;
}
.header-minicart .mini-products-list li.last {
    border: none;
}
.header-minicart .mini-products-list li .product-details {
    position: relative;
}
.header-minicart .product-details .product-name {
    padding-top: 0px;
    font-weight: bold;
}
/*.header-minicart .product-details .product-name a {
    color: #3399cc;
}*/
.header-minicart .info-wrapper {
    margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
    text-transform: uppercase;
    padding-right: 10px;
}
.header-minicart .info-wrapper td {
    /*color: #3399cc;*/
    clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px;
}
.header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 3.2em;
    text-align: center;
    height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
    cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
    opacity: 1;
}
.header-minicart .block-content .subtotal {
    /*background-color: #DDDDDD;*/
    text-align: right;
    /*line-height: 2em;*/
}
.header-minicart .block-content .qty { float:left;}
/*.header-minicart .subtotal .label {
    color: white;
    text-transform: uppercase;
}*/
.header-minicart .subtotal .label {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}
.header-minicart .mini-products-list .product-image img{
    border-radius: 5px;
}
.header-minicart .checkout-types{
    border-top: none;
}
.header-minicart .subtotal .price {
    /*color: #3399cc;*/
    font-size: 25px;
    width:100%;
    display: inline-block;
    margin-top: 20px;
}
.header-minicart .minicart-actions {
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.header-minicart .minicart-actions .checkout-button:hover{
    background: #c14800;
}
.header-minicart .minicart-actions .checkout-button {
    background: #EF672F;
    width: 100%;
    padding: 18px;
    margin-bottom: 5px;
    border-radius:2px;
}
.header-minicart .minicart-actions .cart-link {
    font-size: 15px;
    margin: 10px auto;
    color: #428bca;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6;
}
.header-minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none;
}
.header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
    display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
    display: block;
}
.header-minicart .minicart-wrapper a {
    line-height: 1 !important;
    font-size: 15px;
    font-weight: normal;
    color:#4a4a4a;
}
.header-minicart .product-name{
    margin-bottom: 0px;
    margin-top: -6px;
    padding-right: 15px;
}
.header-minicart .product-name a {
    line-height: 20px !important;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
}
.header-minicart .minicart-wrapper .remove {
    position: absolute;
    top: 4px;
    right: 0;
}
/* ============================================ *
 * 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%;
}
.search-autocomplete ul li {
    border-bottom: 1px solid #f4f4f4;
    color: #3399cc;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 6px;
    text-align: left;
}
.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;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
    background: #f4f4f4;
    border: 1px solid #ededed;
    padding: 30px;
}
.advanced-search select.multiselect option {
    border-bottom: 1px solid #ededed;
    padding: 2px 5px;
}


/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
    margin: 15px 0;
}
.product-review .product-details h2 {
    border-bottom: 1px solid #cccccc;
    color: #3399CC;
    font-size: 16px;
    font-weight: 600;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-bottom: 10px;
}
.product-review .ratings-table {
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.product-review .ratings-table th {
    padding-right: 10px;
}
.product-review .ratings-table tr {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
}
.product-review .ratings-description dt {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-weight: 400;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.product-review .ratings-description dd {
    color: #737373;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
}


/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
    border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
    max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
    color: #636363;
    font-family: OpenSans, Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
    /*color: #3399cc;*/
    color: #31302B;
    display: inline-block;
    width: 100%;
    padding: 40px 0 20px 0;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
    /*color: #3399cc;*/
    color: #df280a;
}
.cms-page-view .std li,
.cms-no-route .std li {
    color: #636363;
    font-family: OpenSans, Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
    content: '';
    display: table;
    clear: both;
}

.cms-no-route .std img {
    width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
    margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
    margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: OpenSans, "Helvetica Neue", Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
    display: none;
}
#accordion > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
}
#accordion > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}
#accordion > dl > dt:hover {
    background-color: #ececec;
}
#accordion > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
}
#accordion > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
}
#accordion li {
    position: relative;
    overflow: hidden;
}
#accordion li .plusimage h2 {
    margin-right: 10px;
}

.page-sitemap .links {
    display: block;
    text-align: right;
    margin: 0 20px 0 0;
}
.page-sitemap .links a {
    position: relative;
}
.page-sitemap .sitemap {
    padding: 0 20px;
    margin: 15px 0;
    font-size: 12px;
}
.page-sitemap .sitemap li {
    margin: 3px 0;
}

.contacts-index-index h1 {
    border: none;
}

#contactForm h2 {
    display: none;
}
#contactForm:after {
    content: '';
    display: table;
    clear: both;
}
#contactForm .fieldset .legend + .required {
    margin: 0;
}

@media only screen and (max-width: 770px) {
    #contactForm {
        padding-left: 0;
    }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
    color: #cf5050;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.map-info {
    white-space: nowrap;
}
#upsell-product-table{
    margin: 40px 0;
}
#upsell-product-table .free-price{
    color: #a0a0a0
}
.catalog-product-view .box-up-sell{
    margin: 0px;
}
.catalog-product-view  .box-up-sell{
    padding: 40px 60px;
    background: #edf0f1;
}
.catalog-product-view .map-info {
    white-space: normal;
}
.catalog-product-view .map-info > span {
    float: right;
    margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
    float: right;
    width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
    padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
}
.notice-cookie .notice-text {
    float: left;
    max-width: 90%;
    padding-top: 4px;
    text-align: left;
}
.notice-cookie .notice-text p {
    padding-bottom: 14.5px;
    line-height: 1.3;
}
.notice-cookie .actions {
    float: left;
    text-align: right;
    padding-bottom: 14.5px;
}

/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
    margin-top: 5px;
    margin-bottom: 10px;
}

#addTagForm .form-add {
    margin-top: 10px;
}

.product-tags {
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    float: left;
    margin-bottom: 10px;
    padding: 5px 1% 10px;
    width: 98%;
}

.product-tags li {
    float: left;
    margin-right: 15px;
}

.product-tags li.last {
    margin-right: 0px;
}

.tags-list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tags-list > li {
    float: left;
    margin-right: 10px;
}

.block-tags .actions > a {
    font-size: 12px;
}

.my-tag-edit .button.btn-remove {
    padding: 0;
}
.my-tag-edit .button.btn-remove:after {
    color: white;
}


/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    max-width: 100%;
    position: relative;
    width: 258px;
    margin-bottom: 10px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
    width: 100%;
}

.captcha-reload {
    position: absolute;
    right: 4px;
    top: 4px;
}

.captcha-img {
    border: 20px solid #bbbbbb;
}

.captcha-input-container {
    margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
    float: none;
    clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
    content: '';
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}


/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
    white-space: normal;
}
#recurring_profile_list_view th span {
    white-space: inherit;
}


.recurring-profiles-title {
    float: left;
}
.recurring-profiles-title h1 {
    margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    float: right;
    text-align: right;
    margin-bottom: 30px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static;
}

.recurring-profiles-messages:after {
    content: '';
    display: table;
    clear: both;
}

#recurring_start_date_trig {
    display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
    margin-bottom: 30px;
}
.billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both;
}
.billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%;
}
.billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px;
}
.billing-agreements .info-box .button {
    float: right;
    margin-top: 7px;
}

.billing-agreements #payment_method {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
    max-width: 80%;
}


.billing-agreement-details td, .billing-agreement-details th {
    padding: 3.5px;
}


/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
    float: left;
    width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
    float: left;
    height: 40px;
    margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    width: 100%;
}


.widget {
    clear: both;
}

.widget .pager {
    float: none;
    width: 100%;
}

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #f4f4f4;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 10px;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
    background-color: #dddddd;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
    border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
    float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
    text-transform: none;
    font-size: 17px;
    margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
    float: left;
    width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
    width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
    margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
    float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
    float: right;
    text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
    text-indent: -5555px;
    display: block;
    width: 22px;
    height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
    margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
    margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
    margin-bottom: 25px;
    padding-left: 10px;
    margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
    float: left;
    width: 100%;
}

.checkout-multishipping-payment-customerbalance input.checkbox {
    margin-left: 15px;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
    background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
    width: 100%;
    clear: both;
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
    border-collapse: separate;
}
div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none;
}
/*                          */
#header a:hover{
    text-decoration: none;
}

.account-cart-wrapper .header-minicart .skip-cart .icon {
    background-position: 0px;
    background-image: url('../images/cart.png');
    /*width: 50px;*/
}
.account-cart-wrapper a.hidden_smart .label,.store-language-container.hidden_desktop .label{
    border: 1px solid #d3d1cf;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
}
.store-language-container.hidden_desktop a.icon_login{
    top: 50%;
    position: relative;
}
.store-language-container.hidden_desktop a.icon_login span.label{
    top: -10px;
    position: relative;
    color: #000;
}
.account-cart-wrapper a.hidden_smart:hover span,.store-language-container.hidden_desktop:hover .label{
    color: #ef672f;

}

#header-search #search_mini_form span.icon-search{
    /*background-image:url("../images/search.png");
    background-position: 4px -146px;
    content: "";
    height: 30px;
    left: 20px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    background-size: 100%;*/
    /*transform: rotate(90deg);*/
}
#header-search #search_mini_form h1{
    color: #fff;
}
#header-search #search_mini_form p.heading-needd {
    color: #fff;
    margin-bottom: 30px;
}

#header-search .video-btn{
    background-image: url('../images/header/video-play-64.ico');
    background-color: #EF662F;
    background-repeat: no-repeat;
    background-position: 8px;
    background-size: 30px;
    border-radius: 4px;
    color: white;
    padding: 10px 15px 10px 44px;
    margin-bottom: 22px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;

}


#search_mini_form .search-button i {
    font-style: normal;
}
/*#search_mini_form .search-button i:last-child{
    transform:rotate(90deg);
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-family: Trebuchet MS, helvetica, sans-serif;
}*/
#search_mini_form .search_mini_text{
    margin-top: 13px;

}
.page-header-container {
    border-top: 4px solid #EF672F;
    background: #FFFFFF;
}
.wraper-header {
    display: inline-block;
    width: 100%;
    border-bottom: 4px solid #e4e3e0;
    float: left;
    border-top: 4px solid #EF672F;
    background: #FFFFFF;
}
.skip-link.skip-cart.skip-active ~ .skip-content.skip-active{
    background: transparent;
    position: absolute;
    right: 0;
    top: 77px;
    width: 100%;
}
.skip-links .skip-nav {
    text-transform: uppercase;
}
.minicart-wrapper{
    /*background-color: #007BBE;*/
    padding: 0 20px;
    /*color: #fff;*/
}
.nav-primary li.level0.tablet{
    display: none;
}
#header p.a-center.heading-needd{
    color: #F7F7F7;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}/*
#header h3.a-center.add-sub-heading{
    color: #fffb39;
    text-transform: none;
}*/

/* ==============================================
                SEARCH PAGE
================================================= */
.no-result-extensions, .no-result-themes, .no-result-developers {font-size: 18px; margin-bottom: 35px; display: inline-block;}
.no-result-extensions bold, .no-result-themes bold, .no-result-developers bold {font-weight: bold;}
.no-result-extensions a, .no-result-themes a, .no-result-developers a {text-decoration: underline;}

/*.catalog-category-view .category-products img,*/
.catalogsearch-result-index .category-products img {
    width:100%;
}

.catalog-category-view .category-products .theme-list .bor .top, .catalogsearch-result-index .category-products .theme-list .bor .top {
    height: auto !important;
    width: 100%;
    padding-bottom: 105.5%;
    position: relative;
}
.catalog-category-view .category-products .theme-list .li_landing_product .bor .top .product-image, .catalogsearch-result-index .category-products .theme-list .li_landing_product .bor .top .product-image {
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
}
.note-msg { clear: both; }


/* ==============================================
                REFOUNDS
================================================= */

.rma-popup {
    top: 0px;
    display: none;
    position: absolute;
    background-color: white;
    width: 95%;
    max-width: 1024px;
    left: 50%;
    margin-left: -512px;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.75);
}
.product-popup .product-popup-close {
    top: 30px !important;
    right: 30px !important;
}
.product-popup .product-popup-close,
.product-shop .rma-popup-close,
.rma-popup .rma-popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    z-index: 99;
}
.product-popup .product-popup-close,
.rma-popup-close:hover{
    cursor: pointer;
}
.rmacontent .col-main {
    float: none;
    width: 100%;
    padding: 0px;
}
.rmacontent .col-main .page-title h1 {
    font-size: 30px;
}
.rmacontent .col-main .page-title,
.rmacontent .col-main .col2-set,
.rmacontent .col-main .info {
    padding: 20px 40px 0px;
}
.rmacontent .col-main .info-extra {
    padding: 40px 40px 20px;
}
.rmacontent .col-main .gray,
.rmacontent .col-main .col2-set {
    background: #FAFAFA;
}
body.customer-account .rmacontent .my-account .title-buttons h1 { line-height: normal; padding: 10px 0 30px; margin: 0;  }
body.customer-account .rmacontent .my-account h2 { color: #31302b; font-style: 24px; margin-bottom: 30px;  }
#rma_create_form .form-list li label { color:#979794; font-family: OpenSans,"Helvetica Neue",Verdana,Arial,sans-serif;   }
.refund-information-fields input[text],
.refund-information-fields select {
    width: 100%;
}
.refund-information-fields li span {
    font-size: 14px;
    color: #979794;
    text-align: justify;
    display: inline-block;
    line-height: 20px;
}
.refund-information-fields li:last-child { margin: 30px 0px; }
.refund-information-fields li:last-child span {
    color: #31302B;
    font-size: 16px;
    display: initial;
}

.graybkg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0px;
    left: 0px;
    z-index: 9999;
    text-align: center;
    color: #fff;
}
.graybkg i {
    text-align: center;
    position: relative;
    top: 50%;
}

#rma_create_form ul li p span:first-child {
    display: inline-block;
    width: 33%;
}
#rma_create_form ul {
    margin: 0 0 30px;
}
#rma_create_form .order-page .separator { margin-bottom:30px;  }
.enterprise-rma-return-history .my-account { padding-bottom:50px;  }
/* ======================================================
                      purchase history
  ======================================================= */
.sales-order-history .search_order {
    margin-bottom: 40px;
    float: left;
}

.sales-order-history .search_order .form-search {
    position: relative;
    width: 100%;
}

.sales-order-history .search_order input {
    height: 50px;
    margin: 10px 0 0 0;
    font-size: 16px;
    padding: 0 0 0 15px;
    box-shadow: none;
    width: 250px;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    border: 1px solid #e4e3e1;
}

.sales-order-history .search_order button {
    margin: 10px 0 0 -2px;
    height: 50px;
    float: right;
    border-radius: 4px;
    display: inline-block;
    padding: 15px 30px;
}


.bold {font-weight:bold;}
.sales-order-history .main-container {background: white; }
.sales-order-history .buttons-set {  border: none;  }
/*#my-orders-table thead p, #my-orders-table thead a {font-weight:bold;}*/
#my-orders-table tbody td, #my-orders-table thead th { border: none; background: none; width: 25%;}
#my-orders-table thead th {  text-transform: none;}
#my-orders-table thead th.view { vertical-align: middle; }
#my-orders-table tr {display: table;  width: 95%;  margin: 0 auto;  }
#my-orders-table thead { border: solid 1px #D8D8D8;  background: #FAFAFA; }
#my-orders-table tbody { border: solid 1px #D8D8D8; }
#my-orders-table tbody tr:last-child { border-bottom: none;  }
#my-orders-table tbody tr td.productinfo .general-info span,
#my-orders-table tbody tr td.productinfo .general-info a,
#my-orders-table tbody tr td.productinfo p,
#my-orders-table tbody tr td.productinfo p a,
#my-orders-table tbody tr td.view p,
#my-orders-table tbody tr td.view p a { text-transform: none;  font-size: 14px;}
#my-orders-table tbody td {padding-bottom: 30px; padding-top: 30px;}
#my-orders-table tbody tr td.productinfo .download-options {margin: 30px 0px;}
#my-orders-table img { border-radius: 4px; -moz-border-radius: 4px;  -webkit-border-radius: 4px;}
#my-orders-table .productinfo .general-info .support,
#my-orders-table .productinfo .general-info .installation
{
    margin-top: 20px;
    white-space: nowrap;
}

.sales-order-history .my-account p.no-orders {
    clear: both;
    margin-bottom: 20px;
}

.select-date {
    width: 225px;
    background: url('../images/calendar.png') no-repeat, url('../images/Dropdown_arrow.png')no-repeat;
    background-position: center left 10px, center right 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 0px 0px 40px;
}

.sales-order-history .pager-no-toolbar {
    margin-bottom: 40px;
    overflow: initial;
}

/*Refounded Oreders*/
#my-returns-table tr { display: table;  width: 100%; font-size: 16px;}
#my-returns-table thead th, #my-returns-table tbody td { width: 17%; }
#my-returns-table thead { border: solid 1px #D8D8D8;  background: #FAFAFA; }
#my-returns-table thead th {border: none; padding: 10px 20px;}

#my-returns-table tbody { border: solid 1px #D8D8D8; background-color: #fff;}
#my-returns-table tbody td{ border-bottom: solid 1px #D8D8D8; padding: 21px;}
#my-returns-table tbody tr:last-child td{ border-bottom: none; }
#my-returns-table tbody tr td.product-info span {  font-size: 16px;  }
#my-returns-table p { margin-bottom: 0;  }
.my-account .pager {
    overflow: inherit;
}
.my-account .filter-date-history .filter-date {
    position: relative;
}
.my-account .filter-date-history {
    width: 225px;
}
.my-account .filter-date-history .current-filter-date {
    width: 100%;
    display: inline-block;
    height: 50px;
    padding: 12px 10px;
    line-height: 20px;
}
.my-account .filter-date-history .current-filter-date .icon-calendar {
    background: url('../images/calendar-hover.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
}
.my-account .filter-date-history .current-filter-date:hover {
    background: #5F5F5F;
    border-color: #D3D1CF;
    color: #fff;
    cursor: pointer;
}
.my-account .filter-date-history .current-filter-date:hover i {
    color: #fff;
}
.my-account .filter-date-history .current-filter-date:hover .icon-calendar,
.my-account .filter-date-history .current-filter-date.active .icon-calendar {
    background-position: -23px 0;
}
.my-account .filter-date-history a, .my-account .filter-date-history span.select-custom {
    font-size: 14px;
    width: 100%;
    display: inline-block;
}
.my-account .content-filter-date-item.active a, .my-account .content-filter-date-item.active span.select-custom {
    color: #EE672F;
}
.my-account .filter-date-history .current-filter-date .text {
    display: inline-block;
}
.my-account .filter-date-history .current-filter-date .text ,
.my-account .filter-date-history .current-filter-date .icon-calendar {float: left;}
.my-account .filter-date-history .current-filter-date i {
    float: right;
    font-size: 20px;
}
.my-account .filter-date-history .content-filter-date {
    position: absolute;
    top: 65px;
}
.my-account .filter-date-history input.date {
    width: 86px;
    height: 25px;
    padding: 5px;
    font-size: 11px;
    text-align: center;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    margin-bottom: 10px;
}
.my-account .filter-date-history input.date.start {float: left;}
.my-account .filter-date-history input.date.end {float: right;}
.my-account .filter-date-history hr {color: #D3D1CF;}
.my-account .filter-date-history .content-filter-date-item {padding: 2px 0;}
.my-account .filter-date-history span.date-custom { cursor: pointer; clear: both; float:left; background: #f05b1e; color: #fff; font-size: 12px; line-height: 26px; padding: 0 15px; -webkit-border-radius:3px; -moz-border-radius: 3px; border-radius: 3px; }
.my-account .filter-date-history span.date-custom:hover { background: #c14800; }
/* ========================================================
                        REFUND VIEW
   =========================================================*/
.enterprise-rma-return-view .main-container { background: #fff;  }
body.enterprise-rma-return-view .my-account .page-title h1 { line-height: normal; margin-bottom: 50px; padding-top: 20px;  }
.back-link i {font-size: 12px; margin-right: 5px;}
.my-account .rma-view-content {
    display: inline-block;
    width:100%;
}
.my-account .rma-view-content .main-img {
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.my-account .rma-view-content .details { margin-left: 200px; padding-bottom: 40px; }
.my-account .rma-view-content .details p { margin-bottom: 0;  }
.my-account .rma-view-content  h2 { margin: 0 0 15px; font-family: OpenSansSemibold; }
.my-account .rma-view-content .details p.all-line { margin-top: 15px; }
.my-account .rma-view-content .details p.all-line span,
.my-account .rma-view .details-content  {
    display: inline-block;
    width: 100%;
}
.my-account .rma-view .coments-section {
    display: inline-block;
    width: 100%;
    margin: 40px 0 20px;
}
.my-account .rma-view .coments-section h2 {margin-bottom: 10px;}
.my-account .rma-view p.havea-ques { color:#979794;  }
.my-account .rma-view .coments-section .comment {
    font-family: OpenSans, "Helvetica Neue", Verdana, Arial, sans-serif;
    margin-bottom: 15px;
}
.my-account .rma-view .details-content {
    background: #FAFAFA;
    padding: 25px 7%;
    border: 1px solid #D8D8D8;
    border-left: 0;
    border-right: 0;
}
.my-account .rma-view .table-details {
    width: 100%;
    font-size: 15px;
}
.my-account .rma-view .table-details td {padding: 10px;}
.my-account .rma-view .table-details td.first {
    width: 30%;
}
.my-account .rma-view .table-details tr.edition {
    border-bottom: 1px solid #D8D8D8;
}
body.customer-account .rma-view .details-content .table-details {
    border-collapse:inherit;
}
.my-account .rma-view .table-details tr.edition td {
    border-bottom: 1px solid #d8d8d8;
}
.refund-status .nobr img {
    float: left;
    padding-top: 3px;
}
.refund-status .text-small {
    float: left;
    margin-right: 10px;
}
.user_name {
    display: inline-block;
    line-height: 87px;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 18px;
}

.product-general-infoproducttion {
    margin: 0 0 30px;
}



/*   radios and checks custom   */
/*   radios   */
label.custom-radio-buttons {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 1em;
    float: left;
}
label.custom-radio-buttons .overlay {
    width: 24px;
    height: 24px;
    margin-right: .25em;
    padding: .125em;
    display: inline-block;
    position: relative;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 100%;
    vertical-align: middle;
}
label.custom-radio-buttons input[type="radio"] {
    display: none;
}
label.custom-radio-buttons input:checked + span:before {
    width: 14px;
    height: 14px;
    margin: auto;
    display: block;
    content: " ";
    background-color: #31302B;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*          checks          */
label.custom-check-buttons {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 1em;
    float: left;
}
label.custom-check-buttons .overlay {
    width: 24px;
    height: 24px;
    margin-right: .25em;
    display: inline-block;
    position: relative;
    background: url("../images/checkboxes.png") no-repeat;
    background-position: 0 0px;
    /*border: 1px solid #D8D8D8;*/
    vertical-align: middle;
}
label.custom-check-buttons input:checked + span:before {
    content: " ";
    width: 24px;
    height: 24px;
    /* margin: 2.5px; */
    display: inline-block;
    background: url("../images/checkboxes.png") no-repeat;
    background-position: 0px -39px;
}
/*   radios and checks custom   */

/*  product pop up*/
.product-popup .product-img-box .product-image img, .product-popup .product-img-box .product-image .product-image-list img {
    max-width: 100%;
    height: 75vh;
}
/*.product-popup li.product-image-item {
    *//*height: 600px;*//*
    overflow: scroll;
    padding: 14px;
}*/
.terms-popup .cancel-terms {
    min-width: 320px;
    width: 60%;
    margin: 10px auto;
    background-color: #FFF;
    padding: 50px;
    display: none;
}
.terms-popup .terms-content{
    min-width: 320px;
    width: 60%;
    margin: 10px auto;
    background-color: #FFF;
    padding:40px 50px 50px;
}
.terms-popup .terms-popup-close img{
    float: right;
}
.terms-popup .content-buttons{
    margin-top: 20px;
    padding: 30px 0 0;
    border-top: 1px solid #ededed;
}
.terms-popup .content-text{
    overflow-y:scroll;
    height: 260px;
}
.terms-popup .terms-popup-close{
    cursor: pointer;
}
.terms-popup {
    top: 0px;
    position: fixed;
    background: rgba(49,48,43,0.97) !important;
    width: 100%;
    left: 0%;
    margin-left: 0%;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.75);
    height: 100%;
}
.terms-popup h1 { line-height: 60px; padding: 0 0 15px; }
.terms-popup .complete-content-text p { padding-bottom: 10px; }
.product-popup {
    top: 0px;
    display: none;
    position: fixed;
    background: rgba(49,48,43,0.8) !important;
    width: 100%;
    left: 0%;
    margin-left: 0%;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.75);
    height: 100%;
}
.product-popup .bx-has-controls-direction.bx-has-pager {
    position: absolute;
    top: 10px;
    left: 25%;
}
.product-popup .bx-wrapper .bx-viewport {
    padding-top: 40px;
}
.product-popup .product-img-box .product-image,
.product-popup {
    background: rgba(0,0,0,0.0);
}
.product-popup .fluid-width-video-wrapper iframe{
    height: 97%;
}
label.custom-radio-buttons input[type="checkbox"] {
    display: none;
    visibility: hidden;
    border: 10px solid #000;
}
/*   radios and checks custom   */
.company .back-link {
    padding: 0px;
}
.vat-content .left p {
    clear: left;
    font-weight: 600;
    color: #bbbbb8;
    font-size: 14px;
    margin: 5px 0;
}
.vat-content {
    border-bottom: 1px solid #cccccc;
    /*float: left;*/
    width: 100%;
    padding-bottom: 50px;
    padding-top: 20px;
    margin-bottom: 30px
}
.checkout-cart-index .vat-content{
    float: left;
}
.vat-content .right .a-right {
    padding: 30px 0;
    font-size: 24px;
}
.vat-content .right {
    width: 50%;
    float: right;
}
.vat-content .left {
    width: 50%;
    float: left;
}
.firecheckout-index-index .review-total-info {
    padding-top: 50px;
    border-top: solid 1px #d6d6d5;
}
.firecheckout-index-index .vat-content {
    border: none;
}
.firecheckout-index-index .vat-content .right .a-right {
    padding: 0px;
}
.firecheckout-index-index .firecheckout-set input.input-text {
    width: 40%
}
.firecheckout-index-index .back-link{
    padding: 0;
}
.firecheckout-index-index #checkout-review-load {
    padding: 30px 0px;
}
.catalog-product-view .col1-layout .col-main {
    max-width: initial;
}
.customer-accesskeys-list .col-main {
    max-width: 100%;
    margin: 0 auto;
}
.customer-account .col2-left-layout,
.col-main,
.col3-layout,
.col2-right-layout {
    max-width: 1024px;
    margin: 0 auto;
}
.customer-account .col-left {
    padding-top: 15px;
}

.catalog-category-view .col-main,
.cms-index-index .col-main {
    max-width: initial;
}
.card-theme .products-info .reviews {
    min-height: 52px;
}
.general-container .middle .reviews {
    min-height: 30px;
}

#header .account-cart-wrapper .user_name a:hover {
    color: #EF672F !important;
}

.product-popup .productcontent li.product-image-item.scroll {
    overflow-y: scroll;
    height: 500px;
}
.product-popup .productcontent {
    margin: 5% 0;
}

.two-columns {
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.two-columns .left {
    display: inline-block;
    float: left;
}

.two-columns .right {
    display: inline-block;
    float: right;
}

/* ========================================================
                        MANAGE MY KEY
   =========================================================*/
.container-center-1024 {
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px 20px;
}

.customer-account-index .col1-layout .col-main,
.customer-managekeys-index .col1-layout .col-main{
    max-width: none;
}
.customer-managekeys-index .text-paragraph p {
    margin: 0px 0px 20px;
    display: inline-block;
}
.tab-container .text-paragraph .two-columns .left .access-key-tex {
    color: #000000;
    font-family: opensanssemibold;
    font-size: 23px;
}
.tab-container .text-paragraph .two-columns .right .text-grey a{
    font-size: 14px;
}
#my-managekeys-table th.token-name,
#my-managekeys-table td.token-name {
    width: 25%;
}

#my-managekeys-table th.platform,
#my-managekeys-table td.platform {
    width: 15%;
}

#my-managekeys-table th.product-token,
#my-managekeys-table td.product-token {
    width: 45%;
}

#my-managekeys-table th.date,
#my-managekeys-table td.date {
    width: 15%;
}
#my-managekeys-table th.status,
#my-managekeys-table td.status {
    width: 17%;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: hidden;
}
.embed-container iframe {
    top:0;
    left: 0;
    width: 100%;
}
#vat_message {
    display: none;
}
.custom-ul ul {
    list-style:none !important;
    padding-left: 0px !important;
}
.refund-information-fields .checkbox {
    display: inline-block !important;
}

.my-account .rma-failed-message {
    clear: both;
}

.searchautocomplete .form-search {
    width: 75%;
    margin: auto;
}
.form-search select#search-select{
    font-weight: bold;
    cursor: pointer;
}
#checkout-review-table.data-table tfoot tr{
    width: initial;
    float: right;
}
/*Acount product downloaded*/
.downloadable-customer-products .products-grid--max-4-col > li img{
    border-radius: 5px;
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.downloadable-customer-products .collateral-tabs .productName{
    padding:15px 0;
    text-align: left;
}
.downloadable-customer-products .collateral-tabs .productName + p{
    text-align: left;
    color: #979794;
    margin-bottom: 15px;
}
.downloadable-customer-products .collateral-tabs .version-title, .downloadable-customer-products .collateral-tabs .edition-title{
    text-align: left;
    color: #979794;
    margin-bottom: 0px !important;
}
.downloadable-customer-products .collateral-tabs .version-title{
    margin:10px 0 0;
}
.downloadable-customer-products .collateral-tabs .edition-value{
    text-align: left;
    margin-bottom: 15px;
}
.downloadable-customer-products .button-orange{
    margin: 20px 0;
    background: #EF672F;
    color: #FFFFFF;
    width: 100%;
    padding: 15px;
    height: 50px;
    display: inline-block;
    float: left;
}
.downloadable-customer-products #version-select {
    width: 95%;
    float: left;
}
.downloadable-customer-products .hide-show {
    color: #aaaaa6;
    display: inline-block;
    font-family: opensanssemibold;
    font-size: 16px;
    margin: 20px 0;
    text-align: left;
    width: 100%;
    background-image: url("../images/navigate-up-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.downloadable-customer-products .hide-show.active {
    background-image: url("../images/navigate-down-arrow.png");
}
.downloadable-customer-products .extention-detail {
    display: none;
    text-align: left;
    width: 100%;
}
.downloadable-customer-products .extention-detail .devloper ,.downloadable-customer-products .extention-detail .qty-box {
    color: #aaaaa6;
    font-family: opensanssemibold;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.downloadable-customer-products .extention-detail .custome-web {
    margin-bottom: 20px;
}
.downloadable-customer-products .extention-detail .custome-web a {
    font-family: opensanssemibold;
    font-size: 16px;
}
.downloadable-customer-products .main-container,.downloadable-customer-products .col-main {
    padding: 0px;
}
.downloadable-customer-products .messages {
    margin-top: -45px;
    /* display: inline-block; */
    /* width: 100%; */
    /* float: left; */
    /* position: relative; */
}
.downloadable-customer-products #move-desktop #cont-search{
    display: none;
}
.downloadable-customer-products .page-title,.downloadable-customer-products .back-link {
    max-width: 1024px;
    margin: auto;
}
.downloadable-customer-products .back-link .digital-locker{
    padding-top: 15px;
    display: inline-block;
}
.downloadable-customer-products .back-link{
    display: inherit;
}
.downloadable-customer-products .col-main{
    max-width: 100%;
}
.downloadable-customer-products .product-collateral .toggle-tabs li {
    bottom: -1px;
}

.my-account-page .product-collateral .toggle-tabs li.link a:hover span{
    color: #ef672f;
}

.downloadable-customer-products .sorters-container{
    text-align: right;
    padding-bottom: 41px;
}
.downloadable-customer-products .sorters-container select{
    border: none;
    background: url(../images/dropdown-row.png) no-repeat;
    background-position: right center;
    padding-right: 12px;
    font-weight: bold;
    background-size: 8px 7px;
    cursor: pointer;
}
.downloadable-customer-products .sorters-container span {
    color: #E4E3E1;
    border-left: 1px solid #E4E3E1;
    padding-left: 15px;
}
.downloadable-customer-products .sorters-container select:first-child{
    margin-right: 15px;
}
/*Acount product downloaded*/
/*wage-devproducts-view-index*/
/*Acount product downloaded*/
.wage-devproducts-view-index .products-grid--max-4-col > li img{
    border-radius: 5px;
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.wage-devproducts-view-index .collateral-tabs .productName{
    padding:15px 0;
    text-align: left;
}
.wage-devproducts-view-index .collateral-tabs .productName + p{
    text-align: left;
    color: #979794;
    margin-bottom: 15px;
}
.wage-devproducts-view-index .collateral-tabs .version-title, .wage-devproducts-view-index .collateral-tabs .edition-title{
    text-align: left;
    color: #979794;
    margin-bottom: 0px !important;
}
.wage-devproducts-view-index .collateral-tabs .version-title{
    margin:10px 0 0;
}
.wage-devproducts-view-index .collateral-tabs .edition-value{
    text-align: left;
    margin-bottom: 15px;
}
.wage-devproducts-view-index .button-orange{
    margin: 20px 0;
    background: #EF672F;
    color: #FFFFFF;
    width: 100%;
    padding: 15px;
    height: 50px;
    display: inline-block;
    float: left;
}
.wage-devproducts-view-index #version-select {
    width: 95%;
    float: left;
}
.wage-devproducts-view-index .hide-show {
    color: #aaaaa6;
    display: inline-block;
    font-family: opensanssemibold;
    font-size: 16px;
    margin: 20px 0;
    text-align: left;
    width: 100%;
    background-image: url("../images/navigate-up-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.wage-devproducts-view-index .hide-show.active {
    background-image: url("../images/navigate-down-arrow.png");
}
.wage-devproducts-view-index .extention-detail {
    display: none;
    text-align: left;
    width: 100%;
}
.wage-devproducts-view-index .extention-detail .devloper ,.wage-devproducts-view-index .extention-detail .qty-box {
    color: #aaaaa6;
    font-family: opensanssemibold;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.wage-devproducts-view-index .extention-detail .custome-web {
    margin-bottom: 20px;
}
.wage-devproducts-view-index .extention-detail .custome-web a {
    font-family: opensanssemibold;
    font-size: 16px;
}
.wage-devproducts-view-index .main-container,.wage-devproducts-view-index .col-main {
    padding: 0px;
}
.wage-devproducts-view-index .messages {
    margin-top: -45px;
    /* display: inline-block; */
    /* width: 100%; */
    /* float: left; */
    /* position: relative; */
}
.wage-devproducts-view-index #move-desktop #cont-search{
    display: none;
}
.wage-devproducts-view-index .page-title,.wage-devproducts-view-index .back-link {
    max-width: 1024px;
    margin: auto;
}
.wage-devproducts-view-index .back-link .digital-locker{
    padding-top: 15px;
    display: inline-block;
}
.wage-devproducts-view-index .back-link{
    display: inherit;
}
.wage-devproducts-view-index .col-main{
    max-width: 100%;
}
.wage-devproducts-view-index .product-collateral .toggle-tabs li {
    bottom: -1px;
}
.wage-devproducts-view-index .sorters-container{
    text-align: right;
    padding-bottom: 41px;
}
.wage-devproducts-view-index .sorters-container select{
    border: none;
    background: url(../images/dropdown-row.png) no-repeat;
    background-position: right center;
    padding-right: 12px;
    font-weight: bold;
    background-size: 8px 7px;
    cursor: pointer;
}
.wage-devproducts-view-index .sorters-container span {
    color: #E4E3E1;
    border-left: 1px solid #E4E3E1;
    padding-left: 15px;
}
.wage-devproducts-view-index .sorters-container select:first-child{
    margin-right: 15px;
}






.loading,
.search-loading  {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 5%;
    width: 5%;
    position: absolute;
    /*top: 0;
    left: 0;*/
    z-index: 2000;
}

/* fixed for search result page loader icon*/
#load-more-container {}
#load-more-container .search-loading {
    margin: auto;
    position: relative;
    display: block;
    min-height: 53px;
}

#load-more-container span#loadmorebutton {
    cursor: pointer;
    display: block;
    max-width: 175px;
    margin: auto;
    text-align: center;
}

.twiter-icon,.fed-icon {
    color: #CAC3B4;
    font-size: 14px;
    /*padding-left: 30px;*/
}
.twiter-icon a,footer .fed-icon a {
    margin-left: 43px;
    vertical-align: middle;
}
footer .fed-icon{
    margin-top: 15px;
}
.footer .col-4-cont:first-child .links{
    margin-bottom: 20px;
}
.footer .social-links .links{
    margin-bottom: 40px;
}
.twiter-icon:before, .fed-icon:before {
    content: '';
    background: url(../images/twitter_icon.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    width: 33px;
    height: 33px;
    margin-right: 5px;
}
.fed-icon:before {
    background: rgba(169, 164, 164, 0.98) url(../images/feed-icon.png) center center no-repeat;
    background-size: 15px 15px;
    opacity: 0.4;
    border-radius: 33px;
    width: 33px;
    height: 33px;

}


/*   My Account*/
.customer-account-index.customer-account .page-title{
    max-width: 1054px;
    margin: auto;
    padding:0 15px;
}
.customer-account-index.customer-account .page-title h1{
    color: #333;
    display: inline-block;
    padding: 30px 0;
    font-family: OpenSansLight;
    line-height: 48px;
}
.customer-account-index.customer-account .block-account li a{
    color: #085f7d;
    text-transform: capitalize;
}
.customer-account-index.customer-account #collateral-tabs h3.tab-title { font-family:'open_sansbold',Verdana,Arial,sans-serif; line-height: 19px; color: #333; margin-bottom:30px;  }
.customer-account-index.customer-account #collateral-tabs .block-content { margin-top: 0; }
.customer-account-index.customer-account #collateral-tabs .block-account li { margin: 0 0 25px; }
.customer-account-index.customer-account #collateral-tabs .block-account li:last-child { margin-bottom: 0; }
.customer-account-index.customer-account #collateral-tabs .marketplace-links li.item { float: left; width: 240px; margin: 0 22px 20px 0; }
@media only screen and (max-width: 660px) {
    .customer-account-index.customer-account #collateral-tabs .marketplace-links li.item { width: 100%; margin: 0 0 20px; text-align: center; }
}
/*   My Account*/
.productcollection-list-view .toolbar select,
.catalog-category-view .toolbar select {
    border: medium none;
    background: transparent url("../images/dropdown-row.png") no-repeat scroll right center / 8px 7px;
    padding-right: 12px;
    font-weight: bold;
    cursor: pointer;
}
.catalog-category-view .toolbar .sorter > .sort-by {
    height: auto;
}
.catalog-category-view .toolbar span {
    display: none;
}
.catalog-category-view .toolbar {
    padding-right: 15px;
    width: auto;
}
.downloadable-customer-products p.msg-text {
    max-width: 1024px;
    margin: auto;
    padding: 0 30px;
}
.list-title-content {
    display: inline-block;
    width: 100%;
    padding: 0px 25px;
}
.list-title-content h2 { float: left; padding: 30px 0;  }
.list-title-content h2 span { display: none;  }
.catalogsearch-result-index .list-title-content {
    padding: 0;
}
.catalogsearch-result-index .list-title-content h2 { padding:0 110px 0 0; }
.catalogsearch-result-index .list-title-content h2 span{ display: inline-block; }
#payment_form_braintree_paypal {
    padding: 0 5px;
}
#braintree-paypal-container {
    margin: 8px 10px 8px 0px !important;
}
/*Easy Popup*/
/* Outer */
.easy-popup {
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 10;
}
.releases-popup-detail{
    cursor: pointer;
}
/* Inner */
.easy-popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}

/* Close Button */
.release-version-container .release-details{
    display: none;
}
.easy-popup-close {
    position: absolute;
    top: -13px;
    right: 10px;
    width: 16px;
    height: 16px;
    opacity: 1;
    color: #6f6f6f;
    text-decoration: none;
    font-size: 38px;
    cursor: pointer;
    font-family: OpenSans,sans-serif;
}

/*Easy Popup*/
/*Company Profile*/
.customer-company-profile .my-account, .customer-account-edit .my-account, .customer-account-editcompany .my-account { padding: 0 22px; max-width: 1024px; }
.customer-company-profile .main-container, .customer-account-edit .main-container, .customer-account-editcompany .main-container { background: #fff; }
.company-profile-form { max-width: 770px; padding-bottom: 20px; }
.company-profile-form { max-width: 770px; margin-bottom: 50px; }
body.customer-account .my-account .company-profile-form .fieldset { margin: 0 0 50px; }
body.customer-account .my-account .company-profile-form .fieldset h2 { color: #000; font-size: 24px; padding: 0;  }
body.customer-account .my-account .company-profile-form .fieldset h2 span { color: #979794; font-family: 'OpenSansLight',Arial,sans-serif;  }
.profile-photo { float: left; width: 224px; margin: 0 26px 20px 0; z-index: 1; position: relative; }
.profile-photo .botonInputFileModificado { border: 0 none; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 0; margin: 0 0 12px; }
.profile-photo .botonInputFileModificado .boton { padding: 0 }
.profile-photo .profile-photo-req { background: #fbfbfb; border: 1px dashed #ababa9; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; }
.profile-photo .profile-photo-req label { font-size:14px; display: block; padding: 0; padding:25px; cursor: pointer;  }
.profile-photo .profile-photo-req label span.profile-upload { display: block; background: url(../images/photo-upload.jpg) 0 center no-repeat; color:#0c96c5; padding: 0 0 0 66px; margin: 0 auto 10px; text-align: left; width: 170px; }
.profile-photo .profile-photo-req label span.profile-upload-req { color: #969696; display: block; margin-bottom: 5px; }
.profile-photo .profile-photo-req label span.profile-upload-name { display: inline-block; font-size: 13px; display: none; }
.profile-photo .profile-photo-before .profile-photo-req label { text-align: center; padding:60px 20px;  }
.profile-photo .profile-photo-before .profile-photo-req label span.profile-upload { padding:50px 0 0 0; background-position: center 0; text-align: center; margin-bottom: 5px; }
.profile-photo .profile-photo-before .inputImagenOculto { width: 100%; }

.customer-account-edit .company-profile-form .profile-name .form-list { float: left; width: 100%; }
.customer-account-edit .company-profile-form .profile-name .form-list li { margin-bottom: 25px; }
.customer-account-edit .company-profile-form .form-list { float: none; width: auto; }
.customer-account-editcompany .company-profile-form .profile-name .form-list { float: left; width: 100%; }
.customer-account-editcompany .company-profile-form .profile-name .form-list li { margin-bottom: 25px; }
.customer-account-editcompany .company-profile-form .form-list { float: none; width: auto; }
.company-profile-form .default_personal_address .copper { padding: 0 0 0 28px;  }
.company-profile-form .default_personal_address label { padding-bottom: 5px;  }
.company-profile-form .profile-name .form-list > li { margin-bottom: 0 }
.company-profile-form label { padding: 0 0 10px; }
.company-profile-form .profile-name {  padding: 0 0 0 250px; }
.company-profile-form input[type="email"],
.company-profile-form input[type="search"],
.company-profile-form input[type="number"],
.company-profile-form input[type="password"],
.company-profile-form input[type="tel"],
.company-profile-form input[type="text"] { width: 100%; }
.company-profile-form .form-list > li { margin-bottom:20px; clear: both; }
.company-profile-form #countdown { float: right; }
.company-profile-form .input-box-text { font-size: 16px; color: #000; }
.company-profile-form .checkoux-label {color:#000;}
.company-profile-form .field-right { float: right; }
.company-profile-form .company-address label { padding-bottom: 0; float: left; width: 88%; }
.company-profile-form .company-address label.custom-check-buttons { float: left; width: 28px; }
.company-profile-form .fieldset .company-address p { padding: 0 0 0 30px; color: #ef672f; clear: both;  }
.company-profile-form .form-list .fields .field { float: left; margin-bottom: 0; }
.company-profile-form .form-list .fields .field-first { width: 60%; padding:0 28px 0 0; }
.company-profile-form .form-list .fields .field-last { width: 40%; }
.company-profile-form .form-list .fields .field-zip-code { float: left; width: 44.2225%; padding:0 28px 0 0; }
.company-profile-form .form-list .fields .field-city { float: left; width: 55.7775% }
.company-profile-form .buttons-set { text-align: left; padding-top: 35px; }
.company-profile-form .buttons-set button { margin-right: 10px; }
.company-profile-form .fieldset  p.required { color: #6d6d69; font-size: 13px; }
.company-profile-form .icon-help { position: relative; cursor:help;}
.company-profile-form .icon-help span { display:none; position: absolute; left:35px; top:0; font-size: 12px; padding:5px 8px; width: 200px;  z-index: 9; background: #eee;}
.company-profile-form .icon-help span:after { background:url(../images/tooltip-arrow.gif) 0 0 no-repeat; width:6px; height: 11px; content: ' '; position: absolute; left:-6px; top:6px; }
.company-profile-form .icon-help:hover span { display: block; }
.customer-account-edit .personal-address p { color: #ef672f; }
.customer-account-edit .company-profile-form .personal_email label a { color: #ef672f; }
.customer-account-editcompany .personal-address p { color: #ef672f; }
.customer-account-editcompany .company-profile-form .personal_email label a { color: #ef672f; }
.company-profile-form .profile-photo .profile-photo-req .company-absolute{
    bottom: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    transform: translateY(50%);
    width: 100%;
}
.company-profile-form .profile-photo .profile-photo-req .boton span.profile-upload { color:#0c96c5; font-size: 14px;}
.company-profile-form .profile-photo .profile-photo-req .boton span.profile-upload-req { color: #6d6d69; font-size: 14px;}
.company-profile-form label.required::after {
    color: #6d6d69;
    font-size: 16px;
}

@media only screen and (max-width: 770px) {
    .customer-company-profile { padding: 0; }
}
@media only screen and (max-width: 680px) {
    .company-profile-form .profile-name { float: none; padding: 0; clear: both; }
    .company-profile-form .profile-name .form-list > li { margin-bottom: 20px; }
    .company-profile-form .form-list .fields .field-first { width: 100%; padding: 0; margin-bottom: 20px; }
    .company-profile-form .form-list .fields .field-last { width: 100%; padding: 0; margin-bottom:0; }
    .company-profile-form label { position: relative; }
    .company-profile-form .icon-help { position: static; }
    .company-profile-form .icon-help span { top: 28px; left:0; width: 246px; }
    .company-profile-form .icon-help span:after { display: none; }
}
@media only screen and (max-width: 479px) {
    body.customer-account .my-account .company-profile-form .buttons-set { border-top: 1px solid #ededed; }
    .company-profile-form .buttons-set button { width: 100%; margin: 0 0 20px; max-width: inherit; float: none;  }
}
.customer-managekeys-index .two-columns .right {
    width: 50%;
}
.customer-managekeys-index .short-content {
    margin-bottom: 15px;
}
.customer-managekeys-index .messages {
    display: none;
}
/*404 error page*/
.error-fourohfour > .container { background:url(../images/404.png) no-repeat right top; }
.cms-service-unavailable .breadcrumbs { display: none; }
.l-error-page > .container { min-height: 500px; }
.error-fiveohthree > .container { background:url(../images/503.png) no-repeat right top; min-height: 600px;  }
.cms-no-route .std .l-error-page,
.cms-service-unavailable .std .l-error-page { padding-top:85px; }
.cms-no-route .std .l-error-page h1,
.cms-service-unavailable .std .l-error-page h1 { color: #ef672f; font-size: 72px; font-weight: 400; margin-bottom:27px; line-height: 87px; padding:40px 0 0; }
.cms-no-route .std .l-error-page h1, .cms-no-route .std .l-error-page p, .cms-no-route .std .l-error-page h5, .cms-no-route .std .l-error-page ul,
.cms-service-unavailable .std .l-error-page h1, .cms-service-unavailable .std .l-error-page p, .cms-service-unavailable .std .l-error-page h5, .cms-service-unavailable .std .l-error-page ul { width: 50%; }
.cms-no-route .std .l-error-page .text-giant,
.cms-service-unavailable .std .l-error-page .text-giant { font-size:40px; line-height: 60px; margin-bottom: 30px; }
.cms-no-route .std .l-error-page p,
.cms-service-unavailable .std .l-error-page p { font-size:16px; line-height:24px; font-style: normal; color:#333; margin-bottom: 20px; }
.cms-no-route .main-container,
.cms-service-unavailable .main-container { clear: both; padding-bottom: 0; position: relative; }
.cms-no-route .main-container .error-backhome,
.cms-service-unavailable .main-container .error-backhome { position: absolute; top: 0; left: 0; right: 0; background: #fafafa; padding: 30px 15px; margin:0 auto;  }
.cms-no-route .main-container .error-backhome .container,
.cms-service-unavailable .main-container .error-backhome .container { max-width: 1024px; margin: 0 auto; }
.cms-no-route .main-container .error-backhome a,
.cms-service-unavailable .main-container .error-backhome a {background: url(../images/back-arrow.png) 0 center no-repeat; padding-left:18px;}
@media only screen and (max-width:770px) {
    .error-fourohfour > .container { background-size:300px auto; }
    .error-fiveohthree > .container { background-size:250px auto; padding-bottom: 100px; }
    .l-error-page > .container {min-height:350px;}
    .cms-no-route .std .l-error-page h1, .cms-service-unavailable .std .l-error-page h1 { font-size: 60px; line-height: 65px; }
    .cms-no-route .std .l-error-page .text-giant, .cms-service-unavailable .std .l-error-page .text-giant { font-size: 26px; line-height: 38px; }
    .cms-no-route .col1-layout .col-main, .cms-service-unavailable .col1-layout .col-main { margin-bottom: 0; }
}
@media only screen and (max-width:679px) {
    .cms-no-route .std .l-error-page h1, .cms-no-route .std .l-error-page p, .cms-no-route .std .l-error-page h5, .cms-no-route .std .l-error-page ul,
    .cms-service-unavailable .std .l-error-page h1, .cms-service-unavailable .std .l-error-page p, .cms-service-unavailable .std .l-error-page h5, .cms-service-unavailable .std .l-error-page ul { width: auto; }
    .cms-no-route .std .l-error-page h1, .cms-service-unavailable .std .l-error-page h1 { padding-top: 20px; font-size: 44px; line-height: 56px; margin-bottom: 15px; }
    .cms-no-route .std .l-error-page .text-giant, .cms-service-unavailable .std .l-error-page .text-giant { font-size: 20px; line-height: 28px; }
    .error-fourohfour > .container { background-position: center 140px; }
    .error-fiveohthree > .container { background-position: center bottom;background-size:180px auto;}
    .cms-no-route .main-container .error-backhome, .cms-service-unavailable .main-container .error-backhome { padding:15px;  }
    .cms-no-route .std .l-error-page, .cms-service-unavailable .std .l-error-page {padding-top: 25px; }
    .cms-service-unavailable .std .l-error-page { padding-bottom: 10px;}
    .l-error-page > .container { min-height: inherit; padding-bottom: 240px; }
}
@media only screen and (max-width:479px) {
    .cms-no-route .std .l-error-page, .cms-service-unavailable .std .l-error-page {padding-top: 55px;}
}
blockquote {
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-style: italic;
}

.bxslider-product {
    /*visibility: hidden;*/
    display: none;
}
#my-returns-table tbody tr td .price-green.requested span{
    color: #31302B;
    font-family: OpenSans,"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 16px;
}

.productinfo .general-info .support {
    margin-top: 5px;
}
.productinfo .general-info .installation {
    margin-top: 5px;
}
.my-account .terms-popup {
    display: none;
}
.support-popup .terms-content {
    max-height: 760px;
}
.support-popup .content-html {
    max-height: 465px;
    overflow-y: auto;
}
@media only screen and (max-width:860px) {
    .support-popup .button-orange { display: block; text-align: center; margin-bottom: 10px; width: 100%; padding: 14.5px 10px; }
    .support-popup .button-white { width: 100%; padding: 15px 10px;}
}

.cart-action {
    display: inline-block;
    position: relative;
    width: 100%;
}

.cart-action .reload {
    background: black none repeat scroll 0 0;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.reload > img {
    margin: 10% auto 0;
}

.customer-personal-email .color-primary {
    color: #ef672f;
}

.graybkg .loading {
    text-align: center;
    top: 50%;
    left: 48%;
    background-color: transparent;
    /*opacity: 0.7;*/
}
.sales-order-history .my-account p {
    margin-bottom: 0;
}
.sales-order-history .rma-popup select {
    font-size: 14px;
    font-family: OpenSans, "Helvetica Neue", Verdana, Arial, sans-serif;
    height: 50px;
    background: #fff url('../images/dropdown-border.png') no-repeat;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 65px 0px 15px;
    border: solid 1px #D8D8D8;
    border-right: 0 none;
    position: relative;
}
.compatible-edition ul li, .supported-browser ul li { margin-bottom: 20px; word-break:break-all;  }
.compatible-edition ul li:last-child, .supported-browser ul li:last-child { margin-bottom: 0;  }

body>.video-wrapper{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    z-index: 10;
    padding-top: 80px;
}

body>.video-wrapper .close-btn {
    position: fixed;
    top: 30px;
    right: 30px;
}

body>.video-wrapper .close-btn .icon {
    background-size:100% auto;
    background-repeat:no-repeat;
    display:inline-block;
    width:30px;
    height:30px;
    vertical-align:middle;
    background-image:url(/skin/frontend/rwd/marketplace/images/Close_window.png);
}

.downloadable-customer-products .product_item p.product_title{
    height: 65px;
    overflow-y: auto;
}

.technical-details {
    clear: both;
    position: relative;
    margin: 10px 0;
}
.technical-details > a {
    color: #31302b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.technical-details > a:hover {
    color: #0d96c5;
    text-decoration: none;
}
.technical-details .technical-details-info {
    left: -15px;
    width: 250px;
    top: 35px;
    z-index: 9999;
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 10px 0 #B3B3B3;
    box-shadow: 0 0 10px 0 #B3B3B3;
    padding: 15px;
    font-size: 15px;
}
.technical-details .technical-details-info:after,
.technical-details .technical-details-info:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(1) rotate(270deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(270deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(270deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(270deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(270deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.technical-details .technical-details-info:after {
    top: -20px;
    left: 20px;
    border-color: transparent transparent transparent #fff;
    border-width: 10px;
}
.technical-details .technical-details-info:before {
    top: -23px;
    left: 19px;
    border-color: transparent transparent transparent #ccc;
    border-width: 11px;
}
.technical-details .technical-details-info a {
    float: right;
    color: #0d96c5;
    font-size: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.technical-details .technical-details-info a:hover {
    text-decoration: none;
    color: #31302b;
}
.technical-details .technical-details-info span {
    color: #aaaaa8;
}
.technical-details .technical-details-info p {
    font-size: 15px;
    margin-bottom: 0;
}

/*Customer Stories*/
.std .success-stories {
    padding-top: 270px;
    clear: both;
}
.std .success-stories li {
    margin: 0;
    padding: 50px 0;
    overflow: hidden;
}
.std .success-stories h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font: normal 24px/30px OpenSansSemibold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #31302b;
}
.std .success-stories p {
    font-style: normal;
}
.std .success-stories li img {
    max-width: 230px;
    float: left;
    margin: 0 50px 0 0;
}
.std .success-stories li:nth-child(2n) img {
    float: right;
    margin: 0 0 0 50px;
}

.success-story {
    padding: 0 30px;
}
.success-story-header {
    background: #fcfcfc;
    padding: 20px 40px 50px;
    margin: 0 -40px 50px;
    overflow: hidden;
}
.success-story-header-orange {
    position: absolute;
    left: 0;
    top: 73px;
    width: 100%;
    padding: 100px 10px;
    background: url(../images/header/background-search-orange.png) no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
}
.success-story-header-orange h1 {
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 0 !important;
    width: 1024px !important;
    text-align: left;
    max-width: 100%;
    display: inline-block;
}
.success-story-header a {
    margin-bottom: 60px;
    display: inline-block;
}
.success-story-header img {
    float: left;
    margin: 0 70px 0 0;
}
.std .success-story-header h1 {
    font-family: OpenSansSemibold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-transform: capitalize;
}
.std .success-story-header h2 {
    color: #31302b;
    font: 30px/40px OpenSansSemibold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.std .success-story h3 {
    color: #31302b;
    font: 20px/26px OpenSansSemibold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin-bottom: 20px;
}
.std .success-story h4 {
    color: #31302b;
    font: 16px/20px OpenSansSemibold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin-bottom: 10px;
}
.std .success-story-header p {
    font: 15px OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #31302b;
    font-style: normal;
}
.std .success-story-header p.quote-text {
    font-style: italic;
}
.std .success-story .profile-list {
    list-style-type: unset;
}
.std .success-story p {
    font-style: normal;
}
.success-story-content-left {
    float: left;
    width: 25%;
    margin: 50px 0 20px 3%;
}
.success-story-content-left ul {
    margin-bottom: 30px;
}
.std .success-story-content-left ul li {
    margin: 0;
    font-style: normal;
}
.success-story-content-right {
    float: right;
    width: 60%;
    margin: 50px 3% 20px 0;
}
.merchant-quote {
    background: #EBEBEB;
    padding: 20px 5px;
    text-align: center;
}
.std .merchant-quote p {
    margin: 15px 0;
    font-size: 16px;
    color: #31302b;
}
.std .merchant-quote .merchant-quote-text {
    font-style: italic;
}

/*access keys*/
.customer-accesskeys-list.customer-account .back-link {
    max-width: 1054px;
    margin: 40px auto 0;
    display: block;
}
.customer-accesskeys-list.customer-account .page-title{
    max-width: 1054px;
    margin: auto;
    padding:0 15px;
}

.customer-accesskeys-list.customer-account #access_keys_tabs {
    background: none;
}
.customer-accesskeys-list.customer-account #access_keys_tabs .tab-content-wrapper {
    background: #fff;
    width: 100%;
    border: 1px solid #e4e3e1;
}
.customer-accesskeys-list.customer-account #access_keys_tabs .ui-tabs-nav {
    max-width: 1054px;
    margin: 0 auto;
}
.customer-accesskeys-list.customer-account #access_keys_tabs .ui-tabs-panel.ui-widget-content {
    padding: 77px 15px 60px;
    max-width: 1054px;
    margin: 0 auto;
    background: none;
}
#access_keys_tabs p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
}
#access_keys_tabs #messages {
    margin: 40px auto -50px;
    max-width: 1024px;
    width: 100%;
}
#access_keys_tabs .access-text {
    margin-bottom: 20px;
    overflow: hidden;
}
#access_keys_tabs .access_keys_intro p a,
#access_keys_tabs .access-text .col-sm-8 a {
    color: #0d96c5;
    font-size: 14px;
    text-decoration: none;
}
#access_keys_tabs .access_keys_intro p a:hover,
#access_keys_tabs .access-text .col-sm-8 a:hover {
    color: #0d96c5;
    text-decoration: underline;
}
#access_keys_tabs .button {
    max-width: 100%;
    white-space: normal;
    margin-right: 20px;
    margin-bottom: 10px;
}
#access_keys_tabs #messages .messages .success-msg li {
    background: #fff;
    border: 4px solid #87AB39;
    padding: 20px 10px 20px 65px;
    font-size: 20px;
}
#access_keys_tabs #messages .messages .success-msg li:before {
    width: 43px;
    height: 43px;
    background: url(/skin/frontend/rwd/developer_portal/images/icons/ico-success-msg.png) no-repeat left center;
    border: none;
    left: 10px;
    top: 50%;
    margin-top: -21px;
}
#access_keys_tabs .access-key-name {
    background: none;
    border: none;
    cursor: text;
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-family: open_sanssemibold, Arial, sans-serif;
}
#access_keys_tabs .data-table {
    margin: 0;
}
#access_keys_tabs .data-table th {
    background: #f4f4f4;
    text-transform: uppercase;
}
#access_keys_tabs .data-table tbody {
    border: none;
}
#access_keys_tabs .access_keys_intro {
    text-align: center;
}
#access_keys_tabs .access_keys_intro a {
    margin-bottom: 20px;
}
#access_keys_tabs #magento_2_tab .data-table {
    border-bottom: 1px solid #ECECEC;
}
#access_keys_tabs #magento_2_tab .data-table td {
    background: none;
}
#access_keys_tabs #magento_2_tab .data-table td button {
    width: 100%;
    margin-bottom: 5px;
}
#access_keys_tabs #magento_2_tab .data-table td button.enabled-button {
    background: #e6e6e6;
    color: #636363;
}
#access_keys_tabs #magento_2_tab .data-table td button.enabled-button:hover {
    color: #fff;
}
#access_keys_tabs #magento_2_tab .data-table td .generated-keys {
    margin-top: 10px;
}
#access_keys_tabs #magento_2_tab .data-table td .generated-keys:first-child {
    margin-top: 0;
}
#access_keys_tabs #magento_2_tab .data-table td .generated-keys strong {
    font-weight: normal;
    font-family: open_sanssemibold, Arial, sans-serif;
}
#key-generation-form {
    padding: 25px;
    display: none;
    width: 350px;
}
#key-generation-form input {
    width: 100%;
}
#key-generation-form .buttons {
    border-top: 1px solid #EBEBEB;
    padding-top: 30px;
    margin-top: 30px;
}

/*Home Banners Slider*/
.slider_content {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.magestore-paddings .container-landings {
    padding: 0;
}
.slider_text {
    position: absolute;
    z-index: 2;
}
.slider_text span {
    color: #ef672f;
}
.slider_text h3 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 10px;
}
.slider_text p {
    font-size: 16px;
    line-height: 25px;
}
.slider_img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slider-button {
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-family: OpenSansSemibold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding: 10px 20px;
    line-height: 26px;
    background: #ef672f;
    text-decoration: none;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.slider-button:hover {
    color: #fff;
    background: #c14800;
}
.banner_blue {
    background: #E7F1FB;
}
.banner_grey {
    background: #ececec;
}
.banner_light {
    background: #fde8da;
}
.banner_white_v2,
.banner_white {
    background: #ffffff;
}
.banner_orange {
    background: #fc6b1f;
}
.banner_olive {
    background: #570535;
}

.banner_blue .slider_text {
    left: 250px;
    top: 20px;
    width: 525px;
    text-align: center;
}
.banner_grey .slider_text {
    left: 350px;
    top: 50px;
    width: 400px;
}
.banner_light .slider_text {
    left: 520px;
    top: 70px;
    width: 420px;
}
.banner_white .slider_text {
    left: 280px;
    top: 70px;
    width: 475px;
    text-align: center;
}
.banner_white_v2 .slider_text {
    left: 50px;
    top: 50px;
    width: 610px;
}
.banner_orange .slider_text {
    left: 30px;
    top: 20px;
    width: 430px;
}
.banner_olive .slider_text {
    left: 240px;
    top: 0;
    width: 520px;
    text-align: center;
}
.banner_orange p,
.banner_orange h3 {
    color: white;
}
.banner_orange .slider-button {
    color: #31302b;
    background: #fff;
}
.banner_orange .slier-button:hover {
    color: #31302b;
    background: #e9ebea;
}
.banner_olive .slider_text img {
    margin-bottom: 10px;
    display: inline-block;
}
.banner_olive .slider_text .partner-img {
    margin-bottom: -30px;
}
.banner_olive p {
    font-size: 18px;
}
.banner_olive .slider-button {
    background: #f1249b;
    color: #fff;
}
.banner_olive .slider-button:hover {
    background: #d01582;
    color: #fff;
}
.banner_blue .slider_text img {
    margin-bottom: 10px;
    display: inline-block !important;
}
.banner_blue p {
    font-size: 18px;
    color: #215087;
}
.banner_blue .slider-button {
    background: #446479;
    color: #fff;
    margin-top: 30px;
}
.banner_blue .slider-button:hover {
    background: #215087;
    color: #fff;
}

.magestore-paddings {
    position: relative;
}
.magestore-paddings .custom-navigation {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    z-index: 3;
}
.magestore-paddings .flex-direction-nav {
    top: 0;
}
.magestore-paddings .custom-controls-container {
    display: block;
}
.magestore-paddings .flex-direction-nav a {
    width: 34px;
    height: 84px;
}
.magestore-paddings .flex-direction-nav .flex-prev {
    background: url(../images/prev.png) left top no-repeat;
}
.magestore-paddings .flex-direction-nav .flex-next {
    background: url(../images/next.png) left top no-repeat;
}


/*New Banners*/
.banner_marketplace {
    background: #f87b56;
}
.banner_marketplace .slider_text {
    left: 140px;
    top: 10px;
    width: 730px;
    text-align: center;
}
.banner_marketplace p {
    color: white;
    font-size: 24px;
    line-height: 30px;
}
.banner_marketplace h3 {
    color: white;
    margin-bottom: 0;
    font-size: 42px;
}
.banner_marketplace .slider-button {
    color: #fff;
    background: #1ba2aa;
    margin-top: 10px;
    padding: 10px 60px;
}
.banner_marketplace .slider-button:hover {
    color: #1ba2aa;
    background: #fff;
}

.banner_m1_ext {
    background: #30b1b8;
}
.banner_m1_ext .slider_text {
    left: 230px;
    top: 50px;
    width: 720px;
}
.banner_m1_ext p {
    color: white;
    font-size: 34px;
}
.banner_m1_ext h3 {
    color: white;
    font-size: 50px;
}
.banner_m1_ext .slider-button {
    color: #fff;
    background: #6e6e6e;
    float: right;
    margin-top: 30px;
}
.banner_m1_ext .slider-button:hover {
    color: #6e6e6e;
    background: #fff;
}

.banner_partners {
    background: #f1f1f1;
}
.banner_partners .slider_text {
    left: 85px;
    top: 45px;
    width: 880px;
}
.banner_partners p {
    color: #1c1c1c;
    font-size: 20px;
}
.banner_partners h3 {
    color: #f16721;
    font-size: 44px;
}
.banner_partners .slider-button {
    color: #fff;
    background: #565656;
    float: left;
    padding: 10px 65px;
    margin: 12px 80px 30px 0;
}
.banner_partners .slider-button:hover {
    color: #565656;
    background: #fff;
}

.banner_fastly {
    background: #d33237;
}
.banner_fastly .slider_text {
    left: 650px;
    top: 75px;
}
.banner_fastly .slider-button {
    color: #f22421;
    background: #fff;
    margin-top: 0;
    padding: 10px 60px;
}
.banner_fastly .slider-button:hover {
    color: #fff;
    background: #FE7472;
}
.cms-home .slides li > div {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Extensions Listing Page */
.cms-extensions .breadcrumbs {
    display: none;
}
.extension-categories {
    padding: 30px 0 40px;
}
.ext-categories-list > div {
    margin-bottom: 30px;
}
.ext-categories-list > div:nth-child(3n+1) {
    clear: left;
}
.extension-categories h2 {
    font: 34px/40px OpenSansSemiBold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #fc6522 !important;
    text-align: center;
    margin-bottom: 35px;
}
.extension-categories span {
    display: block;
}
.extension-categories .ext-categories-list a {
    padding: 0 10px;
    display: block;
}
.extension-categories .cat-title {
    font: 20px/24px OpenSansSemiBold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #fc6522;
    margin-bottom: 10px;
}
.extension-categories .ext-categories-list .cat-desc {
    padding-left: 90px;
    font: 14px/20px OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-style: normal;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 75px auto;
    color: #31302b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    min-height: 100px;
}
.extension-categories .ext-categories-list .cat-accounting-finance .cat-desc {
    background-size: 65px auto;
}
.extension-categories .ext-categories-list .cat-shipping-fulfillment .cat-desc {
    background-size: 80px auto;
}
.extension-categories .ext-categories-list a:hover .cat-desc {
    color: #fc6522;
}
.cat-accounting-finance .cat-desc {
    background-image: url(../images/extension-categories/cat-accounting-finance.svg);
}
.cat-marketing .cat-desc {
    background-image: url(../images/extension-categories/cat-marketing.svg);
}
.cat-content-customization .cat-desc {
    background-image: url(../images/extension-categories/cat-content-customization.svg);
}
.cat-customer-support .cat-desc {
    background-image: url(../images/extension-categories/cat-customer-support.svg);
}
.cat-payments-security .cat-desc {
    background-image: url(../images/extension-categories/cat-payments-security.svg);
}
.cat-reporting-analytics .cat-desc {
    background-image: url(../images/extension-categories/cat-reporting-analytics.svg);
}
.cat-sales .cat-desc {
    background-image: url(../images/extension-categories/cat-sales.svg);
}
.cat-shipping-fulfillment .cat-desc {
    background-image: url(../images/extension-categories/cat-shipping-fulfillment.svg);
}
.cat-site-optimization .cat-desc {
    background-image: url(../images/extension-categories/cat-site-optimization.svg);
}

/*Full size Products*/
.products-grid.full-size-products .bottom .reviews .rating-links {
    float: right;
}
.products-grid.full-size-products .bottom .reviews .rating-links a {
    font-size: 10px;
    color: #000;
}
.products-grid.full-size-products .bottom .reviews .ratings .rating-links {
    margin-top: 0;
}
.products-grid.full-size-products .bottom .reviews .ratings div.resize {
    width: 82px;
    max-width: 82px;
    position: absolute;
    left: 0;
    top: 7px;
}
.products-grid.full-size-products .bottom .reviews .ratings .rating-box.small-stars {
    background-size: 82px auto;
    background-position: 0 -16px;
    width: 82px;
    height: 12px;
}
.products-grid.full-size-products .bottom .reviews .ratings .rating.small-stars {
    background-size: 82px auto;
    width: 82px;
    height: 12px;
}
.products-grid.full-size-products .bottom {
    height: 100% !important;
}
.products-grid.full-size-products .bottom .price-wrapper {
    margin-bottom: 0;
    text-align: left !important;
    float: left;
    width: 100%;
    clear: left;
    white-space: nowrap;
    margin-top: 4px;
}
.products-grid.full-size-products .bottom .partner-logo {
    float: right;
    width: 40%;
    margin-top: -3px;
}
.products-grid.full-size-products .bottom .partner-logo img {
    max-width: 100%;
}
.products-grid.full-size-products .bottom .price-wrapper span.free-button {
    font: 18px/17px OpenSansSemiBold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #01a409;
}
.products-grid.full-size-products .bottom .price-wrapper span.price-label {
    font: 10px/17px OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #c6c6c6;
}
.products-grid.full-size-products li:nth-child(3n+1) {
    clear: left;
}
.category-products .products-grid.full-size-products li.item .general-container {
    border: solid 1px #979797;
    min-height: 310px;
}

.catalogsearch-result-index .category-products .products-grid.full-size-products li.item .general-container {
    border: solid 1px #979797;
}
.products-grid.full-size-products .product-image {
    overflow: hidden;
}
.products-grid.full-size-products .product-image img {
    height: 250px;
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #979797;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.products-grid.full-size-products .product-image p {
    color: #000;
    display: inline-block;
    font-size: 14px;
    left: 0;
    opacity: 0;
    padding: 30px;
    width: 100%;
    position: absolute;
    text-align: left;
    top: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 0;
}
.products-grid.full-size-products .product-image p span {
    float: right;
    margin-top: 40px;
    font-size: 14px;
    color: #00a2aa;
}
.products-grid.full-size-products .product-image p span:hover {
    color: #000;
}
.products-grid.full-size-products .item:hover .product-image p {
    opacity: 1;
}
.products-grid.full-size-products .item:hover .product-image img {
    opacity: 0;
}
.category-products .products-grid.full-size-products li.item .top .container {
    padding: 0;
}
.category-products .products-grid.full-size-products li.item .top .container .left {
    width: 100%;
    float: none;
    max-width: 100%;
    max-height: 100%;
    /*padding-right: 7.5px;*/
}
.category-products .products-grid.full-size-products li.item .bottom .container {
    overflow: hidden;
    padding: 0 13px 10px !important;
}
.category-products .products-grid.full-size-products li.item .bottom .container .price-wrapper {
    text-align: right;
}
.category-products .products-grid.full-size-products li.item .top {
    min-height: 140px;
    height: auto !important;
}
.category-products .products-grid.full-size-products li.item .bottom {
    min-height: 72px;
    height: auto !important;
}
.category-products .products-grid.full-size-products li.item .top,
.category-products .products-grid.full-size-products li.item .middle,
.category-products .products-grid.full-size-products li.item .bottom {
    overflow: auto;
}
.products-grid.full-size-products .general-container .bottom .reviews {
    margin-top: -5px;
    min-height: 0;
    float: left;
    width: 40%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.products-grid.full-size-products .general-container .bottom .reviews .ratings {
    margin: 0;
}
.products-grid.full-size-products h2 {
    font: 20px/24px OpenSansSemiBold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #565656;
}
.products-grid.full-size-products h2 a {
    left: 0 !important;
    font: 16px/21px OpenSansSemiBold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif !important;
    color: #000 !important;
    max-height: 21px;
    overflow: hidden;
    display: inline-block;
}
.products-grid.full-size-products > li {
    text-align: left;
}
@media only screen and (max-width: 770px) {
    .products-grid.full-size-products .general-container .bottom .reviews,
    .products-grid.full-size-products .general-container .bottom .price-wrapper {
        float: none;
        width: 100%;
    }
    .products-grid.full-size-products .bottom .reviews .rating-links {
        float: none;
    }
    .products-grid.full-size-products .bottom .reviews .ratings div.resize {
        margin-top: 0;
    }
}
