body {
    font-family: 'Jost', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;

}
/* default font size */
.fa {

}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
    font-weight: 600;
}
h2 {
  font-size: 27px;
    font-weight: 600;
}
h3 {
    font-size: 23px;
    font-weight: 600;
    color: #323232;
}
h4 {
	font-size: 15px;
    font-weight: 600;
}
h5 {
	font-size: 12px;
    font-weight: 600;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
a {
    color: #8647e9;
    text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 0px 0;
    margin: 0 0 20px 0;
    position: relative;
}
#top {
    background-color: #fff;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 0px;
    border: 0px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
            font-weight: 500;
}
#top-links {
    padding-top: 0px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 0px 0;
}
/* search */
#search {
	margin-bottom: 0px;
}
#search .input-lg {
    height: 47px;
    line-height: 20px;
    padding: 0 10px;
    border-color: #dee2e6;
    box-shadow: none;
    border-radius: 6px 0px 0px 6px;
    padding-left: 15px;
    border-right: 0px;
    font-size: 16px;
    color: #264962;
}
::placeholder {
    color: #666 !important;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    background: transparent;
    box-shadow: none;
    border-color: #dee2e6;
    border-radius: 00px 6px 6px 0px;
    height: 47px;
    font-size: 16px;
    color: #264962;
    border-color: #b6cdf7;
    background: #f3faff;
    border-width: 1px;
    color: #264962;
}
#search .btn-lg .fa {
    font-size: 16px;
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	border-radius: 0px !important;
}
#menu .nav > li > a {
	color: #fff;
	
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	.cimenu {
    	border-bottom: 0px solid #1c1c1c26 !important;
    }
    body.dark-mode .cimenu #menu {
    	border: 0px !important;
    }

	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 0px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	    font-family: 'Jost', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.breadcrumb {
    border: 0px;
    background: transparent;
    padding: 0px 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
    /* text-shadow: 0 1px 0 #FFF; */
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.breadcrumb > li a  {
    color: #999;
}
.breadcrumb > li:after {
    top: 6px;
    right: 0px;
    width: 6px;
    height: 6px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.product-layout{

	margin-bottom: 20px;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
        padding: 0 0px;
        margin-right: 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	font-weight: 600;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	    font-weight: 400;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
	    font-weight: 400;
}
.product-thumb .button-group {
}


@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {

	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
    margin-left: 0px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}
.thumbnails > li {
	margin: 0px !important;
}
.thumbnails  .image-additional {
	margin-left: 0px !important;
	margin-right: 10px !important;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

#top .btn-link, #top-links li, #top-links a {
    color: #61616c;
    font-size: 13px;
    font-weight: 400 !important;
}
.navbar-nav {
	flex-wrap:  wrap;
}
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        width: 1320px;
    }
}
@media (min-width: 768px) {
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav {
        float: none;
        margin: 0;
        display: flex;
    }
}
#top .btn-link, #top-links>ul>li, #top-links>ul>li>a {
    padding: 8px 3px;
}
#top .list-inline {
	margin-bottom: 0px;
}
header {
    background: transparent !important;
    padding: 15px 0px;
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 3;
    background: #f8f8f8 !important;
    padding: 15px 0px;
}
.cimenu #menu {
    border: 0px;
    padding: 2px 0px;
    z-index: 2;
    background: #3a7af5;
    background: linear-gradient(to right, #6b36bc 0, #14042e 100%);
    margin-bottom: 0px;
    min-height: auto;
}
#menu .navbar-nav > li > a {
    color: #fff;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
    background-color: transparent;
    z-index: 2;
        color: #fff;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
        font-weight: 400;
        font-size: 14px;
    text-transform: uppercase;
}
.cimenu {
    background: #3a7af5;
    background: transparent;
    border-bottom: 0px solid #1c1c1c26;
    margin-bottom: 0px;
    z-index: 3;
    position: relative;
        margin-bottom: 20px;
}
.cimenu #menu li a {
}
#menu .dropdown-toggle:after {
	content: "\f107";
	font: normal normal normal 14px / 1 FontAwesome;
	margin-left: 5px;
}
.navbar {
	margin-bottom: 0px;
}
#logo img, .fLogo {
    max-width: max-content;
    max-width: 200px;
}
.swiper-viewport {
	overflow: hidden !important;
}
.swiper-viewport .swiper-button-next {
    right: 10px !important;
    text-align: right;
}
.swiper-viewport .swiper-button-prev {
    left: 10px !important;
}
html body .swiper-viewport {
    margin: 0 0 60px;
    background: #fff;
    z-index: 1;
    border: 0px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}
