@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900|Roboto+Condensed:300,300i,400,400i,700,700i);
@font-face {font-family: "Amazon Ember Regular";
  src: url("../fonts/157c6cc36dd65b1b2adc9e7f3329c761.eot"); /* IE9*/
  src: url("../fonts/157c6cc36dd65b1b2adc9e7f3329c761.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/157c6cc36dd65b1b2adc9e7f3329c761.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/157c6cc36dd65b1b2adc9e7f3329c761.woff") format("woff"), /* chrome、firefox */
  url("../fonts/157c6cc36dd65b1b2adc9e7f3329c761.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/157c6cc36dd65b1b2adc9e7f3329c761.svg#Amazon Ember Regular") format("svg"); /* iOS 4.1- */
}
a,
body,
p {
	color: #888
}

a:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333
}

.btn,
body,
p {
	font-size: 13px
}

.category-item img,
.product-header img,
a,
a:hover {
	transition-duration: .4s
}

.category-item,
.feature-box .mdi,
.footer-social a,
.product,
.product-header,
.product-header .mdi-circle {
	text-align: center
}

body {
	background-color: #f9f9f9;
	line-height: 25px
}

p {
	line-height: 25px;
	font-size: 14px;
}

img {
	height: auto;
	/*max-width: 100%;*/
	transform-style: preserve-3d
}

ol,
ul {
	list-style: none
}

ul {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none!important
}

a,
a:hover {
	text-decoration: none
}

a:focus {
	outline: 0;
	outline-offset: 0
}

.border-none {
	border: none!important
}

.section-padding {
	padding: 40px 0
}

.margin-auto {
	margin: auto
}

.dataTables_wrapper.container-fluid.dt-bootstrap4.no-footer {
	margin-top: 15px;
	padding: 0
}

.help-block li {
	color: red
}

.bg-success {
	background: #51aa1b!important
}

.bg-dark {
	background: #1c2224!important
}

.btn-secondary {
	background: #476432!important
}

.text-secondary {
	color: #e96125!important
}

.badge {
	border-radius: 2px;
	font-weight: 400
}

.btn {
	border: none;
	border-radius: 2px!important
}

.heading-design-h5 {
	font-size: 18px;
	margin-bottom: 14px
}

.heading-design-h5 a {
	font-size: 15px;
	line-height: 22px
}

.border-top {
	border-top: 1px solid #eee!important
}

.border-bottom {
	border-bottom: 1px solid #eee!important
}


/*================= custom ===================*/

.active-link {
	background: #fff2f2 !important;
	font-weight: 600 !important;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.table-mobile {
	display: none;
}


/*========== MOBILE NAV MENU ==========*/


/* Place the navbar at the bottom of the page, and make it stick */

.navbar-bottom {
	display: none;
	background-color: #ffffff;
	/* border-top: solid whitesmoke 1px;*/
	box-shadow: 0px 1px 1px #f5f5f5, 0px 0px 3px #e1e1e1;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	align-items: center;
	justify-content: center;
}

.bottom-cart-value {
	background: #e96125;
	border-radius: 50px;
	font-size: 10px;
	font-weight: 500;
	height: 18px;
	right: 2px;
	line-height: 17px;
	min-width: 18px;
	position: absolute;
	top: 1px;
	color: #fff;
}


/* Style the links inside the navigation bar */

.navbar-bottom a {
	/* float: left;*/
	display: block;
	color: #999;
	text-align: center;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 11px;
	position: relative;
}

.navbar-bottom a img {
	-webkit-filter: grayscale(70%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(70%);
}


/* Change the color of links on hover */

.navbar-bottom a:hover {
	/*background-color: #ddd;*/
	color: #666666;
}


/* Add a color to the active/current link */

.navbar-bottom a.active {
	/* background-color: #4CAF50;*/
	color: #000000;
}

.navbar-bottom a.active img {
	-webkit-filter: grayscale(0%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.cat-image {
	padding: 5px;
	border-radius: 25px;
	/* border: solid #ffe2f1 4px;*/
}

.acnt-lisnk-ul li {
	font-size: 15px;
	border-bottom: solid #ebebeb 1px;
	padding: 10px;
}

.home-cat-image {
	padding: 5px;
	/*border:solid 1px #e0e0e0;*/
	transition: transform .4s;
	/* smoother zoom */
	margin-top: 10px;
	box-shadow: 1px 1px 1px #f5f5f5, 1px 1px 3px #e1e1e1;
}

.home-cat-image-link :hover img {
	transform: scale(1.3);
	transform-origin: 50% 50%;
}


/*=============================================*/

.dropdown-item.active,
.dropdown-item:active {
	background-color: #f9f9f9!important;
	color: #1c2224!important;
	text-decoration: none
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 2px;
	width: 100%
}

.select2-container .select2-selection--single {
	height: 35px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 21px
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: .375rem .75rem
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 8px;
	top: 5px
}

.checkout-step-two .select2-container {
	width: 100%!important
}

.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
	border: 1px solid #eee
}

.select2-dropdown {
	border: none!important;
	border-radius: 0!important;
	box-shadow: 0 4px 4px #dcdcdc!important
}

.footer-social a,
.owl-theme .owl-controls .owl-buttons div {
	transform: scale(1);
	transition-duration: .4s
}

.footer-social a:hover,
.owl-theme .owl-controls .owl-buttons div:hover {
	transform: scale(1.09)
}

.input-group-text {
	border-radius: 2px
}

.card-header {
	background-color: #fbfbfb;
	border-bottom: 1px solid #eee
}

.card {
	background-clip: border-box;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative;
	word-wrap: break-word
}

.table td,
.table th {
	color: #343a40;
	font-weight: 500;
}

.list-group-item:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}

.list-group-item:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px
}

.list-group-item {
	border: 1px solid #eee
}



.osahan-menu {
	padding: 0
}

.osahan-menu .navbar-brand {
	padding: 15px 18px
}

.osahan-menu .navbar-brand:hover {
	background: #dee2e638
}

.main-nav-right .btn {
	border-radius: 0!important;
	border-right: 1px solid #88888821;
	color: #000;
	margin: 0 0 0 -4px;
	padding: 20px;
	font-weight: 600;
}

.main-nav-right .btn:hover {
	background-color: #cdccce21!important
}

.main-nav-right li {
	margin: 0!important
}

.bg-violet {
	background: #e2ac40 !important;
}

.main-nav-right .osahan-top-dropdown img {
	border: 2px solid #fff;
	border-radius: 50px;
	height: 32px;
	left: 20px;
	position: absolute;
	top: 18px;
	width: 32px
}

.main-nav-right .osahan-top-dropdown .dropdown-toggle {
	padding-left: 65px
}

.cart-btn .mdi {
	font-size: 20px;
	line-height: 0;
	margin-right: 5px;
	vertical-align: -3px
}

.cart-btn .btn {
	font-weight: 500;
	position: relative
}

.cart-btn .cart-value {
	background: #e96125;
	border-radius: 50px;
	font-size: 10px;
	font-weight: 500;
	height: 18px;
	left: 31px;
	line-height: 17px;
	min-width: 18px;
	position: absolute;
	top: 11px;
	color: #fff;
}

.location-top {
	color: #000!important
}

input.hpo {
	border: 1px solid #88888821 !important;
}

.bg-light {
	background: #fff !important;
}

.location-top i {
	font-size: 25px;
	vertical-align: sub
}

.top-categories-search {
	left: 0;
	margin: 9px 55px;
	/* position: absolute; */
	right: 50px;
	top: 16px;
	width: 100%;
	min-width: 300px;
}

.top-categories-search .form-control {
	border: none;
	font-size: 13px;
	height: 35px;
	min-width: 384px
}

.top-categories-search .btn {
	border-radius: 0 2px 2px 0!important;
	font-weight: 500;
	height: 38px;
	padding: 0 21px;
	text-transform: uppercase
}

.top-categories-search .select2-selection.select2-selection--single {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #ececec -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-radius: 2px 0 0 2px;
	border-style: none solid none none;
	border-width: medium 1px medium medium;
	height: 38px
}

.top-categories-search .form-control-select,
.top-categories-search .select2-container {
	width: 168px!important
}

.top-categories-search .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 13px;
	line-height: 36px;
	padding: 0 16px
}

