.row, .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 15px;
}
/* B415: compatibility */
.navbar {
  --bs-navbar-nav-link-padding-x: 15px;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  height: 34px;
}
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;
}
a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 {
    width: 100%;
  }
  .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 */
#ctl00_cieHeader_pnlAdminMenu {
    position: fixed !important;
    margin: 0 !important;
}
.sitemsg{
  padding: 12px;
  background-color: #ccc;
  color: #272C7E;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  z-index: 9999;
}
.lockdowncheck{
  display: block;
}
* {
  margin: 0; 
  padding: 0; 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;   
} 

/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/

html { 
  min-height:100%;
  position:relative; 
  font-size:62.5%; 
  -webkit-text-size-adjust:none; 
} 
html, body { 
  height: 100%; 
}
body { 
  color: #000; 
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px;
  overflow-x:hidden;  
  /*background:url("../Files/bodyBG.jpg") repeat-x scroll 0 0 #FFFFFF;*/
  font-size:9pt;
  font-weight:normal;
  color:#2c2c2e !important;
} 
#bodywrapper {
  background-color:#fff;
  position:relative;
  text-align:left;
  padding: 0;
}
body.img-dims img {
  object-fit: contain;
}
ul, ol, li {
  list-style: none;
  margin-bottom:0;
/* B415: ul, ol, li */
  padding-left:0;
}
h1 {
  font:bold 110% 'Helvetica Neue',Helvetica, Arial, Sans-Serif;
  color:#003271;
  margin-top:10px;
  margin-bottom:10px;
  font-size:1.8rem;
  font-weight:300;
  border-bottom:5px solid #272C7E;
  color:#272C7E;
}
h2 {
  font:bold 110% 'Helvetica Neue',Helvetica, Arial, Sans-Serif;
  color:#003271;
  margin-top:10px;
  margin-bottom:10px;
  font-size:1.8rem;
  font-weight:300;
  border-bottom:1px solid #272C7E;
  color:#272C7E;
}
h3 {
  font:bold 110% 'Helvetica Neue',Helvetica, Arial, Sans-Serif;
  color:#003271;
  margin-top:5px;
  margin-bottom:5px;
  font:bold 110% Helvetica, sans-serif;
  font-size:1.8rem;
  font-weight:300;
  border-bottom:1px solid #272C7E;
  color:#272C7E;
}
h4 {
  font:bold 100% 'Helvetica Neue',Helvetica, Arial, Sans-Serif;
  color:#003271;
  font-size:1.8rem;
  font-weight:300;
  border-bottom:1px solid #272C7E;
  color:#272C7E;
}
hr {
  color:#C0C0C0;
  height:1px;
  border: 0;
}
hr.light {
  color:#C0C0C0;
  height:1px;
  border-style:dashed;

}
fieldset {
  border:1px solid #ddd;
  padding:10px 10px 10px;
  margin-top:4px;
  border:1px solid #DFDFDF;
}
legend {
  font-weight:bold;

}
fieldset div {
  padding-top:5px;

}
.wordwrap {
  white-space:pre-wrap; /* css-3 */
  white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
  white-space:-pre-wrap; /* Opera 4-6 */
  white-space:-o-pre-wrap; /* Opera 7 */
  word-wrap:break-word; /* Internet Explorer 5.5+ */
  vertical-align:top;
}
.validsummary ul {
  padding-left: 40px;
  margin: 10px 0;
}
.validsummary ul, .validsummary li {
  list-style:disc;
}
a, a:focus, :hover {
  text-decoration:none;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
a.selected, a:hover {
  color:#272c7e;
  outline: 0;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
  background-color: transparent;
}

.table tr td:first-child a {
  padding: 9px;
  margin-left: -8px;
  line-height: 34px;
  background-color: transparent;
}
.table tr td.cell_item .cell_item_img a { 
  display:block; 
  width:100%; 
}
label {
  font-weight:normal;
  padding-top:3px;
}
input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], textarea, select {
  padding:5px;
  color: #777;
  border: 1px solid #ddd;
  width:72%;
  line-height:normal;
}
input[type="radio"], input[type="checkbox"] {
  vertical-align: top;
  margin-left:5px;
  margin-right:5px;
  width:18px;
  height:18px;
}
input.btn, a.btn {
  background: #333 !important;
  color: #fff !important;
  text-indent:0 !important;
  font-size:1.2rem; 
  height:34px;
  width:90%;
}
input.major.btn {
  width:15%;
  min-width:140px;
  text-align:center;
}
.form-control {
  display:inline-block;
  font-size: 1.2rem;
  border-radius: 0;
}
/* fix scroll issue on modal in iOS 8.x */
.modal-open {
  width: 100%;
  overflow: hidden;
}
.header, .footer {
  margin:0;
  position:relative;
}

/***** Commenting out to increase the box width of the website - Kudos *****/

/*.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
padding: 0 30%;
}*/

/*@media (max-width:1950px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 28%;
}
}*/

/*@media (max-width:1760px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 26%;
}
}*?

/*@media (max-width:1680px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 21%;
}
}*/

/*@media (max-width:1610px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 24.1%;
}
}*/

/*@media (max-width:1500px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 22%;
}
}*/


/*@media (max-width:1500px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 22%;
}
}*/

/*@media (max-width:1376px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 20%;
}
}*/

/*@media (max-width:1290px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 18%;
}
}*/

/*@media (max-width:1210px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 16%;
}
}*/

/*@media (max-width:1140px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 14%;
}
}*/

/*@media (max-width:1090px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 12.5%;
}
}*/

/*@media (max-width:1030px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 10.5%;
}
}*/

/*@media (max-width:1030px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 8%;
}
}*/


/*@media (max-width:925px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 5%;
}
}*/

/*@media (max-width:878px) {
.footer, .maincontent, #ctl00_HeaderTop_Content_3_pnlContentContainerData, #ctl00_HeaderTop_Content_1234_pnlContentContainerData {
  padding: 0 4%;
}
}*/

.footer {
  padding:15px;
  text-align:center;

}
.table-responsive, .table {
  margin-bottom:0;
}
.no-margin-right {
  margin-right:0 !important;
}
.inline-container, .inline-container > .inline-container, .one-page-chekout .shippingcomments {
  font-size:0;  /* remove white space between inline-blocks */
}
.inline-container > *, .one-page-chekout .shippingcomments > * {
  font-size:1.2rem; /* remove white space between inline-blocks */
}
.formsectiontext, .sign, .one-page-chekout .shippingcomments > .sectionbar {
  vertical-align:top;
  padding-top:7px;
  min-height:34px;
}
.formsectiontext > label {
  padding-top:0;
}
.one-page-chekout .formsectionvalue, .one-page-chekout .shippingcomments > .sectiondata {
  width:100%;
  display:inline-block;
}
.one-page-chekout .shippingcomments > .sectiondata {
  padding:0!important;
}
/*.one-page-chekout .formsectiontext, .one-page-chekout .attributelabel, .one-page-chekout .leftlabel, .one-page-chekout .shippingcomments > .sectionbar {
  width:auto;
}*/
.formsectiontext, .attributelabel, .leftlabel, .one-page-chekout .shippingcomments > .sectionbar {
  width:25%;
  text-align:left;
  display:inline-block;
}
.one-page-chekout .shippingcomments > .sectionbar {
  width:28%;
  background:none;
  font-weight:normal;
  color:#000;
  padding-left:0;
  margin-bottom:0;
}
.sign {
  display:inline-block;
  width:3%;
  text-align:right;
  padding-right:3px;
}
.formsectionvalue {
  text-align:left;
  width:75%;
  display:inline-block;
}
.sign + .formsectionvalue, .one-page-chekout .shippingcomments > .sectiondata {
  width:72%;
}
.formsectionvalue > input, .formsectionvalue > textarea, .formsectionvalue > select, .one-page-chekout .shippingcomments > .sectiondata > textarea {
  padding: 5px;
  width:100%;
}
/* Arccordion checkout - one-page-chekout */
.one-page-chekout .col-section-body .form-buttons {
  margin-bottom: 0;
  padding-bottom:0;
  padding-right: 0;
}
.col-section-footer .addresscomments > .fieldname {
  display: block;
  text-transform: uppercase;
}
.checkoutbody .useloyaltypoints > label {
  width:calc(100% - 30px);
}
/* Checkout blocks */
.checkoutblockcheckbox > .invalid-feedback.invalid-checkoutblock {
  margin-left:0!important;
}
.checkoutblockcheckbox > input.formsectionvalue {
  width:18px!important;
  margin-top:0!important;
}
.one-page-chekout .checkoutblock-container > .formsectiontext {
  width:28%;
}
.one-page-chekout .checkoutblock-container > .formsectionvalue {
  width:72%;
}
.pl-0 {
  padding-left:0;
}
.one-page-chekout .show-payment-amount > div > span {
  font-weight:bold;
  padding-right: 15px;
}
.one-page-chekout .paymentoption-input ~ .entry-form, .one-page-chekout .paymentoption-input ~ .payment-checkout-widget {
  display: none;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}  
.one-page-chekout .paymentoption-input:checked ~ .entry-form, .one-page-chekout .paymentoption-input:checked ~ .payment-checkout-widget {
  display: block;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
/* order summary in accordion checkout */
.col-section-order-summary.open {
  top: 0px;
  overflow: auto;
}
/* ends Arccordion checkout - one-page-chekout */
.form-body {
  margin: 15px 0 0;
}
.form-body > div {
  
}
.form-status {
  margin-bottom:15px;
  padding-left:15px !important;
}
.form-buttons {
  
  
  text-align:right;
}
.formsectiontext.col-all-12 {
  padding-left:0;
  padding-right:0;
}
.form-body > .validationsummary {
  
}
.validationsummary, .loginbody, .passwordrecoverybody, .registerbody, .orderaddresses > div, .pagerstyle td, .pagerstyle table td, .cr_itemsummaries  {
  
}
.validsummary {
  margin:15px;
  width:100%;
}
.formsectionvalue.error > input, input.formsectionvalue.error, .formsectionvalue.error > textarea, textarea.formsectionvalue.error, .formsectionvalue.error > select, select.formsectionvalue.error, .formsectionvalue.error > .input-group > input, .formsectionvalue.error > .input-group > .input-group-addon {
  border:1px solid #ff0000;
}
.form-group.error > input.formsectionvalue, .form-group.error > select.formsectionvalue, .form-group.error > textarea.formsectionvalue {
  border:1px solid #ff0000;
}
.fieldvalidator {
  font:0/0 a !important; 
  text-shadow:none !important; 
  color:transparent !important; 
  width:0 !important;
  position:absolute;
  display:block;
}
.fieldvalidator[style*="inline"] {
  display:block !Important;
}
.loyaltypoints {
  display:inline;
  font-weight:bold;
}
.sectionbar {
  padding:3px 20px;
  background:url(../Files/bullet-1.gif) no-repeat center left;
  color:#5A5A5A; 
  font-size:1.32rem;
  font-weight:bold;
  margin-bottom:15px;
  font-size:1.8rem;
  font-weight:300;
  color:#272C7E;
}
.form-body > .sectionbar {
  margin-top:-15px;
}
.error {
  color:#ff0000;
  font-weight:bold;
  color:#292c7b;
}
.success {
  color:#002E6C;
  font-weight:bold;

}

/**************************       Catalogue       **************************/
.catalogueframe{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}


/**************************       Site Master       **************************/
.content-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.content-container > * {
  flex-basis: 0;
  flex-grow: 1;
}
.admin-menu panel {
left: 14.1% !important;
}

.content {
  position:relative;
max-width:100%;
}

.maincontent > div {
  padding-top:15px;
}
.mainleft {
  padding-right:0;
  background:#fff;

}
.maincentre {
  position:relative;

}
.mainright {
  position:relative;

}
.maincentre.threecolumns {
  padding-right:0;
}
.contentcont-wrapper {
  width:100%;
}
.leftcontent, .centrecontent, .rightcontent {
  
  
}
.col-xs-0, .col-sm-0, .col-md-0, .col-lg-0 {
  width:0;
}
/* B415: col-12
.col-12 {
  width:100%!important;
}
*/
.col-all-12 {
  width:100%;
  padding-left:15px;
  padding-right:15px;
}
/**************************           Logo          **************************/
.logo { 
  margin:0; 
  padding:0; 
} 
.logo a {
  float:left;
}

/************************* Category navigation menu *************************/
.categorymenu {
  border:1px solid #ddd;
  vertical-align:top;

}
.categorymenulevel {
  padding-left:0 !important;
}
.categorymenulevel a {
  font-size:1.2rem;
  font-weight:bold;
  display:block;
  padding:10px 7px;
  font-size:1.8rem;
  font-weight:300;
  color:#000000;  
}
.categorysubmenulevel2 a, .categorysubmenulevel3 a, .categorysubmenulevel4 a {
  font-size:1.1rem;
  font-weight:normal;
  padding-left:14px;
}
.categorysubmenulevel3 a {
  padding-left:21px;
}
.categorysubmenulevel4 a {
  padding-left:28px;
}

/**************************      Category page      **************************/
.productlist {
    margin: 0;
  }
  .productlist li {
    padding: 0;
  }
.productlistlastrow {
  border-bottom:0 none !important;
}
.attributesselection > div > select, .quantityinput > input[type="number"], a.wl_btnupdatedetails.btn, .attributesselection > .kitsetselection, .cell_changedetails .inputvalidator {
  width: 90%;
}
.colourselection, .sizeselection, .attr3selection  {
  margin-bottom:8px;
}
.quantityinput {
  margin-bottom:8px; 
}
.stylesummarybox {
  margin:0 0 20px;
  padding:5px 15px;
  width:100%;
  position:relative;
  /*border: 1px solid #ccc;*/
}
.stylesummarybox a:hover, .promotionimageholder a:hover, .promotiontextholder a:hover {
  background-color: transparent;
}
.stylesummaryimageholder, .promotionimageholder {
  text-align:center;
  height: 100% !important;
  line-height: normal !important;
}
.stylesummaryimageholder > a, .promotionimageholder > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.stylesummaryimageholder > a > img, .promotionimageholder > a > img, .minicartcellleft > a > img, .item-image > a > img {
  margin:0 auto;
}
.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; 
}
.stylesummarytext, .promotiontextholder {
  padding-top:4px;
  text-align:center;
}
.stylesummarytext .textrow, .promotiontextholder {
  overflow:hidden;
  text-overflow:ellipsis;
  height: auto !important;
}
span.spn_CP .defaultpriceprefix {
  font-size:90% !important;
  font-weight:normal !important;
}
.addtowishlist { 
  display:inline !important;
  background:url(../Files/wishlist.png) no-repeat; 
  width:24px;
  height:24px;
  z-index:99; 
  position:absolute;
  top:10px;
  right:10px;
  cursor:pointer;
} 
.addtowishlist a:hover { 
  display:inline; 
  background:url(../Files/wishlist-hover.png) no-repeat; 
} 
.popupLabel { 
  background:#888;
  color:#fff;
  font-size: 90%;
  right: 0;
  width: 50px;
  position: absolute;
  top: 40px;
  padding: 3px 5px 5px;
  outline: none;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  z-index: 2;
  color:#FFF;
} 
.addToCartPopupLayer {
  display:none !important;
}

span.active.page-link {
 background-color: #2a347a;
 color: white
}
.page-link:hover{
  background-color: #2a347a !important;
 color: #fff !important;
}

/**************************    Product list page    **************************/
.stylelistpage .sectionheader {
background:#2A347A;
  margin-top:0; 
  margin-bottom:10px; 
}
.stylelistcontent .sectionheader a {
  padding: 7px;
color: #fff;
}

/**************************       Search page       **************************/
.productsfound { 
  font-weight:bold; 
  margin:10px 0 10px 10px; 

}
.productsfound span { 
  color:#b22222; 
  color:#292c7b;
}
.productsnotfound { 
  font-weight:bold; 
  margin:10px 0 10px 10px; 

}
.productsnotfound span { 
  color:#b22222; 
  color:#292c7b;
}
.productsnotfound .productsnotfoundbody { 
  margin:10px 0 0 0; 

}

/**************************   All categories page   **************************/
.all_cate_look > span > span {
  display:inline-block;
  position:relative;
  width: 33.3333334%;
  vertical-align:top;
}
.all_cate_look br {
  display:none;
}
.categorieswrap {
  margin-bottom:15px; 
}
.subcategorieswrap {
  margin-left:15px; 
}
h2.categorymenulevel, h3.categorysubmenulevel2, h4.categorysubmenulevel3, h5.categorysubmenulevel4 {
  margin:0 0 15px 0; 
}

/**************************    Currency selector   **************************/
.currencyselector {
  position: absolute;
  top: 50px;
  right: 15px;
  text-align: right;
  color: #000;
  z-index: 1002;
  font-size:8pt;
}
.currencyselector a {
  position: relative;
  top: 0;
  display: block;
  padding: 12px 10px;
  white-space: nowrap;
  font:11px Arial, Helvetica, sans-serif;
}
.currencyselector img {
  position: relative;
  top: 0;
  margin-right: 4px;
  display: inline;
}
.currencyselector ul {
  position: relative;
  z-index: 1002;
  background-color: #fff;

}
.currencyselector li {
  float: right;
  position: relative;
}
.currencyselector span {
  display: block;
  padding: 5px;
  white-space: nowrap;
  cursor: pointer;
}
.currencyselector li ul {
  position: absolute;
  left: -9999px;
  float: right;
  border: 1px solid #ddd;
  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;
}

/* Login menu */
.uppermenu {
  position:absolute;
  top:0;
  right:15px;
  z-index:1003;
  padding-top: 42px;
}
.uppermenu-dropdown > .nav-divider {
  display:none;
}
.loginmenuwrap {
  position:relative;
  padding: 20px 0 0;
}
.loginmenuwrap img {
  display:inline;
}
.uppermenu li {
  display:inline-block;
}
.uppermenu li.first {

}
.uppermenu li span.login-username {
  display:inline-block;
  padding:0;  
  color:#ffa7c6;
  padding: 1px 10px 0 0;
  font-size: 10px;
  text-transform: uppercase;
}
.uppermenu li a:link, .uppermenu li a:visited {
  padding:0;
  margin-left: 15px;
  text-decoration:none;
  color:#fff;
  font-size: 10px !important;
  text-transform: uppercase;
}
.uppermenu li a:active, .uppermenu li a:hover, .uppermenu li a:focus {
  color:#fff !important;
  background-color: transparent !important;
  text-decoration: underline;
}
#trg_slidingcart_a{
  margin-right: 0;
  width: auto;
}
#trg_slidingcart_a:before{
  font-family: FontAwesome;
  content: "\f07a";
  color: #fff;
  font-size: 15px;
  vertical-align: top;
  margin-right: 5px;
  display: inline-block;
  margin-top: -3px;
}
#trg_slidingcart_a img {
  display: none;
  vertical-align: top;
  margin-right: 3px;
}

/**************************        Main menu        **************************/
.mainMenu {
  z-index:1001;
  font-size: 0;
  text-align: center;
  padding: 0;
}
.mainMenu.fixed {
  position:fixed;
  top:0;
  width:100%;
}
.caret{
  display: none;
}
.navbar {
  margin-bottom:0;
  border-bottom:0;
}
.navbar-nav, .navbar-collapse.in > .navbar-nav {
  margin:0;
}
.navbar-collapse {
  border-bottom: 1px solid #e7e7e7;
}
.navbar-collapse li.hasSub li {
  border-bottom: 0;
}
.nav > li { 
  position: static; 
}
@media screen and (min-width:768px) {
    .nav > li {
      float: left;
    }
  }
.dropdown a:before{
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  margin-left: 3px;
  color: #ccc;
}
.dropdown-menu { 
  width:100% !important;
  top: 51px;
  left:0; 
  right:0; 
  background-color: rgba(43, 49, 123, 0.7);
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  text-align: center;
  font-size: 0;
} 
.dropdown-menu-row { 
  position:relative; 
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 15px !important;
  display: inline-block;
  text-align: left;
  width: 100%;
} 
.dropdown-menu ul {
  padding:0 10px;
}
.dropHeader, .subPic1, .subPic2, .subPic3, .subPic4, .subPic5, .subPic6, .subPic7, .subPic8, .subPic9, .subPic10, .subPic12 {
  display:none; 
}
.dropdown-menu h3 {
  font-size: 1.2rem;
  color: #777;
  font-weight: normal;
}
.lvl1{
  float: left;
  width: 100%;
  max-width: 25%;
  padding: 0 !important;
}
.lvl2{
  display: none;
}
.dropdown-menu ul li a {
  color: #fff !important;
  font-size: 12px;
  display: inline-block;
  padding:6px 0;
  margin: 0;
  text-transform: uppercase;
}
.dropdown-menu ul li a:hover{
  color: #272C7E !important;
  text-decoration: none;
  background-color: transparent !important;
}
.dropdown-menu ul li a:before{
  display: none;
}
.dropdown:hover, .dropdown:hover > a{
  color: #fff !important;
  background-color: #2b317b;
}
.mainMenuItem5:hover, .mainMenuItem5:hover > a, .mainMenu li.mainMenuItem5 > a:hover {
    background-color: #a50c29 !important;
  }
.mainMenuItem5 .dropdown-menu {
    background-color: rgba(167,45,64,0.7);
  }
.mainMenuTop h3 { 
  width: 200px;
} 
.nav > li > ul > li {
  position: relative;
  display: block;
}
.navbar-default .navbar-nav > li > ul > li > a:hover, .navbar-default .navbar-nav > li > ul > li > a:focus {
  color: #777;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
  background-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover{
  background-color: transparent !important;
}
.navbar-default .navbar-nav > li > ul > li > a {
  color: #777;
}
.navbar-nav > li > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.nav > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > ul > li.first > span{
  color: #777;
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}

/**************************      Filter/Sort By     **************************/
.refine-search-wrap {
    padding: 0 calc(var(--bs-gutter-x)* .5);
  }
.refine-search-wrap > .collapse {
  display:block;
}
ul.styleresultbar-collapse {
  height: auto !important;
}
.styleresultbar {
  /*border:1px solid #ddd;*/
  text-align:left;
  display:block;
  position:relative;
  /*border-bottom:1px solid #000000;*/
  margin: 20px 0;
/* B415: styleresultbar */
  display: flex;
}
.styleresultbar:nth-of-type(3) {
  margin-top:-1px;
}
.styleresultbar > div {
  margin:0;
  padding:0 7px;
  position:relative;
  width:100%;
}

@media (max-width:568px) {
.styleresultbar > div {
width:100%;
}
.styleresultbar select {
    display: inline-block;
    width: 100% !important;
}
}

.styleresultbar > div > * {
  margin:7px 0;
}
.styleresultbar span.text {
  display:inline-block;
  width:24%;
}
.styleresultbar select {
  display:inline-block;
  width:78%;
}
.styleresultbar .navpages {
  display:block;
  text-align:right;
  border-radius:0;
  padding-right:0;
display:none;
  margin-left: auto;
}

.styleresultbar #ctl00_MainCentre_container_container_Content_39_StyleListResultBarTop_tdNavPages {
display:none;
}

.styleresultbar .page-link {
  display:inline-block;
  padding:7px 10px;
  margin-right:7px;
  border:1px solid #ddd;
}
.styleresultbar .active {
  font-weight:bold;
  background-color:#e7e7e7;
}

.pagination.navpages {
display: inline-block;
    border-radius: 0;
    padding-right: 0;
    width: 100%;
text-align: center;
}
.pagination.navpages .page-link {
  display:inline-block;
  padding:7px 10px;
  margin-right:7px;
  border:1px solid #ddd;
}
.pagination.navpages .page-link:hover{
  background-color: #2a347a;
  color: #fff;
}
#ctl00_MainCentre_container_container_Content_39_StyleListResultBarBottom_tdNavPages, #ctl00_MainCentre_container_container_Content_8_StyleListResultBarTop_tdNavPages, #ctl00_MainCentre_container_container_Content_32_StyleListResultBarTop_tdNavPages {
display:none;
}


