@charset "utf-8";
/* CSS Document */
/* .wrapper {
  background-image: url("../images/rpbgnd1.png");
  background-repeat: repeat-x repeat-y;
} */
/* .subwrapper{
  background-color:#fff;
} */
/* ************************************************** 
General
***************************************************** */
/* body{ */
/* background-color:#362C31; */
/* }  */

.wrapper {
    background-color: #fff;
}
.inline-block {
    display: inline-block;
}
/* on larger screens fix height of panels so they're the same size. Small screens can be as high as they want as they're stacked anyway.*/
@media (min-width: 578px) {
    .fixed-panel {
        min-height: 250px;
        max-height: 250px;
    }
}

hr {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    height: 13px;
    width: 100%;
    max-height: 0;
    font-size: 1px;
    line-height: 0;
    clear: both;
    border: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
}

.emphasLink3.a {
    color: #000;
}

/* a: link{
}
a: visited{
} */
a:hover {
    text-decoration: underline;
}
/** ************************************************** 
/** Modify Boostrap Styles
/** ************************************************* */

/* modal */
@media (min-width: 768px) {
    .modal-dialog {
        width: 850px;
        /* margin: 30px auto; */
    }
}

.modal-body {
    overflow: auto;
}

.form-control:focus {
    border-color: #60cb1e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(96, 203, 30, 0.6);
}

/* remove rounded corners */
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.corners {
    border-radius: 4px !important;
}
.cornersLeft {
    border-radius: 4px 0 0 4px !important;
}

.cornersRight {
    border-radius: 0 4px 4px 0 !important;
}
.cornersTop {
    border-radius: 4px 4px 0 0 !important;
}

.cornersBottom {
    border-radius: 0 0 4px 4px !important;
}
/* panel heading */
.panel-default {
    box-shadow: 0 0 30px rgb(189, 189, 189);
    padding: 0 5px 0 5px;

    border: 1px solid #fff;
}
/* .summary_item >div:hover{
  box-shadow: none ;
  padding:0 5px 0 5px;
  border: 1px solid #fff;
} */
.panel > .panel-heading {
    background-image: none;
    /* background-color: #3d3d3d; */
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1em;
    /*height: 3em;*/
    /*	background-image: url('images/introdescbgnd_b.gif');
	background-repeat:repeat-x;
	background-position:top left;*/
    border-bottom: 0;
}
.panel-heading a:link,
a:visited {
    color: #000;
}

/* remove border
.panel {
    border: 0 !important;
}
*/

/* .panel-title { */
/*font-weight: bold;	*/
/* } */

/*.panel-footer {
    background-color: #fff;
	border-top: 0;
}*/
.panel-footer {
    background-color: #3d3d3d;
}
.panel-heading {
    /* display: block; */
    /* border: 1px solid blue !important; */
}
.price_ms {
    /* border:1px solid red; */
    height: 2.5em;
    line-height: 2.5em;
}
/* @media (max-width: 577px) { */
@media (max-width: 567px) {
    .panel-body {
        /* padding: 13px; */
        /* border: 0px solid blue; */
        /* padding:0px; */
    }
    .panel-heading {
        /* padding: 2px; */
        /* border:1px solid green; */
        /* margin-left:-5px; */
        /* margin-right: -5px; */
    }
    .summary_item {
        /* padding-left:2px; */
        /* padding-right:2px; */
        /* border: 1px solid green; */
        /* padding:0; */
    }
    .no_gutter > [class*="col-"] {
        /* padding-right:0px;
    padding-left:0px;
    border:1px solid green; */
    }
    .xs_gutter > [class*="col-"] {
        /* applies to all child cols contained in row */
        padding-right: 4px;
        padding-left: 4px;
        /* border:1px solid red; */
        /* overflow:hidden; */
    }
    .col-xs_gutter {
        /* applies to this column only*/
        padding-right: 4px;
        padding-left: 4px;
        /* border:1px solid black; */
    }
    .panel-default {
        box-shadow: 0 0 8px rgb(189, 189, 189);
        /* padding:0 5px 0 5px; */
        padding: 0px;
        /* border: 1px solid #1f1f1f86; */
    }
    /* .btn-cov {
      width: 100%;
  }  */
    .panel-footer {
        padding: 0;
    }

    /* .but-cov-col-xs{
    padding-left:15px;
    padding-right:5px;
  } */
    /* .imgClassSummary{
    height: 100px;
    max-width: 100px;
  } */

    .price_ms {
        padding: 0;
        margin: 0;
    }

    #selectSizeOption {
        padding-left: 2px;
        padding-right: 2px;
        /* font-size:0.9em; */
    }
}
/* 
fix summary price overflow on ms screen
@media (min-width: 568px) and (max-width: 577px){
  .price_ms{
    padding-right: 15px;
    border:1px solid red;
  }
} */

h2 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 1.1em;
}
.table > tbody > tr > td {
    border: 0px;
}
.btn-warning {
    border-color: #3d3d3d !important;
}

/*-----------------------------*/
/* BUTTON */
.btn,
.btn:hover {
    border-color: rgba(0, 0, 0, 0.6);
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);*/
    text-shadow: none;
}

/* SUMMARY BUTTON */
a:link.btn-summary {
    color: #62686d;
}
a:visited.btn-summary {
    color: #62686d;
}
a:hover.btn-summary {
    color: #fff;
}
a:active.btn-summary {
    color: #fff;
}

.btn-summary {
    color: #1f1f1f;
    border-color: #1f1f1f;
    background-color: #fff;
    /* color: #fff;
  background-color: #4285F4;
  border-color: #4285F4; */

    /* display:block; */
    /*font-weight: bold;*/
    font-size: 1em;
    line-height: 1.5em;
    text-decoration: none;
    /* width: 100%; */
    /* margin-left: -5px; */
    /* padding:8px; */
    /* border: 1px solid red; */
}

