/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019/08/08, 11:13:12
    Author     : thitinan
*/

.ndr-shop-front {}

.ndr-shop-front .item figure img {
	border-radius: 10px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.275);
}

.ndr-shop-front .item.animate-in {
	visibility: visible;
}

.ndr-shop-front .item {
	/* For Animation */
/* 	visibility: hidden; */
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.ndr-shop-front .item p {
	display: block;
    position: absolute;
    margin-bottom: 0;
    right: 35px;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
	max-width: 55%;
	text-align: right;
}

.ndr-shop-footer {
	background-color: #18344a;
}

.ndr-shop-footer .container.border-top {
	border-image: radial-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0)) 1;
}

.ndr-shop-footer a {
	color: white;
}

.ndr-product-variations {
	margin: 0 0 1.5rem 0;	
}

.ndr-product-variations p,
.woocommerce div.product .ndr-product-variations form.cart {
	margin-bottom: 0;
}

.woocommerce .ndr-product-variations table.shop_table {
	border: 0;	
}

.woocommerce .ndr-product-variations table.shop_table thead {
	background-color: #16354a;
	color: #ffffff;
}

.woocommerce .ndr-product-variations table.shop_table thead th:nth-child(1) {
	width: 20%;
}

.woocommerce .ndr-product-variations table.shop_table thead th:nth-child(3) {
/* 	width: 16%; */
	width: 13%;
}

.woocommerce .ndr-product-variations table.shop_table tbody td:nth-child(3) {
	text-align: center;
}

.woocommerce .ndr-product-variations table.shop_table thead th:nth-child(4) {
/* 	width: 30%; */
	width: 17%;
}

.woocommerce .ndr-product-variations table.shop_table tbody td:nth-child(4) {
	text-align: center;
}

.woocommerce .ndr-product-variations table.shop_table th {
	text-align: center;
}

