:root {
    --bg-colo-oner: #fbb040;
    --bg-color-two: #f7941d;
    --bg-color-three: #ea9000;
    --bg-color-four: #f09200;
    --bg-hover-color-primary: #f7aa33;
    --text-color-all: #013b5a;
    --code-font-size: 14px;
    --code-line-height: 1.4;
    --scroll-bar-color: #c5c5c5;
    --scroll-bar-bg-color: #f6f6f6;
}

html{
	font-family: "Inter", sans-serif !important;
}
body {
	font-weight: 400;
	color: #191919;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	font-family: "Inter", sans-serif !important;
  	font-optical-sizing: auto;
  	font-style: normal;
}
p{
	color: #191919;
	font-size: 16px;
	line-height: 24px;
	font-family: "Inter", sans-serif !important;
  	font-optical-sizing: auto;
  	font-style: normal;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    max-width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#common-home{
	overflow-x: hidden;
}
*{outline: none;}
input,input:focus,input:cover {
	outline: none;
	box-shadow: none;
}
.form-control:focus{
	outline: none;
	box-shadow: none;
	border-color: #ddd;
}
button {
    background: transparent;
    border: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
}

/* top */
#top {
	background-color: #0e3b5b;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
}
#top .btn-link, #top-links li, #top-links a {
	color: #dcdcdc;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #dcdcdc;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 6px;
	padding-left: 0;
	padding-right: 0;
	text-align: right;
}
#top-links a + a {
	margin-left: 15px;
}
.top-blocks{
	padding-top: 6px;
}
.top-blocks a{
	color: #dcdcdc;
	font-size: 15px;
}
.header-info{
	padding-top: 6px;
}
.header-info a{
	color: #dedede;
}
.top-blocks a svg{
	margin-right: 2px;
    fill: #f09200;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.header_all{
	background: #f4f6f9;
    padding-block-start: 20px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}

/* search */
#search {
	margin-bottom: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
#search .input-lg {
	height: 47px;
	line-height: 20px;
	padding: 0 10px;
	border: 0;
}
#search .btn-lg {
	font-size: 17px;
	line-height: 21px;
	padding: 10px 15px 14px 20px;
    color: #ffffff;
    background: #163c5c;
    height: 46px;
    border-radius: 0px 6px 6px 0;
}
#search .btn-lg .fa{
	font-size: 17px;
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
	border: 0;
	box-shadow: 0 6px 25px rgb(0 0 0 / 12%);
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	background-color: white;
	border-color: transparent;
	margin-top: 14px;
	border-radius: 8px;
	box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
	box-shadow: 0px 4.4px 20px -1px rgb(19 16 34 / 13%);
}
.navbar{
	min-height: 70px;
}
#menu .nav > li > a {
	color: #163c5c;
	padding: 23px 12px;
	min-height: 15px;
	background-color: transparent;
	font-size: 15px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #163c5c;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	min-width: max-content;
    width: max-content;
    padding: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 210px;
    width: auto;
	display: block;
	padding: 8px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 15px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background: #0e3b5b;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	color: #163c5c;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #163c5c;
	padding: 2px 0px;
	float: right;
	border-color: #163c5c;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #163c5c;
	background-color: transparent;
	outline: none;
	box-shadow: none;
}
.dropdown.m-menu .fa{
	margin: 0 4px;
}
#menu .container>.navbar-collapse{
	border-top: 1px solid #00000024;
}

/** fixed menu top **/
.sticky{
	position: fixed;
	top: 0;
	transition: all .3s;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	box-shadow: 0 7px 15px #00000066;
	margin-top: 0 !important;
	display: flex;
	justify-content: center;
}
@media (min-width: 992px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	#menu .navbar-collapse{
		padding-right: 0;
		padding-left: 0;
	}
	#menu .container{
		padding: 0 5px;
	}
}
@media (max-width: 992px) {
	#menu {
		border-radius: 4px;
		min-height: 50px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgb(0 0 0 / 3%);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #1c3d5d;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
@media (max-width: 992px) {
    .dropdown.m-menu .fa {
        margin: 0 4px;
        float: right;
        font-size: 18px;
        background: #ff723a1a;
        border-radius: 100%;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        color: #ff723a;
        transition: all 0.4s ease;
    }
    .dropdown.m-menu.open .fa{
    	color: white;
    	background: #ff723a;
    }
    #menu .navbar-collapse{
		margin-top: 8px;
		border-top: 1px solid #ddd;
	}
}
#menu-icon {
  transition: transform 0.3s ease;
  font-size: 24px;
}

