/* Custom Font - Stars (From WooCommerce) */

@font-face {

	font-family: 'star';

	src:url('fonts/star.eot');

	src:url('fonts/star.eot?#iefix') format('embedded-opentype'),

		url('fonts/star.woff') format('woff'),

		url('fonts/star.ttf') format('truetype'),

		url('fonts/star.svg#star') format('svg');

	font-weight: normal;

	font-style: normal;

}



/* Base */

div.shop {

	/*margin-top: -10px;*/

}



div.featured-boxes div.featured-box-cart {

	margin-top: 0;

}



/* Mega Menu (Cart) */

nav.mega-menu .mega-menu-shop {

	margin-right: -20px;

	padding-left: 0;

	margin-left: 0;

}



nav.mega-menu .mega-menu-shop .dropdown-menu {

	width: 40%;

	right: 8px;

	border-radius: 6px 0 6px 6px;

}



nav.mega-menu .mega-menu-shop a {

	color: #444;

}



nav.mega-menu .mega-menu-shop .icon-shopping-cart {

	margin-right: 5px;

}



nav.mega-menu .mega-menu-shop table {

	width: 100%;

	margin-top: 0px;

}



body header nav.mega-menu .mega-menu-shop ul.dropdown-menu table a {

	background-color: transparent !important;

	color: #333;

	padding: 0;

	margin: 0;

	display: block;

}



body header nav.mega-menu .mega-menu-shop ul.dropdown-menu table a:hover {

	text-decoration: none;

}



nav.mega-menu .mega-menu-shop .product-thumbnail {

	width: 120px;

}



nav.mega-menu .mega-menu-shop .product-actions {

	text-align: right;

	width: 80px;

}



nav.mega-menu .mega-menu-shop .actions-continue {

	margin-top: 10px;

	padding-top: 20px;

	border-top: 1px solid #DDD;

	clear: both;

}



/* Login */

div.featured-boxes.login {

	margin-top: -30px;

}



div.featured-boxes.login div.featured-box,

div.featured-boxes.cart div.featured-box {

	text-align: left;

}



/* Product List */

div.shop ul.products {

	margin: 0;

	padding: 0;

	list-style: none;

}



div.shop ul.products:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}



div.shop ul.products li.product {position: relative;margin-bottom: 10px;}



div.shop ul.products li.product .add-to-cart-product {

	position: absolute;

	top: 0;

	left: 0;

	border-radius: 6px 6px 0 0;

	padding: 8px 10px 5px;

	font-size: 0.9em;

	color: #FFF;

	background: #222;

	z-index: 1;

	filter: alpha(opacity=0);

	opacity: 0;

	-webkit-transform: translate3d(0, 0, 0); /* Avoid icon moving on hover */

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

}



div.shop ul.products li.product .add-to-cart-product .icon {

	margin-right: 3px;

	font-size: 1.1em;

}



div.shop ul.products li.product:hover .add-to-cart-product {

	filter: alpha(opacity=100);

	opacity: 1;

}



div.shop ul.products li.product:hover .add-to-cart-product:hover {

	background: #000;

}



div.shop ul.products li.product a {text-decoration: none;}



div.shop ul.products li.product .price {

	display: block;

	min-height: 28px;

}



div.shop ul.products li.product .price del {

	color: rgba(145, 145, 145, 0.5);

	font-size: 0.7em;

	margin: -2px 0 0;

}



div.shop ul.products li.product .price ins {

	text-decoration: none;

}



div.shop ul.products li.product .price .amount {

	font-size: 1.3em;

}



div.shop ul.products li.product .onsale {

	position: absolute;

	background-image: none;

	border-radius: 100%;

	left: auto;

	right: 0;

	top: -15px;

	text-shadow: none;

	width: 40px;

	height: 40px;

	line-height: 40px;

	display: inline-block;

	text-align: center;

	z-index: 10;

	-webkit-box-shadow: none;

	box-shadow: none;

	font-size: 0.9em;

	color: #FFF;

	border-bottom: 2px solid transparent;

}



/* Product Item */

.product-info {

	border-radius: 6px;

	padding: 0;

	position: relative;

	border: 1px solid #DDD;

	background: #F7F9FC;

	display: block;

	overflow: hidden;

	position: relative;

	text-decoration: none;

	max-width: 100%;

	text-align: center;

	padding: 0;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

}



