@charset "utf-8";

@font-face {
	font-family: 'proxima_nova_rgregular';
	src: url('../fonts/proximanova-reg-webfont.eot');
	src: url('../fonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-reg-webfont.woff2') format('woff2'), url('../fonts/proximanova-reg-webfont.woff') format('woff'), url('../fonts/proximanova-reg-webfont.ttf') format('truetype'), url('../fonts/proximanova-reg-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

@font-face {
	font-family: 'proxima_nova_ththin';
	src: url('../fonts/proximanova-thin-webfont.eot');
	src: url('../fonts/proximanova-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-thin-webfont.woff2') format('woff2'), url('../fonts/proximanova-thin-webfont.woff') format('woff'), url('../fonts/proximanova-thin-webfont.ttf') format('truetype'), url('../fonts/proximanova-thin-webfont.svg#proxima_nova_ththin') format('svg');
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

@font-face {
	font-family: 'proxima_nova_ltsemibold';
	src: url('../fonts/proximanova-sbold-webfont.eot');
	src: url('../fonts/proximanova-sbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-sbold-webfont.woff2') format('woff2'), url('../fonts/proximanova-sbold-webfont.woff') format('woff'), url('../fonts/proximanova-sbold-webfont.ttf') format('truetype'), url('../fonts/proximanova-sbold-webfont.svg#proxima_nova_ltsemibold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

@font-face {
	font-family: 'proxima_nova_rgbold';
	src: url('../fonts/proximanova-bold-webfont.eot');
	src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold-webfont.woff2') format('woff2'), url('../fonts/proximanova-bold-webfont.woff') format('woff'), url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	transition: all .5s ease;
}

a {
	color: #676767;
	text-decoration: none;
	font-family: 'proxima_nova_rgregular';
}

a:hover {
	text-decoration: none;
	color: #ab0a3d;
}

li {
	list-style: none;
}

p {
	line-height: 24px;
	padding: 0 0 1.3em;
}

img {
	border: none;
}

a img {
	border: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

/* Forms */
form {
	display: inline;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

/* Table */
table {
	border: 0;
	/*border-collapse:collapse;*/
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}

caption,
th,
td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

/* Content */
p {
	margin: 0 0 10px;
}

strong {
	font-weight: bold;
}

address {
	font-style: normal;
	line-height: 1.35;
}

cite {
	font-style: normal;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after {
	content: '';
}

small,
big {
	font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
@media (max-width: 800px) {
	html {
		overflow-x: hidden !important;
	}
}

ul,
ol {
	list-style: none;
	font-size: 12px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0;
	margin-left: 0px;
}

/* Tools */
.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.nobr {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

.a-left {
	text-align: left !important;
}

.a-center {
	text-align: center !important;
}

.a-right {
	text-align: right !important;
}

.v-top {
	vertical-align: top;
}

.v-middle {
	vertical-align: middle;
}

.f-left,
.left {
	float: left !important;
}

.f-right,
.right {
	float: right !important;
}

.f-none {
	float: none !important;
}

.f-fix {
	float: left;
	width: 100%;
}

.no-display {
	display: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-bg {
	background: none !important;
}

.clear {
	clear: both;
	display: block;
}

.clear40 {
	clear: both;
	height: 40px;
	display: block;
}

.clear20 {
	clear: both;
	height: 20px;
	display: block;
}

/* ======================================================================================= */
body {
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	color: #676767;
	overflow-x: hidden;
}

/*******************************************************************************grid*******************************/
h1.logo {
	text-align: left;
	font-size: 18px;
	color: #fff;
}

.container {}

h4 {}

.row {}

.row .row {}

[class*="col-"] {}

hr {}

/*.headerContainer, .bodyContainer{width:100%; clear:both; display:block; position: relative;}

.headerContainer img, .bodyContainer img{width:100%; height:auto;}

*/
.login input[type="email"] {
	color: #fff;
}

input[type=password]:hover {
	border-top: 1px solid #a0a0a0 !important;
	border-bottom: 1px solid #a0a0a0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

div.mage-error[generated] {
	margin-bottom: 0;
}

.navigation .level0.parent>.level-top>.ui-menu-icon {
	top: 11px;
	line-height: 21px;
}

.navigation .level0>.level-top {
	font-weight: normal;
}

.nav-sections .loginToggle {
	margin-left: 0;
	font-weight: normal;
}

.navigation .level0 .submenu {
	background: #000 !important;
	border: 0 !important;
}

.nav-sections .level0 .submenu li a:hover span {
	color: #000;
}

.nav-sections .level0 .submenu li a span {
	background: transparent;
}

.nav-sections .level0 .submenu li a {
	border-top: 1px solid #ccc;
}

.form-mob-menu {
	width: 28px;
	height: 25px;
	position: absolute;
	right: -32px;
	top: 5px;
	z-index: 999999;
}

.form-mob-menu span {
	width: 100%;
	height: 1px;
	background: #000;
	margin: 3px 0;
	float: left;
}

@media (min-width:900px) {
	.form-mob-menu {
		display: none;
	}
}

body.homePage .fixedHeader,
body.homePage .fixedHeaderMobile {
	display: none;
}

.headerContainer {
	z-index: 99;
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0px;
	padding: 1% 2%;
}

.headerContainer .headLeft {
	width: 25%;
	float: left;
}

.headerContainer .headLeft h1.logo {
	clear: both;
	display: block;
	text-align: center;
}

.headerContainer .headLeft h1.logo a img {
	margin: 0 auto;
	width: 100%;
}

.headerContainer .headRight {
	float: right;
	width: 73%;
	text-align: right;
	padding-top: 20px;
}

ul.topLinks li {
	display: inline-block;
	margin-left: 40px;
	color: #fff;
	font-size: 20px;
	position: relative;
}

ul.topLinks li a {
	background: #000;
	color: #fff;
	padding: 0px 2px;
}

ul.topLinks li.active a {
	background: none;
	color: #000;
	padding: 0px 2px;
}

.loginForm {
	position: absolute;
	right: 0px;
	background: #000;
	padding: 0px 2px 4px;
	width: 164px;
	line-height: 16px;
	top: 29px;
}

ul.topLinks li:last-child {
	background: #000 url(../images/dropArrow.jpg) 90% no-repeat;
	padding: 0px 40px 0px 2px;
	background-size: 15px;
}

.loginForm input[type="text"] {
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	width: 100%;
	line-height: 16px;
}

.loginForm input[type="password"] {
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	width: 100%;
	line-height: 16px;
}

.loginForm input[type="submit"] {
	padding: 0 8px 7px 8px;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	width: 100%;
	text-align: left;
	font-weight: bold;
	line-height: 16px;
}

.loginForm input::placeholder {
	color: #fff;
}

.loginForm a {
	color: #fff !important;
	padding: 0 9px 10px 9px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #ababab;
	cursor: pointer;
	text-decoration: none;
}

.loginForm {
	display: none;
}

.loginToggle {
	font-size: 19px;
	cursor: pointer;
	display: flex;
	align-items: center;
	background: #000;
	color: #fff;
	line-height: 23px;
	margin-right: 14px;
	position: relative;
	padding-right: 5px;
}

.loginToggle:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	line-height: 20px;
	color: inherit;
	content: '\e622';
	font-family: 'luma-icons';
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.homeSection1 {
	text-align: center;
	padding: 110px 0px 120px;
}

.artWork2 {
	margin: 0 auto;
	width: 100%;
}

.artWork2 img {
	width: 100%;
	height: auto;
}

.artWork2 span {
	clear: both;
	display: block;
	text-align: left;
	font-size: 16px;
	color: #000;
}

.homeSection2 {
	background: #ff1600;
	text-align: center;
	padding: 150px 0px 50px;
}

.artWork1 {
	margin: 0 auto;
	width: 100%;
}

.artWork1 img {
	width: 100%;
	height: auto;
}

.artWork1 span {
	clear: both;
	display: block;
	text-align: left;
	font-size: 16px;
	color: #000;
}

.homeSection3 {
	background: #00d6ff;
	text-align: center;
	padding: 150px 0px 50px;
}

.artWork3 {
	margin: 0 auto;
	width: 100%;
}

.artWork3 img {
	width: 100%;
	height: auto;
}

.artWork3 span {
	clear: both;
	display: block;
	text-align: left;
	font-size: 16px;
	color: #000;
}

.homeSection4 {
	background: #000;
	padding: 20px 20px 100px;
}

.abtPara {
	width: 40%;
	font-size: 26px;
	padding-top: 80px;
}

.homeSection4 p {
	color: #fff;
	line-height: 30px;
}

.abtAdd {
	font-size: 24px;
	color: #fff;
}

.abtAdd span {
	clear: both;
	display: block;
	line-height: 28px;
}

.homeFtr {
	background: #000;
	clear: both;
	display: block;
	padding: 20px 10px 10px;
}

.homeFtr .ftrLinks {
	width: 50%;
	float: left;
}

.homeFtr .ftrSocial {
	width: 30%;
	float: left;
}

.homeFtr .ftrCredit {
	width: 20%;
	float: left;
	text-align: right;
}

.homeFtr ul li {
	display: inline-block;
}

.homeFtr ul li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin-right: 20px;
}

.homeFtr::after {
	content: "";
	height: 1px;
	width: 100%;
	clear: both;
	display: block;
}

.headerContainer>img.nHeader {
	cursor: pointer;
}

.fullMenu {
	width: 375px;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	background: rgba(0, 0, 0, 0.8);
	text-align: left;
	z-index: 9999;
	display: block;
	-webkit-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
	-moz-box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
	box-shadow: 0 0 40px 0 rgba(96, 109, 166, 0.2);
	max-height: 100vh;
	overflow-y: auto;
	padding: 100px 50px 50px 65px;
	transition: all 300ms;
}

.fullMenu ul {}

.fullMenu ul li {
	display: block;
	clear: both;
	font-size: 16px;
	text-align: left;
	color: #fff;
	line-height: 35px;
}

.fullMenu ul li a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'roboto';
	display: block;
	position: relative;
}

.fullMenu ul li:last-child {
	margin-top: 20px;
}

.fullMenu>ul>li:last-child a {
	background: none;
	color: #fff;
	padding: 15px 20px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #fff;
}

.fullMenu ul li.hasSubnav a:after {
	content: "+";
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 24px;
	color: #fff;
	display: block;
	clear: both;
	font-family: 'robotothin';
}

.fullMenu ul li.hasSubnav.opened a:after {
	content: "-";
}

.closeMenu {
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
	font-weight: bold;
}

.subNav {
	display: none;
}

.fullMenu ul.subNav {
	margin-left: 20px;
}

.fullMenu ul.subNav li a {
	font-size: 14px;
	color: #fff;
}

.fullMenu ul.subNav li a:hover {
	color: #fff;
}

.fullMenu ul.subNav li a:after {
	display: none;
}

.fullMenu ul.subNav li:last-child {
	margin-top: 0px;
}

.fullMenu ul.subNav li:last-child a {
	background: none;
	color: #000;
	padding: 0px;
	font-size: 14px;
	color: #fff;
	text-align: left;
}

.searchForm {
	position: fixed;
	bottom: 40px;
	right: 40px;
}

.sfToggle {
	height: 28px;
	width: 27px;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.sfToggle img {
	width: 90%;
	height: auto;
}

.sfForm {
	position: absolute;
	right: 25px;
	top: 0;
	display: none;
}

.sfForm input[type="text"] {
	background: #000;
	border: none;
	padding: 0px 5px;
	height: 28px;
}

.sfForm input[type="text"]::placeholder {
	color: #fff;
}

.mobileLoginToggle {
	display: none;
}

#open-nav-menu {
	display: none;
}

ul.topLinks {
	display: block;
}

.mainContainer {
	clear: both;
	display: block;
	margin-top: 180px;
}

.mainContainerInr {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.mainContainerInr .leftCol {
	width: 16%;
	float: left;
	margin-right: 4%;
}

.mainContainerInr .rightCol {
	width: 80%;
	float: left;
}

ul.artList li {
	width: 48%;
	float: left;
	display: inline-block;
	margin-right: 3%;
	margin-bottom: 40px;
}

ul.artList li:nth-child(2n) {
	margin-right: 0;
}

ul.artList li .artImage {
	text-align: center;
	width: 100%;
	clear: both;
	display: block;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ebebeb;
}

ul.artList li .artImage img {
	width: 19vw;
	height: 19vw;
	object-fit: contain;
}

ul.artList li .artMatr {
	text-align: left;
	width: 100%;
	clear: both;
	display: block;
	color: #000;
}

ul.artList li .artMatr h3 {
	font-size: 24px;
	color: #000;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	line-height: 24px;
	text-transform: uppercase;
}

ul.artList li .artMatr h3 a {
	color: #000;
}

ul.artList li .artMatr p {
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

ul.artList li .artMatr button {
	font-size: 16px;
	color: #fff;
	background: #000;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-transform: uppercase;
	padding: 3px 2px;
	display: block;
	width: 100%;
	text-align: left;
}

.filtersBlock {
	clear: both;
	display: block;
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #000;
}

.fbTitle {
	font-size: 18px;
	font-weight: bold;
}

.selRadio {
	display: inline-block;
	float: right;
	height: 15px;
	width: 15px;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 3px;
}

.selRadio.selected::before {
	content: "";
	height: 9px;
	width: 9px;
	background: #000;
	display: block;
	clear: both;
}

.filtersBlock ul li {
	display: block;
	clear: both;
	color: #676767;
	font-size: 14px;
}

ul.colorsList li {
	display: inline-block;
	height: 30px;
	width: 13%;
	border: 1px solid #fff;
	padding: 2px;
	margin-right: 2%;
	position: relative;
	cursor: pointer;
}

ul.colorsList li.selected {
	border: 1px solid #000;
}

ul.colorsList li:nth-child(6n) {
	margin-right: 0;
}

ul.colorsList li::before {
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	clear: both;
}

ul.colorsList li.black::before {
	background: #000;
}

ul.colorsList li.grey::before {
	background: #8c8a86;
}

ul.colorsList li.white::before {
	background: #fff;
	border: 1px solid #ebebeb;
}

ul.colorsList li.red::before {
	background: #ff0000;
}

ul.colorsList li.yellow::before {
	background: #ffff00;
}

ul.colorsList li.green::before {
	background: #00a300;
}

.filtersToggle {
	display: none;
}

.page-top-container {
	background: #fff;
}

.cms-index-index .page-top-container {
	background: transparent;
}

.page-top-container.fixed img.custom-logo-img {
	height: 42px;
}

.page-top-container.fixed {
	background: #fff;
	padding: 0px 15px;
}

.page-top-container.fixed .navigation {
	padding: 0px 0;
}

.bg-light11 {
	background: #00f344;
}

.tag-text {
	display: inline-block;
	padding: 10px 17px;
	color: #fff;
	background: #000;
	font-weight: 800;
	font-size: 23px;
	width: max-content;
}

.live-text {
	top: 115px;
	margin: auto;
	left: 0;
	right: 0;
}

.date-box1 {
	bottom: 105px;
	margin: auto;
	left: 0;
	right: 0;
}

.txt-nw {
	font-size: 43px;
	padding: 7px 0;
	margin: 12px;
	color: #000;
}

.txt-nw span {
	color: #fff;
}

.bg-clr5 {
	background-size: 60% !important;
	z-index: 8;
	position: relative;
	background: url('http://13.233.196.75/pub/media/banners/2021-01-24.png');
	text-align: left;
	padding: 135px 50px 200px 50px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bg-clr5 .text-bx-to {
	width: 37%;
}

.bg-clr5 .text-bx-to p {
	font-size: 21px;
	line-height: 22px;
	font-weight: normal;
}

.bg-clr5 h4 {
	font-size: 95px;
	color: #000;
}

.view-btn {
	font-size: 23px;
	color: #fff !important;
	background: #000;
	padding: 2px 8px;
}

.date-box1 a {
	color: #fff !important;
}

.new-3 .artWorkPortrait .live-text {
	top: 43%;
	margin: initial;
	left: -56px;
	right: 0;
}

.new-3 .artWorkPortrait .date-box1 {
	bottom: 99px;
	margin: initial;
	left: -56px;
	right: 0;
}

.box-slide1 {
	position: absolute;
	top: 144px;
	z-index: 9;
}

.box-slide2 {
	position: absolute;
	bottom: 281px;
	z-index: 9;
}

.box-slide3 {
	position: absolute;
	bottom: 59px;
	z-index: 9;
}

.page-top-container {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 10px 15px;
}



@media (min-width:1000px) {
	.auction-banner.second-sec-home .artWorkPortrait {
		margin: 0 auto;
		width: 51%;
	}

}


@media (max-width:800px) {
	.live-text {
		top: 21px;
	}

	.date-box1 {
		bottom: 35px;
	}

	.loginToggle {
		background: transparent;
		color: #000;
		font-size: 15px !important;
	}

	.box-slide2 {
		bottom: 356px;
		display: none;
	}

	.bg-clr5 .text-bx-to {
		width: 100%;
	}

	.bg-clr5 h4 {
		font-size: 35px;
	}

	.txt-nw {
		font-size: 20px;
	}

	.navigation a {
		padding-left: 0px !important;
	}

	.new-3 .artWorkPortrait {
		width: 86%;
	}

	.box-slide3 {
		bottom: 0;
	}

	.new-3 .artWorkPortrait .date-box1 {
		bottom: 0;
		left: 0;
	}

	.new-3 .artWorkPortrait .live-text {
		top: 0;
		left: 0;
	}

	.loginToggle {
		margin-top: 4px;
	}

	.homeSection4 {
		padding-bottom: 30px;
	}

	.bg-clr5 {
		background-color: #ffff00;
		background-image: none !important;
		padding: 40px 20px 20px 20px !important;
	}
}

@media (max-width:650px) {
	.tag-text {
		font-size: 14px;
	}
}

/* pdp */
.same-work {
	width: 100%;
	float: left;
}

.same-work li.item.product.product-item {
	margin-right: 25px;
}

.dtl-img {
	background: #828282;
	min-height: 500px;
}

.dtl-btn button {
	width: 100%;
	background: #000;
	color: #fff;
	text-align: left;
	font-size: 20px;
	padding: 0 0 0 7px;
}

.price-dtl {
	font-size: 19px;
	font-weight: 700;
	color: #000;
	padding: 9px 0;
}

.ert-dox1 {
	padding: 15px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 15px 0;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	line-height: 16px;
}

.return-policy {
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
}

.return-policy span {
	color: #000;
	font-weight: 600;
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.title-bx-area span,
.title-bx-area h5 {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.title-bx-area h4 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
}

.catalog-product-view .search-btn {
	position: absolute;
	bottom: 13px;
	right: 1px;
	border: 0 !important;
	padding: 0 !important;
}

.search-btn img {
	margin-top: 0;
}

.catalog-product-view h1.page-title {
	font-size: 30px;
	margin-bottom: 5px !important;
	font-weight: 700;
	color: #000;
	margin: 0;
	text-transform: uppercase;
}

.catalog-product-view .page-main {
	max-width: 1140px;
	padding-left: 0;
	padding-right: 0;
}

.auc-auction-clock {
	width: 100%;
	padding: 20px 10px;
}

.auc-auction-info {
	margin-top: 0;
}

@media (max-width:768px) {
	.headerContainer .headLeft {
		width: 50%;
	}

	.headerContainer .headRight {
		width: 50%;
	}

	.artWorkSquare,
	.artWorkLandscape {
		margin: 0 auto;
		width: 85%;
	}

	.searchForm {
		position: fixed;
		bottom: 20px;
		right: 20px;
	}

	.mobileLoginToggle {
		display: block;
		display: block;
		position: absolute;
		right: 60px;
		top: 15px;
		background: #000 url(../images/dropArrow.jpg) 90% no-repeat;
		padding: 0px 20px 0px 2px;
		background-size: 10px;
		color: #fff;
		font-size: 13px;
	}

	.homeSection1 {
		padding: 110px 0px 70px;
	}

	#open-nav-menu,
	.nav-icon {
		width: 44px;
		height: 42px;
		z-index: 3;
		position: fixed;
		top: 0;
		right: 0px;
		padding: 1em 0em;
		cursor: pointer;
		display: block;
	}

	.icon-bar {
		display: block;
		width: 25px;
		height: 4px;
		background-color: #000;
		margin-bottom: 3px;
		opacity: 1;
		transition: all .5s ease;
		-webkit-transform: traslate(0, 0) rotate(0);
		transform: traslate(0, 0) rotate(0);
	}

	.icon-bar:last-child {
		margin-bottom: 0;
	}

	.nav-icon.opened .icon-bar:first-child {
		width: 25px;
		-webkit-transform: translate(-4px, 5px) rotate(45deg);
		transform: translate(-4px, 5px) rotate(45deg);
	}

	.nav-icon.opened .icon-bar:last-child {
		width: 25px;
		-webkit-transform: translate(-4px, -10px) rotate(-45deg);
		transform: translate(-4px, -10px) rotate(-45deg);
	}

	.nav-icon.opened .icon-bar:nth-child(2) {
		opacity: 0;
	}

	ul.topLinks {
		display: none;
		margin-left: 0px;
		color: #fff;
		position: relative;
		text-align: left;
		background: #000;
		width: 100%;
		height: 100%;
		left: 0;
		top: 70px;
		position: fixed;
	}

	ul.topLinks li {
		padding: 30px 20px;
		margin: 0px 0px 30px 0px;
		clear: both;
		display: block;
	}

	ul.topLinks li a {
		font-size: 24px;
		display: block;
		border-bottom: 1px solid #fff;
	}

	ul.topLinks li:last-child {
		display: none;
	}

	.homeSection4 {
		background: #000;
	}

	.abtPara {
		width: 90%;
		font-size: 14px;
		padding-top: 0px;
	}

	.homeSection4 p {
		line-height: 20px;
	}

	.abtAdd {
		font-size: 14px;
	}

	.abtAdd span {
		line-height: 22px;
	}

	.homeFtr .ftrLinks {
		width: 100%;
	}

	.homeFtr ul li a {
		font-size: 12px;
	}

	.homeFtr .ftrSocial {
		width: 50%;
	}

	.homeFtr .ftrCredit {
		width: 50%;
	}

	.homeFtr .ftrCredit li a {
		font-size: 11px;
	}

	.artWorkLandscape span {
		font-size: 12px;
	}

	.homeSection3 {
		padding: 150px 0px 120px;
	}

	.filtersToggle {
		display: block;
		font-size: 11px;
		margin-bottom: 20px;
		color: #000;
		position: relative;
	}

	.filtersToggle::after {
		content: "";
		clear: both;
		display: block;
		border-right: 10px transparent;
		border-left: 10px transparent;
		position: absolute;
		border-top: 4px solid #000;
		border-bottom: 4px solid transparent;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		margin-left: 10%;
		top: 6px;
	}

	.leftCol {
		display: none;
		position: absolute;
		left: 0;
		margin-top: -15px;
	}

	.mainContainer {
		margin-top: 70px;
	}

	.mainContainerInr {
		width: 90%;
	}

	.mainContainerInr .rightCol {
		width: 100%;
		float: left;
	}

	ul.artList li .artMatr h3 {
		font-size: 14px;
	}

	ul.artList li .artMatr p {
		font-size: 9px;
		line-height: 10px;
	}

	ul.artList li .artMatr button {
		font-size: 10px;
		line-height: 10px;
		padding: 2px 2px 0px;
	}

	ul.artList li {
		margin-bottom: 20px;
	}

	.mainContainerInr .leftCol {
		background: #fff;
		border: 1px solid #000;
		padding: 15px;
		width: 50%;
	}

	.fbTitle {
		font-size: 12px;
	}

	.filtersBlock ul li {
		font-size: 11px;
	}

	.catalog-product-view .related {
		width: 100%;
		float: left;
	}

	/*----------------------------------------------------*/
}

@media (max-width:767px) {
	.catalog-product-view .gallery-items {
		width: 100vw !important;
	}

	.blog__post-view {
		padding: 0 15px;
	}
}

@media (max-width:450px) {}

@media (max-width:380px) {}

/*--------------------------explore-------------------------*/
.explore-sec {
	margin-top: 12%;
}

.explore012 {
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}

.explore012 img {
	width: 100%;
}

.explore012 h2 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	line-height: 29px;
	padding: 10px 0px 10px;
}

.explore012 p {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 24px;
}

.explore012 p a {
	font-size: 18px;
	font-weight: 600;
}

/*---------------end-explore--------------------------*/

/*---------------------payment---------------------*/
.payment-btn {
	float: right;
	background: #000;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
	right: 0;
	text-transform: uppercase;
}

.card-sec .table td,
.table th:first-child {
	width: 29%;
	font-size: 15px;
	color: #000;
	font-weight: 600;
}

.card-sec h3 {
	width: 30%;
}

.card-sec .table td,
.table th {
	border: none;
	color: #000;
	width: 7%;
}

.card-sec {
	display: flex;
}

.sectiondropdown {
	background-color: #fff9;
	margin-bottom: 0 !important;
	padding: 10px;
	outline: none;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	border-top: 2px solid #000;
	margin-top: 5px;
	border-radius: 0px;
}

.card-sec input {
	display: flex;
	border: #000 1px solid;
	width: 100%;
	margin: 2px;
	padding: 5px;
}

#accordion i {
	margin-left: 15px;
}

#accordion p {
	padding: 10px;
	margin: 0 !important;
}

#accordion div {
	background-color: #fff;
}

.bill-fl {
	display: flex;
}

.radio-butn {
	display: flex;
	float: right;
	right: 0;
	position: absolute;
}

.square-radio {
	border: 1px solid black;
	margin: 5px 20px 10px 5px;
	width: 15px;
	height: 15px;
	position: relative;
}

.square-radio--clicked .square-radio--content {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: black;
	width: 8px;
	height: 8px;
}

.deatils_table {
	margin-top: 250px;
}

.deatils_table .table thead th {
	vertical-align: bottom;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.table td,
.table th {
	padding: .75rem;
	font-size: 20px;
	color: #000;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	text-transform: uppercase;
	vertical-align: middle;
}

.Shoping-sty {
	background: #000;
	color: #fff;
	padding: 3px;
}

.Shoping-sty:hover {
	background: #000;
	color: #fff;
	padding: 3px;
}

.Shoping-sty span {
	background: transparent !important;
}

.delivey-sec {}

.delivey-sec ul {}

.payment-sec ul li {
	border-bottom: none !important;
}

.delivey-sec ul li {
	padding: 8px;
	font-size: 16px;
	color: #000;
	border: 1px solid #1d2124;
	border-right: none;
	border-left: 0;
	text-transform: uppercase;
}

.delivey-sec ul li h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
}

/*------------------end-payment---------------------------*/

/*------------------product-dtails------------------------------*/
.deatils_table-product {
	margin-top: 200px;
}

.deatils_table-product .table thead th {
	vertical-align: bottom;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.deatils_table-product .table td,
.table th {
	padding: .75rem;
	font-size: 20px;
	color: #000;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	text-transform: uppercase;
	vertical-align: middle;
}

.Shoping-sty {
	background: #000;
	color: #fff;
	padding: 3px;
}

.Shoping-sty:hover {
	background: #000;
	color: #fff;
	padding: 3px;
}

.Shoping-sty span {
	background: transparent !important;
}

/*---------------------------------in------------------------------*/
.input-ts {
	font-size: 20px;
	color: #000;
	padding: 0px 2px;
	text-transform: uppercase;
	font-weight: 600;
}

.input-ts input {
	width: 50%;
	margin-left: 7px;
}

.input-ts {
	display: flex;
}

.arist-se {
	display: flex;
	font-size: 19px;
	font-weight: 600;
}

.artist-cart {
	margin-top: 40%;
}

.artist-cart h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	margin-bottom: 8px;
	color: #000;
}

.artist-cart h3::after {
	content: "";
	width: 30%;
	background: #000;
	height: 1px;
	margin-bottom: -4px;
	color: #000;
	position: absolute;
	bottom: 0px;
	left: 0;
	float: left;
}

.artist-cart h5 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.artist-cart h4 {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
}

.artist-cart h4 a {
	text-decoration: none;
	background: #000;
	color: #fff;
	padding: 0px 2px;
	font-size: 20px;
}

.arti-portal {
	position: relative;
}

.serch-button {
	position: absolute;
	bottom: 0;
	right: 0;
	float: right;
}

.sect-year {
	margin-top: 100px;
}

.sect-year-sec h1 {
	font-size: 89px;
	line-height: 80px;
	margin-top: 105px;
	color: #000;
	font-weight: 100;
	letter-spacing: -5px;
}

.sect-year-sec h1 span {
	display: block;
}

.sect-year h4 {
	font-size: 20px;
	color: #000;
	padding: 0px 2px;
	text-transform: uppercase;
	font-weight: 600;
}

.artist-sec p {
	color: #000;
}

.arti-portal img {
	width: 100%;
}

.artist-sec {
	margin-top: 52px;
}

.artist-secport img {
	width: 100%;
	margin-top: 40px;
}

.search-form .form-group {
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	width: 50px;
	height: 50px;
	background-color: #000;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border: 1px solid #000;
}

.search-form .form-group input.form-control {
	padding-left: 50px;
	margin-top: 1px;
	color: #fff;
	font-size: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
	display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
	/* Firefox 18- */
	display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
	/* Firefox 19+ */
	display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
	display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
	width: 100%;
}

.has-feedback {
	margin-bottom: 0px;
}

.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #3596e0;
	left: initial;
	font-size: 14px;
}

.search-form .fa {
	color: #fff;
	font-size: 23px;
	position: absolute;
	top: 0;
	padding: 15px;
}

.view-gallery-sec {
	float: right;
	bottom: 0px;
	position: absolute;
	right: 0;
}

.view-gallery-sec h4 {
	background: #000;
	color: #fff;
	padding: 0px 2px;
	font-size: 24px;
}

.loginmodal-container {
	padding: 30px;
	max-width: 350px;
	width: 100% !important;
	background-color: #F7F7F7;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	font-family: roboto;
}

.loginmodal-container h1 {
	text-align: center;
	font-size: 1.8em;
	font-family: roboto;
}

.loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.loginmodal-container input[type=text],
input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 0px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	/* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
	border: 1px solid #b9b9b9 !important;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
	/* border-radius: 3px; */
	/* -webkit-user-select: none;
		  user-select: none; */
}

.loginmodal-submit {
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: #4d90fe;
	padding: 17px 0px;
	font-family: roboto;
	font-size: 14px;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	background-color: #357ae8;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
}

.login-help {
	font-size: 12px;
}

.salder-carusal img {
	width: 100%;
}

@media (max-width:768px) {
	.explore-sec {
		margin-top: 20% !important;
	}

	.bg-clr5 {
		padding: 0px 20px 0px 20px;
	}

	.sect-year-sec h1 {
		font-size: 31px !important;
		line-height: 61px !important;
		margin-top: 11px !important;
	}

	.arti-portal img {
		width: 100% !important;
	}

	.artist-cart {
		margin-top: 9%;
		margin-bottom: 25%;
	}

	.deatils_table {
		margin-top: 110px;
	}

	.delivey-sec ul li h2 {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 600;
	}

	.delivey-sec ul li {
		padding: 8px;
		font-size: 14px;
	}

	.sectiondropdown {
		background-color: #fff9;
		margin-bottom: 0 !important;
		padding: 10px 0px;
	}

	.form-sec ul li {
		padding: 0px;
	}

	.deatils_table-product .table thead th {
		vertical-align: bottom;
		font-size: 14px;
	}

	.deatils_table-product .table td,
	.table th {
		padding: 10px 25px;
		font-size: 11px;
	}

	.deatils_table-product {
		margin-top: 115px;
	}
}

/*	.column.main .block:last-child {
    z-index: 3;
    position: relative;
}*/
/* 8-2-21 */
.cms-index-index #maincontent {
	max-width: 100%;
	padding: 0 0;
}

.cms-index-index #maincontent .columns .column.main {
	padding-bottom: 0;
}

footer.page-footer {
	padding-bottom: 0 !important;
	position: relative;
}

ul#homebanner {
	display: flex;
	margin: 0 !important;
}

ul#homebanner li {
	padding: 150px 0px 50px;
	margin-bottom: 0;
}

.artWorkPortrait {
	margin: 0 auto;
	width: 27%;
}

@media (max-width:1100px) {
	.page-footer {
		margin-top: 0 !important;
	}

	.bg-clr5 {
		background: transparent;
	}
}

@media (max-width:800px) {
	.artWorkPortrait {
		margin: 0 auto;
		width: 85%;
	}

	.bx-wrapper img {
		display: block !important;
	}

	.bx-wrapper .bx-viewport {
		height: auto !important;
	}
}

#loader-div {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(255 255 255 / 73%);
	top: 0px;
	left: 0px;
	z-index: 99999999;
	opacity: 1;
	bottom: 0;
	text-align: center;
	padding-top: 250px;
}

/*header*/
.nav-sections .dropdown-content input[type="submit"] {
	width: 100%;
}

.currency select {
	background: transparent;
	border: 0;
	outline: none !important;
	font-size: 17px;
	padding-left: 0;
	padding-right: 8px;
}

.minicart-wrapper .action.close {
	outline: none;
	right: 3px;
}

.currency.switcher-currency strong span {
	color: #040404 !important;
	font-weight: normal !important;
	margin-left: 5px;
}

div#switcher-currency-trigger .fa {
	color: #000;
}

div#switcher-currency-trigger.active .dropdown.switcher-dropdown {
	display: block !important;
}

.onepage-index-index .nav-sections,
.onepage-index-index .nav-toggle {
	display: block !important;
}

.nav-sections.fixed .navigation {
	padding: 8px 0;
}

.login input[type="email"] {
	background: transparent;
	background-clip: padding-box;
	border-bottom: 1px solid #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.block.block-customer-login {
	margin-bottom: 8px;
}

.fieldset>.field {
	margin-bottom: 0;
}

.menu-content-all {
	display: flex;
	margin-left: auto;
}

.login#send2 {
	text-decoration: none !important;
	outline: none !important;
	padding-left: 8px;
	font-weight: normal;
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 14px;
	font-weight: 600;
	padding: 7px 15px;
	font-size: 1.4rem;
	text-align: center;
}

