.header-content p {
    color:#aaa;
}
.is-mega {
    position:relative;
}
.is-mega:hover .mansizlar-mega-menu-content{
    display:block;
}
.mansizlar-mega-menu-content {
    display:none;
   position: absolute;
    top: 100%;
    padding: 15px;
    background-color: #fff;
    width: 700px;
    left: -120px;
    display: none;
    z-index: 500;
    border: 1px solid #ccc;
    transition: all 0.5s ease 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
div.mansizlar-tab-container{
    z-index: 10;
    background-color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    margin:0 !important;
  }
  div.mansizlar-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    background-color: #f9f9f9;
    border: 1px solid #f3f3f3;
  }
  div.mansizlar-tab-menu div.list-group{
    margin-bottom: 0;
  }
  div.mansizlar-tab-menu div.list-group>a{
    margin-bottom: 0;
  }
  div.mansizlar-tab-menu div.list-group>a .glyphicon,
  div.mansizlar-tab-menu div.list-group>a .fa {
    color: #00AFE6;
  }
  div.mansizlar-tab-menu div.list-group>a:first-child{
   /*  border-top-right-radius: 0;
   
    -moz-border-top-right-radius: 0; */
  }
  div.mansizlar-tab-menu div.list-group>a:last-child{
    /* border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0; */
  }
  div.mansizlar-tab-menu div.list-group>a.active,
  div.mansizlar-tab-menu div.list-group>a.active .glyphicon,
  div.mansizlar-tab-menu div.list-group>a.active .fa{
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #313131;
  }
  div.mansizlar-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 98%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #e9e9e9;

  }
 div.mansizlar-tab-menu div.list-group .top-product-category {
    font-size: 13px;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 6px 15px;
    margin-bottom: -1px;
    color: #444;
 }
div.mansizlar-tab-content{
background-color: #ffffff;
/* border: 1px solid #eeeeee; */
padding-left: 20px;
padding-top: 10px;
}

div.mansizlar-tab div.mansizlar-tab-content:not(.active){
display: none;
}
div.mansizlar-tab-content .menu-product {
    padding:10px;

}

div.mansizlar-tab-content .menu-product .menu-sub-product-name {
    min-height:30px;
    text-align:center;
}
div.mansizlar-tab-content .menu-product h4{
    font-size:12px;
    color:#666;
}
.category-links{
    margin-top: 2px;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px;
}
.grid-slider h3 {
        position: absolute;
    top: 100px;
    left: 10px;
    right: 10px;
    text-align: center;
    background-color: #ffffffd6;
    padding: 15px;
    font-weight: 600;
    color: #143b5c;
}
.category-links a {
    font-size:13px;
    padding:5px 20px;
    font-weight:300;
}
.category-links a.link-bold {
    font-weight:600;
}
.sayfa_icerik {
    font-size:14px;
    color:#777;
}
.top-categories {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 5vw);
    grid-gap: 10px;
    margin-top:10px;
}
.grid-slider {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 9;
    overflow: hidden;
}
.grid-categories {
    grid-column-start: 4;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 9;
}
.grid-categories .gallery {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        grid-template-rows: repeat(8, 5vw);
        grid-gap: 10px;
}
.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.gallery__item {
    position:relative; cursor:pointer;
}
.gallery__item .cover-bg {
    position:absolute; left:0px; right:0px; top:0px; bottom:0px;
    background-color:#000000; opacity:0.2;-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.gallery__item:hover  .cover-bg{
    opacity:0;  
}
.gallery__item figcaption {
    position:absolute;
    bottom:15px;font-size: 13px;
    font-weight:600;
    left:0px; right:0px;color:#fff;text-align:center;letter-spacing:2px; font-family:'Montserrat',sans-serif;z-index:105;
}
.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 5;
}
.gallery__item--2 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 5;
}
.gallery__item--3 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 9;
}
.gallery__item--4 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 5;
    grid-row-end: 9;
}
.gallery__item--5 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 5;
    grid-row-end: 9;
}
.footer-copyright p {
    font-size:13px; padding:2px 0px;
    margin:0px;
    color:#ccc;
}
.banner-copy {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: #2b2b2b;
    height: auto;
    color: #ccc;
    width: 50%;
    margin-top: -12rem;
    padding: 2.5% 5% 0;
    z-index:100;
}
.banner-copy .banner-copy-wrapper, .banner-copy .banner-title {
    text-align: center;
}
.banner-copy .banner-title h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding: 7rem 0 3rem;
    margin-top: 0;
    float: none;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    color: #2e80a4;
    padding: 0;
    margin: 2rem 0 3.5%;
    font-size: 3rem;
    letter-spacing: .5rem;
}
.banner-copy .banner-title .blurb {
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 19px;
    margin: .75rem 0;
    color: #9c9c9c;
    letter-spacing: 0;
    display: block;
    font-weight: 400;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.banner-copy a.banner-button {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: 10px;
    line-height: 16px;
    transition: color .5s ease-in-out;
    letter-spacing: .015rem;
    font-weight: 800;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
    font-size: 10px!important;
    transition: letter-spacing .75s ease-in-out;
    text-decoration: none;
    font-weight: 500;
    color: #2e80a4;
    margin: 1.5rem auto 0;
    text-align: center;
}
.col-20 {
    width:20%;
    float:left;
    position: relative;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px;
   
    box-sizing:border-box;
    
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 25%;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
    letter-spacing: 3px;
    color: #2e80a4;
    font-size: 18px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
    font-size: 68.5%;
    color: #ddd;
}
figure.effect-selena {
	background: #2e80a4;
}
figure.effect-selena .cover-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #23232342;
    -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
figure.effect-selena:hover .cover-bg {
    filter: alpha(opacity=0);
    opacity:0;
}
figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.97,0.98,1);
    transform: scale3d(0.97,0.98,1);
    opacity:1;
}