#menu-icon.fa-times {
  transform: rotate(90deg);
  color: #ff723a;
}

@media (max-width: 1025px){
	#menu .nav > li > a{
		font-size:14px;
		padding: 23px 12px;
	}
}
@media (max-width: 992px){
	#menu .nav > li > a{
		font-size:16px;
		padding: 18px 12px;
	}
}

/* category manufacturer */
.product-grid .product-thumb .image img.img-responsive{
	min-height: 230px;
}
.max-image{
	max-width: 90px;
	float: left;
}
.mini-image{
	max-width: 40px;
    position: absolute;
    right: 38px;
    top: 82%;
    border-radius: 50%;
    border: 2px solid white;
}
.max-image + div{
	margin-bottom: 35px;
}
.hidden-all{
	display: none;
}
.input-group-addon{
	color: #ffffff;
    text-align: center;
    background-color: #1c3d5d;
    border: 1px solid #1c3d5d;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{
	height: 40px;
	font-size: 16px;
	border-radius: 6px;
}
.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child > .btn, 
.input-group-btn:first-child > .btn-group > .btn, 
.input-group-btn:first-child > .dropdown-toggle, 
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), 
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn{
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-group{
	margin-bottom: 28px;
}
.form-control{
	height: 40px;
	border-radius: 6px;
}
input, button, select, textarea{
	font-size: 16px !important;
}
.col-sm-3.no-cat ul,
.no-cat2 ul{
	list-style: none;
	padding-inline-start: 5px;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 40px;
	background-color: #fafcff;
    border-top: 1px solid #e7e7e7;
    color: #1c3d5d;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer ul li{
	margin-bottom: 2px;
}
footer a {
	color: #1c3d5d;
}
footer a:hover {
	color: #1c3d5d;
}
footer h5 {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	color: #191919;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer-bottom{
	background: #163c5c;
    padding: 10px 0;
    margin-top: 60px;
}
.footer-bottom p{
	margin: 0;
	color: white;
	margin-top:5px;
}
 .footer-bottom p a{
 	color: #ea9000;
 }

/* alert */
.alert {
	padding: 8px 14px 8px 14px;	
}
.alert-success{
	color: #191919;
	background-color: #ffffff;
	border-color: #bfbfbf;
	max-width: 286px;
	text-align: center;
	display: block;
	position: absolute;
	top: 15%;
	z-index: 2;
	right: 3%;
	box-shadow: 0 10px 30px #00000036;
	font-size: 16px;
	left: auto;
}
body[div*="product-product-"].alert-success{
	top: 23%
}
.alert > .close {
	position: relative;
	top: -38px;
	right: -5px;
	color: inherit;
}
#cart .table > tbody > tr > td{
	border: 0;
	vertical-align: middle;
}
#cart .table-bordered > tbody > tr > td{
	border: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white;
    border-bottom: 1px solid #ddd;
}
.table-striped > tbody > tr {
    background-color: white;
    border-bottom: 1px solid #ddd;
}
#cart .table-bordered{
	border: 0;
}
#cart .btn.btn-danger.btn-xs{
	height: 20px;
	background: darkred;
	line-height: 0;
    border-radius: 50%;
    padding: 0;
    width: 20px;
}
#cart .dropdown-menu li p {
    margin: 20px 0 8px 0;
    border-top: 1px solid #ddd;
    padding-block-start: 14px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#cart .dropdown-menu li p a{
	background: #1c3d5d;
    padding: 6px 11px;
    color: white;
    text-shadow: none;
    border-radius: 24px;
}
#cart .dropdown-menu li p a .fa{
	display: none;
}
#cart .dropdown-menu{
	border-radius: 8px;
}
.img-thumbnail{
	border: 0;
	padding: 0;
}

