/*** https://www.halkkitabevi.com/js/fancybox/jquery.fancybox.css?v=4140 ***/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*** https://www.halkkitabevi.com/templates/dyo-halk/css/reset.css?v=4140 ***/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/default.css?v=4140 ***/
* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

body, html {
    font-size: 16px;
    line-height: 1.5em;
    overflow-x: hidden;
}

/*body,html,div,span,a,ul,li{direction: rtl; unicode-bidi: bidi-override;}*/
div, li, ul, input, select, button, span, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1em;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: 400;
    line-height: 1.4em;
}

h1 {
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
}

h2 {
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
}

h3 {
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

h4 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
}

h5 {
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
}

h6 {
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 980px) {
    .container_responsive h1,
  .container_responsive h2,
  .container_responsive h3,
  .container_responsive h4,
  .container_responsive h5 {
        font-size: 1.2em;
    }
}

p {
    margin: 0;
}

p + p {
    margin-top: 1em;
}

/* table-block*/
.table-block {
    display: table;
    border-collapse: collapse;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.table-block-no-rsp {
    display: table;
    border-collapse: collapse;
}

.table-row-no-rsp {
    display: table-row;
}

.table-cell-no-rsp {
    display: table-cell;
    vertical-align: top;
}

.table-cell-vcenter {
    vertical-align: middle;
}

.table-cell-right {
    text-align: right;
}

.table-cell-padding {
    padding: 0.5em;
}

.table-cell-center {
    text-align: center;
}

.table-header-cell {
    font-weight: bold;
}

.table-cell-10 {
    width: 10px;
}

.table-cell-80 {
    width: 80px;
}

.table-cell-100 {
    width: 100px;
}

.table-cell-120 {
    width: 120px;
}

.ui-grid-content {
    width: 100%;
}

.rsp-show-538 {
    display: none;
}

/* list defaults*/
.list_table {
    width: 100%;
}

.list_table .table-cell {
    padding: 0.4em;
    border: 1px solid;
}

.list_table .table-header-row .table-cell {
    font-size: 1.2em;
}

.list_table {
    margin: 1em 0 1em 0;
}

/* view table*/
.view_table .view_row label {
    width: 10em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    *display: inline;
  /* ie7 fix */
    zoom: 1;
  /* hasLayout ie7 trigger */
    text-align: left;
    vertical-align: top;
    padding: 0.5em 0.5em 0.5em 0;
    font-weight: bold;
}

.view_table .view_row .view_row_data {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    *display: inline;
  /* ie7 fix */
    zoom: 1;
  /* hasLayout ie7 trigger */
    text-align: left;
    vertical-align: top;
    padding: 0.5em 0.5em 0.5em 0;
}

.view-table .table-cell {
    padding: 0.5em;
}

/* form defaults*/
.form_row {
    padding: 0.2em 0;
    text-align: left;
}

.form_row label {
    display: block;
    font-size: 0.8em;
    text-align: left;
    padding: 0.1em 0em 0.1em 0;
}

/* smarty checkboxes*/
.form_row label .inp_checkbox_smarty {
    margin-right: 0.3em;
}

.form_row .inp_checkbox + label {
    display: inline;
    font-size: 1em;
}

/* checkbox*/
.inp_checkbox {
    display: none;
}

/* to hide the checkbox itself */
.inp_checkbox + label:before {
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: bottom;
}

.inp_checkbox + label:before {
    content: "\f096";
  /* unchecked icon */
    letter-spacing: 0.34em;
  /* space between checkbox and label */
    color: #666;
    font-weight: normal;
    font-size: 1.2em;
}

.inp_checkbox:checked + label:before {
    content: "\f046";
  /* checked icon */
    letter-spacing: 0.2em;
  /* space between checkbox and label */
}

.list_table .table-header-row .inp_checkbox + label:before {
    font-size: 1em;
}

.inp_text {
    padding: 0.5em;
    border: 1px solid;
    border-radius: 0;
    max-width: 100%;
    vertical-align: middle;
}

.input_s {
    width: 80px;
}

.input_m {
    width: 120px;
}

.input_l {
    width: 160px;
}

.input_xl {
    width: 220px;
}

.inp_select {
    padding: 0.5em 1.6em 0.5em 0.8em;
    border-radius: 0px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 1px solid;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(/templates/dyo-halk/i/select-icon.png) no-repeat center right;
    max-width: 100%;
    vertical-align: middle;
}

.inp_textarea {
    padding: 0.5em;
    border: 1px solid;
    border-radius: 0;
    max-width: 100%;
}

.button {
    background: #000;
    color: #fff;
    border: 0;
    padding: 0.5em 1em;
    cursor: pointer;
    vertical-align: middle;
}

.button:hover {
    opacity: 0.8;
    text-decoration: none;
}

.button_sm {
    padding: 0.1em 0.7em;
    font-size: 0.9em;
}

.prd_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.banner_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.error_header {
    color: #FF0000;
    font-weight: bold;
    padding: 0.5em 0em;
}

.error {
    color: #FF0000;
}

.required_star {
    color: #FF0000;
    font-size: 1.2em;
}

.dy_disabled {
    background: #ccc;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/layout.css?v=4140 ***/
.banner_header {
    text-align: center;
    background-color: #575757;
    padding: 5px;
    font-size: 14px;
    height: 34px;
}

.banner_header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.banner_header_social {
    position: absolute;
    right: 30px;
    top: 2px;
}

.banner_header_social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner_header_social ul li:not(:first-child) {
    margin-left: 15px;
}

.banner_header_social ul li i {
    color: #fff;
    font-size: 16px;
}

.page_home .extinfo {
    margin-bottom: 50px;
    background: #fff;
}

.extinfo {
    background: #FAFAFA;
}

.extinfo .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.extinfo-item {
    padding: 20px;
}

.extinfo-item-image {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.extinfo-item-text {
    margin-top: 20px;
    font-size: 14px;
    color: #575757;
}

@media only screen and (max-width: 520px) {
    .container_responsive .rsp-show-538 {
        display: inline;
    }

    .container_responsive .rsp-hide-538 {
        display: none;
    }
}

.clear {
    clear: both;
}

.cw {
    margin: 0 auto;
    width: 1180px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .container_responsive .cw {
        min-width: 300px;
    }
}

.container_responsive .cw {
    max-width: 1200px;
    padding: 0 30px;
    width: auto;
}

.page_home .container_responsive .cw, .page_prdlist .container_responsive .cw, .page_prdview .container_responsive .cw {
    padding: 0;
}

.page_prdview .bread_crumbs {
    margin: 0;
    padding: 20px 0;
    background: #fff;
}

.page_prdlist .container_responsive .content_body_cw {
    padding: 0 30px;
    width: 100%;
}

.page_prdlist .container_responsive .cw.layout_010 {
    width: 100%;
    max-width: 100%;
}

.bread_crumbs ul {
    max-width: 1200px;
    padding: 0 30px;
    margin: auto;
}

.page_home .layout_vit.cw {
    max-width: 100%;
    width: 100%;
}

.page_home .footer {
    margin-top: 40px;
}

.content_body_cw {
    max-width: 1200px !important;
}

.page_prdlist .content_body {
    min-height: auto !important;
}

.page_prdview .content_body_cw {
    max-width: 100% !important;
}

.bar_top {
    padding: 0.5em 0;
}

.bar_top .cw {
    width: auto;
    max-width: 1200px;
}

@media only screen and (max-width: 990px) {
    .container_responsive .bar_top {
        display: none;
    }
}

/* header */
.header {
    margin-bottom: 0em;
    position: relative;
    z-index: 200;
}

.header_sticky_wrapper.is-sticky {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
}

.header .logo {
    vertical-align: middle;
    padding-right: 15px;
}

.header .logo img {
    max-width: 200px;
}

.header_content {
    padding: 1em 0;
}

.header_content .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_content_burger {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    position: relative;
    cursor: pointer;
    line-height: 0;
    margin-right: 10px;
}

@media only screen and (max-width: 990px) {
    .header .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header .logo {
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .header .logo img {
        max-width: 150px;
    }

    .header .search_box {
        width: 100%;
        margin-top: 20px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .header .header_menu {
        margin-left: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.page_home .header {
    margin-bottom: 0;
}

/*@media only screen and (min-width:981px) and (max-width:1180px) {

  .container_responsive .header .col2{          
    width: 40%;   
  }
  .container_responsive .header .col3{          
    width: 38%;   
  }
}
@media only screen and (max-width:980px) {
  .container_responsive .header .col1{    
    width: 100%;
    
    float: none; 
    
  } 
  .container_responsive .header .col2{    
    float: none;  
    width: 100%;
    
  } 
  .container_responsive .header .col3{
    float: none;
    height: auto;
    
  } 

@media only screen and (max-width:980px) {
  .container_responsive .logo{
    width: 100%;    
    text-align: center;
    margin: 0.4em 0 0.4em 0;        
  }   
  .container_responsive .logo img{
    max-width: 150px;
  }
}

@media only screen and (max-width:980px) {
  .container_responsive .header .header_content{
    padding: 0.2em 0;
  }
}*/
.header .switch_to_desktop_mode {
    display: none;
    text-align: left;
    margin: 0.5em 0;
    float: left;
}

.header .switch_to_desktop_mode .button {
    text-decoration: none;
    font-size: 0.8em;
    padding: 0.2em 0.3em;
}

.header .switch_to_desktop_mode button:hover {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .container_responsive .header .switch_to_desktop_mode {
        display: block;
    }
}

.content_body {
    padding: 0;
    margin: 0;
}

/*
@media only screen and (max-width:980px) {  
  .container_responsive .content_body{
    padding: 0 1em;
  }
}
*/
.bread_crumbs {
    padding: 0.5em 0;
    margin: 10px 0;
    width: 100%;
}

.bread_crumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bread_crumbs li {
    margin: 0 1em 0 0;
    font-size: 13px;
}

.page_message {
    margin: 1em auto;
    padding: 0.5em !important;
    font-size: 1.5em;
    line-height: 1.4em;
    border: 1px solid;
    width: 100% !important;
    max-width: 1140px !important;
}

/* content layout*/
.side_column,
.main_content {
    float: left;
}

.side_column {
    width: 20%;
}

.layout_111 .main_content {
    width: 60%;
}

.layout_011 .main_content,
.layout_110 .main_content {
    width: 75%;
}

.layout_011 .side_column,
.layout_110 .side_column {
    width: 25%;
}

.layout_010 .main_content {
    width: 100%;
}

.layout_011 .left_column,
.layout_110 .right_column,
.layout_010 .side_column {
    display: none;
}

/* layout_110 */
.layout_110 .main_content {
    width: calc(100% - 185px);
}

.layout_110 .left_column {
    width: 185px;
}

.layout_vit_full {
    margin-top: -1em;
  /* header daki margin-bottom 1em i silmek icin*/
}

.left_column {
    padding: 1em 1em 1em 1em;
}

.right_column {
    padding-left: 15px;
}

.layout_110 .main_content {
    padding-left: 1em;
}

@media only screen and (max-width: 980px) {
    .container_responsive .layout_111 .side_column,
  .container_responsive .layout_011 .side_column,
  .container_responsive .layout_110 .side_column,
  .container_responsive .layout_111 .main_content,
  .container_responsive .layout_011 .main_content,
  .container_responsive .layout_110 .main_content {
        float: left;
        width: 100%;
    }
}

.items_col {
    float: left;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.items_col1 {
    width: 100%;
}

.items_col2 {
    width: 50%;
}

.items_col3 {
    width: 33.333333%;
}

.items_col4 {
    width: 25%;
}

.items_col5 {
    width: 20%;
}

.items_col6 {
    width: 16.66666667%;
}

@media only screen and (max-width: 767px) {
    .container_responsive .items_col2,
  .container_responsive .items_col3,
  .container_responsive .items_col4,
  .container_responsive .items_col5,
  .container_responsive .items_col6 {
        width: 50%;
        float: left;
        clear: none;
    }
}

@media only screen and (max-width: 520px) {
  /*.container_responsive .items_col,
  .container_responsive .items_col1,
  .container_responsive .items_col2,
  .container_responsive .items_col3,
  .container_responsive .items_col4,
  .container_responsive .items_col5
  .container_responsive .items_col6
  {
    width: 100%;
    clear:both;
  }*/
}

.items_col_60 {
    width: 60%;
}

.items_col_70 {
    width: 70%;
}

.items_col_30 {
    width: 30%;
}

.items_col_40 {
    width: 40%;
}

/* box */
.box {
    border: 0px solid;
    margin-bottom: 1em;
}

.box .box_header {
    border-bottom: 0px solid;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.box .box_header a {
    display: block;
    padding: 0.2em 0em;
    font-size: 1.5em;
}

.box .box_header a:hover {
    text-decoration: none;
}

.box .box_header img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.box .box_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
}

.box .box_content .b_more_link {
    padding: 0.5em 0 0 0;
    text-align: right;
    font-size: 0.9em;
    display: none;
}

.box .box_header .box_header_desc {
    font-size: 15px;
    color: #a19e9c;
    font-weight: 300;
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    .box .box_header .box_header_desc {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 980px) {
    .container_responsive .box .box_header .box_header_desc {
        display: block;
        font-size: 0.6em;
    }

    .container_responsive .side_column .box .box_header a {
        font-size: 1em;
    }

    .container_responsive .side_column .box .box_content {
        display: none;
    }

    .container_responsive .tabs_view .box .box_content {
        display: block;
    }
}

.banner_wrapper {
    text-align: center;
    background: #fff;
}

.page_home .banner_wrapper {
    background: none;
}

@media screen and (max-width: 980px) {
    .page_home .slide_banner_wrapper {
        padding-bottom: 0;
    }

    .page_home .banner_wrapper .cycle-slideshow-nav {
        display: none;
    }
}

.slide_banner_wrapper {
    padding-bottom: 20px;
}

.tabs_view_splitter .banner_wrapper {
    background: none;
}

/* wysiwyg editor */
.wysiwyg img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.wysiwyg b,
.wysiwyg strong {
    font-weight: bold;
}

.wysiwyg em,
.wysiwyg i {
    font-style: italic;
}

.wysiwyg ol,
.wysiwyg ul {
    padding: 0.3em 0 0.3em 2em;
}

.wysiwyg ul li {
    list-style: disc outside none;
    padding-left: 0.1em;
}

.wysiwyg ol li {
    list-style: decimal outside none;
    padding-left: 0.1em;
}

.slide_banner_wrapper {
    margin-bottom: 1em;
}

/*pager*/
.pager {
    text-align: center;
}

.pager .button {
    background: none;
    padding: 0.2em 0.4em;
    border: 1px solid;
    font-size: 0.85em;
    background: none;
}

.pager .pager_info {
    display: none;
}

/*.layout_vit .news_box .nws_item .nws_info .nws_title {
  font-size: 1em;
  margin-bottom: 1em;
  display: block; 
  color: #3b3b3b;
}
.layout_vit .news_box .nws_item .nws_info .nws_spot {
  max-height: 8em;
  line-height: 1.6em;
  overflow: hidden;
  display: block;  
  font-size: 0.875em;
  color: #686868;
}*/
.news_box {
    background-color: #fff;
    overflow: hidden;
    padding-top: 20px;
}

.news_box .box_content {
    padding: 15px 30px;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
}

.news_box .nws_item .nws_image {
    text-align: center;
    overflow: hidden;
}

.news_box .nws_item .nws_image img {
    width: 100%;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

.news_box .nws_item .nws_image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_box .nws_item .nws_info {
    margin: 20px 0;
}

.news_box .nws_item .nws_info a {
    font-size: 16px;
    text-decoration: none;
}

.news_box .nws_item .nws_spot {
    margin-top: 13px;
    font-size: 13px;
    line-height: 23px;
    height: 75px;
    overflow: hidden;
    color: #777;
}

.news_box .nws_item .nws_button {
    border: 1px solid #ccc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.news_box .nws_item .nws_button a {
    color: #575757;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.news_box .nws_item .nws_button svg {
    margin-left: 5px;
    position: relative;
    top: 3px;
}

@media only screen and (max-width: 990px) {
    .news_box .box_content {
        grid-template-columns: 1fr;
    }
}

.news_view .nws_view_image {
    float: left;
    margin: 0 1em 1em 0;
}

.news_list .news_item {
    padding: 0 0 1em 0;
    float: none;
    width: 100%;
    text-align: left;
    height: auto;
    margin: 0;
}

.news_list .news_item .nws_image {
    display: block;
    height: 140px;
    line-height: 140px;
    width: 140px;
    vertical-align: middle;
    overflow: hidden;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 1em 0 0;
    text-align: center;
}

.news_list .news_item .nws_image img {
    max-width: 100%;
    max-height: 100%;
    width: 140px;
    height: auto;
}

.news_list .news_item .nws_title {
    padding: 0 0 0.5em 0;
    vertical-align: top;
    height: auto;
    line-height: 1em;
    font-size: 1.5em;
    width: 100%;
}

.news_list .news_item .nws_spot {
    height: auto;
}

.news_list .news_item.news_item_ref {
    width: 25%;
    float: left;
    text-align: center;
}

.news_list .news_item.news_item_ref .nws_image {
    width: 100%;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    text-align: center;
    border: 0;
    background: none;
}

.news_list .news_item .nws_image img {
    width: auto;
    height: auto;
}

.news_list .news_item.news_item_ref .nws_title {
    font-size: 1em;
    visibility: hidden;
}

.news_list .news_item.news_item_ref:hover .nws_title {
    visibility: visible;
}

.news_list .news_item.news_item_ref .nws_image {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.news_list .news_item.news_item_ref .nws_image:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05) rotate(5deg);
}

.wrt_box .wrt_photo {
    width: auto;
    height: auto;
    float: left;
    margin: 0 1em 1em 0;
}

/* share buttons*/
.share-buttons a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.8em;
    margin: 0 2px;
    border-radius: 5px;
    background: #ff0000;
    color: #fff;
    padding: 5px;
    font-style: normal;
}

.share-buttons a:hover {
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
  /* For IE8 and earlier */
}

.share-buttons a.facebook {
    background: #3b579d;
}

.share-buttons a.twitter {
    background: #00aced;
}

.share-buttons a.linkedin {
    background: #007bb6;
}

.share-buttons a.pinterest {
    background: #d12a2d;
}

.share-buttons a.googleplus {
    background: #d94734;
}

.share-buttons a.whatsapp {
    background: #0dc143;
}

.rich-snippets {
    display: none;
}

.eml_box .box_header {
    display: none;
}

.eml_box .inp_container {
    position: relative;
}

.eml_box .button {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

.eml_box .inp_text {
    width: 100%;
}

.side_column .eml_box .inp_text {
    width: 100%;
    margin: 0.3em 0;
}

.side_column .eml_box .button {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
}

.favorites_list .prd_image {
    max-height: 80px;
}

.banner-multiple {
    margin: 0 -0.5em 0 0;
    font-size: 0;
}

.banner-multiple .banner_img_box {
    display: inline-block;
    *display: inline;
    zoom: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 0.5em;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
}

.banner-multiple.banner-2 .banner_img_box {
    width: 50%;
}

.banner-multiple.banner-3 .banner_img_box {
    width: 33.333%;
}

.banner-multiple.banner-4 .banner_img_box {
    width: 25%;
}

.banner-multiple.banner-5 .banner_img_box {
    width: 20%;
}

@media only screen and (min-width: 521px) and (max-width: 767px) {
    .container_responsive .banner-multiple.banner-2 .banner_img_box {
        width: 50%;
    }

    .container_responsive .banner-multiple.banner-3 .banner_img_box {
        width: 33.333%;
    }

    .container_responsive .banner-multiple.banner-4 .banner_img_box {
        width: 50%;
    }

    .container_responsive .banner-multiple.banner-5 .banner_img_box {
        width: 33.333%;
    }
}

@media only screen and (max-width: 520px) {
    .container_responsive .banner-multiple.banner-2 .banner_img_box {
        width: 100%;
    }

    .container_responsive .banner-multiple.banner-3 .banner_img_box {
        width: 100%;
    }

    .container_responsive .banner-multiple.banner-4 .banner_img_box {
        width: 100%;
    }

    .container_responsive .banner-multiple.banner-5 .banner_img_box {
        width: 100%;
    }
}

.paymentInstallmentCol {
    width: 30%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 2em;
    font-size: 0.80em;
}

.writers_box {
    overflow: hidden;
}

.writers_box .box_content {
  /*margin-left: -1em;
  margin-right: -1em;
  background: #ff0000;
  */
    padding: 0 0;
}

.writers_box .box_content .wrt_item {
    float: left;
    width: 20%;
    text-align: center;
    padding: 1em 2em 0 0;
}

.writers_box .box_content .wrt_item .wrt_photo_box {
    margin: 0 0 0.5em 0;
    width: 200px;
    line-height: 300px;
    height: 300px;
    vertical-align: middle;
}

.writers_box .box_content .wrt_item .wrt_photo_box img {
    max-width: 100%;
    border: 1px solid #c5c5c5;
    width: auto;
    height: auto;
}

.writers_box .box_content .wrt_item:hover .wrt_photo_box img {
    opacity: 0.9;
    filter: alpha(opacity=90);
  /* For IE8 and earlier */
}

@media only screen and (max-width: 767px) {
    .container_responsive .writers_box .box_content .wrt_item {
        float: none;
        width: 100%;
    }
}

.colored_mod_container {
    padding: 1em 0;
}

.mod_container .tabs_view {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.mod_container .tabs_view .box_header {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 3px;
}

.mod_container .tabs_view .box_header li {
    text-align: center;
    font-size: 13px;
    width: 100%;
}

.mod_container .tabs_view .box_header li a {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0;
}

.mod_container .tabs_view .box_header li.dy_selected {
    background-color: #ddd;
}

.mod_container .tabs_view .box_header li.dy_selected span {
    color: #333;
    font-weight: 500;
}

.mod_container .tabs_view .box_header li:not(:last-child) {
    border-right: 1px solid #ddd;
}

.mod_container .box_prd {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 30px;
}

.mod_container .box_prd .box_header {
    padding: 0;
}

.mod_container .box_prd .box_content {
    max-width: auto;
    margin-top: 10px;
    padding: 0;
}

.mod_container .box_content.tab_item {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.mod_container .box_content.tab_item .box_prd {
    margin: 0 auto;
    padding: 0 10px;
}

/* banners */
.banner-follow-us {
    margin-top: 40px;
}

.banner-follow-us .tabs_view_splitter_nav {
    padding: 0;
}

.banner-follow-us .tabs_view_splitter_nav li {
    padding: 0;
    margin: 2px 0;
}

.banner-left {
    margin-top: 40px;
}

.banner-left .banner_wrapper {
    background: none;
}

.left-social-menu .box_header a {
    font-size: 12px;
}

.left-social-menu .box_content {
    padding: 0 !important;
}

.left-social-menu ul {
    font-size: 13px;
}

.left-social-menu ul li {
    margin-bottom: 10px;
}

.left-social-menu ul li a span i:first-child {
    display: none;
}

@media screen and (max-width: 760px) {
    .side_column.left_column {
        display: none;
    }
}

.side_column.left_column {
    margin-top: 50px;
    padding: 0;
}

.side_column.left_column .box .box_header {
    padding: 0;
}

.side_column.left_column .box .box_content {
    margin-top: 10px;
    border-radius: 5px;
    padding: 0;
}

.side_column.left_column .categories_box .box_header a {
    font-size: 20px;
}

.side_column.left_column .categories_box li {
    border: none;
}

.side_column.left_column .categories_box ul > li > a {
    border-radius: 5px;
    font-size: 13px;
}

.side_column.left_column .categories_box .box_content > ul li:last-child ul {
    margin-bottom: 0;
}

.side_column.left_column .categories_box .box_content ul {
    padding-left: 0;
}

.side_column.left_column .categories_box .box_content > ul > li a {
    display: none;
}

.side_column.left_column .categories_box .box_content ul li.dy_selected a {
    display: block;
}

.side_column.left_column .categories_box .box_content ul li.dy_selected > a span {
    font-weight: 600;
}

.side_column.left_column .categories_box .box_content ul li.dy_selected ul {
    padding-left: 10px;
}

.side_column.left_column .ctg_filters_box .box_header {
    display: none;
}

.side_column.left_column .ctg_filters_box .box_content {
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.side_column.left_column .ctg_filters_box .box_content ul > li label {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.layout_110 {
    position: relative;
    width: auto;
}

.layout_110 .main_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}

.layout_110 .main_content .mod_container {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.layout_110 .main_content .minislider {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.layout_110 .main_content .list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.page_prdlist main.content_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

/*
.container_responsive .cw.layout_110 {
  max-width: 1200px;
  padding: 0 30px;
  width: auto;

  .main_content {
    padding-left: 30px;
  }
}*/
@media screen and (max-width: 980px) {
    .container_responsive .cw.layout_110 .main_content {
        padding-left: 0;
    }
}

.__prd_list_banners {
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.__prd_list_banners:empty {
    display: none;
}

.__prd_list_banners li {
    display: none;
}

.__prd_list_banners li:nth-child(-n + 4) {
    display: block;
}

@media screen and (max-width: 980px) {
    .__prd_list_banners {
        grid-template-columns: 1fr 1fr;
    }

    .__prd_list_banners li:nth-child(-n + 4) {
        display: none;
    }

    .__prd_list_banners li:nth-child(-n + 2) {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .slide_banner_wrapper .cycle-slideshow-wrapper .cycle-slideshow > a > img {
        height: 150px !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .extinfo .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 520px) {
    .header .wrapper {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header_content_burger {
        position: absolute;
        top: 0;
        left: 30px;
    }

    .header .logo {
        margin-left: auto;
        margin-right: auto;
    }

    .header .header_menu {
        margin: 20px auto 0 auto;
    }
}

@media screen and (max-width: 980px) {
    .page_prdlist .side_column.left_column {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 500;
        background: #fff;
        padding: 30px;
        padding-top: 60px;
        min-height: 100vh;
        height: 100%;
        overflow: scroll;
        display: none;
        margin: 0;
    }

    .page_prdlist .side_column.left_column .banner_wrapper {
        display: none;
    }

    .page_prdlist .side_column.left_column .left-social-menu {
        display: none;
    }

    .container_responsive .side_column .box .box_content {
        display: block !important;
    }
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/loading.css?v=4140 ***/
/*http://projects.lukehaas.me/css-loaders/*/
/* google search : Single Element CSS Spinners */
.loadingContent {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {
    0%,
  100% {
        -webkit-box-shadow: 0em -2.6em 0em 0em #c0c0c0, 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.5), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.7);
        box-shadow: 0em -2.6em 0em 0em #c0c0c0, 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.5), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.7);
    }

    12.5% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.7), 1.8em -1.8em 0 0em #c0c0c0, 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.5);
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.7), 1.8em -1.8em 0 0em #c0c0c0, 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.5);
    }

    25% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.5), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.7), 2.5em 0em 0 0em #c0c0c0, 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.5), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.7), 2.5em 0em 0 0em #c0c0c0, 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
    }

    37.5% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.5), 2.5em 0em 0 0em rgba(192, 192, 192, 0.7), 1.75em 1.75em 0 0em #c0c0c0, 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.5), 2.5em 0em 0 0em rgba(192, 192, 192, 0.7), 1.75em 1.75em 0 0em #c0c0c0, 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
    }

    50% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.5), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.7), 0em 2.5em 0 0em #c0c0c0, -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.5), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.7), 0em 2.5em 0 0em #c0c0c0, -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
    }

    62.5% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.5), 0em 2.5em 0 0em rgba(192, 192, 192, 0.7), -1.8em 1.8em 0 0em #c0c0c0, -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.5), 0em 2.5em 0 0em rgba(192, 192, 192, 0.7), -1.8em 1.8em 0 0em #c0c0c0, -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
    }

    75% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.5), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.7), -2.6em 0em 0 0em #c0c0c0, -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.5), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.7), -2.6em 0em 0 0em #c0c0c0, -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
    }

    87.5% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.5), -2.6em 0em 0 0em rgba(192, 192, 192, 0.7), -1.8em -1.8em 0 0em #c0c0c0;
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.5), -2.6em 0em 0 0em rgba(192, 192, 192, 0.7), -1.8em -1.8em 0 0em #c0c0c0;
    }
}

@keyframes load5 {
    0%,
  100% {
        -webkit-box-shadow: 0em -2.6em 0em 0em #c0c0c0, 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.5), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.7);
        box-shadow: 0em -2.6em 0em 0em #c0c0c0, 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.5), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.7);
    }

    12.5% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.7), 1.8em -1.8em 0 0em #c0c0c0, 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.5);
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.7), 1.8em -1.8em 0 0em #c0c0c0, 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.5);
    }

    25% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.5), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.7), 2.5em 0em 0 0em #c0c0c0, 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.5), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.7), 2.5em 0em 0 0em #c0c0c0, 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
    }

    37.5% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.5), 2.5em 0em 0 0em rgba(192, 192, 192, 0.7), 1.75em 1.75em 0 0em #c0c0c0, 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.5), 2.5em 0em 0 0em rgba(192, 192, 192, 0.7), 1.75em 1.75em 0 0em #c0c0c0, 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
    }

    50% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.5), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.7), 0em 2.5em 0 0em #c0c0c0, -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.5), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.7), 0em 2.5em 0 0em #c0c0c0, -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.2), -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
    }

    62.5% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.5), 0em 2.5em 0 0em rgba(192, 192, 192, 0.7), -1.8em 1.8em 0 0em #c0c0c0, -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.5), 0em 2.5em 0 0em rgba(192, 192, 192, 0.7), -1.8em 1.8em 0 0em #c0c0c0, -2.6em 0em 0 0em rgba(192, 192, 192, 0.2), -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
    }

    75% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.5), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.7), -2.6em 0em 0 0em #c0c0c0, -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.5), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.7), -2.6em 0em 0 0em #c0c0c0, -1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2);
    }

    87.5% {
        -webkit-box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.5), -2.6em 0em 0 0em rgba(192, 192, 192, 0.7), -1.8em -1.8em 0 0em #c0c0c0;
        box-shadow: 0em -2.6em 0em 0em rgba(192, 192, 192, 0.2), 1.8em -1.8em 0 0em rgba(192, 192, 192, 0.2), 2.5em 0em 0 0em rgba(192, 192, 192, 0.2), 1.75em 1.75em 0 0em rgba(192, 192, 192, 0.2), 0em 2.5em 0 0em rgba(192, 192, 192, 0.2), -1.8em 1.8em 0 0em rgba(192, 192, 192, 0.5), -2.6em 0em 0 0em rgba(192, 192, 192, 0.7), -1.8em -1.8em 0 0em #c0c0c0;
    }
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/slideshow.css?v=4140 ***/
.cycle-slideshow li {
    vertical-align: top;
  /*safarideki alignment sorunu icin eklendi*/
}

