body {
  font-family: Verdana, sans-serif;
}
button:focus {
  outline: none;
}
a:focus {
  outline: none;
}
/**** header css ***/
.header_wrapper {
  background: #242424;
  padding: 5px 0;
}
.header_top_right_wrap {
  padding-top: 4px;
  padding-bottom: 2px;
  text-align: right;
}
.header_top_right_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_top_right_wrap ul li {
  display: inline-block;
  margin-left: 8px;
}
.header_top_right_wrap ul li span {
  background: none repeat scroll 0 0 #191919;
  border-radius: 3px;
  color: #7e7e7e;
  display: block;
  font-size: 11px;
  padding: 3px 10px;
}
.search_btn {
  padding: 0 12px 0 25px;
}
.search_btn a {
  color: #7e7e7e;
  font-size: 15px;
}
.header_top_right_wrap a:hover {
  text-decoration: none;
}
.header_top_right_wrap a:focus {
  text-decoration: none;
}
.header_top_right_wrap ul li span:hover {
  background: #030303;
}
#main_header_top_right_wrap {
  text-align: center;
}
.header_top_right_wrap .logo-image,
.header_top_right_wrap ul.shop-list-header {
  float: right;
  margin-top: 1em;
}
.header_top_right_wrap .logo-image img {
  margin-right: 1.4em;
  margin-top: 0em;
  max-height: 50px;
  width: auto;
}
#logos-container {
  max-width: 1200px;
}
a.logo img {
  margin: 1em;
}

/*** navigation css ***/
.navigation_wrap {
  background: #fff;
}
.navigation_wrap ul li a {
  color: #242424;
  font-size: 16px;
  text-transform: uppercase;
}
.navbar .collapse {
  padding: 0;
}
.navigation_wrap ul li {
  border-right: 1px solid #eeeeee;
}
.navigation_wrap ul li:first-child {
  border-left: 1px solid #eeeeee;
}
.navbar {
  min-height: 60px !important;
  margin: 0;
}
.nav > li > a {
  padding: 19px 16px !important;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
}
.shop_cart_wrap {
  border-right: 1px solid #eeeeee;
  display: inline-block;
  padding: 18px 22px;
  vertical-align: top;
}
.shop_cart_wrap span {
  background: none repeat scroll 0 0 #242424;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  padding: 1px 7px;
}

/**** threee block css ***/
.three_block_wrap {
  background: #e3e3e3;
  padding: 20px 0;
  position: relative;
}

.block_wrap_3 {
  overflow: hidden;
}
.block_wrap_3 img {
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
  transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
}

.block_wrap_3 img:hover {
  transform: rotate(0deg) scale(1.141) skew(1deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.141) skew(1deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.141) skew(1deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.141) skew(1deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.141) skew(1deg) translate(0px);
}

.three_block_wrap h2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 19px;
  margin: 0;
  padding: 4%;
  position: absolute;
  text-transform: uppercase;
  width: 90%;
}
.three_block_wrap h2 a {
  color: #fff;
}
.three_block_wrap h2 a:hover {
  text-decoration: none;
}

