/******************* common css *******************/
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Bold.woff2') format('woff2'),  url('../fonts/ProximaNova-Bold.woff') format('woff'),  url('../fonts/ProximaNova-Bold.ttf') format('truetype'),  url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: 700;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Regular.woff2') format('woff2'),  url('../fonts/ProximaNova-Regular.woff') format('woff'),  url('../fonts/ProximaNova-Regular.ttf') format('truetype'),  url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: 400;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),  url('../fonts/ProximaNova-Semibold.woff') format('woff'),  url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),  url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
	font-weight: 600;
}
a, button {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	color: #222222;
	text-decoration: none !important;
	outline: none;
}
button {
	border: none;
}
*:focus {
	outline: none !important;
	color: inherit !important
}
a:focus {
	text-decoration: none;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
svg, a > img, ::after, ::before, img {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
*:before, *:after {
	pointer-events: none;
}
html, body {
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	font-family: 'Proxima Nova';
	font-weight: 400;
	background: #fff;
	letter-spacing: 0.05em;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .main_title, .nav.nav-tabs li.nav-item .nav-link {
	color: #222;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 0 0 30px 0;
	font-weight: 400;
	letter-spacing: 0.05em;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .main_title{margin: 0 0 10px 0;}
.container {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px
}
body {
	background: #ffffff;
	scroll-behavior: smooth;
}
p {
	line-height: 30px;
	margin-bottom: 30px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #222;
}
p+p {
	margin-top: 30px;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0;
	margin: 0
}
ul.colum_count_3 {
	column-count: 3;
	display: inline-block !important;
}
ul.colum_count_2 {
	column-count: 2;
	display: inline-block !important;
}
ul > li, ol > li {
	word-wrap: break-word;
	list-style: none;
	position: relative;
	text-align: left;
}
ol > li, ul > li > ol > li {
	list-style: decimal;
	list-style-position: outside;
}
ol > li > ol > li {
	list-style-type: lower-alpha;
}
.container-main ul {
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	display: block
}
ul.no_list_style {
	padding: 0 0 0 0;
}
ul.no_list_style > li {
	padding: 0 0 !important;
}
ul.no_list_style > li:before {
	display: none;
}
.container-main p+ul {
	margin: 0 0 30px 0;
}
.container-main ul:last-child {
	margin-bottom: 0 !important;
}
.container-main ol {
	padding: 0 0 0 20px
}
.container-main ul > li, .container-main ol > li {
	margin: 0 0 18px 0;
	font-size: 16px;
	line-height: 30px;
}
.container-main ul > li > ul, .container-main ul > li > ol, .container-main ul > li > ol > li > ul, .container-main ol > li > ul, .container-main ol > li > ol {
	margin:10px 0 10px 0;
}
.container-main ul > li {
	padding: 0 0 0 25px;
}
.container-main footer ul > li {
    padding: 0 0 0 0;
}
.container-main .content-area ul > li, .container-main .content-area ol > li {
	margin: 0 0 0 0;
}
.container-main ul > li > a {
	display: inline-block;
	position: relative
}
.container-main ul > li > a:before {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	width: 0;
	height: 2px;
	background: #ae8455;
	bottom: 4px;
	opacity: 0;
}
.container-main ul > li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    background: transparent;
    transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);-webkit-transform: rotate(45deg);
}
.container-main ul > li > ol > li > ul > li:before, .container-main ul > li > ul > li:before, .container-main ol > li > ul > li:before {
    content: "";
    position: absolute;
    left: 0;
}
.container-main ul > li > ul > li, .container-main ol > li > ul > li {
	padding: 0 0 0 25px;
}
.container-main ul > li > ul > li > ul {
}
.container-main ul > li > ul > li > ul > li {
	padding: 0 0 0 25px;
}
.container-main ul > li > ol > li > ul > li:before, .container-main ul > li > ul > li > ul > li:before {
}
.container-main ol ol, .content-area ol ul, .container-main ul ol, .container-main ul ul {
}
.container-main ol > li, .container-main ul > li > ol > li {
}
.container-main ol > li > ol > li {
}
figure {
	margin: 0
}
h1,.h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 32px;
}
h3, .h3 {
	font-size: 28px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
	width: auto
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 0 30px 30px 0;
	max-width: 600px;
	width: 100%;
}
img.alignright {
	margin: 0 0 30px 30px;
	max-width: 600px;
	width: 100%;
}
img.aligncenter {
	display: block;
	margin: 0 auto 30px auto;
	width: 100%
}
.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.pull-right {
	float: right
}
.site-main {
	overflow: hidden
}
body.sticky {
	overflow: hidden;
}
.transition {
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
noscript {
	background: rgba(0,0,0,0.7);
	color: #fff;
	float: left;
	font-size: 20px;
	left: 0;
	margin: 0 auto;
	min-height: 50px;
	padding: 10px 0;
	position: fixed;
	right: 0;
	text-align: center;
	bottom: 0;
	width: 100%;
	z-index: 999
}
noscript p {
	margin-bottom: 0;
	color: #fff;
	display: inline-block;
	position: relative;
	padding: 0 0 0 60px;
	height: 40px;
	line-height: 40px;
}
noscript p .warning-icon {
	background: url(../images/noscript.png) no-repeat center center;
	display: block;
	position: absolute;
	left: -10px;
	top: -18px;
	height: 76px;
	width: 74px;
	transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	-webkit-transform: scale(0.5);
}
span.ajax-loader {
	position: absolute !important;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-image: url(../images/ajax-loader-white.svg) !important;
	height: 16px !important;
	width: 16px !important;
	opacity: 1 !important;
	margin: 0 0 !important;
	background-color: transparent !important;
}
span.ajax-loader:before {
	display: none
}
/*=========== button ===================*/
.site-main .btn, .btn {
}
.site-main .btn input, .btn input {
    background: transparent !important;
    border: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    width: 100%;
    text-transform: inherit;
    height: 100%;
    min-height: inherit;
}
.btn {
	position: relative;
	z-index: 1;
	min-width: 230px;
	min-height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	letter-spacing: 0.1em;
	padding: 0 15px;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	color: #222;
	overflow: hidden; box-shadow:none !important;
}
.btn:focus{color:inherit !important}
.btn:before, .btn:after {
	content: "";
	position: absolute;
	left: -100%;
	top: -100%;
	height: 100%;
	width: 100%;
	background: #222;
	transform: skewX(50deg);
	-moz-transform: skewX(50deg);
	-ms-transform: skewX(50deg);
	-o-transform: skewX(50deg);
	-webkit-transform: skewX(50deg);
	z-index: -1
}
.btn:after {
	left: auto;
	right: -100%;
	bottom: -100%;
	top: auto;
}
.btn-bg {
	border: 0;
}
.btn-bg.btn-primary {
	background: #fcc8d1;
	color: #222;
}
.btn-bg.btn-primary {
	background: #fcc8d1;
	color: #222;
}
.btn-bg.btn-secondary {
    background: #222;
    color: #fff !important;
}
.btn-bg.btn-secondary:before, .btn-bg.btn-secondary:after {
    background: #fcc8d1;
}
a.btn-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ff7fac;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show>.btn.dropdown-toggle, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	background: none;
	border-color: inherit;
}
.btn-border {
    background: transparent !important;
    line-height: 51px;
    border: 2px solid #b7b7b7 !important;
    color: #222;
}
/*============*/
.product_listing_content h1, .product_listing_content span, .product_listing_content div {font-size: 45px;}
/*=========== title ===================*/
body.page-template-demo-consignmentsell-page .page-heading h1, .page-heading span, .page-heading div {
    
    max-width: 650px;
    height: 100px;
    text-align: -webkit-center;
    margin: 0px 10px
}
/*=========== input ===================*/
.form-group {
    position: relative;
    z-index: 1;
    margin: 0 0 20px 0;
}
.form-group .form-control {
    box-shadow: none;
    font-size: 16px;
    letter-spacing: 0.05em;
    height: 60px;
    border: 2px solid transparent;
    line-height: 56px;
    color: #222;
    border-radius: 0;
    padding: 0 10px;
    border-bottom: 2px solid #b5b5b5;
	background-color:transparent;
}
*::-webkit-input-placeholder {
 color:inherit;
 opacity:1;
}
*:-moz-placeholder {
 color:inherit;
 opacity:1;
}
*::-moz-placeholder {
 color:inherit;
 opacity:1;
}
*:-ms-input-placeholder {
 color:inherit;
 opacity:1;
}
form label {
	font-size: 16px;
}
.form-group .input-label {
	position: absolute;
	top: 15px;
	left: 0;
	margin: 0 0 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	pointer-events: none;
}
.form-group.focus .form-control, .form-group.filled .form-control, .select_box.focus .form-control, .select_box.filled .form-control {
	border-color: #fcc8d1 !important;
}
.form-group.select_box.focus .form-control, .form-group.select_box.filled select {
	padding: 5px 45px 5px 10px;
}
.form-group.focus .input-label, .form-group.filled .input-label, .select_box.focus .input-label, .select_box.filled .input-label {
	top: -7px !important;
	font-size: 12px !important;
	opacity: 1;
	line-height: 12px !important;
	color: #222;
	left: 10px;
	background: #fff;
	padding: 1px 3px; z-index:1
}
.form-group.select_box .form-control {
	padding: 0 45px 0 0;
	text-transform: capitalize;
}
.form-group.select_box.filled .form-control{padding:0 45px 0 10px;}
.form-group.text_box label.error, .form-group.text-box label.error {
	margin: -17px 0 0 20px;
}
.form-group textarea.form-control {
	resize: none;
	min-height: 130px;
	width: 100%;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	overflow-x: auto;
	line-height: 24px !important;
	padding-top: 10px !important;
}
.form-group+.button, .woocommerce form .button, form .button {
	padding: 0 0 !important;
	margin: 9px 0 0 0;
}
.button > input {
	background: none;
	border: none;
	color: #444444 !important;
	cursor: pointer;
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	height: 100%;
	padding: 0 10px !important;
	width: 100%;
}
.form-group.select_box {
	position: relative;
	width: 100%
}
.form-group.select_box:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    pointer-events: none;
    margin: 0 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url(../images/angle-down.svg);
    height: 20px;
    width: 20px;
}
.form-group.select_box .form-control {
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 100%;
	width: 100%;
	line-height: normal
}
.form-group.select_box .form-control option {}
.form-group.select_box .form-control option:first-child{font-size:0}
.radio-container label.error {
    margin-top: 0 !important;
}
label.error {
	position: absolute;
	margin:-10px 0 0 5px !important;
	line-height: normal;
	display: block;
	font-size: 12px !important;
	color: #fff !important;
	background: #f00;
	padding: 4px 5px 4px;
	z-index:1; text-align:left;
}
label.error:before {
	content: "";
	position: absolute;
	left: 5px;
	top: -7px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #f00;
	z-index: 1
}
.select_box .input-label {
}
select::-ms-expand {
display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.form-group+button.btn, .form-group+.btn, form .btn {
	margin-top: 30px; padding:0 0;
}
.form-group+button.btn input, .form-group+.btn input, form .btn input {
    padding: 0 15px;
}
/*============*/

/*====================== scroll button ===================*/
.scroll-top {
	position: fixed;
	right: -20px;
	bottom: -20px;
	height: 40px;
	width: 40px;
	background: #555;
	opacity: 0;
	z-index: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
}
.scroll-top span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border-bottom: 10px solid #fff;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
}
.scroll-top.transition.visible {
	bottom: 80px;
	opacity: 1;
	right: 20px;
}
/*============*/



/*====================== Header ======================*/
.theme-header {
	position: fixed;
	z-index: 999;z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #fff;
}
.theme-header.sticky {
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.15);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.15);
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.search_form .form-group+input.submit, .threebox span.icon_box {
	background-image: url(../images/sprite.png) !important;



	background-repeat: no-repeat;
	background-size: 500px 500px;
}
.container-main {
	margin-top: 166px;
}
.header {
	background: #fff;
}
.header_main .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.logo img {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.header-top {
	background: #eeeeee;
	text-align: center;
	padding: 2px 0 4px 0;
}
.header-top p {
	letter-spacing: 0.02em;
	font-weight: 600;
}
.header-top marquee {
    margin: 0 0;
    padding: 0 0;
	display:block
}

.header-top marquee:after {content: "";display: table;clear: both;}

.header-top .container:after {
    content: "";
    display: table;
    clear: both;
}
.header-top p a {
}
.header-center-box {
	padding: 7px 0 6px 0;
	border-bottom: 1px solid #ccc;
}
.header-center-box .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.header-center-box .container > div {
	max-width: 33.3333%;
	width: 100%;
}
.header-left-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.header-left-box a.btn {
	min-width: 170px;
	min-height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-right: 30px;
}
.header-left-box form {
}
header form .form-group.select_box {
	display: inline-block;
	margin: 0 0 0 30px;
}
header form .form-group.select_box:before {
	background: url(../images/angle-down.svg);
	height: 20px;
	width: 20px;
}
header form .form-group.select_box:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/aus-map.png);
	width: 30px;
	height: 20px;
}
header form .form-group.select_box .form-control {
	border: 0;
	padding: 0 15px 0 40px !important;
	font-size: 14px;
	letter-spacing: 0.05em;
	height: 20px;
	width: auto;
	color: #555555;
}
.logo {
	padding: 0 65px 0 115px;
}
.header-right-box ul.header_options > li+li {
	margin-left: 46px;
}
.header-right-box ul.header_options > li+li+li {
	margin-left: 37px;
}
.header-right-box {
}
.header-right-box ul.header_options {
	margin: 10px 0 0 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.header-right-box ul.header_options li {
	position: relative;
}
.header-right-box ul.header_options li a.cart span {
    font-style: normal;
    display: block;
    border: 1px solid #222;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: -9px;
	line-height:normal;
    right: 30px;
    border-radius: 10px;
    min-width: 20px;
    background: white;
    min-height: 16px;
    padding: 2px;
	pointer-events: none;
}
.header-right-box ul.header_options li a.wishlist.cart span {
    right: 54px;
}
.header-right-box ul.header_options li a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 0 0 0 28px;
	letter-spacing: 0.02em;
}

.header-right-box ul.header_options li a.account.user_toggle {
}

.header-right-box ul.header_options li .user_option_main ul.user_option {
	text-align: center;
	position: absolute;
	height: auto;
	width: 140px;
	z-index: 9;
	left: 50%;
	top: 100%;
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	box-shadow: 0 0 3px rgba(255, 255, 2550.2);
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin: 10px 0 0 0;
}
.header-right-box ul.header_options li .user_option_main ul.user_option:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -6px;
	border-bottom: 7px solid #fcc8d1;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.header-right-box ul.header_options li .user_option_main ul.user_option li {
	margin: 0 0;
	text-align: center;
}
.header-right-box ul.header_options li .user_option_main ul.user_option li a {
	padding: 0 0;
	background: #fcc8d1;
}
.header-right-box ul.header_options li a svg {
    height: 22px;
    width: 22px;
    position: absolute;
    left: -1px;
    top: 50%;
	pointer-events: none;
    transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); fill: #333
}
.header-right-box ul.header_options li .user_option_main {
	display: none;
}
.header-list-main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-list-main .navigation {
	max-width: 70%;
	width: 100%;
}
.header-list-main > div.search_main {
	max-width: 25%;
	width: 100%;
	padding: 8px 0;
}
.search_form {
	text-align: right;
}
.search_form .form-group {
    position: relative;
    margin: 0 0;
    text-align: right;
    max-width: 300px;
    margin-left: auto;
	width:100%;
}
.search_form label.error {
    left:0;
}
.btn.sticky_btn { z-index: 99;}
.search_form .form-group input.form-control {
	box-shadow: none;
	height: 40px;
	line-height: 38px;
	padding: 0 60px 0 18px;
	max-width: 300px;
	margin: 0 0 0 auto;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #9f9f9f;
	border: 1px solid #c2c2c2;
}
.search_form .yith-ajaxsearchform-container {
    position: relative;
}
form#yith-ajaxsearchform {
    max-width: 280px;
    width: 100%;
    margin: 0 0 0 auto;
}

.autocomplete-suggestions {}

.autocomplete-suggestions .title {
    line-height: normal;
}

.autocomplete-suggestion .yith_wcas_result_content .badges {
    bottom: 5px;
    top: auto;
}

.autocomplete-suggestion+.autocomplete-suggestion {
    margin-top: 10px !important;
}

.autocomplete-suggestion:after {content: "";display: table;clear: both;}
.search_form .form-group+input.submit {
    position: absolute;
    right: 19px;
    top: 50%;
    border: 0;
    background: url(../images/search.svg) !important;
    height: 20px;
    width: 20px;
    padding: 0 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 0; z-index:1
}
/*=========== cart ===================*/


.site-main:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 100%;
	background: rgba(0,0,0,0.97);
	bottom: 0;
	z-index: 9999;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	cursor: url(../images/closeicon.png) 15 15, pointer;
}
body.cart_open {
	overflow: hidden;
}
body.cart_open a {
	pointer-events: none;
}
.cart_open .cart_sidebar_main a {
	pointer-events: auto;
}
#mini_cart .cart-minproduct .btn {
    min-width: 200px;
}
body.cart_open::after {
	background: rgba(0,0,0,0.97);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 99999;
	transform:none;	-moz-transform:none; -ms-transform:none; -o-transform:none; -webkit-transform:none;
}
body.profile_open {
	overflow: hidden
}
.cart_sidebar_main {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	left: 100%;
	max-height: 100%;
	overflow-y: auto;
	cursor: default;
	position: fixed !important;
	margin-left: 10px;
	top: 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	width: 501px;
	z-index: 999999;
}
.mini_cart span.title {
	display: block;
	font-size: 30px;
	font-weight: 400;
	color: #000;
	margin-top: 0;
	position: relative;
	z-index: 88;
	padding:0 0 10px 0;
	text-align: left;
	border-bottom: 1px solid #000;
	line-height: normal;
	margin-bottom: 30px;
	pointer-events: none;
}
.mini_cart {
	float: left;
	padding: 10px 20px 20px 20px;
	width: 100%;
	min-height: 100vh;
}
.cart_open .cart_sidebar_main {
	margin-left: -501px
}
.cart_empty_content .carttitle {
	font-size: 24px;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.back_shoping_btn {
}
.back_shoping_btn a.btn {
}
.mini_cart_products .buttons .cart-minproduct {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.back_shoping_btn .button {
	padding: 0 20px;
}
.cart_empty_content .cartsubtitle {
	font-size: 16px;
	margin: 0 0 20px 0;
	color: #999999;
}
.cart-close {
	color: #000;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	height: 30px;
	width: 30px;
	z-index: 9;
}
.cart-close:before, .cart-close:after {
	content: "";
	position: absolute;
	left: 14px;
	top: 8px;
	height: 15px;
	width: 3px;
	background: #000;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.cart-close:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.mini_cart li a img {
    width: 90px !important;
    float: none !important;
    margin: 0 0 0 0 !important;
    height: auto !important;
}
.minicart_img a {
    border: 1px solid #ccc;
    display: block;
    pointer-events: auto !important;    
}
.mini_cart .mini_cart_item li a {
}
.mini_cart .mini_cart_item .remove {
    color: #000;
    position: absolute;
    left: 0;
    top: 40px;
    height: 25px;
    width: 25px;
    border: 2px solid #000;
    border-radius: 50%;
}
.mini_cart .mini_cart_item .remove:before {
}
.mini_cart .mini_cart_item {
	position: relative;
	background: #fff;
	padding: 5px 15px 5px 35px !important;
}
span.total_amount {
	display: block;
	font-weight: 700;
}
.mini_cart ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}
.mini_cart .mini_cart_item:after {
	content: "";
	display: block;
	clear: both
}
.mini_cart .mini_cart_item .remove span {
	pointer-events: none;
	height: 25px;
	width: 25px;
	display: block;
}
.mini_cart .mini_cart_item .remove span:before, .mini_cart .mini_cart_item .remove span:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 12px;
	width: 3px;
	background: #000;
	transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.mini_cart .mini_cart_item .remove span:after {
	transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
}
.mini_cart .mini_cart_item+.mini_cart_item {
	margin-top: 15px
}
#mini_cart .buttons .cart-minproduct .button {
	padding: 0 20px;
	margin: 5px 0;
	min-width: 170px;
	height: 60px;
	line-height: 60px;
}
#mini_cart .total {
	background: #f4f4f4;
	padding: 13px 15px 10px 15px;
	margin: 30px 0 30px 0;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
#mini_cart .total strong {
	font-size: 16px;
	color: #000000
}
#mini_cart .total .woocommerce-Price-amount {
	font-size: 16px;
	float: right
}
#mini_cart .mini_cart_item .price .woocommerce-Price-amount+.woocommerce-Price-amount {
	float: right
}
.mini_cart .mini_cart_item:before {
	display: none;
}
#mini_cart .cart-minproduct+.cart-minproduct a.btn-border {
	margin: 0 0 0 auto;
}
.minicart_img {
	float: left;
}
.minicartdes {
	float: right;
	width: 285px;
}
.cart_totals table.shop_table.shop_table_responsive.table th {
	border: none !important;
}
.cart_totals table.shop_table.shop_table_responsive.table td {
	border: none !important;
}
/*====================== Home page 01 ======================*/
.tab_content {
	display: block !important;
}
.tab_content:not(.show) {
	height: 0;
	overflow: hidden;
}
button.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%);
    background: transparent; padding:0 0; margin:0 -100px; z-index:1;
}

button.slick-next.slick-arrow {
    left: auto;
    right: 0;
}
button.slick-arrow svg{fill: #a4a4a4}
.img_slider a {height: 240px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;width:100%;position:relative;}
.img_slider a img { margin: 0 auto; max-width:inherit; max-height:inherit; height:110px !important; object-fit: cover; width:100%; }
ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
}

ul.slick-dots li {
    padding: 0 0;
    height: 8px;
    width: 8px;
    background: #b7b7b7;
    margin: 0 4px !important;
    border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-border-radius: 50%;
}
ul.slick-dots li.slick-active {
    background: #ff7fac;
}
ul.slick-dots li button {
    display: none;
}
.listing_box {
    margin-bottom: 60px;
}



.front_content {
    padding: 0 0 87px 0;
}

.mobileview{display: none;}

.reserve_preview_popup table th {
    padding: 0px 15px !important;
}


form .wpcf7-not-valid-tip {
    text-align: left;
}



@media screen and (min-width:768px) {
.product-image-box .product-thumbnails .slick-slide { width: 100% !important;}
h3.tab_drawer_heading {
	display: none;
}
.mobile_only {
	display: none
}

.woocommerce #my-account-menu.position-vertical-left h3{display:none}
}
ul.tabs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.tabs > li {
	padding: 0 0;
	margin: 0 0;
}
ul.tabs > li span, ul.tabs > li {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 36px;
	position: relative; cursor: pointer;
}
ul.tabs > li:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 3px;
	width: 100%;
	background: #ff7fac;
	opacity: 0
}
ul.tabs > li::before {
	display: none;
}
ul.tabs > li+li {
	margin: 0 0 0 66px;
}
ul.tabs > li.active {
}
ul.tabs > li.active:after {
	opacity: 1
}
ul.tabs > li.active span, ul.tabs > li.active {
	font-weight: 600;
	color: #ff7fac;
}
/*******************/
.home_banner { margin:0 -10px; width:auto}
.home_banner .slide-item {
    padding: 0 5px;
}
.home_banner > .slide-item {
    width: 50%;
    float: left;
}
.tab_container:after,
.home_banner:after {
    display: table;
    clear: both;
    content: "";
}
.img_slider > .slide-item,
.featured_box_slider > .slide-item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)){display:none}
.home_banner > .slide-item:not(:first-child):not(:nth-child(2)) {
    display: none;
}
.home_banner_box_main {
	position: relative;
	z-index: 1
}
.home_banner_box_main:before {
	content: "";
	position: absolute;
	left: 0;

	top: 0;
	height: 100%;
	width: 100%;
}
.home_banner figure.home_banner_main {
	position: relative;
	z-index: 1
}
.home_banner figure.home_banner_main:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.05);
	z-index: 0
}
.home_banner figure.home_banner_main img {
	max-width: 100%;
	position: relative;
	z-index: -1;
	object-fit: cover;
	height: auto;
	width: 100% !important;
	min-height: 800px;
	max-height: 100%;
}
.home_banner figure.home_banner_main figcaption {
	position: absolute;
	left: 50%;
	top: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	bottom: 0;
	transform: translateX(-50%);
	margin: 0 0 0 0;
	justify-content: center;
	max-width: 450px;
	text-align: center;
	width: 100%
}
.home_banner figure.home_banner_main figcaption .h1, .home_banner figure.home_banner_main figcaption h1 {
	margin: 0 0 30px 0;
	background: rgba(255,255,255,0.8);
	padding: 10px 10px;
	font-size: 36px;
	width: 100%;
	min-height: 100px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	letter-spacing: 0.05em;
}
.bestselling_box {
	padding: 91px 0 93px 0;
}
.bestselling_box h2, .bestselling_box .h2 {
	text-align: center;
	margin: 0 0 37px 0;
}
.featured_box_slider {
    margin: 0 -15px;
    width: auto;
}
.img_slider {
    min-height: 253px;
}

.img_slider ul.slick-dots {
    bottom: auto;
    position: relative;
    margin: 10px 0 0 0;
}

.featured_box_slider button.slick-arrow {
    margin: 10px -83px 0 -85px;
}
.featured_box_slider .slide-item {
    padding: 0 15px;
}
.img_slider .slide-item{padding:0 0}



.featured.i_piece {
}
.featured.i_piece:before {
	content: "Investment Piece";
	position: absolute;
	left: 0;
	top: 37px;
	width: 165px;
	text-align: center;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fedae7;
	font-size: 14px;
	letter-spacing: 0;
}
a.play {
	display: block;
	height: 285px;
}
a.play img {
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
}

.featured {
	display: block;
	position: relative;
	z-index: 1;
}
.featured a.wishlist {
	height: 25px;
	width: 25px;
	position: absolute;
	right: 20px;
	top: 40px;
	z-index: 6;
	cursor: pointer;
}
.featured a.wishlist i {
    margin: 0 0 !important;
    width: 100%;
    display: block;
    height: 100%;
	color:#333333
}

