*,
  *::before,
  *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  html {
  font-size: 100%;
}
  html {
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
    font-family: "Fira Sans", sans-serif;
  }

  body {
    font-family: "Fira Sans", sans-serif;
  }

  a,
  button {
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    background: none;
    box-shadow: none;
    text-decoration: none;
  }

  img,
  video {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }

  section {
    margin: 0 auto;
    padding: 5rem 0rem;
  }

  .container {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .align_center {
    align-items: center;
  }
  .dark_bg {
    background: #000000;
  }
  .gray_bg {
    background: #343333;
  }
  .red_bg {
    background: #cc0000;
  }
  .white_bg {
    background: #ffffff;
  }
  li {
    list-style: none;
  }

  a {
    text-decoration: none;
  }
  .logo {
    margin: 0;
  }
  .header.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
  }
  .nav-item a, .category-item a {
    color: #fff;
  }
  .hamburger {
    display: none;
  }

  .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #c00;
  }
  .nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;margin: 0;
  }

  .nav-item, .category-item {
    margin-left: 5rem;margin-bottom: 0;
  }

  .nav-menu .nav-link, .nav-menu .level-top a{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
  }
  .nav-menu .nav-link:hover, .nav-menu .level-top a:hover{
    color: #c00;text-decoration:none;
  }

  .nav-logo {
    color: #c00;
  }

  .page-header {
    background: #000000;
  }
  .cms-home #maincontent, .page-footer .footer.content {
    max-width: none;
    padding: 0;margin:0
  }
  .btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    display: flex;
    width: 180px;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: green;
  }
  a.btn{ color: #fff;}
  .banner_text h1 {
    color: #fff;
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
  }

  .red_text {
    color: #c00;
  }

  .banner_text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .banner_text p {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .banner_btn {
    display: flex;
    gap: 20px;
  }
  .row_custom {
    display: grid;
    gap: 50px;
  }
  .row_colm_2 {
    grid-template-columns: 1fr 1fr;
  }
  .catalog-category-view #maincontent {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .section_home2 {
    padding: 3rem 0px;
  }
  .banner_home {
    padding-top: 5rem;
    padding-bottom: 0px;
  }

  .icon_box {
    border-radius: 12px;
    background: #fff;
    padding: 10px 14.3px;
    text-align: center;
  }
  .icon_box img {
    height: 40px;
    width: 40px;
  }
  .row_colm_3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #bottomprogressbar .row_colm_3 {
    gap: 0;
  }
  #bottomprogressbar .coml {
    position: relative;
    padding: 4px 0;
    border-right: 3px solid #000;
  }
  .img_text {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .img_text h4 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
  }
  .img_text p {
    font-size: 0.875rem;
    color: #fff;
  }
  .row_colm_4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .catagories_shop {
    background: #fff;
  }

  .shop_img_text {
    text-align: center;
  }
  .shop_img_text img {
    border-radius: 100%;
  }
  .shop_img_text h4 {
    color: #000;
    font-weight: bold;
    margin-top: 20px;
    display: block;
    font-size: 1.25rem;
  }

  .heading_h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .card_section {
    background: #fff;
  }
  .crd_details {
    color: #000000;
  }

  .card_prod {
    background: #ddd;
    border-radius: 18px;
  }

  .crd_details {
    padding: 1.5rem 2rem;
  }
  .crd_details h4 {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .crd_details p {
    font-size: 1rem;
    line-height: 1.7;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .small_titile {
    background-color: #f1f6ff;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 30px;
    padding: 16px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
  }

  .text_left {
    text-align: left;
  }
  .img_shadow {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(37, 98, 204, 0.05),
      0px 8px 16px 0px rgba(37, 98, 204, 0.15);
    padding: 1.5rem;
  }

  .white_text p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.6;
  }
  ul.client_ul {
    display: flex;
    column-gap: 3.5rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 2rem;
  }

  .cirle_box {
    background-color: #fff;
    border: 4px solid red;
    outline: 20px solid red;
    outline-offset: -40px;
    height: 186px;
    width: 186px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .nubmer_steps {
    color: #000;
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
  }
  .nubmer_steps span {
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
  }
  .process.dark_bg{
    background: #fff;
  }
  .steps_img_text h4 {
    color: #000;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 25px;
  }

  .steps_img_text p {
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    margin-top: 15px;
    line-height: 1.7;
  }
  .cirle_box {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .cirle_box::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 3px solid #f00;
    border-radius: 100px;
    left: -14px;
  }
  .cirle_box::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 3px solid #f00;
    border-radius: 100px;
    right: -14px;
  }
  .video_text h2 {
    color: #000;
  }
  .video_text {
    padding: 2rem;
  }

  .video_text p {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.7;
  }

  .slick-slide {
    margin: 10px;
  }
  .slick-slide img {
    width: auto;
  }
  .slick-prev,
  .slick-next {
    background: #000;
    border-radius: 15px;
    border-color: transparent;
  }
  .testiminial_rw {
    overflow: hidden;
  }
  .testimonial_item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 20px;
  }
  .testimonial_item:nth-child(even) {
    margin-top: 50px;
  }

  .testimonial_item P {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .test_img img {
    border-radius: 100%;
  }
  .testiminial {
    position: relative;overflow: hidden;
  }
  .testiminial::before {
    content: url(/assets/img/testimonial-top.svg);
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 0;
  }

  .testiminial::after {
    content: url(/assets/img/testimonial-bottom.svg);
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 0;
  }
  .testiminial_rw {
    z-index: 1;
    position: relative;
  }

  .form-subscribe .input-main input {
    height: 26px;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color: #a2a2a2;
    font-size: 1rem;
  }

  .form-subscribe .input-main input::placeholder {
    color: #a2a2a2;
  }

  .form-subscribe .input-main {
    display: flex;position: relative;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    background-color: #ebebeb;
    border-radius: 10px;
    margin-right: 15px;
    height: 70px;
    width: 400px;
  }
  .form-subscribe .input-main .emicom {
    width: 30px;
    height: auto;
    fill: #a2a2a2;
    margin-right: 10px;
  }

  .form-subscribe .form-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    margin-top: 39px;
  }

  .form-subscribe .submit.btn {
    height: 70px;
    font-size: 20px;
  }
  .subs {
    color: #fff;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 4.6px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
  }

  .footer {
    background: #000000;
  }
  h4.ftr_title {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 15px;
  }
  ul.ftr_ment li a {
    color: #fff;
    font-size: 1rem;
    line-height: 30px;
  }
  .footer {
    color: #fff;
    padding: 4rem 0px 1rem 0px;
  }
  .ftr_logo p {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .copy_wight {
    color: #fff;
    text-align: center;
  }
  .news_letter, .element_right.gray_bg{
    background: #ddd;
  }
  .element_right.gray_bg .white_text p {
    color: #000;
  }
  a.btn.video_btn {
    background: #fff;
    color: #c00;
  }
  a.btn.video_btn img {
    margin-right: 4px;
  }
  .element_right,
  .element_left,
  .banner_home {
    position: relative;
    overflow: hidden;
  }
  .element_right .container,
  .element_left .container,
  .banner_home .container {
    position: relative;
    z-index: 1;
  }

  .banner_home::before {
    content: "";
    position: absolute;
    background: url(/assets/img/element-header-r.png);
    background-repeat: no-repeat;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    background-size: 80%;
    display: block;
    width: 772px;
    height: 672px;
    background-position: right bottom;
    z-index: 0;
  }
  .banner_home::after {
    content: "";
    position: absolute;
    background: url(/assets/img/element-header-b.png);
    background-repeat: no-repeat;
    left: 0px;
    bottom: 0px;
    z-index: 0;
    background-size: 75%;
    display: block;
    width: 298px;
    height: 148px;
    background-position: left bottom;
    z-index: 0;
  }
  .element_right::before {
    content: url(/assets/img/element-grayr.png);
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
  }
  .element_left::before {
    content: url(/assets/img/elememt-dark-l.png);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
  }
  .icon_ul li {
    margin-bottom: 15px;
  }
  .img_text h4 {
    margin: 0;
  }

  .client_sect {
    padding: 3rem 0rem;
  }
  .title_heading {
    position: relative;
  }
  .order_btnrow {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  button.slick-next.slick-arrow {
    display: none !important;
  }
  ul.slick-dots {
    display: none !important;
  }
  #newsletter-error {
    position: absolute;
    bottom: -32px;
    left: 8px;
  }


/* css shop page */
.process_circle {
	width: 140px;
	height: 140px;
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: capitalize;
	background: #444;
	border-radius: 100%;
	line-height: 140px;
	margin: auto;
}
.embroidery_leather.dark_bg{background: #fff;}
.process_box h4 {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: capitalize;
	margin-top: 20p;
	margin-top: 20;
	margin-top: 20px;
	text-align: center;
}

.embroidery_leather_box {
	border: 1px solid #777575;
	border-radius: 10px;
}

.el_title {
	background: #777575;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
	text-transform: uppercase;
}

.embroidery_leather_box.active_box .getstrarted_btnrow a.btn {
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 0px;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.embroidery_leather_box.active_box .el_title {
	background: #c00;
}

.el_img img {
	width: 100%;
	height: 100%;
}

.el_img {
	position: relative;
}

.el_img img {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
}

ul.el li {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
}

ul.el {
	position: relative;
	padding: 4rem 2rem;
}

.getstr_btnrow {
	text-align: center;
	width: 100%;
	display: block;
	display: flex;
	justify-content: center;
	margin-top: 29px;
}

.process_box {
	margin-top: 28px;
}

section.banner_inner .row_custom {
	align-items: center;
}

.process_st_bg {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: nowrap;
}

ul.process_st {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	column-gap: 40px;margin: 0;
}
ul.process_st li {
  margin: 0;
}

.step_nextbtn a.btn {
	background: #000;
}

.ItemTypeItems {
	background: #1e1d1d;
}

.HatBrand {
	background: url(/assets/img/Richardson_img.png);
	background-color: #2e2e2e;
	background-position: right;
	background-repeat: no-repeat;
	background-size: 50%;
	padding: 1.5rem 0px;
}

.accordion {
	background-color: #1d1d1d;
	color: #ffffff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size: 28px;
}

.accordion.active,
.accordion:hover {
	background-color: #1e1d1d;
}

.panel {
	padding: 0 18px;
	background-color: #1e1d1d;
	display: none;
	overflow: hidden;
}

.accordion:after {
	content: "\02795";
	font-size: 20px;
	float: right;
	margin-left: 5px;
	position: absolute;
	right: 0px;
	top: 26px;
	/* color: #f00; */
	background: #fff;
}

.accordion.active:after {
	content: "\2796";
}

.Item_Holder {
	background: #1e1d1d;
}

.accordion.hatTitle {
	display: flex;
	column-gap: 20px;
	position: relative;
	font-weight: 700;
}

.hatDescription {
	background: #d9d9d9;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 8px;
}

.hatStyleImage {
	text-align: center;
	display: block;
	width: 100%;
}

.hatStyleImage img {
	display: inline-block;
	max-width: 400px;
}

.hatSizePriceChart {
	display: grid;
	gap: 50px;
	grid-template-columns: 1fr 1fr;
	max-width: 800px;
	margin: 30px auto;
}

.tableHeaderHolder {
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #c00;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
}

table.sizeTable {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.sizeTableHeader {
	font-weight: 600;
	background: #d9d9d9;
	color: #2e2e2e;
	font-size: 14px;
}

.priceTable tr td {
	padding: 5px 15px;
}

.priceTable {
	font-size: 14px;
	text-align: center;

	margin-bottom: 10px;
}

.priceTable .currentPriceTier {
	background-color: #c00;
	color: #fff;
	border: 1px solid #c00;
}

.priceTable .priceTableHeader,
.priceTable .priceTablebody {
	font-weight: 600;
	background: #7e7e7e;
	color: #ffffff;
}

.priceTable tr .currentPriceTierText {
	color: #c00;
	font-size: 14px;
}

.quantity_itemBlock {
	border-radius: 10px;
	border: 1px solid #000;
	background: #d9d9d9;
}

.quantity_itemBlock .previewImage:before {
	content: "";
	background: url(/assets/img/plus.svg);
	background-size: cover;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 10px;
}

.quantity_itemBlock a.previewImage {
	position: relative;
	display: inline-block;
	text-align: left;
}

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

.itemColorName_size span.colorOption {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 52px;
}

.itemColorName_size span.sizeNameHolder {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 52px;
}

.quantity-control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	background: #fff;
	border-radius: 100px;
	padding: 10px 0.4rem;
	border: 1px solid #000;
}

.quantity-btn {
	background: transparent;
	border: none;
	outline: none;
	margin: 0;
	padding: 0px 8px;
	cursor: pointer;
}

.quantity-btn svg {
	width: 15px;
	height: 15px;
}

.quantity-input {
	outline: none;
	user-select: none;
	text-align: center;
	width: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.itemQuantityTable {
	display: grid;
	gap: 20px;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.quantity_itemBlock {
	border-radius: 10px;
	border: 1px solid #000;
	background: #d9d9d9;
	padding: 1rem;
}

.hatPreviewImage img {
	margin-left: auto;
	margin-right: auto;
}

.hatPreviewImage {
	text-align: center;
}

.quantity_itemBlock a.previewImage {
	position: relative;
	display: inline-block;
	text-align: left;
}

.quantity_itemBlock:hover {
	border-color: #c00;
}

.accordion.hatTitle.active {
	color: #c00;
}
.totalBottomBar {
  position: fixed;
  width: 100%;
  bottom: 0;z-index: 99;
}
.savingsProgress {
	background: #2e2e2e;
	color: #fff;
	padding: 0;
}

.savingsProgress .tbt_text {
	color: #fff;z-index: 9999;
  position: relative;
	text-align: center;
}

.savingsProgress .tbt_text h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	color: #fff;
}

.savingsProgress .tbt_text p {
	font-size: 13px;
	font-weight: 400;
	color: #fff;margin: 0;
}
.prosbar {
  background: green;
  position: absolute;
  height: 100%;
  bottom: 0;
}
.currentTotalContent {
	background: #cc0000;
	padding: 10px;
}

.currentTotalContent .ctc_text {
	color: #fff;
	text-align: center;
}

.currentTotalContent .ctc_text h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.currentTotalContent .ctc_text p {
	font-size: 13px;
	font-weight: 400;margin: 0;
}

.file_upload input::-webkit-file-upload-button {

	padding: 18px 35px;
	background-color: #cc0000;
	border: none;

	color: white;
	text-transform: uppercase;
	transition: 100ms ease-out;
	cursor: pointer;
}

.file_upload input::-webkit-file-upload-button:hover {
	background-color: #cc0000;
}

.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;

	padding: 0px 0px;
}

.tabs .active-tab {
	border-top: 1px solid #cc0000;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	border-bottom: none;
	position: relative;
	color: #cc0000;

}

.file_upload {
	color: #fff;
}

/* .tabs .active-tab:after {
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -0.1em;
  left: 0;
  background: white;
} */
.tabs li {
	display: inline-block;
	cursor: pointer;
	color: #000;
	padding: 20px 10px;
	font-size: 20px;
	font-weight: 600;
	width: 49.5%;
	text-align: center;border: 1px solid #000;border-bottom: 0;
}
.news_letter .heading_h2 {
  display: none;
}
.tabs li.fsttab {
  margin-right: 6px;
}
.tabs li.lastab {
  margin-left: 5px;
}


.tabs-content {
	margin: 0px;
	padding: 2rem;
	list-style: none;
	border: 1px solid #cc0000;
}

.tabs-content li {
	display: none;
}

.tab_Area {
	padding: 40px 0px;
}

ul.tabs-content h5 {
	font-size: 20px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 8px;
	font-weight: 600;
}

ul.tabs-content p {
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}

ul.tabs-content {
	color: #000;
	font-size: 14px;
}

.art_title h4 {
	text-align: center;
	font-size: 20px;
	color: #ffff;
	background: #cc0000;
	padding: 1rem;
}

.infoTextSection {
	background: #2A2828;
	color: #fff;
	padding: 1.5rem 2rem;
	text-align: center;
	line-height: 27px;
	margin-top: 20px;
	font-size: 14px;

}

textarea#txtPlacementNotes {
	width: 100%;
	padding: 20px;
	background: #000000;
	height: 100px;
	border: 1px solid #666666;
	margin-top: 20px;
}

.Standard_content_Area .colm {
	background: #000000;
	color: #fff;
	padding: 2rem;
	border: 1px solid #666666;
}

.Standard_content_Area .colm:hover {
	border-color: #cc0000;
}

.Standard_content_Area h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

ul.sdt li {
	line-height: 27px;
	list-style-type: disc;
}

ul.sdt li::marker {
	color: #cc0000;
}

ul.sdt {
	padding-left: 15px;
	margin-bottom: 16px;
}

.Standard_content_Area {
	margin-top: 3rem;
	padding-bottom: 3rem;
}

.art_title {
	margin-bottom: 1rem;
}

.fe_btn a.btn {
	width: 100%;
	background: #1E1D1D;
}

.fe_btn {
	margin-top: 10px;
}

.sfe_ul {
	display: flex;
}

.sfe_ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
	padding: 20px 0px;
}

.hatSizePriceChart_artwork {
	max-width: fit-content;
}

.lp_colm {
	position: relative;
	padding: 2rem;
	background: #fff;
	border: 1px solid #7E7E7E;
	border-radius: 10px;
}

.logo_pacement {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
	padding: 20px 0px;
}

.check_icon {
	float: right;
}

.lp_btn {
	margin-top: 20px;
}

.lp_btn .btn {
	width: 100%;
	color: #ffffff;
	background: #A49C9C;
}

.lp_colm.active .btn {
	background: #cc0000;
}

.lp_colm.active .check_icon svg #Oval {
	fill: #cc0000 !important;
}