/**************************        Search bar       **************************/
.search-container {
  margin-bottom: 20px;
  position: absolute;
  top: 75px;
  right: 15px;
  padding-top: 42px;
}
.bar { 
  position:relative;
  color:#fff;
}
.bar > div {
  width: 215px;
  line-height: normal;
/* B415: bar > div */
  display: flex;
  align-items: center;
}
.bar a{
  display: inline-block;
  line-height: normal;
}
.bar a:hover{
  text-decoration: none;
  color: #000;
}
.bar a:before{
  content: "\f002";
  color: #fff;
  font-family: FontAwesome;
  font-size: 22px;
  text-decoration: none;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  margin-left: 5px;
   vertical-align: middle;
}
.bar a:hover:before{
  color: #ffa7c6;
}
.bar > div img {
  display: none;
/* B415: bar > div img */
  max-width: fit-content;
}

input.searchtextbox {
  font-weight:normal;
  width:200px;
  font-size: 12px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
input.enablewatermark {
  color:#fff;
  font-style:italic;
}
input.disablewatermark {
  font-style:normal;
  color:#777;
}

/**************************       Sitemap path      **************************/
.sitemappath {
  font-weight:bold; 
  padding-bottom:5px; 
}
.sitemappath a {
  color:inherit;
  padding: 7px;
}
.sitemappath > span, .sitemappath > span.sitemappath-list > span {
  display:inline-block;
  padding:7px 0;
}

/**************************        Login page       **************************/
.firsttimeuser {
    /*padding: 10px;*/
    font-size: 16px;
    background-color: #2a347a;
    text-align: center;
    max-width: 500px;
    margin: 30px auto 0;
    border: 1px solid #feebcf;
    color: #fff;
  }
  .firsttimeuser a {
    color: #fff;
  }
  .login-popup {
    font-size: 15px;
    padding: 10px;
  }
  .login-modal {
    width: 100% !important;
    max-width: 750px;
    border-radius: 0;
    margin: 50px auto;
  }
  .login-modal .modal-title {
    display: none;
  }
.logincontainer {
    position: relative;
}
@media screen and (min-width:992px) {
  .logincontainer {
    max-width: 800px;
    margin: 0 auto;
  }
}
.logintable {
  border:1px solid #ddd;
}
.logincontainer .logincellinner .logincelltext {
    display: none;
  }
.logincontainer .logincellinner .formsectionvalue, .logincellright .logincellinner input,  #new-customer-section input {
    width: 100% !important;
  }
.loginbody {
  margin: 0;
}
@media screen and (min-width:992px) {
  .logincellleft {
    padding: 25px 40px 25px 10px;
  }
  .logincellright {
    padding: 25px 10px 25px 40px;
  }
}
@media screen and (max-width:991px) {
  .logincellleft {
    padding: 25px 30px;
  }
  .logincellright {
    padding: 25px 30px;
  }
  #new-customer-section {
    padding: 30px;
    background-color: #ddd;
    margin: 0 -30px 30px;
  }
}
.loginheadercell {
  height:26px;
  line-height: 26px;
  background-color:#5D7B9D;
  font-weight:bold;
  color:#fff;
  vertical-align:middle;
  text-align:center;
  margin-bottom: 15px;
  font-size:1.8rem;
  font-weight:300;
  color:#272C7E;
}
@media screen and (max-width:991px) {
  .loginheadercell {
    text-align: center !important;
    padding: 0 !important;
  }
}
.logincellinner, .registercellleft, .registercellright  {
  
}
.userinformationemail .sign {
  display: none;
}
.logincellinner > .loginrememberme {
  font-size:1.2rem;
  margin: 0;
  padding-bottom: 5px;
}
.logincellinner > .loginrememberme > input {
  margin-top:0;
  width: 12px;
}
.logincellinner .form-group {
    margin-bottom: 10px !important; 
  }
.logincellinner .form-group.loginrememberme {
  margin: 0 !important;
}
.loginforgotpwd a {
  padding: 0;
  text-decoration: underline;
}
.loginbutton.form-buttons {
  text-align: left;
}
.loginbutton input.btn {
  width: 100% !important;
}
.shoppingcart_bottombuttons.form-buttons, .customerdetailsbutton.form-buttons {
  padding-right:0;
  margin-top: -75px;
  margin-right: 58px;
}
.logincellinner {
  position:relative;
  /*min-height:170px;*/
  padding:0;
  /*margin:0 15px;*/
}
/*.logincreatecell > .logincellinner > .createnewaccount {
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}*/
.loginadditionalcontent {
  display: none;
}

/**************************  Password recovery page **************************/
.passwordrecoverycontainer > h2 {
  margin-top:-15px;
  margin-bottom:30px;
}
.recoverpwdtable {
  border:1px solid #ddd;
}
.recoverpwdheader {
  height:26px;
  line-height:26px;
  background-color:#5D7B9D;
  font-weight:bold;
  color:#fff;
  vertical-align:middle;
  text-align:center;
  margin-bottom:15px;
  background-color:#FFFFFF;
  font-size:1.8rem;
  color:#272C7E;
}
.recoverpwdbody > div {
  margin: 0 15px 15px;
}

/**************************       Product page      **************************/
.productdetailbox { 
  position:relative;
  margin: 0;
  height:100%;
} 
.productdetailbox > div {
  
}
.productimagecont {
  z-index:2;
}
.productimagecont .rollovermessage {
  font-size:90%;
  padding:5px 0 10px;
  text-align:center;

}
.productdetailcont {
  z-index:1;
  
}
.productdetailcont .thumbnail {
  display:inline-block;
  padding: 0;
  margin-bottom: inherit;
  line-height: normal;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.productdetailcont .productdetailrow {
  padding-top:7px;
  text-align:left;
  clear:both;
}
.productdetailcont .productdetailrow > select.form-control {
  width:75%;
}
.productdetailcont .availailityrow {
   height:30px;
  display: none;
}
.productdetailcont .selectionmessage {
   height:25px;
}
#personal-fields, #personal-fields > * {
  width:100% !important;
}
.internetprice {
  font-size:1.3rem;
  text-decoration:line-through;

}
.currentprice {
  font-weight:bold;
  font-size:1.3rem;
  color:#b22222;
  color:#292c7b;
}
.saveamount {
  font-size:1.3rem;
  color:#b22222;
  color:#292c7b;
  display: none;
}
.newstyle {
  font-weight:bold;
  color:#b22222;
  color:#292c7b;
}
.availablenow {
  color:#000;

}
.delayeddelivery {
  color:#b22222;
  color:#292c7b;
}
.outofstock {
  font-weight:bold;
  color:#b22222;
  color:#292c7b;
}
.colouroptions {
  padding-bottom:15px;
  display: inline-block;
  width: 100%;
}
.colouroptions .item {
  cursor:pointer;
  float:left;
  height:81px;
  width:80px;
  margin: 5px 5px 0 0;
  border: 1px solid #ddd;
}
.colouroptions .item.active {
  border: 1px solid #000;
}
.colouroptions img {
  background-repeat:no-repeat; 
  background-position:center center;
  background-color:#fff;
  background-size: 100%;
  width: 100%;
  margin: 0;
}
.sizeoptions {
  padding-bottom:15px;
  display: inline-block;
  width: 100%;
}
.sizeoptions .sizeset {
  display:none;
}
.sizeoptions .item {
  color:#000;
  cursor:pointer;
  float:left;
  font-size:1.2rem;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  border: 1px solid #ccc;
  margin: 5px 5px 0 0;
}
.sizeoptions .item.active  {
  border: 1px solid #ccc;
  color: #fff;
  background-color: #ed8345;
}
.sizeoptions .item.disabled {
  border: 1px solid #ddd;
  background-color: #fff;
  color:#AAAAAA;
  cursor:default;
  text-decoration: line-through;
}
.attr3options .items-heading { 
  background: #fafafa; 
  border: 1px solid #E6E6E6; 
  height: 37px; 
  position:relative;

}
.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-image { 
  width: 50px; 
} 
.attr3options .item-value { 
  width: 15%; 
  text-align: center; 
  font-weight:bold;
} 
.attr3options .item-unitprice { 
  width: 20%; 
  text-align: right; 
} 
.attr3options .item-price, .attr3options .item-total-amount { 
  width: 20%; 
  text-align: right; 
  float:right !important;
  margin-right:114px;
} 
.attr3options .item-qty, .attr3options .item-total-qty { 
  width: 114px; 
  text-align: center; 
  display:block;
  float:none !important;
  position:absolute;
  right:0;
} 
.attr3options .items-heading > div { 
  text-transform: uppercase; 
  font-weight: bold; 
  font-size: 11px; 
  float: left; 
  color: #666; 
  line-height: 37px; 
  height: 37px; 
  font-size:1.1rem;
} 
.attr3options .item.active { 
  background: #dff0d8; 
  background:#DFF0D8;
} 
.attr3options .item { 
  background: #fafafa; 
  border: 1px solid #E6E6E6; 
  border-top: 0; 
  overflow: hidden; 
  position: relative;
  clear:both; 
  background:#FAFAFA;
  border-top:none;
} 
.attr3options .item.disabled {
  background: #F0EEE8;

}
.attr3options .item > div { 
  height: 68px; 
  line-height: 68px; 
  float: left; 
} 
.attr3options .item .item-image-wrap { 
  cursor: pointer; 
  height: 48px; 
  width: 48px; 
  margin: 10px 0 0 1px; 
  padding:4px;

/* B415: attr3options .item .item-image-wrap */
  display: flex;
} 
.attr3options .item.active .item-image-wrap { 
  background: url(../Files/attribute1-active.gif) no-repeat scroll left top #fff; 

} 
.attr3options .item .item-image-wrap img { 
  background-repeat: no-repeat; 
  background-position: center center; 
  background-color: #CCC; 
  background-size: 100%; 
  height: 40px; 
  width: 40px; 
} 
.attr3options input.inputitemqty { 
  width: 32px; 
  text-align: center; 
  padding: 7px; 
} 
.attr3options .item-qty-buttons { 
  position: absolute; 
  top: 18px; 
  right: 10px; 
  padding: 0 47px; 
  width: 42px; 
  line-height: normal; 
} 
.attr3options .item-qty-buttons button { 
  background: transparent url(../files/minusplus.png) no-repeat 0 0; 
  height: 30px; 
  width: 30px; 
  border: 0; 
  outline: 0; 
  top: 0; 
  position: absolute; 
  cursor: pointer; 
} 
.attr3options .item-qty-minus { 
  left: 1px; 
  background-position: 0 -30px !important; 
} 
.attr3options .item-qty-minus:hover { 
  background-position: 0 0 !important; 
} 
.attr3options .item-qty-plus { 
  right: 1px; 
  background-position: -30px -30px !important; 
}
.attr3options .item-qty-plus:hover { 
  background-position: -30px 0 !important; 
} 
.attr3options .item-qty-status { 
  position: absolute; 
  bottom: 0; 
  right: 0; 
  left: 0; 
  line-height: normal; 
  color:#B22222; 
  font-size:90%; 

} 
.attr3options .items-totals { 
  margin: 10px 0; 
  position:relative;
} 
.attr3options .items-totals > div { 
  float: left; 
  height: 30px; 
  line-height: 30px; 
  text-align: right; 
} 
.attr3options .item-total-title, .attr3options .item-total-amount { 
  font-size: 1.6rem; 
  font-weight: bold; 
} 
.attr3options .item-total-qty { 
  color: #999; 
  text-align: center !important;
  font-size:1.2rem;
} 
.productdetailcont .attributeselection {
  width:100%;
  clear:both;
}
.productdetailcont .attributeselection > span {
  display: block;
  width: 50%;
  max-width: 25%;
  float: left;
}
.productdetailcont .attributeselection > .rightselection {
  /*padding-left:15px;*/
}
.hookline {
  font-size:larger;
  font-style:italic;
}
.productdetailcont .productdetailrow input.btn {
  width:38%;
}
.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 { 
  width: 100%; 
  max-height: 150px; 
  margin: 0 0 10px 0; 
  text-align: center; 
  overflow: auto;
} 
.inputvalidator > div { 
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  padding: 7px 0; 
  font-weight:bold;
}
.inputvalidator .error { 
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.inputvalidator .action { 
  padding-top: 10px; 
}  
.inputvalidator .message .action a {   
  text-decoration: underline; 
}  
.stylesummarytext .inputvalidator {
  width:90%;
  margin-left:5%;
}
.productdetailcont .productdetailrow + .inputvalidator {
  padding-top:7px;
}

/************************* Information tab content  *************************/ 
.ajax__tab_default .ajax__tab_tab {
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  height:auto !important;
}
.ajax__tab_default .ajax__tab_header, .ajax__tab_default .ajax__tab_body {
  font-size:100% !important;

}
.ajax__tab_default .ajax__tab_inner, .ajax__tab_default .ajax__tab_outer { 
  display: inline-block;
}
.ajax__tab_pd-theme { 
  padding-top:10px; 
} 
.ajax__tab_pd-theme .ajax__tab_header { 
  font-size:1.1rem;
  background:url(../Files/tab-line.gif) repeat-x bottom; 
  color:#000000;
} 
.ajax__tab_pd-theme .ajax__tab_header .ajax__tab_outer { 
  padding-right:0; 
  margin-right:2px; 
  background:url(../Files/tab-right.gif) no-repeat right; 
  height:21px; 
} 
.ajax__tab_pd-theme .ajax__tab_header .ajax__tab_inner { 
  padding-left:3px; 
  background:url(../Files/tab-left.gif) no-repeat; 
} 
.ajax__tab_pd-theme .ajax__tab_header .ajax__tab_tab { 
  height: 21px;
  padding:4px; 
  margin:0; 
  background:url(../Files/tab.gif) repeat-x; 
} 
.ajax__tab_pd-theme .ajax__tab_hover .ajax__tab_outer { 
  background:url(../Files/tab-hover-right.gif) no-repeat right; 
} 
.ajax__tab_pd-theme .ajax__tab_hover .ajax__tab_inner { 
  background:url(../Files/tab-hover-left.gif) no-repeat; 
} 
.ajax__tab_pd-theme .ajax__tab_hover .ajax__tab_tab { 
  background:url(../Files/tab-hover.gif) repeat-x; 
} 
.ajax__tab_pd-theme .ajax__tab_active .ajax__tab_outer { 
  background:url(../Files/tab-active-right.gif) no-repeat right; 
} 
.ajax__tab_pd-theme .ajax__tab_active .ajax__tab_inner { 
  background:url(../Files/tab-active-left.gif) no-repeat; 
} 
.ajax__tab_pd-theme .ajax__tab_active .ajax__tab_tab { 
  background:url(../Files/tab-active.gif) repeat-x; 
} 
.ajax__tab_pd-theme .ajax__tab_body { 
  border:1px solid #ddd; 
  border-top:0; 
  padding:8px; 
  background-color:#fff; 
  overflow:auto; 
  font-size:1.3rem;
  border:1px solid #DFDFDF;
} 

/************************** Stock availability content **************************/
.stockAvailabilityCont {
    padding: 5px calc(var(--bs-gutter-x)* .5);
  }
.stockAvailability-theme .ajax__tab_header {
  color:#fff;
  font-weight:bold;
  font-size:1.8rem;
  font-weight:300;
  border-bottom: 5px solid #272C7E;
  color:#272C7E;
} 
.stockAvailability-theme .ajax__tab_active .ajax__tab_outer, .stockAvailability-theme .ajax__tab_header .ajax__tab_outer, .stockAvailability-theme .ajax__tab_hover .ajax__tab_outer { 
  margin-right:4px; 
} 
.stockAvailability-theme .ajax__tab_active .ajax__tab_inner, .stockAvailability-theme .ajax__tab_header .ajax__tab_inner, .stockAvailability-theme .ajax__tab_hover .ajax__tab_inner { 
  margin-left:3px; /* offset the width of the left image */ 
} 
.stockAvailability-theme .ajax__tab_active .ajax__tab_tab, .stockAvailability-theme .ajax__tab_hover .ajax__tab_tab, .stockAvailability-theme .ajax__tab_header .ajax__tab_tab { 
  margin-right:0; 
  padding:5px 8px; 
} 
.stockAvailability-theme .ajax__tab_outer { 
  background:url(../Files/stockavailabilitytab-left.gif) no-repeat 0 0; 
} 
.stockAvailability-theme .ajax__tab_inner { 
  background:url(../Files/stockavailabilitytab-right.gif) no-repeat 100% 0; 
} 
.stockAvailability-theme .ajax__tab_hover .ajax__tab_outer { 
  background:url(../Files/stockavailabilitytab-left.gif) no-repeat 0 -150px; 
} 
.stockAvailability-theme .ajax__tab_hover .ajax__tab_inner { 
  background:url(../Files/stockavailabilitytab-right.gif) no-repeat 100% -150px; 
} 
.stockAvailability-theme .ajax__tab_active .ajax__tab_outer { 
  background:url(../Files/stockavailabilitytab-left.gif) no-repeat 0 -300px; 
} 
.stockAvailability-theme .ajax__tab_active .ajax__tab_inner { 
  background:url(../Files/stockavailabilitytab-right.gif) no-repeat 100% -300px; 
} 
.stockAvailability-theme .ajax__tab_body { 
  border:solid 1px #4498c2;  
  padding:10px; 
  font-size:10pt;
} 
.stockAvailability-theme .ajax__tab_body .saheader {
  font-weight:bold;
  text-align:left;
  color:#B22222;
  padding-bottom:10px;
  color:#292c7b;
}
.stockAvailability-theme .ajax__tab_body .sabody {
  padding-bottom:10px;
  display: flex;
}
.stockAvailability-theme .ajax__tab_body table.size-availability-table > thead > tr {
  display: flex;
}
.stockAvailability-theme .ajax__tab_body table.size-availability-table > tbody > tr > td > * {
  line-height: 34px;
}
.stockAvailability-theme .ajax__tab_body .sabody a {
  font-weight:bold;
  color:#006FB1;
  text-decoration:underline;

}
.stockAvailability-theme .ajax__tab_body .sabody .sainstock {
  font-weight:bold;
  color:#006FB1;
  background: none !important;
  padding-left:20px;
}
.stockAvailability-theme .ajax__tab_body .sabody .saoutofstock {
  color:#000;
  padding-left:20px;

}

/**************************       Popup window      **************************/
.popupWindow { 
  display:none;
} 
.popupDetails {
  min-height:150px;
}
#popupLoading { 
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-21px;
  margin-left:-21px;
  z-index: 1004;
  z-index: var(--bs-modal-zindex);
}
.modal-dialog {
    max-width: 600px;
  }
#popupContent .modal-dialog { 
  width:320px;
  min-height:480px;
} 
#popupContent .popupDetails { 
  overflow:hidden !important;
} 
.popupWindow.loading .modal-content {
  border: 0 !important;
  background-color: transparent !important;
  border-radius:0 !important;
  box-shadow: none !important;
} 
.popupWindow.loading .modal-header {
  display: none !important;
} 
.modal-backdrop {
  background-color: #fff !important;
}

