@font-face {
  font-family: "SortsMillGoudy-Regular";
  src: url("../font/SortsMillGoudy-Regular.ttf");
}
@font-face {
  font-family: "BeVietnamPro-Light";
  src: url("../font/BeVietnamPro-Light.ttf");
}
@font-face {
  font-family: "Cormorant Upright";
  src: url("../font/CormorantUpright-Regular.ttf");
}
*{
	padding: 0;
	margin: 0;
	}
body{
	padding: 0;
	margin: 0;
	box-shadow: border-box;
}

body {
 font-family: 'Mulish', sans-serif;
}

.row{
	width: 100%;
	float: left;
}
.container{
	width: 95%;
	margin: 0 auto;
}
.category_column{
	width: 25%;
	float: left;
	padding: 0px 10px;
	box-sizing: border-box;
}
.latest_post_column{
	width: 75%;
	float: left;
	padding: 0px 10px;
	box-sizing: border-box;
}
.shop_wrapper{
	padding: 50px 0px;
	
}
.post_datails{
	background-color: #f5f5f6;
	border: 1px solid #dcdce7;
	display: block;
}


.category_list input:checked { box-shadow: inset 0 0 0 20px #fc8895; }
.price_list input[type='radio'], .color_list input[type='radio'] {
  appearance:none;
  width:20px;
  height:20px;
  border: 1px solid #b3b3c1;
  border-radius:50%;
  position: relative;
  top: 5px;
}
.price_list input[type='radio']:checked {
  background: #fc8895;;
}
.color_list #pink_color input[type='radio']{background-color: #db026f;}
.color_list #brown_color input[type='radio']{background-color: #4d2c27;}
.color_list #caramel_color input[type='radio']{background-color: #b08d67;}
.color_list #coffee_color input[type='radio']{background-color: #a66551;}
.color_list #coral_sunset input[type='radio']{background-color: #da716c;}
.color_list #creme_color input[type='radio']{background-color: #e79b8e;}
.color_list #cherry_color input[type='radio']{background-color: #ca1521;}
.color_list #gold_pearl_color input[type='radio']{background-color: #824320;}
/*input[type='radio'] { accent-color: #fc8895; border-color: #000; }*/

.result_show_colomn{
	width: 50%;
	float: left;
	padding: 0px 10px;
	box-sizing: border-box;
}
.price_detail, .different_color{
	padding: 50px 0px;
}
.ratings_list .rating{
	line-height: 3;
}
.ratings_list .rating i{
	padding: 5px 5px 5px 0px;
}
.ratings_list .rating .far
{
	color: #b3b3c1;
	background-color: transparent;
}
.ratings_list .rating .rate{
	padding-left: 5px;
	color: #6c6c73;
	font-weight: bold;
}


.sortby_column{
	width: 50%;
	float: left;
	padding: 0px 10px;
	box-sizing: border-box;
}
.latest_item_show{
	display: flex;
	justify-content: right;
	padding-top: 10px;
}
.showing_result{
	padding: 20px 0px;
}
.showing_result p{
	color: #7e7e84;
	font-size: 14px;
}
.latest_item_show select{
	padding: 8px 12px;
	color: #7e7e84;
	border: 1px solid #b3b3c1;
	font-size: 14px;
	background-color: #f5f5f6;
}
.latest_item_show select:focus{
	outline: none;
}
.latest_item_show .grid, .latest_item_show .list{
	color: #7e7e84;
	padding: 10px 5px;
}
.post_column{
	 width: 33.33333333%;
	 float: left;
	 padding: 0px 10px;
	 box-sizing: border-box;
}
.post_detail{
	text-align: center;
	padding: 20px 0px;
}
.post_detail .post_img img{
	width: 100%;
}
.product_info{
	padding: 15px;
}
.product_info .post_name{
	font-size: 14px;
	padding-bottom: 5px;
}
.product_info .post_price{
	font-size: 14px;
	color: #6c6c73;
}
.product_info .post_price .price{
	font-size: 20px;
	padding-left: 10px;
	color: #fc8895;
	font-weight: bold;
}
.post_detail .card_btn{
	 padding: 10px 0px;
}
.post_detail .card_btn a{
	 border: 1px solid #000;
	 color: black;
	 padding: 10px 30px;
	 text-decoration: none;
	 text-transform: uppercase;
	 font-size: 12px;
	 transition: all .3s ease-in-out;
}
.post_detail .card_btn a:hover{
	 background-color: #000;
	 color: #fff;
}


.logo {
	display: inline-block;
	width: 16%;
	vertical-align: middle;
}
h2.site-title.image-logo {
    margin: 0px;
}
.topnav {
	width: 68%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.myclosebtn{
	font-size:30px;
	cursor:pointer;
	display: none;
	color: #7e7e84;
}
.menuclosebtn{
	display: none;
	color: #7e7e84;
}
.topnav .active {
	color: #fa929d !important;
	position: relative;
}
.topnav a {
	padding: 12px 25px;
	font-size: 15px;
	text-decoration: none;
	color: #333;
}
.topnav .menuclosebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
}
.topnav .active::after {
	content: "";
	background-color: #fa929d;
	display: block;
	width: 56px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 17px;
}
.icon-bar {
	display: inline-block;
	width: 15%;
	text-align: right;
}
.icon-bar a {
	padding: 13px;
}
.icon-bar a img {
	width: 21px;
}

.top_bar p {
	background-color: #efced2;
	margin: 0;
	text-align: center;
	padding: 14px;
	font-size: 14px;
	color: #333;
}
.Copyright_text {
	color: #b3b3b3;
	text-align: center;
	border-top: 3px solid #404259;
	padding-top: 35px;
	clear: both;
}
footer nav h1 {
	color: #fff;
	padding: 15px 0px;
}
footer .footer_one .pra_footer {
	color: #ffff;
	font-size: 14px;
	font-weight: normal;
	line-height: 27px;
}
.page_heading_title {
	background-color: #f5f5f6;
	padding: 10px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.page_heading_title h2 {
	font-size: 40px;
	margin: 0;
	padding-bottom: 6px;
}
.page_heading_title p a {
	color: #333;
	text-decoration: navajowhite;
	padding-right: 7px;
	padding-left: 8px;
}


h2.site-title.image-logo a {
    padding: 7px;
    display: inline-block;
}
h2.site-title.image-logo img{
	 width: 100%;
}
footer {
	width: 100%;
	float: left;
	background-color: #242739;
	padding-top: 50px;
	padding-bottom: 40px;
	/*text-align: center;*/
	clear: both;
}
html {
	scroll-behavior: smooth;
}
.price_sec span {
	color: #fa929d;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none !important;
	padding-left: 10px;
}
.footer-nav-container{
	 width: 100%;
	 float: left;
	 padding-bottom: 50px;
}
footer .footer_one {
	margin-right: 25px;
	/*text-align: left;*/
}
.footer_column{
	width: 32%;
	float: left;
}
.footer_col{
	width: 17%;
	float: left;
}
footer nav {
	display: inline-block;
	vertical-align: top;
	/*text-align: left;*/
	margin-left: 20px;
}

footer nav a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
footer nav li {
	list-style: none;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
	color: #fff;
	font-size: 13px;
}
footer nav li span {
	display: inline-block;
	vertical-align: text-top;
	padding-right: 5px;
}
footer nav li span img {
	width: 12px;
}
footer nav ul {
	padding: 0;
}

h1, h2, h3 {
 font-family: 'Cormorant Upright';
}

.footer_one a img{
	width: 150px;
}
header#header {
	/*max-width: 1380px;
	margin: 0 auto;*/
}
.footer_inner_content_onee {
	/*max-width: 1380px;
	margin: 0 auto;*/
	padding-bottom: 50px;
}

footer nav a:hover {
	color: #fa929d;
}
 
/* Product Page */
.products_column{
	width: 45%;
	float: left;
}
.products_info_column{
	width: 55%;
	float: left;
}
.products_wrapper{
	background-color: #f5f5f6;
	width: 100%;
	padding: 30px 0px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	clear: left;
}
.products_section{
	text-align: center;
	display: flex;
	justify-content: center;
}
.products_menu{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
}
.products_section .products_menu li{
	float: left;
}
.products_section .products_menu li a{
	color: black;
	text-decoration: none;
	font-size: 16px;
}
.products_wrapper .product_heading{
	text-align: center;
}
.products_wrapper .product_heading h3{
	line-height: 2.0;
	font-size: 32px;
	font-family: "SortsMillGoudy-Regular";
}
.arrow_right{
	padding: 0px 10px;
}
.products_item_wrapper{
	background-color: #fff;
	padding: 50px 0px;
}
.products_item_img{
	border: 10px solid #ffffff;
	position: relative;
}
.image-magnifier img {
  max-width: 100%;
  position: relative;
}

.loupe {
  display: none;
  position: absolute;
  width: 300px;
  height: 150px;
  /*border-radius: 50%;*/
  border: 2px solid #eaeaee;
  box-shadow: 5px 5px 12px #eaeaee;
  background: rgba(0, 0, 0, 0.25);
  cursor: crosshair;
  overflow: hidden;
  z-index: 999;
}

.loupe img {
  position: absolute;
  /*right; 0;*/
}
.products_item_img img{
	width: 100%;
	border: 1px solid;
  border-color: #eaeaee;
}
.product_img_column{
	width: 25%;
	float: left;
}
.product_variant_img img{
	width: 100%;
	float: left;
	border: 1px solid #eaeaee;
}
.product_variant_img:hover .overlay{
	background-color: rgba(0, 0, 0, 0.1);
}
.product_variant_img:hover{
	transform: scale(1.1,1.1);
}
.product_variant_img{
	/*margin: 10px;*/
	position: relative;
	transition: all 0.2s ease-in-out;
}
.first_item, .second_item, .third_item, .fourth_item{
	margin: 15px;
}
.products_info{
	padding: 20px 0px 30px 30px;
}
.products_info .products_heading h3{
	font-size: 40px;
	font-family: "SortsMillGoudy-Regular";
}
.products_info .products_price{
	padding: 12px 0px;
}
.products_info .products_price p{
	color: #6c6c73;
	font-size: 24px;
}
.products_info .products_price .products_doller{
	font-size: 30px;
	color: #fa929d;
}
.products_contant{
	color: #929297;
}
.products_contant p{
	font-size: 12px;
	line-height: 2;
}
.product_img_color{
	padding: 15px 0px;
	min-height: 150px;
}
.different-color .color{
	position: relative;
	display: inline-block;
}
.different-color img{

	margin: 8px;
}
.different-color img:hover{
	transform: scale(1.2,1.2);
	cursor: pointer;
}
/*.color_heading{
	position: absolute;
	padding-top: 35px;
}*/
.diffterent_color_img{
	position: relative;
}
.different-color ul {
    padding-left: 0;
}
.different-color ul li{
	float: left;
	list-style: none;
}
.products_quantity{
	display: inline-block;
	padding-top: 10px;
	width: 100%;
}
.products_quantity h4{
	display: inline-block;
	padding-right: 10px;
}
.products_quantity .product_value{
	border: 1px solid #d6d6dd;
	display: inline-block;
	color: #909096;
	font-weight: bold;
	font-size: 20px;
}
form.value_form {
  width: 300px;
  display: inline-block;
}

.value-button {
  display: inline-block;
  margin: 0px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
}

.value-button:hover {
  cursor: pointer;
}

form.value_form #decrease {
  margin-right: -4px;
}

