@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@300;400;500;600;700;800&family=Baloo+Da+2:wght@400;500;600;700;800&family=Galada&family=Hind+Siliguri:wght@300;400;500;600;700&family=Noto+Sans+Bengali:wght@300;400;500;600;700;800;900&family=Noto+Serif+Bengali:wght@300;400;500;600;700;800;900&family=Tiro+Bangla:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'WooCommerce';
    src: url('https://rahsumyanoor.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
	--col1: #c9a66b;
	--col2: #d04a0a;
	--col3: #22891f;
	--col4: #00276C;
	--col5: #f60;
	--ff:'Jost', sans-serif;
	--ff1:'Noto Serif Bengali', serif;
	--ff2:'Noto Sans Bengali', sans-serif;	
	--ff3:'Baloo Da 2', cursive;
	--ff4:'Hind Siliguri', sans-serif;
	--ff5:'Anek Bangla', sans-serif;
}
body {
	margin: 0;
	font-family: var(--ff);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: rgb(30, 30, 30);
	text-align: left;
	background-color: #fff;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
a {
	color: var(--col4);
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 500;
	line-height: 1.2;
}
p {
	margin: 0;
}
a:hover{
	color: var(--col1);
	text-decoration: none;
}
button:focus, a:focus{
	outline: none;
}
ul, ol{margin: 0; padding: 0;}
li{
	list-style: none;
}
button:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	transition: all .3s ease-in-out;
}
@media (min-width: 576px) {
	.account_navigation_toogle {display: none;}
}
@media (min-width: 767px) {
	.container-fluid {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1260px;
	}
}
/* Header CSS  */
.overlay {
	background: #000;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in-out;
}
.primeItWorld_siteWrap {
	transition: all .3s ease-in-out;
}
.pitwOfferBanner {
	display: grid;
	grid-template-columns: 1fr;
	border: initial;
	background: linear-gradient(rgba(9, 8, 8, 0.5), rgba(0, 0, 0, 0.4)), url(https://rahsumyanoor.com/wp-content/themes/primeitworldshopping/primeitworld-assets/primeitworld-images/offer_bg.jpg) center/cover no-repeat;
}
.offerText {
	display: flex;
	padding: 8px 28px 8px 28px;
	justify-content: center;
	align-items: center;
}
.offerText p {
	width: auto;
	text-align: center;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
}
.offerText .offer_btn {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    box-sizing: border-box;
    padding: 6px 20px 6px 20px;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    border: none;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 0px;
    margin-left: 20px;
    text-align: center;
}
.hd_top_inner {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}
.header_top {
	background: rgb(28, 28, 28);
	color: #fff;
}
.hd_top_bar_carousel {
	padding-left: 60px;
}
.hd_top_list li {
	display: inline-block;
	line-height: 17px;
}
.hd_top_list li:not(:first-child) {
	border-left: 1px solid #b7b4b4;
	padding-left: 8px;
	margin-left: 8px;
}
.hd_top_list li a {
	color: #fff;
	font-size: 14px;
}
.header_main {
	padding: 24px 0;
	border-bottom: 1px solid rgb(221, 221, 221);
	background-color: #fff;
}
.sticky_header .header_main {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 10px 0;
}
.header_main_inner {
	display: flex;
	justify-content: space-between;
}
.header_logo img {
	max-height: 38px;  
}
.header_secondary_nav {
	padding-top: 6px;
}
.header_links_list li {
	display: inline-block;
	padding-left: 12px;
}
#fkcart-floating-toggler {
	display: none;
}
/* Header Nav menu  */
.primary_nav_menu > li {
	display: inline-block;
	padding: 5px 15px;
}
.primary_nav_menu li a {
	color: rgb(30, 30, 30);
	font-size: 14px;
}
.primary_nav_menu > li.menu-item-has-children{
	position: relative;
}
.primary_nav_menu > li.menu-item-has-children > a {
	position: relative;
	padding-right: 16px;
}
.primary_nav_menu > li.menu-item-has-children > a::after {
	content: "\f107";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	font-size: 12px;
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 10px;
}
.primary_nav_menu .sub-menu {
	border: 0;
	text-transform: none;
	padding: 0;
	top: -99999px;
	margin: 0;
	position: absolute;
	list-style: none;
	width: auto;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	font-family: "Helvetica Neue",Helvetica,Arial;
	font-weight: 400;
	line-height: normal;
	white-space: initial;
	height: auto;
	visibility: visible;
	opacity: 1;
	overflow: visible;
	z-index: 1000000;
	display: block;
	pointer-events: auto;
}
.primary_nav_menu > li:hover > .sub-menu{
	top: 100% ;
	-webkit-animation: mmFadeInUp .3s ease forwards;
	animation: mmFadeInUp .3s ease forwards;
	display: block ;
	opacity: 1;
	height: auto;
	width: auto;
	visibility: visible;
	overflow: visible;
	transition: none ;
	transform: scale(1);
}
.primary_nav_menu .sub-menu li:hover > .sub-menu{
	top: 0;
	left: 100%;
	-webkit-animation: mmFadeInUp .3s ease forwards;
	animation: mmFadeInUp .3s ease forwards;
	display: block ;
	opacity: 1;
	height: auto;
	width: auto;
	visibility: visible;
	overflow: visible;
	transition: none ;
	transform: scale(1);
}
.primary_nav_menu .sub-menu li {
	padding: 15px;
	border-bottom: 1px solid #eee;
	min-width: 190px;
	position: relative;
}
.primary_nav_menu .sub-menu li:hover{
	background: #f9f9f9;
}
.primary_nav_menu .sub-menu li a {
	padding-right: 15px;
	position: relative;
	display: block;
}
.primary_nav_menu .sub-menu li.menu-item-has-children > a::after{
	content: "\f105";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	font-size: 12px;
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 10px;
}
@-webkit-keyframes mmFadeInUp {
  0% {
    opacity:0;
    -webkit-transform:scale(1) translate3d(0,30px,0);
    transform:scale(1) translate3d(0,30px,0)
  }
  100% {
    opacity:1;
    -webkit-transform:scale(1) translate3d(0,0,0);
    transform:scale(1) translate3d(0,0,0)
  }
}
@keyframes mmFadeInUp {
  0% {
    opacity:0;
    -webkit-transform:scale(1) translate3d(0,30px,0);
    transform:scale(1) translate3d(0,30px,0)
  }
  100% {
    opacity:1;
    -webkit-transform:scale(1) translate3d(0,0,0);
    transform:scale(1) translate3d(0,0,0)
  }
}
.header_search_box {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid rgb(221, 221, 221);
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}
.header_links_list a {
	color: rgb(30, 30, 30);
}
.header_main.pitw_sm {
    padding: 15px 0;
}
.pitw_sm .header_logo {
    padding-left: 25px;
}
.pitw_sm .header_logo img {
    max-height: 28px;
}
.pitw_sm .header_links_list li {
    display: inline-block;
    padding-left: 6px;
}
.pitw_sm .header_links_list a svg {
    width: 22px;
}
button.sidebar_menu_toggle {
    border: 0;
    background: 0;
    padding: 0;
}
div#pitw_slide_menu {
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.21);
    overflow: auto;
    overflow-x: hidden;
    background: rgb(243 243 243);
    position: fixed;
    top: 0;
    width: 340px;
    max-width: 100%;
    left: -102%;
    height: 100vh;
    z-index: 999999;
    transition: all .3s ease-in-out;
}
.sld_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 10px 20px;
	background: rgb(243 243 243);
}
button.sidebar_menu_toggle_close {
    border: 0;
    background: 0;
    padding: 0;
}
.sld_nav_container {
    padding: 0 20px;
}
.primary_slide_menu .sub-menu {
    display: none;
}
.primary_slide_menu li { position: relative; }
.primary_slide_menu > li {
    border-bottom: 1px solid rgb(211 208 208);
}
.primary_slide_menu > li:last-child {
    border-bottom: none;
}
.primary_slide_menu > li > a {
    text-transform: uppercase;
    font-size: 13px;
    color: rgb(30, 30, 30);
    letter-spacing: 1px;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
}
.primary_slide_menu > li.menu-item-has-children > a{
	padding-right: 35px;
}
.primary_slide_menu .submenu-toggle {
    border: 0;
    cursor: pointer;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: 0;
}
.primary_slide_menu > li > .submenu-toggle {
    width: 35px;
    height: 44px;
}
.primary_slide_menu .sub_open > .submenu-toggle > i.las.la-angle-down:before {
    content: "\f00d";
}
.primary_slide_menu ul.sub-menu {
    background: #fff;
}
.primary_slide_menu ul.sub-menu li {
    padding: 4px 0 4px 15px;
}
.primary_slide_menu > li > ul.sub-menu > li:first-child{
	padding-top: 15px;
}
.primary_slide_menu > li > ul.sub-menu > li:last-child{
	padding-bottom: 15px;
}
.primary_slide_menu ul.sub-menu li a {
    font-size: 14px;
    color: rgb(30, 30, 30);
    display: block;
}
.primary_slide_menu ul.sub-menu li.menu-item-has-children > a{
    padding-right: 30px;
}
.primary_slide_menu ul.sub-menu li.sub_open > a {
    font-weight: 600;
}
.primary_slide_menu ul.sub-menu li .submenu-toggle {
    width: 30px;
    height: 29px;
    font-size: 14px;
}
/* Footer CSS  */
.footer_features {
	padding: 60px 0;
}
.ft_features_inner {
	display: flex;
}
.ft_feature_item {
	text-align: center;
}
.ft_features_inner .ft_feature_item {
	width: 25%;
	padding: 0 16px;
}
.ft_feature_item_inner {
    margin: 0 auto;
}
.ft_features_inner .ft_feature_item_inner {
	border: 1px solid #eee;
	padding: 20px;
}
.ft_feature_item_inner i {
	color: rgb(204, 168, 108);
	font-size: 24px;
}
.ft_feature_item_inner h4 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 30px auto 20px;
}
.ft_feature_item_inner p {
	font-size: 15px;
}
.ft_features_slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.ft_features_slider .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c7c7c7;
    margin: 0 4px;
    padding: 0;
}
.ft_features_slider .owl-dots button.owl-dot.active {
    background: #000;
}

