 
body {
	font-size: 13px;
	color: #000;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
}


.inline {
	display: inline-block;
	vertical-align: top;
}
ul {
	list-style: none;
}
a {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	text-decoration: none !important;
}

.cnt-home {
	background-color: #fff;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
img[src="assets/images/blank.gif"] {
	background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;
}
.btn-upper {
	text-transform: uppercase;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-t-10 {
	margin-top: 10px;
}
/*===================================================================================*/
/*  Buttons
/*===================================================================================*/

.btn-uppercase {
	text-transform: uppercase;
}
.btn-default {
	background: #cbc9c9;
	color: #fff;
	font-weight: 700;
	/*line-height:30px;*/
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.btn-primary {
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	background: #fdd922;
	color: #333;
	border: none;
	font-size: 11px;
	line-height: 22px;
	border-radius: 0;
	padding: 6px 14px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 2px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase
}
.btn-black {
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	background: #3a3a3a;
	color: #fff;
	border: none;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	padding: 3px 22px;
}
.btn-primary:hover, .btn-black:hover, .btn-black:focus, .btn-primary:focus {
	color: #fff;
}

.shop-now-button {
	background: #0f6cb2;
	color: #fff
}
/*===================================================================================*/
/*  Layout
/*===================================================================================*/
.center-block {
	float: none;
}
.inner {
	padding-top: 120px;
	padding-bottom: 120px;
}
.inner-md {
	padding-top: 100px;
	padding-bottom: 100px;
}
.inner-sm {
	padding-top: 80px;
	padding-bottom: 80px;
}
.inner-xs {
	padding-top: 40px;
	padding-bottom: 40px;
}
.inner-vs {
	padding-top: 30px;
	padding-bottom: 30px;
}
.inner-top {
	padding-top: 120px;
}
.inner-top-md {
	padding-top: 100px;
}
.inner-top-sm {
	padding-top: 80px;
}
.inner-top-xs {
	padding-top: 40px;
}
.inner-top-vs {
	padding-top: 30px;
}
.inner-bottom {
	padding-bottom: 120px;
}
.inner-bottom-md {
	padding-bottom: 100px;
}
.inner-bottom-sm {
	padding-bottom: 80px;
}
.inner-bottom-xs {
	padding-bottom: 40px;
}
.inner-bottom-vs {
	padding-bottom: 60px;
}
.inner-left {
	padding-left: 75px;
}
.inner-left-md {
	padding-left: 60px;
}
.inner-left-sm {
	padding-left: 45px;
}
.inner-left-xs {
	padding-left: 30px;
}
.inner-right {
	padding-right: 75px;
}
.inner-right-md {
	padding-right: 60px;
}
.inner-right-sm {
	padding-right: 45px;
}
.inner-right-xs {
	padding-right: 30px;
}
.inner-right-vs {
	padding-right: 10px;
}
.outer {
	margin-top: 120px;
	margin-bottom: 120px;
}
.outer-md {
	margin-top: 100px;
	margin-bottom: 100px;
}
.outer-sm {
	margin-top: 80px;
	margin-bottom: 80px;
}
.outer-xs {
	margin-top: 40px;
	margin-bottom: 40px;
}
.outer-top {
	margin-top: 120px;
}
.outer-top-md {
	margin-top: 100px;
}
.outer-top-sm {
	margin-top: 80px;
}
 
.outer-top-ss {
	margin-top: 20px;
}
.outer-top-n {
	margin-top: 0px!important;
}
 
.outer-top-small {
	margin-top: 50px;
}
.outer-bottom {
	margin-bottom: 120px;
}
.outer-bottom-md {
	margin-bottom: 100px;
}
.outer-bottom-sm {
	margin-bottom: 80px;
}
.outer-bottom-vs {
	margin-bottom: 60px;
}
.outer-bottom-xs {
	margin-bottom: 30px;
}
.outer-bottom-small {
	margin-bottom: 30px;
}
.outer-top-bd {
	margin-top: 50px;
}
.inner-bottom-30 {
	padding-bottom: 30px;
}
.inner-bottom-20 {
	padding-bottom: 20px;
}
@media (max-width: 767px) {
.inner {
	padding-top: 80px;
	padding-bottom: 80px;
}
.inner-md {
	padding-top: 65px;
	padding-bottom: 65px;
}
.inner-sm {
	padding-top: 50px;
	padding-bottom: 50px;
}
.inner-xs {
	padding-top: 40px;
	padding-bottom: 40px;
}
.inner-top {
	padding-top: 80px;
}
.inner-top-md {
	padding-top: 65px;
}
.inner-top-sm {
	padding-top: 50px;
}
.inner-top-xs {
	padding-top: 40px;
}
.inner-bottom {
	padding-bottom: 80px;
}
.inner-bottom-md {
	padding-bottom: 65px;
}
.inner-bottom-sm {
	padding-bottom: 50px;
}
.inner-bottom-xs {
	padding-bottom: 40px;
}
}
.section-title {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	 
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
}
.featured-product .section-title {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	 
	padding-bottom: 10px;
	padding: 18px 20px;
}
.best-deal {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.best-deal .section-title {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	padding: 18px 20px;
}
.best-deal .best-seller {
	padding: 21px;
	padding-top: 0px;
}
.best-deal .best-seller .col2 {
	padding-left: 0px
}
.home-owl-carousel .owl-controls, .blog-slider .owl-controls, .brand-slider .owl-controls {
	margin-top: 0px;
}
/*carousel control button*/
.sidebar-widget .custom-carousel .owl-controls {
	right: 0px
}
.custom-carousel .owl-controls {
    position: absolute;
    right: 25px;
    top: -6px;
    width: 100%;
    display: block;
}
.custom-carousel .owl-controls .owl-prev {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    right: 33px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #b9b7b7;
    text-align: center;
}
.custom-carousel .owl-controls .owl-prev:before {
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    font-size: 13px;
    left: 11px;
    position: absolute;
    top: 4px;
}
.custom-carousel .owl-controls .owl-next {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    right: 0px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #b9b7b7;
}
.custom-carousel .owl-controls .owl-next:before {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
    font-size: 13px;
    left: 11px;
    position: absolute;
    top: 4px;
}
.logo-slider .owl-controls .owl-prev, .logo-slider .owl-controls .owl-next {
	top: -57px;
	display: none
}
 
 
.featured-product .cart-btn {
	display: none
}
.featured-product .products {
    margin-right: 20px;
}
.featured-product .home-owl-carousel {
	padding-left: 20px;
}
.new-arriavls {
	margin-bottom: 19px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.new-arriavls .products {
	margin-left: 0px;
	margin-right: 18px;
	padding-bottom: 15px;
}
.new-arriavls .cat-links {
	font-size: 13px
}
.new-arriavls .cat-links a {
	display: block;
	color: #777;
	padding-bottom: 5px
}
.new-arriavls .cat-links a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 12px;
	color: #999;
	display: inline-block;
	margin-right: 5px
}
.new-arriavls .cat-links h4 {
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 8px;
}
.new-arriavls .home-owl-carousel1 {
	padding-left: 20px;
}
.new-arriavls .section-title {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: none;
	padding-bottom: 10px;
	padding: 18px 20px;
	background: #085b9a;
	color: #fff;
}
.new-arriavls .custom-carousel .owl-controls .owl-prev {
	background: #fdd922;
	color: #085b9a
}
.new-arriavls .custom-carousel .owl-controls .owl-next {
	background: #fdd922;
	color: #085b9a
}
.new-arriavls .custom-carousel .owl-controls .owl-prev:before {
	color: #085b9a
}
.new-arriavls .custom-carousel .owl-controls .owl-next:before {
	color: #085b9a
}
.new-arriavls .cart-btn {
	display: none
}
.latest-blog {
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.latest-blog .btn-primary {
	margin: 3px
}
.latest-blog .section-title {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	padding: 18px 20px;
}
.latest-blog .blog-slider {
	padding-left: 20px;
	padding-bottom: 25px;
}
.latest-blog .blog-post {
	margin-right: 25px
}
.latest-blog .blog-post img {
	width: 100%
}
.logo-slider-inner {
	margin-top: 10px;
	margin-bottom: 20px;
}
.special-product .product:first-child {
	margin-bottom: 20px;
}
.special-product .product .image img {
	width: 100%
}
.special-product .product .col {
	padding-right: 0px
}
.special-product .product .btn-primary {
	background: none;
	padding: 0px;
	color: #157ed2;
	text-decoration: underline;
	margin-top: 5px;
}
.special-product .product:last-child {
	margin-top: 20px;
}
.best-product .product:first-child {
	margin-bottom: 20px;
}
#owl-main .owl-controls .owl-buttons .icon {
	position: relative;
	top: 8px;
	color: #333 !important;
}
.config-options ul > li > a {
	display: block;
}
.read-more-bottom {
	margin-bottom: 10px;
}
.unicase-form-control {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #eee;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	padding: 10px 12px;
}
.unicase-form-control:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #d8d8d8;
}
.animate-dropdown .open > .dropdown-menu, .animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	animation-name: slidenavAnimation;
	animation-duration: 200ms;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-name: slidenavAnimation;
	-webkit-animation-duration: 200ms;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: slidenavAnimation;
	-moz-animation-duration: 200ms;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
 from {
 margin-top: -30px;
 opacity: 0;
}
to {
	margin-top: 0;
	opacity: 1;
}
}
@-webkit-keyframes slidenavAnimation {
 from {
 margin-top: -30px;
 opacity: 0;
}
to {
	margin-top: 0;
	opacity: 1;
}
}
.seller-product .products {
	margin-bottom: 35px;
}
.product-slider .products {
	margin-left: 0px;
	margin-right: 18px;
	padding-bottom: 15px
}
.product-slider .products .cart-btn {
	display: none
}
.category-product .products .cart-btn {
	display: none;
}
.seller-product .products .product .product-info .name {
	font-size: 18px;
	margin-top: 5px !important;
}
a {
	color: #12cca7;
}
.show-theme-options:hover, .show-theme-options:focus {
	background: #12cca7;
}
.btn-primary:hover, .btn-black:hover, .btn-primary:focus, .btn-black:focus {
	background: #12cca7;
}
.top-bar .cnt-account ul > li a:hover, .top-bar .cnt-account ul > li a:focus {
	color: #12cca7;
}
.top-bar .cnt-block ul li a .caret {
	color: #12cca7;
}
.top-bar .cnt-block ul li .dropdown-menu li a:hover, .top-bar .cnt-block ul li .dropdown-menu li a:focus {
	color: #12cca7;
}
.main-header .top-search-holder .contact-row .icon {
	color: #12cca7;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
	color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:hover, .top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:focus {
	color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
	color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:hover, .top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:focus {
	color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
	color: #12cca7;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover, .main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
	color: #12cca7;
}
.header-style-1 .header-nav {
	background: #12cca7;
}
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li.active {
	background: #0b816a;
}
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:hover, .cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:focus {
	background: #0b816a;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active, .cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active {
	background: #12cca7;
}
.cnt-home .header-style-1.header-style-3 .header-nav .navbar .navbar-nav > li.active {
	background: #12cca7;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover, .header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
	background: #12cca7 !important;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
	background: #12cca7;
}
.sidebar .side-menu nav .nav > li a:hover, .sidebar .side-menu nav .nav > li a:focus {
	color: #12cca7;
}
.sidebar .side-menu nav .nav > li a:hover:after, .sidebar .side-menu nav .nav > li a:focus:after {
	color: #12cca7;
}
.info-box .info-box-heading.green {
	color: #12cca7;
}
.scroll-tabs .nav-tab-line li a:hover, .scroll-tabs .nav-tab-line li a:focus {
	color: #12cca7;
}
.product .product-info .name a:hover, .product .product-info .name a:focus {
	color: #12cca7;
}
.product .product-info .product-price .price {
	color: #12cca7;
}
.product .cart .action ul li.lnk a:hover, .product .cart .action ul li.lnk a:focus {
	color: #12cca7;
}
.product .cart .action ul li.add-cart-button .btn-primary:hover, .product .cart .action ul li.add-cart-button .btn-primary:focus {
	background: #12cca7;
}
.product .cart .action ul li.add-cart-button .btn-primary.icon:hover, .product .cart .action ul li.add-cart-button .btn-primary.icon:focus {
	background: #0b816a;
}
.tag.sale {
	background: #abd07e;
}
.copyright-bar .copyright a {
	color: #12cca7;
}
.blog-slider-container .blog-slider .blog-post-info .name a:hover, .blog-slider-container .blog-slider .blog-post-info .name a:focus {
	color: #12cca7;
}
.footer .links-social .social-icons a:hover, .footer .links-social .social-icons a:focus, .footer .links-social .social-icons a.active {
	background: #12cca7;
}
.latest-tweet .re-twitter .comment a {
	color: #12cca7;
}
.latest-tweet .re-twitter .comment .icon .fa-stack-2x {
	color: #12cca7;
}
.footer .contact-information .media .icon .fa-stack-2x {
	color: #12cca7;
}
.footer .contact-information .media .media-body a:hover, .footer .contact-information .media .media-body a:focus {
	color: #12cca7;
}
.footer .footer-bottom .module-body ul li a:hover, .footer .footer-bottom .module-body ul li a:focus {
	color: #12cca7;
}
.product-tag .item.active, .product-tag .item:hover, .product-tag .item:focus {
	background: #12cca7;
}
.hot-deals .product-info .product-price .price {
	color: #12cca7;
}
.hot-deals .product-info .name a:hover, .hot-deals .product-info .name a:focus {
	color: #12cca7;
}
.custom-carousel .owl-controls .owl-prev:hover, .custom-carousel .owl-controls .owl-next:hover, .custom-carousel .owl-controls .owl-prev:focus, .custom-carousel .owl-controls .owl-next:focus {
	background: #0b816a;
}
.yamm .dropdown-menu .title:hover, .yamm .dropdown-menu .title:focus {
	color: #12cca7;
}
.yamm .dropdown-menu li a:hover, .yamm .dropdown-menu li a:focus {
	color: #12cca7;
}
.breadcrumb ul li.active {
	color: #0b816a;
}
.breadcrumb ul a:hover, .breadcrumb ul a:focus {
	color: #0b816a;
}
.filters-container .nav-tabs.nav-tab-box li.active a .icon {
	color: #12cca7;
}
.filters-container .pagination-container ul li.active a {
	color: #12cca7;
}
.filters-container .pagination-container ul li.prev:hover, .filters-container .pagination-container ul li.next:hover, .filters-container .pagination-container ul li.prev:focus, .filters-container .pagination-container ul li.next:focus {
	background: #12cca7;
}
.filters-container .pagination-container ul li a:hover, .filters-container .pagination-container ul li a:focus {
	color: #12cca7;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover, .filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
	color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle, .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:hover, .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:focus, .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
	color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
	border: 5px solid #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:hover, .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:focus {
	color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
	color: #12cca7;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page.active span {
	background: #12cca7;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page:hover span {
	background: #12cca7;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item:hover {
	border: 1px solid #12cca7;
}
.single-product .product-info .rating-reviews .reviews .lnk:hover, .single-product .product-info .rating-reviews .reviews .lnk:focus {
	color: #12cca7;
}
.single-product .product-info .price-container .price-box .price {
	color: #12cca7;
}
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover, .single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus {
	color: #12cca7;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover, .single-product .product-info .product-social-link .social-icons ul li a:focus {
	background: #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover, .single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus {
	background: #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover:after, .single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
	background: #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #12cca7;
}
.cart .action .add-cart-button .btn.btn-primary.icon:hover, .cart .action .add-cart-button .btn.btn-primary.icon:focus {
	background: #12cca7;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
	color: #12cca7;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
	color: #12cca7;
}
#owl-main:hover .owl-prev:hover, #owl-main:hover .owl-next:hover {
	background: #0b816a;
}
#owl-main .owl-controls .owl-pagination .owl-page:active span, #owl-main .owl-controls .owl-pagination .owl-page:hover span {
	background: #12cca7;
}
.cart .action ul .lnk .add-to-cart:hover, .cart .action ul .lnk .add-to-cart:focus {
	color: #12cca7 !important;
}
.cart .action .add-to-cart:hover, .cart .action .add-to-cart:focus {
	color: #12cca7 !important;
}
.homepage-container .product .tag.hot {
	background: #12cca7;
}
.homepage-container .product .product-info .name a:hover, .homepage-container .product .product-info .name a:focus {
	color: #12cca7;
}
.homepage-container .btn-primary:hover, .homepage-container .btn-primary:focus {
	background: #12cca7;
	border: 2px solid #12cca7;
}
.category-list {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
}
.category-product .cart .action ul li .add-to-cart:hover, .category-product .cart .action ul li .add-to-cart:focus {
	background: #12cca7;
}
.furniture-container .product .btn-primary:hover, .furniture-container .product .btn-primary:focus {
	background: #12cca7;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover, .header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
	background: #12cca7;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
	background: #12cca7;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page.active span {
	background: #12cca7 !important;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:hover, #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:focus {
	background: #12cca7 !important;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
	background: #12cca7;
}
.blog-page .blog-post h1 a:hover, .blog-page .blog-post h1 a:focus {
	color: #12cca7;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a, .blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover, .blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
	color: #0b816a;
}
.blog-page .blog-post .social-media a:hover, .blog-page .blog-post .social-media a:focus {
	background-color: #12cca7;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
	color: #0b816a;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:hover, .blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:focus {
	color: #12cca7;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
	background-color: #12cca7;
}
.blog-page .blog-review .review-action a, .blog-page .blog-review .review-action a:hover, .blog-page .blog-review .review-action a:focus {
	color: #12cca7;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover, .blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
	color: #12cca7;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
	background-color: #12cca7;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover, .checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus {
	color: #12cca7;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover, .checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
	color: #12cca7;
}
.contact-page .contact-info .contact-i {
	background-color: #12cca7;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover, .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
	color: #12cca7;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
	color: #0b816a;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover, .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
	color: #12cca7;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
	color: #0b816a;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover, .shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
	color: #12cca7;
}
.logo-color {
	fill: #12cca7;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover, .cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
	color: #12cca7;
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
	color: #12cca7;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail {
	border-bottom: none;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
	margin-right: 10px;
	padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover, .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
	background: #12cca7;
	border: 2px solid #12cca7;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
	background: #12cca7;
	border: 2px solid #12cca7;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover, .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
	color: #12cca7;
}
.yamm .dropdown-menu {
	border-top-color: #12cca7;
}
.product-comparison .compare-table tr td .product-price .price {
	color: #12cca7;
}
.product-comparison .compare-table tr td .in-stock {
	color: #12cca7;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:hover, .body-content .my-wishlist-page .my-wishlist table tbody .product-name a:focus {
	color: #12cca7;
}
.product-comparison .compare-table tr td .product-price .price {
	color: #12cca7;
}
.product-comparison .compare-table tr td .in-stock {
	color: #12cca7;
}
.body-content .x-page .x-text h1 {
	color: #12cca7;
}
.body-content .x-page .x-text a {
	color: #12cca7;
}
.sign-in-page .register-form .forgot-password, .sign-in-page .register-form .forgot-password:hover, .sign-in-page .register-form .forgot-password:focus {
	color: #12cca7;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
	color: #12cca7;
}
.terms-conditions-page .contact-form {
	color: #12cca7;
}
.top-bar {
	padding: 6px;
	font-size: 15px;
	background: #5f0205;
}
.top-bar .cnt-account {
	float: right;
	padding: 6px 0px;
}
.top-bar .cnt-account ul {
	margin: 0px;
}
.top-bar .cnt-account ul > li {
	display: inline-block;
	line-height: 12px;
	padding: 3px 12px 3px 7px;
	border-right: 1px solid hsla(0,0%,100%,.2);
}
.top-bar .cnt-account ul > li:last-child {
	border: none;
	padding-right: 0px
}
.top-bar .cnt-account ul > li a {
	color: rgba(255,255,255,0.9);
	padding: 0px;
	font-weight: 400;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.top-bar .cnt-account ul > li a .icon {
	display: block;
	float: left;
	padding-right: 6px;
	font-size: 11px;
}
.top-bar .cnt-account ul > li a:hover, .top-bar .cnt-account ul > li a:focus {
	text-decoration: none;
}
.top-bar .cnt-block {
	float: left;
}
.top-bar .cnt-block .list-inline {
	margin: 0px;
}
.top-bar .cnt-block .list-inline > li {
	display: inline-block;
	margin-right: 10px;
	padding: 0px;
}
.top-bar .cnt-block .list-inline > li > a {
	padding: 7px 0px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	color: #888;
	display: inline-block;
}
.top-bar .cnt-block .list-inline > li > a .value {
	color: rgba(255,255,255,0.8);
	margin: 2px 0px 2px 7px;
}
.top-bar .cnt-block .list-inline > li > a:hover, .top-bar .cnt-block .list-inline > li > a:focus {
	text-decoration: none;
	color: #888888;
}
.top-bar .cnt-block .list-inline > li .dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	top: 125%;
	left: 5px;
}
.top-bar .dropdown-menu>li>a {
	padding: 3px 10px;
	font-size: 13px
}
.top-bar .cnt-block .list-inline > li .dropdown-menu li a:hover, .top-bar .cnt-block .list-inline > li .dropdown-menu li a:focus {
	background: rgba(0, 0, 0, 0);
}
/*===================================================================================*/
/* Header
/*===================================================================================*/
header {
	background: #fff1032
	;
}
.main-header {
	padding: 0px 0px 8px 0px;
}
.main-header .logo-holder {
    margin-top: 0;
}
.main-header .top-search-holder .contact-row {
	line-height: 20px;
	color: #9b9b9b;
}
.main-header .top-search-holder .contact-row .phone {
	margin: 0 23px 0 0;
	border-right: 1px solid #E2E2E2;
	padding-right: 35px;
}
.main-header .top-search-holder .contact-row .icon {
	font-size: 18px;
	line-height: 23px;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.main-header .top-search-holder .search-area {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 45px 0 0;
	background: none;
	border-radius: 2px;
}
.main-header .top-search-holder .search-area .search-field {
	border: medium none;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 0px;
	padding: 14px;
	width: 75%;
	background: #e6e6e6;
	float: left;
}
.main-header .top-search-holder .search-area .categories-filter {
	border-right: 1px solid #E0E0E0;
	text-transform: capitalize;
	display: inline-block;
	line-height: 44px;
	background: #e7f3fb;
	border-radius: 999px 0px 0px 999px;
	float: left;
}
.main-header .top-search-holder .search-area .categories-filter a {
	padding: 0 15px;
	color: #0a0a0a;
    font-size: 18px;
}
.main-header .top-search-holder .search-area .categories-filter a .caret {
	margin-left: 15px;
	color: #a0a0a0;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	padding: 12px 17px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li {
	margin-bottom: 10px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a {
	padding: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover, .main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
	background: rgba(0, 0, 0, 0);
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}
.main-header .top-search-holder .search-area .search-button {
	border-radius: 0px 999px 999px 0px;
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 15px 19px 12px;
	text-align: center;
	background-color: #ffe11b;
	border: 1px solid #ffe11b;
}
.main-header .top-search-holder .search-area .search-button:after {
    color: #333;
    content: "\f130";
    font-family: fontawesome;
    font-size: 20px;
    line-height: 9px;
    vertical-align: middle;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
	background: #404040;
}
.wishlist-link {
	float: right;
	float: right;
	margin-top: 18px;
	margin-right: 10px;
}
.wishlist-link .icon-heart:before {
	font-family: 'simple-line-icons';
	display: block;
	font-size: 24px;
	content: "\e08a";
	color: #fff
}
.top-cart-row {
	padding-top: 2px;
	padding-left: 0px
}
.top-cart-row .dropdown-cart {
	float: right;
}
.top-cart-row .dropdown-cart img {
	width: 100%
}
.top-cart-row .dropdown-cart .lnk-cart {
	padding: 0px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner {
	position: relative;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
	padding: 12px 12px 0px 15px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	float: left;
	letter-spacing: 0.5px;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
	float: left;
	padding: 12px;
	padding: 12px 5px 0px 12px;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket:before {
	content: "\e04f";
	font-family: 'Simple-Line-Icons';
	font-size: 25px;
	color: #fff;
	font-weight: normal
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 18px;
	position: absolute;
	left: 29px;
	top: 13px;
	width: 18px;
	background: #fdd922;
	color: #0f6cb2;
	font-size: 10px;
	text-align: center;
	line-height: 19px;
	;
}
.top-cart-row .dropdown-cart .dropdown-menu {
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: right;
	left: auto;
	min-width: 0;
	padding: 24px 22px;
	right: 0;
	width: 230px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
	color: #666666;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
	font-weight: 700;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
	padding: 0;
	position: relative;
	font-size: 15px;
	right: 8px;
	top: 8px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
	color: #898989;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #666666;
	margin-right: 10px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
	font-weight: 700;
}
.header-style-1 .header-nav .navbar-default {
	border: medium none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: rgba(0, 0, 0, 0);
	margin: 0;
	min-height: auto;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse {
	padding: 0;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a {
	color: #fff;
}
.navbar-nav {
	float: none
}
.top-img {
	background: #fff;
	text-align: center
}
.top-img img {
	max-width: 100%
}
.special-menu {
	float: right
}
.special-menu a {
	color: #fff!important;
	border: none!important;
	padding-right: 0px!important;
	padding: 2px 0px!important;
	margin: 10px 0px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 15px!important;
	letter-spacing: 1px;
}
.special-menu a:hover {
	background: none!important;
	color: #333!important
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #0074b8;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 13px 12px;
	/* text-transform: uppercase; */
	-webkit-transitio: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	font-weight: 500;
	/* letter-spacing:0.5px; */
	border-right: 1px solid rgba(255,255,255,0.1);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
	position: absolute;
	text-transform: uppercase;
	top: -10px;
	display: inline;
	padding: 1px 7px;
	color: #fff;
	font-size: 9px;
	font-family: 'Open Sans', sans-serif;
	right: 23px;
	line-height: normal;
	letter-spacing: 1px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:after {
	border-width: 6px 7px 0 6px;
	right: 18px;
	top: 90%;
	border-style: solid;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transitio: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0;
	z-index: 100;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:before {
	right: 18px;
	top: 90%;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu {
	background: #f1c40f;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:after {
	border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:before {
	border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu {
	background: #ff7878;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:after {
	border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:before {
	border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-2 {
/*margin-bottom:10px;*/
}
.header-style-2 .header-nav {
	background: rgba(0, 0, 0, 0) !important;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
	color: #555;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:hover, .header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:focus {
	color: #fff;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li.open > a {
	color: #fff;
}
.header-style-3 .header-nav {
	background: #202020 !important;
	border: medium none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
	color: #fff;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover, .header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
	color: #fff;
}
.header-style-3 .header-nav .yamm .dropdown-menu {
	top: 62px;
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	position: static;
}
.yamm .dropdown-menu {
	left: auto;
	top: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	padding: 0px
}
.yamm .dropdown-menu .custom-banner a {
	padding: 0px
}
.yamm .dropdown-menu .banner-image {
	margin-bottom: -20px
}
.navbar-nav .open a {
	float: none;
	background: #fff!important;
	color: #888!important;
	border-radius: 3px 3px 0px 0px;
}
.yamm .dropdown-menu .yamm-content {
	padding: 20px 20px;
}
.yamm .dropdown-menu .yamm-content .col-menu {
	min-width: 150px
}
.yamm .dropdown-menu .yamm-content .links li a {
	padding: 4px 0px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.2px;
	font-size: 13px;
	color: #565656;
}
.yamm .dropdown-menu h2 {
    font-size: 14px;
    color: #556495b3;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    font-weight: bold;
}
.yamm .dropdown-menu li {
	line-height: normal;
	padding: 0px 0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.yamm .dropdown-menu li a {
    color: #3D3D3D;
    line-height: normal;
    text-transform: none;
    display: block;
    padding: 8px 8px;
}
.yamm .dropdown-menu li a:hover, .yamm .dropdown-menu li a:focus {
	background: rgba(0, 0, 0, 0);
	margin-left: 0px;
}
.yamm .dropdown-menu .text {
	font-size: 13px;
	line-height: 20px;
	position: relative;
	bottom: 0px;
	top: 73px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a, .cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a {
	color: #fff;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
	background: #404040;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class {
	border: none;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
	color: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default {
	background: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default .nav-bg-class {
	-moz-box-shadow: 0 0 0 3px #F6F6F6 inset;
	-webkit-box-shadow: 0 0 0 3px #F6F6F6 inset;
	box-shadow: 0 0 0 3px #F6F6F6 inset;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li {
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li:last-child {
	border-bottom: none;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a {
	line-height: 26px;
	padding: 0px;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:hover, .header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:focus {
	margin-left: 0px;
}
/*===================================================================================*/
/*  Side menu
/*===================================================================================*/

.sidebar .side-menu {
	background-color: #fff;
	border-radius: 3px;
	/* box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); */
	border: 5px #5f0205 solid;
}
.sidebar .custom-carousel .owl-controls .owl-prev {
	top: -20px;
}
.sidebar .custom-carousel .owl-controls .owl-next {
	top: -20px;
}
.sidebar .side-menu .head {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #085b9a;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	padding: 12px 15px 5px 15px;
	text-transform: uppercase;
	/* background-color: #085b9a; */
  /* border: 1px solid #ffe11b; */
	font-weight: 700;
	letter-spacing: 0.5px;/* border-bottom:1px #f1ce3c solid; */
  /* margin: 2px; */
}
.sidebar .side-menu .head .icon {
	margin-right: 5px;
}
.sidebar .side-menu nav .nav > li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}
.sidebar .side-menu nav .nav > li:last-child {
	border-bottom: none
}
.sidebar .side-menu nav .nav > li > a {
	padding: 13px 15px;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.2px
}
.sidebar .side-menu nav .nav > li > a:after {
	color: #bababa;
	content: "\f105";
	float: right;
	font-size: 12px;
	height: 20px;
	line-height: 18px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 10px;
	font-family: FontAwesome;
}
.sidebar .side-menu nav .nav > li > a .icon {
	font-size: 16px;
	margin-right: 12px;
}
.sidebar .side-menu nav .nav > li > a:hover, .sidebar .side-menu nav .nav > li > a:focus {
	background: #fff;
}
.sidebar .side-menu nav .nav > li > a:hover .icon, .sidebar .side-menu nav .nav > li > a:focus .icon {
	color: #666666;
}
.sidebar .side-menu nav .nav > li > .mega-menu {
	padding: 3px 0;
	top: 0 !important;
	left: 100%;
	margin: 0;
	min-width: 198%;
	/*338%;*/
	position: absolute;
	top: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	overflow: hidden
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content {
	padding: 10px 20px;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li {
	padding: 3px 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li:last-child {
	border-bottom: none;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a {
	line-height: 26px;
	padding: 0px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder {
	position: absolute;
	right: -16px;
	top: -8px;
}
.sidebar .side-menu2 nav .nav li a {
	padding: 14.3px 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header {
	padding: 10px 0px 5px 0px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	font-weight: bold
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
	clear: both;
	display: block;
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-size: 13px;
	line-height: 28px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
	content: "\f068";
	float: right;
	font-family: fontawesome;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
	color: #666666;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
	color: #636363;
	content: "\f067";
	font-family: fontawesome;
	font-weight: normal
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner {
	margin: 0px 0 20px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul {
	padding-left: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li {
	line-height: 27px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a {
	color: #666666;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:before {
	content: "\f105";
	font-family: fontawesome;
	font-size: 14px;
	line-height: 15px;
	margin: 0 5px 0 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:hover:before {
	margin: 0 8px 0 0;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder {
	padding: 0 0 20px;
	position: relative;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-top: 0px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider.slider-horizontal {
	height: 20px;
	width: 100% !important;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track {
	background-color: #f1f1f1;
	background-repeat: repeat-x;
	cursor: pointer;
	position: absolute;
	width: 94% !important;
	height: 6px;
	left: 0;
	margin-top: -5px;
	top: 50%;
	width: 100%;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-selection {
	bottom: 0;
	height: 100%;
	top: 0;
	background-repeat: repeat-x;
	box-sizing: border-box;
	position: absolute;
	background: #c3c3c3;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	-webkit-border-radius: 400px;
	-moz-border-radius: 400px;
	border-radius: 400px;
	height: 20px;
	margin-left: -3px !important;
	opacity: 1;
	position: absolute;
	top: -3px;
	width: 20px;
	margin-top: -5px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .tooltip {
	margin-top: -36px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .min-max {
	font-size: 15px;
	font-weight: 700;
	color: #fe5252;
	margin-top: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
	clear: both;
	display: block;
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 28px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a {
	color: #666666;
	display: block;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report {
	margin-top: 20px;
	margin-bottom: 30px;
}
.sidebar .sidebar-widget .advertisement .item {
	background-position: center 55%;
	background-size: cover;
	padding-bottom: 55px
}
.sidebar .sidebar-widget .advertisement .item .caption {
	color: #636363;
	left: 12%;
	letter-spacing: -3px;
	position: absolute;
	top: 11%;
	z-index: 100;
	display: table-cell;
}
.sidebar .sidebar-widget .advertisement .item .caption .big-text {
	font-size: 60px;
	line-height: 125px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .item .caption .big-text .big {
	font-size: 120px;
	color: #ff7878;
	display: block;
	text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .item .caption .excerpt {
	font-size: 24px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #e6e6e6;
	text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .owl-controls {
	bottom: 10px;
	position: absolute;
	text-align: center;
	top: auto;
	width: 100%;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination {
	display: inline-block;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page {
	display: inline-block;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	background: #f0b213;
	border: none;
	border-radius: 2px;
	margin: 0 2px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.sidebar-widget {
	background-color: #f0b213;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
}
.related-product .tag {
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	line-height: 45px;
	left: 15px;
	text-align: center;
	top: 3.5%;
	width: 50px;
	position: absolute;
}
/*===================================================================================*/
/*  Slider
/*===================================================================================*/
#owl-main {
	text-align: center;
	cursor: default;
	height: 451px;
}
#owl-main .owl-controls {
	display: inline-block;
	position: relative;
	margin-top: 40px;
}
/*.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}*/
#owl-main .owl-pagination {
	position: relative;
	line-height: 30px;
}
#owl-main .owl-buttons {
	display: block;
}
#owl-main .owl-prev, #owl-main .owl-next {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 50px;
	font-size: 21px;
	background-color: #f2f2f2;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: auto;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}
#owl-main .owl-prev {
	left: 20px;/* -35px;*/
}
#owl-main .owl-next {
	right: 20px;
}
#owl-main:hover .owl-prev {
	left: 0px;
	opacity: 0.5;
}
#owl-main:hover .owl-next {
	right: 0px;
	opacity: 0.5;
}
#owl-main:hover .owl-prev:hover, #owl-main:hover .owl-next:hover {
	opacity: 1;
}
#owl-main .owl-outer-nav:after {
	content: "";
	position: absolute;
	top: 0;
	left: -15%;
	width: 130%;
	height: 100%;
	z-index: 0;
}
#owl-main .owl-outer-nav .owl-wrapper-outer, #owl-main .owl-outer-nav .owl-pagination, #owl-main .owl-outer-nav .owl-prev, #owl-main .owl-outer-nav .owl-next {
	z-index: 1;
}
#owl-main .owl-outer-nav .owl-controls {
	position: static;
}
#owl-main .owl-outer-nav .owl-prev {
	left: -65px;
}
#owl-main .owl-outer-nav .owl-next {
	right: -65px;
}
#owl-main .owl-outer-nav:hover .owl-prev {
	left: -80px;
}
#owl-main .owl-outer-nav:hover .owl-next {
	right: -80px;
}
#owl-main .owl-ui-md .owl-pagination {
	line-height: 45px;
}
#owl-main .owl-ui-md .owl-prev, #owl-main .owl-ui-md .owl-next {
	width: 45px;
	height: 45px;
	font-size: 45px;
}
#owl-main .owl-ui-md .owl-prev {
	left: -55px;
}
#owl-main .owl-ui-md .owl-next {
	right: -55px;
}
#owl-main .owl-ui-md:hover .owl-prev {
	left: -60px;
}
#owl-main .owl-ui-md:hover .owl-next {
	right: -60px;
}
#owl-main .owl-outer-nav.owl-ui-md:after {
	left: -18%;
	width: 136%;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-prev {
	left: -85px;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-next {
	right: -85px;
}
#owl-main .owl-outer-nav.owl-ui-md:hover .owl-prev {
	left: -100px;
}
#owl-main .owl-outer-nav.owl-ui-md:hover .owl-next {
	right: -100px;
}
#owl-main .owl-ui-lg .owl-pagination {
	line-height: 60px;
}
#owl-main .owl-ui-lg .owl-prev, #owl-main .owl-ui-lg .owl-next {
	width: 60px;
	height: 60px;
	font-size: 42px;
}
#owl-main .owl-ui-lg .owl-prev {
	left: -75px;
}
#owl-main .owl-ui-lg .owl-next {
	right: -75px;
}
#owl-main .owl-ui-lg:hover .owl-prev {
	left: -80px;
}
#owl-main .owl-ui-lg:hover .owl-next {
	right: -80px;
}
#owl-main .owl-outer-nav.owl-ui-lg:after {
	left: -22%;
	width: 144%;
}
#owl-main .owl-outer-nav.owl-ui-lg .owl-prev {
	left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
	right: -105px;
}
#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-prev {
	left: -120px;
}
#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-next {
	right: -120px;
}
#owl-main .owl-inner-nav .owl-controls {
	position: static;
}
#owl-main .owl-inner-nav .owl-prev {
	left: 45px;
}
#owl-main .owl-inner-nav .owl-next {
	right: 45px;
}
#owl-main .owl-inner-nav:hover .owl-prev {
	left: 30px;
}
#owl-main .owl-inner-nav:hover .owl-next {
	right: 30px;
}
#owl-main .owl-outer-nav .owl-prev, #owl-main .owl-outer-nav .owl-next, #owl-main .owl-inner-nav .owl-prev, #owl-main .owl-inner-nav .owl-next {
	bottom: 70px;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-prev, #owl-main .owl-outer-nav.owl-ui-md .owl-next, #owl-main .owl-inner-nav.owl-ui-md .owl-prev, #owl-main .owl-inner-nav.owl-ui-md .owl-next {
	bottom: 85px;
}
#owl-main .owl-outer-nav.owl-ui-lg .owl-prev, #owl-main .owl-outer-nav.owl-ui-lg .owl-next, #owl-main .owl-inner-nav.owl-ui-lg .owl-prev, #owl-main .owl-inner-nav.owl-ui-lg .owl-next {
	bottom: 100px;
}
#owl-main .owl-inner-pagination .owl-pagination, #owl-main .owl-inner-pagination .owl-prev, #owl-main .owl-inner-pagination .owl-next {
	margin-top: -40px;
	top: -60px;
}
#owl-main .owl-inner-pagination.owl-ui-md .owl-pagination, #owl-main .owl-inner-pagination.owl-ui-md .owl-prev, #owl-main .owl-inner-pagination.owl-ui-md .owl-next {
	margin-top: -50px;
	top: -65px;
}
#owl-main .owl-inner-pagination.owl-ui-lg .owl-pagination, #owl-main .owl-inner-pagination.owl-ui-lg .owl-prev, #owl-main .owl-inner-pagination.owl-ui-lg .owl-next {
	margin-top: -60px;
	top: -75px;
}
#owl-main .owl-inner-pagination.owl-outer-nav .owl-prev, #owl-main .owl-inner-pagination.owl-outer-nav .owl-next, #owl-main .owl-inner-pagination.owl-inner-nav .owl-prev, #owl-main .owl-inner-pagination.owl-inner-nav .owl-next {
	margin: auto;
	top: 0;
	bottom: 43px;
}
#owl-main .owl-inner-pagination .owl-pagination {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}
#owl-main .owl-inner-pagination:hover .owl-pagination {
	opacity: 1;
}
#owl-main .owl-inner-pagination.owl-inner-nav .owl-pagination, .owl-inner-pagination.owl-outer-nav .owl-pagination {
	top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
	top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
	top: -60px;
}
.owl-inner-pagination.owl-inner-nav:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
	top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
	top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
	top: -75px;
}
#owl-main.height-md .item {
	height: 457px;
}
#owl-main.height-lg .item {
	height: 675px;
}
#owl-main .container {
	display: table;
	height: inherit;
}
#owl-main .caption {
	display: table-cell;
}
#owl-main .caption.vertical-center {
	vertical-align: middle;
	padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
	vertical-align: top;
	padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
	vertical-align: bottom;
	padding-bottom: 14vh;
}
#owl-main .caption.text-center {
	padding-left: 10%;
	padding-right: 10%;
}
#owl-main .caption.text-left {
	padding-right: 20%;
}
#owl-main .caption.text-right {
	padding-left: 20%;
}
#owl-main .owl-controls {
	display: block;
	position: static;
	margin-top: -47px;
}
#owl-main .owl-pagination {
	background: #FFF;
	line-height: inherit;
	position: relative;
	bottom: -40px;
	padding: 10px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: auto;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
	bottom: -15px;
	opacity: 1;
	display: none
}
#owl-main .owl-prev, #owl-main .owl-next {
	bottom: 0;
}
#owl-main .owl-controls .owl-page {
	display: inline-block;
}
#owl-main .owl-pagination .owl-page span {
	display: block;
	width: 15px;
	height: 15px;
	background: #d3d3d3;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 5px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
