.nav-sec {
  border-top: 1px solid #ccc;  
  box-shadow: 10px 10px 10px #e5e5e5;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
  background-color: #c82b34;
  color: #fff;
}

.btn-primary{
  --bs-btn-bg:#c82b34;
  --bs-btn-border-color: #c82b34;
  --bs-btn-hover-border-color: #c82b34;
  --bs-btn-active-border-color: #c82b34;
  --bs-btn-disabled-border-color: #c82b34;
}

.btn:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

ul {
  list-style-type: none;
  padding: 0;
}

.default-body-content ul li{
  padding-top:10px ;
  padding-bottom: 10px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #97910e;
    font-size: 1.25em;
    font-weight: 600;
}

a {
  text-decoration: none;
}

.widget-slogan {
    background: #c72a36;
    color: #fff;
}

.widget-slogan .btn-primary {
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-disabled-border-color: #fff;
	color: #c62938;
    font-size: 40px;
    font-weight: 600;
}

.widget-slogan .btn:hover {
    color: #fff;
}

.header {
  padding: 15px 0 0;
  position: relative;
  z-index: 999;
}

.pos-rel{
  position: relative;
}

.header-top {
  /* background-color: #2c37b7;
    clip-path: polygon(2% 0, 100% 0, 100% 100vh, 0 100%); */
  height: 47px;
  position: relative;
  width: 100%;
  z-index: 999;
  top: 0;
  right: 0;
}

.header-top .col-12 {
  position: relative;
}

.header-top:after {
  background-color: #c82b34;
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
  z-index: -1;
}

.header-top-inn {
  background-color: #c82b34;
  clip-path: polygon(8% 0, 100% 0, 100% 100vh, 0 100%);
  height: 47px;
}

.header-top-social {
  margin-left: 90px;
  color: #fff;
  line-height: 47px;
  font-size: 15px;
}

.header-top-social a {
  color: #fff;
}
 
.header-top-social a:hover {
  color: #ebebeb;
}

.header-top-social ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.top-email i[class^="fa-"],
.top-phone i[class^="fa-"],
.header-top-social ul li {
  font-size: 10px;
  width: 24px;
  height: 24px;
  line-height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
}

.header-top-social ul li:not(:last-child) {
  margin-right: 10px;
}

.header-top-social ul li a:hover {
  color: #ff9933;
}

.show-text,
.hide-text {
  display: none;
}
.items-count[aria-expanded="false"] .show-text,
.items-count[aria-expanded="true"] .hide-text {
  display: inline-block;
}

.items-count .fa-shopping-basket{
  color: #c82b34;
}


#cart_count{
	border:0px solid #ccc;
	background:#fff;
	position:absolute;
	left:0;
	top:40px;
	color:#333;
	width:250px;	
}

#cart_count .widget.woocommerce ul li {
    padding-top: 0;
}

#cart_count p{
	margin-bottom:0;
}

#cart_count .wcppec-cart-widget-button{
	margin-top:10px;
}

#cart_count .card-body{
	padding:5px;
}

#cart_count .card-body h2{
	font-size:18px;
	margin-bottom:0;
}

#cart_count .widget_shopping_cart_content{
	font-size:14px;
}


#cart_count .card-body ul{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:14px;
	text-align: left;
}

#cart_count .card-body .mini_cart_item a:not(.remove_from_cart_button){
	color:#333;
}

#cart_count .card-body .mini_cart_item .quantity  {
    padding-left: 0px;
}

#cart_count .cart_list h2{
	font-size:18px;
}

