/*
website main colors:

brown - 998675
brown gray - 98918d

old
red - ed1c24
dark red - d51920
*/

/***** global *****/

.right{
float:right;	
}

.left{
float:left;	
}

.rtl{
direction:rtl;
}

.ltr{
direction:ltr;
}

.text_right, .text-right{
text-align:left;	
}

@media (min-width: 768px) {
.abs_text_right{
text-align:right !important;	
}
}

@media (max-width: 768px) {
.abs_text_right_xs{
text-align:right !important;	
}
}


.clear_both{
clear:both;	
}

.center{
text-align:center;	
}

.right-rtl{
text-align:left;
direction:ltr;	
}

.justify-rtl{
text-align:justify;
direction:ltr;	
}

.left-rtl{
text-align:left;
direction:rtl;	
}

.left-ltr{
text-align:left;
direction:ltr;	
}

.right-ltr{
text-align:right;
direction:ltr;		
}

.center-rtl{
text-align:center;
direction:ltr;	
}

@media (max-width:992px){
.sm-center{
text-align:center !important;
}
}

@media (max-width:550px){
.xs-center{
text-align:center !important;
}

.xs-margin-top-sm{
margin-top: 10px !important;
}

.xs-margin-top-md{
margin-top: 20px !important;
}

.xs-text-right{
text-align: right !important
}
}

.center-ltr{
text-align:center;
direction:ltr;	
}

.clear_right{
float:left;
clear:left;	
}

.clear_right_only{
clear:left;	
}

.padding_bottom_10{
padding-bottom:10px;	
}

.padding_bottom_20{
padding-bottom:20px;	
}

.padding_bottom_30{
padding-bottom:20px;	
}

.padding_bottom_40{
padding-bottom:40px;	
}

.margin_bottom_10{
margin-bottom:10px;	
}

.margin_bottom_20{
margin-bottom:20px !important;	
}

.margin_bottom_30{
margin-bottom:30px !important;	
}

.margin_bottom_40{
margin-bottom:40px !important;	
}

.margin_bottom_60{
margin-bottom:60px !important;	
}

.margin_bottom_80{
margin-bottom:80px !important;	
}

.margin_top_5{
margin-top:5px;	
}

.margin_top_10{
margin-top:10px;	
}

.margin_top_15{
margin-top:15px;	
}

.margin_top_20{
margin-top:20px;	
}

.margin_top_30{
margin-top:30px;	
}

.margin_top_40{
margin-top:40px;	
}

.margin_top_50{
margin-top:50px;	
}

.margin_top_60{
margin-top:60px;	
}

.margin_top_80{
margin-top:80px;	
}