.product-info,

.product-info:hover {

	text-decoration: none;

}



.product-info + .product-info {

	border-radius: 0 0 6px 6px;

	margin-top: -5px;

}



.product-info span.product-info-image {

	display: block;

	position: relative;

}



.product-info span.product-info-image:before {

	content: "";

	display: block;

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background: #333;

	width: 100%;

	height: 100%;

	filter: alpha(opacity=0);

	opacity: 0;

	border-radius: 6px 6px 0 0;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

}



.product-info:hover span.product-info-image:before {

	filter: alpha(opacity=80);

	opacity: 0.8;

}



.product-info span.product-info-act {

	position: absolute;

	top: 50%;

	left: 0;

	right: 0;

	text-align: center;

	color: #FFF;

}



.product-info a,

.product-info a:hover {

	text-decoration: none;

	display: inline-block;

	width: 100%;

}



.product-info span.product-info-act em {

	font-style: normal;

	position: relative;

	font-size: 1.2em;

	font-weight: 100;

}



.product-info span.product-info-act-left,

.product-info span.product-info-act-right {

	float: left;

	overflow: hidden;

}



.product-info span.product-info-act-left {

	text-align: right;

	width: 45%;

}



.product-info span.product-info-act-right {

	text-align: left;

	margin-left: 2%;

	width: 53%;

}



.product-info span.product-info-act-left em {

	left: 0%;

	filter: alpha(opacity=0);

	opacity: 0;

	-webkit-transition: all 0.2s ease 0s;

	transition: all 0.2s ease 0s;

}



.product-info:hover span.product-info-act-left em {

	filter: alpha(opacity=100);

	opacity: 1;

}



.product-info span.product-info-act-right em {

	right: 0%;

	font-weight: 600;

	filter: alpha(opacity=0);

	opacity: 0;

	-webkit-transition: all 0.2s ease 0s;

	transition: all 0.2s ease 0s;

}



.product-info:hover span.product-info-act-right em {

	filter: alpha(opacity=100);

	opacity: 1;

}



.product-info img {

	border-radius: 6px 6px 0 0;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

}



.product-info span.product-info-content {

	padding: 15px;

	text-align: left;

	display: block;

}



.product-info span.product-info-caption {

	padding: 0 15px 15px;

	text-align: left;

	display: block;

}



.product-info span.product-info-caption p {

	margin: 0;

	padding: 0 0 10px;

}



.product-info .product-info-extra {

	clear: both;

	padding: 10px 0 0;

	margin: 10px 0 0;

	border-top: 1px solid #EBEBF4;

	display: block;

}



.product-info .product-info-extra.social {

	text-align: center;

}



.product-info .product-info-extra.social a {

	border-right: 1px solid #EBEBF4;

	display: inline-block;

	margin-right: 10px;

	padding-right: 10px;

	font-size: 0.9em;

	color: #ACACAC;

	width: auto;

}



.product-info .product-info-extra.social a:last-child {

	border-right: 0;

	margin-right: 0;

	padding-right: 0;

}



.product-info h4 {

	color: #404751;

	letter-spacing: -1px;

	font-weight: 600;

	font-size: 1.4em;

	line-height: 1.1em;

	margin: 0;

	padding: 0;

}



.product-info span.date {

	color: #9AA1AB;

	font-size: 0.9em;

}



.product-info:hover {

	background-color: #FFF;

}



.product-info.secundary span.product-info-content {

	text-align: center;

}



.product-info.secundary span.product-info-content h4 {

	color: #FFF;

	position: relative;

	top: -25%;

	filter: alpha(opacity=0);

	opacity: 0;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

}



.product-info.secundary span.product-info-content span.date {

	position: relative;

	top: 25%;

	display: block;

	filter: alpha(opacity=0);

	opacity: 0;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

}



.product-info.secundary:hover span.product-info-content h4 {

	top: 0;

	filter: alpha(opacity=100);

	opacity: 1;

}



.product-info.secundary:hover span.product-info-content span.date {

	top: 0;

	filter: alpha(opacity=100);

	opacity: 1;

}



