/*
Theme Name: Duo Tecno
Author: The Duotecno Team
Description: Duotecno Theme used to display products for Duotecno Website
Version: 1.0
*/

/* ======== Whole Website Common Styling ======= */

html,body {overflow-x: hidden;}
body{
	margin:	0;
	padding: 0;
	text-decoration: none;
	font-family: ralewaylight;
	font-size: 14px;
	color: #4b4b4b;
}

p {line-height: 24px;}

a { color:#d00000; transition:all 0.2s ease;}
a, a:hover, a:active, a:focus{ color:#d00000;
	text-decoration: none
}

p a:hover {text-decoration: underline;}
input:focus, button:focus{
    outline: none
}


/* ======= Fonts Decalration ======== */

@font-face {
    font-family: latolight;
    src: url(assets/fonts/lato_thin.TTF);
}

@font-face {
    font-family: ralewayextralight;
    src: url(assets/fonts/RALEWAY-EXTRALIGHT.TTF);
}

@font-face {
    font-family: ralewaylight;
    src: url(assets/fonts/RALEWAY-LIGHT.TTF);
}

@font-face {
    font-family: ralewaymedium;
    src: url(assets/fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: ralewayregular;
    src: url(assets/fonts/RALEWAY-REGULAR.TTF);
}
@font-face {
    font-family: LatoSemibold;
    src: url(assets/fonts/Lato-Semibold.ttf);
}

/* ======= Header Styling ======= */
img {max-width: 100%; height: auto;}
.container {width: auto !important; max-width:1060px }

header {
    z-index: 100;
    position: relative;
}

.top_header {
    padding: 10px 0;
    background: #dedddd;
}

.top_header .container {max-width: 1120px;}

.top_header_right_text ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.top_header_right_text ul li {
    display: inline-block;
    padding-left: 25px;
    position: relative;
}

.top_header_right_text ul li:before {position: absolute; left: 8px; color: #b0b0b0; }

.top_header_right_text ul li a {
    color: #000;
    text-transform: uppercase;
      font-family: ralewaylight;
}

.top_header_right_text ul li a:hover {color: #ff0000}

li#menu-item-wpml-ls-18-nl {
    padding-right: 5px;
}

li#menu-item-wpml-ls-18-en, li#menu-item-wpml-ls-18-fr {
    padding: 0 5px 0 10px;
    border-left: 1px solid #888;
    line-height: 16px;
}

.main_header {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(173,173,173,0.2);
-moz-box-shadow: 0px 2px 5px 0px rgba(173,173,173,0.2);
box-shadow: 0px 2px 5px 0px rgba(173,173,173,0.2);

}

.brand_menu ul li {
    display: inline-block;
    padding: 30px 15px;
    position: relative;
    transition:all 0.5s ease-in-out;
}

.brand_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.brand_menu ul li a{
    position: relative;
    font-family: ralewayregular;
    color: #555;
    font-size: 15px;
}

.brand_menu  ul li.current_page_item a:before, .brand_menu ul li a:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ff0000;
    bottom: -10px;
}

.brand_menu ul li.current_page_item a, .brand_menu > ul li a:hover {
    color: #ff0000;
    position: relative;
}

.brand_menu  ul ul {-webkit-box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.2);}

.brand_menu  ul ul li a:before, .brand_menu ul ul li a:hover:before {
display: none;
}

.brand_menu ul ul li a {
    color: #555 !important;
    position: relative;
}