/**************************      Product review     **************************/
#tblStyleDetailMessage { 
  display: none; 
  padding: 10px 0; 
  color:#C0504D; 
  font-weight:bold; 

} 
.productreview { 
  font-size: 1.1rem; 

} 
.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(../files/product-review.png) 0 -17px; 
  text-indent: -2222px; 
  overflow: hidden; 
} 
.rating { 
  float: left; 
  height: 17px; 
  background: url(../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 */ 
.productreview .overall { 
  clear: both; 
  border-bottom: 1px dotted #000; 
  height: auto; 
  overflow: hidden; 
  padding-bottom: 10px;
} 
.oa-title { 
  position: relative; 
  overflow: hidden; 
  padding: 5px 0; 
  font-weight: bold; 
} 
.oa-title-value { 
  font-size: 1.5rem; 
  color: #000; 

} 
.oa-ratingsummary { 
  height: auto; 
  padding: 13px 0 0; 
} 
.oa-summarycol { 
  float: left; 
  min-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(../files/product-review.png) 0 -58px no-repeat; 
} 
.oa-ratingsummaryoverall .rating, .dc-reviewcontentoverall .rating { 
  height: 24px; 
  background: url(../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 { 
  height: 41px; 
} 
.oa-filterheader { 
  padding-bottom: 13px; 
  display: block; 
  padding: 0 0 8px 0; 
  font-size: 1.3rem; 
  font-weight: bold; 
  color: #3f3f3f; 

} 
.oa-filterheader { 
  padding-bottom: 13px; 
  display: block; 
  padding: 0 0 8px 0; 
  font-size: 1.3rem; 
  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-headerwrite a { 
  background: url(../files/product-review.png) 0 -82px no-repeat transparent; 
  padding-left: 8px; 
  font-weight: bold; 
  font-size: 1.4rem; 
  text-indent: -2222px; 
  height: 30px; 
  width: 130px; 
  display: block; 
  text-align: 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; 
  font-size:1.1rem;
} 
.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: 75%; 
  float: left; 
} 
.dc-reviewcontentreviewtext, .dc-reviewcontentreviewadminresponse { 
  margin-bottom: 20px; 
} 
.dc-reviewcontentsection { 
  margin-bottom: 20px; 
} 
.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: 1.3rem; 
  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: 1.3rem; 

} 
.dc-reviewcontentrecommendation .dc-recommended{ 
  background: url(../files/product-review.png) -114px -144px no-repeat; 
  padding-left: 20px; 
  color: #F47B20; 

} 
.dc-reviewcontentrecommendation .dc-notrecommended { 
  background: url(../files/product-review.png) -114px -160px no-repeat; 
  padding-left: 20px; 
  color: #727272; 

} 
.dc-reviewcontentratings { 
  vertical-align: top; 
  float: right; 
  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(../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(../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;  
}  

/**************************       Write review      **************************/
.productreviewerror { 
  font-weight:bold; 
  color: #FF0000; 

} 
.productrating span.sign, .pr-ratingitemerror { 
  color: #FF0000 !important; 

} 
.pr-sectionwrap { 
  position: relative; 
  padding-left:10px;
} 
.pr-wrapper { 
  clear: left; 
  margin-bottom: 10px; 
  height: auto; 
  overflow: hidden; 
  width:60%;

} 
.pr-headerwrap { 
  margin: 20px 0 10px -10px;
  clear: both; 
  background: #fff url(../files/menu-bg.gif) top left repeat-x; 
  padding: 3px 8px 6px; 

} 
.pr-headertitle { 
  font-size: 1.6rem; 
  line-height: 30px; 
  font-weight: bold; 
  color: #000; 
  display: block; 

} 
.pr-ratingoverall { 
  margin-bottom: 20px; 
} 
.pr-ratingitemname { 
  display: block; 
  float: left; 
  width: 35%; 
  color: #000; 
  margin-bottom:5px; 
} 
.pr-ratingitemname > .sign {
  padding: 3px 0 0 5px;
  width: auto;
  min-height: auto;
}
.pr-ratingitemvalue { 
  float: left; 
  width: 65%; 
} 
.pr-ratingstar { 
  overflow: hidden; 
  float: left; 
  text-indent: -9999em; 
  cursor: pointer; 
  display: block; 
  margin-right:15px;
} 
/*******************        Rating overall      ***********************/ 
.pr-ratingstar { 
  background: url(../files/product-review.png) 0 0 no-repeat; 
} 
.pr-ratingstar, .pr-ratingstar a { 
  display: block; 
  background-position: 0 -58px; 
  width: 26px; 
  height: 24px; 
  background-color: transparent !important; 
} 
.pr-ratingstar.staron, .pr-ratingstar.staron a, .pr-ratingstar.starhover, .pr-ratingstar.starhover a { 
  background-position: 0 -34px; 
} 
.pr-ratingoverallname { 
  font-weight: bold; 

} 
.pr-ratingrecommendwrap .pr-ratingitemname { 
  width: auto !important; 
} 
.pr-ratingrecommendwrap .pr-ratingitemvalue { 
  width: auto !important; 
} 
.pr-ratingrecommendyes, .pr-ratingrecommendno {
  padding-top:0;
}
.pr-ratingrecommendyes > input[type="radio"], .pr-ratingrecommendno > input[type="radio"] {
  margin-top:0;
}
.pr-review-input { 
  border: 1px solid #888; 

} 
.pr-ratingitemvalue-childradio {
  margin:15px 0;
}
.pr-ratingitemvalue > .pr-ratingitemvalue-childradio:first-child {
  margin-top:0;
}
.pr-ratingitemvalue-childradio input[type="radio"], .pr-ratingitemvalue-childradio input[type="checkbox"] {
  margin-left: 0;
}
.pr-ratingitemvalue-text {
  display:inline-block;
  padding-top:3px;
}
.pr-review-checkbox { 
  width: auto; 
  border: 0; 
} 
.pr-review-textarea { 
  line-height: 20px; 
  color: #333; 
  border:1px solid #888;
} 
.pr-reviewvalueexample { 
  font-style: italic; 
  font-size: 1.1rem; 
  color: #a9a9a9; 
  line-height: 13px; 
  padding-top: 5px; 
  margin-left: 35%; 
  clear: both; 

} 
.pr-emailme { 
  font-weight: bold; 

} 
.pr-emailmefollowingtext, .pr-reviewtermstext { 
  width: auto !important; 
} 
.pr-reviewtermstext {
  float:none; 
}
.pr-review-emailmecheckbox, .pr-review-termscheckbox { 
  float: left; 
} 
.pr-reviewtipwrap { 
  width: 35%; 
  position: absolute; 
  top: 50px; 
  right: 20px; 
  font-size: 1.1rem; 
  line-height: 16px; 
  border:1px solid #f0f0f0;
  color:#5e6469;
} 
.pr-reviewtipblock {
  border: 1px solid #f0f0f0; 
  padding: 10px 16px 10px 16px; 

}
.pr-reviewtipheader { 
  margin-bottom: 12px; 
  font-size: 1.4rem; 
  font-weight: bold; 
  color: #000; 
  padding: 4px 0; 

} 
.pr-reviewtipsubheader { 
  color: #5e6469; 
  font-size: 1.1rem; 
  line-height: 16px; 

} 
.pr-reviewtip-ul { 
  padding-left: 10px; 
  list-style: circle; 
} 
.pr-reviewtip-ul li { 
  list-style: inherit; 
} 
.pr-reviewfooter { 
  border-top: 1px solid #ccc; 
  margin-right:10px;

} 
.pr-reviewtermswrap { 
  padding-top: 10px; 
  margin: 10px 0; 
  width: 100%;
}
.pr-reviewtermswrap > label {
  width: 100%;
} 
.pr-review-buttonsubmit, .pr-review-buttoncancel { 
  background: url(../files/product-review.png) 0 0 no-repeat; 
  width: 72px; 
  height: 24px; 
  border: 0; 
  text-indent: -2222px; 
} 
.pr-review-buttonsubmit { 
  background-position: 0 -256px; 
}  
.pr-review-buttoncancel { 
  background-position: 0 -280px; 
}  
.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; 
}

/**************************      Register page      **************************/
.registerbody {
    margin: 0;
  }
  .registerbody > * {
    padding: 0 15px;
  }
.sectioncomment {
  padding-left:15px;
  margin-bottom:15px;
}
.registercomment {
  color:#003271; 
  padding: 3px 0 3px 20px;
  font-size:110%;

}
.userinformationoldpassword {
  display:none;
}
#trNewsLetter .communicationtext {
  display:block;
}
#trJoinLoyalty input {
  margin-top:0;
}
.postcoderow {
  position:relative;
  height:100%;
}
.findpostcode { 
  margin: auto 0;
  cursor:pointer; 
  width:28px; 
  position:absolute;
  top:0;
  right:1px;
  bottom:0;
} 
#trNewsLetter input {
  margin-left:15px;
}
.registerbutton {
  padding-right:15px;
  text-align:right;
}
.registercomplete {
  text-align:center;
  margin-top:20px;
}
.registercomplete .continuebutton {
  margin-top:20px;
/* B415: registercomplete .continuebutton */
  display: inline-flex;
}
.registercomplete .continuebutton .btn {
  width: auto;
}
.registercomplete .continuebutton img {
  display:inline-block;
}

/************************** My details in My account page **************************/
.myaccount .headerstyle.emptyheader td {
  display:none;
}
.ajax__tab_xp-theme .ajax__tab_header {
  background:url(../Files/tab-line.gif) repeat-x bottom;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer {
  padding-right:4px;
  margin-right:2px; 
  background:url(../Files/tab-right.gif) no-repeat right;
  height: 22px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner {
  padding-left:3px;
  background:url(../Files/tab-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab {
  height:21px;
  padding: 4px 4px 0 4px;
  margin:0;
  background:url(../Files/tab.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer {
  background:url(../Files/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner {
  background:url(../Files/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab {
  background:url(../Files/tab-hover.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer {
  background:url(../Files/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner {
  background:url(../Files/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab {
  background:url(../Files/tab-active.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_body {
  border:1px solid #ddd;
  border-top:0;
  background-color:#fff; 
  overflow:hidden;
  padding: 0 8px 8px 8px;
  font-size:1.3rem;
  margin-bottom:15px;
}

/************************** My Orders in My account page **************************/
.pagerstyle {
  color:#fff;
  background-color:#284775;
  text-align:right;
  font-size:x-small;
}
.pagerstyle table td span, .pagerstyle table td a {
  display:block;
  padding:7.5px 7.5px;
}

/************************** Order detail in my account page **************************/
.sectionheader {
  background-color:#2A347A;
  font-weight:bold;
  color:#F4F4F4;
  padding:7px;
  text-align:left; 
  clear:both;
  display:block;
  width:100% !important;
  height:auto !important;
  border-top:1px solid #DDDDDD;
  color:#000000;
}
.leftcontent > .contents > .sectionheader, .leftcontent > .contents > .contentsheader {
  width:99% !important;
}
.sectionheader.form-group { 
  font-size:inherit;
}
.orderno, .orderstatus, .orderplaced, .shippingmethoddetails > span, .orderaddressdisplay {
  padding-left:15px;
  padding-right:15px;  
}
.orderaddressdisplay {
  padding-top:15px; 
}
.orderaddresses .shippingaddress {
  
}
.orderaddressdisplay .addressname span {
  font-weight:bold; 
}
.orderdetail .paymentmethoddetails {
  font-size:1.2rem !important;
}
.orderdetail .paymentmethoddetails > div {
  margin: 15px;
}
.block.form-group {
  margin-bottom:0;
}
.block > span, .block > .orderaddressfield {
  padding-top:0;
  min-height:27px;
}
.block > .formsectiontext{
  width:40%;
  max-width:115px;
  float:left;
}
.block > .formsectionvalue{
  width:60%;
}
.itemsordereddetails .table tr td:first-child a {
  padding: 0;
  margin-left: 0;
  line-height: inherit;
}
.itemsordereddetails .cell_item {
  min-width:200px;
}

/**************************   Gift registry page    **************************/

/* B415: giftregistry */
.giftregistry {
  display: flex;
  flex-flow: row wrap;
}.giftregistry .gr_col {
  padding-left:0;
  padding-right:0;
  margin-bottom:15px;
/* B415: giftregistry .gr_col */
  display: flex;
  justify-content: center;
}
h1.heading {
  font-size:2.4rem;
  padding-bottom:12px;

}
.giftregistry a {
  display:block;
  width:300px;
  height:375px;
  position:relative;
  background-size:100% auto;
}
.giftregistry .gr_create a {
  background:url(/user/files/registry-create.jpg) no-repeat left top;
}
.giftregistry .gr_view a {
  background:url(/user/files/registry-view.jpg) no-repeat left top;
}
.giftregistry .gr_find a {
  background:url(/user/files/registry-find.jpg) no-repeat left top;
}
.giftregistry a span {
  position:absolute;

  top:30px;
  left:0;
  width:100%;
  padding:5px;
  font-size:2.4rem;
  color:#777;
  background:#fff;
  background:rgba(255, 255, 255, 0.8);
  filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#fff')";
  background:#FFF;
}
.cr_welcome {
  margin-bottom:15px;
}
.cr_tabheading { 
  height: 40px; 
  padding-left:15px;
  padding-right:15px;
  margin-bottom: 30px; 
  background: url(../Files/mainmenu-bar.jpg); 
} 
.cr_tabheading li { 
  float: left; 
  padding: 10px 25px 5px 0; 
  font-size: 1.4rem; 

} 
.cr_tabheading li a:hover { 
  color: #fff; 
  background-color: transparent;
}
.cr_tabheading li.on a { 
  color: #fff; 
  font-weight: bold; 
  color:white;
} 
.formsectionvalue > .cr_day, .formsectionvalue > .cr_month, .formsectionvalue > .cr_year {
  width: 33% !important;
  margin-right:1%;
}
.formsectionvalue > .cr_year {
  width: 32% !important;
  margin-right:0;
}
.registrydetails .cr_eventmessage span { 
  vertical-align:top; 
} 
.cr_coregistrantswrap .formsectiontext, .cr_registrationwrap .cr_cellleft, .cr_deliveryaddresswrap .formsectiontext {
  padding-left:15px;
}
.registryitems .ri_buttons, .registrysearch .ri_buttons { 
  text-align:right; 
  margin:10px 0; 
} 
.registryitems .form-details {
  padding-left:0;
  padding-right:0;
}
.registryitems .cell_remove .remove { 
  padding-top:0 !important; 
} 
.searchregistrydesc {
  margin-bottom:15px;
}
.registrysearch .searchname { 
  display: inline-block;
  width:200px;
  height: 30px;
  float:left; 
} 
a.btnsearchregistry { 
  background: url(../files/button-go.gif) no-repeat scroll 0 0 transparent;  
  display: block; 
  float: left; 
  width:50px; 
  height:22px; 
  margin:4px; 
  font:0/0 a; 
  text-shadow:none; 
  color:transparent;
} 
.registrysearchresultswrap .searchresultheader { 
  font-size:110%; 
  font-weight:bold; 
  color:#003271; 
  display:block; 
  margin:20px 0 5px; 

} 
.registrymatches .rs_table tr, .registrysearch .wl_table .headerstyle { 
  height:34px !important; 
} 
.registrymatches .rs_table th, .registrymatches .rs_table td, .registrysearch .wl_table .headerstyle th { 
  vertical-align:middle !important; 
} 
.registrymatches .rs_table .cell_registrantname { 
  padding-left:5px; 
} 
.registrymatches .rs_table .cell_viewlink { 
  text-align:center; 
} 
.registrymatches .rs_table .cell_viewlink a { 
  padding: 9px;
} 
.registrysearch .cr_eventhtmlmessage { 
  background: #F6F6F6; 
  padding: 10px; 
  margin-top: 10px; 
  margin-bottom: 10px; 
  border: 1px solid #ddd; 
  text-align: center; 
  border:1px solid #CCC;
} 
.registrysearch .ddlqty { 
  width:100%; 
  padding:3px; 
}
.itempurchaserswrap { 
  margin-left:50px; 
}
.itempurchasers > td {
  padding-bottom:0 !important;
}
.myaccount.registrydetails .cr_expired { 
  color:#FF0000; 
  font-weight:bold; 

} 

/************************** Email a friend popup window **************************/
.email_friend { 
  color: #5A5A5A;

} 
.email_friend h3 { 
  text-align: center; 
  color: #5A5A5A; 

} 
.email_friend p { 
  margin: 8px 0; 
  text-align: center; 
} 
.email_form {
  padding-top:20px;
}
.email_message_title {
  vertical-align:top;
}
.email_result {
  padding-left: 0 !important;
}
.email_friend .wl_btnsend { 
  float: right; 
  margin: 10px 3px 0 0; 
  width: 72px; 
   
   
} 
.email_friend .email_recipient_invalid, .email_friend .email_success, .email_friend .email_failed {
  display:none;
}
.email_friend .email_success .message > div { 
  margin: 30px 0; 
} 
.emailafriend_email { 
  border-spacing:0;  
  border-width:0; 
  text-align:center; 
  border-collapse: collapse; 
} 
.emailafriend_email .colourselection, .emailafriend_email .sizeselection, .emailafriend_email .attr3selection { 
  margin-top:5px; 
} 
.emailafriend_email .addtocartbutton_cont { 
  margin-top:20px; 
} 

/**************************       Contact form      **************************/
.contactformbox .form-details {
  flex-direction: column;
}
.contactformmessage > div {
  display: inline-block;
  text-align: left;
  vertical-align:top;
}
.messagenamewrap  {
  width: 25%;
}
.messagesignwrap  {
  width: 3%;
  text-align: right;
}
.messagevaluewrap  {
  width: 72%;
}
.contactformmessage > div > span {
  width:100%;
}
.contactformcomplete {
  display:none;
}
#divContactFormSubmit {
  text-align: left;
}
#txtCustomerEmailAddress {
  display:none !important; /* This is for Honeypot techique. Must retain hidden. */
}
.contactformcontinue {
  padding-top:10px;
}
.contactformcontinue p {
  margin:0;
  padding-bottom:5px;
}

/**************************     Minicart content    **************************/
.minicartbox { 
  font-size:90%; 
  color:#000; 
  border:1px solid #ddd;
  text-align:center; 
  border:1px solid #DFDFDF;
  color:#555555;
} 
.minicartbox .productdetails { 
  padding-top:10px; 
} 
.minicartbox .productdetails .minicartcellleft { 
  width: 30%;
  float:left;
  text-align:center;
  padding:0 7px;
} 
.minicartbox .productdetails .minicartcellright { 
  width: 70%;
  float:left;
  text-align:left;
} 
.minicartbox .cartempty { 
  font-size:110%; 
  color: #7F7F7F; 
  padding:5px 0; 
  font-size:1.2rem;
} 
.minicartbox .subtotal { 
  font-size:110%; 
  font-weight:bold;
  font-size:1.2rem;
} 
.minicartbox .checkout-button { 
  padding:15px;
}

/**************************    Shopping cart page   **************************/

/* B415: shoppingcartbox */
.shoppingcartbox, .orderdetail, .cr_eventwrap {
  flex-direction: column!important;
  display: flex;
}
.shoppingcart_topbuttons, .shoppingcart_updatebutton .proceedbutton {
  text-align:right;
}
.shoppingcart_bottombuttons .continuebutton {
  float:left;
margin-top: 15px;
}
.shoppingcart_bottombuttons .proceedbutton {
  float:right;
margin-top: 15px;
}
.cell_item {
  min-width:250px;
}
.cell_item_img {
  float:left;
  position:relative;
  overflow:hidden;
}
.cell_item_details {
  position:relative;
  overflow:hidden;
}
.cell_item_details a:hover {
  background-color: transparent;
}
.cell_qty {
  width:60px;
  min-width:60px;
}
.cell_qty, .cell_price, .cell_amount {
  text-align:right;
}
.cell_remove {
  text-align:center;
  min-width: 140px;
}
.cell_remove a {
  padding: 9px;
  line-height: 3.4rem;
}
.cell_footer_price {
  text-align:right;
}
.cell_footer_amount {
  text-align:right;
}
.couponrowstyle {
  background-color:#F4E7BF;
  font-weight:normal;
  color:#333;
  height:37px;
  min-height:37px;

}
.cell_coupon_qty {
  vertical-align:middle;
}
.cell_coupon_item {
  padding-left:51px;
  font-size:120%;
  vertical-align:middle;

}
.cell_coupon_amount {
  text-align:right;
  vertical-align:middle;
}
.cell_coupon_remove {
  text-align:center;
  vertical-align:middle;
}
.coupon_shoppingcart {
  margin:15px 0;
}
.coupon_shoppingcart .coupon_prompt {
  position:relative;
  text-align:right;
  float: left;
  display: block !important;
  width: 50%;
}
.coupon, .coupon_shoppingcart, .col-cart-summary {
  background-color:#F7F6F3;
  color:#5A5A5A;
  border: 1px solid #ddd;
  height:44px;
  line-height:44px;

}
.coupon .coupon_prompt {
  display:none;
}
.coupon_content {
  position:relative;
  padding:5px;
}
.coupon_shoppingcart .coupon_content {
  text-align:right;
  width:50%;
  float:right;
}
.coupon_shoppingcart .coupon_content .coupon_input {
  width: 60%;
  color: #2b317b;
}
.coupon_content .coupon_input {
  vertical-align:top;
}
.coupon_content input.btn {
  width: 85px;
  vertical-align: top;
}
/************************** Item added to cart page **************************/
.itemaddedcart-desc {
  float:left;
}
.itemaddedcart_bottombuttons {
  text-align:right; 
  margin-top:10px; 
} 

/************************** Lookbook page - pagination **************************/
#divClusterEnlarge .images {
  width:auto !important;
}
#divClusterEnlarge .looknav {
  display:block !important;
}
#divClusterEnlarge .looknav .next {
  right:25px !important;
}
.enlarge, .thumbs, .look_b {
  padding-left:0;
  padding-right:0;
}
/* .enlarge is also used by StyleGuide content */
.enlarge .images { 
  position:relative; 
  width:320px !important; 
  height:480px; 
} 
.enlarge img { 
  position: absolute; 
  top: 0; 
  left: 0; 
} 
.enlarge .iactive { 
  z-index: 10; 
} 
.enlarge .ideactive { 
  z-index: 9; 
} 
.looknav { 
  position: absolute;
  top: 240px; /* you may type a specific value */
  left: 0 !important;
  text-align: center;
  width: 320px !important; /* you may type a specific value */
  z-index: 100;
  -webkit-transform: none !important;
} 
.enlarge .looknav .prev, .enlarge .looknav .next {
  background: url(../files/look_nav.png) no-repeat scroll left top transparent;
  height: 34px;
  position: absolute;
  top: 0;
  width: 34px;
}
.enlarge .looknav .prev {
  background-position:  0 -34px !important;
  left: 0;
}
.enlarge .looknav .prev:hover {
  background-position:  0 0 !important;
  left: 0;
}
.enlarge .looknav .next {
  background-position: -34px -34px !important;
  right: 0;
}
.enlarge .looknav .next:hover {
  background-position: -34px 0 !important;
  right: 0;
}
.looks_cont .thumbs li { 
  float:left; 
  display: inline; 
  padding-left:3px; 
} 
.looks_cont .thumbs .nextrow{ 
  padding-left:3px; 
} 
.looks_cont .thumbs .selected{ 
  opacity: 1; 
} 
.looks_cont .thumbs .unselected{ 
  opacity: 0.5; 
} 
.looks_cont .thumbs .look_img { 
  cursor:pointer; 
  width: 80px; /* you may type a specific value */
  height: 120px; /* you may type a specific value */
} 
.looks_cont .thumbs .look_img .thumbhover{ 
  -moz-box-shadow:0 0 3px #000; 
  -webkit-box-shadow:0 0 3px #000; 
  box-shadow:0 0 3px #000; 
} 
.looks_cont .look_b { 
  clear:both; 
  padding-top:5px; 
} 
.looks_cont .look_b .lookitems { 
  float:left; 
} 
.looks_cont .look_b .lookpage { 
  float:right; 
} 
.looks_cont .lookitems a, .looks_cont .lookpage a { 
  padding:0 8px 8px 0;
  display:inline-block;
} 
.looks_cont .look_b .lookpage .currPage { 
  font-weight:bold; 
} 

/************************** Lookbook page - slider **************************/
.ext_looks_cont { 
  width: 320px; 
  margin: 50px auto; 
  display: block; 
} 
.ext_looks_cont ul, .ext_looks_cont li { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
} 
/* Enlarge images */ 
.ext_enlarge { 
  width: 100%; 
  overflow: hidden; 
  display: inline-block; 
  position: relative;  
} 
.ext_enlarge .ext_images { 
  display: inline-block; 
  position: relative;  
} 
.ext_enlarge li.ext_mainimage { 
  width: 320px; 
  float: left; 
  padding: 0 5px; 
  position: relative;  
} 
.ext_enlarge li.ext_mainimage img { 
  width: 100%; 
} 
/* Enlarge and thumbnail images navigation */  
.ext_looknav { 
  display: none; 
} 
.ext_looknav .ext_prev, .ext_looknav .ext_next { 
  background: url(../files/ext_look_nav.png) no-repeat left top transparent; 
  position: absolute; 
  top: 50%; 
  margin-top: -25px; 
  font: 0/0 a; 
  text-shadow: none; 
  color: transparent; 
} 
.ext_looknav .ext_prev { 
  left: 0; 
  opacity: 0.4; 
  -webkit-opacity: 0.4; 
  -moz-opacity: 0.4; 
  -o-opacity: 0.4; 
  filter: alpha(opacity=40); 
  margin-left: 5px; 
} 
.ext_looknav .ext_prev:hover { 
  opacity: 1; 
  -webkit-opacity: 1; 
  -moz-opacity: 1; 
  -o-opacity: 1; 
  filter: alpha(opacity=100); 
} 
.ext_looknav .ext_next { 
  right: 0; 
  opacity: 0.4; 
  -webkit-opacity: 0.4; 
  -moz-opacity: 0.4; 
  -o-opacity: 0.4; 
  filter: alpha(opacity=40); 
  margin-right: 5px; 
} 
.ext_looknav .ext_next:hover { 
  opacity: 1; 
  -webkit-opacity: 1; 
  -moz-opacity: 1; 
  -o-opacity: 1; 
  filter: alpha(opacity=100); 
} 
.ext_enlarge .ext_prev, .ext_enlarge .ext_next { 
  width: 25px; 
  height: 50px; 
} 
.ext_enlarge .ext_prev { 
  background-position: 0 -12px; 
} 
.ext_enlarge .ext_next { 
  background-position: -12px -86px; 
} 
/* Thumbnail images navigation */  
.ext_thumbs .ext_prev, .ext_thumbs .ext_next { 
  width: 25px; 
  height: 50px; 
} 
.ext_thumbs .ext_prev { 
  background-position: 0 -12px; 
} 
.ext_thumbs .ext_next { 
  background-position: -12px -86px; 
} 
.MagicThumb-buttons { 
  background:url(../files/ext_look_nav.png) no-repeat 0 0; 
  width: 100% !important; 
  height: 100% !important; 
  top: 0 !important; 
  right: 0 !important; 
  z-index: auto !important; 
  display: block;
} 
.MagicThumb-buttons a { 
  opacity: 0.4; 
  -webkit-opacity: 0.4; 
  -moz-opacity: 0.4; 
  -o-opacity: 0.4; 
  filter: alpha(opacity=40); 
  z-index: 111; 
} 
.MagicThumb-buttons a:hover { 
  opacity: 1; 
  -webkit-opacity: 1; 
  -moz-opacity: 1; 
  -o-opacity: 1; 
  filter: alpha(opacity=100); 
} 
.MagicThumb-buttons a[rel="previous"] { 
  display: block !important; 
  position: absolute !important; 
  top: 50% !important; 
  left: 5px !important; 
  margin-top: -25px !important; 
  background-position: 0 -8px !important; 
  width: 29px !important; 
  height: 58px !important; 
} 
.MagicThumb-buttons a[rel="next"] { 
  display: block  !important; 
  position: absolute !important; 
  top: 50% !important; 
  right: 5px !important; 
  margin-top: -25px !important; 
  background-position: -8px -82px !important; 
  width: 29px !important; 
  height: 58px !important; 
} 
.MagicThumb-buttons a[rel="close"] { 
  display: block !important; 
  position: absolute !important; 
  top: 5px !important; 
  right: 5px !important; 
  background-position: -4px -152px !important; 
  width: 29px !important; 
  height: 29px !important; 
} 
.MagicThumb-buttons + div { 
  cursor: move; 
} 
/* Lookbook products */  
.ext_enlarge li.ext_mainimage:hover > .ext_lookitems { 
  display: block; 
} 
.ext_lookitems { 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  background: #fff; 
  margin: 0 5px;
  opacity: 0.6; 
  -webkit-opacity: 0.6; 
  -moz-opacity: 0.6; 
  -o-opacity: 0.6; 
  filter: alpha(opacity=60); 
  min-width: 320px; 

} 
.ext_lookitems ul {
  margin: 10px; 
}
.ext_lookitems ul li {
  margin: 5px 0; 
}
.ext_lookitems li.ext_lookitem:hover { 
  background: #000; 

} 
.ext_lookitems li.ext_lookitem:hover > a.ext_alink { 
  color: #fff; 

} 
.ext_sep { 
  height: 50px; 
} 
/* Thumbnail images */ 
.ext_thumbs { 
  width: 100%; 
  overflow: hidden; 
  display: inline-block; 
  position: relative;  
} 
.ext_thumbs .ext_thumbimages { 
  display: inline-block; 
  position: relative; 
} 
.ext_thumbs li.ext_firstrow { 
  width: 80px; 
  float: left; 
  padding: 0 5px; 
} 
.ext_thumbs .ext_aimg { 
  display:inline-block;
  position:relative;
}
.ext_thumbs .ext_timg { 
  width: 100%; 
  opacity: 0.4; 
  -webkit-opacity: 0.4; 
  -moz-opacity: 0.4; 
  -o-opacity: 0.4; 
  filter: alpha(opacity=40); 
} 
.ext_thumbs li.ext_firstrow.ext_selected .ext_timg { 
  opacity: 1; 
  -webkit-opacity: 1; 
  -moz-opacity: 1; 
  -o-opacity: 1; 
  filter: alpha(opacity=100); 
} 

/*************************   Guest checkout page    *************************/
.guestcheckoutcontainer .logincell {
  height:100% !important;
  min-height:100% !important;
  border-right:0;
}
.guestcheckoutcontainer .logincreatecell {
  height:100% !important;
  min-height:100% !important;
  line-height:25px;
  border-left: 1px solid #ddd;
}

/**************************      Checkout page      **************************/
.checkoutcontainer.form-body > div {
  padding: 0 !important;
}
.checkoutblock-container {
  clear: both;
  
  padding-top:5px;
  margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.checkoutblockcheckbox > .formsectiontext {
  width:auto !important;
  padding-top:0;
}
.checkoutblockcheckbox > input {
  margin-top:0;
}
.checkoutheader {
  margin-bottom:20px;
  font-size:small; 
  color:#808080; 
  text-align:left;
  color:Gray;
}
.checkoutheader .sep {
  padding:0 5px; 
}
.highlightheader {
  color:#5A5A5A;
  font-weight:bold;

}
.checkoutbody .sectiondata, .one-page-chekout .shippingcomments, .col-section-body .form-buttons {
  
  
  padding-bottom:15px;
}
/* Customer Details step in Checkout page */
.checkoutbody .addresses {
  margin-left: -15px;
  margin-right: -15px;
}
/* B415: checkoutbody .addresses */
.checkoutbody .addresses {
  display: flex;
  margin-left: 0!important;
  margin-right: 0!important;
}
.checkoutbody .addresses > div {
  
  
}
.checkoutbody .sameasbilling {
  display:inline;
  padding:0;
}
.checkoutbody .sameasbilling > input {
  margin-top:0;
}
.checkoutbody .sameasbilling > span {
  font-size:small;
  font-weight:normal;
  position: absolute;
  min-width: 185px;
}
/* Shipping step in Checkout page */
.checkoutbody .shippingmethodname {
  display:inline-block; 
  width:75%; 
  float:left;
}
.checkoutbody .shippingprice {
  display:inline-block; 
  width:25%; 
  text-align:right; 
  float:right;
}
.checkoutbody .orderamountwithshipping {
  text-align:right; 
}
.checkoutbody .useloyaltypoints {
  display:inline; 
  padding-top:5px; 
}
.checkoutbody .specialinstruction {
  height:65px; 
  width:100%; 
}
.addressdisplay .fieldname {
  display:inline-block; 
  width:10%; 
}
.addressdisplay .addressfield {
  width:100%; 
  padding-bottom:5px;
}
.addressdisplay .addressname .fieldvalue {
  font-weight:bold; 

}
.addressdisplay .addressstreet .fieldname {
  vertical-align:top; 
}
.addressdisplay .addressstreet .fieldvalue {
  display:inline-block; 
}
.lightnotice {
  font-weight:normal;
  margin-top:10px; 
  margin-bottom:10px;    
  padding-top:2px;

}
.notice {
  font-weight:bold;
  margin-top:10px; 
  margin-bottom:10px;    
  padding-top:2px;

}
/* Payment step in Checkout page */
.checkoutbody .sectionbar > .sectiondata > .sectionbar {
  padding: 0 20px;
  margin-bottom: 7px;
}
.checkoutbody .paymentmethoddetails {
  padding-left:15px;
  padding-right:15px;
}
/* GiftWrap contents in Checkout Blocks */ 
.giftwrap_block {
  position: relative;
  clear:both;
}
.giftwrap_window {
  position:relative;
  padding-left:15px;
  padding-right:15px;
}
.giftwrap_wrapper {
  position:relative;
  overflow:hidden;
  margin:0 34px;
  
}
.giftwrap_wrapper ul {
  position:relative;
  overflow:hidden;
  top:0;
  left:0;
}
.giftwrap_wrapper li {
  margin:10px;
  width:100px;
  float:left;
}
.giftwrap_prev, .giftwrap_next {
  background: url(../files/look_nav.png) no-repeat scroll left top transparent;
  height: 34px;
  width: 34px;
  position:absolute;
  top:64px;
  text-indent:-9999px;
  z-index:1; 
}
.giftwrap_prev {
  background-position:  0 0;
  left: 15px;
}
.giftwrap_prev:hover {
  background-position:  0 -34px;
}
.giftwrap_prev.disabled {
  background-position: 0 -34px;
  opacity:0.15;
  cursor: default;
}
.giftwrap_next  {
  background-position: -34px 0;
  right: 15px;
}
.giftwrap_next:hover {
  background-position: -34px -34px;
}
.giftwrap_next.disabled {
  background-position: -34px -34px;
  opacity:0.15;
  cursor: default;
}
.giftwrap_item_image a:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=1.05, M12=-0, M21=0, M22=1.05)";
}


.giftwrap_item_image a img { 
  max-height:100%; 
  margin:0 auto; 
}
.giftwrap_item_attributes {
  color: #003271;

}
.giftwrap_item_desctiption {
  clear:both; 
  height:26px; 
  line-height:13px; 
  overflow:hidden; 
}
.giftwrap_item_desctiption h3 {
  font-weight:normal;
  font-size:90%;
  color:#003271;
  margin:0;
  clear:both;

}
.giftwrap_item_button, .giftwrap_item_price {
  float:left;
}
.giftwrap_item_price {
  margin-top:2px;
}
.giftwrap_item_price span {
  font-size:90%;

}
.checkoutbody .shippingmethodlist .shippingbranchselection {
  padding-left:15px;
  display: none;
}
.checkoutbody .shippingmethodlist .shippingbranchselection span {
  font-weight: bold;

}
.shipping-branch-wrap {
  margin: 15px 15px 15px 30px;
}
.shipping-branch-wrap > div {
  padding-bottom:5px;
}
.shipping-branch-wrap .shipping-branch-name {
  font-weight: bold;

}

/************************* Promotion, Top Seller, Suggestion, Recently Viewed, Featured, Items You May Also Like, Most Viewed Contents *************************/
#ctl00_tdRight .promotionbox, #ctl00_tdRight .topsellersbox, #ctl00_tdRight .suggestionbox, #ctl00_tdRight .recentlyvieweditemsbox, #ctl00_tdRight .featureditemsbox, #ctl00_tdRight .itemsyoumayalsolikebox, #ctl00_tdRight .mostvieweditemsbox, #ctl00_tdLeft .promotionbox, #ctl00_tdLeft .topsellersbox, #ctl00_tdLeft .suggestionbox, #ctl00_tdLeft .recentlyvieweditemsbox, #ctl00_tdLeft .featureditemsbox, #ctl00_tdLeft .itemsyoumayalsolikebox, #ctl00_tdLeft .mostvieweditemsbox {
  border:1px solid #ddd;
  font-size:1.2rem;
  border:1px solid #DFDFDF;
}
.promotionbox, .topsellersbox, .suggestionbox, .recentlyvieweditemsbox, .featureditemsbox, .itemsyoumayalsolikebox, .mostvieweditemsbox { 
  width:100%;
  position:relative;
  text-align:center; 
  overflow: hidden;
  clear:both;
  background-color:#fff; 

} 
.contents {
  margin-bottom:15px;
  clear:both;
  padding: 0 calc(var(--bs-gutter-x)* .5);
}
.contentsheader {
  text-align:center;
  color:#F4F4F4;
  background-color:#006FB1;
  font-weight:bold;
  padding:7px;
  height:auto !important;
  font-size:1.8rem;
  font-weight:300;
  border-bottom:5px solid #272C7E;
  color:#272C7E;
}
.contentsheader a {
  text-decoration:none;
}
.contentsdata {
  color:#000;
  border: 1px solid #ddd;
  padding:0;
  border-color:#002E6C;
  border-width:1px;
  border-style:solid;
}

/************************* Table header, footer and rows *************************/ 
.headerstyle {
  background-color:#5D7B9D;
  font-weight:bold;
  color:#fff;
  vertical-align:middle;
  font-size:1.2rem;
  font-weight:900;
  border-bottom:1px solid #000000;
}
.rowstyle {
  background-color:#F7F6F3;
  font-weight:normal;
  color:#333;

}
.alternatingrowstyle {
  background-color:#E3E3E3;
  font-weight:normal;
  color:#333;

}
.selectedrowstyle {
  background-color:#666666;
  font-weight:bold;
  color:#fff;

}
.footerstyle {
  background-color:#F7F6F3;
  font-weight:normal;
  color:#333;
  border-top:solid 2px #ddd;
  border-bottom:1px solid #000000;
  border-top:1px solid #000000;
}

/*************************     Back to top link     *************************/ 
.back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 4.2rem;
  height: 4.2rem;
  line-height: 4.2rem;
  text-align: center;
  z-index: 100;
  display: none;
  text-decoration: none;
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.back-to-top i {
  font-size: 2rem;
}
.back-to-top i:before {
  content: "\f077";
}
/*************************   Shopby filter content  *************************/ 
.shopby_box {
  width:100%; 
  margin:0; 
  padding:0;
  display: flex;
  flex-wrap: wrap;
} 
.shopby_header_wrapper { 
  position:relative;
} 
h3.shopby_header { 
  margin:0; 
  padding:0; 
  line-height:3rem; 
  height:3rem; 
  position:relative; 
  cursor:pointer; 
  font-size:1.2rem; 
  border-top:1px solid #e7e7e7; 
  overflow:hidden; 
  border-top:1px solid #555;
} 
.shopby_header_default { 
  font-weight:bold; 
  color:#333; 
  color:#555;
} 
.shopby_header_hover { 
  color: #C77405;
  
} 
.shopby_header_active { 
  color: #777; 

} 
.shopby_header_selected { 

} 
h3.shopby_header a { 
  color: #000 !important; 
  text-decoration:none; 
  outline:0 none; 
  margin-left:0; 
  padding:7px;
  font-size: 11px; 
  letter-spacing: 1px;
  text-align: center;
} 
.shopby_header_icon_exp { 
  /*background: url(../Files/shopby_header_arrow_exp.png) no-repeat 0 0;*/
} 
.shopby_header_icon_col { 
  /*background: url(../Files/shopby_header_arrow_col.png) no-repeat 0 0;*/
} 
.shopby_header{
  border-bottom: 0;
}
a.shopby_clear { 
  color:#333;
  font-size:0.9rem;
  position:absolute;
  top:0;
  right:0;
  text-decoration:none;
  padding:8px;
  color:#555;
} 
a.shopby_clear:hover { 
  text-decoration:underline;

} 
.shopby_body { 
  width:100%; 
  margin-top: -2px; 
  overflow: auto; 
  padding: 2px; 
  position:relative; 
  border:1px solid #DDDDDD; 
  font-size:1.1rem; 
  display: block; 

} 
.shopby_body li { 
  clear: both; 
  float: left; 
  overflow: hidden;
  position: relative;
  margin: 7px 0; 
  width:100%;

} 
.shopby_body li.multi { 
  clear: none; 
} 
.shopby_body li .enabled { 
  color:#333 !important; 
  cursor: pointer; 
  color:#555 !important;
} 
.shopby_body li .disabled { 
  color:#B2B2B2 !important; 
  cursor: default; 

} 
.shopby_body li .disabled:hover { 
  text-decoration: none; 
  background-color: transparent;
} 
.shopby_body li .enabled:hover { 
  text-decoration: underline; 
  background-color: transparent;
} 
.shopby_body li input { 
  display: block;
  float: left;
} 
.shopby_body li input + a {
  display:inline-block;
  margin-top:4px;
  float: left;
  width: 80%;
}
.shopby_body li.multi input + a {
  width: 60%;
}

/************************* Refine shopby filter content *************************/ 
.refineshopby_box { 
  margin:0; 
  padding:0; 
  word-wrap: break-word; 
  overflow:hidden; 
} 
.refineshopby_body { 
  padding: 5px; 
  border:1px solid #DDDDDD; 
  border-top:0 none; 
  font-size:1.1rem; 

} 
.refineshopby_body a { 
  padding:7px;
  color:#777 !important;
} 
.refineshopby_body a:hover { 
  color:#777 !important; 
  text-decoration:underline; 

} 

/*************************   Sliding cart content   *************************/ 
#slidingcart_container {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  display: none;
  position: absolute;
  width:282px; /* you may type a specific value */
  right: 0;
  top: 25px;
  -moz-box-shadow:2px 2px 2px #888;
  -webkit-box-shadow:2px 2px 2px #888;
  box-shadow:2px 2px 2px #888;
  background:none repeat scroll 0 0 #FFF;
  border:1px solid #B7B7B7;
}
#slidingcart_container a.btn {
  width:48%;
  padding-top: inherit;
}
#slidingcart_empty {
  text-align:center;
  min-height:40px;
}
#slidingcart_empty p {
  padding-top:14px;
}
#slidingcart_container a {
  padding:0;
}
#slidingcart_container li.first {
  background: none repeat scroll 0 0 transparent;
}
/* Controls the characteristics of subtotal section */
#slidingcart_header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  clear:both;
}
#slidingcart_header .slidingcart_headers_title {
  text-align: left;
}
#slidingcart_header p.subtotal_info {
  color: #000;
  margin:9px 0 0 0;
  font-size:110%;
  font-weight:bold;
  font-size:1.3rem;
}
#slidingcart_header p.subtotal_info .title {
  display:none;
}
#slidingcart_header p.subtotal_info .value {
  padding-left:5px;
}
#slidingcart_header a.checkout_link {
  margin-top: inherit;
}
#slidingcart_container img:hover {
  opacity:0.8;
}
#slidingcart_pagination {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-bottom:1px solid #B7B7B7;
}
#slidingcart_pagination a {
  margin-left: 10px;
}
#slidingcart_pagination a.prev {
  background: url(../Files/slidingcart_nav_prev.png) no-repeat scroll left 4px transparent;
  padding-left: 10px;
}
#slidingcart_pagination a.next {
  background: url(../Files/slidingcart_nav_next.png) no-repeat scroll right 4px transparent;
  padding-right: 10px;
}
#slidingcart_pagination a.disable {
  opacity:0;
}
#cart_details {
  margin: 10px 0;
}
#cart_details ul.cart_items{
  overflow: hidden;
}
#cart_details ul.cart_items li.active {
  display: block !important;
}
#cart_details ul.cart_items li.first {
  clear: left !important;
  margin-left:10px;
}
#cart_details ul.cart_items li.last {
  margin-right:10px;
}
#cart_details ul.cart_items li:hover {
  background-color: #ECEDE9;
}
#cart_details ul.cart_items li.selected {
  background-color: #CCC;
}
#cart_details ul.cart_items li.item {
  display: none;
  float: left;
  min-height: 220px; /* you may type a specific value */
  padding: 10px 10px 0;
  position: relative;
  text-align: left;
  width:120px; /* you may type a specific value */
  border: none;
}
#cart_details ul.cart_items li.item .thumb {
  text-align:center;
}
#cart_details ul.cart_items li.item .detail span.value {
  padding-left:5px;
}
#cart_details ul.cart_items li.item p {
  color: #000;
  margin-bottom: 0;
}
#cart_details ul.cart_items li.item a.remove {
  background:url(../Files/slidingcart_remove.png) no-repeat; 
  width:13px; 
  height:13px; 
  display:inline; 
  z-index:300; 
  position:absolute; 
  top:0; 
  right:0; 
  cursor:pointer; 
}
#slidingcart_processing {
  min-height:60px;
}
#slidingcart_processing img {
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-21px;
  margin-left:-21px;
  z-index:400; 
}
#slidingcart_footer {
  border-top: 1px solid #ddd;
  padding: 10px;
  border-top:1px solid #B7B7B7;
}
#slidingcart_footer .links {
  overflow: hidden;
}
#slidingcart_footer .links a.shoppingcart_link, #slidingcart_header .slidingcart_headers_title .subtotal_info {
  float: left;
}
#slidingcart_footer .links a.checkout_link, #slidingcart_header .slidingcart_headers_title .checkout_link {
  float: right;
}

