@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	position: relative;
	
	min-width: 320px;
	overflow-x: hidden;
}

img {
    image-rendering: -webkit-optimize-contrast;}

header {
	background-color: #f1f1f2;
}

footer {
	font-size: 0.85rem;
	margin-top: 60px;
	padding-bottom: 0.5rem;
}
.index footer {
	/*color: #fff;*/
	margin-top: 0px;
}

/*body.content-bg {
	background-image: url("../images/bg_89244707.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}*/

.content-bg-img, .content-bg-layer {
	height: 100vh;
	left: 0px;
	opacity: 0.2;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: -1;
}
.index .content-bg-img {
	opacity: 0.7;
}
.content-bg-layer {
	background-color: rgba(255,255,255,0.5);
	opacity: 1;
}
.index .content-bg-layer {
	background-color: rgba(193,180,154,0.8);
}
.content-bg-img img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-height: 100vh;
	min-width: 1300px;
	height: 100%;
	width: 100%;
}


.skip {
	position: absolute;
	top: -999%;
}

.index-cover-cop {
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 100%;
	/*padding-top: 76.815%;*/
	position: relative;
	width: 100%;
}
.productlist .index-cover-cop {
	padding-top: 50%;
}
.productlist-sub .index-cover-cop {
	padding-top: 50%;
}
.productlist-sub .index-cover-cop img {
	width: 100%;
}
.productlist-sub > div {
	background-color: #fff;
	padding: 1rem;
	margin-bottom: 1%;
	max-width: 31%;
}
.productlist-sub a {
	display: block;
}
.nmw > div {
	max-width: inherit !important;
}
.pt-100 {
	padding-top: 100% !important;
}
.pt-100 img {
	width: inherit !important;
	min-width: 320px;
}

.productlist-sub h1 {
	font-size: 1.12rem;
	font-weight: bold;
	margin: 10px 0px;
}

.productlist-sub.nmw > div {
	box-shadow: 0px 0px 5px 3px #ccc;  
}
	

.brands-productlist .index-cover-cop {
	padding-top: 70%;
}

.brandlist .index-cover-cop.pt-100 img {
    min-width: 75px;
	min-height: 75px;
}
.brandlist > div {
    margin-bottom: 10px;
}
.brandlist .index-cover-cop:hover img {
	transform: translateX(-50%) translateY(-50%);
}

.index-cover-cop img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	
	transition: .2s all linear;
}
.index-cover-cop:hover img {
	transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.index-cover-cop div {
	background-color: rgba(255,255,255,0.85);
	bottom: 20px;
	font-size: 1.2rem;
	padding: 0.5rem 1rem;
	position: absolute;
	width: 100%;
}

 a .index-cover-cop, .productlist a {
	color: #000;
}

.border-radius-7px {
	border-radius: 7px;
}
.mw-250px {
	max-width: 250px;
}

.font-size-0-7 {
	font-size: 0.7rem;
}


.color-b79718 {
	color: #b79718;
}

.btn-check {
	background-color: #bfa024;
}


.btn-100p-drak {
	color: #fff;
	display: block;
	background-color: #333;
	font-size: 1.1rem;
	text-align: center;
	padding: 0.5rem;
}
.btn-100p-drak:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none !important;
}


.searchbox {
	position: absolute;
	top: 5px;
	right: 6%;
}
.searchbox .form-inline {
    position: relative;
}
.searchbox input {
    border: 1px #ccc solid;
    border-radius: 90px;
    padding: 0.25rem 2rem 0.25rem 1rem;
    height: 30px;
    width: 200px !important;
    margin-right: 0px !important;
}
.searchbox button {
    border: none;
    background-color: transparent;
    position: absolute;
	/* 20220823 */
    right: 15px;
	top: 8px;
}
.searchbox button svg, .cart svg {    
    transition: .2s all linear;
}
.searchbox button:hover svg {
    fill: #bfa024;
    
    transition: .2s all linear;
}
.cart {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 1.4rem;
	top: 7px;
}
.cart a {
    position: relative;
    padding: 0px;
}
.cart svg {
    fill: #1f2527;
    width: 25px;
    height: 25px;
}
.cart a:hover svg {
    fill: #bfa024;
    
    transition: .2s all linear;
}
.cart a:hover span {
    background-color: #bfa024;
    transition: .2s all linear;
}

