.container{
	max-width:85%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 27px;
	font-weight: 400;
	color: #000;
	min-width: 320px;
	background-color:#f4f4f6;
}
.modal-body, .modal-footer{
	background-color:#f4f4f6;
}
.table-bordered {
	background-color:#fff;
}
#product-search, #content, .content{
	min-height:400px;
}
img {
	max-width: 100%;
	height: auto;
}
.information img{
	border-radius:20px;
}
h1, h3 {
	font-size: 1.5rem;
	color:#c20202!important;
}

a {
	text-decoration: none;
	color: #2b8422;
	transition: all .5s;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #004c00;
}

::selection {
	background-color: #aaa;
	color: #fff;
}

section {
	/* padding: 50px 0; */
}

.breadcrumb{
	margin-top:20px;
	border-radius:15px;
}
.breadcrumb-item+.breadcrumb-item::before{
	content:"->"
}
.section-title {
	overflow: hidden;
	/* text-transform: uppercase; */
	color: #2b8422;
	margin-bottom: 30px;
	text-align: center;
	font-size:22px;
}
.section-title::before {
	margin-left: -90%;
}

.section-title::after {
	margin-right: -90%;
}

.section-title::before,
.section-title::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 90%;
	height: 1px;
	background: #aaa;
	border: solid #f4f4f6;
	border-width: 0 10px;
}

.btn {
	position: relative;
	overflow: hidden;
}
.btn:disabled{
	cursor:not-allowed;
}
.btn:hover::before {
	animation: ripple 1s ease;
}

.btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	transform: scale(0);
}
.modal-header .btn-close{
	color:#fff!important;
}
.btn-primary{
	background-color:#2b8422;
	border:unset;
}
.fa-stack{
	color:#2b8422;
}
.language-top .btn:hover{
	background-color:transparent;
	border-color:transparent;
}
@keyframes ripple {
	from {
		transform:scale(0);
		opacity:1;
	}
	to {
		transform:scale(3);
		opacity:0;
	}
}

.navbar-nav .dropdown-menu {
	right: 0;
	left: auto;
}
.logophone{
	height:20px;
	margin-top:-5px;
}
.backright{
	
}
.backright ul{
	background:#fff;
	border:1px solid #111;
	position:absolute;
	right:-138px;
}
.table>thead{
	font-weight:500;
}
li a.dropdown-item {
	color: #004c00;
}

li a.dropdown-item:focus,
li a.dropdown-item:hover {
	background-color: #aaa;
	color: #fff;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #aaa;
	outline: 0;
	box-shadow: 0 0 0 .1rem rgba(238, 110, 115,.25);
}

.btn-danger {
	background-color: #aaa;
	border-color:#aaa;
}
.btn-info{
	color:#fff;
	background-color:#2b8422;
	z-index:560;
	border:none;
}
.btn-info:hover{
	background-color:#4b8422!important;
	color:#000!important;
}
/* Header top */

.header-top {
	position: relative;
	background:#fff;
	margin-bottom:30px;
	z-index:1100;
}

.header-top a, .header-fixed-top a {
	font-size:18px;
}

.header-top a:hover {
	color: #004c00;
}

.header-top #search, .header-fixed-top #search {
	position: absolute;
	width: 85%;
	height: 65%;
	top: 75px;
	left: 8%;
	transition: all .2s;
	transform: scale(0);
	display: flex;
	background-color: #2b8422;
	z-index: 300;
	border-radius:20px;
}

.header-top #search.active, .header-fixed-top #search.active {
	transform: scale(1);
	box-shadow:0 14px 30px -15px rgb(0 0 0 / 75%);
	/* overflow:hidden; */
}
.header-top #search .input-group button{
	color:#fff;
}
.bg-light{
	background-color:#f4f4f6!important;
}
.language-top a{
	font-size:16px;
	color:#777;
}
.language-top a:hover{
	color:#2b8422;
}
/* button .language-select{ */
	/* font-size:12px; */
/* } */
.language-select{
	color:#2b8422;
	font-size:12px;
	font-weight:bold;
}
.language-select .fa-envelope, .language-select .fa-business-time{
	color:#f01707;
}
#form-language.active{
	font-weight:bold;
}
#search .form-control {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index:1010;
}

.header-top .icons a:not(.btn), .header-fixed-top .icons a:not(.btn) {
	padding: 10px;
}

.header-top .icons i, .header-fixed-top .icons i,
.icon-phone {
	font-size: 22px;
}

