/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 28, 2023, 9:08:18 AM
    Author     : TS
*/

ul.list-products-ts {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    padding: 50px;
    margin-bottom: 0;

}
ul.list-products-ts li {
    width: calc(33.33% - 15px);
    margin-left: 15px;
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;

}
.brown-bg {
    background: #eeeeee;
}
span.title-sp-ts {
    text-align: center;
    font-weight: bold;
    margin: 5px 0px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    height: 45px;
    font-size: 15px;
    line-height: 21px !important;
    color: #000;
    font-family: 'merriweather', Helvetica, Arial, sans-serif;
}


ul.list-products-ts li:focus {
    border: none;
}

ul.list-products-ts .pro-thumb {
    position: relative;
    padding-top: 100%
}

ul.list-products-ts .pro-thumb:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background-color: rgba(236,236,236,1);
    border-radius: 100%;
    z-index: 0
}

ul.list-products-ts .circle {
    background-color: rgba(187,188,191,1);
    border-radius: 100%;
    position: absolute;
    top: 11%;
    right: 11%;
    bottom: 11%;
    left: 11%;
    overflow: hidden;
    z-index: 1
}

ul.list-products-ts .circle:before {
    content: "";
    position: absolute;
    top: 4%;
    right: 4%;
    bottom: 4%;
    left: 4%;
    background-color: rgba(255,255,255,1);
    border-radius: 100%;
    z-index: 2
}

ul.list-products-ts .circle .left {
    right: 50%;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden
}

ul.list-products-ts .circle .right {
    left: 50%;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

ul.list-products-ts .circle .left>div {
    left: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

ul.list-products-ts .circle .right>div {
    right: 100%;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

ul.list-products-ts .circle .left>div,.circle .right>div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #457d58;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 1
}

ul.list-products-ts .pro-thumb img {
    padding: 0;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    box-sizing: border-box;
    border-radius: 50%;
}

ul.list-products-ts li:hover .pro-thumb img {
    -webkit-transform: scale(.7) -moz-transform:scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
}


ul.list-products-ts li:hover .circle .left>div {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

ul.list-products-ts li:hover .circle .right>div {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms
}
.sb-ts {
    padding: 0 25px;
}

.sb-ts ul {
    padding: 0;
    margin: 0;
}

.sb-ts > ul > li {
    list-style: none;
    border-bottom: 1px solid #ada8a89e;
    position: relative;
}
.sb-ts ul li a span {
    display: block;
    position: relative;
    color: #4a4a4a !important;
    padding: 5px 0px 5px;
    font-size: 14px ;
    line-height: 35px;
    font-weight: 300;
    font-family: 'merriweather', Helvetica, Arial, sans-serif;
}
h3.wg-title-sb {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.content-ts {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: 50px;
}
.left-ts {
    width: calc( 40% - 15px);
    margin-left: 15px;
}
.right-ts {
    width: calc( 60% - 15px);
    margin-left: 15px;
}
.bottom-ts {
    margin-top: 50px;
}
/*.slider-container {
    width: 600px;
    margin: 0 auto;
}

.slider-nav .item {
    cursor: pointer;
}

.slider-nav .item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.slider-for .item img {
    width: 600px;
    height: 400px;
    object-fit: cover;
}*/
.slider-for{
    margin-bottom: 15px;
}
.slider-for .item img {
    width: 100%;
    object-fit: cover;
    height: 400px !important;
}
a.btnTs {
    padding: 10px 20px 10px 10px;
    background: #4168a1;
    color: #fff;
    width: 250px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
}
a.btnTs:hover{
    opacity: 0.8;
}

.rowts {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}
.col-5-ts{
    width: calc( 30% - 15px );
    margin-left: 15px;
}
.col-7-ts{
    width: calc( 70% - 15px );
    margin-left: 15px;
}
.sidebar-ts.col-5-ts {
    padding: 50px 0;
    background: #F6F6F6;
}
.callAction {
    display: flex;
    gap: 15px;
}
ul.sub-menu-ts{
    display: none;
}
.sb-ts ul li.cat-parent-ts i{
    position: absolute;
    top: 15px;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
}