/* breadcrumb */
.breacrumb-page{
	background: linear-gradient(90deg, #fce5c1 0%, #E4F5FD 51.39%, #DDEDFF 100%);
	padding: 25px 0;
	margin-bottom: 35px;
}
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 0px solid #ddd;
	background: transparent;
	display: flex;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
	padding: 0 7px;
	overflow: hidden;
}
.breadcrumb i {
	font-size: 15px;
	color: #f09200;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	content: "";
    width: 15px;
    height: 5px;
    border-radius: 5px;
    background: #FF4667;
    position: absolute;
    top: 40%;
}
.breadcrumb > li:last-child:after{
	display: none;
}
.breadcrumb > li a{
	color: #163c5c;
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 15px;
	border: 1px solid #cccccc;
	border-radius: 8px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	border-color: transparent;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: var(--bg-color-four);
	border-color: transparent;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:focus {
	background-color: var(--bg-hover-color-primary);
	background-position: 0 -15px;
	border-color: transparent;
}
.btn-warning {
	color: #ffffff;
	text-shadow: none;
	background-color: #faa732;
	border-color: transparent;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: none;
	background-color: #da4f49;
	border-color: transparent;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: none;
	background-color: #5bb75b;
	border-color: transparent;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: none;
	background-color: #df5c39;
	border-color: transparent;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: none;
	background-color: #363636;
	border-color: transparent;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{
	border: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 12px;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	background: #fbf9f9;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 1;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-height: 210px;
	object-fit: contain;
	mix-blend-mode: darken;
    min-height: 220px;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: 600;
	font-size: 22px;
    letter-spacing: -.8px;
    line-height: 26px;
}
.product-thumb h4 a{
	color: #163c5c;
}
.product-thumb .caption {
	padding: 0 12px;
	min-height: 10px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
.button-group .fa{
	margin-left: 8px;
	font-size: 18px;
	line-height: 8px;
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #163c5c;
	margin-bottom: 0;
	font-size: 18px;
}
.product-thumb .price-new {
	font-weight: 600;
	color: #fd2121;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 15px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content: space-around;
	border-top: 1px solid #00000012;
    padding-block-start: 15px;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 45%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #543ee8;
	color: #fff;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	font-size: 15px;
    border-radius: 20px;
    transition: all 0.4s ease;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #163c5c;
	text-decoration: none;
	cursor: pointer;
	border: 0;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

/* content */
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 0px;
}
.thumbnails {
	margin-left: 0px;
	margin-block-end: 30px;
	overflow: hidden;
	max-height: 550px;
	border-radius: 8px;
}
.thumbnails img {
	width: 100%;
	border-radius: 10px;
	object-fit: contain;
	max-height: 550px;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
#product-category .img-thumbnail {
    border: 0;
    padding: 0;
    border-radius: 8px;
    background: #eee;
    mix-blend-mode: multiply;
    box-shadow: 0 2px 10px #00000017;
}
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
.tab-content p,
.tab-content,
.tab-content p *{
	font-family: "Inter", sans-serif !important;
	font-size: 16px !important;
	text-align: justify;
}
.tab-content{
	padding: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
}
#product-product .nav-tabs {
    margin-bottom: 20px;
    background: #f4f4f8;
    padding: 18px 15px;
    border-radius: 8px;
    border: 0;
}
#product-product .nav-tabs > li.active > a, 
#product-product .nav-tabs > li.active > a:hover, 
#product-product .nav-tabs > li.active > a:focus{
	border: 0;
	background: var(--bg-hover-color-primary);
	color: white;
}
#product-product .nav > li > a:hover, 
#product-product .nav > li > a:focus {
    text-decoration: none;
    background-color: #1c3d5d;
    color: #fff;
    border-radius: 24px;
}
.nav-tabs > li > a {
    margin-right: 8px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 24px;
    color: #1c3d5d;
}
.product-grid .product-thumb .image img{
	margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 240px;
    object-fit: contain;
    mix-blend-mode: darken;
}
.product-grid .product-thumb .image {
    float: none;
    background: #fbf9f9;
}

body.product-manufacturer .img-responsive{
	border-radius: 8px;
}
body:not(.common-home) .header_all{
	background: linear-gradient(90deg, #fce5c1 0%, #E4F5FD 51.39%, #DDEDFF 100%);
}
::scrollbar-width: thin;
* { scrollbar-width: thin;}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #fff; 
}
::-webkit-scrollbar-thumb {
  background: #f09200; 
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.thumbnail, .thumbnail:focus, .thumbnail:active, .thumbnail:hover{
	border: 0;
	box-shadow: none;
}

.product-basket{
	padding: 15px;
	border-radius: 10px;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    background: #f4f4f8;
    margin-block-start: 70px;
}
.product-basket ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.product-basket ul h2{
	margin: 0 0 0 18px;
	color: #03C95A;
    font-size: 30px;
    font-weight: 700;
}
.extra-fields{
	padding: 15px;
	border-radius: 10px;
    border: 1px solid #e7e7e7;
}
.tab-content ul{
	list-style: none;
	padding-left: 10px;
}
.tab-content ul li{
	position: relative;
	font-size: 15px;
}
.tab-content ul li:before{
	font-family: 'FontAwesome';
    content: '\f058';
    font-size: 19px;
    color: #0dcaf0;
    margin-right: 12px;
    height: 14px;
    line-height: 1;
}
.manft a img{
	border-radius: 50%;
}
ul.cartela li{
	border-bottom: 1px solid #d9d9d985;
	padding: 0 0 10px 0;
}
.stocks{
	display: none;
	visibility: hidden;
}
#input-quantity{
	max-width: 25%;
	margin-right: 20px;
}
#product .d-flex{
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
}
#input-quantity{
	display: none;
}
#button-cart{
	border-radius: 24px;
    margin-block-start: 20px;
    background: #163c5c;
}
#button-cart:hover{
	background: #f09200;
}
#button-cart i{
	margin-left: 15px;
	font-size: 19px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*.swiper-viewport:hover .swiper-button-next.swiper-button-disabled,
