body {
	font-family: "Lexend", 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: 36px;
    font-weight: 600;
}
h2 {
	font-size: 27px;
    font-size: 33px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
a {
    color: #4788e9;
    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: #fada4a;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 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: 40px 0px 0px 40px;
    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-left: 0px !important;
    border-radius: 00px 40px 40px 0px;
    height: 47px;
    font-size: 16px;
    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;
	min-height: 40px;
}
#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;
    }

	#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: "Lexend", 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;
    margin-top: 20px;
}
.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;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 0px solid #ddd;
}

@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: #212121;
    font-size: 13px;
}
@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;
        justify-content: center;
    }
}
#top .btn-link, #top-links>ul>li, #top-links>ul>li>a {
    padding: 11px 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: #fff !important;
}
.cimenu #menu {
    background: transparent !important;
    border: 0px;
    padding: 2px 0px;
    z-index: 2;
}
#menu .navbar-nav > li > a {
    color: #212121;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
    padding: 4px 15px 4px 13px;
    min-height: 15px;
    background-color: transparent;
    z-index: 2;
}
.cimenu {
    background: #3a7af5;
    background: transparent;
    border-bottom: 1px solid #1c1c1c26;
    margin-bottom: 0px;
    z-index: 3;
    position: relative;
}
.cimenu #menu li a {
    font-weight: 500;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
#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;
}
.circleBtn:hover, .circleBtn:focus {
	color: #fff;
}
header .greyCircle:hover, header .greyCircle:focus {
    background: #212121;
    color: #fff;
}
.circleBtn .fa {
    font-size: 16px;
}
.qval {
    font-family: "Lexend", sans-serif;
    position: absolute;
    font-weight: 400;
    height: 18px;
    width: 18px;
    background: #fada4a;
    border-radius: 15px;
    top: -5px;
    left: 24px;
    padding: 0;
    line-height: 19px;
    font-size: 14px;
    color: #212121;
}
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 li 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: auto;
    right: 0px;
}
.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: 14px;
    border: 1px solid #efefef;
    padding: 5px;
        position: relative;
}
.product-thumb .image {
    text-align: center;
    background: transparent;
    border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
}
.product-thumb .caption {
    padding: 15px;
    margin-bottom: 0px;
    text-align: center !important;
    padding-bottom: 15px;
}
.product-thumb .caption h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
}
.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 .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 {
    width: 50px;
    height: 50px;
    border: none;
    border: 0px solid var(--bs-border-color) !important;
    background-color: #f8f8f8;
    color: #696969;
    line-height: 38px;
    text-align: center;
    border-radius: 30px;
    margin: 0px 5px;
}
.product-thumb .button-group button, .product-thumb .button-group button {
    background: #ffffff !important;
    border: 1px solid #efefef !important;
    padding: 0px;
}
.product-thumb:hover  .button-group {
    opacity: 1;
    bottom: 20px;
}
.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: "Lexend", 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: 0px;
    padding: 30px;
    background: #fff;
}
.ciFooter .container {
    background: #1b1b1b;
    width: 100%;
    padding: 70px 60px;
    padding-bottom: 20px;
    border-radius: 30px;
}
footer h5 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer li {
    margin-bottom: 14px;
}
footer a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.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 {
    color: #fff;
}
.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 {
    background: #212121 !important;
	border-color: #212121 !important;
    color: #fff !important;
    transition: all 0.5s ease 0s;
    font-weight: 500;
}
.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: #212121;
    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: -5px;
}

.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: #1b1b1b;
    font-weight: 500;
    margin-top: 0px;
}
#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: #fafafa;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
}
#button-cart {
    width: 100%;
    background: #212121;
    color: #fff;
    padding: 10px;
    border: 1px solid #212121 !important;
    border-radius: 50px;
    box-shadow: none;
}
.quantitygrp {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}
.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: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
}
#product-product .nav-tabs a {
    margin-bottom: 0px;
    color: #323232;
    font-weight: 400;
    font-size: 16px;
    border: 0px;
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: 2px;
    padding: 7px 15px;
    margin-top: 2px;
}
#product-product .nav-tabs li.active a, #product-product .nav-tabs li:hover a, #product-product .nav-tabs li:focus a {
    background: #212121;
    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: #f9f9f9;
}
.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: 15px;
    font-weight: 600;
}
#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: #f4f4f4;
    padding-bottom: 25px;
}
#checkout-cart .table-bordered, #checkout-cart .table-bordered>*>*>* {
    border-width: 0px !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 {
	padding: 0px;	
}
#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 p {
    font-size: 12px;
    line-height: 18px;
}
.product-thumb .caption h4 a {
    color: rgb(33 37 41);
    font-weight: 500;
}

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

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

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