.open-cart-modal {
	position: relative;
}

.link-wishlist {
	position: relative;
}

.header-top .count-items,
.header-top .count-wishlist,
.header-fixed-top .count-items,
.header-fixed-top .count-wishlist {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
}

.modal-header {
	background-color: #2b8422;
	color: #fff;
}

.modal-body img {
	max-width: 100px;
}

.modal-body a {
	color: #777;
}

/* Header top */

/* Header bottom */

.header-bottom .navbar-brand {
	color: #000;
	font-weight: 700;
}

.header-bottom .navbar-brand:hover {
	color: #aaa;
}

.header-bottom .navbar-nav .nav-link, .header-bottom-fixed-top .navbar-nav .nav-link {
	color: #aaa;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.header-bottom .navbar-nav .nav-link:hover {
	color: #aaa;
}
.header-fixed-top{
	position:fixed;
	top:0;
	z-index:1100;
	background-color:#fff;
	width:100%;
	box-shadow:0 14px 30px -15px rgb(0 0 0 / 75%);
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 .1rem;
}
.dropdown-menu{
	z-index:1030;
}
/* Header bottom */

/* Carousel */
.alert{
	border-radius:20px;
}
.my-carousel .carousel-item {
	display: flex;
	max-height: 500px;
}
.my-carousel .carousel-item img {
	object-fit: cover;
	border-radius:20px;
}
/* Carousel */
.main_block_page{
	position:relative;
}
.parallax_elements .parallax_elem1, .parallax_elements .parallax_elem2, .parallax_elements .parallax_elem3{
	position:absolute;
	z-index:1;
}
.parallax_elements .parallax_elem1{
	width:90px;
	height:100px;
	background:url(../image/backgrn/bg_element1.png) no-repeat center;
	-webkit-background-size:cover;
	background-size:cover;
	top:0;
	left:0;
	top:250px;
}
.parallax_elements .parallax_elem2{
	width:90px;
	height:260px;
	background:url(../image/backgrn/bg_element3.png) no-repeat center;
	-webkit-background-size:cover;
	background-size:cover;
	left:0;
	top:130px;
}
.parallax_elements .parallax_elem3{
	width:120px;
	height:275px;
	background:url(../image/backgrn/bg_element4.png) no-repeat center;
	-webkit-background-size:cover;
	background-size:cover;
	left:0;
	top:180px;
}
/* Product card */
.fa-chevron-right, .fa-chevron-left {
	color:#fff;
}
.product-card, .article-card{
	/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06); */
	transition: all 1s;
	border: 3px solid transparent;
	/* background-color: #fff; */
	border-radius:20px;
	overflow:hidden;
	position:relative;
}
.article-card{
	background-color:transparent;
	transition: all 1s;
	border: 3px solid #777;
	min-height:133px;
}
.product-card:hover, .article-card:hover {
	/* box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.75); */
	border: 3px solid #2b8422;
	transition: all 1s;
	background-color:#fff;
}

.product-card .product-thumb a {
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 200px; */
	/* padding: 20px; */
}

.product-card .product-thumb img {
	/* max-height: 100%; */
	width:100%;
}

.product-card .product-details, .article-card .product-details {
	padding: 20px;
	background-color:#f4f4f6;
}

.product-card .product-details h4 a, .article-card .product-details h4 a {
	font-weight: 500;
	display: block;
	height: 60px;
	overflow: hidden;
	text-align:center;
}

.product-card .product-details p, .article-card .product-details p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 18px;
	color: #73f073;
	height: 44px;
	overflow: hidden;
}

