/* bootstrap container change */
@media (min-width: 1200px){
    .container {
        max-width: 1400px;
    }
}

/* styles */
body {
    font-family: 'Rubik', sans-serif;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
    font-size: 22px;
    text-transform: uppercase;
}
h2 {
}
h3 {
}
h4 {
}
.underlined {
    text-align: center;
    margin: 10px 0 40px;
    font-size: 30px;
    position: relative;
}
.underlined:after {
    content: "";
    display: block;
    width: 100px;
    border-bottom: 2px solid;
    margin: 15px auto 0;
}
.header {
    margin-bottom: 30px;
}
.header h1 {
    margin-bottom: 15px;
}
.header p {
    color: #777;
}
a,
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}
.button {
    display: inline-block;
    background-color: #01377b;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 30px 10px;
    border: 0;
    transition: all .2s ease-in-out;
    border-radius: 2px;
}
.button:hover {
    color: #fff;
    background-color: #08438e;
}
.button:hover,
.button:active,
.button:focus {
    color: #fff;
}
.button.hollow {
    background-color: transparent;
    border: 1px solid #fff;
}
/* renk */
.clr-gray {
    color: #999999;
}

/* navbar */
.navbar-brand {
    width: 240px;
    height: 85px;
}
.navbar-brand > div {
    height: 100%;
    background-size: inherit;
    background-position: 50%;
}
.navbar {
    padding: 30px 0;
}
.navbar-nav .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 40px;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
}

/* toolbar */
.toolbar {
    background-color: #f3f3f3;
    height: 66px;
    position: relative;
}
.toolbar .all-products-selector {
    height: 68px;
    color: #fff;
    position: relative;
}
.toolbar .all-products-selector > a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 23px 33px 21px;
    display: inline-block;
    width: 100%;
    background-color: #01377b;
    transition: all .2s ease-in-out;
    max-height: 68px;
}
.toolbar .all-products-selector > a:hover {
    background-color: #08438e;
}
.toolbar .all-products-selector a i {
    margin-right: 20px;
}
.toolbar .search-area {
    margin: 9px 0 0;
    margin-left: -15px;
    /* margin-right: -15px; */
}
.toolbar .search-area input,
.toolbar .search-area select {
    height: 48px;
    width: 100%;
    border: 0;
    border-radius: 2px;
    padding: 15px;
    outline: transparent;
}
.toolbar .search-area input {
    height: 48px;
}
.toolbar .search-area .row > div:last-child {
    padding-left: 0;
}
.toolbar .search-area input::placeholder,
.toolbar .search-area select {
    font-size: 15px;
    color: #bbb;
}
.toolbar .search-area select {
    width: 80%;
    float: left;
    background-color: #fff;
}
.toolbar .search-area select+button {
    background-color: #01377b;
    color: #fff;
    border: 0;
    width: 20%;
    height: 100%;
    float: left;
}
.toolbar .all-products-selector .all-products-menu {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    /* border: 1px solid #eee; */
    /* border-top: 0; */
    box-shadow: 0 5px 10px -2px #666;
}
.toolbar .all-products-selector #allProductsButton.active+.all-products-menu {
    display: block;
}
.toolbar .all-products-selector .all-products-menu ul {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}
.toolbar .all-products-selector .all-products-menu li {
}
.toolbar .all-products-selector .all-products-menu li a {
    color: #000;
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    padding: 16px 0 16px 14px;
}
.toolbar .all-products-selector .all-products-menu li:last-child a {
    border-bottom: 0;
}
.toolbar .all-products-selector .all-products-menu li a:hover {
    background-color: #f5f5f5;
}
.toolbar .all-products-selector .all-products-menu li a img {
    width: 25px;
    margin-right: 5px;
}
/* carousel */
.carousel-area .carousel-left {
    max-width: 890px;
    width: 62%;
}
.carousel-area .carousel-right {
    max-width: 530px;
    width: 39%;
}
.carousel-area .carousel-left,
.carousel-area .carousel-right {
    padding: 0 15px;
}
.carousel-control-next, .carousel-control-prev {
    bottom: 24px;
    top: auto;
    left: auto;
    width: auto;
    opacity: 0.95;
}
.carousel-control-next {
    right: 30px;
}
.carousel-control-prev {
    right: 60px;
}
#bCarousel {
    height: 630px;
    background-image: url(../images/slaytlar/doruk-ambalaj-carousel-bg.jpg);
    background-size: 1170px;
    background-position: 50% 10%;
    background-repeat: no-repeat;
}
#bCarousel .fill-bg {
    /* height: 100%; */
    height: 500px;
    width: 400px;
    float: right;
    margin-top: 70px;
    margin-right: 50px;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: 50%;
}
#bCarousel .carousel-item,
#bCarousel .carousel-inner {
    height: 100%;
}
#bCarousel:before {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 38, 105, 0.9);
    width: 100%;
    height: 100%;
}
#bCarousel .slide-text {
    color: #fff;
    padding: 70px;
}
#bCarousel .slide-text span {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
}
#bCarousel .slide-text h1 {
    font-size: 32px;
    margin-bottom: 20px;
}
#bCarousel .slide-text p {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}
#bCarousel .slide-text .button {
    margin-top: 80px;
}
/* featured*/
.featured-boxes .featured-box {
    background-color: #f6f6f6;
    margin-bottom: 30px;
    height: 300px;
    padding: 15px;
    position: relative;
}
.carousel-area {
    margin: 30px 0;
}
.featured-boxes .featured-box-inner {
    border: 1px solid #e5e5e5;
    height: 100%;
    padding: 26px;
}
.featured-boxes .featured-box-inner > div {
    flex-direction: row-reverse;
    align-items: center;
}
.featured-boxes .featured-box-inner h1 {
    font-size: 28px;
    margin-bottom: 14px;
    font-weight: 600;
    color: #01377b;
}
.featured-boxes .featured-box-inner h1 span {
    display: block;
}
.featured-boxes .featured-box-inner h1 span:first-child {
    font-weight: 400;
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
}
.featured-boxes .featured-box-inner p {
    font-size: 17px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 20px;
}
.featured-boxes .featured-box-inner .featured-img {
    width: 160px;
    height: 220px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    float: right;
}
/* seperator */
.seperator {
    padding: 20px 0 50px;
}
.seperator ul li {
    font-size: 14px;
    color: #999;
    margin: 0;
}
.seperator ul li:first-child {
    color: #000;
}
.seperator ul li:after {
    content: "\f105";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin: 0 0 0 10px;
    color: #999;
}
.seperator ul li:last-child:after {
    display: none;
}

