.single-menu ul.menu li a:hover {color: #fff !important;}
div#slider {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
}
.about-circle {
    display: none;
}

.bread-home {
    font-size: 17px;
    position: relative;
    top: 1px;
}
div#thumb .item {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    margin: 0 10px;
    height: auto;
}

div#thumb {
    margin-top: 30px;
}
span.marker {
    background: none;
    color: #f03434;
}
.owl-carousel .owl-stage-outer {
    height: auto !important;
}
.footer-contact-div h3 svg {
    margin-right: 10px;
}
img.min-icon {width: 350px;}
.map{
  filter: grayscale(100%) invert(92%) contrast(83%);
  height: 100%;
}
section#menu-content {
    padding: 70px 0;
}
div#counter-one {
    background: white;
    border-radius: 5px;
    border: 2px solid #f03434;
    padding: 10px 55px;
    position: relative;
    padding-left: 5px;
}

input.number-input {
    border: none !important;
    background: none !important;
    font-weight: 600 !important;
    color: #f03334 !important;
    position: relative !important;
    top: 2px !important;
}

.btn.incrementer {
     padding: 5px !important;
     position: absolute;
     right: 4px;
     color: red !important;
     background: none !important;
     border: none !important;
     top: -5px;
     width: auto !important;
     height: auto !important;
     font-size: 20px !important;
     transform: rotate(180deg);
}

.btn.decrementer {background: none !important;border: none !important;padding: 5px !important;position: absolute;right: 4px;width: auto !important;height: auto !important;color: red !important;bottom: -7px !important;top: auto !important;font-size: 20px !important;transform: rotate(180deg);}
div#modalAuto .modal-content {
    padding: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
}

div#modalAuto img {
    width: 100%;
}

div#modalAuto .modal-dialog {
    width: 30%;
}

div#modalAuto button.close {
    background: #f03332;
    color: #fff;
}
img.flag {
    width: 20px;
}
img.example-image {
    width: 190px;
}
.carousel-control-prev {
    left: auto;
    right: 100px;
    top: auto;
    bottom: 70%;
    width: 50px;
    opacity: 1;
}
img.footer-logo {
    width: 100px;
    margin-top: -15px;
}
.carousel-control-next {
    left: auto;
    right: 50px;
    top: auto;
    bottom: 70%;
    width: 50px;
     opacity: 1;
}
section#menu-content h2 {
    font-weight: 800;
}
body {
  font-family: Gilroy,sans-serif;
}
div#phpModal button.close {
    position: absolute;
    top: -10px;
    right: -21px;
    background: #f03332;
    padding: 8px 15px !important;
    padding-bottom: 7px;
}
.path-tick {
  stroke-dasharray: 100%;
  animation: dash 0.6s linear forwards;
}

/*   delay-time before animation */
@keyframes dash {
  0% {
    stroke-dashoffset: 100%;
  }
  60% {
    stroke-dashoffset: 100%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
div#phpModal .modal-dialog {
    max-width: 30%;
    text-align: center;
}

div#phpModal .modal-content {
    padding: 37px;
}

div#phpModal .modal-content h2 {
    padding-top: 20px;
    font-weight: 800;
    color: #5f8c35;
    font-size: 19px;
}

.modal-content svg {
    width: 100px !important;
    height: 100px;
}

.container {
    max-width: 90% !important;
}

.about-text-area h1 {
    color: #3F4E59;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 20px;
}

.about-text-area h1 span {
    font-weight: 800;
}

span.spn-bold {
    color: #F03434;
}

.about-text-area {
    position: relative;
}

.about-text-area p {
    font-weight: 500;
    font-size: 15px;
    line-height: 31px;
/* or 23px */


/* DARK COLOR */
    color: #3F4E59;
    padding-right: 100px;
}

button.btn.btn-red {
    background: #F03434;
    border-radius: 100px;
    padding: 10px 19px;
    margin-top: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}


button.btn.btn-red a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

button.btn.btn-red a img {margin-right: 5px;position: relative;top: -1px;left: -5px;}
button.btn.btn-red  img {margin-right: 5px;position: relative;top: -1px;left: -5px;}

img.box-after {
    position: absolute;
    left: -40px;
    top: -93px;
}

img.box-after2 {
    position: absolute;
    right: 50px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-ul-area ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.about-ul-area ul li {
    background: #FFFFFF;
/* DROP-SHADOW */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    text-align: center;
    padding: 42px 21px;
    position: relative;
    overflow: hidden;
    width: 230px;
    margin: 30px;
}

.about-ul-area ul li:after {
    position: absolute;
    content: "";
    width: 76px;
    height: 76px;
    background: url(images/about-box-after.png);
    right: 0;
    top: 0;
}

.about-ul-area ul li h4 {/* DARK COLOR */
    color: #3F4E59;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-top: 31px;
}

.about-ul-area ul li p {
    font-weight: 325;
    font-size: 14px;
    line-height: 162%;
/* or 19px */
    text-align: center;

/* DARK COLOR */
    color: #3F4E59;
    padding-bottom: 12px;
}

p {
    margin: 0;
}

.li-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #3F4E59;
    padding: 11px;
    display: none;
}

.li-bottom a {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.about-ul-area ul li:nth-child(1) {
    top: -120px;
}

.about-ul-area ul li:nth-child(3) {
    top: -120px;
}

section#about-area {
    position: relative;
    padding: 150px 0;
    padding-bottom: 0;
    margin-bottom: -200px;
    z-index: 99;
}

img.about-after1 {
    position: absolute;
    top: 0;
}

img.about-after12 {
    position: absolute;
    bottom: 20%;
    right: 100px;
}

.about-text-area .btn {
    margin-top: 40px !important;
}

.about-ul-area ul li:hover {
    background: #f03333;
    transition: 0.5s;
}

.about-ul-area ul li:hover h4 {
    color: #fff;
    transition: 0.5s;
}

.about-ul-area ul li:hover p {
    color: #fff;
    transition: 0.5s;
}

.about-ul-area ul li:hover img {
    transition: 0.5s;
    filter: brightness(0) invert(1);
}

.about-ul-area ul li:hover .li-bottom {
    display: block;
    transition: 0.5s;
}
section#product-area {
    background: #F3F4F6;
    position: relative;
    padding: 199px 0;
    padding-bottom: 0;
}

img.p-after1 {
    position: absolute;
    right: 100px;
    display: none;
}

img.p-after2 {
    position: absolute;
    top: 27%;
    display: none;
}

img.p-after3 {
    position: absolute;
    right: 0;
    bottom: 10%;
}

