html {
    overflow-x: hidden;
}
body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
    font-family: 'Gellix';
}
body h1,h2,h3,h4,h5,h6{
    font-family: 'Oxanium';
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color:#000;
}
h1{
    font-weight: 700;
    font-size: 60px;
    line-height: 1em;
    margin: 0;
    color: #fff;
    max-width: 550px;
    text-transform: uppercase;
}
h2{
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2em;
	margin: 0;
	color: #000;
    text-transform: uppercase;
}
p{
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-family: 'Gellix';
}
*{
    box-sizing: border-box;
}
.container{
	max-width: 1550px;
	margin: 0 auto;
	padding: 0 50px;
}
.topbar_wrap {
    text-align: center;
}
.topbar_wrap p {
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.topbar_sec {
    padding: 10px 0 !important;
    background: #BD2732;
    line-height: 1;
}
.topbar_wrap p span{
    display: flex;
}
.topbar_wrap {
    max-width: 560px;
    margin: auto;
}
.topbar_wrap button.slick-arrow {
    border: none;
    background: transparent;
}
.topbar_wrap button.slick-arrow:before {
    border-color: #fff;
}
.header_main {
    padding: 9px 0 !important;
}
.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_nav {
    width: 35%;
}
.header_logo {
    width: 15%;
}
.header_logo img {
    display: block;
    max-width: 100%;
}
.header_right {
    width: 50%;
}
.header_nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.header_wrap ul a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: #000;
    font-family: 'Gellix';
}
.header_wrap ul a:hover, 
.footer_item ul a:hover, 
.copyright_content ul li a:hover, 
.current-menu-item a {
    color: #BD2732 !important;
}
.header_search_inner {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 12px 23px;
}
.header_search_inner input {
    background: transparent;
    border: none;
    outline: none !important;
    color: #000;
    font-family: 'Gellix';
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    width: 100%;
    padding: 0;
}
.header_search_inner input::placeholder {
	color: #000;
}	
.header_search_inner svg {
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.header_search_main {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.header_search_inner button {
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
}
.header_btn a {
    color: #BD2732;
    padding: 14px 16px;
    font-weight: 700;
    background: transparent;
    border-radius: 10px;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #BD2732;
    transition: ease 0.3s;
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
}
.header_btn svg {
    width: 25px;
    height: 25px;
}
.header_btn a:last-child {
    background: #BD2732;
    color: #fff;
    gap: 6px;
}
.header_btn a:last-child:hover{
    background: transparent;
    color: #BD2732;
}
.header_btn a:last-child:hover path{
    stroke: #BD2732;
}
.header_btn a:last-child:hover span{
    color: #fff;
}
.header_btn a:hover{
   background: #BD2732;
    border-color: #BD2732; 
    color: #fff;
} 
.header_btn a:hover svg path{
    stroke: #fff;
}
.btn_wrap a:hover {
    background: transparent;
    border-color: #BD2732;
    color: #BD2732;
}
.header_btn {
    display: flex;
    align-items: center;
    gap: 11px;
    width: auto;
    justify-content: flex-end;
}
.header_search {
    width: 100%;
}
.cart_bubble {
    width: 26px;
    height: 26px;
    background: #79070F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.cart_bubble span {
    position: relative;
    top: -1px;
    right: 0px;
    font-size: 14px;
    line-height: 1;
}

/*footer*/

.footer_sec {
    background: #000;
    padding: 70px 0 0 !important;
    position: relative;
}
.footer_sec:before {
    content: '';
    clip-path: polygon(0 0%, 100% 0%, 100% 90%, 0% 10%);
    width: 100%;
    height: 31px;
    position: absolute;
    background: #BD2732;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.footer_wrapper {
    display: flex;
    gap: 100px;
}
.footer_item.footer-logo {
    width: 35%;
}
.footer_nav {
    width: 15%;
}
.footer_item.contact-item{
    width: 35%;
}
.social_items {
    display: flex;
    align-items: center;
    gap: 11px;
}
.footer_item.newsletter .social_items a:hover svg path{
    fill: #000;
}
.social_items li a, 
.contact_icon {
    background: #BD2732;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: ease 0.3s;
}
.social_items li a svg, 
.contact_icon svg {
    width: 23px;
    height: 23px;
    transition: ease 0.3s;
}
.social_items li a svg path {
    fill: #fff;
}
.social_items li a:hover {
    transform: scale(1.2);
    background: #fff;
}
.footer_item.contact-item ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.footer_item.contact-item li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}
.footer_logo {
    margin: 0 0 35px;
}
.footer_item span {
    font-weight: 700;
    font-size: 20px;
    line-height: 1em;
    color: #fff;
    margin: 0 0 18px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oxanium';
}
.footer_item.newsletter span {
    margin: 0 0 21px;
    font-size: 20px;
}
.footer_item ul a {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 1.2em;
    font-family: 'Gellix';
}
.footer_nav li {
    line-height: 1;
    margin: 0 0 15px;
}
.newsletter_input input {
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 35px 13px 0;
    outline: none !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #fff !important;
    margin: 0;
    border-bottom: 1px solid #D9D9D9;
}
.newsletter_input input::placeholder{
    color: #969696;
    font-style: italic;
}
.newsletter_input {
    position: relative;
    margin: 0 0 37px;
}
.newsletter_input button {
    position: absolute;
    right: 0;
    bottom: 9px;
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
}
.footer_logos_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 30px;
    gap: 50px;
    max-width: 980px;
    margin: auto;
}
.logos_item img {
    height: 70px;
    object-fit: contain;
}
.copyright_content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.copyright_content {
    padding: 20px 0;
    border-top: 1px solid #2C2C2C;
    margin-top: 70px;
}
.copyright_content ul li, 
.copyright_content ul li a {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 500;
}
.copyright_content ul li{
    position: relative;
}
.copyright_content ul li:not(:last-child):after {
    content: '|';
    position: absolute;
    right: -20px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}


/*Home*/

.banner-img img {
    width: 100%;
    display: block;
}
.trustpilot {
    text-align: center;
}
.trustpilot img {
    margin: auto;
}
.home .banner_content p {
    font-size: 18px;
}
.banner_content p {
    color: #fff;
    max-width: 496px;
    margin: 17px auto 0;
}
.banner_wrapper {
    position: relative;
}
.banner_slider .slick-slide div {
    display: block !important;
}
.banner_content_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;
}
.banner_btn a:hover {
    color: #fff;
}
.banner_content {
    text-align: center;
}
.banner_content h1 {
    margin: auto;
}
.home .banner_content h1{
    line-height: 65px;
}
.home .banner_content h1 span {
    background: linear-gradient(180deg, #BD2732, #F94956, #BD2732);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    position: relative;
    display: inline-block;
}
.home .banner_content h1 span:before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 13px #FFF;
    left: 0;
    z-index: -2;
}
.banner_wrapper:before {
    content: '';
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.banner_btn {
    margin-top: 42px;
}
.btn_wrap a, 
.submit_btn input {
    padding: 16px 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: #BD2732;
    border-radius: 10px;
    line-height: 1em;
    color: #fff;
    border: 3px solid #fff;
    width: 100%;
    max-width: 154px;
    transition: ease 0.3s;
    margin: auto;
    display: inline-block;
    text-align: center;
}
.slick-arrow {
    position: absolute;
    z-index: 1;
    font-size: 0;
    border-radius: 50%;
    outline: none;
    padding: 0;
    border: 1px solid #A19C9C;
    width: 55px;
    height: 55px;
    cursor: pointer;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    transition: ease 0.3s;
}
.slick-arrow:hover, 
.banner_slider .slick-arrow:hover {
    background: #BD2732;
    border-color: #BD2732;
}
.slick-arrow:hover:before, 
.banner_slider .slick-arrow:hover:before{
    border-color: #fff;
}
.slick-arrow:before {
    content: '';
    border-top: 2px solid #A19C9C;
    border-right: 2px solid #A19C9C;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    right: 8px;
    margin: auto;
}
.slick-prev{
  right: auto;
  left: -45px;
}
.slick-prev{
  transform: translateY(-50%) rotate(180deg);
}
.banner_slider .slick-arrow.slick-prev {
    left: 10px;
    right: auto;
}
.banner_slider .slick-arrow {
    left: auto;
    right: 10px;
    border-color: #fff;
    background: transparent;
}
.banner_slider .slick-arrow:before{
    border-color: #fff;
}
.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 37px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 18px;
    align-items: flex-end;
}
.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li button {
    width: 2px;
    height: 14px;
    font-size: 0;
    border: none;
    outline: none;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 0.6;
    transition: ease 0.3s;
}
.slick-dots li.slick-active button {
    opacity: 1;
    height: 25px;
}
.viewall-btn {
    text-align: center;
    margin-top: 61px;
}
.our_services_sec {
    margin: 48px 0;
}
.our_services_sec .title_wrap {
    max-width: 900px;
    margin: 0 auto 60px;
}
.title_wrap {
    text-align: center;
    margin: 0 0 44px;
}
.title_wrap p {
    max-width: 524px;
    margin: auto;
}
.service_img {
    position: relative;
    overflow: hidden;
    border: 1px solid #BD2732;
    border-radius: 12px;
    padding-bottom: 100%;
}
.our_services_wrap .slick-slide {
    padding: 0 22px;
}
.our_services_wrap .slick-arrow {
    top: 45%;
}
.our_services_inner {
    position: relative;
    height: 100%;
}
.our_services_inner>a {
    display: block;
}
.service_title p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.service_content_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0px 0px;
    width: 100%;
    gap: 20px;
}
.service_title h4 {
    margin: 0;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}