figure.effect-selena h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-selena p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}
#footer {
    padding: 50px 0px 0px;
    background-color: #3a3a3a;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
}
#footer ul {
    list-style: none;
    list-style-position: outside;
    margin-top:25px;
}
#footer-logo-w p {
    font-size:12px; color:#aaa;
}
#footer ul li a {
    color: #143b5c;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
}
#footer ul li a:hover {
    color: #dadada;
}
#copyrights {
    background-color: #3e3e3e;
}
#copyrights .copyrights-text {
    color: #888;
    font-size: 12px;
}
#copyrights .copyrights-text a {
    color: #b3b7b9;
}
#footer .social-icon {
    display: inline-block;
    padding: 5px 0px;
    border: 1px solid #ddd;
    width: 40px;
    text-align: center;
    border-radius: 3px;
}
.contact-social-icons .social-icon {
    display:inline-block;
    text-align:left;
    padding:5px 10px;
}
#contact-form p {
    color:#5a5a5a;
    font-size:13px;
}
.baslik {
    text-align: center;
    margin-top: 0;
    float: none;
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    line-height: 1.35;
    text-transform: uppercase;
    color:#9bc2e2;
    padding: 0;
    margin: 10px;
    font-size: 3rem;
    letter-spacing: 0;
}
.altbaslik {
    letter-spacing: 4px;
    color: #2f7fa3;
}
.first_area {
    padding:80px 50px;
}
.first_area .product-group p {
    padding:10px 40px; color:#aaa; font-size:13px; font-weight:300; line-height:1.8; text-align: justify;
}
.first_area .product-group img {
    border: 1px solid #2e80a461;padding: 3px;
}
.description {
    position:relative; background-color: #f5f5f5;
}
.description .line-bg {
    position:relative; left:0px; top:0px; right:0px; bottom:0px;background: linear-gradient(90deg, #e8e8e8 1px, transparent 1px) 0px 0px, #42424200;background-size: 20% 1px; z-index:10; padding:0px 0px 0px;
}
.description .row {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.description .acc-header {text-align:center;}
.description .acc-desc {position:relative;}
.description .acc-desc p {font-family: 'Open Sans',sans-serif;font-weight: 300;font-size: 14px;padding: 15px;color: #96958b;line-height: 1.9;text-align: justify; position:relative;z-index:101;}
.description .acc-desc div {background-color:#cccccc5c;position:absolute; left:0px; top:0px; right:0px; bottom:0px;z-index:100;}
.description .acc-image {position:relative;}
.description .acc-image img {
    padding:3px; border:1px solid #2e80a461;
    transition: margin 700ms;
}
.description .acc-image img:hover {
    margin-top:-10px;
    margin-bottom:10px;
}
.description .acc-image h4 {
    letter-spacing: 4px;white-space: nowrap; transform: rotate(-90deg);transform-origin: left top;position: absolute;left: 2px;top: 150px;color: #2f7fa3;font-weight: 300;
}
.description .acc-image1 h4 {
 top:225px;
}
.description .acc-image2  h4{
 top:165px;
}
.description .acc-image3 h4 {
 top:285px;
}
#project-design .project-design-image {
    background-position: center;background-size: cover;
}
#project-design .project-design-description {
    background-position: center;background-size: cover;
}
#project-design .project-design-description div {
    text-align: center;padding: 150px 15%;overflow: hidden;
    position: relative;display: inline-block;width: 100%;vertical-align: middle;
    -webkit-box-sizing: border-box;box-sizing: border-box;
}
#project-design .project-design-description p {
    font-size: 14px;line-height: 1.9;font-weight: 300;color: #999;
}
#project-design .project-design-description a {
    padding: 10px 15px;color: #2e80a4;background-color: #333c;border-bottom: 1px solid #d4b45833;border-radius: 4px;
}
.home-collections {
    background-color: #e6e6e6;
}
.home-collections .colelction-heading {
    padding:80px 0px; text-align:center;
}
.home-collections .colelction-heading .row .heading-content p {
    font-size: 14px;line-height: 1.9;font-weight: 300;color: #737373;margin-bottom:10px; padding:10px 0px;
}
.home-collections .hc-images {
    margin:50px 0px;
}
#footer-logo-w {
    text-align:left;
    margin-bottom:25px;
    padding-right: 40px;
}
#footer {
    padding:25px 0px 0px;;background-color: #fff;border-top: 5px solid #f5f5f5;
}
#footer .address-container {
    text-align: right;
    font-size: 13px;
    color: #8b9aa0;
    font-weight: 300;
    padding-top:25px;
}
#footer .address-container .f-social-block {
    text-align:right; width:100%; color:#666;
}
#page-title .title-bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    background-color: #33333373;
}
#product-list {
    padding:30px;
}

