/* Minification failed. Returning unminified contents.
(7264,1): run-time error CSS1019: Unexpected token, found '}'
(11227,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(11234,25): run-time error CSS1039: Token not allowed after unary operator: '-small-border-radius'
(11291,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
 */
@charset "utf-8";
/* =============================================================== */
/* 	TABLE CONTENT

1. 	 IMPORT
2.   GENERAL FOUNDATION
3. 	 TYPOGRAPHY + GLOBAL CLASS [ HEADING + GLOBAL CLASS]
4. 	 CUSTOMIZE BOOTSTRAP  [ MODAL || INPUT FORM ELEMENT || BUTTON ]
5. 	 CUSTOMIZE NAVBAR  [ Main Navigation || MiniCart Dropdown Menu  || Search Bar  ]
6.   HOME PAGE SLIDER [Cycle Slider || Hope V1, Home V2]
7. 	 HOME PAGE BOXES SLIDER [Swiper Slider || Fore More see > idangerous.swiper.css ]
8. 	 HOME PAGE LOOK 2
9. 	 HOME PAGE LOOK 3
10.	 MAIN CONTAINER [NEW ARRIVALS]
11.  PARALLAX SECTION 1, 2
12.  CATEGORY PAGE
13.  PRODUCT DETAILS PAGE
14.  CART PAGE
15.  CHECKOUT PAGE
16.  USER END [Account || Address || Order || Creation]
17.  ABOUT PAGE
18.  CONTACT US PAGE
19.  PRODUCT MODAL [Qick View]
20.  SUBSCRIBE | PROMOTIONAL MODAL 
21.  WEB PAGE PROGRESS BAR CSS
22.  CUSTOM RESPONSIVE

/* =============================================================== */
/* IMPORT CSS 
/* =============================================================== */

/*@import url("/Contents/template/owl.carousel.min.css");*/
/* owl.carousel */
/*@import url("/Contents/template/owl.theme.default.min.css");*/
/* owl.carousel */
/*@import url("font-awesome.css");*/
/* Font Awesome Icon */
/*@import url("/Contents/template/animate.min.css");*/
/* css3 animation */
/*@import url("/Contents/template/jquery.mCustomScrollbar.css");*/
/* mCustomScrollbar */
@import url("/Contents/template/alpha.css");
/* Background opacity IE fix */
/*@import url("/Contents/template/select2.min.css");*/
/* jQuery Custom Select by select2 */
/*@import url("/Contents/template/smoothproducts.css");*/
/* Product zoom  */

/*@import url("/Contents/plugins/icheck-1.x/skins/all.css");*/

/* ion.checkRadio.min.js || customs checkbox and radio plugin  */
/*@import url("/Contents/template/skin-0.css");*/
/* btn styled from btn.less  */
/*@import url("/Contents/template/btn.css");*/
/* Template Theme color skin */

/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);*/

/* google webfont */

/* =============================================================== */
/* FOUNDATION
/* =============================================================== */

a {
    color: #454545;
    text-decoration: none;
    outline: none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}

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

body {
    margin: 0;
    padding: 0;
    color: #454545;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    background: #fff;
}

/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    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 class */
.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;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.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;
}

.maxwidtht200 {
    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;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}

.hw100 {
    height: 100%;
    width: 100%;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* ================================================================== */
/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */
.modal {
    overflow: auto;
}

.signUpContent .modal-dialog {
    max-width: 460px;
}

.modal-dialog.modal-xs {
    max-width: 460px;
}

#product-details-modal .modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}

.modal-dialog .product-share {
    border-top: 0 none;
    margin-top: 0;
}

.modal-dialog .modal-product-thumb {
    padding-top: 15px;
}

.modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}

.modal-header {
    border-bottom: 1px solid #E5E5E5;
    color: #FFFFFF;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.modal-title-site {
    color: #FFFFFF;
    font-family: Oswald;
    font-size: 38px;
    font-weight: lighter;
    padding: 13px 0;
    text-transform: uppercase;
}

.modal-content {
    border: 0 solid #ddd;
    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;
}

input[type="text"], input[type="password"], input[type="email"] {
    border-color: #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
    height: 36px;
}

/*

btn style moved to btn.css in V.5
@import (btn.css);
also less file available btn.less

*/

p.required, .required sup {
    color: #E74C3C;
}

.pagination li.active a {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
}

.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;
}

.alert .close {
    font-size: 30px;
    line-height: 20px;
}

.input-group-btn .btn {
    font-size: 14px;
    padding: 8px 12px;
}

/* =============================================================== */
/* CUSTOMIZE NAVBAR
/* =============================================================== */
.navbar-toggle {
    background: rgba(0, 0, 0, 0.2);
}

.navbar-tshop {
    width: 100%;
}

.menuWrap {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.brandWrap {
}

.navbar-brand {
    padding: 10px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
}

.navbar .navbar-top {
    height: 30px;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    text-transform: uppercase;
}

.navbar.stuck .navbar-top {
    margin-top: -30px;
}

.brandWrap {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    height: auto;
}

/***  ------- Mega Menu Start ------- ***/
.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position: static;
}

.megamenu .navbar-inner, .megamenu .container {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .dropdown-menu > li {
    display: block;
}

.megamenu .nav.pull-right .dropdown-menu {
    right: 0;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
    *zoom: 1;
}

.megamenu .megamenu-content:before, .megamenu .megamenu-content:after {
    display: table;
    content: "";
    line-height: 0;
}

.megamenu .megamenu-content:after {
    clear: both;
}

.megamenu.navbar .nav > li > .dropdown-menu:after, .megamenu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-50width .dropdown-menu {
    width: 50%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-40width .dropdown-menu {
    width: 40%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

@media (max-width: 969px) {
    .megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
        width: auto;
    }

    .megamenu .megamenu-content {
        padding-left: 0;
        padding-right: 0;
    }

    .megamenu .dropdown-menu > li > ul {
        display: block;
    }
}

/* megamenu end */

.megamenu-content img {
    max-width: 100%;
}

.megamenu-content ul li {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.megamenu-content ul li a {
    font-size: 12px;
}

.itemInMenu {
    margin-bottom: 0 !important;
}

.itemInMenu .image {
    max-height: 170px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.social-icon li {
    display: inline-block;
}

.social-icon li a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    height: auto;
    margin-left: 0;
    padding: 6px 9px;
    position: relative;
    text-align: center;
    z-index: 10;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) inset;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.21s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}

.social-icon li a:hover {
    opacity: 0.8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
}

.navbar-toggle .icon-bar {
    border: solid 2px #fff;
}

.userMenu > li {
    display: block;
    float: left;
}

.userMenu > li > a {
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 12px;
    line-height: 30px;
    padding: 0 20px 0 0;
    text-decoration: none;
    /*transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.21s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;*/
}

.userMenu > li > a:hover {
    opacity: 0.9;
}

.phone-number span {
    float: left;
}

.hasUserMenu > .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    left: auto !important;
    right: 0!important;
}

.hasUserMenu > .dropdown-menu > li > a {
    color: #454545;
    font-size: 12px;
    padding: 5px 15px;
}

.hasUserMenu > .dropdown-menu > li > a i {

    margin-right: 10px;
}

/***  ------- Main Navigation onhover issue for ipad and mobile ------- ***/

@media (min-width: 979px) {
    .navbar-tshop ul.nav li.dropdown ul.dropdown-menu {
    }

    .navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu, div.cartMenu.dropdown:hover div.dropdown-menu {
        display: block;
        filter: none;
        opacity: 1;
    }

    .megamenu-content ul li a {
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        display: block;
    }

    .megamenu-content ul li a:hover {
        padding-left: 5px;
    }

    .megamenu-content ul li.productPopItem a:hover, .megamenu-content ul li a.newProductMenuBlock:hover {
        padding-left: 0;
    }

    .navbar.stuck .brandWrap {
        height: 0;
        overflow: hidden;
    }
}

.navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.search-box {
    float: right;
    height: 48px;
    width: 38px;
}

.search-box .input-group .getFullSearch {
    padding-left: 10px;
    padding-right: 10px;

}

.search-box.static-search {
    width: auto;
    min-width: 143px;
}

.search-box.static-search #search-form {
    padding-right: 0;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.search-box .input-group {
    margin-top: 8px;
    max-width: 34px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.search-box:hover .input-group {
    max-width: 183px;
}

.search-box .form-control {
    width: 0;
    padding: 0;
    height: 34px;
    border: 0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.search-box:hover .form-control {
    border: solid 1px #fff;
}

.btn-nobg {
    background: none;
    color: #fff;
}

.search-box:hover .btn-nobg {
    background: #fff;
}

.search-box.static-search .input-group {
    margin-top: 1px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.search-box.static-search .form-control {
    width: auto;
    padding: 0;
    height: 35px;
    border: solid 1px #fff;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.search-box.static-search:hover .form-control {
    opacity: 1;
    border: solid 1px #fff;
    color: #333;
    background: #fff;
}

.search-box.static-search button {
    border: 0 !important;
    margin: 0 !important;
}

/***  ------- Search Bar Full ------- ***/

.search-full {
    bottom: 0;
    letter-spacing: 1px;
    min-height: 50px;
    position: absolute;
    right: 0;
    text-align: right;
    white-space: nowrap;
    width: 100%;
    z-index: 10;
    display: none;
}

.searchInputBox {
    display: block;
    max-width: 90%;
    text-align: right;
    width: 100%;
}

.search-close {
    background: rgba(0, 0, 0, 0.3);
    display: table;
    float: right;
    font-size: 32px;
    height: 51px;
    padding: 0 15px;
}

.search-close i {
    display: table-cell;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.search-close:hover i {
    transform: scale(1.15) rotate(-180deg);
    -webkit-transform: scale(1.1) rotate(-180deg);
    -moz-transform: scale(1.1) rotate(-180deg);
    -ms-transform: scale(1.1) rotate(-180deg);
    -o-transform: scale(1.1) rotate(-180deg);
}

.search-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0 none;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    outline: medium none;
    text-align: right;
    padding: 13px 0 13px 15px;
    width: 100%;
    max-width: 90%;
}

.search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-input::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.searchInputBox .search-btn {
    border: none;
    padding: 0 10px 0 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}

.search-full.active {
    display: block;
}

.navbar-cart {
    border-top: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    max-height: 340px;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}

.colorWhite, .colorWhite i {
    color: #fff !important;
}

.promo-1 {
    color: #FFFFFF;
    font-family: Oswald, Helvetica Neue;
    margin-bottom: 15px;
    font-weight: lighter;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.promo-1sub {
    background: #F2F2F2;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

/***  ------- Cart Dropdown Menu Style ------- ***/

.dropdown-left .dropdown-menu {
    left: 0;
}

.cartMenu {
    float: left;
    display: block;
}

.cartMenu a.dropdown-toggle,
.cartMenu a#cart-sidebar-toggle {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    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;
}

.miniCartTable {
    max-height: 300px;
    width: 100%;
    display: block;
}

.miniCartProductThumb {
    text-align: center;
}

.cartMenu img {
    width: 50px;
}

.cartMenu h4 {
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}

.miniCartDescription .size {
    color: #888888;
    font-size: 11px;
}

.miniCartDescription .price {
    color: #444444;
    font-size: 15px;
    font-weight: 700;
}

.old-price {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

.cartMenu table {
    width: 100%;
    height: auto;
}

.cartMenu table tr {
    border-bottom: solid 1px #ddd;
}

.cartMenu table tr td {
    padding: 5px 0;
}

.miniCartFooter {
    background: #ECF0F1;
    padding: 10px 10px 10px;
}

.miniCartFooter .btn:last-child {
    margin-left: 5px;

}

.miniCartFooter .subtotal {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}

.miniCartFooterInMobile .subtotal {
    font-size: 18px;
    color: #fff;
}

.miniCartTable .mCSB_container {
    margin-right: 15px !important;
}

.newProductMenuBlock {
    display: block;
    position: relative;
}

.ProductMenuCaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}

.ProductMenuCaption:nth-child(n) {
    filter: none;
}

.ProductMenuCaption i {
    font-size: 0;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}

.newProductMenuBlock:hover i {
    font-size: 16px;
}

.newCollectionUl ul li:first-child {
}

.newCollectionUl li {
    font-weight: 600;
}

.productPopItem {
    border: solid 1px #ddd;
}

.productPopItem .productInfo {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-top: -50px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 4;
}

.popProImg a {
    display: block;
    max-height: 270px;
    overflow: hidden;
}

.productPop h4 {
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    line-height: normal !important;
    padding: 3px 0 0 !important;
    position: absolute;
    width: 100%;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}

.productPop h4:nth-child(n) {
    filter: none;
}

.productPop h4 a {
    color: #fff !important;
}

/* =============================================================== */
/* HOME PAGE BOXES SLIDER 
/* =============================================================== */

.box-pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.swiper-container {
    /* background: #333; */
}

.swiper-wrapper {
    background: #fff;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #fff;
}

.arrow-left {
    background: url(/Contents/images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}

.arrow-right {
    background: url(/Contents/images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}

.swiper-container {
    width: 100%;
    height: 100%;
    height: 490px;
    color: #fff;
    text-align: center;
}

.swiper-slide {
    height: 100%;
}

.swiper-slide .slider-content {
    height: 100%;
    display: block;
}

.slide-2x {
    width: 500px;
}

.slide-4x {
    width: 500px;
}

.slide-1x {
    width: 300px;
}

.box-4in {
    display: block;
    float: left;
    height: 50%;
    width: 50%;
}

.slider-box-bottom .box-4in, .slider-box-top .box-4in {
    height: 100%;
}

.box-4in .price, .box-text-table .dealprice {
    display: block;
    font-family: oswald, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: lighter;
    margin-bottom: 15px;
}

.box-4in .btn {
    min-width: 100px !important;
}

.box-4in.a .box-content-overly, .box-4in.b .box-content-overly {
    bottom: 5px;
    right: 5px;
    top: auto;
}

.box-slider-content {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box-text {
    bottom: 100px;
    display: block;
    height: auto;
    left: 18%;
    position: absolute;
    width: 64%;
    z-index: 10;
}

.box-text.bottom-align {
    bottom: 20px;
}

.box-text h1, .box-text-cell-inner h1 {
    font-size: 36px;
    letter-spacing: 3px;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.box-text p, .box-text-cell-inner p {
    font-family: Oswald;
    font-weight: lighter;
}

.box-text .btn, .box-text-cell-inner .btn {
    margin-top: 10px;
}

.box-text-table {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
}

.box-text-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.box-text-cell-inner.dark {
    color: #454545;
}

.box-text-cell-inner {
    max-width: 70%;
    display: block;
    margin-left: 15%;
}

.box-content-overly {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 5;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.box-content-overly.box-content-overly-white {
    opacity: 0;
}

.box-blank-url {
    display: block;
    height: 100%;
    width: 100%;
}

.slider-box-top .box-content-overly {
    bottom: 5px;
    top: auto;
}

.box-slider-content:hover .box-content-overly {
    background: rgba(0, 0, 0, 0.3);
    visibility: visible;
}

.box-slider-content:hover .box-content-overly-white {
    background: rgba(255, 255, 255, 0.8);
    visibility: visible;
    opacity: 1;
}

.box-slider-content .box-content-overly-white .box-text, .box-slider-content .box-content-overly-white .box-text-cell-inner {
    opacity: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.box-slider-content:hover .box-content-overly-white .box-text, .box-slider-content:hover .box-content-overly-white .box-text-cell-inner {
    opacity: 1;
    display: block;
    color: #454545;
}

.box-slider-content .box-img {
    height: 100%;
    display: block;
    position: relative;
    z-index: 4;
    margin: 0 5px 0 0;
}

.box-img.last-child-slide {
    margin-right: 0;
}

.box-slider-content a.box-img img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.box-slider-content .slider-box-top a.box-img {
    bottom: 5px;
    height: 100%;
    overflow: hidden;
}

.box-4in.a a.box-img, .box-4in.b a.box-img {
    bottom: 5px;
    height: 100%;
    display: block;
    overflow: hidden;
}

.slider-box-top {
    width: 100%;
    height: 50%;
    display: block;
    overflow: hidden;
}

.slider-box-top .box-img {
    bottom: 5px;
}

.slider-box-bottom {
    width: 100%;
    height: 50%;
    display: block;
    overflow: hidden;
}

h1.bolder-style {
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    padding-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
    -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
    text-transform: uppercase;
}

h1.bolder-style.light, h1.bolder-style.light a {
    color: #fff;
}

h1.bolder-style.dark, h1.bolder-style.dark a {
    color: #454545;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 0 1px #454545;
    -webkit-text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 0 1px #454545;
}

.slider-box-top .bolder-sub a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3.5px;
}

.box-price-tag {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 10;
}

.box-price-tag .price {
    background: #fff;
    color: #454545;
    font-family: oswald;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .swiper-container {
        height: 490px;
    }

    .slide-2x, .slide-4x, .slide-1x {
        width: 490px;
    }

    .box-text {
        bottom: 10% !important;
    }
}

@media (max-width: 767px) {
    .swiper-container {
        height: 350px;
    }

    .slide-2x, .slide-4x, .slide-1x {
        width: 350px;
    }

    .box-text {
        bottom: 10%;
    }

    .box-text h1, .box-text-cell-inner h1 {
        font-size: 26px;
    }

    .btn-stroke-dark, .btn-stroke-light {
        padding: 10px 20px;
        min-width: 150px;
    }

    h1.bolder-style {
        font-size: 50px;
        line-height: 50px;
    }
}

/* =============================================================== */
/* HOME PAGE SLIDER  
/* =============================================================== */

.sliderImg {
    background: url('/Contents/images/site/loading1.gif') center center no-repeat; /* prealoder */
}

.banner {
    margin-top: 80px;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

.banner-boxes {
    margin-top: 80px;
}

.banner.down {
    margin-top: 26px;
}

.banner, .slider-content, .slider, .slider-v2 {
    width: 100%;
    display: block;
    max-height: 540px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slider-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sliderImg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner .sliderInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.banner .sliderInfo .container {
    height: 100%;
    dispay: block;
}

.sliderText {
    display: block;
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}

.sliderText:nth-child(n) {
    filter: none;
}

.slider-item.cycle-slide-active .sliderText {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.transformRight {
    display: block;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -o-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}

.slider-item.cycle-slide-active .transformRight {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none; /* IE FIX */
    filter: none;
}

.transformLeft {
    display: block;
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}

.slider-item.cycle-slide-active .transformLeft {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.sliderText .inner {
    padding: 20px;
}

.sliderText h1 {
    font-size: 36px;
    font-weight: lighter;
}

.sliderText.dark h1 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.slide-link {
    color: #fff;
    letter-spacing: -0.25px;
    font-size: 16px;
}

.sliderText {
    margin-top: 15%;
}

.sliderText.dark {
    color: #ddd;
}

.slider-item-img1 {
    background-size: cover;
}

.slider-item-img2 {
    background-size: cover;
}

.slider-item-img3 {
    background-size: cover;
}

/***  ------- Slider Style 1 Start ------- ***/

#pager2 {
    position: absolute;
    bottom: 10px;
    z-index: 100;
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#pager2 span {
    background: rgba(0, 0, 0, 0) !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 5px;
    text-indent: -9999px;
    width: 16px;
}

#pager2 span.cycle-pager-active {
    color: #fff;
}

.sliderControl {
    position: absolute;
    z-index: 200;
    top: 45%;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #454545;
    padding: 0 5px;
}

.sliderControl {
    opacity: 1;
}

.sliderControl:hover:nth-child(n) {
    filter: none;
}

.sliderControl:hover {
    background: rgb(255, 255, 255);
    background: transparent \9;
    background: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff); /* IE FIX */
    zoom: 1;
}

.prevControl {
    left: 20px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}

.banner:hover .prevControl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.nextControl {
    right: 20px;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}

.banner:hover .nextControl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.sliderText.white {
    background: rgb(255, 255, 255);
    background: transparent \9;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff); /* IE FIX */
    zoom: 1;
}

.sliderText.white:nth-child(n) {
    filter: none;
}

.sliderText.white h1 {
}

.sliderText h3.price {
    font-weight: lighter;
    font-size: 22px;
}

.sliderTextFull {
    color: #ffffff;
    top: 50%;
    margin: 0 !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.sliderTextFull h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
}

.topAnima {
    opacity: 0;
}

.cycle-slide-active .topAnima {
    opacity: 1;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 0.3s;
    visibility: visible !important;
}

.sliderTextFull .opacity0 {
    opacity: 0 !important;
}

.cycle-slide-active .sliderTextFull .bottomAnima {
    opacity: 1 !important;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    visibility: visible !important;
}

.sliderTextFull .inner.dark {
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
    width: auto;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}

.sliderTextFull .inner.dark:nth-child(n) {
    filter: none;
}

.blankstyle h1 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    height: auto;
    letter-spacing: -1px;
    line-height: 36px;
    opacity: 1;
    padding: 0;
    text-transform: uppercase;
}

.color-white h1, .color-white p, .color-white {
    color: #fff;
}

.color-black h1, .color-black p, .color-black {
    color: #000;
}

/***  ------- Slider Style 2 Pager ------- ***/

#pager {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
}

#pager a {
    color: #fff;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    float: left;
    font-family: Oswald, Helvetica Neue;
    font-size: 15px;
    font-weight: normal;
    list-style: none outside none;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 33.333334%;
    background: rgba(0, 0, 0, 0.5);
}

#pager a.cycle-pager-active {
    color: #fff;
}

/*  // Style   2  end*/

/* =============================================================== */
/* HOME PAGE LOOK 2  
/* =============================================================== */

.home-intro h2 {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
}

.home-intro {
    background: #34373b;
    color: #fff;
    padding: 15px 0 0;
}

.home-intro h2 span {
    color: #ff7f00;
}

.sectionCategory {
    background: black;
    padding: 60px 0;
    position: relative;
}

.sectionCategoryIntro {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.sectionCategory .container {
    position: relative;
    z-index: 5;
}

.sectionCategoryIntro h1 {
    font-family: Oswald;
    font-size: 22px;
    font-weight: lighter;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}

/*.sectionCategoryIntro p {
    color: #ddd;
}*/

.sectionCategory .subCategoryThumb {
    height: 160px !important;
}

/***  -------  Home look 2 || productShowCase section  ------- ***/

.owl-theme .owl-controls .owl-page span {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}

.show-case-wrapper {
    margin: 0 auto 30px;
    float: none;
}

#productShowCase .owl-controls {
    margin-top: 0;
}

.product-slide-inner {
    margin-top: 12%;
    display: block;
    max-width: 98%;
}

@media (max-width: 767px) {
    .product-slide-inner {
        display: block;
        max-width: 98%;
        margin: 5% auto 0;
        text-align: center;
    }

    #productShowCase .owl-controls {
        margin-top: 10px;
    }
}

#productShowCase .btn-stroke-dark i {
    font-size: 0;
    transition: font 0.3s ease;
}

#productShowCase .btn-stroke-dark:hover i {
    font-size: inherit;
}

#productShowCase .details-description {
    margin-bottom: 15px;
}

.product-slide-left {
    text-align: center;
}

.product-slide-img {
    display: block;
    text-align: center;
}

.product-slide-img img {
    display: block;
    text-align: center;
    margin: 0 auto
}

#productShowCase .product-title {
    font-family: oswald;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.25px;
    line-height: 36px;
    margin-bottom: 0;
}

.ps-nav {
    display: block;
    font-size: 68px;
    height: auto;
    position: absolute;
    text-align: center;
    top: 38%;
    width: auto;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#ps-next {
    right: 15px;
}

#ps-prev {
    left: 15px;
}