.cycle-slideshow-prev {
    position: absolute;
    left: -50px;
    top: 47%;
    font-size: 30px;
}

.cycle-slideshow-next {
    position: absolute;
    right: -50px;
    top: 47%;
    font-size: 30px;
}

.banner_wrapper .cycle-slideshow-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.banner_wrapper .cycle-slideshow-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner_wrapper .cycle-slideshow-nav {
    display: block;
    text-align: center;
}

.banner_wrapper .cycle-slideshow-nav a {
    max-width: 150px;
    display: block;
    width: 100%;
    height: 15px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    background: #575757 !important;
    border-right: 1px solid #999;
    position: relative;
}

.banner_wrapper .cycle-slideshow-nav a:first-child {
    border-left: 1px solid #999;
}

.banner_wrapper .cycle-slideshow-nav a.cycle-pager-active {
    background: #333;
    border-color: #ddd;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.banner_wrapper .cycle-slideshow-nav a span {
    position: absolute;
    z-index: 100;
    top: -70px;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    border: none;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
}

.banner_wrapper .cycle-slideshow-nav a:hover {
    text-decoration: none;
    background: #ddd !important;
    border-color: #ddd;
}

.banner_wrapper .cycle-slideshow-nav a:hover span {
    visibility: visible;
    opacity: 1;
    top: -50px;
}