.swiper-viewport:hover .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
    cursor: default;
    pointer-events: auto;
    background: transparent;
}*/
.swiper-pager{
	top: 35% !important;
}
.dinline{
	display: inline-block;
}
.dblock{
	display: flex;
}
@media (min-width: 768px) {
	.d-flex{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}
.jcspace{
	justify-content: space-around;
}
#cart .fa.fa-shopping-basket{
	font-size: 28px;
	color: #163c5c;
	position: relative;
	left: 4px;
}
#cart a .fa.fa-shopping-cart{
	font-size: 14px;
}
.number-product-adding{
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #f7941d;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    display: inline-block;
}

.btn-log,
.btn-reg{
	padding: 7px 13px !important;
	border-radius: 55px;
	font-size: 14px;
	border: 0;
}
.btn-log .fa,
.btn-reg .fa{
	margin-right: 8px;
}
.btn-log a,
.btn-reg a{
	font-size: 13px;
	color: white;
}
.btn-log{
	background: #f09200;
}
.btn-reg{
	background: #0e3b5b;
	margin-left: 16px;
}
.scart{
	display: inline-block;
}
.manufacturer-logo img{
	border-radius: 50%;
	display: inline-block;
    position: absolute;
    right: 38px;
    top: 89%;
    border: 2px solid white;
    max-width: 45px;
    height: 45px;
}
.product-category{
	display: inline-block;
    padding-inline-start: 15px;
    margin-block-start: 23px;
    line-height: 1.2;
    padding-right: 15px;
}
.product-category a{
	font-weight: 500;
    font-size: 12px;
    color: #FF4667;
    border-bottom: 1px solid #FF4667;
    display: inline-flex;
    transition: 0.7s;
    padding-bottom: 4px;
}
.product-thumb h4 s{
	color: #0e3b5b;
	font-size: 17px;
}
.product-category + h4{
	padding: 0 12px;
}
.product-grid{
	display: flex;
	flex-wrap: wrap;
	height: auto;
}
.stretch{
	align-items: stretch !important;
}
.prh4{
	padding: 0 12px;
	margin-top: 30px;
	letter-spacing: -.5px;
}
h1.pr-title{
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 30px;
	color: #191919;
}

/* additional fields */
.product_mpadditional_field.mp-related-listing{
	padding: 0 4px;
}
.product_mpadditional_field.mp-related-listing .mpadditional_field.mpadditional_field_img {
    border: 0px solid #ddd !important;
    border-radius: 12px;
    margin: 0px 0;
    padding: 0px 5px;
/*    display: inline-block;*/
}
.product_mpadditional_field.mp-related-listing .mpadditional_field.mpadditional_field_img .text{
	float: none !important;
	display: inline-block;	
}
.product_mpadditional_field.mp-related-listing .mpadditional_field.mpadditional_field_img .text h4 {
    font-weight: normal;
    display: inline-block;
    margin: 5px 0 0;
    font-size: 13px;
    font-weight: 600;
}
.product_mpadditional_field.mp-related-listing .mpadditional_field.mpadditional_field_img .text p{
	display: inline-block;
    margin: 0;
    font-size: 13px;
}
.product_mpadditional_field.mp-related-listing .mpadditional_field.mpadditional_field_img .image {
    text-align: left;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: 5px;
}
.product_mpadditional_field.mp-related-listing .mpadditional_field.mpadditional_field_img .image img{
	max-width: 20px;
}

.model{
	font-size: 13px;
}
.model b{
	font-size: 13px;
	text-transform: uppercase;
}