/***** product section css ****/
.product_wrap {
  background: #fff;
  padding: 35px 0;
  border-bottom: 1px solid #f0f0f0;
}
.h_product_title h2 {
  font-size: 25px;
  color: #242424;
  margin: 0;
}
.h_product_title span {
  background: #ebe7df;
  display: inline-block;
}
.h_product_title span a {
  color: #000;
  display: block;
  font-family: Verdana, sans-serif;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.h_product_title span a:hover {
  text-decoration: none;
  background: #cfccc5;
}

.h_product_wrap {
  padding-top: 30px;
}
.product_block {
  border: 1px solid #e3e3e3;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.product_block span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: Verdana, sans-serif;
  padding: 10px 12px;
  margin: 5px;
  color: #fff;
  font-size: 15px;
  background: rgba(51, 51, 51, 0.6);
}

.product_block a img {
  transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
.product_block a:hover img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

/***** forth section css ***/
.forth_seciton_wrap {
  background: #f9f8f8;
  border: 1px solid #fff;
  padding: 30px 0;
}
.testimonial_wrap .client_img {
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 4px #ccc;
  display: inline-block;
  overflow: hidden;
  margin-top: 25px;
}
.testimonal_cont {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  color: #666666;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 20px;
}
.client_name {
  color: #000;
  font-weight: bold;
}
.client_name span {
  font-style: italic;
  font-weight: normal;
  color: #666666;
}

.forth_seciton_wrap h4 {
  font-size: 19px;
  font-family: Verdana, sans-serif;
  color: #333333;
  line-height: 27px;
}
.forth_seciton_wrap h4 span {
  text-transform: uppercase;
  color: #2a7ea9;
}
.blue_btn {
  background: #2a7ea9;
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
}
.blue_btn:hover {
  text-decoration: none;
  color: #fff;
  background: #19719e;
}
.blue_btn:focus {
  color: #fff;
  background: #19719e;
  outline: none;
}

/***** fifth section css ***/
.fifth_wrapper {
  background: #fff;
  padding: 35px 0;
  border-bottom: 1px solid #ececec;
}

/**** six section css ***/
.six_wrapper {
  background: #f9f8f8;
  border-top: px solid #fff;
  padding: 25px 0;
}
.six_wrapper h4 {
  font-size: 19px;
  font-family: Verdana, sans-serif;
  color: #333333;
  line-height: 27px;
}
.six_wrapper h4 span {
  color: #2a7ea9;
  font-size: 17px;
}

/**** seven section css ***/
.seven_wrapp {
  background: #fff;
  padding: 30px 0;
}
.seven_s_block {
  background: #f9f8f8;
  border: 1px solid #eeeeee;
  padding: 15px;
  min-height: 170px;
}
.seven_s_title {
  background: none repeat scroll 0 0 #ef9d00;
  color: #fff;
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  left: -15px;
  margin: 0;
  padding: 10px 14px;
  position: relative;
  text-transform: uppercase;
  top: -15px;
}
.seven_s_block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.seven_s_block ul li span {
  background: none repeat scroll 0 0 #2a7ea9;
  color: #fff;
  display: block;
  font-family: Verdana, sans-serif;
  line-height: 15px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.seven_s_block ul li h5 {
  margin: 0;
  font-size: 15px;
  color: #000;
  font-family: Verdana, sans-serif;
  padding-bottom: 5px;
}
.seven_s_block ul li p {
  font-size: 13px;
  line-height: 16px;
}
.seven_s_block ul li .col-sm-10 {
  padding: 0;
}
.facebook_bg {
  background: #4267bd;
}
.twitter_bg {
  background: #3db8e4;
}

/***repair page content***/
#main-content {
  margin: 9px;
}
#main-content h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 4px;
  color: #883300;
}
#main-content li {
  margin-left: -10px;
}
#main-content li {
  margin-bottom: 5px;
}
#main-content img {
  border: 0px;
  margin: 1em;
}

/**** footer css ***/
footer {
  background: #242424;
}

.footer_sect1 {
  padding-top: 25px;
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 10px;
}

.footer_title {
  color: #999999;
  font-size: 18px;
  margin: 7px 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.footer_sect1 p {
  color: #a4a4a4;
  font-size: 13px;
  text-align: justify;
  line-height: 16px;
}
.twitter_sect {
}
.twitter_sect ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.twitter_sect ul li {
  background: none repeat scroll 0 0 #2e2e2e;
  border-radius: 5px;
  color: #a4a4a4;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 10px;
}
.twitter_sect ul li a {
  color: #ef9d00;
}

.shop_gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shop_gallery ul li {
  display: inline-block;
  margin: 0 10px 12px 0;
}
.footer_sect2 {
  padding: 18px 0;
}

.subscribe_wrp {
}
.subscribe_wrp input[type="text"] {
  background: none repeat scroll 0 0 #2e2e2e;
  border: medium none;
  border-radius: 0;
  color: #7d7d7d;
  height: 36px;
}
.subscribe_wrp .input-group-addon {
  background: none repeat scroll 0 0 #ef9d00;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 26px;
  padding: 0;
  position: relative;
}
.subscribe_wrp input[type="submit"] {
  background: none repeat scroll 0 0 #333;
  border: medium none;
  height: 36px;
  width: 36px;
  position: relative;
  opacity: 0;
}
.subscribe_wrp .input-group-addon i {
  background: none repeat scroll 0 0 #ef9d00;
  height: 36px;
  right: 0;
  line-height: 35px;
  position: absolute;
  text-align: center;
  width: 36px;
}

.social_icon {
  text-align: right;
}
.social_icon ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social_icon ul li {
  display: inline-block;
}
.social_icon ul li a {
  background: none repeat scroll 0 0 #ccc;
  display: inline-block;
  font-size: 21px;
  height: 36px;

  text-align: center;
  vertical-align: middle;
  width: 36px;
}
.social_icon .fa {
  height: 36px;
  width: 36px;
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  color: #fff;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
}
.social_icon .fa:hover {
  opacity: 0.5;
}
.social_icon .fa-facebook {
  background: #4267bd;
}
.social_icon .fa-twitter {
  background: #3db8e4;
}
.social_icon .fa-google-plus {
  background: #d82525;
}
.social_icon .fa-linkedin {
  background: #2b9dc6;
}

.footer_sect3 {
  background: #2e2e2e;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.footer_sect3 a {
  color: #fff;
  margin: 0 12px;
}

.footer_sect4 {
  padding: 10px 0;
}
.footer_menu_wrap {
  font-size: 13px;
  color: #999999;
}
.footer_menu_wrap span {
  background: none repeat scroll 0 0 #2e2e2e;
  border-radius: 3px;
  color: #999999;
  display: inline-block;

  padding: 3px 7px;
}
.footer_menu_wrap a {
  color: #999;
  margin: 0 8px;
  line-height: 32px;
}

.footer_sect5 {
  background: #2e2e2e;
  text-align: center;
  padding: 5px 0;
}
.footer_sect5 p {
  margin: 0;
  color: #8c8c8c;
  font-size: 12px;
}

#footer-navigation-container {
  text-align: left;
  width: 100%;
  margin-left: -0.3em;
  /*margin-left:auto; margin-right:auto;*/
}