.btn-blank{
background:none;
border: none;
padding: 0;
font-size: 16px;
font-weight: 700;
color: #ffffff;
border-radius: 0;
line-height: 1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.btn-blank i{
font-size: 18px;
}

@media (max-width:768px){
.btn-blank{
font-size: 14px;
}

.btn-blank i{
font-size: 16px;
}
}

.btn-blank.dark{
color: #000000;
}

.btn-blank.brown{
color: #998675;
}

.btn-blank:hover{
color: #ffffff;
}

.btn-blank.dark:hover, .btn-blank.brown:hover{
color: #998675;
}

.btn:not(.header-btn-collapse-nav) i{
display: inline-block;
padding-right: 4px;
padding-left: 4px;
}

.full-img{
width:100%;	
}

@media (min-width:992px){
.abs-full-img{
width:100%;
height:100%;	
}
}

@media (max-width:992px){
.pl-xlg{
padding-left:15px !important;	
} 
.pr-xlg{
padding-right:15px !important;		
}
.pl-none{
padding-left:15px !important;	
} 
.pr-none{
padding-right:15px !important;		
}
.p-none{
padding-left:15px !important;
padding-right:15px !important;	
}
.pr-none.pr-none-sm{
padding-right:0px !important;
}
.pl-none.pl-none-sm{
padding-left:0px !important;
}
}

.abs-pr-none{
padding-right: 0 !important;
}

.abs-pl-none{
padding-left: 0 !important;
}

.container_no_padding{
padding-right: 0 !important;
padding-left: 0 !important
}

/*@media (max-width:992px){
.container_no_padding{
padding-right: 15px !important;
padding-left: 15px !important
}
}*/
@media (max-width:992px){
.md-pr-xxlg{
padding-right: 30px !important;
}
}

@media (min-width:992px){
.v-bottom {
display: table-cell;
vertical-align: bottom;
float: none !important;
}
}

@media (max-width:768px){
.mt-xlg-xs{
margin-top: 5px !important;
}
}


.inline-block{
display:inline-block;
}

.static{
position:static !important;	
}

.relative{
position:relative;	
}

.block{
display:block;	
}

.same_height_row{
display:table;
}

.same_height_row > [class*="col-"] {
float: none;
display: table-cell;
vertical-align: middle;
}

.same_height_row_top > [class*="col-"] {
float: none;
display: table-cell;
vertical-align: top;
}

.no-borders{
border:none !important;
border-radius:0 !important;	
}

.bc-none{
background-color:transparent !important;	
}

.border-radius-none{
border-radius:0 !important;		
}

.border-radius-none img, .border-radius-none span{
border-radius:0 !important;		
}

.white{
color:#ffffff;	
}

.dark, .dark a{
color:#000000;
}

.bc_white{
background-color:#ffffff;	
}

hr.product {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:5px;
margin-top:30px;
margin-bottom:0;
}

hr.solid {
background: #dedddd none repeat scroll 0 0;
color:#dedddd;
height:1px;
margin-top:15px;
margin-bottom:15px;
}

hr.menu {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:10px;
margin-top:0px;
margin-bottom:0;
}

hr.page {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:10px;
margin-top:30px;
margin-bottom:0;
}

.container-fluid-no-padding > .row > [class*="col-"]{
padding-left:0;
padding-right:0;	
}

@media (min-width:992px){
.vcenter {
display: table-cell;
vertical-align: middle;
float: none !important;
}
}

.vbottom {
display: inline-block;
vertical-align: bottom;
float: none;
}

@media (min-width:992px){
.col-centered{
float: none !important;
margin: 0 auto;
display: inline-table;
}
}

.flex{
display:flex;
}

.fullwidth_container {
padding-right: 0;
padding-left: 0;
}

.pr-xxs{
padding-right:2px;
}

.pl-xxs{
padding-left:2px;
}

/***** bootstrap rtl *****/

.col-md-1-5 {
width: 20%;
}

@media (max-width:992px){
.col-md-1-5 {
width: 50%;
}
}

@media (max-width:550px){
.col-md-1-5 {
width: 100%;
}
}

.col-md-1-8{
width: 12.5%;
float: right;
}

@media (max-width:992px){
.col-md-1-8 {
width: 25%;
}
}

@media (max-width:550px){
.col-md-1-8 {
width: 50%;
}
}

.nav {
padding-left: 0;
}

.dropdown-menu {
left:0;
right:auto;
text-align:left;
direction:ltr;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon:first-child {
border-left: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:last-child {
border-right: 0;
}

.list-unstyled {
padding-left: 0;
}

/***** header *****/

.header_phone{
background-color: #98918d;
display: table;
color: #ffffff;
font-size: 18px;
font-weight: 400;
padding: 27px 15px 27px 15px;
vertical-align:middle;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
left: 0;
top: 0;
/*bottom: 0;*/
z-index: 1000;
letter-spacing: 0.5px;
}

@media (max-width:768px){
.header_phone{
font-size: 15px;
font-weight: 600;
padding: 7px 5px;
right: 60px;
left: auto;
top: 50%; 
transform: translate(0, -50%);
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
}
}

.header_phone_inner{
display:table-cell;
vertical-align:middle;
}

.header_phone i, .header_phone img{
display: inline-block;
padding: 0 5px;
margin-top: -5px;
}

@media (max-width:768px){
.header_phone_inner span{
display: none;
}

.header_phone i, .header_phone img{
max-width: 24px;
height: auto;
}
}

.header_phone:hover{
background-color: #000000;
color: #ffffff;
}

#header .header-logo a {
display:inline-block;
}

@media (max-width:768px){
#header .header-logo img{
width: 140px;
height: auto;
margin-bototm: 0px;
margin-left: 15px;
}
}

/***** content *****/

.main{
min-height:600px;
position:relative;
z-index:0;
/*overflow:hidden;*/
}

@media (max-width:550px){
.main{
min-height:300px;
}
}

.inner_main{

}

.main_cart, .main_catalog, .main_product{
/*padding-top: 15px;*/
}

.page-header-custom-background{
padding: 0 !important;
margin: 0 !important;
background-repeat: no-repeat;
background-color: transparent;
border-top: 0;
border-bottom: 0;
vertical-align:bottom;
background-position:left top;
background-size:cover;
overflow:hidden;
position:relative;
height:350px;
z-index:1;
}

@media (max-width:1400px){
.page-header-custom-background{
height:300px;
}
}

@media (max-width:992px){
.page-header-custom-background{
height:150px;
}
}

@media (max-width:550px){
.page-header-custom-background{
height:100px;
}
}

.banner_title_wrapper{
position:absolute;	
top: 0;
right: 0; 
width: 30%;
height: 100%;
background-color: rgba(20,20,20,0.8);
padding: 50px;
/*display: table;*/
}

@media (max-width:992px){
.banner_title_wrapper{
width: 35%;
padding: 25px;
}
}

@media (max-width:768px){
.banner_title_wrapper{
padding: 10px 15px;
}
}

.banner_title{
color:#ffffff;
text-shadow: none;
font-size:50px;
font-weight:600;
line-height:1.1 !important;
margin-bottom: 0;
font-family: 'Taviraj', serif;
word-spacing: 9999px;
display: table-cell;
vertical-align: bottom;
position: absolute;
bottom: 40px;
}

.banner_title span{
opacity: 1 !important;
}


.page-header-custom-background h1 {
color: #ffffff;
}

@media (max-width:992px){
.banner_title{
font-size:28px;
bottom: 15px;
}
}

@media (max-width:550px){
.banner_title{
font-size:20px;
}
}

.breadcrumb{
background-color: #ffffff;
border-radius: 0px;
list-style: outside none none;
margin-bottom: 20px;
padding: 0;
margin-top:5px;
font-size:13px;
color:#333333;
}

@media (max-width:550px){
.breadcrumb{
margin-bottom: 10px;
font-size:13px;
}
}

.breadcrumb a{
font-size:13px;
color:#333333;
}

.breadcrumb > li + li::before {
color: #333333;
content: ">";
padding: 0 2px;
margin-left:1px;
margin-right:2px;
}

.breadcrumb > .active{
color: #333333;
}


.pagination{
padding-right:0;
margin-bottom: 30px;
}

.pagination > li > a{
color:#666666;
background-color:#ffffff;
border:1px solid #666666;
margin-left:5px;
text-align:center;
padding:3px 6px;
min-width:28px;
font-size:17px;
line-height:22px;
font-family:Arial, Helvetica, sans-serif;
border-radius:0 !important;
}

.pagination > li > a i{
padding-top:2px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus{
background-color:#ed1c24 !important;
border-color: #ed1c24;
color: #ffffff;
text-shadow: none;
}


/***** homepage *****/

.homepage_slider_wrapper{
position: relative;
}

.rev_slider .tp-bannertimer {
display:none !important;
}

@media (min-width:992px){
.rev_slider_wrapper{
min-height:723px !important;	
}
}

@media (max-width:992px){
.rev_slider_wrapper{
min-height:500px !important;	
}
}

@media (max-width:768px){
.rev_slider_wrapper{
min-height:300px !important;	
}
}

@media (max-width:550px){
.tp-bgimg.defaultimg{
background-position: 50% 50% !important;
}
}

.rev_slider{
border-bottom: none;
}

.homepeage_video_slider_btn.btn-secondary{
background-color: #98918d;
color: #ffffff;
border-color: #98918d !important;
}

.homepage_catalog_section{
padding: 50px 0;
margin: 0;
background-image: url(../images/givoni1_6.jpg);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
position: relative;
}

@media (max-width:768px){
.homepage_catalog_section{
padding: 20px 0 30px 0;
}
}

.homepage_catalog_section > img{
position: absolute;
left: 0;
top: 5px;
max-width:110px;
}

@media (max-width:768px){
.homepage_catalog_section > img{
max-width:60px;
}

}

.homepage_catalog_section_title{
color:#000000;
font-size:50px;
font-weight:400;
line-height:normal;
margin-bottom: 60px;
font-family: 'Taviraj', serif;
}

@media (max-width:768px){
.homepage_catalog_section_title{
font-size:40px;
margin-bottom: 20px;
}
}

.homepage_exb_body h2{
color:#000000;
font-size:40px;
font-weight:400;
line-height:normal;
margin-bottom: 20px;
font-family: 'Taviraj', serif;
}

@media (max-width:768px){
.homepage_exb_body h2{
font-size:20px;
margin-bottom: 10px;
}
}

.thumb-info.homepage_catalog_thumb{
border:none;
border-radius: 0px;
background-color:#000000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.thumb-info.homepage_catalog_thumb .thumb-info-wrapper {
border-radius: 0px;
margin:0;
}

.thumb-info.homepage_catalog_thumb img {
border-radius: 0px;
}

.thumb-info .thumb-info-title {
background-color: rgba(153,134,117,0.9);
bottom: 8%;
padding: 6px 30px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
max-width: 95%;
}

.thumb-info:hover .thumb-info-title {
background-color: rgba(153,134,117,1);
}

.homepage_catalog_title{
margin-bottom: 0;
font-size: 30px;
font-weight: 400;
line-height: 1.1;
color:#ffffff;
text-transform: uppercase;
}

@media (max-width:1600px){
.homepage_catalog_title{
font-size: 26px;
}
}

@media (max-width:1400px){
.homepage_catalog_title{
font-size: 20px;
}
}

@media (max-width:1400px){
.thumb-info .thumb-info-title {
padding: 6px 20px;
}
}

@media (max-width:992px){
.thumb-info .thumb-info-title {
padding: 6px 10px;
}

.homepage_catalog_title{
font-size: 16px;
}
}

@media (max-width:768px){
.thumb-info .thumb-info-title {
padding: 6px 10px;
}

.homepage_catalog_title{
font-size: 16px;
}
}

@media (max-width:550px){
.thumb-info .thumb-info-title {
padding: 6px 5px;
}

.homepage_catalog_title{
font-size: 15px;
}
}

.homepage_about_section{
padding: 100px 0;
margin: 0;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
position: relative;
background-image: url(../images/givoni1_9.jpg);
}

@media (max-width: 768px) {
.homepage_about_section{
background-image: url(../images/givoni1_9_sm.jpg);
}
}

.homepage_about_section > .container{
position: relative;
z-index: 2;
}

.homepage_about_section > img{
position: absolute;
left: 150px;
top: 50px;
z-index: 1;
}

@media (max-width: 1600px) {
.homepage_about_section > img{
left: 20px;
top: 20px;
}
}

@media (max-width: 1400px) {
.homepage_about_section > img{
left: 20px;
top: 20px;
}
}

@media (max-width: 768px) {
.homepage_about_section > img{
left: auto;
right: 15px;
top: 5px;
max-width: 150px;
height: auto;
}
}

.homepage_intro_box{
background-color: rgba(0,0,0,0.8);
padding: 40px;
}

.homepage_intro{
font-size:16px;
font-weight:300;
line-height:1.5;
margin-bottom:0px;	
color: #ffffff;
text-align: justify !important;
}

.homepage_intro h2{
font-size:40px;
font-weight:700;
line-height:1;
margin-bottom:5px;
text-align: left;
color: #ffffff;
font-family: 'Taviraj', serif;
}

.homepage_intro h3{
font-size:28px;
font-weight:400;
line-height:1;
text-align: left;
margin-bottom:15px;
color: #ffffff;
font-family: 'Taviraj', serif;
}

.homepeage_video_btn{
display: inline-block;
text-align: right;
background-color: #998675;
padding: 8px 47px 7px 10px;
color: #ffffff;
font-size: 16px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
position: relative;
}

@media (max-width: 992px) {
.homepeage_video_btn{
margin-top: 15px;
}
}

.homepeage_video_btn:hover{
background-color: #98918d;
color: #ffffff;
}

.homepeage_video_btn i{
display: inline-block;
padding-left: 5px;
font-size: 25px;
position: absolute;
right: 10px;
top: 3px;
}

.homepage_product_section{
padding: 0;
margin: 30px 0;
background-image: url(../images/givoni1_11.jpg);
background-position: top left;
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
position: relative;
}

@media (max-width: 768px) {
.homepage_product_section{
margin: 20px 0;
background-image: url(../images/givoni1_11_sm.jpg);
}
}

.homepage_product_section_title{
color:#ffffff;
font-size:40px;
font-weight:400;
line-height:normal;
margin-bottom: 20px;
font-family: 'Taviraj', serif;
}

@media (max-width: 768px) {
.homepage_product_section_title{
font-size:32px;
margin-bottom: 10px;
}
}

.homepage_product_section_col{
background-color: rgba(0,0,0,0.5);
padding: 120px 80px !important;
}

@media (max-width: 768px) {
.homepage_product_section_col{
padding: 20px 15px !important;
}
}

.homepage_product_thumb.thumb-info{
background-color: #ffffff;
border: none;
padding: 0;
}

.homepage_product_thumb.thumb-info:hover, .homepage_product_col a:focus .homepage_product_thumb.thumb-info{
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

.homepage_product_thumb.thumb-info .thumb-info-wrapper{
/*height: 200px;*/
padding: 5px;
}

.homepage_product_thumb.thumb-info img{
border-radius: 0px;
max-height: 190px;
width: auto;
max-width: 100%;
}

@media (max-width: 992px) {
.homepage_product_thumb.thumb-info img{
max-width: 100%;
}
}

.homepage_product_thumb.thumb-info .thumb-info-caption{
min-height: 70px;
background-color: #998675;
padding: 5px 20px 5px 10px;
position: relative;
}

@media (max-width: 1500px) {
.homepage_product_thumb.thumb-info .thumb-info-caption{
min-height: 110px;
}
}

.homepage_product_thumb_title{
font-weight: 600;
font-size: 16px;
margin-bottom: 0px;
line-height: 1.2;
color: #ffffff;
position: absolute;
left: 10px;
top: 50%;
transform: translate(0, -50%);
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
padding-right: 25px;
}

.homepage_product_thumb.thumb-info .thumb-info-caption i{
position: absolute;
right: 10px;
top: 50%;
transform: translate(0, -50%);
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
color: #ffffff;
}

.homepage_brand_section{
padding: 100px 0;
margin: 0px 0;
background-image: url(../images/givoni1_12a.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
position: relative;
}

@media (max-width:768px){
.homepage_brand_section{
padding: 50px 0;
min-height: 300px;
background-image: url(../images/givoni1_12a_sm.jpg);
}
}

@media (max-width:992px){
.homepage_brand_section{
min-height: 400px;
}
}

.homepage_brand_section_intro{
font-size:16px;
font-weight:300;
line-height:1.5;
margin-bottom:0px;	
color: #ffffff;
text-align: justify !important;
}

.homepage_brand_section_intro h2{
font-size:40px;
font-weight:400;
line-height:1;
margin-bottom:10px;
color: #ffffff;
font-family: 'Taviraj', serif;
}

.homepage_brand_section_intro h3{
font-size:40px;
font-weight:600;
line-height:1.2;
margin-bottom:15px;
color: #ffffff;
font-family: 'Taviraj', serif;
}

@media (max-width:768px){

.homepage_brand_section_intro h2{
font-size:26px;
}

.homepage_brand_section_intro h3{
font-size:30px;
}
}

.homepeage_video_box{

}

.homepeage_video_box span{
color: #ffffff;
font-size: 30px;
display: block;
background-color: rgba(0,0,0,0.5);
padding: 20px 10px;
}

.homepeage_video_box span i{
color: #D51920;
font-size: 35px;
vertical-align: text-bottom;
padding-left: 5px;
display: inline-block;
}

.homepeage_video_box img{
display: block;
}

.masonry .masonry-item {
width: 25%;
}

@media (max-width:768px){
.masonry .masonry-item {
width: 50%;
}	
}

@media (max-width:550px){
.masonry .masonry-item {
width: 100%;
padding-bottom: 10px;
}	
}

@media (max-width:992px){
.masonry .masonry-item.pl-none{
padding-left:0px !important;	
} 

.masonry .masonry-item.pr-none{
padding-right:0px !important;		
}
}

/***** sidebar *****/

.mobile_sidebar_menu{
background-color: #ffffff;
padding: 10px 0px;
margin-bottom: 15px;
}

.mobile_sidebar_menu > li > a{
border-bottom:1px solid #cfcfcf;	
font-weight:600;
font-size:15px;
padding:5px 15px 5px 15px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color:#000000;
position:relative;
line-height:normal;
}

.mobile_sidebar_menu > li:last-child > a{
border-bottom:none;	
}

.mobile_sidebar_menu > li:hover > a, .mobile_sidebar_menu > li.active > a, .mobile_sidebar_menu > li > a:focus, .mobile_sidebar_menu > li.top_opened > a{
background-color:#4d4d4d;
color: #ffffff;
font-weight: 700;
/*text-shadow: 1px 0 0 #ffffff;*/
}

.sidebar{
margin-bottom:20px;
}

aside ul.sidebar_menu{
background-color: #ffffff;
padding: 20px 0px;
margin-bottom: 20px;
}

aside ul.sidebar_menu > li{
}

aside ul.sidebar_menu > li > a{
border-bottom:1px solid #cfcfcf;	
font-weight:600;
font-size:15px;
padding:5px 15px 5px 15px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color:#000000;
position:relative;
line-height:normal;
}

aside ul.sidebar_menu > li:last-child > a, aside ul.sidebar_menu > li.top_opened > a{
border-bottom:none;	
}

aside ul.sidebar_menu > li:hover > a, aside ul.sidebar_menu > li.active > a, aside ul.sidebar_menu > li > a:focus, aside ul.sidebar_menu > li.top_opened > a{
background-color:#4d4d4d;
color: #ffffff;
font-weight: 700;
/*text-shadow: 1px 0 0 #ffffff;*/
}

aside ul.sidebar_menu > li > a:before{
display: none;
}

aside ul.sidebar_menu li ul{
margin:0px 0 0px 0;
padding-top: 5px;
padding-bottom:5px;
background-color:#4d4d4d;
}

aside ul.sidebar_menu li ul li{
}

aside ul.sidebar_menu li ul li a{
padding:3px 20px 3px 20px !important;
font-size:14px;	
font-weight: 400;
width:100%;
border:none;
color:#ffffff;
}

aside ul.sidebar_menu li ul li a:before {
display:none;
}

aside ul.sidebar_menu li ul li a:hover, aside ul.sidebar_menu li ul li a:focus, aside ul.sidebar_menu li ul li.active a{
color: #fffffff;
background: #ed1c24;
font-weight: 400;
}

.sidebar-btn-collapse.btn.btn-primary{
background-color: #4d4d4d;
padding: 7px 15px;
}

.sidebar-btn-collapse {
display: block;
margin-bottom: 10px;
margin-top:0px;
text-align: right;
}

@media (min-width: 992px) {
.sidebar-btn-collapse {
display: none;
}

.sidebar-nav-collapse {
display: none !important;
height: auto !important;
}
}

ul.nav-list.secundary {
border-radius: 0px;
box-shadow: none;
padding: 0;	
background-color: #ffffff;
}

ul.nav-list.secundary > li a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
padding: 5px 10px;
font-size:14px;
color: #000000;
border-bottom:1px solid #cfcfcf;
}

ul.nav-list.secundary > li ul li a{
border-bottom: none !important;
color: #ffffff;
}

ul.nav-list.secundary > li a:before {
display:none;
}

ul.nav-list.secundary > li a.has_dropdown:before {
font-family: FontAwesome;
content: "\f0d7";
display: inline-block;
width: auto;
height: auto;
font-size: 15px;
border: none;
margin: 0;
left: 8px;
top: 4px;
right: auto;
}

ul.nav-list.secundary > li > a > i {
position: absolute;
left: 1px;
top: 3px;
font-size: 20px;
text-shadow: none;
color: #ffffff;
display: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

ul.nav-list.secundary > li:hover > a, ul.nav-list.secundary > li.active > a  {
color: #ffffff;
background-color:#4d4d4d;
}

ul.nav-list.secundary li ul{
margin:0px 0 0px 0;
padding-top: 5px;
padding-bottom:5px;
background-color:#4d4d4d;
}

ul.nav-list.secundary > li ul li a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-bottom: 1px solid #f4f4f4;
padding: 3px 15px 3px 10px;
font-size:14px;
}

ul.nav-list.secundary > li ul li:hover > a, ul.nav-list.secundary > li ul li.active > a  {
color: #ffffff;
background-color:#ed1c24;
text-decoration: none;
}


/***** category *****/

.content_title{
font-size:26px;
font-weight:600;
line-height:1.2;
margin-bottom:10px;
color: #000000;
}

@media (max-width:550px){
.content_title{
font-size:20px;
}	
}

.content_title_sm{
font-size:18px;
font-weight:600;
line-height:1.2;
margin-bottom:10px;
color: #000000;
}

.content_title_xs{
font-size:16px;
font-weight:700;
line-height:normal;
margin-bottom:8px;	
}

.content_body{
line-height:1.6;
clear:right;
margin-bottom:20px;
font-size:16px;
font-weight:300;
}

.content_body h2{
font-size:30px;
font-weight:700;
line-height:1;
margin-bottom:15px;
color: #000000;
font-family: 'Taviraj', serif;
}

.content_body h3{
font-size:24px;
font-weight:400;
line-height:1;
margin-bottom:15px;
color: #000000;
font-family: 'Taviraj', serif;
}

.content_body a.small.awesome {
background-color: #998675 !important;
color: #ffffff;
font-size: 17px;
padding: 12px 20px 12px 52px;
min-width: 270px;
display: inline-block;
position: relative;
}

.content_body a.small.awesome:after {
font-family: FontAwesome;
content: "\f02d";
color:#ffffff;
font-size: 25px;
position: absolute;
left: 12px;
top: 6px;
}

/*.content_body br{
display: block;
content: "";
margin-top: 8px;
}*/

.content_body p{
line-height:normal;
margin-bottom: 0;
}

.content_body .ScreenText{
background-color:#c3e021;
display:inline;
padding:0 5px;	
}

.content_body ash{
text-decoration:underline;
}

.content_body a{
}

.content_body img{
max-width:100% !important;
height:auto !important;
}

.content_body iframe{
max-width:100% !important;
}

@media (max-width:768px){
.content_body iframe{
max-width:100% !important;
height:auto !important;
}
}

.content_body ul{
list-style: outside none none;
padding-left: 0;
padding-right: 1px;
display:block;
margin:8px 0 5px 0;	
}

.content_body ul li{
margin-bottom: 5px;
padding-right: 18px;
position: relative;	
}

.content_body ul li::before {
content: "";
background-color:#222222;
position: absolute;
right: 0px;
top: 9px;
width:8px;
height:8px;
border-radius:100%;
}

.homepage_gallery_thumb.thumb-info {
background-color: #fff;
border-radius: 0px;
border:none;
}

.homepage_gallery_thumb.thumb-info .thumb-info-wrapper {
border-radius: 0px;
margin: 0px;
}

.homepage_gallery_thumb.thumb-info .thumb-info-wrapper::after {
background: none;/*rgba(0, 0, 0, 0.7) none repeat scroll 0 0;*/
}

.homepage_gallery_thumb.thumb-info img {
border-radius: 0px;
}

.homepage_gallery_thumb.thumb-info .thumb-info-title {
color:#ffffff;
font-weight:400;
font-size:20px;
line-height:1.4;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
z-index:10;
}

@media (max-width:768px){
.homepage_gallery_thumb.thumb-info .thumb-info-title {
font-weight:400;
font-size:17px;
}
}

.thumb-info .thumb-info-title{
z-index:2;
}

.about_section{
padding: 0;
margin: 0;
background-image: url(../images/givoni3_4.jpg);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
}

@media (max-width: 768px) {
.about_section{
background-image: url(../images/givoni3_4_sm.jpg);
}
}

.about_section > img{
position: absolute;
right: 25%;
top: 0px;
max-width:150px;
}

@media (max-width: 992px) {
.about_section > img{
right: 25%;
max-width:100px;
}
}

@media (max-width: 768px) {
.about_section > img{
right: 15px;
max-width:70px;
top: 90px;
}
}

.about_img_col{
background-color: rgba(83,71,65,0.7);
padding-top: 50px;
padding-bottom: 50px;
min-height: 500px;
}

@media (max-width: 768px) {
.about_img_col{
padding-top: 20px;
padding-bottom: 20px;
min-height: 90px;
}
}

.about_img_col img{
position: absolute;
top: 50%;
left: 50%; 
transform: translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
}

@media (max-width: 768px) {
.about_img_col img{
max-width: 60px;
left: 15px; 
transform: translate(0, -50%);
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
}
}

.about_col{
padding-top: 80px;
padding-bottom: 50px;
}

@media (max-width: 768px) {
.about_col{
padding-top: 30px;
}
}

.about_intro{
font-size:16px;
font-weight:300;
line-height:1.5;
margin-bottom:0px;	
color: #000000;
text-align: justify !important;
}

.about_intro h2{
font-size:40px;
font-weight:400;
line-height:1;
margin-bottom:8px;
color: #000000;
font-family: 'Taviraj', serif;
}

.about_intro h3{
font-size:28px;
font-weight:400;
line-height:1;
margin-bottom:15px;
color: #000000;
font-family: 'Taviraj', serif;
}

.about_quality_section{
padding: 0;
margin:30px 0 30px 0;
background-position: top left;
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
}

@media (max-width:768px){
.about_quality_section{
min-height: 200px;
}
}

.about_quality_section > img{
position: absolute;
right: 0;
top: 50px;
max-width:200px;
}

@media (max-width:768px){
.about_quality_section > img{
top: 20px;
max-width:100px;
}
}

.about_quality_col{
background-color: rgba(0,0,0,0.7);
padding-top: 150px;
padding-bottom: 50px;
min-height: 500px;
}

@media (max-width:768px){
.about_quality_col{
padding-top: 30px;
padding-bottom: 30px;
min-height: 200px;
}
}

.about_quality_body{
font-size:16px;
font-weight:300;
line-height:1.5;
margin-bottom:0px;	
color: #ffffff;
}

.about_quality_body h2{
font-size:45px;
font-weight:600;
line-height:1;
margin-bottom:12px;
color: #998675;
font-family: 'Taviraj', serif;
}

.about_quality_body h3{
font-size:40px;
font-weight:400;
line-height:1;
margin-bottom:15px;
color: #ffffff;
font-family: 'Taviraj', serif;
}

.about_made_img_col{
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.about_made_col{
background-position: left center;
background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
}

@media (max-width:1600px){
.about_made_col{
min-height: 680px;
}
}

.about_mad_intro{
background-color: rgba(83,71,65,0.8);
padding: 50px 30px;
min-height: 680px;
position: absolute;
right: 0;
bottom: 0;
top: 0;
width: 50%;
font-size:16px;
font-weight:300;
line-height:1.5;
margin-bottom:0px;	
color: #ffffff;
text-align: justify !important;
}

@media (max-width:1400px){
.about_mad_intro{
width: 60%;
}
}

@media (max-width:1240px){
.about_mad_intro{
width: 70%;
}
}

@media (max-width:768px){
.about_mad_intro{
padding: 40px 30px;
min-height: 500px;
width: 80%;
position: static;
}
}

.about_mad_intro h2{
font-size:34px;
font-weight:600;
line-height:1.1;
margin-bottom:8px;
color: #ffffff;
font-family: 'Taviraj', serif;
}

.about_mad_intro h3{
font-size:28px;
font-weight:400;
line-height:1;
margin-bottom:15px;
color: #ffffff;
font-family: 'Taviraj', serif;
}

.about_worldwide_section{
padding: 40px 0;
background-color: #f4f1ec;
margin: 30px 0 0 0;
}

@media (max-width:768px){
.about_worldwide_section{
padding: 0px 0;
}

.about_mad_intro h2{
font-size:26px;
}

.about_mad_intro h3{
font-size:20px;
}
}

.about_worldwide_section > .container{
position: relative;
z-index: 2;
}

.about_worldwide_section > img{
position: absolute;
left: 0;
bottom: 0px;
max-width:200px;
z-index: 1;
}

@media (max-width:992px){
.about_worldwide_section > img{
display: none;
}
}

.worldwide_title{
color: #5b5958;
font-size:30px;
font-weight:600;
line-height:normal;
margin-bottom:20px;	
text-transform: uppercase;
}

.worldwide_intro{
color: #5b5958;
font-size:16px;
font-weight:300;
line-height:1.5;
margin-bottom:20px;	
}

.worldwide_intro h2{
color: #5b5958;
font-size:30px;
font-weight:600;
line-height:normal;
margin-bottom:20px;	
text-transform: uppercase;
}

.worldwide_intro ul{
list-style: outside none none;
padding-right: 0;
padding-left: 1px;
display:block;
margin:20px 0 5px 0;	
}

.worldwide_intro ul li{
margin-bottom: 5px;
padding-left: 16px;
position: relative;	
display: inline-block;
width: 40%;
margin-right: 5%;
font-weight: 600;
font-size: 15px;
}

@media (max-width:1200px){
.worldwide_intro ul li{
width: 100%;
margin-right: 0;
}
}

@media (max-width:992px){
.worldwide_intro ul li{
width: 40%;
margin-right: 5%;
}
}

.worldwide_intro ul li::before {
content: "";
background-color:#5b5958;
position: absolute;
left: 0px;
top: 7px;
width:6px;
height:6px;
border-radius:100%;
}

.worldwide_section{
padding: 40px 0;
margin: 0;
position: relative;
}

@media (max-width:768px){
.worldwide_section{
padding: 5px 0;
}
}

.worldwide_section > img{
position: absolute;
right: 0;
top: 0px;
max-width:200px;
}

.worldwide_section > .container{
position: relative;
z-index: 2;
}

.worldwide_body.content_body h2{
font-size:40px;
font-weight:400;
line-height:1;
margin-bottom:25px;
color: #4d4d4d;
font-family: 'Taviraj', serif;
}


@media (max-width:992px){
.worldwide_section > img{
max-width:100px;
z-index: 1;
}

.worldwide_body.content_body{
text-align: left;
}

.worldwide_body.content_body h2{
font-size:25px;
}
}

@media (max-width:768px){
.worldwide_section > img{
display: none;
}
}



/***** catalog *****/

.mfp-iframe-holder .mfp-content {
max-width: 1400px;
max-height: 90%;
}

@media (max-width:1200px){
.mfp-iframe-holder .mfp-content {
max-width: 1100px;
}
}

@media (max-width:1200px){
.mfp-iframe-holder .mfp-content {
max-width: 900px;
}
}

.mfp-arrow, .mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
}

.mfp-arrow:focus, .mfp-close:focus{
border:1px solid #cccccc !important;
}

.mfp-arrow-right, .mfp-arrow-right:before{
border:none !important; 
}
 
.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a{
border:none !important; 
}

.mfp-arrow.mfp-arrow-right::before{
font-family: FontAwesome;
content: "\f054";
font-size:20px; 
color:#ffffff; 
opacity:1;
line-height: 40px; 
text-align: center;
}

.mfp-arrow.mfp-arrow-left::before{
font-family: FontAwesome;
content: "\f053";
font-size:20px; 
color:#ffffff; 
opacity:1;
line-height: 40px; 
text-align: center;
}

.mfp-close, .mfp-close-btn-in .mfp-close {
color: #ffffff;
font-family: "Open Sans",Arial,sans-serif;
font-size: 35px;
font-weight: 400;
/*background-color:#ffffff;*/
opacity:1;
cursor:pointer !important;
}

/*.mfp-title{
text-align:right;
direction:rtl;	
padding-right: 65px;
}*/

@media (min-width: 768px) {
.catalog_back_col{
display: table;
}

.catalog_back_col .btn{
display: table-cell;
vertical-align: bottom;
}
}

@media (max-width: 768px) {
.catalog_back_col .btn{
margin-top: 10px;
}
}

.catalog_title{
font-weight: 400;
font-size: 50px;
margin-bottom: 20px;
line-height: 1;
color: #998675;
font-family: 'Taviraj', serif;
}

@media (max-width: 768px) {
.catalog_title{
font-size: 30px;
text-align: left;
}
}

@media (min-width: 550px) {
#loadMore {
display:none;
}
}

/*@media (max-width: 550px) {
.catalog_product_col{
display:none;
}

.catalog_product_col:nth-child(1), .catalog_product_col:nth-child(2), .catalog_product_col:nth-child(3), .catalog_product_col:nth-child(4) , .catalog_product_col:nth-child(5), .catalog_product_col:nth-child(6), .catalog_product_col:nth-child(7), .catalog_product_col:nth-child(8){
display:block;
}
}*/

.product_thumb.thumb-info{
background-color: #ffffff;
border: none;
padding: 0;
}

.product_thumb.thumb-info .thumb-info-wrapper{
padding: 5px;
border: 1px solid #a9a9a9;
}

@media (max-width:992px){
.product_thumb.thumb-info .thumb-info-wrapper{
background-color: #ffffff;
}
}

.product_thumb.thumb-info:hover .thumb-info-wrapper, .catalog_product_col a:focus .product_thumb.thumb-info .thumb-info-wrapper{
background-color: #ffffff;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

.product_thumb.thumb-info img{
border-radius: 0px;
width: auto;
max-width: 100%;
}

@media (max-width: 992px) {
.product_thumb.thumb-info img{
max-width: 100%;
}
}

.product_thumb.thumb-info .thumb-info-caption{
margin-top: 10px;
min-height: 160px;
padding: 0;
}

@media (max-width: 768px) {
.product_thumb.thumb-info .thumb-info-caption{
min-height: 180px;
height: auto;
}
}

.product_thumb_title{
font-weight: 600;
font-size: 15px;
margin-bottom: 5px;
line-height: 1.2;
color: #000000;
margin-top: 0px;
padding: 0 1px 5px 1px;
border-bottom:1px solid #cccccc;
min-height: 45px;
}

.product_thumb_makat{
color: #000000;
font-weight: 600;
font-size: 13px;
display: block;
margin: 3px 0 3px 0;
}

.product_thumb_intro{
color: #000000;
font-weight: 400;
line-height: 1.4;
font-size: 14px;
}

.product_thumb.thumb-info .btn{
width: 100%;
position: absolute;
bottom: 0;
left: 50%; 
transform: translate(-50%, 0);
-webkit-transform:translate(-50%, 0);
-ms-transform:translate(-50%, 0);
}

/***** product *****/

.product_title{
color: #000000;
font-size: 30px;
line-height: 1.2;
font-weight: 600;
margin-bottom: 10px;
}

@media (max-width: 768px) {
.product_title{
font-size: 22px;
}
}

.product_makat{
color: #000000;
font-size: 16px;
display: block;
font-weight: 400;
margin-bottom: 30px;
}

.product_sizes{
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #cccccc;
color: #000000;
font-size: 15px;
font-weight: 400;
}

.product_sizes.catalog_sizes{
margin-bottom: 3px;
padding-bottom: 3px;
color: #000000;
font-size: 14px;
}

.product_sizes span{
font-size: 15px;
font-weight: 600;
display: inline-block;
padding-right: 5px;
}

.product_sizes.catalog_sizes span{
font-size: 14px;
}

.product_body_title{
font-size: 15px;
font-weight: 600;
display: block;
padding-bottom: 2px;
}

.product_body.content_body{
line-height:1.4;
clear:left;
margin-bottom:20px;
font-size:15px;
font-weight:400;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
opacity: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type='number'] {
-moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
}

.inc_dec_wrapper{
display: inline-block;
}

.inc_dec_wrapper{
position: relative;
padding: 0 26px;
}

.inc_button{
color: #000000;
border: 1px solid #999999;
position: absolute;
left: 0;
top: 0px;
height: 100%;
padding: 0px 7px;
font-size: 14px;
line-height: 24px;
cursor: pointer;
}

.dec_button{
color: #000000;
border: 1px solid #999999;
position: absolute;
right: 0;
top: 0px;
height: 100%;
padding: 0px 7px;
font-size: 14px;
line-height: 24px;
cursor: pointer;
}

.product_form_col{
min-height: 50px;
}

.product_form_col .form-group{
margin: 10px;
}

.product_form label.error{
position: absolute;
left: 0;
bottom: -25px;
color: #c10000;
font-weight: 400;
font-size: 13px;
line-height: normal;
padding:0;
}

.product_form label{
padding-right: 10px;
font-size: 15px;
font-weight: 600;
display: inline-block;
}

.product_form .amount_value{
border-radius:0;
box-shadow:none;
font-size:14px;
height:auto;
width: auto;
padding:2px 2px;
background-color:#ffffff;
border:1px solid #999999;
color:#808080;
display: inline-block;
max-width: 160px;
}

.product_quote{
position: relative;
}

.product_quote i{
position: absolute;
right: 10px;
top: 50%;
transform: translate(0, -50%);
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
}

@media (max-width: 992px) {
.p_media_col{
margin-top: 30px;
padding: 0 30px !important;
}

.related_products_col{
padding: 0 30px !important;
}
}

.owl-carousel .owl-nav {
margin-top: -10px;
}

.related_products_owl.owl-carousel .owl-nav {
margin-top: -60px;
}

.related_products_owl.owl-carousel .owl-item{
padding: 0px 1px;
}

.related_products_owl.owl-carousel .owl-item > div{
padding: 0px 1px;
}

.owl-carousel .owl-nav .owl-prev::before {
left: -25px;
}

.owl-carousel .owl-nav .owl-next::before {
right: -25px;
left:auto;
}

.owl-theme .owl-nav .disabled {
opacity: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
color: #666666;
font-size: 40px;
margin: 0px;
padding: 0;
background: none;
border-radius: 0px;

text-stroke: 2px #ffffff;
-moz-text-stroke: 2px #ffffff;
-ms-text-stroke: 2px #ffffff;
-o-text-stroke: 2px #ffffff;
-webkit-text-stroke: 2px #ffffff;

font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}

.owl-theme .owl-nav [class*="owl-"]:hover, .owl-theme .owl-nav [class*="owl-"]:active, .owl-theme .owl-nav [class*="owl-"]:active:hover,  .owl-theme .owl-nav [class*="owl-"]:hover, .owl-theme .owl-nav [class*="owl-"]:focus, .owl-theme .owl-nav [class*="owl-"]:focus{
background: none;
color: #000000 !important;
}

.owl-theme .owl-nav [class*="owl-"].disabled, .owl-theme .owl-nav [class*="owl-"].disabled:hover, .owl-theme .owl-nav [class*="owl-"].disabled:focus, .owl-theme .owl-nav [class*="owl-"].disabled:active{
color: #a9a9a9;
}

.product_gallery.owl-carousel .owl-item{
/*border: 1px solid #999999;*/
padding: 0px;
}

.owl-carousel .owl-item img {
width: auto;
-webkit-transform-style: flat;
-moz-transform-style: flat;
transform-style: flat;
display: inline-block;
border-radius: 0;
}

.thumb-gallery-detail.owl-carousel{
margin-bottom: 0;
}

.thumb-gallery-thumbs.owl-carousel{
margin-top: 20px;
margin-bottom: 0;
}

.thumb-gallery-thumbs.owl-carousel.stage-margin .owl-stage-outer, .related_products_owl.owl-carousel.stage-margin .owl-stage-outer{
margin-left: 0px !important;
margin-right: 0px !important;
}

.thumb-gallery-thumbs.owl-carousel .owl-item {
padding: 2px;
}

.thumb-gallery-thumbs .img-thumbnail {
padding: 2px;
border: 1px solid #a9a9a9;
border-radius: 0px;
}

.thumb-gallery-thumbs .img-thumbnail:hover, .thumb-gallery-thumbs .img-thumbnail:focus, .thumb-gallery-thumbs .owl-item.custom_center .img-thumbnail, .thumb-gallery-thumbs .owl-item.center .img-thumbnail{
border: 2px solid #998675;
}

.thumb-gallery-thumbs .img-thumbnail img{
padding: 2px;
}

.p_media_col .lightbox{
position: relative;
padding-top: 0px;
border: 1px solid #a9a9a9;
}

@media (max-width: 992px) {
.p_media_col .lightbox{
padding-top: 0px;
}
}

.p_zoom{
color: #000000;
display: inline-block;
font-size: 16px;
position: absolute;
right: 0px;
top: -30px;
z-index: 5;
cursor: pointer;
}

.p_zoom i{
color: #998675;
font-size: 20px;
display: inline-block;
padding-right: 3px;
}

.p_media_col .lightbox_group{
/*border: 1px solid #a9a9a9;*/
text-align: center;
}

.p_media_col .lightbox_group img{
max-height: 400px;
display: inline-block;
}

.sub_img_makat{
color: #000000;
font-size: 15px;
display: inline-block;
text-align: right;
position: absolute;
left: 10px;
bottom: 10px;
}

.product_footer{
border-bottom: 1px solid #a9a9a9;
border-top: 1px solid #a9a9a9;
padding: 10px 0;
margin-top: 30px;
}

@media (max-width:768px){
.btn_prev{
display: block;
padding: 5px 15px !important;
text-align: right;
}

.btn_next{
display: block;
padding: 5px 15px !important;
text-align: right;
}
}

.related_title{
color: #000000;
font-size: 22px;
line-height: 1.2;
font-weight: 600;
margin-bottom: 20px;
margin-top: 20px;
}

@media (max-width:768px){
.related_title{
font-size: 18px;
}

.related_view_more{
padding-left: 20px !important;
}
}

/***** cart *****/

.cart_guidelines{
font-size:18px;
font-weight:600;
margin-bottom:10px;
line-height:1.3;
}

@media (max-width:768px){
.cart_guidelines{
font-size:15px;
font-weight:400;
}
}

.cart_print{
color: #998675;
font-size: 30px;
display: inline-block;
margin-bottom: 5px;
}

.cart_table {
width: 100%;
margin: 0;
text-align: right;
}

.cart_table th {
padding: 8px 10px;
background-color: #000000;
color: #ffffff;
font-weight: 700;
font-size: 16px;
}

@media (max-width:768px){
.cart_table th {
padding: 8px 10px;
font-weight: 400;
font-size: 14px;
}

.cart_p_title{
display: block;
margin-top: 5px;
}
}

.cart_table td {
border-top: 1px solid 000000;
padding: 8px 10px;
}

.cart_table td.actions {
padding: 15px 10px;
}

.cart_table img {
height: auto;
width: 50px;
display: inline-block;
padding-right: 5px;
margin-bottom: 5px;
}

.cart_table .quantity_wrapper {
height:30px;
}

.quantity_label {
display: inline !important;
font-size: 0px !important;
width: 1px;
height: 1px;
opacity: 0;
}

.form-control.quantity{
border-radius:0;
box-shadow:none;
font-size:14px;
width: auto;
padding:2px 2px;
height: 30px;
background-color:#ffffff;
border:1px solid #999999;
color:#808080;
display: inline-block;
text-align: center;
line-height: 14px;
}

.btnQuantity{
margin-top: -2px;
height: 30px;
}

@media (max-width:992px){
.cart_table .quantity_wrapper {
height:auto;
}

.form-control.quantity{
display: block;
width: 100%;
}

.btnQuantity{
margin-top:5px;
display: block;
width: 100%;
}
}

.empty_cart_text{
font-size: 16px;
font-weight: 600;
margin-top: 15px;
margin-bottom: 15px;
}

/***** articles *****/

.article_title{
font-size:25px;
color: #000000;
font-weight:700;
line-height:normal;
margin-bottom:20px;	
}

.share_wrapper{
margin-bottom:15px;	
margin-top:0px;
text-align:left !important;	
}

.share_wrapper *{
text-align:left !important;	
}


/***** contact *****/

.contact_guidelines{
font-size:20px;
font-weight:400;
margin-bottom:30px;
color: #000000;
}

@media (max-width:550px){
.contact_guidelines{
font-size:15px;
}
}

.login_guidelines{
font-size:17px;
font-weight:600;
margin-bottom:20px;
color: #000000;
}

@media (max-width:550px){
.login_guidelines{
font-size:15px;
}
}

.contact_form .form-group{
background-color:#ffffff;
border:1px solid #999999;	
margin-bottom:22px;	
padding:5px 0;
}

.cart_form.contact_form .form-group{
border:1px solid #999999;	
}

.contact_form  .form-group.form-group_textarea{	
margin-bottom:15px;	
}

.contact_form .form-group.transparent-form-group{
background-color:transparent !important;
border:none !important;
margin-bottom:5px;	
}

.contact_form .form-group_textarea.form-group label{
padding-bottom:10px;
}	

.form-horizontal .form-group {
margin-left: 0px;
margin-right: 0px;
}

.contact_form label:not(.error):not([for='middle_name']){
font-size:14px;
font-weight:400;
margin-bottom:0;
text-align:left;
padding-top:3px;
color:#666666;
}

.form-horizontal .control-label {
padding-top: 2px;
text-align: left;
}

@media (max-width:768px){
.contact_form label{
font-weight:400;
font-size:14px;
}
}

.mandatory{
color:#998675;
font-size:14px;
padding-top:3px;
padding-right:1px;	
}

.contact_form .form-control{
border-radius:0;
box-shadow:none;
font-size:14px;
height:auto;
padding:1px 5px;
background-color:transparent;
border:none;
color:#000000;
}

.contact_form select {
-webkit-appearance: none; 
-moz-appearance: none;
appearance: none;       /* remove default arrow */
background: url(../images/select_arrow.png) no-repeat 100% 50%;   /* add custom arrow */
cursor:pointer;
}

.contact_form select::-ms-expand { 
display: none; /* hide the default arrow in ie10 and ie11 */
}

.contact_form textarea.form-control{
min-height: 109px;
}

.contact_form .checkbox {
padding-top:3px !important;
padding-bottom:3px !important;
}

.contact_form .checkbox label {
color:#000000;
}

.contact_form .form-control, .cart_form .form-control{
background-color:transparent;
border:none;
border-radius:0;
box-shadow:none;
}

.radio label, .checkbox label {
padding-right: 3px;
}

.contact_form  .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
margin-right: 0px;
margin-left:0;
}

.custom_checkbox{
position:static !important;
margin-left:5px !important;	
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
outline: 2px solid #ed1c24 !important;
outline-offset: -2px !important;
}

.contact_form .radio-inline, .checkbox-inline {
padding-left:0;
padding-right: 30px;
}

.contact_form label.error{
color: #998675;
position:absolute;
right:2px;
bottom:-21px;
font-size: 12px;
line-height: 12px;
font-weight:400;
}

.contact_form.cart_form label.error{
color: #ff4a51;
bottom:-20px;
}

.contact_form .has-error .form-control{
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}

#contactSuccess.alert {
background-color: #ed1c24 !important;
border-color: transparent;
border:none;
border-radius:0;
color: #ffffff;
font-size:22px;
line-height:1.4;
font-weight:400;
padding:15px;
}

.contact_info_section{
background-image: url(../images/contact_bg.jpg);
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
padding: 10px 0 10px 0;
margin-bottom: 0;
}

.contact_info_section_col{
padding-top: 100px;
}

@media (max-width: 768px) {
.contact_info_section_col{
padding-top: 20px;
padding-bottom: 20px;
}
}
.contact_body{
font-size:17px;
font-weight:400;
line-height:1.7;
}

@media (max-width: 768px) {
.contact_info_section_col img{
max-width: 50px;
height: auto;
}
}

.google-map {
margin: 0px 0 0 0;
}


/***** footer *****/

.pre_footer{
margin: 0;
padding: 0;
background-image:linear-gradient(to right, #999999 50%, #cccccc 0);
border-bottom: 5px solid #ffffff;
position: relative;
background-image: url(../images/givoni3_4.jpg);
z-index: 1;
}

@media (max-width: 768px) {
.pre_footer{
background-image: url(../images/givoni3_4_sm.jpg);
}
}

.pre_footer:after{
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background-image:linear-gradient(to right, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.1) 0);
z-index: -1;
}

@media (max-width: 768px) {
.pre_footer:after{
display: none;
}
}

.footer_social_col{
/*background-color: #999999;*/
padding-top: 30px;
padding-bottom: 30px;
padding-right: 100px;
}

@media (max-width:992px){
.footer_social_col{
padding-right: 15px;
}
}

@media (max-width: 768px) {
.footer_social_col{
padding-top: 15px;
padding-bottom: 25px;
background-color: rgba(0,0,0,0.5);
}
}

.footer_nl_col{
/*background-color: #cccccc;*/
padding-top: 30px;
padding-bottom: 30px;
}

@media (max-width: 768px) {
.footer_nl_col{
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(0,0,0,0.1);
}
}

#footer .footer_social_col h3, #footer .footer_nl_col h3{
font-size: 22px;
font-weight: 400;
margin-bottom:20px;
line-height:normal;
color: #000000;
}