#owl-main .owl-item-gap .item {
	margin: 0 15px;
}
#owl-main .owl-item-gap-sm .item {
	margin: 0 10px;
}
#owl-main .owl-item.loading {
	min-height: inherit;
	background: none;
}
#owl-main .item {
	background-color: #FFFFFF;
	background-position: center 55%;
	background-size: cover;
	height: 451px;
}
#owl-main .item .caption {
	color: #333;
	left: 50px;
	position: absolute;
	top: 24%;
	z-index: 100;
	padding-right: 8%;
}
#owl-main .item .caption .slider-header {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#owl-main .item .caption .white {
	color: #fff!important
}
#owl-main .item .caption .big-text {
	font-size: 46px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding: 0px 25px;
	background: #bbbbbb;
	color: #000;
	font-weight: 700;
	letter-spacing: -1px
}
#owl-main .item .caption .big-text .highlight {
	color: #ffe11b;
}
#owl-main .item .caption .excerpt, #owl-main .item .caption .small {
	font-size: 14px;
	/*line-height: 50px;*/
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	padding-left: 23px;
	background: rgba(0, 0, 0, 0);
	color: #fff;
}
#owl-main .item .caption .excerpt span, #owl-main .item .caption .small span {
	background: none repeat scroll 0 0 #bbbbbb;
	-moz-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
	-webkit-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
	box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
	line-height: 336%;
	padding: 5px 0;
	display: inline;
}
#owl-main .item .caption .button-holder {
	margin: 20px 0 0;
}
#owl-main .item .caption.bg-color {
	padding-right: 3%;
}
#owl-main .item .caption.bg-color .big-text {
	background: rgba(0, 0, 0, 0);
	padding: 0px;
}
#owl-main .item .caption.bg-color .excerpt, #owl-main .item .caption.bg-color .small {
	background: rgba(0, 0, 0, 0);
	padding: 0px;
	color: #444;
	margin-top: 0px;
}
#owl-main .item .caption.bg-color .excerpt span, #owl-main .item .caption.bg-color .small span {
	background: rgba(0, 0, 0, 0);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	line-height: 24px;
}
#owl-main .full-width-slider {
	margin-bottom: 30px;
}
#owl-main .full-width-slider .item {
	background-color: #FFFFFF;
	background-position: center 55%;
	background-size: cover;
	height: 449px;
}
#owl-main .full-width-slider .item .caption {
	position: absolute;
	top: 11%;
	z-index: 100;
}
#owl-main .full-width-slider .item .caption .big-text {
	font-size: 119px;
	line-height: 80px;
	font-family: 'PacificoRegular';
	color: #fff;
	background: rgba(0, 0, 0, 0);
	padding: 0px;
	text-transform: none;
}
#owl-main .full-width-slider .item .caption .excerpt {
	font-size: 60px;
	line-height: 80px;
	margin-top: 15px;
	font-family: 'LatoBold';
	text-transform: uppercase;
	color: #fff;
	background: rgba(0, 0, 0, 0);
	padding: 0px;
}
#owl-main .full-width-slider .item .caption .button-holder {
	margin: 31px 0 0;
}
.cnt-homepage .homepage-slider2 {
	height: 449px;
}
.cnt-homepage .homepage-slider2 #owl-main .item .caption {
	top: 24%;
	padding-right: 10%;
	right: 0px;
	left: 0px;
}
.cnt-homepage .homepage-slider2 #owl-main .owl-controls {
	margin-top: -89px;
	text-align: center !important;
}
.cnt-homepage .breadcrumb ul {
	text-align: left;
}
.cnt-homepage .cart .action .left {
	margin-left: 10px;
	padding: 2px 10px;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
	height: 15px;
	width: 15px;
	top: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 2px solid #e4e4e4;
}
.homepage-slider3 {
	height: 368px;
}
.homepage-slider3 #owl-main .item {
	height: 368px;
}
.homepage-slider3 #owl-main .item .caption {
	padding-left: 10%;
	padding-right: 44%;
}
.homepage-slider3 #owl-main .item .caption .small {
	font-size: 15px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 2px 2px #c3c3c3;
	color: #fff;
	padding-left: 0px;
}
.homepage-slider3 #owl-main .item .caption .big-text {
	font-size: 45px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 2px 2px #c3c3c3;
	color: #000;
}
.homepage-slider3 #owl-main .item .caption .excerpt {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	text-transform: none;
}
.homepage-slider3 #owl-main .owl-controls {
	margin-top: -79px;
}
.home-page-slider4 {
	position: relative;
}
.home-page-slider4 .customNavigation {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -15px;
}
.home-page-slider4 .customNavigation .controls {
	position: relative;
}
.home-page-slider4 .owl-controls {
	bottom: 20px;
	position: absolute;
	text-align: center;
	top: auto;
	width: 100%;
}
.home-page-slider4 .owl-controls .owl-buttons {
	display: none !important;
}
.home-page-slider4 .owl-controls .owl-pagination .owl-page {
	display: inline-block;
}
.home-page-slider4 .owl-controls .owl-pagination .owl-page span {
	background: none repeat scroll 0 0 #e6e6e6;
	border: medium none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 12px;
	margin: 0 5px;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
	width: 12px;
	-moz-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.home-page-slider4 .owl-prev, .home-page-slider4 .owl-next {
	position: absolute;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}
.home-page-slider4 .owl-prev {
	left: 20px;
}
.home-page-slider4 .owl-next {
	right: 20px;
}
.home-page-slider4:hover .owl-prev {
	left: 0px;
	opacity: 1;
}
.home-page-slider4:hover .owl-next {
	right: 0px;
	opacity: 1;
}
.home-page-slider4:hover .owl-prev:hover, .home-page-slider4:hover .owl-next:hover {
	opacity: 1;
}
.home-page-slider4 #owl-main .owl-pagination {
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 3px;
	-moz-border-radiu: 3px;
	border-radius: 3px;
	display: inline-block;
	line-height: inherit;
	margin: auto;
	opacity: 1;
	padding: 10px;
	position: relative;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
	bottom: none;
	bottom: 0px;
}
.cnt-homepage .homepage-container .btn-primary {
	padding: 2px 17px;
	-webkit-border-radius: 0px;
	-moz-border-radiu: 0px;
	border-radius: 0px;
}
.cnt-homepage .homepage-container #owl-main .owl-prev, .cnt-homepage .homep2474 age-container #owl-main .owl-next {
	top: 25%;
}
.info-boxes-inner {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	margin-top: 28px;
}
.info-boxes {
}
.info-boxes .info-box {
	padding: 25px 25px;
	text-align: center
}
.info-boxes .info-box .icon {
	font-size: 35px;
}
.info-boxes .info-box .info-box-heading {
	font-size: 13px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin-top: 0px;
	font-weight: 500;
	margin-bottom: 0px;
	letter-spacing: 1px
}
.info-boxes .info-box .info-box-heading.orange {
	color: #ffb847;
}
.info-boxes .info-box .info-box-heading.red {
	color: #ff7878;
}
.info-boxes .info-box i {
	color: #0f6cb2;
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px
}
.info-boxes .info-box .text {
	color: #999;
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
	letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif
}
/*===================================================================================*/
/*  Home Tabs
/*===================================================================================*/

.scroll-tabs {
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.scroll-tabs .more-info-tab {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	padding: 15px 20px;
}
.scroll-tabs .more-info-tab .new-product-title {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold
}
.scroll-tabs .nav-tab-line {
	border-bottom: none;
	margin-top: 4px;
	margin-right: 55px;
}
.scroll-tabs .nav-tab-line li.active a {
	border: none;
}
.scroll-tabs .nav-tab-line li a {
	font-weight: 500;
	color: #0074b8;
	font-size: 13px;
	border: medium none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 8px !important;
	position: relative;
	font-family: 'Open Sans', sans-serif
}
.scroll-tabs .nav-tab-line li a:hover, .scroll-tabs .nav-tab-line li a:focus {
	background: rgba(0, 0, 0, 0);
}
.tab-content {
	padding-left: 20px
}
.product {
    position: relative;
    border-radius: 15px;
    border: 1px solid #eee;
    border-radius: 6px;
	    background: #fff;
}
.product .product-image img {
    width: 100%;
    height: 120px;
    overflow: hidden;
    transition: .5s all ease;
}
.product:hover img {
    transition: .5s all ease;
    transform: scale(1.2);
}
.image {
    overflow: hidden;
}
.product .product-image .tag {
	position: absolute;
}
.product .product-info .name {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.product .product-info .name a {
    color: #000;
}
.product .product-info .star-rating .color {
	color: #ffb400;
}
.product .product-info .product-price .price {
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
	margin-right: 8px;
}
.product .product-info .product-price .price-before-discount {
	text-decoration: line-through;
	color: #d3d3d3;
	font-weight: 400;
	line-height: 30px;
	font-size: 14px;
}
.product .cart {
	margin-top: 5px;
	opacity: 0;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	width: 100%;
	z-index: 666;
	left: 50%;
	position: absolute;
	top: 0;
	margin-left: -60px;
}
.product .cart .action ul li {
	float: left;
	margin: 2px;
}
.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	background: #fdd922;
	color: #333;
	border-radius: 3px;
}
.product .cart .action ul li.add-cart-button .btn.btn-primary.icon:hover {
	color: #fff
}
.product .cart .action ul li.lnk {
	margin: 10px 0px;
	background: #0f6cb2;
	margin: 2px;
	padding: 8px 2px;
	border-radius: 3px;
}
.product .cart .action ul li.lnk a {
	padding: 0 10px;
	color: #fff;
	padding: 8px 10px;
}
.product .cart .action ul li.lnk.wishlist {
	background: #0f6cb2;
	margin: 2px;
	border-radius: 3px;
}
.tag {
	font-size: 10px;
	font-weight: 700;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-transform: uppercase;
	top: 2.5%;
	z-index: 100;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	right: 10px;
	/*11px;*/
	text-align: center;
}
.tag span {
	position: relative;
	z-index: 100;
}
.tag.new {
	background: #46aad7;
}
.tag.hot {
	background: #ff7878;
}
.product:hover .cart {
	opacity: 1;
	top: 45%
}
.best-seller .product .product-info .name, .special-offer .product .product-info .name {
	margin-top: 4px;
}
.cart {
	margin-top: 5px;
	opacity: 1;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	width: 100%;
	z-index: 666;
	left: 0px;
}
.cart .action {
	float: left;
}
.cart .action .add-cart-button .btn.btn-primary.icon {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	background: #0f6cb2;
	color: #fff
}
.cart .action.lnk {
	margin: 10px 0px;
}
.cart .action.lnk a {
	padding: 0 10px;
	color: #dadada;
}
.cart .action.lnk.wishlist {
	border-right: 1px solid #dadada;
}
.product-micro .product-image .image a .zoom-overlay:before {
	color: #FFFFFF;
	content: "\f00e";
	font-family: fontawesome;
	left: 45%;
	position: relative;
	right: 40%;
}
.product-micro .product-image .image a .zoom-overlay {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	width: 100%;
	z-index: 99;
}
.product-micro .product-image .image a .zoom-overlay:hover, .product-micro .product-image .image a .zoom-overlay:focus {
	opacity: 1;
}
.cnt-home .product-micro .tag-micro {
	width: 30px;
	height: 30px;
	font-size: 11px;
	line-height: 29px;
	top: 5.5%;
}
.cnt-home .product-micro .product-info .name {
	font-size: 13px;
	margin-top: 0px !important;
}
.cnt-home .product-micro .product-info .product-price .price {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
.cnt-home .product-micro .product-info .action .lnk.btn.btn-primary {
	font-size: 12px;
	line-height: 1.7;
}
.copyright-bar {
    background: #606060;
    padding: 10px 0px;
}
.copyright-bar p {
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
}
.copyright-bar .copyright {
	color: #5d5c5c;
	line-height: 28px;
}
.copyright-bar .payment-methods {
	text-align: right;
}
.copyright-bar .payment-methods ul li {
	display: inline-block;
	margin-right: 15px;
}
.copyright-bar .payment-methods ul li:last-child {
	margin-right: 0px;
}
.copyright-bar .no-padding {
	padding: 0px;
}
.promo-banner {
	margin-top: 22px;
	margin-bottom: 30px;
	border: 3px #a9d9f4 solid;
	background: #fff;
}
.wide-banner {
	overflow: hidden;
}
.wide-banner .image img {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.wide-banner:hover img {
}
.cnt-strip {
	position: relative;
}
.cnt-strip .strip {
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding: 8px 30px 5px 30px;
	right: 10px;
}
.cnt-strip .strip h1 {
	font-size: 36px;
	color: #ff4c4c;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold
}
.cnt-strip .strip h2 {
	font-size: 36px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800
}
.cnt-strip .strip h2 .shopping-needs {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 22px
}
.cnt-strip .strip h3 {
	font-size: 30px;
	color: #434343;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.cnt-strip .strip h4 {
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.cnt-strip .strip.strip-text {
	width: 60%;
}
.cnt-strip .strip .red {
	color: #ff7878;
}
.cnt-strip .strip .black {
	color: #434343;
}
.cnt-strip .strip .green {
	color: #83c038;
}
.cnt-strip .strip .white {
	color: #fff;
}
.cnt-strip .strip .normal-shopping-needs {
	font-size: 35px;
	font-family: 'Open Sans', sans-serif;
}
.cnt-strip .new-label {
	background: url("../images/label.png") no-repeat scroll right top;
	height: 72px;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 72px;
	z-index: 999;
}
.cnt-strip .new-label .text {
	color: #fff;
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	left: -13px;
	position: absolute;
	text-align: center;
	top: 14px;
	-ms-transform: rotate(-43deg);
	letter-spacing: 1px;
	/* IE 9 */
	-webkit-transform: rotate(-43deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-43deg);
	width: 100%;
}
.wide-banners {
	overflow: hidden
}
.wide-banners.homepage-banner {
	margin-top: 30px;
}
.wide-banners.homepage-banner h4 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
}
.wide-banners.homepage-banner h3 {
	font-size: 35px;
	font-family: 'Open Sans', sans-serif;
}
.new-banner {
	margin-top: 30px;
}
.new-banner .cnt-strip .strip {
	width: auto;
	padding: 0px;
	right: 23px;
}
.new-banner .cnt-strip .strip h3 {
	background: #707070;
	padding: 13px 23px 13px 16px;
	line-height: 24px;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
}
.new-banner .cnt-strip .strip h5 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	padding-right: 21px;
	text-transform: uppercase;
}
.new-banner .cnt-strip .strip h5 span {
	background: none repeat scroll 0 0 #707070;
	-moz-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
	-webkit-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
	box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
	padding: 0.6em 0;
}
.new-banner.no-margin {
	margin-top: -10px;
}
.megamenu-banner {
	margin-top: 30px !important;
}
.megamenu-banner h3 {
	font-size: 30px;
	font-family: 'BebasNeueRegular';
}
.megamenu-banner h2 {
	font-size: 40px;
	font-family: 'BebasNeueBold';
}
.wide-banner-4 .cnt-strip .strip h1 {
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
}
.wide-banner-4 .cnt-strip .strip h2 {
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
}
.wide-banner-4 .cnt-strip .strip h3 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
}
.wide-banner-4 .cnt-strip .strip h4 {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}
.wide-banner-4 .cnt-strip .strip p {
	font-size: 23px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
}
.blog-slider-container .blog-slider .blog-post-info .name {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold
}
.blog-slider-container .blog-slider .blog-post-info .name a {
	color: #555;
}
.blog-slider-container .blog-slider .blog-post-info .info {
	color: #9c9c9c;
	font-size: 13px;
	margin-bottom: 8px;
	overflow: hidden;
	display: block
}
.blog-slider-container .blog-slider .blog-post-info .text {
	color: #434343;
	font-size: 13px;
}
.footer .links-social {
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin-bottom: 70px;
}
.social {
	overflow: hidden
}
.social a {
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
}
.social a:hover {
	color: #fff;
}
.social .fb a:before {
	content: "\f09a";
	font-family: FontAwesome;
}
.social .fb a {
	font-size: 16px;
	display: inline-block;
	text-align: center;
	padding: 0;
	background: #3C5B9B;
}
.social .tw a:before {
	content: "\f099";
	font-family: FontAwesome;
}
.social .tw a {
	font-size: 16px;
	display: inline-block;
	text-align: center;
	padding: 0;
	background: #359BED;
}
.social .googleplus a:before {
	content: "\f0d5";
	font-family: FontAwesome;
}
.social .googleplus a {
	font-size: 16px;
	display: inline-block;
	text-align: center;
	padding: 0;
	background: #E33729;
}
.social .rss a:before {
	content: "\f09e";
	font-family: FontAwesome;
}
.social .rss a {
	content: "\f09e";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block!;
	text-align: center;
	padding: 0;
	background: #FD9F13;
}
.social .pintrest a:before {
	content: "\f0d3";
	font-family: FontAwesome;
}
.social .pintrest a {
	content: "\f0d3";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	padding: 0;
	background: #cb2027;
}
.social .linkedin a:before {
	content: "\f0e1";
	font-family: FontAwesome;
}
.social .linkedin a {
	content: "\f0e1";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	padding: 0;
	background: #027ba5;
}
.social .youtube a:before {
	content: "\f167";
	font-family: FontAwesome;
}
.social .youtube a {
	font-size: 16px;
	display: inline-block;
	text-align: center;
	padding: 0;
	background: #F03434;
}

.social .instagram a:before {
	content: "\f16d";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	padding: 0;
	background: #027ba5;	
}

.social h4 {
	margin: 25px 0 0px 0px;
}
.social ul {
	margin: 0;
	list-style: none;
}
.social ul li {
	margin-right: 7px;
}
.social ul li {
	border-bottom: none;
}
.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
}
.footer .links-social .contact-info .footer-logo {
	margin-top: 10px;
}
.footer .links-social .contact-info .about-us {
	margin-bottom: 20px;
}
.footer .links-social .contact-info .social-icons a {
	color: #888888;
	font-size: 16px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	width: 2em;
	height: 2em;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
}
.footer .links-social .contact-info .social-icons a:hover, .footer .links-social .contact-info .social-icons a:focus, .footer .links-social .contact-info .social-icons a.active {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
}
.footer .links-social .contact-info .social-icons a .icon {
	line-height: 2em;
}
.footer .module-heading {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #555555;
}
.footer .contact-timing .table tbody tr {
	border-bottom: 1px solid #e1e1e1;
}
.footer .contact-timing .table tbody tr td {
	border-top: none;
	font-size: 12px;
	line-height: 36px;
	padding: 0px;
}
.footer .contact-timing .contact-number {
	font-family: 'Open Sans', sans-serif;
}
.footer .contact-information .media .media-body a {
	color: #666666;
}
.footer .footer-bottom {
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 30px;
    
}
.bg-warmm{
    background-color: #f1f3f6 !important;
}