.product-card .product-bottom-details, .article-card .product-bottom-details {
	overflow: hidden;
	padding: 10px 20px;
}
.product-card>.product-name, .product-card>.article-name, .product-card>.product-bottom-details, .article-card>.product-name, .article-card>.product-bottom-details{
	position:absolute;
	text-align:center;
	width:100%;
	/* filter:drop-shadow(2px 4px 6px black); */
	text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
	z-index:550;
	bottom:0;
}
.article-card>.product-name{
	text-shadow:none;
}
.product-card>.product-name{
	top:5px;
	padding:5px;
}
.product-card>.article-name{
	bottom:20px;
}
.product-card b, .article-card b{
	font-size:1.5rem;
}
.article-card>.product-name{
	top:5px;
	position:relative;
	font-weight:600;
}
.article-card>.product-bottom-details{
	
	text-shadow:none;
}
.product-card>.product-name a, .product-card>.article-name a{
	color:#fff;
}
.article-card>.product-name a{
	color:#2b8422;
}
.product-price, .product-bottom-details a {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.article-card .product-bottom-details a {
	color:#2b8422;
	font-size:16px;
}
.product-price small {
	color: #fff;
	font-weight: 400;
	text-decoration: line-through;
	margin-right: 5px;
	font-size:16px;
}

.product-card .product-links, .article-card .product-links {
	/* font-size: 20px; */
	margin-right: 10px;
	color:#2b8422;
}
.product-card .features {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#222;
	/* width:100%; */
	/* height:100%; */
	display:none;
	/* text-align:center; */
	z-index:500;
	opacity:0.8;
	/* border-top-left-radius:20px; */
	/* border-top-right-radius:20px; */
	border-radius:20px;
	padding:10px 10px 20px 10px;
	overflow:hidden;
	/* transition:all .3s ease-in-out; */
	margin:-4px;
	padding-top:50px;
}
.product-card .preferences{
	position:absolute;
	display:none;
	right:20px;
	left:20px;
	/* bottom:85px; */
	opacity:1;
	z-index:999;
}
.preferences p{
	color:#fff;
}
.product-card .features ul, .product-card .features p{
	position:absolute;
	bottom:110px;
	margin:5px 15px;
}
.product-card .features li, .product-card .features p{
	color:#fff;
	opacity:1;
}
/* .product-card .btn-info{  */
    /* width:50%; */
/* } */
.article-card .btn-info{ 
    width:20%;
}
/* .filtered::after{ */
	/* background-color:#000; */
	/* opacity:0.5; */
	/* padding:5px 15px; */
	/* border-radius:15px; */
	/* content: ''; */
/* } */
.corner_0, .corner_1, .corner_2, .corner_3{
	position:absolute;
	z-index:520;
	height:58px;
	width:58px;
}
.corner_0{
	left:0;
	top:50px;
}
.corner_1{
	right:0;
	top:50px;
}
.corner_2{
	left:0;
	bottom:90px;
}
.corner_3{
	right:0;
	bottom:90px;
}
.description{
	color:#777;
	/* font-weight:bold; */
	font-size:16px;
}
.backgrn-section, .backgrn-section3{
	padding:25px 0;
	z-index:0;
	position:relative;
}
.backgrn-section{
	background: #f4f4f6 url(../image/backgrn/bg_element2.png) no-repeat right top;
}
.backgrn-section3{
	background: #f4f4f6 url(../image/backgrn/bg_element5.jpg) no-repeat right top;
}
/* Product card */
.category-wall h3{
        text-align: center;
        margin-bottom: 15px;
    }
    .category-item{
        margin-bottom: 20px;
        text-align: center;
    }
    .cat-image{
        display: inline-block;
    }
    .cat-caption{
        text-align: center;
    }
    .cat-name{
        font-size: 18px;
        text-decoration: none;
    }
/* Services */

.service-item {
	transition: all .5s;
	padding: 40px 20px;
	margin: 0 10px;
	position: relative;
}
.service-item p{
	color: #aaa;
	font-size:18px;
}
.service-item i {
	font-size: 70px;
	color: #aaa;
}

.service-item p {
	position: relative;
	z-index: 5;
}

.service-item::before {
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	-webkit-transform-origin: 0 100%;
}

.service-item::after {
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	transform-origin: 100% 0;
}

.service-item::after, .service-item::before {
	width: 100%;
	height: 100%;
	z-index: 3;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	transform: scale(0);
	transition: .5s;
}

.service-item:hover::after, .service-item:hover::before {
	transform: scale(1);
}

/* Services */

.nav-link{
	color:#777;
	font-size:20px;
}
.nav-tabs .nav-link.active{
	background-color:transparent;
	color:#2b8422;
	font-weight:bold;
	border-color:transparent;
	border-bottom:1px solid transparent;
}
/* .nav-tabs{ */
	/* border:unset; */
	/* color:unset; */
/* } */
/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{ */
	/* border:none; */
	/* font-weight:bold; */
	/* border-bottom:2px solid #000; */
/* } */
/* .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{ */
	/* border:none; */
/* } */
.nav-link:focus, .nav-link:hover{
	color:unset;
	border:unset;
	color:#2b8422;
}
.nav-tabs .nav-link{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

.back-product{
	margin:10px 0;
	position:relative;
	box-sizing:border-box;
	background-color:#fff;
	border-radius:15px;
	padding:15px;
	border:1px solid #ced4da;
}

.back-product h1{
	color:#c20202;
	margin-bottom:0;
	font-size:28px;
}
.back-product .product-price{
	color:#2b8422;
}
.back-product .product-price small{
	color:#c20202;
}
.specification{
	font-size:16px;
	font-weight:400;
	color:#777;
	line-height:40px;
}

.specification span{
	color:#2b8422;
	font-weight:600;
}
.specification p{
	color:#c20202;
	font-weight:600;
}
.attributes-card span{
	font-size:14px;
	font-weight:200;
}
.attributes-card{
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

.packets {
  list-style-type: none;
  /* margin: 25px 0; */
  padding: 0;
}

.packets li {
  /* float: left; */
  margin: 5px 0;
  width: 360px;
  height: 40px;
  position: relative;
}

.packets label,
.packets input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:40%;
  cursor:pointer;
}

.packets input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.packets input[type="radio"]:checked+label,
.Checked+label {
  background: #aaa;
}

.packets label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  border-radius:10px;
  z-index: 90;
}

.packets label:hover {
  background: #2b8422;
}

/* Footer */

.footer {
	background-color: #343434;
	padding:15px 0;
}
.footer h5 {
	color: #eee;
}
.footer h4 {
	color: #ccc;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px solid #555;
	padding-bottom: 3px;
}

.footer a, .footer li {
	color: #c8c8c8;
	font-size:12px;
}
.footer a {
	font-size:18px;
} 
.footer li {
	font-size:12px;
}
.footer a:hover {
	color: #fff;
	/* text-decoration: underline; */
}

.footer ul li a {
	display: block;
}

.footer-icons a {
	display: inline-block;
	margin-right: 15px;
	font-size: 20px;
}

/* Footer */

#top, #viber, #telegram {
	position: fixed;
	background-color: #aaa;
	color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 0;
	font-size: 25px;
	opacity: .5;
	display: none;
	z-index: 10;
}
#top{
	bottom: 90px;
	right: 20px;
} 