#footer-navigation {
  -moz-column-count: 4;
  -moz-column-gap: 0em;
  -webkit-column-count: 4;
  -webkit-column-gap: 0em;
  column-count: 4;
  column-gap: 0em;
  font-size: 0.9em;
}
#footer-navigation li {
  margin-bottom: -1.4em;
  margin-top: -1em;
  margin-left: -0.5em;
  padding: 0px;
}

#footer-navigation li {
  list-style: none;
}

/**** inner pages *****/
.page_title_wrapper {
  height: 107px;
  overflow: hidden;
  position: relative;
}
.page_title_wrapper h1,
.page_title_wrapper h3 {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 28px;
  font-family: Verdana, sans-serif;
}
.page_title_wrapper h6.breadcrumb {
  position: absolute;
  top: 53px;
  color: #fff;
  font-size: 120%;
  font-family: Verdana, sans-serif;
  padding: 0px;
  background: none;
  font-weight: normal;
}
.page_title_wrapper h6.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}
.page_title_wrapper h6.breadcrumb a:hover {
  color: #ef9d00;
}
.page_title_wrapper h6.breadcrumb span.last {
  color: #dddddd;
}

.innerpage_wrap {
  background: #eeeeee;
  padding: 40px 0;
}
.widget_sect {
  background: #fff;
  margin-bottom: 20px;
}
.widget_sect .widget_title {
  margin: 0;
  padding: 10px 12px;
  background: #ef9d00;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
}
.widget_sect ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 15px;
}
.widget_sect ul li {
  border-bottom: 1px solid #e0e0e0;
}
.widget_sect ul li:last-child {
  border-bottom: none;
}
.widget_sect ul li a {
  display: block;
  color: #666666;
  padding: 7px 10px;
}
.widget_sect_hide li,
.widget_sect_hide .widget_title {
  font-size: 13px;
}

.widget_sect ul li a:hover {
  color: #000;
  text-decoration: none;
}

.widget_active {
  color: #000 !important;
  border-right: 3px solid #ef9d00;
  text-decoration: none;
}

.widget_accord {
  background: none repeat scroll 0 0 #ececec;
}

.widget_sect ul li a:focus {
  color: #000;
  border-right: 3px solid #ef9d00;
  text-decoration: none;
}
.widget_active a {
  color: #000 !important;
  border-right: 3px solid #ef9d00;
  text-decoration: none;
}
.gray_title {
  background: #999999 !important;
}

.product_list_sect {
  background: #fff;
  padding: 5px;
  margin-bottom: 20px;
}
.product_list_sect h4 {
  border-bottom: 1px dashed #ededed;
  color: #565555;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
}
.product_list_sect h4 a {
  color: #565555;
  text-decoration: none;
}
.product_list_sect h4 a:hover {
  color: #333;
  text-decoration: none;
}
.product_list_sect h4 a:focus {
  color: #333;
  text-decoration: none;
}
.prod_price {
  color: #3e3f3f;
  font-family: Verdana, sans-serif;
  font-size: 24px;
  padding: 4px 0 0;
}
.prod_price span {
  background: none repeat scroll 0 0 #ef9d00;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  margin-top: 6px;
  padding: 1px 6px;
  text-transform: uppercase;
}

