:root{
	--white_clr:  #fff;
	--black_clr: #000;
	--text_clr: #181818;
	--text_clr_light: #6e6e6e;
	--primary_clr: #327ace;
	--secondary_clr: #f4842c;
	--body_clr: #f7f6f7;
	--primary_font_family: "Assistant", sans-serif;
	--secondary_font_family: "Assistant", sans-serif;
	--bdr_clr: #e8e8e8;
	--bdr-radius-80: 80px;
	--bdr-radius-40: 40px;
	--shadow-1: 0 3px 10px rgba(0,0,07,0.01);
}
/* Custom classes for layout */
.aspect-square {
    aspect-ratio: 1 / 1;
}
.aspect-\[3\/4\] {
    aspect-ratio: 3 / 4;
}
.aspect-\[4\/3\] {
    aspect-ratio: 4 / 3;
}
.object-cover {
	width: 100%; height: 100%; object-fit: cover;
}
.object-contain {
	width: 100%; height: 100%; object-fit: contain;
}
.hover\:scale-105:hover {
    transform: scale(1.05);
}
/* Custom Colors and Gradients */
.from-foreground\/60 {
    --tw-gradient-from: hsl(var(--foreground) / 0.6);
}
.via-transparent {
    --tw-gradient-to: transparent;
}
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-from), var(--tw-gradient-to));
}
.box-overlay{
	position: absolute; left: 0; right: 0; top: 0; bottom: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(18,18,18,0) 41%,rgba(0,0,0,0.8) 100%);
}
.trans{
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.animate{
    transform: translateY(50px); opacity: 0;
    transition: transform .8s .2s, opacity 1s .2s;
}
.animate.animated{
    transform: translateY(0); opacity: 1;
}
.trans_1{
    transition: transform .4s .2s, opacity 1s .2s;
}
.trans_2{
    transition: transform .6s .2s, opacity 1s .2s;
}
.trans_3{
    transition: transform .7s .2s, opacity 1s .2s;
}

/*Slick Slider Css Start*/
.slick-slider{
	position:relative; display:block; -webkit-touch-callout:none;-khtml-user-select:none;
	-ms-touch-action:pan-y; touch-action:pan-y;-webkit-tap-highlight-color:transparent;
}
.slick-list{
	position:relative; display:block; overflow:hidden; margin:0; padding:0; min-width: 100%;
}
.slick-list.dragging{
	cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);
}
.slick-track{
	position:relative; top:0; left: 0; min-width: 100%;
	display:flex;display:-webkit-flex;
}
.slick-track:before,
.slick-track:after{display:table; content:"";}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{
	display:none; min-height:1px; flex-grow: 1; flex: inherit;
}
.slick-initialized .slick-slide{
	display: block; list-style:none;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	display: block; height: auto; border:1px solid transparent;
}
.slick-arrow{
	display:flex; align-items: center; justify-content: center; position:absolute; top:50%; margin-top:-16px; z-index:2;
	padding:0; width:32px; height:32px; text-align:center; font-size:0; border:0;
	color: var(--primary_clr); cursor:pointer; opacity:1; background: #ddd;
	-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; box-shadow: 0 0 10px rgba(0,0,0,0);
}
.slick-arrow:before{
	display: block; content: "\f060"; font-family: 'Line Awesome Free'; font-weight: 900; font-size: 14px;
}
.slick-arrow.slick-next:before{
	content: "\f061";
}
.slick-arrow.slick-prev{left:0;}
.slick-arrow.slick-next{right:0;}
.slick-arrow:hover{
	color: var(--white_clr); background: var(--primary_clr);
}
.slick-arrow.slick-disabled{
	background: var(--bdr_clr); color: var(--secondary_clr); cursor: inherit;
}
.slick-dots{
	display:flex;display:-webkit-flex; align-items: center; justify-content: center;
	position:absolute; left:0; right:0; margin:0 auto; padding:0; bottom:-10px; text-align:center;
}
.slick-dots li{
	margin:0 5px; padding:0; list-style:none; display:inline-block; vertical-align:top;
}
.slick-dots li button{
	display:block; width:7px; height:7px; font-size:0; padding: 0; background: #eee; border:none;
	cursor:pointer; position: relative; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
	border-radius:50%; 
}
.slick-dots li.slick-active button{
	background: var(--primary_clr); width: 10px; height: 10px;
}
/*Slick Slider Css End*/
/* ===== RESET ================================================== */
abbr, acronym, address, applet, article, aside, audio,b, blockquote,big, body, button, center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, source, strike, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt, var{background:transparent; border:0 none; margin:0; padding:0; line-height:normal; vertical-align:baseline; outline:none; font-size:100%; font-family:inherit; font-weight:400; font-style:normal;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;} blockquote,q{quotes:none;} blockquote:before,q:before{content:'';content:none;} blockquote:after,q:after{content:'';content:none;} ins {text-decoration:none;} abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;} table {border-collapse:collapse; border-spacing:0;} hr {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}input, select {vertical-align:middle; margin:0;} ol, ul, li {list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; scroll-behavior: smooth;}
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-tap-highlight-color:rgba(255,255,255,0);}
/* ===== GLOBAL ================================================== */
body{
	margin:0; padding:0; background:var(--white_clr); font-family:var(--primary_font_family);
	font-size:16px; color: var(--text_clr); line-height:24px; font-weight:400; overflow-x:hidden;
}
:focus, button:focus{outline:none;}
a{text-decoration:none; color: var(--text_clr); -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:var(--primary_clr);}

::-webkit-input-placeholder{color:var(--text_clr); opacity:0.5;}
:-moz-placeholder{color:var(--text_clr); opacity:0.5;} /* Firefox 18- */
::-moz-placeholder{color:var(--text_clr); opacity:0.5;} /* Firefox 19+ */
:-ms-input-placeholder{color:var(--text_clr); opacity:0.5;}

.clear{width: 100%; clear: both;}
img{max-width:100%; height:auto; border:none; outline:none;}
b, strong{font-weight:700;}