.top-categories-search .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 20px
}

.osahan-menu-2 {
	background: #fff!important;
	border-radius: 0;
	box-shadow: 0 2px 2px #eaeaea;
	padding: 0;
	border-top: 1px solid #88888821 !important;
}

.osahan-menu-2 .nav-link {
color: #323232!important;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.dropdown-menu {
	border: none;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 4px 4px #dcdcdc;
	margin: 0
}

.dropdown-menu .dropdown-item {
	color: #666;
	font-size: 13px;
	padding: 5px 14px!important
}

.osahan-menu-2 .nav-link.shop {
	border-right: 1px solid #ececec;
	color: #333!important;
	font-weight: 500;
	margin-right: 11px;
	padding-right: 22px!important
}

.osahan-menu-2 .nav-link:hover {
	background: #f4f4f4;
	color: #333!important
}

.category-item img {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 2px #ccc;
	height: 80px;
	margin: 1px 0 8px;
	object-fit: scale-down;
	padding: 7px;
	transform: scale(1);
	width: 80px
}

.cart-list-product img,
.cart_product img {
	box-shadow: 0 0 3px #ececec;
	object-fit: scale-down
}

.category-item:hover img {
	transform: scale(1.09)
}

.category-item {
	padding: 8px
}

.category-item h6 {
	font-size: 13px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.shop-filters {
	margin-bottom: 30px;
}

.top-category {
	background: #fff;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding: 14px 0
}

.card-shop-filters ul {
	font-size: 14px;
	line-height: 29px;
	font-weight: 400;
}

.category-item p {
	margin: 0
}

.top-category .owl-prev {
	left: -70px
}

.top-category .owl-next {
	right: -70px
}

.carousel-slider-main .owl-pagination {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0
}

.carousel-slider-main {
	position: relative
}

.carousel-slider-main .owl-next,
.carousel-slider-main .owl-prev {
	top: 46%
}

.product-header .badge {
	background: #f2fef2;
	border: 1px solid #51aa1b;
	border-radius: 2px;
	color: #51aa1b;
	font-size: 12px;
	font-weight: 500;
	left: 20px;
	padding: 4px 10px;
	position: absolute;
	top: 20px;
	z-index: 9
}

.product {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
	margin: 0 -1px 0 0;
	padding: 20px;
	position: relative
}

.product-header .mdi-circle {
	border: 1px solid;
	border-radius: 2px;
	display: inline-block;
	font-size: 11px;
	height: 22px;
	line-height: 19px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 22px
}

.product-body h5 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	color: #000;
	margin-bottom: 5px;
}

.product-body h6 {
	color: #9c9c9c;
	font-size: 12px;
	margin: 5px 0 14px
}

.product-header img {
	height: 200px;
	margin: 0 0 18px;
	object-fit: scale-down;
	transform: scale(1)
}

.product:hover .product-header img {
	transform: scale(1.09)
}

.offer-price {
	color: #343a40;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px
}

.offer-price:hover {
	font-weight: 600;
}

.product-footer {
	height: 32px;
	margin-top: 6px;
}

.regular-price {
	color: #666!important;
	font-size: 11px;
	font-weight: 500;
	line-height: 15px;
	text-decoration: line-through
}

.card-img-top {
	height: 290px;
}

.product-footer .btn {
	border-radius: 49px!important;
	font-size: 12px;
	padding: 6px 12px
}

p.card-text {
	line-height: 26px;
}

.blog .card-title a {
	font-size: 22px;
}

p.productzz .ul {
	font-weight: 600;
	height: 40px;
	padding: 12px;
	text-decoration: none;
}

.owl-carousel-featured .owl-prev {
	left: -40px;
	top: 43%
}

.owl-carousel-featured .owl-next {
	right: -40px;
	top: 43%
}

.feature-box p {
	margin: 0;
	line-height: 20px;
	font-size: 13px;
}

.feature-box h6 {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	padding: 8px 0;
	color: #9a4d9e;
}

.feature-box .mdi {
	border: 1px solid #acacac;
	border-radius: 50px;
	color: #acacac;
	display: inline-block;
	float: left;
	font-size: 21px;
	height: 60px;
	line-height: 56px;
	margin: 0 15px 0 0;
	width: 60px
}

.footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee!important
}

.app img {
	height: 32px;
	margin: 0 11px 0 0
}

.footer-bottom p {
	line-height: 16px
}

.footer-social a {
	background: #ccc;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	height: 27px;
	line-height: 26px;
	width: 27px
}

body.toggled {
	overflow: hidden
}

body.toggled::after {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .7;
	position: absolute;
	right: 0;
	z-index: 9;
	top: 0
}

.cart-sidebar {
	background: #fff;
	overflow: auto;
	position: fixed;
	right: -400px;
	top: 0;
	width: 400px;
	z-index: 99;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	height: 100vh
}

.toggled .cart-sidebar {
	right: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.cart-sidebar-body {
	height: 66vh;
	overflow: inherit
}

.cart-sidebar-header {
	background: #1c2224;
	color: #fff;
	padding: 18px 20px
}

.cart-sidebar-header h5 {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin: 0
}

.cart-sidebar-header .float-right {
	background: #fff;
	border-radius: 24px;
	color: #000;
	height: 26px;
	line-height: 25px;
	text-align: center;
	width: 26px
}

.cart-list-product {
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	padding: 14px 20px;
	position: relative
}

.cart-list-product img {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ececec #ececec #dcdcdc;
	border-image: none;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px 1px 3px;
	float: left;
	height: 99px;
	margin: 0 15px 0 0;
	width: 82px
}

.cart-list-product h5 a {
	font-size: 14px
}

.cart-list-product h5 {
	margin: 0
}

.cart-list-product h6 {
	font-size: 11px
}

.cart-list-product>h6 span {
	color: #e96125
}

.remove-cart {
	position: absolute;
	right: 18px;
	top: 12px
}

.cart-list-product .badge {
	background: #f2fef2;
	border: 1px solid #51aa1b;
	border-radius: 2px;
	color: #51aa1b;
	font-size: 11px;
	font-weight: 500;
	padding: 3px 6px
}

.cart-sidebar-footer {
	background: #ececec;
	padding: 14px 20px
}

.cart-store-details p {
	margin: 0 0 3px
}

.cart-store-details h6 {
	margin: 10px 0 19px
}

.cart-sidebar-footer .btn {
	padding: 15px 17px
}

.shop-filters .card-header .btn {
	color: #7b275b;
	font-size: 15px;
	font-weight: 500;
	padding: 7px 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 100%
}

.favourite-icon a,
.shop-detail-slider #sync2 .item {
	text-align: center
}

.shop-filters .card-header .btn .mdi {
	position: absolute;
	right: 0
}

.shop-filters .card-body {
	padding: 1px
}

.card-shop-filters {
	padding: 18px!important
}

.card-shop-filters .custom-control {
	margin: 8px 0
}

.card-shop-filters .custom-control .badge {
	float: right;
	margin: 6px 0 0
}

.card-shop-filters .custom-control label {
	width: 100%
}

.list-group-item.active {
	background: #7b2e58;
	border-color: #7b2e58
}

.shop-filters .card {
	margin: -2px 0 0
}

.shop-detail-slider #sync1 {
	border: 1px solid #eee;
	border-radius: 12px;
	margin-bottom: 15px;
	overflow: hidden
}

.shop-detail-slider {
	position: relative
}

.favourite-icon a {
	background: red;
	border-radius: 50px;
	color: #fff;
	font-size: 17px;
	height: 35px;
	line-height: 34px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 35px;
	z-index: 9
}

.shop-detail-slider #sync2 img {
	border: 2px solid #eee;
	border-radius: 12px;
	cursor: pointer;
	margin: 26px 0 8px;
	width: 67px
}

.shop-detail-right {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 32px
}

.shop-detail-slider #sync2 .synced img,
.shop-detail-slider #sync2 img:hover {
	border-color: #1c2224
}