.prod_img {
  overflow: hidden;
}

.prod_img img {
  transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

.product_list_sect:hover .prod_img img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

.pagination_wrap .pagination {
  margin: 10px 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #666;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #ef9d00;
}

/*** single product page css **/
.single_product_page {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.single_p_info {
}
.single_p_info h5 {
  font-size: 16px;
  color: #333333;
}
.single_p_info h5 span {
  background: #ef9d00;
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
}

.single_p_info h2 {
  font-size: 24px;
  color: #333333;
  font-family: Verdana, sans-serif;
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
}
.single_p_info h2 span {
  color: #ccc;
  display: block;
  font-size: 18px;
  font-family: Verdana, sans-serif;
  padding: 5px 0;
}

.s_price_sect {
  font-family: Verdana, sans-serif;
  color: #ef9d00;
  font-size: 24px;
}
.s_price_sect p {
  margin: 0;
  color: #666;
  font-size: 16px;
  font-family: Verdana, sans-serif;
}
.s_price_sect span {
  color: #333;
  font-size: 19px;
}

.quest_btn {
  background: #5d8a2d;
  color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  height: 40px;
  margin: 10px 0;
}
.quest_btn .fa {
  background: none repeat scroll 0 0 #4a741e;
  border-radius: 4px 0 0 4px;
  font-size: 23px;
  font-weight: normal;
  height: 40px;
  left: -13px;
  line-height: 40px;
  margin: 0;
  position: relative;
  top: -7px;
  width: 40px;
}
.quest_btn i {
  display: inline-block;
  font-style: normal;
  vertical-align: top;
}
.quest_btn:hover {
  color: #fff;
  text-decoration: none;
}
.quest_btn:focus {
  color: #fff;
  text-decoration: none;
}

.categ_btn {
  background-color: transparent !important;
  border: 1px solid #333;
  font-size: 13px;
}

.prodct_descip {
  border: 1px solid #f4f4f4;
  margin-top: 20px;
}
.prodct_descip h3 {
  background: none repeat scroll 0 0 #ef9d00;
  color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 7px 12px;
  text-transform: uppercase;
}
.prodct_descip p {
  padding: 12px;
  color: #666;
  font-size: 13px;
}

/*** retunr policy page css ***/
.return_policy_wrap {
  background: #fff;
  padding: 15px;
}
.return_policy_wrap h2 {
  background: none repeat scroll 0 0 #ececec;
  color: #333;
  font-family: Verdana, sans-serif;
  font-size: 17px;
  margin: 0;
  padding: 10px;
  margin-bottom: 10px;
}
.return_policy_wrap h4 {
  background: none repeat scroll 0 0 #ef9d00;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  padding: 6px 12px;
  text-align: center;
}
.return_policy_wrap ul {
  color: #666;
  font-size: 14px;
  padding: 0 0 0 15px;
}
.return_policy_wrap ul li {
  margin-bottom: 10px;
}

.contact_wrap {
  background: #fff;
  padding: 15px;
}
.contact_wrap h2 {
  background: none repeat scroll 0 0 #ececec;
  color: #333;
  font-family: Verdana, sans-serif;
  font-size: 17px;
  margin: 0;
  padding: 10px;
  margin-bottom: 10px;
}

/*****question container section*******/
.contact_form_wap1 .input-group {
  margin: 15px 0;
}

#question-container {
  display: none;
}

/***** repair page css ***/
.repair_page_wrap {
}
.repair_page_wrap {
  background: #fff;
  padding: 15px;
}
.repair_page_wrap h2 {
  background: none repeat scroll 0 0 #ececec;
  color: #333;
  font-family: Verdana, sans-serif;
  font-size: 17px;
  margin: 0;
  padding: 10px;
  margin-bottom: 10px;
}
.repair_page_wrap .top-repair-image p {
  text-align: center;
}
.repair_page_wrap .top-repair-image p img {
  border: 0px;
  max-height: 100px;
  text-align: center;
}
.repair_tab_box {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}
.repair_tab_box li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 5px;
}
.repair_tab_box .blue_btn {
  margin: 0;
}