/************************* Wishlist content in shopping cart page and wishlist page *************************/ 
.ci_table .cell_remove .remove { 
  padding-top:8px; 
} 
.ci_empty { 
  padding: 0 0 15px 15px; 
} 
.wl_table .rowstyle { 
  border-bottom: 1px solid #ddd; 
  border-bottom:1px solid #CCC;
} 
.wl_table .remove > input{ 
  margin-top:0;
} 
.wl_empty { 
  padding: 10px 0 0 10px; 
} 
.wl_action {
  margin-bottom:15px;
}
.s_expirationmessage { 
  padding:5px 0; 
  font-size:80%; 
} 
.cell_changedetails { 
  vertical-align:middle; 
  min-width: 222px;
} 
.cell_changedetails .changedetails { 
  margin-top:5px;
  width: 90%;
} 
.cell_footer_price { 
  font-weight:bold; 
} 
.cell_footer_amount { 
  font-weight:bold; 
} 
.cell_select {
  width:30px;
}
a.wl_btnaddtowishlist, a.wl_btnaddtogiftregistry { 
  text-decoration:underline; 
  margin-left:15px;
  padding: 9px;
  /*height: 34px;*/
  vertical-align: middle;
} 
a.wl_btnupdatedetails.btn {
  width:90%;
}

/* 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;
}a.wl_btnupdatedetails { 
  display: block; 
  width: 105px; 
  height: 36px; 
  background:url(../Files/button-updatdetails.gif) no-repeat center left; 
  margin:3px 0;
  text-indent:-9999px;
} 
a.wl_btnaddalltocart { 
  float:left; 
  display: block; 
  width: 128px; 
  height: 36px; 
  background:url(../Files/button-addalltocart.gif) no-repeat center left; 
  margin:3px 0;
  text-indent:-9999px;
} 
a.wl_btnemailafriend { 
  float:left; 
  display: block; 
  width: 123px; 
  height: 36px; 
  background:url(../Files/button-emailafriend.gif) no-repeat center left; 
  margin:3px 0 0 6px; 
  text-indent:-9999px;
} 

/*************************     Quick view content    *************************/
.div_QV {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  background-color: rgba(255,255,255, 0.4);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 3px;
  cursor: pointer;
  z-index: 3;
  display: block !important;
  height: 2.4rem !important;

}
.div_QV:hover span {
  text-decoration:underline;
}
#popupProductDetailContent .productdetailbox {
  position: initial;
}
.image-thumbnail-left, .image-thumbnail-right {
  
  
  overflow:hidden;
}
#popProductDetailMessage {
  display:none;
}
#popupProductDetailContent .fulldetails {
  bottom: 10px;
  left: 25px;
  position: absolute;
  text-decoration: underline;
}
#popupProductDetailContent h1.productdescription {
  margin-top:0 !important;
}
.image-thumbnail-left .productimage_thumbnails, .image-thumbnail-right .productimage_thumbnails {
  width: 70px;
  float: left;
  top: 25px;
  position: absolute;
  overflow-y: hidden;
  margin-left: 0;
  margin-right: 0;
}
.productimage_thumbnails_inner {
  position: relative;
}
.image-thumbnail-left .productimage_zoomed {
  margin-left:80px;
  position: relative;
}
.image-thumbnail-left .StyleColourCont, .image-thumbnail-right .StyleColourCont {
padding: 0 0 10px 0;
  display: block;
  clear: both;
  width: 70px !important;
  padding-right: 0 !important;
  padding-bottom: 10px !important;
  margin: 0;
}
.image-thumbnail-left .StyleColourImage, .image-thumbnail-right .StyleColourImage {
width: 100%!important;
  width: 68px;
  height: 74px;
}
.image-thumbnail-left .StyleColourImageCaption, .image-thumbnail-right .StyleColourImageCaption {
  display: none !important;
}
.productimage_thumbnails_scrolltop, .productimage_thumbnails_scrollbottom {
  width: 70px;
  height: 20px;
  background: url(../files/productdetail-slidearrows.png) no-repeat;
}
.productimage_thumbnails_scrolltop {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 0;
}
.productimage_thumbnails_scrolltop:hover {
  cursor: pointer;
  background-position: 0 -20px;
}
.productimage_thumbnails_scrolltop.disabled {
  cursor: default;
  background-position: 0px -40px;
}
.productimage_thumbnails_scrollbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: -70px 0;
}
.productimage_thumbnails_scrollbottom:hover {
  cursor: pointer;
  background-position: -70px -20px;
}
.productimage_thumbnails_scrollbottom.disabled {
  cursor: default;
  background-position: -70px -40px;
}
.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;
}

/*************************       Gift card page      *************************/
body.EPGIFTCARD .maincontent {
  /*background-image: url(../files/giftcard-bg.jpg);*/
  background-attachment: fixed;
  background-size: cover;
  background-position:center center;
}/* B415: maincontent - navbar-header.header-logo */
.maincontent {
  
  
}
.form-details, .styleresultbar, .attr3options .item .item-image-wrap, .giftregistry, .giftregistry .gr_col, .orderdetail .paymentoption, .orderdetail .paymentmethoddetails > div {
  display: flex;
  flex-flow: row wrap;
}
.form-details > div, .orderdetail .paymentoption > div, .orderdetail .paymentmethoddetails > div > div {
  flex-grow: 1;
  position: relative;
  width: 100%;
}
.row > * {
  
  
}
.navbar-static-top {
  border-width: 0 0 1px;
}
.navbar-header.header-logo {
  width:100%;
}
/* B415: ends maincontent - navbar-header.header-logo */

.giftcard {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.giftcard-landing {
  padding-left: 5%;
  padding-right: 5%;
}
.giftcard-landing .giftcard-type {
  padding-left: 0;
  padding-right: 0;
}
.giftcard-type .top, .giftcard-type .middle {
  display: none !important;
}
.giftcard-landing .giftcard-type > a {
  display: block;
  position: relative;
  max-width: 360px;
  max-height: 480px;
  height:350px;
  margin: 4% auto;
  text-align: center;
  border: 2px solid #888;
  border-radius: 50%;
  width:100%;
  color:#555;
  text-decoration: none !important;
  background-image: url("/user/files/gc-mail-01-thumbnail.png");
  background-position: center;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.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(255, 255, 255, 0.9);*/
}
.giftcard-type > a:hover{
  border: 2px solid #000 !important;
}
.giftcard-landing .giftcard-type-left > a {
  float:right;
}
.giftcard-landing .giftcard-type-left {
  display: none;
}
.giftcard-landing .giftcard-type {
  float:none;
  margin: auto;
}
.giftcard-landing .giftcard-type > a > span.top {
  display: block;
  font-size: 4rem;
  margin-top: 10%;
}
.giftcard-landing .giftcard-type > a > span.middle {
  display: block;
  font-size: 5rem;
  margin-top: 10%;
  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: 1.25rem;
  margin-bottom: 10%;
  background: lightgray;
  margin-top: 75%;
  padding: 2% 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;
}
.giftcard-landing .giftcard-type > a:hover > span.bottom {
  /*background-color: #fbad18;*/
  color: #fff;
}
/*************************  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;
/* B415: giftcard-balance */
  margin: 0;
}
.giftcard-balance > h3 {
  color: #000;
  margin:0 0 15px;
border-bottom: none !important;
}
.giftcard-balance > button {
  font-size: 1.25rem;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  padding: 1% 5%;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  text-transform: uppercase;
  background-color: #2b317b;
  border: 1px solid #2b317b;
}
.giftcard-balance > button:hover {
  background-color: #686ca0;
  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;
}
*/
/* #189644 */
.modal-title {
  border-bottom: none !important;
}
/* B415: popupWindow .modal-title */
.popupWindow .modal-title {
  color: #555;
  padding: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 3px solid #555;
  width: 100%;
}
#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: #2b317b;
  color: #fff;
  width:100%;
  border: 2px solid #2b317b;
  border-radius: 0;
  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: 0;
  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 {
  clear: left;
  float: left;
  position: relative;
  padding-right:30px;
}
#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;
}
#giftCardImageWrapper .giftcard-image-container div:nth-child(even) a.giftcard-image-button.selected:after {
  left:5px; 
  right:0;
}
#giftCardSelection .giftcard-fields {
  float: right;
  position: relative;
}
#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;
}
#giftCardFormWrapper .sign {
  padding-top: 3px;
  min-height:0;
}
#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;
}
#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% !important;
  color: #fff !important;
  background-color: #2b317b !important;
}
#giftCardReviewWrapper input.btn:hover {
  background-color: #686ca0 !important;
}
#giftCardReviewWrapper .inputvalidator {
  float: left;
  position: relative;
