/* GLOBAL STYLES start
-------------------------------------------------- */

@red:#bb2227;

@green:#1ABC9C;

@yellow:#FAB216;

@black:#141414;

@white:#FFF;

@gray:#666;

@light_gray:#e8e8e8;

/*@main_color:#8486BF;*/
@main_color:#0e3586;

@second_color:#758281;

@third_color:#6083b5;

@menu_dropdown_bg:#1ABC9C;/*nav+menudrop background*/

@special_text_color:@main_color;

@products_img_border_color:#f0f3f7;

@products_subtitle_color:@main_color;

@products_subtitle_color_hover:@gray;

@bounce_range_high:translateY(-10px);
@bounce_range_low:translateY(-5px);

/*.font_ap_2 {
    
    font-family: "neuzeit-grotesk",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-feature-settings: "kern", "liga", "pnum";
    font-size: 1em;
    line-height: 1.5;
	letter-spacing: 0.2em;
}*/


/*@font-face {
  font-family: 'neuzeit-grotesk';
 	font-feature-settings: "kern", "liga", "pnum";
    font-size: 1em;
    line-height: 1.5;
	letter-spacing: 0.2em;
}*/


@font-face {
  font-family: 'Armata';
  font-style: normal;
  font-weight: 400;
  src: local('Armata'), local('Armata-Regular'), url(/css/google_fonts/DZkzoxG_919ddkf0Ia7hgQ.woff2) format('woff2'), url(/css/google_fonts/FG9R9aX-RIX_AvJI8USOWg.woff) format('woff');
  letter-spacing: 0.1em;
}

