.address-widget/*------------------------------------------------------------------
    Template Name:	Gearx
    Template URI: http://enroutedigitallab.com/html/Gearx
    Description :: Business Shop Template
    Author: enroutedigitallab
    Author URI: http://enroutedigitallab.com/
    License: GPL V2 or Later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Version: 1.0
*/
/*------------------------------------------------------------------
    PROJECT SASS
--------------------------------------------------------------------

1.0 Base Scss
	 Variable
	 Global

2.0 Layout Scss
	 Footer
	 Header

3.0 Module Scss
	 Banner
	 Blog
	 Contact
	 Icon
	 Product
	 Service
	 Single Product

4.0 Pages Scss
	 Home

5.0	Responsive scss
6.0	style scss


*/
/*      All Global css
----------------------------*/
body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Open Sans", sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6, p, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: inherit;
  font-weight: normal;
  color: inherit; }

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: normal;
  color: inherit;
  font-family: inherit; }
  a:hover, a:focus, a.active {
    text-decoration: none;
    color: inherit; 
      
  }


input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.topbar-list ul,
.social-icon ul,
.singel-product-content ul,
.shopping-cart ul,
#clockdiv ul,
.widget-content ul,
.sorting-item ul,
.cart-total-cost ul,
.filter-option ul,
.footer-content ul {
  padding: 0px;
  margin: 0px; }
  .topbar-list ul li,
  .social-icon ul li,
  .singel-product-content ul li,
  .shopping-cart ul li,
  #clockdiv ul li,
  .widget-content ul li,
  .sorting-item ul li,
  .cart-total-cost ul li,
  .filter-option ul li,
  .footer-content ul li {
    list-style: none; }

