*{
	font-family: 'Rubik', sans-serif;
	transition: all ease .5s;
}
a {
    color: #666666;
}
.fullwidth{
	width: 100%;
}
.M-0{
margin: 0!important;	
}
.mt-20{
    margin-top:20px;
}
.main-container{
	margin: 0 auto;
	/*max-width: 1200px;*/
    max-width: 1400px;
	width: 100%;
	padding: 0 15px;
	z-index: 1;
}
.page-header {
    background-color: #F6F6F6;
    height: 80px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}
.site-logo {
    padding-top: 8px;
}
.Search-Bar-in {
    padding: 20px 0;
}
.Search-Bar-in .form-control{
	border: none;
}
ul.nav-ul {
    padding: 20px 0;
    text-align: right;
    margin: 0;
}
.nav-ul .nav-li {
    display: inline-block;
}
.nav-ul .nav-li .nav-a{
	padding: 0 10px;
	color: #1a1a1a;
	text-decoration: none!important;
}
.search-btn {
    background: none;
    border: none;
    right: 0;
    top: 15px;
    padding: 10px 15px;
}

.basket-box {
    position: relative;
    width: 16px;
    display: inline-block;
    height: 12px;
    border: 1px solid;
    margin-top: 14px;
    background: black;
    z-index: 2;
    margin-right: 10px;
}
.basket-box .bhand {
    position: absolute;
    width: 10px;
    border: 1px solid;
    height: 10px;
    border-radius: 4px 4px 0 0;
    top: -6px;
    left: 2px;
    z-index: -2;
    border-bottom: none;
}
.header-spacer{
	height: 80px;
	
}
.main-link{
	background-color: #1A1A1A;
	position: relative;
	background-blend-mode: luminosity;
    background-size: cover;
	width: 33.33%;
}
.main-link::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
.mainlink-text {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
	z-index: 5;
}
.mainlink-text h3{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    padding-bottom: 10px;
}
.mainlink_button{
	font-size: 14px;
	text-transform: uppercase;
    color: #FFF;
	padding-bottom: 20px;
}
.artist-Banner {
    background-size: cover;
    background-position: center;
    position: relative;
}
.artist-Banner::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	opacity: .7;
}
.Artist-header {
    position: relative;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    padding: 20px;
}
.artist-header-in {
    position: relative;
    padding-left: 90px;
	min-height: 80px;
}
.artist-header-in img{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	object-fit: cover;
}
.Artist-header .page_heading{
	color: #FFF;
}
.page_heading {
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.artist-header-in h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    padding: 15px 0 5px;
	margin: 0;
}
.artist-bio {
    position: relative;
    z-index: 2;
}
.artist-header-in p{
	font-size: 14px;
    color: white;
    padding: 0;
}
.artist-bio-in {
    padding-top: 45px;
    padding-bottom: 20px;
}
.page-subhead {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666666;
    margin: 0;
    line-height: 30px;
}
.listing-header.row {
    padding: 10px 0;
    border-bottom: 1px solid #DDD;
}
.card-heading {
    font-size: 14px;
    font-weight: 600;
}
.product-filter{
    border-right: 1px solid #DDD;
}
.product-listing-box .product-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.product-listing-box h5 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
	color: #1A1A1A;
}
.product-listing-box p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
	color: #666666;
	
}
.product-listing-box p.price{
	color: #007D11;
}
.product-listing-box a{
	text-decoration: none!important;
}
.Breadcrump{
	padding: 0;
}
.Breadcrump li {
    float: left;
    list-style: none;
    font-size: 12px;
    padding: 10px 30px 10px 0;
    position: relative;
	color: #666;
}
.Breadcrump li a {
    color: #1a1a1a;
}
.Breadcrump li::after{
	content: ">";
	position: absolute;
	right: 10px;
}

.Breadcrump li:last-child::after{
	display: none;
}
.product-details .product-image img {
    width: 100%;
}
.Product-title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    margin: 0;
}
.info-text {
    font-size: 14px;
    color: #555;
    margin: 0;
    padding-bottom: 10px;
}
.product-details .price {
    font-size: 22px;
    color: green;
    font-weight: 500;
}
.price-offer {
    float: left;
    padding: 0 5px;
    background: green;
    border-radius: 3px;
    color: #FFF;
    margin-bottom: 10px;
}