.woocommerce .ndr-product-variations table.shop_table td {
	border-top: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

/* .woocommerce .ndr-product-variations table.shop_table td .quantity .qty {
	line-height: 20px;
    width: 3em;
} */

.woocommerce .ndr-product-variations table.shop_table td button.button.alt {
	font-size: 80%;
    padding: .86em 0.6em;
}

.woocommerce .ndr-product-variations  table.shop_table_responsive tr td[data-title=""]::before,
.woocommerce-page .ndr-product-variations table.shop_table_responsive tr td[data-title=""]::before {
	content: "";
}

.woocommerce-Tabs-panel--file_tab table {
	border: 0;
}

.woocommerce-Tabs-panel--file_tab table tbody tr {
	border: 0;
	border-bottom: 2px solid white;
	background-color: #f1f3f5;
}

.woocommerce-Tabs-panel--file_tab table tbody tr td {
	color: #16354a;
   padding-left: 20px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
    -moz-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 2px 5px 0 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 1rem;
}

.woocommerce div.product div.images ol.flex-control-thumbs li {
	padding: 0.5rem;
}

.woocommerce div.product div.images ol.flex-control-thumbs li img {
	border: 2px solid rgba(0, 0, 0, 0.6);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 1.5em;
}

.woocommerce ul.products li.product .button {
	margin-top: 0.5rem;
	padding: .5em .55em;
	font-size: 1rem;
}

.woocommerce .quantity .qty {
    line-height: 30px;
}

.woocommerce table.shop_table th.product-remove {
	width: 5%;
}

.woocommerce table.shop_table th.product-price {
	width: 15%;
}

.woocommerce table.shop_table th.product-quantity {
	width: 12%;
}

.woocommerce a.remove::before {
	content: "\f057";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.woocommerce a.remove:hover::before {
	content: "\f057";
	font-weight: 500;
}

.woocommerce a.remove:hover {
    color: red!important;
    background: transparent;
}

.woocommerce .woocommerce-breadcrumb {
    color: #18344a;
	font-weight: bold;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #0070ce;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label,
.woocommerce-form-login label,
.woocommerce-form-register label,
.woocommerce-address-fields label,
.woocommerce-MyAccount-content label{
	margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-form-register .woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input,
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper input,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row input {
	height: 40px;
	padding: 0 10px;
	border: 1px solid #32b5eb; /* #ff9c00; */
	border-radius: 5px;
}

.woocommerce-form-login .anr_captcha_field {
	display: flex;
	margin: 0.5rem -15px 1.5rem -15px;
}

.woocommerce-form-login .anr_captcha_field .anr_captcha_field_div {
	margin: 0 auto;
}

.woocommerce-form-register .anr_captcha_field {
	margin: 0.5rem auto 1.5rem auto;
}

.state_select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ff9c00;
	border-radius: 5px;
}

.select2-container--open .select2-dropdown--below {
	border: 1px solid #ff9c00;
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.woocommerce-input-wrapper:focus,
.woocommerce-input-wrapper select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.woocommerce form .form-row input.woocommerce-form__input.woocommerce-form__input-checkbox {
	height: auto;	
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	margin-left: auto;
	margin-right: 0;
}

/* Additional WooCommerce */
.woocommerce_user_bar {
    display: flex;
    margin-top: 20px;
/*     margin-left: 20px; */
	border: 1px solid #32b5eb; /* #ff9c00; */
    border-radius: 10px;
    width: fit-content;
    min-height: 60px;
    color: #0b308d;
    overflow: hidden;	
	position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 950;
    background-color: white;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.woocommerce_user_bar .icon {
	position: relative;
	height: 60px;
    width: 60px;
}

.woocommerce_user_bar .icon i {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce_user_bar .user {
	height: 60px;
	width: 200px;
}

.woocommerce_user_bar .user .name {
    margin: 6px 15px auto 0;
	font-size: 1rem;
}

.woocommerce_user_bar .user .name.unknown {
    margin: 15px 15px 15px 0;
	line-height: 30px;
}

.woocommerce_user_bar .user .options .option {
	color: #0b308d;
}

.woocommerce_user_bar .user .options .option:hover {
	color: #007bff;
	text-decoration: none;
}

.woocommerce_user_bar .user .options .option:hover .icon i {
	color: #133475;
}

.woocommerce_user_bar .user .options .option .icon {
	height: auto;
    width: auto;
	margin: 0 0.5rem;
}

.woocommerce_user_bar .user .options .option .icon-img {
	height: 19.2px;
    width: 16px;
}

.woocommerce_user_bar .user .options .option .icon-img img {
	margin-top: 1.6px;
	height: 16px;
	width: 16px;
}

.woocommerce_user_bar .user .options .option .name {
	font-size: 0.8rem;
	margin: 0 0.5rem;
}

.woocommerce_user_bar .user .options .option:not(:last-child) {
	border-right: 1px solid #32b5eb; /* #ff9c00; */
}

.woocommerce_user_bar .user .not-logged {
    margin: auto 15px auto 0;
}

.woocommerce_user_bar .cart {
	position: relative;
	border-left: 1px solid #32b5eb;
	height: 60px;
    width: 60px;
    background-color: #32b5eb;
    color: white;
}

.woocommerce_user_bar .cart:hover {
	background-color: #5cc2ec; /* #ff9c00; */
}

.woocommerce_user_bar .cart a {
	color: white;
}

.woocommerce_user_bar .cart a:hover {
	color: white;
}

.woocommerce_user_bar .cart i {
	position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.woocommerce_user_bar .cart .item {
	position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50%;
}

.woocommerce_user_bar .cart .item .count {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.6rem;
}

.woocommerce_user_bar .cart .login {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.6rem;
	font-weight: bold;
	text-align: center;
}

.woocommerce_user_bar .cart .login img {
	width: 40px;
}

.woocommerce .woocommerce-MyAccount-navigation {
	margin-top: -0.5rem;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	border-bottom: 1px solid black;
    border-image: radial-gradient(rgb(24, 52, 74), rgba(255, 255, 255, 0)) 1;
	padding: 0px;
	padding-bottom: 10px;
    overflow: hidden;
	text-align: center;
    font-size: 0.8rem;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	padding: 5px 10px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	text-decoration: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a .icon img {
	width: 45px;
	height: 45px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a .text {
	margin-top: 10px;
	color: #204087;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a .text {
	color: #ff9c00;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover .text {
	color: #ff9c00;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover .text {
	color: #007bff;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background-color: white;
	border: 2px solid;
	border-radius: 15px;
}

.woocommerce-message {
	border-color: #8fae1b;
}

.woocommerce-info {
	border-color: #1e85be;
}

.woocommerce-error {
	border-color: #b81c23;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: white;
    background-color: #32b5eb;
    border: 2px solid transparent;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
/* 	color: #ff9c00; */
	color: #32b5eb;
    background-color: transparent;
	border: 2px solid #32b5eb; /* #ff9c00 */
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	color: white;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
	color: white;
	background-color: #ff9c00;
    border: 2px solid transparent;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	color: white;
	background-color: #32b5eb;
    border: 2px solid transparent;
/*     background-color: #a46497; */
/*     color: #fff; */
/*     -webkit-font-smoothing: antialiased; */
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	color: #32b5eb;
    background-color: transparent;
	border: 2px solid #32b5eb;
/*     background-color: #96588a; */
/*     color: #fff; */
/* 	border: 2px solid #96588a; */
}

.woocommerce a.button.contact-us.alt {
	color: white;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#61b9cb+0,8edbd6+100 */
	background: rgb(97,185,203); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(97,185,203,1) 0%, rgba(142,219,214,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(97,185,203,1) 0%,rgba(142,219,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(97,185,203,1) 0%,rgba(142,219,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61b9cb', endColorstr='#8edbd6',GradientType=0 ); /* IE6-9 */
	
	border: 2px solid rgba(97,185,203,1); /* Old browsers */
}

.woocommerce a.button.contact-us.alt:hover {
	color: rgba(97,185,203,1);
	background: none;
    background-color: transparent;
	border: 2px solid rgba(97,185,203,1); /* Old browsers */
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {

}

.woocommerce .woocommerce-product-gallery__image iframe {
	height: 100%;
}

.woocommerce div.product p.price.contact-us a {
	color: #ff9c00;
}

.woocommerce div.product p.price.contact-us a:hover {
	color: #ff9c00;
	text-decoration: none;
}

/* .woocommerce-product-gallery__image img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.woocommerce-product-gallery__trigger {
	position: absolute;
    top: 10px;
    right: 10px;
    z-index: 200;
}

.woocommerce-product-gallery__trigger:hover {
	text-decoration: none;
}
 */

/* Additional */
.woocommerce form.woocommerce-form-register,
.woocommerce form.woocommerce-form-login {
	border: 0;
}

.woocommerce .woocommerce-form-login .form-row.form-row-wide label {
	width: 20%;
	color: #11337f;
	font-weight: bold;
    text-align: end;
	line-height: 40px;
}

.woocommerce .woocommerce-form-login .form-row.form-row-wide input {
	width: 60%;
	border-radius: 12px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-left: 20%;
    margin-right: auto;
    font-size: smaller;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
	vertical-align: middle;
}

.woocommerce .woocommerce-product-gallery .emoji-search-icon {
	display: none!important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--file_tab table tbody td:nth-child(2) {
	width: 130px;
    text-align: right;
    padding: 0 5px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--file_tab table tbody td:nth-child(n+3) {
	width: 34px;
    text-align: center;
    padding: 0 10px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: unset;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 1px solid #33b5eb;
}

.woocommerce nav.woocommerce-pagination ul li:not(:first-child) {
	border-left: none;
}

.woocommerce nav.woocommerce-pagination ul li:first-child {
	border-radius: 0.5rem 0 0 0.5rem;
}

.woocommerce nav.woocommerce-pagination ul li:last-child {
	border-radius: 0 0.5rem 0.5rem 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #33b5eb;
    color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: #8fd7f3;
}

@media (min-width: 992px) and (max-width: 1598.98px)  {
	.woocommerce .woocommerce-MyAccount-navigation {
		margin-top: 2rem;
	}
}

@media (max-width: 992px) {
	.woocommerce .ndr-product-variations table.shop_table thead th:nth-child(4) {
		width: 22%;
	}
}

@media (max-width: 768px) {
	.woocommerce .woocommerce-form-login .form-row.form-row-wide label {
		font-size: 0.95rem;
		width: unset;
		margin-right: auto;
	}
	
	.woocommerce .woocommerce-form-login .form-row.form-row-wide input {
		width: 70%;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #e9f3f5;
	}
	
	.woocommerce .ndr-product-variations table.shop_table_responsive tr td.mobile-remove {
		display: none;
	}
	
	.woocommerce .ndr-product-variations table.shop_table_responsive tr td form.cart .col-auto {
		margin-left: auto!important;
    	margin-right: 0!important;
	}
}

@media (max-width: 575.98px) {
	.woocommerce ul.products li.product .button {
		margin-top: 0.25rem;
		padding: .5em .55em;
		font-size: 0.9rem;
	}

	.woocommerce_user_bar {
		position: relative;
		margin: 20px auto 10px auto;
		bottom: unset;
		left: unset;
		box-shadow: unset;
		z-index: 950;
	}
	
	.woocommerce_user_bar .icon,
	.woocommerce_user_bar .cart {
		width: 50px;
	}
	
	/* WooCommerce */
	.woocommerce .woocommerce-MyAccount-navigation ul {
		font-size: 0.6rem;
	}
	
	.woocommerce form.login {
		padding: 0;
	}
	
	.woocommerce .woocommerce-form-login .form-row.form-row-wide input {
		width: 60%;
	}
}

@media (max-width:380px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding-left: 10px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		
	}
}