.d-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
} 
.circleBtn {
	height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #000;
    background: #212121;
    border-radius: 34px;
    color: #fff;
    font-size: 16px;
    border: 0px;
    position: relative;
    display: inline-block;
    margin-left: 10px !important;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #000;
    background: linear-gradient(to right, #8549e3 0, #6935b8 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}
.circleBtn:hover, .circleBtn:focus {
	color: #fff;
}
header .greyCircle:hover, header .greyCircle:focus {
    background: #212121;
    color: #fff;
}
.circleBtn .fa {
    font-size: 16px;
}
.qval {
        font-family: 'Jost', sans-serif;
    position: absolute;
    font-weight: 400;
    height: 18px;
    width: 18px;
    background: #ff5000;
    border-radius: 15px;
    top: -5px;
    left: 24px;
    padding: 0;
    line-height: 19px;
    font-size: 14px;
    color: #fff;
    top: -7px;
    left: 26px;
}
header .greyCircle {
    background: #e7e7e7;
    color: #484848;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-end {
	justify-content: end;
}
.cimenu #menu li .dropdown-menu a, #top-links .dropdown-menu a, header .dropdown-menu a, #top .dropdown-menu .btn {
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
    color: #323232;
    transition: all 0.5s ease 0s;
    text-transform: capitalize;
    position: relative;
    background-color: transparent;
}
.cimenu #menu li .dropdown-menu a:hover, #top-links .dropdown-menu a:hover, header .dropdown-menu a:hover, #top .dropdown-menu .btn:hover  {
    background: transparent !important;
    color: #333333 !important;
}
.cimenu #menu li .dropdown-menu a:before, .cimenu #menu .dropdown-menu a:before, #top-links .dropdown-menu a:before, header .dropdown-menu a:before, #top .dropdown-menu .btn:before {
    position: absolute;
    content: '';
    left: 12px;
    height: 1px;
    width: 0px;
    background-color: #323232;
    bottom: 3px;
    transition: all 0.5s ease 0s;
}
.cimenu #menu li .dropdown-menu a:hover, #top .dropdown-menu .btn:hover {
    background: transparent;
    color: #333333;
}
.cimenu #menu li .dropdown-menu a:hover:before, .cimenu #menu li a:hover:before, #top-links .dropdown-menu a:hover:before, header .dropdown-menu a:hover:before, #top .dropdown-menu .btn:hover:before {
    width: 50px;
}
#menu .dropdown-menu {
    padding-bottom: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0px;
    right: auto;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}
