<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*General*/
body{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  margin-top: 130px !important;
}
body.menu_active{
  overflow-y: hidden;
}
p, b, a, small,input,select,textarea,a.btn{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #797979;
}
strong {
	font-weight: 700;
}
a{
  color: #c2ab77;
}
a:hover{
  color: #c2ab77;
}
input,select,textarea,label,button.frm_button_submit.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_blank_field label, .frm_style_formidable-style.with_frm_style .frm_error{
  font-family: 'Open Sans', sans-serif !important;
}
.frm_error_style p {
    margin: 0;
}
table.shop_loop_title .product_price {
    float: none !important;
    padding-right: 10px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 1px;
}
h1 {
  font-size: 54px;
  font-family: 'Poppins', sans-serif;
  margin:0 0 20px 0 !important;
  color:#c2ab77 !important;
}
h2,h2.block_title {
  font-size: 38px;
  font-family: 'Poppins', sans-serif;
  margin:0 0 20px 0 !important;
  color:#c2ab77 !important;
}
h3 {
  font-size: 33px;
  font-family: 'Poppins', sans-serif;
  margin:0 0 20px 0 !important;
  color:#c2ab77 !important;
}
h3.small,h2.small {
  font-size: 28px;
  font-family: 'Poppins', sans-serif;
  margin:0 0 20px 0 !important;
  color:#c2ab77 !important;
}
h4 {
  font-size: 32px;
  font-family: 'tex_italic', sans-serif;
  margin:0 0 7px 0 !important;
  color:#484848 !important;
  text-transform: none;
  letter-spacing: 0px;
}
h5 {
  font-size: 22px;
  font-family: 'tex_italic', sans-serif;
  margin:0 0 7px 0 !important;
  color:#484848 !important;
  text-transform: none;
  letter-spacing: 0px;
}
h6 {
  font-size: 18px;
  font-family: 'tex_italic', sans-serif;
  margin:0 0 7px 0 !important;
  color:#484848 !important;
  letter-spacing: 0px;
  text-transform: none;
}
h6.grey {
	color: #DBDAE0 !important;
	font-size: 21px !important;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.woocommerce div.product .product_title {
	font-size: 28px;
}
button, .btn {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 7px 25px 7px 30px;
    font-size:15px !important;
    font-weight: 300 !important;
}
a.btn:hover,button#place_order:hover,.checkout-button:hover {
    background: #eee !important;
    color: #eb0007 !important;
}
input{
  box-shadow: none !important;
  outline: none !important;
  border-radius:0 !important;
}
.btn_white{
  border: solid 3px #eb0007;
  display: inline-block;
  color:#eb0007 !important;
  background: #fff;
}
.btn_transparent{
  border: solid 3px #eb0007;
  display: inline-block;
  color:#fff !important;
  background: none;
}
button.rt_button_class {
	
}
.btn_red{
  border: solid 3px #eb0007;
  display: inline-block;
  color:#fff !important;
  background: #eb0007;
}
button#place_order,.checkout-button{
  border: solid 2px #eb0007 !important;
  display: inline-block !important;
  color:#fff !important;
  background: #eb0007 !important;
  line-height: 1.5 !important;
  padding: 7px 25px 7px 30px !important;
}
.btn_border_white{
  display: inline-block;
  border: 3px solid #fff;
  color: #fff !important;
}
a.btn.btn_border_white:hover{
  background: #fff !important;
}
.btn_border_gold{
  display: inline-block;
  border: 3px solid #C2AB77;
  color: #797979 !important;
}
a.btn.btn_border_gold:hover{
  background: #C2AB77 !important;
  color: #797979 !important;
}
.red_colored{
  color: #eb0007 !important;
}
input::placeholder,textarea::placeholder {
    font-size: 14px;
}
table.shop_table a {
    color: inherit;
}
/*Header*/
.topbar{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.topbar.active {
    margin-top: -63px;
}
.logo_start{
  opacity: 0;
  -webkit-transition:  visibility 0.5s, height 0.5s, opacity 1s linear;
  -moz-transition: visibility 0.5s, height 0.5s, opacity 1s linear;
  transition: visibility 0.5s, height 0.5s,opacity 1s linear;
  visibility: hidden;
  height: 0 !important;
}
.logo_end{
  opacity: 0;
  -webkit-transition:  visibility 0.5s, height 0.5s,opacity 1s linear;
  -moz-transition: visibility 0.5s, height 0.5s,opacity 1s linear;
  transition: visibility 0.5s, height 0.5s,opacity 1s linear;
  visibility: hidden;
  height: 0 !important;
}
.logo_start.active{
  display: block;
  opacity: 10;
  visibility: visible;
  height: auto !important;
}
.logo_end.active{
  display: block;
  opacity: 10;
  visibility: visible;
  height: auto !important;
}
.topbar .btn_group {
    float: right;
    margin-top: -11px;
}
.topbar .btn_group .btn_white {
    width: 150px;
    height: 38px;
    line-height: 18px;
}
.topbar img.logo {
    margin: 0 auto;
    display: block;
    max-width: 300px;
    position: relative;
    bottom: 3px;
}
a.menu_toggle span {
    display: block;
    width: 35px;
    background: #c2ab77;
    height: 5px;
    margin-top: 5px;
}
.site-content{
  margin-top: -30px;
}
.topbar {
    padding: 15px 0 0 0;
    position: fixed;
    z-index: 1010;
    width: 100%;
    background: #fff;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.39);
}
.page_header {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: 3300px;
    margin: 0 auto;
}
.page_header.front_page {
    height: 700px;
}
.page_header.sub_page {
    height: 250px;
}
.page_header.front_page .header_content {
	position: relative;
	margin-top: 100px;
	width: 100%;
	max-width: 1350px;
	height: 700px;
    margin: 100px auto 0 auto;
}
.page_header.front_page .header_content .title {
	position: absolute;
	height: auto;
	bottom: 50px;
	width: 600px;
	right: 0px;
    max-width: 100%;
}
.page_header.front_page .title h1 {
    text-align: right;   
    text-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    color: #fff !important;
}
.page_header.front_page span.button_2 {
    margin-left: 10px;
}
.button_group {
    position: relative;
    float: right;
}
/*.br_menu{
  visibility: hidden;
  position: fixed;
  width:100%;
  height: 100%;
  z-index: 99999;
  left: -100%;
  top: 0;
  background: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  overflow:auto;
}
.br_menu.active{
  visibility: visible;
  left: 0;
  top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius:0;
}
.menu_toggle{
  cursor: pointer;
}
.br_menu_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 50%;
    visibility: hidden;
    position: fixed;
    z-index: 99999;
    left: -100%;
    top: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    overflow: auto;
}
.br_menu_img.active{
  visibility: visible;
  left: 0;
  top: 0;
}
.br_menu table {
    margin: 0 !important;
    width: 100%;
    height: 100%;
}
.br_menu table td{
    width: 50%;
}
.br_menu_inner {
    text-align: center;
    padding: 40px;
}*/
.mainmenu {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
ul#menu-hoofdmenu {
	position: relative;
    margin: 25px auto 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 40px;
    display: table;
	margin-right: auto;
	margin-left: auto;
}
.br_menu_inner_td{
  vertical-align: middle;
}
ul#menu-hoofdmenu li {
	float: left;
	margin: 0 20px;
}
ul#menu-hoofdmenu li a {
    font-size: 16px;
    color: #797979;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