.actions-toolbar .primary {
	width: 100%;
}

.action.remind {
	font-size: 1.4rem;
	font-weight: normal;
	width: 100% !important;
	float: left;
	padding-top: 5px;
}

.form-login .secondary {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.customer-popup-login .tabs label {
	font-size: 14px !important;
	font-weight: 400 !important;
}

.nav-sections .loginForm a {
	font-size: 1.4rem;
	font-weight: normal;
}

.nav-sections .loginForm a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.navigation .level0.parent>.level-top>.ui-menu-icon {
	right: 5px !important;
}

fieldset.fieldset.login {
	margin-bottom: 0px;
	padding-bottom: 0;
}

ul.dropdown.switcher-dropdown {
	position: absolute;
	width: 144px;
	right: 0;
	background: #000;
	padding: 6px 10px;
	color: #fff;
	z-index: 99999;
}

ul.dropdown.switcher-dropdown li a {
	color: #fff;
	font-weight: normal;
}

/*.nav-sections-item-content { background: #fff !important; }*/
.cms-index-index .nav-sections-item-content {
	background: transparent !important;
}

.loginForm.login-active {
	padding: 0px 0 0px 0;
	font-size: 14px;
	z-index: 99999;
}

.loginForm.login-active a {
	padding: 10px 9px 10px 9px !Important;
	margin-bottom: 0;
}

.nav-sections.fixed {
	background: #fff !important;
}

.nav-sections.fixed .headLeft {
	width: 10%;
}

.nav-sections.fixed .headRight {
	padding-top: 5px;
}

.nav-sections.fixed ul.topLinks li {
	font-size: 16px;
}

.nav-sections.fixed ul.topLinks li a {
	font-size: 16px;
}

.panel.wrapper {
	display: none;
}

.sections.nav-sections {
	margin-bottom: 0;
	position: fixed;
	width: 100%;
	padding: 0 0 !important;
	left: 0;
	z-index: 9999;
	background: transparent;
	-webkit-flex-shrink: inherit;
	flex-shrink: inherit;
	-webkit-flex-basis: inherit;
	flex-basis: inherit;
}

.nav-sections-item-content>.navigation {
	background: transparent;
}

.block-search .block-content {
	position: relative;
}

.nav-sections ul {
	padding: 14px 0;
	align-items: center;
}

.nav-sections .logo {
	margin: 0px auto 0px 0;
}

.nav-sections .block-search {
	width: auto;
	order: 7;
}

.block.block-content.mycustom-search {
	position: absolute;
	width: 250px;
	display: none;
	right: -31px;
	bottom: -56px;
}

.block.block-content.mycustom-search.search-active {
	display: block;
}

.nav-sections .currency {
	color: #fff;
	text-transform: uppercase;
	padding: 0px 2px;
	font-size: 20px;
	border: 0;
	margin-left: 24px;
}

.ui-menu-item .dropbtn {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 2px;
	font-size: 20px;
	border: 0;
}

.nav-sections .currency {
	margin-left: 15px;
	order: 6;
}

.nav-sections .dropdown.login-menu {
	margin-left: 30px;
	order: 5;
}

.nav-sections .minicart-wrapper {
	margin-left: 15px;
	order: 8;
}

.nav-sections .dropdown-content {
	min-width: 118px;
	background-color: #000000;
}

.nav-sections .dropdown-content input {
	border: 0;
	border-bottom: 1px solid #fff;
	margin: 0 0;
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	background: transparent;
}

.nav-sections .dropdown-content a {
	color: white;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
	border-top: 1px solid #fff;
}

.nav-sections .dropdown-content input[type="submit"] {
	background: #fff;
	color: #000;
	text-align: left;
	padding: 8px 16px;
	text-align: left;
}

.nav-sections .header-search {
	font-size: 17px;
}

.minicart-wrapper .ui-widget-content {
	padding: 0px 0 !important;
}

.navigation {
	padding: 14px 0;
}

.minicart-wrapper .action.showcart:before {
	color: #000;
}

.nav-sections.fixed .ui-widget-content {
	padding: 0px 0px;
	padding: 0px 0;
}

#switcher-currency .switcher-options.dropdown .switcher-trigger strong {
	font-size: 17px !important;
	line-height: 24px;
	display: flex;
	align-items: center;
	width: 50px;
}