.btn-summary:focus,
.btn-summary.focus {
    color: #fff;
    background-color: #62686d;
    border-color: #3e4245;
}
.btn-summary:hover {
    color: #fff;
    /* background-color: #58ee44; */
    background-color: #1f1f1f;
    /* border-color: #58ee44; */
    border-color: #1f1f1f;
}
.btn-summary:active,
.btn-summary.active,
.open > .dropdown-toggle.btn-summary {
    color: #ffffff;
    background-color: #62686d;
    border-color: #5d6368;
}
.btn-summary:active:hover,
.btn-summary.active:hover,
.open > .dropdown-toggle.btn-summary:hover,
.btn-summary:active:focus,
.btn-summary.active:focus,
.open > .dropdown-toggle.btn-summary:focus,
.btn-summary:active.focus,
.btn-summary.active.focus,
.open > .dropdown-toggle.btn-summary.focus {
    color: #ffffff;
    background-color: #51565a;
    border-color: #3e4245;
}
.btn-summary:active,
.btn-summary.active,
.open > .dropdown-toggle.btn-summary {
    background-image: none;
}
.btn-summary.disabled:hover,
.btn-summary[disabled]:hover,
fieldset[disabled] .btn-summary:hover,
.btn-summary.disabled:focus,
.btn-summary[disabled]:focus,
fieldset[disabled] .btn-summary:focus,
.btn-summary.disabled.focus,
.btn-summary[disabled].focus,
fieldset[disabled] .btn-summary.focus {
    background-color: #7a8288;
    border-color: #7a8288;
}
.btn-summary-100 {
    width: 100%;
    /* border: 1px solid red; */
}

/* COVER BUTTON */
a:visited.btn-cov {
    color: #fff;
}
a:hover.btn-cov {
    color: #fff;
}
.btn-cov {
    color: #ffffff;
    /* background-color:#77C02A;
  border-color: #77C02A; */
    /* 71CB34 */
    background-color: #60cb1e;
    border-color: #60cb1e;
    /* font-weight: bold; */
    font-size: 1em;
    line-height: 2.5em;
    text-decoration: none;
    margin-left: -5px;
    /* padding:8px; */
}

.btn-cov:focus,
.btn-cov.focus {
    color: #fff;
    background-color: #62686d;
    border-color: #3e4245;
}
.btn-cov:hover {
    color: #fff;
    /* background-color: #58ee44; */
    background-color: #1f1f1f;
    /* border-color: #58ee44; */
    border-color: #1f1f1f;
}
.btn-cov:active,
.btn-cov.active,
.open > .dropdown-toggle.btn-cov {
    color: #ffffff;
    background-color: #62686d;
    border-color: #5d6368;
}
.btn-cov:active:hover,
.btn-cov.active:hover,
.open > .dropdown-toggle.btn-cov:hover,
.btn-cov:active:focus,
.btn-cov.active:focus,
.open > .dropdown-toggle.btn-cov:focus,
.btn-cov:active.focus,
.btn-cov.active.focus,
.open > .dropdown-toggle.btn-cov.focus {
    color: #ffffff;
    background-color: #51565a;
    border-color: #3e4245;
}
.btn-cov:active,
.btn-cov.active,
.open > .dropdown-toggle.btn-cov {
    background-image: none;
}
.btn-cov.disabled:hover,
.btn-cov[disabled]:hover,
fieldset[disabled] .btn-cov:hover,
.btn-cov.disabled:focus,
.btn-cov[disabled]:focus,
fieldset[disabled] .btn-cov:focus,
.btn-cov.disabled.focus,
.btn-cov[disabled].focus,
fieldset[disabled] .btn-cov.focus {
    background-color: #7a8288;
    border-color: #7a8288;
}

/* QTY buttons */

.btn-qty,
.btn-qty:focus,
.btn-qty:active {
    color: #fff;
    background-color: #6e6e6e;
    border-color: #7a8288;
    /* padding: 11px; */
    height: 38px;
}

.btn-qty:hover {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}
/* .btn-qty:active{
  color: #f00;
  background-color: #f00;
  border-color: #202934;
} */
.btn-qty:active:hover {
    color: #fff;
    background-color: #53575a;
    border-color: #53575a;
}

.btn-qty.disabled:hover,
.btn-qty[disabled]:hover,
fieldset[disabled] .btn-qty:hover,
.btn-qty.disabled:focus,
.btn-qty[disabled]:focus,
fieldset[disabled] .btn-qty:focus,
.btn-qty.disabled.focus,
.btn-qty[disabled].focus,
fieldset[disabled] .btn-qty.focus {
    color: #fff;
    background-color: #c0c4c7;
    border-color: #c0c4c7;
}