#product-product .mpadditional_field.mpadditional_field_img .text{
	float: none !important;
	display: inline-block;
}
.mpadditional_field.mpadditional_field_img .text p,
.mpadditional_field.mpadditional_field_img .text h4{
	display: inline-block;
	font-size: 13px;
}
#product-product .mpadditional_field.mpadditional_field_img .text h4{
	font-weight: 700;
}
#product-product .mpadditional_field.mpadditional_field_img{
	margin: 0;
	padding: 0;
	border: 0;
	padding: 0px 0;
	border-bottom: 0px solid #d9d9d985;
}
#product-product .mpadditional_field.mpadditional_field_img .image {
    text-align: left;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: 5px;
}
.secure-pay ul li{
	margin-right: 10px;
	font-size: 14px;
}
.product_mpadditional_field.mp-related-listing .mpadditional_field.mpadditional_field_img .image img {
    max-width: 20px !important;
    min-height: 20px;
}

/* panel infos product */
.panel-infos{
	display: flex !important;
	align-items: center;
	flex-wrap: wrap !important;
	padding: 10px 15px;
/*	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
	margin-bottom: 40px;
	border-radius: 8px;
	border: 1px solid #e7e7e7;
}
.panel-infos .manft{
	width: 10%;
}
.panel-infos ul{
	width: 90%;
	margin-bottom: 0;
	display: flex !important;
	align-items: stretch;
}
.panel-infos li{
	border-right: 1px solid #ddd;
    width: 42%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.panel-infos li:first-child{
	width: 14%;
}
.panel-infos li:last-child{
	border-right: 0px solid #ddd;
}
.panel-infos li.rating{
	flex-direction: row;
}
.panel-infos li p{
	width: 100%;
}
.panel-infos li a p{
	color: #23a1d1;
}
.panel-infos li h4 + a p{
	font-size: 15px;
}
.d-inline{
	display: inline-block;
}
.panel-infos li h4{
	margin: 0 0 5px 0;
}
.panel-infos li p{
	margin: 0;
	font-size: 13px;
    letter-spacing: -1px;
}
.ptags{
	background: #d7d6d6;
    padding: 2px 7px;
    border-radius: 24px;
    color: black;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
}
.tgs{
	margin-bottom: 12px;
}
@media (max-width: 769px){
	.panel-infos li{
		width: 34% !important;
		justify-content: flex-start;
	}
	#product-product .mpadditional_field.mpadditional_field_img .text{
		font-size: 14px;
	}
}

/* home page banner */
.ep-about.ep-about{
	padding: 80px 0 110px;
}
.ep-section__content{
	margin-top: 90px;
}
h3.ep-section__titleep-split-text.left{
    font-size: 47px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 20px;
}
p.ep-section__text{
	line-height: 28px;
	font-size: 18px;
}
.ep-feature-list {
    display: block;
    margin: 0;
    list-style: none;
    padding-left: 0;
}
.ep-feature-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 20px;
    display: flex;
    gap: 8px;
}
.ep-feature-list li i {
    color: #ff723a;
    position: relative;
    top: 4px;
    font-size: 21px;
}
.ep-section__widget--style2 {
    display: flex;
    gap: 50px;
}
.ep-section__widget--style2 {
    margin-top: 30px;
}
.ep-section__btn {
    margin-top: 40px;
}
.ep-section__btn a{
	padding: 18px 26px;
	border-radius: 42px;
	color: white !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	background: #00bfad;
}
.ep-section__btn a:hover {
 	background: var(--text-color-all) !important;
}
.ep-section__btn i {
    font-size: 24px;
    line-height: 0;
    display: none;
}
.ep-section__img-main img {
  width: 445px;
  height: 560px;
  object-fit: cover;
  border-radius: 20px;
}
.ep-section__img-shape {
  position: absolute;
  right: 24px;
  top: -56px;
}
.overview-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 40px;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 15%);
  padding: 20px 30px;
  z-index: 2;
  bottom: 72px;
  left: 0;
}
.overview-card__icon img {
  width: 70px;
  height: 45px;
  object-fit: contain;
  max-width: 70px;
}
.overview-card__info h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin: 0;
}
.overview-card__info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.ep-section__img--style2 .ep-section__img-main {
  width: 100%;
  height: 578px;
}
.ep-section__img--style2 {
  margin-right: 16px;
  margin-top: 30px;
}
.ep-section__img--style2 .ep-section__img-main::before {
  display: none;
}
.ep-section__img--style2 .ep-section__img-main img {
  object-fit: contain;
  width: 100%;
  height: 578px;
}
.ep-section__img--style2 .ep-section__img-main {
  margin: 0;
}
.ep-section__img--style2 .overview-card {
  bottom: 62px;
  left: auto;
  right: 50px;
}
.ep-section__widget--style2 .ep-feature-list li:last-child {
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.ep-about.ep-about--style2 {
		padding-bottom: 80px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ep-section__content {
		margin-top: 40px;
	}
	.ep-about__shape {
		top: 40%;
	}
	.ep-section__img--style2 {
		margin-right: 0;
	}
	.ep-section__img--style2 .ep-section__img-main img {
		height: 480px;
	}
	.ep-section__img--style2 .ep-section__img-main {
		height: 480px;
	}
	.ep-section__img--style2 .overview-card {
		bottom: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.ep-about.ep-about--style2 {
		padding-bottom: 40px;
		padding-top: 0;
	}
	.ep-section__content {
		margin-top: 40px;
	}
	.ep-section__img-main img {
		width: 100%;
		height: 364px;
	}
	.ep-section__img-main {
		width: 100%;
		height: 364px;
		margin-bottom: 12px;
	}
	.ep-section__img-shape {
		right: 0;
	}
	.ep-section__img-main::before {
		top: 10px;
		right: 10px;
	}
	.overview-card {
		gap: 24px;
		padding: 16px 20px;
		bottom: 12px;
		left: 12px;
	}
	.overview-card__info h4 {
		font-size: 32px;
		line-height: 44.04px;
	}
}
/* end page home banner */

/* home page cliends*/
.ep-funfact{
	padding: 80px 20px;
}
/* Funfact Style 2 */
.ep-funfact-shape {
  position: absolute;
  right: 16%;
  z-index: -1;
  top: -32%;
}
.ep-funfact__icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}
.ep5-bg-light {
    background-color: #fff1ec !important;
}
.ep1-bg-light {
    background-color: #e6f9f7 !important;
}
.ep7-bg-light {
  background-color: #ffe9e9 !important;
}
.ep2-bg-light {
  background-color: #e6f1ff !important;
}
.ep-funfact__icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.ep-funfact__info h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50.04px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.ep-funfact__card--style2 {
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 32px;
  border-radius: 20px;
  transition: all 0.4s ease;
  background: white;
}
.ep-funfact__card--style2:hover {
  transform: translateY(-5px);
}
.ep-funfact__card--style2 .ep-funfact__icon {
  border-radius: 20px;
}
.ep-funfact__card--style2 .ep-funfact__info {
  text-align: left;
}
.ep-funfact__card--style2 .ep-funfact__icon img {
  width: 60px;
  height: 60px;
}
.ep-funfact__card--style2 .ep-funfact__info h4 {
  margin-bottom: 5px;
  color: #4f536c;
}
.ep-funfact__card--style2 .ep-funfact__info p {
  white-space: nowrap;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ep-funfact-shape {
    right: 7%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ep-funfact__card--style2 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ep-funfact.section-gap {
    padding: 40px 0px 80px;
  }
  .ep-funfact__card {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ep-funfact.section-gap {
    padding: 40px 0px 80px;
  }
  .ep-funfact__card {
    margin-top: 40px;
  }
  .ep-funfact__info {
    margin-top: 24px;
  }
  .ep-funfact__info h4 {
    font-size: 32px;
    line-height: 120%;
  }
  .ep-funfact__icon {
    width: 90px;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .ep-funfact__card--style2 .ep-funfact__icon img {
    width: 48px;
    height: 48px;
  }
}

/* h3 heading */
.head-title{
	text-align: center;
	margin-bottom: 45px;
}
h3.content-title{
	font-size: 32px;
    display: inline-block;
    /*background: #ea9000;*/
    color: #0e1133;
    border-radius: 50px;
    padding: 10px 14px;
    text-align: center;
    position: relative;
    font-weight: 700;
}
h3.content-title span{
	position: relative;
	z-index: 1;
}
h3.content-title span.second-word:after{
	background: url(../image/yellow-bg.png) no-repeat;
	position: absolute;
	content: '';
	left: -14px;
    bottom: 0px;
    width: 118%;
    height: 16px;
    z-index: -1;
}

/* banner text*/
.homebanner2{
	background: #392C7D;
}
.banner-text {
    background: #392C7D;
    padding: 60px 0;
}
.tbanner-box{
    background: white;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    align-items: center;
}
.tbanner-icon {
    background: #f8f8f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border: 1px solid #e7e7e7;
}
.tbanner-content h5 {
    font-weight: 500;
    color: #6d6d6d;
    font-size: 16px;
}
.tbanner-content h5:last-child {
    margin-bottom: 0;
}
.row-gap-4 {
    row-gap: 1.5rem !important;
    display: flex;
    flex-wrap: wrap;
}

/* home banner 3 */
.skills-item{
	padding: 0px 0;
}
.skills-wrap {
	border-radius: 16px;
    padding: 50px;
    /*background: #f4f6f9;*/
}
.skills-wrap h3{
    margin-bottom: 20px;
    font-size: 33px;
    color: #0dcaf0;
    font-weight: 700;
}
li.mb-3{
	margin-bottom: 16px;
	font-weight: 300;
	color: white;
}
li.mb-3:before{
	font-family: 'FontAwesome';
	content: '\f058';
	font-size: 19px;
	color: #0dcaf0;
	margin-right: 12px;
	height: 14px;
	line-height: 1;
}
.skills-wrap h3+ p{
	color: white;
	font-weight: 900;
	margin-bottom: 22px;
}
.skills-wrap.skill-center .join-mentor-img{
    margin: 0 50px 0 0;
}
.skills-wrap .join-mentor-img > img {
    border-radius: 16px;
    max-width: 100%;
}
.skills-wrap.skill-center .join-mentor-img .joing-icon-award {
    right: 55px;
    left: auto;
}
.skills-wrap .join-mentor-img .joing-icon-award {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 25px;
    left: -50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-success{
    background-color: #0dcaf0 !important;
    border: 1px solid #0dcaf0 !important;
    color: white;
}
@media (max-width: 640px){
	.skills-wrap{
		padding: 20px;
	}
}

/* teachers */
.wrapper-brands__new{
	padding: 60px 0;
}
.w100{
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.wrapper-brands__link .head-title{
	margin-bottom: 10px;
}
.brand-link span{
	display: block;
	font-size: 22px;
	color: #191919;
	margin-top: 25px;
	text-align: center;
}
.teacher-box{
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	padding-bottom: 20px;
	margin-block-end: 25px;
    background: #f9f9f9;
}
.alert.alert-cart, .alert.alert-comp, .alert.alert-wish {
    margin: 0;
    position: fixed;
    top: -100%;
    right: 40px;
    width: 320px;
    box-shadow: 0 0 8px rgb(0 26 52 / 20%);
    background: #fff;
    z-index: 1100;
    padding-left: 50px;
}

@media only screen and (max-width: 767px) {
    .alert.alert-cart, .alert.alert-comp, .alert.alert-wish {
        width: auto;
        right: 0;
        margin: 15px 15px 0
    }
}
.alert.alert-cart i, .alert.alert-comp i, .alert.alert-wish i {
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px 0 0 10px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    color: #23a623;
    background: #e7eced;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    justify-content: center
}
.social-icon{ 
	padding: 2px;
    background-color: #FFF;
    height: 25px;
    width: 25px;
    text-align: center;
    margin: 0;
    display: inline-block;
    font-size: 21px;
    border-radius: 4px;
}
.fooicons .social-icon{
	margin: 6px 6px 0 0;
	height: 30px;
    width: 30px;
}
.fooicons{
	margin-top: 30px;
}
#top .fa.fa-phone-square{
	font-size: 23px;
    position: relative;
    top: 3px;
    margin-inline-end: 4px;
}
.txt-rgt{
	text-align: right;
}
.txt-cntr{
	text-align: center;
}

footer{
	position: relative;
}
footer .footer-bg-1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
}
footer .footer-bg-2 {
    position: absolute;
    right: 0;
    top: 0;
}
.footer-icons{
	margin-right: 15px;
	width: 24px;
}
.txt-footer{
	font-size: 20px;
}
.txt-footer div{
	margin-top: 18px;
}

.back-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #4d5fe3;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.back-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}
.back-to-top:hover {
    background-color: #4d5fe3;
}
.back-to-top:hover i {
    color: #fff;
}

.mpadditional_field_text{
	font-size: 14px;
}
.rating a{
	font-size: 14px;
	margin-right: 5px;
    margin-left: 5px;
}
footer ul li a {
	font-size: 15px;
}

/* category subs */
.category-wall .category-img-link img {
	mix-blend-mode: multiply;
	height: 60px;
	width: 60px;
}
.category-section {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(253px,1fr));
    grid-auto-flow: dense;
    gap: 16px
}
.category-section a {
    display: flex;
    position: relative;
    color: #222;
    align-items: center;
    padding: 10px 15px!important;
    gap: 15px;
    border-radius: 12px;
    transition: box-shadow .3s,border .3s,background .3s;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ebebeb;
    font-size: 15px
}
.catalog-section-item__image {
    margin-left: auto;
    flex-shrink: 0
}
.catalog-section-item__image>img {
    transition: transform .4s;
    mix-blend-mode: multiply
}
.subcategory-name {
    flex-grow: 1;
    word-break: break-word;
    line-height: 23px;
    font-size: 15px;
    letter-spacing: -.7px;
    font-weight: 600;
    color: #163c5c;
}
.category-section a:hover {
    border-color: #fff;
    box-shadow: 0 2px 7px #11111124;
    z-index: 1
}
.col-sm-10 p{
	font-size: 16px;
    letter-spacing: -.6px;
    color: #213e5e;
}
#product-category h2{
	margin-bottom: 30px;
}
.row.desc{
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 4px 20px #0000001c;
    border-radius: 12px;
    padding: 10px;
    align-items: center;
    margin: 0;
    margin-bottom: 45px;
}
.row.nodesc{
	margin-bottom: 45px;
}
.row.desc .img-thumbnail {
	box-shadow: none !important;
}
.swiper-container{
	display: flex;
	align-items: stretch;
}
.swiper-wrapper{
	height: auto !important;
}
.swiper-slide{
	display: flex;
}
.product-thumb{
	display: flex;
	flex-direction: column;
}
.product-thumb .button-group{
	margin-top: auto;
}
body.information-information-7 #information-information ul{
	padding: 0;
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0;
}
#information-information h1, #information-sitemap h1{
	margin-bottom: 26px;
	color: #163c5c;
}
body.information-information-7 #information-information ul li{
	position: relative;
	font-size: 16px;
	padding: 10px 6px;