.row.site-title {
    text-align: center;
    position: relative;
}

.row.site-title h4 {
    background: #F03434;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    
/* identical to box height */
    width: 150px;
    letter-spacing: -1px;
    padding: 8px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
}

.row.site-title h1 {
    font-weight: 600;
    font-size: 40px;
    
/* identical to box height */
    color: #333333;
    padding-top: 20px;
}
.row.site-title img {
    position: absolute;
    top: -97px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 50;
}

.products-counter {
    position: relative;
    background: #FFFFFF;
/* DROP-SHADOW */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 50px;
    margin: 50px 0;
    overflow: hidden;
}

img.c-after1 {
    position: absolute;
    top: 0;
    left: 0;
}

img.c-after2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
}

.products-counter ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.products-counter ul li p {
    font-weight: 700;
    font-size: 75px;
    line-height: 90px;
/* identical to box height */
    color: #C4C4C4;
}

.products-counter ul li h3 {
    font-weight: 500;
    font-size: 21px;
    color: #C4C4C4;
    margin: 0;
}

.products-counter ul li {
    padding: 0 90px;
    border-right: 1px solid #ebebeb;
}

.products-counter ul li:last-child h3 {
    color: #f03333;
}

.products-counter ul li:last-child p {
    color: #f03333;
}

.products-counter ul li:last-child {
    border: none;
}

.nav-tabs {
    max-width: 70%;
    margin: 0 auto;
    background: #FFFFFF;
/* DROP-SHADOW */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
}

.nav-tabs li a {
    font-weight: 500;
    font-size: 16px;
    
/* identical to box height */


/* DARK COLOR */
    color: #3F4E59;
    padding: 18px 14px;
    border-radius: 100px !important;
}

.nav-tabs li a.active {
    background: red !important;
    border-radius: 100px;
    color: #fff !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none !important;
    border-radius: 100px !important;
}

.nav-tabs .nav-item {
    margin: -1px;
}
.row.product-list .nav-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.product {
    background: #FFFFFF;
/* DROP-SHADOW */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    overflow: hidden;
    height: auto !important;
}

.product-img img {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.product-content {
    padding: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 0;
}
.product-title {
    background: #fff;
    border-radius: 25px;
    position: relative;
    padding-bottom: 18px;
}

.product-title p {
    font-size: 16px;
    

/* DARK COLOR */
    color: #3F4E59;
    font-weight: 600;
}

.product-title h2 {
    font-weight: 600;
    font-size: 22px;
    

/* DARK COLOR */
    color: #3F4E59;
}

.product-title:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 5px;
    background: #ff1000;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 3px;
}

.product-text {
    padding-top: 16px;
    font-size: 14px;
    
/* or 19px */
    text-align: center;

/* DARK COLOR */
    color: #3F4E59;
    padding-bottom: 20px;
    position: relative;
}

.product-text:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 5px;
    background: #ff1000;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
}

.product-list p {
    line-height: 24px;
}

.product-list {
    padding-top: 16px;
    font-size: 14px;
    text-align: center;
    color: #3F4E59;
    position: relative;
}
.bulten-box {
    background: #FFFFFF;
/* DROP-SHADOW */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    display: flex;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

img.bulten-after {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.bulten-box-left {
    width: 60%;
}

.bulten-box-right {
    padding: 40px;
}

.bulten-text h2 {
    font-weight: 700;
    font-size: 30px;
    

/* RED MAIN COLOR */
    color: #F03434;
}

.bulten-text h2 span {
    font-size: 25px;
    

/* DARK COLOR */
    color: #3F4E59;
    font-weight: 600;
}

.bulten-box-right {
    width: 40%;
}

.input-grup {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
/* DROP-SHADOW */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.input-grup input {
    border: none;
    padding: 0;
    padding-left: 20px;
}

.input-grup input::placeholder {
    font-weight: 325;
    font-size: 15px;
    
/* or 16px */


/* DARK COLOR */
    color: #3f4e59c2;
}

.input-grup span {
    padding: 14px 20px;
    border-right: 1px solid #d4d4d491;
}

.bulten-form {
    padding-top: 30px;
}

.form-group.form-check {
    font-weight: 325;
    font-size: 15px;
    
/* or 16px */
    color: #BABABA;
}

.form-group.form-check span {font-weight: 600;}

button.btn.btn-submit-button {
    background: #F03434;
    border: 1px solid #E4E4E4;
/* DROP-SHADOW */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
}
img.p-top {
    position: absolute;
    top: 0;
    width: 100%;
}
img.p-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.category {
    background: #FFFFFF;
/* DROP-SHADOW */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    padding: 30px;
}

img.c-after {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px !important;
}

img.cat-img {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: auto !important;
}

.category h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
/* identical to box height */
    color: #3F4E59;
}

.category p {
    font-size: 13px;
    line-height: 17px;

/* DARK COLOR */
    color: #3F4E59;
    padding-right: 50px;
    margin: 0;
}

section#category-area {
    padding: 70px 0;
}

.col-12.cat-slider {
    padding-top: 50px;
}

.category:hover {
    background: #f03333;
    color: #fff !important;
}

.category:hover h2 {
    color: #fff;
    transition: 0.5s;
}

.category:hover p {
    color: #fff;
    transition: 0.5s;
}
.owl-stage-outer.owl-height {
    padding: 10px 0;
}
section#footer-top {
    background: #F03434;
    padding: 11px 0;
}

section#footer-top .btn {
    background: #fff;
    margin: 0;
}

section#footer-top .btn a {
    color: #f03333;
}

section#footer-top .btn a img {filter: brightness(0);}

section#footer-top h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
/* identical to box height */
    color: #FFFFFF;
    margin: 0;
    padding-top: 11px;
}
section#footer-area {
    padding: 50px 0;
    padding-bottom: 20px;
}

ul.footer-ul h4 {
    font-weight: 700;
    font-size: 20px;
    
/* identical to box height */
    

/* DARK COLOR */
    color: #3F4E59;
    padding-bottom: 25px;
}

ul.footer-ul li a {
    font-weight: 400;
    font-size: 15PX;
    line-height: 33px;

/* DARK COLOR */
    color: #3F4E59;
}

.footer-ul-two {
    display: flex;
}
ul.footer-ul.ultwo {
    padding-top: 56px;
}

ul.footer-contact-area h4 {
    font-weight: 700;
    font-size: 20px;
    color: #3F4E59;
    padding-bottom: 25px;
}

.footer-contact-div h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
/* identical to box height */
    display: flex;
    align-items: center;

/* RED MAIN COLOR */
    color: #F03434;
}

