body {
	background: #fff;
	font-size: 16px;
	font-family: 'Sarabun';
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
p, a {
	font-family: 'Sarabun';
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Archivo';
	color: #2b2b2b;
}
h3, h4, h5, h6 {
	color: #2b2b2b;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
html {
	position: relative;
	min-height: 100%;
	vertical-align: top;
}
.section {
	display: block;
	position: relative;
}
.form-control:focus {
	box-shadow: none;
}
.top_right_section {
	padding: 10px 0;
	
}
.top_right_section_main {
	font-size: 16px;/*! display: block; */
}
.header_bar .col-md-5 {
	position: relative;
}
.logo {
	position: relative;
}
.logo img {
	height: auto;
	position: absolute;
	top: 5px;
	z-index: 99;
}
/*.h-form {
	margin-left: 45px;
}*/
#search{
	width: 32px;
	fill: #002366;
}
.header-form {
	width: 100%;
	margin-right: 84px;
}
.phone_box svg {
	width: 34px;
	fill: #002366;
}
.call-h span {
	display: block;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	line-height: 16px;
}
.call-h:hover {
	color: #e66926;
}
.fb:hover #facebook, .insta:hover #instagram, .twitter:hover #twitter {
	fill: #052bf7;
}
.fb:hover, .insta:hover, .twitter:hover {
	border: 2px solid #052bf7;
}

.phone_box:hover #phone {
	fill: #052bf7;
}
.call-h {
	font-size: 16px;
	font-weight: 600;
	color: #002366;
	line-height: 20px;
}
.fb svg, .insta svg, .twitter svg {
	width: 23px;
	fill: #002366;
}
.header-form .form-control {
	border: 1px solid #000;
	border-radius: 19px;
	padding: 3px 44px 3px 11px;
}

.header_bar {
	padding: 10px 0;
	background: #fff;
}
.menu_section {
	background: linear-gradient(to right, #fff 57%, #fff 57%, #193875 57%, #193875 100%);
}

.top_right_section ul li {
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}
.icons-social a {
	border: 2px solid #193875;
	display: inline-block;
	margin: 0 6px;
	border-radius: 50%;
	padding: 4px;
	line-height: 18px;
	transition: all 2s;
}
.icons-social svg {
	transition: all 2s;
}
.cart {
	position: relative;
}
.badge {
	background: #193875;
	border-radius: 50%;
	line-height: 7px;
	padding: 5px;
	position: absolute;
	top: -1px;
	right: -0.5em;
}
.header-form span {
	width: 33px;
}
#header .menu-item a {
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 100%;
	transition: all 1s;
}

.txt-thirty {
	font-size: 30px;
	line-height: 100%;
	position: relative;
	padding: 10px 0;
}
.txt-thirty::after {
	position: absolute;
	content: "";
	background-color: #e46725;
left: calc(50% + -71px);
	width: 135px;
	height: 2px;
	bottom: 0;
}
.small-t {
	color: #002366 !important;
	font-size: 22px;
	line-height: 26px;
}
#product-banner {
	margin-top: 36px;
	position: relative;
}

/*05/05/2023*/
nav.custom-menu ul li a {
  color: #010101;
  position: relative;
  padding-bottom: 10px;
}


.menu-item:hover .sub-menu {
  display: block;
}
.header{
	position:relative;
	z-index:9999;
}
.nav-clip {
	width: 78%;
height: 0;
border-left: 43px solid transparent;
border-right: 25px solid transparent;
border-bottom: 50px solid #193875;
}
.sub-menu a {
  background: transparent;
  display: block;
  padding: 15px;
  font-size: 12px;
  color: #fff !important;
  text-shadow: none;
  border:none;
  text-align: left;
}
.nav-list {
  margin: 0;
  list-style: none;
  width: 100%;
  padding: 0px;
  text-align: left!important;
}
/*nav.custom-menu ul li {
  float: left;
}
#header .menu-item a:hover {
	color: #dbdbdb;
}
*/
.menu-item a:hover {
	color: #fbcbb1 !important;
}
.sub-menu li {
  float: none !important;
  padding: 0 !important;
  display:block;
}
.sub-menu {
  display: none;
  position: absolute;
left: 0;
width: 251px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(7, 27, 68, 0.74);
  top:100%;
}
/*05/05/2023*/
.product .owl-carousel .owl-nav {
	position: absolute !important;
	top: 24% !important;
	font-size: 44px !important;
	left: 0;
	right: 0;
}
.product .owl-carousel .owl-nav button.owl-prev {
	left: -25px;
	position: absolute;
}

