.load-more-products,
.load-more-advanced {
	color: #fff;
	background-color: #c9ac74;
	border-color: #c9ac74;
}

.load-more-products:hover,
.load-more-advanced:hover {
	color: #fff;
	background-color: #421160;
	border-color: #421160;
}

.swal2-styled {
	background: #280a3a94 !important;
}

.swal2-popup {
	background: #ffffffd1 !important;
	border-radius: 0 !important;
}

.radio_selection label {
	cursor: pointer;
	font-weight: bold;
	width: 300px;
}

.radio_selection .ship {

	width: 110%;
}

.radio_selection label img {
	height: 20px;
	width: auto;
	margin-right: 10px;
	margin-top: -10px;
}

.account-control {
	margin-top: 15rem !important;
}

.bootstrap-modal .modal-content {
	background-color: #FFF !important;
}

.bootstrap-modal .modal-body {
	border-radius: 0;
}

.bootstrap-modal .modal-header .close {
	color: #333;
	background-color: #FFF;
}

.bootstrap-modal .modal-header {
	border-bottom: 1px solid #dee2e6;
}

.bootstrap-modal .modal-header .close {
	/*margin: -0.2rem auto -1rem -1rem;*/
	margin: 5px 0;
}

.alert.animated {
	border: 0;
	border-radius: 0;
	padding: 1.05rem 1.35rem;
}

#v-orders>.row {
	background: #FFF;
	margin-bottom: 20px;
	padding: 5px;
	border-bottom: 2px solid #ad8e5b;
	border-radius: 5px;
	margin-right: 10px;
}

#v-orders .single-cart-item {
	border-bottom: none;
}

#v-orders .col-md-12 hr {
	background: #007bff;
	padding: 0.5px;
}

.account-control>.row>.col-md-3 {
	background: #0b213cfa;
	border-radius: 5px;
}

.account-control a {
	color: #FFF;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #406c9a;
}

div#v-pills-tab {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width: 1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1260px;
		width: 1260px;
	}
}

/*@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1370px;
    width: 1370px;
  }
}
@media (min-width: 1600px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1570px;
    width: 1570px;
  }
}
@media (min-width: 1900px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1570px;
		width: 1570px;
	}
}*/

.sizing-options label,
.empty-radio-btn label {
	padding: 5px 10px;
}

.footer-content p {
	margin-bottom: 0;
}

/*.out-of-stock {*/
/*	width: 100%;*/
/*	border: none;*/
/*	font-size: 16px;*/
/*	font-weight: 500;*/
/*	color: white;*/
/*	text-align: center;*/
/*	background: #1970F2;*/
/*	padding: 10px;*/
/*	margin-top: auto;*/
/*	-webkit-transition: all 0.3s;*/
/*	-moz-transition: all 0.3s;*/
/*	-ms-transition: all 0.3s;*/
/*	-o-transition: all 0.3s;*/
/*	transition: all 0.3s;*/
/*}*/

.reply {
	background: #d0b073;
	padding: 20px;
	margin-right: 20px;
	border-radius: 5px;
	color: #FFF;
}

.alert.animated {
	z-index: 99999999 !important;
}

.text-purple,
.text-purple a {
	color: #421160 !important;
}