form.value_form #increase {
  margin-left: -4px;
}

form.value_form #input-wrap {
  margin: 0px;
  padding: 0px;
}
input:focus{
	outline: none;
}
input#number {
  text-align: center;
  border: none;
  margin: 0px;
  width: 20px;
  height: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.products_quantity .value_count{
	padding: 0px 20px;
	color: black;
}
.product_btn{
	padding: 20px 0px 10px;
}
.product_btn .btn-card{
	background-color: #171630;
	color: white;
	transition: all 0.3s ease-in-out;
}
.product_btn .btn-card:hover{
	background-color: transparent;
	color: black;
}
.product_btn .btn-buy{
	color: black;
	transition: all 0.3s ease-in-out;
}
.product_btn .btn-buy:hover{
	background-color: #171630;
	color: white;
}
.product_btn .btn-card,.product_btn .btn-buy{
	padding: 10px 90px;
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #171630;
}
.products_infor{
	padding: 20px 0px 30px 0px;
}
.products_infor .basic_information p{
	padding: 5px 0px;
	font-size: 12px;
}
.social_share_icon{
	display: inline-block;
}
.basic_information .in-stock{
	color: #0eae39;
}
.basic_information .share{
	margin-top: -10px;
}
.basic_information ul li{
	float: left;
	list-style: none;
	list-style-position: inside;
}
.basic_information ul{
	display: inline-block;
	padding: 0;
	margin-bottom: -8px;
	transition: all 0.2s ease-in-out;
}
.basic_information ul li a img{
	padding-left: 10px;
	/*position: relative;
    top: 7px;*/
}
.basic_information ul:hover{
	padding-left: 12px;
}
.basic_information span{
	color: #b3b3c1;
	padding-left: 2px;
	transition: all 0.2s ease-in-out;
}
.basic_information span:hover{
	color: #b3b3c1;
	padding-left: 4px;
}
.products_info .content {
  display: none;
  padding-bottom: 40px;
}
.collapsible{
	border: none;
	background-color: transparent;
	padding: 20px 0px 20px 0px;
	display: block;
	width: 100%;
	font-size: 26px;
	color: black;
	border-top: 2px solid #eaeaee;
	text-align: left;
	font-family: "SortsMillGoudy-Regular";
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.collapsible:hover{
	color: #6c6c73;
}
.collapsibl {
    border: none;
    background-color: transparent;
    padding: 20px 0px 20px 0px;
    display: block;
    width: 100%;
    font-size: 26px;
    color: black;
    border-top: 2px solid #eaeaee;
    text-align: left;
    font-family: "SortsMillGoudy-Regular";
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.collapsibl:hover{
	color: #6c6c73;
}
.products_info .content p{
		color: #6c6c73;
		font-size: 12px;
    line-height: 1.9;
}
.collapse_wrapper .content_active{
		display: block;
}
.collapse_wrapper .content h4{
		font-size: 12px;
		color: #6c6c73;
		line-height: 1.8;
}
button.collapsible:after{
		content: '\002B';
    color: #6c6c73;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.collapsible.collapsibleactive:after {
    content: "\2212";
}
button.collapsibl:after{
		content: '\2212';
    color: #6c6c73;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.collapsibl.collapsibleactiv:after {
    content: "\002B";
}
/* cart page */
.cart_wrapper{
	width: 100%;
	float: left;
	padding: 50px 0px;
	background-color: #fff;
}
.table_responsive{
	width: 100%;
	float: left;
	padding: 50px 0px;
}
.button{
	width: 100%;
	float: left;
}
.table_responsive .table {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    font-family: arial, sans-serif;
	border-collapse: collapse;
	border: 1px solid;
	border-color: #dad4d4;
}
.table_responsive .table th, .table_responsive .table td{
	border: 1px solid black;
	border-color: #dad4d4;
	border-collapse: collapse;
	font-family: "BeVietnamPro-Light";
}

.product_value{
	border: 1px solid #d6d6dd;
    display: inline-block;
}
.value-button {
  display: inline-block;
  margin: 0px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  color: #d6d6dd;
}

.value-button:hover {
  cursor: pointer;
}

form.value_form #decrease {
  margin-right: -4px;
}

form.value_form #increase {
  margin-left: -4px;
}