.our_services_inner:hover img {
    transform: scale(1);
     transition: ease 0.5s;
}
.service_img img {
    width: 100%;
    display: block;
    transition: ease 0.5s;
    height: 100%;
    position: absolute;
    object-fit: contain;
    transform: scale(0.8);
}
.our_services_sec .service_img:before {
    content: '';
    background-image: url(../images/cateback-img.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    filter: opacity(0.06);
}
.service_category {
    position: absolute;
    top: 22px;
    left: 25px;
    display: flex;
    align-items: center;
    background: #FFFFFFB2;
    border-radius: 20px;
    padding: 5px 18px 5px 10px;
    gap: 7px;
    backdrop-filter: blur(64px);
}
.cate_title h6 {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}
.cate_icon img {
    transform: inherit !important;
}
.season_salesec {
    background: linear-gradient(to right, #BD2732, #F94956, #BD2732);
    padding: 25px 0;
}
.season_salewrap h4 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
.season_salewrap h4 a {
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-left: 20px;
}
.feature_prosec {
    margin: 50px 0;
}
.feature_prosec .title_wrap {
    margin: 0 0 37px;
}
.slick-list.draggable {
    padding: 2px 0;
}
.slick-track {
    display: flex !important;
}
.slick-track .slick-slide {
    height: auto;
}
.slick-track .slick-slide >div {
    height: 100%;
}
.feat_proitem {
    height: 100%;
}
.feat_proitem_inner {
    background: #F5F5F5;
    border: 1px solid #BD2732;
    border-radius: 10px;
    padding: 20px 35px 35px;
    text-align: center;
    height: 100%;
}
.feat_img {
    margin: 0 0 12px;
    position: relative;
    padding-bottom: 100%;
}
.feat_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    object-fit: contain;
}
.stars {
    display: flex;
    align-items: center;
    gap: 3px;
}
.pro_rating {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0 0 10px;
    justify-content: center;
}
.pro_rating span {
    color: #BD2732;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    left: 1px;
}
.pro_rating .star-rating {
    margin: 0;
    width: 88px;
}
.pro_rating .star-rating:before {
    color: #BD2732;
    right: 0;
    font-size: 16px;
}
.pro_title h5 a {
    color: #000;
}
.pro_title {
    margin: 0 0 14px;
}
.pro_title h5 {
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'Gellix';
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro_price {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.pro_price .price{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    font-family: 'Gellix';
}
.regular_price {
    color: #464646;
    font-weight: 400;
    text-decoration: line-through;
}
.feature_pro_wrap .slick-slide {
    padding: 0 10px;
}
.feature_pro_wrap .slick-arrow {
    right: -55px;
}
.feature_pro_wrap .slick-prev {
    left: -55px;
}
.feature_prosec .viewall-btn {
    margin-top: 41px;
}
.toolcart_sec {
    position: relative;
}
.toolcart_content {
    position: absolute;
    top: 50%;
    transform: translateY(-65%);
    width: 100%;
}
.toolcart_img img {
    width: 100%;
    display: block;
}
.toolcart_sec .container {
    width: 100%;
}
.toolcart_title .sbtitle {
    font-family: 'Oxanium';
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1em;
    margin: 0 0 12px;
    display: inline-block;
}
.toolcart_title h2 {
    font-size: 77px;
    color: #DB1E28;
    font-weight: 800;
    text-shadow: 
  -0.0075em 0 0 #fff,
  -0.015em 0 0 #fff,
  -0.0225em 0 0 #fff,
  -0.03em 0 0 #fff,
  -0.0375em 0 0 #fff,
  -0.045em 0 0 #fff,
  -0.0525em 0 0 #fff,
  -0.06em 0 0 #fff;
}
.tool_desc p {
    color: #fff;
    max-width: 494px;
    margin: 0;
}
.tool_desc .btn_wrap {
    margin-top: 31px;
}
.testimonial_sec {
    margin: 50px 0 75px;
}
.testimonial_inner {
    background: #F4F4F4;
    border: 1px solid #BD2732;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    padding: 28px 30px 28px 30px;
    display: flex;
    flex-direction: column;
}
.testi_title h4 {
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.testi_title p {
    margin: 0;
    font-style: italic;
}
.testi_title {
    margin: 20px 0 23px;
}
.testi_auther {
    text-transform: uppercase;
    font-weight: 700;
    color: #BD2732;
    font-size: 16px;
    line-height: 1.2em;
    font-family: 'Oxanium';
    margin-top: auto;
}
.testimonial_sec .title_wrap {
    margin: 0 0 34px;
}
.testimonial_slider .slick-slide {
    padding: 0 17px;
}
.testimonial_slide {
    height: 100%;
}
.trust_wrap {
    display: flex;
    flex-wrap: wrap;
}
.trust_left, .trust_right {
    width: 50%;
}
.trust_video {
    height: 100%;
}
.trust_right_inn {
    background-image: url(../images/trustbg-img.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 20px 50px 40px;
    align-content: center;
}
.trust_right_inn p {
    margin: 0;
}
.trust_title {
    margin: 0 0 37px;
}
.trust_title p{
    max-width: 524px;
}
.trust_right_inn h2, 
.trust_right_inn p {
    color: #fff;
}
.trust_listitem {
    display: flex;
    align-items: center;
    gap: 13px;
}
.trust_content h4 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
}
.trust_content p {
    margin: 0;
}
.trust_listitem:not(:last-child) {
    margin: 0 0 21px;
}
.trust_list {
    margin: 0 0 34px;
}
.trust_icon {
    display: flex;
}
.trust_icon img {
    width: 100%;
    flex: 0 0 80px;
}
#poster_img {
    height: 100%;
    position: relative;
    cursor: pointer;
}
#video-wrapper {
    height: 100%;
    position: relative;
}
#video-wrapper iframe {
    max-height: 100% !important;
}
#video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
}
.turn_light_sec {
    margin: 54px 0;
}
.turn_light_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}
.turn_light_sec .service_content {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.turn_light_sec .service_img {
    padding: 0;
    border: none;
    height: 100%;
}
.turn_light_sec .service_img img {
    position: static;
    transform: inherit;
    height: 100%;
    object-fit: cover;
}
.turn_light_sec .our_services_inner:before{
    content: '';
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    border-radius: 12px;
}
.turn_light_sec .service_title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.turn_light_sec .title_wrap h2 {
    margin: 0 0 2px;
}
.turn_light_sec .service_content_inner {
    padding: 0px 32px 28px;
}
.turn_light_sec .viewall-btn {
    margin-top: 51px;
}
.service_arrow {
    display: flex;
}


/*contact page*/

.hero_banner_sec.contact .banner_content p {
    max-width: 592px;
    margin: auto;
    font-size: 18px;
    line-height: 27px;
}
.get_in_touch_sec {
    padding: 68px 0 80px;
}
.get_in_touch_grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -120px;
}
.get_in_touch_left, 
.get_in_touch_right {
    width: 50%;
    padding-left: 120px;
}
.get_in_touch_sec .title_wrap {
    text-align: left;
    margin: 0 0 28px;
}
.get_in_touch_sec .title_wrap p {
    margin: 0px 0 0;
    max-width: 658px;
}
.get_in_touch_right .title_wrap p {
    max-width: 526px;
}
.contact_form_item p{
    margin: 0;
}
.contact_form_item input, 
.contact_form_item textarea {
    background: transparent;
    outline: none !important;
    padding: 16px 21px;
    width: 100%;
    border: 1px solid #BCBCBC;
    color: #0D0D0D;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Gellix';
    border-radius: 8px;
}
.contact_form_item input::placeholder, 
.contact_form_item textarea::placeholder {
    color: #0D0D0D;
}
.contact_form_grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    row-gap: 15px;
}
.contact_form_item {
    width: 50%;
    padding-left: 15px;
}
.contact_form_item:last-child {
    width: 100%;
}
.contact_form_item textarea {
    height: 99px;
}
.submit_btn {
    margin-top: 15px;
}
span.wpcf7-spinner {
    position: absolute;
}
.submit_btn input {
    margin-left: 0;
    background: #BD2732;
    border-color: #BD2732;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.submit_btn input:hover {
    background: transparent;
    border-color: #BD2732;
    color: #BD2732;
}
.get_in_touch_right_inner .contact-item li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Gellix';
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 500;
}
.get_in_touch_right_inner .contact-item ul {
    row-gap: 13px;
    display: flex;
    flex-direction: column;
}
.get_in_touch_right_inner .contact-item li a {
    color: #000;
}
.get_in_touch_right_inner .contact-item li a:hover {
    color: #BD2732;
}
.get_in_touch_right_inner .contact-item h4{
    font-size: 22px;
    margin: 0px 0 6px;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
}
.wpcf7-response-output {
    font-size: 14px;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    font-size: 13px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}


/*Blog page*/