@media (max-width: 767px) {
    #ps-next {
        right: 15px;
    }

    #ps-prev {
        left: 15px;
    }
}

.boxes-title-1 {
    background: #ebebeb;
    font-family: Oswald;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding: 7px 0;
    text-align: center;
}

/***  -------  Home look 2 || Featured image section  ------- ***/

.featuredImgLook2 .inner {
    border: solid 1px #ddd;
    padding: 10px;
    margin-bottom: 15px;
}

.featuredImgLook2 .inner:hover {
    border: solid 1px #4EC67F;
}

.img-link {
    display: block;
    overflow: hidden;
}

.img-link img {
    width: 100%;
}

.featuredImgLook2 h3 {
    color: #454545;
    font-weight: 600;
    padding: 20px 0;
    text-transform: uppercase;
}

.featuredImgLook2 h3 span {
    color: #eb5e58;
    display: block;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.featuredImgLook2 .btn-link {
    border-radius: 0;
    color: #7f8c8d;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
}

.featuredImgLook2 p {
    color: #7f8c8d;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .featuredImgLook2 .col-md-3 {
        margin-bottom: 30px;
    }
}

@media (max-width: 460px) {
    .featuredImgLook2 .col-md-3 {
        width: 100%;
    }
}

/* ---------- // Home look 2 end //--------*/

/* =============================================================== */
/* HOME PAGE LOOK 3  
/* =============================================================== */

#imageShowCase {
    display: block;
    clear: both;
}

#imageShowCase .product-slide h1 {
    text-transform: uppercase;
}

#imageShowCase .product-slide .box-content-overly.box-content-overly-white {
    opacity: 1;
}

.featuredImageLook3 .inner {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.image-show-case-wrapper .ps-nav {
    opacity: 0;
    transform: scale(1.15);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.image-show-case-wrapper:hover .ps-nav {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.featuredImageLook3 .inner .box-content-overly-white {
    right: 0;
    text-align: center;
}

.submini {
    height: 2px;
    max-width: 50px;
    margin: 15px auto;
    background: #454545;
    box-shadow: none;
    border: none;
}

.featuredImageLook3 .inner .img-title {
    color: white;
    display: block;
    font-size: 20px;
    font-family: Oswald;
    font-weight: normal;
    letter-spacing: 3px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 0px 2px #555;
    text-transform: uppercase;
    top: 40%;
    width: 100%;
    z-index: 100;
    transition: opacity .2s linear, visibility .2s linear;
}

.featuredImageLook3 .inner:hover .img-title {
    visibility: hidden;
    opacity: 0;
}

.img-block {
    display: block;
    overflow: hidden;
}

.featuredImageLook3 .inner .box-text-cell-inner h1 {
    font-size: 20px;
}

.featuredImageLook3 .inner:hover .box-content-overly-white {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    visibility: visible;
}

.image-show-case-wrapper .owl-pagination {
    margin-top: -40px !important;
    position: relative;
    text-align: center;
    z-index: 50;
    margin-bottom: 40px;
}

.product-slide .box-content-overly {
    text-align: center;
    visibility: visible;
    color: #fff;
}

@media (max-width: 650px) {
    .featuredImageLook3 .inner .box-text-cell-inner h1 {
        font-size: 18px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .featuredImageLook3 .inner .box-text-cell-inner p {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 14px;
    }

    hr.submini {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .featuredImageLook3 .inner .img-title {
        font-size: 18px;
        letter-spacing: 2px;
    }
}

@media (max-width: 500px) {
    .featuredImageLook3 .box-content-overly {
        display: none;
    }

    .featuredImageLook3 .inner .img-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

/* ---------- // Home look 3 end //--------*/

/* =============================================================== */
/* MAIN CONTAINER || TOP CONTAINER START (NEW ARRIVALS)
/* =============================================================== */

.section-block {
    margin-bottom: 30px;
}

.section-title {
    border-bottom: 2px solid #DDDDDD;
    border-top: 2px solid #DDDDDD;
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0 10px;
    padding: 0;
}

.section-title span {
    color: #454545;
    display: inline-block;
    padding: 5px 15px 5px 0;
    text-transform: uppercase;
    width: auto;
}

/***  -------  Style 2  ------- ***/

.style2 .section-title, .section-title.style2 {
    font-size: 42px;
    font-weight: lighter;
    line-height: 44px;
    margin: 10px 0 20px;
    padding: 0;
    position: relative;
    border: none;
}

.section-title-style2, .section-title.style2 {
    position: relative;
}

.style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
    background: #DDDDDD;
    content: "";
    display: block;
    height: 1px;
    margin-left: 20%;
    position: absolute;
    top: 28px;
    width: 60%;
    z-index: 1;
}

.section-title-style2 span, .section-title.style2 span {
    background: #FFFFFF;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: auto;
    z-index: 2;
}

.style2 .section-title span, .section-title.style2 span, {
    color: #454545;
    display: table;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
}

.productslider {
    width: 100%;
    display: block;
}

#productslider .item {
    margin: 0 15px 15px;
}

.item {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    height: 480px;
}

#SimilarProductSlider .item {
    height: auto !important;
}

.product {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    border: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}

.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);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: opacity .3s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .3s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .3s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .3s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .3s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}

.list-view .product .add-fav {
    right: 40px;
    top: 8px;
}

.product:hover .add-fav {
    opacity: 1;
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.add-fav i {
    webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    transition: all .3s ease;
}

.add-fav:active i {
    webkit-transform: scale(0.85) rotate(0deg);
    -moz-transform: scale(0.85) rotate(4deg);
    -o-transform: scale(0.85) rotate(0deg);
    -ms-transform: scale(0.85) rotate(0deg);
    transform: scale(0.85) rotate(4deg);
}

.item.list-view .item h4 {
    max-height: none;
}

.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;
    width: 100%;
    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;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    padding-right: 20px;
    background: #fff;
}

.item.list-view .image a {
    display: block;
    max-height: 100%;
    height: 100%;
    max-height: 100% !important;
}

.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%;
    max-height: 160px;
    height: 160px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.image a {
    display: block;
    overflow: hidden;
}

.image a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    max-height: 160px;
    margin: 0 auto;
}

.product:hover .image a img {
    transform: scale(1.15) rotate(-1.5deg);
    -webkit-transform: scale(1.1) rotate(-1.5deg);
    -moz-transform: scale(1.1) rotate(-1.5deg);
    -ms-transform: scale(1.1) rotate(-1.5deg);
    -o-transform: scale(1.1) rotate(-1.5deg);
}

.promotion {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 0;
    height: 24px;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    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%;
}

.promotion {
    line-height: 18px;
}

.new-product {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 10px;
}

.discount {
    background: #eb5e58; /* old browser */
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 5px;
}

.item h4 {
    margin: 0;
    min-height: 45px;
    max-height: 80px;
    overflow: hidden;
    display: block;
    line-height: 18px;
    margin: 25px 0 0;
    padding: 0;
}

.item h4.item-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #3a3a3a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;

}

.description p {
    color: #888888;
    font-size: 14px;
    min-height: 55px;
    max-height: 90px;
    overflow: hidden;
    line-height: 18px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #454545;
}

.action-control {
    border: 0;
    display: block;
    height: auto;
    padding: 5px 0 15px;
    width: 100%;
}

.action-control a {
    cursor: pointer;
}

.cart a {
    font-size: 20px;
    color: #454545;
    margin: 0 0;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.13s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.load-more-block {
    padding-bottom: 30px;
    position: relative;
}

.load-more-block .btn-thin {
    background: #fff;
    z-index: 2;
    position: relative;
    box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
    -webkit-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
    -moz-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
    -o-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
}

.load-more-block:after {
    background: none repeat scroll 0 0 #DDDDDD;
    content: "";
    display: block;
    height: 1px;
    margin-left: 30%;
    position: absolute;
    top: 18px;
    width: 40%;
    z-index: 1;
}

.featureImg a {
    display: block;
    overflow: hidden;
}

.featureImg a img {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

.featureImg a img:hover {
    transform: scale(1.1) rotate(-1.1deg);
    -webkit-transform: scale(1.1) rotate(-1.1deg);
    -moz-transform: scale(1.1) rotate(-1.1deg);
    -ms-transform: scale(1.1) rotate(-1.1deg);
    -o-transform: scale(1.1) rotate(-1.1deg);
}

/* =============================================================== */
/* PARALLAX CONTENT 1
/* =============================================================== */
.parallax-section {
    width: 100%;
    display: block;
    clear: both;
    height: auto;
}

.parallax-image-1 {
    background: url(/Contents/images/parallax/parallax.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed; /* IE FIX */
}

.parallax-image-1.ismobile, .parallax-image-2.ismobile, .parallax-image-aboutus.ismobile, .parallax-section.ismobile {
    background-attachment: scroll !important;
}

.parallax-image-1.isios, .parallax-image-2.isios, .parallax-image-aboutus.isios, .parallax-section.isios, .blog-intro.isios {
    background-size: 100% auto !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.parallax-image-1.isandroid, .parallax-image-2.isandroid, .parallax-image-aboutus.isandroid, .parallax-section.isandroid {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.parallax-image-1.isios {
    background-color: #734e48;
    background-repeat: no-repeat;
}

.parallax-image-2.isios {
    background-size: auto 100% !important;
}

.parallaxPrce {
    font-size: 64px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 10px;
}

.parallax-content h2 {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 auto;
    max-width: 900px;
    padding: 5px 10px;
    text-align: center;
}

.parallax-content h3 {
    color: #DDDDDD;
    display: inline-block;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 20px;
    max-width: 900px;
    padding: 0 10px;
    text-align: center;
}

.btn-discover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 60px;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.btn-discover:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-discover:hover {
}

.parallax-content {
    text-align: center;
    padding: 100px 0;
}

.brand-carousel li {
    float: left;
    display: inline-block;
}

.brand-carousel li img {
    max-width: 100%;
    width: 100%;
}

.carousel-nav {
    font-size: 26px;
    margin-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

/***  -------  Parallax section 2  ------- ***/

.parallax-image-2 {
    background: url(/Contents/images/missing_image_detail.png) fixed;
    background-attachment: fixed; /* IE FIX */
}

.parallax-section-overley {
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}

h1.xlarge {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 800;
    padding-bottom: 0;
    line-height: normal;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
    text-transform: uppercase;
}

h1.x2large {
    color: #FFFFFF;
    font-size: 56px;
    line-height: normal;
    font-weight: 800;
    padding-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
    text-transform: uppercase;
}

h5.parallaxSubtitle {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
}

/* =============================================================== */
/*  FOOTER
/* =============================================================== */

.gap {
    height: 40px;
    width: 100%;
    clear: both;
    display: block;
}

.footer {
    background: #f2f2f2;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #DDDDDD;
}

.footer p {
    margin: 0;
}

.footer img {
    max-width: 100%;
}

.footer h3 {
    border-bottom: 1px solid #DDDDDD;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 40px 0 15px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    color: #888888;
}

.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}

.footer a {
    color: #888888
}

.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.supportLi h4 a {
    color: #454545;
}

.newsLatterBox input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}

.newsLatterBox .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;

    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.5px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.newsLatterBox {
    overflow: hidden;
}

.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}

.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    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;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.social li a {
    color: #EDEFF1;
}

.social li:hover {
    border: 2px solid #454545;
    background: #454545;
}

.social li a i {
    font-size: 16px;
    margin: 0 0 0 8px;
    color: #EDEFF1 !important;
}

.footer-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.footer-bottom p.pull-left {
    padding-top: 6px;
}

.paymentMethodImg img {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }

    .footer-bottom p.pull-left {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }

    .paymentMethodImg {
        width: 100%;
        float: none !important;
        text-align: center;
    }

    .paymentMethodImg img {
        display: inline-block;
        float: none !important;
        max-height: 24px;
    }
}

/* =========================HOMEPAGE END==========================*/

/* =============================================================== */
/* CATEGORY PAGE START
/* =============================================================== */

/*.breadcrumb {
    border: 1px solid #DDDDDD;
    background: none;
}*/

.main-container {
    min-height: 80px;
}

.headerOffset {
    padding-top: 120px;
}

.category-top > h2 {
    color: #303030;
    font-weight: 700;
    letter-spacing: 0;
}

.subCategoryList .thumbnail {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.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;
}

.tree > li.active > a, .tree > li.active > a:hover, .tree > li.active > a:focus {
    background: none;
    color: #454545;
}

.nav-stacked.tree > li a:hover {
    color: #454545;
    font-weight: bold;
}

.tree > .active > a > .badge {
    background: #999999;
    color: #fff;
}

.category-level-2 {
    border-left: 1px solid #DDDDDD !important;
    margin-left: 13px;
}

.category-level-2 li {
    margin-top: 2px;
}

.category-level-2 li a {
    font-weight: normal !important;
    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;
}

.priceFilterBody .form-inline .form-group {
    max-width: 30%;
    float: left;
}

.priceFilterBody .form-inline .form-group .form-control {
    width: 100%;
}

.priceFilterBody .sp {
    padding: 10px;
}

.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 {
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}

.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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.productFilter select, .productFilter input {
    font-size: 14px;
}

.categoryFooter {
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin-top: 0;
}

.nav-stacked > li {
    border-bottom: solid 1px #eee;
}

.nav-stacked > li a {
    font-size: 13px;
}

.nav-stacked > li a:hover {
    color: #fff;
}

.nav-stacked > li.active a, .nav-stacked > li.active {
    background: none;
    color: #454545;
    font-weight: bold;
}

/***  -------  according panel style  ------- ***/

.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    color: #454545;
    font-size: 15px;
}

.panel-heading, .panel-group .panel {
    border-radius: 0;
}

.clearFilter {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    line-height: normal;
    padding: 2px 5px;
    text-transform: capitalize;
}

.labelRounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.clearFilter:hover {
    opacity: 0.7;
}

.collapseWill i {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    margin-right: 5px;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.collapseWill.pressed i, .collapseWill.active i {
    margin-right: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.minus {
    display: block;
}

.collapseWill .minus {
    display: none !important;
}

.collapseWill.collapsed .minus {
    display: none !important;
}

.collapseWill {
}

.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;
}

.categoryFilter .minict_wrapper {
    max-width: 180px;
    max-height: 28px;
    height: 28px !important;
}

.categoryFilter .minict_wrapper input {
    height: 28px !important;
    font-size: 12px !important;
}

.minict_wrapper input {
    border: 0 !important;
}

.categoryFilter .minict_wrapper ul li {
    font-size: 12px !important;
}

.nav-tabs > li.active, .nav-tabs > li {
    background: none;
}

.nav-tabs > li > a {
    border: 0;
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
    color: #fff !important;
    border: 0;
    border-radius: 0;
}

/* -------- zoom ------- */
.sp-wrap {
    border: none !important;
}

.sp-thumbs {
    text-align: center !important;
}

.sp-large a img {
    width: 100%;
}

.sp-wrap {
    z-index: 10;
    width: 100%;
    background: none !important;
}

.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;
}

.main-image .sp-thumbs a:link, .sp-thumbs a:visited {
    margin-right: 0 !important;
}

.sp-thumbs a:hover {
    margin-right: 4px !important;
}

.sp-thumbs img {
    height: auto !important;
    width: 60px !important;
}

/***  -------  Product details style 2   ------- ***/

.style2 .sp-thumbs {
    top: 0 !important;
    width: 19% !important;
}

.style2 .sp-thumbs img {
    height: auto !important;
    width: 100px !important;
    max-width: 100%;
    width: 100px !important;
}

.style2 .sp-thumbs a:link, .style2 .sp-thumbs a:visited {
    float: left !important;
    width: 100%;
}

.style2 .sp-large {
    max-width: 80% !important;
    border: 1px solid #DDDDDD;
}

.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-family: oswald, Helvetica Neue, Arial, sans-serif;
    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;
}