.product-info.secundary span.product-info-act {

	top: 30%;

}



.product-info.secundary span.label {

	clear: both;

	display: inline-block;

	margin-top: 15px;

	filter: alpha(opacity=0);

	opacity: 0;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

}



.product-info.secundary:hover span.label {

	filter: alpha(opacity=100);

	opacity: 1;

}



/* Rating */

div.shop .review_num {

	margin-right: 10px;

	float: left;

	position: relative;

	top: -1px;

}



div.shop .star-rating {

	float: none;

	position: relative;

	top: 2px;

	font-family: 'star';

	font-size: 1em;

	height: 1.2em;

	line-height: 1em;

	overflow: hidden;

	position: relative;

	width: 5.4em;

	margin-bottom: 25px;

}



div.shop .star-rating:before {

	color: #E0DADF;

	content: "SSSSS";

	float: left;

	left: 0;

	position: absolute;

	top: 0;

}



div.shop .star-rating span {

	float: left;

	left: 0;

	overflow: hidden;

	padding-top: 1.5em;

	position: absolute;

	top: 0;

}



div.shop .star-rating span:before {

	content: "SSSSS";

	left: 0;

	position: absolute;

	top: 0;

}



div.shop .summary .price {

	color: #444;

	font-size: 2em;

	letter-spacing: -1px;

	line-height: 30px;

	margin-top: 20px;

}



div.shop .quantity {

	margin: 0 15px 25px 0;

	overflow: hidden;

	position: relative;

	width: 125px;

	height: 35px;

	float: left;

}



div.shop .quantity .minus,

div.shop .quantity .plus {

	background: #f4f4f4;

	border: 1px solid #C8BFC6;

	border-radius: 2px;

	-webkit-box-shadow: none;

	box-shadow: none;

	color: #5E5E5E;

	cursor: pointer;

	display: block;

	font-size: 12px;

	font-weight: bold;

	height: 35px;

	line-height: 13px;

	margin: 0;

	overflow: visible;

	outline: 0;

	padding: 0;

	position: absolute;

	text-align: center;

	text-decoration: none;

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

	vertical-align: text-top;

	width: 35px;

}



div.shop .quantity .plus {

	right: 0;

	top: 0;

}



div.shop .quantity .qty {

	border: 1px solid #CCC;

	-webkit-box-shadow: none;

	box-shadow: none;

	float: left;

	height: 35px;

	padding: 0 39px;

	text-align: center;

	width: 125px;

	font-size: 1em;

}



div.shop .quantity .qty::-webkit-inner-spin-button,

div.shop .quantity .qty::-webkit-outer-spin-button {

  -webkit-appearance: none;

  margin: 0;

}



div.shop .quantity .qty::-ms-clear {

  display: none;

}



div.shop .product_meta {

	clear: both;

}



div.shop div.tabs-product {

	margin-top: 35px;

}



div.shop ul.comments div.comment-arrow {

	border-right-color: #F5F7F7;

}



div.shop ul.comments div.comment-block {

	background: #F5F7F7;

}



/* Cart */

div.shop table.cart {

	width: 100%;

	margin: 0;

	text-align: left;

}



div.shop table.cart img {

    height: auto;

    width: 55px;

}



div.shop table.cart th {

	padding: 8px 10px;

}



div.shop table.cart td {

	border-top: 1px solid #DCDCDC;

	padding: 8px 10px;

}



div.shop table.cart td.actions {

	padding: 20px 10px;

}



div.shop table.cart .remove .icon {

	font-size: 1.5em;

}



div.shop table.cart .coupon {

	float: left;

}



div.shop table.cart .product-remove {

	width: 1%;

}



div.shop table.cart .product-thumbnail {

	width: 7%;

}



div.shop table.cart .product-name {

	width: 60%;

}



div.shop table.cart .quantity {

	top: 10px;

	position: relative;

}



div.shop .actions-continue {

	float: right;

}



div.shop .cart-totals {

	width: 100%;

}



div.shop .cart-totals th {

	border-top: 1px solid #DCDCDC;

	padding: 8px 10px;

}



div.shop .cart-totals td {

	border-top: 1px solid #DCDCDC;

	padding: 8px 10px;

}