.form-group p a{
    color: black !important
}
.footer .module-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 15px;
    color: #313131;
    text-transform: none;
}
.footer .footer-bottom .module-heading {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #898989;
}
.footer .footer-bottom .module-body ul li {
}
.toggle-footer {
	color: #666
}
.toggle-footer a {
	margin-left: 0px
}
.toggle-footer a:before {
	display: none
}
.toggle-footer i {
    background: none;
    border-radius: 2px;
    color: #858585;
}
.footer .fa-stack {
    display: inline-block;
    height: 2em;
   line-height: 1em;
    position: relative;
    vertical-align: middle;
    width: unset;
    margin-right: 16px;
}
.footer .footer-bottom .module-body ul li:last-child {
	border: none
}
.footer .footer-bottom .module-body ul li a {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    position: relative;
    display: block;
}
.footer .footer-bottom .module-body ul li a:hover, .footer .footer-bottom .module-body ul li a:focus {
    color: #556495 !important;
}
/* .footer .footer-bottom .module-body ul li a:before { */
	/* content: "\f111"; */
	/* font-family: FontAwesome; */
	/* position: absolute; */
	/* margin-left: -22px; */
	/* font-size: 6px; */
/* } */
.product-tag .item {
	background-color: #f5f5f5;
	color: #666666;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 2px;
	padding: 6px 12px;
}
.social   a {
    all: unset !important;
    font-size: 16px !important;
}

.social li {
    all: unset !important;
}

.no-padding.social {
    margin-top: -10px;
}

