/*!
Theme Name: CBD
Theme URI: https://www.cbwebsitedesign.co.uk/
Author: Creative Brand Design
Author URI: https://www.cbwebsitedesign.co.uk/
Description: Creative Brand Design
Version: 5.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cbd
*/



#menuWheel .menu {
  height: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  z-index: 2;
}

@media all and (max-width: 320px) {

}
@media all and (min-width: 700px) {

}
#menuWheel .menu li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#sector);
  /* try this one in Chrome/Opera/Safari */
  clip-path: polygon(50% 50%, 210% 12%, 54% 0%);
  /* background: #b48e8e8c; */
  transition: 0.3s;
}
#menuWheel .menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
#menuWheel .menu li a{
  transition: 0.3s;
}
#menuWheel .menu li:hover {
  background-color: #C8202F !important;
}
#menuWheel .menu li:hover span{
  color: #FFF;
}
#menuWheel .menu li:hover img{
  filter: invert(84%) sepia(1%) saturate(1357%) hue-rotate(193deg) brightness(223%) contrast(130%);
}
#menuWheel  .menu li:nth-child(1) {
  background-color: transparent;
  transform: rotate(30deg);
  z-index: 1;
}
#menuWheel  .menu li:nth-child(1) .icon{

transform: rotate(-31deg);

right: 14%;

top: 19%;
}

#menuWheel .menu li:nth-child(2) {
  background-color: transparent;
  transform: rotate(-42deg);
  z-index: 1;
}
#menuWheel .menu li:nth-child(2) .icon{

right: 16%;

top: 16%;
}

#menuWheel .menu li:nth-child(3) {
  background-color: transparent;
  transform: rotate(-114deg);
}
#menuWheel .menu li:nth-child(3) .icon{

transform: rotate(114deg);

right: 18%;

top: 16%;
}

#menuWheel .menu li:nth-child(4) {
  background-color: transparent;
  transform: rotate(-186deg);
}
#menuWheel .menu li:nth-child(4) .icon{

transform: rotate(186deg);

right: 15%;

top: 18%;
}

#menuWheel .menu li:nth-child(5) {
  background-color: transparent;
  transform: rotate(-258deg);
}
#menuWheel .menu li:nth-child(5) .icon{
  
transform: rotate(257deg);
  
right: 17%;
  
top: 17%;
}

#menuWheel .icon {
  position: absolute;
  /* exact values here depend on what you are placing inside the items (icon, image, text, etc.) */
  right: 12%;
  top: 21%;
  /* make sure it it rotated enough; angle of rotation = angle of the sector itself */
  transform: rotate(42deg);
  /* style further as needed */
  color: #0c495a;
  font-size: 25px;
  width: 22%;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menuWheel img{
  width: auto;
  height: auto;
  object-fit: contain;
  animation: none;
}
#menuWheel .icon img{
  margin-bottom: 1rem;
}
@media screen and (max-width: 1900px) {
  .wheel-wrapper{
      transform: scale(0.55) translateX(0%) translateY(0%);
  }
}
@media screen and (max-width: 991px) {
  .wheel-wrapper{
    transform: scale(0.35) translateY(-95%) translateX(-90%);
    margin: auto;
  }
  .wheel-block .hero-image-block{
    width: 24rem;
  }
}

@media screen and (max-width: 480px) {
  .wheel-wrapper{
    transform: scale(0.3) translateX(-117%) translateY(-112%);
  }
  .wheel-block .hero-image-block {
    width: 22rem;
  }
}

.wheel-wrapper{
  display: inline-flex;
  position: relative;
  text-align: center;
  width: auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 50px rgb(0 0 0 / 7%);
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
#menuWheel .wheel{
  width: auto;
  margin: auto;
  z-index: 1;
  position: relative;
  transform: scale(1.05) rotate(17deg);
}
#menuWheel .wheel path{
  transition: 0.3s;
}
#menuWheel .wheel path:hover{
  fill: #C8202F !important;
}
.wheel-wrapper:after{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #E8E8E8;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#menuWheel .wheel__logo{
  width: 350px;
  height: 350px;
  background: #fff;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fancybox__thumbs{
	display: none;
}
.hero-image-wheel{
	padding: 3rem 2rem;
	padding-left: 7vw;
}

.wheel-block .hero-content{
	display: flex;
	justify-content: center;
}
.wheel-block .hero-image-wheel{
	padding-left: 2rem;
}

.table-header {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 20px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(112, 112, 112, 0.3);
	line-height: 1.2;
	font-weight: 900;
}

.title-block.bold-title {
	font-weight: 900;
}

@media screen and (max-width: 991px) {
	.wheel-block .hero-image-block{
		/* height: auto; */
	}
}

.followup-checkout {
	display:none;
}

.woocommerce .remove {
	font-size: 30px !important;
}