/*
Theme Name: Urban Fortress
Theme URI: https://www.urbanfortress.com
Description: 
Author: Influx Digital Ltd
Author URI: https://www.influxdigital.com/
Version: 1.0
Tags: urban, fortress
Text Domain: urbanfortress
*/

/* FULLPAGE */
html { min-height: 100%;  } 

html {  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  }
body {
   font-family: 'Barlow', sans-serif; font-weight:400;
   color:#1e1e1e; font-size: 15px; line-height: 1.35;  
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 { 
    font-family: 'Barlow', sans-serif; font-weight:600;
    margin-top:0; -webkit-font-smoothing: subpixel-antialiased; margin-bottom: 20px;  
}
.h1 { font-size: 50px;   }
.h2 { font-size: 35px;   }
.h3 { font-size: 30px;   }
.h4 { font-size: 1px;   }
.h5 { font-size: 1px;   }
 
strong { font-weight: 700; }

strong.bolder,
b.bolder { font-weight: 900; }
a { color:#ff0000; text-decoration:none; }
a:hover, a:focus, a:active  { color:#ff0000; text-decoration:underline; }

button[type="submit"] { cursor: pointer;}
button, input, optgroup, select, textarea  { 
    font-family: 'Barlow', sans-serif; font-weight:400;
    font-size: initial; 
} /* Disables the Safari's autozoom function on focus */
iframe { width:100%; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

input[type=number] { -moz-appearance: textfield;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

input, textarea { font-size: initial; } /* Disables the Safari's autozoom function on focus */
iframe { width:100%; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

*[role="button"]:hover,
*[role="button"]:focus,
*[role="button"]:active { text-decoration: none; color: inherit; }

a[role="email"] { text-decoration: none; }

.btn { letter-spacing: 1px; border-radius: 0; padding: .6rem 1rem; }
.btn-default { color: #1d1b1c; border-color: #1d1b1c; }
.btn-default:hover,
.btn-default:focus { color: #1d1b1c; }


/* https://github.com/woocommerce/woocommerce/issues/15793  */
.woocommerce .col-1,
.woocommerce .col-2 { max-width:none; }

.woocommerce-billing-fields .form-row, 
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row { display: block; }

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 { max-width: unset; }

.woocommerce .col2-set, 
.woocommerce-page .col2-set { margin-left: -15px; margin-right: -15px; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea { border: 1px solid #DDDDDD; border-radius: 3px; display: block; width: 100%; padding: 8px 10px; font-size: 14px; color: #5a5b5b; }

.woocommerce-account .woocommerce-MyAccount-navigation {}
.woocommerce-account .woocommerce-MyAccount-navigation > ul { display: block; border: 1px solid #DDDDDD; margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li { white-space: nowrap; border-bottom: 1px solid #DDDDDD; }
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li:last-child { border-bottom: none; }
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a {  
    display: block; padding: 6px 12px; color: #5a5b5b; 
    -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a:hover { display: block; background-color: #EEEEEE; color: #5a5b5b; text-decoration: none; }
/* END | Conflict with Bootstrap 4.x */


/* MOBILE MENU */
.offmenu-trigger { 
    display: block; width: 38px; height: 38px; 
    background-image: url('images/mobile-menu-trigger-black.svg'); 
    background-repeat: no-repeat; background-position:  center center; 
    background-size:24px 24px; 
}
 
/* Bouncing arrow */
.bounce { 
    -webkit-animation-duration: 0.6s; animation-duration: 0.6s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-iteration-count:infinite; -webkit-animation-iteration-count:infinite;
    -webkit-animation-name: bounce; animation-name: bounce;
}
@-webkit-keyframes bounce { 0%, 50%, 100% {-webkit-transform: translateY(0); transform: translateY(0);} 50% {-webkit-transform: translateY(-6px); transform: translateY(-6px);} }
@keyframes bounce { 0%, 50%, 100% {transform: translateY(0);} 50% {transform: translateY(-6px);} }

/* ASPECT RATIOS */
.ratiobox { display: flex; flex-wrap: wrap; width: 100%; position: relative; }
/* .ratiobox::after { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; z-index: -1; } */
.ratiobox .content { 
    display: flex; width: 100%; 
    height: 100%;  /* object-fit: cover; FIX */
    align-items: center; justify-content: center; /* center children */ 
}

/* https://www.w3schools.com/howto/howto_css_aspect_ratio.asp */
.ratiobox .content::after { content:"";  }
.ratiobox .content[data-ratio="1:1"]::after { padding-top: 100%; } /* 1:1 (Square) */
.ratiobox .content[data-ratio="1:2"]::after { padding-top: 200%; }  
.ratiobox .content[data-ratio="1:3"]::after { padding-top: 300%; }  
.ratiobox .content[data-ratio="2:1"]::after { padding-top: 50%; }
.ratiobox .content[data-ratio="3:1"]::after { padding-top: 33.33%; }
.ratiobox .content[data-ratio="3:2"]::after { padding-top: 66.66%;   }
.ratiobox .content[data-ratio="3:4"]::after { padding-top: 133%;   }
.ratiobox .content[data-ratio="4:1"]::after { padding-top: 25%;   }
.ratiobox .content[data-ratio="4:3"]::after { padding-top: 75%; } /* also known as 1.78:1 or widescreen. */
.ratiobox .content[data-ratio="5:3"]::after { padding-top: 60%; }
.ratiobox .content[data-ratio="5:4"]::after { padding-top: 80%;  } /* not sure, to check */	
.ratiobox .content[data-ratio="8:5"]::after { padding-top: 62.5%;  }
.ratiobox .content[data-ratio="9:16"]::after { padding-top: 177%;  }
.ratiobox .content[data-ratio="16:9"]::after { padding-top: 56.25%; } /*  also known as 1.33:1 or fullscreen */
.ratiobox .content[data-ratio="16:5"]::after { padding-top: 31.25%; }
.ratiobox .content[data-ratio="16:7"]::after { padding-top: 43.75%; }
.ratiobox .content[data-ratio="16:9"]::after { padding-top: 56.25%; }
.ratiobox .content[data-ratio="16:10"]::after { padding-top: 62.5%;  }
	
.ratiobox .content[data-custom="10"]::after { padding-top: 10%;  }
.ratiobox .content[data-custom="35"]::after { padding-top: 35%;  }
.ratiobox .content[data-custom="40"]::after { padding-top: 40%;  }
.ratiobox .content[data-custom="55"]::after { padding-top: 55%;  }
 
.aspectratio-spacer { height: 30px; }
	
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%!important; height: 100%!important; }
/* END |  ASPECT RATIOS */
 

.fx { 
    position: relative;  visibility: hidden;  opacity:0;
    -webkit-transition:all 1s; -moz-transition:all 1s; transition:all 1s; 
}
.fx.active {  visibility: visible; opacity: 1; }

.fx.fx-downup { top: 50px; }
.fx.fx-downup.active { top: 0; }

.fx.fx-updown { top: -50px; }
.fx.fx-updown.active { top: 0; }

.fx.fx-rtl { right:-100px; }
.fx.fx-rtl.active { right:0; }

.fx.fx-ltr { right:100px; }
.fx.fx-ltr.active { right:0; }

.fx[data-delay="0"] {}
.fx[data-delay="1"]{-webkit-transition-delay:.3s;-moz-transition-delay:.3s;transition-delay:.3s}
.fx[data-delay="2"]{-webkit-transition-delay:.6s;-moz-transition-delay:.6s;transition-delay:.6s}
.fx[data-delay="3"]{-webkit-transition-delay:.9s;-moz-transition-delay:.9s;transition-delay:.9s}
.fx[data-delay="4"]{-webkit-transition-delay:1.2s;-moz-transition-delay:1.2s;transition-delay:1.2s}
.fx[data-delay="5"]{-webkit-transition-delay:1.5s;-moz-transition-delay:1.5s;transition-delay:1.5s}
.fx[data-delay="6"]{-webkit-transition-delay:1.8s;-moz-transition-delay:1.8s;transition-delay:1.8s}
.fx[data-delay="7"]{-webkit-transition-delay:2.1s;-moz-transition-delay:2.1s;transition-delay:2.1s}
.fx[data-delay="8"]{-webkit-transition-delay:2.4s;-moz-transition-delay:2.4s;transition-delay:2.4s}
.fx[data-delay="9"]{-webkit-transition-delay:2.7s;-moz-transition-delay:2.7s;transition-delay:2.7s}
.fx[data-delay="10"]{-webkit-transition-delay:3s;-moz-transition-delay:3s;transition-delay:3s}
.fx[data-delay="11"]{-webkit-transition-delay:3.3s;-moz-transition-delay:3.3s;transition-delay:3.3s}
.fx[data-delay="12"]{-webkit-transition-delay:3.6s;-moz-transition-delay:3.6s;transition-delay:3.6s}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fx.fx-opacity { opacity:0;  }
.fx.fx-opacity.active { 
  -webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1;
  -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards;
  -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s;
}
.fx.fx-opacity[data-delay="0"] {}
.fx.fx-opacity[data-delay="1"]{-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}
.fx.fx-opacity[data-delay="2"]{-webkit-animation-delay:.6s;-moz-animation-delay:.6s;animation-delay:.6s}
.fx.fx-opacity[data-delay="3"]{-webkit-animation-delay:.9s;-moz-animation-delay:.9s;animation-delay:.9s}
.fx.fx-opacity[data-delay="4"]{-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;animation-delay:1.2s}
.fx.fx-opacity[data-delay="5"]{-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;animation-delay:1.5s}
.fx.fx-opacity[data-delay="6"]{-webkit-animation-delay:1.8s;-moz-animation-delay:1.8s;animation-delay:1.8s}
.fx.fx-opacity[data-delay="7"]{-webkit-animation-delay:2.1s;-moz-animation-delay:2.1s;animation-delay:2.1s}
.fx.fx-opacity[data-delay="8"]{-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;animation-delay:2.4s}
.fx.fx-opacity[data-delay="9"]{-webkit-animation-delay:2.7s;-moz-animation-delay:2.7s;animation-delay:2.7s}
.fx.fx-opacity[data-delay="10"]{-webkit-animation-delay:3s;-moz-animation-delay:3s;animation-delay:3s}
.fx.fx-opacity[data-delay="11"]{-webkit-animation-delay:3.3s;-moz-animation-delay:3.3s;animation-delay:3.3s}
.fx.fx-opacity[data-delay="12"]{-webkit-animation-delay:3.6s;-moz-animation-delay:3.6s;animation-delay:3.6s}

.img-cover { width: 100%; height: 100%; object-fit: cover; }
.img-contain { width: 100%; height: 100%; object-fit: contain; }

/* THEME */
.influx { position: relative; padding-right: 52px;   }
.influx::after {
    content: ""; position: absolute; bottom: 4px; right: 0;
    display: block; width: 46px; height: 16px;
    background-image: url('images/influx-digital.svg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size:contain;
    
}

.header { 
	text-align: center; padding: 28px 0; position: sticky; top: 0; z-index: 10; 
	-webkit-transition:all 0.2s; -moz-transition:all 0.2s; transition:all 0.2s;
}
.header-default {}
.header-scrolled { 
	background-color: rgba(255,255,255,0.8); 
	-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}

body.overnav .header-scrolled { background-color: transparent; }
body.overnav .menu-desktop ul li.hidden-sm-down,
body.overnav .headbasket-wrapper,
body.overnav .headsearch-wrapper { display: none; }

.logo-wrapper { display: inline-block; position: relative; z-index: 100; }
.logo { display: block; width: 388px;  }
.logo-image { width: 100%; }
.header-social { display: inline-block; position: absolute; top: 244px; left: 43px; z-index: 10;  }
.header-social ul { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.header-social ul li { margin-bottom: 40px; }
.header-social ul li:last-child { margin-bottom: 0; }
.header-social ul li a { color: #828282; text-decoration: none !important; }
.header-social ul li a:hover { color: #ed1b2f; }
.header-social ul li .fa { font-size: 24px; }

.header-spacer { height: 60px; }

.menu-desktop { display: inline-block; position: absolute; top:calc(50% - 16px); left: 30px; }
.menu-desktop ul { 
    margin: 0; padding: 0; list-style: none none; list-style-position: outside; 
    display: table;  max-width:100%; border-spacing:0; border-collapse:collapse;
}
.menu-desktop ul li { display:table-cell; vertical-align: middle; padding: 0 30px; }
.menu-desktop ul li a { font-size: 17px; font-weight: 600; color: #1e1e1e; letter-spacing: 0.2em;   }
.menu-desktop ul li.hamburger-menu { padding-left: 0; padding-right: 5px; padding-top: 4px; }

.block-header { 
    width: 620px; height: 720px; position: absolute; top: 0; right: 0; z-index: -1;
    background-color: #E7E7E7;
    /* background-image: url('images/background-header-default.jpg'); */
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.footer-spacer { height: 80px; }
.footer { background-color: #ffffff; position: relative; font-size: 20px; }
.footer-copyright-spacer { height: 60px;   }
.footer-copyright-wrapper { padding: 15px 0; }
.footer-copyright { 
	display: flex; align-items: center; justify-content: space-between; 
}
.footer-logo {}
.footer-logo .spacer { max-width: 390px; }
.friends-wrapper {  }
.friends { display: block; max-width: 380px; }
.friends img { width: 100%; }
.copyright { color: #646464; font-size: 18px;  }
.copyright a { color: #646464; }

.fnav { margin-bottom: 30px;   }
.fnav dt { color: #ff0000; font-weight: 600; margin-bottom: 20px;  }
.fnav dt a { color: #ff0000; }
.fnav dd { color: #1b1b1b; }
.fnav dd a { color: #1b1b1b; }
.fnav ul { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.fnav ul li { padding: 4px 0; line-height: 1.1;  }

.footer-company-logo { margin-bottom: 20px; }
.footer-company-logo img { max-width: 75px; }
.footer-company-name { margin-bottom: 30px; font-size: 36px;  }
.footer-company-name strong { font-weight: 600; }

.hero-wrapper .hero {}
.hero-image { width: 100%; }
.hero-spacer { height: 100px; }

.headsearch-wrapper { 
	display: inline-block; position: absolute; top: 41px; right: 38px; text-align: right; 
}
.headsearch-wrapper .search-field { border: none; }
.headsearch-icon {
    display: inline-block; width: 24px; height: 24px; 
    background-image: url('images/icon-search.svg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: contain;
}
.headsearch {  background-color: #fff; padding: 10px; position: relative; z-index: 10; }
.headsearch.collapsed {  display: none; }
.headsearch.expanded {  display: block; }
.headsearch button[type="submit"] { 
    padding: 4px 10px; background-color: #E12037; font-size: 14px; text-transform: uppercase; color: #fff; font-weight: 500; 
	border: none; 

}

.headbasket-wrapper { display: inline-block; position: absolute; top: 39px; right: 93px; text-align: right; }
.headbasket { display: block; }
.basket-href {
    position: relative; 
    display: inline-block; width: 24px; height: 24px; 
    background-image: url('images/icon-basket.svg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: contain;
}
.basket-count {
    display: inline-block; width: 16px; height: 16px;
    background-color: #F10B1D; border-radius: 50%;
    font-size: 0; color: transparent; 
    position: absolute; bottom: -5px; right: -3px; 
    mix-blend-mode: multiply;
}
.minib-wrapper.woocommerce {
    display: none; 
    position: absolute; top: 100%; right: 0; width: 300px;
    padding-top: 10px;
    text-align: left; 
}
.minib { background-color: #fff; padding: 10px; border-top: 3px solid #E12037; }
.woocommerce-mini-cart__empty-message { margin-bottom: 0; text-align: center; }


.map-crime {
	margin-top: -100px; 
    padding: 200px 0 100px 0;
    background-color: #333433; color: #fff; 
    background-image: url('images/map-crime.jpg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;

}
.crime { max-width: 570px; }
.crime .title { margin-bottom: 50px; }
.crime .description { margin-bottom: 50px; font-size: 20px; }
.crime .actions {  }
.crime .actions .btnew-white { border-width: 1px; border-color: #E12037;   }

.rich-grey { background-color: #F8F8F8; padding: 60px; font-size: 20px;   }
.rich-grey p { margin-bottom: 40px; }
.rich-grey p:last-of-type {  }
.rich-grey h2 { font-size: 48px; margin-bottom: 60px; max-width: 700px; font-weight: 600; line-height: 1.1; } 
.rich-grey h3,
.rich-grey h4,
.rich-grey h5,
.rich-grey h6 { font-size: 18px; letter-spacing: 0.2em; margin-bottom: 20px; font-weight: 500; }  

.content-calc { width: calc(100% - 400px); }
.page-title { margin-bottom: 60px; }
.page-title .title { margin-bottom: 0; font-weight: 800; }
.rich-grey hr { border-color: #1e1e1e; }

.backtop-line { padding: 30px 0; }
.backtop-line hr { margin: 0; }

.backtop {}
.backtop-flex {  color: #828282; display: inline-flex; align-items: center;  }
.backtop-flex:hover { color: #828282; text-decoration: none; opacity: 0.5;  }
.backtop-arrow { display: inline-block; width: 26px; height: 26px;  }
.backtop-arrow .img-icon { width: 100%; height: 100%; object-fit: contain; object-position: center left; }
.backtop-label { font-weight: 500; display: block; padding-left: 2px; }

.btnew { font-size: 18px; display: inline-block; padding: 12px 25px; border: 3px solid #1e1e1e; border-radius: 30px; color: #1e1e1e; letter-spacing: 0.2em; font-weight: 600;   }
.btnew:hover,
.btnew:focus,
.btnew:active { text-decoration: none; color: inherit; }
.btnew-red { background-color: #ff0000; border-color: #ff0000; color: #fff; }
.btnew-red:hover { color: #fff; }


.backtop-spacer { height: 50px; }

.support-go-back { margin-bottom: 45px; }
.support-go-back .btnew { font-size: 18px; border-width: 1px; border-color: #E12037;  }

.support-title { margin-bottom: 50px; max-width: 50%;  }
.support-title .title { margin-bottom: 0; }

.arrow-prev { 
    padding-left: 50px; 
    background-image: url('images/arrow-grey-left.svg');
    background-repeat: no-repeat;
    background-position: center left; /* fixed*/ 
    background-size: 26px 26px;
}
.arrow-next { 
    padding-right: 50px; 
    background-image: url('images/arrow-grey-right.svg');
    background-repeat: no-repeat;
    background-position: center right; /* fixed*/ 
    background-size: 26px 26px;
}

.woocommerce-breadcrumb {  }

.progrid-wrapper { overflow: hidden; }
.progrid { display: flex; flex-wrap: wrap; margin: 0 -40px;  }
.procell { width: 33%; position: relative; padding: 0 40px; margin-bottom: 80px;   }
.procell-featured { width: 66% }
.procell-photo { 
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center right; /* fixed*/ 
    background-size: cover;
    position: relative; 
}
.procell-photo .spacer { width: 100%; height: 440px;  }
.procell-title { margin-bottom: 20px; font-weight: 300; }
.procell-title strong { font-weight: 600; }
.procell-description { font-size: 20px; margin-bottom: 30px; }

.procell-photo:hover .procell-mask { opacity: 1; }

.procell-mask {
    opacity: 0;
    -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
    
    display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; /* establish flex container */
    flex-direction: column; /* make main axis vertical */
    -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; /* center items vertically, in this case */
    -webkit-align-items: center; -ms-flex-align: center; align-items: center; /* center items horizontally, in this case */
    
    position: absolute; top: 0; left: 0; right: 0; bottom: 0; 
    height: 100%; width: 100%;
    background-color: rgba(0,0,0,0.85);
    
    pointer-events: none; 
}
.procell-mask .btnew { color: #fff;  border-color: #E12037; border-width: 1px;  }
.procell-actions {}
.procell-actions .btnew { border-color: #ff0000; background-color: #ff0000; color: #fff; padding: 12px 32px; }

.procell-features {}
.procell-features .title { margin-bottom: 15px; letter-spacing: 0.2em; font-size: 18px;  }
.procell-features ul { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.procell-features ul li {
    font-size: 20px; padding: 16px 0;  
    display: flex; 
}
.procell-features ul li .procell-icon { margin-right: 6px; }
.procell-features ul li .procell-icon i { display: inline-block; width: 32px; height: 32px; }
.procell-features ul li .procell-label { flex: 1; }


.procell-features ul li.icon-no { padding: 5px 0; }
.procell-features ul li.icon-no .procell-feature-icon { padding-left: 0; }


.procell-feature-icon {  
    position: relative;  padding-left: 60px;
}
.procell-feature-icon .icon-image {
    position: absolute; top: -8px; left: 0; 
    display: block; width: 44px; height: 44px; 
    background-repeat: no-repeat;
    background-position: center left; /* fixed*/ 
    background-size: contain;
}

.woocommerce-products-header { display: flex; justify-content: space-between; align-items:flex-end; margin-bottom: 50px; overflow: hidden; }
.product-filters-title { flex: 1;  }
.product-filters-title .title { margin-bottom: 0; }


.product-filters { display: inline-block;   }
.product-filters ul {
	margin: 0 -15px; padding: 0; list-style: none none; list-style-position: outside; 
	display: flex; 
}
.product-filters ul li { display: inline-block;  padding: 0 15px; font-size: 20px; font-weight: 600;   }
.product-filters ul li:last-child { }
.product-filters ul li a { color: #969696;  }
.product-filters ul li.active a { color: #ED2F2F;  }

.support-subtitle {}
.support-subtitle .title { margin-bottom: 0; }

.support-search-wrapper { text-align: right; }
.support-search { display: inline-block; position: relative; }
.support-search-input { 
    width: 400px;
    border: none; border-bottom: 2px solid #ED2F2F;
    background-color: transparent; padding: 8px 0; 
    font-size: 15px; letter-spacing:0.2em; 
    font-weight: 600;
}
.support-search-submit { 
    cursor: pointer; 
    border: none; 
    position: absolute; top: 0; right: 0; 
    display: inline-block; width: 40px; height: 40px;
    background-color: transparent; 
    background-image: url('images/icon-search-support.svg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: 22px 22px;

}

.support-subtitle-wrapper { margin-bottom: 80px; }


.support-content-grid { display: flex; flex-wrap: wrap;  }
.support-nav { position: relative; width: 320px; border-right: 1px solid #DCDCDC;   }
.support-content { position: relative; width: calc(100% - 320px); padding-left: 40px;  }

.snav { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.snav > li { font-size: 20px; margin-bottom: 20px; }
.snav > li a { color: #1e1e1e; }
.snav > li.active a { color: #ff0000; font-weight: 500; }

.slist { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.slist > li {  margin-bottom: 70px; position: relative; padding-right: 240px;  }
.slist-title { line-height: 1;  font-weight: 600; margin-bottom: 10px;  }
.slist-title a { color: inherit; }
.slist-categories { margin-bottom: 15px; }
.slist-categories strong { font-weight: 700; }
.slist-actions { display: inline-block; position: absolute; top: 0; right: 0; }
.slist-actions .btnew { border-width: 1px; border-color: #ED2F2F;   }

.help-pagination { margin-top: 200px; }
.help-pagination ol { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.help-pagination ol li { display: inline; margin-right: 40px; }
.help-pagination ol li:last-child {  margin-right: 0; }
.help-pagination ol li a { color: #1e1e1e; }
.help-pagination ol li.current a { color: #ff0000; font-weight: 500; }

.blogbar { margin-bottom: 80px; font-size: 18px; }
.blogbar-label-wrapper {  display: inline-block; float: left; margin-top: -9px; }
.blogbar-label { 
    display: block; background-color: #ff0000; color: #ffffff; padding: 14px 40px;   
    letter-spacing: 0.1em; font-weight: 500;
	border-radius: 28px;
}
.blogbar-filter { display: inline-block; float: right; }
.blogbar-filter ul { margin: 0; padding: 0; list-style: none none; list-style-position: outside;  }
.blogbar-filter ul li { display: inline-block; padding: 0 50px;  }
.blogbar-filter ul li a { display: block; border-bottom: 2px solid transparent; padding: 8px 15px; color: #1e1e1e; text-decoration: none !important;    }
.blogbar-filter ul li a:hover { color:#ff0000; }
.blogbar-filter ul li.active a { font-weight: 600; border-color:#ff0000; }
.blogbar-filter ul li.active a:hover { color:#1e1e1e; }


.why-wrapper {
    position: relative; 
    color: #fff; padding: 100px 0; 
    background-color: #1e1e1e; 
    background-image: url('images/why-hollow.png');
    background-repeat: no-repeat;
    background-position: center right; /* fixed*/ 
    background-size: 440px auto;
}
.why-title { margin-bottom: 30px; }
.why-title .title { font-weight: normal; }
.why-accreditations { margin-bottom: 40px; }
.why-accreditations img { max-width: 700px; }
.why-description { font-size: 17px; color: #646464; }

.about-subtitle { margin-bottom: 60px; }
.about-subtitle .subtitle.h1 {  font-weight: normal; }
.about-subtitle .subtitle { letter-spacing: 1px; line-height: 1;  }

.about-video { margin-bottom: 60px; }
.about-video-placeholder { width: 100%; }
.about-leading.h3 { font-weight: normal; }

.about-team { margin-bottom: 60px; }
.about-team-placeholder { width: 100%; }

.embedmap {  }
.embedmap iframe {
    width: 100%; height: 400px; border: none; 
    -webkit-filter: grayscale(100%); filter: grayscale(100%);
    mix-blend-mode: difference;
    opacity: 0.85;
}

.rich-grey-spacer-bottom { height: 100px; }

.winfo { max-width: 560px; }
.winfo-title { margin-bottom: 50px; }
.winfo-description { margin-bottom: 50px; font-size: 20px;  }
.winfo-actions {}


.btnew-white { border-color: #fff; color: #fff; }

.testimonials-wrapper { overflow: hidden; position: relative; }
.testimonials { background-color: #f0f0f0; padding: 80px 0px 140px 80px; margin-right: -400px;   }
.testimonials-title { margin-bottom: 60px; }
.testimonials-title .title { margin-bottom: 0; }
 
.testimonials-arrows { display: inline-block; position: absolute; bottom: 0; right: 0; z-index: 2; }
.testimonials-arrow { 
    display: block; width: 100px; height: 100px; float: left; 
    background-color: #1e1e1e;
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: 32px 32px;
}
.testimonials-prev { background-image: url('images/arrow-white-left.svg'); }
.testimonials-next { background-color: #ff0000; background-image: url('images/arrow-white-right.svg'); }


.opinion { max-width: 600px; margin-bottom: 0;  }
.opinion dt { font-size: 32px; font-weight: 600; margin-bottom: 20px; line-height: 1.1;  }
.opinion dd { font-size: 18px;  letter-spacing: 1px; margin-bottom: 0;  }


.features-spacer-bottom { }


.tabs-menu { margin-bottom: 80px; font-size: 18px; }
.tabs-menu > ul {
    margin: 0; padding: 0; list-style: none none; list-style-position: outside; 
    display: inline-block; 
}
.tabs-menu > ul > li { display: inline-block; float: left; padding: 0 50px; }
.tabs-menu > ul > li:first-child { padding-left: 0; }
.tabs-menu > ul > li > span { display: block; border-bottom: 2px solid transparent; padding: 8px 15px; color: #1e1e1e; text-decoration: none !important;    }
.tabs-menu > ul > li > span:hover { color:#ff0000; }
.tabs-menu > ul > li.active > span { font-weight: 600; border-color:#ff0000; }
.tabs-menu > ul > li.active > span:hover { color:#1e1e1e; }

.tab-content { display: none; }
.tab-content.active { display: block; }

.tab-title { margin-bottom: 60px; }
.tab-title .title {  }

.tab-box { position: relative; }
.tab-box-background { 
    width: calc(100% - 550px);
    position: absolute; top: 0; right: 0; height: 100%;
    background-image: url('images/placeholders/tab-background.jpg');
    background-repeat: no-repeat;
    background-position: top right; /* fixed*/ 
    background-size: contain;
}
.tab-box-content { width: 570px; }


.fbox { margin-bottom: 60px; }
.fbox dt { 
	margin-bottom: 30px; 
	display: flex; align-items: center; 
}
.fbox dd { margin-bottom: 0px; font-size: 20px;  }
.fbox-icon { width: 82px; padding-right: 20px;  }
.fbox-icon img { max-width: 100%; }
.fbox-title-wrapper { flex: 1;  }
.fbox-title {  }
.fbox-title.h2 { font-weight: normal; }
.fbox-subtitle { letter-spacing: 0.2em; font-size: 18px; font-weight: normal; }
.fbox-actions { padding-top: 20px; }

.hero-link { display: block; position: relative; }
.hero-more { 
	display: inline-block; position: absolute; bottom: 2px; left: 0; background-color: #1e1e1e;
	pointer-events: none; 
}
.hero-more table { display: table; max-width:100%; border-spacing:0; border-collapse:collapse;  }
.hero-more table td { height: 90px; vertical-align: middle; text-align: center; }
.hero-more table td.cell-1 { font-size: 18px; padding-left: 60px; padding-right: 60px; color: #fff;   }
.hero-more table td.cell-2 { 
    width: 90px; 
    background-color: #ff0000;
    background-image: url('images/arrow-white-down.svg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: 32px 32px;

}

.hero-slider-wrapper { position: relative; }
.hero-slider-wrapper::after {
	content: ''; display: block; height: 2px; background-color: #fff; 
	position: absolute; bottom: 0; left: 0; right: 0; 
}
.hero { position: relative; }
.hero-dots {  display: inline-block; position: absolute; bottom: 50px; left: calc(100% + 30px);  }
.hero-dots ul.slick-dots { 
	margin: 0; padding: 0; list-style: none none; list-style-position: outside; 
	counter-reset: slider-counter;
}
.hero-dots ul.slick-dots > li {
	margin-bottom: 25px;  
	counter-increment: slider-counter;
}
.hero-dots ul.slick-dots > li button {
    display: flex; align-items: center; text-align: left; border: none; 
    position: relative; color: #828282; cursor: pointer; padding: 0; font-size: 18px; background-color: transparent;
    -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
}
/*
.hero-dots ul.slick-dots > li button::after { 
    content: ''; display: block; width: 55px; height: 2px;
    position: absolute; top: 11px; left: 35px; 
    background-color: transparent; 
}
*/
.hero-dots ul.slick-dots > li.slick-active button  { border: none;  color: #1e1e1e; font-weight: 500; }
.hero-dots ul.slick-dots > li.slick-active button::after { background-color: #1e1e1e; }

.hero-dots .dot-dash { display: block; width: 55px; height: 2px; background-color: #000;  }
.hero-dots .dot-number { display: block; min-width: 25px; line-height: 1;  }
.hero-dots .dot-number::before { content: counter(slider-counter) ""; }
.hero-dots .dot-holder {  display: block; opacity: 0;  }
.hero-dots .dot-label { display: block; line-height: 1.1; white-space: nowrap; }

.hero-dots ul.slick-dots > li.slick-active .dot-holder { opacity: 1; }

.hero-slider .slick-slide > div,
.hero-slider .slick-slide > div > div { display: block !important; }
.hero-slider .slick-slide > div > div::after {
	/*
	content: ''; display: block; height: 2px; background-color: #fff; 
	position: absolute; bottom: 0; left: 0; right: 0; 
	*/
}

.hero-slider .ratio-4x3 { --bs-aspect-ratio: calc(100 / 180 * 100%); }

.container-overflow-hidden { overflow: hidden; }

.compare-spacer {  }  

.product-main-description { font-size: 20px; margin-bottom: 80px;  }
.product-subdescription { font-size: 20px; }

.product-photo-wrapper { position: relative; }
.product-photo-zoom { display: inline-block; position: absolute; bottom: 30px; left: 30px; }
.product-photo-zoom .fa { font-size: 34px; }
.product-photo { width: 100%; }

.additionaldata {  }
.tab-content {  padding-bottom: 30px;}

.related-title { margin-bottom: 60px; }
.related-title .title { font-size: 42px; }

.related-all { margin-bottom: 60px; }
.related-box { margin-bottom: 60px; }
.related-photo { margin-bottom: 30px; }
.related-photo img { width: 100%; }
.related-data {}
.related-data .subtitle.h2 { font-weight: normal; }
.related-data .subtitle { margin-bottom: 20px; }
.related-data .subtitle a { color: inherit; }
.related-short { font-size: 18px; letter-spacing: 1px; }

.productslider-wrapper { margin-bottom: 40px; position: relative; }
.productslider {}
.productslider .slick-slide { border-right: 1px solid #fff; }
.productslider .slick-slide img { height: 700px; }

.productslider-arrow { 
    position: absolute; bottom: 30px; 
    display: inline-block; width: 64px; height: 64px; 
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: 32px 32px;
}
.productslider-prev { background-image: url('images/arrow-white-left.svg'); left: 30px;  }
.productslider-next { background-image: url('images/arrow-white-right.svg'); right: 30px;  }

.logingrey { background-color: #f0f0f0; padding: 50px 100px; min-height: 800px; }
.login-photo { 
    position: absolute; top: 0; right: 0; 
    display: block; width: 880px; height: 700px; 
    background-image: url('images/placeholders/placeholder-login.png');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: contain;

}

.loginav { margin-bottom: 30px; }
.loginav ul {
    margin: 0; padding: 0; list-style: none none; list-style-position: outside;
    display: table;  max-width:100%; border-spacing:0; border-collapse:collapse; 
}
.loginav ul li { 
    display: table-cell; vertical-align: middle; text-align: center; 
    border-bottom: 1px solid transparent;
}
.loginav ul li a { padding: 10px 30px; display: block; text-transform: uppercase; font-size: 18px; color: inherit; text-decoration:inherit;  } 
.loginav ul li.active { border-color: #FF0000; }
.loginav ul li.active a { font-weight: 500; }

.login-title { margin-bottom: 30px; margin-bottom: 60px;  }
.login-title .title { font-weight: 800; }

/* Login */
.page-id-144 {}
.page-id-144 form .form-row-last,
.page-id-144 form .form-row-first { float: none; width: 100%; margin-bottom: 30px;  }

.page-id-144 form .input-text { font-size: 30px;  background-color: transparent; border-bottom: 1px solid #C2C2C2; }
.page-id-144 form .input-text::-webkit-input-placeholder,
.page-id-144 form .input-text::-moz-placeholder,
.page-id-144 form .input-text:-ms-input-placeholder,
.page-id-144 form .input-text:-moz-placeholder {    }

.form-row-submit .btnew { padding-left: 60px; padding-right: 60px; }
.form-row-remember {  margin-bottom: 15px;  }
.form-row-remember .woocommerce-form-login__rememberme { display: inline-block; }
.form-row-lost { padding: 50px 0 0px 0; }
.form-row-lost  a { color: inherit; }
p.lost_password { margin-bottom: 0; }
 
/* My Account  */
.page-id-70 .block-header  { display: none; }




/* PRODUCT SLIDER */
.proslider-for {  }
.proslider-wrapper .proslider.proslider-for { max-width:calc(100% - 340px); }
.proslider-wrapper .proslider.proslider-nav { max-width:340px; }
.proslider-wrapper .proslider.proslider-for,
.proslider-wrapper .proslider.proslider-nav { width:100%;float:left; background-color: #282828; }
.proslider-wrapper .proslider.proslider-nav {padding:0px 0 0 0 }
.proslider-wrapper .proslider.proslider-nav{height:700px;overflow:hidden}
.proslider-for .proslider-image {height:700px; display: block !important; }

.proslider-nav .slick-slide { border-width: 0; }
.proslider-nav .slick-slide .thumbnail-image .thumbImg { 
    cursor: pointer;
    -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
   /*  max-width:178px;height:110px;margin:0 auto; */
   /* border:1px solid #EBEBEB */
}
.proslider-nav .slick-slide .thumbnail-image .thumbImg:hover { opacity: 0.666; }
.proslider-nav .slick-slide .thumbnail-image .thumbImg > img { width: 100%; }
.proslider-image,
.proslider-nav .slick-slide.thumbnail-image .thumbImg { height: 100%;  width: 100%; }
    
.proslider-image img,
.proslider-nav .slick-slide.thumbnail-image .thumbImg img { height:100%; width:101%; max-width: 101% !important; object-fit:cover; }
.proslider-nav .slick-vertical .slick-slide:active,
.proslider-nav .slick-vertical .slick-slide:focus,
.proslider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {border-color:transparent; }
.proslider-nav .slick-slide { text-align:center; }
.proslider-nav .slick-slide > div { display: block; }
.proslider-nav .slick-slide > div> div.thumbnail-image  { display: block !important; }


.proslider-prev-next { 
    position: relative;  padding: 0 40px;
    width: calc(100% - 340px); top: -62px;
}
.proslider-prev,
.proslider-next { 
    display: block; 
    width: 36px; height: 36px;
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: contain;
    font-size: 0; color: transparent; 
}
.proslider-prev { float: left; background-image: url('images/arrow-white-left.svg'); }
.proslider-next { float: right; background-image: url('images/arrow-white-right.svg'); }
/* // PRODUCT SLIDER */


.proprice {}
.proprice .price { font-size: 46px; margin-bottom: 30px;  }

.proadd-section { margin-bottom: 60px; } 
.proadd {}
.proadd .cart .quantity { display: none; }
.proadd .cart .woocommerce button.button.alt {}


.woocommerce-cart .block-header { display: none; }
.woocommerce-cart-page { background-color: #F8F8F8; padding: 60px; margin-bottom: 30px;    }
.woocommerce table.shop_table .order-total { font-size: 28px; }
.woocommerce table.shop_table .order-total small.includes_tax { display: block; font-size: 14px; }
.woocommerce table.shop_table .order-total .includes_tax {}

.basket-cards {  }
.basket-cards img {  max-width: 600px;  }

.basket-links { color: #1e1e1e; font-size: 18px; margin-bottom: 60px;   }
.basket-links strong { font-weight: 600; }
.basket-links a { color: #FF0000; text-decoration: underline; }

.basket-page-hr-wrapper { padding: 20px 0; }
hr.basket-page-hr { margin: 0; background-color: #E5E2DC; height: 2px; opacity: 1;  }

.basket-count-all { font-size: 18px;  }
.update-basket-button { text-align: right; }

.product-thumbnail .attachment-woocommerce_thumbnail { width: 100%; }

.woocommerce-cart-form__cart-item .product-name { font-size: 50px; }
.woocommerce-cart-form__cart-item .product-name a { color: inherit; font-weight: bold; }
.woocommerce-cart-form__cart-item .product-price {  font-size: 44px; }

.woocommerce-cart-form__cart-item .product-remove .remove { }
.woocommerce-cart-form__cart-item .product-remove .remove .icon-remove { }

.woocommerce-cart-form__cart-item .product-quantity { }
.woocommerce-cart-form__cart-item .product-quantity .quantity .qty { }

.woocommerce-checkout-page { background-color: #F8F8F8; padding: 24px;  }
.woocommerce-checkout-page .woocommerce-billing-fields h3 { font-size: 30px; font-weight: 600; }
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address { font-size: 18px; }

.page-id-71 .why-wrapper { display: none; }

.cart-item-additional-data { padding-top: 10px; margin-bottom: 15px;  }
.cart-item-additional-data table {
    margin: 0; padding: 0; list-style: none none; list-style-position: outside; 
    display: table; max-width:100%; border-spacing:0; border-collapse:collapse; 
}
.cart-item-additional-data table td { font-size: 15px; padding: 2px 0; vertical-align: top; }
.cart-item-additional-data table td.cell-1 { padding-right: 10px; }

.tabpro-title-wrapper { margin-bottom: 50px; }
.tabpro-title {}
.tabpro-viewall { text-align: right; padding-right: 15px;  }

.stotab-title { margin-bottom: 60px; }
.stogrid { 
    margin: 0; padding: 0; list-style: none none; list-style-position: outside;
    
}
.row.storow {  position: relative; margin-top: -130px;}
.row.storow .stocell {
    font-size: 20px; 
    display: flex; width: 50%;  
    -webkit-align-items: center; -ms-flex-align: center; align-items: center; /* center items horizontally, in this case */
}

.stogrid li.row.storow:first-child { margin-top: 0px; }

.spacer-story-wrapper {}
.spacer-story { width: 100%; }
.story-photo { 
    position: relative; 
    display: inline-block; background-color: #E5E5E5;
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.story-year {
    display: block; position: absolute; top: calc(50% - 25px); left: 0; width: 100%; text-align: center; font-size: 50px; line-height: 1;  
    color: white; 
}

.row.storow .stocell-photo {  padding: 100px 0; }

.stogrid li.row.storow:nth-child(odd) .stocell-photo { order: 1;  }
.stogrid li.row.storow:nth-child(odd) .stocell-text { order: 2; }
.stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 120px;  }
.stogrid li.row.storow:nth-child(odd) .stocell-photo { padding-right: 220px;  }

.stogrid li.row.storow:nth-child(even) .stocell-photo { order: 2;   }
.stogrid li.row.storow:nth-child(even) .stocell-text {order: 1;  }
.stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 120px; }
.stogrid li.row.storow:nth-child(even) .stocell-photo { padding-left: 220px;  }


.story-action { padding-top: 60px; }

.storyicon { margin-bottom: 25px; }
.storyicon img { width: 60px; } 
.storysubtitle { margin-bottom: 45px; }
.storysubtitle .title { margin-bottom: 0; font-weight: normal; }

.footersocials { padding: 30px 0; }
.footersocials ul { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.footersocials ul li { display: inline-block; margin-right: 15px;  }
.footersocials ul li:last-child { margin-right: 0; }
.footersocials ul li .fa { font-size: 26px; }
.footersocials ul li a { color: #828282; text-decoration: none !important; }
.footersocials ul li a:hover { color: #ED1B2F; }

.container-right0 {  }
.container-right0 .container-fluid.custom-width { position: static; }

.features-grid { display: flex; align-items: stretch; }
.features-data { max-width: 50%;  }
.features-photo { position: absolute; top: 0; right: 0; bottom: 0; padding:100px 0 100px 30px;  }
.features-photo .img { width: 50vw; height: 100%; object-fit: contain; object-position:  center right;  }

/* 
.testimonials-slider-flex { display: flex; align-items: stretch; }
.testimonials-slider-spacer { width: 1px; height: 300px;    }
.testimonials-slider-wrapper { position: absolute; right: 0; top: 0; bottom: 0;  }
*/

.testimonials-slider {}
.testimonials-slider .slick-list {margin: 0 -50px; }
.testimonials-slider  .slick-slide > div {padding: 0 50px; }

.newfooter { display: flex; overflow: hidden; }
.newfooter-brand { flex: 1; }
.newfooter-menu { width: 900px; }

.page-title-overview { margin-bottom: 30px; }
.page-title-overview .title { margin-bottom: 0;  font-weight: normal; }

.content-wrapper-single {
	background-image: url('images/cover-single.jpg');
	background-size: auto 680px;
	background-position: bottom 20% right;
	background-repeat: no-repeat; 
}


.basketgrid .cart_item { padding: 60px 0; position: relative; }
.basketgrid .cart_item:last-of-type { padding-bottom: 10px; }
.basketgrid .cart_item:not(:last-of-type)::before { 
	content: ''; height: 3px; background-color: #DEDEDE; 
	position: absolute; bottom: 0; left: 80px; right: 80px; 
}

.basket-actions { padding: 40px 0 0px 0; display: none; }
.basket-actions .actions { display: flex; align-items: center; justify-content: space-between; }
.basket-actions .action-coupon {}
.basket-actions .action-update {}
.basket-actions .action-update button.button,
.basket-actions .action-update button.button:disabled[disabled] {
	font-size: 16px; padding: 12px 17px;
	border: 1px solid #000; background-color: transparent; 
	letter-spacing: 1px;
	color: #000;
	border-radius: 20px; text-transform: uppercase; 
}


.basketrow { display: flex; align-items: stretch; }
.basketrow-photo { width: 266px;  }
.basketrow-product { flex: 1; padding:  0 30px;  }
.basketrow-actions { text-align: right; }

.basketrow-actions .product-remove .remove { 
	display: inline-flex; border: 1px solid #EF2F16; color: #000;   
	height: 34px; padding-left: 14px; padding-right: 14px; align-items: center; 
	border-radius: 30px; 
	text-decoration: none !important; 
}
.basketrow-actions .product-remove .remove .icon-label { font-size: 10px; font-weight: 600; }
.basketrow-actions .product-remove .remove .icon-remove { margin-left: 30px; font-size: 16px;   }

.basketrow-vertical { height: 100%; display: flex; flex-direction: column; justify-content: space-between; }

.basket-topgrid { display: flex; align-items: center; justify-content: space-between; }
.basket-clear {}
.basket-clear a.href { color: #EF2F16; font-weight: 700; font-size: 18px; text-decoration: none !important;   }


.qtybox { display: inline-flex; align-items: center; }

.woocommerce-cart-form__cart-item .product-quantity { position: relative; border: 1px solid #000; border-radius: 30px; padding: 10px 18px; right: 30px;   }

.product-quantity-table { display: table; max-width:100%; border-spacing:0; border-collapse:collapse;   }
.product-quantity-table tbody {  }

.product-quantity-label { font-size: 15px; font-weight: 600; letter-spacing: 1px;   }

.quantity-flex { display: flex; align-items: center; }
.quantity-flex-before .input-text.qty { 
	border: none; background-color: transparent; font-size: 16px; font-weight: 600;  
	text-align: right; width: 30px; 
	padding: 0;
}

.woocommerce-form-login-toggle + .woocommerce-form-login { background-color: #fff; max-width: 50%; }


.shop_table .wac-quantity { min-width: auto; }
.wac-quantity .wac-qty-button { 
	display: flex; width: 30px; height: 30px; align-items: center; justify-content: center; 
	background-color: transparent; border: none; 
	color: #EF2F16; font-size: 32px; 
	position: absolute; top: calc(50% - 15px); 
	font-weight: 500;
}
.wac-quantity .wac-btn-sub { left: -35px; }
.wac-quantity .wac-btn-inc { right: -35px; }


.collflex { display: flex; align-items: stretch; justify-content:space-between; }
.collflex-info { flex: 1; padding-right: 60px;  }
.collflex-totals { width: 400px; }
.collflex-totals .wc-proceed-to-checkout  a.checkout-button { display: block; position: relative; }
.collflex-totals .wc-proceed-to-checkout  a.checkout-button::before {
	position: absolute; top: calc(50% - 12px); right: 20px; 
	content: ''; display: block; width: 24px; height: 24px; 
	background-image: url('images/arrow-white-right.svg');
	background-repeat: no-repeat;
	background-position: center right; 
	background-size: contain;
}

.woocommerce-cart .collflex-totals .cart_totals tr.order-total th { font-size: 36px; font-weight: 800; }
.woocommerce-cart .collflex-totals .cart_totals tr.order-total td[data-title="Total"] > strong { font-size: 36px; font-weight: 500; }


.bflex { display: flex; height: 100%; flex-direction: column; justify-content: space-between; padding-bottom: 24px;  }


#ship-to-different-address .input-checkbox { margin-right: 4px; }
.woocommerce-form__label-for-checkbox { cursor: pointer; }

.checkout.woocommerce-checkout { display: flex; align-items: stretch; margin: 0 -20px; }
.checkout.woocommerce-checkout .chk-main { padding: 0 20px; flex: 1;  }
.checkout.woocommerce-checkout .chk-sidebar { padding: 0 20px; width: 400px;  }
.checkout.woocommerce-checkout .chk-sidebar-sticky { position: sticky; top: 50px; }
.customer-grid { display: flex; flex-wrap: wrap; margin: 0 -20px; }
.customer-grid-billing,
.customer-grid-shipping { padding: 0 20px; width: 100%;  }


.woocommerce-billing-fields__field-wrapper { display: flex; flex-wrap: wrap; margin: 0 -10px; align-items: flex-end; }
.woocommerce-billing-fields__field-wrapper .form-row { width: 50%; padding: 0 10px; margin-bottom: 5px;   }
#billing_address_2_field label.screen-reader-text { opacity: 0; display: block; clip: inherit; height: 26px; width:auto; position: static; }

body.page-id-70 .content-wrapper { overflow: hidden; }
body.page-id-70 .content-wrapper > .container-fluid.custom-width {  }

.motorbike-wrapper {  }
.motorbike-photo {  position: absolute; top: 26%; left: 0; width: 36vw; max-width: 36vw; }

.myc-wrapper { background-color: #F8F8F8; padding: 60px;  }
.myc { display: flex; }
.myc-photo { flex: 1; position: relative; }
.myc-forms { width: 50%; padding-left: 100px;  }

.login-heading { margin-bottom: 15px; }
.login-heading .title { margin-bottom: 0; }

.remember-me-tick { margin-bottom: 30px; }
.woocommerce button.woocommerce-form-login__submit,
.woocommerce button.woocommerce-form-register__submit {
	display: inline-block; padding: 12px 25px; border: 1px solid #ff0000;
	background-color: #ff0000; color: #fff;
	border-radius: 30px;
	letter-spacing: 0.2em; 
	font-weight: 600;
	text-transform: uppercase; 
	min-width: 80px; 
}
.woocommerce button.woocommerce-form-login__submit:hover,
.woocommerce button.woocommerce-form-login__submit:focus,
.woocommerce button.woocommerce-form-login__submit:active { background-color: #ff0000; color: #fff; }

.woocommerce button.woocommerce-form-register__submit:hover,
.woocommerce button.woocommerce-form-register__submit:focus,
.woocommerce button.woocommerce-form-register__submit:active { background-color: #ff0000; color: #fff; }

.loginav-form-forms {}

.loginav-form-login { display: none; }
.loginav-form-login.is_visible { display: block; }
.woocommerce .loginav-form-login form .form-row input.input-text,
.woocommerce .loginav-form-register form .form-row input.input-text {
	background-color: transparent; border: none; border-bottom: 1px solid #646464; padding: 18px 0;   
	border-radius: 0; font-size: 19px; 
}

.loginav-form-register { display: none; }
.loginav-form-register.is_visible { display: block; }

.page-content h2 { font-size: 36px; font-weight: 500; margin-bottom: 20px;  }
.page-content h3,
.page-content h4,
.page-content h5 { font-size: 28px; font-weight: 500; margin-bottom: 10px;  }

.red { color: rgba(238,17,21,1.00); }

.cform { margin-bottom: 15px; }
.cform > label { display: block; margin-bottom: 4px; font-size: 13px; text-transform: uppercase; }
.cform-actions { padding-top: 15px; }
.cform-actions .wpcf7-spinner { float: right; }


/* ╔══════════════════════════════════════════════════════════════════════════════════════════════════════╗ */
/* ║                                        BOOTSTRAP 5 BREAKPOINTS                                       ║ */
/* ╠══════════════════════════════════════════════════════════════════════════════════════════════════════╣ */
/* ║                                 SPECIFIC BREAKPOINT RANGES (AVOID USING)                             ║ */
/* ╚══════════════════════════════════════════════════════════════════════════════════════════════════════╝ */

/* XS -> SKPPED (dublicated breakpoint below)  */
/* SM */
@media (min-width:576px) and (max-width:767.98px) {} /* @media */
/* MD */
@media (min-width:768px) and (max-width:991.98px) {} /* @media */

/* ══════════╣   The following codes are specifically for iPad (portrait and landscape)    ╠═════════════ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {} /* @media iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {} /* @media iPad Portrait */

/* LG */
@media (min-width:992px) and (max-width: 1279.98px) {} /* @media */
/* XL */
@media (min-width:1280px) and (max-width: 1365.98px) {} /* @media */
/* 2XL */
@media (min-width:1366px) and (max-width: 1439.98px) {} /* @media */
/* 3XL: */
@media (min-width:1440px) and (max-width: 1599.98px) {} /* @media */
/* 4XL */
@media (min-width:1600px) and (max-width: 1919.98px) {} /* @media */
/* 5XL -> SKPPED (dublicated breakpoint below)  */

/* ╔══════════════════════════════════════════════════════════════════════════════════════════════════════╗ */
/* ║                         IF WIDTH EXCEEDS "$" (DO NOT USE ON FULL-WIDTH SITES)                        ║ */
/* ╚══════════════════════════════════════════════════════════════════════════════════════════════════════╝ */
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
	/* DESKTOP MENU */

} /* @media */
@media (min-width: 1280px) {
	
	.container-white { padding-left: 40px; padding-right: 40px; }
	
} /* @media */
@media (min-width: 1366px) {}
@media (min-width: 1440px) {
	.container-fluid.custom-width { max-width: 1280px;  }
}
@media (min-width: 1600px) {
	.container-fluid.custom-width { max-width: 1440px;  }
}
/* 5XL */
@media (min-width: 1920px) {
	.container-fluid.custom-width { max-width: 1680px;  }
} /* 1920px & Up */

/* ╔══════════════════════════════════════════════════════════════════════════════════════════════════════╗ */
/* ║ ####################################   DEVELOPMENT BREAKPOINTS   ##################################  ║ */
/* ╠══════════════════════════════════════════════════════════════════════════════════════════════════════╣ */
/* ║                                         IF WIDTH REACHES "$"                                         ║ */
/* ╚══════════════════════════════════════════════════════════════════════════════════════════════════════╝ */

/* 4XL */
@media (max-width: 1919.98px) {
	
    /* .container { width: 1800px; } */
    .container-fluid.custom-width { }
    .container-fluid.container-extra {}
    .testimonials {    }
    .tab-box-background {  right: -109px; }
    .product-subdescription { padding-right: 100px; }
    .page-id-67 .header-spacer {   }
    .product-filters { margin-top: 0; }
    .site-main .woocommerce-notices-wrapper { padding: 0 107px; }
	
	.slist-title.h2  { font-size: 28px; }
	
} /* @media -----------------------------------| width < 1920px |-------------------------------------------*/

/* 3XL */
@media (max-width: 1599.98px) {
	
    .container-fluid.custom-width { }
    .container-fluid.container-extra {}
    
    .h1 { font-size: 40px; }
    .h2 { font-size: 30px; }
    .h3 { font-size: 26px; }
    .opinion dt { font-size: 24px; }
    .footer { font-size: 18px; }
    .fbox-subtitle,
    .btnew { font-size: 16px; }
    
    .hero-spacer { height: 60px; }
    .tabs-menu { margin-bottom: 60px; }
    .tab-title { margin-bottom: 30px; }
    .fbox-icon { margin-bottom: 10px; }
    .fbox-title { margin-bottom: 10px; }
    .fbox { margin-bottom: 40px; }
    .fbox dt { margin-bottom: 15px; }
    
    .header { padding: 30px 0; }
    .header-spacer { height: 20px; }
    .header-social { top: 214px; left: 16px; }
    .block-header { width: 500px; height: 500px; }
    .tab-content { padding-bottom: 30px; }
    .testimonials-title { margin-bottom: 30px; }
    .testimonials {  }
    .testimonials-arrow { width: 60px; height: 60px; background-size: 26px 26px; }
    
    .map-crime { margin-top: -60px; padding: 110px 0 50px 0; }
    .why-wrapper { padding: 80px 0; }
    .footer-copyright-spacer {  }
    .footer-logo .spacer { max-width: 300px; }
    .hero-dots { bottom: 16px;   }
    .hero-more table td.cell-1 { font-size: 17px; padding-left: 30px; padding-right: 30px; }
    .hero-more table td { height: 60px; }
    .hero-more table td.cell-2 { width: 64px;  background-size: 24px 24px; }
    .copyright { font-size: 15px; }
    .influx { padding-right: 47px; }
    .influx::after { bottom: 2px; width: 40px; height: 14px; }
    .logo-wrapper { position: relative; bottom: 4px; }
    .logo { width: 300px; }
    .footer-company-name { margin-bottom: 20px; }
    .why-accreditations { margin-bottom: 30px; }
    .why-accreditations img { max-width: 100%; }
    
    .blogbar-filter ul li { padding: 0 15px; }
    .blogbar-label { padding: 14px 20px; }
    .blogbar { font-size: 17px; margin-bottom: 50px; }
    .page-title { margin-bottom: 40px; }
    .rich-grey { font-size: 18px; padding: 40px; }
    .slist > li { margin-bottom: 40px; }
    .content-calc { width: calc(100% - 200px); }
    
    .support-go-back { margin-bottom: 30px; }
	.support-title { margin-bottom: 40px; max-width: 70%; } 
    .rich-grey h2 { font-size: 42px; margin-bottom: 40px; }
    
    .procell-photo .spacer { height: 340px; }
    .procell-photo { margin-bottom: 25px; }
    .page-id-67 .header-spacer { height: 10px; }
    .product-filters { margin-top: 0; }
    
    .page-id-144 form .input-text { font-size: 21px; }
    .login-title { margin-bottom: 40px; }
    .site-main .woocommerce-notices-wrapper { padding: 0 107px; }
    
    .storyicon img { width: 50px; }
    .storyicon { margin-bottom: 15px; }
    .storysubtitle { margin-bottom: 25px; }
    .stotab-title { margin-bottom: 40px; }
    .row.storow .stocell { font-size: 19px; }
    .row.storow .stocell-photo { padding: 150px 0; }
    .stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 46px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-photo { padding-right: 60px; padding-left: 15px; }
    .stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 46px; }
    .stogrid li.row.storow:nth-child(even) .stocell-photo { padding-left: 60px; padding-right: 15px; } 
	
	.crime .title,
	.crime .description { margin-bottom: 34px; }
	
	.slist-title.h2  { font-size: 26px; }
  
} /* @media -----------------------------------| width < 1600px |-------------------------------------------*/

/* 2XL */
@media (max-width: 1439.98px) {
	
    .container-fluid.custom-width { }
    .container-fluid.container-extra {}
    
    .h1 { font-size: 32px; }
    .h2 { font-size: 26px; }
    .h3 { font-size: 24px; }
    .opinion dt { font-size: 20px; }
    .footer { font-size: 16px; }
    .fbox-subtitle,
    .btnew { font-size: 16px; }
    
    .content-calc { width: calc(100% - 250px); }
    .hero-spacer { height: 30px; }
    .tabs-menu { margin-bottom: 30px; }
    .tab-title { margin-bottom: 30px; }
    .fbox-icon { margin-bottom: 10px; }
    .fbox-title { margin-bottom: 10px; }
    .fbox { margin-bottom: 40px; }
    .fbox dt { margin-bottom: 15px; }
    
    .header { padding: 30px 0; }
    .header-spacer { height: 20px; }
    .header-social { top: 214px; left: 16px; }
    .block-header { width: 500px; height: 500px; }
    .tab-content { padding-bottom: 30px; }
    .testimonials-title { margin-bottom: 30px; }
    .testimonials { padding: 60px 0px 90px 60px; }
    .testimonials-arrow {  }
    
    .map-crime {  }
    .why-wrapper { padding: 44px 0;  }
	.footer-spacer { height: 44px; }
	.footer-copyright-spacer { height: 14px; }
	.friends { max-width: 300px; }
    .footer-logo .spacer { max-width: 300px; }
    .hero-dots { bottom: 16px;  }
    .hero-more table td.cell-1 { font-size: 17px; padding-left: 30px; padding-right: 30px; }
    .hero-more table td { height: 60px; }
    .hero-more table td.cell-2 { width: 64px;  background-size: 24px 24px; }
    .copyright { font-size: 15px; }
    .influx { padding-right: 47px; }
    .influx::after { bottom: 2px; width: 40px; height: 14px; }
    .logo-wrapper { position: relative; bottom: 1px; }
    .logo { width: 260px; }
    .footer-company-name { margin-bottom: 20px; }
    .why-accreditations { margin-bottom: 30px; }
    .header-social ul li .fa { font-size: 21px; }
    .header-social ul li { margin-bottom: 20px; }
    .hero-dots ul.slick-dots > li  { margin-bottom: 20px; }
    .menu-desktop ul li a { font-size: 15px; }
    .why-accreditations img { max-width: 100%; }
    .winfo-description { margin-bottom: 40px; font-size: 18px; }
    .winfo-title { margin-bottom: 30px; }
    
    .blogbar-filter ul li { padding: 0 15px; }
    .blogbar-label { padding: 11px 20px; }
    .blogbar { font-size: 17px; margin-bottom: 50px; }
    .page-title { margin-bottom: 40px; }
    .rich-grey { font-size: 18px; padding: 40px; }
    .slist > li { margin-bottom: 40px; }
    .blogbar-filter { margin-top: -6px; }
    
    .support-go-back { margin-bottom: 30px; }
    .rich-grey h2 { font-size: 42px; margin-bottom: 40px; }
    
    .support-content {}
    .support-content .slist > li { padding-right: 0; }
    .support-content .slist-actions { position: static; display: block; }
    .customize-support .content-calc { width: 100%; }
    .help-pagination { margin-top: 100px; }
    
    .procell-photo .spacer { height: 324px; }
    .procell-photo { margin-bottom: 20px; }
    .procell-feature-icon .icon-image { width: 32px; height: 32px }
    .procell-feature-icon { padding-left: 38px; }
    .procell-description { font-size: 18px; margin-bottom: 26px; }
    .procell-features ul li { font-size: 18px; padding: 10px 0; }
    .progrid { margin: 0 -30px; }
    .procell { padding: 0 30px; margin-bottom: 50px; }
    .page-id-67 .header-spacer { height: 10px; }
    .product-filters { margin-top: 0; }
    
    .page-id-144 form .input-text { font-size: 21px; }
    .login-title { margin-bottom: 40px; }
    .login-photo { width: 569px; height: 576px; }
    .logingrey { padding: 30px 40px; min-height: 649px; }
    .site-main .woocommerce-notices-wrapper { padding: 0 54px; }
    
    .woocommerce-cart-form__cart-item .product-name,
    .woocommerce-cart-form__cart-item .product-price { font-size: 30px; }
    .woocommerce table.shop_table .order-total { font-size: 24px; }
    .basket-count-all { font-size: 17px; }
    .woocommerce-cart-page { padding: 40px;  }
    
    .storyicon img { width: 50px; }
    .storyicon { margin-bottom: 15px; }
    .storysubtitle { margin-bottom: 25px; }
    .stotab-title { margin-bottom: 40px; }
    .row.storow .stocell { font-size: 19px; }
    .row.storow .stocell-photo { padding: 150px 0; }
    .stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 46px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-photo { padding-right: 60px; padding-left: 15px; }
    .stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 46px; }
    .stogrid li.row.storow:nth-child(even) .stocell-photo { padding-left: 60px; padding-right: 15px; } 
	
	.woocommerce-products-header { margin-bottom: 30px; }
	
	.slist-title.h2  { font-size: 22px; }
	
} /* @media -----------------------------------| width < 1440px |-------------------------------------------*/

/* XL */
@media (max-width: 1365.98px) {
	
    .container-fluid.custom-width { }
    .container-fluid.container-extra {}
    
    .h1 { font-size: 32px; }
    .h2 { font-size: 26px; }
    .h3 { font-size: 24px; }
    .opinion dt { font-size: 20px; }
    .fbox dd  { font-size: 18px; }
    .footer { font-size: 16px; }
    .fbox-subtitle,
    .btnew { font-size: 16px; }
    
    .content-calc { width: calc(100% - 250px); }
    .hero-spacer { height: 30px; }
    .tabs-menu { margin-bottom: 30px; }
    .tab-title { margin-bottom: 30px; }
    .fbox-icon { margin-bottom: 10px; }
    .fbox-title { margin-bottom: 10px; }
    .fbox { margin-bottom: 40px; }
    .fbox dt { margin-bottom: 15px; }
    
    .header { padding: 20px 0; }
    .header-spacer { height: 10px; }
    .header-social { top: 214px; left: 16px; }
    .block-header { width: 500px; height: 500px; }
    .tab-content { padding-bottom: 60px; }
    .testimonials-title { margin-bottom: 30px; }
    .testimonials {  }
    .testimonials-arrow {   }
    
    .map-crime {  }
    .why-wrapper { }
    .footer-copyright-spacer {  }
    .footer-logo .spacer { max-width: 300px; }
    .hero-dots { bottom: 16px;  }
    .hero-more table td.cell-1 { font-size: 17px; padding-left: 30px; padding-right: 30px; }
    .hero-more table td { height: 60px; }
    .hero-more table td.cell-2 { width: 64px;  background-size: 24px 24px; }
    .copyright { font-size: 15px; }
    .influx { padding-right: 47px; }
    .influx::after { bottom: 2px; width: 40px; height: 14px; }
    .logo-wrapper { position: relative; bottom: 1px; }
    .logo { width: 260px; }
    .footer-company-name { margin-bottom: 20px; }
    .why-accreditations { margin-bottom: 30px; }
    .header-social ul li .fa { font-size: 21px; }
    .header-social ul li { margin-bottom: 20px; }
    .hero-dots ul.slick-dots > li  { margin-bottom: 20px; }
    .menu-desktop ul li a { font-size: 15px; }
    .why-accreditations img { max-width: 100%; }
    .winfo-description { margin-bottom: 40px; font-size: 18px; }
    .winfo-title { margin-bottom: 30px; }
    .footer-spacer { height: 60px; }
    .why-description { font-size: 15px; }
    .menu-desktop ul li { padding: 0 20px;  }
    
    .blogbar-filter ul li { padding: 0 15px; }
    .blogbar-label { padding: 11px 20px; }
    .blogbar { font-size: 17px; margin-bottom: 50px; }
    .page-title { margin-bottom: 40px; }
    .rich-grey { font-size: 18px; padding: 40px; }
    .slist > li { margin-bottom: 40px; }
    .blogbar-filter { margin-top: -6px; }
    
    .support-go-back { margin-bottom: 30px; }
    .rich-grey h2 { font-size: 32px; margin-bottom: 35px; }
    
    .about-subtitle,
    .about-video,
    .about-team { margin-bottom: 30px; }
    .rich-grey p { margin-bottom: 25px; }
    .rich-grey-spacer-bottom { height: 50px; }
    
    .support-content {}
    .support-content .slist > li { padding-right: 0; }
    .support-content .slist-actions { position: static; display: block; }
    .customize-support .content-calc { width: 100%; }
    .help-pagination { margin-top: 100px; }
    
    .procell-photo .spacer { height: 324px; }
    .procell-photo { margin-bottom: 20px; }
    .procell-feature-icon .icon-image { width: 32px; height: 32px }
    .procell-feature-icon { padding-left: 38px; }
    .procell-description { font-size: 18px; margin-bottom: 26px; }
    .procell-features ul li { font-size: 18px; padding: 10px 0; }
    .progrid { margin: 0 -30px; }
    .procell { padding: 0 30px; margin-bottom: 30px; }
    .page-id-67 .header-spacer { height: 10px; }
    .product-filters { margin-top: 0; }
    
    .page-id-144 form .input-text { font-size: 21px; }
    .login-title { margin-bottom: 40px; }
    .login-photo { width: 569px; height: 576px; }
    .logingrey { padding: 30px 40px; min-height: 600px; }
    .loginav ul li a { font-size: 16px; }
    .site-main .woocommerce-notices-wrapper { padding: 0 52px; }
    
    
    .proslider-for .proslider-image,
    .proslider-wrapper .proslider.proslider-nav { height: 500px; }
    .proslider-wrapper .proslider.proslider-nav { max-width: 240px; }
    .proslider-wrapper .proslider.proslider-for { max-width: calc(100% - 240px); }
    .proslider-prev, 
    .proslider-next { width: 28px; height: 28px; }
    .proslider-prev-next { padding: 0 20px; width: calc(100% - 240px); top: -42px; }
    .productslider-wrapper { margin-bottom: 30px; }
    .related-title .title { font-size: 32px; }
    .proprice .price { font-size: 38px }
    .related-title { margin-bottom: 30px; padding-top: 30px;  }
    .related-box { margin-bottom: 0px; }
    .compare-spacer {   }
    .product-main-description { font-size: 18px; margin-bottom: 40px; }
    .product-subdescription { font-size: 18px; }
    
    .woocommerce-cart-form__cart-item .product-name,
    .woocommerce-cart-form__cart-item .product-price { font-size: 30px; }
    .woocommerce table.shop_table .order-total { font-size: 24px; }
    .basket-count-all { font-size: 17px; }
    .woocommerce-cart-page { padding: 40px; }
    
    .storyicon img { width: 50px; }
    .storyicon { margin-bottom: 15px; }
    .storysubtitle { margin-bottom: 25px; }
    .row.storow { margin-top: -60px; }
    .row.storow .stocell { font-size: 18px; }
    .row.storow .stocell-photo { padding: 150px 0; }
    .stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 46px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-photo { padding-right: 60px; padding-left: 15px; }
    .stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 46px; }
    .stogrid li.row.storow:nth-child(even) .stocell-photo { padding-left: 60px; padding-right: 15px; }  
	
	.menu-desktop { left: 8px; }
	.tabpro-title-wrapper,
	.stotab-title { margin-bottom: 30px; }
	.tab-title .title { margin-bottom: 0; }
	
	.headsearch-wrapper { top: 18px; }
	.headbasket-wrapper { top: 17px; }
	.header { padding: 12px 0; }
	
	.myc-forms { width: 56%; padding-left: 15px; }
	.woocommerce .loginav-form-login form .form-row input.input-text, 
	.woocommerce .loginav-form-register form .form-row input.input-text { padding: 12px 0; font-size: 18px; }
	.myc-wrapper { padding: 30px; }
	
	.hero-dots .dot-label { display: none; }
	.hero-dots .dot-number::after { 
		content: ''; display: block; width: 55px; height: 2px; background-color: #fff;
		position: absolute; top: 50%; left: 20px; 
	}
	.hero-dots ul.slick-dots > li.slick-active .dot-number::after { background-color: #000000; }
	
} /* @media -----------------------------------| width < 1366px |-------------------------------------------*/

/* LG */
@media (max-width: 1279.98px) {
	 
    .container-fluid.custom-width { }
    .container-fluid.container-extra {}
    
    .h1 { font-size: 30px; }
    .h2 { font-size: 24px; }
    .h3 { font-size: 22px; }
    .opinion dt { font-size: 20px; }
    .fbox dd  { font-size: 18px; }
    .footer { font-size: 16px; }
    .fbox-subtitle,
    .btnew { font-size: 16px; }
    
    .content-calc { width: calc(100% - 90px); }
    .hero-spacer { height: 30px; }
    .tabs-menu { margin-bottom: 30px; }
    .tab-title { margin-bottom: 30px; }
    .fbox-icon { margin-bottom: 10px; }
    .fbox-title { margin-bottom: 10px; }
    .fbox { margin-bottom: 40px; }
    .fbox dt { margin-bottom: 15px; }
    
    .header {  }
    .header-spacer { height: 10px; }
    .header-social { top: 214px; left: 16px; display: none; }
    .block-header { width: 500px; height: 500px; }
    .tab-content { padding-bottom: 60px; }
    .testimonials-title { margin-bottom: 30px; }
    .testimonials {  }
    .testimonials-arrow {   }
    
    .map-crime {   }
    .why-wrapper {  }
    .footer-copyright-spacer { }
    .footer-logo .spacer { max-width: 300px; }
    .hero-dots { bottom: 16px; }
    .hero-more table td.cell-1 { font-size: 17px; padding-left: 30px; padding-right: 30px; }
    .hero-more table td { height: 60px; }
    .hero-more table td.cell-2 { width: 64px;  background-size: 24px 24px; }
    .copyright { font-size: 15px; }
    .influx { padding-right: 47px; }
    .influx::after { bottom: 2px; width: 40px; height: 14px; }
    .logo-wrapper { position: relative; bottom: 1px; right: -138px; }
    .logo { width: 260px; }
    .footer-company-name { margin-bottom: 15px; }
    .why-accreditations { margin-bottom: 30px; }
    .header-social ul li .fa { font-size: 21px; }
    .header-social ul li { margin-bottom: 20px; }
    .hero-dots ul.slick-dots > li  { margin-bottom: 20px; }
    .menu-desktop ul li a { font-size: 15px; }
    .why-accreditations img { max-width: 100%; }
    .winfo-description { margin-bottom: 40px; font-size: 18px; }
    .winfo-title { margin-bottom: 30px; }
    .footer-spacer { height: 40px; }
    .why-description { font-size: 15px; }
    .menu-desktop ul li { padding: 0 15px;  }
    .hero-dots ul.slick-dots > li button::after { width: 30px; left: 20px; }
    .hero-dots ul.slick-dots > li button { border: none;  width: 50px; }
    
    .blogbar-filter ul li { padding: 0 15px; }
    .blogbar-label { padding: 11px 20px; }
    .blogbar { font-size: 17px; margin-bottom: 50px; }
    .page-title { margin-bottom: 40px; }
	.tab-content .page-title,
	.page-title-overview { margin-bottom: 20px; }
    .rich-grey { font-size: 18px; padding: 30px; }
    .slist > li { margin-bottom: 40px; }
    .blogbar-filter { margin-top: -6px; }
    
    .backtop-spacer { height: 30px; }
    .support-go-back { margin-bottom: 30px; }
    .rich-grey h2 { font-size: 32px; margin-bottom: 35px; }  
    
    .about-subtitle,
    .about-video,
    .about-team { margin-bottom: 30px; }
    .rich-grey p { margin-bottom: 25px; }
    .rich-grey-spacer-bottom { height: 50px; }
    
    
    .support-subtitle-wrapper { margin-bottom: 50px; }
    .support-content {}
    .support-content .slist > li { padding-right: 0; }
    .support-content .slist-actions { position: static; display: block; }
    .customize-support .content-calc { width: 100%; }
    .help-pagination { margin-top: 100px; }
    
    .procell-photo .spacer { height: 274px; }
    .procell-photo { margin-bottom: 20px; }
    .procell-feature-icon .icon-image { width: 32px; height: 32px }
    .procell-feature-icon { padding-left: 38px; }
    .procell-description { font-size: 16px; margin-bottom: 20px; }
    .procell-features ul li { font-size: 16px; padding: 10px 0; }
    .progrid { margin: 0 -15px; }
    .procell { padding: 0 15px; margin-bottom: 40px; }
    .page-id-67 .header-spacer { height: 10px; }
    .product-filters {  }
    .product-filters ul li {  }
    .procell-actions .btnew { padding: 8px 26px; font-size: 16px; }
    
    .page-id-144 form .input-text { font-size: 18px; }
    .login-title { margin-bottom: 40px; }
    .login-photo { width: 569px; height: 576px; }
    .logingrey { padding: 30px 40px; min-height: 600px; }
    .loginav ul li a { font-size: 16px; }
    
    
    .proslider-for .proslider-image,
    .proslider-wrapper .proslider.proslider-nav { height: 400px; }
    .proslider-wrapper .proslider.proslider-nav { max-width: 200px; }
    .proslider-wrapper .proslider.proslider-for { max-width: calc(100% - 200px); }
    .proslider-prev, 
    .proslider-next { width: 22px; height: 22px; }
    .proslider-prev-next { padding: 0 20px; width: calc(100% - 200px); top: -42px; }
    .productslider-wrapper { margin-bottom: 20px; }
    .related-title .title { font-size: 28px; }
    .proprice .price { font-size: 32px }
    .related-title { margin-bottom: 20px; padding-top: 20px;  }
    .related-box { margin-bottom: 0px; }
    .compare-spacer {   }
    .product-main-description { font-size: 17px; margin-bottom: 20px; }
    .product-subdescription { font-size: 17px; }
    
    .woocommerce-cart-form__cart-item .product-name,
    .woocommerce-cart-form__cart-item .product-price { font-size: 26px; }
    .woocommerce table.shop_table .order-total { font-size: 22px; }
    .basket-count-all { font-size: 16px; }
    .woocommerce-cart-page { padding: 30px;  }
    
    .woocommerce-checkout-page {    }
    .woocommerce-checkout-page .woocommerce-billing-fields h3 { font-size: 28px;  }
    .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address { font-size: 17px; }

    
    .storyicon img { width: 50px; }
    .storyicon { margin-bottom: 15px; }
    .storysubtitle { margin-bottom: 25px; }
    .stotab-title { margin-bottom: 40px; }
    .row.storow { margin-top: -60px; }
    .row.storow .stocell { font-size: 18px; }
    .row.storow .stocell-photo { padding: 150px 0; }
    .stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 46px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-photo { padding-right: 60px; padding-left: 15px; }
    .stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 46px; }
    .stogrid li.row.storow:nth-child(even) .stocell-photo { padding-left: 60px; padding-right: 15px; } 
	
	.newfooter-menu { width: 810px; } 
	.footer-company-name { font-size: 22px; }
	.footer-company-logo img { max-width: 67px; } 
	.footer-company-logo { margin-bottom: 12px; }
	.fnav { margin-bottom: 20px; }
	.fnav dt { margin-bottom: 10px; }
	.opinion { max-width: 520px; }
	.procell-description { margin-bottom: 0; }
	
	.page-content h2 { font-size: 32px; margin-bottom: 20px;  }
	.page-content h3,
	.page-content h4,
	.page-content h5 { font-size: 26px; margin-bottom: 10px;  }
	
} /* @media -----------------------------------| width < 1200px |-------------------------------------------*/

/* MD */
@media (max-width: 991.98px) {
	
	body { font-size: 14px; }
 
    .container-fluid.custom-width { }
    .container-fluid.container-extra {}
    
    .h1 { font-size: 26px; }
    .h2 { font-size: 22px; }
    .h3 { font-size: 20px; }
    .opinion dt { font-size: 18px; }
    .fbox dd  { font-size: 16px; }
    .footer { font-size: 16px; }
    .fbox-subtitle,
    .btnew { font-size: 15px; }
    
    .content-calc { width: calc(100% - 90px); }
    .hero-spacer { height: 30px; }
    .tabs-menu { margin-bottom: 30px; }
    .tab-title { margin-bottom: 30px; }
    .fbox-icon { margin-bottom: 10px; }
    .fbox-title { margin-bottom: 10px; }
    .fbox { margin-bottom: 40px; }
    .fbox dt { margin-bottom: 15px; }
	
	.support-title { margin-bottom: 30px; max-width: 100%; } 
    
    .header {   }
    .header-spacer { height: 10px; }
    .header-social { top: 214px; left: 16px; display: none; }
    .block-header { width: 300px; height: 300px; }
    .tab-content { padding-bottom: 60px; }
    .testimonials-title { margin-bottom: 20px; }
    .testimonials { padding: 30px 0px 60px 30px;  }
    .testimonials-arrow { width: 40px; height: 40px; background-size: 20px 20px;  }
    .crime .title { margin-bottom: 20px; }
    
    .map-crime { margin-top: -40px; padding-top: 80px;    }
    .why-wrapper {   }
    .footer-copyright-spacer {  }
    .footer-logo .spacer { max-width: 200px; }
    .hero-dots { bottom: 16px;  }
    .hero-more table td.cell-1 { font-size: 15px; padding-left: 20px; padding-right: 20px; }
    .hero-more table td { height: 48px; }
    .hero-more table td.cell-2 { width: 48px;  background-size: 20px 20px; }
    .copyright { font-size: 15px; }
    .influx { padding-right: 47px; }
    .influx::after { bottom: 2px; width: 40px; height: 14px; }
    .logo-wrapper { position: relative; bottom: -3px; right: -122px; }
    .logo { width: 210px; }
    .footer-company-name { margin-bottom: 20px; }
    .why-accreditations { margin-bottom: 30px; }
    .header-social ul li .fa { font-size: 21px; }
    .header-social ul li { margin-bottom: 20px; }
    .hero-dots ul.slick-dots > li  { margin-bottom: 20px; }
    .menu-desktop ul li a { font-size: 13px; }
    .why-accreditations img { max-width: 100%; }
    .winfo-description { margin-bottom: 30px; font-size: 16px; }
    .winfo-title { margin-bottom: 24px; }
	.winfo-title .h1 { margin-bottom: 0; }
    .footer-spacer { height: 60px; }
    .tabs-menu { font-size: 17px; }
    .why-description { font-size: 15px; }
    .menu-desktop ul li { padding: 0 12px;  }
    .hero-dots ul.slick-dots > li button::after { width: 30px; left: 20px; }
    .hero-dots ul.slick-dots > li button { width: 50px; }
    .tabs-menu ul li { padding: 0 30px; }
    .tab-box-content { width: 400px; }
    .tab-box-background { width: calc(100% - 400px); }
    .crime .description { margin-bottom: 33px; font-size: 16px; }
    
    .blogbar-filter ul li { padding: 0 0px; }
    .blogbar-filter ul li a { padding-left: 15px; padding-right: 15px; }
    .blogbar-label { padding: 11px 20px; }
    .blogbar { font-size: 15px; margin-bottom: 30px; }
    .page-title { margin-bottom: 30px; }
    .rich-grey { font-size: 16px; padding: 30px; }
    .slist > li { margin-bottom: 40px; }
    .blogbar-filter { margin-top: -6px; }
    .arrow-next {  padding-right: 32px; background-size: 22px 22px; }
    .blogbar-label-wrapper { float: none; margin-bottom: 20px;  }
    .blogbar-filter { float: none; display: block; }
    
    .backtop-spacer { height: 30px; }
    .support-go-back { margin-bottom: 30px; }
    .rich-grey h2 { font-size: 30px; margin-bottom: 35px; } 
    
    .about-subtitle,
    .about-video,
    .about-team { margin-bottom: 30px; }
    .rich-grey p { margin-bottom: 25px; }
    .rich-grey-spacer-bottom { height: 50px; }
    
    .support-subtitle-wrapper { margin-bottom: 40px; }
    .support-content {}
    .support-content .slist > li { padding-right: 0; }
    .support-content .slist-actions { position: static; display: block; }
    .customize-support .content-calc { width: 100%; }
    .help-pagination { margin-top: 50px; }
    .support-nav { width: 250px; padding-right: 15px;  }
    .support-content { width: calc(100% - 250px); padding-left: 35px; }
    .snav > li { font-size: 17px; margin-bottom: 16px; }
    
    .procell-photo .spacer { height: 274px; }
    .procell-photo { margin-bottom: 20px; }
    .procell-feature-icon .icon-image { width: 32px; height: 32px }
    .procell-feature-icon { padding-left: 38px; }
    .procell-description { font-size: 16px; margin-bottom: 20px; }
    .procell-features ul li { font-size: 16px; padding: 10px 0; }
    .progrid { margin: 0 -15px; }
    .procell { padding: 0 15px; margin-bottom: 40px; }
    .page-id-67 .header-spacer { height: 15px; }
    .product-filters {  }
    .product-filters ul li { font-size: 17px;   }
    .procell-actions .btnew { padding: 8px 26px; font-size: 16px; }
    .procell { width: 50%; margin-bottom: 30px; }
    .procell-featured {  width: 100%; margin-bottom: 45px; }
    
    .page-id-144 form .input-text { font-size: 18px; }
    .login-title { margin-bottom: 34px; }
    .login-photo { width: 569px; height: 576px; }
    .logingrey { padding: 30px 40px; min-height: 600px; }
    .loginav ul li a { font-size: 16px; }
    .login-photo { display: none; }
    .form-row-lost { padding: 28px 0 20px 0; }
    
    .proslider-for .proslider-image,
    .proslider-wrapper .proslider.proslider-nav { height: 340px; }
    .proslider-wrapper .proslider.proslider-nav { max-width: 200px; }
    .proslider-wrapper .proslider.proslider-for { max-width: calc(100% - 200px); }
    .proslider-prev, 
    .proslider-next { width: 22px; height: 22px; }
    .proslider-prev-next { padding: 0 20px; width: calc(100% - 200px); top: -39px; }
    .productslider-wrapper { margin-bottom: 20px; }
    .related-title .title { font-size: 26px; }
    .proprice .price { font-size: 28px }
    .related-title { margin-bottom: 20px; padding-top: 20px;  }
    .related-box { margin-bottom: 0px; }
    .compare-spacer {  }
    .product-main-description { font-size: 16px; margin-bottom: 20px; }
    .product-subdescription { font-size: 16px; } 
    
    .woocommerce-cart-form__cart-item .product-name,
    .woocommerce-cart-form__cart-item .product-price { font-size: 26px; }
    .woocommerce table.shop_table .order-total { font-size: 22px; }
    .basket-count-all { font-size: 16px; }
    .woocommerce-cart-page { padding: 30px; }
    .basket-cards img { height: 19px; }
    
    .woocommerce-checkout-page { padding: 20px;  }
    .woocommerce-checkout-page .woocommerce-billing-fields h3 { font-size: 22px;  }
    .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address { font-size: 16px; }
    
    .storyicon img { width: 40px; }
    .storyicon { margin-bottom: 15px; }
    .storysubtitle { margin-bottom: 25px; }
    .stotab-title { margin-bottom: 40px; }
    .row.storow { margin-top: -60px; }
    .row.storow .stocell { font-size: 16px; }
    .row.storow .stocell-photo { padding: 120px 0; }
    .stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 46px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-photo { padding-right: 60px; padding-left: 15px; }
    .stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 46px; }
    .stogrid li.row.storow:nth-child(even) .stocell-photo { padding-left: 60px; padding-right: 15px; } 
    .story-year { font-size: 40px; }
	
	.opinion { max-width: 450px; }
	.newfooter-menu { width: 593px; }
	.footer-spacer { height: 35px; } 
	.footer-copyright-wrapper { padding: 10px 0; }
	
	.headsearch-wrapper { top: 14px; right: 20px; }
	.headbasket-wrapper { top: 14px; right: 60px; }
	
	.woocommerce-billing-fields__field-wrapper .form-row { width: 100%; }

	.page-content h2 { font-size: 28px;  margin-bottom: 20px;  }
	.page-content h3,
	.page-content h4,
	.page-content h5 { font-size: 20px;   margin-bottom: 10px; }  
	
} /* @media -----------------------------------| width < 992px |-------------------------------------------*/

/* SM */
@media (max-width: 767.98px) {
  
	/* WordPress Core | http://codex.wordpress.org/CSS */ .alignnone { margin: 5px 0px 20px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { display:block; width:100%; height:auto; float:none; margin: 5px 0 20px 0px; } .alignleft { display:block; width:100%; height:auto; float: none; margin: 5px 0px 20px 0; } a img.alignright { display:block; width:100%; height:auto; float: none; margin: 5px 0 20px 0px; } a img.alignnone { display:block; width:100%; height:auto; margin: 5px 0px 20px 0; } a img.alignleft { display:block; width:100%; height:auto; float: none; margin: 5px 0px 20px 0; } .wp-caption { padding: 0; max-width: 100%; /* Image does not overflow the content area */ } .wp-caption.alignnone { margin: 5px 0px 20px 0; } .wp-caption.alignleft { display:block; width:100%; height:auto; float: none; margin: 5px 0px 20px 0; } .wp-caption.alignright { display:block; width:100%; height:auto; float: none; margin: 5px 0 20px 0px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; }
    
    body { font-size: 14px; }
	.hidden-sm-down { display: none !important; }

    .container-fluid.custom-width { }
    .container-fluid.container-extra {}
    
    .h1 { font-size: 20px; }
    .h2 { font-size: 19px; }
    .h3 { font-size: 18px; }
    .opinion dt { font-size: 15px; }
    .fbox dd  { font-size: 15px; }
    .footer { font-size: 15px; }
    .fbox-subtitle,
    .btnew { font-size: 15px; }
    
    .content-calc { width: 100%; }
    .hero-spacer { height: 10px; }
    .tabs-menu { margin-bottom: 14px; }
    .tab-title { margin-bottom: 20px; }
    .fbox-icon { width: 58px; padding-right: 12px;  }
    .fbox-title { margin-bottom: 5px; }
    .fbox { margin-bottom: 20px; }
    .fbox dt { margin-bottom: 15px; }
    
    .header { padding: 10px 0; }
    .header-spacer { height: 10px; }
    .header-social { top: 214px; left: 16px; display: none; }
    .block-header { width: 200px; height: 200px; }
    .tab-content { padding-bottom: 20px; }
    .testimonials-title { margin-bottom: 30px; }
    .testimonials { padding: 20px 0px 55px 20px;  margin-bottom: 0px; }
    .testimonials-arrow { width: 40px; height: 40px; background-size: 18px 18px; }
    .crime .title { margin-bottom: 20px; }
	.opinion { max-width: 300px; }
    .opinion dd { font-size: 14px; }
    
    .map-crime { padding-top: 65px; padding-bottom: 30px;   }
    .crime .actions { margin-bottom: 0; }
    .why-wrapper { padding: 30px 0; }
    .winfo-actions { margin-bottom: 30px; }
    .footer-copyright-spacer {  }
    .footer-logo .spacer { max-width: 200px; }
    
    .hero-more table td.cell-1 { font-size: 12px; padding-left: 10px; padding-right: 10px; }
    .hero-more table td { height: 38px; }
    .hero-more table td.cell-2 { width: 38px;  background-size: 16px 16px; }
    .copyright { font-size: 13px; }
    .influx {  padding-right: 38px; }
    .influx::after { bottom: 2px; width: 33px; height: 11px;}
    .logo-wrapper { 
		position: relative;  
		bottom: 0px; right: auto; left: 42px;
	}
    body.overnav .logo-wrapper { float: right; margin-right: 15px; opacity: 0;  }
    .logo { width: 167px; }
    .header { text-align: left; }
    .footer-company-name { margin-bottom: 20px; }
    .why-accreditations { margin-bottom: 30px; }
    .header-social ul li .fa { font-size: 21px; }
    .header-social ul li { margin-bottom: 20px; }
    .hero-dots ul.slick-dots > li  { margin-bottom: 20px; }
    .menu-desktop ul li a { font-size: 13px; }
    .why-accreditations img { max-width: 100%; }
    .winfo-description { margin-bottom: 30px; font-size: 16px; }
    .winfo-title { margin-bottom: 17px; }
    .footer-spacer { height: 15px; }
    .fnav { margin-bottom: 15px; }
    .footer-logo { margin-bottom: 15px; }
    .tabs-menu { font-size: 15px; }
    .why-description { font-size: 14px; }
    .menu-desktop ul li { padding: 0 12px;  }
    .hero-dots ul.slick-dots > li button::after { width: 30px; left: 20px; }
    .hero-dots ul.slick-dots > li button { width: 50px; }
    .tabs-menu ul li { padding: 0 0px; } 
    .tab-box-content { width: 100%; }
    .tab-box-background { width: 100%; position: static; height: 280px; background-position: center center; margin-bottom: 20px;  }
    .crime .description { margin-bottom: 33px; font-size: 16px; }
    .menu-desktop {   }
    .tabs-menu ul li span { padding: 4px 14px; }
    .friends-wrapper { text-align: left; }
    .copyright { text-align: center; }
    .headsearch-wrapper { top: 9px; right: 14px; }
    .headbasket-wrapper { top: 9px; right: 53px; }
    
    .blogbar-filter ul li { padding: 0 0px; }
    .blogbar-filter ul li a { padding-left: 5px; padding-right: 5px; }
    .blogbar-label { padding: 6px 15px; }
    .blogbar { font-size: 15px; margin-bottom: 13px; }
    .page-title { margin-bottom: 15px; }
    .rich-grey { font-size: 15px; padding: 15px; }
    .slist > li { margin-bottom: 30px; padding-right: 0;  }
    .blogbar-filter { margin-top: -6px; }
    .arrow-next {  padding-right: 32px; background-size: 22px 22px; }
    .blogbar-label-wrapper { float: none; margin-bottom: 20px;  }
    .blogbar-filter { float: none; display: block; }
    .slist-actions { position: static; display: block; }
    
    .backtop-spacer { height: 30px; }
    .support-go-back { margin-bottom: 15px; }
	.support-title { margin-bottom: 19px; }
    .rich-grey h2 { font-size: 22px; margin-bottom: 21px; } 
    .support-go-back .btnew { font-size: 15px; }
    .arrow-prev {  padding-left: 32px; background-size: 22px 22px; }
    
    .about-subtitle,
    .about-video,
    .about-team { margin-bottom: 20px; }
    .rich-grey p { margin-bottom: 15px; }
    .rich-grey-spacer-bottom { height: 20px; }
    .embedmap { padding-top: 20px; }
    .embedmap iframe { height: 250px; }
    
    .rich-grey h3, 
    .rich-grey h4, 
    .rich-grey h5, 
    .rich-grey h6 { font-size: 17px; margin-bottom: 15px; }
    
    .support-subtitle-wrapper { margin-bottom: 20px; }
    .support-content {}
    .support-content .slist > li { padding-right: 0; }
    .support-content .slist-actions { position: static; display: block; }
    .customize-support .content-calc { width: 100%; }
    .help-pagination { margin-top: 50px; }
    .support-nav { width: 100%; padding-right: 0px; margin-bottom: 30px;   }
    .support-content { width: 100%; padding-left: 0px; }
    .snav > li { font-size: 16px; margin-bottom: 6px; }
    .support-search-wrapper { text-align: left; }
    .support-search { display: block; }
    .support-search-input { width: 100%; }
    
    .procell-photo .spacer { height: 154px; }
    .procell-photo { margin-bottom: 20px; }
    .procell-feature-icon .icon-image { width: 32px; height: 32px }
    .procell-feature-icon { padding-left: 38px; }
    .procell-description { font-size: 16px; margin-bottom: 20px; }
    .procell-features ul li { font-size: 16px; padding: 10px 0; }
    .progrid { margin: 0 -15px; }
    .procell { padding: 0 15px; margin-bottom: 40px; }
    .page-id-67 .header-spacer { height: 15px; }
    .product-filters {   }
    .product-filters ul li {  font-size: 14px; }
    .procell-actions .btnew { padding: 8px 26px; font-size: 16px; }
    .procell { width: 50%; margin-bottom: 20px; }
    .procell-featured {  width: 100%; margin-bottom: 5px; }
    .procell-features { padding-top: 0px; margin-bottom: 10px;  }
    .procell-description { margin-bottom: 0; }
    .procell-actions { padding-top: 15px; }
    .procell-mask .btnew { font-size: 11px; padding: 6px 19px; border-width: 1px; }
    
    .page-id-144 form .input-text { font-size: 16px; }
    .login-title { margin-bottom: 34px; }
    .login-photo { width: 569px; height: 576px; }
    .logingrey { padding: 15px; min-height: inherit; }
    .loginav ul li a { font-size: 15px; padding: 6px 15px; }
    .login-photo { display: none; }
    .form-row-lost { padding: 28px 0 20px 0; }
    
    /* PRODUCT SLIDER */
    /*
    .proslider-image {height:320px}
    .proslider.proslider-nav.thumb-image{padding:0 20px;margin:10px 0 0}
    .proslider-nav .slick-slide.thumbnail-image .thumbImg {max-width:140px;height:80px}
    */
 
    
    .proslider-for .proslider-image { height: 220px; }
    .proslider-wrapper .proslider.proslider-nav { height: auto; }
    .proslider-wrapper .proslider.proslider-nav { max-width: 100%; }
    .proslider-wrapper .proslider.proslider-for { max-width: 100%; }
    
    .proslider-prev, 
    .proslider-next { width: 16px; height: 16px; position: static; bottom: 0px; }
    .proslider-prev { left: 0; } 
    .proslider-next { right: 0; }
    .proslider-prev-next { position: absolute; top: 0; left: 0;  background-color: #1E1E1E;  padding: 6px 12px; width: 100%; top: 0; }
    
    /* // PRODUCT SLIDER */
    
    .productslider-wrapper { margin-bottom: 15px; }
    .related-title .title { font-size: 20px; }
    .proprice .price { font-size: 22px }
    .related-title { margin-bottom: 15px; padding-top: 15px;  }
    .related-box { margin-bottom: 0px; }
    .compare-spacer {  }
    .product-main-description { font-size: 15px; margin-bottom: 15px; }
    .product-subdescription { font-size: 15px; } 
    .product-photo-wrapper { padding-top: 20px; }
    
    
    .woocommerce-cart-form__cart-item .product-name,
    .woocommerce-cart-form__cart-item .product-price { font-size: 17px; }
    .woocommerce table.shop_table .order-total { font-size: 18px; }
    .basket-count-all {  font-size: 15px; }
    .woocommerce-cart-page { padding: 15px; margin-bottom: 15px; }
    .basket-cards img { height: 19px; }
    .basket-links { margin-bottom: 15px; }
    .product-thumbnail { margin-bottom: 15px; }
    
    .woocommerce-cart-form__cart-item .product-remove .remove { }
    .woocommerce-cart-form__cart-item .product-remove .remove .icon-remove {   }
    
    .woocommerce-cart-form__cart-item .product-quantity { }
    .woocommerce-cart-form__cart-item .product-quantity .quantity .qty { }
    
    .woocommerce-checkout-page {  padding: 15px;  }
    .woocommerce-checkout-page .woocommerce-billing-fields h3 { font-size: 20px;  }
    .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address { font-size: 15px; }
    
    .cart-item-additional-data table { display: block; }
    .cart-item-additional-data table td { display: block; }
    .cart-item-additional-data table td.cell-1 { padding-right: 0; }
    
    .tabpro-title {}
    .tabpro-title .title { margin-bottom: 5px; }
    
    .btnew { font-size: 13px; padding:7px 13px; }
    
    .storyicon img { width: 40px; }
    .storyicon { margin-bottom: 15px; }
    .storysubtitle { margin-bottom: 15px; }
    .stotab-title { margin-bottom: 20px; }
    .row.storow { margin-top: 0px; }
    .row.storow .stocell { font-size: 16px; }
    .row.storow .stocell-photo { padding: 0px 0; }
    .stogrid li.row.storow {  }
    .stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 0px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-photo { order: 2;  padding-right: 15px; padding-left: 15px; margin-bottom: 15px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-text { order: 1; margin-bottom: 15px; }
    .stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 0px; }
    .stogrid li.row.storow:nth-child(even) .stocell-photo { order: 2;  padding-left: 15px; padding-right: 15px; margin-bottom: 15px;  }
    .stogrid li.row.storow:nth-child(even) .stocell-text { order: 1; margin-bottom: 15px; }
    .stogrid li.row.storow .stocell-photo {  }
    .story-year { font-size: 40px; }
    .row.storow .stocell { width: 100%; }
    .story-action { padding-top: 25px; }
	
	.features-photo { position: static; }
	.features-grid { flex-wrap: wrap; }
	.features-data { max-width: 100%; width: 100%; }
	.features-photo { max-width: 100%; width: 100%; padding: 0;  }
	.features-photo .img { width: 100%; height: auto; }
	
	.newfooter { flex-wrap: wrap; }
	.newfooter-brand { width: 100%; }
	.newfooter-menu  { width: 100%; }
	.footer-copyright  { flex-wrap: wrap; }
	.influx-wrapper   { order: 2; width: 100%; }
	.friends-wrapper   { order: 1; width: 100%; margin-bottom: 20px;  }
	.footer-company-logo { margin-bottom: 7px; }
	.footer-company-logo img { max-width: 56px; }
	
	.menu-desktop { top: 6px; }
	.procell-section { margin-bottom: 30px; }
	
	.woocommerce-products-header { flex-wrap: wrap; margin-bottom: 19px; }
	.product-filters ul { margin: 0 -11px; }
	.product-filters ul li { padding: 0 11px; }
	.product-filters-title { width: 100%; margin-bottom: 10px;  }
	.related-all { margin-bottom: 15px; }
	.product-information-wrapper { margin-bottom: 20px; }
	.backtop-line { padding: 12px 0; }
	
	.basketgrid .cart_item { padding: 20px 0; }
	.basket-clear a.href { font-size: 12px; }
	.basketrow { flex-wrap: wrap; }
	.basketrow-photo { width: 60px; padding-top: 5px;  }
	.basketrow-product { padding: 0 0px 0 10px; margin-bottom: 3px;  }
	.basketrow-actions { width: 100%; }
	.cart-item-additional-data { padding-top: 3px; margin-bottom: 11px; } 
	.cart-item-additional-data table td { font-size: 13px; }
	.basket-links { font-size: 15px; }
	.bflex { height: auto; text-align: center; margin-bottom: 0px; padding-bottom: 0;  }
	.basket-page-hr-wrapper { padding-bottom: 0; }
	
	.collflex { flex-wrap: wrap; }
	.collflex-info { order: 2;  width: 100%;  padding-right: 0; }
	.collflex-totals {order: 1;  width: 100%; margin-bottom: 15px;   }
	.woocommerce-cart .collflex-totals .cart_totals tr.order-total td[data-title="Total"] > strong { font-size: 28px; }
	
	.basketrow-vertical { height: auto; flex-direction: row; justify-content: space-between; align-items: center; }
	.woocommerce-cart-form__cart-item .product-quantity { 
		display: inline-block; 
		padding: 4px 12px; right: -26px;
	}
	.product-quantity-label { font-size: 13px; }
	.basketrow-actions .product-remove .remove { height: 26px; padding-left: 11px; padding-right: 11px; }
	.basketrow-actions .product-remove .remove .icon-remove { margin-left: 6px; }
	
	.checkout.woocommerce-checkout { flex-wrap: wrap; }
	.checkout.woocommerce-checkout .chk-main { width: 100%; }
	.checkout.woocommerce-checkout .chk-sidebar { width: 100%; }
	
	.customer-grid {  }
	.customer-grid-billing { width: 100%; }
	.customer-grid-shipping { width: 100%; }
	
	.woocommerce-form-login-toggle + .woocommerce-form-login { max-width: 100%; }
	
	.motorbike-photo { display: none; }
	.myc-photo  { display: none; }
	.myc-forms { width: 100%; padding-left: 0; }
	.woocommerce .loginav-form-login form .form-row input.input-text, 
	.woocommerce .loginav-form-register form .form-row input.input-text { padding: 10px 0; font-size: 16px; } 
	
	.page-content h2 { font-size: 24px;  margin-bottom: 20px;  }
	.page-content h3,
	.page-content h4,
	.page-content h5 { font-size: 18px;   margin-bottom: 10px;  }
	
	.hero-dots {  display: none; }
	
} /* @media -----------------------------------| width < 768px |-------------------------------------------*/

/* XS */
@media (max-width: 575.98px) and (orientation:landscape) {}
@media (max-width: 575.98px) {

} /* @media -----------------------------------| width < 576px |-------------------------------------------*/

/* ════════════════════════════════════════════╣     END    ╠════════════════════════════════════════════ */
@media screen and (min-width: 320px) and (max-width: 767.98px) and (orientation: landscape) { }
/* ╔══════════════════════════════════════════════════════════════════════════════════════════════════════╗ */
/* ║                                 ¡ NO STYLES BELOW THIS LINE PLEASE !                                 ║ */
/* ╚══════════════════════════════════════════════════════════════════════════════════════════════════════╝ */