.no-padding.social ul {
    display: flex;
    gap: 10px;
    color: #353535;
}
.social a:hover {
    color: #556495 !important;
}
.product-tag .item.active, .product-tag .item:hover, .product-tag .item:focus {
	color: #fff;
}
.newsletter .sidebar-widget-body input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #eaeaea;
	background: #fafafa;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 13px
}
.hot-deals .custom-carousel .owl-controls .owl-next {
	top: -20px
}
.hot-deals .custom-carousel .owl-controls .owl-prev {
	top: -20px
}
.hot-deals .hot-deal-wrapper {
	position: relative;
}
.hot-deals .hot-deal-wrapper .image img {
	width: 100%;
}
.hot-deals .hot-deal-wrapper .sale-offer-tag {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 700;
	height: 50px;
	text-transform: uppercase;
	top: 4%;
	right: 10px;
	width: 50px;
	z-index: 100;
	background: #ff7878;
	position: absolute;
	text-align: center;
}
.hot-deals .hot-deal-wrapper .sale-offer-tag span {
	position: relative;
	z-index: 100;
	top: 10px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper {
	bottom: 20px;
	position: absolute;
	left: 15px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
	display: table;
	text-align: center;
	margin-right: 4px;
	float: left;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
	background-color: #fff;
	color: #333;
	display: table-cell;
	height: 44px;
	vertical-align: middle;
	width: 45px;
	line-height: 15px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .value {
	display: block;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.5px
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper:last-child {
	margin-right: 0px;
}
.hot-deals .product-info .name {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.hot-deals .product-info .name a {
	color: #555;
}
.hot-deals .product-info .product-price .price {
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
	margin-right: 8px;
}
.hot-deals .product-info .product-price .price-before-discount {
	text-decoration: line-through;
	color: #d3d3d3;
	font-weight: 400;
	line-height: 30px;
	font-size: 14px;
}
.hot-deals .cart {
	margin-top: 5px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	z-index: 666;
	left: 0px;
}
.hot-deals .cart .action {
	float: left;
}
.hot-deals .cart .action .add-cart-button a {
	background: none repeat scroll 0 0 #a8a8a8;
	border: medium none;
	color: #FFFFFF;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	padding: 0px;
}
.hot-deals .cart .action .add-cart-button a .icon {
	background: none repeat scroll 0 0 #575757;
	color: #FFFFFF;
	height: 100%;
	left: 0;
	font-size: 13px;
	padding: 11px 0 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 35px;
}
.hot-deals .cart .action .add-cart-button a span {
	display: block;
	margin-left: 35px;
	overflow: hidden;
	padding: 8px 13px;
}
.hot-deals .cart .action .add-cart-button a:hover, .hot-deals .cart .action .add-cart-button a:focus {
	background: #c6c6c6;
}
.breadcrumb {
	background: rgba(0, 0, 0, 0);
	padding: 0;
}
.breadcrumb ul {
	margin: auto;
	padding: 8px 0 0px;
	text-align: left;
}
.breadcrumb ul li:after {
	color: #666666;
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin-left: 9px;
	margin-right: -4px;
	padding: 0px;
}
.breadcrumb ul li:last-child:after {
	content: "";
}
.breadcrumb ul li a {
    color: #000000;
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 5px;
}
.category-carousel {
	text-align: center;
	cursor: default;
}
.category-carousel .item {
	position: relative;
	margin-bottom: 30px;
}
.category-carousel .item .caption {
	color: #636363;
	left: 6%;
	letter-spacing: -3px;
	position: absolute;
	top: 10%;
	z-index: 100;
	display: table-cell;
}
.category-carousel .item .caption .big-text {
	font-size: 100px;
	line-height: 145px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #ffe11b;
}
.category-carousel .item .caption .excerpt {
	font-size: 36px;
	letter-spacing: normal;
	color: #fff;
}
.category-carousel .item .caption .excerpt-normal {
	font-size: 14px;
	letter-spacing: normal;
	color: #fff;
	letter-spacing: 0.5px
}
.category-carousel .item .owl-controls {
	display: inline-block;
	position: relative;
	margin-top: 40px;
}
.category-carousel .item .owl-controls .owl-prev, .category-carousel .item .owl-controls .owl-next {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	font-size: 21px;
	color: #FFF;
	background-color: #d3d3d3;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: auto;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}
.category-carousel .item .owl-controls .owl-prev {
	left: -35px;
}
.category-carousel .item .owl-controls .owl-next {
	right: -35px;
}
.category-carousel .item:hover .owl-prev {
	left: -40px;
	opacity: .25;
}
.category-carousel .item:hover .owl-next {
	right: -40px;
	opacity: .25;
}
.category-carousel .item:hover .owl-prev:hover, .category-carousel .item:hover .owl-next:hover {
	opacity: 1;
}
.filters-container {
	padding: 15px 20px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding-bottom: 0px
}
.filters-container .nav-tabs.nav-tab-box {
	border: medium none;
	margin-top: 3px;
}
.filters-container .nav-tabs.nav-tab-box li {
	margin-right: 5px;
	padding: 0;
}
.filters-container .nav-tabs.nav-tab-box li a {
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #666666;
	font-family: 'Open Sans', sans-serif, sans-serif;
	line-height: 18px;
	border: none;
	padding: 0px;
}
.filters-container .nav-tabs.nav-tab-box li a .icon {
	margin-right: 5px;
	color: #aaa;
}
.filters-container .lbl-cnt {
	color: #666666;
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.filters-container .lbl-cnt .lbl {
	color: #666666;
	display: inline-block;
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-size: 12px;
	line-height: 28px;
	margin-right: 10px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 4px 12px;
	background: #fff;
	font-size: 13px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn .caret {
	margin-left: 13px;
	margin-top: -2px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e1e1e1;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover, .filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
	background: rgba(0, 0, 0, 0);
}
.filters-container .pagination-container {
	margin-top: 4px;
	margin-bottom: 20px;
}
.filters-container .pagination-container ul {
	margin: 0px;
}
.filters-container .pagination-container ul li.prev, .filters-container .pagination-container ul li.next {
	background: none repeat scroll 0 0 #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.filters-container .pagination-container ul li.prev a, .filters-container .pagination-container ul li.next a, .filters-container .pagination-container ul li.prev a:hover, .filters-container .pagination-container ul li.next a:hover, .filters-container .pagination-container ul li.prev a:focus, .filters-container .pagination-container ul li.next a:focus {
	color: #fff;
}
.filters-container .pagination-container ul li a {
	color: #666666;
	display: inline-block;
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 0 3px;
}
.filters-container .pagination-container ul li.active a {
}
.search-result-container .category-product {
}
.search-result-container .category-product .product {
	margin-bottom: 30px;
}
.search-result-container .category-product .product .product-image .tag {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 10px;
	right: 14px;
	letter-spacing: 0.5px;
}
.search-result-container .category-product-inner .product-list.product {
	position: relative;
	margin-bottom: 30px;
}
.search-result-container .category-product-inner .product-list.product .product-info {
	padding: 0px;
}
.search-result-container .category-product-inner .product-list.product .product-info .cart {
	margin-top: 20px;
	top: auto;
	bottom: 0px;
	opacity: 1;
	left: 0;
	position: relative;
	margin-left: 0px
}
.search-result-container .category-product-inner .product-list.product .product-info .cart-btn {
	display: block;
	margin-right: 5px;
}
.search-result-container .category-product-inner .product-list.product .tag {
	position: absolute;
	right: 12px;
	top: 18px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 10px;
	right: 14px;
	letter-spacing: 0.5px;
}
.product-list.product .product-info .name {
	font-size: 18px;
}
.product-list.product .product-info .description {
	line-height: 20px;
}
/*===================================================================================*/
/*  Product Detail
/*===================================================================================*/

 
.single-product .product-info-block .name {
    margin-top: 0px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 25px;
    font-weight: 300;
    color: #333333;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    padding-top: 20px;
}
.single-product .single-product-gallery {
	padding-bottom: 30px
}
.single-product .favorite-button .btn-primary {
	background: #ddd
}
.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
	border: 1px solid #e5e5e5;
}
.single-product .gallery-holder .gallery-thumbs {
	margin: 15px 0 0;
	position: relative;
	text-align: left;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item {
	margin-right: 10px;
	border: 1px solid #e5e5e5;
}
.single-product .product-info .rating-reviews .reviews .lnk {
	color: #aaaaaa;
}
.single-product .product-info .stock-container .stock-box .label {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	color: #666666;
	padding: 0px;
	font-weight: normal;
}
.single-product .product-info .stock-container .stock-box .value {
	font-size: 13px;
	color: #ff7878;
}
.single-product .product-info .description-container {
	line-height: 20px;
	color: #666666;
}
.single-product .product-info .price-container {
	border-bottom: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	margin-bottom: 0;
	padding: 10px 0;
}
.single-product .product-info .price-container .price-box .price {
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
}
.single-product .product-info .price-container .price-box .price-strike {
	color: #aaa;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	text-decoration: line-through;
}
.single-product .product-info .quantity-container {
	margin-bottom: 0;
	padding: 0px 0;
}
.single-product .product-info .quantity-container .label {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 35px;
	text-transform: uppercase;
	color: #666666;
	padding: 0px;
	font-weight: normal;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input {
	display: inline-block;
	height: 35px;
	position: relative;
	width: 70px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	height: 100%;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
	box-sizing: border-box;
	display: block;
	text-align: center;
	width: 40px;
	cursor: pointer;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
	position: relative;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
	top: 5px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
	top: -7px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input input {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	font-size: 15px;
	height: 35px;
	left: 0;
	padding: 0 20px 0 18px;
	position: absolute;
	top: 0;
	width: 70px;
	z-index: 1;
}
.single-product .product-info .product-social-link .social-label {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	text-transform: uppercase;
}
.single-product .product-info .product-social-link .social-icons {
	display: inline-block;
}
.single-product .product-info .product-social-link .social-icons ul li a {
	color: #888888;
	font-size: 16px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	padding: 5px 6px;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover, .single-product .product-info .product-social-link .social-icons ul li a:focus {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
}
.single-product .product-tabs {
	margin-top: 30px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 0px;
	overflow: hidden;
	margin-bottom: 30px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li {
	float: none;
}
.single-product .nav-tabs {
	border: none
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a {
	border: none;
	color: #555;
	display: block;
	padding: 12px 28px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	letter-spacing: 1px;
	background: #f8f8f8;
	border: 1px #fff solid;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover, .single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:before, .single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:before {
	border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	right: -10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:after, .single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:after {
	border-style: solid;
	border-width: 7.5px 1px 7.5px 10px;
	content: "";
	height: 0;
	position: absolute;
	top: 20px;
	width: 0;
	right: -8px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:before {
	border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	right: -10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:after {
	border-style: solid;
	border-width: 7.5px 1px 7.5px 10px;
	content: "";
	height: 0;
	position: absolute;
	top: 20px;
	width: 0;
	right: -8px;
}
.single-product .product-tabs .tab-content {
	padding-left: 0px
}
.single-product .product-tabs .tab-content .tab-pane {
	padding: 24px;
}
.single-product .product-tabs .tab-content .tab-pane .text {
	line-height: 20px;
}
.single-product #owl-single-product-thumbnails .owl-controls {
	position: absolute;
	text-align: center;
	top: auto;
	width: 100%;
	margin-top: 20px;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page {
	display: inline-block;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span {
	background: none repeat scroll 0 0 #ddd;
	border: medium none;
	border-radius: 3px;
	display: block;
	height: 10px;
	margin: 0 2px;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
	width: 10px;
	cursor: pointer;
}
.single-product .sidebar .sidebar-module-container .sidebar-widget .section-title {
	margin-top: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder {
	background-color: #FFFFFF;
	height: 100%;
	position: absolute;
	top: 0;
	width: 30px;
	z-index: 50;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.left {
	left: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.right {
	right: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn {
	left: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after {
	content: "\f104";
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
	right: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
	content: "\f105";
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn, .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
	background-color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	height: 100%;
	position: absolute;
	vertical-align: top;
	width: 90%;
	z-index: 100;
	border: 1px solid #e5e5e5;
	color: #dadada;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after, .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
	bottom: 0;
	font-family: fontawesome;
	font-size: 30px;
	height: 30px;
	left: 0;
	line-height: 30px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:hover, .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:hover, .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:focus, .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:focus {
	background: #dadada;
	color: #fff;
}
.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-item > a > img {
	display: block;
	width: 100%;
}
.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-thumbs.gallery-thumbs .owl-item {
	margin-left: 10px;
}
.cnt-homepage .single-product .product-info-block label, .cnt-homepage .single-product .product-info-block .label {
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	color: #434343;
}
.cnt-homepage .single-product .product-info-block .label {
	padding: 0px;
}
.cnt-homepage .single-product .product-info-block .cart {
	width: auto;
	left: 0;
	margin-top: -8px;
	padding: 0px;
}
.cnt-homepage .single-product .product-info-block .cart .action .left {
	padding: 2px 8px;
	margin-left: 5px;
}
.cnt-homepage .single-product .product-info-block .form-control .selectpicker {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #f1f1f1;
	background: #fff;
	color: #b0b0b0;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #f1f1f1;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover, .cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
	background: rgba(0, 0, 0, 0);
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
	font-size: 15px;
	line-height: 18px;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
	padding: 5px 10px;
	text-align: center;
	width: 60px;
}
.cnt-homepage .single-product .product-info-block .stock-container .stock-box .label {
	color: #434343;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
	text-transform: none;
}
.cnt-homepage .single-product .product-info-block .stock-container .stock-box .value {
	font-size: 13px;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
	margin-right: 10px;
	padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
	border: 2px solid #e1e1e1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-transform: uppercase;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover, .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
	color: #fff;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
	color: #fff;
}
.cnt-homepage .single-product .product-tabs .tab-content {
	border: none;
}
.cnt-homepage .single-product .product-tabs .tab-content .tab-pane {
	padding: 0px;
}
.cnt-homepage .single-product .product-tabs .tab-content .tab-pane .product-tab .text {
	font-size: 13px;
	line-height: 22px;
}
.single-product .second-gallery-thumb.gallery-thumbs {
	padding: 0 40px;
}
.single-product .second-gallery-thumb.gallery-thumbs #owl-single-product2-thumbnails .owl-wrapper-outer {
	margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .title {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif, sans-serif;
	text-transform: none;
	background: #f8f8f8;
	padding: 20px
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title {
	margin-bottom: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .summary {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
	font-style: italic
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date {
	font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
	margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .text {
	line-height: 18px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
	margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-add-review .title {
	color: #666666;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
	font-weight: normal;
	border-bottom-width: 1px;
	text-align: center;
	vertical-align: middle;
	background: #f8f8f8;
	border: none
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td {
	text-align: center;
	vertical-align: middle;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td input {
	float: none;
	margin: auto;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label {
	font-weight: normal;
	font-size: 13px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
	color: #FF0000;
	font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form .txt {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .title {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 20px;
	font-family: 'Open Sans', sans-serif;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group label {
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	margin-right: 10px;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group .txt {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group .text {
	margin-left: 90px;
}
.furniture-container .product {
	position: relative;
}
.furniture-container .product .btn-primary {
	font-size: 15px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	background: #cbc9c9;
	text-transform: uppercase;
	border: none;
	color: #fff;
}
.furniture-container .product .btn-primary:hover, .furniture-container .product .btn-primary:focus {
	border: none;
}
.furniture-container .best-seller .product .product-info .name, .furniture-container .special-offer .product .product-info .name {
	margin-top: 4px;
}
.furniture-container .cart {
	margin-top: 5px;
	opacity: 1;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	width: 100%;
	z-index: 666;
	left: 0px;
}
.furniture-container .cart .action {
	float: left;
}
.furniture-container .cart .action .add-cart-button .btn.btn-primary.icon {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	background: #575757;
}
.furniture-container .cart .action.lnk {
	margin: 10px 0px;
}
.furniture-container .cart .action.lnk a {
	padding: 0 10px;
	color: #dadada;
}
.furniture-container .cart .action.lnk.wishlist {
	border-right: 1px solid #dadada;
}
.homepage-container .product {
	position: relative;
}
.homepage-container .product .product-image .tag {
	font-size: 15px;
	font-weight: 700;
	width: 50px;
	height: 50px;
	text-transform: uppercase;
	top: 2.5%;
	z-index: 100;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	right: 25px;
	/*11px;*/
	text-align: center;
	position: absolute;
}
.homepage-container .product .product-image .tag span {
	position: relative;
	z-index: 100;
	line-height: 48px;
}
.homepage-container .product .product-image .tag.new {
	background: #46aad7;
}
.homepage-container .product .product-image .tag.hot {
	background: #ff7878;
}
.homepage-container .product .product-info .name {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.homepage-container .product .product-info .name a {
	color: #555;
}
.homepage-container .product .product-info .star-rating .color {
	color: #ffb400;
}
.homepage-container .product .product-info .product-price .price {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	margin-right: 8px;
}
.homepage-container .product .product-info .product-price .price-before-discount {
	text-decoration: line-through;
	color: #d3d3d3;
	font-weight: 400;
	line-height: 30px;
	font-size: 14px;
}
.homepage-container .product .cart {
	margin-top: 5px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	width: 100%;
	z-index: 666;
	left: 0px;
	opacity: 1;
}
.homepage-container .product .cart .action {
	float: left;
}
.homepage-container .product .cart .action .add-cart-button .btn.btn-primary.icon {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	background: #575757;
}
.homepage-container .product .cart .action.lnk {
	margin: 10px 0px;
}
.homepage-container .product .cart .action.lnk a {
	padding: 0 10px;
	color: #dadada;
}
.homepage-container .product .cart .action.lnk.wishlist {
	border-right: 1px solid #dadada;
}
.homepage-container .featured-product .products .product:first-child {
	margin-bottom: 30px;
}
.homepage-container .blog-slider-container .blog-slider .blog-post-info .name {
	font-size: 18px;
}
.homepage-container .btn-primary {
	font-size: 15px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	background: rgba(0, 0, 0, 0);
	text-transform: uppercase;
	border: 2px solid #f2f2f2;
	color: #747474;
}
.homepage-container .btn-primary:hover, .homepage-container .btn-primary:focus {
	color: #fff;
}
.homepage-container .best-seller .product .product-info .name, .homepage-container .special-offer .product .product-info .name {
	margin-top: 4px;
}
.homepage-container .cart {
	margin-top: 5px;
	opacity: 1;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	width: 100%;
	z-index: 666;
	left: 0px;
}
.homepage-container .cart .action .add-cart-button .btn.btn-primary.icon {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	background: #575757;
}
.wrapper .box {
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.wrapper .box .wrapper-inner {
	background: none repeat scroll 0 0 #FFFFFF;
	-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag {
	font-size: 15px;
	font-weight: 700;
	line-height: 55px;
	width: 55px;
	height: 55px;
	text-transform: uppercase;
	top: 2.5%;
	z-index: 100;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	right: 25px;
	/*11px;*/
	text-align: center;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag span {
	position: relative;
	z-index: 100;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.new {
	background: #46aad7;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.sale {
	background: #989898;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.hot {
	background: #ff7878;
}
/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/

@media (min-width: 320px) and (max-width: 480px) {
.top-bar .cnt-block {
	float: none
}
.top-cart-row .dropdown-cart .lnk-cart {
	display: block;
	overflow: hidden
}
.top-cart-row {
	padding-left: 15px
}
.top-cart-row .dropdown-cart {
	float: left;
	width: 60px
}
#owl-main .item .caption .big-text {
	font-size: 18px;
	line-height: normal
}
#owl-main .item .caption {
	left: 0px
}
#owl-main {
	height: 100%
}
#owl-main .item {
	height: 150px
}
#owl-main .item .caption .button-holder {
	margin: 0px
}
#hero .btn-primary {
	padding: 5px 10px;
	font-size: 12px;
	line-height: normal;
	margin-top: 8px
}
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
.top-img {
	display: none
}
.navbar-toggle {
	float: left;
	border: none
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #556495;
}
.navbar-collapse {
	box-shadow: none;
	border: none;
	padding-right: 15px;
	padding-left: 15px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
	border: none
}
.mega-menu img {
	width: 100%
}
.yamm .dropdown-menu .yamm-content .col-menu {
	margin-bottom: 15px
}
.top-bar .header-top-inner {
	text-align: center;
}
.top-bar .header-top-inner .cnt-account {
	clear: both;
	display: inline-block;
	float: none;
	margin: auto;
	text-align: center;
}
.top-bar .header-top-inner .cnt-account li {
	margin-bottom: 8px;
}
.top-bar .header-top-inner .cnt-block .list-inline li {
	margin: 0px 0;
}
.main-header .logo-holder {
	text-align: center;
	margin-bottom: 20px;
}
.main-header .top-search-holder .contact-row {
	margin-bottom: 20px;
	text-align: center;
}
.main-header .top-search-holder .contact-row .phone,  .main-header .top-search-holder .contact-row .contact {
	margin: 0 0 5px;
	padding-right: 0px;
	border-right: none;
	display: block;
}
.main-header .top-search-holder .search-area .categories-filter {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 999px;
	margin-bottom: 15px;
}
.main-header .top-search-holder .search-area .search-field {
	width: 82%;
	border-radius: 999px 0px 0px 999px;
}
.main-header .top-search-holder .search-area .search-button {
	padding: 12px 19px;
}
.sidebar .side-menu nav .nav > li > .mega-menu {
	left: 0px;
	min-width: 100%;
	top: 100%;
}
.logo-slider-inner .item {
	text-align: center;
}
.filters-container .filter-tabs,  .filters-container .lbl-cnt,  .filters-container .pagination-container {
	margin-bottom: 10px;
}
.homepage-container .wide-banners .wide-banner {
	margin-bottom: 10px;
}
.cnt-homepage .wrapper .box {
	padding: 0 10px;
}
#owl-main .item .caption {
	padding: 0 22px;
}
.wide-banners .wide-banner:first-child {
	margin-bottom: 10px;
}
.product .product-image .image img {
	width: 100%;
	height: auto;
	display: block;
}
.header-nav .yamm .dropdown-menu {
	background: #fff;
}
.body-content .sidebar {
	margin-bottom: 30px;
}
.filters-container .no-padding {
	padding: 0px;
}
.search-result-container .category-product-inner .product-list.product .product-info {
	padding: 0px;
}
.search-result-container .category-product-inner .product-list.product .product-info .cart {
	margin-bottom: 20px;
}
.single-product .gallery-holder {
	margin-bottom: 30px;
}

.yamm .dropdown-menu.pages {
	padding: 10px 37px;
}
.hot-deal-wrapper .image img {
	width: 100%;
	height: auto;
	display: block;
}
.seller-product .products .product .product-info .name {
	font-size: 15px;
	margin-top: 0px ;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
	font-size: 16px;
}
.cnt-homepage .header-nav .yamm .navbar-header {
	border: 1px solid #f1f1f1;
}
.info-boxes .info-box {
	margin-bottom: 10px;
}
.cnt-homepage .single-product .product-info-block .cart {
	margin-top: 10px;
	padding: 0 15px;
}
.product-comparison .compare-table tr td .product .product-image .image img {
	width: auto;
}
.hot-deals .products {
	margin-right: 15px
}
.copyright-bar .payment-methods {
	text-align: left;
	margin-top: 10px
}
.single-product .home-banner {
	display: none
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.top-cart-row .dropdown-cart {
	float: left;
}
.top-bar .cnt-account ul > li {
}
.sidebar .side-menu nav .nav > li > .mega-menu {
	min-width: 100%;
	left: 0px;
	top: 100%
}
.logo-slider-inner .item {
	text-align: center;
}
.filters-container .filter-tabs,  .filters-container .lbl-cnt,  .filters-container .pagination-container {
	margin-bottom: 10px;
}
.filters-container .pagination-container {
	float: left;
}
.homepage-container .wide-banners .wide-banner {
	margin-bottom: 10px;
}
.cnt-homepage .wrapper .box {
	padding: 0 15px;
}
.cnt-homepage .container {
	width: 100%;
}
.body-content .sidebar {
	margin-bottom: 30px;
}
.product .product-image .image img {
	width: 100%;
	height: auto;
	display: block;
}
.blog-slider .image img {
	width: 100%;
	height: auto;
	display: block;
}
.owl-item {
	padding: 10px;
}
#owl-main .owl-item {
	padding: 0px;
}
.wide-banners .wide-banner:first-child {
	margin-bottom: 10px;
}
.filters-container .no-padding {
	padding: 0px;
}
.search-result-container .category-product-inner .product-list.product .product-info {
	padding: 0px;
}
.hot-deal-wrapper .image img {
	width: 100%;
	height: auto;
	display: block;
}
.main-header .logo-holder {
	text-align: center;
	margin-bottom: 20px;
}
.main-header .contact-row {
	text-align: center;
}
.special-menu {
	display: none!important
}
.single-product .home-banner {
	display: none
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.main-header .top-search-holder .search-area .control-group {
	position: relative;
}
.main-header .top-search-holder .search-area .control-group .search-button {
	position: absolute;
	top: 0px;
	right: 0px;
}
.category-carousel .item {
	height: auto;
}
.filters-container .nav-tabs.nav-tab-box li {
	margin-right: 3px;
}
.filters-container .lbl-cnt .lbl {
	margin-right: -1px;
}
.cnt-homepage .single-product .product-info-block .cart {
	clear: both;
	margin-top: 20px;
}
.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
	font-size: 16px;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,  .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
	font-size: 16px;
}
.wrapper .box .wrapper-inner .container {
	width: auto;
}
.special-menu {
	display: none
}
.home-banner img {
	width: 100%
}
}
/* Large devices (large desktops, 1200px and up) */

.blog-page .blog-post {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
}
.blog-page .blog-post h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.blog-page .blog-post h1 a {
	color: #555;
}
.blog-page .tab-content .blog-post {
	padding: 0px 0px 25px 0px;
	box-shadow: none
}
.blog-page .blog-post span {
	padding-right: 20px;
	color: #aaa;
	font-size: 13px;
}
.blog-page .blog-post p {
	padding-top: 16px;
	font-size: 13px;
	color: #666666;
	margin-bottom: 0px;
}
.blog-page .blog-post a {
	margin-top: 20px;
}
.blog-page .blog-post .blog-pagination .pagination {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.blog-page .blog-post .social-media {
	margin-top: 20px;
	margin-bottom: 30px;
}
.blog-page .blog-post .social-media span {
	font-size: 13px;
	color: #434343;
}
.blog-page .blog-post .social-media a {
	font-size: 18px;
	margin: 0px 10px 0px 0px;
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #888888;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a {
	color: #555;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post span {
	padding-right: 10px;
	color: #aaa;
	font-size: 12px;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post p {
	padding-top: 10px;
	font-size: 13px;
	color: #666666;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs {
	border-bottom: none;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li {
	text-transform: uppercase;
	color: #666666;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li > a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 13px;
	border: none;
	letter-spacing: 1px
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:first-child > a {
	padding-right: 10px;
	border-right: 1px solid #d4d4d4;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:last-child > a {
	padding-left: 10px;
	letter-spacing: 0.5px
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a {
	padding: 0px;
	color: #666666;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
	content: "\f002";
	font-family: fontawesome;
	font-size: 13px;
	position: absolute;
	top: 14px;
	right: 30px;
	background-color: #fff;
	padding-left: 10px;
}
.blog-page .sidebar .sidebar-module-container .search-area input {
	font-size: 12px;
	color: #9e9e9e;
	padding: 14px;
	border: 1px solid #e1e1e1;
	width: 100%;
	position: relative;
}
.blog-page .blog-pagination {
	border-top: 1px solid #ececec;
}
.blog-page .blog-pagination .pagination > li:first-child > a {
	margin-right: 10px;
}
.blog-page .blog-pagination .pagination > li:last-child > a {
	margin-left: 2px;
}
.blog-page .side-bar-blog .widget .categories .side-bar-title h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #555;
	padding-bottom: 8px;
	border-bottom: 1px solid #e3e3e3;
	margin: 0px;
}
.blog-page .blog-post-author-details {
	padding: 40px 0px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
}
.blog-review {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
}
.blog-write-comment {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
}
.blog-page .blog-post-author-details .author-social-network {
	display: inline-block;
}
.blog-page .blog-post-author-details .author-social-network button {
	background-color: #fff;
	border: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	height: 26px;
	width: 26px;
	text-align: center;
	display: inline-block;
	margin: 6px;
	line-height: 26px;
}
.blog-page .blog-post-author-details .author-social-network > span {
	font-size: 13px;
	color: #434343;
	text-transform: uppercase;
	margin-right: 16px;
}
.blog-page .blog-post-author-details .author-social-network .caret {
	color: #e3e3e3;
}
.blog-page .blog-post-author-details .btn-group.open .dropdown-toggle {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.blog-page .blog-post-author-details img {
	float: left;
}
.blog-page .blog-post-author-details .author-job {
	display: block;
	padding: 0px;
	color: #aaa;
	font-size: 12px;
}
.blog-page .blog-post-author-details h4 {
	display: inline-block;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #555;
	margin: 0px;
}
.blog-page .blog-post-author-details p {
	font-size: 13px;
	color: #666666;
	padding: 16px 0px 0px 0px;
	text-align: justify;
}
.blog-page .blog-review .title-review-comments {
	font-size: 16px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 40px;
}
.blog-page .blog-review p {
	font-size: 13px;
	color: #666666;
}
.blog-page .blog-review .review-action {
	font-size: 12px;
	color: #666666;
}
.blog-page .blog-review .post-load-more {
	text-align: center;
	padding-bottom: 10px;
}
.blog-page .blog-post .author:before, .blog-page .blog-post .review:before, .blog-page .blog-post .date-time:before {
	color: #666666;
	font-size: 13px;
	padding-right: 4px;
	font-family: FontAwesome;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before, .blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before, .blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
	color: #666666;
	font-size: 13px;
	padding-right: 4px;
	ont-family: FontAwesome;
}
.blog-page .blog-post .author:before, .blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
	content: "\f007";
}
.blog-page .blog-post .review:before, .blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
	content: "\f086";
}
.blog-page .blog-post .date-time:before, .blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
	content: "\f073";
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a, .blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover, .blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
	background-color: #fff;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:hover, .blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:focus {
	background-color: #fff;
}
.blog-page .blog-post .social-media a:hover, .blog-page .blog-post .social-media a:focus {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
}
.blog-page .blog-post .social-media i, .blog-page .blog-post-author-details .author-social-network button a i {
	padding-top: 6px;
}
.blog-page .blog-review h4, .blog-page .blog-write-comment h4, .contact-page .contact-title h4 {
	font-size: 14px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
}
.blog-page .blog-review .review-action a:hover, .blog-page .blog-review .review-action a:focus {
	text-decoration: underline;
}
.blog-page .blog-review .blog-comments, .blog-page .blog-review .blog-sub-comments {
	border-bottom: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a .icon {
	margin-right: 5px;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover, .blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
	background: rgba(0, 0, 0, 0);
}
/*===================================================================================*/
/* Checkout
/*===================================================================================*/
.checkout-box .checkout-steps .panel-default {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 13px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login .forgot-password {
	padding-top: 14px;
	display: inline-block;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a {
	font-size: 13px;
	color: #666666;
	text-decoration: underline;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
	margin-top: 15px;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
	margin: 0px ;
	font-size: 13px;
	font-weight: bold;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
	color: #555;
	text-transform: uppercase;
	display: block;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
	background-color: #aaaaaa;
	color: #fff ;
	display: inline-block;
	margin-right: 10px;
	padding: 15px 20px;
}
.checkout-box .checkout-steps .checkout-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #434343;
	margin-right: 12px;
}
.checkout-box .checkout-steps .panel-body {
	padding: 20px;
	border: none
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none
}
.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase .guest-check {
	margin-bottom: 6px;
}
.checkout-box .checkout-steps .guest-login ul .save-time-reg {
	padding-bottom: 4px;
}
.checkout-box .panel-group .panel {
	-webkit-border-radius: 0px ;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
	border: none
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a {
	color: #666666;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
	padding: 27px 30px;
	border-bottom: 1px solid #ddd;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading h4 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 14px;
	margin-bottom: 10px;
}
.checkout-box .checkout-steps .checkout-step-01 .guest-login form .radio input[type="radio"], .checkout-box .checkout-steps form .radio-inline input[type="radio"], .checkout-box .checkout-steps form .checkbox input[type="checkbox"], .checkout-box .checkout-steps form .checkbox-inline input[type="checkbox"] {
	margin-left: 0px;
}
.checkout-box .checkout-steps .panel .panel-heading, .checkout-box .checkout-progress-sidebar .panel .panel-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 0px;
	border: none
}
.checkout-box .checkout-steps .guest-login .title-tag-line, .checkout-box .checkout-steps .already-registered-login .title-tag-line {
	margin-bottom: 15px;
	font-size: 13px;
}
.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase, .checkout-box .checkout-steps .guest-login ul {
	padding-left: 10px;
	font-size: 13px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover, .checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus, .checkout-box .checkout-progress-sidebar .panel-body ul li a:hover {
	background-color: rgba(0, 0, 0, 0);
}
.checkout-progress-sidebar .nav>li>a {
	padding: 10px 0px;
}
.checkout-progress-sidebar .nav>li>a:hover, .nav>li>a:focus {
	background: none
}
/*===================================================================================*/
/*  Contact Us
/*===================================================================================*/

.contact-page {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
	overflow: hidden
}
.contact-page .contact-map iframe {
	height: 400px;
	width: 100%;
}
.contact-page .contact-info {
	font-size: 13px;
	color: #666;
}
.contact-page .contact-info .contact-i {
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	margin-right: 16px;
	float: left;
}
.contact-page .contact-info .contact-i i {
	padding-top: 8px;
	font-size: 14px;
}
.contact-page .contact-info .contact-span {
	display: block;
}
.contact-page .contact-title h4 {
	margin-bottom: 30px;
}
.contact-page .contact-info .address, .contact-page .contact-info .phone-no {
	margin-bottom: 10px;
}
/*===================================================================================*/
/*  Shopping Cart
/*===================================================================================*/

.shopping-cart {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
	overflow: hidden
}
.shopping-cart .shopping-cart-table {
	margin-bottom: 50px;
}
.shopping-cart .shopping-cart-table table {
	margin-bottom: 0px;
}
.shopping-cart .shopping-cart-table table tbody tr td {
	vertical-align: middle;
}
.shopping-cart .cart-image img {
	width: 150px
}
.cart-shopping-total {
	background: #f8f8f8
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
	font-size: 18px;
	color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover, .shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
	color: #ff000;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
	display: block;
	text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
	vertical-align: middle !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
	color: #555;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
	font-size: 11px;
	color: #aaa;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
	margin-top: 10px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	margin-left: 14px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
	color: #666666;
	text-decoration: underline;
}
.shopping-cart .shopping-cart-table .table > thead > tr > th {
	text-align: center;
	padding: 16px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn span {
	padding: 20px 0px;
	display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #555;
	margin-bottom: 2px;
	margin-top: 0px;
	display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th p {
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 0px;
}
.shopping-cart .estimate-ship-tax table thead tr > th {
	padding: 24px 10px 20px 10px;
}
.shopping-cart .estimate-ship-tax table tbody tr > td {
	padding: 24px 10px !important;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
	background: #fff;
	color: #999;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #eee;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover, .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
	background: rgba(0, 0, 0, 0);
}
.shopping-cart .cart-shopping-total table thead tr th {
	background-color: #fafafa;
	text-align: right;
	padding: 24px 50px;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
	color: #555;
	margin-bottom: 7px;
}
.shopping-cart .cart-shopping-total table tbody tr td {
	padding: 24px 50px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
	float: right !important;
	margin-bottom: 8px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
	display: block;
	font-weight: normal;
	color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item, .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit, .shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total, .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total, .shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
	text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span, .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #555;
	text-transform: uppercase;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label, .shopping-cart .estimate-ship-tax table tbody tr td .form-group input, .blog-page .blog-write-comment .form-group label, .blog-page .blog-write-comment .form-group input, .contact-page .contact-form form label, .contact-page .contact-form form input {
	font-size: 13px;
	font-weight: normal;
	color: #171616;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span, .blog-page .blog-write-comment label span, .contact-page .contact-form form label span, .checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
	color: red;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total, .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.shopping-cart-table table tbody tr td .quant-input {
	display: inline-block;
	height: 35px;
	position: relative;
	width: 70px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 40px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
	top: 5px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
	top: -7px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
	position: relative;
}
.shopping-cart-table table tbody tr td .quant-input input {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	font-size: 15px;
	height: 35px;
	left: 0;
	padding: 0 20px 0 18px;
	position: absolute;
	top: 0;
	width: 70px;
	z-index: 1;
}
.checkout-btn {
	background: #fdd922;
	color: #333;
	padding: 10px 18px;
}
.product-comparison .page-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 40px;
}
.product-comparison img {
	width: 150px!important
}
.product-comparison .compare-table tr th {
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	padding: 18px 25px;
	vertical-align: middle;
	border: 1px solid #e5e5e5;
}
.product-comparison .compare-table tr td {
	padding: 18px 30px;
	border: 1px solid #e5e5e5;
}
.product-comparison .compare-table tr td .product {
	margin-bottom: 15px;
	margin-top: 40px;
}
.product-comparison .compare-table tr td .product .product-image .image a {
	display: block;
	text-align: left;
}
.product-comparison .compare-table tr td .product-price .price {
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	margin-right: 8px;
}
.product-comparison .compare-table tr td .product-price .price-before-discount {
	color: #D3D3D3;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: line-through;
}
.product-comparison .compare-table tr td .text {
	font-size: 14px;
	line-height: 22px;
}
.product-comparison .compare-table tr td .in-stock {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0px;
}
.product-comparison .compare-table tr td .remove-icon {
	color: #666666;
}
.product-comparison .compare-table tr td .remove-icon:hover, .product-comparison .compare-table tr td .remove-icon:focus {
	color: #ff6666;
}
.body-content .x-page .x-text h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 200px;
	font-weight: bold
}
.body-content .x-page .x-text p {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
.body-content .x-page .x-text .le-button {
	border-radius: 0 3px 3px 0;
	margin: 0 0 0 -5px;
	padding: 19px 23px 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 10px;
	border: medium none;
	color: #333;
	background: #fdd922
}
.body-content .x-page .x-text form input {
	border: 1px solid #e0e0e0;
	border-radius: 3px 0 0 3px;
	color: #3d3d3d;
	padding: 13px;
	font-size: 15px;
	width: 40%;
}
.body-content .x-page .x-text a {
	font-size: 15px;
}
.body-content .x-page .x-text a i {
	padding-right: 2px;
}
/*===================================================================================*/
/*  Terms and Condition/track orders/
/*===================================================================================*/

.terms-conditions-page {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
	overflow: hidden;
}
.body-content .terms-conditions-page .terms-conditions h2, .body-content .faq-page h2, .body-content .track-order-page h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #555;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.body-content .terms-conditions-page .terms-conditions h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	font-weight: bold;
}
.body-content .terms-conditions-page .terms-conditions ol {
	padding-left: 22px;
}
.body-content .terms-conditions-page .terms-conditions ol li {
	font-style: normal;
	font-size: 13px;
	color: #666;
	padding-bottom: 20px;
}
.body-content .terms-conditions-page .terms-conditions p {
	font-size: 15px;
}
.body-content .terms-conditions-page .terms-conditions h2, .body-content .terms-conditions-page .terms-conditions span, .body-content .track-order-page span {
	text-align: left;
}
.track-order-page {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
	overflow: hidden;
}
.product-comparison {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
	overflow: hidden;
}
.faq-page {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
	overflow: hidden;
}
.faq-page .panel-group .panel {
	padding: 0px;
	box-shadow: none
}
.body-content .terms-conditions-page .terms-conditions span, .body-content .faq-page .title-tag, .body-content .track-order-page span {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #666;
}
.body-content .faq-page .title-tag {
	text-align: left;
	padding-bottom: 30px;
}
.body-content .track-order-page .register-form label {
	font-weight: 400;
	font-size: 14px;
}
.body-content .track-order-page .register-form .form-group {
	margin-bottom: 25px;
}
/*===================================================================================*/
/*  Wishlist
/*===================================================================================*/

.my-wishlist-page {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
	overflow: hidden;
}
.heading-title {
	text-align: left!important;
	text-transform: none!important;
	padding: 0px 0px 15px 0px!important;
	font-weight: bold!important;
	font-size: 22px!important;
	border-bottom: 1px #e5e5e5 solid!important;
}
.body-content .my-wishlist-page .my-wishlist table > thead > tr > th {
	text-align: center;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	border: none;
	font-weight: 400;
}
.body-content .my-wishlist-page img {
	width: 100%
}
.body-content .my-wishlist-page .my-wishlist table tbody tr:nth-child(even) {
	border-top: 1px solid #ddd;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 6px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a {
	color: #434343;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating span {
	font-size: 11px;
	color: #aaa;
	padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating .rate {
	color: #ffb400;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating .non-rate {
	color: #dcdcdc;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
	font-size: 16px;
	padding-top: 4px;
	font-weight: bold;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price span {
	font-size: 15px;
	color: #ddd;
	text-decoration: line-through;
	padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle;
	border: none;
	padding: 30px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a, .body-content .my-wishlist-page .my-wishlist table tbody .close-btn a:hover {
	color: #ff7878;
	font-size: 15px;
}
/*===================================================================================*/
/*  Signup and login
/*===================================================================================*/

.sign-in-page {
	background-color: #c3c3c3;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding: 20px;
	overflow: hidden;
}
.body-content .sign-in-page .sign-in h4, .body-content .sign-in-page .create-new-account h4 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 14px;
	border-bottom: 1px solid #ddd;
	font-weight: bold
}
.body-content .sign-in-page .sign-in p, .body-content .sign-in-page .create-new-account p {
	font-size: 15px;
	color: #666;
}
.body-content .sign-in-page .sign-in .social-sign-in a, .body-content .sign-in-page .sign-in .social-sign-in a:hover, .body-content .sign-in-page .sign-in .social-sign-in a:focus {
	border-radius: 3px;
	padding: 14px 30px;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	text-align: center;
}
.body-content .sign-in-page .sign-in .social-sign-in a i {
	padding-right: 6px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
	background-color: #3d5c98;
	margin-right: 10px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:hover, .body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:focus {
	background-color: #153470;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in {
	background-color: #22aadf;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:hover, .body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:focus {
	background-color: #0084B9;
}
.body-content .sign-in-page .create-new-account > span {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 14px;
	text-transform: uppercase;
	display: inline-block;
}
.body-content .sign-in-page .create-new-account .checkbox label {
	margin-bottom: 10px;
	font-size: 16px;
}
.body-content .sign-in-page form .form-group span {
	color: red;
}
.body-content .sign-in-page .register-form label {
	font-size: 14px;
	font-weight: 400;
}
.body-content .sign-in-page .register-form .form-group {
	margin-bottom: 25px;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -5px;
}
.tooltip-inner {
	font-family: 'Open Sans', sans-serif;
	border-radius: 2px;
	min-width: 70px;
	z-index: 10000
}
/*===================================================================================*/
/*  Testimonials
/*===================================================================================*/

.avatar {
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px
}
.avatar img {
	border-radius: 0px;
	margin-bottom: 10px;
	width: auto;
	display: inline-block;
	width: 110px;
	border-radius: 999px
}
.testimonials {
	color: #333;
	font-size: 13px;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
	text-align: center
}
.clients_author {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.5px;
	display: block;
	text-align: center
}
.clients_author span {
	font-size: 13px;
	font-weight: normal;
	color: #999;
	display: block;
}
.testimonials-section .bx-wrapper .bx-pager {
	padding-top: 30px;
}
.testimonials-section .bx-wrapper {
	margin: 0 0 50px;
}
.testimonials-section em {
	font-size: 30px;
	font-style: normal;
	vertical-align: top;
	display: inline-block;
	line-height: 5px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

/*===================================================================================*/
/*  LHS banners
/*===================================================================================*/

.home-banner {
	margin-top: 30px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}





.imgs{
	box-shadow:0px 5px 5px #000;
	border:1px solid #000;
	margin-right:10px;
}







.button {
  background-color: #5f0205;
  border: none;
  color: white;
  padding: 5px 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block; 
  font-size: 16px;
  margin: 0px 0px;
  cursor: pointer;
  margin-top:10px;
}


.box{
	margin-top:30px;
	border:2px solid #5f0205;
	padding:10px;
	box-shadow:0px 5px 5px ##5f0205;
}



.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
 

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 22px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.trending-v{
	padding-bottom: 30px;
}

.product-image video {
    object-fit: cover;
    height: 100% !important;
    border-radius: 5px 5px 0px 0px;
}

.logo-part img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
   /* background: #fff;
    border: 6px solid #ffffff;
    border-radius: 50%;*/
}
.product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}
.product .product-info .name {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    /* padding: 10px; */
}
/*
.logo-part {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -43px;
    right: 0px;
}*/
.product-info.text-left h3 {
    margin: 0;
    text-align: left;
    padding: 10px;
    font-size: 15px !important;
    font-weight: 600;
    color: #333;
    opacity: 1;
    min-height: 62px;
    align-items: center;
    display: flex;
}
.product-image {
    position: relative;
}
.product-info.text-left p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.read-more {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: block;
    margin-bottom: 12px;
}
.section-title1 {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    color: #333333;
    position: relative;
    margin-bottom: 50px;
	    margin-top: 0;
	    padding-top: 20px;
}

.section-title1:after {
    position: absolute;
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background: #556495;
    left: 43%;
    transform: translatex(50%);
    bottom: -14px;
    border-radius: 50px;
}
.section-title1  span {
    font-weight: 600;
}

.bg-back {
    background: #f3f4f6; 
}
a.new-button:hover {
    background: none;
    border: 1px solid #556495;
    color: #333;
}
a.new-button { 
    display: inline-block;
    border: 1px solid #556495; 
    background: #556495;
    padding: 12px 40px;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px !important;
}
.mb-50
{
	    margin-bottom: 50px;
}
/*
.owl-wrapper-outer {
    margin-bottom: 50px;
}
*/

.image img {
    object-fit: cover;
    height: 262px !important;
    border-radius: 5px 5px 0px 0px;
	border: 2px solid #6b78a3;
}

.product-info.text-left {
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}
.cate-headi h3 {
    padding: 15px 15px !important;
}
.pt-50
{
	 padding-top: 15px;
}
.pb-50
{
	 padding-bottom: 15px;
}
.owl-prev:hover {
    background: #556495 !important;
}
.owl-next:hover {
    background: #556495 !important;
}
.two-slide .product-image img {
    height: 400px !important;
}

video {}

.two-slide .product-image video {
    height: 400px !important;
}
.two-slide h3.name {
    padding: 15px 15px !important;
}

.two-slide .section-title1 {
    text-align: left;
    margin-bottom: 0;
    position: relative;
    top: -2px;
}

.two-slide .section-title1:after {display:none;}
.two-slide  .owl-wrapper {
    margin-top: 20px;
}
.two-slide  .custom-carousel .owl-controls {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    display: block;
}
.logo-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.logo-container img {
    width: 100%;
    border: none;
    height: 117px;
    background: #fff;
    object-fit: contain;
}

.two-grid .owl-wrapper-outer {
    margin-bottom: 0;
}
.testi h3 {
    color: #333;
    text-shadow: none;
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
	 color: #fff;
}

.testi p {
    color: #333;
    text-shadow: none;
    width: 57%;
    margin: 0 auto;
    font-size: 15px;
	 color: #fff;
}

.testi {
    background: #fff;
    text-align: center;
    background-image: url(../images/testi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.testi img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.testi:after {
    background: #556495de;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.testi .owl-wrapper-outer {
    z-index: 99;
    position: relative;
    margin-bottom: 0;
}
.testi  .carousel-caption {
    z-index: 999999;
    position: relative;
    color: #fff;
}
.testi  h2.section-title1 {
    position: relative;
    z-index: 9;
    color: #fff;
}
.testi  .section-title1:after { 
    background: #fff; 
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.brand-grid img {
    width: 100%;
    border-radius: 5px;
}


#mySidenav a {
  position: fixed;
  right: -60px;margin-top:50px;
  transition: 0.3s;
  padding: 15px;
  width: 100px;
  text-decoration: none;
  font-size: 12px;
  color: white;
  border-radius: 5px 0;z-index:99999;
}
#contact {
  top: 200px;
  background-color: #555
}
.modal-backdrop.in{opacity:0 !important;}
    .modal{z-index: 99999 !important;padding-top:50px !important;}
	
.new-header {
    display: grid;
    width: 100%;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 80% 20%;
    padding: 0;
}
body { 
    font-family: 'Public Sans', sans-serif !important;
}
.main-header.new-header .top-search-holder .search-area { 
    margin: 0px 0 0; 
}
.new-header .top-bar {
    background: none;
}

.new-header .cnt-block li {
    color: #333 !important;
}

.new-header .cnt-block li a {
    color: #333 !important;
	font-size: 14px;
}
.new-header .header-top-inner a {
    color: #616161 !important;
    font-size: 15px!important;
    position: relative;
    top: -3px;
}

.nav-bg-class {
    background: #556495;
    /* background: linear-gradient( 356deg , #e02129 .99%, #dc2229 99.94%); */
}

.nav-outer {
    background: none;
}

ul.nav.navbar-nav {
    background: none;
}

div#mc-horizontal-menu-collapse {
    background: none;
}

.yamm.navbar.navbar-default {
    background: none;
    border: none;
}

header-nav animate-dropdown red-menu

a {}

ul.nav.navbar-nav a {
    background-color: #ff000000 !important;
}
.w-100
{
	  width: 100%;
}
ul.list-unstyled li:last-child {
    border: none;
    margin-bottom: 30px;/
}
.bor-none {
    border: none;
}
/*.top-search-holder {
    display: grid;
    width: 100%;
    grid-template-columns: 80% 20%;
    align-items: center;
}*/

.search-area {
    width: 100%;
}

.sign-up {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.login a {font-size: 14px;color: #333;}

.login i {
    text-align: center;
    /* display: block; */
    font-size: 15px;
    margin-right: 5px;
    display: block;
}

.logo img {
    width: 140px;
    margin-right: 30px;
}
header.header-style-1 {
    padding: 5px 0px;
    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 1;
    background: #fff;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}
 

ul.list-unstyled {
    position: relative;
}
.search-area {
    width: 100%;
}
ul.list-unstyled.list-inline li span {
    font-family: 'Public Sans', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
}
.top-bar .cnt-account ul > li {
    padding-right: 9px;
    padding-left: 9px;
    border-right: 1px solid #d4d4d4;
}
/*
ul.list-unstyled {
    display: flex;
}
*/

ul.list-unstyled li {
    padding-right: 9px;
    padding-left: 9px;
    border-right: 1px solid #d4d4d4;
}
.logo-holder {
    display: flex;
    align-items: center;
}

.main-header .top-search-holder .search-area .search-button {
    background: none;
    border: none;
    padding: 0;
    line-height: 49px;
    position: absolute;
    right: 12px;
    top: 0;
    color: red;
}
.main-header .top-search-holder .search-area .search-button:after {
    color: #556495; 
    font-weight: initial;
}
.search-area {
    position: relative;
}

.search-area input {
    width: 100% !important;
    background-color: rgba(245,245,245,.7) !important;
    border: solid 1px #e2e2e2 !important;
    border-radius: 5px !important;
}
.search-area {
    width: 100%;
}

.top-search-holder {
    width: 100%;
}

.top-bar.animate-dropdown {
    width: 100%;
}
.top-right-menu
{
    display: flex;
    justify-content: flex-end;
}
.main-header
{
    padding: 0px 0px 0px 0px;
}
.cnt-account > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

 

ul.list-unstyled {
    position: relative;
}
.yamm.navbar.navbar-default {
    margin-bottom: 0;
}

.yamm.navbar.navbar-default a {
    color: #fff;
    position: relative;
    top: 0px;
}
.nav-outer {
    /* display: flex; */
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.header-nav.animate-dropdown.red-menu {
    background: #556495;
    margin-top: 75px;
}
.new-header .header-top-inner a:hover {
    color: #556495 !important;
}
section.banner-part {
    background: url(../images/01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 400px;
    display: flex; 
	    z-index: 9;
}
section.banner-part:before {
    background: #a31218c7;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
}

.banner-content {
    z-index: 9;
    position: relative;
}

.banner-content h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}

.banner-content {
    text-align: center;
    display: f;
}

.banner-content p {
    color: #fff;
    font-size: 18px;
    width: 58%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.banner-content a {
    background: #fff;
    padding: 10px 20px;
    color: #333;
}

.banner-content {display: flex;align-items: center;height: 100%;justify-content: center;}

.yamm.navbar.navbar-default a:hover {
    opacity: .8;
    color: #fff;
}
.banner-content a:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.classiera-category-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.classiera-category-new-v2-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    text-align: center;
   
    height: 132px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: 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;
}
.classiera-category-new-v2-box-img {
    width: 60px;
    height: 60px;
    background: #f1f3f4;
    border-radius: 1000px;
    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;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.classiera-category-new-v2-box-img img {
    max-width: 32px;
    height: auto;
}
.classiera-category-new-v2-box-title {
    color: #232323;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    word-break: initial;
    word-wrap: break-word;
}
 
.classiera-category-new-v2-box:hover {
    background: #556495;
}
.classiera-category-new-v2-box:hover .classiera-category-new-v2-box-img {
    background: #fff;
}
.classiera-category-new-v2-box:hover .classiera-category-new-v2-box-title {
    color: #fff;
}
section.section-pad.classiera-category-new-v2 h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    color: #333333;
    position: relative;
    margin-bottom: 50px;
	    margin-top: 0;
}

section.section-pad.classiera-category-new-v2 h2 span {
    font-weight: 600;
}

section.section-pad.classiera-category-new-v2 h2:after {
    position: absolute;
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background: #556495;
    left: 43%;
    transform: translatex(50%);
    bottom: -14px;
    border-radius: 50px;
}
.navbar-nav li:first-child {
    background: #f6f6f6;
    color: #333;
}

.navbar-nav li:first-child a {
    color: #333 !important;
    font-weight: 600;
}
.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr)!important;
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px;
    box-shadow: 0 0px 5px 2px rgb(0 0 0 / 40%);
	gap: 10px;
}
ul.dropdown-menu {
    box-shadow: none !important;
}

.mega-menu-content h2 {
    font-size: 15px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.mega-menu-content ul {
    all: unset;
}
.mega-menu-content ul li a i {
    text-indent: -9px;
}
.mega-menu-content ul li a i {
    font-size: 10px;
}
.mega-menu-content ul li {
    list-style: none;
    margin-bottom: 8px;
    border: none;
    padding-left: 9px;
}

.mega-menu-content ul li a {
    color: #333;
    font-weight: 400;
}

.mega-menu-content {
    margin-bottom: 20px;
    border-right: 1px solid #ccc;
}

.mega-menu.container {
    
}

.col-xs-12.col-sm-12.col-md-3.sidebar {
    display: none;
}
.classiera-category-content { 
    margin-bottom: 30px;
}
.hv-item 
{
    
    padding-right: 0;
    padding-left: 0;
}

 .hv-item:first-child a 
{
    margin-left: 0;
}

 .hv-item a 
{
    font-weight: 600;
    font-size: 13px;
    color: #000;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 32px;
    
}

 .hv-item .dropdown-menu {
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 250px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;
    padding: 0;
}

 .hv-item .dropdown-menu li {
    padding: 0;
}

 .hv-item:hover .dropdown-menu {
    top: 80%;
    opacity: 1;
    margin-top: 0;
    padding: 8px 0px;
    visibility: visible;
}

 .hv-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -1px;
}
 .hv-item .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
 .hv-item:hover .dropdown-menu {
    top: 80%;
    opacity: 1;
    margin-top: 0;
    padding: 8px 0px;
    visibility: visible;
}
.hv-item:hover .dropdown-menu {
    top: 110%;
    opacity: 1;
    margin-top: 0;
    padding: 8px 0px;
    visibility: visible;
    width: 100%;
    background: none;
}
.navbar-nav .mega-menu-content li:first-child {
    background: none;
}
.footer .footer-bottom .module-body ul li {
    padding: 0;
    border-right: none;
    margin-bottom: 10px;
	    cursor: pointer !important;
}
footer ul.list-unstyled {
    display: unset;
}

footer ul.list-unstyled li {
    list-style: none;
}
.media, .media .media {
    margin-top: 0;
}

.mega-menu-grid .mega-menu-content.bor-none {
    border-right: none !important;
}

.yamm.navbar.navbar-default a:hover {
    color: #ffffff !important;
}
.cnt-account ul li {
    border: none;
    border-right: 1px solid #d4d4d4;
}

.cnt-account ul {
    align-items: center;
}

.cnt-account ul.list-unstyled li:last-child {
    margin-bottom: 0;
}
.mega-menu-content:last-child {
    border: none;
}
li.active.dropdown.yamm-fw a:hover {
    color: #fff !important;
}

.mega-menu-grid ul.links.list-unstyled li a:hover {
    color: #556495 !important;
}
.nav-outer .sign-up .login a:hover {
    color: #fff !important;
    opacity: .9;
}

.video-cate-grid {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 15px;
}

.right-video-thumb img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
}

.thumb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.thumb-grid-list {
    display: flex;
    gap: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
}

.thumb-grid-list-content h2 {
    font-size: 17px;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 600;
}

.thumb-grid-list-content li a {
    color: #333;
}

.thumb-grid-list-content li {
    margin-bottom: 6px;
    transition: .5s all ease;
}

.thumb-grid-list-content li i {
    transform: rotate(180deg);
}

.thumb-grid-list-content li:hover {
    padding-left: 10px;
    transition: .5s all ease;
}

.thumb-grid-list-content li:last-child a {
    color: #556495;
    font-weight: 600;
}

.side-video video {
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
    border-radius: 10px;
}

.abs-thumb-image {
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.side-video {
    position: relative;
    border-radius: 10px;
}

.abs-thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.play-icon {
    position: absolute;
    top: 0;
}

.play-icon img {
    width: 50px;
}

.play-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    border-radius: 10px;
}

.side-video:before {content: "";display: block;width: 100%;height: 100%;background: #d4202714;position: absolute;z-index: 1;border-radius: 10px;}

section.video-cate {
    background-color: #e4f2ee94;
}

.home-form-left {
    background-image: url("https://images.unsplash.com/photo-1509395731449-4f6efe781cf0?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80");
    height: 400px;
    width: 100%;
    background-size: cover;
}

.home-form-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    justify-content: start;
}

.home-form-right {
    background: #556495;
    border-radius: 10px;
    padding: 25px;
}

.home-form-left {
    border-radius: 10px;
}

.home-form-right h2 {margin: 0;color: #fff;font-size: 28px;margin-bottom: 10px;}

.home-form-right p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
    width: 90%;
}

.home-form-right label {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.home-form-right input {
    background: #fff;
    border: none;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
}

.home-form-right input:focus {
    outline: none;
}

.home-form-right select {
    background: #ffffff;
    border: none;
    width: 100px;
    padding: 8px 8px 8px 2px;
    border-radius: 6px 0px 0px 6px;
    font-size: 14px;
    color: #333;
    height: 50px;
    border-right: 1px solid #ccc;
}
.home-fl select#order_data {
    border-radius: 6px 6px 6px 6px;
	 width: 100%;
}
.home-fl {
    display: flex;
    position: relative;
}

.home-inside-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.home-form-right select:focus {
    outline: none;
}

.home-fl input {
    border-radius: 0px 6px 6px 0px;
}

.home-form-right button {
    border: none;
    padding: 14.5px 30px;
    border-radius: 5px;
    background: #fff;
    margin-top: 10px;
    font-size: 15px;
    border: 1px solid #fff;
    transition: .5s all ease;
}

.home-form-right button:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    transition: .5s all ease;
}

.home-form-bottom {
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.home-form-bottom-list img {
    width: 30px;
}

.home-form-bottom {
    text-align: center;
}

.home-form-bottom h3 {
    color: #fff;
    font-size: 16px;
}

.home-form-bottom h3 span {
    display: block;
}

.home-form-top h2 {
    color: #fff;
    margin: 0;
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}

.home-form-top p {}

.home-form-top p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
    width: 90%;
}

.home-form-left {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
}

.home-form-left:after {content: "";background: #0000007a;display: block;width: 100%;height: 100%;top: 0;position: absolute;left: 0;border-radius: 10px;}

.home-form-top {
    z-index: 9;
}

.video-cate-grid {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 15px;
}

.right-video-thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 5px;
}



.thumb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.thumb-grid-list {
    display: unset;
    gap: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
}

.thumb-grid-list-content h2 {
    font-size: 17px;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 600;
}

.thumb-grid-list-content li a {
    color: #333;
	    font-size: 13px;
}

.thumb-grid-list-content li {
    margin-bottom: 6px;
    transition: .5s all ease;
    margin-left: 9px;
}

.thumb-grid-list-content li i {
    transform: rotate(
180deg
);
    margin-left: -9px;
}

.thumb-grid-list-content li:hover {
    padding-left: 10px;
    transition: .5s all ease;
}

.thumb-grid-list-content li:last-child a {
    color: #556495;
    font-weight: 600;
}

.side-video video {
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
    border-radius: 10px;
}

.abs-thumb-image {
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}
.side-video {
    position: relative;
    border-radius: 10px;
}

.abs-thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.play-icon {
    position: absolute;
    top: 0;
}

.play-icon img {
    width: 50px;
}

.play-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    border-radius: 10px;
}

.side-video:before {content: "";display: block;width: 100%;height: 100%;background: #d4202714;position: absolute;z-index: 1;border-radius: 10px;}

section.video-cate {
    background-color: #e4f2ee94;
}

/* Categories List */
.widget {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 12px;
	display: inline-block;
	border: 1px solid #dddddd;
	margin-bottom: 27px;
	padding: 10px;
	position: relative;
	width: 100%;
}

.widget-header h1 {
	margin: 0 0 15px;
	font-size: 14px;
}

.blue-widget {
	border-bottom: 2px solid #09639e;
}

.green-widget {
	border-bottom: 2px solid #99cc33;
}

.brown-widget {
	border-bottom: 2px solid #855410;
}

.violet-widget {
	border-bottom: 2px solid #c406b4;
}

.dark-blue-widget {
	border-bottom: 2px solid #0c1d6b;
}

.orange-widget {
	border-bottom: 2px solid #f57f0a;
}

.light-blue-widget {
	border-bottom: 2px solid #1ba7de;
}

.light-green-widget {
	border-bottom: 2px solid #149c7e;
}

.shortcut-icon {
	border-radius: 50px;
	box-shadow: 0 1px 2px #dcdcdc;
	color: #fff;
	font-size: 14px !important;
	height: 35px;
	line-height: 36px !important;
	margin: 0 0 0 -1px;
	text-align: center;
	vertical-align: middle;
	width: 35px;
}

.icon-blue {
	background: #0487DD none repeat scroll 0 0;
}

.icon-green {
	background: #8DD203 none repeat scroll 0 0;
}

.icon-brown {
	background: #B96C00 none repeat scroll 0 0;
}

.icon-violet {
	background: #FF11EB none repeat scroll 0 0;
}

.icon-dark-blue {
	background: #0227D0 none repeat scroll 0 0;
}

.icon-orange {
	background: #FF9328 none repeat scroll 0 0;
}

.icon-light-blue {
	background: #1DBFFF none repeat scroll 0 0;
}

.icon-light-green {
	background: #02DCAC none repeat scroll 0 0;
}

.trends li {
	line-height: 30px;
}

/*
.trends li a {
    color: #686868;
    display: list-item;
    width: 100%;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
}
*/

.trends li a:hover {
	color: #4611A7;
}

.item-numbers {
	float: right;
	font-size: 12px;
}
.more-cate-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.widget-header img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.widget-header figure {

    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}*/
.more-cate-grid .more-cate-grid-list:nth-child(2) .widget-header figure {
    background: #8DD203 none repeat scroll 0 0 !important;
}

.more-cate-grid .more-cate-grid-list:nth-child(3) .widget-header figure {
    background: #B96C00 none repeat scroll 0 0 !important;
}

.more-cate-grid .more-cate-grid-list:nth-child(4) .widget-header figure {
        background: #FF11EB none repeat scroll 0 0 !important;
}

.more-cate-grid .more-cate-grid-list:nth-child(5) .widget-header figure {
        background: #0227D0 none repeat scroll 0 0 !important;
}

.more-cate-grid .more-cate-grid-list:nth-child(6) .widget-header figure {
        background: #FF9328 none repeat scroll 0 0 !important;
}

.more-cate-grid .more-cate-grid-list:nth-child(7) .widget-header figure {
        background: #1DBFFF none repeat scroll 0 0 !important;
}
.more-cate-grid .more-cate-grid-list:nth-child(8) .widget-header figure {
        background: #c5003c none repeat scroll 0 0 !important;
}
.more-cate-grid .more-cate-grid-list:nth-child(9) .widget-header figure {
           background: #576491 none repeat scroll 0 0 !important;
}
.more-cate-grid .more-cate-grid-list:nth-child(2) .widget
{
    border-bottom: 2px solid #99cc33;

}
.more-cate-grid .more-cate-grid-list:nth-child(3) .widget
{
    border-bottom: 2px solid #b96c00;

}
.more-cate-grid .more-cate-grid-list:nth-child(4) .widget
{
    border-bottom: 2px solid #ff11eb;

}
.more-cate-grid .more-cate-grid-list:nth-child(5) .widget
{
    border-bottom: 2px solid #0227d0;

}
.more-cate-grid .more-cate-grid-list:nth-child(6) .widget
{
    border-bottom: 2px solid #ff9328;

}
.more-cate-grid .more-cate-grid-list:nth-child(7) .widget
{
    border-bottom: 2px solid #1dbfff;

}
.more-cate-grid .more-cate-grid-list:nth-child(8) .widget
{
    border-bottom: 2px solid #c5003c;

}
.more-cate-grid .more-cate-grid-list:nth-child(9) .widget
{
    border-bottom: 2px solid #576491;

}
.more-cate-grid .more-cate-grid-list:nth-child(10) .widget
{
    border-bottom: 2px solid #0487dd;

}
.widget-header h1 {
    display: grid;
    grid-template-columns: 42% 55%;
    gap: 2%;
    align-items: center;
}
.widget-header a {
    color: #000;
    line-height: 20px;
    font-size: 14px;
}
.right-side h4 a{
color: #000 !important;
font-weight:500!important;
}

/*.trends li:last-child a {
    font-weight: 700;
    color: #556495;
}*/
.products-grids {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.products-grids .product video {
    height: 210px !important;
}

.product-grids .product-info.text-left {
}

.products-grids .product-info.text-left {
    margin-top: -5px;
}
.msme-int h2.section-title1 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    top: unset;
}

.msme-int h2.section-title1:after {
    position: absolute;
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background: #556495;
    left: 43%;
    transform: translatex(50%);
    bottom: -14px;
    border-radius: 50px;
}
.products-gridss1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.products-gridss {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.products-gridss .products {
    margin-right: 0;
}

.foot-cate-list {}

.foot-cate-list {
    display: grid;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 50px;
    grid-template-columns: repeat(6, 1fr);
}
.foot-cate-list ul {
    margin-bottom: 0;
    border-right: 1px solid #b1b1b1;
    height: 36px;
    overflow: hidden;
}
.foot-cate-list h2 {
    font-size: 17px;
}

.foot-cate-list ul li {display: inline;align-items: center;display: inline-flex;margin-bottom: 0px;}

.foot-cate-list ul li a {
    color: #000;
}

.foot-cate-list ul li:after {content: ""; margin-left: 10px;margin-right: 10px;display: inline-block;padding: 0px 0px;height: 18px;width: 1px;}

.inside-header .header-nav.animate-dropdown.red-menu {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
    background: #fff;
    /* border-top: 1px solid #ccc; */
}

.inside-header .nav-bg-class {
    background: #fff;
}

.inside-header .yamm.navbar.navbar-default a {
    color: #333;
}

.inside-header header.header-style-1 {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}

.profile-flex {/* display: grid; *//* grid-template-columns: 50% 50%; */}

.profile-img img {
    width: 100%;
}

.pro-grid {
    display: grid;
    grid-template-columns: 47% 50%;
}
.video-frame img {
    width: 100%;
    height: 100%;
}

.video-pro-content {
    /* position: absolute; */
    top: 22px;
    left: 32px;
    /* height: 670px; */
    width: 100%;
    /* box-shadow: inset 2px 2px 2px 2px #ccc; */
}

.video-frame {
    position: relative;
}

.video-pro-content video {
    width: 94.8%;
    border-radius: 28px;
    height: 385px !important;
    object-fit: cover;
    border: 18px solid #fff;
    box-shadow: inset 0px 0px 16px 4px #696969;
    padding: 5px;
    background: #fff;
}

.video-right {
    position: relative;
}

.pro-grid {
    align-items: center;
    gap: 3%;
    padding: 35px 0px;
    padding-top: 0;
}

.profile-cont h2 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}

.info-lable span {
    display: block;
    font-weight: 200;
}

.info-lable {
    color: #fff;
    margin-bottom: 6.5px;
    font-size: 16px;
    font-weight: 500;
}

.profile-cont a {
    background: white;
    padding: 10px 10px;
    color: #333;
    border: 1px solid #1b2e6e;
}

.profile-cont a:hover {
    border: 1px solid #fff;
    color: #fff;
}
.dott-pattern {
    will-change: transform;
    transform: translate3d(0px, -13.8244%, 0px) scale3d(1, 1, 1) rotateX(
0deg
) rotateY(
0deg
) rotateZ(
0deg
) skew(
0deg
, 
0deg
);
    transform-style: preserve-3d;
    right: 0 !important;
    left: unset !important;
    height: 50vh;
    width: 11vw !important;
    position: absolute;
    background-position: 0px 0px;
    background-size: 20px;
    opacity: .4;
    background-image: url(../../images/circle.svg);
    z-index: 999999 !important;
    top: 50%;
    transform: translateY(-50%);
}
.profile-container .breadcrumb {
    margin-bottom: 0;
    padding-top: 0px;
}
.bg-none {
    background: none !important;
}
.profile-container .breadcrumb a {
    color: #fff;
}

.profile-container .breadcrumb li {
    color: #fff !important;
    border: none;
}

.profile-container .breadcrumb ul li:after {
    color: #fff;
}

.profile-container ul.list-unstyled li:last-child {
    margin-bottom: 0;
}
.abt-comp h2 {
    font-size: 25px;
    font-weight: 300;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
}

.abt-comp p {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    width: 80%;
    line-height: 26px;
}

.abt-comp li {
    font-size: 16px;
    margin-bottom: 7px;
}
.abt-comp h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
	color: #333333;
}
.abt-comp li i {
    transform: rotate(
180deg
);
}






.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}
 
 
.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery > ul > li {
  margin-bottom: 0px;
  width: 180px;
  display: inline-block;
  margin-right: 15px;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 230px;
    width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.profile-product .products-gridss {
    grid-template-columns: repeat(6, 1fr);
}

.profile-product .products-gridss img {
    width: 100%;
    /* height: 200px; */
    border-bottom: 1px solid #ccc;
}
.profile-product .products-gridss {
    grid-template-columns: repeat(6, 1fr);
}

.profile-product .products-gridss img {
    width: 100%;
    /* height: 200px; */
    border-bottom: 1px solid #ccc;
}

ul#lightgallery li {
    width: 100%;
    margin-right: 0;
    border: 6px solid #ebebeb;
}

ul#lightgallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 5px;
}

.demo-gallery > ul > li a {
    border: 1px solid #fff;
}
a#lg-download {
    display: none;
}

span#lg-share {
    display: none;
}

span#lg-actual-size {
    display: none;
}
.popup {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.profile-form label {
    font-size: 14px;
    font-weight: 400;
}

.profile-form input {
    margin-bottom: 25px;
    height: 48px;
    border-radius: 4px;
    border-color: #ccc;
    font-size: 15px;
}

.profile-form form {
    box-shadow: 5px 5px 24px 5px rgb(0 0 0 / 7%);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    z-index: 9;
    position: relative;
    background: #fff;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
.container.profile-form {
    margin-top: 50px;
}
.container.profile-form input.new-button {
    display: inline-block;
    border: 1px solid #556495;
    background: #556495;
    padding: 12px 40px;
    color: #fff;
    border-radius: 5px;
    margin-top: 25px;
}

.container.profile-form input.new-button:hover {
    background: none;
    border: 1px solid #556495;
    color: #333;
}
  .footer .footer-bottom {
    background: #f3f4f6; 
}
.container.profile-form {
    margin-top: 50px;
    margin-bottom: 70px;
}
.dott-pattern.form-pat {
    background-image: url(../../images/circle-red.svg);
    height: 16vh;
    width: 11vw !important;
    top: unset;
    transform: unset;
    bottom: -64px;
    right: -90px !important;
    z-index: 1 !important;
}
.inside-header .yamm.navbar.navbar-default a:hover {
    color: #c3013b !important;
    opacity: 1;
}
.breadcrumb {
    background: #ececec;
}

ul.list-unstyled li:last-child {
    margin-bottom: 0;
}

.breadcrumb-inner ul {
    padding-top: 0;
    padding: 10px 0px;
}

.breadcrumb-inner ul li {
    border: none;
}

.breadcrumb ul li:after {
    margin-right: 0px;
}
.abt-inside-container .two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.abt-inside-right img {
    width: 550px;
    border-radius: 10px;
    height: 520px;
}

.abt-inside-left p {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
    line-height: 26px;
    text-align: justify;
}

.abt-inside-container .two-grid {
    gap: 50px;
    align-items: center;
}
.abt-team .products-gridss {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.abt-team a span {
    display: block;
    margin-top: 5px;
    font-weight: 500;
}
.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.counter-grid .box {
    all: unset;
    text-align: center;
}

.box h4 {
    font-size: 28px;
    font-weight: 600;
    color: #556495;
    margin-bottom: 0;
}

.box p {
    font-size: 16px;
}

.box img {
    margin-bottom: 10px;
}

.why-grid-container {
    display: grid;
    grid-template-columns: 35% 50%;
    gap: 50px;
    align-items: center;
}
.why-grid-left img {
    width: 100%;
    border-radius: 10px;
    height: 600px;
    object-fit: cover;
    z-index: 9;
    position: relative;
}

.why-right-section h2 {
    letter-spacing: -1px;
    font-size: 25px;
    font-weight: 300;
    color: #333333;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
}

.why-right-section {
    margin-bottom: 30px;
}

.why-right-section p {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
    line-height: 26px;
    text-align: justify;
}
.dott-pattern.form-pat.abt-top-pat {
    top: 50%;
    bottom: unset;
    height: 26vh;
    transform: translateY(-50%);
    width: 21vw !important;
}

.rel {
    position: relative;
}
.why.pt-50.pb-50 {
    position: relative;
}	
.dott-pattern.form-pat.abt-top-pat.mis {
    right: unset !important;
    left: 0 !important;
}
.detail-block {
    z-index: 9;
    position: relative;
}
.client-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.client-grid img {
    width: 100%;
    height: 200px;
    position: relative;
    object-fit: cover;
}

.client-grid figure:after {
    content: "";
    display: block;
    background: white;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -9px;
    z-index: 999999999999999;
    bottom: -11px;
}

.client-grid figure {
    position: relative;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.client-grid figure:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #556495;
}

.client-grid figure:last-child h3 {
    color: #fff;
    font-size: 30px;
} 





/* Hide the images by default */
/*
.mySlides {
  display: none;
}
*/

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: #f5f5f5;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
    display: none;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
 

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.details-top-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.details-top-grid-right h2 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 300;
    color: #333333;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.details-top-grid-right p {
    color: #333;
    font-size: 15px !important;
    margin-bottom: 15px;
    width: 100%;
    line-height: 30px;
    text-transform: inherit !important;
}
.details-top-grid-right span{
    color: #333;
    font-size: 15px !important;
    margin-bottom: 15px;
    width: 100%;
    line-height: 30px;
}

.details-top-grid-right h2.section-title1 {
    text-align: left;
    margin-top: 40px;
}

.details-top-grid-right .popup {
    width: 100%;
}
.details-top-grid-left .mySlides img {
   width: 70%;
    object-fit: cover;
    margin-bottom: 4px;
    display: flex;
    align-items: center!important;
    margin: 0 auto;
}

.mySlides {
    border-radius: 10px;
}
.thumb-grids {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3px;
}

.thumb-grids .column img {
    border-radius: 3px;
    height: 75px;
    object-fit: cover;
}

.det-two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.form-overlap-content h2 {
    font-size: 17px;
    text-align: left;
    color: #333;
}
.form-overlap-content p {
    color: #333;
}

.form-overlap-content {
    width: 100%;
    text-align: left;
}

.sta-flex {
    display: flex;
    justify-content: space-between;
}
.sta-flex img {
    width: 20px !important;
    margin-left: 7px;
}

.owl-item {
    /* width: 500px !important; */
}
.home-form-bottom .owl-nav {
    display: none;
}

.home-form-bottom .owl-dots {
    display: none;
}

.form-overlap-content {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    height: 160px;
}
.form-overlap-content h2 {
    margin-top: 0;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
}

.sta-flex p:first-child {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.form-overlap-content a {
    color: #556495;
    text-decoration: underline;
    font-weight: 500;
}
.sta-flex i {
    margin-right: 3px;
}
.profile-logo {
    width: 400px !important;
}

.profile-logo-div {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.details-top-grid-right form h2 {
    font-size: 18px;
    margin-bottom: 30px;
}
 

.details-top-grid-right input.new-button {
    display: inline-block;
    border: 1px solid #556495;
    background: #556495;
    padding: 12px 40px;
    color: #fff;
    transition: .5s all ease;
    border-radius: 5px;
    margin-top: 25px;
}

.details-top-grid-right input.new-button:hover {
    background: none;
    border: 1px solid #556495;
    color: #333;
    transition: .5s all ease;
}
.details-top-grid-left {
    position: relative;
}
.details-top-grid-left .prev, .next {
    top: 34%;
}
.prev:hover, .next:hover {
    background-color: rgb(230 41 53 / 38%);
    color: #FFF;
}
.dott-pattern.form-pat.pd-details {
    z-index: -1 !important;
}
.breadcrumb ul li.active {
    color: #ffffff !important;
}
h2.inside-main-heading {
    margin-top: 0;
    font-size: 24px;
    font-weight: 500;
        padding-top: 10px;
    padding-bottom: 10px;
}
.inside-main-heading span {
    font-size: 17px;
    font-weight: 400;
}

.product-list-grid {
    border: 1px solid #ccc;
    display: grid;
    grid-template-columns: 20% 45% 33%;
    gap: 1%;
    padding: 0px;
        border-radius: 5px 5px 5px 5px;
    width: 100%;
}
.product-list-grid-two {
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-list-grid-one img {
    width: 100%;
    border-radius: 10px 0px 0px 10px;
    height: 100%;
    object-fit: cover;
}

.product-list-grid-two i {
    transform: rotate(180deg);
    margin-right: 5px;
}

.product-list-grid-two h3 {
    font-size: 18px;
    color: #556495;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    line-height: 25px;
    text-transform: capitalize;
}
.product-list-grid-two h3 {
    font-size: 18px;
    text-decoration: underline;
    color: #556495;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    line-height: 25px;
    cursor: pointer;
}
.part-price p {
    font-weight: 700;
}
.product-list-grid-two li span {
    color: #666;
}
.product-list-grid-two li {
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 500;
}
a.rm {
    all: unset;
    cursor: pointer;
    color: #556495;
    font-weight: 600;
}






















.product-list-grid-two h4 {
    font-weight: 600;
}

.product-list-grid-two p {
    font-size: 16px;
    margin-bottom: 16px;
    padding-bottom: 0px;
}

.product-list-grid-three {
    background: red;
    background-color: #e4f2ee94;
       padding: 15px 10px;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    align-items: center;
}

.product-list-grid-three h2 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.cont-det h3 {
    font-size: 17px;
    margin-bottom: 2px;
}

.cont-det p {
    font-size: 15px;
}

.cont-det:last-child p {
    margin-bottom: 0;
}

.product-list-grid-two ul {
    margin-bottom: 20px;
}

.product-list-grid-two ul a {
    color: red;
}

.product-list-grid-two a {
    color: #556495;
    font-size: 15px;
    border: 1px solid #556495;
    padding: 8px 12px;
    border-radius: 2px;
	    border: 1px solid #828282;
    color: #333;
}

.product-list-container {
    margin-bottom: 20px;
}
.inside-top-heading {
    text-align: left;
}

.inside-top-heading h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 500;
}

.inside-top-heading p {
       color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
    line-height: 26px;
    text-align: justify;
}

.mb-30 {
    margin-bottom: 30px;
}
.navbar { 
    min-height: unset; 
}
.hash {
    display: inline-grid;
    grid-template-columns: 14% 86%;
    width: 100%;
    position: relative;
    top: 3px;
}
.hash span {
    font-weight: 600;
    display: block;
}

.hash-anchor a:after {content: "";display: inline-block;background: #b9b9b9;width: 1px;height: 10px;margin-left: 5px;margin-right: 5px;}

.hash-anchor a {
    color: #333;
}
.top-loc img {
    width: 20px;
}

.top-loc {
    display: flex;
    align-items: center;
    width: 100%;
    align-items: center;
    border: 1px solid #ccc;
    border: solid 1px #e2e2e2 !important;
    border-radius: 5px !important;
}
.inp-fl {
    display: grid;
    grid-template-columns: 82% 17%;
    gap: 1%;
}
.top-loc p {
    margin-bottom: 0;
}
.inp-re {
    position: relative;
}
.top-loc p a {
    color: #333;
    font-weight: 600;
}

.hash-anchor a:last-child:after {
    visibility: hidden;
}.profile-btn a:hover {
    background: #556495;
    color: #fff;
    border: 1px solid #556495;
}
.darker-bread ul li.active {
    color: #333 !important;
}

.bid {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}
.product-list-container-control .product-list-container:last-child {
    margin-bottom: 50px;
}
.member-two-grid {display: grid;grid-template-columns: 49.5% 49.5%;gap: 1%;}

.member-two-grid .product-list-grid {
    grid-template-columns: 30% 70%;
}

.member-two-grid img {
    width: 100%;
    border-radius: 10px 0px 10px 0px;
}

.member-two-grid h3 {
    margin-top: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

.member-two-grid .product-list-grid-three {
    display: block;
    grid-template-columns: unset;
    width: 100%;
    margin-top: 10px;
	border-radius: 0px 10px 10px 10px;
}
.member-two-grid .product-list-container {
    border: 1px solid #ccc;
    padding: 0px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 5px;
    background: #fff;
}

.member-two-grid .product-list-grid {
    border: none;
    align-items: center;
}
.member-two-contact {
    display: grid;
    grid-template-columns: 44% 30%;
    justify-content: space-between;
}
.div-member {
    background-color: #e4f2ee94;
}
.member-three-grid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 1%;
}

.member-three-grid .product-list-grid {
    grid-template-columns: 100%;
    padding-bottom: 20px;
}

.member-three-grid .product-list-container {
}

.member-three-grid .product-list-grid-two {
    padding: 10px;
    padding-top: 0;
}

.member-two-grid.member-three-grid h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.member-two-grid.member-three-grid h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.member-two-grid.member-three-grid p {
    border: none;
}

.member-two-grid.member-three-grid p {
    font-size: 14px;
}

.member-two-grid.member-three-grid .profile-btn  a {
    font-size: 13px;
    padding: 8px 6px;
}
.member-two-grid.member-three-grid img {
    border-radius: 10px 10px 0px 0px;
}
.profile-view-all-button {
    margin-bottom: 40px;
    margin-top: 30px;
}
.mb-0 {
    margin-bottom: 0;
}

.profile-right-fix a img {
    width: 25px;
    display: block;
    margin-bottom: 25px;
}

.profile-right-fix {
    background: #fff;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 15px;
    box-shadow: 0px 0px 9px 2px #ccc;
    border-radius: 5px 0px 0px 5px;
	z-index: 9;
}

.profile-right-fix a:last-child img {
    margin-bottom: 0;
}




/***** mega menu ****/
/* #Resets
Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */
  
/* #Universal and Default Styles
Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */
 
.ul-reset {
	padding-left: 0;
   margin-top: 0;
   margin-bottom: 0;
	list-style: none;
}



/* #Navigation Styles
Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */
 
nav > ul > li {
    display: inline-block;
    font-size: 14px;
    padding: 0 0px;
    position: relative;
}
nav > ul > li:first-child {padding-left: 0;}
nav > ul > li:last-child {padding-right: 0;}
nav > ul > li > a {
	color: #fff;
  	display: block;
  	position: relative;
  	padding: 0px 0; 
}
nav > ul > li:hover > a {
	color: #69aae0;  
}



/* #Mega Menu Styles
Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */
.mega-menu12 {
   /*  opacity: 0; */	
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    transition: .3s all ease;
    z-index: 9;
    top: 50px;
	display:none;
}
.mega-menu12 h3 {color: #444;}
.mega-menu12 ul {
	/* float: left; */
  	margin-bottom: 20px;
  	margin-right: 40px;
  	 
}
.mega-menu12 ul:last-child {margin-right: 0;}
.mega-menu12 a {
	border-bottom: 1px solid #ddd;
  	color: #4ea3d8;
  	display: block;
  	padding: 10px 0;
}
.mega-menu12 a:hover {color: #2d6a91; }



/* #Droppable Class Styles
Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */
.droppable {position: static;}
.droppable > a:after {
	content: "\f107";
  	font-family: FontAwesome;
  	font-size: 12px;
  	padding-left: 6px;
  	position: relative;
  	top: -1px;
}
.droppable:hover .mega-menu12 {
    /* opacity: 1; */
	display:block;
    transition: .5s all ease;
    z-index: 999;
    top: 40px;
}

/* #Browser Clearfix
Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */
.cf:before,
.cf:after {
	content: " "; /* 1 */
   display: table; /* 2 */
}
.cf:after {clear: both;}

ul.ul-reset li {
    background: none !important;
}

.nav-outer nav ul.ul-reset li a {
    color: #fff !important;
    font-weight: unset !important;
}
ul.nav.navbar-nav {
    display: flex;
    align-items: center;
}
li.active.dropdown.yamm-fw.hv-item.double-menu {
    margin-right: 30px;
}
/***** mega menu ****/

.menu-essential ul {
    display: flex;
    gap: 25px;
}

.menu-essential i {
    display: block;
    font-size: 16px;
}

.menu-essential li {
    text-align: center;
    font-size: 14px;
}

.menu-essential li a {
    color: #333;
}

.logo-holder {
    width: 100%;
    align-items: center;
}

.menu-essential {
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: flex-end;
    align-items: center;
}

.login a {
    color: #333 !important;
}

.new-header .header-top-inner a {
    color: #333 !important;
}
.menu-essential li img {
    width: 25px;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
}
.new-cate .header-nav.animate-dropdown.red-menu {
    margin-top: 0;
}

.header-style-1.new-cate {
    /* margin-top: 73px; */
    background: #556495;
}

.new-cate .nav-bg-class {
    background: #556495;
}

.new-cate .header-nav.animate-dropdown.red-menu {
    box-shadow: none;
}

.new-cate li.active.dropdown.yamm-fw.hv-item.double-menu {
    background: #f1f1f1 !important;
}
li.droppable .mega-menu-grid .mega-menu-content a {
    color: #333 !important;
}

li.droppable h2 {
    color: #556495;
    margin-bottom: 0;
}
li.droppable .mega-menu-grid .mega-menu-content a {
    color: #333 !important;
    border: none;
    font-weight: 600 !important;
    /* padding: 0; */
    padding: 8px 0px;
}

li.droppable h2 {
    color: #556495;
    margin-bottom: 10px;
}

li.droppable h2 {
    color: #556495;
    margin-bottom: 10px;
}

li.droppable li {
    padding-right: 0;
    margin-bottom: 0px;
}
.ban-inp {
    display: grid;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    grid-template-columns: 60% 30% 10%;
}

.text-inp input {
    width: 100%;
    padding: 0 21px;
    border-radius: 6px 0 0 6px;
    border: 0;
    border-right: 1px solid #eee;
    height: 60px;
    width: 100%;
}

.loc-inp input {
    height: 60px;
    border: 0;
    border-radius: 0;
    border-color: #eee;
    padding: 0 78px 0 21px;
    width: 100%;
}

.btn-inp button {
    height: 60px;
    margin-left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 6px 6px 0px;
    box-shadow: unset;
    padding: 15px 50px;
    background-color: #556495;
    color: #fff;
    min-height: 46px;
    cursor: pointer;
    border: none;
}

.text-inp {
    width: 100%;
}

.loc-inp {
    width: 100%;
}
.text-inp input:focus {
    outline: none;
}
.loc-inp input:focus {
  outline: none;
}
.loc-inp img {
    width: 20px;
    position: absolute;
    right: 5px;
    top: 21px;
}

.loc-inp {
    position: relative;
}


.text-inp img {
    width: 20px;
    position: absolute;
    right: 5px;
    top: 21px;
}

.text-inp {
    position: relative;
}
ul.ul-reset li a {
    padding: 12px 6px!important;
    font-size: 13px !important;
}


ul.ul-reset li:last-child a {
    background: #fff !important;
    color: #333 !important;
}

.nav-bg-class.container ul.ul-reset li:last-child a {
    background: #fff !important;
    color: #333 !important;
    font-weight: 600 !important;
}
.hashtag-banner h2 {
    font-size: 18px;
    color: #fff;
}

.hashtag-banner li {
    background: rgba(255, 255, 255, 0.81) none repeat scroll 0 0;
    border-radius: 2px;
    color: #4611a7;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 2px;
    padding: 0px 5px;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.hashtag-banner a {
    all: unset;
    color: #556495;
}

.hashtag-banner ul {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.hashtag-banner a:hover {
    all: unset;
    cursor: pointer;
}
.hashtag-banner a:hover {
    all: unset;
    cursor: pointer;
    opacity: 1;
}

.hashtag-banner li:hover {
    background: #fff;
    color: #333;
}


.pl-list-page {
    display: grid;
    grid-template-columns: 15% 84%;
    gap: 1%;
}

.pl-left-cate {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
}

.pl-left-cate h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pl-left-cate a {
    color: #333;
    display: flex;
    gap: 10px;
}

.pl-left-cate li {
    margin-bottom: 6px;
}
.pl-left-cate h4 {
    margin: 0;
}
.pl-left-cate h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pl-left-cate a {
    color: #000;
    gap: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.pl-left-cate li {
    margin-bottom: 6px;
    line-height: 30px;
}

.pl-left-cate img {
    width: 50px;
    height: 50px;
    border: 1px solid #e4e4e4;
}

.pl-left-cate h4 {
    font-size: 16px;
    margin: 0;
}
.product-list-grid-one p {
    background: #e69721;
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--white);
    padding: 6px 16px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #fff;
}

.product-list-grid-one {
    position: relative;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.popular-products-box {
    border: 1px solid #ccc;
}
.popular-products-box h4 {
    font-size: 13px;
    padding-left: 8px;
    color: #2e3192;
    font-weight: 400;
}
.price-right-det h4 {
    font-weight: 700;
    color: #000;
}

.price-right-det h4 span {
    display: block;
    font-weight: 400;
}

.price-right-det {
    margin-top: 20px;
}
.popular-products-box img {
    height: 145px;
}

.popular-products h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
p.part-price {
    font-weight: 700;
}
a.rm {
    all: unset !important;
    cursor: pointer !important;
    color: #556495 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    display: inline-block;
}
.veri img {
    width: 24px;
}

.veri {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    row-gap: 12px;
}

.last-three-div {
    display: unset;
}

.pr-list-second.ad-container {
    display: grid;
    grid-template-columns: 73% 26%;
    gap: 1%;
}

.veri div {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.product-list-grid-three.last-three-div h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.veri h5 {
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}
.product-list-grid-three.last-three-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mob-no {
    font-size: 18px;
    margin-bottom: 6px;
    text-align: center;
}

.cont-no-button {
    background: #556495;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}
.platimum {
    position: absolute;
    top: 16px;
    left: -36px;
    padding: 3px 25px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
    transform: rotate( -45deg );
    z-index: 1;
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%, 20% 0%);
}
.shape {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 0px;
    right: 0px;
}

.shape:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 7px;
    left: 8px;
    top: -8px;
    background-color: #1b8a4b;
}

.shape:after {
    position: absolute;
    content: '';
    left: -77px;
    bottom: 25px;
    width: 7px;
    height: 8px;
    background-color: #1b8a4b;
}
.homeads img {
    width: 100%;
}

.homeads {
    margin-top: 0px;
}
li.media .media-body span {
    margin-bottom: 10px;
    display: block;
}

li.media .media-body span b {
    color: #353535;
}	

.popup-content label {display: block;color: #424242;font-weight: 500;margin-bottom: 3px;}

.form-lable-container {
    margin-bottom: 20px;
}

.form-lable-container input {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
        font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

 
.modal-header .close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #a7a7a7;
    opacity: 1;
    z-index: 9;
}

.modal-header.border-0 {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
}

.modal-dialog {
    width: 550px;
}

.form-lable-container textarea {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.popup-content h2 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.modal-body {
    padding: 0;
}
.company-vedio iframe {
    width: 50%;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;
}

 .list-cont-no {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 5px;
	width: 100%;
}

.mob-no {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #556495;
    margin-bottom: 0;
}

.cont-no-button {
    font-size: 14px;
    padding: 9px 15px;
}
.platinum-section {
    margin-bottom: 20px;
}
.product-list-ads img {
    width: 100%;
}
.product-list-ads {
    margin-bottom: 25px;
}

.gold:after {
    background-color: #045990;
}

.gold:before {
    background-color: #045990;
}
.gold-text {
    padding: 3px 49px;
}
.silver-product-list {
    display: grid;
    grid-template-columns: 49.1% 49.1%;
    gap: 1.8%;
    margin-bottom: 30px;
}

.silver-product-list .product-list-grid {
    grid-template-columns: 40% 59%;
    border-radius: 5px 5px 0px 0px;
    border: unset;
}

/*.silver-product-list .product-list-grid-one img {
    height: 90%;
}*/

.silver-product-list p.part-price {
    margin-bottom: 10px;
}

.silver-product-list .product-list-grid-three.last-three-div {display: block;width: 100%;border-radius: 0px 0px 10px 10px;}

.silver-product-list .list-cont-no {
    margin-top: 10px;
}

.silver-product-list .platinum-section {
    border: 1px solid #ccc;
    border-radius: 10px 10px 10px 10px;
}

.platimum.gold-text.silver-text {
    padding: 3px 45px;
}

.shape.gold.silver:before {
    left: 11px;
    top: -8px;
    background-color: #b70000;
}

.shape.gold.silver:after {
    left: -74px;
    bottom: 25px;
    background-color: #b70000;
}
.silver-product-list .veri {
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
}

.silver-product-list .veri div {
    text-align: center;
 /*   justify-content: center;*/
}

.silver-product-list .veri h5 {
    width: unset;
}
.popup-content {
    background: #f5f5f5;
    border: 1px solid #e8e8e8; 
    border-radius: 5px;
    padding: 10px;
}

.prod-right-square-img img {
    width: 100%;
    height: 330px !important;
    overflow: hidden;
}
.needhelp h2 span {
}

.needhelp h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

 

.needhelp.middle-form-cate-list {
    margin-bottom: 25px;
}
.silver-product-list .platinum-section {
    margin-bottom: 5px;
}
.form-middle-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.member-two-grid.member-three-grid.lower-cate img {
    height: 225px;
    object-fit: cover;
}
.popular-products-box {
    padding-bottom: 10px;
}
.member-two-grid.member-three-grid.lower-cate h4 {
    font-size: 13px;
    padding-left: 8px;
    color: #2e3192;
    font-weight: 400;
}
.popular-products-box {
    padding-bottom: 10px;
}

.member-two-grid.member-three-grid.lower-cate h4 {
    font-size: 13px;
    padding-left: 8px;
    color: #2e3192;
    font-weight: 400;
}

.price-right-det .member-two-grid.member-three-grid.lower-cate h4 {}

.member-two-grid.member-three-grid.lower-cate .price-right-det h4 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.member-two-grid.member-three-grid.lower-cate .price-right-det h4 span {
    display: block;
    font-weight: 400;
}
.needhelp.middle-form-cate-list .popup-content {
    background: #556495;
}

.needhelp.middle-form-cate-list h2 {
    color: #fff;
}

.needhelp.middle-form-cate-list label {
    color: #fff;
}
.popup-content button {
    border: none;
    background: #556495;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #556495;
    transition: .5s all ease;
}

.popup-content button:hover {
    background: none;
    border: 1px solid #556495;
    transition: .5s all ease;
    color: #000;
}
.member-two-grid.member-three-grid.lower-cate .popular-products-box {
       border-radius: 10px 10px 10px 10px;
}
.needhelp.middle-form-cate-list button {
    background: #fff;
    border: 1px solid #fff;
    color: #333;
}






/* The Modal (background) */
.company-video-play .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.company-video-play .modal-content {
   position: absolute;
    top: 50% !important;
    transform: translate(-38%, -42%) !important;
    left: 50% !important;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    background: unset;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.company-video-play .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.company-video-play .close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.company-video-play .modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
    all: unset;
}

 

.company-video-play .company-video-play .modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.company-video-play iframe {
    width: 100%;
}

.company-video-play .modal-header {
    position: absolute;
    background: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99999;
    right: 0%;
    top: 0%;
}
div#myBtn2 {
    cursor: pointer;
}
.ad-square-section {
    position: -webkit-sticky;
    position: sticky;
    top: 84px;
    bottom: 0;
    z-index: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.pl-left {
    position: -webkit-sticky;
    position: sticky;
    top: 84px;
    bottom: 0;
    z-index: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.cont-no-button a {
    color: #fff;
}
.popup-grid-container {
    display: grid;
    grid-template-columns: 45% 52%;
    gap: 2%;
    border: 1px solid #828282;
}

.popup-left-grid img {
    width: 100%;
    height: 100%;
    position: relative;
}

.modal-dialog {
    width: 700px;
}

.form-lable-container textarea {
    height: 50px;
        font-size: 15px;
    color: #000;
}

.form-p-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 8px;
}

.popupform.new-f form {
    padding: 15px;
    padding-left: 0;
}

.popupform.new-f .popup-content {
    background: #fff;
}

.pop-image-cont {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    top: 50%;
    z-index: 999999;
}

.popup-left-grid {
    position: relative;
}

.pop-image-cont h2 {
    color: #fff;
    margin-bottom: 6px;
    position: relative;
    z-index: 999999999;
}

.pop-image-cont p {
    color: #fff;
}

.popup-left-grid:after {content: "";display: block;width: 100%;height: 100%;background: #556495d9;position: absolute;top: 0;left: 0;}

.modal-header .close {
    right: 14px;
    top: 10px;
}

  
.cl-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.cl-menu {
    display: flex;
    justify-content: flex-end;
}

.cl-header.container {
    padding: 10px 0px;
}

.cl-menu a {
    font-size: 15px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.cl-menu .nav {
    display: flex;
    gap: 30px;
}
.cl-header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #ffff;
    border-bottom: 1px solid #ccc;
}
.cost-grid {
    display: grid;
    grid-template-columns: 25% 25%;
    gap: 1%;
    height: 100%;
    margin-top: 30px;
}

.cost-left {
    box-shadow: 0px 0px 3px 0px #ccc;
    padding: 15px 35px;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.cost-left h3 {
    margin: 0;
    padding: 0;
    font-size: 19px;
    line-height: 26px;
    box-shadow: none !important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.cost-left h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 19px;
    color: #556495;
}
.pricing-grid.container {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.pricing-grid.container .pricing-content:nth-child(1) {
    background: #F3F7FA;
}

.pricing-content {
    padding-top: 20px;
    border-radius: 10px;
}
.pricing-content h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: 0;
}
.point-offer {
    text-align: left;
    padding-left: 15px;
    margin-top: 12px;
    padding-right: 21px;
    padding-bottom: 10px;
}

.point-offer h2 {
    padding-left: 0px;
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 300;
    text-shadow: 0px 0px 0px #ccc;
}
.point-offer li {
    font-size: 14px;
    color: #462b34;
    margin-bottom: 15px;
}
.point-offer li i {
    font-size: 10px;
    color: #075794;
}
.pricing-grid.container .pricing-content:nth-child(2) {
    background: #F2FBF3;
}
.pricing-grid.container .pricing-content:nth-child(3) {
    background: #fef6e5d1;
}

 

.pricing-grid.container:before {
    display: none;
}

.pricing-grid.container:after {
    display: none;
}

.point-offer li i {
    margin-right: 6px;
}

.pricing {
    margin-top: 50px;
    margin-bottom: 50px;
}
.margin-bottom-0 {
    margin-bottom: 0px !important;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.ad-grid {
    display: grid;
    grid-template-columns: 60% 38%;
    gap: 2%;
    margin-bottom: 50px;
    margin-top: 20px;
}

.ad-grid .popup-grid-container {
    display: unset;
}

.ad-grid-left h2 {
    font-size: 25px;
    font-weight: 600;
    color: #333333;
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
}

.ad-grid-left i {
    transform: rotate(180deg);
}

.ad-grid-left li {
    margin-bottom: 14px;
}

.ad-high {
    background: #556495;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    margin-top: 30px;
}

.ad-high h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.ad-high p {
    line-height: 30px;
    margin-bottom: 0;
    font-size: 15px;
}

.ad-grid .popup-grid-container {
    border: none;
}

.ad-grid .popup-grid-container h2 {
    margin-bottom: 0;
}

.breadcrumb .breadcrumb-inner ul li.active {
    color: #000 !important;
    font-size: 14px;
        background: none !important;
}
.menu-zindex {
    z-index: 9;
    position: relative;
}

.cnt-page .form-p-grid {
    display: unset;
    border-radius: 0px 10px 0px 10px;
}

.cnt-page .popup-left-grid:after {
    display: none;
}

.cnt-page .popup-left-grid {
    background: #556495;
}

.popup-left-grid.cont-left h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 40px;
}

.popup-left-grid.cont-left {
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
}

.popup-left-grid.cont-left address {color: #fff;margin-bottom: 40px;}

.popup-left-grid.cont-left address h3 {
    font-size: 18px;
}

.popup-left-grid.cont-left address p {
    width: 90%;
	    padding-left: 26px;
}

.cnt-page .popup-content {
    border: none;
    border-radius: 10px;
}

.cnt-page .popup-grid-container {border: 1px solid #dedede;border-radius: 10px;}

.popup-left-grid.cont-left address h3 img {
    width: 20px;
}
.platimumContainer .product-list-grid {
    grid-template-columns: repeat(3, 1fr);
    gap:20px;
}

.platimumContainer .shape {
    left: 70px;
    right: unset;
}
.platimumContainer .list-cont-no {
    flex-direction: column;
}

.list-cont-no > div {
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}





.platimumContainer  .my-Slide-Container img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 4px 0px 0px 0px;
}

.platimumContainer .Pro-list-g {
    /* display: flex; */
}

.platimumContainer .my-Slide-Container {
    display: flex;
    width: 100%;
}

.platimumContainer .column img {
    width: 60px !important;
    height: 50px;
    border-radius: 3px;
	    border: 1px solid #ccc;
}

.platimumContainer .sd {
    display: flex;
    gap: 3px;
    margin-top: 4px;
}

.platimumContainer .column {
     
}

.platimumContainer .mySlides {
    border-radius: 10px;
    width: 100%;
}


.platimumContainer .numbertext { 	
    right: 0;
}
.popular-products-box {
}

.popular-products-box.certifiedP {
    position: relative;
}
.certifiedP .shape.gold.silver:before {
    background-color: #d2a50b;
    left: -25px;
    top: -9px;
    height: 8px;
}

.certifiedP .shape.gold.silver:after {
    background-color: #d2a50b;
    left: -113px;
    bottom: 25px;
}
.certifiedP .platimum.gold-text.silver-text {
    padding: 3px 37px;
}
.certifi-cate {
    grid-template-columns: 24.25% 24.25% 24.25% 24.25%;
}
.pl-left-cate input {
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding-left: 10px;
}
.pl-left-cate input:focus {
    outline: none;
}

.member-two-grid.member-three-grid.lower-cate.certifi-cate {
    margin-bottom: 25px;
}

.bronze {
    grid-template-columns: repeat(6, 1fr);
}

.member-two-grid.member-three-grid.lower-cate.bronze img {height: 120px;}

.bronze .certifiedP .platimum.gold-text.silver-text {
    padding: 3px 42px;
}

.bronze .certifiedP .shape.gold.silver:before {
    left: 49px;
    top: -8px;
    background-color: #020c31;
}

.bronze .certifiedP .shape.gold.silver:after {
    left: -189px;
    background-color: #020c31;
}
.mt-89
{
	margin-top:89px;
}
.mobile-menu-show
{
	display:none;
}
 

.popular-products-box-grid.owl-carousel.cate-right.owl-loaded.owl-drag {
    position: relative;
}

.popular-products-box-grid.owl-carousel.cate-right.owl-loaded.owl-drag .owl-nav button.owl-prev span {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 3px 2px #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    left: 6px;
}

.popular-products-box-grid.owl-carousel.cate-right.owl-loaded.owl-drag .owl-nav button.owl-next span {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 3px 2px #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    right: 8px;
}
.covid-box_b1{
    box-shadow: 1px 2px 3px 1px #556495bd;
    padding: 15px;
    text-align: center;
    margin-top: 30px;
}
.covid-box_b1 h2{
    font-weight: normal;
    font-style: normal;
    font-size: 35px;
    line-height: 47px;
    margin: 0;
    padding-bottom: 10px;
}
.covid-box_b1 p{
    font-family: "PT Serif",serif;
    font-weight: normal;
    font-style: italic;
    font-size: 22px;
    line-height: 27px;
    margin: 0;
}
#second_123{
    padding-top: 30px;
    padding-bottom: 30px;
}
#second_123 h2{
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 22px;
}
#second_123 h6{
    text-align: center;
}
#second_123 .box123{
    box-shadow: 1px 2px 3px 1px #556495bd;
    padding: 5px;
    margin-bottom: 20px;
}
#second_123 .box123 h6{
    padding-top: 7px;
}
#third_456{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f5f5f5;
}
#third_456 .card{
    padding: 5px;
    text-align: center;
    border: 2px solid #556495bd;
}
#third_456 h2{
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 30px;
    text-align: center;
}
#third_456 p{
    text-align: center;
}
#third_456 .title{
    padding: 5px;
}
#fourth_789{
    padding-top: 30px;
    padding-bottom: 30px;
}
#fourth_789 h2{
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 30px;
    text-align: left;
}
#fourth_789 h4{
    padding-top: 30px;
    font-weight: 500;
    color: #556495;
    letter-spacing: normal;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
#fourth_789 p{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: justify;
}

.accordion-button{
    color: #fff !important;
    background-color: #556495 !important;
}
.img-wrapper_456{  
    overflow: hidden; 
  }
  
  .inner-img {
    transition: 0.3s;
      width: 100%;
  }
  .box1.img-wrapper {
    border: 1px solid #aeaeae;
    border-radius: 5px;
      margin-top: 30px;
}
  .box1.img-wrapper h6{
  font-size: 15px;
      text-align: center;
}
.covid-box p {
    font-size: 15px;
}
 
 .img-wrapper_456 {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #000;
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    color: #fff !important;
}
.accordion-button:focus{
    box-shadow: none !important;
}                           
.accordion-button:not(.collapsed)::after{
    background-image: url(img/arrow.png) !important;
}
#seller_890{
    padding-top: 30px;
    padding-bottom: 30px;
}
#seller_890 h2{
    font-size: 23px;
    color: rgb(52, 52, 52);
    padding-bottom: 10px;
}
#seller-box_123{
        float: left;
        margin-top: 20px;
}
.seller-box_123{
    background: #556495;
    margin-bottom: 5px;
}
.icon img{
  top: 8px;
    width: 46px;
    position: relative;
    left: 22px;
}
#seller_890 h5{
        color: #fff;
        font-size: 18px;
        padding: 0px 22px;
        margin: 0;
        margin-top: 9px;
}
.seller-box_123 p{
        color: #fff;
        font-size: 14px;
        padding: 0 22px;
        margin-top: 5px;
        line-height: 22px;
}
.bb1_456{
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
}
.bb2_789{
    background: #556495;
    text-align: center;
    padding: 20px;
    color: #fff;
}
.bb2_789 h4{
    color: #fff !important;
}
#seller_890 h4{
    font-size: 16px;
    padding-top: 10px;
    color: #6277b9;
    font-weight: 700;
}
#counter_789{
    background: #556495;
    padding-top: 20px;
    padding-bottom: 20px;
}
#counter_789 h2{
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
    font-size: 25px;
}
#counter_789 h5{
    text-align: center;
    color: #fff;    
}
#counter_789 p{
    text-align: center;
    color: #fff;  
}
#story_abc{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #556495;
}
#story_abc h2{
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}
#ser_123{
    padding-top: 40px;
    padding-bottom: 40px;
}
.service-box_345{
    margin-top: 30px;
    padding: 14px;
}
.service-box_345:hover{
    box-shadow: 2px 2px 2px 2px #55649570;
}
.service-box_345 h4{
    padding-top: 14px;
    color: #556495;
}
#sell_567{
    padding-top: 30px;
    padding-bottom: 30px;
}
#sell_567 p{
    text-align: justify;
    font-size: 17px;
    padding-top: 8px;
}
#form{
    padding-top: 30px;
    padding-bottom: 30px;
}
#form h2{
    text-align: center;
}
.nav-bg-class.container ul.ul-reset li:last-child a {
    background: none !important;
    color: #fff !important;
    font-weight: unset !important;
}













































 

 







@media (min-width: 1200px)
{
.container {
    width: 1370px;
}




}


@media only screen and (max-width: 1400px) and (min-width: 1300px)
{
	.container {
    width: 1170px;
}
.classiera-category-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    height: 265px;
    overflow: hidden;
    margin-bottom: 30px;
}
.profile-product .products-gridss img { 
    height: 151px !important;
}
.popup {
    width: 55%; 
}
.product-list-grid-two a { 
    display: inline-block;
}
.product-list-grid-two a { 
    margin-bottom: 30px;
}

}


@media only screen and (max-width: 1500px) and (min-width: 1301px)
{
	.container {
    width: 1170px;
}
.classiera-category-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    height: 265px;
    overflow: hidden;
    margin-bottom: 30px;
}
.profile-product .products-gridss img { 
    height: 151px !important;
}
.popup {
    width: 100% !important; 
}
.product-list-grid-two a { 
    display: inline-block;
}
.product-list-grid-two a { 
    margin-bottom: 30px;
}
.nav>li>a { 
    padding: 10px 10px;
}

}


@media only screen and (max-width: 1299px) and (min-width: 1220px)
{
	.container {
    width: 1170px;
}
.classiera-category-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    height: 265px;
    overflow: hidden;
    margin-bottom: 30px;
}
.demo-gallery > ul > li a > img { 
    height: 230px; 
}
.popup {
    width: 55%; 
}
.profile-product .products-gridss img { 
    height: 130px !important;
}
.nav>li>a {
    padding: 14px 8px;
}
.product-list-grid-two a { 
    display: inline-block;
}
.product-list-grid-two a { 
    margin-bottom: 30px;
}

 

}


@media only screen and (max-width: 991px) and (min-width: 320px)
{
	 .classiera-category-new-v2-box { 
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
section.section-pad.classiera-category-new-v2 h2:after {
     
    left: 50%;
    transform: translatex(-50%);
   
}
.section-title1:after { 
    left: 50%;
    transform: translatex(-50%); 
}
.home-form-grid { 
    grid-template-columns: 100%; 
}
.home-inside-form-grid { 
    grid-template-columns: repeat(1, 1fr); 
}
.products-gridss { 
    grid-template-columns: repeat(1, 1fr); 
}

.video-cate-grid { 
    grid-template-columns: 100%; 
}
.thumb-grid { 
    overflow: scroll;
}
.more-cate-grid { 
       grid-template-columns: repeat(1, 1fr);
}
.widget { 
    margin-bottom: 7px; 
}
.company-vedio iframe {
    width: 100%; 
}
.section-title1:after { 
    left: 50%;
    transform: translatex(-50%); 
}
.msme-int h2.section-title1:after { 
    left: 50%;
    transform: translatex(-50%); 
}


.testi p { 
    width: 100%; 
}
.brand-grid { 
    grid-template-columns: repeat(1, 1fr); 
}
.foot-cate-list {
    display: unset;
    
}

.logo-container { 
    grid-template-columns: repeat(2, 1fr);
 
}
.featured-product .products {
    margin-right: 0;
}
.ban-inp {
    grid-template-columns: 100%;
}

section.banner-part {
    height: unset;
}
/*
.hashtag-banner ul {
    display: unset; 
}
*/
.banner-content p { 
    width: 100%; 
}
.btn-inp button {
    width: 100%;
}

.text-inp {
    margin-bottom: 6px;
}

.loc-inp {
    margin-bottom: 6px;
}

.text-inp input {
    border-radius: 6px 6px 6px 6px;
}

.loc-inp input {
    border-radius: 6px 6px 6px 6px;
}
.logo-holder {
    display: unset; 
}
/*
.menu-essential {
    display: none;
}
*/

.logo-holder {
    margin-bottom: 0 !important;
}

.logo {
    display: flex;
}

.logo img {
    width: 90px;
}

.header-nav.animate-dropdown.red-menu button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
	    display: none;
}

header.header-style-1 {
    z-index: 99;
}
/*
.hashtag-banner {
    display: none;
}
*/
.banner-content { 
    padding-top: 50px;
}

/*
.hashtag-banner {
    display: none;
}
*/

.banner-content > div {
    display: flex;
    flex-direction: column;
}

.ban-inp {
    order: 1;
}

.banner-content {
    padding-top: 10px;
    padding-bottom: 40px;
}
.header-style-1.new-cate {
    margin-top: 52px;
    background: #556495;
}
.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px;
    box-shadow: 0 0px 5px 2px rgb(0 0 0 / 40%);
    gap: 10px;
}
.mega-menu.container {
    padding: 0;
}
.mega-menu-content {
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.pro-grid {
    grid-template-columns: 100%;
}

.video-pro-content video {
    height: 277px;
    border: 8px solid #fff;
    box-shadow: inset 0px 0px 6px 1px #696969;
}

.profile-logo-div img {
    display: none;
}

.abt-comp p {
    width: 100%;
}

.profile-cont h2 {
    font-size: 26px;
}

.profile-product .products-gridss {
    grid-template-columns: repeat(1, 1fr);
}
ul#lightgallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
}

.popup {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.container {
    width: 100% !important;
}

.pl-list-page {
    grid-template-columns: 100%;
}

.pl-left {
    all: unset;
}

.popular-products-box img {
    object-fit: cover;
    height: 305px;
}

.pr-list-second.ad-container {
    grid-template-columns: 100%;
    gap: 0%;
}

.ad-square-section {
    all: unset;
}

.platimumContainer .product-list-grid {
    grid-template-columns: 100%;
    padding-bottom: 20px;
    padding-top: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.product-list-grid {
    grid-template-columns: 100%;
    padding-bottom: 20px;
    padding-top: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.silver-product-list {
    grid-template-columns: 100% !important;
    gap: 0;
}

.shape.gold.silver:before {
    left: 62px;
    top: -8px;
}

.shape:before {
    visibility: hidden;
}

.platimum.gold-text.silver-text {
    padding: 3px 45px;
    top: 23px;
    left: -34px;
}
.certifi-cate {
    grid-template-columns: 100%;
}

.about-left { 
    grid-template-columns: repeat(1, 1fr); 
    padding-left: 15px;
}
.details-top-grid { 
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
.details-top-grid-left .mySlides img {
    height: 300px; 
}

.thumb-grids .column img { 
    height: 45px; 
}
.details-top-grid-left .prev, .next {
    top: 50%;
}
.contact-page {
    background-color: #fff;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 8%);
    padding: 0px;
    overflow: hidden;
}
.login { 
    margin: 0px 0px;
}
.row.login form {
    padding: 10px !important;
}
.login ul.text-right {
    width: 100%;
    text-align: left;
}
.linkss {
    display: unset !important;
}

.login {
    display: unset !important; 
}
































  
.headerq .open-menu,
.close-menu {
  cursor: pointer;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.headerq .close-menu {
  position: absolute;
  top: 0;
  right: 1rem;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.headerq .brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #d32f2f;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.headerq .title-large {
  font-family: inherit;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: inherit;
  color: #252a32;
  text-align: center;
  text-transform: capitalize;
}

.headerq {
    position: relative;
    height: auto;
    
    color: #252a32;
    background: #ffffff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 24%);
}
.headerq .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 19px;
    right: 13px;
    z-index: 999;
    position: fixed;
}
.headerq .navbar .menu-wrapper::before {
  content: "";
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}
.headerq .navbar .menu-wrapper.offcanvas .menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
  transition-delay: 0.2s;
}
.header .navbar .menu-wrapper.offcanvas::before {
  background: rgba(37, 42, 50, 0.6);
  z-index: 1;
}
.headerq .navbar .menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 20rem;
  width: 100%;
  padding: 1.5rem 1rem;
  z-index: 2;
  overflow-y: auto;
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.headerq .navbar .menu-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.headerq .navbar .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
   
  transition: color 0.35s ease-out;
}
.headerq .navbar .menu-link:hover {
  color: #d32f2f;
}
.header .navbar .menu-item {
  position: relative;
}
.headerq .navbar .menu-item a {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    padding: 0.5rem 0rem;
    display: block;
    color: #333;
    transition: color 0.35s ease-out;
    border-bottom: 1px solid #e8e8e8;
}
.headerq .navbar .menu-item a:hover {
  color: #d32f2f;
}
.headerq .navbar .menu-item.has-collapsible {
  position: relative;
}
.headerq .navbar .menu-item.has-collapsible .menu-child {
  display: none;
}
.headerq .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    padding: 0.50rem;
    color: #252a32;
    padding-left: 2.5rem;
    transition: color 0.35s ease-out;
    font-size: 13px;
    font-weight: 500;
}
.headerq .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
  color: #d32f2f;
}
.headerq .navbar .menu-item.has-collapsible span::after {
    position: absolute;
    top: 0.15rem;
    right: 1rem;
    color: #252a32;
    transition: all 0.35s ease;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 12px;
    padding-left: 6px;
}
.headerq .navbar .menu-item.has-collapsible span::after:hover {
  color: #d32f2f;
}
.headerq .navbar .menu-item.active.has-collapsible .menu-child {
  display: block;
  transition: all 0.35s ease;
}
.headerq .navbar .menu-item.active.has-collapsible span::after {
  transform: rotate(90deg);
}
.mobile-menu-show
{
	display:block;
}

section.section.featured-product.wow.fadeInUp.pt-50.pb-50.mb-50.animated {
    margin-bottom: 0;
}

.popup-grid-container {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
    border: 1px solid #828282;
}

.modal-dialog { 
    margin: 0px;
	padding: 6px;
}
.popupform.new-f form {
    padding: 15px;
    padding-left: 8px;
}
.cl-menu .nav {
    display: flex;
    gap: 30px;
    display: none;
}
.cl-menu .nav a.active {
    color: red !important;
    background: none!important;
}
.cl-logo img {
    width: 90px;
    padding-left: 15px;
}
.mobile-menu-show.client-Profile nav {
    margin-bottom: 0;
    top: 30px;
}
.mobile-menu-show.client-Profile {
    margin-bottom: -10px;
}
.popular-products-box-grid.owl-carousel.cate-right.owl-loaded.owl-drag .owl-nav button.owl-prev span { 
    top: 36%; 
}
.popular-products-box-grid.owl-carousel.cate-right.owl-loaded.owl-drag .owl-nav button.owl-next span { 
    top: 36%; 
}

.abt-inside-container .two-grid {
    gap: 0px; 
}
.abt-inside-container .two-grid { 
    grid-template-columns: 100%;
}
.abt-team .products-gridss { 
    grid-template-columns: repeat(2, 1fr);
}
.image img { 
    height: 141px !important; 
}
h3.name {
    padding: 10px !important;
    font-size: 10px !important;
}

.product-info.text-left.cate-headi h3 {
    font-size: 14px !important;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.why-grid-container { 
    grid-template-columns: 100%;
    gap: 20px; 
}
.why-grid-left img { 
    height: 250px; 
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.client-grid img { 
    height: 150px; 
}
.client-grid figure:last-child { 
    padding: 35px;
}
.ad-grid { 
    grid-template-columns: 100%;
    gap: 2%; 
}







}







/***  Auto sugetion **********/




.tt-menu,
.gist {
  text-align: left;
  background-color: red;
}

/* base styles */
/* ----------- */



a {
  color: #03739c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.table-of-contents li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #999;
}

p + p {
  margin: 30px 0 0 0;
}

/* site theme */
/* ---------- */

.title {
  margin: 20px 0 0 0;
  font-size: 64px;
}

.example {
  padding: 30px 0;
}

.example-name {
  margin: 20px 0;
  font-size: 32px;
}

.demo {
  position: relative;
  *z-index: 1;
  margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint {
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  margin: 12px 0;
  padding: 8px 0;
  background-color: red;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
  background-color: red;
  z-index: 99999999;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}
.tt-suggestion {
    background-color: #ffffff;
    box-shadow: 0px 0px 0px #ccc;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 200px;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #556495;
}
.home-form-right div#the-basics input {
    background: #fff;
    border: none;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    width: 100%;
    border: none;
    box-shadow: none;
}

.home-form-right div#the-basics label {
    width: 100%;
}

.home-form-right div#the-basics span {
    width: 100%;
    background: #fff;
    border: none;
    width: 100%;
    padding: 7px;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
}
div#dd {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ban-inp {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}
div#dd input {
    width: 450px;
}

p.c-fl {
    display: flex;
    margin-top: 0;
    gap: 4px;
}

 .modal-open {
    overflow: hidden;
        overflow-y: unset !important;
}
li.droppable .mega-menu12 .mega-menu.container .links.list-unstyled li a {
    color: #333 !important;
	font-weight: 600 !important;
}
.ban-d-fl {
    display: flex;
}

li.media .media-body span b {
    display: block;
    font-size: 20px;
    margin-bottom: 7px;
    color: #fff;
}

.toggle-footer .media-body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}

.footer .footer-bottom .module-body ul li a {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    line-height: 29px;
}

.footer .module-title {
    text-align: center;
    font-size: 28px;
    color: #fff;
    z-index: 999;
    position: relative;
}

.footer-bottom h2 {
    margin-bottom: 50px;
}

.all-add {
    border-bottom: 1px solid #cccccc59;
    margin-bottom: 5px;
    z-index: 9;
}

.foot-he h4 {
    font-size: 15px !important;
    text-align: left !important;
}

.module-heading.foot-he {
    text-align: left !important;
}

.footer   .foot-he a {}

.module-heading.foot-he a {
    text-align: left;
}

.col-xs-12.col-sm-6.col-md-3.new-f a {
    text-align: left;
}

.col-xs-12.col-sm-6.col-md-2.new-f a {
    width: 100%;
}

.col-xs-12.col-sm-6.col-md-3.new-f a {
    width: 100%;
}

.module-body.cnt-f .media-body {
    text-align: left;
}

footer#footer {
    background: #e73e13;
    position: relative;
    background-image: url(https://b2bstreets.com/assets/images/footer-banner.jpg);
    background-size: cover;
    width: 100%;
    background-position: bottom;
    z-index: 0;
}
footer#footer::before {
    background: #bf1212;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}
.footer .footer-bottom {
    background: unset;
    background-image: url();
}

/* #footer:after { */
    /* background: #d71f26; */
    /* content: ""; */
    /* display: block; */
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* top: 0; */
   /* z-index: -1;*/
/* } */
.footer .footer-bottom {
    background: unset !important;
}
.footer .footer-bottom .module-body ul li a:hover {
       color: #bdc8ed !important;
    text-decoration: none !important;
}
.footer-bottom {
    position: relative;
}

.footer-bottom h2 {
    color: #fff;
}

.col-xs-12.col-sm-6.col-md-3.new-f p {
    color: #fff;
        font-size: 15px;
    line-height: 25px;
}

.module-body.cnt-f p {
    color: #fff;
    font-size: 15px;
}

.module-body.cnt-f i {
    color: #fff;
}

.module-body.cnt-f a {
    color: #fff;
}

.module-body.cnt-f a:before {
       color: #fff;
    background-color: #3b5998;
    padding: 9px;
    border: 1px solid #fff;
    overflow: hidden;
    line-height: 38px;
}

.new-f {
    z-index: 99;
}

.module-body.cnt-f {
    z-index: 9;
    position: relative;
}

.footer.color-bg .section-title1:after {
    background: #fff;
}

.copyright-bar {
    background: none;
    padding: 10px 0px;
    z-index: 99;
    position: relative;
    border-top: 1px solid #cccccc59;
    margin-top: -20px;
}



.ne img {
    margin-bottom: 0;
}

.ne img {
    margin-bottom: 0 !important;
}

.ne h3 {
    padding-bottom: 0 !important;
    min-height: unset !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    height: unset !important;
}

.ne p {
    padding: 0 !important;
}

.product-info.text-left.cate-headi.neh {
    padding: 10px 10px;
}

.product-info.text-left.cate-headi.neh a {
    text-align: left;
    display: flex;
}









































@media (min-width:319px) and (max-width:991px) {
	div#dd {
    display: unset;
    justify-content: center;
    align-items: center;
}
div#dd input {
    width: 100%;
    margin-bottom: 10px;
}
span.twitter-typeahead {
    width: 100% !important;
}

.ban-inp {
    display: inline-block;
}

.btn-inp button {
    border-radius: 6px 6px 6px 0px;
}
.col-xs-12.col-sm-12.col-md-12.homebanner-holder {
    padding: 0;
}
.featured-product .home-owl-carousel {
    padding-left: 0;
}
.home-form-right p { 
    margin-bottom: 40px; 
}
.home-form-right {
    padding: 15px;
}
.thumb-grid-list {
    display: unset;
}
.thumb-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.right-video-thumb img {
    width: 100%;
	    margin-bottom: 10px;
}
section.section.featured-product.wow.fadeInUp.pt-50.pb-50.mb-50 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.container.pt-50.pb-50 {
    padding-bottom: 0;
}
.home-form.container.pt-50.pb-50 {
    padding-bottom: 50px;
}
.container.two-slide.pt-50.pb-50.msme-int {
    padding-bottom: 50px;
}
section.section-pad.classiera-category-new-v2.pt-50.pb-50 {
    margin-top: 50px;
}
.ban-d-fl {
    display: unset;
}






























	.mobile-menu-show.new-navig button { 
    top: -42px !important;
}
.navbar { 
    border: none;
}
.header-style-1.new-cate {
    margin-top: 2px;
}
.logo a {
    position: relative;
    z-index: 9999;
}
.cl-header-fixed {
    border-bottom: none;
}
.breadcrumb.mt-89 {
    margin-top: 0;
}

.Gs {
    padding-top: 20px;
    margin-top: 15px;
}

.products-gridss.mBB {
    margin-bottom: 20px;
}

h3.nocer {
    font-size: 14px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.profile-right-fix {
    z-index: 99999;
}
.menu-zindex div#lookBuy .modal-content {
    padding: 20px;
}
.container.mtb-5.blogNw {
    border-top: 11px solid #f1f3f6;
    margin-top: 0;
    padding-top: 25px;
}
.container.mtb-5.blogNw .col-lg-4 {
    margin-bottom: 20px;
}
.foot-cate-list ul {
    border: none;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark ul.navbar-nav li {
    border-bottom: 1px solid #ccc !important;
}
.platimum {
    top: 21px !important;
    left: -32px !important;
    padding: 3px 21px !important;
    font-size: 12px;
    text-align: center !important;
    
    
}
.platimumContainer .product-list-grid {
    grid-template-columns: 100%;
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.shape:after {
    opacity: 0;
}
.prod-right-square-img img {
    width: 100%;
    height: unset;
    object-fit: cover;
}
.views {
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
    border: none;
    border-radius: 8px 0px 0px 8px;
    box-shadow: 0px 2px 10px 1px #2e2e2e;
}





}

footer ul.list-unstyled li a{
   font-size: 15px !important;
    cursor: pointer;
}
footer ul.list-unstyled li a:hover{
  color: grey;
}
.module-body.cnt-f .fb a::before{
   color: #fff;
    background-color: #3b5998 ;
    padding: 9px;
    border: 1px solid #3b5998;
    overflow: hidden;
    line-height: 38px;
}
.module-body.cnt-f .fb a:hover::before{
   color: #fff;
    background-color: transparent;
    padding: 9px;
    border: 1px solid #fff;
    overflow: hidden;
    line-height: 38px;
}
.module-body.cnt-f .tw a::before{
    color: #fff;
    background-color: #00acee ;
    padding: 9px;
    border: 1px solid #00acee;
    overflow: hidden;
    line-height: 38px;
}
.module-body.cnt-f .tw a:hover::before{
    color: #fff;
    background-color: transparent;
    padding: 9px;
    border: 1px solid #fff;
    overflow: hidden;
    line-height: 38px;
}
.module-body.cnt-f .linkedin a::before{
    color: #fff;
    background-color: #0e76a8 ;
    padding: 9px;
    border: 1px solid #0e76a8;
    overflow: hidden;
    line-height: 38px;
}
.module-body.cnt-f .linkedin a:hover::before{
   color: #fff;
    background-color: transparent;
    padding: 9px;
    border: 1px solid #fff;
    overflow: hidden;
    line-height: 38px;
}
.module-body.cnt-f .youtube a::before{
    color: #fff;
    background-color: #f9241d ;
    padding: 9px;
    border: 1px solid #f9241d;
    overflow: hidden;
    line-height: 38px;
}
.module-body.cnt-f .youtube a:hover::before{
 color:  #fff;
    background-color: transparent;
    padding: 9px;
    border: 1px solid #fff;
    overflow: hidden;
    line-height: 38px;
}




.client-grid img {
    width: 100%;
    height: unset;
    position: relative;
    object-fit: unset;
}
.client-grid figure {
    position: relative;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: grid;
    justify-content: center;
    align-items: center;
}

.client-grid img {
    width: 120px;
    position: relative;
    object-fit: unset;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

.products-gridss .products .product .product-info.text-left.cate-headi h3 {
    display: unset !important;
}

.products-gridss .products .product .product-info.text-left.cate-headi h3 a {
    margin-left: 0px !important;
}

.products-gridss .products .product .product-info.text-left.cate-headi h3 p {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.products-gridss .products .product .product-info.text-left.cate-headi h3 a {
    margin-left: 0px !important;
    width: 100%;
    text-align: center !important;
}

.products-gridss .products .product .product-info.text-left.cate-headi h3 {
    all: unset;
    text-align: center !important;
    display: block !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.products-gridss .products .product .product-info.text-left.cate-headi h3 a {
}

.products-gridss .products .product .product-info.text-left.cate-headi h3 a span {
    margin-left: 15px;
}
#company-week{
    background-image: url("https://b2bstreets.com/assets/images/category-banner.jpg");
    background-size: cover;
    background-position: bottom;
}
.main-box {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}
.head h2 {
    font-size: 47px;
    font-family: 'Great Vibes';
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-family: 'Great Vibes', cursive;
}
.head h3 {
    margin-bottom: 6px;
    margin-top: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.head p{
     padding-top: 5px;
     line-height: 26px;
     font-size: 15px;
     font-weight: 500;
     width: 74%;
}
.head a.btn.btn-danger {
      background-color: transparent;
    color: #000;
    border: 2px solid #000;
    border-radius: 7px;
    padding: 10px 15px;
    font-weight: 500;
    margin-top: 10px;
}
.video-bg {
}
.video-bg::before {
    width: 100%;
    height: 100%;
    background-color: #556495;
    position: absolute;
    opacity: 0.8;
    border-radius: 10px;
    opacity: 0;
}
.company-vedio {
}
video{
    border-radius: 10px;
}

@media only screen and (max-width: 600px) {
 .main-box {
    display: unset;
   }
    .head {
  padding: 20px;
    text-align: center;
    margin-bottom: 112px;
    }
    .video-bg {
   position: relative;
    border-radius: 8px;
    height: 200px;
    margin: 15px;
    left: 0px;
    top: 0px;
    transform: translate(1%, 5%);
    }
    .company-vedio {
   position: absolute;
    transform: translate(-33%, -81%);
    width: 90%;
    right: 43%;
    top: 47%;
    z-index: 9999;
    border-radius: 10px;
   }
    video{
        height: 250px;
        width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 752px)
{
     .head {
  padding: 20px;
    margin-bottom: 112px;
    }
    .company-vedio {
    position: absolute;
    transform: translate(-50%, -49%);
    width: 97%;
    left: 30%;
    top: 50%;
    z-index: 9999;
    border-radius: 10px;
}
}

.company-vedio {
    position: relative;
    z-index: 9;
}


.company-vedio video {
    background: #090d0d;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

    .pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 60px;
    padding-top: 60px;
}

#company-week:after {
    clear: both;
    content: '';
    width: 44%;
    height: 88%;
    background-color: #556495;
    position: absolute;
    opacity: 0.8;
    border-radius: 10px;
    top: 50%;
    right: -20px;
  
    display: flex;
    align-items: center;
    transform: translate(0, -50%);
}

section#company-week {
    position: relative;
}

.companiesoftheweek.pt-30.pb-30:before {
}

#company-week:before {
    position: absolute;
    background-size: cover;
    border-radius: 8px;
    right: -20px;
    top: 50%;
    content: "";
    width: 50px;
    height: 50px;
   
    background-image: url(https://b2bstreets.com/assets/images/1234.jpg);
    width: 44%;
    height: 88%;
    transform: translateY(-50%);
}

.company-vedio vedio {
    position: relative;
    z-index: 99999999999999999999999;
}
.team-sec img {
    border-radius: 50%;
    width: 250px !important;
    text-align: center;
    height: 250px !important;
    
}

.team-g {
    display: grid;
    grid-template-columns: 100% ;
    text-align: center;
    gap: 10%;
}

.team-sec h3 {
    font-weight: 600;
    color: #556495;
}

.team-sec h5 {
    font-size: 17px;
    margin-bottom: 18px;
}

.team-sec p {
    font-size: 16px;
    line-height: 30px;
}

.img-tit h6 {
    padding: 7px;
    margin: 0px;
    line-height: 30px;
    font-size: 15px;
    align-items: center;
}

















































































































@media (min-width:319px) and (max-width:991px) {
.toggle-footer .media-body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    gap: 30px;
}
#company-week:after {
    clear: both;
    content: '';
    width: 100%;
    height: 37%;
    background-color: #556495;
    position: absolute;
    opacity: 0.8;
    border-radius: 0;
    top: unset;
    right: unset;
    
    display: flex;
    transform: translateY(-50%);
    margin: 0 auto;
    align-items: center;
    left: 0;
    bottom: -160px;
}
.head h2 {
    font-size: 30px; 
}
.head p { 
    width: 100%;
}
.pb-30 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.video-bg {
    position: relative;
    border-radius: 8px;
    height: 200px;
    margin: 15px;
    left: 0px;
    top: 0px;
    transform: unset;
}

.company-vedio {
    position: absolute;
    transform: unset;
    width: 100%;
    right: unset;
    top: -120px;
    z-index: 9999;
    border-radius: 10px;
    margin: 0 auto;
}

#company-week:before {
    position: absolute;
    background-size: cover;
    border-radius: 8px;
    right: unset;
    top: unset;
    content: "";
    width: 50px;
    height: 50px;
    
    background-image: url(https://b2bstreets.com/assets/images/1234.jpg);
    width: 100%;
    height: 37%;
    transform: translateY(-50%);
    left: 0;
    bottom: -160px;
}
.ms
{
	margin-top: 40px;
}
.company-vedio video {
    background: #090d0d;
    height: 300px;
}
.pop-image-cont {
	all:unset;
    padding-top: 10px;
}
.pop-image-cont h2 {
    color: #fff;
    margin-bottom: 6px;
    position: relative;
    z-index: 9;
    padding-left: 15px;
        padding-top: 12px;
}
.pop-image-cont p {
    color: #fff;
    z-index: 9;
    position: relative;
    padding-left: 15px;
}
.modal-header .close {
    right: 14px;
    top: 10px;
    z-index: 9999999999999999999;
}
section#company-week {
    position: relative;
    margin-top: 20px;
}
.team-g { 
    grid-template-columns: 100%; 
    gap: 3%;
}
.team-sec p { 
    width: 90%; 
}


}

.yamm.navbar.navbar-default .mega-menu-content a:hover {
    color: #556495 !important;
}
.popup button#submit {
    margin-top: 10px;
    padding: 7px 25px;
    background-color: red;
    border: 1px solid red;
    color: #fff;
    border-radius: 5px;
}

#clos {
    position: absolute;
   right: 79px;
    top: -213px;
    border-radius: 50px;
}



.right-side {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px !important;
    overflow: hidden;
}
.left-side {
    padding: 0px !important;
    width: 200px !important;
    border-right: 1px solid #878282 !important;
    padding-right: 5px !important;
}
.left-side img {
    width: 193px !important;
    height: 142px;
}
.left-side .tablet-box h4 {
    font-size: 14px !important;
    font-weight: normal;
    padding: 10px;
    background-color: #d6def991!important;
    margin: 0px!important;
    height: 88px !important;
}
.drug-box .btn-deafult1{
    margin-bottom: 0px !important;
    margin-top: 15px !important;
}
#tablets {
    padding-bottom: 30px !important;
    background-color: #dfdfdf;
    margin-bottom: 0px !important;
}

.main-box {
    margin-top: 20px !important;
}
.all-boxx {
    background-color: #fff;
    padding: 2px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.drug-box {
    border:none !important;
    border-radius: 5px;
    padding: 20px;
}

.left-side h4 a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.demo-gallery {
    margin-bottom: 20px;
}



.inside-top-heading {
    padding-top: 20px;
}

.cl-logo img{
    width: auto !important;
    height: 70px;
}
.inputWrap input {
    height: 40px;
    background: #f8f8f8;
    width: 100%;
    outline: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px !important;
}
.ad-grid-left ul p{
    font-size: 15px;
    line-height: 20px;
}

#fourth p {
    font-size: 16px;
    line-height: 30px;
}
#fourth h4 {
    padding-top: 27px;
}
#fourth {
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-list-grid-two p {
    font-size: 15px;
    margin-bottom: 16px;
    padding-bottom: 0px;
    color: #6a6a6a;
    line-height: 24px;
    text-transform: inherit !important;
}
.views {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 5px 15px #aeaeae5e;
    border-radius: 5px 0px 0px 5px;
    font-size: 15px;
}
#s2 p {
    font-size: 15px !important;
}
#s2 p span{
    font-size: 15px !important;
}
.ad-square-section .carousel {
    position: relative;
    margin-bottom: 30px;
}

.box1.img-wrapper .inner-img {
    height: 270px !important;
}
.box1.img-wrapper h6 a{
    color: #000 !important;
}


.body-content.outer-top-xs .ad-grid .ad-grid-left ul p span {
    font-size: 16px !important;
    line-height: 30px;
}
.recent-post .product-name {
    width: 200px !important;
}



.new-btn button.btn.btn-deafult2 {
    margin-top: 20px;
    background-color: #556495 !important;
    color: #fff;
}
             .new-btn button.btn.btn-deafult3 {
    margin-top: 20px;
    background-color: #556495 !important;
    color: #fff;
}
         .new-btn button.btn.btn-deafult4 {
    margin-top: 20px;
    background-color: #556495 !important;
    color: #fff;
}
       .new-btn button.btn.btn-deafult5 {
    margin-top: 20px;
    background-color: #556495 !important;
    color: #fff;
}
        .new-btn button.btn.btn-deafult6 {
    margin-top: 20px;
    background-color: #556495 !important;
    color: #fff;
}
        .new-btn button.btn.btn-deafult7 {
    margin-top: 20px;
    background-color: #556495 !important;
    color: #fff;
}
        .new-btn button.btn.btn-deafult8, button.btn.btn-deafult9, button.btn.btn-deafult10, button.btn.btn-deafult11, button.btn.btn-deafult12, button.btn.btn-deafult13, button.btn.btn-deafult14, button.btn.btn-deafult15, button.btn.btn-deafult16, button.btn.btn-deafult17, button.btn.btn-deafult18, button.btn.btn-deafult19, button.btn.btn-deafult20, button.btn.btn-deafult21, button.btn.btn-deafult22, button.btn.btn-deafult23, button.btn.btn-deafult24, button.btn.btn-deafult25, button.btn.btn-deafult26 {
    margin-top: 20px;
    background-color: #556495 !important;
    color: #fff;
}


       .new-btn button.btn{
    margin-top: 20px;
    background-color: #556495 !important;
    color: #fff;
}



.product-list-grid-two {
    padding-left: 10px;
    padding-right: 20px !important;
}

li.nav-item p {
    font-size: 15px !important; 
}
.nav-sidebar .nav-link p { 
    font-size: 15px;
}

.ttt{
	margin-bottom: -1px;
    display: none;
}

.img-fix{
   object-fit: contain!important;
   height:200px;
}


textarea{
	resize: none !important;
}
.cl-menu .nav a.active{
    color: red !important;
    background: none!important;
}
a.new-button {
    font-size: 14px !important;
    text-decoration: none;
}
textarea.form-control {
    height: auto;
    font-size: 15px !important;
}












/*************8supplier copyright*************************/
 .copyright-bar1 p {
         margin-bottom: 0;
         text-align: left;
         font-size: 14px;
         color: #000;
         }    
        .copyright-bar1 {
    background: none;
    padding: 10px 0px;
    z-index: 99;
    position: relative;
    border-top: 1px solid #eeee;
    background-color: #ededed;
    bottom: 0;
    width: 100%;
}
         .error{
         color: red;
         }
         .lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 10% !important;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}











/****************************************25-april supplier module**************************************/
#tt {
    padding: 50px;
    min-height: 400px !important;
}



/*********************************27-april blog***********************************/
.blog-content p{
	font-size: 15px !important;
}
.blog-content span{
	font-size: 15px !important;
}
.blog-content p b{
	font-size: 15px !important;
}

.supp a {
    background: none;
    padding: 0px !important;
    color: #fff;
    text-decoration: none;
    border: none!important;
}
.supp a:hover {
    color: #fff;
    text-decoration: none;
    border: none!important;
}





/************************************29 april***************************************/
.products-gridss .products .product .product-info.text-left.cate-headi h3 {
    all: unset;
    text-align: center !important;
    display: block !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    height: 80px !important;
    overflow: hidden;
}













/***********************************4 may*****************************************/
#tablets {
    position: relative;
    z-index: 99;
}
.categories-list.mb-50 {
    position: relative;
    z-index: 99;
}
.body-content {
    position: relative;
    z-index: 99;
}
.pl-list-page {
     position: relative;
    z-index: 99;
}
h2.inside-main-heading{
       position: relative;
    z-index: 99; 
}
.breadcrumb {
 position: relative;
    z-index: 99; 
}


/****************************************5 may******************************************/
ul.trends li {
    line-height: 17px;
    margin-bottom: 12px;
}

.trends li a {
    color: #686868;
    display: list-item;
    width: 100%;
    font-size: 14px;
}


/*********************11-may******************************/

.user-panel img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

#tt {
    z-index: -1;
}
.cl-header-fixed {
    z-index: 9999;
}




/******************************17 may*************************************/

.tablet-content1 .tablet-box {
    width: 176px;
}
.tablet-content1 .tablet-box h4 {
    font-size: 14px !important;
    font-weight: normal;
    padding: 10px;
    height: 60px !important;
    margin: 0px!important;
}
.tablet-content1 {
    display: grid !important;
    text-align: center;
    background-color: none !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap:  10px;
    margin-left: 205px !important;
}
.tablet-content1 .tablet-box img{
    width: 150px !important;
}
.right-side .tablet-box h4 {
    font-size: 14px !important;
    font-weight: normal;
    padding: 10px;
    background-color: #d79e9f66!important;
    height: 100%;
    margin: 0px!important;
    min-height: 50px !important;
}
.tablet-box {
    border: 1px solid #e5e5e575!important;
    margin: 0px!important;
    padding: 0px!important;
}



/**********************************************18-may responsive*********************************/
@media only screen and (max-width: 600px) {
  .abt-inside-right img {
    width: 100%;
    height: auto
}
.team-sec p { 
    width: 100%;
    padding: 0px 10px;
}
    ul#lightgallery li {
    width: 100%;
    margin-right: 0;
    border: 6px solid #ebebeb;
    margin-bottom: 20px;
}
    .align {
    align-items: center;
    display: unset !important;
}
    #success-story img {
    width: 100% !important;
    object-fit: cover;
}
    .headings {
    top: 50%!important;
    left: 50%!important;
    width: 100%!important;
    text-align: center;
}
    #package-modal .modal-content {
    width: 95% !important;
        padding: 10px;
    }
   #package-modal .modal {
    z-index: 99999999 !important;
    }
    .career-cont p{
        width: 100% !important; 
    }
    .career-cont h3 {
    font-size: 26px!important; 
    line-height: 30px!important; 
}
    .blog-title h3 {
    font-size: 21px!important; 
    line-height: 30px!important; 
    font-weight: 500!important; 
}
    .blog-content blockquote{
        margin: 0px !important;
    }
    .popup-left-grid img{
    display: none !important;
}
    .home-form-right h2 {
    font-size: 20px !important;
}
    .head h2 {
    font-size: 30px!important;
}
    .head h3 {
font-size: 18px !important;
    font-weight: 800;
        line-height: 25px;
}
    .widget-header img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
    .widget-header h1 {
    display: unset !important;
}
    figure {
    margin-bottom: 10px!important;
}
    ul.trends {
    padding-top: 10px!important;
}
    .section-title1 {
    font-size: 18px !important;
}
    .modal-dialog {
width: 100% !important; 
}
    #product-eq-form .product-list-grid{
        display: unset !important;
    }
    .products-grids { 
    grid-template-columns: 100%;
    gap: 10px;
}
   /****trending product**/
     .products-gridss .products .product .product-info.text-left.cate-headi h3{
        height: auto !important;
    }
     /****trending product**/
    .media-box h3, .media-box span {
    padding-left: 0px;
    }
    .media-content p {
    font-size: 16px!important;
    text-align: unset!important;
    padding-left: 0px!important;
    }
    .media-box blockquote {
    margin:0px!important;
    padding: 9px!important;
    text-align: unset!important;
        font-size: 15px;
        margin-bottom: 20px;
        padding: 5px !important;
}
    #certificate-modal .modal-content{
        width: 100% !important;
        margin-top: 0px!important;
    }
    .det-two-grid {
    display: unset;
}
    .certificat {
    display: unset !important;
    }
    .certificat img {
    width: 100%!important;
}
    #certificate-modal .modal-dialog{
        width: 100% !important;
    }
    #myModal2 .company-video-play .modal-content{
        width: 83%!important;
        left: 0;
    }
    .company-video-play .modal-content {
    left: 40% !important;
    width: 100% !important;
}
    #clos {
    right: 160px !important;
    top: -267px!important;
}
    .left-side img {
    width: 100% !important;
    height: 200px;
    object-fit: contain;
}
    .right-side {
    display: unset!important;
         width: 100% !important;
}
    .tablet-box {
     width: 100% !important;
}
    .left-side {
    width: 100% !important;
}
    .tablet-content1{
        margin-left: 0px !important;
        overflow: scroll;
    }
    .left-side .tablet-box h4{
        height: auto !important;
    }
    .breadcrumb ul li a {
    font-size: 12px !important;
}
    .headd h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 25px;
}
    .supplier-copy {
    display: unset !important;
    text-align: center !important;
}
    .copyright-bar1 p {
    text-align: center!important;
        
}
}



