#bodywrapper {
  padding: 0;
}
#whUpperMenu {
    display: flex !important;
  }
#whMenuItems > li, .navbar-header {
    float: left;
  }
.row {
    margin: 0;
}
.row > * {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.klaviyo_form_trigger {
    color: #000;
    font-size: 18px;
    cursor: pointer;
  }
  .klaviyo_form_trigger:hover {
    color: #645c70;
    text-decoration: underline;
  }
.btn {
    padding: 6px 12px;
  }
table {
  margin-bottom: 2rem !important;
}
.loginmenuwrap {
    margin: 0;
    padding: 0;
  }
.loginmenu-logout {
    display: none;
  }
.content-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .content-container > * {
    flex-basis: 0;
    flex-grow: 1;
  }
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
.override-list-style {
    z-index: 1000;
  }
.dropdown-menu > li > a {
    padding: 3px 20px;
    display: block;
    white-space: nowrap;
  }
.wl_btnaddtowishlist:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
#ctl00_divHeader {
    padding: 0 !important;
  }
.pagination .active {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
  }
  .pagination .page-link {
    color: #000;
    border-color: #000;
  }
.pagination .page-link:not(:first-child) {
    border-left: none;
  }
/* B415: compatibility */
.navbar {
    border: 1px solid #e7e7e7;
  }
.form-group {
  margin-bottom: 15px;
}
.form-control {
  height: 34px;
    font-size: 14px;
    color: #555;
}
textarea.form-control {
  height: auto;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-toggle::after {
  display: none;
}
/* for email friend popup in wishlist */
.modal-body .form-details {
 flex-flow: column nowrap;
}
.loginbody.form-details, .email_form.form-details {
  margin-bottom:0;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.giftcard-header, .giftcard-form-container, .giftcard-review-container, .giftcard-terms-agreetext {
  width: 100%!important;
}
.one-page-chekout .shippingcomments > .sectionbar {
  background: none!important;
}
/* navbar */
.navbar-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-header > ul {
    display: flex;
  }
  a.navbar-toggle {
    position: relative;
  }
  .checkoutbody .addresses {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: flex;
  }
  .navbar-nav {
    flex-direction: row;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .maincentre.threecolumns + .mainright {
    padding-left: 0;
  }
  /* modal default width */
  .modal-dialog {
    --bs-modal-width: 600px;
  }
}
/* visible & hidden begins */
.hidden {
  display: none !important;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none!important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }	
  .hidden-xs {
    display: none !important;
  }	
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .hidden-sm {
    display: none !important;
  }	
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }	
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }	
}
/* B415: ends compatibility */
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) no-repeat right 50%;
    padding-right: 18px !important; }

a {
    color: #19171C;
    text-decoration: none; }
a:hover, a:focus {
    text-decoration: underline;
    color: #645c70; }
html {
  font-size: 10px;
  overflow-x: hidden;
}
body {
    font-family: "Open Sans", sans-serif;
  font-size: 14px;
 }

.content-toggle {
    display: none; }

.row-space-top {
    margin-top: 24px; }

.row-space-bottom {
    margin-bottom: 24px; }

.btn-default, #slidingcart_footer a, .wl_btnupdatedetails, .wl_btnaddalltocart, .wl_btnemailafriend, .btn.major, .coupon_button, .dc-headerwrite a {
    border: solid 1px #19171C;
    border-radius: 0; }

select {
    border-radius: 0 !important;
    font-weight: 300 !important;
    height: 30px !important;
    padding: 4px 6px !important;
    background-color: #fff !important; }

input {
    border-radius: 0 !important; }

input[type="radio"] {
    margin-right: 5px; }

table.striped tr:nth-child(even) {
    background-color: #F5F5F5; }
table.striped tr:nth-child(odd) {
    background-color: #fff; }

.btn-arrow:after {
    font-family: "Glyphicons Halflings";
    content: '\e258';
    padding-left: 7px;
    position: relative;
    font-size: 60%; }

.feature-heading, .sectionheader {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-size: 31px;
    color: #19171C;
    display: table;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 36px 24px;
    width: 97% !important; }
.feature-heading:before, .sectionheader:before, .feature-heading:after, .sectionheader:after {
    border-top: 1px solid #ccc;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%; }
.feature-heading:before, .sectionheader:before {
    right: 1.5%; }
.feature-heading:after, .sectionheader:after {
    left: 1.5%; }

/*************************       Gift card page      *************************/
body.EPGIFTCARD .maincontent {
    background-attachment: fixed;
    background-size: cover;
    background-position:center center;
}/* B415: maincontent - navbar-header.header-logo */
.form-details > div, .orderdetail .paymentoption > div, .orderdetail .paymentmethoddetails > div > div {
  flex-grow: 1;
  position: relative;
  width: 100%;
}
.navbar-static-top {
  border-width: 0 0 1px;
}
.navbar-header.header-logo {
  width:100%;
}
/* B415: ends maincontent - navbar-header.header-logo */


body.EPGIFTCARD .maincontent #ctl00_tdCentre .content.centrecontent {
     background: no-repeat center url('/user/files/giftcard-landing-background.png');
     background-size: cover;
}

body.EPGIFTCARDSELECTION .maincontent #ctl00_tdCentre .content.centrecontent .error {
    color: red;
    background-color: transparent;
}

.giftcard {
    position: relative;
}
.giftcard-landing {
    padding: 0;
    font-family: "alternate-gothic-no-3-d", sans-serif;
}
.giftcard-landing .giftcard-type {
    padding-left: 0;
    padding-right: 0;
    margin-bottom:50px;
}
.giftcard-landing .giftcard-type > a {
    display: block;
    position: relative;
    max-width: 360px;
    max-height: 480px;
    margin: 4%;
    text-align: center;
    width:90%;
    color:#fff;
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, 0.6);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    background-clip: content-box;
}
.giftcard-landing .giftcard-single > a {
    margin: auto !important;
    float: none !important;
}
.giftcard-landing .giftcard-type > a:focus, .giftcard-landing .giftcard-type > a:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.giftcard-type a {
    border: 2px solid rgba(0, 0, 0, 0.6) !important;
}
.giftcard-type a:hover {
    border: 2px solid rgba(0, 0, 0, 0.9) !important;
}
.giftcard-landing .giftcard-type-left > a {
    float:right;
}
.giftcard-landing .giftcard-type > a > span.top {
    display: block;
    font-size: 4rem;
    margin-top: 20px;
}
.giftcard-landing .giftcard-type > a > span.middle {
    display: block;
    font-size: 5rem;
    margin-top: 20px;
    line-height: 50px;
    text-transform: uppercase;
}
.giftcard-landing .giftcard-type > a > span.middle:hover {
    text-decoration: none !important;
}
.giftcard-landing .giftcard-type > a > span.bottom {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 2% 5%;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    text-transform: uppercase;
    background-color: white;
    color: black;
}
.giftcard-landing .giftcard-type > a:hover > span.bottom {
    background-color: white;
    color: black;
}
.giftcard-landing .giftcard-balance {
    height: 100px;
    background-color: #B22222;
    margin: 0;
    padding: 0;
/* B415: giftcard-balance */
  margin: 0;
}
.giftcard-landing .giftcard-balance .giftcard-balance-title {
    color: white;
    font-size: 5rem;
    display: inline-block;
    margin: 0;
    line-height: 100px;
}
.giftcard-landing .giftcard-balance .btn-balance {
    margin-bottom: 32px;
    margin-left: 20px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    vertical-align: bottom;
    background: white;
    border: none;
    border-radius: 0;
    font-weight: normal;
    font-size: 1.4em;
}
.giftcard-landing .giftcard-balance .btn-balance:hover {
    color: black;
}
@media (max-width: 1199px) {
    .giftcard-landing .giftcard-balance .giftcard-balance-title {
        font-size: 3rem;
    }
}
@media (max-width: 991px) {
    .giftcard-landing .giftcard-balance .giftcard-balance-title {
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .giftcard-landing .giftcard-balance .giftcard-balance-title {
        font-size: 2rem;
        line-height: 50px;
    }
    .giftcard-landing .giftcard-balance .btn-balance {
        margin: auto;
        display: block;
    }
}

/*************************  Gift card balance popup  *************************/
.giftcard-balance {
    display: block;
    text-align: center;
    color: #555;
    text-decoration: none !important;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    margin: 2% 6% 0;
    padding:15px 0;
    text-transform:uppercase;
}
.giftcard-balance > h3 {
    color: #000;
    margin:0 0 15px;
}
.giftcard-balance > button {
  font-size: 1.25rem;
    color: inherit;
    border: 2px solid #fbad18;
    border-radius: 4px;
    display: inline-block;
    padding: 1% 5%;
    font-weight: 600;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.6);
}
.giftcard-balance > button:hover {
    background-color: #fbad18;
    color: #fff;
}
#popupContent.giftcard-balance-popup {
    padding: 15px;
    min-height: 200px;
}
#giftcardBalance {
    color: #555;
}
/* B415: popupWindow .modal-header */
/*
.popupWindow .modal-header {
    padding: 15px 15px 0;
    border-bottom: none;
}
*/
/* B415: popupWindow .modal-title */
/*
.popupWindow .modal-title {
    color: #555;
    padding: 0 0 10px;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #555;
}
*/
#giftcardBalance p {
    padding:15px 0 0;
}
#giftcardBalance .col-xs-7, #giftcardBalance .col-xs-4 {
    padding-left:0;
    padding-right:0;
}
#giftcardBalance .form-control {
    padding: 7px;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 1.25rem;
}
#giftcardBalance .inputvalidator, #giftcardBalance .inputvalidator + .button_box {
    padding:0;
    margin-top:10px;
}

#giftcardBalance .button_box {
    margin:30px 0 0;
    width:100%;
}
#giftcardBalance .button_box > button {
    background-color: #42b522;
    color: #fff;
    width:100%;
    border: 2px solid #42b522;
    border-radius: 4px;
    display: inline-block;
    font-size: 1.25rem;
    padding: 5%;
    font-weight: 600;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    text-transform: uppercase;
}
/*************************  Gift card selection page *************************/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
.btn-reverse {
    background-color: #fff;
    border: 2px solid #fbad18;
    border-radius: 4px;
    display: inline-block;
    font-size: 1.4rem;
    padding: 2% 5%;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.btn-reverse:hover {
    background-color: #fbad18;
    color: #fff;
}
#giftCardSelection {
    position: relative;
    max-width: 1199px;
    margin: 0 auto;
}
#giftCardSelection .inline-container > *, #giftCardSelection .form-control {
    font-size: 1.4rem;
}
#giftCardSelection .giftcard-images {
    display: none;
}
#giftCardSelection .giftcard-header {
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
}
#giftCardImageWrapper, #giftCardReviewWrapper {
    position: relative;
    margin-bottom: 30px;
}
#giftCardImageWrapper .giftcard-image-container {
    overflow: hidden;
}
#giftCardImageWrapper .giftcard-image {
    position: relative;
    float: left;
    margin-bottom:10px;
}
#giftCardImageWrapper .giftcard-image-container div:nth-child(odd) {
    padding-left:0;
    padding-right:5px;
}
#giftCardImageWrapper .giftcard-image-container div:nth-child(even) {
    padding-left:5px;
    padding-right:0;
}
#giftCardImageWrapper .giftcard-image-container a.giftcard-image-button {
    display:block;
    width:100%;
    height:100%;
}
#giftCardImageWrapper .giftcard-image-container a.giftcard-image-button.selected:after {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:5px;
    border: 6px solid #006FB1;
}
#giftCardImageWrapper .giftcard-image-container div:nth-child(even) a.giftcard-image-button.selected:after {
    left:5px;
    right:0;
}
#giftCardSelection .giftcard-fields {
    width: 100%;
}
#giftCardFormWrapper .giftcard-form-container {
    position: relative;
    overflow: hidden;
    padding: 0 0 15px 0;
    background-color: #fff;
    margin: 0 auto;
    zoom: 1;
}
#giftCardFormWrapper > div > div, #giftCardReviewWrapper > div > div {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
}
#giftCardFormWrapper .formsectiontext {
    width: auto;
    min-height:0;
    padding-top:0;
    display: inline-block;
}
#giftCardFormWrapper .sign {
    padding-top: 3px;
    min-height:0;
    display: inline-block;
}
#giftCardFormWrapper .formsectionvalue {
    width: 100%;
}
#giftCardAmounts .giftcard-amount {
    width: 33.33333367%;
    line-height: 34px;
    background-color: #fff;
    text-align: center;
    color: #777;
    display: block;
    float: left;
    cursor: pointer;
    border: 1px solid #ddd;
}
#giftCardAmounts .giftcard-amount.selected {
    border: 1px solid #fbad18;
    background-color: #fbad18;
    color: #fff;
}
#giftCardAmounts .giftcard-amount:not(:nth-child(3n)) {
    border-right: 1px solid transparent;
}
#giftCardAmounts .giftcard-amount:nth-child(n+4) {
    border-top: 1px solid transparent;
}
#giftCardFormWrapper .giftcard-amount-sign {
    float: left;
    position: relative;
    top: 7px;
}
#giftCardFormWrapper .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#txtGiftCardCustomAmount {
    width: 60px;
    text-align: right;
    padding: 5px;
    border: 1px solid #ddd;
    display: inline-block;
}
#giftCardFormWrapper .info-block {
    font-size: 9px !important;
    text-transform: none;
    display: block;
    margin: 3px 0 0 35px;
}
#giftCardReviewWrapper .giftcard-review-text {
    margin-bottom: 15px;
}
#giftCardReviewWrapper .giftcard-review-preview {
    width:50%;
}
#giftCardReviewWrapper .giftcard-review-preview > button {
    width:100%;
}
#giftCardReviewWrapper .checkbox {
    margin: 0;
}
#giftCardReviewWrapper .checkbox a {
    text-decoration: underline;
}
#giftCardReviewWrapper .giftcard-terms-agreetext {
    padding-left: 30px;
    font-size: 1.2rem;
}
#giftCardReviewWrapper .checkbox input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    vertical-align: middle;
    padding:0;
    margin: 0 8px 0 -30px;
    border: 1px solid #000;
    background: -webkit-linear-gradient(#FFF, #FFF);
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
/* B415: giftCardReviewWrapper .checkbox input[type="checkbox"] */
  position: relative;
}
#giftCardReviewWrapper .checkbox input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 17px;
/* B415: giftCardReviewWrapper .checkbox input[type="checkbox"]:checked:after */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
}
#giftCardReviewWrapper input.btn {
    font-size: 1.4rem;
    width: 100%;
}
#giftCardReviewWrapper .site-slidedown-message { 
  display: none; 
  z-index: 99999; 
  font-size: 1.2rem; 
  position: absolute; 
  top: 4px; 
  left: 17px; 
  right: 17px; 
  color: rgb(75, 75, 75); 
  background-color: rgb(253, 247, 223); 
  border: 1px solid rgb(227, 197, 85); 
  font-weight: bold; 
  padding: 12px; 
} 
.site-slidedown-message .close { 
  font-size: 18px; 
} 
.inputvalidator {
    float: left;
    position: relative;
    margin-bottom: 0;
  overflow: auto;
}
#popupContent.giftcard-preview .modal-dialog {
    width: 642px !important;
}
@media (min-width: 768px) {
    .giftcard_content.coupon_content {
        display: inline-flex;
    }
}
.giftcard_content .input_box, .loyalty_content .input_box {
    display: inline-flex;
    justify-content: space-between;
    width: auto;
  width: calc(100% - 91px);
}
#giftcardBalance .giftcard_content .input_box, .loyalty_content .input_box {
  width: 100%;
}
.giftcard_content .input_box .giftcardnumber_input {
    width:76%;
    text-transform:uppercase;
}
.giftcard_content .input_box .giftcardpin_input {
    width:23%;
    text-transform:uppercase;
}
.giftcard_content .button_box, .loyalty_content .button_box {
    display: inline-block;
    width: 85px;
    margin-bottom: 0;
}
.coupon_checkout, .giftcard_checkout {
    height:auto !important;
    line-height:normal !important;
    padding-left: 10px;
  padding-right: 10px;
}
.giftcard_checkout {
    background-color:#F7F6F3;
    color:#5A5A5A;
    border: 1px solid #ddd;
    position:relative;
}
.giftcard_checkout .giftcard_prompt {
    width: 100%;
    padding-top:10px;
}
.giftcard_checkout .giftcard_content {
    position: relative;
    width: 100%;
}
.coupon_checkout .coupon_content, .giftcard_checkout .giftcard_content, .loyalty_checkout .loyalty_content {
    padding: 10px 0;
}
.coupon_checkout .notice, .giftcard_checkout .notice, .loyalty_checkout .notice {
    margin-top:0;
    padding-top:0;
}
.coupon_shoppingcart .notice {
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: initial;
}