form.value_form #input-wrap {
  margin: 0px;
  padding: 0px;
}
input:focus{
	outline: none;
}
input#number, input#numbers {
    text-align: center;
    border: none;
    margin: 0px;
    width: 60px;
    height: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
thead.thead_dark {
    font-size: 16px;
    text-align: center;
}
th.text-white {
    text-align: left;
    padding: 15px;
    font-size: 32px;
    padding-left: 46px;
    font-weight: 100;
    font-family: "Cormorant Upright";
}
td input {
    width: 40px;
    height: 15px;
    padding: 4px;
}
td {
    padding: 19px 42px;
}
td span {
    font-size: 22px;
}
.des h6 {
    font-size: 20px;
    margin: 0px auto;
}
.des p {
    color: #695e5e;
    font-size: 13px;
}

.main {
    display: flex;
    width: 100%;
}
.d-flex {
    display: inline-block;
}
.d-flex img{
	width: 100px;
}
.des {
    display: block;
    padding-left: 36px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 14px;
}
th :last-child {
	text-align: right;
}

a.one-third first button {
    text-decoration: none;
    background-color: #111412;
    color: #fbfbfb;
    padding: 10px 46px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    margin-top: 27px;
    border: 1px solid black;
}

 a.btn-btn_one {
    text-decoration: none;
    background-color: #ffffff;
    color: #2a2828;
    padding: 10px 40px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid #171630;
}
a.one_third {
    text-decoration: none;
    color: white;
    background-color: #171630;
    max-width: 290px;
    cursor: pointer;
    width: 100%;
    padding: 10px 50px;
    font-size: 14px;
    border: 1px solid #171630;
    transition: all .3s ease-in-out;
}
a.one_third-two {
    text-decoration: none;
    color: #282626;
    background-color: #fbfbfb;
    border: 1px solid #171630;
    width: 100%;
    padding: 10px 50px;
    margin-left: 10px;
    font-size: 14px;
    transition: all .3s ease-in-out;
}
a.one_third-two:hover{
	background-color: #171630;
	color: white;
}
a.one_third:hover{
	background-color: transparent;
	color: #171630;
}