#viber{
	bottom: 20px;
	left: 10px;
}
#telegram{
	bottom: 90px;
	left: 10px;
}
#top:hover, #viber:hover, #telegram:hover{
	opacity: 1;
	transition: all .5s;
}

/* Category */

.sidebar-toggler .btn {
	width: 100%;
}

.sidebar-toggle {
	display: none;
}

.sidebar .list-group-item.active {
	background-color: #aaa;
	border-color: #aaa;
}
.pagination{
	margin-top:15px;
}
.pagination li a,
.pagination li span{
	position: relative;
	display: block;
	border-radius:10px;
	text-decoration: none;
	background-color: #fff;
	/* border: 1px solid #dee2e6; */
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: .375rem .75rem;
}
.pagination li{
	margin-left:5px;
}
.pagination li:not(:first-child) a {
	margin-left: -1px;
}

.pagination li a {
	color: #000;
}
.pagination li.active span {
	background-color: #2b8422;
	border-color: #2b8422;
	color: #fff;
}

.pagination li a:hover {
	color: #fff;
	background-color: #777;
	border-color: #777;
}

.input-group-text, .form-select.select-sort {
	font-size: 14px;
}

/* Category */

/* Product */

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	/* border: 1px solid #ddd; */
	border-radius: 4px;
	transition: border-color .5s;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #aaa;
}

.thumbnails .thumb-main a {
	padding-top: 10px;
}

.thumbnails .thumb-main img {
	/* max-width: 300px; */
}

.thumbnails .thumb-additional {
	float: left;
	margin-right: 20px;
	/* max-width: 100px; */
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Product */

.panel-group .panel {
	border-radius: 4px;
}

.panel-default {
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

.panel {
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-body {
	padding: 20px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

div.required .control-label::before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

#bg_popup{
	position: fixed;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
   
#popup {
	background:#f4f4f6;
	width: 30%;
	margin: 5% auto;
	padding: 20px;
	position: relative;
	border-radius:15px;
}
#popup p{
	color:#2b8422;
	font-size:16px;
}
#popup .modal-body p{
	color:#c20202;
	font-size:1.3rem;
}
#popup .btn{
	width:40%;
}
.close{
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	width:20px;
	height:20px;
	color:#555;
	background:#1BA600;
	cursor:pointer;
}
.accordion-button{
	font-size:18px;
}
.accordion-button:not(.collapsed){
	color:#2b8422;
	font-weight:bold;
	
}
.accordion-button:focus{
	box-shadow:none;
	border-color:#2b8422;
}
.accordion{
	--bs-accordion-border-radius:15px;
	--bs-accordion-inner-border-radius:15px;
}
.accordion-body{
	font-size:16px;
}
.accordion-button:not(.collapsed){
	background-color:#f0fcf0;
}
/*Read more*/
.about_content h2{
	color:#2b8422;
	font-size:22px;
}
.about_content p, .about_content li{
	color:#777;
	font-size:16px;
}
.about_block .about_content {
  padding: 8px 38px 28px 38px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  box-sizing: border-box;
  background:#fff;
  font-size:16px;
}