.footer_menu_col{
display: table;
}

#footer .list-unstyled li{
margin-bottom:5px;
line-height:normal;
}

#footer .list-unstyled.footer_menu{
display: table-cell;
vertical-align: middle;
}

@media (max-width:992px){
#footer .list-unstyled.footer_menu{
margin-top: 15px;
display: block;
}
}

#footer .list-unstyled.footer_menu li{
display: inline-block;
margin-right: 15px;
margin-bottom: 0;
}

@media (max-width:768px){
#footer .list-unstyled.footer_menu li{
margin-right: 5px;
margin-bottom: 10px;
}
}

#footer .list-unstyled.footer_menu li:last-child{
margin-right: 0px;
}

#footer .list-unstyled.footer_menu li a{
position: relative;
color: #ffffff;
font-size: 14px;
font-weight: 300;
padding: 5px 15px 5px 15px;
}

@media (max-width:768px){
#footer .list-unstyled.footer_menu li a{
padding: 5px 5px 5px 5px;
}
}

#footer .list-unstyled.footer_menu li:last-child a{
padding-right: 3px;
}

#footer .list-unstyled.footer_menu li a:hover, #footer .list-unstyled.footer_menu li a:focus{
color: #9c8573;
}

#footer .list-unstyled.footer_menu li a::before {
top: 7px;
right: 0;
content: "";
background-color: #666666;
width: 1px;
height: 12px;
position: absolute;
z-index: 100;
}