.button_inner-content {
    display: inline-block;
    width: 49%;
    max-width: 200%;
    padding: 0px;
}
.button_inner {
    display: block;
    width: 100%;
    margin-top: 30px;
}
.button_inner-content1 {
    display: inline-block;
    width: 50%;
    text-align: right;
}
.middil_section {
    display: block;
    width: 100%;
    float: left;
    padding-top: 100px;
}
.form_column{
	width: 33.33333%;
	float: left;
	display: inline-block;
    vertical-align: top;
    text-align: left;
}
.middil_section_inner {
    margin: 10px;
}
.middil_section_inner li.form {
    list-style: none;
    margin: 0px;
    text-align: left; 
}
button {
    background-color: #171630;
    color: white;
    padding: 14px 32px;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #171630;
    width: 100%;
    margin: 0px;
    transition: all .3s ease-in-out;
}
input[type=text], select, textarea, email {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
	cursor:pointer;
}
label {
    display: inline-block;
    font-size: 16px;
    color: #756f6f;
}
input::placeholder , select{
	color: #b4b4bd;
}
input[type='radio']{
  appearance:none;
  width:18px;
  height:18px;
  border: 1px solid #b3b3c1;
  border-radius:50%;
  position: relative;
  top: 5px;
}
input[type='radio']:checked {
  background: #fc8895;
}
.form_data .table td {
    padding: 22px 2px;
    color: #756f6f;
    font-size: 14px;
}
/*.table tr:hover {background-color: #ddd;}*/

.form_data .table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    cursor: pointer;
}
 select:hover {
	 background-color: #ddd;
 }
 .middil_section_inner input:hover {
	 background-color: #ddd;
 }
 .form_data span#Local {
    color: #756f6f;
}
select:focus{
	border: 1px solid #d6d6dd;
}
button:hover{
	background-color: transparent;
	color: #171630;
}
.border-bottom{
	border-top: 1px solid #d6d6dd;
}
.table .border-bottom td{
	font-size: 16px;
	font-weight: bold;
}
.table tr .left_text{
	text-align: end;
	display: block;
}
.table tr .close{
	text-align: center;
	font-size: 25px;
	color: #fa929d;
}