@media only screen and (max-width: 767px) {
    .banner_wrapper .cycle-slideshow-nav a {
        width: 25px;
        height: 25px;
        padding: 0 3px;
    }
}

.cycle-slideshow-wrapper .cycle-slideshow-prev,
.cycle-slideshow-wrapper .cycle-slideshow-next {
    background: none;
    width: auto;
    height: auto;
    cursor: pointer;
    position: absolute;
    top: 32%;
    z-index: 102;
    font-size: 3em;
}

.cycle-slideshow-wrapper .cycle-slideshow-prev {
    right: auto;
    left: 2px;
}

.cycle-slideshow-wrapper .cycle-slideshow-next {
    left: auto;
    right: 2px;
}

/* slide banner*/
.slide_banner_wrapper .cycle-slideshow-wrapper .cycle-slideshow {
    width: 100%;
}

.slide_banner_wrapper .cycle-slideshow-wrapper .cycle-slideshow img {
    width: 100%;
}

.slide_banner_wrapper .cycle-slideshow-wrapper .cycle-slideshow > a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
}

.slide_banner_wrapper .cycle-slideshow-wrapper .cycle-slideshow > a > img {
    width: 100%;
    position: static;
    display: block;
    height: auto;
}

.slide_banner_wrapper .cycle-slideshow-wrapper .cycle-slideshow-prev,
.slide_banner_wrapper .cycle-slideshow-wrapper .cycle-slideshow-next {
    display: none;
}

/* prd view*/
.prd_view_img_box .cycle-slideshow-wrapper .cycle-slideshow a {
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
}

.prd_view_img_box .cycle-slideshow-wrapper .cycle-slideshow-nav {
    text-align: center;
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 0.5em;
}

.prd_view_img_box .cycle-slideshow-wrapper .cycle-slideshow-nav a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0em;
    margin: 3px 3px;
    border: 0;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border-radius: 0.3em;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #fff;
}

.prd_view_img_box .cycle-slideshow-wrapper .cycle-slideshow-nav .cycle-pager-active,
.prd_view_img_box .cycle-slideshow-wrapper .cycle-slideshow-nav a:hover {
    border: 1px solid #999;
}

/*
.prd_view_img_box .cycle-slideshow-wrapper .cycle-slideshow-nav a img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
*/
.grid_banner_item {
    margin-bottom: 0.3em;
}

.minislider .banner_wrapper {
    background: none;
}

