
html {
    position: relative;
}
body{
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #182b3b;
    
    min-height: 100vh;
    margin-bottom: -56px;
}


h1, h2, h3, h4 {
    text-transform: uppercase;
    font-weight: 400;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h1.bottom-lined:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 9px 0 0;
}
h1.bottom-lined span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
h1.bg {
    font-size: 26px;
    background-color: #182a3b;
    color: #fff;
    padding: 12px 10px;
    margin-left: 15px !important;
    position: relative;
    height: 50px;
    line-height: 1;
}
h1.bg:before {
    content: "";
    display: block;
    width: 0px;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: -14px;
    border-color: transparent #182b3b #182b3b transparent;
    border-width: 0px 0px 50px 14px;
    border-style: solid;
    position: absolute;
}


.button,
form#bm-form .form-elem button {
    background-color: #18293c;
    color: #fff;
    padding: 10px 35px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 0 12px;
    border: 0;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    transition: unset;
}
.button:before,
form#bm-form .form-elem button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -11px;
    border-width: 0 0 40px 11px;
    border-color: transparent #18293c #18293c transparent;
    border-style: solid;
}
.button:after,
form#bm-form .form-elem button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -11px;
    border-width: 0 0 40px 11px;
    border-color: #182a3b transparent transparent #182a3b;
    border-style: solid;
}
.button:hover, form#bm-form .form-elem button:hover {
    background-color: #43607b;
    color: #fff;
}
.button:hover:before, form#bm-form .form-elem button:hover:before {
    border-color: transparent #43607b #43607b transparent;
}
.button:hover:after, form#bm-form .form-elem button:hover:after {
    border-color: #43607b transparent transparent #43607b;
}
.button[disabled] {
    background-color: #ddd;
}
.button[disabled]:before, .button[disabled]:hover:before {
    border-color: transparent #ddd #ddd transparent;
}
.button[disabled]:after, .button[disabled]:hover:after {
    border-color: #ddd transparent transparent #ddd;
}


.header .row {
    background-color: #e2dfd9;
    height: 135px;
    
}
.header .row h1 {
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    
    margin-top: 45px;
}
.header .row.header-bg-active {

}
.header .row.header-bg-active img {
    width: 100%;
}
.header-bg-img-mobile {
    display: none;
}
.menu-bar {
    position: absolute;
    top: 0;
    right: 0;
}
.header-bg-active .menu-bar {
    background-color: #e2dfd9;
    
    float: left;
    width: 100%;
    position: relative;
}


.navbar {
    background-color: #e2dfd9;
    box-shadow: 0px -2px 5px -2px rgba(21, 38, 53, 0.17);
    position: sticky;
    z-index: 4;
    width: 100%;
    top: 0;
}
.navbar-nav>li>a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px 0 16px;
    margin: 0 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #797979;
    border-bottom: 4px solid transparent;
    -webkit-font-smoothing: auto;
}
.navbar-nav>li>a.active {
    border-bottom: 4px solid #253748;
    color: #253748;
}
.navbar-nav>li {
    display: inline-block;
    float: none;
}
.navbar-nav {
    text-align: center;
    float: none;
}
nav.navbar #mainmenu {
    float: none;
    margin: auto;
    width: 100%;
    padding: 0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #d2cec8;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
ul.nav > li > a.dropdown-toggle:after {
    content: "\f0d7";
    font-family: Font Awesome\ 5 Free;
    -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;
}


ul.dropdown-menu {
    background-color: #eaeaea;
    border-top: 1px solid #eaeaea;
    min-width: 200px;
}
.dropdown-menu>li>a {
    
    font-size: 13px;
    letter-spacing: 0.6px;
    padding: 9px 35px 6px 20px;
    color: #484848;
}
.dropdown-menu>li {
    border-bottom: 1px solid #e0e0e0;
}
.dropdown-menu>li:last-child {
    border-bottom: 0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}


#bCarousel {
    height: 40vh;
    height: 410px;
}