.brand_menu ul ul li a:hover {color:#ff0000 !important; }


.brand_menu {
    width: calc(100% - 220px);
    display: inline-block;
}

.search_box {
    float: right;
    padding: 22px 0px 0 0px;
    position: relative;
    transition:all 0.5s ease-in-out;
}
.search_box form {
    position: relative;
}


.search_box input {
    border: 0;
    background: #eee;
    padding: 10px;
    width: 200px;
}

.search_box button {
    background: none;
    padding: 0;
    border: 0;
    position: absolute;
    right: 10px;
    top: 9px;
}

.search_box .formClose {position: absolute; right: 30px; top: 30px; color: #fff; font-size: 24px; display: none;}
.mobile-clear .search_box .formClose {display: block;}
.wpml-ls-slot-18.wpml-ls-current-language, 
.wpml-ls-slot-18.wpml-ls-current-language a, 
.wpml-ls-slot-18.wpml-ls-current-language a:visited{
    font-weight: normal;
    color: red;
}

.search_box input::placeholder {
    font-style: italic;
}
input, select, textarea, button {outline: 0px !important;}
.bootstrap-select .dropdown-toggle:focus {
    outline:0px !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    /* outline-offset: -2px; */
}
.dropdown-menu {border-radius: 0px;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {background-color: #ff3636; color: #fff;}
.brand_logo {float: left; transition: all 0.5s ease-in-out;}
.brand_logo img {transition: all 0.5s ease-in-out;}
.sub-menu { min-width: 145px; overflow:hidden;  opacity: 0; visibility: hidden; position:absolute; left: 0px; top: 75px; z-index: 999; background: #fff; margin: 0px !important; padding:10px 0px !important; transition:all 0.5s ease-in-out; white-space: nowrap;}
.brand_menu ul li:hover .sub-menu {opacity: 1;  visibility: visible; }
ul.sub-menu li {display: block !important; float: none !important; padding: 0px !important; border: 0px !important;}
ul.sub-menu li a {text-align: left; padding: 5px 20px; display: block; font-size: 14px; color: #707070;  font-family: ralewaylight;}
ul.sub-menu li a:hover:before {display: none !important;}
.brand_menu_close {display: none;}
.top-menu {float: right;}
.user-account-menu {float: right; min-width: 110px; position: relative; }
.user-account-menu a {color: #000;}
.user-account-menu li {display: block !important; padding: 0px 0 5px 0px !important;}
.user-account-menu ul {display: none; position: absolute; left: 0px;  z-index: 99999; padding:10px 15px; background: #dedddd; margin: 0px; white-space:nowrap; }
.user-account-menu ul li a {text-align: left; text-transform: none !important; display: block;}
.user-account-menu:hover ul {display: block;}
.sk-load, .sk-success {background: url("assets/images/giphy.gif") center center no-repeat; background-size: 120px auto; font-size: 0px; text-indent: 99999px; height: 30px;}
.mobile {display: none !important;}
label {font-weight: normal;  font-family: ralewayregular;}


/* =========== SLIDER STYLING ============ */
.main_slider {
    position: relative;
    z-index: 0;
     font-family: ralewayregular;
}
.n2-ow {font-family: ralewayregular !important;}

.owl-dots {position: absolute; width: 100%; bottom:80px; z-index: 2; text-align: center;}
.owl-dot {display: inline; margin: 0 5px;}
.home-carousel .owl-dot span {width: 8px; height: 8px; background: #fff; border-radius: 50%; display: inline-block;}
.home-carousel .owl-dot.active span {background: #ff7d7d;}
.home-carousel .owl-prev {position: absolute; left: 30px; top: 50%; z-index: 10}
.home-carousel .owl-next {position: absolute; right: 30px; top: 50%; z-index: 10}
.container-slider { max-width: 100%; margin: auto;}
.container-slider .slide-image  {  }
.container-slider .slide-image img {width: 100%}
.downarrow {text-align: center; position:absolute; bottom: 20px; margin-left: -8px; left: 50%; z-index: 99;}
.downarrow .fa {font-size: 30px; color: #fff;}
.h_phone {margin-right: 30px; margin-left: 15px;}
.h_email {}
.h_phone a, .h_email a {color: #000;}
.h_phone .fa, .h_email .fa {color: #ff2c2c;}
.h-tagline {background: rgba(255, 255, 255, 0.6); font-size:15px; color: #ff0000; text-align: center; padding: 8px 15px;  font-family: ralewayregular;}

.duotecno-home h3 {margin:5px 0 30px 0px; font-size: 26px; color: #707070;   font-family: ralewayextralight;}
.duotecnoBox {margin: 0 0 55px 0px; background: #f9f9f9; padding: 40px 30px 22px 30px;  color: #707070;}
.duotecnoBox h4 {margin:42px 0 15px 0px; position:relative; padding-bottom: 19px; font-size: 16px; text-transform: uppercase; font-family: ralewayregular;}
.duotecnoBox h4:after {content: ""; width: 30px; height: 2px; background: #ff7d7d; position: absolute; left: 50%; margin-left: -15px; bottom: 0px; }
.duotecnoBox p {font-size: 14px; }
.categoryBox {position:relative; margin-bottom: 30px; overflow: hidden; text-align: center;}
.categoryBox img {width: 100%; max-width: inherit; height: 280px;}
.hovermain {position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; opacity: 0; background:rgba(255, 54, 54, 0.7);  z-index: 2;  }
.hoverContent {display: table; width: 100%; height: 100%;}

.categoryBox .hovermain {   color: #fff; transition:all 0.3s ease;}
.categoryBox:hover .hovermain {opacity:1;  }
.categoryBox .hoverbox {  padding: 0 15px; display: table-cell;  width: 100%; vertical-align: middle; text-align: center;}
.categoryBox .hoverbox a { text-align: center; display: block; vertical-align: middle; width: 100%; height: 100%; color: #fff; font-size: 26px; margin: 0px; text-align: center; text-transform: uppercase; height: 100%; position:relative; }
.categoryBox .hoverbox span {color: #fff;}
.categoryBox .hoverbox span.c-title { position: relative; font-size: 22px; display: inline-block; text-transform: uppercase;}
.categoryBox .hoverbox span.c-title:after { content: ""; position: absolute; left: 50%; margin-left: -30px; bottom: -7px; background: #fff; width: 60px; height: 2px; }
.categoryBox .hoverbox span.c-desc  {font-size: 14px; text-transform: none; margin: 20px 0 0 0px; display: block;}
.category-home {background: #f9f9f9; padding: 50px 0 0 0px; padding-bottom: 30px;}
.categoryBox .sameHeight {height: 300px;}
.categoryBox .last-catimage {height: 630px;}
.site-footer {background: #f4f4f4; padding: 30px 0px 0 0px; }
.site-footer .m-center {padding-top: 30px;}
.footer-bottom {background: #e0e0e0; padding: 10px 0px; text-align: center; }
.footer-bottom span {display: inline-block; padding: 0 5px;}
.footer-bottom a {color: #4b4b4b;}
.footer-bottom a:hover {text-decoration: underline;}

.footer-logo {margin-bottom: 15px;}
.footer-logo img {margin-bottom: 10px;}
.site-footer .col-lg-3, .site-footer .col-lg-2, .site-footer .col-lg-4, .site-footer .col-lg-5 {margin-bottom: 30px;}
.site-footer h6 {font-size: 15px; color: #505050; padding: 0 0 15px 0px; margin:0 0 15px; position: relative; font-family: ralewaylight; }
.site-footer h6:after {content: ""; width: 100px; height: 2px; background:#ff2c2c; position: absolute; left: 0px; bottom: 0px;}
.site-footer ul  {list-style: none; margin: 0px; padding: 0px; font-family: ralewaylight;}
.site-footer ul li {margin: 0px 0 15px 2px; display: block;  line-height: 16px;}
.site-footer ul li  a {font-size: 14px; line-height: 16px; color: #4b4b4b;  font-family: ralewaylight;}
.site-footer ul li:hover a {color: #000;}
.footer-menu #menu-social-media-menu li:before, .site-footer ul li .fa  {width: 25px; display: inline-block; color: #ff2c2c;}
.site-footer ul.bottom-contacts li {margin-bottom: 25px; padding-left: 25px; position: relative;}
.site-footer ul.bottom-contacts li .fa {position: absolute; left: 0px;}
.mobile-menu-btn {display: none; width: 40px; height: 40px; border: 0px; background: #fff; float: right; cursor: pointer; position: relative; z-index: 999999;}
.mobile-search-icon {display: none; float: right; margin:15px 0 0 15px; color:#ff4040; font-size: 18px; background: #fff; border:0px; width: 40px; height: 40px;}
.mobile-menu-btn span {height: 2px; display: block; margin: 4px 0px; background: #ff4040;}
.ipad-search {display: none; margin-top: 24px; margin-left: 15px; }
.ipad-search a {color: #505050;}
.ipad-search .fa {cursor: pointer;}
.ipad-search .fa:hover {color: red;}
.social-links {clear: both;}
.social-links a {display:inline-block; color: #ff2c2c; margin: 0 12px 0 8px;}
.newsletter-form .es_lablebox {display: none !important;}
.newsletter-form .es_msg {clear: both;}
.newsletter-form .es_textbox {float: left; margin: 0px; padding: 0px; }
.newsletter-form .es_button {float: left; margin: 0px 0 0 10px; padding: 0px; }
.newsletter-form .es_textbox input { border:1px solid #cdcdcd; height: 40px; padding:0 10px; font-size: 14px; color: #909090; font-family: ralewayregular;}
.newsletter-form .es_button input { border:1px solid #ed1c24; background: none; height: 40px; padding:0 10px; font-size: 14px; color: #c60000; width: 112px; }
.newsletter-form .es_button input:hover {background:#ff3636; color: #fff; } 
.newsletter-form .es_shortcode_form {padding-top: 0px;}
.gallery-images img {width: 100%; height: auto; margin-bottom: 30px;}
.openinghours {margin-bottom: 30px;}
.contact_page_form .checkbox input[type="checkbox"] {margin-left: 0px;}
.form_row .wpcf7-checkbox label {position: relative; padding-left: 22px;}
.form_row .wpcf7-checkbox label input {position: absolute; left: 0px;}
.full-width {width: 100% !important;}


/****** Default pages *******/
.section-first {min-height: 400px;}
.not-found {padding: 50px 20px; text-align: center;}
.not-found .search-form { margin: 30px 0 50px 0px;}
.not-found .search-form input {width: 320px; border: 1px solid #989898; padding:8px 10px;}
.not-found .search-form button {border: 0px; background: #919191; height: 40px; color: #fff; vertical-align: top; border-radius: 2px; padding: 0 12px; }
.not-found .search-form button:hover {background: #434343}
.search-results article {text-align: left; margin-top: 40px;}
.search-results .not-found {padding-top: 0px;}

/********** jobs page *********/
.main-banner {margin-bottom: 40px;}
.main-banner img {width: 100%; height: auto; max-width: inherit;}
.jobs-info  {margin-bottom: 40px;}
.jobs-info h2 {font-size: 30px; color: #707070;    font-family: ralewayregular;}
.jobs-listing {padding-top: 10px;}
.jobs-listing h3 { margin:0px; border-left: 3px solid red;  font-size: 16px; line-height: 20px; font-weight: bold; background: #f2f2f2;}
.jobs-listing h3 a {color: red; padding: 7px 15px; display: block;}
.jobs-content {margin-top: 15px !important; border: 0px !important; -webkit-box-shadow: none !important; box-shadow: none!important; }
.jobs-content .content { margin: 30px 0 30px 0px; padding: 0 0 0px 30px; border-left: 1px solid #ddd; margin-left: 25px;}
.jobs-content .content h4 {font-weight: bold; font-size: 16px;}
.job-apply-form {margin-bottom: 40px; position: relative;}
.job-apply-form .wpcf7-form { border: 1px solid #eee; padding: 30px 30px; background: #fff;}
.job-apply-form label {display: block;  margin-bottom: 20px; }
.job-apply-form input, .job-apply-form select, .job-apply-form input, .job-apply-form textarea {width: 100%; border:1px solid #ddd; padding: 7px 10px; margin-top: 5px;}  
.job-apply-form input:focus { }
.job-apply-form button.btn {width: 100%;}
.job-apply-form textarea {height: 100px;}
.formsubmit {padding-top: 10px;}
.job-apply-form input.wpcf7-submit, .formsubmit input.wpcf7-submit { border-radius: 0px !important;  border:1px solid #ed1c24; display: inline-block; border-radius: 30px; margin-top: 10px;   padding:3px 20px; width: auto;  font-size: 14px; line-height: 35px; color: #ed1c24 ;  background: none;   font-family: ralewaymedium ;}
.job-apply-form input.wpcf7-submit:hover, .formsubmit input.wpcf7-submit:hover {background:#ff3636 ; color: #fff; } 
.job-apply-form input[type=file] {border: 0px; padding: 0px;}
.job-apply-form br {display: none !important;}
.job-apply-form .btn.dropdown-toggle  {width: 100%; padding: 10px}
.job-apply-form .bootstrap-select {width: 100% !important}
.job-apply-form label p {display: none;}
.job-apply-form .select {margin:5px 0 0 0px;}
.jobs-listing .panel-group {margin-bottom: 0px;}
.apply-anchor {color: #555; text-decoration: underline;}
span.wpcf7-list-item {margin-left: 1px !important;}
.select.job-select {width: 45.5%; position: absolute; left: 31px; top: 51px;}

/***************** My accuont pages ***********/
.woocommerce-Button { border:1px solid #ed1c24 !important; border-radius: 0px!important; background:none !important;  padding:0 25px !important; height: 38px; font-size: 14px; color: #ed1c24 !important;  text-transform:uppercase; font-weight: normal !important;  font-family: ralewaymedium !important;}
.woocommerce-Button:hover {background:#ff3636 !important; color: #fff !important; } 
.woocommerce-Input  {border: 1px solid #ddd; padding: 10px 15px;}
.lost_password {text-align: right; font-size: 13px; float: right; margin-top: 10px; }
.lost_password a { text-decoration: none; color: #ed1c24; font-family: ralewaymedium;}
.lost_password a:hover {text-decoration: underline;}
.woocommerce-ResetPassword  {padding: 15px; border:1px solid #ddd !important; background: #fff; margin-top: 20px;}
.woocommerce-account .entry-header {text-align: center;}
.woocommerce-account .entry-header h1 { text-align: center; margin: 30px 0 30px 0px; color:#009edb; display: block; }
.woocommerce-ResetPassword .form-row-first {border: 1px solid #eee; background: #fafafa; padding: 10px 15px 15px 15px !important; width: 100% !important; margin: 20px 0px 5px 0px !important;}
.woocommerce-error:before {color:#009edb }
.woocommerce-error { border-top-color: #009edb;}
.popup-main { display: none; width: 100%; height: 100%; position: fixed; top: 0px; top:0px; overflow-y:scroll; z-index: 9999999; background: rgba(0, 0, 0, 0.8)}
.popup-body {
    width: 360px;
    padding-bottom: 15px;
    border-top: 3px solid #ff3636;
    background: #fff;
    position: absolute;
    left: 50%;
    right: 0;
    top: 5%;
    background: #fff;
    transform: translateX(-50%);
    margin-bottom: 30px;
}
.popup-body h2 {background: #edefee; padding:15px 15px; font-size: 22px; margin: 0px; color: #ff3636; font-family: ralewaymedium;}
.popup-body h3 { padding:15px 15px 10px 15px; margin: 0px; font-size: 16px;  color: #000; text-align: center; font-family: ralewaymedium;}
.popup-iner {margin: 15px;  background: #edefee; border-bottom: 1px solid #ddd;}
.popup-body .woocomerce-form {border: 0px !important; margin: 0px !important; padding: 20px;}
.woocommerce form .form-row {margin-bottom: 10px !important;}
.close-icon {float: right; color: #2d2d2d !important; background: #fff; margin-top: -2px; border-radius: 50%; text-align: center; width: 30px; height: 30px; line-height: 30px; font-size: 18px;-webkit-box-shadow: 0px 0px 3px 0px rgba(166,166,166,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(166,166,166,1);
box-shadow: 0px 0px 3px 0px rgba(166,166,166,1);}
.popup-body .or {text-align: center; font-size: 17px; font-family: ralewayregular;}
.register-redirect {display: block; text-align: center; text-align: center; margin: 10px 10px 0 10px; font-size: 16px; color: #fff !important; text-transform: uppercase; padding: 10px 0px; background: #ff3636;  font-family: ralewaylight; 
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);}
.popup-body .woocommerce-form-row  {margin-bottom: 20px;}
.popup-body .woocommerce-Input, .popup-body label {width: 100%;}
.myaccount-form {max-width: 600px; margin: auto; padding-bottom: 100px;}
#registrationForm.popup-body {display: none; width: 700px;}
#registrationForm .woocommerce-form-row {width: 50%; float: left; clear: none !important; padding: 0 10px;}
#registrationForm .woocommerce-Button {margin-left: 12px;clear: both;float: left;}
.popup-body form.register {border: 0px !important; margin: 0px !important; padding: 20px 13px;overflow: hidden;}
.popup-body p.status  {text-align: center; margin: 10px 0px; color: #009edb; font-family: ralewayregular;}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.5;}
}
p.status{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}


/**************** Categories products *************/
.category-listing-page, .product-listing-page, .section-gray {background: #f9f9f9; padding-bottom: 50px;}
.productCategories { position: relative; max-width: 1040px; min-height: 640px; margin: auto; }
.cat-item { padding: 0 10px; overflow: hidden;}
.productCategories .item  {width: 25%;}
.productCategories .item_1  {width: 50%; position: absolute; left: 0px; top: 0px; height: 210px;}
.productCategories .item_2  {width: 16.5%; position: absolute; left: 50%; top: 0px; height: 145px}
.productCategories .item_3  {width: 16.5%; position: absolute; left: 66.8%; top: 0px; height: 145px}
.productCategories .item_4  {width: 16.5%; position: absolute; right: 0px; top: 0px; height: 145px}
.productCategories .item_5  {width: 25%; position: absolute;top: 230px; height: 449px;}
.productCategories .item_6  {width: 25%; position: absolute;top: 230px;left: 25%; height: 218px;}
.productCategories .item_7 {width: 25%;position: absolute;top: 168px;left: 50%;height: 282px; } 
.productCategories .item_9 {width: 25%; position: absolute; top: 168px; right: 0; height: 282px; left: 75%;}
.productCategories .item_8  {width: 75%;  position: absolute;top: 470px;left: 25%; height: 208px;}
.cat-item img {width: 100%;}
.cat-overlay {  opacity: 0; text-align: center; color: #fff; padding:0px 12px;  display: flex;align-items: center;justify-content: center; width: 100%; height: 100%;  position: absolute; left: 0px; top: 0px; z-index: 2; background:rgba(255, 54, 54, 0.9); transition:all 0.2s ease; }
.cat-item:hover .cat-overlay {opacity: 1;}
.cat-overlay h3 { position: relative; margin: 15px 0 30px 0px; text-transform: uppercase; font-size:16px; word-break: break-word; font-family: ralewayregular;}
.cat-overlay h3:after {position: absolute; left: 50%; bottom: -15px; margin-left: -10px; width: 20px; height: 2px; background:#fff; content: ""; z-index: 1;}
.cat-overlay p {margin: 0px; font-size: 14px; }
.cat-overlay .center {  color: #fff; display: table-cell; vertical-align: middle;}
.breadcrumbs {background:#fff; padding: 10px 10px; margin: 30px 0 30px 0px;  font-family: ralewayregular; text-transform: uppercase;}
.breadcrumbs span a span {color: #909090; }
.breadcrumbs span {margin: 0 2px; color: #ff0000;}

/**************** Products page *************/
.center-white {padding:20px 20px 20px 20px; margin-bottom: 40px; background:#fff; position: relative; width: 100%; }
.center-white h1 { display: inline-block; margin: 0 0 20px 0px; font-size: 22px; color: #707070;  font-family: ralewayextralight;}
.archive .woocommerce-result-count {display: none;}
.order-products {float: right; }
.order-products .woocommerce-ordering {width: 219px;}
.filter-products {border-top: 2px solid #f1f2f3; padding: 15px 0 40px 0px;}
.filter-products select, .order-products select {width: 100%; height: 30px; padding: 0 10px; color: #707070; border:1px solid #f1f2f3;}
.product-imgbox { display: table; background: #fff; text-align: center; vertical-align: middle; width: 100%; overflow: hidden; }
.product-contentbox {min-height: 40px;}
.col-lg-12  .img-center { height: 248px;}
.col-lg-9  .img-center { height: 180px;}
.product-imgbox img {width: 100%; transition:all 0.5s ease; }
.img-center {display: table-cell; vertical-align: middle; text-align: center;}
ul.products li > div {margin-bottom: 30px !important; position: relative;  transition:all 0.5s ease;}
ul.products li > div:hover {border-color:#ff2c2c;}
.col-lg-9 ul.products li > div {min-height: 285px;}
.products li .product h3 {font-size: 16px; color: #909090; padding-left: 10px; margin: 10px 0 12px 0px; display: inline-block; font-family: ralewaymedium;}
.products li .product span.excl-vat {display: inline; text-align: right; float: right; padding-top: 10px; color: #909090;}
.products li .product .product-contentbox {min-height: 80px; }
.products li .product p {font-size: 14px; color: #bcbcbc; padding-left: 10px;  font-family: ralewaymedium;min-height: 50px;}
.btn-moreinfo {display: block; text-align: right;  font-size: 14px; color:#707070 !important; font-family: ralewayregular;}
ul.products li > div:hover .btn-moreinfo {color:#ff0000 !important;}
.cat-menu-icon {background: none; border: 0px; width: 25px;vertical-align: middle; padding: 0px; margin: -2px 10px 0px 0px;}
.cat-menu-icon span {margin: 6px 0px; height: 1px; background: #0a0a0a; display: block;}
#leftContainer {display: none; }
.cat-menu {list-style: none;  margin: 0px 0 30px 0px; padding: 0px;}
.cat-menu li {display:block; border-bottom: 1px solid #dfdfdf;}
.cat-menu li a {color: #707070; font-size: 14px; padding: 9px 20px; display: block; font-family: ralewayregular;}
.cat-menu li a:hover, .cat-menu li.cat-active a {background: #fff; color:#ff0000}
.cat-menu li:first-child {display: none;}
.product-categories {list-style: none;  margin: 0px 0 30px 0px; padding: 0px;}
.product-categories li {display:block;  padding: 0px;}
.product-categories li a {color: #707070; font-size: 14px; padding: 9px 15px; display: block; border-bottom: 1px solid #dfdfdf; font-family: ralewayregular;}
.product-categories li a:hover, .cat-menu li.cat-active a {background: #fff; color:#ff0000}
.product-categories li:first-child {display: none;}
.product-categories li ul {margin:0px; padding: 0px;}
.product-categories li ul li a {padding-left: 25px; font-size: 13px; font-family: ralewayregular;}
.next.page-numbers {float: right;}
.prev.page-numbers {float: left;}
.page-numbers, .page-numbers:hover {font-size: 17px; color: #bcbcbc; padding: 5px 7px; display: inline-block; font-family: ralewaymedium;}
.page-numbers.current {color: #e50000;}
.next.page-numbers, .prev.page-numbers { border:1px solid #ed1c24; background: none; padding:8px 18px; font-size: 13px; color: #c60000;  font-family: ralewaymedium;}
.next.page-numbers:hover, .prev.page-numbers:hover {background:#ff3636; color: #fff; } 
.single-product .center-white {padding: 30px;}
.single-product-title {border-bottom: 2px solid #f1f2f3; padding: 0 0 20px 15px; margin-bottom: 20px;}
.single-product-title h1 {font-size: 28px; color: #303030;  margin: 0 0 10px 0px;  font-family: LatoSemibold;}
.single-product-title h2 {font-size: 18px; color: #303030;  margin: 0 0 10px 0px;  font-family: ralewayregular;}
.single-product-title p {font-size: 16px; color: #303030; font-family: ralewayregular;}
.related ul.products li {float: left;}
.related ul.products li .img-center {height: 150px;}
.related ul.products li > div {min-height: inherit; margin-bottom: 0px !important;}
.related ul.products li p {display: none;}
.related.products {padding: 25px 35px 30px 35px;margin-bottom: 40px;background: #fff;overflow: hidden;}
.related.products h2 {font-size: 22px; color: #909090; margin:0 0 30px 0px; padding: 0 0 15px 10px; border-bottom: 2px solid #f1f2f3; font-family: ralewaylight;}
.related .products li .product h3 {font-size: 14px;}
.related .btn-moreinfo {display: none; }
.single-product .cat-menu-icon {position: absolute;  top: 5px; left: 5px; z-index: 9;}
.single-product .img-center {height: 152px;}
.productBox {margin: 0 20px;}
.productBox h3 {font-size: 18px; color: #909090; padding-left: 10px; margin: 10px 0 0px 0px;  font-family: ralewaymedium;}
.relatedProducts {padding:20px 35px 30px 35px; margin-bottom: 30px; background:#fff; overflow: hidden; position: relative;}
.relatedProducts h2 {font-size: 23px; color: #909090; margin: 0 0 20px 0px; padding-bottom: 15px; border-bottom: 1px solid #f1f2f3; font-family: ralewaylight;}
.relatedProducts .owl-prev {position: absolute; left: -20px; top: 35%; width: 14px; height: 38px; background: url("assets/images/arrow-left.png") 0 0 no-repeat;}
.relatedProducts .owl-next {position: absolute; right: -20px; top: 35%; width: 14px; height: 38px; background: url("assets/images/arrow-right.png") 0 0 no-repeat;}
.single-product .breadcrumbs span > span {display: none;}
.close-catmenu {position: absolute; right: 15px; top: 0px; z-index: 1; font-size: 18px; color: #707070;}
.tm-epo-field-label {font-size: 14px; color: #909090; font-family: ralewayregular; font-weight: normal !important;}
.tm-epo-field-label .tm-epo-required {display: none;}
.tm-epo-variation-section .tm-epo-field-label {width: 100px;float: left;}
.tm-extra-product-options .tm-extra-product-options-container, .tm-extra-product-options .tmcp-ul-wrap{width: auto;}
.tm-extra-product-options input.use_images:checked + .tmhexcolorimage.radio_image {border:2px solid #e1e1e1; padding: 5px; }
.radio_image { -webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;}
.product_subcategory .cat-item {float: none; background: #fff;}
.woocommerce #reviews #comments ol.commentlist li{border-bottom: 1px solid #ddd;}
.archive ul.products li {min-height: 450px;}
.cat-item-in {position: relative; width: 100%; height: 100%;}
.product-description p {font-size: 14px;}
.woocommerce-tabs {padding-bottom: 20px; overflow: hidden;}
.woocommerce div.product .woocommerce-tabs ul.tabs {margin-bottom: 15px;}

/*****************  verdelers ************************/
.gmap {background: #fff;}
.gmap iframe, .gmap #map {height: 400px; width: 100%; border: 0px; opacity: 0.8; -moz-filter: grayscale(0%);  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */   filter: grayscale(0%);}
.verdelers-locations { clear: both; background: #fff; padding: 30px; min-height: 300px; margin-bottom: 30px;}
.verdelers-locations h2 {margin: 0px 0 10px 0px; font-size: 18px;}
.select {width: 100%; height: 35px; padding: 5px; border: 1px solid #ddd; background: #fff; margin-bottom: 10px;}
.filterItem .select {padding:0 5px;}
.verdelers-filter {padding-bottom: 20px; text-align: center;}
.btn.dropdown-toggle  {width: 100%; padding:7px 10px}
.bootstrap-select {width: 100% !important}
.verdelers-listing {border-top: 2px solid #f1f2f3; padding-top: 30px;}
.verdelers-listing ul {list-style: none; margin: 0px; padding: 0px;}
.verdelers-listing li {border: 1px solid #e9e9e9; padding: 0 20px; margin-bottom: 20px; display: block; overflow: hidden;}
.verdelers-listing h3 {display: inline-block; font-size:20px; ; line-height: 50px; margin: 0px; font-family: ralewaylight;}
.verdelers-listing h3 a {color: #ff0000; line-height: 50px; display: block;}
.verdelers-listing a.email {float: right; margin-top: 15px; font-size: 15px; color: #505050; font-family: ralewaylight;}
.verdelers-listing .contacts {display: none; padding:15px 0px; border-top: 1px solid #e9e9e9; color: #909090;   font-family: ralewayregular;} 
.verdelers-listing .contacts address {text-transform: capitalize;margin-bottom: 10px;}
.verdelers-listing .contacts a {color: #909090;}
.verdelers-listing .contacts a:hover {text-decoration: underline;}
.verdelers-listing li:hover a.email  {color: #ff0000;}
.interested-banner {background: #e9e9e9; font-size: 16px; color:#505050; padding:24px 25px; overflow: hidden;  font-family: ralewaymedium;}
.interested-banner span {margin: 10px 0 10px 0px; display: inline-block;}
.interested-banner .btn {line-height: 40px; padding: 0 45px; color:#ed1c24; font-size: 16px; float: right; border:1px solid #ed1c24; border-radius: 0px;  font-family: ralewaymedium;}
.searchTitle {text-align: center;}
.citysearch {width: 100%; height: 35px; padding: 0px 10px; border: 1px solid #ddd; background: #fff; margin-bottom: 10px; }
.zoek-btn {height: 35.5px; width: 100%; background:#ed1c24; color: #fff !important;}
.searchby-field, .searchby-btn {display: inline-block; vertical-align: top;}
.searchby-field {width: 320px;}
#wpsl-search-input {width: 100%;}
#wpsl-search-btn {margin: 0px; border-radius: 0px !important; border: 0px !important; background: #ed1c24; color: #fff;}
#wpsl-direction-details, #wpsl-stores {height: auto !important; overflow: visible;}

/*****************  News ************************/
.blog-tabs {padding: 30px 0px;}
.blog-tabs .nav { border-bottom: 2px solid #ff2c2c; }
.blog-tabs .nav-pills > li a {color: #555; background-color: #eeeeee; border-radius: 0px;  font-family: ralewaymedium;}
.blog-tabs .nav-pills > li:hover a { background-color: #fff;}
.blog-tabs .nav-pills > li.active > a { background-color: #ff2c2c; color:#fff;}
.custom-btn { border:1px solid #ed1c24; display: inline-block; margin-top: 10px;   padding:0 18px;  font-size: 13px; line-height: 35px; color: #ed1c24 ;  text-transform:uppercase;   font-family: ralewaymedium ;}
.custom-btn:hover {background:#ff3636 ; color: #fff; } 
.blog-listing {margin-bottom: 30px; padding:20px 20px 20px 20px; overflow: hidden;}
.blog-listing:hover {-webkit-box-shadow: 0px 0px 7px 0px rgba(173,173,173,0.3);
-moz-box-shadow: 0px 0px 7px 0px rgba(173,173,173,0.3);
box-shadow: 0px 0px 7px 0px rgba(173,173,173,0.3);}



.blog-listing h4 { margin: 0 0 20px 0px; color: #333333; font-size: 22px; display: inline; font-family: ralewaymedium;}
.blog-listing p {color: #333333;}
.blog-listing:nth-child(even) { background: #fff2f2; } 
.blog-listing:nth-child(odd) { background: #fff; }
.blog-listing .imgBox {float: right; width: 200px; margin: 0 0px 0 30px;}
.blog-listing .imgBox img {width:100%;}
.blog-listing .date {padding:5px 0px 15px 0px;}
.blog-listing .date .fa {margin-right: 7px; font-size: 12px; color: #ff2c2c}
.event-date {padding: 15px 0 10px 0px;}
.event-date span {font-family: ralewaymedium;}
.nav-links .icon  {width: 20px; }
.banner .container {position: relative; height: 250px;}
.single .banner .title { position: absolute; left: 0px; bottom: 40%; text-align: center; width: 100%;  color: #fff; font-size: 38px; margin:0px;   padding: 0 20px;}
.single .content-area {margin-bottom: 50px;}
.single .content-area h1 {margin-bottom: 20px; color: #666666;}
.single .content-area p {font-size: 14px; line-height: 24px;}
.nav-previous {float: left;}
.nav-next {float: right;}
.nav-links a { border:1px solid #ed1c24; display: inline-block;  margin-top: 15px;   padding:0 18px;  font-size: 13px; line-height: 35px; color: #ed1c24 ;  text-transform:uppercase;   font-family: ralewaymedium ;}
.nav-links a:hover {background:#ff3636 ; color: #fff; } 

/*****************  Referenties ************************/
.referenties-block {position: relative; height: 200px; overflow: hidden; margin-bottom: 30px; text-align: center;}
.referenties-block img { width: 100%; min-height: 200px; max-width: inherit;}
.referenties-block .block-hover {opacity: 0; position: absolute; left: 0px; top: 80%; width: 100%; height: 100%; background-color: rgba(255,0,0,1); transition:all 0.5s ease-in-out;}
.referenties-block:hover .block-hover {opacity: 1; top: 0px;}
.referenties-block .inner {display: table; width: 100%; height: 100%;}
.referenties-block .content {display: table-cell; vertical-align: middle; text-align: center; color:#fff; font-family: ralewaymedium;}
.referenties-block h4 {}
.referenties-block a {color:#fff;}
.referenties-block .custom-btn {border-color: #fff; background:none;}
.referenties-block .custom-btn:hover {background:rgba(255,255,255,0.2);}
.marginbtm {margin-bottom: 30px;}
.referenties-images {margin-bottom: 30px; position: relative;}
.single-referentie .content-area h1 { display: inline-block; margin: 0px 0 10px; font-size: 36px; text-transform: uppercase;  font-family: ralewaylight;} 
.single-referentie .content-area h1 span {font-size: 16px; color:#ed1c24; display: block; text-transform: none; margin-top: 15px;}
.products-used {float: right;}
.products-used .custom-btn { background:#ff3636; color: #fff; margin:10px;}

/******************** events *******************/
.static-banner {width: 100%; position: relative;}
.static-banner h1 {width: 100%;  text-align: left; color: #fff; font-size: 28px; position: absolute; left:0px; bottom: 20px; z-index:2; padding: 0 30px; margin: 0px; background: rgba(0,0,0,0.5);  font-family: ralewayextralight;}
.static-banner img {width: 100%;}
.page-template-page-events .blog-listing { padding: 0 !important;}
.page-template-page-events .blog-listing .col-md-6.col-sm-6{  padding: 0 !important;}
.page-template-page-events .blog_content_block {    padding: 30px !important;}
.page-template-page-events .blog-listing .imgBox {    float: none !important;    width: 100% !important;    margin: 0 0px 0 0px !important;}
.page-template-page-events .blog-listing:nth-child(even) .col-md-6.col-sm-6 {    float: right !important;    padding: 0 !important;}
.events-template-default .gallery-images {clear: both; padding-top: 30px;}


/******************** Account menu  *****************************/
.account-sidebar {background: #fff; padding: 5px 0px 10px 0px; }
.account-sidebar ul {margin: 0px; padding: 0px; list-style: none;}
.account-sidebar ul li { margin-bottom: 2px; overflow: hidden;}
.account-sidebar ul li a {font-size:15px; color: #555;  font-family: ralewaylight; padding: 2px 20px; display: block;}
.account-sidebar ul li:hover a {color: #ff0000} 
.account-sidebar h3 {font-size:15px; color: #555; margin: 15px 0px 5px 0px; padding: 0 20px; font-family: ralewaymedium; }
.account-content-area {background: #fff; padding: 20px; min-height: 400px;}
.breadcrumbs .back {float: right; color: #909090; border: 1px solid #f4f4f4; font-size: 12px;  padding: 2px 15px; margin: -1px;}
.account-content-area h3 {margin: 0 0 20px 0px;}
.contact_address, .contact_address p {color: #000;}
.tmcp-ul-wrap .tmcp-field-wrap {padding-top: 0px !important;}

/****************** Opleiding *************************/
.subscribe-formations h3 {text-align: center;    margin: 30px 0 20px 0px;    font-family: ralewayregular;}
.page-template-page-opleiding textarea.form_text {height: 132px;}


/******************** FAQs ****************************/

.faqs .faq-list {margin-bottom: 10px; border-bottom: 1px solid #ff2c2c; }
.faqs .faq-list ul { margin: 15px 0px;}
.faqs .faq-list h3 { font-size: 18px; margin: 0px; padding: 0px; display: block;  position: relative;}
.faqs .faq-list h3 a {display: block;  padding: 15px 60px 15px 15px; color:#505050; background: #fff}
.faqs .faq-list h3 span {color:#ff2c2c; position: absolute; right: 15px; top: 50%; margin-top: -10px; }
.faqs .faq-list h3 a:hover {background: #fff;}
.faqs .ans {display: none; padding: 15px 15px; margin-bottom: 35px; width: 100% !important;}
.faqs-open {background: #fff;}
.faqs .faq-list.faqs-open h3 a {background: #fff; color: #ff2c2c; font-family: ralewayregular;}
.faqs .faq-list h3 a .fa {font-size: 24px;}
p img.alignleft {float: left; margin: 0 15px 10px 0px;}
p img.alignright {float: right; margin: 0 0px 10px 15px;}
.faqs p img {min-width: 250px; width: auto; height: auto;}

/* woocommerce button */

.addtoany_row {border-top: 1px solid #f1f2f3; padding-top: 30px;}
.addtoany_shortcode a {border:1px solid #cdcdcd !important; border-radius: 50%; margin-right: 15px; font-size: 24px !important;}
.addtoany_shortcode a:hover { background: #ed1c24; border:1px solid #ed1c24 !important;} 
.addtoany_shortcode a:hover svg path {fill: #fff !important}
.addtoany_shortcode a span {margin-top: 3px;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background: #ff2c2c !important;
}

/* SLIMBOX */

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}


#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url("assets/images/prevlabel.gif") no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url("assets/images/nextlabel.gif") no-repeat 100% 15%;
}

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url("assets/images/closelabel.gif") no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}
#lbCaption, #lbNumber {display: none !important;}


/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer
 {
  width: 33.333%;
}

.grid-item {
      float: left;
    overflow: hidden;
}

.grid-item img {
  display: block;
  width: 100%;
}

.grid-item2 {
      float: left;
    overflow: hidden;
}

.grid-item2 img {
  display: block;
  width: 100%;
}
.scrollnone {
    overflow: hidden !important;
}

/* ==== Checkout page styling ======= */

form.checkout.woocommerce-checkout input, 
form.checkout.woocommerce-checkout textarea {
    padding: 10px;
    border: 1px solid #d7d7d7;
}
#tab-fiche p {text-align: left;}
.addtoany_row > p {display: none;}
.qty-lable {float: left; line-height: 30px; padding: 0 5px 0 10px;}
.button, button {border-radius: 0px !important;}
.stock-condition {padding: 7px 3px 0 3px; display: inline-block;} 
.btn.reset {background: #f1f1f1; border:1px solid #ddd; border-radius: 0px; color: inherit; float: left;}
.btn.reset:hover {background: #ff3636; border:1px solid #ff3636; color: #fff;}
div#cookie-notice a {color: #ebebeb;font-weight: 600;}
.tinv-wraper {display: none;}
.logged-in .tinv-wraper {display: block;}
.hidden_value{
    position: absolute;
    bottom: 186px;
    right: 60px;
    width: 44.1%;
}
.search-results .link-more  {display: none;}
.more-link:hover {text-decoration: underline;}
.tinv-header {display: none;}
.woocommerce-additional-fields textarea {height:200px !important; }
.wpmenucart-contents {text-transform: capitalize  !important;}
.single-page-tax {display: inline-block; padding-top: 5px; float: left;}
.cart.simple_product .btn {float: right; margin-top: 0; margin-bottom: 15px;}
.my_account_content .woocommerce-pagination .button {padding: 10px 15px !important; margin-top: 15px;}
.woocommerce-customer-details.woocommerce_custom_table {margin-top: 30px;}
.woocommerce-cart-form .shop_table  {background: #fff;}
.cart-collaterals .shop_table {background: #fff;}
.coupon #coupon_code {width: 150px; padding: 7px;}
.wcmca_address_select_menu {border:1px solid #ddd;  margin-bottom: 10px !important}
.woocommerce-Price-currencySymbol {padding-right: 3px;}
.wcmca_add_new_address_button:hover {background: #ff2c2c !important; color: #fff !important;}
.woocommerce form.checkout_coupon  {background: #fff;}
.checkout_coupon .button {background: #ff2c2c !important; color: #fff !important;}


#wcmca_address_select_menu_billing, #wcmca_address_select_menu_shipping{
    padding: 10px;
}
div#wcmca_address_form_billing input, div#wcmca_address_form_billing select,
div#wcmca_address_form_shipping input, div#wcmca_address_form_shipping select{
    padding: 5px;
    border: 1px solid #ddd;
}
abbr.required{
    text-decoration: none;
}
.checkout_coupon #coupon_code {border: 1px solid #d7d7d7; padding: 10px;}
.for-zoom {position: relative;}
.zoom-icon {position: absolute; top: 0px; right: 0px; z-index: 2; padding: 7px 10px 10px 10px;}
.zoom-icon .fa {font-size: 20px; font-weight: 300; color: #303030}
#zoom-window {width:600px !important; height: 500px !important;}
.sigle-product-gallery {padding-top: 30px;}
.sigle-product-gallery .col-lg-4 {height: 100px; margin-bottom: 10px; overflow: hidden;}
.sigle-product-gallery .col-lg-4 img {min-height: 100px; padding: 2px; border: 1px solid #ddd;}

.woocommerce-tabs.wc-tabs-wrapper {display: none !important;}
.wpmenucartli {display: none !important;}
.cn-button.wp-default { color: #333 !important;}
.site-footer ul li.show-after-login {display: none;}
.g-recaptcha { margin-bottom: 15px; clear: both;}
#registrationForm .g-recaptcha {  margin-left: 10px;}



/********* login menu **********/

.logged-in .wpmenucartli {display:inline-block !important;}
.logged-in .site-footer ul li.show-after-login {display: block;}
.job-apply-form input[type=file], .file-btn {  padding:10px 5px;
  text-align: left;
  margin: 0;
  left: 0;
}
.file-btn {
  text-align: center;
  /* Decorative */
  background: #f9f9f9;
  color: #000;
  border: none;
  cursor: pointer;
}
.job-apply-form input[type=file] {width: 200px;}
.job-apply-form input[type=file].addpad {padding-left: 108px; width: 100%;}
.file-field {position: relative; margin-top: 10px;}
.file-btn { position: absolute; top: 0px; z-index: 1;   border: 1px solid #ddd; width: 200px;}
.related-accessories {display: none;}
.item_4 .cat-overlay h3 {font-size: 14px; line-height: 20px;}
.g-recaptcha {margin-bottom: 15px; clear: both;}
#registrationForm .woocommerce-Input {padding: 5px 10px;}
#registrationForm .g-recaptcha {margin-left: 10px;}

/*************** .Download page ***************/
.download-page {}
.download-page .w3eden .form-control {}
.list-group-item.\[hide_empty\:file_count\], .list-group-item.\[hide_empty\:version\], .w3eden .list-group li:first-child, .w3eden .list-group li:last-child {display: none;}
.w3eden .table-border td {background: #fff;}
.w3eden .btn {  border: 1px solid #ed1c24;
    border-radius: 0px;
    background: none;
    padding: 0 10px;
    font-size: 11px !important;
    color: #c60000 !important;
    font-family: ralewayregular;
}
.download-page .breadcrumb a {color: #909090}
.download-page .breadcrumb {background-color: #FFF;}
.w3eden .btn:hover {background: #ed1c24; color: #fff !important;  box-shadow: none !important; border: 1px solid #ed1c24;}
.w3eden .breadcrumb a {}
.w3eden .pagination > li > a, .w3eden .pagination > li > span {color: red}
.w3eden .pagination > .active > a, .w3eden .pagination > .active > a:focus, .w3eden .pagination > .active > a:hover, .w3eden .pagination > .active > span, .w3eden .pagination > .active > span:focus, .w3eden .pagination > .active > span:hover, .w3eden .pagination > li > a:focus, .w3eden .pagination > li > a:hover, .w3eden .pagination > li > span:focus, .w3eden .pagination > li > span:hover {background-color: #ed1c24; border-color: #ed1c24; color: #fff;}
.w3eden a.btn-success:not(.btn-simple), .w3eden a.btn-primary:not(.btn-simple), .w3eden a.btn-warning:not(.btn-simple), .w3eden a.btn-danger:not(.btn-simple), .w3eden a.btn-info:not(.btn-simple) {background: #ed1c24}
.w3eden .btn:hover, .w3eden .btn:focus, .w3eden .btn:active, .w3eden .btn.active, .w3eden .btn:active:focus, .w3eden .btn:active:hover, .w3eden .btn.active:focus, .w3eden .btn.active:hover, .w3eden .show > .btn.dropdown-toggle, .w3eden .show > .btn.dropdown-toggle:focus, .w3eden .show > .btn.dropdown-toggle:hover, .w3eden .navbar .navbar-nav > a.btn:hover, .w3eden .navbar .navbar-nav > a.btn:focus, .w3eden .navbar .navbar-nav > a.btn:active, .w3eden .navbar .navbar-nav > a.btn.active, .w3eden .navbar .navbar-nav > a.btn:active:focus, .w3eden .navbar .navbar-nav > a.btn:active:hover, .w3eden .navbar .navbar-nav > a.btn.active:focus, .w3eden .navbar .navbar-nav > a.btn.active:hover, .w3eden .show > .navbar .navbar-nav > a.btn.dropdown-toggle, .w3eden .show > .navbar .navbar-nav > a.btn.dropdown-toggle:focus, .w3eden .show > .navbar .navbar-nav > a.btn.dropdown-toggle:hover {background-color: #ed1c24; border-color: #ed1c24; color: #fff !important;}
.download-page .w3eden .col-md-5 {display: none;}
.w3eden .wpdm-filelist td {background: #fff !important;}
.dealer-menu ul {display: none }
.logged-in .dealer-menu ul {display: block }
.w3eden .list-group .badge {background:#777;}
.user-account-menu {display: none;}
.logged-in .user-account-menu {display: block;}
body.downloaduser .wpmenucartli {display: none !important;}
.status.sk-error a {display: none;} 
.downloaduser .products li .product span.excl-vat {display: none;}
.w3eden .panel-default > .panel-heading {color: #4b4b4b;}


#registrationForm .woocommerce-form-row.full {width: 100%;}
.loginbtn-text {float: right; text-transform: none; color: #909090;}
.loginbtn-text a{color: #ff0000;}
.loginbtn-text a:hover {text-decoration: underline;}
.logged-in .loginbtn-text {display: none;}


/* add categories after breadcrumb */
.categories_list {
    background: #fff;
    margin-top: -20px;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.categories_list ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.categories_list ul li {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #ddd;
}
.categories_list ul li:first-child {
    border: 0;
    padding-left: 5px;
}
.categories_list ul li a{
    color: #909090;
}
.categories_list ul li a:hover,
.categories_list ul li.active a{
    color: #ff0000;
}
.category_description {
    margin-bottom: 20px;
}
.breadcrumbs + .category_description {
    margin-top: -10px;
    margin-bottom: 20px;
}
.brochures a {
    border: 1px solid #ddd;
    padding: 10px 5px;
    display: inline-block;
    margin: 5px;
    float: right;
}
@media (max-width: 767px) {
    .file-category {width: 100%;}
}
.single-product .center-white .col-md-6:last-child {
    padding-left: 0;
}	
.woocommerce-cart .woocommerce-Price-amount.amount {
    float: left;
}
.woocommerce-cart  .single-page-tax {
	display: inline-block;
	padding-top: 0;
	float: left;
	margin-left: 8px;
}
td.xoo-cp-ptitle {
    width: 30%;
}
td.xoo-cp-pprice {
    font-size: 20px;
    margin: 15px 0;
    width: 45%;
}
.xoo-cp-pprice .single-page-tax {
	display: inline-block;
	padding-top: 0;
	float: none;
	margin-left: 5px;
}
td.xoo-cp-ptitle a {
	font-weight: 600;
	font-size: 18px;
	margin-top: 26px;
	display: block;
}
.xoo-cp-pdetails td.xoo-cp-ptitle {
    text-align: center;
}

.woocommerce-order p {
    display: none;
}

footer.site-footer .footer-container {
    padding: 0 25px;
}

@media (min-width: 768px) {
    footer.site-footer .footer-container .col-lg-2.col-md-2.col-sm-2.qr-col {
        width: 12%;
    }   
}

@media (max-width: 767px) {
    footer.site-footer .footer-container .col-lg-2.col-md-2.col-sm-2.qr-col .footer-qr-code {
        text-align: center;
    }   
} 