.nav-sections .loginForm {
	width: 160px;
	top: 40px;
	padding-bottom: 15px;
}

.toggle.switcher-trigger.active .dropdown.switcher-dropdown {
	display: block !important;
}

.navigation li {
	position: relative;
	margin-bottom: 0;
}

.loginToggle .fa {
	margin-left: 7px;
}

.loginToggle {
	margin-left: 0px;
}

#disqus_thread {
	display: none;
}

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
	display: block !important;
}

ul.switcher-dropdown li {
	border-bottom: 1px solid #fbfbfb;
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
}

ul.switcher-dropdown li:last-child {
	border-bottom: 0;
}

strong.language-INR span {
	margin-left: 4px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content input {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.show {
	display: block;
}

.sections.nav-sections {
	float: left;
	position: relative !important;
}

.login.primary {
	color: #fff !important;
}

.nav-sections li a span {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 2px;
	font-size: 20px;
}

.nav-sections li {
	margin-left: auto;
	margin-right: 0;
}

.my-account-dropdown {
	margin: 0px 0 0 0;
}

.my-account-dropdown li a {
	font-size: 14px;
	display: block;
}

.my-account-dropdown li {
	padding: 0px 0;
	margin: 0;
}

.my-account-dropdown li:last-child {
	border-bottom: 0px solid #fff;
}

.my-account-dropdown li:last-child a {
	border-bottom: 0;
	margin: 0;
}

.page-top-container.fixed .navigation ul {
	padding: 14px 0 !important;
}

@media (max-width:900px) {
	.nav-sections .minicart-wrapper {
		margin-right: 18px;
	}

	.minicart-wrapper {
		margin-top: 0 !important;
		margin-left: 3px;
		margin-right: 30px;
	}

	.page-top-container {
		padding: 10px 15px;
	}

	body.mob-menu-active {
		overflow: hidden;
	}

	body.mob-menu-active .nav-sections .ui-widget-content {
		display: block !important;
	}

	.nav-sections .ui-widget-content {
		display: none !important;
		position: absolute;
		left: 0;
		top: 0;
	}

	.nav-sections-item-content>.navigation {
		justify-content: space-between;
		padding-left: 0px;
		padding-right: 15px;
	}

	.menu-content-all {
		margin-right: 41px;
		z-index: 9999;
	}

	.menu-currency {
		display: flex;
		margin-top: 0px;
	}

	.page-top-container.fixed .menu-currency {
		margin-top: 0px;
	}

	.page-top-container.fixed .menu-content-all {
		margin-top: 0px;
	}

	.page-top-container .menu-content-all {
		margin-right: 0;
	}

	.nav-sections .switcher-trigger strong:after {
		top: 2px;
		color: #000;
	}

	.nav-sections .currency {
		order: 0 !important;
	}

	.nav-sections {
		overflow: inherit !important;
	}

	body.mob-menu-active .nav-sections .ui-widget-content.mobile-menu-col {
		background: #000;
		z-index: 99;
		position: fixed;
		bottom: 0;
		top: 66px;
		overflow-y: auto;
	}

	body.mob-menu-active .nav-sections .ui-widget-content.mobile-menu-col a span {
		color: #fff;
	}

	body.mob-menu-active .page-top-container.fixed .ui-widget-content.mobile-menu-col {
		top: 46px;
	}

	.nav-sections-item-title {
		display: none;
	}

	.nav-sections-item-content {
		margin: 0 0 0 0;
		margin-top: 0;
		padding: 0;
	}

	.navigation .submenu:not(:first-child) ul {
		padding-left: 0 !important;
	}

	.page-top-container {
		justify-content: flex-end;
	}

	.form-mob-menu {
		right: -95px;
	}

	.page-top-container.fixed {
		height: 46px;
	}

	.nav-sections .ui-widget-content li a span {
		font-size: 14px;
	}

	.navigation .level0.active>a:not(.ui-state-active),
	.navigation .level0.has-active>a:not(.ui-state-active) {
		border-color: #ffffff;
		border-width: 0 0 0 4px;
	}

	.navigation a,
	.navigation a:hover {
		color: #fff;
	}

	.nav-sections .minicart-wrapper {
		margin-right: 25px;
	}

	.currency.switcher-currency strong span {
		font-size: 14px;
	}
}



/*banner*/
.auction-banner.second-sec-home {
	background-color: #00f344;
	bottom: 0;
	position: fixed !important;
	z-index: 0;
	top: 0;
	padding-top: 119px;
	width: 100%;
}

.homeBanner {
	margin-bottom: 829px;
	z-index: 1;
	position: relative;
}

#maincontent {
	padding-top: 130px;
}

.cms-index-index #maincontent {
	padding-top: 0;
}

