@charset "utf-8";

/* Hide Shop Addon Basket Tab */
.addon_shop-basket {
      display: none!important;
}

/* 
      Main DOM Styles 
*/

body {
	font-family: 'Open Sans', sans-serif;
      background: #FFFFFF url(images/bg-main.jpg) repeat;
}

/*
      Custom HTML Parts
*/

.cus_paw-print-left {
      position: absolute;
      width: 200px;
      height: 200px;
      left: -120px;
      top: 200px;
      object-fit: contain;
}

.cus_paw-print-right {
      position: absolute;
      width: 200px;
      height: 200px;
      right: -110px;
      top: 85%;
      object-fit: contain;
      z-index: -1;
}

/* 
      Main Body
*/

header{
      display: flex;
      justify-content: center;
      align-items: center;
	background: #FFFFFF url(images/header.jpg) no-repeat;
	background-position: center top;
	height: 241px;
}
.banner{
	display: none;
}
.wc-body{
	position: relative;
	margin-top: 40px!important;
	margin-bottom: 20px;
	width: 980px;
}
	.wc-body .wc-banner{
		display: none;
	}
	.wc-body .wc-top{
		position: relative;
		display: none;
		width: 980px;
	}
	.wc-body .wc-middle{
		width: 980px;
		overflow: visible;
	}
	.wc-body .wc-bottom{
		position: relative;
		z-index: 100;
		padding-bottom: 20px;
		margin-bottom: 0;
		width: 980px;
	}
	.wc-body .col-left{
		position: relative;
		display: inline-block;
            float: none;
		vertical-align: top;
		padding-bottom: 0;
		padding: 0;
	}
		.col-left .col-left-top{
			width: 230px;
			margin-top: 0;
			height: 0;
		}
		.col-left .col-left-mid{
			width: 230px;
			padding-bottom: 10px;
			margin-bottom: 0;
		}
		.col-left .col-left-bot{
			width: 230px;
			height: 19px;
			display: none;
		}
	.wc-body .col-right{
            display: inline-block;
            background: #FFF;
            box-shadow: 0 0 7px #dfdfdf;
		float: none;
		vertical-align: top;
		margin: 0;
            left: 50px;
	}
		.col-right .col-right-top{
			position: relative;
			height: 23px;
			width: 665px;
		}
		.col-right .col-right-mid{
			width: 665px;
		}
		.col-right .col-right-bot{
			width: 665px;
                  height: 40px;
            }
            
/* 
      Module Styles 
*/

.mod-contact{
      position: absolute;
      font-family: 'Bree Serif', serif;
	font-size: 19px;
      background: url(images/tel.png) no-repeat;
      background-position: center left;
      background-position-x: 20px;
      background-size: 30px;
      border-radius: 5px;
      text-align: left;
      color: #000000;
      padding: 15px;
      width: 260px;
      margin-top: -290px;
	left: 660px;
}
	.mod-contact div{
		position: relative;
            height: 100%;
            padding-left: 50px;
		left: 0;
	}
	.mod-contact div b{
		font-weight: normal;
		color: #000000;
      }
      
.mod-social{
	text-align: right;
	left: 50px;
	top: -125px;
	padding: 8px;
	border-radius: 0;
	z-index: 100;
}
	.mod-social a{
		text-align: center;
		display: inline-block;
		color: #FFF;
		padding: 10px;
		font-size: 18px;
		font-weight: bold;
		height: 15px;
		width: 15px;
		margin: 0 3px 0 0;
		background: #FCA74A;
            border-radius: 50%;
            line-height: 8px;
	}
	.mod-social a:last-child{
		margin-right: 0;
	}
	.mod-social a:hover{
		background: #604240;
	}
	.mod-social img{
		display: none;
	}
.mod-logo{
      display: none;
}
	.mod-logo .ml-top{
	}
	.mod-logo .ml-mid{
	}
	.mod-logo .ml-bot{
      }
      
/*
      Main Menu Styling
*/

