

body {
  font-family: 'Roboto', serif, san-serif;
  color: #4A4E5A;
 }



h1, h2, h3, h4, h5, h6 {
  color: #30323A;
  margin: 0 0 10px;
  font-weight: 700;
}

a {
  color: #20201F;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

a:hover, a:focus {
  color: #1465E3;
  text-decoration: none;
  outline: none;
}

.primary-color {
  color: #F8694A;
}

.white-color {
  color: #FFF;
}

.font-weak {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.25px;
}


strong {
	color: #1B1E1E;
}


ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #DADADA;
}


.error {
    color: red;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    background: #c6ff1594;
    padding: 5px;
    padding-left: 0;
}
.success {
  color: green;
  font-size: 14px;
  text-align: center;
  background: #c6ff1594;
    padding: 5px;
}


.paddingLess{padding-right: 2px; padding-left: 2px;} 

/* Bottons 
============================================================================================ */
.main-btn, .primary-btn {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.icon-btn.main-btn, .icon-btn.primary-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  border: none;
}

.main-btn {
  color: #30323A;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
}

.main-btn:hover, .main-btn:focus {
  color: #F8694A;
  -webkit-box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
  box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
}

.primary-btn {
  color: #FFF;
  background-color: #e72074;
}

.primary-btn:hover, .primary-btn:focus {
	color: #FFF;
	background-color: #12a3ff;
}

/*----------------------------*\
	Inputs
\*----------------------------*/

.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 1px #9D9B9B inset, 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 1px #A7A7A7 inset, 0px 0px 0px 5px transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
  box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
}

textarea.input {
  padding: 15px;
}

.input-checkbox .caption {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-checkbox>label {
  color: #30323A;
}

.input-checkbox input[type="checkbox"]:checked+label+.caption, .input-checkbox input[type="radio"]:checked+label+.caption {
  max-height: 800px;
}

/* List Css
============================================================================================ */
.list-links .list-links-title {
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 13px;
  color: #1c79db;
}
.custom-menu .row{margin-bottom: 25px;}

.list-links li>a {
  position: relative;
  display: inline-block;
  /*text-transform: uppercase; */
  padding: 2px 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
 
}

.list-links li>a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}



.list-links li > a:hover, .list-links li > a:focus, .list-links li.active > a {
  color: #16A2F6;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  border-bottom: 1px solid #47cbff;
}

.list-links li>a:hover:before, .list-links li>a:focus:before, .list-links li.active>a:before {
  opacity: 1;
  visibility: visible;
}

/* Feature Add css
============================================================================================ */
.feature_add_area{margin-top:25px
  margin-left:15px;}

/* End Feature Add css
============================================================================================ */

/* Section
============================================================================================ */

.section {
  /* padding-top: 8px; */
  padding-bottom: 7px;
}

.section-grey {
	/* background: #F0F0F0; */
	/* box-shadow: 0 0 5px #7a7070; */
	width: 95%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.flex-container1 {
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 95%;
}

.left-content{flex:1; order: 1; flex-basis:24%;}
.left-content .leftcontent1{}

.midel-content {
  flex: 2;
  order: 2;
  margin: 0 10px;
  flex-basis: 48%;

  
}
.right-content{flex: 1; order: 3; flex-basis:24%; }

@media (min-width: 800px) {
    .flex-container1  {
         display: flex;
 

  justify-content: center;
    }
}
.section-title h3{font-size: 14px;}
.section-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px groove #aaaaaaaa;
  /* background: #ffa1a1; */
}

.section-title >last {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px groove #aaaaaaaa;
}
.section-title .title {
  display: inline-block;
  text-transform: uppercase;
}

.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #F8694A;
}

/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
}

.breadcrumb {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 15px 0px;
  margin: 0;
}

.breadcrumb>.active {
  color: #F8694A;
}

.breadcrumb>li+li:before {
  color: #DADADA;
}

/* Header
============================================================================================ */
#header {
   /* background-image: linear-gradient(to right, #154ae1 , #ff0bab); */
    background: #fc00fc; 
    border-top: 1px solid #1b1d1c;
}
/* Top Header
============================================================================================ */

#top-header {
  /* padding-top: 10px; */
  /* padding-bottom: 7px; */
  /* box-shadow: 0 -2px 5px #3f3d3d; */
  /* background-image: linear-gradient(to top, #1a59f0 , #5e7bee); */
  /* border-bottom-style: solid; */
  /* margin-top: 14px; */
  background: #fff;
}

.header-top-links>li {
  display: inline-block;
}

.header-top-links>li+li {
  margin-left: 15px;
}

.header-top-links>li>a {
  cursor: pointer;
  text-transform: uppercase;
}
.pull-middel {
  float: left;
  font-size: 14px;
  font-weight: bold;
}
.pull-middel a{padding-right: 5px}
.pull-right{display: inline-block;}
/*----------------------------*\
	logo
\*----------------------------*/

.header-logo {
  display: inline-block;
  /* margin-left: 52px; */
  float: left;
  margin-right: 5px;
}

.header-logo .logo > img {
  /* max-height: 100px; */
  width: 80px;
  height: auto;
}

.headeroption {
  /* background: #00a5ff; */
  color: #fff;
  text-align: center;
  /* padding-bottom: 60px; */
  /* margin-top: 6px; */
  padding-top: 5px;
}

.headeroption h2 {
  margin: 0px;
  color: #fff;
  /* padding-top: 70px; */
  text-shadow: -1px 3px 6px #2c0505;
  font-size: 44px;
  font-weight: bolder;
  transition-duration: 4s;
  /* padding-right: 75px; */
  /* padding-top: 20px; */
  text-align: left;
  padding: 10px;
}
.headeroption h2:hover {
  letter-spacing: 40px;
  transition-duration: 2s;
  color: #b4ff10;
}

/*Serch Header
============================================================================================ */