/*
-----------------------------------------
  GLOBAL
-----------------------------------------
*/
.gearx-btn-black,
.gearx-btn-transparent,
.gearx-btn-red,
.gearx-btn,
.form-submit input[type="submit"] {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  padding: 12px 30px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #4a93be;
  letter-spacing: 1px;
  border: none;
  position: relative;
  overflow: hidden; }
  .gearx-btn-black:hover, .gearx-btn-black:focus,
  .gearx-btn-transparent:hover,
  .gearx-btn-transparent:focus,
  .gearx-btn-red:hover,
  .gearx-btn-red:focus,
  .gearx-btn:hover,
  .gearx-btn:focus,
  .form-submit input[type="submit"]:hover,
  .form-submit input[type="submit"]:focus {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: 0;
    background: #0d2e59; }

.gearx-btn-red {
  background: #c1030f; }

.gearx-btn-black {
  background: #000; }

.gearx-btn-transparent {
  background: transparent;
  color: #000;
  border: 1px solid #e2e2e2; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="url"],
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="time"],
.form-control, textarea, textarea.form-control {
  height: 48px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid #e2e2e2; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  .form-control:focus, textarea:focus, textarea.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    border: 1px solid #e2e2e2; }

textarea, textarea.form-control {
  height: 130px;
  padding: 10px;
  min-height: 130px;
  width: 100%; }

button:focus {
  outline: 0; }

.pr {
  position: relative; }

.no-margin {
  margin: 0px; }

.no-padding {
  padding: 0px; }

.section-padding {
  padding: 60px 0px 35px; }

.section-heading .heading-title {
  color: #fff !important; }

.sec-title {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 800;
  color:#0d2e59;
  line-height: 26px; }

.square {
  width: 45px;
  height: 30px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }
  .square:before {
    content: '';
    width: 1px;
    height: 30px;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    background: red;
    position: absolute;
    top: -30px;
    left: 25px;
    right: 0;
    margin: 0 auto; }
  .square:after {
    content: '';
    width: 1px;
    height: 30px;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    background: red;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 25px;
    margin: 0 auto; }

.line-angel {
  position: relative; }

.line-angel:after,
.line-angel:before {
  width: 1px;
  height: 30px;
  background: #c1030f;
  content: '';
  position: absolute;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0; }

.line-angel:after {
  bottom: -32px;
  left: -40px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg); }

.line-angel:before {
  top: -30px;
  left: 10px; }

.float-clear {
  clear: both; }

.section-bottom {
  padding-bottom: 35px; }

.box-shadow {
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.13); }

.scroll-to-top {
  left: 30px;
  width: 50px;
  height: 50px;
  bottom: 30px;
  background: #c1030f;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 20px;
  border-radius: 100px;
  position: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 99; }

/*-------------------------------------
HEADER
---------*/
.custom-nav{
  padding: 0px; }

.logo-brand {
  margin: 0px;
  padding: 17px  0px;
  position: absolute;
  top: 0;
  left: 0; }

.search-icon {
  font-size: 19px;
  color: black;
  cursor: pointer; }

.love-cart {
  margin-right: 2px; }

.shopping-cart,
.search-cart {
  display: inline-block; }

.angle-icon-down:after {
  content: '\f123';
  font-family: Ionicons;
  margin-left: 5px;
  font-size: 9px;
  vertical-align: middle; }

.blog-sidebar ul li a:before,
.custom-nav-list .dropdown-menu li a:before {
  color: #4a93be; }

.custom-nav-list .dropdown-menu li a:hover {
  color:#4a93be; }

.topbar-list ul li {
  display: inline-block;
  padding-left: 10px; }

.topright a {
  display: block;
  padding: 3px 0px; }

.loginarea,
.language-dropdown {
  width: 145px;
  position: absolute;
  z-index: 999;
  background: white;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  display: none;
  top: 34px; }

.gearx-topbar {
  -webkit-box-shadow: 2px 0px 32px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0px 32px rgba(0, 0, 0, 0.07);
  padding: 10px 0px; }

.location-content {
  /*border-bottom: 1px solid #e8e8e8;*/
  padding: 10px 0px 30px;
  position: relative; }

.location-content .parallelogram {
  background:#4a93be;
  height: 40px;
  width: 43px;
  line-height: 50px;
  text-align: center; }

.location-content .parallelogram i {
  color: white;
  font-size: 30px; }

.phone-icon {
  font-size: 18px !important; }

.location,
.phone-call {
  display: inline-block;
  vertical-align: sub;
  margin-left: 20px; }

.location p,
.phone-call p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0px; }
  
  .location span,
.phone-call span {
    color:#fff;
}

.parent-parallelogram {
  display: inline-block;
  margin-left: 40px;
  text-align: left;
  margin-top:18px;}

.location h4 {
  margin-bottom: 0; }

.main-logo {
  padding: 0px 0px 0px;
  clear: both;
  display: inline-block;
  float: left; }

@media (min-width: 992px) {
  .custom-nav .dropdown-menu {
    position: absolute;
    min-width: 235px;
    background: #fff;
    display: block;
    left: 0;
    top: 65px;
    margin: 0;
    border: 0;
    opacity: 0;
    padding: 12px 0px;
    visibility: hidden;
    border-radius: 0px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
    -webkit-transition: .2s ease-in-out;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .dropdown-menu {
    border: 1px solid transparent !important; }
    .dropdown-menu li {
      display: block;
      margin-left: 0;
      margin-right: 0; }
  .custom-nav .dropdown-menu li a {
    color: #000;
    padding: 5px 20px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400; }
  .navbar-expand-lg .custom-nav .dropdown-menu li a {
    color: #000;
    padding: 6px 30px;
    white-space: nowrap;
    font-size: 14px; }
    .navbar-expand-lg .custom-nav .dropdown-menu li a.nav-link {
      color: #000;
      padding: 6px 15px;
      white-space: nowrap;
      font-size: 14px; }
  #main-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 55px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; } }

@media (max-width: 991px) {
  .custom-nav-list li {
    border-top: 1px solid #ddd; }
  .dropdown-menu {
    border: none;
    padding-left: 30px; } }

.menu-toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block; }
  .menu-toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block; }
    .menu-toggle .hamburger span {
      width: 100%;
      height: 2px;
      position: relative;
      top: 0;
      left: 0;
      margin: 4px 0; }
      .menu-toggle .hamburger span:nth-child(1) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s; }
      .menu-toggle .hamburger span:nth-child(2) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s; }
      .menu-toggle .hamburger span:nth-child(3) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; }
  .menu-toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block; }
    .menu-toggle .hamburger-cross span {
      height: 0%;
      width: 2px;
      position: absolute;
      top: 0;
      left: 10px;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
      .menu-toggle .hamburger-cross span:nth-child(1) {
        height: 0%;
        width: 2px;
        position: absolute;
        top: 0;
        left: 10px;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      .menu-toggle .hamburger-cross span:nth-child(2) {
        width: 0%;
        height: 2px;
        position: absolute;
        left: 0;
        top: 10px;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s; }
  .menu-toggle .hamburger span, .menu-toggle .hamburger-cross span {
    display: block;
    background: #000;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }

.navbar.sticky-nav .menu-toggle .hamburger span, .navbar.sticky-nav .menu-toggle .hamburger-cross span {
  background: #000; }

.navbar-toggler {
  outline: none;
  padding: 0;
  border: 0; }
  .navbar-toggler[aria-expanded="true"] .hamburger span {
    width: 0%; }
    .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1) {
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
      -webkit-transition-delay: .125s;
      -o-transition-delay: .125s;
      transition-delay: .125s; }
    .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s; }
  .navbar-toggler[aria-expanded="true"] .hamburger-cross span:nth-child(1) {
    height: 100%;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .navbar-toggler[aria-expanded="true"] .hamburger-cross span:nth-child(2) {
    width: 100%;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s; }
  .navbar-toggler:focus {
    outline: none; }

.nav-button {
  margin-left: 30px; }

.custom-nav-list li a {
  padding: 15px 30px 15px 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  position: relative; }

.custom-nav-list li a:hover {
  color: #4a93be; }

.shoptab ul li a.active:after,
.shoptab ul li a.active:before,
.filter-option .filter.active:after,
.filter-option .filter.active:before,
.custom-nav-list > li > a > span:after,
.custom-nav-list > li > a > span:before {
  width: 1px;
  height: 12px;
  background: #0d2e59;
  content: "";
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  position: absolute;
  margin: 0 auto;
  opacity: 0; }

.shoptab ul li a.active:after,
.shoptab ul li a.active:before,
.filter-option .filter.active:after,
.filter-option .filter.active:before,
.custom-nav-list > li > a > span:hover:after,
.custom-nav-list > li > a > span:hover:before {
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  opacity: 1; }

.custom-nav-list > li > a span:before {
  top: 20px;
  left: 0;
  right: 12px; }

.custom-nav-list > li > a span {
  position: relative; }

.custom-nav-list > li > a span:after {
  bottom: 20px;
  left: 20px;
  right: 0; }

.shoptab ul li a.active:before,
.filter-option .filter.active:before {
  top: -10px;
  left: 0;
  right: -14px; }

.shoptab ul li a.active:after,
.filter-option .filter.active:after {
  bottom: -10px;
  left: -20px;
  right: 0; }

.shoptab ul li a.active:after,
.shoptab ul li a.active:before,
.filter-option .filter.active:after,
.filter-option .filter.active:before {
  height: 10px; }

.shopping-cart {
  color: #000;
  font-weight: 700;
  padding: 17px 0px 17px 18px; }
  .shopping-cart:hover .minicart-items-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 43px; }
  .shopping-cart a i {
    font-size: 20px; }

.add-item {
  position: absolute;
  top: -14px;
  right: 0px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  background: #c1030f;
  border-radius: 100px;
  text-align: center;
  line-height: 15px;
  color: white;
  font-weight: bold; }

.cart-title,
.shopping-cart {
  position: relative; }

.custom-nav-list .dropdown-menu li a {
  color: #000; }

.useroption a i {
  vertical-align: middle;
  margin-right: 6px; }

.minicart-items-wrapper {
  position: absolute;
  z-index: 99;
  background: white;
  padding: 30px;
  top: 55px;
  width: 290px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17); }
  .minicart-items-wrapper .item-name {
    padding: 16px 15px 0px; }
    .minicart-items-wrapper .item-name h4 {
      font-weight: 400; }
    .minicart-items-wrapper .item-name span {
      color: #c1030f;
      font-weight: 400;
      text-align: left;
      display: block; }
  .minicart-items-wrapper .remove-action {
    padding: 27px 0px 0px 17px; }
  .minicart-items-wrapper .product-name-thumb {
    border-top: 1px solid #e2e2e2;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .minicart-items-wrapper .total-cart {
    padding-top: 15px;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px; }

.cart-btn a {
  font-size: 12px;
  padding: 8px 15px;
  float: left; }

.shopping-cart-parent {
  position: absolute;
  right: 0;
  z-index: 99;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.banner-pad-right {
  padding-right: 5px; }

.banner-pad-left {
  padding-left: 5px; }

.custom-nav-list {
  margin-right: 40px; }

.search-button {
  position: absolute;
  right: 0px;
  top: 0;
  background: transparent;
  border: navajowhite;
  padding: 8px; }

.search-box {
  position: absolute;
  right: 0px;
  bottom: -84px;
  padding: 15px 15px;
  background: #ddd;
  display: none; }

form.search-form {
  position: relative; }

form.search-form input {
  padding: 0px 40px 0px 15px;
  height: 40px;
  background: #fff !important; }

.close-icon {
  display: none; }

.search-cart.search-none .search-i {
  display: none; }

.search-cart.search-none .search-box {
  display: block; }

.search-cart.search-none .close-icon {
  display: block; }

.product-name-thumb.thumb-border {
  border-top: none; }

.product-name-thumb.second-thumb {
  padding-top: 15px; }

.nav-social {
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 17px; }
  .nav-social li {
    display: inline-block;
    list-style: none;
    padding-left: 18px;
    font-size: 18px;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .nav-social li:hover {
      color: #c1030f;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }

.office-contact {
  display: inline; }

.loginarea.list,
.language-dropdown.list {
  display: block; }

.loginarea a,
.language-dropdown a {
  display: block;
  padding-top: 2px;
  text-align: left; }

.language-area a {
  font-size: 13px; }

.product-name-thumb .item-name p {
  margin-bottom: 0; }

/*-------------------------------------
SLIDER
---------*/
.tp-caption.Newspaper-Title-Centered, .Newspaper-Title-Centered {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  letter-spacing: 0px;
  font-weight: 900; }

.home-slider .rev-btn {
  padding-left: 30px !important;
  padding-right: 30px !important; }

/*-------------------------------------
SINGEL PRODUCT
---------*/
.shoptab h4 {
  margin-bottom: 25px; }

.shoptab ul {
  margin-bottom: 35px; }
  .shoptab ul li {
    padding-right: 30px;
    background: white; }
    .shoptab ul li a {
      font-size: 14px;
      color: black;
      font-weight: bold;
      position: relative; }

.singel-product-content ul li {
  margin-bottom: 5px; }
  .singel-product-content ul li span {
    color: black;
    padding-right: 5px;
    font-weight: bold; }

.singel-product-content .star-review i {
  color: #fac917;
  font-size: 16px; }

.singel-product-content h2 {
  font-size: 40px;
  color: #000;
  font-weight: bold; }

.singel-product-content .product-price {
  font-size: 27px;
  margin-top: 10px;
  margin-bottom: 20px; }

.singel-product-content .share {
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid #e6e6e6; }
  .singel-product-content .share a {
    font-size: 16px;
    padding: 10px 7px; }

.item-quantity .value-increment-decrement {
  margin-right: 10px; }

.product span {
  font-size: 16px;
  font-weight: bold;
  color: black; }

.value-increment-decrement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e2e2e2;
  color: black;
  font-weight: bold;
  float: left;
  width: 120px; }
  .value-increment-decrement .product-quantity {
    width: 40px; }

.increment-button,
.decrement-button {
  width: 70px;
  cursor: pointer;
  line-height: 46px;
  text-align: center; }

.value-increment-decrement span {
  text-align: center;
  line-height: 46px; }

.singel-product-category {
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
  padding-top: 22px; }

.item-quantity {
  margin-top: 27px; }

.shop-cart-item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .shop-cart-item .total-price {
    width: 15%; }
  .shop-cart-item .prices {
    width: 20%; }

.shop-cart-item .product {
  width: 45%; }

.shop-cart-item > div, .product-name-thumb > div {
  display: table-cell;
  vertical-align: middle;
  color: #000; }

.shop-cart-item .price {
  width: 20%; }

.shop-cart-item .quantity {
  width: 20%; }

.shop-cart-item .item-photo {
  padding: 0px 20px; }

.subtotal-text {
  display: inline-block; }

.subtotal-amount {
  float: right; }

.shipping-text {
  display: inline-block;
  float: right;
  text-align: right; }
  .shipping-text input {
    border: 1px solid transparent !important;
    text-align: right;
    padding: 0; }
  .shipping-text p {
    margin-bottom: 0px;
    font-size: 15px; }

.address-input {
  display: none; }
  .address-input input {
    margin-top: 20px; }

.total-amount {
  /* display: block; */
  width: 100%;
  float: left; }

.cart-total-cost {
  border: 4px solid #e2e2e2;
  padding: 37px 30px; }
  .cart-total-cost ul li {
    margin-top: 10px;
    font-size: 17px;
    color: #000; }
  .cart-total-cost button {
    width: 100%;
    margin-top: 25px; }

.cart-total-cost h4 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.singel-border {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding: 2px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.shipping-text .text {
  color: #c1030f; }

.cupon-code {
  margin-top: 15px; }
  .cupon-code button {
    background: transparent;
    border: none;
    float: right;
    margin-top: -36px;
    margin-right: 12px; }

.ordering-option select {
  cursor: pointer;
  border-radius: 0;
  background: url(../images/arrow-down.png) no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  outline: 0;
  border: 1px solid #e2e2e2;
  width: 200px;
  float: right;
  padding: 5px 15px; }

.ordering-option {
  margin-bottom: 30px; }

.shop-sidebar ul li a {
  color: black;
  margin-bottom: 10px;
  display: block;
  font-size: 16px; }
  .shop-sidebar ul li a span {
    float: right; }

.widget-border {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 22px;
  margin-bottom: 25px; }

.widget-content h3 {
  font-size: 17px;
  color: #000;
  font-weight: bold; }

#slider-range {
  background-color: #e1e1e1;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 2px; }

#slider-range .ui-slider-range {
  background-color: #e1e1e1;
  position: absolute;
  height: 2px; }

#slider-range .ui-slider-handle {
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #e33;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: -4.5px;
  width: 11px;
  height: 11px; }

#slider-range .ui-slider-handle {
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #e33;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: -4.5px;
  width: 11px;
  height: 11px; }

.price-filter {
  padding-top: 10px;
  display: block; }

.price-range span {
  font-size: 16px; }

.price-filter .ui-slider-horizontal .ui-slider-handle {
  margin-left: 0px; }

.pad-left {
  padding-left: 30px; }

.pad-right {
  padding-right: 30px; }

.shop-cart-item .quantity-price {
  width: 20%; }

.shopping-button {
  margin-top: 30px; }
  .shopping-button a {
    margin-left: 15px; }
  .shopping-button .gearx-btn-transparent:hover {
    color: #fff; }

.brand-list label {
  margin-left: 5px;
  margin-bottom: 0px;
  color: #000; }

.brand-list label::before {
  height: 14px;
  width: 14px; }

.popular-tag a {
  padding: 5px;
  font-size: 16px; }

.heading-family {
  margin-bottom: 30px; }

.tab-pane h3 {
  font-size: 18px;
  color: black;
  font-weight: bold;
  margin-bottom: 27px; }

.cart-total-cost h6 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 17px; }

/*-------------------------------------
SERVICE
---------*/
.service-banner {
  background: url(../images/banner/sitebanner2-min.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 95px  0px 65px; }

.service-delivery {
  padding: 60px 30px; }
  .service-delivery i {
    color: #fff;
    font-size: 50px; }
  .service-delivery p {
    color: #fff; }

.service-delivery h3 {
  color: #fff;
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px; }

.bg-red {
  background: rgba(194, 24, 31, 0.8); }

.bg-blue {
  background: rgba(11, 30, 151, 0.8); }

.bg-orange {
  background: rgba(255, 91, 10, 0.7); }

/*-------------------------------------
BLOG SPACE
---------*/
.blog-area {
  margin-bottom: 30px;
  border: 1px solid #e2e2e2; }
  .blog-area .gearx-btn-red {
    padding: 8px 22px;
    font-size: 13px; }
    .blog-area .gearx-btn-red:hover {
      background: #ff5b0a; }

.meta span {
  font-size: 12px;
  color: #b6b6b6;
  letter-spacing: 1px; }

.blog-content {
  padding: 30px; }
  .blog-content h4 {
    margin-bottom: 12px; }
  .blog-content .meta {
    margin-bottom: 5px; }
  .blog-content .gearx-btn-red {
    padding: 8px 30px; }

.point {
  width: 4px;
  height: 4px;
  background: #c1030f;
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 2px;
  margin-left: 8px;
  margin-right: 8px; }

.blog-sidebar-box {
  padding: 45px 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 30px; }

.blog-sidebar-box ul li a {
  padding: 7px 0px;
  display: block;
  border-top: 1px solid #e2e2e2; }
  .blog-sidebar-box ul li a:hover {
    color: #c1030f; }

.blog-sidebar-box .widget-content h3 {
  margin-bottom: 20px; }

.recent-post li a {
  padding: 14px 0 !important; }
  .recent-post li a:before {
    display: none; }

.recent-post li h5 {
  margin: 16px;
  font-weight: bold;
  color: #000;
  font-size: 15px; }

.tag-cloud a {
  border: 1px solid #e2e2e2;
  margin-right: 5px;
  font-size: 12px;
  padding: 2px 13px;
  display: inline-block;
  margin-bottom: 9px; }
  .tag-cloud a:hover {
    background: #c1030f;
    color: #fff; }

.tag-line {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px; }

.blog-single h2 {
  font-size: 42px;
  color: #000;
  font-weight: bold; }

.blog-single .social-icon,
.blog-single .tag-cloud {
  margin-top: 20px; }

.blog-single-content .para {
  margin-bottom: 28px; }

.blog-single-content h2 {
  margin-bottom: 27px; }

.blockquote-content:before {
  background: url("../images/blog/blockquote.png");
  content: '';
  padding: 38px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 40px;
  margin-top: 7px;
  float: left; }

.blockquote-box {
  margin: 40px 0px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 33px 0px; }
  .blockquote-box strong {
    color: #000;
    font-size: 14px; }

.author-name {
  font-size: 12px;
  color: #b6b6b6;
  font-weight: 400; }

.comment-content {
  margin-top: 40px; }

.author-content {
  border-top: 1px solid #e2e2e2;
  padding-top: 40px;
  margin-bottom: 65px; }

.social-icon ul li {
  display: inline-block;
  margin-left: 10px; }

.social-icon ul li a:hover {
  color: #c1030f; }

.message-box {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 50px; }

.author-content.third {
  padding-left: 65px; }

.blockquote-content {
  font-size: 20px;
  color: black; }

.author-text {
  margin-top: 15px;
  margin-left: 25px; }
  .author-text h4 {
    font-size: 16px;
    font-weight: bold;
    color: black; }

.comment-sec h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 50px; }

.author-content img {
  width: 113px;
  height: 113px;
  float: left;
  margin-right: 25px; }

.faq-list {
  margin-bottom: 30px;
  padding-top: 50px;
  border-top: 1px solid #ddd; }

.heading-family h1, .heading-family h2, .heading-family h3, .heading-family h4, .heading-family h5, .heading-family h6 {
  color: #000;
  font-weight: bold; }

.pagination-bar {
  margin-top: 30px;
  padding: 0px; }
  .pagination-bar li {
    display: inline-block; }
    .pagination-bar li a {
      font-weight: 600;
      color: #000;
      width: 45px;
      height: 30px;
      display: inline-block;
      text-align: center;
      line-height: 30px;
      font-size: 13px;
      border: 1px solid #e2e2e2;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      margin: 0px 5px 10px;
      border-radius: 2px; }
      .pagination-bar li a:hover {
        background: #c1030f;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: #fff; }

.pagination-bar li a.active {
  background: #c1030f;
  color: #fff; }

/*-------------------------------------
BANNER
---------*/
.breadcumb-content h2 {
  font-size: 30px;
  font-weight: 900;
  color: white;
  text-align: center; }

.breadcumb-banner {
    /*margin-top:163px;*/
  margin-bottom: 65px; 
    
}

.breadcumb-banner,
.banner-counter {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.banner-counter {
   /*background: url(../images/banner/sitebanner4.jpg);*/
}

.banner-bottom-left {
  background: url(../images/product/offer-2.jpg); }

.banner-bottom-right {
  background: url(../images/product/offer-1.jpg); }

.breadcumb-banner {
  background: url(../images/banner/breadcrumb.jpg);
  padding: 100px 0px 85px;
  position: relative; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(74 147 190); }

.breadcumb-banner h2 {
  font-size: 30px;
  font-weight: bold;
  font-weight: 800; }

.breadcumb-banner .parallelogram {
  background: rgba(255, 255, 255, 0.1);
  width: 560px;
  height: 100%;
  position: absolute;
  right: 120px;
  top: 0; }
  .breadcumb-banner .parallelogram:before {
    content: '';
    background: #ff5b0a;
    position: absolute;
    width: 60px;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0; }

.banner-area h2 {
  font-size: 65px;
  font-style: italic;
  color: #0d2e59;
  line-height: 66px;
  font-weight: 900; }

.banner-area h3 {
  font-size: 30px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 45px;
  font-weight: 400; }

.banner-bottom-section {
  margin-top: 10px; }

.widget-content {
  position: relative; }
  .widget-content .product-item-content {
    position: absolute;
    bottom: 45px;
    left: 60px; }
    .widget-content .product-item-content .product-price {
      font-size: 45px;
      color: #fff; }
    .widget-content .product-item-content p {
      color: #fff;
      font-weight: bold;
      letter-spacing: 1px; }

.banner-image-content img {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2; }

.banner-image-content .product-item-content {
  padding: 225px 35px 50px;
  position: relative;
  z-index: 2; }
  .banner-image-content .product-item-content .product-price {
    font-size: 45px;
    color: #fff; }
  .banner-image-content .product-item-content p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px; }

.banner-image-content:hover .parallelogram {
  left: 15px;
  background: #ff5b0a;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.banner-image-content .parallelogram {
  width: 300px;
  height: 100%;
  background: #c1030f;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: .8;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.banner-bottom-left .parallelogram {
  background: #102082; }

.countdown {
  position: relative; }
  .countdown .parallelogram {
    background: #c1030f;
    width: 125px;
    height: 105px;
    text-align: center;
    line-height: 105px; }
    .countdown .parallelogram span {
      font-size: 50px;
      font-weight: 900;
      color: #fff; }
  .countdown .smalltext {
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
    padding-right: 45px;
    text-align: center; }
  .countdown ul li {
    display: inline-block;
    text-align: center; }

.product-deal {
  padding-left: 50px;
  position: relative; }

.hours-parallelogram {
  margin-left: 160px;
  display: inline-block;
  text-align: center; }

.day-parallelogram {
  margin-top: 105px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -20px; }

.minute-parallelogram {
  margin-left: 237px;
  text-align: center;
  display: inline-block;
  margin-top: -38px; }

.second-parallelogram {
  margin-left: 313px;
  display: inline-block;
  margin-top: -37px; }

.watch-price {
  position: absolute;
  top: 0;
  right: 0px;
  width: 260px; }

.hot-product .price {
  width: 90px;
  height: 90px;
  background: rgba(102, 163, 52, 0.8);
  border-radius: 100px;
  text-align: center;
  font-size: 30px;
  color: white;
  font-weight: bold;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  line-height: 90px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: -55px; }

.newsletter-popup .newsletter-popup-container {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: none;
  text-align: center;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 50px 50px;
  overflow: hidden; }

.newsletter-popup.popup-visible .newsletter-popup-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.newsletter-popup .newsletter-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px; }

.bts-popup-close i {
  cursor: pointer;
  color: #000;
  font-size: 20px; }

.newsletter-popup.popup-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.newsletter-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9991;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.social-icon .parallelogram {
  background: #c1030f;
  color: #fff !important; }

.newsletter-popup-container .subscribe-form input {
  border: 1px solid #e2e2e2 !important; }

/*-------------------------------------
PRODUCT
---------*/
.product-price {
  font-weight: bold;
  font-size: 16px;
  color: #0d2e59; }

.product-heading {
  font-size: 17px;
  font-weight: 700; }

.product-subname {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2px;
  letter-spacing: 1px; }

.product-box {
  border: 1px solid #e2e2e2;
  margin-bottom: 30px; }

.gallery-box .product-item,
.product-box .product-item {
  overflow: hidden; }

.gallery-box:hover .addcart-item,
.product-box:hover .addcart-item {
  opacity: 1;
  bottom: 45px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #c1030f; }

.gallery-box:hover .product-price,
.product-box:hover .product-price {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.gallery-box:hover img,
.product-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.gallery-box img,
.product-box img {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.product-item .product-item-content {
  margin-top: 35px;
  margin-bottom: 40px; }
  .product-item .product-item-content h3 a {
    font-weight: bold; }

.star-review .parallelogram {
  border: 1px solid #dcdcdc;
  font-weight: 700;
  font-size: 12px;
  width: 55px;
  color: #070101;
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 99; }
  .star-review .parallelogram:after {
    content: "\f24e";
    font-family: "Ionicons";
    color: #fac917;
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .star-review .parallelogram .rating {
    margin-right: 4px; }

.social-icon ul li a.parallelogram i:before {
  -webkit-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg); }

.countdown .parallelogram span,
.location-content .parallelogram i,
.date,
.social a i:before,
.count-number,
.price,
.rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg); }

.bg-gray {
  background: #f6f6f6; }

.product-gallery {
  margin-bottom: 30px;
  position: relative; }

.product-item-content .parallelogram {
  background: #c1030f; }

.product-gallery .parallelogram {
  position: absolute;
  top: 22px;
  right: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 99; }

.product-gallery .product-heading {
  position: absolute;
  left: 30px;
  bottom: 25px;
  z-index: 99; }

.addcart-item {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  font-weight: bold;
  color: black;
  bottom: 15px;
  font-size: 16px; }

.addcart-item:before {
  font-family: "Ionicons";
  /*content: "\f218";*/
  margin-right: 5px;
  font-size: 11px; }

.client-logo .owl-carousel .owl-item img {
  display: block;
  width: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .mobile-broken-col-xs .col-lg-1, .mobile-broken-col-xs .col-lg-2, .mobile-broken-col-xs .col-lg-3, .mobile-broken-col-xs .col-lg-4, .mobile-broken-col-xs .col-lg-5, .mobile-broken-col-xs .col-lg-6, .mobile-broken-col-xs .col-lg-7, .mobile-broken-col-xs .col-lg-8, .mobile-broken-col-xs .col-lg-9, .mobile-broken-col-xs .col-lg-10, .mobile-broken-col-xs .col-lg-11, .mobile-broken-col-xs .col-lg-12,
  .mobile-broken-col-xs .col-md-1, .mobile-broken-col-xs .col-md-2, .mobile-broken-col-xs .col-md-3, .mobile-broken-col-xs .col-md-4, .mobile-broken-col-xs .col-md-5, .mobile-broken-col-xs .col-md-6, .mobile-broken-col-xs .col-md-7, .mobile-broken-col-xs .col-md-8, .mobile-broken-col-xs .col-md-9, .mobile-broken-col-xs .col-md-10, .mobile-broken-col-xs .col-md-11, .mobile-broken-col-xs .col-md-12 {
    float: left; }
   }

.line-title {
  position: relative; }
  .line-title:before {
    position: absolute;
    left: 0;
    top: 13px;
    height: 1px;
    background: #e6e6e6;
    content: '';
    width: 100%;
    z-index: -1; }
  .line-title span {
    /*background: white;*/
    padding-right: 30px; }

.filter-list {
  padding-right: 0px; }

#grid .mix {
  display: none; }

.filter-option {
  float: right; }
  .filter-option ul li {
    display: inline-block; }
    .filter-option ul li a {
      font-weight: bold;
      font-size: 15px;
      color: #070101;
      position: relative;
      padding: 0px 12px; }

.filter-heading .section-heading {
  float: left; }

.gallery-box {
  border: 5px solid #fff; }

.blog-content h3,
.product-item-content h3 {
  font-size: 17px;
  font-weight: 700;
  color: #000; }

.result-item h3 {
  font-size: 17px;
  font-weight: bold;
  color: #000; }

/*-------------------------------------
CONTACT
---------*/
.comment-respond {
  padding: 30px;
  margin-bottom: 30px; }

.comment-author-email-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px; }

.comment-author-email-url > p {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 20px; }

.comment-author-email-url > p input {
  width: 100%;
  padding: 15px; }

#map {
  width: 100%;
  height: 560px;
  margin-bottom: 60px; }

.comment-respond h3 {
  margin-bottom: 30px; }

.widget {
  padding: 30px 20px 40px 45px;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2; }

/*-------------------------------------
FOOTER
---------*/
.footer-section {
  background: #0e2f5a;
  border-top: 3px solid #5c9ec5;
    
}

.footer-content {
  padding: 65px 0px 55px; }
  .footer-content .logo {
    margin-bottom: 0px; }
  .footer-content h4 {
    color: #fff;
    margin-top:22px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 16px; }
  .footer-content p {
    color: #fff; }
  .footer-content ul li a {
    font-size: 15px;
    color: #fff;
    font-weight:500;
    display: block;
    margin-bottom: 12px; }
    .footer-content ul li a:hover{
        color:#4a93be;
    }

.blog-sidebar ul li a:before,
.custom-nav-list .dropdown-menu li a:before,
.footer-content ul li a:before {
  font-family: "Ionicons";
  content: "\f125";
  margin-right: 10px;
  font-size: 11px; }

.address-widget {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
  padding: 0px 0px 10px;
   }
  .address-widget i {
    margin-right: 10px;
    font-size: 18px;
    float: left;
    padding-top: 6px; }
  .address-widget .number {
    margin-bottom: 5px;
    font-weight: 700; }
  .address-widget .email-number {
    margin-bottom: 0px; }

.middle-content {
  /*border-right: 1px solid rgba(255, 255, 255, 0.05);*/
  /*border-left: 1px solid rgba(255, 255, 255, 0.05);*/
  padding-left: 60px; }

.subscribe-form {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px; }
  .subscribe-form input {
    background: transparent;
    border: 1px solid #aaa;
    margin-top: 30px; }
    .subscribe-form input:focus {
      border: 1px solid rgba(255, 255, 255, 0.05);
      color: rgba(255, 255, 255, 0.5); }
  .subscribe-form .subscribe-form input::-webkit-input-placeholder {
    colro: red; }
  .subscribe-form .subscribe-form input:-ms-input-placeholder {
    colro: red; }
  .subscribe-form .subscribe-form input::-ms-input-placeholder {
    colro: red; }
  .subscribe-form .subscribe-form input::placeholder {
    colro: red; }
  .subscribe-form button {
    border: none;
    background: #ff5b0a;
    padding: 5px 22px;
    position: absolute;
    color: #fff;
    right: 5px;
    bottom: 5.5px;
    font-size: 18px; }

.social a {
  color: #0d2e59; }
  .social a:hover {
    background: #4a93be;
    color:#fff;}
  .social a i {
    font-size: 18px; }

.parallelogram {
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  display: inline-block;
  text-decoration: none;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.copyright {
  background: #fff;
  padding: 15px 0px 10px;
  line-height: 53px;
  border-top: 1px solid rgba(255, 255, 255, 0.05); }

.copyinfo p {
  margin-bottom: 0px;
  color: ##0d2e59;
  font-weight:500;}

.newsletter-content {
  padding-left: 10px; }

.contact-content {
  padding-right: 0px; }

.payment-method {
  text-align: right; }
  .payment-method a {
    padding-left: 10px; }

/*-------------------------------------
ICON SETUP
---------*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon4d17.eot?ir11od");
  src: url("fonts/icomoon4d17.eot?ir11od#iefix") format("embedded-opentype"), url("fonts/icomoon4d17.ttf?ir11od") format("truetype"), url("fonts/icomoon4d17.woff?ir11od") format("woff"), url("fonts/icomoon4d17.svg?ir11od#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-united-states .path1:before {
  content: "\e900";
  color: #f0f0f0; }

.icon-united-states .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: #d80027; }

.icon-united-states .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: #d80027; }

.icon-united-states .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: #d80027; }

.icon-united-states .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: #d80027; }

.icon-united-states .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: #0052b4; }

.icon-user:before {
  content: "\e906";
  font-size: 16px; }

.icon-phone-call:before {
  content: "\e907"; }

.icon-placeholder:before {
  content: "\e908";
  font-size: 22px; }

.icon-right-arrow-angle:before {
  content: "\e909"; }

.icon-down-arrow:before {
  content: "\e90a";
  font-size: 7px;
  vertical-align: top;
  line-height: 19px; }

.icon-up-arrow-angle:before {
  content: "\e90b"; }

.icon-facebook-logo:before {
  content: "\e90c"; }

.icon-google-plus:before {
  content: "\e90d"; }

.icon-twitter:before {
  content: "\e90e"; }

.icon-linkedin-logo:before {
  content: "\e90f"; }

.icon-right-arrow:before {
  content: "\e910"; }

.icon-award:before {
  content: "\e911"; }

.icon-delivery-truck:before {
  content: "\e912"; }

.icon-pay:before {
  content: "\e913"; }

.icon-e-mail-envelope:before {
  content: "\e914"; }

.icon-star:before {
  content: "\e915";
  color: #efce4a; }

.icon-shopping-cart:before {
  content: "\e916"; }

.icon-add:before {
  content: "\e917"; }

.icon-substract:before {
  content: "\e918"; }

.icon-multiply:before {
  content: "\e919"; }

.icon-google-plus-1:before {
  content: "\e91a"; }

.icon-search:before {
  content: "\e91b"; }

.icon-magnifying-glass:before {
  content: "\e91c"; }

.icon-heart:before {
  content: "\e91d"; }

.icon-like:before {
  content: "\e91e"; }

.language-flag {
  background: url(../images/englishflag.png);
  padding: 0px 0px 0px 17px;
  background-repeat: no-repeat;
  margin-right: 3px;
  vertical-align: middle; }

/*-------------------------------------
SECTION PADDING SPACE
---------*/
.featured-item-section {
  padding: 100px 0px 100px; }

.related-product-section {
  padding-top: 75px;
  padding-bottom: 35px; }

.buy-category-section {
  padding-top: 95px;
  padding-bottom: 35px; }

.banner-counter {
  padding: 120px 0px 115px; }

.recent-item-section {
    padding-top:65px;
  padding-bottom: 35px; }

.shop-review {
  padding-top: 75px; }

/*-------------------------------------
FAQ PAGES
---------*/
.faq-list .card:first-child {
  margin-top: 0; }

.faq-list .card {
  margin-top: 15px;
  border-radius: 5px;
  overflow: hidden;
  border: none; }

.faq-list .card-header {
  border-bottom: none;
  padding: 0px; }

.faq-list .card .card-header button {
  color: #ff5b0a;
  text-align: left;
  font-size: 17px;
  padding: 18px;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  display: block;
  width: 100%; }

.faq-list .card .card-header button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #ff5b0a;
  right: 20px;
  top: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.faq-list .card .card-header button[aria-expanded="true"]:before {
  border-top: 0;
  border-bottom: 6px solid #ff5b0a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.faq-list .card-body {
  padding: 30px 30px 0px; }

/*
---------------------------------------
  Css Loader
 --------------------------------------
 */
.preloader {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 9999; }

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff; }

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 5.0em;
  height: 5.0em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-left: 1px solid rgba(237, 237, 237, 0.7);
  border-right: 1px solid rgba(237, 237, 237, 0.7);
  border-bottom: 1px solid rgba(237, 237, 237, 0.7);
  border-top: 1px solid #d91411;
  border-radius: 100%; }

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*  1 - media screen and (min-width: 1366px)
----------------------------------- ----------------------------------- */
@media (max-width: 1366px) {
  .watch-price {
    margin-top: 0px;
    left: -30px; }
  .countdown {
    margin-left: 235px; }
  .day-parallelogram {
    margin-top: 0px;
    left: 15px; }
  .hours-parallelogram {
    margin-left: 200px; }
  .minute-parallelogram {
    margin-left: 20px;
    margin-top: 20px; }
  .second-parallelogram {
    margin-left: 190px;
    margin-top: -138px;
    float: left; }
  .hot-offer .price {
    left: 40px; } }

/*  1 - media screen and (min-width: 1024px)
----------------------------------- ----------------------------------- */
@media (max-width: 1024px) {
  .countdown .product-price {
    right: 0px; }
  .filter-option ul li a:nth-child(4) {
    padding-right: 0px; }
  .banner-image-content .parallelogram {
    width: 160px; }
  .banner-image-content img {
    right: 0px; } }

/*  1 - media screen and (min-width: 991px)
----------------------------------- ----------------------------------- */
@media (max-width: 991px) {
  .countdown .product-price {
    display: none; }
  .middle-content,
  .newsletter-content {
    padding-left: 15px; }
  .contact-content {
    padding-right: 15px; }
  .shop-sidebar {
    padding: 0px 0px; }
  .cart-total-cost {
    margin-top: 30px; }
  .singel-product-content {
    padding-left: 0;
    padding-top: 20px; }
  .shop-review {
    padding-top: 38px; }
  .xzoom {
    width: 100% !important; }
  .shopping-cart:hover .minicart-items-wrapper {
    top: 35px; }
  .navbar-toggler {
    float: left;
    margin: 17px 0px 10px; }
  .custom-nav-list li > a:before,
  .custom-nav-list > li > a:after {
    display: none; }
  .custom-nav-list {
    margin-right: 0px; }
  .countdown {
    margin-left: 0px;
    margin-top: 30px; }
  .second-parallelogram {
    margin-left: 210px;
    margin-top: -138px; }
  .watch-price {
    left: 460px; }
  .product-deal {
    padding-left: 0px; }
  .banner-counter {
    padding: 70px 0px 70px; }
  .banner-area h2 {
    font-size: 24px;
    line-height: 17px; }
  .countdown .parallelogram span {
    font-size: 30px; }
  .logo-brand {
    padding: 10px 0px;
    left: 40px; }
  .custom-nav-list li a {
    padding: 10px 20px; }
  .shopping-cart-parent {
    top: 28px; }
  .search-box {
    bottom: -77px; }
  .author-content.third {
    padding-left: 0px; } }

/*  1 - media screen and (min-width: 768px)
----------------------------------- ----------------------------------- */
@media (max-width: 768px) {
  .countdown {
    position: relative;
    margin-left: 100px;
    margin-top: 365px; }
  .footer-content {
    padding: 30px 0px 0px; }
    .footer-content h4 {
      margin-bottom: 20px; }
  .middle-content {
    border-left: transparent;
    border-right: transparent;
    padding-left: 15px; }
  .copyright {
    margin-top: 50px; }
  .payment-method {
    text-align: left; }
  .banner-area {
    margin-bottom: 50px; }
  .banner-bottom-right {
    padding-right: 15px; }
  .banner-bottom-left {
    padding-left: 15px; }
  .banner-bottom-section {
    margin-top: 30px; }
  .heading-line h2 {
    margin-bottom: 30px !important; }
  .filter-option {
    float: left;
    margin-bottom: 30px; }
  .section-padding,
  .buy-category-section,
  .featured-item-section {
    padding: 50px 0px 20px; }
  .section-bottom,
  .recent-item-section {
    padding-bottom: 20px; }
  .banner-counter {
    padding: 50px 0px 40px; }
  .service-banner {
    padding: 50px 0px 50px; }
  #map {
    margin-bottom: 30px; }
  .watch-price {
    left: 0;
    margin: -320px auto;
    right: 0; }
  .banner-area {
    text-align: center; }
  .product-deal {
    padding-left: 0px; }
  .banner-bottom-right {
    margin-right: 0px; }
  .shopping-cart {
    top: 30px;
    right: 15px; }
  .office-contact {
    display: inline-block;
    margin-top: 30px; } }

/*  1 - media screen and (max-width: 767px)
----------------------------------- ----------------------------------- */
@media (max-width: 767px) {
  .mobile-broken-col-xs .col-lg-1, .mobile-broken-col-xs .col-lg-2, .mobile-broken-col-xs .col-lg-3, .mobile-broken-col-xs .col-lg-4, .mobile-broken-col-xs .col-lg-5, .mobile-broken-col-xs .col-lg-6, .mobile-broken-col-xs .col-lg-7, .mobile-broken-col-xs .col-lg-8, .mobile-broken-col-xs .col-lg-9, .mobile-broken-col-xs .col-lg-10, .mobile-broken-col-xs .col-lg-11, .mobile-broken-col-xs .col-lg-12,
  .mobile-broken-col-xs .col-md-1, .mobile-broken-col-xs .col-md-2, .mobile-broken-col-xs .col-md-3, .mobile-broken-col-xs .col-md-4, .mobile-broken-col-xs .col-md-5, .mobile-broken-col-xs .col-md-6, .mobile-broken-col-xs .col-md-7, .mobile-broken-col-xs .col-md-8, .mobile-broken-col-xs .col-md-9, .mobile-broken-col-xs .col-md-10, .mobile-broken-col-xs .col-md-11, .mobile-broken-col-xs .col-md-12 {
    float: left; }
  .banner-area h3 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 15px; }
  .banner-area h2 {
    font-size: 24px;
    line-height: 26px; }
  .footer-content h5 {
    margin-bottom: 15px; }
  .discount,
  .topbar-list {
    text-align: center !important; }
  .banner-pad-left {
    padding-left: 15px; }
  .banner-pad-right {
    padding-right: 15px; }
  .author-text {
    margin-top: 0px; }
  .service-delivery {
    padding: 40px 30px; } }

/*  1 - media screen and (min-width: 667px)
----------------------------------- ----------------------------------- */
@media (max-width: 575px) {
  .banner-image-content .parallelogram {
    width: 120px;
    height: 100%; }
  .ordering-option select {
    float: left;
    margin-top: 15px; }
  .product-name-thumb .item-name {
    float: left;
    margin-top: 15px; }
  .countdown {
    margin-left: 55px; }
  .bts-popup .bts-popup-container {
    padding: 50px 15px; }
  .subscribe-form,
  .footer-content h5 {
    margin-bottom: 15px; }
  .office-contact {
    display: none; }
  .location-content {
    padding: 10px 0px 78px; }
  .shopping-cart-parent {
    top: 15px;
    right: -15px; }
  .navbar-toggler {
    margin: 17px 0px 17px; } }

/*  1 - media screen and (min-width: 480px)
----------------------------------- ----------------------------------- */
@media (max-width: 480px) {
  .day-parallelogram {
    margin-top: 0px;
    display: inline-block;
    position: relative;
    top: 0;
    left: -20px;
    float: left; }
  .hours-parallelogram {
    margin-left: 0px;
    display: inline-block;
    text-align: center; }
  .minute-parallelogram {
    margin-left: -20px;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    float: left; }
  .second-parallelogram {
    margin-left: 18px;
    margin-top: 15px; }
  .countdown .parallelogram {
    width: 105px; }
  .comment-author-email-url {
    display: block; }
  .home-slider .tp-leftarrow {
    top: 34% !important;
    left: 55% !important; }
  .author-content {
    display: block !important; }
  .author-text {
    margin-left: 0px; }
  .author-content.third {
    padding-left: 0px; }
  .parent-parallelogram {
    float: left; }
  .author-content img {
    margin-bottom: 15px; }
  .banner-image-content img {
    right: 30px; }
  .blog-single h2 {
    font-size: 24px; }
  .social-icon {
    float: left !important; }
  .blog-sidebar-box {
    padding: 45px 15px; }
  .sec-title {
    font-size: 20px; }
  .singel-product-content h2 {
    font-size: 30px; } }

/*  1 - media screen and (min-width: 375px)
----------------------------------- ----------------------------------- */
@media (max-width: 375px) {
  .shop-cart-item .quantity {
    width: 40%; }
  .value-increment-decrement {
    width: 90px; }
  .blockquote-content:before {
    display: block;
    float: none; }
  .author-content {
    margin-bottom: 40px; } }

/*  1 - media screen and (min-width: 320px)
----------------------------------- ----------------------------------- */

/*# sourceMappingURL=style.css.map */




/* Default Table Style */
table {
  color: #333;
  background: white;
  border: 1px solid grey;
  font-size: 12px;
  border-collapse: collapse;
}
table thead th,
table tfoot th {
  color: #fff;
    background: #0d2e59;
}
table caption {
  padding:.5em;
}
table th,
table td {
  padding: .5em;
  border: 1px solid lightgrey;
}
/* Zebra Table Style */
[data-table-theme*=zebra] tbody tr:nth-of-type(odd) {
  background: rgba(0,0,0,.05);
}
[data-table-theme*=zebra][data-table-theme*=dark] tbody tr:nth-of-type(odd) {
  background: rgba(255,255,255,.05);
}
/* Dark Style */
[data-table-theme*=dark] {
  color: #ddd;
  background: #333;
  font-size: 12pt;
  border-collapse: collapse;
}
[data-table-theme*=dark] thead th,
[data-table-theme*=dark] tfoot th {
  color: #aaa;
  background: rgba(0255,255,255,.15);
}
[data-table-theme*=dark] caption {
  padding:.5em;
}
[data-table-theme*=dark] th,
[data-table-theme*=dark] td {
  padding: .5em;
  border: 1px solid grey;
}




/*tabs styles*/
.nav-tabs{
    border-bottom:none!important;
}
.nav-tabs-outer > ul > li{
   display: block;
    /* width: 33.33%; */
    font-size: 14px;
    margin: 3px;
    color: #fff;
    border-radius: 3px;
    padding: 2px;
    background-color: #5c9ec5;
    border: 1px solid #5c9ec5;
} 
.nav-tabs-outer > ul > li:hover{
  border: 1px solid #ff5b0a;
    background-color: #ff5b0a;
} 
.tab-content {
    margin-top: 15px;
  /*background: #eee;*/
}
.tab-content img {
  padding: 15px;
  float: left;
}

.tab-pane:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 768px) {
    ul.image-gallery {
    padding: 0 15px;
    display: inline-block;
}
ul.image-gallery li {
    margin: 0;
    display: flex;
}
.close {
    right: 14%;
    top: 6%;
}
}
.singel-product-content h5 {
    font-size: 14px!important;
    color: #333;
}