.product-thumb {
    background: #f9f9f9 !important;
    overflow: hidden;
    border-radius: 0px;
    border: 1px solid #f0f0f0 !important;
    padding: 0px;
    position: relative;
}
.product-thumb .image {
    text-align: center;
    background: transparent;
    border-radius: 14px;
    border-radius: 0px;
    overflow: hidden;
}
.product-thumb .caption {
    padding: 15px;
    margin-bottom: 0px;
    text-align: center !important;
    padding-bottom: 15px;
    position: relative;
    padding: 15px;
}
.product-thumb .caption p {
	font-size: 13px;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
}
.product-thumb .caption h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
}
.product-thumb .caption h4 a {
	color: #444;
}
.product-thumb  .button-group {
    position: absolute;
    width: 100%;
    border: 0px solid #000;
    background: transparent;
    margin: 0px;
    bottom: -40px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    width: 95%;
    margin: auto;
    left: 0px;
    right: 0px;
    justify-content: center;
        display: flex;
}
.product-thumb  .button-group {
    position: absolute;
    width: 100%;
    border: 2px solid #000;
    background: #fff;
    margin: 0px;
    top: -30px;
    opacity: 0;
    transition: all 0.5s 
ease 0s;
    width: 95%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    height: 41px;
}
.product-thumb .content .button-group button, .product-thumb .content .button-group button:hover, .product-thumb .content .button-group button:focus

 {
    background-color: transparent;
    color: #000;
}
.product-thumb .button button, .product-thumb .button-group button {
	flex: 33%;
    border-radius: 0;
    display: inline-block;
    border: none;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button, .product-thumb .button-group button {
    background: #ffffff !important;
    border: 0px solid #efefef !important;
    padding: 0px;
}
.product-thumb:hover  .button-group {
    opacity: 1;
    top: -50px;
}
.product-thumb  .button-group button span {
	display: none !important;
}
.swiper-button-next, .swiper-button-prev {
	    width: 13px;
}
.swiper-button-prev:before, .swiper-button-next:before {
    font-size: 20px !important;
    margin-bottom: 0px !important;
}
.ciproduct_carousel .nav-tabs a {

	font-family: "Jost", sans-serif !important;
}
.ciproduct_carousel .product-thumb:hover .addcart_button {
    bottom: 30px !important;
}
html body .swiper-viewport, .banner-viewport {
    margin-bottom: 25px;
}
.banner-viewport:first-child {
	margin-top: 0px;
}
.ciFooter {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 1px;
    background-color: #f7f7f7;
    border-top: 0px solid #ddd;
    color: #373434;
}
.ciFooter .container {
}
footer h5 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer li {
        margin-bottom: 10px;
}
footer a {
    color: #555555;
    font-weight: 400;
    font-size: 15.1px;
}
.socials_link {
    margin-top: 15px;
}
.socials_link a {
    opacity: 1;
    color: #fff;
    background-color: #9494941a;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    margin-top: 05px;
    margin-right: 5px;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.fcopy p {
}
.note p {
    opacity: 0.5;
    font-weight: 300;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    background: #212121;
    border-color: #212121;
    z-index: 1;
    color: #fff;
}
.list-group-item.active~.active, .active > .page-link{
    background: #d7d7d7;
    border-color: #cecece;
    color: #000;
}
.breadcrumb > li {
    padding: 0 11px;
}
.input-group .input-group-addon {
	background:  #f8f9fa;
	border-color: #dee2e6;
}
.form-control {
	box-shadow: none;
}
.input-group .form-control {
	border-color: #dee2e6;

}
.quantitygrp .input-group-btn button , .input-group .form-control {
	    height: 40px;
}
.btn-default , .page-link {
	border-color: #dee2e6;
    background: #ededed;
    border-width: 1px;
    color: #264962;
}
.btn-default.active, .btn-default:focus,  .page-link.active {

}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #4b4b4b;
    background-position: 0 -15px;
}
#product-category .btn-link, .btn-primary {
	background: linear-gradient(to right, #8549e3 0, #6935b8 100%);
    border: 0px !important;
    color: #fff;
    transition: all 0.5s 
ease 0s;
    border-radius: 6px;
}
.product-list .product-thumb .caption {
    text-align: left !important;
}
.product-list .product-thumb  .button-group {
    position: relative;
    top: auto;
    opacity: 1;
    bottom: 0px !important;
    justify-content: start !important;
    width: 100%;
    padding: 15px;
    height: auto !important;
}
.product-list .product-thumb .button-group {
    padding: 0px 0px !important;
    margin-left: 0px;
}

.product-list .product-thumb  {
	display: flex;

}
.product-list .product-thumb .caption {
    margin-left: 00px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: auto;
}
.product-thumb  .button-group button, .product-thumb  .button-group button:hover, .product-thumb  .button-group button:focus {
    background-color: transparent;
    color: #000;
    font-size: 16px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.productTitle {
    color: #444;
    font-weight: 500;
    margin-top: 0px;
        font-size: 33px;
    font-weight: 600;

}
#product-product .btn-light{
    border-color: #dee2e6;
    background: #ededed;
    border-width: 1px;
    color: #264962;
}
.productTitle+div .price-new {
    background: #fada4a;
    padding: 7px 14px;
    display: inline-block;
    border-radius: 7PX 16px;
    color: #4b4b4b;
    font-size: 26px;
    font-weight: 500;
}
.price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
#product .form-group {
    background: #fafafa05;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ebebeb14;
    margin-top: 10px;
}
#button-cart {
    width: 100%;
    background: linear-gradient(to right,#8549e3 0,#6935b8 100%);
    color: #fff;
    padding: 10px;
    border: 0px solid #212121 !important;
    border-radius: 50px;
    box-shadow: none;
}
.quantitygrp {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #00000014;
}
.quantitygrp .input-group-btn button {
    border: 0px !important;
    border-radius: 0px;
    padding: 4px 16px;
}
.quantitygrp input {
    text-align: center;
    font-weight: 600;
    border: 0px;
        padding: 10px;
}
.rating .fa-star, .rating .fa-star-o {
    color: #FC0;
    font-size: 15px;
}
#product-product .nav.nav-tabs {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}
#product-product .nav-tabs a {
    margin-bottom: 0px;
    color: #323232;
    font-weight: 400;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding: 7px 15px;
    margin-top: 0px;
        margin-bottom: 0px;
    color: #323232;
    font-weight: 600;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
}
.nav-tabs {
    border-color: #f9f9f9;
}
#product-product .nav-tabs li.active a, #product-product .nav-tabs li:hover a, #product-product .nav-tabs li:focus a {
    background: #9c83f8;
    color: #ffffff;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-color: #dee2e6;
}
.form-control {
    border-color: #dee2e6;
}
.input-group-btn>.btn, .input-group .form-control, .input-group .input-group-addon {
    position: relative;
    height: 40px;
}
.refine-cat-each {
    padding: 0px 5px;
}
.refine-cat {
    margin: 0px -5px;
}
.refine-cat-href {
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f8f8f8;
    display: block;
}
.p-2 {
    padding: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.text-black {
    color:#000 !important;
}
.mt-0 {
	margin-top: 0px !important;
}
#menu .see-all {
	font-size: 12px !important;
	border-top: 1px solid #DDD;
}
#CiCartModal .modal-body {
    min-height: 550px;
}
#CiCartModal .modal-content {
    border-radius: 20px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 11%);
    border-color: #f9f9f90d;
}
.emptyCart {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 289px;
    width: 100%;
}
.emptyCart i {
    font-size: 30px;
    background: #f0f0f0c7;
    color: #818181;
    width: 200px;
    height: 200px;
    line-height: 200px;
    font-size: 70px;
    display: inline-block;
        border-radius: 34px;
        text-align: center;
}
.emptyCart h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}
#CiCartModal .popclose {
    background: transparent;
    color: #fff;
    opacity: 1;
    font-size: 23px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #212121;
    border-radius: 30px;
    padding: 0px;
    display: inline-block;
    width: 23px;
    height: 23px;
    top: -6px;
    right: -6px;
    background: #fff;
    text-align: center;
}
.cartSnProdiuct {
    margin-bottom: 8px;
    padding: 5px;
    border-radius: 8px;
    background: #f7f7f7;
    border: 1px solid #efefef;
    min-height: 75px
}