@media (max-width: 992px) {
    .feature-heading, .sectionheader {
        display: block;
        white-space: normal; } }

.font-p-heading, .btn-default, #slidingcart_footer a, .wl_btnupdatedetails, .wl_btnaddalltocart, .wl_btnemailafriend, .btn.major, .coupon_button, .dc-headerwrite a, input.addtocart, .ajax__tab_header > span, .saheader, .styleresultbar span.text, .sectionbar, .shoppingcartbox .sectionbar, .wishlistbox .sectionbar, .registerbody .sectionbar, .loginheadercell, .becomemembertitle {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-size: 18px;
    text-transform: uppercase; }

.font-p-italic, .message, .ratinglinks, .checkoutheader .headerstep {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 300;
    text-transform: none; }

.font-p-base, select, .sameasbilling {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none; }

h1, h2, .pr-headertitle, h3, h4 {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase; }
h1 {
  font-size: 3.6rem;
  }
  h2 {
    font-size: 3.1rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

#whHeader {
    height: 150px;
    position: relative; }
@media (max-width: 992px) {
    #whHeader {
        height: 250px; } }
@media (max-width: 1199px) {
    #whHeader {
        height: 200px; } }
@media (max-width: 480px) {
    #whHeader {
        height: 160px; } }

.home-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px 12px; }
@media (max-width: 1199px) {
    .home-logo {
        top: 0;
        bottom: inherit; } }

.currencyselector {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    color: #000;
    z-index: 1002; }
.currencyselector #multiCurrencies {
    width: 130px; }

.currencyselector a {
    position: relative;
    top: 0;
    display: block;
    padding: 12px 10px;
    white-space: nowrap; }

.currencyselector img {
    position: relative;
    top: 0;
    margin-right: 4px;
    display: inline; }

.currencyselector ul {
    position: relative;
    z-index: 1002;
    background-color: #fff;
    list-style: none; }

.currencyselector li {
    float: right;
    position: relative; }

.currencyselector span {
    display: block;
    padding: 5px;
    white-space: nowrap;
    cursor: pointer; }

.currencyselector li ul {
    position: absolute;
    left: auto;
    right: 0;
    top: 33px;
    float: right;
    padding: 0;
    border: 1px solid #CCCCCC; }

.currencyselector ul.collapse.in {
    left: auto;
    right: 0;
    top: 33px; }

.currencyselector li li {
    display: block;
    float: none;
    text-align: left;
    background-color: #fff;
    line-height: 0;
    margin-right: 0;
    color: #000000; }

.header-icons {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0; }
.header-icons > li {
    padding: 0 5px;
  }
@media (max-width: 480px) {
    .header-icons > li {
        font-size: 4.2vw; } }
.header-icons > li.first, .header-icons > li.first + li, .header-icons > #trg_slidingcart {
    line-height: 60px;
    border-right: 1px solid #ccc;
    padding: 0 15px; }
@media (max-width: 480px) {
    .header-icons > li.first, .header-icons > li.first + li, .header-icons > #trg_slidingcart {
        line-height: 40px;
        padding: 0 10px; } }
.header-icons > li.first span, .header-icons > li.first + li span, .header-icons > #trg_slidingcart span {
    padding-right: 5px; }
.header-icons > li.first:before, .header-icons > li.first + li:before, .header-icons > #trg_slidingcart:before {
    padding: 0 10px 0 0;
 }
@media (max-width: 480px) {
    .header-icons > li.first:before, .header-icons > li.first + li:before, .header-icons > #trg_slidingcart:before {
        padding: 0 5px 0 0; } }
.header-icons > li.first .login-username {
    display: none; }
/*.header-icons > li.first:before {
    content: '\f007';
  }
.header-icons > li.first + li:before {
    content: "\270f"; }
.header-icons > #trg_slidingcart:before {
    content: "\e116"; }*/
@media (max-width: 584px) {
    .header-icons > #trg_slidingcart {
        border-right: none; } }

@media (max-width: 480px) {
    #whUpperMenu {
        width: 100%;
        text-align: center; } }

#slidingcart_container {
    z-index: 100;
    background: #fff;
    border: solid 1px #ccc;
    padding: 10px;
    margin-left: -10px;
    display: none;
    line-height: initial;
    min-width: 240px; }
#slidingcart_container ul {
    padding: 0; }

#slidingcart_header {
    line-height: 33px; }
#slidingcart_header .checkout_link {
    display: none; }

#slidingcart_pagination {
    margin-bottom: 10px; }
#slidingcart_pagination .prev_next a.disable {
    color: #ccc; }
#slidingcart_pagination .prev_next a.prev {
    padding-right: 10px; }

#cart_details {
    font-size: 14px; }
#cart_details .thumb {
    float: left;
    margin: 0 10px 10px 0; }

.cart_items li {
    overflow: hidden;
    display: none; }
.cart_items li.active {
    display: block; }

.customer-service .cust-contact {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px; }
.customer-service .cust-contact .phone {
    font-size: 28px;
    line-height: 18px; }
.customer-service .cust-contact .cust-label {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-transform: none;
    font-style: italic;
    display: list-item;
    padding-bottom: 4px; }
.customer-service .free-call {
    font-size: 18px;
    position: relative;
    padding-left: 40px; }
@media (max-width: 992px) {
    .customer-service .free-call {
        display: none !important; } }
.customer-service .free-call .skype {
    color: #00aaf1;
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 35px; }
.customer-service .free-call .skype:before {
    font-size: 30px;
    vertical-align: middle; }
.customer-service .live-chat {
    position: relative;
    padding-left: 40px;
    font-size: 18px; }
@media (max-width: 767px) {
    .customer-service .live-chat {
        display: none !important; } }
.customer-service .live-chat .person {
    position: absolute;
    bottom: 0;
    left: 0; }
.customer-service .live-chat .online {
    color: #00B421;
    padding-left: 5px; }
.customer-service .live-chat .online:before {
    vertical-align: middle;
    font-size: 10px; }
@media (max-width: 584px) {
    .customer-service {
        display: none !important; } }

#whNav {
    text-transform: uppercase;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-size: 18px;
    border-radius: 0;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#F5F5F5));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #fff, #F5F5F5);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #fff, #F5F5F5);
    /* IE 10 */
    background: -ms-linear-gradient(top, #fff, #F5F5F5);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #fff, #F5F5F5); }

#whNav .collapse > ul > li > a {
    padding-left: 0; }
#whNav .caret {
    margin: 0 -10px 5px 4px; }
#whMenuItems > li > a {
    padding: 25px 12px 20px !important; }
@media (min-width: 992px) {
    #whMenuItems > li > a {
        padding-left: 17px !important;
        padding-right: 17px !important; } }
@media (min-width: 768px) and (max-width: 992px) {
    #whMenuItems > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important; } }
#whMenuItems a {
    color: #19171C !important;
    font-size: 18px !important; }

#whSearch, #whMobileSearch {
    float: right; }
#whSearch input, #whMobileSearch input {
    height: 65px;
    border: none;
    width: 300px;
    background: #19171C;
    color: #fff;
    padding: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300; }
@media (max-width: 767px) {
    #whSearch input, #whMobileSearch input {
        width: 100%; } }
#whSearch img, #whMobileSearch img {
    display: none; }
#whSearch a, #whMobileSearch a {
    display: inline-block;
    margin-left: -45px;
    color: #fff;
    font-size: 25px; }
#whSearch a .search-button, #whMobileSearch a .search-button {
    vertical-align: middle; }
@media (max-width: 767px) {
    #whSearch, #whMobileSearch {
        width: 100%; } }
#whSearchCont {
position: relative;
}
#whSearchCont a {
top: 10px;
right: 10px;
position: absolute;
background-color: #19171c;
padding: 5px;
}

#whMobileSearch a {
    margin-right: 0;
    color: #19171C;
    padding: 20px !important;
    font-size: 25px;
    line-height: 1em; }
#whMobileSearch #whSearchCont a {
    color: #fff;
    position: absolute; }
#whMobileSearch ul.dropdown-menu {
    padding: 0; }

.categories-list-header {
    height: 65px !important;
    width: 100% !important;
    line-height: 65px;
    text-transform: uppercase;
    background: #19171C;
    color: #fff;
    font-size: 31px;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    padding: 3px 0 0 24px; }
@media (max-width: 992px) {
    .categories-list-header {
        font-size: 24px; } }

.categorymenu, .shopby_box {
    background: #F5F5F5;
    width: 100%;
    margin-bottom: 24px; }

.categorymenu ul {
    list-style: none; }
.categorymenu > ul {
    padding: 19px 0; }
.categorymenu > ul > li {
    padding-left: 24px;
    line-height: normal;
  }
.categorymenu > ul ul {
    padding: 0; }
.selected > .categorysubmenulevel2, .selected > .categorysubmenulevel3 {
  padding: 5px 12px;
}
.categorymenu li.selected {
    background-color: #19171C;
    margin: 5px 0;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 24px;
}
.categorymenu li.selected:first-child {
    margin-top: 0; }
.categorymenu li.selected li {
    padding-left: 15px; }
.categorymenu li.selected .selected {
    padding: 0; }
.categorymenu li.selected a {
    color: #fff; }
.categorymenu li.selected a.selected:before {
    font-family: "FontAwesome";
    content: '\f054';
    padding-right: 7px;
    position: relative;
    font-size: 60%;
  }
.categorymenu li.selected a:hover {
    color: #ccc; }

.toggle-sidebar-button {
    color: #fff;
    float: right;
    margin-right: 24px;
    display: none; }
@media (max-width: 767px) {
    .toggle-sidebar-button {
        display: block; } }

.shopby_box {
    padding: 19px 24px; }
.shopby_box a {
    vertical-align: middle; }
.shopby_box h3 {
    margin: 0; }
.shopby_box h3 a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold; }
.shopby_box ul {
    padding: 0; }
.shopby_box li {
    float: left; }
#ctl00_MainLeft_Content_1118_rptFilters_ctl00_filters li {
    width: 100% !important; }
.shopby_box input[type='checkbox'] {
    margin: 0 3px; }
.shopby_box input[type='checkbox'].enabled {
    background-color: #19171C; }

/** Product filter styles***/
.shopby_header_wrapper {
    position: relative;
    border-top: solid 1px #ccc;
    margin-top: 12px;
    clear: both; }
.shopby_header_wrapper:first-child {
    border-top: none;
    margin-top: 0; }
.shopby_header_wrapper:first-child .shopby_header {
    padding-top: 0; }
.shopby_header_wrapper:first-child .shopby_header:after {
    top: 7px; }

.shopby_header {
    cursor: pointer;
    padding-top: 12px; }
.shopby_header:after {
    font-family: 'FontAwesome';
    content: '\f067';
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 10px; }

.shopby_header_active {
    font-weight: bold; }
.shopby_header_active:after {
    content: '\f068 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \f00d'; }

.shopby_clear {
    font-style: italic;
    text-decoration: underline !important;
    margin-bottom: 6px; }

.shopby_body {
    list-style: none; }
.shopby_body li.multi input:not(.enabled), .shopby_body li.multi a:not(.enabled) {
    opacity: 0.5; }

.centrecontent, .leftcontent {
    padding: 0; }
.ECATEGORY .centrecontent > div {
  padding: 0 .75rem;
}
.ECATEGORY .centrecontent > div > img {
  width: 100% !important;
  overflow: hidden;
  object-fit: cover;
  object-position: left;
}
.productlist-container {
  padding: 0 !important;
}
.contentcont {
    padding-top: 24px; }

.featureditemsbox {
    margin-bottom: 24px; }

.productlist {
    list-style: none;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.stylesummarytext {
    margin-top: 12px; }

.stylesummaryimageholder img {
    margin: 0 auto; }

.stylesummarytext_desc {
    text-align: center; }

.promo-tile-row {
    margin-top: 24px; }
.promo-tile-row > div {
    margin-bottom: 24px; }
.promo-tile-row .img-responsive {
    width: 100%;
    max-width: none; }

#whHomeInfo {
    text-align: center;
    background-color: #F5F5F5;
}
#whHomeInfo .content-wrapper {
    width: 80%;
    margin: 48px auto; }