.blog-con h4 a {
    font-size: 16px!important; 
}




/*************************************blog 23 may*****************************/
.author-avatar img {
    width: 150px;
    height: 150px;
}



/***************************24may*****/
/*
.profile-container {
    background: #1b2e6e;
    position: relative;
    margin-top: 0px;
    padding:30px;
}
*/
.profile-container .breadcrumb {
    margin-bottom: 0;
    padding-top: 15px!important; 
}

.profile-container .breadcrumb {
    margin-bottom: 0;
    padding-top: 10px!important;
}
.blog-content {
    padding-top: 25px;
    padding-bottom: 30px;
}


/***********************27may*******************************/
.profile-container {
    background: #1b2e6e;
    position: relative;
    margin-top: 80px;
    /* padding: 30px; */
}
.copyright-bar1 p {
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    color: #000;
    padding-top: 22px;
}


.or-log p{
    background-color: none !important;
}







/***************************************3-june******************************************/
@media only screen and (max-width: 600px) {
.hashtag-banner {
    display: block;
    }
    .hashtag-banner ul {
    display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap:5px;
        margin-bottom: 20px;
}
.hashtag-banner li {
   
    font-size: 9px;
    margin: 0 2px;
   padding: 0px;
}
    ul#search-table{
        z-index: 1;
    }
    .form-overlap-content p{
        font-size: 11px;
    }
    .form-overlap-content h2{
        font-size: 13px;
    }