.bx-slide3 {
	right: 0%;
	bottom: 0;
	top: 348px;
	transform: rotate(90deg);
}

.bx-slide2 {
	left: 23%;
	bottom: 0;
	top: 0;
	transform: rotate(-90deg);
}

.bx-slide1 {
	top: 50px;
	width: 100%;
}

p.auction_font_size {
	font-size: 14px;
}

.bx-controls.bx-has-pager.bx-has-controls-direction {
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 9999;
}

.bx-pager.bx-default-pager {
	display: none;
}

.bx-wrapper .bx-next {
	background: url(./../img/right-arrow.png);
	background-repeat: no-repeat !important;
	background-size: 25px !important;
	right: 30px !important;
}

.bx-wrapper .bx-prev {
	background: url(./../img/left-arrow.png);
	background-repeat: no-repeat !important;
	background-size: 25px !important;
	left: 30px !important;
}

.minicart-wrapper .action.showcart .counter.qty {
	background: #000;
	position: absolute;
	right: 0;
	top: -7px;
	height: 20px;
	border-radius: 50%;
}

.breadcrumbs {
	display: none !important;
}

@media (max-width:1100px) {
	.homeBanner {
		margin-bottom: 0;
	}
}

@media (max-width:900px) {
	.cms-index-index #maincontent {
		padding: 0 0 0 0 !important;
	}

	#maincontent {
		padding: 104px 10px 0 10px !important;
	}
}

@media (max-width:768px) {
	.artWork2 {
		margin: 0 auto;
		width: 100%;
	}

	.artWork1 {
		margin: 0 auto;
		width: 100%;
	}
}

/*pdp*/
.title-bx-area a {
	color: #000;
}

.product.media {
	flex-flow: wrap;
	max-width: 58%;
	width: 100%;
	position: relative;
}

.dtl-box.col-md-5.pl-4 {
	padding: 0 !important;
	max-width: 100%;
}

div#mp-wk-block {
	display: none !important;
}

#product-addtocart-button {
	width: 100%;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	padding: 2px;
}

.catalog-product-view .page-title span {
	font-size: 26px;
	font-weight: 600;
	color: #000;
}

.catalog-product-view span.price {
	font-size: 19px !important;
	font-weight: 700 !important;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #000;
	padding: 9px 0;
}

.catalog-product-view .product-info-main .product-info-price {
	margin-bottom: 0;
	border-bottom: 0;
}

.catalog-product-view .product.attribute.overview {
	display: none;
}

.catalog-product-view .product-info-main .product-info-price .price-box .price-container>span {
	padding: 7px 0;
	margin-bottom: 0;
}

.catalog-product-view .product-info-price .price-box {
	padding-bottom: 0;
}

.catalog-product-view .product-info-main .product-add-form {
	padding-top: 0;
}

.catalog-product-view .ert-dox1 p {
	margin: 0;
	padding: 0;
}

.catalog-product-view .title-bx-area h5 {
	display: flex;
}

@media (max-width:800px) {
	.catalog-product-view #maincontent {
		padding: 76px 10px 0 10px !important;
	}

	.product.media {
		max-width: 100%;
		margin-top: 30px;
	}

	.product-info-main {
		padding: 0 15px;
	}

	.catalog-product-view .page-title span {
		font-size: 22px;
	}

	.catalog-product-view .product-info-main .product-info-price .price-box {
		padding-left: 10px;
	}
}

/*plp*/
.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
	border-bottom: 0 !important;
}

.navigation li.active a.level-top span,
.navigation li.has-active a.level-top span {
	background: transparent;
	color: #000;
}

.page-products .products-grid .product-item {
	width: calc((100% - 6%)/2) !important;
	margin-left: 0 !important;
	margin-right: 2%;
}

.product-item-info {
	width: auto;
}

.navigation .level0 .submenu a span {
	font-size: 14px;
	text-transform: capitalize;
}

.navigation .level0 .submenu a {
	padding: 4px 20px !important;
}

img.custom-logo-img {
	height: 85px;
}

strong.product.name.product-item-name {
	border-bottom: 1px solid #000;
	text-align: left;
	padding-bottom: 5px;
}