a.read-more {
    font-size: 18px;
    vertical-align: middle;
    margin-top: -3px; }
/*a.read-more:after {
    font-family: "Glyphicons Halflings";
    content: '\e259';
    padding-left: 7px;
    position: relative;
    font-size: 60%; }*/
/*a.read-more.open:after {
    font-family: "Glyphicons Halflings";
    content: '\e260';
    padding-left: 7px;
    position: relative;
    font-size: 60%; }*/

.whmap {
    margin-bottom: 24px; }

.quick-contact-box {
    width: 300px;
    float: right;
    margin: 0 24px 24px 24px;
    background: #F5F5F5;
    padding: 12px; }
.quick-contact-box h3 {
    margin-top: 0; }
@media (max-width: 992px) {
    .quick-contact-box {
        width: 100%;
        float: left;
        margin-left: 0; } }

.maincentre input[type="checkbox"] {
    float: left;
    margin-right: 5px; }

.footer {
    background: #19171C;
    color: #fff;
    width: 100%;
}
.footer td {
  border:none !important;
}
.footer .social-icons {
    margin-top: 12px; }
.footer .facebook {
    color: #3B589C; }
.footer .twitter {
    color: #5B8DCA; }
.footer .phone {
    font-size: 28px;
    line-height: 18px;
    font-family: "alternate-gothic-no-3-d", sans-serif; }
.footer h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 200;
    font-style: italic;
    margin-bottom: 24px;
    text-transform: none; }
.footer .footer-links {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-size: 18px;
    list-style: none;
    padding: 0;
    text-transform: uppercase; }
.footer .footer-links a {
    color: #fff; }

#footerLinks {
    margin-top: 60px; }
@media (max-width: 767px) {
    #footerLinks, #footerLinks li {
        text-align: center; }
}

#footerBottom {
    font-size: 12px;
    color: #808080;
    font-family: "Open Sans", sans-serif;
    border-top: solid 1px #808080;
    text-align: center;
    margin-top: 48px;
    padding-top: 48px; }

#whCTALinks {
    background-color: #fff; }

.footer #whCTALinks {
    border-top: solid 1px #ccc; 
}
.cta-row {
    padding: 24px 0;
    overflow: hidden; }
.cta-row .cta {
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 5px 0; }
.cta-row .cta:last-child {
    border: none; }
/*.cta-row .cta:after {
    font-family: "Glyphicons Halflings";
    content: '\e258';
    padding-left: 7px;
    position: relative;
    font-size: 60%; }*/
@media (max-width: 480px) {
    .cta-row .cta {
        display: none; } }
@media (min-width: 768px) and (max-width: 992px) {
    .cta-row .cta {
        border-right: 1px solid #ccc; }
    .cta-row .cta:nth-child(2n) {
        border-right: none; } }

.all_cate_look .categorieswrap {
    width: 33.33333333%;
    float: left;
    padding: 0 24px 24px 0; }
@media (max-width: 992px) {
    .all_cate_look .categorieswrap {
        width: 50%; } }
@media (max-width: 480px) {
    .all_cate_look .categorieswrap {
        width: 100%; } }
.all_cate_look .categorymenulevel {
    font-size: 24px; }
.all_cate_look .subcategorieswrap h3, .all_cate_look .subcategorieswrap h4 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif; }
.all_cate_look h2, .all_cate_look .pr-headertitle {
    margin-bottom: 24px; }
.all_cate_look h3, .all_cate_look h4, .all_cate_look h5, .all_cate_look h6 {
    margin: 5px; }
.all_cate_look .subcategorieswrap .subcategorieswrap {
    padding-left: 24px; }
.all_cate_look .categories-section {
    overflow: hidden;
    padding: 48px 0;
    border-bottom: solid 1px #ccc; }
.all_cate_look .categories-section:last-child {
    border: none; }

.categorymenulevel {
    list-style: none; }

.sitemappath {
    padding: 12px 0;
    border-bottom: solid 1px #ccc; }
.sitemappath a {
    font-style: italic;
    font-weight: 300; }
.sitemappath span:last-child a {
    font-weight: bold; }
.sitemappath span:nth-child(2n) {
    display: none; }
.sitemappath span:nth-child(2n-1):after {
    content: '/';
    padding: 0 5px; }
.sitemappath span:last-child:after {
    content: ''; }

input.addtocart {
    background-color: #42B522 !important;
    color: #fff;
    margin: 12px 0;
    border-radius: 0;
    padding: 6px 30px 6px 12px;
  }

.addtocartbutton_cont:after {
    font-family: "FontAwesome";
    content: '\f054';
    padding-left: 7px;
    position: relative;
    font-size: 60%;
    margin-left: -30px;
    color: #fff;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
.addtocartbutton_cont:hover:after {
  color: #000;
}

.stylesummarytext {
    margin-top: 24px; }

.quantityinput > input[type="number"] {
    width: 90%;
}
.quantityinput {
    margin-bottom:8px;
}
.stylesummarybox {
    margin: 22px 0 70px;
    position: relative;
  }

.attributesselection > div {
    width: 49%;
    float: left; }
@media (min-width: 768px) {
    .attributesselection > div:first-child {
        margin-right: 2%; }
}
@media (max-width: 767px) {
    .attributesselection > div {
        float: none;
        margin: auto;
        width: 80%;
        min-width: 110px; }

}

.div_NW {
    position: relative;
    width: 100%;
    height: 0 !important; }

.spn_NW {
    width: 100%;
    color: #fff !important;
    left: 0;
    top: -75px;
    position: absolute;
    background-image: url("../files/new_banner.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }

.div_CP {
    height: 38px !important; }

.spn_CP {
    font-size: 31px;
    display: block;
    font-weight: normal !important;
    color: inherit !important; }

.ESTYLE .spn_CP {
  font-family: "alternate-gothic-no-3-d", sans-serif;
}

.div_SA {
    height: 28px !important; 
    display:block!important;}

#tblStyleDetailMessage {
    display: none; }

.productimage_thumbnails {
    margin-top: 24px; }

.rollovermessage {
    display: none; }

.StyleColourImage {
    border: solid 2px #19171C; }

.productdescription .div_ISD {
    margin-bottom: 24px; }
.productdescription .spn_ISD {
    font-weight: normal !important; }

.stockcode span.leftlabel, .stockcode .productdetailrow span.thumbnail, .productdetailrow .stockcode span.thumbnail, .stockcode span.productdetailrow.thumbnail {
    width: auto !important;
    font-weight: 300;
    padding-right: 5px; }
.stockcode span {
    font-weight: bold; }

.productdetailrow {
    border: none;
    margin: 12px 0 0 0; }
.productdetailrow .leftlabel, .productdetailrow .thumbnail, .productdetailrow .selectionmessage, .productdetailrow .rightlabel {
    font-style: italic;
    font-weight: 300;
    margin-right: 5px; }
.productdetailrow .leftlabel, .productdetailrow .thumbnail {
    width: auto;
    font-weight: 300;
    padding-right: 5px; }
.productdetailrow ul {
    list-style: disc; }
.productdetailrow .thumbnail, .productdetailrow.thumbnail {
    padding: 0 !important;
    margin-bottom: 10px;
    border: none; }
.productdetailrow .item {
    border: solid 2px #19171C;
    height: 40px;
    min-width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    opacity: 1;
    margin-bottom: 12px; }
.productdetailrow .item.disabled {
    pointer-events: none;
    border-color:#19171c !important;
    color: inherit !important;
    background-color: #fff !important;
    opacity: .15 }
.productdetailrow .item.active, .productdetailrow .item:hover {
    opacity: 1;
    border-color: #42B522;
    background-color: #42B522;
    color: #fff;
    cursor: pointer; }
.productdetailrow .sizeset {
    display: none;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-size: 18px; }
.productdetailrow.inline-container span {
    display: inline-block;
    margin: 0; }
.productdetailrow .attributelabel {
    margin-bottom: 5px; }
.productdetailrow .inputqty {
    width: 70px; }
.productdetailrow.attributeselection .leftselection, .productdetailrow.attributeselection .rightselection {
    width: 40%; }
.productdetailrow .colouroptions img {
    height: 100%;
    background-size: contain; }
.productdetailrow.longdescription td {
    padding: 4px; }

.ajax__tab_panel {
    padding: 24px; }

.ajax__tab_header {
    border-bottom: solid 1px #ccc; }
.ajax__tab_header > span {
    padding: 24px;
    display: inline-block;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    opacity: 0.5;
    cursor: pointer;
    margin-top: 24px; }
.ajax__tab_header > span.ajax__tab_active {
    opacity: 1;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px; }
.ajax__tab_header > span:hover {
    opacity: 1; }
@media (max-width: 767px) {
    .ajax__tab_header > span {
        padding: 15px 0; } }

.sainstock {
    color: #42B522; }

.saleftcell {
    float: left;
  }
.saleftcell a {
    text-decoration: underline; }

.sanote {
    margin-top: 24px; }
.sanote p {
    text-align: left; }
.sanote span {
    font-size: 14px !important; }
.sanote span span {
    display: block; }

.wl_btnaddtowishlist:before {
    padding-right: 7px;
    content: '+'; }

.message {
    background-color: #42B522;
    color: #fff;
    padding: 24px; }
.message .action {
    display: inline-block;
    padding-left: 10px; }
.message .action a {
    color: #fff;
    text-decoration: underline; }
.message:before {
    content: '\e116';
    font-family: "Glyphicons Halflings";
    vertical-align: sub;
    padding-right: 15px;
    font-size: 24px; }

.error {
    background-color: #EC0000; }
.error:before {
    content: '';
    padding-right: 0;
    font-size: 14px; }

#validationMessageModal .modal-body {
    padding: 0; }
#validationMessageModal .modal-content {
    border-radius: 0; }

.styleresultbar {
    margin-top: 24px;
    background-color: #F5F5F5;
    padding: 10px 24px 7px 24px;
    display: flex;
    flex-wrap: wrap;
  }
.styleresultbar > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.styleresultbar-collapse-link {
    display: none;
  }
.styleresultbar span.text, .styleresultbar select {
    float: left; }
.styleresultbar span.text {
  line-height: 34px;
    padding: 0 10px !important;
  }
.styleresultbar select {
    width: auto; }
@media (min-width: 992px) {
    .styleresultbar select {
        max-width: 155px; } }
@media (max-width: 767px) {
    .styleresultbar select {
        width: 100%; } }
.styleresultbar .pagination {
    margin: 0;
    text-align: right;
    justify-content: end;
    padding-top: 15px;
  }
.styleresultbar .pagination span {
    float: none; }
.pagination .active {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
  }
.pagination .page-link {
    color: #000;
    border-color: #000;
  }
.pagination .page-link:not(:first-child) {
    border-left: none;
  }

.ratinglinks a {
    text-decoration: underline; }

.hookline.selectionmessage {
    font-weight: bold;
    margin-top: 24px; }

.addtowishlist {
    display: none;
    background: url("/user/files/wishlist.png") no-repeat;
    width: 24px;
    height: 24px;
    z-index: 99;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }
.addtowishlist:hover {
    text-decoration: none; }

div.popupLabel {
    background: #888;
    color: #FFF;
    font-size: 65%;
    right: 0;
    width: 45px;
    position: absolute;
    top: 40px;
    padding: 3px 5px 5px;
    outline: none;
    text-align: center;
    border-radius: 3px; }

.wl_btnupdatedetails {
    margin-top: 10px;
    float: left; }

/**** Shopping Cart ****/
.shoppingcart_bottombuttons {
    margin-top: 24px; }

.proceedbutton {
    /*proceed to checkout button */
    float: right; }

.internetprice {
    text-decoration: line-through; }

.saveamount {
    color: #EC0000; }

.shoppingcartbox .sectionbar, .wishlistbox .sectionbar {
    /*cart heading*/
    font-size: 31px; }

.registerbody .sectionbar {
    /*cart heading*/
    font-size: 24px; }

.coupon_input {
    width: calc(100% - 96px);
    float: left;
    margin-right: 12px;
    margin-top: 3px; 
}
.coupon_button {
    padding: 6px 12px;
  }
.btn.major, .coupon_button {
    background-color: #fff; }

.coupon_content {
    margin-top: 12px; }

.cell_item_img, .cell_item_details {
    float: left; }

.cell_item_img {
    margin-bottom: 7px; }

.cell_remove a {
    text-decoration: underline; }

.shoppingcart_updatebutton {
    overflow: hidden;
    margin: 12px 0; }
.shoppingcart_updatebutton input {
    float: left; }

/**** Checkout ****/
.checkoutheader {
    margin-bottom: 12px; }
.checkoutheader .highlightheader {
    font-weight: bold; }
.checkoutheader .sep {
    color: #fff;
    width: 20px;
    display: inline-block; }
.checkoutheader .sep:after {
    font-family: "FontAwesome";
    content: '\f054';
    padding-left: 7px;
    position: relative;
    font-size: 70%;
    color: #19171C;
    margin-left: -25px;
  }

.communicationoptions {
    display: block;
    margin-top: 5px; }
.communicationoptions input {
    margin-right: 5px; }
.communicationoptions label {
    margin-right: 10px; }

.userinformationjoinloyalty input {
    float: left;
    margin-right: 5px; }

.sameasbilling input[type='checkbox'] {
    margin-right: 5px;
    margin-top: 5px;}

.addresses {
    margin: 24px -15px; }

.postcoderow {
    display: block;
    overflow: hidden; }

.findpostcode {
    width: 45px;
    float: left; }

.postcodeinput {
    width: calc(100% - 45px);
    float: left; }

.stepshipping > .shippingmethod > div:first-child {
    background-color: #F5F5F5;
    padding: 12px; }
.stepshipping .form-buttons {
    text-align: right; }
.stepshipping .orderamountwithshipping {
    font-weight: bold; }
.stepshipping .shippingaddress, .stepshipping .shippingordersummary, .stepshipping .checkoutblockcheckbox, .stepshipping .shippingpayment {
    margin-top: 24px; }
.stepshipping .addressdisplay .fieldname {
    width: 15%;
    display: inline-block; }
.stepshipping .cell_footer_price, .stepshipping .cell_footer_amount {
    font-weight: bold;
    text-align: right; }
.stepshipping .cell_price, .stepshipping .cell_amount {
    text-align: right; }
.stepshipping .specialinstruction {
    width: 100%;
    height: 120px; }

#ctl00_MainCentre_container_container_Content_2150_login_cieAccountUserInformation_divGuestCheckoutButton {
    width: 100%;
    clear: both; }

#ctl00_MainCentre_container_container_Content_2150_login_cieAccountUserInformation_divGuestShipingAddress {
    margin-left: -15px; }

#ctl00_MainCentre_container_container_Content_2150_login_cieAccountUserInformation_divGuestBillingAddress {
    margin-right: -15px; }

.loginheadercell {
    font-size: 31px; }

.logincellright.logincreatecell {
    margin-top: 24px; }
.logincellright.logincreatecell .sectionbar {
    margin-top: 24px; }
.logincellright.logincreatecell .sameasshippingaddress span:first-child {
    display: inline-block;
    width: 90%; }

.registerbutton {
    text-align: right;
    margin-bottom: 24px; }

.wishlistbox {
    margin-top: 48px; }

/* Popup Signup Form */
#popupSignup {
    top: 210px; }
#popupSignup .modal-dialog {
    width: 731px !important;
    background: #fff; }
#popupSignup .modal-content {
    height: 398px;
    background: url("/user/files/signup_bg.jpg") no-repeat center;
    background-size: cover;
    margin: 0 auto; }
#popupSignup .modal-header {
    padding: 0;
    height: 0;
    min-height: 0; }
#popupSignup #popupModalHeader {
    display: none; }
#popupSignup .popupDetails {
    padding: 0;
    position: relative; }