.footer-contact-div p {
    font-weight: 300;
    font-size: 16px;
    line-height: 161%;
/* or 18px */
    color: #000000;
    margin-bottom: 10px;
}

.footer-contact-div {
    padding-bottom: 10px;
}
.owl-nav {
    top: -100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.owl-nav div {
    background: #d1d1d1;
    padding: 7px 14px;
    border-radius: 50%;
    color: #fff;
    line-height: 23px;
}

.owl-prev {position: relative;left: -70px;margin-right: 20px;}

.owl-next {
    position: relative;
    right: -70px;
}

.owl-nav div:hover {
    background: #f03333;
    transition: 0.5s;
}

ul.footer-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: -7px;
}

ul.footer-social li a {
    padding: 7px 8px;
    color: #3F4E59;
    border-radius: 50%;
    margin-right: 10px;
    padding-top: 9px;
}

ul.footer-social li:hover a {
    background: #f03333;
    transition: 0.5s;
    color: #fff;
}

.row.foter-area-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

p.footer-copyright {
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    align-items: center;

/* DARK COLOR */
    color: #3F4E59;
}

.row.foter-area-top {
    display: flex;
    justify-content: space-between;
}
.menu-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

section#menu-area {
    padding: 35px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

ul.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

ul.menu li a {
    font-weight: 600;
    font-size: 17px;
    
/* identical to box height */
    color: #3F4E59;
    padding: 0 20px;
}

ul.menu-right {
    display: flex;
}

ul.menu li.active a {
    color: #f03333;
    font-weight: 700;
}

ul.menu li.active a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background: #f03333;
    top: -45px;
    left: 0;
    border-radius: 0 0 10px 10px;
}
.single-menu ul.menu li a:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background: #ffffff;
    top: -45px;
    left: 0;
    border-radius: 0 0 10px 10px;
    transition: 0.5s;
}

ul.menu li {
    position: relative;
}

section#cover-area .container-fluid {padding: 0;overflow: hidden;}

.cover-right {
    background: #f03332;
    border-radius: 0 0 0 55px;
    position: relative;
    height: 800px;
}

.cover-text-area {
    padding-top: 19%;
    padding-left: 10%;
}

.cover-right .btn {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;

/* DARK COLOR */
    color: #3F4E59;
    z-index: 9999;
    display: none;
}

img.cover-right-img {
    width: 100%;
    right: 0;
    height: 100%;
    top: 0;
    object-fit: cover; 
   /* border-radius: 0 0 55px 0;*/
}

button.btn.btn-cover {
    background: #FEF2F2;
    border-radius: 20px;
    color: #f219056e;
    font-weight: 600;
    padding: 10px 19px;
    margin-bottom: 25px;
}

button.btn.btn-cover img {
    margin-right: 10px;
}

.cover-text-area h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 49px;
    align-items: center;

/* DARK COLOR */
    color: #3F4E59;
}

.cover-text-area h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 65px;
    display: flex;
    align-items: center;

/* DARK COLOR */
    color: #3F4E59;
}

.cover-text-area h1 span {
    color: #f03332;
    padding-left: 10px;
}

.cover-text-area p {
    font-weight: 400;
    font-size: 15px;
    
/* or 23px */


/* DARK COLOR */
    color: #3F4E59;
    padding-right: 10%;
    line-height: 30px;
}

.cover-buttons {
    margin-top: 20px;
}

button.btn.btn-dark {
    border-radius: 100px;
    padding: 10px 19px;
    margin-top: 10px;
    border: none;
    background: #3F4E59;
    margin-left: 15px;
}

button.btn.btn-dark a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.ab1 {
    top: 24%;
    left: -50px;
}

.ab2 {
    bottom: 40px;
    left: 50px;
}

.cover-right .btn img {
    margin-right: 12px;
}
button.btn.btn-search {
    border-radius: 50%;
    padding: 10px 13px;
    margin-right: 15px;
}

button#dropdownMenuButton {
    background: #fff;
    border-radius: 100px;
    border: none;
    padding: 10px 12px;
    color: #f03332;
}

button#dropdownMenuButton img {
    margin-right: 8px;
}

li.menu-btn {
    background: #fff;
    padding: 10px 20px;
    border-radius: 100px;
}

li.menu-btn a {
    padding: 0 !important;
    font-weight: 600 !important;
    color: #f03332 !important;
}

li.menu-btn img {
    margin-right: 10px;
}

.dropdown-menu {
    border-radius: 15px;
    border: none;
    margin-top: 10px;
    min-width: 120px;
    overflow: hidden;
}

.dropdown-item {
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #f03332;
}

.dropdown-item img {
    margin-right: 5px;
}
section#cover-area {
    position: relative;
}

img.cover-after1 {
    position: absolute;
    right: 0;
    z-index: 50;
}

img.cover-after2 {
    position: absolute;
    top: 15%;
    display: none;
}
.cover-product {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 19px;
    height: 220px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.cover-product span {
    position: absolute;
    left: -10px;
    background: #f03332;
    padding: 5px 12px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    top: -10px;
}

.cover-product img {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    display: unset !important;
    border-radius: 5px;
    margin-bottom: 10px !important;
    height: 140px;
}

.cover-product h4 {
    font-size: 17px;
    align-items: center;

/* DARK COLOR */
    color: #3F4E59;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding-top: 13px;
}

.cover-product:after {}

.cover-product:after {
    position: absolute;
    content: "";
    width: 72px;
    height: 51px;
    background: url('images/cat-after.png');
    top: 0;
    right: 0;
}

.cover-product:hover {
    background: #ef3332;
    transition: 0.5s;
}

.cover-product:hover h4 {
    color: #fff;
}

.cover-product:hover span {
    background: #fff;
    color: #f03332;
    transition: 0.5s;
}

.cover-product-list .owl-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    top: -150px;
    display: flex  !important;
}

.cover-product-list .owl-next {
    left: -138px;
    right: auto;
    top: 58px;
}

.cover-product-list .owl-prev {
    left: -81px;
    top: -9px;
}

.cover-product-list {
    margin-top: 50px;
}
section#header-sinlge {
    background: #F03434;
    border-radius: 0px 0px 100px 100px;
    position: relative;
    text-align: center;
    padding: 70px 0;
    padding-top: 9%;
}

img.single1 {
    position: absolute;
    top: 29%;
    left: 13%;
    display: none;
}

img.single2 {
    position: absolute;
    bottom: -41px;
    left: 22%;
}

img.single3 {
    position: absolute;
    bottom: 0;
    right: 14%;
}