.header-search {
  display: inline-block;
  padding: 15px 0px;
  max-width: 400px;
  margin-right: 0px;
}

.header-search>form {
  position: relative;
}

.header-search>form .search-input {
  padding-left: 150px;
  padding-right: 45px;
}

.header-search>form .search-categories {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 135px;
}

.header-search>form .search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}

/*----------------------------*\
	Account header
\*----------------------------*/

.header-btns>li {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0px;
}
.welcome h4 {
  text-align: center;
  color: #fff;
  /* border: 1px solid #ddd; */
  padding: 3px 0;
  /* border: 3px dashed #11fefe; */
  /* background: #008bce; */
  text-shadow: 2px 3px 6px #000;
  font-size: 15px;
  font-weight: 400;
}

.welcome {}

.header-btns>li+li {
  margin-left: 15px;
}

.header-btns > li .header-btns-icon {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 41px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #FE0000;
  /* border: 1px solid #E3E3E3; */
  font-weight: bold;
  font-size: 18px;
}

.header-btns .dropdown-toggle {
  display: block;
  cursor: pointer;
}

.header-account.dropdown .custom-menu>li>a>i {
  margin-right: 15px;
  color: #F8694A;
}

/* Cart Header
============================================================================================ */

.header-account ul li .fa {
  color: red;
  padding-right: 10px;
}

.header-cart .header-btns-icon .qty {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  background: #7BBF6A;
  color: #FFF;
  border-radius: 50%;
}

.header-cart.dropdown .custom-menu {
  width: 300px;
}

#shopping-cart .shopping-cart-list {
  max-height: 260px;
  margin-bottom: 15px;
  overflow-y: scroll;
}

#shopping-cart .shopping-cart-list .product.product-widget:first-child {
  margin-top: 0px;
}

#shopping-cart .shopping-cart-list .product.product-widget:last-child {
  margin-bottom: 0px;
}

#shopping-cart .shopping-cart-btns>button {
  width: calc(50% - 2px);
}


/*=========================================================
  New Nav manue
===========================================================*/


.nav-sec {
  background: #00a5ff;
  color: white;
  box-shadow: 0px 11px 8px 2px #746d6d;
}


 .navigation .main {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0px 3px 3px #020101;
  color: #fff;
}

.navigation .cat{text-transform:uppercase;
background:tomato;
font-weight:bold;
}
.navigation .main a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}
.navigation .main li{
  display:inline-block;
  vertical-align:top;
  position:relative;

}
.navigation .main > li > a {
  padding: 14px 20px;
  text-transform: uppercase;
  font-weight: 600;
  /* font-family: roboto; */
  text-shadow: 0px 3px 3px #171515;
  color: #fff;
  font-size: 16px;
}
.navigation .dropdown-menu {
  position: absolute;
  background-color: #19c2fd;
  width: 180px;
  left: 0;
  display: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.navigation .dropdown-menu ul{left:181px; top:0;text-align: center;padding:0; margin: 0}
.navigation .dropdown-menu li{text-align:center; }
.navigation .dropdown-menu li a{padding-top:5px;padding-bottom:5px;}

.navigation .dropdown-menu li, .navigation .dropdown-menu ul li{display:block; width:100%;}
.navigation ul li:hover > .dropdown-menu{
  display:block;

}
.navigation .main li:hover > a {
  background-color: tomato;
  border-top: 2px solid #fff;
  /* animation: infinite; */
  transition-duration: 1s;
}

/*=========================================================
  New Nav manue
===========================================================*/

/*=========================================================
	03 -> NAVIGATION
===========================================================*/
/*#navbar{overflow: hidden;}*/
#navigation {
  background: #0f0b48;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
#navigation .container {
  position: relative;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .section {
  padding-top: 60px;
}
/*----------------------------*\
	Category nav
\*----------------------------*/

.category-nav {
  float: left;
  width: 240px;
  position: relative;
  margin-right: 8px;
}
.category-nav .category-header {
  padding: 15px;
  display: block;
  text-transform: uppercase;

  color: #FFF;
  font-weight: 700;
}

.category-nav .category-header > i {
  float: right;
  line-height: 20px;
  padding-right: 46px;
}
.category-nav .category-list {
  position: absolute;
  width: 230px;
  background-color: #FFF;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  z-index: 50;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: none;
  left: -50px;
}
 .category-list{
  box-shadow: -1px 4px 5px #282525;
 }
.category-nav:hover .category-list{display: block;}

.category-nav .category-list>li>a:hover .category-nav.coustom-manu{display: block;}
.dropdown{position: relative;}
.coustom-manu{position: absolute;}



.category-nav.show-on-click .category-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

.category-nav.show-on-click .category-list.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.category-nav .category-list>li+li {
  border-top: 1px solid #DADADA;
}

.category-nav .category-list>li.dropdown>.dropdown-toggle>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list>li>a {
  display: block;
  padding: 10px 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px){
  .category-nav .category-list>li>a {
  display: block;
  padding: 2px 14px;
  text-transform: uppercase;
}
}

.category-nav .category-list>li>a:focus, .category-nav .category-list>li.dropdown.open>a {
  color: #F8694A;
}

.category-nav .category-list>li>a:hover{
   color: #F8694A;
 border-bottom: 2px solid tomato;
}



/*=========================================================
 Menu Nav
===========================================================*/
.menu-nav .menu-header {
  display: none;
  padding: 15px;
  text-transform: uppercase;
  background: #30323A;
  color: #FFF;
  font-weight: 700;
}

.menu-nav .menu-header>i {
  float: right;
  line-height: 20px;
}

.menu-nav .menu-list>li {
  display: inline-block;
}

.menu-nav .menu-list > li > a {
  display: block;
  padding: 13px;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 0px 3px 3px #020101;
  font-weight: 600;
  font-size: 16px;
}

.menu-nav .menu-list>li>a:hover, .menu-nav .menu-list>li>a:focus, .menu-nav .menu-list>li.dropdown.open>a {
  color: #F8694A;
}

/*----------------------------*\
	Dropdowns personal
\*----------------------------*/
.men-dropdown {
  position: absolute;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 100;
  top: 100%;
  min-width: 205px;
  opacity: 0;
  display: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  
}

.header_menu li:hover {
  padding-left: 18px;
  background: #ebe9e9;
}

.dropdown-menu li {
  padding: 1px 10px;
}
 .dropdown:hover > .dropdown-menu {
  display: block;
 
} 



.dropdown span {
 float: right;
 
}


.header-cart span {
  font-size: 13px;
  font-weight: 600;
  color: #fffdfd;
  float: left;
}
.dropdown li:hover > span{display:none;}

/*.dropdown li:hover >.submenu-fafa{display:none;}*/


.dropdown-manu{display: none;}
  .dropdown-submenu{display:none;}
 .dropdown:hover > .dropdown-submenu {
  display: block;
  
}
.submenu{padding-left: 230px; 
  margin-top: -22px;
  padding: 5px;}

.submenu {
  margin-left: 226px;
  margin-top: -40px;
  width: 100%;
  box-shadow: 2px 2px 3px black;
}


.submenu2 {
  margin-left: 100%;
  margin-top: -36px;
  padding: 5px;
  width: 100%;
  box-shadow: 2px 2px 3px black;
}

/*.submenu-fafa{display: inline-block; padding-left: 55px;}*/


.submenu3 {
  margin-left: 100%;
  margin-top: -36px;
  padding: 5px;
  width: 100%;
  box-shadow: 3px 2px 5px #645e5e;
}
 
.category-list.mendropdown.men-dropdown {
  border-left: 2px solid #F8694A;
  left: 100%;
  top: 0;
  width: 750px;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);

}
.category-nav.category-list.mendropdown{
  position: relative;
}
.category-nav.category-list.mendropdown:hover .men-dropdown{display: block;}