#popupSignup .popupiframe {
    width: 200px;
    height: 300px;
    position: absolute;
    right: 232px;
    top: 115px;
    border: 0; }
#popupSignup .close {
    background: url("/user/files/x_closebox.png") no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -16px;
    opacity: 1;
    text-indent: -1000em; }
#popupSignup .popupClose:hover {
    opacity: 0.8; }

.pr-headertitle {
    font-size: 24px; }

.pr-headerwrap {
    border-bottom: solid 1px #ccc;
    margin: 24px 0; }

.pr-ratingoverallname {
    font-weight: bold; }

.pr-reviewratings {
    margin-top: -24px; }

.dc-headerwrite a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

/* product description in product detail page */
#tblStyleDetailMessage {
    display: none;
    padding: 10px 0;
    color: #C0504D;
    font-weight: bold; }

.customerratings {
    line-height: 17px;
    margin: 7px 0; }

.customerratings .ratingbox {
    float: left;
    margin-right: 3px; }

.ratingbox {
    width: 95px;
    height: 17px;
    font-size: 0;
    line-height: 0;
    background: url("/user/files/product-review.png") 0 -17px;
    text-indent: -2222px;
    overflow: hidden; }

.rating {
    float: left;
    height: 17px;
    background: url("/user/files/product-review.png") 0 0; }

.ratinglinks {
    margin: 0;
    padding: 0; }
/* Review star ratings in category page */
.stylesummarytext .div_SR {
  height: auto!important;
}
.stylesummarytext .div_SR .ratingbox {
  display: inline-block;
}
.stylesummarytext .div_SR .oa-review-count {
  display: inline-block;
  font-size: 14px!important;
  height: 17px!important;
  line-height: 17px!important;
  vertical-align: top;
}
.stylesummarytext .div_SR .star-rating-wrapper[data-reviewcount="0"] .oa-review-count {
  display: none;
}
/* Ends review star ratings in category page */

/* product review tab */
.productreview .overall {
    clear: both;
    border-bottom: 1px dotted #000;
    height: auto;
    overflow: hidden; }

.oa-title {
    position: relative;
    overflow: hidden;
    padding: 5px 0;
    font-weight: bold; }