.artist-name-plp {
	border-bottom: 1px solid #000;
	text-align: left;
}

.medium-size-plp {
	border-bottom: 1px solid #000;
	text-align: left;
}

.products-grid .product-item-info .product-item-inner,
.products-grid .product-item-info .product-item-inner {
	display: block !important;
}

.products-grid .product-item-inner {
	border: none;
	box-shadow: none;
	text-align: left;
	border-top: none;
	padding: 0 0;
}

.page-products .product-item-info {
	width: 100%;
	text-align: center;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
	z-index: 1;
	box-shadow: none !important;
	border: 0 !important;
}

.product.actions.product-item-actions {
	width: 100%;
}

.action.primary {
	background: #000000;
	border: 1px solid #000000;
}

.action.primary:hover {
	background: transparent;
	color: #000000;
}

.product-item .price-box {
	text-align: left;
	padding: 10px 0 10px;
	margin: 0px 0 0px;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
	padding: 0 0 !important;
	margin: 0;
}

.catalog-category-view .breadcrumbs,
.catalog-product-view .breadcrumbs {
	display: none;
}

.product-item-actions .actions-primary {
	text-align: left;
	width: 100%;
}

.product-item-actions .action.primary {
	background: #000;
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
	padding: 2px;
}

.products-grid .product-item-inner {
	position: inherit;
	margin: 0px 0 0 0px;
}

.product-item-actions .action.primary {
	width: 100%;
	text-align: left;
}

.abs-visually-hidden-desktop-s,
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: inherit;
	width: 100%;
}

.products-grid .product-item-actions {
	margin: 0px 0 0px;
}

a.product-item-link {
	font-weight: 600 !important;
	font-size: 18px !important;
	text-transform: uppercase;
}

.page-products .product-item-info a.product-item-photo {
	width: 100%;
	display: block;
	background: #fff;
}

.catalog-category-view .product-image-container {
	width: 100% !important;
}

.catalog-category-view .product-image-photo {
	width: 100% !important;
	margin: 0 0 !important;
}

.catalog-category-view .product-image-wrapper {
	padding-bottom: 100% !important;
}

.catalog-category-view .action.primary:hover {
	color: #fff;
}

.catalog-category-view .filter-options-title {
	padding: 2px 40px 0 0px;
	text-align: left;
	font-size: 16px;
	text-transform: capitalize;
}

.catalog-category-view .filter .block-subtitle {
	border-bottom: 1px solid #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	padding: 0px 1px 7px;
}

.catalog-category-view .filter-options-title:after {
	top: 5px;
}

.catalog-category-view .filter-options-item {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}

.catalog-category-view .filter-options-content {
	padding: 0 0 5px 0;
}

.catalog-category-view .filter-content .item {
	margin: 0 0;
}

.catalog-category-view .filter-options-content a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #000;
}

.catalog-category-view a.action.clear.filter-clear {
	display: block;
	text-align: center;
	padding: 4px 0;
	color: #000;
	border: #000 1px solid;
	font-size: 12px;
	margin-top: 15px;
	border-radius: 10px;
}

.catalog-category-view .filter-options-content .item {
	margin: 2px 0;
	text-align: left;
	cursor: pointer;
}

.catalog-category-view .sidebar-main .filter.block {
	margin-bottom: 0;
}

a.action.clear.filter-clear {
	display: block;
	text-align: center;
	padding: 4px 0;
	color: #000;
	border: #000 1px solid;
	font-size: 12px;
	margin-top: 15px;
	border-radius: 10px;
}

.catalog-category-view .toolbar select {
	background-color: transparent;
	box-shadow: none !important;
	border-radius: 0;
	border: 0;
	border-top: 1px solid #000;
	font-size: 14px;
	border-bottom: 1px solid #000;
}

.catalog-category-view .toolbar-sorter.sorter {
	font-size: 14px;
}

.catalog-category-view .products {
	margin: 0px 0 30px 0;
}

@media (max-width:900px) {

	/*	.sections.nav-sections{position: inherit !important;}*/
	.filter-title strong {
		font-size: 16px;
		color: #212925;
		box-shadow: none;
		width: 210px;
		font-weight: 600;
		padding: 14px 10px;
		border-radius: none;
		text-align: left !important;
		background: none !important;
		right: 0px !important;
	}

	.filter-title strong::after {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 13px;
		line-height: inherit;
		color: inherit;
		content: '\e622';
		font-family: 'luma-icons';
		vertical-align: middle;
		display: inline-block;
		font-weight: 400;
		overflow: hidden;
		speak: none;
		position: absolute;
		right: 13px;
	}

	.product-item-actions .action.primary {
		font-size: 14px;
	}

	a.product-item-link {
		font-size: 14px;
	}

	.products {
		margin: 0px 0 !important;
	}

	img.custom-logo-img {
		height: 30px;
	}

	.catalog-category-view .products {
		display: flex;
		justify-content: center;
		flex-flow: wrap;
	}

	.catalog-category-view .filter-title strong {
		/*left: 10px;*/
	}

	.page-top-container.fixed img.custom-logo-img {
		height: 26px;
	}

	.catalog-category-view .filter-options-item {
		/*padding: 0 10px;*/
		margin-bottom: 15px;
	}

	a.product-item-link {
		font-size: 13px !important;
	}

	.page-products .products-grid .product-item {
		margin-bottom: 10px;
	}
}

@media (max-width:475px) {
	.filter-title strong {
		width: 120px !important;
	}

	.catalog-category-view .filter-options-title.sortby {
		width: 120px !important;
	}

	.filter.active .filter-title strong {
		width: unset !important;
	}
}

@media (max-width:700px) {
	.catalog-category-view .filter .block-subtitle {
		line-height: 3em;
		background: #fff;
		padding-left: 10px;
	}

	.page-products .products-grid .product-item {
		width: calc((100% - 6%)/1) !important;
	}
}

/*mini cart*/
.minicart-items-wrapper {
	max-height: 280px;
}


.minicart-items .product-item-details {
	padding-right: 15px;
}

.minicart-items a.product-item-photo {
	margin-left: 15px;
}

.ui-widget-content .minicart-items li a span {
	background: #fff !important;
}

.subtotal .label {
	margin-right: 15px;
}

.viewcart {
	color: #000;
	font-size: 15px;
}

.minicart-items .product-item-name a {
	color: #000000;
	font-size: 15px;
}

.cart.table-wrapper .actions-toolbar {
	min-height: 38px;
	position: absolute;
	right: 20px;
	bottom: 0;
}

.minicart-items-wrapper {
	margin: 0 0;
}

.block-minicart .block-content>.actions>.primary .action.primary {
	padding: 9px 0;
}

.block-minicart .block-content>.actions>.primary .action.primary:hover {
	background: #000;
}

/*.modals-overlay { z-index: 9999 !important; }*/
.modal-popup.confirm._show {
	z-index: 999999 !important;
}

.confirm .action-primary {
	background: #000000 !important;
	border: 1px solid #000000 !important;
	padding-top: 4px;
	padding-bottom: 4px;
}

.modal-popup .modal-inner-wrap {
	margin: 8rem auto;
}

.confirm .modal-content {
	border: 0;
	font-size: 16px;
}

.modal-popup.confirm .modal-header {
	border: 0 !important;
}

.modal-popup.confirm .modal-footer {
	border: 0 !important;
	padding-top: 10px;
}

.customer-account-login .page-main .block-customer-login input {
	margin-bottom: 10px;
	width: 100%;
	height: 40px !important;
	border: 1px solid #e8e8e8 !important;
}

.customer-account-login .page-main .login-container .fieldset>.field>.control {
	width: 100%;
}

.customer-account-login .page-main .block-customer-login .login#send2 {
	width: auto;
	border: 0;
	padding: 8px 25px;
	background: #000 !important;
	border-radius: 3px;
	margin-top: 25px;
}

.customer-account-login .page-main .block-customer-login .action.remind {
	color: #000;
}

/*what's on*/
.blog__post-list-wrapper .blog__post-list {
	display: flex;
}

.blog__post-excerpt a {
	padding-right: 0;
	max-width: 100%;
	width: 100%;
	max-height: 299px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
}

.blog__post-excerpt a img {
	padding-right: 0;
	max-width: 100% !important;
	width: 100% !important;
}

.blog__post-list {
	display: flex;
}

.blog__post-excerpt {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 24px;
}

.blog__post-list-wrapper .blog__post-list>li {
	border-bottom: 1px solid #000;
}

.blog-category-index .breadcrumbs {
	display: none;
}

.page-layout-2columns-right .column.main {
	width: 100% !important;
}

.blog-category-index #maincontent {
	max-width: 1140px;
}

.blog__post-title a {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	line-height: 29px;
}

.blog-category-index .read-more {
	font-size: 18px;
	font-weight: 600;
	color: #676767;
}

/* responsive*/
@media (max-width:1100px) {
	.auction-banner.second-sec-home {
		position: relative !important;
		padding-top: 60px;
	}
}

@media (max-width:768px) {

	/*.sections.nav-sections{position: inherit;}  */
	.blog__post-item .blog__post-excerpt>img,
	.blog__post-item .blog__post-excerpt>a>img {
		padding: 0px 0 0 0;
	}

	.blog__post-list-wrapper .blog__post-list>li {
		padding: 0 10px;
	}

	.blog__post-list-wrapper .blog__post-list {
		padding: 25px 15px 0 15px;
	}
}

@media (max-width:500px) {
	.blog__post-list-wrapper .blog__post-list {
		flex-flow: wrap;
	}
}

/* cart */
.cart-container .form-cart {
	width: 100% !important;
	padding-right: 0 !important;
}

.cart-container .table td {
	vertical-align: middle;
}

.cart.table-wrapper .product-item-details {
	vertical-align: middle !important;
	padding-bottom: initial !important;
}

.cart.main.actions {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.cart.main.actions .continue span {
	width: 250px;
	background: #000;
	color: #fff;
	padding: 3px 9px;
	font-size: 16px;
	text-transform: uppercase;
}

a.proceed_check {
	background: #000;
	color: #fff;
	padding: 3px 9px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: inherit !important;
}

a.proceed_check:hover {
	color: #fff;
}

.fieldset.coupon {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.checkout-cart-index .page-title {
	display: none !important;
}

.discount {
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
}

.block .title {
	margin-bottom: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 10px !important;
}

.fieldset.coupon .action.primary {
	padding: 5px 15px !important;
}

.cart.table-wrapper .col.qty .input-text {
	border: 0;
	font-size: 16px;
	font-weight: 500;
}

.cart.table-wrapper .col.price {
	text-align: left;
}

.cart-container .table td {
	width: auto;
}

.cart.table-wrapper .cart thead tr th.col {
	border-top-color: #000;
	border-bottom-color: #000;
	width: auto;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
}

.cart.table-wrapper .cart thead tr th.col span {
	font-size: 16px;
	font-weight: 500;
}

.cart.table-wrapper .cart>.item {
	border-top-color: #000;
}

.cart.table-wrapper .items {
	margin-bottom: 0 !important;
}

.checkout-cart-index .table-wrapper {
	margin-bottom: 10px;
}

.cart.table-wrapper .cart tbody td {
	text-align: left !important;
	font-size: 16px;
	font-weight: 500;
}

strong#block-discount-heading {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 0;
}

.cart.table-wrapper .product-item-name {
	margin: 0px 0 0px !important;
	font-size: 16px;
	font-weight: 500;
}

.cart-container {
	margin-top: 55px;
}

@media (max-width:900px) {
	.discount {
		margin-bottom: 10px !important;
		padding: 0 11px;
	}

	.cart-container {
		margin-top: 0;
	}
}

@media (max-width:700px) {
	.cart.main.actions .continue span {
		font-size: 12px;
	}

	a.proceed_check {
		font-size: 12px;
	}
}

/*checkout*/
.amcheckout-step-container .action.checkout.amasty {
	background: #000;
}

.mark,
mark {
	background-color: transparent !important;
}

.checkout-payment-method .payment-option-title .action-toggle {
	color: #000;
}

button.action.action-apply {
	background: #000;
	color: #fff;
	border: 0 !important;
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
	background: #000;
}

.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout {
	background: #000;
	width: auto !important;
	float: right !important;
	padding: 2px 6px;
}

.amcheckout-step-container input[type='checkbox']+label:hover:before,
.amcheckout-step-container input[type='radio']+label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked+label:before,
.amcheckout-step-container input[type='radio']:checked+label:before {
	border-color: #000000;
	box-shadow: 0 2px 4px rgb(255 255 255 / 40%);
}

.amcheckout-step-container .amcheckout-title {
	padding: 15px 0 !important;
	background: transparent !important;
	border: 1px solid #000;
	border-left: 0;
	border-right: 0;
	font-size: 16px;
}

.checkout-index-index .checkout-header {
	margin: 70px 0 20px;
}

.opc-block-summary.amcheckout-summary-container .step-title {
	padding-left: 10px;
}



.authentication-wrapper {
	display: none;
}

.payment-method._active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
	background: transparent !important;
	border: 0 !important;
}

