 /* 

Theme Name:Oliestia
Author:Hüseyin Can AZAPCI;
Description:Bu tema Oliestia için Hüseyin Can AZAPCI tarafından hazırlanmıştır
Version:1.0
Text-domain:oliestia

*/

section.breadcrumb {
    padding-top: 30vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

section.breadcrumb:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005a;
}

section.breadcrumb .page_caption, section.breadcrumb .breadcrumbs a:hover{
    color: #fff!important;
}

.top_panel_navi :Before {
    position: absolute;
    width: 100%;
    content: '';
    background: #fff;
    height: 5px;
    top: 0;
    z-index: 1;
    left: 0;
}

#wpgs-gallery img {
    max-width: 100%;
    height: 400px!important;
    margin: auto;
    display: block;
    object-fit: contain;
}
#wpgs-gallery .wcgs-thumb.swiper-slide img {
    border: 2px solid #0085BA;
    height: auto !important;
}


.woocommerce-tabs {
    margin: 0 0 40px
}

.wc-tabs {
    padding: 0;
    margin: 0 0 40px;
    text-align: center
}

.wc-tabs li {
    display: inline-block
}

.wc-tabs li a {
    position: relative;
    display: block;
    padding: 15px 30px;
    line-height: 20px;
    font-size: 14px
}

.wc_tabs_at_bottom .wc-tabs {
    margin: 30px 0 50px
}

.wc_tabs_at_bottom .wc-tabs li {
    margin-left: 20px;
    margin-right: 20px
}

.wc_tabs_at_bottom .wc-tabs li a {
    font-size: 24px;
    padding-left: 0;
    padding-right: 0
}

.wc_tabs_at_bottom .wc-tabs li a:after {
    display: none
}

.wc_tabs_at_top .la-wc-tabs-wrapper {
    margin-top: 40px
}

.wc_tabs_at_top .wc-tabs {
    text-align: left
}

.wc_tabs_at_top .wc-tabs li.active>a {
    background-color: #EFEFEF
}

.wc_tabs_at_top .wc-tabs-outer {
    border-bottom: 1px solid #D8D8D8
}

.wc-tab {
    margin-bottom: 0
}

.wc-tab .wc-tab-title {
    display: none;
    position: relative;
    font-weight: 600
}

.wc-tab .wc-tab-title:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 11px;
    font-weight: normal
}

.wc-tab .wc-tab-title a {
    display: block;
    padding: 13px 0
}

.wc-tab.active .wc-tab-title:after {
    content: "\f068"
}

#tab-description .tab-content li {
    margin-bottom: 5px
}

#tab-description .tab-content img.alignright {
    margin-top: 0
}

#tab-additional_information table, #tab-additional_information table th, #tab-additional_information table td {
    border: none
}

#tab-additional_information table th, #tab-additional_information table td {
    padding: 2px 0
}

#tab-additional_information p {
    margin: 0
}

.la-custom-pright:before,.la-custom-pright:after {
    content: '';
    display: table
}

.la-custom-pright .stock~.stock {
    display: none
}

.custom-product-wrap {
    margin-top: 45px;
    margin-bottom: 30px
}

.custom-product-wrap .block_heading {
    margin-bottom: 30px;
    text-align: center
}

.custom-product-wrap .block_heading--title {
    font-weight: normal
}

.custom-product-wrap .block_heading--title span {
    display: inline-block;
    position: relative;
    letter-spacing: -2px;
    font-size: 38px
}

.custom-product-wrap .block_heading--title span:after {
    content: '';
    display: block;
    height: 3px;
    width: 60px;
    margin: 20px auto 0
}

.custom-product-ul .products.grid-items {
    margin-left: -15px;
    margin-right: -15px
}


table.variations select{
    width:100%;
}
table.variations tbody th {
    padding: 10px;
}

table.variations .value{display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper li .variable-item-radio-input-wrapper {
    display: flex !important;
    flex-wrap: nowrap;
}

.scheme_default button{
    border:1px solid #918257!important;
    color: #918257;
    transition:.5s;
}

form.cart{
    display:flex;
    gap:10px;
    margin:10px 0;
    flex-direction: column;
}

#wpgs-gallery .wcgs-thumb.swiper-slide-thumb-active.wcgs-thumb img {
    border: transparent!important;
}
#wpgs-gallery .wcgs-thumb.swiper-slide img {
    border: transparent!important;
    height: 100px !important;
    object-fit: cover;
}
.product_meta,.tabs.wc-tabs{
    display:none!important;
}

.scheme_default form button.sc_button_hover_slide_top:hover{
    color:#fff!important;
}

section.related.products {
    margin: 20px 0;
    display: block;
    clear:both;
}

section.related.products ul.products.columns-4 {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    justify-content: center;
    align-items: center;
}

ul.products.columns-4 li {
    width: 33%;
    display: block;
}

ul.products.columns-4 li img {
    height: 250px;
    object-fit: cover;
    box-shadow: 0 10px 10px -5px #000;
}

ul.products.columns-4 li h2 {
    margin: 15px 0;
    font-size: 1.2rem;
}

ul.products.columns-4 li .price {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.products.columns-4 li .add_to_cart_button {
    background: #918257;
    padding: 10px 15px;
    color: #fff;
    box-shadow: 0 5px 10px -5px #000;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    width: 50%;
}

ul.products.columns-4 li .add_to_cart_button:hover {
    box-shadow: 0 10px 7px -5px #000;
}