
/* font-family: 'Against History'; */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-white);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 20px 0;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.section-header p {
  margin: 0 auto;
  color: var(--color-secondary-light);
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}
.h-tp{
  background-color: var(--color-secondary-next);
}
.search-pannl{
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  outline: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
::placeholder {
  color: #000;
}
.search-pannl::placeholder {
    color: #fff;
}
.ct-icon{
  margin-right: 5px;
  color: #fff;
}
.ct-info a {
  font-size: 13px;
  margin-right: 10px;
  letter-spacing: 1px;
}
.search-icon{
  color: #fff;
  margin-right: 5px;
}
.head-divider{
  background: #fff;
  border: none;
  height: 1.7em;
  margin: 0 1.5625vw;
  min-width: 1px;
  opacity: .25;
  width: 0.063em;
}
.acc-btn{
  color: #fff;
  font-size: 13px;
  background: transparent;
  letter-spacing: 1px;
}
.acc-btn:hover{
  background: hsla(0,0%,100%,.1);
  color: #fff;
}
.cart-icn{
  margin-right: 8px;
}
.cart-count{
  width: 25px;
  height: 25px;
  background: var(--color-purple);
  text-align: center;
  border-radius: 50%;
  line-height: 24px;
  color: var(--color-links);
  margin-top: 5px;
}
.head-bt{
  background-color: var(--color-links);
  position: relative;
}
.text-ct {
  color: var(--color-black);
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.text-ct:hover{
  color: var(--color-purple) 
}
.navbar>ul>li>a>i{
  color: var(--color-black);
}
.header .btn-getstarted, .header .btn-getstarted:focus{
  background: var(--color-purple) !important;
}
.logo-img{
  position: relative;
}
/*.logo-img:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #fff;*/
/*    width: 355px;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    left: -50px;*/
/*    transform: skew(39deg, 0deg);*/
/*}*/
/*.logo-img:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #480032;*/
/*    width: 8px;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    top: 0;*/
/*    left: 290px;*/
/*    transform: skew(39deg, 0deg);*/
/*}*/
.navbar{
  position: static;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(var(--color-secondary-rgb), 0.05);
  min-height: 40px;
  margin-top: 76px;
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary-light);
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: var(--color-purple);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--color-white);
  line-height: 0;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
}

.header.sticked {
  background: var(--color-white);
  box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
  position: fixed;
  width: 100%;
  top: 0;
}

.header .logo img {
    max-height: 100%;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    max-width: 251px;
}

.header .logo h1 {
  font-size: 32px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
  font-weight: 500;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  font-size: 16px;
  color: var(--color-white);
  padding: 8px 23px;
  border-radius: 4px;
  transition: 0.3s;
  font-family: var(--font-secondary);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--color-white);
  background: rgba(var(--color-primary-rgb), 0.85);
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 10px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--color-secondary-dark-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--color-purple);
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown a:hover:before,
  .navbar .dropdown:hover>a:before,
  .navbar .dropdown .active:before {
    visibility: hidden;
  }

  .navbar .dropdown a:hover,
  .navbar .dropdown .active,
  .navbar .dropdown .active:focus,
  .navbar .dropdown:hover>a {
    color: var(--color-white);
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: 0.3s;
    filter: drop-shadow(0 4px 4px rgba(0,0,0,.25));
  }

  .navbar .dropdown ul li {
    min-width: 90px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(var(--color-white-rgb), 0.5);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-purple);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .navbar .megamenu {
    position: static;
  }

  .navbar .megamenu ul {
    right: 0;
    padding: 0px;
    display: flex;
    justify-content: center;
    height: 50px;
  }

  .navbar .megamenu ul li {
    /* flex: 1; */
  }

  .navbar .megamenu ul li a,
  .navbar .megamenu ul li:hover>a {
    color: #000;
    background: none;
  }

  .navbar .megamenu ul li a:hover,
  .navbar .megamenu ul li .active,
  .navbar .megamenu ul li .active:hover {
    color: var(--color-purple);
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1278px){
  .nav-bar{
    position: relative !important;
  }
}

@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    background:#fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-white);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-toggle {
    display: block !important;
    color: #000;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: relative;
    /*top: 20px;*/
    z-index: 99999;
    /*right: 20px;*/
  }

  .mobile-nav-toggle.bi-x {
    color: var(--color-white);
  }

  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(var(--color-secondary-rgb), 0.8);
    z-index: 9996;
  }
}
/* customized dropdown menu  */
.mega-menu{
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  /* height: 100%; */
  opacity: 0;
  background: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
  display: none;
}
#navbar>ul>li:hover .mega-menu {
  display: block;
  opacity: 1 !important;
  padding-top: 20px;
  padding-bottom: 20px;

}
.mega-menu>.maga-wrap>.row {
  margin: 0px;
  display: flex;
  align-items: center;
}
.navbar>ul>li{
  white-space: inherit;
}
.custom-btn{
  display: block !important;
    padding-top: 8px !important;
    background: #ed145b;
    width: 170px;
    height: 42px;
    text-align: center;
    margin: auto;
    color: #fff !important;
    letter-spacing: 1px;
    border-radius: inherit;
  transition: 0.5s ease;
}
.custom-btn:hover{
  background: #000;
}
/* end */

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/

/* banner wrap css */
.banner-wrap {
    background-image: url(../img/all-kit-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: auto;
    width: auto;
    background-position: top;
    padding-bottom: 126px;
    min-height: 638px;
}

.banner-text {
	padding-top: 50px;
	max-width: 500px;
	color: #fff;
	display: none;
}
.banner-text h1{
  font-size: 48px;
  margin: 0px;
}
.banner-text span {
  font-family: 'Against History';
  color: #cd180d;
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  margin-top: -18px;
}

.banner-text p {
	color: #ffffff;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 29.17px;
}

.primary-btn {
  background-color: #a10035;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  border-radius: 0px;
  letter-spacing: 2px;
  padding: 10px 14px;
  transition: 1s ease;
}
.primary-btn:hover{
  background-color: #000;
  color: #fff;
}
/* end */

/* about css */
.about-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-img img{
  width: 100%;
}
.content-title {
	position: relative;
}

.content-title h4 {
	margin-left: 82px;
  color: #5f001f;
	font-size: 17px;
	font-weight: 500;
	line-height: 26.16px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.content-title h4:before {
	content: "";
	background-color: #5f001f;
	width: 71px;
	height: 4px;
	position: absolute;
	bottom: 10px;
	left: 43%;
}

.about-info h2 {
  margin-bottom: 15px;
  font-size: 35px;
}

.about-info p {
	color: #403e3e;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 15px;
	word-spacing: 2px;
}

.about-service {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 0 20px 4px rgba(82, 82, 82, 0.1);
}

.about-serv-info h3 {
	font-size: 20px;
	line-height: 26.59px;
  font-weight: 600;
}

.about-serv-info p {
	color: #403e3e;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 25px;
	margin-bottom: 0px;
}

.about-icon i {
    background: #a10035;
    padding-top: 8px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-right: 30px;
    color: #fff;
    font-size: 28px;
    display: block;
}
.cl-nx{
  color: #a10035;
  font-weight: 700;
  text-transform: uppercase;
}
/* end */
/* start wwd sec */
.wwd-box{
    margin-bottom: 18px;
}
.wwd-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f7dad8;
}
.wwd-img{
    height: 250px;
    position: relative;
    overflow: hidden;
}
.wwd-box img {
	width: auto;
    height: auto;
    max-width: 100%;
}
.wwd-text h2{
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 700;
}

.wwd-info {
	padding: 15px;
	background: #f7dad8;
	position: relative;
}

.wwd-info:before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 101%;
	height: 100%;
	background: #f7dad8;
	transform: skew(0deg, -14deg);
}