.content {
    font-family: 'Oswald', sans-serif;
    padding: 0;
}
.content.main {
    margin-bottom: 20px;
}
.content .bg {
    min-height: 300px;
}
.content .container {
    background-color: #182a3b;
}
.content.min-h .container {
    min-height: 700px;
    color: rgba(255, 255, 255, 0.95);
}
.content.main.min-h .container {
    min-height: 295px;
}
.content.catalog {
    color: #fff;
    padding-top: 0;
}
.content.pad{
    padding: 30px 0;
}
.content .card {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #eeeeee94;
    
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #fbfbfb;
}


.content.catalog .page-title h2 {
    display: inline-block;
    background-color: #a5a2a2;
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    height: 30px;
    margin: 0;
}
.content.catalog .page-title h2:before {
    content: "";
    display: block;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: -11px;
    border-color: transparent #a5a2a2 #a5a2a2 transparent;
    border-width: 0px 0px 30px 11px;
    border-style: solid;
    position: absolute;
}
.content.catalog .page-title h2:after {
    content: "";
    display: block;
    width: 0px;
    height: 100%;
    top: 0;
    right: 0;
    margin-right: -11px;
    border-color: #a5a2a2 transparent transparent #a5a2a2;
    border-width: 0px 0px 30px 11px;
    border-style: solid;
    position: absolute;
}
.header-text {
    top: 60px;
    position: -webkit-sticky;
    position: sticky;
    background-color: #18293c;
    z-index: 3;
    padding-top: 10px;
}
.header-text h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
}
.header-text+.page-container {
    
}
.prod-group-container {
    margin-top: 20px;
}
.product-group .product-single {
    float: left;
    width: 33%;
    
}
.product-group .product-single.product-single-2 {
    width: 50%;
}
.product-group .product-single.product-single-1 {
    width: 100%;
}
.product-group .product-single:hover {
    background: radial-gradient(rgba(35, 61, 82, 0.5) 30%, rgba(255, 255, 255, 0) 70%);
}
.product-group .product-single .product-single-img {
    height: 345px;
    background-position: 50% 100%;
    
    background-repeat: no-repeat;
    margin-bottom: 15px;
    
}
.product-group .product-single .product-single-img.out-of-stock,
.prod-cart-single .prod-cart-single-img.out-of-stock {
    opacity: 0.2;
}
.group-6 .product-group .product-single .product-single-img,
.group-5 .product-group .product-single .product-single-img,
.group-4 .product-group .product-single .product-single-img,
.group-3 .product-group .product-single .product-single-img {
    height: 445px;
    background-size: 445px;
    image-rendering: -webkit-optimize-contrast;
}
.group-2 .product-group .product-single .product-single-img,
.group-1 .product-group .product-single .product-single-img {
    height: 800px;
}
.group-6 .product-group .product-single.product-single-2 .product-single-img {
    background-size: auto;
}
.product-group .product-single .product-single-title {
    background-color: #f5f5f5;
    color: rgba(53, 68, 82, 0.84);
    padding: 8px 0;
    margin: 0;
    position: relative;
}
.product-group .product-single .product-single-title span {
    display: block;
    line-height: 1.1;
}
.product-group .product-single .product-single-title span.product-single-name {
    font-size: 16px;
}
.product-group .product-single .product-single-title span.product-single-height {
    font-size: 13px;
    color: rgba(91, 115, 138, 0.77);
}
.page-container {
    padding: 0 10px;
    position: relative;
}
.page-container .page-title {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 131px;
    background: linear-gradient(180deg, #18293c 80%, rgba(255, 255, 255, 0) 100%);
    padding-bottom: 20px;
    margin-bottom: 0;
}
.page-container > div {
    margin-bottom: 10px;
}
.page-container .figurlu-ozel img {
    width: 100%;
    image-rendering: pixelated;
}
.figur-sec {
    position: absolute;
    right: 50px;
    bottom: 5px;
}
select#figursec {
    width: 150px;
}
.product-group .product-single:first-child .product-single-title:before {
    content: "";
    display: block;
    width: 0px;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: -10px;
    border-color: transparent #f6f5f6 #f6f5f6 transparent;
    border-width: 0px 0px 47px 10px;
    border-style: solid;
    position: absolute;
}
.product-group .product-single:last-child .product-single-title:after {
    content: "";
    display: block;
    width: 0px;
    height: 100%;
    top: 0;
    right: 0;
    margin-right: -10px;
    border-color: #f6f5f6 transparent transparent #f6f5f6;
    border-width: 0px 0px 47px 10px;
    border-style: solid;
    position: absolute;
}