img.single4 {
    position: absolute;
    right: 0;
    top: 0;
}

section#header-sinlge h1 {
    font-weight: 800;
    font-size: 35px;
    
/* identical to box height */
    color: #FFFFFF;
}

img.single2 {
    position: absolute;
}

section#header-sinlge h1 span {
    font-weight: 400;
}

section#header-sinlge p {
    font-weight: 325;
    font-size: 16px;
    color: #FFFFFF;
}

section#header-sinlge ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 100px;
    padding: 10px;
    width: 230px;
    margin: 0 auto;
    margin-top: 25px;
}

section#header-sinlge ul li a {
    font-size: 14px;
    line-height: 14px;

/* DARK COLOR */
    color: #3F4E59;
    font-weight: 500;
    padding: 0 4px;
}
img.bread {
    width: 22px;
    position: relative;
    top: -1px;
}

section#header-sinlge ul:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    border: 1px solid;
    border-image: linear-gradient(to right, #f03333,white ,#f03333 ) 30;
}

section#header-sinlge ul li {
    background: #fff;
    position: relative;
    z-index: 99;
}

section#header-sinlge ul:before {
    position: absolute;
    content: "";
    width: 230px;
    background: #fff;
    height: 31px;
    border-radius: 100px;
    z-index: 99;
}
.single-menu ul.menu li a {
    color: #fff;
}

.single-menu ul.menu li.active a:after {
    background: #fff;
}

.single-menu img.header-logo {
    filter: brightness(0) invert(1);
    width: 100px;
    margin-top: 10px;
}
img.single5 {
    position: absolute;
    top: 0;
    left: 0;
}
.about-page {
    margin-bottom: 0 !important;
    padding: 150px 0 !important;
}

.about-page img.about-after1 {
    width: 150px;
}

.about-new-img {
    position: relative;
}

.about-circle {
    position: absolute;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    text-align: center;
    line-height: 140px;
    top: 37%;
    left: -100px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /* background: #F03434; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: none;
}

.about-circle:after {
        /* position: absolute; */
        /* content: ""; */
        width: 90%;
        height: 90%;
        border: 1px dashed white;
        border-radius: 50%;
        left: 13px;
        top: 12px;
        animation: animation4 infinite 9s;
}
@keyframes animation4 {
  0%   {transform:  rotate(171deg)}
  50%   {transform:  rotate(50deg)}
  100%  {transform:  rotate(171deg)}
}
.belge-box {
    background: #FFFFFF;
/* DROP-SHADOW */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    height: 450px;
    overflow-y: scroll;
    margin-bottom: 30px;
}

.belge-title {
    display: flex;
    background: #F4F4F4;
    border-radius: 10px;
    padding: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.belge-title span {
    background: #f03333;
    padding: 5px 10px;
    border-radius: 50%;
}

.belge-title span img {
    width: 16px;
}

.belge-title p {
    font-size: 18px;
    text-align: center;

/* DARK COLOR */
    color: #3F4E59;
    font-weight: 600;
    margin-left: 20px;
}

.belge-content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.belge-content ul li {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.belge-content ul li img {border-radius: 10px;}

.belge-hover {
    position: absolute;
    z-index: 99;
    background: #f03333;
    padding: 14px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 55px;
    height: 55px;
    top: 37%;
    opacity: 0;
}

.belge-content ul li:hover .belge-hover {
    opacity: 1;
    transition: 0.5s;
}

.belge-content ul li:hover:after {
    transition: 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F03434 100%);
}

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-ripe-malinka::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);background: #f03332;};

border-radius: 0 !important; }

.thin::-webkit-scrollbar {
width: 6px; }

section#contact-page {
    padding: 70px 0;
}

section#contact-page iframe {
    border-radius: 15px;
}

.single-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 11px rgba(0, 0, 0, 0.03);
    border-radius: 15px;
    padding: 30px;
    margin-top: -50px;
    margin-left: 100px;
    position: relative;
    overflow: hidden;
}

.single-box h2 {
    font-weight: 800;
    padding-bottom: 16px;
}

.single-box p {
    font-size: 14px;
    line-height: 22px;
/* or 157% */
    color: #787878;
}

.single-box .quote {
    margin-bottom: 30px;
}

.about-box-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.about-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 11px rgb(0 0 0 / 3%);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    width: 47%;
    margin-top: 15px;
}

.about-box h1 {
    color: #3B69A1;
    font-weight: 900;
}

.about-box p {
    font-size: 14px;
    color: #656565;
    font-weight: 700;
}
.about-box:hover {
    background: #3c69a1;
    transition: 0.5s;
}

.about-box:hover h1 {
    color: #fff;
    transition: 0.5s;
}

.about-box:hover p {
    color: #fff;
    transition: 0.5s;
}
.about-page-right form {
    box-shadow: 0px 0px 27px 11px rgba(0, 0, 0, 0.03);
    border-radius: 15px;
    padding: 30px;
    margin-top: -50px;
    background: #3F4E59;
    position: relative;
}

.about-page-right form h2 {
    color: #fff;
    font-weight: 800;
    padding-bottom: 13px;
}

.about-page-right form input {
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    margin: 8px 0;
    height: 44px;
    padding: 18px;
    color: #fff;
    font-size: 13px;
    background: #35434E;
    border: 1px solid #2F3D47;
}

.about-page-right form input::placeholder {
    color: #fff;
    font-size: 13px;
}

.about-page-right form textarea {
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    margin: 8px 0;
    height: 44px;
    padding: 18px;
    color: #fff;
    font-size: 13px;
    height: 100px;
    background: #35434E;
    border: 1px solid #2F3D47;
}

.about-page-right form textarea::placeholder {
   color: #fff;
    font-size: 13px;
}

.about-page-right {
    margin-right: 90px;
}

.single-box ul li {
    line-height: 40px;
    font-weight: 700;
    width: 100%;
    float: left;
}

.single-box ul li span {font-weight: 400;margin-left: 10px;float: left;}
span.span-left {
    font-weight: 600 !important;
    width: 150px;
}
.single-box-buttons .btn {
    margin-top: 40px !important;
}

.single-box-buttons .btn svg {
    margin-right: 10px;
}

.about-page-right form .btn {
    background: #fff;
    COLOR: #3f4e59;
}

.about-page-right form .btn a svg {
    color: #f03334;
    margin-left: 10px;
    font-size: 21px;
    position: relative;
    top: 2px;
}

.about-page-right form .btn a {
    color: #3f4e59;
}
section#product-page {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.product-page-single {
    border-radius: 15px;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.product-page-single span {
    background: #f03334;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    padding: 5px 19px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
}

