.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@charset "utf-8";

body{ background:#FFFFFF; margin:0px; padding:0px;font-family: 'Raleway', sans-serif; font-size:14px;} 
a{
	text-decoration: none;
	color:  #E6DDDD;
}
a:hover{text-decoration: none; color:#1E90FF;}

/*********** Top Header Style Start  *******/
.container-fluid {padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}
.topbg{ padding:0px; border-bottom:1px solid #eaeaea; height:36px; background:#f7f7f7;}
.links{ float:right;}
.links ul{ list-style:none; margin:0px; padding:0px;}
.links ul li{ float:left;}
.links ul li a{ color:#636363; padding:8px 8px;  float:right; border-right:1px solid #e8e8e8;}
.links ul li a:hover{ color: #1E90FF;}
.phone{ float:left; width:29%; color:#565656; font-size:14px;padding-left:7px; margin-top:7px;}
.mail{ float:left; width:40%; color:#565656; font-size:14px; padding-left:7px; margin-top:7px;}
/*********** Top Header Style End  *******/



/*********** Mid Header Style Start  *******/

.mhead{ padding:0px; border-bottom:1px solid #eaeaea; height:130px; }

.logo{ float:left;  margin-top:7px;}


/*********** Mid Header Style Start  *******/

/*********** Mega Menu Style Start  *******/

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
.mega{ padding:0px; height:61px; background:#23364B;
}

.exo-menu{
  width: 100%;
  float: left;
  list-style: none;
   overflow:visible;
  position:relative;
  background: #23364B;
}
.exo-menu > li {  display: inline-block;float:left;}
.exo-menu > li > a{
  color: #ccc;
  text-decoration: none;
   overflow:visible;
  text-transform: uppercase;
  border-right: 1px #365670 dotted;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down1 ul > li > a:hover{
  background:#009FE1;
  color:#fff;
  z-index: 100;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down1,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down1:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down1>ul{
  left: 0px;
  min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  color: #fff;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #365670;
  border-bottom: 1px dotted #547787;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display:none;
  height: 100%;
  padding: 15px;
  min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  z-index: 100;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
  z-index :100;
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670;
  }

  h4.row.mega-title:hover {
  color: #365670;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding-top: 15px;
  background-color: #eee;
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
  color:#fff;

  background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
  left:0;
  display:none;
  color:#fefefe;
  padding-top:15px;
  background:#547787;
  padding-bottom:15px;
}
.Blog .blog-title{
  color:#fff;
  font-size:15px;
  text-transform:uppercase;

}
.Blog .blog-des{
  color:#ccc;
  font-size:90%;
  margin-top:15px;
}
.Blog a.view-more{
  margin-top:0px;
}
/*Images*/
.Images{
  left:0;
   width:100%;
   display:none;
  color:#fefefe;
  padding-top:15px;
  background:#547787;
  padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
  background-color: #547787;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
  display:block;
  z-index: 100;
}
/*responsive*/
 @media (min-width:767px){
  .exo-menu > li > a{
  display:block;
  padding: 20px 22px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
    position:absolute;
    z-index: 100;
}
 .flyout-right>ul{
  left: 100%;
  }
  .flyout-left>ul{
  right: 100%;
}
 }
@media only screen and (max-width:767px){

  .exo-menu {
    min-height: 58px;
    background-color: #23364B;
    width: 100%;
  }
  
  .exo-menu > li > a{
    width:100% ;
      display:none ;
  
  }
  .exo-menu > li{
    width:100%;
  }
  .display.exo-menu > li > a{
    display:block ;
      padding: 20px 22px;
  }
  
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
    position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 25px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}


/*********** Mega menu Style End  *******/








/*********** Footer Style Start  *******/
.cl4{background-color: #242121; color: #E6DDDD;border-top: 5px solid #1E90FF;border-bottom:  5px solid #1E90FF;}
.t1515{margin-bottom:10px; margin-top:10px;}
.t2020{margin-bottom:10px; margin-top:10px;}
.footerbx h2{color: #E6DDDD; font:normal 21px 'Raleway', sans-serif; margin:0 0 7px 0; font-weight:800;}
.footerbx h3{ background:url(../assets/images/phone_icon.png) left center no-repeat; color: #E6DDDD; margin:0; font-weight:700 !important; font:normal 18px 'Raleway', sans-serif; padding-left:20px;}
.footerbx ul{ margin:0; padding:0; list-style:none;}
.footerbx ul li a{font:normal 12px 'Raleway', sans-serif; transition:all 0.3s; color: #E6DDDD;}
.footerbx ul li a:hover{color:#1E90FF; padding-left:5px;}
.footerbx ul li a i{padding-right:3px;}
.footerbx p{font:normal 12px 'Raleway', sans-serif;color: #E6DDDD;}
.footerbx p.addr1{ background:url(../assets/images/map-icon.png) left center no-repeat; padding-left:25px;}
.footerbx p.mob1{ background:url(../assets/images/mobile-icon.png) left center no-repeat; padding-left:25px;}
.footerbx p.email1{ background:url(../assets/images/email-icon.png) left center no-repeat; padding-left:25px; color: white;}
.brdtop{background-color: white;width: 100%;}
.copyr{font:normal 13px 'Raleway', sans-serif; color: #242121;}
.srsr2{border-radius: 0;height: 40px; border:0; height:40px !important;}
.srbtn2{ background:#0086c6; border:0; padding:6px 30px; color:white; font-size:20px; border-radius:0}
.social{ margin:0; padding:0; list-style:none;}
.social li{ float:left; margin:10px 10px 10px 0;}
.social li a{ width:20px; height:20px; display:block; background-position:left top; background-repeat:no-repeat; transition:all 0.3s;}
.social li a:hover{background-position:left bottom; background-repeat:no-repeat;}
.fb1{ background:url(../assets/images/fb1.jpg);}
.twtr1{ background:url(../assets/images/twtr1.jpg);}
.gplus1{ background:url(../assets/images/gplus1.jpg);}
.skype1{ background:url(../assets/images/skype1.jpg);}
.lin1{ background:url(../assets/images/lin1.jpg);}

/*********** Footer Style End  *******/

@media only screen and (min-width:1024px) and (max-width:1100px){ 

.phone {width:40%;}
.logo {width:40%;}
.mail {width:60%;}
}
@media only screen and (min-width:768px) and (max-width:980px){ 


.logo {width:40%;}
.phone { width:40%;}
.mail { width:60%;}
}

@media only screen and (min-width:300px) and (max-width:767px){
	.topbg{ height:auto;}
	.topbg .col-md-6{ padding:0px !important;}
	.phone{ width: 100%; text-align: center;}

	.mhead{ height:auto;}
	.mhead .col-md-3{ padding:0px !important;}
	.logo{ width: 50%;margin-left: 25%; text-align: center;}
.wrap.logo{ padding:0px !important;}
.wrap{width: 40%;}

	.links ul{ display:inline-block;}
	.links{ text-align: center; padding-top: 11px;}
.links{ float:left; width:100%;}
.mail{ width:100%; text-align:center;}



.t1515{margin-bottom:10px; margin-top:10px;}

.t2020{margin-bottom:10px; margin-top:10px;}

}






  /* --------------------------
:: 10.0 Top Catagory Area CSS
-------------------------- */

.single_catagory_area {
    padding: 150px 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
}
.bg-img {
    background-size: cover;
    height: 300px;
}
.single_catagory_area:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color:  #1E90FF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -8;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_catagory_area:hover:after {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.single_catagory_area h6 {
    text-transform: uppercase;
}

.catagory-content {
    width: 55%;
}

img {
    height: 100%;
    max-width: 100%;
}


.karl-btn {
    display: inline-block;
    min-width: 170px;
    height: 55px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 2px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 49px;
}

.karl-btn:hover,
.karl-btn:focus {
    font-weight: 700;
    color: #fff;
    background-color:  #1E90FF;
    border-color: #1E90FF;
}




.snip126 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 5px ;
  min-width: 220px;
  max-width: 284px;
  width: 100%;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
  line-height: 1.6em;
}

.snip126:hover{
 opacity:1.00;
    box-shadow: 0px 0px 10px #1E90FF;
}
.snip126 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.snip126 .image {
  position: relative;
}

.price > span {
    color: #888;
    font-size: 14px;
    text-decoration: line-through;
}

.label {

text-decoration : none;

position: absolute;

padding-left:0px;

z-index: 20;

}


.label .label-background {
position: absolute;
top:0;
left:0;

}
.label .thelabel {

position: relative;
width: 150px;
padding: 6px 5px 0px 0px;
color: #fff;
font-size:18px;
font-weight:bold;
background-color: #1E90FF;
text-shadow: 0px 1px 2px #bbb ;

}

.label .thelabel:before,
.label .thelabel:after {
content: '';
position: absolute;
width:0;
height:0;
}

.label .thelabel:after {
left: 0px;
top: 100%;
border-width : 5px 10px;
border-style: solid;
border-color: #2d7b6b #2d7b6b transparent transparent;
}

.label.sale {
top: 0;
left: 0;
}


.snip126 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.snip126 .icons,
.snip126 .add-to-cart {
  position: absolute;
  left: 20px;
  right: 20px;
  opacity: 0;
}
.snip126 .icons {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 20px;
  display: flex;
  justify-content: space-between;
}
.snip126 .icons a {
  width: 32.5%;
  background: #ffffff;
}
.snip126 .icons a:hover {
  background: #1E90FF;
}
.snip126 .icons a:hover i {
  color: #ffffff;
  opacity: 1;
}
.snip126 .icons i {
  line-height: 46px;
  font-size: 20px;
  color: #000000;
  text-align: center;
  opacity: 0.7;
  margin: 0;
}
.snip126 .add-to-cart {
  position: absolute;
  bottom: 20px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 0.8em;
  color: #000000;
  line-height: 46px;
  letter-spacing: 1.5px;
  background-color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.snip126 .add-to-cart:hover {
  background: #1E90FF;
  color: #ffffff;
}
.snip126 figcaption {
  padding: 10px 10px 20px;
  height: 100px;
}

.snip126 h2 {
  margin: 0;
  text-align: left;
  overflow: hidden;
}
.snip126 h2 {
  margin-bottom: 10px;
  font-weight: 700;
}

.snip126 .price {
  font-size: 1.3em;
  opacity: 0.5;
  font-weight: 700;
  text-align: center;
}
.snip126:hover img,
.snip126.hover img {
  opacity: 0.8;
}
.snip126:hover .icons,
.snip126.hover .icons,
.snip126:hover .add-to-cart,
.snip126.hover .add-to-cart {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}




/* ------------------------------
:: 17.0 Product Details Area CSS
------------------------------ */

.single_product_thumb {
    margin-bottom: 100px;
}

.single_product_thumb .carousel-indicators {
    bottom: -86px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    left: 0;
    margin: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.single_product_thumb .carousel-indicators li {
    background-position: center center;
    background-size: cover;
    height: 80px;
    width: 25%;
}

.single_product_thumb .carousel-inner {
    border: 1px solid #ddd;
    margin: 0 3px;
    width: calc(100% - 6px);
}

.single_product_thumb .carousel-indicators li.active {
    border: 1px solid #ddd;
}

.single_product_thumb .product_badge {
    top: 30px;
}

.single_product_desc {
    position: relative;
    z-index: 1;
}

.single_product_desc .title {
    font-size: 24px;
    margin-bottom: 15px;
}

.single_product_desc .price {
    margin-bottom: 15px;
}

.single_product_desc .available {
    margin-bottom: 15px;
    font-size: 12px;
}

.single_product_desc .single_product_ratings i {
    color: #ff9800;
    font-size: 14px;
}

.single_product_desc .single_product_ratings span {
    font-size: 13px;
}

.single_product_desc .single_product_desc .price {
    font-size: 18px;
}

.single_product_desc .short_overview > h6 {
    font-size: 14px;
}

.single_product_desc .short_overview > p {
    color: #888;
    font-size: 14px;
    font-weight: 300;
}

.single_product_desc .custom-control {
    margin-right: 0;
}

.single_product_desc .widget.size .widget-desc a {
    font-size: 12px;
    padding: 0;
    width: 37px;
    height: 37px;
    border: 2px solid #3a3a3a;
    font-weight: 700;
    text-align: center;
    line-height: 33px;
}

.single_product_desc .widget.size .widget-desc a:hover,
.single_product_desc .widget.size .widget-desc a:focus {
    border: 2px solid #ff084e;
    background-color: #ff084e;
}

.single_product_desc .widget.size {
    border-bottom: none;
    padding-bottom: 0;
}

.single_product_desc .cart .qty-text {
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 15px;
    width: 140px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    font-size: 14px;
}

.single_product_desc .cart .quantity {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1;
}

.single_product_desc .cart .qty-minus,
.single_product_desc .cart .qty-plus {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 99;
    cursor: pointer;
    font-size: 10px;
    line-height: 20px;
    color: #888;
}

.single_product_desc .cart .qty-plus {
    top: auto;
    bottom: 0;
}

.single_product_desc .cart .cart-submit {
    background-color: #ff084e;
    border: medium none;
    color: #fff;
    font-size: 14px;
    height: 40px;
    margin-left: 15px;
    text-transform: uppercase;
    width: 150px;
    cursor: pointer;
    border-radius: 0;
}


.single_product_desc .card-header {
    padding: 30px 15px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 2px solid #ebebeb;
}

.single_product_desc .card-header h6 a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.single_product_desc .card-body p {
    font-size: 14px;
    color: #9f9f9f;
}

.single_product_desc .card {
    border: none;
}

.single_product_desc .card:first-child {
    border-top: 2px solid #ebebeb;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
}

.modal-backdrop.show {
    display: none !important;
}

.modal-content {
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #ebebeb;
}



/************* HEAD CSS ***********)/


/*=========================================================
  02 -> HEADER
===========================================================*/

#header {
  padding-top: 15px;
  padding-bottom: 15px;
}


/*----------------------------*\
  logo
\*----------------------------*/

.header-logo {
  display: inline-block;
  margin-right: 95px;
}

.header-logo .logo>img {
  width: 100px;
  max-height: 70px;
}

/*----------------------------*\
  Search header
\*----------------------------*/

.header-search,.header-logo{
display: inline;
}

.header-search {
  display: inline-block;
  margin-top: 11px;
  padding: 15px 0px;
  padding-left: 34px;
  max-width: 400px;
}

.header-search>form {
  position: relative;
}

.header-search>form .search-input {
 
  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;
}


/*----------------------------*\
  Inputs
\*----------------------------*/

.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #1E90FF inset, 0px 0px 0px 0px #1E90FF;
  box-shadow: 0px 0px 0px 1px #1E90FF inset, 0px 0px 0px 0px #1E90FF;
}

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;
}

.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: #1E90FF;
  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);
}


.header-btns>li {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0px;
}

.header-btns>li+li {
  margin-left: 15px;
}

.header-btns>li .header-btns-icon {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #30323A;
  background-color: #FFF;
  border: 1px solid #DADADA;
}

.header-btns .dropdown-toggle {
  display: block;
  cursor: pointer;
}

.header-account.dropdown .custom-menu>li>a>i {
  margin-right: 15px;
  color: #1E90FF;
}

/*----------------------------*\
  Cart header
\*----------------------------*/

.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: #1E90FF;
  color: #FFF;
  border-radius: 50%;
}


.category-nav .category-list>li.dropdown>.dropdown-toggle>i {
  float: right;
  line-height: 20px;
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown>.custom-menu {
  border-top: 2px solid #1E90FF;
  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: 10px 0px;
  text-transform: uppercase;
}

.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;
  min-height: 60px;
}

.product.product-widget .product-price {
  font-size: 18px;
  margin-bottom: 5px;
}

.product.product-widget .product-price .qty {
  font-size: 14px;
  font-weight: 400;
}

.product.product-widget .product-name {
  font-size: 14px;
}

.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;
}



.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: #1E90FF;
  -webkit-box-shadow: 0px 0px 0px 1px #1E90FF inset, 0px 0px 0px 0px #1E90FF;
  box-shadow: 0px 0px 0px 1px #1E90FF inset, 0px 0px 0px 0px #1E90FF;
}

.primary-btn {
  color: #FFF;
  background-color: #1E90FF;
}

.primary-btn:hover, .primary-btn:focus {
  color: #FFF;
  background-color: #30323A;
}


/*********** DETAIL PRODUCT *****************/

.bgwhite {background-color: white;}




.p-t-35 {padding-top: 35px;}
.p-t-15 {padding-top: 15px;}
.p-t-30 {padding-top: 30px;}

.p-b-23 {padding-bottom: 23px;}
.p-b-80 {padding-bottom: 80px;}
.p-b-13 {padding-bottom: 13px;}
.p-b-14 {padding-bottom: 14px;}
.p-b-45 {padding-bottom: 45px;}

.m-r-35 {margin-right: 35px;}



.flex-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}



.flex-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.flex-sb-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}


.w-size13 {
  width: 53%;
}
.w-size14 {
  width: calc(47% - 55px);
}

.cs-pointer {cursor: pointer;}


@media (max-width: 768px) {
  .respon5 {
    width: 100%;
  }

}

.m-text16 {
  font-family: Montserrat-Regular;
  font-size: 24px;
  color: #222222;
  line-height: 1.5;
}
.m-text19 {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #222222;
  line-height: 1.5;
}
.s-text8, .s-text8 a {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #888888;
  line-height: 1.8;
}


.bo6 {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.bo7 {
  border-bottom: 1px solid #e6e6e6;
}
.trans-0-4 {
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.color0 {color: #e65540;}
.color1 {color: #888888;}
.color0-hov:hover {color: #1E90FF;}

.dis-none {display: none;}


.site_notice {
  position: fixed;
  top:  -230px;
  left: 0;
  width: 100%;
  z-index: 1111;
  max-height: 230px;
  overflow-y: hidden;
  background: #1E90FF;
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.18);
  transition: ease-in-out .8s;
}
.site_notice.in {
  top: 0;
}
.site_notice .notice_content {
  padding: 30px 15px;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.site_notice .notice_content h3 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.site_notice .notice_content p {
  margin: 0 0 20px 0;
  padding: 0;
  color: #fff;
  line-height: 1.4em;
}
.site_notice .notice_content p a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
}
.site_notice .notice_content a.dismiss_it {
  color: #222;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #222;
  padding: 7px 10px 5px 10px;
  transition: all .6s;
}
.site_notice .notice_content a.dismiss_it:hover {
  background: #222;
  color: #fff;
}

@media only screen and (min-width:768px) and (max-width:980px){ 
.site_notice {
  position: fixed;
  top:  -230px;
  left: 0;
  width: 100%;
  z-index: 1111;
  max-height: 230px;
  overflow-y: hidden;
  background: #1E90FF;
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.18);
  transition: ease-in-out .8s;
}
.site_notice.in {
  top: 0;
}
.site_notice .notice_content {
  padding: 30px 15px;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

}

@media only screen and (min-width:300px) and (max-width:767px){

.site_notice {
  position: fixed;
  top:  -360px;
  left: 0;
  width: 100%;
  z-index: 1111;
  max-height: 360px;
  overflow-y: hidden;
  background: #1E90FF;
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.18);
  transition: ease-in-out .8s;
}
.site_notice.in {
  top: 0;
}
.site_notice .notice_content {
  padding: 30px 15px;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

}