#product-list .row .header-content {
    text-align:center;color:#999;font-weight:300;font-size:14px;
}
.product-list-title .header-content {
    background-color: #2b2b2b;
    padding: 10px;
    text-align: center;
}
#product-list p {
    font-size: 13px;
    margin-bottom:0px;
}
#product-details-container .banner-copy{
    margin-top:-12rem;padding: 1% 5% 2.5%;background-color: #2b2b2b;
}
#product-details-container .container-fluid {
    padding:10px 0px 70px; position:relative;
}
#product-details-container .product-image-list {
            padding:20px;
        }
#product-details-container .product-list-image{
    display:block; 
}
.product-desc-row {
    margin-bottom:50px;
    padding:20px !important;
    margin-left:0px !important;
    margin-right:0px !important;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.product-desc-row i.fa {
    color:#143b5c;
    padding: 5px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 22px;
    width: 34px;
    text-align: center;
    background-color: #fafafa;
}
.product-desc-row a:hover i.fa {
    background-color:#fff;
}
.size-container {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.size-container .size {
    margin: 10px 10px;
    text-align: center;
    background-color: #fff;
    padding: 5px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.size-container .size h6 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    color: #758fa5;
}
.product-desc-row span {
    display: inline-block;
    
    font-size: 13px;
    color: #888;
}
#product-details-container .container-fluid .desc-row h3 {
    margin-bottom:10px;
    font-weight: 900;line-height: 1.35;text-transform: uppercase;color: #143b5c;padding: 0;font-size: 24px;font-family: 'Montserrat',sans-serif;
}
#product-details-container .container-fluid .desc-row h4 {
    margin-bottom:10px;
    font-weight: 300;line-height: 1.35;text-transform: uppercase;color: #2e80a4;padding: 0;font-size: 18px;font-family: 'Montserrat',sans-serif;
    border-bottom:1px solid #e5e5e5;
}
#product-details-container .container-fluid .desc-row p {
    line-height: 2.6rem; color: #5d5d5d; font-size:13px; margin-top:0px;padding-right:50px;
}
 .container-fluid .desc-row .image-col {
    padding:10px;
}
#product-details-container .details-row .details-rc {
    background-color:#101010d9;
}
#product-details-container .details-row .details-rc .sizes-col h3, #product-details-container .details-row .details-rc .images-col h3{
    text-align:center;font-weight: 300;line-height: 1.35;text-transform: uppercase;color: #2e80a4;padding: 0;margin: 0 0 3px;font-size: 2.6rem;letter-spacing: .2rem;
}
#product-details-container .details-row .details-rc .sizes-col {
    padding:50px;
}
#product-details-container .details-row .details-rc .images-col {
    padding:50px;
}
#product-details-container .related-header {
    margin-top: 80px !important;
    margin-bottom: 25px !important;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px;
    text-align: center;
        background-color: #f5f5f5;
    color: #758fa5;
    font-weight:400;
}
.contact-header {
    font-weight: 300;
    line-height: 1.35;
    text-transform: uppercase;
    color: #2e80a4;
    padding: 0;
    margin: 0 0 15px;
    font-size: 2.2rem;
    letter-spacing: .2rem;
}
.product-page-title {
    height:100vh;
}
#google-map {
    min-height: 400px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    border-bottom: 0px;
    overflow: hidden;
}
.contact-container {
    margin-top: 0px;
}
@media only screen and (min-width : 310px) and (max-width : 760px) {
        .size-container .size {
            margin: 3px;
           
        }
        #product-group-header .content-wrap {
            padding: 20px 0px 10px;
        }
        #product-details-container .product-list-image{
            display:inline-block; width:30%;
        }
        #product-details-container .product-image-list {
            padding:10px;
        }
    .top-categories {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(12, 20vw);
        grid-gap: 1px;
        margin-top: 2px;
    }
    .grid-slider {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 1;
        grid-row-end: 7;
        overflow: hidden;
    }
    .grid-categories {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 7;
        grid-row-end: 12;
    }
    .grid-categories .gallery {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        grid-template-rows: repeat(8, 12vw);
        grid-gap: 0px;
    }
    .gallery__item figcaption {
        bottom: 8px;
        font-size: 11px;
        color: #eee;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .category-links a {
        font-size: 13px;
        padding: 5px 10px;
        font-weight: 300;
    }
    .category-links {
        margin-top: 0px;
        text-align: center;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 5px;
    }
}