.cart span {
    background-color: #BD0E11;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: bolder;
    top: 12px;
    left: 25px;
    

}/*
.cart span {
    border-radius: 5px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 16px;
    font-size: 12px;
    top: 14px;
    font-weight: bolder;
}*/

.Mcart {
    display: none;
    
    transition: .2s all linear;
}

.drakgray, .drakgray:hover {
    background-color: #1f2527;
}
.texticon {
    width: 24px;
}

.newslist > div {
    border-bottom: 1px #aaa dotted;
    padding: 0.4rem 0rem;
}
.newslist a {
    display: block;
}

.form-quant {
	max-width: 300px;
}
.form-quant > div {
	align-items: center;
	background-color: #fff;
	display: flex;
}
.form-quant > div:first-child, .form-quant > div:last-child > div {
	background-color: #eee;
	border : 1px #ced4da solid;
}
.form-quant > div:last-child {
	background-color: transparent;
	margin-top: 8px; 
	padding-bottom: 7px;
	padding-top: 7px; 
}
.form-quant > div:last-child > div {
	background-color: #eee !important;
	padding: 7px 1rem;
}
.form-quant div input[type="text"]{
	text-align: center;
}





@media (max-width: 1199px) {
    .searchbox {
        position: relative;
        top: inherit;
        right: inherit;
        padding: 0.5rem 0rem;
    }
	.searchbox button {
		/* 20220823 */
		right: 20px;
		top: 15px;
	}
    .searchbox input {
        width: 100% !important;
    }
    .cart {
        display: none;
    }
    .Mcart {
        display: inherit;
        margin: 0px;
        padding: 0px;
        position: absolute;
        right: 10%;
        top: 29px;
        
        transition: .2s all linear;
    }
    .Mcart a {
        position: relative;
        padding: 0px;
    }
    .Mcart svg {
        fill: #1f2527;
        width: 25px;
        height: 25px;
    }
    .Mcart a:hover svg {
        fill: #bfa024;

        transition: .2s all linear;
    }
    .Mcart a:hover span {
        background-color: #bfa024;
        transition: .2s all linear;
    }

    .Mcart span {
        background-color: #BD0E11;
        border-radius: 10px;
        color: #fff;
        position: absolute;
        text-align: center;
        width: 20px;
        height: 20px;
        font-size: 12px;
        font-weight: bolder;
        top: 12px;
        left: 25px;
    }
}





@media (max-width: 767px) {
	.btn-100p-drak {
		margin-bottom: 1px;
		text-align: left;
	}
}






/* overwrite bootstarp */
.nav-link {
	color: rgba(0, 0, 0, 1) !important;
}

.breadcrumb {
	background-color: #ccc;
}


.card-deck .card {
  margin-bottom: 15px;
}

.col-md-31 {
	border-bottom: 1px #ccc solid;
	position: relative;
  	width: 100%;
  	padding: 1%;

    flex: 0 0 31%;
    max-width: 31%;
	margin: 1%;
}

.col-1.col-0-5 {
	flex: 0 0 4.166665%;
	max-width: 4.166665%;
}


@media (max-width: 991px) {
	/*.nmw .pt-100 {
		padding-top: 50% !important;
	}*/
    .Mcart {
        right: 13%;
        
        transition: .2s all linear;
    }
}


@media (min-width: 800px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
	.productlist-sub > div {
		max-width: 48%;
	}
	.nmw .pt-100 img {
		width: 100%;
		min-width: inherit !important;
	}
	.col-md-31 {
		flex: 0 0 48%;
		max-width: 48%;
	}
    
    .Mcart {
        right: 17%;
        
        transition: .2s all linear;
    }
	
	.col-1.col-0-5 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
    
}
@media (max-width: 575px) {
	.productlist-sub > div {
		max-width: 98%;
	}
}

@media screen and (max-width:520px) {
    .navbar-brand {
        width: 280px;
    }
    .navbar-brand img {
        width: 100%;
        height: auto;
    }
    .Mcart {
        right: 20%;
        top: 20px;
        
        transition: .2s all linear;
    }
}