/*----------------------------*\
  Dropdowns
\*----------------------------*/

.custom-menu {
  position: absolute;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 100;
  top: 100%;
  min-width: 205px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin: auto;
  max-height: 400px;
  overflow: auto;
 
}



.dropdown.open>.custom-menu {
  opacity: 1;
  visibility: visible;
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown>.custom-menu {
  border-top: 2px solid #F8694A;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(15px);
  -ms-transform: translateX(-50%) translateY(15px);
  transform: translateX(-50%) translateY(15px);
}

.dropdown.default-dropdown.open>.custom-menu {
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

.dropdown.default-dropdown > .custom-menu > li > a {
  display: block;
  padding: 5px 0px;
  text-transform: uppercase;
}
.dropdown:hover>.custom-menu{display: block; position: absolute; z-index: 100;}
.dropdown{position: relative;z-index: 50;}
/*-- Mega Dropdown --*/

.dropdown.mega-dropdown.full-width {
  position: static !important;
}

.dropdown.mega-dropdown>.custom-menu {
    border-top: 4px solid #FE1212;
    left: 0;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    width: auto;
    min-width: 750px;
    max-width: 100%;
    
}

.dropdown.mega-dropdown.full-width>.custom-menu {
  width: 100%;
}

.dropdown.mega-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}


/*-- Side Dropdown --*/

.dropdown.side-dropdown>.custom-menu {
  border-left: 2px solid #F8694A;
  left: 100%;
  top: 0;
  width: 750px;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);

}

.dropdown.side-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*=========================================================
 Mobile Nav
===========================================================*/

#header .nav-toggle {
  display: none;
}

@media only screen and (max-width: 991px) {
  #header .nav-toggle {
    display: inline-block;
  }
  header .pull-left, header .pull-right {
    float: none !important;
  }
  header .pull-right {
    margin-top: 10px;
  }
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 270px;
    width: 0%;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 990;
   

  }
  #responsive-nav.open {
    width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  #responsive-nav .dropdown .custom-menu {
    display: none;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: 2px solid #F8694A;
  }
  #responsive-nav .dropdown.open .custom-menu {
    display: block;
    min-width: auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .category-nav .category-list, .menu-nav .menu-list {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 100px);
  }
  .category-nav .category-list.open, .menu-nav .menu-list.open {
    display: block;
  }
  .menu-nav .menu-header, .category-nav .category-header {
    cursor: pointer;
  }
  .category-nav {
    float: none;
    width: 100%;
  }
  .category-nav .category-list {
    position: static;
  }
  .menu-nav .menu-header {
    display: block;
  }
  .menu-nav .menu-list {
    float: none;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li {
    display: block;
  }
  .menu-nav .menu-list>li+li {
    border-top: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li>a {
    color: #30323A;
  }
  #navigation.shadow:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
  }
}

/*=========================================================
	04 -> BANNERS
===========================================================*/