.wwd-info>div {
	background: #fff;
	position: relative;
	z-index: 1;
	margin-top: -55px;
}

.wwd-info>div:before {
	content: "";
	position: absolute;
	top: -65px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: skew(0deg, -14deg);
}

.wwd-info>div:after {
	content: "";
	position: absolute;
	top: -65px;
	left: 0;
	width: 100%;
	height: 10px;
	background: #a10035;
	transform: skew(0deg, -14deg);
}

.wwd-info>div>div {
	position: relative;
	z-index: 1;
	padding: 10px 20px 18px;
}

.wwd-info h4 {
	font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.serv-title h4{
  margin-left: 48px;
  text-align: center;
}
.serv-title h4:before{
  content: "";
  width: 42px;
}
.ct-buttn{
  position: absolute;
  bottom: 12px;
  right: 0;
  background: #a10035;
  width: 55px;
  height: 30px;
  padding-top: 4px;
  text-align: center;
}
.vt-buttn i{
  color: #fff;
}
.inner-text h4 a{
  color: #480032;
  transition: 0.5s ease;
}
.inner-text h4 a:hover{
  color: #cd180d;
}
.inner-text p{
  margin-bottom: 42px;
}
.ct-buttn:after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 0% 0, 100% 100%, 0 100%);
  height: 42px;
  width: 20px;
  left: -19.5px;
  bottom: -12px;
  transform: rotateY(162deg);
  background: #a10035;
}
.ct-buttn:before {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 100%;
  height: 12px;
  background: #f7dad8;
  left: 0;
}
.cate-item {
    padding: 0px 12px;
}
.ct-buttn a:hover{
  color: #fff;
}
/* end */

/* wcu css */
.wcu-sec {
	padding-top: 50px;
	padding-bottom: 50px;
}

.choose-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 0 20px 4px rgba(82, 82, 82, 0.1);
  padding: 26px 0px;
  margin-right: 25px;
}

.choose-icon i{
    background: #a10035;
    border: 8px solid #fff;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    padding: 8px 8px;
    box-shadow: 0 0 20px 4px rgba(82, 82, 82, 0.1);
    margin-right: 12px;
    color: #fff;
    display: block;
    font-size: 20px;
}
.wcu-serv {
	margin-bottom: 6px;
  box-shadow: inherit;
}
.wcu-icon {
    margin-right: 14px;
    margin-left: -68px;
    background: #fff;
    box-shadow: 0 0 20px 4px rgba(82, 82, 82, 0.1);
    padding: 8px;
    width: 80px;
    height: 60px;
    text-align: center;
    padding-top: 3px;
}
.wcu-icon i{
    font-size: 35px;
    color: #a10035;
}

.wcu-icon img{
  background: transparent;
  border-radius: inherit;
}
/* end */

/* start contact css */
.contact-wrap {
    background-image: url(../img/contact11.png);
    background-position: top center;
    background-size: 100% 350px;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-box {
    width: 50%;
    color: #fff;
    padding: 20px;
    background-color: #fff;
    margin: auto;
    box-shadow: 0px 13px 45px -15px black;
}

.form-box input {
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    background-color: rgb(255 255 255 / 81%);
    border: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
}

.form-box textarea {
	width: 100%;
	padding: 14px;
    background-color: rgb(255 255 255 / 81%);
    font-size: 14px;
    letter-spacing: 1px;
    margin: 10px 0px;
    height: 60px;
    border: 0px;
    border-bottom: 1px solid #ccc;
}

.form-box .form-control{
    background-color: rgb(255 255 255 / 81%);
    border: 0px;
    padding: 10px;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 10px 0px;
    border-bottom: 1px solid #ccc;
}

.ct-white h4 {
	color: #000;
}

.ct-white h4:before {
	content: "";
	background-color: #000;
	width: 71px;
	height: 4px;
	position: absolute;
	bottom: 10px;
	left: 0px;
}

.form-box p {
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
}
.form-btn{
  display: block;
  margin: auto;
  border: none;
  outline: none;
  padding: 12px 32px;
  letter-spacing: 2px;
  border-radius: 4px;
  background: #a10035;
  color: #fff;
  margin-top: 15px;
  transition: 1s all;
}
.form-btn:hover{
  background: #000;
  color: #fff;
}
.fm-head{
    color: #000;
    font-family: fantasy;
}
/* end */

/* start vision sec */
.product-sec {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f7dad8;
	background-image: url('../img/pd-bg.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50%;
}
.product-sec .container {
	max-width: 1075px;
}
.pd-inner-text p {
  margin-bottom: 15px;
}
.pd-info>div{
  margin-top: -20px;
}
.pd-title h4:before{
  content: "";
  position: absolute;
  left: 41%;
}

/* end */

/* testimonial-bar */
.testimonial-bar {
	padding: 60px 0px 65px;
	background: url(../img/map.png)no-repeat center/cover;
	overflow: hidden;
}

.testimonial-bar h2 {
	font-weight: 600;
	text-align: center;
	color: #000000;
	margin-bottom: 55px;
}

.testimonial-slider .slick-arrow {
	display: none !important;
}

.testimonial-slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.testimonial-slider .slick-dots li {
	margin: 0px 5px;
}

.testimonial-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #000000;
	text-indent: -999999px;
	border: 0px;
	border-radius: 10px;
	padding: 0;
	position: relative;
}

.testimonial-slider .slick-dots li.slick-active button {
	background: #cd180d;
}

.testimonial-slider .slick-dots li.slick-active button:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 20px;
	height: 20px;
	border: solid 2px #cd180d;
	border-radius: 20px;
}

.testimonial-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}

.testimonial-slider .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

.testimonial-slider .slick-list {
	padding-bottom: 80px;
}