.btn-number.disabled,
.btn-number[disabled],
fieldset[disabled] .btn-number {
    opacity: 1;
    filter: alpha(opacity=100);
}
/* fix qty +- size on ms screen */
@media (max-width: 320px) {
    .btn-qty {
        /* padding: 8px; */
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (min-width: 568px) and (max-width: 599px) {
    .btn-qty {
        /* padding: 8px; */
        padding-left: 8px;
        padding-right: 8px;
    }
}
/* END QTY buttons */

a {
    color: #000;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #f00;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/*-----------------------------*/
/* NAVBAR */

.navbar-nav > li > a {
    /* background-color: #1b1b1b;  */
    /*background-color: #3d3d3d; /* selected*/
    /* background-color: #1f1f1f;  */
    background-color: rgba(0, 0, 0, 0.3);
}

#navbar {
    background-image: none;
    /* background-color:#2B2B2B; */
    background-color: #272727; /*main navbar colour*/
    /* background-color: #1A1A1A;  */
    margin-bottom: 0px;
    /* opacity: 0.95;1 */
    /* z-index: 1000; */
    min-height: 20px;
}
/* 3545 */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffba6c;
    /* color: #ffffff; */
    /*background-color: #1b1b1b; /* selected*/
    /*background-color: rgba(170, 82, 0, 0.103); /* selected*/
    background-color: rgba(0, 0, 0, 0.5); /* selected*/
    /* background-color: #000000bb;  */
}
/* 4512 */
.navbar-default .navbar-toggle {
    /*border-color: #4285F4; /*collapsed menu border colour*/
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    /* background-color: #4285F4; /*  drop down menu */
    /* background-color: #1f1f1f; */
}
/* 4526 */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    /* background-color: #AFF125; selected drop down menu */
    background-color: #4285f4; /* selected drop down menu */
    color: #fff;
}
/* Menu button */

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 3px 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*.navbar {
background-image: -webkit-linear-gradient(#43566d, #37475a 60%, #2f3d4d);
background-image: -o-linear-gradient(#43566d, #37475a 60%, #2f3d4d);
background-image: linear-gradient(#575757, #19191D 60%, #000);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff43566d', endColorstr='#ff2f3d4d', GradientType=0);
filter: none;
border: 1px solid rgba(0, 0, 0, 0.6);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
filter: none;
}*/
/* .navbar-nav > li > a:hover {
	background-image: -webkit-linear-gradient(#304f8f, #3D65B6 40%, #304f8f);
	background-image: -o-linear-gradient(#304f8f, #3D65B6 40%, #304f8f);
	background-image: linear-gradient(#3D65B6, #3D65B6 40%, #304f8f);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff090b0e', endColorstr='#ff1c242e', GradientType=0);
	filter: none;
	border-left-color: transparent;
  } */

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    /* background-color: #AFF125; */
    background-color: #4285f4;
}
.navbar-brand {
    float: left;
    padding: 0;
    /* font-size: 18px; */
    /* line-height: 20px; */
    height: 26px;
    margin-top: 4px;
}

@media (min-width: 768px) {
    #main-navbar-collapse {
        padding-left: 0;
    }

    #navbar {
        background-image: url("../images/nav-bgnd.gif") !important;
        /* background-size: auto auto;  */
        background-position: top center;
        background-repeat: no-repeat;
    }
}
/* 3505 */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;

    list-style: none;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none;

    font-size: 14px;
    text-align: left;
    /* background-color: #AFF125; */
    background-color: #3d3d3d;
    /* border: 1px solid #272b30; */
    border: 1px solid rgba(211, 44, 44, 0.15);
    background-color: #fff;
    border: 11px solid rgba(61, 61, 61, 0.5);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
/* 3586 */
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}
/* 3545 */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #000;
    /* background-color: #8ecc0d; */
    background-color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #4285f4;
}
/* 3536 */
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    color: #3d3d3d;
    white-space: nowrap;
}
a.menu-all {
    font-size: 1.5em;
    /* font-style: italic; */
    font-weight: bold;
    /* background-color: #0f0; */
}
a.sub-menu {
    padding-left: 10px;
}
/*-----------------------------*/

.navstrap {
    background-color: #f5f5f5;
    height: 35px;
    line-height: 35px;
    font-size: 0.8em;
    text-align: center;
    letter-spacing: 0.15em;
}
.navstrap a:link,
a:visited {
    text-decoration: none;
    color: #000;
}
.navstrap a:hover {
    text-decoration: none;
    color: #3d65b6;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    /* ...and now for the proper property */
    transition: 0.4s;
}
.navstrapContainer {
    max-width: 1140px;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-height: 500px) {
    .scrollable-menu {
        height: auto;
        max-height: 300px;
        overflow-x: hidden;
    }
}
/* ************************************************** 
Header
***************************************************** */

#dropdown li a {
    color: #00f;
}
.hdrlg {
    max-width: 1140px;
    padding: 0;
    margin: 0;
}
#navbarFiller {
    /*height: 72px; /*without navbar strap */
    /* 54px without page background image */
    height: 30px; /*with navbar strap */
    /* background-color:#f00; */
}
#navSearchForm {
    /* width: 16em;  */
    width: 100%;
    border: 5px solid blue;
}
#searchFormHeader {
    margin-top: 1em;
}

#headerCart {
    margin-top: 1em;
}
#headerCart a {
    text-decoration: none;
    color: #000;
}
#headerSearchForm,
#headerSearchFormMob {
    padding-right: 0;
    margin-right: 0;
    /* border: 1px solid #3D3D3D; */
    border-right: 0;
}
/* #headerSearchForm:focus{
  border: 1px solid rgba(96, 203, 30, 0.6);
} */
@media (min-width: 768px) {
    #navbarFiller {
        /*height: 72px; /*without navbar strap */
        /* 106px without page background image */
        height: 86px; /*with navbar strap*/
        /* background-color:#0f0; */
    }
}
@media (max-width: 991px) {
    #navSearchForm {
        width: 8em;
    }
}

/*************************************************** */
/** Content */
/*************************************************** */

.h1custom1 {
    font-size: 1.5em;
    margin-top: 0;
}
/* summary images  */
.imgClassSummary {
    height: 150px;
    max-width: 150px;
    margin: auto;
    margin-top: -15px;
    width: 100%;
    /* prevent blur in vertical alignment*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.imgClassSummaryMegaImage {
    height: 150px;
    width: 450px;
    /* max-height: 300px; */
    margin: auto;
    margin-top: -15px;
    width: 100%;
    /* prevent blur in vertical alignment*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* border: 1px solid red; */
    overflow: hidden;
   
}