.hediye-dukkani .product-group .product-single .product-single-title {
    
    height: 110px;
    padding-top: 10px;
}
.hediye-dukkani .prod-cart-single-info-input,
.hediye-dukkani .prod-cart-single-info-button {
    float: left;
    width: 50%;
}
.hediye-dukkani .prod-cart-single-info-price {
    margin: 5px 0 20px;
}
.hediye-dukkani .prod-cart-single-info-input input {
    width: 50px;
}
.hediye-dukkani .prod-cart-single-info-button .button {
    padding: 0 15px;
    height: 32px;
    line-height: 1;
}
.hediye-dukkani .prod-cart-single-info-button .button:before {
    border-width: 0 0 32px 11px;
}
.hediye-dukkani .prod-cart-single-info-button .button:after {
    border-width: 0 0 32px 11px;
}
.hediye-dukkani .prod-cart-single-info-input > div > * {
    float: left;
    height: 32px;
    border: 1px solid #c5c5c5;
    text-align: center;
}
.hediye-dukkani .prod-cart-single-info-input > div {
    overflow: hidden;
    margin: auto;
    width: 100px;
}
.hediye-dukkani .prod-cart-single-info-input > div button {
    background-color: #182b3b;
    color: #fff;
    border: 0;
}
.hediye-dukkani .prod-cart-single-info-input > div button.minus {
    background-color: #bbb;
}
.hediye-dukkani .prod-cart-single-info-input > div input {
    border-right: 0;
    border-left: 0;
}
.hediye-dukkani .product-group .product-single:first-child .product-single-title:before,
.hediye-dukkani .product-group .product-single:first-child .product-single-title:after {
    border-width: 0px 0px 110px 15px;
    margin-left: -15px;
}
.hediye-dukkani .product-group .product-single:first-child .product-single-title:after {
    margin-right: -15px;
}
.hediye-dukkani .product-group .product-single .product-single-title{
    height: auto;
}
.hediye-dukkani .prod-cart-single-info-price {
    margin: 5px 0 5px;
}
.hediye-dukkani .product-group .product-single:first-child .product-single-title:before,
.hediye-dukkani .product-group .product-single:first-child .product-single-title:after {
    border-width: 0 0 60px 15px;
}



.prod-cart-single {
    border: 1px solid #fff;
}
.prod-cart-single .prod-cart-single-img a div {
    height: 350px;
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    image-rendering: -webkit-optimize-contrast;
    margin-bottom: 10px;
}
.prod-cart-single .prod-cart-single-info {
    background-color: #fff;
    color: #182b3b;
    padding: 15px;
    line-height: 1;
}
.prod-cart-single .prod-cart-single-info > div {
    overflow: hidden;
}
.prod-cart-single .prod-cart-single-info .prod-cart-single-info-name {
    font-size: 18px;
    margin-bottom: 5px;
}
.prod-cart-single .prod-cart-single-info .prod-cart-single-info-price {
    margin-bottom: 0;
}
.prod-cart-single .prod-cart-single-info .prod-cart-single-info-input > div {
    width: 120px;
    margin: 10px auto;
    overflow: hidden;
}
.prod-cart-single .prod-cart-single-info .prod-cart-single-info-input button.plus {
    background-color: #182b3b;
    padding-bottom: 4px;
}
.prod-cart-single .prod-cart-single-info .prod-cart-single-info-input button {
    width: 30px;
    height: 34px;
    border: 0;
    background-color: #a5a2a2;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 0;
    display: block;
    float: left;
    font-family: sans-serif;
    transition: all 0.2s ease-in-out;
}
.prod-cart-single .prod-cart-single-info .prod-cart-single-info-input button:hover {
    background-color: #43607b;
}
.prod-cart-single .prod-cart-single-info .prod-cart-single-info-input input {
    width: 60px;
    margin: 0;
    
    display: block;
    float: left;
    height: 34px;
    border: 1px solid #ddd;
    text-align: center;
}