.old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}
.Artist-button {
    background: #ddd;
    padding: 10px;
    border-radius: 3px;
	position: relative;
    padding-left: 100px;
	text-decoration: none!important;
}
.Artist-button .artist-icon {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    left: 15px;
}
.Artist-button h5 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0;
    padding-top: 5px;
}
.Artist-button p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}
.Artist-button {
    background: #ddd;
    padding: 10px;
    border-radius: 3px;
    position: relative;
    padding-left: 100px;
    min-width: 280px;
    min-height: 80px;
}
.product-details .btn-lg{
	width: 45%;
	max-width: 206px;
}
.sub-heading {
    font-weight: 600;
    padding: 5px 0;
    margin-bottom: 10px;
}
.br-b{
	border-bottom: 1px solid #DDD;
}
.br-r{
	border-right: 1px solid #DDD;
}
.review-comment {
    padding: 15px;
    background: #f0f0f0;
    border-radius: 5px;
}
.review-comment .user-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
}
.review-comment .name {
    float: left;
    padding: 3px 15px;
    font-weight: 600;
}

.review-comment .comment{
	font-style: italic;
	font-size: 14px;
    color: #555;
	
}
.rating.bar .bar {
    width: 60%;
    height: 5px;
    float: left;
    margin: 10px 10px 10px 0;
    background: #DDD;
    border-radius: 5px;
    overflow: hidden;
}
.rating.bar .bar span{
	height: 5px;
	float: left;
	background: #1a1a1a;
}
.rating-section h6 {
    font-size: 36px;
}
.product-listing-box-lg img {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 20px;
    top: 20px;
	object-fit: cover;
}
.product-listing-box-lg h4 {
    font-size: 16px;
    padding-bottom: 10px;
    margin: 0;
}
.product-listing-box-lg {
    padding-left: 170px;
    min-height: 170px;
    position: relative;
    padding-top: 20px;
    padding-right: 20px;
}
.btn-link.redtext{
	color: red;
}
.gray-box {
    background: #f0f0f0;
    border-radius: 3px;
}
.Cart-footer {
    bottom: 0;
    right: 0;
    left: 0;
    background: #f6f6f6;
}
.site-logo h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}
.svgmap{
	cursor: pointer;
	transition: all ease .2;
}
.svgmap:hover{
	opacity: 30%;
}
.mylink-li a {
    padding: 10px;
    display: block;
    color: #666;
	text-decoration: none;
	position: relative;
}
.mylink-li {
    list-style: none;
    border-bottom: 1px solid #DDD;
}
.mylink-li:first-child {
    border-top: 1px solid #DDD;
}
.mylink-li:Last-child {
    border-bottom: 0px solid #DDD;
}

.mylink-li a:hover,
.mylink-li.active a{
	padding-left: 20px;
	color: #1a1a1a;
}
.mylink-li a img{
	position: absolute;
	left: 0;
	top: 12;
	display: none;
	width: 15px;
}

.mylink-li a:hover img,.mylink-li.active a img{
	display: block;
}
.Prodect_more_details label {
    font-size: 11px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    color: #666;
}
.Prodect_more_details p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
}
.product-listing-box-lg.address-listing{
	padding-left: 20px;
	min-height: auto;
	padding-bottom: 20px;
}
.Artist-profile-header {
    background-color: #F6F6F6;
    padding: 20px 20px 20px 196px;
    min-height: 195px;
    position: relative;
	border-radius: 10px;
}
.Artist-profile-header .artist-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 20px;
    top: 20px;
    object-fit: cover;
}
.Login-left-section {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    background-blend-mode: luminosity;
}
.Login-right-section {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 100px 60px;
	overflow: auto;
}
.Heading-lg {
    font-size: 24px;
    font-weight: 600;
}
.form-group label {
    /* position: absolute; */
    top: 10px;
    left: 10px;
    color: #999;
}
.or-divider {
    text-align: center;
	margin-top: 20px;
}
.or-divider::before {
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    background: #DDD;
    position: absolute;
    top: 10px;
}
.or-divider span {
    position: relative;
    background: #FFF;
    z-index: 1;
    padding: 0 10px;
	color: #999;
}
.link {
    font-size: 14px;
    color: #1a1a1a;
}
.form-group label.active {
    top: -10px;
    background: #FFF;
    font-size: 12px;
    padding: 2px;
}

