@media only screen and (max-width: 1024px) { 

}
 @media only screen and (max-width: 959px) {
}
@media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 768px) {
	ul.resp-tabs-list {
 display: none;
}
 h2.resp-accordion {
 display: block;
}
 .resp-vtabs .resp-tab-content {
 border: 1px solid #C1C1C1;
}
 .resp-vtabs .resp-tabs-container {
 border: none;
 float: none;
 width: 100%;
 min-height: initial;
 clear: none;
}
 .resp-accordion-closed {
 display:none !important;
}
 .resp-vtabs .resp-tab-content:last-child {
 border-bottom: 1px solid #c1c1c1 !important;
}

 .shipproductswrap ul.resp-tabs-list {
 display: none;
}
.shipproductswrap  h2.resp-accordion {
 display: block;
}
.shipproductswrap .resp-vtabs .resp-tab-content {
 border: 1px solid #C1C1C1;
}
.shipproductswrap .resp-vtabs .resp-tabs-container {
 border: none;
 float: none;
 width: 100%;
 min-height: initial;
 clear: none;
}
.shipproductswrap .resp-accordion-closed {
 display:none !important;
}
.shipproductswrap .resp-vtabs .resp-tab-content:last-child {
 border-bottom: 1px solid #c1c1c1 !important;
}

}
 @media only screen and (max-width: 600px) {
}
 @media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}

@media (max-width: 1024px) {
}
 @media (min-width: 768px) and (max-width: 939px) {
}
 @media (max-width: 767px) {
   
}

 @media (min-width: 568px) and (max-width: 600px) {
}
 
 @media (min-width: 360px) and (max-width: 480px) {
}
 @media (max-width: 320px) {
}


@media print {
}


@media screen, 3D {
 
}