/*------- product-details style 4 ------- */

.zoomThumb {
    text-align: center;
    margin-top: 10px;
}

.zoomThumb a {
    display: inline-block;
    width: 120px;
    margin-bottom: 10px;
    border: 2px solid #eee;
    display: inline-block;
    margin-right: 5px;
}

.zoomThumb a img {
    max-width: 100%;
}

.zoomImg {
    cursor: crosshair;
}

/*------- product tab ------- */

.nav-tabs {
    margin-bottom: 20px;
}

.product-tab {
    width: 100%;
    display: inline-block;
    clear: both;
}

.nav-tabs li a {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

.color-details {
    margin-top: 14px;
}

.swatches {
    margin: 0.5em 0;
    padding-left: 0;
}

.swatches li {
    border: 2px solid #FFFFFF;
    display: inline-block;
    margin: 2px 1px;
    vertical-align: top;
    list-style: none;
}

.swatches .selected, .swatches li:hover {
    border: 2px solid #ddd;
}

.swatches a {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #FFFFFF;
    box-shadow: 1px 1px 2px #C5C5C5;
    display: block;
    height: 33px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 33px;
}

.swatches a img {
    height: 29px;
    width: 29px;
}

.swatches li a:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 0;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

}

.swatches .selected a:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 100%;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

}

/***  ------- filterBox ------- ***/

.filterBox {
    display: inline-block;

}

.productFilterLook2 .filterBox {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
}

.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 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-weight: lighter;
    line-height: 1em;
    margin: 0 20px 0 0;
    padding: 14px 20px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-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;
    text-align: center;
}

.cart-actions .wishlist:hover {
    background: #fff;
    color: #666;
    border: solid 2px #CCCCCC;
}

.incaps {
    display: block;
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 15px 20px 0 0;
    text-transform: uppercase;
}

.incaps i {
    font-size: 20px;
}

.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;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}

.socialIcon a:hover {
    color: #fff;
}

/***  ------- You may also like ------- ***/

.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 0px 0;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    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;
}

.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;
}

/* =============================================================== */
/* Right side bar  //> .rightSidebar //> if needed
/* =============================================================== */

.caps {
    border-top: 0 none;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0 0 16px;
    text-align: right;
    text-transform: uppercase;
}

.rightSidebar #cart-summary {
    margin-top: 0;
}

.rightSidebar #cart-summary tr:first-child td {
    border: none;
}

.cartMiniTable {
    border: 1px solid #DDDDDD;
    padding: 10px;
}

.rightSidebar img {
    max-width: 100%;
}

.rightSidebar .section-title-inner {
}

.categoryListPanel {
    background: #EBEDEF;
}

.contentBox {
    margin-bottom: 15px;
}

.rightSidebar .product-image img {
    float: left;
    max-width: 100%;
    width: 90px;
    margin-right: 10px;
}

.rightSidebar .product {
    padding: 10px 0;
}

.rightSidebar .item {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0;
}

.rightSidebar .item h4 {
    margin-top: 0;
}

.couponForm input[type="text"] {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    height: 35px;
}

.couponForm .btn {
    border-radius: 0 3px 3px 0;
}

span.success, p.success div.success {
    color: #8BB418;
}

#total-price {
    font-size: 22px;
    font-weight: bold;
}

/* =============================================================== */
/*  CHECKOUT PAGE START
/* =============================================================== */

label.error {
    color: #e74c3c;
    font-size: 90%;
}

.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;
}

.orderStep li.active a {
    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-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-left: -10px;
}

.orderStep li a {
    background: #EFF0F2;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    line-height: normal;
    padding: 20px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
}

.orderStep li a i {
    background: rgba(0, 0, 0, 0.05);
}

.orderStep li.active a i {
    background: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.orderStep li a i {
    border-radius: 0;
    display: block;
    font-size: 20px;
    height: auto;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    padding: 0;
    text-align: center;
    width: auto;
    float: none !important;
}

.orderStep li a span {
    display: block;
    padding: 5px 0;
}

/* payment */

.paymentBox {
    margin-bottom: 30px;
    display: block;
}

.checkoutReview .CartProductThumb a img, .checkoutReview .CartProductThumb a img {
    width: 50px;
}

.paymentBox .panel {
    box-shadow: none;
}

/* =============================================================== */
/* USER END || Account// Address // Order //  Creation
/* =============================================================== */

.myAccountList li {
    text-align: center;
}

.myAccountList li a {
    font-size: 14px;
    display: block;
}

.myAccountList .thumbnail {
    padding: 10px 0 0;
}

.myAccountList .thumbnail:hover {
    background: #F5F5F5;
}

.myAccountList li a i {
    display: block;
    clear: both;
    font-size: 44px;
    margin-bottom: 10px;
}

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;
}

.panel-footer-address .btn {
    margin-right: 5px;
}

/***  ------- Cart & Wisth list ------- ***/

.CartProductThumb a img, .CartProductThumb a img {
    width: 86px;
    max-width: 100%;
}

tr.CartProduct {
    border-bottom: 1px solid #E7E9EC;
}

tr.CartProduct td, tr.CartProduct th {
    padding: 10px 0;
}

/* mycart */

.cartTableHeader {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

/* =============================================================== */
/* ABOUT PAGE
/* =============================================================== */

.innerPage {
    padding-top: 60px;
}

.parallaxOffset {
    margin-top: 80px;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

.parallaxOffset.down {
    margin-top: 28px;
}

.parallax-image-aboutus {
    background: url(/Contents/images/site/about-bg.jpg) no-repeat 50% -80px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed; /* IE FIX */
}

.parallax-image-aboutus .parallax-content {
    padding: 150px 0;
}

.title-big {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

.padding-top-30 {
    padding-top: 30px;
}

.form-newsletter input {
    margin-bottom: 20px;
}

.hr30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hr40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* =============================================================== */
/* CONTACT US PAGE
/* =============================================================== */

.whitebg {
    background: #fff;
}

.fixedContent {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
}

.wrapper.contact-us {
    background: #FFFFFF;
    display: block;
    margin-top: 450px;
    position: relative;
    width: 100%;
    z-index: 4;
}

.h1error {
    font-size: 80px;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.err404 {
    font-weight: lighter;
}

/* =============================================================== */
/* PRODUCT DETAILS POPUP MODAL
/* =============================================================== */

/* quick view btn */
div.quickview {
    display: block;
    margin-top: 40%;
    max-height: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    visibility: hidden;
}

.product:hover div.quickview {
    visibility: visible;
}

.btn-quickview {
    border-radius: 2px;
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    color: #454545 !important;
    text-transform: uppercase;
    background: #fff; /* old borwser */
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    left: auto;
    min-width: 100px;
    max-height: 40px;
    height: 40px !important;
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    padding: 10px;
    visibility: hidden;
    width: auto;
    display: inline-block !important;
    z-index: 2;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.product:hover .btn-quickview {
    visibility: visible;
    opacity: 0.85;
    -webkit-opacity: 0.85;
    -ms-opacity: 0.85;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}

.list-view .product:hover div.quickview {
    margin-top: 45%;
}

@media (max-width: 460px) {
    div.quickview {
        margin-top: 25%;
    }
}

@media (max-width: 400px) {
    div.quickview {
        margin-top: 35%;
    }
}

.product > .btn-quickview:hover {
    opacity: 0.95;
}

/* quick view btn end */

#product-details-modal .modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}

#product-details-modal .close, #productSetailsModalAjax .close {
    color: #454545;
    display: block;
    font-size: 34px;
    font-weight: lighter;
    line-height: 10px;
    opacity: 0.6;
    padding: 12px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
}

#productSetailsModalAjax .main-image {
    margin-top: 40px;

}

#product-details-modal .close:hover, #productSetailsModalAjax .close:hover {
    opacity: 0.8;
}

@media (max-width: 800px) {
    #product-details-modal .modal-dialog, #productSetailsModalAjax .modal-dialog {
        max-width: 90%;
        margin: 20px auto;
    }
}

@media (min-width: 840px) {
    .modal-details-inner {
        min-height: 552px;
    }
}

@media (max-width: 600px) {
    #product-details-modal .modal-dialog {
        max-width: 96%;
        margin: 20px auto;
    }
}

#product-details-modal .modal-content {
    background: #fff;
    display: block;
    height: auto;
    padding: 0;
    box-shadow: none;
}

.modal-details-inner {
    padding: 30px;
}

#product-details-modal .productFilter {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#product-details-modal .filterBox {
    display: inline-block;

}

#product-details-modal .cart-actions {
    margin-bottom: 0;
    margin-top: 0;
}

#product-details-modal .color-details {
    margin-top: 5px;
}

#product-details-modal .product-share {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}

.modal-product-thumb {
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    text-align: center;
}

.modal-product-thumb a {
    border: 1px solid #ccc;
    display: inline-block;
    float: none;
    margin-right: 10px !important;
    margin-top: 5px;
    height: 75px;
    overflow: hidden;
    width: 60px !important;
}

.modal-product-thumb a.selected, .modal-product-thumb a:hover {
    border: 1px solid #000 !important;
}

.modal-product-thumb a img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 75px;
    width: 60px !important;
}

/* =============================================================== */
/* SUBSCRIBE | PROMOTIONAL MODAL
/* =============================================================== */

#modalAds .modal-bg-1 {
    background: url(/Contents/images/site/modal-img-1.jpg) right bottom no-repeat;
    background-color: #F3F6FB;
}

.modal-bg-1 .close {
    color: #454545;
    display: block;
    font-size: 34px;
    font-weight: lighter;
    line-height: 10px;
    opacity: 0.6;
    padding: 12px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
}

#modalAds .modal-dialog {
    max-width: 660px;
    min-height: 340px;
    display: block;
    overflow: auto;
    padding: 15px;
    position: relative;
}

#modalAds h3 {
    color: #444;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 29px;
    text-transform: uppercase;
}

.discountLg {
    color: #000;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 46px;
    text-transform: uppercase;
}

#modalAds h4 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
}

.newsletter {
    border: 2px solid #ddd;
    display: inline-block;
    width: auto;
}

.newsletter input[type="text"] {
    background: #fff;
    border: medium none;
    float: left;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.newsletter input[type="text"]:focus {
    text-shadow: none;
    color: #666;
}

.newsletter .subscribe-btn {
    background: #ddd;
    border: 0 none;
    border-radius: 0;
    color: #3a3a3a;
    float: left;
    font-weight: normal;
    height: 40px;
    line-height: normal;
    padding: 0 10px;
}

@media (max-width: 442px) {
    .discountLg {
        font-size: 36px;
        letter-spacing: 2px;
        line-height: 40px;
    }

    #modalAds h3 {
        color: #444;
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 26px;
    }

    .newsletter input[type="text"] {
        width: 100%;
    }

    .newsletter .subscribe-btn {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
    }
}

.newsletter .subscribe-btn:hover {
    background: #b7b7b7;
}

.shoplink {
    color: #000;
    display: inline-block;
    clear: both;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    left: 2px;
    margin-top: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}

/* =============================================================== */
/* WEB PAGE PROGRESS BAR CSS
/* =============================================================== */

.pace .pace-progress {
    background: #fff;
    background: rgba(255, 255, 255, 0.80);
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive {
    display: none;
}

/* =============================================================== */
/* CUSTOM RESPONSIVE
/* =============================================================== */

@media (min-width: 1800px) {
    .banner, .slider-content, .slider, .slider-v2 {
        max-height: 700px;
    }

    .sliderImg {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .navbar.stuck .navbar-top {
        margin-top: 0 !important;
    }

    .banner {
        margin-top: 70px !important;
    }

    .header-version-2 .banner {
        margin-top: 130px !important;
    }

    .social li {
        margin: 0 6px 0 0;
    }

    .cartMenu.static-search-box a.dropdown-toggle {
        padding-left: 10px;
        padding-right: 10px;
    }

    .search-box.static-search .form-control {
        max-width: 104px
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .cartMenu a.dropdown-toggle {
        height: 50px;
    }

    .cartRespons {
        display: none;
    }
}

/* // NEW  */
@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 15px;
    }

}

@media (max-width: 979px) {

    /*** iPads (portrait and landscape) ***/
    .subCategoryThumb img {
        height: 100% !important;
    }

    .container {
        width: 100% !important;
        max-width: 900px !important;
    }

    .category-top {
        margin-top: 30px;
    }

    .cartRespons {
        font-size: 0;
    }

    .hidden-xs .cartMenu .dropdown-toggle {
        padding-bottom: 9px;
        padding-top: 16px;
    }

    .sliderText {
        margin-top: 6%;
    }

    .header-version-2 .sliderText {
        margin-top: 10%;
    }

    .sliderText .inner {
        padding: 15px;
    }

    .sliderText h1 {
        font-size: 30px;
    }

    .sliderText.white h1 {
        padding-bottom: 0;
    }

    .sliderText.white h3.price {
        font-size: 18px;
        padding-bottom: 0;
    }

    .sliderText.white .inner {
        padding: 5px 0;
    }

    h1.xlarge {
        font-size: 36px;
    }

    .sliderTextFull h3 {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .sliderInfo .btn-lg, .sliderText.white .btn {
        font-size: 14px;
        line-height: 1.471;
        padding: 5px 15px;
    }

    #pager2 {
        bottom: 0;
    }

    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px;
    }

    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%;
    }

    .sliderControl .fa-3x {
        font-size: 2.5em;
    }

    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }
}

@media (min-width: 768px) {

    .megamenu-content.has20 {
        width: 202px;
    }

    .megamenu-content.has40 {
        width: 460px;
    }

    .megamenu-content.has60 {
        width: 670px;
    }

    .megamenu-content.has4col {
        width: 700px;
    }

    .hasMega {
        position: relative !important;
    }

    .hasMega .dropdown-menu {
        min-width: 202px;
    }

    .hasMega.megamenu-20width .dropdown-menu {
        min-width: 202px;
    }

    .hasMega.megamenu-40width .dropdown-menu {
        min-width: 460px;
    }

    .hasMega.megamenu-60width .dropdown-menu {
        min-width: 670px;
    }

    .hasMega.megamenu-70width .dropdown-menu {
        min-width: 700px;
    }

}

@media (max-width: 767px) and (min-width: 0) {
    /***  ipad 4 , iphone 4 fixed  ***/
    .hidden-xs {
        display: none !important;
        visibility: hidden !important;
    }

}

@media screen and (max-width: 767px) {
    /* phones */
    .static-search.navbar-formbox {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .static-search.navbar-formbox {
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: 100%;
    }

    .static-search.navbar-formbox .navbar-form {
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    .search-box.static-search .input-group {
        max-width: 100%;
        width: 100%;
    }

    .search-box.static-search .form-control {
        max-width: 100%;
        width: 100%;
    }

    .search-box.static-search:hover .form-control {
        max-width: 100%;
        width: 100%;
    }

    .userMenu li a {
        padding-top: 3px;
        line-height: normal;
    }

    .phone-number i.glyphicon-phone-alt {
        padding-top: 2px !important;
    }

    .navbar-brand {
        padding: 15px;
    }

    .search-box .input-group {
        margin-top: 9px;
    }

    .search-box .input-group .btn {
        box-shadow: none;
        padding: 9px 10px;
    }

    .miniCartFooter {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        border-top: 2px solid rgba(255, 255, 255, 0.5) !important;
        margin-top: 10px !important;
    }

    .cartMenu table tr {
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }

    .cartRespons {
        font-size: 14px;
    }

    .navbar-cart {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-cart.in .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #fff;
        background: rgba(255, 255, 255, 0.7) !important;
    }

    .miniCartFooter .btn {
        color: #fff !important;
    }

    .miniCartProduct, .miniCartProduct a, .miniCartProduct p, .miniCartProduct .size, .miniCartProduct .price, .dropdown-header {
        color: #FFFFFF;
    }

    .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
        color: #fff;
    }

    .searchInputBox {
        max-width: 80%;
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu .dropdown.megamenu-50width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu .dropdown.megamenu-40width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu-content ul {
        margin-bottom: 15px;
    }

    .megamenu-content ul li {
        border-color: rgba(255, 255, 255, 0.2);
    }

    /***  banner slider responsive  ***/
    .banner {
        margin-top: 70px !important;
    }

    .sliderTextFull .inner.dark {
        max-width: 100%;
        padding: 5px;
    }

    .parallaximg.ismobile {
        margin-top: 0 !important;
    }

    h1.xlarge {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 0;
    }

    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 5px;
        margin-top: 0;
        padding-bottom: 0;
    }

    .sliderText h1 {
        font-size: 24px;
        padding-bottom: 0;
    }

    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 5px 10px;
    }

    .sliderText .inner {
        padding: 5px;
    }

    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .featureImg a {
        margin-bottom: 20px;
    }

    .navbar-top i {
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        padding: 3px 0 0;
    }

    .text-left-xs {
        text-align: left !important;
    }

    /* Home v5 Slider */
    .ps-nav {
        top: 34%;
    }

    .ps-nav img {
        width: 80px;
    }

    .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
        margin-bottom: 15px;

    }

}

@media (min-width: 0) and (max-width: 991px) {
    .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
        margin-bottom: 15px;

    }
}

@media screen and (max-width: 580px) {
    /* phones (portrait and landscape) ----------- */
    .xs3Response {
        width: 50% !important;
    }

    .sliderTextFull {
        color: #FFFFFF;

    }

    .parallax-content h2 {
        color: #FFFFFF;
        display: inline-block;
        font-size: 20px;
        line-height: 22px;
    }

    .parallax-content h3 {
        font-size: 16px;
        line-height: normal;
    }

    .style2 .section-title, .section-title.style2 {
        font-size: 24px;
    }

    .style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
        margin-left: 10%;
        top: 32px;
        width: 80%;
    }

    .orderStep li a span {
        font-size: 11px;
    }

    .categoryFooter .pagination {
        margin-bottom: 10px;
    }

    .sp-thumbs {
        bottom: 0 !important;
    }

    .CartProductThumb a img {
        margin-right: 5px;
    }

    #pager2 {
        bottom: 0;
    }

    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px;
    }

    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%;
    }

    .sliderControl .fa-3x {
        font-size: 2em;
    }

    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }

    /* Home v5 Slider */
    .ps-nav {
        top: 28%;
    }

    .ps-nav img {
        width: 80px;
    }

    #imageShowCase .product-slide h1 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 22px;
    }

    .newsletter {
      border: 0;
    }
    #subscribe {
        border: solid 1px #ddd;
    }


    .modal-dialog {
        background: #fff none repeat scroll 0 0;
        margin: 6% auto;
        max-width: 95%;
        overflow: auto;
        width: 100%;
    }

    #modalAds .modal-dialog {
        display: block;
        margin: 10% auto;
        max-width: 94%;
        min-height: 340px;
        overflow: auto;
        padding: 10px 0;
        position: relative;
    }



}