.product-bottom-single {
    padding: 15px;
    background: #fff;
    max-width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.product-bottom-single h2 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;

/* DARK COLOR */
    color: #3F4E59;
    margin: 0;
}

.product-bottom-single p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;

/* DARK COLOR */
    color: #3F4E59;
    padding-top: 5px;
}

.product-bottom-single:hover {
    background: #f03334;
    transition: 0.5s;
}

.product-bottom-single:hover h2 {
    color: #fff;
    transition: 0.5s;
}

.product-bottom-single:hover p {
    color: #fff;
    transition: 0.5s;
}

.product-bottom-single:hover:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 65px;
    background: url(images/p-after5.png);
    top: -10px;
    right: 0;
}
section#product-page img.about-after1 {
    width: 100px;
}

section#product-page img.about-after12 {
    right: -70px;
}
img.cx-after1 {
    position: absolute;
    top: -33px;
    right: -20px;
    display: none;
}

img.cx-after2 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

img.cx-after3 {
    position: absolute;
    right: -20px;
    bottom: -9px;
}

img.cx-after4 {
    position: absolute;
    top: 0;
    right: 0;
    transform: scaleX(-1);
    display: none;
}
.row.product-page-top-title {
    position: relative;
    background: #343a40;
/* DROP-SHADOW */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    margin-bottom: 50px;
    overflow: hidden;
}

img.p-box-after1 {
    position: absolute;
    right: -10px;
    top: -20px;
    width: 54px;
}

img.p-box-after2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
}

img.p-box-after3 {
    position: absolute;
    left: 0;
    top: 0;
}

.row.product-page-top-title h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
/* identical to box height */
    color: #FFFFFF;
    padding-bottom: 10px;
    margin: 0;
    padding-top: 10px;
}

.row.product-page-top-title h2 span {
    color: #f03334;
}

.row.product-page-top-title p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    padding-right: 50px;
}

.row.product-page-top-title p span {
    font-weight: 800;
}
.product-two img.about-after1 {
    top: 20%;
    width: 70px !important;
}

section#product-page .product {
    margin: 20px 0;
}

.urun-new-tab {
    border: 1px solid #E4E4E4 !important;
    border-radius: 5px;
    text-align: center;
    /* padding: 100px !important; */
}

img.urun-img {
    width: 100%;
    max-width: 100%;
}

.urun-new-tab li a {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    margin-right: 17px;
    text-align: center;
    padding: 20px;
}

img.urun-sm-img {
    width: 100%;
    border-radius: 10px;
}

.urun-new-tab {
    border: none;
    padding: 0;
    border-radius: 10px !important;
    overflow: hidden;
}


.urun-new-tab li {
    width: 33%;
}

.urun-new-tab li a.active {
    border-color: #f1bf75;
}
.urun-left-img .nav-tabs {
    width: 100%;
    max-width: 100%;
    background: none;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 20px;
}

.urun-left-img .nav-tabs li {
    width: 33.3%;
}

.urun-left-img .nav-tabs li a {
    border: 1px solid #E4E4E4 !important;
    border-radius: 10px !important;
    margin: 0px 10px !important;
    text-align: center !important;
    padding: 0 !important;
}

.urun-left-img .nav-tabs li:last-child a {
    /* margin-left: 17px; */
    /* margin-right: unset !important; */
}

.urun-left-img .nav-tabs li a.active {
    background: none !important;
    border-color: #f03334 !important;
    border: 1px solid #f03334 !important;
    border-radius: 10px !important;
}

.urun-left-img .nav-tabs li:hover a {
    border-radius: 5px !important;
    border: 1px solid #f03334 !important;
}
#f03334group.input-group-spinner {
    width: 150px;
}

.input-group-prepend {
}

.btn-outline-secondary {
    border-color: #f03334 !important;
}

.input-group.input-group-spinner input {
    border-color: #f03334;
    color: #f03334;
    font-weight: 600;
}

.input-group-prepend button:hover {
    background: #f03334 !important;
    transition: 0.5s;
    color: #fff;
    border-color: #f03334 !important;
}

.input-group-append button:hover {
    background: #f03334 !important;
    transition: 0.5s;
    color: #fff;
    border-color: #f03334 !important;
}

.product-detail-text {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 30px;
}

.product-detail-text h2 {
    font-size: 25px;
    line-height: 36px;
/* identical to box height */
    color: #333333;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.product-detail-text h4 {
    font-weight: 800;
    font-size: 17px;
    line-height: 20px;
    color: #929292;
}

.product-detail-text h4 span {
    padding-left: 20px;
    color: #f03334;
    font-weight: 450;
}

.product-detail-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 182.4%;
/* or 25px */
    color: #929292;
    padding-top: 10px;
}

.cart-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px;
}

.input-group.input-group-spinner {
    width: 151px;
    height: 47px;
}

.cart-flex .btn {
    margin: 0 !important;
}

.cart-flex .btn-red {
    margin-left: 15px !important;
    border-radius: 5px !important;
}

.cart-flex .btn-red svg {
    margin-right: 10px;
}

section#product-single-page {
    padding: 70px 0;
}
span.zoom {
    position: absolute;
    background: #f03334;
    padding: 18px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    top: 45%;
    /* display: none; */
}

.urun-new-tab:hover span.zoom {
    opacity: 1;
    transition: 0.5s;
}

.modal-content {
    border: none;
    padding: 100px;
}

.modal-dialog {
    max-width: 50%;
}
button.close {
    border-radius: 50%;
    position: absolute;
    z-index: 99999999999 !important;
    right: 20px;
    top: 20px;
    opacity: 1;
    border: 2px solid #F03434;
    padding: 7px 16px !important;
    color: #F03434;
}

.close {
    text-shadow: none;
    font-size: 30px;
    position: relative;
}
.product-teail-tabs .nav-link {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 100px;
    color: #ABA9A7;
    font-weight: 600;
    font-size: 14px;
    margin-right: 20px;
}

.product-teail-tabs .nav-link.active {
    color: #F03434;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
}

.product-teail-tabs {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 20px;
}

.table {
}

tr {
    border-radius: 20px;
}

.table .thead-dark th:first-child {
    border-radius: 10px 0 0 10px;
}

.table .thead-dark th {
    border: none;
    background: #f03334;
    font-size: 14px;
}

.table .thead-dark th:last-child {
    border-radius: 0 10px 10px 0;
}

tbody {
}

.table-striped tbody tr:nth-of-type(odd) {
    border-radius: 10px;
    border: none !important;
}