.testimonial-panel {
	position: relative;
	text-align: center;
	padding: 30px 25px 60px;
	min-height: 246px;
	box-shadow: 0 0 20px 4px rgba(82, 82, 82, 0.1);
	background: #ffffff;
}

.testimonial-panel p {
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.92px;
	padding-bottom: 0;
}

.testimonial-panel i.img {
	margin-bottom: 20px;
	display: inline-block;
}

.testimonial-panel i.img img {
	display: inline-block;
	width: 69px;
	height: 69px;
	border-radius: 100%;
}

.testimonial-panel .nm {
	position: absolute;
	bottom: -15px;
	left: 0;
	display: inline-block;
	width: 200px;
	height: 50px;
	background-color: #a10035;
	line-height: 50px;
	color: #fff;
}

.testimonial-panel .nm:after {
	content: "";
	position: absolute;
	top: 0;
	right: -23px;
	width: 100px;
	height: 100%;
	background-color: #a10035;
	transform: skew(40deg, 0deg);
}

.testimonial-panel .nm:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -44px;
	width: 28px;
	height: 15px;
	background-color: #a10035;
}

.testimonial-panel .nm span {
	position: relative;
	display: inline-block;
	z-index: 9;
}

.testimonial-panel .nm span:before {
	content: "";
	position: absolute;
	top: 22px;
	right: 110%;
	width: 35px;
	height: 3px;
	background: #ffffff;
}
.testimonial-slider li{
  list-style: none !important;
}
.tagline-1 {
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	text-transform: uppercase;
	letter-spacing: 0.67px;
	line-height: normal;
}
.top-title {
  text-align: center;
}
.top-title .tagline-1 {
	display: inline-block;
	color: #a10035;
	position: relative;
}
.top-title span:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 105%;
    width: 60px;
    height: 5px;
    background-color: #a10035;
}
.top-title span:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 105%;
    width: 60px;
    height: 5px;
    background-color: #a10035;
}
/* end */

/* footer part */
#footer-part .container {
	max-width: 1230px;
	width: 100%;
}

.footer-top {
    padding-top: 50px;
    padding-bottom:50px;
    background: #222;
    border-bottom: 1px solid #333;
}

.footer-top .logo {
    /* background: #fff; */
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    max-width: 290px;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}
.footer-top .logo img{
    max-width: 250px;
}

.footer-top .logo a {
	position: relative;
	z-index: 99;
}

/*.footer-top .logo:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: -50px;*/
/*	width: 10px;*/
/*	height: 100%;*/
/*	background: #fff;*/
/*	transform: skew(39deg, 0deg);*/
/*}*/

/*.footer-top .logo:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: -30px;*/
/*	width: 1000px;*/
/*	height: 100%;*/
/*	background: #fff;*/
/*	transform: skew(39deg, 0deg);*/
/*}*/

.footer-top p {
    max-width: 365px;
    width: 100%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 15px;}

.footer-top .social-ul {
	display: flex;
	align-items: center;
}

.footer-top .social-ul li a {
	color: #ffffff;
}

.footer-top .social-ul li {
	margin-right: 18px;
	position: relative;
}

.footer-top .social-ul li:after {
	content: "";
	width: 1px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 0;
	right: -10px;
}

.footer-top .social-ul li:last-child:after {
	display: none;
}

.footer-bottom {
    background: #222;
    padding: 11px 0px;
}

.footer-bottom p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 28.04px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.footer-top h5 {
    padding-top: 125px;
    color: #acadad;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.social-ul li{
  list-style: none;
}
.footer-top .list-ul li,
.footer-top .list-ul li a {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
}

.list-ul {
	padding: 0;
	margin: 0;
}

.list-ul li,
.list-ul li a {
	font-size: 16px;
	font-weight: 400;
    line-height: 25px;
	text-decoration: none;
	display: flex;
	align-items: baseline;
}

.list-ul li i,
.list-ul li a i {
	margin-right: 10px;
}

.list-ul-links li a {
	position: relative;
	padding-left: 20px;
	transition: 0.5s ease;
}

.list-ul-links li a:hover {
	 color: #ed145b;
}

.list-ul-links li a:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 12px;
	height: 20px;
	background: url(../images/arrow.svg)no-repeat center;
}
/* end */

/* start customized sec css */
/* start step 1 */
.kit-step{
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--background-color);
}
.kit-item {
  display: flex;
  justify-content: space-between;
}
.kit-builder {
  position: relative;
}
.kit-builder:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
.step-kit{
  position: relative;
  background: var(--background-color);
  z-index: 1;
}
.step1 span{
  display: block;
  padding: 0px 10px;
  font-weight: 800;
  letter-spacing: 1px;
  background: #fff;
}
.pd-quantity,.pd-categ,.custom-cate {
  padding: 24px 0px;
  border-bottom: 1px solid #ccc;
}
.step-head{
  font-size: 22px;
  font-weight: bold;
  line-height: 42px;
}
.step-title{
  margin-bottom: 10px;
  display: block;
}
.qutantity-box #minum-qty{
  padding: 17px 10px;
  font-size: 16px;
  max-width: 100px;
  font-weight: 700;
  color: #b30564;
  border: 1px solid #ccc;
}
article {
  position: relative;
  width: 140px;
  height: 100px;
  margin: 5px;
  display: inline-block;
  border: 2px solid #50bcf2;
  box-sizing: border-box;
}

article div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: .5s ease;
}

article input {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 100px;
  opacity: 0;
  cursor: pointer;
}

input[type=checkbox]:checked ~ div {
  background-color: #50bcf2;
}


.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card input[type="radio"] {
  display: none;
}
.card label {
  cursor: pointer;
}
.card input[type="radio"]:checked + label {
  border: 2px solid #480032;
  margin: 0px;
  padding: 5px;
  border-radius: 5px;
}
.kit-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.kit-items span {
  display: block;
}
.kit-title{
  letter-spacing: 2px;
}
.kit-items-new{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; 
  position: relative;
}
.kit-items-new span {
    display: block;
    font-size: 14px;
    text-align: left;
}
.kit-inner-img {
    margin-right: 10px;
}
.kit-box-inner{
  background: #eeee;
  padding: 16px;
  position: sticky;
  top: 50px;
}
.kit-box h2{
  font-weight: 700;
  letter-spacing: 1px;
}
.kit-pd-item h2{
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  margin: 24px 0px;
}
.kit-btn{
  background: #000;
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
}
.kit-btn:hover{
 color: #fff;
 background-color: #a10035;
}
.card img{
  width: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.card-text{
  text-align: center;
  margin-bottom: 0px;
  padding: 12px;
}
.card-text span{
  display: block;
}
.kit-items span img{
  width: 60px;
}
.kit-items-new span img{
  width: 60px;
}
.stick{
  position: sticky;
  top: 50px;
}

.hover-ed{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00000094;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    opacity: 0;
}
.kit-items-new:hover .hover-ed {
    opacity: 1;
}
.in-bt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #a10035;
    width: 90px;
    height: 30px;
    text-align: center !important;
    padding-top: 2px;
    border-radius: 3px;
}
.ed-bt{
    font-size: 18px;
    text-transform: capitalize;
    color: #fff !important;
    letter-spacing: 1px;
}
.crinkle-tx{
    font-size: 14px;
    text-align: left;
}
.category-bd {
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 20px;
}
.category-bd span{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    display: block;
    color: #a10035;
}
.categ-view{
    border-color: #a10035;
    color: #a10035;
}
.categ-view:hover{
    background-color: #a10035;
    border-color: #a10035;
    color: #fff;
}
/* end step 1 css */