.blog_sec {
    padding: 60px 0;
}
.blog_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 80px;
}
.blog_img {
    border-radius: 10px;
    overflow: hidden;
}
.blog_img a {
    display: block;
    position: relative;
    padding-bottom: 66%;
}
.blog_img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.blog_item_content {
    padding: 23px 0 0;
}
.date span {
    background: #BD273233;
    border-radius: 200px;
    font-size: 14px;
    line-height: 26px;
    color: #BD2732;
    padding: 2px 10px;
    font-weight: 500;
    display: inline-block;
}
.blog_title h3 {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_title {
    margin: 18px 0 0;
}
.blog_title p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.read_more a {
    display: inline-block;
    font-size: 16px;
    color: #BD2732;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #BD2732;
    line-height: 1.2em;
}
.read_more {
    margin: 38px 0 0;
}

/*category page*/

.hero_banner_sec.category, 
.feature_prosec.category_product {
    padding-top: 0;
}
.hero_banner_sec.category .banner_content h1 {
    max-width: 100%;
}
.banner_slider .slick-list.draggable {
    padding: 0;
}
.category_product .feature_pro_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -52px;
}
.category_pro_grid {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    padding-left: 52px;
    /*margin-left: -19px;*/
}
.category_pro_grid .feat_proitem {
    width: 25%;
    padding-left: 19px;
    padding-bottom: 19px;
    height: auto;
}
.cate_aside_filter {
    width: 20%;
    padding-left: 52px;
    position: sticky;
    top: 20px;
    height: 100%;
}
.breadcrumbs_sec {
    border-bottom: 1px solid #D9D9D9;
}
.breadcrumbs_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumbs_list ul {
    display: flex;
    align-items: center;
    gap: 24px;
}
.breadcrumbs_list a, 
.breadcrumbs_list li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
    font-family: 'Gellix';
    color: #000;
}
.breadcrumbs_list a:hover{
    color: #BD2732;
}
.sort_by {
    display: flex;
    align-items: center;
}
.sort_by span {
    display: inline-block;
    border-right: 1px solid #D9D9D9;
    padding-right: 15px;
    margin-right: 21px;
    height: 100%;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sort_by_filter select {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    border: none;
    background: transparent;
    appearance: none;
    font-family: 'Gellix';
    padding-right: 60px;
    cursor: pointer;
    outline: none;
    background-image: url(../images/down-arrow.png);
    background-size: 13px;
    background-position: center right 10px;
    background-repeat: no-repeat;
}
.filter_header h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1em;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 5px;
    position: relative;
}
.filter_header {
    margin: 0 0 10px;
}
.filter_header h3:before {
    content: '';
    background: #BD2732;
    height: 1px;
    width: 98px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.filter_title {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    color: #000;
    display: block;
    position: relative;
    cursor: pointer;
    transition: ease 0.3s;
    padding-right: 10px;
    margin: 0 0 15px;
}
.catefilter:after {
    content: '';
    background-image: url(../images/down-arrow.png);
    background-size: 13px;
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 13px;
    height: 13px;
    top: 13px;
    transform: rotate(0deg);
    transition: all 0.3s;
    display: none;
}
span.filter_title.catefilter:after {
    content: inherit;
}
.filteritem_inner.show .catefilter:after {
    transform: rotate(180deg);
}
.filteritem_inner ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.category .filteritem_inner ul{
    display: none;
    border-left: 2px solid #BD2732;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.category .filteritem_inner.show ul {
    display: flex;
}
.filteritem_inner ul a {
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
}
.filter_item:not(:last-child) {
    margin: 0 0 25px;
}
.checkbox_item label {
    position: relative;
    cursor: pointer;
}
.checkbox_item li {
    position: relative;
    width: fit-content;
}
.filteritem_inner input {
    padding: 0;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
}
.checkbox_item label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #D9D9D900;
    border: 1px solid #A19C9C;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
    border-radius: 3px;
    top: -4px;
}
.filteritem_inner input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #BD2732;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.sort_by .woocommerce-ordering {
    margin: 0;
    padding: 0;
}
.breadcrumbs_sec {
    margin: 0;
    padding: 0 !important;
}
nav.woocommerce-pagination li .page-numbers {
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    color: #7C7C7C;
    font-family: 'Gellix';
    font-weight: 500;
    line-height: 1;
    font-size: 18px;
}
nav.woocommerce-pagination li .page-numbers:hover {
    background: #BD2732;
    color: #fff;
    border-color: #BD2732;
}
nav.woocommerce-pagination li .next.page-numbers, 
nav.woocommerce-pagination li .prev.page-numbers {
    color: #000;
}
nav.woocommerce-pagination li .next.page-numbers:hover, 
nav.woocommerce-pagination li .prev.page-numbers:hover {
    color: #fff;
}
nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
}
nav.woocommerce-pagination li .page-numbers.current {
    color: #BD2732;
    border-color: #BD2732;
}
nav.woocommerce-pagination li .page-numbers.current:hover {
    color: #fff;
}
nav.woocommerce-pagination {
    width: 100%;
    margin-top: 30px;
}
body.archive {
    overflow: visible;
}

/*about page*/

.about .banner_content h2 {
    color: #fff;
    max-width: 420px;
    margin: auto;
}
.about .banner_wrapper:before {
    opacity: 0;
}
.our_storysec {
    margin: 38px 0 58px;
}
.our_storyheader {
    text-align: center;
    margin: 0 0 45px;
}
.our_storyheader p {
    max-width: 1070px;
    margin: auto;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
}
.our_storywrap {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
}
.our_story_left, 
.our_story_right {
    width: 50%;
}
.our_story_right_inner {
    background: #BD2732;
    height: 100%;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    padding: 30px 67px;
    background-image: url(../images/ourstorybg.png);
    background-size: cover;
    background-repeat: no-repeat;
    align-content: center;
}
.our_story_right_inner h2, 
.our_story_right_inner p {
    color: #fff;
}
.our_story_right_inner p {
    margin: 0 0 22px;
}
.our_story_right_inner p:last-child {
    margin: 0px;
}
.our_story_right_inner .btn_wrap a {
    background: #fff;
    color: #BD2732;
    text-align: center;
}
.our_story_right_inner .btn_wrap a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.our_story_right_inner .btn_wrap {
    margin-top: 36px;
}
.our_story_img {
    height: 100%;
}
.our_story_img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.our_commitmentsec {
    margin: 57px 0 68px;
}
.commitment_icons_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 66px;
}
.commitment_icons_item {
    text-align: center;
}
.commit_content h3 {
    font-size: 20px;
    margin: 0 0 2px;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.commit_content {
    padding-top: 22px;
}
.commit_content p {
    margin: 0;
}
.why_choose {
    background: #F4F4F4;
    padding: 65px 0;
    margin: 0;
}
.why_choose .our_story_right_inner {
    background: none;
    padding: 0;
}
.why_choose .our_story_right_inner h2, 
.why_choose .our_story_right_inner p{
    color: #000;
}
.why_choose .our_story_right_inner p {
    margin: 0;
    max-width: 564px;
}
.why_choose .our_story_right_inner .btn_wrap a {
    background: #BD2732;
    color: #fff;
}
.why_choose .our_story_right_inner .btn_wrap a:hover {
    background: transparent;
    color: #BD2732;
}
.why_choose .our_story_img img {
    border-radius: 20px;
}
.why_choose .our_storywrap {
    margin-left: -100px;
}
.why_choose .our_story_left, 
.why_choose .our_story_right {
    padding-left: 100px;
}
.workshop_img {
    position: relative;
}
.workshop_img:before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
}
.workshop_img img {
    width: 100%;
    display: block;
}
.workshop_sec {
    position: relative;
}
.workshop_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.workshop_content .container {
    width: 100%;
}
.workshop_content h2 {
    color: #fff;
    max-width: 580px;
    margin: auto auto 20px;
}
.workshop_content .btn_wrap a {
    max-width: 350px;
    background: #fff;
    color: #BD2732;
    padding: 17px 25px;
}
.workshop_content .btn_wrap a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.our_story_right_inner br {
    display: none;
}

/* mobile menu */

body:has(#menuToggle input:checked) {
    overflow: hidden;
    position: relative;
}
body:has(#menuToggle input:checked):before{
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9;
    opacity: 0.5;
    pointer-events: none;
    visibility: visible;
}
body:has(#menuToggle input:checked) .advantage_item_inner {
    z-index: 1;
}
.mobile_menu {
    display: none;
}
#menuToggle {
    width: fit-content;
    height: 100%;
    vertical-align: middle;
    position: relative;
    top: 4px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
    margin-left: auto;
    z-index: 9;
}
#menu .header_login_btn {
    margin-top: 20px;
}
#menuToggle input {
    display: flex;
    width: 52px;
    height: 42px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -9px;
    left: -7px;
    right: 0;
}

#menuToggle span {
    display: flex;
    width: 40px;
    height: 3px;
    margin-bottom: 8px;
    position: relative;
    background: #BD2732;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}
.header_main.sticky_header #menuToggle input:checked ~ span{
    background: #C1007A;
}
#menu {
    position: fixed;
    width: 100%;
    max-width: 80%;
    height: 100%;
    padding: 40px 20px;
    background: #BD2732;
    box-shadow: 0 0 10px #d9d9d96e;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translateX(-200%);
    transition: ease 0.5s;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
}

#menu li{
  transition-delay: 2s;
}
#menu li a {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}
#menuToggle input:checked ~ ul{
  transform: none;
}
#menu .header_login_btn a {
    max-width: 100%;
}
#menu .header_login_btn p {
    display: block;
}
#menu .header_login_btn>* {
    width: 100%;
}
.header_nav ul#menu ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    row-gap: 12px;
}
.header_nav.mobile_nav {
    display: none;
}

/*error page*/

.error-404 {
    padding: 50px 0;
}
.error-404 form.search-form input {
    margin: 0;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    outline: none !important;
    padding: 12px 23px;
}
.error-404 form.search-form input.search-submit {
    margin-left: 20px;
    background: #BD2732;
    color: #fff;
    border-color: #BD2732;
}
.error-404 .page-content p {
    text-align: center;
    padding: 0 0 20px;
    font-size: 18px;
    text-transform: capitalize;
}

/*Account page*/

body.woocommerce-account header.entry-header.alignwide, 
body.woocommerce-cart header.entry-header.alignwide, 
body.woocommerce-checkout header.entry-header.alignwide {
    height: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}
body.woocommerce-account header.entry-header.alignwide:before, 
body.woocommerce-cart header.entry-header.alignwide:before, 
body.woocommerce-checkout header.entry-header.alignwide:before {
    content: '';
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

body.woocommerce-account header.entry-header.alignwide h1, 
body.woocommerce-cart header.entry-header.alignwide h1, 
body.woocommerce-checkout header.entry-header.alignwide h1 {
    color: #fff;
    margin: auto;
    font-family: 'Oxanium' !important;
    font-weight: 700 !important;
    font-size: 60px !important;
    text-align: center;
    position: relative;
}
body .woocommerce form .form-row .input-text, 
.wc-block-cart__sidebar .wc-block-components-totals-coupon__input input {
    background: transparent;
    outline: none !important;
    padding: 12px 15px;
    width: 100%;
    border: 1px solid #BCBCBC !important;
    color: #0D0D0D;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Gellix';
    border-radius: 8px;
}
.wc-block-cart__sidebar .wc-block-components-totals-coupon__input label {
    font-family: 'Gellix';
    font-weight: 400;
    color: #000;
}
.woocommerce form .form-row label {
    font-family: 'Gellix' !important;
    text-align: left;
    font-size: 16px;
    line-height: 1;
}
.woocommerce-form-login {
    padding: 30px 0 0;
}
body.woocommerce-account article .entry-content {
    padding: 50px 0;
    margin: 0;
}
body.woocommerce-account .woocommerce h2 {
    text-align: center;
}
.woocommerce form .form-row .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 10px;
}
.woocommerce-LostPassword.lost_password {
    text-align: center;
    font-family: 'Gellix' !important;
}
.woocommerce form .form-row:has(button) {
    text-align: center;
}
.wc-block-cart__sidebar .wc-block-components-totals-coupon__button, 
.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button {
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 700;
    background: #BD2732 !important;
    border-radius: 10px;
    line-height: 1em;
    color: #fff !important;
    border: 3px solid #BD2732;
    transition: ease 0.3s;
    font-family: 'Gellix' !important;
}
.wc-block-cart__sidebar .wc-block-components-totals-coupon__button[disabled]{
    opacity: 0.5;
}
.wc-block-cart__sidebar .wc-block-components-totals-coupon__button .wc-block-components-button__text {
    opacity: 1 !important;
}
.woocommerce-form-login button.woocommerce-button, 
.wc-block-grid__product-add-to-cart.wp-block-button .add_to_cart_button, 
.woocommerce form .form-row:has(button) button.woocommerce-Button.button[value="Reset password"] {
    padding: 16px 12px;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 700;
    background: #BD2732 !important;
    border-radius: 10px;
    line-height: 1em;
    color: #fff !important;
    border: 3px solid #BD2732;
    width: 100%;
    max-width: 154px;
    transition: ease 0.3s;
    margin: auto;
    display: inline-block;
    font-family: 'Gellix' !important;
}
.woocommerce form .form-row:has(button) button.woocommerce-Button.button[value="Reset password"]{
    max-width: 184px !important;
}
.woocommerce-form-login button.woocommerce-button:hover, 
.wc-block-grid__product-add-to-cart.wp-block-button .add_to_cart_button:hover, 
.wc-block-cart__sidebar .wc-block-components-totals-coupon__button:hover, 
.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
    background: transparent !important;
    color: #BD2732 !important;
    border-color: #BD2732;
}
.woocommerce form.woocommerce-form-login input {
    outline: none !important;
}
.woocommerce-form-login input[type=checkbox]:after {
    left: 8px;
    top: 4px;
    border-color: #BD2732;
    transform: rotate(40deg);
    border-width: 2px;
}