.oa-title-value {
    font-size: 15px;
    color: #000; }

.oa-ratingsummary {
    height: auto;
    padding: 13px 0 0; }

.oa-summarycol {
    float: left;
    width: 220px; }

.oa-ratingsummaryoverall, .oa-ratingrecommend {
    border-bottom: 1px dotted #000; }

.oa-ratingsummaryoverall {
    padding: 3px 0 13px; }

.oa-ratingsummaryoverall .ratingbox, .dc-reviewcontentoverall .ratingbox {
    width: 130px;
    height: 24px;
    background: url("/user/files/product-review.png") 0 -58px no-repeat; }

.oa-ratingsummaryoverall .rating, .dc-reviewcontentoverall .rating {
    height: 24px;
    background: url("/user/files/product-review.png") 0 -34px no-repeat; }

.oa-ratingitems {
    clear: both;
    float: left;
    width: 220px; }

.oa-ratingitems, .oa-ratingfilter {
    padding-top: 20px; }

.oa-ratingitem {
    clear: both; }

.oa-itemtitle {
    float: left;
    width: 90px;
    font-weight: bold;
    color: #666; }

.oa-ratingitem .ratingbox {
    float: left; }

.oa-filtercol {
    margin-left: 240px; }

.oa-ratingrecommend {
    padding: 10px 0;
    height: 20px; }

.oa-filterheader {
    padding-bottom: 13px;
    display: block;
    padding: 0 0 8px 0;
    font-size: 13px;
    font-weight: bold;
    color: #3f3f3f; }

.oa-filterheader {
    padding-bottom: 13px;
    display: block;
    padding: 0 0 8px 0;
    font-size: 13px;
    font-weight: bold;
    color: #3f3f3f; }

.oa-filterattribute {
    float: left;
    margin: 0 9px 10px 0; }

.productreview .displaycontent {
    clear: both;
    margin: 30px 0; }

.dc-header {
    text-align: right;
    overflow: hidden; }

.dc-headerwrite {
    float: left; }

.dc-headersortby {
    float: right;
    margin-top: 5px; }

.dc-body {
    clear: both; }

.dc-reviewcontent {
    padding: 26px 0 0;
    border-bottom: 1px dotted #000;
    height: auto;
    overflow: hidden; }

.dc-body.last .dc-reviewcontent {
    border: 0; }

.dc-reviewcontentheader {
    overflow: hidden;
    margin-bottom: 5px;
    position: relative; }

.dc-reviewcontentoverall {
    float: left;
    padding-bottom: 12px; }

.dc-reviewcontenttitle {
    clear: both;
    float: left;
    width: 500px;
    color: #000; }

.dc-reviewcontenttitle span {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px; }

.dc-reviewcontentdate {
    float: right;
    margin-top: 7px;
    color: #999;
    width: 150px;
    text-align: right; }

.dc-reviewcontentdate span {
    font-weight: normal;
    padding: 2px 0; }

.dc-reviewcontentaboutyou {
    margin-bottom: 20px;
    padding: 3px 0 6px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    font-size: 11px; }

.dc-aboutyounickname {
    clear: none;
    margin-bottom: 2px;
    width: 300px;
    display: inline;
    padding-right: 15px; }

.dc-aboutyounickname span {
    font-weight: bold;
    color: #1674d8; }

.dc-aboutyouattributes {
    color: #999;
    width: 330px;
    line-height: 18px;
    word-wrap: break-word;
    display: inline; }

.dc-aboutyouattr {
    display: inline;
    margin-right: 15px;
    color: #666; }

.dc-aboutyouattr .dc-label {
    font-weight: normal; }

.dc-label {
    color: #666; }

.dc-value {
    font-weight: bold; }

.dc-aboutyouattr .dc-value {
    color: #666; }

.dc-reviewcontentdetails {
    margin-bottom: 20px; }

.dc-reviewcontentreview {
    vertical-align: top;
    width: 530px;
    float: left; }

.dc-reviewcontentreviewtext, .dc-reviewcontentreviewadminresponse {
    margin-bottom: 20px; }

.dc-reviewcontentsection {
    margin-bottom: 30px; }

.dc-reviewcontentsectionitems {
    margin: 10px 0; }

.dc-reviewcontentsectionitem {
    margin-bottom: 10px; }

.dc-reviewcontentcons {
    margin-bottom: 10px; }

.dc-reviewcontentsectionitems .dc-label {
    display: block;
    margin-right: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #000; }

.dc-reviewcontentsectionitems .dc-value {
    font-weight: normal; }

.dc-reviewcontentsectionitems .dc-value-tag {
    font-weight: normal; }

.dc-reviewcontentrecommendation {
    font-weight: bold;
    padding: 0 5px 0 0;
    font-size: 13px; }

.dc-reviewcontentrecommendation .dc-recommended {
    background: url("/user/files/product-review.png") -114px -144px no-repeat;
    padding-left: 20px;
    color: #F47B20; }

.dc-reviewcontentrecommendation .dc-notrecommended {
    background: url("/user/files/product-review.png") -114px -160px no-repeat;
    padding-left: 20px;
    color: #727272; }

.dc-reviewcontentratings {
    vertical-align: top;
    float: right;
    margin-left: 3%;
    border-left: 1px solid #f8f8f8; }

.dc-reviewcontentratingstars {
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 35px;
    border-left: 1px solid #f8f8f8; }

.dc-reviewcontentratingentry {
    clear: both;
    overflow: hidden;
    padding-bottom: 15px; }

.dc-reviewcontentratingentry .dc-label {
    font-weight: bold; }

.dc-reviewcontentfooter {
    clear: both;
    height: auto;
    position: relative; }

.dc-reviewcontentfeedbacklinks a {
    display: block;
    float: left;
    width: 82px;
    height: 24px;
    margin-right: 8px;
    background: url("/user/files/product-review.png") no-repeat;
    text-indent: -2222px; }

.dc-reviewcontentfeedbacklinks .dc-feedbacklink-yes a {
    background-position: 0 -112px; }

.dc-reviewcontentfeedbacklinks .dc-feedbacklink-yes a:hover {
    background-position: 0 -136px; }

.dc-reviewcontentfeedbacklinks .dc-feedbacklink-no a {
    background-position: 0 -184px; }

.dc-reviewcontentfeedbacklinks .dc-feedbacklink-no a:hover {
    background-position: 0 -208px; }

.dc-reviewcontentfeedbacklinks .dc-feedbacklink-yes.dc-disabled a, .dc-reviewcontentfeedbacklinks .dc-feedbacklink-yes.dc-disabled a:hover {
    background-position: 0 -160px !important;
    cursor: default; }

.dc-reviewcontentfeedbacklinks .dc-feedbacklink-no.dc-disabled a, .dc-reviewcontentfeedbacklinks .dc-feedbacklink-no.dc-disabled a:hover {
    background-position: 0 -232px !important;
    cursor: default; }

.dc-reviewcontentfeedbacklinks-voteadded {
    clear: both;
    padding-top: 10px;
    font-style: italic;
    display: none; }

.dc-reviewcontentsociallinks {
    float: right;
    clear: left;
    width: 48px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 8px; }

.dc-reviewcontentsociallinks a {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url("/user/files/product-review.png") no-repeat;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -2222px;
    margin: 0 4px;
    opacity: 0.7; }

.dc-reviewcontentsociallinks .dc-facebook {
    background-position: -114px -112px; }

.dc-reviewcontentsociallinks .dc-twitter {
    background-position: -114px -128px; }

.producttabs-theme .ajax__tab_active .ajax__tab_tab,
.producttabs-theme .ajax__tab_hover .ajax__tab_tab,
.producttabs-theme .ajax__tab_header .ajax__tab_tab {
    margin-right: 0px;
    padding: 8px 20px; }

#popupWriteReviewPage {
    display: none; }

/* write review */
.productreviewerror {
    font-weight: bold;
    color: #FF0000; }

.productrating span.sign, .pr-ratingitemerror {
    color: #FF0000 !important; }

.productrating input[type="text"] {
    padding: 3px;
    color: #333; }

.pr-sectionwrap {
    position: relative; }

.pr-wrapper {
    clear: left;
    margin-bottom: 10px;
    padding-left: 8px;
    height: auto;
    overflow: hidden; }

.pr-ratingoverall {
    margin-bottom: 20px; }

.pr-ratingitemname {
    display: block;
    float: left;
    width: 120px;
    color: #000;
    margin-bottom: 5px;
    padding-top: 2px; }

.pr-ratingitemvalue {
    float: left;
    padding: 2px 0 0 4px; }

.pr-ratingstar {
    overflow: hidden;
    float: left;
    text-indent: -9999em;
    cursor: pointer;
    display: block; }

/*******************        Rating overall      ***********************/
.pr-ratingstar-overall {
    background: url("/user/files/product-review.png") 0 0 no-repeat; }

.pr-ratingstar-overall, .pr-ratingstar-overall a {
    display: block;
    background-position: 0 -58px;
    width: 26px;
    height: 24px; }

.pr-ratingstar-overall.staron, .pr-ratingstar-overall.staron a {
    background-position: 0 -34px; }

.pr-ratingstar-overall.starhover, .pr-ratingstar-overall.starhover a {
    background-position: 0 -34px; }

/*******************        Rating items       ***********************/
.pr-ratingstar-item {
    background: url("/user/files/product-review.png") 0 0 no-repeat; }

.pr-ratingstar-item, .pr-ratingstar-item a {
    display: block;
    background-position: 0 -17px;
    width: 19px;
    height: 17px; }

.pr-ratingstar-item.staron, .pr-ratingstar-item.staron a {
    background-position: 0 0; }

.pr-ratingstar-item.starhover, .pr-ratingstar-item.starhover a {
    background-position: 0 0; }

/***************************************************************/
.pr-ratingoverallname {
    font-weight: bold; }

.pr-ratingrecommendwrap .pr-ratingitemname {
    width: auto !important; }

.pr-review-text, .pr-review-textarea {
    width: 300px; }

.pr-review-select {
    width: 100px; }

.pr-review-input {
    border: 1px solid #888; }

.pr-review-checkbox {
    width: auto;
    border: 0; }

.pr-review-textarea {
    border: 1px solid #888;
    height: 217px;
    max-width: 300px;
    padding: 3px;
    line-height: 20px;
    color: #333; }

.pr-reviewvalueexample {
    font-style: italic;
    font-size: 11px;
    color: #a9a9a9;
    line-height: 13px;
    padding-top: 5px;
    margin-left: 120px;
    clear: both; }

.pr-review-prostext, .pr-review-constext {
    height: 22px; }

.pr-emailme {
    font-weight: bold; }

.pr-emailmefollowingtext, .pr-reviewtermstext {
    width: auto; }

.pr-review-emailmecheckbox, .pr-review-termscheckbox {
    float: left; }

.pr-reviewtipwrap {
    color: #5e6469;
    padding: 10px 16px 10px 16px;
    font-size: 11px;
    border: 1px solid #f0f0f0;
    line-height: 16px;
    margin: 24px 0; }

.pr-reviewtipheader {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 4px 0; }

.pr-reviewtipsubheader {
    color: #5e6469;
    font-size: 11px;
    line-height: 16px; }

.pr-reviewtip-ul {
    padding-left: 10px;
    list-style-type: circle; }

.pr-reviewtip-ul li {
    display: list-item; }

.pr-reviewfooter {
    border-top: 1px solid #ccc; }

.pr-reviewtermswrap {
    padding-top: 10px;
    margin: 10px 0;   width: 100%;
}
.pr-reviewtermswrap > label {
  width: 100%;
}

.pr-reviewfooterlinkswrap a {
    margin-right: 10px; }

.recaptchawrap {
    margin-top: 10px;
    clear: both;
    height: auto;
    overflow: hidden; }
.registerbody .recaptchawrap { 
  margin: 0 15px 15px; 
}
.logincellinner .recaptchawrap { 
  margin: 0 0 15px; 
}

.recaptchainputs {
    float: left;
    padding-right: 8px; }















.contactform-recaptchainputs {
 float: right;
}
#divRecaptchaWrapError {
    clear: both; }

/*.maincontent, #whHomeInfo, .footer, .currencyselector, .uppermenu, #whUpperMenu, .search-container, #whHomeInfo, .refine-search-wrap {
    display: none; }*/

#trg_slidingcart > a > img {
    display: none; }

#slidingcart_container {
    position: absolute; }

#slidingcart_container .title{
    background-color:#fff; }

.container {
  max-width: 100% !important;
  width: 100% !important;
}
#wowslider-container1 {
  max-width: 100% !important;
  max-height: 100% !important;
}
#wowslider-container1 .ws_images {
  max-height: 100% !important;
  max-width: 100% !important;
}
#wowslider-container1 .ws_images ul a {
  max-height: 100% !important;
}
#wowslider-container1 img {
  width: 100%;
}
.EPHOME #ctl00_tdLeft {
  display: none;
}
.EPHOME #ctl00_tdCentre {
  width: 100% !important;
}
.EPHOME .homepage-only {
  display: block !important;
}
.homepage-only {
  display: none;
}
@media screen and (max-width: 1199px) {
  #whSearch, #whSearch input, #whMobileSearch input {
    width: 100%;
  }
}
.stylesummaryimageholder {
  height: auto !important;
}

.loginheadercell {
    font-size: 24px; }

.loginrememberme input[type='checkbox'] {
    float: left;
    margin-right: 5px; }

@media (max-width: 767px) {
    #whMenuItems {
        margin: 0;
        text-align: center; } }
#txtCustomerEmailAddress {
    display: none !important; }

.centrecontent > div {
    overflow: hidden; }
.centrecontent > div > img:first-child {
    max-width: inherit; }

@media (max-width: 480px) {
    .maincontent {
        padding-left: 0;
        padding-right: 0; } }

#popupBranchInfoPage iframe {
    width: 100% !important; }

/*# sourceMappingURL=responsive.css.map */

.lazy-image {
    background:transparent url(../files/loader.gif) no-repeat center center;
    min-height:30px;
}
.load-next-page {
    background:transparent url(../files/loader.gif) no-repeat center center;
    display:block;
    height:50px;
    width:100%;
    max-width:100%;
    clear:both;
    float:none;
}
@media screen and (min-width: 768px) {
  /* error message on checkout blocks and comments in checkout */
  .invalid-feedback.invalid-checkoutblock {
    margin-left: 25%;
  }
  .one-page-chekout .shippingcomments > .invalid-feedback.invalid-checkoutblock, .one-page-chekout .checkoutblock-container > .invalid-feedback.invalid-checkoutblock {
    margin-left: 28%;
  }  
  .one-page-chekout .checkoutblockcheckbox > .invalid-feedback.invalid-checkoutblock {
    margin-left:0!important;
  }
    li.hasSub.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.dropdown-menu {
    width:auto;
    left:auto;
    right:auto;
}
.dropdown-menu-row {
    position:relative;
}@media screen and (max-width: 767px) {
  /* CheckoutLayout Accordion */
  .one-page-chekout .col-section-footer > .col-column-wrap > .col-column:first-child {
	margin-bottom:15px;
  }
  .one-page-chekout .col-section-order-summary.open {
    top: 51px;
    overflow: auto;
  }
  .one-page-chekout .brief-summary-outer {
    position: fixed!important;
    width: calc(100% - 30px);
    margin-left:15px;
    z-index: 1;
  }
  /* if .brief-summary-outer exists. */
  .one-page-chekout #ctl00_divFooter {
    margin-bottom:45px;
  }
  /* ends CheckoutLayout Accordion */
  
  .modal-header .close { 
    font-size: 34px; 
    margin-top: -8px; 
  } 
  .giftcard { 
    margin-top: 20px; 
    margin-bottom: 20px; 
    display: flex;
    justify-content: center;
  } 
  .giftcard-landing .giftcard-type-left > a { 
    float: none; 
  } 
  .giftcard-landing .giftcard-type > a { 
    margin: 4% auto; 
  } 
  .giftcard-balance>button { 
    padding: 5%; 
  }
    .giftcard-landing .giftcard-type > a > span.top {
        font-size: 2rem;
    }
    .giftcard-landing .giftcard-type > a > span.middle {
        font-size: 3rem;
        line-height: 40px;
    }
    .giftcard-landing .giftcard-type > a > span.bottom {
        margin-left:15px;
        margin-right:15px;
    }
    #giftCardSelection .giftcard-images {
        padding-right: 15px;
    }
    #popupContent.giftcard-preview .modal-dialog {
        width: 100% !important;
    }

    li.hasSub.dropdown > .dropdown-menu {
        position:relative !important;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    li.hasSub.dropdown > .dropdown-menu.in {
        display:block;
        box-shadow: none;
        background-color: transparent;
        border:0;
    }
    .nav > li {
        position: relative;
    }
}
.table tr td.cell_item .cell_item_img a {
    display:block;
    width:100%;
}
/* B415: table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th */
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  line-height: normal;
    padding: 8px;
    border-top: 1px solid #ddd;
}
.giftwrap_item_image a img { 
  max-height:100%; 
  margin:0 auto; 
}
.giftwrap_item_desctiption {
    clear:both;
    height:26px;
    line-height:13px;
    overflow:hidden;
}
.coloursizeselection.hidden { display: block !important; visibility: hidden; }
.coloursizeselection { min-height: 35px; }

.title {
    background-size: cover;
    background-position: center center;
    background-color: #19171C;
    width: 100%;
    height: 110px;
    position: relative;
    margin-bottom: 20px;
}

.title h1 {
    font: normal 40px/40px "alternate-gothic-no-3-d", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    left: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.title.trousers { background-image: url(/user/files/heading-bg-trousers.jpg); }
.title.newarrivals { background-image: url(/user/files/heading-bg-newarrivals.jpg); }
.title.activewear { background-image: url(/user/files/heading-bg-activewear.jpg); }
.title.bigmensbasics { background-image: url(/user/files/heading-bg-bigmensbasics.jpg); }
.title.tallmen { background-image: url(/user/files/heading-bg-tallmen.jpg); }
.title.shirts { background-image: url(/user/files/heading-bg-shirts.jpg); }
.title.shorts { background-image: url(/user/files/heading-bg-shorts.jpg); }
.title.jeans { background-image: url(/user/files/heading-bg-jeans.jpg); }
.title.jackets { background-image: url(/user/files/heading-bg-jackets.jpg); }
.title.fleecytopssportswear { background-image: url(/user/files/heading-bg-fleecytopssportswear.jpg); }
.title.trackpants { background-image: url(/user/files/heading-bg-trackpants.jpg); }
.title.rainwear { background-image: url(/user/files/heading-bg-rainwear.jpg); }
.title.knitwear { background-image: url(/user/files/heading-bg-knitwear.jpg); }
.title.swimwear { background-image: url(/user/files/heading-bg-swimwear.jpg); }
.title.underwear { background-image: url(/user/files/heading-bg-underwear.jpg); }
.title.sleepwear { background-image: url(/user/files/heading-bg-sleepwear.jpg); }
.title.belts { background-image: url(/user/files/heading-bg-belts.jpg); }
.title.socks { background-image: url(/user/files/heading-bg-socks.jpg); }
.title.accessories { background-image: url(/user/files/heading-bg-accessories.jpg); }
.title.workwear { background-image: url(/user/files/heading-bg-workwear.jpg); }
.title.suits { background-image: url(/user/files/heading-bg-suits.jpg); }
.title.giftvouchers { background-image: url(/user/files/heading-bg-giftvouchers.jpg); }
.title.footwear { background-image: url(/user/files/heading-bg-footwear.jpg); }
.title.outfits { background-image: url(/user/files/heading-bg-outfits.jpg); }
.title.saleclearance { background-image: url(/user/files/heading-bg-saleclearance.jpg); }
.title.sportscoats { background-image: url(/user/files/sportscoats.jpg); }
.title.giftcards { background-image: url(/user/files/giftcards.jpg); }


.promoslot.leftcontent { padding: 0 15px 30px 0; }
.promoslot.rightcontent { padding: 0 0 30px 15px; }
.promoslot img { max-width: 100%; height: auto !important; }
#ctl00_MainCentre_container_Content_246_Content_514_Content_3615_pnlContentContainerData .contentcont,
#ctl00_MainCentre_container_Content_246_Content_514_Content_3614_pnlContentContainerData .contentcont { padding-top:0; }

@media screen and (max-width: 480px) {
    .promoslot { display: none; }
}

@media screen and (max-width: 992px) {
    .promoslot.leftcontent { padding-right: 0; }
    .promoslot.rightcontent { padding-left: 0; }
}


#wowslider-container1 img { max-width: 100% !important; }

.textrow.div_ISD {
    height: 40px !important;
}

@media (max-width:480px) {
    /* center logo */

    .home-logo {
        width: 100%;
    }
    .home-logo img {
        margin: 0 auto;
    }
    /* reduce space between tiles */

    .row.promo-tile-row {
        margin-top: 12px;
    }
    .row.promo-tile-row div {
        margin-bottom: 12px;
    }
    .row.promo-tile-row div:nth-of-type(odd) {
        padding-left: 0;
        padding-right: 6px;
    }
    .row.promo-tile-row div:nth-of-type(even) {
        padding-left: 6px;
        padding-right: 0;
    }
    /* remove margins from slider */

    #ctl00_MainCentre_container_Content_246_Content_481_pnlContentData {
        margin: 0 -15px !important;
    }
    #wowslider-container1 {
        line-height: 0;
    }

    /* nip and tuck */

    .cta-row .cta {
        display: none;
    }
    #whCTALinks {
        display: none !important;
    }
    #whNav {
        margin-bottom: 12px;
    }
    #ctl00_tdLeft {
        padding-left: 12px;
        padding-right: 12px;
    }
    #ctl00_MainLeft_Content_3647_tvwMenu {
        margin-bottom: 12px;
    }
    .contentsheader.feature-heading {
        margin: 10px 0;
        width: 100% !important;
        height: inherit !important;
        text-align: center;
    }
    .stylesummarybox {
        margin: 10px 0 0;
    }
    h1.feature-heading {
        margin:0 auto;
        width: 80% !important;
    }

    #whHomeInfo .content-wrapper {
        margin:0 auto;
    }
    #whHomeInfo .feature-heading {
        margin:20px auto;
    }

    /* footer menu */
    #footerLinks {
        margin: 30px 0 0;
        text-align: left;
    }
    #footerLinks li {
        text-align: left;
    }
    .footer .phone {
        font-size: 24px;
    }
    .footer .footer-links a {
        font-size: 90%;
    }

}