/* start step 2 */
.button {
  position: relative;
  margin: 0 5px 0 0;
  width: 80px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
}

.button label,
.button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.button input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
  cursor: pointer;
}

.button input[type="radio"]:checked + label {
    background: #000;
    border-radius: 4px;
    border: none;
    color: #fff;
}

.button label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
}
/* end step 3 */

/* final step css */
.ship-text h3{
  font-weight: bold;
}
#ship-info-main {
  padding-left: 12px;
  padding-bottom: 18px;
}
.ship-text{
  margin-bottom: 15px;
}
.ship-info-forminput input[type=text],.CtFormEmail input[type=Email], .CtForm-additional-info textarea{
  width: 100%;

}
.ship-info-forminput{
  margin-bottom: 20px;
}
.ship-info-forminput input,textarea {
    width: 100%;
    padding: 12px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    background: transparent;
}
.ct-form-btn{
  overflow: hidden;
  background: #a10035 !important;
  border: none !important;
  color: #fff!important;
  letter-spacing: 0;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  text-align: center;
  width: 170px;
  height: 40px;
}
.ct-form-btn:hover{
  background: #000;
}
.kit-total{
  border-top: 1px solid #000;
}
.kit-item-tt {
  padding-top: 15px;
}
/* end final step */
/* end */

/* start kitbuilder css */
.build-btn{
  background: #52ad00;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px 18px;
}
.build-btn:hover{
  background: #a10035;
  color: #fff;
}
.sec-build-btn{
  background: #f5f5f5f5;
  color: #000;
}
.sec-build-btn:hover{
  background: #f5f5f5f5;
  color: #000;
}
.kitbuild-bg{
  background-image: url('../img/ct-bh.jpg');
  background-size: 100%;
}
.build-tt h2{
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 2px;
}
.build-tt img{
  width: 100px;
}
/* end */

/* all products css */
.inner-sec{
  padding: 0px;
}
.inner-sec .container-fluid{
padding: 0px;
}
.inner-banner {
  position: relative;
}
.inner-bann-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner-bann-text h2{
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ffff;
}
.inner-banner img{
  width: 100%;
}
.breadcrumb-sec{
  padding: 20px 0px;
}
.breadcrumb {
  padding: 20px 10px;
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.breadcrumb a{
  color: #000;
  font-weight: 500;
}
.breadcrumb-item.active {
  color: #a10035;
}
/* end */
/* start all pd box css */
.all-pd-wrap{
  padding: 20px 0px;
}
.filter-head{
  /*display: flex;*/
  /*justify-content: space-between;*/
  margin-bottom: 18px;
}
.click-btn i{
  color: #000;
  cursor: pointer;
}
.filter-title{
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0px;
}
.all-filter{
  display: none;
}
.radio {
  margin: 0.5rem;
}
.radio label{
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #480032;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #480032;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.sort-by ul{
  padding: 12px;
  background: #f5f5f5f5;
}
.cl-bg{
  padding: 12px;
  background: #f5f5f5f5;
}
.sort-by li{
  list-style: none;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-size: 14px;
}
.sort-by li a{
  color: #000;
  transition: 0.5s ease;
}
.sort-by li a:hover{
  color: #cd180d;
}

.pd-text {
  padding: 10px 12px 10px 10px;
}

.pd-text img {
  width: 100px;
  display: block;
}

.pd-img {
    height: 220px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.pd-img img {
    width: auto;
    /* object-fit: cover; */
    /* max-height: 200px; */
    height: auto;
    max-height: 100%;
    max-width: 100%;
    transition: 0.5s ease;
}

.pd-control:hover .pd-img img {
  transform: scale(1.1);
}

.pd-control {
  /* width: 250px;
  display: inline-block; */
  margin: 0px 10px;
  border-radius: 15px;
  transition: 0.5s ease;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}
.pd-control:hover {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.pd-control .mad-action {
  position: absolute;
  right: 0.5rem;
  top: 98px;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  margin-right: -1.875rem;
}

.pd-control:hover .mad-action {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.mad-action a {
  background: rgb(161 0 53);
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  padding-top: 6px;
  border-radius: 100%;
  transition: 0.5s ease;
}

.mad-action a:hover {
  background: #000;
  color: #fff !important;
}

/* .mad-qv:hover{
  background-color: #000;
} */
.mad-action a i {
  font-size: 20px;
  color: #fff;
}
.mad-action a i:hover{
  color: #fff;
}
.pd-disc-price {
  text-decoration: line-through;
  color: #b30564;
  font-size: 19px;
  font-weight: 700;
}

.pd-disc-new {
  color: #000;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}

.st-text {
  color: #989b9c;
  font-size: 12px;
}
.pd-itm-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qty{
  margin: 0px;
  font-size: 12px;
  color: #acadad;
  letter-spacing: 0.5px;
}

.pd-text h2 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 0.5rem;
}

.pd-text h2 a {
  color: #000;
  transition: 0.5s ease;
}
.pd-text h2 a:hover{
  color: #cd180d;
}
/* end */

/* hamper css */
.hamper-wrap{
  padding: 20px 0px;
}
/* end */

/* start cart css */
/* Global settings */
/* Global "table" column settings */
.product-image {
    float: left;
    width: 20%;
}

.cart-panel h1 {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 26px;
}

.product-details {
    float: left;
    /*width: 37%;*/
}

.product-price {
    float: left;
    width: 12%;
}

.product-quantity {
    float: left;
    width: 10%;
}

.product-removal {
    float: left;
    width: 9%;
}

.product-line-price {
    float: left;
    width: 12%;
    text-align: right;
}

/* This is used as the traditional .clearfix class */
.group:before,
.shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    content: '';
    display: table;
}

.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    clear: both;
}

.group,
.shopping-cart,
.column-labels,
.product,
.totals-item {
    zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */


h1 {
    font-weight: 100;
}

label {
    color: #aaa;
}

.shopping-cart {
    margin-top: -45px;
}

/* Column headers */
.column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.column-labels .product-image,
.column-labels .product-details,
.column-labels .product-removal {
    text-indent: -9999px;
}

/* Product entries */
.product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.product .product-image {
    text-align: center;
}

.product .product-image img {
    width: 100px;
}

.product .product-details .product-title {
    margin-right: 20px;
}

.product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

.product .product-quantity input {
    width: 50px;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 4px;
}

.product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.product .remove-product:hover {
    background-color: #a44;
}

/* Totals section */
.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}

.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}

.totals .totals-item-total {}

.checkout {
    margin-bottom: 16px;
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 11px 22px;
    background: rgb(255 82 0);
    color: #fff;
    font-size: 17px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.checkout a {
    color: #fff;
}

.checkout:hover {
    background: #000;
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
    .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .column-labels {
        display: none;
    }

    .product-image {
        float: right;
        width: auto;
    }

    .product-image img {
        margin: 0 0 10px 10px;
    }

    .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    .product-price {
        clear: both;
        width: 70px;
    }

    .product-quantity {
        width: 100px;
    }

    .product-quantity input {
        margin-left: 20px;
    }

    .product-quantity:before {
        content: 'x';
    }

    .product-removal {
        width: auto;
    }

    .product-line-price {
        float: right;
        width: 70px;
    }
}

/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
    .product-removal {
        float: right;
    }

    .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }

    .product .product-line-price:before {
        content: 'Item Total: $';
    }

    .totals .totals-item label {
        width: 60%;
    }

    .totals .totals-item .totals-value {
        width: 40%;
    }
}