margin-bottom: 0; 
}
#popupContent.giftcard-preview .modal-dialog {
  width: 642px !important;
}
.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;
  color: #777;
}
.giftcard_content .input_box .giftcardpin_input {
  width:23%;
  text-transform:uppercase;
  color: #777;
}
.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;
}

/** Laybuy Widget CSS **/
.laybuyInfo{
background-color: #fff;
padding: 10px;
text-align: center;
}
.laybuyInfo img{
vertical-align: middle;
display: inline-block;
margin: 0 10px;
}

/************************* Kudos Re-design Changes *************************/
/** Blue #2b317b **/
/** Pink #ffa7c6 **/

.maincontent{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

#ctl00_divHeader{
  border-bottom: 0 !important;
}
.header{
  text-align: center;
}
#ctl00_HeaderTop_Content_1435_pnlContentData{
  background-color: #2b317b;
  padding-top: 42px;
}
@media (max-width: 768px) {
  #ctl00_HeaderTop_Content_1435_pnlContentData {
     background-color: #2b317b;
     padding-top: 0;
  }
}
.logo a{
  float: none;
  display: inline-block;
}
.logo a img{
  margin: 0 auto;
  padding: 4px 10px 15px;
}
/*#mainMenuNavigationBar{
  display: inline-block !important;
}*/
.mainMenu li a{
  font-weight: 600;
  color: #2b317b !important;
  font-size: 14px;
}
.mainMenu li a:hover{
  color: #fff !important;
  background-color: #2b317b !important;
}
.mainMenuTop{
  float: none !important;
  display: inline-block;
  margin: 0 auto;
}
.navbar{
  min-height: auto;
}
#menu-sidebar{
  display: none;
}
.EPHOME .maincentre, .ESTYLE .maincentre, .ESTYLELIST .maincentre, .ECATEGORY .maincentre, .ESEARCH .maincentre{
  width: 100%;
}
.EPHOME .sectionheader{
  display: none;
}
.productlist li{
  border-bottom: 0;
  padding: 0;
}
.viewmore{
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 20px auto;
}
.viewmore a{
  padding: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #2b317b;
  color: #2b317b;  
}
.viewmore a:hover{
  background-color: #2b317b !important;
  color: #fff !important;
}
.spn_SA, .spn_SD a{
  text-transform: uppercase;
  font-size: 13px;
}
.spn_U1{
  text-transform: uppercase;
  padding: 3px 0;
  display: inline-block;
  font-size: 13px;
}
.stylelistpage .sectionheader{
  display: none;
}
.mainleft{
  padding: 0 !important;
}
.sitemappath{
  display: none;
}
.productattributes{
  display: none;
}
.qtyrow .leftselection{
  display: none !important;
}
.product-information-tabs{
  margin-bottom: 0 !important;
}
.ajax__tab_default .ajax__tab_body{
  font-family: 'Montserrat', sans-serif !important;
}
.productdetailbox .div_SD .spn_SD{
  font-family: 'Montserrat', sans-serif !important;
  color: #2b317b !important;
  text-transform: uppercase;
}
.productdetailbox .spn_U1{
  font-weight: normal !important;
  text-transform: uppercase;
}
.productdetailbox .spn_CP { 
  font-size: 13px;
  /*color: #ff0000 !Important;*/
  font-weight: normal !important;
} 
.productdetailbox .laybuyInfo{
  background-color: transparent;
  padding: 0;
  text-align: left;
  visibility: hidden;
}
.addtocart{
  padding: 10px !important;
  height: auto !important;
}
.categoryheader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #2b317b;
  font-weight: bold;
  margin: 20px 0;
}
.categoryheader .headerimg {
  padding-left: 0px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
    .maincontent > div {
      padding-top: 0;
    }
    .categoryheader {
      margin-top: 0;
    }
    .categoryheader .headerimg {
      padding-right: 0;
    }
  }
.categoryheader .headerimg img {
  width: auto;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .stylesummarytext .textrow {
    height: auto !important;
  }
    .categoryheader .headerimg img {
      height: 100px;
    }
  }
.categoryheader .fullwidthimg {
  padding-right: 10px;
}
.categoryheader .headerinfo {
}
  .categoryheader .fullwidthinfo {
    position: relative;
    margin-top: 20px;
    padding-left: 10px;
  }
  .categoryheader .headerinfo h3, .categoryheader .fullwidthinfo h3 {
    margin: 0 0 10px;
    font-size: 25px;
    color: #2b317b;
    display: inline-block;
    border: none !important;
    font-family: 'Montserrat', sans-serif !important;
  }
  .categoryheader .headerinfo p ,.categoryheader .fullwidthinfo p {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-transform: none;
  }

.categoryheadertext{
 text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #2b317b;
  font-weight: 600;
  margin: 20px 0;
}
.mainleft .contents{
  margin: 0;
}
.mainleft .contentsheader{
  display: none;
}
.goback{
  /*max-width: 1230px;*/
  width: 96%;
  margin: 20px 2%;
  padding: 0 0 5px 0;
  float: none;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px dotted #ccc;
}
.goback_bg{
  background-color: #fff;
  padding: 20px 15px 10px;
  margin: 0;
}
.history_arrow{
  padding: 0 0 0 5px;
}
.goback a{
  padding: 0 5px 0 0;
}
/*****************************************************************************/
/*************************       Media queries       *************************/
/*****************************************************************************/
@media screen and (min-width: 1200px) {
  .show-lg {
    display:block;
  }
  .hide-lg {
    display:none;
  }
  .col-lg-6:nth-child(even):after, .col-lg-4:nth-child(3n+3):after, .col-lg-3:nth-child(4n+4):after, .col-lg-2:nth-child(6n+6):after {
    clear:both;
  }
}
@media screen and (max-width: 1199px) {
  .attr3options .item-unitprice.attr-pack { 
     display: block;
  }
  .show-md {
    display:block;
  }
  .hide-md {
    display:none;
  }
  .attr3options .item-unitprice {
    display:none;
  }
  .attr3options .item-total-title {
    width: auto;
  }
  .attr3options .item-price, .attr3options .item-total-amount {
    margin-right:104px;
  }
  .attr3options .item-qty, .attr3options .item-total-qty {
    width:104px;
  }
  .attr3options .item-qty-buttons {
    right:5px;
  }
/* Quick view */
  #popupProductDetailContent .attr3options .item-unitprice {
    display: block;
  }
  .col-md-6:nth-child(even):after, .col-md-4:nth-child(3n+3):after, .col-md-3:nth-child(4n+4):after, .col-md-2:nth-child(6n+6):after {
    clear:both;
  }
}
@media screen and (min-width: 992px) {
  #newsletter-container iframe {
    margin-top: -44px;
  }
  .email_recipient + .inputvalidator {
     margin: -15px 0 5px 25%;
     width:75%;
  }
}
@media screen and (min-width: 768px) {
  .carousel[data-type="multi"] .carousel-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* 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;
  }
  #mainMenuSearchBar, #mainMenuCurrencyBar {
     display:none !important;
  }
  li.hasSub.dropdown:hover > .dropdown-menu { 
    display: block; 
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
/* centre content */
  .maincentre.threecolumns {
    padding-right:15px;
  }
}
@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: 99999;
    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 */
  
  .dropdown-menu { 
  top: 40px;
} 
  .productimagecont .rollovermessage {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }
  .productdetailcont {
    
  }
  .logincellleft {
    border-right:0;
  }
  .leftcontent > .contents > .sectionheader, .leftcontent > .contents > .contentsheader {
    width:100% !important;
  }
  #ctl00_tdRight .promotionbox, #ctl00_tdRight .topsellersbox, #ctl00_tdRight .suggestionbox, #ctl00_tdRight .recentlyvieweditemsbox, #ctl00_tdRight .featureditemsbox, #ctl00_tdRight .itemsyoumayalsolikebox, #ctl00_tdRight .mostvieweditemsbox, #ctl00_tdLeft .promotionbox, #ctl00_tdLeft .topsellersbox, #ctl00_tdLeft .suggestionbox, #ctl00_tdLeft .recentlyvieweditemsbox, #ctl00_tdLeft .featureditemsbox, #ctl00_tdLeft .itemsyoumayalsolikebox, #ctl00_tdLeft .mostvieweditemsbox {
    border:0;
  }
  .show-sm {
    display:block;
  }
  .hide-sm {
    display:none;
  }
/* My cart content */
  .minicartbox .productdetails {
    width:50%;
    float:left;
  }
/* Lookbook page - pagination */
  .enlarge .images {
    float:none;
    margin:0 auto;
  }
  .looks_cont > .change_order {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
    float:left;
  }
  .looks_cont > .change_order > div {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
    margin:15px 0;
  }
/* Lookbook page - slider */
  .ext_images {
    height:480px;
  }
  .ext_thumbimages {
    height:120px;
  }
  .ext_sep {
    display:none;
  }
/* All categories page */
  .all_cate_look > span > span {
    width: 50%;
  }
/* Product page */
  .attr3options .item-unitprice {
    display:block;
  }
  .attr3options .item-value {
    width:15%;
  }
  .attr3options .item-unitprice {
    width:20%;
  }
 .attr3options .item-price, .attr3options .item-total-amount {
    margin-right:30%;
    width:20%;
  }
  .attr3options .item-qty, .attr3options .item-total-qty {
    width:114px;
  }
  .attr3options .item-qty-buttons {
    right:10px;
  }
  .attr3options .item-total-title {
    width:30%;
  }
  .sectionheader.empty, .contentsheader.empty {
    display:none;
  }
/* Quick view */
  #popupProductDetailContent .productdetailcont {
    margin-top:30px;
  }
  #popupProductDetailContent .fulldetails {
    top:15px;
    bottom:0;
    left:0;
    position:relative;
  }
/* Order detail in My account page */
  .orderaddresses .shippingaddress {
    
    margin-bottom:15px;
  }
  .col-sm-6:nth-child(even):after, .col-sm-4:nth-child(3n+3):after, .col-sm-3:nth-child(4n+4):after, .col-sm-2:nth-child(6n+6):after {
    clear:both;
  }
  .loginmenuwrap{
    padding: 10px 0 0;
  }
  .mainMenu li a {
    padding: 10px;
  }
  .stylelistcontent .productlist li{
    max-width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .col-xs-12 {
      width: 100%;
    }
    .col-xs-6 {
      width: 50%;
    }
  /* 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:0;
    z-index: 1;
  }
  /* if .brief-summary-outer exists. */
  .one-page-chekout #ctl00_divFooter {
    margin-bottom:45px;
  }
  /* ends CheckoutLayout Accordion */
  
  .shop-latest, .shop-sale, .shop-gift-voucher {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .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;
  }

  html { 
    font-size: 70%; 
  } 
  input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], textarea, select, .formsectiontext, .attributelabel, .formsectionvalue, .sign + .formsectionvalue, .col-all-12, .one-page-chekout .shippingcomments > *, .one-page-chekout .checkoutblock-container > .formsectiontext, .one-page-chekout .checkoutblock-container > .formsectionvalue {
    width:100%;
  }
  input.major.btn, .productdetailcont .productdetailrow input.btn {
    width: 100%;
  }
  input.btn ~ a.wl_btnaddtowishlist, input.btn ~ a.wl_btnaddtogiftregistry, .wl_action > a.btn {
    width: 45%;
    display: inline-block;
    text-align: center;
    margin: 7px 2.5%;
  }
  .form-body > div {
    
  }
  .table-responsive {
    border:0;
  }
  .formsectiontext, .sign, .one-page-chekout .shippingcomments > .sectionbar {
    display:inline;
  }
  .show-xs {
    display:block;
  }
  .hide-xs {
    display:none;
  }
  .logo a img{
    padding: 17px 10px 8px;
  }
/* Main menu */
  .mainMenuTop h3 {
    width:100%;
    font-size:100%;
	 margin:0;
  }
  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;*/
    margin-bottom: 10px;
    border:0; 
  } 
  .nav > li { 
    position: relative; 
  }
  .dropdown-menu ul {
    padding:0;
  }
  .lvl1{
    max-width: 100%;
    text-align: center;
  }
  .dropdown-menu ul li a {
    display:block;
    padding:8px 0;
    font-size:14px !important;
  }
  .dropdown-menu ul ul li a {
    padding-left:45px;
  }
  .dropdown-menu ul ul ul li a {
    padding-left:60px;
  }
  .nav > li > ul > li.first > span.login-username:empty {
    display:none;
  }
  /*.header-menu.sticky {
    position:fixed;
    top:0;
    width:100%;
    border-bottom:1px solid #e7e7e7;
    background-color: #f8f8f8;
  }*/
  /*.header-menu.sticky ~ .navbar-collapse {
    position:fixed;
    top:50px;
    width:100%;
    max-height:100%;
    border-bottom:1px solid #e7e7e7;
    background-color: #f8f8f8;
    bottom:0; 
  }*/
  .navbar-header {
    text-align:center;
    /*height: 51px;*/
  }
  .navbar-header li {
    position: relative;
    float: left;
    width:16.66666667%;
  }
  #mainMenuNavigationBar{
    padding-left: 0;
    padding-right: 0;
  }
/*.navbar-nav li > a {
    display: none;
}*/
  .navbar-header li:first-child, .navbar-header li:last-child {
    width:18%;
  }
  .navbar-header li.less1 {
    width:20%;
  }
  .navbar-header li.less2 {
    width:25%;
  }
  .navbar-header li:hover{
    background-color: #2b317b;
    color: #fff;
  }
   .ECATEGORY .navbar-header li:first-child, .ESTYLELIST .navbar-header li:first-child, .ESEARCH .navbar-header li:first-child{
    display: none;
  }
   .ECATEGORY .navbar-header li.less1, .ESTYLELIST .navbar-header li.less1, .ESEARCH .navbar-header li.less1{
    width: 25%;
  }
  .navbar-header{
    font-size: 20px !important;
  }
  a.navbar-toggle {
    float:none;
    margin:0 auto !important;
    font-family:FontAwesome !important;
    font-size:20px !important;
    width: 100%;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 0;
    font-weight: normal !important;
    border-top: 1px solid #fff;
  }  
  a.navbar-toggle.collapsed {
     color:#888;
     background-color: transparent;
  }
  a.navbar-toggle {
    font-size: 9px !important;
  }
  a.navbar-toggle:before {
    font-size: 20px;
  }
  a.navbar-toggle.left-menu:before, a.navbar-toggle.main-menu:before {
    content: "\f0c9";
  }
  a.navbar-toggle.my-account:before {
    content: "\f007";  
  }
  a.navbar-toggle.my-search:before {
    content: "\f002";  
  }
  a.navbar-toggle.my-currency:before {
    content: "\f155";  
  }
  a.navbar-toggle.my-cart:before {
    content: "\f07a"; 
  }
  /*a.navbar-toggle.my-cart{
    display: none;
  }*/
  /*a.navbar-toggle.my-cart  > .cart_qty_img {
    width: 24px;
    height: 24px;
    background-image:url(/user/files/cart.gif);
    background-size: 100% 100%;
  }*/
  /*a.navbar-toggle.my-cart  > .cart_qty_img.on {
    background-image:url(/user/files/cart-full.gif);
  }*/
  a.navbar-toggle.my-cart > .badge {
    display:none;
    position:absolute;
    top:9px;
    left:12px;
    background-color:transparent;
  }
  .caret-right {
    position: absolute;
    top: 15px;
    right: 11px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid;
    display: inline-block;
    height: 0;
    width: 0;
    vertical-align: top;
  }
  .mainMenu li a{
    font-size: 14px;
    letter-spacing: 2px;
  }
  .loginmenu-username{
    display: none !important;
  }
  #trg_slidingcart{
    display: none;
  }
  .nav > li > ul > li > a{
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
  }

/* offcanvas */
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .offcanvas-backdrop.fade.show {
    display: none!important;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -100%; /* 6 columns */
  }
  .row-offcanvas-left.in {
    left: 100%; /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 100%; /* 6 columns */
    background:#fff;
    z-index:1;
  }
  .row-offcanvas-left.in:after {
    content: ' ';
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 100%;  /* 6 columns */
    background-color: rgba(255,255,255,.6);
    display: block;
    z-index: 100; /* Add to wishlist is 99 */
  }
/* centre content */
  .maincentre.threecolumns {
    padding-right:15px;
  }
/* Logo */ 
  .logo {
	 /*border-bottom: 1px solid #e7e7e7;*/
  }
  .logo a {
    float:none;
  }
  .logo a > img {
    /*height:50px;*/
    display: inline;
  }
/* Search bar */
  .my-search-bar {
    padding:0;
  }
  .bar{
    background-color: #2b317b;
    text-align: left;
  }
  input.searchtextbox{
     width: 90% !important;
  }
  .bar > div {
    left: 0;
    padding: 15px;
    width:100%;
  }
  .bar > div > a {
    display: block;
    position: absolute;
    top: 15px;
    right: 18px;
  }
/* Currency selector */
  .my-currency-bar {
    text-align:center;
    padding:0;
  }
  .my-currency-bar span:after { 
    font-family: FontAwesome;
    content: "\f078"; /* fa-chevron-down */
    display: inline-block;
    padding-left: 10px;
  }
  .my-currency-bar span, .my-currency-bar a {
    display:block;
    padding: 10px 0;
    cursor:pointer;
    color:#000;
  }
  .my-currency-bar img {
    display:inline;
  }
  .my-currency-bar li li {
    border-top:1px solid #e7e7e7;
    background-color: #e6dfd1;
  }
/* Password recovery */
  .recoverpwdtext {
    width:100%;
    display:block;
  }
  .recoverpwdvalue {
    width:100%;
    display:block;
  }
/* Filter/Sort By */
  .refine-search-wrap > .collapse {
    display:none;
  }
  .refine-search-wrap > .collapse.in {
    display:block;
  }
  .styleresultbar-category li {
    margin:0 0 7px;
  }
  .styleresultbar-category li.selected a {
    font-weight:bold;
  }
  .styleresultbar-category a {
    display:block;
    color:#333;
	 text-decoration: none;
  }
  .styleresultbar-category a.cate1 {
	 padding-left:7px;
  }
  .styleresultbar-category a.cate2 {
	 padding-left:14px;
  }
  .styleresultbar-category a.cate3 {
	 padding-left:21px;
  }
  .styleresultbar-collapse h3.shopby_header a, .styleresultbar-collapse .shopby_header_default, .styleresultbar-collapse .shopby_header_hover, .styleresultbar-collapse .shopby_header_active, .styleresultbar-collapse .shopby_header_selected { 
    display:block;
    color:#333 !important;
    font-weight:bold;  
	 padding:0;
	 margin:0;
	 width:100%;
	 letter-spacing: 0.2rem;
  } 
  .styleresultbar-collapse .shopby_header_icon_col, .styleresultbar-collapse .shopby_header_icon_exp {
    display: block;
    background:none;
  }
  .styleresultbar-collapse .shopby_body {
    border:0;
  }
  a.styleresultbar-collapse-link {
    display:block;
    color: #000!important;
    font-weight: bold;
    height:3rem;
    line-height: 3rem;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
  }
  .refine-search-wrap > a.styleresultbar-collapse-link {
    /*border-top: 1px solid #e7e7e7;*/
  }
  .refine-search-wrap > a.styleresultbar-collapse-link.collapsed {
    /*border-bottom: 1px solid #e7e7e7;*/
  }
  a.styleresultbar-collapse-link:hover {
    /*color: #333 !important;*/
    text-decoration: none;
  }
  a.styleresultbar-collapse-link.collapsed > i, .styleresultbar-collapse .shopby_header.shopby_header_default i, .styleresultbar-collapse .shopby_header.shopby_header_hover i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  a.styleresultbar-collapse-link > i, .styleresultbar-collapse .shopby_header i {
    float: right;
    line-height: 2.91rem;
    vertical-align: middle;
    margin-right:0.3rem;  
    transform: rotate(270deg);
    transition: transform 0.5s;
	 color: #333;
  }
  a.styleresultbar-collapse-link > i:before, .styleresultbar-collapse .shopby_header i:before {
    content: "\f104";
  }
/* Category page */   
  .stylesummarytext_desc > div {
    margin-bottom:7px;
  }
/* Product review popup */
  .pr-wrapper {
    width:100%;
  }
  .pr-ratingitemname {
    width:50%;
  }
  .pr-ratingitemvalue {
    width:100%;
    padding-right:15px;
  }
  .pr-reviewvalueexample {
    margin-left:0;
  }
  .pr-reviewdetailwrap {
    margin-bottom:10px;
  }
  .pr-reviewtipwrap {
    position:relative;
    display:block;
    width:100%;
    font-size:inherit;
    line-height:inherit;
    top:0;
    margin-left:20px;
    padding-right:15px;
  }
  .recaptchainputs {
    width: 90% !important;
    max-width:300px;
  }
  .recaptchabuttons  {
    width: 10% !important;
  }
  #recaptcha_challenge_image {
    width: 100% !important;
  }
  #recaptcha_response_field {
    width: 95% !important;
  }
  #recaptcha_image {
    width: 100% !important;
  }
  .pr-reviewfooterbuttonswrap > input {
    margin-bottom:15px;
  }
/* Product page */
  .productdetailcont .productdetailrow > select.form-control {
    width:100%;
  }
  input.btn ~ a.wl_btnaddtowishlist, input.btn ~ a.wl_btnaddtogiftregistry {
    padding-left:0;
  }
/* Product reviews in product page */
  .oa-summarycol {
    width:100%;
  }
  .oa-filtercol {
    display: block;
    float: left;
    margin-left: 0;
    width:100%;
  }
  .oa-ratingrecommend {
    border-top: 1px dotted #000;
    border-bottom: 0;
    padding-top: 10px;
    width: 100%;
  }
  .dc-reviewcontentreview {
    width:100%;
  }
  .dc-reviewcontentdetails {
    margin-bottom:0;
  }
  .dc-reviewcontentratings {
    float:left;
    margin-top:20px;
  }
  .dc-reviewcontentratingstars {
    padding-left:0;
  }

/* Gift Registry page */
  .cr_coregistrantswrap .formsectiontext, .cr_registrationwrap .cr_cellleft, .cr_deliveryaddresswrap .formsectiontext {
    padding-left:0;
  }

/* Order detail in My account page */
  .orderdetail .paymentmethoddetails {
    font-size:1.4rem !important;
  }
  .block > span {
    display:inline-block;
  }

/* Registry detail in My account page */
  .itempurchaserswrap { 
    margin-left:0; 
  }
  .itempurchaserswrap .formsectiontext {
    width:15% !important;
  }
  .itempurchaserswrap .formsectionvalue {
    width:80% !important;
  }

/* Contact form page */
  .messagenamewrap  {
    width: 100%;
  }
  .messagenamewrap, .messagesignwrap  {
    display:inline !important;
  }
  .messagevaluewrap  {
    width: 100%;
  }

/* Shopping cart page */
  .coupon_shoppingcart {
    height:auto;
  }
  .coupon_shoppingcart > div {
    text-align:left !important;
  }
  .coupon_content .coupon_input {
    width: auto;
  width: calc(100% - 91px);
  }