@media (max-width: 480px) {

    #pager a {
        font-size: 12px;
    }

    .navbar-toggle {
        background: none !important;
    }

    h1.xlarge {
        font-size: 24px;
        font-weight: 800;
        line-height: normal;
        padding-bottom: 0;
    }

    h1.x2large {
        font-size: 38px;
    }

    .title-big {
        font-size: 38px;
    }

    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 2px;
        margin-top: 0;
        padding-bottom: 0;
    }

    .sliderText h1 {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 0;
    }

    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 4px 8px;
    }

    .sliderText .inner {
        padding: 2px;
    }

    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .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;
    }

    .navbar-brand.windowsphone {
        display: block;
        float: left;
    }

    .navbar-brand.windowsphone img {
        max-width: 65px;
    }

    .featuredPostContainer.globalPadding {
        padding: 10px 0 !important;
    }

    .breadcrumb > li {
        font-size: 12px;
    }

    .item.list-view h4 {
        font-size: 20px;
        line-height: 18px;
    }

    .item.list-view .description {
        clear: both;
        display: block;
        float: none;
        padding-top: 5px;
    }

    .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, .item.list-view h4, .list-description, .item.list-view .price, .item.list-view .action-control, .item.list-view .description p {
        text-align: center;
    }

    .item.list-view h4 {
        min-height: 24px;
    }

    .col-xs-mini-6 {
        width: 50%;
    }

    .col-xs-min-12, .col-xxs-12 {
        width: 100%;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-center-xs .caps {
        font-size: 14px;
        text-align: center;
    }

    .home-intro h2 {
        font-size: 18px;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .no-float-xs {
        float: none !important;
    }
}

@media (max-width: 400px) {
    #pager a {
        font-size: 10px;
    }

    .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;
    }

    .navbar-header.isios .navbar-brand img {
        max-width: 60px !important;
    }

    .navbar-header .navbar-toggle {
        margin-right: 10px;
        padding: 9px 2px;
    }

    .xsResponse .item, .xs3Response .item {
        width: 100% !important;
    }

    .cartFooter {
        padding: 5px 0;
    }

    .checkoutReview th {
        font-size: 13px;
    }

    .col-xs-mini-6 {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .container {
        width: 100% !important;
        max-width: 320px !important;
    }

    .banner {
        width: 100% !important;
        max-width: 320px !important;
        overflow: hidden !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;
    -webkit-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;
    -webkit-transition: all 200ms ease-in-out 0s;
    transform-style: preserve-3d;
    opacity: 1;
}

.secondaryImage {
    left: 0;
    position: absolute;
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
    top: 0;
    opacity: 0;
}

.imageHoverFlip .primaryImage {
    transform-style: preserve-3d;
    transform: rotateY(0);
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
}

.imageHoverFlip .secondaryImage {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
}

.product:hover .secondaryImage {
    opacity: 1;
}

.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;
    -webkit-transition: all 0.5s ease 0s;
}

/* carousel-inner */

.carousel-inner > .item {
    height: auto;
    margin-bottom: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    display: block;
}

.imageHover .glyphicon-chevron-right::before {
    content: "\f105";
    font-family: 'FontAwesome' !important;
    text-shadow: none;
    border: 1px solid #999;
    color: #999 !important;
    display: block;
    height: 31px;
    width: 31px;
    padding: 0;
}

.imageHover .glyphicon-chevron-left::before {
    content: "\f104";
    font-family: 'FontAwesome' !important;
    text-shadow: none;
    border: 1px solid #999;
    color: #999 !important;
    display: block;
    height: 31px;
    width: 31px;
    padding: 0;
}

.imageHover .carousel-control.left {
    background-image: none !important;
    z-index: 5;
}

.imageHover .carousel-control.right {
    background-image: none !important;
    z-index: 5;
}

.hoverNav .carousel-control {
    transform: scale(0.1);
    visibility: hidden;
    transition: all 0.3s ease 0.1s;
}

.product:hover .hoverNav .carousel-control {
    transform: scale(1);
    visibility: visible;
}

.imageHover div.quickview {
    margin-top: 60%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media (max-width: 767px) {
    .imageHover .glyphicon-chevron-right::before {
        height: 25px;
        width: 25px;
    }

    .imageHover .glyphicon-chevron-left::before {
        height: 25px;
        width: 25px;
    }
}

/* 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;
}

/* Thanks Page */
.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;
}

.cartTableBorder {
    border: solid 1px #EBEDEF;
}

/* review modal */

.rating-here .fa, .rating .fa {
    color: #E7711B;
}

.reviewtitle {
}

/* NAV TREE */

.nav-category {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.nav-category li a {
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    font-weight: 600;
    position: relative;
    padding: 10px 20px;
}

.nav-category li a:hover {
    background: #f5f5f5;
}

.nav-category li a.child-has-open:hover {
    background: #fff;
}

.nav-category a span {
    padding-right: 5px;
    display: inline-block;
}

.nav-category li ul {
    margin: 0;
    padding: 0;
    background: #f5f5f5;

}

.nav-category ul a {
    padding-left: 30px;
    font-size: 13px;
}

.nav-category ul ul a {
    padding-left: 45px;
}

.nav-category ul ul ul a {
    padding-left: 60px;
}

.nav-category ul ul ul ul a {
    padding-left: 75px;
}

.nav-category li a.child-has-open {
    font-weight: bold;
}

.child-has-open::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

.child-has-close::after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

/* SELECT 2 PLUGIN CUSTOMIZE */

.select2-container .select2-selection--single {
    height: 37px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px 3px;
    border-style: solid;
    border-width: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888;
    line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.productFilter .select2-container, .form-group .select2-container {
    width: 100% !important;
}

/* iCheck Customize */

.radio-inline, .checkbox-inline, .radio label, .checkbox label {
    padding-left: 0;
}

.iCheck-margin {
    margin-right: 5px;
}

/* MENU OVERLAPPED */

@media screen and (min-width: 768px) {
    .ProductDetailsList.megamenu-content ul {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ProductDetailsList.megamenu-content ul li a {
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* ONEPAGE PAYMENT */

.payment-method {
    display: block;
    float: left;
    margin: 10px 0;
    width: 100%;
}

/* OWL PAGINATION ARROW */

.owl-theme .owl-controls .owl-has-nav {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    height: 22px;
    position: relative;
    width: 12px;
    cursor: pointer;
    transition: 0.3s ease;
    opacity: 1;
}

.owl-has-nav:hover {
    opacity: .5;
}

.owl-has-nav i {
    position: absolute;
    top: 0;
}

.owl-has-nav.owl-next i {
    right: 0;
}

.owl-has-nav.owl-prev i {
    left: 0;
}

/* PAGE v-7.1 MENU  */

.container.static, .static {
    position: static;
}

.container.static .megamenu-content.container {
    padding-left: 0;
    padding-right: 0;

}

/* PAGE About 3   */

.about-3 {
    height: auto;
    max-height: none;
    background-position: 50% center;
    background-size: cover;

}

.about-3 .parallax-content {
    padding: 60px 0;

}

.about-3 .w100 {
    background: rgba(0, 0, 0, 0.3);
}

.about-3 .intro-heading {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    padding: 150px 0;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    clear: both;
}

.lead-2 {
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4;
}

.about-content .lead-2 {
    margin: 50px 0;
}

.abt-img {
    width: 350px;
    margin: 0 auto;
}

.about-content-text {
    max-width: 380px;
    margin: 0 auto;
}

.about-content-text h3 {
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
}

.about-content-text > h3::after {
    border-bottom: 2px solid #888888;
    content: "";
    display: block;
    height: 2px;
    margin-top: 30px;
    width: 50px;
}

.about-content-text p {
    color: #888888;
    font-size: 16px;
    line-height: 24px;
}

.preson-row {
    text-align: center;
}

.preson-row .preson {
    display: inline-block;
    width: 230px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.preson-row .preson:last-child {
    margin-right: 0;
}

.preson-row .preson img {
    max-width: 80%;
    margin: 0 auto;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    opacity: 1;
}

.preson-row .preson:hover img {
    opacity: .8;
}

.preson-details {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.preson-details p {
    font-size: 16px;
    color: #303030;
    font-weight: 700;
}

.preson-details p span {
    color: #888888;
    font-size: 14px;
}

.about-title {
    color: #888888;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0;
    text-transform: uppercase;
    position: relative;
    display: block;
}

.about-title::after {
    border-bottom: 2px solid #888888;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto 0;
    width: 50px;
}

.section-people {
    margin-top: 60px;
}

.section-about-bottom {
    padding: 60px 0 200px;
}

@media screen and (max-width: 1200px) {

    .preson-row .preson {
        margin-right: 15px;
        width: 200px;
    }

}

@media screen and (min-width: 1400px) {
    .section-about-bottom {
        background-position: top center !important;
    }

}

@media screen and (max-width: 991px) {

    .preson-row .preson {
        margin-right: 15px;
        width: 160px;
    }

}

@media screen and (max-width: 767px) {

    .section-about-bottom {
        padding: 30px 0 80px;
    }

    .about-content-text h3 {
        margin-top: 15px;
        font-size: 18px;
    }

    .about-3 .intro-heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        padding: 20px 0;
    }

    .about-content-text p {
        font-size: 14px;
    }

    .lead-2 {
        font-size: 16px;
    }

    .about-content .lead-2 {
        margin: 0 0 15px;
    }

}

.white-bg {
    background: #fff;
}
/* 
    Donker: #0c2340;
    Lichter: #4c577a;
*/
.stockindicator {
    font-size: 13px;
    padding: 10px 0px 10px 0px;
}

    .stockindicator.available {
        color: rgb(28, 117, 14) !important;
    }

    .stockindicator.unavailable {
        color: #888888 !important;
    }

.color-details {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px;
    border-bottom: none;
}

.trucker {
    width: 80px;
    text-align: center;
}

.saveButton {
    display: inline-block;
    max-width: 250px;
    margin-top: 20px;
}

.registerSection {
    align-items: center;
    justify-content: space-around;
}

.registerSection > div {
    width:100%;
}

    .registerSection a {
        margin-left: 30px;
    }

.size-48 {
    font-size: 48px;
}

.size-32 {
    font-size:32px;
}

.size-18 {
    font-size:18px;
}

.size-16 {
    font-size:16px;
}

.raw-content {
    font-size:16px;
}

.is-title5-48 {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
    display: inline-block;
}

.padding-left-30 {
    padding-left:30px;
}

.padding-right-30 {
    padding-right: 30px;
}

.product-review-info .container h1, .product-review-info .container h2 {
    font-weight:500;
}
.error-message-red {
    color: #e80000;
}

.forgot-password {
    margin-top: 10px;
    display: block;
    color: #ffffff;
}

.forgot-password:hover {
    color:black;
}

.forgotPasswordBlock {
    margin: 0 auto;
}

.login-btn a {
    color:inherit;
}

@media screen and (max-width: 767px) {
    .cart-bottom {
        flex-direction:column;
    }
    .registerSection {
        flex-direction: column;
    }

    .registerSection a {
        margin-left: 0;
    }

    .registerLoginPage {
        flex-direction:column-reverse;
    }

    .login-form {
        margin-bottom: 50px;
    }

    .registerSection > div {
        width: 100%;
    }
}

.payment-method img {
    height: 32px;
    margin-left: 3px;
}

.language img {
    height: 15px;
    padding-right: 5px;
}

.pt-50-mobile0 {
    padding-top:50px;
}

@media screen and (max-width:768px) {
    .backToShoppingCart {
        position:relative;
        left:0;
    }

    .stretched-link {
        display:none;
    }

    .pt-50-mobile0 {
        padding-top: 0;
    }

    .col-xs-7 {
        width: 58.33333333% !important;
    }
}
/* Templates HTML Editor */
.raw-content .container {
    width: 100%;
}

.subCategoryList .thumbnail {
    background-color: white;
}

.thanxContent .next a, .thanxContent .previous a {
    color: #454545;
}

.userInfo .pager {
    margin: 0;
}

.thanxContent {
    padding: 0 0 30px;
}

.error-msg-payment  {
margin-bottom:15px;
}
@media print {
    a:after {
        content: '';
    }

    a[href]:after {
        content: none !important;
    }

    .h3.section-title.style2.title-slider span {
        font-size: 18px;
    }

    .style2 .section-title, .section-title.style2 {
        margin: 0;
    }
}

.login-register-wrapper .login-reg-form-wrap h2 {
    margin-bottom:0 !important;
}


/* NEW TEMPLATE CHANGES */
.wishListAndCart {
    padding: 0 0 !important;
}

    .wishListAndCart:hover {
        background-color: inherit !important;
    }

    .wishListAndCart:focus {
        background-color: transparent !important;
    }

.loginRegister:hover {
    background-color: transparent !important;
}

.loginRegister:focus {
    background-color: transparent !important;
}

.cart-info h4 {
    padding-bottom: 0px !important;
}

.cart-list-wrapper {
    z-index: 8 !important;
}

button {
    cursor: pointer !important;
}

.newsletter-title h3 {
    padding-bottom: 0;
}

.whiteBg {
    background-color: white;
}

.delivery-price {
    min-width: 60px;
    text-align: right;
}

.mainContentArea {
    padding-top: 50px;
}

.landingContent {
    padding: 30px !important;
}

.blogPostContainer {
    padding: 30px 10px;
}

    .blogPostContainer ul a {
        color: black;
    }

        .blogPostContainer ul a:hover {
            color: #ffffff;
        }

    .blogPostContainer p a {
        color: #ffffff;
    }

.post-description a {
    color: #ffffff;
}

.hero-slider-content h3 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
}

.productPagePriceBox {
    margin-top: 10px;
}


.filterBox input {
    height: 40px;
}

.pri-img, .sec-img {
    margin: 0 auto;
}

/* truncate H4 of products on homepage with ...*/
.deals-content .product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.deals-content .product-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis !important;
}

.pickCountry {
    width: 100% !important;
}

.registerForm {
    margin: 0 auto;
}


.product-name-overview {
    overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.product-item-action {
    background-color: white;
}

.price-box-overview {
    margin-top: 12px;
    position: relative;
    padding: 9px 0 !important;
    background-color: white;
}

.wishlistOrCartTable {
    width: 100%;
}

.backToWishListOrCatalog a:hover {
    color: black;
}

.backToWishListOrCatalog a {
    color: #8295c1;
}

body, p, a, span, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Rubik', sans-serif;
}

.raw-content a {
    color: #8295c1 !important;
    font-weight: 500;
}

    .raw-content a:hover {
        text-decoration: underline;
    }

.raw-content a:visited {
    background-color:red;
}

.card-block {
    padding: 1rem !important;
}

    .card-block .h1 {
        margin-bottom: 0;
        text-transform: uppercase !important;
    }

.card hr {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.label, label {
    color: #414141;
    text-align: right;
}

.cart-overview {
    padding: 1rem;
}

.cart-item {
    padding: 1rem 0;
}

.price .product-price {
    font-size: inherit !important;
}

.cart-line-product-actions {
    margin-top: 4px;
}

    .cart-line-product-actions a {
        color: black;
    }

.product-line-info .label {
    padding-left: 0 !important;
}

.form-control {
    font-size: 14px !important;
}

.btn-primary {
    color: #fff;
    background-color: #2fb5d2;
    border-color: transparent;
}

.btn-primary, .btn-secondary, .btn-tertiary {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
}

.cart-summary-line .value {
    color: #414141;
    float: right;
}

.cart-summary {
    padding: 30px !important;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
padding-top:20px;
}

.rightAlign {
    text-align: right;
}

.card {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.filterBoxNew {
    width: 50px;
    float: right;
}

.referenceContainer {
    padding: 15px;
}

.mobile-menu li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 15px 8px;
}

.custom-control-label {
    text-align: left;
}

.dropdown-item.active {
    color: white !important;
    background-color: #ffffff !important;
}

.add-to-links span {
    display: inline-block;
    font-size: 25px;
    color: #252525;
    margin-right: 15px;
    line-height: 1;
}

@media only screen and (max-width: 766px) {
    .cart-container {
        text-align: center;
    }

    .cart-container .price {
        text-align: center !important;
    }

    .cart-container .discountField {
        display: block;
    }

    .product-line-grid-left {
        margin-bottom: 20px;
    }

    .cartFooter {
        display: none !important;
    }

    .cart-summary {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .buttons-flex {
        display: block !important;
    }

    .pro-qty {
        margin-right: 15px;
    }

    #ProductAddToCart {
        margin-top: 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 405px) {
    #UOMBox {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 550px) {
    .buttons-flex {
        display: flex;
    }
}

a .product-list-item p {
    color: black !important;
}

.section-title-deals .h4 {
    color: #252525;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}

#description .h3 {
    margin-bottom: 15px;
}

.single-input-item input {
    border-radius: 0px;
    height: 50px;
}

    .single-input-item input:focus {
        outline: none;
        box-shadow: none;
    }

.required {
    color: red;
    margin-left: 3px;
}

.box-text .h1 {
    color: white;
    font-size: 36px;
    letter-spacing: 3px;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.box-text p, .box-text-cell-inner p {
    font-family: "Rubik", sans-serif !important;
    font-weight: lighter;
}

.btn-stroke-light, btn-stroke-dark {
    font-family: "Rubik",sans-serif !important;
}

.img-title {
    font-family: "Rubik",sans-serif !important;
}

.h4 a {
    color: #ffffff;
}

.price {
    font-size: inherit !important;
}

.raw-content h1 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.raw-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.facetTerm-link.active {
    background-color: #4c577a;
    color: white !important;
    width: 100%;
    padding: 8px 16px 8px 16px;
}

.noItemsMessage {
    padding: 0 15px 15px 15px;
    font-size: 15px;
}

.chooseLanguage {
    display: inline-block !important;
    padding-left: 3px;
}

.languageImg {
    margin-top: -4px;
}

.shop-main-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 25px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flag {
    color: #ffffff;
    font-size: 14px;
    background-color: #e51a13;
    line-height: 18px;
    border-radius: 4px;
    text-align: center;
    padding: 3px 10px;
    margin-bottom: 10px;
    display: block;
}

.myInfoBox {
    margin-top: 20px;
}

.mySection {
    padding-bottom: 50px;
}

.mySection.margin-top-50 {
    margin-top: 50px;
}

.myInfoIntro {
    background:white;
    padding:10px 30px 30px 30px;
}

.myInfoIntro > .h2 {
    margin-bottom:15px;
}

.mt30 {
    margin-top:30px;
}

.mt20 {
    margin-top: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mb30 {
    margin-bottom:30px;
}

.submitButton {
    color: #fff !important;
    font-size: 13px;
    display: block;
    font-weight: 500;
    line-height: 1;
    padding: 17px 30px;
    background-color: #252525;
    text-transform: uppercase;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.submitButton:hover {
    color: #fff !important;
    background-color: #ffffff;
}

.addresspageTitle {
    margin-top: 0;
}

.cart-summary tr:first-child td {
    border: none;
}

.btn__bg:focus, .btn__bg:active {
    background-color: black;
    border:none;
}

.no-border, .form-control {
    border: 0;
    box-shadow: none !important; /* You may want to include this as bootstrap applies these styles too */
    border-radius:0 !important;
}

#PickUpDate {
    margin-bottom:0 !important;
    height:48px !important;
}

#CurrentShipToAddress > label {
    margin-bottom:0;
}

#CurrentShipToAddress {
    margin-top:15px;
}

.otherAddressDropdown {
    height:48px;
}

.newAddressButton {
    margin: 0 auto;
    text-align: center;
}

@media (max-width:991px) {
    .mobileMb30 {
        margin-bottom:30px;
    }
}

.displayFlex {
    display:flex;
}

.agreementCheck {
    float:left;
}

.logForm {
    width:100%;
}

.chooseCountry > .nice-select {
    width: 100% !important;
}

.nice-select, .product-details-des .useful-links a, .product-details-des .quantity .pro-qty, .btn-cart {
    border-radius: 0 !important;
}

#noTextInputUOM {
    margin-bottom:0 !important;
}

.productDetails {
    padding:30px;
}

.product-review-info {
    padding:30px !important;
    background-color:white;
}

#Stuk {
    margin-bottom:0;
}

.main-landing {
    padding-top:30px;
}

#mylanguage img {
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 3px;
}

.category-toggle-wrap nav.category-menu > ul > li .category-mega-menu > li > a {
    font-size: 12px !important;
}

.category-toggle-wrap nav.category-menu > ul > li .category-mega-menu > li > ul li a {
    font-size: 12px !important;
}

.menu-item-has-children ul.dropdown {
    margin-bottom: 14px!important;
}

/* Niet werken met pri-img en sec-img */
.deals-item:hover .deals-thumb .pri-img, .product-item:hover .product-thumb .pri-img {
    opacity: 1 !important;
    visibility: visible !important;
}

.deals-item:hover .deals-thumb .sec-img, .product-item:hover .product-thumb .sec-img {
    opacity: 0 !important;
    visibility: hidden !important;
}

.body-wt {
    background-color: #fff!important;
}

.team-member .team-thumb .team-social a {
    width: auto !important;
    padding: 0 15px 0 15px !important;
}

.list > i {
    position: absolute;
   /* left: -3px;
    top: 7px;*/
    font-size: 1.7em;
    line-height: 1;
}

.list > h2, .list > h3 {
    margin: 0 0 0 50px !important;
    line-height: 1.2 !important;
}

.list > p {
    margin: 5px 0 0 50px !important;
}

.textBlockH1 {
    font-size:45px;
    text-transform: uppercase;
}

.quote {
    border-left: 5px solid #ffffff;
    padding: 20px 30px 20px 55px;
    background: #f9f9f9;
    position: relative;
    margin: 2.5em;
    font-style: italic;
}

    .quote > i {
        left: 30px;
        position: absolute;
        top: 15px;
        font-weight: 100;
        font-size: 1em;
    }

    .quote > h3 {
        font-weight: 300;
    }

    /*.quote > p {
        font-size: 1.5em;
    }*/

@media screen and (max-width:768px) {
    .quote {
        margin: 2.5em 0;
    }
}

#mobileSearchBar {
    overflow: hidden;
    max-height: 60px;
    transition: all .5s ease-in-out;
    margin: 10px 0;
}

.main-menu ul li ul.dropdown li a {
    text-transform: none !important;
}
/*.container .breadcrumb-area{
    padding-top: 0px;
}*/
.container.main-container.headerOffset {
    padding-top: 0px !important;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    position: absolute;
    z-index: 999;
    background-color: #4c577a;
    padding: 16px 0px 16px 20px;
    margin-left: 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 80% !important;
    top: unset !important;
    left: unset !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 34px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li h3, .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li .h3 {
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}

.header-links ul li {
    padding-left: 0px!important;
    margin-left: 0px!important;
}

p.h3 {
    padding: 10px 0;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

.align-right {
    text-align: right!important;
}

.paginatoin-area .pagination-box li a {
    background-color: #4c577a !important;
}

.paginatoin-area .pagination-box li a.not-clickable{
    border-color: #a8a8a8!important;
    background-color: #a8a8a8!important;
}

.pagination-info-cur {
    margin-left: 6px;
    margin-right: 6px;
}

.pagination-info-cur span, .pagination-info-cur span label {
    font-weight: normal!important;
}

.paginatoin-area .not-clickable {
    pointer-events: none;
    cursor: default;
    color: #ddd;
    background-color: #eee;
    border-color: #ddd
}

.myaccount-tab-menu a.white {
    background-color: #fff;
}

.hasUserMenu > .dropdown-menu > li > a {
    padding: 12px 30px;
    font-size:14px !important;
}

.header-links ul li:hover a {
    text-decoration:none !important;
    cursor:pointer;
}

.a-not-active {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    background-color: #bdc3c7 !important;
    border-color: #bdc3c7 !important;
    color: #eee !important
}

.a-not-active i {
    display: none
}

.cart-update-option .apply-coupon-wrapper.w78 {
    width: 78%;
}

@media screen and (max-width:768px) {
    .cart-update-option .apply-coupon-wrapper.w78 {
        width: 100%;
        margin-left:0 !important;
        margin-right:0 !important;
    }
}

.cart-update-option .apply-coupon-wrapper {
    margin-left:10px;
    margin-right:10px;
}
.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.filterBox label {
    font-weight: normal;
}

.margin-top-0 {
    margin-top: 0px!important;
}

.margin-top-25 {
    margin-top: 25px;
}

.padding-top-25 {
    padding-top: 25px;
}

.raw-content ul li {
    list-style: disc;
    margin-left: 20px;
}

.cc-color-override-769027744.cc-window {
    background-color: #333333 !important;
    color: #ffffff !important;
}

.cc-color-override-769027744 .cc-link, .cc-color-override-769027744 .cc-link:active, .cc-color-override-769027744 .cc-link:visited {
    color: #ffffff !important;
}

.cc-color-override-769027744 .cc-btn, .cc-color-override-769027744 .cc-btn:hover {
    background-color: #ffffff !important;
}

.box-slider-content .box-text {
    background: rgba(40, 40, 40,0.80);
    padding: 25px;
}

.box-text h1, .box-text-cell-inner h1 {
    color: #fff;
}

.parallax-image-2 {
    background: none;
    background-position: center center !important;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed; /* IE FIX */
}

.warning-notification {
    line-height: 1.4;
    padding-top: 13px;
    color: red;
    display:flex;
}

    .warning-notification i {
        padding: 3px 10px 0 0;
    }

.banner-boxes {
    margin-top: 0 !important;
}

.product-thumb {
    min-height: 160px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

.category-toggle-wrap nav.category-menu > ul > li .category-mega-menu > li > ul li a {
    line-height: 23px !important;
}

.embed-responsive {
    height: 100%;
}

.btn-stroke-light {
    border: 1px solid #ffffff !important;
}

.swiper-container img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.h1.xlarge {
    color: #fff;
}

.h5.parallaxSubtitle {
    color: #fff;
}

.box-content-overly {
    right: 0!important;
}

.h1.xlarge {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 800;
    padding-bottom: 0;
    line-height: normal;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
    text-transform: uppercase;
}

h1.xlarge, .h1.xlarge {
    margin-top: 5px;
    margin-bottom: 25px;
}

h2.xlarge, .h2.xlarge {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 25px;
}

.h1.x2large {
    color: #FFFFFF;
    font-size: 56px;
    line-height: normal;
    font-weight: 800;
    padding-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
    text-transform: uppercase;
}

.h5.parallaxSubtitle {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
}

h2.parallaxSubtitle {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
}

.btn-contactus {
    margin-top: 35px;
}

.btn-dark {
    padding: 10px 25px;
    font-size: 14px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: 2px solid #ffffff;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.btn-dark:hover {
    color: #ffffff !important;
}

.cart-table .table tbody tr td {
    font-weight: normal!important;
}

.card a {
    color: white;
}

.document-header-marg {
    margin-bottom: 50px;
    margin-top: 25px;
}

.fa-check:before {
    content: "\f00c";
}

.fa-color-green {
    color: #008000;
}

.price-regular {
    color: #609960 !important;
    font-size: 18px !important;
    font-weight: 600;
}

@media screen and (max-width:450px) {
    .price-regular {
        font-size: 14px !important;
    }
}
.price-old {
    color: #cf0016 !important;
    text-decoration: line-through;
    font-size:15px !important;
}

.productPagePriceBox .price-regular {
    font-size: 20px !important;
    font-weight:600 !important;
}

.product-details-info .panel-body {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.product-details-info .panel {
    box-shadow:none !important;
}

.bold-accent {
    font-weight: bold;
}

.text-align-right {
    text-align:right;
}

.product-review-info .subtitle {
    color: #888;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    font-weight:400;
}

.h5 {
    line-height: 20px !important;
}

.product-review-info .h3 {
    font-size: 24px;
    line-height: 1;
    margin: 5px 0 45px !important;
    color: #3a3a3a;
    min-height: 1px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}

.product-review-info .desc {
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 20px;
    min-height: 1px;
    position: relative;
    color: #6a6a6a;
}

.product-review-info .h1, .product-review-info .h2, .product-review-info .h3, .product-review-info .h4, .product-review-info .h5, .product-review-info .h6,
.product-review-info h1, .product-review-info h2, .product-review-info h3, .product-review-info h4, .product-review-info h5, .product-review-info h6 {
    font-weight: 400;
}

.product-review-info .row {
    display:block !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-review-info p {
    margin-bottom:0px;
    text-align:justify;
}

.review-item {
    border-bottom: 1px solid #d1d4d6;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.review-item .user-name {
    padding-top: 0px;
}

#documents ul li {
    list-style-type: square;
}

#documents ul li a {
    color: #3a3a3a;
}

#documents ul li a:hover {
    color: #ffffff;
}

.cart-actions {
    border-bottom: none;
}

.custom-checkbox .custom-control-label:after, .custom-checkbox label:after, .custom-radio .custom-control-label:after, .custom-radio label:after {
    background-size: 10px 10px;
    height: 15px;
    width: 16px;
    top: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    left: -10px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    color: white;
}

.btn__bg:focus {
    color:white;
}

.product-thumb img {
    max-height:160px;
}

.btn-primary:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}

.section-title-deals h4 {
    color: #252525 !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    text-transform: initial;
}

.marginAuto {
    margin:auto;
}

.product-content {
    padding-top: 15px !important;
}

.bottomPageResults {
    float: left;
    margin-left: 15px;
}

.productFilterLook2 .filterBox {
    padding: 5px 0;
}

.tab-pane ul {
    margin-left: 15px;
}

p.short-itemNo {
    color: #0c2340;
    margin-bottom: 5px;
}

.ratings {
    color: #888059!important;
    margin-top: 10px;
    margin-bottom: 15px;
}

.productPagePriceBox {
    margin-bottom: 6px;
}

.product-content .product-name {
    height: 70px;
}

a.white, a.white i, a.white p, a.white strong {
    color: #5f71a8;
}

.margin-l-25 {
    margin-left: 25px;
}

.slider-back {
    padding: 45px 25px 25px 45px !important;
    border-radius: 20px !important;
}

.hero-slider-content h2 {
    color: #ffffff !important;
    text-shadow: 2px 2px 6px black;
}

.product-review-info li {
    list-style: circle;
}

.raw-content h2 {
    padding-top:15px;
}

.raw-content .is-social a {
    font-size: 1.5em;
}

.raw-content .is-social a:not(:first-child) {
    padding-left:20px;
}

.b2bNotification {
    background: #fbaf00;
    color: white;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: -10px;
}

    .b2bNotification a {
        font-weight:600;
        color:white;
    }

    .b2bNotification :hover {
        color: rgba(255,255,255,0.6);
    }

.js-closeb2bnotification {
    font-size: 2em !important;
    color: rgba(255,255,255,1) !important;
    font-weight: 500 !important;
    top: 13px;
    right: 28px;
    position: absolute;
}

    .cart-table .table {
        white-space: initial !important;
    }

#total-price{
    font-size: 17px!important;
}


.textUnderWishlist a {
    max-width: 250px;
}

.textUnderWishlist p {
    margin-top: 30px;
    margin-bottom: 20px;
}

.colorWhite {
    margin-top: 15px;
    color: white !important;
}

.paragraphPadding {
    padding: 15px 0;
}

.checkboxWishlistInfo {
    margin-top: 25px;
}

.btn__bg {
    background-color: #5f71a8 !important;
    color: white;
}

.confirmPage h1 {
    color: #252525;
    font-size: 29px;
    line-height: 1.2;
    font-weight: 500;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    text-align: center;
}

    .confirmPage h1 span {
        color: #555;
        display: block;
        font-weight: 400;
        font-size: 16px;
        padding-bottom: 5px;
        line-height: 24px;
        margin-top: 5px;
    }

@media print {
    /* All your print styles go here */
    header, footer {
        display: none !important;
    }
}

.theme-color {
    background-color: #d7e0f4 !important;
}

.about-image-wrap:after {
    border-color: #ffffff !important;
}

.section-title-2 h2:before {
    background-color: #4c577a !important;
}

.team-area {
    padding: 70px 0 !important;
}

.breadcrumb-wrap nav .breadcrumb .breadcrumb-item.active {
    color: #4c577a !important;
    font-weight: 500 !important;
    text-transform: initial !important;
}

.breadcrumb-item {
    font-size: 16px;
}

.category-toggle-wrap nav.category-menu > ul > li > a {
    text-transform: initial !important;
}

.search-btn {
    cursor:pointer;
}

.search-box-offcanvas .searchInputBox input {
    color: #666;
    font-size: 13px;
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 40px 0 10px;
    background-color: #f2f2f2;
}

.search-box-offcanvas .searchInputBox .search-btn, .search-box-offcanvas .searchInputBox .search-button {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 20px;
    color: #555;
    position: absolute;
}

.search-box-offcanvas .searchInputBox {
    position: relative;
    max-width:100% !important;
}

.mobile-logo img {
    max-height:45px;
}

@media screen and (max-width:768px) {
    .col-9, .col-3 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .col-3 {
        order:2;
    }

    .tabMenu {
        margin-top:25px;
    }

    .pt-50 {
        padding-top: 0px!important;
    }
}

#CurrentShipToAddress label {
    display:block;
    text-align:left;
}

.addToCartWrapper {
    position:relative;
}

.product-item-addToCart {
    text-align: center;
    transition: .4s;
    left: 0;
    right: 0;
    top: -9px;
    position: absolute;
    opacity:0;
    transition: all ease-in-out .2s;
}

.product-item:hover .product-item-addToCart {
    opacity:1;
    transform: translateY(-45px);
}

.cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
text-align:center;
}