.productrow  .product-layout .product-thumb {
  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: 1px solid #333 !important;
    padding: 0px;
    color: #fff !important;
}
.well {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    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;
}
@media (max-width :991px ){
	.flexwrap991 {
		display: flex !important;
		        flex-wrap: wrap;
	}
	.order991-1 {
		order: 1;
	}
	.order991-2 {
		order: 2;
	}
	.order991-3 {
		order: 3;
		margin-top: 9px;
	}
    #top {
        margin-bottom: 10px;
    }
    .mobShow {
    	display: block;
    }
    #logo img, .cusFirFooter img, .mobile-logo img {
        max-width: 150px;
    }
    .navbar-toggle {
        margin-bottom: 0px;
        border: 0px;
        background: transparent;
        box-shadow: none;
        padding: 0px;
        margin: 0px;
        padding-right: 10px;
    }
    #menu {
    	min-height: auto;
    }
    .cimenu #menu {
	    padding: 0px 0px;
	}
	header {
	    margin-bottom: 6px;
	    padding-bottom: 15px;
	}
	.navbar-collapse>ul {
        position: fixed;
        width: 270px;
        height: 97% !important;
        background: #fff;
        top: 0px;
        left: 0px;
        padding: 30px 5px;
        z-index: 5;
        left: -1500px;
        transition: all 0.5s ease 0s;
        overflow: scroll;
        display: block;
        border-radius: 26px;
        margin-top: 2%;
        margin-left: 10PX;
    }
    #menu .show.navbar-collapse>ul {
    	left: 0px;
    }
    #menu .show.navbar-collapse .menuShadow {
        width: 100%;
    }
  	.menuShadow {
		position: fixed;
		background: #10101040;
		left: 0px;
		width: 0%;
		height: 100% !important;
		z-index: 4;
		top: 0px;
		transition: all 0.5s ease 0s;
		left: 00px;
	}

	.navbar-collapse.collapse:not(.show) {
		display: block;
	}
	.show.navbar-collapse>ul  {
		left: 0px;
	}

	.show.navbar-collapse .menuShadow {
		width: 100%;
	}
	.navbar-collapse>ul>li {
		border-bottom: 1px solid #f9f9f9;
		border-radius: 8px;
		overflow: hidden;
	}
	.navbar-collapse .nav-item.dropdown i.fa-angle-down{
		float: right;
	}
	#menu .navbar-nav > li > a {
		color: #323232;
		/*text-shadow: none;*/
		font-weight: 500;
		padding: 8px 15px 8px 13px;
	}
	#menu .navbar-nav > li > a:hover {
		background: #212121;
		color: #fff;
	}
	#menu div.dropdown-menu {
		background-color: rgb(203 218 255 / 13%);
		border-color: #e1eaff;
		box-shadow: none;
	}
	#menu .dropdown-toggle:after {
		content: "\f107";
		font: normal normal normal 14px / 1 FontAwesome;
		margin-left: 5px;
		position: absolute;
		right: 11px;
		top: 10px;
	}
	.product-layout.col-xs-12 {
		width: 50%;
	}
	.product-thumb .caption {
    	padding: 15px 2px;
    	padding-bottom: 0px ;
	}
	.product-layout {
	    margin-bottom: 0px;
	}
	.productrow {
	  margin-left: -5px;
	  margin-right: -5px;
	}

	.productrow  .product-layout {
	  width: 50%;
	  padding: 5px;
	  padding-left: -5px;
	  padding-right: -5px;
	}
	.productrow  .product-thumb {
	  border-color: #f0f0f0;
	  padding: 10px 5px;
	  box-sizing: border-box;
	}
	.ciFooter {
	    padding: 14px;
	}
	.ciFooter .container {
	    padding: 30px 20px;
	    padding-bottom: 20px;
	    border-radius: 15px;
	}
    footer h5:before {
        position: absolute;
        content: "\f107";
        font: normal normal normal 14px / 1 FontAwesome;
        right: 0px;
        color: #9e9e9e;
        font-weight: 900;
    }
    footer .col-sm-9 .col-sm-3 {
    	border-top: 1px solid #373737;
    	margin-top: 8px !important
    }
    footer .row>div:last-child {
        border-bottom: 0px;
    }
    footer h5 {
    	font-size: 17px;
    	position: relative;;
    }
    footer h5.active {
    	color: #fada4a;
    }
    footer h5~ul {
        display: none;
    }
    footer h5.active~ul {
        display: block;
    }
	.mobhide {
		display: none;
	}
    .ciproduct_carousel .product-thumb .image .btn_ci_default {
        margin: 0px 2px !important;
    }
    #input-search {
    	margin-bottom: 10px;
    }
    #content>h1:first-child {
    	margin-top: 0px;
    }
    h1 {
    	font-size: 26px;
	}
	h2 {
	    font-size: 22px;
	}
	#content {
	    min-height: auto;
	}
	.mt-desktop-0 {
		margin-top: 15px;
	}
	.product-grid .product-thumb .image {
		margin-bottom: 8px;
	}
	.product-thumb .button-group, .product-thumb:hover .button-group {
	    position: relative;
	    width: 100%;
	    margin: 0px;
	    bottom: 0;
	    opacity: 1;
	    width: 100%;
	}
	.product-thumb .button button, .product-thumb .button-group button {
	    margin: 0px 2px;
	}
    .product-thumb .button-group button, .product-thumb .button-group button {
        width: 35px !important;
        height: 35px !important;
        padding: 0px;
        line-height: 29px;
    }
    .socials_link a {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	}
    .visible-xs {
        display: inline-block !important;
    }

	.well {
	    padding: 15px;
	}
	.modal-body {
	    padding: 10px;
	}
	.bottomCartbtn .btn {
    	padding: 7px 12px;
	}
	.dBtn .btn.btn-danger {
	    font-size: 10px;
	}
	.dBtn .btn {
	    line-height: 21px;
	    height: 21px;
	    width: 21px;
	}
	.cartSnProdiuct.evenodd .dotHere {
	    gap: 2px;
	}
	.cartSnProdiuct.evenodd .dot {
	    margin-left: 5px;
	}
	.swiper-button-prev:before, .swiper-button-next:before {
		font-size: 12px !important;
	}
}

.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: #403f3c;
    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;
}