.product-image img {
    width: 100%;
}
/* cart css */

/* checkout */
.checkout-pannel {
  padding-top: 50px;
  padding-bottom: 50px;
}

.billing h2 {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.billing .shoping_form .shoping input,
select {
  width: 100%;
  padding: 9px 10px;
  margin: 10px 5px;
  border: 1px solid #b1adad;
  border-radius: 9px;
}


.billing .shoping_form .shoping {
  display: flex;
}

.checkout-main h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.check_total {
  display: flex;
  justify-content: space-between;
}

.check_total h4 {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
}

.check_total_1 h4 {
  font-size: 20px;
  margin: 0px;
  color: #000;
  font-weight: 700;
}

.check_total {
  margin-bottom: 5px;
}

.checkout-main {
  padding: 31px 20px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.check_btn {
  text-align: center;
  padding: 7px 0;
  transition: 0.5s ease;
  margin-top: 15px;
  cursor: pointer;
}

.check_btn:hover {
  background-color: inherit;
}

.check_btn:hover button {
  background: #000;
  color: #fff;
}

.check_btn button {
  background: #a10035;
  border: none;
  font-size: 20px;
  width: 160px;
  height: 50px;
  color: #fff;
  transition: .8s ease-in-out;
}

.pay_card {
  display: flex;
}

.pay_card input {
  width: 100%;
  padding: 9px 10px;
  margin: 10px 5px;
  border: 1px solid #b1adad;
  border-radius: 9px;
}

.pay_pament span {
  font-size: 20px;
  margin-bottom: 20px;
}

/* end checkout css */


/* start product detail css */
.slide-item-1 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 50px; */
  /* width: 20%; */
  width: 100%;
}
.slide-item-2{
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}
.slider-nav{
  /* width: 35%; */
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px){
  .slide-item-1 img{
    width: 50%;
  }
  .slider-nav{
    width: auto;
  }
}
/* ************************************* start shop detail************************************** */

.min-qty{
  margin-bottom: 15px;
}
.min-qty input{
  width: 80px;
  border: 1px solid #ccc;
  padding: 6px;
}

.detail_contant h2 {
  font-size: 25px;
  margin-bottom: 24px;
}

.detail_contant h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.detail_contant h5 s {
  color: #807e7e;
  margin-right: 10px;
}

.detail_contant h4 {
  font-size: 20px;
  margin-top: 5px;
}

.detail_contant h6 {
  font-size: 15px;
  background: #444343;
  display: inline-block;
  padding: 14px 21px;
  border-radius: 22px;
}


.ram {
  display: flex;
}

.selecotr-item {
  position: relative;
  flex-basis: calc(70% / 3);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selector-item_radio {
  appearance: none;
  display: none;
}

.selector-item_label {
  position: relative;
  height: 80%;
  width: 100%;
  text-align: center;
  border-radius: 23px;
  line-height: 290%;
  font-weight: 600;
  cursor: pointer;
  transition-duration: .5s;
  transition-property: transform, color, box-shadow;
  transform: none;
  color: #fff;
  border: 2px solid #565656;
  margin-right: 20px;
}

.selector-item_radio:checked+.selector-item_label {
  background-color: #565656;
  color: var(--white);
  box-shadow: 0 0 4px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .5);
  transform: translateY(-2px);
}

@media (max-width:480px) {
  .selector {
      width: 90%;
  }
}

.detail_btn {
  margin-top: 22px;
}

.detail_btn a {
  border: 2px solid #55c5d0;
  background-color: #55c5d0;
  padding: 9px 24px;
  text-decoration: none;
  color: #fff;
  transition: ease-in-out .2s;
}

.detail_btn a:hover {
  background-color: inherit;

}
/* pd price  */
.pd-price h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 6px 0px;
  letter-spacing: 2px;
}
.fresh-p {
  text-decoration: line-through;
  color: #aaa;
  font-weight: 400;
}
/* end */

/* size */
.size{
  padding: 5px 0px;
}
.sz-itm{
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 400;
  margin: 2px 0px;
  text-transform: capitalize;
}
.product-details__quantity-title{
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 2px;
  margin-right: 5px;
  text-transform: capitalize;
}
.checked {
  color: orange;
}
.button {
  position: relative;
  margin: 0 5px 0 0;
  width: 80px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
}
.btn-default{
  width: auto;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  /*padding: 8px 26px;*/
  color: #000;
  font-weight: 500;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
  margin: 0px;
}

.pd-main-btn {
  font-size: 16px;
  width: 140px;
  background: #a10035;
  display: inline-block;
  text-align: center;
  height: 40px;
  padding-top: 8px;
  color: #fff;
  margin-right: 8px;
  text-transform: capitalize;
  letter-spacing: 2px;
  transition: 1s all;
}
.pd-main-btn i{
  font-size: 12px;
  margin-right: 5px;
}

.pd-main-btn:hover {
  background: #000;
  color: #fff;
}

/* color */
.color {
  height: 30px;
  cursor:pointer;
  width: 30px;
  background: #eee;
  border: 1px solid #eee;
  position:relative;
  border-radius: 100%;
}