.table td:first-child {
    border-radius: 10px 0 0 10px;
    border: none;
}

.table td {
    font-weight: 500;
    font-size: 13px;
    line-height: 171.15%;
/* or 22px */


/* DARK COLOR */
    color: #3F4E59;
    border: none;
    margin-top: 10px !important;
    position: relative;
    top: 10px;
}

.table td:last-child {
    border-radius: 0 10px 10px 0 !important;
}

section#benzer-urunler {
    padding: 50px 0;
    overflow: hidden;
}

.row.benzer-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 40px;
}

.row.benzer-title h2 {
    margin: 0;
    font-size: 22px;
    color: #3F4E59;
}

.row.benzer-title h2 span {
    font-weight: 800;
    color: #f03334;
}

.row.benzer-title img {
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.carousel-indicators {
    bottom: auto;
    top: -78px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: auto;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background: #d4d4d4;
    border-radius: 50%;
}

.carousel-indicators li.active {
    border-radius: 100px;
    width: 50px;
    background: #f03334;
}

.carousel-inner {
    padding: 10px;
}
div#formModal .modal-dialog {
    max-width: 65%;
}

div#formModal .modal-content {
    padding: 0 !important;
    background: #F03434;
    border: 6px solid #FFFFFF;
    border-radius: 30px;
    overflow: hidden;
}

.modal-new-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.modal-left {
    width: 40%;
    background: #F03434;
    padding: 30px;
    height: 100%;
    min-height: 100%;
    position: relative;
}

img.modal-logo {
    filter: brightness(0) invert(1);
    margin: 0 auto;
    text-align: center;
    display: flex;
    margin-bottom: 50px;
}

.modal-left h2 {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
}

.modal-left h2 span {
    font-weight: 800;
}

.modal-left p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding-top: 20px;
}

.modal-right {
    width: 60%;
    background: #fff;
    padding: 50px;
    border-radius: 20px 0 0 20px;
}

.modal-right-top h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;

/* RED MAIN COLOR */
    color: #F03434;
}

.modal-right-top p {
    font-weight: 325;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;

/* COLOR BLUE2 */
    color: #023047;
}

.modal-right-top p span {
    color: #F03434;
    font-weight: 600;
}

.modal-right-top {
    padding-bottom: 60px;
}

.modal-form .input-grup {
    border-radius: 100px;
}

.modal-form .input-grup span {
    border: none;
}

.modal-form .input-grup input {
    background: none !important;
    padding-right: 20px !important;
    width: 70%;
}

input:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}

.modal-form .btn {
    border-radius: 100px !important;
    font-size: 19px;
}
.input-grup.modal-input1 {
    background: #DBD7D7;
    height: 55px;
    position: relative;
}

.input-grup.modal-input1 input::placeholder {font-weight: 600;}

.modal-form .input-grup span {
}

.input-grup.modal-input1 span {
    /* background: red; */
    /* border-radius: 20px; */
    /* color: #fff; */
    /* font-size: 12px; */
    /* position: absolute; */
    /* right: 16px; */
    /* padding: 7px 15px; */
    /* font-weight: 600; */
    /* top: 10px; */
}

.modal-left:After {
    position: absolute;
    content: "";
    width: 200px;
    height: 60px;
    background: #d52e2d;
    right: 0;
    border-radius: 50px 0 0 50px;
     bottom: -50px;
}
.modal-left:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 60px;
    background: #d52e2d;
    right: 0;
    border-radius: 50px 0 0 50px;
    bottom: -130px;
}
ul.menu li a:hover {color: #f03332;transition: 0.5s;}

button#dropdownMenuButton:hover {
    transition: 0.5s;
}

button.btn.btn-search:hover {
    transition: 0.5s;
}

button.btn.btn-search:hover img {
    transition: 0.5s;
}

li.menu-btn:hover {
    transition: 0.5s;
}

li.menu-btn:hover a {
    transition: 0.5s !important;
}

li.menu-btn:hover a img {
    transition: 0.5s;
}

button.btn.btn-cover:hover {
    background: #f03332;
    transition: 0.5s;
    color: #fff;
}

button.btn.btn-cover:hover img {
    filter: brightness(0) invert(1);
    transition: 0.5s;
}

button.btn.btn-red:hover {
    background: #3f4e59;
    transition: 0.5s;
}

button.btn.btn-dark:hover {
    background: #F03434;
    transition: 0.5s;
}

button.btn.btn-submit-button:hover {
    background: #3f4e59;
    transition: 0.5s;
}

section#footer-top .btn:hover {
    background: #3f4e59 !important;
    transition: 0.5s;
}

section#footer-top .btn:hover a {
    color: #fff;
    transition: 0.5s;
}

section#footer-top .btn:hover img {
    filter: brightness(0) invert(1);
    transition: 0.5s;
}

ul.footer-ul li a:hover {
    color: #f03433;
    transition: 0.5s;
}
.single-menu ul.menu li a:hover {
}

li.menu-btn li a:hover:after {
    display: none;
}

.menu-btn a:hover:after {}

li.menu-btn a:hover:after {
    display: none;
}

img.ab-new {
    width: 100%;
    padding-right: 100px;
}
.about-page-right form .btn:hover {
    background: #F03434;
    transition: 0.5s;
}

.about-page-right form .btn:hover a {
    color: #fff !important;
    transition: 0.5s;
}

.about-page-right form .btn:hover a svg {
    color: #fff !important;
    transition: 0.5s;
}
.table {display: inline-table;}
button.close span {
    position: relative;
    top: 2px;
}
.belge-content ul a {
    margin: 10px;
}
.mobile-menu {
    padding: 20px 0;
    background: white;
}
.mobile-menu {
    display: none;
}
 .overlay-content input {
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    max-width: 90% !important;
    width: 90%;
    color: #fff;
}

.overlay-content input .btn {}

.overlay-content .btn {
    border-radius: 5px !important;
    font-weight: 600;
    width: 90%;
    margin-top: 20px;
    max-width: 90%;
    margin-right: 0 !important;
}
@media only screen and (max-width:  768px) {
   
    .mobile-menu {
    display: block;
}
    .col-12.flex-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}



.mobile-menu span {
    padding: 10px 17px;
    border: 1px solid #f03334;
    border-radius: 50%;
    color: #f03334;
    padding-top: 12px;
    margin-right: 7px;
}
    .table {display: block;}
    section#cover-area {}

section#menu-area {
    display: none;
}

.about-ul-area ul li:nth-child(1) {
    /* top: auto; */
}

.about-ul-area ul li {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 30px;
}

.about-ul-area ul li:nth-child(3) {
    top: auto;
}