div.shop .cart-totals tr.total .amount {

	font-size: 2em;

	display: block;

	padding-top: 10px;

}



/* Product List Sidebar */

div.shop ul.simple-post-list li {

	border: 0;

}



/* Product Thumb Info */

.product-thumb-info {

	border-radius: 6px;

	padding: 0;

	position: relative;

	border: 0;

	border-bottom: 3px solid #E3E4E8;

	background: #F7F9FC;

	display: block;

	overflow: hidden;

	position: relative;

	text-decoration: none;

	max-width: 100%;

	text-align: center;

	border: 1px solid #DDD;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

}



.product-thumb-info,

.product-thumb-info:hover {

	text-decoration: none;

}



.product-thumb-info + .product-thumb-info {

	border-radius: 0 0 6px 6px;

	margin-top: -5px;

}



.product-thumb-info span.product-thumb-info-touch-hover {

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	display: none;

	background-color: transparent;

}



.product-thumb-info.hover span.product-thumb-info-touch-hover {

	display: block;

}



.product-thumb-info span.product-thumb-info-image {display: block;position: relative;height: 0;padding-bottom: 71.15%;overflow: hidden;z-index: 0;}



.product-thumb-info span.product-thumb-info-image:before {

	content: "";

	display: block;

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background: #171717;

	width: 100%;

	height: 100%;

	filter: alpha(opacity=0);

	opacity: 0;

	border-radius: 6px 6px 0 0;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

}



.full-width .product-thumb-info span.product-thumb-info-image:before {

	border-radius: 0;

}



.product-thumb-info:hover span.product-thumb-info-image:before {

	filter: alpha(opacity=80);

	opacity: 0.8;

}



.product-thumb-info span.product-thumb-info-act {

	position: absolute;

	top: 40%;

	left: 0;

	right: 0;

	text-align: center;

	color: #FFF;

	filter: alpha(opacity=0);

	opacity: 0;

}



.product-thumb-info:hover span.product-thumb-info-act {

	filter: alpha(opacity=100);

	opacity: 1;

	top: 50%;

}



.product-thumb-info span.product-thumb-info-act em {

	font-style: normal;

}



.product-thumb-info a,

.product-thumb-info a:hover {

	text-decoration: none;

	display: inline-block;

	width: 100%;

}



.product-thumb-info img {

	border-radius: 6px 6px 0 0;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

}



.product-thumb-info span.product-thumb-info-content {

	padding: 15px;

	text-align: left;

	display: block;

}



.product-thumb-info span.product-thumb-info-caption {

	padding: 0 15px 15px;

	text-align: left;

	display: block;

}



.product-thumb-info span.product-thumb-info-caption p {

	margin: 0;

	padding: 0 0 10px;

}



.product-thumb-info .product-thumb-info-extra {

	clear: both;

	padding: 10px 0 0;

	margin: 10px 0 0;

	border-top: 1px solid #EBEBF4;

	display: block;

}



.product-thumb-info .product-thumb-info-extra.social a:last-child {

	border-right: 0;

	margin-right: 0;

	padding-right: 0;

}



.product-thumb-info h4 {

	color: #404751;

	letter-spacing: -1px;

	font-weight: 600;

	font-size: 1.4em !important;

	line-height: 1.1em;

	margin: 0;

	padding: 0;

}



.product-thumb-info .description {

	font-size: 12px;

	margin: 10px 0 0 0;

	line-height: 20px;

}



.product-thumb-info:hover {

	background-color: #FFF;

}

/* Mintun Media 2017/06/13 */

.woocommerce-cart .product-thumb-info h4 {
    font-size: 1.5em !important;
    margin-top: 8px;
}
.woocommerce-cart .product-thumb-info {
    background: white;
    border-radius: 0;
    border: 0;
}

div.shop ul.products li.product .price .old-amount {
    text-decoration: line-through;
    color: #404751;
}

div.shop ul.products.woocommerce-cart li.product .price .amount {
    font-weight: bold;
}