/* content groups */
.all-groups {
    margin-bottom: 100px;
}
.all-groups .single-group {
    border: 2px solid #f3f3f3;
    margin-bottom: 30px;
}
.all-groups .single-group .single-group-image {
    height: 250px;
    background-size: 210px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.all-groups .single-group .single-group-title {
    font-weight: 500;
    font-size: 17px;
    padding: 10px 15px 10px 20px;
    margin-bottom: 30px;
    letter-spacing: -0.4px;
}
.all-groups .single-group .single-group-texts {
    background-color: #f0f0f0;
    padding: 40px 20px 20px;
    position: relative;
    min-height: 110px;
}
.all-groups .single-group .single-group-texts p {
    margin: 0;
    color: #888;
}
.all-groups .single-group .single-group-texts a {
    position: absolute;
    top: -20px;
    right: 20px;
}

/* urunlerimiz urunler urun-detay */
.prod-single-page {
    margin-bottom: 50px;
}
.prod-single-page .row.informations{
    flex-direction: row-reverse;
}
.prod-single-page .prod-single-details h1 {
    text-align: left;
}
.prod-single-page .prod-single-details h1:after {
    margin: 15px 0;
}
.prod-single-page .prod-single-details p {
    font-size: 15px;
    color: #777;
}
.prod-single-page .prod-single-details .prod-single-technical {
    margin-top: 30px;
}
.prod-single-page .prod-single-details .prod-single-technical ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prod-single-page .prod-single-details .prod-single-technical ul li {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 15px;
    color: #666;
}
.prod-single-page .prod-single-details .prod-single-technical ul li strong {
    display: inline-block;
    min-width: 40%;
    color: #222;
    font-weight: 500;
}
.prod-single-page .prod-single-image > div {
    width: 500px;
    height: 500px;
    border: 2px solid #f5f5f5;
    background-origin: content-box;
    padding: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    float: right;
    border-radius: 2px;
}
.prod-single-page .prod-single-detailed-info {
    background-color: #fbfbfb;
    padding: 30px;
    margin: 50px 0;
}
.prod-single-page .prod-single-detailed-info h2 {
    font-size: 16px;
    margin-bottom: 30px;
}
.prod-single-page .prod-single-detailed-info > div ul {
    line-height: 2.9;
    list-style-type: square;
}
.prod-single-page .prod-single-detailed-info > div {
    font-size: 14px;
    color: #666;
    line-height: 2;
    column-count: 3;
}
.prod-single-page .prod-single-recommended .all-groups {
    margin-top: 35px;
}
.prod-single-page .prod-single-recommended {
    margin: 50px 0;
}

/* content */
/* hakkimzida */
.hakkimizda-content{
    margin-bottom: 100px;
}
.hakkimizda-content img{
    margin-bottom: 30px;
}
.hakkimizda-content .hakkimizda-text{
    padding: 0 15%;
}
.hakkimizda-content .hakkimizda-text p{
    font-size: 16px;
    color: #999;
    line-height: 1.7;
    text-align: center;
}
.hakkimizda-content .hakkimizda-text p:first-child {
    color: #676666;
    font-size: 22px;
    font-style: italic;
    padding-bottom: 20px;
}

/* contact iletisim */
.contact-page {
    padding-top: 20px;
}
.contact-infos {
    background-color: #fdfdfd;
    border-radius: 2px;
    padding: 50px;
    background-image: url(../images/iletisim/doruk-ambalaj-iletisim-dunya-bg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.contact-infos .contact-info-box {
    min-height: 140px;
    margin-bottom: 100px;
}
.contact-infos .contact-info-box h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.contact-infos .contact-info-box h2 i {
    margin-right: 10px;
}
.contact-infos .contact-info-box h2:after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 1px solid;
    margin-top: 14px;
}
.contact-infos .contact-info-box p {
    font-size: 14px;
    color: #777;
    line-height: 2;
    margin-bottom: 0;
}
.contact-infos .contact-info-box.contact-info-box-address p span {
    display: block;
    font-weight: 500;
    color: #000;
}
.contact-infos .contact-info-box.contact-info-box-phone p span:first-child {
    display: inline-block;
    min-width: 50px;
}
.contact-infos .contact-info-box.contact-info-box-phone p a {
    display: inline-block;
    padding-left: 54px;
}
.contact-infos .contact-info-box.contact-info-box-phone p a:first-child {
    padding: 0;
}
.contact-infos .contact-info-box.contact-info-box-email {
    margin-bottom: 0;
}
.contact-form {
    border: 1px solid #eee;
    padding: 30px;
}
.contact-form .contact-form-text h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.contact-form .contact-form-text p {
    font-size: 14px;
    line-height: 2;
    color: #888;
}
.contact-form .contact-form-text {
    margin-bottom: 30px;
}
.contact-form .bm-form .form-elem {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.contact-form .bm-form {
    overflow: hidden;
}
.contact-form .bm-form .form-elem input,
.contact-form .bm-form .form-elem textarea {
    border: 1px solid #eee;
    width: 100%;
    padding: 10px 15px;
}
.contact-form .bm-form .form-elem input::placeholder,
.contact-form .bm-form .form-elem textarea::placeholder {
    font-size: 14px;
    color: #aaa;
}
.contact-form .bm-form .form-elem:nth-child(3) {
    width: 100%;
}
.contact-form .bm-form .form-elem:nth-child(3) textarea {
    width: 100%;
    min-height: 150px;
}
.contact-form .bm-form .form-elem:nth-child(1) input {
    width: 94%;
}
.contact-form .bm-form .form-elem button {
    float: right;
}
.contact-form .bm-form .form-elem:nth-child(4) {
    width: 100%;
    margin-bottom: 0;
}
.contact-map {
    height: 325px;
    margin: 50px 0 100px;
}
.grecaptcha-badge{
    display: none !important;
}

/* footer */
.footer {
    background-color: #141414;
    color: rgba(255, 255, 255, 0.6);
}
.footer .footer-content {
    padding: 60px 0 0;
    font-size: 15px;
}
.footer .footer-content .footer-info img {
    margin-bottom: 30px;
}
.footer .footer-content h1 {
    text-transform: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.footer .footer-content h1:after {
    content: "";
    display: block;
    border-bottom: 1px solid #18447b;
    width: 50px;
    position: absolute;
    bottom: -12px;
}
.footer .footer-content .footer-menu ul li {
    display: block;
    padding: 4px 0;
}
.footer .footer-content .footer-info p {
    line-height: 1.9;
}
.footer .footer-content .footer-contact-box {
    background-color: #01377b;
    position: absolute;
    top: -100px;
    height: 300px;
    padding: 40px;
}
.footer .footer-contact-phone i {
    font-size: 28px;
    color: #01377b;
    background-color: #fff;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    text-align: center;
    padding-top: 21px;
    border: 5px solid #35629a;
    float: left;
    margin-right: 25px;
}
.footer .footer-contact-phone p {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: -0.5px;
}
.footer .footer-contact-phone p a {
    display: block;
    font-size: 38px;
    font-weight: 500;
    color: #fff;
}
.footer .footer-contact-phone {
    min-height: 100px;
}
.footer .footer-contact-phone p a span {
    font-weight: 400;
    font-size: 24px;
    margin-right: 10px;
}
.footer .footer-contact-list {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}
.footer .footer-contact-list ul li {
    margin-bottom: 15px;
}
.footer .footer-contact-list ul li i {
    display: block;
    float: left;
    height: 45px;
    width: 30px;
    line-height: 1.5;
    color: #fff;
}
.footer .footer-copyright {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    padding: 25px 0;
}
.footer .footer-copyright .row > div:last-child {
    text-align: right;
}
.footer .footer-copyright p {
    margin: 0;
}
.footer .footer-copyright a i {
    color: #1b4a86;
}


@media (max-width: 1366px){
    .carousel-area .carousel-left {
        width: 61%;
    }
    .carousel-area .carousel-right {
        width: 38%;
    }
    .all-groups .single-group .single-group-title {
        font-size: 16px;
    }
    .footer .footer-contact {
        position: relative;
        width: 100%;
    }
}

@media (max-width: 1024px){
    .toolbar .all-products-selector > a {
        padding: 25px 15px;
        font-size: 14px;
    }
    #bCarousel .fill-bg {
        margin: 0;
        width: 240px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        background-origin: content-box;
        padding: 30px;
        height: 430px;
    }
    #bCarousel .slide-text {
        padding: 40px;
    }
    #bCarousel .slide-text h1 {
        font-size: 26px;
    }
    #bCarousel .slide-text span {
        margin-bottom: 20px;
    }
    #bCarousel .slide-text p {
        font-size: 16px;
    }
    #bCarousel .slide-text .button {
        margin-top: 40px;
    }
    #bCarousel {
        height: 460px;
    }
    .featured-boxes .featured-box {
        height: 215px;
        padding: 10px;
    }
    .featured-boxes .featured-box-inner p {
        /* display: none; */
        font-size: 13px;
    }
    .featured-boxes .featured-box-inner h1 {
        font-size: 20px;
    }
    .featured-boxes .featured-box-inner h1 span:first-child {
        font-size: 14px;
    }
    .featured-boxes .featured-box-inner {
        padding: 20px;
    }
    .featured-boxes .featured-box-inner .featured-img {
        width: 100px;
        height: 170px;
    }
    .featured-boxes .featured-box-inner .button {
        font-size: 12px;
    }
    .all-groups .single-group .single-group-title {
        font-size: 15px;
        letter-spacing: -0.5px;
    }
    .all-groups .single-group .single-group-texts {
        font-size: 14px;
    }
    .footer .footer-contact-phone p a {
        font-size: 26px;
    }
    .footer .footer-content .footer-info img {
        width: 100%;
    }
    .hakkimizda-content .hakkimizda-text {
        padding: 0;
    }
    .prod-single-page .prod-single-image > div {
        width: 100%;
        height: 450px;
    }
}