.primary-menu-container {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

.primary-menu-container .menu-wrapper {
  display: -weblit-flex;
  display: flex;
  list-style-type: none;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.primary-menu-container .menu-wrapper li {
  padding: 0 15px;
}

.primary-menu-container .menu-wrapper li a {
  color: #333;
  display: block;
  font-size: 16px;
  transition: all ease 0.4s;
  font-weight: 600;
}

.primary-menu-container .menu-wrapper li a:hover {
  color: #a52617;
}

/* Mobile menu btn */
.mob-cross {
  border-radius: 2px;
  width: 80px;
  height: auto;
  margin-left: auto;
  display: none;
}

.mob-cross-btn {
  width: 50px;
  cursor: pointer;
  display: none;
  margin-left: auto;
  padding-top: 10px;
}

.mob-cross-btn span {
  display: block;
  width: 100%;
  /* box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3); */
  border-radius: 3px;
  height: 5px;
  background: #c82b34;
  transition: all 0.3s;
  position: relative;
}

.mob-cross-btn span + span {
  margin-top: 8px;
}

.mob-cross-btn.active span{
  background-color: #fff;
}

.mob-cross-btn.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.mob-cross-btn.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.mob-cross-btn.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.mob-cross-btn.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.mob-cross-btn.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.mob-cross-btn.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 22px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/* //Mobile menu btn */

.home-widget-product-item{
  background: #dadada;
  align-items: center;
}

.home-widget-product-item{
  color: #333;
}

.home-widget-product-item img{
  padding: 15px;
}

.home-widget-product-item h2{
  max-width: 400px;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
}

.home-widget-product-item h2 strong{
  color: #000;
  display: block;
  font-size: 42px;
}



.product-search .widget_search .wp-block-search__label{
    display: none;
}

.home .wc-block-grid__products.is-loading-products {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 200px !important;
}

.home .wc-block-grid__products.is-loading-products li {
  display: none;
}

.home .wc-block-grid__products.is-loading-products::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/canvakart.png) no-repeat 50% 50%;
  background-size: 100%;
  display: block;
  width: 200px;
  height: 200px;
  animation: rotate 4s linear infinite;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateY(360deg);
  }
}

.products:not(.related),
.wc-block-grid__products {
  display: block !important;
  margin: 0 !important;
  /* column-count: 4; 
  column-gap: 10px;  */

}

.products .product,
.wc-block-grid__products .wc-block-grid__product {
  width: 383px;
  max-width: none !important;
  flex: none !important;
  /* border: 1px solid #9c9c9c6b; */
  padding: 15px;
  /* background-color: #ececec; */
  margin: 0 -8px;
 
  /* break-inside: avoid-column; 
  margin-bottom: 20px;  */
}

.woocommerce ul.products li.product a img{
  margin: 0;
  border-radius: 10px;
  box-shadow: -1px 4px 9px 0px #ccc;
}

.woocommerce ul.products li.product {
  width: 280px !important;
  width: calc(100% / 6) !important;
  /* margin: 5px !important; */
  /* padding: 5px !important; */
  margin: 0 !important;
  padding: 8px !important;
}

.wc-block-grid__product
  .wc-block-grid__product-image:not(.wc-block-components-product-image) {
  margin: 0 !important;
}

.wc-block-sort-select,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .price,
.products .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-components-product-title,
.wc-block-grid__products .wp-block-woocommerce-product-price,
.wc-block-grid__products .wc-block-grid__product-add-to-cart {
  display: none;
}

.wc-block-grid__products .wc-block-grid__product-image{
  margin: 0;
}

.woocommerce-product-details__short-description ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  color: #212529;
  font-size: 14px;
  background-color: transparent!important;
  font-family: inherit !important;
}

.woocommerce-product-details__short-description ul li{
  position: relative;
  padding-left: 25px;
}

.woocommerce-product-details__short-description ul li::before{
  content: "\f030";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Font Awesome 6 Free';
  color: #c82b34;
  font-weight: 900;
}

.related.products{
  margin-bottom: 125px;
}

.ysm-search-widget.ysm-search-widget-2.ysm-active {
  border: 2px solid #c82b34;
  border-radius: 10px;
  overflow: hidden;
}

.product-search .slogan{
  font-size: 20px;
  text-align: center;
}

.product-search .slogan strong{
  color: #c82b34;
}

.woocommerce-product-details__short-description{
  margin-top: 20px;
  margin-bottom: 20px;
}

.sku_wrapper,
.tagged_as{
  display: block;
}

.container-fluid.product-search {
  background: #f1f1f1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ysm_search_widget .widget-title{
  display: none;
}

.ysm-search-widget .search-submit {
  top: 0px;
  right: -2px;
}

.ysm-search-widget .search-submit:before {
  background: #c82b34;
  line-height: 44px;
}

/* Footer */
.footer-bg {
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 0;
}

.footer-bg *{
	color:#fff
}

.footer-bg * a{
	color:#ccc;
}