.minislider .banner_wrapper .slide_banner_wrapper {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.minislider .cycle-slideshow-nav {
    display: none;
}

.page_home .slide_banner_wrapper .cycle-slideshow-wrapper .cycle-slideshow-prev, .page_home .slide_banner_wrapper .cycle-slideshow-wrapper .cycle-slideshow-next {
    background: #575757;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 2em;
}

.page_home .slide_banner_wrapper .cycle-slideshow-wrapper .cycle-slideshow-prev {
    left: 20px;
}

.page_home .slide_banner_wrapper .cycle-slideshow-wrapper .cycle-slideshow-next {
    right: 20px;
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/tabs.css?v=4140 ***/
.tabs_view .tabs_view_nav {
    position: relative;
}

.tabs_view .tabs_view_nav > li {
    display: inline-block;
    padding: 0;
}

.tabs_view .tabs_view_nav > li > a {
    display: inline-block;
    padding: 1em 1em;
}

.tabs_view .tabs_view_nav > li > a:hover {
    text-decoration: none;
}

.tabs_view .tabs_view_content > li > a {
    display: none;
}

.tabs_view .tabs_view_content > li > a:hover {
    text-decoration: none;
}

.tabs_view .box {
    border: 0;
}

.tabs_view .box .box_header {
    display: none;
}

.tabs_view .box .box_content {
    border: 0;
    padding: 0;
}

/* acordeon */
@media only screen and (max-width: 990px) {
    .tabs_view .tabs_view_nav {
        display: none;
    }
}

.tabs_view_splitter {
    border: 0;
}

.tabs_view_splitter_nav {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 30px;
}

.tabs_view_splitter_nav > li {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border: 0;
    padding: 0 10px;
}

.tabs_view_splitter_nav > li > span {
    font-size: 2em;
}

@media screen and (max-width: 760px) {
    .tabs_view .box_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tabs_view_splitter.tabs_view_splitter_1 .tabs_view_splitter_nav > li {
    width: 100%;
}

.tabs_view_splitter.tabs_view_splitter_2 .tabs_view_splitter_nav > li {
    width: 50%;
}

.tabs_view_splitter.tabs_view_splitter_3 .tabs_view_splitter_nav > li {
    width: 33.333%;
}

.tabs_view_splitter.tabs_view_splitter_4 .tabs_view_splitter_nav > li {
    width: 25%;
}

.tabs_view_splitter.tabs_view_splitter_5 .tabs_view_splitter_nav > li {
    width: 20%;
}

.tabs_view_splitter.tabs_view_splitter_6 .tabs_view_splitter_nav > li {
    width: 16.666%;
}

@media only screen and (max-width: 767px) {
    .tabs_view_splitter.tabs_view_splitter_1 .tabs_view_splitter_nav > li,
  .tabs_view_splitter.tabs_view_splitter_2 .tabs_view_splitter_nav > li,
  .tabs_view_splitter.tabs_view_splitter_3 .tabs_view_splitter_nav > li,
  .tabs_view_splitter.tabs_view_splitter_4 .tabs_view_splitter_nav > li,
  .tabs_view_splitter.tabs_view_splitter_5 .tabs_view_splitter_nav > li,
  .tabs_view_splitter.tabs_view_splitter_6 .tabs_view_splitter_nav > li {
        width: 100%;
    }
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/menu.css?v=4140 ***/
/*.header .main_menu_opener{
  display: none;
  font-size: 2em;
  padding: 0.3em 0.3em;
  cursor: pointer;
}
@media only screen and (max-width:990px) {
  .header .main_menu_opener{
    display: block;
  }
}*/
/* main_menu */
.main_menu {
    border-bottom: 2px solid #dadada;
}

.main_menu .__main_menu_item_mobile {
    display: none;
}

.main_menu .wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_menu .wrapper > ul > li {
    text-align: center;
    width: 100%;
    position: relative;
}

.main_menu .wrapper > ul > li > a {
    display: inline-block;
    width: 100%;
    color: #575757;
    padding: 10px 0;
    border-bottom: 2px solid #ddd;
    position: relative;
    top: 2px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    font-size: 13px;
    text-decoration: none;
}

.main_menu .wrapper > ul > li > a:hover {
    color: #333;
    border-bottom: 2px solid #575757;
}

.main_menu .wrapper > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main_menu .wrapper > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 48px;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    width: 780px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
}

.main_menu .wrapper > ul > li > ul > li {
    text-align: left;
    width: 250px;
    border-right: 1px solid #eee;
}

.main_menu .wrapper > ul > li > ul > li > a {
    text-decoration: none;
    font-size: 12px;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

.main_menu .wrapper > ul > li > ul > li > a:hover {
    background-color: #eee;
}

.main_menu .wrapper > ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main_menu .wrapper > ul > li > ul > li > ul {
    position: absolute;
    left: 250px;
    top: 0;
    padding: 10px 0;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .1s all ease;
    transition: .1s all ease;
    width: 530px;
    height: 100%;
}

.main_menu .wrapper > ul > li > ul > li > ul > li {
    width: 250px;
}

.main_menu .wrapper > ul > li > ul > li > ul > li > a {
    padding: 5px 10px;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    color: #575757;
}

.main_menu .wrapper > ul > li > ul > li > ul > li > a:hover {
    color: #000;
}

.main_menu_close {
    padding: 20px;
    text-align: center;
    display: none;
    cursor: pointer;
}

@media only screen and (max-width: 990px) {
    .header_content_burger {
        display: block;
    }

    .main_menu .__main_menu_item_mobile {
        display: block;
    }

    .container_responsive .main_menu {
        display: none;
        width: 100%;
        height: 100%;
        z-index: 500;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #fff;
    }

    .container_responsive .main_menu_close {
        display: block;
    }

    .container_responsive .main_menu .wrapper > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container_responsive .main_menu .wrapper > ul > li a {
        border: none;
        color: #333;
        font-size: 15px;
    }

    .container_responsive .main_menu .wrapper > ul > li > ul {
        display: none;
    }
}

/* fixed header*/
.is-sticky {
    position: fixed;
    width: 100%;
    top: 0;
}

.is-sticky.main_menu .fa-bars {
    display: inline-block;
}

.is-sticky.main_menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.is-sticky.main_menu ul li {
    width: 100%;
}

.is-sticky.main_menu ul li a {
    text-align: left;
    border: 0;
    border-top: 1px solid;
}

.header_menu {
    position: relative;
    color: #575757;
}

.header_menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header_menu > ul > li {
    padding: 0 10px;
    font-size: 13px;
    position: relative;
}

.header_menu > ul > li:last-child {
    padding-right: 0;
}

.header_menu > ul > li > a {
    text-decoration: none;
}

.header_menu > ul > li > a:hover {
    color: #111;
}

.header_menu > ul > li > a svg {
    position: relative;
    top: 3px;
}

.header_menu .member_nav {
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 180px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    overflow: hidden;
    padding: 10px 0;
    display: none;
}

.header_menu .member_nav li a {
    padding: 5px 15px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    font-size: 13px;
}

.header_menu .member_nav li a:hover {
    background-color: #eee;
}

/* top_menu */
.top_menu {
    float: left;
    max-width: 75%;
    overflow: hidden;
    height: 2em;
}

@media only screen and (max-width: 980px) {
    .container_responsive .top_menu {
        display: none;
    }
}

.top_menu ul li {
    float: left;
    position: relative;
}

.top_menu ul li a {
    display: block;
    padding: 0.5em 0.7em;
    text-align: center;
    font-size: 0.9em;
}

.top_menu ul li:first-child a {
    padding-left: 0;
}

.top_menu ul li a:hover {
    text-decoration: underline;
}

.top_menu ul li ul {
    display: none;
}

/* user_menu */
.user_menu {
    float: right;
}

.user_menu ul li {
    float: left;
    position: relative;
    text-align: center;
}

.user_menu ul li a {
    display: block;
    padding: 0.5em 0.75em;
    text-align: center;
}

.user_menu ul li a:hover {
    text-decoration: none;
}

.user_menu ul li ul {
    display: none;
    top: 2.2em;
    right: 0;
    position: absolute;
    width: auto;
    z-index: 101;
}

.user_menu ul li .login_top_box {
    padding: 0.5em;
    width: 200px;
}

.user_menu ul li .login_top_row {
    padding: 0.2em 0;
}

.user_menu ul li .login_top_row .inp_text {
    width: 100%;
}

.user_menu ul li .login_top_row a {
    padding: 0 0;
    display: inline;
}

.user_menu ul li .login_top_row .button {
    display: block;
    width: 100%;
}

.user_menu ul li .social_login_buttons a {
    display: block;
    font-size: 15px;
    text-align: center;
    padding: 0.4em 0.2em;
}

/* user_menu_in*/
.user_menu ul.user_menu_in li ul {
    width: 200px;
    z-index: 101;
    padding: 0.3em 0;
}

.user_menu ul.user_menu_in li ul li {
    display: block;
    float: none;
    text-align: left;
}

.user_menu ul.user_menu_in li ul li a {
    display: block;
    padding: 0.3em 0.5em;
    text-align: left;
}

.user_menu ul li .flag {
    width: 24px;
    height: 1.5em;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.user_menu ul li .flag-tr {
    background-image: url(/templates/dyo-halk/i/flag-tr.png);
}

.user_menu ul li .flag-en {
    background-image: url(/templates/dyo-halk/i/flag-en.png);
}

.user_menu ul li .flag-nl {
    background-image: url(/templates/dyo-halk/i/flag-nl.png);
}

.user_menu ul li .flag-fr {
    background-image: url(/templates/dyo-halk/i/flag-fr.png);
}

.user_menu ul li .flag-de {
    background-image: url(/templates/dyo-halk/i/flag-de.png);
}

.user_menu ul li .flag-it {
    background-image: url(/templates/dyo-halk/i/flag-it.png);
}

.user_menu ul li .flag-ar {
    background-image: url(/templates/dyo-halk/i/flag-ar.png);
}

/* menu module*/
.box_menu .menu_content ul li ul {
    padding: 0 0 0 1em;
}

.box_menu .menu_content ul li ul li {
    font-size: 0.9em;
}

.social_menu {
    text-align: center;
}

.social_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social_menu ul li {
    padding: 0 5px;
    font-size: 13px;
}

.social_menu ul li:nth-child(2) {
    margin-right: 30px;
}

.social_menu ul li a {
    text-decoration: none;
}

.social_menu ul li i {
    font-size: 16px;
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/afil.css?v=4140 ***/
.afil_members_form {
    width: 100%;
    max-width: 500px;
}

.afil_members_form .inp_textarea,
.afil_members_form .inp_text {
    width: 100%;
}

.afil_members_form .terms_container {
    background: #ddd;
    padding: 1em;
    margin: 1em 0;
    height: 300px;
    overflow: auto;
}

.afil_menu {
    clear: both;
    width: 100%;
    margin: 1em 0;
    padding: 0.5em;
    text-align: center;
    background: #ddd;
}

.afil_menu ul li {
    padding: 0.5em;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #ddd;
    background: #fff;
    margin-right: 1px;
}

.afil_menu ul li a:hover {
    text-decoration: none;
}

.afil_menu ul li.afil_menu_selected {
    background: #999;
}

.afil_menu ul li.afil_menu_selected a {
    color: #fff;
}

.afil_prd_list {
    margin: 0 0 1em 0;
}

.afil_prd_list .prd_item {
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}

.afil_prd_list .prd_item .prd_image {
    width: 150px;
    height: 150px;
    line-height: 150px;
    vertical-align: middle;
    float: left;
    text-align: center;
    background: #f9f9f9;
}

.afil_prd_list .prd_item .prd_image img {
    max-width: 150px;
    max-height: 150px;
}

.afil_prd_list .prd_item .prd_image_extra {
    margin: 0.3em 0;
}

.afil_prd_list .prd_item .prd_image_extra img {
    max-width: 50px;
    max-height: 50px;
}

.afil_prd_list .prd_item .prd_info {
    margin-left: 170px;
}

.afil_prd_list .prd_item .prd_info .aft_custom_fields {
    background: #f9f9f9;
    padding: 1em;
    margin: 0.5em 0;
    position: relative;
    cursor: pointer;
    display: none;
}

.afil_prd_list .prd_item .prd_info .aft_custom_fields .fa {
    float: right;
}

.afil_no_record {
    padding: 3em 0;
    text-align: center;
}

@media only screen and (max-width: 520px) {
    .container_responsive .afil_prd_list .prd_item .prd_image {
        width: 100%;
    }

    .container_responsive .afil_prd_list .prd_item .prd_info {
        margin-left: 0;
        text-align: center;
    }
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/categories.css?v=4140 ***/
/* categories list*/
.categories_list_items > ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.categories_list_items > ul > li {
    width: 100%;
    padding: 1em 0 1em 1em;
    border-right: 1em solid;
}

.categories_list_items > ul > li > ul {
    height: 10em;
    overflow: auto;
}

.categories_list_items > ul > li > ul > li > a {
    font-size: 1.2em;
}

.categories_list_items > ul > li > ul > li > ul li {
    padding-left: 1em;
}

@media screen and (max-width: 768px) {
    .categories_list_items > ul {
        grid-template-columns: 1fr;
    }
}

.categories_list {
    margin-bottom: 50px;
}

/* categories_box */
.categories_box ul li a span i {
    display: none;
}

.categories_box ul li a:before {
    content: '>';
    font-size: 12px;
    margin-right: 3px;
    color: #ffb400;
}

.categories_box ul > li {
    border-bottom: 1px solid;
}

.categories_box ul > li > a {
    padding: 0.5em 0.5em;
    display: block;
    font-weight: 600;
}

.categories_box ul > li > a:hover {
    text-decoration: none;
}

.categories_box ul > li > ul {
    padding: 0 0 0 1em;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 800ms ease;
    transition: max-height 800ms ease;
}

.categories_box ul > li > ul > li a {
    font-size: 0.9em;
}

.categories_box ul > li > ul > li > a {
    font-weight: 500 !important;
}

.categories_box ul > li > ul > li > ul > li > a {
    font-weight: 400 !important;
}

.categories_box .dy_selected > a {
    font-weight: bold;
}

.categories_box ul > li:hover > ul {
    max-height: inherit;
}

.sub_categories_box ul > li > ul {
    max-height: inherit;
    margin-bottom: 1em;
}

@media only screen and (max-width: 650px) {
    .categories_list_items > ul > li > a {
        font-size: .9em;
    }

    .categories_list_items > ul > li > ul li {
        padding: 0 0 0 .5em;
    }

    .categories_list_items > ul > li > ul li a {
        font-size: .8em;
        line-height: .8em;
    }

    .categories_list_items > ul > li > a {
        font-size: .9em;
        font-weight: bold;
    }
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/search_box.css?v=4140 ***/
.search_box {
    margin: 0 auto;
    position: relative;
    max-width: 500px;
    width: 500px;
  /*.search_box button{
    padding: 0.4em 0.4em;
    font-size: 1.1em;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;  
    background: none;
    color: #b9b9b9;
  }
  .search_box button:hover{ 
    color: #b9b9b9;
  }*/
}

.search_box .inp_text {
    padding: 8px 16px;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #777;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.search_box button {
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
}

.search_box button:hover {
    opacity: 0;
}

.search_box svg {
    position: absolute;
    right: 15px;
    top: 8px;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 200;
    pointer-events: none;
    fill: #575757;
}

.search_box .inp_select {
    font-size: 1em;
    padding: 0.9em 1.6em 0.9em 1em;
    border: 0;
    border-right: 1px solid;
    float: left;
    background: none;
    height: auto;
    line-height: normal;
    margin: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    max-width: 200px;
    outline: none;
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(/templates/dyo-halk/i/select-icon.png) no-repeat center right;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .container_responsive .search_box .inp_select {
        display: none;
    }
}

.search_box .adv_search {
    display: none;
}

.ui-autocomplete {
    max-height: 300px;
    z-index: 201;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 500px;
}

.ui-autocomplete li {
    padding: 0.2em 1em;
}

.ui-autocomplete li.ac-header {
    margin-top: 10px;
}

.ui-autocomplete li.ac-header a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.ui-autocomplete li.ac-item a {
    font-size: 13px;
    color: #575757;
}

.ui-helper-hidden-accessible {
    display: none;
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/cart.css?v=4140 ***/
.cart_box {
    display: inline-block;
    position: relative;
}

.cart_box .cart_icon {
    display: none;
}

.cart_box:hover {
    text-decoration: none;
}

.cart_box .dy_cart_prd_count {
    position: absolute;
    top: -5px;
    right: -7px;
    width: 15px;
    height: 15px;
    font-size: 11px;
    border-radius: 50%;
    background-color: #FFB403;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* cart list*/
.cart_list_table .prd_image {
    max-height: 80px;
}

.cart_list .quantity {
    width: 60px;
}

.cart_list .quantity_total {
    margin: 1em 0;
    line-height: 2em;
}

.cart_list .buttons {
    margin: 1em 0 0 0;
    text-align: left;
    font-size: 0.9em;
}

.cart_list .buttons .button {
    background: none;
}

.cart_list .button_checkout {
    font-size: 1.5em;
}

@media only screen and (max-width: 520px) {
    .container_responsive .cart_list .buttons {
        text-align: right;
    }
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/footer.css?v=4140 ***/
.footer {
    padding-top: 20px;
    clear: both;
}

.footer .cw {
    padding: 0 30px !important;
    max-width: 1200px;
    width: auto;
}

.footer .dy_logo {
    padding: 1em 0;
    text-align: center;
}

.footer .banner_footer {
    margin-bottom: 20px;
    text-align: center;
}

.footer .logo_footer {
    height: 40px;
    width: 100px;
    float: left;
    margin: 0.5em 1em 0.5em 0;
    display: none;
}

.footer .logo_footer img {
    max-height: 40px;
}

.footer .copyright {
    padding: 15px 0;
    font-size: 13px;
}

.footer .footer_adr_col {
    padding: 0 1em;
    text-align: left;
    font-size: 0.9em;
}

.footer .items_col_30 {
    margin-top: 1em;
    border-left: 1px dashed;
}

.footer .footer_header {
    font-size: 15px;
    font-weight: 500;
    margin: 1em 0 0.3em 0;
}

/* footer_menu */
.footer_menu ul li {
    float: left;
    position: relative;
    width: 25%;
    text-align: left;
}

.footer_menu ul li a {
    display: block;
    padding: 1em 0em 0.4em 0;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}

.footer_menu > ul > li > a span {
    font-weight: 600;
}

.footer_menu ul li a:hover {
    text-decoration: none;
}

.footer_menu ul li ul {
    display: block;
    margin-right: 1em;
    border-top: 1px dashed;
    padding-top: 5px;
}

.footer_menu ul li ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
}

.footer_menu ul li ul li a {
    padding: 0.1em 0;
    font-size: 13px;
    font-weight: normal;
}

.footer_social_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_social_menu ul li a {
    font-size: 20px;
    margin-right: 10px;
}

.footer_social_menu ul li a i {
    color: #575757;
}

/* footer_social_menu 
.footer_social_menu{
  padding: 1em 0;
}
.footer_social_menu ul li a{
  display: block;
  padding: 0 0.2em; 
  text-align: center;
  font-size: 2em;
}
.footer_social_menu ul li a:hover{
  text-decoration: none;
}
.footer_social_menu ul li ul{
  display: none;
}
*/
.footer .toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 2em;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 990px) {
    .footer_content .items_col {
        width: 100%;
        border: none;
    }

    .footer_menu ul li {
        width: 50%;
    }

    .footer_menu ul li a {
        text-align: center;
    }

    .footer_adr_col {
        padding: 0;
    }

    .footer_adr_box {
        text-align: center;
    }

    .footer_menu ul li ul {
        margin-right: 0;
    }

    .footer_social_menu {
        text-align: center;
    }

    .footer_social_menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer_social_menu ul li a {
        margin-right: 0;
        padding: 0 10px;
    }

    .footer .footer_menu ul li ul {
        border: none;
    }
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/products.css?v=4140 ***/
.__box_prd_padding .box_prd {
    padding: 0;
}

/* prd_item*/
.home_item_prd {
    height: 450px;
    line-height: 1.5em;
    position: relative;
    padding-top: 10px;
    text-align: center;
    margin: 0.5em 0.5em;
    -webkit-box-shadow: 1px 1px 5px 3px #eee;
    box-shadow: 1px 1px 5px 3px #eee;
}

@media only screen and (max-width: 980px) {
    .container_responsive .home_item_prd {
        text-align: center;
    }
}

.home_item_prd .image {
    height: 200px;
    margin: 0 auto 0.5em auto;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.img-hover-zoom img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.home_item_prd .image img {
    vertical-align: top;
    max-width: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.home_item_prd:hover .image img,
.home_item_prd .image:hover img {
  /*transform: scale(1.2) rotate(5deg);*/
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.home_item_prd .prd_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 232px;
}

.home_item_prd .prd_info .name {
    text-align: left;
    line-height: 1.3em;
    overflow: hidden;
    margin: 10px;
    white-space: normal;
    font-size: 13px;
}

.home_item_prd .prd_info .name a {
    font-weight: 600;
}

.home_item_prd .prd_info .publisher {
    height: 1.5em;
    overflow: hidden;
    text-align: left;
    padding: 0 10px;
}

.home_item_prd .prd_info .publisher a {
    font-size: 12px;
}

.home_item_prd .prd_info .writer {
    height: 1.5em;
    overflow: hidden;
    text-align: left;
    padding: 0 10px;
}

.home_item_prd .prd_info .writer a {
    font-size: 14px;
}

.home_item_prd .price_box {
    margin: 0.5em 0 0.5em 0;
    text-align: left;
    padding: 0 10px;
    margin-top: auto;
}

.home_item_prd .price {
    font-size: 1em;
    font-weight: normal;
    display: inline;
}

.home_item_prd .price_list {
    text-decoration: line-through;
}

.home_item_prd .discount {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 0.6em;
    font-size: 0.85em;
    line-height: 1.2em;
    z-index: 101;
}

.home_item_prd .discount sub {
    font-size: 0.5em;
}

.home_item_prd .new_icon {
    position: absolute;
    top: 8px;
    left: 0px;
    padding: 0 0.6em;
    font-size: 0.75em;
    line-height: 1.2em;
    z-index: 101;
}

.home_item_prd .cargo_paying {
    position: absolute;
    bottom: 10px;
    left: 0px;
    padding: 0 0.6em;
    font-size: 0.75em;
    line-height: 1.2em;
    z-index: 101;
}

.home_item_prd .prd_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 0;
    width: auto;
    height: auto;
    z-index: 10;
}

.home_item_prd .prd_icon img {
    width: auto;
    height: auto;
}

.home_item_prd .prd_icon_tl {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
}

.home_item_prd .prd_icon_tr {
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
}

.home_item_prd .prd_icon_bl {
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
}

.home_item_prd .prd_icon_br {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.home_item_prd .prd_no_sell_list,
.home_item_prd .button_add_to_cart {
    padding: 0.1em 0.4em;
    border: 0px solid;
}

.home_item_prd .prd_no_sell_list svg,
  .home_item_prd .button_add_to_cart svg {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.home_item_prd .vote_section {
    text-align: left;
    margin: 0 10px;
}

.home_item_prd .vote_section span {
    font-size: 16px;
}

.home_item_prd .vote_section .vote_stats {
    display: none;
}

.home_item_prd .vote_section .vote_items {
    font-size: 0.7em;
}

.home_item_prd .vote_section .vote_result {
    display: none;
    position: absolute;
    bottom: 6em;
    left: 0;
    right: 0;
    padding: 1em 1em;
    margin: 1em;
    font-size: 0.9em;
    background: #f4f4f4;
    color: #ff0000;
    line-height: 1em;
    white-space: normal;
}

.home_item_prd .actions {
    background-color: #b1b1b1;
}

.home_item_prd .actions a {
    background: none;
    color: #252525;
    padding: 5px;
    display: inline-block;
}

.home_item_prd .actions a span {
    font-weight: 600;
    font-size: 13px;
}

.home_item_prd .actions .prd_no_sell_list {
    font-size: 13px;
    padding: 5px;
    display: inline-block;
}

/* box prd_image*/
.box_prd_image .image {
    text-align: center;
}

.home_item_prd .__price_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home_item_prd .__price_box-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home_item_prd .__price_box .discount {
    margin-left: auto;
    position: static;
    background-color: #ffb400;
    color: #333;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
}

.home_item_prd .__price_box .discount span, .home_item_prd .__price_box .discount sub {
    font-weight: 500;
    font-size: 11px;
}

.home_item_prd .__price_box .discount span:nth-child(2), .home_item_prd .__price_box .discount span:nth-child(2) sub {
    font-size: 16px;
}

.home_item_prd .__price_box .price {
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.home_item_prd .__price_box .price sup {
    font-weight: 500;
    color: #333;
}

.home_item_prd .__price_box-line {
    font-size: 13px !important;
}

/* box prd_slide*/
.box_prd_slide_img .cycle-slideshow .image {
    text-align: center;
}

.box_prd_slide_img .cycle-slideshow-wrapper .cycle-slideshow .image img {
    max-width: inherit;
}

.box_prd_slide .cycle-slideshow-wrapper .cycle-slideshow-prev,
.box_prd_slide .cycle-slideshow-wrapper .cycle-slideshow-next {
    display: block;
    top: -1.7em;
    font-size: 1.2em;
}

.box_prd_slide .cycle-slideshow-wrapper .cycle-slideshow-prev {
    left: auto;
    right: 1em;
}

/* box prd_detail*/
.box_prd_detail .home_item_prd {
    height: auto;
    white-space: normal;
}

.box_prd_detail .home_item_prd .image {
    float: left;
    width: 30%;
    text-align: left;
    height: auto;
    line-height: auto;
}

.box_prd_detail .home_item_prd .image img {
    max-width: 90%;
}

.box_prd_detail .home_item_prd .prd_info {
    float: right;
    width: 70%;
    text-align: left;
}

.box_prd_detail .home_item_prd .prd_info .prd_spot {
    margin: 1em 0;
}

.box_prd_detail .home_item_prd .prd_info .name {
    font-size: 1.8em;
    height: auto;
    line-height: 1.5em;
    width: 80%;
}

.box_prd_detail .home_item_prd .prd_info .name sub,
.box_prd_detail .home_item_prd .prd_info .name sup {
    display: block;
    font-size: 0.5em;
}

.box_prd_detail .home_item_prd .prd_info .price_box {
    font-size: 1.8em;
}

.box_prd_detail .home_item_prd .discount {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 0.6em;
    font-size: 0.85em;
    line-height: 1.2em;
    z-index: 10;
}

/* box_prd_list_img*/
.box_prd_list_img .home_item_prd {
    height: auto;
}

.box_prd_list_img .home_item_prd .image {
    float: left;
    width: 30%;
    text-align: left;
    height: auto;
    line-height: auto;
    vertical-align: top;
    padding-top: 5px;
}

.box_prd_list_img .home_item_prd .image img {
    max-width: 90%;
    width: auto;
    height: auto;
    vertical-align: top;
    float: left;
}

.box_prd_list_img .home_item_prd .prd_info {
    float: right;
    width: 70%;
    text-align: left;
    padding: 0;
}

.box_prd_list_img .home_item_prd .prd_info .name {
    font-size: 0.9em;
    height: auto;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.box_prd_list_img .home_item_prd .prd_info .price_box {
    font-size: 0.9em;
}

.box_prd_list_img .home_item_prd .list_number {
    position: absolute;
    top: 0;
    left: -7px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}

/* box_prd_list*/
.box_prd_list ul li {
    text-align: left;
    font-size: 0.9em;
}

.page_prdview .content_body_cw {
    max-width: 100%;
    width: 100%;
}

.prd_view {
    background: #fff;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.prd_view_wrapper {
    margin: 0 auto 1em auto;
    max-width: 1200px;
    padding: 0 30px;
}

@media only screen and (max-width: 980x) {
    .container_responsive .prd_view {
        padding: 1em;
    }
}

/* col layout*/
.prd_view_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 760px) {
    .prd_view_wrapper {
        grid-template-columns: 1fr;
    }
}

.prd_view .col1 {
    margin: 0 auto;
}

.prd_view .col1 .prd_view_img_box {
    padding: 0;
}

.prd_view .__col2 {
    padding-right: 20px;
    padding-left: 20px;
}

.prd_view .__col2 .contentHeader {
    font-size: 25px;
    font-weight: 500;
}

.prd_view .__col2 .prd_brand_box {
    margin-top: 20px;
    font-size: 14px;
}

.prd_view .__col2 .prd_brand_box .writer {
    color: #333;
}

.prd_view .__col2 .prd_brand_box .publisher {
    color: #333;
}

.prd_view .__col2 .__product_fields {
    font-size: 13px;
    margin-top: 20px;
}

.prd_view .__col2 .__product_fields .prd-features-label {
    font-weight: 500;
}

.prd_view .__col3 {
    text-align: right;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.prd_view .__col3 .discount {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    background-color: #ffb400;
    color: #000;
    padding: 5px;
    font-weight: 500;
    margin-bottom: 20px;
}

.prd_view .__col3 .discount sub {
    font-size: inherit;
    font-weight: 500;
}

.prd_view .__col3 .prd_supply_time {
    background: none;
    font-size: 13px;
}

.prd_view .__col3 .__price_line {
    text-decoration: line-through;
    margin-right: 10px;
}

.prd_view .__col3 .__price_final {
    font-size: 30px;
    margin-bottom: 20px;
}

.prd_view .__col3 .__product_add_button {
    background-color: #ff2a00;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 3px;
    padding: 13px 50px;
}

.prd_view .__col3 .__product_quantity {
    border-radius: 3px;
    margin-right: 10px;
}

.prd_view .__col3 .__product_favorite {
    background: none;
    color: #333;
}

.prd_view .__col3 .__product_favorite svg {
    margin-right: 5px;
}

.prd_view .__col3 .__product_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px 0;
    position: relative;
    margin-bottom: 40px;
}

.prd_view .__col3 .__product_items > a {
    margin-left: 15px;
}

.prd_view .__col3 .__product_items_button {
    margin-left: 10px;
    border-radius: 2px;
}

.prd_view .__col3 .__product_share {
    position: absolute;
    top: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.prd_view .__col3 .__product_share a {
    width: 16px;
    height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    margin: 0;
    background: none;
    color: #333;
}

.prd_view .__col3 .__product_share a span {
    font-size: 15px;
}

.prd_view .__col3 .vote_section {
    margin: 0;
    margin-bottom: 10px;
}

.prd_view .__col3 .prd_view_actions .__product_result {
    padding: 0;
}

.__product_commentBox {
    margin-top: 20px;
    font-size: 13px;
    background-color: #fff;
    border-radius: 5px;
}

.__product_commentBox .cmt_item {
    margin: 10px;
}

.__product_commentBox .cmt_infos b {
    font-weight: 600;
}

.__product_commentBox .cmt_infos span {
    margin-left: 5px;
    display: inline-block;
}

.__product_commentBox .cmt_text {
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}

.__product_also, .__product_popup {
    display: none;
}

.__product_also .box_header a, .__product_popup .box_header a {
    font-size: 14px;
    font-weight: 500;
}

.__product_also .box_prd, .__product_popup .box_prd {
    padding: 0;
    margin: 0;
}

.__product_also .box_prd .box_content, .__product_popup .box_prd .box_content {
    margin-top: 0;
}

.__product_also .box_prd .box_content ul, .__product_popup .box_prd .box_content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.__product_also .box_prd .box_content ul .items_col, .__product_popup .box_prd .box_content ul .items_col {
    width: 100%;
}

.__product_also .box_prd .box_content ul .home_item_prd, .__product_popup .box_prd .box_content ul .home_item_prd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 190px;
    padding-top: 0;
}

.__product_also .box_prd .box_content ul .prd_info, .__product_popup .box_prd .box_content ul .prd_info {
    margin: 0;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
    height: auto;
}

.__product_also .box_prd .box_content ul .name, .__product_popup .box_prd .box_content ul .name {
    height: auto;
    font-size: 12px;
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
}

.__product_also .box_prd .box_content ul .image_container, .__product_popup .box_prd .box_content ul .image_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.__product_also .box_prd .box_content ul .image, .__product_popup .box_prd .box_content ul .image {
    width: 70px;
    padding-left: 10px;
    height: auto;
}

.__product_also .box_prd .box_content ul .writer, .__product_popup .box_prd .box_content ul .writer {
    display: none;
}

.__product_also .box_prd .box_content ul .vote_section, .__product_also .box_prd .box_content ul .publisher, .__product_popup .box_prd .box_content ul .vote_section, .__product_popup .box_prd .box_content ul .publisher {
    display: none;
}

.__product_also .box_prd .box_content ul .button_add_to_cart, .__product_popup .box_prd .box_content ul .button_add_to_cart {
    font-size: 10px;
    padding: 0;
}

.__product_also .box_prd .box_content ul .price_box, .__product_popup .box_prd .box_content ul .price_box {
    margin: 0;
    margin-bottom: 5px;
    margin-top: auto;
    padding: 0;
    margin-right: 10px;
}

.__product_also .box_prd .box_content ul .price_box .__price_box-left, .__product_popup .box_prd .box_content ul .price_box .__price_box-left {
    width: 60px;
}

.__product_also .box_prd .box_content ul .price_box .price, .__product_popup .box_prd .box_content ul .price_box .price {
    font-size: 12px;
}

.__product_also .box_prd .box_content ul .price_box .discount, .__product_popup .box_prd .box_content ul .price_box .discount {
    padding: 5px;
    height: auto;
}

.__product_also .box_prd .box_content ul .actions, .__product_popup .box_prd .box_content ul .actions {
    border-radius: 2px;
    margin-right: 10px;
    text-align: center;
}

.__product_also .box_prd .box_content ul .actions a, .__product_popup .box_prd .box_content ul .actions a {
    font-size: 9px;
}

.__product_also .box_prd .box_content ul .actions a svg, .__product_popup .box_prd .box_content ul .actions a svg {
    top: 2px;
}

.__product_also .box_prd .box_content ul .actions a span, .__product_popup .box_prd .box_content ul .actions a span {
    font-size: 9px;
}

.__product_also .box_prd .box_content ul .actions .prd_no_sell_list, .__product_popup .box_prd .box_content ul .actions .prd_no_sell_list {
    font-size: 10px;
    padding: 0;
}

.__product_also .box_prd .box_content ul .image_container {
    width: 150px;
}

.__product_also .box_prd .box_content ul .image_container .image {
    width: 80px;
}

.__product_also .items_col {
    width: 100% !important;
}

.__product_also .items_col .name a {
    word-break: break-all;
}

.__product_popup .box_prd .box_content ul .image {
    width: 80px;
}

@media only screen and (max-width: 767px) {
    .container_responsive .prd_view .col1 {
        width: 100%;
        text-align: center;
        padding: 1em;
    }

    .container_responsive .prd_view .col2 {
        width: 100%;
        padding: 1em;
    }

    .__product_also .items_col {
        width: 100% !important;
    }

    .__product_also .box_prd .box_content ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .__product_also .box_prd .box_content ul .image {
        width: 120px;
    }
}

/** content ***/
.prd_view h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.prd_view h1 sub,
.prd_view h1 sup {
    display: block;
    font-size: 0.5em;
}

.prd_view .prd_view_img_box {
    position: relative;
    padding: 0 1em 1em 0;
}

.prd_view .prd_view_img_box img {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.prd_view .discount {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 0.6em;
    font-size: 0.85em;
    line-height: 1.2em;
    z-index: 10;
}

.prd_view .sale_price_inst_row {
    display: none;
}

.prd_view .discount sub {
    font-size: 0.5em;
}

.prd_view .discount_img {
    display: none;
}

.prd_view .prd_brand_box {
    margin: 0em 0 1em 0;
    font-size: 1.2em;
}

.prd_view .new_icon {
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 0 0.6em;
    font-size: 0.75em;
    line-height: 1.2em;
    z-index: 10;
}

.prd_view .prd_view_price_row {
    padding: 0.2em 0 0.2em 0;
    border-bottom: 1px dotted #eee;
    font-size: 1.1em;
}

.prd_view .prd_view_price_row .prd_view_price_label {
    display: inline-block;
    *display: inline;
  /* ie7 fix */
    zoom: 1;
  /* hasLayout ie7 trigger */
    width: 120px;
    text-align: left;
    font-size: 1em;
    max-width: 50%;
}

.prd_view .prd_view_price_row .prd_view_price_value {
    text-align: left;
    display: inline-block;
    *display: inline;
  /* ie7 fix */
    zoom: 1;
  /* hasLayout ie7 trigger */
    width: 150px;
    max-width: 50%;
}

.prd_view .prd_info {
    margin: 1em 0;
}

.prd_view .prd_view_actions {
    padding: 1em 0;
}

.prd_view .prd_view_actions .button_s {
    padding: 0.1em 0.5em;
    font-size: 0.9em;
}

.prd_view .prd_view_actions .result_container {
    text-align: left;
    padding: 1em;
}

.prd_view .vote_section {
    margin: 1em 0 1em 0;
}

.prd_view .options_box {
    margin: 1em 0;
}

.prd_view .options_box .prd_opt_table {
    text-align: left;
}

.prd_view .prd-quantity {
    vertical-align: middle;
    width: 60px;
    font-size: 1.2em;
}

.prd_view .button_add_to_cart {
    font-size: 1.5em;
    padding: 0.42em 2em;
}

.prd_view .prd_supply_time {
    margin: 1em 0;
    padding: 0.5em;
}

.prd_view .prd_no_sell {
    margin: 1em 0;
}

.prd_view .vote_section .vote_items {
    font-size: 20px;
}

.prd_view .vote_section .vote_items:hover {
    text-decoration: none;
}

.prd_view .cargo_paying {
    font-size: 1.1em;
    margin: 1em 0 1em 0;
}

.prd_view .cargo_paying .fa {
    margin-right: 0.3em;
    font-size: 1.6em;
    vertical-align: middle;
}

.prd_view .prd_documents a {
    display: block;
    padding: 0.3em 0.5em;
    text-align: left;
}

.prd_view .prd_documents a:hover {
    text-decoration: none;
}

.page_prdview .tabs_view .box_header a {
    font-size: 1em;
}

/* prd_details*/
.box_prd_detail .prd_description {
    float: left;
    width: 100%;
}

.box_prd_detail .prd_custom_fields {
    float: right;
    width: 30%;
}

.box_prd_detail .prd_custom_fields .table-row .table-cell {
    border-bottom: 1px solid;
    padding: 0.3em;
}

.box_prd_detail .prd_tags {
    margin: 1em 0 0 0;
    padding: 0.5em 0;
}

@media only screen and (max-width: 767px) {
    .container_responsive .box_prd_detail .home_item_prd .prd_info,
  .container_responsive .box_prd_detail .home_item_prd .image {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
    }

    .container_responsive .box_prd_detail .prd_description {
        float: none;
        width: 100%;
        margin-bottom: 2em;
    }

    .container_responsive .box_prd_detail .prd_custom_fields {
        float: none;
        width: 100%;
    }
}

/* installments*/
.inst-table-wrapper {
    width: 30%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 2em;
}

.inst-table-wrapper .inst_header {
    font-size: 1.1em;
    padding: 0.5em 0.5em;
    background: #dedede;
}

.inst-table-wrapper .inst_table .inst_header2 {
    background: #efefef;
}

.inst-table-wrapper .inst_table {
    width: 100%;
}

.inst-table-wrapper .inst_table .table-cell {
    border-bottom: 1px solid;
    padding: 0.3em;
    border-right: 1px solid;
}

.inst-table-wrapper .inst_table .inst_num {
    border-left: 1px solid;
}

.inst-table-wrapper .inst_table .dy_selected {
    font-weight: 600;
}

/* prd_list*/
.prd_list .pager {
    margin-bottom: 40px;
}

.prd_list .sort_options_mobile {
    display: none;
    position: fixed;
    right: 20px;
    top: 150px;
    background: #ffb400;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 450;
    cursor: pointer;
}

.prd_list .sort_options_mobile_close {
    display: none;
    position: fixed;
    left: calc(50% - 25px);
    top: 20px;
    z-index: 505;
    cursor: pointer;
}

@media screen and (max-width: 980px) {
    .prd_list .sort_options_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.prd_list .sort_options {
    background: none !important;
}

.prd_list .sort_options select {
    border-radius: 3px;
}

.prd_list .__sort_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 1em 0;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.prd_list .__sort_options span {
    width: 100%;
    font-size: 13px;
    text-decoration: none;
    padding: 3px 0;
    cursor: pointer;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.prd_list .__sort_options span:hover, .prd_list .__sort_options span.active {
    background-color: #ccc;
}

.prd_list .__sort_options select {
    display: none;
}

@media screen and (max-width: 768px) {
    .prd_list .__sort_options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.prd_list .contentHeader {
    font-size: 1.5em;
}

.prd_list .bread_crumbs {
    position: absolute;
    left: 0;
    top: 0;
}

/* prd_pairs */
.box_prd_pairs .prd_pairs {
    margin: 0 0 2em 0;
}

.box_prd_pairs .prd_pairs .item_image {
    max-width: 25%;
}

.box_prd_pairs .prd_pairs .price_box {
    float: right;
    display: block;
    width: 36%;
}

.box_prd_pairs .prd_pairs .price_box .price {
    font-size: 0.9em;
    display: block;
    margin: 0;
    clear: both;
    float: right;
}

.box_prd_pairs .prd_pairs .price_box .price:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.box_prd_pairs .prd_pairs .price_box .price_list {
    text-decoration: line-through;
}

.box_prd_pairs .prd_pairs .actions {
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
    margin: 0.5em 0 0 0;
}

.prd_pairs_list .prd_pairs {
    margin: 0 0 2em 0;
    clear: both;
}

.prd_pairs_list .prd_pairs:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.prd_pairs_list .prd_pairs .pair_images {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
}

.prd_pairs_list .prd_pairs .price_box {
    float: left;
    width: 25%;
    padding: 2em 0;
}

.prd_pairs_list .prd_pairs .price_box .price {
    font-size: 1.5em;
}

.prd_pairs_list .prd_pairs .price_box .price_list {
    text-decoration: line-through;
    margin: 0 0 0 1em;
}

.prd_pairs_list .prd_pairs .actions {
    float: left;
    width: 25%;
    display: block;
    padding: 2em 0;
}

.prd_pairs_list .prd_pairs .fa {
    font-size: 2em;
    margin: 0 1em;
}

/* filters*/
.ctg_filters_box ul > li > span {
    font-size: 1.3em;
}

.ctg_filters_box ul > li {
    border: 0;
}

.ctg_filters_box ul > li > ul {
    margin: 1em 0 2em 0;
    max-height: 200px;
    height: auto;
    overflow: auto;
    font-size: 0.9em;
    border: 0;
}

.ctg_filters_box ul > li > ul > li {
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    border: 0;
}

.ctg_filters_box ul > li > ul > li .filters_checkbox {
    vertical-align: middle;
}

.prd_list .no_product_found {
    font-size: 1.3em;
    line-height: 1.6em;
    padding: 1em;
    text-align: center;
}

.prd_list .prd_search_form {
    display: none;
}

/* popup */
.__popupAddCart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

.__popupAddCart-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.__popupAddCart-wrapper {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 20px;
    text-align: center;
    margin: 0 20px;
}

.__popupAddCart-title {
    font-weight: 500;
    font-size: 16px;
}

.__popupAddCart-buttons {
    margin-top: 10px;
}

.__popupAddCart-buttons a {
    padding: 8px 20px;
    display: inline-block;
    margin: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.__popupAddCart-buttons a:hover {
    opacity: .8;
    color: #fff;
}

.__popupAddCart-buttons a:first-child {
    background-color: #ffb400;
}

.__popupAddCart-buttons a:last-child {
    background-color: #0f9705;
}

.__popupAddCart-products {
    margin-top: 20px;
    max-width: 700px;
}

.__popupAddCart-products .box_header {
    display: none;
}

@media screen and (max-width: 760px) {
    .__popupAddCart .box_content ul li:not(:first-child) {
        display: none;
    }
}

.box_comments .button_add_comment {
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 3px;
}

.box_comments .cmt_item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.box_comments .cmt_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.box_comments .cmt_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box_comments .cmt_infos span {
    font-size: 13px;
    margin-left: 10px;
}

.box_comments .cmt_buttons {
    margin-left: 20px;
}

.box_comments .cmt_buttons span:last-child {
    font-size: 12px;
    margin-left: 10px;
}

.box_comments .cmt_text {
    font-size: 13px;
    color: #575757;
    padding-top: 10px;
}

.__product-description {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    font-size: 13px;
    color: #575757;
}

.__product-description-content {
    max-height: 130px;
    overflow: hidden;
    transition: .3s all ease;
}

.__product-description.active .__product-description-content {
    max-height: initial;
}

.__product-description-seemore {
    margin-top: 15px;
    cursor: pointer;
}

.__product-description-seemore span[data-show=less] {
    display: none;
}

.tabs_view .cycle-slideshow .cycle-slide .home_item_prd {
    margin: 0.5em auto;
    max-width: 200px !important;
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/members.css?v=4140 ***/
/* login form*/
.login_page .login_social_links {
    float: left;
    width: 70%;
    padding: 2em 0;
}

.login_page .login_form {
    float: left;
    width: 30%;
}

@media only screen and (max-width: 767px) {
    .login_page .login_form,
  .login_page .login_social_links {
        float: none;
        width: 100%;
        clear: both;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 767px) {
    .container_responsive .flexible {
        float: none;
        width: 100%;
        clear: both;
        margin-bottom: 1em;
    }
}

/* members_form*/
.members_form_page .members_form_social_links {
    padding: 2em 0;
}

.members_form_page .items_col {
    text-align: left;
    padding-right: 1em;
    float: right;
}

/* members view*/
.members_view_menu {
    float: left;
    width: 20%;
    padding: 0 2em 0 0;
}

.members_view_menu ul {
    border-bottom: 1px solid;
}

.members_view_menu ul li a {
    border: 1px solid;
    border-bottom: 0;
    display: block;
    padding: 0.5em;
}

.members_view_menu ul li a {
    border-color: #ddd;
}

.members_view_menu ul li a:hover {
    text-decoration: none;
}

.members_view_menu ul li a:hover {
    background: #ddd;
}

.members_view_table {
    float: left;
    width: 80%;
    padding: 0 0 0 0;
}

.members_view_table {
    border: 1px solid;
}

.members_view_table .view_row {
    padding: 0.5em 1em;
}

/* favorites*/
.favorites_list .fav-desc {
    padding: 1em 0;
}

/* comments*/
.comments_list .comment_title {
    font-size: 1.2em;
    display: block;
    line-height: 2em;
}

.comments_list .comment_text {
    padding: 1em 1em;
    border-left: 10px solid;
}

.comments_list .com_info {
    font-size: 0.8em;
    margin: 0 0 0.5em 0;
}

.comments_list .com_info .button_delete {
    float: right;
}

/* address list*/
.adr_list .buttons {
    text-align: right;
}

.adr_list .adr_type {
    font-style: italic;
}

.address_form {
    max-width: 500px;
    text-align: left;
}

.address_form .form_row label {
    clear: both;
}

.address_form .items_col {
    text-align: left;
    padding-right: 1em;
}

.address_form .inp_textarea {
    width: 100%;
}

/* pref*/
.member_pref_form .member_pref_list {
    margin: 1em 0;
    padding: 1em 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/orders.css?v=4140 ***/
.order_steps {
    border: 0;
    border-bottom: 10px solid;
    text-align: center;
    padding: 0.5em 0;
}

.order_steps .ord_step {
    border: 0;
    width: auto;
    background: none;
    display: inline-block;
    *display: inline;
  /* ie7 fix */
    zoom: 1;
  /* hasLayout ie7 trigger */
    margin: 0 2em 0 0;
}

.order_steps .ord_step_number {
    font-size: 1.2em;
    display: inline-block;
    *display: inline;
  /* ie7 fix */
    zoom: 1;
  /* hasLayout ie7 trigger */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-right: 0.5em;
}

.order_steps .ord_step_selected .ord_step_number {
    font-weight: bold;
}

.order_steps .ord_step_selected .ord_step_label {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .container_responsive .order_steps .ord_step .ord_step_label {
        display: none;
    }
}

/*form*/
.orders_form .ord_form_box {
    margin: 1em 0 2em 0;
}

.orders_form .ord_form_box .ord_form_box_header {
    font-size: 1.5em;
    line-height: 2em;
}

.orders_form .ord_form_box .ord_note_container {
    display: none;
}

.orders_confirm_form .orders_cart_list_container,
.orders_form .order-form-cart {
    display: none;
}

.box-col2 {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}

.box-col3 {
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}

.orders_form .ord_payment_cc_form label,
.orders_form .ord_shipping_adr_form label,
.orders_form .ord_billing_adr_form label {
    display: block;
    font-size: 1em;
    float: left;
    width: 30%;
    text-align: left;
    padding: 0 0.5em 0 0;
}

.ord_header {
    font-size: 1.5em;
    line-height: 2em;
}

.orders_cart_list_trigger {
    margin: 1em 0;
}

.ord_return_policy {
    height: 100px;
    overflow: auto;
    padding: 0.7em;
    margin: 1em 0;
    border: 1px solid;
}

/* payment selection*/
.orders_form .select_payment_type label {
    padding: 1em;
    border: 1px solid;
    margin: 0.3em 0.3em;
    display: inline-block;
    width: 25%;
    height: 3em;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

.orders_form .select_payment_type label .discount {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 0.88em;
    color: #ff0000;
}

.orders_form .select_payment_type .pop_desc {
    font-size: 0.8em;
    line-height: 1.2em;
    padding-left: 2em;
}

.orders_form .select_payment_type .fa {
    font-size: 2em;
    vertical-align: middle;
}

.orders_form .select_payment_type label:hover,
.orders_form .select_payment_type label.dy_selected {
    -webkit-box-shadow: 0px 0px 5px;
    box-shadow: 0px 0px 5px;
}

/* cargo selection*/
.orders_form .select_cargo label {
    padding: 1em;
    border: 1px solid;
    margin: 0.3em 0.3em;
    display: inline-block;
    width: 15%;
    height: 5.6em;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

.orders_form .select_cargo label .option_content {
    width: 90%;
    float: right;
    display: block;
    text-align: center;
}

.orders_form .select_cargo label img {
    max-width: 90%;
    max-height: 60px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 0.5em auto;
}

.orders_form .select_cargo .crg_name {
    font-size: 1.5em;
    line-height: 1.2em;
    height: 2em;
    display: block;
}

.orders_form .select_cargo .por_price_desc {
    font-size: 1em;
    line-height: 1.2em;
    display: block;
}

.orders_form .select_cargo .crg_price {
    font-size: 1em;
    line-height: 1.2em;
    display: block;
}

.orders_form .select_cargo .fa {
    font-size: 2em;
    vertical-align: middle;
}

.orders_form .select_cargo label:hover,
.orders_form .select_cargo label.dy_selected {
    -webkit-box-shadow: 0px 0px 5px;
    box-shadow: 0px 0px 5px;
}

@media only screen and (max-width: 767px) {
    .container_responsive .orders_form .select_cargo label,
  .container_responsive .orders_form .select_payment_type label {
        width: auto;
        margin-right: 0;
        display: block;
    }

    .container_responsive .orders_form .select_cargo label .option_content {
        text-align: left;
    }

    .container_responsive .orders_form .select_cargo label img {
        margin-left: 0;
    }
}

.orders_confirm_form .buttons,
.orders_form .buttons {
    margin: 1em 0;
}

.orders_confirm_form .buttons .button_order_confirm,
.orders_form .buttons .button_order_next {
    font-size: 1.5em;
}

.orders_form .inst_table_payment {
    margin: 0 0 0 2em;
}

.orders_form .inst_table_payment .dy_selected {
    font-weight: bold;
}

.orders_form .ord_payment_cc_form {
    max-width: 50%;
}

@media only screen and (max-width: 767px) {
    .orders_form .ord_payment_cc_form {
        max-width: 100%;
    }

    .orders_form .ord_payment_cc_form label {
        width: 100%;
    }

    .orders_form .ord_payment_cc_form .inp_text {
        width: 100%;
    }
}

.ord_firm_hide {
    display: none;
}

@media only screen and (max-width: 520px) {
    .container_responsive .orders_list .table-block .table-header-row {
        display: none;
    }

    .container_responsive .orders_list .table-block .table-row .table-cell {
        display: block;
        float: none;
        width: 100%;
        border: 0;
    }

    .container_responsive .orders_list .table-block .table-row .ord_grand_total {
        text-align: left;
    }

    .container_responsive .orders_list .table-block .table-cell label {
        display: inline-block;
        width: 50%;
    }
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/publishers.css?v=4140 ***/
.letter_bar {
    margin: 1em 0;
    padding: 1em 0.5em;
}

.letter_bar .letter_items a {
    margin: 0 0.5em 0 0;
}

.letter_bar .form_items {
    margin-top: -0.5em;
    float: right;
    display: block;
    text-align: right;
    width: 35%;
}

@media only screen and (max-width: 1180px) {
    .container_responsive .letter_bar .form_items {
        display: block;
        width: 100%;
        float: left;
        margin: 1em 0;
        text-align: left;
    }
}

/* std page*/
.pub_item {
    float: left;
    width: 33.33333%;
    margin: 0 0 0.5em 0;
}

@media only screen and (max-width: 767px) {
    .container_responsive .pub_item {
        float: none;
        width: 100%;
        clear: both;
    }
}

.pub_item a {
    margin: 0 0.5em 0 0;
    padding: 0.3em 0.3em;
    display: block;
}

.pub_item a:hover {
    text-decoration: none;
}

.pub_item .discount {
    display: block;
    float: right;
}

.pub_item .count {
    display: none;
}

/* letter_box main_page*/
.letter_box {
    float: left;
    width: 25%;
    height: 300px;
    padding: 0.5em;
    border: 2px solid;
}

@media only screen and (max-width: 767px) {
    .container_responsive .letter_box {
        float: none;
        width: 100%;
        clear: both;
    }
}

.letter_box .pub_item a {
    margin: 0;
    padding: 0;
}

.letter_box .letter_header {
    font-size: 1.2em;
    font-weight: bold;
}

.letter_box .pub_item {
    font-size: 1em;
    padding: 0.4em 0;
    float: none;
    display: block;
    width: 100%;
    margin: 0;
}

.letter_box .pub_show_all_link {
    text-align: right;
}

.letter_box .pub_show_all_link a {
    font-style: italic;
    font-size: 0.9em;
}

.letter_box .wrt_item {
    font-size: 1em;
    padding: 0.4em 0;
}

.letter_box .wrt_show_all_link a {
    font-style: italic;
    font-size: 1em;
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/color.css?v=4140 ***/
body, html, h1, h2, h3, h4, h5, h6 {
    color: #333;
  /*{$color1}*/
}

a {
    color: #333;
}

a:hover {
    color: #000;
}

.color1 {
    background-color: #f4f4f4;
}

.color2 {
    background-color: #f8f8f8;
}

.color4 {
    background-color: #f8e6e6;
}

.color5 {
    background-color: #eaf6eb;
}

.inp_textarea,
.inp_select,
.inp_text {
    border-color: #aaa;
    background-color: #fff;
}

.button {
    background-color: #be0c00;
    color: #fff;
}

.button:hover {
    color: #fff;
}

.button_sm,
.button_s {
    background-color: #ddd;
    color: #111;
}

.button_sm:hover,
.button_s:hover {
    color: #111;
}

.cart_list .button_checkout {
    background-color: #0f9705;
    color: #fff;
}

/* list defaults*/
.list_table .table-header-row .table-cell {
    background-color: #efefef;
}

.list_table .table-row:nth-child(odd) {
    background-color: #f8f8f8;
}

.list_table .table-row:nth-child(odd) {
    background-color: #f8f8f8;
}

.list_table .table-cell {
    border-color: #ddd;
}

/* view_table defaults*/
.view_table {
    border-color: #ddd;
}

.view_table .view_row:nth-child(odd) {
    background-color: #f8f8f8;
}

.view_table .view_row:nth-child(odd) {
    background-color: #f8f8f8;
}

/* header */
.header_content,
.header {
    background-color: #f4f4f4;
    color: #fff;
}

.bar_top {
    background-color: #f4f4f4;
}

.bread_crumbs {
    border-color: #ccc;
}

.message-success {
    background-color: #dff0d8;
    color: #1f6e42;
}

.message-error {
    background-color: #FFF4F4;
    color: #ff0000;
}

.message-info {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc;
}

.main_menu {
    background-color: #f4f4f4;
    color: #000000;
}

.main_menu a {
    color: #000000;
}

.header_menu ul li a {
    color: #575757;
}

@media only screen and (max-width: 767px) {
    .container_responsive .cart_box {
        color: #fff;
    }
}

.top_menu ul li a:hover {
    color: #000;
}

.user_menu ul li {
    background-color: #d7d7d7;
}

.user_menu ul li .login_top_box {
    background-color: #d7d7d7;
}

a.login_facebook,
.user_menu ul li .login_top_row a.login_facebook {
    background-color: #3b579d;
    color: #fff;
}

a.login_twitter,
.user_menu ul li .login_top_row a.login_twitter {
    background-color: #00aced;
    color: #fff;
}

a.login_google,
.user_menu ul li .login_top_row a.login_google {
    background-color: #d94734;
    color: #fff;
}

.user_menu ul.user_menu_in li ul {
    background-color: #d7d7d7;
}

.user_menu ul > li > a:hover {
    background-color: #ccc;
}

.search_box {
    border-color: #363636;
}

.search_box .inp_select {
    border-color: #363636;
}

.ui-autocomplete {
    background-color: #fff;
    border-color: #363636;
}

.ui-autocomplete li a:hover {
    color: #363636;
}

.left_column {
    background-color: #f4f4f4;
    border-color: #ccc;
}

/* body*/
.box {
    border-color: #999;
}

.box .box_header a {
    color: #333;
}

.tabs_view .tabs_view_content > li.dy_selected > a,
.tabs_view .tabs_view_nav > li.dy_selected > a {
    color: #be0c00;
}

.tabs_view .tabs_view_content > li > ul,
.tabs_view .tabs_view_nav > li > ul {
    border-color: #999;
}

/*slideshow*/
.cycle-slideshow-wrapper .cycle-slideshow-nav a {
    background-color: #fff;
    border-color: #fff;
}

.cycle-slideshow-wrapper .cycle-slideshow-nav .cycle-pager-active {
    border-color: #363636;
}

.cycle-slideshow-wrapper .cycle-slideshow-prev,
.cycle-slideshow-wrapper .cycle-slideshow-next {
    color: #8a8a8a;
}

/* prd_item*/
.home_item_prd {
    background-color: #fff;
}

.home_item_prd .prd_no_sell_list {
    border-color: #e5e4e3;
    background: none;
    color: #fff;
}

.home_item_prd .price_list {
    color: #000;
}

.home_item_prd .price_sale {
    color: #0ca494;
}

.home_item_prd .discount {
    background-color: #be0c00;
    color: #fff;
}

.home_item_prd .prd_info .publisher a {
    color: #000;
}

.box_prd_list_img .home_item_prd .list_number {
    background-color: #ccc;
}

.pager .button {
    background: none;
    border: none;
    color: #575757;
}

.pager .button.dy_selected {
    background-color: #ddd;
}

.prd_list .sort_options {
    background-color: #fafafa;
}

/* prd_view*/
.prd_view .discount {
    background-color: #be0c00;
    color: #fff;
}

.prd_view .prd_brand_box .publisher {
    color: #285294;
}

.prd_view .prd_brand_box .writer {
    color: #718f2f;
}

.prd_view .sale_price_row {
    color: #0ca494;
}

.prd_view .profit_row {
    color: #0078d7;
}

.prd_view .col3_padding {
    background-color: #efefef;
    border-color: #ccc;
}

.prd_view .prd_supply_time {
    background-color: #ddd;
}

.prd_view .prd_no_sell {
    color: #ff0000;
}

.home_item_prd .vote_section .dy_selected,
.prd_view .vote_section .dy_selected {
    color: #ffc000;
}

.home_item_prd .vote_section .vote_items,
.prd_view .vote_section .vote_items {
    color: #cccccc;
}

.home_item_prd .vote_section .vote_items.dy_selected,
.prd_view .vote_section .vote_items.dy_selected {
    color: #ffc000;
}

.home_item_prd .vote_section .vote_items:hover,
.prd_view .vote_section .vote_items:hover {
    color: #ffc000;
}

.prd_view .cargo_paying {
    color: #0fb10f;
}

.home_item_prd .new_icon,
.prd_view .new_icon {
    background-color: #0078d7;
    color: #fff;
}

.home_item_prd .cargo_paying {
    background-color: #0fb10f;
    color: #fff;
}

.page_prdview .tabs_view {
    background-color: #f4f4f4;
}

/* prd_details*/
.box_prd_detail .prd_custom_fields .table-row .table-cell {
    border-color: #ccc;
}

.prd_pairs_list .prd_pairs .price_box .price_sale,
.box_prd_pairs .prd_pairs .price_box .price_sale {
    color: #ff0000;
}

/* publishers*/
.letter_bar {
    background-color: #f8f8f8;
}

.letter_box {
    background-color: #f8f8f8;
    border-color: #fff;
}

.pub_item a {
    background-color: #f8f8f8;
}

.pub_item a:hover {
    background-color: #efefef;
}

/*order*/
.order_steps {
    border-color: #333;
    background-color: #eee;
}

.order_steps .ord_step_number {
    color: #333;
    background-color: #ccc;
}

.order_steps .ord_step_selected .ord_step_number {
    color: #fff;
    background-color: #333;
}

.order_steps .ord_step_selected .ord_step_label {
    color: #333;
}

.ord_return_policy {
    background-color: #efefef;
    border-color: #ccc;
}

.orders_form .select_payment_type label {
    border-color: #ccc;
}

.orders_form .select_payment_type label:hover,
.orders_form .select_payment_type label.dy_selected {
    color: #888;
  /*box-shadow-color*/
}

.orders_form .select_cargo label {
    border-color: #ccc;
}

.orders_form .select_cargo label:hover,
.orders_form .select_cargo label.dy_selected {
    color: #888;
  /*box-shadow-color*/
}

.orders_confirm_form .buttons .button_order_edit,
.orders_form .buttons .button_order_cancel {
    background-color: #ddd;
    color: #111;
}

.orders_confirm_form .buttons .button_order_confirm,
.orders_form .buttons .button_order_next {
    background-color: #0f9705;
    color: #fff;
}

.orders_form .ord_installment_box .inst_options .dy_selected {
    background-color: #efefef;
}

/* members*/
.members_view_menu ul,
.members_view_menu ul li a {
    border-color: #ddd;
}

.members_view_menu ul li a:hover {
    background-color: #ddd;
}

.comments_list .comment_text {
    background-color: #eee;
    border-color: #ddd;
}

.comments_list .com_info .fa {
    color: #1f6e42;
}

.member_pref_form .member_pref_list {
    border-color: #ddd;
}

/* categories*/
.categories_list_items > ul > li {
    background-color: #f8f8f8;
    border-color: #fff;
}

.categories_box ul > li {
    border-color: #ccc;
}

.categories_box ul > li > a:hover {
    background-color: #e9e9e9;
}

/* footer */
.footer {
    background-color: #fff;
    color: #363636;
}

.footer .dy_logo {
    background-color: #575757;
    color: #fff;
}

.footer_social_menu ul li a,
.footer_menu ul li a {
    color: #363636;
}

.footer_menu ul li ul {
    border-color: #363636;
}

.footer .items_col_30 {
    border-color: #363636;
}

.footer .toTop {
    background-color: #575757;
    color: #fff;
}

/* new icon*/
.ribbon span {
    color: #FFF;
    background-color: #79A70A;
    background: -webkit-gradient(linear, left top, left bottom, from(#2989d8), to(#1e5799));
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    -webkit-box-shadow: 0 3px 10px -5px black;
    box-shadow: 0 3px 10px -5px black;
}

.ribbon span::before,
.ribbon span::after {
    border-color: 3px solid #1e5799;
}

.login-order-button, .login_page_login_button, .button_order_confirm {
    background-color: #0f9705;
}

/*** https://www.halkkitabevi.com/templates/dyo-halk/css/color.default.css?v=4140 ***/
.test {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*** https://www.halkkitabevi.com/u/halkkitabevi/custom_user_dyo-halk.css?v=4140 ***/
 /* custom_user.css */