.scrollCart {
    max-height: 270px;
    overflow: hidden;
    overflow-y: auto;
}
.cartSnProdiuct {
    gap: 10px;
    margin-bottom: 8px;
    padding: 5px;
}
.cartSnProdiuct.evenodd {
    border-radius: 8px;
    background: #f7f7f7;
    border: 1px solid #efefef;
    min-height: 75px;
}
.dImg {
    width: 15%;
}
.dText {
    width: 50%;
}

.dQty {
    width: 20%;
}
.dBtn {
    width: 10%;
}
.dText a, .dTotal {
    color: #000;
    font-weight: 600;
}
.cartSnProdiuct.evenodd .dotHere {
    display: flex
;
    align-items: center;
    gap: 5px;
}
.cartSnProdiuct.evenodd .dot {
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #a4a4a4;
    border-radius: 40px;
    margin-left: 10px;
    position: relative;
}
.text-end {
    text-align: right !important;
}
.dBtn .btn {
    border-radius: 250px;
    padding: 0px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    background: transparent;
    border: 0px;
}
.dBtn .btn.btn-danger {
    background: #bd362f;
    border: 0px;
    color: #fff;
    font-size: 14px;
}
.posbtm {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 95%;
    right: 0px;
    margin: auto;
}
.btncheckout {
    background: transparent !important;
    border: 1px solid #212121 !important;
    color: #212121 !important;
}
.btn{
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 500 !important;
}
.scrollCart  .table > :not(caption) > * > * {
	color: #000;
}

.circleCart, .circleCartVal, #checkout-confirm {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-top: 15px;
}
#checkout-cart {
    background: transparent;
    padding-bottom: 25px;
}
#checkout-cart .table-bordered>*>*>* {
    border-width: 0px !important;
}
#checkout-cart .table-bordered {
    border-width: 1px !important;
}
 #checkout-cart .table-bordered thead td {
 	border-bottom-width: 1px !important;
 }