.shop-detail-slider #sync2 {
	padding: 0 70px
}

.shop-detail-right .badge {
	background: #f2fef2;
	border: 1px solid #51aa1b;
	border-radius: 2px;
	color: #51aa1b;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 13px
}

.shop-detail-right h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 15px 0px;
}

.shop-detail-right>h6 {
	color: #666;
	font-size: 14px;
	margin: 0 0 19px
}

.shop-detail-right .btn {
	font-weight: 500;
	margin: 29px 0;
	padding: 15px 50px;
	text-transform: uppercase
}

.short-description {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 22px
}

.shop-detail-right .regular-price {
	font-size: 17px;
	font-weight: 100;
	margin: 0 0 8px;
	color: #17a2b8!important
}

.shop-detail-right .offer-price {
	font-size: 15px;
	font-weight: 200;
	margin-top: 15px;
}

.shop-detail-right .offer-price .text-success {
	font-size: 18px;
	font-weight: 600
}

.shop-detail-right .feature-box .mdi {
	background: #e96125;
	border: none;
	color: #fff
}

.shop-detail-right .feature-box h6 {
	font-weight: 400
}

.shop-detail-right .feature-box {
	margin: 4px 0
}

.cart_product img {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ececec #ececec #dcdcdc;
	border-image: none;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px 1px 3px;
	float: left;
	height: 88px;
	margin: 0;
	width: 72px
}

.cart_summary td {
	vertical-align: middle
}

.cart_summary>tfoot,
.cart_summary>thead {
	background: #f7f7f7
}

.cart_summary {
	border: none!important
}

.qty .form-control {
	border-radius: 2px!important;
	margin: 0 2px;
	text-align: center;
	width: 18px
}

.qty .btn {
	background: #5a6268;
	border-radius: 2px!important;
	color: #fff;
	font-size: 23px;
	height: 33px;
	line-height: 15px;
	padding: 0;
	text-align: center!important;
	vertical-align: baseline;
	width: 27px
}

.cart_description h5 {
	font-size: 15px;
	margin: 0 0 5px
}

.cart_description h6 {
	font-size: 12px;
	font-weight: 100
}

.availability .badge {
	font-size: 11px;
	padding: 6px 11px
}

.cart-table {
	border-top: medium none;
	padding: 0
}

.cart-table .table {
	margin-bottom: 0
}

.cart-table .btn-secondary {
	border-radius: 0!important;
	font-size: 16px;
	padding: 20px;
	text-transform: uppercase
}

.cart_product {
	width: 10%
}

.checkout-step .card {
	margin: 0 0 -1px
}

.checkout-step .card .card-header .btn {
	color: #333;
	font-size: 17px;
	font-weight: 500;
	padding: 9px 0;
	text-align: left;
	text-decoration: none;
	width: 100%
}

.checkout-step .card .card-header .btn .number {
	border-radius: 50px;
	display: inline-block;
	font-weight: 700;
	height: 34px;
	line-height: 28px;
	margin: 0 8px 0 0;
	text-align: center;
	text-decoration: none;
	vertical-align: 0;
	width: 34px
}

.checkout-step .card .card-header .btn.collapsed .number {
	border: 2px solid #e96125;
	color: #e96125
}

.checkout-step .card .card-header .btn .number {
	border: 2px solid #51aa1b;
	color: #51aa1b
}

.order-done .mdi {
	font-size: 135px;
	line-height: 161px
}

.login-modal-left {
	background: url(../img/login.jpg) center center rgba(0, 0, 0, 0);
	float: right;
	height: 300px;
	list-style: none;
	margin: 70px auto auto;
	width: 322px
}

.form-control {
	border-radius: 2px;
	font-size: 14px
}

label {
	font-size: 13px;
	margin: 0 0 3px
}

.modal-content {
	border: none;
	border-radius: 2px
}

.login-modal-right {
	padding: 27px
}

.login-icons {
	border: none;
	border-radius: 2px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase
}

.login-footer-tab .nav-link {
	background: #ececec!important;
	border: none;
	border-radius: 2px!important;
	margin: 10px 3px 0 2px;
	padding: 7px 20px
}

.login-footer-tab .nav {
	border: none;
	display: inline-flex
}

.btn-facebook {
	background: #395b9a;
	color: #fff
}

.btn-google {
	background: #c71e25;
	color: #fff
}

.btn-twitter {
	background: #3a9ed8;
	color: #fff
}

.login-with-sites p {
	margin: 0 0 7px
}

.login-with-sites {
	margin-bottom: 10px
}

.modal-backdrop.show {
	opacity: .7
}

.account-page .mx-auto {
	background: #fff;
	border: 1px solid #eee;
	padding: 0
}

.account-page .mx-auto .card {
	border: none
}

.team-card img,
.user-profile-header img {
	border-radius: 50px;
	height: 100px;
	width: 100px
}

.account-right {
	border-left: 1px solid #eee!important;
	/*min-height:508px*/
	min-height: 100px
}

.user-profile-header img {
	margin-bottom: 15px;
	object-fit: scale-down
}

.user-profile-header {
	padding: 36px;
	text-align: center
}

.user-profile-header p {
	margin: 0
}

.account-left {
	margin-right: -1px
}

.account-left .list-group {
	padding: 10px
}

.blog .card-body,
.reviews-card .card-body,
.sidebar-card .card-body {
	padding: 25px
}

.blog-header {
	border: 2px solid #fff
}

.sidebar-card-list li a {
	border-bottom: 1px solid #efefef;
	display: inline-block;
	padding: 8px 0;
	width: 100%
}

.sidebar-card-list li:last-child a {
	border: none;
	padding-bottom: 0
}

.tag-cloud-link {
	background: #ccc;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	margin: 2px 0;
	padding: 4px 13px
}

.tag-cloud-link:hover {
	background: #000;
	color: #fff
}

.blog .card-title a {
	color: #222!important
}

.blog .card-title {
	margin: 0 0 7px
}

.entry-meta {
	margin-bottom: 13px
}

.blog .card-body a {
	color: #e96125
}

.entry-meta a {
	color: #9c9c9c!important
}

.entry-meta .mdi {
	background: #acacac;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	width: 19px
}

.reviews-card .d-flex {
	height: 50px;
	width: 50px
}

.reviews-card h5 small {
	color: #848484;
	font-size: 12px;
	margin: 0 0 0 8px
}

.star-rating i {
	font-size: 15px;
	letter-spacing: -6px
}