.footer_main {
	background: rgb(30, 30, 30);
	padding: 60px 0 30px;
}
.footer_widget.news_letter_col {
	padding-right: 30px;
}
.ft_widget_heading {
	color: rgb(255, 255, 255);
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.footer_widget p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 15px;
	margin-bottom: 10px;
}
.footer_menu li {
	margin-bottom: 8px;
}
.footer_menu a {
	color: rgba(255, 255, 255, 0.65);
	font-size: 15px;
	display: inline-block;
}
.footer_menu a:hover {
	color: rgb(255, 255, 255);
}
.ft_contacts li {
	white-space: normal;
	color: rgba(255, 255, 255, 0.65);
	font-size: 15px;
	margin-bottom: 5px;
}
.ft_contacts li span {
	font-weight: 600;
}
.ft_contacts li a {
	color: rgba(255, 255, 255, 0.65);
	font-weight: 600;
}
.ft_contacts li a:hover {
	color: #fff;
}
.nl_subs_form {
	display: flex;
	margin-bottom: 20px;
}
.nl_subs_form .input {
	margin-bottom: 0;
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: transparent;
	color: rgba(255, 255, 255, 0.65);
	outline: 0;
	flex-grow: 1;
	width: calc(100% - 85px);
}
.nl_subs_form .input:focus {
	border: 1px solid #fff;
}
.nl_subs_form .button {
	border: 0;
	outline: 0;
	box-shadow: none;
	padding: 5px 12px;
	text-transform: uppercase;
	font-size: 13px;
	height: 42px;
	width: 85px;
}
.footerSocial {
	display: flex;
	gap: 15px;
}
.footerSocial li a {
	color: rgba(255, 255, 255, 0.65);
	font-size: 20px;
	display: block;
	border-radius: 50%;
	width: 34px;
	text-align: center;
	background: #000;
	line-height: 34px;
}
.footerSocial li a:hover {
	color: #fff;
}
.footer_bottom {
	background: rgb(30, 30, 30);
	padding: 20px 0;
}
.footer_bottom_inner {
	justify-content: space-between;
}
.footer_bottom p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
	text-transform: uppercase;
}
.footer_bottom p a {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 600;
}
.footer_bottom p.developer {
	text-align: right;
}
.ptm-banners {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.ptm-banners img {
	height: 24px;
}
/* Woocommerce CSS  */
.pitw_page_header {
	position: relative;
	overflow: hidden;
	min-height: 130px;
	background: rgb(246, 238, 232);
	border-bottom: 1px solid rgb(219, 219, 219);
}
.page_header_content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page_header_content .woocommerce-breadcrumb {
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgb(30, 30, 30);
}
.page_header_content .woocommerce-breadcrumb a{
	color: rgb(30, 30, 30);
}
.page_header_content .woocommerce-products-header {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page_header_content .woocommerce-products-header__title.page-title {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1px;
}
.archive_content_header {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(219, 219, 219);
    padding: 15px 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.archive_content_header .woocommerce-result-count {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.archive_content_header .woocommerce-ordering {
	margin: 0;
}
.archive_content_header .woocommerce-ordering .orderby {
	border: 1px solid #f6eee8;
	background: transparent;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 10px;
}
.woof_container {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(221, 221, 221);
}
.woof_container_inner h4 {
	margin-bottom: 9px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}
.woof_list_label .woof_label_term {
	min-width: 35px;
	height: 35px;
}
.archive_products .products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
}
.pitw_product_item {
	text-align: center;
}
.pitw_product_item .product_thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.pitw_product_item .product_thumb img {
	width: 100%;
}
.pitw_product_item .onsale_percentage {
	background: rgb(204, 168, 108);
	color: rgba(2, 2, 2, 0.65);
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 5px;
	line-height: 20px;
	letter-spacing: 1px;
}
.pitw_product_item .product_desc .title {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 14px;
}
.pitw_product_item .product_desc .title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #606060;
	letter-spacing: 1px;
	font-size: 13px;
}
.product_desc .price {
	font-size: 16px;
	display: flex;
	justify-content: center;
	color: #606060;
	font-weight: 500;
}
.product_desc .price del {
	order: 2;
	margin-left: 7px;
	opacity: .5;
}
.product_desc .price ins {
	text-decoration: none;
	color: rgb(204, 168, 108);
	order: 1;
	font-weight: 600;
}
.product_desc .price .woocommerce-Price-currencySymbol {
	margin-right: 2px;
}
.pitw_product_item .thumb-gallery {
    margin-top: 8px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    height: 35px;
    overflow: hidden;
}
.pitw_product_item .thumb-gallery img {
	width: 35px;
	height: 35px;
	object-fit: cover;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: 0.3s;
}
.pitw_product_item .thumb-gallery img:hover {
	border-color: #333;
}
.archive_products .woocommerce-pagination, .pagination_wrap {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.archive_products .woocommerce-pagination ul.page-numbers, .navigation.pagination .nav-links {
	margin: 0;
	border: 0;
	display: flex;
	border-bottom: 1px solid #ddd ;
}
.archive_products .woocommerce-pagination ul.page-numbers li, .navigation.pagination .nav-links .page-numbers {
	border: 0;
	margin-bottom: -2px;
}
.archive_products .woocommerce-pagination ul.page-numbers .page-numbers, .navigation.pagination .nav-links .page-numbers {
	border: 0;
	border-bottom: 3px solid transparent;
	background: 0 !important;
	min-width: 60px;
	line-height: 44px;
	padding: 0;
	text-align: center;
	display: block;
}
.archive_products .woocommerce-pagination ul.page-numbers .page-numbers.current , .archive_products .woocommerce-pagination ul.page-numbers .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers:hover {
	border-bottom: 3px solid #000;
}
.article__image img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}
/* Home CSS  */
.hero_notice_section {
	padding: 30px 10px;
}
.notice-wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.notice-content {
    display: inline-block;
    animation: scroll-left 40s linear infinite;
}
.notice-content a, 
.notice-content span {
    margin-right: 50px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
	text-transform: uppercase;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.notice-wrapper:hover .notice-content {
    animation-play-state: paused;
}
.home_product_section, .home_banner_sec_two {
	padding: 60px 0;
}
.sec_heading {
	text-align: center;
	margin-bottom: 50px;
}
.sec_heading h4 {
	margin-bottom: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #686666;
}
.sec_heading h2 {
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 1px;
}
.sec_moreLink {
	text-align: center;
	margin-top: 32px;
}
.sec_moreLink .secMoreLink {
	background: #3c3a3a;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 12px 30px;
	letter-spacing: 2px;
	display: inline-block;
}
.pitw_product_with_banner {
	display: flex;
	padding: 0 10%;
}
.prd_banner_image {
	width: 70%;
	text-align: right;
	padding-right: 10%;
}
.prd_banner_image img {
	margin: 0 auto;
}
.prd_item_outer {
	width: 30%;
	display: flex;
	flex-direction: column;
	margin: auto 0;
}
.prd_item_outer .pitw_product_item, .prd_item_outer .button_wrap {
	max-width: 270px;
}
.prd_item_outer .button_wrap {
	margin-top: 26px;
	text-align: center;
}
.prd_item_outer .button {
	background: #000;
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: inline-block;
}
.home_products_loop .owl-nav button, .home_blogs_carousel .owl-nav button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	box-shadow: 0 .125rem .625rem rgba(30, 30, 30, 0.15);
	font-size: 30px;
	line-height: 44px;
	color: #848181;
	padding: 0;
	display: none;
	background: #fff;
}
.home_products_loop:hover .owl-nav button, .home_blogs_carousel:hover .owl-nav button {
	display: block;
}
.home_products_loop .owl-nav button.owl-prev, .home_blogs_carousel .owl-nav button.owl-prev {
	left: 0;
}
.home_products_loop.products.home_products_carousel_2 .owl-nav button {
	display: block;
}
.home_products_loop .owl-nav button.owl-next, .home_blogs_carousel .owl-nav button.owl-next {
	right: 0;
}
.home_products_loop .owl-nav button span, .home_blogs_carousel .owl-nav button span {
	display: block;
	line-height: 42px;
	width: 44px;
	text-align: center;
}
.about_us_section {
	display: flex;
	margin: 60px 0;
	flex-wrap: wrap;
	background: rgb(242, 236, 227);
}
.about_us_banner {
	width: 50%;
}
.about_us_content {
	width: 50%;
	display: flex;
}
.about_us_content_inner {
	margin: auto 0;
	max-width: 540px;
	padding-left: 90px;
}
.about_us_content_inner h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 16px;
	font-size: 30px;
}
.about_us_content_inner p {
	font-size: 15px;
	margin-bottom: 25px;
}
.about_us_content_inner .button {
	background: #3c3a3a;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 12px 30px;
	letter-spacing: 2px;
	display: inline-block;
}
.pitw_blog_item {
	padding: 0 20px;
}
.pitw_blog_item .thumb {
	display: block;
	margin-bottom: 20px;
}
.pitw_blog_item h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.pitw_blog_item h3 a {
	color: #262525;
}
.pitw_blog_item p {
	margin-bottom: 20px;
}
.pitw_blog_item .readmore_btn {
	color: #000;
	border-bottom: 1px solid #d0cfcf;
	letter-spacing: 1px;
}
.page__content, .article_content {
	font-size: 16px;
}
.page__content p, .article_content p{
	margin-bottom: 15px;
}
.page__content h2, .article_content h2 {
	font-size: 22px;
	margin-bottom: 10px;
}
.page__content h3, .article_content h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.page__content h4, .article_content h4 {
	font-size: 18;
	margin-bottom: 10px;
}
.page__content h5, .article_content h5 {
	font-size: 17px;
	margin-bottom: 10px;
}
.page__content ul, .article_content ul, .page__content ol, .article_content ol {
    margin-bottom: 15px;
    padding-left: 20px;
}
.page__content ul li, .article_content ul li {
    list-style: disc;
    margin-bottom: 7px;
}
.page__content ol li, .article_content ol li {
    list-style: decimal;
    margin-bottom: 7px;
}
.article_content {
	margin-top: -100px;
	background: #fff;
	position: relative;
	padding: 30px 40px;
}
.article_content .page__title {
	font-size: 36px;
	margin-bottom: 12px;
}
.article__footer-bottom {
	margin-top: 30px;
}
.article__footer-bottom p {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 5px;
}
.social-share {
	display: flex;
	justify-content: space-around;
	border: 1px solid #ddd;
}
.social-share li {
	border-right: 1px solid #ddd;
	width: 20%;
	text-align: center;
}
.social-share li:last-child {
	border-right: 0;
}
.social-share li a {
	font-size: 22px;
	display: block;
	color: #393939;
	width: 100%;
	padding: 6px;
	background: #fff;
}
.social-share li a:hover {
	background: var(--col1);
	color: #fff;
}
.contact_page__content {
	background: #f4f4f4;
	padding: 30px 0;
}
.contact-inner-form, .address-map-wrap {
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 15px;
	background: #fff;
	height: 100%;
}
.contact-inner-form h4, .address-map-wrap h4 {
	color: #444648;
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact-inner-form hr {
	margin-bottom: 24px;
}
.contact-inner-form .form-group {
	margin-bottom: 22px;
}
.contact-inner-form .form-group p {
	position: relative;
}
.contact-inner-form .form-group p label {
	position: absolute;
	z-index: 9;
	left: 15px;
	top: -9px;
	background: #fff;
	padding: 0 5px;
}
.contact-inner-form .form-control {
	outline: 0;
	box-shadow: none;
	padding-top: 12px;
}
.wpcf7-submit.btn {
	background: var(--col1);
	color: #fff;
	font-weight: 600;
	outline: 0;
	text-transform: uppercase;
}
.address-inner .address {
	margin-bottom: 15px;
}
.address-inner .address .con-item {
	padding-bottom: 12px;
	position: relative;
}
.address-inner .address .con-item i {
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 25px;
}
.address-inner .address .con-item span {
	font-size: 16px;
	padding-left: 33px;
	line-height: 25px;
	display: inline-block;
}
.map iframe {
	width: 100%;
}
/* Woocommerce Single CSS  */
.pitw_single_product_wrap {
	padding: 40px 0 30px;
}
#primeitworld_single_product {
	display: flex;
	flex-wrap: wrap;
}
.pitw_product_left {
	max-width: 58%;
}
.pitw_product_right {
	width: 42%;
	padding-left: 70px;
	flex-grow: 1;
}
.pitw_product_left .woocommerce-product-gallery {
	position: relative;
	height: 100%;
	margin-top: 0 !important;
}
.pitw_product_left .woocommerce-product-gallery__image.flex-active-slide a {
	margin-left: 120px;
	display: block;
}
.woocommerce-product-gallery__image img {
	border: 1px solid #ececec;
}
.pitw_product_left .woocommerce-product-gallery .flex-control-nav {
	width: 70px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 10;
	height: 100%;
	overflow-x: scroll;
	background: #fff;
	scrollbar-width: none;
}
.pitw_product_left .flex-control-nav.flex-control-thumbs li {
	display: block !important;
	padding: 0 2px;
	margin-bottom: 12px;
	width: 100% !important;
}
.pitw_product_left .flex-control-nav.flex-control-thumbs li img {
	height: 70px;
	object-fit: cover;
	cursor: pointer;
	width: 70px;
	border: 1px solid #ececec;
}
.flex-control-nav.flex-control-thumbs li img.flex-active {
	opacity: .5;
	cursor: grabbing;
	border: 1px solid #000;
}
.pitw_product_summary.pitw_product_summary_sm, .product_gallery.product_gallery_sm {
    width: 100%;
}
.pitw_product_summary .stock.in-stock {
	color: rgb(50, 125, 7);
	border-bottom: 2px solid rgb(50, 125, 7);
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-weight: 600;
	font-style: italic;
}
.pitw_product_summary .stock.out-of-stock {
	color: rgb(200, 0, 0);
	border-bottom: 2px solid rgb(200, 0, 0);
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-weight: 600;
	font-style: italic;
}
.pitw_product_summary .product_title.entry-title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 1px;
	color: rgb(28, 28, 28);
	line-height: 1.3;
}
.pitw_product_summary .product-sku {
	color: rgba(30, 30, 30, 0.72);
	margin-bottom: 10px;
}
.pitw_product_summary .price {
	color: rgba(30, 30, 30, 0.72);
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	display: flex;
}
.pitw_product_summary .price del {
	order: 2;
	margin-left: 10px;
	opacity: .5;
}
.pitw_product_summary .price ins {
	text-decoration: none;
	color: rgb(204, 168, 108);
	order: 1;
	font-weight: 600;
}
.pitw_product_summary .cart .quantity {
	display: flex;
	width: 152px;
	align-items: center;
	margin-bottom: 12px;
	border: 1px solid rgb(219, 219, 219);
}
.pitw_product_summary .cart .quantity input {
	height: 40px;
	border-radius: 0;
	border: 0;
	width: 80px;
	outline: 0;
	box-shadow: none;
	text-align: center;
	padding: 0;
}
.pitw_product_summary .cart .quantity input::-webkit-outer-spin-button,
.pitw_product_summary .cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.pitw_product_summary .cart .quantity input[type=number] {
    -moz-appearance: textfield;
}
.pitw_product_summary .cart .quantity button {
	background: transparent;
	border: 0;
	width: 35px;
	color: #9e9e9e;
	font-size: 23px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.pitw_product_summary .single_add_to_cart_button, .pitw_product_summary .buy-now-button {
	display: block;
	width: 100%;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	padding: 12px 15px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.pitw_product_summary .single_add_to_cart_button {
	background: #c9a66b;
}
.pitw_product_summary .buy-now-button{
	background-color: #000000;
}
.pitw_product_summary .woocommerce-product-rating {
	display: flex;
	align-content: center;
	margin-bottom: 12px;
}
.pitw_product_summary .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: WooCommerce;
}
.pitw_product_summary .woocommerce-product-rating .star-rating {
	float: left;
}
.pitw_product_summary .star-rating::before {
	content: "sssss";
	color: #C9A66B;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.pitw_product_summary .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.pitw_product_summary .star-rating span::before {
	content: "SSSSS";
	color: #C9A66B;
	top: 0;
	position: absolute;
	left: 0;
}
.woocommerce-product-rating .woocommerce-review-link {
	display: inline-block;
	margin-left: 5px;
	line-height: 14px;
	color: #515151;
}
.short_description .desc_heading {
	border-top: 1px solid rgb(219, 219, 219);
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
.short_description .desc_heading h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.short_description .desc_heading .desc_btn {
	font-size: 20px;
	line-height: 20px;
	display: block;
	width: 26px;
	text-align: center;
	cursor: pointer;
}
.pitw_product_summary .variations {
	margin-bottom: 15px;
}
.pitw_product_summary .variations .reset_variations {
	display: none;
}
#ship__time {
	margin-bottom: 15px;
	border-top: 1px solid rgb(219, 219, 219);
	padding-top: 10px;
}
#ship__time span {
	font-weight: 600;
}
.product-description {
	margin-top: 50px;
	margin-bottom: 30px;
}
.product-description .prd_desc_ttl {
	font-size: 16px;
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.product-description .content h2 {
	margin-bottom: 12px;
	font-size: 18px;
}
.product-description .content h3 {
	margin-bottom: 12px;
	font-size: 16px;
}
.product-description .content h4 {
	margin-bottom: 12px;
	font-size: 15px;
}
.related_products_sec {
	padding: 50px 0;
}
.pitw_reviews {
	border: 1px solid #ddd;
	padding: 15px;
	background: #fff;
	margin-bottom: 15px;
	border-radius: 6px;
}
.product_desciption .desc_title, .woocommerce-Reviews-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.review_summery_wrap {
	display: flex;
	flex-wrap: wrap;
}
.avrage_rating {
	width: calc(50% - 10px);
	margin-right: 10px;
	background: #fff;
	border: 1px solid #d2cece;
	display: flex;
	flex-direction: column;
	height: 161px;
	border-radius: 4px;
	margin-bottom: 22px;
	justify-content: center;
	align-items: center;
	padding: 15px;
  	text-align: center;
}
.avrage_rating .avg_rating {
	font-weight: 600;
	font-size: 45px;
	color: #ffab00;
	margin-bottom: 5px;
}
.avrage_rating .avg_heading {
	font-size: 15px;
}
.rating_summery {
	width: calc(50% - 15px);
	margin-left: 15px;
	background: #fff;
	border: 1px solid #d2cece;
	display: flex;
	flex-direction: column;
	text-align: center;
	height: 100%;
	border-radius: 4px;
	align-items: center;
	padding: 15px 15px 10px;
	margin-bottom: 22px;
}
.rating_bar {
	display: flex;
	margin-bottom: 5px;
}
.rating_bar .bar {
	background-color: #f3f3f3;
	height: 22px;
	width: 200px;
	border-radius: 1px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.4),inset 0 0 0 1px rgba(0,0,0,.1);
	display: inline-block;
	text-align: left;
	margin: 0 15px;
}
.rating_bar .bar .bar_inner {
	height: 22px;
	display: inline-block;
	background: linear-gradient(to bottom,#ffce00,#ffa700);
	background-color: #ffce00;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.05);
}
.rating_bar .label, .rating_bar .percentage {
	font-size: 13px;
	display: inline-block;
	line-height: 22px;
	width: 32px;
}
.commentlist {
	margin-top: 20px;
}
.commentlist .review, .commentlist .comment {
	margin-bottom: 15px;
}
.comment_container {
	padding: 12px;
	border-radius: 4px;
	transition: all .3s ease-in-out;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border: 1px solid #d2cece;
}
.comment_container .avatar {
	width: 60px;
	height: 60px;
	border-radius: 60%;
	margin-right: 20px;
}
.comment_container .comment-text {
	width: calc(100% - 80px);
}
.comment_container .comment-text .meta {
	margin-bottom: 10px;
	margin-top: 2px;
}
.comment_container .comment-text .description {
	font-size: 14px;
	line-height: 1.5;
}
#review_form_wrapper {
	margin-top: 10px;
}
#review_form .reply__title {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}
#review_form #reply_title {
	font-weight: 600;
	color: var(--col1);
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
}
#review_form #reply_title.open {
	display: block;
	text-align: left;
}
#review_form #reply_title::before {
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-right: 7px;
}
#commentform {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}
.comment-form .comment-notes {
	font-size: 15px;
	font-style: italic;
}
.comment-form .comment-form-rating {
	display: flex;
	margin-bottom: 15px;
}
.comment-form .comment-form-rating label {
	display: inline-block;
	margin: 0;
}
.comment-form .comment-form-rating .stars {
	margin-left: 10px;
	margin-bottom: 0;
}
.comment-form p {
	margin-bottom: 15px;
}
.comment-form label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
.comment-form textarea {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	box-shadow: none;
	outline: 0;
}
.comment-form #author, .comment-form #email {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px 10px;
	max-width: 440px;
}
.comment-form .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
}
.comment-form .form-submit {
	margin-bottom: 5px;
}
.comment-form .form-submit #submit {
	background: var(--col1);
	color: #fff;
	padding: 10px 15px 6px;
	border: 1px solid var(--col1);
	border-radius: 4px;
	font-weight: 600;
	transition: all .4s ease-in-out;
}
.comment-form .form-submit #submit:hover {
	color: var(--col1);
	background: #fff;
}
.pitw_reviews p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}
.pitw_reviews p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	content: "\f005";
	text-indent: 0;
	font-family: "Font Awesome 6 Free";
  	font-weight: 400;
	color: #b2aeae;
}
.pitw_reviews p.stars:hover a::before {
	font-weight: 900;
}
.pitw_reviews p.stars a:hover ~ a::before {
	font-weight: 400;
	color: #b2aeae;
}
.pitw_reviews p.stars.selected a.active ~ a::before {
	font-weight: 400;
	color: #b2aeae;
}
.pitw_reviews p.stars:hover a::before, .pitw_reviews p.stars.selected a.active::before, .pitw_reviews p.stars.selected a:not(.active)::before {
	color: #fdd001;
	font-weight: 900;
}
.pitw_reviews .star-rating {
	float:right;
	overflow:hidden;
	position:relative;
	height:1em;
	line-height:1;
	font-size:1em;
	width:86px;
	font-family: fontawesome !important;
}
.pitw_reviews .star-rating::before{
	top: 0;
	font-family: fontawesome !important;
	font-size: 15px;
	line-height: 15px;
	text-indent: 0;
	width: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300 !important;
	position: absolute;
	margin: 0;
	float: left;
	letter-spacing: 0 !important;
	z-index: 1;
	content: "\f005\f005\f005\f005\f005";
	color: #999;
}
.pitw_reviews .star-rating span {
	overflow:hidden;
	float:left;
	top:0;
	left:0;
	position:absolute;
	padding-top:1.5em
}
.pitw_reviews .star-rating span::before {
	top: 0;
	font-family: fontawesome !important;
	right: 0;
	left: 0;
	font-size: 15px;
	line-height: 15px;
	text-indent: 0 !important;
	overflow: hidden;
	bottom: 0;
	position: absolute;
	margin: 0;
	float: left;
	letter-spacing: 0 !important;
	content: "\f005\f005\f005\f005\f005";
	color: #ffc600;
	z-index: 9999;
}
.product_gallery_sm {
    margin-bottom: 20px;
}
.product_gallery_sm .flex-control-nav {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    max-width: 100%;
    overflow: hidden;
    justify-content: center;
}
.product_gallery_sm .flex-control-nav li {
    max-width: 60px;
}
.pitw_page_header.ecom_page_header {
	min-height: 40px;
}
.ecom_page_header .page_header_content .woocommerce-products-header__title.page-title {
	display: none;
}
.pitw_page_content {
	padding: 30px 0;
}
/* Woocommerce CSS Start */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 12px 15px 12px 40px;
	margin: 0 0 20px;
	position: relative;
	background-color: #e5e5e6;
	color: #515151;
	border-bottom: 2px solid var(--col1);
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
	box-shadow: none;
	outline: 0;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	font-family: fontawesome;
	content: "";
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 15px;
	width: 22px;
	height: 22px;
	background: var(--col1);
	text-align: center;
	border-radius: 50%;
	color: #fff;
}
.woocommerce-message::before {
	content: "\f00c";
}
.woocommerce-info::before {
	content: "\f129";
}
.woocommerce-error::before{
	content: "\f00d";
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	float: right;
	background: var(--col1);
	padding: 3px 10px 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	border-radius: 3px;
	height: 23px;
	text-transform: uppercase;
}
.my_cart_content {
	padding: 15px 0;
	max-width: 900px;
	margin: 0 auto;
}
.cart_form_wrap, .cart-collaterals {
	margin-bottom: 20px;
	background: #fff;
}
.cart_form_wrap h2, .cart-collaterals h2, #order_review_heading {
	font-weight: 600;
	font-size: 16px;
	border: 1px solid #e2e2e2;
	border-bottom: 0;
	padding: 12px 12px 10px;
	border-radius: 5px 5px 0 0;
	background: #ececec;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce table.shop_table {
	border: 1px solid #e2e2e2;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	background: #fff;
}
.woocommerce .wc-proceed-to-checkout {
	text-align: center;
	border: 1px solid #e2e2e2;
	border-top: 0;
	padding: 15px;
	border-radius: 0 0 5px 5px;
}
.woocommerce table.shop_table th {
	font-weight: 500;
	padding: 5px 12px;
	line-height: 1.5em;
	border-top: 1px solid #e2e2e2;
}
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
	vertical-align: middle;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
	min-width: 62px;
}
.woocommerce table.shop_table td {
	border-top: 1px solid #e2e2e2;
	padding: 5px 12px;
	vertical-align: middle;
	line-height: 1.5em;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th, .woocommerce table.shop_table thead th {
	border-top: 0;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	height: auto;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 50px;
    box-shadow: none;
    border: 1px solid #ccc;
}
.woocommerce #order_review table.shop_table td.product-name {
	display: flex;
	align-items: center;
}
.woocommerce table.shop_table td.product-name img {
	height: 60px;
	margin-right: 10px;
	width: auto;
	object-fit: cover;
}
.woocommerce table.shop_table td.product-name .wc-item-meta li {
	display: flex;
	line-height: 1.2;
	color: var(--col3);
}
.woocommerce table.shop_table td .variation {
	display: flex;
	margin: 0;
	font-size: 14px;
	color: #8b8a8a;
	flex-wrap: wrap;
}
.woocommerce table.shop_table td .variation dt {
	margin-right: 4px;
}
.woocommerce table.shop_table td .variation dd {
	margin-bottom: 0;
	margin-right: 7px;
	color: var(--col2);
}
.woocommerce table.shop_table td .variation dt.variation-Vendor {
	margin-right: 7px;
	font-weight: 500;
}
.woocommerce table.shop_table td .variation dd.variation-Vendor {
	margin-bottom: 0;
}
.woocommerce table.shop_table td .quantity {
	display: flex;
}
.woocommerce table.shop_table td .quantity .custom-quantity-label {
	display: none;
}
.woocommerce table.shop_table td .quantity input {
	padding: 0;
	outline: 0;
	max-width: 40px;
	border: 0;
	text-align: center;
	height: 30px;
}
.woocommerce table.shop_table td .quantity input::-webkit-outer-spin-button,
.woocommerce table.shop_table td .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce table.shop_table td .quantity input[type=number] {
    -moz-appearance: textfield;
}
.woocommerce table.shop_table td .quantity button {
	background: rgb(223, 223, 223);
	border: 0px;
	width: 20px;
	color: rgb(77, 76, 76);
	font-size: 18px;
}
.woocommerce table.shop_table td.product-remove .remove {
	font-weight: 600;
	font-size: 24px;
	color: red;
}
.woocommerce table.shop_table td.actions .coupon {
	float: left;
}
.woocommerce table.shop_table td.actions #coupon_code {
	height: 30px;
	border-radius: 4px;
	border: 1px solid #c4c4c4;
	padding: 0 10px;
}
.woocommerce table.shop_table td.actions .coupon .button, .woocommerce table.shop_table td.actions > .button {
	height: 29px;
	border: 1px solid var(--col1);
	background: var(--col1);
	color: #fff;
	padding: 0 12px;
	transition: all .3s ease-in-out;
	border-radius: 3px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce table.shop_table td.actions .coupon .button:hover, .woocommerce table.shop_table td.actions > .button:hover {
	background: #fff;
	color: var(--col1);
}
.woocommerce table.shop_table td.actions > .button {
	float: right;
}
.checkout-button.button {
	border: 1px solid var(--col1);
	background: var(--col1);
	color: #fff;
	transition: all .3s ease-in-out;
	border-radius: 4px;
	display: inline-block;
	padding: 12px 15px 10px;
	font-weight: 600;
	min-width: 300px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.checkout-button.button:hover {
	background: #fff;
	color: var(--col1);
}
#coupon-error-notice {
	color: red;
	margin-top: 5px;
}
.woocommerce table.shop_table td.actions > .button:disabled,
.woocommerce table.shop_table td.actions > .button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
	color: #fff;
	background: var(--col1);
	padding: 2px 10px;
	font-size: 14px;
	font-weight: 600;
	margin: 4px 0 0;
	border-radius: 4px;
	display: inline-block;
}
.shipping-calculator-form {
	margin-top: 7px;
}
.shipping-calculator-form .form-row {
	padding: 0 0 10px;
	max-width: 195px;
}
.shipping-calculator-form .button {
	color: #fff;
	background-color: var(--col1);
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	border: 0;
	box-shadow: none;
	padding: 4px 15px 2px;
	border-radius: 3px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #e2e2e2;
	background: #fff;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
	list-style: none outside;
	background: #ececec;
	border-radius: 5px 5px 0 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #f5f5f5;
	color: #515151;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	content: "";
	display: block;
	border: 1em solid #f5f5f5;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}
.wc_payment_method.payment_method_cod label {
	font-weight: 600;
	color: var(--col4);
}
.woocommerce-checkout-payment h2, .woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-additional-fields h3 {
	font-weight: 600;
	font-size: 16px;
	border-bottom: 1px solid #e2e2e2;
	padding: 12px 12px 10px;
	border-radius: 5px 5px 0 0;
	background: #ececec;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce-shipping-fields h3 input {
	width: 16px;
	height: 16px;
}
.woocommerce table.shop_table td #shipping_method li {
	display: flex;
	align-items: start;
}
.woocommerce table.shop_table td #shipping_method input {
	margin-right: 5px;
	margin-top: 4px;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 1em;
}
.form-row.place-order .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 12px;
}
#place_order {
	border: 1px solid var(--col1);
	background: var(--col1);
	color: #fff;
	transition: all .3s ease-in-out;
	border-radius: 4px;
	display: inline-block;
	padding: 12px 15px 10px;
	font-weight: 600;
	min-width: 300px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#place_order:hover {
	border: 1px solid var(--col1);
	background: #fff;
	color: var(--col1);
}
.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields {
	border: 1px solid #e2e2e2;
	margin-bottom: 25px;
	border-radius: 5px;
	background: #fff;
}
#order_review {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{
	padding: 15px;
}
.woocommerce-billing-fields__field-wrapper p, .woocommerce-billing-fields__field-wrapper p.form-row, .woocommerce-shipping-fields__field-wrapper p.form-row {
	margin-bottom: 20px;
	position: relative;
}
.woocommerce-billing-fields__field-wrapper p.form-row:last-child {
	margin-bottom: 0;
}
.woocommerce-billing-fields__field-wrapper label, .woocommerce-shipping-fields__field-wrapper label {
	display: block;
	margin-bottom: 2px;
	font-size: 15px;
	position: absolute;
	left: 15px;
	top: -9px;
	background: #fff;
	z-index: 9;
	padding: 0 10px;
}
.woocommerce-billing-fields__field-wrapper label .required, .woocommerce-shipping-fields__field-wrapper label .required{
	color: red;
}
.woocommerce-billing-fields__field-wrapper label span, .woocommerce-shipping-fields__field-wrapper label span {
	display: inline-block;
	width: auto;
	font-size: 14px;
}
.woocommerce-billing-fields__field-wrapper span, .woocommerce-shipping-fields__field-wrapper span {
	display: block;
	width: 100%;
}
.woocommerce-billing-fields__field-wrapper input, .woocommerce-shipping-fields__field-wrapper input {
	width: 100%;
	padding: 12px 10px 5px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	height: 42px;
	outline: 0;
}
.woocommerce-billing-fields__field-wrapper #shipping_method_0 {
	padding-top: 11px;
}
.woocommerce-billing-fields__field-wrapper .select2-selection--single, .woocommerce-shipping-fields__field-wrapper .select2-selection--single, .smdsw-shipping {
	height: 42px;
	width: 100%;
	padding: 3px 7px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	background-color: #fff;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}
.woocommerce-billing-fields__field-wrapper  .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}
.checkout_coupon.woocommerce-form-coupon {
	margin-bottom: 20px;
	background: #f7f6f7;
	margin-top: -20px;
	padding: 15px;
	border: 1px solid #e2e2e2;
}
.checkout_coupon.woocommerce-form-coupon p {
	margin-bottom: 10px;
}
.checkout_coupon.woocommerce-form-coupon p #coupon_code {
	padding: 3px 7px;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
	width: 200px;
}
.checkout_coupon.woocommerce-form-coupon p .button {
	height: 30px;
	border: 1px solid var(--col1);
	background: var(--col1);
	color: #fff;
	padding: 0 12px;
	transition: all .3s ease-in-out;
	border-radius: 3px;
	width: 200px;
}
.woocommerce-info .showcoupon {
	color: var(--col1);
	font-style: italic;
	font-weight: 600;
	font-size: 15px;
}
.woocommerce-additional-fields #order_comments_field {
	display: flex;
	flex-direction: column;
	padding: 15px;
}
.woocommerce-additional-fields .woocommerce-input-wrapper #order_comments {
	width: 100%;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	padding: 10px 12px;
}
.woocommerce_my_order {
	max-width: 900px;
	margin: 0 auto;
}
.thankyou_topper {
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	margin-bottom: 20px;
	background: #fff;
}
.thankyou_topper .woocommerce-notice {
	font-weight: 600;
	font-size: 18px;
	color: var(--col1);
	border-bottom: 1px solid #e2e2e2;
	padding: 12px 12px 10px;
	border-radius: 5px 5px 0 0;
	text-align: center;
	background: #ececec;
}
.thankyou_topper .woocommerce-notice.notice__call {
	color: var(--col4);
	font-size: 17px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
	width: 50%;
	border: 1px dotted rgba(0, 0, 0, 0.2);
	padding: 7px 12px;
	margin: 0 -1px -1px 0;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
	font-weight: 500;
}
.thankyou_topper .payment_way {
	padding: 5px 15px 20px;
}
.thankyou_topper .payment_way p {
	font-size: 18px;
	font-weight: 500;
	color: var(--col1);
}
.woocommerce-order-details {
	background: #fff;
	margin-bottom: 15px;
}
.woocommerce-order-details .woocommerce-order-details__title, .woocommerce-customer-details .woocommerce-column__title {
	font-weight: 600;
	font-size: 15px;
	border: 1px solid #e2e2e2;
	padding: 8px 12px 6px;
	border-radius: 5px 5px 0 0;
	background: #ececec;
	border-bottom: 0;
	text-transform: uppercase;
}
.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1, .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
	width: 48%;
	margin: 0 1% 20px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
