:root {
--blue: #4285f4;
--red: #e94335;
--yellow: #fbbc05;
--green: #34a853;
--purple: #6967ce;  
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {margin: 0; padding: 0;}
body {font-family: "Poppins";font-size: 17px;}

div,a,ul,li {
box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.note {font-family: "Poppins"; color: rgba(255,255,255,0.6); width: 100%; position: absolute; text-align: center; left: 0; right: 0; padding: 20px; z-index: 1200;}
.note a {color: cyan;}

.billboardwrapper {
    /* height: 100vh; */
height: 100%;
padding: 0;
width: 100%;
display: inline-block; 
float: left;
}

#billboard {
display: inline-block;
float: left;
height: 100%;
width: 100%;
overflow: hidden;
position: relative;
border: 0 solid transparent;
border-radius: 2px;
/* background: #eee; */
box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
#slideshow-nav,
#slideshow-nav li,
#slideshow-nav li a {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;	
}

#slideshow-nav {
width: 198px;
position: absolute;
top: 0;
/* right: 0; */
left: 0;
height: 100%;
z-index: 150;
display: flex;
flex-direction: row;
gap: 10px;
flex-wrap: wrap;
overflow-x: scroll;
}
#slideshow-nav li {
    display: inline-block;
    float: left;
    width: 100%;
    position:relative;
    padding-bottom: 2px;
    /* height: 20%; */
    height: 30%;
}
#slideshow-nav li a {
    height: 100%;
    /*width: 75%;*/
    width: 98%;
    display: inline-block;
    float: left; margin: 0 0;
    position: relative;
    /*background: #ccc;*/
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  ul#slideshow-nav li a {
    width: 100px;
}
#slideshow-nav{
    overflow: auto;
    flex-wrap: nowrap;
}
}

ul#slideshow-nav::-webkit-scrollbar-track, ul#slideshow-nav::-webkit-scrollbar-thumb {
    display:none;
}

#slideshow-nav li a img {
    width: 100%;
    height: 100%;
    opacity: 0.25;
    border: 1px solid #212529;
    display: inline-block;
    float: left;
    border-radius: 10px;
}
#slideshow-nav li:last-child {padding-bottom: 0;}
#slideshow-nav li a img:hover, .active {
    opacity: 1;
}

#slideshow-nav li.active a:after {
position: absolute;
background: transparent;
width: 100%;
height: 100%;
top: 0; left: 0;
/* border: 3px solid #c92623; */
content: '';box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
#slideshow-nav li.active a {background: #fff;}
#slideshow-nav li.active img {
    opacity: 1;
}

#slideshow-nav li a span {
width: 100%;
/* height: 70px; */
height: 33%;
line-height: 70px;
display: block;
font-size: 30px;
position: absolute;
top: 0;
left: 0;
color: #fff;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0,0,0,0.5);
border-radius: 10px;
}


#slideshow-main {
    float: right;
    width: 100%;
    height: 100%;
    /* position:relative; */
    position: absolute;
    /* padding-right: 200px; */
    border-radius: 2px;
}
#slideshow-list {
display: inline-block;
float: left;
width: 100%;
height: 100%;
position: relative;
/* background: #333; */
}
#slideshow-list li {
position: absolute; 
top: 20px; 
left: 0;
display: inline-block;
opacity: 0.5;
z-index: 0;
width: 100%;
height: 100%;
background: #fff;
 -webkit-transition: -webkit-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.5s cubic-bezier(.14,.51,0,1);
-moz-transition: -moz-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.5s cubic-bezier(.14,.51,0,1);
-ms-transition: -ms-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.5s cubic-bezier(.14,.51,0,1);
transition: transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.5s cubic-bezier(.14,.51,0,1);
}

#slideshow-list li.active {
opacity:1;
-webkit-transition: -webkit-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.2s cubic-bezier(.14,.51,0,1);
-moz-transition: -moz-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.2s cubic-bezier(.14,.51,0,1);
-ms-transition: -ms-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.2s cubic-bezier(.14,.51,0,1);
transition: transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.2s cubic-bezier(.14,.51,0,1);
z-index: 5;
-webkit-transform: translate(0,-20px); 
-moz-transform: translate(0,-20px); 
-ms-transform: translate(0,-20px); 
transform: translate(0,-20px); 
}
#slideshow-list li a {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
}

#slideshow-list li div.bbimg {
width: 100%;
height: 100%;
overflow: hidden;
display: inline-block; 
float: left;
border: 1px solid rgba(0,0,0,0.2);
background-size: cover;
background-position:center;
background-repeat: no-repeat;
}


#slideshow-list li div.bbtext {
position: absolute;
display: inline-block; 
bottom: -20px;
left: 0;
width: 100%;
height: auto;
padding: 40px;
padding-right: 80px;
/*
padding-right: 30%;
padding-top: 80px;*/
opacity: 0;
text-align: left;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
color: #fff;

}

#slideshow-list li.active div.bbtext {
opacity: 1;
transform: translateY(-20px);
-webkit-transform: translateY(-20px);
-moz-transform: tranlateY(-20px);
transition: all 0.6s ease 0.3s;
-webkit-transition: all 0.6s ease 0.3s;
}

#slideshow-list li div.bbtext h2 {
font-family: "Poppins";
font-weight: normal;
font-size: 30px;
letter-spacing: 0;
line-height: 35px;
color: #fff;
}



#slideshow-list li div.bbtext p {
margin-top: 10px;
font-size: 16px;
line-height: 20px;
color: #fff;
position: relative;
}