.banner {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.banner>img {
  width: 100%;
}

.banner.banner-1 .banner-caption {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner.banner-2 .banner-caption {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
}

.banner h1 {
  font-size: 46px;
  text-transform: uppercase;
}

/*=========================================================
	05 -> HOME SLIDER
===========================================================*/
#home{max-height: 400px;}
#home .home-wrap {
  margin-left: 270px;
     box-shadow: 0 3px 18px black;
}

#home-slick .banner {
  margin: 0px; height: 500px;
}
.home-warp{
  box-shadow: 0 3px 18px black;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/
.pageCategori {
  border: 2px groove #fff;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  height: 375px;
  font-family: "Poppins", sans-serif;
  overflow-y: auto;
}
.pageCategori h4 {
  text-align: center;
  text-transform: uppercase;
  color: #9d9d99;
  padding-bottom: 6px;
  /* border-bottom: 2px dotted #d54e4e; */
  font-weight: 500;
  font-size: 16px;
}
.pageCategori .list-links-title{font-size: 12px;
color: #b8b2b2;
padding: 4px 0;}
.pageCategori li a {
  text-transform: uppercase;
  /* color: #1d1d1e; */
  letter-spacing: 1px;
  font-family: 'Roboto', serif, san-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.product .product-old-price {
  color: #F8694A;
  font-size: 70%;
}

.product .product-rating {
  display: inline-block;
}

.product .product-rating>i {
  color: #FFB656;
}

.product .product-rating>i.empty {
  color: #DADADA;
}

.product .product-label>span {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  color: #FFF;
  background-color: #30323A;
  z-index: 22;
}

.product .product-label>span.sale {
  background-color: #F8694A;
}

.product .product-countdown {
  z-index: 22;
}

.product .product-countdown>li {
  display: inline-block;
  margin-right: -4px;
}

.product .product-countdown>li+li:before {
  content: ":";
  color: #FFF;
  background: #30323A;
  padding: 2px;
}

.product .product-countdown>li>span {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  padding: 10px;
  background: #F8694A;
}


/*=========================================================
 Buy Now
===========================================================*/


.product_item .l_p_img {
  position: relative;
}

.product_item .l_p_img img {
  max-width: 100%;
}

.product_item .buy_now_text{
  text-align: center;
  height: 58px;
  border-top: 1px solid #cccccc;
  overflow: hidden;
}

.product_item .buy_now_text ul {
  padding-top: 18px;
  margin-bottom: 5px;
  margin-top: -65px;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.product_item .buy_now_text ul li {
  display: inline-block;
  margin-right: 8px;
}

.product_item .buy_now_text ul li.p_icon {
  vertical-align: top;
}

.product_item .buy_now_text ul li.p_icon a {
  border: 1px solid #999999;
  font-size: 17px;
  color: #999999;
  display: inline-block;
  padding: 0px 10px;
  line-height: 38px;
  position: relative;
  top: 1px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.product_item .buy_now_text ul li.p_icon a:hover {
  color: #000;
}

.product_item .buy_now_text ul li:last-child {
  margin-right: 0px;
}

.product_item .buy_now_text h4 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
  padding-bottom: 5px;
  padding-top: 16px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.product_item .buy_now_text h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #d91522;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.product_item .buy_now_text h5 del {
  font-size: 16px;
  color: #666666;
}

.product_item:hover .buy_now_text ul {
  margin-top: 0px;
}

.product_item:hover .buy_now_text h4 {
  opacity: 0;
}

.product_item:hover .buy_now_text h5 {
  opacity: 0;
}




/*----------------------------*\
	Single product
\*----------------------------*/

.product.product-single {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: solid 1px #ddd;
}

.product.product-single:hover {
  -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.product.product-single .product-thumb {
  position: relative;
 
}

.product.product-single .product-thumb>img {
  width: 100%;
}

.product.product-single .product-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover .product-thumb:after {
  opacity: 0.7;
  visibility: visible;
}

.product.product-single .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}

.product.product-single:hover .quick-view {
  opacity: 1;
  visibility: visible;
}

.product.product-single .product-label {
  position: absolute;
  left: 0;
  top: 0;
}

.product.product-single .product-label>span {
  display: block;
}

.product.product-single .product-countdown {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.product.product-single .product-body {
  padding: 15px;
}

.product.product-single .product-price {
  display: inline-block;
}

.product.product-single .product-rating {
  float: right;
  margin-top: 5px;
}

.product.product-single .product-name {
  font-size: 16px;
}

.product.product-single .product-btns {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
}

.product.product-single:hover .product-btns {
  opacity: 1;
  visibility: visible;
}

/*-- hot product --*/

.product.product-single.product-hot {
  border: 2px solid #ddd;
}

.product.product-single.product-hot .product-btns {
  opacity: 1;
  visibility: visible;
}

/*=========================================================
  Wight Products
===========================================================*/
.product.product-widget {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product.product-widget .product-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}

.product.product-widget .product-thumb>img {
  width: 100%;
}

.product.product-widget .product-body {
  padding-left: 75px;
  padding-top: 10px;
  
}

.product.product-widget .product-price {
  font-size: 12px;
  margin-bottom: 5px;
}

.product.product-widget .product-price .qty {
  font-size: 14px;
  font-weight: 400;
}

.product.product-widget .product-name {
  font-size: 12px;
}

.product.product-widget .cancel-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: transparent;
  border: none;
  color: #DADADA;
}

.product.product-widget .cancel-btn:hover {
  color: #30323A;
}

/*----------------------------*\
	Product slick
\*----------------------------*/

.product-slick .slick-slide {
 margin: 5px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*=========================================================
  Aside
===========================================================*/
#aside .aside {
  margin-bottom: 30px;
}

#aside .aside:last-child {
  margin-bottom: 0px;
}

.aside .aside-title {
  position: relative;
  border-bottom: 1px solid #DADADA;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 22px;
  /* margin-top: 15px; */
  line-height: 24px;
  font-size: 14px;
}

.aside .aside-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #F8694A;
}

/*-- Filter list --*/

.filter-list {
  margin-bottom: 15px;
}

.filter-list>li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}

.filter-list>li:last-child {
  margin-right: 0px;
}

.filter-list li a {
  position: relative;
  padding: 0px 5px 0px 20px;
}

.filter-list li a:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
  top: 5px;
  line-height: 12px;
  font-size: 9px;
  color: #FFF;
  background: #30323A;
  width: 12px;
  text-align: center;
  border-radius: 50%;
  height: 12px;
}

/*-- Price Filter --*/

#price-slider {
  margin: 60px 10px 50px 10px;
}

.noUi-target {
  background-color: #DADADA;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #ADA4A3;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #30323A;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-tooltip {
  border: none;
  color: #000;
  /* background: #E9EAEF; */
  border-radius: 0px;
}


/*=========================================================
  Store
===========================================================*/