#footer .list-unstyled.footer_menu li:last-child a:before{
opacity:0;
}

.social-icons li {
box-shadow: none;
margin: 0px 10px 0px 0px;
}

.social-icons li a {
background: #000000;
display: block;
color:#ffffff !important;
height: 35px;
line-height: 35px;
text-align: center;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 35px;
font-size:18px;
border-radius:100%;
position: relative;
}

.social-icons li a:after{
position: absolute;
content: "";
width: 41px;
height: 41px;
border-radius: 100%;
border: 1px solid #000000;
left: -3px;
top: -3px;
}

.social-icons li:hover a {
color: #ffffff !important;
}

.social-icons li.social-icons-waze{
margin-right: 8px;
}

.social-icons li.social-icons-waze a{
background: none;
width: auto;
height: auto;
}

.social-icons li.social-icons-waze a img{
max-width: 40px;
height: auto;
margin-top: -5px;
}

.newsletter_intro{
font-size:16px;
line-height:1.4;
margin-bottom:15px;
font-weight:400;	
}

.newsletterForm_wrapper{
background-color:#ffffff;
display:inline-block;
padding:0;	
}

#newsletterForm .form-group{
background-color:transparent;
padding:1px 6px 1px 10px;
}

#newsletterForm label{
float:left;
color:#666666;
padding-top:6px;
margin-bottom:0;
}

