.old-price
{
    opacity: .5;
    text-decoration: line-through;
}
.price-instalment
{
    display:block;
    opacity: .5;
    font-size: .8rem;
}
.short_description
{
    font-size: .9rem;
}
.search-results-ajax{
    position: absolute;
    top: 68px;
    z-index: 99999;
    width: 700px;
   max-width:100%;
}

span.like-icon {
    color: #fff;
   position:relative;
    font-size: 19px;
    /*position: absolute;*/
    z-index: 101;
    bottom: 0px;
    cursor: normal;
    background-color: rgba(24, 24, 24, .4);
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    transition: all .4s;
    cursor: pointer;
}

.product-detail-table {
   width: 100%;
   border: 0;
   font-size: 15px;
}
.product-detail-table tbody tr td {
   font-weight: 300;
   border: 1px solid #eee;
   font-size: 14px;
   padding: 10px 16px;
   vertical-align: middle;
}
.product-detail-table tbody tr:nth-child(even) {
   background: #F9F9F9;
}

.like-icon:before,
.like-icon:after {
    transition: opacity .3s, transform .4s cubic-bezier(0, -.41, .19, 2.5);
    font-family: 'Font Awesome 5 Pro';
    right: 13px;
    position: absolute;
    /* left: 0; */
    text-align: center;
    top: 9px;	
}

.like-icon:before {
    content: "\f004";
    font-family: 'Font Awesome 5 Pro';
    transform: scale(.95)
}

.like-icon:after {
    content: "\f004";
    font-family: 'Font Awesome 5 Pro';
    opacity: 0;
    transform: scale(.5);
    font-weight: 800;
}

.like-icon.liked:after {
    opacity: 1;
    transform: scale(.95)
}

.like-icon:hover,
.like-icon.liked {
    background-color: #f3103c
}

.like-icon.liked:before {
    opacity: 0
}

