/*---------------------------------------------------------------
  Template name:
  Author:Themeix
  Template URI: 
  Description:
  Version:2.0
  Author URI:

-----------------------------------------------------------------*/

/*-----------------------------------------------------------------
  Table of contents
  ----------------

  1. General style
  2. 
-------------------------------------------------------------------*/


/*==============================
  1. General style
================================*/
*{
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none;
}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
p {margin:0 0 15px;}
body{
  font-family: 'Open Sans', sans-serif;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  background: #FFFFFF;
  line-height: 24px;
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased; 
    text-rendering: optimizeLegibility;
}
ul,ol,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
::-moz-selection {
    background-color: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    margin:0;
    padding: 0;

}
h1,
h2,
h3,
h4,
h5,
h6{
 
  font-weight: normal;
  margin: 0;
  line-height: 30px;
  text-rendering: optimizeLegibility;
}
h1{
  font-size: 36px;
}
h2{
  font-size: 30px;
}
h3{
  font-size: 26px;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 16px;
}
a:focus,a:hover{
  text-decoration: none;
  background-color: transparent;
    transition: all 0.5s ease 0s;
}
p{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
img{
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input,select,textarea{
  -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
input[type="text"], input[type="email"], input[type="password"], input[type="url"] {
  background: transparent;
  border: ;
  color: #;
  font-size: ;
  font-weight: ;
  height: 40px;
  width: 100%;
  /* margin-bottom: 20px; */
  padding: 0 10px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:-moz-placeholder { /* Firefox 18- */
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
textarea::-webkit-input-placeholder {
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
textarea::-moz-placeholder {
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
textarea:-ms-input-placeholder {
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
textarea:-moz-placeholder {
    color: #606060;
    opacity: 1;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
select {
   border: 1px solid #eeeeee;
   color: #999999;
   font-size: 13px;
   height: 30px;
   padding-left: 20px;
}
option {
   background: #ffffff none repeat scroll 0 0;
   border: 0 solid #626262;
   font-size: 13px;
   padding-left: 10px;
}
textarea {
  background: #FFFFFF;
  border: 1px solid #e1e1e1;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 10px 10px 20px;
  width: 100%;
  height: 190px !important;
  margin-bottom: 12px;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="phone"]:focus,
input[type="url"]:focus,
textarea[name="comment"]:focus{
  border: 1px solid #1476C6;
}
.item-img img{
  width: 100%;
}
/* ===========================
2. HEADER-AREA
============================ */
/*----------------------------------------*/
/*  2.1  Header-Top
/*----------------------------------------*/
.header-top {
  background: #eee none repeat scroll 0 0;
  font-size: 13px;
}
.top-menu {
  float: left;
}
.top-menu > ul {display: inline-block;}
.top-menu > ul > li {
  border-left: 1px solid #ddd;
  display: inline-block;
  position: relative;
  top: 100%;
}
.top-menu > ul > li > a {
  color: #7e7e7e;
  display: inline-block;
  font-size: 13px;
  padding: 10px 10px;
}
.top-menu > ul > li > ul {
  background: #fff none repeat scroll 0 0;
  border-color: #F82E56 #ddd #ddd;
  border-style: solid;
  border-width: 3px 1px 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  padding: 10px;
  left: 0;
  position: absolute;
  z-index: 10;
}
.top-menu > ul > li:hover > ul{
  display: block;
}
.top-menu > ul > li > ul > li {
  border-bottom: 1px solid #e5e5e5;
  line-height: 40px;
}
.top-menu > ul > li > ul > li > a {
  color: #7e7e7e;
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  white-space: nowrap;
}
.top-menu > ul > li > ul > li a:hover {
  color: #fff;
  background: #F82E56;
}
.top-menu ul.language ul {
  min-width: 135px;
}
.top-menu ul.currency ul {
  min-width: 90px;
}
.currency strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}
p.welcome-msg {
  border-left: 1px solid #ddd;
  display: inline-block;
  line-height: 30px;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.top-link {
  float: right;
}
.top-link > ul.link {
  display: inline-block;
  line-height: 50px;
  margin-bottom: -5px;
}
.top-link > ul.link > li {
  border-left: 1px solid #ddd;
  display: inline-block;
  float: left;
  /* height: 50px; */
  list-style: outside none none;
  /* overflow: hidden; */
}
.top-link > ul.link > li:last-child {border-right: 1px solid #ddd;}
.top-link > ul.link > li a {
  color: #adadad;
  display: block;
  font-size: 0;
  height: 43px;
  line-height: 56px;
  padding: 0px 20px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  /* width: 50px; */
}
.top-link > ul.link > li a i {
  font-size: 16px;
  padding-right: 5px;
}
.top-link > ul.link > li a:hover, .top-link > ul.link > li a:focus, .top-link > ul.link > li a:active {
  background: #1476C6 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  line-height: 50px;
  text-decoration: none;
  width: auto;
}


.language li a i,
.currency li a i{
  margin-left: 5px;
}


/*----------------------------------------*/
/*  2.2  Header-Middle
/*----------------------------------------*/
.header-middle {
  margin: 20px 0;
}
.support-client {
  display: block;
  margin-bottom: 40px;
  min-height: 35px;
}
.single-support {
  margin-left: 10px;
}
.single-support i{
  color: #898989;
  float: left;
  font-size: 30px;
}
.support-text {
  margin-left: 45px;
}
.single-support i {
  border: 0;
  display: inline-block;
  font-size: 30px;
  line-height: 34px;
  color: #f82e56;
  text-align: center;
}
.support-text h1 {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.support-text p {
  line-height: 12px;
  margin: 0;
}
.quick-access {
  display: inline-block;
}
.quick-access .search-by-category {
  border: 1px solid #bebebe;
  float: left;
  margin-right: 10px;
  position: relative;
}
.search-container {
  float: left;
  position: relative;
}
.search-container::after {
  border-left: 6px solid hsla(0, 0%, 0%, 0);
  border-right: 6px solid hsla(0, 0%, 0%, 0);
  border-top: 6px solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 15px;
  top: 23px;
  width: 0;
  z-index: -1;
}
.search-container select {
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: medium none;
  background: transparent;
  color: #7e7e7e;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  height: 48px;
  padding: 0 22px 0 10px;
  text-transform: capitalize;
  width: 185px;
}
.search-container select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  text-overflow:ellipsis;
  clear:both;
}
.all-cate, .cate-item-head {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.header-search {
  float: left;
}
.search-by-category .header-search input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #444;
  font-weight: 500;
  height: 48px;
  line-height: 26px;
  padding: 10px 65px 10px 15px;
  width: 430px;
  border-left: 2px solid #ddd;
  position: relative;
}
.header-middle button {
  background: #1476C6 none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  line-height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s ease 0s;
  width: 53px;
  border: 0px;
}
.header-middle button:hover {
  background: #1476C6 none repeat scroll 0 0;
}
.top-cart {
    float: right;
}
.top-cart ul li {
    float: left;
    position: relative;
}
.top-cart ul li a {
    display: block;
}
.top-cart ul li a span i {
  background: #1476C6 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-size: 16px;
  height: 49px;
  line-height: 51px;
  text-align: center;
  width: 50px;
  margin: 0 5px 0 0;
}
.top-cart ul li a:hover i {
  background: #ed7987 none repeat scroll 0 0;
}
.top-cart .cart-total {
  color: #929292;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  min-width: 160px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.top-cart span.cart-title {
  color: #929292;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.top-cart span.cart-item {
  color: #929292;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.top-cart span.top-cart-price {
  color: #e95668;
  font-size: 15px;
  margin-right: 0;
  white-space: nowrap !important;
}
/* Top-Cart */
.top-cart ul li .mini-cart-content{
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  padding: 15px 0 0;
  position: absolute;
  right: 5px;
  top: 104%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 280px;
  z-index: 9999999 !important;
}

.top-cart ul li .mini-cart-content {
  overflow-y: auto;
}
.top-cart ul li:hover .mini-cart-content {
  opacity: 1;
  transform: scale(1);
  z-index: 9999;
}
.top-cart ul li .mini-cart-content .cart-img-details {
  border-bottom: 0 none;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 12px 12px 0;
  position: relative;
}
.top-cart ul li .mini-cart-content .cart-img-details .cart-img-photo {
  border: 1px solid #ddd;
  float: left;
  margin: 0 15px 0 0;
  min-height: 100px;
  padding: 4px;
  width: 80px;
}
.top-cart ul li .mini-cart-content .cart-img-details .cart-img-photo img {
  margin-top: 10px;
}
.top-cart ul li .mini-cart-content .cart-img-details .cart-img-content {
  line-height: 1;
}
.top-cart ul li .mini-cart-content .cart-img-details .cart-img-content h4 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 5px;
  text-align: left;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  color: #333;
  display: block;
}
.top-cart ul li .mini-cart-content .cart-img-details .cart-img-content h4:hover {
  color: #26ACCE;
}
.cart-price {
  color: #26acce;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}
.top-cart ul li .mini-cart-content .cart-img-details .cart-img-content span {
  color: #6f6f6f;
  font-weight: 600;
  text-align: left;
}
.pro-del {
  float: right;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 10px;
}
.pro-del a i {
  color: #909295;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}
.cart-inner-bottom {
  padding: 0 15px;
}
.total {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin: 10px 0 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.total span {
  color: #26acce;
  float: right;
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
}
.cart-button-top {
  display: inline-block;
  margin: 15px 35px;
  text-align: center;
}
.mini-cart-content .cart-button-top a {
  background: #666 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  /* margin: 5px 7px; */
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-size: 0.875rem;
}
.mini-cart-content .cart-button-top a:hover {
  background: #26ACCE;
}





/*----------------------------------------*/
/*  2.3  Mainmenu-Area 
/*----------------------------------------*/

/*menu style */
.header-area{
  z-index: 10;
  position: relative;
}
/*.main-menu > li > a {
  color: #303030;
  display: block;
  padding: 40px 20px;
  text-transform: uppercase;
}*/
/*.main-menu > li + li {
  margin-left: 55px;
}*/
.main-menu > li > a {
  color: #1f223e;
  display: block;
  font-size: 16px;
  padding: 15px 0;
  text-transform: uppercase;
}
.main-menu li {
    display: inline-block;
    position: relative;
}
.main-menu > li:hover > a,
.drop-menu > li:hover > a,
.single-mega-item > li:hover > a {
  color: #95c41f;
} 
/*drop-menu Style*/
.drop-menu {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 4px solid #26ACCE;
  box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
  left: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 2;
}
.menu-right {
  left: auto;
  right: 0;
}
.drop-menu li {
  border-bottom: 1px solid #e1e1e1;
  display: block;
}
.drop-menu li a {
  display: block;
  font-size: 12px;
  padding: 8px 20px;
  text-transform: uppercase;
}
.main-menu li:hover .drop-menu{
  transform: scale(1);
  visibility: visible;
}
/*Mega menu style*/
/*#primary-menu {
  position: relative;
}*/
.mega-menu-area {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 4px solid #95c41f;
  box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
  left: 0;
  padding: 25px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.main-menu li.mega-parent {
    position: static;
}
.single-mega-item {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.single-mega-item li {
    display: block;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.single-mega-item li:last-child{
  border-bottom: 0px solid #000;
} 
.single-mega-item li a {
  padding: 6px 0px;
  display: block;
  font-weight: 300;
}
.main-menu li:hover .mega-menu-area{
  transform: scale(1);
  visibility: visible;
}
.header-middle-area .container .row [class*="col-"] {
  position: static;
 }
 .header-middle-area .full-width-mega-drop-menu{
  position: relative;
 }
/*====================================================================*/
.drop-menu-right {
  left: auto;
  right: 0;
}
/*====================================================================*/

/*Header Transprent */
.transparent-header{
  width: 100%;
  background: #474747 none repeat scroll 0 0;
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
}
.transparent-header .main-menu > li > a{
  color: #fff;
}
.main-menu > li {
  display: inline-block;
  padding: 12px 0;
  position: relative;
}
.main-menu > li > a{
  border-right: 1px solid #606060;
  color: #fff;
  font-size: 14px;
  padding: 3px 15px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.main-menu > li > a:hover{
  color: #1476C6;
}
.transparent-header.sticky {
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
}
/*Sticky Menu*/
.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255,255,255,1);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
  z-index: 4455;
}
.sticky .main-menu > li > a {
  color: #303030;
  padding: 18px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 18px 14px;
}
.sticky .main-menu > li + li {
  /* margin-left: 40px; */
}
.sticky .main-menu > li {
  padding: 0px 0;
}
.sticky .main-menu > li > a {
  border-right: 0px solid #606060;
}
.sticky .main-menu {
  text-align: right;
}
.sticky-logo img {
  display: none;
  transition: all 0.3s ease 0s;
}
.sticky .sticky-logo img {
  display: block;
  float: left;
  padding: 10px 0;
  width: 168px;
}
.mega-menu-area ul li a.mega-menu-head{
  line-height: 1.33333;
  font-size: 18px;
  position: relative;
}
.mega-menu-area ul li a.mega-menu-head::after {
  position: absolute;
  content: "";
  background: #002E5B;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 20%;
}


/*----------------------------------------*/
/*  3.  Categories Menu  
/*----------------------------------------*/
.category-heading {
    overflow: hidden;
}
.left-category-menu > .left-product-cat > .category-heading > h2 {
  background: #1476C6 none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0;
  overflow: hidden;
  padding: 5px 20px;
  position: relative;
  text-transform: uppercase;
}
.category-heading h2:before {
  content: "\f0c9";
  display: block;
  float: left;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  margin-right: 10px;
}
.category-heading h2:after {
  content: "\f0d7";
  display: block;
  float: right;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.category-menu-list {
  width: 100%;
  z-index: 1000;
}
.category-menu-list ul {
  border-color: #eee;
  border-style: solid;
  border-width: 0 1px 1px;
  list-style: outside none none;
  padding: 0;
}
.category-menu-list > ul > li {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  padding: 3px 0;
  position: relative;
}
.category-menu-list ul li:last-child {
    border-bottom: 0px solid #FF6E6E;
}
.category-menu-list ul li a {
  color: #6d6d6d;
  display: block;
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}
.left-category-menu-2 .category-menu-list a {
  line-height: 41px;
}
.category-menu-list ul li.active a {
  color: #26acce;
}
.category-menu-list ul li a:hover {color: #1476C6;}
.category-menu-list ul li .cat-left-drop-menu {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  border: 1px solid #eee;
  box-shadow: 0 0 5px -1px #666;
  left: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 25px 20px 20px;
  position: absolute;
  text-align: left;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 655px;
  z-index: 999999999;
}
.category-menu-list ul li .drop-down-single {
    width: 260px;
    padding: 10px;
}
.category-menu-list ul li .cat-left-drop-menu-left {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
}
.category-menu-list ul li .drop-down-single .cat-left-drop-menu-left {
    width: 100%
}
.category-menu-list ul li .cat-left-drop-menu-left ul {
  border: medium none;
  margin-bottom: 15px;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li {
  border: none;
}
.category-menu-list ul li:hover .cat-left-drop-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li a {
  display: block;
  padding: 0;
  background: none;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 35px;
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  position: relative;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li a:hover {
    color: #26ACCE;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li a:before {
  color: #c7c7c7;
  content: "\f138";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10px;
  margin-right: 5px;
}
.category-menu-list ul li a.menu-item-heading {
  background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  color: #111;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
  padding-bottom: 5px;
  padding-left: 0;
  position: relative;
}
.category-menu-list ul li a.menu-item-heading:hover {
  background: none;
  color: #26ACCE;
}
.category-menu-list > ul > li.arrow-plus:after {
  color: #000;
  content: "\f105";
  padding-top: 11px;
  position: absolute;
  right: 12px;
  top: 6px;
  font-family: "FontAwesome";
  font-size: 14px;
}
.category-menu-list > ul > li.active::after {
  color: #26acce;
}
.category-menu-list ul li .cat-left-drop-menu-single ul li:hover {
  background: #fff;
}
.category-menu-list ul li:hover .cat-left-drop-menu-single {
  display: block;
}
.rx-parent {
  cursor: pointer;
}
.category-menu-list ul li span.fa {
  float: right;
  padding-top: 15px;
}
.rx-child,
.category-menu-list ul li a.rx-show {
  display: none;
}
.category-menu-list ul li.rx-change a.rx-show {
  display: block;
}
.category-menu-list ul li.rx-change a.rx-default {
  display: none;
}
.left-product-cat {
  position: relative;
}
.category-menu-list > ul > li.rx-parent {
  background: #fff none repeat scroll 0 0;
}
.category-menu-list ul li.rx-parent a:hover {
  color: #26acce;
}
.padding-for-menu-slider {
  margin: 30px 0px
}
.category-menu-list ul li,
.category-menu-list ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.category-menu-list ul li .drop-down-single.cat-dropdown-single {
  padding: 10px;
  width: 220px;
}
.category-menu-list ul li .cat-left-drop-menu-left.cat-dropdown {
  margin-left: 0;
  margin-right: 0;
}
.category-menu-list ul li .cat-left-drop-menu-left.cat-dropdown ul {
  margin-bottom: 0;
}
.category-menu-list ul li .cat-left-drop-menu-left.cat-dropdown ul li {
  border-bottom: 1px solid hsl(0, 0%, 93%);
  margin: 0 15px;
}
.category-menu-list ul li .cat-left-drop-menu-left.cat-dropdown ul li a {
  background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
  color: #111;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 40px;
  padding: 0;
  text-transform: capitalize;
}
.category-menu-list ul li .cat-left-drop-menu-left.cat-dropdown ul li:last-child {
  border-bottom: medium none;
}
.category-menu-list ul li .cat-left-drop-menu-left.cat-dropdown ul li a:hover {
  color: #26ACCE;
}
.category-menu-list ul li .cat-left-drop-menu.cat-left-drop-menu-photo-contain {
  width: 615px;
  padding-bottom: 5px;
}
.category-menu-list ul li .cat-left-drop-menu-left.cat-left-drop-menu-photo {
  width: 48%;
}

/* ===========================
      slider area
============================ */
  .banner-info{
    bottom: 0;
    left: 0px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 90px;
    height: 200px;
  }
  .item-banner1 .banner-info {
  padding-left: 90px;
}
.item-banner1 .banner-info h2 span {
  font-weight: 300;
}
.item-banner1 .banner-info h2 {
  margin-bottom: 8px;
}
.item-banner1 .banner-info .shopnow {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 16px;
  padding: 0 30px;
}
.item-banner1 .banner-info .shopnow:hover {
  background: #F9BC02;
}
.item-sub-banner {
  border-right: 1px solid #e5e5e5;
  padding: 0 0 0 130px;
  position: relative;
}
.item-sub-banner .product-thumb {
  bottom: 5px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 130px;
}
.sub-banner-slider {
  border: 1px solid #e5e5e5;
  padding: 10px 25px;
  position: relative;
  min-height: 70px;
}

.title30, title18{
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.title31{
  font-size: 60px!important;
  margin-bottom: 20px;
  color: #fff;
}
.title30{
  font-size: 30px;
}
.banner-info .title31 span {
  font-size: 60px;
  font-weight: 300;
}

.banner-info h2 span {
    font-weight: 300;
}

.title31 span{
  font-weight: 300;
}
.title32{
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.banner-info p{
  color: #fff;
  font-size: 16px;
}
a.shopnow {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  /* margin-top: 16px; */
  padding: 0 30px;
  background: #FF3E3E;
  transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out;
}
a.shopnow :hover{
  background: #1476C6;
}
.banner-info p{
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.color1{
  color: #fff;
}
.color2{
  color: #FF3E3E;
}
.banner-info.style2{
    height: 180px;
    left: auto;
    padding-left: 0;
    width: 340px;
}
.banner-info.style2 .title33 {
  color: #fd5413;
  font-weight: 400;
  font-size: 60px;
  padding: 17px 0;
  line-height: 25px;
}
.banner-info.style2 .title33 sup {
  font-size: 35px;
  top: -17px;
}
.banner-info h4 {
  margin: 8px 0 4px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
/* ===========================
      min-add area
============================ */
.overlay-hover{
    position: relative;
    z-index: 3321;
}
.overlay-hover .effect-img{
    overflow: hidden;
}
.effect-img img{
    transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
}
.overlay-hover:hover .effect-img img{
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
}
.min-add{
    margin-top: 22px;
}
/* ===========================
      section title
============================ */
.feature-brands {
  padding: 25px 0;
}
.box_header {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.title-box{
  border-bottom: 1px solid #ff3e3e;
  background: #F4F4F4;
}
.title-box span {
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  background: #FF3E3E;
}
.title-box span::after {
  content: "";
  font-family: "fontAwesome";
  font-size: 32px;
  left: 98%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  color: #ff3e3e;
}
/*.box_header::before {
  position: absolute;
  bottom: -1px;
  width: 50px;
  height: 4px;
  background-color: inherit;
  content: '';
  background: #26ACCE;
  left: -3px;
}
.box_header::after {
  position: absolute;
  bottom: -1px;
  width: 15px;
  height: 4px;
  background-color: inherit;
  content: '';
  left: 54px;
  background: #26ACCE;
}*/



/* ===========================
      sigle product design
============================ */
.product-item .product-item-inner {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.product-item .product-item-inner img {
    width: 100%;
}

.product-item .product-button {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    opacity: 0;
    bottom: -50px;
    left: 50%;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border: 1px solid #eeeeee;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: table;
    text-align: center;
}

.product-item .product-button a {
    border-right: 1px solid #eeeeee;
    font-size: 18px;
    padding: 15px 20px;
    display: table-cell;
    /*vertical-align: middle;*/
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #262634;
}
.product-item .product-button a:hover {
        color: #1476C6;

}
.product-button a:last-child {
    border: none;
}

.product-item:hover .product-button {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.product-item .product-detail .tag {
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
}

.product-item .product-detail .tag:hover {
    color: #34b79d;
}
.product-detail h3 {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.7;
  /* letter-spacing: 0.05em; */
  color: #717179;
  margin-bottom: 1px;
  font-family: "Montserrat",sans-serif;
}
.product-detail h3 a {
  color: #262634;
  transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.product-detail h3 a:hover{
  color: #1476C6;
}
.product-item .product-detail h5 {
    margin-bottom: 0;
}

.product-item .product-detail {
    overflow: hidden;
    text-align: center;
}

    .product-item .product-detail del {
        font-weight: 400 !important;
        margin-right: 7px;
        color: #999;
        font-style: italic;
    }

.product-list-item .product-item .product-description {
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-list-item .product-item .product-description,
.product-item .product-description,
.product-list-item .product-item .tag,
.product-item .tag,
.product-list-item .product-rating,
.product-item .product-rating {
    display: none;
}

.product-list-item .product-rating {
    margin-top: 20px;
}

.product-list-item.product-list-view .product-item .product-description,
.product-list-item.product-list-view .product-item .tag,
.product-list-item.product-list-view .product-item .product-rating {
    display: block;
}

.product-list-item.product-list-view .product-item .product-title,
.product-list-view .product-item .product-title {
    font-size: 18px;
}

.product-item .product-detail .item-price, .product-item .product-detail .star-rating {
    display: inline-block;
}


.product-rating-count {
    display: inline-block;
}

.product-rating .star-rating {
    float: none;
    display: inline-block;
    margin-top: 0;
}

.product-rating-count {
    margin-left: 7px;
    color: #f55151;
}

    .product-rating-count:hover {
        color: #f55151;
        text-decoration: underline;
    }


.product-item .new-label, .product-item .sale-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    height: 35px;
    line-height: 34px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 35px;
    z-index: 2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.product-item .new-label {
    background: #34b79d;
    color: #fff;
}

.product-item .sale-label {
    background: #f55151;
    color: #fff;
}
/* ===========================
core class use for every owl nave element  
============================ */
/*.single-product-active .owl-nav div{
  width: 30px;
  height: 60px;
  line-height: 66px;
  text-align: center;
  margin: -30px 0 0;
  color: #fff;
  background-color: rgba(0,0,0,.3);
  top: 50%;
  position: absolute;
  transition: all 0.3s ease 0s;
}
.single-product-active .owl-nav div.owl-next:hover{
  background-color: #26ACCE;
  color: #fff;

}
.single-product-active .owl-nav div.owl-prev:hover{
  background-color: #26ACCE;
  color: #fff;
  
}
.single-product-active .owl-nav div.owl-next {
  left: inherit;
  right: 0px;
}
.single-product-active .owl-dots .owl-dot {
  display: inline-block;
}
.single-product-active .owl-dots .owl-dot span{
  display: block;
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #999;
  filter: Alpha(Opacity=40);
  opacity: .9;

}
.single-product-active .owl-dots .owl-dot.active span, .single-product-active .owl-dots .owl-dot:hover span {
  background:rgba(38,172,306,0.77);
}
.owl-dots{
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;

}*/
.owl-carousel.slideshow-active .owl-controls .owl-buttons .owl-next, .owl-carousel.slideshow-active .owl-controls .owl-buttons .owl-prev, .owl-carousel.mens-category-active .owl-controls .owl-buttons .owl-next, .owl-carousel.mens-category-active .owl-controls .owl-buttons .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  /* margin: -38px 0 0; */
  color: #fff;
  background-color: rgba(0,0,0,.3);
  top: 45%;
  left: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out;
}
.owl-carousel.slideshow-active .owl-controls .owl-buttons .owl-next:hover, .owl-carousel.slideshow-active .owl-controls .owl-buttons .owl-prev:hover,
.owl-carousel.mens-category-active .owl-controls .owl-buttons .owl-next:hover, .owl-carousel.mens-category-active .owl-controls .owl-buttons .owl-prev:hover{
  background: #1476C6;
  color: #fff;

}
.owl-carousel.slideshow-active .owl-controls .owl-buttons .owl-next,
.owl-carousel.mens-category-active .owl-controls .owl-buttons .owl-next {
   right: 0;
   left: inherit;
}
.slideshow-active .owl-buttons .owl-next,
.mens-category-active .owl-buttons .owl-next {
  left: inherit;
  right: 0px;
}
.slideshow-active .owl-dots .owl-dot,
.mens-category-active .owl-dots .owl-dot {
  display: inline-block;
}

.owl-carousel.slideshow-active .owl-controls .owl-page span {
  display: block;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 0;
  border: 3px solid #FFF;
  /* background: #fff; */
  /* padding: 5px 5px; */
  height: 10px;
  width: 10px;
  margin: 3px 6px;
  display: block;
}
.owl-carousel.slideshow-active .owl-controls .owl-page.active span {
 background: #FF3E3E;
}
.owl-theme .owl-controls .owl-page span {
  filter: Alpha(Opacity=40);
  opacity: 1;
  background: #FFFFFF;
}
.single-product-active .owl-dots .owl-dot.active span, .single-product-active .owl-dots .owl-dot:hover span,
.mens-category-active .owl-dots .owl-dot.active span, .single-product-active .owl-dots .owl-dot:hover span {
  background:rgba(38,172,306,0.77);
}
.owl-dots{
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.owl-pagination {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.owl-theme .owl-controls .owl-page span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/*Add to Bag*/
.btn-product {
  margin: 14px 0px;
  /* font-family: "Oswald", sans-serif; */
  /* letter-spacing: 0.025em; */
  text-transform: uppercase;
  color: #fff;
  background-color: #262634;
  padding-right: 2px;
  display: inline-block;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.btn-product:hover{
  background: #1476C6;
  color: #fff;
}
.btn-product i{
  font-size: 16px;
}
.btn-product span{
  margin-left: 5px;
}
/*rating*/
.rating i {
  font-size: 14px;
  margin-right: 2px;
  color: #FFC000;
}
.item-price{
  color: #1476C6;
  line-height: 1.7;
  font-size: 18px;
  font-weight: 500;
}
.product-item-inner .product-item-label.label-new {
  right: 10px;
  position: absolute;
  top: 10px;
}
.product-item-inner .product-item-label {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  min-width: 45px;
  /* font-weight: bold; */
  background: #333745;
  line-height: 37px;
}
.product-item-inner .product-item-label span {
  font-size: 14px;
  /* line-height: 21px; */
  /* font-family: 'Raleway', sans-serif; */
  /* font-weight: 500; */
  text-align: center;
  color: #fff;
}
.product-item-inner .hot-meta{
  right: 10px;
  position: absolute;
  top: 52px;
}
.product-item-inner .sale-section {
  right: 10px;
  position: absolute;
  top: 94px;
}
.product-item-inner .hot-meta,
.product-item-inner .sale-section{
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  min-width: 45px;
  /* font-weight: bold; */
  background: #FF3E3E;
  line-height: 37px;
}
.product-item-inner .hot-meta span,
.product-item-inner .sale-section span{
  font-size: 14px;
  /* line-height: 21px; */
  /* font-family: 'Raleway', sans-serif; */
  /* font-weight: 500; */
  text-align: center;
  color: #fff;
}
.product-item .product-item-inner{
  position: relative;
  overflow: hidden;
}
.product-item-inner .product-img-wrap img{
  width:100%;
  height:auto;
  display:block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-item:hover .product-item-inner .product-img-wrap img{
  opacity:0.55;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-hover{
  position: relative;
  overflow: hidden;
}
.effect-img::before{
  animation-duration: 0.5s;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 0;
}
.overlay-hover:hover .effect-img::before{
    left: 0;
    opacity: 1;
    width: 100%;
}
.product-item.custom-slide-btn {
  border: 1px solid #eee;
}
.owl-carousel.product_carousel .owl-prev, .owl-carousel.product_carousel .owl-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 6px;
  font-size: -2px;
  background: #333745;
  color: #ffffff;
  top: -9% !important;
  right: -15px;
  padding: 0;
  border: none;
  outline: none;
}
.owl-carousel.product_carousel .owl-buttons div i.fa{
  font-size: 18px;
  text-align: center;
  border: none;
  transition: all 0.4s;
}

/*widget-shop-category*/
.widget-shop-category {
  background-color: #f4f4f4;
  margin-bottom: 29px;
  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.custom-img-caption{
    display: inline-block;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 10;
    color: #262634;
    background-color: rgba(255,255,255,0.80);
    font-weight: 500;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    padding: 4px 4px 2px;
    min-width: 39px;
    text-align: center;
}
.custom-img-caption h3 {
  color: #262634;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font: 700 18px/28px "Montserrat", sans-serif;
  font-weight: 700;
}
.custom-img-caption h6 {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
}
.custom-img-caption h3 a{
  color: rgb(34, 34, 34);
}
.features-hot{
  position: absolute;
  top: 0;
  right: 0;
}
.item-img .features-hot{
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  min-width: 45px;
  /* font-weight: bold; */
  background: #FF3E3E;
  line-height: 37px;
  color: #fff;
}

.widget-title.custom-widget h3{
  background: #fff;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  border: 3px solid #F4F4F4;
  position: relative;
}
.widget-title.custom-widget{
  position: relative;
}
.widget-title.custom-widget::after {
  width: 0;
  position: absolute;
  top: 15px;
  height: 0;
  border-style: solid;
  border-width: 15px 0 14px 15px;
  border-color: transparent transparent transparent #26ACCE;
  content: "";
  right: -14px;
  /* transform: rotate(90deg); */
}
.widget-title a{
  color: rgb(34, 34, 34);
}
.shop-category-list{
  padding: 21px 18px 15px 18px;
}

.product-item.custom-slide-btn.sub-item {
  margin-bottom: 30px;
  border: 0px solid #eee;
}
.sub-product-button h5 {
  /* margin: 24% 0 0 10%; */
  letter-spacing: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  /* line-height: 41px; */
  text-transform: uppercase;
  padding: 5px;
}
.item-img .img-item{
  position: relative;
  overflow: hidden;

}
.item-img .img-item img{
    -webkit-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -o-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.item-img:hover .img-item img{
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg)
}
.product-item-space{
    position: relative;
    overflow: hidden;
     transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.product-item-space:hover{
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.2);
}
.item-img {
 position:relative;
 overflow: hidden;
}
.item-img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,.6);
	opacity: 0;
	overflow: hidden;
	transition: all .5s;
}
.item-img-overlay .v,.item-img-overlay .x {
 /*! position:absolute; *//*! top:0; *//*! left:0; */right:0;
 bottom:0;
 background:0 0
}
.item-img:hover .v:after,.item-img:hover .v:before {
 left:10%;
 right:10%
}
.item-img:hover .x:after,.item-img:hover .x:before {
 top:10%;
 bottom:10%
}
.item-img-overlay .v:after,.item-img-overlay .v:before {
 content:'';
 height:1px;
 position:absolute;
 left:40%;
 right:40%;
 background:#eee;
 transition:all .5s
}
.item-img-overlay .v:after {
 top:10%
}
.item-img-overlay .v:before {
 bottom:10%
}
.item-img-overlay .x:after,.item-img-overlay .x:before {
 content:'';
 width:1px;
 position:absolute;
 top:40%;
 bottom:40%;
 background:#eee;
 transition:all .5s
}
.item-img-overlay .x:after {
 right:10%
}
.item-img-overlay .x:before {
 left:10%
}
.item-img-overlay .overlay-info {
 position:absolute;
 bottom:-80px;
 left:0;
 width:100%;
 text-align:center;
 color:#aaa;
 transition:all .5s
}
.item-img-overlay .v-middle a {
 color:#eee;
 font-size:25px;
 cursor:pointer;
 width:50px;
 height:50px;
 margin:auto
}
.item-img-overlay .v-middle h5 {
 color:#eee;
 font-weight:600;
 text-align:center;
 font-size: 25px;

}
.v-middle h5 a {
  padding: 10px 0.8em;
  font-family: Montserrat,sans-serif;
  font-size: 0.22em;
  line-height: 2.1em;
  font-weight: 500;
  height: auto;
  background-color: #26ACCE;
}
.item-img:hover .item-img-overlay {
 opacity:1
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.item-img.sub-cates{
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 10px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.mens-collection {
  margin-bottom: 50px;
}
/*.top-space{
  padding: 30px 0;
}*/

/*footer*/
/* ----------- 16.Footer ---------------
--------------------------------------*/
.footer {
  color: #707070;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.footer a {
  color: #707070;
}

.footer a:hover, .footer a:focus {
  color: #fff;
}

.footer .widget {
  margin-bottom: 35px;
}

.footer .widget-title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #e3e3e3;
  margin-bottom: 17px;
  letter-spacing: 0.07em;
}

.footer .links li {
  margin: 0 0 5px;
}

.footer .links li:last-child {
  margin-bottom: 0;
}

.footer .links li a {
  display: block;
}

.footer .links li i {
  margin-right: 7px;
}

.footer .widget-about address {
  margin-bottom: 0;
  line-height: 2.15;
}

.footer .widget-about address span {
  display: block;
  margin-bottom: 5px;
}

.footer .widget-newsletter .form-group {
  position: relative;
  margin-bottom: 30px;
  max-width: 270px;
}

.footer .widget-newsletter .form-control {
  background-color: transparent;
  color: #707070;
  font-size: 13px;
  padding: 12px 61px 10px 17px;
  height: 44px;
  margin-bottom: 0;
  border: 2px solid #333333;
}

.footer .widget-newsletter .form-control::-webkit-input-placeholder {
  color: #4a4a4a;
}

.footer .widget-newsletter .form-control:-ms-input-placeholder {
  color: #4a4a4a;
}

.footer .widget-newsletter .form-control::placeholder {
  color: #4a4a4a;
}

.footer .widget-newsletter .btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #333;
  border: none;
  min-width: 44px;
  padding: 11.5px 5px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #dadada;
}

.footer .widget-newsletter .btn:hover, .footer .widget-newsletter .btn:focus {
  color: #fff;
  background-color: #26ACCE;
  box-shadow: none;
}

.info-bar {
	position: relative;
	/* z-index: 5; */
	/* margin-bottom: -41px; */
	/* background-color: #333333; */
	color: #a5a5a5;
	/* font-size: 12px; */
	/* line-height: 1.5; */
}
.info-bar .info-bar-col {
  padding: 15px 10px 15px;
  text-align: center;
}

.info-bar .info-bar-col + .info-bar-col {
  border-top: 1px solid #1d1d1d;
}

.info-bar .info-bar-title {
  font-size: 14px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #d9d9d9;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 7px;
  padding-top: 3px;
}

.info-bar p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .info-bar .info-bar-col + .info-bar-col {
    border-top: none;
    border-left: 1px solid #1d1d1d;
  }
}

.footer-inner {
  background-color: #1d1d1d;
  padding: 87px 0 0;
}

@media (min-width: 768px) {
  .footer-inner {
    padding-top: 97px;
  }
}

  .footer-inner {
    padding-top: 70px;
}

.footer-bottom {
  background-color: #1d1d1d;
  padding: 40px 0 45px;
  border-top: 1px solid rgba(124, 124, 142, 0.1);
}

.footer-bottom .copyright {
  float: left;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.5;
}

.footer-bottom .img-cards {
  float: right;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .copyright,
  .footer-bottom .img-cards {
    float: none;
  }
  .footer-bottom .copyright {
    margin-bottom: 12px;
  }
}

.social-icons {
  font-size: 0;
}

.social-icons .social-icon {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  min-width: 47px;
  min-height: 43px;
  line-height: 43px;
  text-align: center;
  margin: 0 7px 7px 0;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #333333;
  transition: all 0.4s ease, color 0.01s;
}

.social-icons .social-icon i {
  vertical-align: middle;
}

.social-icons .social-icon:hover, .social-icons .social-icon:focus {
  color: #fff;
  border-color: #26ACCE;
  background-color: #26ACCE;
}

.owl-carousel.slideshow-active.owl-theme .owl-pagination {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.icon-shipping {
  float: left;
  font-size: 36px;
}
.shipping-text {
  float: left;
  font-size: 14px;
  margin-left: 27px;
}
.bg-color-footer{
  background: #333333;
  overflow: hidden;
  padding: 24px 0;

}
.info-bar .info-bar-col {
   padding: 0px 0px 0px;

}
.info-bar {

  /* display: flex; */

}
/*============================
  13. smooth scroll
==============================*/
.scroll-top {
  position: fixed;
  height: 50px;
  z-index: 9999;
  cursor: pointer;
  display: none;
  width: 50px;
  border: 1px solid #1476C6;
  border-radius: 50%;
  text-decoration: none;
  background-color: #fff;
  bottom: 75px;
  right: 40px;
  transition: .2s all ease;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  -webkit-transition: .2s all ease;
  background: #1476C6;
}
.scroll-top .scroll-icon {
  color: #fff;
  font-size: 22px;
  line-height: 45px;
  text-align: center;
}
.scroll-top:hover {
    background-color:#FF3E3E;
    border: 1px solid #FF3E3E;
}
.footer-menu li a:hover{
  color:#CC181E;
}

/*============================
  section all left meu design
==============================*/
.color-red .banner-box1 {
  border-top: 3px solid #f26551;
}
.banner-box1 {
  background: #f4f4f4 none repeat scroll 0 0;
  float: left;
  position: relative;
  /* width: 32%; */
  /* padding-right: 130px; */
  border-top: 3px solid #f26551;
}
.banner-box {
  position: relative;
}

.link-banner-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.link-banner-box > img {
  width: 100%;
}
/*.link-banner-box::before {
  border-top: 1px solid rgba(255, 62, 62, 0.9);
  border-bottom: 1px solid rgba(255, 62, 62, 0.9);
  bottom: 20px;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 20px;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.link-banner-box::after {
  border-left: 1px solid rgba(255, 62, 62, 0.9);
  border-right: 1px solid rgba(255, 62, 62, 0.9);
  bottom: 10px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}*/
.banner-box:hover .link-banner-box::before,
.banner-box:hover .link-banner-box::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.info-banner-box1.bottom {
  bottom: 40px;
}
.info-banner-box1 {
  left: 0;
  padding: 0 40px;
  position: absolute;
}
.info-banner-box1 h2 {
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 22px;
}
.info-banner-box1 .shopnow {
  border-color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.category-box1 {
  position: absolute;
  /* right: 0; */
  top: 0;
  width: 264px;
  -moz-width: 264px;
  -webkit-width: 264px;
  -o-width: 264px;
  -i-width: 264px;
  z-index: 9;
  background-color: rgba(244,244,244,0.85);
}
.category-box1 .list-none {
    padding: 2px 0;
    max-height: 590px;
}
.category-box1 .list-none li a {
  display: block;
  font-size: 15px;
  padding: 10px 10px;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  color: #262634;
}
.category-box1 .list-none li a:hover::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: -3px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}

/*============================
  single page design
==============================*/

.bread-crumb {
  /* background: #494949 none repeat scroll 0 0; */
  color: #fff;
  /* margin-bottom: 20px; */
  /* padding: 10px 20px; */
}
.icon{
  font-size: 24px;
}
.bread-crumb a {
  color: #fff;
  margin-right: 20px;
  position: relative;
}
.bread-crumb a::after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: -15px;
  top: -9px;
}
.product-detail {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 32px 15px;
  overflow: hidden;
}
.border {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  padding: 20px;
}
/*============================
  xzoom-gallery
==============================*/
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 0px;
  margin-bottom: 10px;
}
.bg-change {
  background-color: #F7F7F7;
}

.owl-carousel.product-view-img-active .owl-controls .owl-buttons .owl-next, .owl-carousel.product-view-img-active .owl-controls .owl-buttons .owl-prev {
  width: 20px;
  height: 20px;
  text-align: center;
  /* margin: -38px 0 0; */
  color: #fff;
  background-color: rgba(20,118,198,.80);
  top: 30%;
  left: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out;
}
.owl-carousel.product-view-img-active .owl-controls .owl-buttons .owl-next, .owl-carousel.product-view-img-active .owl-controls .owl-buttons .owl-next {
  right: 0;
  left: inherit;
}
.owl-carousel.product-view-img-active .owl-controls .owl-buttons div i {
  font-size: 20px;
  line-height: 19px;
}
.owl-carousel.product-view-img-active .owl-controls .owl-buttons .owl-next:hover, .owl-carousel.product-view-img-active .owl-controls .owl-buttons .owl-prev:hover{
 color: #fff;
}


.attr-detail.attr-color td a.active::after {
  background: #333 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}
.list-filter li {
  display: inline-block;
  margin: 0 1px 5px;
}
.list-filter li a {
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.color-filter.list-filter a span {
    display: block;
    width: 33px;
    height: 33px;
    border: 1px solid #dfdfdf;
    border-top-color: rgb(223, 223, 223);
    border-right-color: rgb(223, 223, 223);
    border-bottom-color: rgb(223, 223, 223);
    border-left-color: rgb(223, 223, 223);
    margin: 0;
    box-shadow: inset 0 0 0 3px #fff;
    transition: border 0.3s;
    
}
.color-filter.list-filter li.active a::after {
  bottom: 0;
  color: #000;
  content: "";
  font-family: fontawesome;
  left: 0px;
  position: absolute;
  right: 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  top: 1px;
  font-size: 15px;
}
.clr1{
  background:#ff596d
}
.clr2{
  background:#ffdb33
}
.clr3{
  background:#ffffff
}
.clr4{
  background:#ffbb51
}
.clr5{
  background:#80e6ff
}
.clr6{
  background:#38cf46
}
.clr7{
  background:#ff8ff8
}
.size-filter.list-filter a {
  border-radius: 4px;
  padding: 0 7px;
  background: #fff;
}
.list-filter li a {
  border: 1px solid #e5e5e5;
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.detail-extralink {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding: 30px 0;
}
.detail-extralink .detail-qty {
  background: #fff;
}
.detail-extralink > div {
  display: inline-block;
  vertical-align: top;
}
.product-extra-link2 .addcart-link {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  padding: 0 20px;
  width: auto;
}
.product-extra-link2 a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #333;
  border-radius: 4px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 40px;
  margin: 0 3px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
#quantity-wanted-p {
  border: 2px solid #e1e1e1;
  display: inline-block;
  /* margin-right: 10px; */
}
#quantity-wanted-p .qtybutton {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  width: 20px;
}
#quantity-wanted-p input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none !important;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 50px;
}
.clear{
  clear:both;
}
.star2 li.yellow-color {
  color: #ffc600;
}
.star2 li {
  display: inline;
  color: #dfdfdf;
}
.star2 a {
  border-left: 1px solid rgb(233, 233, 233);
  display: inline;
  margin-left: 10px;
  padding-left: 10px;
  text-align: center;
  color: #333E48;
}
.product-title {
  color: #262634;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 21px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.product-title a{
  color: #262634;
}
.product-price{
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.05em;
  color: #1476C6;

}
.product-content {
  font-size: 14px;
  color: #5e5e65;
  line-height: 1.7;
  letter-spacing: 0.045em;
  /* margin-bottom: 22px; */
  margin-top: 35px;
}
.star2{
  border-top: 0px solid #e5e5e5;
  margin-top: 0px;
  padding: 30px 0;
}
.product-meta-list li{
  font: 500 13px/1.6 "Oswald", sans-serif;
  letter-spacing: 0.05em;
  color: #262634;
  margin: 0 0 5px;
  text-transform: uppercase;

}
.color-section {
  border-top: 0px solid #e5e5e5;
  margin-top: 0px;
  padding: 15px 0;
}
.attr-title {
  font: 500 16px/1.6 "Oswald", sans-serif;
  letter-spacing: 0.05em;
  color: #262634;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.nav.nav-tabs {
  padding-bottom: 0;
  border-bottom-color: #e9e9ea;
  margin-bottom: 25px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav.nav-tabs > li.active a, .nav.nav-tabs > li.active a:hover, .nav.nav-tabs > li.active a:focus {
  color: #262634;
  background-color: transparent;
  border-bottom-color: transparent;
}
.nav.nav-tabs > li > a {
  position: relative;
  padding: 0 0 16px;
  font: 400 18px/1.1 "Oswald", sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #262634;
  border: none !important;
  border-radius: 0;
  background-color: transparent;
  transition: color 0.35s;
}
.nav.nav-tabs > li.active a::before {
  visibility: visible;
  left: -1px;
  right: -1px;
}
.nav.nav-tabs > li > a::before {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  right: 50%;
  height: 2px;
  bottom: -1px;
  background-color: #1476C6;
  visibility: hidden;
  transition: all 0.4s;
}
.nav.nav-tabs > li {
    margin-right: 50px;
}
.start3{
  border-bottom: 1px solid #e5e5e5;
  padding: 17px 0;
}
.socialsharing-product{
  margin: 0px 0px 0px;
}
.btn-facebook i {
  color: #435f9f;
}
.btn-google-plus i {
  color: #e04b34;
}
.btn-pinterest i {
  color: #ce1f21;
}
.socialsharing-product .btn-default:hover {
  color: #ffffff;
}
.btn-twitter:hover {
  background-color: #00aaf0;
}
.btn-facebook:hover {
  background-color: #435f9f;
}
.btn-google-plus:hover {
  background-color: #e04b34;
}
.btn-pinterest:hover {
  background-color: #ce1f21;
}
.usefull-link-block ul li a:hover {
  background: #c38749 none repeat scroll 0 0;
  border: 2px solid #c38749;
  color: #ffffff;
}
.socialsharing-product .btn-default:hover i {
  color: #ffffff;
}
.btn-default {
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 0;
  color: #333333;
  display: inline-block;
  font-size: 13px;
  line-height: 1.42857;
  margin-bottom: 3px;
  padding: 6px 12px;
}
.btn-default i {
    margin-right: 6px;
}
.btn-twitter i {
    color: #00aaf0;
}

.custom-form .form-control {
  background-color: #fff;
  border: 1px solid #e6e8e9;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 14.5px 10px;
  height: 45px;
  margin: 0;
  color: #717179;
}
.descrip-des{
  letter-spacing: 0.05em;
}
.product-info-table tbody tr td:first-child {
  width: 135px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #262634;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-details-tab {
  margin-top: 40px;
}
.product-reviews.comments .media .media-body {
  padding-left: 38px;
  letter-spacing: 0;
}
.media-body{
  display: table-cell;
  vertical-align: top;
}

.product-reviews.comments .media .media-body {
  padding-left: 38px;
  letter-spacing: 0;
}
.review-form-container h3 {
  font-size: 16px;
  margin-bottom: 30px;
}
.form-group {
  position: relative;
  margin-bottom: 29px;
}
.rate-field {
  border: none;
  float: left;
}

.rate-field:after {
  content: '';
  display: table;
  clear: both;
}

.rate-field > input {
  display: none;
}

.rate-field > label:before {
  margin: 3px 1px 0;
  font-size: 17px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rate-field > label {
  color: #c7c7c7;
  float: right;
  margin-bottom: 0;
  cursor: pointer;
}

.rate-field > input:checked ~ label,
.rate-field:not(:checked) > label:hover,
.rate-field:not(:checked) > label:hover ~ label {
  color: #dc9831;
}

.rate-field > input:checked + label:hover,
.rate-field > input:checked ~ label:hover,
.rate-field > label:hover ~ input:checked ~ label,
.rate-field > input:checked ~ label:hover ~ label {
  color: #e5b162;
}
label {
  font-size: 15px;
  line-height: 1.33;
  /*color: #262634;*/
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
}
/*Single product review area*/
.single-pro-reviews {
    border: 1px solid #e0e0e0;
    display: flex;
    margin-top: 40px;
    padding: 20px;
}
.reviewer-name {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.reveiw-content {
    padding-left: 20px;
}
.review-content-top {
    display: flex;
    padding-bottom: 7px;
}
.review-date-count {
    font-style: italic;
    margin-left: 20px;
}
.review-date-count::before {
    content: "( ";
}
.review-date-count::after {
    content: " )";
}
.review-content-bottom {
    padding-top: 7px;
    position: relative;
}
.review-content-bottom::before {
    background: #727272 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
}
.single-pro-review-bottom {
    border: 1px solid #e0e0e0;
    margin-top: 40px;
    padding: 20px;
}
.single-review-input {
    margin-top: 20px;
}
.single-pro-review-bottom .new-review {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.min-width {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #1476C6;
  color: #fff;
  border: none;
  font-size: 17px;
  line-height: 22px;
  border-radius: 0;
  padding: 10px 30px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 2px;
}
.min-width:hover{
  color: #fff;
}

/*=======================
 shopping card page
========================*/
.shopping-cart {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  padding: 20px;
}
.shopping-cart .shopping-cart-table {
  margin-bottom: 50px;
}
.shopping-cart .shopping-cart-table table {
  margin-bottom: 0px !important;
}
.shopping-cart .shopping-cart-table .table > thead > tr > th {
  text-align: center;
  padding: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  border-bottom: 1px #e5e5e5 solid;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item, .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit, .shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total, .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total, .shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
  text-align: center;
}
.body-content .my-wishlist-page .my-wishlist table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
  border: none;
  padding: 30px;
}
.shopping-cart .shopping-cart-table table tbody tr td {
  vertical-align: middle;
}
.body-content .my-wishlist-page .my-wishlist table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
  border: none;
  padding: 30px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
  display: block;
  text-align: center;
}
.shopping-cart .cart-image img {
  width: 150px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
  color: #555;
}
.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
  font-size: 11px;
  color: #aaa;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 14px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
  color: #666666;
  text-decoration: underline;
}
.shopping-cart-table table tbody tr td .quant-input .arrows {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 40px;
}
.shopping-rate{
  margin-top: 0px;
  padding: 10px 0;
}
.shopping-rate ul li{
  font-size: 12px;
  color: #aaa;
}
.shopping-cart .shopping-cart-table .table > tfoot > tr > td {
  border-bottom: 1px #e5e5e5 solid;
  border-top: 1px #e5e5e5 solid;
}
.btn-primary {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #1476C6;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  border-radius: 0;
  padding: 6px 14px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 2px;
}
.shopping-cart-table{ margin-bottom: 50px;

}
.shopping-cart .estimate-ship-tax table thead tr > th {
  padding: 24px 10px 20px 10px;
}
.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
  margin-top: 0px;
  display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th p {
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 0px;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label, .shopping-cart .estimate-ship-tax table tbody tr td .form-group input, .blog-page .blog-write-comment .form-group label, .blog-page .blog-write-comment .form-group input, .contact-page .contact-form form label, .contact-page .contact-form form input {
  font-size: 13px;
  font-weight: normal;
  color: #999;
}
.shopping-cart .cart-shopping-total table thead tr th {
  background-color: #fafafa;
  text-align: right;
  padding: 24px 50px;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total, .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
  color: #555;
  margin-bottom: 7px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
  float: right !important;
  margin-bottom: 8px;
}
.checkout-btn {
  background: #fdd922;
  color: #333;
  padding: 10px 18px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
  display: block;
  font-weight: normal;
  color: #666666;
}
.inner-left-md {
  margin-left: 10px;
}
/*================================
  check out page
==================================*/
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.block-title h3, .block-title .h3 {
  text-transform: uppercase;
  color: #222;
  font-size: 20px;
}
label {
  color: #666;
}
input.form-control, select.form-control, textarea.form-control {
  color: #999;
  border: 1px solid #e8e8e8;
  padding: 10px 10px 8px;
  height: auto;
  border-radius: 2px;
}
.form-control {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #888888;
  padding: 9px 20px;
  line-height: 1.625;
  height: 47px;
  display: block;
  width: 100%;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.page-login .social a {
  display: inline-block;
  color: #fff;
  background: #3b5998;
}
.table-review-order tr {
  border-bottom: 1px solid #e8e8e8;
}
.table > thead > tr > th {
  border-bottom: 0;
  padding: 20px 0px 15px;
}
.table p {
  padding: 0;
  margin: 0;
}
.table th {
  background: #f8f8f8;
  text-transform: uppercase;
  color: #222 !important;
}
.table-review-order th, .table-review-order td {
  padding: 20px 15px 15px 15px !important;
  background: #fff;
}
.table-review-order {
  border-width: 1px 1px 0px 1px;
  border-color: #e8e8e8;
  border-style: solid;
  border-radius: 2px;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
/*========================
  login page
==========================*/
.space-30 {
  margin-bottom: 30px !important;
  border: 1px solid #eaeaea;
  padding: 20px;
}
.page-login h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.page-login p {
  color: #888;
  margin-bottom: 20px;
}
.page-login .social {
  text-align: center;
}
.page-login .social a {
  display: inline-block;
  color: #fff;
  background: #3b5998;
}
.space-20 {
  margin-bottom: 20px !important;
}
.page-login form .control-label {
  text-transform: uppercase;
}
.link-v1 {
  padding: 0 15px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border: none;
  background: #5a88ca;
  color: #fff;
  font-size: 14px;
}
.page-login h3{
  position: relative;
}
.page-login h3::after {
  position: absolute;
  content: '';
  left: 0px;
  width: 55px;
  height: 1px;
  background: #1476C6;
  bottom: 0px;
}
/* Checkboxes
   ========================================================================== */

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }
[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  margin-top: 15px;
}
.control-label {
  padding-bottom: 8px;
}
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #1476C6;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: #1476C6; }

[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #1476C6; }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #1476C6;
  border-bottom: 2px solid #1476C6;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.modtitle  h3{
  position: relative;
  border-bottom: 3px solid;
  border-color: #1476C6;
  font-size: 100%;
  padding: 0;
  margin: 0px 0px -1px 0px;
  height: 40px;
}
.modtitle  h3::before {
  content: "";
  border: 1px solid #ddd;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 0;
  right: 0;
}
.modtitle  h3 > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  border-bottom: 40px solid #1476C6;
  right: -20px;
  border-right: 20px solid transparent;
}
.modtitle  h3 > span{
  display: inline-block;
  font-size: 16px;
  position: relative;
  color: #fff;
  line-height: 40px;
  padding: 0 18px;
  background-color: #1476C6;
}

/*=======================
  checkout design
=========================*/
.banner-header {
  position: relative;
}
.banner-header.banner-lbook3 img {
  width: 100%;
}
.banner-header .text {
  position: absolute;
  width: 100%;
  height: 170px;
  top: 50%;
  margin-top: -85px;
  /* border: 4px solid #fff; */
  text-align: center;
  color: #fff;
  padding: 35px;
}
.banner-header.banner-lbook3 .text h3 {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 65px;
  letter-spacing: 5px;
  padding-bottom: 15px;
}
.banner-header .text h3 {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 50px;
  letter-spacing: 15px;
  padding-bottom: 15px;
}
.banner-header.banner-lbook3 .text p {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  padding-top: 10px;
  color: #fff;
}
.head-cart .item {
  border: 1px solid #ebebeb;
  padding: 60px 0px;
}
.head-cart .item.active .icon, .head-cart .ordering span.item:hover .icon, .ordering .head-cart span.item:hover .icon {
  background: #1476C6;
  color: #fff;
  border-color: #1476C6;
}
.space-padding-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.main-content{
  padding: 40px 0;
}
.box{
  font-size: 16px;
}
.head-cart .item .icon {
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid #1476C6;
  background: #fff;
  color: #565656;
  line-height: 63px;
}
.head-cart .item h3 {
  color: #565656;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
}
.center {
    text-align: center;
}

.head-cart .item h3::after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 1px;
  width: 75px;
  margin: auto;
  background: #1476C6;
}
.banner-header.banner-lbook3 .text p i {
  font-size: 14px;
  margin: 0 20px;
  color: #fff;
}
.colors-check{
  color: #fff;
}

/*=======================
    login pop up page
==========================*/
.modal-dialog {
    position: relative;
    width: auto;
    width: 100%;
    max-width: 410px;

    
}
.modal-dialog .close-btn {
    font-size: 36px;
    font-weight: 300;
    position: absolute;
    top: -10px;
    right: 10px;
    color: #4d4d4d;
    z-index: 100;
}
.close-btn {
    font-size: 24px;
    background: none;
    border: none;
    color: #ff2b2b;
    padding-left: 0;
    padding-right: 0;
}
.model_content{
position: relative;
width: 100%;
background-color: #fff;
outline: 0;
padding: 36px;
}
.social_area{

}
.google_login{
background-color: #f4b400;
}
.twitter_login{
background-color: #55acee;

}
.facebook_login{
  background-color: #3b5998;
}
.google_login,
.twitter_login,
.facebook_login{
position: relative;
width: 100%;
color: #fff;
display: block;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.1em;
text-align: center;
line-height: 45px;
padding: 0 45px 0 25px;
height: 48px;
margin-bottom: 12px;
-webkit-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
font-weight: 600;
text-decoration: none;
}
.google_login i,
.twitter_login i,
.facebook_login i{

  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -7px;
}
.twitter_login:hover{
background: #2795E9;
color: #fff;
}
.google_login:hover{
  background: #C18E00;
  color: #fff;
}
.facebook_login:hover{
  color: #fff;
  background-color: #2D4373;
}
.model_content h4{
  font-size: 24px;
font-weight: 600;
font-style: normal;
text-transform: none;
margin-bottom: 25px;

}

.form_section input{

  background-color: transparent;
  width:100%;
  height: 48px;
  border:none;
  font-weight: 300;
  padding: 0 72px 0 30px;
background-color: #f2f2f2;
padding:0 20px;
margin-bottom:24px;
}
.form_section input:focus{
    background-color:#fff;outline:none;box-shadow:0 2px 28px 1px rgba(0,0,0,0.4);
-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s
}
.by_email{
  margin-top: 15px;
}
.btns{
  display: block;
width: 100%;
margin: 0;
margin-bottom: 12px;
padding: 0 45px 0 25px;
height: 48px;
line-height: 45px;
font-size: 12px;
font-weight: 400;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.1em;
border: 1px solid transparent;
-webkit-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
background-color: #4d4d4d;
}