/*    box-shadow: 0 3px 15px #00000024;*/
    border-radius: 8px 8px 0 0;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #f2f5f7;
    display: flex;
    align-items: start;
    line-height: 1.4;
    gap: 5px;
}
body.information-information-7 #information-information ul li:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    font-size: 28px;
    color: #03c95a;
    margin-right: 6px;
    line-height: 1;
    margin-left: 10px;
    position: relative;
}
body.information-information-7 #information-information ul + p{
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 0 0 8px 9px;
}

/* info 4 */
body.information-information-4 #information-information ul{
	padding: 0;
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0;
}
body.information-information-4 #information-information h1{
	margin-bottom: 26px;
	color: #163c5c;
}
body.information-information-4 #information-information ul li{
	position: relative;
	font-size: 16px;
	padding: 10px 6px;
	box-shadow: 0 3px 15px #00000024;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    background: white;
    display: flex;
    align-items: center;
    line-height: 1.4;
    gap: 5px;
    margin-bottom: 15px;
}
body.information-information-4 #information-information ul li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    font-size: 22px;
    color: #03c95a;
    margin-right: 6px;
    line-height: 1;
    margin-left: 10px;
    position: relative;
}

body.information-information-5 #information-information b:before{
	font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 15px;
    color: #0dcaf0;
    margin-right: 8px;
    line-height: 1;
    margin-left: 0px;
    position: relative;
}
.bolds{
	font-weight: 600;
	color: #191919;
}
.bold2{
	font-weight: 500;
}
.second li, .f-first li, .f-second li{
	margin-bottom: 10px;
}
.manufacturer-logo img{
	max-width: 45px !important;
	max-height: 45px !important;
	width: 45px !important;
	height: 45px !important;
	object-fit: cover !important;
	min-height: 45px !important;
}
.tab--search{
	border-radius: 8px;
	border: 1px solid #ddd;
	padding: 12px;
	box-shadow: 0 4px 12px #00000014;
    margin: 20px 0 30px;
}
.tab--search + h2{
	margin-bottom: 20px;
}
.options-block{
	padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    margin-block-end: 15px;
}

.options-block .text-danger{
	font-weight: 900;
}
.options-block label{
	font-size: 14px;
}
.options-block input[type="radio"], .options-block input[type="checkbox"]{
	margin-top: 6px;
}



.product-video-section {
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
}

.product-video-section h3 {
    margin-bottom: 20px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.video-embed-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
}

.video-locked .video-placeholder {
    position: relative;
    padding-bottom: 56.25%;
    background: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
}

.placeholder-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}

.placeholder-content .fa-lock {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 15px;
}

.placeholder-content p {
    margin-bottom: 15px;
    color: #666;
}

.placeholder-content .btn {
    margin-top: 10px;
}

/*.product-video .embed-container {
    position: relative;
    padding-bottom: 56.25%; Aspect ratio 16:9
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.product-video .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/