#newsletterForm input.form-control {
height: 26px;
padding: 1px 5px 1px 8px;
float:left;
background-color:transparent;
box-shadow:none;
border-radius:0;
border:none;
color:#333333;	
width:auto;
min-width:350px;
}

@media (max-width:992px){
#newsletterForm input.form-control {
min-width:50px;
}
}

#newsletterForm button{
background-color: #998675;
border: none;
border-radius: 0 !important;
color: #ffffff;
font-size: 15px;
margin-left: 0px;
padding: 5px 15px 5px 15px;
position:relative;
text-transform: uppercase;
}

#newsletterForm button:hover, #newsletterForm button:focus{
background-color:#000000;
color: #ffffff;
}

@media (max-width:768px){
.newsletterForm_wrapper{
margin-bottom:20px;
display:table;
}
	
#newsletterForm .form-group{
display:table-cell;
vertical-align: middle;
margin-bottom:0;
}

#newsletterForm button{
display:table-cell;
vertical-align: middle;
}
}

#newsletterAlert{
line-height:1.2;
position:absolute;
right:0px;
bottom:-17px;
color: #000000;
font-size:12px;
}

@media (max-width:768px){
#newsletterAlert{
bottom:-22px;
}
}

.contact_info_footer{
background-color: #1a1a1a;
margin: 0;
padding: 30px 0;
}