.lp_colm.active {
	border-color: #cc0000;
}

.lp_colm:hover .btn {
	background: #cc0000;
}

.lp_colm:hover .check_icon svg #Oval {
	fill: #cc0000 !important;
}

.lp_colm:hover {
	border-color: #cc0000;
}

.lp_Area p {
	text-align: left;
}

.add_Area .lp_colm {
	padding: 10px;
}

.check_icon {
	float: right;
	position: absolute;
	right: 10px;
}

.lp_btn.add_Area_btn .btn {
	font-size: 12px;
}

.Additional_Area .hatSizePriceChart_artwork {
	margin-top: 10px;
}

.left_text {
	text-align: left;
}

div#threadChart {
	display: flex;
	gap: 10px;
	font-size: 12px;
	flex-wrap: wrap;
}

#threadChart .thread {
	width: 75px;
}

.title_content_Area {
	margin-top: 3rem;
}

.hatSizePriceChart_right {
	width: max-content;
}

.title_content_Area.pb_m {
	padding-bottom: 58px;
}

.minicart-wrapper .action.showcart::before {
  color: #fff;
}
.minicart-wrapper .action.showcart:hover::before {
  color: #ddd;
}
/**mobile***/
#newsletter-error {
  position: absolute;
  bottom: -32px;
  left: 8px;
}
@media only screen and (max-width: 1199px) {
  .banner_text h1 {
    font-size: 4.5rem;
  }
  .heading_h2 {
    font-size: 2.8rem;
  }
  .nav-item, .category-item {
    margin-left: 3rem;
  }
}