.footer-nav ul{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.footer-nav ul li a{
  color: #ccc;
  font-size: 18px;
}

.footer-nav ul li a:hover{
	color: #c72a36;
}

.footer-logo {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 50px;
}

.footer-top {
  padding: 0 0 0 0;
}

.get-in-touch {
  color: #333;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  font-size: 15px;
  margin-bottom: 50px;
}

footer h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.get-in-touch a {
  color: #ccc;
}

.get-in-touch a:hover {
  color:#c72a36;
}

.footer-social ul li {
  font-size: 8px;
  width: 25px;
  height: 25px;
  line-height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  margin: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.footer-social ul li a:hover {
  color: #ff9933;
}

.footer-bottom {
  border-top: 1px solid #333;
  position: relative;
}

p.copyright {
  color: #333;
  font-size: 14px;
  padding: 40px 0;
  margin-bottom: 0;
}

p.copyright a {
  color: #ff9933;
}

p.copyright a:hover {
  color: #333;
}

.scrollup {
  /* visibility: hidden; */
  position: absolute;
  bottom: 25px;
  width: 48px;
  height: 48px;
  z-index: 1000;
  /* opacity: 0; */
  border-radius: 4px;
  -webkit-transition: visibility 0.2s, bottom 0.2s, opacity 0.2s;
  transition: visibility 0.2s, bottom 0.2s, opacity 0.2s;
  left: 50%;
  transform: translateX(-50%);
  background: #c72a36;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
  color: #fff;
}

.scrollup i {
  font-size: 24px;
}

.product_cat-print-media .woocommerce-product-gallery__image {
    border: 3px solid #ccc;
}

.product_cat-print-media .woocommerce-product-details__short-description{
	display:none;
}

.wapf-wrapper {
  margin-left: 0;
  background: #cccccc54;
}

.product_cat-custom-mug .wapf-wrapper:before,
.product_cat-business-card .wapf-wrapper:before{
	content:"Customize Section";
  font-size: 20px;
  padding: 0 0 15px 6px;
  display: block;
  font-weight: 600;
  color: #c82b34;
}


.product_cat-business-card .wapf-field-group {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.wapf-field-group textarea,
.wapf-field-group input {
    border: 1px solid #ccc;
    background: #f7f7f7;
    font-size: 14px;
    padding: 8px;
}

.wapf-field-group label {
    color: #333;
}


.single-product #shiprocket_pincode_check,
.single-product #check_pincode{
	display:none;
}


.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li{
  height: auto !important;
}


@media (max-width:1199px) {
	.woocommerce ul.products li.product {
	  width: calc(100% / 4) !important;
	}
}

@media (max-width:991px) {

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

  .top-social-pos-full-right-bg::before{
      width: 78%;
    }
    .custom-logo-link {
      top: 0;
    }

    .nav-sec {
      height: 50px;
    }

    .nav-col{
      display: flex;
      align-items: center;
    }
    
    .mob-cross-btn{
      display: block;
    }

    .mob-cross-btn.active {
      width: 28px;
      position: fixed;
      right: 7px;
      top: 0;
      z-index: 9999999;
    }

    .mob-cross-btn.active {
      width: 28px;
      position: fixed;
      right: 7px;
      top: 0;
      z-index: 9999999;
    }

    .mob-cross-btn.active span + span {
      margin-top: 17px;
    }

    .primary-menu-container {
      justify-content: normal;
      align-items: baseline;
    }

    .primary-menu-container {
      position: fixed;
      z-index: 999;
      right: -500px;
      top: 0;
      background: rgba(0, 0, 0, 0.8);
      height: 100%;
      max-width: 400px;
      min-width: 280px;
      transition: ease all 0.5s;
      /* box-shadow: 7px 8px 7px 10px #000; */
    }

    .primary-menu-container.show-nav {
      right: 0px;
    }

    .primary-menu-container .menu-wrapper li {
      padding: 15px 15px;
  }

    .primary-menu-container .menu-wrapper li a {
      color: #fff;
    }


    .primary-menu-container .menu-wrapper {
      display: block;
      list-style-type: none;
      margin: 0;
      font-family: 'Roboto', sans-serif;
  }


}

@media (max-width:767px) {
  .products:not(.related), .wc-block-grid__products {
    column-count: 3;
  }
	
	.product_cat-business-card .wapf-field-group {
		grid-template-columns: auto;
	}
}

@media (max-width:575px) {
	
	.woocommerce ul.products li.product {
	  width: calc(100% / 3) !important;
	}
	
  .home-widget-product-item h2{
    font-size: 12px;
	  max-width:none;
  }

  .home-widget-product-item h2 strong{
    font-size: 19px;
  }
  
  .products:not(.related), .wc-block-grid__products {
    column-count: 2;
  } 
}