@media (max-width:768px){
.contact_info_footer{
padding: 10px 0;
}
}

.footer_contact_body{
font-size: 15px;
font-weight: 300;
line-height: normal;
display: inline-block;
color: #ffffff;
}

@media (max-width:768px){
.footer_contact_body{
display: block;
}
}

.footer_contact_body a{
color: #ffffff;
}

.footer_contact_body .contact_info{
display: inline-block;
padding: 0px 80px 0px 80px;
}

@media (max-width:1200px){
.footer_contact_body .contact_info{
padding: 0px 30px 0px 30px;
}
}

@media (max-width:992px){
.footer_contact_body .contact_info{
padding: 0px;
width: 100%;
margin-bottom: 15px;
}
}

.footer_contact_body .contact_info:first-child{
padding-left: 0;
}

.footer_contact_body .contact_info:last-child{
padding-right: 0;
}

@media (max-width:992px){
.footer_contact_body .contact_info{
}
}

@media (max-width:768px){
.footer_contact_body .contact_info{
padding: 5px 0px 5px 0px;
display: block;
}
}

.footer_contact_body i {
display: inline-block;
padding-right: 10px;
font-weight: 400;
color: #ffffff;
padding-top: 1px;
vertical-align: top;
}

.footer_contact_body span{
display: inline-block;
}