@media (max-width:575.98px) {
	/*.logo
	{
		width : 100px !important;	
	}*/
	.top-descr {
		display: none;
	}
	.location-top,
	.login-modal-left {
		display: none
	}
	.carousel-slider-main .owl-next,
	.carousel-slider-main .owl-prev {
		top: 34%
	}
	.account-left {
		margin-right: 0
	}
	.account-page .mx-auto {
		margin: 0 15px!important
	}
	.account-right {
		border-left: medium none!important;
		border-top: 1px solid #eee!important;
		min-height: auto!important
	}
	.top-categories-search {
		left: 0;
		margin: auto;
		padding: 0 15px 8px;
		position: relative;
		right: 0;
		top: 0;
		width: 100%
	}
	.container {
		max-width: 100%
	}
	.main-nav-right .osahan-top-dropdown .dropdown-toggle {
		padding: 18px 16px!important
	}
	.main-nav-right .osahan-top-dropdown img {
		left: auto;
		position: relative;
		top: 0
	}
	.owl-carousel-featured .owl-prev,
	.top-category .owl-prev {
		left: 0
	}
	.osahan-menu-2 .nav-link.shop {
		border-right: medium none;
		margin-right: 0
	}
	.shop-detail-slider #sync2 {
		padding: 0
	}
	.shop-detail-slider #sync2 img {
		margin: 26px 0 10px
	}
	.navbar-toggler {
		background: #fff!important;
		border: none;
		border-radius: 2px;
		margin: 0 16px 0 0;
		padding: 6px 9px
	}
	.top-categories-search-main {
		margin-top: 0!important
	}
	.main-nav-right .btn {
		font-size: 0;
		padding: 21px 10px
	}
	.cat-list-side-menu,
	.footer,
	.footer-bottom,
	.onionz-features,
	#siteseal,
	.cart-btn {
		display: none;
	}
	.btn {
		white-space: inherit;
		text-align: center;
	}
	.input-qty-mob {
		min-width: 120px;
	}
	.img.logo {
		margin-left: 25px;
	}
	.navbar-bottom {
		display: flex !important;
	}
	.table-mobile {
		display: block;
	}
	.table-desktop {
		display: none;
	}
	.inner-header {
		display: none;
	}
	.navbar-brand {
		width: 70%;
	}
	.main-nav-right {
		display: none;
	}
	/*img.logo {*/
	/*	width: 160px !important;*/
	/*	margin-left: 30%;*/
	/*}*/
	.osahan-menu .navbar-brand {
		padding: 5px 0px 0px;
	}
	.hidden-td-pricelist {
		display: none;
	}
	.mob-hidden {
		display: none;
	}
	.osahan-menu .my-2.my-lg-0 .main-nav-right {
		position: absolute;
		right: 76px;
		top: 0
	}
	.owl-carousel-featured .owl-next,
	.top-category .owl-next {
		right: 0
	}
	.main-nav-right .btn .mdi {
		font-size: 17px!important;
		line-height: unset!important;
		margin: 0;
		vertical-align: initial!important
	}
	.app img {
		margin-bottom: 4px
	}
	.footer-social a {
		margin-bottom: 3px
	}
	.top-categories-search .form-control {
		border-radius: 2px 0 0 2px!important;
		min-width: auto
	}
	.cart-sidebar {
		width: 320px
	}
	.login-modal-right {
		padding: 6px
	}
	.feature-box {
		margin-bottom: 6px;
		overflow: hidden
	}
	.footer h6 {
		margin-bottom: 12px!important;
		margin-top: 25px
	}
	.top-categories-search .form-control-select,
	.top-categories-search .select2-container {
		width: 138px!important;
		display: none
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.location-top,
	.login-modal-left {
		display: none
	}
	.carousel-slider-main .owl-next,
	.carousel-slider-main .owl-prev {
		top: 40%
	}
	.account-left {
		margin-right: 0
	}
	.account-page .mx-auto {
		margin: 0 15px!important
	}
	.account-right {
		border-left: medium none!important;
		border-top: 1px solid #eee!important;
		min-height: auto!important
	}
	.top-categories-search {
		left: 0;
		margin: auto;
		padding: 0 15px 8px;
		position: relative;
		right: 0;
		top: 0;
		width: 100%
	}
	.container {
		max-width: 100%
	}
	.main-nav-right .osahan-top-dropdown .dropdown-toggle {
		padding: 18px 16px!important
	}
	.main-nav-right .osahan-top-dropdown img {
		left: auto;
		position: relative;
		top: 0
	}
	.owl-carousel-featured .owl-prev,
	.top-category .owl-prev {
		left: 0
	}
	.osahan-menu-2 .nav-link.shop {
		border-right: medium none;
		margin-right: 0
	}
	.shop-detail-slider #sync2 {
		padding: 0
	}
	.shop-detail-slider #sync2 img {
		margin: 26px 0 10px
	}
	.navbar-toggler {
		background: #fff!important;
		border: none;
		border-radius: 2px;
		margin: 0 16px 0 0;
		padding: 6px 9px
	}
	.top-categories-search-main {
		margin-top: 0!important
	}
	.main-nav-right .btn {
		font-size: 0;
		padding: 21px 15px
	}
	.osahan-menu .my-2.my-lg-0 .main-nav-right {
		position: absolute;
		right: 60px;
		top: 0
	}
	.owl-carousel-featured .owl-next,
	.top-category .owl-next {
		right: 0
	}
	.main-nav-right .btn .mdi {
		font-size: 17px!important;
		line-height: unset!important;
		margin: 0;
		vertical-align: initial!important
	}
	.app img {
		margin-bottom: 4px
	}
	.footer-social a {
		margin-bottom: 3px
	}
	.top-categories-search .form-control {
		min-width: auto
	}
	.feature-box {
		margin-bottom: 6px;
		overflow: hidden
	}
	.top-categories-search .form-control-select,
	.top-categories-search .select2-container {
		width: 138px!important
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.location-top,
	.login-modal-left {
		display: none
	}
	.top-categories-search {
		left: 0;
		margin: auto;
		padding: 0 15px 8px;
		position: relative;
		right: 0;
		top: 0;
		width: 100%
	}
	.container {
		max-width: 100%
	}
	.main-nav-right .osahan-top-dropdown .dropdown-toggle {
		padding: 18px 16px!important
	}
	.main-nav-right .osahan-top-dropdown img {
		left: auto;
		position: relative;
		top: 0
	}
	.owl-carousel-featured .owl-prev,
	.top-category .owl-prev {
		left: 0
	}
	.osahan-menu-2 .nav-link.shop {
		border-right: medium none;
		margin-right: 0
	}
	.shop-detail-slider #sync2 {
		padding: 0
	}
	.shop-detail-slider #sync2 img {
		margin: 26px 0 10px
	}
	.navbar-toggler {
		background: #fff!important;
		border: none;
		border-radius: 2px;
		margin: 0 16px 0 0;
		padding: 6px 9px
	}
	.top-categories-search-main {
		margin-top: 0!important
	}
	.main-nav-right .btn {
		font-size: 0;
		padding: 21px 15px
	}
	.osahan-menu .my-2.my-lg-0 .main-nav-right {
		position: absolute;
		right: 76px;
		top: 0
	}
	.owl-carousel-featured .owl-next,
	.top-category .owl-next {
		right: 0
	}
	.main-nav-right .btn .mdi {
		font-size: 17px!important;
		line-height: unset!important;
		margin: 0;
		vertical-align: initial!important
	}
	.app img {
		margin-bottom: 4px
	}
	.footer-social a {
		margin-bottom: 3px
	}
	.top-categories-search .form-control {
		min-width: auto
	}
	.feature-box {
		margin-bottom: 6px;
		overflow: hidden
	}
	.top-categories-search .form-control-select,
	.top-categories-search .select2-container {
		width: 138px!important
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.owl-carousel-featured .owl-next,
	.top-category .owl-next {
		right: 0
	}
	.osahan-menu-2 .nav-link {
		font-size: 13px;
		padding: 13px 10px!important
	}
	.main-nav-right .osahan-top-dropdown img {
		left: auto;
		position: relative;
		top: 0
	}
	.owl-carousel-featured .owl-prev,
	.top-category .owl-prev {
		left: 0
	}
	.main-nav-right .osahan-top-dropdown .dropdown-toggle {
		padding: 18px 16px!important
	}
	.main-nav-right .btn {
		font-size: 0;
		padding: 21px 15px
	}
	.main-nav-right .btn .mdi {
		font-size: 17px!important;
		line-height: unset!important;
		margin: 0;
		vertical-align: initial!important
	}
	.location-top {
		display: none
	}
	.top-categories-search .form-control {
		min-width: auto
	}
	.top-categories-search {
		left: 0;
		/*margin: auto;
        position: absolute;
        right: 0;
        top: 16px;
        width: 45%*/
		margin-left: auto;
		position: absolute;
		right: 0;
		top: 0px;
		width: 42%;
	}
	.top-categories-search .form-control-select,
	.top-categories-search .select2-container {
		width: 138px!important
	}
	.container {
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.top-categories-search .form-control {
		min-width: auto
	}
}


/*Custom*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

.pdt-var input {
	width: 25%;
	text-align: center;
	padding: 1px;
	height: 23px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.pdt-var select {
	height: 23px;
	width: 35% !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.add-to-cart-disabled {
	background: #df818a !important;
	cursor: no-drop !important;
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(215, 217, 220, 0.25);
}

.btn-success {
	background-color: #28a745;
	border-color: #28a745;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.nocontainer {
	padding: 0px;
}

.flex-container .three-box {
	width: 32% !important;
	margin-right: 10px;
}

.flex-container .borderboy {
	padding: 8px;
	border: 1px solid #d9b8d3;
}

img.fullslide {
	width: 100% !important;
}

.three-box .feature-box .mdi {
	background: #e2ac40;
	border: none;
	color: #fff;
	margin-top: 20px;
}

.shop-detail-right .badge-danger {
	background: #ffe1d7 !important;
	border: 1px solid #df401c !important;
	border-radius: 2px;
	color: #df401c !important;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 13px;
}

.product-header .badge-danger {
	background: #ffe1d7 !important;
	border: 1px solid #df401c !important;
	border-radius: 2px;
	color: #df401c !important;
	font-size: 12px;
	font-weight: 500;
	left: 20px;
	padding: 4px 10px;
	position: absolute;
	top: 20px;
	z-index: 9;
}

.success-msg,
.success-msg-other {
	position: absolute;
	margin: auto;
	top: 40%;
	left: 10%;
	z-index: 5;
	width: 80%;
	color: #fff;
	padding: 2px !important;
}

.success-msg-home-pdt {
	background: #1bab01;
	border-radius: 15px;
	padding: 5px;
}

.danger-msg-home-pdt {
	background: #d80404;
	border-radius: 15px;
	padding: 5px;
}

img.logo {
	width: 100px;
	/* height: 48px;*/
}