/*
    .form-overlap-content {
    height: 200px;
}
*/
    .form-overlap-content h2{
        font-size: 12px;
    }
    .form-overlap-content a{
        font-size: 12px;
    }
    .sta-flex{
        display: unset !important;
    }
    .sta-flex p:first-child{
        display: unset;
    }
    .sta-flex img{
        margin: 0px;
    }
    .home-form-top h2{
        font-size: 20px;
    }
    .menu-essential{
        display: block;
    }
    .banner-content p{
        margin-bottom: 0px !important;
    }
    .menu-essential li a {
    font-size: 12px;
}
    .menu-essential ul {
    display: flex;
    gap: 20px;
    padding-top: 20px;
}
    .tellHeader {
    font-size: 15px;
    font-weight: 700;
}
    #buyreq_enq_form label {
        font-weight: 500;
}
    .tGridS {
    display: unset;
}
    .contact-form .profile-form{
        width: 100% !important;
    }
    .loginTab .row.login button.logintablinks{
        width: 50%;
    }
}


.success-info-box img {
    width: 600px !important;
    height: 400px !important;
    object-fit: cover;
}
.ss-img img {
    width: 300px;
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
    border: 2px solid #dadada;
    padding: 4px;
    box-shadow: 0px 7px 9px #c5c5c573;
}