.copyrights{
display:block;
margin-bottom:5px;
font-size:12px;
line-height:normal;
}

.credit{
display:block;
margin-bottom:0px;
font-size:12px;
line-height:normal;
}

iframe[name=google_conversion_frame] {
display: none !important;
}

html .scroll-to-top {
background: #807674;
border-radius: 7px 7px 0 0;
padding: 13px 10px 30px;
}

html .scroll-to-top.visible {
opacity: 1;
}

/***** responsive *****/

/*@media (min-width:992px){
.custom_row{
overflow:hidden;	
}

.custom_row > div{
margin-bottom: -99999px;
padding-bottom: 99999px;	
}
}*/

@media (max-width:992px){

.custom_row{	
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
/* optional */
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
/*-webkit-align-items: flex-start;
align-items: flex-start;*/
}

.custom_col_first{
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}

.custom_col_second{
-webkit-box-ordinal-group: 5;
-moz-box-ordinal-group: 5;
-ms-flex-order: 5;
-webkit-order: 5;
order: 5;
margin-top:20px;
}
}

/***** custom bootstrap *****/

@media (min-width:768px){
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}

.match-height{
overflow: hidden; 
}

.match-height > [class*="col-"]{
margin-bottom: -99999px;
padding-bottom: 99999px;
}

