@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: #FCF2E8;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

/*Custom HTML Parts*/

.cus_tyre-mark {
      background: url(images/tyre-tread.png);
      background-repeat: no-repeat;
      width: 1000px;
      height: 600px;
}

/* Main Body */

.header{
	background: #FCF2E8 url(images/header.jpg) no-repeat;
	background-position: center top;
	height: 317px;
}
.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;
            margin-top: -275px;
		padding: 0;
	}
		.col-left .col-left-top{
			width: 230px;
			margin-top: 0;
			height: 20px;
			display: none;
		}
		.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;
		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: 'Open Sans', sans-serif;
	font-size: 15px;
      background: rgba(0, 0, 0, 0.5) url(images/tel.png) no-repeat;
      background-position: center left;
      background-position-x: 20px;
      background-size: 30px;
      border-radius: 5px;
      text-align: left;
      color: #fff;
      padding: 15px;
      width: 250px;
	left: 660px;
	top: -360px;
}
	.mod-contact div{
		position: relative;
            height: 100%;
            padding-left: 45px;
		left: 0;
	}
	.mod-contact div b{
		font-weight: normal;
		color: #FFF;
	}
.mod-social{
	text-align: right;
	left: 360px;
	top: -185px;
	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: #914429;
            border-radius: 50%;
            line-height: 10px;
	}
	.mod-social a:last-child{
		margin-right: 0;
	}
	.mod-social a:hover{
		background: #414042;
	}
	.mod-social img{
		display: none;
	}
.mod-logo{
      margin-bottom: 30px;
}
	.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{
		margin: 0 0 30px 0;
	}
	.mod-menu .main{
	}
	.mod-menu .main >li{
            font-family: 'Belgrano', serif;
		position: relative;
		width: 230px;
		height: 45px;
		font-size: 15px;
            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;
            color: #463B25;
            border-radius: 5px;
            background: url(images/btn-cold.png) no-repeat;
	}
	.mod-menu .main >li a:hover{
            background: url(images/btn-hot.png) no-repeat;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	}
	.mod-menu .main >li .hot{
            background: url(images/btn-hot.png) no-repeat;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	}
		.mod-menu .main >li a span{
			position: relative;
			top: 5px;
		}
	/*Sub Menu Styling*/
	.mod-menu .sub{
		position: relative;
            width: 225px;
            margin-top: -10px;
		margin-bottom: 10px;
		left: 3px;
		z-index: 0;
	}
		.mod-menu .sub .sub-top{
			background: url(images/drop-top.png) no-repeat;
			height: 24px;
		}
            .mod-menu .sub .sub-mid{
		}
		.mod-menu .sub .sub-bot{
		}
		.mod-menu .sub li{
                  background-color: #FDBB4F;
		}
		.mod-menu .sub li a{
			position: relative;
			box-sizing: border-box;
			display: inline-block;
			color: #463B25;
			font-size: 14px;
			font-weight: normal;
			text-align: left;
			padding: 1px 0 1px 0;
			width: 100%;
		}
		.mod-menu .sub li:first-child a span{
		}
		.mod-menu .sub li:last-child a span{
		}
		.mod-menu .sub li a span{
			display: block;
			padding: 5px;
			padding-left: 15px;
		}
			.mod-menu .sub li:last-child a{
				border: none;
			}
		.mod-menu .sub li span:hover{
                  background-color: #FD9C4F;
		}
		.mod-menu .sub li span.hot{
                  background-color: #FD9C4F;
		}
		.mod-menu .sub li span >.arrow{
			display: none;
		}
.mod-box{
      font-family: 'Belgrano', 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: #FD9C4F;
      }
            .mod-box .mb-top::before {
                  position: absolute;
                  content: '';
                  width: 100%;
                  height: 25px;
                  background-image: url(images/bike.png);
                  background-size: contain;
                  background-repeat: no-repeat;
                  background-position: top center;
                  top: -10px;
                  z-index: 99;
            }

	.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: 16px;
            width: 100%;
            text-align: center;
		color:#463B25;
		top: -40px;
	}
	.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 #FD9C4F;
	}
	.mod-box .col01{
		width: 60px;
	}
	.mod-box .col02{
	}
	.mod-box .list-item{
	}
.mod-page{
	position: relative;
	margin-top: 0;
	padding-top: 15px;
}
footer{
      background-image: url(images/footer.jpg);
      background-repeat: no-repeat;
      background-position: top center;
      height: 226px;
}
      .footer-logos-wrapper {
            position: relative;
            top: 130px;
            display: flex;
            align-items: center;
      }
      .footer-logos-wrapper img {
            margin-right: 20px;
      }
.wc-copyright{
	position: relative;
	color: rgb(45, 45, 45);
	width: 910px;
	font-size: 12px;
	padding: 0;
	margin: 0;
	top: 220px;
	z-index: 100;
}