@font-face {
  font-family: 'CooperHewitt';
  src: local('CooperHewitt-Bold'), url(/fonts/CooperHewitt/CooperHewitt-Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Gochi Hand';
  font-style: normal;
  font-weight: 400;
  src: local('Gochi Hand'), local('GochiHand-Regular'), url(/fonts/ZZzTGmufF-Wq8IS3fkpBu_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

  
.box_shadow(@width:10px){
	-webkit-box-shadow: 0 0 @width 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 @width 0 rgba(0,0,0,0.5);
}

.special_text{color:@main_color;font-weight:bold;}

.shopping_cart_product_detail_border{border:2px solid #eeeeee;}

.shopping_cart_product_detail_border_bottom{border-bottom:2px solid #eeeeee;}

.shopping_cart_product_detail_padding{padding:10px 5px;}

.existing_order_detail_border{border:2px solid #DDDDDD;}

.existing_order_detail_bottom_border{border-bottom:2px solid #DDDDDD;}


/* GLOBAL STYLES end
-------------------------------------------------- */


.red{color:@red}

.green{color:@green;margin-top:10px;}
.black{color:@black}
.yellow{color:@yellow}
.white{color:@white;}
.main_color{color:main_color;}
.second_color{color:@second_color;}
.padding_zero{padding:0;}
.padding_five{padding:5px;}
.padding_three{padding:3px;}
.padding_two{padding:2px;}
.padding_one{padding:1px;}
.padding_left_ten{padding-left:10px;}
.padding_right_ten{padding-right:10px;}
.margin_ten_px{paddding:10px;}
.padding_cash{padding:5px 10px;}
.margin_top_twenty{margin-top:20px;}
.margin_bottom_fifteen{margin-bottom:15px;}
.margin_bottom_ten{margin-bottom:10px;}

.hover_black:hover{color:@black;}

.float_left{float:left;}
.float_right{float:right;}


html,
body {
   color: @second_color;
   font-weight:400;
   height: 100%;
   line-height:1.5em;
   font-family:Arial, Calibri,Helvetica, "Microsoft YaHei", NSimSun, Hiragino Sans GB , Helvetica, sans-serif;
   font-size:14px;
   background:#fff;

}


.container{padding:0;margin-top:0px; }
.container_1920{padding:0;margin:0 auto;max-width:1920px; background:@white}
.container_1440{padding:0;margin:0 auto;max-width:1440px;}
.container_1280{padding:0;margin:0 auto;max-width:1280px;}

.top_line_bg{background:url(/img/bg_top.jpg) top left repeat-x; height:29px;}

h1{font-family:"CooperHewitt", Helvetica, "Microsoft YaHei", NSimSun, Hiragino Sans GB ,Arial, Helvetica, sans-serif; font-size:32px; color:@gray; font-weight:normal; text-transform:uppercase; line-height:1.3}
h2{font-family:"CooperHewitt", Helvetica, "Microsoft YaHei", NSimSun, Hiragino Sans GB ,Arial, Helvetica, sans-serif; font-size:30px; color:@gray; font-weight:normal; text-transform:uppercase; line-height:1.3}
h3{font-family:"CooperHewitt", Helvetica, "Microsoft YaHei", NSimSun, Hiragino Sans GB ,Arial, Helvetica, sans-serif; font-size:18px; color:@gray; font-weight:normal; text-transform:uppercase; line-height:1.3; margin-top:0; margin-bottom:15px;}
h4{font-family:"CooperHewitt", Helvetica, "Microsoft YaHei", NSimSun, Hiragino Sans GB ,Arial, Helvetica, sans-serif; font-size:16px; color:@gray; font-weight:normal; text-transform:uppercase; line-height:1.3}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}


video {

}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;

  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* Footer CSS
-------------------------------------------------- */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -160px auto;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}


#wrap > .container {
  padding: 20px 15px 100px 15px;
}


.img-responsive{height:auto;max-width:100%}

#scrollUp {
  bottom: 20px;
  right: 20px;
  height: 38px;  /* Height of image */
  width: 38px; /* Width of image */
  background: url("/img/top.png") no-repeat;
}

/*-------------------------------------------------- */
.pagination .active a{background:@main_color; border:@main_color 1px solid}
.pagination .active a:hover{background:@second_color; border:@second_color 1px solid}
/*-------------------------------------------------- */

.gallery_td{padding:0 5px 20px 5px;}

.gallery_files_td{padding:0 0 3px 10px}

.gallery_files_td ul li{background:url(/img/download.png) left center no-repeat;padding:3px 0 3px 30px;list-style:none;width:90%}

.gallery_files_td ul li a {text-decoration:none}

.gallery_files_td ul li a:hover{color:#333;text-decoration:underline}

.faq_td{padding:0 0 3px 10px}

.faq_td ul li{padding:3px 0 3px 5px;width:90%}

.faq_td ul li a {text-decoration:none; }

.faq_td ul li a:hover{text-decoration:none}

.faq_answer{color:#666}

.black_link a{color:@gray}
.black_link a:hover{color:#E53800}

.roundCorner_5{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

a{color:@main_color;}
a:hover{color:@gray;}




.fileUpload {
    position: relative;
    overflow: hidden;

}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


.upload_pic_border{border:2px solid #BDC3C7;-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px}



/*-------------------------------------------------- */
.clear{clear:both;}
.test{outline:1px red solid;}

.top_search_box{ float:right; margin-right:20px; max-width:260px; min-width:260px}
.top_search_box .dropdown-menu, .select2-drop{min-width:300px; font-size:12px;}

.top_search_box .form-group{margin-bottom:0;}

.top_search_box .input-group-btn .btn{background:@white; color:@second_color;}

.top_search_box .form-control, .select2-search input[type="text"]{border:1px solid @second_color; border-top:none; border-left:none;}

.top_search_box .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .select2-search input[type="text"]{border-bottom-left-radius:0;}

.top_search_box .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group .select2-search input[type="text"]:last-child{border:1px solid @second_color;border-top:none; border-left:none;border-right:none;border-bottom-right-radius:0; border:none;}

.top_search_box .form-control, .select2-search input[type="text"]{height:28px;padding:1px 2px;font-size:11px; line-height:0.5}

.top_search_box .input-group-btn .btn:hover{ background:none; border:none;}

.top_search_box .form-control, .select2-search input[type="text"] {border-width:medium 0px 1px medium}






.top_box_mobile{display:none;}

.register_box{color:@second_color; float:right;-webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; text-transform:uppercase; font-weight:600;}
.register_box a{color:@second_color}
.register_box a:hover{color:@main_color}

.current_cart{margin-top:105px;}

.current_id_and_search{}
.id_update{float:left;}
.current_id_and_search{float:right;}
.searching_box{margin-left:10px;float:right;}

/*search bar color*/
.input-group-btn .btn {
    background-color: @main_color;
    border: 2px solid @main_color;
    color: #fff;
}

.input-group-btn .btn:hover {
    background-color: @main_color;
    border-right: 2px solid @main_color;
    border-top: 2px solid @main_color;
	border-bottom: 2px solid @main_color;
}

/*search bar color*/

.form-group.focus .form-control, .form-control:focus, .form-group.focus .select2-search input[type="text"], .select2-search input[type="text"]:focus{border-color:@main_color;}

.form-control, .select2-search input[type="text"]{border:2px solid @main_color;}

/*conn password border focus*/





/*top_box_desktop{background: #ffffff; position: fixed; top:0; z-index:200; width:100%; max-width:1920px;border-bottom:5px solid @main_color;}*/
.top_box_desktop{ background:url(/img/top_bg.png) repeat; z-index:400; margin:0 auto;}



/*.top_big_logo_div{ position:absolute;top:0; z-index:300; width:100%; margin:0 auto !important;}*/
.top_big_logo_div{ position: relative;top:0; z-index:300; width:100%; height:90vh; margin:0 auto !important;}

.top_big_logo_div .btn {padding-left:5%; padding-right:5%;}


.big_slide_show{position: relative; z-index:100; width:100%; margin:0 auto !important;}
.big_slide_show_box{position: relative;top:0px; z-index:100; width:100%; margin:0 auto !important;}
.big_slide_show_box .flex-direction-nav{display:none;}
.homepage_main_box{position: relative;top:-100px;  z-index:150; width:100%; margin:0 auto !important;margin-bottom:-100px !important;}





.promotion_single_box{ float:left;}


.navbar{margin-top:0px;margin-bottom:0px; border-radius: 0px;min-height:0; text-transform:uppercase; float:right; letter-spacing:0.1em;font-family: Calibri,Arial,Helvetica, "Microsoft YaHei", NSimSun, Hiragino Sans GB , Helvetica, sans-serif;}
.navbar-inverse{background:none; border:none; padding:0;}
.navbar-inverse .navbar-text{color:@second_color;}
.navbar-inverse .navbar-nav>li>a{color:@white;font-weight:bold;font-size:14px;line-height:62px;}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:@second_color; background:@white;}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:@second_color;background:@white; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{background:@white; color:@main_color }
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:@second_color;}
.navbar-inverse a{font-size:14px;}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a{box-shadow:none;}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {color: @gray;}
.toggle_font_span{color:#fff;}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a{text-shadow:none;}
.navbar-inverse .navbar-nav > .open > .dropdown-menu{background:@white; border:0px solid @main_color;}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{background:@white; color:@second_color; font-weight:bold;}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a{border-radius:0px;padding-left:6px; padding-bottom:3px;margin:0;}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{padding:10px 20px 10px 20px !important;}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{color:@main_color; background:@white;}
.navbar-nav > li > .dropdown-menu{border-radius:0px;margin-top:0;}
.navbar-toggle::before{font-family:none;content:none;}
.navbar-collapse{padding:0;}
.navbar-inverse .navbar-nav > .active > a:focus{color:@white;}
.navbar-nav > li > a{padding-right:25px;}
.dropdown-menu{padding:0 !important;}


.homepage_main_box{padding:20px ;background:#F6F6F6;}



.menu_active{color:#141414 !important;}
.menu_active:hover{color:#ffffff !important;}




.payment_div{width:230px;margin:40px auto;margin-bottom:20px;}

.menu_track{margin:20px 0;color:@gray;}
.menu_track > a {color:@gray;}
.menu_track > a:hover{color:@main_color;}

.new_account_title_div{margin:0 auto;}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger{text-shadow:none;}

.special_gray_button .btn{-webkit-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;}

.button_width_full{width:98%; margin-top:40px;}
.button_width_half{width:50%; margin-top:40px;}


.form_margin_top{margin-top:10px;}

.form_margin_bottom{margin-bottom:15px;}

.form_margin_bottome_ten{margin-bottom:10px;}

.form_padding_top_bottom{padding:5px 0;}

.form_padding_top_bottom_ten{padding:10px;}

.form_padding_left{padding-left:3px;}


.select2-drop .select2-results > li:first-child > .select2-result-label{background:@main_color !important; border-top:2px solid @main_color;border-left:2px solid @main_color;border-right:2px solid @main_color;}

.select2-drop .select2-results > li:first-child > .select2-result-label:hover{color:#fff;}

.select2-drop .select2-results > li:last-child > .select2-result-label{background:@main_color; border-bottom:2px solid @main_color;border-left:2px solid @main_color;border-right:2px solid @main_color;}

.select2-drop .select2-results > li:last-child > .select2-result-label:hover{color:#fff;}

.select2-drop .select2-highlighted > .select2-result-label{background-color:@main_color !important;border-left:2px solid @main_color;border-right:2px solid @main_color !important;}

.select2-results .select2-result-label{background-color:@main_color !important;border-left:2px solid @main_color;border-right:2px solid @main_color !important;}

.select2-results .select2-result-label:hover{color:#fff !important;}

.text_align_left{text-align:left;}

.form-group{padding:0;}

.form_checkbox_margin{margin-top:40px;}

.form_padding_left{padding-left:35px;}

.two_brand_box{margin-top:10px;margin-bottom:30px;}

.select2-drop {margin-top:3px;}

.register_info_box{width:50%;margin:0 auto;}

.forget_password_button_fail_margin{margin-top:17px;}

.forget_password_button_success_margin{margin-top:25px;}

.brand_box{background:@white;padding-top:30px;padding-bottom:30px;}

.brand_title_box{margin-bottom:30px;color:#fff;font-size:20px;font-weight:bold;}

.one_brand_box{margin-top:10px;margin-bottom:10px;}

.brand_logo_border{.box_shadow(10px)}

.shopping_cart_price_count_div{margin:30px 15px 0 15px; padding:10px 20px;background:#d3d9dc;}

.shopping_cart_bottom_form_div{width:60%;}

.buyer_show_title_box{line-height:150%;padding:52px 25px;background:#F9BFBE;}

.buyer_show_a{float:left; color:#fff;margin-left:20px;font-size:35px;}

.buyer_show_a>a{color:#fff;}

.buyer_show_a>a:hover{color:@main_color;}

.brand_show_a{float:left; color:#fff;margin-left:20px; font-size:14px; font-weight:normal;}
.brand_show_a>a{color:#fff;}
.brand_show_a>a:hover{color:@gray;}







.about_us_homepage{ background:url(/img/about_us_bg_6.jpg) top center no-repeat; min-height:960px;padding-top:250px; position:relative; top:-100px; z-index:100px; margin-bottom:-100px;}
.about_us_homepage_content{padding-right:100px;color:#333333;line-height:2;}
.about_us_homepage_content h1 h2 h3 h4 h5{color:#333333; font-weight:bold;}






.footer_white{color:@second_color;font-size:17px;font-weight:bold;margin-bottom:10px;text-align:left; margin-bottom:20px; text-transform: uppercase;}
.footer_white a{color:@third_color;}
.footer_white a:hover{color:@second_color;}
.footer_black{text-align:left; font-size:14px; font-weight:200; line-height:1.5}
.footer_black a{color:@second_color;}
.footer_black a:hover{color:@third_color;}

.footer{ background:url(/img/footer_bg.png) top right no-repeat; background-color:@white; position:relative; z-index:50; min-height:349px; padding-top:120px;}
.footer_desktop{display:block;}
.footer_mobile{display:none;}
.footer_top_div{width:60%; padding-left:0;}
.footer_bottom_div{ line-height:30px; padding-left:0; padding-top:35px;padding-bottom:15px;}
.footer_nav_div{padding-left:5px;}


.sign_up_form_div{padding-top:10px; width:82%; padding-left:5px;}

.products_box{margin:15px;
background:none; 
/*border:1px solid #ebeeee;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
box-shadow: 0 0 10px 0 rgba(0,0,0,.2);*/

}

.products_box_padding_twenty{margin:10px;
background:#FFF;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
padding:20px;
}

.products_box_padding_twenty_only{
padding:20px;
}

.products_box_shadow_only{
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.products_img_thumb_box{
margin:3px;
background:#FFF;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
padding:3px;
}


.product_homepage_title{font-size:34px; background:@main_color; color:@white;padding:50px 0;padding-left:20px;}

.progress_div{width:90%;margin:15px auto;}
.products_img_border{border:@products_img_border_color solid 0px;}
.products_price{margin:15px 15px 15px 15px; color:@main_color; font-size:28px; font-weight:bold;}
.products_name{margin:15px 15px 5px 15px; font-size:16px; font-weight:300;}
.products_name a{color:@second_color;}
.products_name a:hover{color:@main_color;}
.products_subtitle a{color:@products_subtitle_color}
.products_subtitle a:hover{color:@products_subtitle_color_hover}
.price_pass{text-decoration:line-through; color:@gray;}
.progress-bar{background:@main_color; opacity:0.9}
.products_box .btn-success{ border-color:@main_color; color:@main_color;background:@white;}
.products_box .btn-success:hover{ border-color:@main_color; color:@white;background:@main_color;}

.homepage_products_div_title{color:@second_color; font-size:30px; text-align:center; text-transform:uppercase;}

.one_product_more_photo {color:@main_color; background:@light_gray;}
.one_product_more_photo a{color:@main_color;}
.one_product_more_photo a:hover{color:@black;}



.second_line{padding-left:0px;}
.font_size_12{font-size:12px;}
.one_product_content{margin-left:30px;}
.one_product_delivery_info{color:@main_color; margin-bottom:20px; margin-top:20px; font-size:14px}
.one_product_price{padding:10px 0; line-height:1.1; font-size:25px; color:@main_color}

.product_introduction{margin:50px auto; color:#666; line-height:2.2}

.promotion_count_down{
    border: 2px solid @main_color;
    border-radius: 6px;
	padding:6px;
	margin-top:10px;
	}

.dropdown_add_cart{background:#F00; width:100px !important;}


#div_add_product_choose_button .input-group .form-control {
  width: 75px !important;
  }

#div_add_product_choose_button .select{
  width: auto;
  min-width: 75px;
  border-bottom:none;
  border-top:none; 
  border: #BDC3C7 solid 2px;
  }

.select2-drop {
  min-width: 75px;
  width:75px;
  }

.alert-title{
	background:#FAB117; color:#FFF}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color:@black;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background:none;
  border-radius: 10px;
}






h1{font-size:26px; text-transform:none; padding-top:0; margin-top:10px}

.update_confirm_margin{margin-left:10px;}

.payment_title_font{font-size:18px;}

.special_a{color:@gray;}
.special_a>a:hover{color:#1ABC9C;}



.products_height{height:60px;}

.wallet_font{color:#666;}

.tixian_button>a{color:#fff;}
.tixian_button>a:hover{color:@gray;}

.reciver_box_a>a{color:000;}
.reciver_box_a>a:hover{color:@gray;}


.form_needed{width:65%; margin:0 auto;}

.form_needed_a>a{color:@gray;}
.form_needed_a>a:hover{color:@second_color;}

.homeTable_title{font-size:28px; text-transform:uppercase;line-height:2; padding-bottom:20px}
.homeTable_title>a{color:@second_color;font-weight:bold;}
.homeTable_title>a:hover{color:@main_color;}

.faq_td{padding:0 0 3px 10px;;}

.faq_td ul li{padding:3px 0 3px 5px;width:90%;list-style-type: decimal !important;color:@second_color;}


.faq_td ul li a {color:@second_color;text-decoration:none;}

.faq_td ul li a:hover{color:@gray;text-decoration:none;}

feedback_button>a{color: @gray;}
feedback_button>a:hover{color: @second_color;}

feedback_button_ok>a{color: @gray;}
feedback_button_ok>a:hover{color: @second_color;}


/*------------------------------------------------------*/

.pagination a{background:@main_color !important; border:@main_color 1px solid !important; color:@white !important;}
.pagination a:hover{background:@second_color !important; border:@second_color 1px solid !important; color:@white !important;}
.pagination .active a{background:@second_color !important; border:@second_color 1px solid !important; color:@white !important;}
.pagination .active a:hover{background:@second_color !important; border:@second_color 1px solid !important; color:@white !important;}
.pagination .disabled a{background:@light_gray !important; border:@light_gray 1px solid !important; color:@white !important;}

/*------------------------------------------------------*/


.enlarge {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.enlarge .mask, .enlarge .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.enlarge img {
   display: block;
   position: relative;
}
.enlarge a.info {
   background:url(/img/enlarge.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}



.enlarge-effect .mask {
   opacity: 0;
   overflow:visible;
   border:100px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.enlarge-effect a.info {
   position:relative;
   top:-10px;
   opacity: 0;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}
.enlarge-effect:hover .mask {
   opacity: 1;
   border:100px solid rgba(0,0,0,0.7);
}
.enlarge-effect:hover a.info {
	opacity:1;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.product_thumb_subtitle_slide{height:60px;}
.product_thumb_subtitle_slide>a{color:@main_color;font-size:16px;}
.product_thumb_subtitle_slide>a:hover{color:#666;}

.product_thumb_price_slide{margin:15px 0; font-size:20px;}


/*------------------------------------------------------*/

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: @bounce_range_high;
    transform: @bounce_range_high;
  }
  60% {
    -moz-transform: @bounce_range_low;
    transform: @bounce_range_low;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: @bounce_range_high;
    transform: @bounce_range_high;
  }
  60% {
    -webkit-transform: @bounce_range_low;
    transform: @bounce_range_low;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: @bounce_range_high;
    -ms-transform: @bounce_range_high;
    -webkit-transform: @bounce_range_high;
    transform: @bounce_range_high;
  }
  60% {
    -moz-transform: @bounce_range_low;
    -ms-transform: @bounce_range_low;
    -webkit-transform: @bounce_range_low;
    transform: @bounce_range_low;
  }
}


.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


.top_right_search_box{max-width:100%;}



#div_mobile_check{display:block;}


.sold_out{
	z-index:88;
	height:150px;
	position:relative;
	margin-bottom:-150px;
	}



.img_border_content{border:2px solid #efefef; -moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}

.img_border_content_on{border:#ee2a31 solid 2px; -moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}

.colur_image_choose{list-style:none;margin:0; padding:0}

.colur_image_choose li{float:left; margin-right:10px}

.size_choose{list-style:none;margin:0; padding:0}

.size_choose li{float:left; margin-right:10px}

.size_choose a{display:block; padding:5px;}


.btn_category_button > .dropdown-menu, .select2-drop { background:@main_color; color:@white;}
.btn_category_button >.dropdown-menu > li > a{ color:@white;}
.btn_category_button >.dropdown-menu > li > a:hover{ background:@second_color; color:@white;}

/*------------------------------------------------------*/

/*address finder------------------------------------------------------*/

ul.af_list {
  list-style: none;
  padding: 5px;
  margin: 5px;
  border: solid 2px #f5f5f5;
  background:#f5f5f5;
  z-index:999999;
 
  
}
li.af_item {
  cursor: pointer;
}
li.af_hover {
  background-color: #f5f5f5;
  color: #141414;
}
li.af_footer {
  font-size: 12px;
  color: #999;
  text-align: right;
}

li.af_footer a {
  font-size: 12px;
  color: #999;
  text-align: right;
}



/*------------------------------------------------------*/


.menu_title{font-size:50px; color:@main_color; font-weight:bold;padding:80px 0;}

.grid {
  background: none;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
  float: left;
  width: 248px;
  height: auto;
  background: none;
  border: 0px solid #b6b5b4;
  border-color: hsla(0, 0%, 0%, 0.7);
  margin-bottom:20px;
  margin-left:0px;
  margin-right:20px;
}

.is-checked{background:#F8B53B;}

/*---------------*/
/***** Zoe *****/
/*---------------*/
single_product_img_border{margin:0 auto;border:3px solid #252525;-webkit-border-radius: 5px; border-radius: 5px;}

.grid{max-width:1920px; margin-top:30px;}

.grid figure{
	background:none;
    cursor: pointer;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
	max-width:300px;
}

.grid figure img{ opacity:1;}

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 0em;
	height: auto;
	background: none;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe div.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover div.icon-links a:hover,
figure.effect-zoe:hover div.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe div.description {
	position: absolute;
	bottom: 0em;
	padding: 1em;
	color: @black;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background:@black;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
	text-align:center;
	width:100%;
}

figure.effect-zoe h2,
figure.effect-zoe div.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe div.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover div.description {
	opacity: 0.9;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover div.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover div.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover div.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover div.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}





.best_seller_description_name{ font-size:22px; line-height:1.5;}
.best_seller_description_name a {color:@white;}
.best_seller_description_name a:hover {color:@white;}
.best_seller_description_price{ font-size:22px;line-height:1.5; color:@white;}
.best_seller_description_button .btn-success{margin-right:0;margin-top:5px;margin-bottom:5px; border-color:@main_color; background:@white; color:@main_color;}
.best_seller_description_button .btn-success:hover{border-color:@white; background:@main_color; color:@white;}





/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: @main_color;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	color:@white;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	color:@white;
	font-size:12px !important;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	text-align:left;
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-65px,0);
	transform: translate3d(0,-65px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



/*-----------------------ghost-button------------------------*/

.ghost-button {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
}

.ghost-button:hover,
.ghost-button:active {
  background-color: #fff;
  color: #000;
}
/*-----------------------ghost-button------------------------*/
.ghost-button-rounded-corners {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
}
.ghost-button-rounded-corners:hover,
.ghost-button-rounded-corners:active {
  background-color: #fff;
  color: #000;
}
/*-----------------------ghost-button------------------------*/
.ghost-button-transition {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}
.ghost-button-transition:hover,
.ghost-button-transition:active {
  background-color: #fff;
  color: #000;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}
/*-----------------------ghost-button------------------------*/
.ghost-button-thick-border {
  display: inline-block;
  width: 200px;
  font-weight: bold;
  padding: 8px;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}
.ghost-button-thick-border:hover,
.ghost-button-thick-border:active {
  background-color: #fff;
  color: #000;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}
/*-----------------------ghost-button------------------------*/

.ghost-button-semi-transparent {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              border-color 0.2s ease-out;
}
.ghost-button-semi-transparent:hover,
.ghost-button-semi-transparent:active {
  background-color: #fff; /* fallback */
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #fff; /* fallback */
  border-color: rgba(255, 255, 255, 0.4);
  transition: background-color 0.3s ease-in,
              border-color 0.3s ease-in;
}
/*-----------------------ghost-button------------------------*/
.ghost-button-border-color {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: border-color 0.3s ease-out,
              color 0.3s ease-out;
}
.ghost-button-border-color:hover,
.ghost-button-border-color:active {
  color: #66d8ed;
  border-color: #66d8ed;
  transition: border-color 0.4s ease-in,
              color 0.4s ease-in;
}
/*-----------------------ghost-button------------------------*/
.ghost-button-full-color {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: color 0.3s ease-out,
              background-color 0.3s ease-out,
              border-color 0.3s ease-out;
}
.ghost-button-full-color:hover,
.ghost-button-full-color:active {
  background-color: #E2C357;
  border-color: #fff;
  color: #fff;
  transition: color 0.3s ease-in,
              background-color 0.3s ease-in,
              border-color 0.3s ease-in;
}
/*-----------------------ghost-button------------------------*/
.ghost-button-size-transition {
  display: inline-block;
  width: 200px;
  height: 25px;
  line-height: 25px;
  margin: 0 auto;
  padding: 8px;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: width 0.3s ease-out,
              height 0.3s ease-out,
              line-height 0.3s ease-out;
}
.ghost-button-size-transition:hover,
.ghost-button-size-transition:active {
  width: 220px;
  height: 45px;
  line-height: 45px;
  transition: width 0.1s ease-in,
              height 0.1s ease-in,
              line-height 0.1s ease-in;
}
/*-----------------------ghost-button------------------------*/



.btn-success {
  color: @white !important;
  background:@main_color;
  border:2px solid @main_color;
  margin-bottom:15px;
  margin-right:15px;
  margin-left:15px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: @main_color !important;
  background:@white;
  border-color: @white;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
  
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background:@main_color;
  border-color: @main_color;
}


.select-primary .select2-choice{background:@main_color;}

.select-primary .select2-choice:hover,
.select-primary .select2-choice.hover,
.select-primary .select2-choice:focus,
.select-primary .select2-choice:active {
  color: #fff;
  background-color: @black;
  border-color: @black;
  }


.bg_video{
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
max-width:1920px;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-size: cover;
transition: 1s opacity;
}






/*------------------magic menu------------------*/

.cbp-hsinner{ background:none;}
.cbp-hsmenu-wrapper .cbp-hsmenu{margin: 0 auto;max-width:1000px;padding:0;width: 100%;}
.cbp-hsmenu-wrapper a { text-decoration:none;}
.cbp-hsmenu > li.cbp-hsitem-open > a:after {border-top-color: @main_color;}
.cbp-hsmenu > li > a{color:#ffffff; font-size:14px; line-height:92px;}

.cbp-hsmenu a:focus{color:#141414;}
.cbp-hsmenu > li > a:not(:only-child)::before{margin-right:1rem;}
.cbp-hsmenu > li.cbp-hsitem-open > a {color: #ffffff;}
.cbp-hsmenubg {background: #ffffff;z-index: 10;}
.cbp-hsmenu > li{margin:0 2rem;}
.cbp-hssubmenu > li{box-shadow:none;}

.top_cp_div{float:right; line-height:30px;}


.account_manager_div{width:80%;}

.best_seller_div_title{font-size:54px; color:@main_color; padding:40px 0; border-bottom:3px solid @main_color; text-align:center; max-width:850px; margin:0 auto; font-weight:bold; text-transform:uppercase; margin-top:70px;}

.best_seller_div_intro{font-size:14px; color:@gray; padding:30px 0; text-align:center; max-width:850px; margin:0 auto;}

.about_us_homepage_small_white_div{ background:url(/img/about_us_small_top_bg_3.jpg) top left no-repeat; padding:40px;}

.about_us_homepage_small_white_div_content{padding:40px;}

.about_us_homepage_small_white_div h1 h2 h3 h4{color:@black !important; font-size:30px; margin-bottom:30px;}

.about_us_homepage_small_black_div{ background:@black; padding:40px; color:@white;}

.about_us_homepage_small_black_div h1 h2 h3 h4{color:@white !important; font-size:30px; margin-bottom:30px;}

.about_us_homepage_small_black_div_content{padding:40px;}

.about_us_homepage_small_full_div{ background:#F6F6F6; min-height:800px; margin-bottom:-200px}

.about_us_homepage_small_div{ position:relative; top:-100px; margin-bottom:-100px; z-index:100;}





/*-----------------------------------------------------------------------------------------------------------------------------------*/
ul, ol{margin-bottom:0px;}
li{list-style:none}
a:link,a:visited{text-decoration:none}
.head-v3{position:relative;z-index:100;min-width:200px}
.head-v3 .navigation-inner{margin:0 auto;width:100%;position:relative;}

.navigation-up{height:92px; font-size:14px;}
.navigation-up .navigation-v3{float:none; margin:0 auto;}
.navigation-up .navigation-v3 ul{float:none;}
.navigation-up .navigation-v3 li{float:left;}
.navigation-up .navigation-v3 .nav-up-selected{background:none;}
.navigation-up .navigation-v3 .nav-up-selected a{color:@white;}
.navigation-up .navigation-v3 .nav-up-selected a:hover{color:@black;}
.navigation-up .navigation-v3 .nav-up-selected-inpage{background:none;}
.navigation-up .navigation-v3 .nav-up-selected-inpage a{color:@white;}
.navigation-up .navigation-v3 .nav-up-selected-inpage a:hover{color:@black;}
.navigation-up .navigation-v3 li {font-weight:normal;padding:0;margin:0}
.navigation-up .navigation-v3 li a{padding:0 28px;color:@black;display:inline-block; line-height:92px;}

.navigation-down{position:absolute;top:92px;left:0px;width:100%; text-align:center; }
.navigation-down .nav-down-menu{width:100%;margin:0;background:@white;position:absolute;top:0px;}
.navigation-down .nav-down-menu .navigation-down-inner{width:100%;position:relative;z-index:200;list-style: none;padding: 0;margin: 0 auto; margin-top:10px;}
.navigation-down-inner li{width: 20%;display: inline-block; padding:15px;}
.navigation-down-inner img{margin-bottom:10px;opacity:1; margin:0 auto;}
.navigation-down-inner img:hover{ opacity:0.5;}
.navigation-down-inner li a{ color:@main_color;}
.navigation-down-inner li a:hover{ color:@second_color;}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

.products_button{padding-right:15px;padding-bottom:15px;}
.products_button .btn-inverse{ font-size:14px}

.desktop_top_cart_div{ float:right; margin-right:15px;}
.desktop_top_login_div{ float:right;margin-right:20px;}
.register_box{font-size:12px;}

.about_us_homepage_small_white_div{padding:0;}
.homepage_main_box{padding:0;}

.not_homepage_inner_whtie_box{position:relative; top:-80px; margin-bottom:0px; background:#ffffff; padding:30px;}

#div_product_colour_choose{margin-top:15px;}
.one_product_content{padding-right:15px;}

.top_logo_div{ float:left; margin-left:20px}
.nav_full_box{ float:right;}

.homepage_category_div{background:#ebeeee; margin-bottom:60px;}
.homepage_category_div_title{padding:20px 0; text-align:center; background:@second_color; color:@white; font-size:30px; text-transform:uppercase;}
.homepage_category_div_content_single_icon{ margin-right:15px; float:left}
.homepage_category_div_content_single_title{float:left; line-height:27px; font-size:24px; text-transform:uppercase; font-weight:200;}
.homepage_category_div_content_single_title a{color:@third_color;}
.homepage_category_div_content_single_title a:hover{color:@second_color;}
.homepage_category_div_content{padding:70px 0;}
.margin_bottom_25{margin-bottom:25px;}


.homepage_two_ad_div{margin-top:60px; max-width:1180px;}

.homepage_three_ad_div{ margin:0 auto; margin-top:30px;}
.homepage_two_ad_div_single_desktop_big{ float:left; width:363px;}
.homepage_three_ad_div_mobile{display:none;}

.homepage_social_div{margin-top:60px; background:@third_color; padding:12px;  }
.homepage_social_div_media_div{float:left;}
.homepage_social_div_media_div_content{ text-transform: uppercase; font-size:24px; float:left; line-height:40px; padding-left:12px;}
.homepage_social_div_media_div_logos{ float:left;}
.homepage_social_div_media_div_logos_single{ float:left; padding-left:12px}
.homepage_social_div_subscribe_div{ float:right;padding-right:12px; width:410px}

.footer_div{padding:60px 0; background:#ebeeee;}

.footer_copyright_div{text-align:left; background:#2A4793; padding:20px }
.footer_copyright_div_content{float:left; line-height:45px; color:@white}
.footer_copyright_div_image{float:right;}
.footer_copyright_div_image_single{ float:right; margin-left:10px}

.content_box{ position:relative; top:15px;}

.inner_page_top_image_div{ background:url(/img/slide_2.jpg) top center no-repeat; border-bottom:5px solid @third_color; height:329px}

.footer_payment_div{width:260px; margin:0px auto; margin-top:45px}

.footer_payment_div_mobile{ display:none;}

.footer_payment_div_image_single{float:left; margin-right:20px}

.homepage_social_div_media_div_content{color:@white;}

.menu_track{padding-left:20px;}

#div_add_product_choose_button .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .select2-search input[type="text"]{border-bottom-left-radius:5px;}

#div_add_product_choose_button .btn-inverse{border-color:@main_color;}
#div_add_product_choose_button .btn-inverse:hover{border-color:@second_color;}

.select2-drop .select2-result-selectable .select2-result-label{color:@white;}
.select2-drop .select2-result-selectable .select2-result-label:hover{color:#333;}

.single_div_img{padding-left:0; padding-right:0;}

.single_div_title{padding-bottom:15px; font-size:16px; text-transform:uppercase;}

.single_div_content{}


.testimonials_div{border-radius:5px;color:#758281; padding:15px;background:#EBEEEE; margin-bottom:15px;}

.testimonials_div h4{font-family:'Gochi Hand';
	font-size:30px; color:#758281; border-bottom:1px solid @white; margin-top:0;}

.hand_writting{
	font-family:'Gochi Hand';
	font-size:24px;
	border-bottom:dashed 1px @white;
	line-height:2;
	margin:0 0 15px;
	}

.hand_writting span{
	border-bottom:dashed 1px @main_color;
	}







@media (min-width: 992px) and (max-width: 1199px)  {


.current_cart{margin-top:100px;}
.register_info_box{width:80%;margin:0 auto;}

.forget_password_button_fail_margin{margin-top:0;}

.button_width_full{margin-top:36px;}

.forget_password_button_success_margin{margin-top:25px;}

.form_padding_top_bottom{padding:5px 0;}

.form_padding_left{padding-left:10px;}

.navbar-inverse li{line-height:100%;margin-right:0;margin-left:0;}

.navbar-nav > li > a{padding-right:17px; }

.navbar-collapse{padding:0;}

.products_height{height:60px;}

.form_needed{width:80%;}

.product_thumb_subtitle_slide>a{font-size:12px;}
.product_thumb_price_slide{font-size:13px;}

.product_homepage_title{font-size:24px;padding:20px;}
.progress_div{width:80%;}
.products_price{margin:10px;font-size:12px;font-weight:bold;}
.products_name{margin:10px; font-size:12px;font-weight:bold;}
.products_name a{ font-size:12px;font-weight:bold;}
.products_name a:hover{}

.btn-success {
  color: @white;
  background:none;
  border:2px solid @white;
  margin-bottom:10px;
  margin-right:10px;
  margin-left:10px;
  font-size:12px;
}




.best_seller_div_title{font-size:40px; padding:20px;margin-top:20px; line-height:1.5;}
.best_seller_div_intro{font-size:12px; padding:20px;}
.best_seller_description_name{ font-size:16px; line-height:1.5;}

.best_seller_description_price{ font-size:16px;line-height:1.5;}
.best_seller_description_button .btn-success{font-size:16px;}
.best_seller_description_button .btn-success:hover{font-size:16px;}


.homeTable_title{font-size:28px;}

.homeTable_intro{font-size:12px;}

.homepage_main_box{position: relative;top:0; margin-bottom:0px; z-index:150; width:100%; margin:0 auto !important;}
.about_us_homepage{ background:url(/img/about_us_bg_6.jpg) bottom right no-repeat; min-height:668px;padding:50px; position:relative; top:0; z-index:100px; margin-bottom:0px;}
.about_us_homepage_content{padding-right:50px;}

.about_us_homepage_small_full_div{ background:#F6F6F6; min-height:0px;}

.footer{ background:url(/img/footer_bg.png) top right no-repeat; background-color:@white; position:relative; z-index:50; min-height:349px; padding-top:120px; }
.footer_desktop{display:block;}
.footer_mobile{display:none;}
.footer_copyright_div_title{width:100%;}
.footer_top_div{width:70%;}
.footer_bottom_div{ line-height:1.2; padding-left:0; padding-top:15px;padding-bottom:15px; font-size:12px;}
.footer_nav_div{padding-left:10px;}

.footer_copyright_div_title{font-size:30px; line-height:1.2; color:@gray;  }
.footer_copyright_div_number{font-size:50px; line-height:1.2; color:@main_color; padding-left:0;padding-top:5px;}
.footer_copyright_div{text-align:center;}



.about_us_homepage_small_black_div_content{padding:15px;}
.about_us_homepage_small_white_div_content{padding:15px;}


.top_big_logo_div{height:60vh;}

.cbp-hsmenu > li{ margin:0 0.5rem;}

.cbp-hsmenu > li > a{font-size:12px;}



.navigation-up{font-size:12px;}
.navigation-up .navigation-v3 li a{padding:0 8px;}



.homepage_category_div_content_single_title{font-size:16px;}


.homepage_three_ad_div_mobile{margin-top:30px;display:block;}
.homepage_three_ad_div{display:none;}

.menu_track{padding-left:20px;}

}






@media (min-width: 768px) and (max-width: 991px){

.top_logo_div{display:none;}

.current_cart{margin-top:60px;}

.register_info_box{width:80%;margin:0 auto;}

.form_checkbox_margin{margin-top:5px;}

.footer_white{margin-top:18px;margin-bottom:8px;}

.footer_black{padding-bottom:2px;}

.forget_password_button_fail_margin{margin-top:0;}

.forget_password_button_success_margin{margin-top:25px;}

.form_padding_top_bottom{padding:5px 0;}

.form_padding_left{padding-left:10px;}

.navbar-inverse li{line-height:100%;margin-right:0;margin-left:0;}

.navbar-nav > li > a{padding-right:0px; padding-left:25px !important; font-size:14px;}

.navbar-nav > li:last-child{ padding-right:0px;}

.navbar-inverse .navbar-nav > li > a{font-size:12px;}

.navbar-collapse{padding:0;}

.products_height{height:110px;}
.form_needed{width:90%;}

.footer_copyright{font-size:12px;}

.product_thumb_subtitle_slide{height:80px;}
.product_thumb_subtitle_slide>a{font-size:12px;}
.product_thumb_price_slide{font-size:13px;}

.products_price{margin:15px 15px 15px 15px;font-size:14px;font-weight:bold;}
.products_name{margin:15px 15px 5px 15px; font-size:14px;font-weight:bold;}
.products_name a{font-size:14px;font-weight:bold;}
.products_name a:hover{}

.products_box .btn-success { font-size:12px;}



.second_line{display:block; padding-left:0;}

.best_seller_div_title{font-size:40px; padding:20px;margin-top:20px; line-height:1.5;}
.best_seller_div_intro{font-size:12px; padding:20px;}
.best_seller_description_name{ font-size:16px; line-height:1.5;}
.best_seller_description_price{ font-size:16px;line-height:1.5; }
.best_seller_description_button .btn-success{font-size:16px;}
.best_seller_description_button .btn-success:hover{font-size:16px;}

.homeTable_title{font-size:28px;}

.homepage_main_box{position: relative;top:0; margin-bottom:0px; z-index:150; width:100%; margin:0 auto !important;}

.about_us_homepage{background:url(/img/about_us_bg_6.jpg) bottom right no-repeat;  min-height:668px;padding:50px; position:relative; top:0; z-index:100px; margin-bottom:0px; }

.about_us_homepage_content{padding-right:50px;}

.about_us_homepage_small_full_div{ background:#F6F6F6; min-height:0px;}

.footer{ background:url(/img/footer_bg.png) top right no-repeat; background-color:@white; position:relative; z-index:50; min-height:349px; padding-top:100px;}
.footer_desktop{display:none;}
.footer_mobile{display:block;}
.footer_top_div{width:90%;}
.footer_bottom_div{ line-height:30px; padding-left:0; padding-top:15px;padding-bottom:15px; font-size:12px;}
.footer_nav_div{padding-left:10px; padding-top:15px;}
.footer_copyright_div{ text-align:right;}
.footer_copyright_div_title{font-size:30px; line-height:1.2; color:@gray; }
.footer_copyright_div_number{font-size:40px; line-height:1.2; color:@main_color; padding-left:0;padding-top:5px;}
.footer_copyright_div{text-align:center;}
.footer_media_div{max-width:30%; float:none;}

.about_us_homepage_small_black_div_content{padding:15px;}
.about_us_homepage_small_white_div_content{padding:15px;}

.top_big_logo_div{height:60vh;}

.top_box_desktop{display:none;}
.top_box_mobile{display:block;}

.mm-menu{background:@main_color;}
.footer_copyright_div_title{width:100%;}

.products_button{padding:15px;}
.products_button .btn-inverse{ font-size:14px; width:100%;}

.about_us_homepage_small_full_div{margin-bottom:0;}
.about_us_homepage_small_div{top:0; margin-bottom:-100px;}
.about_us_homepage_small_black_div{padding:0; padding-top:20px;}
.about_us_homepage{padding:0;}
.about_us_homepage_content{padding-right:18px;padding-top:18px;}

.one_product_content{padding-right:0px;}

.homepage_category_div{display:none;}
.leave_blank_div{display:none;}
.homepage_products_div_title{padding-top:40px;}
.homepage_two_ad_div{ margin-top:15px;}
.homepage_social_div{margin-top:30px;}
.homepage_social_div_media_div{ margin-bottom:0px}
.homepage_social_div{padding:15px;}
.homepage_social_div_media_div_content{padding-left:0;}
.homepage_social_div_subscribe_div{width:300px;}
.footer_div{padding:0 0 15px 0;}

.homepage_three_ad_div_mobile{margin-top:30px;display:block;}
.homepage_three_ad_div{display:none;}

.homepage_social_div{margin-top:60px;}
.menu_track{padding-left:20px;}


}


@media (max-width: 767px) {

.top_box_desktop{display:none;}

.top_account_box{background:none;}
	
.container{width:90%;}
	
.register_box{-webkit-border-radius: 0 0 0 0; border-radius: 0 0 0 0;}
	
.top_box{display:none;}

.top_box_mobile{display:block;}

.top_big_logo_div{display:none;}

.top_box_left{margin-top:30px;}

.current_cart{color:@gray;background:none;width:100%;  font-weight:bold; float:none !important;margin:10px auto;}

.current_id_and_search{float:none; margin:10px auto; width:100%;}

.id_update{margin-left:20px;}

.navbar-inverse .navbar-toggle{border-color:#fff;}

.register_info_box{width:100%;margin:0 auto;}


.button_width{width:100%;margin-bottom:10px;}

.form_checkbox_margin{margin-top:5px;}

.form_padding_left{padding-left:3px;}

.form_padding_top_bottom{padding:5px;}

.text_align_left{text-align:left;}

.shopping_cart_bottom_form_div{width:100%;}

.second_line{display:block; padding-left:0;}

.one_product_content{margin:10px;}

.wallet_margin_small{margin-bottom:10px;}

.update_confirm_margin{margin-left:0;}

.button_width_full{width:100%; margin-top:30px;}
.button_width_half{width:100%; margin-top:30px;}

.padding_top_bottom_ten_bg_dark{padding:10px 0;margin:5px 0; background:#b5b4b4;border-radius: 4px;}

.padding_top_bottom_ten_bg_light{padding:10px 0;margin:5px 0; background:#d7d7d7;border-radius: 4px;}

.special_a>a:hover{color:@white;}

.form_needed{width:100%;}

.manage_account_content{display:none;}

.logined_account_link_for_computer_view{display:none;}

.mm-menu{background:@main_color;}
.mm-listview > li > a, .mm-listview > li > span{color:@white;}
.mm-listview > li > a:hover{color:#999;}
.mm-menu .mm-header > a{color:@white;}
.mm-menu .mm-header .mm-btn::before{border-color:@white;}
.mm-menu .mm-listview > li > a.mm-prev::before, .mm-menu .mm-listview > li > a.mm-next::after{border-color:@white;}

.top_right_search_box{width:100%};

#div_mobile_check{
	display:none;}
	
.search_language_container{display:none;}
.logo_container{display:none;}

.product_thumb_subtitle_slide{height:90px;}
.product_thumb_subtitle_slide>a{font-size:12px;}
.product_thumb_price_slide{font-size:13px;}

.products_height{height:80px;}

.buyer_show_a{font-size:25px;}

.payment_padding{padding:0;margin:0;}

.outer-nav a{font-size:14px;}

.mobile_none{display:none;}
.bottom_number{max-width:210px;}
	
.header-unit{display:none;}

.menu_title{font-size:25px;padding:30px 0;}
.grid-item{width:140px;margin-right:5px;margin-bottom:5px;}

.bg_video{display:none;}

.big_slide_logo{display:none;}

.account_manager_div{width:90%;}

.progress_div{width:80%;}
.products_price{margin:10px; font-size:12px;font-weight:bold;}
.products_name{margin:10px; font-size:12px;font-weight:bold;}
.products_name a{ font-size:12px;font-weight:bold;}
.products_name a:hover{}

.btn-success {
  color: @white;
  background:none;
  border:2px solid @white;
  margin-bottom:10px;
  margin-right:10px;
  margin-left:10px;
  font-size:12px;
}

.products_box .btn{padding:5px;}

.best_seller_div_title{font-size:24px; padding:20px;margin-top:20px; line-height:1.5;}
.best_seller_div_intro{font-size:12px; padding:20px;}
.best_seller_description_name{ font-size:16px; line-height:1.5;}
.best_seller_description_price{ font-size:16px;line-height:1.5;}
.best_seller_description_button .btn-success{font-size:16px;}
.best_seller_description_button .btn-success:hover{font-size:16px;}

.homeTable_title{font-size:16px;}

.homeTable_intro{font-size:12px;}

.homepage_main_box{position: relative;top:0; margin-bottom:0px; z-index:150; width:100%; margin:0 auto !important;}

.about_us_homepage{ background:url(/img/about_us_bg_6.jpg) bottom right no-repeat; min-height:968px;padding:50px ; padding-right:0; position:relative; top:0; z-index:100px; margin-bottom:0px; }

.about_us_homepage_content{padding-right:50px; font-size:12px;}

.about_us_homepage_small_full_div{ background:#F6F6F6; min-height:0px;}

.footer{ background:url(/img/footer_bg.png) top right no-repeat; background-color:@white; position:relative; z-index:50; min-height:349px; padding-top:100px;}
.footer_desktop{display:none;}
.footer_mobile{display:block;}
.footer_top_div{width:90%;}
.footer_bottom_div{ line-height:30px; padding-left:0; padding-top:15px;padding-bottom:15px; font-size:12px;}
.footer_nav_div{padding-left:10px; padding-top:15px;}
.footer_copyright_div{ text-align:right;}
.footer_copyright_div_title{font-size:20px; line-height:1.2; color:@gray; }
.footer_copyright_div_number{font-size:30px; line-height:1.2; color:@main_color; padding-left:0;padding-top:5px;}
.footer_copyright_div{text-align:center;}
.footer_media_div{max-width:50%; float:none;}

.clear_mobile{clear:both;}

.about_us_homepage_small_black_div_content{padding:15px;}
.about_us_homepage_small_white_div_content{padding:15px;}

.products_button{padding:10px;}
.products_button .btn-inverse{ font-size:12px; width:100%;}
.about_us_homepage_small_full_div{margin-bottom:0;}
.about_us_homepage_small_div{top:0; margin-bottom:-100px;}
.about_us_homepage_small_black_div{padding:0; padding-top:20px;}
.about_us_homepage{padding:0;}
.about_us_homepage_content{padding-right:18px;padding-top:18px;}

.products_box {margin:5px;}

.one_product_content{padding-right:0px;}
.homepage_social_div_media_div_content{color:@white;}

.big_slide_show{display:none;}
.homepage_category_div{display:none;}
.leave_blank_div{display:none;}
.homepage_products_div_title{font-size:24px;}
.homepage_two_ad_div{margin-top:20px;}
.homepage_two_ad_div_single{margin-bottom:20px;}
.homepage_two_ad_div_single{margin-bottom:20px;}

.homepage_three_ad_div_mobile{margin-top:0; display:block;}
.homepage_three_ad_div{display:none;}

.homepage_social_div{ margin-top:0;}
.homepage_social_div_media_div{margin-bottom:20px;}
.homepage_social_div_subscribe_div{ width:100%;}
.homepage_social_div{padding:20px;}
.homepage_social_div_media_div_content{padding-left:0;padding-bottom:4px;}
.homepage_social_div_media_div_logos_single{padding-left:0;padding-right:12px;}
.footer_div{padding:20px 0;}
.footer_div_site_map_single{padding-bottom:20px;}

.footer_payment_div{ display:none;}

.footer_payment_div_mobile{ display:block;}

.footer_white{ text-align:center}
.footer_black{ text-align:center}
.footer_copyright_div_content{ line-height:16px; margin-bottom:15px}
.footer_copyright_div_image{width:140px; margin:0 auto;}
.gmp_mobile{ margin-left:0; max-width:30px}
.auckland_kiwi_mobile{ max-width:30px}
.auckland_cham_mobile{ max-width:60px}
.footer_copyright_div_image{ float:none}
.footer_copyright_div_content{ float:none;}

.homepage_social_div{margin-top:70px;}

.clear_mobile_2{clear:both;}

.menu_track{padding-left:5px;}

.single_div_title{padding-top:15px;}

.single_div_full_content{padding-left:0; padding-right:0;}

}