.tableFooterMyDocument {
    margin-top:25px;
}

.articleNo {
    margin-top: 10px;
    display: block;
}

.myaccount-tab-menu a i.fa {
    color:black;
}

.myaccount-tab-menu a:hover i.fa{
    transition:color ease-in-out 0.35s;
    color:white;
}

.myaccount-tab-menu a.active i.fa {
    color: white;
}

.availability .indicatorTitle {
    padding:0;
    font-weight: 600;
    font-style:italic;
}

.product-details-des .availability i.available {
    color: #81ca33;
}

.product-details-des .availability i.almostgone {
    color: #ffb100;
}

.product-details-des .availability i.gone {
    color: #f90000;
}

.cart-calculate-items {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.otherAddressDropdown .nice-select {
    border-color: #ccc;
    width: 100%;
    height: 48px;
    padding: 6px 23px 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.otherAddressDropdown .nice-select .current {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display:block;
}

.otherAddressDropdown .nice-select li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.addressInfo {
    padding: 5px 0 5px 25px;
}

.addressInfoTitle {
    padding-bottom:10px;
}

/* Delivery Options nice checkboxes */

/* The container */
.deliveryOptions {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    text-align: left;
    padding-left: 32px;
}

/* Hide the browser's default radio button */
.deliveryOptions input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ddd;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.deliveryOptions:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.deliveryOptions input:checked ~ .checkmark {
    background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.deliveryOptions input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.deliveryOptions .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.deliveryRadioButtons {
    padding-top:15px;
}

.pl25 {
    padding-left:25px !important;
}

.currentAddress {
    border: 1px solid #cccccc;
    padding: 15px;
    background-color: #e3f2ff;
}

.titlePadding {
    padding: 5px 0 15px !important;
}

.bg-dark {
    background-color:#181818 !important;
}

.footer-social-link a, .single-features-item .features-icon {
    color: #5f71a8 !important;
}

.copyright-text p {
    color: white !important;
}

.footer-feature-item .features-content p, .footer-social-link a:hover, .footer-feature-item .features-content h5, .footer-widget-title h5 {
    color: #5f71a8 !important;
}

.footer-widget-body p {
    color: #5f71a8 !important;
}

.footer-bottom-area {
    background: #5f71a8 !important;
    border-top: 1px solid #5f71a8;
}

.bdr-bottom {
    border-bottom: 1px solid #eaf0ff !important;
}

.btn-cart {
    border: 1px solid #8295c1 !important;
    background-color: #8295c1 !important;
}

.btn-cart:hover {
    color:black !important;
}

.header-configure-area ul li a .notify {
    background: #8295c1 !important;
}

.main-menu ul li.active > a, .main-menu ul li:hover > a {
    background: #8295c1 !important;
}

.main-menu ul li ul.dropdown li:hover > a {
    color: #8295c1 !important;
    background-color: #fff !important;
}

.category-toggle-wrap .category-toggle, .main-menu ul li a:not(.promotionsFamily) {
    color: #252525 !important;
}

.category-toggle-wrap .category-toggle:hover, .category-toggle-wrap nav.category-menu > ul > li > a:hover, .category-toggle-wrap nav.category-menu > ul > li .category-mega-menu > li > ul li a:hover, .main-menu ul li a:hover {
    color: #8295c1 !important;
}

.category-toggle-wrap nav.category-menu > ul > li .category-mega-menu > li:nth-child(odd) a:after {
    background-color: #8295c1 !important;
}

.category-toggle-wrap nav.category-menu > ul > li .category-mega-menu > li:nth-child(even) a:after {
    background-color: #181818 !important;
}

.category-menu, .category-mega-menu {
    box-shadow: 2px 2px 4px #e4e4e4, -2px -2px 4px #f7f7f7;
}

.slick-arrow-style button.slick-arrow:hover {
    color: #fff;
    background-color: #ffffff !important;
}

.logo a img {
    max-height: 105px;
}

.checkout-header .logo a img {
    max-height: 70px;
}

.main-menu ul li:hover > .familyLink {
    background-color: #ffffff !important;
}

.main-menu ul li ul.dropdown li:hover > a {
    color: #ffffff !important;
}

.footer-widget-body li a:hover {
    color: #8295c1 !important;
}

.scroll-top {
    background: #ffffff !important;
    color: white !important;
}

.footer-social-link a:hover {
    color: #ffffff !important;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a, .mobile-header .category-toggle {
    color: #5f71a8 !important;
}


.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a:hover {
    color: #ffffff !important;
}

.mini-cart-wrap .fa {
    color: #5f71a8 !important;
}

.alert-primary {
    color: #181818 !important;
    background-color: #f9f9f9 !important;
    border-color: #d2d2d2 !important;
}

.alert-error {
    color: #780000 !important;
    background-color: #ffe6e6 !important;
    border-color: #ffa8a8 !important;
}


.couponCode {
    padding: 0 14px;
    width: calc(100% - 50px);
    border: 1px solid #d2d2d2;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.couponCode:focus {
    border-color: black;
}

.removeCouponCode {
    padding: 2px 6px;
    margin: 0 11px;
    border-radius: 50px;
    background-color: #ffb7b7;
    color: white;
    cursor:pointer;
}

.removeCouponCode:hover {
    background-color:red;
}

.addCouponCode {
    padding: 2px 6px;
    margin: 0 11px;
    border-radius: 50px;
    background-color: #ffffff;
    color: white;
    font-weight:500;
    cursor: pointer;
}

.addCouponCode:hover {
    background-color: #181818;
}

.promoCode-after {
    position: absolute;
    top: 0;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #181818;
    display: inline-block;
}

.promoCode {
    position: relative;
    display: inline-block;
    padding: 4px 10px;
    background: #181818;
    color: white;
    font-size: 11px;
    margin-left: 4px;
}

.promo-code-discount {
    color: #59AC68;
    font-weight: bold;
}

.showLoyaltyCode {
    background: #ffffff !important;
}

.showLoyaltyCode-after {
    position: absolute;
    top: 0;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #ffffff;
    display: inline-block;
}

.emphasizePrice {
    color: red;
    font-weight: bold;
    border-top: none !important;
}

.promoCodeContainer {
    text-align: right;
}

.deleteCouponCode {
    color:white;
    cursor:pointer;
    padding-left: 7px;
}

.promoCodeError {
    line-height: 19px;
    padding-bottom: 8px;
    color:red;
}

.basket-wrap {
    padding: 15px;
    background: white;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.loyaltyPoints {
    color: #c7c7c7;
    font-weight: 100;
}

.loyaltyPoints .bold {
    color:white;
    font-weight:500;
}

.exchangeRoyaltyPoints {
    background: #ffffff;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-left: 15px;
    font-weight: 500;
    text-align: center;
    cursor:pointer;
}

.exchangeRoyaltyPoints.disabled {
    background: #565656;
    color: #b3b3b3;
    cursor:auto;
}

.minHeight125 {
    min-height: 125px;
}

.lineHeightLoyalty {
    margin-top: 10px;
    line-height: 1.2em;
}

.loyalty-hr {
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #484848;
}

.loyalty-small-letters {
    font-size: 11px;
}

.cart-actions .wishlist {
    background: #0c2340;
    border-color: #0c2340;
}

.pl-5 {
    padding-left:5px !important;
}

.remove-from-cart {
    margin-top: 11px;
    display: block;
}

.removeLoyaltyCode
{
    border: 2px solid white;
    padding: 3px 11px;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    float: right;
    cursor:pointer;
}

.loyaltyCode {
    background: transparent;
    border-radius: 0 !important;
    border-color: #4e4e4e !important;
    padding-left: 10px;
    max-width: 100%;
}

.loyaltyCodeWrap {
    border: 1px solid #3a3a3a;
    border-radius: 2px;
    padding: 10px 0 0 15px;
    background: #353535;
}

@media screen and (max-width:767px) {
    .col-sm-9 {
        max-width:75%;
    }
    .col-sm-3 {
        max-width: 25%;
    }

    .productDetails {
        padding:10px !important;
    }

    .hideMobile {
        display:none;
    }

    .related-products-area .slick-track {
        transform: translate3d(0, 0px, 0px) !important;
        width:100% !important;
    }

    .related-products-area .slick-slide {
        float: initial;
        display:inline-block !important;
        width:50% !important;
    }

}

@media screen and (max-width:991px) {
    .mobileMt30  {
        margin-top:30px;
    }

    .loyaltyCodeWrap {
        margin-top: 15px;
    }
}

.product-details-des .variantOptionsTable .availability i {
    margin-left: 0;
}

.variantOptionsTable td p {
    padding: 0;
    line-height: 1.4em;
}

.variantOptionsTable .currentPrice {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.variantOptionsTable .uomdescription {
    color: #858056;
    font-size: 12px;
}

.variantOptionsTable .italicSemiBold {
    font-style:italic;
    font-weight:500;
}
.variantOptionsTable .oldPrice {
    color: red;
    text-decoration: line-through;
    text-align: right;
    font-size: 12px;
}

.variantOptionsTable .priceKg {
    text-align: right;
    font-size:12px;
}

.variantOptionsInput {
    max-width: calc(100% - 32px) !important;
    display: inline-block !important;
    height: 37px !important;
    margin-bottom: 0 !important;
    -moz-appearance: textfield;
    text-align: center;
}

.variantOptionsInput::-webkit-inner-spin-button,
.variantOptionsInput::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.variantOptionsQuantityWrapper {
    margin: 0 auto;
    max-width: 50px;
    position: relative;
    text-align: center;
    padding: 5px 0;
}

.variantOptionsQuantityWrapper input {
    min-width:35px;
}

.text-align-left {
    text-align:left !important;
}

.variantOptionsMore {
    border-left: none !important;
}

.variantOptionsLess {
    border-right: none !important;
    left: -10px;
    padding: 5px 5px !important;
}

.variantOptionsMore, .variantOptionsLess {
    padding: 5px 4px;
    display: inline-block;
    position: absolute;
    border:1px solid #dddddd;
}

.variantOptionsMore:hover, .variantOptionsLess:hover {
    cursor:pointer;
}

.variantOptionsMore:active, .variantOptionsLess:active {
    background: #e2e2e2;
}

.variantOptionsTable {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.variantOptionsTable td, .variantOptionsTable th {
    border: 1px solid #ebebeb;
    padding: 3px 10px;
    text-align: center;
}

.minWidth78 {
    min-width: 78px;
}

.minWidth105 {
    min-width:105px;
}

.minWidth136 {
    min-width:136px;
}

.fontSize10 {
    font-size:10px;
}

@media screen and (max-width:768px) {
    .stockIndicatorHeader {
        position:absolute;
        top:9999px;
    }

    .variantOptionsQuantityWrapper {
        min-width:59px;
        max-width:60px;
    }

    .variantOptionsLess {
        padding: 8px 5px 9px !important;
        left:-4px;
    }

    .variantOptionsMore {
        padding: 8px 4px 9px;
    }

    .breadcrumb-wrap nav .breadcrumb .breadcrumb-item a {
       font-size:12px;
    }

    .breadcrumb-wrap nav .breadcrumb .breadcrumb-item.active {
        margin-top: 10px;
        padding-left: 0;
    }

    .breadcrumb-item {
        margin-top: 8px;
    }

    .breadcrumb-item a {
        font-size:12px !important;
    }

    .breadcrumb-item.active p {
        font-size: 12px;
        margin-left: 10px;
    }

    .product-details-des {
        margin-top:0 !important;
    }

    .product-details-des > .d-flex {
        flex-direction: column;
    } 

    .product-details-des > .align-items-center {
        align-items: normal !important;
    }
}

.variantOptionsTable tr:first-child td, .variantOptionsTable tr:first-child th {
    border-top: 0;
}

.variantOptionsTable tr td:first-child, .variantOptionsTable tr th:first-child {
    border-left: 0;
}

.variantOptionsTable tr:last-child td, .variantOptionsTable tr:last-child th {
    border-bottom: 0;
}

.variantOptionsTable tr td:last-child, .variantOptionsTable tr th:last-child {
    border-right: 0;
}

.header-middle-area {
    padding: 10px 0 !important;
}

.user-menu {
    width: 100%;
    z-index: 1000;
    background: #4c577a;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 45px, 0px);
}

    .user-menu li a {
        padding: 5px 20px;
        display: flex;
        align-items: center;
        color: white;
    }

.menu-fa-icon {
    float:left;
    padding-right:15px;
}

.user-menu li a:hover {
    background: #1f334f;
}

.user-menu li a .fa {
    padding-right: 5px;
}


.user-menu .divider {
    padding: 0;
    border-top: 1px solid #4c577a;
}

.loginRegister {
    color: #5f71a8;
    min-width: 210px;
    text-align: right;
}

    .loginRegister:focus, .loginRegister:hover {
        color: #8295c1;
    }

.loggedIn::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.flag-container {
    text-align: right;
}

.product-promotion {
    min-height: 37px;
    max-width: 90px;
}

.fs16 {
    font-size:16px;
}

.pb-15 {
    padding-bottom:15px;
}

.cart-calculate-items .price, .cart-calculate-items .total-amount {
    text-align: right;
}

.sign-up-form {
    margin-top: 0 !important;
}

#navbar-top-salesperson .info-text {
    color: white;
}

#navbar-top-salesperson {
    position: absolute;
    width: 100%;
    padding: 5px 0;
}

    #navbar-top-salesperson .btn-primary {
        background: white;
        margin-left: 10px;
    }

@media screen and (max-width: 767px) {
    .pagination-box {
        text-align: center;
    }

    .bottomPageResults {
        display: block;
        float: initial !important;
        text-align: center;
    }
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 0 !important;
    background-color: inherit !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.errorBtn {
    border-radius: 0;
    font-size: 19px !important;
    color: #414140;
    background-color: #f9c623;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    padding: 10px 25px;
    margin-bottom: 100px;
}

    .errorBtn:hover {
        background-color: #414140;
        color: white;
    }

.bpost-redirect-overlay {
    padding:100px 50px;
    text-align:center;
    margin:0 auto;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 5;
    top: 0;
    left: 0;
    position: fixed;
}

#bpost-error-message {
    color: #d00000;
}

.loyaltyPointsBadge {
    background: #858056;
    color: white;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 50px;
    float: right;
}

.bold {
    font-weight:500;
}

.disabledButton {
    transform: scale(1);
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 1;
    background-color: #bdc3c7 !important;
    border: none;
    border-radius: 3px;
    font-size: 16px !important;
    font-weight: bold;
    display: block;
    text-align: center;
    color: white;
    padding: 10px 25px;
}

.loyaltyPointsTable {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
}
/* ---- START LOYALTY POINTS "TABLE" ---- */
.loyaltyPointsTable header, .loyaltyPointsTable .LProw {
    display: flex; /* aligns all child elements (flex items) in a row */
}

.loyaltyPointsTable header {
    background: #858056;
    color: white;
}

.loyaltyPointsTable .col {
    flex: 1; /* distributes space on the line equally among items */
    padding: 5px 10px;
}

.LProw {
    border-bottom: 1px solid #e6e6e6;
}

.LProw:last-child {
    border-bottom: none;
}

.LProw:hover {
    cursor: pointer;
    background: black;
    color: white;
}

    .LProw a {
        width: 100%;
        display: flex;
        color: inherit !important;
    }

.positiveLP {
    color: #63c54a;
    font-weight: 500;
}

.negativeLP {
    color: #da1818;
    font-weight: 500;
}

.show-web {
    display: none;
}

.show-mobile {
    display: flex;
}

@media only screen and (min-width: 992px) {
    .show-web {
        display: flex;
    }

    .show-mobile {
        display: none;
    }
}

.backToShoppingCart {
    color: #5f71a8 !important;
    line-height: 55px;
    position: absolute;
    left: 17px;
}

/*------ Mini cart start ---------*/

.wishListAndCart:hover {
    color: #ffffff !important;
}

.cart-list-wrapper {
    border-radius: 3px;
}

.mini-product {
    margin: 0 !important;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

    .mini-product:not(:first-of-type) {
        padding-top: 10px;
    }

.mini-product-img {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}

    .mini-product-img img {
        min-width: 100%;
        max-height: 100%;
        min-width: 100%;
        max-width: 100%;
        object-fit: cover;
    }

.mini-product-info {
    margin-left: 15px;
    height: fit-content;
    width: max-content;
    width: 100%;
}

.mini-product-title {
    font-size: 16px !important;
    line-height: 1.4;
}

    .mini-product-title p {
        max-width: 220px;
    }

    .mini-product-title a i {
        color: #979898;
        transition: color .4s;
    }

        .mini-product-title a i:hover {
            color: #252525;
        }

.mini-product-unit,
.mini-product-amount,
.mini-product-number {
    font-size: 12px !important;
    line-height: 1.4;
}

.mini-product-title {
    text-transform: uppercase;
    font-weight: bold;
}

.mini-product-number {
    border: 1px solid #ffffff;
    width: fit-content;
    color: #ffffff;
    padding: 0px 5px;
    border-radius: 3px;
    line-height: 1.4;
}

.mini-product-price {
    font-size: 16px !important;
    font-weight: bold;
    line-height: 1.4;
}

    .mini-product-price span {
        font-size: 14px !important;
        text-decoration: line-through;
        margin-right: 7px;
        font-weight: normal;
        color: #979898;
    }

.mini-cart-prices {
    margin: 20px 0px;
    font-size: 14px !important
}


.free-shipping p,
.shipping-cost p,
.total-price p {
    font-weight: bold;
    font-size: 14px !important;
    line-height: 1.8;
}

    .free-shipping p span {
        font-size: 16px !important;
    }

.total-price span {
    font-size: 20px !important;
}

.mini-cart-button {
    line-height: 1.8;
    margin-top: 0px !important;
    width: 180px;
}

    .mini-cart-button a:hover {
        color: #fff !important;
    }

.mini-cart-change {
    margin-right: auto;
    margin-left: 0;
    font-size: 14px !important;
    line-height: 1.8;
    color: #252525 !important;
    padding-right: 20px;
}

    .mini-cart-change::after {
        content: '';
        width: 0px;
        height: 1px;
        display: block;
        background: #252525;
        transition: 300ms;
    }

    .mini-cart-change:hover::after {
        width: 100%;
    }

.header-configure-area ul li a:hover {
    color: #ffffff;
}

#PickUpDate {
    padding-left: 10px;
}

.cart-button {
    background-color: #3d4a72;
    padding: 10px 0px;
    text-align: center;
    border-radius: 3px;
    bottom: 0;
    margin-top: 10px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.16);
}

    .cart-button a {
        color: #fff;
        font-size: 16px !important;
        top: 0;
    }

.button-hover {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 150px;
    overflow: hidden;
}

.button-hover {
    transition: all 0.2s linear 0s;
}

.cart-list-wrapper {
    display: block;
}

.button-hover:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
}

.button-hover:hover {
    text-indent: -20px;
}

    .button-hover:hover:before {
        opacity: 1;
        text-indent: 0px;
    }

.free-shipping p {
    margin-top: 15px;
    background-color: #F2F2F2;
    box-shadow: 2px 2px 2px 1px rgb(0,0,41);
    border-radius: 3px;
    padding: 2px 10px;
    margin-bottom: 5px;
    width: fit-content;
}

    .free-shipping p i {
        margin-right: 10px;
    }

    .free-shipping p span {
        margin-left: 10px;
        color: #8798cc;
    }

.mini-cart-wrap .cart-list-wrapper .cart-list li .cart-info {
    flex: 0 0 calc(100% - 80px) !important;
}

    .mini-cart-wrap .cart-list-wrapper .cart-list li .cart-info p {
        font-size: 14px !important;
    }

.mini-cart-wrap .cart-list-wrapper .cart-list {
    max-height: 300px !important;
}

    .mini-cart-wrap .cart-list-wrapper .cart-list li .cart-info {
        padding: 0 10px;
    }

    /* width */
    .cart-list::-webkit-scrollbar {
        width: 5px;
    }

/* Track */
.cart-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.cart-list::-webkit-scrollbar-thumb {
    background-color: #979898;
    transition: background-color 1s;
}

    /* Handle on hover */
    .cart-list::-webkit-scrollbar-thumb:hover {
        background-color: #252525;
    }



/*------- Mini cart end ----------*/
/*------Shopping cart Start ------*/
.cart-main-wrapper h1 {
    font-size: 31px !important;
    color: #555;
}

/*------Shopping cart - product list Start ------*/

.cart-products .product {
    padding: 10px 0px;
    color: #555;
    border: none;
}

    .cart-products .product:hover {
        background-color: transparent;
        border: none;
    }


    .cart-products .product:not(:first-of-type) {
        border-top: 1px solid #dddddd;
    }

.cart-products .product-image {
    border-radius: 3px;
    overflow: hidden;
}

.cart-products .product-name p a {
    font-size: 16px !important;
    color: #555;
    font-weight: bold;
}

.cart-products .product-name p {
    line-height: 1.2;
}


.cart-products .product-conversion {
    text-align: left;
}


.cart-products .product-number {
    border: 1px solid #555;
    color: #555;
    padding: 0px 5px;
    border-radius: 3px;
}

.cart-products .product-discount {
    border-radius: 3px;
    font-size: 14px !important;
    color: #fff;
    background-color: #59ac68;
    line-height: 1.3
}

.cart-products .product-price-info ul {
    border-radius: 3px;
    overflow: hidden;
}

    .cart-products .product-price-info ul li {
        text-align: left;
        background-color: #ededed;
        padding: 5px 10px;
        line-height: 1.3;
        width: 100%;
    }

.cart-products .product-amount-remove button,
.cart-products .product-amount-add button {
    width: 30px;
    height: 30px;
    background-color: #e2e2e2;
    border-radius: 3px;
}

    .cart-products .product-amount-remove button:hover,
    .cart-products .product-amount-add button:hover {
        background-color: #979898;
    }


    .cart-products .product-amount-number input {
        height: 30px;
        border-radius: 3px;
        padding: 0px 10px;
        width: 60px;
    }

.cart-products .product-wishlist {
    line-height: 1.2;
}

    .cart-products .product-wishlist i {
        font-size: 20px !important;
        color: #555;
        align-items: center;
        line-height: 1.8;
    }

    .cart-products .product-wishlist button {
        height: fit-content;
    }

.cart-products .product-initial-price {
    font-size: 12px !important;
    text-decoration: line-through;
    color: #979898;
    height: fit-content;
}

.cart-products .product-price {
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.2;
}

    .cart-products .product-price p {
        width: max-content;
    }

    .cart-products .product-initial-price div p,
    .cart-products .product-price div p {
        line-height: 1.2;
    }

.cart-products .product-price-info-web {
    display: none;
}

.cart-products .product-amount {
    padding: 5px 0px;
}

.cart-products .sales-lines {
    font-size: 12px !important;
    color: #555;
    margin-left: 0px;
    margin-right: 0px;
    border-top: 1px solid #dddddd;
}

    .cart-products .sales-lines .text {
        border-right: none
    }

.cart-bottom .cart-information-area {
    width: 60%;
    color: #979898;
    font-size: 12px !important;
}

.product-delete .remove-from-cart {
    color: #979898;
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .cart-products .product-discount {
        max-width: fit-content;
        padding: 2px 4px;
        height: fit-content;
    }

        .cart-products .product-discount p {
            font-size: 12px !important;
            display: flex;
            justify-content: space-around;
            line-height: normal;
        }

            .cart-products .product-discount p span {
                padding-right: 5px;
            }

    .cart-products .product-number {
        padding: 2px 4px;
        line-height: normal;
    }

    .main-wrapper {
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        position:relative;
    }

    .backToCatalog {
        position: absolute;
        top: 17px;
    }

        .main-wrapper .cart-main-wrapper {
            width: calc(100% - 350px);
            order: 1;
            padding-right: 30px;
            padding-bottom: 50px;
        }

    .basket-cart {
        padding: 20px 30px;
        background: white;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
    }

    .cart-overview {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
    }

    .cart-products .product-price-info-web {
        display: none;
    }

    .cart-products .product-actions {
        width: fit-content;
        font-size: 12px !important;
    }

    .cart-products .product-delete-web {
        line-height: 1.5;
    }

    .width50 {
        width:50% !important;
    }
        .cart-products .product-delete-web div:first-of-type a {
            padding-right: 10px;
        }

        .cart-products .product-delete-web > div {
            display: inline-block;
        }

        .cart-products .product-delete-web div a {
            color: #979898;
        }

            .cart-products .product-delete-web div a:hover {
                color: #252525;
            }

    .cart-products .product-actions {
        justify-content: space-between;
    }
}

@media only screen and (max-width:767px) {
    .basket-cart {
        background: white;
        padding: 20px;
        margin-bottom: 20px;
    }

    .backToCatalog {
        padding: 20px 0;
        position: relative !important;
        display: block;
    }

    .variantOptionsTable td, .variantOptionsTable th {
        font-size:10px !important;
    }
}

@media only screen and (min-width: 992px) {

    .cart-products .product-price-info {
        display: none;
    }

    .cart-products .product-price-info-web {
        display: block;
    }

        .cart-products .product-price-info-web ul {
            flex-direction: column;
            line-height: 1.5;
        }

            .cart-products .product-price-info-web ul li {
                display: flex;
                width: 200px;
                justify-content: space-between;
            }

                .cart-products .product-price-info-web ul li .price-name {
                    width: 100px;
                    text-align: left;
                }

                .cart-products .product-price-info-web ul li .price {
                    width: 100px;
                    color: #555;
                }

    .product-price-info-web ul li .price b:first-of-type {
        width: 15px;
    }

    .cart-products .product-prices {
        justify-content: flex-end;
        text-align: end;
        line-height: 1.2;
    }

    .product-prices .product-price {
        margin-bottom: 0px;
    }

    .cart-products .product-image {
        width: 100px;
        height: 100px;
    }

    .cart-products .product-amount {
        align-items: flex-start !important;
        padding: 0px;
        align-items: center;
    }

        .cart-products .sales-lines .text {
            border-right: 1px solid #dddddd;
        }
}

/*------Shopping cart - product list End ------*/

/*------Shopping cart - cart overview Start ------*/

.cart-overview-wrapper {
    border-radius: 3px;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
}

.continue-shopping {
    color: #555;
}

.cart-overview-wrapper .cart-overview-wrapper h2 {
    font-size: 25px !important;
    color: #555;
}

.cart-overview-wrapper .overview-content h3 {
    font-size: 16px !important;
    margin-top: 20px;
    color: #555;
    text-transform: uppercase;
}

.cart-overview-wrapper .billing-adress,
.cart-overview-wrapper .cart-total {
    margin-top: 10px;
    font-size: 14px !important;
}

    .cart-overview-wrapper .cart-total p {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .cart-overview-wrapper .cart-total p span {
            font-weight: bold;
            font-size: 16px !important;
        }

    .cart-overview-wrapper .cart-total > div {
        border-top: 1px solid #ebebeb;
        padding: 10px 0px;
    }

    .cart-overview-wrapper .cart-total div:first-of-type {
        border: hidden;
    }

.cart-overview-wrapper .free-shipping p {
    background-color: #F2F2F2;
    box-shadow: 2px 2px 2px 1px rgb(0,0,41);
    border-radius: 3px;
    padding: 2px 10px;
    margin-bottom: 5px;
    width: fit-content;
}

    .cart-overview-wrapper .free-shipping p i {
        margin-right: 10px;
    }

    .cart-overview-wrapper .free-shipping p span {
        margin-left: 10px;
        color: #8798cc;
    }

.cart-overview-wrapper .discount-input a,
.cart-overview-wrapper .loyalty-input a {
    color: #555;
}

    .cart-overview-wrapper .discount-input a i,
    .cart-overview-wrapper .loyalty-input a i {
        margin-left: 10px;
    }

.cart-overview-wrapper .discount-input-field {
    display: none;
    margin-top: 10px;
    min-width: 100%;
    max-width: 100%;
}

.loyalty-wrapper {
    display: flex;
}

.cart-overview-wrapper .loyalty-input-text,
.cart-overview-wrapper .loyalty-input-submit {
    width: fit-content;
    border: none;
    background-color: #F2F2F2;
    padding: 5px 10px;
    border-radius: 3px;
}

.cart-overview-wrapper .discount-input-field {
    justify-content: space-between;
}

.cart-overview-wrapper .loyalty-input-text {
    width: 100%;
    margin-right: 10px !important;
}


.addCouponCode {
    background-color: #F2F2F2;
    cursor: pointer;
    transition: background-color .2s;
    color: #555;
    margin-bottom: 10px;
    border-radius: 3px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.couponCode {
    border: none !important;
    border-radius: 3px;
    background-color: #F2F2F2;
}

.js-promoCodeError {
    height: 36px;
    border: 1px solid #dddddd;
    padding: 0px 10px;
    width: fit-content;
    cursor: pointer;
    border-radius: 3px;
    color: #555 !important;
    margin: 8px 0px;
}

.promoCodeError {
    padding: 8px 15px;
    color: #555;
}

.error-card {
    background-color: #FBEFEF;
    margin: 0 0 8px 0 !important;
}

.addCouponCode:hover,
.cart-overview-wrapper .loyalty-input-submit:hover {
    background-color: #F2F2F2;
}

.cart-overview-wrapper .fa-chevron-down {
    transition: transform .4s;
}

.cart-overview-wrapper .code-added {
    display: flex;
    justify-content: space-between;
}

.cart-overview-wrapper .discount-code,
.cart-overview-wrapper .loyalty-code {
    width: fit-content;
    display: flex;
    position: relative;
    background-color: #F2F2F2;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.16);
    border-radius: 3px;
    padding: 2px 10px;
    color: #8798cc;
    font-size: 12px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.cart-overview-wrapper .total-price span {
    font-size: 25px !important;
}

.cart-overview-wrapper .cart-button,
.cart-bottom .cart-button {
    background-color: #3d4a72;
    padding: 10px 0px;
    text-align: center;
    border-radius: 3px;
    bottom: 0;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.16);
}

    .cart-overview-wrapper .cart-button a,
    .cart-bottom .cart-button a {
        color: #fff;
        font-size: 20px !important;
        top: 0;
    }

.cart-overview-wrapper .button-hover,
.cart-bottom .button-hover {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 150px;
    overflow: hidden;
}

.cart-overview-wrapper .button-hover,
.cart-bottom .button-hover {
    transition: all 0.2s linear 0s;
}

    .cart-overview-wrapper .button-hover:before,
    .cart-bottom .button-hover:before {
        content: "\f054";
        font-family: FontAwesome;
        font-size: 15px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0px;
        top: 0;
        opacity: 0;
        height: 100%;
        width: 40px;
        transition: all 0.2s linear 0s;
    }

    .cart-overview-wrapper .button-hover:hover,
    .cart-bottom .button-hover:hover {
        text-indent: -20px;
    }

        .cart-overview-wrapper .button-hover:hover:before,
        .cart-bottom .button-hover:hover:before {
            opacity: 1;
            text-indent: 0px;
        }

.deleteCouponCode {
    color: #555
}

@media only screen and (min-width: 768px) {
    .cart-overview-wrapper {
        width: 350px;
        flex-direction: column;
    }

        .cart-overview-wrapper h2 {
            font-size: 31px !important;
            color: #555;
            padding-bottom: 0px;
        }

        .cart-overview-wrapper .overview-content h3 {
            padding: 0 !important;
        }

    .cart-total .cart-total-btw {
        padding-top: 0 !important;
    }


    .cart-overview-wrapper .cart-overview {
        margin-bottom: 20px;
        padding: 20px 30px !important;
    }

    .cart-overview-wrapper .cart-button {
        position: static;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 992px) {

    .cart-overview-wrapper .overview-content {
        width: 100%;
    }
}

/*------Shopping cart - cart overview End ------*/
/*------Shopping cart - loyalty points Start ------*/

.loyalty-wrapper {
    background-color: #555555;
    opacity: 1;
}

    .loyalty-wrapper .loyalty h2,
    .loyalty-wrapper .loyalty i,
    #loyalty-dropdown-arrow {
        color: #fff;
        font-size: 25px !important;
    }

    .loyalty-wrapper .loyalty-content {
        padding-top: 10px;
        color: #fff;
        display: none;
        font-size: 12px !important;
    }

.exchangeRoyaltyPoints {
    background: transparent;
    border: 1px solid #dddddd;
    transition: background 0.5s, color 0.5s;
    border-radius: 3px;
    font-size: 14px !important;
    margin: 20px 0px 20px 0px;
}

    .exchangeRoyaltyPoints:hover, .removeLoyaltyCode:hover {
        background: #e2e2e2;
        color: #555
    }

.loyalty-wrapper #loyalty-dropdown-link {
    cursor: pointer;
}

.loyaltyCodeWrap {
    border: none;
    border-radius: 2px;
    padding: 20px 0 20px 0px;
    background: transparent;
}

#loyaltyValue {
    border: none !important;
    background: #757575 !important;
    border-radius: 3px !important;
    color: #979898;
    width: 100%;
}

.removeLoyaltyCode {
    border: 1px solid #dddddd;
    padding: 3px 11px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: normal;
    height: 36px;
    width: 36px;
    transition: background 0.5s, color 0.5s;
}

@media only screen and (min-width: 768px) {

    .loyalty-wrapper {
        width: 350px;
        align-self: flex-start;
        margin-bottom: 50px;
    }

        .loyalty-wrapper #loyalty-dropdown-link {
            cursor: auto;
        }
}