.catalog.hediye-dukkani .page-container {
    padding: 0 10%;
}
.catalog.hediye-dukkani .product-group .product-single {
    width: 100%;
}
.catalog.hediye-dukkani .product-group .product-single .product-single-img {
    background-size: cover;
    height: 350px;
}


.figurlu-kupalar-all {
    overflow: hidden;
    padding-top: 25px;
}
.figurlu-kupalar-all .figurlu-kupalar-single-container {
    padding: 0 2px;
}
.figurlu-kupalar-all .figurlu-kupalar-single {
    position: relative;
    margin-bottom: 16px;
}
.figurlu-kupalar-all .figurlu-kupalar-single .figurlu-kupalar-img {
    height: 250px;
    
    border: 1px solid #43515d;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    background-repeat: no-repeat;
    background-position: 50%;
}
.figurlu-kupalar-all .figurlu-kupalar-single .figurlu-kupalar-text {
    background-color: #f5f5f5;
    color: #182b3b;
    text-align: center;
    padding: 9px 5px 12px;
    font-size: 15px;
    line-height: 1;
}


.fancybox-bg {
    background-color: #fff;
}
.fancybox-infobar {
    left: auto;
    right: 0;
}
.fancybox-image-wrap {
    background-color: #182a3b !important;
}
.fancybox-is-scaling .fancybox-image-wrap {
    box-shadow: none;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    background-image: url(/cdnjs_cloudflare_com/ajax/libs/fancybox/2_1_7/images/fancybox/fancybox_sprite.png);
    z-index: 2;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    visibility: hidden;
}
.fancybox-prev span, .fancybox-next span {
    background-image : url(/cdnjs_cloudflare_com/ajax/libs/fancybox/2_1_7/images/fancybox/fancybox_sprite.png);
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}


.all-contacts {
    font-size: 15px;
    margin: 20px 0;
}
.contact h1 {
    text-transform: capitalize;
    color: #fff;
    margin: 5px 0 15px;
}
.all-contacts .single-contact {
    overflow: hidden;
    margin: 10px 0 25px;
}
.all-contacts .google-map{
    height: 160px;
}
.all-contacts table {
    width: 100%;
}
.all-contacts table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.all-contacts table tr:last-child{
    border-bottom: 0;
}
.all-contacts table tr td {
    padding: 10px 0;
}
.all-contacts table tr td.title {
    width: 55px;
    font-weight: 600;
    color: #fff;
}
.form .form-element {
    margin: 6px 0;
}
.form .form-element > * {
    display: block;
}
.form .form-element input, .form .form-element textarea {
    width: 100%;
    border: 1px solid #fff;
    padding: 9px;
    background-color: rgb(255, 255, 255);
    outline: none;
    color: #182b3b;
}
.form-element button {
    color: #182b3b;
    background-color: #e2dfd9;
    outline: none;
}
.form-element button:hover {
    background-color: #f1f0ec;
    color: #182b3b;
}
.form-element button:before {
    border-color: transparent #e2dfd9 #e2dfd9 transparent;
}
.form-element button:hover:before {
    border-color: transparent #f1f0ec #f1f0ec transparent;
}
.form-element button:after {
    border-color: #e2dfd9 transparent transparent #e2dfd9;
}
.form-element button:hover:after {
    border-color: #f1f0ec transparent transparent #f1f0ec;
}
.form-element button {
    margin-top: 40px;
    float: right;
}
.form .form-element textarea {
    resize: vertical;
}