#checkout-cart .table-bordered tbody td {
    border-bottom-width: 1px !important;
        padding: 13px;
}
#checkout-cart .table-bordered tbody tr:last-child td {
    border-bottom-width: 0px !important;
}
#checkout-cart .table-bordered thead td {
	font-weight: 600 !important;
	color: #5b5b5b;
}
.circleCartcontent {
    padding: 25px !important;
}
#checkout-cart .panel-group .panel, #checkout-checkout .panel-group .panel {
	overflow: hidden;
	border-radius: 10px;
}
#checkout-cart .panel-default>.panel-heading, #checkout-checkout .panel-default>.panel-heading, #checkout-cart .panel-default>.panel-heading{
	padding: 0px !important;	
}
#checkout-cart .panel-default>.panel-heading .panel-title a, #checkout-checkout .panel-default>.panel-heading .panel-title a, #checkout-checkout .panel-default>.panel-heading h4.panel-title  {
	display: block;
    padding: 15px 20px;
}

#checkout-cart .panel-default>.panel-heading, #checkout-cart .panel-default>.panel-heading+.panel-collapse>.panel-body, #checkout-checkout .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #f9f9f9;
    padding: 15px 20px;
}
#checkout-cart .panel-default, #checkout-checkout .panel-default {
    border-color: #f9f9f9;
}
#checkout-cart .panel-default>.panel-heading+.panel-collapse>.panel-body, #checkout-checkout .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f9f9f9;
}
#checkout-checkout .panel-default>.panel-heading h4.panel-title a {
	padding: 0px;
}
.mobShow {
	display: none;
}


.product-thumb .caption h4 a {
    color: rgb(33 37 41);
    font-weight: 500;
    color: #292b2c;
}

header {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

@media (min-width: 991px) {
    .cimenu {
        margin-top: 17px !important;
    }
}

/*product Box*/
@media (min-width: 767px) {
	.product-list .product-thumb .image {
    	flex: none;
	}
}
.productrow, .refine-cat{
  display: flex;
  flex-wrap: wrap;
}
.productrow  .product-layout, .productrow  .product-layout, .refine-cat-each {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.productrow  .product-layout .product-thumb, .product-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; 
  box-sizing: border-box;
}
.productrow  .product-layout.product-list .product-thumb {
	flex: none !important;
    flex-direction: row !important;
    padding: 9px;
}
/*product Box END*/

.slideshow.swiper-viewport {
	margin-top: 0px;
}

.swiper-viewport, .banner-viewport {
	margin-top: 20px;
}
.mt-desktop-0 {
	margin-top: 0px;
}

.mb-2 {
	margin-bottom: 10px;
}
.refine-cat img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb .button-group button:hover, .product-thumb .button-group button:hover, .product-thumb .button-group button:focus, .product-thumb .button-group button:focus {
    background: #333 !important;
    border-colot: #333 !important;
    padding: 0px;
    color: #fff !important;
}
.well {
    background: transparent;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    box-shadow: none;
}
.well h2 {
	margin-top: 0px;
}
.thumbnails  {
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 20px;

}
.thumbnails .thumbnail {
	border: 0px;
}
.thumbnails .image-additional .thumbnail {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
}
.thumbnails .image-additional a {
    margin-bottom: 10px;
}
#top .dropdown-menu .btn-link {
    padding: 4px 10px;
}
.price-old {
    color: #dc512c;
    text-decoration: line-through;
}
#product-product .list-unstyled h2 {
	margin-top: 5px;
}

.position-fixed {
	z-index: 9;
    position: fixed !important;
    padding: 0px !important;
    top: 15px !important;
    right: 15px !important;
    width: 98%;
    margin: auto;
    right: 0px !important;
    left: 0px;
}
.alert {
	padding: 16px;
}
.alert-success {
  background: #403f3ceb;
    color: #fff;
    border-color: #403f3c;
    margin-bottom: 0px !important;
}
.alert .btn-close {
    background-color: #fff;
    padding: 7px;
    border-radius: 5px;
    opacity: 1;
    width: 7px;
    height: 7px;
    background-size: 43%;
    top: 15px;
    right: 10px;
}
.alert-success a {
  color: #fada4a;
}
.alert .close {
    opacity: 1;
}
/*4x*/
#account-account .list-unstyled a {
    padding: 10px 18px;
    background: #f9f9f9;
    display: inline-block;
    margin-bottom: 9px;
    border-radius: 8px;
}
.btn.accept  {
	background: #fff;
}
.container {
}
.navbar-collapse.collapse {
    border: 0px;
    padding: 0px 0px;
}
.wish_acc {
    color: #61616c !important;
}

