.woocommerce-checkout{
	   margin: 0 auto;
}
.woocommerce form .form-row select {

    padding: 9px;
    border-radius: 5px;
}

.counters{
	margin-right: 0;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    width: 20px;
    height: 18px;
    background: #ef394e;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    font-weight: 900;
    border: 2px solid #fff;
    position: absolute;
    bottom: -6px;
    right: -9px;
}


.variation-seller-name .product_size_switch span {cursor: pointer;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    border: 1px solid #ddd;
    text-align: center;
    height: auto;
    line-height: initial;
    font-size: 14px;
    margin-bottom: 0px;
    border-radius: 5px;
    padding: 8px 5px 2px 7px;}


.product_size_switch span {
	cursor: pointer;
	text-transform: uppercase;
	min-width: 32px;
	display: inline-block;
	border: 1px solid #ddd;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	margin-bottom: 3px;
	margin-left:2px;
	color:#000
}
.product_size_switch span.active {
	border:2px solid #00bfd6;
	border-radius:5px;
	
}


.colordigi{
	margin: 0 8px 8px 0;
    display: inline-block;
    padding: 5px 5px 5px 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
    line-height: 20px;
    min-width: 100px;
}	
	
	.colordigib{
		display: inline-block;
    position: relative;
    font-weight: 400;
    width: 17px!important;
    height: 17px!important;
    border-radius: 5px!important;
    margin: 0;
    margin-left: 5px;
    border: none!important;
    box-shadow: none!important;
	}
	.colordigispan{
		font-family: inherit;
    display: inline-block;
    padding-right: 25px;
    line-height: 16px;
    min-width: 90px;
	}

.product_color_switch	.active{border-color: #00bfd6;}
.rangsabad{
	    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    
    right: 2px;
    top: 4px;
    border: 1px solid rgba(0,0,0,.3);
}
.product_color_switch span {
	/*height: 15px;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	position: relative;
	cursor: pointer;
	border-radius: 100%;*/
}

.product_color_switch span.disabel {
opacity: 0.65; 
  cursor: not-allowed;
}
.product_size_switch span.disabel {
opacity: 0.65; 
  cursor: not-allowed;
}

.product .product_color_switch span {
	/*-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;*/
	color:#000;
}
.product_color_switch span.active::before {
	/*content: "";
	border: 2px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: -3px;
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
*/}
.product .pr_switch_wrap {
	width: 100%;
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 7px 15px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;*/
}
.product:hover .pr_switch_wrap {
	opacity: 1;
	visibility: visible;
}
.product:hover .product_color_switch span {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.product_color_switch span:first-child {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.product_color_switch span:nth-child(2) {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.product_color_switch span:nth-child(3) {
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product_color_switch span:nth-child(4) {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product_color_switch span:nth-child(5) {
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.product_color_switch span:nth-child(6) {
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.product_color_switch span:nth-child(7) {
	-webkit-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

/* Wordpress */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Wordpress */

/* VC */
.vc_figure {
	border-radius:5px;
	overflow: hidden;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.wpb_single_image.wpb_content_element {
    margin-bottom: 15px;
}
.no-left-padding .vc_column-inner {
	padding-left:0 !important;
}
.no-right-padding .vc_column-inner {
	padding-right:0 !important;
}
.vc_row-o-equal-height .wpb_wrapper {
	height: 100%;
}
/* VC */

/* Empty Page */
.other-pages {
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    background-color: #fff;
    border: 1px solid #dedede;
    margin: 14px auto;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    line-height: 22px;
}
.other-pages-content {
    padding: 5px 50px;
}
.other-pages-title {
    font-size: 27px;
    line-height: 1.63;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #555;
}
.other-pages-content {
    width: 100%;
}
.other-pages-content p {
    font-size: 14px;
    line-height: 2.5;
    color: #535353;
}
/* Empty Page */

/* 404 page */
.error404 {
    background: url(../images/404-bg.png) repeat;
    background-size: auto 100%;
}
.page-404 {
    padding: 68px 0;
    text-align: center;
    line-height: 22px;
}
.page-404-title {
    text-align: center;
}
.page-404-title h1 {
	font-size: 36px;
    line-height: 1.222;
	margin: .67em 0;
}
.page-404-links {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
}
.page-404-link {
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    min-width: 161px;
    margin: 10px 19.5px 46px;
    text-decoration: none;
	position: relative;
    overflow: hidden;
}
.page-404-link:hover {
    color: #fff;
}
.page-404-link-primary {
    background-color: #6ab946;
    border: 1px solid #4aa42e;
}
.page-404-link:before {
    transition: all .3s ease-in-out;
    width: 200%;
    height: 200%;
    position: absolute;
    right: -50%;
    top: -50%;
    background: hsla(0,0%,100%,.21);
    content: "";
    opacity: 0;
}
.page-404-link:hover:before {
    opacity: 1;
}
.page-404-image {
    width: 90%;
    max-width: 677px;
    margin: auto;
}
.page-404-image img {
    width: 100%;
}
/* 404 page */

/* Breadcrumbs */
#nikanshop_breadcrumbs {
	margin-top:10px !important;
}
#nikanshop_breadcrumbs a {
	margin-left:10px;
	padding-left: 10px;
	position: relative;
}
#nikanshop_breadcrumbs a:after {
	content: '/';
	position: absolute;
	left: -4px;
	top: 0px;
}
/* Breadcrumbs */