.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #000;
}



/* 17june2022 design start */

.platimumContainer .list-cont-no
{
	margin-top:20px;
}

/* 17june2022 design end */


/* 23aug2022 design start */

.list-cont-no .cont-no-button
{
    padding: 8px 5px;	
}

/* 23aug2022 design end */


/* 25aug2022 design start */

.pl-right .pr-list-second .shape
{
    display: none;	
}

.pl-right .pr-list-second .platimum
{
	position: absolute;
    top: 0;
    left: 0;
	font-size: 15px;
    padding: 3px 20px;
    transform: unset;
    clip-path: unset;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;	
}

.platimum.gold-text.silver-text 
{
    padding: 3px 20px;
}

.pl-right .pr-list-second .certifi-cate-package .platimum.gold-text.certified-text-new 
{
    padding: 3px 20px !important;
    left: 0 !important;
    top: 0 !important;
}

.bronze .certifiedP .platimum.gold-text.silver-text 
{
    padding: 3px 20px !important;
    left: 0 !important;
    top: 0 !important;
}



/* 25aug2022 design end */




/* 28sep2022 design start */

.pl-right .pr-list-second .platimum
{
	position: absolute;
    top: 29px;
    left: -29px;
    padding: 0px 0px;
    width: 140px;
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    text-transform: capitalize;
    text-align: center;
    transform: rotate( -45deg );
    z-index: 1;
    clip-path: polygon(0% 0%, 86% 0%, 100% 100%, 0% 100%, 13% 0%);
}