img.blogdetail {
	height: auto;
}

.blog-title a {
	font-size: 32px !important;
}

.bloginfo {
	margin: 40px 0px;
}

.bloginfo p strong {
	font-size: 18px;
	font-weight: 600;
	color: #495057;
}

.bloginfo p {
	font-size: 16px;
	line-height: 28px;
}

.blog-content .blocks blockquote {
	font-size: 33px;
}

.the-more-people .you-love .the-weaker .you-are,
.you-will .do-things .for-them .you-know .you-shouldnt {
	text-align: center;
}

.top-descr {
	background: #f1f6fa;
	padding: 18px 35px 0px;
	width: 65%;
}

@media screen and (max-width: 991px) {
	.flex-container .three-box {
		width: 100% !important;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.three-box .feature-box .mdi {
		margin-top: 15px;
	}
	.owl-pagination {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.shop-detail-right h2 {
		font-size: 20px;
		margin: 15px 0px 10px 0px;
	}
	.shop-detail-right .offer-price .text-success {
		font-size: 22px;
	}
	.shop-detail-right .offer-price {
		font-size: 14px;
		font-weight: 600;
		margin-top: 20px;
	}
	.card-img-top {
		height: auto;
	}
	.bloginfo {
		margin: 25px 0px;
	}
}


/*MANU ADDED*/


/**
 * EasyZoom core styles
 */

.easyzoom {
	position: relative;
	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}


/**
 * EasyZoom layout variations
 */

.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

.product__carousel {
	display: block;
	max-width: 100%;
}

.product__carousel a {
	display: block;
	margin-bottom: 15px;
}

.product__carousel .gallery-top {
	border-radius: 3px;
	margin-bottom: 5px;
}

.product__carousel .gallery-top .swiper-slide {
	position: relative;
	overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
	width: 100%;
	height: 100%;
	max-width: -webkit-fill-available !important;
	-o-object-fit: contain;
	object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
	min-width: 100%;
	min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
	color: #707070;
}

.product__carousel .gallery-thumbs .swiper-slide {
	position: relative;
	transition: border .15s linear;
	cursor: pointer;
	overflow: hidden;
	height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}

p.pinfo {
	color: #939393;
	border-bottom: 2px solid #939393;
	font-size: 13px;
}

.cwidth {
	width: 90% !important;
	margin: 0 auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0px !important;
}

.swiper-button-next,
.swiper-button-prev {
	width: 30px !important;
	height: 20px !important;
	overflow: hidden;
}

.sipcontent {
	position: relative;
}

.srating span {
	position: relative;
	top: -3px;
	left: 3px;
}

.srating {
	margin-bottom: 5px;
}
.srating i.active {
    color: #ffa41c !important;
}
.srating i {
	color: #aab8c2;
	font-size: 20px;
}

ul.mrp {
	margin-bottom: 10px;
}

li.cross {
	color: #747474 !important;
	position: relative;
}
td {
    line-height: 1.3;
}
ul.mrp li {
	color: #181b1d;
	line-height: 19px;
}

ul.mrp li span {
    width: 95px;
    display: inline-block;
    text-align: left;
    margin-right: 10px;
    float: left;
}

li.prise b {
	font-size: 18px;
	color: #b12704;
}

li.offprice b {
	color: #b12704;
	font-size: 14px;
	font-weight: normal !important;
	display: inline-flex;
}

li.cross,
li.cross span {
	text-decoration: line-through;
}

p b {
	color: black;
}

.product_size_switch a.active {
	background: #000;
	color: #fff;
}

.product_size_switch a {
	width: auto;
	border: 1px solid #939393;
	background: transparent;
	color: #000 !important;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	outline: none !important;
	margin: 0px 5px 7px 0px;
	text-align: center;
	padding: 3px 25px !important;
	line-height: 15px !important;
	font-weight: bold !important;
}

.product_size_switch a span {
	color: #c22704 !important;
	font-weight: normal !Important;
}

.product_size_switch a:hover,
.product_size_switch a.active {
	background: #fff6e8 !important;
	border: 1px solid #ffa41c !important;
}

.mb0 {
	margin-bottom: 0px !Important;
}

.product_size_switch {
	margin-top: 5px;
	margin-bottom: 10px;
}

.normalinput {
	outline: none !important;
	border: 2px solid #eee !important;
	margin: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
}

.btn.focus,
.btn:focus {
	box-shadow: none !important;
}

.input-group.qty {
	margin-bottom: 15px !important;
}

span.text-dark.tey {
	margin-right: 10px !important;
	line-height: 32px;
}

span.input-group-btn button {
	background: #eee !important;
	color: #707070 !important;
	outline: none !important;
	height: 35px !important;
}

.wbutton i {
	font-size: 17px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}

button.wbutton.add-to-cartbutton {
	background: #557A38;
}

button.wbutton.add-to-wihslist {
	background: none;
}

.wbutton:hover {
	opacity: .8;
}

.wbutton {
	display: inline-block;
	color: white;
	border: none;
	outline: none;
	padding: 5px 3rem;
	border-radius: 8px;
	margin-bottom: 15px;
	text-transform: uppercase;
	cursor: pointer;
}

button.buyitnow {
	float: left;
	width: 100%;
	border: none;
	outline: none;
	background: #406231;
	border-radius: 9px;
	line-height: 45px;
	font-size: 16px;
	margin-bottom: 30px;
	cursor: pointer;
	color:white;
}

button.buyitnow:hover {
	opacity: .8;
}

.product-detailscont h4 {
	margin-top: 30px;
}

ul.p-details li span {
	width: 120px;
	display: inline-block;
}

ul.p-details li {
	float: left;
	width: 100%;
}

ul.p-details {
	color: #181b1d;
	padding: 20px 0px;
	border-top: 1px solid #181b1d;
	border-bottom: 1px solid #181b1d;
	float: left;
	width: 100%;
	line-height: 21px;
}

h3.aitems {
	margin-top: 20px;
	float: left;
	width: 100%;
	font-size: 20px !important;
	color: #000;
}

ul.iteminline li {
	list-style-type: disc;
	color: black;
	padding-left: 5px;
	line-height: 21px;
}

ul.iteminline {
	float: left;
	width: 90%;
	margin-left: 35px;
}

.product-detailscont {
	float: left;
	width: 100%;
}

section.securityin {
	background: white;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 30px 30px 0px 30px;
	text-align: center;
}

ul.scontainer li h5 {
	margin: 0px;
	text-align: left;
	margin-top: 5px;
	font-weight: bold;
}

ul.scontainer li img {
    display: block;
    width: 60px;
    margin: 0 auto !important;
}

ul.scontainer li:last-child {
	border: 0px !Important;
	background: none;
}

ul.scontainer li {
	display: inline-block;
	text-align: left;
	position: relative;
}

.content-tabs .nav-tabs {
	border-bottom: none;
}

.content-tabs .nav-tabs>li>a {
	margin-top: 5px;
	padding-bottom: 10px;
}

@media (min-width: 1200px) {
	.content-tabs .nav-tabs>li>a {
		padding-left: 35px;
		padding-right: 35px;
	}
}

.content-tabs .nav-tabs>li>a,
.content-tabs .nav-tabs>li>a:focus {
	border-radius: 0;
	font-size: 14px;
	background-color: transparent;
	color: #232323;
	display: inline-block;
	position: relative;
}

.tabs-wrapper.content-tabs.mb30 {
	width: 100%;
}

.content-tabs .nav-tabs>li>a.active:after {
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: -2px;
	right: -1px;
	background-color: #ffd814;
}

.content-tabs .tab-content {
	padding: 15px;
	border: solid 1px #e9e9e9;
	background-color: #ffffff;
}

@media (min-width: 1200px) {
	.content-tabs .tab-content {
		padding: 35px;
	}
}

.content-tabs .media>.pull-left {
	margin-right: 15px;
}

.content-tabs .media>.pull-right {
	margin-left: 15px;
}

.content-tabs .media+.media {
	border-top: solid 1px #e9e9e9;
	padding-top: 15px;
}

.content-tabs .media p {
	margin-bottom: 0;
	font-size: 13px;
}

.content-tabs .media p+p {
	margin-top: 10px;
}

.content-tabs .media .media-heading {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.content-tabs .media .post-date {
	margin-bottom: 0;
	font-size: 12px;
	color: #d3d3d3;
	line-height: 20px;
}

.content-tabs #item-description p {
	margin-bottom: 0;
}

.content-tabs #item-description p+p {
	margin-top: 20px;
}

.content-tabs .rating {
	display: block;
	margin-bottom: 0px;
}

section.tabcontainer {
	padding: 30px 0px;
	background: white;
}

ul.nav.nav-tabs {
	border-bottom: 1px solid #707070;
}

.widget .recent-post .media-link {
	margin-right: 10px;
}

.recent-post .media-link {
	padding: 0;
	margin-right: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.media img {
	max-width: none;
}

img.media-object {
	width: 80px;
	border: 1px solid #ddd;
}

.media-body {
	font-size: 16px;
	line-height: 18px;
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}

.media-meta span {
	font-weight: normal !important;
	font-size: 12px !important;
	padding-left: 5px;
}

.comments .media {
	margin-bottom: 9px;
}

.media-meta {
	font-weight: bold;
	color: #1b1b1b;
	padding-bottom: 8px;
	margin-top: 21px;
}

.comments {
	margin-bottom: 20px;
}

.comments p {
	color: black;
	line-height: 22px;
}

.pagination-wrapper li a {
	color: #ffa41c;
	font-weight: bold;
}

.pagination-wrapper li {
	display: inline-block;
}

.pagination-wrapper {
	position: relative;
	text-align: center;
}

a.rmore {
	position: absolute;
	right: 0;
}

.relateditems {
	border-bottom: 1px solid #b6b6b6;
	margin-bottom: 20px;
}

.product-body h5 {
	font-weight: normal;
}

.yebutton {
	background: #557A38;
	color: white;
}

img.img-responsive {
	max-width: 100%;
}

.row.repeatborder p,
.row.pvideo p {
	color: black;
	line-height: 22px;
}

.row.repeatborder h6 {
	padding-top: 18px;
}

.row.repeatborder {
	padding: 2rem 2rem;
	border-bottom: 1px solid #707070;
	/*margin-bottom: 3rem;*/
}

.product-items-slider .item {
	margin: 10px 10px !important;
}


/*.plyr--video, .plyr__video-wrapper, .plyr__poster {*/


/*    background: white !important;*/


/*    opacity:9 !Important;*/


/*}*/

ul.accordion {
	list-style: none;
	padding: 0;
}

ul.accordion .inner {
	padding-left: 1em;
	overflow: hidden;
	display: none;
	background: #eee;
	padding: 10px 20px;
}

ul.accordion li {
	margin: 0.5em 0;
}

.row.repeatborder h3 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
}

ul.accordion li a.toggle {
width: 100%;
    display: block;
    background: #e6b656;
    color: #000;
    padding: 0.75em 30px;
    border-radius: 0.15em;
    transition: background 0.3s ease;
    position: relative;
    font-weight: bold !important;
}

ul.accordion li a.toggle:hover {
    background: rgb(241 246 250);
}
.navbar-toggler {
    position: relative;
    top: 5px;
    outline: none !important;
}
ul.accordion a:before {
	content: "\F143";
	font-size: 24px;
	position: absolute;
	font: normal normal normal 24px/1 "Material Design Icons";
	right: 5px;
	top: 10px;
	transform: rotate(180deg);
	transition: all 0.5s;
}

ul.accordion a.active:before {
	transform: rotate(0deg);
	transition: all 0.5s;
}

.noborder {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}

ul.accordion li a.toggle {
	line-height: 18px;
}

.swiper-button-next,
.swiper-button-prev {
	top: 60% !important;
}
ul.scontainer li:after {
    display:none !Important;
}

.plyr__controls {
	background: #d0d0d0 !important;
	opacity: 1 !important;
	padding-top: 11px !important;
	color: black !important;
}
ul.scontainer {
    padding-bottom: 25px;
}
ul.scontainer li h5 {
    font-size: 1rem;
    text-align: center;
    float: left;
    width: 100%;
}
ul.scontainer li {
    text-align:center !Important;
}
ul.scontainer {
    padding-bottom: 30px;
    display: inline-flex;
}
ul.scontainer li span {
font-size: 12px;
    float: left;
    width: 100%;
}
@media (max-width: 9000px) and (min-width: 1000px) {
	ul.scontainer li:after {
		right: 0px !important;
	}
	ul.scontainer li {
	width: calc(100% / 5);
    margin: 0px !important;
    float: left;
	}
	section.securityin ul.scontainer {
		width: 100% !important;
		margin: 0 auto !important;
		overflow: hidden;
	}
	ul.scontainer li {
    border-right: 1px solid #ddd !important;
}
img.efi {
    float: left;
    width: 40%;
    margin-right: 30px;
}

}

@media (max-width: 1000px) and (min-width: 992px) {
	ul.scontainer li:after {
		right: 0px !important;
	}
	ul.scontainer li {
	width: calc(100% / 5);
    margin: 0px !important;
    float: left;
	}
	img.efi {
    float: left;
    width: 40%;
    margin-right: 30px;
}
}

@media (max-width: 992px) and (min-width: 768px) {
    ul.scontainer li img {
    width: 50px !important;
}
img.efi {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
    ul.scontainer li h5 {
    font-size: .7rem !important;
}
ul.scontainer li span {
font-size: .5rem !important;
}
	ul.scontainer li:after {
		display: none;
	}

}
h5.mb-3 {
    margin-top: 8px !important;
}
@media (max-width: 9000px) and (min-width: 768px) {
    .navbar-nav li.dropdown:hover .dropdown-menu {
	display: block
}
    .osahan-menu-2 .nav-link {
    padding: 12px 12px!important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-align:center;
}
li.nav-item {
    display: inline-block !important;
}
li.nav-item.mobileshow {
        display:none !Important;
    }
    ul.navbar-nav {
    float: left;
    width: 100% !important;
    display: inline !important;
        text-align: center !important;
}
    .topmenusearch {
    position: relative;
    margin-left: 10px;
    width: 80%;
}.topmenusearch form {
    width: 100% !important;
    float: left;
}
.topmenusearch span.input-group-btn {
    position: absolute;
    right: 0;
}
.topmenusearch input {
        width: 100% !important;
    flex: none !important;
    float: left !important;
    min-width: 100% !important;
    position: relative;
}
.topmenusearch .input-group {
    display: inline !important;
    float: left !important;
    width: 100% !important;
        position: relative;
}
    div#top-search {
    display: none !important;
}
   table .input-group.qty {
    width: 130px !important;
    margin: 0 auto !important;
}

	.videotitle h6 {
		margin-top: 20px !important;
		font-size: 17px;
	}
	.product-detailscont {
		padding-left: 20px;
	}
	li.noneback:after {
		background: none !important;
	}
}
table {
    width: 100% !important;
}
.blogin img {
    height:auto !Important;
}
@media (max-width: 768px) and (min-width: 100px) {
    .box_about {
    padding: 20px !important;
}
    .card-body img {
    width: 100% !important;
    height: auto !important;
}
    li.nav-item a i.mdi.mdi-home {
    display: none !important;
}
        .osahan-menu-2 .nav-link {
    padding: 5px 15px!important;
    border-bottom: 1px solid #ddd;
    position: relative;
    background: #f5f5f5;
}.osahan-menu-2 .nav-link::after {
    right: 20px !important;
    position: absolute;
    font-size: 15px !important;
    top: 16px;
}
div#navbarText ul.navbar-nav {
    width: 88% !important;
    margin: 0 auto !important;
}
    img.logo {
    width: 200px !important;
    margin-left: 10%;
}
    .topmenusearch {
        display:none;
    }
    img.efi {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
    ul.scontainer li img {
    width: 50px !important;
}
    ul.scontainer li h5 {
    font-size: .7rem !important;
}
ul.scontainer li span {
    font-size: .5rem !important;
    line-height: 1.2;
    margin-top: 5px;
}
	.fancybox-bg {
		background: white !important;
		opacity: 9 !important;
	}
	section.securityin {
    padding: 19px 0px 0px 0px !important;
}
	section.pt-3.pb-3.page-info.section-padding.border-bottom.bg-white {
		padding: 5px 0px !important;
		line-height: 19px !important;
		font-size: 11px !important;
	}
	.zoomWrapper img {
		position: relative !important;
	}
	.product-detailscont h4 {
		font-size: 18px;
	}
	.plyr--video {
		margin-top: 20px;
		width: 100%;
	}
	.row.repeatborder {
		padding: 2rem 0px !important;
		border-bottom: 1px solid #707070;
	}
	section.tabcontainer {
		padding: 20px 0px !important;
	}
	.tabs-wrapper.content-tabs.mb30 li {
		margin-right: 16px;
	}
	ul.scontainer li:after {
		display: none;
	}
	ul.scontainer li {
		width: 99% !Important;
	}
}


/*SECOND TIME ADDED*/

.slick-slider .slick-prev,
.slick-slider .slick-next {
	z-index: 100;
	font-size: 2.5em;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	color: #B7B7B7;
	position: absolute;
	top: 50%;
	text-align: center;
	color: #000;
	opacity: .8;
	transition: opacity .25s;
	cursor: pointer;
	background: #FFFFFF;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	opacity: .65;
}

.slick-slider .slick-prev {
	left: 0;
}

.slick-slider .slick-next {
	right: 0;
}

#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
	/*display: block;*/
	outline: none;
	border: none;
}