/* Attribute grid selection begins */ 
ul.attributegrid-container { 
  width: 100%; 
  display: inline-block; 
  background: white; 
} 
li.attribute-multiple { 
  display: inline-block; 
  width: 39.5%; 
  background: white; 
  margin-bottom: 0; 
  margin-top: 0; 
  vertical-align: top; 
} 
li.attribute-multiple.single { 
  width: 48.8%; 
} 
li.attribute-multiple:nth-child(2n+1) { 
  width: 58%; 
} 
li.attribute-multiple.single:nth-child(2n+1) { 
  width: 48.8%; 
} 
ul.attributegrid-container li:first-child { 
  margin-left: 0; 
} 
ul.atributegrid-cart.grid-labels li, ul.atributegrid-cart.grid-inputs .title { 
  width: 100%; 
  vertical-align: top; 
  padding: 6px 0px; 
  background: #5cb0da; 
  padding-left: 6%; 
  color: white; 
  text-transform: capitalize; 
  background: -webkit-linear-gradient(#5cb0da, #75bee2 , #70bbe1); 
  background: -o-linear-gradient(#5cb0da, #75bee2 , #70bbe1); 
  background: -moz-linear-gradient(#5cb0da, #75bee2 , #70bbe1); 
  background: linear-gradient(#5cb0da, #75bee2 , #70bbe1); 
} 
ul.atributegrid-cart { 
  display: block; 
} 
ul.atributegrid-cart > li { 
  margin-bottom: 7px; 
} 
ul.atributegrid-cart.grid-labels > li.one, ul.atributegrid-cart.grid-inputs .inner-mulitple.one { 
  height: 87px; 
} 
ul.atributegrid-cart.grid-labels > li.two, ul.atributegrid-cart.grid-inputs .inner-mulitple.two { 
  height: 115px; 
} 
ul.atributegrid-cart.grid-labels { 
  display: none; 
} 
li.attribute-multiple:nth-child(2n+1) > ul.atributegrid-cart.grid-labels { 
  display: inline-block; 
  vertical-align: top; 
  width: 28%; 
} 
li.attribute-multiple.single:nth-child(2n+1) > ul.atributegrid-cart.grid-labels { 
  display: none; 
} 
ul.atributegrid-cart.grid-labels { 
  margin-top: 39px; 
  margin-right: 3%; 
} 
ul.atributegrid-cart.grid-labels .empty { 
  display: none; 
} 
ul.atributegrid-cart.grid-inputs .title { 
  display: inline-block; 
  margin-bottom: 7px; 
} 
ul.atributegrid-cart.grid-inputs .inner-mulitple { 
  display: inline-block; 
  width: 100%; 
  background: #f9fdff; 
  margin-top: 0; 
  padding: 7px 9px 0px; 
  color: #828383; 
  font-size: 13px; 
  min-height: 48px; 
} 
ul.atributegrid-cart.grid-inputs .inner-mulitple input { 
  padding: 0 6%; 
  width: 100%; 
} 
li.attribute-multiple:nth-child(2n+1) > ul.atributegrid-cart.grid-inputs { 
  width: 68%; 
  display: inline-block; 
  vertical-align: top; 
} 
li.attribute-multiple.single:nth-child(2n+1) > ul.atributegrid-cart.grid-inputs { 
  width: 100%; 
} 
.attributegrid-quantity, .attributegrid-price { 
  padding: 5px 0; 
  margin: 0; 
} 
ul.atributegrid-cart.grid-labels > li { 
  padding-top: 25%; 
  text-align: center; 
  min-height: 48px; 
} 
@media screen and (min-width: 480px) { 
  li.attribute-multiple, li.attribute-multiple:nth-child(2n+1) { width: 28%; } 
  li.attribute-multiple.single, li.attribute-multiple.single:nth-child(2n+1) {width: 32.4%; } 
  li.attribute-multiple:nth-child(2n+1) > ul.atributegrid-cart.grid-inputs { width: 100%; } 
  li.attribute-multiple:nth-child(2n+1) > ul.atributegrid-cart.grid-labels{ display:none; width:28.5%; } 
  li.attribute-multiple:nth-child(3n+1) { width: 41%; } 
  li.attribute-multiple.single:nth-child(3n+1) { width: 32.4%; } 
  li.attribute-multiple:nth-child(3n+1) > ul.atributegrid-cart.grid-labels{ display:inline-block; width:28.5%; vertical-align:top; } 
  li.attribute-multiple.single:nth-child(3n+1) > ul.atributegrid-cart.grid-labels{ display:none; } 
  li.attribute-multiple:nth-child(3n+1) > ul.atributegrid-cart.grid-inputs { display: inline-block; width: 68.3%; vertical-align: top; } 
  li.attribute-multiple.single:nth-child(3n+1) > ul.atributegrid-cart.grid-inputs { width: 100%; } 
} 
@media screen and (min-width: 768px) {
  /* error message on checkout blocks and comments in checkout */
  .invalid-feedback.invalid-checkoutblock {
    margin-left: 25%;
  }
  .one-page-chekout .shippingcomments > .invalid-feedback.invalid-checkoutblock, .one-page-chekout .checkoutblock-container > .invalid-feedback.invalid-checkoutblock {
    margin-left: 28%;
  }  
  .one-page-chekout .checkoutblockcheckbox > .invalid-feedback.invalid-checkoutblock {
    margin-left:0!important;
  } 
  ul.atributegrid-cart.grid-labels { margin-top: 36px; } 
} 
@media screen and (min-width: 1200px) { 
  li.attribute-multiple, li.attribute-multiple:nth-child(2n+1), li.attribute-multiple:nth-child(3n+1) { width: 17.6%; } 
  li.attribute-multiple.single, li.attribute-multiple.single:nth-child(2n+1), li.attribute-multiple.single:nth-child(3n+1) { width: 19.2%; } 
  li.attribute-multiple:nth-child(3n+1) > ul.atributegrid-cart.grid-labels{ display:none; width:31%; } 
  li.attribute-multiple:nth-child(3n+1) > ul.atributegrid-cart.grid-inputs{ width:100%; } 
  li.attribute-multiple:nth-child(5n+1) { width: 25%; } 
  li.attribute-multiple.single:nth-child(5n+1) { width: 19.2%; } 
  li.attribute-multiple:nth-child(5n+1) > ul.atributegrid-cart.grid-labels { display: inline-block; vertical-align: top; width: 31%; } 
  li.attribute-multiple.single:nth-child(5n+1) > ul.atributegrid-cart.grid-labels { display: none; } 
  li.attribute-multiple:nth-child(5n+1) > ul.atributegrid-cart.grid-inputs { display: inline-block; vertical-align: top; width: 65.5%; } 
  li.attribute-multiple.single:nth-child(5n+1) > ul.atributegrid-cart.grid-inputs { width: 100%; } 
} 
/* Attribute grid selection ends */ 

.logo.show-text, a.show-text {
  line-height: 0; 
  font-size: 0;
  color: transparent;
}
.relative-logo { 
  position: relative; 
  overflow: hidden; 
} 
.relative-logo > a { 
  position: relative; 
  z-index: 1; 
  float: none !important; 
} 
.relative-logo > .logo-alt { 
  display: block; 
  position: absolute; 
  left: 0; 
} 

/* Attribute1 Swatch begins */ 
.div_CS { 
  position: relative; 
  height:auto!important; 
} 
.swatch-image-wrapper { 
  padding-top: 5px; 
  width: 200%; 
  text-align: left; 
  -webkit-transition-duration: 0.3s; 
  -moz-transition-duration: 0.3s; 
  -o-transition-duration: 0.3s; 
  transition-duration: 0.3s; 
} 
.swatch-image { 
  margin-right: 0.5rem; 
  display: inline-block; 
  height: 3rem; 
  width: 3rem; 
  border: 1px solid #fff; 
  position:relative; 
  vertical-align: top; 
} 
.swatch-image>img { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
} 
.swatch-image:hover { 
  border-color:#333; 
} 
.direction-nav .prev, .direction-nav .next { 
  background: url(../files/look_nav.png) no-repeat left top transparent; 
  position: absolute; 
  top: 50%; 
  margin-top: -16px; 
  font: 0/0 a; 
  text-shadow: none; 
  color: transparent; 
} 
.direction-nav a { 
  -moz-transition: all .3s ease; 
  -webkit-transition: all .3s ease; 
  -o-transition: all .3s ease; 
  transition: all .3s ease; 
  display:none; 
  opacity: 0; 
  width: 32px; 
  height: 32px; 
} 
.direction-nav a:focus { 
  outline:none; 
} 
.div_CS.prev .prev:hover, .div_CS.next .next:hover { 
  opacity: 1; 
} 
.direction-nav .prev { 
  background-position: 0 -32px; 
  left: 0; 
} 
.direction-nav .next { 
  background-position: -32px -32px; 
  right: 0; 
} 
.div_CS.prev .prev, .div_CS.next .next{ 
  display:inherit; 
  opacity:0.7; 
} 
/* Attribute1 Swatch ends */ 

#popupContent.giftcard-balance-popup .modal-dialog { 
  width: 400px !important; 
  min-height: 200px !important; 
}
@media screen and (max-width: 479px) {
  .attr3options .item-unitprice.attr-pack { 
     display: block;
  } 
  #popupContent.giftcard-balance-popup .modal-dialog { 
    width: 100% !important; 
  } 
}

            .zip_tagline>.img-responsive{

                            display: inline !important;

            }
/* Promotion banner begins */ 
.carousel-inner > .item > a { 
  display:inherit; 
} 
.carousel-inner > .item > a > img, .carousel-inner > .item > img { 
  width:100%; 
} 
.carousel-control:focus, .carousel-control:active, .carousel-control:hover { 
  background-color:transparent!important; 
} 
/* Promotion banner ends */ 
/* Category Offer */ 
.styleoffer { 
  position: absolute; 
  top: 0; 
  left: 10px; 
  z-index: 100; 
} 
.styleoffer .offer_badge { 
  text-transform: uppercase; 
  font-size: 11px; 
  color: #af1d30; 
  border-radius: 50px; 
  border: 1px solid #af1d30; 
  width: 50px; 
  height: 50px; 
  display: inline-block; 
  letter-spacing: 0; 
  line-height: 50px; 
  float: left; 
  text-align: center; 
  font-weight: 600; 
  text-decoration: none !important; 
  cursor: default; 
} 
.styleoffer .offer_banner { 
  background-color: #fff; 
  border-top: 1px solid #af1d30; 
  border-bottom: 1px solid #af1d30; 
  padding: 10px 0; 
  position: relative; 
  width: 100%; 
  display: none; 
} 
.styleoffer .offer_banner a { 
  text-align: center; 
  display: inline-block; 
  color: #af1d30; 
  text-transform: uppercase; 
  text-decoration: none; 
  cursor: text; 
} 
.styleoffer:hover > .offer_badge { 
  display: none; 
} 
.styleoffer:hover > .offer_banner { 
  display: block; 
} 
/* Product Detail Offer */ 
.productdetailcont .offer_banner { 
  background-color: #fff; 
  border-top: 1px solid #af1d30; 
  border-bottom: 1px solid #af1d30; 
  padding: 10px 0; 
  width: 100%; 
  display: inline-block; 
} 
.productdetailcont .offer_banner a { 
  text-align: center; 
  display: inline-block; 
  color: #af1d30; 
  text-transform: uppercase; 
  text-decoration: none; 
  cursor: text; 
}/* Credit card entry form */
.entry-form, .entry-inputs {
  
}
.form-details {
  margin-bottom:20px;
}
.cc-card-row {
  background-color:#f7f6f3;
}
.cc-card-row.selected, .cc-card-row:hover {
  background-color:#ddd;
}
.cc-another-card-row {
  background-color:transparent!important;
}
.cc-inner-row {
  display:table-cell;
  vertical-align:middle;
}
.cc-saved-card {
  display:table;
  width:100%;
  padding:15px;
  margin-bottom:0;
}
.cc-inner-radio {
  width:30px;
}
.cc-inner-radio > input[type="radio"] {
  margin-top:0;
  margin-bottom:0;
}
.cc-inner-img {
  width:60px;
  padding-right:10px;
}
.cc-inner-name {
  width:140px;
  text-align:right;
}
.cc-remove-this {
  color:#B22222;
}
.cc-inner-cell {
  padding:7px;
}
.cc-inner-cell > label {
  margin:0;
  padding:0;
}
.cc-inner-cell:first-child {
  padding-bottom:2px;
}
.cc-another-card > .cc-inner-row > .cc-inner-cell {
  padding-bottom:0;
}
.cc-inner-cell:last-child {
  padding-top:0;
}
.cc-what-is-this {
  padding:10px 0;
}
/* Google address finder */
.addressfinder-container {
  position:relative;
}
.addressfinder-container .findertrigger {
  position:relative;
  z-index:1;
}
.addressfinder-container .addressfinder {
  position:absolute;
  top:1px;
  left:2px;
  z-index:0;
  display:inline-block;
  border:0;
  box-shadow:none;
  transition:unset;
}
.pac-container .pac-item {
  min-height: 38px;
  padding: 4px;
  font-size: 12px;
}
.pac-item.selected, .pac-item:hover {
  background-color: #e6e6e6;
}/* Custom designs on shopping cart begins */
.cds-cart-options {
  display: table;  
}
.cds-cart-options-head {
  display: table-cell;
  vertical-align: middle;
}	
.cds-cart-options-body {
  position: relative;
  display: table-cell;
  padding: 5px;
  text-align: center;	
}	
.cds-cart-options-item {
  display:inline-block;
}
.cds-cart-options-description {
  display: none;
}
.cell_item > .cds-cart-options { 
  margin-left: 58px; 
} 
.itemsordereddetails .cell_item > .cds-cart-options, .packingslip_items .cell_item > .cds-cart-options { 
  margin-left: 0; 
} 
.itemsordereddetails .table>tbody>tr>td, .packingslip_items .table>tbody>tr>td { 
  vertical-align: top; 
} 
.cds-cart-options-inner { 
  display: table-row; 
} 
 
.cds-cart-options-head, .cds-cart-options-body { 
  display: table-cell; 
  vertical-align: middle; 
}	 
.cds-cart-options-body { 
  position: relative; 
  padding-left: 5px; 
  text-align: center;	 
} 
.cds-psize, .cds-pposition, .cds-qty, .cds-price, .cds-amount { 
  line-height: 54px; 
  vertical-align: middle; 
} 
.cds-cart-options-item {
  display:inline-block;
}
.cds-cart-options-description { 
  display: none; 
} 
.cds-front-image, .cds-back-image, .itemsordereddetails .cds-item-cell, .packingslip_items .cds-item-cell { 
  height: 54px; 
  overflow: hidden; 
} 
.cds-item-cell { 
  position: relative; 
  height: 90px; 
} 
.checkout-ordersummary .cds-item-cell { 
  height: 68px; 
} 
.checkout-ordersummary .cell_price > .cds-item-cell, .checkout-ordersummary .cell_amount > .cds-item-cell { 
  vertical-align: middle; 
  line-height: 68px;   
} 
.cds-load-next-page { 
  background: transparent url(../files/loader.gif) no-repeat center center; 
  display: block; 
  height: 50px; 
  width: 100%; 
  max-width: 100%; 
  clear: both; 
  float: none; 
} 
table.tbl_orderitem .cds-item-cell { 
   height: 68px; 
} 
table.tbl_orderitem .cds-cart-options-inner { 
  line-height:54px; 
}
/* Custom designs in email templates begins */ 
table.cds-email-table { 
  width: 100%; 
  margin: 0; 
  padding: 0; 
  border-collapse: collapse; 
  border: none; 
  text-align: left; 
} 
table.cds-email-table>tbody>tr>td { 
  margin: 0; 
  padding: 0; 
  text-align: left; 
  vertical-align: middle; 
  word-break: break-all; 
} 
table.cds-email-table>tbody>tr>td.cds-email-desc { 
  width:60px; 
} 
/* Custom designs in email templates ends */ 

/* Custom designs on shopping cart ends */

@media screen and (max-width: 991px) {
  /* Arccordion checkout - one-page-chekout */
  /* order summary in accordion checkout */
  .one-page-chekout .col-section-order-summary {
    height: 100vh;
    width: 100vw;
    position: fixed!important;
	background:#fff;
	z-index:2;
    top: 100vh;
    left: 0px;
    transition: top 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }   
  .one-page-chekout .col-section-order-summary .font-caret:hover, .one-page-chekout .col-section-order-summary .font-caret:focus {
    color: #B22222;
    background-color: transparent;
  }
  .one-page-chekout .col-section-header > .font-caret {
    display: inline-flex;
    font-size: 12px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    color: #fff;
    margin-right: 15px;	
  }
  .one-page-chekout .col-section-header > .font-caret::before {
    content: "\f078";
    font-family: "FontAwesome";
    -webkit-text-stroke: 1px #5d7b9d;
    position: absolute;
    font-size: 22px;
  }  
  .one-page-chekout .brief-summary-outer {
    width: 100%;
    height: 65px;
    background: #fff;
    bottom: 0;
    left: 0;
  }
  .one-page-chekout .brief-summary-inner {
    display: flex;
    height: 46px;
    align-items: center;
    height: 48px;
    bottom: 16px;
    border: 1px solid #333;
  }
  .one-page-chekout .brief-summary-inner > .order-summary-bag {
    display: flex;
    height: 100%;
  }
  .one-page-chekout .brief-summary-inner > .order-summary-bag>img {
    padding: 5px 10px;
    object-fit: contain;
  }
  .one-page-chekout .brief-summary-inner > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 8px;
  }
  .one-page-chekout .brief-summary-inner > .order-summary-total {
    margin-left: 35px;
  }
  .one-page-chekout .brief-summary-inner > div span {
    font-size: 15px;
    margin-bottom: 0;
    color: #414042;
    display: inline-block;
  }
  .one-page-chekout .brief-summary-inner > .font-caret {
  	position: absolute;
    top: 5px;
    right: 21px;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-decoration: none;
	color: transparent;
  }
  .one-page-chekout .brief-summary-inner > .font-caret::before {
    content: "\f077";
    font-family: "FontAwesome";
    -webkit-text-stroke: 2px #fff;
    position: absolute;
    font-size: 22px;
	color: #555;
  }
  /* end order summary in acordion checkout */
  
  /* Custom Designs */ 
  .itemsordereddetails .cds-psize, .itemsordereddetails .cds-pposition, .checkout-ordersummary .cds-cart-options-inner, .packingslip_items .cds-psize, .packingslip_items .cds-pposition { 
    line-height: normal; 
  } 
  .cds-psize, .cds-pposition { 
    width: 200px; 
  } 
  .cds-cart-options-inner:nth-child(n+2) { 
    margin-left: 0; 
  } 
}
.payment-checkout-widget { 
  margin-left: 22px; 
  margin-bottom: 4px; 
  color: #777; 
} 
.payment-checkout-widget > p { 
  margin:0; 
} 
.payment-checkout-widget > p > a { 
  text-decoration: underline; 
} 
body.partPayCalculatorBodyNoScroll .productimagecont, body.partPayCalculatorBodyNoScroll .productdetailcont { 
  z-index: 0; 
} 
body.partPayCalculatorBodyNoScroll .productdetailbox { 
  z-index: 1004; 
}
.body-loading-image {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#e7e7e7;
  z-index:1004;
}
.body-loading-image-backdrop {  
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color:#fff;
  filter: alpha(opacity=50);
  opacity: .5;
}
.attr3options .items-heading.attr-pack { 
  height: 44px; 
} 
.attr3options .item-value.attr-pack, .attr3options .item-unitprice.attr-pack { 
  width: 20%; 
  text-align: center; 
  font-weight: normal; 
  padding: 0 5px; 
} 
.attr3options .items-heading.attr-pack > div { 
  line-height: 44px; 
  height: 44px; 
}
  .attr3options .item-unitprice.attr-pack { 
     display: block;
  }/* content slider */
/* B415: content slider */
.carousel[data-type="multi"] .carousel-control {
    width: 40px;
    color: #000;
    background-image:none;
}
.carousel[data-type="multi"][data-columns] .stylesummarybox {
    float:left;
    width:50%;
}
.carousel[data-type="multi"][data-columns] .carousel-inner > .item.active.carousel-item-end,
.carousel[data-type="multi"][data-columns] .carousel-inner > .item.carousel-item-next {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    left: 0;
}
.carousel[data-type="multi"][data-columns] .carousel-inner > .item.active.carousel-item-start,
.carousel[data-type="multi"][data-columns] .carousel-inner > .item.carousel-item-prev {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 0;
}
.carousel[data-type="multi"][data-columns] .carousel-inner > .item.carousel-item-end,
.carousel[data-type="multi"][data-columns] .carousel-inner > .item.carousel-item-start,
.carousel[data-type="multi"][data-columns] .carousel-inner > .item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 0;
}
.carousel[data-type="multi"][data-columns] .carousel-inner > .item > div { 
    display:none; 
}
/* show only first two elements as width is 50% */
.carousel[data-type="multi"][data-columns] .carousel-inner > .item > div:nth-child(-n + 2) { 
    display:block; 
}
/* B415: carousel-item */
.carousel-item {
  transition: transform .6s ease-in-out;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width:4rem;
  height:4rem;
  filter: invert(100%);
}
.carousel[data-type="multi"] .carousel-control-next, .carousel[data-type="multi"] .carousel-control-prev {
  width: 40px;
}
/* content slider in md and lg*/
@media (min-width: 992px) {
    .carousel[data-type="multi"][data-columns="3"] .stylesummarybox {
        width:33.33333333%;
    }
    .carousel[data-type="multi"][data-columns="4"] .stylesummarybox {
        width:25%;
    }
    .carousel[data-type="multi"][data-columns="5"] .stylesummarybox {
        width:20%;
    }
    .carousel[data-type="multi"][data-columns="3"] .carousel-inner > .item.active.carousel-item-end,
    .carousel[data-type="multi"][data-columns="3"] .carousel-inner > .item.carousel-item-next {
        -webkit-transform: translateX(33.33333333%);
        transform: translateX(33.33333333%);
        left: 0;
    }
    .carousel[data-type="multi"][data-columns="3"] .carousel-inner > .item.active.carousel-item-start,
    .carousel[data-type="multi"][data-columns="3"] .carousel-inner > .item.carousel-item-prev {
        -webkit-transform: translateX(-33.33333333%);
        transform: translateX(-33.33333333%);
        left: 0;
    }
    .carousel[data-type="multi"][data-columns="4"] .carousel-inner > .item.active.carousel-item-end,
    .carousel[data-type="multi"][data-columns="4"] .carousel-inner > .item.carousel-item-next {
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
        left: 0;
    }
    .carousel[data-type="multi"][data-columns="4"] .carousel-inner > .item.active.carousel-item-start,
    .carousel[data-type="multi"][data-columns="4"] .carousel-inner > .item.carousel-item-prev {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        left: 0;
    }
    .carousel[data-type="multi"][data-columns="5"] .carousel-inner > .item.active.carousel-item-end,
    .carousel[data-type="multi"][data-columns="5"] .carousel-inner > .item.carousel-item-next {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
        left: 0;
    }
    .carousel[data-type="multi"][data-columns="5"] .carousel-inner > .item.active.carousel-item-start,
    .carousel[data-type="multi"][data-columns="5"] .carousel-inner > .item.carousel-item-prev {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
        left: 0;
    }
    .carousel[data-type="multi"][data-columns] .carousel-inner > .item.carousel-item-end,
    .carousel[data-type="multi"][data-columns] .carousel-inner > .item.carousel-item-start,
    .carousel[data-type="multi"][data-columns] .carousel-inner > .item.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 0;
    }
    .carousel[data-type="multi"][data-columns] .carousel-inner > .item > div { 
        display:block; 
    }
}
/* combine product internet description, information tabs and stock availability and display stock availability tab */
.stockAvailabilityCont.combine-product-information {
    padding: 0;
    margin: 20px auto;
    display: inline-block;
    text-align: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 50px;
    border-bottom: 1px solid #ccc;
}
.stockAvailabilityCont.combine-product-information > .stockAvailability-theme.left-container {
    float: left;
    width: 70%;
    padding-right: 50px;
}
.stockAvailabilityCont.combine-product-information >.stockAvailability-theme.right-container {
    float: left;
    width: 30%;
}