@media only screen and (max-width: 1023px) {
  .banner_text h1 {
    font-size: 4rem;
  }
  .heading_h2 {
    font-size: 2.5rem;
  }
  .testiminial{max-width: 1023px;}
}

@media only screen and (max-width: 979px) {
  .process .row_colm_4 {
    grid-template-columns: 1fr 1fr;
  }
  .nav-link, .level-top {
    font-size: 15px;
  }
  .nav-item, .category-item {
    margin-left: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .page-header {
    border-bottom: none;
    margin-bottom: 0;
  }
  .nav-toggle::before {
    font-size: 30px;
    color: #c00;
  }
  .nav-toggle:hover::before {
    color: #fff;
  }
  .nav-toggle {
    top: 26px;
  }
  .logo {
    margin: 0 auto;
  }
  .nav-menu {
    position: absolute;
    left: -100%;
    top: 5rem;
    flex-direction: column;
    background-color: #000000;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    z-index: 99;
    padding: 2rem;
  }
  .nav-link, .level-top {
    font-size: 1.2rem;
  }
  .nav-menu.active {
    left: 0;
  }

  .nav-item, .category-item {
    margin: 15px 0px;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .testiminial{max-width: 768px;}
}

@media only screen and (max-width: 767px) {
  .columns .column.main {
    order: 0;
  }
  section {
    padding: 3rem 0rem;
  }
  .row_colm_2 {
    grid-template-columns: 1fr;
  }
  .row_colm_3 {
    grid-template-columns: 1fr 1fr;
  }
  .heading_h2 {
    font-size: 2rem;
  }
  .row_custom {
    gap: 25px;
  }
  .banner_text h1 {
    font-size: 3.5rem;
  }
  .banner_home {
    padding-top: 2rem;
    padding-bottom: 0px;
  }
  .row_colm_4 {
    grid-template-columns: 1fr 1fr;
  }
  .footer .coml {
    margin-bottom: 1rem;
  }
  .catagories_shop .row_colm_4 {
    grid-template-columns: 1fr 1fr;
  }
  .testiminial{max-width: 767px;}
  .section_home2 .row_colm_3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .section_home2 .img_text p {
    margin: 0;
  }
  .section_home2 .icon_box {
    width: auto;
    height: auto;
    padding: 6px;
  }
}

@media only screen and (max-width: 576px) {
  .row_colm_3 {
    grid-template-columns: 1fr;
  }
  .row_colm_4 {
    grid-template-columns: 1fr;
  }
  .process .row_colm_4 {
    grid-template-columns: 1fr;
  }
  .banner_text h1 {
    font-size: 3rem;
  }
  .process .coml {
    margin-bottom: 1rem;
  }
  .catagories_shop .row_colm_4 {
    grid-template-columns: 1fr 1fr;
  }
  .testiminial{max-width: 576px;}
  .section_home2 .row_custom {
    gap: 10px;
  }
  .section_home2 .img_text h4 {
    font-size: 16px;
  }
  .section_home2 .img_text p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 500px) {
  .form-box {
    display: grid;
  }
  .input-main {
    margin-right: 0;
  }
  .submit {
    margin-top: 16px;
  }
  .description {
    font-size: 1rem;
    margin: 0 35px;
  }
  .title {
    font-size: 1.5rem;
  }
  .form-box {
    margin-top: 25px;
  }
  .testiminial{max-width: 500px;}
}

@media only screen and (max-width: 400px) {
  .catagories_shop .row_colm_4 {
    grid-template-columns: 1fr;
  }
  .testiminial{max-width: 400px;}
  .section_home2 .container {
    padding: 0 35px;
  }
  .section_home2 .row_colm_3 {
    grid-template-columns: 1fr;
  }
  .section_home2 .img_text h4 {
    font-size: 1rem;
  }
  .section_home2 .img_text p {
    font-size: 0.875rem;
  }
}

/*** shop */
@media only screen and (max-width: 1024px) {

	.process_st_bg {
		flex-wrap: wrap;
	}

	.step_nextbtn {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 980px) {
  .step_nextbtn{ display: none;}
	.itemQuantityTable {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.priceTable tr td {
		padding: 5px 8px;
	}

	.lp_btn.add_Area_btn .btn {
		font-size: 10px;
		padding: 5px;
		line-height: 14px;
	}
}

@media only screen and (max-width: 767px) {
  .section_home2 .container {
    padding: 0 10px;
  }
  .process_st_bg .img_text h4 {
    font-size: 13px;
  }
	ul.el li {
		font-size: 20px;
	}

	.img_text h4 {
		font-size: 1rem;
	}

	.icon_box {
		/*width: 35px;
		height: 35px;*/
    width: 15px;
		height: 15px;
		padding: 6px;
	}

	.icon_box img {
		height: 20px;
		width: 20px;
	}

	.img_text {
		display: flex;
		gap: 3px;
		align-items: center;
	}

	ul.process_st li {
		width: 25%;
	}

	.process_st_bg {
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.step_nextbtn {
		width: 100%;
	}

	.step_nextbtn a.btn {
		width: 100%;
	}

	.section_home2 {
		padding: 2rem 0px;
	}

	ul.process_st {

		column-gap: 0;
	}

	.accordion.hatTitle {
		column-gap: 15px;
		font-size: 20px;
		align-items: center;

	}

	.hatSizePriceChart {
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.itemQuantityTable {
		grid-template-columns: 1fr 1fr;
	}

	.hatSizePriceChart_artwork {
		margin-left: auto;
		margin-right: auto;
	}

	.logo_pacement {
		grid-template-columns: 1fr 1fr;
	}

	.tabs li {

		font-size: 18px;

	}
}

@media only screen and (max-width: 479px) {

	.itemQuantityTable {
		grid-template-columns: 1fr;
	}

	.priceTable tr td {
		padding: 5px 12px;

	}

	.hatBrandLogo img {
		max-width: 55%;
	}

	.tabs li {

		width: 49%;
	}

	.tabs li {

		font-size: 16px;

	}

	.tabs-content {
		padding: 1rem;

	}

	#threadChart .thread {
		width: 68px;
	}
}

@media only screen and (max-width: 424px) {
  .testiminial{max-width: 424px;}
	.priceTable tr td {
		padding: 5px 5px;
	}

	.logo_pacement {
		grid-template-columns: 1fr;
	}
}