#detail .product-images .main-img-slider figure {
	margin: 0 auto;
	padding: 0 2em;
}

#detail .product-images .main-img-slider figure a {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

#detail .product-images .main-img-slider figure a img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

#detail .product-images .thumb-nav {
	margin: 0 auto;
	padding: 0px 0px;
	max-width: 100%;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
	font-size: 2.2em;
	height: 20px;
	width: 48px;
	margin-top: -20px;
	font-family: cursive !important;
	background: none !important;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev {
	margin-left: -30px;
}

#detail .product-images .thumb-nav.slick-slider .slick-next {
	margin-right: -30px;
}

#detail .product-images .thumb-nav li {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

#detail .product-images .thumb-nav li img {
	display: block;
	width: 100%;
	max-width: 95px !important;
	margin: 0 auto;
	-webkit-transition: border-color .25s;
	-ms-transition: border-color .25s;
	-moz-transition: border-color .25s;
	transition: border-color .25s;
	padding: 0px !important;
	margin: 0 auto !important;
}

#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
	opacity: .7;
}

#detail .product-images .thumb-nav li.slick-current img {
	opacity: .7;
}

.main_img {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto
}

p.pinfo {
	color: #939393;
	border-bottom: 2px solid #939393;
	font-size: 13px;
}

.zoomLens {
	width: 99px !important;
	height: 99px !important;
}