.silver-product-list .platimum.gold-text.silver-text 
{
    padding: 0px 0px;
}

.pl-right .pr-list-second .certifi-cate-package .platimum.gold-text.certified-text-new {
	position: absolute;
    top: 29px !important;
    left: -29px !important;
    padding: 0px 0px !important;
    width: 140px;
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    text-transform: capitalize;
    text-align: center;
    transform: rotate( -45deg );
    z-index: 1;
    clip-path: polygon(0% 0%, 86% 0%, 99% 100%, 0% 100%, 13% 0%);
}

.bronze .certifiedP .platimum.gold-text.silver-text 
{
	position: absolute;
    top: 29px !important;
    left: -29px !important;
    padding: 0px 0px !important;
    width: 140px;
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    text-transform: capitalize;
    text-align: center;
    transform: rotate( -45deg );
    z-index: 1;
    clip-path: polygon(0% 0%, 86% 0%, 99% 100%, 0% 100%, 13% 0%);
}

.product-list-grid-two.bronze-detail-wrapper
{
	padding-right: 0 !important;
}

.member-two-grid.member-three-grid .bronze-detail-wrapper p {
	font-size: 14px;
    margin-top: 8px;
    padding: 0 8px;
	line-height: 17px;
    /*height: 70px !important;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-list-grid-three.last-three-div.bronze-bottom-detail-wrapper h2 
{
    height: auto !important;
    margin-bottom: 0;
    padding: 0;
}

.bronze-bottom-detail-wrapper h2 a 
{
	font-size: 13px !important;
    border: none;
    padding: 0;
    color: #0f6cb2;
    height: 35px;
    line-height: 15px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.member-two-grid.member-three-grid .bronze-bottom-detail-wrapper p 
{
    font-size: 14px;
    margin-top: 0px;
    padding: 0 0px;
    height: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom: 5px;	
}

.product-list-grid-two.bronze-detail-wrapper .bronze-white-subdetail
{
	padding: 0px 8px;
}

.bronze-bottom-detail-wrapper 
{
    margin-top: 0px !important;
}

.product-list-grid-two.bronze-detail-wrapper 
{
    padding-right: 0 !important;
    padding: 0;
}

.fullBtmTxtWrap .veri img 
{
    height: auto !important;
}

.fullBtmTxtWrap .veri div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullBtmTxtWrap .veri h5 a 
{
	margin-bottom: 0;
    border: unset;
    padding-left: 0;
}

.list-cont-no.bronze-cont-list-wrap 
{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.list-cont-no.bronze-cont-list-wrap .cont-no-button a
{
	margin-bottom:0;
	border:none;
}

.list-cont-no.bronze-cont-list-wrap .mob-no i a
{
	margin-bottom:0;
	border:unset;
}

/* .list-cont-no.bronze-cont-list-wrap > div {
    padding: 10px 0px;
} */

.certifi-cate.bronze .popular-products-box 
{
    padding-bottom: 0px;
}

.product-list-grid-two p a 
{
    cursor: pointer;
}

.member-two-grid.member-three-grid.lower-cate h4 {
    font-size: 14px;
    padding-left: 8px;
    color: #0f6cb2;
    font-weight: 700;
}

.veri 
{
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    row-gap: 0px;
    margin-bottom: 10px;
}

a.data
{
	all:unset;
	cursor:pointer !important;
}

/* 28sep2022 design end */



/**********01-june-2023***************/
.prooduct-5
{
height:8vh !important ;
}

.prooduct-5-title
{
height:4vh !important ;
}


.prooduct-4
{
height:10vh !important ;
}

.prooduct-4-ttle
{
height:5vh !important ;
}




/***********************13-october-css*************************/




@media screen and (max-width: 991px) {

.product-list-grid-one {
    overflow: hidden;
}

.certifi-cate {
    grid-template-columns: 100% !important;
}

.product-list-ads {
    margin-top: 50px;
}

.product-list-grid-two p {
    margin-bottom: 0px !important;

}

.platimumContainer .my-Slide-Container {
    display: unset !important;
}

.platimum {
    top: 28px !important;
    left: -39px !important;
}

.pl-right .pr-list-second .platimum {
    width: 166px;

}

.video-pro-content video {
    object-fit: unset !important;
}

.product-image video {
    object-fit: unset !important;
}

.product .product-image img {
    margin-top: 20px;
}



}



@media (min-width: 768px) and (max-width: 1024px){ 
       .video-pro-content video {
    object-fit: unset !important;
}

.product-image video {
    object-fit: unset !important;
} 

.product .product-image img {
    margin-top: 20px;
}

}