ul#menu-hoofdmenu li a:hover, ul#menu-hoofdmenu li.current-menu-item a, ul#menu-hoofdmenu li.current_page_parent a {
	color: #c2ac77;
}
/*ul#menu-hoofdmenu li a i {
    margin-left: 10px;
}
.menu-item:hover #span_arrow_right{
  opacity: 10;
  left:3px;
}*/
/*a.menu_toggle_open {
    margin-bottom: 50px;
    display: block;
    cursor: pointer;
}
a.menu_toggle_open .toggle_one {
    display: block;
    width: 36px;
    background: #c2ab77;
    height: 5px;
    margin: 0 auto;
    transform: rotate(47deg);
}
a.menu_toggle_open .toggle_two {
    display: block;
    width: 36px;
    background: #c2ab77;
    height: 5px;
    margin: 0 auto;
    transform: rotate(-47deg);
    position: relative;
    bottom: 5px;
}
.bt_menu_buttons span.button_1 a:hover{
  color: #797979 !important;
}
.bt_menu_buttons span.button_1 a {
    color: #eb0007 !important;
    margin-right: 5px;
}
.bt_menu_buttons {
    margin-top: 35px;
}
.br_menu_img_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}*/
span.b_card_total {
    background: #c2ab77;
    color: #fff;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    right: -8px;
    top: -32px;
    text-align: center;
    padding-top: 1px;
}
span.b_card_total.medium {
    width: 20px;
    height: 20px;
    padding-top: 3px;
    padding-right: 1px;
}
span.b_card_total.small{
  width: 16px;
  height: 16px;
}
span.href_card a {
    padding: 5px 8px 5px 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 38px;
}
span.href_card {
    position: relative;
    top: 15px;
}
span.href_card a:hover{
  background: #eee;
}
span.href_card a:hover .card_white{
  background-image: url('https://brigittreuver.com/wp-content/themes/reuver/images/cart.png') !important;
}
span.href_card .card_white {
    background-size: contain;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://brigittreuver.com/wp-content/themes/reuver/images/cart_white.png');
}
ul#menu-footermenu li.current_page_item &gt; a, ul#menu-footermenu li a:hover {
    color:#c2ab77;
}
/*Content*/
.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.grey-bg {
	background: #f1f1f1;
}
.filler {
	position: relative;
	width: 100%;
	height: 40px;
}
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.image_container {
    position: relative;
    width: 100%;
    padding-top: 61%;
}
.product_bottom_slider .slick-track{
  margin-left: 0;
}
header.entry-header,
footer.entry-footer{
  display: none;
}
header.entry-header.post {
    display: block;
}
.container_marge{
  height: 80px;
}
.block_1_slider {
	position: relative;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.53);*/
}
.block_1_slide {
	position: relative;
    height: 500px;
    width: 100%;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.39);*/
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.block_1_slider ul.slick-dots {
	bottom: 10px;
	text-align: right;
}
.block_1_slider ul.slick-dots li button {
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;	
	border: none;
	border-radius: 16px !important;
	background-color: #fff;	
	text-indent: -9999px;
}
.block_1_slider ul.slick-dots li.slick-active button {
	background-color: #C2AB77;
}
.block_1_slide .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(194,172,119,.4);	
	opacity: 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.block_1_slide:hover .overlay {
	opacity: 1;
}
.block_1_slide .slide_btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
    background: #fff;
    text-align: center;
    width: 180px;
    height: 42px;
    line-height: 42px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.block_1_slide .slide_btn a {
	color: #C2AB77;
    text-decoration: none;
    text-transform: uppercase;
}
.block_1_slide .slide_btn:hover {
    background: #C2AB77;
}
.block_1_slide .slide_btn:hover a {
	color: #fff;
}
/*.block_1_slide_buttons {
    margin-top: -44px;
    position: relative;
    width: 100%;
    border-spacing: 5px !important;
    margin-bottom: 0;
    border-collapse: inherit;
}
table.block_1_slide_buttons td {
    width: 33%;
}
.block_1 .slick-slide &gt; div {
    margin-bottom: -5px;
}*/
.block_2_bg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #dbdae0;
}
.block_2_bg img.block_2_quote {
    width: 40px;
    margin-left: -55px;
    margin-bottom: 11px;
}
.block_2_bg .block_2_extra_img {
    /*background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
    float: left;
    width: 240px;*/
}
.block_2_bg .text_wrapper {
    position: relative;
    width: 475px;
    max-width: 475px;
    height: auto;
    padding: 50px 0;
}
.block_2_bg .text_wrapper .content {
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: table;
}
.block_2_bg .text_wrapper .content span {
	vertical-align:middle;
    display: table-cell;
}