/*cart page*/

.wp-block-woocommerce-cart .wp-block-product-new {
    margin-top: 40px;
}
body .wc-block-grid__product-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'Gellix';
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
body span.woocommerce-Price-amount {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    font-family: 'Gellix';
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    color: #BD2732;
    font-family: 'Gellix';
}
.wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-family: 'Gellix';
    color: #000;
}
.wc-block-components-formatted-money-amount {
    font-family: 'Gellix';
    color: #000;
    font-weight: 600;
}
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: #BD2732;
    font-family: 'Gellix';
    font-weight: 600;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-shipping {
    font-family: 'Gellix';
    font-size: 15px;
}
body table.wc-block-cart-items .wc-block-cart-items__header th, 
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-family: 'Gellix';
    color: #000;
    font-weight: 600;
}
.wc-block-components-validation-error>p span {
    color: #f00;
}
input {
    outline: none !important;
}

/*single blog*/

.single-blog .banner_content h1 {
    max-width: 80%;
}
.single-post article .entry-content, 
.container.social_share {
    max-width: 1000px;
    margin: auto;
    padding: 50px 30px;
}
.container.social_share {
    padding: 15px 30px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
.single-post article .entry-content * {
    max-width: 100% !important;
}
.single-post article .entry-content p {
    font-family: 'Gellix';
    margin: 0px 0 25px;
}
.single-post article .entry-content h4, 
.single-post article .entry-content h2, 
.single-post article .entry-content h3, 
.single-post article .entry-content h5,
.single-post article .entry-content h6 {
    font-family: 'Oxanium';
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 10px;
}
.single-post article .entry-content ul, 
.single-post article .entry-content ol{
    list-style: disc;
    padding-left: 22px;
    margin: 25px 0;
}
.single-post article .entry-content li{
    font-family: 'Gellix';
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.single-post article footer.entry-footer {
    display: none;
}
.social_share .custom-post-navigation {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.social_share .custom-post-navigation .post-share {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.social_share .custom-post-navigation .post-share ul {
    display: flex;
    align-items: center;
    gap: 14px;
}
.social_share .custom-post-navigation .nav-next a, 
.social_share .custom-post-navigation .nav-previous a {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    font-size: 20px;
    font-family: 'Oxanium';
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.social_share .custom-post-navigation .nav-next a:hover, 
.social_share .custom-post-navigation .nav-previous a:hover {
    color: #BD2732;
}
.social_share .custom-post-navigation .nav-previous a {
    justify-content: flex-start;
}
.social_share .custom-post-navigation .nav-previous a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50px;
    display: -webkit-box;
}
.social_share .custom-post-navigation .post-share h3{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
}
.social_share .custom-post-navigation .post-share ul a {
    background: #BD2732;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: ease 0.3s;
    border: 1px solid transparent;
}
.social_share .custom-post-navigation .post-share ul a:hover{
    background: transparent;
    border-color: #BD2732;
    transform: scale(1.2);
}
.social_share .custom-post-navigation .post-share ul a svg {
    width: 20px;
    height: 20px;
}
.social_share .custom-post-navigation .post-share ul a svg path{
    fill: #fff;
}
.social_share .custom-post-navigation .post-share ul a:hover svg path{
    fill: #BD2732;
}
.you-may-also-like.blog_sec {
    background: #F4F4F4;
    padding: 33px 0 46px;
    margin-top: 55px;
}
.you-may-also-like.blog_sec .title_wrap{
    margin: 0 0 21px;
}
.social_share .custom-post-navigation .nav-previous a svg, 
.social_share .custom-post-navigation .nav-next a svg {
    width: 20px;
    height: 20px;
}
.social_share .custom-post-navigation .nav-next a span, 
.social_share .custom-post-navigation .nav-previous a span {
    display: flex;
    align-items: center;
    line-height: 1;
}

/*product page*/

.single-product .breadcrumbs_list {
    padding: 23px 0;
}
.single-product div.product .wcgs-thumb img {
    border-color: #8F8F8F !important;
    border-width: 1px !important;
    border-radius: 12px !important;
    width: 100%;
}
.single-product div.product .wcgs-thumb.spswiper-slide-thumb-active img {
    border-color: #BD2732 !important;
}
.single-product div.product .wcgs-carousel.vertical .spswiper-slide .wcgs-slider-image {
    border: 1px solid #8F8F8F;
    border-radius: 12px !important;
    margin: 0 !important;
    width: 100%;
}
.single-product div.product .wcgs-thumb.wcgs-thumb.spswiper-slide {
    margin-bottom: 13px !important;
}
.single-product div.product .wcgs-woocommerce-product-gallery .gallery-navigation-carousel-wrapper {
    margin-right: 13px !important;
}
.single-product div.product .wcgs-woocommerce-product-gallery {
    margin-right: 0 !important;
}
.wcgs-lightbox.top_right {
    display: none;
}
.single-product div.product .wcgs-carousel.vertical .spswiper-slide {
    margin: 0;
}
/*.single-product div.product .wcgs-carousel.vertical .spswiper-slide .wcgs-slider-image img {
    margin: 0 !important;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}*/
.single-product div.product>.container .summary.entry-summary .product_title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: 'Oxanium';
    line-height: 1.2em;
    margin: 0 0 10px;
    display: block;
    max-width: 100%;
}
.single-product .woocommerce-product-rating .star-rating {
    color: #BD2732;
    font-size: 16px;
    float: inherit;
}
body.single-product .woocommerce-product-rating {
    margin: 0;
}
.woocommerce-product-details__short-description p {
    font-weight: 400;
    font-family: 'Gellix';
    margin: 0 0 15px;
}
.single-product .summary .woocommerce-product-details__short-description li {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-family: 'Gellix';
    position: relative;
    margin: 0 0 11px;
    padding-left: 32px;
}
.single-product .summary .woocommerce-product-details__short-description li:before {
    content: '';
    background-image: url(../images/check-arrow.png);
    width: 23px;
    height: 23px;
    background-size: contain;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}
.single-product div.product>.container .summary.entry-summary .price {
    margin: 18px 0 20px;
}
body.single-product .woocommerce-product-rating a.woocommerce-review-link {
    display: none;
}
.single-product .summary .woocommerce-product-details__short-description {
    margin: 0 0 41px;
}
.single-product div.product>.container .summary.entry-summary .price .woocommerce-Price-amount {
    font-size: 20px;
}
.single-product div.product>.container .summary.entry-summary form.cart {
    display: flex;
}
.single-product .single_add_to_cart_button {
    padding: 16px 25px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: #BD2732;
    border-radius: 10px;
    line-height: 1em !important;
    color: #fff;
    border: 3px solid #BD2732;
    width: 65%;
    transition: ease 0.3s;
    display: inline-block;
    text-align: center;
}
.single-product .single_add_to_cart_button:hover{
    background: transparent;
    color: #BD2732;
}
.single-product div.product .summary.entry-summary form.cart .quantity.buttons-added {
    float: inherit;
    width: 35%;
    justify-content: space-between;
    border-color: #8F8F8F;
    border-radius: 10px;
    padding: 0 14px;
}
.single-product div.product .summary.entry-summary form.cart .quantity.buttons-added button {
    background: transparent;
    padding: 0;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    outline: none;
    font-size: 0;
    align-items: center;
    align-content: center;
}
.single-product div.product .summary.entry-summary form.cart .quantity.buttons-added button.plus {
    background-image: url(../images/plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.single-product div.product .summary.entry-summary form.cart .quantity.buttons-added button.minus {
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.single-product div.product .summary.entry-summary form.cart .quantity input {
    width: 40px;
    padding: 0;
    margin: 0;
}
.single-product div.product .summary.entry-summary .product-accordion-wrap {
    border-color: #8F8F8F;
    padding-top: 7px;
    margin-top: 40px;
}
.product-accordion-wrap .accordion-item {
    border-color: #8F8F8F;
}
.product-accordion-wrap .accordion-item .accordion-header {
    background: transparent;
    padding: 10px 0 16px;
    font-family: 'Gellix';
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
}
.product-accordion-wrap .accordion-item .accordion-content {
    padding: 0 0 16px;
}
.product-accordion-wrap .accordion-item .accordion-content p {
    margin: 0px 0 10px;
}
.product-accordion-wrap .accordion-item .accordion-content ul, 
.product-accordion-wrap .accordion-item .accordion-content ol {
    padding-left: 22px;
    list-style: disc;
    margin: 10px 0;
}
.product-accordion-wrap .accordion-item .accordion-content h4, 
.product-accordion-wrap .accordion-item .accordion-content h2, 
.product-accordion-wrap .accordion-item .accordion-content h3, 
.product-accordion-wrap .accordion-item .accordion-content h5, 
.product-accordion-wrap .accordion-item .accordion-content h6 {
    margin: 10px 0;
    font-size: 18px;
    color: #000;
    line-height: 1;
    font-family: 'Gellix';
    font-weight: 600;
    text-transform: inherit;
}
.product-accordion-wrap .accordion-item .accordion-header .accordion-icon {
    font-size: 0;
    display: flex;
    width: 22px;
    height: 22px;
    background-image: url(../images/plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top 2px;
}
.product-accordion-wrap .accordion-item .accordion-header.active .accordion-icon{
    background-image: url(../images/minus.png);
}
.single-product div.product .product_meta {
    display: none;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-arrow {
    width: 55px;
    height: 55px;
    align-content: center;
    border-radius: 50% !important;
    display: flex;
    background: #fff !important;
    border: 1px solid #A19C9C;
    right: 25px;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-arrow:before {
    content: '' !important;
    border-right: 2px solid #A19C9C;
    border-top: 2px solid #A19C9C;
    width: 12px;
    height: 12px;
    display: block;
    transform: rotate(45deg);
    right: 3px;
    position: absolute;
    left: 0;
    margin: auto;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-button-prev:before {
    transform: rotate(223deg);
    right: -3px;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-button-prev {
    left: 25px;
    right: auto;
}
.single-product div.product .product-features-wrap {
    border-color: #8F8F8F;
    margin-top: 72px;
}
.single-product div.product .product-features-wrap .product-features-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 120px;
}
.single-product div.product .product-features-wrap .product-feature-item {
    flex-direction: row;
    gap: 15px;
    text-align: left;
    padding: 0 25px 0 0;
}
.single-product div.product .product-features-wrap .product-feature-item .feature-icon {
    width: auto;
    height: auto;
    border: none;
    margin: 0;
}
.single-product div.product .product-features-wrap .product-feature-item .feature-icon img {
    max-width: 90px;
    height: 90px;
    object-fit: contain;
}
.single-product div.product .product-features-wrap .product-feature-item .feature-title {
    font-size: 18px;
    font-family: 'Oxanium';
    line-height: 1.2em;
    color: #000;
    max-width: 133px;
}
.single-product div.product .product-features-wrap .product-feature-item:not(:last-child)::after {
    width: 2px;
    height: 90px;
    background-color: #8F8F8F42;
}
.featured-wrap {
    background: #F8F8F8;
    float: left;
    width: 100%;
    padding: 77px 0 66px;
}
.product-features-grid .feature-item {
    border: none;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0 0 25px;
}
.product-features-grid .feature-item img {
    margin: 0;
    width: 100%;
    max-width: 179px;
    border: 2px solid #BD2732;
    border-radius: 10px;
}
.product-features-grid .feature-item .feature-title {
    font-size: 24px;
    line-height: 1.2em;
    color: #000;
    max-width: 228px;
    font-family: 'Oxanium';
}
.featured-wrap .product-key-features th, 
.featured-wrap .product-key-features td {
    border: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Gellix';
    line-height: 1.2em;
    color: #000;
    text-transform: uppercase;
}
.featured-wrap .product-key-features td{
    font-weight: 600;
}
.featured-wrap .product-key-features td .check {
    background-image: url(../images/checktd.png);
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.featured-wrap .product-key-features {
    border: 1px solid #BD2732;
    border-radius: 12px;
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
}
.product-key-features thead tr th:first-child {
  border-top-left-radius: 12px;
}

.product-key-features thead tr th:last-child {
  border-top-right-radius: 12px;
}

.product-key-features tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.product-key-features tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.featured-wrap .product-key-features thead tr th, 
.featured-wrap .product-key-features td {
    border-right: 1px solid #BD2732;
    border-bottom: 1px solid #BD2732;
}
.featured-wrap .product-key-features thead tr th:last-child, 
.featured-wrap .product-key-features td:last-child {
    border-right: none;
}
body .featured-wrap .product-key-features td {
    border-bottom: none;
    padding: 31px 12px;
}
.product_comments_section {
    float: left;
    width: 100%;
    padding: 0 !important;
    margin: 60px 0;
}
.product_comments_section .comments-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2em;
    margin: 0 0 25px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.woocommerce-Reviews-title {
    display: none;
}
.product_comments_section {
    float: left;
    width: 100%;
}
.product_comments_section .commentlist {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    max-width: 700px;
    margin: auto;
}
.product_comments_section .commentlist img.avatar {
    border-radius: 50%;
}
.product_comments_section .commentlist .comment_container {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.product_comments_section .commentlist .comment_container .star-rating {
    color: #BD2732;
    font-size: 14px;
}
#review_form_wrapper form textarea, 
#review_form_wrapper form input {
    background: transparent;
    outline: none !important;
    padding: 16px 21px;
    width: 100%;
    border: 1px solid #BCBCBC;
    color: #0D0D0D;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Gellix';
    border-radius: 8px;
}
#review_form_wrapper form textarea {
    height: 100px;
}
#review_form_wrapper form .form-submit {
    text-align: center;
}
#review_form_wrapper form .form-submit input {
    padding: 16px 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: #BD2732;
    border-radius: 10px;
    line-height: 1em;
    color: #fff;
    border: 3px solid #BD2732;
    width: 100%;
    max-width: 154px;
    transition: ease 0.3s;
    margin: auto;
    cursor: pointer;
}
#review_form_wrapper form .form-submit input:hover{
    background: transparent;
    border-color: #BD2732;
    color: #BD2732;
}
#review_form_wrapper  .comment-reply-title {
    text-align: center;
    justify-content: center;
    font-family: 'Oxanium';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2em;
    margin: 0;
    color: #000;
}
#review_form_wrapper form {
    text-align: center;
    max-width: 900px;
    margin: auto;
}
#review_form_wrapper form .stars {
    justify-content: center;
}
#review_form_wrapper form label {
    text-align: left;
    color: #000;
    font-family: 'Gellix';
}
.related.products h2 {
    text-align: center;
}
.related.products {
    background: #F8F8F8;
    padding: 37px 0 55px;
}
.related.products ul.products li.product .woocommerce-placeholder {
    border: none;
}
.related.products ul.products li.product  .woocommerce-loop-product__title {
    font-family: 'Gellix';
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: initial;
    line-height: 1.2em;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.related.products ul.products li.product .button {
    display: none;
}
.related.products ul.products li.product span.price {
    text-align: center;
    margin: 0;
}
.related.products ul.products li.product>a.woocommerce-LoopProduct-link {
    border: 1px solid #BD2732;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 13px 35px 25px;
    height: 100%;
}
.search-results .banner_content {
    font-weight: 700;
    font-size: 60px;
    line-height: 1em;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.search-results .default-max-width {
    max-width: 1550px;
    margin: auto;
    padding: 0 50px;
}
.search-results article .entry-content {
    display: none;
}
.search-results .entry-title {
    font-size: 16px;
    font-family: 'Gellix';
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    padding: 10px 0;
    color: #000;
}
.search-results article header.entry-header {
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
}
.search-results .search-result-count {
    text-align: center;
    padding: 50px 0 20px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
}
.logged-in article .woocommerce {
    max-width: 1550px !important;
    margin: auto;
    padding: 0 50px;
}
.logged-in article footer.entry-footer.default-max-width {
    display: none;
}
.logged-in article .woocommerce li.woocommerce-MyAccount-navigation-link, 
.logged-in article .woocommerce li.woocommerce-MyAccount-navigation-link a {
    font-size: 24px;
    font-family: 'Gellix';
    line-height: 1;
    color: #000;
}
.logged-in article .woocommerce li.woocommerce-MyAccount-navigation-link.is-active a, 
.logged-in article .woocommerce li.woocommerce-MyAccount-navigation-link a:hover {
    color: #BD2732 !important;
}
.logged-in article .woocommerce .woocommerce-MyAccount-content p {
    font-family: 'Gellix';
    font-size: 20px;
    line-height: 1.2em;
}
.product_grid_wrapper figure.post-thumbnail img {
    max-width: 100% !important;
    margin: 0;
    border-radius: 15px;
}
div.search-results {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 50px;
    gap: 30px;
    max-width: 1550px;
    margin: auto;
}
.product_grid_wrapper {
    width: calc(33.33% - 20px);
}
.search-results .entry-title a:hover {
    color: #BD2732;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    padding: 16px 25px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: #BD2732;
    border-radius: 10px;
    line-height: 1em !important;
    color: #fff;
    border: 3px solid #BD2732;
    transition: ease 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward:hover{
    background: transparent;
    color: #BD2732;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message {
    border-color: #BD2732;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message {
    border: none;
    border-top: 2px solid #BD2732;
    padding: 12px 30px;
    line-height: 1;
    font-family: 'Gellix';
    color: #000;
    font-weight: 500;
}
.page-id-154.singular .entry-header .entry-title, 
.privacy-policy .entry-header .entry-title{
    font-size: 60px;
    letter-spacing: 0;
    font-family: 'Oxanium';
    font-weight: 700;
    color: #000;
    line-height: 1.2em;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
.page-id-154.singular .entry-header, 
.privacy-policy .entry-header {
    padding-bottom: 10px;
    border-color: #BD2732;
    margin-bottom: 0;
}
.page-id-154.singular .entry-content p {
    font-size: 24px;
    color: green;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
}
.no-results.not-found .banner_content h1 {
    max-width: 100%;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2em;
}
.no-results.not-found section.hero_banner_sec.contact {
    margin: 0;
}
.search-no-results  .page-content.default-max-width {
    max-width: 100%;
    text-align: center;
    padding: 50px 0;
    margin-top: 0;
}
.search-no-results .page-content.default-max-width label {
    text-align: left;
    color: #000;
    font-family: 'Gellix';
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 0 10px;
}
.search-no-results .page-content.default-max-width  .search-field {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 17px 23px;
    outline: none;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
}
.search-no-results .page-content.default-max-width .search-submit {
    margin: 0 0 0 10px;
    color: #fff;
    padding: 14px 16px;
    font-weight: 700;
    background: #BD2732;
    border-radius: 10px;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #BD2732;
    transition: ease 0.3s;
    cursor: pointer;
}
.search-no-results .page-content.default-max-width .search-submit:hover{
    background: transparent;
    color: #BD2732;
}
.search-no-results .page-content.default-max-width>p {
    font-size: 22px;
    margin: 0 0 50px;
    line-height: 1.2em;
    font-weight: 600;
    font-family: 'Gellix';
    color: #000;
    text-transform: capitalize;
    padding: 0 20px;
}
.privacy-policy .entry-content * {
    max-width: 100% !important;
}
.privacy-policy .entry-content {
    max-width: 1050px;
    padding: 0 20px;
}
.single-product section.header_main {
    border-bottom: 1px solid #D9D9D9;
}
.woocommerce-LostPassword.lost_password a {
    text-decoration: underline;
}
.woocommerce-LostPassword.lost_password a:hover {
    color: #BD2732;
}
form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    margin: 30px auto 10px;
}
form.woocommerce-ResetPassword.lost_reset_password {
    text-align: center;
    margin: auto;
}
form.woocommerce-ResetPassword.lost_reset_password p {
    max-width: 700px;
    margin: auto;
}

/*responsive*/

@media(min-width: 768px){
    .single-product div.product .wcgs-woocommerce-product-gallery {
    max-width: 55% !important;
}
.single-product div.product>.container .summary.entry-summary {
    width: 45% !important;
    max-width: 100% !important;
    padding-left: 63px;
    margin-bottom: 0;
}
.woocommerce .related.products ul.products.columns-4 li.product {
    width: calc(25% - 19px)!important;
}
.logged-in article .woocommerce .woocommerce-MyAccount-navigation {
    float: left;
    margin-right: 0;
}
.logged-in article .woocommerce .woocommerce-MyAccount-content {
    float: right;
}
body.woocommerce-checkout {
    overflow: visible;
}
body.woocommerce-checkout .wc-block-components-sidebar {
    position: sticky;
    top: 40px;
    height: 100%;
}
}


@media(max-width: 1460px){
  .specification_title h5 {
    font-size: 16px;
    line-height: 21px;
}
.specification_icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.specification_slider .slick-slide {
    margin-right: 12px;
}  
.benefits_right_inner {
    padding-left: 50px;
}
.feature_pro_wrap .slick-arrow {
    right: -20px;
}
.feature_pro_wrap .slick-prev {
    left: -20px;
}
.feat_proitem_inner {
    padding: 20px 25px 35px;
}
.testimonial_inner {
    padding: 28px 20px 28px 25px;
}
.testimonial_slider .slick-slide {
    padding: 0 12px;
}
.single-product div.product .product-features-wrap .product-features-inner {
    gap: 60px;
}
.product-features-grid .feature-item .feature-title {
    font-size: 20px;
    max-width: 216px;
}
.product-features-grid .feature-item img {
    max-width: 159px;
}

}


@media(max-width: 1380px){

.footer_wrapper {
    gap: 50px;
}

}


@media(max-width: 1350px){
.container {
    padding: 0 30px;
}
.slick-arrow {
    width: 45px;
    height: 45px;
}
.slick-arrow:before {
    width: 10px;
    height: 10px;
    right: 4px;
}
.slick-arrow, 
.feature_pro_wrap .slick-arrow {
    right: 0;
}
.slick-prev, 
.feature_pro_wrap .slick-prev {
    left: 0px;
}
.feat_proitem_inner {
    padding: 15px 18px 25px;
}
.toolcart_content {
    transform: translateY(-50%);
}
.our_services_wrap .slick-slide {
    padding: 0 12px;
}
.get_in_touch_grid {
    margin-left: -70px;
}
.get_in_touch_left, 
.get_in_touch_right {
    padding-left: 70px;
}
.single-product div.product .product-features-wrap .product-feature-item .feature-title {
    font-size: 16px;
}
.single-product div.product .product-features-wrap .product-features-inner {
    gap: 45px;
}
.single-product div.product .product-features-wrap .product-feature-item .feature-icon img {
    max-width: 80px;
    height: 80px;
}
.single-product div.product .product-features-wrap .product-feature-item:not(:last-child)::after {
    height: 75px;
}
.product-features-grid .feature-item .feature-title {
    font-size: 18px;
}
.product-features-grid .feature-item img {
    max-width: 149px;
}
.product-features-grid .feature-item {
    gap: 14px;
}
.featured-wrap .product-key-features th, .featured-wrap .product-key-features td {
    font-size: 16px;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-arrow {
    width: 45px;
    height: 45px;
    right: 10px;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-arrow:before {
    right: 5px;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-button-prev:before {
    right: -5px;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-button-prev {
    left: 10px;
}
.single-product div.product>.container .summary.entry-summary {
    padding-left: 40px;
}

}

@media(max-width: 1260px){

.service_title h4 {
    font-size: 18px;
    line-height: 24px;
}
.turn_light_sec .service_title h4 {
    font-size: 18px;
}
.trust_content h4 {
    font-size: 18px;
}
.footer_item.newsletter span, 
.footer_item span {
    font-size: 18px;
}
.our_story_right_inner {
    padding: 30px 40px;
}
.commit_content h3 {
    font-size: 18px;
}
.blog_title h3 {
    font-size: 18px;
}
.our_storyheader p {
    font-size: 18px;
    line-height: 26px;
}

}

@media(max-width: 1199px){

.header_nav ul {
    gap: 30px;
}
.header_btn a {
    font-size: 15px;
    gap: 5px;
    justify-content: center;
}
.header_btn svg {
    width: 22px;
    height: 22px;
}
.header_btn {
    gap: 8px;
    width: auto;
}
.header_search_main {
    gap: 10px;
    justify-content: flex-end;
}
.mobile_menu {
    display: block;
}
.header_nav.mobile_nav {
    display: block;
}
.header_nav.mobile_nav {
    display: block;
    width: auto;
}
.header_nav.mobile_nav .header_search {
    display: none;
}
.testi_auther {
    font-size: 15px;
}
.footer_item ul a {
    line-height: 1.2em;
}
.footer_item ul li {
    line-height: normal;
    margin: 0 0 12px;
}
.footer_item.newsletter .social_items li, 
.footer_item.contact-item li {
    margin: 0;
}
.header_nav {
    display: none;
}
.header_nav {
    width: 15%;
}
.header_right {
    width: 70%;
}
.toolcart_title h2 {
    font-size: 60px;
}
.toolcart_title .sbtitle {
    font-size: 30px;
    margin: 0 0 5px;
}
.season_salewrap h4 {
    font-size: 22px;
    line-height: 1.2em;
}
.turn_light_sec .service_content_inner {
    padding: 0px 15px 15px;
}
.turn_light_sec .service_arrow svg {
    width: 45px;
    height: 45px;
}
.turn_light_wrap {
    gap: 25px;
}
.commitment_icons_wrap {
    gap: 25px;
}
.get_in_touch_grid {
    margin-left: -50px;
}
.get_in_touch_left, 
.get_in_touch_right {
    padding-left: 50px;
}
.get_in_touch_right_inner .contact-item li {
    gap: 10px;
}
.filter_header h3:before {
    width: 60px;
}
.filter_header h3 {
    font-size: 18px;
}
.filter_title {
    font-size: 14px;
}
nav.woocommerce-pagination li .page-numbers {
    width: 50px;
    height: 50px;
    font-size: 16px;
}
.sort_by_filter select {
    padding-right: 0px;
}
.social_share .custom-post-navigation .nav-next a, 
.social_share .custom-post-navigation .nav-previous a {
    gap: 10px;
    font-size: 16px;
}
.social_share .custom-post-navigation .post-share h3 {
    font-size: 16px;
}
.social_share .custom-post-navigation .nav-previous a span {
    width: 40px;
}
.product-accordion-wrap .accordion-item .accordion-header {
    font-size: 18px;
}
.single-product div.product .summary.entry-summary .product-accordion-wrap {
    margin-top: 30px;
}
.single-product .summary .woocommerce-product-details__short-description {
    margin: 0 0 30px;
}
.single-product .summary .woocommerce-product-details__short-description li:before {
    width: 21px;
    height: 21px;
}
.single-product .summary .woocommerce-product-details__short-description li {
    margin: 0 0 8px;
    padding-left: 26px;
}
.product-features-grid .feature-item img {
    max-width: 139px;
}
.related.products ul.products li.product>a.woocommerce-LoopProduct-link {
    padding: 10px 12px 15px;
}
.page-id-154.singular .entry-header .entry-title {
    font-size: 45px;
}
.privacy-policy .entry-content {
    max-width: 820px;
    padding: 0 20px;
}
}

@media(max-width: 992px){

h1 {
    font-size: 45px;
}
h2 {
    font-size: 28px;
}
p {
    font-size: 15px;
    line-height: 24px;
}
.home .banner_content h1 {
    line-height: 50px;
}
.container {
    padding: 0 20px;
}
.single-post article .entry-content, 
.container.social_share {
    padding: 25px 20px;
}
.header_search_inner input {
    font-size: 14px;
}
.header_search_inner svg {
    width: 20px;
    height: 20px;
}
.header_btn svg {
    width: 20px;
    height: 20px;
}
#menuToggle span {
    width: 30px;
    margin-bottom: 5px;
    height: 2px;
}
#menuToggle {
    top: 2px;
}
#menu li a {
    font-size: 18px;
}
.header_nav.mobile_nav .header_search {
    display: block;
}
#menu .header_search {
    width: 100%;
    margin-top: 20px;
}
#menuToggle #menu .header_search input {
    width: 100%;
    position: static;
    opacity: 1;
    height: auto;
    color: #fff;
    font-size: 15px;
}
#menuToggle #menu .header_search input::placeholder{
    color: #fff;
}
.header_search_inner {
    padding: 10px 12px;
}
.header_btn a {
    font-size: 13px;
    padding: 10px 12px;
    height: 44px;
}
.footer_wrapper {
    flex-wrap: wrap;
    column-gap: 0;
}
.footer_item.footer-logo {
    width: 100%;
    text-align: center;
}
.social_items {
    gap: 8px;
    justify-content: center;
}
.social_items li a, 
.contact_icon {
    background: #BD2732;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}
.social_items li a svg, 
.contact_icon svg {
    width: 20px;
    height: 20px;
}
.newsletter_input {
    max-width: 400px;
    margin: auto auto 30px;
}
.newsletter_input button .arrow svg {
    width: 22px;
    height: 22px;
}
.footer_nav, 
.footer_item.contact-item {
    width: 33.33%;
}
.footer_item.contact-item li {
    gap: 10px;
    font-size: 15px;
    line-height: 18px;
}
.footer_item span {
    font-size: 16px;
    margin: 0 0 15px;
}
.copyright_content {
    margin-top: 30px;
    padding: 15px 20px;
}
.copyright_content ul li, 
.copyright_content ul li a {
    font-size: 14px;
    line-height: 18px;
}
.footer_item ul li {
    margin: 0 0 10px;
}
.cart_bubble {
    width: 21px;
    height: 21px;
}
.cart_bubble span {
    font-size: 12px;
}
.banner_content p {
    max-width: 550px;
    margin: 10px auto 0;
}
.home .banner_content p {
    font-size: 16px;
}
.slick-arrow {
    width: 40px;
    height: 40px;
}
.btn_wrap a, 
.submit_btn input {
    padding: 15px 12px;
    font-size: 14px;
    border-width: 2px;
    max-width: 130px;
}
.slick-dots {
    bottom: 10px;
    gap: 8px;
}
.slick-dots li.slick-active button {
    height: 20px;
}
.banner_btn {
    margin-top: 25px;
}
.service_title h4 {
    font-size: 15px;
    line-height: 22px;
}
.service_arrow svg {
    width: 22px;
    height: 22px;
}
.our_services_wrap .slick-slide, 
.feature_pro_wrap .slick-slide, 
.testimonial_slider .slick-slide {
    padding: 0 5px;
}
.feature_prosec .title_wrap {
    margin: 0 0 30px;
}
.viewall-btn {
    margin-top: 30px;
}
.season_salewrap h4 {
    font-size: 16px;
}
.season_salewrap h4 a {
    margin-left: 10px;
}
.season_salesec {
    padding: 18px 0;
}
.toolcart_title h2 {
    font-size: 40px;
}
.toolcart_title .sbtitle {
    font-size: 24px;
}
.tool_desc .btn_wrap {
    margin-top: 25px;
}
.toolcart_img img {
    height: 340px;
    object-fit: cover;
}
.testimonial_inner {
    padding: 22px 15px 22px 15px;
}
.testimonial_sec {
    margin: 50px 0 50px;
}
.trust_right_inn {
    padding: 35px 20px 35px 25px;
}
.trust_title {
    margin: 0 0 25px;
}
.trust_content h4 {
    font-size: 16px;
}
.play-icon svg {
    width: 60px;
    height: 60px;
}
.title_wrap {
    margin: 0 0 34px;
}
.turn_light_wrap {
    gap: 15px;
}
.turn_light_sec .viewall-btn {
    margin-top: 35px;
}
.trust_icon img {
    flex: 0 0 60px;
    width: 60px;
}
.about .banner_content h2 {
    max-width: 270px;
    font-size: 20px;
}
.our_story_right_inner {
    padding: 30px 20px;
}
.commitment_icons_wrap {
    gap: 35px;
    grid-template-columns: repeat(2, 1fr);
}
.commit_icon img {
    width: 100px;
}
.why_choose .our_storywrap {
    margin-left: -50px;
}
.why_choose .our_story_left, 
.why_choose .our_story_right {
    padding-left: 50px;
}
.workshop_content .btn_wrap a {
    max-width: 250px;
    padding: 15px 13px;
}
.our_story_right_inner .btn_wrap {
    margin-top: 25px;
}
.blog_grid {
    column-gap: 20px;
    row-gap: 40px;
}
.date span {
    font-size: 12px;
    line-height: 22px;
    padding: 2px 8px;
}
.read_more {
    margin: 20px 0 0;
}
.get_in_touch_grid {
    row-gap: 40px;
}
.get_in_touch_left, .get_in_touch_right {
    width: 100%;
}
.submit_btn {
    text-align: center;
}
.get_in_touch_sec .title_wrap {
    text-align: center;
}
.get_in_touch_right .title_wrap p {
    margin: auto;
}
.get_in_touch_sec .title_wrap p {
    max-width: 608px;
    margin: auto;
}
.get_in_touch_sec {
    padding: 50px 0 50px;
}
.pro_title h5 {
    font-size: 14px;
}
.category_pro_grid .feat_proitem {
    padding-left: 10px;
    padding-bottom: 10px;
}
.category_product .feature_pro_wrap {
    margin-left: -20px;
}
.cate_aside_filter, 
.category_pro_grid {
    padding-left: 20px;
}
.breadcrumbs_list a, 
.breadcrumbs_list li {
    font-size: 14px;
    line-height: 22px;
}
.sort_by span {
    margin-right: 11px;
    font-size: 15px;
    line-height: 24px;
}
.sort_by_filter select {
    font-size: 15px;
    line-height: 24px;
}
body.woocommerce-account header.entry-header.alignwide h1, 
body.woocommerce-cart header.entry-header.alignwide h1, 
body.woocommerce-checkout header.entry-header.alignwide h1 {
    font-size: 45px !important;
}
.woocommerce-form-login button.woocommerce-button, 
.wc-block-grid__product-add-to-cart.wp-block-button .add_to_cart_button, 
.woocommerce form .form-row:has(button) button.woocommerce-Button.button[value="Reset password"] {
    padding: 12px 15px;
    font-size: 15px;
    max-width: 134px;
}
body.woocommerce-account header.entry-header.alignwide, 
body.woocommerce-cart header.entry-header.alignwide, 
body.woocommerce-checkout header.entry-header.alignwide {
    padding: 80px 0;
}
.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
}
.wc-block-grid__product-add-to-cart.wp-block-button .add_to_cart_button {
    max-width: 100%;
}
.social_share .custom-post-navigation .post-share ul a {
    width: 40px;
    height: 40px;
}
.social_share .custom-post-navigation .post-share ul a svg {
    width: 18px;
    height: 18px;
}
.social_share .custom-post-navigation .post-share ul {
    gap: 6px;
}
.container.social_share {
    padding: 10px 10px;
}
.single-post article .entry-content li {
    font-size: 15px;
    line-height: 24px;
}
.single-blog .banner_content h1 {
    max-width: 100%;
}
.product_comments_section .comments-title, 
#review_form_wrapper  .comment-reply-title {
    font-size: 28px;
}
.related.products ul.products {
    flex-direction: row !important;
    gap: 10px;
}
.woocommerce .related.products ul.products.columns-4 li.product {
    padding: 0 !important;
    margin: 0;
    width: calc(25% - 10px)!important;
}
.related.products ul.products li.product  .woocommerce-loop-product__title {
    font-size: 14px;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-arrow {
    width: 35px;
    height: 35px;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-arrow:before {
    right: 2px;
    width: 10px;
    height: 10px;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-button-prev:before {
    right: -3px;
}
.single-product div.product .wcgs-thumb.wcgs-thumb.spswiper-slide {
    margin-bottom: 6px !important;
}
.single-product div.product .wcgs-woocommerce-product-gallery .gallery-navigation-carousel-wrapper {
    margin-right: 6px !important;
}
.single-product div.product>.container .summary.entry-summary .product_title {
    font-size: 18px;
    margin: 0 0 6px;
}
.single-product .woocommerce-product-rating .star-rating {
    font-size: 14px;
}
.single-product div.product>.container .summary.entry-summary .price {
    margin: 12px 0 10px;
}
.single-product div.product>.container .summary.entry-summary {
    padding-left: 20px;
}
.single-product .summary .woocommerce-product-details__short-description li:before {
    width: 18px;
    height: 18px;
}
.single-product .summary .woocommerce-product-details__short-description li {
    margin: 0 0 5px;
    padding-left: 24px;
    font-size: 15px;
    line-height: 24px;
}
.single-product .single_add_to_cart_button {
    padding: 14px 12px !important;
    font-size: 15px;
}
.single-product div.product .summary.entry-summary form.cart .quantity.buttons-added button {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}
.single-product div.product .summary.entry-summary form.cart .quantity.buttons-added {
    padding: 0 6px;
}
.product-accordion-wrap .accordion-item .accordion-header .accordion-icon {
    width: 18px;
    height: 18px;
}
.product-accordion-wrap .accordion-item .accordion-header {
    font-size: 16px;
    padding: 8px 0 14px;
}
.single-product div.product .summary.entry-summary .product-accordion-wrap {
    margin-top: 20px;
    padding-top: 4px;
}
.single-product div.product .product-features-wrap .product-feature-item .feature-icon img {
    max-width: 60px;
    height: 60px;
}
.single-product div.product .product-features-wrap {
    margin-top: 50px;
    padding: 15px 0;
}
.single-product div.product .product-features-wrap .product-feature-item .feature-title {
    font-size: 12px;
}
.single-product div.product .product-features-wrap .product-feature-item {
    gap: 6px;
    padding: 0 15px 0 0;
}
.single-product div.product .product-features-wrap .product-feature-item:not(:last-child)::after {
    height: 45px;
}
.product-features-grid .feature-item img {
    max-width: 90px;
}
.product-features-grid .feature-item .feature-title {
    font-size: 15px;
    max-width: 126px;
}
.product-features-grid .feature-item {
    gap: 8px;
}
.featured-wrap .product-key-features {
    overflow: auto;
    display: block;
}
.featured-wrap .product-key-features th, .featured-wrap .product-key-features td {
    font-size: 14px;
    padding: 7px;
    min-width: 110px;
}
#review_form_wrapper form label {
    font-size: 15px;
}
#review_form_wrapper form textarea, #review_form_wrapper form input {
    padding: 12px 12px;
    font-size: 15px;
    line-height: 24px;
}
.comment-form > p.comment-form-author {
    margin-right: 10px;
}
#review_form_wrapper form .form-submit input {
    padding: 15px 12px;
    font-size: 14px;
    border: 2px solid #BD2732;
    max-width: 132px;
}
.product_comments_section {
    margin: 50px 0;
}
.featured-wrap {
    padding: 50px 0 50px;
}
.single-product .breadcrumbs_list {
    padding: 15px 0 12px;
}
body .featured-wrap .product-key-features td {
    padding: 22px 7px;
}
.featured-wrap .product-key-features td .check {
    width: 20px;
    height: 20px;
}
.search-results .banner_content, 
.privacy-policy .entry-header .entry-title {
    font-size: 45px;
}
.logged-in article .woocommerce {
    padding: 0 30px;
}
div.search-results {
    padding: 50px 30px;
}
.search-results .entry-title {
    font-size: 14px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message {
    padding: 12px 10px;
}
.page-id-154.singular .entry-content p {
    font-size: 22px;
}
.no-results.not-found .banner_content h1 {
    font-size: 45px;
}
.search-no-results .page-content.default-max-width>p {
    font-size: 18px;
    margin: 0 0 30px;
}
.privacy-policy .entry-content {
    max-width: 700px;
}
.our_storyheader p, 
.hero_banner_sec.contact .banner_content p {
    font-size: 15px;
    line-height: 24px;
}



}

@media(max-width: 767px){

.topbar_sec .container {
    padding: 0 10px;
}
.topbar_sec {
    padding: 4px 0 !important;
}
.topbar_wrap p {
    gap: 5px;
    font-size: 14px;
}
.topbar_wrap p span img {
    width: 20px;
    height: 20px;
}
.header_btn a {
    padding: 8px 8px;
    height: 35px;
    font-size: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.header_btn a:first-child {
    gap: 0;
}
.header_search_inner svg path {
    stroke: #fff;
}
#menuToggle .header_search_inner button span {
    width: auto;
    height: auto;
    margin: 0;
}
.header_search {
    display: none;
}
.header_btn svg {
    width: 18px;
    height: 18px;
}
.header_logo {
    width: 25%;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
body.woocommerce-account header.entry-header.alignwide h1, 
body.woocommerce-cart header.entry-header.alignwide h1, 
body.woocommerce-checkout header.entry-header.alignwide h1 {
    font-size: 30px !important;
}
.home .banner_content h1 {
    line-height: 35px;
}
.home .banner_content h1 span:before {
    -webkit-text-stroke: 13px #000;
}
.header_main {
    padding: 6px 0;
}
.home .banner_content_wrap {
    position: static;
    transform: inherit;
    padding: 30px 0 0;
}
.home .banner_wrapper:before {
    content: inherit;
}
.home .banner-img, 
.toolcart_img{
    position: relative;
}
.home .banner-img:before, 
.toolcart_img:before{
    content: '';
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    pointer-events: none;
}
.home .banner_content p {
    color: #000;
}
.banner_slider .slick-arrow {
    border-color: #000;
}
.banner_slider .slick-arrow:before {
    border-color: #000;
}
.our_services_wrap .slick-list.draggable, 
.feature_prosec .feat_pro_grid .slick-list.draggable, 
.testimonial_slider .slick-list.draggable {
    padding-right: 80px;
}
.service_title h4 {
    font-size: 16px;
}
.pro_title h5 {
    font-size: 15px;
}
.testi_title h4 {
    font-size: 16px;
}
.testimonial_sec .title_wrap, 
.feature_prosec .title_wrap {
    margin: 0 0 25px;
}
.trust_left, .trust_right {
    width: 100%;
}
.trust_title {
    text-align: center;
}
.trust_right_inn .btn_wrap {
    text-align: center;
}
.turn_light_sec {
    margin: 50px 0;
}
.turn_light_wrap {
    grid-template-columns: 1fr;
}
.turn_light_sec .service_title h4 {
    font-size: 16px;
}
#video-wrapper iframe {
    position: static !important;
    height: 300px !important;
}
.footer_nav, 
.footer_item.contact-item {
    width: 100%;
    text-align: center;
}
.footer_item.contact-item ul {
    max-width: 240px;
    margin: auto;
    text-align: left;
}
.copyright_content ul {
    gap: 10px;
    flex-wrap: wrap;
    column-gap: 30px;
}
.copyright_content ul li:not(:last-child):after {
    right: -15px;
}
.footer_wrapper {
    gap: 20px;
}
.about .banner_wrapper:before {
    opacity: 0.3;
}
.about .banner_content h2 {
    max-width: 220px;
    font-size: 18px;
}
.our_storysec {
    margin: 38px 0 50px;
}
.our_story_left, .our_story_right {
    width: 100%;
}
.commit_content h3 {
    font-size: 16px;
}
.commit_content {
    padding-top: 15px;
}
.our_commitmentsec {
    margin: 50px 0 50px;
}
.why_choose {
    padding: 50px 0;
}
.why_choose .our_storywrap {
    row-gap: 30px;
    flex-direction: column-reverse;
}
.workshop_img img {
    height: 250px;
    object-fit: cover;
}
.blog_grid {
    grid-template-columns: repeat(1, 1fr);
}
.blog_item_content {
    padding: 12px 0 0;
}
.blog_title h3 {
    font-size: 16px;
}
.read_more a {
    font-size: 15px;
}
.read_more {
    margin: 10px 0 0;
}
.contact_form_item {
    width: 100%;
}
.contact_form_grid {
    row-gap: 10px;
}
.contact_form_item input, 
.contact_form_item textarea {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 22px;
}
.cate_aside_filter, 
.category_pro_grid {
    width: 100%;
    padding-left: 0;
}
.cate_aside_filter{
    position: static;
}
.category_product .feature_pro_wrap {
    margin-left: 0;
    row-gap: 10px;
}
.category_pro_grid .feat_proitem {
    padding-left: 0;
    padding-bottom: 0;
}
.category_pro_grid {
    gap: 10px;
}
.category_pro_grid .feat_proitem {
    width: calc(50% - 5px);
}
nav.woocommerce-pagination ul.page-numbers {
    gap: 4px;
}
nav.woocommerce-pagination li .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}
nav.woocommerce-pagination {
    margin-top: 20px;
}
.pro_price .price {
    font-size: 15px;
}
.category_pro_grid .pro_title h5 {
    font-size: 14px;
}
.filter_title {
    font-size: 15px;
}
.feature_prosec.category_product {
    margin-top: 30px;
}
.breadcrumbs_wrap {
    flex-wrap: wrap;
}
.breadcrumbs_list {
    width: 100%;
    padding: 10px 20px;
}
.sort_by {
    width: 100%;
    border-top: 1px solid #D9D9D9;
    padding: 0 20px;
    justify-content: center;
}
.breadcrumbs_sec .container {
    padding: 0;
}
.breadcrumbs_list ul span {
    display: flex;
}
.breadcrumbs_list ul span svg {
    width: 12px;
    height: 12px;
}
.breadcrumbs_list ul {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
body .woocommerce form .form-row .input-text {
    padding: 10px 12px;
    font-size: 15px;
    line-height: 22px;
}
body.woocommerce-account header.entry-header.alignwide, 
body.woocommerce-cart header.entry-header.alignwide, 
body.woocommerce-checkout header.entry-header.alignwide {
    padding: 50px 0;
}
.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%;
}
body .wc-block-cart__sidebar, 
body .wc-block-cart__submit{
    margin-bottom: 0;
}
.social_share .custom-post-navigation .nav-next a, 
.social_share .custom-post-navigation .nav-previous a {
    gap: 4px;
    font-size: 13px;
}
.social_share .custom-post-navigation .nav-previous a svg, 
.social_share .custom-post-navigation .nav-next a svg {
    width: 15px;
    height: 15px;
} 
.social_share .custom-post-navigation .post-share h3 {
    font-size: 13px;
}
.social_share .custom-post-navigation .post-share {
    gap: 7px;
}
.social_share .custom-post-navigation .post-share ul a {
    width: 30px;
    height: 30px;
}
.social_share .custom-post-navigation .post-share ul a svg {
    width: 12px;
    height: 12px;
}
.social_share .custom-post-navigation .nav-previous a span {
    width: 34px;
}
.social_share .custom-post-navigation .post-share ul {
    gap: 3px;
}
.single-post article .entry-content h4, 
.single-post article .entry-content h2, 
.single-post article .entry-content h3, 
.single-post article .entry-content h5, 
.single-post article .entry-content h6 {
    font-size: 18px;
    margin: 0 0 8px;
}
.single-post article .entry-content p {
    margin: 0px 0 15px;
}
.single-post article .entry-content ul, 
.single-post article .entry-content ol {
    margin: 20px 0;
}
.you-may-also-like.blog_sec {
    margin-top: 30px;
}
.product_comments_section .comments-title, 
#review_form_wrapper  .comment-reply-title {
    font-size: 24px;
}
.single-product .breadcrumbs_list {
    padding: 18px 0 20px;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-arrow {
    min-width: auto;
    min-height: auto;
}
.single-product div.product .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-spswiper-arrow:before {
    width: 8px;
    height: 8px;
}
.single-product div.product>.container .summary.entry-summary {
    padding-left: 0;
    margin: 0;
}
.single-product div.product .product-features-wrap .product-features-inner {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    flex-direction: row;
    justify-content: inherit;
    gap: 0;
}
.single-product div.product .product-features-wrap {
    padding: 10px 0;
}
.single-product div.product .product-features-wrap .product-feature-item .feature-icon img {
    max-width: 50px;
    height: 50px;
}
.single-product div.product .product-features-wrap .product-feature-item {
    min-width: fit-content;
}
.product-features-grid {
    column-gap: 10px;
}
.product-features-grid .feature-item {
    gap: 6px;
    width: calc(50% - 5px);
    margin: 0 0 15px;
    flex-direction: column;
}
.product-features-grid .feature-item img {
    max-width: 100%;
    margin: 0 auto;
}
.product-features-grid .feature-item .feature-title {
    font-size: 15px;
    max-width: 100%;
    margin-top: 5px;
    text-align: center;
}
#review_form_wrapper form textarea {
    height: 70px;
}
.woocommerce .related.products ul.products.columns-4 li.product {
    width: calc(50% - 10px)!important;
}
.related.products ul.products {
    flex-wrap: wrap;
}
.related.products ul.products:before{
    content: inherit;
}
.product_comments_section .commentlist .comment_container .star-rating {
    margin: 0 0 2px;
}
body .featured-wrap .product-key-features td {
    padding: 18px 7px;
}
.search-results .banner_content {
    font-size: 30px;
}
.logged-in article .woocommerce {
    padding: 0 20px;
}
.logged-in article .woocommerce li.woocommerce-MyAccount-navigation-link, 
.logged-in article .woocommerce li.woocommerce-MyAccount-navigation-link a {
    font-size: 18px;
    margin-bottom: 5px ! !important;
}
.logged-in article .woocommerce .woocommerce-MyAccount-content p {
    font-size: 15px;
}
.product_grid_wrapper {
    width: calc(50% - 6px);
}
div.search-results {
    padding: 50px 20px;
    gap: 12px;
}
.search-results .search-result-count {
    padding: 40px 20px 0px;
    font-size: 20px;
}
.page-id-154.singular .entry-header .entry-title, 
.privacy-policy .entry-header .entry-title {
    font-size: 30px;
}
.page-id-154.singular .entry-content p {
    font-size: 18px;
}
.page-id-154.singular .entry-content{
    margin: 20px 0;
}
.no-results.not-found .banner_content h1 {
    font-size: 30px;
}
.search-no-results .page-content.default-max-width form.search-form {
    row-gap: 10px;
    text-align: center;
    justify-content: center;
}
.search-no-results .page-content.default-max-width label, 
.search-no-results .page-content.default-max-width .search-submit {
    margin: 0;
}
.search-no-results  .page-content.default-max-width {
    padding: 30px 0;
}

}