@media only screen and (min-width : 310px) and (max-width : 480px) {
    .first_area .col-12 {
        padding-left:40px !important; padding-right:40px !important;

    }
    .banner-copy {
        position: relative;
        display: block;
        margin: 0 auto;
        background-color: #2b2b2b;
        height: auto;
        color: #ccc;
        width: 80%;
        margin-top: -20rem;
        padding: 15px 15px 20px;
        z-index: 100;
    }
    #product-group-header {
        background-color: #fff;
    }
    .contact-container {
        margin-top: -20px;
    }
    .product-page-title {
        height:86vh;
    }
    .home-collections .colelction-heading .row .heading-content p {
        font-size: 13px;
        line-height: 1.9;
        font-weight: 300;
        color: #888;
        margin-bottom: 10px;
        padding: 10px 0px;
        text-align: justify;
    }
    #product-details-container .container-fluid {
        padding:0px 0px; background-color: #fff;position:relative;
    }
    #product-details-container .details-row .details-rc .sizes-col {
        padding:30px;
    }
    #product-details-container .container-fluid .desc-row p {
         line-height: 22px; color: #999; font-size:13px; margin-top:0px;padding-right: 0px;
    }
    #product-details-container .details-row .details-rc .image-col {
        padding:30px;
    } 
    #product-details-container .details-row .details-rc .image-col img{
        width:100%;padding:2px; border:1px solid #d4b45e75;
    }
    #product-details-container .details-row .details-rc .sizes-col h3, #product-details-container .details-row .details-rc .images-col h3{
        font-size: 2.2rem;
    }
    .home-page-group .product-name h3 {
        text-align: center;
    }
    .product-group-container {
        padding:0px !important;
    }
    .product-list-content {
        background-color:  #fff;
    }
    #product-list {
        padding:30px;
        margin:30px 0px;
    }
    #primary-menu {
        margin-top:30px;
        display:block; 
        float:none; 
        margin-right:0px;
        background-color: #fff;
        position: absolute;
        left: 0px;
        top: 18px;
        right: 0px;
        box-shadow: 0 13px 19px #eee;
    }
    #primary-menu ul li {
        border-top: 0px;
    }
    #top-social {
        display: block;
        float: none;
    }
    #primary-menu #top-social ul {
        margin-top:25px !important;
        margin-bottom:30px !important;
    }
    #primary-menu #top-social ul li {
        float: left;
        margin: 0 !important;
        text-align: left !important;
        border-top: 0px;
    }
    #primary-menu ul li>a {
        font-size: 13px!important;
    }
    #primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
        border-top: 0px solid #EEE;
    }
    #product-details-container .banner-copy {
        margin-top: -9rem;
        padding: 15px 15px 20px;
        background-color: #2b2b2b;
        width: 90%;
    }
    .container-fluid .desc-row .image-col {
        padding: 10px 5px;
    }
    .product-desc-row {
        margin-bottom: 10px;

    }
    #product-details-container .related-header {
        margin-top: 20px !important;
        margin-bottom: 25px !important;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        
    }
    .banner-copy .banner-title .blurb {
        font-family: 'Open Sans',sans-serif;
        font-weight: 300;
        font-size: 13px;
    }
    body {
        background: linear-gradient(90deg, #2f2f2f 1px, transparent 1px) 0px 0, #2b2b2b;
        background-size: 33.33% 1px;
    }
    .banner-copy a.banner-button {
        margin: 3rem auto 0;
        font-size: 13px;
    }
    #project-design .project-design-description p {
        text-align: justify;
    }
    .first_area {
        padding: 40px 5px;
    }
    .altbaslik {
        text-align:center;
    }
    .first_area .product-group p {
        padding: 10px 10px;
        text-align:justify;
        color: #8e8c87;
    }
    .description .row {
        display: block;
    }
    .py-20 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .description {
        background-color: #fbfbfb;
    }
    .description .line-bg {
        background: linear-gradient(90deg, #f1f1f1 1px, transparent 1px) 0px 0px, #42424200;
        background-size: 33.33% 1px;
    }
    .description .acc-desc {
        padding-top: 20px !important;
    }
    .description .acc-desc div {
        background-color: #cccccc2b;
    }
    .description .acc-image {
        margin-top: -170px;
        padding-top: 0px !important;
        padding-bottom: 50px !important;
    }
    .description .acc-image h4 {
        text-align: center;
        margin-top: 10px;
        position: static;
        transform: inherit;
    }
    #project-design .project-design-description div {
        padding: 110px 15%;
    }
    #product-list p {
        text-align: justify;
        padding: 10px 25px;
    }
    .home-collections .colelction-heading .row .heading-content {
        padding:10px 50px;
    }
    .home-collections {
        background-color: #f5f5f5;
    }
    .grid figure {
        width: 50%;
    }
    .grid figure figcaption, .grid figure figcaption > a {
        height: 40%;
    }
    .banner-copy .banner-title h2 {
        margin: 2rem 0 25px;
        font-size: 2.4rem;
    letter-spacing: .4rem;
    }
    #footer-logo-w {
        text-align:center;
        margin-bottom:25px;
        padding-right: 0px;
    }
    #footer {
        text-align:center;
    }
    #footer .address-container {
        text-align: center;
        font-size: 13px;
        color: #888;
    }
    #footer .address-container .f-social-block {
        text-align: center;
        margin-bottom:40px;
    }
    #footer .social-icon {
        text-align: center;
    }
    #copyrights .copyrights-text {
        font-size: 11px;
    }
    .baslik {
        font-size: 22px;
        letter-spacing: .3rem;
    }
    .home-collections .colelction-heading {
        padding: 40px 0px;
    }
    .desc-col {
        padding-top: 0px !important;
    }
    .product-group-image-wrap img {
        border: 0px solid #2e80a46e; 
        padding: 1px;
    }
    .home-page-group .product-group-image-wrap {
        padding: 3px;
    }
 }
