





ul {
   list-style: outside none none;
  margin: 0;
  padding: 0; }




/*---------------------------------------
    Section Title
-----------------------------------------*/
/
/*---------------------------------------
    02. Header
-----------------------------------------*/


/*-- Sticky Header --*/
.header-sticky.is-sticky {
 background-color:#fff; 
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);

  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999; }



/*-- Header Top Border --*/
.header-top-border {
background:#fff; }

/*-- Header Links --*/
.header-links{
background:#fff;}
    .header-links a:hover {
      color: #202020; }
    .header-links a:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-links a {
        margin-right: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-links a {
        margin-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .header-links a {
        margin-right: 15px; } }
    .header-links a img {
      margin-right: 10px; }
      @media only screen and (max-width: 479px) {
        .header-links a img {
          margin-right: 5px; } }
    .header-links a span {
      font-size: 15px;
      font-weight: 600;
      overflow: hidden; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-links a span {
          font-size: 12px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-links a span {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .header-links a span {
          font-size: 11px; } }

/*-- Header Account Links --*/


.header-account-links {
 float:left; }
  .header-account-links a {
   	color: #444444;
    text-transform: uppercase;
    line-height: 15px;
	padding:10px 0px 0 10px;
    display: block;
    float: left; }
    .header-account-links a:last-child {
      margin-right: 0; }
   
    .header-account-links a i {
      display: block;
      background-color: #202020;
      color: #a6a6a6;
      float: left;
      width: 25px;
      height: 25px;
      border-radius: 25px;
      text-align: center;
      line-height: 23px;
      margin-right: 5px;
	  margin-top: -5px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    
    .header-account-links a span {
      font-size: 15px;
      line-height: 14px;

	  font-weight: 600;
      }
    
    .header-account-links a:hover {
       text-decoration:none;
	  color: #202020; }
      .header-account-links a:hover i {
        background-color: #2761f3;
        color: #000;}

/*-- Header Shop Links --*/
.header-shop-links {
  font-size:14px;
margin-left:30px;}

.header-shop-links a {
  text-decoration: none;
  color: #444444;

 
   }
  .header-shop-links a:hover {
    color: #202020; }
  .header-shop-links a:last-child {
    margin-right: 0; }
  .header-shop-links a i {
    font-size: 24px;
    line-height: 30px;
    }
  
  
  





/*--
    02.2 Header Bottom
-----------------------------------------*/
.header-bottom .justify-content-between > [class*="col"] {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: auto; }

.header-bottom .justify-content-center > [class*="col"]:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-bottom .justify-content-center > [class*="col"]:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-bottom .justify-content-center [class*="col"]:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }




/*-- Main Menu --*/
.main-menu{
  margin-top: -10px;
  width:1300px;
  } 

.main-menu nav > ul > li {
   text-decoration: none;
  display: block;
  float: left;
  border-bottom:2px solid #000066;
  border-top:2px solid #000066;
  position: relative;
  background:#fff;
 
  }
  .main-menu nav > ul > li:last-child {
    margin-right: 0; }
  
  .main-menu nav > ul > li > a {
     text-decoration: none;
	display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #000033;
	padding: 10px 42px 10px 43px;
    }
  .main-menu nav > ul > li.menu-item-has-children > a::after {
    font-family: "±¼¸²";
       margin-left: 5px;
    float: right; }
  .main-menu nav > ul > li.active > a, .main-menu nav > ul > li:hover > a {
    color: #ffffff;
	background:#000066;

	}
  .main-menu nav > ul > li:hover > .sub-menu, .main-menu nav > ul > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 999; }

.main-menu.menu-3 nav > ul > li:last-child {
  margin-right: 0; }



.main-menu.menu-3 nav > ul > li .mega-menu {
  left: -20px; }

/*-- Sub Menu --*/
.sub-menu {
   text-decoration: none;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #000066;
  z-index: 999;
  width: 170px;
  padding: 15px 0;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .sub-menu li {
    position: relative; }
    .sub-menu li a {
      line-height: 24px;
      padding: 6px 20px;
      display: block;
      font-weight: 400;
      color: #444444;
      text-transform: capitalize; }
    .sub-menu li.menu-item-has-children > a::after {
      float: right; }
    .sub-menu li.active > a, .sub-menu li:hover > a {
       text-decoration: none;
	  color: #202020;
      font-weight: 600; }
    .sub-menu li:hover > .sub-menu {
      text-decoration: none;
	  opacity: 1;
      visibility: visible;
      margin-top: 0;
      z-index: 999; }
  .sub-menu .sub-menu {
    left: 100%;
    right: auto;
    top: 0; }
    .sub-menu .sub-menu .sub-menu {
      left: auto;
      right: 100%; }
      .sub-menu .sub-menu .sub-menu .sub-menu {
        left: 100%;
        right: auto; }
      .sub-menu .sub-menu .sub-menu .sub-menu {
        left: auto;
        right: 100%; }

/*-- Mega Menu --*/
.mega-menu {
 text-decoration: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #78a075;
  z-index: -999;
  width: 100%;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .mega-menu.two-column {
    width: 200px;
    left: -20px; }
    .mega-menu.two-column > li {
      width: 20%;
      padding: 0px 25px; }
  .mega-menu.three-column {
    width: 700px;
    left: -600px; }
    .mega-menu.three-column > li {
      width: 25%;
      padding: 00px 15px; }
  .mega-menu > li {
    position: relative;
    float: left; }
    .mega-menu > li > a {
      line-height: 24px;
      padding: 6px 20px;
      display: block;
      font-weight: 600;
      color: #444444;
      text-transform: capitalize; }
    .mega-menu > li.active > a, .mega-menu > li:hover > a {
      text-decoration: none;
	  color: #202020;
      font-weight: 600; }
    .mega-menu > li ul li a {
       text-decoration: none;
	  line-height: 24px;
      padding: 6px 20px;
      display: block;
      font-weight: 400;
      color: #444444;
      text-transform: capitalize; }
    .mega-menu > li ul li.active > a, .mega-menu > li ul li:hover > a {
      color: #202020;
      font-weight: 600; }

/*-- Shop Product Wrap --*/
.shop-product-wrap.list > [class*="col"], .shop-product-wrap.list > [class*="col-"] {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%; }

.shop-product-wrap.list .ee-product {
  display: none;
  
  }

.shop-product-wrap.list .ee-product-list {
  display: block; }

.shop-product-wrap.grid .ee-product {
  display: block; }

.shop-product-wrap.grid .ee-product-list {
  display: none; }
/*----
    07.2 Protuct Style One
-----------------------------------------*/
.ee-product {
  font-family: "±¼¸²";
  margin:12px 0px 6px 6px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }
  .ee-product .image {
   position: relative; }
    .ee-product .image .label {
      position: absolute;
      left: 20px;
      top: 28px;
      font-size: 15px;
      font-weight: 700;
      color: #202020;
      text-transform: capitalize;
      line-height: 20px;	 }
      .ee-product .image .label.sale {
        color: #202020;}
      .ee-product .image .label.new {
        color: #ff0000; }
    .ee-product .image .img {
      display: block;
      background-color: #f6f7f8; }
      .ee-product .image .img img {
        display: block;
        width: 100%; }
    .ee-product .image .wishlist-compare {
      position: absolute;
      top: 20px;
      right: 20px; }
      .ee-product .image .wishlist-compare a {
        height: 33px;
        width: 33px;
        border: 1px solid #999999;
        border-radius: 50px;
        display: block;
        float: left;
        margin-right: 7px;
        color: #444444;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        left: 20px;
        position: relative; }
        .ee-product .image .wishlist-compare a::before {
          content: attr(data-tooltip);
          position: absolute;
          bottom: 100%;
          left: 50%;
          margin-bottom: 8px;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          font-size: 13px;
          font-weight: 600;
          background-color: #444444;
          color: #ffffff;
          line-height: 20px;
          padding: 3px 10px;
          border-radius: 2px;
          white-space: nowrap;
          opacity: 0;
          visibility: hidden; }
        .ee-product .image .wishlist-compare a::after {
          position: absolute;
          left: 50%;
          bottom: 100%;
          margin-bottom: 4px;
          margin-left: -4px;
          content: "";
          border-width: 4px 4px 0 4px;
          border-style: solid;
          border-color: #444444 transparent transparent transparent;
          opacity: 0;
          visibility: hidden; }
        .ee-product .image .wishlist-compare a:last-child {
          margin-right: 0; }
        .ee-product .image .wishlist-compare a:nth-child(1) {
          -webkit-transition-delay: 0.07s;
          -o-transition-delay: 0.07s;
          transition-delay: 0.07s; }
        .ee-product .image .wishlist-compare a:nth-child(2) {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
        .ee-product .image .wishlist-compare a i {
          line-height: 31px;
          font-size: 15px;
          display: block; }
        .ee-product .image .wishlist-compare a:hover {
          color: #202020;
          border-color: #202020; }
          .ee-product .image .wishlist-compare a:hover::before {
            opacity: 1;
            visibility: visible; }
          .ee-product .image .wishlist-compare a:hover::after {
            opacity: 1;
            visibility: visible; }
        .ee-product .image .wishlist-compare a.added {
          color: #202020;
          border-color: #2761f3;
          background-color: #2761f3; }
    .ee-product .image .add-to-cart {
       position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #ff9933;
      color: #202020;
      border-radius: 50px;
      display: block;
      width: 170px;
      padding: 10px 25px 10px 56px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
      -o-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
      transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s; }
      .ee-product .image .add-to-cart i {
        color:#33cccc;
		width: 41px;
        height: 41px;
        background-color: #ffffff;
        border-radius: 50px;
        display: block;
        float: left;
        font-size: 20px;
        text-align: center;
        line-height: 41px;
        -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        position: absolute;
        left: 0;
        right: auto;
        top: 0; }
      .ee-product .image .add-to-cart span {
       color:#fff;
		font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 21px;
        overflow: hidden;
        display: block;
        text-align: center; }
      .ee-product .image .add-to-cart.added {
        padding-left: 25px;
        padding-right: 56px; }
        .ee-product .image .add-to-cart.added i {
          left: calc(100% - 41px); }
  .ee-product .specification {
    background-color: #ffffff;
    overflow: hidden;
    padding: 20px;
    border-bottom: 2px solid #dddddd; }
    .ee-product .specification ul {
      list-style: none; }
      .ee-product .specification ul li {
        font-size: 14px;
        line-height: 24px;
        color: #444444;
        padding-left: 18px;
        position: relative;
        margin: 4px 0; }
        .ee-product .specification ul li::before {
          position: absolute;
          left: 0;
          top: 12px;
          height: 8px;
          width: 8px;
          margin-top: -4px;
          content: "";
          background-color: #444444; }
  .ee-product .content {
  font-family: "±¼¸²";
     background-color: #ffffff;
    overflow: hidden; }
    .ee-product .content .category-title {
      font-family: "±¼¸²";
	  background-color: #fff;
	  text-align: left;
	  padding: 0px 10px 5px 8px;
      border-bottom: 1px solid #dddddd;
      display: -webkit-box;
	  cursor:hand;
  font-size: 13px;
		  }
           .ee-product .content .category-title .cat {
		   font-family: "±¼¸²";
        display: inline-block;
        line-height: 8px;
        text-transform: capitalize;
        font-size: 13px;
        color: #444444;
        letter-spacing: 0.5px;
        margin-bottom: 4px; }
        .ee-product .content .category-title .cat:hover {
          color: #202020; }
      .ee-product .content .category-title .title {
        font-size: 15px;
        font-weight: 800;
        margin: 0;
        line-height: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%; }
        .ee-product .content .category-title .title a {
		font-family: "±¼¸²";
           text-decoration: none;
		  display: block;
          color: #444444; }
          .ee-product .content .category-title .title a:hover {
            color: #202020; }
    .ee-product .content .price-ratting {
       color:#330066;
	  text-decoration: none;
	  padding: 5px 10px;
      float: left;
      width: 100%; }
      .ee-product .content .price-ratting .price {
        text-decoration: none;
		font-size: 15px;
        font-weight: 800;
        color: #444444;
        line-height: 10px;
        float: left;
        margin: 0px 0; }
        .ee-product .content .price-ratting .price span {
          float: left;
          color: #444444;
          margin-right: 0px;
          text-decoration: line-through; }
      .ee-product .content .price-ratting .ratting {
        float: right;
        margin: 0px 0; }
        .ee-product .content .price-ratting .ratting i {
          color: #444444;
          font-size: 14px;
          float: left;
          margin-right: 0px;
          line-height: 24px; }
          .ee-product .content .price-ratting .ratting i:last-child {
            margin-right: 0; }
  .ee-product:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
    .ee-product:hover .image .wishlist-compare a {
      text-decoration: none;
	  opacity: 1;
      visibility: visible;
      left: 0; }
      .ee-product:hover .image .wishlist-compare a:nth-child(1) {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      .ee-product:hover .image .wishlist-compare a:nth-child(2) {
        -webkit-transition-delay: 0.07s;
        -o-transition-delay: 0.07s;
        transition-delay: 0.07s; }
    .ee-product:hover .image .add-to-cart {
      text-decoration: none;
	  opacity: 1;
      visibility: visible;
      bottom: 20px; }

	    27.2 Footer Bottom
-----------------------------------------*/
.


.footer-copyright {

  text-align: left;
  
}
  .footer-copyright a{
  text-decoration:none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-copyright {

       text-align: left; } }
  @media only screen and (max-width: 767px) {
    .footer-copyright {
       text-align: left; } }
  .footer-copyright  {
    font-size: 14px;
   }
    .footer-copyright  a {
	font-size: 14px;
text-decoration:none;
	  font-weight: 600;
      color: #404040; }
.footer-copyright  a :hover {
text-decoration:none;
	  font-weight: 600;
      color: #404040; }
/*-- Footer Copyright Image --*/
.footer-payments-image {
  text-align: right;
  padding-left:100px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-payments-image {
      text-align: left;
      margin-top: 10px; } }
  @media only screen and (max-width: 767px) {
    .footer-payments-image {
      text-align: center;
      margin-top: 10px; } }
  .footer-payments-image img {
    max-width: 100%; }


/
.mini-cart-bottom {
   
    bottom: 0;
    left: 0;
    width: 1300px;
    background-color: #fff; }
 .mini-cart-bottom .sub-total {
      font-size: 16px;
      font-weight: 600;
      color: #444444;
      line-height: 24px;
      padding: 10px 25px;
      margin: 0;
      border-top: 0px solid #e2e2e2; }
.mini-cart-bottom .sub-total span {
        float: right; }
.mini-cart-bottom .button {
      padding: 32px 25px; }
.mini-cart-bottom .button a {
        text-decoration: none;
		display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        line-height: 30px;
        padding: 5px 30px;
        border-radius: 50px;
        background-color: #000066;
        width: 100%;
        text-align: center;
        overflow: hidden;
        position: relative;
        z-index: 1; }
.mini-cart-bottom .button a::before {
          position: absolute;
          left: 50%;
          top: 50%;
          height: 0;
          width: 100%;
          background-color: #3366ff;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          content: "";
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          opacity: 0;
          z-index: -1; }
        .mini-cart-bottom .button a:hover {
          color: #fff; }
          .mini-cart-bottom .button a:hover::before {
            height: 550%;
            opacity: 1; }

.pro-remove a {
  display: block;
  font-weight: 600;
  color: #cc0033; }
 .pro-remove a i {
    font-size: 15px; }
  .pro-remove a:hover {
    color: #ff0000; }

/* Tabs panel */
.tabbable-panel {
background:#fff;
  width: 1300px;
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;

}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #2761f3;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #2761f3;
  position: relative;
}


/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}


.btn.btn-green {
  color: #fff;
  background-color: #000066;
  border-color: #000066;
}
.btn.btn-green.focus,
.btn.btn-green:focus {
  color: #fff;
  background-color: #000088;
  border-color: #000066;

}
.btn.btn-green:hover {
  color: #fff;
  background-color: #000088;
  border-color: #000066;

}
.btn.btn-green.active,
.btn.btn-green:active {
  color: #fff;
  background-color: #00008a;
  border-color: #000066;

}


.btn.btn-pri {
        text-decoration: none;
		display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 30px;
        padding: 5px 30px;
        border-radius: 50px;
        background-color: #000066;
        width: 100%;
        text-align: center;
      
        position: relative;
        z-index: 1; }
.btn.btn-pri : hover {
 
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 30px;
        padding: 5px 30px;
        border-radius: 50px;
        background-color: #0033ff;
        width: 100%;
        text-align: center;
       
        position: relative;
        z-index: 1; }

		.btn.btn-pri :active,
		.btn.btn-pri :focus{
        color: #fff;
  background-color: #0033ff;
}
 
    


			.text15{
			 font-size: 15px;
    font-weight: 600;
    color: #000;
	
	}