/*------Shopping cart - loyalty points End ------*/

/*------COnfirmation page start ------*/

.basket-image-wrapper {
    min-width:80px;
}

.confirm-product {
    padding: 10px 0px;
}

.confirm-product:not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}

.confirm-product .product-image {
    max-width: 70px !important;
    min-width: 70px !important;
    max-height: 70px !important;
    min-height: 70px !important;
    border-radius: 3px;
    margin-right: 15px;
    line-height: 1;
}

.confirm-product .product-info {
    width: 100%;
    font-size: 14px !important;
    color: #555 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.confirm-product .product-price {
    margin-bottom: 0;
}

.confirm-product .product-number p {
    font-size: 100% !important;
}

.confirm-product .product-info a {
    color: #555;
    font-weight: bold;
    text-transform: uppercase;
}

.confirm-product .product-price {
    font-size: 14px !important;
}

.order-details h4, .confirmation h2, .confirmation-titles h1, .confirmation-titles h2 {
    color: #555
}

.order-details .prices {
    padding: 10px 0px;
    font-weight: normal;
}

.order-details .order-detail {
    padding: 10px 0px;
    border-bottom: 1px solid #dddddd;
    color: #555;
}

    .order-details .order-detail h4 {
        padding-bottom: 5px;
        font-size: 18px;
    }