/* Coupon content */
  .coupon_shoppingcart .coupon_content, .coupon_shoppingcart .coupon_prompt {
    float:none;
    width:100%;
	 padding-left:15px;
  padding-right: 15px;
}
  .coupon_shoppingcart .coupon_content .coupon_input {
    width: 100% !important;
  }
  .coupon_content input.btn {
    width: 100% !important;
  }
  .giftcard_content .button_box, .loyalty_content .button_box {
    width: 100%;
  }
/* My cart content */
  .minicartbox .productdetails {
    width:100%;
  }

/* Lookbook page - slider */
  .ext_looks_cont {
    margin:0 auto;
  }
  .ext_sep {
    display:none;
  }

/* All categories page */
  .all_cate_look > span > span {
    width:100%;
  }

/* Checkout page */
  .checkoutheader > span {
    float:left;
  }
  .checkoutheader > .headerstep {
    clear:both;
  }
  .addressdisplay .fieldname {
    width:30%;
  }

/* Quick view */
  .image-thumbnail-left .productimage_zoomed, .image-thumbnail-right .productimage_zoomed {margin-left:0;}
  .productimage_thumbnails_scrolltop, .productimage_thumbnails_scrollbottom {
    display:none;
  }
  .image-thumbnail-left .productimage_thumbnails, .image-thumbnail-right .productimage_thumbnails {
    position: relative;
    top:0;
    width:100%;
      margin-left: -5px;
    margin-right: -5px;
}
  .productimage_thumbnails_inner {
    top: 5px !important;
  } 
  .image-thumbnail-left .StyleColourCont, .image-thumbnail-right .StyleColourCont {
    clear:none;
    padding-bottom: 15px !important;
      padding: 0!important;
    margin: 5px;
}
/* Style guide in product page */
  #popupContent .modal-dialog {
    margin: 10px auto;
  }
  .col-xs-6:nth-child(even):after, .col-xs-4:nth-child(3n+3):after, .col-xs-3:nth-child(4n+4):after, .col-xs-2:nth-child(6n+6):after {
    clear:both;
  }
/* Admin buttons */
  .admin-menu {
    position:relative !important;
    margin-bottom: 0 !important;
  }

  .leftcontent {
    margin: 0 auto;
    width: 60%;
    float: none;
    display: block !important;
  }
  .header-logo {
    display:none !important;
  }
  .site-logo img {
    margin: 0 auto;
  }
  .styleresultbar{
    margin: 0;
  }
  .stylelistcontent .productlist li{
    max-width: none;
  }
  .styleresultbar .shopby-container{
    width: 100% !important;
    padding: 5px 10px !important;
  }
  .shopby_header_wrapper{
    padding: 10px !important;
  }
  .styleresultbar .shopby_header i{
    top: 6px !important;
    right: 0 !important;
  }
   /*.styleresultbar-collapse li:first-child{
    display: none;
  }*/
  .styleresultbar-collapse .hide-sm {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .brand-header-container {
    white-space: normal !important;
  }
  .attr3options .item-unitprice.attr-pack { 
     display: block;
  }
  #popupContent.giftcard-balance-popup .modal-dialog { 
    width: 100% !important; 
  }
/* Product page */
  .attr3options .item-image, .attr3options .item-unitprice {
    display:none;
  }
  .attr3options .item-value, .attr3options .item-total-title {
    width:20%;
  }
  .attr3options .item-price, .attr3options .item-total-amount {
    margin-right:40%;
    width:40%;
  }
/* Customer Details step in Checkout page */
  .checkoutbody .shippingaddress {
    position:relative;
    overflow:hidden;
  }
  .checkoutbody .sameasbilling {
    padding: 0;
    position: absolute;
    right: 15px;
    top: 7px;
    width: 185px;
  }
}


/* ================================================================== */
/* This file has a mobile-to-tablet, and tablet-to-desktop breakpoint */
/* ================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.grid-container:before, .grid-5:before, .mobile-grid-5:before, .tablet-grid-5:before, .grid-10:before, .mobile-grid-10:before, .tablet-grid-10:before, .grid-15:before, .mobile-grid-15:before, .tablet-grid-15:before, .grid-20:before, .mobile-grid-20:before, .tablet-grid-20:before, .grid-25:before, .mobile-grid-25:before, .tablet-grid-25:before, .grid-30:before, .mobile-grid-30:before, .tablet-grid-30:before, .grid-35:before, .mobile-grid-35:before, .tablet-grid-35:before, .grid-40:before, .mobile-grid-40:before, .tablet-grid-40:before, .grid-45:before, .mobile-grid-45:before, .tablet-grid-45:before, .grid-50:before, .mobile-grid-50:before, .tablet-grid-50:before, .grid-55:before, .mobile-grid-55:before, .tablet-grid-55:before, .grid-60:before, .mobile-grid-60:before, .tablet-grid-60:before, .grid-65:before, .mobile-grid-65:before, .tablet-grid-65:before, .grid-70:before, .mobile-grid-70:before, .tablet-grid-70:before, .grid-75:before, .mobile-grid-75:before, .tablet-grid-75:before, .grid-80:before, .mobile-grid-80:before, .tablet-grid-80:before, .grid-85:before, .mobile-grid-85:before, .tablet-grid-85:before, .grid-90:before, .mobile-grid-90:before, .tablet-grid-90:before, .grid-95:before, .mobile-grid-95:before, .tablet-grid-95:before, .grid-100:before, .mobile-grid-100:before, .tablet-grid-100:before, .grid-33:before, .mobile-grid-33:before, .tablet-grid-33:before, .grid-66:before, .mobile-grid-66:before, .tablet-grid-66:before, .clearfix:before,
.grid-container:after,
.grid-5:after,
.mobile-grid-5:after,
.tablet-grid-5:after,
.grid-10:after,
.mobile-grid-10:after,
.tablet-grid-10:after,
.grid-15:after,
.mobile-grid-15:after,
.tablet-grid-15:after,
.grid-20:after,
.mobile-grid-20:after,
.tablet-grid-20:after,
.grid-25:after,
.mobile-grid-25:after,
.tablet-grid-25:after,
.grid-30:after,
.mobile-grid-30:after,
.tablet-grid-30:after,
.grid-35:after,
.mobile-grid-35:after,
.tablet-grid-35:after,
.grid-40:after,
.mobile-grid-40:after,
.tablet-grid-40:after,
.grid-45:after,
.mobile-grid-45:after,
.tablet-grid-45:after,
.grid-50:after,
.mobile-grid-50:after,
.tablet-grid-50:after,
.grid-55:after,
.mobile-grid-55:after,
.tablet-grid-55:after,
.grid-60:after,
.mobile-grid-60:after,
.tablet-grid-60:after,
.grid-65:after,
.mobile-grid-65:after,
.tablet-grid-65:after,
.grid-70:after,
.mobile-grid-70:after,
.tablet-grid-70:after,
.grid-75:after,
.mobile-grid-75:after,
.tablet-grid-75:after,
.grid-80:after,
.mobile-grid-80:after,
.tablet-grid-80:after,
.grid-85:after,
.mobile-grid-85:after,
.tablet-grid-85:after,
.grid-90:after,
.mobile-grid-90:after,
.tablet-grid-90:after,
.grid-95:after,
.mobile-grid-95:after,
.tablet-grid-95:after,
.grid-100:after,
.mobile-grid-100:after,
.tablet-grid-100:after,
.grid-33:after,
.mobile-grid-33:after,
.tablet-grid-33:after,
.grid-66:after,
.mobile-grid-66:after,
.tablet-grid-66:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.grid-container:after, .grid-5:after, .mobile-grid-5:after, .tablet-grid-5:after, .grid-10:after, .mobile-grid-10:after, .tablet-grid-10:after, .grid-15:after, .mobile-grid-15:after, .tablet-grid-15:after, .grid-20:after, .mobile-grid-20:after, .tablet-grid-20:after, .grid-25:after, .mobile-grid-25:after, .tablet-grid-25:after, .grid-30:after, .mobile-grid-30:after, .tablet-grid-30:after, .grid-35:after, .mobile-grid-35:after, .tablet-grid-35:after, .grid-40:after, .mobile-grid-40:after, .tablet-grid-40:after, .grid-45:after, .mobile-grid-45:after, .tablet-grid-45:after, .grid-50:after, .mobile-grid-50:after, .tablet-grid-50:after, .grid-55:after, .mobile-grid-55:after, .tablet-grid-55:after, .grid-60:after, .mobile-grid-60:after, .tablet-grid-60:after, .grid-65:after, .mobile-grid-65:after, .tablet-grid-65:after, .grid-70:after, .mobile-grid-70:after, .tablet-grid-70:after, .grid-75:after, .mobile-grid-75:after, .tablet-grid-75:after, .grid-80:after, .mobile-grid-80:after, .tablet-grid-80:after, .grid-85:after, .mobile-grid-85:after, .tablet-grid-85:after, .grid-90:after, .mobile-grid-90:after, .tablet-grid-90:after, .grid-95:after, .mobile-grid-95:after, .tablet-grid-95:after, .grid-100:after, .mobile-grid-100:after, .tablet-grid-100:after, .grid-33:after, .mobile-grid-33:after, .tablet-grid-33:after, .grid-66:after, .mobile-grid-66:after, .tablet-grid-66:after, .clearfix:after {
  clear: both;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  /*max-width: 1200px;*/
max-width:908px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width:1680px) {
.grid-container {

max-width:982px;

}
}

.grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-parent {
  padding-left: 0;
  padding-right: 0;
}

@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:0;
    z-index: 1;
  }
  /* if .brief-summary-outer exists. */
  .one-page-chekout #ctl00_divFooter {
    margin-bottom:45px;
  }
  /* ends CheckoutLayout Accordion */
  
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .mobile-grid-5 {
    float: left;
    width: 5%;
  }

  .mobile-prefix-5 {
    margin-left: 5%;
  }

  .mobile-suffix-5 {
    margin-right: 5%;
  }

  .mobile-push-5 {
    left: 5%;
  }

  .mobile-pull-5 {
    left: -5%;
  }

  .mobile-grid-10 {
    float: left;
    width: 10%;
  }

  .mobile-prefix-10 {
    margin-left: 10%;
  }

  .mobile-suffix-10 {
    margin-right: 10%;
  }

  .mobile-push-10 {
    left: 10%;
  }

  .mobile-pull-10 {
    left: -10%;
  }

  .mobile-grid-15 {
    float: left;
    width: 15%;
  }

  .mobile-prefix-15 {
    margin-left: 15%;
  }

  .mobile-suffix-15 {
    margin-right: 15%;
  }

  .mobile-push-15 {
    left: 15%;
  }

  .mobile-pull-15 {
    left: -15%;
  }

  .mobile-grid-20 {
    float: left;
    width: 20%;
  }

  .mobile-prefix-20 {
    margin-left: 20%;
  }

  .mobile-suffix-20 {
    margin-right: 20%;
  }

  .mobile-push-20 {
    left: 20%;
  }

  .mobile-pull-20 {
    left: -20%;
  }

  .mobile-grid-25 {
    float: left;
    width: 25%;


  }

  .mobile-prefix-25 {
    margin-left: 25%;
  }

  .mobile-suffix-25 {
    margin-right: 25%;
  }

  .mobile-push-25 {
    left: 25%;
  }

  .mobile-pull-25 {
    left: -25%;
  }

  .mobile-grid-30 {
    float: left;
    width: 30%;
  }

  .mobile-prefix-30 {
    margin-left: 30%;
  }

  .mobile-suffix-30 {
    margin-right: 30%;
  }

  .mobile-push-30 {
    left: 30%;
  }

  .mobile-pull-30 {
    left: -30%;
  }

  .mobile-grid-35 {
    float: left;
    width: 35%;
  }

  .mobile-prefix-35 {
    margin-left: 35%;
  }

  .mobile-suffix-35 {
    margin-right: 35%;
  }

  .mobile-push-35 {
    left: 35%;
  }

  .mobile-pull-35 {
    left: -35%;
  }

  .mobile-grid-40 {
    float: left;
    width: 40%;
  }

  .mobile-prefix-40 {
    margin-left: 40%;
  }

  .mobile-suffix-40 {
    margin-right: 40%;
  }

  .mobile-push-40 {
    left: 40%;
  }

  .mobile-pull-40 {
    left: -40%;
  }

  .mobile-grid-45 {
    float: left;
    width: 45%;
  }

  .mobile-prefix-45 {
    margin-left: 45%;
  }

  .mobile-suffix-45 {
    margin-right: 45%;
  }

  .mobile-push-45 {
    left: 45%;
  }

  .mobile-pull-45 {
    left: -45%;
  }

  .mobile-grid-50 {
    float: left;
    width: 50%;
  }

  .mobile-prefix-50 {
    margin-left: 50%;
  }

  .mobile-suffix-50 {
    margin-right: 50%;
  }

  .mobile-push-50 {
    left: 50%;
  }

  .mobile-pull-50 {
    left: -50%;
  }

  .mobile-grid-55 {
    float: left;
    width: 55%;
  }

  .mobile-prefix-55 {
    margin-left: 55%;
  }

  .mobile-suffix-55 {
    margin-right: 55%;
  }

  .mobile-push-55 {
    left: 55%;
  }

  .mobile-pull-55 {
    left: -55%;
  }

  .mobile-grid-60 {
    float: left;
    width: 60%;
  }

  .mobile-prefix-60 {
    margin-left: 60%;
  }

  .mobile-suffix-60 {
    margin-right: 60%;
  }

  .mobile-push-60 {
    left: 60%;
  }

  .mobile-pull-60 {
    left: -60%;
  }

  .mobile-grid-65 {
    float: left;
    width: 65%;
  }

  .mobile-prefix-65 {
    margin-left: 65%;
  }

  .mobile-suffix-65 {
    margin-right: 65%;
  }

  .mobile-push-65 {
    left: 65%;
  }

  .mobile-pull-65 {
    left: -65%;
  }

  .mobile-grid-70 {
    float: left;
    width: 70%;
  }

  .mobile-prefix-70 {
    margin-left: 70%;
  }

  .mobile-suffix-70 {
    margin-right: 70%;
  }

  .mobile-push-70 {
    left: 70%;
  }

  .mobile-pull-70 {
    left: -70%;
  }

  .mobile-grid-75 {
    float: left;
    width: 75%;
  }

  .mobile-prefix-75 {
    margin-left: 75%;
  }

  .mobile-suffix-75 {
    margin-right: 75%;
  }

  .mobile-push-75 {
    left: 75%;
  }

  .mobile-pull-75 {
    left: -75%;
  }

  .mobile-grid-80 {
    float: left;
    width: 80%;
  }

  .mobile-prefix-80 {
    margin-left: 80%;
  }

  .mobile-suffix-80 {
    margin-right: 80%;
  }

  .mobile-push-80 {
    left: 80%;
  }

  .mobile-pull-80 {
    left: -80%;
  }

  .mobile-grid-85 {
    float: left;
    width: 85%;
  }

  .mobile-prefix-85 {
    margin-left: 85%;
  }

  .mobile-suffix-85 {
    margin-right: 85%;
  }

  .mobile-push-85 {
    left: 85%;
  }

  .mobile-pull-85 {
    left: -85%;
  }

  .mobile-grid-90 {
    float: left;
    width: 90%;
  }

  .mobile-prefix-90 {
    margin-left: 90%;
  }

  .mobile-suffix-90 {
    margin-right: 90%;
  }

  .mobile-push-90 {
    left: 90%;
  }

  .mobile-pull-90 {
    left: -90%;
  }

  .mobile-grid-95 {
    float: left;
    width: 95%;
  }

  .mobile-prefix-95 {
    margin-left: 95%;
  }

  .mobile-suffix-95 {
    margin-right: 95%;
  }

  .mobile-push-95 {
    left: 95%;
  }

  .mobile-pull-95 {
    left: -95%;
  }

  .mobile-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .mobile-prefix-33 {
    margin-left: 33.33333%;
  }

  .mobile-suffix-33 {
    margin-right: 33.33333%;
  }

  .mobile-push-33 {
    left: 33.33333%;
  }

  .mobile-pull-33 {
    left: -33.33333%;
  }

  .mobile-grid-66 {
    float: left;
    width: 66.66667%;
  }

  .mobile-prefix-66 {
    margin-left: 66.66667%;
  }

  .mobile-suffix-66 {
    margin-right: 66.66667%;
  }

  .mobile-push-66 {
    left: 66.66667%;
  }

  .mobile-pull-66 {
    left: -66.66667%;
  }

  .mobile-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-push-5, .tablet-pull-5, .tablet-push-10, .tablet-pull-10, .tablet-push-15, .tablet-pull-15, .tablet-push-20, .tablet-pull-20, .tablet-push-25, .tablet-pull-25, .tablet-push-30, .tablet-pull-30, .tablet-push-35, .tablet-pull-35, .tablet-push-40, .tablet-pull-40, .tablet-push-45, .tablet-pull-45, .tablet-push-50, .tablet-pull-50, .tablet-push-55, .tablet-pull-55, .tablet-push-60, .tablet-pull-60, .tablet-push-65, .tablet-pull-65, .tablet-push-70, .tablet-pull-70, .tablet-push-75, .tablet-pull-75, .tablet-push-80, .tablet-pull-80, .tablet-push-85, .tablet-pull-85, .tablet-push-90, .tablet-pull-90, .tablet-push-95, .tablet-pull-95, .tablet-push-33, .tablet-pull-33, .tablet-push-66, .tablet-pull-66 {
    position: relative;
  }

  .hide-on-tablet {
    display: none !important;
  }

  .tablet-grid-5 {
    float: left;
    width: 5%;
  }

  .tablet-prefix-5 {
    margin-left: 5%;
  }

  .tablet-suffix-5 {
    margin-right: 5%;
  }

  .tablet-push-5 {
    left: 5%;
  }

  .tablet-pull-5 {
    left: -5%;
  }

  .tablet-grid-10 {
    float: left;
    width: 10%;
  }

  .tablet-prefix-10 {
    margin-left: 10%;
  }

  .tablet-suffix-10 {
    margin-right: 10%;
  }

  .tablet-push-10 {
    left: 10%;
  }

  .tablet-pull-10 {
    left: -10%;
  }

  .tablet-grid-15 {
    float: left;
    width: 15%;
  }


  .tablet-prefix-15 {
    margin-left: 15%;
  }

  .tablet-suffix-15 {
    margin-right: 15%;
  }

  .tablet-push-15 {
    left: 15%;
  }

  .tablet-pull-15 {
    left: -15%;
  }

  .tablet-grid-20 {
    float: left;
    width: 20%;
  }

  .tablet-prefix-20 {
    margin-left: 20%;
  }

  .tablet-suffix-20 {
    margin-right: 20%;
  }

  .tablet-push-20 {
    left: 20%;
  }

  .tablet-pull-20 {
    left: -20%;
  }

  .tablet-grid-25 {
    float: left;
    width: 25%;
  }

  .tablet-prefix-25 {
    margin-left: 25%;
  }

  .tablet-suffix-25 {
    margin-right: 25%;
  }

  .tablet-push-25 {
    left: 25%;
  }

  .tablet-pull-25 {
    left: -25%;
  }

  .tablet-grid-30 {
    float: left;
    width: 30%;
  }

  .tablet-prefix-30 {
    margin-left: 30%;
  }

  .tablet-suffix-30 {
    margin-right: 30%;
  }

  .tablet-push-30 {
    left: 30%;
  }

  .tablet-pull-30 {
    left: -30%;
  }

  .tablet-grid-35 {
    float: left;
    width: 35%;
  }

  .tablet-prefix-35 {
    margin-left: 35%;
  }

  .tablet-suffix-35 {
    margin-right: 35%;
  }

  .tablet-push-35 {
    left: 35%;
  }

  .tablet-pull-35 {
    left: -35%;
  }

  .tablet-grid-40 {
    float: left;
    width: 40%;
  }

  .tablet-prefix-40 {
    margin-left: 40%;
  }

  .tablet-suffix-40 {
    margin-right: 40%;
  }

  .tablet-push-40 {
    left: 40%;
  }

  .tablet-pull-40 {
    left: -40%;
  }

  .tablet-grid-45 {
    float: left;
    width: 45%;
  }

  .tablet-prefix-45 {
    margin-left: 45%;
  }

  .tablet-suffix-45 {
    margin-right: 45%;
  }

  .tablet-push-45 {
    left: 45%;
  }

  .tablet-pull-45 {
    left: -45%;
  }

  .tablet-grid-50 {
    float: left;
    width: 50%;
  }

  .tablet-prefix-50 {
    margin-left: 50%;
  }

  .tablet-suffix-50 {
    margin-right: 50%;
  }

  .tablet-push-50 {
    left: 50%;
  }

  .tablet-pull-50 {
    left: -50%;
  }

  .tablet-grid-55 {
    float: left;
    width: 55%;
  }

  .tablet-prefix-55 {
    margin-left: 55%;
  }

  .tablet-suffix-55 {
    margin-right: 55%;
  }

  .tablet-push-55 {
    left: 55%;
  }

  .tablet-pull-55 {
    left: -55%;
  }

  .tablet-grid-60 {
    float: left;
    width: 60%;
  }

  .tablet-prefix-60 {
    margin-left: 60%;
  }

  .tablet-suffix-60 {
    margin-right: 60%;
  }

  .tablet-push-60 {
    left: 60%;
  }

  .tablet-pull-60 {
    left: -60%;
  }

  .tablet-grid-65 {
    float: left;
    width: 65%;
  }

  .tablet-prefix-65 {
    margin-left: 65%;
  }

  .tablet-suffix-65 {
    margin-right: 65%;
  }

  .tablet-push-65 {
    left: 65%;
  }

  .tablet-pull-65 {
    left: -65%;
  }

  .tablet-grid-70 {
    float: left;
    width: 70%;
  }

  .tablet-prefix-70 {
    margin-left: 70%;
  }

  .tablet-suffix-70 {
    margin-right: 70%;
  }

  .tablet-push-70 {
    left: 70%;
  }

  .tablet-pull-70 {
    left: -70%;
  }

  .tablet-grid-75 {
    float: left;
    width: 75%;
  }

  .tablet-prefix-75 {
    margin-left: 75%;
  }

  .tablet-suffix-75 {
    margin-right: 75%;
  }

  .tablet-push-75 {
    left: 75%;
  }

  .tablet-pull-75 {
    left: -75%;
  }

  .tablet-grid-80 {
    float: left;
    width: 80%;
  }

  .tablet-prefix-80 {
    margin-left: 80%;
  }

  .tablet-suffix-80 {
    margin-right: 80%;
  }

  .tablet-push-80 {
    left: 80%;
  }

  .tablet-pull-80 {
    left: -80%;
  }

  .tablet-grid-85 {
    float: left;
    width: 85%;
  }

  .tablet-prefix-85 {
    margin-left: 85%;
  }

  .tablet-suffix-85 {
    margin-right: 85%;
  }

  .tablet-push-85 {
    left: 85%;
  }

  .tablet-pull-85 {
    left: -85%;
  }

  .tablet-grid-90 {
    float: left;
    width: 90%;
  }

  .tablet-prefix-90 {
    margin-left: 90%;
  }

  .tablet-suffix-90 {
    margin-right: 90%;
  }

  .tablet-push-90 {
    left: 90%;
  }

  .tablet-pull-90 {
    left: -90%;
  }

  .tablet-grid-95 {
    float: left;
    width: 95%;
  }

  .tablet-prefix-95 {
    margin-left: 95%;
  }

  .tablet-suffix-95 {
    margin-right: 95%;
  }

  .tablet-push-95 {
    left: 95%;
  }

  .tablet-pull-95 {
    left: -95%;
  }

  .tablet-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .tablet-prefix-33 {
    margin-left: 33.33333%;
  }

  .tablet-suffix-33 {
    margin-right: 33.33333%;
  }

  .tablet-push-33 {
    left: 33.33333%;
  }

  .tablet-pull-33 {
    left: -33.33333%;
  }

  .tablet-grid-66 {
    float: left;
    width: 66.66667%;
  }

  .tablet-prefix-66 {
    margin-left: 66.66667%;
  }

  .tablet-suffix-66 {
    margin-right: 66.66667%;
  }

  .tablet-push-66 {
    left: 66.66667%;
  }

  .tablet-pull-66 {
    left: -66.66667%;
  }

  .tablet-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative;
  }

  .hide-on-desktop {
    display: none !important;
  }

  .grid-5 {
    float: left;
    width: 5%;
  }

  .prefix-5 {
    margin-left: 5%;
  }

  .suffix-5 {
    margin-right: 5%;
  }

  .push-5 {
    left: 5%;
  }

  .pull-5 {
    left: -5%;
  }

  .grid-10 {
    float: left;
    width: 10%;
  }

  .prefix-10 {
    margin-left: 10%;
  }

  .suffix-10 {
    margin-right: 10%;
  }

  .push-10 {
    left: 10%;
  }

  .pull-10 {
    left: -10%;
  }

  .grid-15 {
    float: left;
    width: 15%;
  }

  .prefix-15 {
    margin-left: 15%;
  }

  .suffix-15 {
    margin-right: 15%;
  }

  .push-15 {
    left: 15%;
  }

  .pull-15 {
    left: -15%;
  }

  .grid-20 {
    float: left;
    /* width: 20%;*/
  }

  .prefix-20 {
    margin-left: 20%;
  }

  .suffix-20 {
    margin-right: 20%;
  }

  .push-20 {
    left: 20%;
  }

  .pull-20 {
    left: -20%;
  }

  .grid-25 {
    float: left;
    width: 25%;
  }

  .prefix-25 {
    margin-left: 25%;
  }

  .suffix-25 {
    margin-right: 25%;
  }

  .push-25 {
    left: 25%;
  }

  .pull-25 {
    left: -25%;
  }

  .grid-30 {
    float: left;
    width: 30%;
  }

  .prefix-30 {
    margin-left: 30%;
  }

  .suffix-30 {
    margin-right: 30%;
  }

  .push-30 {
    left: 30%;
  }

  .pull-30 {
    left: -30%;
  }

  .grid-35 {
    float: left;
    width: 35%;
  }

  .prefix-35 {
    margin-left: 35%;
  }

  .suffix-35 {
    margin-right: 35%;
  }

  .push-35 {
    left: 35%;
  }

  .pull-35 {
    left: -35%;
  }

  .grid-40 {
    float: left;
    width: 40%;
  }

  .prefix-40 {
    margin-left: 40%;
  }

  .suffix-40 {
    margin-right: 40%;
  }

  .push-40 {
    left: 40%;
  }

  .pull-40 {
    left: -40%;
  }

  .grid-45 {
    float: left;
    width: 45%;
  }

  .prefix-45 {
    margin-left: 45%;
  }

  .suffix-45 {
    margin-right: 45%;
  }

  .push-45 {
    left: 45%;
  }

  .pull-45 {
    left: -45%;
  }

  .grid-50 {
    float: left;
    width: 50%;
  }

  .prefix-50 {
    margin-left: 50%;
  }

  .suffix-50 {
    margin-right: 50%;
  }

  .push-50 {
    left: 50%;
  }

  .pull-50 {
    left: -50%;
  }

  .grid-55 {
    float: left;
    width: 55%;
  }

  .prefix-55 {
    margin-left: 55%;
  }

  .suffix-55 {
    margin-right: 55%;
  }

  .push-55 {
    left: 55%;
  }

  .pull-55 {
    left: -55%;
  }

  .grid-60 {
    float: left;
    width: 60%;
  }

  .prefix-60 {
    margin-left: 60%;
  }

  .suffix-60 {
    margin-right: 60%;
  }

  .push-60 {
    left: 60%;
  }

  .pull-60 {
    left: -60%;
  }

  .grid-65 {
    float: left;
    width: 65%;
  }

  .prefix-65 {
    margin-left: 65%;
  }

  .suffix-65 {
    margin-right: 65%;
  }

  .push-65 {
    left: 65%;
  }

  .pull-65 {
    left: -65%;
  }

  .grid-70 {
    float: left;
    width: 70%;
  }

  .prefix-70 {
    margin-left: 70%;
  }

  .suffix-70 {
    margin-right: 70%;
  }

  .push-70 {
    left: 70%;
  }

  .pull-70 {
    left: -70%;
  }

  .grid-75 {
    float: left;
    width: 75%;
  }

  .prefix-75 {
    margin-left: 75%;
  }

  .suffix-75 {
    margin-right: 75%;
  }

  .push-75 {
    left: 75%;
  }

  .pull-75 {
    left: -75%;
  }

  .grid-80 {
    float: left;
    width: 80%;
  }

  .prefix-80 {
    margin-left: 80%;
  }

  .suffix-80 {
    margin-right: 80%;
  }

  .push-80 {
    left: 80%;
  }

  .pull-80 {
    left: -80%;
  }

  .grid-85 {
    float: left;
    width: 85%;
  }

  .prefix-85 {
    margin-left: 85%;
  }

  .suffix-85 {
    margin-right: 85%;
  }

  .push-85 {
    left: 85%;
  }

  .pull-85 {
    left: -85%;
  }

  .grid-90 {
    float: left;
    width: 90%;
  }

  .prefix-90 {
    margin-left: 90%;
  }

  .suffix-90 {
    margin-right: 90%;
  }

  .push-90 {
    left: 90%;
  }

  .pull-90 {
    left: -90%;
  }

  .grid-95 {
    float: left;
    width: 95%;
  }

  .prefix-95 {
    margin-left: 95%;
  }

  .suffix-95 {
    margin-right: 95%;
  }

  .push-95 {
    left: 95%;
  }

  .pull-95 {
    left: -95%;
  }

  .grid-33 {
    float: left;
    width: 33.33333%;
  }

  .prefix-33 {
    margin-left: 33.33333%;
  }

  .suffix-33 {
    margin-right: 33.33333%;
  }

  .push-33 {
    left: 33.33333%;
  }

  .pull-33 {
    left: -33.33333%;
  }

  .grid-66 {
    float: left;
    width: 66.66667%;
  }

  .prefix-66 {
    margin-left: 66.66667%;
  }

  .suffix-66 {
    margin-right: 66.66667%;
  }

  .push-66 {
    left: 66.66667%;
  }

  .pull-66 {
    left: -66.66667%;
  }

  .grid-100 {
    clear: both;
    width: 100%;
  }
}


