@charset "utf-8";

/* =============================================================== */
/* FOUNDATION
/* =============================================================== */
@media (min-width: 1300px) {
    .container { max-width: 1270px; }
}
@media (min-width: 1400px) {
    .container { max-width: 1370px; }
}
@media (min-width: 1500px) {
    .container { max-width: 1470px; }
}
@media (min-width: 1600px) {
    .container { max-width: 1570px; }
}

a {
    color: #34495E;
    text-decoration: none;
    outline: none !important;
    transition: all .2s ease-in;
}

a:hover, a:focus {
    text-shadow: 0 0 .50px, 0 0 .50px;
    text-decoration: none;
    cursor: pointer;
}

.tableLink {
    /*background-image: linear-gradient(to right, #00943d, #00943d 50%, #000 50%);*/
    /*background-size: 200% 100%;*/
    /*background-position: -100%;*/
    /*padding: 5px 0;*/
    /*-webkit-background-clip: text;*/
    /*transition: all 0.3s ease-in-out;*/
}
.tableLink:before {
    content: '';
    background: #00943d;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}
.tableLink:hover { background-position: 0; cursor: pointer; }
.tableLink:hover::before { width: 100%; }

ul, ol { list-style: none; margin: 0; padding: 0; }

body {
    margin: 0;
    padding: 0;
    color: #34495E;
    font-family: 'Atkinson Hyperlegible', 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    background: #fff;
}

/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
}
h1 { font-size: 30px; line-height: 35px; }
h2 { font-size: 24px; line-height: 28px; }
h3 { font-size: 20px; line-height: 24px; }
h4 { font-size: 17px; line-height: 20px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 12px; line-height: 20px; }

p.lead { font-size: 20px; line-height: 1.4; }
h3 code { font-size: 14px; font-weight: normal; }

