body {
    background-color: #003300;
    padding-top: 0px;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
p {
    font-size: 1em;
}
.keywordHolder {
    display: none;
    color: #003300;
}
.blackout {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.95;
    z-index: 10;
    display: none;
}
.imageViewer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    display: none;
}
.imageViewerInner {
    position: fixed;
    margin-top: 15vh;
    left: 50%;
    transform: translateX(-50%);
}
.mainImage {
    position: relative;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}
.mainImage img {
    width: auto;
    height: auto;
}
@media screen and (max-width: 600px) {
    .mainImage {
        max-width: calc(100vw - 100px);
    }
    .mainImage img {
        max-width: 100%;
    }
}
@media screen and (min-width: 601px) {
    .mainImage {
        max-width: 600px;
    }
    .mainImage img {
        max-width: 600px;
    }
}

@media screen and (max-height: 600px) {
    @media screen and (orientation: landscape) {
        .imageViewerInner {
            margin-top: 0;
        }
        .mainImage {
            max-width: calc(100vh - 100px);
            max-height: calc(100vh - 100px);
        }
        .mainImage img {
            max-width: calc(100vh - 100px);
            max-height: calc(100vh - 100px);
        }
    }
    @media screen and (orientation: portrait ) {
        .mainImage {
            max-width: calc(100vw - 100px);
            max-height: calc(100vw - 100px);
        }
        .mainImage img {
            max-width: calc(100vw - 100px);
            max-height: calc(100vw - 100px);
        }
    }
}
@media screen and (min-height: 601px) {
    .mainImage {
        max-height: 600px;
    }
    .mainImage img {
        max-height: 600px;
    }
}
.imageScroller {
    position: relative;
    width: 100px;
    height: auto;
    overflow: auto;
    max-width: 600px;
    max-height: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.imageScroller button {
    float: left;
    outline: none;
    cursor: pointer;
  	background-color: transparent;
  	border: none;
    padding: 0;
}
.imageScroller button img {
    width: 100px;
    height: 100px;
    margin-top: 4px;
    padding-left: 1px;
    padding-right: 1px;
}
.closeButton {
    background-color: #FFFFFF;
    border: 0 none;
    border-radius: 0 0 3px 3px;
    box-shadow: 1px 1px 10px #333;
    color: #aaa;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    position: fixed;
    right: 20px;
    top: 0;
    width: 60px;
}
.pntrArrImg {
    background-image: url(https://candstimberdesigns.co.uk/images/arrows.png);
    background-repeat: no-repeat;
}
.pntrArr {
    height: 40px;
    width: 24px;
    position: absolute;
    top: 49%;
    display: block;
    z-index: 1;
}
.pntrArrPrev {
    left: 32px;
    float: left;
}
.pntrArrNext {
    right: 32px;
    float: right;
}
.activePrev {
    background-position: 0 0;
}
.activeNext {
    background-position: -52px 0;
}
.activePrev:hover {
    background-position: -24px 0;
}
.activeNext:hover {
    background-position: -75px 0;
}
.disablePrev {
    background-position: -98px 0;
    cursor: default
}
.disableNext {
    background-position: -126px 0;
    cursor: default;
}
.main-content {
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding: 10px;
}
.header-logo {
    float: left;
    width: 17%;
    height: auto;
}
.name-tag {
    float: left;
    width: calc(66% - 2px);
    height: auto;
    margin-bottom: auto;
    margin-top: 6%;
}
.name-tag img {
    width: 100%;
    height: auto;
}
.right {
    float: right;
}
.header {
    position: relative;
    padding-bottom: 7px;
    overflow: auto;
}
.menu {
    position: relative;
    background-color: #003300;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px 0px 10px;
}
#showMenu {
    position: relative;
    background-color: #003300;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px 0px 10px;
}
.menu button, #showMenu button {
    background-color: #FFFFFF;
    border: solid 1px black;
    outline: none;
    cursor: pointer;
    padding: 14px 14px;
    transition: 0.3s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: -10px;
    
}
.menu button:hover {
    background-color: #85A56D;
}
.menu button.active {
    background: #5FA828;
    color: white;
}
@media screen and (max-width: 720px) {
    .menu {
        display: none;
    }
    #showMenu {
        display: block;
    }
    .menu button, #showMenu button {
        width: 100%;
    }
}
@media screen and (min-width: 721px) {
    .menu {
        display: block;
    }
    #showMenu {
        display: none;
    }
    .menu button, #showMenu button {
        width: 120px;
    }
}
.body-text {
    position: relative;
    background-color: #ffffff;
    padding-left: 10px;
    left: 0px;
}
.tabcontent {
    display: none;
    background: white;
    padding: 6px 6px;
    min-height: 50vh;
}
.productContainer {
    width: auto;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.productCard {
    min-height: 200px;
    margin-bottom: 40px;
    outline: none;
    cursor: pointer;
  	background-color: transparent;
  	border: none;
    padding: 0;
    position: relative;
}
.productCard img {
    width: auto; /*200px;*/
    height: auto;
    /*position: absolute;
    left: 0;
    top: 0;*/
    float: left;
}
.productDescription {
    /*position: absolute;*/
    padding-left: 10px;
    /*right: 0;
    top: 0;*/
    min-height: calc(100% - 30px);
    float: right;
}
.productDescription h3 {
    margin-top: 0px;
}
.productDescription h4 {
    margin-top: -15px;
}
.productDescription p, .productDescription h4, .productDescription h3 {
    text-align: left;
}
@media screen and (min-width: 481px) {
    .productDescription .buyButton {
        position: absolute;
        bottom: -15px;
        left: calc(50% + calc(calc(100% - 200px) / 2));
        transform: translateX(-50%);
        /*float: right;*/
    }
}
#Products td {
    text-align: center;
}
td textarea {
    height: 8em;
}
td input:not([type=radio]):not(.myButton) {
    height: 1.5em;
    padding-left: 2px;
}
th {
    vertical-align: top
}
#orderForm th {
    text-align: left;
}
#orderForm td div {
    margin-bottom: 5px;
}
.tdImg {
    width: 40px;
    text-align: center;
}
.tdImg img {
    width: 38px;
    height: auto;
}
#contactForm th {
    text-align: left;
}
#Contact-Us td h2 {
    margin-top: 0px;
    font-size: 1.25em;
}
#Contact-Us a {
    word-wrap: break-word;
}
#contactForm {
    padding: 0px 0px 10px 20px;
    vertical-align: top;
}
@media screen and (max-width: 990px) {
    #contactForm table:not(.contactForm), #Contact-Us table:not(.contactForm){
        width: 100%;
        float: none;
    }
}
@media screen and (min-width: 991px) {
    #contactForm table:not(.contactForm), #Contact-Us table:not(.contactForm){
        width: calc(50% - 2px);
        float: left;
    }
}
.contactForm {
    width: 100%;
}
.tblSpacer {
    height: 10px;
}
#Contact-Us td:not(#contactForm) {
    max-width: 250px;
}
@media screen and (max-width: 480px) {
    .productCard {
        width: calc(100% - 10px);
    }
    .productCard img {
        max-width: calc(100vw / 2);
        max-height: calc(100vw / 2);
    }
    .productDescription {
        width: calc(100% - calc(calc(100vw / 2) + 10px));
        /*min-height: calc(100vw / 2);*/
    }
    td input:not([type=radio]):not(#delPostCode):not(#delPostCodeButton):not(#delPostCodeButton2), td textarea {
        width: 100%;
        max-width: calc(100vw - 110px);
    }
    #Contact-Us table {
        margin-left: -22px;
    }
    #contactForm th {
        width: 70px;
    }
    #Contact-Us td h2 {
        width: calc(100% - 20px);
    }
}
@media screen and (min-width: 481px) and (max-width: 1365px) {
    @media screen and (max-width: 740px) {
        .productCard {
            width: 100%;
        }
        .productCard {
            float: none;
            display: block;
        }
    }
    @media screen and (min-width: 741px) {
        .productCard {
            width: calc(50% - 10px);
        }
        .productCard {
            float: left;
            display: inline-block;
        }
    }
    .productCard img {
        max-height: 180px;
    }
    .productDescription {
        width: calc(100% - 190px);
        /*min-height: 180px;*/
    }
    td input:not([type=radio]):not(#delPostCode):not(#delPostCodeButton):not(#delPostCodeButton2), td textarea {
        width: 100%;
    }
    #contactForm th {
        width: 200px;
    }
}
@media screen and (min-width: 1366px) {
    .productCard {
        width: 455px;
    }
    .productCard img {
        max-height: 200px;
    }
    .productDescription {
        width: 245px;
        /*min-height: 200px;*/
    }
    td input:not([type=radio]):not(#delPostCode):not(#delPostCodeButton):not(#delPostCodeButton2), td textarea {
        width: 50%;
    }
    #contactForm th {
        width: 200px;
    }
}
#orderForm input:not([type=radio]):not([type=button]):not(#delPostCode), #orderForm textarea {
    width: 100%;
}
#delPostCodeButton, #delPostCodeButton2 {
    height: 1.9em;
    margin-left: 5px;
}
#streetName, #townName {
    display: none;
}
.antispam {
    display:none;
}
.myButton, .buyButton {
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #5FA828 5%, #72b352 100%);
	background-color:#5FA828;
	border-radius:4px;
	border:1px solid #003300;
	/*display:inline-block;*/
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:9px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #003300;
}
.myButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.myButton:active {
	position:relative;
	top:1px;
}
.btn-blue {
    box-shadow: 0px 10px 14px -7px #3498db;
	/*background:linear-gradient(to bottom, #5FA828 5%, #72b352 100%);*/
	background-color:#3498db;
	border-radius:4px;
	border:1px solid #000033;
	/*display:inline-block;*/
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:9px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000033;
}
.btn-red {
    box-shadow: 0px 10px 14px -7px #e74c3c;
	/*background:linear-gradient(to bottom, #5FA828 5%, #72b352 100%);*/
	background-color:#e74c3c;
	border-radius:4px;
	border:1px solid #330000;
	/*display:inline-block;*/
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:9px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #330000;
}
.btn-orange {
    box-shadow: 0px 10px 14px -7px #FFB221;
	/*background:linear-gradient(to bottom, #5FA828 5%, #72b352 100%);*/
	background-color:#F1641E;
	border-radius:4px;
	border:1px solid #6B2B0D;
	/*display:inline-block;*/
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:9px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #6B2B0D;
}
/*@media screen and (min-width: 1400px) {
    iframe {
        width: 100vw;
        max-width: 1368px;
        height: 100vh;
    }
}
@media screen and (max-width: 1399px) {
    iframe {
        width: calc(100vw - 62px);
        height: 100vh;
    }
}*/
.DeliveryArea{
    overflow: auto;
}
.DeliveryArea ul {
    
    float: left;
}
@media screen and (max-width: 480px) {
    .DeliveryArea ul {
        width: 100%;
    }
}
@media screen and (min-width: 481px) and (max-width: 1365px) {
    .DeliveryArea ul {
        width: 45%;
    }
}
@media screen and (min-width: 1366px) {
    .DeliveryArea ul {
        width: 30%;
    }
}
.site-footer {
    background-color: #003300;
    padding-top: 10px;
    margin: -10px;
}
.list--inline {
    padding: 10px 0;
    margin: 0;
}
.payment-icons {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.payment-icons .icon {
    height: 26px;
    width: 40px;
}
.site-footer .payment-icons li {
    padding: 5px 0;
}
.list--inline li {
    display: inline-block;
    margin-bottom: 0;
}
.payment-icons li {
    margin-left: 5px;
}
svg:not(:root) {
    overflow: hidden;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.icon__fallback-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.site-footer .body-text p {
    text-align: center;
}
.jconfirm .jconfirm-scrollpane {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.container {
    border: #003300 solid 1px;
    border-radius: 5px;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.box3 {
  /*width: 300px;*/
  margin: 50px auto;
  border-radius: 15px;
  background: #72b352;
  color: #fff;
  padding: 20px;
  text-align: center;
  /*font-weight: 900;*/
  font-family: arial;
  position: relative;
  box-shadow: 0px 10px 14px -7px #3e7327;
}

@media screen and (max-width: 480px) {
    .box3 {
        width: 200px;
    }
}
@media screen and (min-width: 481px) and (max-width: 1365px) {
    .box3 {
        width: calc(100% - 300px);
    }
}

@media screen and (min-width: 1366px) {
    .box3 {
        width: 1044px;
    }
}

.sb13:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #72b352;
  border-right: 15px solid transparent;
  border-top: 15px solid #72b352;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 0px;
}

.sb14:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #72b352;
  border-top: 15px solid #72b352;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px;
}

.saleTitle  {
    color: white;
    background: rgba(  0, 51, 0, 0.8);
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.cross {
    position: relative;
    display: inline-block;
}

.cross::before, .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.cross::before {
    border-bottom: 2px solid red;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.cross::after {
    border-bottom: 2px solid red;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}

.scene {
  /*margin: 40px 0;*/
  position: relative;
  width: 210px;
  height: 300px;
  margin: 10px auto 20px;
  perspective: 1000px;
}

.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateZ(-288px);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.carousel__cell {
  position: absolute;
  width: 190px;
  height: auto;
  left: 10px;
  top: 10px;
  border: 2px solid black;
  font-weight: bold;
  color: white;
  text-align: center;
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-content {overflow: hidden !important;}
.containerTest {
    border: #003300 solid 1px;
    border-radius: 5px;
    max-width: 500px;
}

.jconfirm-content-pane p {
    margin-block-start: 0.25em;
    margin-block-end: 0.5em;
}
#headerLogo {
    width: 100%;
}
@media screen and (max-width: 350px) {
    #headerLogo {
        content: url("../images/Long_Logo_WS_sml.png");
    }
}
@media screen and (min-width: 351px) and (max-width: 700px){
    #headerLogo {
        content: url("../images/Long_Logo_WS_med.png");
    }
}
@media screen and (min-width: 701px){
    #headerLogo {
        content: url("../images/Long_Logo_WS_lrg.png");
    }
}
@media screen and (max-height: 640px) {
    .jconfirm-content-pane {
        max-height: 100vh !important;
    }
    .jconfirm-title-c {
        padding-bottom: 7px !important;
    }
    .containerTest {
        margin-top: -30px;
    }
}
@media screen and (max-width: 320px) {
    .jconfirm .jconfirm-box {
        padding: 15px 0 0;
    }
    .jconfirm-title-c {
        margin-left: 15px;
    }
    .jconfirm-content p {
        margin-left: 15px;
    }
}
@media screen and (max-width: 480px) {
    #popupButtons {
        display: none;
    }
    .jconfirm-buttons {
        float: none !important;
        text-align: center;
    }
}
@media screen and (min-width: 481px) {
    #popupButtons {
        display: block;
    }
}
@media screen and (max-height: 640px) {
    .jconfirm-content {
        overflow-y: auto;
        max-height: calc(100vh - 170px);
    }
}