.mod-menu{
	position: relative;
	font-weight: bold;
	margin-bottom: 60px;
	width: 230px;
	z-index: 100;
}
	.mod-menu .mm-top{
	}
	.mod-menu .mm-mid{
	}
	.mod-menu .mm-bot{
	}
	.mod-menu .main{
	}
	.mod-menu .main >li{
            font-family: 'Bree Serif', serif;
		position: relative;
		width: 230px;
		height: 40px;
		font-size: 16px;
            text-align: center;
            margin-bottom: 7px;
		z-index: 1;
	}
	.mod-menu .main li:last-child{
		margin-bottom: 0px;
	}
	.mod-menu .main >li a{
		display: block;
		height: 30px;
		font-weight: normal;
            background: url(images/btn-cold.png) no-repeat;
            color:#fff;
            text-shadow: 0px 0px 5px rgba(41, 41, 41, 0.7);
	}
	.mod-menu .main >li a:hover{
            background: url(images/btn-hot.png) no-repeat;
	}
	.mod-menu .main >li .hot{
            background: url(images/btn-hot.png) no-repeat;
      }
		.mod-menu .main >li a span{
			position: relative;
			top: 2px;
            }
            
      /*
            Sub Menu Styling
      */
      
	.mod-menu .sub{
            font-family: 'Bree Serif', serif;
            border-top: 5px solid #ffff;
		position: relative;
            width: 230px;
            margin-top: -5px;
		margin-bottom: 10px;
      }
            .mod-menu .sub:before{
                  content: '';
                  display: block;
                  position: absolute;
                  width: 31px;
                  height: 26px;
                  top: -13px;
                  left: 50%;
                  transform: translateX(-50%);
                  background: url(images/drop-triangle.png) no-repeat;
                  z-index: 1;
            }
		.mod-menu .sub .sub-top{
			background: url(images/drop-top.png) no-repeat;
			height: 19px;
		}
            .mod-menu .sub .sub-mid{
                  background: url(images/drop-mid.png) repeat-y;
		}
		.mod-menu .sub .sub-bot{
                  background: url(images/drop-bot.png) no-repeat;
                  height: 19px;
		}
		.mod-menu .sub li{
                  position: relative;
		}
		.mod-menu .sub li a{
			position: relative;
			box-sizing: border-box;
			display: inline-block;
			color: #ffff;
			font-size: 14px;
			font-weight: normal;
			text-align: center;
			width: 100%;
		}
		.mod-menu .sub li:first-child a span{
		}
		.mod-menu .sub li:last-child a span{
		}
		.mod-menu .sub li a span{
		}
			.mod-menu .sub li:last-child a{
				border: none;
			}
		.mod-menu .sub li span:hover{
		}
		.mod-menu .sub li span.hot{
                  padding-bottom: 3px;
                  border-bottom: 2px solid #F6AC48;
            }
		.mod-menu .sub li span >.arrow{
			display: none;
		}
.mod-box{
      font-family: 'Bree Serif', serif;
	position: relative;
	width: 230px;
	border: 0;
      margin-bottom: 10px;
      overflow: visible;
}
	.mod-box .mb-top{
            position: relative;
		width: 230px;
		height: 50px;
            box-sizing: border-box;
            background-color: #F7AB49;
      }
            .mod-box .mb-top::before {
            }

	.mod-box .mb-mid{
		position: relative;
		width: 230px;
		background-color: #fff;
		box-sizing: border-box;
	}
	.mod-box .mb-bot{
            height: 0;
            margin-bottom: 30px;
	}
	.mod-box .title{
		position: absolute;
		box-sizing: border-box;
		font-weight: normal;
            font-size: 17px;
            width: 100%;
            text-align: center;
            color:#fff;
            text-shadow: 0px 0px 5px rgba(41, 41, 41, 0.7);
		top: -45px;
	}
	.mod-box .title div{
		height: 17px;
            position: relative;
            width: 100%;
		top: 0;
	}
	.mod-box .main{
		padding: 20px;
            font-size: 14px;
            color: #463B25;
            font-weight: normal;
            border: 2px solid #F7AB49;
	}
	.mod-box .col01{
		width: 60px;
	}
	.mod-box .col02{
	}
	.mod-box .list-item{
	}
.mod-page{
	position: relative;
	margin-top: 0;
	padding-top: 15px;
}
footer{
      background-color: #F7AB49;
      height: 226px;
}
      .footer-logos-wrapper {
            position: relative;
            text-align: right;
            top: 70px;
      }
.wc-copyright{
	position: relative;
	color: #fff;
	width: 970px;
	font-size: 15px;
	padding: 0;
	margin: 0;
	top: 220px;
	z-index: 100;
}