.scrollspy-example h4 {
    font-family: "Poppins";

}


.pause, .play {
position: absolute;
display: none;
width: 40px;
height: 40px;
border-radius: 50%;
border: 2px solid #fff;
background: rgba(0,0,0,0.2);
bottom: 15px;
right: 110px;
z-index: 150;
cursor: pointer;
}
.play span {
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 8px;
border-color: transparent transparent transparent #ffffff;
left: 50%;
top: 50%;
margin: -6px 0 0 -3px;
}







.breadcrumb-wrapper-products-detail{
    padding-top: 175px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: linear-gradient(181deg, var(#fff) 2.29%, rgba(#fff) 89.63%);
    position: relative;
    border: 0px solid red;
}
.breadcrumb-wrapper-products-detail-2{
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: linear-gradient(181deg, var(#fff) 2.29%, rgba(#fff) 89.63%);
    position: relative;
    border: 0px solid red;
}
.dark-color{
    color: #3b3c3d !important;
}
.dark-color *{
    color: #3b3c3d !important;
}

.h-300{
    height: 300px;
}
.products-image{
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    gap: 2px;
    align-items: center;
}
.h-32{
    height: 32%;
}
.products-image-3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) {
    .web-gizle{
        display: none !important;
    }
    .hover-opacity{
        transition: 0.6s;
        opacity: 0.5 !important;
    }
    .hover-opacity:hover{
        transition: 0.6s;
        opacity: 1 !important;
    }
}
.fa-star:before {
    content: "\f005";
    color: var(--tj-color-extra-2) !important;
}
i.fa-regular.fa-star-half-stroke::before {
    color: var(--tj-color-extra-2) !important;
}
.gap-2-2 {
    gap: .35rem !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.form-check .form-check-input {
    margin-left: 0;
}
.form-check {
    padding-left: 0;
}
.form-check input{
    width: 25px;
    height: 25px;
    border-width: 0px;
    border-radius: 50% !important;
}
.mr-5{
    margin-right: -10px;
}
.gray-border{
    border: 1px solid #ddd !important;
}
.color-guide{
    right: 2%;
    top: 10%;
    align-items: center;
}
.gray-div{
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.p-2-2 {
    padding: 0.75rem !important;
}
.shadow-sm-2{
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 17%);
}
.border-bottom-gray{
    border-bottom: 2px solid #0000000d;
    padding-left: 0px !important;
}
a.nav-link {
    padding-left: 0px;
    margin-right: 15px;
}
.pl-0{
    padding-left: 0px !important;
}
.p-v2{
    padding: 0.75rem !important;
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}
.purple-button{
    background-color: #68064fcc;
}
.bg-black-2{
    background-color: #2c2c2c;
}
.pl-v2{
    padding-left: 3.5rem !important;
}
.mb-12{
    margin-bottom: -12px !important;
}
.h-660{
    height: 660px;
}
.radio-buttons{
    display: flex;
    flex-direction: row;
    list-style-type: none;
}
.tj-portfolio-item-two::before {
    position: absolute;
    content: "";
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 10px !important; */
    background: linear-gradient(180deg, rgba(55, 47, 97, 0.14) 0%, rgba(104, 6, 79, 0.8) 87.25%);
    opacity: 0;
    visibility: hidden;
}
.text-white{
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.portfolio-image img {
    background-color: #f7f6f4;
}
.tj-portfolio-item-two.mb-2-5 {
    filter: drop-shadow(2px 1px 3px #0003);
}
.shop-page-favorite-icon{
    top: 10px;
    right: 7%;
    z-index: 1;
    /* cursor: pointer; */
        background-color: #ffa404; color: white !important; padding: 6px 10px; border-bottom-left-radius: 23px; border-top-right-radius: 23px;

}
.shop-page-favorite-icon-hover{
    display: none;
}
.shop-page-favorite-icon:hover .shop-page-favorite-icon-hover{
    display: block;
}
.shop-page-favorite-icon:hover .shop-page-favorite-icon-1{
    display: none;
}

.cursor-pointer{
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
.products-image{
    display: flex;
    flex-direction: column;
}
.products-image-3{
    display: flex;
    flex-direction: row;
}
.h-315{
    height: 100%;
}
.mbl-gizle{
    display: none !important;
}
.px-mbl {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.fs-35{
    font-size: 35px;
}
#slideshow-nav {
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    /* right: 0; */
    left: 0;
    height: 100%;
    z-index: 150;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
    margin-top: 120px;
    }
    .mt-v2{
        margin-top: 135px!important;
    }
    .billboardwrapper {
        /* height: 100vh; */
        height: 100%;
        padding: 0;
        width: 100%;
        display: inline-block;
        float: left;
        position: relative;
    }
    #slideshow-nav li a {
        width: 100%;
    }
    .mbl-pb-0{
        padding-bottom: 0px !important;
    }
    .breadcrumb-wrapper-products-detail{
        padding-top: 118px;
        padding-bottom: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: linear-gradient(181deg, var(#fff) 2.29%, rgba(#fff) 89.63%);
        position: relative;
        border: 0px solid red;
    }
    .h-660{
        height: 350px;
    }
}


.product-detail-span{
    color: #878787 !important;
}

.product-detail-content-head{
    margin-bottom: 9px !important;
    margin-top: 16px !important; 
    font-weight: 500 !important; 
    color:#5b5a5a !important;
}
.title_font_size{
    font-size: 40px;
}





