img.about-after1 {
    width: 150px;
}

section#about-area {
    padding: 50px 0;
    margin-bottom: 0;
}

img.box-after2 {
    display: none;
}

.about-text-area {
    text-align: center;
}

img.box-after {
    display: none;
}

.about-text-area p {
    padding: 0;
}

img.about-after12 {
    display: none;
}

section#product-area {
    padding: 70px 0;
}

img.p-after1 {
    display: none;
}

.products-counter ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.products-counter ul li {
    border: none;
    padding: 26px 0;
    text-align: center;
}

img.c-after2 {
    width: 150px;
}

ul#myTab {
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
}

.row.product-list {
    padding-top: 0;
}
.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-nav {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    top: -400px;
    bottom: auto;
}

.nav-tabs li a {
    width: 100%;
    border-radius: 10px !important;
}

.nav-tabs .nav-item {
    width: 100%;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border-radius: 10px !important;}

.bulten-box {
    margin-top: 0;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.bulten-box-left {
    width: 100%;
    height: 350px;
}

.bulten-box-right {
    width: 100%;
}

.bulten-text h2 {
    font-size: 23px;
    text-align: center;
}

.bulten-text h2 span {
    font-size: 22px;
}

.input-grup span {
    display: none;
}

.input-grup input {padding-left: 10px;}

.input-grup {
    padding: 12px;
}

.bulten-form {
    padding-top: 15px;
}

.row.site-title h1 {
    font-size: 29px;
}
.col-12.cat-slider {
    padding-top: 20px;
}

.col-12.cat-slider .owl-nav {top: 20px;}

section#footer-top h3 {
    text-align: center;
}

section#footer-top .text-right {
    text-align: center !important;
}a

section#footer-top .btn {
    margin-top: 20px;
}

ul.footer-ul {
    text-align: center;
    margin-bottom: 20px;
}

ul.footer-ul h4 {
    margin: 0;
    padding-bottom: 10px;
}

.footer-ul-two {
    display: block;
}

ul.footer-ul.ultwo {
    padding-top: 0;
    margin-top: -15px;
}

.footer-contact-div {
    text-align: center;
}

ul.footer-contact-area {
    text-align: center;
}

.footer-contact-div h3 {
    display: block;
}

ul.footer-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.row.foter-area-bottom {
    text-align: center;
}

p.footer-copyright {
    padding-top: 20px;
    text-align: center;
}

img.p-top {
    display: none;
}

img.p-bottom {
    display: none;
}
img.single4 {
    width: 100px;
}

img.single5 {
    width: 184px;
}

section#header-sinlge h1 {
    font-size: 22px;
}

section#header-sinlge p {
    font-size: 11px;
}

img.single1 {
    width: 20px;
}


img.single3 {
    display: none;
}

img.single2 {display: none;}

section#header-sinlge {
    padding: 46px 0;
    border-radius: 0 0 40px 40px;
}

.about-page {
    padding: 50px 0 !important;
}

.about-page img.about-after1 {
    width: 70px;
    top: 50px;
}

.about-circle {display: none;}

.about-page .about-text-area {
    padding-top: 25px;
}

.about-text-area h1 span {
}

.about-page .about-text-area p {
    font-size: 13px;
    line-height: 26px;
}

.about-page button.btn.btn-red {
    margin-top: 20px !important;
}

.belge-title p {
    font-size: 15px;
}

.belge-content ul li {
    width: 100%;
}

.belge-content ul li img {
    width: 100%;
}
section#contact-page {
    padding: 50px 0;
}

section#contact-page iframe {
    height: 300px;
}

.single-box {
    margin: 0;
    margin-top: 15px;
}

.single-box ul li span {line-height: 29px;margin-left: 0;}

span.span-left {}

.single-box h2 {
    margin: 0;
}

.about-page-right {
    margin: 0;
}

.about-page-right form {
    margin-top: 25px;
}

img.cx-after3 {
    width: 150px;
}
section#footer-top .btn {
    margin-top: 15px;
}
section#product-page {
    padding: 50px 0;
}

.row.product-page-top-title {
    display: block;
    text-align: center;
    padding: 20px;
}

.row.product-page-top-title h2 {
    font-size: 37px;
    padding-top: 40px;
}

.row.product-page-top-title p {
    padding-right: 0;
    padding-top: 20px;
}
.urun-new-tab {
    padding: 50px 20px !important;
}

img.urun-img {
    width: 200px;
}

.urun-left-img .nav-tabs li {width: 30%;margin: 0 10px;}

.urun-left-img .nav-tabs {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

.urun-left-img .nav-tabs li a {padding: 20px !important;}

img.urun-sm-img {
    width: 45px;
}

span.zoom {
    opacity: 1;
    width: 60px;
    height: 60px;
}

.product-detail-text {
    margin-top: 23px;
}

.product-detail-text h2 {
    font-size: 22px;
    text-align: center;
}

.cart-flex {
    display: flex;
    flex-direction: column;
}

.cart-flex .btn-red {
    width: 100%;
    margin: 0 !important;
    margin-top: 20px !important;
}

.input-group.input-group-spinner {
    width: 100%;
}

.product-teail-tabs ul {display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;}

.product-teail-tabs .nav-link {
    font-size: 12px;
}

section#benzer-urunler .product {
    margin-bottom: 20px;
}

.carousel-inner {
    padding: 0;
}
img.mobil-logo {
    width: 80px;
}

.mobile-menu span svg {font-size: 13px;}