.featured a.wishlist i:before {font-size: 24px; }
.featured figcaption {
}
.featured figcaption .small {
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #898989;
	margin: 0 0 1px 0;
}
.featured figcaption a.p_title {
    font-size: 14px;
    display: block;
}
.featured figcaption p.price {
	margin: 10px 0 0 0;
	font-weight: 700;
}
.featured figcaption a.cart {
	background-position: -77px -112px;
	height: 23px;
	width: 19px;
	position: absolute;
	right: 27px;
	bottom: 6px;
	filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	padding: 0 0 !important;
	background-color: #fff !important;
	opacity: 1 !important;
}
a.button.loading::after, .woocommerce a.button.loading::after {
    position: absolute !important;
    right: 4px !important;
    top: 8px !important;
    font-size: 12px;
}
.featured figcaption a.cart.added {}

a.button.added::after {
    position: absolute !important;
    left: 3px !important;
    top: 10px !important;
    font-size: 11px;
    color: #333;
    margin: 0 0 !important;
}
.woocommerce .featured figcaption a.added_to_cart {
    font-size: 0;
    display: none;
}
.why_choosebox {
	background: #f5f5f5;
	padding: 92px 0 98px 0;
}
.why_choosebox h2, .why_choosebox .h2 {
	margin: 0 0 55px 0;
}
.w_img {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.w_img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1);
}
ul.options_box {
	margin: 19px 0 0 0;

}
ul.options_box li {
	margin: 0 0 70px 0;
}
ul.options_box li span.line {
	width: 374px;
	display: inline-block;
	height: 3px;
	margin: 0 0 0 -150px;
	background: #222;
	vertical-align: middle;
	z-index: -1;
}
ul.options_box li span.icon_box {
	display: inline-block;
	height: 80px;
	width: 80px;
	border: 3px solid #222;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 0 0 -9px;
	background: #f5f5f5;
	z-index: 1;
	position: relative
}
ul.options_box li span.icon_box:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
ul.options_box li span.icon_box.icon1:before {
	background-position: -135px -10px;
	height: 41px;
	width: 41px
}
ul.options_box li span.icon_box.icon2:before {
	background-position: -185px -10px;
	height: 38px;
	width: 38px;
}
ul.options_box li span.icon_box.icon3:before {
	background-position: -233px -10px;
	height: 34px;
	width: 38px;
}
ul.options_box li span.icon_box.icon4:before {
	background-position: -281px -10px;
	height: 30px;
	width: 43px;
}
ul.options_box li h4 {
	margin: 0 0 0 25px;
	max-width: 240px;
	line-height: 40px;

	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
ul.options_box li:nth-child(even) {
}
ul.options_box li:nth-child(even) span.line {
	width: 296px;
}
ul.options_box li:nth-child(4) {

	margin: 0 0 67px 0;
}
.working_box {
	padding: 93px 0;
	text-align: center;
}
.working_box h2, .working_box .h2 {
	margin: 0 0 48px 0;
}
.work_box {
	padding: 0 20px;
	margin: 0 0 40px 0;
}
.work_box .work_icon {
	height: 41px;
	display: block;
	position: relative;
	z-index: 1;
	width: 45px;
	margin: 0 auto 27px auto;
}
.work_box .work_icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.work_box .work_icon.icon_1:before {
	background-position: -10px -60px;
	height: 38px;
	width: 38px
}
.work_box .work_icon.icon_2:before {
	background-position: -58px -60px;
	height: 39px;
	width: 43px;
}
.work_box .work_icon.icon_3:before {
	background-position: -110px -60px;
	height: 41px;
	width: 32px
}
.work_box h6 {
}
.work_box h4 {
	font-weight: 600;
	margin: 0 0 15px 0;
}
.top_designers_box {
	text-align: center;
}
a.designers_img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0 0 15px 0;
}
a.designers_img img {
	height: auto !important;
	width: auto !important;
}
.designers_slider {
    margin: 0 -15px;
    width: auto;
}

.designers_slider .slide-item {padding: 0 15px;}
.designers_box {
}
.designers_box .h5 {
	font-weight: 700;
	text-transform: capitalize;
}
.testmonial_box {
	text-align: center;
	padding: 87px 0;
	position: relative;
	z-index: 1;
}
.testmonial_box h2, .testmonial_box .h2 {
	margin: 0 0 31px 0;
}
.testmonial_box h5 {
	margin: 0 0 19px 0;
	text-transform: none;
	font-weight: 600;
}
.testmonial_slider {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
	padding: 0 30px;
}
.testmonial_box_inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.testmonial_slider button.slick-arrow {
    margin: -12px -235px 0 -235px;
}
.testmonial_slider p {
	font-size: 18px;
	line-height: 45px;
	margin: 0 0 20px 0
}
.testmonial_box_inner p {
	margin: 0 0 0 46px;
	margin-top: 10px !important;
}
.testmonial_box_inner p.pink {
	color: #ff7fac;
	font-weight: 600;
	font-size: 20px;
}
.testmonial_box_inner p+p {
	margin: 0 0 0 44px;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 400;
}
.testmonial_box_inner p+p:before {
	content: "";
	position: absolute;
	left: -25px;
	height: 17px;
	width: 3px;
	background: #ccc;
	top: 16px;
}
.instagram_box {
	text-align: center;
	position: relative;
	z-index: 1;
}
.instagram_box a.sbi_photo,
.instagram_box a.instagram {
	position: relative;
	z-index: 1;
	display: block; overflow:hidden;
}
.instagram_box a.sbi_photo:before,
.instagram_box a.instagram:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.05);
    z-index: 0;
    height: 100%;
    width: 100%;
}
.instagram_box a.sbi_photo:after,
.instagram_box a.instagram:after{content:""; position:absolute; left:0; right:0; margin:0 auto; top:50%; transform:translateY(-50%) scale(0); -moz-transform:translateY(-50%) scale(0); -ms-transform:translateY(-50%) scale(0); -o-transform:translateY(-50%) scale(0); -webkit-transform:translateY(-50%) scale(0); background:url(../images/instgram.svg); height:50px; width:50px; }

.instagram_box .container-fluid {
	padding: 0 0;
}
.instagram_box h2, .instagram_box .h2 {
}
.instagram_box h2 a, .instagram_box .h2 a {
	display: inline-flex;
	align-items: center;
	text-transform: none;
}
.instagram_box h2 a svg, .instagram_box .h2 a svg {
	height: 35px;
	width: 35px;
	margin: 0 12px 0 0;
	fill: #222222; display:none;
}
.instagram_box h2 a:before, .instagram_box .h2 a:before{display:none}
/*======================*/
/*====================== footer-002 ======================*/

footer {
	position: relative;
	z-index: 1;
}
.footer_links_main {

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer_links_main .footer_links_box {
	max-width: 28.5%;
	width: 100%;
}
.footer-top {
	padding: 74px 0 67px 0;
}
.footer-top span.title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin: 0 0 30px 0;
}
.footer_links_main .footer_links_box:nth-child(1) {
	max-width: 36%;
}
.footer_links_main .footer_links_box:nth-child(2) {
	max-width: 35.5%;
}
.footer_links_main .footer_links_box ul.mobile-accordion-toggle {
}
.footer_links_main .footer_links_box li, .footer_links_main .footer_links_box p, .footer_links_main .footer_links_box p a {
	font-size: 16px;
	line-height: 35px;
}
.footer_links_main .footer_links_box li a {
	line-height: inherit;
	display: inline-block;
	position: relative;
}
footer a, p a {
	position: relative;
	z-index: 1;
	display: inline-block
}
footer a:before, p a:before {
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 0;
	background: #fcc8d1;
	bottom: 0
}
.footer_links_main .footer_links_box li+li {
	margin-top: 10px;
}
.newsletter_box, .footer_payment_box {
	text-align: right;
}
.footer_payment_box {
}
.newsletter_box {
	margin: 0 0 20px 0;
}
.newsletter_box span.title {
	margin: 0 0 40px 0;
}
.newsletter_box .form-group {
	max-width: 415px;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 1;
	width: 100%
}
.newsletter_box .form-group .form-control {
    padding: 0 90px 0 20px;
    border: 2px solid #acacac;
    height: 50px;
    line-height: 46px; color:#8b8b8b;
}
.newsletter_box .form-group input.submit {
    position: absolute;
    top: 0;
    right: 0;
    background: #fcc8d1;
	color:#333;
    border: 0;
	border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0; -webkit-border-radius:0;
    height: 50px;
    padding: 0 0;
    width: 70px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;
}
.footer_payment_box span.title {

	margin: 0 0 10px 0;
}
.footer-bottom {
	background: #eeeeee;
	padding: 25px 0;
}
.footer-bottom .container {
}
.footer-bottom .container .signature {display: inline-block;}
.footer-bottom .container .signature p {
	display: inline-block;
	margin: 0 0;
	position: relative
}
.footer-bottom .container .signature p+p {
	margin: 0 0 0 54px
}
.footer-bottom .container .signature p+p:before {
	content: "|";
	position: absolute;
	left: -29px;
	top: 0;
}
.footer-bottom .container ul.footer-social {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 30px; position:relative;
}
.footer-bottom .container ul.footer-social:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 2px;
    height: 20px;
    width: 1px;
    background: #222;
}
.footer-bottom .container ul.footer-social li {line-height: normal;}
.footer-bottom .container ul.footer-social li a {}

.footer-bottom .container ul.footer-social li a:before {
    display: none;
}
.footer-bottom .container ul.footer-social li+li {
	margin-left: 28px;
}
.footer-bottom .container ul.footer-social li svg {
	height: 21px;
	width: 21px;
	fill: #5f5f5f;
}
/*========================= Inner pages ===================================*/
.page-heading {
    position: relative;
    z-index: 1;
    min-height: 450px;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.page-heading h1, .page-heading span, .page-heading div {
    margin: 0 0;
    font-size: 36px;
    max-width: 450px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.8);
}
ul.breadcrumb > li.selected {
	color: #222222 !important;
}
ul.breadcrumb {
	background: transparent;
	margin: 7px 0 0 0;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}
ul.breadcrumb > li {
	padding: 0 0;

	margin: 0 0 0 0;
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px !important;
	line-height: normal;
	letter-spacing: 0.05em;
}
ul.breadcrumb > li {
    display: inline;
}
ul.breadcrumb > li+li {
    margin: 0 0 0 25px;
}
ul.breadcrumb > li+li:after {
    left: -15px;}