.imgClassSummaryList {
    /* height: 75px; */
    /* max-width: 500px; */
    /* height: 150px;
	max-width: 150px; */
    margin: auto;
    margin-top: -15px;
    width: 100%;
    /* prevent blur in vertical alignment*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/* vertically centre image - http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css */
.imgClassSummary img,
imgClassSummaryList img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* @media (min-width: 768px) {
  .imgClassSummaryList{
    height: 75px;
    border: 1px solid red;
  }
  .imgClassSummary{
    height: 150px;
    border: 1px solid red;
  }
  
}	
*/

/* product images */
.imgClassProduct {
    /* height: 500px; */
    /* max-width: 400px;  */
    margin: auto;
    width: 100%;
    /* prevent blur in vertical alignment*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* border:1px solid black; */
    margin: 2px;
}
.imgClassProduct img {
    /* max-width: 500px; */
}
@media (max-width: 750px) {
    .imgClassProduct {
        max-width: 700px;
    }
}
@media (min-width: 768px) {
    .imgClassProduct {
        max-width: 600px;
    }
}
/* @media (max-width: 991px) {
  .imgClassProduct{
    max-width: 600px;
  }
} */
/* vertically centre image - http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css */
/* .imgClassProduct img{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */

img {
    max-height: 100% !important;
}

/* gallery & zoom product image */
.overlay {
    position: absolute;
    bottom: 0;

    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: #000;
    font-size: 1.2em;
    padding: 20px;
    text-align: right;
}
.imgClassProduct:hover .overlay {
    opacity: 0.5;
}

div#productImageModal {
    background: rgba(0, 0, 0, 0.7);
}

.imgProductGallery {
    width: 100%;
    max-width: 60px;
    will-change: transform;
}
@media (max-width: 767px) {
    .imgProductGallery {
        height: 50px;
        /* max-width: 50px; */
        /* border: 1px solid red; */
    }
}

#gallery li {
    display: inline-block;
    padding: 3px;
    /* width: 16.666%; */
    /* float: left; */
    border: 1px solid #c7c7c7;
    /* height: 75px; */
    cursor: pointer;
}
#gallery ul {
    padding: 0;
    margin: 0;

    /* height: 100%; */
    padding-bottom: 15px;
    /* border: 1px solid red; */
}

/* --- */

.summaryPrice {
    /* color: #FD3EB1; */
    /* color: #e000e0; */
    /* color: #678767; */

    color: #ff1111;
    font-size: 1.2em;
    /* font-weight: bold; */
    margin-right: -5px;
}
.pricePounds {
    /* color: #e000e0; */
    color: #ff1111;
    font-size: 1.2em;
}
.pricePence {
    /* color: #e000e0; */
    /* color: rgb(197, 37, 37); */
    font-size: 0.9em;
}

.summaryPriceBreak {
    color: #ff1111;
    font-weight: bold;
}
.summaryPriceFrom {
    color: #ff1111;
    font-size: 1.5em;
}
.summaryPrice .from {
    font-size: 0.6em;
}
.panel-title-link a:link,
a:visited {
    color: #000;
    text-decoration: none;
}
#breadcrumb-row {
    font-size: 0.85em;
    color: #767676;
    margin-top: 20px;
    margin-bottom: 20px;
}
.breadcrumb-link a:link,
.breadcrumb-link a:visited,
.breadcrumb-link a:hover,
.breadcrumb-link a:active {
    color: #4675d0;
    text-decoration: none;
}
.h1_breadcrumb {
    font-size: 1em;
    display: inline;
    color: #767676;
}
.sort-link {
    margin-bottom: 2em;
}
.sort-link a {
    color: #444;
    text-decoration: none;
    float: right;
}

.greybox {
    border: 1px solid #ccc;
    padding: 10px;
}
.redbox {
    border: 1px solid #f00;
}
.greenbox {
    border: 1px solid #0f0;
}
.bluebox {
    border: 1px solid #00f;
}
.bgGreyLight {
    background-color: #f7f7f7;
}
.bgGreyMid {
    background-color: #eeeded;
}
.bgGreyDark {
    background-color: #e6e6e6;
}
.bgBlack {
    background-color: #000;
}
.bgDarkBrown {
    background-color: #3d3d3d;
    /* background-color: #404040; */
}

.bgGreyMid2 {
    background-color: #e4e4e4;
}
.bgDarkBrownGrunge {
    /* background-image: url("../images/dark-brown-grunge.gif") !important;
  background-size: auto auto; */
}
.bgMidBrownGrunge {
    /* background-image: url("../images/bgnd-description.gif") !important;
  background-size: auto auto; */
}
.bgLightBrownGrunge {
    /* background-image: url("../images/bgnd-nav-final.gif") !important;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position-x: center; */

    /* background-image: url("../images/bgnd-nav.gif") !important;
  background-size: auto auto; */
}