.Homepage-map-in{
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

.left-nav {
    width: 250px;
    left: -250px;
    top: 0;
    bottom: 0;
    border-right: 1px solid #DDD;
}
.left-nav.active{
	left: 0;
}

.leftnav-btn {
    width: 50px;
    height: 50px;
    padding: 10px;
    border: none;
    border-radius: 50%;
    top: 50%;
    left: 50px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 3;
}
.leftnav-btn.active{
	-moz-transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
	left: 250px
}

.Homepage-map.active{
	padding-left: 250px;
}

.page-popup {
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
    background: #FFF;
    z-index: 1002;
	display: none;
}
.page-popup.active{
	display: block
}
.popup-header {
    background: #f6f6f6;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #1a1a1a;
}
.popupbg {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1001;
	display: none;
}

.popupbg.active{
	display: block;
}
.page-popup-in{
    height: 100%;
    overflow: auto;
    padding-bottom: 80px;
}
.popup-footer {
    position: absolute;
    height: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f6f6f6;
    padding: 20px;
}
.site-logo h3 a {
    width: 50px;
    float: left;
    padding: 0 10px;
    height: 10px;
    margin-top: -9px;
}
.site-logo h3 a img{
    transform: rotate(180deg);
}
.collecors-box-in img{
    max-width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
}
.collecors-box-in .slider-data {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10% 30px 20px;
    background: linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.5));
    color: #FFF;
}
 .collecors-box{
   display: inline-block;
}
.collecors-box-in{
    position: relative;
 }
.Artist-profile-header h5 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
}
.mob-footer{
    height: 50px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #FFF;
    box-shadow: 0 0 12px -3px rgb(0 0 0 / 30%);
    border-radius: 5px;
	padding: 5px;
	display: none;
}
.mob-footer .mob-nav {
    width: 20%;
    float: left;
	padding: 7px;
    text-align: center;
	opacity: .5;
	border-radius: 5px;
	
}
.mob-footer .mob-nav img{
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.mob-footer .mob-nav:hover,.mob-footer .mob-nav.active{
	background: #f6f6f6;
	opacity: 1;
}


.color-box {
    width: 25px;
    height: 25px;
    border: 2px solid #FFF;
    background: gray;
    float: left;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    margin-right: 5px;
}

.filter-btn{
	display: none;
}
.footer-space {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    font-size: 14px;
    /*color: #999;*/
    color: #1e1e1e;
    background: #f6f6f6;
}
.footer-space p{
	margin: 0;
	padding: 0;
}
.footer-space img{
    height: 14px;
    border-radius: 100%;
}

a.social-link {
    padding: 5px;
    opacity: .6;
}
a.social-link:hover {
    opacity: 1;
}

.slider-left,.slider-right{
	font-size: 22px;
}
.Artist-button .offline-icon {
    background: url(../Images/sunset.png);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background-size: contain;
    opacity: .6;
	display: none;
}
.Artist-button.offline .offline-icon {

	display: block;
}

.review-btn a {
    font-size: 30px;
}

.Login-right-section.register-section {
    width: 60%;
}
.Login-left-section.register-section {
    width: 40%;
}
.image-upload {
    position: relative;
    border-radius: 10px;
    border: 3px solid #DDD;
    background: #FFF;
    height: 100px;
    overflow: hidden;
	cursor: pointer;
}
.image-upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uploadicon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    color: #FFF;
    vertical-align: bottom;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    background-image: url(../Images/upload.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
	z-index: 1;
}

.image-upload.active .uploadicon{
	display: none;
}
.image-upload.active:hover .uploadicon{
	display: block;
}
.image-upload input[type="file"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.price {
    color: green;
	font-weight: 500;
}
.left-nav.footernav {
    float: left;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #DDD;
    background-color: #f6f6f6;
}
/* .imageviwer-slider .collecors-box-in img {
    height: 360px;
} */
.imageviwer-popup {
    z-index: 10001;
    background: rgba(255,255,255,0.8);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: auto;
}
.imageviwer-popup.active{
	display: block!important;
}
.imageviwer-slider {
    padding: 40px 15px 10px;
}
.imagenav-slider .collecors-box-in img {
    height: 80px;
	cursor: pointer;
}
.imagenav-slider .collecors-box-in {
    padding: 10px;
}
.mini-container {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    padding: 0 15px;
    z-index: 1;
}







/*Checkbox Custom Style*/

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	line-height: 18px;
	height: 22px;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }
input[type="checkbox"] + label:before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #DDD;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .9;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
  background: #FFF;
}
input[type="checkbox"] + label:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #DDD;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
	border-radius: 3px;
}
input[type="checkbox"]:checked + label:before{
	background: #1a1a1a;
	border-color: #1A1A1A;
}
input[type="checkbox"]:checked + label:after {
    width: 7px;
    border-radius: 0;
    opacity: 1;
	border-color: #FFF;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 13px;
    left: 6px;
    top: 2px;
}

