@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

.slick i {
color: #4f4f4f;
    font-size: 19px;
    background: #ffffff;
    padding: 9px 12px;
    border-radius: 50%;
}

.slick i:hover, .slick i:focus {
    opacity: 1;
}

.slick .ok_ileri, .slick .ok_geri {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    top: 44%;
}

.slick .ok_geri {
    left: 5px;
}

.slick .ok_ileri {
    right: 5px;
}

/* .ok_ust {
    top: 10px;
}
.ok_alt {
    bottom: 10px
} */

.firma_unvan {
    font-size: 14px;
    font-weight: 300
}

.masonry {
    /* Masonry container */
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.masonry .item {
    margin-bottom: 1.5em
}

.dowload-span {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ccc;
}

.dowload-span a {
    font-size: 12px;
    color: #ffffff;
}

.slick-slide.item {
    position: relative;
}


/*******************************************************************************************\
* Copyright 2002-2014 (C) Digital Multi-Media Design (DMMD), LLC (http://www.dmmd.net)      *
* This file is part of DMMD's Software Library.                                             *
* The software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; *
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* DMMD can customize or expand this code for your own application.                          *
* Please contact us at contact@dmmd.net or via phone, at 7 0 3 - 4 3 9 - 0 0 6 7 (USA)      *
* or visit us at our website (http://dmmd.net).                                             *
\*******************************************************************************************/

.play {
    background-image: url("toolbar/play-button.png");
}

.pause {
    background-image: url("toolbar/pause-button.png");
}

#prev {
    background-image: url("toolbar/left-arrow.png");
}

#next {
    background-image: url("toolbar/right-arrow.png");
}

.zoomin {
    background-image: url("toolbar/zoom-in.png");
}

.zoomout {
    background-image: url("toolbar/zoom-out.png");
}

#fullscreen {
    background-image: url("toolbar/fullscreen.png");
}

#play, #prev, #next, #zoomin, #fullscreen {
    display: inline-block;
    width: 32px;
    height: 32px;
    /*
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    */
}

#play:hover, #prev:hover, #next:hover, #zoomin:hover, #fullscreen:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

#play:active, #prev:active, #next:active, #zoomin:active, #fullscreen:active {
    opacity: 0.5;
}

#deepzoom {
    display: inline-block;
    color: #1390ff;
}

.roundeds {
    border-radius: 15px;
}

.shadows {
    box-shadow: 0 8.09px 24.26px rgba(67, 54, 102, .08);
}

.modal-ac {
    background: none;
    border: 0px none;
    padding: 0;
}

.kapanis {
    font-size: 10px;
    text-align: center;
    padding: 4px;
}

.btn-yass i 
{
    font-size: 28px;
    margin-right: 7px;
}

.btn-yass
{
    background-color: #ca2434;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header
{
    background: #f8f9fd;
    padding: 17px 0px;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
}

.return-div a
{
    color: #212529;
}

.return-div
{
        position: absolute;
    left: 24px;
}

.monts
{
    margin-top: 33px;
    text-align: center;
}

.monts ul
{
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.monts li
{
    height: 50px;
    width: 50px;
    border: 1px solid #cccccc7a;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    font-weight: 500;
}


.header-company
{
    background: #f29200;
    padding: 23px 0px;
}

.product-item
{
    text-align: center;
    box-shadow: 1px 1px 3px 3px #cccccc29;
    display: block;
    padding: 6px;

    margin-bottom: 15px;
}

.header-company img
{
    width: 200px;
}

.header-company 
{
    text-align: center;
}


.product-item h4
{
    font-size: 15px;
    color: #292c32;
    font-weight: 500;
    border-top: 1px solid #cccccc38;
    padding-top: 9px;
}

.product-content
{
        margin-top: 29px;
}

.collections .active a
{
    background: #f29200;
    color: #fff;
}

.collections li a
{
display: block;
    background: #dee2e62e;
    color: black;
    padding: 8px 21px;
    border-radius: 2px;
    border: 1px solid #cccccc61;
    font-size: 14px;
}

.collections li
{
    margin-right: 12px;
    margin-bottom: 15px;
}

.collections
{
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.thumbnail-slider
{
    margin-top: 20px;
}

.home-header h4
{
color: #fff;
    margin: 0;
    font-size: 16px;
}

.home-header
{
    background: #f29200;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
}

.home-logo
{
    text-align: center;
    margin: 35px 0px;
}

.home-adress
{
    text-align: center;
    background: #f2f2f2;
    padding: 10px 0px;
    font-size: 18px;
    color: #6c757d;
    align-items: center;
    display: flex;
    justify-content: center;
}

.home-adress i
{
    margin-right: 6px;
    font-size: 20px;
}

.adress-p p
{
    color: #6c757d;
    text-align: center;
    font-size: 17px;
    margin-top: 17px;
}

.home-logo img
{
    width: 100%;
}

.social-media-list li a
{
color: #6c757d;
    margin-right: 18px;
}

.social-media-list li
{

}

.social-media-list
{
        display: flex;
    list-style-type: none;
    font-size: 35px;
    justify-content: center;
    padding: 0;
}


.whatsapp-list
{
    padding-left: 0;
    margin-top: 19px;
}

.whatsapp-list li
{
text-align: center;
    margin-bottom: 8px;
}

.whatsapp-list li a i
{
    color: #198754;
    font-size: 23px;
}

.whatsapp-list li a
{
    color: #6c757d;
    font-size: 17px;
}