.about_block .about_text {
  position: relative;
  margin: 20px 0
}

.about_block.hidden {
  display: block !important;
}

.about_block.hidden .about_text {
  max-height: 110px;
  overflow: hidden
}

.about_block .button_type_link {
  color: #53a545;
  font-size: 16px;
  cursor: pointer;
  background: 0 0;
  border: none;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px dotted;
  text-decoration: none
}

.about_block .button_type_link:hover {
  border-bottom: 1px dotted #fff
}
.start_grad {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
	background-image: linear-gradient(#ffffff82, #ffffffd9, #ffffff);
}
.start_grad.hidden{
	background-image:none;
}
bwchat#bwc-wrap #bwc-widget-action{
	/* bottom:90px!important; */
	right:20px!important;
	
}
/* bwchat#bwc-wrap.bwc-design-shape-round #bwc-widget-action .bwc-chat, bwchat#bwc-wrap.bwc-design-shape-round #bwc-widget-action .bwc-get-call{ */
	/* border-radius:50%!important; */
	/* height:70px!important; */
	/* width:70px!important; */
	/* max-width:unset; */
/* } */
/* bwchat#bwc-wrap #bwc-widget-action button, bwchat#bwc-wrap #bwc-widget-action .bwc-button{ */
	/* background-color:#2b8422!important; */
/* } */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-submenu{
		background:#fff;
		border:1px solid #d4d4d4;
		border-radius:0.375rem;
		padding:.5rem 0;
	}
	
	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; 
		top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; 
		left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 1156px) {
	.product-card>.product-name a, .header-top a, .header-fixed-top a{
		font-size:14px;
	}
	.btn-info{
		font-size:12px;
	}
}
@media (max-width: 992px) {
	.header-top a, .header-fixed-top a{
		font-size:18px;
	}
	.backgrn-section{
		background: #f4f4f6;
	}
}
@media (max-width: 680px) {
	.nav-tabs .nav-link{
		font-size:14px;
	}
}
@media (max-width: 532px) {
	.nav-tabs .nav-link{
		font-size:10px;
	}
}

@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
	}

}	
/* ============ small devices .end// ============ */
/* https://bootstrap-menu.com/detail-basic-hover.html */
@media only screen and (max-width: 1295px) {
	#popup .btn{
		width:45%;
	}
}
@media only screen and (max-width: 1190px) {
	#popup{
		width:50%;
	}
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }

	.sidebar-toggler {
		display: none;
	}

	.sidebar-toggle {
		display: block !important;
	}
}
/* @media only screen and (max-width: 1160px) { */
	/* #popup { */
		/* width: 60%; */
	/* } */
/* } */
@media only screen and (max-width: 991px) {

    .dropdown-menu{
		border:none;
	}
	
	/* .product-card .product-thumb { */
		/* height: 200px; */
	/* } */

	/* .product-card .product-details h4 a { */
		/* height: 55px; */
	/* } */

	.product-card .product-price {
		font-size: 15px;
	}
	#popup {
		width: 70%;
	}
}
@media only screen and (max-width: 568px) {
    .header-top .icons i, .icon-phone, .header-top a{
		font-size:18px;
	}
	.btn {
		/* overflow: auto; */
	}
	.product-card>.product-name a, .header-top a, .header-fixed-top a{
		font-size:20px;
	}
	#popup {
		width: 90%;
	}
@media only screen and (max-width: 420px) {
    .header-top .icons i, .icon-phone{
		font-size:14px;
	}
	.section-title {
		font-size: 20px;
	}

	.header-top .icons a {
		padding: 5px;
	}

	.header-top .icons i, .icon-phone {
		font-size: 16px;
	}

	.modal-body img {
		max-width: 50px;
	}

	.thumbnails .thumb-main img {
		max-width: 100%;
	}

}