.insta-gallery-feed {
	background: #fff;
	padding: 16px 20px 2px 20px;
}
.insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {
	background: rgba(194,172,119,.4) !important;	
}
.block_3_slider {
	position: relative;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.53);*/
}
.block_3_slider .slick-track {
    padding-top: 10px;
    padding-bottom: 10px;
}
.block_3_slider .slick-slide &gt; div {
    margin: 0 10px;
}
.block_3_slider .slick-list {
    margin: 0 -7px;
}
.block_3_slide {
	position: absolute;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.39);*/
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.block_3_slide .slide_image {
	position: relative;
	width: 100%;
	height: 100%;
}
.block_3_slide .slide_btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
    background: #fff;
    text-align: center;
    width: 180px;
    height: 42px;
    line-height: 42px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.block_3_slide .slide_btn a {
    color: #C2AB77;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
.block_3_slide .slide_btn:hover {
    background: #C2AB77;
}
.block_3_slide .slide_btn:hover a {
	color: #fff;
}
.block_3_slide .slide_image .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(194,172,119,.4);	
	opacity: 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.block_3_slide .slide_image:hover .overlay {
	opacity: 1;
}

.block_4_img {
    background-size: contain;
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
}
.block_5_bg {
  background: #DBDAE0;
  width: 100%;
  position: relative;
  padding: 50px 0;
  /*max-width: 1350px;*/
  margin: 0 auto;
    /*background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 50px 0;
    max-width: 1350px;
    margin: 0 auto;*/
}
.block_5 h2 {
    color: #797979 !important;
}
.block_5 {
    color: #797979 !important;
}
h2 {
    margin-bottom: 20px !important;
}
.block_5_img {
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    border: 5px solid #fff;
    border-left:10px solid #fff;
    border-right:10px solid #fff;
}
ul.block_5_images {
    margin: 0px;
    list-style: none;
    padding: 0;
    border: 4px solid #fff;
    height: 100%;
    margin-right: -1px;
    background: #fff;
}
.block_7_filter_type b {
    display: block;
    margin-bottom: 5px;
}
.block_7_filter_subject b {
    display: block;
    margin-bottom: 5px;
}
body.archive h1.page-title,p.woocommerce-result-count,h2.widgettitle {
    display: none;
}
ul.woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
}
ul.woocommerce-widget-layered-nav-list li {
    list-style: none;
}
ul.woocommerce-widget-layered-nav-list li a{
    color:#797979 !important;
    text-decoration: none !important;
    margin-left: 20px;
}
ul.woocommerce-widget-layered-nav-list li span.count{
  display: none; 
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    background: #007aff;
}
ul.woocommerce-widget-layered-nav-list li a::before {
    content: " ";
    position: absolute;
    background: #b3b3b3;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin-top: 4px;
    left: 30px;
}
.block_7_filter_type {
    margin-bottom: 20px;
}
td.product_title{
  font-weight: 600;
}
.desc_above_filter, .desc_above_filter h4, .desc_above_filter h5 {
	color: #484848 !important;
}
.shop_cats {
	position: relative;
	width: 100%;
	height: 45px;	
	margin: 15px 0;
}
.shop_cats .shop_cat {
	position: relative;
	float: left;
	width: auto;
	margin: 0 15px;
	right: 10px;
	border-bottom: 1px solid #fff;
}
.shop_cats .shop_cat.active, .shop_cats .shop_cat:hover {
	border-bottom: 1px solid #cccccc;
}
.shop_cats .shop_cat a, .shop_cats .shop_cat a:hover {
	padding: 0 10px;
	text-decoration: none;
	color: #797979;
}
.grid {
	position: relative;
	width: 100%;
}
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.grid .grid-item {
	float: left;
	width: 29%;
	height: auto;
	margin: 0 2.5% 0 2.5%;
}
.grid .grid-item:nth-child(3n+3) {
	margin-right: 0;	
}
.grid .grid-item:nth-child(3n+1) {
	margin-left: 0;
}
.grid .grid-item .product_image {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    width: 100%;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.grid .grid-item h2.woocommerce-loop-product__title {
	font-family: 'tex_italic', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #797979 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: none;
	letter-spacing: 0px;
}
.grid .grid-item .product_price {
	position: relative;
	float: left;
	width: auto;
	height: 50px;
}
.grid .grid-item .product_btn {
	position: relative;
	float: right;
	width: 50px;
	height: 50px;
}
.single-product h5 {
	color: #484848 !important;
	margin: 0 0 1em 0!important;
}
.bread_path {
    margin-top: 10px;
    margin-bottom: -20px;
}
.single-product .woocommerce-product-gallery__image {
	bottom: 15px;
	/*width: 100%;
	padding-bottom: 100%;
	position: relative;
	display: block;
	background-color: #f1f1f1;*/
}
/*.single-product .woocommerce-product-gallery__image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}*/
.single-product .entry-summary {
	margin: 0 !important;
}
.single-product button.single_add_to_cart_button {
	width: 100%;
	background-color: #EB0007 !important;
}
.single-product button.single_add_to_cart_button:hover {
	background-color: #C2AB77 !important;
}
.single-product .price .amount {
	color: #C2AB77 !important;
	font-weight: 700 !important;
	font-size: 21px !important;
}
.single-product .price .woocommerce-Price-currencySymbol {
	color: #797979 !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}

.nav_product {
    display: inline-flex;
}
.nav_product .nav-link {
    background: none !important;
    color: #484848 !important;
    font-weight: 400 !important;
    border-radius: 0;
}
/*.title_data_row {
    margin-left: 4px !important;
    margin-bottom: 10px !important;
}*/
.nav_product .nav-link.active {
    border-bottom: 1px solid #cccccc; 
    font-weight: 600 !important;
}
.pills_content {
	padding: 25px 25px;
	color: #797979;
}
.pills_content h2, .pills_content h3, .pills_content h4 {
	font-size: 21px;
	font-family: 'tex_italic', sans-serif;
	margin:0 0 7px 0 !important;
	color:#484848 !important;
	text-transform: none;
	letter-spacing: 0px;
}
.pills_content.specs .spec_left {
    position: relative;
    width: 40%;
    float: left;
    color: #797979;
    padding-left: 5px;
}
.pills_content.specs .spec_right {
	position: relative;
	width: 60%;
	float: right;
	color: #797979;
}
.pills_adv table tr {
    border-bottom: 1px solid #cccccc;
}
.pills_adv table td {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}
/*.product_box_thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    width: 100%;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.block_7_product_box_link:hover .product_box_thumb{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.block_7_product_box figure{
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.block_7_product_box {
    margin-bottom: 55px;
    background: rgba(179, 179, 179, 0.3);
}
table.product_box_table {
    width: 100%;
    margin:0;
}
.table_lead {
    padding: 20px;
    background: rgba(179, 179, 179, 0.3);
}*/
span.product_detail img {
    width: 25px;
    height: 25px;
    padding-bottom: 1px;
}
span.product_detail {
    border: 2px solid #c2ab77;  
    display: block;
    padding: 4px 7px;
    width: 45px;
    float: right;
}
span.product_detail:hover{
  border: 2px solid #eb0007;  
}
span.product_detail:hover .span_card_red{
  display: inline-block;
}
span.product_detail:hover .span_card_gold{
  display: none;
}
.span_card_red{
  display: none;
}
table.product_box_table td:first-child {
    width: 80%;
    padding-right: 10px;
}
table.product_box_table td:last-child {
    width: 100%;
}
a.show_all {
    color: #797979;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    font-weight: 600;
}
.block_8_bg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 50px 0;
    max-width: 1350px;
    margin: 0 auto;
    background-position: center;
}
.block_8 table.block_8_step:last-child {
    margin-bottom: 0;
}
.block_8_step_nr {
    font-size: 20px;
    font-weight: 600;
    margin-right: 16px;
}
table.block_8_step td{
  vertical-align: top;
}
.btn_add_to_card img {
    width: 20px;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}
.share_p {
    margin-bottom: 5px;
}
/*.product_top_slider_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	min-height: 560px;
}
.thumbslider {
	position: relative;
	width: 100%;
}
.thumbslider .thumb {
	width: auto;
	height: 140px;
}
.thumbslider .slick-slide &gt; div {
    margin: 0 5px;
}
.thumbslider .slick-list {
    margin: 0 -5px;
}
.thumbslider .slick-next {
	right: 5px;
	z-index: 501;
}
.thumbslider .slick-prev {
	left: 5px;
	z-index: 500;
}
.product_slider_video {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 132px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.product_slider_video .video_cl_play {
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 40px;
    top: 38px;
}
.add_to_cart_box {
    border: 1px solid #cccccc;
    width: 100%;
    height: auto;
    min-height: 120px;
    bottom: 67px;
    margin-top: 20px;
}
.add_to_cart_box .content {
    padding: 15px 15px 15px 15px;
}
button.single_add_to_cart_button.button {
    position: absolute;
    bottom: 0;
    left: 0;
}
.thumb_box {
    position: relative;
}
.pin_picture {
    position: absolute;
    top: 10px;
    right: 13px;
    z-index: 9;
}
.share_box span.at-icon-wrapper {
    height: 20px !important;
    width: 20px !important;
}
.share_box svg.at-icon{
  height: 20px !important;
  width: 20px !important;
}
a.block_7_product_box_link {
    color: inherit !important;
    text-decoration: none !important;
}
.block_popup {
    position: fixed;
    width: 800px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1100;
    padding: 50px;
    display: none;
}
.block_popup_inner_txt {
    font-weight: 600;
}
a.block_popup_link img {
    width: 30px;
    margin-top: 8px;
}
.block_popup_inner_content {
    max-width: 350px;
    margin-bottom: 80px;
}
.block_popup_close {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 35px;
    color: #b3b3b3;
    cursor: pointer;
}
.block_popup_overlay{
  display: none;
}
.block_popup_overlay.popup_active {
    display: block;
    background: rgba(0, 0, 0, 0.59);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
}
input.search-field.form-control {
    padding: 8px 10px;
    position: relative;
    top: 1px;
}
input.search-submit {
    position: relative;
    bottom: 1px;
}
.search_col p {
    font-weight: 600;
}
a.button.product_type_simple.add_to_cart_button {
    border: solid 3px #eb0007 !important;
    padding: 7px 20px !important;
    display: inline-block !important;
    color: #eb0007 !important;
    background: #fff !important;
    border-radius: 0 !important;
    margin-top: 10px  !important;
    margin-bottom: 60px !important;
}
a.button.product_type_simple.add_to_cart_button:hover{
  background: #eee !important;
  color:#eb0007;
}
a.button.product_type_simple.add_to_cart_button:after {
    position: relative !important;
    bottom: 3px !important;
    vertical-align: bottom !important;
}
a.button.product_type_simple.add_to_cart_button.loading:after {
    float: right;
    margin-top: -6px !important;
    position: relative;
    left: 8px;
    margin-right: 7px;
}
a.added_to_cart.wc-forward {
    margin-top: -63px;
    display: block;
    margin-bottom: 60px;
    font-size: 13px;
    color: #c2ab77;
    font-weight: 600;
    text-decoration: none;
}
.cst_product_price {
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
}
.cst_product_price span.product_p {
    font-size: 30px;
    font-weight: 600;
    color:#c2ab77;
    position: relative;
    top: 8px;
}
.cst_product_price span.product_d {
    font-size: 16px;
}
h3.title_empty,h2.title_empty {
    height: 46px;
}
.frm_style_formidable-style.with_frm_style .frm_required{
  display: none;
}
a.block_9_mail {
    display: block;
    color: #797979;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 6px;
}
a.block_9_tel {
    display: block;
    color: #797979;
    text-decoration: none;
    font-size: 15px;
}
a.block_9_mail i, a.block_9_tel i {
    color: #eb0007;
    margin-right: 3px;
    font-size: 25px;
    position: relative;
    top: 4px;
}
a.block_9_mail:hover, a.block_9_tel:hover {
	text-decoration: underline;
}
.block_contact {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    padding: 40px 40px 10px 40px;
}
textarea{
  border-radius: 0 !important;
}
button.btn.frm_button_submit {
    border: solid 3px #eb0007 !important;
    padding: 7px 53px 7px 60px !important;
    display: inline-block !important;
    color: #fff !important;
    background: #eb0007 !important;
    float: right;
    text-transform: uppercase;
}
.block_contact h2{
  color: #eb0007 !important;
}
img.block_9_img {
    max-width: 250px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.slick-lightbox .slick-next:before {
    font-size: 40px !important;
    color: #eb0007;
}
.slick-lightbox .slick-next {
    right: 40px !important;
    z-index: 999;
}
.slick-lightbox .slick-prev:before {
    font-size: 40px !important;
    color: #eb0007;
}
.slick-lightbox .slick-prev {
    left: 25px !important;
    z-index: 999;
}

.product-slider .pull-left, .image-slider .pull-left, .product-slider .pull-right, .image-slider .pull-right {
	color: #dbdae0;
}
.product-slider .pull-left:hover, .image-slider .pull-left:hover, .product-slider .pull-right:hover, .image-slider .pull-right:hover {
	color: #797979;
}
.product-slider .slick-prev, .image-slider .slick-prev {
	left: -35px;
}
.product-slider .slick-next, .image-slider .slick-next {
	right: -35px;
}

#span_arrow_right {
    opacity: 0;
    position: relative;
    left: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 1px;
}
.btn:hover #span_arrow_right{
  opacity: 10;
  position: relative;
  left:3px;
}
span.card_txt {
    margin-left: 4px;
}
.woocommerce-info {
    border-top-color: #c2ab77;
}
.woocommerce-info::before {
    color: #c2ab77;
}
label.control-label {
    font-weight: 600;
    margin-bottom: 0;
    display: block;
    width: 100%;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce table.shop_table {
    border: 0;
}
.woocommerce form .form-row .required {
    color: #eb0007;
}
.form-row span.selection span {
    border-radius: 0 !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  border-radius: 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
  width: 100%;
  border: 1px solid #cccccc;
  border-bottom: 0;
  background: none;
  padding: 30px 30px 6px 30px;
}
.woocommerce .cart-form {
	padding: 30px 0px 6px 0px;
}
.woocommerce .checkout-review {
	padding: 10px 0px 6px 0px;
}
.woocommerce .woocommerce-billing-fields, .woocommerce .woocommerce-shipping-fields, .woocommerce .woocommerce-additional-fields {
  width: 100%;
  border: 1px solid #cccccc;
  background: none;
  padding: 30px 30px 6px 30px;
      margin-bottom: 15px;
}
td.actions {
    padding-right: 0 !important;
}
a.btn.checkout-button {
    width: 100%;
}
.cart-collaterals table {
    background: #fff;
    border: 0px;
}
/*div#customer_details {
    background: #eee;
    padding: 30px;
}*/
.video_cl_col {
    position: relative;
}
.video_cl_overlay {
    position: absolute;
    cursor: pointer;
    height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.video_cl_play {
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 50px;
    top: 85px;
}
.video_cl iframe {
    height: 250px;
    margin-bottom: 40px;
}
.video_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 195px;
    width:100%;
}
table.shop_table.woocommerce-checkout-review-order-table,
table.shop_table.shop_table_responsive.cart{
  border: none !important;
}
table.shop_table.woocommerce-checkout-review-order-table td,table.shop_table.woocommerce-checkout-review-order-table th,table.shop_table.woocommerce-checkout-review-order-table tr
table.shop_table.shop_table_responsive.cart td, table.shop_table.shop_table_responsive.cart th, table.shop_table.shop_table_responsive.cart tr {
    background: #fff !important;
    padding: 5px 0;
    border: none !important;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot th,table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    border-top: 1px solid rgba(0,0,0,.1) !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #DBDAE0 !important;
    border-radius: 0 !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #fff;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
/*.img_left_right {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.img_left_right {
    width: 100%;
}*/
.block_11 .block_content p:last-child,.block_12 .block_content p:last-child,.block_13 .block_content p:last-child,.block_14 .block_content p:last-child {
    margin: 0;
}
/*.bg_slides {
    margin: 0;
    padding: 0;
    list-style: none; 
}
.bg_custom_grid {
    background-color: white;
    float: left;
    cursor: default;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 35% !important;
}
ul.bg_slides li {
    display: inline-block;
    float: left;
}*/
.grid-work {
	position: relative;
	width: 100%;
	margin-left: -5px;
}
.grid-work:after {
	content: '';
	display: block;
	clear: both;
}
.grid-work .grid-item {
	float: left;
	width: 25%;
	margin: 0 0;
	-webkit-box-shadow:inset 0px 0px 0px 5px #ffffff;
    -moz-box-shadow:inset 0px 0px 0px 5px #ffffff;
    box-shadow:inset 0px 0px 0px 5px #ffffff;
}
.grid-work .grid-item .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(194,172,119,.4);	
	opacity: 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -2;
    cursor: pointer;
}
.grid-work .grid-item:hover .overlay {
	opacity: 1;
}
.grid-work .grid-sizer { width: 25%; }
.grid-work .grid-item.grid-square_l {
	width: 50%;
}
.grid-work .grid-item.grid-square_s {
	width: 25%;
}
.grid-work .grid-item.grid-wide_l {
	width: 100%;
}
.grid-work .grid-item.grid-wide {
	width: 50%;
}
.grid-work .grid-item.grid-wide_s {
	width: 25%;
}
.grid-work .grid-item img {
	position: relative;
	z-index: -2;
}

.container_marge.marge_desc {
    height: 70px;
}
body.error404 footer,
body.search footer {
    margin-top: 100px !important;
}
.article_archive_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.12);
}
.article_archive_inner {
    background: #c2ab77;
    padding: 20px;
}
table.table_lead_post {
    margin: 0;
    position: relative;
}
span.article_arr {
    color: #fff;
    font-size: 22px;
    border: 2px solid #fff;
    display: block;
    padding: 4px 7px;
    width: 45px;
    float: right;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a.article_archive_link {
    margin-bottom: 55px !important;
    display: block;
}
span.article_arr:hover{
  color:#eb0007;
  border: 2px solid #eb0007;
}
p.article_archive_title {
    color: #ffff;
    font-weight: 600;
    margin: 0;
}
body.single-post .container_marge {
    height: 0;
}
body.single-post #content {
    margin-top: 70px;
}
table.table_header_post {
    width: auto;
    margin: 0;
}
table.table_header_post i {
    color: #c2ab77;
    margin-right: 5px;
}
table.table_header_post td.second {
    padding-left: 20px;
}
/*.article_archive_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 5px;
}*/
.block_16 {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*max-width: 1350px;*/
    margin: 0 auto;
    padding: 100px 0;
}
.block_16 h2,
.block_16 p {
    color: #fff !important;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.block_16 a.btn.btn_red {
    margin-right: 30px;
}
.block_16 a.btn {
    margin-bottom: 5px;
}
.block_16_overlay {
    background: rgba(0, 0, 0, 0.51);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.block_16 p {
    margin-bottom: 40px;
}
.block_17_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
}
a.b_social {
    background: #c2ab77;
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 20px;
    text-align: center;
    margin:20px 0;
}
a.b_social.fs_1 i {
    font-size: 24px;
    position: relative;
    top: 2pt;
}
a.b_social.fs_2 i {
    font-size: 23px;
    position: relative;
    top: 7px;
    left: 2px;
}
a.b_social.fs_3 i {
    font-size: 21px;
    position: relative;
    top: 2px;
}
a.b_social.fs_4 i {
    font-size: 21px;
    position: relative;
    top: 2px;
    left: 2px;
}
.block_12 .img_left_right {
    margin-top: 7px;
}
.block_17_social a.b_social:hover {
    background: rgba(194, 172, 119, 0.89);
}
.single_thumb_post {
    background-size: cover;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.fill_singl {
    width: 100%;
    margin-bottom: 20px;
}
.fill_single {
    width: 100%;
}
.block_single_post_title{
  margin-bottom: 0 !important;
}
a.back_posts {
    background: #c2ab77;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 10px;
    text-decoration: none;
}
.back_posts:hover{
   background: rgba(194, 172, 119, 0.89);
}
.clear{
  width: 100%;
}
.pswp {
    z-index: 9999;
}
h3#order_review_heading {
    margin-top: 20px !important;
}
h3#ship-to-different-address {
    font-size: inherit;
    font-family: inherit;
    text-transform: inherit;
    color: #797979 !important;
}
a.b_follow {
    margin-top: -45px;
    display: block;
    margin-left: 50px;
    text-decoration: none !important;
}
a.b_follow span{
    color:#797979;
}
.single_post_content {
    width: 100%;
}
.product-slider .slick-arrow:before {
    display: none;
}
.single_product_arr:before{
  display: none !important;
}
button.slick-arrow i{
  color: #dbdae0;
}
button.single_product_arr i {
    color: #dbdae0;
    font-size: 30px;
}
button.single_product_arr:hover i,
button.slick-arrow:hover i{
  color: #797979;
}
button.slick-prev.single_product_arr {
    left: -30px;
    top:43%;
}
button.slick-next.single_product_arr {
    right: -30px;
    top:43%;
}
.work_sold {
    position: absolute;
    top: 4.5px;
    right: 4.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:0 75px 75px 0;
    border-color: transparent #c2ac77 transparent transparent;
    line-height: 0px;
    color: #fff;
    text-align: center;
}
.work_sold span {
    font-weight: 600;
    position: relative;
    top: 10px;
    left: 38px;
    transform: rotate(45deg);
    display: block;
}
.list_publications li {
    list-style-type: none;
    position: relative;    
}
.list_publications li::before {
    content: 'Â»';
    position: absolute;
    left: -13px;
    font-size: 16px;
    top: -2px;
}
div#block_6 {
    position: relative;
    bottom: 150px;
}
.pills_adv table {
    margin-bottom: 0;
    margin-left: -5px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #797979;
}
body.woocommerce-order-received .block_6 { display: none; }
select{
  box-shadow: none !important;
  outline: none !important;
}
/*table.variations {
    margin-top: 20px;
    margin-bottom: -20px !important;
}*/
a.reset_variations {
    position: relative;
    bottom: 12px;
}
.woocommerce .quantity .qty {
    display: none;
}
/*Footer*/
.footer_social a.f_social:hover {
    background: rgba(194, 172, 119, 0.89);
}
.f_social {
    color: #fff !important;
    background: #c2ac77;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 20px;
}
.fs_2{
  margin-left: 25px;
  margin-right: 25px;
}
.fs_3 {
	margin-right: 25px;
}
.footer_social {
    margin-bottom: 25px;
    margin-top: 25px;
}
.f_social.fs_1 i {
    font-size: 24px;
    position: relative;
    bottom: -3px;
}
.f_social.fs_2 i {
    font-size: 25px;
    position: relative;
    top: 7px;
    left: 2px;
}
.f_social.fs_3 i {
    font-size: 21px;
    position: relative;
    top: 2px;
}
.f_social.fs_4 i {
    font-size: 21px;
    position: relative;
    top: 2px;
}
ul#menu-footermenu {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#menu-footermenu li{
    display: inline-block;
}
ul#menu-footermenu li a {
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    color: #797979;
}
footer {
    padding: 25px 0 0px 0;
}
.footer_copyright span.sep {
    padding-left: 5px;
    padding-right: 5px;
}
.footer_copyright {
    font-size: 13px;
    color: #797979;
    padding: 20px 0;
}
.footer_copyright a{
    font-size: 12px;
    text-decoration: none;
    color: #797979;
}
.logo_end,.logo_mob{
  margin-top: 10px !important;
}
.step_block {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 500px;
	margin: 0 0 30px 0;
}
.step_block .step_block_img {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: auto;
	min-height: 613px;
}
/*.step_block img {
	height: 600px;
	width: 600px;
	max-width: none;
	left: -50%;
}*/
.step_block .content {
    width: 100%;
    height: auto;
    min-height: 500px;
    width: 647.5px;
    max-width: 647.5px;
    display: table;
}
.padding_b {
    padding-bottom: 100% !important;
}
.step_block .content span {
	vertical-align:middle;
    display: table-cell;
}
.step_block .content h2 {
	font-size: 32px;
}
.news_public span.list_date {
    color: #797979;
}
.news_public span.span_list {
    display: block;
    color: #797979;
    margin-bottom: -20px;
}
ul.list_publications {
    padding-left: 14px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border: 1px solid #cccccc !important;
	border-top-color: #cccccc;
	margin-top: 20px;
	background-color: #fff;
}
table.order_details, .woocommerce .woocommerce-customer-details address {
	border: 1px solid #cccccc !important;
	border-radius: 0px !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 48% !important;
	max-width: 48% !important;
	padding: 0 !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
}