.color.overlay {
  position:absolute;
  z-index:10;
  background:transparent;
  top:-1px;
  left:-1px;
  -webkit-transform:translateX(45px);
      -ms-transform:translateX(45px);
          transform:translateX(45px);
  border:2px solid #fff;
  outline:2px solid #ccc;
  -webkit-transition:-webkit-transform .3s ease;
          transition:transform .3s ease;
}
.color-a {
  background: #333;
  margin-right:14px;
}

.color-b {
  background: #457;

}

.color-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77px;
  margin-top:5px;
  position:relative;
}
a {
  text-decoration:none;
}

.color-options {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  width:50%;
  -webkit-flex-flow:column;
  -ms-flex-flow:column;
  flex-flow:column;
}

.realted-wrap{
  padding-top: 0px;
  padding-bottom: 50px;
}
/* end */

/* tabel css */
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
/* end*/
/* ***************star******************** */

/* *************************************end shop detail************************************** */




.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.image-box img{
    width: 100%;
}

.product-details .bxslider .image-box img {
  width: 100%;
}
.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}
.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}
.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}
.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}
.product-details .bx-wrapper {
  margin-bottom: 30px;
}
.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}
.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}
.product-details .product-info .product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #e0e4e8;
}
.product-details .product-info .product-details__reveiw i {
  font-size: 16px;
  color: var(--theme-color3);
}
.product-details .product-info .product-details__reveiw i + i {
  margin-left: 4px;
}
.product-details .product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--theme-color1);
  margin-left: 18px;
}
.product-details .product-info .product-details__quantity-title {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}

.product-details__quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 10px;
  height: 60px;
}
.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 10px;
  height: 60px;
  border: 1px solid #e0e4e8;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color1);
}
.product-details__quantity .quantity-box button {
  width: 29px;
  height: 29px;
  background-color: transparent;
  color: var(--text-color-bg-theme-color1);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #a10035;
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.add i{
  font-size: 20px;
  color: #fff;
}
.sub i{
  font-size: 20px;
  color: #fff;
}
.product-details__quantity .quantity-box button:hover {
  color: var(--text-color-bg-theme-color2);
  background-color: #000;
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
}

.product-discription {
  position: relative;
  display: block;
}
.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}
.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.product-discription .product-description__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-discription .product-description__list ul {
  position: relative;
  display: block;
}
.product-discription .product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}
.product-discription .product-description__list ul li p {
  margin: 0;
  font-weight: 600;
  color: var(--headings-color);
}
.product-discription .product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}
.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}
.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}
.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e2434;
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-discription .tab-btn-box .tab-btns li.active-btn {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
}
.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}
.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  padding: 34px 30px 34px 125px;
}
.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}
.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}
.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .single-comment-box .inner-box h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product-discription .single-comment-box .inner-box h5 span {
  font-weight: 400;
  text-transform: capitalize;
}
.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.product-discription .comment-box {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 51px 60px 60px 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.product-discription .comment-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}
.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}
.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}
.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}
.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}
.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .comment-box .review-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .comment-box .custom-controls-stacked {
  position: relative;
  float: left;
}

.related-product h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }
  .product-details__title span {
    margin-left: 0;
    display: block;
  }
  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}

img{
  /*width: 100%;*/
}