.zoomWindow {
	width: 500px !important;
	height: 500px !important;
	border: 10px solid #fff !important;
}

.slick-arrow .sr-only {
	position: relative !important;
	width: auto !important;
	height: auto !important;
}

.videoIMG {
	position: relative;
}

.videoIMG:after {
	position: absolute;
	left: 30%;
	right: 0;
	top: 26%;
	width: 3rem;
	height: 3rem;
	content: "\F40A";
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: 2rem;
	color: #fff;
	background: #e2ac40;
	border-radius: 50%;
	text-align: center;
	line-height: 2.9rem;
	border: 1px solid #ddd;
}

.main-img-slider .videoIMG:after {
	width: 5rem !important;
	height: 5rem !important;
	line-height: 4.8rem !important;
	font-size: 3rem !important;
	left: 41%;
	top: 45%;
}

.heart {
	width: 100px;
	height: 100px;
	background: url(../img/heart.png) no-repeat;
	background-position: 0 0;
	cursor: pointer;
	transition: background-position 1s steps(28);
	transition-duration: 0s;
	position: absolute;
	top: -15px;
	z-index: 1;
	right: -15px;
}

.heart.is-active {
	transition-duration: 1s;
	background-position: -2800px 0;
}

.worko-tabs {
	width: 100%;
}

.worko-tabs .state {
	position: absolute;
	left: -10000px;
}

.worko-tabs .flex-tabs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.worko-tabs .flex-tabs .tab {
	flex-grow: 1;
	max-height: 50px;
	font-size: 14px !important;
	font-weight: normal;
}

.worko-tabs .flex-tabs .panel {
	background-color: #fff;
	padding: 30px 0px;
	min-height: 300px;
	display: none;
	width: 100%;
	flex-basis: auto;
	border-top: 1px solid #707070;
	margin-top: -3px;
	overflow: hidden;
}

ul.accordion a.toggle {
	margin: 0px !important;
	max-height: 50px !important;
	text-align: left !important;
	border: 0px !important;
	padding: 10px 30px 10px 15px !important;
	font-weight: normal !important;
	line-height: 17px !important;
	font-size: 14px !important;
}

.worko-tabs .tab {
	display: inline-block;
	padding: 10px;
	vertical-align: top;
	background-color: #eee;
	cursor: pointer;
	border-left: 10px solid #ccc;
	text-align: center;
	font-weight: bold;
	color: #505050;
}

.worko-tabs .tab:hover {
	background-color: #fff;
}

#tab-one:checked~.tabs #tab-one-label,
#tab-two:checked~.tabs #tab-two-label,
#tab-three:checked~.tabs #tab-three-label,
#tab-four:checked~.tabs #tab-four-label {
	background-color: #fff;
	cursor: default;
	border-left-color: #ffd814;
}

#tab-one:checked~.tabs #tab-one-panel,
#tab-two:checked~.tabs #tab-two-panel,
#tab-three:checked~.tabs #tab-three-panel,
#tab-four:checked~.tabs #tab-four-panel {
	display: block;
}

@media (max-width: 600px) {
	.flex-tabs {
		flex-direction: column;
	}
	.flex-tabs .tab {
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	.flex-tabs .tab:last-of-type {
		border-bottom: none;
	}
	.flex-tabs #tab-one-label {
		order: 1;
	}
	.flex-tabs #tab-two-label {
		order: 3;
	}
	.flex-tabs #tab-three-label {
		order: 5;
	}
	.flex-tabs #tab-four-label {
		order: 7;
	}
	.flex-tabs #tab-one-panel {
		order: 2;
	}
	.flex-tabs #tab-two-panel {
		order: 4;
	}
	.flex-tabs #tab-three-panel {
		order: 6;
	}
	.flex-tabs #tab-four-panel {
		order: 8;
	}
	#tab-one:checked~.tabs #tab-one-label,
	#tab-two:checked~.tabs #tab-two-label,
	#tab-three:checked~.tabs #tab-three-label,
	#tab-four:checked~.tabs #tab-four-label {
		border-bottom: none;
	}
	#tab-one:checked~.tabs #tab-one-panel,
	#tab-two:checked~.tabs #tab-two-panel,
	#tab-three:checked~.tabs #tab-three-panel,
	#tab-four:checked~.tabs #tab-four-panel {
		border-bottom: 1px solid #ccc;
	}
}

