:root {
--main: #ae000c; --black: #151412; --grey: #727272; --dark-grey: #444444; }
html,
body {
width: 100vw;
max-width: 100vw;
overflow-x: hidden;
}  *,
*:after,
*:before {
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
} html {
font-size: 65%;
}
html {
scroll-behavior: smooth;
margin-top: 0 !important;
}
html,
body {
width: 100vw;
max-width: 100vw;
overflow-x: hidden;
} .clear:before,
.clear:after {
content: " ";
display: table;
}
.clear:after {
clear: both;
}
img {
vertical-align: bottom;
}  .wrapper {
max-width: 1280px;
width: 95%;
margin: 0 auto;
position: relative;
} .header {
} .logo {
}
.logo-img {
} .nav {
} .sidebar {
} .footer {
}
::selection {
background: var(--main);
color: #fff;
text-shadow: none;
}
::-webkit-selection {
background: var(--main);
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: var(--main);
color: #fff;
text-shadow: none;
}
::-webkit-scrollbar {
width: 16px;
height: 16px;
background: #e7e7e7;
}
::-webkit-scrollbar-thumb {
cursor: pointer;
background: var(--main);
}
a[href^="tel"] {
color: inherit; text-decoration: none;  }
.sticky {
}
.bypostauthor {
}
body {
max-width: 100vw;
overflow-x: hidden;
display: block;
float: left;
width: 100%;
}
body {
font-size: 1.3rem;
color: var(--grey);
background-color: #fff;
font-family: "Barlow Condensed", sans-serif;
font-weight: 400;
}
a {
color: var(--main);
}
a:hover,
a:focus,
a:active {
color: var(--grey);
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
body {
max-width: 100vw;
overflow-x: hidden;
} @media print {
* {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} li.cat-item.cat-item-171 {
display: none !important;
}
h1 {
font-size: 35px;
margin: 5px 0px;
}
.menuWrap {
display: block; width: 100%;
}
ul#menu-main-menu {
list-style: none;
}
ul#menu-main-menu li { display: inline-block;
}
ul#menu-main-menu a {
padding: 10px 20px;
font-size: 13px;
}
header {
display: block;
float: left;
width: 100%;
}
p {
font-size: 16px;
}
footer {
float: left;
width: 100%;
}
.CWRight {
text-align: right;
}
ul#menu-main-menu {
padding: 0px;
}
ul,
li,
ol {
margin: 0px;
padding: 0px;
list-style-type: none;
}
a {
text-decoration: none !important;
font-family: "Barlow Condensed", sans-serif;
}
a {
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
ul,
ol {
margin: 0px;
padding: 0px;
list-style-type: none;
}
img {
max-width: 100%;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
} i,
a {
display: inline-block;
}
.color-theme {
color: var(--main) !important;
}
select,
textarea,
select,
input[type="text"] {
border: none;
height: 35px;
background-color: #f8f8f8;
padding: 0 45px 0 20px;
}
input[type="button"],
button[type="submit"],
.widget a.button {
border: none;
height: 35px;
background-color: #f8f8f8;
padding: 0 15px;
}
a:focus,
a:hover {
text-decoration: none;
}
* html .clearfix {
zoom: 1;
} *:first-child + html .clearfix {
zoom: 1;
}   body,
html {
height: 100%;
}
html {
height: auto;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {
zoom: 1;
} *:first-child + html .clearfix {
zoom: 1;
} a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus {
text-decoration: none;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
a:focus,
a:hover {
text-decoration: none;
}
.color-theme {
color: var(--main) !important;
}
select,
textarea,
select {
border: none;
width: 100%;
height: 35px;
background-color: #f8f8f8;
padding: 0 40px;
} h1,
h2,
h3,
h4,
h5,
h6 {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto", serif;
color: var(--black);
}
p,
dl,
ol,
ul {
font-family: "Barlow Condensed", sans-serif;
margin-top: 0;
margin-bottom: 1em;
color: var(--dark-grey);
font-weight: 400;
}
h1 {
display: block;
font-size: 5rem;
margin-top: 0.3rem;
margin-bottom: 0.3rem;
margin-left: 0;
margin-right: 0;
}
h2 {
display: block;
font-size: 4rem;
margin-top: 0.3rem;
margin-bottom: 0.3rem;
margin-left: 0;
margin-right: 0;
}
h3 {
display: block;
font-size: 3rem;
margin-top: 0.3rem;
margin-bottom: 0.3rem;
margin-left: 0;
margin-right: 0;
}
h4 {
display: block;
font-size: 1.5rem;
margin-top: 0.3rem;
margin-bottom: 0.3rem;
margin-left: 0;
margin-right: 0;
letter-spacing: 2px;
text-transform: uppercase;
}
h5 {
display: block;
font-size: 2rem;
margin-top: 0.3rem;
margin-bottom: 0.3rem;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h6 {
display: block;
font-size: 1rem;
margin-top: 0.3rem;
margin-bottom: 0.3rem;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
p {
font-size: 1.6rem;
}
h1.main-red {
color: var(--main);
}
h1.main-grey {
color: var(--grey);
}
@media only screen and (max-width: 991px) {
h1 {
font-size: 4.8rem;
}
h2 {
font-size: 3.2rem;
}
h3 {
font-size: 2.4rem;
}
h4 {
font-size: 1.28rem;
}
h5 {
font-size: 1.6rem;
}
h6 {
font-size: 0.8rem;
}
} .width-1 {
width: 8.33333%;
}
.width-2 {
width: 16.66667%;
}
.width-3 {
width: 25%;
}
.width-4 {
width: 33.33333%;
}
.width-5 {
width: 41.66667%;
}
.width-6 {
width: 50%;
}
.width-7 {
width: 58.33333%;
}
.width-8 {
width: 66.66667%;
}
.width-9 {
width: 75%;
}
.width-10 {
width: 83.33333%;
}
.width-11 {
width: 91.66667%;
}
.width-12 {
width: 100%;
}
.push-1 {
left: 8.33333%;
}
.push-2 {
left: 16.66667%;
}
.push-3 {
left: 25%;
}
.push-4 {
left: 33.33333%;
}
.push-5 {
left: 41.66667%;
}
.push-6 {
left: 50%;
}
.push-7 {
left: 58.33333%;
}
.push-8 {
left: 66.66667%;
}
.push-9 {
left: 75%;
}
.push-10 {
left: 83.33333%;
}
.push-11 {
left: 91.66667%;
}
.pull-1 {
right: 8.33333%;
}
.pull-2 {
right: 16.66667%;
}
.pull-3 {
right: 25%;
}
.pull-4 {
right: 33.33333%;
}
.pull-5 {
right: 41.66667%;
}
.pull-6 {
right: 50%;
}
.pull-7 {
right: 58.33333%;
}
.pull-8 {
right: 66.66667%;
}
.pull-9 {
right: 75%;
}
.pull-10 {
right: 83.33333%;
}
.pull-11 {
right: 91.66667%;
}
.offset-1 {
margin-left: 8.33333% !important;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
}
.alpha {
padding-left: 0;
}
.omega {
padding-right: 0;
}
.clear {
width: 0;
height: 0;
display: block;
clear: both;
visibility: hidden;
}
.mt-0 {
margin-top: 0;
}
.mt-5 {
margin-top: 0.5rem;
}
.mt-10 {
margin-top: 1rem;
}
.mt-20 {
margin-top: 2rem;
}
.mt-30 {
margin-top: 3rem;
}
.mt-40 {
margin-top: 4rem;
}
.mt-50 {
margin-top: 5rem;
}
.mt-60 {
margin-top: 6rem;
}
.mt-70 {
margin-top: 7rem;
}
.mt-80 {
margin-top: 8rem;
}
.mt-90 {
margin-top: 9rem;
}
.mt-100 {
margin-top: 10rem;
}
.mt-110 {
margin-top: 11rem;
}
.mt-120 {
margin-top: 12rem;
}
.mt-130 {
margin-top: 13rem;
}
.mt-140 {
margin-top: 14rem;
}
.mt-150 {
margin-top: 15rem;
}
.mb-0 {
margin-bottom: 0;
}
.mb-5 {
margin-bottom: 0.5rem;
}
.mb-10 {
margin-bottom: 1rem;
}
.mb-20 {
margin-bottom: 2rem;
}
.mb-30 {
margin-bottom: 3rem;
}
.mb-40 {
margin-bottom: 4rem;
}
.mb-50 {
margin-bottom: 5rem;
}
.mb-60 {
margin-bottom: 6rem;
}
.mb-70 {
margin-bottom: 7rem;
}
.mb-80 {
margin-bottom: 8rem;
}
.mb-90 {
margin-bottom: 9rem;
}
.mb-100 {
margin-bottom: 10rem;
}
.mb-110 {
margin-bottom: 11rem;
}
.mb-120 {
margin-bottom: 12rem;
}
.mb-130 {
margin-bottom: 13rem;
}
.mb-140 {
margin-bottom: 14rem;
}
.mb-150 {
margin-bottom: 15rem;
}
.pt-0,
.section-block.pt-0 {
padding-top: 0;
}
.pt-5,
.section-block.pt-5 {
padding-top: 0.5rem;
}
.pt-10,
.section-block.pt-10 {
padding-top: 1rem;
}
.pt-20,
.section-block.pt-20 {
padding-top: 2rem;
}
.pt-30,
.section-block.pt-30 {
padding-top: 3rem;
}
.pt-40,
.section-block.pt-40 {
padding-top: 4rem;
}
.pt-50,
.section-block.pt-50 {
padding-top: 5rem;
}
.pt-60,
.section-block.pt-60 {
padding-top: 6rem;
}
.pt-70,
.section-block.pt-70 {
padding-top: 7rem;
}
.pt-80,
.section-block.pt-80 {
padding-top: 8rem;
}
.pt-90,
.section-block.pt-90 {
padding-top: 9rem;
}
.pt-100,
.section-block.pt-100 {
padding-top: 10rem;
}
.pt-110,
.section-block.pt-110 {
padding-top: 11rem;
}
.pt-120,
.section-block.pt-120 {
padding-top: 12rem;
}
.pt-130,
.section-block.pt-130 {
padding-top: 13rem;
}
.pt-140,
.section-block.pt-140 {
padding-top: 14rem;
}
.pt-150,
.section-block.pt-150 {
padding-top: 15rem;
}
.pb-0,
.section-block.pb-0 {
padding-bottom: 0;
}
.pb-5,
.section-block.pb-5 {
padding-bottom: 0.5rem;
}
.pb-10,
.section-block.pb-10 {
padding-bottom: 1rem;
}
.pb-20,
.section-block.pb-20 {
padding-bottom: 2rem;
}
.pb-30,
.section-block.pb-30 {
padding-bottom: 3rem;
}
.pb-40,
.section-block.pb-40 {
padding-bottom: 4rem;
}
.pb-50,
.section-block.pb-50 {
padding-bottom: 5rem;
}
.pb-60,
.section-block.pb-60 {
padding-bottom: 6rem;
}
.pb-70,
.section-block.pb-70 {
padding-bottom: 7rem;
}
.pb-80,
.section-block.pb-80 {
padding-bottom: 8rem;
}
.pb-90,
.section-block.pb-90 {
padding-bottom: 9rem;
}
.pb-100,
.section-block.pb-100 {
padding-bottom: 10rem;
}
.pb-110,
.section-block.pb-110 {
padding-bottom: 11rem;
}
.pb-120,
.section-block.pb-120 {
padding-bottom: 12rem;
}
.pb-130,
.section-block.pb-130 {
padding-bottom: 13rem;
}
.pb-140,
.section-block.pb-140 {
padding-bottom: 14rem;
}
.pb-150,
.section-block.pb-150 {
padding-bottom: 15rem;
}
[class*="pu-"],
[class*="pd-"] {
position: relative;
}
.pd-10 {
top: 1rem;
}
.pd-20 {
top: 2rem;
}
.pd-30 {
top: 3rem;
}
.pd-40 {
top: 4rem;
}
.pd-50 {
top: 5rem;
}
.pd-60 {
top: 6rem;
}
.pd-70 {
top: 7rem;
}
.pd-80 {
top: 8rem;
}
.pd-90 {
top: 9rem;
}
.pd-100 {
top: 10rem;
}
.pd-110 {
top: 11rem;
}
.pd-120 {
top: 12rem;
}
.pd-130 {
top: 13rem;
}
.pd-140 {
top: 14rem;
}
.pd-150 {
top: 15rem;
}
.pu-10 {
top: -1rem;
}
.pu-20 {
top: -2rem;
}
.pu-30 {
top: -3rem;
}
.pu-40 {
top: -4rem;
}
.pu-50 {
top: -5rem;
}
.pu-60 {
top: -6rem;
}
.pu-70 {
top: -7rem;
}
.pu-80 {
top: -8rem;
}
.pu-90 {
top: -9rem;
}
.pu-100 {
top: -10rem;
}
.pu-110 {
top: -11rem;
}
.pu-120 {
top: -12rem;
}
.pu-130 {
top: -13rem;
}
.pu-140 {
top: -14rem;
}
.pu-150 {
top: -15rem;
}
@media only screen and (max-width: 768px) {
.mt-mobile-0 {
margin-top: 0;
}
.mt-mobile-5 {
margin-top: 0.5rem;
}
.mt-mobile-10 {
margin-top: 1rem;
}
.mt-mobile-20 {
margin-top: 2rem;
}
.mt-mobile-30 {
margin-top: 3rem;
}
.mt-mobile-40 {
margin-top: 4rem;
}
.mt-mobile-50 {
margin-top: 5rem;
}
.mt-mobile-60 {
margin-top: 6rem;
}
.mt-mobile-70 {
margin-top: 7rem;
}
.mt-mobile-80 {
margin-top: 8rem;
}
.mt-mobile-90 {
margin-top: 9rem;
}
.mt-mobile-100 {
margin-top: 10rem;
}
.mt-mobile-110 {
margin-top: 11rem;
}
.mt-mobile-120 {
margin-top: 12rem;
}
.mt-mobile-130 {
margin-top: 13rem;
}
.mt-mobile-140 {
margin-top: 14rem;
}
.mt-mobile-150 {
margin-top: 15rem;
}
.mb-mobile-0 {
margin-bottom: 0;
}
.mb-mobile-5 {
margin-bottom: 0.5rem;
}
.mb-mobile-10 {
margin-bottom: 1rem;
}
.mb-mobile-20 {
margin-bottom: 2rem;
}
.mb-mobile-30 {
margin-bottom: 3rem;
}
.mb-mobile-40 {
margin-bottom: 4rem;
}
.mb-mobile-50 {
margin-bottom: 5rem;
}
.mb-mobile-60 {
margin-bottom: 6rem;
}
.mb-mobile-70 {
margin-bottom: 7rem;
}
.mb-mobile-80 {
margin-bottom: 8rem;
}
.mb-mobile-90 {
margin-bottom: 9rem;
}
.mb-mobile-100 {
margin-bottom: 10rem;
}
.mb-mobile-110 {
margin-bottom: 11rem;
}
.mb-mobile-120 {
margin-bottom: 12rem;
}
.mb-mobile-130 {
margin-bottom: 13rem;
}
.mb-mobile-140 {
margin-bottom: 14rem;
}
.mb-mobile-150 {
margin-bottom: 15rem;
}
[class*="pu-"],
[class*="pd-"] {
top: 0;
}
}
@media only screen and (max-width: 991px) {
[class*="width-"],
.width-1,
.width-10,
.width-11,
.width-12,
.width-2,
.width-3,
.width-4,
.width-5,
.width-6,
.width-7,
.width-8,
.width-9 {
width: 100%;
}
[class*="offset-"] {
margin-left: 0;
}
[class*="push-"],
[class*="pull-"] {
position: static;
left: 0;
right: 0;
}
.flex.v-align-middle {
display: block;
}
}
.section-block {
width: 100%;
padding: 3rem 9rem 7rem 9rem;
background-size: cover;
background-position: center;
}
.text-break {
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.flex {
width: 100%;
display: flex;
align-items: center;
}
.v-align-top {
align-self: flex-start !important;
vertical-align: top !important;
}
.v-align-bottom {
align-self: flex-end !important;
vertical-align: bottom !important;
}
.hide {
display: none !important;
visibility: hidden !important;
}
.show {
display: block !important;
visibility: visible !important;
}
.inline-block {
display: inline-block !important;
}
.mobile .hide-on-mobile,
.mobile .hide-on-mobile * {
display: none !important;
visibility: visible !important;
}
.no-margins {
margin: 0 !important;
}
.no-margin-top {
margin-top: 0 !important;
}
.no-margin-right {
margin-right: 0 !important;
}
.no-margin-bottom {
margin-bottom: 0 !important;
}
.no-margin-left {
margin-left: 0 !important;
}
.no-padding {
padding: 0 !important;
}
.no-padding-top {
padding-top: 0 !important;
}
.no-padding-right {
padding-right: 0 !important;
}
.no-padding-bottom {
padding-bottom: 0 !important;
}
.no-padding-left {
padding-left: 0 !important;
}
.overflow-visible {
overflow: visible !important;
}
.no-scroll {
overflow: hidden !important;
}
.clear-height {
height: auto !important;
}
.full-width {
width: 100% !important;
}
.middle-lining {
margin: 0 auto !important;
}
.offset-middle {
margin: 0 auto !important;
} .site-header__header-one-wrap {
position: relative;
display: block;
}
.topbar-one {
position: relative;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/topbar_background.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.topbar-one .topbar_bg {
vertical-align: top !important;
max-width: none !important;
width: 100%;
}
.topbar-one .topbar_bg img {
position: absolute;
left: 0;
bottom: -16px;
right: 0;
height: 16px;
z-index: 9;
width: 100%;
}
.main-nav__header-one .main-nav_bg {
display: none;
}
.main-nav__header-one .stricked-menu.stricky-fixed .main-nav_bg {
vertical-align: top !important;
max-width: none !important;
width: 100%;
display: block;
}
.main-nav__header-one .stricked-menu.stricky-fixed .main-nav_bg img {
position: absolute;
left: 0;
bottom: -16px;
right: 0;
height: 16px;
z-index: 1;
width: 100%;
}
.topbar-one a {
color: #f8f8f8;
font-size: 1.4rem;
padding-left: 6px;
}
.topbar-one a i {
padding-right: 6px;
}
.topbar-one .container {
min-height: 126px;
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.topbar-one .container.top_label {
min-height: 65px;
border-bottom: 2px solid var(--grey);
}
.topbar-one__left {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.topbar-one img.king_armor {
width: 80%;
object-fit: cover;
}
.topbar-one .container.flex-ending {
justify-content: flex-start;
display: flex;
}
.topbar-one__left a {
color: var(--main-grey);
font-size: 14px;
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.topbar-one__left a svg {
position: relative;
top: 4px;
display: inline-block;
padding-right: 5px;
color: var(--title);
font-size: 25px;
width: 0.9em !important;
}
.topbar-one__left a:hover {
color: var(--main);
}
.topbar-one__left a + a {
margin-left: 30px;
}
.topbar-one__middle {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.flex-ending .topbar-one__middle {
position: absolute;
top: 50%;
left: 40%;
transform: translateY(-50%) translateX(-40%);
}
.topbar-one__middle a {
display: inline-block;
}
.topbar-one__right {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.top_label .topbar-one__right li {
margin-right: 10px;
}
.address-number p {
margin-bottom: 0;
font-weight: 300;
padding: 0 2rem;
color: #f8f8f8;
}
.flex-ending .topbar-one__right {
position: absolute;
top: 60%;
right: 0;
transform: translateY(-60%) translateX(-50%);
}
.flex-ending .topbar-one__left {
position: absolute;
top: 50%;
left: 10%;
transform: translateY(-50%) translateX(5%);
}
.topbar-one__social {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.topbar-one__social a + a {
margin-left: 0;
}
.topbar-one__social a {
color: #f8f8f8;
font-size: 14px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.topbar-one__social a:hover {
background-color: var(--title);
color: #fff;
}
.topbar-one__social.home-four a {
opacity: 0.3;
}
.topbar-one__social.home-four a:hover {
opacity: 1;
color: var(--main-grey);
background-color: var(--light-beige);
} header.main-nav__header-one {
padding-top: 0;
}
.main-nav__header-one {
position: relative;
background: var(--black);
color: #ffffff;
border-top: 1px solid #000000;
}
.main-nav__header-one .container {
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
justify-content: center;
}
.main-nav__left {
width: 100%;
max-width: 45px;
display: block;
margin-right: 100px;
padding: 32px 0 15px;
}
.main-nav__search {
position: relative;
color: var(--thm-black);
font-size: 25px;
transition: all 500ms ease;
}
.main-nav__search:hover {
color: var(--dark-beige);
}
.main-nav__left .side-menu__toggler {
position: relative;
display: inline-block;
margin-left: 30px;
font-size: 20px;
color: var(--thm-black);
}
.main_nav__left_four .side-menu__toggler {
color: #fff;
}
.main-nav__main-navigation ul#menu-main-menu {
margin: 0;
padding: 0;
list-style: none;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.main-nav__main-navigation ul#menu-main-menu,
.main-nav__main-navigation ul#menu-main-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-nav__main-navigation ul#menu-main-menu > li + li {
}
.main-nav__main-navigation ul#menu-main-menu > li {
position: relative;
margin: 15px 15px;
padding: 0;
}
.main-nav__main-navigation ul#menu-main-menu {
justify-content: space-evenly;
}
.main-nav__main-navigation ul#menu-main-menu > li > a {
position: relative;
display: inline-block;
padding: 2px 15px 10px 15px;
border-radius: 0px;
color: #ffffff;
font-size: 20px;
line-height: 20px;
font-weight: 600;
text-transform: capitalize;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 1;
}
.main-nav__main-navigation ul#menu-main-menu > li:hover > a,
.main-nav__main-navigation ul#menu-main-menu > li.current > a,
.main-nav__main-navigation ul#menu-main-menu > li.current-menu-item > a {
color: var(--main);
background: transparent;
}
.main-nav__main-navigation ul#menu-main-menu > li:hover > a:before,
.main-nav__main-navigation ul#menu-main-menu > li.current > a:before,
.main-nav__main-navigation ul#menu-main-menu > li.current-menu-item > a:before {
opacity: 1;
transform: scaleX(1);
}
.flex-ending .search-widget form {
display: flex;
align-items: flex-end;
align-content: flex-end;
} .main-nav__main-navigation .dropdown-btn {
display: none;
}
.main-nav__main-navigation ul#menu-main-menu > li ul {
position: absolute;
display: flex;
flex-direction: column;
width: 230px;
background-color: #fff;
border-top: 0px solid #f7f6f6;
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
-2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-webkit-transform-origin: top;
transform-origin: top;
visibility: hidden;
opacity: 0;
z-index: 991;
-webkit-transition: opacity 500ms ease, visibility 500ms ease,
-webkit-transform 500ms ease;
transition: opacity 500ms ease, visibility 500ms ease,
-webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease,
-webkit-transform 500ms ease;
}
.main-nav__main-navigation ul#menu-main-menu > li ul > li {
position: relative;
}
.main-nav__main-navigation ul#menu-main-menu > li ul > li + li {
border-top: 1px solid #f7f6f6;
}
.main-nav__main-navigation ul#menu-main-menu > li ul > li > a {
display: block;
color: var(--title);
font-size: 14px;
word-break: break-all;
padding-top: 9.5px;
font-weight: 500;
padding-bottom: 9.5px;
padding-left: 20px;
padding-right: 20px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-nav__main-navigation ul#menu-main-menu > li ul > li:hover > a {
background-color: var(--n-brown);
border-right: 2px solid var(--n-brown);
border-left: 2px solid var(--n-brown);
} .main-nav__main-navigation ul#menu-main-menu > li > ul {
top: 130%;
left: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
visibility: hidden;
opacity: 0;
}
.main-nav__main-navigation ul#menu-main-menu > li:hover > ul {
-webkit-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1;
} .main-nav__main-navigation ul#menu-main-menu > li > ul > li > ul {
top: 0;
left: 100%;
-webkit-transform: translateX(30px);
transform: translateX(30px);
visibility: hidden;
opacity: 0;
}
.main-nav__main-navigation ul#menu-main-menu > li > ul > li:hover > ul {
-webkit-transform: translateX(0px);
transform: translateX(0px);
visibility: visible;
opacity: 1;
} .main-nav__main-navigation ul#menu-main-menu > li > ul > li > ul > li ul {
display: none;
}
.main-nav__right {
margin-left: auto;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.main-nav__right .icon_cart_box {
position: relative;
display: block;
padding: 32px 0 15px;
}
.main-nav__right .icon_cart_box a {
color: var(--thm-black);
font-size: 25px;
}  .offcanvas-wrapper {
position: fixed;
width: 400px;
top: 0;
min-height: 100vh;
left: 0;
-webkit-transition: all 0.4s;
transition: all 0.4s;
z-index: 999;
opacity: 0;
visibility: hidden;
margin-left: -450px;
}
.offcanvas-wrapper.show-offcanvas {
margin-left: 0 !important;
opacity: 1 !important;
visibility: visible !important;
}
.offcanvas-wrapper .offcanvas-overly {
position: fixed;
height: 100vh;
width: 100%;
z-index: 98;
background-color: #1e1e1e;
left: 0;
top: 0;
-webkit-transition: all 0.4s;
transition: all 0.4s;
cursor: pointer;
opacity: 0;
visibility: hidden;
}
.offcanvas-wrapper .offcanvas-overly.show-overly {
visibility: visible;
opacity: 0.5;
}
.offcanvas-wrapper .offcanvas-widget {
background-color: var(--black);
width: 100%;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/topbar_background.jpg);
background-repeat: no-repeat;
background-blend-mode: darken;
background-position: bottom;
background-size: cover;
height: 100vh;
padding: 30px 40px;
position: relative;
z-index: 99;
overflow-y: auto;
}
.offcanvas-wrapper .offcanvas-widget a.offcanvas-close {
position: absolute;
right: 30px;
top: 30px;
font-size: 28px;
color: var(--main);
}
.offcanvas-wrapper .offcanvas-widget .widget {
margin-bottom: 35px;
font-size: 14px;   }
.offcanvas-wrapper .offcanvas-widget .widget-title {
font-size: 20px;
color: #f8f8f8;
margin-bottom: 25px;
line-height: 1;
position: relative;
padding-left: 30px;
font-weight: 600;
}
.offcanvas-wrapper .offcanvas-widget .widget-title::before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 2px;
background-color: var(--main);
content: "";
}
.offcanvas-wrapper .widget .widget-title,
.widget .widgettitle {
padding: 1rem 0;
}
.offcanvas-wrapper .offcanvas-widget .widget.search-widget form {
position: relative;
overflow: hidden;
}
.offcanvas-wrapper .offcanvas-widget .widget.search-widget form input {
background-color: #f8f8f8;
height: 50px;
border: none;
font-size: 14px;
width: 100%;
}
.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button {
border: none;
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 100%;
z-index: 1;
background-color: var(--main);
font-size: 14px;
color: #fff;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button:hover {
background-color: var(--grey);
color: #fff;
}
.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li {
line-height: 30px;
list-style: none;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.widget.nav-widget li a {
color: #f8f8f8 !important;
font-weight: 400;
}
.topbar-one .widget {
margin: 0;
}
.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li a:hover {
padding-left: 10px;
color: var(--main);
}
.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li .submenu {
padding-left: 10px;
}
.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li {
display: inline-block;
margin-right: 5px;
}
.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a {
height: 40px;
width: 40px;
background-color: var(--main);
color: #fff;
line-height: 40px;
text-align: center;
}
.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a:hover {
background-color: #222;
}
.d-flex {
display: -ms-flexbox;
display: flex;
} .stricked-menu.stricky-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/topbar_background.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: transparent;
box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
padding-top: 10px;
padding-bottom: 10px;
}
.main-nav__header-one
.stricked-menu.stricky-fixed
.main-nav__logo.mobile-stricky,
.main-nav__header-one .main-nav__logo.mobile-stricky {
display: none;
}
@media only screen and (max-width: 991px) {
.main-nav__header-one
.stricked-menu.stricky-fixed
.main-nav__logo.mobile-stricky {
justify-content: center;
display: block;
width: 100px;
margin: 0 auto;
padding-right: 3rem;
}
}
.main-nav__logo {
width: 90px;
}
.stricked-menu.stricky-fixed .main-nav__main-navigation ul#menu-main-menu > li {
position: relative;
padding: 0.1rem 0px 0.5rem;
}
.stricked-menu.stricky-fixed .main-nav__left {
padding: 29px 0 23px;
}
.stricked-menu.stricky-fixed .main-nav__right .icon_cart_box {
padding: 29px 0 23px;
top: 0;
}
.offcanvas-widget .widget ul {
padding-left: 2rem;
}
.offcanvas-widget .widget ul.sub-menu {
display: none;
}
.sticky-logo {
display: none;
}
.offcanvas-wrapper .offcanvas-widget .widget-title {
padding-left: 10px;
margin-top: 40px;
}
.stricked-menu.stricky-fixed .sticky-logo {
display: inline-block;
width: 150px;
padding-right: 20px;
left: 5%;
}
.offcanvas-widget .widget.social-link ul {
padding-left: 0;
}
@media only screen and (min-width: 1500px) and (max-width: 1900px) { .topbar_three_nav_box {
max-width: 980px;
}
.logo-box-three {
max-width: 200px;
}
.main-nav__main-navigation.three .main-nav__navigation-box > li + li {
margin-left: 20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) { .topbar_three_nav_box {
max-width: 850px;
}
.logo-box-three {
max-width: 200px;
}
.main-nav__main-navigation.three .main-nav__navigation-box > li + li {
margin-left: 1px;
} .main-nav__main-navigation.five .main-nav__navigation-box > li + li {
margin-left: 1px;
}
}
@media only screen and (max-width: 1199px) {
.main-nav__main-navigation ul#menu-main-menu > li > a {
padding: 7px;
font-size: 13px;
}
}
@media (max-width: 1315px) {
.main_nav_right_three {
display: none;
}
}
@media (max-width: 1280px) {
.topbar_three_right_box {
display: none;
}
.main_nav_header_three_content .main-nav__main-navigation {
float: none !important;
}
.main_nav_header_three_content {
display: flex;
justify-content: flex-end;
}
.stricked-menu .main_nav_header_three_content {
justify-content: center;
}
}
@media (max-width: 991px) {
.topbar-one .topbar_bg {
display: none;
}
.offcanvas-wrapper .about-widget .topbar-one__left {
display: block;
}
footer .topbar-one__right {
display: block;
}
.flex-ending .topbar-one__right {
display: none;
}
.topbar-one__left {
margin-bottom: 1rem;
padding-top: 1rem;
}
.topbar-one__right {
display: none;
}
.topbar-one__middle {
transform: translate(0);
position: absolute;
padding: 0;
top: 0px;
left: 0;
right: 0;
z-index: 10;
text-align: center;
width: 210px;
margin: 0 auto;
padding: 9px 0 10px;
}
.main-nav__left {
margin-right: 0px;
padding: 24px 0 23px;
}
.main-nav__right {
}
.main-nav__right .icon_cart_box {
position: relative;
top: -6px;
}
.main-nav__right .icon_cart_box a span:before {
position: relative;
} .header_address_two {
display: none;
}
.header_btn_two {
display: none;
}
.logo-box-two {
width: 100%;
padding: 29.5px 0;
float: none !important;
text-align: center;
}
.logo-box-two:before {
display: none;
}
.mobile_menu_icon_two {
position: relative;
display: inline-block;
float: left;
padding: 20px 0;
}
.mobile_menu_icon_two a {
position: relative;
display: block;
color: #ffffff;
font-size: 30px;
line-height: 0;
}
.main-nav__header_two .stricked-menu .mobile_menu_icon_two {
padding: 30px 0;
}
.company_content {
margin-top: 30px;
padding-top: 50px;
} .topbar_three_right_box {
display: none;
}
.main_nav_right_three {
display: none;
}
.topbar_three_nav_box {
position: relative;
display: block;
max-width: 70px;
width: 100%;
float: right !important;
padding: 25px 0;
}
.main_nav_header_three_content {
padding-left: 0;
}
.mobile_menu_icon_three a {
color: #ffffff;
font-size: 30px;
}
.logo-box-three {
max-width: 220px;
padding: 12px 0;
}
.topbar_three_nav_box .stricked-menu {
display: none;
} .main-nav__right.four .icon_cart_box {
padding: 26px 0 21px;
top: 0;
} .topbar_three_right_box {
display: none;
}
.main_nav_right_three.five {
display: none;
}
.topbar_three_nav_box {
position: relative;
display: block;
max-width: 70px;
width: 100%;
float: right !important;
padding: 25px 0;
}
.main_nav_header_three_content {
padding-left: 0;
}
.mobile_menu_icon_three.five a {
color: #404a3d;
font-size: 30px;
}
.topbar_three_nav_box .stricked-menu {
display: none;
}
}
@media (max-width: 767px) {
.main-nav__search {
display: none;
}
.main-nav__left {
width: 50px;
}
.main-nav__left .side-menu__toggler {
margin-left: 0px;
}
}
.toggle a#offCanvasBtn {
color: var(--dark-beige);
font-size: 34px;
padding: 10px;
display: none;
}
@media screen and (max-width: 991px) {
.toggle a#offCanvasBtn {
display: inline-block !important;
}
} footer ul#menu-main-menu-2 {
display: flex; flex-direction: column;
white-space: nowrap;
flex-wrap: wrap;
max-height: 200px;
}
.site-footer {
padding: 0 !important;
}
footer.site-footer .footer-widget__column img {
width: 200px;
margin: 0 auto;
}
footer.site-footer .footer-widget__column.footer-img_logo {
display: flex;
justify-content: center;
align-items: center;
}
.site-footer_farm_image .width-3 .footer-widget__column {
padding-left: 15%;
}
footer.site-footer {
position: relative;
display: block;
background-color: #ffffff;
}
footer .site-footer_farm_image {
position: relative;
z-index: 1;
background-color: #ffffff;
padding: 50px 30px;
}
.footer-widget__column.margin_left_30 {
margin-left: 30px;
}
footer.site-footer .topbar-one__social a {
color: #ffffff !important;
}
footer.site-footer .topbar-one__social a:hover {
color: #ffffff !important;
}
footer.site-footer .container.footer_right-w {
background-color: var(--black);
color: #ffffff;
width: 62%;
padding: 10px;
float: right;
justify-content: center;
align-content: center;
}
footer.site-footer .container.footer_right-w > .main-right_footer {
display: flex;
flex-wrap: nowrap;
align-content: center;
width: 80%;
align-items: center;
justify-content: space-between;
}
footer.site-footer .container.footer_left-w {
background-color: var(--main);
color: #ffffff;
width: 35%;
padding: 10px;
float: left;
justify-content: flex-end;
} .footer-widget__title {
position: relative;
display: block;
margin-bottom: 36px;
}
.footer-widget__title h4 {
color: #ffffff;
font-size: 24px;
margin: 0;
font-weight: 700;
text-transform: uppercase;
}
.footer-widget__title:before {
position: absolute;
bottom: -8px;
left: 0;
height: 4px;
width: 20px;
background: var(--main);
content: "";
border-radius: 5px;
}
.footer-widget_about_text p {
color: var(--grey);
font-size: 16px;
margin: 0;
}
.footer_input-box {
position: relative;
display: block;
margin-top: 29px;
}
.footer_input-box input {
height: 70px;
width: 100%;
background: var(--main);
border: none;
padding: 0 30px;
border-radius: 5px;
}
.footer_input-box input[type="Email"] {
font-size: 16px;
color: #ffffff;
height: 70px;
width: 100%;
background: var(--main);
border: none;
padding: 0 30px;
border-radius: 5px;
}
.footer_input-box .button {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 60px;
display: flex;
justify-content: center;
align-items: center;
border: none;
border-radius: 5px;
background: var(--main);
}
.footer_input-box .button i {
color: var(--main);
}
.footer_input-box input[type="email"]:focus {
outline: none;
}
.footer_input-box input[type="email"]::-webkit-input-placeholder {
color: var(--black);
}
.footer_input-box input[type="email"]:-moz-placeholder {
color: var(--black);
}
.footer_input-box input[type="email"]::-moz-placeholder {
color: var(--black);
}
.footer_input-box input[type="email"]:-ms-input-placeholder {
color: var(--black);
}
.footer-widget__links-list li a {
position: relative;
color: var(--black);
font-size: 16px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__links-list li a:hover {
padding-left: 15px;
color: var(--main);
}
.footer-widget__links-list li a::before {
content: "\f101";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 12px;
color: var(--title);
opacity: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__links-list li a:hover::before {
opacity: 1;
}
.footer-widget__news {
position: relative;
display: block;
margin: 0;
padding-top: 2px;
margin-left: 7px;
}
.footer-widget__news li {
position: relative;
display: block;
padding-left: 70px;
padding-bottom: 28px;
}
.footer-widget__news_image {
position: absolute;
left: 0;
top: 10px;
display: block;
overflow: hidden;
height: 50px;
width: 50px;
border-radius: 5px;
}
.footer-widget__news_image img {
width: 100%;
opacity: 1;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__news_image img:hover {
opacity: 0.5;
}
.footer-widget__news_text p {
margin: 0;
line-height: 29px;
}
.footer-widget__news_text a {
color: var(--grey);
font-size: 16px;
transition: 500ms;
}
.footer-widget__news_text a:hover {
color: var(--main);
}
.footer-widget__news_date_box p {
font-size: 14px;
color: var(--title);
font-weight: 600;
margin: 0;
}
.footer-widget__contact {
}
.footer-widget_contact p {
color: var(--grey);
font-size: 16px;
margin: 0;
margin-bottom: 14px;
}
.footer-widget_contact a {
color: var(--main);
font-size: 16px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget_contact a:hover {
color: var(--main);
}
.site-footer__social {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin-top: 19px;
}
.site-footer__social a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 45px;
height: 45px;
background-color: #fff;
color: var(--title);
font-size: 16px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.site-footer__social a + a {
margin-left: 10px;
}
.site-footer__social a:hover {
background-color: var(--title);
color: #ffffff;
}
.site-footer_bottom {
position: relative;
display: block;
background: var(--title);
}
.site-footer_bottom .container {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.site-footer_bottom_copyright p {
color: var(--light-beige);
font-size: 16px;
margin: 0;
}
.site-footer_bottom_copyright a {
color: var(--light-beige);
font-size: 16px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.site-footer_bottom_copyright a:hover {
color: var(--dark-beige);
}
.site-footer_bottom_menu ul {
margin: 0;
}
.site-footer_bottom_menu ul li {
display: inline-block;
margin-right: 20px;
}
.site-footer_bottom_menu ul li:last-child {
margin-right: 0;
}
.site-footer_bottom_menu ul li a {
color: var(--light-beige);
font-size: 16px;
display: inline-block;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.site-footer_bottom_menu ul li a:hover {
color: var(--main);
}
.site-footer.site-footer_two .footer-widget__title h4 {
color: var(--title);
}
.site-footer.site-footer_two .footer-widget_about_text p {
color: var(--main-grey);
}
.site-footer.site-footer_two .footer_input-box input[type="Email"] {
background: var(--light-beige);
}
.site-footer.site-footer_two .footer_input-box .button {
background: var(--light-beige);
}
.site-footer.site-footer_two .footer_input-box .button i {
color: var(--main);
}
.site-footer.site-footer_two .footer_input-box input[type="email"]:focus {
outline: none;
}
.site-footer.site-footer_two
.footer_input-box
input[type="email"]::-webkit-input-placeholder {
color: var(--main-grey);
}
.site-footer.site-footer_two
.footer_input-box
input[type="email"]:-moz-placeholder {
color: var(--main-grey);
}
.site-footer.site-footer_two
.footer_input-box
input[type="email"]::-moz-placeholder {
color: var(--main-grey);
}
.site-footer.site-footer_two
.footer_input-box
input[type="email"]:-ms-input-placeholder {
color: var(--main-grey);
}
.footer-widget__links-list.type2 li a {
color: var(--main-grey);
}
.site-footer.site-footer_two .footer-widget__news_text a {
color: var(--main-grey);
}
.site-footer.site-footer_two .footer-widget__news_date_box p {
color: var(--main);
}
.site-footer.site-footer_two .footer-widget_contact p {
color: var(--main-grey);
}
.site-footer.site-footer_two .footer-widget_contact a {
color: var(--main);
}
.site-footer.site-footer_two .footer-widget_contact a:hover {
color: var(--dark-beige);
}
.site-footer.site-footer_two .site-footer__social a {
background: var(--thm-black);
color: #ffffff;
}
.site-footer.site-footer_two .site-footer__social a:hover {
color: #ffffff;
background: var(--main);
}
.site-footer_bottom.site-footer-bottom-two {
width: 100%;
margin: 0;
}
.site-footer_bottom.site-footer-bottom-two .site-footer_bottom_copyright p {
color: var(--main-grey);
}
.site-footer_bottom.site-footer-bottom-two .site-footer_bottom_copyright a {
color: var(--main-grey);
}
.site-footer_bottom.site-footer-bottom-two .site-footer_bottom_menu ul li a {
color: var(--main-grey);
}
.site-footer_bottom.site-footer-bottom-two
.site-footer_bottom_menu
ul
li
a:hover {
color: var(--main);
}
footer {
float: left;
width: 100%;
display: block;
}
.site-footer.site-footer_two ul#menu-main-menu-3 {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
width: 100%;
}
.site-footer.site-footer_two ul#menu-main-menu-3 li {
display: inline-block;
margin-bottom: 10px;
width: 100%;
}
.site-footer.site-footer_two li {
margin-bottom: 10px;
}
.offcanvas-wrapper .about-widget .topbar-one__left li a {
padding-left: 10px;
}
.offcanvas-wrapper .about-widget .topbar-one__left li {
list-style: none !important;
margin-bottom: 10px;
width: 200px;
color: #f8f8f8;
padding: 0.5rem 2rem;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment
.payment_methods
li
input[type="radio"]:first-child:checked
+ label:before {
color: var(--main);
}
body.checkout .woocommerce-message a,
body.checkout .woocommerce-info a,
body.checkout .woocommerce-error a,
body.checkout .woocommerce-noreviews a,
body.checkout p.no-comments a {
color: var(--dark-grey);
}
.offcanvas-wrapper .offcanvas-widget .widget .topbar-one__right {
color: #f8f8f8;
}
.offcanvas-wrapper .offcanvas-widget a.cart-contents {
color: #f8f8f8;
}
.offcanvas-wrapper .about-widget .topbar-one__left li:hover {
padding-left: 15px;
color: var(--main);
}
.offcanvas-wrapper .offcanvas-widget .widget .topbar-one__right {
display: flex;
flex-direction: column;
padding-left: 2rem;
align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-widget__column {
margin-bottom: 40px;
}
.footer-widget__column.margin_left_30 {
margin-left: 0px;
}
}
@media only screen and (max-width: 767px) {
.site-footer_bottom .container {
justify-content: center;
flex-direction: column;
}
.footer-widget__column {
margin-bottom: 40px;
}
.footer-widget__column.margin_left_30 {
margin-left: 0px;
}
.site-footer_bottom .container {
justify-content: center;
flex-direction: column;
}
}
.container {
position: relative;
}
.topbar-one__social a:focus {
outline: none;
} .topbar-one__social div {
display: flex;
position: relative;
background: none;
border: none;
color: #fff;
width: 35px;
margin-right: 1rem;
height: 35px;
cursor: pointer;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.09);
}
.topbar-one__social div a {
display: block;
}
.topbar-one__social div::before,
.topbar-one__social div::after {
content: "";
width: 0;
height: 2px;
position: absolute;
transition: all 0.2s linear;
background: #fff;
}
.topbar-one__social div a::before,
.topbar-one__social div a::after {
content: "";
width: 2px;
height: 0;
position: absolute;
transition: all 0.2s linear;
background: #fff;
}
.topbar-one__social div:hover::before,
.topbar-one__social div:hover::after {
width: 100%;
}
.topbar-one__social div:hover a::before,
.topbar-one__social div:hover a::after {
height: 100%;
}
.topbar-one__social div::after {
right: 0;
bottom: 0;
transition-duration: 0.4s;
}
.topbar-one__social div a::after {
right: 0;
bottom: 0;
transition-duration: 0.4s;
}
.topbar-one__social div::before {
left: 0;
top: 0;
transition-duration: 0.4s;
}
.topbar-one__social div a::before {
left: 0;
top: 0;
transition-duration: 0.4s;
} .btn-5 {
display: flex;
position: relative;
background: none;
border: none;
font-family: "Barlow Condensed", sans-serif !important;
color: #fff;
width: 135px !important;
height: 45px !important;
cursor: pointer;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.09);
border-radius: 0 !important;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/button-background.png);
background-position: center;
background-size: cover;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.btn-5:hover {
background: #ffffff;
}
div#n2-ss-7 .btn-5 .n2-font-4516ad337f0f3bdea21bd4feae71ff6e-link a:hover,
.btn-5 a:hover {
color: var(--main);
}
.btn-5 a {
font-family: "Barlow Condensed", sans-serif !important;
color: #fff;
text-transform: uppercase;
font-weight: 500 !important;
}
.n2-ss-slider ul.n2-ow,
.n2-ss-slider li.n2-ow,
.n2-ss-slider img.n2-ow,
.n2-ss-slider a.n2-ow,
.n2-ss-slider p.n2-ow,
.n2-ss-slider ol.n2-ow,
.n2-ss-slider textarea.n2-ow,
.n2-ss-slider input.n2-ow,
.n2-ss-slider button.n2-ow {
transition: all 0.2s linear !important;
}
.n2-ss-slider a.n2-ow,
.n2-ss-slider a.n2-ow:focus,
.n2-ss-slider .n2-ow-all a,
.n2-ss-slider .n2-ow-all a:focus {
transition: all 0.2s linear !important;
}
.btn-5 a div > div {
display: block !important;
}
.btn-5::before,
.btn-5::after {
content: "";
width: 0;
height: 2px;
position: absolute;
transition: all 0.2s linear;
background: #fff;
}
.btn-5 a div > div::before,
.btn-5 a div > div::after {
content: "";
width: 2px;
height: 0;
position: absolute;
transition: all 0.2s linear;
background: #fff;
}
.btn-5:hover::before,
.btn-5:hover::after {
width: 100%;
}
.btn-5:hover a div > div::before,
.btn-5:hover a div > div::after {
height: 100%;
}
.btn-5::after {
right: 0;
bottom: 0;
transition-duration: 0.4s;
}
.btn-5 a div > div::after {
right: 0;
bottom: 0;
transition-duration: 0.4s;
}
.btn-5::before {
left: 0;
top: 0;
transition-duration: 0.4s;
}
.btn-5 a div > div::before {
left: 0;
top: 0;
transition-duration: 0.4s;
}
.custom-feat_products li {
width: 400px !important;
} .flex-control-nav li {
zoom: 1;
width: 100%;
display: inline-flex;
align-content: center;
align-items: center;
flex-wrap: nowrap;
flex-direction: row;
margin: 0 auto;
justify-content: center;
}
*/
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
display: none;
}  div#n2-ss-7 .btn-5 .n2-font-4516ad337f0f3bdea21bd4feae71ff6e-link a:hover,
.btn-5 a:hover {
color: var(--main);
}
.btn-5 a {
font-family: "Barlow Condensed", sans-serif !important;
color: #fff;
text-transform: uppercase;
font-weight: 500 !important;
}
.slider-productFeatures .n2-ss-slider .n2-ss-slide-background,
.n2-ss-slider .n2-ss-slide-background img {
height: 230px;
text-align: center;
left: 50%;
transform: translateX(-50%);
width: 100%;
}
.slider-productFeatures div#n2-ss-8 .n2-ss-slide {
background-color: rgb(255, 255, 255);
box-shadow: 0 3px 7px 0 rgb(34 34 34 / 24%);
}
.slider-productFeatures .n2-ss-item-content.n2-ss-text.n2-ow {
font-size: 15px;
padding-right: 2rem;
padding-left: 2rem;
}
.slider-productFeatures
.n2-ss-item-content.n2-ss-text
p
span.woocommerce-Price-amount {
font-size: 15px;
font-weight: 900;
}
.slider-productFeatures
.n2-ss-item-content.n2-ss-text
p
del
span.woocommerce-Price-amount {
font-size: 15px;
font-weight: 900;
}
.slider-productFeatures .n2-ss-slide:hover .n2-ss-slide-background-image img,
.slider-productFeatures
.n2-ss-slide:hover
.n2-font-f96d1c621900dcc754ac4035a542da52-hover {
opacity: 0.6;
}
.slider-productFeatures .n2-ss-slide .btn-7 {
-webkit-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
}
.slider-productFeatures
div#n2-ss-8
.btn-7:hover
.n2-ss-button-container
a
> div {
color: var(--main);
}
.slider-productFeatures div#n2-ss-8 .btn-7 .n2-ss-button-container a > div {
text-transform: uppercase !important;
font-family: "Barlow Condensed", sans-serif !important;
font-size: 16px;
letter-spacing: 2px;
font-weight: 400;
}
.slider-productFeatures .n2-ss-slide:hover .btn-7.keep_hidden {
display: flex;
}
.slider-productFeatures .n2-ss-slide .btn-7.keep_hidden {
display: none;
}
.btn-7 {
display: flex;
position: relative;
background: none;
border: none;
color: #fff;
width: 135px !important;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/red_button.png);
background-position: center;
background-size: cover;
height: 45px !important;
cursor: pointer;
background: var(--main);
align-items: center;
justify-content: center;
border-radius: 0 !important;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.btn-7:hover {
background: rgba(255, 255, 255, 0.15);
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/red_button.png);
background-position: center;
background-size: cover;
border: none;
}
.btn-7:hover a {
color: var(--main);
}
.slider-productFeatures .n2-ss-slider .n2-ss-section-main-content {
position: relative;
}
.slider-productFeatures .row-abso {
position: absolute !important;
top: 50%;
}
.slider-productFeatures
.n2-ss-slider
[data-mode="fit"]
.n2-ss-slide-background-image
img {
object-fit: fill;
}
.slider-productFeatures
.n2-ss-item-content.n2-ss-text
p
del
span.woocommerce-Price-amount::after {
content: " - ";
display: inline-block;
padding-right: 3px;
padding-left: 3px;
right: 0;
}
.slider-productFeatures div#n2-ss-8 .n2-ss-slider-pane {
overflow: visible !important;
}
.slider-productFeatures
div#n2-ss-8
.n2-font-f96d1c621900dcc754ac4035a542da52-hover::first-line {
font-size: 14px;
line-height: 1.2;
padding-bottom: 10px;
font-weight: 700;
}
.slider-productFeatures
div#n2-ss-8
.n2-font-f96d1c621900dcc754ac4035a542da52-hover {
font-size: 12px;
line-height: 1.2;
padding-bottom: 10px;
font-weight: 400;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.slider-productFeatures div#n2-ss-8 .n-uc-roIwPcVkPqcM3-inner {
padding: 10px 0;
}
.slider-productFeatures div#n2-ss-8 .n-uc-tvNKZZzaJpVn3-inner {
padding: 0 5px 5px 5px;
}
.slider-productFeatures div#n2-ss-8 .n-uc-fWMfq2ZSV6QR3-inner {
padding: 0;
}
.slider-productFeatures
div#n2-ss-8
.n2-font-866d36a124df41e7de09dc5cf9579335-paragraph {
padding: 10px 0;
border-top: 2px solid #eeeeee;
}
.slider-productFeatures
div#n2-ss-8
.n2-ss-layer-row.n2-ss-layer-with-background {
padding: 0;
}
.slider-productFeatures
div#n2-ss-8
.n2-ss-layer-col.n2-ss-layer-with-background.n2-ss-layer-content {
padding: 0;
}
.slider-productFeatures div#n2-ss-8 .n2-ss-slider-3 {
padding: 15px 50px 15px 50px;
}
@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),
(orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
.slider-productFeatures div#n2-ss-8 .n2-ss-layer:not(.btn-7) {
width: 100% !important;
}
}
.firstWord {
color: var(--main);
}
.gform_legacy_markup_wrapper
.field_sublabel_below
.ginput_complex.ginput_container
label,
.gform_legacy_markup_wrapper
.field_sublabel_below
div[class*="gfield_time_"].ginput_container
label {
display: none;
}
.customVideoSlide div#n2-ss-5 .n2-ss-layer.n-uc-3sppxpVz44y4 {
padding: 0;
}
.customVideoSlide
div#n2-ss-5
.n2-ss-section-main-content.n2-ss-layer-with-background.n2-ss-layer-content.n2-ow.n-uc-hlrPJ99vTiPh-inner {
padding: 0;
}
.customVideoSlide .n2-ss-slider-controls:not(.n2-ss-slider-controls-below) {
margin: 5%;
}
.section-block.videoSection {
width: 100%;
padding: 0;
background-size: cover;
background-position: center;
}
.section-block.videoSection h1 {
margin-bottom: 4rem;
}
.custom_Grids .wpb_wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(3, 1fr);
}
.custom_Grids .wpb_wrapper .vc-interactive-banner figure {
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}
.custom_Grids > .wpb_column.vc_column_container {
width: 83.33333% !important;
margin: 0 auto !important;
}
.section-block.smallerSize {
width: 100%;
padding: 5rem 9rem 1rem 9rem;
background-size: cover;
background-position: center;
}
.section-block.formSmall {
width: 100%;
padding: 0 9rem 1rem 9rem;
background-size: cover;
background-position: center;
}
.width-4.offset-middle .wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
margin-bottom: 0;
}
.custom_RMAform .gform_footer.top_label {
display: flex;
position: relative;
background: none;
border: none;
color: #fff;
width: 135px !important;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/red_button.png);
background-position: center;
background-size: cover;
height: 45px !important;
cursor: pointer;
align-items: center;
justify-content: center;
border-radius: 0 !important;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.custom_RMAform .gform_footer.top_label:hover {
background: var(--main);
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/red_button.png);
background-position: center;
background-size: cover;
border: none;
}
.gform_legacy_markup_wrapper .custom_RMAform .gform_footer {
display: flex;
text-align: center;
justify-content: center;
}
.custom_RMAform
.gform_footer.top_label
input[value="Send"]#gform_submit_button_1 {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
background: transparent;
color: #fff;
font-size: 14px;
display: block;
text-align: center;
letter-spacing: 1px;
word-spacing: normal;
text-transform: uppercase;
font-weight: 300;
margin: 0 0 8px 0;
}
.custom_RMAform-section .gform_legacy_markup_wrapper form {
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
}
.custom_RMAform
.gform_footer.top_label:hover
input[value="Send"]#gform_submit_button_1 {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.custom_RMAform .gform_footer.top_label::after {
content: "\f178";
font-size: 18px;
font-family: "Font Awesome 5 Pro";
font-weight: 300;
color: #ffffff;
top: 0;
margin: 0 10px 4px 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
display: block;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.custom_RMAform .gform_footer.top_label:hover::after {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.custom_RMAform-section
.gform_legacy_markup_wrapper
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
[type="button"]
):not([type="image"]):not([type="file"]) {
padding: 0 45px 0 20px;
font-size: 1.4rem;
margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
.custom_RMAform-section .width-5.formSmall {
width: 50% !important;
}
}
@media only screen and (max-width: 991px) {
.custom_RMAform-section .section-block.formSmall {
padding: 0 2rem 1rem 2rem;
}
.custom_RMAform-section .width-4 {
width: 40% !important;
}
}
@media only screen and (max-width: 600px) {
.custom_RMAform-section .width-4,
.custom_RMAform-section .width-5.formSmall {
width: 100% !important;
}
}   .custom_Grids figure.effect-bubba {
background: #000000;
}
.custom_Grids figure.effect-bubba img {
opacity: 0.4;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
background-position: center;
max-height: 300px;
min-height: 300px;
object-fit: cover;
overflow: hidden;
}
.custom_Grids figure.effect-bubba:hover img {
opacity: 0.15;
}
.custom_Grids figure.effect-bubba figcaption::before,
.custom_Grids figure.effect-bubba figcaption::after {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: "";
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.custom_Grids figure.effect-bubba figcaption::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
.custom_Grids figure.effect-bubba figcaption::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
.custom_Grids figure.effect-bubba h2 {
padding-top: 22%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
font-size: 1.7vw !important;
color: #ffffff;
font-weight: 900 !important;
}
.custom_Grids figure.effect-bubba p {
padding: 20px 2.5em;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
text-align: center;
font-size: 16px !important;
}
.custom_Grids figure.effect-bubba:hover figcaption::before,
.custom_Grids figure.effect-bubba:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.custom_Grids figure.effect-bubba:hover h2,
.custom_Grids figure.effect-bubba:hover p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.gform_legacy_markup_wrapper ul li:after,
.gform_legacy_markup_wrapper ul li:before,
.gform_legacy_markup_wrapper ul.gform_fields {
margin: 0 0 26px 0 !important;
}
@media only screen and (min-width: 641px) {
.gform_legacy_markup_wrapper .custom_RMAform ul.gform_fields li.gfield {
padding-right: 0;
}
}
.gform_legacy_markup_wrapper .custom_RMAform ul.gform_fields li.gfield.pd-r {
padding-right: 8px;
} .breadcrumb-area {
background-size: cover;
background-position: center;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/breadcrump_1.png);
position: relative;
z-index: 1;
margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.breadcrumb-area {
margin-top: 0px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.breadcrumb-area {
margin-top: 0px;
}
}
.breadcrumb-area::before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: -1;
background-color: #000;
content: "";
opacity: 0.7;
}
.breadcrumb-area .breadcrumb-text {
position: relative;
padding: 100px 0;
}
.breadcrumb-area .breadcrumb-text,
.breadcrumb-area .breadcrumb-text h2.page-title {
color: #fff;
}
.breadcrumb-area .breadcrumb-text h2.page-title {
font-size: 52px;
letter-spacing: -1px;
margin: 0 auto;
margin-left: 12%;
padding: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.breadcrumb-area .breadcrumb-text h2.page-title {
font-size: 40px;
}
}
@media (max-width: 575px) {
.breadcrumb-area .breadcrumb-text h2.page-title {
font-size: 30px;
}
.breadcrumb-area .breadcrumb-text h2.page-title {
font-size: 42px;
letter-spacing: -1px;
margin: 0 auto;
margin-left: auto;
padding: 10px;
}
}
.breadcrumb-area .breadcrumb-text ul.breadcrumb-nav {
font-size: 13px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
padding-bottom: 15px;
}
@media (max-width: 767px) {
.breadcrumb-area .breadcrumb-text ul.breadcrumb-nav {
letter-spacing: 2px;
}
}
@media (max-width: 575px) {
.breadcrumb-area .breadcrumb-text ul.breadcrumb-nav {
font-size: 12px;
left: 40%;
right: 0;
text-align: center;
transform: translate(-50%, 0);
}
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav {
position: absolute;
right: 0;
bottom: 0;
background-color: #fff;
padding: 20px 40px;
z-index: 2;
margin-bottom: 0;
}
@media (max-width: 575px) {
.breadcrumb-area .breadcrumb-text .breadcrumb-nav {
padding: 15px 20px;
font-size: 14px;
}
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li {
display: inline-block;
font-weight: 700;
position: relative;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li,
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a {
color: #222;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a:hover {
color: var(--main);
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child) {
padding-left: 10px;
margin-left: 10px;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child)::before {
position: absolute;
left: -2px;
top: 50%;
-webkit-transform: translateY(-48%);
transform: translateY(-48%);
content: "|";
color: var(--dark-grey);
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active {
color: var(--main);
padding-left: 15px;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active::before {
color: var(--main);
}
.woocommerce .woocommerce-breadcrumb {
display: none !important;
} .custom-cate_block .form-wppp-select select,
.woocommerce-ordering select {
width: 100%;
padding: 0.6rem 1.5rem;
}
.woocommerce-ordering:after {
font-family: icomoon;
font-size: 1.5rem;
content: "\e63e";
pointer-events: none;
position: absolute;
top: 0.5rem;
right: 1rem;
}
.custom-cate_block .widget-info {
padding: 0 30px 20px 30px;
}
.custom-cate_block .widget-search button::before {
content: "\e6cd";
font-family: icomoon;
color: #999;
font-size: 20px;
line-height: 50px;
visibility: visible;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.categories_1 button[type="submit"] {
background-color: transparent;
font-size: 0;
height: 0;
float: right;
}
.custom-cate_block p.woocommerce-mini-cart__buttons.buttons a:first-child {
background: var(--main);
color: #ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
}
.custom-cate_block p.woocommerce-mini-cart__buttons.buttons a {
background: transparent;
color: var(--main);
border: 1px solid var(--main);
display: inline-flex;
align-items: center;
justify-content: center;
width: 50%;
font-size: 14px;
white-space: nowrap;
}
.widget-info.product-cat {
background: #ffffff none repeat scroll 0 0;
height: auto;
}
.woocommerce ul.cart_list li span.quantity {
font-size: 13px;
color: #777777;
padding-top: 1rem;
}
.woocommerce a.remove {
display: block;
font-size: 1.5em;
height: 1em;
width: 30%;
float: left;
text-align: left;
line-height: 1;
border-radius: 100%;
color: var(--main) !important;
text-decoration: none;
font-weight: 700;
transition: all 0.3s ease 0s;
border: 0;
}
.custom-cate_block a.remove::before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
font-family: "Font Awesome 5 Pro";
font-weight: 900;
line-height: inherit;
vertical-align: baseline;
content: "\f00d";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: var(--main) !important;
line-height: 1.618;
text-indent: 0;
text-align: center;
}
.woocommerce ul.cart_list li span.quantity:before {
content: "[ ";
}
.woocommerce ul.cart_list li span.quantity:after {
content: " ]";
}
.woocommerce .categories_4 ul.cart_list li a,
.woocommerce .categories_4 ul.product_list_widget li a {
float: left;
width: 88%;
font-size: 16px;
}
.woocommerce .categories_4 ul.product_list_widget li a.remove_from_cart_button {
float: left;
width: 12%;
margin-left: -12%;
}
li.woocommerce-mini-cart-item.mini_cart_item dl.variation .variation-Type p {
font-size: 1.3rem;
}
li.woocommerce-mini-cart-item.mini_cart_item dl.variation {
float: left;
width: 100%;
font-size: 10px;
}
.woocommerce .categories_3 ul.cart_list li img,
.woocommerce .categories_3 .product_list_widget li img {
float: left;
width: 30%;
max-width: none;
}
.woocommerce .categories_3 ul.cart_list li a span,
.woocommerce .categories_3 ul.product_list_widget li a span {
float: right;
width: 60%;
color: var(--main);
font-size: 12px;
font-weight: 600;
}
.woocommerce .categories_3 span.woocommerce-Price-amount.amount {
display: none;
}
.woocommerce .categories_3 ul.cart_list li a,
.woocommerce .categories_3 ul.product_list_widget li a {
width: 100%;
}
.woocommerce .categories_4 ul.cart_list li img,
.woocommerce .categories_4 ul.product_list_widget li img {
display: none;
}
.custom-cate_block .widget-search button:before:hover {
color: var(--main);
}
.custom-cate_block form.woocommerce-product-search {
background-color: #ffffff;
border: 1px solid #f3f3f3;
}
.custom-cate_block .widget-search input[type="text"],
.custom-cate_block .widget-search input[type="password"] {
background: #f6f6f6 none repeat scroll 0 0;
border: medium none;
box-shadow: none;
color: #999;
height: 40px;
margin-bottom: 15px;
padding: 0 20px;
transition: all 0.5s ease 0s;
width: 100%;
outline: none;
}
input[type="search"]#woocommerce-product-search-field-0 {
padding: 1.8rem;
background-color: #ffffff;
box-shadow: none;
}
.custom-cate_block .form-wppp-select,
.custom-cate_block .woocommerce-ordering,
.custom-cate_block textarea {
margin-bottom: 3rem;
background-color: #fff;
border: 1px solid #ddd;
}
.custom-cate_block .wppp-select,
.custom-cate_block .orderby,
.custom-cate_block textarea {
color: #666;
border: 1px solid #eee;
border-radius: 0;
}
.custom-cate_block .wppp-select:focus,
.custom-cate_block .orderby:focus,
.custom-cate_block textarea:focus {
color: #333;
border: 1px solid #ccc;
box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
outline: 0;
}
.custom-cate_block .wppp-select:hover,
.custom-cate_block .orderby:hover,
.custom-cate_block textarea:hover {
cursor: pointer;
}
.col-md-3.stretched .widget h2 {
display: none;
}
.custom-cate_block.col-md-3.stretched {
margin: 5em 0 1em;
padding-top: 2rem;
padding-right: 1rem;
padding-left: 1rem;
margin-left: -3%;
margin-right: 3%;
}
.custom-cate_block .widget {
background: #ffffff none repeat scroll 0 0;
width: 100%;
}
.custom-cate_block .widget-title h4 {
color: #444444;
font-size: 16px;
font-weight: 700;
height: 50px;
line-height: 50px;
margin-bottom: 0;
padding: 0 30px;
text-transform: uppercase;
}
.price_slider_amount {
margin-bottom: 10px;
position: relative;
}
.price_slider_amount > .price_label {
background: #ffffff none repeat scroll 0 0;
border: medium none;
margin: 0 5px 0 0;
padding: 0;
width: auto;
}
.price_slider_amount > .price_label {
margin-right: 0;
color: #666;
display: block;
font-size: 14px;
line-height: 4;
margin-bottom: 1.5rem;
text-transform: capitalize;
cursor: pointer;
text-align: center;
transition: all 0.3s ease 0s;
}
.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
background: #dcdcdc none repeat scroll 0 0;
border: medium none;
height: 3px;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
background: var(--main) none repeat scroll 0 0;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
background: #fff none repeat scroll 0 0;
border: 2px solid var(--main);
height: 12px;
width: 12px;
}
.custom-cate_block .less-above {
margin-top: -10%;
}
.price_slider_amount button.button {
position: absolute;
top: 70%;
left: 22%;
transform: translate(22%, 0);
color: #ffffff;
border-radius: 0;
background-color: var(--main);
padding: 0.618em 1.2em;
border: 1px solid var(--main);
}
.product-cat .product-categories li.cat-item a {
color: #666;
display: block;
font-size: 16px;
line-height: 25px;
text-transform: capitalize;
cursor: pointer;
transition: all 0.3s ease 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.product-cat .product-categories li.cat-item a:hover {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.product-cat .product-categories li.cat-item.current-cat > a:hover {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.product-cat .product-categories li.collapsable .cat-item a,
.product-cat .product-categories li.cat-item a:hover,
.product-cat .product-categories li.cat-item a:focus,
.product-cat .product-categories li.cat-item.current-cat > a,
.product-cat .product-categories li.cat-item ul.children .current-cat > a {
color: var(--main);
}
.product-cat .product-categories li > ul > li > a {
color: #999;
display: block;
font-size: 13px;
line-height: 25px;
text-transform: capitalize;
}
.product-cat .product-categories li > ul > li > a {
color: #999;
}
.product-cat .product-categories li > a:hover,
.product-cat .product-categories li > ul > li > a:hover {
color: var(--main);
}
a,
*::before {
transition: all 0.3s ease 0s;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
background-color: #f3f3f3;
color: var(--main);
font-weight: 500;
}
.wc-block-grid__product-onsale,
.onsale {
border: none;
padding: 1rem 3rem;
position: absolute;
background: var(--main);
color: #fff;
border-radius: 0;
font-size: 1.3rem;
font-weight: 600;
letter-spacing: 2px;
z-index: 9;
left: 4.5%;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
color: var(--main);
}
.custom-cate_block .widget .widget-title,
.widget .widgettitle {
padding: 0;
}
@media only screen and (max-width: 1199px) {
.custom-cate_block.col-md-3.stretched {
margin-right: 0;
margin-left: 0;
}
}
@media only screen and (max-width: 991px) {
.custom-cate_block.col-md-3.stretched {
display: none;
}
} .customProducts a.added_to_cart.wc-forward {
background-color: var(--main);
border-color: var(--main);
color: #ffffff;
}
.customProducts .wc-forward::after,
.customProducts .woocommerce-Button--next::after {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.customProducts .wc-forward:hover::after,
.customProducts .woocommerce-Button--next:hover::after {
-webkit-transform: translate3d(7px, 0, 0);
transform: translate3d(7px, 0, 0);
}
.customProducts .storefront-sorting {
padding: 1rem;
border-bottom: 2px solid #f3f3f3;
display: flex;
justify-content: space-between;
width: 100%;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
}
.customProducts .storefront-sorting .woocommerce-notices-wrapper {
display: none;
}
.customProducts .storefront-sorting::before,
.customProducts .storefront-sorting::after {
content: none;
display: none;
}
.main-nav__main-navigation ul#menu-main-menu > li ul > li a {
transition: all 0.3s ease 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.main-nav__main-navigation ul#menu-main-menu > li ul > li a:hover {
color: var(--main);
-webkit-transform: translate3d(7px, 0, 0);
transform: translate3d(7px, 0, 0);
}
.customProducts .site-main ul.products li.product,
.customProducts ul.products li.product {
background-color: rgb(255, 255, 255);
box-shadow: 0 3px 7px 0 rgb(34 34 34 / 24%);
transition: all 0.3s ease 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.customProducts .site-main ul.products li.product:hover,
.customProducts ul.products li.product:hover {
background-color: rgb(255, 255, 255);
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
} .customProducts ul.products li.product .price,
ul.products .wc-block-grid__product .price {
font-size: 16px;
padding: 0.5rem 0 0 0;
border-top: 1px solid #f3f3f3;
}
.customProducts ul.products li.product .price ins span.amount,
.customProducts
ul.products
li.product
.price
> span.woocommerce-Price-amount.amount {
color: var(--main);
font-weight: 600;
}
.customProducts ul.products li.product .price ins span.amount::before {
content: " - ";
padding-right: 3px;
left: 0;
}
.customProducts ul.products li.outofstock::before {
content: "Out of Stock";
padding: 0.5rem 2rem;
background: var(--black);
color: #ffffff;
font-size: 14px;
font-weight: 600;
top: 0;
left: 0;
z-index: 9999;
position: absolute;
}
.customProducts ul.products li.outofstock {
position: relative;
} .customProducts ul.products li a h2.woocommerce-loop-product__title {
height: 24px;
padding: 0 1.5rem;
font-size: 12px;
line-height: 1.2;
padding-bottom: 10px;
font-weight: 400;
}
.customProducts
ul.products
li
a
h2.woocommerce-loop-product__title::first-line {
font-weight: 900;
} .customProducts ul.products,
.wc-block-grid__products {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: stretch;
justify-content: flex-start;
align-items: center;
}
.customProducts ul.products li.sale span.onsale {
background: var(--main);
border: none;
color: #ffffff;
font-size: 12px;
padding: 0.5rem 3rem;
border-radius: 0;
position: absolute;
top: 0;
left: 0;
font-weight: 500;
text-shadow: none; letter-spacing: 2px;
outline: none;
border: none;
}
.customProducts .star-rating::before,
.customProducts .star-rating span::before,
.customProduct_one .star-rating::before,
.customProduct_one .star-rating span::before {
content: "\e71d\e71d\e71d\e71d\e71d";
top: 0;
left: 0;
position: absolute;
color: var(--main) !important;
}
.customProducts .star-rating,
.customProduct_one .star-rating {
font-size: 14px !important;
font-family: icomoon;
}
.customProduct_one .comment-form-rating p.stars a::before {
font-size: 18px !important;
font-family: icomoon;
content: "\e71d";
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
color: var(--main);
text-indent: 0;
}
.customProduct_one .comment-form-rating p.stars a {
color: var(--main);
}
p.stars.selected a:not(.active)::before {
color: var(--main);
}
.star-rating::before {
opacity: 0;
float: left;
color: var(--main);
}
.customProducts .woocommerce-ordering select:focus,
.customProducts .woocommerce-ordering select:active {
border: 0 !important;
outline: none !important;
}
.customProducts .woocommerce-ordering select {
font-size: 12px;
}
.customProducts ul.products li.product div.star-rating ~ div.star-rating {
display: none;
} .customProducts ul.products li.product div.star-reviews {
margin: 0 auto 0.5407911001em;
font-size: 12px !important;
color: var(--main);
overflow: visible;
position: relative;
height: 1.618em;
line-height: 1.618;
font-weight: 400;
}
.custom-cate_block .widget .widget-title,
.custom-cate_block .widget .widgettitle {
border-bottom: 1px solid rgba(68, 68, 68, 0.25);
}
@media only screen and (min-width: 768px) {
.customProducts li.product {
width: 30% !important;
}
} .customProduct_one nav.storefront-product-pagination {
display: none;
}
.customProduct_one .product h1.product_title.entry-title {
font-size: 3.2rem;
font-weight: 700;
color: #444444;
padding: 0 15px 20px;
}
.single-product .customProduct_one div.product .woocommerce-product-rating {
margin-top: 1rem;
}
.pageContain.customProduct_one div#primary {
margin-top: 10px;
}
.single-product .customProduct_one .edit-link {
display: none;
}
.single-product .customProduct_one div.product p.price {
font-size: 4.2rem;
font-weight: 500;
color: var(--main);
letter-spacing: 1.4px;
margin-top: 0;
padding-bottom: 2rem;
margin: 0;
}
.single-product .customProduct_one div.product table.variations .value {
margin-bottom: 0;
}
.single-product .customProduct_one div.product table.variations .value {
position: relative;
}
.single-product .customProduct_one a.reset_variations {
top: 30%;
right: 15%;
transform: translate(-50%, -50%);
position: absolute;
}
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
background-color: var(--main);
color: #ffffff;
padding-right: 5rem;
padding-left: 5rem;
font-size: 1.5rem;
text-transform: uppercase;
font-weight: 500;
border: none;
border-color: var(--main);
border-width: 0;
transition: all 0.3s ease 0s;
}
.single-product .customProduct_one .quantity input[type="number"].qty {
padding: 0 15px;
height: 35px;
background-color: #fff;
width: 7rem;
font-size: 1.3rem;
text-transform: none;
font-weight: normal;
letter-spacing: 0.1rem;
color: #444444;
margin-right: 1rem;
border: 1px solid #cccccc;
box-shadow: none;
}
.storefront-full-width-content .customProduct_one .woocommerce-tabs .panel {
width: 100%;
}
.storefront-full-width-content .customProduct_one .woocommerce-tabs ul.tabs {
width: 100%;
}
.storefront-full-width-content .customProduct_one .woocommerce-tabs ul.tabs li {
width: 50%;
float: left;
font-size: 14px;
}
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
ul.tabs
li:first-child:nth-last-child(n + 3),
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
ul.tabs
li:first-child:nth-last-child(n + 3)
~ li {
width: 33.3333%;
float: left;
font-size: 14px;
}
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
ul.tabs
li.active {
border-bottom: 2px solid rgba(174, 0, 12, 0.7);
}
.customProduct_one .woocommerce-tabs ul.tabs li a {
padding: 1.3rem 0 1.3rem 3rem;
font-weight: 500;
font-size: 1.4rem;
letter-spacing: 1px;
color: var(--main);
}
.customProduct_one .woocommerce-tabs ul.tabs li.active a {
padding: 1.3rem 0 1.3rem 3rem;
color: #444444;
}
.customProduct_one .woocommerce-tabs ul.tabs {
border-top: 2px solid rgba(0, 0, 0, 0.05);
}
.customProduct_one .woocommerce-tabs ul.tabs li {
border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.customProduct_one .woocommerce-tabs ul.tabs li {
border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.customProduct_one .woocommerce-tabs ul.tabs li:last-child {
border-right: 1px solid rgba(0, 0, 0, 0);
}
.storefront-full-width-content .customProduct_one .woocommerce-tabs .panel {
width: 100%;
padding-right: 10%;
padding-left: 30px;
margin: 0 auto;
padding-top: 2%;
}
.storefront-full-width-content .customProduct_one .woocommerce-tabs .panel h3 {
margin-top: 1rem;
margin-bottom: 3rem;
font-size: 1.5rem;
text-align: center;
width: 31%;
margin-right: 15px;
display: inline-block;
border: 1px solid var(--main);
padding: 1rem;
}
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
.panel
h3
a {
color: var(--main);
font-weight: 400;
transition: all 0.3s ease 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
.panel
h3
a:hover {
-webkit-transform: translate3d(-7px, 0, 0);
transform: translate3d(-7px, 0, 0);
}
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
.panel
h3
a::before {
font-family: FontAwesome;
content: "\f019";
padding-right: 6px;
color: var(--main);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
opacity: 1;
}
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
.panel
h3
a::after {
content: "[Download]";
padding-left: 6px;
color: var(--grey);
font-size: 11px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
opacity: 0;
}
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
.panel
h3
a:hover::after {
opacity: 1;
}
.storefront-full-width-content .customProduct_one .woocommerce-tabs .panel ul {
column-count: 1;
padding: 1rem;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.storefront-full-width-content.level-iii-operator-system-steel-base-coat
.customProduct_one
.woocommerce-tabs
.panel
ul,
.storefront-full-width-content.level-iii-operator-system-w-steel-base-coat-plates
.customProduct_one
.woocommerce-tabs
.panel
ul,
.storefront-full-width-content.product_cat_kits:not(
.product_cat_kits.product_cat_tough-hooks
)
.customProduct_one
.woocommerce-tabs
.panel
ul {
column-count: auto;
padding: 1rem;
border-top: 1px solid rgba(0, 0, 0, 0.15);
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.storefront-full-width-content.level-iii-operator-system-steel-base-coat
.customProduct_one
.woocommerce-tabs
.panel
ul
> li
> ul,
.storefront-full-width-content.level-iii-operator-system-w-steel-base-coat-plates
.customProduct_one
.woocommerce-tabs
.panel
ul
> li
> ul,
.storefront-full-width-content.product_cat_kits:not(
.product_cat_kits.product_cat_tough-hooks
)
.customProduct_one
.woocommerce-tabs
.panel
ul
> li
> ul {
column-count: 2;
padding: 1rem;
border-top: 1px solid rgba(0, 0, 0, 0);
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.widget.search-widget input[type="search"].search-field {
height: 35px;
background-color: #f8f8f8;
padding: 0 15px;
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
font-size: 1.4rem;
}
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
.panel
ul
li {
font-size: 1.5rem;
padding-bottom: 10px;
font-weight: 600;
color: #444444;
}
.content-block1 {
padding: 3rem 1rem;
}
.content-block2 {
padding: 0 9rem 3rem 9rem;
}
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
.panel
ul
li
> a {
color: var(--main);
}
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
.panel
ul
li::before {
content: "\f101";
font-family: "FontAwesome";
padding-right: 6px;
color: rgba(174, 0, 12, 0.4);
}
.storefront-full-width-content .customProduct_one .woocommerce-tabs .panel p {
font-size: 1.5em;
color: var(--black);
font-weight: 400;
}
.block-outline {
outline: 2px solid var(--main);
outline-offset: -25px;
padding: 0rem 0rem 0rem 5rem;
}
.vc_btn3-container.btn-6 {
display: flex;
position: relative;
background: none;
border: none;
color: var(--main);
width: 135px !important;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/red_button.png);
background-position: center;
background-size: cover;
height: 45px !important;
cursor: pointer;
align-items: center;
justify-content: center;
border-radius: 0 !important;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.vc_btn3-container.btn-6:hover {
background: var(--main);
color: #ffffff;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/red_button.png);
background-position: center;
background-size: cover;
border: none;
}
.vc_btn3-container.btn-6 a {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
background: transparent !important;
color: var(--main) !important;
font-size: 14px;
display: block;
text-align: center;
white-space: nowrap;
letter-spacing: 1px;
word-spacing: normal;
text-transform: uppercase;
font-weight: 300;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.vc_btn3-container.btn-6:hover a {
color: #ffffff !important;
}
.vc_btn3-container.btn-6::after {
content: "\f178";
font-size: 18px;
font-family: "Font Awesome 5 Pro";
font-weight: 300;
color: var(--main);
top: 0;
margin-right: 10px;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
display: block;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.vc_btn3-container.btn-6:hover::after {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
color: #ffffff;
}
.bg_target .vc_single_image-wrapper {
position: relative;
vertical-align: middle;
display: inline-block;
}
.bg_target .vc_single_image-wrapper::after {
content: "";
position: absolute;
vertical-align: middle;
min-height: 100px;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/targetxcvc.png);
background-position: right;
background-size: cover;
top: 6%;
right: -40%;
z-index: -1;
width: 380px;
height: 380px;
}
.bg_target1 .vc_single_image-wrapper {
position: relative;
vertical-align: middle;
display: inline-block;
}
.bg_target1 .vc_single_image-wrapper::after {
content: "";
position: absolute;
vertical-align: middle;
min-height: 100px;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/targetxcvc.png);
background-position: left;
background-size: cover;
top: 6%;
left: -40%;
z-index: -1;
width: 380px;
height: 380px;
}
.bg_target3 img {
position: relative;
vertical-align: middle;
display: inline-block;
}
.bg_target3 img::after {
content: "";
position: absolute;
vertical-align: middle;
min-height: 100px;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/targetxcvc.png);
background-position: left;
background-size: cover;
top: 6%;
left: -40%;
z-index: -1;
width: 380px;
height: 380px;
}
.content-block h5 {
text-transform: uppercase;
line-height: 1.2;
font-weight: 400;
font-size: 1.5rem;
text-align: left;
-moz-transform: matrix(1.00080654805183, 0, 0, 1.00105784460861, 0, 0);
-webkit-transform: matrix(1.00080654805183, 0, 0, 1.00105784460861, 0, 0);
-ms-transform: matrix(1.00080654805183, 0, 0, 1.00105784460861, 0, 0);
}
.storefront-full-width-content.single-product
.customProduct_one
a:not(.woocommerce-loop-product__link)
> img:not(.zoomImg) {
width: 570px;
height: 600px;
}
.storefront-full-width-content.single-product
.customProduct_one
.flex-active-slide {
}
.customProduct_one .wc-block-grid__product-onsale,
.customProduct_one .onsale {
left: 1rem;
top: 0;
}
.storefront-full-width-content.single-product
.customProduct_one
.flex-active-slide
> a {
width: 600px;
height: 600px;
}
@media only screen and (min-width: 768px) {
.storefront-full-width-content.single-product
.customProduct_one
div.product
.summary {
width: 43%;
}
.storefront-full-width-content.single-product
.customProduct_one
div.product
.woocommerce-product-gallery {
width: 50%;
margin-left: 0;
margin-right: 0;
}
} ul#menu-footer-menu {
column-count: 2;
}
body.home .breadcrumb-area {
display: none;
}
aside.sidebar {
display: none;
} h6.back-the-blue {
background-image: linear-gradient(45deg, #666666 45%, #17348f);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
font-size: 1.7rem;
padding: 2rem 0;
}
.custom-listings div.wpb_wrapper > ul {
display: flex;
flex-direction: row; flex-wrap: wrap;
align-items: center;
justify-content: space-evenly;
}
.custom-listings div.wpb_wrapper ul li {
font-size: 1.5rem;
font-weight: 400;
}
.custom-listings div.wpb_wrapper ul li::before {
content: "";
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/sight.png);
max-width: 15px;
max-height: 15px;
background-size: cover;
padding-right: 16px;
}
.mega_team_case_3 .member-info {
text-align: center;
}
.mega_team_case_3 {
background: #ffffff;
}
.mega_team_case_3 .member-name {
letter-spacing: 1.5px;
}
.mega_team_case_3 .member-name {
font-weight: 400;
}
.mega_team_case_3 .member-name span {
font-weight: 300;
letter-spacing: 1px;
}
.custom-listings_1 li::before {
content: "✓";
color: var(--main);
font-size: 13px;
padding-right: 6px;
}
.custom-listings_1 li {
font-size: 14px;
font-weight: 400;
padding-bottom: 1rem;
}
.custom-listings_1 li ul li {
font-size: 11px;
font-weight: 300;
padding-bottom: 0;
}
.custom-listings_1 li ul li::before {
content: "-";
color: var(--main);
font-size: 12px;
padding-right: 6px;
}
.Graph_Block .wpb_single_image img {
margin: 3rem auto;
max-width: 80%;
box-shadow: 0 3px 7px 0 rgb(34 34 34 / 24%);
}
.custom_table1 .mega-price-table-2 .pricing-table .plan-title {
padding: 20px 15px;
font-size: 1.4rem;
color: #ffffff;
line-height: normal;
}
.custom_table1 .mega-price-table-2 .pricing-table .plan-cost,
.custom_table1 .mega-price-table-3 .pricing-table .plan-cost {
padding: 0;
margin: 0;
display: none;
}
.custom_table1 .mega-price-table-2 .pricing-table .price-content ul li {
padding: 1px 15px;
border-bottom: 1px solid #f3f3f3;
color: #ddd;
}
.custom_table1 .mega-price-table-2 .pricing-table .price-content ul li {
padding: 1px 15px;
border-bottom: 1px solid #f3f3f3;
color: #ddd;
}
.custom_table1
.mega-price-table-2
.pricing-table
.price-content
ul
li:last-child {
border-bottom: 0;
}
.custom_table1 .mega-price-table-2 .pricing-table {
color: #ffffff;
text-align: center;
font-size: 14px;
}
.custom_table1 .mega-price-table-3 .plan-title {
background-color: var(--main);
position: relative;
margin: 10px 0;
padding: 10px 15px;
box-shadow: 0 3px 7px 0 rgb(34 34 34 / 14%);
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 1.2rem;
color: #ffffff;
line-height: 15px;
}
.custom_table1 .mega-price-table-2 .pricing-table .featured {
margin-top: -10px;
z-index: 1;
border-radius: 0;
border: 0;
background-color: var(--main);
}
.custom_table1 .mega-price-table-3 .price-content ul li {
padding: 2px 15px;
text-align: center;
font-size: 1.2rem;
color: var(--grey);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.custom_table1 .mega-price-table-3 .price-content ul li:last-child {
border-bottom: 0;
}
.custom_table1 .mega-price-table-3 .plan {
background-color: #ffffff;
border: 0 !important;
}
.custom_table1 .mega-price-table-3 .plan-select,
.custom_table1 .mega-price-table-3 .featured .plan-select {
border-top: 0;
padding: 0;
}
.custom_table1 .mega-price-table-3 .plan-select a {
background-color: var(--black);
color: #ffffff;
text-decoration: none;
padding: 12px 20px;
width: 100%;
font-size: 0.75em;
font-weight: 400;
border-radius: 0;
text-transform: uppercase;
letter-spacing: 4px;
display: inline-block;
}
.custom_table1 .mega-price-table-3 .featured,
.custom_table1 .mega-price-table-3 .plan:first-of-type {
border-radius: 0;
box-shadow: none;
}
.custom_table1 .mega-price-table-3 .price-content ul {
padding: 0 0 10px;
}
.custom_table1 {
margin-top: 5%;
}
.float-left {
float: left !important;
}
.float-right {
float: left !important;
}
.custom_table1 .pad {
display: flex !important;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.custom_le-form .address_line_1,
.custom_le-form .address_line_2 {
width: 50%;
}
.custom_le-form .address_line_1 {
padding-right: 16px;
}
.custom_le-form .address_city,
.custom_le-form .address_state,
.custom_le-form .address_zip {
width: 33.33333% !important;
margin-right: 0;
padding-right: 0;
}
.custom_le-form .address_city,
.custom_le-form .address_state {
padding-right: 16px;
}
.topbar-one {
z-index: 99;
}
.gform_legacy_markup_wrapper.gf_browser_chrome
.ginput_complex
.ginput_right
select,
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select {
margin-top: 0;
margin-bottom: 0;
}
.gform_legacy_markup_wrapper ul li.gfield {
clear: none;
}
@media only screen and (min-width: 641px) {
.gform_legacy_markup_wrapper
.ginput_complex.ginput_container_address
span.ginput_right
+ span.ginput_left.address_zip {
margin-right: 0;
padding-right: 0;
}
}
@media only screen and (min-width: 641px) {
.gform_legacy_markup_wrapper
.ginput_complex.ginput_container_address
.ginput_left {
margin-right: 0;
}
}
@media only screen and (min-width: 641px) {
.gform_legacy_markup_wrapper .ginput_complex .ginput_left {
padding-right: 16px;
}
.gform_legacy_markup_wrapper
.ginput_complex.ginput_container_address
.ginput_right {
margin-right: 0;
padding-right: 16px;
}
.gform_legacy_markup_wrapper
.ginput_complex.ginput_container_address
span.ginput_right
+ span.ginput_left {
padding-right: 0 !important;
}
}
.gform_legacy_markup_wrapper .gform_footer {
display: flex;
margin: 0 auto;
justify-content: center;
align-items: center;
}
.rma_customForm .gform_footer.top_label {
display: flex;
position: relative;
background: none;
border: none;
color: var(--main);
width: 135px !important;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/red_button.png);
background-position: center;
background-size: cover;
height: 45px !important;
cursor: pointer;
align-items: center;
justify-content: center;
border-radius: 0 !important;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.rma_customForm .gform_footer.top_label:hover {
background: var(--main);
color: #fff;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/red_button.png);
background-position: center;
background-size: cover;
border: none;
}
.rma_customForm
.gform_footer.top_label
input[value="Send"]#gform_submit_button_3,
.rma_customForm
.gform_footer.top_label
input[value="Send"]#gform_submit_button_2 {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
background: transparent;
color: var(--main);
font-size: 14px;
display: block;
text-align: center;
letter-spacing: 1px;
word-spacing: normal;
text-transform: uppercase;
font-weight: 300;
margin: 0 0 8px 0;
}
.rma_customForm
.gform_footer.top_label:hover
input[value="Send"]#gform_submit_button_3,
.rma_customForm
.gform_footer.top_label:hover
input[value="Send"]#gform_submit_button_2 {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
color: #fff;
}
.rma_customForm .gform_footer.top_label::after {
content: "\f178";
font-size: 18px;
font-family: "Font Awesome 5 Pro";
font-weight: 300;
color: var(--main);
top: 0;
margin: 0 10px 4px 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
display: block;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.rma_customForm .gform_footer.top_label:hover::after {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
color: #fff;
} #single-post-page a.featThumb {
outline: 1.5px solid var(--dark-grey);
outline-offset: 10px;
}
#single-post-page a.featThumb img {
object-fit: contain;
}
.custom_posts {
max-width: 1200px;
}
#single-post-page p > img:first-child {
display: none;
}
#single-post-wrap article {
margin-left: 5%;
margin-right: -5%;
}
.content-connect1 {
padding: 1rem 3rem;
}
.content-connect2 {
padding: 1rem 3rem 1rem 3rem;
}
.custom_posts article.post {
margin-bottom: 10px;
}
.custom_posts a.featThumb {
position: relative;
height: auto;
line-height: 0;
margin-bottom: 20px;
}
.custom_posts img.wp-post-image {
max-width: 100%;
height: 350px;
object-fit: cover;
overflow: hidden;
}
.custom_posts a.featThumb {
position: relative;
display: inline-block;
width: 50%;
z-index: 1;
overflow: hidden;
transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
background: #000000;
}
.custom_posts a.featThumb img.wp-post-image {
width: 100%;
}
.custom_posts a.featThumb img.wp-post-image {
opacity: 1;
}
.section-blockPost {
width: 100%;
padding: 3rem 9rem 4rem 9rem;
background-size: cover;
background-position: center;
margin-bottom: 3rem;
background-color: #f3f3f3;
border-bottom: 3px solid #dddddd;
}
.content-connect1 img:first-of-type { }
.custom_posts a.featThumb {
min-height: 350px;
max-height: 350px;
}
.custom_posts a.featThumb:before,
.custom_posts a.featThumb:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
}
.custom_posts a.featThumb img.wp-post-image {
max-width: 100%;
backface-visibility: hidden;
vertical-align: middle;
}
.custom_posts a.featThumb img.wp-post-image {
transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
}
.custom_posts a.featThumb:before,
.custom_posts a.featThumb:after {
content: "";
background-color: #fff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.custom_posts a.featThumb:before {
width: 60px;
height: 1px;
left: 100%;
}
.custom_posts a.featThumb:after {
height: 60px;
width: 1px;
top: 0%;
} .post-content-wrapper {
margin: 0;
width: 55%;
margin-right: 5%;
position: absolute;
max-height: 375px;
min-height: 375px;
z-index: 2;
top: 10%;
left: 45%;
padding: 3rem;
background-color: rgb(255, 255, 255);
box-shadow: 0 3px 7px 0 rgb(34 34 34 / 24%);
float: right;
box-sizing: border-box;
}
.content-blockPost {
float: none;
width: 100%;
position: relative;
}
.post-header {
width: 100%;
margin-bottom: 0;
}
.post-header-title {
clear: both;
}
.custom_posts .post-header h2 {
font-size: 3rem;
font-weight: 700;
text-transform: uppercase;
}
.custom_posts .post-header h2 {
margin: 15px 0 10px 0;
}
.custom_posts .post-header h2 a {
color: #444;
font-weight: 600;
}
.custom_posts a.featThumb img.wp-post-image {
transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.custom_posts a.featThumb:hover img {
zoom: 1;
opacity: 0.9 !important;
transform: scale(1.07) !important;
}
.custom_posts a.featThumb:hover:before .custom_posts a.featThumb:hover:after {
opacity: 1;
top: 50%;
left: 50%;
}
.post-detail.single-post {
margin-top: 5px;
margin-bottom: 25px;
padding: 0;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
border-top: 1px solid var(--black);
border-bottom: 1px solid var(--black);
}
.post-detail.single-post {
font-size: 1.6rem;
font-weight: 400;
text-transform: uppercase;
color: var(--black);
}
.post-detail.single-post {
overflow: hidden;
}
.post-detail {
width: 100%;
padding: 0;
float: left;
margin: 5px 0 0 0;
font-weight: 400;
}
.post-info-date {
font-size: 1.3rem;
letter-spacing: 2px;
text-transform: uppercase;
display: inline-block;
width: 49%;
padding: 15px 0 15px 0;
transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.post-info-cat {
margin-top: 0;
}
.post-info-cat,
.post-info-cat a {
color: var(--black);
border-color: var(--black);
}
.post-info-cat {
font-size: 1.3rem;
letter-spacing: 2px;
text-transform: uppercase;
display: inline-block;
transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
width: calc(49% - 20px);
border-left: 1px solid var(--black);
padding: 15px 0 15px 20px;
white-space: nowrap;
}
.custom_posts .post-info-cat a {
color: var(--black);
}
.custom_posts p {
padding-top: 1.2em;
padding-bottom: 1.2em;
}
.comment-form p.comment-form-comment ~ p.form-submit input[type="submit"] {
background: none;
background-color: none;
color: var(--main);
}
.comment-form
p.comment-form-comment
~ p.form-submit
input[type="submit"]:hover {
background: none;
background-color: none;
}
.comment-form
p.comment-form-comment
~ p.form-submit:hover
input[type="submit"] {
color: #ffffff;
}
a.view-article,
button.woocommerce-form-register__submit,
button.woocommerce-form-login__submit,
button.woocommerce-Button.button,
.comment-form p.comment-form-comment ~ p.form-submit,
.home-about-l a {
display: flex;
position: relative;
background: none;
border: none;
color: var(--main);
width: 135px !important;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/red_button.png);
background-position: center;
background-size: cover;
height: 45px !important;
cursor: pointer;
align-items: center;
margin-top: 5%;
justify-content: center;
border-radius: 0 !important;
}
a.view-article,
button.woocommerce-form-register__submit,
button.woocommerce-form-login__submit,
button.woocommerce-Button.button,
.comment-form p.comment-form-comment ~ p.form-submit,
.home-about-l a {
text-align: center;
letter-spacing: 1px;
word-spacing: normal;
color: var(--main);
font-size: 14px;
white-space: nowrap;
text-transform: uppercase;
font-weight: 400;
}
a.view-article,
button.woocommerce-form-register__submit,
button.woocommerce-form-login__submit,
button.woocommerce-Button.button,
.comment-form p.comment-form-comment ~ p.form-submit,
.home-about-l a {
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
a.view-article:hover,
button.woocommerce-form-register__submit:hover,
button.woocommerce-form-login__submit:hover,
button.woocommerce-Button.button:hover,
.comment-form p.comment-form-comment ~ p.form-submit:hover,
.home-about-l a:hover {
background: var(--main);
color: #fff;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/red_button.png);
background-position: center;
background-size: cover;
border: none;
}
a.view-article:hover,
button.woocommerce-form-register__submit:hover,
button.woocommerce-form-login__submit:hover,
button.woocommerce-Button.button:hover,
.comment-form p.comment-form-comment ~ p.form-submit:hover,
.home-about-l a:hover {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
color: #fff;
}
a.view-article::after,
button.woocommerce-form-register__submit::after,
button.woocommerce-form-login__submit::after,
button.woocommerce-Button.button::after,
.home-about-l a::after {
content: "\f178";
font-size: 18px;
font-family: "Font Awesome 5 Pro";
font-weight: 300;
color: var(--main);
top: 0;
padding-left: 16px;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
display: block;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.comment-form p.comment-form-comment ~ p.form-submit::after {
content: "\f178";
font-size: 18px;
font-family: "Font Awesome 5 Pro";
font-weight: 300;
color: var(--main);
top: 0;
padding-left: 16px;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
display: block;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
.comment-form p.comment-form-comment ~ p.form-submit:hover::after {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
color: #fff;
}
a.view-article:hover::after,
button.woocommerce-form-register__submit:hover::after,
button.woocommerce-form-login__submit:hover::after,
button.woocommerce-Button.button:hover::after,
.home-about-l a:hover::after {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
color: #fff;
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
.custom_posts a.featThumb {
min-height: 315px;
}
.post-info-cat {
opacity: 1 !important;
transform: translateY(0) scale(1) !important;
}
}
#singe-post-wrap article.width-8 {
margin-top: 3%;
}
.chartBlock .CusBlock {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
flex-direction: row;
font-size: 1.6rem;
font-weight: 400;
margin: 1rem 0;
padding: 1rem 1rem;
border-top: 1px solid var(--black);
border-bottom: 1px solid var(--black);
}
.chartBlock h3 {
font-size: 2rem;
color: var(--main);
font-weight: 500;
padding-top: 1rem;
padding-bottom: 1rem;
}
.chartBlock {
margin: 3rem 0;
}
.customAdd {
position: absolute;
left: 0;
font-size: 1.4rem;
top: 5%;
}
.pushLeft1 {
position: relative;
padding-left: 25px;
}
#contactpage-contact-form-col label.gfield_label {
font-size: 1.4rem;
}
#contactpage-contact-form-col input#input_2_1 {
font-size: 1.2rem;
}
.contactPage_form,
.Info_Box3 {
background-color: rgb(255, 255, 255);
box-shadow: 0 3px 7px 0 rgb(34 34 34 / 24%);
padding: 2rem;
}
.contactPage_form input#input_2_3 {
width: 100%;
}
.singeNewsBox {
margin-left: -6%;
margin-top: 3%;
box-shadow: 0 3px 7px 0 rgb(34 34 34 / 24%);
}
.width-10.mainBoxs {
background-color: #f3f3f3;
padding: 2rem;
}
.customFAQ .vc_toggle_content {
background: #ffffff;
padding: 2rem 3rem;
border-top: 3px solid #dddddd;
}
.customFAQ .vc_toggle_active .vc_toggle_title h4 {
color: var(--main);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.Info_Box3 {
margin: 3rem auto;
}
.Info_Box4 {
margin-top: 2rem;
margin-bottom: 2rem;
padding: 3rem;
}
.customVideoSection {
width: 100%;
padding: 0rem 9rem 5rem 9rem;
background-size: cover;
background-position: center;
}
.table.cart td.product-name a {
font-size: 1.5rem;
font-weight: 400;
color: var(--main);
}
a.remove::before {
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal; font-family: "Font Awesome 5 Free";
font-weight: 900;
line-height: inherit;
vertical-align: baseline;
content: "";
position: absolute;
top: 0;
font-size: 1.4rem;
left: 0;
right: 0;
bottom: 0;
color: var(--main);
line-height: 1;
text-indent: 0;
text-align: center;
}
table.cart td.product-remove {
position: relative;
}
.form-row.notes > span {
width: 95%;
}
.form-row.notes > span > .input-text {
height: 135px;
}
td.product-name {
border-right: 2px solid #f3f3f3;
color: var(--main);
font-weight: 400;
letter-spacing: 0.3px;
font-size: 1.4rem;
line-height: 20px;
}
li.woocommerce-MyAccount-navigation-link {
margin-bottom: 10px;
padding: 0 0 5px 0;
border-bottom: 1px solid #f3f3f3;
font-weight: 400;
}
li.woocommerce-MyAccount-navigation-link a {
color: var(--dark-grey);
}
li.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
color: var(--main);
}
form.woocommerce-EditAccountForm.edit-account fieldset legend {
background-color: rgb(255, 255, 255);
box-shadow: 0 3px 7px 0 rgb(34 34 34 / 24%);
}
form.woocommerce-EditAccountForm.edit-account fieldset {
margin-top: 5rem;
}
.myAccountset {
display: none;
}
body.logged-in .myLoginset {
display: none;
}
body.logged-in .myAccountset {
display: block;
}
.vc_row.vc_row-flex.customFAQ > .vc_column_container,
.vc_row.customFAQ.vc_row-o-content-middle:not(.vc_row-o-equal-height)
> .vc_column_container {
align-items: flex-start;
align-content: center;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
}  .custom_Flex .mega_info_box_2.nonesss {
width: 100%;
border-bottom: 2px solid #f3f3f3;
padding-top: 1.1rem;
padding-bottom: 0;
}
.custom_Flex1 .wpb_wrapper a,
.custom_Flex2 .wpb_wrapper a {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
flex-wrap: nowrap;
align-content: center;
justify-content: space-between;
}
.custom_Flex .mega_info_box_2 .mega-info-footer {
display: block;
padding-left: 25px;
}
.site-footer_farm_image .row.no-gutters {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.custom_Flex .mega_info_box_2 .mega-info-header {
display: block;
position: absolute;
}
.custom_Flex .mega_info_box_2 .mega-info-title {
display: inline-block;
}
.custom_Flex .mega_info_box_2 .mega-info-desc {
float: right;
display: inline-block;
}
.woocommerce-product-details__short-description p {
font-size: 1.8rem;
}
.woocommerce-product-details__short-description p > strong {
font-weight: 500;
}
.cart-collaterals h2 {
padding-bottom: 2rem;
padding-top: 2rem;
border-top: 2px solid #f3f3f3;
}
.woocommerce-product-gallery__image > a > img {
width: 600px;
height: 600px;
object-fit: cover;
}
.single-product
.customProduct_one
div.product
.woocommerce-product-gallery
.flex-viewport {
box-shadow: 0 3px 7px 0 rgb(34 34 34 / 24%);
margin-left: 1rem;
}
.customProduct_one .variations select#colors {
margin-bottom: 3rem;
height: max-content;
background-color: #fff;
font-size: 1.4rem;
width: 100%;
padding: 1.3rem 4.5rem 1.3rem 2.5rem;
border: 1px solid #cccccc;
}
.customProduct_one .variations select#colors > option {
padding: 20px 10px;
font-size: 15px;
font-weight: 400;
}
.customProduct_one .woocommerce-product-details__short-description {
line-height: 24px;
}
.customProducts section.related.products ul.products,
.customProducts section.up-sells.upsells.products ul.products {
justify-content: center;
}
body.single-product .site-main ul.products.columns-3 li.product:only-child {
margin-right: 0;
}
.single-product .customProduct_one div.product .woocommerce-product-rating {
margin-bottom: 0;
}
.trauma-1,
.trauma-2 {
float: left;
margin-bottom: 0;
}
span.trauma-Plates {
color: var(--main);
}
.steelTrauma {
width: 100%;
order: 1;
display: none;
background: #f6f6f6;
}
.product_cat-steel .steelTrauma {
display: block;
}
.armor_custom1 {
display: block;
width: 100%;
float: left;
}
body.single-product:not(.product_cat_steel-armor)
.steel-level-iii-plate-model-10x12-frag-coat {
padding-top: 1rem;
}
.single-product div.product .product_meta {
order: 2;
}
.steelTrauma .quantity {
display: flex;
align-items: center;
align-content: center;
justify-content: space-between;
}
.steelTrauma .quantity img {
width: 30%;
padding-right: 2rem;
}
.steelTrauma form.cart {
display: flex;
align-items: center;
}
.steelTrauma button.alt {
padding-right: 2rem;
padding-left: 2rem;
font-size: 1.3rem;
}
.steelTrauma .trauma-2 {
margin-right: 2rem;
}
.single-product
.customProduct_one
.steelTrauma
.quantity
input[type="number"].qty {
margin-right: 0;
}
span.mainTrauma {
color: #ffffff;
font-size: 1.5rem;
font-weight: 500;
padding: 1rem;
}
.steelTrauma > p {
background: #444444;
}
.single-product div.product .steelTrauma form.cart {
padding: 0 1rem 1rem 1rem;
position: relative;
}
.steelTrauma form.cart .added_to_cart.alt,
.steelTrauma form.cart .added_to_cart,
.steelTrauma form.cart .widget a.button.checkout {
padding: 0.5rem 1.8rem;
position: absolute;
font-size: 1.3rem;
right: 9.2%;
bottom: 0;
}
.storefront-full-width-content.single-product
.customProduct_one
div.product
.summary {
display: grid;
}
body.storefront-full-width-content .cart-upsell-section > .upsell-products {
display: none;
}
body.storefront-full-width-content
.cart-upsell-section
> .upsell-products
~ .upsell-products {
display: flex;
margin-top: 2rem;
}
body.storefront-full-width-content
.cart-upsell-section
.upsell-products
~ .upsell-products
.product-content
h4 {
color: var(--dark-grey) !important;
font-size: 1.3rem !important;
line-height: 21px !important;
font-weight: 500 !important;
text-align: left !important;
}
body.storefront-full-width-content .upsell-products ~ .upsell-products {
background-color: rgb(255, 255, 255) !important;
box-shadow: 0 3px 7px 0 rgb(34 34 34 / 14%);
width: 50%;
margin: 0 auto;
}
body.storefront-full-width-content
.upsell-products
~ .upsell-products
input.upsell_add_to_cart_cta {
display: flex;
position: relative;
background-color: transparent !important;
border: none;
color: var(--main) !important;
width: 135px !important;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/red_button.png) !important;
background-position: center;
background-size: cover;
height: 45px !important;
cursor: pointer;
align-items: center;
margin-top: 5%;
justify-content: center;
border-radius: 0 !important;
}
body.storefront-full-width-content
.upsell-products
~ .upsell-products
input.upsell_add_to_cart_cta {
text-align: center;
letter-spacing: 1px;
word-spacing: normal;
color: var(--main) !important;
font-size: 14px;
white-space: nowrap;
text-transform: uppercase;
font-weight: 400;
}
body.storefront-full-width-content
.upsell-products
~ .upsell-products
input.upsell_add_to_cart_cta {
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
body.storefront-full-width-content
.upsell-products
~ .upsell-products
input.upsell_add_to_cart_cta:hover {
background: var(--main) !important;
color: #fff !important;
background-image: url(https://rmadefense.com/wp-content/uploads/2021/07/red_button.png) !important;
background-position: center;
background-size: cover;
border: none;
}
body.storefront-full-width-content
.upsell-products
~ .upsell-products
input.upsell_add_to_cart_cta:hover {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
color: #fff;
}
body.storefront-full-width-content
.upsell-products
~ .upsell-products
input.upsell_add_to_cart_cta::after {
content: "\f178";
font-size: 18px;
font-family: "Font Awesome 5 Pro";
font-weight: 300;
color: var(--main);
top: 0;
padding-left: 16px;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
display: block;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
body.storefront-full-width-content
.upsell-products
~ .upsell-products
input.upsell_add_to_cart_cta:hover::after {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
color: #fff !important;
}
.customProducts .cat-item-103 {
display: none;
}
span.upsellPrice {
font-size: 1.5rem;
font-weight: 700;
padding-top: 1rem;
color: var(--main) !important;
}
span.upsellSpecial {
font-size: 1.5rem;
font-weight: 700;
padding-bottom: 0.5rem;
margin-bottom: 0.5rem;
border-bottom: 2px solid #f3f3f3;
color: var(--main) !important;
}
#payment
.payment_methods
li
input[type="radio"]:first-child:checked
+ label:before {
color: var(--main);
}
.form-row.woocommerce-validated input.input-text {
box-shadow: inset 2px 0 0 var(--main);
}
@media only screen and (max-width: 1199px) {
.topbar-one img.king_armor {
width: 70%;
margin-left: 5rem;
object-fit: cover;
}
}
@media only screen and (max-width: 991px) {
.topbar-one img.king_armor {
width: 350px;
margin: 0 auto;
margin-left: auto;
object-fit: cover;
}
.flex-ending .topbar-one__middle {
width: 400px;
}
}
@media only screen and (max-width: 500px) {
.slider-productFeatures div#n2-ss-8 .n2-ss-slider-3 {
padding: 15px 50px 50px 50px;
}
}
@media (min-width: 768px) {
.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
width: 60%;
float: none;
margin-right: 0;
margin: 1rem 0;
clear: right;
}
.woocommerce-MyAccount-navigation {
background-color: rgb(255, 255, 255);
box-shadow: 0 3px 7px 0 rgb(34 34 34 / 24%);
padding: 2rem;
border-top: 3px solid var(--main);
}
#ship-to-different-address .woocommerce-form__input-checkbox {
right: 5%;
}
.cart-collaterals .cross-sells {
display: none;
}
table.cart td.product-remove a.remove {
position: absolute;
top: 50%;
transform: translate(0, -50%);
right: 0;
font-size: 1.6rem;
}
table.shop_table_responsive tbody tr td,
table.shop_table_responsive tbody tr th {
font-size: 1.7rem;
font-weight: 500;
}
.col2-set .form-row-first {
width: 50%;
float: left;
margin-right: 0;
}
.col2-set .form-row-last {
width: 50%;
float: left;
margin-left: 0;
}
.col2-set .form-row-last > span,
.col2-set .form-row-first > span {
width: 90%;
}
.form-row-wide > span {
width: 95%;
}
p.form-row.address-field > span {
width: 95%;
}
p.form-row.address-field.validate-state {
width: 50%;
float: left;
clear: none;
}
p.form-row.address-field.validate-postcode {
width: 50%;
float: right;
clear: none;
}
p.form-row.address-field.validate-state > span,
p.form-row.address-field.validate-postcode > span {
width: 90%;
}
}
@media only screen and (max-width: 1199px) {
.width-8 {
width: 83.33333%;
}
}
body.my-account .width-10 {
max-width: 1200px;
}
body.cart .width-10 {
max-width: 1400px;
}
body.about .width-8 {
max-width: 1300px;
}
body.about .section-block {
padding: 9rem 9rem 9rem 9rem;
}
body.contact .mt-10 {
margin-top: 2rem;
}
li.woocommerce-MyAccount-navigation-link {
font-size: 1.6rem;
}
.col2-set#customer_login .u-column2.col-2 {
box-shadow: 0 3px 7px 0 rgb(34 34 34 / 24%);
padding: 2rem 4rem 3rem 4rem;
}
@media (min-width: 768px) {
.col2-set#customer_login .col-1,
.col2-set.addresses .col-1 {
width: 45%;
float: left;
margin-right: 0;
}
.col2-set#customer_login .col-2,
.col2-set.addresses .col-2 {
width: 45%;
float: right;
margin-right: 0;
}
}
body.error404 .bg-img {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: bottom;
background-color: rgba(0, 0, 0, 0.5);
background-blend-mode: color;
}
body.error404 .content {
font-family: "Avenir-Next", Avenir, Helvetica, sans-serif;
color: #fff !important;
background-color: none;
z-index: 2;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
body.error404 .content a {
font-family: "Avenir-Next", Avenir, Helvetica, sans-serif;
color: #fff !important;
}
.error_404 {
height: 800px;
}
body.error404 {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #000;
}
body.error404 h1 {
font-size: 160px;
margin-bottom: 0;
margin-top: 0;
color: #fff !important;
}
body.error404 h2 {
margin-top: 0;
max-width: 700px;
font-size: 30px;
width: 90%;
color: #fff !important;
}
body.error404 p {
text-align: left;
padding-bottom: 32px;
color: #eeeeee !important;
}
body.error404 .error_404 .container {
height: 100%;
}
body.error404 .btn {
display: inline-block;
border: 1px solid #ffffff;
border-radius: 40px;
padding: 15px 30px;
margin-right: 15px;
margin-bottom: 10px;
}
body.error404 .btn:hover {
color: #ffffff;
background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 480px) {
body.error404 .btn {
background-color: white;
color: var(--main);
width: 100%;
}
body.error404 .content a {
background-color: white;
color: var(--main) !important;
width: 100%;
}
body.error404 h1 {
font-size: 120px;
}
}
.odr-order-bump-banner-product-price
del
> span.woocommerce-Price-amount.amount {
text-decoration: line-through;
color: #ddd;
}
body.product_cat_body-armor .armor_custom1 {
display: none;
float: left;
float: right;
width: 43%;
margin-top: -3%;
margin-bottom: 5%;
}
@media only screen and (max-width: 1199px) {
body.product_cat_body-armor .armor_custom1 {
float: left;
margin-left: 6.5%;
width: 40%;
margin-top: -3%;
margin-bottom: 5%;
}
.storefront-full-width-content.single-product
.customProduct_one
a:not(.woocommerce-loop-product__link)
> img:not(.zoomImg) {
width: 80%;
object-fit: contain;
object-position: center;
}
}
@media only screen and (max-width: 768px) {
.storefront-full-width-content.single-product
.customProduct_one
a:not(.woocommerce-loop-product__link)
> img:not(.zoomImg) {
width: 60%;
object-fit: contain;
object-position: center;
}
}
@media only screen and (max-width: 500px) {
body.product_cat_body-armor .armor_custom1 {
width: 100%;
}
}
body.product_cat_body-armor .armor_custom1 {
display: inline-block;
}
.btn1 {
border: 2px solid var(--dark-grey);
color: var(--dark-grey);
display: inline-block;
margin: 0 0.25em;
overflow: hidden;
padding: 10px 60px 10px 16px;
position: relative;
font-weight: 500;
font-size: 1.3rem;
letter-spacing: 1.4px;
text-decoration: none;
border-radius: 0 !important;
line-height: 1;
}
.btn1 .btn-content {
font-size: 1em;
line-height: 1.2;
padding: 0 26px;
position: relative;
right: 0;
transition: right 300ms ease;
display: block;
text-align: left;
}
.btn1 .icon {
border-left: 1.3px solid var(--dark-grey);
position: absolute;
right: 0;
text-align: center;
top: 50%;
transition: all 300ms ease;
transform: translateY(-50%);
width: 58px;
height: 70%;
}
.btn1 .icon i {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.btn1:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: var(--main);
opacity: 0;
transition: opacity 300ms ease;
}
.btn1:hover .btn-content {
right: 100%;
}
.btn1:hover .icon {
border-left: 0;
font-size: 1.8em;
z-index: 999;
width: 100%;
}
.btn1:hover:after {
opacity: 0.9;
}
.btn1:hover,
.btn1:hover .icon {
color: #fff;
}
.btn1:hover {
border: 2px solid var(--main);
}
.btn1.btn-alt-color {
border-color: var(--main);
color: var(--main);
}
.btn1.btn-alt-color .icon {
border-left-color: var(--main);
}
.btn1.btn-alt-color:after {
background-color: var(--main);
}
div#coupons_list {
display: none !important;
} .woocommerce-tabs.wc-tabs-wrapper {
float: left;
display: block;
width: 100%;
}
.custom_RMAform-section .content-block2 {
padding: 0 3rem 3rem 3rem;
}
@media only screen and (min-width: 1200px) {
.custom_RMAform-section .width-4.offset-middle {
width: 41%;
}
div#livechat-eye-catcher {
right: 0 !important;
}
}
.woocommerce-message:first-child {
display: none;
}
body:not(.logged-in) li.my-logged_account {
visibility: hidden;
}
body.logged-in li.log-in_account {
visibility: hidden;
}
.comment-form-comment textarea {
height: 225px;
padding: 10px 20px;
}
.customProducts
.site-main
ul.products
li.product
a.button.product_type_variation.add_to_cart_button.ajax_add_to_cart,
.customProducts
ul.products
li.product
a.button.product_type_variation.add_to_cart_button.ajax_add_to_cart {
display: none;
}
.customVideoSlide .n2-ss-slider {
box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.32);
background: #000000;
}
div#n2-ss-5 .n-uc-qLoXJREpB08W-inner {
background: #000;
padding: 0;
}
.n2-ss-slider .n2-ss-layer-with-background {
padding: 0 !important;
}
div#n2-ss-5.n2-ss-slider .n2-ss-layer[data-sstype="slide"] {
padding: 0;
}
div#n2-ss-12 .n2-ss-slide {
max-height: 575px;
}
.n2-ss-slider .n2-ss-layer-with-background { }
.customVideoSlide .n2-ss-slider {
margin: 0 auto;
}
.rangeslider__tooltip {
display: block;
margin-top: 2.5em;
font-size: 12px;
color: #a59eb5;
}
.video_maxHeight {
max-height: 600px;
}
.rangeslider,
input[type="range"] {
max-width: 300px;
}
.rangeslider__handle {
border-radius: 22px;
line-height: 42px;
text-align: center;
font-weight: bold;
}
.rangeslider__handle:after {
background: 0;
}
.rangeslider,
.rangeslider__fill {
display: block;
border-radius: 10px;
}
.rangeslider {
background: #ae000c;
position: relative;
}
.rangeslider--horizontal {
height: 10px;
width: 100%;
}
.rangeslider--vertical {
width: 20px;
min-height: 150px;
max-height: 100%;
}
.rangeslider--disabled {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
opacity: 0.4;
}
.rangeslider__fill {
position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
top: 0;
height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
bottom: 0;
width: 100%;
}
.rangeslider__handle {
cursor: pointer;
display: inline-block;
width: 50px;
cursor: pointer;
height: 50px;
-webkit-appearance: none;
background-image: url(https://rmadefense.com/wp-content/themes/storefront-child-theme-master/img/armor.svg;) !important;
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
position: absolute;
}
.rangeslider__handle.js-small {
width: 55px;
height: 55px;
}
.rangeslider__handle.js-medium {
width: 57px;
height: 57px;
}
.rangeslider__handle.js-large {
width: 60px;
height: 60px;
}
.rangeslider__handle.js-xl {
width: 62px;
height: 62px;
}
.rangeslider__handle.js-2xl {
width: 65px;
height: 65px;
}
.rangeslider__handle.js-3xl {
width: 67px;
height: 67px;
top: -35px;
}
.rangeslider__handle.js-4xl {
width: 70px;
height: 70px;
top: -40px;
}
.rangeslider__handle.js-5xl {
width: 72px;
height: 72px;
top: -40px;
}
.rangeslider__handle.js-small {
width: 55px;
height: 55px;
}
div#js-rangeslider-0 {
margin: 40px auto;
}
.sizingWrap {
margin-top: 20px;
}
tr.activetr td {
color: black;
background-color: #cfcfcf !important;
}
table.sizeTable td {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
} .rangeslider--horizontal .rangeslider__handle {
top: -30px;
color: #fff;
line-height: 60px;
padding: 2px;
touch-action: pan-y;
-ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
left: -10px;
touch-action: pan-x;
-ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
table.sizeTable {
text-align: center;
}
table.sizeTable {
min-width: 300px;
}
table.sizeTable td,
table.sizeTable th {
border: 1px #ebebeb solid;
}
div#n2-ss-8-align .n2-ss-slider .n2-ss-layer-with-background {
background: none !important;
}
.product_cat_ballistic-helmets .rangeslider--horizontal .rangeslider__handle {
top: -16px;
color: #fff;
line-height: 33px;
padding: 2px;
touch-action: pan-y;
-ms-touch-action: pan-y;
}
.product_cat_ballistic-helmets .rangeslider__handle {
background-image: url(https://rmadefense.com/wp-content/themes/storefront-child-theme-master/img/helmet.svg;) !important;
}
.n2-section-smartslider.fitvidsignore.customVideoSlide {
max-width: 900px;
margin-top: 3rem;
margin: 3rem auto 1rem auto;
}
body.product-template-default span.onsale {
color: #fff !important;
}
button.single_add_to_cart_button.button.alt {
background-color: #ae140b !important;
border-color: #ae140b !important;
color: #ffffff !important;
}
table.variations th.label {
text-align: left;
}
table.variations th.label label {
color: #444444;
font-size: 1.3em;
}
section#top-banner {
text-align: center;
font-size: 1em;
font-weight: bold;
padding: 6px 0;
background: #ae140b;
color: #fff;
}
section#top-banner a {
color: #fff !important;
text-decoration: underline !important;
}
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
.panel
ul
li:before {
content: "•" !important;
font-family: "FontAwesome";
padding-right: 6px;
color: #ae140b !important;
}
.storefront-full-width-content
.customProduct_one
.woocommerce-tabs
.panel
ul
li
span {
display: inline;
}
ul#menu-main-menu-1 li a {
font-size: 1.4em !important;
margin-bottom: 5px;
}
.offcanvas-widget .widget ul {
padding-left: 1.5rem;
}
.offcanvas-widget .widget ul.sub-menu {
display: block;
margin-left: 15px;
}
.offcanvas-widget .widget ul.sub-menu li a {
margin-bottom: 8px !important;
}
span.onsale {
position: relative;
}
.pro-cat-descrip p,
.pro-cat-descrip {
font-size: 18px;
color: #000;
}
.pro-cat-descrip {
display: block;
width: 100%;
max-width: 100%;
padding: 0 15px;
}
.pro-cat-faq-section > div.vc_row {
display: block !important;
float: left !important;
width: 100% !important;
margin: 0 auto !important;
padding: 0 !important;
left: 0 !important;
}
.pro-cat-faq-section #faq-acc-row .vc_column-inner {
padding-top: 0 !important;
}
a.prod-cat-readmore-btn {
font-weight: 500;
display: inline-block;
margin-left: 5px;
color: #ae140b !important;
cursor: pointer !important;
}
@media (min-width: 768px) {
.topbar-one .topbar-one__middle > a ~ a > img.king_armor {
display: none !important;
}
}
.home-pop {
padding-top: 20px !important;
}
.home-pop h2 {
font-size: 4em;
}
.home-about > .wpb_column > .vc_column-inner {
padding-top: 0 !important;
}
.home-about {
max-width: 1400px;
display: block;
margin: 0 auto;
padding: 60px 15px;
}
.home-about h1 {
font-size: 3em;
margin: 0 0 10px;
}
.home-reviews-row {
padding: 0px 4vw;
}
.product-reviews .owl-nav i {
font-size: 60px;
}
.product-reviews .owl-nav i {
font-size: 60px;
}
.product-reviews button.owl-prev {
left: -40px;
position: relative;
}
.product-reviews button.owl-next {
float: right;
position: relative;
left: 40px;
}
.product-reviews .owl-nav {
position: relative;
top: -460px;
}
.storefront-product-section.storefront-reviews h2.section-title {
display: none;
}
.home-reviews-row h2 {
margin-bottom: 30px !important;
}
a.sr-view-product {
font-weight: bold;
font-size: 1.3em;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
margin: 0 auto;
}
.product-reviews .owl-dots {
display: none;
}
.woocommerce-variation-price bdi {
font-size: 2em;
font-weight: 500;
color: #ae150b;
}
a.button.product_type_variable,
a.button.product_type_simple.add_to_cart_button,
a.button.product_type_simple {
background: #2c2e2e;
color: #fff;
font-size: 1.3em;
border-radius: 6px;
}
.containerxx {
max-width: 1440px;
display: block;
margin: 0 auto;
}
div#promotions-row-1 h3 {
font-weight: 400;
font-size: 1.7em;
}
div#promotions-row-1-r img {
width: 360px;
}
div#promotions-row-1-r ul {
padding-left: 20px;
}
div#promotions-row-1-r ul li {
list-style: disc;
font-size: 1.5rem;
padding-bottom: 10px;
font-weight: 600;
color: #444444;
}
div.creds {
padding: 0 10px !important;
}
span.creds-label {
font-weight: bold;
}
span.creds-label {
font-weight: bold;
font-family: "roboto";
font-size: 1.1em;
color: #000;
}
span.creds-label i {
color: #ae000c;
margin-right: 8px;
}
span.creds-text {
float: right;
font-size: 1.4em;
font-weight: 500;
}
span.creds-sm {
font-size: 0.88em;
display: block;
}
.creds-row {
border-bottom: 2px solid #e9e9e9;
padding-bottom: 20px;
margin-bottom: 14px;
}
div#cred-sp {
height: 70px;
}
.teamz-row {
text-align: center;
display: block !important;
position: relative;
float: left;
width: 100%;
margin-bottom: 40px !important;
margin-top: 30px !important;
}
.teamz-row h3 {
font-family: "Barlow Condensed", sans-serif;
font-weight: normal;
color: #464646;
margin-bottom: 10px;
}
.teamz-row h4 {
font-family: "Barlow Condensed", sans-serif;
font-weight: normal;
color: #464646;
}
.teamz-row h4:after {
content: "";
display: block;
position: relative;
width: 70px;
height: 4px;
background: #959595;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
}
.teamz-row a {
color: #464646 !important;
font-size: 1.7em;
}
.teamz-row i {
font-size: 22px;
margin-right: 3px;
}
.the-armor-box-row {
text-align: center;
}
.the-armor-box-row h2 {
text-transform: uppercase;
font-size: 1.1em;
letter-spacing: 1px;
min-height: 60px;
margin-top: 30px;
}
.the-armor-box-row p {
font-size: 1.1em;
min-height: 150px;
line-height: 1.4;
}
.the-armor-box-buy-btn a {
background: #ae000c !important;
color: #fff !important;
font-size: 1.3em !important;
}
.the-armor-box-buy-btn a:hover {
background: #151412 !important;
}
.the-armor-box-row .custom_table1 > .vc_column-inner {
background: #fff;
}
.the-armor-box-row .custom_table1 {
display: block !important;
padding: 0 6px;
}
ul#menu-main-menu li#menu-item-87194 a {
color: #ff0012 !important;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-87194 a {
color: #ff0012 !important;
}
span.sp-product-field-1,
span.sp-product-field-2 {
display: block;
font-size: 1.2em;
color: #000;
font-weight: 500;
}
.prod-cat-readmore ul {
padding-left: 40px;
}
.prod-cat-readmore ul li {
list-style: disc;
}
div#pro-cat-faq h3,
.prod-cat-readmore h3,
.pro-cat-descrip h3 {
font-weight: 500 !important;
font-size: 1.7rem !important;
font-family: Roboto !important;
}
.prod-cat-readmore h2,
.pro-cat-descrip > h2,
.pro-cat-meta-descrip h2 {
font-size: 2.5rem;
letter-spacing: 0px !important;
text-transform: uppercase;
margin: 25px 0 10px;
font-weight: 900 !important;
}
.prod-cat-readmore h2 strong,
.pro-cat-descrip > h2 strong,
.pro-cat-meta-descrip h2 strong {
font-weight: 900 !important;
}
div#pro-cat-faq h2 {
letter-spacing: 1px;
}
.pro-cat-descrip
.vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md {
margin-bottom: 10px;
}
.wcwl_email_elements input {
padding: 12px;
border-radius: 4px;
width: 380px;
max-width: 90%;
}
.wcwl_elements.bound button.woocommerce_waitlist.button {
background: #ae000c;
color: #fff;
font-size: 1.2em;
text-transform: uppercase !important;
} .storefront-full-width-content
.customProduct_one
.woocommerce-tabs
.panel
h3:first-of-type {
border: none;
padding: 0;
width: auto;
font-size: 1.618em;
margin-bottom: 1em;
display: block;
text-align: left;
}
section.up-sells.upsells.products h3,
section.related.products h3 {
text-align: center;
font-size: 1.618em;
margin-bottom: 1em;
}
.yith-wfbt-section.woocommerce img {
width: auto !important;
height: auto !important;
}
.yith-wfbt-section .yith-wfbt-item label {
padding-left: 50px;
position: relative;
display: block;
}
ul.yith-wfbt-items li:nth-of-type(1) label {
padding-left: 35px !important;
}
ul.yith-wfbt-items span {
font-size: 1.1em !important;
font-weight: 500;
}
.yith-wfbt-submit-block .price_text {
font-weight: 500 !important;
font-size: 1.4em;
color: #000;
}
button.yith-wfbt-submit-button.button {
font-size: 1.4em;
padding: 0 20px;
}
.yith-wfbt-section.woocommerce h2 {
font-size: 1.7em;
text-transform: uppercase;
}
.yith-wfbt-section.woocommerce {
padding: 0 15px;
}
.pro-cat-meta-descrip {
padding: 0 15px;
font-size: 18px;
color: #000;
}
.pro-cat-meta-descrip span.cat-readm {
color: #ae000c;
font-weight: 500;
margin-left: 10px;
}
div#home-rma-partners-wrap {
display: block;
}
#home-rma-partners-wrap h2 {
font-size: 3.3em;
}
div#home-rma-partners-wrap p {
font-size: 1.5em;
}
div#home-rma-partners-wrap p a {
width: 25%;
display: inline-block;
}
div#home-rma-partners-wrap p {
text-align: center;
}
div#home-rma-partners-wrap p a img {
margin: 0 auto 20px;
}
body.product-template-default form.yith-wfbt-form a.yith-wfbt-open-modal {
background: #3b3b3b;
font-size: 1.2em;
padding: 8px 10px;
color: #fff;
font-weight: bold;
border: 2px solid #3b3b3b;
}
body.product-template-default form.yith-wfbt-form a.yith-wfbt-open-modal:hover {
background: #fff;
color: #3b3b3b;
}
form#gform_3 .gform-footer.gform_footer.top_label {
margin-top: 20px;
}
form#gform_3 .rma_customForm .gform_footer.top_label::after {
display: none !important;
}
input#gform_submit_button_3,
input#gform_submit_button_2,
input#gform_submit_button_1 {
display: block !important;
transform: none !important;
margin: 0 !important;
align-self: auto !important;
background: #ae140b !important;
color: #fff !important;
font-weight: bold !important;
width: 140px;
padding: 14px !important;
border: 2px solid #ae140b !important;
-webkit-transition: all 0.3s ease-out 0s !important;
transition: all 0.3s ease-out 0s !important;
cursor: pointer;
}
input#gform_submit_button_1 {
background: #000 !important;
color: #fff !important;
}
input#gform_submit_button_2:hover,
input#gform_submit_button_3:hover {
background: #fff !important;
color: #ae140b !important;
}
input#gform_submit_button_1:hover {
color: #fff !important;
background: #ae140b !important;
}
form#gform_3 .gform-footer.gform_footer.top_label,
.rma_customForm .gform_footer.top_label,
.custom_RMAform .gform_footer.top_label {
background: none !important;
}
.rma_customForm .gform_footer.top_label::after,
.custom_RMAform .gform_footer.top_label::after {
content: "" !important;
}
div#next-gen-hero-heading-l h1 {
font-family: "Barlow Condensed";
font-size: 5em;
line-height: 1.1;
}
section#next-gen-hero-heading { padding: 40px 0;
width: 96%;
margin: 0 auto;
}
div#next-gen-hero-heading-r h4 {
font-weight: 500;
}
section#next-gen-hero-vid {
background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
padding-bottom: 35px;
}
div#next-gen-hero-vid-wrap {
width: 96%;
margin: 0 auto;
}
section#next-gen-hero-vid img {
display: block;
margin: 0 auto;
border-radius: 8px;
}
div#next-gen-feat-1-heading h2,
div#next-gen-feat-plates-heading h2 {
font-family: "Barlow Condensed";
font-size: 3.8em;
}
section#next-gen-feat-1 {
padding: 40px 0;
}
div#next-gen-feat-1-heading {
margin: 20px auto 40px;
width: 96%;
}
div#next-gen-feat-1-blocks-row {
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 90%;
margin: 0 auto;
flex-wrap: wrap;
gap: 15px;
}
.next-gen-feat-1-block {
flex: 1 1 23%;
box-sizing: border-box;
background-size: cover !important;
background-repeat: no-repeat !important;
height: 75vh;
padding: 20px 20px;
border-radius: 30px;
}
.next-gen-feat-1-block h3 {
color: #fff;
font-weight: normal;
font-size: 1.8em;
margin-bottom: 12px;
}
.next-gen-feat-1-block h2 {
color: #fff;
font-size: 2.2em;
line-height: 1.2;
}
.next-gen-feat-1-block img {
border-radius: 20px;
}
a.next-gen-feat-1-block-link {
width: 100%;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
a.next-gen-feat-1-block-link:hover {
transform: scale(0.98);
}
section#next-gen-feat-plates {
background: #f5f5f7;
padding: 80px 0;
}
div#next-gen-feat-plates-heading {
width: 96%;
margin: 0 auto 40px;
}
div#next-gen-feat-plates-row {
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 96%;
margin: 0 auto;
flex-wrap: wrap;
gap: 30px;
}
.next-gen-feat-plates-cols {
flex: 1 1 23%;
box-sizing: border-box;
}
.next-gen-feat-plates-cols img {
width: 100%;
display: block;
margin: 0 auto;
}
.next-gen-feat-plates-cols h2 {
margin: 0 0 15px;
text-align: center;
font-size: 2em;
font-family: "Barlow Condensed";
text-transform: uppercase;
}
.next-gen-feat-plates-cols p {
text-align: center;
}
.next-gen-feat-plates-shopnow a {
background: #ae020b;
color: #fff;
text-align: center;
font-size: 1.4em;
font-weight: 600;
display: block;
width: 120px;
border-radius: 20px;
padding: 2px;
margin: 0 auto 55px;
border: 2px solid #ae020b;
}
.next-gen-feat-plates-shopnow a:hover {
background: transparent;
color: #ae020b;
}
section#next-gen-feat-2 {
background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 45%, #f1f1f1 100%);
padding: 80px 0;
}
div#next-gen-feat-2-heading-1 {
width: 86%;
margin: 0 auto 60px;
}
div#next-gen-feat-2-armor-essentials-row {
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 86%;
flex-wrap: wrap;
margin: 0px auto;
gap: 40px;
}
.next-gen-feat-2-armor-essentials-col {
flex: 1 1 46%;
box-sizing: border-box;
}
.next-gen-feat-2-armor-essentials-col img {
border-radius: 20px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.next-gen-feat-2-armor-essentials-col img:hover {
transform: scale(0.98);
}
div#next-gen-feat-2-heading-1 h2 {
font-weight: 600;
}
div#next-gen-feat-2-heading-2 {
width: 96%;
margin: 110px auto 40px;
}
div#next-gen-feat-2-why-rma-row {
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 96%;
margin: 0 auto;
flex-wrap: wrap;
gap: 30px;
}
.next-gen-feat-2-why-rma-col {
flex: 1 1 23%;
box-sizing: border-box;
background: #fff;
padding: 30px 20px;
min-height: 270px;
border-radius: 20px;
box-shadow: 0px 0px 10px -10px #000;
}
div#next-gen-feat-2-heading-2 h2 {
font-family: "Barlow Condensed";
line-height: 1;
font-weight: 600;
}
.next-gen-feat-2-why-rma-col h3 {
font-size: 1.9em;
margin-bottom: 12px;
}
.next-gen-feat-2-why-rma-col i {
color: #000;
font-size: 30px;
margin-bottom: 20px;
}
.next-gen-feat-2-why-rma-col p {
color: #000;
}
.page-id-218298 .owl-nav {
width: 100%;
text-align: right;
}
.page-id-218298 button.owl-prev,
.page-id-218298 button.owl-next {
font-size: 32px !important;
background: #eeeeee !important;
border-radius: 60px;
width: 52px;
margin-right: 10px;
font-weight: 600 !important;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.page-id-218298 button.owl-prev:hover,
.page-id-218298 button.owl-next:hover {
background: #dbdbdb !important;
}
.page-id-218298 button.owl-prev span,
.page-id-218298 button.owl-next span {
position: relative;
top: -3px;
}
a.next-gen-feat-2-block-link {
width: 100%;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
a.next-gen-feat-2-block-link:hover {
transform: scale(0.98);
}
.next-gen-feat-plates-main img {
display: block;
width: 380px !important;
margin: 0 auto;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.next-gen-feat-plates-main img:hover {
transform: scale(0.98);
}
.next-gen-feat-plates-icons img {
width: 60px !important;
}
.next-gen-feat-plates-icons h3 {
text-align: center;
font-weight: normal;
font-size: 1.1em;
margin-bottom: 40px;
margin: 20px auto 30px;
}
.next-gen-feat-plates-icons:before {
border-top: 1px solid #b1b1b1;
padding-top: 50px;
content: "";
display: block;
width: 110%;
}
#next-gen-feat-1-blocks-row .owl-nav.disabled,
#next-gen-feat-2-why-rma-row .owl-nav.disabled {
display: block !important;
}
.woocommerce-product-details__short-description ul li {
list-style: circle !important;
}
.woocommerce-product-details__short-description ul {
padding-left: 6%;
}
.woocommerce-tabs .panel h2:first-of-type {
margin-bottom: 0.3rem !important;
font-size: 4rem;
}
div#tab-description > h3:nth-of-type(1) {
display: none !important;
}