.prices .price {
    font-weight: normal !important;
}

.confirmation-titles {
    padding-top: 30px;
    text-align: center;
}


@media only screen and (min-width: 768px) {
    .confirmation-titles {
        padding-top: 0px;
    }

    .confirmation-content {
        display: flex;
        width: 100%
    }
}

.order-detail .comment-title {
    width: 100%;
    padding: 5px 10px;
}

.order-detail .comment {
    width: 100%;
    padding: 5px 10px;
    border-color: #DDDDDD;
    border-radius: 3px;
}

.confirmation-top-btn {
    border-radius: 3px !important;
    border: none !important;
    background-color: white !important;
    padding: 5px 10px !important;
    margin-bottom: 10px;
}
/*------Confirmation page end ------*/
/*------homepage - full slider start ------*/
.slider-back {
    border-radius: 5px !important;
}

.black-fade:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
}

.up{
    position: relative;
    z-index:2;
}

.hero-slider-active .btn-hero {
    background-color: white;
    transition: .5s transform;
    color: #555;
}

.hero-slider-active .btn-hero:hover {
    background-color: white;
    color: #555;
    transform: scale(1.1)
}

.hero-slider-content h1 {
    text-transform: none !important;
}

@media only screen and (min-width : 800px) {
    .hero-slider-content h1 {
        font-size: 60px !important;
    }
}

.hero-slider-content h2 {
    color: white !important;
    font-weight: normal !important;
    text-shadow: none !important;
    text-transform: none !important;
    font-size: 25px !important;
}

.hero-slider-content h2:first-letter {
    text-transform: uppercase;
}

.slick-dot-style ul.slick-dots li button{
    background-color: transparent !important;
    border: 1px solid white !important;
}

.slick-dot-style ul.slick-dots li.slick-active button {
    border: 1px solid white !important;
    background-color: white !important;
}

.hero-slider-active .slick-arrow{
    background-color: transparent !important;
}


.hero-slider-active .slick-arrow i{
    color: white !important;
    font-size: 25px !important;
    font-weight: bold !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*------homepage - full slider end ------*/
/*------homepage - CTA block start ------*/

.parallax-content .homepage-btn{
    margin: 20px auto 0px auto;
    font-size: 18px!important;
}


/*------homepage - CTA block end ------*/
/*------homepage - boxes slider start ------*/

.swiper-wrapper{
    background-color: transparent;
}

.swiper-wrapper .box-pagination .swiper-pagination{
    display: none !important;
}

.box-text {
    border-radius: 3px;
    text-align: left;
    top: 20%;
    bottom: 20%;
    right: 20%;
    left: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 10;
}

.box-slider-content .box-text a:hover{
    background-color: white;
    color: #555 !important;
}

.box-text h1, .box-text-cell-inner h1{
    font-size: 25px !important;
}

.box-slider-content a {
    margin-top: auto;
    margin-left: auto;
}

.slider-content .prevControl, .slider-content .nextControl{
    background-color: white !important;
    border-radius: 3px !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    transition: all .5s;
    border: none !important;
}

.slider-content .prevControl:hover, .slider-content .nextControl:hover{
    background-color: #ffffff !important;
    color: white !important;
}

.slider-content .prevControl i, .slider-content .nextControl i {
    font-size: 16px !important;
    line-height: 40px !important;
    text-align: center;
}

/*------homepage - boxed slider end ------*/
/*------homepage - small banner start ------*/

.sectionCategory .section-title span{
    background: #34373b;
    color: white;
}

.sectionCategory {
    padding: 0 !important;
}

.sm-banner-wrapper {
    display: flex;
}

.sm-banner-link {
    position:relative;
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 1%;
    display: block;
    min-width: 150px;
    max-height: 100%;
    min-height: 270px;
    border-radius: 3px;
}

.sm-banner-link-overlay {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    color: white;
    opacity: 0;
    transition: opacity ease-in-out .3s;
    text-align: center;
    display: flex;
    padding: 20% 30px;
    flex-direction: column;
    align-items: center;
    justify-content:space-between;
}

.sm-banner-link:hover .sm-banner-link-overlay {
    opacity: 1;
    transition: opacity ease-in-out .3s;
}

@media screen and (max-width:767px) {
    .sm-banner-link-overlay {
        opacity:1;
    }
}

.requiredFieldsErr {
    color: red;
    margin-bottom: 10px;
}

.banner-button:hover {
    background-color: white;
    color: #555 !important;
}

.sm-banner-img {
    height: 100%;
    object-fit: cover;
    transition: .5s;
    width: 100%;
}

.hover-effect .sm-banner-wrapper {
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    height: auto;
}

.hover-effect .sm-banner-link {
    flex: 1;
    overflow: hidden;
    transition: .2s;
    transition-timing-function: ease-out;
    margin: 1%;
    box-shadow: 0 20px 30px rgba(0,0,0,.1);
    line-height: 0;
    display: block;
    min-width: 170px;
    min-height: 30vh;
    max-height: 500px;
}

.hover-effect .sm-banner-link > .sm-banner-img {
    width: 200%;
    max-height:458px;
    object-fit: cover;
    transition: .2s;
}


@media only screen and (min-width : 992px) {

    .hover-effect .sm-banner-wrapper{
        height: 500px;
    }

    .hover-effect .sm-banner-link {
        min-width: auto;
    }

    .hover-effect .sm-banner-link:hover {
        flex: 1 1 30%;
    }

    .hover-effect .sm-banner-link:hover > .sm-banner-img {
        width: 100%;
        height: 100%;
    }

    
}
/*------homepage - small banner end ------*/
/*------homepage - menu start ------*/
.category-menu, .category-mega-menu{
    box-shadow: none !important;
}
/*------homepage - menu end ------*/
/*------promoted start ------*/

.deals-slider-item {
    border:1px solid #f0f0f0;
    padding: 20px;
    border-radius: 3px;
    margin: 5px 0px;
    transition: .5s;
}

.deals-content {
    margin-top:10px;
}

.deals-thumb {
    width: 100% !important;
    max-height: 213px;
    overflow: hidden;
}
/*
@media screen and (min-width:991px) {
    .deals-slider-item .deals-content {
        display: flex;
        flex-direction: column;
    }
}*/
.deals-slider-item:hover {
    box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
}

.mobileShown {
    display: none;
}

.nonMobileShown {
    display: block;
}




@media (max-width: 575.98px) {
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .deals-thumb {
        max-height: 108px;
    }

    .product-thumb {
        min-height: 0;
    }

    .product-thumb img {
        max-height: 130px;
    }

    .mobileShown {
        display:block;
    }
    .nonMobileShown {
        display:none;
    }
}


.toBottom {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction:column;
}

.toBottom .homepage-btn {
    width:100%;
    margin-top: 25px !important;
}

.deals-content .price-box{
    padding: 0 !important;
    display: flex;
    flex-direction:column;
}

.deals-content .add2cart {
    width: fit-content;
    border-radius: 3px !important;
    transition: .5s;
    background-color: #34373b !important;
    border: none !important;
}

.deals-content .add2cart:hover {
   transform: scale(1.05);
   color: white !important;
}

.deals-wrapper .slick-arrow-style button.slick-arrow.slick-next,
.deals-wrapper .slick-arrow-style button.slick-arrow.slick-prev {
    background-color: white;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

.deals-wrapper .slick-arrow-style button.slick-arrow.slick-next{
    right: -20px !important;
}

.deals-wrapper .slick-arrow-style button.slick-arrow.slick-prev{
    left: -20px !important;
}

/*------promoted end ------*/
/*------footer start ------*/
.footer-top,
.footer-widget-inner,
.newsletter-area {
    padding: 30px 0px !important;
}
/* footer top */
.footer-top .features-icon{
    font-size: 25px !important;
}

.footer-feature-item .features-content h5,
.footer-feature-item .features-content p {
    color: #5f71a8 !important;
}

/*footer widget area*/
.footer-widget-area .footer-widget-logo img {
    max-height: 100px;
}

.footer-social-link a {
    font-size: 27px !important;
}

.footer-widget-body li a {
    color: #5f71a8 !important;
}

/*newsletter area*/
.newsletter-inner .news-field {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 3px !important;
    border-right: none !important;
    margin-bottom: 0 !important;
}

.newsletter-inner .news-btn:hover{
    background-color: #4c577a !important;
}

.newsletter-title h3{
    font-size: 16px !important;
    text-transform: inherit !important;
    color: #ffffff !important;
}

.newsletter-title .newsletter-icon{
    color: #ffffff !important;
}

/*------footer end ------*/
/*------small slider start ------*/
#ps-next, #ps-prev{
    z-index: 1000;
}



.ps-nav{
    top: 65% !important;
}

@media only screen and (min-width : 768px) {
    .ps-nav {
        top: 40% !important;
    }
}

#ps-prev, #ps-next {
    border-radius: 3px !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    /*top: 50%;*/
    border: none !important;
    transition: all .5s;
}

#ps-prev:hover, #ps-next:hover{
    background-color: #ffffff !important;
    color: white !important;
}

#ps-prev i, #ps-next i {
    font-size: 25px !important;
    line-height: 40px !important;
    text-align: center;
}

#productShowCase .owl-nav {
    display: none !important;
}

#productShowCase #ps-next, #productShowCase #ps-prev{
    font-size: 25px !important;
}

.product-slide .section-title.style2:after {
    height: 0px !important;
}

.product-slide .details-description{
    font-size: 16px !important;
}

