.catalog__inner--wrap .catalog__content--wrap .left ul li ul li label, .single__brand--wrap .catalog__content--wrap .left ul li ul li label{
	text-transform: none;
}
.single__service--inner .recent__products{
	margin-top: 100px;
}
.single__product--inner .product__content .left .product__slider .slider__item{
	width: 100%;
}
.single__product--inner .product__content .left .lSSlideOuter,.single__product--inner .product__content .left .lSSlideOuter .lSSlideWrapper{
	width: 100%;
}
.single__product--inner .product__content .left-new .slider__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
}
.single__product--inner .product__content .left-new .lSSlideOuter .lSAction > a {
	width: 48px;
	height: 48px;
	z-index: 6;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #EFEFEF;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 960 560' xml:space='preserve'%3E%3Cpath d='m480 344.18-211.13-212.3a40.16 40.16 0 0 0-57.05 0 40.8 40.8 0 0 0 0 57.44l237.63 238.94a39.94 39.94 0 0 0 30.55 11.7c11 .55 22.16-3.25 30.55-11.7L748.2 189.32c15.75-15.86 15.75-41.57 0-57.43s-41.3-15.86-57.06 0L480 344.19z'/%3E%3C/svg%3E");
	transform-origin: center;
}
.single__product--inner .product__content .left-new .lSSlideOuter.vertical {
	padding-right: 0!important;
	padding-left: 125px!important;
}
.single__product--inner .product__content .left-new .lSSlideOuter.vertical .slider__item {
	border: 1px solid #EFEFEF;
}
.single__product--inner .product__content .left-new .lSSlideOuter.vertical .lSGallery {
	left: 0;
}
.single__product--inner .product__content .left-new .lSSlideOuter.vertical .lSGallery li {
	display: flex;
	justify-content: center;
	align-items: center;
}
.single__product--inner .product__content .left-new .lSSlideOuter.vertical .lSGallery li a img {
	border: 1px solid #EFEFEF;
}
.single__product--inner .product__content .left-new .lSSlideOuter .lSAction > .lSPrev {
	transform: rotateZ(90deg);
}
.single__product--inner .product__content .left-new .lSSlideOuter .lSAction > .lSNext {
	transform: rotateZ(270deg);
}
.single__product--inner .product__content .left-new .lSSlideOuter.vertical .lSAction > .lSPrev {
	/* transform: rotateZ(180deg); */
	left: 25px;
	top: calc(50% - 24px);
}
.single__product--inner .product__content .left-new .lSSlideOuter.vertical .lSAction > .lSNext {
	/* transform: rotateZ(0); */
	left: auto;
	right: 11px;
	top: calc(50% - 24px);
}
#quickOrderForm1 {
	display: flex;
	margin-top: 12px;
}
#quickOrderForm1 input,
#product-verify-wrapper input[name=telephone_verify] {
	display: block;
	color: #212121;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;	
	padding: 20px 0;
}
#product-verify-wrapper input[name=telephone_verify] {
    width: 100%;
    border: 1px solid #EFEFEF;
    flex-grow: 1;
    padding-left: 10px;
    margin-top: 5px;
}
#quickOrderForm1 input[type=tel] {
	border: 1px solid #EFEFEF;
	flex-grow: 1;
	padding-left: 70px;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 30a14 14 0 1 0 0-28 14 14 0 0 0 0 28Z' fill='%23FFDA44'/%3E%3Cpath d='M2 16a14 14 0 1 1 28 0H2Z' fill='%23005BBB'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 20px center;	
}
#quickOrderForm1 input[type=tel]::placeholder {
	color: #212121;
}
#quickOrderForm1 input[type=submit] {
	border: 1px solid #000;
	width: 260px;
	background-color: #fff;
	white-space: wrap;
}
body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child {
	background: #000;
	color: #fff;
	min-height: 50px;
}

