.product-list a{width: 100%;height: 100%;display: block;}

/* ABOUT */
.main-seller .name { margin-top: 15px; -webkit-line-clamp: 1; } 
.main-seller .name a { font-family: var(--font-regular); font-size: 14px; color: #000; } 
.main-seller .name a:hover { color: var(--color-main); } 

/* */
.flex-product .col-left { width: 355px; } 
.flex-product .col-right { width: calc(100% - 370px); } 
.items-product .product:last-child .name-product { margin-bottom: 0; } 
.col-name { border-bottom: 1px solid var(--color-main); margin-bottom: 15px; } 
.col-name .name-list { font-family: var(--font-bold); font-size: 18px; color: #000; text-transform: uppercase; } 
.col-name .name-cat { font-family: var(--font-regular); font-size: 14px; color: #000; text-transform: capitalize; margin: 0 10px; } 
.name-list:hover, .name-cat:hover { color: var(--color-main); } 
.wrap-product:last-child { margin-bottom: 0 !important; } 
.wrap-product:nth-child(2n) .col-name { flex-direction: row-reverse; } 
.wrap-product:nth-child(2n) .flex-product { flex-direction: row-reverse; } 

/* SOCIAL */
.social-header ul li img { filter: brightness(0) saturate(100%) invert(32%) sepia(39%) saturate(6267%) hue-rotate(81deg) brightness(94%) contrast(101%); } 
.line-bottom { position: relative; padding-bottom: 10px; } 
.line-bottom::after { position: absolute; border-bottom: 1px solid var(--color-main); content: ""; left: 0; bottom: 0; width: 35px; } 
.filter-image img { filter: brightness(0) saturate(100%) invert(32%) sepia(39%) saturate(6267%) hue-rotate(81deg) brightness(94%) contrast(101%); } 
.social-footer li { width: 40px; height: 40px; border-radius: 50%; } 
.social-footer li img { border-radius: 50%; } 
.social-footer { margin-top: 25px; } 

/* NEW */
.news-info { margin-top: 20px; } 
.news-info .name a { font-size: 16px; color: #000; -webkit-line-clamp: 2; } 
.news-info .name a:hover { color: var(--color-main); } 
.news-info .desc { font-size: 14px; color: #000; line-height: 25px; margin-top: 10px; -webkit-line-clamp: 2; } 

/* FORM */
.wrap-form { background: url(../images/set/bg-form.jpg); background-size: cover; } 
.main-form { background: #fff; padding: 30px 30px 35px 30px; } 
.title-form { text-align: center; font-family: var(--font-bold); text-transform: uppercase; font-size: 24px; color: var(--color-main); margin-bottom: 20px; } 
.validation-newsletter ::placeholder { color: #000 !important; font-family: var(--font-regular); font-size: 14px; } 
.newsletter-input { position: relative; padding: 0 5px !important; margin-bottom: 15px; } 
.newsletter-input input { padding: 0.35rem 15px; height: 45px; font-size: 14px; color: #333; background: none; border-radius: 0; border: 1px solid #ececec; } 
.col-input { margin-bottom: 10px; } 
.col-content { padding: 0 5px !important; } 
.col-content textarea { padding: 0.35rem 15px; height: 80px; background: none; border-radius: 0; border: 1px solid #ececec; } 
.newsletter-button { background: #fff; border: none !important; border-radius: 0 !important; margin: 20px auto 0 auto; text-align: center; } 
.newsletter-button input[type="submit"] { border-radius: 100px; width: 210px; height: 45px; line-height: 45px; border: 1px solid var(--color-main) !important; color: var(--color-main) !important; font-family: var(--font-bold); font-size: 15px; background: none; border: none; border-color: unset; } 
.newsletter-button:hover input[type="submit"] { color: #fff !important; background: var(--color-main); } 
.col-submit { padding: 0 5px !important; margin: auto; text-align: center; } 

/* CSS CUSTOM */
::-webkit-scrollbar { width: 3px; } 
::-webkit-scrollbar-track { background: #ccc; } 
::-webkit-scrollbar-thumb { background: var(--color-main); } 
::-webkit-scrollbar-thumb:hover { background: var(--color-hover); } 
.product .i_left { position: absolute; height: 0; border-radius: 0 50px; width: 2px; left: 0; top: 0; background: -webkit-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left bottom, left top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: linear-gradient(to top, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_right { position: absolute; height: 0; width: 2px; right: 0; bottom: 0; background: -webkit-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: linear-gradient(to bottom, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_top { position: absolute; height: 2px; width: 0; right: 0; top: 0; background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_bottom { position: absolute; height: 2px; width: 0; left: 0; bottom: 0; background: -webkit-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, right top, left top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: linear-gradient(to left, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease } 
.product:hover .i_left { height: 100%; bottom: 0; top: inherit } 
.product:hover .i_top { width: 100%; left: 0 } 
.product:hover .i_right { height: 100%; top: 0; bottom: inherit } 
.product:hover .i_bottom { width: 100%; right: 0; left: inherit } 

.items-detail { padding: 10px; border-bottom: 1px solid #ccc; } 
.items-detail:first-child { margin-top: 10px; } 
.items-detail .image { width: 100px; } 
.items-detail .content { width: calc(100% - 110px); } 
.items-detail .content .name a { font-family: var(--font-semi); font-size: 13px; color: #000; } 
.items-detail .content .name a:hover{color: var(--color-main);}