.repair_page_wrap h4 {
  border-left: 3px solid #cccccc;
  color: #ef9d00;
  padding-left: 6px;
}
.repair_page_wrap h2.page-header2 {
  background: none;
  color: #8a4b08;
  font-size: 1.65em;
  font-weight: normal;
  margin-bottom: 6px;
  text-transform: uppercase;
  text-align: center;
}
.repair_page_wrap img {
  border: 3px solid #cccccc;
  margin-bottom: 5px;
  max-height: 150px;
}
.repair_page_wrap p {
}
.repair_page_wrap label {
  font-weight: normal;
  color: #333;
}

.repair_page_wrap div.repair-promo {
  text-align: center;
  width: 80%;
  background-color: #faded3;
  border-radius: 7px;
  border: 2px #ff9900 solid;
  padding: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

.repair_page_wrap div.repair-promo p {
  font-size: 1.35em;
}

.repair_page_wrap div.repair-promo h2 {
  color: #aa0200;
  font-size: 1.97em;
}

.free_repair_wrap {
  color: #222222;
  /*background: none repeat scroll 0 0 #8A4B08;*/
  background: none repeat scroll 0 0 #ececec;
  border: 2px solid #333333;
  border-radius: 7px;
  margin: 11px 0;
  padding: 15px;
  text-align: center;
}

.free_repair_wrap p {
  font-size: 1.2em;
}

.free_repair_wrap select,
.estimate_options {
  font-size: 14px;
  margin: 0 auto;
  max-width: 90%;
}

.repain_status_wrap {
  background: #fff;
  padding: 15px;
}
.repair_order_serch {
  border: 2px solid #333333;
  border-radius: 7px;
}
.repair_order_serch h3 {
  background: none repeat scroll 0 0 #ececec;
  color: #222222;
  font-size: 15px;
  margin: auto;
  padding: 10px 12px;
  border-radius: 7px;
}
.repair_order_serch .input-group {
  padding: 15px;
}
.repair_order_serch .search_btn {
  padding: 0;
}
.repair_order_serch .search_btn .btn {
  padding: 5px 20px;
}

.iphone_pric_wrap {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 5px #999999;
  display: inline-block;
  margin: 8px 0;
  padding: 10px;
}
.iphone_pric_wrap ul {
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.repainr_servi_box {
  margin: 20px 0;
}
.repainr_servi_box table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.repainr_servi_box table tr td {
  padding: 4px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.repainr_servi_box table tr th {
  background: #ececec;
  border-bottom: 1px solid #ccc;
  padding: 6px;
}

/*** staff page css ***/
.our_staff_wrap {
}
.staff_wrap {
  margin-bottom: 20px;
}
.staff_wrap h6 {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  margin: 10px 0 4px;
  text-transform: uppercase;
}
.staff_wrap p {
  font-size: 12px;
  color: #666;
  line-height: 16px;
}

.my_cart_wrap {
  background: #fff;
  padding: 12px;
}
.my_cart_wrap h4 {
  background: none repeat scroll 0 0 #ef9d00;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 5px 8px;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
}

.my_cart_wrap table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}
.my_cart_wrap table tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
.my_cart_wrap table tr th {
  background: none repeat scroll 0 0 #ececec;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #000000;
  font-weight: normal;
  padding: 8px 12px;
}
.my_cart_wrap p {
  font-size: 12px;
  line-height: 17px;
}
.my_cart_wrap img {
  border: 1px solid #cccccc;
}
.cart_button {
  border: 1px solid #000000;
  color: #000000;
  font-weight: normal;
}

.product_title_h {
  color: #999;
  font-size: 15px;
  margin: 5px 0 10px;
  text-align: center;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.carousel-indicators {
  bottom: 0;
}

/*Added style rules*/
.problem_hide {
  display: none;
  border: 1px solid #000033;
  background-color: #ffffcc;
  margin: auto;
  margin-top: 12px;
  padding: 8px;
  width: 93%;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-align: center;
  font-size: 1.35em;
  font-weight: normal;
  line-height: 150%;
  text-shadow: 2px 2px 2px #ffebcd;
  color: black;
}

.call_to_action {
  text-align: left;
  text-shadow: 1px 1px 3px #999999;
  font-size: 0.9em;
  line-height: 130%;
}
.call_to_action a {
  text-decoration: none;
  color: #990000;
}
.call_to_action a:visited {
  color: none;
}
#model {
  color: black;
}

.estimate_options {
  display: none;
  color: black;
}
div.feature_estimate_price {
  text-align: center;
}
div.feature_estimate_price span {
  border: 0.1em #991100 solid;
  border-radius: 0.25em;
  padding: 0.25em;
  margin-top: 1em;
  display: inline-block;
  background-color: #eeeeff;
  font-size: 1.14em;
  font-weight: normal;
  color: #991100;
  text-shadow: 0px;
}

.topnav {
  width: 213px;
  padding: 0.2em;
}

ul.topnav {
  padding: 0;
  margin: 0;

  line-height: 0.5em;
  list-style: none;
}

ul.topnav li {
}

ul.topnav li a {
  line-height: 1.2em;
  padding: 10px 5px;
  color: #000;
  display: block;
  text-decoration: none;
  /*font-weight: bolder;*/
}

ul.topnav li a:hover {
  background-color: #675c7c;
  color: white;
}

ul.topnav ul {
  margin: 0;
  padding: 0;
  display: none;
}

ul.topnav ul li {
  margin: 0;
  padding: 0;
  clear: both;
}

ul.topnav ul li a {
  padding-left: 20px;
  font-weight: normal;
  outline: 0;
}

ul.topnav ul li a:hover {
  background-color: #d3c99c;
  color: #675c7c;
}

ul.topnav ul ul li a {
  padding-left: 40px;
}

ul.topnav ul ul li a:hover {
  background-color: #d3ceb8;
  color: #675c7c;
}

ul.topnav span {
  float: right;
}

html,
body,
.page_title_wrapper,
.container,
a,
h1,
h2,
h3,
h4,
h5,
h6,
.widget_title {
  font-family: Verdana, sans-serif;
}

.container h3 {
  font-family: Verdana, Helvetica, sans-serif;
}
h3.gray_title {
  font-size: 22px;
}
#shop-time {
  font-size: 0.8em;
  color: #ef9d00;
}

.footer-nav {
  font-size: 1em;
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
}

img {
  max-width: 100%;
  height: auto;
}

.sub-category-icon {
  float: left;
  width: 30%;
  margin-right: 1em;
  margin-bottom: 3em;
  text-align: center;
}
.sub-category-icon a {
  display: block;
}
.sub-category-icon a div.sub-category-image-container {
  min-height: 150px;
}
.sub-category-icon img {
  width: auto;
  max-height: 140px;
  border: 0px;
  text-align: center;
}
.sub-category-icon a img:hover {
  opacity: 0.75;
}
.sub-category-icon a:hover {
  text-decoration: none;
  color: #441100;
}
.sub-category-icon h3 {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin-top: -6px;
}

#sub-category-container {
  margin-top: 4em;
  margin-bottom: 0em;
}
.fb-share-button {
  display: inline-block;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}