@media screen and (max-width:480px) {
	.navbar {
		padding: 0px;
	}
	
	.navbar-brand {
		width: 65%;
		
		transition: .2s all linear;
	}
	.navbar-brand img {
		height: auto;
		width: 100%;
	}
    
    .Mcart {
        right: 18%;
        top: 10px;
        
        transition: .2s all linear;
    }
    
	
	.col-md-31 {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0px;
		padding: 1% 0px;
	}
	
}

@media screen and (max-width:420px) {
    .Mcart {
        right: 20%;
        top: 10px;
        
        transition: .2s all linear;
    }
}

@media screen and (max-width:380px) {
    .Mcart {
        right: 23%;
        top: 10px;
        
        transition: .2s all linear;
    }
}





.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}



/* end */






.sq-img a {
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	width: 100%;
}
.sq-img a img {
	height: 120%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 120%;
}




.list-order {
	background-color: #fff;
	border: 1px #d6b329 solid;
}
.list-order tr {
	border-bottom: 1px #d6b329 solid;
	position: relative;
}
.list-order th {
	background-color: #d6b329;
	color: #fff;
}
.list-order tr th, .list-order tr td {
	text-align: center;
}
.list-order tr th, .list-order tr td {
	padding: 10px;
}
.list-order tr td:first-child {
	position: relative;
}

.btn-del {
    position: absolute;
    top: 50%;
    right: 10px;
    background-color: #23272b;
    padding: 5px 10px 6px 10px;
    color: #fff;
    transform: translateY(-50%);
	width: 35px;
	height: 35px;
	border-radius: 5px;
}
.btn-del {
	right: -120%;
}

.totalprice {
	font-size: 1.4rem;
}

@media screen and (max-width:767px) {
	.list-order thead {
		display: none;
	}
	.list-order tbody tr td {
		display: block;
		margin-left: 20%;
		position: relative;
		text-align: left;
		width: 80%;
	}
	.list-order tbody tr td:first-child {
		margin-left: 0%;
		width: 100%;
	}
	.list-order tbody tr td::before {
		content: attr(data-title);
		display: inline-block;
		font-weight: bold;
		position: absolute;
		left: -20%;
	}
	.list-order tbody tr td:nth-child(3)::before {
		margin-top: 5px;
	}
	
	.list-order tbody tr td .input-group {
		max-width: 200px; 
	}
	
	.list-order tbody tr td:first-child::before {
		content: "";
		width: 0px;
	}
	
	.btn-del {
		border-radius: 0px;
		right: 0px;
		top: 0px;
		transform: inherit;
	}
	
}

@media screen and (max-width:460px) {
	.list-order tbody tr td {
		margin-left: 30%;
		width: 70%;
	}
	.list-order tbody tr td::before {
		left: -38%;
	}
}


.dsp-flex {
	display: flex;
}







/***************************************************** coverWrapper**/
.coverWrapper {
	width: 100%;
	display: block;
	position: relative;
	overflow:hidden;
}
.coverWrapper:after {
	padding-top: 66.667%;
	display: block;
	content: '';
}
.coverWrapper.scale169:after{
	padding-top: 56.25%;
}
.coverWrapper.square:after, .coverWrapper.circle:after{
	padding-top: 100%;
}
.video .coverWrapper:after{
	padding-top: 56.2%;
}
.coverWrapper .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.coverWrapper:hover .cover{
}
.coverWrapper .cover img{
	position: absolute;
	width:100%;
	height: 100%;
	object-fit: cover;
	display:block;
	margin:0 auto;
	-webkit-transition: .3s ease-in-out;
	transition: .6s ease-in-out;
}

a:hover .cover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	
}

/****** new added *****/
.coverWrapper .cover-noscale  {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}


.coverWrapper .cover-noscale img{
	position: absolute;
	width:100%;
	height: 100%;
	object-fit: cover;
	display:block;
	margin:0 auto;
	-webkit-transition: .3s ease-in-out;
	transition: .6s ease-in-out;
}
.coverWrapper.circle .cover-noscale{
	border-radius: 1000px;
	overflow: hidden;
}










/* 20220823 */

.gsib_b {
	display: none;
}