@media only screen and (min-width : 480px) and (max-width : 595px) { }
@media only screen and (min-width : 595px) and (max-width : 690px) { }
@media only screen and (min-width : 690px) and (max-width : 767px) { }
@media only screen and (min-width : 768px) and (max-width : 1024px) { }
@media only screen and (min-width : 1024px) and (max-width : 1224px) { }
@media only screen and (min-width : 1225px) and (max-width : 1599px) { 
    #primary-menu ul li>a {
        letter-spacing: 1px!important;
    }
    .banner-copy {
        margin: 0 auto;
        width: 45%;
        margin-top: -9rem;
        padding: 2% 4% 0;
    }
    .banner-copy .banner-title h2 {
        text-transform: uppercase;
        color: #2e80a4;
        padding: 0;
        margin: 1rem 0 2rem;
        font-size: 2.4rem;
        letter-spacing: .4rem;
    }
    .banner-copy .banner-title .blurb {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 13px;
    }
    .first_area .product-group p {
        padding: 10px 25px;
        color: #888;
        font-size: 13px;
        font-weight: 300;
    }
    .description .acc-header {
        text-align: center;
    }
    .description .acc-header a{
        font-size:13px;
    }
    .baslik {
        font-size: 2.6rem;
        letter-spacing: .3rem;
    }
    .description .acc-desc p {
        font-weight: 300;
        font-size: 13px;
        padding: 30px 0px;
        color: #8b8c82;
        line-height: 1.7;
    }
    .description .acc-image h4 {
        font-size: 13px;
    }
    .pl-5, .px-5 {
        padding-left: 2.3rem !important;
    }
    .pr-5, .px-5 {
        padding-right: 2.3rem !important;
    }
    #project-design .project-design-description div {
        padding: 100px 15%;
    }
    #project-design .project-design-description p {
        font-size: 13px;
    }
    .home-collections .colelction-heading {
        padding: 50px 0px;
        text-align: center;
    }
    .home-collections .colelction-heading .row .heading-content p {
        font-size: 13px;
    }
    .colelction-heading a {
        font-size:13px;
    }
    .home-collections {
        background-color: #f5f5f5;
    }
    #copyrights .copyrights-text {
        color: #888;
        font-size: 12px;
    }
    #page-title {
        min-height: 450px;
        background-position: center center;
        background-size: cover;
    }
    #page-title .container {
        min-height: 400px;
    }
    #product-list p {
        font-size: 12px;
        line-height: 20px;
    }
    .product-group-product-wrapper .product-name h3 a {
        font-size: 12px;
    }
    .sizes-col small {
        font-size:12px;
    }
    #product-details-container .details-row .details-rc .sizes-col h3, #product-details-container .details-row .details-rc .images-col h3 {
        font-size: 2.2rem;
    }
    .home-page-group .product-group-image-wrap {
        border: 0px solid #27252161; 
        padding: 0px;
    }
    .product-group-image-wrap img {
        padding: 2px;
    }
    
    #product-details-container .container-fluid .desc-row p {
        line-height: 2.2rem;
        color: #828282;
        font-size: 13px;
        margin-top: 30px;
        font-weight: 300;
    }
    #product-details-container .container-fluid .desc-row h3 {
        font-size: 2.4rem;
        letter-spacing: .4rem;
    }
    #product-details-container .container-fluid {
        padding: 25px 0px;
    }
    .container-fluid .desc-row .image-col {
        padding: 0px;
    }
    .contact-header {
        font-weight: 300;
        line-height: 1.35;
        text-transform: uppercase;
        color: #2e80a4;
        padding: 0;
        margin: 0 0 15px;
        font-size: 2.2rem;
        letter-spacing: .2rem;
    }

}