.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
	border-bottom: 1px solid #000 !important;
	border-top: 0;
	border-radius: 2px !important;
	font-size: 16px !important;
	border-left: 0 !important;
	border-right: 0 !important;
	padding-left: 0 !important;
	box-shadow: none !important;
}

.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
	border: 0 !important;
	margin-top: 0;
}

.checkout-index-index .checkout-shipping-address legend.label {
	display: none;
}

.checkout-index-index .checkout-shipping-address label.label {
	display: none !important;
}

.checkout-index-index .amcheckout-step-container .form-login {
	margin-bottom: 0;
	border: 0;
}

.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper {
	padding: 0;
}

.checkout-index-index .opc-block-summary .items-in-cart>.title {
	border-color: #000;
}

.checkout-index-index .amcheckout-column:last-child {
	display: none;
}

.checkout-index-index .amcheckout-main-container.-modern.-layout-3columns {
	justify-content: center;
}

.checkout-index-index .amcheckout-column {
	margin: 0 10px;
}

.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
	font-size: 15px;
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
	background: transparent;
	border: 0;
	box-shadow: none !important;
}

.amcheckout-additional-options.additional-options {
	display: none;
}

@media(max-width:800px) {
	.view-gallery-sec {
		right: 20px
	}

	.checkout-index-index .checkout-header {
		margin: 70px 0 20px;
	}
}

/*glenfiddich-residency*/
.cms-glenfiddich-residency .modalDialog>div {
	width: 600px;
}

.cms-glenfiddich-residency .view-gallery-sec h4 {
	cursor: pointer;
}

.cms-glenfiddich-residency .filter-options-content a {
	background: transparent !important;
}

.cms-glenfiddich-residency .bx-wrapper {
	margin: auto;
}

.cms-glenfiddich-residency .modalDialog #close {
	color: #fff !important;
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
	background: #000 !important;
	z-index: 99;
}

.cms-glenfiddich-residency .modalDialog>div {
	padding: 0 !important;
	background: transparent !important;
}

.cms-glenfiddich-residency .artistOfYear {
	display: flex;
	position: relative;
	z-index: 8;
	align-items: center;
	margin-bottom: -84px;
}

.cms-glenfiddich-residency .arti-portal a img {
	float: right;
}

.cms-glenfiddich-residency .homeSix {
	margin-top: 76px;
	position: relative;
}

.cms-glenfiddich-residency .artist-sec p {
	line-height: 19px;
}

.opc-block-summary .table-totals tbody .mark {
	width: 100%;
}

.cms-glenfiddich-residency .sect-year-sec h1 {
	font-size: 66px;
	margin-top: 134px;
	letter-spacing: -1px;
	/* word-spacing: 85px; */
	text-transform: capitalize;
}

.cms-glenfiddich-residency select#categoryOfYear {
	width: 81px;
	background: #000 url('../img/arrow.png');
	border: 0;
	color: #fff;
	margin-left: 15px;
	font-size: 20px;
	line-height: 21px;
	padding: 0 8px;
	height: 25px;
	background-position: 100% center;
	background-size: 19px;
	background-repeat: no-repeat;
}

.cms-glenfiddich-residency .artist-cart h5 {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin-bottom: 0;
}

.cms-glenfiddich-residency .artist-cart h3 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	margin-bottom: 5px;
	color: #000;
}

.cms-glenfiddich-residency .tocart {
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
	background: #000 !important;
	border: 0 !important;
	font-weight: normal;
	padding: 1px 5px;
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
	padding: 0;
}

.amcheckout-step-container .opc-payment-additional {
	padding: 0 0px;
}

.checkout.amasty {
	padding: 2px 5px;
	width: auto;
	text-transform: uppercase;
	font-weight: normal;
	float: right;
}

.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
	border-bottom: 1px solid #000000;
}

.minicart-items .product-item {
	padding: 0px 0 !important;
}

.amcheckout-step-container .amcheckout-title+.amcheckout-content>.amcheckout-wrapper {
	padding: 20px 0 0px 0;
	border-bottom: 1px solid #000;
}

.cms-glenfiddich-residency .breadcrumbs {
	display: none;
}

.cms-glenfiddich-residency .search-btn {
	bottom: 13px;
	right: 61px;
	outline: none;
	border: 0;
	background: transparent;
	padding: 0;
	position: absolute;
}

.cms-glenfiddich-residency .artist-secport img {
	width: 100%;
	margin-top: 0px;
}

.cms-glenfiddich-residency .artist-sec {
	margin-bottom: 15px;
}

address {
	font-size: 14px;
}

address a {
	color: #000;
}

.box-content {
	font-size: 14px;
}

@media (max-width:800px) {
	.cms-glenfiddich-residency .gallery-items {
		right: 15px;
		width: 100% !important;
	}

	.cms-glenfiddich-residency .homeSix {
		padding: 0 15px;
		margin-top: 150px;
	}

	.cms-glenfiddich-residency .search-btn {
		right: 0;
	}
}

.cms-glenfiddich-residency {
	background: #ffff00;
}

/*auction-index-index*/

.auction-index-index .img-bx78 {
	font-size: 14px;
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin-top: 129px;
}

.auction-index-index .img-bx78 img {
	width: 150px;
	margin-left: 15px;
}

.auction-index-index button.cus-from {
	background: #000;
	padding: 10px 25px;
	color: #fff;
	text-transform: uppercase;
}

.auction-index-index .img-bx78 .box-er {
	background: #000;
	color: #fff;
	padding: 0px 24px 0px 24px;
	margin-bottom: 25px;
}

.auction-index-index .img-bx78 .box-er p {
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
}


@media (max-width: 700px) {
	.auction-index-index .img-bx78 {
		font-size: 14px;
		text-align: center;
		max-width: 800px;
		width: 95%;
		margin-top: 20%;
		height: 80%;
		overflow-y: auto;
	}
}


.w3-bar.form-group a button {
	background: transparent;
	border-right: 1px solid #ccc !important;
	border: 0;
	font-size: 15px;
	font-weight: 300;
}

.w3-bar.form-group a button:hover {
	background: #000;
}

button.btn.btn-bid {
	background: #000;
	color: #fff;
}