.product .owl-carousel .owl-nav button.owl-next {
	right: -25px;
	position: absolute;
}
.owl-product p, product-l p {
	color: #484848;
	line-height: 18px;
	margin: 6px 0 23px;
}
.owl-product img, .product-l img {
	width: 100%
}
.add_to_cart_btn {
	background: #002366;
	color: #fff;
	display: block;
	margin: 6px 0;
	padding: 6px 0;
}
.add_to_cart_btn:hover{
	color: #fff;
	background-color: #043695;
}
/*.owl-product a, .product-l a {
	background: #002366;
	color: #fff;
	display: block;
	margin: 6px 0;
	padding: 6px 0;
}
/*.product-l a {
	background: #002366;
}*/
.owl-product h6 {
	font-size: 17px;
}
.price_sec span{
	text-decoration: line-through;
	color: #484848;
}
figcaption {
	font-size: 25px;
	line-height: 29px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Sarabun';
	margin-top: -40px;
}
.testimonial {
	background-color: #ececec;
	padding: 20px 0;
}
.black {
	color: #000 !important;
}
.date-t {
	color: #3e3e3e;
	font-size: 16px;
}
.shop-img img {
	width: 100%
}
.star img {
	width: 80px !important;
}
.owl-testimonial {
	padding: 21px;
	background: #fff;
	border-radius: 12px;
	margin: 15px;
	box-sizing: border-box;
	box-shadow: 0px -1px 4px 0px #0000005e;
}
.star {
	margin: 10px 0;
}
.testimonial .owl-carousel .owl-nav {
	position: absolute !important;
	top: 36% !important;
	font-size: 40px !important;
	left: 0;
	right: 0;
}
.testimonial .owl-carousel .owl-nav button.owl-prev {
	left: 9px;
	position: absolute;
}
.testimonial .owl-carousel .owl-nav button.owl-next {
	right: 9px;
	position: absolute;
}
.testimonial p {
	color: #292929;
	margin: 6px 0;
}
.bold-text {
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 21px;
	font-family: 'Lato'
}
.text-des {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	font-family: 'Lato'
}
.small-text {
	margin-left: 11px;
	color: #1f325d;
}
.newsletter {
	background-image: url(../images/input-img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
}
.newsletter h3 {
	font-size: 24px !important;
	line-height: 100%;
	letter-spacing: 1px;
}
.email {
	width: 73%;
}
#submit {
	text-transform: uppercase;
	color: #002366;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	height:39px;
}
.follow {
	font-size: 30px;
	font-weight: 500;
	color: #434343;
}
#footer {
	background: #002366;
	padding: 36px 0;
}
.footer-h {
	font-family: 'Sarabun' !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 1px;
	padding-bottom: 30px;
}
.footer-menu li a {
	font-weight: 300;
	letter-spacing: 1px;
	display: inline-block;
}
.footer-menu li {
	padding-bottom: 20px;
}
.footer-middle li, .footer-social li {
	padding-bottom: 16px;
}
.footer-social li a svg {
	width: 30px;
}
.footer-social li a svg path {
	fill: #fff;
}
.social-icon a {
	border: 1px solid #fff;
	display: inline-block;
	margin: 0 6px;
	border-radius: 50%;
	padding: 4px;
	line-height: 18px;
	transition: all 2s;
}
.social-icon a svg path:hover {
	fill: #e1dbdb;
}
.footer-info {
	font-size: 14px;
	color: #002366;
}
.right-reserved {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 10px;
	font-size: 14px;
}
.copyright {
	color: #002366;
	font-size: 14px;
}
.copy {
	font-size: 18px;
}
#footer li a {
	color: #fff;
}
#footer li a:hover {
	color: #a69f9f;
}
.contact-icon a:hover {
	color: #fff !important;
}
.social-icon:hover a {
	color: #a69f9f;
}
/****************/
/*********PRODUCT LISTING*******/
.breadcrumb-s .breadcrumb{
padding: 14px 0 0 0;
}
.breadcrumb-s .breadcrumb .breadcrumb-item > a {
	color: #000;
}
#product-listing .accordion-button {
	color: #061935;
	background-color: #e7f1ff00;
	box-shadow: none;
	font-size: 15px;
	font-family: 'Sarabun';
	font-weight: 600;
}
.select-item li span {
	font-size: 15px;
	font-weight: 300;
	line-height: 19px;
	display: inline-block;
	margin-left: 6px;
}
.select-item li {
	padding-bottom: 15px;
}
/*.show {
	font-size: 15px;
	font-weight: 300;
}*/
.product-l{
	margin: 10px 0 20px;
}
.bg-color{
	background:#f5f5f5;
}
#accordionPanelsStayOpenExample{
	background: #fff;
	margin-top: 100px;
}
.product-l h6{
	padding:16px 0 4px 0;
	font-size: 18px;
	line-height:22px;
}
/* .product-l a:hover{
	 background-color:#043695;
 }*/
 /*product-details edited on 25-04-2023*/
 #owl-product_gallery2 .owl-next span, #owl-product_gallery2 .owl-prev span{
	 font-size:36px;
 }

 #owl-product_gallery2 .owl-prev{
	 background: #f0ececed;
	 line-height: 43px;