.woocommerce-cart .product-thumb-info .description {
    margin: 0;
    line-height: 1.3;
}
.woocommerce-cart section.page-top,
.woocommerce-checkout section.page-top {
    background-color: #f9f9f9;
    background-image: url(https://collegeadmissioncentral.com/wp-content/uploads/2019/06/CACentral_PrimaryLogo_600x367.png), url(https://collegeadmissioncentral.com/wp-content/uploads/2019/06/30DayMoneyBackSeal.png);
    background-repeat: no-repeat;
    background-position: 2% 50%, 99% 15px;
    background-size: 140px, 78px;
    padding: 20px 185px;
    text-align: center;
    margin: 0 0 15px;
    min-height: 110px;
}
.woocommerce-cart section.page-top h3 {
    font-size: 18px !important;
    margin: 0 0 5px;
}
.woocommerce-cart section.page-top h2,
.woocommerce-checkout section.page-top h2 {
    border: 0;
    font-size: 1.7em;
    font-weight: 500;
    color: #01559a;
}
.woocommerce-checkout .main > .container,
.woocommerce-cart  .main > .container {
	margin-top:-20px;
}
.page-template-products-services-woo .main > .content > .container {
	margin-top:-20px;
}
.woocommerce-cart section.page-top .container,
.woocommerce-checkout section.page-top .container {
    width: 100%;
}
.woocommerce-cart .product-thumb-info img {
    border-radius: 0;
    margin: 0 auto;
}
.woocommerce-cart .product-thumb-info span.product-thumb-info-content {
    text-align: center;
}
.strikethrough {
	text-decoration: line-through;
}
.blue {
    color: #01559a;
    font-weight: bold;
}
.cta {
    clear: both;
    text-align: center;
}

.cta h4 a {
    display: inline-block;
    margin-left: 13px;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cta h4 a:hover {
    background: #01559a;
    border: 0;
    opacity: 0.7;
}
.woocommerce a.button.alt,
.woocommerce input.button.alt {
    background: #01559a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
    opacity: 0.7;
    background: #01559a;
}
.woocommerce-cart .product-thumb-info span.product-thumb-info-image:before {
    display: none;
}

.woocommerce-cart .product-thumb-info span.product-thumb-info-image {
    padding-bottom: 41%;
    padding-top: 4%;
}

.woocommerce-cart .add-on .product-thumb-info span.product-thumb-info-image {
    padding-bottom: 16%;
    top: -19px;
}

.woocommerce-cart .add-on h3 {
    text-align: center;
    margin: 0 0 15px;
	font-size:22px;
}
.woocommerce-cart .add-on .product-thumb-info span.product-thumb-info-content {
    text-align: left;
}

.woocommerce-cart .add-on .product-thumb-info h4 {
    margin: 0;
}
.woocommerce-cart .add-on span.radio-button:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    margin-top: 1px;
}

.woocommerce-cart .add-on span.radio-button.active:before {
    background-color: #01559a;
    -webkit-box-shadow: inset 0 0 0 3px #f4f4f4;
    box-shadow: inset 0 0 0 3px #f4f4f4;
}
.woocommerce-cart .product-thumb-info .description span.radio-button {
	margin: 0 0 3px;
	display: block;
}
div.shop .add-on ul.products {
    max-width: 750px;
    margin: 0 auto;
}
.woocommerce-cart .woocommerce .backbtn {
	margin-bottom:20px;
}
.woocommerce-cart .woocommerce .backbtn i {
	margin-right:5px;
}
.checkout {
    text-align: center;
}

div.shop .add-on ul.products li.product {
    margin-bottom: 15px;
}
.checkout a.btn {
    background: #1290f7;
    border: 0;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.checkout a.btn:hover {
    opacity: 0.7;
}
span.checkbox {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    margin: 0;
    z-index: 1;
}

span.checkbox:after {
    content: '';
    width: 13px;
    height: 7px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #5ea817;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.active span.checkbox:after {
    opacity: 1;
}

div.shop.woocommerce-cart ul.products li.product a.active {
    background: rgba(207, 207, 207, 1);
}

a.active {}

.active span.checkbox {
    border-color: white;
}

div.shop.woocommerce-cart ul.products li.product span.product-thumb-info {
    border: 1px solid #b2b2b2;
    display: block;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce-cart header,
.woocommerce-checkout header {
    display: none;
}

.woocommerce-cart,
.woocommerce-checkout {
    background: #f9f9f9;
}

.woocommerce-cart .breadcrumb,
.woocommerce-checkout .breadcrumb {
    display: none;
}
div.shop.woocommerce-cart ul.products a:hover {color: #2a6496;background: rgba(207, 207, 207, 0.5);}
a.button.wc-forwards {
    display: none;
}
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
    margin-top: 1em;
}
footer#footer {
    display: none;
}

.woocommerce table.shop_table {
    background: white;
}
#customer_details label {
    display: none !important;
}
#account_password_field label {
	display:block!important;
	line-height:1.2;
}