.bgGreenGrunge {
    /* background-image: url("../images/green-grunge.gif") !important;
  background-size: auto auto; */
}
.bgFooterGrunge {
    background-image: url("../images/footer-bgnd.jpg") !important;
    background-size: auto auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.discount {
    /*color:#37475A;*/
    font-style: italic;
}
.price {
    font-weight: bold;
}

.basketlink a,
.basketlink a:hover {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.descLink a {
    color: #000;
    text-decoration: none;
}

.qtyinput {
    max-width: 4em;
}
.emphasLink a {
    text-decoration: underline;
    color: blue;
}
.carthead {
    background-color: #3d3d3d;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 10px;
}
.cartsummary {
    background-color: #3d3d3d;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 10px;
}
.cartsummarypadding {
    padding: 0.5em 0 0.5em 0;
    display: flex;
    align-items: center;
}

.cartSubTotal {
    font-size: 1em;
    color: #000;
    font-weight: bold;
}
.cartSubTotal p {
    /* font-weight: normal; */
    margin: 0;
    padding-top: 0.5em;
    color: #3b3b3b;
}
.cartDeliveryCountries {
    font-weight: normal;
}
.cartImgProduct {
    height: 100px;
    width: 100px;
}
.cartDeliverySurcharge {
    /* background-color: yellow; */
    padding: 5px 0 5px 0;
    font-weight: bold;
    color: #317ff8;
}
.cartDeliverySurchargePrice {
    /* background-color: yellow; */
    /* font-weight: bold; */
    color: #317ff8;
}

.deleteItem {
    font-size: 0.9em;
    padding-top: 8px;
    padding-bottom: 8px;
}
.deleteItem a {
    color: #3d3d3d;
}
.deleteItem a:hover,
a:focus {
    color: #f00;
    text-decoration: none;
}
.trash {
    display: none;
    color: #f00;
}
.buyBox {
    /* background-color: #f7f7f7; */
    background: rgba(247, 247, 247, 0.8);
    /* float: left; */
    display: block;
    padding: 20px 10px;
    border: 1px solid #cccccc;
}
.outofstock {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
    cursor: not-allowed;
}
.summary-outofstock {
    
    font-size: 1rem;
    color: black;
    line-height: 1rem;
display: inline;
    /* You may need to adjust the display property based on your layout */
    background: linear-gradient(45deg, #f00, #00f);
    /* Example gradient background */
    -webkit-background-clip: text;
    /* For older versions of WebKit browsers */
    background-clip: text;
    color: transparent;
    /* Hides the text content, only showing the background */
}
#contentMinHeight {
    min-height: 30em;
}
#contentMinHeight a {
    color: #37475a;
    text-decoration: underline;
}
.desctab {
    background-color: #a3a7ab;
    color: #fff;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 1.1em;
}
/* .description{
	background-color:rgb(245, 245, 245);
	padding: 10px;
	border: 1px solid #cccccc;

} */
.text-bold,
.text-bold:hover {
    /*font-weight: bold;*/
    font-size: 1.2em;
    /*text-shadow: none;*/
}

.optionForm {
    padding: 10px;
    margin: 0;
}

.col-on {
    background-color: #eee;
}
.topline {
    border-top: 1px solid #eee;
}

.strike_through {
    text-decoration: line-through;
}

.freeDeliveryMessage {
    color: #00f;
    font-weight: bold;
}

.freeDeliverySection {
    border: 1px solid #999;
    background-color: #f7f7f7;
    color: #000;
}
.cartOrderTotal {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
/* ************************************************** 
Footer
***************************************************** */
.footer {
    /* background-color:#3D65B6;
    background-color:#1F1F1F; */
    background-color: #010101;
    min-height: 15em;
}
.footer .heading {
    color: #e3e3e3;
    /*border-bottom: 1px solid white;*/
    padding-bottom: 5px;
    /* margin-top: 20px; */
    margin-bottom: 5px;
    font-weight: bold;
}
.footer ul {
    list-style: none;
}

.lower .copyright {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    color: #7c7c7c;
    font-size: 0.9em;
}

.line {
    margin-top: 30px;
    border-top: 1px solid rgba(63, 63, 63, 0.25);
}

.footer_cc {
    margin-top: 1em;
}
.footer ul {
    padding-left: 0;
}
.footer a {
    color: #7c7c7c;
    text-decoration: none;
}
.footer a:hover,
a:focus {
    color: #fff;
    /* text-decoration: underline; */
}
/* .footer li{
line-height: 2.5em;
  border-bottom: 1px solid #2B2B2B; 
  font-size:0.9em;

} */
/* .footer li:not(.heading)::before{
		color: #4F4F4F;
		content: "> ";
		

} */

.footer .address {
    color: #999;
    line-height: 1.5em;
}

.backtotop {
    position: relative;
    height: 40px;
    width: 100%;
    /* background-color:#F5F5F5; */
    background-color: rgba(40, 40, 40, 0.4);
    background-color: rgba(70, 70, 70, 0.2);
    /* background-color: #3D65B6; */
    /* border-top: 1px solid #2A3745; */
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid rgba(63, 63, 63, 0.25);
    padding-bottom: 15px;
}

.backtotop a {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    line-height: 40px; /*match height of outer div so it's vertically centered*/
    color: #fff;
    text-decoration: none;
}

.footerList li {
    margin-bottom: 1em;
    margin-top: 1em;
}
/* ************************************************** 
Product
***************************************************** */

.model {
    font-size: 1.4em;
    line-height: 1em;
    color: #1f1f1f;
    font-weight: 400;
    letter-spacing: -0.04em;
    /* float: left; */
}
@media (max-width: 600px) {
    .model {
        font-size: 1.5em;
        line-height: 1.2em;
    }
}
.modelCont {
    font-size: 0.8em;
}
.modelSKU {
    color: #1f1f1f;
    font-size: 0.9em;
    padding-top: 0.3em;
}
.price {
    font-size: 3em;
    color: #fa3021;
    /* color:#e000e0; */
    font-weight: bold;
    margin-top: 0.25em;
    /* float: left; */
}
.wasPrice {
    /* color: #8d0900; */
    /* color: #4675D0; */
    font-size: 2em;
    text-decoration: line-through;
}
.summaryWasPrice {
    /* color: #8d0900; */
    /* color: #4675D0; */
    font-size: 0.8em;
    text-decoration: line-through;
    line-height: 1em;
    color: rgb(185, 17, 176);
}
.summaryPromotionMessagePricing {
    color: rgb(185, 17, 176);
    font-size: 0.8em;
    line-height: 1em;
}
@media (max-width: 325px) {
    .price {
        font-size: 2.7em;
        margin-top: 0.4em;
        /* border: 1px solid red; */
    }
}
/* @media (min-width: 326px) and (max-width: 567px){
  .price{
    font-size: 2.4em;
    margin-top:0.6em;
}
} */
/* fix product price overflow on ms screen */
@media (min-width: 568px) and (max-width: 599px) {
    .price {
        font-size: 2.4em;
        margin-top: 0.6em;
        /* border:1px solid black;  */
    }
}
@media (min-width: 600px) and (max-width: 700px) {
    .price {
        font-size: 2.6em;
        margin-top: 0.4em;
        /* border:1px solid black; */
    }
}

.inStock {
    font-size: 1em;
    color: rgb(61, 156, 63);
    font-weight: 400;
    margin-top: 0.5em;
    float: left;
}
.outStock {
    font-size: 1em;
    color: rgb(156, 61, 61);
    font-weight: 400;
    margin-top: 0.5em;
    float: left;
}
.clr {
    clear: both;
}
.features {
    color: rgb(72, 72, 72);
    font-size: 1em;
    margin: 1em 0 0.8em 0;
    float: left;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.featureslist li {
    list-style-type: circle;
    margin-left: 0.1em;
    margin-bottom: 0.3em;
}
.featureslist {
    padding: 0;
    margin-left: 1.2em;
}
.description {
    font-size: 1.1em;
    line-height: 1.5em;
    clear: both;
    color: rgb(34, 34, 34);
    padding-bottom: 2em;
}
.description_heading {
    font-size: 1.8em;
    padding-top: 0.5em;
    color: #fff;
}
.compatible_heading {
    font-size: 1.8em;
    padding-top: 0.5em;
}
p.model {
    padding-top: 1em;
}

.highlight {
    background-color: rgb(229, 255, 0);
}

/* Loading page */
.waitpage {
    /* background: url(../images/blockUI.png) repeat scroll 0 0 rgba(0,0,0,0); */
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.waitpage-box {
    background: none repeat scroll center center #fff;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px 0 #666;
    left: 44%;
    overflow: auto;
    padding: 16px;
    position: fixed;
    text-align: center;
    top: 46%;
    z-index: 99999;
}
.waitpage-box p img {
    color: #d0622b;
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
.waitpage-box p span {
    float: left;
    font-size: 0.8125em;
    font-weight: bold;
    padding: 6px 0 0 12px;
    white-space: nowrap;
}

/* General */
.removeRightPadding {
    padding-right: 0;
}

.heavy_hr {
    border-bottom: 2px solid #3d3d3d;
}

.no-padding {
    padding: 0;
}
.no-right-padding {
    padding-right: 0;
}
.no-left-padding {
    padding-left: 0;
}
.no-margin {
    margin: 0;
}
.no-right-margin {
    margin-right: 0;
}
.no-left-margin {
    margin-left: 0;
}
button .full-width {
    width: 100%;
    /*display:block; */ /*only if you're having issues*/
}

/* SUMMARY LIST VIEW */
.summary_item.list-group-item {
    width: 100%;
    border: 0;
}

.list-group-item2 {
    box-shadow: 0 0 30px rgb(189, 189, 189);
    padding: 15px 10px 15px 10px;
    border: 1px solid #fff;
    /* margin-top: 15px; */
    margin-bottom: 25px;
}

.model-name-image-summary {
    max-height: 30px !important;
    margin-bottom: 3px;
}
.model-name-image-summaryMegaImage {
    max-height: 70px !important;
    margin-bottom: 8px;
}
.model-name-image-product {
    max-height: 70px !important;
    margin-bottom: 3px;
}
.model-name-image-productMegaImage {
    max-height: 70px !important;
    margin-bottom: 8px;
}
.summaryModelNameImageReplace {
    /* color: #1f1f1f; */
        color: rgb(104, 78, 0);
        /* color: rgb(57, 43, 0); */
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.1em;
}
.summaryModelName {
    color: #1f1f1f;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2em;
}
.summaryModel {
    color: #1f1f1f;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2em;
}
.summaryModelCont {
    font-size: 0.75em;
    line-height: 0.8em;
    color: rgb(104, 78, 0);
    /* color: rgb(57, 43, 0); */
}
.summaryModelNameSubList {
    color: rgba(31, 31, 31, 0.753);
    font-size: 0.85em;
    font-weight: 400;
    padding-top: 0.3em;
    
}

.category-name {
    font-size: 1.75em;
    /* color:#000; */
    color: #3d3d3d;
    /* padding-top: 1em; */
    padding-bottom: 0.5em;
    font-weight: bold;
}
.category-description {
    font-size: 1.1em;
    color: #000;
    /* padding-top: 1em; */
    padding-bottom: 1.5em;
}
.catHeader {
    background-image: url("../images/delete/Capture.PNG");
    background-repeat: no-repeat;

    height: 300px;
}
/* SORT */
/* lift above box-shadowed panels */
#sort {
    position: relative;
    z-index: 2;
}

.product-form-control {
    padding: 8px 5px;
    font-size: 1em;
}
@media (max-width: 767px) {
    .product-form-control {
        padding: 0;
        /* font-size: 0.8em; */
    }
    .longText {
        font-size: 0.8em;
    }
}
@media (width: 568px) {
    .product-form-control {
        padding: 0;
        /* font-size: 0.8em; */
    }
    .longText {
        font-size: 0.8em;
    }
}

.imgSearchSummary {
    height: 50px;
    /* max-width: 50px; */
    border: 1px solid #c7c7c7;
    float: left;
    margin-right: 5px;
}
.searchResults {
    font-size: 1.3em;
    margin-bottom: 2em;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.nodisplay {
    display: none;
}

.cartUnavailable {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0.5em;
    border: 1px solid #000;
    margin-bottom: 10px;
    opacity: 0.7;
}

.cartUnavailableHeader {
    color: #fff;
    /* font-size: 1.1em; */
    font-weight: bold;
    background-color: #f00;
    padding: 10px;
    border: 1px solid #000;
}
.unavailableBlendImg {
    mix-blend-mode: multiply;
}
/* .dimmed {
  position: relative;

}
.dimmed::after {
  margin-left: -15px;
  margin-right: -15px;
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(217, 255, 4, 0.2); 
  content: "Sorry, this SKU is no longer available since you added it to your cart and will not be included in your order.";
  color: #000;
  padding-left:15px;
  padding-top: 5px;
  font-size: 1.1em;
  font-weight: bold;
} */

/* ************************************************** 
/* 404 */
.bg404 {
    background-image: url("../images/404.jpg");
    background-color: #1f1f1f;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-weight: bold;
}
@media (min-width: 767px) {
    .rightBorder {
        border-right: 2px solid #fff;
    }
}

.vertical-align {
    margin-top: 7em;
    font-size: 1.5em;
    font-weight: normal;
    color: #fff;
    text-shadow: 0px 0px 20px #1f1f1f;
}
@media (max-width: 767px) {
    .vertical-align {
        margin-top: 2em;
        font-size: 1.1em;
        /* font-weight: bold; */
    }
}

/* Mega nav */

.dropdown-large {
    position: static !important;
}
.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li ul > li > a {
    display: block;
    padding: 3px 20px 3px 30px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}

/* added */
.dropdown-submenu {
    list-style: none;
}

.dropdown-submenu > li {
    display: block;
    /* padding: 1px 20px 1px 30px; */
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
    /* margin-left: -30px; */
    /* border: 1px solid red; */
}
.dropdown-menu-large .dropdown-subheader {
    color: #428bca;
    /* font-size: 1.1em; */
    /* padding-left: 30px; */
}

a.menuHeaderLink:link,
a.menuHeaderLink:visited,
a.menuHeaderLink:hover {
    color: #428bca !important;
    padding-left: 0 !important;
}

a.menuSubHeaderLink:link,
a.menuSubHeaderLink:visited,
a.menuSubHeaderLink:hover {
    color: #428bca !important;
}

/* divider buggy - height not rendering at 1px for every position but using bottom border 1px works reliably. */
.dropdown-menu-large > li > ul > .divider {
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}
.dropdown-submenu-description {
    color: #999999;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }

    /* added */
    .dropdown-menu-large > li > ul > .divider {
        height: 0px;
    }
    .dropdown-menu-large > li > ul > li > a,
    .dropdown-submenu > li a {
        color: #fff !important;
    }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus,
    .dropdown-submenu > li a:hover,
    .dropdown-submenu > li a:focus {
        text-decoration: none;
        color: #000 !important;
        background-color: #f5f5f5;
    }
    .dropdown-menu-large > li ul > li > a.menuHeaderLink {
        color: #428bca !important;
        margin-left: -20px;
        padding-left: 20px !important;
    }

    .dropdown-menu-large > li ul > li > a.menuSubHeaderLink {
        color: #428bca !important;
    }
}

.deliverySurcharge {
    /* background-color: yellow; */
    /* padding: 5px 0 5px 0; */
    /* font-weight: bold; */
    color: #317ff8;
    /* font-size: 1.1em; */
    padding-bottom: 5px;
}
.deliverySurchargePrice {
    /* background-color: yellow; */
    /* padding: 5px 0 5px 0; */
    /* font-weight: bold; */
    /* color: #fa3021; */
    /* color: #317ff8; */
    /* font-size: 1.2em; */
}

#ax_delivery_surcharge:hover {
    cursor: help;
}

.tooltip-inner {
    max-width: 300px;
}
.social img {
    padding: 20px 20px 0 20px;
}

.saleContainer {
    position: relative;
}
.saleBadge {
    position: absolute;
    right: 0px;
    top: 0px;
    /* border: 1px solid green; */
    z-index: 1000;
    padding: 0;
    display: block;
    height: 80px;
    width: 80px;
    mix-blend-mode: multiply;
}
.saleBadge img {
    height: 60px;
    width: 60px;
    padding: 0;
    opacity: 0.9;
    /* border: 1px solid red; */
}
.saleBadgeProducts {
    right: 10px;
    top: -90px;
    /* border: 1px solid red;  */
    margin-right: 20px;
}
.saleBadgeProducts img {
    height: 80px;
    width: 80px;
}
.specialOfferIntroStrap {
    /* background-color:#aaff48; */
    /* border: 2px dotted #686967; */
    /* height: 60px; */
    /* line-height: 60px; */
    font-size: 1.5em;
    text-align: center;
    padding: 5px;
    /* color: rgb(185, 17, 176); */
    color: #fff;
    text-shadow: 0 0 3px #000;
    position: relative;
    /* letter-spacing: 0.15em; */
}
.specialOfferIntroStrap img {
    mix-blend-mode: multiply;
}
.specialOfferIntroStrap::before {
    content: "";
    background-image: url("../images/promotions/halloween/halloween-banner.jpg");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    /* opacity: 0.75; */
    width: 100%;
    height: 100%;
    /* display: block; */
}

.specialOfferIntroContainer {
    max-width: 1140px;
    margin: 0 auto;
    height: 209px;

    /* display: flex;
    align-items: center; */
}

@media (max-width: 767px) {
    .specialOfferIntroStrap {
        font-size: 1em;
    }
}
#product_specialOffer {
    color: rgb(185, 17, 176);
}
.pq-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.quality-counts {
    font-size: 2.5em;
    color: red;
    font-weight: bold;
    padding: 20px 0;
}
.passion {
    font-size: 2em;
    /* height: 2em;
    line-height: 2em; */
    padding: 20px 0;
}
.about-footer {
    height: 200px;
    margin-bottom: 40px;
}
.about-best {
    font-size: 1.75em;
    position: relative;
    height: 100%;
}
.about-best p {
    position: absolute;
    bottom: 0;
}

@media (max-width: 767px) {
    .pq-flex {
        display: block;
    }
    .quality-counts {
        font-size: 2em;
        padding: 5px 0 20px 0;
    }
    .passion {
        font-size: 1.6em;
        padding: 0;
        /* height: auto;
        line-height: auto; */
    }
    .about-best p {
        position: static;
        text-align: center;
    }
    .about-best {
        height: auto;
        margin-top: 20px;
    }
    .about-footer img {
        margin: 20px 0;
        height: 150px;
    }
}

.average-review-rating {
    padding: 1px 0;
}
.average-review-rating-summary {
    padding: 3px 0;
    font-size: 0.9em;
    color: #aaa;
    text-align: center;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-weight: normal;
}
a.reviewslink:link,
a.reviewslink:visited,
a.reviewslink:hover,
a.reviewslink:active {
    color: #4675d0;
    text-decoration: none;
}
/* review stars */
:root {
    --star-color: rgb(241, 241, 241);
    --star-background: #ff0;
}

.stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 1.5em;
    font-family: Times;
    line-height: 1;
}
.stars::before {
    content: "★★★★★";
    letter-spacing: 1px;
    background: linear-gradient(
        90deg,
        var(--star-background) var(--percent),
        var(--star-color) var(--percent)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #aaa;
}

.reviewsProgressBar {
    --percent: calc(var(--reviewsProgress) / var(--numberOfReviews) * 100%);
    /* display: inline-block; */
    font-size: 3.1em;
    font-weight: bold;
    position: absolute;
    top: 0.5em;
    left: 0;
}

.reviewsProgressBar::before {
    content: "─────";
    letter-spacing: 0;
    background: linear-gradient(
        90deg,
        #ff795a var(--percent),
        #ccc var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cartRadio {
    margin-top: 0;
}
.cartRadio label span {
    padding-left: 20px;
}
.cartRadio label {
    text-align: right;
    display: inline-block;
    background-color: #fff;
    color: #888;
    padding: 10px 20px;
    border: 1px solid #fff;
    width: 100%;
}
.cartRadio input[type="radio"] {
    margin-left: 0;
    position: static;
    /* opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0; */
    display: none;
}
.cartRadio input[type="radio"]:checked + label {
    font-weight: bold;

    /* background-color: #bfb; */
    /* border-color: rgb(0, 0, 0); */
    background-color: rgb(255, 226, 198);
    border: 1px solid rgb(255, 179, 105);
    color: #000;
}

.cartRadio input[type="radio"]:hover + label {
    /* border: 1px dashed #444; */
    background-color: rgb(255, 127, 0);
    border: 1px solid rgb(255, 127, 0);
    color: #fff;
    font-weight: bold;
}

.note {
    font-size: 1.1em;

    font-weight: bold;
    padding: 10px;
    background-color: #c9ff79;
    line-height: 1.2em;
    display: block;
}

.note {
    font-size: 1.1em;

    font-weight: bold;
    padding: 10px;
    background-color: #c9ff79;
    line-height: 1.2em;
    display: block;
}

.madeToOrder {
    font-size: 1.1em;

    font-weight: bold;
    padding: 10px;
    background-color: #c9ff79;
    line-height: 1.2em;
    display: block;
    margin: 0 0 10px 0;
    border: 1px solid black;
}


.d-none {
    display: none;
}

.rotateImage2222 {
    height: 300px;
    width: 300px;
    position: absolute;
    /* top: 50%;
left: 50%; */
    /* width: 100%;
height: 100%; */
    top: -50px;

}

.rotateImage2222 img {

    height: auto;
    width: 100%;

    transform: rotate(90deg);
    /* z-index:-1; */
}
.rotate-image{
    transform: rotate(90deg);
}

.stripe-cancel{
    border: 5px solid #3d3d3d;
    padding: 20px;
    background-color: rgba(0, 116, 224, 0.18);
    text-align: center;
    font-size: 1.4rem;
    font-weight:600;
    color: #3d3d3d;
}
.stripe-cancel h2{
    font-size: 2rem;
    text-decoration: underline;
    color: #3d3d3d;
    padding-bottom: 10px;
}

.stripeModel {
    color: #000;
    font-weight: bold;
}
.stripePrice{
    font-weight: bold;
    color: #f00;
}
.svg-title-summary{
    max-height: 25px !important;
}

.trustpilot-container-header {
    height: 22px;
    /* margin-top: 1em; */
    margin-top: 0.75em; 
}
.trustpilot-container-header img,
.trustpilot-container-footer img,
.trustpilot-container-body img{
    padding-right: 5px;
}
.trustpilot-container-body {
    height: 22px;
    margin-bottom: 10px;
}
.trustpilot-container-footer {
    height: 22px;
    margin-top: 2em;
}
.printorder{
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.printorder:hover{
    cursor:pointer;
}
#printorder{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #317ff8;
    font-weight: bold;
    width: 100px;
}

#printorder:hover{
    color: #f00;
}

/* Etsy link */
a.etsy-link:link{
    color: rgba(0, 34, 128, 0.705);
    text-decoration: none;
}

a.etsy-link:visited {
    color: rgba(0, 34, 128, 0.705);
    text-decoration: none;
}

a.etsy-link:hover {
    color: #f00;
    text-decoration: none;
}

a.etsy-link:active {
    color: #f00;
    text-decoration: none;
}
.etsy-link::after{
    content: url("../images/external-link.png");
}
a.etsy-link-text:link {
    color: #000;
    text-decoration: none;
}

a.etsy-link-text:visited {
    color: #000;
    text-decoration: none;
}

a.etsy-link-text:hover {
    color: #f00;
    text-decoration: none;
}

a.etsy-link-text:active {
    color: #f00;
    text-decoration: none;
}