padding: 5px 7px !important;
position: absolute;
left: 0;
top: 50%;
 }
  #owl-product_gallery2 .owl-next{
	 background: #f0ececed;
	 line-height: 43px;
padding: 5px 7px !important;
position: absolute;
right: 0;
top: 50%;
 }
 #right{
	 width: 18px;
	 height:18px;
	 }
 .right{
	 border-radius: 50%;
background: #428018;
width: 28px;
display: inline-block;
height: 28px;
padding: 0 5px;
 }
 .ppr{
	   font-size: 23px;
  font-weight: 400;
  color: #625656;
  line-height:19px;
  margin: 10px 0;
 }
 .stock{
	 color: #428018;
 }
.ppr small{
	font-size: 14px;
	font-family: 'Sarabun';
	font-weight: 400;
}
.cart-r{
	background: #193875;
color: #fff;
display: inline-block;
margin-left: 26px;
padding: 0 30px;
border-radius: 0;
}
	
.product-detail-r .accordion-header{
	font-family: 'Sarabun';	
	color: #000 !important;
}
.product-detail-r .accordion-button:not(.collapsed) {
  color: #000 !important;
}
.product-detail-r .accordion {
  background: #fff;
  margin-top: 30px;
}
.qtyminus{
	font-size: 28px;
background: #193875;
color: #fff;
padding: 0 22px;
border: none;
display: flex;
}
.qtyplus{
	font-size: 28px;
background: #193875;
color: #fff;
padding: 0 18px;
border: none;
display: flex;
}
.qty{
	width: 18%;
padding: 9px 0;
height: 50px;
margin: 0 11px;
border-radius: 0;
text-align:center;
}
.cart-r:hover{
	color: #d0d0d0;
}
.about{
	padding: 40px 0 60px;
}
.ab-us{
	padding:40px 0;
}
.p-22{
	font-size:22px;
	line-height:26px;
	font-weight:600;
}
.p-17{
	font-size:17px;
	line-height:22px;
	padding:10px 0 6px;
	  color: #464545;
}
.return{
	padding:40px 0;
}
.form{
	padding:40px 0;
}
.form form{
	/*width: 71%;*/
margin: 0 auto;
box-sizing: border-box;
background: #f6f9ff;
padding: 40px 42px;
box-shadow: 1px 2px 3px 2px #0000004d;
}
.form .form-control{
	border-radius: 0;
padding: 12px 9px;
}
.submit_btn{
	color: #fff;
border-radius: 0;
padding: 6px 28px;
display: block;
margin: 0 auto;
}
.submit_btn:hover{
	background:#0640b0;
	color:#fff;
}
.add-to-cart span{
	display: inline-block;
margin: 10px 0;
}
#total-savings-label{
	float: left;
}
#total-savings-amount{
	float: right;
}
.btn--full{
border-radius: 0 !important;
line-height: 20px;
display: inline-block;

}
.img-loader__wrapper img{
	width:100%;
}
.product-name{
	margin:6px 0;
}
[data-test-id~="total-savings-label"]{
	float:left;
}
[data-test-id~="total-savings-amount"]{
	float: right;
}
.mob_cart{
	display:none;
}
.custom-table thead{
	background: #eaecf0;
}
.custom-table thead th{
	padding: 6px 5px;
}
.custom-table tbody td {
  padding: 8px;
  vertical-align: top;
}
.sub-title-small {
  font-size: 18px;
  margin: 10px 0;
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
}
.web_cart .btn, .cart-right-section .btn{
	border-radius:0;
}
.remove-product i{
	  font-size: 19px;
      color: #193875;
}
.view_all{
	color:#fff;
	border-radius:0;
}
#sh_tcrt p{
	padding:20px 14px;
}
.breadcrumb-s{
	background-color:#f5f5f5;
}
.discount-btn{
	min-height:43px;
}
.edit_bag_btn{
	padding-bottom:6px !important;
}
.mobile_footer_section{
	display: none;
}
.card_radio{
	margin-left: 6px !important;
}
.btn:hover {
  color: #eeee;
}
.dis-btn{
	min-height: 36px;
}

/*-------------- new css ----------------*/
.pro-list-h{
  max-height: 99px;
  height: 47px;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 2px solid #0000;
    /* border-radius: 50%; */
    opacity: 1;
    padding: 5px;
    background-color: #695c5c38;
}