button#dropdownMenuButton {
    padding: 11px 16px;
    background: #f03334;
    border-radius: 100px;
    color: #fff;
    padding-top: 12px;
}
.flex-mob {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.mobile-menu .container {
    max-width: 98% !important;
}
.dropdown-menu.show {
    box-shadow: 0px 0px 5px 2px #0000003d;
    right: 0px !important;
    left: -20px !important;
    margin: 0 !important;
    margin-top: 10px !important;
}
}
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 999999 !important; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
div#phpModal button.close span {
    color: #fff;
}
.about-page-right form .btn svg {margin-left: 10px;color: #f03434;font-size: 20px;position: relative;top: 2px;}

.about-page-right form .btn:hover {
    color: #fff;
    transition: 0.5s;
}
.about-circle img {
    width: 120px;
}
span.spn-bottom {
    font-weight: 800;
    font-size: 60px;
    line-height: 65px;
    display: flex;
    align-items: center;

/* DARK COLOR */
    color: #3F4E59;
}

span.red-h2 {
    color: #f03332;
    padding-left: 15px;
}

.carousel-cover .carousel-inner {
    padding: 0 !important;
}
.cover-product h4 a {
    color: #3F4E59 !important;
}
@media only screen and (max-width:  768px) {
    .cover-product-list {
    display: none;
}

.cover-right {
    /* display: none; */
    width: auto;
    position: relative;
    background-position: center;
    bottom: 289px;
    opacity: 0.5;
    height: auto!important;
    z-index: -1;
}

img.cover-after1 {
    display: none;
}

.cover-text-area {
    padding-top: 20px;
    text-align: center;
}

.cover-area .carousel-control-next, .carousel-control-prev {
    position: absolute;
    left: 0px;
    bottom: 213px!important;
    background: #f03434;
    width: 60px;
}

.carousel-control-next {
    position: absolute;
    left: 71px!important;
    bottom: 213px!important;
    background: #f03434;
    width: 60px;
}

.cover-text-area h2 {
    font-size: 23px;
}

span.spn-bottom {
    display: block;
    font-size: 29px;
    padding-left: 0;
    line-height: 28px;
}

span.red-h2 {
    padding-left: 2px;
}

button.btn.btn-cover {
    margin-bottom: 34px;
}

img.cover-after2 {
    width: 50px;
    top: 19px;
}

.cover-text-area p {
    font-size: 12px;
    line-height: 23px;
    padding-top: 10px;
}
.mobile-menu.index {
    background: #3f4e59;
    padding: 20px 0;
    border-radius: 0 0 20px 20px;
}

.mobile-menu.index img.mobil-logo {
    filter: brightness(0) invert(1);
    width: 90px;
}
.modal-left {
    display: none;
}

.modal-right {
    width: 100% !important;
}

div#formModal .modal-dialog {
    max-width: 100%;
}

.modal-right-top h1 {
    font-size: 24px;
    margin: 0;
}

.modal-right-top {
    padding-bottom: 30px;
}
}
a:hover {
    text-decoration: none !important;
    color: unset;
}
.footer-contact-div p a {
    color: #000000;
}
div#adet-area {
    background: red;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: 16px;
    padding: 7px 15px;
    font-weight: 600;
    top: 10px;
}

div#adet-area span {
    padding: 0;
    padding-right: 10px;
}
.product-teail-tabs .tab-pane p {
    color: #929292;
    font-size: 15px;
    line-height: 28px;
}
.benzer-slider .owl-nav.disabled {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    top: -811px;
    bottom: auto !important;
}

.benzer-slider .owl-nav.disabled .owl-prev {
    left: auto !important;
}

.benzer-slider .owl-nav.disabled .owl-next {
    right: auto !important;
}
div#imgmodal-1 .modal-content {
    padding: 0 !important;
    border-radius: 15px;
    overflow: hidden;
}

div#imgmodal-1 .modal-dialog {
    max-width: 40% !important;
}

div#imgmodal-2 .modal-content {
    padding: 0 !important;
    border-radius: 15px;
    overflow: hidden;
}

div#imgmodal-2 .modal-dialog {
    max-width: 40% !important;
}

div#imgmodal-3 .modal-content {
    padding: 0 !important;
    border-radius: 15px;
    overflow: hidden;
}

div#imgmodal-3 .modal-dialog {
    max-width: 40% !important;
}
@media only screen and (max-width:  768px) {

span.zoom img {
    width: 27px;
    position: relative;
    top: -2px;
}
div#imgmodal-1 .modal-dialog {
    max-width: 90% !important;
    margin-left: 20px;
    margin-top: 20px;
}
div#imgmodal-2 .modal-dialog {
    max-width: 90% !important;
    margin-left: 20px;
    margin-top: 20px;
}
div#imgmodal-3 .modal-dialog {
    max-width: 90% !important;
    margin-left: 20px;
    margin-top: 20px;
}
.benzer-slider .owl-nav.disabled {
    top: -814px;
}
}
.about-text-area h1 p {
    color: #3F4E59;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
}
.product-two .product-img img {
    height: 450px !important;
    object-fit: cover;
}

.product-two .product {
    height: 800px !important;
}
div#thumb .owl-nav div {
    line-height: 0;
    height: 50px;
    width: 50px;
    padding: 15px 17px;
}

div#thumb .owl-nav div svg {
    font-weight: 700;
    width: 20px !important;
    height: 20px;
}

div#thumb .owl-prev {margin: 0 !important;right: auto;}

div#thumb .owl-nav {
    top: -126px;
}
section#product-single-page .container {
    max-width: 75% !important;
}

div#slider  .owl-item img {
    width: 100%;
    margin: 0 auto;
}


div#thumb .item img {
    width: 100%;
    margin: 0 auto;
}
section#benzer-urunler .container {
    max-width: 75% !important;
}

section#product-detail-area .container {
    max-width: 75% !important;
}
section#benzer-urunler .product {height: 770px !important;}
.row.benzer-slider .product-img img {
    height: 400px !important;

}
.zoommodalclas .modal-content {
    padding: 0 !important;
    border-radius: 10px;
    overflow: hidden;
}

.zoommodalclas .modal-content img {height: 650px;}

.zoommodalclas .modal-dialog {
    max-width: 40% !important;
}
@media only screen and (max-width:  768px) {
    div#phpModal .modal-dialog {
    width: 80%;
    max-width: 80%;
    margin: 40px auto;
}
.product-two .product-img img {
    height: 250px !important;
}

.show .modal-dialog {
	max-width: 100% !important;
	/* css 1 */
}

.show .modal-dialog .modal-content {
	max-height: 450px;
    display: block;
	width: 390px;
    height: 390px;
	/* css 2 */
}

.zoommodalclas .modal-content img {
    height: 450px;		
}

.product-two .product {
    height: auto !important;
}
div#thumb .item {
    height: auto !important;
}

.row.benzer-slider .product-img img {
    height: 250px !important;
}

section#benzer-urunler .product {
    height: auto !important;
}
img.ab-new {
    padding: 0;
}
img.example-image {
    width: 100%;
}
section#product-single-page .container {
    max-width: 95% !important;
}

section#product-detail-area .container {
    max-width: 95% !important;
}

section#product-single-page {
    padding: 30px 0;
}
section#benzer-urunler .container {
    max-width: 95% !important;
}
}
img.header-logo {
    width: 140px;
    position: absolute;
    left: 0;
    top: -30px;
    top:  0px !important;
    left: 40px !important;
}
.row.products-counter-area {
    display: none;
}

img.img-new-content {
    max-width: 100%;
}

section#product-page .col-lg-3.col-md-3.col-12 {
    margin-bottom: 30px;
}