.pagination-wrapper {
	float: left;
	width: 100%;
}

.comments {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

a.vtest img {
	width: 100%;
}

.pull-left.media-link {
	margin-right: 10px !important;
}

.hiddensection {
	overflow-x: hidden;
}

@media (max-width: 768px) and (min-width: 100px) {
    
    .wbutton, .buyitnow {
    float: left;
    width: 45% !important;
    padding: 0px 10px !important;
    height: 35px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-right: 2% !important;
    line-height: 30px !important;
    margin-top: 10px !important;
}
	a.vtest {
		float: left !important;
		width: 33% !important;
		min-height: 82px !important;
		overflow: hidden !important;
		margin-bottom: 10px;
	}
	.product-detailscont h4 {
		margin-top: 5px !important;
	}
	.worko-tabs .flex-tabs .panel {
padding: 0px 40px !important;
    border: 1px solid #ddd !important;
	}
	.zoomContainer {
		display: none !important;
	}
	.flex-tabs label {
		background: #6293f0 !important;
		border-bottom: 1px solid #ccc;
		color: white !important;
		text-align: left !important;
		font-size: 15px !important;
		font-weight: normal !important;
	}
	.worko-tabs .flex-tabs .tab {
		max-height: 47px;
	}
	.reviewsection {
		float: left;
		width: 100% !important;
		margin-bottom: 20px;
	}
}

@media (max-width: 90000px) and (min-width: 768px) {
    
    
    .wbutton, .buyitnow {
    float: left;
    width: 150px !important;
    padding: 0px 10px !important;
    height: 35px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-right: 15px !important;
    line-height: 30px !important;
    margin-top: 10px !important;
}

	a.vtest {
		float: left;
		width: 150px;
		margin-right: 5px;
	}
	.reviewsection {
		float: left;
		width: 40% !important;
		margin-bottom: 20px;
		margin-right: 30px;
	}
	.zoomContainer {
		width: 1px !important;
		height: 1px !important;
	}
	.main-img-slider .slick-current.slick-active img {
		display: inherit !important;
	}
	.main-img-slider .slick-slide img {
		display: none !important;
	}
	/*.main-img-slider .slick-current.slick-active div {*/
	/*    float: left;*/
	/*    width: 550px !important;*/
	/*    overflow: hidden !important;*/
	/*}*/
}
.ratting-form-wrapper {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 20px;
}
.ratting-form-wrapper > h3 {
    display: block;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}.ratting-form-wrapper > p {
    margin: 5px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ratting-form-wrapper .your-rating-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 36px 0 0px;
}
/*.ratting-form-wrapper .your-rating-wrap span {*/
/*    font-size: 16px;*/
/*    display: inline-block;*/
/*    margin-right: 20px;*/
/*}*/
.ratting-form-wrapper .your-rating-wrap .your-rating a {
    color: #000;
    font-size: 16px !important;
}
.ratting-form-wrapper .ratting-form {
    margin: 19px 0 0;
}.mb-15 {
    margin-bottom: 15px;
}
.ratting-form-wrapper .ratting-form .rating-form-style label {
    margin: 0 0 7px;
    font-size: 14px;
    display: block;
    font-weight: 500;
}
.ratting-form-wrapper .ratting-form .rating-form-style input, .ratting-form-wrapper .ratting-form .rating-form-style textarea {
    border: 1px solid #f2f2f2;
    background-color: #f9f9f9;
    height: 50px;
    color: #8f8f8f;
    font-weight: 300;
    padding: 2px 20px;
    width:100%;
}
.ratting-form-wrapper .ratting-form .form-submit input:hover {
    background: #e97730;
}
.ratting-form-wrapper .ratting-form .form-submit input {
    padding: 13px 45px;
    color: #fff;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 16px;
    text-transform: capitalize;
    background: #000000;
    border: none;
    font-weight: 500;
}
table.table.cart_summary.table-desktop thead {
    background: #ddd !important;
}
table.table.cart_summary.table-desktop {
    border: 2px solid #ddd !important;
}
table.table.cart_summary.table-desktop tr td {
    border: 1px solid #ddd !important;
    padding: 5px 15px !important;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 300 !important;
    line-height: 18px !important;
}
table.table.cart_summary.table-desktop th {
    border: 1px solid #bdbdbd !important;
    font-weight: bold !important;
    line-height: 15px !important;
    padding: 10px 13px !important;
}
.p-details {
    float: left;
    width: 100% !important;
}
td.sub-total {
    width: 140px !important;
}
.row.repeatborder ul {
    list-style-type: disc !important;
}
/*STAR RATING CSS*/
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input + label b {
    display: none !important;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
display: inline-block;
    overflow: hidden;
    /* text-indent: 9999px; */
    width: 27px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 25px;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
p.starinner {
    margin-bottom: 5px !important;
}
p.starinner b {
    position: relative;
    top: -6px;
    left: 7px;
}
span.stars, span.stars span {
  display: inline-block;
  background: url(../img/star-o-white.svg) 0 0 repeat-x;
  width: 110px; /* width of a star multiplied by 5 */
  height: 22px; /* the height of the star */
  background-size: 22px 22px;
}

span.stars span {
  background-position: 0 0;
  background-image: url(../img/star.svg);
}


.your-rating fieldset{border: none;
    padding: 0px 20px;
    position: relative;
    top: 7px;
}
.main_title {
    position: relative;
    margin-bottom: 45px;
    text-align: center;
}.main_title h1, .main_title h2 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 2;
    color: #111;
}.main_title p {
    font-size: 16px;
    padding: 0 10%;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    margin-top: 12px;
    color: #626262;
}
.blog-header img {
    width: 100%;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-center {
    justify-content: center!important;
}.box_about {
    background: #fff;
    padding: 45px 45px 30px 45px;
    margin-bottom: 25px;
    position: relative;
}.box_about h2, .box_about h3 {
    font-weight: 500;
    font-size: 32px;
    font-size: 2rem;
    color:#111;
}.box_about p.lead {
    font-size: 24px;
    font-size: 1.5rem;
}
.box_about p {
    font-size: 16px;
    font-size: 1rem;
    color: #637381;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}.box_about p {
    font-size: 16px;
    font-size: 1rem;
    color: #2a2a2a;
    text-align: justify;
}.box_about .arrow_1, .box_about .arrow_2 {
    position: absolute;
    top: 105%;
    right: 0;
    z-index: 9;
}
.topheader {
    background: #304029;
}

.topheader{
  display: flex;
  align-items: center;
}
.Marquee-tag {
    font-size: 14px;
    color: white !important;
}
.Marquee-tag b {
    margin-left: 8px;
}
.Marquee {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 20s linear infinite running;
  -moz-animation: marquee 20s linear infinite running;
  -o-animation: marquee 20s linear infinite running;
  -ms-animation: marquee 20s linear infinite running;
  animation: marquee 20s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
        border-right: 1px solid #dfa633;
    position: static;
    width: auto !important;
    max-width: initial !important;
    white-space: nowrap;
    height: auto !important;
        padding: 4px 4% !important;
  margin: 0 0.5em;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.categoryslider .owl-item {
    width: auto !important;
    padding: 0px 0px !important;
    margin-right: 10px;
    margin-bottom: 20px;
}
.categoryslider a {
    float: left;
    width: 100%;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 0px 20px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: black;
}
.categoryslider a:hover {
    background: #304029;
    color: white;
}
.categoryslider a.active {
    background: #304029;
    color: white;
}
 .dropdown-toggle::after {
position: relative;

    top: 2px;
 }
 img.cat-image {
    width: 100% !important;
}
.policycontent ul {
    font-weight: 500 !important;
    list-style-type: inherit !important;
    margin-left: 35px;
    margin-bottom: 20px;
}
.policycontent h5 {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}
/*MANU ADDED END*/