.wish_acc span{
	display: inline-block;
}
.pad5 {
    padding: 0px 5px;
    display: block;
}
.wish_acc a {
    color: #61616c !important;
}
.wish_acc a .mainIconhead {
    display: block;
    padding-bottom: 3px;
    font-size: 22px !important;
}
.relative {
	position: relative;
}
.d-inline-block {
	display: inline-block;
}
.onlyWish .qval {
    left: 15px;
}
.btn-primary, .page-link.active, .bottomCartbtn .btncheckout {
    background: linear-gradient(to right, #8549e3 0, #6935b8 100%) !important;
    border: 0px !important;
    color: #fff !important	;
    transition: all 0.5s ease 0s;
    font-size: 16px;
    font-weight: 500 !important;
}
.dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: 0 1px 4px #00000026;
    margin: 0px 0 0;
}
.cimenu #menu li .dropdown-menu a.see-all {
    font-weight: 600;
    font-size: 12px;
}
#menu .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
hr {
    border-top: none !important;
    border-bottom: 1px solid #666 !important;
    opacity: 0.25;
}
.tooltip {

    font-family: 'Jost', sans-serif;
}
.modeToggleBtn {
    position: fixed;
    transition: all .5s ease 0s;
    background: #8247de63;
    border: 0;
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    height: auto;
    line-height: 35px;
    width: auto;
    font-size: 16px;
    z-index: 9;
    right: 4px;
    top: 50%;
    padding: 8px;
}
.display_yes {
    display: block !important;
    padding: 5px 5px;
    height: 25px;
    width: 25px;
    border-radius: 40px;
}
.display_yes.lightbtn {
    margin-bottom: 5px;
}
.light-mode .lightbtn {
    background: #fff;
    color: #000;
}
.dark-mode .darkbtn {
    background: #fff;
    color: #000;
}
.light-mode .lightbtn {
    display: none;
}
.light-mode .darkbtn {
    display: block;
}
.swiper-slide img {
	margin: auto;
}
#product-category .product-thumb .caption {
	padding-bottom: 0px;
}
#product-category .product-thumb  .button-group {
    position: relative;
    top: auto;
    bottom: auto;
    opacity: 1;
    margin-bottom: 10px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover{
    background: linear-gradient(to right, #6b36bc 0, #14042e 100%);
    border-color: #6b36bc;
    z-index: 1;
}
.btn-default, .quantitygrp .input-group-btn {
    border-color: #b6cdf7;
    background: #f3faff;
    border-width: 1px;
    color: #264962;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover, .btn-default.active:hover, .btn-default.active:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
    border-color: #b6cdf7;
    background: #d2ecff;
    border-width: 1px;
    color: #264962;
}
@media (min-width: 960px) {
    .product-list .product-thumb .caption {
        flex-direction: column;
        flex: 75%;
        position: relative;
    }
}
#column-left .list-group {
	border-radius: 8px;
	overflow: hidden;
}
.border_product {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 0px !important;
}
.thumbnail {
	background: transparent;
	border-radius: 0px;
}
body .breadcrumb > li a {
    color: #999;
}
footer a:hover {
    color: #000000;
}
.list-group-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.list-group-item:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

footer h5 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
#product-category .product-list  .product-thumb .button-group {
    max-width: 205px;
}
.product-list .product-thumb .caption p {
	padding: 0px;
}
.list-group-item.active~.active, .active > .page-link {
    background: #8a4de6;
    border-color: #8a4de6;
    color: #fff !important;
}
.alert-success a {
    color: #cfe4ff;
}
header #logo a{
	display: inline-block;
}
.owl-carousel {
	background: transparent !important;
}
.main_newsletter {
    background: transparent !important;
}
.footer-newsletter>.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.btn.active, .btn:active {
	box-shadow: none;
}
#product-category .btn-group-sm button {
	height: 40px;
}