#customer_details .woocommerce-SavedPaymentMethods-saveNew label, #customer_details .woocommerce-SavedPaymentMethods-token label, #customer_details .woocommerce-SavedPaymentMethods-new label {
    display:inline-block !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50%;
}
.woocommerce form.checkout_coupon {
	margin:0;
}
.woocommerce form .form-row input.input-text:focus {
    border: 1px solid #01559a;
}
.woocommerce-page .col2-set .col-1, div#order_review {
    margin: 0 auto 2em;
}
.woocommerce-checkout h3 {
    margin: 0 0 15px;
    text-transform: capitalize;
    color: #01559a;
}

.authnet_seal {
    position: absolute;
    top: 15px;
    right: 15px;
}
#customer_details label[for=grades] {
    display: inline-block !important;
}

select#grades {
    display: inline-block;
}
p#grades_field .select2 {
    max-width: 50%;
    margin-left: 15px;
}
tr.cart-subtotal {
    display: none;
}
.woocommerce form .form-row .required {
    display: none;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}

.woocommerce-checkout #payment div.payment_box {margin: 0;}
.woocommerce-checkout #payment div.payment_box > p {
    margin: 0 0 8px;
}
.cart_totals.calculated_shipping
 h2 {
    font-size: 150%;
    margin: 0 0 1em;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin:0 0 2em;
}
.woocommerce-cart #coupon_code {
	width:auto;
}
#billing_state_field label,
#billing_postcode_field label {
    display: block!important;
	line-height:1;
}
#cmic_field {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.woocommerce-order-received .woocommerce-order > p:nth-child(3), .woocommerce-order-received .woocommerce-order > p:nth-child(4),.woocommerce-order-received .woocommerce-info {
    display:none;
}
.woocommerce-order-received .woocommerce-order p {
    text-align:center;
}
section.woocommerce-order-details {
    display: none;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
}
input::-webkit-input-placeholder {
    opacity: 1 !important;
}
input:-ms-input-placeholder {
    opacity: 1 !important;
}
input::placeholder {
    opacity: 1 !important;
}
#customer_details label[for='cmic'] {
    display: inline-block !important;
}

input#cmic {
	margin-left:12px;
}
.mm-login2 {display: none}
.woocommerce-info {
    margin: 0;
	padding:5px 5px 5px 45px;
}
.woocommerce {
	position:relative;
}
.woocommerce-form-coupon-toggle {
	position: absolute;
    top: -49px;
    left: 50%;
    width: 50%;
}
.woocommerce-info:before {
	top:5px;
}
form.lwa-form input,
.lwa-remember-email input {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
}

input.lwa-wp-submit,
form.lwa-remember input[type='submit'] {
    font-size: 100%;
    margin: 0 1em 0 0;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    background: #01559a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.lwa-template-modal {
    display: inline;
}
.lwa-links label {
    margin: 0;
}
.lwa-remember-email label {
    display: block;
}
.woocommerce-checkout-review-order-table .recurring-totals,.woocommerce-checkout-review-order-table .cart-subtotal.recurring-total,.woocommerce-checkout-review-order-table .order-total.recurring-total {
    display:none;
}
@media (max-width: 768px) {
    .woocommerce-cart .add-on .product-thumb-info span.product-thumb-info-image {
        display:none ;
    }
    .woocommerce-cart .add-on .product-thumb-info span.product-thumb-info-content {
    width: 100%;
    padding: 15px 27px;
}
    .checkout {
        padding-bottom:25px;
    }
    .woocommerce-cart section.page-top {
        padding:20px;
        background-image:none;
    }
}
@media (max-width: 467px) {
    div.shop ul.products li.product {
        width:100%;
    }
}
/* Mintun Media 2017/06/13 */