/*
** Bootstrap over-rides
*/
body {
	display: flex;
	height: 100%;
	flex-direction: column;
	min-height: 100vh;
}
/* this will only show on keyboard focus  */
body *:focus-visible {
    outline: solid 2px #6495ED;
    outline-offset: 5px;	
}
.page-content {
	flex: 1 0 auto;
}
footer {
	flex-shrink: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {    
    line-height: 1.5;    
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;    
    line-height: 1.5;
}
h1 {
    font-size: 30px;
}
.checkout-1 .footer-social{
	display:none;
}
input, textarea, select {
    font-family: 'Open Sans', sans-serif;
}
.titles {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}
a{
    color: #000;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
}
#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
#skip a:focus
{
position:static;
width:auto;
height:auto;
}
.subcategories {
    border-bottom: none;
    padding: 0 0 15px;
}
.subcategories > ul > li > a {
    color: #000;
    text-decoration: none;
    display: block;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.subcategories > ul > li > a:hover {
    opacity: 0.8;
}
.subcategories > ul > li span.name {
    color: #000;margin: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.container{max-width:100%;position: relative;}

@media (min-width: 980px) {
    .container {
        width: 980px;padding:0;
    }
}
.form-control {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 36px;
    padding: 7px 12px;
}
.form-control.search-text {
     border:1px solid #ececec;
}

/*.btn {
    font-size: 13px;
    padding: 8px 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: normal;
}*/
.btn-default,
.btn-primary:focus, 
.btn-primary:active:focus {
    border-color: #000;
    background-color: #fff;
    color: #000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:hover:focus,
.btn-default.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-default.btn-inverse,
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-default.btn-inverse:hover,
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    opacity: 0.8;
}
.navbar.navbar-inverse {
    margin-bottom: 0;
    border: none;
    background-color: #000;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    min-height: 50px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #eee;
    background-color: rgba(255,255,255,0.2);
}
.dropdown-menu > li > a {
    font-size: 12px;
    padding: 6px 20px;
    text-transform: uppercase;
}
.navbar-nav > li.dropdown > a:after {
    content: "\f107";
    font-family: "fontello";
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
}
@media (max-width: 1023px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
  }
  .navbar-nav>li {
      float: none;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
}
/*
** Template code
*/
.logo {
    height: 60px;
    position: relative;
    overflow: hidden;
}
.logo img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.logo a:hover img {
    opacity: 0.6;
}
.top-nav {

}
.top-nav ul {
    padding: 19px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.top-nav ul li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
}
.top-nav .useraccount ul {
    float: right;
}
.top-nav ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.top-nav ul li a {
    color: #000;
}

.site-header {
    padding: 25px 0;
}

.searchBox {
    padding: 10px 0;
}
.search-form {
    position: relative;
}
.search-form .search-text {
    
}
.search-form .search-submit {
    
}


.minicart {
    min-width: 165px;
    height: 60px;
    float: right;
    padding: 15px 0 15px 10px;
    border-left: 1px solid #ececec;
}
.minicart-inner {
    display: block;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}
.minicart-inner:hover {
    color: #000;
    opacity: 0.8;
}
.minicart .cart-icon {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    float: left;
    margin-right: 5px;
}
.minicart .cart-details {
    display: block;
    float: left;
}

span.cart-title {
    font-size: 12px;
    line-height: 15px;
    display: block;
    font-weight: bold;
}
span.cart-count {
    color: #000;
    font-size: 12px;
    display: block;
    line-height: 15px;
    font-weight: 500;
}
.site-footer {
    background-color: #0f0f0f;
    padding: 55px 0 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

ul.extrapages li {
    line-height: 1;
    margin: 0 0 15px;
}
ul.extrapages li a {
    color: #fff;
    font-size: 16px;
}
.footer-social {
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
}
.scrollup {
    z-index: 9999;
    width: 58px;
    box-shadow: 0 2px 5px #000;
    height: 55px;
    border-style: solid;
    border-width: 2px;
    border-color: #000;
    position: fixed;
    bottom: 75px;
    right: 5px;
    display: none;
    text-indent: -9999px;
    background: url(https://www.vertigodrones.com/assets/templates/vertigodrones-core/images/UpButton70.jpg) no-repeat center;
    background-size: 67px 64px;
    background-color: #000;
    opacity: .75;
}
.global-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.copyright a {
    color: #fff;
    text-decoration: underline;
}
#divRewardWidget {
    color: #000 !important;
}
.mailist-box {
    width: 320px;
    float: right;
    margin-bottom: 10px;
}
.mailist-box h2.mailinglist-title {
    margin: 0 0 15px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.mailinglist-input.form-control {
    background-color: transparent;
    border-color: #2d2d2d;
    max-width: 230px;
    color: #fff;
    float: left;
}
.mailinglist-submit {
    background-color: transparent;
    color: #fff !important;
    border-color: #fff !important;
    float: right;
    width: 78px;
}
.btn-default.mailinglist-submit:hover, 
.btn-default.mailinglist-submit:focus {
    opacity: 0.6;
}
.mailinglist-response {
    display: none;
}
.maillist-options {
    margin: 15px 0 0;
}
.subscribe {
    float: left;
    margin-right: 20px;
    line-height: 13px;
}
.subscribe input[type="radio"] {
    margin: 0;
    vertical-align: middle;
}
.subscribe label {
    margin: 0;
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
    margin-left: 3px;
    color: #fff;
    cursor: pointer;
}

.footer-social ul {
    margin: 0;
}
ul.payment-icons {
    text-align: right;
}
ul.payment-icons li {
    font-size: 34px;
    line-height: 36px;
    vertical-align: middle;
}

ul.payment-icons li.payment-icons-label,
ul.social-icons li.social-icons-label {
    font-size: 18px;
    vertical-align: middle;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
}

.social-icons {
}
.social-icons li a {
    color: #0f0f0f;
    background-color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
}
.social-icons li a:hover {
    opacity: 0.6;
}


/*.product-item .reviews-stars:before {
    font-family: "fontello";
    content: "\e803 \e803 \e803 \e803 \e803";
    color: #b8b8b8;
}
.product-item .reviews-stars {
    color: #000;
}*/

.reviews-stars:before {
    font-family: "fontello";
    content: "\e803 \e803 \e803 \e803 \e803";
    color: #dadad2;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star,
.reviews-stars {
    color: #ffb500;
}

.product-item .name a {
    color: #000;
}
.product-item del.regular-price {
    text-decoration: line-through;
}
.sale-price {
    color: #9E293E;
}
del.original-price {
    font-weight: 500;
}
span.freeshipping {
    color: #005C4B;
}
.product-items .product-item .addtowishlist a {
    color:#265A87;
}
.breadcrumnb ol li>a {
    color: #575757;
}
.product-item .reviews {
    margin-bottom: 0;
    min-height: 27px;
    text-align: center;
}
.product-item .status {
    font-size: 11px;
    margin: 5px 0;
    min-height: 28px;
}
.product-item .reviews-stars {
    font-size: 21px;
}
.product-item .on-sale-badge {
    background-color: #922639;
}
.product-item .status span:before {
    content: "-";
}
.product-items .product-item .addtowishlist {    
    display: none;
}
.action {
    text-align: center;
    margin: 10px 0;
}
.product-item .price {
    font-size: 13px;
    color: #2c3e50;
    font-weight: 700;
    min-height: 20px;
	margin-bottom: 0;
}
.product-item .img {
    min-height: 230px;
    position: relative;
    /* border: 1px solid #ececec; */
    background-color: #fff;
    margin-bottom: 50px;
}
.product-item .img a {
    display: block;
}
.product-item .img img {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 8%;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.product-item .action .btn {
    border: none;
    background: #000;
    font-weight: 400;
    font-size: 12px;
    color: #f3f1ea;
    text-transform: uppercase;
    cursor: pointer;
    margin: 5px 10px!important;
    padding: 20px 35px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.product-item .action .btn:hover{
    border: none;
    background: #2c3e50;
    font-weight: 400;
    font-size: 12px;
    color: #fbf9f2;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 5px!important;
    padding: 25px 40px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.head-mobile-nav > a {
    color: #000;
    font-size: 24px;
    line-height: 1;
}
.product-item-inner {
    background: #fff;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: thin;
    padding: 10px;
    min-height: 500px;
    height: 100%;
}
.product-item-inner:hover {
    -moz-box-shadow: 2px 3px 10px #333;
    -webkit-box-shadow: 2px 3px 10px #333;
    box-shadow: 2px 3px 10px #333;
}
.product-items {
    margin-left: -8px;
    margin-right: -8px;
}
.product-items .product-item {
    float: left;
    padding: 0 8px;
    margin-bottom: 15px;
    position: relative;    
}
/*
** Homepage
*/
.products-section {
    
}
.products-section h2 {
    margin: 0;
    font-size: 24px;
}
.products-section h2 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.home-page-content {
    padding-top: 0;
}
.page-content {
    padding: 0 0 25px 0;
}
/*.home-page-content .category-footer {
    padding: 40px 0 60px;
}*/
.home-page-content .category-footer h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px;
    font-weight: bold;
}
.home-page-content .category-footer p {
    margin: 0 0 30px;
    text-align: justify;
}
.home-page-content .category-footer a:hover img {
    opacity: 0.7;
}
.home-page-content .category-header img {
    margin: 0 auto;
}
.extrapages-shower a {
    display: block;
    background-color: #2d2d2d;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none !important;
}
.extrapages-shower a:after {
    content: "\f106";
    font-family: "fontello";
    float: right;
}
.extrapages-shower a.collapsed:after {
    content: "\f107";
}
@media(max-width: 1023px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        min-height: 0;
    }
    .navbar-nav > li.dropdown > a:after {
        float: right;
    }
    .mailist-box {
        float: none;
        padding: 30px 0;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .footer-social {
        text-align: center;
    }
}
@media(max-width: 767px) {
    .logo {
        text-align: center;
        height: auto;
    }
    .logo img {
        position: relative;
        float: left;
    }
    .searchBox {
        padding: 20px 0 0;
    }
    .search-form-col {
        clear: both;
    }
    .flex-direction-nav a:before {
        font-size: 24px;
    }
    .flex-direction-nav a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin: -12px 0 0;
    }
    .mailinglist-input.form-control {
        max-width: 200px;
    }
    .social-icons li a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .footer-social ul li {
        padding: 0 4px;
    }
    .extrapages {
        display: none;
    }
    .home-page-content .category-header {
        padding: 15px 0;
    }
    .extrapages-shower a {
        display: block;
    }
    ul.extrapages {
        margin: 0;
        padding: 15px 0;
    }
    ul.extrapages li a {
        font-size: 14px;
    }
}
@media(max-width: 567px) {
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        max-width: 270px;
    }
}

.menu-open {
    overflow: hidden;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0,0,0,0.5);
}
.menu-open .mobile-menu {
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-menu-inner {
    background-color: #fff;
    padding: 30px 20px;
    width: 250px;
    margin-left: auto;
    margin-right: 0;
    min-height: 100vh;
    position: relative;

    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(250px,0);
    -ms-transform: translate(250px,0);
    -o-transform: translate(250px,0);
    transform: translate(250px,0);
}
.menu-open .mobile-menu-inner {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.mobile-menu-close a {
    color: #000;
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    text-decoration: none;
}
.mobile-menu-close a:after {
    content: '\e805';
    font-family: "fontello";
}
.mobile-menu-widget {
    margin: 30px 0;
}
.mobile-menu-widget h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1;
    border-bottom: 1px solid #ececec;
}
.mobile-menu-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu-widget ul li {
    margin: 0 0 0;
}
.mobile-menu-widget ul li a {
    padding: 0;
    line-height: 40px;
    font-size: 13px;
    background-color: transparent !important;
    display: block;
    color: #000;
    text-decoration: none !important;
}
.mobile-menu-widget ul li a:hover {
    color: #333;
}
.mobile-menu-widget ul ul {
    display: none !important;
}
.mobile-menu-widget ul li a:after {
    display: none;
}

.mailinglist-response {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 12px;
    background-color: #2d2d2d;
    color: #ccc;
}
.mailinglist-error span {
    color: #8a6d3b;
}
.mailinglist-subscribed span,
.mailinglist-unsubscribed span {
    color: #3c763d;
}
.mailinglist-response,
.mailinglist-response div {
}

.floating-cart {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    background-color: #101010;
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 15px;
    text-align: center;
    width: 90px;
    display: none;
}
.floating-cart a,
.floating-cart a:hover {
    color: #ececec;
    text-decoration: none;
}
.floating-cart a:hover {
    opacity: 0.6;
}
.floating-cart span.cart-icon {
    display: block;
    font-size: 30px;
    line-height: 1;
}
.floating-cart span.cart-details {
    font-size: 12px;
    text-transform: none;
    display: block;
    margin: 5px 0 0;
}

.paging {
    float: right;
}
.paging strong, 
.paging a {}
.paging strong,
.paging a:hover {
    color: #fff;
    background-color: #0f0f0f;
    text-decoration: none;
}
header {
	position: relative;
	background: #192435;
	padding-bottom:5px;
	qqqoverflow:hidden;
	qqqborder-bottom: 2px solid #FFF;
	qqqmargin-bottom: 25px;
}
.accent-color {
    color: #2c3e50;
}
.accent-bg-color {
    background: #e2e2e2;
    color: #000;
}

#mainContainer {
	position: relative;
	qqqurl(../../vertigo16-html5/images/vdHeaderBG-01.jpg) no-repeat top center;
	qqqbackground: url(https://www.vertigodrones.com/assets/templates/vertigo16-html5/images/vdHPSceneBG-03.jpg) no-repeat 0px 275px;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
header {
	position: relative;
	height: 175px;
	background: #192435;
	padding-bottom:5px;
	qqqoverflow:hidden;
	qqqborder-bottom: 2px solid #FFF;
	qqqmargin-bottom: 25px;
}
#logo {
	float: left;
	width: 360px;
	text-align: left;
}
#logo a {
	display: block;
}
#logo a:hover {
	text-decoration: none;
}
#logo img {
	margin-top: 3%;
	margin-left: 2%;
	max-width: 95%;
}
@media only screen and (min-width: 767px){
	
.product-item .stars img {
    margin-top: 8% !important;
  }
	.carouselm { display:none; }
	.carousel { display:block; }
	.main-image { display:block; }
	
	#divMProdPics { display:none; }
	
	.vdMobileMenuIcon { display:none; }
		
	header { height: 275px; 
        z-index: 9999;
        box-shadow: 0px 5px 30px; }
	
	#vdHeadBtnW { display:block; margin-bottom:5px; }
	.wrapper { width: auto; }
	.vdMainSecW { width:125px; float:left; text-align:center; cursor:pointer; font-weight:700; font-size:12px; text-decoration:none; }
	.vdMainSecW img { width:100px; }
	.vdMainSecW span { color:#ffffff; border-bottom:solid 3px transparent; text-transform:uppercase; }
	.vdMainSecW:hover span { color:#ffffff; border-bottom:solid 3px #7b90b8; }
	#vdHPSceneW { display:block; height:350px; background:url(../../vertigo16-html5/images/vdHPSceneBG780-03.jpg) no-repeat top center; }
	
	.vdFootCol { width:22%; float:left; }
	.vdFootColRt { width:32%; float:left; qqqbackground-color:pink; }
	
	.vdFootColHead { padding:15px 3px; text-align:center; }
	a.vdLrgFootLnk { font-weight:700; font-size:14px; text-decoration:none; color:#ffffff; text-transform:uppercase; }
	
	#vdFootNewsletterH { position:relative; padding:0px 10px; }
	.vdNewsletterHead { display:block; font-size:12px; text-align:center; color:#8e9492; text-transform:uppercase; margin:5px 0px; }
	.vdNewsletterTB { background-color:#8e9492; color:#ffffff; font-weight:700; border:none; padding:3px 10px; height:35px; width:100%; }
	
	button.btnNewsletter { display:block; position:absolute; right:0px; top:0px; height:35px; width:35px; font-size:14px; font-weight:700; color:#ffffff; text-align:center; border:none; background-color:#7b90b8; }
	button.btnNewsletter:hover { border:none; background:#7b90b8; font-weight:700; font-size:14px; color:#ffffff; text-transform: inherit; cursor: pointer; margin: inherit; padding: inherit; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
	
	#vdFootSocBtns { qqqbackground-color:pink; padding:10px 5px; text-align:center; }
	#vdFootSocBtns img { margin:5px 10px; }
	#FRAME_LINKS { padding-left:15px;  }
	
	#menu { display:block; width:750px; margin:0px auto; }
	#menu li { width:125px; }
	#menu li a.advIconLnk { font-size:11px; white-space:no-wrap; }
	.advMenu1 { left:0px;  }
	.advMenu2 { left:-125px;  }
	.advMenu3 { left:-250px;  }
	.advMenu4 { left:-375px;  }
	.advMenu5 { left:-500px;  }
	.advMenu6 { left:-625px;  }
	.advMenuW { width:750px; }
	
	.advMenuW { height:200px; }
	.advSubMenuHeader h2 { font-size:12px; }
	
	a.advSubMenuLnk:link { font-size:11px; }
	a.advSubMenuLnk:visited { font-size:11px; }
	a.advSubMenuLnk:hover { font-size:11px; }
	a.advSubMenuLnk:active { font-size:11px; }
	
	.advSubMenuItem span { font-size:11px; }
	.advSubMenuPicH { height:150px; }
	
	#mainContent { padding-top: 25px; min-height:555px; }
	
	#vdHeadBannerW {
		float:left; width:200px; text-align:center; padding:35px 0px 0px 5px;
	}
	
}
@media only screen and (min-width: 767px){
/*.vdFullSecW { background-image: url(../../../images/Vertigo_Drones_Background_2.png); background-repeat: repeat);}*/
	.vdFullSecW { background-color: #DEDEDE}
	.wrapper { width:980px; }
	.vdMainSecW { width:160px; float:left; text-align:center; cursor:pointer; font-weight:700; font-size:14px; text-decoration:none; }
	.vdMainSecW img { width:115px; }
	.vdMainSecW span { color:#ffffff; border-bottom:solid 3px transparent; text-transform:uppercase; }
	.vdMainSecW:hover span { color:#ffffff; border-bottom:solid 3px #7b90b8; }
	#vdHPSceneW { height:400px; background:url(https://www.vertigodrones.com/assets/templates/[template]/images/vdHPSceneBG980-03.jpg) no-repeat top center; }
	
	.vdFootCol { width:225px; float:left; }
	.vdFootColRt { width:300px; float:left; qqqbackground-color:pink; }
	
	.vdFootColHead { padding:15px 3px; text-align:center; }
	a.vdLrgFootLnk { font-weight:700; font-size:16px; text-decoration:none; color:#ffffff; text-transform:uppercase; }
	
	#vdFootNewsletterH { position:relative; padding:0px 10px; }
	.vdNewsletterHead { display:block; font-size:14px; text-align:center; color:#8e9492; text-transform:uppercase; margin:5px 0px; }
	.vdNewsletterTB { background-color:#8e9492; color:#ffffff; font-weight:700; border:none; padding:3px 10px; height:35px; width:100%; }
	
	button.btnNewsletter { display:block; position:absolute; right:0px; top:0px; height:35px; width:35px; font-size:14px; font-weight:700; color:#ffffff; text-align:center; border:none; background-color:#7b90b8; }
	button.btnNewsletter:hover { border:none; background:#7b90b8; font-weight:700; font-size:14px; color:#ffffff; text-transform: inherit; cursor: pointer; margin: inherit; padding: inherit; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
	
	#vdFootSocBtns { qqqbackground-color:pink; padding:10px 5px; text-align:center; }
	#vdFootSocBtns img { margin:5px 10px; }
	
	#menu { width:auto; margin:0px auto; }
	#menu li { width:160px; }
	#menu li a.advIconLnk { font-size:13px; qqqwhite-space:no-wrap; }
	.advMenu1 { left:0px;  }
	.advMenu2 { left:-160px;  }
	.advMenu3 { left:-320px;  }
	.advMenu4 { left:-480px;  }
	.advMenu5 { left:-640px;  }
	.advMenu6 { left:-800px;  }
	.advMenuW { width:980px; }
	
	.advMenuW { height:260px; }
	.advSubMenuHeader h2 { font-size:14px; }
	
	a.advSubMenuLnk:link { font-size:13px; }
	a.advSubMenuLnk:visited { font-size:13px; }
	a.advSubMenuLnk:hover { font-size:13px; }
	a.advSubMenuLnk:active { font-size:13px; }
	
	.advSubMenuItem span { font-size:13px; }
	.advSubMenuPicH { height:200px; }
	
	#vdHeadBannerW {
		float:left; width:320px; text-align:center; padding-top:20px;
	}
	
}
/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)           */
/*******************************************************************************************************/


/*store-name:: Store Name.*/		 
.store-name {
	font-size: 35px;
	color: #6992bb;
	font-weight: 300;
	text-decoration: none;
	line-height: 35px;
	margin-top: 20px;
}
/*store-slogan:: Store Slogan.*/		 
.store-slogan {
	font-size: 12px;
	color: #FFF;
	font-weight: 300;
}
/*frame:: Controls the left and right column background.*/		
.frame {
	background: #FFF;
}
/*mod_bg:: Controls the left and right column modules background.*/		
.mod_bg {
	background: none;
}
/*frame-ht:: Controls the height left, right and middle columns.*/		
.frame-ht {
	height: 1000px;
}
/*menu-headers:: Controls the way the menu titles look. For example: Categories, Browse By Price, Top Sellers, etc.*/ 
.menu-headers {
	font-size: 14px;
	color: #2c3e50;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #FFF;
	display: block;
}
/*footer:: This style controls the text you type under global footer. Merchants usually use to add security logos, credit card logos, privacy notes, etc.*/		
.footer {
	font-size: 14px;
	color: #FFF;
	font-weight: 400;

}
/*footerLinks:: Controls the way the Footer Links display in the Global Footer.*/
.footer a, .footer a:visited, .footer a:hover, .footer a:visited:hover {
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	text-decoration: underline;
}
/*icon:: Controls the way the menu icons display if they are being used.*/ 
.icon {
	font-size: 10px;
	font-weight: 400;
	color: #FFF;
}
/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #2c3e50;
	position: absolute;
	top: 26px;
	left: -20px;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-align: center;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
/*ranking:: Controls the way the menu icons display if they are being used.*/ 
.ranking {
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #2c3e50;
	width: 12px;
	height: 20px;
	text-align: left;
}
/*menu-text:: Controls the way the menu (mailing list) text look on the frame.*/ 
.menu-text {
	font-size: 20px;
	color: #FFF;
	font-weight: 700;
}
/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/ 
.price2 {
	font-size: 16px;
	color: #2c3e50;
	font-weight: 400;
}
/*cart-text:: Controls the way the text on the mini shopping cart displays. The mini-shopping cart is usually located in the header.*/ 
.cart-text {
	font-size: 12px;
	font-weight: 400;
	color: #2c3e50;
}
/*search-text:: Controls the way the search box displays of the frame.*/ 
.search-text {
	font-size: 200%;
	font-weight: 300;
	color: #FFF;
	line-height: 22px;
	/*height: 22px;
	width: 180px; */
	background: transparent;
	border: none;
	border-bottom: 1px solid #FFF;
	padding: 5px;
	margin: 5px;
	min-width: 80%;
}
/*A.cat:: Controls the way the Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/ 	 
A.cat {
	color: #2c3e50;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 5px;
	letter-spacing: -1px;
}
/*A.cat:hover:: When a user passes  their mouse over them.*/ 	
A.cat:hover {
	color: #2c3e50;
	background: #FFF;
	text-decoration: none;
}
/*A.cat:visited:: After a user has visited that section.*/ 
A.cat:visited {
	color: #2c3e50;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 5px;
	letter-spacing: -1px;
}
/*A.cat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.cat:visited:hover {
	color: #2c3e50;
	background: #FFF;
	text-decoration: none;
}
/*A.subcat:: Controls the way the Sub-Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/ 	 
A.subcat {
	color: #2c3e50;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}
/*A.subcat:hover:: When a user passes  their mouse over them.*/ 	
A.subcat:hover {
	color: #2c3e50;
	background: #FFF;
	text-decoration: none;
}
/*A.subcat:visited:: After a user has visited that section.*/ 
A.subcat:visited {
	color: #2c3e50;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}
/*A.subcat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.subcat:visited:hover {
	color: #2c3e50;
	background: #FFF;
	text-decoration: none;
}
/*A:menu:: Controls the way the Links display in the top navigation before a user clicks or mouses over on them.*/ 	 
A.menu {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
}
/*A:menu:over:: When a user passes their mouses over them.*/ 	
A.menu:hover {
	color: #FFF;
	background: #aab7bf;
	text-decoration: none;
}
/*A:menu:over:: After a user has visited that section.*/ 	
A.menu:visited {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
}
/*A:menu:visited:over:: A user hovers over a section they have visited.*/ 		
A.menu:visited:hover {
	color: #FFF;
	background: #aab7bf;
	text-decoration: none;
}
/*A:menu-bottom:: Controls the way the Links in the footer display before a user clicks or mouses over on them.*/ 	 
A.menu-bottom {
	color: #8e9492;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
/*A:menu-bottom:over:: When a user passes their mouses over them.*/ 	
A.menu-bottom:hover {
	color: #8e9492;
	text-decoration: none;
}
/*A:menu-bottom:over:: After a user has visited that section.*/ 	
A.menu-bottom:visited {
	color: #8e9492;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
/*A:menu-bottom:visited:over:: When a user hovers over a section they have visited.*/ 		
A.menu-bottom:visited:hover {
	color: #8e9492;
	text-decoration: none;
}
/*A:link:: Controls the way Secondary Links display before a user clicks or mouses over on them.*/ 	 
A.link {
	color: #2c3e50;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
/*A:link:over:: When a user passes their mouses over them.*/ 	
A.link:hover {
	color: #FFF;
	text-decoration: none;
}
/*A:link:over:: After a user has visited that section.*/ 	
A.link:visited {
	color: #2c3e50;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
/*A:link:visited:over:: When a user hovers over a section they have visited.*/ 		
A.link:visited:hover {
	color: #FFF;
	text-decoration: none;
}
/*A.details:: Controls the way the Top Sellers Links display before a user clicks or mouses over them.*/ 	 
A.details {
	color: #000;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight: 400;
}
/*A.details:hover:: When a user passes their mouse over them.*/ 	 	
A.details:hover {
	color: #2c3e50;
	text-decoration: none;
}
/*A.details:visited:: After a user has visited that section.*/ 
A.details:visited {
	color: #000;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight: 400;
}
/*A.details:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.details:visited:hover {
	color: #2c3e50;
	text-decoration: none;
}
/*********************************/
/*       LTE8 IE FALLBACK        */
/*********************************/

.no-boxshadow .boxShadow {
    border: 1px solid #eae9e6;
}
#mainContent {
 	float: left;
        padding-top: 25px;
        box-shadow: 0 10px 30px;
	width: 100%;
	background-color:transparent;
	min-height:200px;
	
}
footer {
	min-height: 250px;
	qqqmargin-top: 30px;
        box-shadow: 0px 5px 30px;
	background: #192435;
	border-top: 0px solid #FFF;
	
}

footer ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
footer li {
	qqqfloat: left;
	qqqmargin-right: 15px;
}
footer li a { color:#8e9492; }
#copyright {
	line-height: 15px;
	margin-top: 30px;
	color:#8e9492; 
}
#globalFooter {
	margin-top: 30px;
}
#vdHPSceneArea { display:none; }
#mainContent { background-color:#ffffff; margin-top:0px; padding:10px 10px; }

.vdFullSecW {  }

.vdMainSecW { width:200px; float:left; text-align:center; cursor:pointer; font-weight:700; font-size:16px; text-decoration:none; }
.vdMainSecW span { color:#ffffff; border-bottom:solid 3px transparent; text-transform:uppercase; }
.vdMainSecW:hover span { color:#ffffff; border-bottom:solid 3px #7b90b8; }
#vdHPSceneW { display:none; box-shadow:0px 5px 5px #999999; }

.vdFootColHead { padding:15px 3px; text-align:center; }
a.vdLrgFootLnk { font-weight:700; font-size:14px; text-decoration:none; color:#ffffff; text-transform:uppercase; }
a.vdLrgFootLnk:hover { color:#8e9492; }



#vdFootNewsletterH { position:relative; padding:0px 10px; }
.vdNewsletterHead { display:block; font-size:12px; text-align:center; color:#8e9492; text-transform:uppercase; margin:5px 0px; }
.vdNewsletterTB { background-color:#8e9492; color:#ffffff; font-weight:700; border:none; padding:3px 10px; height:35px; width:100%; }

button.btnNewsletter { display:block; position:absolute; right:0px; top:0px; height:35px; width:35px; font-size:14px; font-weight:700; color:#ffffff; text-align:center; border:none; background-color:#7b90b8; }
button.btnNewsletter:hover { border:none; background:#7b90b8; font-weight:700; font-size:14px; color:#ffffff; text-transform: inherit; cursor: pointer; margin: inherit; padding: inherit; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }

#vdFootSocBtns { qqqbackground-color:pink; padding:10px 5px; text-align:center; }
#vdFootSocBtns img { margin:5px 10px; }

#vdHeadBtnW { display:none; }


#vdMainMenu {  }
#vdMainMenu { background-color:green; margin:0px; padding:0px;  }
#vdMainMenu li { display:block; width:16%; text-align:center; list-style-type:none; background-color:pink; padding:0px; position:relative; }
#vdMainMenu li a { color:#ffffff; border-bottom:solid 3px transparent; text-transform:uppercase; }
#vdMainMenu li:hover img { border:none; }
#vdMainMenu li:hover a { color:#ffffff; border-bottom:solid 3px #7b90b8; }

#vdMainMenu li div { display:none; position:absolute; float:left; width:100%; background:url(../../vertigo16-html5/images/vdDropMenuBG-01.png) repeat; qqqmin-height:111px; position:relative; qqqtop:275px; qqqwidth:100%; margin-top:5px; }

#vdMainMenu li:hover div { display:block; }



#menu {
	list-style:none;
	margin:0px auto 0px auto;
	padding:0px; 
	position:relative;
	
}

#menu li {
	float:left;
	width:200px;
	height:166px;
	text-align:center;
	position:relative;
	border:none;
	qqqbackground-color:pink;
	padding:0px;
	margin:0px;
}

#menu li a.advIconLnk {
	font-family:'Open Sans', sans-serif;
	font-weight:700; font-size:16px; text-decoration:none;
	color: #ffffff;
	display:block;
	outline:0;
	text-transform:uppercase;
	border-bottom:solid 3px transparent;
	padding:0 0 0.5px; 
	margin:0px;
	
}

#menu li:hover a.advIconLnk {
	color:#ffffff;
	border-bottom:solid 3px #7b90b8;
}


/* Drop Down */
.advMenuW {  
	display:none;
	qqqmargin:3px 0px 0px 0px;
	float:left;
	position:absolute;
	left:0px; 
	top:166px;
	width:1200px; 
	height:260px;
	overflow:hidden;
	
	background-color:#ffffff;
	
	text-align:left;
	padding:5px;
	
}

#menu li:hover .advMenuW {
	display:block;
	z-index:999;
	box-shadow:0px 3px 3px #888888;
	
}

.advMenu1 { left:0px;  }
.advMenu2 { left:-200px;  }
.advMenu3 { left:-400px;  }
.advMenu4 { left:-600px;  }
.advMenu5 { left:-800px;  }
.advMenu6 { left:-1000px;  }


.advSubMenuHeader { 
	float:left;
	qqqwidth:200px;
	width:16%;
	padding:3px;
	qqqbackground-color:pink;
	position:relative; 
	height:100%;
	
}
.advSubMenuHeader h2 { 
	font-family:'Open Sans', sans-serif;
	font-weight:600; font-size:16px; text-decoration:none;
	color: #333333;
	text-transform:uppercase;
	padding:0px 3px 3px 3px; 
	margin:0px;
	border-bottom:solid 3px #7b90b8;
	white-space:nowrap;
	
}

a.advSubMenuLnk { 
	display:block; padding:2px; 
	font-family:'Open Sans', sans-serif;
	font-weight:400; font-size:15px; text-decoration:none;
	color: #333333 !important;
	text-transform:uppercase;
	margin:0px;
	letter-spacing:-0.5px;
	
}
a.advSubMenuLnk:link { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px; text-decoration:none; letter-spacing:-0.5px; }
a.advSubMenuLnk:visited { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px;text-decoration:none; letter-spacing:-0.5px; }
a.advSubMenuLnk:hover { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px;text-decoration:underline; letter-spacing:-0.5px; }
a.advSubMenuLnk:active { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px;text-decoration:none; letter-spacing:-0.5px; }


a.advSubMenuBotLnk { 
	display:block; padding:2px; 
	font-family:'Open Sans', sans-serif;
	font-weight:400; font-size:15px; text-decoration:none;
	color: #333333 !important;
	text-transform:uppercase;
	margin:0px;
	position:absolute;
	left:0px; 
	bottom:0px;
}
a.advSubMenuBotLnk:link { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px; text-decoration:none; }
a.advSubMenuBotLnk:visited { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px;text-decoration:none; }
a.advSubMenuBotLnk:hover { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px;text-decoration:underline; }
a.advSubMenuBotLnk:active { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px;text-decoration:none; }



#menu { display:none; }


.advSubMenuItemsW {  
	width:84%;
	float:right;
	overflow:hidden; 
	position:relative; 
	
}
.advSubMenuItemsH {  
	margin:0px auto;
	
}
.advSubMenuItem { 
	float:left;
	qqqwidth:245px;
	width:24%;
	margin:0px 5px 0px 0px;
	border:solid 2px #ffffff;
	
}
.advSubMenuItem:hover { 
	border:solid 2px #7b90b8;
	
}
.advSubMenuPicH { 
	qqqwidth:235px;
	width:100%;
	height:200px;
	overflow:hidden;
	padding:1px;
	text-align:center;
	
}
.advSubMenuPicH img {
	qqqmax-width:235px; 
	max-width:100%; 
	max-height:100%;
	margin:0px auto;
	
}
.advSubMenuItem span {
	display:block;
	text-align:center;
	padding:2px; 
	font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; color:#333333; text-transform:uppercase; margin:0px; text-decoration:none; 
	white-space:nowrap;
	height:3.1em;
}
.name { 
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
}
.price {  
	text-align:center;
}
.status { 
	text-align:center;
}
.action { 
	text-align:center;
}
.vdMobileMenuIcon { 
	float:right;
	position:absolute;
	top:15px; 
	right:5px;
	width:40px;
}
.vdMobileMenuIcon:hover .mobileMenu {
	display:block;
}
.mobileMenu {
	display:none;
	position:absolute;
	right:0px;
	top:30px; 
	qqqwidth:100%;
	list-style:none;
	background-color:#192435;
	z-index:999;
}
.mobileMenu li {
	float:left;
	width:100%;
	qqqheight:166px;
	qqqtext-align:center;
	qqqposition:relative;
	qqqborder:none;
	background-color:#23394e;
	padding:5px;
	margin:0px;
}
.mobileMenu li a {
	font-family:'Open Sans', sans-serif;
	font-weight:700; font-size:16px; text-decoration:none;
	color: #ffffff;
	display:block;
	outline:0;
	text-transform:uppercase;
	qqqborder-bottom:solid 3px transparent;
	padding:0px 10px 0px 0px; 
	margin:0px;
	white-space:nowrap;
	background-color:#23394e;
}
.mobileMenu li:hover a {
	color:#ffffff;
	qqqborder-bottom:solid 3px #7b90b8;
}
#slideMenu { display:none; }
.mini_cart {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #000000;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
  max-width: 100%;
  width: 800px;
}
.view_close {
  margin: 5px 5px 0px 0px;
  position: absolute;
  right: 0;
}
#qqqviewCartQuick section div.header { display:none !important; }
.quickCartRelated { display:none; }
.pop-item-info { float:left; width:50%; }
.pop-item-qty { float:left; width:15%; text-align:center; }
.pop-item-price { float:left; width:15%; text-align:right; }
.pop-item-total { float:left; width:15%; text-align:right; }
.pop-item-remove { float:left; width:5%; }
.pop-product-image { float:left; width:50px; height:50px; margin-right:10px; }
.pop-row { padding:2px; }
.pop-row:nth-child(2n) { background-color:#e0e0e0; }
.carousel { display:block; }
.carouselm { display:none; }
.main-image { display:block; }
#showRealMediaM { 
	margin-left:20px;
	width:85%;
	qqqmargin:10px auto;
	padding:30px 0px;
	border:solid 1px #000000; 
}
#realmediaBlockM { width:100%; }
.rchProdDocsCell { float:left; width:200px; text-align:center; margin-bottom:20px; }
.tabLinkRt { float:right; }
.tabLinkRt a { color:black; padding:8px 12px; background-color:#efb028; font-weight:700; border:none; border-radius:3px; }
.spnWarrantyHelp { display:block; padding:5px; text-align:right;margin-top: 25px; }
#rTabs li {
	text-transform:uppercase;
}
#vdHeadBannerW { 
	text-align:center; padding:0px 5px;
}
#vdHeadBannerW img { max-width:100%; }
.yourprice { text-align:left; }
.saleprice { text-align:left; }
a#bbblink {    
    margin-top: 5px !important;
}
#mc_embed_signup h2 {    
    line-height: normal;
}
#mc_embed_signup .mc-field-group label {    
    font-weight: 400;
}
#mc_embed_signup .mc-field-group input{
    height: 42px;
}
@media only screen and (min-width: 767px){
	
.product-item .stars img {
    margin-top: 8% !important;
  }
	.carouselm { display:none; }
	.carousel { display:block; }
	.main-image { display:block; }
	
	#divMProdPics { display:none; }
	
	.vdMobileMenuIcon { display:none; }
		
	header { height: 275px; 
        z-index: 9999;
        box-shadow: 0px 5px 30px; }
	
	#vdHeadBtnW { display:block; margin-bottom:5px; }
	.wrapper { width: auto; }
	.vdMainSecW { width:125px; float:left; text-align:center; cursor:pointer; font-weight:700; font-size:12px; text-decoration:none; }
	.vdMainSecW img { width:100px; }
	.vdMainSecW span { color:#ffffff; border-bottom:solid 3px transparent; text-transform:uppercase; }
	.vdMainSecW:hover span { color:#ffffff; border-bottom:solid 3px #7b90b8; }
	#vdHPSceneW { display:block; height:350px; background:url(../../vertigo16-html5/images/vdHPSceneBG780-03.jpg) no-repeat top center; }
	
	.vdFootCol { width:22%; float:left; }
	.vdFootColRt { width:32%; float:left; qqqbackground-color:pink; }
	
	.vdFootColHead { padding:15px 3px; text-align:center; }
	a.vdLrgFootLnk { font-weight:700; font-size:14px; text-decoration:none; color:#ffffff; text-transform:uppercase; }
	
	#vdFootNewsletterH { position:relative; padding:0px 10px; }
	.vdNewsletterHead { display:block; font-size:12px; text-align:center; color:#8e9492; text-transform:uppercase; margin:5px 0px; }
	.vdNewsletterTB { background-color:#8e9492; color:#ffffff; font-weight:700; border:none; padding:3px 10px; height:35px; width:100%; }
	
	button.btnNewsletter { display:block; position:absolute; right:0px; top:0px; height:35px; width:35px; font-size:14px; font-weight:700; color:#ffffff; text-align:center; border:none; background-color:#7b90b8; }
	button.btnNewsletter:hover { border:none; background:#7b90b8; font-weight:700; font-size:14px; color:#ffffff; text-transform: inherit; cursor: pointer; margin: inherit; padding: inherit; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
	
	#vdFootSocBtns { qqqbackground-color:pink; padding:10px 5px; text-align:center; }
	#vdFootSocBtns img { margin:5px 10px; }
	#FRAME_LINKS { padding-left:15px;  }
	
	#menu { display:block; width:750px; margin:0px auto; }
	#menu li { width:125px; }
	#menu li a.advIconLnk { font-size:11px; white-space:no-wrap; }
	.advMenu1 { left:0px;  }
	.advMenu2 { left:-125px;  }
	.advMenu3 { left:-250px;  }
	.advMenu4 { left:-375px;  }
	.advMenu5 { left:-500px;  }
	.advMenu6 { left:-625px;  }
	.advMenuW { width:750px; }
	
	.advMenuW { height:200px; }
	.advSubMenuHeader h2 { font-size:12px; }
	
	a.advSubMenuLnk:link { font-size:11px; }
	a.advSubMenuLnk:visited { font-size:11px; }
	a.advSubMenuLnk:hover { font-size:11px; }
	a.advSubMenuLnk:active { font-size:11px; }
	
	.advSubMenuItem span { font-size:11px; }
	.advSubMenuPicH { height:150px; }
	
	#mainContent { padding-top: 25px; min-height:555px; }
	
	#vdHeadBannerW {
		float:left; width:200px; text-align:center; padding:35px 0px 0px 5px;
	}
	
}



@media only screen and (min-width: 767px){
/*.vdFullSecW { background-image: url(../../../images/Vertigo_Drones_Background_2.png); background-repeat: repeat);}*/
	.vdFullSecW { background-color: #DEDEDE}
	.wrapper { width:980px; }
	.vdMainSecW { width:160px; float:left; text-align:center; cursor:pointer; font-weight:700; font-size:14px; text-decoration:none; }
	.vdMainSecW img { width:115px; }
	.vdMainSecW span { color:#ffffff; border-bottom:solid 3px transparent; text-transform:uppercase; }
	.vdMainSecW:hover span { color:#ffffff; border-bottom:solid 3px #7b90b8; }
	#vdHPSceneW { height:400px; background:url(../../vertigo16-html5/images/vdHPSceneBG980-03.jpg) no-repeat top center; }
	
	.vdFootCol { width:225px; float:left; }
	.vdFootColRt { width:300px; float:left; qqqbackground-color:pink; }
	
	.vdFootColHead { padding:15px 3px; text-align:center; }
	a.vdLrgFootLnk { font-weight:700; font-size:16px; text-decoration:none; color:#ffffff; text-transform:uppercase; }
	
	#vdFootNewsletterH { position:relative; padding:0px 10px; }
	.vdNewsletterHead { display:block; font-size:14px; text-align:center; color:#8e9492; text-transform:uppercase; margin:5px 0px; }
	.vdNewsletterTB { background-color:#8e9492; color:#ffffff; font-weight:700; border:none; padding:3px 10px; height:35px; width:100%; }
	
	button.btnNewsletter { display:block; position:absolute; right:0px; top:0px; height:35px; width:35px; font-size:14px; font-weight:700; color:#ffffff; text-align:center; border:none; background-color:#7b90b8; }
	button.btnNewsletter:hover { border:none; background:#7b90b8; font-weight:700; font-size:14px; color:#ffffff; text-transform: inherit; cursor: pointer; margin: inherit; padding: inherit; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
	
	#vdFootSocBtns { qqqbackground-color:pink; padding:10px 5px; text-align:center; }
	#vdFootSocBtns img { margin:5px 10px; }
	
	#menu { width:auto; margin:0px auto; }
	#menu li { width:160px; }
	#menu li a.advIconLnk { font-size:13px; qqqwhite-space:no-wrap; }
	.advMenu1 { left:0px;  }
	.advMenu2 { left:-160px;  }
	.advMenu3 { left:-320px;  }
	.advMenu4 { left:-480px;  }
	.advMenu5 { left:-640px;  }
	.advMenu6 { left:-800px;  }
	.advMenuW { width:980px; }
	
	.advMenuW { height:260px; }
	.advSubMenuHeader h2 { font-size:14px; }
	
	a.advSubMenuLnk:link { font-size:13px; }
	a.advSubMenuLnk:visited { font-size:13px; }
	a.advSubMenuLnk:hover { font-size:13px; }
	a.advSubMenuLnk:active { font-size:13px; }
	
	.advSubMenuItem span { font-size:13px; }
	.advSubMenuPicH { height:200px; }
	
	#vdHeadBannerW {
		float:left; width:320px; text-align:center; padding-top:20px;
	}
	
}
/*	
 * Ingenious Ingenuity Inc DBA Vertigo Drones
 * https://www.vertigodrones.com
 * Date: 9 Sep 2018
*/

header {
	position: relative;
	background: #192435;
	padding-bottom:5px;
	qqqoverflow:hidden;
	qqqborder-bottom: 2px solid #FFF;
	qqqmargin-bottom: 25px;
}

#listing0 .main-image img{max-width: 100%;}


body{
  background-color: #DEDEDE;
  /* background-image: url(../../../images/Vertigo_Drones_Background_2.png)
   background-repeat: repeat;*/
	
}

#divCCPayPal22{
	display: none;
}

#copyright{
	margin-bottom: 8px;
}

/* Newsletter Signup */

#mc_embed_signup{
	box-shadow: inset 0px 0px 20px 0px;
    border-radius: 4px;
}
/* Mobile Menu */

.mobileMenu{
	position: fixed;
	max-width:0%;
	padding: 0 0 0 1%;
	top:48px;
	-webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 2s; /* Safari */
    -webkit-transition-delay: 2s; /* Safari */
    transition-property: width;
    transition-duration: 2s;
    transition-delay: 2s;
}

.mobileTiles{
	width: 31%;
	min-height: 146px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	float: left;
	margin: 3px;
	text-align: center;
}
.mobileMenu li a{
	max-width: 20%;
	
}




.vdMobileMenuIcon:hover .mobileMenu {
	display:inline-block;
	min-width: 100%;
	
}




/*
.vdTop{
  height: 30px;
  width: 100%;
  background: #000000;
  color: #000000;
}

#logo{
	padding-top: 29px;
}

.login{
	top: 22px;
}
#cart{
	margin-top: 36px;
}

#searchBox{
	margin-top: 5.5%;
}

*/
.clear {
    clear: both;
}
header {
	position: relative;
	height: 175px;
	background: #192435;
	padding-bottom:5px;
	qqqoverflow:hidden;
	qqqborder-bottom: 2px solid #FFF;
	qqqmargin-bottom: 25px;
}
#logo {
	float: left;
	width: 360px;
	text-align: left;
}
#logo a {
	display: block;margin-bottom: 23px;
}
#logo a:hover {
	text-decoration: none;
}
#logo img {
	margin-top: 3%;
	margin-left: 2%;
	max-width: 95%;
}
#cart {
	float: right;
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background: url(../images/cart.png) no-repeat center 32px;
	margin: 11px 1% 15px;
	padding-top: 8px;
	min-width: 56px;
	height: 65px;
	border: 1px solid #bdc3c7;
	overflow: hidden;
}
#cart:hover {
	text-decoration: none;
        cursor:pointer;
        border-color: #7b90b8;
}
.login {
	position: absolute;
	right: 90px;
	top: 17px;

}
.login a, .login a:visited {
	font-size: 20px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
         border-style: solid;
        border-width: 1px;
        padding: 3px;
        margin: 2px;
}
.login a:hover, .login a:visited:hover {
	color: #6992BB;
	text-decoration: none;
        border-style: solid;
        border-width: 1px;
        padding: 3px;
        margin: 2px;
}
#searchBox {
position: absolute;
    min-width: 40%;
    min-height: 50%;
    right: 57px;
    margin-top: 5%; 
}
#searchBox form {
    position: relative;
}
#searchBox input {
	float: left;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.search-btn {
	background: url(https://www.vertigodrones.com/assets/images/Lens_4-01.png) no-repeat center center;
	    background-size: 55%;
    min-height: 50px;
    min-width: 50px;
    margin-top: 2%;
	padding: 0;
	border: none;
	cursor: pointer;
        length: 200%;
}
#closeSlideMenu {
    display: none;
    text-align: right;
}
#showSlideMenu {
    float: right;
    overflow: hidden;
    text-align: right;
    margin: 0 70px 0 0;
}
nav#mainNav {
	height: 50px;
	border: 1px solid #FFF;
	margin-bottom: 25px;
    overflow: hidden;
}
nav#mainNav ul {
	list-style: none;
	line-height: 26px;
	display: block;
	padding-left: 10px;
}
nav#mainNav li {
	float: left;
	padding: 11px 5px;
}
img {
    border: 0;
    max-width: 100%;
}

/* View Cart Mods*/
#viewCart .ppale-button{
    padding-left: 5px;
}
/* Social Icons Buttons */
footer .container{
	padding:0;
}
.social-icons {
	float: left;
}
.social-icons a {
    margin-top: 20px;
    margin-left: 10px;
    float: left;
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 5px;
    background: url(https://www.vertigodrones.com/assets/templates/common/images/social-icons.png) no-repeat;
    background-size: 203px;
}
.social-icons a.facebook {  background-position: 0 0; }
.social-icons a.twitter {   background-position: -26px 0; }
.social-icons a.gplus {     background-position: -51px 0; }
.social-icons a.youtube {   background-position: -77px 0; }
.social-icons a.pinterest {        background-position: -103px 0; }
.social-icons a.instagram {      background-position: -129px 0; }
.social-icons a.tumblr {    background-position: -154px 0; }
.social-icons a.blog {      background-position: -180px 0; }

#menu img{
	border: 1px;
	border-color: white;
	border-style: solid;
	max-width: 90% !important;
	margin: 0 0 0px 0;
}

#menu li {
	max-width: 16.65%
}

#menu li:hover .advMenuW {
	display:block;
	position: relative;
	z-index:999;
	box-shadow:0px 13px 24px #888888;
	top: auto;
	
}

#logo img {
	margin-top: 0;
	margin-left: 2%;
	margin-bottom: 1%;
	max-width: 100%;
	
}

#searchBox {
		margin-top: 4.5%;
	}

.mini_cart {
  background: none repeat scroll 0 0 #ffff;
  border: 1px solid #000000;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
  max-width: 100%;
  width: 800px;
}

.vdMobileMenuIcon {
    top: 7px;
    z-index: 999;
    
}
#MainContent {
 	float: left;
        padding: 10px;
        box-shadow: 0 10px 30px;
	width: 100%;
	background-color:#fff;
	min-height:200px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
	
}
footer {
	min-height: 250px;
	qqqmargin-top: 30px;
    box-shadow: 0px 5px 30px;
	background: #192435;
	border-top: 0px solid #FFF;
}
.home-page #MainContent {
    margin-top: -50px;
}
.home-page .mainbanner{
    display: block;
}
.mainbanner{
    display: none;
}
.trackOrders .oreorder{
	visibility: hidden !important;
}

.product-item .stars {
    height: 27px;
    min-width: initial;
    position: initial;
    top: initial;
    left: initial;
    margin-right: initial;
    -webkit-transform: none;
    transform: none;
	text-align: center;
}
.mobileMenu {
    position: fixed;
    right: 0px;
    left: 0;
    width: 100%;
    top: 50px;
 }
 
 .vdtiles {
 	float: left;
	max-width: 20%;
    border: solid;
    border-color: white;
    border-width: 1px;
    background: #192435;
 }

.vdtiles:hover
{
        z-index: 999;
        opacity: 1;
		background: #000000;
		border-width: 2px;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
		
		
}
.menuwidth{
	width: 100%;
}
.product-item .stars img {
    position: initial;
    margin-top: initial !important;
    margin-left: initial;
    margin-right: initial;
    -webkit-transform: none;
    transform: none;
	}
.breadcrumnb {    
    line-height: 1.4em;
    margin: 5px 0 16px;
}
.breadcrumnb ol li {
    float: left;
    line-height: 1.3;
    font-size: 12px;
    color: #000;
}
.breadcrumnb ol li>a {
    color: #000;
}
.breadcrumnb ol li:after {
    content: "|";
    margin: 0 3px;
}
.page_header {
    margin: 0;
}
h1.page_heading {
    font-size: 36px;    
    color: #000;margin:0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;line-height: 1.5;
    border: none;
}
.page_heading:after{content:none;}	
section.subcategories_block {
    margin: 0 0 5px;
}
.subcategories_block .titles,#featureBlock .titles{
    margin: 0;
    font-size: 14px;
    color: #2c3e50;
    font-weight: 700;
}
.subcategories>ul {
    margin: 0;overflow: hidden;
}
.subcategories>ul>li {    
    padding: 0;
}
.sub-categories {
    text-align: center;
    margin: 5px;
    border-style: solid;
    border-color: lightgrey;
    border-width: 1px;
    padding: 10px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.sub-categories a, .sub-categories a:hover {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.sub-categories .category-img {
    display: block;
    min-height: 160px;
}
.subcategories>ul>li span.category-img>img {    
    max-width: 100%;margin: 0 auto;
    max-height: 100%;    
}
/*#category .product-item .name a {    
    line-height: 28px;
}*/
section.category-products form {
    padding-top: 13px;
}
.products-header {
    text-align: left;
    line-height: 2.9em;
}
.sort-by span{
    font-size: 12px;margin-right: 0;
}
.sort-by select {
    border: 1px solid rgb(118, 118, 118);
    height: 28px;
    padding: 0;
    color: #000;
    border-radius: 2px;
    font-size: 17px;
}
.category-toolbar {
    margin-bottom: 0;
}
.category-actions {
    padding: 0;
    margin: 15px 0 10px;
    border-bottom: none;
}
.category-actions .paging {
    padding-bottom: 0;
}
.subcategories>ul.columns-7>li {
    width: 14.28571428571429% !important;
    float: left;
}
div#main-image {
    position: relative;margin-bottom: 5px;
}
span.hint {
    display: block;
    overflow: hidden;
    position: absolute;
    visibility: visible;
    z-index: 2;
    inset: 2px auto auto 2px;
    opacity: 0.75;
    max-width: 380px;
    left: 2px;
    color: #000;
}
.product-images {
    width: 40%;padding: 0;
    margin-bottom: 15px;
    float: left;
}
.product-info {
    float: right;
    margin-bottom: 15px;
    position: relative;
    width: 55%;padding: 0;
}
.imagecaptiont{padding: 0;}
.addl-images {
    margin:0;
    height: 55px;
    overflow: hidden;
    padding: 0 0px;
    position: relative;
}
.addl-images .flexslider {
    padding: 0 20px;
}
.addl-images ul.slides li a {
    display: block;
    width: 100%;
    padding-top: 50px;    
    background-color: transparent;
}
.mz-thumb-selected img {
    -webkit-filter: none;
    filter: none;
}
.mz-hint{display:none !important;}
nav#rTabs {
    clear: both;margin: 15px 0;
}
.product-details h1.page_headers {
    font-size: 18px;margin-bottom: 0px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}
span.reviews {
    margin-right: 0;
    float: left;
    line-height: 15px;
    margin-bottom: 15px;
}
.reviews-stars {
    margin-right: 3px;
}
a#review_count,.qaLink {
    color: #000;
}
.r-tabs-panel .qaLink {
    color: #fff;
}
.reviews_sorting select.form-control {
    font-size: 11px;
}
.pricingBlock {    
    line-height: 1.5;
}
.pricingBlock .yourprice, .pricingBlock .saleprice {
    font-size: 120%;
    font-weight: bold;
    color: #2c3e50;
}
.availabilityInfo {
    display: block;
    margin: 0 10px 15px 0;
}
.product-id {
    margin: 18px 0 10px;
}
div#divOptionsBlock {
    margin: 0 0 15px;
    border-bottom: 1px solid #d2d2d2;
}
.header>h4.page_heading {
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 130%;
    line-height: 1.8em;
    padding: 0;
    text-transform: none;
}
.opt-label {
    margin: 0;
    line-height: 1.5;
}
.opt-label>label {    
    font-size: 100%;
}
.radio-format>.radio-option>img {
    max-height: 100px;
    max-width: 100px;
}
.radio-format>input[type="radio"]:checked+label.radio-option {
    border: solid 1px red;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #888888;
}
.opt-field {
    display: inline-block;
    width: 100%;
}
.opt-regular {
    margin: 10px 0 0;
}
.radio-format {
    margin: 0 10px 10px 0;
    float: left;
}
.radio-format>input[type="radio"]:checked+label.radio-option {
    border: solid 1px red;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #888888;
}
.radio-format>.radio-option {
    line-height: 1;
    background-color: transparent;
    border: 1px solid #000;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.radio-format>.radio-option>img {
    max-height: 100px;
    max-width: 100px;
}
.addToCartBlock {
    margin: 0;
}
.qtybox-addcart label {
    display: block;
    margin: 0;width: 100%;
}
.qtybox-addcart label.qty-input {
    width: auto;
    box-shadow: none;
    margin: 5px 10px 0 0;
    border: 1px solid #b7b4ac;
    background: #fefefe;
    font-weight: 400;
    font-size: 12px;
    color: #000;display: inline-block;
    vertical-align: top;
}
.qty-input input[type="text"] {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 60px;
    text-align: center;
    font-size: 12px;
}
.btn.btn-addcart {
    font-size: 12px;
    vertical-align: middle;
    padding: 20px 35px;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    line-height: normal;
    margin: 5px 10px !important;
}
.qtybox-addcart.form-group {
    margin-bottom: 10px;
}
.likebutton {
    margin: 5px 0 15px;
}
.special-actions {
    float: left;
    margin-bottom: 15px;
    padding: 24px 0 0;
    width: 240px;
    text-align: left;
}
.special-action{
	margin-top:10px;
}
.special-action .btn-link, .special-actions .btn {
    min-width: 185px;
    color: #fff;line-height: normal;
    margin-bottom: 20px !important;
    font-size: 12px;
    font-weight: 400;
    padding: 18px 35px 19px;
}
span.create-review-link,span.special-action.addWishlist {
    margin-bottom: 10px;
    display: block;
}
.modal-backdrop.in {
    display: none;
}
.special-actions .btn {
	border: none;
	background: #000;
	font-weight: 400;
	font-size: 12px;
	color: #f3f1ea;
	text-transform: uppercase;
	cursor: pointer;
	margin: 5px 10px !important;
	padding: 20px 35px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.special-actions .btn:hover,.cart_content .btn:hover {
	border: none;
	background: #2c3e50;
	font-weight: 400;
	font-size: 12px;
	color: #fbf9f2;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 5px !important;
	padding: 25px 40px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.special-action {
    display: inline-block;
    margin: 0;
}
.r-tabs .r-tabs-panel {
    padding: 15px;
}
.r-tabs .r-tabs-panel {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;    
}
.r-tabs .r-tabs-nav .r-tabs-anchor{
    background: #FAFAFA;
    margin-bottom: 3px;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    color: #ccc;
    font-weight: bold;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {    
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #000;
    background-color: #fff;
    border-top: 3px solid #000;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
}
.rewardsPointsBlock.sub-section,.relatedBlock.sub-section,.browsing_historyBlock,.category_breadcrumbs,.accessoriesBlock {
    margin-top: 15px;
}
.sub-section .header>.page_heading {
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 130%;
    line-height: 1.8em;
    padding: 0;
    text-transform: none;
}
.browsing_historyBlock {
    background-color: transparent;
    padding: 0;
}
.category_breadcrumbs ul{
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
    margin-bottom: 15px;
}
.category_breadcrumbs li:before{
    content: '\e84a';font-family: "fontello";
    display: inline-block;margin: 0 0.2em;
    width:17px;height:17px;color: #000;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    vertical-align: top;
}
.listing-page .product-carousel.flexslider {
    padding: 0;
}
.dropdown-format>label, .dropdownimage-format>label {
    min-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {    
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 0;
}
div#affirmButton {
    padding-top: 5px;
}
.cm_hasSearchPage section.page_header {
    display: none;
}
.columns-3 .product-container {
    width: 33.333%;float: left;
    margin: 0 0 15px;
    padding: 0 8px;
}
.columns-3 .product-container .product-item{
    background: #fff;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: thin;
    position: relative;
    padding: 10px;
    text-align: left;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    width: auto;    
}
.columns-3 .product-container .product-item:hover {
    -moz-box-shadow: 2px 3px 10px #333;
    -webkit-box-shadow: 2px 3px 10px #333;
    box-shadow: 2px 3px 10px #333;
}
.cart_content h1 {
    font-size: 2em;margin: 0 0 10px;font-weight:bold;
}
.cart_content section {
    text-align: left;
    margin: 0 0 25px;
}
.cart_content p {
    line-height: 1.5;
    margin: 0 0 1em;
}
.cart_content .pad10 {
    padding: 10px;
}
.cart_content h1.page_headers {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.cart_content .quickCartCheckout .header {
    margin: 0!important;
}
.cart_content h3 {
    font-size: 1.17em;margin: 0;font-weight: 600;
}
.cart_content .price {
    font-size: 13px;
    color: #2c3e50;
    font-weight: 700;
    letter-spacing: 0;
}
.cart_content .btn {
    border: none;
    background: #000;
    font-weight: 400;
    font-size: 12px;
    color: #f3f1ea;
    text-transform: uppercase;
    cursor: pointer;
    margin: 5px 10px !important;
    padding: 20px 35px;
}
.cart_content .btn:hover {
	border: none;
	background: #2c3e50;
	font-weight: 400;
	font-size: 12px;
	color: #fbf9f2;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 5px !important;
	padding: 25px 40px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.cart_content .btn_over {
	border: none;
	background: #2c3e50;
	font-weight: 400;
	font-size: 12px;
	color: #fbf9f2;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 5px !important;
	padding: 25px 40px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.cart_content .titles2 {
    font-size: 12px;
    font-weight: 700;
    background-color: #eee;
    color: #2c3e50;
    padding: 4px;
}
@media only screen and (max-width: 319px) {
#cm_searchPage .productBlockContainer .product-container {
    width: 100% !important;
}
}

/*
@media only screen and  (min-width: 768px){

.product-item .name {
    margin-bottom: 30px;
    max-height: 50px;
    overflow: hidden;
    max-width: 90%;
    text-align: center;
    margin-left: 5%;
    margin-right: -5%;
	}
}
*/
@media only screen and (max-width: 980px){
    .container {
        width: 100%;padding: 0;
    }
}
@media only screen and (min-width: 767px){
    #MainContent{
        padding-top: 25px;
        min-height: 555px;
    }
    .product-item .name {
    margin-bottom: 30px;
    max-height: 47px;
    overflow: hidden;
    max-width: 90%;
    text-align: center;
    margin-left: 5%;
    margin-right: -5%;
	}
    header {
	min-height: 300px;
	}
	}

@media only screen and (max-width: 767px) {
    .vdMobileMenuIcon { display:block !important; }
    .product-item .reviews,.hidden-mobile,.sort-by span{display:none !important;}
    .product-images{width: 100%;margin-bottom: 30px;}
    .listing-page #MainContent {
        padding-top: 0;    
    }
	.subcategories>ul.columns-7>li {
    width: 100% !important;
    float: none;
}
    .columns-3 .product-container {
        width: 50%;
    }
    .history-disable-btn {
        float: right !important;
    }
    .qaLink {
        display: inline-block;margin: 0;
    }
	.subcategories>ul>li span.category-img{
		height:auto;
		padding-top: 0;
	}
	.subcategories>ul>li span.category-img>img {
    position: inherit;
}
    div#main-image a {
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
    .product-info {
        float: right;
        margin-bottom: 0;
        position: relative;
        width: 100%;
        padding: 0;
    }
    .category-toolbar {    
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .category-toolbar:before,.category-toolbar:after{content:none;}
    header {
        height: 125px;
    }
    #logo {
        float: none;
        width: 100%;
        text-align: center;
    }
    #logo img {
    	max-height: 60px !important;
    	margin-bottom: 0;
    	margin-left: 0;
    	margin-top: 0;
        float: left;
        position: relative;
    }
    #logo a {    
        margin-bottom: 0;
        float: left;
    }
    img {
        vertical-align: unset;
    }
    a#bbblink {
        margin-top: 0!important;
    }
    .product-item .price {    
        margin-bottom: 0;
    }
    .product-item .img {
        margin-bottom: 0;
        min-height: 100px;
    }
    .product-items {
        margin-left: 0;
        margin-right: 0;
    }
    .product-items .product-item{padding: 0;margin-bottom: 0;}
    .product-items.product-items-4 .product-item{
        width: 50%;float: left;
    }
    .home-page-content.page-content {
        padding: 0;
    }
    footer {
        padding: 0 5% 30px;
    }
    footer li {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    #copyright {
        float: none;
        width: 100%;
        text-align: center;
    }
    .search-form .search-text {
        width: 80%;
        margin-left: 5%;
    }
    #searchBox {
		margin: -2% 0 0 10%;position: relative;
    right: 0;
    top: 0;
	}
    .change-mobilecart {
    float: left!important;
    position: absolute;
    top: -15px;
    border: none!important;
}
    .productBlockContainer {
        display: inline;
		clear: none;
    }
    .productBlockContainer .product-container {
        width: 50%;
        padding: 0;
        margin: 0;
    }
    .product-item {
        min-height: unset;
    }
    .product-item .img {
        margin-bottom: 0;
        min-height: 100px;
        display: block;    
    }
    .product-item-inner{min-height: 0;}
    .product-item .img img {
        top: 0;max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;    
    right: 0;
    bottom: 8%;
    margin: auto;
    }
    .product-item .name {
        height: 47px;
        margin: 0;
        max-width: 100%;
    }
    .product-item .stars {
        display: none;
    }
    .product-item del.price2 {
        font-size: inherit;
    }
   .product-item .status {
        margin: 0;
        min-height: 32px;
    }
    .product-item .action {
        height: 22px;
        margin-bottom: 0;
    }
    .product-item .action .btn {
        margin: 0 !important;
        padding: 4px 0;
        width: 100%;
    }
    .load-more .btn {
        width: 100%;
        margin: 0 !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
	header {
	    padding: 0 10px;
	}
}
@media (min-width: 768px) and (max-width: 1023px){
    .product-items.product-items-4 .product-item{width: 25%;}
}

body#quickView {
    background-color: rgb(0 0 0 / 0%);
}

checkoutSinglePage{
background-color: white;
}