/*Radio Btn Custom Style*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #999;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
	border: 1px solid #1a1a1a;
    background:#1a1a1a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* media */

.media-tabs {
    border: 0
}

.media-tabs .nav-item {
    margin-bottom: 0;
    text-align: left
}

.media-tabs .nav-link {
    padding: .375rem .625rem
}

.media-tabs .nav-link::before {
    display: none !important
}

.media-tab-media {
    position: relative;
    width: 3.75rem;
    height: 3.75rem;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    background-color: #f6f6f6;
    color: #4b566b;
    text-align: center;
    overflow: hidden
}

.media-tab-media > i {
    font-size: 1.25rem;
    line-height: calc(3.75rem - (1px * 2))
}

.media-tab-media > img {
    display: block;
    width: 100%;
    border-radius: 50%
}

.media-tab-title, .media-tab-subtitle {
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out
}

a.nav-link:hover .media-tab-media {
    border-color: rgba(254, 105, 106, 0.35);
    color: #fe696a
}

.nav-link.active .media-tab-media, .nav-link.active:hover .media-tab-media {
    border-color: #fe696a;
    background-color: #fe696a;
    color: #fff;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(254, 105, 106, 0.9)
}

.nav-link.active .media-tab-title, .nav-link.active:hover .media-tab-title {
    color: #fe696a !important
}

.nav-link.active .media-tab-subtitle, .nav-link.active:hover .media-tab-subtitle {
    color: rgba(254, 105, 106, 0.65) !important
}

.nav-link.disabled .media-tab-media, .nav-link.completed .media-tab-media {
    background-color: #f6f9fc;
    color: #7d879c
}

.nav-link.disabled .media-tab-title {
    color: #7d879c
}

.nav-link.completed .media-tab-media {
    overflow: visible
}

.nav-link.completed .media-tab-media::after {
    position: absolute;
    top: -.175rem;
    right: -.175rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: #eafaf3;
    border: 1px solid #42d697;
    color: #42d697;
    font-family: 'sixvalley-icons';
    font-size: .625rem;
    font-weight: 500;
    line-height: 1.25rem;
    content: '\e91d'
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}
.page-link {
    color: #1a1a1a;
    z-index: 0;
}
.page-link:hover {
    color: #1a1a1a;
}
.btn-primary {
    color: #fff;
    background-color:black;
    border-color: black;
}
.phpdebugbar{
    display: none;
}
.custom-select:focus {
    border-color: gray;
    outline: 0;
    box-shadow: none;
}

#toast-container > div:hover {
    box-shadow: none;
}

#toast-container > .toast-success {
    background-color: black !important;
}

/*inshad changes*/
.log_img{
    opacity: 0.4;
}
.hdr-btn{
    font-size: 13px;
}
.Artist-button .online-icon {
    background: url(../Images/sunset_online.png);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background-size: contain;
    opacity: .6;
    display: none;
}
.Artist-button.offline .online-icon {

    display: block;
}

.filter-menu-btn {
    padding: 10px 5px;
    position: relative;
}
.filter-menu-btn:hover,.filter-menu-btn.active{
	background: #EDEDED;
}
.filter-menu-btn::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #666;
    border-top: transparent;
    border-left: transparent;
    right: 15px;
    top: 16px;
    transform: rotate(-43deg);
}
.filter-menu-btn.active::after{
	transform: rotate(45deg);
}
.filter-menu-list {
    padding: 10px 0px 10px 15px;
    display: none;
}
.filter-menu {
    border-bottom: 1px solid #ededed;
}
.filter-menu:first-child{
    border-top: 1px solid #ededed;
}
.size_btn{
    padding: 0 5px;
    background: white;
    font-size: 10px;
    line-height: 22px;
    border: 1px solid black;
    color: black;
}
.size_box .active{
    background: black !important;
    color: white !important;
}
.color_box .active{
    border: 3px solid black !important;
}
/* .slick-active{
    left: 0 !important;
} */
ul.donate-now {
    list-style: none;
    float: right;
    padding-left: 0px;
}
li.address_type_li {
    float: right;
    margin-left: 14px;
}