.w3-bar.form-group {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.past-auction-details {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.past-auction-details .products {
	padding: 0 10px;
}

.auction-items {
	border-bottom: 0 !important;
}

.auction-items-details h1 {
	font-size: 15px;
}

.auction-items-details a {
	text-decoration: none !important;
}

.auction-index-index .auc-list-container .auc-auction-clock {
	display: flex;
	text-align: left;
	width: calc(100% - 0px);
	padding: 0;
	background: transparent;
	margin-top: 5px;
}

.auction-index-index .auc-auction-info {
	margin-top: 0;
}

.auction-index-index .auc-list-container .auc-auction-info .auc-info-row>label {
	text-align: left;
	font-style: normal;
	color: #000;
}

.auc-auction-info .auc-info-row {
	border-bottom: 1px solid #000 !important;
}

.auc-auction-info .auction-place-bid {
	padding: 0 0 0 5px;
	width: 100%;
	text-align: left;
	border: 0;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 400;
	line-height: 23px;
}

.auction-index-index .auc-block-title {
	display: none;
}

.auction-index-index .products {
	margin: 0 0;
}

.auction-index-index .auc-list-container .auc-auction-info .auc-info-row {
	text-align: left;
	width: 100%;
	float: left;
}

.auction-index-index .auc-list-container .auc-auction-info .auc-info-row>label {
	width: auto;
}

.auction-index-index .auc-data-change a {
	color: #000;
}

.art-box11 {
	border-bottom: 1px solid #000;
	display: block;
	text-align: left;
}

.art-box11.estimated_bid {
	display: flex;
	align-items: center;
}

.auction-index-index .w3-red {
	background-color: #000 !important;
	color: #fff;
}

.auction-index-index.page-layout-2columns-left .column.main {
	width: 100% !important;
}

.auction_padding_5oddauction {
	float: left;
}

.auction-index-index .columns {
	padding-bottom: 50px;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 1;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: auto;
	display: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog>div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background: #00d9ff;
}

.auction-items {
	margin-top: 40px !important;
	border-bottom: #ddd solid 1px;
	padding-bottom: 40px;
}

.auction_padding_5oddauction .oddauction1 {
	float: right;
}

.oddauction2 .auction-items-details {
	margin-left: 15px;
}

.auction-items-details h2 {
	color: #666;
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: 600;
	text-transform: uppercase;
}

.notify-auction {
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid #08c;
	padding-bottom: 2px;
	font-size: 14px;
	margin: 10px 0 0 0;
	display: inline-block;
}

.btn-bid {
	background-color: #060303;
	margin-left: 15px;
	color: #fff;
	margin-top: 15px;
}

.auction-items-details h1 {
	color: #666;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 28px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.w3-bar {
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.w3-bar button:hover {
	background: #060303;
	border: 1px solid #ccc;
	color: #f9f3f3;
}

.w3-red {
	background-color: #060303 !important;
	color: #ffffff
}

.auction-index-index .auc-auction-clock-container.auc-no-border {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #000;
	padding: 0px 0;
}

.auction-index-index .auc-list-container .auc-auction .auc-number {
	font-size: 16px;
	height: auto;
	line-height: initial;
	width: auto;
	background: transparent;
	color: #000;
}

.auction-index-index .auc-list-container .auc-auction-clock {
	width: auto;
	margin-top: 5px;
	margin-left: 10px;
}

.auction-index-index .auc-list-container .auc-auction .auc-label {
	font-size: 14px;
	padding-left: 5px;
	color: #000;
}

.auction-index-index .auc-place-bid {
	width: 100%;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}

.auction-index-index .auc-place-bid:hover,
.auction-index-index .auc-place-bid:focus {
	background: #000;
	color: #fff;
}

.auction-index-index .auc-list-container .auc-auction-info .auc-info-row {
	padding: 4px 0;
}

.auction-index-index .product-item .price-box {
	padding: 3px 0 3px;
}

.auction-index-index .product-item .price-box .price-label {
	color: #0c0c0c;
}

.auction-index-index .modal-popup .modal-title {
	border-bottom: 0;
	padding-bottom: 0;
}

.auction-index-index .modal-popup .login input {
	height: 40px;
	color: #000;
	border: 1px solid #d9d9d9 !important;
}

.auction-index-index .action.remind {
	color: #000;
}

.auc-bid-note a {
	color: #000;
}

.auction-index-index .auc-list-container .auc-auction-clock {
	width: 100%;
	margin-top: 5px;
	margin-left: 0;
	margin-bottom: 5px;
}

.auction-index-index .auc-auction-clock div {
	display: flex;
	width: auto;
}

.auction-index-index .art-box11 {
	padding: 5px 0;
}

.auction-index-index .auc-list-container .auc-auction-info .auc-info-row {
	padding-top: 5px;
}

.auction-index-index .auc-list-container .auc-info-row h2 {
	font-size: 14px;
	text-align: left;
}

.auction-index-index .auc-auction-clock-container.auc-no-border p {
	width: 150px;
	padding: 0;
	margin: 0;
	text-align: left;
}

.auction-index-index .inr-main-valid-bid {
	padding-bottom: 2px;
	display: flex;
	border-top: 0;
	padding-top: 3px;
}

.auction-index-index .inr-main-valid-bid button {
	border: 0;
	background: transparent;
	outline: none;
	padding: 0 14px 0 0;
}

.auction-place-bid {
	outline: none !important;
}

.inr-main-valid-bid {
	border-top: 0 !important;
}

.inr-main-valid-bid button {
	float: left;
	padding-left: 0;
	border: 0;
	background: transparent;
	font-size: 14px;
	color: #000;
}




@media (max-width:800px) {
	.auction-index-index .columns {
		margin-top: 0px;
		padding-top: 0;
	}

	.w3-bar {
		background: transparent;
	}
}

@media (max-width:600px) {
	.auction-items {
		margin-top: 10px !important;
		padding-bottom: 10px;
		text-align: center;
	}
}

/*my account*/
.block-collapsible-nav .content {
	padding: 0 0 0px 0;
}

.block-collapsible-nav-content .item {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	border-bottom: 1px solid #000;
	font-size: 15px;
}

.block-collapsible-nav-content .item a {
	width: 100%;
	float: left;
}

.block-collapsible-nav .content {
	background: transparent;
}

.block-collapsible-nav .item a:hover {
	background: #000 !important;
	color: #fff !important;
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
	border-color: #000 !important;
}

.account .page-main .action {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #000;
	background: transparent;
	color: #000;
	padding: 3px 15px;
	z-index: 8;
	position: relative;
}

.account .page-main .action:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.account .page-main .action:after {
	display: none !important;
}

.account .page-title {
	font-size: 22px;
	margin-bottom: 15px;
}

@media (max-width:900px) {
	.customer-account-index #maincontent {
		padding: 104px 10px 30px 10px !important;
	}
}

/*login*/
.page-main>.page-title-wrapper .page-title {
	font-size: 22px;
}

@media (min-width:800px) {

	fieldset.fieldset.create.account,
	fieldset.fieldset.create.info {
		width: 50%;
		float: left;
		padding-right: 25px;
	}
}

/*cms page*/
.cms-faq .page-main p {
	color: #000;
	font-size: 15px;
}

.cms-terms-conditions .page-main p.terms_details,
.cms-privacy-policy .page-main p {
	font-size: 14px;
}

.cms-faq .column.main span {
	color: #000 !important;
	font-size: 15px !important;
}

/*customer-account-create*/
.customer-account-create .page-title-wrapper h1.page-title {
	display: block;
	text-align: center;
	margin-bottom: 9px;
}

.customer-account-create .artist-registration {
	max-width: 500px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
}

.customer-account-create .artist-registration .create.info {
	margin-bottom: 10px;
}

.customer-account-create .artist-registration fieldset.fieldset.create.info {
	width: 100%;
	padding-right: 0;
}

.customer-account-create fieldset.fieldset.create.account {
	width: 100%;
	padding-right: 0;
}

.customer-account-create button.action.submit.primary:hover {
	background: transparent;
	color: #000;
	border: 1px solid #000;
}

.customer-account-create button.action.submit.primary {
	float: none;
}

.customer-popup button.action.submit.primary {
	margin-right: 0;
	width: 100% !important;
}

.customer-account-create input,
.customer-account-create select {
	height: 40px;
}

.customer-account-create .fieldset {
	width: 100%;
	margin: 0 0;
	padding-right: 0;
}

.customer-account-create .fieldset.address>.field {
	padding: 0;
}

/*.customer-account-create .additional_info { display: none !important; }*/
.customer-account-create .additional_info .field.required {
	display: none !important;
}

.customer-account-create .additional_info .fieldset.create.info {
	display: none !important;
}

.customer-account-create .additional_info .field.captcha.required {
	display: block !important;
}

/*customer-account-forgotpassword*/
.customer-account-forgotpassword #maincontent {
	max-width: 500px;
	padding: 104px 15px 0 15px !important;
}

.customerupdate-index-index .column.main {
	margin: auto;
	width: 100%;
}

.customerupdate-index-index .form-create-account {
	max-width: 500px;
	display: block;
	width: 100% !important;
	padding: 0 10px 100px 10px;
	margin: auto;
}

.customerupdate-index-index h1 {
	font-size: 26px;
	margin-bottom: 26px;
	margin-top: 35px;
}

.customerupdate-index-index fieldset.fieldset.create.account,
.customerupdate-index-index fieldset.fieldset.create.info {
	width: 100%;
	margin-bottom: 0;
}

.customerupdate-index-index .page-title {
	text-align: center;
	width: 100%;
}

.cs-box00 {
	position: absolute;
	top: -12px;
	right: 14px;
	font-size: 10px;
	color: #000;
	border: 1px solid #000;
	padding: 1px 9px;
	height: auto;
	line-height: 14px;
	border-radius: 10px;
}

.customer-account-login .login input[type="email"] {
	color: #000;
}

.checkout-index-index img.payment-icon {
	display: none !important;
}

.year-sec-part {
	position: relative;
}

.year-sec-part h2 {
	position: absolute;
	top: 95px;
}

/* popup */
body.overflow-hidden .sign-in-custom-popup {
	display: flex !important;
}

.sign-in-custom-popup {
	position: fixed;
	width: 100%;
	bottom: 0;
	background: rgb(0 0 0 / 58%);
	left: 0;
	top: 0;
	z-index: 999999;
}

.sign-in-custom-popup .block.block-customer-login {
	position: relative;
	max-width: 500px;
	margin: auto;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
}

.sign-in-custom-popup .block.block-customer-login button.login#send2 {
	background: #000 !important;
	text-align: center;
	font-size: 17px;
	margin-top: 15px;
	padding: 9px;
	width: 250px;
	margin: 20px auto 0;
	display: inline-block;
	float: none;
}

.sign-in-custom-popup .block.block-customer-login .secondary {
	text-align: center;
	color: #000;
}

.sign-in-custom-popup .login input {
	color: #000;
	border-bottom: 1px solid #000 !important;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	height: 50px;
	box-shadow: none !important;
}

.toggleMenu {
	padding: 10px 9px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 10px;
	cursor: pointer;
}

.signin-close {
	position: absolute;
	width: 21px;
	padding-top: 3px;
	height: 21px;
	line-height: 31px;
	background: #000;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-decoration: none;
	right: 10px;
	top: 10px;
}

.sign-in-custom-popup .secondary a.action.remind span {
	color: #000;
}

.signin-close:hover {
	background-color: #fff;
	color: #000 !important;
}

/* video */
.watch-video a {
	font-size: 17px;
	text-decoration: none;
	margin-left: 10px;
	color: #000 !important;
	display: block;
}

.watch-video a img {
	width: 25px;
}

.uppop {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background: #000;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 19px;
}

.bannerImage {
	min-height: 460px;
	/* display: flex; */
	align-items: center;
	justify-content: center;
}

@media (max-width: 800px) {
	.bannerImage {
		min-height: 170px;
	}

	.customer-popup {
		left: 0 !important;
	}

	.page-top-container.fixed .welcome-note {
		top: -1px !important;
		font-size: 12px;
	}

	.welcome-note {
		top: 5px !important;
	}
}

/* popup auction */
#discount_coupon_element {
	display: flex;
	margin-bottom: 0;
}

#discount_coupon_element label {
	width: 160px;
}

#discount_coupon_element input[type="button"] {
	background: #000;
	color: #fff;
	padding: 4px 22px;
	height: 32px;
}

.auction-paynow button {
	width: 100%;
	background-color: #000;
	color: #fff;
}

.winproducts {
	padding-top: 102px;
	position: fixed;
	z-index: 9999;
	background: rgb(0 0 0 / 47%);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0px;
}

.winproducts .winitems {
	text-align: left;
	max-height: 500px;
	overflow-y: auto;
	position: relative;
	width: 100%;
	margin: auto;
	max-width: 581px;
	padding: 25px;
	background: #fff;
	border-radius: 15px;
}

.winproducts .winitem {
	width: 100%;
	overflow-x: auto;
	padding: 0;
	display: flex;
	text-align: left;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
}

.winproducts .winitem h2 {
	font-size: 15px;
	padding-left: 0px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 154px;
	padding-right: 0px;
	margin-bottom: 0;
}

.title89-box {
	display: none;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 14px !important;
	margin-bottom: 10px;
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
}

.payallwinproducts {
	text-align: center;
}

.payallwinproducts button {
	background: #000;
	padding: 10px 25px;
	color: #fff;
	font-size: 15px;
}

.winproducts .winitem p {
	font-size: 15px;
	padding-bottom: 0;
	border-right: 1px solid #ccc;
	padding-right: 0px;
	margin-left: 0px;
	margin-bottom: 0;
}

.winproducts .product-image-container-81 {
	width: 205px !important;
}

button.auction-paynow {
	font-size: 19px;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	border: 0;
	background: #000;
	color: #fff;
	padding: 0 0 0 2px;
	line-height: 22px;
	text-align: center;
}

.winproducts .p-title875 {
	padding: 0 5px;
	float: left;
	width: 100%;
}

.winproducts .product-image-container {
	width: 55px !important;
}

.main-trp8 .winitem:first-child .title89-box {
	display: block;
}

.catalog-product-view .auction-bid-button-div {
	width: 100%;
}


.inr-main-valid-bid {
	width: 100%;
}

.table tr td,
.table th,
.table a {
	font-size: 14px;
	color: #000;
}

.col.actions button.action span {
	color: #fff;
}

.checkout-cart-configure .field.qty label {
	padding-right: 10px;
	margin-bottom: 0 !important;
}

