/*Header*/
.top_header {
  padding: 11px 0;
}
.top_header .left_links li {
  margin-right: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.top_header .social_icons li {
  margin-left: 15px;
  margin-bottom: 0;
}
.top_header .social_icons li i {
  font-size: 18px;
}
.header .logo {
  max-width: 100%;
}
.header .logo, .header_middle .middle_box .block {
  margin: 0;
}
.header_middle {
  background-color: #15191d;
}
.header_middle .logo img {
  width: 65%;
}
.header_middle .cart {
  width: 80px;
  text-align: center;
  padding: 30px 0;
}
.header_middle .middle_box {
  vertical-align: middle;
  display: inline-block;
  float: none;
  margin-right: -4px;
}
.header_middle .search_box input {
  padding-right: 61px;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: none;
  font-family: 'Roboto', sans-serif !important;
}
.search_box .search_icon[disabled] {
  background: #292a2b;
  z-index: 99 !important;
}
.search_box .search_icon {
  background: #17bcb8;
  top: 0;
  right: 0;
  height: 45px;
  padding: 8px 12px;
  border-radius: 0px;
  opacity: 1;
  border: none;
  box-shadow: none;
}
.search_box .search_icon i {
  font-size: 24px;
}
.header_middle .middle_box .count {
  left: 5px;
  right: 0;
  font-size: 20px;
  top: 20px;
}
.sections.nav-sections {
  margin: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sections .rootmenu > .rootmenu-list > li a, .sections .rootmenu > .rootmenu-list > li {
  border: none !important;
}
.rootmenu > .rootmenu-list > li > a {
  font-size: 18px;
  font-weight: bold;
}
.sections .rootmenu > .rootmenu-list > li {
  display: inline-block;
  margin: 0 40px;
}
.sections .rootmenu .rootmenu-list {
  text-align: center;
}
.minicart-wrapper .action.showcart:before {
  display: none !important;
}
.header_middle .cart a.action.showcart {
  background: url(../images/shopping-cart.svg);
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: transparent !important;
}
.minicart-wrapper .action.showcart .counter.qty span {
  font-size: 12px;
  top: 5px;
  left: -2px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: block;
}
.minicart-wrapper .action.showcart .counter.qty {
  margin-top: 2px !important;
  left: 10px;
}
.block-minicart .block-content > .actions .paypal-logo a {
  display: none;
}
.rootmenu > .rootmenu-list .halfmenu, .rootmenu > .rootmenu-list > li > .megamenu {
  border-color: #17bcb8 !important;
  border-bottom: 2px solid #17bcb8;
}
/*Search_box*/
.header_middle .amsearch-form-container .input-text:focus {
  border: none;
  box-shadow: none;
  ;
}
.header_middle .amsearch-close, .header_middle button.amsearch-loupe {
  display: none !important;
}
.header_middle .amsearch-form-container.-opened .input-text {
  padding-left: 9px;
}
.header_middle .amsearch-form-container.-opened .action.search {
  display: block;
}
.header_middle .amsearch-form-container.-opened .amsearch-wrapper-input {
  position: relative;
}
.header_middle .amsearch-form-container.-large .amsearch-wrapper-content {
  margin: 0;
  padding: 0px 15px 15px 15px;
}
.header_middle .amsearch-form-container.-large .amsearch-wrapper-content .product-item {
  border: 1px solid #ccc;
  width: 31.33%;
  margin-right: 2%;
  border-radius: 5px;
  transition: 0.3s;
  text-align: left;
  margin-bottom: 2%;
}
.header_middle .amsearch-form-container.-large .amsearch-wrapper-content .product-item:hover {
  background: transparent;
  border-color: #17bcb8;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.header_middle .amsearch-form-container.-large .amsearch-wrapper-content .product-item .amsearch-autocomplete-image {
  text-align: center;
  margin-bottom: 10px;
}
.header_middle .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-information a {
  font-size: 13px;
  line-height: 18px;
}
.header_middle .amsearch-form-container.-large span.minimal-price-link {
  display: none;
}
.header_middle .search-autocomplete {
  top: 46px;
  border-radius: 5px;
  z-index: 9999;
}
.header_middle .amsearch-form-container.-large .amsearch-wrapper-inner.selected {
  margin: 0;
}
.amsearch-related-terms > .amsearch-item {
  background: #68d0cd;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #17bcb8;
  color: #fff;
}
.header_middle .middle_box .minicart-wrapper .block {
  top: 80%;
  right: 15px;
}
/*breadcrumbs*/
.breadcrumbs {
  max-width: 1400px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #eaeaea;
  padding: 10px 10px 10px 20px !important;
  border-left: 5px solid #17bcb8;
}
.breadcrumbs .items li {
  line-height: 20px;
}
.breadcrumbs .items li a {
  color: #17bcb8;
  font-weight: bold;
}
.breadcrumbs .items li strong {
  font-weight: bold;
}
.breadcrumbs .items li:after {
  color: #17bcb8;
  line-height: 20px !important;
  margin: 0 4px !important;
}
/*Banner*/
.banner_des .banner_text {
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  text-align: right;
  bottom: 0;
  top: 50%;
  -moz-transform: translate(0px, -80%);
  -webkit-transform: translate(0px, -80%);
  -o-transform: translate(0px, -80%);
  -ms-transform: translate(0px, -80%);
  transform: translate(0px, -80%);
  color: #fff;
}
.banner_des .banner_text h2 {
  font-size: 54px;
  margin-bottom: 20px;
  margin-top: 0;
}
.banner_des .banner_text h3 {
  color: #17bcb8;
  line-height: 40px;
}
.banner_des .banner_text p {
  line-height: 20px;
}
.banner_des .banner_text h4 {
  font-size: 40px;
  margin: 20px 0;
}
.banner_des .banner_text a {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  background: #17bcb8;
  padding: 10px 30px;
  display: inline-block;
  border: 1px solid #17bcb8;
}
.banner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 99999;
}
.banner .owl-dots button span {
  border: 2px solid #17bcb8;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.banner .owl-dots button, .banner .owl-dots button span {
  box-shadow: none;
  margin: 0 5px;
}
.banner .owl-dots button.owl-dot.active span {
  background: #17bcb8;
}
.banner .owl-nav {
  display: none;
}
/*category_box*/
.category_box {
  margin: 40px 0;
}
.category_box .box_details {
  top: 0;
  left: 40px;
  color: #fff;
  bottom: 0;
  right: 0;
}
a.all_btns {
  transition: 0.3s;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  background: #17bcb8;
  padding: 5px 20px;
  display: inline-block;
  border: 1px solid #17bcb8;
}
a.all_btns:hover {
  background: #333;
  color: #fff;
  border-color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.category_box .box_details a {
  margin-top: 220px;
  float: right;
  margin-right: 20px;
  background: transparent;
  color: #17bcb8;
  font-size: 18px;
  text-transform: capitalize;
}
.category_box .box_details a:hover {
  background: #17bcb8;
  color: #fff;
  border-color: #17bcb8;
}
.category_box .box_details h3 {
  font-size: 44px;
}
.category_box img {
  width: 100%;
}
/*Best_seller*/
.best_seller:before {
  content: "";
  background-image: url(../images/best-back.png);
  display: block;
  height: 400px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.best_background {
  margin: 40px 0;
}
.single_product .wish_list a {
  display: inline-block;
  vertical-align: middle
}
.single_product .wish_list img {
  width: auto !important;
}
#bestsellerCarousel.owl-carousel.owl-drag .owl-item {
  padding: 0 15px;
}
#galleryCarousel .owl-nav, .best_product .owl-nav {
  position: absolute;
  top: 44%;
  z-index: 1;
  width: 100%;
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  display: block !important;
}
.best_product .owl-nav button, #galleryCarousel .owl-nav button {
  background-color: #17bcb8 !important;
  color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  box-shadow: none !important;
  position: absolute;
  left: -5px;
}
#galleryCarousel .owl-nav button.owl-next, .best_product .owl-nav button.owl-next {
  right: -5px;
  left: auto;
}
#galleryCarousel .owl-nav button span, .best_product .owl-nav button span {
  font-size: 40px;
  line-height: 28px;
}
#galleryCarousel .owl-nav {
  top: 43%;
}
/*
#galleryCarousel .owl-nav button {left: 5px;}
#galleryCarousel .owl-nav button.owl-next {right: 5px;left: auto;}
*/
/*#galleryCarousel .owl-nav button span {font-size: 26px;line-height: 20px;}*/
/*Single_product*/
.single_product .product_img img {
  width: 100%;
}
.products-grid.wishlist .product-item-info, .block.related .product-item-info, .page-products .products li.item .product-item-info, .single_product, .checkout-cart-index .product-item .product-item-info {
  transition: 0.3s;
  padding: 20px 10px;
  border: 1px solid #cccccc;
  background: #fff;
}
.products-grid.wishlist .product-item-info, .page-products .products li.item .product-item-info:hover, .block.related .products li.item .product-item-info:hover, .single_product:hover, .single_product:focus, .single_product:focus-within, .single_product:active, .checkout-cart-index .product-item .product-item-info:hover {
  background: #f5f5f5;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  z-index: unset !important;
}
.single_product a:hover {
  text-decoration: none;
}
.page-products li.item .product-item-inner .actions-primary button, .single_product a.all_btns {
  font-size: 16px;
  border: 1px solid #17bcb8;
  background: transparent;
  color: #17bcb8;
  text-transform: capitalize;
}
.single_product .wish_list {
  margin-top: 25px;
}
.single_product {
  margin-bottom: 30px;
}
.page-products .products li.item .product-item-info .product-item-name, .block.related .products li.item .product-item-info .product-item-name, .single_product .pro_desc p {
  max-height: 120px;
  overflow: hidden;
  min-height: 120px;
}
.single_product .wish_list img {
  margin-right: 6px; /*width: 33%;*/
}
.page-products .product-item-info:hover .product-item-inner .actions-primary button, .single_product:hover a.all_btns {
  color: #fff;
  background: #17bcb8;
}
/*featured_product*/
.featured_product .main_heading {
  margin-bottom: 30px;
}
.featured_product {
  margin-top: 10px;
}
/*our_gallery*/
.our_gallery:before {
  content: "";
  background-color: #eeeeee;
  display: block;
  height: 200px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.our_gallery img {
  width: 100%;
}
.our_gallery {
  margin: 60px 0 0px 0;
}
/*.our_gallery .our_box:hover .hover_details {opacity: 0.5;transition: 0.3s;top: 0;bottom: unset;height: 100%;}*/
.our_gallery .hover_details { /*background: #333;bottom: -20px;left: 0;right: 0;opacity: 0.5;text-align: center;opacity: 0;transition: 0.3s;*/ bottom: 15px;
  right: 15px;
}
.our_box a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}
.our_box {
  overflow: hidden;
}
/*.our_gallery .our_box:hover .hover_details span {color: #fff;top: 50%;position: absolute;left: 0;right: 0;}*/
div#galleryCarousel.owl-carousel.owl-drag .owl-item {
  padding: 0 15px;
}
/*news_letter*/
.top-newsletter {
  display: none;
}
.news_letter .news_section h3 {
  color: #fff;
  margin: 15px 0 25px 0;
  font-size: 23px;
}
.block.newsletter .field .control label {
  width: 100%;
}
.block.newsletter .field .control:before {
  display: none;
}
.block.newsletter form#newsletter-validate-detail {
  position: relative;
}
.block.newsletter .actions button {
  transition: 0.3s;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: #17bcb8;
  padding: 5px 20px;
  display: inline-block;
  border: 1px solid #17bcb8;
  position: unset;
}
.news_letter .news_section input {
  width: 100%;
  background-color: #585757;
  border: none;
  font-size: 12px;
  padding: 0;
  color: #fff;
  padding-right: 10px;
  height: 40px;
  padding-left: 10px;
  font-weight: normal;
}
.news_letter .news_section input:focus {
  box-shadow: 0 0 3px 1px #17bcb8;
}
.news_letter .news_section .control {
  width: 65%;
}
.news_letter .news_section .control label {
  width: 100%;
}
.footer .news_letter form {
  position: relative;
}
.footer .news_letter div.actions {
  position: absolute;
  bottom: 4px;
  right: 60px;
}
.footer .find_us {
  margin-top: 20px;
}
.footer .news_letter div.actions button {
  position: unset;
  padding: 9.5px 15px;
}
.footer .news_letter h2 {
  font-size: 18px;
  margin-bottom: 25px;
}
.block.newsletter .actions {
  display: block;
}
.block.newsletter {
  max-width: 100% !important;
  margin: 0;
}
.footer_text input:-moz-placeholder, .footer_text input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer_text input::-webkit-input-placeholder, .footer_text input:-ms-input-placeholder, .footer_text input::-ms-input-placeholder, .footer_text input::placeholder {
  color: #fff;
}
/*Footer*/
footer.page-footer {
  margin-top: 40px;
}
.block.newsletter + .row {
  padding-top: 50px;
}
.footer ul {
  padding-bottom: 25px;
}
.footer ul li {
  margin-bottom: 20px;
}
.footer h2 {
  margin-bottom: 40px;
}
.footer {
  padding-top: 40px;
}
.footer .social {
  margin: 20px 0 0px 0;
}
.footer .footer_text p.find_us {
  margin-top: 20px;
}
.footer .footer_text p {
  position: relative;
  padding-left: 58px;
  margin-left: -2px;
  margin-bottom: 11.5px;
  line-height: 41px;
  font-size: 14px;
}
.footer .footer_text p:before {
  content: "\f279";
  font-family: FontAwesome;
  color: #fff;
  background: #17bcb8;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 2px;
  font-size: 20px;
  line-height: 40px;
}
.footer .footer_text p.mail_to:before {
  content: "\f0e0";
  font-family: FontAwesome;
}
/*.footer .footer_text{margin-top: 100px;}*/
footer.page-footer {
  padding-bottom: 0;
}
.footer .social ul {
  padding: 0;
  margin: 0;
}
.footer .social ul li {
  margin-right: 10px;
  margin-bottom: 0;
}
.footer .social ul li i {
  border: 1px solid #17bcb8;
  color: #17bcb8;
  padding: 7px 9px;
  border-radius: 100px;
  width: 33px;
  height: 33px;
  font-size: 16px;
}
.footer .social ul li:hover i {
  background: #17bcb8;
  color: #fff;
}
/*copyright*/
.copyright {
  padding: 10px 0;
}
/*------------------------Listing-page------------------------*/
.page-products .products ol, .block.related .products ol {
  margin: 0 -15px !important;
}
.page-products .products li.item, .block.related .products li.item {
  width: 23% !important;
  padding: 0 0 !important;
  margin-bottom: 30px;
}
.page-products li.item .product-item-info:hover, .block.related li.item .product-item-info:hover, .checkout-cart-index .product-item .product-item-info:hover {
  transition: 0.3s;
  margin: 0;
}
.page-products li.item .product-item-inner, .block.related li.item .product-item-inner {
  position: unset !important;
  background: transparent;
  border: none !important;
  box-shadow: none;
  margin: 23px 0 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  height: unset !important;
  width: auto !important;
}
.page-products li.item .product-item-inner .product, .block.related li.item .product-item-inner .product {
  margin: 0;
}
.page-products li.item .product-item-inner .product .actions-secondary, .block.related li.item .product-item-inner .product .actions-secondary, .checkout-cart-index .product-item .product-item-info .secondary-addto-links {
  padding: 0;
}
.page-products .toolbar .limiter select, .page-products .product-toolbar-title .sorter select, .block.related .toolbar .limiter select, .block.related .product-toolbar-title .sorter select {
  background-color: transparent;
}
.page-products .toolbar .limiter, .block.related .toolbar .limiter {
  display: inline-block;
  float: right;
  border-left: 1px solid #c7c7c7;
  margin: 0 0 0 10px;
}
.page-products li.item span.product-image-wrapper, .block.related li.item span.product-image-wrappe, .checkout-cart-index .product-item .product-item-info span.product-image-wrapperr {
  padding-bottom: 100% !important;
}
.page-products li.item .product-image-photo, .block.related li.item .product-image-photo {
  margin: 0 auto;
}
.page-products li.item .price-box, .block.related li.item .price-box {
  margin-top: 13px;
  margin-bottom: 10px;
}
.page-products li.item .price-box span.price, .block.related li.item .price-box span.price {
  color: #17bcb8;
  font-size: 24px;
}
.page-products .products .product-item-info .product-item-name a, .block.related .products .product-item-info .product-item-name a {
  line-height: 20px;
}
.page-products .products .product-item-inner a.action, .block.related .products .product-item-inner a.action {
  margin-right: 12px;
}
.page-products .products .product-item-inner .actions-primary, .block.related .products .product-item-inner .actions-primary {
  float: right;
  margin-top: 3px;
}
.page-products li.item .product-item-inner .actions-primary button, .block.related li.item .product-item-inner .actions-primary button {
  padding: 8px 10px;
}
.page-products .product-item-info:hover .product-item-inner .actions-primary button, .block.related .product-item-info:hover .product-item-inner .actions-primary button {
  transition: 0.3s;
}
.page-products .products, .block.related .products {
  margin-bottom: 0;
}
.page-products .products li.item .product-item-info, .block.related .products li.item .product-item-info {
  text-align: center;
}
.page-products .products li.item .product-item-details, .block.related .products li.item .product-item-details {
  text-align: left;
}
.page-products .toolbar, .block.related .toolbar {
  margin: 0;
}
.page-products .products li.item .product-item-details a.minimal-price-link, .block.related .products li.item .product-item-details a.minimal-price-link {
  display: none;
}
/*pagination*/
.page-products .pages {
  float: right !important;
  border: 1px solid #17bcb8;
  padding: 5px 10px;
}
.page-products .pages strong.page {
  background: #17bcb8;
  color: #fff;
  padding: 7px 10px;
  line-height: initial;
}
.page-products .pages li.item {
  font-size: 14px;
}
.page-products .pages li.item:before {
  content: "-";
  color: #17bcb8;
}
.page-products .products + .toolbar {
  margin-bottom: 0;
}
.page-products .pages li.item:first-child:before {
  content: "";
}
.page-products .pages li.item a {
  color: #333;
}
.page-products .pages li.item:first-child:before {
  display: none;
}
.page-products .pages li.pages-item-next a, .page-products .pages li.pages-item-previous a {
  background: #17bcb8;
  color: #fff;
  padding: 5px;
}
/*width-auto*/
.page-products li.item .product-item-info, .block.related li.item .product-item-info, .page-products .products li.item .product-item-inner a.action, .checkout-cart-index .product-item .product-item-info {
  width: auto;
}
/*display_none*/
.page-products li.item .product-item-inner .actions-secondary a:before, .block.related li.item .product-item-details .actions-secondary a:before, .page-products .product-toolbar-title .sorter a, .page-products .products + .toolbar .field.limiter, .checkout-cart-index .product-item .product-item-info .actions-secondary a:before {
  display: none;
}
/*------------------------End Listing-page------------------------*/
/*------------------------Search Listing-page------------------------*/
body.catalogsearch-result-index .column.main li.product-item {
  border: none !important;
}
body.catalogsearch-result-index .column.main li.product-item .product-item-info {
  float: left;
  width: 100%;
}
body.catalogsearch-result-index .column.main li.product-item .product-item-info .product-item-inner {
  clear: both;
  float: left;
  width: 100% !important;
}
body.catalogsearch-result-index .column.main li.item.product.product-item:hover {
  box-shadow: none;
}
body.catalogsearch-result-index .column.main li.product-item .product-item-actions {
  text-align: left;
}
body.catalogsearch-result-index .products {
  margin: 30px -15px;
}
/*------------------------End Search Listing-page------------------------*/
/*------------------------Detail-page------------------------*/
.detail_page h1.page-title {
  margin: 30px 0 20px 0;
  font-size: 20px !important;
  line-height: 26px;
}
.detail_page .detail_box {
  background: #f7f7f7;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.detail_page .detail_box .box_img {
  width: 20%;
  text-align: center;
}
.detail_page .detail_box .box_detail {
  width: 78%;
  margin-right: -4px;
  vertical-align: top;
  padding-left: 5px;
}
.detail_page .detail_box .box_detail b {
  line-height: 20px;
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
.detail_page .detail_box .box_detail a {
  color: #000;
  text-decoration: underline;
}
.detail_page .product-info-main span.price {
  font-size: 24px !important;
  display: block;
}
.detail_page .product-info-price .price-box {
  display: block;
  width: auto;
  height: auto;
}
.detail_page .product-info-main .stock {
  text-transform: unset;
}
.detail_page .product-info-price {
  margin: 0;
  border: none;
  vertical-align: top;
}
.detail_page .wish_compare {
  margin-right: -4px;
  text-align: right;
}
.detail_page .product-info-main .stock span {
  font-weight: normal;
}
.detail_page .description strong {
  font-weight: 400;
  margin-top: 15px;
  display: block;
}
.detail_page .description span {
  font-size: 14px !important;
}
.detail_page .product-add-form {
  background: #f4f4f4;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  float: left;
  width: 100%;
}
.detail_page .product-add-form .label {
  white-space: unset;
  text-align: left;
}
.product.info.detailed {
  padding-top: 60px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
body .product.data.items > .item.title > .switch {
  height: 45px !important;
  line-height: 45px;
  border: 1px solid #ccc !important;
}
body .product.data.items > .item.title.active > .switch, body .product.data.items > .item.title.active > .switch:hover {
  background: #17bcb8 !important;
  color: #fff;
  border-color: #17bcb8 !important;
}
.product.data.items > .item.content {
  padding: 20px;
}
.detail_page .box-tocart .fieldset .field.qty, .detail_page .box-tocart div.actions {
  display: inline-block !important;
  width: 50%;
  float: left;
  margin-right: -4px;
  margin: 0;
}
.detail_page .box-tocart .fieldset .qty .control input.qtyminus.qty-disabled {
  cursor: not-allowed;
}
.detail_page .box-tocart .fieldset .field.qty {
  margin-bottom: 10px;
}
.detail_page .box-tocart .fieldset .qty label {
  width: auto;
  padding-right: 10px;
  vertical-align: middle;
  margin: 0;
  line-height: 33px;
}
.detail_page .box-tocart .fieldset .qty label, .detail_page .box-tocart .fieldset .qty .control {
  display: inline-block;
  width: auto;
  float: left;
}
.detail_page .box-tocart .fieldset .qty .control input[type="number"] {
  width: 40%;
  border-radius: 0px;
  height: 35px;
}
.detail_page .box-tocart .action {
  width: auto;
  padding: 4px 10px;
}
.detail_page .box-tocart .action:hover span {
  color: #17bcb8 !important;
}
.detail_page .product-add-form .qty-price {
  padding: 0 15px;
}
.detail_page .box-tocart .fieldset .qty .control {
  float: none;
  width: 70%;
  display: inline-flex !important;
}
.detail_page .box-tocart .fieldset .action {
  width: auto !important;
}
.detail_page .box-tocart .fieldset .qty .control input[type="button"] {
  height: 35px;
  vertical-align: top;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 35px;
  margin: 0;
}
.detail_page .box-tocart .fieldset .qty .control input[type="button"]:first-child {
  border-radius: 5px 0px 0px 5px;
}
.detail_page .box-tocart .fieldset .qty .control input[type="button"]:last-child {
  border-radius: 0px 5px 5px 0px;
}
#product-addtocart-button span {
  font-size: 14px !important;
}
.detail_page .product-add-form .float_right {
  text-align: right;
}
.detail_page .product-add-form .float_right a, .detail_page .product-add-form .float_right ul {
  padding-left: 0;
}
.detail_page .product-add-form .float_right ul li a i {
  border: 1px solid #17bcb8;
  border-radius: 100px;
  padding: 6px;
  font-size: 14px;
  color: #17bcb8;
}
.detail_page .product-add-form .float_right ul li a:hover i {
  background: #17bcb8;
  color: #fff;
}
.detail_page .product-add-form a.action {
  color: #000;
  padding-top: 8px;
  padding-bottom: 0;
}
.detail_page .product-add-form a.action i {
  color: #17bcb8;
  margin-right: 5px;
}
.product-info-main .product-options-bottom .box-tocart {
  margin: 15px 0 10px 0;
  border-top: 1px solid #ccc;
  padding-top: 15px !important;
}
.detail_page .product-add-form a.action:hover, .detail_page .wish_compare a:hover {
  text-decoration: none;
}
.detail_page .product-add-form .field:last-child input:focus {
  box-shadow: 0 0 2px 1px #17bcb8;
}
.detail_page .product-add-form .fieldset:last-child {
  letter-spacing: 0;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.fieldset > .field > .label span.price-notice span {
  font-size: 14px;
  line-height: 25px;
  color: #333;
}
.detail_page .box-tocart .fieldset .qty .control input[type="button"]:focus {
  box-shadow: none;
}
.detail_page .box-tocart .fieldset, .detail_page .product-info-price .price-box, .detail_page .product-info-main span.price, .detail_page .product-info-main .stock, .detail_page .product-add-form .float_right ul li {
  margin: 0;
}
.detail_page .product-add-form [class*="col-"], .detail_page .product-info-price .price-box, .detail_page .box-tocart {
  padding: 0;
}
.detail_page .product-info-price, .detail_page .wish_compare {
  width: 50%;
}
.detail_page .product-add-form .float_right a, .detail_page .product-add-form .float_right ul, .detail_page .detail_box .box_img, .detail_page .detail_box .box_detail, .detail_page .product-info-price, .detail_page .wish_compare, .detail_page .product-info-main ul li.item, .detail_page .product-info-main ul li.item span, .detail_page .product-add-form .field:last-child input {
  display: inline-block;
}
.detail_page .product-info-main ul li.item span span.price {
  font-size: 16px !important;
}
.detail_page .product-info-main ul li.item span {
  font-weight: bold;
  line-height: 14px;
}
.detail_page .product-info-main ul li.item:first-child {
  border-right: 1px solid #ccc;
  margin-right: 5px;
  padding-right: 8px;
}
.detail_page .product-info-main ul {
  margin: 4px 0;
}
.detail_page .product-add-form .field:last-child label.admin__field-label {
  display: inline-block;
  width: 94%;
  line-height: 19px;
}
.detail_page .product-add-form .field:last-child input[type=radio] {
  margin-top: 6px;
}
/*related*/
.block.related .block-title.title {
  border-bottom: 2px solid #CCC;
  padding-bottom: 10px;
}
body .block.related .block-title.title strong {
  font-size: 22px !important;
  color: #17bcb8;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
.block.related .product-item-actions {
  margin: 0;
}
.block.related .product-item-actions .actions-secondary {
  padding: 0;
}
.block.related .product-item-actions .actions-primary {
  float: right;
}
.detail_page .product-add-form .float_right ul li {
  margin-left: 3px;
}
.detail_page .product-add-form .field:last-child {
  margin: 0;
}
.detail_page .product-add-form .field {
  margin-bottom: 10px;
}
/*------------------------End-Detail-page------------------------*/
/*------------------------Contact-page------------------------*/
.contact-index-index form.contact .fieldset .field.email {
  padding-right: 0 !important;
}
/*------------------------End-Contact-page------------------------*/
/*Home_page*/
.cms-home .page-main {
  max-width: 100% !important;
  padding: 0;
}
.pro_desc .product-ratings .product-reviews-summary {
  margin-bottom: 0;
}
.pro_desc .product-ratings {
  position: absolute;
  right: 0;
  top: 0;
}
.pro_desc {
  position: relative;
}
/*Contact_us*/
.fieldset > .field > .label, .fieldset > .fields > .field > .label {
  color: #333;
  padding: 0;
  font-weight: inherit;
  font-size: 14px;
}
.page-main {
  max-width: 1400px !important;
}
/*-------------------------My_account--------------------*/
/*Wishlist*/
.products-grid.wishlist .product-item-info {
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
}
.products-grid.wishlist .product-item-info .product-item-inner {
  box-shadow: none;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  right: 0;
  display: block !important;
  position: unset !important;
  width: auto !important;
  overflow: visible !important;
  height: inherit !important;
  text-align: left;
}
.products-grid.wishlist .product-item {
  width: 33.33% !important;
}
.products-grid.wishlist .product-item-info .product-image-wrapper {
  padding-bottom: 100% !important;
}
.products-grid.wishlist .product-item-info {
  text-align: center;
}
.products-grid.wishlist .product-item-info strong, .products-grid.wishlist .product-item-info .price-box {
  text-align: left;
}
.products-grid.wishlist .product-item-info:hover .product-item-inner .comment-box {
  margin: 0;
}
.products-grid.wishlist .product-item-info .price-box {
  margin-bottom: 15px;
  margin-top: 15px;
}
.products-grid.wishlist .product-item-info .product-item-inner fieldset.fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.products-grid.wishlist .product-item-info .product-item-inner .box-tocart {
  margin-bottom: 10px;
  display: inline-block;
  width: 80%;
  margin: 0;
}
.products-grid.wishlist .product-item-info .product-item-inner .box-tocart + div.product-item-actions {
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.products-grid.wishlist .product-item-info .product-item-inner .field.comment-box {
  display: none;
}
.customer-review.view .product-info h2.product-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
.form.form-newsletter-manage input#subscription {
  display: inline-block;
  margin-right: 5px;
}
.block-compare .product-item .product-item-name {
  margin-left: 4px;
}
.block-reorder .product-item-name {
  width: calc(90%);
}
.account .actions-toolbar .secondary a.action {
  margin-top: 0;
}
.account .product-name a {
  color: #333;
  font-size: 14px;
}
.customer-review .product-media {
  width: 20%;
}
/*-------------------------End My_account--------------------*/
/*visited*/
.top_header .left_links li a:visited, .footer ul li a:visited, .footer ul li a:focus, .footer ul li a:active {
  color: #fff;
}
/*theme_button*/
.action.primary:hover {
  background: transparent !important;
  border-color: #17bcb8 !important;
  color: #17bcb8 !important;
  transition: 0.3s !important;
}
.action.primary {
  background: #17bcb8;
  border: 1px solid #17bcb8;
  border-radius: 0 !important;
  transition: 0.3s;
}
/*page-Heading*/
.page-title-wrapper {
  border-bottom: 2px solid #ccc;
  margin: 20px 0;
  padding-bottom: 10px;
}
.page-title-wrapper h1.page-title {
  font-size: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.page-title-wrapper h1.page-title:after {
  border-bottom: 2px solid #17bcb8;
  font-size: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
}
.catalog-product-view .detail_page .page-title-wrapper {
  border: none;
}
.catalog-product-view .detail_page h1.page-title:after {
  display: none;
}
.catalog-product-view .detail_page h1.page-title {
  font-size: 20px !important;
}
/*---------------------------contact-us-page---------------------------*/
.contact-index-index form#contact-form {
  border: none;
  padding: 0;
  display: inline-block;
  float: left;
}
.contact-index-index form#contact-form .actions-toolbar, .contact-index-index form#contact-form fieldset {
  padding: 0 20px 0 0px;
}
.contact-index-index .contact-left {
  width: 30%;
  float: right;
  padding-left: 15px;
  background: #f3f3f3;
  margin-top: 20px;
  border-radius: 10px;
  padding-right: 15px;
}
.contact-index-index form#contact-form fieldset .legend span, .contact-index-index .contact-left h2 {
  font-size: 18px;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-index-index form#contact-form fieldset input:focus {
  box-shadow: 0 0 2px 1px #17bcb8;
}
.contact-index-index form#contact-form fieldset input {
  height: 35px;
  border-radius: 5px;
}
.contact-index-index .contact-left h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  font-size: 20px;
}
.contact-index-index .contact-left li h3 {
  font-size: 18px;
  margin: 10px 0 10px 0;
}
.contact-index-index .contact-left li p {
  margin: 0;
}
.contact-index-index .contact-left li {
  border-bottom: 1px solid #17bcb8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/*---------------------------End contact-us-page---------------------------*/
/*sidebar*/
.sidebar .product-items .product-item, .sidebar-additional .widget.block-viewed-products-grid .product-item-info {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 10px 10px 5px;
  transition: 0.3s;
}
.sidebar-additional .widget.block-viewed-products-grid .product-item-info:hover {
  margin: 0;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 5px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.sidebar-additional .widget.block-viewed-products-grid .product-item-info:hover a.product-item-photo, .sidebar-additional .widget.block-viewed-products-grid .product-item-info a.product-item-photo {
  left: 5px;
  top: 5px;
}
.sidebar .product-items .product-item:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.sidebar .product-items .product-item-details span {
  line-height: 10px;
}
.sidebar .actions-toolbar a {
  border: 1px solid #17bcb8;
  color: #17bcb8;
  padding: 8px 12px;
  border-radius: 5px;
}
.sidebar .actions-toolbar a:hover {
  background: #17bcb8;
  color: #fff;
  text-decoration: none;
}
.sidebar-additional .widget.block-viewed-products-grid li.product-item {
  border: none;
}
.sidebar .product-items .action.delete {
  top: 3px;
  right: 7px;
  text-align: right;
}
.loading-mask {
  background: transparent;
}
/*----------------Checkout_page-------------------*/
.checkout-index-index .opc-sidebar {
  margin: 0;
}
.checkout-index-index .opc-sidebar header.modal-header {
  padding: 0;
  min-height: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 20px;
}
.checkout-index-index .opc-sidebar .product-item-details .subtotal {
  margin: 10px 0;
}
.checkout-index-index .opc-sidebar .product-item-details .subtotal span {
  font-size: 14px;
}
.checkout-index-index .opc-sidebar .product-item-details .product.options {
  padding: 0 !important;
}
.checkout-index-index .opc-sidebar .product-item-details .product.options .content dt.label {
  margin-right: 0;
}
.checkout-index-index .form-shipping-address div#shipping-new-address-form .field, .checkout-index-index .form-shipping-address, .checkout-index-index li#opc-shipping_method {
  float: left;
  width: 100%;
}
.checkout-index-index form.form.form-login {
  padding-bottom: 0;
}
.checkout-index-index .form-shipping-address {
  margin-top: 0;
}
/*.checkout-index-index div#checkout button {border: 1px solid #17bcb8;color: #17bcb8;padding: 5px 20px;}*/
.checkout-index-index .form-shipping-address div#shipping-new-address-form {
  width: 100%;
  float: left;
  margin: 0;
}
.table-checkout-shipping-method tbody tr:first-child td:first-child input {
  margin: 0 auto;
}
.table-checkout-shipping-method thead th:first-child {
  text-align: center;
}
.checkout-index-index .opc-block-shipping-information {
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
}
.checkout-index-index .opc-block-shipping-information button.action {
  top: 0;
}
.checkout-payment-method .payment-method-title input {
  display: inline;
}
.checkout-payment-method .payment-option-content .form-discount input {
  height: 36px;
}
.checkout-index-index .nav-sections, .checkout-index-index .nav-toggle {
  display: block;
}
.header .logo + span.action.nav-toggle {
  display: none;
}
.methods-shipping .actions-toolbar .action.primary {
  padding: 8px 17px;
}
#checkout-payment-method-load .payment-method .payment-method-content {
  padding-bottom: 20px;
}
#shipping-new-address-form input {
  display: inline-block;
  margin-right: 5px;
}
.checkout-index-index aside.modal-popup button.action.secondary:hover {
  background: #17bcb8;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.checkout-index-index aside.modal-popup button.action.secondary {
  background: transparent;
  border: 1px solid #17bcb8 !important;
  padding: 4px 10px;
  margin: 0;
  color: #17bcb8;
  transition: 0.3s;
}
.checkout-index-index .opc-wrapper div#payflowpro_cc_type_cvv_div label {
  text-align: left;
}
.checkout-index-index .opc-wrapper .field-tooltip-action:before {
  font-size: 16px;
}
/*----------------End Checkout_page-------------------*/
/*------------------Cart-page-------------------------*/
.checkout-cart-index .cart-summary .block .item-options .field .radio + .label {
  width: auto;
  float: left;
}
tr.totals.shipping.excl span.label {
  padding-left: 0;
}
.checkout-cart-index .products-grid .product-item .product-item-info span.product-image-container {
  border: none;
}
.checkout-cart-index .products-grid .product-item .product-item-info .price-box.price-final_price span {
  font-size: 20px;
}
.checkout-cart-index .products-grid .product-item .product-item-info .product-item-name {
  margin-bottom: 20px;
}
.checkout-cart-index .products-grid .product-item .product-item-info .product-item-actions {
  margin-bottom: 0 !important;
}
.checkout-cart-index .products-grid .product-item .product-item-info .price-box.price-final_price {
  margin: 0;
  margin-bottom: 15px;
}
.checkout-cart-index .products-grid .product-item .product-item-info .actions-primary {
  float: right;
}
.checkout-cart-index .products-grid .product-item .product-item-info .actions-primary button {
  font-size: 11px;
  margin-top: 7px;
}
.checkout-cart-index .products-grid .product-item .product-item-info .secondary-addto-links a {
  margin-right: 8px;
  max-width: 27%;
}
.checkout-cart-index .products-grid .product-item .product-item-details {
  text-align: left;
}
.checkout-cart-index .products-grid .product-item {
  width: 33.33% !important;
  text-align: center;
}
/*------------------End-Cart-page-------------------------*/
/*Genral-css*/
.sidebar.sidebar-additional .block-content div a#compare-clear-all {
  margin: 0;
}
.sidebar.sidebar-additional .block-content div .primary a {
  box-shadow: none !important;
  border-radius: 5px !important;
}
/*01-04-2021*/
.contact-index-index form#contact-form button {
  margin-top: 20px;
}
#checkout-payment-method-load .payment-method {
  margin-bottom: 30px;
}
/*End-01-04-2021*/
/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
  textarea, input[type="text"], input[type="password"], input[type="email"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input:focus {
    font-size: 16px !important;
  }
  html body select {
    font-size: 16px !important;
  }
  .news_letter .news_section input {
    font-size: 18px !important;
  }
}
/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  textarea, input[type="text"], input[type="password"], input[type="email"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input:focus {
    font-size: 16px !important;
  }
  html body select {
    font-size: 16px !important;
  }
  .news_letter .news_section input {
    font-size: 18px !important;
  }
}
/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
  textarea, input[type="text"], input[type="password"], input[type="email"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input:focus {
    font-size: 16px !important;
  }
  html body select {
    font-size: 16px !important;
  }
  .news_letter .news_section input {
    font-size: 18px !important;
  }
}
/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
  textarea, input[type="text"], input[type="password"], input[type="email"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input:focus {
    font-size: 16px !important;
  }
  html body select {
    font-size: 16px !important;
  }
  .news_letter .news_section input {
    font-size: 18px !important;
  }
}
/*print-page*/
.page-print span.order-status {
  float: none;
  margin-left: 10px !important;
}
@media print {
  table#my-orders-table tfoot td.amount {
    padding-left: 20px;
  }
  .block.block-order-details-view .block-content .box {
    display: inline;
    width: auto;
    width: 25%;
    float: left;
  }
  .block.block-order-details-view {
    clear: both;
    float: left;
    width: 100%;
  }
}
/*css for amasty search start*/
.header_middle .amsearch-wrapper-block {
  width: 100%;
  max-width: 435px;
  padding: 0;
  margin: 0;
}
.header_middle .amsearch-input-wrapper .amsearch-input {
  height: 45px;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  font: normal normal normal 14px/1 FontAwesome;
  background: #292a2b;
  color: #fff;
  height: 45px;
  padding: 8px 30px;
  opacity: 1;
  right: 0;
  text-align: center;
  font-size: 24px;
}
.amsearch-input-wrapper .amsearch-button.-loupe:before {
  content: "\f002";
  position: relative;
  left: -9px;
}
.amsearch-form-block {
  display: block;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: auto;
  right: 0;
}
.amsearch-form-block.-opened {
  width: auto !important;
}
/*css for amasty search finish*/
/*menu css start here*/
.page-products .products li.item .product-item-info, .block.related .products li.item .product-item-info {
  height: auto !important;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
  border-top: 1px solid #fff;
}
.ammenu-menu-wrapper .ammenu-text-block {
  font-size: 18px;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
  margin: 0 30px;
}
.ammenu-category-tree .ammenu-title {
  font-size: 13px;
  font-weight: normal;
}
.ammenu-category-columns .ammenu-column {
  padding-bottom: 6px;
}
.ammenu-menu-wrapper {
  margin-bottom: 0;
}
@media only screen and (min-width:992px) and (max-width:1024px) {
  .ammenu-button.-hamburger {
    top: -15px !important;
    left: 10px;
      color: #fff !important;
  }
    .header .logo{    margin-left: 30px;}
}