ul.breadcrumb > li:before {
	display: none;
}
ul.breadcrumb > li+li {
	margin: 0 0 0 33px;
	padding: 0 0;
}
ul.breadcrumb > li+li:after {
	content: "|";
	display: inline-block;
	left: -17px;
	position: absolute;
	top: 0px;
	font-size: 12px;
	font-weight: 700;
	color: #888888;
}
ul.breadcrumb > li a {
	color: #888888 !important;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
ul.breadcrumb > li a:before {
	display: none;
}
ul.breadcrumb > li::before {
	left: auto;
	right: 0;
	width: 0;
	height: 1px;
	background: #222;
	bottom: 4px;
	opacity: 0;
	top: auto;
}
ul.breadcrumb > li.selected:before {
}
.content-area {
	padding: 88px 0 0 0;
}
.content-area p a, span > a {
	display: inline-block;
	line-height: inherit;
	position: relative;
	color: #ff7fac !important;
}
.content-area p a:before, span > a:before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	width: 0;
	height: 1px;
	background: #ff7fac;
	bottom: 5px;
}
.content-area h1, .content-area .h1, .content-area h2, .content-area .h2, .content-area h3, .content-area .h3, .content-area h4, .content-area .h4, .content-area h5, .content-area .h5, .content-area h6, .content-area .h6 {
	margin-top: 42px;
	margin-bottom: 26px;
}
.content-area h1:first-child, .content-area .h1:first-child, .content-area h2:first-child, .content-area .h2:first-child, .content-area h3:first-child, .content-area .h3:first-child, .content-area h4:first-child, .content-area .h4:first-child, .content-area h5:first-child, .content-area .h5:first-child, .content-area h6:first-child, .content-area .h6:first-child {
	margin-top: 0
}
p+img {
	margin-top: 15px !important;
}
.pagenot_found {
	padding: 82px 0 20px 0;
}
.page_not_found {
	position: relative;
	box-shadow: 0 0 10px #ccc;
	padding: 20px;
}
.page_not_found h3 {
	margin-top: 0 !important;
	margin-bottom: 5px !important;
}
.page_not_found .not_found_text {
	font-size: 180px;
	position: absolute;
	left: 0;
	color: #ccc;
	z-index: 1;
	bottom: 0;
	line-height: normal;
	right: 0;
	margin: 0 auto;
	letter-spacing: 0
}
.page_not_found p {
	margin-bottom: 10px;
}
.page_not_main_block .not_found_text {
	position: relative;
	margin: 0 auto 0 !important;
}
.page_not_found .not_found_text .svg_icon {
	width: 150px;
	height: 150px;
	position: relative;
	margin: 0 0 -10px 0;


	display: inline-block;
}
.page_not_found .not_found_text .svg_icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	fill: #ccc;
	width: 150px;
	height: 150px;
}
.page_not_found p {
	margin: 0 0 0 0 !important
}
.page_not_found p+p {
	margin-top: 10px !important;
}
.site-main.no_banner .content-area.error-page {
    padding: 78px 0;
}
div.wpcf7-response-output {
	text-align: center;
	line-height: 24px;
	color: #222 !important;
}
/* pagination */
.my_pagination .pagination li:before { display: none }
.my_pagination .pagination li a, .my_pagination .pagination li span {position: relative;margin: 0;display: block;padding: 0;transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-ms-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;font-size: 16px;color: #222222;font-weight: 600;text-align: center;}
.my_pagination .pagination li a svg {
    margin: -3px 14px 0 0;
}
.my_pagination .pagination li a.next {}

.my_pagination .pagination li a.next svg {
    margin: -3px 0 0 10px;
}
.my_pagination .pagination li {padding: 0;float: none;display: inline-block;vertical-align: top;font-size: 16px;font-weight: 600;color: #222;text-transform: uppercase;}
.my_pagination .pagination li + li {}
.my_pagination .pagination li:last-child { padding: 0; }
.my_pagination .pagination li a span.sr-only, .my_pagination .pagination li span span.sr-only { display: none; }
.my_pagination .pagination li.active span, .my_pagination .pagination li.active a, .my_pagination .pagination li.selected span, .my_pagination .pagination li.selected a {color: #000 !important;background: #fcc8d1;}
.my_pagination .pagination {clear: both;border-radius: 0 !important;text-align: center;display: flex;font-size: 0;margin: 0;width: 100%;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.my_pagination {display: block;float: none;margin: 38px auto 0;text-align: center;}
.my_pagination .pagination li.disabled{opacity:0.3}
.my_pagination .pagination li.disabled a {
    cursor: not-allowed;
}
.my_pagination .pagination li a i, .my_pagination .pagination li span i { position: absolute; left: 0; right: 0; margin: 0 auto; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.my_pagination .pagination li a.prev:before, .my_pagination .pagination li span.prev:before {
    content: "";
    display: none;
}
.my_pagination .pagination li a.next:before, .my_pagination .pagination li span.next:before {
}
.my_pagination .pagination li a.prev:hover:before, .my_pagination .pagination li span.prev:hover:before {background: url(../images/pagination_left_arrow_hvr.svg) scroll no-repeat; background-size: 15px 15px;}
.my_pagination .pagination li a.next:hover:before, .my_pagination .pagination li span.next:hover:before {background: url(../images/pagination_right_arrow_hvr.svg) scroll no-repeat; background-size: 15px 15px;}

.content_section {
    text-align: center;
}

.inner-pages {}

.inner-pages h2, .inner-pages .h2 {
    margin-bottom: 37px;
}

.content_collection_section {
    margin: 91px 0;
    padding: 90px 0 100px 0;
    position: relative;
    z-index: 1;
}

.content_collection_section:before {content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: #eeeeee;z-index: 0;}
.content_collection_section:after {content: "";position: absolute;right: 0;top: 0;bottom: 0;width: 34.2%;background: #222222;}
.collectionleft {
    padding: 0 50px 0 50px;
}

.collectionleft h2, .collectionleft .h2 {
    margin: 0 0 30px 0;
}

.collectionleft a.btn {
    margin-top: -2px;
}
.inner-pages .working_box {
    padding: 0 0 95px 0;
}

.inner-pages .working_box h2, .inner-pages .working_box .h2 {
    margin: 0 0 50px 0;
}

.inner-pages .working_box .work_box .work_icon {
    margin: 0 auto 24px;
}

.inner-pages .working_box .work_box h4 {
    margin: 0 0 17px 0;
}
.collectionright {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #fff;
    margin: 15px 0 0 0;
    width: 100%;
    height: 570px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.collectionright:before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.1);}
.collectionright img{height:100%; width:100%;}

.contactform {
    text-align: center;
}

.contactform form {
    max-width: 970px;
    margin: 0 auto;
    width: 100%;
}

.contactform h2, .contactform .h2 {margin: 0 0 10px 0;}
.contact_map {
    margin: 99px 0 94px 0;
    height: 520px;
    background: #c2c2c2;
    border: 1px solid #c2c2c2;
}
.contact_map iframe {
    height: 100%;
    width: 100%;
}
.product_detail_img_box {}

.product_detail_img_box .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_detail_img_box .container .product-image-details {
    width: 640px;
}

.product_detail_img_box .container .productdetailcontent_main {
    max-width: calc(100% - 640px);
    width: 100%;
    padding-left: 60px;
}
.product_detail_img_box .container .product-image-details .images {
    position: relative;
    z-index: 1;
}

section.wpis-slider-for {
    padding-left: 100px;
}
#wpis-gallery {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px; z-index:1
}
#wpis-gallery .slick-slide { list-style: none; }
#wpis-gallery .slick-list.draggable { }
#wpis-gallery .slick-list.draggable .slick-slide {width: 100% !important;margin-bottom: 9.5px;position: relative;padding-bottom: 122.23%;display: block;overflow: hidden;border: 1px solid #d7d7d7;}
#wpis-gallery .slick-list.draggable .slick-slide.slick-current { border-color: #ff7fac;}
#wpis-gallery .slick-list.draggable .slick-slide img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: auto; height: auto; }
#wpis-gallery .slick-list.draggable .slick-track { top: 0; padding: 0 0 0 0 }
.wpis-slider-for .slick-track .slick-slide { }
a.product-image-large {display: block;padding-bottom: 110.5%;overflow: hidden;position: relative;width: 100%; border:1px solid #d7d7d7}
a.product-image-large img {max-width: 100%;max-height: 100%;top: 50%;left: 50%;position: absolute;transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);height: auto;width: auto;}
.site-main.no_banner {}

.site-main.no_banner .theme-header {
    border-bottom: 1px solid #efefef;
}

.site-main.no_banner .theme-header .header-center-box {
    border-bottom: 1px solid #efefef;
}

.site-main.no_banner ul.breadcrumb {  margin: 0 0 0 0;    padding: 8px 0 0 0;}

.site-main.no_banner .content-area {    padding: 68px 0 0 0;}
.threebox_main {margin: 0px 0 0 0;}
.threebox_main .row .col-12 {    display: flex;}

.threebox {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.threebox_main .row {}
.threebox span.icon_box {
    height: 42px;
    width: 30px;
    margin: 0 auto;
    display: block; background-position:-10px -145px;
}
.share_box + script + p {
    float: left;
    width: 100%;margin: 10px 0 0;
}
#wizpay-price-range-holder { line-height: 29px;letter-spacing: 0.4px;}
afterpay-placement {   margin-bottom: 5px;    margin-top: 5px;}
.afterpay-logo-link {  display: block;}

.afterpay-paragraph {display: flex; flex-wrap: wrap; flex-direction: row-reverse; justify-content: space-between; }

.lux-payment-plan img {
    width: 40px;
}
.lux-payment-plan span {
    display: inline-block;
    padding: 0 0 0 15px;
    line-height: 23px;
}

.lux-payment-plan {   display: flex;  align-items: center;}
.threebox h5 {
    margin: 5px 0 -1px 0;
    font-weight: 600;
    line-height: 40px;
}
.wizpay-section {
    display: inline-block;
    margin: 0 0 10px;
}
.threebox img {
    display: block;
    margin: 0 auto 0;
    width: auto;
}
.threebox p {
    margin: 0 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #222;
    text-align: center;
    padding: 5px 10px;
}
.threebox_main.desktop_only { padding-left: 100px;}

/*.threebox p {    max-width: 500px; width: 100%;    margin: 0 auto 9px;}*/

.threebox a.btn-text { color: #222; position: absolute; left: 0;  bottom: -40px;  text-decoration: underline !important; right: 0;}
.productdetailcontent { margin: -15px 0 0 0;}
.productdetailcontent h3 {    line-height: 50px;    margin: 0 0 0 0;}
.productdetailcontent h6 {  margin: 0px 15px 10px 0;  line-height: 26px; text-transform: unset; font-size: 18px;}
.price_box { margin: 0 0 0 0;}
.productdetailcontent .price_box+.button_box {    margin-top: 22px ;}
.price_box strong { font-size: 24px; line-height: 36px; margin: 0 0 0 0; display: block;}

strong {  font-weight: 700;    letter-spacing: 0.05em;}
.posted_in p {    margin: 0 0;    color: #939393;}
.posted_in{margin-bottom:10px}
.button_box .btn {    margin: 0 0;}
span.sku_box {    display: block;    margin: 0 0 10px 0;}
.button_box {    margin: 0 0 41px 0;}
.button_box a.btn.btn-bg.btn-secondary {    min-width: 260px;}

.button_box a.btn.btn-border.btn-primary { min-width: 200px;}
.button_box .btn+.btn {    margin-left: 5px;}
span.cat_box {    display: block;    margin: 0 0 10px 0;}
.share_box {}

.share_box a { display: inline-block;   height: 20px;    width: 20px;    background: transparent !important; position: relative;    z-index: 1;    vertical-align: middle;	float: none !important;}

.share_box a svg {
    height: 19px;
    width: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);
}

.share_box a:before { display: none;}
.share_box strong {    margin: 0 14px 0 0; vertical-align: middle;}
.share_box a+a {    margin: 0 0 0 15px;}
.accordion_main {    margin: 40px 0 0 0;}
.accordion_main .card-header {    padding: 0 0;    background: transparent;    border: 0; margin:0 0 !important;}
.accordion {}
.accordion .card {    border: 0;}

.accordion_main .card-header button.btn-link {
    background: transparent;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 30px 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom:1px solid #d2d2d2;
    position:relative;
}
.accordion_main .card-header button.btn-link span {
    display: inline-block;
    position: relative;
    z-index: 1;
	vertical-align: middle;
}
.accordion_main .card-header button.btn-link ~ .read_i {
    display: inline-block;
    line-height: normal;
    position: absolute;
    left: 100px;
    top: 14px;
    cursor: pointer;
}

.accordion_main .card-header button.btn-link  ~ .read_i svg {
    height: 20px;
    width: 20px;
}
.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-dialog.modal-lg {
    max-width: 900px;
    position: relative;
}

.modal-body {
    padding: 30px 30px;
}

.modal-dialog.modal-lg .close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    z-index: 1;
}

.modal-dialog.modal-lg .close:before, .modal-dialog.modal-lg .close:after {content: "";position: absolute;left: 50%;top: 50%;height: 16px;width: 2px;background: #000;z-index: 1;transform: translate(-50%,-50%) rotate(45deg); -moz-transform: translate(-50%,-50%) rotate(45deg); -ms-transform: translate(-50%,-50%) rotate(45deg); -o-transform: translate(-50%,-50%) rotate(45deg); -webkit-transform: translate(-50%,-50%) rotate(45deg); }

.modal-dialog.modal-lg .close:after {
    transform: translate(-50%,-50%) rotate(-45deg); -moz-transform: translate(-50%,-50%) rotate(-45deg); -ms-transform: translate(-50%,-50%) rotate(-45deg); -o-transform: translate(-50%,-50%) rotate(-45deg); -webkit-transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-body h3, .modal-body h6, .modal-body p {
    margin: 0 0 0 0;
}

.modal-body p {
    margin: 0 0 20px 0;
}
.accordion_main .card-header button.btn-link span:before {content: "";position: absolute;left: 0;bottom: -10px;height: 3px;width: 100%;background: #000000;}
.accordion_main .card-header button.btn-link:before, .accordion_main .card-header button.btn-link.collapsed:before,
.accordion_main .card-header button.btn-link:after, .accordion_main .card-header button.btn-link.collapsed:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    height: 14px;
    width: 2px;
    background: #222;
}
.accordion_main .card-header button.btn-link:after, .accordion_main .card-header button.btn-link.collapsed:after{
    height: 2px;
    width: 14px;
    top: 23px;
    right: 4px;
    }

.accordion_main .card-header button.btn-link:after, .accordion_main .card-header button.btn-link:before {transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.accordion_main .card-header button.btn-link.collapsed:before, .accordion_main .card-header button.btn-link.collapsed:after {
    transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); -webkit-transform: rotate(0);
}
.accordion .card .card-body {
    padding:10px 0 0 0;
}

ul.rattings_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 16px 0;
    position: relative;
    width: auto;
    justify-content: space-between;
}

ul.rattings_main li {
    max-width: 18%;
    width: 100%;
    font-size: 12px;
    color: #939393;
    padding: 20px 0 0 0 !important;
    position: relative;
}

ul.rattings_main:before {content: "";position: absolute;left: 0;top: 11px;height: 2px;width: 100%;background: #a9a9a9;}

ul.rattings_main li:after {content: "";position: absolute;top: 0;left: 5px;height: 20px;width: 20px;background: #222;border: 4px solid #fff;border-radius: 50%;margin: 2px 0 0 0;right: 0; opacity:0}
ul.rattings_main li.selected:after {opacity:1}
ul.rattings_main li+li {
    margin-left: 6px !important;
}
.product_detail {
    margin: 0 0 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content ul.product_detail li p {
    padding: 0 0 0 30px !important;
    margin: 0 0 !important;
}

.product_detail table {
    width: auto;
}

.product_detail table tr {
}

.product_detail table tr td, .product_detail table tr th {
    padding: 0 0 12px 0 !important;
}

.product_detail table tr td {
    padding: 0 0 12px 30px !important;
}
.accordion .card+.card {
    margin-top: 7px;
}
.similarproduct_main {
    padding: 73px 0 90px 0;
}

.similarproduct_main h2, .similarproduct_main .h2 {
    text-align: center;
    margin: 0 0 11px 0;
}
.similarproduct_main button.slick-arrow {
    margin: 12px -84px 0 -85px;
}

.similarproduct_main .featured figcaption a.cart {
    right: 20px;
}
.product_listing_content {
    text-align: center;
    margin: -9px 0 40px 0;
}

.product_listing_content h3 {
    margin: 0 0 21px 0;

}
.btn.sticky_btn {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0 10px 0 35px;
}
.btn.sticky_btn span{ height:25px;width:25px;left: 20px;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);position:absolute;}
.btn.sticky_btn span svg {
    position: absolute;
    left: -1px;
    fill: #222;
}

.listing_box {
    margin-bottom: 87px;
}

.listing_box .listing_sorting {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin:0 0 24px 0;
}

.listing_box .listing_sorting h6 {
    max-width: 50%;
    width: 100%;
    margin: -17px 0 0 0;
    font-size: 16px;
    text-transform: none;
}

.listing_box .listing_sorting form {
    max-width: 50%;
    width: 100%;
}

.listing_box .listing_sorting form .form-group.select_box {
    margin: -2px 0 0 auto;
    width: 230px;
}
.listing_box .listing_sorting form .form-group.select_box .form-control {
    height: 55px;
    line-height: 51px;
    border: 2px solid #c2c2c2;
    padding: 0 40px 0 19px;
    text-transform: none;
    letter-spacing: 0.1em;
}
.listing_box .col-6 {
    margin: 0 0 26px 0;
}

.listing_box .featured figcaption {padding: 0 40px 0 0;}

.listing_box .featured figcaption .small {
    margin: 0 0 4px 0;
}
/*.listing_box .featured figcaption a.p_title {
    max-height: 60px;
	min-height:100%;
    height: 100%;
    overflow: hidden;
    display: block;
}*/
.listing_box .featured figcaption a.cart {
    right: 20px;
}
.filter_sidebar_toggle {
    margin: 10px 0 14px 0;
}

.filter_sidebar_toggle svg {
    display: none;
}
.filter_sidebar_toggle span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.sidebar_section_main {}

.sidebar_section_main .sidebar_title {}

.sidebar_section_main .sidebar_close_section {
    display: none;
    margin: 17px 0 0 0;
}
.sidebar_section_main .sidebar_title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #d2d2d2;
}

.sidebar_section_main .sidebar_title.active+.sidebar_close_section {
    display: block;
}
.sidebar_section_main .sidebar_close_section ul.product-categories {}

.sidebar_section_main .sidebar_close_section ul.product-categories li {
    padding: 0 0;
}

.sidebar_section_main .sidebar_close_section ul.product-categories li+li {
    margin: 10px 0 0 0;
}

.sidebar_section_main+.sidebar_section_main {
    margin: 10px 0 0 0;
}
.sidebar_section_main .sidebar_close_section ul.product-categories li .termcount {
    float: right;    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.about_left_section {
    margin: 0 18px 0 0;
}

.sidebar_section_main .sidebar_title span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.sidebar_section_main .sidebar_title span:before {content: "";position: absolute;left: 0;bottom: -11px;height: 3px;width: 100%;background: #222;}
.sidebar_section_main .sidebar_title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    pointer-events: none;
    margin: 0 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url(../images/angle-down.svg);
    height: 20px;
    width: 20px;
}
.sidebar_section_main .sidebar_title.active:before{
	transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}


.blog-filters-dropdown .form-control{
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    height: 60px;
    line-height: 56px;
    border-radius: 0;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #b5b5b5;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.blog-filters-dropdown .blog-filter{width: 220px;float: left;}
.blog-filters-dropdown .blog-filters-search-box {
    width: 370px;
    float: right;
}
.blog-filters-dropdown select.form-control.labelinput {
    padding-right: 35px;
}

input.blog-search-input.form-control.labelinput {
    padding-right: 40px;
}

input.blog-search-submit {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 40px;
    height: 60px;
    border: 0;
    background: transparent;
    z-index: 55;
    padding: 0;
}

.blog-filters-search-box form {
    position: relative;
}

span.btnfa-search {
    position: absolute;
    right: 8px;
    top: 16px;
    pointer-events: none;
}

span.btnfa-search svg {
    fill: #555555;
    width: 15px;
    height: 15px;
}
input.blog-search-submit, .blog-filters-dropdown .form-control:focus{outline: 0;box-shadow: none;}
.blog_filter_section:after {
    content: "";
    display: table;
    clear: both;
}
.blog-filters-input .select_box span.select_arrow {
    top: 9px;
    right: 10px;
}
.blog_filter_section {
    padding: 7px 0 0 0;
}
.blogboxsection {
    padding: 50px 0 0 0;
}
.blogboxsection .events_tag_main {
    margin: 3px 0 0 0;
}
.blogboxsection .events_box {
    margin-bottom: 57px;
}
.blogboxsection .events_box .events_img_main .events_img img {
    width: 100%;
}
.blog-filters-dropdown:after {content: "";display: table;clear: both;}
.blog-filters-dropdown {
    padding: 0 0 51px 0;
}
.blog-filters-dropdown .blog-filter + .blog-filter {
    margin-left: 30px;
}

.articles_section{padding:78px 0 0 0;}
.articles_section .main_title{margin-bottom:21px;}
.articles_section .articles_text{max-width:940px;margin:0 auto;width:100%;}
.articles_section .articles_text p{}
.articles_box_main{padding:29px 0 0 0;}
.articles_box{position:relative;z-index:1;margin-bottom: 56px;}
.articles_box .articles_img_main{position:relative;overflow:hidden;}
.articles_box .articles_img_main:before{content:"";position:absolute;pointer-events:none;left:0;right:0;top:0;bottom:0;z-index:1;background: rgba(0,0,0,0.03);}
.articles_box .articles_img_main .articles_img{position:relative;display:block;}
.articles_box .articles_img_main .articles_img svg{fill:#fff;position:absolute;opacity:0;z-index:2;left:0;right:0;margin:0 auto;width:35px;height:35px;top:100%;transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;}
.articles_box .articles_img_main .articles_img img{width:100%;}
.articles_box .articles_content{padding:20px 0 0 0;}
.articles_box .articles_content .articles_tag_main{margin:0;}
.articles_date{position:relative;margin-left:0;font-size: 15px;letter-spacing: 0.02em;color: #999;font-weight: 400;text-transform: uppercase;}
.articles_box .articles_content .articles_title_main{margin: 10px 0;}
.articles_box .articles_content .articles_title_main .articles_title{font-size: 18px;line-height: 30px;color: #333333;font-weight: 600;text-transform: uppercase;}
.articles_box .articles_content p{margin:0;}
.articles_box .articles_content .articles_tag_main .articles_user{position:relative;margin-left:55px;font-size:18px;line-height:normal;color:#838383;font-weight:700;}
.articles_box .articles_content .articles_tag_main .articles_user:before{content:"|";font-size:18px;color:#838383;font-weight:700;position:absolute;left:-30px;top:0;}


.bloglist_section {padding: 0 0 100px 0;}
 
.blog-filters-dropdown input::-webkit-input-placeholder{color:#333333;opacity:1;}
.blog-filters-dropdown input:-moz-placeholder{color:#333333;opacity:1;}
.blog-filters-dropdown input::-moz-placeholder{color:#333333;opacity:1;}
.blog-filters-dropdown input:-ms-input-placeholder{color:#333333;opacity:1;}

.inner_banner_caption h1, .inner_banner_caption .h1 {
    max-width: 840px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    float: none !important;
    display: block;
}

.blogdetail_box_main{}
.blogdetail_box_main .blogdetail_content{
    padding-top: 10px;
}
.blogdetail_tag_social:after{content: "";display: table;clear: both;}
.blogdetail_tag_social .blogdetail_tag{
    float: left;
    padding-top: 29px;
}
.blogdetail_tag_social label{
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    position: relative;
    top: -6px;
}
.blogdetail_tag_social .populartags_main{
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.blogdetail_tag_social .populartags_main a{
    border-radius: 0;
    border: 1px solid #bbbbbb;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    padding: 2px 10px 0px 10px;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.blogdetail_share{
    float: right;
    padding-top: 10px;
}
.blogdetail_share ul{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.blogdetail_share ul li{
    display: inline-block;
    padding-left: 15px;
}
.blogdetail_share ul li:before{
    display: none;
}
.blogdetail_share ul li a{
    vertical-align: middle;
}
.blogdetail_share ul li a svg{
    width: 20px;
    fill:#333333;
    height: 20px;
}

.blogdetail_tag_social {
    border-top: 1px solid #bbbbbb;
    padding-top: 0;
    margin-top: 56px;
}
.blogdetail_box_main .blogdetail_content p {
}

.cmscontentmain h1, .cmscontentmain .h1 {
    margin-top: 0;
}
.cmscontentmain h3, .cmscontentmain .h3, .cmscontentmain h2, .cmscontentmain .h2, .cmscontentmain h4, .cmscontentmain .h4, .cmscontentmain h5, .cmscontentmain .h5, .cmscontentmain h6, .cmscontentmain .h6 {
    margin-top: 53px;
    margin-bottom: 24px;
}

.blogdetail_box_main .blogdetail_content p img {
    margin-top: 26px;
    margin-bottom: -1px;
    max-width: 100%;
}
.blogdetail_tag_social .blogdetail_share ul li + li {
    margin-top: 0 !important;
    margin-left: 13px !important;
}
.detaildate_main .articles_tag_main {
    float: left;
}

.detaildate_main:after {content: "";display: table;clear: both;}

.detaildate_main {
    border-bottom: 1px solid#ccc;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
}

section.events_section.section_padding {
    padding-bottom: 45px;
}
.blog-filters-input.select_box:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    pointer-events: none;
    margin: 3px 0 0 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url(../images/angle-down.svg);
    height: 20px;
    width: 20px;
}
.blog-filters-input.select_box .form-control {
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 100%;
    width: 100%;
    line-height: normal;
}
.blog-filters-input.select_box {
    position: relative;
}
.detaildate_main span.articles_date {
    font-size: 18px;
    position: relative;
    top: 16px;
}
.titleimgmain:after {content: "";display: table;clear: both;}
.titleimgmain {
    clear: both;
}
.events_section {
    padding: 95px 0;
}
.blog_related_slider .slide-item {
    padding: 0 15px;
}
.blog_related_slider{margin: 0 -15px;width: auto;}

.blog_related_slider button.slick-arrow {
    margin: 0 -50px;
}
.blog_related_slider .articles_box {

    margin-bottom: 0;
}

.zoomContainer {
    z-index: 99;
}
.loader {position: fixed !important;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 9999;background-color: rgb(249,249,249);opacity: 0.7;}
.loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
}
#wpadminbar ul.ab-top-menu > li {margin-top: 0 !important;}
#wpadminbar .ab-icon,#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon{font-family: dashicons !important;}
#wpadminbar .dashicons{font-family: dashicons !important;}
.woocommerce .star-rating span{font-family: star !important;}
.woocommerce #reviews #comments ol.commentlist li img.avatar {display: none !important;}
.woocommerce #reviews #comments ol.commentlist li .comment-text{margin: 0 !important}

abbr[data-original-title],abbr[title]{text-decoration: none !important;color: #f00 !important;}
.check_out_page .billing-details-form .woocommerce-shipping-fields .form-group label.input-label {}
.woocommerce-additional-fields .form-group textarea#order_comments{margin: 0;}
.woocommerce .shopping_cart_page .quantity label.title {display: none;}
#mini_cart .cart-minproduct .btn { min-width: 200px;}

body .shopping_cart_page table.shop_table td.actions .btn {
    padding: 0 15px;
    margin: 0 0;
}
input.input_quantity {
    padding: 0 0;
    z-index: 1;
    margin: 0 auto !important;
    max-width: 150px;
    width: 100% !important;
    display: block;
    border: 0;
    height: 50px;
    font-size: 16px;
    color: #222;
    font-family: 'Proxima Nova';
    font-weight: 400; background:transparent
}
.spinner {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #9d9d9d !important;
}

.input_num span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 10px;
	height: 30px;
	width: 30px;
	line-height: normal;
	margin: 0;
	z-index: 2;
	cursor: pointer;
}
.input_num span:before, .input_num span:after {
	content: "";
	position: absolute;
	left: 50%;
	height: 3px;
	width: 17px;
	background: #afafaf;
	z-index: 2;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 0 0 0;
}
.input_num span:after {
	height: 17px;
	width: 3px;
}
.input_num span.cartplus {
	left: auto;
	right: 10px;
}
.input_num span.cartminus:after {
	display: none;
}
.input_num span.cartplus:after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.site-main.no_banner .content-area.woo_pages {
    padding: 68px 0 80px 0;
}
.price span.quantity+span.woocommerce-Price-amount.amount {
    float: right;
}
.product_detail_img_box > .container > .row {
    width: 100%;
}
/*span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%);
    opacity: 1;
    margin: 0 0;
}*/
@-webkit-keyframes progress-bar-stripes{from{background-position:2rem 0}to{background-position:0 0}}
@keyframes progress-bar-stripes{from{background-position:2rem 0}to{background-position:0 0}}

span.wpcf7-spinner:before {display: none;}
/* span.wpcf7-spinner {
    position: absolute;
    left: 0;
    border-radius: 0 !important;
    background-color: transparent;
    top: 0;
    margin: 0 !important;
    pointer-events: none;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(45deg,rgba(0,0,0,0.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent) !important;
    background-size: 2rem 2rem !important;
    -webkit-animation: progress-bar-stripes 1s linear infinite !important;
    animation: progress-bar-stripes 1s linear infinite !important;
} */
.wpcf7-spinner { background-color: #747474 !important;}

/**/

.wpcf7-spinner {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto !important;
    
}
.wpcf7-spinner::after {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
} 

/**/


.listing_box .img_slider ul.slick-dots {
    bottom: auto;
    position: relative;
    margin: 5px 0 0 0;
}

.payment-method-main {
    text-align: center;
    padding: 50px 30px;
    background: #efefef;
}

.payment-method-main span.methodtitle {
    display: block;
    font-size: 36px;
    margin: 0 0 30px 0;
    opacity: 0.7;

	line-height:normal
}
.method_box {
    padding: 40px 30px 30px 30px;
    max-width: 520px !important;
    width: 100%;
    text-align: center;
}

.method_box form {
    max-width: 500px;
    width: 100%;
}
.payment_type_main {background:#efefef}

.payment_type_main .payment_title_box, .payment_type_main .payment_type_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.payment_type_main .payment_title_box .h5, .payment_type_main .payment_type_box .h5 {
    margin: 0 0;
}

.payment_type_main .payment_type_box .payment_method_action {}

.payment_type_main .payment_type_box .payment_method_action .btn {
    min-width: 150px;
    min-height: 40px;
    line-height: 40px;
}

.payment_type_main .payment_type_box .payment_method_action .btn+.btn {
    margin-left: 5px;
}
.payment_type_main .payment_title_box span.h4 {
    margin: 0 0;
}

.payment_type_main .payment_title_box, .payment_type_main .payment_type_box {
    padding: 10px 10px;
    position: relative;
}

.payment_type_main .payment_type_box:before {
    border-top: 1px solid #ccc;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
}
.add_method_box {margin:10px 0 0 0}

.add_method_box a.btn-text {
    position: relative;
    z-index: 1;
    padding: 0 0 0 35px;
    line-height: 30px;
    display: inline-block;
}

.add_method_box a.btn-text span:before, .add_method_box a.btn-text span:after {content: "";position: absolute;left: 50%;top: 50%;height: 12px;width: 2px;background: #333;transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.add_method_box a.btn-text span:after {
    height: 2px;  width: 12px;
}

.add_method_box a.btn-text span {
    height: 30px; width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #333;
    border-radius: 50%;
}
.method_box .payment_type_main .payment_type_box:first-child:before {border: 0;}
ul.myaccount-menu { border-top: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; padding-top: 10px !important;}

ul.myaccount-menu > li::before {
    display: none;
}

ul.myaccount-menu > li > a {
    padding: 0 0 !important;
    background: transparent;
    box-shadow: none !important;
}

ul.myaccount-menu > li > a:before {
    display: none;
}

ul.myaccount-menu > li {
    padding: 0 0 !important;
    background: transparent;
    box-shadow: none !important;
    border: 0 !important;
}

ul.myaccount-menu > li.active a {}

ul.myaccount-menu > li.active a:after {content: "";position: absolute;right: -10px;top: 50%;transform: translateY(-50%);border-left: 10px solid #e0e0e0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;}

.radio-container label.label-radio, .checkbox-container label.label-checkbox {
    display: inline-block;
    max-width: 49%;
    width: 100%;
}
.radio-container label.label-radio {
    max-width: 20%;
}
.checkbox-container label.label-checkbox {}

.radio-container {
    margin-bottom: 20px;
}

.form-group.text_box {}

.form-group.text_box .input-label {
    top: 0;
}

.radio-container label,
.checkbox-container label {
    margin: 0 0 !important;
    display: block;
    text-align: left;
}
.radio-container label.error {
    margin: -5px 0 0 5px !important;
}
.radio-container label.input-label,
label.lbl-input {font-size: 18px; display:block}

.label-radio,
label.label-checkbox {position: relative;z-index: 1;padding: 0 0 0 30px;}

label.label-checkbox input, label.label-checkbox span.checkbox-icon,
.label-radio input, .label-radio span.radio-icon {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    height: 20px;
    width: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}
label.label-checkbox span.checkbox-icon,
.label-radio span.radio-icon {opacity: 1;border: 2px solid #555555;border-radius: 50%;pointer-events: none;}
.label-radio span.radio-icon:before {content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 10px;width: 10px;background: #555555;border-radius: 50%;opacity: 0;}
label.label-checkbox input.input-checkbox:checked ~ span.checkbox-icon:before, .label-radio .input-radio:checked ~ .radio-icon:before { opacity: 1;}
label.label-checkbox span.checkbox-icon{border-radius:0; }
label.label-checkbox span.checkbox-icon:before{content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background-repeat: no-repeat; background: url(../images/checkicon.svg); width: 12px; height: 12px; opacity:0}

.method_box .loader { position: absolute !important;}
.checkbox-container {margin-bottom: 20px;}
.woocommerce-MyAccount-content {}
.woocommerce-MyAccount-content .content-area { padding: 0 0 !important;}
.woocommerce-MyAccount-content .content-area .contactform { text-align: left;}

.tab_accordian_main {}
.tab_accordian_main ul.tabs { margin: 0 -15px; width: auto;}
.tab_accordian_main ul.tabs li { padding: 0 15px;}
.tab_accordian_main ul.tabs li:after { left: 15px; right: 15px; width: auto;}

.site-main.no_banner .content-area.consignment_page {
    padding: 88px 0;
}
.site-main.no_banner .content-area.consignment_page .contactform {
    text-align: left;
}

.site-main.no_banner .content-area.consignment_page .contactform h2, .site-main.no_banner .content-area.consignment_page .contactform .h2 {
    text-align: center;
}
.other_upload_main {}

.other_upload_main .form-group {}
.bags_jwallery_upload_main .form-group{margin:0 0}
.bags_jwallery_upload_main .bags_upload_main {
    margin-top: 10px;
}
.bags_jwallery_upload_main .form-group h4 small, .other_upload_main .form-group h4 small {
    text-transform: none;
}
.other_upload_main .form-group .file-box {
    position: relative;
    min-width: 50px;
    margin-top: 10px;
    height: 100%;
}
.file-box{position:relative}
.bags_jwallery_upload_main .form-group h4, .bags_jwallery_upload_main .form-group p,
.other_upload_main .form-group h4, .other_upload_main .form-group p {
    margin: 0 0 ;
}
.file-box .input.input-text {
    border: 2px dashed #909090;
    padding: 0 50px 0 14px;
    color: #333;
    background: #fff;
    width: 100%;
    height: 3.625em;
}
.input-file, .input-file1 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    color: #909090;
    z-index: 3;
}
.file-box svg {
    position: absolute;
    right: 15px;
    top: 15px;
    pointer-events: none;
    color: #999;
}
.other_upload_main .form-group .file-box .input-file {
}
.other_upload_main .form-group .file-box .input.input-text {
    position: absolute;
    left: 0;
    height: 50px;
    top: 0;
}
.bags_upload_main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: auto;
}

.bags_upload_main .form-group {
    padding: 0 10px;
    max-width: 33.333%;
    width: 100%;
    margin: 0 0 20px 0;
}
output#Filelist {
    display: block !important;
    z-index: 1;
	margin-top:15px;
}

.thumb-Images {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 -15px !important;
    width: auto !important;
}

.thumb-Images li {
    padding: 10px 15px !important;
    max-width: 25%;
    width: 100%;
    text-align: center;
    position: relative;
	margin:0 0 30px 0 !important
}
.thumb-Images li:before {
    left: 15px !important;
    top: 0;
    right: 15px !important;
    bottom: 0;
    border: 1px solid #ccc;
    width: auto !important;
    height: 100% !important;
}

.thumb-Images li .close {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.thumb-Images li .img-wrap {
    position: relative;
    z-index: 1; padding:0 10px;
}
.thumb-Images li .img-wrap img {
    height: 200px;
    width: auto;
}
span.business-logo.fileinput-button {
    height: 50px;
    display: block;
    position: relative;
}
.site-main.no_banner .content-area.consignment_page .contactform .btn { margin: 10px 0 0 0;}

.bags_upload_main .file-box svg {
    top: 50%;
    transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%);
}

.header-left-box form .wSelect.wSelect-theme-classic {
    margin: -2px 0 0 0 !important;
    border: 0 !important;
    background: transparent;
    border-radius: 0 !important;
    height: 100%;
    box-shadow: none;
}

.header-left-box form .wSelect.wSelect-theme-classic .wSelect-selected.wSelect-option-icon {
    padding: 0 0 0 40px !important;
    border: 0 !important;
    font-size: 14px;
    letter-spacing: 0.05em;
    height: 20px;
    width: auto;
    color: #555555;
    margin: 0 0;
    background-size: 30px 30px;
    font-weight: 500;
}

.header-left-box form .wSelect.wSelect-theme-classic .wSelect-arrow {
    background: url(../images/angle-down.svg); height: 15px; width: 17px; right: 0; margin: -1px 0 0 0;
}
.upload-response {
    text-align: center;
}

.upload-response p {
    padding: 5px 10px;
    margin: 0 0 15px 0;
}

.upload-response p.bg-success {
    color: #fff;
}
.woocommerce-MyAccount-content {}

.woocommerce-MyAccount-content ul.tabs {
    position: relative;
    justify-content: space-between;
}

.woocommerce-MyAccount-content ul.tabs li {}

.woocommerce-MyAccount-content ul.tabs li span {
    font-size: 14px;
    color: #a4a4a4;
}

.woocommerce-MyAccount-content ul.tabs li:after {
    background: #000;
}

.woocommerce-MyAccount-content ul.tabs li.active, .woocommerce-MyAccount-content ul.tabs li.active span {
    color: #222;
}

.woocommerce-MyAccount-content ul.tabs:before {content: "";background: #d2d2d2;position: absolute;left: 20px;right: 20px;height: 1px;bottom: -3px;}
.woocommerce #my-account-menu.position-vertical-left {
    margin: 0 0;
}

.woocommerce .woocommerce-MyAccount-content {
    padding: 0 0 0 0;
}
.woocommerce .woocommerce-MyAccount-content .accordion_main {
    margin: 50px 0 0 0;
}

.woocommerce .woocommerce-MyAccount-content .accordion_main .card-header button.btn-link {
    background: #eeeeee;
    padding: 10px 50px 10px 60px;
    border: 0;
    font-size: 14px !important;
    letter-spacing: 0.05em; 
}
.woocommerce .woocommerce-MyAccount-content .accordion_main .card-header button.btn-link span.cardtitle{font-weight:600}
.woocommerce .woocommerce-MyAccount-content .accordion_main .card-header button.btn-link p{font-weight:400; text-transform:none; margin:0 0 !important}
.woocommerce .woocommerce-MyAccount-content .accordion_main .card-header button.btn-link span.cardcount {position: absolute;left: 0;top: 0;display: flex;bottom: 0;justify-content: center;align-items: center;width: 40px;border-right: 1px solid #000000;font-size: 16px;font-weight: 600;}
.woocommerce .woocommerce-MyAccount-content .accordion_main .card-header button.btn-link span:before {
    display: none;
}

.woocommerce .woocommerce-MyAccount-content .accordion_main .card-header button.btn-link:before {
    position: absolute;
    top: 50%;
    right: 20px;
    pointer-events: none;
    margin: 0 0;
    transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    background: url(../images/angle-down.svg);
    height: 20px;
    width: 20px;
}
.woocommerce .woocommerce-MyAccount-content .accordion_main .card-header button.btn-link.collapsed:before{    transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);}
.woocommerce .woocommerce-MyAccount-content .accordion_main .card-header button.btn-link:after {
    display: none;
}
.card {
    border: 0;
    border-radius: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .accordion .card+.card {
    margin-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .accordion .card .card-body {
    padding: 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-account .woocommerce-MyAccount-content .accordion .card .card-body .MyItemProductCard{padding: 25px 20px;}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard+.MyItemProductCard{border-top:1px solid #e1e1e1} 
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard .MyItemFetureimage {
    max-width: 150px;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard .sell_item_info_main {
    max-width: calc(100% - 150px);
    width: 100%;
    padding: 0 0 0 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form h6 {
    font-weight: 700;
    text-transform: none;
}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form ul {
    margin: 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard .sell_item_info_main ul{ margin:0 0}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form ul {
    margin: 0 0;
    display: table-cell;
}

.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form ul li {
    display: table-row;
}

.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form ul li * {
    margin: 0 0 !important;
    padding: 0 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard .sell_item_info_main strong {
    padding-right: 20px !important; color: #888888;
}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form .radio-container-main {
}

.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form .radio-container-main .radio-container {
}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form .radio-container-main .radio-container label.label-radio {
    max-width: 49%;
}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form .radio-container-main .radio-container .input-label {color: #888;font-weight: 700;font-size: 16px;letter-spacing: 0.05em;}

.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form .radio-container-main .radio-container .radio-value {
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form .radio-container-main .radio-container .radio-icon {
    top: 7px;
    transform: none;
}

.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form .radio-container-main .radio-container input {
    top: 7px;
    transform: none;
}
.approvedPaymentButton { position:relative; z-index:1; min-height:55px;}
.approvedPaymentButton > .form-group {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 0;
}
.approvedPaymentButton .consignment_payout_price_approve .ApproveInput__payoutContent {
    width: 100%;
    color: #888;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.approvedPaymentButton .consignment_payout_price_approve .ApproveInput__payoutContent {
    width: 100%;
}

.approvedPaymentButton .consignment_payout_price_approve .form-group {
    width: 50%;
}

.approvedPaymentButton .consignment_payout_price_approve .form-group .btn {
    margin: 0 0;
}

.approvedPaymentButton .consignment_payout_price_approve .form-group .form-control {
    height: 55px;
}
.approvedPaymentButton > .form-group .btn {
    margin: 0 0;
}
.ZeroItemDesign {
    padding: 20px 20px;
    border-bottom: 1px solid #e1e1e1;
}

.ZeroItemDesign .ZeroItemDesign__noOrderProgress {
}

.ZeroItemDesign .ZeroItemDesign__button {
    margin-top: 5px;
}
.header-left-box form .wSelect.wSelect-theme-classic .wSelect-options-holder .wSelect-option.wSelect-option-selected.wSelect-option-last, .header-left-box form .wSelect.wSelect-theme-classic .wSelect-options-holder .wSelect-option:hover {
    background-color: transparent;
    color: inherit;
}
.product-image-box {position: relative;z-index: 1;padding-left: 100px;}

.product-image-box .product-image-large {
    padding-bottom: 110.5%;
    overflow: hidden;
    position: relative;
    width: 100%;
    /*border: 1px solid #d7d7d7;*/
    cursor: pointer;
}

.product-image-box .product-thumbnails {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
}

.product-image-box .product-image-large > img {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: auto;
    width: auto;
}

.product-image-box .product-thumbnails .slick-slide {
    margin-bottom: 9.5px;
    position: relative;
    padding-bottom: 122.23%;
    display: block;
    overflow: hidden;
    /*border: 1px solid #d7d7d7;*/
}

.product-image-box .product-thumbnails .slick-slide a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}
.header-left-box form .wSelect.wSelect-theme-classic.wSelect-active {}

.header-left-box form .wSelect.wSelect-theme-classic.wSelect-active .wSelect-selected.wSelect-option-icon:before {
    opacity: 1;
}

.header-left-box form .wSelect.wSelect-theme-classic .wSelect-options-holder {
    top: 100% !important;
    margin-top: 10px;
    min-width: 120px;
    left: -10px;
    border-radius: 0;
    padding: 5px 0;
}

.header-left-box form .wSelect.wSelect-theme-classic .wSelect-selected.wSelect-option-icon:before {
    content: "";
    position: absolute;
    left: -10px;
    border: 1px solid #222;
    top: -10px;
    right: -10px;
    bottom: -10px;
    opacity: 0;
}

.header-left-box form .wSelect.wSelect-theme-classic .wSelect-options-holder .wSelect-option-value.wSelect-option-icon {
    padding: 0 10px 0 40px;
    background-size: 30px 30px;
    margin: 0 8px;
}

.header-left-box form .wSelect.wSelect-theme-classic .wSelect-options-holder .wSelect-option+.wSelect-option {
    margin-top: 10px;
}
.header-left-box form .wSelect.wSelect-theme-classic .wSelect-options-holder .wSelect-option.wSelect-option-selected {
    background-color: transparent;
    color: inherit;
}
.offerModal_box {
    max-width: 900px;
    width: 100%;
    text-align: center;
}
.form-group.product_title_main {}

.form-group.product_title_main .form-control[readonly] {cursor: not-allowed;}

.product-image-box .product-thumbnails button.slick-arrow {
    position: absolute;
    margin: 0 0;
    top: 0;
    transform: translateX(-50%) rotate(90deg); -moz-transform: translateX(-50%) rotate(90deg); -ms-transform: translateX(-50%) rotate(90deg); -o-transform: translateX(-50%) rotate(90deg); -webkit-transform: translateX(-50%) rotate(90deg);
    left: 50%;
    text-align: center;
    height: 25px;
    width: 25px;
	opacity:0
}

.product-image-box .product-thumbnails button.slick-arrow svg {
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
	fill: #ff7fac
}

.product-image-box .product-thumbnails button.slick-next.slick-arrow {
    top: auto;
    bottom: 0;
}
.dd-container .dd-select {
    border: 0;
    background: transparent !important;
	border-radius:0;
}
.dd-container .dd-select a.dd-selected {
    padding: 0 28px 0 38px;
    position: relative;
}
.dd-container ul.dd-options a.dd-option img,
.dd-container .dd-select a.dd-selected img {
    float: none;
    height: 20px !important;
    width: 30px;
    margin: 0 0 !important;
    max-width: initial;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dd-container ul.dd-options a.dd-option img {
    left: 5px;
}
.dd-container ul.dd-options a.dd-option label.dd-option-text,
.dd-container .dd-select a.dd-selected label.dd-selected-text {
    line-height: 30px !important;
    margin: 0 0 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.dd-container .dd-select .dd-pointer.dd-pointer-down {
    border: 0 !important;
    background: url(../images/angle-down.svg);
    height: 15px;
    width: 17px;
    transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%);
    right: 8px;
    margin: -3px 0 0 0 !important;
}
.dd-container ul.dd-options {
    width: 110px !important;
    left: -5px;
    margin-top: 6px;
}

.dd-container ul.dd-options a.dd-option {
    padding: 5px 5px 5px 42px;
}
.dd-container .dd-select a.dd-selected:before {content: "";position: absolute;left: -5px;right: -5px;top: -5px;bottom: -5px;border: 1px solid #222;opacity: 0;}

.dd-container .dd-select a.dd-selected:focus:before {
    opacity: 1;
}
.site-main.no_banner .content-area.search_page {
    padding: 68px 0;
}
.wpcf7-form-control-wrap{display:block}
.product_detail_img_box .container .productdetailcontent_main .accordion_main .accordion .card .card-body p, .product_detail_img_box .container .productdetailcontent_main .accordion_main .accordion .card .card-body h4 {
      margin: 0 0 3px 0;  line-height: 24px;}
.product_detail_page .accordion h6 { margin: 20px 0 0;}
.product_detail_img_box .container .productdetailcontent_main .accordion_main .accordion .card .card-body h4 {
    margin-top: 30px;
}
.cart_totals h2 { font-size: 26px;}
.minicartdes .price span.quantity {
    display: block;
    float: left;
}

.minicartdes .price span.quantity+.woocs_special_price_code {
    float: right;
}
.grecaptcha-badge {
    display: none !important;
}
.mc4wp-alert.mc4wp-error p, .mc4wp-alert.mc4wp-notice p { background: #e68d8d; color: #000; padding: 0 20px; margin: 15px 0 0 0; }
.mc4wp-alert.mc4wp-success p { background: #8ac18c; color: #000; padding: 0 20px; margin: 15px 0 0 0; }

.minicartdes a {
    line-height: normal;
}
abbr.required {
    font-size: 22px;
}
.product-categories li.selected a.single-filter, .product-categories li.selected > span {
    color: #ff7fac;
}
.logout a:focus {
    background: #000 !important;
    color: #fff !important;
}
.lost_password_main .form-group:after {content: "";display: table;clear: both;}
.lost_password_main label.error {top: 100%;}
.bags_upload_main + label.error {top: 100%;margin-top: -20px !important;}

.inner-pages.faqpage, .inner-pages > .cms_page, .inner-pages .planpage_section, .inner-pages .returnpage{
    padding-bottom: 90px;
}
/*.page-template-demo-consignmentsell-page .inner-pages.faqpage, .inner-pages > .cms_page, .inner-pages .planpage_section, .inner-pages .returnpage{
    padding-bottom: 90px;
}*/

ul.listnone li:before {display: none !important;}
ul.slick-dots li:before {display: none;}
ul.slick-dots li:before {display: none;}
ul.product-categories li:before {display: none;}

/** FAQ CSS ******/
.faq_content_main p:last-child { margin-bottom: 0 }
.faq_content_main p+p{margin-top:20px}
.faq_content_main p { margin-bottom: 20px; }
.faq_box_main .accordion .card { border-radius: 0; border: none; }
.faq_box_main .accordion .card .card-body { padding: 20px 0 20px 0; }
.faq_box_main .accordion .card .collapse.show .card-body {
    border-bottom: 1px solid #ff7fac;
}
.faq_box_main .accordion .card .card-header { padding: 0; border-radius: 0; background-color: transparent; border-bottom: none; }
.faq_box_main .accordion .card .card-header button {border-bottom: 1px solid #ff7fac !important;display: block;padding: 15px 35px 15px 0;width: 100%;border-radius: 0;text-align: left;color: #333;position: relative;font-size: 18px;cursor: pointer;border: 0;font-weight: 600;background: transparent;}
.faq_box_main .accordion .card .card-header button.collapsed {border-bottom: 1px solid #666 !important;border: 0;}
.faq_box_main .accordion .card .card-header button.collapsed:after { width: 0; }
.faq_box_main .accordion .card .card-header button:after {content: "";background: #ff7fac;position: absolute;left: 0;bottom: 0;width: 150px;height: 3px;}
.faq_box_main .accordion .card + .card { margin-top: 15px; }
.faq_box_main .accordion .card .card-header button[aria-expanded="true"]::before { transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); content: "_"; position: absolute; right: 0px; top: 50%; font-size: 31px; margin-top: -15px; }
.faq_box_main .accordion .card .card-header button.collapsed::before { content: "+"; position: absolute; right: 0; top: 50%; font-size: 31px; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.faq_box_main .accordion .card .card-body ul { padding: 0 0 0 30px; margin: 0; }
.faq_box_main .accordion .card .card-body ul li + li { margin-top: 5px !important; }
.faq_box_main .accordion .card .card-body ul li, 
.faq_box_main .accordion .card .card-body ul li a { line-height: 24px; }
.faq_box_main .accordion .card .card-body ul li a { font-size: 17px; color: #606060; }
.faq_box_main .accordion .card .card-body ul li.selected a, 
.faq_box_main .accordion .card .card-body ul li.active a { color: #e81e8b; }
.faq_box_main .accordion .card .card-body .archives_main { padding: 0; }
.faq_box_main .accordion .card .card-body .archives_main ul { padding: 0; }
.faq_box_main .accordion .card .card-header button:focus { text-decoration: none; outline: none }
.faq_box_main .accordion .card .card-body .archives_main .form-control { display: block; width: 100%; height: 40px !important; padding: .375rem .75rem;font-size: 14px; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #999; border-radius: 0; }
.faq_box_main .accordion .card .card-body .archives_main .select_arrow i { right: 11px; }
.accordion>.card .card-header {
    margin-bottom: 0 !important;
}

.faq_box_main h2, .faq_box_main .h2 {
    margin-bottom: 15px !important;
}
.faq_box_main + .faq_box_main {
    margin-top: 60px;
}
/** & FAQ CSS ******/

.faqcontact_box_main{
    background: #f7f7f7;
    padding: 30px 30px 30px 30px;
    position: relative;
    margin: 50px 0 0 0;
}
.faqcontact_box_main h2, .faqcontact_box_main .h2{
    text-transform: capitalize;
    margin: 0;
    font-size: 30px;
}
.faqcontact_box_main .btn {
    position: absolute;
    right: 30px;
    top: 50%;
    min-width: inherit;
    padding: 0 40px;
    margin-top: -27px;
}
.inner-pages.faqpage {
    padding-bottom: 90px;
}

.planpage_section .why_choosebox {
    background: transparent;
    padding: 0;
}

.planpage_section .why_choosebox h2, .planpage_section .why_choosebox .h2 {
    
}

.planpage_section .why_choosebox .chooseext_content {
    text-align: center;
    margin-bottom: 50px;
}

.planpage_section .why_choosebox .chooseext_content p {
    font-size: 20px;
}
.planpage_section .why_choosebox ul.options_box{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 19px -15px 0 -15px;}
.planpage_section .why_choosebox ul.options_box li {margin-bottom: 28px !important;max-width: 20%;width: 100%;text-align: center;padding: 0 15px !important;}

.planpage_section .why_choosebox ul.options_box li h4 {
    font-size: 16px;
    margin-left: 0;
    line-height: 30px;
}

.planpage_section .why_choosebox ul.options_box li span.icon_box {
    background: #fff;
    margin: 0 auto 10px auto;
	border: 2px solid #222
}

.planpage_section .w_img h2, .planpage_section .w_img .h2 {
    position: absolute;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    right: 50px;
    margin-bottom: 0;
    left: 50px;
    text-transform: capitalize;
    bottom: 100px;
}

.planpage_section .w_img:before {
    background: rgba(0,0,0,0.4);
}
section.planpageextcontent_section {
    padding: 50px 0 0 0;
}
ul.options_box li span.icon_box:before{height:36px; width:36px; background-size: 100%;}
ul.options_box li span.icon_box.iconnew1:before {
    background-image: url(../images/iconnew1.svg) !important;    
}
ul.options_box li span.icon_box.iconnew2:before {
    background-image: url(../images/iconnew2.svg) !important;
}
ul.options_box li span.icon_box.iconnew3:before {
    background-image: url(../images/iconnew3.svg) !important;
}
ul.options_box li span.icon_box.iconnew4:before {
    background-image: url(../images/iconnew4.svg) !important;
}
ul.options_box li span.icon_box.iconnew5:before {
    background-image: url(../images/iconnew5.svg) !important;
    height: 40px;
    width: 40px;
}
.graybg{background: #f5f5f5 !important;}

.returnShipping_section {
    padding: 90px 0;
}
.returnpage .working_box {
    padding-bottom: 60px;
}


.returnpage .returnShipping_box_main p {margin-bottom: 0;}
.returnpage .returnShipping_box_main p + p {margin-top: 15px;}
.returnpage .returnShipping_box_main h4 {margin: 30px 0 20px 0px;}
.returnpage .returnShipping_box_main h2, .returnpage .returnShipping_box_main .h2 {margin-bottom: 25px;}
.returnpage .returnShipping_box_main ul {margin-bottom: 15px;}
.returnpage .returnShipping_box_main h3 {margin: 30px 0 20px 0;}


.listing_box .featured {padding-bottom: 30px;height: 100%;overflow: hidden;}
.listing_box .featured p.price {position: absolute;left: 0;bottom: 0;}
.listing_box .featured .button.product_type_simple.add_to_cart_button {position: absolute;right: 20px;bottom: 5px;}
.listing_box .featured .button.product_type_simple.add_to_cart_button svg { position: absolute; top: 0; left: 0;}

.featured_box_slider .featured {padding-bottom: 30px;height: 100%; overflow:hidden;} 
.featured_box_slider .featured p.price {position: absolute;left: 0;bottom: 0;}
.featured_box_slider .featured .button.product_type_simple.add_to_cart_button {position: absolute;right: 0;bottom: 5px;}

.featured_box_slider > .slick-list > .slick-track {display: -webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.featured_box_slider > .slick-list > .slick-track > .slide-item {height: auto;margin-bottom: 5px;}

.header-right-box ul.header_options li a svg,
.header-right-box ul.header_options li a svg path{transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;}

.featured figcaption a.cart svg {
    fill: #333;
}

.featured figcaption a.cart:hover svg {
    fill: #ff7fac;
}
.work_box .work_icon svg {
    fill: #333;
}

ul.options_box li span.icon_box svg,
ul.options_box li span.icon_box img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);-webkit-transform: translateY(-50%);
}

.thumb-Images li::before {
transform: rotate(0deg) !important;
-moz-transform: rotate(0deg) !important;
-ms-transform: rotate(0deg) !important;
-o-transform: rotate(0deg) !important;
-webkit-transform: rotate(0deg) !important;
}

ul.options_box li span.icon_box:before {
    background-repeat: no-repeat !important;
}  
#yith-wcwl-popup-message {
    width: auto !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.8) !important;
    z-index: 99999999 !important;
	margin: 0 !important;
}
#yith-wcwl-popup-message #yith-wcwl-message {
    position: absolute;
    left: 50%;
    width: auto;
    top: 50%;
    transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);
    color: #222;
    padding: 0 30px;
    background: #fff;
}
.listing_box .featured .yith-wcwl-add-to-wishlist {
    margin: 0 0;
}

.listing_box .featured .yith-wcwl-add-to-wishlist a.wishlist {
    top: 23px;
    right: 18px;
}
#yith-wcmap-avatar .avatar-modal-content .avatar-actions a.reset {
    margin: 10px 0 0 0 !important;
    display: block;
    color: #222;
}

#yith-wcmap-avatar .avatar-modal-content .avatar-actions .set-avatar button {
    background: #ff7fac;
}
.product-image-box .product-image-large .yith-wcwl-add-to-wishlist {
    margin: 0;
    position: absolute;
    right: 25px;
    top: 27px;
    width: 30px;
    text-align: center;
    height: 25px;
}
.product-image-box .product-image-large .yith-wcwl-add-to-wishlist i.yith-wcwl-icon.fa.fa-heart {
    font-size: 23px;
    margin: 0 0;
    width: auto;
    display: block;
}

.product-image-box .product-image-large .yith-wcwl-add-to-wishlist a {
    display: block;
    text-align: center;
}
.product-image-box .product-image-large .yith-wcwl-add-to-wishlist a i.yith-wcwl-icon.fa.fa-heart-o {
    font-size: 25px;
    margin: 0 auto;
}
.site-main.no_banner .content-area.consignment_page .contactform form{max-width:100%;}
.site-main.no_banner .content-area.consignment_page .steps_box {
    text-align: center;
    margin-bottom: 80px;
}

.site-main.no_banner .content-area.consignment_page .steps_box h4 {
    margin: 0 0;
}

.site-main.no_banner .content-area.consignment_page .steps_box .work_box {
    margin: 0 0 0 0;
    padding: 20px 0 20px 80px;
}

.site-main.no_banner .content-area.consignment_page .steps_box .btn {
    margin: 30px 0 0 0;
}
.site-main.no_banner .content-area.consignment_page .contactform .faq_box_main h2, .site-main.no_banner .content-area.consignment_page .contactform .faq_box_main .h2 {
    text-align: left;
}

.consignment_form {
}

section.consignment_main_box {}

section.consignment_main_box > .container {
    padding: 0 30px;
}

section.consignment_main_box .container > .row {
    margin: 0 -30px;
}

section.consignment_main_box .container > .row > [class*="col-"] {
    padding: 0 30px;
}
.additional_txtbox {
    border: 1px dashed #bbb;
    padding: 9px 15px 5px 15px;
    margin: 0 0 15px 0;
}

.additional_txtbox label.inputlabel {
    display: block;
    margin: 0 0 5px 0;
    line-height: normal;
}

.additional_txtbox small {
    line-height: 1.5em;
	display:block;
	font-size:14px;
}

.additional_txtbox small strong {
    display: block;
}

.steps_box .row {margin: 0;}
.steps_box .row [class*="col-"] {padding: 0;}
.steps_box figure.work_box {background: #666;height: 100%;position: relative;text-align: left;}
.steps_box figure.work_box:before {content: "";border-left: 40px solid transparent;border-right: 0px solid transparent;border-top: 65px solid #fff;width: auto;height: auto;position: absolute;right: 0;top: 0;}
.steps_box figure.work_box:after {content: "";border-left: 40px solid transparent;border-right: 0px solid transparent;border-bottom: 65px solid #fff;width: auto;height: auto;position: absolute;right: 0;bottom: 0;}
.steps_box .row .col-12:before {content: "";border-left: 0px solid transparent;border-right: 40px solid transparent;border-bottom: 65px solid #fff;width: auto;height: auto;position: absolute;left: 0;top: 0;z-index: 5;}
.steps_box .row .col-12:after {content: "";border-left: 0px solid transparent;border-right: 40px solid transparent;border-top: 65px solid #fff;width: auto;height: auto;position: absolute;left: 0;bottom: 0;z-index: 2}
.steps_box .row .col-12 {position: relative;}
.steps_box figure.work_box .work_icon {margin-bottom: 10px;margin-left: 0;margin-right: 0;}
.steps_box figure.work_box h4 {
    font-size: 16px;
    color: #fff;
    max-width: 210px;
}
.steps_box figure.work_box .work_icon svg {fill: #fff;}
.steps_box .row .col-12:nth-child(1) figure.work_box .work_icon, .steps_box .row .col-12:nth-child(2) figure.work_box .work_icon {margin-top: 10px;}
.steps_box figure.work_box span.nun {
    position: absolute;
    right: 50px;
    color: #fff;
    opacity: 0.1;
    font-size: 50px;
    z-index: 0;
    top: 25px;
}
label.terms_checkbox_main.checkbox {
    position: relative;
    padding-left: 40px;
    margin-left: 6px;
    float: right;
}

.paydepositradiomain .input-radio {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.paydepositradiomain .input-radio~label {
    line-height: 37px;
    padding-left: 40px;
    display: block;
    cursor: pointer;
    margin: 0;
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
}
.paydepositradiomain .input-radio~label:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    border: 1px solid #909090;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 6px;
    pointer-events: none;
}
.paydepositradiomain .input-radio~label:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 13px;
    opacity: 0;
    pointer-events: none;
    background: #000000;
}
.paydepositradiomain .input-radio:checked~label:after {
    opacity: 1;
}
.paydepositradiomain {
    text-align: left;
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 10px;
    margin-top: 5px;    
}
tr.deposit-buttons .basic-switch-woocommerce-deposits {
    text-align: left;
    margin: 0 -15px;
}
.reserve_preview_popup table.shop_table tbody td {
    padding: 0 !important;
    text-align: left !important;
}

body .order-details #order_review .modal table tfoot tr.cart_item td {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}

.order-details #order_review .reserve_preview_popup table.shop_table tfoot th, .order-details #order_review .reserve_preview_popup table.shop_table tfoot td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.order-details #order_review .reserve_preview_popup table.shop_table th, .order-details #order_review .reserve_preview_popup table.shop_table td, .order-details #order_review .reserve_preview_popup table.shop_table th span, .order-details #order_review .reserve_preview_popup table.shop_table td span {
    font-size: 16px !important;
}
.reserve_preview_popup h3 {
    color: #ff7fac !important;
    margin-bottom: 10px !important;
}
.order-details #order_review .modal table td.product-name {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.reserve_preview_popup .modal-dialog {
    max-width: 480px;
}

.order-details #order_review table tr.order-paid {
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}
.order-details #order_review table tr.order-paid th, .order-details #order_review table tr.order-paid td {
    padding: 10px 0 !important;
}
.order-details #order_review table tr.order-paid td span.woocommerce-Price-amount.amount * {
    font-size: 24px !important;
    font-weight: 600;
    color: #ff7fac !important;
}
.m-b-10{margin-bottom: 10px !important}
.m-b-20{margin-bottom: 20px !important}
.m-b-30{margin-bottom: 30px !important}

/*span.soldout {
     position: absolute;
    left: 9px;
    /*left: -5px;
    text-align: center;
    z-index: 9999;
    height: auto;
    pointer-events: none;
    top: 40px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: inherit;
    background: #f00;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    text-transform: capitalize;
    font-size: 14px;
    padding: 4px 10px;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
}*/

span.soldout {
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 9999;
    height: auto;
    pointer-events: none;
    top: 0;
    width: inherit;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    background: transparent;
    max-width: 80px;
    right: 0; 
    margin: auto;

}
span.soldout.discount_tag {background: #008000;}
span.soldout:before{content:"";position:absolute;left:0;right:0;top:2px;bottom:2px;border: 1px solid rgba(255,255,255,0.7);z-index: 2;}
p.stock.out-of-stock span{color: #f00;}
.red {
    color: #f00;
}
.checkbox-container.agree-checkbox .label-checkbox {
    max-width: 100%;
}
.site-main.no_banner .content-area.consignment_page .contactform .btn+p.submit_note {
    margin-top: 5px;
    font-size: 14px;
}
.threebox.text_box {
    padding: 0 0 !important;
    text-align: center;
    border: 0;
    justify-content: flex-start;
}
.featured figcaption a.cart:before {pointer-events: none;content: attr(data-title) !important;font-size: 12px;position: absolute !important;background: #ff7fac !important;width: auto !important;white-space: nowrap;padding: 5px 10px;line-height: normal;right: 18px !important;opacity: 0 !important;top: 50%;font-weight: 500;color: #fff;border-radius: 0;margin-right: 10px;transform: translateY(-50%);transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-ms-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;height: auto !important;padding: 3px 10px 5px 10px;line-height: normal;bottom: auto !important;border: 0;filter: none;-moz-filter: none;-ms-filter: none;-o-filter: none;-webkit-filter: none !important;}

.yith-wcwl-add-to-wishlist {
    margin: 0 0 !important;
}
#rs4ovg6952mg1640322063329 {
    left: 0 !important;
    right: auto !important;
}
.page-heading.grey_banner {
    min-height: 200px;
    background: #eee;
}

.page-heading.grey_banner h1 {height: 100%; background:transparent;}
.planpageextcontent+.planpageextcontent {
    margin-top: 50px;
}



.footer_payment_box img:last-child {
    margin: 0;
}
.footer_payment_box img {
    margin: 0 0 10px;
}

.rs-stock{margin:0px 0 20px 0;}

#myModalsource.modal.fade .modal-dialog {/* -webkit-transform: translate(-50%,-50px);
    transform: translate(-50%,-50px);*/
    top: 30%;
}
#myModalsource .open_modal form{padding-top:20px}

#myModalsource .modal-dialog.modal-lg .close {background: #000;}
#myModalsource .modal-dialog.modal-lg .close:before, #myModalsource .modal-dialog.modal-lg .close:after { background: #fff;}
#myModalsource .modal-content { text-align: center;}
.bags_jwallery_upload_main label a {
    text-decoration: underline !important;
      color: #ff7fac;
}



.badges { position: absolute;
    bottom: 40px;
    right: inherit;
    display: flex !important;
    left:50%;
    transform: translate(-50%, -50%);    width: 340px;justify-content: space-between;}
ul.badges li {    margin-bottom: 0 !important;  width: 150px;  text-align: center; height: 45px;      padding: 10px 20px 12px;       border-radius: 8px;}
ul.badges li:before {display: none; }

.badges li img {  width: 120px;filter: grayscale(1);}

.aft_lg{ background: #ddfff4;}
.aft_lg:hover{ background: #b2fce4;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.aft_lg:hover img{filter: grayscale(0);}
.klar_lg { background: #fcc8d1;}
.klar_lg:hover{ background:#ffb3c7;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.klar_lg:hover img{filter: grayscale(0);}
.badges .klar_lg img {  width: 80px;}


.footer_payment_box .footer_payment_box1 span{margin: 0 10px 0 0;}
.footer_payment_box1 {
    display: flex;
   /* flex-wrap: wrap;*/
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-top: 25px;
}
.footer_payment_box1 .klar_lg {
    background: #fff;
    border: 2px solid #e8e7e6;
}
.footer_payment_box1 span.title {   margin: 0;}
ul.badges1 img {
    width: 107px;
    padding: 10px 17px;
}
.footer_payment_box1 img {  width: 85%;}
.wizpay_tp{ position: absolute; top: 30px; left: 50%; color: #000; font-size: 20px;font-weight: 600; background: #fcc8d1; padding: 5px 10px; transform: translate(-50%, -50%); }



#wizpay-price-range-holder { font-size: 15px; font-weight: 400;}
.woocommerce form .plan_price a + p { width: 100% !important; position: absolute !important ;  left: 0; margin-top: 13px; margin-left: 4px;  text-align: left;}

.klarna_payment {
    display: inline-block;
    margin: 0 0 10px;
}

.page-template-luxury_authentication .page-heading h1, .page-template-luxury_authentication .page-heading span, .page-template-luxury_authentication .page-heading div { text-align: center;}
.inner_page_image{      margin: 50px 0 0; background: #f5f5f5; padding: 70px 0;    min-height: 450px;}
.cnt_box {    height: 100%;display: flex; flex-wrap: wrap; align-items: center;align-content: center;  background: #ebe2e2e3; padding: 40px;  margin-left: 80px;}
.cta_sec{    background: #eee;    padding: 70px 0;}
.cta_contact{}
.cta_sec h2 {    text-transform: capitalize;    font-size: 18px; line-height: 35px;      margin: 0 0 20px;   letter-spacing: 0.1px;}
.cta_sec .btn_area{    display: flex; flex-wrap: wrap;    align-items: center;}

.service-area{padding: 180px 0; position: relative; width: 100%; display: inline-block; vertical-align: middle;    min-height: 600px; } 
.service-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100%;    background: #fcc8d1;
    padding: 30px;
}
.service-box-image {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 0px;
}
.work_flow_sec .row {   padding: 15px 0;}
.work_flow_sec .row:nth-child(3) .service-box{  background: #eeeeee;}
.work_flow_sec {    padding: 50px 0;}
.work_flow_sec .row:nth-child(odd){}
.work_flow_sec .row:nth-child(odd) .service-box-image{text-align:left}
.work_flow_sec .row:nth-child(even){}


.page-template-luxury_authentication .page-heading h1{display:none}
.work_flow_sec .row:nth-child(even) .service-box-image{text-align:right}
.service-box-image img { height: 300px; width: auto;}

.work_flow_sec .row:nth-child(odd) .service-box-inner{text-align: right;}
.service-box h2 { text-transform: capitalize; letter-spacing: 0; margin: 0 0 15px;}
.content_collection_section { margin: 0px 0 90px;}
.content-area.wel_content { padding: 70px 0;}
.cta_bx{    padding: 40px 0px; max-width: 44%;  margin-left: auto; position: relative;}

.gurantee_product_sec{}
.gurantee_product_sec {
    padding: 80px 0;
    background: #f3f3f3;
}
.gurantee_product_detail h3 {
    text-transform: capitalize;
    letter-spacing: 0;
}
.gurantee_product_detail {
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    min-height: 100%;
}
.gurantee_product_detail span {
    display: inline-block;
    margin: 0 0 15px;    background: #fcc8d1;
    padding: 15px;
}

#menu-item-1561 > a{    pointer-events: none;}
.newsletter_area .newsletter_box{text-align: center;    border-bottom: 1px solid #ccc; padding-bottom: 40px;    margin-bottom: 30px;}
.newsletter_area .newsletter_box .form-group {margin: 0 auto;}
.newsletter_area .newsletter_box span.title { margin: 0 0 25px 0;}

.sticky_google_review {
       position: fixed;    width: 20%;
    bottom: 70px;
    right: 10px;
    z-index: 99;
}


/* body .ti-widget.ti-goog>.ti-widget-container>.ti-header, body .ti-widget.ti-goog>.ti-widget-container>.ti-footer {  background-color: #fcc8d1!important;} 
 */

body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header {padding: 6px 10px;}

.footer_links_main.popular_bx .footer_links_box:nth-child(1) {
    max-width: 100%;
}


/* sidebar quick contact form */
.sticky_button.sticky_contact {
    position: fixed!important;
    left: 0;
    top: 500px;
    z-index: 8;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sticky_button.sticky_contact.btn.btn-primary {
    color: #000;
    background-color: #fcc8d1;
    border-color: #fcc8d1;
    cursor: pointer;
    font-size: 15px;
    min-width: 170px;
    padding: 2px 7px;
    min-height: 35px;
    line-height: 35px;
}


.sticky_login  {position: fixed !important;right: 0; top: 200px;z-index: 66;right: -1px;-webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;-o-transform-origin: 100% 100%;-ms-transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);transform: rotate(-90deg);
}
.site_sticky_btn ul {padding: 0px; margin: 0px;display: flex; align-items: center;
}
.site_sticky_btn ul li {margin: 0px;}
.wrappermain .sticky_login {top: 485px;}
.site_sticky_btn ul li::before {display: none;}
body.overly-get-quote::after {background: rgba(0,0,0,0.1);content: "";display: block;height: 100%;left: 0;position: fixed;
    top: 0; width: 100%;z-index: 99999;}
.sticky_form {background: #fcc8d1;box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);right: 100%; overflow-y: auto;
    position: fixed !important;top: 50%;transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;
    width: 350px;z-index: 999999;transform: translateY(-50%);
}
.sticky_form.side-sticky-form-scroll.in {margin-right: -350px;}
div.wpcf7 .screen-reader-response{border:0 none;clip:rect(1px, 1px, 1px, 1px);height:1px;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;}
.get-quote-sticky-main .contact-form .form-group{margin-bottom:20px;}

.sticky_form form{padding:0;}

body.overly-get-quote::after{background:rgba(0,0,0,0);content:"";display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999;}
.sticky_button.main_btn {
    width: auto !important;
    padding: 12px 30px;
}
.get-quote-sticky-main{float:left;padding:30px;width:100%;}
.sideformmain .col-md-4, .sideformmain .col-md-8{float:none;width:100%;}
.get-quote-sticky-main h4{color:#ffffff;font-weight:800;letter-spacing:0;text-transform:uppercase;}
.get-quote-sticky-main p{color:#b7b7b7;padding-top:9px;letter-spacing:0;}
.close-form{background:url(https://abbag.ru/125/wp-content/uploads/2023/08/close-icon-1.png) no-repeat scroll 0 0;width:20px;height:20px;display:block;position:absolute;right:10px;top: 10px;cursor:pointer;background-size: contain;}
.sideformmain .required-field.requiredfield1{padding:20px 0;}
.sticky_button.sticky_contact.main_btn.blue_btn.btn.btn-primary.darkblue:hover {
    color: #fff;background-color: #000;border-color: #000;cursor: pointer;}
.sticky_form .contact-form {height: 100%;float: left; padding: 30px;width: 100%;}
.sticky_frm_title {
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    font-size: 17px;
    color: #222;
    padding-bottom: 5px;
    border-bottom: 2px solid #222;
    width: 100%;
    font-family: 'Proxima Nova';
    letter-spacing: 1px;
}
.sticky_form .form-group .form-control::placeholder,.sticky_form .form-group select {
    font-size: 12px;color: #495057;}
.sticky_form .select_arrow i {color: #222;font-size: 22px; margin: 0;pointer-events: none;position: absolute;right: 26px;top: 50%;
    transform: translateY(-50%);z-index: 1;}
.sticky_form .form-group select.wpcf7-form-control.wpcf7-select.form-control {height: 32px;}
.submit_btn_box input.wpcf7-form-control.wpcf7-submit.submit-btn {font-family: "Poppins Medium";display: inline-block;text-align: center;
    line-height: 50px;min-width: 100%;position: relative;z-index: 1;color: #fff;font-size: 16px;transition: all 0.5s ease;    -moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;    vertical-align: top;padding: 0;border-radius: 0;margin: 0;overflow: hidden;background: #222;text-transform: uppercase;
}
.submit_btn_box input.wpcf7-form-control.wpcf7-submit.submit-btn:hover{background-color: #000;}


.sticky_form .contact-form .form-group span.wpcf7-form-control-wrap.file-upload {font-size: 12px;}
.sticky_form .submit_btn_box span.ajax-loader {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.sticky_form  .submit_btn_box {position: relative;}
.sticky_form .contact-form .form-group textarea {height: 70px;}
.sticky_form .contact-form .form-control {font-size: 12px;}
.sticky_form .contact-form label.error {font-size: 12px;padding: 0 5px;line-height: 16px;margin: 0px !important;}

.sticky_call_number .number_ft_bx a {background-color: #fcc8d1;color: #000;}
.sticky_call_number .number_ft_bx a:hover{background-color: #222222;color: #fff;}
.sticky_form .contact-form .form-control {font-size: 12px;border: 1px solid #fff;background-color: #fff;color: #222;}
.sticky_form .submit_btn_box input.wpcf7-form-control.wpcf7-submit.submit-btn {height: 32px;font-size: 12px;line-height:2px;border-radius:5px;}


.sticky_form .contact-form .form-control {
    padding: 5px 10px;
    height: 35px;
    font-size: 14px;
    line-height: initial;
    background-color: transparent;
    color: #fff;
}
.sticky_form .contact-form span.current {
    font-size: 12px;
    line-height: 23px;
    color: #000;
}
.dropdown::after {
    font-size: 24px;
    transition: all 0.125s ease-in-out;
    bottom: 10px;
    pointer-events: none;
    right: 15px;
    position: absolute;
    content: "\f107";
    text-indent: 0;
    font-family: 'FontAwesome' !important;
    line-height: 17px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky_form .contact-form .form-control::placeholder {
    text-transform: capitalize;
}
.sticky_form .contact-form .form-control::placeholder {
    color: #000;
}
.sticky_form .wpcf7-submit {
    padding: 10px;
    background-color: #000;
    color: #fff;
    min-width: 120px;
    width: 120px;
    font-size: 13px;
}
.sticky_form .wpcf7-submit:hover {
    background-color: transparent;
    color: #000;
}
#sidebar_contact_form .col-12.col-sm-6.col-md-6.col-lg-6.col-xl-6 {
    max-width: 100%;
    flex: 100%;
    width: 100%;
}




.sticky_form .form-group .input-label abbr.required {font-size: 0px;}
.sticky_form .contact-form .form-control {padding: 5px 10px;height: 35px;font-size: 14px;line-height: initial;background-color: transparent;color: #fff;border: 1px solid #222222;}
.sticky_form .form-group .input-label {color: #222222;line-height: initial;font-size: 13px;top: 8px;font-weight: 600;left: 12px;}


.sticky_form .form-group.focus .input-label, .sticky_form .select_box.focus .input-label {
    background-color: #fcc8d1;
}

.sticky_form .form-group.focus .form-control,.sticky_form .form-group.select_box.focus .form-control {
    border-color: #222 !important;
}
#sidebar_contact_form .btn.btn-bg.btn-primary {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    min-width: 160px;
    padding: 0px;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    margin: 0 auto;
    width: 100%;
}
#sidebar_contact_form .btn.btn-bg.btn-primary input {
    padding: 0px;
    width: 100%;
}
#sidebar_contact_form .btn.btn-bg.btn-primary:hover {
    background-color: #fcc8d1;
}


.top_designers_box{padding-bottom: 93px;}
.content-area h1, .content-area .h1, .content-area h2, .content-area .h2, .content-area h3, .content-area .h3, .content-area h4, .content-area .h4, .content-area h5, .content-area .h5, .content-area h6, .content-area .h6{margin-bottom: 10px;}
.product_listing_content h1, .product_listing_content span, .product_listing_content div {font-size: 36px;}
.product_listing_content {padding-top: 50px;}

/* Sticky email css */
.sticky_button.sticky_contact.sticky_email{top: 570px;min-width: 50px !important;height: 43px !important;}
.sticky_email svg{width: 20px;}
.sticky_email svg:hover {fill: #fff;}
.sticky_email:after, .sticky_email:before{display: none !important;}
.sticky_email a {display: inline-block;line-height: 14px;position: absolute;top: 10px;left: 12px;}
.sticky_button.sticky_contact.sticky_email:hover{background-color: #222;}
.sticky_email:hover, .sticky_email a:hover svg {   fill: #fff;}



.bestselling_box .img_slider a{height:400px;}
.home_banner figure.home_banner_main img {max-width: 100%;position: relative;z-index: -1;object-fit: cover;width: 100% !important;object-position: top;min-height: 600px;}
.product_listing_main .img_slider a img {
    margin: 0 auto;
    max-width: inherit;
    max-height: inherit;
    height: 400px !important;
    object-fit: contain;
    width: 100%;
}
.product_listing_main .img_slider a {
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.slide-item a.hover_box {padding-bottom: 70%;height: auto;}
.slide-item a.hover_box img { position: absolute;top: 50%;left: 50%; transform: translate(-50%, -50%) scale(1);height: auto !important;}
#product-slider__main .slick-slide {height: 500px;}

/*added 29-01-2025*/
a.info-btn{
    width: 100%;
}

.luxury_we_sec ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.luxury_we_sec ul li {
    width: 20%;
    background: #eee;
    padding: 12px 10px 10px  40px;
    border-left: 20px solid #fff;
    margin-bottom: 10px !important;
}
.luxury_we_sec ul li:before {
    top: 20px;
    left: 20px;
}
.title h2 {
    margin-bottom: 10px;
}
.sec_center {
    max-width: 440px;
    margin: 0px auto;
    text-align: center;
    /* background: #fceded; */
    /* padding: 30px 20px; */
}
.what_you_sec, .luxury_we_sec, .consignment_main_box{margin-top: 40px}

.info-section img {
    height: 100px;
    text-align: center;
    margin: 0px auto 20px;
    /* max-width: 50px; */
    padding: 10px;
    display: block;
}
span.nun {
    background: #222;
    padding: 10px 20px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
}
figure.sell_work_box {
    padding: 0px 25px;
    margin-top: 30px;
    position: relative;
    text-align: center;
}
figure.sell_work_box:before {
     content: "";
    position: absolute;
    right: -20px;
    top: 100px;
    border: 0;
    background: url(../images/arrow-right.png) !important;
    height: 27px;
    width: 25px;
    padding: 0 0;
    font-size: 0;
    z-index: 1;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
figure.sell_work_box h4 a, .sell_work_box > h4 {
    text-transform: none;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    font-size: 18px;
}
.sell_work_box > h4{
	margin-bottom: 10px !important;
    margin-top: 0px;
}
figure.sell_work_box h4 a:hover {
    text-decoration: underline !important;
    text-underline-offset: 2px;
        transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.sell_steps_box .row [class*="col-"]:last-child .sell_work_box::before {
    content: none;
}
.consignment-form-btn {
    margin-top: 30px;
}

.info-section {
    text-align: center;
    /*background: #fcc8d1;*/
    padding: 10px 0px;
    margin-bottom: 20px;
}

section.info_section.content-area .col-12 {
    max-width: 100%;
    margin-bottom: 15px;
}

.what_you_sec {
    background: #fcc8d1;
    padding: 40px 0px;
}

.info-section a {
    line-height: 1.2;
    background: #fcc8d1;
    padding: 15px;
    border-radius: 30px;
    display: inline-block;
    margin: 0px auto;
}
.info-section a:hover {
    background: #222222;
    color: #fff;
}
span.wpcf7-form-control.wpcf7-checkbox.form-control-checkbox.item_name {
    margin-top: 23px;
    display: block;
    margin-left: 0px;
    padding: 0px;
}

span.wpcf7-form-control.wpcf7-checkbox.form-control-checkbox.item_name span {
    margin-left: 0px;
    margin-right: 1em;
}

info_section {padding-bottom: 30px;}


/*========================= media query 001 ===================================*/
@media (min-width: 1025px) and (max-width: 1920px) {
}
@media screen and (max-width:1400px) {
.home_banner figure.home_banner_main img {
	min-height: 600px;
}
.home_banner figure.home_banner_main figcaption .h1, .home_banner figure.home_banner_main figcaption h1 {
	font-size: 34px;
	min-height: 80px;
}
.testmonial_slider button.slick-arrow {
    margin: -12px -75px 0 -75px;
}
button.slick-arrow, .similarproduct_main button.slick-arrow{margin:0 0}
.collectionright {
    height: auto;
}
}
@media screen and (max-width:1300px) {
.featured_box_slider button.slick-arrow {
    margin: 0 0;
}
}
@media screen and (min-width:1025px) {
.sidebar_section_main .sidebar_close_section ul.product-categories li:hover a, .sidebar_section_main .sidebar_close_section ul.product-categories li:hover * {
    color: #ff7fac;
}
.featured:hover figcaption a.cart:before{opacity:1 !important;right: 100% !important}
.logout a:hover {
    background: #000 !important;
    color: #fff !important;
}    
.product-image-box .product-thumbnails:hover button.slick-arrow{opacity:1}
a.button.added:hover::after {
    color: #ff7fac;
}
.newsletter_box .form-group input.submit:hover{background:#222; color:#fff !important; }
.featured a.wishlist i:hover {
    color: #fcc8d1;
}
.mini_cart .mini_cart_item .remove:hover {
    border-color: #f00 !important;
}
.mini_cart .mini_cart_item .remove:hover span:before, .mini_cart .mini_cart_item .remove:hover span:after{background:#f00}
.instagram_box a.sbi_photo:hover:before,
.instagram_box a.instagram:hover:before{background: rgba(0,0,0,0.5);}
.instagram_box a.sbi_photo:hover:after,
.instagram_box a.instagram:hover:after{transform:translateY(-50%) scale(1); -moz-transform:translateY(-50%) scale(1); -ms-transform:translateY(-50%) scale(1); -o-transform:translateY(-50%) scale(1); -webkit-transform:translateY(-50%) scale(1);}

.blogdetail_tag_social .populartags_main a:hover {
    background: #fcc8d1;
    border-color: #fcc8d1;
}
.blogdetail_tag_social .blogdetail_share ul li a:hover svg {fill: #000;}
.articles_box .articles_content .articles_tag_main .articles_readmore.plus_readmore:hover span.plus{opacity:1;}
.articles_box:hover .articles_img_main:before{background:rgba(0,0,0,0.75);}
.articles_box:hover .articles_img_main .articles_img svg{top:50%;opacity:1}
.articles_box .articles_content .articles_title_main .articles_title:hover,
.studylist_box .studylist_img_main .studylist_title:hover{color: #000;}
.articles_box .articles_content .articles_tag_main .articles_user:hover{color:#000}    

.threebox a.btn-text:hover {
    color: #ff7fac;
}
.btn.sticky_btn:hover span svg{fill: #fff;}
.btn-bg.btn-secondary:hover {
    color: #222 !important;
}

button.slick-arrow:hover svg {
    fill: #ff7fac;
}
.featured figcaption a.cart:hover {
    filter: grayscale(0) invert(0); -moz-filter: grayscale(0) invert(0); -ms-filter: grayscale(0) invert(0); -o-filter: grayscale(0) invert(0); -webkit-filter: grayscale(0) invert(0);
}
.header-right-box ul.header_options li .user_option_main ul.user_option li a:hover {
	background: #222;
	color: #fff !important;

}
.footer-bottom .container ul.footer-social li:hover svg {
    fill: #222;
}
.btn:hover:before {
	left: -49%;
	top: 0
}
.btn:hover:after {
	right: -49%;
	bottom: 0
}
.btn-bg.btn-primary:hover, .btn:hover {

    color: #fff !important;
    border-color: #222 !important;
}
.header-top p a:before {
	display: none;
}
.header-top p a:hover {
	text-decoration: underline !important;
}
.featured:hover figcaption a.p_title {
	color: #ff7fac;
}
.header-right-box ul.header_options li a:hover svg,
.header-right-box ul.header_options li a:hover svg path{
    fill: #ff7fac;
}
.header-right-box ul.header_options li a:hover {
	color: #ff7fac;
}
span > a:hover:before,
footer a:hover:before, p a:hover:before {
	width: 100%;
}
a:hover {
	color: inherit
}
ul.breadcrumb > li a:hover {
    color: #222 !important;
}

}



@media screen and (max-width:1319px) {
.blog_related_slider button.slick-arrow {
    margin: 0 -5px;
}    
.blog_related_slider button.slick-arrow svg {
    width: 18px;
    height: 30px;
}
.blog_related_slider {
    margin: 0;
    padding: 0 10px;
}
}

.plan_price .wizpay-section span { font-size: 16px; font-weight: unset;}

.klarna_payment a { margin-right: 5px;}



/* For 110*/
@media (min-width: 1600px) and (max-width: 1800px) {
.home_banner figure.home_banner_main figcaption .h1, .home_banner figure.home_banner_main figcaption h1 {  font-size: 25px; letter-spacing: 0; min-height: 80px;   }
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header {  padding: 6px 10px;}
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header .ti-name { display:none; font-size: 12px;}
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header .ti-rating-text {    font-size: 12px; opacity: .9; font-weight: 600;}
 
.home_banner figure.home_banner_main figcaption a.btn { min-height: 40px; min-width: inherit;   letter-spacing: 0; font-size: 16px; line-height: 40px;}
 .sticky_google_review { width: 17%;}   
    
}





/* For 125*/
@media (min-width: 1400px) and (max-width: 1600px) {
.home_banner figure.home_banner_main figcaption .h1, .home_banner figure.home_banner_main figcaption h1 {  font-size: 25px; letter-spacing: 0; min-height: 80px;   }
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header {  padding: 6px 10px;}
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header .ti-name {display:none;!important;  font-size: 12px;}
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header .ti-rating-text {    font-size: 12px; opacity: .9; font-weight: 600;}
 
.home_banner figure.home_banner_main figcaption a.btn { min-height: 40px; min-width: inherit;   letter-spacing: 0; font-size: 16px; line-height: 40px;}


}




/* For 150*/
@media (min-width: 1200px) and (max-width: 1300px) {
.home_banner figure.home_banner_main figcaption .h1, .home_banner figure.home_banner_main figcaption h1 {  font-size: 25px;  letter-spacing: 0;min-height: 80px; }
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header {  padding: 6px 10px;}
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header .ti-name {  display:none;!important; font-size: 12px;}
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header .ti-rating-text {    font-size: 12px; opacity: .9; font-weight: 600;}
.home_banner figure.home_banner_main figcaption a.btn { min-height: 40px; min-width: inherit;   letter-spacing: 0; font-size: 16px; line-height: 40px;}
.sticky_google_review {  width: 23%;}
body .ti-widget.ti-goog .ti-profile-img {    margin: 0 5px 0 0 !important;}

}



/* For 175*/
@media (min-width: 1080px) and (max-width: 1200px) {

#product-slider__main.object-fit--contain .slick-slide img {  max-height: 400px  !important ; max-width: 400px !important ;}    
#product-slider__main {    width:400px!important;}  

.product_detail_img_box .container .product-image-details {  width: 600px!important;}
.product_detail_img_box .container .productdetailcontent_main { max-width: calc(100% - 600px)!important;}

.product_detail_page ul.rattings_main li:last-child {    max-width: 12% !important;}
.product_detail_page ul.rattings_main li {  max-width: 16%!important;;}
.product_detail_page ul.rattings_main li:nth-child(3) {    max-width: 20% !important;}
.product_detail_page ul.rattings_main li:nth-child(2) {  max-width: 9%!important;}

.navigation ul.menu > li > a {  font-size: 14px;}


.home_banner figure.home_banner_main figcaption .h1, .home_banner figure.home_banner_main figcaption h1 {  font-size: 25px; letter-spacing: 0;min-height: 80px; }
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header {  padding: 6px 10px;}
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header .ti-name { display:none;!important;  font-size: 12px;}
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header .ti-rating-text {    font-size: 12px; opacity: .9; font-weight: 600;}
.home_banner figure.home_banner_main figcaption a.btn { min-height: 40px; min-width: inherit;   letter-spacing: 0; font-size: 16px; line-height: 40px;}
.sticky_google_review {  width: 27%;}
body .ti-widget.ti-goog .ti-profile-img {    margin: 0 5px 0 0 !important;}
.navigation ul.menu>li+li {    margin-left: 75px !important ;}

}

















@media screen and (max-width:1199px) {
.radio-container label.label-radio {  max-width: 24%;}
label.label-checkbox input, label.label-checkbox span.checkbox-icon, .label-radio input, .label-radio span.radio-icon {    top: 5px;    transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none;}
.site-main.no_banner .content-area.consignment_page .steps_box {    margin-bottom: 70px;}
.header-right-box ul.header_options > li+li+li, .header-right-box ul.header_options > li+li {    margin-left: 26px;}
.returnpage .working_box {    padding-bottom: 50px !important;}    
.returnShipping_section { padding: 70px 0;}
.planpage_section .why_choosebox ul.options_box li {    margin-bottom: 20px !important;}    
.inner-pages.faqpage, .inner-pages > .cms_page, .inner-pages .planpage_section, .inner-pages .returnpage {   padding-bottom: 70px;}    
.site-main.no_banner .content-area.consignment_page{ padding: 70px 0;}
.approvedPaymentButton > .form-group {    position: relative;}
.approvedPaymentButton .consignment_payout_price_approve .form-group {    width: 100%;}
.woocommerce-MyAccount-content ul.tabs {    margin: 0 -10px;}
.woocommerce-MyAccount-content ul.tabs li{padding:0 10px}
.site-main.no_banner .content-area.error-page {  padding: 70px 0;}
.navigation ul.menu > li + li {	margin-left: 20px;}
.logo {	text-align: center;	padding: 0 0}
.bestselling_box, .why_choosebox, .working_box, .testmonial_box, .similarproduct_main {	padding: 70px 0;}
.bestselling_box h2, .why_choosebox h2, .working_box h2, .inner-pages h2, .inner-pages .working_box h2,
.bestselling_box .h2, .why_choosebox .h2, .working_box .h2, .inner-pages .h2, .inner-pages .working_box .h2 {	margin: 0 0 30px 0;}
ul.options_box li span.line {	width: 280px;}
ul.options_box li:nth-child(even) span.line {	width: 230px;}
ul.options_box li {margin: 0 0 40px 0;}
.why_choosebox .row {	align-items: center;}
.footer_links_main .footer_links_box li, .footer_links_main .footer_links_box p, .footer_links_main .footer_links_box p a {	font-size: 14px;	line-height: 30px;}
.testmonial_slider button.slick-arrow, .testmonial_slider button.slick-prev.slick-arrow {    margin: -12px 0 0 0;    background: #fff !important;}
.content-area {  padding: 70px 0 0 0;}
.site-main.no_banner .content-area.woo_pages{padding:70px 0}
.contact_map{margin:70px 0}
.content_collection_section {    margin: 70px 0;    padding: 70px 0 70px 0;}
.collectionleft{padding:0 0}
.inner-pages .working_box {    padding: 0 0 70px 0;}
.product_detail_img_box .container .product-image-details {    width: 530px;}
.product_detail_img_box .container .productdetailcontent_main { max-width: calc(100% - 530px); padding:0 0 0 30px}
.button_box .btn {    min-width: 200px;}
.button_box a.btn.btn-bg.btn-secondary {    min-width: 210px;}
.threebox_main .row .col-12:nth-child(2) .threebox, .threebox_main .row .col-12:nth-child(3) .threebox {    padding: 30px 30px;}
.threebox h4 {    line-height: 30px;   font-size: 17px;}
.accordion_main {    margin: 30px 0 0 0;}
.listing_box {    margin-bottom: 70px;}
.wizp-pop-outer .wizp-pop-inner { width: 70% !important;}
.navigation ul.menu>li+li {  margin-left: 50px;}

}


@media screen and (max-width:1079px) {
.sticky_google_review { width: 37%;}

}


@media screen and (max-width:1024px) {
.planpage_section .why_choosebox ul.options_box li { max-width: 33.3333%;}
.planpage_section .why_choosebox ul.options_box { justify-content: center;}
.paydepositradiomain .input-radio~label {   font-size: 16px;}    
.returnpage figure.work_box {    padding: 0;}    
.planpage_section .w_img h2, .planpage_section .w_img .h2 { line-height: 1.4;    bottom: 60px;   font-size: 24px;}    
.planpage_section .why_choosebox ul.options_box li h4 {    font-size: 15px;    line-height: 1.3;}    
.filterleftmain + .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.filterleftmain + .col-12 p.woocommerce-info {padding: 15px 10px 16px 50px;line-height: normal;min-height: 50px;margin-left: 63px !important;width: auto !important;margin-bottom: 30px !important;}
.filterleftmain + .col-12 > .col-12 {
    padding: 0;
}

.input_num span {height: 50px;width: 40px;left: 0;}
.input_num span.cartplus {right: 0;}
.woocommerce .shopping_cart_page .quantity .qty {padding: 0 40px;}

.product-image-box .product-thumbnails button.slick-arrow{opacity:1}
.product-image-box .product-thumbnails .slick-slide{margin-bottom:9px}
.header-right-box ul.header_options li a.cart span, .header-right-box ul.header_options li a.wishlist.cart span {
    position: absolute;
    right: -5px;
    top: -7px;
    padding: 0 4px;
    background: #fff;
}
.blogdetail_tag_social {
    margin-top: 46px;
}    
.events_section {
    padding: 55px 0;
}    
.blog-filters-dropdown .blog-filter {
    width: 200px;
}    
.blog-filters-dropdown .blog-filters-search-box {
    width: 276px;
}
.articles_box .articles_content .articles_title_main .articles_title {
    font-size: 16px;
}
.my_pagination {
    margin: 10px auto 0;
}
.bloglist_section {
    padding: 0 0 70px 0;
}
#wpis-gallery .slick-list.draggable .slick-slide{margin-bottom:9px}
.header-list-main {
	align-items: center;
	align-content: center;
}
.navigation ul.menu > li + li {
	margin-left: 0;
}
.container-main {
	margin-top: 163px;
    
}
.header-right-box ul.header_options > li > a {
	font-size: 0;
	height: 25px;
	width: 25px;
	display: block;
	padding: 0 0;
}
.header-right-box ul.header_options li a:before {
	left: 0 !important;
}
.header-right-box ul.header_options > li+li, .header-right-box ul.header_options > li+li+li {
	margin-left: 15px
}
.header-center-box .container > div.header-left-box {
	max-width: 50%;
}
.header-center-box .container > div.logo {
	max-width: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	margin: 0 0 0 50px;
	top: 50%;
	padding: 0 0;
	text-align: center;
	pointer-events: none;
}
.header-center-box .container > div.logo a {
	display: inline-block;
	pointer-events: all;
}
.header-center-box .container > div.header-right-box {
	max-width: 50%;
}
.header-center-box {
	position: relative;
	padding: 15px 0;
}
.home_banner figure.home_banner_main figcaption .h1, .home_banner figure.home_banner_main figcaption h1 {
	font-size: 30px;
}
ul.options_box li h4 {
	margin: 0 0 0 20px;
	max-width: 230px;
}
.page-heading{min-height:400px}
h1, .h1, .product_listing_content h1, .product_listing_content span, .product_listing_content div {
	font-size: 38px;
}
h2, .h2 {
	font-size: 32px;
}
.page-heading h1, .page-heading span, .page-heading div {
    font-size: 32px;
    max-width: 400px;
    height: 80px;
}
.about_left_section { position: fixed; top: 0; margin-top: 0 !important; left: -380px; z-index: 999999; padding: 0; width: 100%; max-width: 380px; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; margin:0 0}
.about_left_section.in { left: 0 }
body:after {    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9;
    cursor: pointer;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;}
body.productoverly-get-quote:after{    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;}
.filter_sidebar_toggle {
    display: inline-block;
    text-align: left;
    width: 45px;
    margin: 0 auto;
    padding: 0 0;
    position: absolute;
    height: 45px;
    float: left;
    right: 15px;
    top: 21px;
    z-index: 99;
}
.filter_sidebar_toggle,.filter_sidebar_toggle span{font-size:0}
.filter_sidebar_toggle svg {
    display: block;
}
.blog_list_right {
    background: #fff;
    height: 100vh;
    padding: 30px;
}
.filter_sidebar_toggle * {
    pointer-events: none;
}
.product_listing_main {}

.product_listing_main .container {
    position: relative;
}

.product_listing_main .container .filterleftmain .filter_sidebar_toggle {
    position: absolute;
    left: 15px;
    margin: 0 0;
    top: 0;
    height: 55px;
    width: 55px;
    border: 2px solid #c2c2c2;
	z-index:1;
}

.product_listing_main .container .filterleftmain .filter_sidebar_toggle svg {
    height: 30px;
    width: 30px;
    fill: #222;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%);
}

.listing_box .listing_sorting {
    margin-left: 70px;
}
body.productoverly-get-quote::after {
    background: rgba(0,0,0,0.8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.sidebar_section_main .sidebar_title.active + .sidebar_close_section {
    display: none;
}
.sidebar_section_main .sidebar_title.active.open + .sidebar_close_section {
    display: block;
}
.sidebar_section_main .sidebar_title.active:before{    transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);}
.sidebar_section_main .sidebar_title.active.open:before {
    transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}
.about_left_section .mCSB_inside > .mCSB_container {margin-right: 10px !important;}
.img_slider {
    min-height: auto;
}
.about_left_section .mCSB_scrollTools { width: 4px; }
.about_left_section.in { left: 0 }
span.close-form {
    position: absolute;
    right: 20px;
    top: 10px;
    height: 20px;
    width: 20px;
}

span.close-form:before, span.close-form:after {content: "";position: absolute;left: 50%;top: 50%; width: 100%; height: 3px;background: #222; transform: translate(-50%,-50%) rotate(45deg); -moz-transform: translate(-50%,-50%) rotate(45deg); -ms-transform: translate(-50%,-50%) rotate(45deg); -o-transform: translate(-50%,-50%) rotate(45deg); -webkit-transform: translate(-50%,-50%) rotate(45deg);}

span.close-form:after { transform: translate(-50%,-50%) rotate(-45deg); -moz-transform: translate(-50%,-50%) rotate(-45deg); -ms-transform: translate(-50%,-50%) rotate(-45deg); -o-transform: translate(-50%,-50%) rotate(-45deg); -webkit-transform: translate(-50%,-50%) rotate(-45deg);}
.zoomContainer {
    display: none !important;
}
.button_box a.btn.btn-bg.btn-secondary {
    min-width: 190px;
}
span.sku_box,
.posted_in, span.cat_box {
    margin-bottom: 15px;
}
.button_box {
    margin: 0 0 20px 0;
}
.wizpay_tp { font-size: 18px; padding: 2px 10px;}

.sticky_google_review { width: 37%;}
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-widget-container .ti-header .ti-name { display:none;!important;  font-size: 14px;}




}
@media screen and (min-width:992px) {
.product_detail_img_box .container .product-image-details h1,
.product_detail_img_box .container .product-image-details h1.text-center.h3{display:none}

.slide-item a.hover_box {width: 100%;float: left;position: relative;}
.slide-item a.hover_box img {transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.slide-item a.hover_box:hover img {transform: translate(-50%, -50%) scale(1.1);}
/* .slide-item a.hover_box:after {position: absolute;content: "";width: 0;float: left;background-color: rgb(252 200 209 / 60%);top: 0;left: 0;z-index: 222;height: 0;opacity: 0;margin: auto;right: 0;bottom: 0;}
.slide-item a.hover_box:hover:after {width: 100%;height: 100%;opacity: 1;} */

.home_banner figure.home_banner_main img {height:600px;}

}


@media screen and (max-width:991px) {
.product_listing_content {padding-top: 0px;}
.site-main.no_banner .content-area.consignment_page .steps_box .work_box { padding:23px 40px 24px 49px;}    
.steps_box figure.work_box:before {border-left: 25px solid transparent;}
.steps_box figure.work_box:after {border-left: 25px solid transparent;}
.steps_box .row .col-12:before {border-right: 25px solid transparent;}
.steps_box .row .col-12:after {border-right: 25px solid transparent;}
.steps_box figure.work_box h4 {    font-size: 13px;}
.bags_upload_main .form-group{ max-width: 50%;}
.radio-container label.label-radio {    max-width: 49%;}
.product-image-box .product-image-large .yith-wcwl-add-to-wishlist {    right: 10px;    top: 10px;}
.Carousel__CarouselOuter-sc-1y666a6-1 {padding: 0 30px;}
.Carousel__CarouselArrowControlContainer-sc-1y666a6-3.jMSFdg {left: -8px !important;}
.Carousel__CarouselArrowControlContainer-sc-1y666a6-3.kANaLF {right: -8px !important;}
.ReviewBackground__Container-sc-1jrpbkc-0.dFnojX {padding-left: 10px !important;padding-right: 10px !important;}
.product_detail { margin: 0 0 0 0;    text-align: left;}
.thumb-Images li{ max-width: 33.3333%;}
.listing_box .col-6 {    margin: 0 0 50px 0;}
.footer-bottom .container .signature {    display: block;}
.footer-bottom .container .signature p {    display: block;    margin: 0 0 0 0 !important;}
.footer-bottom .container .signature p+p:before {    display: none;}
.footer-bottom .container ul.footer-social {    margin: 0 0 !important;}
.footer-bottom .container ul.footer-social:before {    display: none;}
.product-image-box {    max-width: 530px;    margin: 0 auto;    width: 100%;}
.woocommerce-MyAccount-content ul.tabs {    margin: 0 -5px;    justify-content: left;}
.woocommerce-MyAccount-content ul.tabs li {    padding: 0 5px;}
.woocommerce-MyAccount-content ul.tabs li span {    font-size: 12px;}
.woocommerce #my-account-menu.position-vertical-left {    width: 25%;}
.woocommerce-account .woocommerce-MyAccount-content{width:75% !important;}
.woocommerce-MyAccount-content ul.tabs:before {    left: 5px; right: 10px;}
.woocommerce-MyAccount-content ul.tabs li:after{left:5px; right:5px;}
.img_slider a {    height: auto;}
.listing_box {}

.img_slider a {z-index: 1;padding-bottom: 70%;position: relative;overflow: hidden; display:block}
.img_slider a img { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.header-center-box .container > div.logo {margin: 0 0 0 80px;}
.home_banner figure.home_banner_main img {	min-height: 500px;}
.home_banner figure.home_banner_main figcaption {	max-width: 350px;}
.home_banner figure.home_banner_main figcaption .h1, .home_banner figure.home_banner_main figcaption h1 {	font-size: 28px;	margin: 0 0 15px 0}
ul.options_box li span.line {	width: 210px}
ul.options_box li:nth-child(even) span.line {	width: 150px;}
ul.options_box li span.icon_box {	height: 60px;	width: 60px;}
ul.options_box li {	margin: 0 0 20px 0;}
ul.options_box li h4 {	max-width: 210px;	font-size: 16px;	line-height: 24px;}
.testmonial_slider .item > p {	font-size: 16px;	line-height: 30px;}
.newsletter_box, .footer_payment_box {	text-align: center;}
.newsletter_box span.title {	margin: 0 0 10px 0;}
.newsletter_box .form-group {	margin: 0 auto;}
.newsletter_box {	margin: 40px 0 40px 0;}
.footer-bottom .container ul.footer-social li+li {	margin-left: 20px;}
ul.tabs > li+li {    margin: 0 0 0 45px;}
.product_detail_img_box .container .product-image-details {    width: 100%;}
.product_detail_img_box .container .productdetailcontent_main {    max-width: 100%;    padding: 50px 0 0 0;    text-align: center;}
.threebox_main, .product_detail_img_box .container .product-image-details .images {    max-width: 530px;    margin: 0 auto;  width: 100%;}
.threebox_main{margin: 30px auto 0 auto;}
.productdetailcontent h6{margin: 0 0}

.woocommerce form .plan_price a + p {text-align: center;}
.sticky_google_review { width: 42%;}
body .ti-widget[data-layout-id='23'][data-set-id='drop-shadow'] .ti-profile-img {    margin: 0 5px 0 0 !important;}


div .bestselling_box { padding-left: 45px;  padding-right: 45px;}
.bestselling_box .img_slider a { height: 220px;}
.slide-item a.hover_box {height: auto;}
.luxury_we_sec ul li {width:33.33%; }
}



@media screen and (max-width:768px) {
body .woocommerce table.shop_table_responsive tr.cart-discount.coupon-test2 td {  text-align: right !important;}
tr.cart-discount.coupon-test2 td::before {    content: attr(data-title) "" !important;}    
.spinner {    max-width: 150px;}

}


@media screen and (max-width:767px) {
.product-image-box .product-image-large .yith-wcwl-add-to-wishlist a i.yith-wcwl-icon.fa.fa-heart-o {  font-size: 20px;}
.desktop_only{display:none}
.steps_box .row .col-12 {    -ms-flex: 0 0 33.3333%;    flex: 0 0 33.3333%;    max-width: 33.3333%;}
.steps_box .row {}
.site-main.no_banner .content-area.consignment_page .steps_box .work_box {    padding: 15px 30px 15px 40px;}
.steps_box figure.work_box span.nun {    right: 30px;    font-size: 20px;    top: 15px;}
.steps_box figure.work_box .work_icon, .steps_box figure.work_box .work_icon svg { height: 30px;    width: 30px;    margin-top: 0 !important;}
.steps_box figure.work_box h4 {  font-size: 12px;}
.steps_box .row .col-12 + .col-12 {    margin-top: 0;}
.steps_box .row .col-12:after {    border-top: 53px solid #fff;}
.steps_box .row .col-12:before {    border-bottom: 53px solid #fff;}
.steps_box figure.work_box:before{border-top: 53px solid #fff;}
.steps_box figure.work_box:after{    border-bottom: 53px solid #fff;}
.steps_box .row .col-12:nth-child(1) figure.work_box .work_icon, .steps_box .row .col-12:nth-child(2) figure.work_box .work_icon {margin-top: 6px;}
.steps_box figure.work_box {    height: 106px;}
.additional_txtbox small {    font-size: 12px;}
label.label-checkbox input, label.label-checkbox span.checkbox-icon, .label-radio input, .label-radio span.radio-icon {    top: 1px;}
.navigation .mobile_only {    max-width: 100%;    margin-top: 30px;}
section.consignment_main_box .container > .row > .col-12:nth-child(1){order:2}
section.consignment_main_box .container > .row > .col-12:nth-child(2){order:1}
.site-main.no_banner .content-area.consignment_page .steps_box {  margin-bottom: 40px;}
.site-main.no_banner .content-area.consignment_page .contactform .faq_box_main h2, .site-main.no_banner .content-area.consignment_page .contactform .faq_box_main .h2 {    text-align: center;}
.faq_content_main p {    margin-bottom: 15px;}
.faq_content_main p+p {    margin-top: 15px;}
.consignment_form {    margin-bottom: 40px;}
section.consignment_main_box > .container {    padding: 0 15px;}
section.consignment_main_box .container > .row {    margin: 0 -15px;}
section.consignment_main_box .container > .row > [class*="col-"] {    padding: 0 15px;}
.home_banner > .slide-item:not(:first-child) {    display: none;}
.home_banner > .slide-item {    width: 100%; float: none;}
ul.woocommerce-error:before {    top: 12px !important;}
.header-right-box ul.header_options li .user_option_main ul.user_option li a {    padding: 5px 0;}
.listing_box .listing_sorting h6{margin: 0 0}
.returnpage .working_box {    padding-bottom: 20px !important;}   
.returnShipping_section {    padding: 40px 0;}    
section.planpageextcontent_section {    padding: 15px 0 0 0;}
.planpage_section .why_choosebox h2 br, .planpage_section .why_choosebox .h2 br {    display: none;}
.planpageextcontent h3 {    margin-bottom: 10px !important;}
.planpageextcontent {    margin-top: 15px;}
.planpage_section .why_choosebox ul.options_box li h4 {  margin-left: 0;}    
.faq_box_main + .faq_box_main {
    margin-top: 50px;
}
.faq_box_main .accordion .card .card-header button {
    padding: 10px 35px 10px 0;
    font-size: 16px;
}
.faqcontact_box_main .btn {
    position: relative;
    right: 0;
    top: 0;
    min-width: inherit;
    padding: 0 40px;
    margin-top: 0;
}
.faqcontact_box_main {
    padding: 20px 20px;
    text-align: center;
}
.faqcontact_box_main h2, .faqcontact_box_main .h2 {
    font-size: 25px;
}
.inner-pages.faqpage, .inner-pages > .cms_page, .inner-pages .planpage_section, .inner-pages .returnpage{
    padding-bottom: 40px;
}    
.about_page .collectionleft {
    text-align: left;
}

.header-center-box .container > div.header-left-box form {
    display: none;
}

.header-right-box ul.header_options {
    margin-top: 3px;
}    
.filterleftmain + .col-12 p.woocommerce-info {
    padding: 10px 10px 11px 41px;
    min-height: 40px;
}    
.page-heading h1, .page-heading span, .page-heading div {
    text-align: center;
    padding: 14px 10px 10px 10px;
    height: auto;
}    
.footer_links_main .footer_links_box ul.mobile-accordion-toggle {
    font-size: 0;
}    
.minicartdes a {
    font-size: 12px;
}

.minicartdes span.woocommerce-Price-amount.amount {
    font-size: 12px;
}    
.productdetailcontent .price_box+.button_box {
    margin-top: 0;
}
.product_detail table tr td, .product_detail table tr th {
    padding: 0 0 10px 0 !important;
}
.product_detail table tr td {
    padding: 0 0 10px 15px !important;
}
.site-main.no_banner .content-area.search_page {
    padding: 40px 0;
}
label.error{ padding: 2px 5px 2px;}
.site-main.no_banner .content-area.consignment_page{ padding: 40px 0;}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form .radio-container-main .radio-container label.label-radio {
    max-width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form .radio-container-main .radio-container label.label-radio+label.label-radio{margin-top:10px !important}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard form .radio-container-main .radio-container .input-label,
form label{font-size:14px !important}
.payment-method-main span.methodtitle {
    font-size: 24px; margin:0 0 20px 0;}

.dd-container {
    width: 100px !important;
}
.dd-container .dd-select .dd-pointer.dd-pointer-down {
    right: 10px;
}
.dd-container .dd-select a.dd-selected img {
}
.offerModal_box {
    padding: 30px;
}
.button_box a.btn.btn-border.btn-primary {
    min-width: 150px;
}
ul.breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none !important;
    margin: 0 20px !important;
    width: auto;
}
.listing_box .listing_sorting form{margin:0 0}
.featured figcaption {
    margin-top: 15px;
}
.payment_type_main .payment_type_box .payment_method_action .btn {
    min-width: 100px;
    min-height: 35px;
    line-height: 35px;
}
.product-image-box {
    max-width: 470px;
}
.product-image-box .product-thumbnails .slick-slide {
    padding-bottom: 100%;
}

.productdetailcontent h6 {
    display: none;
}

.myaccount_main_box{display:none; border-bottom: 1px solid #c0c0c0; padding:0 0 15px 0; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;}

.woocommerce #my-account-menu.position-vertical-left h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #d2d2d2;
}
.woocommerce #my-account-menu.position-vertical-left h3 span{ display: inline-block; position: relative; z-index: 1;}
.woocommerce #my-account-menu.position-vertical-left h3 span:before{    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    height: 3px;
    width: 100%;
    background: #222;}
.woocommerce #my-account-menu.position-vertical-left h3.in {}

.woocommerce #my-account-menu.position-vertical-left h3.in:before {
    display: none;
}
.woocommerce #my-account-menu.position-vertical-left h3:before, .woocommerce #my-account-menu.position-vertical-left h3:after {content: "";position: absolute;top: 50%; right:10px; height:14px; width:2px; background:#222; transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); -webkit-transform:translateY(-50%); pointer-events: none;}
.woocommerce #my-account-menu.position-vertical-left h3:after{height:2px; width:14px;}
.woocommerce #my-account-menu.position-vertical-left h3:before {
    right: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content .tab_container .tab_content+h3 {
    margin-top: 15px;
}
.woocommerce #my-account-menu.position-vertical-left .user-profile {
}
.woocommerce #my-account-menu.position-vertical-left{width:100%; float:none}
ul.myaccount-menu {
	padding:0 0 !important; border:0; 
}
ul.myaccount-menu li {
    padding: 0 10px !important;
	margin:0 0 !important;
}
ul.myaccount-menu > li.active a{display:block !important; }
ul.myaccount-menu > li.active a:after {display:none; }
	
.woocommerce-account .woocommerce-MyAccount-content .tab_container {
    margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .tab_container h3 {
    font-size: 14px;
    color: #222222;
    margin: 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content .tab_container h3:before {
    background: #222;
}

.woocommerce .woocommerce-MyAccount-content .accordion_main {
    margin: 15px 0 0 0;
}
.woocommerce #my-account-menu.position-vertical-left .yith-wcmap .user-profile{justify-content: center;}
.detaildate_main .titleimgmain h1 {
    font-size: 30px;
}    
.blogdetail_tag_social {
    margin-top: 36px;
}
.events_section {
    padding: 35px 0;
}
.detaildate_main {
    margin: 0 0 20px 0;
}
.cmscontentmain h3, .cmscontentmain .h3, .cmscontentmain h2, .cmscontentmain .h2, .cmscontentmain h4, .cmscontentmain .h4, .cmscontentmain h5, .cmscontentmain .h5, .cmscontentmain h6, .cmscontentmain .h6 {
    margin-top: 26px;
    margin-bottom: 14px;
}
.my_pagination .pagination li, .my_pagination .pagination li a, .my_pagination .pagination li span{font-size:14px}
.my_pagination .pagination li a svg {
    margin: -3px 5px 0 0;
}
.my_pagination .pagination li a.next svg {
    margin: -3px 0 0 5px;
}
.blog-filters-dropdown {
    padding: 0 0 40px 0;
}
.blogdetail_tag_social label {
    font-size: 15px;
}
.blog-filters-dropdown {
    padding: 0 0 30px 0;
}
.blog-filters-dropdown .blog-filter {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.blog-filters-dropdown .blog-filter + .blog-filter {
    margin-left: 0;
}
.blog-filters-dropdown .blog-filters-search-box {
    width: 100%;
    float: right;
    padding: 0 15px;
}
.blog-filters-dropdown {
    width: auto;
    margin: 0 -15px;
} 
.cart_open .cart_sidebar_main {
	margin-left: -300px;
}
.cart_sidebar_main {
	width: 300px;
}
.cart_open .site-main:before {
	right: 280px;
}
.cart_empty_content .carttitle {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.mini_cart span.title {
	font-size: 24px;
}
.cart-close {
	top: 10px;
}
header form .form-group.select_box:before {
	right: 0;
        top: 8px;
}
header form .form-group.select_box {
	margin: 0 0;
}
header form .form-group.select_box .form-control {
	padding: 0 20px 0 40px !important;
}
.header-left-box a.btn {min-width: inherit;min-height: inherit;line-height: 30px;font-size: 13px;padding: 0 10px;margin-right: 5px;}
.header-top p , .header-top.header-top-second p {
	font-size: 13px;
	line-height: normal;
	font-weight: 400;
}
.header-top.header-top-second p{text-decoration: none;font-weight: 700;}
.header-top .header-top.header-top-second p{
	padding: 5px 0;
}
.header-center-box .container > div.logo {
	margin: 0 0;
	text-align: left;
	position: relative;
	max-width: 50%;
	left: auto;
	top: auto;
	transform: none;
}
.header-list-main > div.search_main {
	max-width: 50%;
}
.search_form .form-group input.form-control {

	padding: 0 40px 0 10px;
	font-size: 12px;
}
.search_form .form-group+input.submit {
	right: 10px;
}
.header-center-box {
	padding: 10px 0;
}
.container-main {
	margin-top: 149px;
    
}
.home_banner figure.home_banner_main img {
	min-height: 300px;
}
.home_banner_box_main {
	background: #ccc;
}
.home_banner figure.home_banner_main figcaption {
	max-width: 300px;
}
.home_banner figure.home_banner_main figcaption .h1, .home_banner figure.home_banner_main figcaption h1 {
	font-size: 25px;
	min-height: 50px;
    line-height: 29px;
	height: auto;
}
.button_box .btn, .btn {
	position: relative;
	z-index: 1;
	min-width: 150px;
	min-height: 45px;
	line-height: 45px;
	font-size: 14px;
}
.btn-border, .button_box .btn.btn-border{line-height: 41px;}
ul.tabs {
	display: none;
}
h3.tab_drawer_heading {
	color: #222;
	font-weight: 600;
	font-size: 18px;
	margin: 0 0;
	position: relative;
	line-height: 36px;
}
h3.tab_drawer_heading:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ff7fac;
}
.bestselling_box .tab_content {
    margin-top: 15px;
}
.bestselling_box .tab_content+h3.tab_drawer_heading {
	margin-top: 15px;
}

h1, .h1, .product_listing_content h1, .product_listing_content span, .product_listing_content div {
	font-size: 34px;
}
h2, .h2 {
	font-size: 28px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
h6, .h6 {
	font-size: 14px;
}
h3.tab_drawer_heading span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
h3.tab_drawer_heading span:before, h3.tab_drawer_heading span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	height: 15px;
	width: 2px;
	background: #222;
}
h3.tab_drawer_heading span:after {
	height: 2px;
	width: 15px;
	right: 14px;
}
h3.tab_drawer_heading.d_active {
}
h3.tab_drawer_heading.d_active span:before {
	display: none;
}
html, body {
	font-size: 14px;
	line-height: 24px
}
.bestselling_box, .why_choosebox, .working_box, .testmonial_box, .similarproduct_main {
	padding: 40px 0;
}
.testmonial_box h2, .testmonial_box .h2 {
	margin: 0 0 15px 0
}
.bestselling_box h2, .why_choosebox h2, .working_box h2, .inner-pages h2, .inner-pages .working_box h2,
.bestselling_box .h2, .why_choosebox .h2, .working_box .h2, .inner-pages .h2, .inner-pages .working_box .h2 {
    margin-bottom: 15px;
}
.w_img {
	display: none;
}
ul.options_box {
	margin: 0 0;
	display: flex;
	flex-wrap: wrap;
}
ul.options_box li span.line {
	display: none;
}
ul.options_box li span.icon_box {
	margin: 0 0 10px 0;
}
ul.options_box li {
	max-width: 50%;
	width: 100%;
	display: inline-block;
	text-align:center;
	margin: 0 0 30px 0 !important;
}
ul.options_box li h4 {
	max-width: 100%;
	margin: 0 0; font-size:14px;
}
ul.options_box li span.icon_box:before {
	transform: translate(-50%, -50%) scale(0.8);
	-moz-transform: translate(-50%, -50%) scale(0.8);
	-ms-transform: translate(-50%, -50%) scale(0.8);
	-o-transform: translate(-50%, -50%) scale(0.8);
	-webkit-transform: translate(-50%, -50%) scale(0.8);
}
.work_box h5 {
	font-size: 15px;
	margin: 0 0 7px 0;
}
p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom:15px;
}
p+p {
    margin-top: 15px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
	margin: 0 0 15px 0;
}
.testmonial_box h5 {
	margin: 0 0 10px 0;
}
.testmonial_slider .item > p {
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 15px 0;
}
.instagram_box h2, .instagram_box .h2 {
	font-size: 20px;
}
.instagram_box h2 a svg, .instagram_box .h2 a svg {
	height: 25px;
	width: 25px;
	margin: 0 10px 0 0;
}
.footer-top {
	padding: 40px 0
}
.footer_links_main .footer_links_box li, .footer_links_main .footer_links_box p, .footer_links_main .footer_links_box p a {
	font-size: 12px;
	line-height: 24px;
}
.footer_links_main .footer_links_box li+li {
	margin-top: 5px;
}
.footer_links_main .footer_links_box {
	max-width: 100% !important;
}
.footer_links_main .footer_links_box span.title {
	position: relative;
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 30px;
	border-bottom: 2px solid #ff7fac;
    text-transform: none;
}
.footer_links_main .footer_links_box span.title span {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;

	top: 0;
}

.footer_links_main .footer_links_box ul.mobile-accordion-toggle {
	padding:12px 0 10px 10px;
	display: none
}
.footer_links_main .footer_links_box+.footer_links_box {
	margin-top: 10px;
}
.footer_links_main .footer_links_box+.footer_links_box {
	margin-top: 10px;
}
.footer_links_main .footer_links_box span.title span:before, .footer_links_main .footer_links_box span.title span:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%);
	height: 16px;
	width: 2px;
	background: #222;
}
.footer_links_main .footer_links_box span.title span:after {
	height: 2px;
	width: 16px;
	right: 8px;
}
.footer_links_main .footer_links_box.in span.title span:before {
	height: 0
}
.footer-bottom .container .signature {
	max-width: 100%;
	order: 2;
}
.footer-bottom .container ul.footer-social li+li {
    margin-left: 15px;
}
.footer-bottom {
	padding: 15px 0;
}
.mobile_only {
	max-width: 40%;
	width: 100%;
}
.mobile_only .form-group.select_box {
	width: auto;
}
.designers_box .h5 {
	font-size: 15px;
}
.header-center-box .container > div.header-left-box {
	/* display: none; */
	position: absolute;
	right: 135px;
	max-width: inherit;
	left: auto !important;
	display: block !important;
	width: auto;
	top: 19px;
}
.featured.i_piece:before{width: 115px; font-size:12px}
.listing_box .featured .yith-wcwl-add-to-wishlist a.wishlist,
.featured a.wishlist{ right: 10px; top: 10px;}
.featured a.wishlist i:before { font-size: 20px;}
.featured a.wishlist { height: 21px; width: 21px;}
.listing_box .featured figcaption a.cart, .featured figcaption a.cart{right:0}
.designers_slider {
    margin: 0 -5px;
}
.designers_slider .slide-item {padding: 0 5px;}
.testmonial_slider p, .testmonial_box_inner p+p{font-size:16px; line-height:30px;}
.testmonial_box_inner p+p:before{top:7px}
.testmonial_slider{padding:0 0}
button.slick-arrow svg { height: 30px; width: 20px;}
.testmonial_box_inner .testmonial_box_inner_img {width: 100%;}
.testmonial_box_inner .testmonial_box_inner_img img {
    margin: 0 auto;
}
.content-area {
    padding: 40px 0 0 0;
}
.contact_map{margin:40px 0; height: 400px}
.content_collection_section {
    margin: 40px 0;
    padding: 40px 0;}
.inner-pages .working_box {
    padding: 0 0 40px 0;
}
.page-heading {
    min-height: 300px;
}
.page-heading h1, .page-heading span, .page-heading div {
    font-size: 26px;
    max-width: 300px;
    height: 60px;
}
.collectionleft {
    text-align: center;
}

.collectionleft h2 br, .collectionleft .h2 br {
    display: none;
}

.content_collection_section:after {
    display: none;
}

.collectionright {
    max-width: 500px;
    margin: 40px auto 0 auto;
    border: 5px solid #fff;
}
.inner-pages .working_box .work_box h5 {
    margin: 0 0 5px 0;
}
.collectionleft a.btn {
    margin-top: 10px;
}
.logo img {
    max-width: 150px !important;
}
.form-group .form-control {
    height: 40px;
    line-height: 36px;
    font-size: 14px;
}

.form-group .input-label {
    top: 6px;
    font-size: 14px;
}

.form-group textarea.form-control {

    min-height: 100px;
}
.form-group+button.btn, .form-group+.btn, form .btn {
    margin-top: 10px;}
.site-main.no_banner .content-area.woo_pages{padding:40px 0}
.site-main.no_banner .content-area {
    padding: 40px 0 0 0;
}
.threebox_main .row .col-12:nth-child(2), .threebox_main .row .col-12:nth-child(3) {
    padding: 0 15px;
}

.threebox_main .row .col-12:nth-child(2), .threebox_main .row .col-12:nth-child(3) {
    padding: 0 15px;
}
#wpis-gallery .slick-list.draggable .slick-slide {
    padding-bottom: 100%;
}
.product_detail_img_box .container .productdetailcontent_main { padding: 30px 0 0 0;}
.threebox_main, .product_detail_img_box .container .product-image-details .images {
    max-width: 455px;  max-width: 100%;
}
a.btn-text {
    font-size: 14px;
}
.threebox {
    margin-bottom: 70px;
}
.threebox p{font-size:16px}
.button_box {
    margin: 0 0 30px 0;
}
.accordion_main .card-header button.btn-link {
    padding: 5px 30px 5px 0;

}

.accordion_main .card-header button.btn-link span:before {
    bottom: -5px;
}

.accordion .card .card-body {
    padding: 10px 0 0 0;
}

ul.product_detail {
    margin: 0 0 0 0;

}

.accordion .card+.card {
    margin-top: 15px;
}

.accordion_main .card-header button.btn-link {
    font-size: 14px;
    line-height: 24px;
}
ul.product_detail li *{ padding-bottom: 5px;}
.container-main ul > li, .container-main ol > li {
    font-size: 14px;
}
ul.product_detail li p {
    padding: 0 0 0 20px;
}
ul.rattings_main li{font-size:12px; line-height: normal;}
ul.rattings_main li+li {
    margin-left: 0 !important;
}
.accordion_main {
    text-align: left;
}
span.cat_box, .price_box {
    margin: 0 0 15px 0;
}

.productdetailcontent h6 {
    line-height: 24px;
    margin: 0 0 10px 0;
}
.btn.sticky_btn{padding:0 10px 0 35px}
.btn.sticky_btn span {
    left: 8px; margin:-2px 0 0 0;
}
.btn.sticky_btn span,
.btn.sticky_btn span svg {
    height: 20px;
    width: 20px;
}
.footer-bottom .container ul.footer-social {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0 0 0 !important;
}
.footer-bottom .container ul.footer-social:before{display:none}

.listing_box .listing_sorting form .form-group.select_box .form-control {
    height: 45px;
    line-height: 45px;}
.product_listing_main .container .filterleftmain .filter_sidebar_toggle{    height: 45px;
    width: 45px;}
.product_listing_main .container .filterleftmain .filter_sidebar_toggle svg {
    height: 26px;
    width: 26px;}
.listing_box .listing_sorting {
    margin-left: 60px;
}
.product_listing_content {
    margin: 0 0 40px 0;
}
.listing_box {
    margin-bottom: 40px;
}
.site-main.no_banner .content-area.product_listing_page {
    padding: 40px 0 0;
}
.site-main.no_banner .content-area.product_listing_page .product_listing_content {
    margin: 0 0 0 0;
}

.listing_box .img_slider {
    margin-bottom: 15px;
}
.mini_cart .mini_cart_item {
    padding: 5px 0 5px 30px !important;
}

.mini_cart .mini_cart_item .remove {
    left: 0;
    top: 27px;
    height:20px;
    width:20px;
}
.mini_cart .mini_cart_item .remove span:before, .mini_cart .mini_cart_item .remove span:after{    height: 10px;    width: 2px;}
.mini_cart li a img {
    width: 60px !important;
    margin: 0 0 0 0 !important;
}

.minicartdes {
    width: 158px;
}
#mini_cart .cart-minproduct .btn {
    min-width: 150px !important;
}
.mini_cart_products .buttons .cart-minproduct {
    justify-content: center;
}
#mini_cart .cart-minproduct .btn+.btn{margin-top:15px}
.site-main.no_banner .content-area.error-page {
    padding: 40px 0;
}
.page_not_found .not_found_text {
    font-size: 110px;
}

.page_not_found .not_found_text .svg_icon, .page_not_found .not_found_text .svg_icon svg {
    width: 90px;
    height: 90px;
}
.work_box {  padding: 0 0; margin: 0 0 25px 0;}
.thumb-Images li {
    max-width: 50%;
}

.contactform form.consignment_form {}

.contactform form.consignment_form label.lbl-input, .contactform form.consignment_form label.input-label {
    margin-bottom: 5px !important;
}

.contactform form.consignment_form label.input-label {}
.product-image-box .product-thumbnails {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    margin: 30px -15px 0 -15px;
}

.product-image-box { padding: 0 0;}
.product-image-box .product-thumbnails .slick-slide a {
    display: block;
    padding-bottom: 100%;
}
.product-image-box .product-thumbnails .slick-slide {
    padding-bottom: 0;
    margin: 0 0;
    padding:0 15px;
    border: 0;
}
.product-image-box .product-thumbnails .slick-slide a {
    display: block;
    padding-bottom: 100%;
    position: relative;
    /*border: 1px solid #d7d7d7;*/
}

.product-image-box .product-thumbnails button.slick-arrow {
    left: -10px;
    transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%);
    top: 50% !important;
    bottom: auto !important;
}

.product-image-box .product-thumbnails button.slick-next.slick-arrow {
    left: auto;
    right: -10px;
}
.threebox.text_box {
    text-align: center;
    justify-content: center;
}
.threebox img {
    max-width: 150px !important;
}
.page-heading.grey_banner {
    min-height: 150px;
}
.planpage_section .why_choosebox ul.options_box li h4 {
    font-size: 13px;
}
.planpageextcontent+.planpageextcontent {
    margin-top: 40px;
}
ul.options_box li span.icon_box svg, ul.options_box li span.icon_box img {
    transform: translateY(-50%) scale(0.8);
    -moz-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    -o-transform: translateY(-50%) scale(0.8);
    -webkit-transform: translateY(-50%) scale(0.8);
    transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; -o-transform-origin: center center; -webkit-transform-origin: center center;
}
.badges { bottom: 20px;}



.badges {
    position: inherit; bottom: inherit !important;
    right: inherit;
    display: flex !important;
    justify-content: center;transform: translate(-50%, 0);
    width: 100%;     margin-top: 10px !important;
}
ul.badges li {  min-width: inherit;    border: 1px solid #ccc;}
.home_banner_box_main{background: none;}
ul.badges li + li {    margin: 0 0 0 15px;}

.wizpay_tp { font-size: 14px; top:20px; width: 300px;}

.footer_payment_box1.newfooterpayment { flex-wrap: wrap;  margin-bottm: 10px;}
.footer_payment_box1.newfooterpayment span.title {  width: 100%;
    text-align: center;
    margin: 0 0 15px;
}
.footer_payment_box1 {

    margin-bottom: 10px;
}
.footer_payment_box1 img {
    width: 100%;
}
.mobileview{display: block;}
.desktopview{display: none;}
.outright_price button.single_add_to_cart_button { height: 49px;}
.threebox_main {  margin: 50px auto 0 auto;    float: left;}
.wizp-pop-outer .wizp-pop-inner {  width: 90% !important;}

.sticky_google_review {    width: 54%;}

   .footer-top span.title{ position: relative;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 2px solid #ff7fac;
    text-transform: none;}
.footer_links_main.popular_bx .footer_links_box {
    margin-top: 10px;
}
.sticky_email a{left: 14px;}
.sticky_button.sticky_contact.sticky_email.btn.btn-primary {
    top: 460px;
    height: 36px !important;
}


body .arrow_div {top: 239px;width: 36px;}
.slide-item a.hover_box { padding-bottom: 200px !important;}
}

@media screen and (max-width:575px) {
.product-image-box .product-thumbnails {
    margin: 10px -5px 0 -5px;
}

.product-image-box .product-thumbnails .slick-slide {
    padding: 0 5px;
}
.autocomplete-suggestion .yith_wcas_result_image {
    float: none !important;
    margin: 0 0 10px 0 !important;
}
.steps_box figure.work_box {
    height: 116px;
}    

.steps_box figure.work_box h4 {
    display: block !important;
}

.site-main.no_banner .content-area.consignment_page .steps_box .work_box .work_icon {
    position: relative !important;
    float: none !important;
}
.steps_box figure.work_box h4 {
    font-size: 10px;
}

.steps_box figure.work_box {
    height: 106px;
    margin-bottom: 0 !important;
}
.steps_box .row .col-12:before {
    border-bottom: 53px solid #fff;
}
.steps_box .row .col-12:after {
    border-top: 53px solid #fff;
}
.steps_box figure.work_box:after {
    border-bottom: 55px solid #fff;
}
.steps_box figure.work_box:before {
    border-top: 55px solid #fff;
}
.steps_box figure.work_box h4 {
    display: block !important;
}    
.site-main.no_banner .content-area.consignment_page .steps_box .work_box {
    margin: 0 0 10px 0;
    min-height: 30px;
    padding: 15px 30px 15px 40px;
}
.site-main.no_banner .content-area.consignment_page .steps_box .work_box .work_icon, .site-main.no_banner .content-area.consignment_page .steps_box .work_box .work_icon svg {
    height: 20px;
    width: 20px;
}
.site-main.no_banner .content-area.consignment_page .steps_box h4 {
    margin: 0 0;
    max-width: 100%;
}
.site-main.no_banner .content-area.consignment_page .steps_box .btn {
    margin: 10px 0 0 0;
}
    
.img_slider ul.slick-dots {
    bottom: -10px;
}
.work_box h4 {
    max-width: 100%;
    width: 100%; margin:0 auto
}
.product-image-box  {
    max-width: 365px;
}
.detaildate_main .titleimgmain h1 {
    font-size: 24px;
}    
.blogdetail_share ul li a svg {
    width: 15px;
    height: 15px;
}
.articles_box {
    max-width: 320px;
    margin: 0 auto 30px;
}
.articles_box .articles_content {
    padding: 10px 0 0 0;
}
.articles_box .articles_content .articles_title_main {
    margin: 6px 0;
}
.work_box {
	text-align: center;
	padding: 0 0 0 0;
	position: relative;
	z-index: 1;
	margin: 0 0 30px 0;
	min-height: 49px;
}
.work_box .work_icon {
}
.work_box:after {
	content: "";
	display: table;
	clear: both;
}

.footer-bottom .container .signature p {
	display: block;
	margin: 0 0 0 0 !important;

}
.footer-bottom .container .signature p+p:before {
	display: none
}

.page-heading {
    min-height: 200px;
}
.page-heading h1, .page-heading span, .page-heading div {
    font-size: 22px;
    max-width: 250px;
    height: 50px;
}
.threebox_main, .product_detail_img_box .container .product-image-details .images {
    max-width: 365px;    max-width: 100%;
}
/*.listing_box .featured figcaption a.p_title {
    max-height: 50px;
}*/
.listing_box .listing_sorting h6 {
    max-width: 100%;
    order: 2;
    margin: 15px 0 0 -60px;
}

.listing_box .listing_sorting form {
    max-width: 100%;
}
.badges li img { width: 150px;}
ul.badges li { padding: 5px 9px 7px;}
.home_banner figure.home_banner_main figcaption .h1, .home_banner figure.home_banner_main figcaption h1 { line-height: 31px;}
ul.badges li + li { margin: 0 0px 0 10px;}
.badges .klar_lg img {
    width: 75px;
}
.sticky_google_review {    width: 68%;}

.slide-item a.hover_box { padding-bottom: 150px !important;}
#product-slider__main .slick-slide {height: 350px;}
#product-slider__main .slick-list { height: auto !important;}
}
@media screen and (max-width:479px) {
.home_banner figure.home_banner_main img {
    min-height: 250px;
}
.steps_box figure.work_box {
    height: 120px;
    }
.site-main.no_banner .content-area.consignment_page .steps_box .work_box{padding: 15px 20px 15px 25px;}
.steps_box .row .col-12:before {
    border-bottom: 60px solid #fff;
}
.steps_box .row .col-12:after {
    border-top: 60px solid #fff;
}
.steps_box figure.work_box:before{border-top: 60px solid #fff;}
.steps_box figure.work_box:after{border-bottom: 60px solid #fff;}
.steps_box figure.work_box span.nun {
    right: 20px;
}
.steps_box figure.work_box:after {
    border-left: 15px solid transparent;
}
.steps_box figure.work_box:before {
    border-left: 15px solid transparent;
}
.steps_box .row .col-12:after {
    border-right: 15px solid transparent;
}
.steps_box .row .col-12:before {
    border-right: 15px solid transparent;
}
.paydepositradiomain .input-radio~label {
    padding-left: 34px;
}
.paydepositradiomain {
    padding: 0 9px;
}
tr.deposit-buttons .basic-switch-woocommerce-deposits {
    margin: 0 -9px;
}
.bags_upload_main .form-group {
    max-width: 100%;
}
.payment_type_main .payment_title_box .h5, .payment_type_main .payment_type_box .h5 {
    font-size: 14px;
    max-width: 30%; width: 100%;
}
.payment_type_main .payment_type_box .payment_method_action {
    max-width: 70%;
    width: 100%;
    text-align: right;
}
.payment_type_main .payment_type_box .payment_method_action .btn {
    min-width: 60px;
    min-height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 10px;
}
.header-center-box .container > div.header-left-box {
    right: 111px;
}
.header-left-box a.btn {
    width: 41px;
    line-height: normal;
    padding: 2px 5px;
    font-size: 11px;
}
.logo img {
    max-width: 135px !important;
}
.header-right-box ul.header_options {
    margin-top: 1px;
}
.header-center-box .container > div.header-left-box {
    top: 17px;
}
.checkbox-container label.label-checkbox {
    max-width: 100%; margin:0 0 5px 0 !important
}
.thumb-Images li {
    max-width: 100%;
}
.payment-method-main {
    padding: 30px 15px;
}
.product-image-box  {    max-width: 290px;}

.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard .sell_item_info_main,
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard .MyItemFetureimage{max-width:100%}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard .sell_item_info_main{padding:10px 0 0 0 }
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard{padding:0 0}
.woocommerce-account .woocommerce-MyAccount-content .accordion .card .card-body .MyItemProductCard{padding: 15px 0}
.woocommerce-account .woocommerce-MyAccount-content .MyItemProductCard .MyItemFetureimage {
    text-align: center;
}
.listing_box .featured figcaption {
    padding: 0 0 30px 0;}
.listing_box .featured p.price del, .listing_box .featured p.price ins {
    display: block;
}
.blogdetail_share ul li {
    padding-left: 10px;
}
.detaildate_main span.articles_date {
    font-size: 16px;
    top: 17px;
}
.blogdetail_tag_social .populartags_main a {
    font-size: 13px;
    line-height: 22px;
    padding: 1px 10px 0px 10px;
}
.header-top p {
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
}
.header-right-box ul.header_options > li+li, .header-right-box ul.header_options > li+li+li {
	margin-left: 10px !important;
}
.header-left-box form .form-group.select_box .form-control {
	padding: 0 19px 0 35px;
	font-size: 12px;
}
.header-right-box ul.header_options > li > a {
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	display: block;
	height: 23px;
	width: 23px;
}
.container-main {
	margin-top: 145px;
}

.home_banner figure.home_banner_main figcaption {
	max-width: 260px;
}
.home_banner figure.home_banner_main figcaption .h1, .home_banner figure.home_banner_main figcaption h1 {
	min-height: 30px;
	line-height: 30px;
	height: auto;
	font-size: 23px;
}
h1, .h1, .product_listing_content h1, .product_listing_content span, .product_listing_content div {
	font-size: 30px;
}
h2, .h2 {
	font-size: 22px;
}
h3, .h3 {
	font-size: 20px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
h6, .h6 {
	font-size: 15px;
}
.mobile_only {
	max-width: 30%;
}
.header-list-main > div.search_main {
	max-width: 55%;
}
h3.tab_drawer_heading{font-size:14px}
.page-heading h1, .page-heading span, .page-heading div {
    font-size: 18px;
    max-width: 230px;
    height: 40px;
    padding: 9px 5px 7px 5px;
}
.page-heading {
    min-height: 150px;
}
section.wpis-slider-for {

    padding-left: 80px;
}
#wpis-gallery {
    width: 70px;
}
.threebox_main, .product_detail_img_box .container .product-image-details .images {
    max-width: 290px;   max-width: 100%;
}
.about_left_section {
    max-width: 290px;
}
.blog_list_right {
    padding: 30px 20px 20px 20px;
}



span.soldout {
    left: 0;
    top: 0;
    font-size: 12px;
    width: 60px;
}

.badges {
    position: inherit; bottom: inherit !important;
    right: inherit;
    display: flex !important;
    justify-content: center;transform: translate(-50%, 0);
    width: 100%; 
}
ul.badges li {  min-width: inherit;    border: 1px solid #ccc;}
.home_banner_box_main{background: none;}

.plan_price span, .outright_price span { font-size: 16px;}
.threebox img {
    max-width: 100px !important;
    margin-top: 30px;
}
.sticky_google_review {    width: 74%;bottom: 60px;}
body .ti-widget.ti-goog .ti-widget-container .ti-header .ti-name { font-size: 16px;}

.threebox_main.desktop_only.award-sect .threebox {  padding: 0 10px 0 0 !important;  margin-bottom: 0 !important;}
.threebox_main.desktop_only.award-sect .threebox img{margin-top: 0px;    width: 25px !important;}
.threebox_main.desktop_only.award-sect .threebox a.btn-text { letter-spacing: 0 !important;}


}
@media screen and (max-width:380px) {
body .plan_price a.btn.btn-border.btn-primary, body .plan_price button.btn.btn-border.btn-primary, body .outright_price button.single_add_to_cart_button {
  min-height: inherit !important; line-height: inherit !important;  padding: 6px 0px 6px 0 !important;   font-size: 13px !important ; text-transform: capitalize;}
.outright_price button.single_add_to_cart_button {
    height: 40px;
}
#product-slider__main .slick-slide {  height: 300px;}
}
@media screen and (max-width:374px) {
.planpage_section .why_choosebox ul.options_box li {
    max-width: 50%;
}
.paydepositradiomain {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0;
}
.button_box {
    max-width: 300px;
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;
}

.button_box .btn+.btn {
    margin: 10px 0 0 0;
}
.payment_type_main .payment_title_box span.h4 {
    text-transform: none;
    font-size: 14px;
}


.dd-container {
    width: 80px !important; margin:-4px 0 0 0;
}
.dd-container ul.dd-options a.dd-option {
    padding: 5px 5px 5px 35px;
}
.dd-container ul.dd-options a.dd-option img, .dd-container .dd-select a.dd-selected img {
    height: 15px !important;
    width: 20px;
    margin: 0 5px 0 0;
}

.dd-container .dd-select a.dd-selected {
    padding: 0 0 0 25px;
}

.dd-container ul.dd-options a.dd-option label.dd-option-text, .dd-container .dd-select a.dd-selected label.dd-selected-text {
    font-size: 14px;
    line-height: 20px !important;
}

.dd-container .dd-select .dd-pointer.dd-pointer-down {
    right: 0;
}
.dd-container ul.dd-options {
    width: 80px !important;
}
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
}
p.menu-item-description {
    display: none;
}

@media screen and (max-width:350px) {
.threebox_main.desktop_only.award-sect .threebox a.btn-text { font-size: 12px !important;}
}

/*Date: 13-12-2022*/
.posted_in.content_desc {  padding-top: 50px;}
.condition_area {    float: left;    width: 100%;    z-index: 1;    position: relative;    margin: 0 0 15px;    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;}
.condition_area .card {    background: transparent;    background: #c0c0c0;       background: linear-gradient(to right, #ead9b6 0%,#b58c38cc 62%,#b58c38 100%);}
/*.product_detail_page form > div {   width: 50%;}*/
.product_detail_page ul.rattings_main li.active:after {    content: "";    position: absolute;    top: -10px; left:inherit;    height: 35px;    width: 35px;    border-radius: 50%; margin: 2px 0 0 0;     right: -4px;    opacity: 0;    background: url(https://abbag.ru/125/wp-content/uploads/2022/11/diamond.png) no-repeat;    background-size: 100%;border: none;}
.product_detail_page ul.rattings_main li.active:after {   opacity: 1;}
.product_detail_page ul.rattings_main li { color: #000;max-width: 15%;  /* width: 100%; */text-align: right;}
.product_detail_page ul.rattings_main li:nth-child(2) {    max-width: 12%;}
.product_detail_page ul.rattings_main li:nth-child(3) {    max-width: 21% !important;}
.product_detail_page ul.rattings_main li:after {  left: inherit; right: 23px;}
.product_detail_page ul.rattings_main li:nth-child(2):after {    right: 5px;}
.product_detail_page ul.rattings_main li:nth-child(4):after { right: 15px;}
.product_detail_page ul.rattings_main li:nth-child(5):after {right: 12px;}

.condition_area div#headingOne {    text-align: center;    padding: 7px 0;}
.condition_area .card-body {    padding: 10px 20px 5px;}
.condition_area .button_box {    margin: 0;    padding: 20px 0 0;}

p.stock.in-stock {  float: right;margin-bottom: 10px;}
span.sku_box {    float: left;}
span.cat_box {    float: left;    width: 100%;}
.product_detail_page span.cat_box {   margin-top: 20px;}
.share_box {    float: left;  width: 100%;}
.card button.btn-link {    background: none;    color: #000;}
.card button.btn-link span{font-size: 18px;}
.read_i svg{    height: 20px; width: 20px;    margin-top: -13px;}
.single-product.woocommerce .product_detail_page form.cart{    text-align: center;   /* justify-content: space-between;    display: flex !important;*/}
.product_detail_page form.cart a.btn.btn-border.btn-primary {    min-width: 230px;}
.plan_price span , .outright_price span {    font-size: 22px;    font-weight: 700;}


.outright_price button.single_add_to_cart_button {
    font-size: 14px;
    max-width: 100%;
    min-width: 100%;
    margin-left: 0px;
}

.plan_price a.btn.btn-border.btn-primary ,.plan_price button.btn.btn-border.btn-primary{
    background: #ffffff !important;
    border: 2px solid #bbb9b0 !important;
    font-size: 14px;    height: auto !important;    min-height: inherit !important;
    width: inherit !important;
    min-width: 100%!important;    padding: 10px 10px 11px!important;
    line-height: inherit !important; letter-spacing: 0; }

.accordion-new .card{position: inherit;display: inherit;}
.accordion-new .card {visibility: inherit !important;}
.accordion>.card {    overflow: inherit !important;}

.product_detail_page form#rs_form > div {width: 100%;margin: 0 auto;}
.footer_payment_box1 ul.badges1 {display: flex;}
.footer_payment_box1 ul.badges1 li + li {margin-left: 10px;}
.certificate_product_list {display: flex;    margin-bottom: 15px;    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px; padding: 15px;}
.certificate_product_list .cer_title {width: 50%;}
.certificate_product_list .cer_cart{width: 50%;}

.wizp-pop-outer .wizp-pop-inner {top: 60%; width: 47% !important;height: 65% !important }
.wc-proceed-to-checkout p { display: none;}
.wc-proceed-to-checkout { margin: 0;}
.wc-proceed-to-checkout .wizp-cart-custom-message {  display: flex;  padding: 0px 0 15px; flex-wrap: wrap;    align-items: center;    align-content: center;}
img.wz-payment-logo {  padding-top: 0px;}
.cart_totals .wc-proceed-to-checkout { margin: 0;}

.inner-pages { /*z-index: 99;*/ position: relative;}

.wizit-pop-inner img{height: 100% !important ;}

.threebox_main.desktop_only.award-sect {float: left; width: 100%; padding: 0; display: flex; flex-wrap: wrap; align-items: center; align-content: center; margin: 0 0 7px; justify-content: center; }
.threebox_main.award-sect .row .col-12 { display: inline-block;}
.threebox_main.desktop_only.award-sect .threebox {width: auto; text-align: inherit; display: inherit; padding: 0 20px 0 0;margin: inherit; }
.threebox_main.desktop_only.award-sect .threebox a.btn-text{ position: inherit ;    bottom: inherit;    font-size: 16px;}
.klarna_payment a { float: right; color: #000 !important;  font-size: 19px;margin-right:0}
.klarna_payment {  width: 100%;}
.info-icon-pop i, .lux-payment-plan span a i { float: right; color: #000 !important;  font-size: 19px;}
.klarna_payment a:before, .info-icon-pop:before, .lux-payment-plan span a:before{display: none;}
.info-icon-pop {  float: right;    margin: 0 5px 0 0;}
.learn-more-btn{display:none}
.lux-payment-plan span a { float: right;   position: absolute; right: 0;top:3px}
.wizit-popup-open { float: right;  margin: 7px 0px 0 5px; position: absolute !important ; right: 0;top:0}
span#wizit-price-range-holder {  margin: 0 5px 0 0; width: 91%;display: inline-block;}

span.cat_box p {    display: flex;    position: relative;}
.wizit-cart-custom-message { position: relative;}
.lux-payment-plan span {  padding: 0 20px 0 7px;}
.lux-payment-plan { position: relative;}


/*
.woocommerce-cart .theme-header {  z-index: 1;}
.woocommerce-cart .theme-header { position: inherit; z-index: inherit;    top: inherit;  left: inherit;    right: inherit;    background: #fff;}
.woocommerce-cart .theme-header.sticky{    position: fixed; z-index: 1;background: #fff; top: 0;    left: 0;   right: 0;}
.woocommerce-cart  .container-main {  margin-top: 25px;}

*/









@media (min-width: 1080px) and (max-width: 1200px) {

.footer_payment_box1 ul.badges1 img {width: 95px; }
}
@media screen and (max-width:450px) {

.product_detail_page ul.rattings_main li { text-align: center; max-width: 16%;}
.product_detail_page ul.rattings_main li:after { right: 17px;}
.product_detail_page ul.rattings_main li:nth-child(2):after { right: 11px;}   
.product_detail_page ul.rattings_main li:nth-child(3):after { right: 25px;} 
.product_detail_page ul.rattings_main li:nth-child(5):after {    right: 15px;}
.product_detail_page ul.rattings_main li.active:after { right: 9px;}


}




@media screen and (max-width:991px) {
.accordion_main .card-header button.btn-link ~ .read_i { top: 10px;}
.product_detail_page span.cat_box { margin-top: 30px;}

.lux-payment-plan {  justify-content: center;}
span.cat_box p {  justify-content: center;}
figure.sell_work_box:before{display: none;}


}
@media screen and (max-width:767px) {
/* .threebox_main.mobile_only { margin-top: 340px !important;} */
.woocommerce form .plan_price a + p { bottom: -392px;}
.lux-payment-plan {  justify-content: center;}

}
@media only screen and (min-width: 320px) and (max-width: 575px){
.wizit-pop-inner {  width: 95%;}
.wizit-pop-inner img{height: auto !important ;}  
.luxury_we_sec ul li {width: 50%; }

}
@media screen and (max-width:350px) {
.condition_area .card-body {    padding: 10px 10px 5px;}
.threebox img {  max-width: 130px !important;}

}


// slider csss product detail page 
.fal {
  font-family: "Font Awesome 5 Free";
}

.nav-item-360 {
  opacity: 0.5;
  display: flex !important;
  align-items: center;
  cursor: pointer;
}
.nav-item-360 span {
  font: 600 11px system-ui;
  margin-top: 6px;
  display: block;
}

#vertical-product-slider {
  width: 380px;
  display: flex;
}
#vertical-product-slider > div:nth-of-type(2) {
  margin-left: 1em;
}
#vertical-product-slider.reverse {
  flex-direction: row-reverse;
}
#vertical-product-slider.reverse > div:nth-of-type(2) {
  margin-left: initial;
  margin-right: 1em;
}
#vertical-product-slider.has-social-share #product-slider__nav {
/*  height: 332.5px;*/
  margin-bottom: 0;    margin-top: 30px;
}
.productdetailcontent h6 + p {
    margin: 0 0 10px;
}

.cart_totals  afterpay-placement {    margin: 10px 0 0;}
.wc-proceed-to-checkout .wizp-cart-custom-message { justify-content: right;}

#vertical-product-slider.has-social-share .social-share {
  width: 100%;
  height: 47.5px;
  background: no-repeat;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
  position: relative;
  outline: none;
  box-shadow: none;
}
#vertical-product-slider.has-social-share .social-share:hover {
  opacity: 1;
}
#vertical-product-slider.has-social-share .social-share * {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
#vertical-product-slider.has-social-share .social-share__links {
  display: none;
  position: absolute;
  width: 150px;
  padding: 2em 1em;
  border: 1px solid black;
  z-index: 1;
  background: white;
  left: 0;
  margin-top: 15px;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.16));
}
#vertical-product-slider.has-social-share .social-share__links::before {
  float: left;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.16));
  -webkit-filter: drop-shadow(0 -1px 0 black);
  position: relative;
  left: 17x;
  content: "";
  top: -11px;
  position: absolute;
  z-index: 2;
}
#vertical-product-slider.has-social-share .social-share__links a {
  text-decoration: none;
  margin: 0 0.5em;
  font-size: 2em;
  color: black;
  display: inline-block;
}
#vertical-product-slider.has-social-share .social-share__text {
  margin-top: 5px;
}
#vertical-product-slider.has-social-share .social-share__icon {
  font-size: 1.25em;
}
#vertical-product-slider.has-social-share .social-share.is-visible {
  opacity: 1;
}
#vertical-product-slider.has-social-share .social-share.is-visible .social-share__links {
  display: block;
}
#vertical-product-slider .slick-slide {
  display: flex;
  align-items: center;
}
#vertical-product-slider .slick-slide * {
  width: 100%;
  text-align: center;
}
#vertical-product-slider .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#vertical-product-slider .slick-arrow {
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 42px;
  margin: auto;
  width: 10%;
  text-align: center;
  z-index: 1;
  color: #000;
  background: white;
  height: 1.2em;
  padding: 1em 0;
  cursor: pointer;
}
#vertical-product-slider .slick-arrow.slick-next {
  left: initial;
}
#vertical-product-slider .slick-arrow.slick-prev {
  right: initial;
}

#product-slider__main {
  width: 500px;
}

#product-slider__main.object-fit--contain .slick-slide img {
  object-fit: cover;
  max-height: 500px;
  max-width: 500px;
}

#product-slider__main .slick-slide img {
  cursor: zoom-in;
}

#product-slider__nav {
  width:120px;
}
/*#product-slider__nav .slick-list {
  height: 380px !important;
  padding: 0 !important;
}*/
#product-slider__nav.object-fit--contain .slick-slide img {
  object-fit: cover;
  /* height: 47.5px;
  width: 47.5px; */
}
#product-slider__nav .slick-slide .nav-item-360 {
  height: 47.5px;
  width: 47.5px;
}
#product-slider__nav .slick-slide.slick-current img {
  border:1px solid #e14b65;
  padding: 2px;
  box-sizing: border-box;
  opacity: 0.7;
}
#product-slider__nav .slick-slide img {
  cursor: pointer;    height: 100px !important;
}

.slick-arrow:before, .slick-arrow:after {
    pointer-events: auto;
}





.product-image-box #product-slider__nav button.slick-arrow {
    position: absolute;background: #fcc8d1;
    margin: 0 0;
    top: -40px;
    transform: translateX(-50%) rotate(90deg); -moz-transform: translateX(-50%) rotate(90deg); -ms-transform: translateX(-50%) rotate(90deg); -o-transform: translateX(-50%) rotate(90deg); -webkit-transform: translateX(-50%) rotate(90deg);
    left: 50%;
    text-align: center;
    height: 25px;
    width: 25px;

}

.product-image-box #product-slider__nav button.slick-arrow svg { height: 25px; width: 25px; position: absolute; left: 0; top:0;  fill: #ff7fac}
.product-image-box #product-slider__nav button.slick-next.slick-arrow {top: auto; bottom: -40px; }

 #vertical-product-slider #product-slider__nav .slick-slide {   padding-bottom: 20.23%;   padding-bottom:7%} 

.product_detail_page .product-image-box {  padding-left: 0px;padding-bottom: 20px;}
#product-slider__nav.object-fit--contain .slick-slide img { border: 1px solid #ccc;}

a.btn.btn-bg.btn-primary.rs-stock {margin: auto;width: 100%;}
p.stock.out-of-stock {margin: 15px 15px;}
.consignment_page .content-area1{margin-bottom: 40px;}
/*#consignment-section h1 {    font-size: 35px;}*/
/*#consignment-section h2, #consignment-section .h2 {  font-size: 30px;}*/

@media (max-width: 989px){


.product-image-box #product-slider__nav button.slick-arrow {
    left: -10px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50% !important;
    bottom: auto !important;}

#vertical-product-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: column-reverse;
}

#product-slider__nav {
    width: 100%;
}
#vertical-product-slider > div:nth-of-type(2) {
    margin-left: 0;
}
#product-slider__main {
    width: 100%;
}
#vertical-product-slider #product-slider__nav .slick-slide {padding-bottom: 0;
    padding: 0 10px;
}

#product-slider__nav.object-fit--contain .slick-slide img {
    border: none;
}
.product-image-box #product-slider__nav button.slick-next.slick-arrow {
    left: auto;
    right: -10px;
}

#product-slider__nav .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.product_detail_page .product-image-box {  padding-bottom: 30px;}


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

 .wizp-pop-outer .wizp-pop-inner {  width: 75% !important; top: 76%;}
.accordion_main.accordion-new { float: left;  width: 100%;}
}

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

 .wizp-pop-outer .wizp-pop-inner {  width: 90% !important;top: 65%;}
.wizit-popup-open { margin: 0; top: 3px;}
}
@media screen and (max-width: 420px){

 .wizp-pop-outer .wizp-pop-inner { top: 60%;}

}

.wizit-popup-open:before{  display: none !important ;}






@media screen and (max-width:767px) {
    .sticky_form.side-sticky-form-scroll.in {
    top: 0;
    height: 100vh;
    transform: unset;
    right: 100%;
    margin-right: -100%;
    width: 100%;
}
.sticky_button.sticky_contact.btn.btn-primary {
    top: 400px;
    font-size: 12px;
    min-width: 125px;
    min-height: 30px;
    line-height: 30px;
}

}


@media screen and (min-width: 767px) and (max-width:1280px) {
.sticky_form .contact-form .form-control{height: 25px;}
.sticky_form .form-group select.wpcf7-form-control.wpcf7-select.form-control {height: 25px;}
.sticky_form .contact-form .form-group textarea {height: 30px;min-height: 60px;}
.sticky_frm_title {font-size: 15px;padding-bottom: 0px;margin-bottom: 15px;}
.sticky_form .form-group .input-label {color: #222;line-height: initial;font-size: 12px;top: 5px;font-weight: 600;left: 12px;}
#sidebar_contact_form .btn.btn-bg.btn-primary{height: 25px;min-height: 25px;line-height: 25px;font-size: 12px;}
}



/* 11/9/2023 */
.sticky_google_review {position: fixed;width: auto;bottom: 65px;right: 0px;z-index: 99;}
.sticky_google_review span.ti-stars span {width: 15px !important;height: 15px !important;display: inline-block;}
.sticky_google_review .ti-widget.ti-goog .ti-widget-container .ti-header .ti-rating-text * {font-size: 13px !important;}

@media screen and (max-width:767px) {
	.sticky_google_review span.ti-stars span {width: 12px !important;height: 12px !important;display: inline-block;}
	.sticky_google_review .ti-widget.ti-goog .ti-widget-container .ti-header .ti-rating-text * {font-size: 12px !important;}
	.sticky_google_review .ti-widget.ti-goog .ti-widget-container .ti-profile-img {display: none;}
}



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

.listing_box .featured figcaption .small {display: none !important;}
.listing_box .img_slider ul.slick-dots {display: none !important;}
.listing_box .img_slider {margin-bottom: 0px !important;}
.listing_box .featured figcaption {margin-top: 0px;padding-bottom: 0px;}
.featured figcaption a.p_title {
	font-size: 14px;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
}


@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation : landscape){

.listing_box .img_slider a{padding-bottom: 200px !important;}
.listing_box .img_slider a img {object-fit: contain !important;}

}




.bags_jwallery_upload_main .bags_upload_main input.wpcf7-form-control.wpcf7-file.input.input-text {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    opacity: 0;
    width: 100%;
    transform: translateY(-50%);
    height: 100%;
}
.bags_jwallery_upload_main .bags_upload_main .wpcf7-form-control-wrap {
    position: absolute;
    height: 58px;
    width: 100%;
}
.bags_jwallery_upload_main .bags_upload_main span.business-logo {
    position: relative;
    height: 100%;
    display: block;
}

.site-main .content-area.consignment_page .steps_box h4 {margin: 0 0;}
.site-main .content-area.consignment_page .steps_box {text-align: center;margin-bottom: 80px;}
.site-main .content-area.consignment_page .steps_box .work_box {margin: 0 0 0 0;padding: 20px 0 20px 80px;}









.input_inclusions .input-checkbox span.wpcf7-list-item {
    margin: 0px;
}
.input_inclusions .input-checkbox label {
    position: relative;
    padding-left: 30px;
}

.input_inclusions .input-checkbox label {
    position: relative;
    padding-left: 0px;
    display: flex;
    align-items: center;
    line-height: initial;
}
.input_inclusions .input-checkbox label input[type="checkbox"] {
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.input_inclusions .input-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.input_inclusions .input-checkbox span.wpcf7-list-item {
    width: 50%;
    margin-bottom: 10px;
}
.input_inclusions .input-checkbox label input[type="checkbox"] {
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-right: 10px;
}
.checkbox-container label.lbl-input {
    margin-bottom: 10px !important;
}




/* 16/11/2023 */

.header-top p {text-align: center !important;margin: 2px 0px;}
.header-top {background: #fcc8d1;text-align: center;padding: 2px 0px;}




/* 20/11/2023 */
.autocomplete-suggestion .yith_wcas_result_image img.ywcas_img.align-left {object-fit: contain !important;max-width: unset !important;height: 100% !important;}
.autocomplete-suggestion .yith_wcas_result_image {width: 215px;height: auto;}
.autocomplete-suggestion {display: flex;align-items: center;}
.autocomplete-suggestions {max-height: 450px;overflow-x: hidden;}




.autocomplete-suggestions::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5;}
.autocomplete-suggestions::-webkit-scrollbar{width: 6px;background-color: #F5F5F5;}
.autocomplete-suggestions::-webkit-scrollbar-thumb{background-color: #222222;}




/* 22/11/2023 */

.consignment_form label.input-label {position: unset;}
.bags_jwallery_upload_main .bags_upload_main .wpcf7-form-control-wrap {position: unset;height: unset;width: 100%;}
.bags_upload_main .form-group {padding: 10px;max-width: 100%;width: 100%;margin: 0 0 20px 0;float: left;width: 100%;}
.codedropz-upload-container {padding: 45px 20px;}
.codedropz-upload-handler {border: 2px solid #c5c5c5 !important;}
.site-main.no_banner .content-area.consignment_page .contactform .btn span {line-height: initial;margin-right: 76px;margin-top: -3px;}

.site-main.no_banner .content-area.consignment_page .contactform .btn input#Submit {padding: 0px;width: auto;line-height: initial;height: unset;min-width: unset !important;position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding-left: 37px;}

.site-main.no_banner .content-area.consignment_page .contactform .btn {margin: 10px 0 0 0;display: flex;justify-content: center;width: max-content;margin: 0 auto;margin-bottom: 10px;align-items: center;}
.site-main.no_banner .content-area.consignment_page .contactform .btn:hover svg {fill: #fff;}
ul.rattings_main li:after {content: "";position: absolute;top: 0;left: 50% !important;height: 20px;width: 20px;background: #222;border: 4px solid #fff;border-radius: 50%;margin: 2px 0 0 0;right: 0;opacity: 0;transform: translateX(-50%);}
.product_detail_page ul.rattings_main li {color: #000;max-width: fit-content;width: fit-content;text-align: center;margin: 0px;position: relative;}
.product_detail_page ul.rattings_main li:nth-child(3) {max-width: unset !important;}
ul.rattings_main li+li {margin-left: 0px !important;}
ul.rattings_main li:after{border: 4px solid #fff;}
.condition_area .card {background: transparent;background: #fff;background: unset;border-bottom: 1px solid #ccc;}




.consignment_form  label.input-label.consign_label {position: absolute;}
.consignment_form .form-group .form-control::placeholder {font-size: 12px;}
.bestselling_box {padding-left: 115px;padding-right: 115px;}
.consignment_form .form-group {margin: 0 0 60px 0;}
.codedropz-upload-inner span {display: none;}
.form-group.consign_upload_div {margin-bottom: 0px;}
.form-group.consign_upload_div {text-align: center;}
.bags_upload_main.new-file-upload .upload_consign_title {text-align: center;width: 100%;color: #000;margin-bottom: 0px;font-weight: 700;font-size: 24px;margin-top: 20px;}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {position: relative;}
.codedropz-btn-wrap {padding-top: 40px;}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {position: relative;padding-top: 20px;}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn::before {content: '';position: absolute;left: 50%;top: -25px;transform: translateX(-50%);width: 50px;height: 50px;background: url(https://abbag.ru/125/wp-content/uploads/2023/11/bag-1.png)no-repeat center;background-size: contain;z-index: 99;}
.codedropz-upload-container {padding: 30px 20px;}
.consignment_form .form-group.img1_main {margin-bottom: 20px;}




.arrow_div.slidemove_left {
    left: 0;
}

.arrow_div {
    color: #000;
    background-color: #fcc8d1;
    border-color: #fcc8d1;
    position: fixed !important;
    left: 0px;
    top: 295px;
    z-index: 8;
    -webkit-transform-origin: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 41px;
    transition: 0.6s;
}
.sticky_button.main_btn_hide {
    display: none;
}
.arrow_div.slidemove_left svg {
    transform: rotate(180deg);
}


.bestselling_box .img_slider a img {
    font-weight: 400;
    margin: 0 auto;
    max-width: inherit;
    max-height: inherit;
    height: 400px !important;
    object-fit: contain;
    width: 100%;
}

.product_listing_main {padding: 0px 50px;}






.condition_area {
    border: 2px solid #000;
}
.condition_area .card div#headingOne {
    border-bottom: 2px solid #000;
}
.condition_area .button_box {
    border-top: 2px solid #000;
}


.featured_box_slider .img_slider ul.slick-dots { display: none;}






/* 6/12/2023 */

@media screen and (max-width:767px) {
    .slide-item a.hover_box img {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) scale(1);height: 270px !important;object-fit: contain;}
    .slide-item a.hover_box {padding-bottom: 203px!important;}
    .slide-item a.hover_box {padding-bottom: 70%;height: auto;}
    
}


.slide-item a.hover_box:hover img {
    transform: translate(-50%,-50%) scale(1.4);
}
.header-right-box ul.header_options li a {color: #000;font-weight: 600;}
ul.tabs > li span, ul.tabs > li{font-weight: 600;}
ul.options_box li h4 {font-weight: 600;}
.footer_links_main .footer_links_box li a{font-weight: 600;}
.featured figcaption a.p_title {font-size: 14px;display: block;font-weight: 600;color: #000;}

#wcap_popup_main_div img {border-radius: unset !important;}

#wcap_popup_main_div h1 {font-size: 30px;margin-top: 15px;}
#wcap_popup_main_div>div {
    margin: 0 auto;
}
.wcap-modal {top: 40% !important;}


/* 7/6/2024 */
.pum-overlay.pum-active, .pum-overlay.pum-active .popmake.active {
   display: block !important;
}

div#popmake-10091 {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    margin: 0px;
    padding: 0px;
    border: 0;
}

div#popmake-10091 img {
    margin: 0px;
    padding: 0px;
}

div#popmake-10091 button.pum-close.popmake-close {
    background-color: #fcc9d2;
    color: #000;
    border-color: #fff;
}


@media screen and (max-width:767px) {
    div#popmake-10091 button.pum-close.popmake-close {
      right: -5px;
   }
}









.woocommerce-error li {
    color: #f00 !important;
}

.woocommerce-error li {
    color: #fff !important;
}

.woocommerce-billing-fields__field-wrapper .checkout-inline-error-message {
    display: none;
}

span.required {
    font-size: 22px;
}

.woocommerce form .form-row .required {
    font-weight: 700;
    border: 0 !important;
    display: contents;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #aaa !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error, .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error li,.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error li a {
    color: #ff0000 !important;
}
.checkout-inline-error-message {
    display: none;
}


span.select2-selection.select2-selection--single {
    padding-left: 15px !important;
}
#coupon-error-notice {
    color: red !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}




ul.wc-bacs-bank-details.order_details.bacs_details {
    display: flex;
    justify-content: center;
}

ul.wc-bacs-bank-details.order_details.bacs_details li {width: 25% !important;}
.submitting .submit-btn{pointer-events: none;}
.grecaptcha-noscript {display: none;}
@media (max-width: 479px) {
    ul.wc-bacs-bank-details.order_details.bacs_details li {
        width: 100% !important;
    }
}