.color-button {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.color-button span {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #eeeeee;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: ease .3s;
}

.color_bd{
    position: relative;
}
.layer {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    bottom: 13px;
    left: 8px;
    top: 8px;
}


.color_bd input:checked ~ .layer {
  border: 1px solid #000;
}
.radio_color{
    display: none;
}

/************** dashboard css start ***********/
/* Profile */
.user-wrap {
  padding-top: 20px;
  padding-bottom: 50px;
}
.pro-sec,
.profile-sec {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.user-profile {
  background-color: #f4f7fb;
  text-align: center;
  position: relative;
}
/* .user-profile::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    background-color: #002967;
    width: 100%;
    height: 120px;
} */
.pro-sec,
.profile-sec {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.username-dt {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}

.user-specs {
  padding: 14px;
  background: #ff5200;
}
.user-specs h3 {
  color: #fff;
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
}
.user-specs span {
  font-size: 16px;
  color: #424242;
}

.menu-profile {
  background-color: #fff;
}
.menu-profile a {
  display: block;
  padding: 14px 15px;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  outline: none;
  border: none;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.6s;
  border: 1px solid #d3d3d3;
  text-align: left;
}
.menu-profile a:hover {
  background-color: #fff;
  color: #000;
}

.menu-profile a.active {
  background: rgb(41 42 45);
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.right-side {
  padding: 36px;
  background-color: #f4f7fb;
  /* min-height: 500px; */
  position: relative;
}
.right-side table.table {
  margin-top: 35px;
  background-color: #ffffff;
}
.right-side .form-group {
  margin-top: 25px;
}

.page-header-action {
  margin-top: 35px;
  display: inline-block;
  vertical-align: top;
  float: right;
  text-align: center;
}
.page-header-action .profile {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: auto;
  border-radius: 100%;
  border: 2px solid #002967;
}
.page-header-action p {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.right-side .form-group .btn.cs-btn:hover {
  background-color: inherit;
  border: 1px solid #000;
}
.right-side .form-group.pic .form-control {
  height: auto;
}
.dash-item {
  display: inline-block;
  padding: 15px 10px;
  border: 1px solid lightgray;
  width: 23%;
  text-align: center;
  margin: 0px 7px;
}
.dash-item span {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  color: #ff5200;
}
.dash-item h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px;
  letter-spacing: 0.5px;
}
.dashboard-box h3 {
  font-size: 15px;
  letter-spacing: 0.5px;
}
.dashboard-box p {
  margin-bottom: 20px;
  color: #808080;
}
/* Porfile end */

/* address start */
.add-item {
  position: relative;
  width: 100%;
  background: #fff;
  display: inline-block;
  height: 266px;
  border-width: 1px;
  box-sizing: border-box;
  border-color: #c7c7c7;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16);
  border-style: solid;
  border-radius: 10px;
  margin: 12px 10px;
}
.add-title {
  border-bottom: 1px solid #c7c7c7;
}
.add-title h4 {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 14px;
  margin: 0px;
}
.add-main {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 8px;
}
.add-main h3 {
  margin: 0px;
  font-weight: bold;
  line-height: 28px;
}
.add-main p {
  margin-bottom: 15px;
}
.add-button {
  position: absolute;
  bottom: 24px;
  padding-left: 20px;
  padding-top: 8px;
}
.update-btn {
  background: rgb(255 82 0);
  color: #fff;
}
/* add css end */

/* order css */
.order-item {
  width: 100%;
  display: inline-block;
  padding: 16px 12px 14px 20px;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px,
    rgb(0 0 0 / 6%) 0px 2px 4px -1px;
}
.order-sec {
  display: flex;
  justify-content: space-between;
}
.order-num p {
  margin-bottom: 12px;
}
.order-dly p {
  margin-bottom: 12px;
}
.ord-nw-cl {
  color: #ce0909;
}
.ord-cl {
  text-transform: uppercase;
  color: #ce0909;
  margin: 0px;
  font-size: 18px;
  font-weight: 900;
}
.ord-inr {
  margin-bottom: 12px;
}
.inr {
  text-transform: uppercase;
  color: #808080;
}
.ord-btn {
  color: #000;
  border: 1px solid;
  transition: 0.5s all;
}
.ord-btn:hover {
  background: rgb(255 82 0);
  border: 1px solid rgb(255 82 0);
  color: #fff;
}
/* end order css */

/************** dashboad css end ***********/

.quiz_title{
  font-size: 30px;
  font-weight: 700;
  color: #292d3f;
  text-align: center;
  margin-bottom: 50px;
  }
  
  .quiz_card_area{position: relative;margin-bottom: 30px;}
  .single_quiz_card{
  border:1px solid #efefef;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  }
  .quiz_card_title{
  padding: 10px;
  text-align: center;
  background-color: var(--color-primary);
  letter-spacing: 1px;
  }
  .quiz_card_title h3{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  }
  .quiz_card_title h3 i{opacity: 0;}
  .quiz_card_icon{
  max-width: 100%;
  min-height: 135px;
  }
  .quiz_icon {
  width: 70px;
  height: 75px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  }
  .quiz_icon1{
    background-image: url('../img/bags.jpg');
  background-size: cover;
  width: 100%;
  height: 180px;
  }
  .quiz_icon2{
    background-image: url('../img/drinkware.png');
    background-size: cover;
    width: 100%;
    height: 180px;
  }
  .quiz_icon3{
    background-image: url('../img/clothing.jpg');
    background-size: cover;
    width: 100%;
    height: 180px;
  }
  .quiz_icon4{
    background-image: url('../img/tech.png');
    background-size: cover;
    width: 100%;
    height: 180px;
  }
 .quiz_icon5{
    background-image: url('../img/office_.png');
    background-size: cover;
    width: 100%;
    height: 180px;
  }
  .quiz_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer;
  }  
  .quiz_checkbox:checked ~ .single_quiz_card{border: 2px solid #480032;}
  .quiz_checkbox:checked:hover ~ .single_quiz_card{border: 2px solid #480032;}
  
  .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title{background-color:#480032; color: #ffffff;}
  .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title h3{color: #ffffff;}
  .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title h3 i{opacity: 1;}
  .quiz_checkbox:checked:hover ~ .quiz_card_title{border: 1px solid #2575fc;}
  
  /*Icon Selector*/
  
  .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon {color: #2575fc;}
  .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon1{
  background-image: url('../img/bags.jpg');
  background-size: cover;
  width: 100%;
  height: 180px;
  }
  .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon2{
  background-image: url('../img/drinkware.png');
  }
  .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon3{
  background-image: url('../img/clothing.jpg');
  }
  .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon4{
  background-image: url('../img/tech.png');
  }
  .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon5{
    background-image: url('../img/office_.png');
  }

/* wishlist css */
.wishlist-title h4{
  font-size: 2.4rem;
  font-weight: 800;
  display: inline-block;
}
.wishlist-title span{
  font-size: 20px;
    color: #adadac;
    line-height: 1.5;
    margin-left: 6px;
    font-weight: 600;
}
.cont-btn{
  border-radius: 4px;
  transition: 0.5s ease;
}
.continue-btn:hover .cont-btn{
  background-color: #a10035a3;
}
/* end wishlist css */

/* order confirm css */
.od-cfm-sec {
  padding-top: 40px;
  padding-bottom: 50px;
}
.customer-info {
  display: flex;
  justify-content: space-between;
}
.common-box {
  padding: 10px;
}
.od-bx {
  background: #fff;
  padding: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.success-green {
  color: rgb(0 128 0);
}
.od-bx h3 {
  letter-spacing: 1px;
  text-transform: capitalize;
}
.od-bx p {
  letter-spacing: 1px;
  text-transform: capitalize;
}
.ct-bx-1 h4 {
  font-weight: 600;
  letter-spacing: 1px;
}
.od-mainbx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.od-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.od-img {
  margin-right: 10px;
}
.od-info p {
  letter-spacing: 1px;
  font-weight: 700;
}
.od-qty span {
  display: block;
  letter-spacing: 1px;
  color: #dc042d;
}
.od-price span {
  display: block;
  letter-spacing: 1px;
  color: #dc042d;
}
.sub-box {
  border-bottom: 1px solid #ccc;
  padding-top: 12px;
}
.sub-tt {
  display: flex;
  justify-content: space-around;
}
.sub-head p {
  letter-spacing: 1px;
}
.sub-price span {
  font-weight: 700;
  letter-spacing: 1px;
}
.tt-bx {
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
}
.tt-bx-head p {
  letter-spacing: 1px;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 700;
}
.tt-bx-pc span {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  color: #dc042d;
}
.conti-btn {
  background: #000;
  color: #fff;
  letter-spacing: 2px;
  padding: 10px 20px;
}
.conti-btn:hover {
  color: #fff;
  background: #ff5201;
}
/* end */

.disabled-link {
    pointer-events: none !important;
}

/* start media query */
@media only screen and (max-width: 1024px){
    .banner-wrap{
        min-height: 515px;
    }
    .custom-img{
        display: none;
    }
    .maga-wrap .col-lg-6{
        width: 100%;
    }
    
}
@media only screen and (max-width: 980px){
    .container{
        max-width: 100%;
    }
    .about-info h2{
         font-size: 22px;   
    }
    .wwd-wrap .slick-dots{
        display: none;
    }
    .choose-box{
        margin-right: inherit;
        flex-direction: column;
    }
    .choose-icon i{
        margin-top: -52px;
        margin-right: inherit;
        margin-left: inherit;
        margin-bottom: 12px;
    }
    .footer-top .logo img{
        max-width: 225px;
    }
    .footer-top .logo{
       max-width: 230px;
    }
    .wwd-info:before{
       top: -42px;
    }
    .banner-wrap {
    min-height: 453px;
    }
}
@media only screen and (max-width: 840px){
    .footer-top .logo {
    max-width: 185px;
    }
    .footer-top .logo img {
    max-width: 195px;
    }
    .banner-text{
        padding-top: inherit;
    }
    .banner-wrap{
        padding-bottom: 50px;
        padding-top: 28px;
    }
    .form-box{
        width: 78%;
        margin: auto;
    }
}
@media only screen and (max-width: 768px){
    .head-ct{
        display: none !important;
    }
    .h-tp .container-fluid {
        justify-content: center !important;
    }
    .about-img img{
        height: 536px;
        object-fit: cover;
    }
    .footer-top .logo{
        max-width: 165px;
    }
    .footer-top .logo img {
        max-width: 168px;
    }
    .about-info p{
        font-size: 14px;
        line-height: 22px;    
    }
    .banner-wrap {
    min-height: 386px;
    }
}
@media only screen and (max-width: 668px){
    .acc-head .search-bx{
        display: none !important;
    }
    .mob-search{
        display: block !important;
    }
    .get-start{
        display: none;
    }
    .header .logo img{
        max-width: 200px;
    }
    .logo-img:before{
        width: 290px;
    }
    .logo-img:after{
        left: 223px;
    }
    .footer-top h5{
       padding-top: 16px;     
    }
    .offcanvas{
        background-color: var(--color-primary) !important;
        z-index: 99999;
    }
    .offcanvas-header{
        justify-content: space-evenly;
    }
    .banner-text h1{
        font-size: 28px;
    }
    .banner-text span{
        font-size: 38px;
        margin-left: -50px;
    }
    .banner-wrap{
        padding-top: 30px;    
        padding-bottom: 35px;
    }
    .banner-text p{
        max-width: 310px;
    }
    .wcu-sec{
        padding-bottom: 0px;
    }
    .wcu-icon{
        margin-left: 0px;
    }
    .kit-item{
       flex-direction: column;
    }
    .kit-step{
        padding-bottom: 0px;
    }
    .step1 span{
        margin-bottom: 10px;
    }
    .banner-wrap {
    min-height: 336px;
    }
    .video-wrap iframe{
        margin: auto !important;
    }
}
@media only screen and (max-width: 568px){
    .banner-text h1 {
        font-size: 20px;
    }
    .banner-text span {
        font-size: 24px;
        margin-left: -261px;
        margin-top: -10px;
    }
    .banner-text p{
        line-height: 23.17px;
    }
    .primary-btn{
        font-size: 10px;
    }
    .pd-categ .card{
        width: 100%;
    }
    .product-details .product-info .product-details__title{
        font-size: 25px;
        line-height: 14px;
    }
    .ctsm-img {
    width: 23%;
    }
}
@media only screen and (max-width: 480px){
    .inner-bann-text h2{
        font-size: 38px;
    }
    .banner-wrap {
    min-height: 242px;
    }
}
@media only screen and (max-width: 414px){
    .banner-wrap {
        padding-top: 11px;
        padding-bottom: 16px;
    }
    .form-box {
        width: 100%;
    }
    .build-tt h2{
        font-size: 16px;    
    }
    .build-tt img {
        width: 45px;
    }
    .build-btn{
        font-size: 10px;
        padding: 8px 12px;
    }
    .kitbuild-bg{
        padding: 35px 0px;
    }
    .offcanvas{
        height: 80px !important;
    }
    .kit-box h2 {
        font-size: 20px;
    }
    .kit-title{
         font-size: 11px; 
    }
    .kit-box p{
        font-size: 10px;
    }
    .categ-home{
        min-height: inherit !important;
        padding: 30px !important;
    }
    .banner-wrap {
    min-height: 204px;
    }
}
@media only screen and (max-width: 406px){

    .footer-bottom p{
        font-size: 12px;    
    }
    .banner-text{
        padding-top: 18px;
        padding-bottom: 17px;
    }
    .banner-wrap{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .banner-text p{
        font-size: 12px;
        margin-bottom: 5px;    
    }
    .banner-text span{
        max-width: 262px;
        margin-left: 0px;
    }
    .header .logo img {
        max-width: 150px;
    }
    .logo-img:before {
        width: 252px;
    }
    .logo-img:after {
        left: 185px;
    }
    .list-ul li, .list-ul li a{
        font-size: 14px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 375px){
    .banner-wrap {
    min-height: 188px;
    }
}
@media only screen and (max-width: 360px){
        .banner-wrap {
    min-height: 180px;
    }
}
@media only screen and (max-width: 320px){
        .banner-wrap {
    min-height: 160px;
    }
}
.floats{
    position: fixed;
    width: 70px;
    height: auto;
    bottom: 70px;
    right: 0px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 9999999;
    animation: up-down 1.4s infinite ease-in-out alternate;
}
@media (max-width: 600px){
    .floats{
    width: 80px !important;
}
.my-float{
	margin-top:16px;
}
}

@keyframes up-down{
  from{
    transform: translatey(0px);
  }
  to{
    transform: translatey(-20px);
  }
}

.categ-home{
    background-color: #fff;
    padding: 50px;
    box-shadow: 0px 13px 45px -15px black;
    min-height: 50vh;
    display: flex;
    }
    .ctaeg-hd{
    display: block;
    text-transform: uppercase;
    color: #ed145b;
    border: 1px solid #ed145b;
    padding: 10px;
    margin: 10px;
    }
.categ-bt{
    background: #e7306d !important;
    border-radius: 0px !important;
}
.myButton{
    background:url(../img/btn-bg.png) no-repeat;
    cursor:pointer;
    border:none;
    width:100px;
}

/* contact page css*/
.corporate-contact{
    padding: 50px 0px;
}
.cms-block{
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 28px;
    background-image: url(../img/contact-bg-im.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-right .form-control{
        margin: 12px 0px;
}
.control-label{
     color: #ee3471 !important;
}
.form-head{
    font-size: 42px;
    font-family: ui-serif;
}

.market-area-heading h1 {
 padding: 10px;
 margin: 0 0 10px;
 background-color: #ee3232;
 border-radius:5px;
 font-size: 20px;
 color: #fff;
 font-weight: 600;
 text-transform: uppercase;
}

.market-area h4 {
 color: #000;
 margin-bottom: 10px;
}
.market-area h4 a {
 margin: 0 0 5px;
 font-size:18px;
 color: #ef682f;
 line-height: 1.1;
 font-weight:600;
 text-transform: uppercase;
}

.market-area ul { overflow: hidden; }

.market-area ul li {
 float: left;
 width: 25%;
 margin-right: 0%;
 margin-bottom: 10px;
 list-style: none;
}

.market-area ul li a{
 padding: 6px 10px;
 font-size: 12px;
 font-weight:600;
 border: 1px solid #423f3f;
 color: #423f3f;
 width: 98%;
 display: inline-block;
 margin-right: 10px;
}

.market-area ul li a:hover {
 color:#fff;
 text-decoration:none;
 border: 1px solid #000;
 background-color:#000;
}

.market-place h3 {
 background: #ff8c00;
 color: #FFFFFF;
 padding: 10px;
 text-transform: uppercase;
 font-size: 18px;
 border-radius: 5px;
 font-weight: 600;
 text-align: center;
}