.block-title-1 {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 15px 20px 0 0;
    text-transform: uppercase;
}
.block-title-2 {
    border-bottom: 1px solid #CECECE;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}
.block-title-3 {
    border-bottom: 1px solid #CECECE;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 10px;
    position: relative;
    text-transform: uppercase;
}
.block-title-4 {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0 auto;
    padding: 0 12px;
    text-transform: uppercase;
}
.block-title-5 {
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 0;
    text-transform: uppercase;
}
.border-title {
    border-bottom: 1px solid #CECECE;
    margin: 0 0 15px;
    padding: 10px 0 10px;
}

/* Helper classes */
.error label.error { color: red; }
.section-block { margin-bottom: 30px; }
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.relative { position: relative; }
.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }
.no-margin-right { margin-right: 0; }
.no-margin-left { margin-left: 0; }
.no-margin-top { margin-top: 0; }
.no-margin-bottom { margin-bottom: 0; }
.no-border { border: 0; }
.width100, .w100 { width: 100%; }
.width50, .w50 { width: 100%; display: block; }
.full-container { width: 100%; display: block; clear: both; }
.maxheight100 { max-height: 100px; }
.maxheight200 { max-height: 200px; }
.maxheight300 { max-height: 300px; }
.maxheight400 { max-height: 400px; }
.maxheight500 { max-height: 500px; }
.maxheight600 { max-height: 600px; }
.maxheight700 { max-height: 700px; }
.maxwidth100 { max-width: 100px; }
.maxwidth200 { max-width: 200px; }
.maxwidth300 { max-width: 300px; }
.maxwidth400 { max-width: 400px; }
.maxwidth500 { max-width: 500px; }
.maxwidth600 { max-width: 600px; }
.maxwidth700 { max-width: 700px; }
.padd { margin-top: 60px; }
.globalPadding { padding: 50px 0; }
.globalPaddingTop { padding: 50px 0 0; }
.globalPaddingBottom { padding-bottom: 50px; }
.hr2 { border-width: 2px; border-color: #DDDDDD; }
.hr3 { border-width: 4px; border-color: #DDDDDD; }

ul.list-dot li { list-style: inside disc; }
ul.list-number li { list-style: inside decimal; }
ul.list { list-style: disc; padding-left: 40px; }
ul.list ul { list-style: circle; padding-left: 40px; }
ul.list-check { list-style: none; }
ul.list-border li { border-bottom: 1px solid #E0EDED; display: block; padding: 10px 15px; }
ul.list-border li:hover { background: #ebebeb; }

.transitionfx { transition: all 0.25s ease 0s; }
.hw100 { height: 100%; width: 100%; }
.display-table { display: table; }
.display-table-cell { display: table-cell; vertical-align: middle; }

/* ================================================================== */
/* BOOTSTRAP 5 MODAL / FORM / BUTTON CUSTOMIZATIONS
/* ================================================================== */
.modal { overflow: auto; }
.signUpContent .modal-dialog { max-width: 460px; }

#product-details-modal .modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}

.modal-header {
    border-bottom: 1px solid #E5E5E5;
    color: #FFFFFF;
    padding: 5px 15px;
}
.modal-title-site {
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
    font-size: 38px;
    font-weight: lighter;
    padding: 13px 0;
    text-transform: uppercase;
}
.modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.modal-footer {
    background: #eee;
    border-top: 1px solid #E5E5E5;
    padding: 10px 20px;
}

.form-control:focus { box-shadow: none; outline: 0 none; }

/* Custom button styles */
.btn {
    /*border: none;*/
    border-radius: 4px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    padding: 6px 12px;
    transition: all 0.25s linear 0s;
}

.btn-dark { background-color: #34495e; color: #FFFFFF; }
.btn-dark:hover, .btn-dark:focus { background-color: #20354a; color: #FFFFFF; }

p.required, .required sup { color: #E74C3C; }
.checkbox { padding-left: 0; margin-left: 0; }
legend { padding-bottom: 10px; }

.alert {
    /*border: none;*/
    /*border-left: 5px solid rgba(0, 0, 0, 0.1);*/
    /*border-radius: 0;*/
    padding: 3px;
}
.alert .btn-close { font-size: 14px; }

/* =============================================================== */
/* NAVBAR
/* =============================================================== */
.navbar-brand {
    padding: 10px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
}

.navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Cart Dropdown (used in BasePage.html) */
.cartMenu { float: right; display: block; width: 300px; }
.cartMenu a.dropdown-toggle {
    padding: 3px 15px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
}
.cartMenu .dropdown-menu { padding-bottom: 0; border-radius: 0; margin-top: 0; }
.cartMenu img { width: 50px; }
.cartMenu h4 { padding-bottom: 0; font-size: 12px; font-weight: 400; }
.cartMenu table { width: 100%; height: auto; }
.cartMenu table tr { border-bottom: solid 1px #ddd; }
.cartMenu table tr td { padding: 5px 0; }

.colorWhite, .colorWhite i { color: #fff !important; }

/* =============================================================== */
/* PRODUCT ITEMS / CATALOG
/* =============================================================== */

.section-title {
    border-bottom: 2px solid #DDDDDD;
    border-top: 2px solid #DDDDDD;
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0;
    padding: 0;
}
.section-title span {
    color: #2c3e50;
    display: inline-block;
    padding: 5px 15px 5px 0;
    text-transform: uppercase;
    width: auto;
}

.item {
    display: block;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    height: 290px;
}

.multiline-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
}

.product {
    display: block;
    transition: all 0.3s ease 0s;
    border: 1px solid #DDDDDD;
    text-align: center;
    height: 100%;
}
.product:hover { background: #fff; }

.add-fav {
    border: 1px solid;
    border-radius: 50%;
    height: 30px;
    line-height: 31px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 15px;
    width: 30px;
    z-index: 10;
    transform: scale(1.15);
    transition: opacity .3s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
}
.product:hover .add-fav { opacity: 1; transform: scale(1); }
.add-fav i { transform: scale(1) rotate(0deg); transition: all .3s ease; }
.add-fav:active i { transform: scale(0.85) rotate(4deg); }

.item.list-view .grid-description { display: none; }
.list-description { display: none; }
.item.list-view .list-description { display: block; }
.item.list-view {
    display: block;
    height: auto !important;
    width: 100% !important;
    overflow: hidden;
    margin-bottom: 20px;
}
.item.list-view .image {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    max-height: 260px;
    max-width: 200px;
    transition: all 0.5s ease 0s;
    padding-right: 20px;
    background: #fff;
}
.item.list-view .image a { display: block; max-height: 100%; height: 100%; }
.item.list-view .image img { max-height: 260px; width: auto !important; }
.item.list-view h4 { height: auto; margin: 45px 0 5px; font-size: 24px; }
.item.list-view h4 a { font-weight: 600; }
.item.list-view .description { text-align: right; }
.item.list-view .description p { text-align: right; max-height: 200px; min-height: 10px; }
.item.list-view .price { font-size: 22px; text-align: right; }
.item.list-view .action-control { text-align: right; }
.item.list-view .product { padding-right: 20px; min-height: 260px; }

.item:hover .action-control { border-bottom-color: #fff; }
.product-box .item { margin: 0 10px; }
.product-box .item:hover { box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); background: #fff; }

.image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease 0s;
}
.image a { display: block; overflow: hidden; }
.image a img { transition: all 0.5s ease 0s; height: 120px; margin: 0 auto; }
.product:hover .image a img { transform: scale(1.15) rotate(-1.5deg); }

.promotion {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 0;
    height: 24px;
    width: auto;
    border-radius: 4px;
    line-height: 18px;
}
.promotiontop {
    position: absolute;
    z-index: 10;
    right: 5px;
    top: 5px;
    height: 24px;
    width: auto;
    border-radius: 4px;
}

.description { margin: 0 auto; min-height: 107px; max-width: 235px; }
.list-view .description { margin: 0 auto; min-height: auto; max-width: 100%; }

.new-product {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 10px;
}
.stock-product {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 10px;
    background: deepskyblue;
}
.discount {
    background: #eb5e58;
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 5px;
}

.item h4 {
    min-height: 25px;
    max-height: 80px;
    overflow: hidden;
    display: block;
    margin: 5px 0 0;
    padding-bottom: 8px;
    line-height: 24px;
}
.item h4 a {
    color: #2c3e50;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.description p {
    color: #7F8C8D;
    font-size: 14px;
    min-height: 55px;
    max-height: 90px;
    overflow: hidden;
    line-height: 18px;
}

.price { font-size: 18px; font-weight: bold; color: #2c3e50; }

.action-control { border: 0; display: block; height: auto; padding: 5px 0 10px; width: 100%; }
.action-control a { cursor: pointer; }
/*.cart a { font-size: 20px; color: #2c3e50; display: inline-block; transition: all 0.3s ease-out 0s; }*/

.featureImg a { display: block; overflow: hidden; }
.featureImg a img { transition: all 0.4s ease 0s; }
.featureImg a img:hover { transform: scale(1.1) rotate(-1.1deg); }

/* =============================================================== */
/*  FOOTER
/* =============================================================== */
.gap { height: 10px; width: 100%; clear: both; display: block; }

.footer {
    background: #EDEFF1;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}
.footer p { margin: 0; }
.footer img { max-width: 100%; }
.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    color: #54697E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}
.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}
.footer ul li a { padding: 0 0 5px 0; display: block; }
.footer a { color: #78828D; }

.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.social li {
    background: #B5B5B5;
    border: 2px solid #B5B5B5;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
}
.social li:hover { transform: scale(1.15) rotate(360deg); border: 2px solid #2c3e50; background: #2c3e50; }
.social li a { color: #EDEFF1; }
.social li a i { font-size: 16px; margin: 0 0 0 5px; color: #EDEFF1 !important; }

.footer-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
}
.paymentMethodImg img { margin-left: 5px; }

@media (max-width: 767px) {
    .footer-bottom { text-align: center; }
    .paymentMethodImg { width: 100%; float: none !important; text-align: center; }
    .paymentMethodImg img { display: inline-block; float: none !important; max-height: 24px; }
}

/* =============================================================== */
/* CATEGORY PAGE
/* =============================================================== */

.breadcrumb {
    border: 1px solid #DDDDDD;
    background: none;
    --bs-breadcrumb-divider: '/';
    padding: 8px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.breadcrumb-item a { text-decoration: none; }

.main-container {
    min-height: 580px;
    padding: 0 20px;
}
.headerOffset { padding-top: 20px; }

.tree .dropdown-menu {
    position: relative !important;
    float: none !important;
    box-shadow: none !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}
.open-tree > .dropdown-menu { display: block; }
.dropdown-menu-tree { display: none; margin-bottom: 20px; }
.open-tree > .dropdown-menu-tree { display: block; }

.open-tree > a.enabled-link,
.open-tree > a.enabled-link:hover,
.open-tree > a.enabled-link:focus {
    background: none;
    font-weight: bold;
}

.tree > li.active > a,
.tree > li.active > a:hover,
.tree > li.active > a:focus {
    background: none;
    color: #2c3e50;
}
.tree > .active > a > .badge { background: #8BC34A; color: #fff; }

.category-level-2 { margin-left: 13px; }
.category-level-2 li { margin-top: 2px; }
.category-level-2 li a { font-weight: normal; padding: 2px 15px; }
.category-level-2 li a.active,
.category-level-2 .dropdown-tree.active .dropdown-tree-a,
.category-level-2 .open-tree .dropdown-tree-a { font-weight: bold !important; }

.subCategoryThumb { height: 80px; display: block; max-width: 100%; overflow: hidden; margin-bottom: 15px; }
.subCategoryThumb img { max-width: 100%; }
.subCategoryList { margin-top: 30px; overflow: hidden; }
.color-details { padding-top: 10px; margin-top: 14px; }

.productFilter {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 7px;
    padding-top: 10px;
    margin-top: 20px;
}
.productFilter p { display: block; font-size: 14px; margin-top: 6px; }
.change-view { margin-right: 10px; }
.subCategoryTitle { font-size: 13px; color: #444; font-weight: 600; }
.change-view a {
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 34px;
    line-height: 23px;
    margin-left: 5px;
    overflow: hidden;
    padding: 5px 8px;
    border-radius: 3px;
}
.productFilter select, .productFilter input { font-size: 13px; }
.categoryFooter { border-top: solid 1px #eee; padding-top: 20px; margin-top: -20px; }

.clearFilter {
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    line-height: normal;
    padding: 2px 5px;
    text-transform: capitalize;
}
.labelRounded { border-radius: 10px; }
.clearFilter:hover { opacity: 0.7; }

.collapseWill i { transition: all .3s ease; margin-right: 5px; transform: rotate(90deg); }
.collapseWill.pressed i { margin-right: 5px; transform: rotate(0deg); }
.minus { display: block; }
.collapseWill .minus { display: none !important; }
.collapseWill.collapsed .minus { display: none !important; }
.color-filter small {
    border: 1px solid #DDDDDD;
    display: inline-block;
    height: 14px;
    margin: 0 3px 0 1px;
    width: 14px;
}

/* =============================================================== */
/* PRODUCT DETAILS PAGE
/* =============================================================== */

.categoryFilter {
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 50px;
}

/* Zoom */
.sp-wrap { border: none !important; z-index: 10; width: 100%; background: none !important; }
.sp-thumbs { text-align: center !important; }
.sp-large a img { width: 100%; }
.sp-large { max-width: 90%; }
.sp-thumbs {
    position: absolute;
    right: 0 !important;
    text-align: left;
    bottom: 140px !important;
    width: 100px !important;
    z-index: 70;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    border: 2px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 10px;
    float: right;
    transition: margin 0.2s ease 0s;
}
.sp-thumbs a:hover { margin-right: 4px !important; }
.sp-thumbs img { height: auto !important; width: 60px !important; }

.product-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}
.product-price { font-size: 28px; font-weight: 600; line-height: normal; margin-bottom: 10px; }
.price-standard { color: #999999; font-size: 18px; text-decoration: line-through; }
.product-code {
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}
.rating span { display: inline-block; }
.ratingInfo { margin-left: 10px; }

.zoomThumb { text-align: center; margin-top: 10px; }
.zoomThumb a { display: inline-block; width: 120px; height: 130px; margin-bottom: 10px; border: 2px solid #eee; margin-right: 5px; }
.zoomThumb a img { max-width: 100%; max-height: 100%; }
.zoomImg { cursor: crosshair; }

.product-tab { width: 100%; display: inline-block; clear: both; }
.swatches { margin: 0.5em 0; padding-left: 0; }
.swatches a, .swatches li { display: inline-block; margin: 4px 3px; vertical-align: top; list-style: none; }
.awardIcons { padding-left: 10px; }
.swatches a img { height: 37px; width: 37px; }
.filterBox { display: inline-block; margin-right: 20px; }

.cart-actions {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 12px;
    clear: both;
}
.cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1em;
    margin: 0 20px 0 0;
    padding: 14px 20px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
button.first { margin-right: 20px; margin-bottom: 10px; }
.cart-actions .wishlist { background: #CCCCCC; line-height: 1em; text-decoration: none; border: solid 2px #CCCCCC; }
.cart-actions .wishlist:hover { background: #fff; color: #666; border: solid 2px #CCCCCC; }

.incaps {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 15px 20px 0 0;
    text-transform: uppercase;
}
.incaps i { font-size: 20px; }

.color-doorgaans-stock { color: #4285f4; }
.color-in { color: #4CC94A; }
.color-out { color: red; }

.product-share {
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: inline-block;
    margin-top: 20px;
    padding-top: 14px;
    width: 100%;
}

.socialIcon a {
    background: #CCCCCC;
    color: #FFFFFF;
    display: inline-block;
    font-size: 22px;
    padding: 6px 3px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
    transition: all 0.15s ease-in-out 0s;
}
.socialIcon a:hover { color: #fff; }

.recommended { border-top: solid 2px #ddd; margin-top: 20px; padding-top: 20px; }
.recommended h1 { text-align: center; margin-bottom: 0; padding-bottom: 0; }
#SimilarProductSlider .item {
    padding: 30px 0 0;
    margin: 10px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}
.recommended .description { min-height: 70px; }
.product-image { max-width: 100%; }
.product-image img { max-width: 100%; }
#SimilarProductSlider .product-image img { max-height: 200px; }

/* =============================================================== */
/* CART PAGE
/* =============================================================== */

tr.CartProduct td, tr.CartProduct th { text-align: center; }
tr.CartProduct td:nth-child(2) { text-align: left; }
.cartTable { border-top: solid 1px #EBEDEF; }
.cartTableHeader { background: #EBEDEF; text-transform: uppercase; font-weight: bold; font-size: 14px; }
.cartFooter { padding: 20px; border-top: solid 1px #eee; background: #EBEDEF; display: inline-block; width: 100%; }
#cart-summary tr td:nth-child(2) { text-align: right; }
#cart-summary { margin-top: 0; }
#cart-summary tr:first-child td { border: none; }
.cartMiniTable { border: 1px solid #DDDDDD; padding: 10px; }

.categoryListPanel { background: #EBEDEF; }
.contentBox { margin-bottom: 15px; }

.couponForm input[type="text"] { border-radius: 3px 0 0 3px; height: 33px; }
.couponForm .btn { border-radius: 0 3px 3px 0; }
span.success, p.success div.success { color: #8BB418; }
#total-price { font-size: 22px; font-weight: bold; }
.cart td{
    vertical-align: middle;
}
/* =============================================================== */
/* CHECKOUT PAGE
/* =============================================================== */

.orderStep { clear: both; display: inline-block; height: auto; padding: 0; margin-bottom: 30px; width: 100%; }
.orderStep li { display: inline-block; float: left; height: auto; margin: 0; min-height: 55px; padding: 0; width: 20%; }
.orderStep li.active a { color: #fff; position: relative; }
.orderStep li.active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -10px;
}
.orderStep li a {
    background: #EFF0F2;
    display: inline-block;
    font-size: 13px;
    height: 100%;
    line-height: normal;
    padding: 20px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
}
.orderStep li a i { background: rgba(0, 0, 0, 0.05); border-radius: 0; display: block; font-size: 20px; line-height: 40px; margin-top: -20px; text-align: center; float: none !important; }
.orderStep li.active a i { background: rgba(0, 0, 0, 0.1); color: #FFFFFF; }
.orderStep li a span { display: block; padding: 5px 0; }

.paymentBox { margin-bottom: 30px; display: block; }
.checkoutReview .CartProductThumb a img { width: 50px; }

/* =============================================================== */
/* USER / ACCOUNT
/* =============================================================== */

h2.block-title-2, .formBox h3, .block-title-2 {
    border-bottom: 1px solid #CECECE;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

.CartProductThumb a img { width: 86px; max-width: 100%; }
tr.CartProduct { border-bottom: 1px solid #E7E9EC; }
tr.CartProduct td, tr.CartProduct th { padding: 10px 0; }

/* =============================================================== */
/* INNER PAGES
/* =============================================================== */

.innerPage { padding-top: 30px; }
.title-big { font-size: 48px; font-weight: bold; margin-bottom: 15px; }
.padding-top-30 { padding-top: 30px; }
.hr30 { margin-top: 30px; margin-bottom: 30px; }
.hr40 { margin-top: 40px; margin-bottom: 40px; }
.whitebg { background: #fff; }
.h1error { font-size: 80px; font-weight: bold; margin: 0 auto; padding: 20px; text-align: center; }
.err404 { font-weight: lighter; }
.base-search-form { min-width: 300px !important; margin-left: 40px; }

/* =============================================================== */
/* RESPONSIVE
/* =============================================================== */

@media (max-width: 1024px) {
    .social li { margin: 0 6px 0 0; }
    .cartMenu.static-search-box a.dropdown-toggle { padding-left: 10px; padding-right: 10px; }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-nav > li > a { padding-left: 10px; padding-right: 10px; font-size: 12px; }
    .cartMenu a.dropdown-toggle { font-size: 12px; padding: 15px; }
}

@media (max-width: 979px) {
    .subCategoryThumb img { height: 100% !important; }
    .container { width: 100% !important; max-width: 900px !important; }
    .category-top { margin-top: 30px; }
}

@media (min-width: 768px) {
    .base-search-form { min-width: 300px !important; }
}

@media (max-width: 767px) {
    .navbar-brand { padding: 15px; }
    .cartMenu table tr { border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
    .featureImg a { margin-bottom: 20px; }
    .text-left-xs { text-align: left !important; }
}

@media (max-width: 580px) {
    .xs3Response { width: 50% !important; }
    .orderStep li a span { font-size: 11px; }
    .categoryFooter .pagination { margin-bottom: 10px; }
    .sp-thumbs { bottom: 0 !important; }
    .CartProductThumb a img { margin-right: 5px; }
}

@media (max-width: 480px) {
    .navbar-toggler { background: none !important; }
    .title-big { font-size: 38px; }
    .supportLi h4 { font-size: 14px; }
    .cartTableHeader { font-size: 12px; font-weight: bold; text-transform: uppercase; }
    .CartProduct .delete i { font-size: 16px !important; }
    .CartProductThumb a img { max-width: 60px !important; }
    .CartDescription h4 a { font-size: 14px !important; line-height: normal; }
    .cart-actions button, .cart-actions .wishlist { font-size: 14px !important; padding: 10px !important; }
    .breadcrumb > li { font-size: 12px; }
    .item.list-view h4 { font-size: 20px; line-height: 18px; }
    .item.list-view .image { display: block; float: none; max-height: 500px; max-width: 100%; overflow: hidden; padding-right: 0; text-align: center; }
    .item.list-view h4, .item.list-view .description, .list-description, .item.list-view .price, .item.list-view .action-control, .item.list-view .description p { text-align: center; }
    .no-float-xs { float: none !important; }
}

@media (max-width: 400px) {
    .container { min-width: 310px; }
    .cartFooter .box-footer div { width: 100%; text-align: center; padding-bottom: 5px; }
    .navbar-brand { padding: 17px 0 0 10px; }
    .navbar-brand img { max-width: 100px; }
    .xsResponse .item, .xs3Response .item { width: 100% !important; }
    .cartFooter { padding: 5px 0; }
}

@media (max-width: 320px) {
    .container { width: 100% !important; max-width: 320px !important; }
}

/* =============================================================== */
/* IMAGE HOVER
/* =============================================================== */

.itemauto { height: auto; max-height: none; }

.imageHover {
    display: block;
    max-height: 404px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.imageHover a { display: block; overflow: hidden; }

.img-responsive.primaryImage {
    position: relative;
    z-index: 1;
    transition: all 200ms ease-in-out 0s;
    transform-style: preserve-3d;
    opacity: 1;
}
.secondaryImage { left: 0; position: absolute; transition: all .10s linear; top: 0; }
.imageHoverFlip .primaryImage { transform-style: preserve-3d; transform: rotateY(0); transition: all .10s linear; }
.imageHoverFlip .secondaryImage { transform-style: preserve-3d; transform: rotateY(180deg); transition: all .10s linear; }
.product:hover .img-responsive.primaryImage { opacity: 0; }
.product:hover .imageHoverFlip .img-responsive.primaryImage { transform: rotateY(180deg); }
.product:hover .imageHoverFlip .img-responsive.secondaryImage { opacity: 1; transform: rotateY(0deg); }

.item.list-view .imageHover {
    background: #fff;
    display: block;
    float: left;
    max-height: 260px;
    max-width: 200px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
}

/* =============================================================== */
/* ORDER STATUS
/* =============================================================== */

.order-box { background: #fff; border: solid 1px #ccc; margin-bottom: 30px; }
.order-box-header { background: #ebeded; font-weight: bold; padding: 10px; text-transform: uppercase; }
.order-box-content { padding: 15px; }
.order-box-content table td { padding: 5px; }
.statusTop { margin-bottom: 20px; }
.statusTop p { font-size: 16px; margin-bottom: 5px; }
.order-details-cart { width: 100%; }
.order-details-cart tr { border-bottom: solid 1px #ddd; }
.order-details-cart img { width: 80px; }
.cartTotalTr { border: none !important; }
.cartTotalTr td { text-align: right; }
.cartTableBorder { border: solid 1px #EBEDEF; }

.col-center { float: none; margin-left: auto; margin-right: auto; }
.thanxContent { padding: 70px 0 30px; }
.thanxContent a { color: #A2C15A; }
.thanxContent h1 { margin-bottom: 0; font-size: 40px; }
.thanxContent h4 { margin-bottom: 0; font-size: 16px; font-weight: 300; }

.rating-here .fa, .rating .fa { color: #E7711B; }

.query_label {
    font-weight: bolder;
    max-width: 73px;
    min-width: 60px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.query_value {
    font-style: italic;
    max-width: 73px;
    min-width: 60px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.shortDescription { font-size: larger; font-weight: 500; display: block; }
.feedbackPanelERROR { color: red; font-weight: bold; font-size: larger; margin-bottom: 10px; }
.icon { max-height: 37px; }
.disabled-link { cursor: unset !important; font-weight: normal !important; }
.enabled-link { cursor: pointer; font-weight: inherit; }
.ui-autocomplete-input { padding: 6px; min-width: 250px; }