<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
.container { margin:auto; padding:0 70px 0 100px;text-align: left;}
.container&gt;.list_head {margin-bottom:35px; display:inline-block}
.container .products {display:inline-block}
.container&gt;.list_head&gt;.category_list {text-align: left;height:42px; line-height:42px; width:calc(100% - 185px); display:inline-block;}
.container&gt;.list_head&gt;.category_list&gt;a {font-size:15px; padding-bottom:6px; color:black; transition:all 0.25s ease-in-out; border-bottom:2px solid transparent;}
.container&gt;.list_head&gt;.category_list&gt;a:hover {padding-bottom:12px; border-color:black;}
.container&gt;.list_head&gt;.category_list&gt;a.selected {padding-bottom:12px; border-color:black;}

.container&gt;.list_head&gt;.item_info {float:right; width:185px; height:42px; line-height:42px;}
.container&gt;.list_head&gt;.item_info&gt;select {width:185px; height:100%; padding:0 20px; text-transform:capitalize; border:1px solid black;}
.container&gt;.list_head&gt;.item_info&gt;select::-ms-expand {margin-left:-15px; margin-right:-15px; background-color:transparent; border:0;}

.container&gt;div&gt;.item-cont {}
.container&gt;div&gt;.item-cont::before,.container&gt;div&gt;.item-cont::after {content:''; display:table;}
.container&gt;div&gt;.item-cont::after {clear:both;}
.container&gt;div&gt;.item-cont&gt;dl.item {float:left; width:25%; margin-bottom:60px; }
.container&gt;div&gt;.item-cont&gt;dl.item {padding: 0px 30px 20px 0;}
.container&gt;div&gt;.item-cont&gt;dl.item:nth-child(1) { margin-left:25%;width: 37.5%;}
.container&gt;div&gt;.item-cont&gt;dl.item:nth-child(2) {width: 37.5%;}
.container&gt;div&gt;.item-cont&gt;dl.item&gt;.thumb {}
.container&gt;div&gt;.item-cont&gt;dl.item&gt;.thumb&gt;a&gt;img {width:100%;}
.container&gt;div&gt;.item-cont&gt;dl.item&gt;dd&gt;ul {height: 70px;padding-top:20px;transition: opacity 0.5s, transform 0.5s;}
.container&gt;div&gt;.item-cont&gt;dl.item:hover&gt;dd&gt;ul {opacity: 1;transition: opacity 0.5s, transform 0.5s;}
.container&gt;div&gt;.item-cont&gt;dl.item&gt;dd&gt;ul&gt;li {line-height:1;  color:black;}
.container&gt;div&gt;.item-cont&gt;dl.item&gt;dd&gt;ul&gt;li.prd-name {line-height: 1.4;font-size:12px;  margin-bottom:7px;}
.container&gt;div&gt;.item-cont&gt;dl.item&gt;dd&gt;ul&gt;li.prd-price {font-size:12px; margin-bottom:30px; }
.container&gt;div&gt;.item-cont&gt;dl.item&gt;dd&gt;ul&gt;li.listSoldout{color:#bd101b;font-size: 12px;
    margin-bottom: 30px;}
.container&gt;div&gt;.item-cont&gt;dl.item&gt;dd&gt;ul&gt;li span.discount-price {font-size: 12px;color:#ff0000;text-decoration: line-through;}
.container&gt;div&gt;.item-cont&gt;dl.item&gt;dd&gt;ul&gt;li.prd-keyword {font-size: 12px;color:#adadad; font-weight:300;display:none}

.container&gt;div&gt;.item-page {text-align:center; padding:50px 30px 0 0px;}

.container&gt;div&gt;.item-page a{text-underline-position: under;}
/* BASIC css end */

</pre></body></html>