/* Ul Li & Ol Li CSS */
ul, ol{margin:0 0 20px; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:15px;}
ul li, ol li{margin:0; padding:0; font-size: 18px; line-height: 1.4; color:var(--text_clr); font-weight: 400; letter-spacing:0;}
.entry-content ul{padding:0; margin:0 0 20px;}
.entry-content ol{padding:0; margin:0 0 20px; list-style: none; counter-reset: my-awesome-counter;}
.entry-content ul li{position:relative; padding:0 0 0 30px; margin:0 0 10px;}
.entry-content ul li:before{
	content:""; position:absolute; left: 12px; top: 10px; width: 6px; height: 6px;
	background: var(--text_clr); outline-offset: 3px;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.entry-content ul li li{list-style:disc;}
.entry-content ol li{counter-increment: my-awesome-counter; margin:0 0 8px;}
.entry-content ol li::before{content: counter(my-awesome-counter) ". "; font-weight:400;}

/* Heading CSS */
h1, .h1, h2, .h2, h3, h4, h5, h6{color: var(--text_clr); line-height:1.3; font-weight: 600; font-family:var(--secondary_font_family); font-synthesis: none; letter-spacing:0; margin:0 0 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: var(--black_clr);}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:var(--primary_clr);}
h1, .h1{font-size: 40px; line-height:1.2; margin:0 0 20px;}
h2, .h2{font-size: 34px; line-height:1.2; margin:0 0 20px;}
h3{font-size:28px;}
h4{font-size:24px;}
h5{font-size:20px;}
h6{font-size:18px;}
.big-heading{font-size: 5.556vw; font-weight: 400; text-transform: uppercase;}
/* Paragraph CSS */
p{font-size: 18px; line-height: 1.4; color:var(--text_clr); font-weight: 400; letter-spacing:0; margin:0 0 20px;}
p strong{font-weight: 600; color: var(--black_clr);}
hr{border:none; margin:30px 0; background:var(--text_clr); height:1px; width:100%; clear:both; opacity: 0.3;}
body .wp-block-separator{border: 0;}
blockquote{border-left:5px solid #eee;font-size:16px; margin:0 0 20px; padding:10px 20px;}
/*table structure*/
table, .entry-content table{border-right:1px solid #eee; border-top:1px solid #eee;}
table th, table td, .entry-content th, .entry-content table th, .entry-content td, .entry-content table td {background:var(--white_clr); border-left:1px solid #eee; border-bottom: 1px solid #eee; text-align:left; font-size:16px; color:#333; font-weight:400; padding:12px 20px; vertical-align:middle;}
table th{color:#111; font-weight:400; background:#d4d5d6;}
.table-striped th, .table-striped td{position:relative;}
.table-striped tbody tr:nth-of-type(even) td{background:#d4d5d6;}
/*Form Input Field*/
input, textarea, select{
	background:var(--white_clr); border:1px solid var(--bdr_clr); width:100%; padding:4px 20px; margin:0;
	font-size:16px; color:var(--black_clr); font-weight:400; line-height:normal; letter-spacing:0; font-family:var(--primary_font_family); height: 48px; outline:none;
	-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;
}
input[type="button"], input[type="submit"] {cursor:pointer; width:auto; height:auto;}
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
textarea {display: block; height:100px; padding:20px; min-height:140px; resize: none;}
input[type="button"], input[type="submit"], input[type="image"], input[type="file"], input[type="search"]{-webkit-appearance:none;}
input#addressSubmit {-webkit-appearance:none !important ; }
input[type="radio"], input[type="checkbox"]{-webkit-appearance:normal;}
.checkbox, .radiobox{display: inline-block; position: relative; padding-left: 24px; font-size: 14px; line-height: 14px; color: #676767;}
.checkbox input, .radiobox input{position: absolute; left: 0; top: 0; opacity: 0;}
.checkbox .checkmark{display: block; width: 13px; height: 13px; border: 1px solid #111; position: absolute; left: 0; top: 0;}
.checkmark:before{display:block; content:"\f00c"; font-family:'FontAwesome'; position:absolute; left:0; right:0; top:0; text-align:center; font-size:10px; color:var(--white_clr); line-height:10px; padding-left:1px; opacity:0;}
.checkbox input:checked ~ .checkmark{background:#111; border-color:#111;}
.checkbox input:checked ~ .checkmark:before{opacity:1;}
.radiobox .checkmark{display: block; width: 16px; height: 16px; background: var(--white_clr); border: 1px solid #111; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 0; top: 1px;}
.radiobox .checkmark:before{display: none;}
.radiobox .checkmark:after{display: block; content: ""; background: #111; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 2px; right: 2px; top: 2px; bottom: 2px; opacity: 0;}
.radiobox input:checked ~ .checkmark:after{opacity: 1;}
.selectbox{
	position: relative; background:var(--white_clr); border:1px solid var(--bdr_clr);
	-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;
}
.selectbox select{background: none;border: 0;font-size: 16px;line-height: 20px;font-weight: 400;color: var(--text_clr); padding:0 40px 0 12px; width: 100%; height: 48px; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; z-index: 1; text-overflow: ellipsis;}
.selectbox:after{position:absolute; top:0; right:0; content:"\f107"; font-family:'FontAwesome'; font-size: 24px; color: var(--secondary_clr); z-index:0; width: 40px; height: 48px; line-height: 48px; text-align: center; display: flex; align-items: center; justify-content: center; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.selectbox.reversed:after{content:"\f0ec"; transform: rotate(90deg); font-size: 14px;}
.required-text{
	display: inline-block; font-size: 16px; line-height: 1.4; color: var(--text_clr); font-weight: 400; text-transform: uppercase;
}
/*Button styling*/
.button, .btn{
    display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    padding: 14px 15px; background: none; border: 1px solid var(--text_clr); color: var(--text_clr); font-size: 16px; line-height: 1; font-weight: 400; cursor: pointer;
    letter-spacing: 0; text-align: center; position: relative; min-width: 140px; font-family: var(--secondary_font_family); text-transform: none;
    -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; overflow: hidden; gap: 10px;
    -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}
.button:hover, .btn:hover,
.button:focus, .btn:focus{
    background:var(--primary_clr); border-color:var(--primary_clr); color:var(--white_clr);
    -webkit-box-shadow:0 2px 15px rgba(0,0,0,0.16); box-shadow:0 2px 15px rgba(0,0,0,0.16);
}
.primary,
.primary:hover,
.primary:focus{
    background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr); border: 0;
}
.primary:hover,
.primary:focus{
    background: var(--secondary_clr); border-color: var(--secondary_clr); color: var(--white_clr);
}
.secondary{
    background: var(--secondary_clr); border-color: var(--secondary_clr); color: var(--white_clr);
}
.secondary:hover,
.secondary:focus{
    background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);
}
.white-btn,
.white-hover:hover,
.white-hover:focus{
    background: var(--white_clr); border-color: var(--white_clr); color: var(--black_clr);
}
.white-btn:hover,
.white-btn:focus{
    background: var(--white_clr); border-color: var(--white_clr); color: var(--primary_clr);
}
.white-bdr{
    border-color: var(--white_clr); color: var(--white_clr);
}
.white-bdr:hover{
    background: var(--white_clr); border-color: var(--white_clr); color: var(--text_clr);
}
.btn_icon{
    -webkit-transform:rotate(-30deg);
    -moz-transform:rotate(-30deg);
    transform:rotate(-30deg);
}
.btn .btn_label{
    position: relative; display: inline-flex; align-items: center; white-space: nowrap;
    height: 50px; transition: transform 0.8s cubic-bezier(0.15, 0.85, 0.31, 1);
}
.btn .btn_label:before{
    top: 100%; left: 50%; transform: translateX(-50%);
    display: inline-flex; align-items: center; width: 100%; height: 100%;
    position: absolute; content: attr(data-text);
}
.btn:hover .btn_label{
    transform: translateY(-100%);
}
.small.btn{
	padding: 10px 15px;
}
.small.btn .btn_label{
	height: 42px;
}
.more-link{
	display: inline-flex; align-items: center;
	font-size: 18px; color: var(--primary_clr); font-weight: 500; position: relative;
}
.more-link i{
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--primary_clr); color: var(--white_clr);
	width: 32px; height: 32px; border-radius: 50%; margin-left: 10px;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.more-link:hover{
	color: var(--secondary_clr);
}
.more-link:hover i{
	color: var(--white_clr); background: var(--secondary_clr);
}
.main-wrapper{position: relative; z-index: 4;}
.container{margin:0 auto; width:100%; max-width:1170px; padding:0 20px;}
.container.relative{z-index: 2;}
.max-container{margin:0 auto; width:100%; max-width: 1320px; padding:0 20px;}
.fluid-container{max-width: 100%;}
section{position: relative;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
section *:last-child{margin-bottom:0;}
.hide{display:none;}
.v-center{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.j-center{
	-webkit-box-orient: vertical;-webkit-box-direction: normal;
	-ms-flex-direction: column;flex-direction: column; -webkit-box-pack: center;
	-ms-flex-pack: center; justify-content: center;
}
.ptb-100{padding:100px 0;}
.ptb-80{padding:80px 0;}
.ptb-60{padding:60px 0;}
.ptb-40{padding:40px 0;}
.ptb-30{padding:30px 0;}
.ptb-20{padding:20px 0;}
.ptb-10{padding:10px 0;}
.bg1{background: var(--primary_clr);}
.bg2{background: #1c1c1c;}
.bg3{background: #f4f7fb;}
.bg4{background: #faf9fb;}
.grd-bg{
	position: absolute; left: 0; right: 0; top: 0; bottom: 0;
	background: linear-gradient(to bottom, rgba(236,237,245,1) 50%,rgba(50,122,206,0.2) 100%);
}
.glass-style{
    border: 1px solid var(--white_clr);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    box-shadow: 20px 18px 7px
	color-mix(in srgb, #93b7ff 0%, transparent), 2px 2px 2px 
	color-mix(in srgb, #93b7ff 6.5%, transparent), 1px 1px 2px 
	color-mix(in srgb, #93b7ff 2%, transparent);
}
.relative{position: relative;}
.row-20{margin-left: -10px; margin-right: -10px;}
.row-20 > div{padding-left: 10px; padding-right: 10px;}
.trans{
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.h-100vh{
	height: 100vh;
}
.animate-cap,
.animate{
    transform: translateY(50px); opacity: 0;
    transition: transform .8s .2s, opacity 1s .2s;
}
.animate-cap.animated,
.animate.animated{
    transform: translateY(0); opacity: 1;
}
/*=========== Mobile Menu STYLE Start ========*/
body.mobile-menu-open{
    overflow:hidden;
}
.menu-open-overlay{
	display:none; position:fixed; top:0; left:0; bottom:0; z-index:42;
	width:100%; background:var(--black_clr); opacity:0.5;
}
.mobile-menu-open .menu-open-overlay{
	display:block;
}
.mobile-menu-block{
	background: var(--white_clr); bottom:0; color: var(--text_clr);
	position:fixed; top:0; left:-110%; width:380px; z-index:99; font-size:16px;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.mobile-menu-open .mobile-menu-block{
	left: 0;
}
.mobile-menu-inner{
	height:calc(100% - 120px); overflow:auto; padding:10px 20px; position: relative; z-index: 3;
}
.mobi-logo {
	height: 80px; padding: 0 20px; border-bottom: 1px solid var(--bdr_clr);
}
.mobi-logo a, .mobi-logo img{
	display: block; width: 204px;
}
.mobi-logo .mobi-iconbox{
	right: 0;
}
.mobi-logo .menuicon{
	color: var(--text_clr);
}
.mobile-nav ul{
	margin:0; padding: 0; list-style: none;
}
.mobile-nav li{
	margin: 0; padding: 10px 0; font-size: 42px; line-height:1; color:var(--text_clr);
	font-weight:400; text-transform:none; position:relative;
}
.mobile-nav ul li a{
	display:block; color:var(--text_clr); font-weight:400; font-family:var(--primary_font_family); 
	font-size: 16px; line-height:1; text-transform: none; letter-spacing:0; padding:0 40px 0 0;
}
.mobile-nav > ul > li.current_page_item > a,
.mobile-nav > ul > li.current-menu-ancestor > a,
.mobile-nav > ul > li.current-page-ancestor > a{
	color:var(--white_clr); font-weight: 600;
}
.mobile-nav li li{border:none; padding:5px 0;}
.mobile-nav li li a{font-size:16px; text-transform:none; font-weight:400; padding:0 40px 0 0;}
.mobile-nav li li.current_page_item a{color:var(--primary_clr);}
.mobile-nav li li li a{padding-left:0;}
.mobile-nav ul.sub-menu{margin:0; padding:10px 10px 0;}
.hitarea{
	display:flex; align-items: center; justify-content: center; width:40px; height:42px;
	text-align:center; position:absolute; right:0; top:0;
}
.hitarea:before{
	display:block; content:"\f107"; font-family:'Line Awesome Free'; font-size: 18px; font-weight: 900;
	width:15px; height:15px; position:absolute; left:0; right:0; top:10px; z-index:3; margin:0 auto;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.collapsable-hitarea.hitarea:before{transform:rotate(-180deg);}
.mobile-nav .collapsable-hitarea + a{color:var(--primary_clr);}
.mobi-bottom-inner {
    padding: 20px 20px; height: 80px;
}
.mobi-bottom-text{
	max-width: 60%;
}
.mobi-bottom-inner p{
	font-size: 14px; line-height: 18px; color: var(--white_clr);
	letter-spacing: 0; text-transform: uppercase; margin: 0;
}
.mobile-menu-block .social-media .s-icon{
	opacity: 1;
}
.mobi-bottom-inner {
    padding: 10px 20px; height: 40px;
    background: #eee; justify-content: space-evenly;
}
.mobi-bottom-inner .btn{border-radius: 0;}
.mobi-bottom-inner .btn-link{
	font-weight: 400; color: var(--primary_clr);
}
/*========== Mobile Menu STYLE End==============*/
/*Mobile Menu Css Start*/
.mobi-iconbox{
	display:none; width:38px; height:38px;
	position:absolute; right: 0; top:0; bottom: 0; margin: auto; z-index:40; transition:all 0.4s ease;
	-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
}
.menuicon{display: block; width: 20px; height: 14px; flex-direction: column; align-items: center; justify-content: center; margin: auto;}
.icon-bar{display:flex;display:-webkit-flex; align-items: center; min-width: 100%; height: 14px; position: relative; cursor: pointer;}
.icon-bar:before,
.icon-bar:after{
	display: block; content: ""; width: 80%; height: 2px; background: var(--primary_clr); position: absolute; right: 0; top: 0;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
}
.icon-bar:after{
	top: auto; bottom: 0; width: 50%
}
.icon-bar .line{
	display: block; width: 100%; height: 2px; background: var(--primary_clr); position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
}
.icon-bar.active .line{width: 1px; opacity: 0;}
.icon-bar.active:before{transform: rotate(45deg); top: 7px; width: 100%;}
.icon-bar.active:after{transform: rotate(-45deg); bottom: 5px; width: 100%}
/*Mobile Menu Css End*/

/*Header & Banner Section*/
.header{
	position: fixed; left: 0; right: 0; top: 0; z-index:40; padding: 0; background: var(--white_clr);
}
.header.navbar_fixed{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);top: 0 !important;
}
.header-inner{
	position: relative; height: 90px;
}
.header-inner.animated{
	transform: translateY(0);
}
.site-logo{
	width: 210px; position:relative; z-index:4; margin:0;
	-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.site-logo a{
	display: block;
}
.site-logo img,
.site-logo svg{
	display: block; margin: 0; width: 204px;
}
.head-btnbox{
	gap: 0 20px;
}
.head-btn{
    display: inline-flex; align-items: center; justify-content: center; font-size: 14px; line-height: normal;
    color: var(--text_clr); min-width: 24px; text-align: center; position: relative; cursor: pointer;
}
.head-btn:hover{
	color: var(--primary_clr) !important;
}
.head-btn svg{
	display: block; min-width: 18px; height: 18px;
}
.cart-count{
	display: flex; align-items: center; justify-content: center; text-align: center;
	font-size: 10px; color: var(--white_clr); background: var(--primary_clr);
	border-radius: 50%; position: absolute; right: -7px; top: -7px;
	min-width: 16px; height: 16px;
}
.head-search-block{
	gap: 10px;
}
.head-search-block .head-search-show{
	display: none; position: absolute; right: 100%; z-index: 4;
}
.head-search-block.active .head-search-show{
	display: block;
}
body .sf_pa_search_input_container form #sf_pa_search_input{
	padding: 2px 15px; height: 40px; width: 240px; background: var(--white_clr); border: 1px solid rgba(0,0,0,0.2);
	font-size: 14px; line-height: normal; color: var(--text_clr);
	-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
}
body .sf_pa_search_input_container form {
    margin-bottom: 0;
}
.close-icon.hide{
	display: none;
}
.head-search-block.active .search-icon{
	display: none;
}
.head-search-block.active .close-icon{
	display: block;
}
.header_front:not(.navbar_fixed) .head-search-block.active .close-icon path{
	fill: var(--white_clr);
}
.sf_pa_autosuggest_title p {
    font-size: 12px; line-height: normal;
}

/*head-top-block*/
.head-top-block {
    padding: 5px 0; border-bottom: 1px solid var(--bdr_clr); height: 40px;
}
.head-top-block .left{
	min-width: 40%;
}
.head-top-block .btn{
    padding: 8px 10px; font-size: 14px; min-width: 100px;
}
.head-top-block .social-media{
    gap: 5px;
}
.head-top-block .social-media .s-icon{
	min-width: 28px; height: 28px; font-size: 18px;
}
.head-top-block .la-twitter:before{
	background-size: 12px auto;
}
.h_link{
    display: inline-flex; align-items: center; font-size: 16px; gap: 5px;
}
.h-link-block{
	justify-content: flex-end; gap: 0 20px; min-width: 40%;
}

/*Sticy header*/
.header-blank{
	height: 130px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.body_navbar_fixed .head-top-block{
	margin-top: -40px; opacity: 0;
}
.body_navbar_fixed .header-blank{
	height: 90px;
}

/*Nav Css*/
.header-middle{
	margin-left: 40px; padding-left: 40px; border-left: 1px solid #ddd;
}
.nav-main{
	position:relative; z-index:4;
}
.nav-main ul{
	margin:0; padding:0; display:flex;display:-webkit-flex;
}
.nav-main nav ul > li{
	margin:0; padding:0; list-style:none; position:relative; color:var(--black_clr);
	font-size:16px; font-weight:400; line-height:24px;
}
.nav-main nav ul > li a{
	display:block; color: #222; font-size: 16px; font-weight: 400; line-height:24px;
	font-family: var(--primary_font_family); text-transform: none; letter-spacing: 0;
	padding: 8px 20px; position:relative; z-index:2;
}
.nav-main nav ul > li.menu-item-has-children > a:after {
    display: block; content: "\f107"; font-family: 'Line Awesome Free'; font-weight: 900; font-size: 12px; color: var(--black_clr); line-height: 15px; text-align: center; width: 12px; height: 12px; position: absolute; right: -1px; top: 14px; 
    -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;
}
.nav-main nav ul > li.current_page_item > a, 
.nav-main nav ul > li:hover > a,
.nav-main nav ul > li a:hover,
.nav-main nav ul > li a:focus{
	color: var(--primary_clr); text-decoration: underline;
	text-decoration-color: var(--primary_clr);
	text-decoration-thickness: 1px;
	text-underline-offset: 10px;
}
.nav-main .sub-menu{
	display:block; position:absolute; left:0; top:100%; z-index:1; min-width:240px; padding:0; margin:0; opacity: 0;
	-moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;
	transform: scaleY(0); transform-origin: top; gap: 0;
	background: var(--white_clr); backdrop-filter: blur(5px);
}
.nav-main .sub-menu li a:after {
    right: 15px !important;
}
.nav-main .sub-menu li a:hover:after {
    transform: rotate(-90deg);
}
.nav-main nav ul > li:hover > .sub-menu {display: block;opacity: 1;transform: scaleY(1);}
.nav-main .sub-menu li{display:block; text-align:left; position:relative; margin: 0; padding: 0;}
.nav-main .sub-menu li + li {border-top:1px solid rgba(255,255,255,0.1);}
.nav-main .sub-menu li:before{display: none;}
.nav-main .sub-menu li a{
	display:block; text-transform:none; font-size: 16px; color:var(--text_clr) !important;
	line-height:normal; font-weight: 400; padding: 12px 20px;
}
.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li a:focus,
.nav-main .sub-menu li.current_page_item a,
.nav-main .sub-menu li a[aria-current="page"]{
	color:var(--black_clr) !important;
    background: none !important;
}
.nav-main .sub-menu .sub-menu {
	left:100%; top:0;
}
.nav-main .sub-menu li:hover .sub-menu{
	display:block;
}
.nav-main .sub-menu .sub-menu li a {
    text-underline-offset: 6px;
}
.cart-nav a i{
	font-size: 22px;
}
/*Front Hero*/
.home-banner{
	position:relative; z-index:1; overflow: hidden; background: #dee5ed;
}
.home-banner .items{
	padding: 0; height: 560px; position: relative;
}
.home-banner .bg-img img,
.home-banner .bg-img video{
	width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.home-banner .bg-img:before{
	opacity: 0.4;
}
.banner-inner{
	padding: 80px 0; position: relative; z-index: 2; height: 100%;
	flex-direction: column; align-items: center; justify-content: center;
}
.caption{
	min-width: 540px; max-width: 540px; position: relative; margin: 0;
}
.caption .h1{
	font-size: 40px; font-weight: 600; letter-spacing: 0; color: var(--white_clr);
}
.caption p {
	color: var(--white_clr);
}
.banner-inn .imgbox {
	height: 480px;
}
.banner-inn .imgbox img {
    width: 100%; height: 100%; object-fit: contain; display: block;
}
.hero-slider .slick-dots{
	bottom: 20px;
}

/*Footer Start*/
.footer{
	margin: 0; padding: 0; position: relative; z-index: 2;
	background: var(--white_clr); overflow: hidden; border-top: 1px solid var(--bdr_clr);
}
.f-about{
	max-width: 390px; margin: 0 auto;
}
.f-logo {
    max-width: 204px; margin: 0;
}
.social-media{
	gap: 15px;
}
.social-media .s-icon{
    display: flex; align-items: center; justify-content: center; color: var(--text_clr);
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
    font-size: 24px; min-width: 40px; height: 40px;
}
.social-media .s-icon:hover{
	background: #f4f7fb; color: var(--primary_clr);
}
.social-media .s-icon i{
	display: flex; width: 100%; height: 100%;
	align-items: center; justify-content: center;
}
.la-twitter:before{
	display: inline-block; font-size: 0; line-height: normal; width: 28px; height: 28px;
	background: url('../images/icon_twitter.svg') no-repeat center; background-size: 16px auto;
}
.footer p{
    font-size: 16px; font-weight: 300; color: var(--text_clr_light);
}
.footer p a{
	color: var(--text_clr_light);
}
.footer p a:hover{
    color: var(--primary_clr);
}
.f-links h5,
.f-contact h5{
	font-size: 16px; line-height: 20px; color: var(--black_clr);
	font-weight: 400; letter-spacing: 0.05em; margin: 0 0 20px;
}
.f-links ul{
	margin: 0; padding: 0;
}
.f-links ul li{
	margin: 0 0 16px; padding: 0; list-style: none;
	font-size: 16px; line-height: 20px; color: var(--white_clr);
	font-weight: 400; letter-spacing: -0.32px;
}
.f-links ul li a{
	display: inline-block; color: var(--text_clr_light);
}
.f-links ul li a:hover,
.f-cont .link:hover{
	color: var(--primary_clr); text-decoration: underline;
	text-decoration-color: var(--primary_clr);
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}
.footer-bottom{
    border-top: 1px solid var(--bdr_clr);
}
.footer-bottom p,
.footer-bottom li{
	font-size: 16px; margin: 0; padding: 0;
}
.footer-bottom ul{
	gap: 20px;
}
.footer-bottom li a{
	color: var(--text_clr_light);
}
.footer-bottom li a:hover{
	color: var(--primary_clr);
}
.scrollup{
    display: inline-flex; align-items: center; justify-content: center;
    position: fixed; right: -20px; bottom: 10px; z-index: 4;
    border: 1px solid var(--bdr_clr); backdrop-filter: blur(10px);
    width: 32px; height: 32px; border-radius: 50%;
    font-size: 16px; color: var(--text_clr_light); line-height: normal;
    text-align: center; cursor: pointer; opacity: 0;
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.scrollup.active{
	right: 10px; opacity: 1;
}
.scrollup:before {
    content: ''; position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    border-radius: 50%; z-index: -1;
    background: conic-gradient(
        var(--primary_clr) var(--scroll-percent, 0%), 
        var(--bdr_clr) 0%
    );
}
.scrollup:after {
    content: ''; position: absolute; inset: 0;
    background: var(--white_clr); border-radius: 50%; z-index: -1;
}
body .wpcf7-not-valid-tip {
    font-size: 14px;
}
.footer .wpcf7 form .wpcf7-response-output {
    color: var(--white_clr); font-size: 12px;
}
/*Footer End*/

/*Midlle Section css*/
.middle-section{position:relative;}
img.alignleft{float:left; margin:0 20px 20px 0; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
img.alignright{float:right; margin:0 0 20px 20px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
img.alignnone{margin:0 0 20px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
iframe.alignleft{float:left; margin:0 20px 20px 0;}
iframe.alignright{float:right;margin:0 0 20px 20px;}
iframe.iframe-embed.alignright{max-width:500px;height:315px !important;}
.bg-img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; background-size: cover !important;}
.bg-img:before{display: block; content: ""; background: var(--black_clr); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; opacity: 0.5;}
.bg-img img,
.bg-img video,
.bg-img iframe{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bg-img.before-none:before{display: none;}
.bg-img.fixed{background-attachment: fixed !important;}
.bg-img.bg-auto{background-size: auto !important;}
.no-img.d-flex{align-items: center;justify-content: center;font-size: 24px;line-height: normal; color: #999; background: #ddd;}
.btnbox{
	padding: 20px 0 0; gap: 20px; flex-wrap: wrap;
}
.btnbox.text-center{
	justify-content: center;
}
.small-title{
	font-size: 16px; line-height: 1.2; color: var(--text_clr); font-weight: 400; margin-bottom: 20px;
}
.block-title{
	position:relative; margin-bottom: 30px;
}
.block-title.text-white *{
	color: var(--white_clr);
}
.card-link{
	display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 4;
}
.bdr-top{
	border-top: 1px solid #CACACA; padding-top: 60px;
}
.bdr-tl {
    border-bottom: 1px solid #ddd;
}
.bdr-tl .left-block{
	padding-bottom: 15px;
}
.bdr-tl .right-block{
    padding-left: 40px; padding-bottom: 15px; border-left: 1px solid #ddd;
}

/*Products Section*/
.front-products-section,
.products-section{
	overflow: hidden;
}
.card-prod{
	flex-direction: column; position: relative; height: 100%;
}
.card-prod .imgbox{
	display: block; width: 100%; aspect-ratio: 4 / 3; background: #eee; margin:0 0 20px;
	overflow: hidden; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.card-prod .imgbox img{
	display: block; width: 100%; height: 100%; object-fit: scale-down;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-prod h4{
	font-size: 20px; font-weight: 600; text-transform: uppercase; color: var(--primary_clr);
}
.card-prod:hover .imgbox img{
	transform: scale(1.05);
}
.d-atr{
	display: inline-flex; align-items: center; justify-content: center; gap: 7px;
	font-size: 16px; line-height: 1.2; color: var(--text_clr);
}
.d-atr em{
	display: inline-block; font-size: 14px; font-style: normal; font-weight: 600;
}
.d-atr + .d-atr{
	margin-left: 15px;
}
.price-box .label{
	display: inline-block; font-size: 14px; color: #999; margin-bottom: 2px;
}
.price-box .price{
	display: block; font-size: 20px; line-height: normal;
}
.card-prod .btn{
    padding: 7px 10px; font-size: 14px; line-height: 18px; text-transform: none; min-width: 110px; gap: 4px;
}
.product-slider > .items{
	display: none;
}
.product-slider > .items:nth-child(1),
.product-slider > .items:nth-child(2),
.product-slider > .items:nth-child(3){
	display: block;
}
.product-slider .slick-arrow{
	background: var(--primary_clr); color: var(--white_clr);
	margin-top: 0; top: 36%;
}
.product-slider .slick-list{
	overflow: visible; position: relative;
}
.product-slider .slick-list:before{
	display: block; content: ""; background: var(--white_clr);
	position: absolute; top: 0; bottom: 0; right: 100%; width: 100vw; z-index: 2;
}
.product-slider .slick-slide{
	opacity: 0.2; pointer-events: none;
}
.product-slider .slick-slide.slick-active{
    opacity: 1; pointer-events: inherit;
}

/*Page Content Section*/
.center-content-block{
	width: 100%; max-width: 810px; margin: 0 auto;
}
.intro-block-inner {
    gap: 100px 0;
}
/*.wp-block-heading{
	margin-top: 30px;
}*/
.wp-block-heading:first-child{
	margin-top: 0;
}
.dark-theme .small-title,
.dark-theme p,
.abt-post,
.dark-theme ul li,
.dark-theme ol li{
	color: #CACACA;
}
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4{
	color: var(--white_clr);
}
.dark-theme .bdr-top{
	border-color: var(--text_clr);
}
.intro-text-inn ul li{
	padding-left: 48px; margin-bottom: 20px;
}
.intro-text-inn ul li:before {
    content: "\f00c"; font-family: 'Line Awesome Free'; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; line-height: 18px; position: absolute; left: 0; top: 0;
    width: 24px; height: 24px; color: var(--white_clr);
    background: var(--text_clr); border-radius: 5px;
}

/*Media Section*/
.media-section{
	overflow: hidden;
}
.media-list .slick-list {
    overflow: visible;
}
.media-list .items {
    padding: 0 20px;
}
.card-media {
    width: 100%; height: 60px; display: inline-flex; align-items: center; justify-content: center;
}
.card-media img{
    display: block; width: 100%; height: 100%;
    object-fit: scale-down; object-position: center; margin: 0 auto;
    -webkit-filter: grayscale(1); filter: grayscale(1); opacity: 0.8;
}
.card-media:hover img{
	-webkit-filter: grayscale(0); filter: grayscale(0); opacity: 1;
}

/*Service Section*/
.service-section .bg-img {
    width: 50%; background-size: 100% auto !important;
}
.card-serv-bdr{
	padding: 5px;
	background: linear-gradient(to bottom, rgba(50 122 206 / 20%) 50%, rgb(50 122 206 / 44%) 100%);
	background: linear-gradient(to top, rgba(50 122 206 / 70%) 50%, rgb(50 122 206 / 70%) 100%);
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.card-serv{
	padding: 20px; border: 1px solid transparent; position: relative;
	flex-direction: column; height: 100%; overflow: hidden;
	-webkit-border-radius: 16px;-moz-border-radius: 16px;border-radius: 16px;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
	background: #fff;
}
.card-serv-bdr:hover{
	background: linear-gradient(to top, rgba(50 122 206 / 70%) 50%, rgb(50 122 206 / 70%) 100%);
}
.card-serv .imgbox{
	background: linear-gradient(to bottom, rgba(236,237,245,1) 0%,rgba(255,255,255,1) 100%);
	margin: 0 0 20px; overflow: hidden; height: 220px;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.card-serv .imgbox img{
	width: 100%; height: 100%; object-fit: scale-down; object-position: center;
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-serv:hover .imgbox img{
	transform: scale(1.05);
}
.card-serv h4{
	font-size: 20px; margin: 0;
}
.card-serv .btnbox {
	opacity: 0;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.card-serv:hover .btnbox{
	opacity: 1;
	-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);transform:translate(0, 0);
}
.card-serv .btnbox .btn {
    background: none; border: 0; min-width: inherit; padding: 0;
    color: var(--primary_clr); border-radius: 0;
}
.arrow-bottom .slick-arrow{
	top: auto; margin: 0; bottom: -20px;
}
.arrow-bottom .slick-arrow.slick-prev{
	left: auto; right: 50%; margin-right: 5px;
}
.arrow-bottom .slick-arrow.slick-next{
	right: auto; left: 50%; margin-left: 5px;
}

/*Service Section*/
.sticky_class {
    position: sticky; top: 80px; left: 0;
}
.service-list {
    margin-left: 55px;
}
.service-list .items{
	margin-bottom: 20px; position: sticky; top: 80px;
}
.service-list .items:last-child{
	margin-bottom: 0;
}
.card-service{
	padding: 40px 35px; background: #EFF8FF; min-height: 440px; gap: 20px;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.card-service .imgbox{
	min-width: 310px; order: 2;
}
.card-service h4{
	color: var(--primary_clr);
	text-transform: uppercase;
}
.service-list .items:nth-child(1n) .card-service{background: #EFF8FF;}
.service-list .items:nth-child(2n) .card-service{background: #F0EFFF;}
.service-list .items:nth-child(3n) .card-service{background: #FFEFF9;}
.service-list .items:nth-child(4n) .card-service{background: #FFF4EF;}

.service-list .items:nth-child(1n){
	top: 80px;
}
.service-list .items:nth-child(2n){
	top: 90px;
}
.service-list .items:nth-child(3n){
	top: 100px;
}
.service-list .items:nth-child(4n){
	top: 110px;
}
.service-list .items:nth-child(5n){
	top: 120px;
}
.service-list .items:nth-child(6n){
	top: 130px;
}
.service-list .items:nth-child(7n){
	top: 140px;
}

/*About Section*/
.about-section {
	overflow: hidden;
}
.about-section .bg-img{
	width: 40%; left: auto; right: 0;
}
.abt-imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover;
}
.bg1 .abt-card *{
	color: var(--white_clr);
}
.abt-left-block {
    max-width: 640px;
}
.abt-card{
	padding: 20px;
}
.reversed.about-section .bg-img{
	left: 0; right: auto;
}
.reversed .row.abt-inner{
	flex-direction: row-reverse;
}
.reversed .abt-left-block{
	margin-left: auto;
}
.reversed .abt-inner {
	margin-top: 60px;
}
.front-about .abt-imgbox img {
	object-position: right;
}
.front-about.reversed .abt-imgbox img {
	object-position: left;
}

/*industry-block*/
.card-industry{
	padding: 20px 10px; height: 100%; overflow: hidden;
	flex-direction: column; gap: 20px; align-items: center; text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 10px;
}
.card-industry .iconbox{
	min-width: 60px; max-width: 60px; height: 60px;
	filter: brightness(0) invert(1);
}
.card-industry h5{
	font-size: 18px; color: var(--white_clr); text-transform: uppercase; letter-spacing: 0; font-weight: 300;
}

/*Why Choose Section*/
.card-detail-inn .left-block,
.card-detail-inn .right-block{
	width: 100%; max-width: 400px;
}
.card-detail-inn .middle-block{
	padding: 0 40px; width: 100%;
}
.card-specific-info-imgbox{
	max-width: 400px; margin: 0 auto;
}
.card-specific-info{
	padding: 25px 25px; position: relative; background: var(--white_clr); border: 1px solid var(--bdr_clr);
	-webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius: 10px; min-height: 250px;
}
.card-specific-info + .card-specific-info{
	margin-top: 15px;
}
.card-specific-info h4{
	font-size: 22px; color: var(--black_clr); text-transform: uppercase;
}
.card-specific-info p{
	font-size: 18px;
}
.card-specific-info .iconbox{
	position: absolute; right: 14px; bottom: 10px; max-width: 46px; opacity: 0.5;
}
.card-specific-info .iconbox img{
	display: block; width: 100%; height: auto; object-fit: cover;
}
.left-block .card-specific-info:nth-child(2),
.right-block .card-specific-info:nth-child(1){
	background: #F3F9FF; border-color: #88A3BE; min-height: 150px;
}

/*Testimonial Section*/
.testimonial-section{
	overflow: hidden;
}
.testimonial-section .max-container{
	max-width: 100%;
}
.testimonial-list {
	margin: 0 -15px;
}
.testimonial-list > .items{
	display: none;
}
.testimonial-list > .items:nth-child(1),
.testimonial-list > .items:nth-child(2),
.testimonial-list > .items:nth-child(3){
	display: block;
}
.testimonial-list .items{
	padding: 10px 15px 20px;
}
.card-testimonial {
    padding: 30px; background: var(--white_clr); border-radius: 10px; position: relative; overflow: hidden; height: 100%;
    -moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
    border: 1px solid #e5e5e5; box-shadow: 0 5px 18px rgb(0 0 0 / 3%); display: flex; flex-direction: column;
}
.card-testimonial:hover {
	box-shadow: 0 10px 20px rgb(0 0 0 / 7%);transform: translateY(-5px);
}
.card-testimonial .stars {
    font-size: 24px; color: var(--primary_clr); letter-spacing: 0.05em; margin-bottom: 15px;
}
.card-testimonial p {
    font-style: italic; font-size: 19px; letter-spacing: 0.2px; font-weight: 500;
}
.client-name {
    padding-top: 15px; border-top: 1px solid #e5e5e5;margin-top: auto;
}
.client-name .name {
    display: block; font-size: 17px; font-weight: 600;
}
.client-name .locate{
	font-size: 14px;
}
.bg3 .slick-dots li button {
	background: #cbcbcb;
}
.bg3 .slick-dots li.slick-active button {
    background: var(--primary_clr);
}

/*Process Section*/
.process-block {
    position: relative;
}
.process-timeline {
    position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0 auto;
    width: 1px; background: #c1d7f0; z-index: 1;
}
.process-row {
    display: flex; align-items: center; position: relative; z-index: 2;
}
.process-row:last-child {
    margin-bottom: 0;
}
.process-col {
    flex: 1;
}
.process-image {
    padding-right: 60px;
}
.process-number {
    flex: 0 0 100px; display: flex; justify-content: center; width: 60px; height: 60px;
    position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 2;
}
.process-number .num {
    width: 100%; height: 100%; font-size: 24px; color: var(--primary_clr); border-radius: 50%;
    background: var(--white_clr); border: 10px solid var(--primary_clr);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 1); z-index: 2;
}
.process-text {
    padding-left: 60px;
}
.process-content {
    max-width: 480px;
}
.process-row.reverse .process-content {
    margin-left: auto; text-align: right;
}
.process-row.reverse {
    flex-direction: row-reverse;
}
.process-row.reverse .process-image {
    padding-right: 0; padding-left: 60px;
}
.process-row.reverse .process-text {
    padding-left: 0; padding-right: 60px;
}
.process-img-box {
    border-radius: 10px; overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.process-img-box img {
    display: block; width: 100%; height: auto;
}
.process-content h3 {
    font-size: 28px; color: var(--black_clr); margin-bottom: 20px;
}
.process-info-list {
    margin: 0; padding: 0; list-style: none;
}
.process-info-list li {
    display: flex; align-items: center; gap: 12px; font-size: 16px;
    color: var(--text_clr); letter-spacing: 0; margin-bottom: 12px;
}
.process-info-list li i {
    width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; font-size: 14px;
    color: var(--primary_clr); background: rgba(50, 122, 206, 0.1); border-radius: 6px;
}

/*Blog Section*/
.card-post{
	position: relative; overflow: hidden; background: var(--white_clr);
	height: 100%; flex-direction: column; border: 1px solid #ccc;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-post:hover{
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}
.card-post .imgbox{
	width: 100%; overflow: hidden; aspect-ratio: 3 / 1.8;
}
.card-post .imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-post:hover .imgbox img{
	transform: scale(1.05);
}
.card-post .textarea{
	padding: 24px 20px;
}
.card-post h4{
	font-size: 20px; line-height: 28px; font-weight: 500;
}
.card-post h4 a{
	width: 100%; position: relative; color: var(--black_clr);
	display: block; display: -webkit-box; padding-right: 20px;
	-webkit-line-clamp: 3; -webkit-box-orient: vertical;
	overflow: hidden; text-overflow: ellipsis;
}
.card-post h4 a:after{
	display: inline-flex; align-items: center; justify-content: center;
	content: "\f105"; font-family: 'Line Awesome Free';
	position: absolute; right: 0; top: 0; bottom: 0; font-size: 20px; font-weight: 900;
}
.meta_info{
	margin-bottom: 15px;
}
.post_date {
    padding: 4px 10px; display: inline-flex; background: var(--white_clr); border: 1px solid var(--bdr_clr);
    font-size: 12px; line-height: 14px; font-weight: 500; color: var(--black_clr); margin-right: 6px; border-radius: 40px;
}
.card-post:hover h4 a{
	color: var(--primary_clr);
}
.share-box {
    justify-content: center;
}
.share-buttons {
    gap: 10px;
}

/*FAQs Section*/
.faq-card {
    border: 1px solid var(--primary_clr);
}
.faq-card:first-child {
    border-radius: 20px 20px 0 0;
}
.faq-card+.faq-card {
    border-top: 0;
}
.faq-card:last-child {
    border-radius: 0 0 20px 20px;
}
.acc_title {
    padding: 30px 100px 30px 40px; font-size: 20px; margin: 0;
    cursor: pointer; position: relative; color: var(--black_clr);
}
.acc_title:after{
    display: block; content: "\f067"; font-family: line awesome free; font-weight: 900; width: 28px; height: 28px;
    line-height: 28px; text-align: center; position: absolute; top: 0; right: 30px; bottom: 0;
    transition: all .3s ease; margin: auto;
}
.acc_title[aria-expanded=true] {
    color: var(--primary_clr);
}
.acc_title[aria-expanded=true]:after {
    content: "\f068";
}
.faq-card .text-box {
    padding: 0 0 20px;
}
.faq-card .content-box {
    padding: 0 100px 32px 40px;
}
.desk-hide {
	display: none;
}

/*Inner Pages*/
.mh_450 {
    min-height: 560px;
}
/*Internal Banner*/
.page-banner .bg-img:before{
	background: linear-gradient(to right, rgba(1,1,1,1) 0%,rgba(0,0,0,0) 100%);
}
.internal-caption {
    position: relative; flex-wrap: wrap; max-width: 600px;
}
.internal-caption .btnbox {
    min-width: 100%; position: absolute; top: 95%; left: 0;
}

/*Breadcrumb CSS*/
.breadcrumbs-block{
	padding: 20px 0 40px;
}
.page-breadcrumb{
	font-size: 16px; line-height: 1.4; color: var(--primary_clr);
}
.page-breadcrumb span span,
.page-breadcrumb span a{
	color: var(--text_clr);
}
.page-breadcrumb span a:hover{
	color: var(--primary_clr);
}
.page-breadcrumb .breadcrumb_last{
	color: var(--text_clr);
}
.product-list-page{
	gap: 40px 0;
}
.hover-overlay{
	padding: 30px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0;
	flex-direction: column; background: var(--white_clr); border: 2px solid var(--bdr_clr); overflow: auto;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.hover-overlay p{
	font-size: 16px; margin: 0 0 10px; display: -webkit-box;
	-webkit-line-clamp: 3; -webkit-box-orient: vertical;
	overflow: hidden; text-overflow: ellipsis;
}
.hover-overlay .price-box{
	margin-top: 10px;
}
.card-prod:hover .hover-overlay{
	opacity: 1;
}
.card-prod .btnbox{
	flex-wrap: nowrap;
}
.product-list-page .card-prod .imgbox{
	aspect-ratio: 4 / 3.5;
}
.hover-overlay li{
	font-size: 16px;
}
.hover-overlay .entry-content ul li:before{
    left: 5px; top: 8px;
}
.sub-product-list{
	gap: 30px 0;
}
.sub-product-list .hover-overlay p{
	display: block;
}
.sub-product-list .card-prod .imgbox {
    aspect-ratio: 4 / 4;
}
.sub-product-list .card-prod .imgbox img{
	mix-blend-mode: multiply;
}
.sub-product-list .card-prod{
	padding: 30px; background: var(--white_clr);
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}

.sub-card-prod{
	padding: 20px;
	flex-direction: column; position: relative; background: var(--primary_clr); overflow: hidden;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
.sub-card-prod .imgbox{
    display: block; width: 100%; background: var(--white_clr); aspect-ratio: 4 / 4; overflow: hidden;
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; margin: 0 0 20px;
}
.sub-card-prod .imgbox img{
    display: block; width: 100%; height: 100%; object-fit: scale-down;
    -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;
}
.sub-card-prod h5{
	font-weight: 400;
}
.sub-card-prod > .textbox{
	-webkit-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s;
}
.sub-card-prod:hover > .textbox{
	transform:translate(0,-40px);
}
.overlay-box {
    padding: 20px; background: var(--primary_clr); flex-direction: column; overflow: auto;
    width: 100%; height: 100%; position: absolute; left: 0; top: 100%; opacity: 1;
}
.sub-card-prod:hover .overlay-box {
    top: 0; opacity: 1;
    -webkit-transition: all 0.8s ease 0s; -o-transition: all 0.8s ease 0s; transition: all 0.8s ease 0s;
}
.overlay-box *{
	color: rgba(255,255,255,0.8);
}
.overlay-box .entry-content ul li:before{
	background: var(--white_clr);
}
.icon-block{
	gap: 30px 0; flex-wrap: wrap;
}
.icon-block .items{
	width: 20%; padding-top: 10px; padding-bottom: 10px;
}
.card-icons{
	padding: 30px; position: relative; border: 1px solid var(--bdr_clr); height: 100%;
	flex-direction: column; min-height: 180px; justify-content: center; text-align: center;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.card-icons .iconbox{
	width: 40px; height: 40px; margin: 0 auto 20px;
	filter: brightness(0) saturate(0);
}
.card-icons h6{
	font-size: 18px; line-height: 1.4; font-weight: 500; color: var(--text_clr);
}
.card-icons:hover{
	box-shadow: 0 3px 6px #00000029;
}

/*About Page*/
.tp-counter-wrap h4 {
    font-size: 60px; line-height: 1.4; color: var(--text_clr);
    font-weight: 400; font-style: normal; margin-bottom: 5px;
}
.tp-counter-wrap p {
    font-size: 16px; line-height: 20px; font-weight: 500; letter-spacing: 0; margin-bottom: 0;
}
.card-abt-info{
	gap: 20px; flex-direction: column; overflow: hidden; position: relative;
}
.card-abt-info .imgbox{
	overflow: hidden; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.card-abt-info .imgbox img{
	display: block; width: 100%; height: auto;
}
.card-abt-info .textbox{
	padding: 20px; text-align: center; background: #f4f7fb;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.card-abt-info h4{
	font-size: 40px; line-height: 1.2; font-weight: 600; margin-bottom: 10px;
}
.card-abt-info .stars{
	display: block; font-size: 16px; margin-bottom: 10px;
}
.abt-info-right .sub-items:nth-child(1) .card-abt-info .textbox{
	background: var(--primary_clr);
}
.abt-info-right .sub-items:nth-child(1) .card-abt-info .textbox *{
	color: var(--white_clr);
}
.abt-info-right .sub-items:nth-child(2) .card-abt-info .imgbox{
	order: 2;
}
.abt-info-right .sub-items:nth-child(2) .card-abt-info .textbox{
	order: 1;
}
.abt-info-inn .left-block .block-title{
	padding-right: 40px;
}

/*info-card-section*/
.card-info-abt{
	position: relative; overflow: hidden; flex-direction: column; height: 100%;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.card-info-abt .textbox{
	padding: 30px; aspect-ratio: 4 / 2.1;
}
.card-info-abt h4 {
    font-size: 22px; color: var(--black_clr); text-transform: uppercase;
}
.card-info-abt .imgbox{
	margin-top: auto;
}
.card-info-abt .imgbox img{
	display: block; width: 100%; height: auto; aspect-ratio: 4 / 3;
}
.info-card-inn .items:nth-child(2n + 1) .card-info-abt .imgbox{
	order: 1; margin-top: 0;
}
.info-card-inn .items:nth-child(2n + 1) .card-info-abt .textbox{
	order: 2;
}

/*Story Section*/
.story-section{
	overflow: hidden;
}
.story-section:before,
.story-section:after{
	display: block; content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 5%; z-index: 1;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.story-section:after{
	left: auto; right: 0;
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.journey-list .items{
	position: relative; -moz-transition:all 0.8s ease 0s; -webkit-transition:all 0.8s ease 0s; transition:all 0.8s ease 0s;
}
.journey-list .items:before{
	display: block; content: ""; position: absolute; left: 15px; top: 15px;
	width: 100%; height: 1px; background: var(--bdr_clr);
}
.journey-box:before,
.journey-box:after{
	display: block; content: ""; position: absolute; top: 0; left: 10px; width: 32px; height: 32px;
	background: var(--primary_clr); border: 1px solid var(--primary_clr); -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
}
.journey-box:after{
    width: 8px; height: 8px; margin: auto;
    display: flex; align-items: center; justify-content: center; left: 22px; top: 12px;
    background: var(--white_clr);
}
.slick-current .journey-box:before{
	background: var(--primary_clr); border-color: var(--primary_clr);
}
.slick-current .journey-box:after{
	background: var(--white_clr); border-color: var(--white_clr);
}
.journey-box {
    padding: 70px 30px 10px 0; height: 100%; 
}
.journey-slider .slick-list{
	overflow: visible; position: relative;
}
.journey-slider .slick-dots {
    bottom: -30px;
}
.journey-container {
    display: flex; justify-content: space-between; flex-wrap: wrap;
}
.journey-container h2 {
	margin-bottom: 40px;
}
/*Square Arrow*/
.arrow-sqr .slick-arrow{
	width: 30px; height: 33px; margin: 0; color: var(--black_clr);
	position: absolute; top: auto; bottom: 0;
	background: var(--white_clr); border: 1px solid #cecece;
	border-radius: 8px 0 0 8px;
}
.arrow-sqr .slick-arrow:hover{
	background: var(--primary_clr);
	border-color: var(--primary_clr);
	color: var(--white_clr); z-index: 3;
}
.arrow-sqr .slick-arrow:before{
	display: block; content: "\f104"; font-family:'FontAwesome'; font-size: 20px;
}
.arrow-sqr .slick-arrow.slick-prev{
	left: auto; right: 50%;
}
.arrow-sqr .slick-arrow.slick-next{
	right: auto; left: 50%;
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.prod-type-section .bg-img {
    width: 40%; left: auto; right: 0;
}
.info-icon-block .card-icons .iconbox{
	width: 50px; height: 70px; filter: brightness(0) invert(1);
}
.info-icon-block .card-icons p{
	color: var(--text_clr_light);
}

/*Specification Section*/
.specific-tl{
	padding: 15px; background: var(--white_clr); margin: 0 0 20px;
	-webkit-border-radius: 80px;-moz-border-radius: 80px;border-radius: 80px;
}
.specific-tl *{
	color: var(--primary_clr);
}
/*.table-style{
	border: 1px solid var(--bdr_clr); overflow: hidden; height: calc(100% - 60px);
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}*/
.table-style table{
	width: 100%; border: 0; border-top: 1px solid var(--bdr_clr); background: none; margin: 0;
}
.table-style table th,
.table-style table td{
	padding: 15px 15px; border: 0; border-bottom: 1px solid var(--bdr_clr); background: none;
}
.table-style table th{
	font-weight: 600; color: var(--black_clr);
}
/*.table-style table tr:nth-child(odd) td{
	background: var(--white_clr);
}*/
.middle-block .card-specific-info {
    min-height: inherit; width: 100%; padding: 25px; margin-bottom: 10px;
}
.card-related-prod .hover-overlay{
	padding: 20px;
}

/*Certificat Section*/
.certificat-section{
	border-bottom: 1px solid var(--bdr_clr);
}
.partner-bdr-box{
	overflow: hidden;
}
.partner-list{
	flex-wrap: wrap; margin: -1px; justify-content: space-between;
}
.partner-list .items{
	width: 33.33%;
}
.part-logobox{
	padding: 10px 10px; overflow: hidden; height: 100%;text-align: center;
}
.part-logobox img{
	max-height: 100px;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.part-logobox:hover img {
	transform: scale(1.04);
}
.part-logobox strong {
    color: #002f5c; font-size: 36px; line-height: 1;margin-top: 10px;
}
.part-logobox p {
    font-size: 16px; letter-spacing: 0.3px; font-weight: 600; text-transform: uppercase;
}
.part-logobox .card-link:hover + img{
	transform: scale(1.05);
}

/*Steps Section*/
.steps-section{
	border-top: 1px solid #c1d7f0; border-bottom: 1px solid #c1d7f0;
}
.steps-items .bg-img {
    opacity: 0.05;
    background-size: 1200px auto !important;
}
.steps-items{
	display: flex; align-items: center; overflow: hidden;
	padding: 80px 0; /*height: 100vh;*/ background: var(--white_clr);
	position: sticky; top: 0;
}
.steps-items:nth-child(odd){
	background: #F3F9FF;
}
/*
.steps-items:nth-child(1n){background: #EFF8FF;}
.steps-items:nth-child(2n){background: #F0EFFF;}
.steps-items:nth-child(3n){background: #FFEFF9;}
.steps-items:nth-child(4n){background: #FFF4EF;}
*/

/*Service Page*/
.image-text-block .card-abt-info .textbox{
	background: var(--white_clr);
}
.design-process-list{
	position: relative; gap: 40px 0; counter-reset: li-counter;
}
.design-process-list:before{
	display: block; content: ""; background: var(--bdr_clr); height: 1px;
	position: absolute; left: 10%; right: 10%; top: 70px;
}
.card-design-process{
	position: relative; text-align: center;
}
.card-design-process .iconbox{
	display: flex; align-items: center; justify-content: center;
	min-width: 120px; max-width: 120px; height: 120px; background: var(--white_clr); border: 1px solid var(--bdr_clr);
	border-radius: 0 50% 50% 50%; margin: 0 auto 30px; position: relative;
}
.card-design-process .iconbox:after{
	display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: var(--white_clr); border: 1px solid var(--bdr_clr); font-size: 14px; color: var(--text_clr);
	content: counter(li-counter, decimal); counter-increment: li-counter; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
	position: absolute; left: 0; right: 0; bottom: -14px; margin: auto;
}
.card-design-process .iconbox img{
	max-width: 50px;
}
.list-style2 ul li {
    position: relative; padding: 0 0 0 40px; margin: 0 0 15px;
}
.list-style2 ul li:before{
	display: block; content: ""; width: 24px; height: 24px;
	background: url('../images/check-mark.svg') no-repeat center; background-size: 100% auto;
	position: absolute; left: 0; top: 0;
}

/*Contact Page*/
.form-inner{
	flex-wrap: wrap; margin: 0 -15px; gap: 30px 0;
}
.input-field{
	padding: 0 15px; min-width: 50%; max-width: 50%;
}
.input-field.full-width{
	min-width: 100%; max-width: 100%;
}
.input-field .label {
    display: inline-block; font-size: 16px; line-height: 24px;
    color: var(--text_clr); font-weight: 300; margin-bottom: 5px;
}
.input-field input{
	padding: 2px 20px; display: block; width: 100%; height: 50px;
	font-size: 16px; line-height: normal; color: var(--black_clr); letter-spacing: 0; font-weight: 400;
	background: var(--white_clr); border: 1px solid #ddd;
	-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}
.input-field textarea{
	background: var(--white_clr); border: 1px solid #ddd;
	-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}
.input-field .selectbox{
	background: var(--white_clr); border: 1px solid #ddd;
	-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}
.input-field .selectbox select{
	padding-left: 20px; width: 100%; height: 48px;
	font-size: 16px; line-height: normal; color: var(--black_clr); letter-spacing: 0; font-weight: 400;
}
.input-field .selectbox:after{
	height: 50px; color: var(--black_clr);
}
.input-field .tel-input-field input{
	padding-left: 60px;
}
.input-field .flag_icon{
	left: 20px;
}
.input-field .tel-input-field .selected-flag {
    left: -1px; -webkit-border-radius: 4px 0 0 4px;-moz-border-radius: 4px 0 0 4px;border-radius: 4px 0 0 4px;
}
.input-field input:hover,
.input-field input:focus,
.input-field textarea:hover,
.input-field textarea:focus,
.input-field .selectbox:hover,
.input-field .selectbox:focus{
	border-color: var(--text_clr_light);
}
.input-field ::-webkit-input-placeholder{color:var(--black_clr); opacity:0.4;}
.input-field :-moz-placeholder{color:var(--black_clr); opacity:0.4;} /* Firefox 18- */
.input-field ::-moz-placeholder{color:var(--black_clr); opacity:0.4;} /* Firefox 19+ */
.input-field :-ms-input-placeholder{color:var(--black_clr); opacity:0.4;}
.address-block{
	padding: 40px; margin-left: 20px;background: #dde7f4;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.contact-infobox {
	gap: 15px; font-size: 18px; line-height: 1.4; margin: 0 0 20px;
}
.contact-infobox .iconbox{
	display: inline-flex; align-items: center; justify-content: center; width: 40px; min-width: 40px; height: 40px;
	background: var(--white_clr); border-radius: 50%;
	font-size: 24px; color: var(--primary_clr);
}
.contact-infobox a{
	color: var(--text_clr);
}
.contact-infobox a:hover{
	color: var(--primary_clr); text-decoration: underline;
}

.contact-list{
	-ms-flex-wrap: wrap; flex-wrap: wrap;
}
.contact-list .items{
    margin: 0 0 20px; width: 100%;
}
.contact-list .items:last-child{
	margin-bottom: 0;
}
.card-contact{
    position: relative; padding-left: 32px;
}
.c_icon{
    display: inline-flex; align-items: center; justify-content: center; min-width: 24px; max-width: 24px; height: 24px;
    position: absolute; left: 0; top: 0; font-size: 24px; color: var(--text_clr);
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.card-contact .lable{
    display: block; font-size: 14px; font-weight: 400; color: var(--text_clr_light); margin: 0 0 5px;
}
.card-contact p, .c_link{
	display: block; font-size: 16px; line-height: 1.4; color: var(--text_clr); font-weight: 400;
}
.c_link:hover{
	color: var(--primary_clr);
}
.c_link + .c_link{
	margin-top: 10px;
}
.card-contact p{
	margin: 0 0 7px;
}
.contact-icon-block .card-icons p{
    font-size: 16px;
}
.contact-icon-block .card-icons .iconbox{
	width: 60px; height: 70px;
}

/*Blog page*/
.m-subnav-back {
    align-items: center; display: flex;
}
.cate-label {
    display: inline-flex; font-size: 20px; line-height: 1.4; color: var(--text_clr); font-weight: 600;
}
.m-subnav-nav-list {
	margin: 0; padding: 0;
    display: flex; align-items: center; flex-wrap: wrap
}
.m-subnav-nav-list li {
    margin: 0 5px; list-style: none
}
.m-subnav-nav-list li a {
    display: block; padding: 20px 10px; font-size: 16px; line-height: 20px; color: var(--text_clr);
    font-weight: 400; border-bottom: 1px solid transparent
}
.m-subnav-nav-list li a:hover {
    border-color: var(--text_clr);
}
.m-search-subnav {
    position: relative
}
.m-search-subnav .subnav-search-input {
    display: block; width: 100%; max-width: 250px; height: 40px; background: var(--white_clr); border: 0; border-bottom: 1px solid var(--bdr_clr);
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
    padding: 0 40px 0 0; font-size: 16px; line-height: normal; color: var(--text_clr); outline: none!important; box-shadow: none!important;
}
.m-search-subnav ::-webkit-input-placeholder {
    color: var(--text_clr); opacity: 1;
}
.m-search-subnav :-moz-placeholder {
    color: var(--text_clr); opacity: 1;
}
.m-search-subnav ::-moz-placeholder {
    color: var(--text_clr); opacity: 1;
}
.m-search-subnav :-ms-input-placeholder {
    color: var(--text_clr); opacity: 1;
}
.post-search-icon {
    display: block; width: 40px; height: 40px; background: none; border: 0;
    position: absolute; right: 0; top: 0; z-index: 2; padding: 0; font-size: 16px; line-height: 32px;
    color: var(--text_clr); cursor: pointer
}
.post-page-list{
	gap: 40px 0;
}
.post-page-list .card-post h4 {
    font-size: 18px; line-height: 1.4;
}
/*pagination*/
.pagination-block ul.page-numbers {
    display: flex; align-items: center; justify-content: center; gap: 10px;
}
.page-numbers li {
    margin: 0; padding: 0; list-style: none;
}
.page-numbers .page-numbers {
    display: block; min-width: 38px; height: 38px; line-height: 38px; color: var(--text_clr); text-align: center;
    background: var(--white_clr); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.page-numbers .page-numbers:hover {
    background: var(--primary_clr); color: var(--white_clr);
}
.page-numbers .page-numbers.current {
    background: none; color: var(--primary_clr) !important; box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
.page-banner .page-breadcrumb span span,
.page-banner .page-breadcrumb span a{
	color: var(--white_clr);
}
.cate-toggle-btn {
    padding: 12px 20px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; text-align: right;
    cursor: pointer; font-size: 18px; line-height: 46px; color: var(--text_clr);
}
.opened .cate-toggle-btn .la-angle-down:before {
    content: "\f106";
}
.post-banner-imgbox img{
	display: block; width: 100%; height: auto; max-height: 540px;
	object-fit: cover; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.social-share-block .label {
    display: inline-block; font-size: 16px; color: var(--text_clr_light); margin-right: 10px;
}
.blog-socail-list{
	gap: 10px;
}
.blog-socail-list li{
	margin: 0; padding: 0;
}
.icon-share {
    display: flex; align-items: center; justify-content: center;
    min-width: 32px; height: 32px; font-size: 24px; color: var(--black_clr);
}
.icon-share:hover{
    transform: rotate(360deg);
}
.s_icon {
    display: flex; align-items: center; justify-content: center;
    width: 24px; min-width: 24px; height: 24px; background-size: contain !important;
}
.twitter{
	background: url('../images/twitter_icon.png') no-repeat center;
	background-size: 80% !important;
}
.highlighted{
	padding: 30px; border: 1px solid var(--bdr_clr); margin-bottom: 40px;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
/*.wp-block-image {
    margin-bottom: 30px;
}*/
.detail-main > img,
.detail-main p > img,
.wp-block-image img{
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}
.detail-main h2, .detail-main h3,
.detail-main h4, .detail-main h5,
.detail-main h6{
	color: var(--black_clr);
}
.pagination-single{
	border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-top: 40px;
}
.pagination-single .post-nav .arrow strong{
	margin: 0 5px; font-size: 16px;
}
.detail-banner-title-block .h2 {
    margin: 15px 0;
}
.pagination-single .post-nav .arrow {
	color: var(--text_clr);
}
.pagination-single .post-nav .arrow:hover {
	color: var(--secondary_clr);
}
.next-previous-block{
	justify-content: space-between;
}
.next-prev-btn{
	padding: 14px 20px; display: inline-flex; align-items: center; border: 1px solid var(--bdr_clr);
	font-size: 14px; line-height: 1.2; font-weight: 400; border-radius: 4px;
}
.next-prev-btn:hover{
	border-color: var(--primary_clr); color: var(--primary_clr);
}
.sub-product-main{
	overflow: hidden;
}
.sub-product-main .items{
	padding: 60px 0;
	position: relative;
}
.sub-product-main .items + .items{
	margin-top: 60px;
}
.sub-product-main .items:before{
	display: block; content: ""; background: var(--body_clr);
	position: absolute; left: 25%; top: 0; bottom: 0; width: 100vw;
}
.sub-product-main .items:nth-child(even):before{
	left: auto; right: 25%;
}
.sub-prod-imgbox{
	padding: 10px; max-width: 90%; margin: 0 auto;
	background: var(--white_clr); border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.sub-prod-imgbox-inn{
	aspect-ratio: 4 / 4; overflow: hidden;
	background: var(--primary_clr); border-radius: 10px;
}
.sub-prod-imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.sub-product-main .items:nth-child(even) .sub-product-list{
	flex-direction: row-reverse;
}
.sub-prod-tl{
	padding: 10px 15px; position: relative; margin: 0 0 30px;
}
.sub-prod-tl:before{
	display: block; content: ""; width: 0; height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid var(--primary_clr);
	position: absolute; left: 10%; top: 100%;
}

/*Resources Page*/
.resource-flt{
	margin: 0; padding: 0; list-style: none; justify-content: center; text-align: center; gap: 30px;
}
.resource-flt li{
	margin: 0; padding: 0; list-style: none; font-size: 18px; color: var(--text_clr); font-weight: 500;
	border-bottom: 2px solid transparent;
}
.resource-flt li a{
	padding: 10px 5px; display: inline-flex; color: var(--text_clr);
}
.resource-flt li:hover,
.resource-flt li.active{
	border-color: var(--primary_clr); color: var(--primary_clr);
}
.resources-list{
	gap: 30px 0;
}
.card-resources {
    padding: 30px; background: var(--white_clr); border: 1px solid #e9ebf1; position: relative; flex-direction: column; height: 100%;
    -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; box-shadow: 0 5px 10px 0 rgb(0 0 0 / .1);
    -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
}
.res-imgbox {
    padding: 10px; background: #f0f3f4; height: 280px;
    -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
}
.res-imgbox img {
    max-height: 90%; object-fit: contain;
}
.card-resources h4 {
    font-size: 20px;
}
.card-resources:hover .btn{
    background: var(--secondary_clr);
    border-color: var(--secondary_clr);
    color: var(--white_clr);
}
.card-resources:hover .btn .btn_label {
    transform: translateY(-100%);
}
.modal-content{
	-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
}
.close.modal_close {
    display: block; opacity: 1 !important; position: absolute; right: -15px; top: -15px; z-index: 2; width: 35px; height: 35px;
    background: var(--primary_clr); text-shadow: none; border-radius: 50%; font-size: 20px; color: var(--white_clr);
    -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;
}
.close.modal_close:hover {
	background: var(--secondary_clr); color: var(--white_clr);
}

/*Category Section*/
.front-cate-section{
	overflow: hidden;
}
.card-cate{
	overflow: hidden; border-radius: 4px; aspect-ratio: 4 / 3;
}
.cate-btns {
    padding: 20px 20px; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
}
.cate-btns h4{
	color: var(--white_clr); letter-spacing: 0.01em;
}
.cate-btn {
    display: flex; align-items: center; font-size: 14px; color: var(--white_clr);
}
.card-cate:hover .cate-btn {
	-webkit-transform:translate(10px,0);
	-moz-transform:translate(10px,0);
	transform:translate(10px,0);
}
.card-cate:hover .prod-img{
    transform: scale(1.05);
}
.front-cate-slider .slick-dots{
	bottom: -20px;
}

/*prod-section*/
.prod-section {
    overflow: hidden;
}
.product-list{
	gap: 30px 0;
}
.product-slider > .items{
	display: none;
}
.product-slider > .items:nth-child(1),
.product-slider > .items:nth-child(2),
.product-slider > .items:nth-child(3),
.product-slider > .items:nth-child(4){
	display: block;
}
.card-product {
    position: relative; overflow: hidden; height: 100%;
}
.prod-imgbox {
	margin: 0 0 20px; overflow: hidden; border-radius: 4px;
	background: #eeeeee; aspect-ratio: 4 / 3.5;
}
.object-contain {
    width: 100%; height: 100%; object-fit: contain;
}
.prd-tag{
	padding: 4px 10px; display: inline-flex; align-items: center; text-transform: uppercase;
	font-size: 12px; line-height: 1.2; letter-spacing: .05em; color: var(--white_clr);
	background: var(--secondary_clr); border-radius: 4px;
	position: absolute; left: 10px; top: 10px; z-index: 1;
}
.card-product h4{
	font-size: 20px; text-transform: uppercase; line-height: 1.2; color: var(--black_clr);
	font-weight: 700; letter-spacing: 0; margin-bottom: 15px;
}
.card-product .pro-text{
	text-align: center;
}
.card-product .price {
    display: inline-flex; align-items: center; gap: 3px; font-size: 18px; line-height: 1.2;
    color: var(--primary_clr) !important; font-weight: 600;
}
.card-product .price del .amount bdi {
    display: block;
    font-weight: 500;
}
.card-product .price ins .amount bdi {
    display: block;
    font-weight: 700;
}
.wishlist_iconbox{
	display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
	min-width: 32px; max-width: 32px; height: 32px; background: var(--white_clr);
	border-radius: 50%; position: absolute; right: 10px; top: 10px; z-index: 1; color: var(--text_clr);
	display: none;
}
.wishlist_iconbox:hover svg{
	color: var(--primary_clr);
}
.prod-imgbox .btnbox{
	padding: 15px; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
	-webkit-transform:translate(0,120px);
	-moz-transform:translate(0,120px);
	transform:translate(0,120px);
}
.card-product:hover .prod-imgbox img{
	transform: scale(1.05);
}
.card-product:hover .prod-imgbox .btnbox{
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	transform:translate(0,0);
}
.prod-imgbox .btnbox .btn {
    padding: 10px 10px; border: 0; background: var(--black_clr); color: var(--white_clr);
    border-radius: 4px; width: 100%;
}
.prod-imgbox .btnbox .btn:hover{
	background: var(--primary_clr); color: var(--white_clr);
}
.cart-icon{
	display: inline-flex; min-width: 14px; height: 14px; filter: brightness(0) invert(1);
	background: url('../images/cart_icon.svg') no-repeat center; background-size: 100% auto;
}
.slick-slide .items{
	max-width: 100%;
}
.seller-list-slider .items {
    padding: 0 15px;
}
.seller-list-slider .slick-arrow{
	top: 40%; border: 1px solid var(--white_clr);
}
.thumb_video_block {
    position: relative; overflow: hidden; border-radius: 10px;
}
.thumb_video_block .videobox {
    position: relative;
}
.videobox video {
    display: block; width: 100%; height: auto;
    object-fit: cover; aspect-ratio: 16 / 9;
}

/*promo-section*/
.promo-section{
	border-top: 1px solid var(--bdr_clr);
}
.card-promo{
	position: relative; gap: 20px;
}
.card-promo .iconbox{
	min-width: 40px; max-width: 40px;
}
.card-promo .iconbox img{
	display: block; width: 100%; height: auto;filter: brightness(0) invert(1);
}
.card-promo h5{
	font-size: 18px; margin-bottom: 10px;color: var(--white_clr);
}
.card-promo p {
    font-size: 14px;color: var(--white_clr);
}
/* Woocommerce Css Start */
/*Shop Page css*/
.post-type-archive .inner-banner, .tax-product_cat .inner-banner {
    background: var(--black_clr);
}
.post-type-archive .inner-banner .bg-img, .tax-product_cat .inner-banner .bg-img {
    opacity: 0.8;
}
.post-type-archive .inner-banner .inner-banner-inn,
.tax-product_cat .inner-banner .inner-banner-inn {
    min-height: inherit; padding: 100px 0;
}
/*product-sidebar-block*/
.wc-block-product-filter-chips__item {
    display: flex; align-items: center; gap: 8px;
}
.wc-block-product-filter-chips__item::before {
    content: ""; width: 14px; height: 14px; border: 1px solid #000; border-radius: 3px; display: inline-block; flex-shrink: 0;
}
.wc-block-product-filter-chips__item[aria-checked="true"]::before {
    background: #000;
}
.wc-block-product-filter-chips__item[aria-checked="true"]::before {
    content: "✓"; color: #fff; background: #000; text-align: center; line-height: 14px; font-size: 12px;
}
.wc-block-product-filter-chips__label{
    display:flex; justify-content:space-between; width:100%; align-items:center; text-align: left;
}
.category-count{
    font-size:14px; color:#666; margin-left:auto; margin-right: -25px;
}
.product-sidebar-block .wc-block-product-filters__overlay-content {
    gap: 20px;
}
.product-sidebar-block .wp-block-heading{
	min-width: 100%;
}
.wp-block-woocommerce-product-filter-price,
.wp-block-woocommerce-product-filter-attribute,
.wp-block-woocommerce-product-filter-taxonomy,
.wp-block-woocommerce-product-filter-status{
	position: relative;
}
.wp-block-woocommerce-product-filter-price {
	display: none;
}
.product-sidebar-block .wp-block-woocommerce-product-filter-active{
	min-width: 100%;
}
.product-sidebar-block h3.wp-block-heading {
    padding: 0 2px 20px; display: inline-flex; align-items: center; border-bottom: 1px solid var(--bdr_clr); border-radius: 0; font-size: 20px; line-height: 1.2; position: relative; cursor: pointer; margin-bottom: 0 !important;
}
.product-sidebar-block h3.wp-block-heading:after{
	display: block; content:"\f107"; font-family:'Line Awesome Free'; margin-left: auto; font-size: 14px;
}
.product-sidebar-block h3.wp-block-heading.active:after{
	content:"\f106";
}
.product-sidebar-block h3.wp-block-heading.active{
	border-color: var(--primary_clr); color: var(--primary_clr);
}
.wp-block-woocommerce-product-filter-price-slider,
.wp-block-woocommerce-product-filter-chips,
.wp-block-woocommerce-product-filter-checkbox-list{
	display: block;
    position: relative;
    z-index: 2;
    padding: 15px 0 0;
}
.product-sidebar-block .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: auto; color: red; background: none; font-size: 14px; padding: 5px 10px !important;
}
.wp-block-woocommerce-product-filter-attribute .wc-block-product-filter-chips__item:before{
    display: inline-flex; content: ""; background: var(--btn-color); border: 2px solid var(--white_clr);
    min-width: 16px; height: 16px; border-radius: 50%;
}
.product-sidebar-block .wc-block-product-filters__open-overlay{
	font-size: 16px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2{
	max-width: 50%; padding: 0 10px;
}
.cate-info-block{
	gap: 20px; border-bottom: 1px solid #ddd;
}
.cate-imgbox{
	min-width: 140px; max-width: 140px; height: 140px; overflow: hidden;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.cate-imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover;
}

/*=====Cart/Checkout/Order/MyAccount Pages==== START*/
.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block{
    padding: 30px 20px; background: #eaf1f9;
    border: 0 !important; border-radius: 5px;margin-bottom: 10px !important;
}
.wc-block-components-totals-coupon-link {
    display: inline-block; font-size: 16px; text-decoration: underline; color: var(--secondary_clr);
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-child {
    border-top: 0; padding-top: 0;
}
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button {
    background: var(--primary_clr);color: var(--white_clr);
    -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; height: 50px; font-size: 18px;
}
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:focus {
	outline: none !important;box-shadow: none !important;
}
body .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    padding-bottom: 0; width: 48px; height: 48px; background: #fff;
}
body .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus,
body .wc-block-components-radio-control .wc-block-components-radio-control__input:focus{
    outline: 0px solid hsla(0, 0%, 7%, .8);
    outline-offset: 0px;
}
body .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked{
    background: #eaf1f9;
}
body .wc-block-components-radio-control-accordion-content{
    padding-top: 15px; font-size: 18px;
}
.components-button.wc-block-components-button{
    background: var(--secondary_clr); -webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;
    border: 0; box-shadow: none !important; color: var(--white_clr); text-transform: uppercase;
}
.components-button.wc-block-components-button:hover,
.components-button.wc-block-components-button:focus{
    background: var(--primary_clr) !important; color: var(--white_clr) !important;
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label{
    margin-top: -5px;
}
.wc-block-components-totals-coupon__form .components-button.wc-block-components-button{
    -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}
.components-base-control ul li:before{
    display: none;
}
.components-flex-item input[aria-expanded="false"]{
    background-image: url('../images/angle-down.png') !important;
    background-repeat: no-repeat !important;
    background-position: right 24px !important;
}
del.wc-block-components-product-price__regular{
    opacity: 0.5;
}
.is-large .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description{
	margin: 0;
}
.wc-block-components-product-badge{
    padding: 3px 6px; background: #f7f7f7; border: 0; color: var(--primary_clr); margin: 5px 0 0;
}
.wc-block-cart-item__quantity{
    display: flex; flex-wrap: wrap; align-items: center; position: relative;
}
.wc-block-components-quantity-selector,
.wc-block-components-quantity-selector input{
    height: 42px; margin-bottom: 0 !important;
}
.wc-block-components-quantity-selector{
	border: 1px solid #bbb; border-radius: 2px; font-size: 16px !important;
}
.wc-block-components-quantity-selector input {
	padding: 4px 10px;
}
body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
	font-size: 22px;
}
.wc-block-components-quantity-selector input:focus, .wc-block-components-quantity-selector button:focus{
	box-shadow: none !important;
}
.wc-block-components-quantity-selector + .wc-block-cart-item__remove-link{
    margin-left: 10px !important; font-size: 16px !important;
}
body .wc-block-components-product-name{
    font-size: 18px !important; line-height: normal; font-weight: 400;
}
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link{
    text-decoration: underline;
}
.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
    padding-left: 0;
}
.woocommerce ul.order_details {
    padding: 10px 30px; background: #eaf1f9; width: 100%; margin: 0 0 20px;
    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.woocommerce ul.order_details li {
    padding-left: 0; margin-bottom: 10px; margin-top: 10px;font-size: 12px;
}
.woocommerce ul.order_details li:before,
body ul.wc-block-grid__products li:before{
    display: none;
}
.woocommerce-order .woocommerce-thankyou-order-received {
	font-size: 18px; text-align: center;
}
.woocommerce-order .woocommerce-order-details h2 {
	font-size: 30px;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set{
    width: 100%;
    display: flex;
}
.woocommerce .col2-set > div,
.woocommerce-page .col2-set > div{
    max-width: 100%;
    flex: 100%;
}
ul.wc-block-grid__products{
    display: flex; justify-content: center; flex-wrap: wrap;
}
body ul.wc-block-grid__products li {
    padding: 0; margin: 0 10px 20px; background: var(--white_clr); border: 1px solid #e5e5e5;
}
body .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background: var(--primary_clr); font-size: 16px; line-height: normal; padding: 12px 20px;
}
body .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
	color: var(--white_clr);
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
	font-size: 14px !important; line-height: 1.2 !important; font-weight: 500 !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description p {
	font-size: 14px;
}
.wc-block-components-checkout-place-order-button {
    background: var(--primary_clr); color: var(--white_clr);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
    width: 100% !important; font-size: 18px; padding: 12px 30px;
}
.wc-block-components-checkout-place-order-button:focus {
	outline: none !important;box-shadow: none !important;
}
.wc-block-components-checkout-return-to-cart-button {
	padding-left: 35px !important; padding-bottom: 1px;font-size: 15px;
}
.wc-block-checkout__terms {
    margin: 0 0 40px !important; line-height: 1.4; padding-top: 30px !important;
}
.woocommerce-MyAccount-navigation {
    width: 30% !important; padding: 30px; background: #fff; border-radius: 4px;
}
.woocommerce-account .middle-section .woocommerce > .woocommerce-notices-wrapper {
	margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 70% !important; padding-left: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content p a{
	color: var(--primary_clr);
}
.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 10px 40px 10px 60px;
    border-radius: 10px;
}
.woocommerce-MyAccount-navigation ul li:last-child{
	border-bottom: 0; padding-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
    color: var(--text_clr);
}
.woocommerce-MyAccount-navigation ul li:before {
    left: 0; top: 12px; border-radius: 0; outline-offset: 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
    content: ""; background: url('../images/dashboard.svg') no-repeat center; width: 24px; height: 22px; background-size: contain; position: absolute; top: 12px !important; left: 14px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
    content: ""; background: url('../images/orders.svg') no-repeat center; width: 22px; height: 22px; background-size: contain; left: 14px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before {
    content: ""; background: url('../images/download.svg') no-repeat center; width: 24px; height: 24px; background-size: contain; left: 14px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
    content: ""; background: url('../images/address.svg') no-repeat center; width: 24px; height: 20px; background-size: contain; left: 14px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods:before {
    content: ""; background: url('../images/wallet.svg') no-repeat center; width: 26px; height: 24px; background-size: contain; left: 14px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
    content: ""; background: url('../images/account-details.svg') no-repeat center; width: 24px; height: 24px; background-size: contain; left: 14px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: ""; top: 15px; background: url('../images/log-out.svg') no-repeat center; width: 26px; height: 18px; background-size: contain; left: 14px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard.is-active:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders.is-active:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads.is-active:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address.is-active:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods.is-active:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods.is-active:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account.is-active:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout.is-active:before{
	filter: brightness(0) invert(1);
}
.woocommerce table.my_account_orders {
    border-left: 0;
    border-bottom: 0;
}
.woocommerce table.shop_table td{
    border-top: 0;
}
.woocommerce-MyAccount-content .button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding: 10px 20px !important; background: var(--primary_clr) !important; color: var(--white_clr) !important; font-weight: 400 !important;
    border-radius: 4px !important; line-height: 1.4 !important; min-width: 80px; font-size: 16px !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	margin-top: 10px;
}
.woocommerce-MyAccount-content form .form-row label {
    min-width: 100%;
}
.woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce-MyAccount-content form .form-row textarea{
    border: 1px solid #ccc;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li.is-active {
    background: #327ace;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
    color: var(--white_clr);
}
.woocommerce form .form-row {
    padding: 3px; margin: 0 0 10px; font-size: 14px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 49%;
}
.woocommerce-Address, body .woocommerce .woocommerce-customer-details address {
    margin: 0 10px; padding: 30px !important; height: calc(100% - 34px);
    background: #f5f5f5; border: 0; font-size: 16px; color: var(--text_clr);
    -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}
body .woocommerce .woocommerce-customer-details address {
	margin: 0;
}
body .woocommerce .woocommerce-customer-details h2 {
	font-size: 24px;
}
.woocommerce-Address address, .woocommerce-customer-details address, .woocommerce-customer-details address p {
    line-height: 1.6; color: var(--text_clr);
}
.woocommerce-Address .woocommerce-Address-title {
    padding: 0 0 15px; margin: 0 0 20px; border-bottom: 1px solid #ddd;
    display: flex; align-items: center; position: relative;
}
.woocommerce-Address .woocommerce-Address-title h3 {
    font-size: 20px; text-transform: uppercase; margin: 0; color: var(--white_clr);
}
.woocommerce-account .addresses .title .edit{
	display: flex; align-items: center; justify-content: center; width: 34px; height: 34px;
    background: var(--primary_clr); padding: 0; font-size: 0; line-height: normal; color: var(--white_clr);
    border-radius: 50%; margin-left: auto;
}
.woocommerce-account .addresses .title .edit:before{
	display: block; content: '\f304'; font-size: 18px; font-family: 'Line Awesome Free'; font-weight: 900;
}
.woocommerce-account .woocommerce-info {
    border-color: var(--primary_clr);
}
.woocommerce-account .woocommerce-info::before {
    color: var(--primary_clr);
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}
.woocommerce-address-fields .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-address-fields .woocommerce-input-wrapper .select2-selection--single {
    background: var(--white_clr); border: 1px solid #d5d5d5; width: 100%; padding: 2px 15px; margin: 0; font-size: 20px; color: #111; font-weight: 400; line-height: normal; letter-spacing: 0; height: 44px; outline: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: flex; align-items: center;
}
.woocommerce-address-fields .woocommerce-input-wrapper .select2-selection--single .select2-selection__rendered {
    width: 100%; height: 100%; padding: 0; display: flex; align-items: center;
}
.wc-block-components-address-card address .wc-block-components-address-card__address-section {
    margin: 0 0 7px !important;
}
.wc-block-components-validation-error span {
    font-size: 14px;
}
/*=====Cart/Checkout/Order/MyAccount Pages==== END*/
/*woocommerce breadcrumb*/
.site-main {
    overflow: hidden;
}
.woocommerce .woocommerce-breadcrumb {
    position: relative; z-index: 1; padding: 16px 0; font-size: 15px; color: var(--text_clr_light); line-height: 1.4; display: flex; align-items: center; flex-wrap: wrap;margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb:after {
    content: ""; position: absolute; top: 0; left: -25%; bottom: 0; width: 130vw; background: #f5f5f5; z-index: -1; margin: auto;height: 100%;
}
.woocommerce .woocommerce-breadcrumb a {
    color: var(--primary_clr); padding-right: 25px;position: relative;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    color: var(--primary_clr);text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb a:after {
    content: "\f105"; position: absolute; right: -9px; top: 1px; font-size: 16px; font-weight: 900; font-family: 'Line Awesome Free'; background: #f5f5f5; width: 24px; height: 20px;color: var(--text_clr_light);
}
/*Product Detail*/
.pro-slide-block {
    padding-right: 20px;
}
.prod-detail-slide .slick-arrow {
    background: none;
}
.prod-detail-slide .slick-arrow:before {
    color: var(--secondary_clr);font-size: 28px;
}
.prod-slide-nav {
    margin: 15px -7px 0;
}
.prod-slide-nav .items {
    padding: 0 7px;
}
.prod-nav-imgbox {
    width: 100%; position: relative; overflow: hidden; padding: 0 0 70%; z-index: 1; background: #eaf1f9; border-radius: 10px;transition: all 0.3s ease;border: 1px solid transparent;cursor: pointer;
}
.prod-nav-imgbox img {
    width: 100%;height: 100%;object-fit: contain;object-position: center;display: block;position: absolute;
}
.prod-slide-nav .slick-current.slick-active .prod-nav-imgbox {
    border-color: var(--primary_clr);
}
.product-details .textbox .price, .product-details .textbox .woocommerce-variation-price .woocommerce-Price-amount {
    font-weight: 700; color: #eea213; font-size: 24px; line-height: 1.2; letter-spacing: 1px;margin: 0 0 15px;display: block;
}
.quantity {
    display: inline-block; position: relative; margin-right: 15px;
}
.quantity input {
    min-width: 130px; height: 46px; font-size: 16px; border: 1px solid #bbb;
    -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; color: #000; font-weight: 500;
    padding: 0 40px; text-align: center;appearance: none; -webkit-appearance: none; -moz-appearance: none; -moz-appearance: textfield;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none; margin: 0;
}
.quantity button {
    cursor: pointer; position: absolute; color: #000; height: 25px; top: 0; bottom: 0; margin: auto 0; font-size: 24px;
    width: 40px; text-align: center; transition: all 0.5s ease 0s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: flex; align-items: center; justify-content: center;
}
.quantity button:hover {
  color: var(--primary_clr);
}
.quantity .qtyminus {
    left: 0; border-right: 1px solid #e1e1e1; padding-left: 5px; font-size: 30px; padding-bottom: 5px;
}
.quantity .qtyplus {
  right: 0; border-left: 1px solid #e1e1e1; padding-right: 5px;
}
.product-details .textbox .yith-add-to-wishlist-button-block {
    margin-top: -46px !important; margin-left: 290px !important;min-width: 46px; max-width: 46px; height: 46px;display: none;
}
.product-details .textbox .yith-wcwl-add-to-wishlist-button {
    width: 100%; height: 100%; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #000; border: 1px solid #bbb;
}
.product-details .textbox .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon {
	width: 24px;color: var(--text_clr);
}
.product-details .textbox .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.product-other-info {
    position: relative;z-index: 1;
}
.product-other-info {
    padding: 0 40px 40px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.product-other-info ul.product-details-nav::before {
    display: none;
}
.product-other-info ul.product-details-nav {
    padding: 0 !important; display: flex; justify-content: center; border: none; margin: 30px 0 0 !important; position: relative; top: -25px;padding: 0 0 10px !important; flex-wrap: wrap; gap: 10px 0;
}
.product-other-info ul.product-details-nav li .nav-link.active {
    background-color: var(--secondary_clr); color: var(--white_clr);border-color: var(--secondary_clr);
}
.product-other-info ul.product-details-nav li {
    border: 0; padding: 0;margin: 0;
}
.product-other-info ul.product-details-nav li + li {
    margin-left: 10px;
}
.product-other-info ul.product-details-nav li a {
    padding: 9px 30px !important; color: #000 !important; font-weight: 400 !important; text-shadow: none; border-radius: 50px !important; display: block; background: var(--white_clr); border: 1px solid #ddd; position: relative;
}
.product-other-info ul.product-details-nav li a:hover {
    border-color: var(--text_clr);
}
.product-other-info ul.product-details-nav li a:after {
    content: ""; position: absolute; bottom: -6px; left: 0; right: 0; width: 12px; height: 12px; background: var(--text_clr); transform: rotate(45deg); margin: 0 auto;opacity: 0;transition: all 0.4s ease;z-index: -1;
}
.product-other-info ul.product-details-nav li.active a:after {
    opacity: 1;
}
.comment-flex {
    margin: 0 -20px;
}
.comment-flex .left-block, .comment-flex .right-block {
    padding: 0 20px;
}
.comment-list li + li {
    margin-top: 15px;
}
.comment-list li:before {
    display: none;
}
.comment_container {
    background: var(--white_clr); border-radius: 10px; padding: 30px; position: relative; display: flex;
}
.comment_container img.avatar {
  margin-right: 10px; min-width: 40px; max-width: 40px; height: 40px; overflow: hidden; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.comment_container .comment-text {
    width: 100%;
}
.comment_container .product-review-content {
  align-items: center; display: flex;
}
.comment_container .product-review-content .prod_rating {
    margin-top: 0; margin-left: 20px;
}
.comment_container .product-review-content .rating_stars {
    line-height: 1;
}
.comment_container p {
    margin: 0;font-size: 16px;
}
.comment_container .review-reply {
    border-radius: 0; border: none; background: transparent; margin: 0; padding: 0; position: absolute; top: 40px; right: 30px;transition: all 0.3s ease;
}
.comment_container .review-reply:hover {
    color: var(--primary_clr);
}
.comment-block .input-field {
    margin: 0 0 15px;
}
.stars {
    margin: 0 0 10px;
}
.stars i {
    color: #eea213; font-size: 20px;
}
.stars i + i {
    margin-left: 3px;
}
.stars i.active {
    font-weight: 900; color: #feda00;
}
.comment-block .input-field .save-mail input {
    margin-right: 10px; position: relative; top: 4px; height: 15px; min-height: inherit;
}
.form-inner .input-field .required {
    color: var(--primary_clr);
}
.search-page .head-search input {
    border-color: #ddd;
}
.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0; padding: 10px 15px; border-radius: 5px; text-align: center; font-size: 16px; line-height: 1.4;
}
.search-page .search-form input {
    background: var(--white_clr);
}
/*===Shop Page===*/
body.woocommerce .wc-block-product-filter-chips :where(.wc-block-product-filter-chips__items) {
	gap: 8px;
}
body.woocommerce .wc-block-product-filter-price-slider .text input[type=text] {
	border-color: #bbbbbb;padding: 4px 8px;height: 26px;
}
body.woocommerce .wc-block-product-filter-chips__item {
    display: flex; align-items: center; padding: 3px 30px 3px 3px; width: 100%; border: 0; font-size: 16px;
}
body.woocommerce .wc-block-product-filter-chips__item:focus {
	outline: none;outline-offset: 0;
}
body.woocommerce .wc-block-product-filter-chips__item .wc-block-product-filter-chips__label {
    margin-left: 2px;
}
body.woocommerce input[type=checkbox].wc-block-product-filter-checkbox-list__input {
	padding: 0;
}
body :where(.wc-block-product-filter-chips__item)[aria-checked="true"],
body :where(.wc-block-product-filter-chips__item)[aria-checked="true"]:hover{
    background: inherit;
    border-color: inherit; !important;
    color: inherit;
}
.product-main-block .products-list .items {
	padding: 15px;
}
.woocommerce .woocommerce-ordering {
    position: relative;
}
.woocommerce .woocommerce-ordering:after {
    content: "\f107"; position: absolute; top: 0; right: 15px; bottom: 0; margin: auto; width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; font-family: 'Line Awesome Free'; font-weight: 900; font-size: 17px;
}
.woocommerce .woocommerce-ordering select {
    font-size: 15px; appearance: none; cursor: pointer; height: 44px;
}
.woocommerce span.onsale {
    padding: 4px 10px; display: inline-flex; align-items: center; text-transform: uppercase; font-size: 12px; line-height: 1.2; letter-spacing: .05em; color: var(--white_clr); background: var(--primary_clr); border-radius: 4px; position: absolute; left: 15px; top: 15px; z-index: 1;min-height: inherit;
}
.woocommerce .product-details span.onsale {
	display: none;
}
.woocommerce .product-main-block .card-product .price {
	font-size: 18px;
}
.woocommerce .pro-slide-block .woocommerce-product-gallery {
    width: 100% !important;
}
.woocommerce .pro-slide-block .woocommerce-product-gallery .flex-viewport {
    background: #f7f8f9; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    height: 400px; display: flex; align-items: center; justify-content: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a img {
    height: 100%; object-fit: contain;
}
.woocommerce .product-details p.stock {
	display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 9;
}
.woocommerce .pro-slide-block .flex-control-thumbs {
    margin: 0 -7px !important; padding-top: 7px !important;
}
.woocommerce .pro-slide-block .flex-control-thumbs li {
    position: relative; overflow: hidden; z-index: 1; background: rgb(50 122 206 / 20%); border-radius: 7px; transition: all 0.3s ease; border: 1px solid transparent;
    cursor: pointer; height: 130px; display: flex; margin: 7px !important; /*width: calc(100% / 4 - 14px) !important;*/
}
.woocommerce .pro-slide-block .flex-control-thumbs li img {
    width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;border: 1px solid transparent;transition: all 0.3s ease;border-radius: 7px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border-color: var(--primary_clr);
}
.flex-control-thumbs .slick-arrow {
    background: none; color: var(--primary_clr);
}
.flex-control-thumbs .slick-arrow:hover{
    background: none; color: var(--secondary_clr);
}
.flex-control-thumbs .slick-arrow:before{
	content: "\f104"; font-size: 24px;
}
.flex-control-thumbs .slick-arrow.slick-next:before{
    content: "\f105";
}
.woocommerce .product-details .textbox {
    display: flex; flex-direction: column;
}
.woocommerce .product-details .textbox .woocommerce-product-rating {
    margin: 0 0 20px; padding: 0 0 20px; border-bottom: 1px solid #e1e1e1;
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin: 5px 4px 0 0;width: 5.8em;letter-spacing: 2px;font-size: 16px;
}
.woocommerce .star-rating span::before {
	color: #eea213;
}
.woocommerce .product-details .textbox .price, .woocommerce .product-details .textbox .woocommerce-variation-price .woocommerce-Price-amount {
    color: var(--primary_clr); font-size: 22px; line-height: 1.2;
}
.woocommerce .product-details .textbox .price span, .woocommerce .product-details .textbox .woocommerce-variation-price .woocommerce-Price-amount span {
	font-weight: 700;
}
.woocommerce .product-details .textbox .detail-price-box {
    display: flex;align-items: center;
}
.woocommerce .product-details .textbox .detail-price-box del {
    order: 2; margin-left: 10px;color: #ababab !important;
}
.woocommerce .product-details .textbox .off-textbox {
    margin-left: 10px; padding: 5px 10px; border: 1px solid var(--secondary_clr); border-radius: 5px; font-size: 14px; color: var(--secondary_clr); background: #eaf1f9;
}
.woocommerce .product-details .textbox .cart {
    border-top: 1px solid #e1e1e1; padding: 25px 0 0; margin: 10px 0 0;
}
.woocommerce .product-details .textbox .yith-wcwl-add-to-wishlist {
    order: 6;
}
.woocommerce .product-details .textbox .product_meta {
    order: 7; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding: 20px 0; margin: 25px 0 0; flex-wrap: wrap; display: flex;
}
.woocommerce .product-details .quantity {
    margin-right: 10px !important;
}
body.woocommerce .product-details .yith-wcwl-add-to-wishlist {
    position: relative; margin: 0;
}
body.woocommerce .product-details .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    margin-top: 0; position: absolute; top: -46px; left: 352px;
}
.add_to_wishlist {
    background: none; min-width: 46px; width: 46px; padding: 0; height: 46px; border: 2px solid var(--primary_clr); border-radius: 50px; display: flex; align-items: center; justify-content: center; font-size: 0; color: #000;
}
body.woocommerce .product-details .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon {
    margin: 0; font-size: 18px;
}
body.woocommerce .product-details .yith-wcwl-add-to-wishlist.exists .feedback .yith-wcwl-icon {
    font-size: 18px; color: currentColor; margin: 2px 0 0; display: flex; align-items: center; justify-content: center;
}
body.woocommerce .product-details .yith-wcwl-add-to-wishlist.exists .feedback {
    display: inline-flex; align-items: center; justify-content: center; min-width: 46px; max-width: 46px; height: 46px; background: var(--white_clr); border: 2px solid var(--primary_clr); color: var(--primary_clr); font-size: 0; line-height: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; transition: all 0.3s ease; cursor: pointer; position: absolute; top: -46px; left: 352px; margin: 0;
}
.add_to_wishlist:hover {
    color: #000;
}
.woocommerce .product-details .textbox .product_meta > span + span {
    margin-left: 25px;
}
body.woocommerce .product-details .yith-wcwl-add-to-wishlist.exists .feedback + a {
    margin-top: 5px; display: block;
}
.woocommerce div.product form.cart .button {
	background: var(--primary_clr); color: var(--white_clr); -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; height: 46px; padding: 10px 20px 12px;font-weight: 400;
}
.woocommerce div.product form.cart .button:hover {
	background: var(--secondary_clr);border-color: var(--secondary_clr);color: var(--white_clr);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none !important; border: none; padding: 0; margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li + li {
    margin-left: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: var(--text_clr);border-color: var(--text_clr);color: var(--white_clr) !important;
}
body.woocommerce #review_form label {
    display: block; margin-bottom: 8px;
}
.comment-block .stars i, body.woocommerce #review_form .stars a {
    color: #eea213;
}
body.woocommerce #review_form input, body.woocommerce #review_form textarea {
    background: var(--white_clr);border-color: #e5e5e5;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
body.woocommerce .comment-form-cookies-consent {
    display: flex; align-items: baseline;
}
body.woocommerce .comment-form-cookies-consent input {
    margin-right: 10px; position: relative; top: 2px;min-height: 16px;
}
body.woocommerce #review_form .form-submit .submit {
    display: flex !important; align-items: center; justify-content: center; padding: 12px 40px !important; background: var(--primary_clr) !important; color: var(--white_clr) !important; font-size: 16px !important; line-height: 20px !important; font-weight: 300 !important; letter-spacing: 0.04em; text-align: center; min-width: 120px; -moz-transition: all ease-in-out .4s; -webkit-transition: all ease-in-out .4s; transition: all ease-in-out .4s; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px !important;
}
body.woocommerce .commentlist .comment-text {
    border-color: #e5e5e5;background: var(--white_clr);
}
.comment-reply-title {
    margin-bottom: 15px;
    display: block;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;padding: 1em 1em 0 3.6em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 20px; left: 25px;
}
.woocommerce div.product form.cart .variations th {
    line-height: 1.2; padding: 0; background: none;
}
.woocommerce form.cart .variations tr {
    display: flex;align-items: center;
}
.woocommerce form.cart .variations tr .value {
    display: flex; align-items: center; padding: 0;
}
.woocommerce form.cart .variations tr .value select {
    background: #eaf1f9; border-radius: 0; margin-right: 0;
}
.woocommerce div.product form.cart .reset_variations {
    margin-left: 10px;
}
.woocommerce table.shop_attributes td p {
    padding: 8px;
}
.woocommerce .woocommerce-ResetPassword {
    padding: 40px; background: #eaf1f9; border-radius: 30px; max-width: 60%; margin: 0 auto;
}
.woocommerce .woocommerce-ResetPassword .form-row {
    width: 100%;
}
.woocommerce .woocommerce-ResetPassword .input-text {
    border-color: #e5e5e5; height: 48px; background: var(--white_clr);
}
.woocommerce .woocommerce-ResetPassword .woocommerce-Button {
    padding: 12px 30px; background: var(--primary_clr); color: var(--white_clr); font-size: 16px; line-height: 22px;
    font-weight: 500; letter-spacing: 0; border-radius: 10px;
}
.woocommerce .woocommerce-ResetPassword .woocommerce-Button:hover {
    background: var(--secondary_clr);color: var(--white_clr);
}
.woocommerce-message {
    border-top-color: var(--primary_clr);
}
.woocommerce-message::before {
    color: var(--primary_clr);
}
.woocommerce-message .button {
	background: var(--primary_clr) !important;color: var(--white_clr) !important; padding: 10px 20px 13px !important;border-radius: 50px !important;
}
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register {
    padding: 40px !important; background: #eaf1f9; border-radius: 30px !important;
    border: none !important; margin: 20px auto 0 !important;max-width: 100%; height: calc(100% - 60px);
}
.woocommerce .woocommerce-form-login .input-text,
.woocommerce .woocommerce-form-register .input-text {
    border-color: #e5e5e5; height: 50px; background: var(--white_clr);
}
.woocommerce .woocommerce-form-login .woocommerce-button, .woocommerce .woocommerce-form-register .woocommerce-button {
    padding: 12px 30px; background: var(--primary_clr); color: var(--white_clr); font-size: 16px; line-height: 22px;
    font-weight: 500; letter-spacing: 0; border-radius: 10px; width: 100%; float: none; margin: 15px 0 0;
}
.woocommerce .woocommerce-form-login .woocommerce-button:hover, .woocommerce .woocommerce-form-register .woocommerce-button:hover {
    background: var(--primary_clr);color: var(--white_clr);
}
.woocommerce .woocommerce-form-login .form-row label,
.woocommerce .woocommerce-form-register .form-row label {
    line-height: 1.2; display: block; margin: 0 0 10px;
}
.woocommerce .woocommerce-form-login .form-row input,
.woocommerce .woocommerce-form-register .form-row input,
.woocommerce form.lost_reset_password .form-row input{
	padding: 4px 15px; height: 46px;
}
.woocommerce .woocommerce-form-login .woocommerce-form__label input {
    min-height: 15px; width: 15px; margin-right: 6px;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a {
    color: var(--text_clr);
}
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error li:before {
    display: none;
}
.wc-block-components-totals-discount__coupon-list li:before {
    display: none;
}
.wc-block-components-totals-discount__coupon-list li {
    padding: 2px 15px !important; height: 30px; background: var(--white_clr); margin: 5px 0 0 !important;
}
.wc-block-components-totals-discount__coupon-list li:hover {
    background: var(--white_clr);
}
.wc-block-components-totals-discount__coupon-list li .wc-block-components-chip__remove {
    line-height: 12px;
}
.woocommerce .product-details p.out-of-stock {
    font-size: 18px; line-height: 1.2; max-width: 60%; margin: 0;
}
.woocommerce-orders-table .button {
    padding: 6px 10px !important; margin: 3px !important; font-size: 14px !important;
}
.woocommerce .woocommerce-address-fields__field-wrapper, .woocommerce .edit-account fieldset {
    margin: 0 0 15px;
}
.woocommerce .edit-account fieldset legend {
    font-size: 20px; font-weight: 600; display: block; padding: 15px 0 10px;
}
.woocommerce-info {
	border-top-color: var(--primary_clr);line-height: 1.2;
}
.woocommerce-info:before {
	color: var(--primary_clr);
}
.wc_payment_methods li {
	padding-left: 0 !important;
}
.wc_payment_methods li:before {
	display: none !important;
}
.woocommerce .woocommerce-error {
    padding: 10px 10px 10px 50px;border-color: var(--primary_clr);width: 100%;
}
.woocommerce .woocommerce-error:before {
    left: 20px; top: 15px;color: var(--primary_clr);
}
.woocommerce .woocommerce-error li {
	margin: 0;
}
.woocommerce .woocommerce-error li:before {
	display: none !important;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	background: var(--primary_clr); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 0; box-shadow: none !important; color: var(--white_clr); text-transform: uppercase; font-size: 14px;
}
.spswiper-horizontal .wcgs-slider-image {
    width: 100%; height: 400px;
}
.spswiper-horizontal .wcgs-slider-image img {
    width: 100%; height: 100% !important; object-fit: contain !important;
}
.wc-block-components-form .wc-block-components-checkout-step {
	margin: 0 0 25px !important;
}
.wp-block-woocommerce-checkout-order-summary-totals-block {
	padding-top: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;width: 44px;
}
.woocommerce-edit-address .middle-section {
    overflow: hidden;
}
.woocommerce .product-details .textbox .woocommerce-product-details__short-description li {
	padding-left: 20px;
}
.woocommerce .product-details .textbox .woocommerce-product-details__short-description li:before {
    background: var(--text_clr); width: 6px; height: 6px; border-radius: 50%; top: 10px;
}
.woocommerce-breadcrumb + .woocommerce-notices-wrapper {
    margin-top: 20px;
}
.woocommerce-notices-wrapper .woocommerce-message {
    line-height: 1.4;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
    margin-top: 5px;
}
.related .products-list .items {
	padding: 15px;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share{
	float: none !important;
}
.yith-wcwl-share ul li,
.entry-content .yith-wcwl-share ul li{
	margin: 0; padding: 0;
}
.entry-content .yith-wcwl-share ul li:before{
	display: none;
}
table.wishlist_table.shop_table{
	border: 0;
}
table.wishlist_table tr th,
table.wishlist_table.shop_table .product-remove,
.woocommerce table.shop_table.wishlist_table tr td{
	border-left: 0; text-align: left;
}
.wishlist_table .product-add-to-cart a{
	padding: 6px 10px; font-size: 14px; line-height: 1.4; font-weight: 400;
	background: var(--primary_clr); color: var(--white_clr);
	border-radius: 2px; margin: 0 !important;
}
.wishlist_table.mobile li{
	padding: 15px; border: 1px solid var(--bdr_clr);
}
.wishlist_table.mobile li:before{
	display: none;
}
.wishlist_table.mobile li:nth-child(even){
	padding: 10px; background: var(--light_clr);
}
.product-name h3 {
    font-size: 16px; font-weight: 400;
}
.wishlist_table.mobile .additional-info-wrapper {
    display: flex; justify-content: space-between; align-items: center;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,
 .wishlist_table.mobile li table.additional-info{
 	margin: 0 !important;
 }
 .wc-block-components-product-metadata__description p{
 	font-size: 14px !important;
 }
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-shipping {
    font-size: 14px;
}
.wc-block-components-totals-wrapper{
	font-size: 16px;
}
.woo-variation-swatches .product-details .variable-items-wrapper .variable-item .variable-item-contents{
	font-size: 12px;
}
.wc-block-cart__main .wc-block-cart-items{
	border: 0;
}
.wc-block-cart__main .wc-block-cart-items th,
.wc-block-cart__main .wc-block-cart-items td{
	padding: 15px 10px; border-bottom: 0; border-left: 0; border-right: 0; vertical-align: middle;
}
.wc-block-components-formatted-money-amount {
    font-size: 14px; font-weight: 500;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image{
	padding-left: 0; color: var(--black_clr);
}
.wc-block-cart__main .wc-block-cart-items th:last-child{
	padding-right: 0; color: var(--black_clr);
}
.wc-block-cart__main .wc-block-cart-items td:last-child{
	padding-right: 0;
}
body .wc-block-cart-item__total{
	display: table-cell;
}
.wc-block-components-address-card address {
    font-size: 16px; font-weight: 300;
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.wc-blocks-components-select .wc-blocks-components-select__label {
	font-size: 14px; font-weight: 300;
}

.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted{
	border: 1px solid var(--primary_clr) !important; overflow: hidden; box-shadow: none;
}
.wc-block-components-checkbox__label {
    font-size: 16px; font-weight: 400; color: var(--text_clr);
}
.wc-block-components-checkbox__label a,
.woocommerce-privacy-policy-text p a{
    text-decoration: underline;
}
.wc-block-components-order-summary__content .wc-block-components-product-metadata{
	display: none;
}
.wc-block-components-totals-item__value .wc-block-components-formatted-money-amount{
	font-size: 18px; color: var(--black_clr);
}
table.order_details.shop_table{
	overflow: hidden;
}
table.order_details.shop_table th,
table.order_details.shop_table td{
	border-color: #eaf1f9; border-left: 0; border-bottom: 0;
}
table.order_details.shop_table thead th{
	background: #eaf1f9; text-transform: uppercase;
}
.woocommerce table.order_details.shop_table tfoot td{
	background: #f5f5f5;
}
.woocommerce-privacy-policy-text p {
    font-size: 16px; color: var(--text_clr); font-weight: 300;
}
.woocommerce-Address .woocommerce-Address-title h2 {
    font-size: 20px; font-weight: 600; margin: 0;
}
.sf_pa_autosuggest_all_res{
	display: none;
}
/*.detail-page{
	padding: 40px; border: 1px solid var(--bdr_clr); width: 100%; max-width: 1040px;
	box-shadow: 0 0 12px rgb(0 0 0 / 10%); border-radius: 30px;
}*/

.plan-box-block{
	background: var(--light_clr);
}
.plan-box-block + .plan-box-block{
	padding-top: 60px; margin-top: 60px; border-top: 1px solid #ccc;
}
.plan-box-block:nth-child(even) .abt-flex {
    flex-direction: row-reverse;
}
.two-coll-block .plan-box-block:nth-child(even) .abt-flex .right-block {
    padding-left: 15px;
    padding-right: 50px;
}
.two-coll-block .abt-flex .right-block {
    padding-left: 50px; padding-right: 15px;
}
.two-coll-block .abt-flex .imgbox {
    border-radius: 10px; overflow: hidden;
}
.two-coll-block .abt-flex .imgbox img {
    display: block;
}
/*Inner Pages*/
.inner-banner-inn{
	padding: 30px 40px; min-height: 210px;
}
.internal-caption {
	width: 100%; max-width: 740px; margin: 0 auto;
}
.page-breadcrumb{
	margin: 0 0 15px; padding: 0; justify-content: center; flex-wrap: wrap;
}
.page-breadcrumb li{
	font-size: 14px; line-height: 20px; color: var(--text_clr_light);
	font-weight: 400; text-transform: uppercase; display: flex; align-items: center;
}
.page-breadcrumb li + li:before{
	display: inline-flex; content: ">"; margin: 0 5px;
}
.page-breadcrumb li span,
.page-breadcrumb li a{
	color: var(--primary_clr);
}
.text-white .internal-caption *{
	color: var(--white_clr);
}

/*whychoose Section*/
.whychoose-list{
	flex-direction: column; gap: 25px;
}
.card-whychoose{
	gap: 0 70px; position: relative;
}
.card-whychoose .iconbox{
	display: inline-flex; align-items: center; justify-content: center; min-width: 100px; height: 100px;
	position: relative;z-index: 1; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
	background: linear-gradient(to bottom, rgba(189, 191, 193, 0.8) 0%, rgb(229 230 231) 100%);
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
}
.card-whychoose .iconbox:before{
	display: block; content: ""; position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
	background: var(--primary_clr);
}
.card-whychoose .iconbox img{
	max-width: 50px; position: relative; z-index: 1;
}
.card-whychoose h4{
	margin-bottom: 10px;
}
.card-whychoose:before{
	display: block; content: ""; height: 2px; width: 40px; background: #ccc;
	position: absolute; left: 100px; top: 0; bottom: 0; margin: auto;
}
.card-whychoose .textbox {
    background: var(--white_clr); padding: 25px 30px; border-radius: 20px; box-shadow: 2px 2px 10px rgb(0 0 0 / 5%); position: relative;
}
.card-whychoose .textbox:before {
    content: ""; position: absolute; top: 0; bottom: 0; left: -10px; width: 20px; height: 20px; margin: auto 0; transform: rotate(45deg); background: var(--white_clr); box-shadow: -4px 4px 10px rgb(0 0 0 / 3%);
}
.whychoose-list .items:nth-child(2) .iconbox img {
    position: relative; left: -3px; bottom: -3px;
}
/*Vision Csrd*/
.vmv-card {
    background: #f4f7fb;
    padding: 30px;
    border-radius: 8px;
    border-bottom: 4px solid var(--primary_clr);
    transition: all 0.3s ease;
}
.vmv-card:hover {
    border-bottom-color: var(--secondary_clr);
    background: var(--white_clr);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.vmv-card h4 {
    color: var(--dsi-navy);
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.vmv-image-footer {
    margin-top: 40px;
    text-align: center;
}
/*Newslatter*/
/*Newslatter*/
.account-newsletter{
    background:var(--primary_clr); padding:20px 30px;
}
.account-newsletter .newsletter-inner{
    display:flex; align-items:center; gap:30px;
}
.account-newsletter .newsletter-content{
    display:flex; align-items:center; gap:15px; width: 40%;
}
.newsletter-icon {
    width: 62px; min-width: 64px; height: 62px; display: flex; align-items: center; justify-content: center; background: var(--white_clr); border-radius: 50%;
}
.newsletter-text h2 {
    margin-bottom: 5px;
}
.account-newsletter .newsletter-text p{
    color:var(--white_clr); font-size:16px; margin:0;
}
.account-newsletter .newsletter-form {
    width: 40%; background: var(--white_clr); margin-left: auto; border-radius: 4px; 
}
.account-newsletter .newsletter-form input{
    width:100%; height:50px; border:none; padding:0 15px; outline:none; font-size:14px; border-radius: 4px 0 0 4px;
}
.account-newsletter .newsletter-form button {
	min-width: 30%; height: 50px; padding: 0 25px; border: 2px solid var(--white_clr); background: var(--primary_clr); color: var(--white_clr); font-size: 14px; font-weight: 600; cursor: pointer; transition: 0.3s ease; z-index: 5; position: relative; border-radius: 0 4px 4px 0;
}
.account-newsletter .newsletter-form button:hover{
    background:var(--secondary_clr); color:var(--white_clr);
}
.account-newsletter .newsletter-form .form-inner {
    gap: 30px 0; margin: 0; justify-content: space-between; background: var(--white_clr); border-radius: 4px;
}
.account-newsletter .newsletter-form .form-inner .input-field {
    min-width: 70%; max-width: 70%; padding-left: 0; border-radius: 4px 0 0 4px;
}
.single-post .detail-banner .inner-banner-inn {
    border-radius: 4px; overflow: hidden;
}



/* Variation dropdown full width */
.woocommerce div.product form.cart .variations td.value {
    display: block; width: 100%; padding: 0; position: relative; margin-bottom: 15px;
}
.woocommerce div.product form.cart .variations select {
    width: 100% !important; max-width: 100%; height: 48px; padding: 0 45px 0 15px; border: 1px solid #cfd6dd; border-radius: 3px; background: #fff; font-size: 18px; color: #333; appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer;
}
.woocommerce div.product form.cart .variations td.value::after {
    content: "\f107"; font-family: 'Line Awesome Free'; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); pointer-events: none; font-size: 20px; color: #6b7280; font-weight: 900;
    display: none;
}
.woocommerce div.product form.cart .variations label {
    font-size: 16px; font-weight: 600; margin-bottom: 8px; display: inline-block;
}
.woocommerce form.cart .variations tr {
    display: block; width: 100%;
}
.woocommerce form.cart .variations td,
.woocommerce form.cart .variations th {
    display: block; width: 100%;
}
.woocommerce div.product form.cart .reset_variations {
    margin-left: 10px; position: absolute; color: red; top: 100%; right: 0; border-radius: 10px; padding: 7px 15px; border: 1px solid red; line-height: 1;
}

.checkout-header {
    border-bottom: 1px solid var(--bdr_clr); background: #f9f9f9;
}
.checkout-header .header-inner {
	height: 100px;
}
.checkout-header + .header-blank,
.checkout-header + .header-blank + .inner-banner {
    display: none;
}
.checkout-header + .header-blank + .inner-banner + .middle-section {
	padding: 0;
}
.checkout-header .site-logo, .checkout-header .site-logo img, .checkout-header .site-logo svg {
    width: 300px;
}
.checkout-header + .header-blank + .inner-banner + .middle-section .wp-block-woocommerce-checkout-fields-block {
	padding-top: 20px !important;
}
.woocommerce-order-received .header {
	border-bottom: 1px solid var(--bdr_clr);
}
.woocommerce-order-received .inner-banner {
	display: none;
}
.checkout-footer {
    padding-top: 15px !important;
}
.checkout-footer ul {
    gap: 15px 25px; flex-wrap: wrap;
}
.checkout-footer ul li a {
    text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px;font-size: 16px;
}
.wholesale {
    margin-top: 60px; overflow: hidden; padding: 40px 60px;
    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
.wholesale .bg-img:before {
    opacity: 0.2;
}
.wholesale .imgbox {
    max-height: 300px; overflow: hidden; display: flex; align-items: center;
    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
.wholesale img {
    display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.wholesale .block-title {
	justify-content: space-between;gap: 20px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    font-size: 16px; line-height: 1.4; padding: 4px 12px; word-break: break-word;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	background: var(--text_clr);color: var(--white_clr);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
	display: none;
}
.woo-variation-swatches .variable-items-wrapper {
	gap: 10px 10px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 0; min-width: 70px !important; height: auto;
}
.woocommerce .variations_form .variations .label {
	font-size: 18px !important;
}
.woocommerce .variations_form .variations label {
    margin-left: 0 !important; margin-bottom: 13px !important;font-size: 18px !important;
}
.product-quote .button {
    padding: 10px 10px !important;
    color: #fff !important;
    background: #327ace !important;
    font-weight: 400 !important;
    margin: 0 5px !important;
}
.product-quote .button:hover{
	background: var(--secondary_clr) !important;
}
.wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-title {
	-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title,
.wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-title {
	text-decoration: none;color: var(--primary_clr);
}
.wp-block-accordion-item .wp-block-accordion-panel {
	padding-bottom: 10px;
}
.wp-block-columns .wp-block-image {
    padding-right: 20px;
}
.wp-block-columns .wp-block-image.is-style-default {
    padding-right: 0; padding-left: 20px; padding-bottom: 30px; padding-top: 20px;
}
.entry-content .wp-block-image .alignleft {
	margin: 10px 30px 10px 0;
}
.product-type-variable .flex-control-nav.flex-control-thumbs li:first-child {
    display: none;
}
.cta-section {
	margin-top: 40px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.cta-section .wp-block-cover__image-background {
    background: var(--primary_clr) !important;
}
.cta-section h2 {
	margin-bottom: 15px !important;
}
.cta-section h2, .cta-section p {
    max-width: 70% !important;
}
.cta-section .wp-block-button__link {
    background: var(--white_clr);color: var(--text_clr);
}


/*woocommerce-account Page*/
.woocommerce-account .inner-banner{
	background: #faf9fb;
}
.woocommerce-account .middle-section {
    background: #fff;
    padding-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 67% !important;
    background: #fff;
    padding: 40px;
}
.mobile-view {
	display: none;
}

.contact-map-block{
	margin-top: 40px;
	padding-left: 20px;
	overflow: hidden;
	width: 100%;
	height: 300px;
}
.contact-map-block iframe{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

/*==========================================
===============:: MEDIA CSS ::==============
============================================*/
@media screen and (max-width:1499px){
.max-container{
    max-width: 1200px; padding: 0 20px;
}

}
/* iPad 1024px View */
@media screen and (max-width:1199px){
.container,
.max-container{width:100%; max-width:100%; padding:0 20px;}
.ptb-100{padding:80px 0;}
.ptb-80, .ptb-90{padding:60px 0;}
.ptb-60 {padding: 40px 0;}
h1, .h1{font-size: 34px; line-height: 1.2;}
h2, .h2{font-size: 28px; line-height: 1.2;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
blockquote{padding: 10px 20px; font-size: 16px; line-height: 1.4;}
ul li, ol li, p{
    font-size: 16px; line-height: 1.4;
}
.content-block p br{
	display: none;
}
.block-title {
    margin-bottom: 20px;
}
/*Header and banner*/
.nav-main{
    display: none !important;
}
.mobi-iconbox {
    display: flex; align-items: center; justify-content: center;
}
.header-inner{
	height: 80px;
}
.body_navbar_fixed .head-top-block{
	margin-top: 0; opacity: 1;
}
.header-blank,
.body_navbar_fixed .header-blank{
	height: 120px;
}
.header-right {
    margin-right: 45px;
}
.grd-bg {
    left: 5px; right: 5px;
}
.home-banner .items{
	height: 440px;
}
.cap-imgbox {
    padding: 0 10px;
}
.hero-caption {
    padding-right: 0;
}
.caption{
	min-width: 480px; max-width: 480px;
}
.caption .h1{
	font-size: 34px;
}
.intro-block-inner {
    gap: 40px 0;
}
.center-content-block {
    max-width: 680px;
}
.footer-bottom p,
.footer-bottom li{
    font-size: 14px; line-height: 16px;
}
.social-media {
    gap: 10px;
}
.card-service {
	min-height: 300px;
}
.card-service .imgbox {
    min-width: 160px;
}
.card-service .textbox p {
    font-size: 16px;
}
.industry-list {
    padding: 0 20px 20px;
}
.industry-list .items {
    padding: 10px;
}
.acc_title {
	padding: 20px 60px 20px 30px;font-size: 18px;
}
.faq-card .content-box {
    padding: 0 60px 25px 30px;
}
.faq-card .content-box p {
	font-size: 16px;
}
.front-about .max-container {
	padding: 0;
}
.front-about .abt-inner {
	border-radius: 0 !important;
}
.row.abt-inner {
    margin: 0;
}
.row.abt-inner > div{
	padding: 0;
}
.abt-card {
    padding: 0 20px;
}
.card-specific-info{
	padding: 20px;
}
.middle-block .card-specific-info{
	padding: 20px;
}
.hover-overlay {
    padding: 20px;
}
.mh_450 {
    min-height: 340px;
}
.internal-caption .btnbox{
	position: relative; top: 0;
}
.tp-counter-wrap h4 {
    font-size: 40px;
}
.abt-info-inn .left-block .block-title {
    padding-right: 0;
}
.card-abt-info h4 {
    font-size: 32px;
}
.sub-product-list .card-prod {
    padding: 20px;
}
.card-prod h4 {
    font-size: 18px;
}
.google-map-block {
    height: 400px;
}
.contact-block {
    padding: 30px;
}
.product-slider .slick-arrow{
	top: 35%;
}
.post-page-list {
    gap: 20px 0; margin: 0 -10px;
}
.post-page-list .items{
	padding: 0 10px;
}
.m-subnav-nav-list li{
	margin: 0;
}
.m-subnav-nav-list li a {
    padding: 20px 7px; font-size: 15px;
}
.m-search-subnav .subnav-search-input{
	width: 180px; font-size: 14px;
}
.sub-prod-imgbox{
	max-width: 100%;
}
.card-resources h4 {
    font-size: 18px;
}
.woocommerce .pro-slide-block .flex-control-thumbs li {
	height: 100px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    max-height: 320px; min-height: 320px;
}
.account-newsletter .newsletter-form {
    width: 50%;
}
.post-type-archive .inner-banner .inner-banner-inn,
.tax-product_cat .inner-banner .inner-banner-inn {
    padding: 70px 0;
}
.testimonial-list {
	padding-bottom: 10px;
}
.card-testimonial p {
	font-size: 18px;
}
.banner-inn .imgbox {
    height: 380px;
}

}
@media screen and (min-width: 992px){
    .cat-flt-block .m-subnav-nav{
        display:block!important
    }
}
/* iPad 768px view*/
@media screen and (max-width:991px){
.block-title p br{display: none;}
img.alignleft, img.alignright, img.alignnone,
iframe, iframe.alignleft, iframe.alignright, iframe.iframe-embed.alignright{
    float: none; max-width: 100%; margin: 0 0 20px; width: 100%;
}
/*Header and banner*/
.card-promo{
	flex-direction: column; gap: 10px;
}
.card-promo .iconbox {
    min-width: 30px; max-width: 30px;
}
.h-link-block{
	display: none !important;
}
.head-top-block .center{
	margin-right: 0 !important;
}
.product-main-block .products-list .items {
    min-width: 50%; max-width: 50%;
}
/*.woocommerce .pro-slide-block .flex-control-thumbs li {
    height: 70px;
}*/
.abt-flex .abt-textarea {
    padding: 20px;
}
.two-coll-block .block-title p {
    font-size: 18px;
}
.contact-block-inn{
	gap: 30px;
}
.contact-block-inn .left-block,
.contact-block-inn .right-block{
	min-width: 100%;
}
.address-block{
	margin: 0;
}
.wc-block-checkout .wc-block-components-sidebar {
	padding-left: 0;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
	margin-left: 0;
}
.wc-block-checkout .wc-block-components-sidebar .wc-block-components-order-summary {
	padding: 0;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	min-height: 17px; min-width: 17px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding: 4px 8px 8px 15px;
}
.two-coll-block .abt-flex .right-block {
    padding-left: 15px;
}
.two-coll-block .plan-box-block:nth-child(even) .abt-flex .right-block {
    padding-right: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    max-height: 240px; min-height: 240px;
}
.account-newsletter .newsletter-inner {
    flex-wrap: wrap;
}
.account-newsletter .newsletter-content {
    width: 100%;
}
.account-newsletter .newsletter-form {
    width: 100%; max-width: 100%;
}
.part-logobox img {
    max-height: 90px;
}
.wholesale {
	padding: 40px;margin-top: 40px;
}
.part-logobox strong {
    font-size: 30px;
}
.part-logobox p {
    font-size: 14px;
}
.wp-block-columns .wp-block-image {
    padding-right: 0;
}
.wp-block-columns .wp-block-image.is-style-default {
    padding-left: 0;padding-top: 0;
}
.banner-inn .imgbox {
    height: 300px;
}
.caption {
    min-width: inherit; max-width: 100%;
}
.cta-section h2, .cta-section p {
    max-width: 90% !important;
}
.single_buy_now_button {
    margin-top: 10px;margin-left: 0 !important;
}
.contact-map-block {
    padding-left: 0;
}

}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px){
.ptb-120, .ptb-100, .ptb-80, .ptb-90, .ptb-60, .ptb-50 {
    padding: 40px 0;
}
body{-webkit-text-size-adjust:none;}
.max-container,
.container{padding-left: 20px; padding-right: 20px;}
ul li, ol li, p{
	font-size: 16px; line-height: 1.4;
}
img.alignleft, img.alignright, img.alignnone,
iframe, iframe.alignleft, iframe.alignright, iframe.iframe-embed.alignright{
    float: none; max-width: 100%; margin: 0 0 20px;
}
h2, .h2 {
    font-size: 24px; line-height: 1.2;
}
.block-title {
    margin-bottom: 20px;
}
/*Header and banner*/
.mobi-iconbox{
	display: flex; align-items: center; justify-content: center; right: -10px;
}
.header-right {
    margin-right: 35px;
}
.site-logo,
.site-logo img,
.site-logo svg{
	width: 180px;
}
.head-btnbox{
    gap: 0 10px;
}
.header-middle{
	display: none !important;
}
.intro-block-inner{
    gap: 30px 0;
}
.small-title{
    font-size: 14px;
}
.hero-block{
	padding-block: 80px;
}
.hero-block-inner{
    gap: 40px 0;
}
.home-banner .items {
    height: auto;
}
.banner-inner {
	padding: 40px 0; height: auto;
}
.caption {
    min-width: 100%; max-width: 100%;
}
.caption .caption-inn {
    padding-bottom: 20px;
}
.caption .h1{
    font-size: 28px;
}
.bdr-tl .right-block{
    padding-left: 15px; padding-bottom: 30px; border-left: 0;
}

.bdr-top {
	padding-top: 40px;
}
.service-section {
    padding-top: 0;
}
.card-service {
	display: block !important;
}
.card-service .imgbox {
    min-width: inherit; max-width: 120px; margin-bottom: 20px;
}
.industry-list {
    padding: 0 0 20px;
}
.about-section:before {
	display: none;
}
.abt-left-block {
    padding: 30px 20px; max-width: 100%;
}
.abt-card {
    padding: 0;
}
.card-detail-inn{
	padding: 0; flex-wrap: wrap;
}
.card-detail-inn .left-block{
	max-width: 100%; order: 2; display: flex; gap: 10px;
}
.card-detail-inn .right-block{
	max-width: 100%; order: 3; display: flex; gap: 10px; margin-top: 10px;
}
.card-detail-inn .middle-block{
	padding: 0; order: 1;
}
.card-specific-info + .card-specific-info {
    margin-top: 0;
}
.card-specific-info{
	padding: 15px 15px 50px; width: 50%;
}
.card-specific-info h4{
	font-size: 18px; line-height: 24px;margin-bottom: 10px;
}
.card-specific-info p {
    font-size: 15px;
}
.card-specific-info-imgbox {
    max-width: 280px;
}
.desk-hide {
	display: block;
}
.mobi-hide {
	display: none;
}
.process-row, .process-row.reverse {
	padding-left: 20px;
}
.process-block {
	padding: 0 0 0 50px;
}
.process-timeline {
    left: 20px;
}
.process-content h3 {
	font-size: 24px;
}
.post-list {
	padding-top: 0;
}
.acc_title {
    padding: 16px 60px 16px 20px; font-size: 16px;
}
.faq-card .content-box {
    padding: 0 60px 20px 20px;
}
.footer-bottom-inn {
    flex-wrap: wrap; text-align: center; flex-direction: column;
    justify-content: center; gap: 10px 0;
}
.footer-bottom-inn .right-block{
	min-width: 100%;
}
.footer-bottom ul{
	justify-content: center;
}
.footer-inner {
    gap: 0;
}
.f-col-1{
	margin-bottom: 40px;
}
.footer-inner .col-2 {
    flex: 100%; max-width: 100%;
}
.f-links {
    border-top: 1px solid var(--bdr_clr);
    border-bottom: 1px solid var(--bdr_clr);
    margin-bottom: 14px;
}
.footer-inner .col-2:last-child .f-links{
	border-bottom: 1px solid var(--bdr_clr);
}
.f-links ul{
	display: none; padding: 0;
}
.f-links h5{
	margin: 0; padding: 15px 0; position: relative; cursor: pointer;
}
.f-links h5:after{
	display:block; content:"\f107"; font-family:'Line Awesome Free'; font-weight: 900;
	width:15px; height:15px; position:absolute; right:0; top:15px; z-index:1;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.f-links h5.active:after{
	content:"\f106";
}
.footer-bottom ul {
    gap: 15px;
}
.footer-bottom p {
    font-size: 15px;
    margin-bottom: 6px !important;
}
.footer-bottom li {
    font-size: 13px; line-height: 15px;
}
.scrollup.active {
    right: 10px;
}
.desktop-view{
	display: none;
}
.mobi-view{
	display: block;
}
.card-testimonial,
.slick-active.slick-center .card-testimonial{
	transform: scale(1.0);
}
.testimonial-list .items{
	height: inherit;
}
.internal-caption {
    max-width: 380px;
}
.icon-block .items{
	padding: 0 10px 10px;
}
.card-prod h4 {
    font-size: 18px;
}
.counter-inn{
	gap: 30px 0;
}
.counter-inn .items {
    max-width: 50%;
}
.abt-info-inn {
    gap: 30px 0;
}
.abt-info-right{
	margin: 0 -5px;
}
.abt-info-right .sub-items {
    max-width: 50%; padding: 0 5px;
}
.card-abt-info {
    gap: 10px;
}
.card-info-abt .imgbox {
    margin-top: 0; order: 1;
}
.card-info-abt .textbox{
	order: 2;
}
.info-card-inn {
    gap: 20px 0;
}
.card-whychoose {
    text-align: center; display: flex; flex-direction: column; align-items: center;
}
.part-logobox img {
    max-height: 60px;
}
.sticky_class{
	position: relative; top: 0;
}
.card-design-process .iconbox{
	position: static;
}
.design-process-list:before {
    display: block; left: 5px; top: 70px; bottom: 0; right: auto; width: 1px; height: auto;
}
.card-design-process .iconbox:after{
	right: auto; bottom: auto; left: 20px; top: 36px;
}
.card-design-process .iconbox:before{
	display: block; content: ""; width: 30px; height: 1px; background: var(--bdr_clr);
	position: absolute; left: -10px; top: 50px;
}
.cta-innner h2 br{
    display: none;
}
.google-map-block {
    height: 260px;
}
.form-title h2 br{
	display: none;
}
.form-inner .input-field{
	margin: 0 0 20px; -ms-flex-preferred-size:100%; flex-basis:100%;min-width:100%;max-width:100%;
}
.input-field .label {
    font-size: 14px; line-height: 1.2;
}
.contact-icon-block .items {
    min-width: 100%;
}
.breadcrumbs-contact.breadcrumbs-block{
    padding: 20px 0;
}
.contact-section {
    overflow: hidden;
}
.contact-block {
    padding: 30px; margin: 0 -20px;
}
.highlighted{
	padding: 20px;
}
.sub-product-main {
    padding: 0;
}
.sub-product-main .items {
    padding: 40px 0;
}
.resource-flt{
	gap: 10px;
}
.resource-flt li {
    font-size: 16px;
}
.product-slider .slick-arrow{
	top: 38%;
}
.product-list {
    gap: 20px 0;
}
.promo-inn{
	gap: 20px 0;
}
.promo-inn .items{
	min-width: 50%; max-width: 50%;
}
.card-promo h5 {
    font-size: 16px;
}

.card-product {
    padding: 10px 10px 60px;
}
.prd-tag{
	left: 20px; top: 20px;
}
.prod-imgbox{
	position: static;
}
.prod-imgbox .btnbox{
	padding: 10px; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
	-webkit-transform:translate(0,0); -moz-transform:translate(0,0); transform:translate(0,0);
}
.front-cate-slider,
.product-slider{
	margin: 0 -7px;
}
.front-cate-slider .items,
.product-slider .items{
	padding: 0 7px;
}
.front-cate-slider .slick-list,
.product-slider .slick-list{
	padding-left: 0 !important;
}
.product-slider .slick-slide {
    opacity: 0.5;
}
.product-list-only{
	margin: 0 -5px; gap: 10px 0;
}
.product-list-only .items{
	padding: 0 5px; max-width: 50%;
}
.card-product h4 {
    font-size: 18px;margin-bottom: 10px;
}
.prod-imgbox .btnbox .btn{
	font-size: 14px;
}

.product-main-block .products-list {
	margin: 0;
}
.product-main-block .products-list .items {
    padding: 5px 0;
}
.product-main-block .products-list .prod-imgbox {
	border-radius: 15px;
}
.product-main-block .products-list .card-product .price {
    font-size: 13px;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    float: none;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    flex-wrap: wrap;
}
.woocommerce-Address {
	margin: 10px 0;
}
.woocommerce-MyAccount-content .button {
    padding: 7px 15px 9px !important; font-size: 14px !important;margin-top: 7px !important;
}
.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
    margin: 0 0 10px !important;
}
.wc-block-cart__main .wc-block-cart-items__row + .wc-block-cart-items__row {
    border-top: 1px solid #ddd;
}
.wc-block-components-sidebar .wc-block-components-radio-control .wc-block-components-radio-control__input {
	left: 0 !important;
}
.wc-block-components-sidebar .wc-block-components-radio-control__option {
	padding: 0 35px !important;
}
.wc-block-components-checkout-place-order-button {
    width: 100% !important;
}
.product-other-info {
    padding: 0 18px 30px; border-radius: 0; margin: 0 -20px;
}
.product-other-info ul.product-details-nav {
	top: -15px;overflow: visible;
}
.product-other-info ul.product-details-nav li a {
    padding: 7px 10px !important; font-size: 14px; line-height: 1.2; text-align: center; white-space: nowrap;
}
.product-other-info ul.product-details-nav li + li {
    margin-left: 5px;
}
.product-other-info ul.product-details-nav li a:after {
	width: 10px;height: 10px;bottom: -4px;
}
.comment_container {
    padding: 25px;
}
.comment-flex {
    padding-top: 10px;
}
.comment_container .review-reply {
    top: 30px; right: 25px;
}
.woocommerce .woocommerce-breadcrumb {
    margin-top: 8px;
}
.woocommerce .product-details .textbox {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 1em 1em 0 3em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    left: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li + li {
    margin-left: 4px;
}
.woocommerce table.shop_attributes th {
    width: 100px;
}
.woocommerce .woocommerce-form-login, .woocommerce .woocommerce-form-register {
    padding: 25px !important;
}
.woocommerce .woocommerce-form-login, .woocommerce .woocommerce-form-register {
    margin: 20px 0 0 !important;
}
.woocommerce .woocommerce-form-login {
    margin-bottom: 25px !important;
}
.woocommerce-account .woocommerce-notices-wrapper {
    padding: 0;
}
.woocommerce .woocommerce-ResetPassword {
    padding: 30px; max-width: 100%;
}
body .woocommerce .woocommerce-customer-details address{
    height: auto;
}
.woocommerce ul.order_details{
    padding: 10px 20px;
}
.woocommerce ul.order_details li {
    padding: 10px 0; margin: 0; min-width: 100%; border-right: 0;
}
.woocommerce ul.order_details li + li {
    border-top: 1px dashed #cfc8d8 !important;
}
body .woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address {
	margin-top: 20px;
}
.woocommerce .woocommerce-customer-details {
	margin-bottom: 0;
}
.woocommerce .edit-account fieldset {
	margin-bottom: 0;
}
.is-mobile .wc-block-checkout__terms, .wp-block-woocommerce-checkout {
    padding-top: 0 !important;
}
.wc-block-checkout__form .wp-block-woocommerce-checkout-order-summary-block.mob-hide {
	display: none;
}
.wc-block-checkout__terms {
    margin: 0 0 20px !important;
}
.wp-block-woocommerce-checkout-shipping-address-block {
    padding-top: 10px !important;
}
.is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
	display: block !important;
}
.cate-info-block {
	display: block;text-align: center;padding: 30px 0;flex-wrap: wrap;
}
.cate-info-block .cate-imgbox {
    margin: 0 auto;	min-width: 120px; max-width: 120px; height: 120px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a:after{
	font-size: 13px;
}
.card-product .price{
    font-size: 16px !important;
}
.prod-imgbox {
    margin: 0 0 15px; border-radius: 15px;
}
.woocommerce-result-count {
    font-size: 14px; line-height: 1.2;
}
.prd-tag {
    padding: 4px 6px; letter-spacing: 0; font-size: 10px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2{
	max-width: 100%; padding: 10px 0;
}
#customer_login h2{
	text-align: center;
}
.woocommerce .woocommerce-ResetPassword .woocommerce-Button{
	width: 100%;
}
.woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
	width: 100% !important;
}
.detail-page{
	padding: 30px;
}
.main-block {
    gap: 20px;
}
.form-inner{
	gap: 0;
}
.input-field{
	min-width: 100%; max-width: 100%;
}
.address-block{
	padding: 20px;
}
.inner-banner-inn {
    min-height: 160px;
}
.pro-slide-block {
	padding-right: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 20px;
}
.wc-block-checkout > .wp-block-woocommerce-checkout-totals-block {
    display: none;
}
.contact-banner .internal-caption p br {
	display: none;
}
.contact-banner .inner-banner-inn {
    padding: 30px 0;
}
.plan-box-block .abt-flex {
    flex-wrap: wrap;
}
.plan-box-block .abt-flex .left-block,
.plan-box-block .abt-flex .right-block {
    max-width: 100%;
    flex: 0 0 100%;
}
.plan-box-block .abt-flex .right-block{
	padding-top: 20px;
}
.card-whychoose:before {
    left: auto; top: -134px; z-index: 0; opacity: 0;
}
.card-whychoose .textbox {
    padding: 55px 30px 25px 30px;
    margin-top: -40px;
}
.plan-box-block + .plan-box-block {
    padding-top: 40px; margin-top: 40px;
}
.card-whychoose h4 {
    font-size: 24px;
}
.card-whychoose .textbox:before {
	display: none;
}
.post-type-archive .inner-banner .inner-banner-inn,
.tax-product_cat .inner-banner .inner-banner-inn {
    padding: 70px 0;
}
.account-newsletter{
    padding:20px;
}
.account-newsletter .container {
    padding: 0;
}
.account-newsletter .newsletter-inner{
    flex-direction:column;
    align-items:flex-start;
}
.account-newsletter .newsletter-form{
    max-width:100%;
}
.account-newsletter .newsletter-form .form-inner .input-field {
    min-width: 65%; max-width: 65%; margin: 0; padding-left: 0;
}
.account-newsletter .newsletter-form button {
    height: 46px; padding: 0 15px; min-width: 100px;
}
.product-sidebar-block .wc-block-product-filters__open-overlay {
    margin-bottom: 10px; border-bottom: 1px solid #ccc; padding-bottom: 10px;
}
.woocommerce .woocommerce-ordering select {
    font-size: 14px; height: 38px; border-radius: 4px;
}
.woocommerce .woocommerce-ordering:after{
	font-size: 14px;
}
.woocommerce .woocommerce-ordering select {
    font-size: 14px;height: 38px; padding: 0 40px 0 15px;
}
body .sf_pa_search_input_container form #sf_pa_search_input {
    height: 37px; width: 210px;
}
.related .products-list .items {
    padding: 5px 0;
}
.front-products-section .card-product h4 {
    font-size: 20px;
}
.front-products-section .card-product .price {
    font-size: 20px !important;
}
.woocommerce div.product form.cart .variations select {
    height: 44px; font-size: 16px;
}
.woocommerce div.product form.cart .variations td.value::after{
	font-size: 16px;
}
.checkout-header .site-logo, .checkout-header .site-logo img, .checkout-header .site-logo svg {
    width: 245px;
}
.checkout-header .header-inner {
    height: 90px;
}
.checkout-header .header-inner .left-block {
	display: none;
}
.contact-info .abt-flex .left-block, .contact-info .abt-flex .right-block {
    max-width: 100%; flex: 0 0 100%;
}
.contact-info .abt-flex .right-block {
	padding-top: 20px;
}
.wholesale {
    padding: 40px 20px;
}
.wholesale .block-title {
    flex-wrap: wrap; text-align: center; justify-content: center;
}
.woocommerce .product-details .quantity {
    margin-right: 10px !important; min-width: calc(50% - 10px); max-width: calc(50% - 10px);
}
.woocommerce .product-details .quantity input {
    width: 100%;
}
.woocommerce .product-details .button {
	width: 50%;
}
.single_buy_now_button {
    margin: 10px 0 0 !important;width: 100%;
}
.woocommerce .product-details .textbox .product_meta {
    gap: 10px;
}
.woocommerce .product-details .textbox .product_meta > span + span {
    margin-left: 0;
}
.wp-block-accordion .wp-block-accordion-heading {
	font-size: 18px !important;
}
.part-logobox strong {
    font-size: 24px;margin-top: 5px;
}
.part-logobox p {
    font-size: 12px;
}
.entry-content .wp-block-image .alignleft {
    margin: 0 0 15px 0;
}
.related .products-list .items {
	padding: 0 5px;
}
.related .products-list .slick-list {
	padding-right: 40px;overflow: visible;
}
.checkout-footer ul {
    gap: 10px 15px;
}
.checkout-footer ul li a {
    font-size: 13px;
}
.mobile-view {
	display: block;
}
.page-template-tpl-about .home-banner.about-banner {
    min-height: 72vh;
}
.contact-map-block {
    margin-top: 30px;
    height: 240px;
}


}/*767 End*/
@media screen and (max-width:740px){
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
    display: flex; flex-direction: column; flex-wrap: wrap; padding: 20px; border: 1px solid #ddd;
    border-radius: 10px; margin: 0 0 20px; text-align: center;
}
body.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row{
	flex-direction: row;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap{
	gap: 8px;
}
body.woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{
	margin-top: 10px;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price{
	display: none;
}
body.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    justify-content: flex-start;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
	border-radius: 10px;
}
table.wc-block-cart-items .wc-block-cart-item__quantity {
    justify-content: center; padding: 0 !important;
}
table.wc-block-cart-items .wc-block-cart-item__total{
	min-width: 100%;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.wc-block-cart__main .wc-block-cart-items th,
.wc-block-cart__main .wc-block-cart-items td{
	padding: 0 !important;
}
.wc-block-components-formatted-money-amount {
    font-size: 16px; font-weight: 500;
}

}
@media screen and (max-width:600px){
.product-sidebar-block h3.wp-block-heading:after{
	margin-left: auto;
}
.product-sidebar-block .wc-block-product-filters__overlay-content{
	display: block; flex-direction: column; flex-grow: 1;
}
.product-sidebar-block .wc-block-product-filters__overlay-content > div{
	margin-top: 20px;
}
.wp-block-woocommerce-product-filter-price-slider,
.wp-block-woocommerce-product-filter-chips,
.wp-block-woocommerce-product-filter-checkbox-list{
	position: relative; left: 0; top: 5px;
}
body :where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer{
	background: var(--primary_clr);
}
body :where(.wc-block-product-filters) .wc-block-product-filters__apply{
	color: var(--white_clr);
}

}