#store {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #DADADA;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DADADA;
}

/*-- store filter --*/

.row-filter {
  display: inline-block;
  vertical-align: top;
}

.row-filter>a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #30323A;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.row-filter>a:hover {
  opacity: 0.9;
}

.row-filter>a.active {
  background-color: #F8694A;
}

.sort-filter {
  display: inline-block;
  margin-left: 15px;
}

.sort-filter select.input {
  width: 120px;
}

.page-filter select.input {
  width: 90px;
}

.page-filter {
  display: inline-block;
}

.store-pages {
  display: inline-block;
  margin-left: 15px;
}

.store-pages li {
  display: inline-block;
  margin-right: 6px;
}

.store-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.store-pages li.active {
  color: #F8694A;
}

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*=========================================================
  Product View
===========================================================*/

#product-main-view .slick-arrow {
  opacity: 0;
}

#product-main-view:hover .slick-arrow {
  opacity: 1;
}


#product-view {
  margin-top: 10px;
  margin-bottom: 15px;
}

#product-view .product-view.slick-slide {
  opacity: 0.2;
}

#product-view .product-view.slick-slide.slick-current {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px 2px #F8694A inset;
  box-shadow: 0px 0px 0px 2px #F8694A inset;
}

#product-view .product-view {
  padding: 7.5px;
}

.product-view>img {
  width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product.product-details .product-name {
  margin-top: 15px;
}

.product.product-details .product-rating {
  margin-right: 15px;
  margin-bottom: 15px;
}

.product.product-details .product-options {
  padding-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #DADADA;
  margin-top: 15px;
}

.product-options .size-option {
  margin-bottom: 6px;
}

.size-option > li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
  font-weight: 600;
  color: #f67b26;
}

.size-option>li:last-child {
  margin-right: 0px;
}

.size-option>li>a {
  display: block;
  border: 1px solid #DADADA;
  font-weight: 700;
  padding: 2px 7px 0px 8px;
}

.size-option>li.active a {
  color: #F8694A;
  border-color: #F8694A;
}

.color-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
  font-weight: 600;
  color: #e30ce2;
 
}


.color-option>li:last-child {
  margin-right: 0px;
}

.color-option > li > a {
  display: block;
  border: 1px solid #e9e2e2;
  height: 20px;
  padding: 0 5px;
}

.color-option>li.active a {
  -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #F8694A;
  box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #F8694A;
}

.product.product-details .qty-input {
  display: inline-block;
}

.product.product-details .qty-input .input {
  width: 90px;
}


.call-for h4 {
  color: #716662;
  font-size: 17px;
  padding-bottom: 9px;
  font-weight: 500;
}
/*=========================================================
 Product Tab
===========================================================*/
.tab-content > .tab-pane {
	background: #EDEDED;
	padding: 20px 30px;
	border: 1px solid #cac1c1;
}

.product-tab {
  margin-top: 30px;
}

.product-tab .tab-nav {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 30px;
}

.product-tab .tab-nav li {
  display: inline-block;
}

.product-tab .tab-nav li+li {
  margin-left: 30px;
}

.product-tab .tab-nav li a {
  display: block;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.product-tab .tab-nav li.active {
  position: relative;
}

.product-tab .tab-nav li.active a {
  color: #F8694A;
}

.product-tab .tab-nav li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 30px;
  background-color: #F8694A;
}

/*-- reviews --*/

.single-review {
  margin-bottom: 30px;
}

.single-review .review-heading>div {
  display: inline-block;
}

.single-review .review-heading>div+div {
  margin-left: 10px;
}
.review-heading a {
  font-size: 17px;
  font-weight: bold;
  color: #fb306a;
}

.single-review .review-rating {
  display: inline-block;
}

.single-review .review-rating>i {
  color: #FFB656;
}

.single-review .review-rating>i.empty {
  color: #DADADA;
}

.single-review .review-body {
  margin-top: 10px;
}
.review-body p{
  letter-spacing: .25px;
  font-size: 16px;
}

.reviews-pages li {
  display: inline-block;
  margin-right: 6px;
}

.reviews-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.reviews-pages li.active {
  color: #F8694A;
}

/*-- review form --*/