.checkout-cart-configure .field.qty {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.block-content {
	display: table;
	width: 100%;
}

.block-content .box.box-order-shipping-address {
	clear: inherit !important;
}

.table-wrapper.orders-recent {
	margin-top: 0 !important;
}

button.action.primary.auc-place-bid {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.auc-auction-info .auc-info-row a {
	color: #000;
}

.catalog-product-view .auc-auction-clock {
	display: flex;
	background: transparent;
	margin: 0 auto auto 8px;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.catalog-product-view .auc-auction-clock .auc-day,
.catalog-product-view .auc-auction-clock .auc-hour,
.catalog-product-view .auc-auction-clock .auc-minute,
.catalog-product-view .auc-auction-clock .auc-second,
.catalog-product-view .auc-auction-clock .auc-separater {
	display: flex;
	margin: 0;
	align-items: center;
}

.catalog-product-view .auc-auction-clock-container.auc-no-border {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 9px 0;
}

.catalog-product-view .auc-auction .auc-number {
	background: transparent;
	color: #000;
	display: inline-block;
	font-size: 14px;
	width: inherit;
	height: inherit;
	line-height: inherit;
	text-align: center;
	margin-right: 5px;
}

.catalog-product-view .auc-auction .auc-label {
	color: #000;
	font-size: 14px;
}


.catalog-product-view .auc-auction-info {
	margin-top: 0;
}

.catalog-product-view .auc-auction-container {
	border-bottom: 0 !important;
}

.catalog-product-view .auc-auction-clock-container.auc-no-border p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.catalog-product-view .auc-bid-note {
	width: 100%;
}

.catalog-product-view .auc-auction-info .auc-info-row {
	display: flex;
	align-items: center;
	width: 100%;
	flex-flow: wrap;
}

.catalog-product-view .inr-main-valid-bid {
	padding: 5px 0 0 0;
	margin-top: 5px;
	border-top: 1px solid #000;
}

.cms-page-view .w3-container.city .product-item-info {
	width: 30%;
	padding: 0 15px;
	margin-bottom: 25px;
}

.artist-product-list-page {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	margin-top: 35px;
}

h4.arist-desc {
	font-size: 14px;
	line-height: 29px;
	width: 84%;
	text-align: justify;
	margin: auto;
}

a.customer-register-link {
	margin-bottom: 0;
}

/* customer-popup  */
.customer-popup fieldset.fieldset.create.account {
	width: 100%;
	margin: 0;
	padding: 0;
}

.customer-popup fieldset.fieldset.create.account .field {
	margin-bottom: 12px;
}

.customer-popup fieldset.fieldset.create.account .field input {
	height: 35px !important;
}

.customer-popup .form-create-account .fieldset.create.account:after {
	margin-top: 17px;
}

.customer-popup.modal-popup .modal-header {
	padding-top: 1rem;
	min-height: 49px;
}

.customer-popup.modal-popup .modal-inner-wrap {
	margin: 3rem auto !important;
}

.customer-popup .field.mobile.required {
	margin-bottom: 10px;
}

.cms-page-view .auc-product-info button.action.tocart.primary {
	width: 100%;
	padding: 0 0 0 6px;
	margin-top: 9px;
	text-align: left;
	text-align: left;
	font-size: 19px;
	text-transform: uppercase;
	line-height: 20px;
}

.cms-page-view .auc-product-info button.action.tocart.primary:hover {
	border: 1px solid #000 !important;
}

.block-customer-login input {
	background: transparent;
	background-clip: padding-box;
	border: 1px solid #000 !important;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	height: 45px;
	margin-bottom: 10px;
	color: #000 !important;
}

.cms-index-index .customer-popup .actions-toolbar {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}

.action.remind {
	text-align: center;
}

button.login {
	background: #000 !important;
}

a.action.action-edit {
	display: none !important;
}

.art-box11 {
	font-size: 1.4rem;
}

.customer-popup .form-create-account .actions-toolbar,
.customer-popup .customer-popup-login .actions-toolbar,
.customer-popup .customer-popup-otp .actions-toolbar {
	padding-left: 0 !important;
}

.auction_payment {
	display: flex;
}

fieldset.fieldset.create.account {
	padding-bottom: 0;
	padding-top: 0;
}

.form-create-account .fieldset.create.account:after {
	margin-top: 0;
}

.customer-popup-register {
	display: flex !important;
	padding-top: 15px;
}

.customer-popup.modal-popup .modal-title {
	margin-top: 0;
}

.paymentbutton {
	margin-top: 25px !important;
	display: block;
}

.customer-popup {
	max-width: 471px;
	margin: auto;
	width: 96%;
}

.customer-popup .intl-tel-input .flag-container {
	height: 36px;
}

li.country.highlight {
	display: none;
}

.popup-logo {
	text-align: center;
}

.popup-logo img {
	width: 100px;
	margin: 30px 0 20px 0;
}

.remind span {
	color: #000000 !important;
	font-weight: normal !important;
}


.featured_auction .products-list .product-item {
	display: block;
}

.featured_auction .product-items {
	display: flex;
	flex-flow: wrap;
}

.featured_auction .product-items .auc-product-info {
	width: 100%;
}

.featured_auction.products-list .product-item-info {
	display: block;
}

.featured_auction.products-list .product-item-details {
	display: block;
}

.auc-list-container .featured_auction.products-list .auc-product-info {
	float: left;
	width: 100%;
}

.auc-list-container .featured_auction.products-list .auc-auction-container {
	float: left;
	width: 100%;
	margin-left: 0;
}

.products-list.featured_auction .product-item {
	display: block;
	width: 49%;
	padding: 0 20px 50px 20px;
}

.cms-glenfiddich-residency .bx-wrapper .bx-controls-direction a {
	background-size: 88px !important;
}

.cms-glenfiddich-residency .bx-wrapper .bx-controls-direction a.bx-prev {
	background-position: -18px -5px;
	margin-left: -90px;
}

.cms-glenfiddich-residency .bx-wrapper .bx-controls-direction a.bx-next {
	background-position: -52px -5px;
	margin-right: -90px;
}

.cms-glenfiddich-residency a.close {
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: #fff !important;
	opacity: 1 !important;
	z-index: 9;
}

.featured_auction .product-items .product-item-description {
	margin: 0 0 !important;
}

.featured_auction .product-items .auc-auction-container {
	min-height: auto;
}


.welcome-note {
	position: absolute;
	top: 18px;
	font-size: 14px;
	right: 10px;
}

.page-top-container.fixed .welcome-note {
	top: 4px;
}

.shipping-address-item.selected-item {
	border-color: #000 !important;
	background: transparent !important;
}

.shipping-address-item.selected-item a {
	color: #000;
}

.amcheckout-wrapper button.-new-address {
	background: #000 !important;
	color: #fff !important;
}

a#customer-popup-registration span {
	border: 1px solid #000;
	padding: 6px;
}

button.sold {
	width: 100%;
	float: left;
	margin-top: 15px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 3px 0 3px 6px;
	font-weight: 600;
	margin-top: 0;
	text-align: left;
}
@media (min-width: 900) {
	button.sold{
		font-size: 18px;
		padding: 2px 0 2px 6px;
	}
}

.product-item-actions .actions-primary>.stock.unavailable {
	padding-right: 0;
	padding-top:0px;
}

.widget.block.block-static-block {
	margin-bottom: 0;
}

.stock.unavailable {
	padding-top: 0;
}

@media (min-width: 1000) {

	.block.block-dashboard-info,
	.block.block-dashboard-addresses {
		width: 50%;
		float: left;
		padding-right: 30px;
		min-height: 266px;
	}
}

.box-newsletter button {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #000;
	background: transparent;
	color: #000;
	padding: 3px 15px;
	margin-top: 15px;
}

#edit-product .wk-mp-fieldset:last-child .field {
	width: 100%:
}

#save-btn {
	background: transparent;
	border: 1px solid #000;
}

#edit-product .wk-mp-fieldset .field {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.auc-data.auc-data-change .price {
	font-weight: bold;
	color: #000;
	font-style: normal;
}

#discount_coupon_element span#ajaxMsg {
	position: absolute;
	top: -27px;
	width: 100%;
	text-align: center;
	color: #00c521;
	font-size: 13px;
}

#discount_coupon_element {
	position: relative;
	margin-top: 45px;
}

.bg-clr4 .artWorkPortrait {
	width: 78%;
}

.bg-clr4 .bx-slide3 {
	right: -436px;
	bottom: 0;
	top: 274px;
}

.bg-clr4 .bx-slide2 {
	left: -280px;
}


#discount_coupon_element #coupon {
	width: 349px;
}

#discount_coupon_element input#cancelpaymentbut {
	margin-left: 5px;
}

#light {
	position: fixed;
	top: 40px;
	left: 0;
	max-width: 600px;
	margin-left: 0;
	margin-top: 0;
	border: 2px solid #FFF;
	background: #FFF;
	z-index: 1002;
	overflow: visible;
	width: 90%;
	margin: auto;
	left: 0;
	right: 0;
}

@media (max-width: 700px) {
	.products-list.featured_auction .product-item {
		width: 100%;
	}
}

.pastauctions-index-products .past-auction-details,
.cms-recent-bid .past-auction-details {
	display: block;
}

.pastauctions-index-products .past-auction-details ol,
.cms-recent-bid .past-auction-details ol {
	display: flex;
	flex-flow: wrap;
}

.cms-recent-bid .past-auction-details .product-item-info {
	width: 50%;
	padding: 0 15px 20px 15px !important;
}

.cms-recent-bid .art-box11 {
	padding: 6px 0;
}

.auc-messages {
	width: 100%;
	float: left;
}

.pastauctions-index-products .past-auction-details .product-item-info {
	width: 33.33%;
	padding: 0 15px !important;
	margin-bottom: 25px;
}

.pastauctions-index-products a.product-item-link {
	line-height: normal;
}

.pastauctions-index-products .art-winner-name {
	font-size: 14px;
	position: inherit;
	display: block;
	margin: 8px 0 !important;
}

.pastauctions-index-products .auc-product-info {
	margin: 16px 0;
}

.pastauctions-index-products .art-box11 {
	padding: 5px 0;
	line-height: normal;
}

.pastauctionlist .rightside {
	display: flex;
}

.pastauctionlist .rightside .col-lg-6 {
	order: 2;
}

.pastauctionlist .rightside .col-lg-6:last-child {
	order: 1;
}

@media (max-width: 700px) {

	.pastauctions-index-products .past-auction-details .product-item-info,
	.cms-recent-bid .past-auction-details .product-item-info {
		width: 100%;
	}
}

.viewcart span {
	color: #000;
}

.minicart-wrapper .block-minicart li {
	margin: 0 0 5px 0;
	padding-top: 14px !important;
	display: block;
}

.color-change {
	color: red;
}

/*header -search*/
div#switcher-currency-trigger .fa {
	font-size: 16px;
	margin-left: 6px;
	margin-top: -5px;
}

div#switcher-currency-trigger {
	display: flex;
	align-items: center;
}

.block.block-search {
	width: auto;
	font-size: 15px;
	cursor: pointer;
}

.block.block-search input {
	font-size: 15px;
	border: 0;
	box-shadow: 0 0 3px 1px #00699d;
	border-radius: 10px;
}

/* popup radio btn */
.razorpay-payment p {
	margin-right: 10px;
	margin-bottom: 0;
	display: flex;
	align-content: center;
	padding: 0;
}

.inputfields {
	display: flex;
	align-content: center;
}

.razorpay-payment label {
	margin-bottom: 0;
	margin-right: 5px;
	line-height: 20px;
	margin-left: 30px;
}

.razorpay-payment {
	margin-bottom: 25px;
}

/*my-account*/

@media (max-width: 768px) {
	.block.block-content.mycustom-search.search-active {
		display: block;
		position: absolute;
		width: 30px;
		right: 205px;
		top: 30px;
		bottom: inherit;
	}

	input#search {
		width: 208px;
		left: 18px;
		margin: 37px 0 0 0;
	}

	.account .column.main {
		margin-top: 88px;
	}

	.account .block .title {
		margin-right: 0px !important;
	}

	.block-collapsible-nav {
		top: 134px;
		width: 100%;
		z-index: 5;
		padding: 0 10px;
		background: #fff;
	}

	.account .block-collapsible-nav.wk-mp-main {
		top: 80px !important;
		background: #fff;
		z-index: 8;
		padding: 10px;
	}

	.block-search .control {
		border-top: 0;
		clear: both;
		margin: 0 0px 0px;
		padding: 0 15px;
	}

	.block-search .label {
		display: none;
	}

	.block-search .label.active+.control input {
		position: absolute;
	}
}

.catalogsearch-result-index .item.product.product-item .actions-secondary {
	display: none !important;
}

input[type=checkbox],
input[type=radio] {
	margin-right: 35px;
}

.membar_box #comment_code {
	border-left: 1px solid #000 !important;
	border-right: 1px solid #000 !important;
	border: 1px solid #000;
	padding-left: 5px !important;
	margin-bottom: -75px;
}

.membar_box {
	margin-bottom: -80px;
}

.vistara_title {
	padding: 6px 0px !important;
	margin-top: -22px;
}

/**05.03.2024 top header message***/
.page-header-top-container {
	z-index: 123;
	background: antiquewhite;
	display: flex;
	justify-content: center;
}

.page-header-top-container p {

	margin-bottom: unset !important;
	font-size: 15px;
	padding: 10px;
	font-weight: 600;
	display: flex;
	gap: 20px;
}

.page-header-top-container p span {
	border: 1px dashed;
	padding: 2px;
	background: white;
	font-size: 13px;

}

/* .page-top-container{
	margin-top: 55px;
} */
/* .page-wrapper .fixed{
	top: -55px !important;
} */
/**/

.homeFtr ul li a img {
	filter: invert(1);
	width: 30px !important;
}