/*
Theme Name: Super Cycles
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
        padding: 5px 0;
        padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
        font-size: 16px
        font-size: 1.142857143rem; (16 / $rembase)
        line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
        margin: 24px 0;
        margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
body {
    padding: 0;
    margin: 0;
    background: #232323;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2em;
}
a {
    text-decoration: none;
    color: #888888;
}
a img {
    border: none;
}
ul {
    margin: 0;
    padding: 0;
}
.main_wrapper {
    height: 100%;
    width: 100%;
    background: url(images/bg.jpg) repeat-x  #232323;
}
.inner_wrapper {
    height: 100%;
    width: 1002px;
    margin: 0 auto;
}
.content_wrapper {
    width: 100%;
    height: 100%;
    background-image: url(images/content_bg.jpg);
    border-left: 1px solid #262626;
    border-right: 1px solid #262626;
    float: left;
}
/*=================header===============*/
.header_wrapper {
    height: 173px;
    width: 100%;
    padding-top: 46px;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 14px;
}
.logo_div {
    float: left;
    height: auto;
    width: auto;
    position: absolute;
	*position: relative;
    z-index: 9999;
	margin-top: 0;
}
.addres_div {
    width: 605px;
    padding-top: 24px;
    float: right;
    padding-left: 66px;
    padding-bottom: 46px;
    height: auto;
}
.addres_div p {
    padding: 0;
    margin: 0;
}
.addres_div a {
    color: #F00;
}
.address_text {
    float: left;
    height: auto;
    border-left: 1px solid #6f6f6f;
    padding: 0 23px 0 19px;
    color: #888888;
	*width:173px;
	*padding: 0 10px 0 16px;
}
.navigation_wrapper {
    background: url(images/nav-background.jpg) no-repeat scroll center top transparent;
    width: 1000px;
    height: 49px;
    clear: both;
	*margin-top:-33px ;
}
.navigation_wrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
    margin: 0 14px 0 0;
}
.navigation_wrapper ul li {
    display: block;
    float: left;
    margin-top: 1px;
    padding: 15px 4px;
    position: relative;
}
.navigation_wrapper li a {
    color: #FFFFFF;
    padding: 15px 13px;
    text-decoration: none;
}
.navigation_wrapper li a:hover {
    background: #000000;
}
.navigation_wrapper ul li ul {
    background: none repeat scroll 0 0 #000000;
    display: none;
    left: 5px;
    position: absolute;
    top: 44px;
    width: 160px;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
.navigation_wrapper li ul li a:hover {
    background: none;
    color: #ff0000;
}
.navigation_wrapper ul li:hover ul {
    display: block;
}
.navigation_wrapper li ul li {
    padding: 8px 4px !important;
}
.header_add { font-weight: bold; font-size:13px;}
/*=================banner===============*/
.banner_wrapper {
    /*	background: url(images/banner-01.jpg) no-repeat 13px 0;*/
/*    height: 321px;*/
    margin: 0 25px;
    width: 950px;
	*margin: 44px 25px 0 25px ;
	*width: 158px;
}
/*=================content===============*/
.text_container {
    color: #888888;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: auto;
    width: 993px;
    margin: 45px 0 0 7px;
}
.slider_wrapper {
    width: 242px;
    height: auto;
    float: left;
    margin: -12px 38px 45px 7px;
}
.new_bike {
    background: url(images/cta-new_bikes.jpg) no-repeat;
}
.used_bike {
    background: url(images/used.jpg) no-repeat
}
.gift_bike {
    background: url(images/gift_1.jpg) no-repeat;
}
.new_bike:hover {
    background: url(images/news_hover.jpg) no-repeat;
}
.used_bike:hover {
    background: url(images/use_hover.jpg) no-repeat
}
.gift_bike:hover {
    background: url(images/cta-gift_vouchers.jpg)no-repeat;
}
.new_bike, .used_bike, .gift_bike {
    cursor: pointer;
    height: 120px;
    margin-bottom: 4px;
    width: 240px;
}
.new_bike p, .used_bike p, .gift_bike p {
    color: #FFFFFF;
    font: 12px Tahoma, sans-serif;
	
   
}
.new_bike a, .used_bike a, .gift_bike a { padding: 60px 12px 20px 60px; float:left; }
.slider_wrapper a {
    color: #FFFFFF;
}
.content_text_div {
    width: 659px;
    float: left;
    height: auto;
    margin: 16px 47px 120px 0;
}
.content_text_div a {
    color: #ff0000;

}

.content_text_div ul li {
    list-style-image: url("images/li-bullet.gif");
    margin: 0 0 0 25px;
    padding: 0 0 0 14px;
}
.content_text_div h1, .content_text_div h2 {
    color: #ffffff;
    margin: 0;
	padding: 0 0 16px 0;
}
.content_text_div h1 { font-size:26px; }

.recent_activity {
    width: 242px;
	margin:20px 0 0 0;
}
/*=================our suppliers===============*/
.our_suppliers {
    background: url(images/our_supplier.jpg) repeat-x #e0e0e0;
    height: 111px;
    width: 980px;
    padding: 11px;
    clear: both;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	font-size:13px;
	font-weight:bold;
}
.our_suppliers h3, .our_manufactures h3 {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 14px 0;
    padding: 0 0 10px 0;
    color: #464646;
    font-size: 14px;
}
.our_suppliers h3 { padding:0 0 7px; margin:0; }

.our_suppliers img {
    margin: 0 11px;
}
/*=================footer===============*/
.footer_wrapper {
    height: auto;
    width: 1000px;
    text-align: center;
    padding: 45px 0 0 0;
}
.footer_wrapper .textwidget {
    color: #888888;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-top: 23px;
    text-align: center;
}
.footer_wrapper a {
    margin-right: 30px
}
.footer_wrapper a:hover {
    text-decoration: underline;
}
.copy_right {
    font-size: 10px;
    color: #888888;
}
.webfrim {
    margin: 30px 0 0 0;
}
/*parts & Accessories*/

.parts_text_heads {
    font-style: italic;
    font-weight: bold;
}
.our_manufactures {
    background: url(images/manufac_strip.jpg) repeat-x #e0e0e0;
    height: auto;
    width: 658px;
    padding: 11px;
    clear: both;
    margin:45px 0 0 0 ;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.our_manufactures img {
    margin: 5px 18px 0 0;
}

/*new_bikes*/
.products {
    width: 100%;
    clear: both;
}
.bike_img_wrapper {
    float: left;
    width: 140px;
    height:164px;
    text-align: center;
    font-size:12px;
    margin: 0 50px 16px 0;
}
.bike_img_wrapper a {color: #888888; }
.bike_img_wrapper a:hover {color: #FFFFFF; }
.bike_img_wrapper img {clear: both; border:7px solid #191919; margin: 0 10px 0 0; width: 133px; height: 100px; }
.bike_img_wrapper:hover img {clear: both; border:7px solid #202020;}


/*footer-slider*/

.jcarousel-clip-horizontal li { width: 122px !important; margin: 0  !important;}
.product { padding: 16px 10px ;}
.products_inner{padding: 20px 0 ; width: 480px;
                height: auto; clear: both;
                border-bottom: 1px solid #202020; margin: 0 0 12px 0;}
.click_wrapper{ font-size: 11px; width: 150px; text-align:center; padding: 0 0 0 0; float:left}
.price_deatail{

    font-size: 11px;
    font-weight: bold;
    float: right;
    text-align: right;
    margin: 0 180px 0 0;}
.amount{
    color: #FF0000;
    font-size:  16px ;
font-weght: bold;
}

.contact_address {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #232323;
	margin: 0 0 20px 0;
	padding-bottom: 20px
}
.contact_address p {
	float: left;
	margin: 0 37px 0 0;
}
.red_color {
	color: #ff0000;
}
.contact_form {
	width: 400px;
	height: auto;
	margin: 0 0 0 5px;
	float: left;
}
.contact_form ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	float: left;
	width:400px;
}
.lable_name {
	width: 130px;
	float: left;
}
.send-btn {
	background: url(images/button-submit.gif) no-repeat scroll 0 0;
	height: 21px;
	width: 65px;
	border: none;
	cursor: pointer;
	  margin: 42px 0 0;
}
.send-btn:hover {
	background: url(images/button-submit.gif) no-repeat scroll 0 -21px;
	height: 21px;
	width: 65px;
}


span.wpcf7-form-control-wrap {
    float: left;
    
}
.wpcf7-form-control { width: 175px;}
.wpcf7-textarea { width: 220px !important;}

.submenu { padding: 0 0 10px 0; font-size:10px;  }
.submenu a:hover { text-decoration: underline;}

.attachment-shop_thumbnail { float: left; margin: 0 6px 0 0;}



#u_0_0 { height: 302px !important;}



.rfloat{

	display: none !important;
}
.fbConnectWidgetHeaderTitleBranded{ background:#eeeff4 !important;}

.DOP_ThumbnailScroller_Background{ background: none !important;}

.DOP_ThumbnailScroller_ThumbContainer{ background-color: none !important; 
  

}
.social_facebook_title {background: #eeeff4 !important;    background: none repeat scroll 0 0 #EEEFF4 !important;
   
    padding: 5px 5px 5px 10px;
    color: #000000;
}
.DOP_ThumbnailScroller_ThumbnailsContainer { 
  
    margin: 10px 0 10px 45px !important;
    width: 887px !important;
}
.DOP_ThumbnailScroller_ThumbnailsNavigationNext { margin:32px 0 0  926px !important;}
.DOP_ThumbnailScroller_ThumbnailsNavigationPrev { margin:35px 0 0 -20px !important;}
.DOP_ThumbnailScroller_ThumbContainer { margin: 0 0 0 9px !important;}


.royalSlider .royalWrapper { z-index:0; }
.navigation_wrapper { position:relative; z-index:10;
 }
 
.home h1 { text-transform:uppercase; padding-bottom:9px; }


/* Form */
div.pp_woocommerce .pp_content_container { padding:22px 0 40px !important; }
.pp_content_container .pp_left { padding-left:26px !important; }
.gform_wrapper .top_label input.medium {  border: 1px solid #ccc;
    height: 23px; }
	
.gform_wrapper .top_label .gfield_label { font-weight:normal !important; font-size:14px !important; }
.gform_wrapper textarea.medium {   border: 1px solid #ccc; } 

.thumbnails { width:145px; float:left; margin:-10px 0 0 0; }
.thumbnails img { margin:0 0 10px 0; }

.woocommerce span.onsale, .woocommerce-page span.onsale { position:relative !important; z-index:9999; margin:0 0 0 344px !important; top:28px !important; width:32px !important;  }
.attachment-shop_single { position:relative; z-index:0;  margin:-10px 0 0 0; }
.onsale { display:none; }
.single-product .onsale { display:block; }
.menu_click {
    display: none;
}
/************** Responcive ********************/


@media screen and (max-width:1000px){ 
.banner_wrapper .royalSlider{width: 100% !important; }    
.woocommerce-main-image.zoom {
    width: 267px;
    float: left;
    
}

.attachment-shop_single {
    
    width: 100%;
   
    height: auto;
}
.contact_address p {
    float: left;
    margin: 0;
  
    box-sizing: border-box;
    
}
.contact_address iframe {
    width: 100%;
}
    .wpcf7-form-control.wpcf7-submit.send-btn:hover {
    text-indent: -9999px;
}
    .inner_wrapper { width: 100%; max-width: 760px;}
    .logo_div img {
    height: auto;
    width: 234px;
}
.content_text_div {
    margin: 16px 10px 90px 0;
    }
    .footer_wrapper {
      padding: 26px 0 0;
   }
.address_text {
   
    padding: 0 10px;
}
.addres_div {
  
    width: 526px;
}
.addres_div {
    padding: 24px 0 66px 69px;
}
.navigation_wrapper {
    width: 100%;
}
.navigation_wrapper {
   
    background-size: 100% 49px;
}

.content_text_div {
    margin: 16px 10px 120px 0;
    width: 450px;
}
.slider_wrapper {
   
    margin: -12px 38px 45px 10px;
    
}
.footer_wrapper {
   
    width: 100%;
}

.footer_wrapper .textwidget a {
      
    font-size: 14px;
    line-height: 27px;
    
}
.webfrim {
    margin: 14px 0 0;
}

.copy_right {
    font-size: 12px;
    margin: 20px 0 0 0;
}

.our_suppliers {
    
    max-width: 738px;
       width: 100%;
}
.DOP_ThumbnailScroller_ThumbnailsBg {
       width: 100% !important;
    max-width: 694px !important;
}
.DOP_ThumbnailScroller_ThumbnailsWrapper {
    max-width: 657px; width: 100%
}
.DOP_ThumbnailScroller_ThumbnailsNavigationNext {
    margin: 32px 0 0 689px !important;
}

.widget-1.widget-first.widget-last.widget-odd.banner_wrapper .textwidget > img {
    width: 100%;
    max-width: 714px;
}

.banner_wrapper {
   
    width: 701px;
}
.text_container {
   
    margin: 45px 0 0 0;
    width: 100%;
}
.our_manufactures {
   
    width: 100%;
}

div.ppt , div.pp_woocommerce .pp_nav, div.pp_woocommerce .pp_description {
   
    word-wrap: break-word;
    width: 100% !important;
}
.pp_content_container {
    text-align: center;
}
}

@media screen and (max-width:768px){ 
.menu_click {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
}
.menu_click button {   background: none repeat scroll 0 0 #B1161C;
    color: #fff;
    cursor: pointer;
      font-size: 18px;
    margin: 15px 0 5px;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border-top: 2px solid #aba4a5;
    border-bottom: 2px solid #aba4a5;
    border-left: none;
    border-right: none;}
.navigations ul li {float: none;  margin:0;  padding:0;   text-align: left;}
.navigations ul li a{padding: 6px 10px; border-bottom:solid 1px #fff; letter-spacing:normal; font-size:12px;}

.cbp-spmenu {background:#000;   position: fixed;    overflow: scroll;}
body {overflow-x: hidden; position:relative; left:0;}
.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}

.cbp-spmenu a {display: block;}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}
.fb_wrap {padding: 30px 20px 0 0;
    right: 0;}
.cbp-spmenu-vertical ul  a {
    
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -244px;
}

.cbp-spmenu-right {
    right: -280px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push, body {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}  
 

.navigation_wrapper ul {
        width: 100%;
}
.navigation_wrapper ul {
    
    margin: 0 ;
    
}

.recent_activity {
    margin: 20px 10px 0;
    
}
.text_container {
    margin: 0;
    width: 100%;
    display: inline-block;
  
}

.banner_wrapper {
   
    float: left;
    margin: 0;
    width: 100%;
}

   .footer_wrapper .textwidget {
    margin-top: 0px;
}

.copy_right {
    margin: 25px 0 0;
}
.navigation_wrapper ul li ul {
    background: none repeat scroll 0 0 #000000;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.navigations ul li {
    float: left;
      width: 100%;
}

.navigation_wrapper li ul li {
    padding: 0 !important;
}
.navigation_wrapper ul li ul  li a {padding: 6px 0 6px 32px;}
   .slider_wrapper {
    margin: 4px 0 12px;
}
.content_text_div {
    margin: 16px 0px 34px;
    width: auto;  padding: 0 10px;

}
.footer_wrapper .textwidget a {
       display: block;
    font-size: 14px;
    line-height: 27px;   
}
.slider_wrapper {
    width: 100%;
}
.navigations ul li a:hover, .navigations li ul li a:hover {
    background-color: #b1161c;
    color: #fff;
    transition: all 0.2s ease 0s;
}

.DOP_ThumbnailScroller_ThumbnailsContainer {
    margin: 10px 0 10px 25px!important;
    width: 91% !important;
}
.inner_wrapper {
    width: 90%;
}
.our_suppliers {
   
    padding: 10px 0;
    
}

.recent_activity {
     float: left;
}
.pluginConnectButton {
    margin: 0 auto;
    width: 218px;
}
.new_bike, .used_bike, .gift_bike {
       margin: 0 0 0 10px ;background-size: 100% 100%;
    width: 31%; float: left;
}
.addres_div {
    padding: 24px 0 24px 69px;
}

.new_bike:hover, .used_bike:hover, .gift_bike:hover {background-size: 100% 100%;}
.DOP_ThumbnailScroller_ThumbnailsNavigationNext {
   
    right: -8px;
    
}
.our_suppliers img {
    margin: 38px 0 0;
}
.DOP_ThumbnailScroller_ThumbnailsNavigationNext {
    background-color: #f5f5f5;
    height: 100%;
    margin: 0 !important;
    
}
.new_bike a, .used_bike a, .gift_bike a {
  
    padding: 60px 12px 20px 37px;
}
.DOP_ThumbnailScroller_ThumbnailsNavigationPrev {
    left: -8px;
    height: 100%;
    margin: 0 !important;
    background-color: #f5f5f5;
}
.footer_wrapper a {
    margin-right: 0px;
}
.our_suppliers {
    padding: 0;
}
.DOP_ThumbnailScroller_Container {
    height: 102px !important;
}
.header_add p br {
    display: none;
}
.addres_div {
    width: 348px;
}

.address_text:first-child {
      border: none;
}
.pp_pic_holder.pp_woocommerce {  left: 0 !important;
    margin: 0 auto;
    right: 0;
   
    width: 90% !important ;}
    .pp_content {
    width: 100% !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
}
.contact_address p {
    float: left;
    margin: 0;
    width: 100%;
}
 .contact_address iframe {
    width: 82%;  width: 82%;
    margin: 0 auto;
    display: block;
    
}
.thumbnails {
    width: 295px;
}
.thumbnails img {
    margin: 4px;
   
}

 }
 @media screen and (max-width:640px){ 
.woocommerce-main-image.zoom {
       width: 40%;
}
.pp_content_container {
    text-align: center;
}
.pp_gallery {
    display: none;
    left: 25% !important;
    margin: 0 auto !important;
    position: absolute;
    z-index: 10000;
    right: 0 !important;
}
.pp_gallery {
    display: none;
    left: 25%;
    margin-top: -16px;
    position: absolute;
    z-index: 10000;
}
.thumbnails a {
    float: left;
    margin-right: 2%;
    text-align: center;
    width: 46%;
}
.thumbnails {
    float: left;
    margin: 0;
    width: 60%;
}
.address_text {
       text-align: center;
    width: 100%; border: none;
}

.addres_div {
    padding: 11px 0 34px 0;
}
.logo_div {
   
    position: relative;
   
}

.addres_div p {
    
    line-height: 22px;
}

.copy_right {
    margin: 25px 0 0;
}
.content_text_div {
    margin: 16px 0px 45px;
   
}
.addres_div {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
}

.logo_div img {
   
    margin: 0 auto;
    display: block;
}
.logo_div {
    width: 100%;
    
}

.addres_div {
  
    float: left;
  
}

.content_text_div > p {
       margin: 5px 0;
}
.pluginConnectButton {
    width: 218px !important;
    margin: 0 auto;
}

.content_text_div h1 {
    font-size: 16px;
}
}
 @media screen and (max-width:600px){ 
    .content_text_div .thumbnails img {
    margin: 1% auto;
  
}

 .new_bike a, .used_bike a, .gift_bike a {
    padding: 60px 12px 20px 33px;
} .content_text_div {
   
    width: 100%;  
     box-sizing: border-box;
} 

.contact_form {
      margin: 0;
    width: 100%;
}

.contact_form ul li {
       width: 100%;
}
.wpcf7-textarea {
    width: 99% !important;
}

span.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}
input.wpcf7-form-control {
    padding: 0 0 0 1%;
    width: 98%; height: 21px;
}
.wpcf7-form-control {
    padding: 0;
    width: 99.5%;
}
.wpcf7-textarea {
    width: 99% !important;
}
select.wpcf7-form-control {
     height: 22px;
}
.lable_name {
   
    margin: 0 0 10px 0 ;
}
.products_inner {
       width: 100%;
}
.click_wrapper {

    width: 100%;
}
.price_deatail {
       text-align: center;
    width: 100%;    margin: 10px 0 0 0 ;
}
.attachment-shop_single {
    margin: 0px;
  
}
}

@media screen and (max-width:520px){ 
.thumbnails img {
   
    width: 100%;
}
.new_bike, .used_bike, .gift_bike {
    background-size: 100% 100%;
    float: none;
    margin: 0 0 0 10px;
    width: 240px;
    margin: 0 auto;
} 
.our_suppliers > h3 {
    display: none;
}
.text_container .content_text_div h2 {
    font-size: 14px;
}
.content_text_div h1 {
    font-size: 18px;
}

.bike_img_wrapper {
   
    margin: 0;
   
    width: 100%;
}
.recent_activity {
    float: none;
    margin: 10px auto;
}.new_bike a, .used_bike a, .gift_bike a {
    padding: 60px 12px 20px 55px;
}.content_text_div > p {
    width: 100%;
    float: left;
}
.page-item-10 .content_text_div img {
    display: inline; }
.content_text_div img {
    display: block;
    margin: 0 auto;
       float: none;
}
.header_add p br {
    display: none;
}

.text_container {
     margin: 6px 0 0;
    
}
.slider_wrapper {
    margin: 0 0 45px;
}
.attachment-shop_catalog.wp-post-image {
    margin: 10px auto;
}
.woocommerce-main-image.zoom {
    float: left;
    margin: 0 auto;
    width: 100%;
}.zoom .attachment-shop_single.wp-post-image {
    width: 100%;
}

.page-id-10 .content_text_div img {
    margin: 5px auto; display: inline-block;  word-wrap: break-word;
}
.contact_address iframe {
   
    height: auto;
} 
.pluginConnectButton {
    width: 218px;
}
.woocommerce-main-image.zoom {
    float: left;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 87px;
    width: 270px;
}
#container > div {
    position: relative;
}
.thumbnails a {
    float: left;
    margin-right: 2%;
    text-align: center;
    width: 29%;
}
.thumbnails {
   
    margin: 217px 0 0;
    width: 100%;
}
}

@media screen and (max-width:480px){ 
.addres_div {
    width: 100%;} 
.address_text {
      box-sizing: border-box;
    padding: 0 10px;
       margin: 0 auto;
    float: none;
    border: none;
  text-align: center;
} 
form#u_0_0 {
    width: 218px !important;
}}

@media screen and (max-width:400px){ 
.page-id-11 .content_text_div img {
    width: 100%;
} }