.min-price[type=text],
.max-price[type=text] {
    padding: 0px 9px;
    display: inline-block;
    width: 45%;
    height: 33px;
    font-size: 13px;
}

.input-i {
    margin: 0px 5px;
}

.price-button {
    margin-top: 7px;
    border-radius: 2px;
    color: #333e48;
    padding: 4px 13px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.price-button:hover
{
    opacity: 0.8;
}

.price-content
{
    margin-top: 45px;
    margin-bottom: 45px !important;
}

label.error
{
    color:red;
}

input.error
{
    border: 1px solid red !important; 
}

.product-favorite.active i
{
    color:red !important;
}

.rating-input {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.rating-input label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating-input label:last-child {
    position: static;
}

.rating-input label:nth-child(1) {
    z-index: 5;
}

.rating-input label:nth-child(2) {
    z-index: 4;
}

.rating-input label:nth-child(3) {
    z-index: 3;
}

.rating-input label:nth-child(4) {
    z-index: 2;
}

.rating-input label:nth-child(5) {
    z-index: 1;
}

.rating-input label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating-input label .icon {
    transition: all 500ms;
    float: left;
    color: transparent;
    font-size: 42px;
    margin-right: 9px;
}

.rating-input label:last-child .icon {
    color: #919191;
}

.rating-input:not(:hover) label input:checked ~ .icon,
.rating-input:hover label:hover input ~ .icon {
    color: #f28b00;
}

.rating-input label input:focus:not(:checked) ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #09f;
}

.order-input input
{
    height: 34px;
    border: 1px solid #ccc;
    text-align: center;
}

.order-input .btn
{
    color: #333333d6;
}

/*.order-input
{
    width: 65%;
}
*/
.form-control[readonly]
{
    background-color: #fff;
    cursor: pointer;
}


.adet-td input
{
  width: 45px !important;
}

.sepetten-sil
{
    cursor: pointer;
}


.free-cargo-str
{
    margin-top: 15px;
    background: #fdfdfd;
    padding: 11px 13px !important;
    font-size: 14px !important;
    color: #333;
    border-radius: 4px;
}





/**
 * adres kısmı
 */

 .address-box
 {
    margin-top: 50px;
}

.adress-content {
    color: #434343;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.adress-header {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

.adress-list>ul {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.adress-list>ul>li {
    transition: all 300ms;
    cursor: pointer;
    list-style: none;
    padding: 35px 30px;
    border-bottom: 1px solid #ddd;
}

.adress-list ul li label {
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
    line-height: unset;
    margin-bottom: 0px;
    display: block;
}

.adress-name {
    width: 25%;
    margin-top: 20px;
    text-align: center;
    padding-right: 25px;
}

.adress-list>ul>li:last-child {
    border-bottom: 0px;
}

.adress-name,
.adress {
    float: left;
}

.adress-list ul li.active {
    background: #fff;
    position: relative;
}



.adress-btn .btn-2 {
    margin-right: 0px;
}



.adress-title {
    font-size: 17px;
}



.adress-header div {
    display: inline-block;
    padding: 9px 20px;
}

.new-adress-button {
    cursor: pointer;
    float: right;
    font-size: 15px;
    background: #f92400;
    color: #fff;
    font-weight: 600;
    line-height: 29px;
}

.new-adress-button:hover
{
    opacity: 0.7;
    transition: all 300ms;
}

.adress-textarea {
    min-height: 0 !important;

    height: 95px;
}

.adress-change {
    text-decoration: underline;
}

.adress-content {
    margin-bottom: 45px;
}


.adress-span {
    display: block;
}

.adress {
    width: 75%
}

.adress-radio .checkmark
{
    top: 0px;
    left: 62px;
}

.adress-n
{
    top: 24px;
    position: relative;
}

.btn-cart-totals .fa-spinner
{
    font-size: 19px;
}

.adres-p
{
    font-size: 14px;
    margin-bottom: 0;
    border-top: 1px solid #cccccc78;
    padding-top: 12px;
}

.adress-content select.error, .adress-content textarea.error
{
    border: 2px solid #f92400 !important;
}

.adress-btn
{
    text-align: right;
    margin-top: 22px;
}


/* The container */
.container-radio {
    margin-right: 20px;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #cccccc5c;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #eeeeee;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #eeeeee;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 6px;
    left: 6.6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #292b2cb5;
}

.order-next-content
{
    margin-top: 25px;
}

.havale-information ul li
{
    list-style: none;
}

.havale-information
{
    padding: 17px 20px;
    background: #eeeeee0f;
    border: 1px solid #ccc;
    border-radius: 2px;
}


.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #3ac47d;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #2e9d64;
}

.badge-info {
  color: #fff;
  background-color: #16aaff;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0090e2;
}

.badge-warning {
  color: #212529;
  background-color: #f7b924;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #e0a008;
}

.badge-danger {
  color: #fff;
  background-color: #d92550;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ad1e40;
}

.badge-light {
  color: #212529;
  background-color: #eeeeee;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #d5d5d5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}


#teknik-ozellikler table td
{
    padding: 15px;
}

#teknik-ozellikler table tr td:first-child
{
    width: 120px;
    font-weight: bold;
    color: #484848;
}
#teknik-ozellikler table tr td
{
    padding: 11px 0;
}

#teknik-ozellikler table tr:not(:last-child)
{
    border-bottom: 1px solid #e5e5e5;
}

#teknik-ozellikler table
{
    width: 100%;
}

.discount-price
{
    position: absolute;
    right: 0;
    background: #00b16ad9;
    z-index: 9;
    color: #fff;
    font-size: 11.5px;
    padding: 4px 10px;
    border-bottom-left-radius: 4px;
}

.no-stok-product span
{
    color:red;
}

.notification-a:hover
{
    cursor: pointer;
    opacity: 0.8;
}


.brand-image img
{
    border: 1px solid #cccccc4f;
    border-radius: 4px;
}

.brand-image
{
    margin-bottom: 18px;
}


.zoom {
    display:inline-block;
    position: relative;
}


.zoom:after {
    content:'';
    display:block; 
    width:33px; 
    height:33px; 
    position:absolute; 
    top:0;
    right:0;
    background:url(icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection { background-color: transparent; }

:focus
{
    outline: 0px !important;
    box-shadow:0 !important;
}

.input-plus-product .btn-plus
{
    border-left: 0;
}

.input-plus-product .btn-minus
{
    border-right: 0;
}

.input-plus-product input
{
    height: 39px;
    text-align: center;
}


.input-plus-product button
{
    background: #ebebeb;
    border-radius: 0;
    font-size: 14px;
    padding: 8px 16px;
    border: 1px solid #ced4da;
    
}

.input-plus-product
{
    width: 34%;
    margin-bottom: 22px;
}

.sepetim-hover{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 15;
    padding: 1rem;
    right: 0;
    top: 45px;
    border-radius: 3pt;
    background-color: white;
    -webkit-box-shadow: 0px 6px 17px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 6px 17px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 6px 17px 0px rgba(0,0,0,0.17);
    transition: all .2s ease-in;
    width: 500px;
}


header #cart{
    position: relative;
}

header #cart:hover .sepetim-hover{
    opacity: 1;
    visibility: visible;
}



.sepetim-hover td{
    padding: 0px 21px;
    font-size: 14px;
}


.sepetim-hover .table th{
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}

.sepetim-hover .table td{
    vertical-align: middle;
}


.hover-green:hover
{
    color: #88c74a !important;
}

.product-quantity input
{
    height: 39px !important;
    width: 38px !important;
    border-radius: 0 !important;
}

.product-quantity .input-plus-product button
{
    padding: 8px 11px;
}

.product-quantity .input-plus-product  
{
    width: 91%;
    margin-bottom: 0px;
}

.fatura-checkbox .checkmark
{
    display: none;
}

.havale-alan ul li
{
    margin: 10px 0px;
    display: block;
}

.havale-alan
{
    margin: 5px 0px 23px 0px;
    background: #ccc0;
    padding: 20px 16px;
    border: 1px solid #cccccc82;
}

.payments h3
{
    margin-bottom: 31px;
}

.payments ul li
{
    margin: 12px 0px;
}

.blog-describe p
{
    line-height: 28px;
}

.no-before::before
{
    content: "" !important;
}

.search-count h5
{
    font-size: 14px;
    text-transform: initial;
}

.search-count
{
    width: 50% !important;
}

.product-right .varyant-select label
{
    padding: 7px 15px;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #9e9e9e33;
    text-align: center;
}

.product-right .varyant-select input
{
    display: none;
}

.product-right .varyant-select label:hover
{
    transition: all 500ms;
    background: #f7f7f7;
    cursor: pointer;
}

.varyant-select input[type="radio"]:checked+label {
    background-color: #f7f7f7;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4
{
    font-size: 13px;
    font-weight: 600;
    color: #333333d4;
}

.cart-item
{
    color: #333333d4;
    font-size: 11px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart
{
    min-width: 320px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body
{
    align-self: auto;
}

.show-cart:hover
{
    opacity: 0.7;
    transition: all 500ms;
}

.show-cart
{
    background: var(--theme-deafult);
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 2px;
    font-size: 13px !important;
    font-weight: normal;
}

.mobile-cart .buttons
{
    margin: 7px 0px;
}

.product-box .product-detail h4, .product-box .product-info h4, .product-wrap .product-detail h4, .product-wrap .product-info h4
{
    font-size: 15px;
    font-weight: 400;
}

.cart-section .cart-table thead th, .wishlist-section .cart-table thead th
{
    font-weight: 400;
    text-transform: inherit;
}

.cart-section tbody tr td h2, .wishlist-section tbody tr td h2
{
    font-size: 18px;
}

.cart-section tfoot tr td, .wishlist-section tfoot tr td
{
    padding-top: 14px;
}

.cart-section tfoot tr td h2, .wishlist-section tfoot tr td h2
{
    font-size: 18px;
}

.total-cart-table
{
    margin-top: 34px;
}

.adet-td button
{
    padding: 5px 7px;
}

.adet-td input
{
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    border: 1px solid #efefef;
}

.adet-td
{
    width: 50px;
    min-width: 128px !important;
}


.order-box .qty li
{
    margin-bottom: 15px;
    
}

.order-box .title-box
{
    margin-bottom: 15px;
    font-size: 17px;
    padding-bottom: 15px;
}

.order-box .qty
{
    margin-bottom: 47px;
}

.order-box .sub-total li
{
    margin-bottom: 15px;
    font-weight: 500;
}

.order-box .sub-total
{
    margin-bottom: 21px;
}


.checkout-page .checkout-title h3
{
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc30;
}

.breadcrumb-section .breadcrumb
{
    text-transform: inherit;
}

.payments ul li label
{
    margin-bottom: 0;
    width: 100%;
    padding: 11px 19px;
    cursor: pointer;
}

.payments .first-payment-li input[type='radio']
{
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.payments .first-payment-li>li
{
    margin: 11px 0px;
    width: 100%;
    display: block;
    background: #cccccc12;
    /*padding: 11px 19px;*/
    border: 1px solid #cccccc82;
}

.register-page h3
{
    font-size: 20px;
}

.dashboard-table a:hover
{
    color:#fff;
    transition: all 500ms;
    opacity: 0.8;
}


.badge
{
    padding: 6px 12px;
}

.footer-theme .sub-title li
{
    text-transform: inherit;
}

.login-page, .register-page
{
    padding: 120px 0px;
}

.colors-content label
{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #444444;
    position: relative;
}

.colors-content input
{
    display: none;
}

.colors-content label:hover
{
    opacity: 0.8;
    cursor: pointer;
    transition: all 500ms;
}


.colors-content input[type="checkbox"]:checked+label:after
{
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
    top: 10px;
    right: 4px;
    height: 15px;
    width: 15px;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute; 
}

.search-count h5
{
    font-size: 13px;
}


.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox
{
    margin-bottom: 5px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label
{
    font-weight: 500;
    font-size: 12px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child
{
    margin-top: 14px;
}

.collection-collapse-block .collapse-block-title
{
    margin: 21px 0 0 0;
    font-weight: 500;
    text-transform: inherit;
}

.collection-collapse-block
{
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc30;
}

/* Widget categories
/* ========================================================================== */
.widget-categories ul li + li {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.widget-categories ul li a {
    display: block;
    padding: 5px 0 5px 20px;
    position: relative;
}
.widget-categories ul li a:before {
    content: '\f0a9';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 5px;
}
.widget-categories ul li a:hover:before {
    -webkit-animation: bounceIn .4s;
    animation: bounceIn .4s;
}
/* Widget tabs
/* ========================================================================== */
.widget.shop-categories {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}
.widget.shop-categories .widget-title {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}
.widget.shop-categories .widget-content {
    border-top: solid 1px rgba(35, 35, 35, 0.1);
    padding: 10px 15px;
}
.widget.shop-categories ul {
    margin: -10px -15px -10px -15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    /**/
}
.widget.shop-categories ul li {
    padding: 10px 15px;
    overflow: hidden;
    display: block;
}
.widget.shop-categories ul li + li {
    border-top: solid 1px rgba(35, 35, 35, 0.1);
}
.widget.shop-categories ul a {
    display: block;
    margin-right: 20px;
    color: #777777;
    font-size: 13px;
    font-weight: normal;
}
.widget.shop-categories ul a:hover {
    color: #ff4b3c;
}
.widget.shop-categories ul a .count {
    float: right;
    text-align: right;
    font-size: 12px;
    margin-right: 2px;
}
.widget.shop-categories ul ul.children {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-transform: none;
    margin-top: 5px;
    padding-left: 30px;
}
.widget.shop-categories ul ul.children li {
    padding: 7px 15px 7px 0;
}
.widget.shop-categories ul ul.children a {
    margin-right: 0;
}
.widget.shop-categories ul .count {
    float: right;
    font-size: 12px;
    margin-right: 2px;
}
.widget.shop-categories ul .arrow {
    float: right;
    border: solid 1px #232323;
    color: #232323;
    width: 17px;
    height: 17px;
    cursor: pointer;
    text-align: center;
}
.widget.shop-categories ul .arrow .fa {
    font-size: 17px;
    line-height: 14px;
}


.active-menu>a
{
    color: var(--theme-deafult) !important;
}

.product-favorite-detail a:hover
{
    color: red;
    transition: all 500ms;
}

.product-favorite-detail a
{
    color: #333;
}

.product-favorite-detail
{
    margin-left: 24px;
    margin-top: 5px;
    font-size: 17px;
    color: #ccc;
}




@media (max-width: 991px)
{
    .cart-section tfoot tr td
    {
        text-align: left;
        width: 50% !important;
    }
}


.whatshapp-siparis i
{
    font-size: 23px;
    color: green;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

.whatshapp-siparis
{
    font-weight: 500;
    background: #cccccc00;
    padding: 12px 15px;
    color: black;
    color: #232323;
    border: 1px solid #cccccc94;
    font-size: 13px;
    margin-right: 8px;
}

.telefon-siparis
{
    font-weight: 500;
    background: #cccccc00;
    padding: 12px 15px;
    color: black;
    color: #232323;
    border: 1px solid #cccccc94;
    font-size: 13px;
}

.telefon-siparis i
{
    font-size: 20px;
    margin-right: 4px;
    position: relative;
    top: 1px;
    color: #ff4b3c;
}

.product-social-media
{
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 30px;
}

.whatshapp-siparis:hover, .telefon-siparis:hover
{
    color: #232323;
    transition: all 500ms;
    background: #cccccc1a;
}

.login-order-guest a
{
    color: #fff !important;
    margin-left: 20px;
}

.alert-default
{
    background: #cccccc0f;
    border: 1px solid #cccccc6b;
    margin-bottom: 38px;
    display: block;
}

.uyelik-sozlesmesi label
{
    text-transform: inherit !important;
    position: relative;
    left: -5px;
    bottom: 1px;
    font-size: 13px !important;
}

.uyelik-sozlesmesi a
{
    font-weight: 500;
    color: #222;
    text-decoration: underline;
}

.password-remember
{
    position: absolute;
    right: 0px;
    font-size: 13px;
    top: 3px;
    color: #232323;
    text-decoration: underline;
}

.blog-title .title-inner1
{
    margin-bottom: 0px;
}


.blog-details h4
{
   margin-top: 9px;
}

.product-right h2
{
    font-size: 18px;
}

.siparis-notu
{
    margin: 8px 0px;
    background: #fbfbfb;
    padding: 26px 23px;
    border: 1px solid #cccccc47;
}

.siparis-notu textarea
{
    height: 78px !important;
    margin-top: 4px;
    padding: 10px 15px !important;
    color: #444;
    font-size: 13px;
}

.yass-icerik p
{
    line-height: 20px;
}

.iade-form select
{
    height: calc(3.23rem + 2px) !important;
}

.no-stok
{
    font-size: 13px;
    position: absolute;
    right: 28px;
    z-index: 99;
    background: #ff4b3a;
    color: #fff;
    padding: 5px 20px;
    border-bottom-left-radius: 4px;
}

.beni-bilgilendir
{
    cursor: pointer;
}

.beni-bilgilendir:hover
{
    transition: all 500ms;
    opacity: 0.5;
}

.kupon-content td:first-child
{
    position: relative;
    top: 8px;
}

.cart-section tfoot tr td:first-child, .wishlist-section tfoot tr td:first-child
{
    width: 84%;
}

.kupon-orani
{
    font-size: 17px;
}

.harcadikca-kazan-p b
{
    color: #ff4b3a;
}

.harcadikca-kazan-p
{
    font-size: 13px;
    position: relative;
    top: -7px;
    color: #404040;
}

.adres-alert .alert-default:first-child
{
    margin-bottom: 12px;
    border-radius: 0;
}

.color-ccc
{
    color: #404040;
}


#banner-modal .modal-dialog
{
    top: 24%;
}

#banner-modal .close
{
    position: absolute;
    right: 10px;
    z-index: 99;
    font-size: 45px;
}

#banner-modal .modal-body
{
    padding: 0px;
}


#banner-modal img
{
    width: 100%;
    border-radius: 5px;
}

.product-description h1, .product-description h2
{
    font-size: 25px;
}

.product-description 
{
    padding: 24px 0px;
}

.product-description p
{
    padding: 0 !important;
}

.one-vitrin
{
    margin: 35px 0px;
    padding: 0px;
    text-align: center;
}

.one-vitrin img:hover
{
    opacity: 0.7;
    transition: all 500ms;
}

.popin.generalAnnounce
{
    width: 450px;
}

.popin
{
    background-color: rgba(32,32,32,.95);
    width: 270px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    color: #c9c9c9;
    font-size: 12px;
    line-height: 17px;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 6;
    border-radius: 5px;
}

.popin .closeBtn
{ 
    cursor: pointer;
    display: block;
    font-size: 21px;
    position: absolute;
    margin-right: 8px;
    right: 8px;
    top: 10px;
    z-index: 1;
}

.popin .closeBtn:hover
{
    opacity: 0.8;
    transition: all 500ms;
}

.popin .title 
{
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
}

.popin.generalAnnounce a
{
    color: #fff;
    text-decoration: underline;
}

.popin.generalAnnounce p
{
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

.product-qty-title
{
    text-align: left;
    font-size: 15px;
    color: #2b2b2b;
}

.product-box .img-wrapper, .product-wrap .img-wrapper
{
    border: 1px solid #cccccc40;
}

.urun-etiket
{
    position: absolute;
    z-index: 9;
    top: 7px;
    padding: 2px 15px;
    font-size: 10.5px;
    cursor: pointer;
}

.mobile-account-footer
{
    display: none;
}

.firsat-urunleri .media:first-child
{
    border-bottom: 1px solid #cccccc54;
}

.carousel-indicators
{
    z-index: 15;
    background-color: #7f7f7f;
    border-radius: 15px;
    padding: 2px 9px;
    display: inline;
}

.carousel-indicators li
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 8px;
    width: 10px;
    height: 10px;
    margin-left: 3px;
}

.carousel-indicators li:first-child
{
    margin-left: 0px;;
}

.carousel-indicators .active
{
    background-color: #fff;
}

.dots-auto
{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
}

.product-box .cart-info a
{
    display: block;
    background: #ffff;
    margin-bottom: 5px;
    padding-left: 5px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    box-shadow: 1px 1px 4px #ccc;
}





.form-call-wrapper {
	display: block;
	background: none;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: static;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
	font-style: normal;
	text-transform: none;
	height: auto;
	width: auto;
	max-width: none;
	max-height: none;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	outline: 0;
	overflow: visible;
	text-decoration: none;
	vertical-align: top;
	word-spacing: normal;
	letter-spacing: normal
}

.form-call-wrapper * {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
	color: #505050
}

.form-call-wrapper {
	position: fixed;
	bottom: 25px;
	right: 25px;
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 6.25px;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	z-index: 1000;
	cursor: pointer
}

.callMe {
	right: 100px
}

.whatsApp:before {
	border-color: #25d366!important
}

.whatsApp i {
	color: #fff!important
}

.whatsApp:after {
	background: #25d366!important
}

.whatsApp .form-call-btn {
	background-color: #25d366!important
}

.form-call-wrapper:after,
.form-call-wrapper:before {
	content: "";
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}

.form-call-wrapper:after {
	background: #ddd;
	-webkit-animation: lexprofitBackAnim 3s linear infinite;
	animation: lexprofitBackAnim 3s linear infinite
}

.form-call-wrapper:before {
	border: 1px solid #ddd;
	-webkit-animation: lexprofitBorderAnim 3s -0.5s linear infinite;
	animation: lexprofitBorderAnim 3s -0.5s linear infinite
}

.form-call-wrapper .form-call-btn {
	z-index: 10;
	position: absolute;
	background-color: #ccc;
	border-radius: 100%;
	width: 100%;
	height: 100%
}

.form-call-wrapper .form-call-btn .form-call-phone-icon {
	font-family: Flaticon-call-button;
	font-size: 40px;
	font-style: normal;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.form-call-wrapper .form-call-btn .form-call-phone-icon:before {
	content: "\e907";
	color: #888
}

.form-call-wrapper:hover .form-call-btn {
	background-color: #bbb
}

.form-call-wrapper:hover:after {
	background-color: #aaa
}

.form-call-wrapper:hover:before {
	border-color: #aaa
}

.form-call-wrapper:hover .form-call-btn {
	-webkit-animation: lexprofitBoundingAnim 1s linear infinite;
	animation: lexprofitBoundingAnim 1s linear infinite
}


@-webkit-keyframes lexprofitBackAnim {
	0% {
		-webkit-transform: scaleX(0.7) scaleY(0.7);
		transform: scaleX(0.7) scaleY(0.7)
	}
	25% {
		-webkit-transform: scaleX(1.2) scaleY(1.2);
		transform: scaleX(1.2) scaleY(1.2)
	}
	50% {
		-webkit-transform: scaleX(1.5) scaleY(1.5);
		transform: scaleX(1.5) scaleY(1.5)
	}
	65% {
		-webkit-transform: scaleX(1.2) scaleY(1.2);
		transform: scaleX(1.2) scaleY(1.2);
		opacity: 0.7
	}
	to {
		-webkit-transform: scaleX(0.7) scaleY(0.7);
		transform: scaleX(0.7) scaleY(0.7);
		opacity: 0
	}
}

@keyframes lexprofitBackAnim {
	0% {
		-webkit-transform: scaleX(0.7) scaleY(0.7);
		transform: scaleX(0.7) scaleY(0.7)
	}
	25% {
		-webkit-transform: scaleX(1.2) scaleY(1.2);
		transform: scaleX(1.2) scaleY(1.2)
	}
	50% {
		-webkit-transform: scaleX(1.5) scaleY(1.5);
		transform: scaleX(1.5) scaleY(1.5)
	}
	65% {
		-webkit-transform: scaleX(1.2) scaleY(1.2);
		transform: scaleX(1.2) scaleY(1.2);
		opacity: 0.7
	}
	to {
		-webkit-transform: scaleX(0.7) scaleY(0.7);
		transform: scaleX(0.7) scaleY(0.7);
		opacity: 0
	}
}

@-webkit-keyframes lexprofitBorderAnim {
	0% {
		-webkit-transform: scaleX(1) scaleY(1);
		transform: scaleX(1) scaleY(1)
	}
	50% {
		-webkit-transform: scaleX(1.5) scaleY(1.5);
		transform: scaleX(1.5) scaleY(1.5)
	}
	to {
		-webkit-transform: scaleX(2) scaleY(2);
		transform: scaleX(2) scaleY(2);
		opacity: 0
	}
}

@keyframes lexprofitBorderAnim {
	0% {
		-webkit-transform: scaleX(1) scaleY(1);
		transform: scaleX(1) scaleY(1)
	}
	50% {
		-webkit-transform: scaleX(1.5) scaleY(1.5);
		transform: scaleX(1.5) scaleY(1.5)
	}
	to {
		-webkit-transform: scaleX(2) scaleY(2);
		transform: scaleX(2) scaleY(2);
		opacity: 0
	}
}

@-webkit-keyframes lexprofitBoundingAnim {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	15% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	30% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	45% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
	60% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes lexprofitBoundingAnim {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	15% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	30% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	45% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
	60% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}


@media(max-width:599px)
{
  .form-call-wrapper
  {
    bottom: 86px !important;
  }
}