/*-------------------------------------*/
.accordion {
	border: 1px solid #EFEFEF;
	border-top: none;
}
/* .accordion__item {
	margin: 5px auto;
} */
.accordion__item .accordion__title {
	position: relative;
	display: block;
	padding: 12px 38px 12px 18px;
	margin-bottom: 0;
	color: #212121;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 125% */
	text-decoration: none;
	background-color: #fff;
	border-radius: 0;
	border-top: 1px solid #EFEFEF;
	transition: color 0.2s;
  cursor: pointer;
}
.accordion__item .accordion__title:hover {
	color: #A3A3A3;
	transition: color 0.4s ease-out;
}
.accordion__item .accordion-active {
	color: #A3A3A3;
}
.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: calc(50% - 10px); right: 18px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.63 1.25H9.37v8.13H1.26v1.24h8.13v8.13h1.24v-8.13h8.13V9.38h-8.13V1.24Z' fill='%23212121'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;	
}
.accordion__item .accordion__rotate {
	transform: rotate(225deg);
}
.accordion__item .accordion__content {
	margin-bottom: 2px;
	display: none;
}
/*-------------------------------------*/

.single__product--inner .productbottomblock .recent__products .recent__slider .owl-dots.disabled {
	display: none;
}
 
.single__product--inner .product__content .right .content__top--card .bottom .quantity__inner {
	/* -webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center; */
	align-items: center;
	justify-items: center;
	display: grid;
	grid-template-columns: 45px auto 45px;
	grid-template-rows: 50px;
	width: 195px;
	border: 1px solid #EFEFEF;
}

.relevant__item .bottom__prices .quantity__inner {
	/* -webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center; */
	align-items: center;
	justify-items: center;
	display: grid;
	grid-template-columns: 32px auto 32px;
	grid-template-rows: 38px;
	width: 110px;
	border: 1px solid #EFEFEF;
}

.relevant__item .bottom__prices .quantity__inner div {
	font-weight: 500;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.relevant__item .bottom__prices .quantity__inner div.minus {
	border-right: 1px solid #EFEFEF;
}

.relevant__item .bottom__prices .quantity__inner div.plus {
	border-left: 1px solid #EFEFEF;
}

.relevant__item .bottom__prices .quantity__inner div.disabled {
	color: #A3A3A3;
}

.relevant__item .bottom__prices input.quantity {
    width: auto;
    border: none;
    -moz-appearance: textfield;
    outline: none;
    width: 33px;
    text-align: center;
}
.relevant__item .bottom__prices input.quantity::-webkit-outer-spin-button,
.relevant__item .bottom__prices input.quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.recent__products .relevant__item .yith-wcwl-add-to-wishlist, .catalog__content--wrap .catalog__content--inner .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.catalog__content--wrap .catalog__content--inner .yith-wcwl-add-to-wishlist .add-to-wishlist {
	left: auto;
	top: 20px;
	right: 20px;
}

.single__product--inner .recent__products .recent__slider .product__item .bottom__prices .quantity__wrap p {
	font-size: 14px;
	margin-bottom: 5px;
}

.gclub-text {
	font-size: 13px;

}

.gclub-text a {
	text-decoration: underline;
	color: #212121;
}

.bottom__prices .quantity__wrap p {
	margin-bottom: 5px;
	font-size: 14px;
}


/* .relevant__item .bottom__prices .quantity__inner .quantity {
	margin: 0 28px
} */

@media screen and (max-width: 990px){

.dgwt-wcas-preloader{
	right: 60px !important;
}

}


.price__wrap .label__item.gold-label {
	padding: 4px 8px;
    text-align: center;
    height: 30px;
    width: auto;
    top: 15px;
    left: 20px;
    border: none;
    opacity: 1;
    font-size: 14px;
    z-index: 2;
    background: linear-gradient(109.07deg, #E1C34B 3.91%, #DBB332 53.04%, #E3C74A 98.25%);
    font-family: "EB Garamond";
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0em;
    color: #fff;
    margin-left: 15px;
}