/* Navbar */
/* Modal box */
/* Panel */
@media (max-width: 767px) {
  .vc_hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vc_hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vc_hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important;
  }
}
.vc_non_responsive .vc_row .vc_col-sm-1 {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-2 {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-4 {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-5 {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-7 {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-8 {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-9 {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-10 {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-11 {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
  margin-left: 100%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
  margin-left: 91.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
  margin-left: 83.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
  margin-left: 75%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
  margin-left: 66.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
  margin-left: 58.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
  margin-left: 50%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
  margin-left: 41.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
  margin-left: 33.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
  margin-left: 25%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
  margin-left: 16.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
  margin-left: 8.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
  margin-left: 0%;
}
.vc_non_responsive .vc_row .vc_hidden-sm {
  display: none !important;
}
.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
  float: left;
}
.vc_col-xs-12 {
  width: 100%;
}
.vc_col-xs-11 {
  width: 91.66666667%;
}
.vc_col-xs-10 {
  width: 83.33333333%;
}
.vc_col-xs-9 {
  width: 75%;
}
.vc_col-xs-8 {
  width: 66.66666667%;
}
.vc_col-xs-7 {
  width: 58.33333333%;
}
.vc_col-xs-6 {
  width: 50%;
}
.vc_col-xs-5 {
  width: 41.66666667%;
}
.vc_col-xs-4 {
  width: 33.33333333%;
}
.vc_col-xs-3 {
  width: 25%;
}
.vc_col-xs-2 {
  width: 16.66666667%;
}
.vc_col-xs-1 {
  width: 8.33333333%;
}
.vc_col-xs-pull-12 {
  right: 100%;
}
.vc_col-xs-pull-11 {
  right: 91.66666667%;
}
.vc_col-xs-pull-10 {
  right: 83.33333333%;
}
.vc_col-xs-pull-9 {
  right: 75%;
}
.vc_col-xs-pull-8 {
  right: 66.66666667%;
}
.vc_col-xs-pull-7 {
  right: 58.33333333%;
}
.vc_col-xs-pull-6 {
  right: 50%;
}
.vc_col-xs-pull-5 {
  right: 41.66666667%;
}
.vc_col-xs-pull-4 {
  right: 33.33333333%;
}
.vc_col-xs-pull-3 {
  right: 25%;
}
.vc_col-xs-pull-2 {
  right: 16.66666667%;
}
.vc_col-xs-pull-1 {
  right: 8.33333333%;
}
.vc_col-xs-pull-0 {
  right: auto;
}
.vc_col-xs-push-12 {
  left: 100%;
}
.vc_col-xs-push-11 {
  left: 91.66666667%;
}
.vc_col-xs-push-10 {
  left: 83.33333333%;
}
.vc_col-xs-push-9 {
  left: 75%;
}
.vc_col-xs-push-8 {
  left: 66.66666667%;
}
.vc_col-xs-push-7 {
  left: 58.33333333%;
}
.vc_col-xs-push-6 {
  left: 50%;
}
.vc_col-xs-push-5 {
  left: 41.66666667%;
}
.vc_col-xs-push-4 {
  left: 33.33333333%;
}
.vc_col-xs-push-3 {
  left: 25%;
}
.vc_col-xs-push-2 {
  left: 16.66666667%;
}
.vc_col-xs-push-1 {
  left: 8.33333333%;
}
.vc_col-xs-push-0 {
  left: auto;
}
.vc_col-xs-offset-12 {
  margin-left: 100%;
}
.vc_col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.vc_col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.vc_col-xs-offset-9 {
  margin-left: 75%;
}
.vc_col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.vc_col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.vc_col-xs-offset-6 {
  margin-left: 50%;
}
.vc_col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.vc_col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.vc_col-xs-offset-3 {
  margin-left: 25%;
}
.vc_col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.vc_col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.vc_col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
    float: left;
  }
  .vc_col-sm-12 {
    width: 100%;
  }
  .vc_col-sm-11 {
    width: 91.66666667%;
  }
  .vc_col-sm-10 {
    width: 83.33333333%;
  }
  .vc_col-sm-9 {
    width: 75%;
  }
  .vc_col-sm-8 {
    width: 66.66666667%;
  }
  .vc_col-sm-7 {
    width: 58.33333333%;
  }
  .vc_col-sm-6 {
    width: 50%;
  }
  .vc_col-sm-5 {
    width: 41.66666667%;
  }
  .vc_col-sm-4 {
    width: 33.33333333%;
  }
  .vc_col-sm-3 {
    width: 25%;
  }
  .vc_col-sm-2 {
    width: 16.66666667%;
  }
  .vc_col-sm-1 {
    width: 8.33333333%;
  }
  .vc_col-sm-pull-12 {
    right: 100%;
  }
  .vc_col-sm-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-sm-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-sm-pull-9 {
    right: 75%;
  }
  .vc_col-sm-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-sm-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-sm-pull-6 {
    right: 50%;
  }
  .vc_col-sm-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-sm-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-sm-pull-3 {
    right: 25%;
  }
  .vc_col-sm-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-sm-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-sm-pull-0 {
    right: auto;
  }
  .vc_col-sm-push-12 {
    left: 100%;
  }
  .vc_col-sm-push-11 {
    left: 91.66666667%;
  }
  .vc_col-sm-push-10 {
    left: 83.33333333%;
  }
  .vc_col-sm-push-9 {
    left: 75%;
  }
  .vc_col-sm-push-8 {
    left: 66.66666667%;
  }
  .vc_col-sm-push-7 {
    left: 58.33333333%;
  }
  .vc_col-sm-push-6 {
    left: 50%;
  }
  .vc_col-sm-push-5 {
    left: 41.66666667%;
  }
  .vc_col-sm-push-4 {
    left: 33.33333333%;
  }
  .vc_col-sm-push-3 {
    left: 25%;
  }
  .vc_col-sm-push-2 {
    left: 16.66666667%;
  }
  .vc_col-sm-push-1 {
    left: 8.33333333%;
  }
  .vc_col-sm-push-0 {
    left: auto;
  }
  .vc_col-sm-offset-12 {
    margin-left: 100%;
  }
  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-sm-offset-9 {
    margin-left: 75%;
  }
  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-sm-offset-6 {
    margin-left: 50%;
  }
  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-sm-offset-3 {
    margin-left: 25%;
  }
  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .vc_col-md-1, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12 {
    float: left;
  }
  .vc_col-md-12 {
    width: 100%;
  }
  .vc_col-md-11 {
    width: 91.66666667%;
  }
  .vc_col-md-10 {
    width: 83.33333333%;
  }
  .vc_col-md-9 {
    width: 75%;
  }
  .vc_col-md-8 {
    width: 66.66666667%;
  }
  .vc_col-md-7 {
    width: 58.33333333%;
  }
  .vc_col-md-6 {
    width: 50%;
  }
  .vc_col-md-5 {
    width: 41.66666667%;
  }
  .vc_col-md-4 {
    width: 33.33333333%;
  }
  .vc_col-md-3 {
    width: 25%;
  }
  .vc_col-md-2 {
    width: 16.66666667%;
  }
  .vc_col-md-1 {
    width: 8.33333333%;
  }
  .vc_col-md-pull-12 {
    right: 100%;
  }
  .vc_col-md-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-md-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-md-pull-9 {
    right: 75%;
  }
  .vc_col-md-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-md-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-md-pull-6 {
    right: 50%;
  }
  .vc_col-md-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-md-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-md-pull-3 {
    right: 25%;
  }
  .vc_col-md-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-md-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-md-pull-0 {
    right: auto;
  }
  .vc_col-md-push-12 {
    left: 100%;
  }
  .vc_col-md-push-11 {
    left: 91.66666667%;
  }
  .vc_col-md-push-10 {
    left: 83.33333333%;
  }
  .vc_col-md-push-9 {
    left: 75%;
  }
  .vc_col-md-push-8 {
    left: 66.66666667%;
  }
  .vc_col-md-push-7 {
    left: 58.33333333%;
  }
  .vc_col-md-push-6 {
    left: 50%;
  }
  .vc_col-md-push-5 {
    left: 41.66666667%;
  }
  .vc_col-md-push-4 {
    left: 33.33333333%;
  }
  .vc_col-md-push-3 {
    left: 25%;
  }
  .vc_col-md-push-2 {
    left: 16.66666667%;
  }
  .vc_col-md-push-1 {
    left: 8.33333333%;
  }
  .vc_col-md-push-0 {
    left: auto;
  }
  .vc_col-md-offset-12 {
    margin-left: 100%;
  }
  .vc_col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-md-offset-9 {
    margin-left: 75%;
  }
  .vc_col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-md-offset-6 {
    margin-left: 50%;
  }
  .vc_col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-md-offset-3 {
    margin-left: 25%;
  }
  .vc_col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .vc_col-lg-1, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12 {
    float: left;
  }
  .vc_col-lg-12 {
    width: 100%;
  }
  .vc_col-lg-11 {
    width: 91.66666667%;
  }
  .vc_col-lg-10 {
    width: 83.33333333%;
  }
  .vc_col-lg-9 {
    width: 75%;
  }
  .vc_col-lg-8 {
    width: 66.66666667%;
  }
  .vc_col-lg-7 {
    width: 58.33333333%;
  }
  .vc_col-lg-6 {
    width: 50%;
  }
  .vc_col-lg-5 {
    width: 41.66666667%;
  }
  .vc_col-lg-4 {
    width: 33.33333333%;
  }
  .vc_col-lg-3 {
    width: 25%;
  }
  .vc_col-lg-2 {
    width: 16.66666667%;
  }
  .vc_col-lg-1 {
    width: 8.33333333%;
  }
  .vc_col-lg-pull-12 {
    right: 100%;
  }
  .vc_col-lg-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-lg-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-lg-pull-9 {
    right: 75%;
  }
  .vc_col-lg-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-lg-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-lg-pull-6 {
    right: 50%;
  }
  .vc_col-lg-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-lg-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-lg-pull-3 {
    right: 25%;
  }
  .vc_col-lg-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-lg-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-lg-pull-0 {
    right: auto;
  }
  .vc_col-lg-push-12 {
    left: 100%;
  }
  .vc_col-lg-push-11 {
    left: 91.66666667%;
  }
  .vc_col-lg-push-10 {
    left: 83.33333333%;
  }
  .vc_col-lg-push-9 {
    left: 75%;
  }
  .vc_col-lg-push-8 {
    left: 66.66666667%;
  }
  .vc_col-lg-push-7 {
    left: 58.33333333%;
  }
  .vc_col-lg-push-6 {
    left: 50%;
  }
  .vc_col-lg-push-5 {
    left: 41.66666667%;
  }
  .vc_col-lg-push-4 {
    left: 33.33333333%;
  }
  .vc_col-lg-push-3 {
    left: 25%;
  }
  .vc_col-lg-push-2 {
    left: 16.66666667%;
  }
  .vc_col-lg-push-1 {
    left: 8.33333333%;
  }
  .vc_col-lg-push-0 {
    left: auto;
  }
  .vc_col-lg-offset-12 {
    margin-left: 100%;
  }
  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-lg-offset-9 {
    margin-left: 75%;
  }
  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-lg-offset-6 {
    margin-left: 50%;
  }
  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-lg-offset-3 {
    margin-left: 25%;
  }
  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-lg-offset-0 {
    margin-left: 0%;
  }
}
.vc_pull-right {
  float: right !important;
}
.vc_pull-left {
  float: left !important;
}
.vc_clearfix:before,
.vc_clearfix:after {
  content: " ";
  display: table;
}
.vc_clearfix:after {
  clear: both;
}
.vc_clearfix:before,
.vc_clearfix:after {
  content: " ";
  display: table;
}
.vc_clearfix:after {
  clear: both;
}
.vc_el-clearfix {
  clear: both;
}
@media (max-width: 767px) {
  .vc_el-clearfix-xs {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vc_el-clearfix-sm {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vc_el-clearfix-md {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .vc_el-clearfix-lg {
    clear: both;
  }
}
.vc_visible {
  display: block;
}
.vc_table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.vc_table > thead > tr > th,
.vc_table > tbody > tr > th,
.vc_table > tfoot > tr > th,
.vc_table > thead > tr > td,
.vc_table > tbody > tr > td,
.vc_table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.vc_table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.vc_table > caption + thead > tr:first-child > th,
.vc_table > colgroup + thead > tr:first-child > th,
.vc_table > thead:first-child > tr:first-child > th,
.vc_table > caption + thead > tr:first-child > td,
.vc_table > colgroup + thead > tr:first-child > td,
.vc_table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.vc_table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.vc_table .table {
  background-color: #ffffff;
}
.vc_table-bordered {
  border: 1px solid #dddddd;
}
.vc_table-bordered > thead > tr > th,
.vc_table-bordered > tbody > tr > th,
.vc_table-bordered > tfoot > tr > th,
.vc_table-bordered > thead > tr > td,
.vc_table-bordered > tbody > tr > td,
.vc_table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.vc_table-bordered > thead > tr > th,
.vc_table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.content { /*max-width: 1000px;*/ margin: 0 auto; }
#ctl00_HeaderTop_Content_86_pnlContentData { position: absolute; }
#ctl00_HeaderTop_Content_1234_pnlContentContainerData { 
width:100%; 
display: block; 
/*float: left; */
/*padding: 0;*/
}
#ctl00_HeaderTop_Content_3_pnlContentContainerData ul { margin: 0; padding:0 }
#ctl00_HeaderTop_Content_3_pnlContentContainerData li a, #ctl00_HeaderTop_Content_3_pnlContentContainerData span { padding: 5px 10px; }
.navbar-nav { float: right; }
.navbar-default { background: none !important; border: 0 !Important; }
.navbar-collapse { border-bottom: none !important; }
/*#ctl00_HeaderTop_Content_3_pnlContentContainerData { display:  block; background: #FFFFFF; float:  right; border-bottom: 2px solid #D8D8D8;width: 100%;}*/
.navbar-default .navbar-nav>li>a { text-transform: uppercase; /*font-size: 12px;*/ letter-spacing: 0.5px; }
#slidingcart_container { z-index: 9999; }
#ctl00_divFooter { border-top: 2px solid #D8D8D8; margin-top:20px; }
.mainleft.sidebar-offcanvas { width: 30%; }
.maincentre { width: 70% }
.categorymenulevel a { font-size: 120%; }
.mostvieweditemsbox li, .recentlyvieweditemsbox li { width: 25%;}
#ctl00_divHeader { border-bottom:2px solid #2E3371;}

.stylesummarytext .stylesummarytext_desc .textrow.div_SA, .stylesummarytext .stylesummarytext_desc .textrow.div_SD { height: auto !important; }
.spn_SA, .spn_SD a { padding: 0 5px;font-size: 13px;}
.spn_P1 { padding: 0 5px; font-size: 13px;/* text-decoration: line-through; */ }

#ctl00_HeaderTop_Content_1234_Content_1236_pnlContentData .grid-20 { width: 100%; padding:0;}
a {  color: #24256E; }
.contentsheader { background: none !important; text-align: left; border-bottom: 5px solid #24256E; font-size: 18px; font-weight: 300;padding: 0 0 10px 0;text-transform: uppercase !important; }

h1 { border-bottom: 0 !important; }
.store-button { width: 100%; display: block; background: #dcdcdc; color: #666; padding: 10px; }
.footer-content { margin-bottom: 20px; }

.wpb_column h3, h3.widget-title { font-size: 15px; text-transform: uppercase; color: #A6A6A6; border-bottom: 0; text-align: left;margin-bottom: 15px;}

.menu { text-align: left; }
.menu a { font-size: 14px;color: #5D5D5D;padding:  5px 0;}
.textwidget { text-align: left; font-size: 14px }
.ut-footer-area { margin-bottom: 20px; }
.news-button { padding: 10px 15px; border: 0; background: #292881; color:#fff;text-transform: uppercase;font-size: 12px;}

.social-icon { text-align: center; margin: 0 auto; }
.social-icon a { text-align: center; width: 100%;display:  block;}
.social-icon img { text-align: center;margin: 0 auto;}

.ut-footer-area .sidebar { margin-bottom: 10px; }
.news-email {     padding: 10px !important; }

.social-wrap { overflow: hidden; margin: 25px 0 25px; }
.social-icons {     width: auto;
    float: none;
    display: inline-block;
    margin: 0 15px;}
.social-icons a { display: block; text-align: center;}
.social-icons img { width: 80%; margin: 0 auto;}

.widget_nav_menu li  {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 0px solid #EFEFEF;
    padding-left: 10px;
    position: relative;
}

#ctl00_MainCentre_container_container_Content_31_StyleDetail1_ProductTabs1_tbcTab_header { }
#ctl00_MainCentre_container_container_Content_31_StyleDetail1_ProductTabs1_tbcTab_header .ajax__tab_outer  {
    background: none !important;
}
#ctl00_MainCentre_container_container_Content_31_StyleDetail1_ProductTabs1_tbcTab_header .ajax__tab_outer .ajax__tab_inner  {
    background: none !important;
    padding: 0;
    margin: 0;
}
#ctl00_MainCentre_container_container_Content_31_StyleDetail1_ProductTabs1_tbcTab_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
    color: #272C7E;
    /* float: left; */
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    /* margin-bottom: 15px; */
    /* margin-top: 20px; */
    padding-bottom: 10px;
    /* text-decoration: none; */
    text-transform: uppercase;
}
#ctl00_MainCentre_container_container_Content_31_StyleDetail1_ProductTabs1_tbcTab_body {background: none !important;padding: 10px 0 !Important;}
#ctl00_MainCentre_container_container_Content_31_StyleDetail1_ProductTabs1_tbcTab_body a { font-weight: normal; text-decoration: none; color: #000 }
#ctl00_MainCentre_container_container_Content_31_StyleDetail1_ProductTabs1_tbcTab_body .sabody .saleftcell { padding: 0;}


.ajax__tab_pd-theme .ajax__tab_header .ajax__tab_outer { padding-right: 0; margin-right: 4px; background: #272884; height: 31px; }
.ajax__tab_pd-theme .ajax__tab_header .ajax__tab_inner { padding-left: 3px; background: #272884; }
.ajax__tab_pd-theme .ajax__tab_header .ajax__tab_tab { padding: 5px 10px; margin: 0; background: #272884; color: #fff; }

@media (max-width:1185px) {
.ajax__tab_pd-theme .ajax__tab_header .ajax__tab_tab { padding: 5px;}
}

.product-information-tabs { margin-bottom: 20px; }
.ajax__tab_body { border: 0 !important; background: #f8f8f8 !important; padding: 2% !important; }
.ajax__tab_pd-theme .ajax__tab_header { background: none; }
.ajax__tab_pd-theme .ajax__tab_active .ajax__tab_outer { BACKGROUND: #f8f8f8; height: 31px; }
.ajax__tab_pd-theme .ajax__tab_active .ajax__tab_inner { background: #f8f8f8; }
.ajax__tab_pd-theme .ajax__tab_active .ajax__tab_tab { background: #f8f8f8; color: #000; padding: 5px 10px; font-weight: bold;}

.productdetailcont .productdetailrow input.btn { width: 100%; background: #24256E !important; font-weight: bold; }
.productdetailcont .selectionmessage { height: 25px; font-size: 12px; text-align: center; }

.widget_categories li:before, .widget_pages li:before, .widget_nav_menu li:before, .widget_recent_entries li:before, .widget_meta li:before, .widget_archive li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    color: #222222;
}

.contentsheader.catheader { display: none; }
.categorymenu { border: 0; padding-left: 10px;}
.categorymenulevel a {
    font-size: 12px;
    color: #222 !Important;
    font-weight: 400;
    padding: 0;
}
a.selected, a:hover {
    color: #CFD0D1 !important;
    text-decoration: none;
}

.productlist .addtocartbutton_cont { display: none; }
.sectionheader { background-color: #2A347A; color: #fff; }

.navbar-default .navbar-nav>li>a {
    /*font-size: 14px;*/
    color: #888;
}

.productlist .textrow.div_CP, .productlist .textrow.div_P1 { height: auto !important; }
.productlist .spn_CP { font-size: 13px; /*color: #ff0000 !Important;*/} 
.productlist .textrow.div_P1 .spn_SA {  font-size: 14px;}

/*.productdetailbox .div_CP { }
.productdetailbox .div_CP .spn_CP { font-size: 20px;font-weight: bold !important;font-family: "Helvetica", auto !important;color: #272884 !important;}
.productdetailbox .div_P1 .spn_SA {  font-size: 14px;color: #ff0000 !important;} 
.productdetailbox .div_U1 .spn_U1 { font-size: 14px;margin-bottom: 20px;}
.productdetailbox .div_SD { font-size: 32px;font-weight: normal !important;}
.productdetailbox .div_SD .spn_SD { font-family: "Helvetica", auto !important; }*/
.productdetailbox .toggle-content { display: none; }

.div_P1.not_on_sale { display: none !important; }
.productdetailbox .div_P1.on_sale { display: block !important;  }

.footer-imgs img {
    width: 100%;
    height: auto !important;
}

.div_CP.font-black .spn_CP { color: #000 !important; }

.toggler a { font-size: 15px;padding: 5px 0;display: block;}
.toggle-content { margin-bottom: 20px; }
.toggler {  display: block;width: 100%;float:  left;/* margin-bottom: 20px; */}

.productdetailbox .wl_btnaddtowishlist:hover {
    border: 1px solid #000;
    color: #fff !important;
     background-color: rgba(43, 49, 123, 0.7) !important;
}
.store-button:hover {
    opacity: 0.9;
    background: #dcdcdc !important;
    color: #666 !important;
}

#trg_slidingcart_a img {
    max-width: 30px;
}

.spn_CP.onsale {
  color: #ff0000 !important;
}
/*.div_CP.font-black .spn_CP, .spn_CP.font-black { color: #000 !important; }*/
.productdetailbox .StyleColourImage, .productdetailbox .MagicZoomPlus, .productdetailbox .MagicZoomPlus:hover { border: 0px !important; }
#menu-sidebar li a { text-transform: uppercase;  }

button:hover, input[type=submit]:hover, .button-link:hover, .productdetailbox .button.addtocart.btn:hover { opacity: 0.9 !Important; }

.footer-icons-imgs {
    width: 85%;
    float: none;
    margin: 0 auto;
}

.must-hide {display: none; }
.bracket-1 .leftselection { float: none !important; /*width: auto !Important;*/ display: inline-block !important;}
.bracket-1 .rightselection { float:  none !important;width:  auto !important;display: inline-block !important;}
.bracket-0 .leftselection { display:  inline-block !important; width: 25% !important; float: none !important;}
.bracket-0 .rightselection { display:  inline-block !important; width: 75% !important; float: none !important; padding: 0 !important; margin: 0; }
.bracket-0 .rightselection input.inputqty.form-control { width: 100% !important; }

span.brand-title { font-weight: bold; text-transform: uppercase; }

.maincentre {
    /*width: 76%;*/
    width: 100%;
    float: right;
    padding: 15px 0 0 0;
}
.mainleft.sidebar-offcanvas {
    width: 20%;
}

.sub-brand li { margin-bottom: 5px;padding: 0 10px;}
.active-sub ul > li.cli:before {
  display: none;
}

#slidingcart_header a.checkout_link,
#slidingcart_footer .links a.checkout_link, #slidingcart_header .slidingcart_headers_title .checkout_link {
    background: #292881 !important;
    text-transform: uppercase;
      border-radius: 0;
}
#slidingcart_header a.checkout_link:hover,
#slidingcart_footer .links a.checkout_link:hover {
    background: #292881 !important;
    color: #fff !important;
    text-transform: uppercase;
    opacity: 0.9;
}

#slidingcart_footer .links a.shoppingcart_link, #slidingcart_header .slidingcart_headers_title .subtotal_info {
  text-transform: uppercase;
      border-radius: 0;
}
#slidingcart_footer .links a.shoppingcart_link:hover {
  background: #333 !important;
  color: #fff !important;
  opacity: 0.9;
}

.wrap-hide { display: none; }


input.btn,  a.btn {
  text-transform: uppercase;
  width: auto !important;
  border-radius: 0;
  padding: 8px 35px;
}

.guestcheckoutcontainer input.btn, .guestcheckoutcontainer a.btn {
  background: #292881 !important;
  text-transform: uppercase;
  width: auto !important;
  border-radius: 0;
  padding: 8px 35px;
}

.sectionbar { text-transform: uppercase; padding: 3px 14px;margin-bottom: 10px;background: transparent;}
.guestcheckoutcontainer .sectionbar { text-transform: uppercase; padding: 3px 20px 3px 0;margin-bottom: 10px;background: transparent;}

.loginheadercell { background:  none;text-transform: uppercase;font-size:17px;height:  auto;text-align: left;margin-bottom:8px;/*padding-bottom: 10px !important;border-bottom: 3px solid #292881;*/display: block;width: 100%;}
.logintable, .logincellleft,
.logincreatecell { border:0; }
.guestcheckoutcontainer .logincreatecell { border-left: 0; }

#loyaly-text { margin-top:20px; }

.guestcheckoutcontainer #ctl00_MainCentre_container_container_Content_79_login_lgn1_fgAdditional { display: block;}
.guestcheckoutcontainer .loginforgotpwd { text-align: right; text-transform: uppercase; }
.guestcheckoutcontainer .loginforgotpwd a { color:#333;  }
.guestcheckoutcontainer .logincellinner { padding: 0 20px 0 0; margin: 0; }
input.searchtextbox { width: 85%; }

.element-float-left { float: left !important; margin: 0 0 0 10px; }
.element-float-right { float: right !important; margin: 0 0 0 0px; }
input.btn-blue { background: #292881 !important; }

.element-clear-both { clear: both; }

/*** Shopping cart **/
#divShoppingCart .headerstyle, .headerstyle { background: none; color: #333; text-transform: uppercase; /* text-align: left; */  }
#divShoppingCart .headerstyle th {border-top:0;  }
#divShoppingCart .headerstyle th.cell_qty { text-align: left;  }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { border-top: 1px solid #333; /* 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 */
  line-height: normal;
}
.rowstyle, .footerstyle { background: transparent; }

.productdetailbox .button.addtocart.btn { 
  width: 100% !important; 
  display:  block;
  border-radius: 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #ed8e45 !important;
}
.productdetailbox .button.addtocart.btn:hover {
    background-color: #ef9957 !important;
}
.productdetailbox .wl_btnaddtowishlist { width: 100%;display:  block;border-radius: 0;margin: 10px 0; background: #f8f8f8 ;color: #2b317b; text-decoration: none;text-transform: uppercase;letter-spacing: 1px;text-align: center; border: 1px solid #ccc;}
.productdetailbox .sizeoptions { display: block; overflow: hidden; }

/*.logincreatecell > .logincellinner > .createnewaccount { margin: 50px 0 0 ; }*/
#lvTop_lblShowUserFullName { padding: 6px !important; display: block;}
.recoverpwdtable { border: 0; }
.findpostcode { width: 70px;  padding: 6px; background: #F3F3F3; }

@media only screen and (max-width : 767px) { 
  #ctl00_HeaderTop_Content_1234_pnlContentContainerData .leftcontent { display: none; }
  #ctl00_HeaderTop_Content_1234_pnlContentContainerData .rightcontent, .mainMenuTop.nav.navbar-nav, .maincentre { width: 100%; }
  .vc_col-sm-4.wpb_column { width: 22%; /* float: left  */margin: 20px 0;display: inline-block;}
  .mobile-grid-100 { margin-bottom: 10px; }
  .newsletter-form { width:100% !Important; }
  .mainleft.sidebar-offcanvas {
    width: 40%;
}
  .wl_btnaddtowishlist { width: 100% !important; margin: 10px 0 !important; }
   .bracket-0 .leftselection { width: 100% !important; float: none !important;}
  .bracket-0 .rightselection { width: 100% !important; float: none !important; padding: 0 !important; margin: 0; }
  .bracket-0 .rightselection input.inputqty.form-control { width: 100% !important; }
  /* .navbar-header li.less1 { width: 25%; } */
  .qtyrow .leftselection, .qtydescrow .leftselection {
      max-width: 90px !important;
    }
}

@media only screen and (max-width: 660px) {
  #divShoppingCart input.btn {
    display: block;
    width: 94% !IMPORTANT;
    float: none;
    margin: 4px 3% !important;
    padding: 10px !important;
    height: auto !IMPORTANT;
  }
}

@media only screen and (max-width : 375px) {
.news-button { width: 90%; margin-top: 10px; padding: 10px 5% }
.col-sm-4 { width: 100% !important; }
.mainleft.sidebar-offcanvas {
    width: 45%;
}
}



/*--NEW LAYOUT--*/
#ctl00_divFooter {
    border-top: none;
}


.footer {


    background: #2a347a;
    color: #fff;

}

.footer h3, .footer .widget-title, .footer a {
    color: #fff;
}

.footer .ut-footer-area ul.sidebar a:hover {
    color: #dcdcdc !important;
}

.footer .ut-footer-area, .footer .ut-footer-area ul.sidebar a, .footer .ut-footer-area ul.sidebar li::before {
    color: #fff;
}

.footer .footer-imgs {
    border-top: 1px solid #fff !important;
}

.footer .footer-imgs img {
    width: auto;
    height: 50px !important;
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
}

.footer input[type="submit"] {
    background: #fff !important;
    color: #666;
    background-color: #EBEBEB;
    padding: 10px 12px !important;
    display: block;
    background: #dcdcdc;
    color: #666;
    padding: 10px;
    border: none;
}

.footer input[type="email"] {
width:100%;
padding:10px;
}


.footer input[type="submit"]:hover, .footer input[type="submit"]:focus {
    color: #5e5e5e;
    background-color: #dcdcdc !important;
}

footer .store-button {
    color: #595959;
    background-color: #fff;
    font-weight: 800 !important;
    width: 300px;
    margin: 0 auto;
}

.footer .social-icons img {
    width: auto;
    margin: 0 auto;
    height: 40px;
    object-fit: cover;
}

footer .social-wrap {
overflow: hidden;
    margin: 15px 0;
    display: inline-block;
    text-align: center

}

a.toTop {

    width: 41px;

    top: -40px;

    -webkit-border-radius: 0px 0px 0 0;

    -moz-border-radius: 0px 0px 0 0;

    border-radius: 0px 0px 0 0;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    border: 1px solid rgba(0, 0, 0, 0.1);

    border-bottom: none;
    background: #2a347a;


}

a.toTop:hover, a.toTop:focus {
    color: #fff;
}



.toTop:hover {

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

}

@media (max-width:767px) {
.dropdown-menu { 
  top: 0;
} 
.footer input[type="submit"]{
margin: 0 auto;
margin-top:20px;
}

footer .social-wrap {
    overflow: hidden;
    margin: 25px 0 25px;
}

.footer .footer-imgs img {
margin:15px auto;
}

}
/* 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;
  } 
  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;
} 

/* 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; 
}
/* 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; 
  visibility: hidden !important;
} 
.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: 99999;
    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; 
  } 
}/* content slider */
.carousel-indicators button {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    margin: 1px;
    border-radius: 50%;
    border: 1px solid #fff !important;
  }
.carousel-indicators .active {
    width: 12px !important;
    height: 12px !important;
    margin: 0;
    background-color: #fff;
  }
/* 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-item .review-field {
margin-top: 8px;
}
.carousel-item .review-text {
max-height: 150px;
position: relative;
overflow: auto;
}
.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;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
  background-image: none;
  display: none;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.carousel-item-next,
    .carousel-fade .carousel-inner > .item.active.carousel-item-end {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.carousel-item-prev,
    .carousel-fade .carousel-inner > .item.active.carousel-item-start {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.carousel-item-next.left,
    .carousel-fade .carousel-inner > .item.carousel-item-end,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.fusion-separator {
        clear: both;
        position: relative;
        z-index: 11;
        display: flex;
        align-items: center;
        margin: 0 auto 40px;
        width: 100%;
        max-width: 70px;
    }

    .fusion-separator .separator {
        border-top: 3px solid #2b317b;
        height: auto;
        flex-grow: 2;
    }
.fusion-separator-long {
        clear: both;
        position: relative;
        z-index: 11;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .fusion-separator-long .separator {
        border: 1px solid #2b317b;
        height: 0;
        flex-grow: 2;
    }

    .default-text-container {
        padding: 30px;
        text-align: center;
        letter-spacing: 0.5px;
        line-height: 21px;
    }
.default-text-container img {
        margin: 0 auto;
    }
.default-text-container ul, .default-text-container ol {
        padding: 0 0 20px 25px;
    }

    .default-text-container ul li {
        list-style: disc;
    }

    .default-text-container ol li {
        list-style: decimal;
    }

.default-header {
        color: #222;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .default-text {
        color: #888;
        font-size: 14px;
        padding-bottom: 20px;
    }
.default-big-header {
        font-size: 24px;
        color: #222;
        margin-bottom: 20px;
    }
.brand-header-container {
        display: flex;
        padding: 10px 0 30px;
    white-space: nowrap;
    }

    .brand-header {
        text-transform: uppercase;
        padding-right: 7px;
        color: #000;
    }
.shop-container {
        padding: 30px 10px;
    }
.bold-link {
        color: #2B317B;
        font-weight: bold;
    }
.shop-latest {
        background-image: url("/user/files/shop-latest-circle-1.jpg");
        transition: all 0.5s ease;
        background-repeat: no-repeat;
        min-height: 300px;
        background-position: center;
    }

    .shop-latest:hover, .shop-latest:focus {
        background-image: url("/user/files/shop-latest-circle-2.jpg") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .shop-sale {
        background-image: url("/user/files/shop-sale-1.jpg");
        transition: all 0.5s ease;
        background-repeat: no-repeat;
        min-height: 300px;
        background-position: center;
    }

    .shop-sale:hover, .shop-sale:focus {
        background-image: url("/user/files/shop-sale-2.jpg") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .shop-gift-voucher {
        background-image: url("/user/files/shop-voucher-circle-1.jpg");
        transition: all 0.5s ease;
        background-repeat: no-repeat;
        min-height: 300px;
        background-position: center;
    }

    .shop-gift-voucher:hover, .shop-gift-voucher:focus {
        background-image: url("/user/files/shop-voucher-circle-2.jpg") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
.call-button-container {
  width: 100%;
  padding: 30px 0;
}
.call-button {
  background-color: #1b1b1b;
  color: #f7f7f7;
  padding: 15px 25%;
  cursor: pointer;
}
.call-button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.stores {
  padding: 15px 0;
}
.contactformbox {
  max-width: 700px;
  margin: 0 auto;
  color: #888;
}
.contactformbox .sectionbar {
  text-align: center;
}
.contactformbox .sign {
  display: none;
}
.contactformbox .formsectiontext, .contactformbox .formsectionvalue, .contactformbox .messagevaluewrap {
  width: 100%;
}
.contactformbox .formsectiontext input, .contactformbox .formsectionvalue input, .contactformbox .messagevaluewrap textarea {
  border: 3px solid #ddd;
  border-radius: 0;
}
.contactformbox #divContactFormSubmit input {
  background-color: #2b317b !important;
}
.footer-container {
        max-width: 1200px;
        margin: 40px auto 0;
    }
.footer-container .widget-title {
        padding-top: 40px;
    }
.footer-container .social-icons-container {
        display: flex;
        justify-content: space-around;
        padding: 30px 20px;
    }
.footer-container a:hover {
        color: #888 !important;
    }
.footer-container .social-icons-container .icon-circle {
        height: 45px;
        width: 45px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.footer-container .social-icons-container .icon-circle:hover {
        background-color: #fff;
    }
.footer-container .social-icons-container .icon-circle:hover a {
        color: #2b317b !important;
    }
    .footer-container .social-icons-container i {
        font-size: 25px;
    }
.footer-container .footer-image {
  margin: 0 auto;
  padding-top: 20px;
}
.category-header-container {
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .category-header-container .headerimg {
        padding-left: 10px;
        position: relative;
    }

    .category-header-container .headerimg img {
        width: 100%;
    }

    .category-header-container .fullwidthimg {
        padding-right: 10px;
    }

    .category-header-container .headerinfo {
        padding-right: 10px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .category-header-container .fullwidthinfo {
        position: relative;
        margin-top: 20px;
        padding-left: 10px;
    }

    .category-header-container .headerinfo h3 {
        margin: 0 0 10px;
        font-size: 30px;
        display: inline-block;
    }

    .category-header-container .headerinfo p {
        margin: 10px 0 0 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;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-section .coupon_shoppingcart .coupon_content .coupon_input {
  width: 65%;
  /*width: calc(100% - 91px);*/
}
.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;
  color: #2b317b !important;
}
.col-section-continue-button a.continuebutton:hover {
  color: #ed8e45 !important;
}
.col-section-continue-button a.continuebutton.btn {
  font-size: 1.2rem !important;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
  color: #fff !important;
  background-color: #686ca0 !important;
}
.col-section-continue-button a.continuebutton.btn:hover {
  color: #fff !important;
}
.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% !important;
  }
  .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: #2b317b;
  color: #fff; /* #5A5A5A; */
  font-size: 16px;
  padding: 7px 15px;
}
.col-section-header .col-section-title {
  width: 100%;
  background-color: #2b317b;
  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) {
  /* 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;
  }
  .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;
    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 */

.remove, .moveto {
  display: inline-block;
  padding-right: 10px;
}
#divShippingComments .sectionbar {
  display: block;
}
#divShippingComments .sectiondata {
  width: 100%;
}

.instagram-container {
        padding: 30px 0;
    }

    .mikko-button {
        padding: 10px 15px;
        background-color: #2a347a;
        color: #fff;
        border: 1px solid #2a347a;
    }

    .mikko-button:hover {
        background-color: #fff;
        color: #2a347a;
    }

.EPCHECKOUT .col-section-header .col-section-title, .EPSHOPPINGCART .col-section-header .col-section-title, .EPCHECKOUT .col-section-header a.view-cart {
  color: #fff !important;
}
#ctl00_MainCentre_container_container_Content_21_cieGuestUserInformation_divGuestCheckoutButtonInner {
  margin: 0;
}
.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;
}
/* 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;
}

/* button on modal alert */
.modal-footer > .btn {
  font-size:1.2rem; 
  height:34px;
  min-width:60px;
}
.checkoutbody > div {  
  flex-direction: column;
}
.checkoutbody .stepcustomerdetails .addresses {
  width: auto;
}

/* #190331: custom accordion section */
.acordion-container {
    max-width: 700px;
    margin: 0 auto;
}
.custom-accordion {
    border: none;
    color: #444;
    background-color: transparent;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 13px;
    text-transform: uppercase;
    text-wrap: balance;
}
.accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.custom-accordion:after {
    content: '\f078';
    font-size: 14px;
    color: #777;
    float: right;
    margin-left: 5px;
    font-family: FontAwesome;
}
.accordion-active:after {
  content: "\f077";
}
@media screen and (max-width:767px) {
  .custom-accordion:after {
      width: 75%;
  }
}
.accordion-panel .ajax__tab_header {
    display: none;
}
#ctl00_MainCentre_container_container_Content_31_StyleDetail1_lblSize {
    width: 100%;
    padding-bottom: 5px;
}
.btn-close {
    width: 1.1em;
    height: 1.1em;
    background-size: 1.1em;
}
.text-qty {
    font-size: 1.3rem;
}
#ctl00_MainCentre_container_container_Content_31_StyleDetail1_lblSelection {
    font-size: 1.3rem;
    font-weight: bold;
}
.qtyrow .leftselection, .qtydescrow .leftselection {
    max-width: 80px !important;
    width: 100% !important;
}
.qtyrow .rightselection {
    max-width: calc(100% - 80px) !important;
    width: 100% !important;
}
.styleresultbar .shopby-container {
  position: relative;
}

/* #189644: Button colour changes */
.action .popup-continue-btn {
    color: #2b317b !important;
    border: #ccc;
    background-color: #f8f8f8 !important;
  }
  .action .popup-continue-btn:hover {
    color: #fff !important;
    background-color: #686ca0 !important;
  }
  .action .popup-cart-btn, .col-section-checkout-button .proceedbutton, .col-section-body .checkoutbutton, .loginbutton .login, .wl_action .wl_btnaddalltocart, .registerbutton .register, .loginbody .createnewaccount {
    color: #fff !important;
    background-color: #ed8e45 !important;
  }
  .action .popup-cart-btn:hover, .col-section-checkout-button .proceedbutton:hover, .col-section-body .checkoutbutton:hover, .loginbutton .login:hover, .wl_action .wl_btnaddalltocart:hover, .loginbody .createnewaccount:hover {
    background-color: #ef9957 !important;
  }
  #btnGiftCardActivate, .loginbody .guestcheckoutbutton , .wl_action .wl_btnemailafriend, .cell_changedetails .wl_btnupdatedetails, .modal-footer #btnPopupAlertMessageOK, .email_form .wl_btnsend, .col-section-body .checkoutbutton.registercontinue {
    color: #fff !important;
    background-color: #686ca0 !important;
}
.call-button-container .call-button {
  background-color:#2b317b !important;
  color: #fff !important;
}
.call-button-container .call-button:hover {
  background-color: #686ca0 !important;
  color: #fff !important;
}
#btnPopupAlertMessageOK {
  border-radius: 0;
}
.wl_empty .continuebutton {
  font-weight: bold;
}
.registerbutton .register:hover {
  opacity: 1 !important;
}
.modal-dialog .modal-content {
  border-radius: 0 !important;
}
.popup-cart-btn, .popup-continue-btn {
  min-width: 222px;
}
#divShoppingCart, .wishlistbox {
  padding: 0 15px;
}
.wl_btnaddalltocart, .wl_btnemailafriend {
  min-width: 200px;
}
/* Payment selection */
.paymentoption-input {
  vertical-align: middle;
}
.paymentoptionlist .paymentoption-label {
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}  
/* Afterpay */
#divPaymentOption_10 .paymentoption-label {
    background: url(../files/afterpay-button.png) no-repeat left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 150px;
    text-indent: -9999px;
}