.row__gvm-category{
    background: radial-gradient(71.13% 71.13% at -2.84% -12.51%, #06212D 0%, #010101 100%);
}

@media only screen and (max-width: 767px) {
    .row__gvm-category .mgz-element.mgz-element-column.mgz-col-md-4:not(:first-child) {
        margin-top: 30px;
    }
}


.mgz-element-slider .mgz-carousel-item{
    height: 100vh !important;
}
.mgz-element-slider .slide-heading .slide-text{
    color: #fff !important;
    font-size: 75px !important;
    line-height: 1 !important;
    max-width: 900px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.row__icons-set .mgz-single-image-wrapper .image-content .image-title {
    font-size: 24px;
    margin-left: 20px;
}
.row__icons-set .mgz-single-image-wrapper .mgz-single-image-inner {
    display: flex;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.row__icons-set .mgz-single-image-wrapper .mgz-single-image-inner .mgz-single-image-wrap [data-type="image"]:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}

.row__icons-set .mgz-single-image-wrapper .mgz-single-image-inner .image-title:after{
    margin-left: 10px;
    content: "\f061";
    font-weight: 900;
    font-size: 14px;
    padding: 3px;
    border: 2px #fff solid;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    display: inline-block;
    line-height: 14px;
    text-align: center;
    position: relative;
    top: -2px;
    font-family: 'Font Awesome 5 Free';
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left:0;
}

.row__icons-set .mgz-single-image-wrapper .mgz-single-image-inner:hover .image-title:after{
    left: 10px;
}

@media only screen and (min-width: 768px) {
    .row__icons-set .mgz-element-inner {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .row__icons-set .mgz-single-image-wrapper img {
        max-width: 80px;
    }
}

.mgz-element-single_image + .mgz-element-button,
.mgz-element-raw_html + .mgz-element-single_image,
.mgz-element-raw_html + .mgz-element-button,
.mgz-element-text + .mgz-element-button {
    margin-top: 20px;
}

.mgz-btn-size-md .mgz-btn {
    font-size: 16px;
    background: none;
    border: 1px #fff solid;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
    .mgz-btn-size-md .mgz-btn {
        padding: 10px 20px;
    }
}

.mgz-btn-size-md .mgz-btn:hover{
    background: #fff;
    border-color: #fff;
    color: #333;
}


.scroll-to-next,
.scroll-to-next .mgz-element-inner{
    position: static;
}

.scroll-to-next {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.scroll-to-section {
    position: absolute !important;
    bottom: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .scroll-to-next{
        display: none!important;
    }
}



/** Table Layout **/
.comparison-table{
    margin-top: 30px;
}
.comparison-table.mgz-element-text table td:not(:first-child){
    text-align: center;
}
.comparison-table.mgz-element-text table td{
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .comparison-table {
        overflow: hidden;
        margin-right: -20px;
    }
    .comparison-table .mgz-element-inner {
        overflow-x: scroll;
    }

    .comparison-table.mgz-element-text table td{
        padding-left: 15px;
        padding-right: 15px;
    }

    .comparison-table.mgz-element-text table a[title="table-button"]{
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -5px;
        margin-right: -5px;
    }
}

.mgz-element-text table {
    border: 1px #343434 solid;
}
.mgz-element-text table img{
    vertical-align: top;
}
.mgz-element-text table tr:first-child td {
    background: #343434;
}

.mgz-element-text table tr:nth-child(2) td{
    padding-top: 20px;
}
.mgz-element-text table tr:last-child td{
    padding-bottom: 20px;
}
.mgz-element-text table td {
    border: 1px #343434 solid;
    padding: 10px 30px;
    border-width: 0 1px;
}

.mgz-element-text table a[title="table-button"] {
    border: 1px #fff solid;
    display: inline-block;
    font-size: 16px;
    background: none;
    text-decoration: none;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 14px 20px;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
}
.mgz-element-text table a[title="table-button"]:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
}

@media only screen and (min-width: 768px) {
    .mgz-element-text table tr:first-child td {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .mgz-element-text table tr:first-child td {
        font-size: 18px;
    }
}

/** Category Landing **/
.catalog-category-list-view .mgz-element-row:not(:first-child){
    border-top: 5px #0a0a0a solid;
}

.catalog-category-list-view .mgz-element-inner {
    padding: 0 !important;
}

@media only screen and (min-width: 768px) {
    .catalog-category-list-view .mgz-element-row .mgz-element-column:not(:first-child) {
        border-left: 5px #0a0a0a solid;
    }
    .catalog-category-list-view .mgz-element-row .mgz-element-column:not(:first-child) {
        border-left: 5px #0a0a0a solid;
        padding: 5%;
    }
    .catalog-category-list-view .mgz-element-row .mgz-element-column:first-child{
        padding-right: 5%;
    }

    .catalog-category-list-view .mgz-element-row .mgz-element-column {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .catalog-category-list-view .mgz-element-row .mgz-element-column {
        padding-top: 20px;
    }
    .catalog-category-list-view .mgz-container .mgz-container {
        padding: 20px;
    }
}

/** Icons Grid Layout **/
.row__icons-grid .mgz-single-image-inner .mgz-single-image-wrap{
    background: url(../../images/bkg_icon.svg) no-repeat 50%;
    height: 225px;
    text-align: center;
    line-height: 225px;
}
.row__icons-grid .mgz-element-inner{
    text-align: center;
}
.row__icons-grid .mgz-single-image-wrapper{
    display: block;
}
.row__icons-grid .mgz-element-single_image {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 216px;
    margin: 0 auto;
}
.row__icons-grid .mgz-element-single_image + .mgz-element-single_image{
    margin: 0 -4px;
}

.row__icons-grid .mgz-element-single_image .image-title {
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
}
.row__icons-grid .mgz-single-image-wrapper img {
    border-color: #ebebeb;
    max-height: 110px;
    height: 110px;
    vertical-align: middle;
    margin: 0 auto;
}
.row__icons-grid .mgz-single-image-inner{
    line-height: 80px;
}

.brand__rugged{ color: #27aae1;}
.brand__roamer{ color: #8dc63f;}
.brand__remote{ color: #fff;}


.row__black-gradient > .mgz-element-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 400px;
    background: linear-gradient(180deg, #2A2A2A 0%, #000 100.35%), #000;
    display: block;
    pointer-events: none;
}

.row__black-gradient-bottom > .mgz-element-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 400px;
    background: linear-gradient(0deg, #2A2A2A 0%, #000 100.35%), #000;
    display: block;
    pointer-events: none;
}

.row__banners-slot .mgz-single-image-wrap {
    text-align: center;
    line-height: 120px;
}
.row__banners-slot .mgz-single-image-wrap img {
    max-height: 80px;
    margin: 20px auto;
    max-width: 150px;
    vertical-align: middle;
}
.row__banners-slot .mgz-element-column .mgz-element-inner {
    padding: 10px;
}
.row__banners-slot .mgz-element-column > .mgz-element-inner:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 10px;
    border: 1px #fff solid;
    z-index: 1;
    pointer-events: none;
}

.row__banners-slot-wob .mgz-parallax .mgz-parallax-inner:before,
.row__banners-slot-wob .mgz-element-column > .mgz-element-inner:before{
    display: none!important;
}
.row__banners-slot-wob .mgz-element-column .mgz-element-inner{
    padding: 0;
}
.row__banners-slot-wob .mgz-single-image-wrap img{
    margin-bottom: 0;
}
.row__banners-slot .mgz-parallax .mgz-parallax-inner:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .4;
    pointer-events: none;
}
.row__banners-slot .image-title {
    font-size: 24px !important;
    font-weight: bold;
    text-transform: uppercase;
}

h1.mgz-element-heading-text {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 5px rgba(0,0,0,.4);
}
@media only screen and (min-width: 768px) {
    h1.mgz-element-heading-text {
        font-size: 75px;
    }
}
@media only screen and (max-width: 767px) {
    h1.mgz-element-heading-text {
        font-size: 36px;
    }
}




/** Admin CSS **/

.gvm-content-slider .owl-item.active.center .mgz-content-carouse-slide {
  font-size: 13px;
}
.gvm-content-slider .owl-item.active.center .mgz-content-carouse-slide [title="text-link"] {
  font-size: 13px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.gvm-content-slider .owl-item.active.center .mgz-content-carouse-slide h3 {
  font-size: 20px;
}

.available-XGS-list-heading .mgz-element-heading-text {
    font-size: 20px;
    border: 1px #fff solid;
    padding: 10px;
}
.available-XGS-list.mgz-element-text table tr:first-child td {
    background: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.available-XGS-list.mgz-element-text table {
    border: 0;
}
.available-XGS-list.mgz-element-text table tr td{ padding: 10px 10px 10px 0; border:0; border-bottom: 1px #343434 solid;}


@media only screen and (max-width: 767px) {
    .available-XGS-list{
        overflow: hidden;
    }

    .available-XGS-list .mgz-element-inner{
        overflow: scroll;
    }
}

.gvm-content-slider .owl-carousel .owl-dots.disabled,
.gvm-content-slider .owl-carousel .owl-nav.disabled{
    display:block;
}

.mgz-carousel-nav-position-center_split .owl-nav .owl-prev{ margin-left:-50px;}
.mgz-carousel-nav-position-center_split .owl-nav .owl-next{ margin-right:-50px;}
.gvm-content-slider .mgz-carousel-nav-position-center_split .owl-nav [class*="owl-"]{ opacity:1; border-radius: 100%;
    border: 1px #fff solid !important;}

.gvm-content-slider .mgz-content-carouse-slide img {
    margin: 0 auto 30px;
    max-height: 70px;
}
.gvm-content-slider .mgz-content-carouse-slide h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.mgz-content-carouse-slide [title="text-link"] {
    font-size: 16px;
    background: none;
    border: 1px #fff solid;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 14px 20px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 10px;
    min-width: 150px;
}
.mgz-content-carouse-slide [title="text-link"]:hover{ background:#fff; color:#000; text-decoration:none;}

.gvm-content-slider .mgz-content-carouse-slide {
    background: rgba(0,0,0,.8);
    border: 1px #c5c5c5 solid;
    padding: 25px;
    margin: 5px;
}

@media only screen and (min-width: 768px) {
    .gvm-content-slider .mgz-content-carouse-slide{
        max-height: 700px;
        overflow: auto;
        min-height: 700px;
    }

    .gvm-content-slider .owl-carousel .owl-stage{
        padding:50px 0;
    }

    .gvm-content-slider .owl-item.active.center {
        transform: scale(1.15);
        z-index: 1;
    }
    .gvm-content-slider .owl-carousel .owl-dots.disabled{
        display: none!important;
    }
}

@media only screen and (max-width: 767px) {
    .gvm-content-slider .mgz-carousel-nav-position-center_split .owl-nav {
        display: none;
    }
}

h2.mgz-element-heading-text {
    text-transform: uppercase;
}

.mageprince-faq-collection .ui-accordion .ui-accordion-header.ui-accordion-header-active{ background:#515151;}
.mageprince-faq-collection .ui-accordion .ui-accordion-header{ background:#000;}

.storepickup-index-view .info-locator{ min-height: 475px;}
.storepickup-index-view #option-direction .form-inputs{ border:0;}
.storepickup-index-view .info-locator .info-detail-box{ border:0;}

.storepickup-index-view .info-locator .tab_content.open{ border:0;}
.storepickup-index-view #start-location {
    margin-bottom: 20px;
}
.storepickup-index-view #start-location::placeholder{ color: #fff; opacity: 1;}

.swiper-pointer-events {
    overflow: hidden;
    border-radius: 0;
}


@media only screen and (min-width: 768px) {
    .gvm-content-slider .owl-item.active.center .mgz-content-carouse-slide {
        font-size: 13px;
    }
    .gvm-content-slider .owl-item.active.center .mgz-content-carouse-slide [title="text-link"] {
        font-size: 13px;
        padding-top: 11px;
        padding-bottom: 11px;
        margin-bottom: 40px;
    }
    .gvm-content-slider .owl-item.active.center .mgz-content-carouse-slide h3 {
        font-size: 20px;
    }
}


.mgz-newsletter-message-error,
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field #email-error {
    background: #fae5e5;
    padding: 0 5px 5px;
    font-size: 1.2rem;
}
.mgz-newsletter-message-error:before,
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field #email-error:before {
    color: #b30000;
    content: '\e61f';
    font-family: 'luma-icons';
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 3px;
}
.mgz-newsletter-message-success {
    color: #006400;
    font-size: 1.2rem;
    background: #e5efe5;
    padding: 0 5px 5px;
}
.mgz-newsletter-message-success:before {
    color: #006400;
    content: '\e60e';
    font-family: 'luma-icons';
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 3px;
}

.mgz-single-image-wrapper{
    font-size: 1.6rem;
}

.mgz-single-image-wrapper a.block-anchor-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.mgz-element-magento_widget h2.mgz-element-heading-text{ text-transform: uppercase; text-align: center; margin-bottom:30px;}

.row_suspensions-categories .mgz-single-image-wrapper {
    display: block;
    position: relative;
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.row_suspensions-categories .mgz-single-image-wrapper:hover{
    background:#1d1d1d;
}
.row_suspensions-categories .mgz-single-image-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px #5c5c5c solid;
    margin: 10px;
    border-radius: 2px;
    pointer-events: none;
}
.row_suspensions-categories .mgz-single-image-wrapper .mgz-single-image-wrap {
    background: url(../../images/bkg_icon.svg) no-repeat 50%;
    text-align: center;
}
.row_suspensions-categories .mgz-single-image-wrapper .mgz-single-image-wrap img {
    padding: 20px;
    max-height: 200px;
}

.row_suspensions-categories .mgz-single-image-wrapper .image-title {
    font-size: 24px!important;
    text-transform: uppercase;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    .row_suspensions-categories .mgz-single-image-wrapper .mgz-single-image-inner {
        display: flex;
        align-items: center;
    }
    .row_suspensions-categories .mgz-single-image-wrapper .mgz-single-image-wrap {
        margin-right: 40px;
        min-width: 40%;
        height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .row_suspensions-categories .mgz-single-image-wrapper .mgz-flex-position-below .image-content {
        padding: 0 20px 20px;
        text-align: center;
    }
}


@media only screen and (min-width: 768px) {
    .magezon-builder > .full_width_row > .mgz-element-inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #maincontent .magezon-builder > .mgz-element-row:last-child > .mgz-element-inner .inner-content.mgz-container {
        padding-bottom: 100px!important;
    }
}
@media only screen and (max-width: 767px) {
    .mgz-element-column > .mgz-element-inner{
        padding-left: 20px;
        padding-right: 20px;
    }

    .magezon-builder > .full_width_row > .mgz-element-inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}



.mgz-carousel .owl-dots .owl-dot span{
    background: #fff;
    opacity: .7;
}
.mgz-carousel .owl-dots .owl-dot.active span{
    opacity: 1;
    background: #fff;
}

.hero-banner .mgz-btn-size-md .mgz-btn:hover {
    background: #fff !important;
    color: #333 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1025px){
    .hero-banner > .mgz-element-inner{
        min-height: 600px !important;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner > .mgz-element-inner{
        min-height: 350px !important;
    }
}


@media only screen and (min-width: 768px) {
    .cms-page-view.page-layout-1column .page-main {
        padding-top: 170px;
    }
}
@media only screen and (max-width: 767px) {
    .cms-page-view.page-layout-1column .page-main{
        padding-left:0;
        padding-right:0;
    }
}