.footer {
    padding: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    background-color: #e2dfd9;
    padding: 20px 15px;
}
.footer .row.footer-cont .webk {
    float: right;
}
.footer .row.footer-cont span {
    font-size: 13px;
    color: #6b6b6b;
}
.footer .row.footer-cont span i {
    color: #5c738a;
}


@media (max-width: 1200px){
    .page-container {
        display: table;
    }

}

@media (max-width: 767px){
    #bCarousel {
        height: 130px;
    }
    .header-bg-img {
        display: none;
    }
    .header-bg-img-mobile {
        display: block;
    }
    .header-text{
        top: 0;
    }
    .header .row h1 {
        font-size: 30px;
        margin: 30px 0 0;
    }
    button.navbar-toggle {
        
        
        top: 80px;
        right: 0;
        z-index: 4;
    }
    nav.navbar {
        min-height: 0;
    }
    button.navbar-toggle span {
        background-color: #717171;
    }
    .navbar-nav>li {
        display: block;
    }
    .navbar-nav>li>a {
        padding: 10px 20px;
        margin: 0;
    }
    .navbar-nav>li>a.active {
        border-bottom: 0;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        border: 0;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        font-size: 14px;
        padding: 5px 40px;
    }
    .navbar-nav {
        text-align: left;
    }
    .navbar-nav .open .dropdown-menu {
        position: relative;
        margin: 0;
        left: 0;
        top: 0;
    }
    nav.navbar #mainmenu {
        margin: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .footer span {
        float: none !important;
        display: block;
        text-align: center;
    }
    .footer {
        padding: 10px 0;
        
    }
    .page-container .page-title{
        top: 70px;
    }
    .prod-group-container .row > div {
        margin-bottom: 20px;
    }
    .form-element button {
        margin: 8px auto;
        float: none;
    }
    .product-group .product-single .product-single-img {
        height: 280px;
        background-size: 230px;
    }
    .group-6 .product-group .product-single .product-single-img,
    .group-5 .product-group .product-single .product-single-img,
    .group-4 .product-group .product-single .product-single-img,
    .group-3 .product-group .product-single .product-single-img {
        background-size: 210px !important;
        height: 290px;
    }
    .group-2 .product-group .product-single .product-single-img,
    .group-1 .product-group .product-single .product-single-img{
        height: 290px;
    }
    .header .row.header-bg-active .navbar-toggle {
        top: 0px;
        margin: 4px 15px 4px 0;
    }
    .figur-sec{
        top: 63px;
        right: 10px;
	}
	select#figursec{
        width: 115px;
	}
    .navbar {
        box-shadow: none;
    }
}
@media (max-width: 374px){
    .header .row.header-bg-active .navbar-toggle {
        margin: 0;
    }
    select#figursec{
    width: 105px;
    font-size: 12px;
	}

}


@media (min-width: 1024px) and (max-width: 1366px){
    .page-container{
        padding: 0 15%;
    }
    .group-1 .product-group .product-single .product-single-img,
    .group-2 .product-group .product-single .product-single-img {
        height: 350px;
        background-size: 340px;
    }
    .group-3 .product-group .product-single .product-single-img,
    .group-4 .product-group .product-single .product-single-img {
        height: 350px;
        background-size: 350px;
    }
    .group-5 .product-group .product-single .product-single-img,
    .group-6 .product-group .product-single .product-single-img {
        height: 330px;
        background-size: 330px;
    }
    .group-7 .product-group .product-single .product-single-img,
    .group-8 .product-group .product-single .product-single-img {
        background-size: auto 280px;
    }
    .group-6 .product-group .product-single.product-single-2 .product-single-img{
        background-size: auto 280px;
    }
    .product-group .product-single .product-single-img{
        background-size: auto 280px;
    }
}