.match-height a > [class*="col-"]{
margin-bottom: -99999px;
padding-bottom: 99999px;
}

@media (min-width:992px){
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-height-block {
  display: inline-block !important;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}
}

.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .col-xlg-offset-right-12 {
    margin-right: 100%;
  }
  .col-xlg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-xlg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-xlg-offset-right-9 {
    margin-right: 75%;
  }
  .col-xlg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-xlg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-xlg-offset-right-6 {
    margin-right: 50%;
  }
  .col-xlg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-xlg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-xlg-offset-right-3 {
    margin-right: 25%;
  }
  .col-xlg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-xlg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-xlg-offset-right-0 {
    margin-right: 0;
  }
}


/***** accessibility *****/

.keyboard_focus{
border:none !important;	
}

body:focus{
border:none !important;	
}

.skip_to {
padding: 0px !important;
}

.skip_to:focus {
padding: 5px !important;
}

.accessibility_panel a{
color:#000000 !important;	
}

.open_accessibility_panel{
padding-right:10px !important;

}

.accessibility_panel{
width:auto !important;
max-width:350px !important;
}

.open_accessibility_panel.open_accessibility_panel-sm{
padding:3px 10px 2px 10px !important;	
}

.accessibility_panel.accessibility_panel-sm{
font-size: 15px !important;
padding: 5px !important;
top: 36px !important;
width: 230px !important;
}

#footer > .container > a{
opacity:0;	
}

.invertedColors .form-control{
border:1px solid #ff0  !important;	
}

.grayscaleColors .form-control{
border:1px solid #000 !important;		
}

.revolutionSlider_stop_button.tparrows_pause:before{	
font-family: FontAwesome;
content: "\f04c";
font-size:16px; 
color:#ffffff; 
line-height: 40px; 
text-align: center;
}

.revolutionSlider_resume_button.tparrows_resume:before{	
font-family: FontAwesome;
content: "\f04b";
font-size:16px; 
color:#ffffff; 
line-height: 40px; 
text-align: center;
}

.revolutionSlider_stop_button{
left:0 !important;
right:auto !important;
top:50% !important;	
}

.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
left:0 !important;
right:auto !important;
top:25% !important;
background: #142846 none repeat scroll 0 0 !important;	
cursor: pointer !important;	
height: 40px !important;	
position: absolute !important;	
width: 40px !important;	
z-index: 1000 !important;	
border-radius:0 !important;	
}

@media (max-width:992px){
.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
top:50% !important;
height: 40px !important;		
width: 40px !important;	
}	
.revolutionSlider_stop_button.tparrows_pause:before{
font-size:14px;  
line-height: 40px; 
}
.revolutionSlider_resume_button.tparrows_resume:before{	
font-size:14px; 
line-height: 40px; 
}
}

body.grayscaleColors .rev_slider *, body.invertedColors .rev_slider *{
background-color:transparent !important;	
}

/*body.invertedColors .rev_slider .tp-caption img, body.grayscaleColors .rev_slider .tp-caption img{
display:none !important;
}*/

.homepage_footer > a, #footer > a{
padding:0 5px;	
opacity:0;
}

.owl-carousel .owl-prev:focus, .owl-carousel .owl-next:focus {
color: #ffffff !important;
}