.review-form textarea.input {
  height: 90px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover, .review-form .input-rating .stars>label:hover~label {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #EF1919;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  content: "\f005";
  color: #FFB656;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #FFB656;
}

.write-review p{
  font-size: 16px;
padding: 6px 0px;
color: #7f7f7f;}

.prd_description {
  font-size: 16px;
  letter-spacing: .25px;
  line-height: 27px;
}
/*========================================================= 
	09 -> CHECKOUT PAGE
===========================================================*/
.gest_link {
  padding: 45px;
}

.gest_link h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 2px;
  text-transform: uppercase;
}

.gest_link h2 a {
  color: #82817f;
  border: 2px groove #2a2727;
  padding: 2px 5px;
}
.gest_link h2 a:hover{
 
  background: #fffefe;
}




.checkout_prosses {
  background: #f3f3f3;
  border: 1px solid #777171;
  padding: 10px 7px;
  border-radius: 10px;
}
.checkout_method h3{
  
}







/*-- shopping cart table --*/


.shiping-methods {
  margin-bottom: 30px;
}





#shopping-cart{width: 280px;}

.shopping-cart-table>tbody>tr>td, .shopping-cart-table>tbody>tr>th, .shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th, .shopping-cart-table>thead>tr>td, .shopping-cart-table>thead>tr>th {
  padding: 15px 0px;
  vertical-align: middle;
  border-top: 1px solid #DADADA;
}
 
.shopping-cart-table > thead > tr > th {
  color: #FFF;
  text-transform: uppercase;
  border-bottom: 1px solid #DADADA;
  font-size: 12px;
  padding-left: 7px;
}

.shopping-cart-table>tbody>tr:last-child>td {
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th {
  color: #30323A;
  border-top: 0px
}

.shopping-cart-table>tfoot>tr>td:not(.empty), .shopping-cart-table>tfoot>tr>th:not(.empty) {
  padding: 15px;
  background-color: #00A5FF;
  border: 1px solid #FFF;
}

.shopping-cart-table > tbody > tr > .details > a {
  font-size: 14px;
  font-weight: 600;
}
.shopping-cart-table>tbody>tr>.thumb>img {
  width: 60px;
}

.shopping-cart-table>tbody>tr>.qty .input {
  width: 90px;

}


  

.shopping-cart-table>tbody>tr>.price {
  font-size: 18px;
}

.shopping-cart-table>tbody>tr>.total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.sub-total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.total {
  font-size: 24px;
  color: #FFF;
}

.order-table

.edit_profile {
  border: 1px solid
#8d8f90;
padding: 17px 20px;
background:
#f6f6f6;
border-radius: 10px;
}
/*=========================================================
	10 -> FOOTER
===========================================================*/

.footer {
  margin: 15px 0px;
}
.section-footer {
  background: #0b0a2d;
  /* border-top: 3px groove #f6f7f8; */
  /* box-shadow: 0 0 5px #0C0C0C; */
  margin-top: 1px;
  /* background-image: url(Background-01.jpg); */
  background-size: cover;
  color: #b72121;
}
.footer .footer-header {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 13px;
  color: red;
  /* text-align: center; */
}
.footer-newslater{text-align: center;
font-size: 16px;
color: #aaa6a6;
font-weight: bold;
padding: 5px;}

.footer-logo {
  margin-bottom: 0px;
  text-align: center;
  padding-bottom: 13px;
}

.footer-logo .logo {
  display: inline-block;
}

.footer-logo .logo > img {
  width: 100px;
  height: auto;
  padding-top: ;
}

.footer-social > li {
	color: #fff;
	border: 1px solid #d8d8d8;
	width: 40px;
	/* border-radius: 60px; */
	text-align: center;
	height: 40px;
	line-height: 38px;
	font-size: 22px;
	margin-right: 5px;
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s;
	transition: width 2s, height 2s, transform 2s;
	display: inline-block;
	/* box-shadow: -2px -2px 11px #1a1818; */
}
.footer-social li:hover {
  color: #000;
  border: 1px solid #0AA2E5;
  background: #ffcf00;
  /* height: 65px; */
  /* width: 65px; */ 
  /* text-align: center; */
  /* line-height: 65px; */
  /* margin-right: 5px; */
  transition: 1s all;
  /* margin-right: 11px; */
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.footer-social>li:last-child {
  margin-right: 0px;
}
.footer .list-links li a{color: #fff;}

.footer-copyright {
  font-size: 14px;
  color: #6c6666;
}
.footer-copyright a {
  color: #fff;
}


}
.soical-tab{margin-top:20px;}

.footer p {
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 9px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #4aa5d7;
}
.footer-social {text-align: center;
padding-top: 4px;
font-size: 19px;
float: right;}


.top-social > li {
  /* color: #f8f8f8; */
  /* border: 1px solid #0980c5; */
  width: 30px;
  /* border-radius: 60px; */
  text-align: center;
  height: 27px;
  /* line-height: 24px; */
  font-size: 16px;
  margin-right: 6px;
  /* -webkit-transition: width 2s, height 2s, -webkit-transform 2s; */
  /* transition: width 2s, height 2s, transform 2s; */
  display: inline-block;
  /* box-shadow: -1px 1px 10px #1fffdc; */
  /* background: #fff; */
}

.top-social li:hover {
  color: #000;
  border: 1px solid #0AA2E5;
  /* background: #ffcf00; */
  /* height: 65px; */
  /* width: 65px; */
  /* text-align: center; */
  /* line-height: 65px; */
  /* margin-right: 5px; */
  /* transition: 1s all; */
  /* margin-right: 11px; */
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}


/*=========================================================
	11 -> SLICK
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  background: #12a3ff;
  z-index: 22;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #F8694A;
}

.slick-prev:before, .slick-next:before {
  color: #FFF;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
  display: inline-block;
  position: static;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}


#navigation {
z-index: 50;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


/*=========================================================
  Dots
===========================================================*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #DADADA;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #F8694A;
}

.custom-dots .slick-dots {
  position: static;
  margin: 15px 0px;
}

/*=========================================================
	12 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
  #home .home-wrap {
    margin-left: 0px;
 
  }

  #aside {
    margin-bottom: 60px;
  }
  .product-reviews {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .banner h1 {
    font-size: 36px;
  }
  .store-filter .pull-right, .store-filter .pull-left {
    float: none !important;
  }
  .store-filter .pull-right {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  [class*='col-xs'] {
    width: 100%;
  }
}

/*=========================================================
 -> End Here & Below is my personal code for Education
===========================================================*/
.inner-box{min-height: 200px;

padding-top:5px;}
.banner1{}
.banner2{background: tomato;}
.banner3{background: #fff000;}
.box-border{border: 1px solid tan;}
.customcon{max-height:200px;}
.inersec{border:2px solid #ddd; min-height:400px;padding:20px 5px;margin-bottom:30px;}
.container-fluid .row{max-height: 300px;}

/* Categories Product css
============================================================================================ */
.product_listing_area {
  margin-bottom: 40px;
}

.p_list_text {
	border: 1px solid #eaeaea;
	height: 100%;
	padding-left: 18px;
	padding-top: 25px;
	padding-bottom: 4px;
}

.p_list_text h3 {
  font-size: 24px;
  color: #0b1033;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  position: relative;
  padding-bottom: 8px;
}

.p_list_text h3:before {
  content: "";
  width: 95px;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #d91522;
}

.p_list_text ul {
  padding-top: 14px;
}

.p_list_text ul li a {
  font-size: 14px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  letter-spacing: .35px;
  color: #0b1033;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.p_list_text ul li:hover a {
	color: #d91522;
	border-bottom: 5px solid tomato;
}

.p_list_img {
  margin-left: -30px;
}

.delivery {
  border: 1px solid #a1a4a5;
  padding: 17px 20px;
  background: #f6f6f6;
  border-radius: 8px;
}

.delivery h3 {
  text-align: center;
  font-size: 17px;
  letter-spacing: .30px;
  color: #0479f6;
  padding: 20px;
}
.delivery form {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 58px;
}

.delivery form input, .delivery form textarea{
 background:#fff;
}
.delivery form button {
 float: right;
}


/* End Categories Product css
============================================================================================ */
/*=========================================================
 -> review  section
===========================================================*/
.product-specification th {
  padding: 6px 0px 4px 25px;
  font-weight: 600;
  width: 20%;
}
.product-specification td {
  font-weight: 500;
  padding: 6px;
}
.product-specification tr {
  border: 2px solid #bfc2c3;

}

.product-specification table{width: 100%;}

.product-specification tr>td{background: #fff;}
/*=========================================================
 -> End review section
===========================================================*/
  /* Stock */

.brand,  .stock {
  font-size: 13px;
  font-weight: 600;
  padding: 6px 0px;
  text-transform: uppercase;
}
.body_de {
  font-size: 14px;
  letter-spacing: .25px;
  line-height: 25px;
}


.product-name{padding-bottom: 5px;}
.product-name h2 {
    text-transform: uppercase;
    font-size: 13px;
    color: #09154a;
}
.product-price td {
  font-size: 13px;
  text-transform: uppercase;
  color: #1886e6;
  font-weight: 600;
  /* text-shadow: 0px 1px 1px #2c2828; */
}
.pro_oldPrice td {
    font-size: 13px;
    text-transform: uppercase;
    color: #d629b2;
    font-weight: 700;
}
.pro_body {
  margin-bottom: 4px;
  width: 65%;
}
.pro_body tr >th, td {
  padding: 2px 4px;
}

.pro_body2 {
  margin-top: 10px;
  margin-bottom: 4px;
  width: 100%;
}
.pro_body2 tr > th, td{
  padding: 2px 4px;

}
.pro_body2 th, td{
  border: 1px solid;
}

.sallerinfo{
  width: 34%;
  float: right;
}
.sallerinfo tbody{
  border: 2px dotted #0be1d1;
}
.sallerinfo td{
  border: none;
}

/*=========================================================
 -> category product section
===========================================================*/
.category_product{width: 100%; margin: 0 auto;}

.flex-container {
  display: flex;
   flex-wrap: wrap;
    justify-content: space-between;
     align-items: stretch;
     width: 100%; margin: 0 auto;
     margin-bottom: 20px;
}

.category-title{}
.category-grey {
  background: #F6F7F8;
  box-shadow: 0 0 5px #7a7070;
  max-height: 300px;
}

.category-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px groove #aaaaaaaa;
}

.category-title >last {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px groove #aaaaaaaa;
}
.category-title .title {
  display: inline-block;
  text-transform: uppercase;
}

.category-title::after {
  content: "";
  position: absolute;
  left: 70px;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #F8694A;
}







div.gallery:hover {
    /*border: 5px solid #ff7406;*/
}

div.gallery img {
    width: 100%;
    height: auto;
}
div.gallery-small img{
  width: 100%;
  height: 100px;
}

div.desc {
  padding-top: 11px;
  text-align: center;
  letter-spacing: .50px;
}

div.price {
 
  text-align: center;
}

div.price h2{font-size: 13px;}
div.desc h2 {
  font-size: 13px;
  color: #164170;
}
div.dese-sm h3{
  font-size: 11px;
  font-weight: 600;
  color: #3c4213;
  padding-left: 2px;
}
div.price-sm h3{
  font-size: 11px;
  font-weight: 600;
  color: #af0707;
  padding-left: 2px;
}


.price h2{color: tomato;}




.responsive {
  /* padding: 0 6px; */
  float: left;
  width: 16%;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  border: 2px groove #fff;
}

.price_body {
  border-top: 2px groove #fff;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}





/*=========================================================
 -> End category product section
===========================================================*/
.categorisList ul li {
  display: inline-block;
  padding: 2px 10px;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #ddd;
 
}
.categorisList ul li a {
  color: #529906;
}
.subcatList {
  border: 5px solid #ddd;
  margin-top: 20px;
  min-height: 200px;
}
.innerList {
  padding: 20px 20px 10px 45px;
  overflow-y: scroll;
}
.list1{text-align: left;}
.list1 h2 {
  font-size: 16px;
  padding-top: 5px;
  color: #216fe3;
  text-transform: uppercase;
  text-shadow: 3px 3px 5px #8d8585;
  line-height: 21px;
}

.list1 h1 {
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.imagels{width: 100%;}

.imagels img {
  width: 150px;
  height: auto;
  padding: 5px;
}
 
.containerlg {
  width: 90%;
  margin: 0 auto;
 
}
.productName h2{font-size: 17px;
text-align: center;}
.catlist ul li a {
 /* color: #12a3ff;*/
  
}
.paymentop{border: 2px solid #ddd; min-height: 400px;}
.paymentop .paymenu{padding: 50px; text-align: center;}
.paymentop .paymenu ul{}
.paymentop .paymenu ul li {
  display: inline;
  border: 1px solid #4d6b63;
  padding: 8px;
  background: #6b3e3e;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.paymentop .paymenu ul li:hover{background: #fff; color: tomato;}
.paymentop .paymenu.dropdown{display: none;}
.login_title{text-align: center;}
.radiobtn {
  text-align: center;
  font-size: 24px;
  color: #1b7880;
  font-weight: 600;
}
.profile {
  /* border: 1px solid #ddd; */
  padding-top: 8px;
  /* background: #f5f5f5; */
}

.profile-com {
  border: 1px solid #ddd;
  padding-top: 8px;
  background: #12a3ff;
}

.profile-com table td {
  padding-left: 17px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 3px;
}



.profile tr td {
  border: 1px solid #e1d9d9;
  text-align: left;
  padding: 6px 12px;
  font-size: 14px;
  /* font-weight: 600; */
  color: #0d1240;
}
.profile table{width: 80%; margin: auto;padding: 20px ;}
.profile tbody {
  background: #fff;
  box-shadow: 2px 2px 4px 4px #9c9797;
}
.profile button {
  /* float: right; */
  width: 114px;
  /* font-weight: bold; */
  font-size: 15px;
  background: #fff;
  color: #1ec5f8;
  margin-bottom: 15px;
}
.profile button:hover {
  background: #eb2424;
}
.payments-sec {
  padding-left: 0px;
  border: 1px solid #dedad6;
  padding: 16px;
  background: #f5f5f5; 
}
.payments-sec p {
  font-size: 15px;
  line-height: 23px;
  color: #07390d;
  margin-left: 30px;
  background: #fff;
  padding: 10px 15px;
  font-weight: 300;
}
.payments-sec label {
  font-size: 14px;
  font-weight: 500;
}
#checkout-form h3{font-size: 16px;}
#checkout-form .profile table{width: 80%; margin: auto;padding: 20px ;}
#checkout-form.profile tr td {
  border: 1px solid #e1d9d9;
  text-align: left;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #17557d;
}
.form-group h3{font-size: 16px;
    font-weight: 500;
    text-align: right;
    padding-right: 30px;}

.form-group input {
  font-size: 18px;
  color: #9b8e8e;
  background: #fff;
}

.form-group textarea {
  font-size: 13px;
  color: #9b8e8e;
  text-align: left;
  min-height: 80px;
  background: #fff;
}
.form-group span{color:
#605c5c;
padding-left: 3px;}

#checkout-form .profile1 table {
  width: 100%;
  margin: auto;
  padding: 20px;
  background: #F5F5F5;
}
#checkout-form .profile1 tr td {
  border: 1px solid #e1d9d9;
  text-align: left;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #152f3f;
}

.confirmpay {
  padding-top: 60px;
  padding-left: 28px;
  border: 1px solid #e1d7d6;
  padding-right: 10px;
  background: #f5f5f5;
}
.profile1 input{width: 80%;}
.profile address {
  padding-left: 17px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.table-final {
  /* background: tan; */
  margin-bottom: 0px;
}
.table-final tbody {
  background: #a677ff;
}
.table-final tr{}
.table-final th {
  font-size: 16px;
  color: #fff;
}

.caption input{margin-right: 5px;}
.caption label {
  padding-right: 13px;
}

#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}

body,
html {
    height: 100%
}
.contact-num {
  border: 1px solid #ddd;
  padding: 10px 20px;
  background: #ffeb0e;
  margin-top: 20px;
}
.contact-num h5 {
  padding-top: 5px;
  color: #151816;
  font-size: 16px;
}
.contact-num h5 a{}

#paylist {
  width: 86%;
  height: 35px;
  color: green;
  font-size: 16px;
  font-weight: bold;
  background: #F5F5F5;
  border: 1px solid #dddd;
}

.payments-methods #paylist optgroup
{ font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border-bottom:1px solid #ddd;
  color: tomato;
}

#paylist option{font-size: 18px; font-weight: bold; color: #000;}
.sectionList {
  background: #bdf65e;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* border: 1px solid #000; */
  box-shadow: 0px 2px 4px 3px #63665e;
}


.sectionList h3{}
.sectionList p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #288c76;
}

.login_inner {
  border: 1px solid #e3e3e3;
  padding: 20px;
  background: #eff0f1;
  border-radius: 8px;
}
.login_inner01 {
  border: 1px solid #d3d1ce;
  padding: 20px;
  background: #f6f7f8;
  border-radius: 8px;
}

.login_create h3:hover{background: #f4f4f4;}
.track_inner {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  width: 70%;
  margin: 0 auto;
}

.footer-top {
  /* border: 4px groove #fff2f2; */
  background: #ff2704;
  /* min-height: 66px; */
  /* margin-bottom: 5px; */
  margin-top: 65px;
  color: #fffefe;
  min-height: 200px;
}
.footer-support{color: #fff;}
.footer-support h3 {
  color: #ebff02;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.footer-support li a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.footer-support li a {
  color: #fff;
  font-size: 13px;
  /* text-transform: uppercase; */
  letter-spacing: .6px;
}

.footer-service{}

.footer-service h3{color: #ebff02;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;}

.footer-service li a{color: #fff;
  font-size: 13px;

  text-transform: uppercase;
  letter-spacing: .6px;}
.footer-service li a:hover {
  color: #13bcf0;
  border-bottom: 2px solid #fff;
}

.footer-account{}
.footer-account h3{color: #ebff02;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;}

.footer-account li a:hover {
  color: #1f2b69;
  border-bottom: 2px solid #fff;
}
.pay-card img {
  width: 500px;
  height: auto;
  float: right;
}
.footer-account li a{color: #fff;
  font-size: 13px;

  text-transform: uppercase;
  letter-spacing: .6px;}
.footer-pages{}

.footer-pages h3{ color: #ebff02;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;}

.footer-pages li a{color: #fff;
  font-size: 13px;

  text-transform: uppercase;
  letter-spacing: .6px;}
  
.footer-pages li a:hover {
  color: #13bcf0;
  border-bottom: 2px solid #fff;
}
.app-card img{
  width: 100px;
  margin-top: -21px;
}
.reg01 table td{padding-bottom: 5px;}
.reg01.form-group .form-control{height: 37px;
border-radius: 7px;}

.reg01 table td{border: none;}

.shopping-cart-table td {
  border: none;
}