.product-slide .section-title.style2 span{
    background: transparent !important;
    padding-left: 0px;
}

.product-slide a {
    margin: 20px auto 10px auto;
}


@media only screen and (min-width : 768px) {
    .product-slide .product-slide-left {
        padding-left: 40px;
    }
    .product-slide a {
        margin: 20px 0px 0px 0px;
    }
}

.product-slide .btn-stroke-light{
    background-color: #ffffff;
    border-radius: 3px;
    transition: .5s;
    border: none;
    
}

.product-slide .btn-stroke-light:hover{
    transform: scale(1.05);
    color: white !important;
}

.section-title.style2 span {
    font-size: 44px !important;
    font-weight: normal;
}
/*------small slider end ------*/
/*------breadcrumb start ------*/

/*------breadcrumb end ------*/

.section-header-deals{
    border-bottom: none!important;
    display: flex;
    justify-content: center;
}

.title-25 {
    font-size: 25px !important;
    letter-spacing: 1px !important;
}

.title-20 {
    font-size: 20px !important;
}

.title-31{
    font-size: 31px !important;
}

.title-44 {
    font-size: 44px !important;
}

.homepage-title {
    font-family: 'Rubik', sans-serif !important;
    text-transform: none !important;
}

.homepage-btn {
    border-radius: 3px;
    transition: .5s;
    font-size: 14px !important;
    padding: 5px 20px !important;
    font-family: 'Rubik', sans-serif !important;
    text-transform: none;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.homepage-btn:hover{
    transform: scale(1.05);
}

.main-color{
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: white !important;
}

.deals-item {
    flex-direction:column;
}

.deals-item .ion-bag{
    font-size: 20px !important;
    padding-right: 5px;
}

.homepage-btn .fa-chevron-right{
    padding-left: 10px;
}

/*------image grid start ------*/
.image-grid-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.grid-img {
    width: 100%;
    position: relative;
    overflow: hidden !important;
    height: 50vh;
}

.grid-img:first-of-type h1{
    font-size: 31px !important;
}

.grid-img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover !important;
    z-index: -1;
    height: 100%;
}

.grid-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.2);
    padding: 50px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    display: flex;
}

.grid-text h1, .grid-text p, .grid-text a{
    color: white !important;
}

.grid-text h1 {
    padding-bottom: 10px !important;
    font-size: 25px !important;
    font-family: "Rubik", sans-serif !important;
    text-transform: none;
}

.grid-text p {
    font-size: 14px !important;
    padding-bottom: 25px;
    
}

.btn-border{
    font-size: 14px !important;
    text-align: center;
    width: fit-content;
    right: 0;
    border: 1px solid white;
    border-radius: 3px;
    padding: 4px 14px;
    color: white !important;
}

.grid-text a:hover{
    background-color: white;
    color: #555 !important;
}


.grid-img:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 2;
    background: #81b29a;
}

.grid-img:nth-of-type(2) {
    grid-area: 2 / 1 / 3 / 2;
    background: #3d405b;
}

.grid-img:nth-of-type(3) {
    grid-area: 3 / 1 / 4 / 2;
    background: #f4f1de;
}

.grid-img:nth-of-type(4) {
    grid-area: 4 / 1 / 5 / 2;
    background: #e07a5f;
}


@media only screen and (min-width: 400px) {
    .image-grid-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px !important;
        grid-row-gap: 0px !important;
        overflow: hidden;
        max-height: 700px;
    }

    .grid-img {
        height: auto;
    }

    .grid-img:nth-of-type(1) {
        grid-area: 1 / 1 / 2 / 3;
    }

    .grid-img:nth-of-type(2){
        grid-area: 2 / 1 / 3 / 2;
    }

    .grid-img:nth-of-type(3) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .grid-img:nth-of-type(4) {
        grid-area: 3 / 1 / 4 / 3;
    }
}


@media only screen and (min-width: 800px) {

    .image-grid-block {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px !important;
        grid-row-gap: 0px !important;
        max-height: 500px !important;
        min-height: 400px !important;
    }

    .toggle-link {
        display: none;
    }
    
    .grid-img:nth-of-type(1) {
        grid-area: 1 / 1 / 3 / 3;
    }

    .grid-img:nth-of-type(2) {
        grid-area: 1 / 3 / 2 / 4;
    }

    .grid-img:nth-of-type(3) {
        grid-area: 1 / 4 / 2 / 5;
    }

    .grid-img:nth-of-type(4) {
        grid-area: 2 / 3 / 3 / 5;
    }
}

/*------image grid end ------*/
/*------breadcrumbs catalog start ------*/

.breadcrumb-content{
    padding: 10px 0px !important;
    background-color: transparent !important;
    color: #555;
}


.breadcrumb-content .breadcrumb{
    justify-content: flex-start !important;
}

.breadcrumb-item p, .breadcrumb-item a{
    color: #252525;

}

.breadcrumb-content .breadcrumb-item.active p,
.breadcrumb-content .breadcrumb-item.active a{
    display: inline-block;
    background-color: white;
    border-radius: 3px;
    padding: 12px 17px;
    font-weight: normal !important;
    font-weight: 400;
    line-height: 1;
}


/*------breadcrumbs catalog end ------*/
/*------catalog start ------*/

.shop-main-wrapper .paginatoin-area{
    padding: 0 !important;
}

.top-bar-left .product-view-mode a i {
    font-size: 22px !important;
}

.sidebar-single li{
    padding: 5px 0px !important;
}

.facetTerm-link.active{
    border-radius: 3px;
    display:inline-block;
}

#catalog-items {
    padding: 15px !important;
}

.shop-product-wrap.grid-view .product-item {
    transition: all .5s;
    border-radius: 3px;
    border: 1px solid transparent;
}

.shop-product-wrap.grid-view .product-item:hover {
    border: 1px solid #f0f0f0;
}

#catalog-items .product-content .product-name{
    height: 3.5em;
    font-size: 16px !important;
    margin-top: 0 !important;
}

.product-content .product-item-action
.product-content-list .product-item-action{
    top: 100%;
}

.product-content .product-item-action span,
.product-content-list .product-item-action span{
    transition: background-color .5s;
    border-radius: 3px !important;
}

.product-content .product-item-action:hover > span,
.product-content-list .product-item-action:hover > span{
    color: white !important;
    background-color: #4c577a !important;
}

.price-box-overview{
    margin-top: 0 !important;
}

.shop-product-wrap.list-view .product-list-item {
    display: block !important;
}

@media only screen and (min-width: 576px) {
    .shop-product-wrap.list-view .product-list-item > a {
        display: flex;
    }
}

.product-content-list .product-name{
    font-size: 16px !important;
    padding-top: 9px !important;
}

.product-list-item .product-content-list{
    display: flex;
    flex-direction: column;
}

/*------catalog end ------*/
/*------landingpage start ------*/
.team-member .team-thumb{
    border-radius: 3px;
}

.team-social span.btn{
    transition: background-color .5s;
    border-radius: 3px !important;
}

.team-social:hover > span.btn{
    color: white !important;
    background-color: #4c577a !important;
}
/*------landingpage end ------*/

/*------_variant start ------*/
.flag{
    font-family: 'Rubik', sans-serif !important;
    font-size: 14px !important;
    border-radius: 3px;
    text-transform: uppercase !important;
}

#VariantAddToCart, #VariantAddToWishlist, #ProductAddToCart, #ProductAddToWishlist, #ProductLogin, .login-btn, .addToCartLogin {
    border-radius: 3px !important;
    font-family: 'Rubik', sans-serif !important;
    font-size: 14px !important;
    transition: all .5s !important;
    border: none !important;
    line-height: 1.5 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#VariantAddToCart i, #VariantAddToWishlist i, #ProductAddToCart i, #ProductAddToWishlist i, #ProductLogin i, .login-btn i{
    font-size: 20px !important;
}

    #VariantAddToCart:hover, #VariantAddToWishlist:hover, #ProductAddToCart:hover, #ProductAddToWishlist:hover, #ProductLogin:hover, .login-btn:hover, .addToCartLogin:hover {
        color: white !important;
        background-color: #4c577a !important;
        border: none !important;
    }

/*------_variant end ------*/


a.login-btn{
    width: fit-content;
}

.category-toggle-wrap nav.category-menu > ul > li .category-mega-menu > li > a{
    display: flex !important;
    height: 3.5em;
    align-items: center;
}
/*
    STOP BO CHANGES
*/

#passwordSection {
    overflow:hidden;
    transition-property:max-height;
    transition-duration:0.5s;
}

#passwordError p, #createAccountError p {
    padding: 10px 0;
}

.mobile-header {
    background: #d7e0f4;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .mobile-main-header {
        border-bottom: 1px solid #eaf0ff !important;
    }
}

.off-canvas-wrapper .off-canvas-inner-content {
    background: white !important;
    color: #3d4a72;
}
.btn-close-off-canvas {
    background: #3d4a72 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu li > a:not(.promotionsFamily), .mobile-settings .nav .mobile-top-dropdown .dropdown-toggle, .off-canvas-contact-widget li, .off-canvas-contact-widget li a {
    color: #3d4a72 !important;
}

/* --- START NICE ALERT STYLING --- */
#ui_notifIt {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    z-index: 2000;
}

    #ui_notifIt:hover {
        opacity: 1 !important;
    }

    #ui_notifIt p {
        text-align: center;
        font-family: sans-serif;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

#notifIt_close {
    position: absolute;
    color: #FFF;
    top: 0;
    padding: 0px 5px;
    right: 0;
}

    #notifIt_close:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }

/* Color setup */
/* You are free to change all of this */
#ui_notifIt.success {
    background-color: yellowgreen;
    color: white;
}

#ui_notifIt.error {
    background-color: orangered;
    color: white;
}

#ui_notifIt.warning {
    background-color: orange;
    color: white;
}

#ui_notifIt.info {
    background-color: deepskyblue;
    color: white;
}

#ui_notifIt.default {
    background-color: #EEE;
    color: #444;
}

/* notifit confirm */
.notifit_confirm_bg,
.notifit_prompt_bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.notifit_confirm *,
.notifit_prompt * {
    font-family: sans-serif;
}

.notifit_confirm,
.notifit_prompt {
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 30px 0px 30px;
    background-color: #EEE;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.notifit_confirm_accept,
.notifit_confirm_cancel,
.notifit_prompt_accept,
.notifit_prompt_cancel {
    padding: 10px 20px;
    color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #444;
    margin: 10px;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
}

    .notifit_prompt_accept:hover,
    .notifit_prompt_cancel:hover {
        background-color: #666;
    }

.notifit_confirm_accept {
    background-color: #9ACD32;
}

    .notifit_confirm_accept:hover {
        background-color: #ABDE43;
    }

.notifit_confirm_cancel {
    background-color: #FF4500;
}

    .notifit_confirm_cancel:hover {
        background-color: #FF5611;
    }

.notifit_confirm_message {
    text-align: center;
    margin-bottom: 20px;
}

.notifit_prompt_message {
    color: #444;
    margin-top: 0;
    text-align: center;
}

.notifit_prompt_input {
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #AAA;
    color: #444;
    border-radius: 5px;
}

.notifit_prompt {
    text-align: center;
}

#ui_notifIt {
    top:100px !important;
}

.notifItCross {
    color: black;
    font-weight: bold;
    position: absolute;
    right: 25px;
}

.accountCreationMessage {
    margin-top: 15px;
    margin-bottom: 0;
}

.raw-content table tr td {
    padding: 5px 10px;
    border: 1px solid #adadad;
}

#cookiefirst-policy-page table tr td, #cookiefirst-policy-page table tr th[scope=row] {
    border: none;
}

/* --- END NICE ALERT STYLING --- */

.team-member .team-content h3 {
    text-transform:initial !important;
}


.footer-bg {
    background-color: #0c2340;
    color: #ffffff;
}

.body-bg {
    padding-bottom: 30px;
}

.scroll-top i {
    color: #5f71a8 !important;
}

.slick-arrow-style button.slick-arrow:hover {
    color: #5f71a8 !important;
}

label.main-logo-text {
    cursor: pointer;
}

.pr-10 {
    padding-right: 10px;
}

.deals-thumb {
    max-width: 100% !important;
}

.deals-content {
    max-width: 100% !important;
    text-align: center;
    padding-left: 0px !important;
}

.flag {
    background-color: #ff6501;
    margin-left: auto;
    margin-right: auto;
    max-width: 90px;
}

.btn-cart, .btn-cart:hover,
.homepage-btn, .homepage-btn:hover {
    color: #fff !important;
    background-color: #4c577a !important;
    border-radius: 5px !important;
    border-color: #4c577a !important;
}

.btn-cart i, .homepage-btn i{
    font-size: 14px;
    padding-right: 5px
}

.fa.fa-search {
    font-size: 17px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-widget-inner {
    padding: 30px 0px !important;
    border-top: 1px solid #eaf0ff !important;
}

.raw-content .deals-wrapper .deals-item-wrapper p {
    padding-left: 55px;
    padding-right: 55px;
}

.deals-wrapper .slick-arrow-style button.slick-arrow.slick-prev,
.deals-wrapper .slick-arrow-style button.slick-arrow.slick-next {
    opacity: unset;
    color: #4c577a !important;
    visibility: visible;
}

fa fa-arrow-left, fa fa-arrow-right {
    visibility: visible;
}

.product-review-info .nav.review-tab li a {
    border-bottom: none !important;
    background-color: #4c577a !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 15px !important;
}

.product-review-info .nav.review-tab li.active a {
    color: #4c577a !important;
    border-bottom: none !important;
    background-color: white !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 15px !important;
}

.fgs-content {
    padding: 30px 45px 30px 45px !important;
}

blockquote {
    border-left: 5px solid #4c577a !important;
}

.sign-up-form .btn__bg {
    border-color: #4c577a !important;
    background-color: #4c577a !important;
    color: #fff !important;
    margin-top: 25px;
    border-radius: 5px;
}

.login-form .btn__bg {
    border-color: #4c577a !important;
    background-color: #4c577a !important;
    color: #ffffff !important;
}

.login-form .forgot-password {
    color: #0c2340 !important;
}

.btn-cart, .btn-cart:hover, .homepage-btn, .homepage-btn:hover {
    color: #fff !important;
    background-color: #4c577a !important;
    border-radius: 5px !important;
    border-color: #4c577a !important;
    margin-left: auto;
    margin-right: auto;
}

.cart-table .table thead {
    background-color: #4c577a !important;
}

.textUnderWishlist .btn__bg, .textUnderWishlist .btn__bg:hover {
    color: #fff !important;
    background-color: #4c577a !important;
    border-radius: 5px !important;
    border-color: #4c577a !important;
}

.btn.btn__bg.login-btn {
    color: #fff !important;
    background-color: #4c577a !important;
    border-radius: 5px !important;
    border-color: #4c577a !important;
}

.single-input-item label {
    text-transform: initial !important;
}


/* Everything around dialogs & multitude START */

.packageQty {
    color: #555;
}

.respectPackageQty {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--main-color);
}

/* UI DIALOG / JQUERY DIALOG STYLING */
.ui-dialog {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background: white;
    border-radius: var(--small-border-radius);
}

.ui-dialog-buttonpane {
    padding-bottom: 15px;
}

.ui-dialog-buttonset {
    text-align: center;
}

    .ui-dialog-buttonset button {
        display: block;
        margin: 0 auto;
        padding: 8px 20px 5px;
        background: #8295c1;
        color: white;
        font-weight: 600;
        transition: all .2s ease-in-out;
    }

        .ui-dialog-buttonset button:hover {
            background: #4c577a;
        }


.ui-dialog-content {
    padding: 15px;
}

    .ui-dialog-content input {
        border: 1px solid #cfcfcf;
        padding: 10px 15px;
        width: 100%;
    }

.ui-dialog-titlebar {
    background: #4c577a;
    font-weight: bold;
    color: white;
    padding: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ui-dialog-titlebar-close {
    width: 15px;
    height: 15px;
    float: right;
    color: white;
}

    .ui-dialog-titlebar-close:after {
        content: "\00d7"
    }

.dialog-product-name {
    color: var(--main-color);
    font-weight: 500;
}
/* Everything around dialogs & multitude END */

.mini-cart-continue {
    color: white !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-30 {
    padding-bottom:30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.mb-20 {
    margin-bottom:20px;
}

.mt-30 {
    margin-top: 30px;
}

.pro-review span, .respectPackageQty {
    color: #4c577a;
}

.show-mobile .product-image,
.show-mobile .product-number,
.show-mobile .product-discount {
    margin: 5px;
}

.show-mobile .product-wishlist {
    margin-left: 10px;
}

#cookiefirst-policy-page th, #cookiefirst-policy-page td, #cookiefirst-cookies-table th, #cookiefirst-cookies-table td {
    border: 1px solid #adadad;
}

/* General container setup */
.block-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* Adjust this for the margin between blocks */
    justify-content: center;
}

.block {
    position: relative;
    width: calc(25% - 30px); /* 4 blocks per row minus the gap */
    height: 450px; /* Adjust based on your design */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.overlay {
    position: absolute;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    padding: 20px;
    left: 10%;
    right: 10%;
    bottom: 20%;
    min-height: 122px;
    border-radius:3px;
}

    .overlay h2, .overlay button {
        margin: 0;
        color:white;
    }

    .overlay button {
        margin-top: 10px;
        background-color: #ffffff;
        color: black;
        border: none;
        padding: 5px 10px;
        cursor: pointer;
    }

/* Responsive: iPad (991px width and below) */
@media (max-width: 1300px) {
    .block {
        height:350px !important;
    }
}

/* Responsive: iPad (991px width and below) */
@media (max-width: 991px) {
    .block {
        width: calc(50% - 10px); /* 2 blocks per row */
    }
}

/* Responsive: Mobile (767px width and below) */
@media (max-width: 767px) {
    .block {
        width: 100%; /* 1 block per row */
    }
}

.yourReferenceAsterix {
    color:red;
}

.forgotPasswordBlock {
    margin-top: 40px;
    margin-bottom: calc(100% - 1169px);
}

.price-on-demand {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #5f71a8;
    background: #d7e0f4;
    padding: 5px 10px;
    border-radius: 5px;
}

.document-additem {
    padding: 3px 10px;
    border-radius: 5px;
    background: #5f71a8;
    display: inline-block;
}

#cookiefirst-policy-page th, #cookiefirst-policy-page td, #cookiefirst-cookies-table th, #cookiefirst-cookies-table td {
    border: 1px solid #cfcfcf !important;
}

.category-toggle-wrap nav.category-menu > ul > li .category-mega-menu > li > ul li a {
    line-height: 23px !important;
    padding-bottom:0 !important;
}

@media screen and (min-width:1550px) {
    .category-toggle-wrap nav.category-menu > ul > li .category-mega-menu {
        width:1100px !important;
    }
}

@media screen and (min-width:1350px) and (max-width:1549px) {
    .category-toggle-wrap nav.category-menu > ul > li .category-mega-menu {
        width: 950px !important;
    }
}

.promotionsFamily {
    background: #c24e42;
    color:white !important;
    font-weight:600 !important;
}

.main-menu ul li:hover a.promotionsFamily {
    color: white !important;
}

.mobile-menu .promotionsFamily {
    padding: 5px 10px;
    border-radius: 4px;
}

.mobile-menu-logo {
    margin-bottom:20px;
}

.staelens-line-no {
    white-space: nowrap;
}

.basket-right-side {
    display: flex;
    align-items: center;
    gap: 5px;
}