.notification-badge {
	background: #fd4545;
	width: 20px !important;
	height: 20px !important;
	color: #FFF !important;
	font-size: 12px !important;
	font-weight: bold !important;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.offcanvas.show2 {
	visibility: visible;
	transform: translateX(0);
	transition: transform 0.5s;
}

.cart-badge {
	background: #fd4545;
	width: 20px !important;
	height: 20px !important;
	color: #FFF !important;
	font-size: 12px !important;
	font-weight: bold !important;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

label.label.label-danger {
	background: #fb3434;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
}

label.label.label-success {
	background: #2789ca;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
}

.alert {
	border-radius: 0;
	border: none;
	box-shadow: 0px 2px;
}

.modal .modal-dialog .modal-content {
	border: none;
	background: #FFF !important;
}

.modal .modal-content .modal-body {
	background: #FFF !important;
}

/*.out-of-stock {*/
/*	width: calc(100% - 20px);*/
/*	border: none;*/
/*	font-size: 16px;*/
/*	font-weight: 500;*/
/*	color: #363636;*/
/*	text-align: center;*/
/*	background: white;*/
/*	-webkit-box-shadow: inset 0 0 0 2px #1970F2;*/
/*	box-shadow: inset 0 0 0 2px #1970F2;*/
/*	padding: 10px;*/
/*	border-radius: 10px;*/
/*	margin: auto auto 10px;*/
/*	-webkit-transition: all 0.3s;*/
/*	transition: all 0.3s;*/
/*	text-transform: capitalize;*/
/*	color: #1970F2;*/
/*}*/

.single-product-out-of-stock {
	opacity: 0.5;
}

.dm-site-wrapper {
	position: absolute;
	top: 0;
}

/*@media (max-width: 768px) {*/
/*	.user-helper {*/
/*		height: 70px;*/
/*	}*/
/*}*/

.droopmenu-extra ul li>a,
.droopmenu-extra ul li>.btn {
	padding: 0 5px;
}

.droopmenu-vertical .droopmenu-header {
	padding-right: 0;
	padding-left: 0;
}

.droopmenu-toggle i:after,
.droopmenu-toggle i:before {
	background: #4c4c4c;
}

@media screen and (max-width: 767px) {
	.droopmenu-header {
		background: none;
		border-radius: 0;
	}
}

@media (max-width: 600px) {

	.language-switcher>a,
	.currency-switcher>a,
	.language-switcher span,
	.currency-switcher span {
		color: #4c4c4c !important;
	}
}

@media screen and (max-width: 767px) {
	.droopmenu-header {
		background: none !important;
	}
}

@media(max-width: 768px) {
	.dm-site-wrapper {
		position: absolute;
		top: 100px;
		right: 10px;
		z-index: 9000;
	}
}

section.brands {
	overflow: hidden;
}

.offcanvas.show {
	z-index: 10000;
}

.item-description p {
	word-break: break-word;
}

.section-title span a {
	font-size: 22px;
}

.price-per-item.before-discount {
	color: #878787;
	text-decoration: line-through;
}

.sizing-options input[type="radio"],
.empty-radio-btn input[type="radio"] {
	display: none;
}

.sizing-options input[type="checkbox"],
.empty-radio-btn input[type="checkbox"] {
	display: none;
}

.sizing-options input[type="radio"]:checked+label,
.empty-radio-btn input[type="radio"]:checked+label {
	border: solid 1px #1970F2;
	background: #1970F2;
	color: #fff;
}

.sizing-options input[type="checkbox"]:checked+label,
.empty-radio-btn input[type="checkbox"]:checked+label {
	border: solid 1px #1970F2;
	background: #1970F2;
	color: #fff;
}

.col-red {
	color: #fd4545;
}

.bootstrap-modal {
	z-index: 10000 !important;
}

label.label.label-info {
	padding: 5px;
	background: #5bc0de;
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
}

.input-group-prepend {
	margin-left: -1px;
	padding: 10px 20px;
	border: 1px solid #CCC;
	font-size: 14px;
}

.input-group-append {
	margin-left: -1px;
	padding: 0 20px;
	border: 1px solid #CCC;
	font-size: 14px;
	line-height: 36px;
}

.modal .modal-body {
	box-shadow: none;
}

.col-md-12.description {
	background: #fbcf2d85;
	padding: 20px;
	margin-bottom: 24px;
}

.swal2-container {
	z-index: 999999999999 !important;
}

.discount-append {
	padding: 0;
	border: 0;
}

@media (max-width: 992px) {
	.offcanvas .wrapper footer {
		padding-bottom: 60px;
	}
}

.social-container .container {
	background: #FAFAFA;
	padding: 10px;
}

.social-container .container .row {
	justify-content: center;
}

.social-container i {
	color: #969696;
}

/* Cart bank information */
.payment-info-cart {
	background-color: transparent;
	border: 0;
}

.payment-info-cart .card-header {
	background: transparent;
	border: 0;
}

.payment-info-cart .card-title {
	font-weight: 600;
}

.payment-info-cart .nav-item {
	flex: 1 1 auto;
}

.payment-info-cart .nav-link {
	color: #333;
}

.payment-info-cart .nav-link.active {
	background-color: #1970F2;
	color: #ffffff;
}

.payment-info-cart .card {
	cursor: pointer;
	transition: background-color 350ms ease-in-out;
	-webkit-transition: background-color 350ms ease-in-out;
	-moz-transition: background-color 350ms ease-in-out;
}

.payment-info-cart .card .card-body img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.payment-info-cart .card .card-body p {
	color: #969696;
	font-size: 15px;
}

.payment-info-cart .nav-link:hover {
	background-color: #1970F2;
	color: #ffffff;
}

.payment-info-cart .row {
	transition: max-height 350ms ease-in-out;
	overflow: hidden;
	max-height: 5000px;
}

.payment-info-cart .col-md-12 {
	transition: transform 350ms ease-in-out;
}

.payment-info-cart .col-md-12.active .card {
	background-color: #1970F2;
}

.payment-info-cart .col-md-12.active .card .card-body h5,
.payment-info-cart .col-md-12.active .card .card-body p {
	color: #fff;
}

.payment-info-cart .col-md-12:hover .card {
	background-color: #1970F2;
}

.payment-info-cart .col-md-12:hover .card .card-body h5,
.payment-info-cart .col-md-12:hover .card .card-body p {
	color: #fff;
}

.payment-info-cart .bank-account-info {
	transition: all 350ms ease-in-out;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}

.payment-info-cart .bank-account-info.active {
	opacity: 1;
	visibility: visible;
	max-height: 1000px;
}


@media (max-width: 992px) {
	.top-txt.main-text-color {
		font-size: 15px;
	}

}

@media (max-width: 768px) {
	.logo {
		margin-bottom: 15px;
	}

	.droopmenu-extra {
		margin-top: 50px;
	}

	.menu-wrapper {
		padding-bottom: 50px;
	}

	.dm-site-wrapper {
		right: unset;
		left: 200px;
		top: 75px;
	}
}

@media (max-width: 576px) {
	.dm-site-wrapper {
		left: 40px;
		top: 100px;
	}
}


/* for blogs in home */
.single-blog-image-container {
	background-color: #fff;
	padding-bottom: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px #0000002e;
	margin-bottom: 25px;
	cursor: pointer;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
}

.blogs-img-container {
	overflow: hidden;
}

.single-blog-image-container:hover {
	transform: translateY(-25px);
	transition: 0.5s;
}

.single-blog-image-container:hover img {
	transform: scale(1.2) rotate(5deg);
	transition: 0.5s;
}

.single-blog-image-container img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	transition: 0.5s;
	height: 230px;
}

.single-blog-image-container h4 {
	margin-top: 20px;
	color: #b6153d;
	font-weight: bold;
	text-align: center;
}

.single-blog-image-container p {
	padding: 5px 15px;
	line-height: 1.7;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.single-blog-image-container a {
	font-weight: bold;
	padding: 0 20px;
	color: #b6153d;
}

.single-blog-image-container a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

/* End for blogs in home */