/*.slick-arrow{
      color: #797979 !important;
}*/
.share_buttons {
    text-align: right;
    position: relative;
}
.share_buttons a {
    background: #DBDAE0 !important;
    text-align: center;
    margin: 0 !important;
    width: 30px;
    height: 30px;
    margin-left: 5px !important;
    padding-top: 5px !important;
    border-radius: 5px !important;
}
.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
    color: transparent !important;
}
/*.share_buttons a i{
  font-size: 18px !important;
}
.share_buttons a.f_social.fs_1 i {
    top: 0px;
}
.share_buttons a.f_social.fs_2 i {
    top: 0px;
    left: 0;
}
.share_buttons a.f_social.fs_2 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.share_buttons a.f_social.fs_3 i {
    top: 0px;
}*/
/*CSS @media Rules*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .grid.grid_vid {
      max-width: 700px !important;
      margin-left: -20px;
  }
  .grid.grid_vid .grid-item {
    width: 44% !important;
    margin: 0 20px 20px 20px !important;
  }
}
@media only screen and (min-width: 991px) {
  .grid.grid_vid{
    max-width: 900px;
  }
  .card_mob{
    display: none;
  }
  /*.l_mob {
      display: none !important;
  }
  .l_desk {
      display: block;
  }*/
  .block_1_slider {
    /*margin-top: 35px;*/
}
  .block_7 {
    margin-top: 50px;
}
  #toggle_1{
    display: block;
  }
  #toggle_2{
    display: none;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .row .row .col-lg-1, .row .row .col-lg-2, .row .row .col-lg-3, .row .row .col-lg-4, .row .row .col-lg-5, .row .row .col-lg-6, .row .row .col-lg-7, .row .row .col-lg-8, .row .row .col-lg-9, .row .row .col-lg-10, .row .row .col-lg-11, .row .row .col-lg-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 515px) {
  .woocommerce div.product div.images .thumb img {
      height: 110px !important;
  }
  .product_slider_video {
      height: 110px !important;
  }
  button.slick-prev.single_product_arr {
      top: 35% !important;
  }
  button.slick-next.single_product_arr {
      top: 35% !important;
  }
}
@media only screen and (min-width: 515px) and (max-width: 991px) {
  button.slick-prev.single_product_arr {
      top: 50% !important;
  }
  button.slick-next.single_product_arr {
      top: 50% !important;
  }
  .product_slider_video .video_cl_play {
      top: 46px !important;
  }
  .product_slider_video {
    height: 145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .block_3_slider .slick-list {
    margin: 0 25px;
}
  .product-slider .slick-prev, .image-slider .slick-prev {
      left: 0;
  }
  .product-slider .slick-next, .image-slider .slick-next {
      right: 0;
  }
  .grid-work .grid-item {
      width: 100% !important;
  }
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
      min-height: auto !important;
      margin-bottom: 60px;
  }
  .woocommerce .cart-form {
    padding: 0 15px;
  }
  .woocommerce .checkout-review {
    padding: 0 15px;
  }
  .step_block {
      margin-right: -15px;
      margin-left: -15px;
      width: auto;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .step_block .content {
      margin: 0 auto;
      display: block;
      width: auto;
  }
  img.step-img-b {
      height: 600px !important;
      position: relative !important;
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px) !important;
      max-width: inherit;
      margin-bottom: 20px;
  }
  .block_2_bg .text_wrapper{
    padding: inherit !important;
  }
  .block_2_bg .text_wrapper .content {
    padding: 50px 15px;
}

  .block_16 a.btn.btn_red{
    margin-right: 0;
  }
  button.btn.frm_button_submit {
    float: none;
    padding: 5px 13px !important;
}
  .b_follow_bx {
    margin-bottom: -25px;
}
  .post-type-archive-product .grid-item,.video_cl {
      width: 44% !important;
      margin: 0 20px 20px 20px !important;
  }
  .step_block .content {
	  min-height: auto;
  }
  .step_block .content h2{
    margin-top: 20px !important;
  }
  .container_marge {
    height: 100px;
}
  .topbar {
      padding: 15px 0;
  }
  ul#menu-hoofdmenu li {
      margin: 0 10px;
  }
  .page_header {
      margin-top: -45px;
  }
  .card_mob span.b_card_total {
      position: fixed;
      right: 5px;
      top: 5px;
  }
  .card_mob a {
      padding: 3px !important; 
      height: auto !important;
  }
  .card_mob .card_white {
      width: 18px !important;
      height: 18px !important;
  }
  .card_mob {
      display: block;
      position: fixed !important;
      right: 10px;
      top: 10px !important;
  }
  .card_col_desk{
    display: none;
  }
  .mainmenu {
      margin-top: -10px;
      margin-bottom: 0;
  }
  ul#menu-hoofdmenu li {
      float: none;
      display: inline-block;
  }
  a.b_follow {
      margin-left: 0px;
  }
  .single_thumb_post {
      width: 250px;
      height: 250px;
  }
  .block_17_social a {
      display: inline-block;
      margin-right: 10px;
  }
  .order_2 {
      -ms-flex-order: 2;
      order: 2;
  }
  #toggle_1,#toggle_coll{
    display: none;
  }
  #toggle_2{
    display: block;
    position: relative; 
     top: 11px; 
     margin-right: 10px; 
  }
  a#toggle_2 span {
      display: block;
  }
  span.b_card_total.medium {
      top: 5px;
  }
  span.href_card a {
      padding: 6px 8px 5px 5px;
  }
  span.href_card {
      position: relative;
  }
  .topbar .btn_group span {
      display: inline-block;
  }
  .topbar .btn_group {
      float: none;
      text-align: center;
  }
  a.menu_toggle span {
      margin: 5px auto;
  }
  .marge_desc{
    height: 30px;
  }
  img.block_2_quote {
      margin-left: 0 !important;
  }
  .block_8_bg, .block_2_bg {
      background: #dad9e0;
      background-image: none !important;
  }
  a.show_all {
      margin-bottom: 30px;
  }
  /*img.block_9_img{
    display: none;
  }*/
  .title_empty{
    display: none;
  }
  .col_marge_991{
    margin-bottom: 30px;
  }
  .topbar a.btn {
      float: none;
      margin: 0 auto;
      display: block;
  }
  .block_popup {
      width: 350px;
      margin-left: -174px;
  }
  .block_3_slider{
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 767px) {
  body.post-type-archive-product .grid {
      margin-left: -15px;
      margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  a.back_posts {
    margin-top: 50px;
}
  .page_header.front_page .header_content {
     min-height: calc(100vh - 120px);
  } 
  .page_header.front_page {
      min-height: calc(100vh - 120px);
      background-position-x: 65% !important;
  }
  .text-center.additional_specs {
    text-align: left !important;
  }
  .pills_content.pills_adv {
      padding: 15px 15px;
  }
  .nav_product .nav-link {
    font-size: 13px;
  }
  button.slick-prev.single_product_arr{
    left:0;
  }
  button.slick-next.single_product_arr{
    right:0;
  }
  a.btn {
    white-space: inherit;
    text-align: left;
}
  .footer_copyright {
      padding: 0 0 25px 0;
  }
  footer {
    padding: 0 0 0 0;
}
  #hide_menu{
    display: none;
  }
  .insta-gallery-feed[data-feed_layout=masonry] .insta-gallery-list .insta-gallery-item, .insta-gallery-feed[data-feed_layout=gallery] .insta-gallery-list .insta-gallery-item {
      min-width: 50% !important;
  }
  #insta-gallery-feed-1 .insta-gallery-item{
    display: none;
  }
  #insta-gallery-feed-1 .insta-gallery-item:nth-child(1),
  #insta-gallery-feed-1 .insta-gallery-item:nth-child(2),
  #insta-gallery-feed-1 .insta-gallery-item:nth-child(3),
  #insta-gallery-feed-1 .insta-gallery-item:nth-child(4) {
    display: block;
  }
  .block_popup_inner_content {
      margin-bottom: 40px;
  }
  .block_popup {
      background: none;
      text-align: center;
  }
  .post-type-archive-product .bread_path,
  .error404  .bread_path,
  .search .bread_path {
      margin-bottom: -80px !important;
  }
  body.single-product .bread_path {
    margin-bottom: -40px !important;
}
  .bread_path {
      margin-top: 50px;
      margin-bottom: -100px;
  }
  .page_header.sub_page {
    margin-bottom: -40px;
}
  img.step-img-b{
    height: 350px !important;
  }
  .post-type-archive-product .grid-item,.video_cl {
    width: 100% !important;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
}
  .br_menu table td {
      display: block;
      width: 100%;
  }
  .bt_menu_buttons a {
      display: inline-block;
      margin: 0 !important;
      margin-bottom: 8px !important;
  }
  .br_menu_img {
      width: 100%;
      height: 120px;
      position: relative;
  }
  .page_header.front_page h1 {
      padding: 0 20px 0 20px;
      right: 0;
      font-size: 38px;
      bottom: 60px;
  }
  .button_group {
      right: 20px;
  }
}
@media only screen and (max-width:625px) {
  .stretch_all{
    width: 100%;
    display: block;
    clear: both;
  }
}
@media only screen and (max-width:600px) {
  .topbar.active {
      margin-top: -46px;
  }
  ul#menu-hoofdmenu li a {
    font-size: 13px;
  }
  .topbar img.logo {
    max-width: 200px;
    margin-bottom: 0;
  }
  table.block_1_slide_buttons {
      margin-top: 10px;
      border-spacing: 0 !important;
  }
  table.block_1_slide_buttons td {
      display: block;
      width: 100%;
      margin-bottom: 10px;
  }
  a.slide_btn {
      width: auto;
  }
}
@media only screen and (min-width:1200px) {
  .step_block .content {
      padding: 100px 15px;
  }
}
@media only screen and (max-width:1200px) {
  button.slick-next.single_product_arr {
      top: 35%;
  }
  button.slick-prev.single_product_arr {
      top: 35%;
  }
  .product_slider_video .video_cl_play {
      top: 25px;
  }
  .product_slider_video {
    height: 106px;
}
  .step_block .content {
      padding: 50px 15px;
  }
  body.woocommerce-cart .col-lg-5 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin:0;
  }
  .padding_b{
    display: none;
  }
  img.block_9_img {
      max-width: 200px;
  }
  .block_2_bg .col-lg-6.equal {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .block_2_bg .text_wrapper {
      margin: 0 auto;
  }
}</pre></body></html>