.woocommerce-column .woocommerce-column__title {
	font-weight: 600;
	font-size: 15px;
	padding: 8px 12px 8px;
	border-radius: 5px 5px 0 0;
	background: rgba(0, 0, 0, 0.02);
	border-bottom: 1px solid #e2e2e2;
	letter-spacing: 1px;
}
.woocommerce-customer-details {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
.woocommerce-customer-details address {
	padding: 15px;
	margin: 0;
}
.woocommerce-order-details header h2 {
	font-size: 22px;
	font-weight: 600;
	color: var(--col1);
}
.MyAccount_content_wrap {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	min-height: 200px;
}
.woocommerce-MyAccount-navigation {
	width: 200px;
	background: #1B233B;
}
.woocommerce-MyAccount-content {
	width: calc(100% - 200px);
	padding: 15px 15px 15px 30px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--rma-requests {
	display: none;
}
.woocommerce-MyAccount-navigation ul li a {
	color: #fff;
	display: block;
	padding: 8px 0 8px 15px;
	font-weight: 500;
	position: relative;
}
.woocommerce-MyAccount-navigation ul li:first-child a {
	padding-top: 12px;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--col1);
}
.woocommerce-MyAccount-navigation ul li a::before {
	content: "\f3fd";
	font-family: fontawesome;
	margin-right: 13px;
	position: relative;
	top: 1px;
	width: 20px;
	display: inline-block;
	text-align: center;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: "\f3fd";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
	content: "\f07a";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
	content: "\f3c5";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
	content: "\f044";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: "\f011";
}
.woocommerce-MyAccount-navigation ul li.is-active a::after {
	left: 93%;
	top: 18px;
	border: transparent solid;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent #fff transparent transparent;
	border-left-color: transparent;
	border-left-color: #fff;
	border-width: 16px 16px 16px 0;
	margin-top: -16px;
}
.welcome_text {
	background: #ffdfdf;
	padding: 12px 15px 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid var(--col1);
}
.welcome_text p {
	font-size: 18px;
	font-weight: 500;
	color: #040156;
}
.woocommerce-MyAccount-content .dashboard-content {
	padding: 15px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
}
.dashboard-content p {
	font-size: 16px;
	margin-bottom: 10px;
}
.dashboard-content p a {
	color: var(--col1);
	font-weight: 600;
	text-decoration: underline;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
	display: flex;
	margin: 15px -1% 0;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
	width: 48%;
	margin: 0 1% 15px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
.u-columns.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title.title {
	font-weight: 600;
	font-size: 20px;
	color: var(--col1);
	border-bottom: 1px solid #e2e2e2;
	padding: 8px 12px 8px;
	border-radius: 5px 5px 0 0;
	background: rgba(0, 0, 0, 0.02);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.u-columns.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title.title h3, .woocommerce-Address-title.title h2 {
	font-size: 18px;
}
.u-columns.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title.title .edit {
	font-size: 14px;
	color: var(--col1);
	text-transform: uppercase;
	font-weight: 600;
}
.u-column1.col-1.woocommerce-Address {
	width: 100%;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address address {
	padding: 15px;
	margin: 0;
}
.woocommerce-EditAccountForm.edit-account p {
	margin-bottom: 10px;
}
.woocommerce-EditAccountForm.edit-account label {
	display: block;
	margin-bottom: 2px;
}
.woocommerce-EditAccountForm.edit-account p input {
	width: 100%;
	max-width: 300px;
	border: 1px solid #b4b3b3;
	border-radius: 4px;
	padding: 4px 10px;
}
.woocommerce-EditAccountForm.edit-account p em {
	display: block;
	font-size: 12px;
	margin-top: 4px;
	color: #8e8e8e;
}
.woocommerce-EditAccountForm.edit-account p .woocommerce-Button.button {
	background: var(--col1);
	color: #fff;
	border: 0;
	padding: 5px 15px;
	border-radius: 4px;
}
.woocommerce-EditAccountForm.edit-account fieldset legend {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
}
#customer_login {
	padding: 15px 0 25px;
	max-width: 900px;
	margin: 0 auto;
	justify-content: center;
}
.loginReg_form_wrapper {
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	height: 100%;
}
.loginReg_form_wrapper h2 {
	font-weight: 600;
	font-size: 20px;
	color: #020036;
	border-bottom: 1px solid #e2e2e2;
	padding: 12px 12px 10px;
	border-radius: 5px 5px 0 0;
	background: rgba(0, 0, 0, 0.02);
	text-align: center;
}
.loginReg_form_wrapper .woocommerce-form {
	padding: 15px;
	max-width: 360px;
	margin: 0 auto;
}
.woocommerce-form .woocommerce-form-row {
	margin-bottom: 10px;
}
.woocommerce-form label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce-form input.input-text {
	width: 100%;
	border: 1px solid #aeaeae;
	border-radius: 3px;
	padding: 2px 7px;
}
.woocommerce-form .woocommerce-form-login__rememberme {
	margin-bottom: 10px;
}
.woocommerce-button.button.woocommerce-form-login__submit, .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	display: inline-block;
	background: var(--col1);
	color: #fff;
	border: 1px solid var(--col1);
	font-weight: 600;
	padding: 0 30px;
	height: 34px;
	border-radius: 3px;
	min-width: 200px;
	font-size: 18px;
}
.woocommerce-LostPassword.lost_password {
	margin-top: 10px;
}
.fordword-text {
	margin-top: 15px;
	font-size: 18px;
	color: var(--col2);
	font-weight: 500;
	display: none;
}
.pitw_loginRegistration_content .fordword-text {
	display: block;
}
.fordword-text a {
	color: var(--col1);
	font-weight: 600;
}
.loginReg_form_wrapper .woocommerce-privacy-policy-text {
	margin-bottom: 13px;
	margin-top: 10px;
	font-size: 15px;
	font-style: italic;
	color: #273c27;
}
.pitw_loginRegistration_content.login #reg-col, .pitw_loginRegistration_content.registration #login-col {
	display: none;
}
.tinv-wishlist.woocommerce.tinv-wishlist-clear {
	margin-top: 30px;
}
.tinvwl-table-manage-list {
	border-collapse: separate;
}
.tinv-wishlist .tinv-header {
	font-weight: 600;
	font-size: 20px;
	color: var(--col1);
	border: 1px solid #e2e2e2;
	padding: 12px 12px 10px;
	border-radius: 5px 5px 0 0;
	background: rgba(0, 0, 0, 0.02);
	margin: 0 2px 2px;
}
.tinv-wishlist .tinv-header h2 {
	font-weight: 600;
	font-size: 20px;
}
.tinv-wishlist .tinvwl-table-manage-list .product-cb {
	display: none;
}
.tinv-wishlist table td, .tinv-wishlist table th {
	border: 1px solid #e2e2e2;
	padding: 5px 12px;
	line-height: 1.5em;
}
.tinv-wishlist .product-remove button {
	background-color: red;
	color: #fff;
}
.tinv-wishlist .product-thumbnail img {
	width: 40px;
}
.tinv-wishlist .product-action .button {
	width: 100%;
	height: 30px;
	border: 1px solid var(--col1);
	background: var(--col1);
	color: #fff;
	padding: 0 12px;
	transition: all .3s ease-in-out;
	border-radius: 3px;
}
.tinvwl-table-manage-list .product-price {
	font-weight: 600;
}
.tinvwl-table-manage-list .product-price del {
	display: none;
}
.tinvwl-table-manage-list .product-price ins {
	text-decoration: none;
}
.return-to-shop {
	margin-bottom: 30px !important;
}
.return-to-shop .button.wc-backward {
	background: var(--col1);
	color: #fff;
	padding: 7px 20px;
	border-radius: 4px;
	display: inline-block;
	font-weight: 500;
}
.woocommerce form .form-row .required {
	visibility: visible;
	color: red;
	text-decoration: none;
}
.password-input {
	position: relative;
}
.password-input .show-password-input {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	box-shadow: none;
}
.password-input .show-password-input::after {
	font-family: "Font Awesome 6 Free";
	content: "\f06e";
	height: 20px;
	position: absolute;
	top: 0;
	right: 5px;
	background: #00000017;
	width: 22px;
	font-size: 12px;
	line-height: 20px;
}
.woocommerce-form.woocommerce-form-track-order.track_order {
	max-width: 520px;
	margin: 0 auto;
}
.woocommerce-form.woocommerce-form-track-order.track_order p {
	font-size: 15px;
	margin-bottom: 15px;
}
.woocommerce-form.woocommerce-form-track-order.track_order input {
	font-size: 14px !important;
	padding: 6px 10px;
}
.woocommerce-form.woocommerce-form-track-order.track_order p.form-row {
	width: 100%;
	margin-bottom: 15PX;
}
.woocommerce-form.woocommerce-form-track-order.track_order .button {
	height: 36px;
	border: 1px solid var(--col1);
	background: var(--col1);
	color: #fff;
	padding: 0 30px;
	transition: all .3s ease-in-out;
	border-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.order-info {
	margin-bottom: 15px;
}
.woocommerce-customer-details.no_border {
	border: 0 !important;
}
.woocommerce-no-products-found {
	margin: 30px 0;
}
.woocommerce table.shop_table td.product-thumbnail .selected_quantity {
    display: none;
}
/* Woocommerce CSS Start */
@media (max-width: 991.98px) {
	.archive_products .products {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		row-gap: 25px;
	}
	.avrage_rating {
		width: calc(40% - 15px);
		margin-right: 15px;
	}
	.rating_summery {
		width: 60%;
		margin-left: 0;
	}

}
@media (max-width: 767.98px) {
	.offerText {
		padding: 5px 10px;
	}
	.offerText p {
		font-size: 12px;
	}
	.offerText .offer_btn {
		font-size: 12px;
		padding: 4px 5px;
		margin-left: 5px;
	}
	.hd_top_inner {
		justify-content: center;
		padding: 6px 0;
	}
	.header_search_box {
		padding: 2px 0;
	}
	.hd_top_bar_carousel {
		padding-left: 0;
		text-align: center;
	}
	.hd_top_bar_carousel p {
		font-size: 13px;
	}
	.footer_main {
		background: rgb(30, 30, 30);
		padding: 40px 0 15px;
	}
	.ft_widget_heading {
		margin-bottom: 10px;
	}
	.footer_bottom_inner .col {
		width: 100%;
	}
	.footer_bottom_inner .col {
		width: 100%;
		flex: auto;
		text-align: center;
	}
	.col.ftbtm_col2 {
		order: 1;
		margin-bottom: 10px;
	}
	.col.ftbtm_col1 {
		order: 2;
	}
	.col.ftbtm_col3 {
		order: 3;
	}
	.footer_menu li {
		margin-bottom: 3px;
	}
	.footer_bottom p.developer {
		text-align: center;
		margin-top: 5px;
	}
	.home_product_section, .home_banner_sec_two {
		padding: 35px 0;
	}
	.sec_heading {
		margin-bottom: 25px;
	}
	.sec_heading h4 {
		margin-bottom: 10px;
	}
	.sec_heading h2 {
		font-size: 20px;
	}
	.sec_moreLink {
		margin-top: 20px;
	}
	.about_us_section {
		margin: 30px 0;
		margin-top: 10px;
	}
	.about_us_banner, .about_us_content {
		width: 100%;
	}
	.about_us_content_inner {
		padding: 15px;
		padding-bottom: 30px;
	}
	.about_us_content_inner h2 {
		letter-spacing: 1px;
		margin-bottom: 15px;
		font-size: 24px;
	}
	.pitw_blog_item {
		padding: 0 10px;
	}
	.page_header_content .woocommerce-breadcrumb {
		display: none;
	}
	.pitw_page_header {
		min-height: 90px;
	}
	.page_header_content .woocommerce-products-header__title.page-title {
		font-size: 22px;
	}
	.archive_content_header .woocommerce-result-count {
		font-size: 12px;
	}
	.archive_content_header .woocommerce-ordering .orderby {
		font-size: 12px;
		padding: 3px 5px;
		max-width: 134px;
	}
	.archive_content_header {
		padding: 10px 0;
	}
	.article__image img {
		height: 360px;
	}
	.pitw_page_header.ecom_page_header {
		display: none;
	}
	
}
@media (max-width: 575.98px) {
	.offerText .offer_btn {
		font-size: 10px;
	}
	.header_secondary_nav {
		padding-top: 2px;
	}
	.footer_features {
		padding: 30px 0;
	}
	.ft_feature_item_inner h4 {
		margin: 16px auto 10px;
	}
	.hero_notice_section {
		padding: 20px 10px;
	}
	.notice-content a, .notice-content span {
		margin-right: 15px;
		font-size: 13px;
	}
	.pitw_page_header {
		min-height: 60px;
	}
	.archive_products .products {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		row-gap: 25px;
	}
	.pitw_product_item .thumb-gallery {
		height: 30px;
	}
	.pitw_product_item .thumb-gallery img {
		width: 30px;
		height: 30px;
	}
	.pitw_single_product_wrap {
		padding: 20px 0 10px;
	}
	.pitw_product_summary .product_title.entry-title {
		font-size: 20px;
	}
	.avrage_rating {
		width: 100%;
		padding: 15px 15px 20px;
		height: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.rating_summery {
		width: 100%;
	}
	.rating_bar .bar {
		width: 160px;
	}
	.comment_container {
		display: block;
	}
	.comment_container .avatar {
		width: 40px;
		height: 40px;
		margin-right: 12px;
		margin-bottom: 10px;
		float: left;
	}
	.comment_container .comment-text {
		width: 100%;
	}
	strong.woocommerce-review__author {
		text-transform: uppercase;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 5;
		-webkit-box-orient: vertical;
	}
	span.woocommerce-review__dash {
		display: none;
	}
	time.woocommerce-review__published-date {
		font-size: 12px;
		display: block;
	}
	.article__image img {
		height: 260px;
	}
	.article_content {
		margin-top: -50px;
		padding: 15px;
	}
	.article_content .page__title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.woocommerce table.shop_table td {
		padding: 8px;
		font-size: 13px;
		line-height: 1.2;
	}
	.woocommerce table.shop_table .product-price, .woocommerce table.shop_table .product-quantity {
		display: none;
	}
	.woocommerce table.shop_table td.product-thumbnail{
		position: relative;
	}
	#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
		width: 42px;
	}
	.woocommerce table.shop_table td.product-thumbnail .selected_quantity {
		display: block;
		position: absolute;
		background: #2b2a2a;
		color: #fff;
		top: 0px;
		right: 1px;
		width: 16px;
		text-align: center;
		border-radius: 50%;
		font-size: 10px;
		line-height: 16px;
	}
	#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
		min-width: 52px;
	}
	.woocommerce table.shop_table td.actions > .button {
		display: none;
	}
	.thankyou_topper .woocommerce-notice {
		font-size: 15px;
		padding: 10px 10px 10px;
	}
	.thankyou_topper .woocommerce-notice.notice__call {
		font-size: 15px;
	}
	.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
		margin: 0 0%;
	}
	.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1, .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
		width: 100%;
		margin: 0 0 15px
	}
	.page_header_content .woocommerce-products-header {
		width: 100%;
		text-align: center;
	}
	.page_header_content .woocommerce-products-header__title.page-title {
		font-size: 16px;
	}
}