.stockAvailabilityCont.combine-product-information > .stockAvailability-theme .ajax__tab_header {
    color: #000;
    font-weight: bold;
    margin-right: 0;
}
.stockAvailabilityCont.combine-product-information > .stockAvailability-theme .ajax__tab_body {
    border: 0;
    padding: 20px 0 0 0;
}
.stockAvailabilityCont.combine-product-information > .stockAvailability-theme .ajax__tab_outer {
    background: none!important;
    margin-right: 20px;
}
.stockAvailabilityCont.combine-product-information > .stockAvailability-theme .ajax__tab_inner {
    background: none!important;
    margin-left: 0;
}
.stockAvailabilityCont.combine-product-information > .stockAvailability-theme .ajax__tab_active .ajax__tab_inner {
    border-bottom: 3px solid #006fb1;
}
.stockAvailabilityCont.combine-product-information > .stockAvailability-theme .ajax__tab_active .ajax__tab_tab, 
.stockAvailabilityCont.combine-product-information > .stockAvailability-theme .ajax__tab_hover .ajax__tab_tab, 
.stockAvailabilityCont.combine-product-information > .stockAvailability-theme .ajax__tab_header .ajax__tab_tab {
    margin-right: 0;
    padding: 10px 0 0;
}
/* combine product internet description, information tabs and stock availability and display below add to cart button */
.product-information-tabs.combine-product-information {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.product-information-tabs.combine-product-information .ajax__tab_header {
  font-size: 11px;
  margin: 0 auto 15px;
  display: inline-block;
  letter-spacing: 1px;
}
.product-information-tabs.combine-product-information .ajax__tab_header>span {
  padding: 5px 0;
}
.product-information-tabs.combine-product-information .ajax__tab_tab {
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #000;
  line-height: normal;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.product-information-tabs.combine-product-information .ajax__tab_tab:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  padding-left: 5px;
}
.product-information-tabs.combine-product-information .ajax__tab_active .ajax__tab_tab {
  color: #006fb1;
}
.product-information-tabs.combine-product-information .ajax__tab_active .ajax__tab_tab:after {
  content: "\f106";
}
.product-information-tabs.combine-product-information .ajax__tab_header
, .product-information-tabs.combine-product-information .ajax__tab_tab
, .product-information-tabs.combine-product-information .ajax__tab_outer 
, .product-information-tabs.combine-product-information .ajax__tab_inner {
  border:0!important;
  background: none!important;
  padding: 0;
  margin: 0;
}
.product-information-tabs.combine-product-information .ajax__tab_header, 
.product-information-tabs.combine-product-information .ajax__tab_header>span {
  display:block!important;
  border:0!important;
}
.product-information-tabs.combine-product-information .ajax__tab_header > .ajax__tab_panel {
  max-height: 0;
  overflow: hidden;
  visibility: visible;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.product-information-tabs.combine-product-information .ajax__tab_header > .ajax__tab_panel.open {
  max-height: 9999px;
  overflow: visible;
  display: block;
  visibility: visible;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

#comm100-button-2153 {
 display:  inline-block;
 position: relative;
}

#comm100-button-2153 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.customer-service .live-chat {
 background-image: url(/user/files/cust-serv-rep.png?t=2011231437);
 background-size: contain;
 background-repeat: no-repeat;
}

/* B415: col-12
.col-12 {
  width:100%!important;
}
*/
.sitemappath > span.sitemappath-list > span {
  display:inline-block;
  padding:7px 7px 7px 0;
}
.sitemappath > span.sitemappath-list {
  display:block;
  padding:0;
}.image-thumbnail-right .productimage_zoomed {
  margin-right:80px;
  position: relative;
}
.image-thumbnail-right .productimage_thumbnails {
  float: right;
  top: 25px;
  left: auto;
  right: 0;
}
.image-thumbnail-right .productimage_thumbnails_scrolltop, .image-thumbnail-right .productimage_thumbnails_scrollbottom {
  left: auto;
  right: 0;
}
/* ShoppingCartLayout List begins */
.col-section {
  position: relative;
}
.col-column > .col-section {
  margin-top: 15px;
}
.col-column > .col-section:first-child {
  margin-top: 0;
}
.col-cart-items >.item {
  margin: 15px 0;
}
.item-image {
  float: left;
  width: 100px;
  max-height: 150px;
}
.item-details {
  margin-left: 115px;
}
.item-details > div {
  margin-bottom: 5px;
}
.item-details > div:last-child {
  margin-bottom: 0;
}
.item-details > .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 0;
}
.item-details > .amount > span {
  color: #555;
  display: inline-block;
  font-weight: 600;
}
.item-details > .amount > span.onsale {
  color: #f00;
  margin-right: 5px;
}
.qty > .qty-addon {
  position: relative;
  display: inline-block;
  width: 80px;
}
.qty > .qty-addon > .inputqty {
  padding: 6px 0 !important;
  text-align: center;
}
.qty-addon-minus {
  left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.qty-addon-plus {
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.qty > .qty-addon > .qty-addon-minus, .qty > .qty-addon > .qty-addon-plus {
  position: absolute;
  top: 0;
  height: 34px;
  line-height: 34px;
  width: 30%;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none !important;
}
.qty > .qty-addon > a:active, .qty > .qty-addon > a:focus {
  background-color: transparent;
}
a.remove-cartitem:before, a.moveto-wishlist:before {
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 18px;
  text-decoration: none;
  vertical-align: middle;
  width: 18px;
  display: inline-block;
}
a.remove-cartitem:before {
  content: "\f014";
}
a.moveto-wishlist:before {
  content: "\f08a";
}
.col-section .coupon_shoppingcart, .col-cart-summary {
  height: auto!important;
  margin: 0;
}
.col-section .coupon_shoppingcart .coupon_content, .col-section .coupon_shoppingcart .coupon_prompt {
  float: none;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.col-section .coupon_shoppingcart .coupon_content .coupon_input {
  width: 70%;
  width: calc(100% - 94px);
}
.col-cart-summary {
  overflow: hidden;
}
.col-cart-summary > tbody > tr > td {
  font-weight: normal;
  padding: 8px 15px;
  border-top: 0;
  overflow: hidden;
/* B415: col-cart-summary > tbody > tr > td */
  border-bottom: 0;
}
.col-cart-summary > tbody > tr.col-cart-total > td {
  font-weight: bold;
}
.col-cart-summary > tbody > tr > td.col-name {
  text-align: left;
}
.col-section-order-summary .col-cart-summary > tbody > tr > td.col-name {
  padding-left: 0;
}
.col-cart-summary > tbody > tr > td.col-value {
  text-align: right;
}
.col-section-order-summary .col-cart-summary > tbody > tr > td.col-value {
  padding-right: 0;
}
.col-cart-summary > tbody > tr[data-removeable] > td {
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.col-cart-summary > tbody > tr[data-removeable] > td.col-value {
  transform: translate(65px);
  white-space: nowrap;
}
.col-cart-summary > tbody > tr[data-removeable] > td.col-value > a.remove-cartitem {
  display: inline-block;
  background-color: #f00;
  color:#fff;
  height: 100%;
  width: 60px;
  margin-left: 5px;
  text-align: center;
}
.col-cart-summary > tbody > tr[data-removeable]:hover > td, .col-cart-summary > tbody > tr[data-removeable].active > td {
  color: #5A5A5AB3;
}
.col-cart-summary > tbody > tr[data-removeable]:hover > td.col-name, .col-cart-summary > tbody > tr[data-removeable].active > td.col-name {
  transform: translate(-60px);
}
.col-cart-summary > tbody > tr[data-removeable]:hover > td.col-value, .col-cart-summary > tbody > tr[data-removeable].active> td.col-value {
  transform: translate(0);
}
.col-cart-summary .col-cart-tax {
  font-size: 80%;
}
.col-section-continue-button a.continuebutton {
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
}
.col-column-wrap > .col-column.half {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .col-column-wrap > .col-column {
    float: left;
    width: 60%;
  }
  .col-column-wrap > .col-column:nth-of-type(2) {
    width: 40%;
  }
  .col-column-wrap > .col-column.half {
	width: 50%;
  } 
  
  .col-column + .col-column {
    padding-left: 10px;
  }
  .col-cart-items {    
    max-height: 605px;
    overflow-y: auto;
  }
  .col-column input.major.btn {
    width: 100%;
  }
  .col-column .continuebutton input.major.btn {
    width: 50%;
  }
}
/* ShoppingCartLayout List ends */
/* CheckoutLayout Accordion begins */
.one-page-chekout.form-body {
  margin-top:0;
}
.col-column > .col-section:last-child {
  margin-bottom: 15px;
}
.col-column .col-column > .col-section:last-child {
  margin-bottom: 0;
}
.col-section-shipping, .col-section-billing, .col-section-payment, .col-section-order-summary {
  border: 1px solid #ddd;
}
.col-section-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #5d7b9d; /* #F7F6F3;*/
  color: #fff; /* #5A5A5A; */
  font-size: 16px;
  padding: 7px 15px;
}
.col-section-header .col-section-title {
  width: 100%;
  background-color: #5d7b9d; /* #F7F6F3;*/
  color: #fff; /* #5A5A5A; */
  display: block;
  cursor: default;
}
.col-section-header .col-section-title.disabled {
  opacity: 0.6;
}
.col-section-header .col-edit-section {
  display:none;
  background: #fff;
  padding: 0 15px;
}
.col-section-header .col-edit-section.editable {
  display:block;
}
.col-section-header a.view-cart {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  background-color: transparent;
  color: inherit;
  text-decoration: underline;
}
.col-section-body, .col-section-footer {
  border-top: 1px solid #ddd;
  padding: 15px;
  -moz-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
}
.col-section-body > .col-section, .col-section-footer > .col-section {
  margin-top: 15px;
}
.col-section-body > .col-section:first-child, .col-section-footer > .col-section:first-child {
  margin-top: 0;
}
.col-section-body .col-cart-items >.item:first-child {
  margin-top: 0;
}
.col-section-body .coupon, .col-section-body .coupon_shoppingcart, .col-section-body .giftcard_checkout, .col-section-body .col-cart-summary {
  background-color: #fff;
  color: #000;
  border: 0;
}
.col-section-body .coupon_checkout, .col-section-body .giftcard_checkout {
  padding-left: 0;
  padding-right: 0;
}
.col-section-body .coupon_checkout > div, .col-section-body .giftcard_checkout > div {
  padding-left: 0!important;
  padding-right: 0!important;
}
.col-section-body .col-section-cart-summary {
  border-top: 2px solid #000;
  margin-top: 5px;
}
input[type=checkbox].sameasshipping {
  margin-left: 0;
}
input[type=checkbox].sameasshipping + label {
  padding-left: 27px;
  display: inline;
}

/* B415: input[type=checkbox].sameasshipping + label */
input[type=checkbox].sameasshipping + label {
  padding-left: 0;
  padding-top: 0;
}.billingaddresshead {
  display: none;
}
.billingaddresshead.on {
  display: block;
}
.col-section-footer .addressfield .fieldname, .hide-fieldname .addressfield .fieldname {
  display: none;
}
.loyalty_content .input_box > input {
  width: 100%;
}
.col-section-body .useloyaltypoints {
  display: block;
}

.col-section-body .sectionbar {
  
}
.col-section-body .sectionbar > .form-group:last-child {
  margin-bottom: 0;
}
.col-section-body .submitbutton {
  
}
.col-section-body .error > .findpostcode {
  bottom: 15px;
}
.one-page-chekout #CreditCardEntryInputs {
  width: 100%;
}
.addressfinder-container .addressfinder {
  border: 0 !important;
}
.col-section.readonly .formsectiontext, .col-section.readonly .formsectionvalue {
  width: auto;
  padding-top: 7px;
  min-height: 34px;
  padding-right: 7px;
}
.col-section.readonly > .shippingmethodfield {
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
}
  /* error message on checkout blocks and comments in checkout */
  .invalid-feedback.invalid-checkoutblock {
    margin-left: 25%;
  }
  .one-page-chekout .shippingcomments > .invalid-feedback.invalid-checkoutblock, .one-page-chekout .checkoutblock-container > .invalid-feedback.invalid-checkoutblock {
    margin-left: 28%;
  }  
  .one-page-chekout .checkoutblockcheckbox > .invalid-feedback.invalid-checkoutblock {
    margin-left:0!important;
  }
  .invalid-feedback.invalid-checkoutblock {
    margin-left: 25%;
  }
}
/* CheckoutLayout Accordion ends */

.btn-alert-ok, .btn-confirm-ok, .btn-confirm-cancel {
  padding-left:18px;
  padding-right:18px;
}
.btn-confirm-cancel {
  margin-left:15px;
}
  /* kitset components in product */
  select.text-select {
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    cursor: text !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: ';
    background-color: transparent !important;
  }
  select.text-select::-ms-expand {
    display: none;
  }	
  /* end kitset components in product */
  
.table-borderless>tbody>tr>td, .table-borderless>tbody>tr>th, .table-borderless>tfoot>tr>td, .table-borderless>tfoot>tr>th, .table-borderless>thead>tr>td, .table-borderless>thead>tr>th {
  border: 0;
}
.size-availability-table>tbody>tr>td, .size-availability-table>tbody>tr>th, .size-availability-table>tfoot>tr>td, .size-availability-table>tfoot>tr>th, .size-availability-table>thead>tr>td, .size-availability-table>thead>tr>th {
  padding: 5px 0;
}
.size-availability-table>thead>tr>th {
  padding: 16px 0;
  border-bottom: 2px solid #ddd;
}
.stock-availability-container + .sanote {
  padding: 5px 0;
}
.size-availability-body .sabranchname {
  min-width: 110px;
}
.size-availability-body .saattribute2 {
  min-width: 50px;
}
.size-availability-body .sabranchname a[aria-disabled="true"] {
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  cursor: default;
  color: #000!important;
  text-decoration: none!important;
  padding: 0;
  margin-left: 0;
}
/* to remove existing properties */
.size-availability-body .sainstock, .size-availability-body .saoutofstock {
  font-weight: normal!important;
  color: #000!important;
  background: none!important;
  padding: 0!important;
}
.size-availability-body .sainstock:before, .size-availability-body .saoutofstock:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.size-availability-body .sainstock:before {
  content: "\f00c";
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}
.size-availability-body .saoutofstock:before {
  font-size: 1.5rem;
  content: "\f00d";
  color: #aaa;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
.offer_banner a {
  color: #af1d30;
  pointer-events: none;
  cursor: default;
}
.amount-was {
  text-decoration: line-through;  
}
.item-image img {
  max-height: 100%;
  margin: 0 auto;
}
/* Giveaway promotion begins */
.modal .popup-upsell {
  margin:0 auto;
  text-align:center;
}
.modal .popup-upsell .upsell-header {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-transform: none;
}
.modal .popup-upsell .upsell-heading {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.modal .popup-upsell .upsell-products, .modal .popup-upsell .upsell-footer {
  position:relative;
  display:inline-block;
  margin:0 auto;
  width: 297px;
}
.modal .popup-upsell .upsell-footer .btn {
  border: 1px solid #ddd;
  background: transparent !important;
  color: #333 !important;
}
.modal .popup-upsell .upsell-products .styleoffer .offer_badge {
  display: none;
}
.modal .popup-upsell .upsell-products .styleoffer .offer_banner {
  display: block;
  border: 0;
}
.modal .popup-upsell .upsell-products .styleoffer .offer_banner a {
  font-size: 80%;
}
.modal .popup-upsell .upsell-products .quantityinput {
  display: none !important;
}
/* Giveaway promotion ends */

.form-group.error > input.formsectionvalue, .form-group.error > select.formsectionvalue, .form-group.error > textarea.formsectionvalue {
  border:1px solid #ff0000;
}
body.img-dims img {
  object-fit: contain;
}
.image-thumbnail-left .productimage_thumbnails_scrolltop, .image-thumbnail-left .productimage_thumbnails_scrollbottom, .image-thumbnail-right .productimage_thumbnails_scrolltop, .image-thumbnail-right .productimage_thumbnails_scrollbottom {
  left: 15px;
}
/* Categories on Style List contents */
.stylelist -summary-header {
  position: relative;
  display: flex;
  justify-content: right;
  padding-right: 15px;
  z-index: 1;
}
.stylelist-summary-header > li {
  position: relative;
  display: block;
  margin-bottom: -1px;
}
.stylelist-summary-header > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;	
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0;
  border-radius: 0;
  opacity: 0.6;
  cursor: pointer;
}
.stylelist-summary-header > li.active > a, .stylelist-summary-header > li.active > a:hover {
  opacity: 1;
  font-weight: bold;
  text-decoration: underline;
}
.stylelist-summary-header > li > a:hover {
  opacity: 1;
  text-decoration: underline;
}
.stylelist-summary-inner.inactive {
  display: none;
}
/* Categories on Style List contents ends */
/* Online EFTPOS */
.online-eftpos-checkout > * {
  margin:5px 0 !important;
}
.online-eftpos-banks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.online-eftpos-banks > div {
  border:1px solid #ddd;
  padding: 5px 0;
  max-width: 90px;
}
.text-strong {
  font-weight: bold;
  font-size: 120%;
  color:#000;
}
img.fit {
  object-fit: contain;
  max-width:100%;
  max-height:100%;
  height: auto;
}
#cli204 {
  display: none;
}
.subcategory-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
  }
  .subcategory-list li {
    list-style: none;
  }