.action-button{
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: transparent;
    border: none;
    color: #484848;
    font-size: 14px;
    margin-top: 12px;
    text-align: left;
    cursor: pointer;
    display: inline;
    width: 50%;
    text-decoration: none;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 12px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.action-button:hover, .action-button:focus {
    background-color: rgba(0,0,0,0.03);
    border-radius: 4px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.urun_drop{
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: .3s ease-in-out all;
    transform: scale(1);
    z-index: 1;
}

.urun_drop i{
    font-size: 20px;
    cursor: pointer;
}

@keyframes blink {
/**
 * At the start of the animation the dot
 * has an opacity of .2
 */
 0% {
     opacity: .2;
 }
/**
 * At 20% the dot is fully visible and
 * then fades out slowly
 */
 20% {
     opacity: 1;
 }
/**
 * Until it reaches an opacity of .2 and
 * the animation can start again
 */
 100% {
     opacity: .2;
 }
}

.saving span {
/**
 * Use the blink animation, which is defined above
 */
 animation-name: blink;
/**
 * The animation should take 1.4 seconds
 */
 animation-duration: 1.4s;
/**
 * It will repeat itself forever
 */
 animation-iteration-count: infinite;
/**
 * This makes sure that the starting style (opacity: .2)
 * of the animation is applied before the animation starts.
 * Otherwise we would see a short flash or would have
 * to set the default styling of the dots to the same
 * as the animation. Same applies for the ending styles.
 */
 animation-fill-mode: both;
}

.saving span:nth-child(2) {
/**
 * Starts the animation of the third dot
 * with a delay of .2s, otherwise all dots
 * would animate at the same time
 */
 animation-delay: .2s;
}

.saving span:nth-child(3) {
/**
 * Starts the animation of the third dot
 * with a delay of .4s, otherwise all dots
 * would animate at the same time
 */
 animation-delay: .4s;
}
div.variant
{
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #80808021;

}
div.variant label
{
	font-family: "Poppins", sans-serif;
    font-size: 1rem;
	font-weight:600
}
div.variant-option
{
    width: 48%;
    padding:1rem 0;
}

@media (min-width: 992px) {
    .product-details {
        width: 100%;
        padding-top: 0.25rem
    }
}

.product-badge {
    position: absolute;
    top: 50%;
    right: -1.75rem;
    padding-top: .425rem;
    padding-left: .625rem;
    padding-right: 1rem;
    padding-bottom: .425rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: .3125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: .8125rem
}

.product-badge::after {
    position: absolute;
    bottom: -.475rem;
    right: .25rem;
    height: 0;
    width: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid transparent;
    content: " ";
    pointer-events: none;
    border-width: .525rem
}

.product-badge>i {
    margin-top: -.125rem;
    margin-right: .25rem;
    font-size: 1.2em;
    vertical-align: middle
}

.product-badge.product-available {
    background-color: #cc2525;
    color: #fff
}

.product-badge.product-available::after {
    border-color: rgba(66, 214, 151, 0);
    border-bottom-color: #cc2525
}

.product-badge.product-not-available {
    background-color: #ff3e3e;
    color: #ffffff
}

.product-badge.product-not-available::after {
    border-color: rgba(243, 245, 249, 0);
    border-bottom-color: #f67272
}

@media (max-width: 991.98px) {
    .product-badge {
        right: -.75rem
    }
}
.price-content
{
    background: #f4f4f4;
    border-radius: .5rem;
    padding: 1rem 1rem;
}
/* İnput Adet */
.adet, input[type="number"]{
	appearance:textfield;
	float:left;
	border-radius:0px;
}
input.adet
{
  border-right: 0;
  border-left: 0;
}
.adet, input[type="number"]::-webkit-inner-spin-button{
	appearance:none;
}
.adet-kontrol {
	float:left;
    width: 25px;
    height: 44px;
    background: #F2F2F2;
    color: #FFD100;
    border: 1px solid #E1E1E1;
    font-size: 10px;
    text-align: center;
    border-radius: 0;
}
.adet-kontrol i {
	padding: 16px 6px;
    font-size: 13px;
	color:#4a4a4a;
	cursor: pointer;
}
.adet-kontrol-ana
{
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}
.extra-contact
{
    margin-top: 1rem;
}
.review
{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px)
{
    .review {
        display: flex;
        flex-direction: column;   
        align-items: normal;
    }
    .productCommentText
    {
        padding-left:0 !important;
    }
    .product-user-social .product-social-container {
        flex-direction: column;
    }
    .product-user-social .product-social-container .product-social-title
    {
        margin-bottom: 5px;
    }
}

.productCommentText
{
    font-size: 14px;
    opacity: .7;
    padding: 5px 0 0 10px;
}
.jq-stars {
    display: inline-block;
}

.jq-rating-label {
font-size: 14px;
display: inline-block;
position: relative;
vertical-align: top;
font-family: helvetica, arial, verdana;
}

.jq-star {
width: 100px;
height: 100px;
display: inline-block;
cursor: pointer;
}

.jq-star-svg {
padding-left: 3px;
width: 100%;
height: 100% ;
}

.jq-star-svg path {
/* stroke: #000; */
stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
-webkit-filter: drop-shadow( -2px -2px 2px #888 );
filter: drop-shadow( -2px -2px 2px #888 );
}
.product-user-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.product-user-social .product-social-container {
    display: flex;
}
.product-user-social .product-social-container .product-social-title {
    color: #4e5456;
    font-size: 0.9rem;
    font-weight: 500;
    margin-right: 1.5rem;
}
.product-user-social .product-social-container .product-social {
    display: flex;
    align-items: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.product-user-social .product-social-container .product-social>div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-right: 0.6rem;
}
.product-user-social .product-social-container .product-social>div>a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9b9b9;
    font-size: 1.2rem;
    transition: all .2s ease-in-out;
}
.product-user-social .product-social-container .product-social>div>a:hover.product-social-facebook {
    color: #507cbe;
}
.product-user-social .product-social-container .product-social>div>a:hover.product-social-twitter {
    color: #63cdf1;
}
.product-user-social .product-social-container .product-social>div>a:hover.product-social-pinterest {
    color: #f16261;
}
.product-user-social #product-user-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.product-user-social #product-user-buttons>div a {
    display: flex;
    flex-wrap: wrap;
    color: #b9b9b9;
    transition: all .2s ease-in-out;
}
.product-user-social #product-user-buttons>div a i {
    font-size: 1.5rem;
}
.product-user-social #product-user-buttons>div a:hover {
    color: #035aa3;
}
/* Extra Product */
.related-products
{
    margin-bottom: 1rem;
}
.extra-product {
    position: relative;
    border-radius: 3px;
}
.extra-product .product_main {
    cursor: pointer;
    background-color: #232369;
    padding: 10px 20px;
    border-radius: 5px;
    align-items: center;
    box-shadow: none;
    color: #FFF;
    margin-bottom: .5rem;
}
.product_main button {
    border: 0 !important;
    background: transparent !important;
    color: #FFF;
}
.product_main .fiyat-area {
    margin-left: auto;
    color: #FFF;
    font-weight: 400;
    margin-right: 5%;
}
.product_main.product_selected::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    border-color: #10c315 #10c315 transparent transparent;
    border-style: solid;
    border-width: 36px 0 0 36px;
    border-radius: 0 5px 0 86px;
}
.product_main.product_selected::after {
    content: url(../../../uploads/icon/check-icon.svg);
    position: absolute;
    top: 2px;
    right: 13px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 1;
}
/* Promotion */
.promotion-content .promotion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.promotion-icon i {
    font-size: 1.8rem;
    color: #232369;
}
.promotion-content .promotion-info {
    height: 100%;
    padding: 1rem 0;
}
.promotion-row:nth-child(odd) {
    background: #eaeaea;
}
.promotion-info strong
{
	font-family: "Poppins", sans-serif;
	font-weight:600;
}
#detail_description
{
    margin: 2rem 0;
}
.cz-thumblist-item > img
{
    height: 100%;
    object-fit: cover;
}
#feature
{
    margin-bottom:1rem
}
#feature strong
{
    font-size:.8rem;
}
#feature a
{
    font-size:.8rem;
}
section#detail_description .ui-tabs-active a
{
    background-color:#232369 !important;
    color:#FFF !important;
}
section#product_content
{
    margin-top:2rem
}
@media (max-width: 991.98px) {
    .product-info
    {
        padding:20px 10px
    }
    #detail_description {
        margin: 0;
    }
}