#question-container {
  margin-top: 32px;
}

#slider1_container {
  visibility: hidden;
}

/*..........16 April.............*/
/* .product_list_sect .prod_img img {
    width: 100%;
    height: 100%;
    min-height: 175px;
} */

.product_list_sect .prod_img {
  width: 100%;
  height: 175px;
  background: #fff;
  border: 2px solid #ccc;
  padding: 10px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.product_list_sect .prod_img a {
  text-align: center;
  display: contents;
}
.product_list_sect .prod_img img {
  text-align: center;
  border: 0;
  margin: 0 auto;
}

.sub-category-icon a img {
  width: 100%;
  height: 100%;
  min-height: 175px;
}
.sub-category-icon .sub-category-image-container img {
  width: auto;
  height: 100%;
  min-height: auto;
}

/* new */
.nav.header-menu {
  width: 100%;
  display: inline-block !important;
  margin: 0 auto;
  text-align: center;
  float: left;
  z-index: 1;
}
.nav.header-menu li {
  width: auto;
  padding: 0 7px;
  display: inline-block;
}

.nav.login-menu {
  float: right;
}
.nav.login-menu .dropdown-menu {
  box-shadow: 0 0 3px #eee;
}

.nav.login-menu li,
.navigation_wrap .nav.login-menu ul li:first-child a,
.nav.login-menu ul li:first-child {
  border: 0 !important;
}

/* ---------------------------------------------------------------------------------------------- */
/*                                        Custom Css By Dev                                       */
/* ---------------------------------------------------------------------------------------------- */

.contact_form_wap1 #status-message {
  color: green;
  border: 1px solid green;
  padding: 10px;
  margin: 10px 0;
  border-radius: 8px;
  font-style: italic;
  text-shadow: 0.5px 0.5px green;
  display: none;
}

/* ---------------------------------------------------------------------------------------------- */
/*                                        Custom Css By Dev                                       */
/* ---------------------------------------------------------------------------------------------- */

@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }

  textarea.form-control {
    height: 200px;
  }
}