.lm-lvl2, .lm-lvl3 {
  display: none;
}
.categorymenulevel li.selected .lm-lvl2, .categorysubmenulevel2 li.selected .lm-lvl3, .categorymenulevel .selected {
  display: block !important;
}
/* B415: checkoutbody .addresses */
.checkoutbody .addresses {
  display: flex;
  margin-left: 0!important;
  margin-right: 0!important;
}
.checkoutbody .addresses > div {
  
  
}
/* B415: giftregistry */
.giftregistry {
  display: flex;
  flex-flow: row wrap;
}
/* B415: giftregistry .gr_col */
.giftregistry .gr_col {
  display: flex;
  justify-content: center;
}
/* B415: shoppingcartbox */
.shoppingcartbox, .orderdetail, .cr_eventwrap {
  flex-direction: column!important;
  display: flex;
}

/* B415: attr3options .item .item-image-wrap */
.attr3options .item .item-image-wrap {
  display: flex;
}
/* B415: a.wl_btnupdatedetails.btn, a.wl_btnaddalltocart.btn, a.wl_btnemailafriend.btn */
a.wl_btnupdatedetails.btn, a.wl_btnaddalltocart.btn, a.wl_btnemailafriend.btn {
  display: flex;
}
/* B415: registercomplete .continuebutton */
.registercomplete .continuebutton {
  display: inline-flex;
}
.bar > div {
/* B415: bar > div */
  display: flex;
  align-items: center;
}
.bar > div img {
/* B415: bar > div img */
  max-width: fit-content;
}
/* button on modal alert */
.modal-footer > .btn {
  font-size:1.2rem; 
  height:34px;
  min-width:60px;
}
@media screen and (max-width: 767px) {
  .offcanvas-backdrop.fade.show {
    display: none!important;
  }
}
.stockAvailability-theme .ajax__tab_body table.size-availability-table > tbody > tr > td > * {
  line-height: 34px;
}.contactformbox .form-details {
  flex-direction: column;
}
.checkoutbody > div {  
  flex-direction: column;
}
.checkoutbody .stepcustomerdetails .addresses {
  width: auto;
}
@media screen and (min-width: 992px) {
  .logincellinner {
    margin: 0 0 0 15px;
  }
  .logincellleft > .loginheadercell {
    margin-right: -15px;
  } 
  .logincellright > .loginheadercell {
    margin-left: -15px;
  } 
}
.image-zoom-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: auto;
}

  .image-zoom-container .image-zoom-thumbex {
    padding: 7px;
    background-color: transparent;
    overflow: hidden;
  }

    .image-zoom-container .image-zoom-thumbex .image-zoom-thumbnail {
      overflow: hidden;
      position: relative;
      opacity: 0.88;
      backface-visibility: hidden;
      box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    }

      .image-zoom-container .image-zoom-thumbex .image-zoom-thumbnail img {
        z-index: 1;
        width: 100%;
        backface-visibility: hidden;
        margin: 0 auto;
        object-fit: contain;
        transition: all 1.5s ease;
      }

      .image-zoom-container .image-zoom-thumbex .image-zoom-thumbnail p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        text-align: center;
        font-size: 30px;
        color: white;
        font-weight: 300;
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        letter-spacing: 5px;
      }

      .image-zoom-container .image-zoom-thumbex .image-zoom-thumbnail:hover img {
        backface-visibility: hidden;
        transform: scale(1.05);
        opacity: 1;
        z-index: 2;
      }

.image-filter-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.image-filter-button {
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
  transition: all 0.5s ease;
  bottom: 0;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, 0);
  left: 50%;
}

.image-zoom-container .image-zoom-thumbex .image-zoom-thumbnail:hover .image-filter-button {
  bottom: 20%;
  opacity: 1;
}