@media (max-width: 768px){
    .navbar-brand > div {
        background-size: 300px;
    }
    .toolbar .all-products-selector .all-products-menu li a {
        font-size: 14px;
    }
    .toolbar .all-products-selector .all-products-menu li a img {
        display: none;
    }
    #bCarousel .fill-bg {
        float: none;
        width: 310px;
        margin: auto;
        height: 300px;
    }
    #bCarousel {
        height: 650px;
    }
    #bCarousel .slide-text {
        padding: 0 40px;
    }
    .featured-boxes .featured-box {
        height: 310px;
    }
    .featured-boxes .featured-box-inner .featured-img {
        height: 90px;
        width: 100%;
        margin-bottom: 10px;
    }
    .featured-boxes .featured-box-inner h1 {
        margin-bottom: 5px;
    }
    .featured-boxes .featured-box-inner {
        text-align: center;
        padding: 15px;
    }
    .footer .footer-content .footer-contact-box {
        position: relative;
        top: auto;
        padding: 25px;
        height: auto;
    }
    .footer .footer-contact-phone i {
        margin-right: 15px;
    }
    .footer .footer-content .footer-info img {
        width: auto;
    }
    .prod-single-page .prod-single-details .prod-single-technical ul li strong {
        display: block;
        margin-bottom: 5px;
    }
    .prod-single-page .prod-single-details .prod-single-technical ul li {
        padding: 10px 0;
    }
    .prod-single-page .prod-single-image > div {
        height: 330px;
    }
    .contact-infos {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px){
    .navbar {
        padding: 5px 0;
    }
    .navbar-toggler {
        margin-right: 10px;
    }
    .navbar-toggler-icon:before {
        content: "\f0c9";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        color: #00377b;
    }
    .navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        margin-left: 0;
        display: block;
        padding: 10px 20px;
        border-top: 1px solid #eee;
    }
    .toolbar {
        height: auto;
        padding: 10px 0;
    }
    .toolbar .all-products-selector > a {
        padding: 14px;
    }
    .toolbar .all-products-selector {
        height: auto;
        margin-bottom: 5px;
    }
    .toolbar .search-area {
        margin: 0;
    }
    .toolbar .search-area .row > div:last-child {
        padding-left: 15px;
        /* margin-bottom: 5px; */
    }
    .toolbar {
    }
    .toolbar .search-area input {
        margin-bottom: 5px;
    }
    .toolbar .search-area select {
    }
    .toolbar .search-area input, .toolbar .search-area select {
        height: auto;
        padding: 8px 10px;
    }
    .toolbar .search-area input::placeholder, .toolbar .search-area select {
        font-size: 13px;
        color: #ccc;
    }
    .toolbar .search-area select+button {
        border-radius: 3px;
        font-size: 13px;
    }
    .carousel-area .carousel-left {
        width: 100%;
        margin-bottom: 15px;
    }
    #bCarousel {
        height: 700px;
    }
    .carousel-area .carousel-right {
        width: 100%;
    }
    .featured-boxes .featured-box {
        padding: 15px;
        height: auto;
    }
    .featured-boxes .featured-box-inner {
        padding: 26px;
    }
    .featured-boxes .featured-box-inner .featured-img {
        height: 170px;
    }
    .featured-boxes .featured-box-inner h1 {
        font-size: 28px;
    }
    .featured-boxes .featured-box-inner p {
        font-size: 17px;
    }
    .featured-boxes .featured-box-inner .button {
        font-size: 14px;
    }
    .header {
        text-align: center;
    }
    .all-groups .single-group .single-group-title {
        font-size: 17px;
        letter-spacing: normal;
    }
    .all-groups .single-group .single-group-texts {
        font-size: 16px;
    }
    .footer {
        text-align: center;
    }
    .footer .footer-content h1:after {
        position: relative;
        margin: auto;
    }
    .footer .footer-copyright .row > div:last-child {
        text-align: center;
    }
    .toolbar .all-products-selector .all-products-menu li a {
        font-size: 15px;
    }
    .toolbar .all-products-selector .all-products-menu li a img {
        display: inline;
    }
    .prod-single-page .prod-single-image > div {
        margin-bottom: 30px;
    }
    .prod-single-page .prod-single-details h1 {
        text-align: center;
    }
    .prod-single-page .prod-single-details h1:after {
        margin: 15px auto;
    }
    .prod-single-page .prod-single-detailed-info > div {
        column-count: unset;
    }
    .prod-single-page .prod-single-detailed-info > div ul {
        padding: 0 0 0 20px;
        line-height: 2.2;
    }
    .contact-infos .contact-info-box {
        margin-bottom: 60px;
    }
    .contact-infos .contact-info-box h2 {
        margin-bottom: 15px;
    }
    .contact-infos {
        padding: 30px;
        text-align: center;
    }
    .contact-infos .contact-info-box h2 {
        position: relative;
    }
    .contact-infos .contact-info-box h2:after {
        margin: 14px auto 0;
    }
    .contact-infos .contact-info-box.contact-info-box-phone p span {
        text-align: left;
    }
    .contact-form .bm-form .form-elem {
        width: 100%;
    }
    .contact-form .bm-form .form-elem:nth-child(1) input {
        width: 100%;
    }
    .seperator {
        text-align: center;
    }
}