.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0px solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { height: 100% }
body { font-family: 'Cabin', sans-serif; }
.section-padding { padding: 60px 0 }
.section-gray { background-color: #F7F7F7 }
.section-dark {
    background-color: #110C09;
    color: #fff;
}
a { transition: .3s }
a:hover { color: #000 }


@font-face {
    font-family: 'manustrialmanustrial';
    src: url('fonts/mns_trial-webfont.eot');
    src: url('fonts/mns_trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mns_trial-webfont.woff2') format('woff2'),
         url('fonts/mns_trial-webfont.woff') format('woff'),
         url('fonts/mns_trial-webfont.ttf') format('truetype'),
         url('fonts/mns_trial-webfont.svg#manustrialmanustrial') format('svg');
    font-weight: normal;
    font-style: normal;

}
.section_heading {display:none;}
/* ============================================
2. Home CSS
===============================================*/
.header{
	 background: #212121;
}
.header_top {
	background: none repeat scroll 0 0 #000;
    padding: 7px 0px 5px 0;
}
.header_top_left {
  margin-bottom: -8px;
}
.header_top_right {
  margin-bottom: -8px;
}
.header_top_left > img {
  float: left;
  margin-right: 10px;
}
.header_top_left > p {
  color: #FFD100;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}
.header_top_left span {
  color: #FFF;
  font-weight: 400;
  margin-left: 4px;
}
.header_top_right p {
  color: #e8e8e8;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
float: left;
 margin-right: 15px;
}
.header_top_right p a {
  color: #e8e8e8;
}
.header_top_right p a:hover {
  color: #FFD100;
  text-decoration:none;
}
nav.currency {
  margin-top: -2px;
}
.top-flag {
  margin-top: -2px;
}
.currency ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  top: 100%;
  transition:.25s;
  min-width: 108px;
  left: 0;
}
.currency ul li {
 position:relative;
 display: inline-block;
 margin-right: 10px;
}
.currency ul li:last-child{
  margin:0
}
.currency-dropdown {background: none repeat scroll 0 0 rgb(255, 209, 0);left: -15px;margin-top: 39px;position: absolute;text-align: center;top: 50px;width: 58px;transition:.25s;opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity:0;}
.currency ul li:hover ul.currency-dropdown {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";filter: alpha(opacity=1);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;padding: 5px 0 3px;z-index: 10;}
.currency-dropdown li {float: left;width: 100%;text-align: left;padding: 0px 5px;}
.currency-dropdown li a {
display: block;
font-size: 12px;
padding: 3px;
}
.currency-dropdown li a:hover {display: block;font-size: 12px;padding: 3px;}
.currency-dropdown li a{
  color:#000 !important;
}
.currency-dropdown li a:hover{
  color:#fff !important;
}
.currency ul li a {
   color: #fff;
   font-size: 12px;
   font-weight: 500;
   text-transform: uppercase;
}
.currency ul li a:hover {
   color: #fff;
   text-decoration:none;
}

.header_center {
  margin: 35px 0 0;
  text-align: center;
}
.header_left {
  margin: 35px 0;
  position: relative;
  width: 100%;
}
.header_right {
  margin: 25px 0;
  position: relative;
}
.w_likes {
  background: url("../images/wishlist_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 22px;
  left: 56px;
  position: absolute;
  top: -23px;
  width: 26px;
}
.w_likes > span {
  color: #fff;
  font-size: 12px;
  padding-left: 9px;
}
.header_left a,.header_left button {
  color: #FFD100;
  font-size: 25px;
  left: 0px;
  position: absolute;
  top: 0;
  text-decoration: none;
  border:0;
  background:none;
  padding: 0;
}
.header_left a,.header_left button:focus{
	outline:0;
}
.header_left input[type="text"] {border: medium none;border-bottom: 1px solid #212121;color: #fff;font-weight: 500;margin-left: 30px;padding-left: 0;padding-top: 3px;background: #212121;width: 85%;}
.header_left input[type="text"]:focus{
    outline:0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
}
.header_right ul.checkout {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.header_right ul.checkout li:first-child{
 border-left: 1px solid rgba(238, 238, 238, 0.27);
}
.header_right ul.checkout li {
  float:left;
  width: 100px;
  text-align: center;
  border-right: 1px solid rgba(238, 238, 238, 0.27);
}
.header_right ul.checkout li a {
  color: #FFD100;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
  text-transform: uppercase;
}
.header_right ul.checkout li a:hover {
  text-decoration:none;
  color:#F57524;
}
.header_right i {
  font-size: 25px;
  margin-right: 7px;
}
.nav_area {
  background: none repeat scroll 0 0 #FFD100;
}
.nav_left {
  background: none repeat scroll 0 0 #F1CB1F;
padding: 22px 0;
position: relative;
width: 17%;
}
.nav_left a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding-left: 18px;
  text-transform: uppercase;
}
.nav_left a:hover {
  text-decoration:none;
}
.nav_left i {
  margin-left: 65px;
}
.nav_right {
  background: none repeat scroll 0 0 #F1CB1F;
padding: 22px 0;
position: relative;
width: 17%;
}
.nav_right a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding-left: 0;
  text-transform: uppercase;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.c_totals_left a, .c_totals_right a {
  padding-left: 0;
  color: #000 !important;
  font-size: 10px;
}
.nav_right a:hover {
  text-decoration:none;
  color: #F57524;
}
.nav_right img {
  cursor: pointer;
margin-right: 10px;
margin-top: -7px;
}
.nav_center {
  float: left;
  width: 66%;
}
nav.mainmenu {
  position: relative;
}
nav.mainmenu::after {
  border-top: 4px solid #fff;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mainmenu ul#nav {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align:center;
}
.mainmenu ul#nav:before{
  content:"";
  background: #212121;
  width:100%;
  height:4px;
  position:absolute;
  top:0;
  left: 0;
  z-index: 10;
}
.mainmenu ul#nav li {
  display: inline-block;
  padding: 0 15px;
  position:relative;
}
.mainmenu ul#nav li ul#sub-menu {
background: none repeat scroll 0 0 #f7f8f9;
box-shadow: 0 10px 12px #666;
left: 33px;
margin: 0;
opacity: 0;
padding: 0;
position: absolute;
text-align: left;
top: 100px;
transition: all 0.5s ease 0s;
width: 285px;
z-index: -1;
}
.mainmenu ul#nav li ul#sub-menu4 {
background: none repeat scroll 0 0 #f7f8f9;
box-shadow: 0 10px 12px #666;
left: 33px;
margin: 0;
opacity: 0;
padding: 0;
position: absolute;
text-align: left;
top: 100px;
transition: all 0.5s ease 0s;
width: 285px;
z-index: -1;
}
.mainmenu ul#nav li ul#sub-menu7 {
background: none repeat scroll 0 0 #f7f8f9;
box-shadow: 0 10px 12px #666;
left: 33px;
margin: 0;
opacity: 0;
padding: 0;
position: absolute;
text-align: left;
top: 100px;
transition: all 0.5s ease 0s;
width: 285px;
z-index: -1;
}
.mainmenu ul#nav li ul#sub-menu5 {
background: none repeat scroll 0 0 #f7f8f9;
box-shadow: 0 10px 12px #666;
left: 33px;
margin: 0;
opacity: 0;
padding: 0;
position: absolute;
text-align: left;
top: 100px;
transition: all 0.5s ease 0s;
width: 285px;
z-index: -1;
}
.mainmenu ul#nav li:hover ul#sub-menu {
opacity:1;
transition:.5s;
top: 64px;
z-index:99;
left:0;
}
.mainmenu ul#nav li:hover ul#sub-menu4 {
opacity:1;
transition:.5s;
top: 64px;
z-index:99;
left:0;
}
.mainmenu ul#nav li:hover ul#sub-menu7 {
opacity:1;
transition:.5s;
top: 64px;
z-index:99;
left:0;
}
.mainmenu ul#nav li:hover ul#sub-menu5 {
opacity:1;
transition:.5s;
top: 64px;
z-index:99;
left:0;
}

.mainmenu ul#nav li ul#sub-menu li {

}
.mainmenu ul#nav li ul#sub-menu li a {
border-bottom: 1px solid #f1f1f1;
border-top: 0 solid;
color: #212121;
display: block;
font-size: 12px;
width: 220px;
}
.mainmenu ul#nav li ul#sub-menu4 li a {
border-top: 0 solid;
color: #212121;
display: block;
font-size: 12px;
width: 220px;
}
.mainmenu ul#nav li ul#sub-menu7 li a {
border-top: 0 solid;
color: #212121;
display: block;
font-size: 12px;
width: 220px;
}
.mainmenu ul#nav li ul#sub-menu5 li a {
border-top: 0 solid;
color: #212121;
display: block;
font-size: 12px;
width: 220px;
}
.mainmenu ul#nav li ul#sub-menu li.last-child a {
border-bottom: 0px solid #f1f1f1;
}
.mainmenu ul#nav li ul#sub-menu li:hover {
background:#fff;
}
.mainmenu ul#nav li ul#sub-menu4 li:hover {
background:#fff;
}
.mainmenu ul#nav li ul#sub-menu7 li:hover {
background:#fff;
}
.mainmenu ul#nav li ul#sub-menu5 li:hover {
background:#fff;
}
.mainmenu ul#nav li ul#sub-menu li a:hover {
color:#FFD100;
}
.mainmenu ul#nav li ul#sub-menu4 li a:hover {
color:#FFD100;
}
.mainmenu ul#nav li ul#sub-menu7 li a:hover {
color:#FFD100;
}
.mainmenu ul#nav li ul#sub-menu5 li a:hover {
color:#FFD100;
}
.mainmenu ul#nav li a {
  border-top: 4px solid #212121;
  display: block;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  font-family: Lato,Arial,Helvetica,sans-serif;
  color: #000;
}
.mainmenu ul#nav li a:hover {
  border-top: 4px solid #212121;
  text-decoration:none;
}
.mainmenu ul#nav li.current-page-item a {
  border-top: 4px solid #F57524;
  text-decoration:none;
  color: #F57524;
}
.nav_left ul#sub-menu3 {
background: none repeat scroll 0 0 #f7f8f9;
box-shadow: 0 10px 12px #666;
left: 0;
list-style: outside none none;
margin: 0;
opacity: 0;
padding: 0;
position: absolute;
text-align: left;
top: 100px;
transition: all 0.5s ease 0s;
width: 285px;
z-index: -1;
}
.nav_left:hover ul#sub-menu3 {
  opacity: 1;
  top: 64px;
  transition: all 0.5s ease 0s;
  z-index: 100000;
}
.nav_left ul#sub-menu3 li {
  display: inline-block;
  padding: 0 32px;
  position: relative;
}
.nav_left ul#sub-menu3 li a {
  border-bottom: 1px solid #f1f1f1;
  border-top: 0 solid;
  color: #212121;
  display: block;
  font-size: 12px;
  width: 220px;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.nav_left ul#sub-menu3 li a:hover {
  color: #FFD100;
}
.nav_left ul#sub-menu3 li:hover {
  background: none repeat scroll 0 0 #fff;
}
.nav_left ul#sub-menu3 li ul#sub-menu2 {
background: none repeat scroll 0 0 #f7f8f9;
box-shadow: 0 10px 12px #666;
left: 370px;
list-style: outside none none;
margin: 0;
opacity: 0;
padding: 0;
position: absolute;
text-align: left;
top: 0;
transition: all 0.5s ease 0s;
width: 285px;
z-index: -1;
}
.nav_left ul#sub-menu3 li:hover ul#sub-menu2 {
  left: 286px;
  opacity: 1;
  transition: all 0.5s ease 0s;
  z-index: 100000;
}

.navbar-inverse {
  background-color: inherit;
  border-color: inherit;
}
.navbar {
  border: 0 solid transparent;
  margin-bottom: 0;
  min-height: 50px;
  position: relative;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: inherit;
  text-decoration: none;
}
.nav-display {display:block;}
.cart_menu {
background: none repeat scroll 0 0 #fff;
box-shadow: 0 8px 15px #ddd;
opacity: 0;
overflow: hidden;
padding-top: 5px;
position: absolute;
right: 0;
top: 100px;
transition: all 0.5s ease 0s;
width: 333px;
z-index: -1;
}
.nav_right:hover .cart_menu{top: 64px;opacity:1;transition: all 0.5s ease 0s;z-index: 99;text-align: left;}
.cart_menu .cart_items .c_item_img a {
  padding-left: 0;
  width: 90px;
  height: 79px;
  overflow: hidden;
}
.cart_menu .cart_items .c_item_img img {
  margin-top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_item_totals_detail.floatleft > a {
  padding-left: 0;
  text-align: left;
}
.cart_items {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 14px;
}
.c_item_img {
  width: 37%;
}
.c_item_totals {
  width: 63%;
}
.c_item_totals h5 {
  color: #333333;
font-size: 12px;
line-height: 18px;
margin-bottom: 5px;
text-transform: uppercase;
}
.c_item_totals_detail {
  width: 66%;
}
.c_item_img > img {
  margin-top: 0;
}
.c_item_totals_detail > span {
  color: #FFD100;
  font-size: 12px;
}
.close_icon_cart {
  float: right;
}
.cart_totals {
  overflow: hidden;
  padding: 20px 22px;
}
.c_totals_left {
  width: 50%;
}
.c_totals_right {
  float: right;
}
.c_totals_left > p, .c_totals_right > p {
  color: #333333;
font-size: 12px;
font-weight: 500;
margin-bottom: 0;
text-transform: uppercase;
}

.cart_view_bottom {
  overflow: hidden;
}
.cart_view_bottom .c_totals_left {
  background: none repeat scroll 0 0 #eb5e5d;
  padding: 15px;
  text-align: center;
  width: 50%;
}
.cart_view_bottom .c_totals_right {
  background: none repeat scroll 0 0 #FFD100;
  padding: 15px;
  text-align: center;
  width: 50%;
}
.cart_view_bottom .c_totals_left > p {
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
}
.cart_view_bottom .c_totals_right > p {
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
}
.cat_mega_menu {
background: none repeat scroll 0 0 #fff;
box-shadow: 0 10px 15px #ddd;
overflow: hidden;
padding: 0 30px;
position: absolute;
top: 100px;
width: 1139px;
opacity:0;
transition: all 0.5s ease 0s;
z-index: -1;
}
.nav_left:hover .cat_mega_menu {
opacity: 1;
top: 64px;
transition: all 0.5s ease 0s;
z-index: 99;
}
.cat_left {
float: left;
margin-right: 100px;
padding-top: 40px;
width: 15%;
}
.cat_middle {
  float: left;
  width: 15%;
  margin-right: 100px;
padding-top: 40px;
}
.cat_middle_right {
  float: left;
  width: 15%;
  margin-right: 50px;
padding-top: 40px;
}
.cat_img {
  float: right;
  margin-right: 46px;
  width: 27%;
}
.cat_left > h5, .cat_middle > h5, .cat_middle_right > h5{
  font-size: 13px;
margin-bottom: 10px;
text-align: left;
text-transform: uppercase;
}
.single_color .panel-body {
  padding-bottom: 0;
  padding-top: 0;
}
.cat_menu_line {
  border-top: 1px solid #ddd;
  position: relative;
}
.cat_menu_line::after {
  border-top: 1px solid #212121;
  content: "";
  left: 0;
  position: absolute;
  top: -1px;
  width: 57px;
}
 ul.cat_nav {
  list-style: outside none none;
margin: 12px 0 0;
padding: 0;
}
 ul.cat_nav li {
  
}
 ul.cat_nav li a {
  color: #212121;
display: block;
font-size: 12px;
padding: 10px 0;
}
 ul.cat_nav li a:hover {
  color: #FFD100;
}

.slider_area > img {
  width: 100%;
}
.call_to_action_area {
  padding-top: 36px;
}
.call_to_action {
  border-bottom: 2px dotted #a4a4a4;
padding-bottom: 25px;
position: relative;
}
.call_to_action:after {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  border-bottom: 2px dotted #999;
  width: 100%;
}
.single_call_action > img {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #c6c7c7;
  border-radius: 50%;
  float: left;
  height: 40px;
  margin-right: 15px;
  padding: 5px;
  width: 40px;
}
.single_call_action > p {
  color: #232323;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 4px;
  text-transform: uppercase;
}
.last_single_call > p {
  padding-top: 12px;
}

.promotion_area {
  padding: 60px 0 97px;
}
.promotion_top {
margin-bottom: 18px;
overflow: hidden;
position: relative;
transition: all 0.75s ease 0s;
z-index: 4;
}
.promo_text {
left: 40px;
position: absolute;
top: 38px;
z-index: 3;
}
.hover_images {
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: all 0.75s ease 0s;
}
.hover_images > img {
  width: 100%;
}
.promotion_top:hover .hover_images, .promotion_bottom:hover .hover_images {
opacity: 1;
transform: scale(1.05);
transition: all 0.75s ease 0s;
z-index: 1;
}
.promo_text > h5, .promo_text_bottom > h5 {
  color: #232323;
  font-size: 22px;
  font-weight: 400;
}
.p_line {
  border-top: 1px dotted #999;
  margin-bottom: 2px;
}
.promo_text > a, .promo_text_bottom > a {
  color: #666666;
  font-size: 13px;
}
.promotion_bottom {
overflow: hidden;
position: relative;
transition: all 0.75s ease 0s;
z-index: 4;
}
.promo_text_bottom {
right: 40px;
position: absolute;
top: 38px;
z-index: 3;
}
.promotion_bottom_t {
  margin-bottom: 18px;
}
.promotion_bottom_b {
  margin-bottom: 0;
}
.promo_text.promo_text_t {
  top: 114px;
}
.promo_text_bottom.promo_text_b {
  right: 63px;
  top: 50px;
}

.trending_area {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 95px 0;
}
.trending_box h2, .fresh_blog h2,.featured_product_box h2 {
  color: #232323;
font-size: 26px;
font-weight: 700;
margin-bottom: 8px;
text-align: center;
text-transform: uppercase;
}
.trending_box .nav.nav-tabs {
border: medium none;
margin: 0 auto 42px;
width: 31%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-image: none;
  border: 1px solid transparent;
}
.nav.nav-tabs span {
  color: #FFD100;
padding-left: 18px;
}
.owl-carousel .item {
  margin: 0 25px 0 auto;
}
#owl-example.owl-carousel .owl-wrapper-outer {
  left: -101px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 109%;
}
.owl-carousel {
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.item-new {
  border: 1px solid #FFD100;
right: 15px;
position: absolute;
top: 15px;
}
.item-new > p {
  background: none repeat scroll 0 0 #FFD100;
color: #fff;
font-size: 12px;
margin-bottom: 0;
padding: 1px 8px;
text-transform: uppercase;
}
.item-new > span {
  font-size: 11px;
  padding: 1px 8px;
}
.item-sub {
 background: none repeat scroll 0 0 #fff;
padding: 25px 0;
text-align: center;
}
.item-sub a h5 {
  color: #333333;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.item-sub a:hover h5 {
  color: #FFD100;
}
.item-sub a:hover {
  color: #FFD100;
  text-decoration:none;
}
.item-sub > p {
  color: #FFD100;
  margin-bottom: 0;
  margin-top: 4px;
}
.item-sub span {
  color: #999999;
  margin-left: 8px;
}
.trending_box .owl-carousel::after {
  background: none repeat scroll 0 0 #fff;
content: "";
height: 350px;
left: 0;
opacity: 0.8;
position: absolute;
top: 0;
width: 101px;
z-index: 1;
}
.trending_box .owl-carousel::before {
background: none repeat scroll 0 0 #fff;
content: "";
height: 350px;
opacity: 0.8;
position: absolute;
right: 0;
top: 0;
width: 101px;
z-index: 1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #f4f5f6;
  border-style: solid;
  border-width: 0px;
  color: #232323;
  cursor: pointer;
}
.nav > li > a {
color: #888;
display: block;
font-size: 12px;
padding: 10px 4px;
position: relative;
text-transform: uppercase;
}
.nav-tabs > li > a:hover {
  border-color: #F4F5F6;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #F4F5F6;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-buttons div {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #999;
  font-size: 42px;
  z-index: 2;
}
.owl-carousel .owl-next {
  position: absolute;
  right: 0;
  top: 36%;
}
.owl-carousel .owl-prev {
  position: absolute;
  left: 0;
  top: 36%;
}
.multi_line {
  border-bottom: 2px solid #FFD100;
  border-top: 1px solid #FFD100;
  height: 5px;
  margin: 0 auto 20px;
  width: 40px;
}
.item-img {
  position: relative;
}
.fa.fa-shopping-cart.tr_cart {
  left: -27px;
  position: relative;
  transition:.25s;
}
.tr_text {
  bottom: -89px;
  position: relative;
  transition:.25s;
}
.fa.fa-heart.tr_heart {
  position: relative;
  top: -161px;
  transition:.25s;
}
.fa.fa-search.tr_search {
  position: relative;
  right: -35px;
  transition:.25s;
}
.tr-add-cart {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity:0;
  transition:.25s;
}

.tr-add-cart > ul {
  background:none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
list-style: outside none none;
margin: 125px 0 0;
padding: 0;
}
.tr-add-cart > ul li {
  display: inline-block;
}
.tr-add-cart > ul li a {
color: #232323;
display: block;
font-size: 15px;
padding: 12px 6px;
border-top:2px solid #fff;
border-bottom:2px solid #fff;
}
.tr-add-cart > ul li a:hover {
text-decoration:none;
border-top:2px solid #232323;
}
.item:hover .tr-add-cart {
opacity: 1;
text-align: center;
transition: all 0.25s ease 0s;
}
.item:hover .tr-add-cart .fa.fa-shopping-cart.tr_cart {
  left: 0px;
  transition:.25s;
}
.item:hover .tr-add-cart .tr_text {
  bottom: 0px;
  transition:.35s;
}
.item:hover .tr-add-cart .fa.fa-heart.tr_heart {
  top: 0px;
  transition:.25s;
}
.item:hover .tr-add-cart .fa.fa-search.tr_search {
  right: 0px;
  transition:.25s;
}

.footer_top_area {
  background: none repeat scroll 0 0 #2a2a2a;
  padding: 20px 0;
}
.footer_top_left a i {
  color: #fff;
  font-size: 17px;
  margin-right: 10px;
}
.footer_top_left > a {
  color: #fff;
  font-size: 13px;
  margin-right: 22px;
  text-transform: uppercase;
}
.footer_top_left > input[type="text"] {
 background: #232323 none repeat scroll 0 0;
border: medium none;
color: #fff;
margin-right: 8px;
padding: 5px 15px;
width: 43%;
}
.footer_top_left > input[type="submit"] {
  background: none repeat scroll 0 0 #232323;
border: 1px solid #fff;
color: #fff;
padding: 3px 8px;
text-transform: uppercase;
}
.footer_top_left > input[type="submit"]:hover {
  background: none repeat scroll 0 0 #FFD100;
border: 1px solid #FFD100;
color: #fff;
}
.footer_top_right > ul#payment {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.footer_top_right > ul#payment li {
  display: inline;
  margin-left: 5px;
}
.footer_top_right > ul#payment li a {
  
}
.footer_area {
  background: none repeat scroll 0 0 #000;
  padding: 70px 0;
  color:#fff;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-weight: 400;
}
.single_widget > h5 {
  color: #eeeeee;
  font-size: 15px;
  text-transform: uppercase;
}
.wid_line {
  border-top: 1px solid #191919;
  margin-bottom: 30px;
  margin-top: 18px;
  position: relative;
}
.wid_line::after {
  border-top: 1px solid #FFD100;
  content: "";
  left: 0;
  position: absolute;
  top: -1px;
  width: 52px;
}
.single_widget ul.widget_nav {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.single_widget ul.widget_nav li {
  list-style: inside disc;
  color: #FFD100;
}
.single_widget ul.widget_nav li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 7px 0;
  text-transform: uppercase;
}
.single_widget ul.widget_nav li a:hover {
  color:#FFD100;
  text-decoration:none;
}
.single_widget address {
color: #aaaaaa;
line-height: 33px;
}
ul.wid_social {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  float: right;
}
ul.wid_social li {
  display:inline;
  margin-right: 8px;
}
ul.wid_social li a {
  background: none repeat scroll 0 0 #373737;
color: #aaa;
display: inline-block;
height: 40px;
padding: 14px 5px 5px 15px;
width: 40px;
  
}
ul.wid_social li a:hover {
background: none repeat scroll 0 0 #FFD100;
color: #fff;
text-decoration: none;
}
.footer_bottom_area {
  background: none repeat scroll 0 0 #181818;
  padding: 18px 0;
}
.footer_bottom > p {
  color: #aaaaaa;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-top: 14px;
}
.footer_bottom a {
  color: #e8e8e8;
}
.footer_bottom a:hover {
  color: #ff5240;
  text-decoration:none;
}

/* ============================================
3. Home page 2 CSS
===============================================*/
.featured_product_box > p {
  color: #777777;
  font-size: 12px;
  margin: 0 auto 58px;
  text-align: center;
  text-transform: uppercase;
}
.featured_product_area {
  padding: 95px 0;
  background: #f7f8f9;
}
.ex_left {
height: 328px;
}
.ex_right {
}
.ex_left_text > h2 {
  color: #FFD100;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}
.ex_left_text > h5 {
color: #232323;
font-size: 19px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 30px;
}
.ex_left_text > p {
border-bottom: 2px dotted #ddd;
border-top: 2px dotted #ddd;
color: #212121;
font-weight: 700;
margin-bottom: 30px;
text-align: center;
width: 69%;
margin: 0 auto 32px;
}
.ex_left_text > a {
border: 2px solid #FFD100;
color: #232323;
font-size: 13px;
font-weight: 500;
padding: 12px 23px;
text-align: center;
text-transform: uppercase;
}
.ex_left_text > a:hover {
  color: #fff;
  background:#FFD100;
  text-decoration:none;
}
.exclusive_area {
  background: url("../images/x-m.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
  overflow: hidden;
  margin-top: 0;
}
.ex_left_img {
  position: relative;
}
.ex_left_text {
text-align: center;
width: 61%;
margin-top: 224px;
margin-left: -76px;
}
.ex_left_img > img {
  width: 100%;
}
.ex_left_text.ex_left_right {
margin-left: 318px;
margin-top: 213px;
}
.ex_left_right h6 {
  color: #232323;
  font-size: 15px;
  margin-bottom: 10px;
}
.ex_left_right h2 {
  font-size: 35px;
}
.ex_left_text.ex_left_right span {
  color: #FFD100;
}
.ex_left_text.ex_left_right > p {
  width: 85%;
  margin: 0 auto 30px;
}
#owl-example.owl-example-i2 .owl-wrapper-outer {
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 109%;
}
.trending_box .owl-example-i2::before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
z-index: -1;
}
.trending_box .owl-example-i2::after {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
z-index: -1;
}
.owl-example-i2 .owl-next {
  right: 17px;
}

.fresh_blog_area {
  background: none repeat scroll 0 0 #fff;
  padding: 95px 0;
}
.fresh_blog_text {
  float: left;
  margin-right: 15px;
  width: 50%;
}
.fresh_blog_img {
  float: left;
  margin-top: 10px;
  width: 47%;
  height: 264px;
  overflow: hidden;
}
.fresh_blog_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fresh_blog_text span {
 color: #262626;
font-size: 31px;
font-weight: 300;
}
.month_right {
  border-bottom: 1px dotted #ddd;
margin-bottom: 20px;
overflow: hidden;
padding-bottom: 20px;
}
.fresh_blog_text h2 {
  font-size: 45px;
  text-align: left;
  font-weight: 300;
  color: #FFD100;
}
.months p {
  color: #232323;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 50%;
}
.month_right > span {
  float: right;
  font-size: 12px;
  width: 50%;
}
.month_right span i {
  color: #FFD100;
  font-size: 16px;
  margin-right: 8px;
}
.fresh_blog_bottom_text h4 {
  color: #232323;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.fresh_blog_bottom_text > p {
  color: #777777;
  display: block;
  font-size: 13px;
  text-transform: inherit;
}
.view_post {
	border: 2px solid #FFD100;
	margin-top: 60px;
	padding: 10px 20px;
    width: 100%;
    text-align: center;
}
.view_post > a {
  color: #232323;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.view_post:hover {
  background:#FFD100;
}
.view_post:hover a {
  color: #000;
  text-decoration:none;
}
.carousel-control.left {
background: none repeat scroll 0 0 #e4e5e5;
height: 30px;
left: 47%;
opacity: 1;
top: -37%;
width: 30px;
text-shadow: none;
}
.carousel-control.right {
background: none repeat scroll 0 0 #e4e5e5;
height: 30px;
opacity: 1;
right: 47%;
top: -37%;
width: 30px;
text-shadow: none;
}
.carousel-control:hover {
background: none repeat scroll 0 0 #FD907B;
color:#fff;
}
#blog-caro .carousel-control i {
  color: #232323;
  font-size: 23px;
}
#blog-caro .carousel-control:hover i {
  color: #fff;
}

.testimonial_area {background: none repeat scroll 0 0 #eee;padding: 80px 0 58px;}
.textimonial_box > h2{
  display:inline-block;
}
.textimonial_box > img {
  margin-bottom: 10px;
  margin-right: 11px;
}
.textimonial_box .multi_line {
  margin: 0;
  margin-bottom: 20px;
}
#testi_carosel .item > p {
  color: #555555;
  font-size: 14px;
  font-style: italic;
  width: 100%;
  background: #fff;
  padding: 20px;
}
.client_box > img {
	float: left;
    margin-right: 15px;
    width: 75px;
    border: 3px solid #fff;
    height: 75px;
    overflow: hidden;
    object-fit: cover;
}
.client_box_text {
  float: left;
  text-align: left;
  width: 70%;
}
.client_box_text > h4 {
  color: #232323;
  font-size: 16px;
  margin-bottom: 6px;
  margin-top: 20px;
}
.client_box_text > p {
  color: #777777;
  font-size: 12px;
}
.client_box {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
#testi_carosel .carousel-indicators {
  bottom: -63px;
}
 #testi_carosel .carousel-indicators li {
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}
 #testi_carosel .carousel-indicators .active {
  background-color: #FFD100;
  border:1px solid #FFD100;
  height: 12px;
  margin: 0;
  width: 12px;
}
#branding_caro {
 padding-top: 109px;
}
#branding_caro .owl-prev i {
  color: #000;
  font-size: 20px;
}
#branding_caro .owl-next i {
  color: #000;
  font-size: 20px;
  opacity:1;
}
#branding_caro .owl-prev i:hover {
  color: #FFD100;
}
#branding_caro .owl-next i:hover {
  color: #FFD100;
}
#branding_caro .owl-item img {
  display: block;
  margin: 0 auto;
}
#owl-example.owl-carousel .item {
  display: block;
  margin: 0 25px 0 auto;
  text-align: center;
}
.branding_area {
  background: none repeat scroll 0 0 #f7f8f9;
padding-bottom: 0;
}
.dotted_line {
  border-bottom: 2px dotted #999;
  border-top: 2px dotted #999;
  float: left;
  height: 5px;
}
.branding_box_heading {
  overflow: hidden;
position: relative;
top: 60px;
z-index:1;
}
.branding_box_heading > h2 {
  color: #232323;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  width: 9%;
}
.dotted_line {
  border-bottom: 2px dotted #a4a4a4;
  border-top: 2px dotted #999;
  float: left;
  height: 6px;
  margin-top: 9px;
  width: 86%;
}
#branding_caro.owl-carousel .owl-prev {
left: 48%;
position: relative;
top: -191px;
z-index: 4;
}
#branding_caro.owl-carousel .owl-next {
position: relative;
right: -46%;
top: -191px;
z-index: 4;
}



/* ============================================
4. Checkout page CSS
===============================================*/
.breadcumb_top_area {
background: url("../images/breadcumb_bg.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
padding: 92px 0;
position: relative;
z-index: -1;
}
.bread_top_box h2, .error_slider h2, .blog_slider_box h2, .contact_banner h2 {
  color: #f7f8f9;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.breadcumb_top_area::after, .error_slider_area:after, .blog_slider_area:after, .contact_banner_area:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.breadcumb_area {
  padding: 20px 0;
}
.bread_box ul.breadcumb {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.bread_box ul.breadcumb li {
  display:inline-block;
}
.bread_box ul.breadcumb li a {
  color: #999999;
  display: block;
  font-size: 12px;
  padding: 0 10px;
  text-transform: uppercase;
}
.bread_box ul.breadcumb li a:hover, .bread_box ul.breadcumb li.active a {
	color:#212121;
	text-decoration:none;
	font-weight:600;
}
.breadcumb span {
  margin-left: 10px;
}
.input-append .btn.dropdown-toggle {
    float: none;
}
.checkout_area {
  background: none repeat scroll 0 0 #f7f8f9;
border-top: 1px solid #eeeeee;
padding: 80px 0;
}
.checkout_right {
  background: none repeat scroll 0 0 #fff;
}
.checkout_right h4 {
  background: none repeat scroll 0 0 #FFD100;
color: #fff;
font-size: 13px;
font-weight: 700;
margin-bottom: 4px;
padding: 15px 20px;
text-transform: uppercase;
}
.c_main_item {
  border-bottom: 1px solid #f4f5f5;
  overflow: hidden;
}
.c_main_item > p, .c_single_item > p, .c_total_item > p, .c_payment > p {
  color: #232323;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 60%;
}
.c_main_item > span, .c_single_item > span, .c_total_item > span {
 color: #232323;
float: left;
font-size: 12px;
font-weight: 700;
margin-bottom: 5px;
text-align: right;
text-transform: uppercase;
width: 40%;
}
.c_single_item {
  overflow: hidden;
  padding-top: 15px;
  padding-left: 5px;
}
.c_single_item > p {
  font-weight: 400;
}
.c_single_item > span {
  font-weight: 400;
}
.c_single_item.sp_single_item {
  border-bottom: 1px solid #f4f5f5;
padding-bottom: 8px;
}
.c_total_item.sp_single_item {
  border-bottom: 1px solid #f4f5f5;
  margin-bottom: 17px;
  overflow: hidden;
  padding: 12px 0 8px;
}
.c_payment {
  margin-bottom: 16px;
}
.filter-option.pull-left {
  color: #999;
}
.c_payment > p {
  margin-bottom: 8px;
  width: 100%;
}
.c_payment > input[type="text"] {
  border: 1px solid #ddd;
  color: #999;
  padding: 5px 10px;
  width: 100%;
}
.checkbox > label {
  font-size: 11px;
  text-transform: uppercase;
}
.checkbox span {
  color: #FFD100;
}
.checkbox input {
  margin-top: 2px;
}
.product_form_total input[type="submit"],.product_form_total input[type="button"], .coupon_box > input[type=submit] {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #FFD100;
  color: #232323;
  font-size: 13px;
  font-weight: 700;
  margin: 8px auto 15px;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.product_form_total > input[type="submit"]:hover {
  background: none repeat scroll 0 0 #FFD100;
  color: #fff;
}
.checkout_left > h2 {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
  text-transform: uppercase;
}
.checkout_form {
  overflow: hidden;
  padding-top: 30px;
  width: 100%;
}
.country_select input[type="text"] {
  background: none repeat scroll 0 0 #fff;
border: 1px solid #e8e8e8;
padding: 9px;
width: 96.56%;
}
.company_name input[type="text"],.company_name input[type="email"],.company_name input[type="password"], .c_address input[type="text"],.c_address input[type="email"],.c_address input[type="password"], .s_town input[type="text"], .s_town input[type="email"],.s_town input[type="password"], .c_name_box input[type="text"],.c_name_box input[type="email"],.c_name_box input[type="password"], .c_state_box input[type="text"],.c_state_box input[type="email"],.c_state_box input[type="password"], .c_mail_box input[type="text"],.c_mail_box input[type="email"],.c_mail_box input[type="password"], .s_order textarea {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #E8E8E8;
  padding: 9px;
  width: 100%;
}
.btn.btn-primary.dropdown-toggle {
  background: none repeat scroll 0 0 #FFD100;
  border: medium none;
  border-radius: 0;
  margin-left: -2px;
  margin-top: -3px;
  padding: 10px;
}
.c_name_box, .company_name, .c_address, .c_state_box, .c_mail_box, .checkbox {
  overflow: hidden;
padding-bottom: 15px;
}
.checkout_form label {
  color: #212121;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.c_name_box_left, .c_state_box_left, .c_mail_box_left {
  float: left;
  margin-right: 4%;
  width: 48%;
}
.c_name_box_right, .c_state_box_right, .c_mail_box_right {
  float: left;
  width: 48%;
}
.checkout_left .dotted_line {
  width: 100%;
  border-bottom: 2px dotted #C6C7C7;
border-top: 2px dotted #C6C7C7;
}
.checkout_form .checkbox {
  margin-bottom: 41px;
}
.country_select {
  margin-bottom: 20px;
}
.country_select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.country_select .btn-default {
  background: none repeat scroll 0 0 transparent;
  border-color: #e8e8e8;
  border-radius: 0;
  color: #999;
  font-size: 12px;
  padding: 12px 20px;
  text-transform: uppercase;
}
.country_select2 {
  margin-top: 62px;
}
.s_order textarea {
  height: 104px;
}
.s_order {
  margin-top: 15px;
}


/* ============================================
5. 404 page style
===============================================*/

.error_slider_area {
  background: url("../images/404_slider.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
padding: 90px 0;
position: relative;
z-index: -1;
}

.error_not_found_area {
background: none repeat scroll 0 0 #f7f8f9;
border-top: 1px solid #eeeeee;
padding: 90px 0;
text-align: center;
}
.error_not_found > h2 {
  color: #212121;
  font-size: 40px;
  margin-top: 60px;
}
.error_not_found > p {
color: #212121;
font-size: 15px;
margin-bottom: 50px;
}
.error_not_found input[type="text"] {
border: 1px solid #eee;
font-size: 12px;
height: 38px;
margin-bottom: 65px;
padding: 13px;
text-transform: uppercase;
width: 277px;
}
.error_not_found i {
  color: #555555;
  font-size: 17px;
  margin-left: -30px;
}


/* ============================================
6. blog_page_style
===============================================*/
.blog_slider_area {
  background: url("../images/blog_bg.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
  padding: 92px 0;
  position: relative;
  z-index: -1;
}
.blog_page_area {
  padding: 90px 0;
  background:#F7F8F9;
}

.blog_date_in_page {
float: left;
margin-right: 40px;
overflow: hidden;
margin-bottom: 18px;
}
.blog_text_in_page {
  margin-bottom: 18px;
overflow: hidden;
}
.single_blog_in_page {
  border-bottom: 2px solid #e8e8e8;
  overflow: hidden;
}
.blog_text_in_page a:hover {
 text-decoration:none;
}
.single_blog_in_page:hover.single_blog_in_page img {
  transform:scale(1.1);
  transition:.25s;
}
.single_blog_in_page:hover .blog_text_in_page h3 {
  color: #FFD100;
}
.single_blog_in_page.last_single_blog_in_page {
  border-bottom: 0 solid;
}
.blog_img_l {
margin-bottom: 30px;
margin-top: 56px;
overflow: hidden;}
.single_blog_in_page img {
 transition:.25s;
}
.blog_date_in_page h2 {
 color: #262626;
font-size: 35px;
margin-bottom: 7px;
}
.blog_date_in_page h2 span {
  color: #FFD100;
}
.blog_date_in_page p {
  color: #232323;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: -3px;
}
.blog_text_in_page h3 {
color: #212121;
font-size: 16px;
margin-top: 11px;
text-transform: uppercase;
}
.blog_text_in_page h4 {
  color: #777;
  font-size: 12px;
  text-transform:uppercase;
}
.blog_text_in_page h4 span {
  color: #FFD100;
}
.blog_text_in_page > p {
  color: #777;
  font-size: 14px;
}

.read_more_blog {
 border: 2px solid #FFD100;
color: #232323;
font-size: 12px;
padding: 10px 25px;
text-transform: uppercase;
}
.single_blog_in_page:hover .read_more_blog {
 border: 2px solid #FFD100;
background: #FFD100;
color: #fff;
}
.read_more_blog:hover {
text-decoration:none;
}
.read_more {
  margin-bottom: 63px;
margin-top: 38px;
}
.blog_search input[type="text"] {
  font-size: 12px;
  height: 38px;
  margin-bottom: 65px;
  padding: 13px;
  text-transform: uppercase;
  width: 300px;
}
.blog_search i {
  color: #555555;
  font-size: 17px;
  margin-left: -30px;
}
.blog_page_sidebar {
  margin-left: 42px;
  margin-top: 57px;
}
.blog_widget h2, .blog_categories h2, .blog_recent_post h2, .instrigram h2 {
 color: #111;
font-size: 15px;
text-transform: uppercase;
}
.blog_categories .multi_line, .blog_widget .multi_line, .blog_recent_post .multi_line, .comments .multi_line,.leave_a_reply .multi_line, .instrigram .multi_line {
  margin-left: 0;
}
.instrigram {
  margin-top: 50px;
}
.instrigram > ul {
  list-style: outside none none;
  margin: 40px 0 0 -15px;
  overflow: hidden;
  padding: 0;
}
#instrigram > li {
  float: left;
  margin-bottom: 15px;
  margin-left: 15px;
  width: 28.8%;
}
#instrigram img {
  width: 100%;
}
.log_li_img > img {
  margin-top: 10px;
}
.blog_widget p {
  color: #777777;
  line-height: 23px;
}
.blog_widget, .blog_categories {
  margin-bottom: 45px;
}
.blog_categories ul {
  list-style: outside none none;
margin: 0 0 0 14px;
padding: 0;
}
.blog_categories ul li {
border-bottom: 1px solid #ddd;
list-style-image: url("../images/blog_li.png");
padding-left: 6px;
}
.blog_categories ul li a{
color: #777777;
display: block;
font-size: 12px;
padding: 15px 0;
text-transform: uppercase;
}
.blog_categories ul li a:hover{
text-decoration:none;
color:#FFD100;
}
.recent_post_text a h3 {
 color: #232323;
font-size: 14px;
line-height: 24px;
}
.recent_post_text a:hover {
 color: #FFD100;
text-decoration:none;
}
.recent_post_text a h3:hover {
 color: #FFD100;
}
.recent_post_text > p {
  color: #777;
  font-size: 13px;
  text-transform: inherit;
}
.recent_post_text {
 float: left;
margin-right: 25px;
overflow: hidden;
width: 48%;
}
.single_recent_post {
  border-bottom: 1px solid #ddd;
margin-top: 20px;
overflow: hidden;
padding-bottom: 20px;
}
.recent_post_text > img {
  float: left;
  margin-right: 5px;
  overflow: hidden;
}
.log_li_img {
  float: left;
margin-top: -4px;
width: 4%;
}
.recent_post_img {
  float: left;
width: 40%;
}
.single_recent_post:hover .recent_post_text a h3 {
  color:#FFD100;
}
.recent_post_img img {
  width: 100%;
}

/* ============================================
7. single blog page_style
===============================================*/
.blog_detail_in_page p {
  color: #777;
  font-size: 14px;
  line-height: 25px;
}
.blog_detail_in_page {
  overflow: hidden;
}
.blog_detail_in_page ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.blog_detail_in_page ul li{
  padding: 10px;
}
.blog_detail_in_page ul li a{
color:#777777;
}
.blog_detail_in_page ul li a:hover{
text-decoration:none;
}
ul#single_blog_nav {
  margin-left: 110px;
  margin-top: 35px;
}
#single_blog_nav i {
 margin-right: 15px;
color: #FFD100;
}
ul#single_blog_nav {
  margin-bottom: 20px;
  margin-left: 110px;
  margin-top: 20px;
}
.share span {
  text-transform: uppercase;
    color: #232323;
  font-size: 12px;
}
.share {
float: left;
margin-bottom: 20px;
margin-top: 27px;
overflow: hidden;
}
.share_icons {
float: right;
margin-bottom: 20px;
margin-top: 27px;
overflow: hidden;
}
.share_icons ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.share_icons ul li {
  display: inline;
}
.share_icons ul li a {
background: none repeat scroll 0 0 #fff;
border: 1px solid #e7eff5;
border-radius: 50%;
color: #787878;
font-size: 12px;
height: 27px;
padding-top: 7px;
text-align: center;
width: 27px;
}
.share_icons ul li a:hover{
text-decoration:none;
background: none repeat scroll 0 0 #FFD100;
color: #fff;
}
.comments h2, .leave_a_reply h2{color: #232323;
font-size: 18px;
margin-top: 50px;
text-transform: uppercase;}
.comment_text {
background: none repeat scroll 0 0 #fff;
float: right;
padding: 28px 45px 13px 38px;
position: relative;
width: 85%;
z-index: 2;
}
.comment_text::after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 15px;
  left: -8px;
  position: absolute;
  top: 26px;
  transform: rotate(45deg);
  width: 15px;
  z-index: -1;
}
.comment_img {
  float: left;
  overflow: hidden;
}
.comment_name > h3 {
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
}
.comment_name span {
  color: #777777;
  font-size: 12px;
}
.comment_name {
  float: left;
  overflow: hidden;
}
.reply {
  float: right;
  overflow: hidden;
}
.reply > span {
  color: #FFD100;
  font-size: 11px;
  text-transform: uppercase;
}
.comment-detail {
  overflow: hidden;
  width: 100%;
}
.comment_img {
   float: left;
   width: 90px;
   height: 90px;
   overflow: hidden;
   border-radius:1000px
}
.comment_img img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:1000px
}
.comment-detail p {
color: #777777;
font-size: 13px;
}
.single_comment {
  margin-bottom: 42px;
  overflow: hidden;
}
.single_comment.even {
  margin-left: 50px;
}
.right_input {
  float: left;
overflow: hidden;
width: 52%;
}
.left_input {
float: left;
margin-right: 4%;
overflow: hidden;
width: 44%;
}
.left_input p, .right_input p {
  color: #333333;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.left_input span {
  color: #FFD100;
  font-size: 13px;
}
.left_input input[type="text"] {
border: 1px solid #f2f2f2;
height: 38px;
margin-bottom: 20px;
width: 100%;
}
.right_input textarea {
border: 1px solid #f2f2f2;
height: 140px;
margin-bottom: 20px;
width: 100%;
}
.right_input input[type="submit"] {
  background: none repeat scroll 0 0 #FFD100;
  border: medium none;
  color: #fff;
  height: 38px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
}
.right_input input[type="submit"]:hover {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #FFD100;
  color: #FFD100;
}


/* ============================================
8. contact page css
===============================================*/
.contact_banner_area {background: url("../images/contact_bg.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);padding: 92px 0;position: relative;z-index: -1;background-attachment: fixed;background-size: cover;background-position: 100% 100%;}
.contact_p_area {
background: none repeat scroll 0 0 #f7f8f9;
border-top: 1px solid #eeeeee;
padding: 95px 0;
padding-bottom: 78px;
}
.contact_box_left h4 {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.contact_box_left .multi_line {
  margin-bottom: 27px;
  margin-left: 0;
}
.input_form {
  overflow: hidden;
}
.input_left #email {
  margin-bottom: 25px;
}
.form-control {
  background-color: #f7f8f9;
  background-image: none;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
  color: #555;
}
.input_left {
float: left;
margin-right: 3%;
width: 41%;
}
.input_left > input[type="text"] {
  background: none repeat scroll 0 0 #f7f8f9;
border: 1px solid #e8e8e8;
color: #777777;
font-size: 13px;
margin-bottom: 13px;
padding: 10px 16px;
text-transform: inherit;
width: 100%;
}
.input_right {
float: left;
width: 56%;
}
.contact_box_left {
  overflow: hidden;
}
.input_right textarea {
  background: none repeat scroll 0 0 #f7f8f9;
  border: 1px solid #e8e8e8;
  color: #777777;
  font-size: 13px;
  height: 148px;
  padding: 10px 20px;
  text-transform: inherit;
  width: 100%;
}
.submit_btn input[type="submit"] {
  background: none repeat scroll 0 0 #FFD100;
color: #fff;
float: left;
font-size: 13px;
font-weight: 700;
padding: 8px 20px;
text-align: left;
text-transform: uppercase;
border:2px solid #FFD100;
}
.submit_btn input[type="submit"]:hover {
  background:#fff;
color: #FFD100;
border:2px solid #FFD100;
text-decoration:none;
}
.contact_box_right {
  margin-top: 23px;
  overflow: hidden;
}
.contact_box_right > h5 {
color: #232323;
font-size: 14px;
font-weight: 600;
margin-bottom: 11px;
margin-top: 34px;
text-transform: uppercase;
}
.contact_box_right > p {
color: #555555;
font-size: 11px;
line-height: 22px;
margin-bottom: 5px;
text-transform: uppercase;
}
.contact_box_right > a {
  color: #555555;
  font-size: 11px;
  text-transform: uppercase;
}
.contact_box_right > a:hover {
 color: #FFD100;
text-decoration:none;
}
.contact_box_right .dotted_line {
  border-bottom: 2px dotted #e3e4e4;
  border-top: 2px dotted #e3e4e4;
  float: left;
  height: 6px;
  margin-top: 9px;
  width: 100%;
}
.maps_box > h2 {
  display: none;
}
.submit_btn {
  margin-top: 16px;
}
.thank_box {
background: none repeat scroll 0 0 #eee;
border-bottom: 5px solid #FFD100;
font-size: 20px;
height: 271px;
margin: 100px auto 0;
padding-top: 90px;
text-align: center;
width: 55%;
}
.thank_box a {
background: none repeat scroll 0 0 #FFD100;
border: 2px solid #FFD100;
color: #fff;
display: block;
font-size: 13px;
margin: 25px auto 0;
padding: 5px 10px;
text-transform: uppercase;
width: 197px;
}
.thank_box a:hover {
  background: none repeat scroll 0 0 #fff;
  color: #FFD100;
  border:2px solid #FFD100;
  text-decoration:none;
}
.thank_box i {
  font-size: 12px;
  margin-right: 5px;
}

/* ============================================
9. Category Page CSS
===============================================*/
.filter_area {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}
.s_results > p, .filter_box_right a {
 color: #777777;
font-size: 12px;
font-weight: 600;
margin-bottom: 0;
text-transform: uppercase;
}
.filter_box_left > p {
color: #777777;
float: left;
font-size: 12px;
font-weight: 600;
margin-bottom: 0;
margin-right: 21px;
text-transform: uppercase;
width: 75px;
}
.filter_cont > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.filter_cont > ul li {
  display: inline-block;
}
.filter_cont > ul li a {
  color: #777;
font-size: 12px;
padding: 4px;
text-transform: uppercase;
}
.filter_cont > ul li a:hover {
  color: #FFD100;
text-decoration:none;
}
.filter_cont {
  float: left;
  margin-right: 23px;
  width: 126px;
}
.s_results span {
  color: #ddd;
  margin-right: 30px;
}
.filter_box_right {
  margin-top: -2px;
  text-align: right;
}
.filter_box_right a:hover {
	text-decoration:none;
}
.filter_box_right .dropdown-menu {
  float: right;
  left: 71%;
  margin: 0;
  text-align: right;
  top: 21px;
  width: 27%;
}
.main_category_area {
  background: none repeat scroll 0 0 #f7f8f9;
  padding: 60px 0;
}
#home-accordion.panel-group .panel {
border: 0 solid;
border-radius: 0;
margin-bottom: -5px;
}
#home-accordion .panel-default .panel-heading {
  background-color: #fff;
border-color: #fff;
color: #212121;
margin-bottom: 0;
padding: 26px 20px;
}
#home-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff;
}
#home-accordion .panel-title {
  color: #232323;
font-size: 14px;
margin-bottom: 0;
margin-top: 0;
text-transform: uppercase;
}
#home-accordion i {
background: none repeat scroll 0 0 #FFD100;
color: #fff;
display: block;
font-size: 10px;
padding: 2px 5px 1px;
}
#home-accordion .panel-title a {
  display: block;
}
#home-accordion .panel-title a:hover {
  color: #FFD100;
  text-decoration:none;
}
.panel-body > ul#c_tab1, .panel-body > ul#c_tab2 {
  list-style: outside none none;
  margin: -28px 0 0 0px;
  padding: 0;
}
.panel-body > ul#c_tab1 li, .panel-body > ul#c_tab2 li {
  list-style-image: url("../images/blog_li.png");
  list-style: inside disc;
  color: #FFD100;
}
.panel-body > ul#c_tab1 li a, .panel-body > ul#c_tab2 li a {
  color: #777777;
  display: block;
  font-size: 12px;
  padding: 11px 2px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.panel-body > ul#c_tab1 li a:hover, .panel-body > ul#c_tab2 li a:hover {
  color: #FFD100;
  text-decoration:none;
  margin-left: 5px;
  transition: all 0.3s ease-in-out 0s;
}
#home-accordion  .panel-body {
  border-bottom: 1px solid #eee;
  margin: 15px 15px 0;
  padding-bottom: 13px;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
}
.panel-body > img {
  width: 100%;
}
.panel-body.colors_cat ul#cat_color {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.panel-body.colors_cat ul#cat_color li {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.panel-body.colors_cat ul#cat_color li a {
 border: 3px solid #eee;
border-radius: 50%;
display: block;
height: 36px;
width: 36px;
}
.panel-body.colors_cat ul#cat_color li a.col-1 {
  background: none repeat scroll 0 0 #E9DAB9;
}
.panel-body.colors_cat ul#cat_color li a.col-2 {
  background: none repeat scroll 0 0 #000;
}
.panel-body.colors_cat ul#cat_color li a.col-3 {
  background: none repeat scroll 0 0 #1F72BE;
}
.panel-body.colors_cat ul#cat_color li a.col-4 {
  background: none repeat scroll 0 0 #DE9934;
}
.panel-body.colors_cat ul#cat_color li a.col-5 {
  background: none repeat scroll 0 0 #20C0CC;
}
.panel-body.colors_cat ul#cat_color li a.col-6 {
  background: none repeat scroll 0 0 #F57339;
}
.panel-body.colors_cat ul#cat_color li a.col-7 {
  background: none repeat scroll 0 0 #6224E1;
}
.panel-body.colors_cat ul#cat_color li a.col-8 {
  background: none repeat scroll 0 0 #DD3334;
}
.panel-body.colors_cat ul#cat_color li a.col-9 {
  background: none repeat scroll 0 0 #fff;
}
.panel-body.colors_cat ul#cat_color li a.col-10 {
  background: none repeat scroll 0 0 #A2B646;
}
.cat_filter_box p label {
  background: none repeat scroll 0 0 #FFD100;
color: #fff;
float: left;
font-size: 12px;
font-weight: 700;
margin-right: 5%;
padding: 4px 18px;
text-transform: uppercase;
width: 31%;
}
.cat_filter_box {
 margin-top: 35px;
}
.cat_filter_box  input {
  color: #FFD100;
float: left;
font-size: 12px;
margin-top: 5px;
text-align: right;
width: 64%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: none repeat scroll 0 0 #fff;
border: 3px solid #FFD100;
border-radius: 50%;
color: #555555;
font-weight: normal;
top: -8px;
}
.ui-slider .ui-slider-handle {
  cursor: default;
height: 1.4em;
position: absolute;
width: 1.4em;
z-index: 2;
}
.ui-slider-handle.ui-state-default.ui-corner-all::after {
  background: none repeat scroll 0 0 #000;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 6px;
}
.ui-widget-content {
  background: none repeat scroll 0 0 #eceef2;
  border: 0 solid #aaaaaa;
  color: #222222;
  top: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0;
}
.ui-slider-horizontal {
  height: 0.4em;
}
.ui-widget-header {
  background: none repeat scroll 0 0 #FFD100;
  border: 0 solid #aaaaaa;
  color: #fff;
  font-weight: bold;
}
.colors_cat > img {
  margin-bottom: 19px;
  margin-top: -7px;
}
.panel-body > ul#cat_size {
  list-style: outside none none;
  margin: -13px 0 0;
  padding: 0;
}
.panel-body > ul#cat_size li {
  float: left;
margin-right: 8px;
margin-bottom: 8px;
}
.panel-body > ul#cat_size li a {
 border: 1px solid #ddd;
 color: #212121;
 display: block;
 font-size: 12px;
 height: 30px;
 padding: 5px 10px;
 text-align: center;
 text-transform: uppercase;
 width: auto;
}
.panel-body > ul#cat_size li a:hover {
 border: 2px solid #000;
color: #000;
text-decoration:none;
}
.main_cat_item {
  margin-bottom: 29px;
}
.main_cat_item .item {
  position: relative;
}
.main_cat_item .tr-add-cart > ul {
  background:none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  list-style: outside none none;
  margin: 158px 0 0 35px;
  padding: 0;
}
.pagi_line {
  border-top: 2px solid #e8eaea;
margin-top: 30px;
position: relative;
}
.pagi_line::after {
  border-top: 2px solid #FFD100;
  content: "";
  left: 38.5%;
  position: absolute;
  top: -2px;
  right: 38.5%;
}
.cat-2 .pagi_line::after {
  border-top: 2px solid #FFD100;
  content: "";
  left: 41%;
  position: absolute;
  top: -2px;
  width: 30px;
}
.blog_page_area .pagi_line::after {
  border-top: 2px solid #FFD100;
  content: "";
  left: 37%;
  position: absolute;
  top: -2px;
  width: 30px;
}
.bootstrap-select > .btn {
  border-radius: 0;
  padding-right: 25px;
  width: 100%;
  border-color:#eee;
}
.pagi_ul {
  margin-top: 20px;
}
.pagi_ul > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagi_ul > ul li {
  display: inline;
}
.pagi_ul > ul li a {
  color: #333333;
display: inline-block;
font-size: 13px;
padding: 0 18px;
text-transform: uppercase;
}

.pagi_ul > ul li a:hover {
  color: #FFD100;
  text-decoration:none;
}


/* ============================================
10. Cart Page CSS
===============================================*/
.main_cart_area {
  background: none repeat scroll 0 0 #f7f8f9;
border-top: 1px solid #eeeeee;
padding: 80px 0;
}
.cart_heading {
background: none repeat scroll 0 0 #f2f3f4;
overflow: hidden;
padding: 15px 0px;
}
.cart_heading .h_item1 {
  float: left;
width: 41%;
}
.cart_heading .h_item2 {
  float: left;
width: 18%;
}
.cart_heading .h_item3 {
  float: left;
width: 24%;
}
.cart_heading .h_item4 {
  float: left;
width: 17%;
}
.h_item1 > p, .h_item2 > p, .h_item3 > p, .h_item4 > p {
  color: #232323;
  font-size: 13px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cart_item {
 border-bottom: 1px solid #e8eaec;
overflow: hidden;
padding: 32px 0;
background:#fff;
}
.cart_item .cart_item_img {
  float: left;
width: 41%;
}
.cart_item .cart_price {
  float: left;
width: 18%;
}
.cart_item .cart_quantity {
  float: left;
width: 24%;
}
.cart_item .cart_total {
  float: left;
width: 17%;
}
.cart_item_img > img {
  float: left;
  margin-right: 20px;
}
.cart_item_img > p {
  color: #333333;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 23px;
  text-transform: uppercase;
}
.cart_price > p, .cart_quantity > p, .cart_total > p {
  color: #333333;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 31px;
  text-transform: uppercase;
}
.cart_quantity ul {
list-style: outside none none;
margin: 29px 0 0;
padding: 0;
}
.cart_quantity ul li {
  float: left;
margin-right: 10px;
}
.cart_quantity ul li a {
background: none repeat scroll 0 0 #fff;
border: 1px solid #e8eaec;
color: #333;
display: block;
font-size: 12px;
height: 23px;
padding-top: 3px;
text-align: center;
width: 23px;
}
.cart_quantity ul li a:hover {
  border: 1px solid #FFD100;
  text-decoration:none;
}
#home-accordion .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  margin-bottom: 15px;
width: 100%;
}
#home-accordion .btn-default {
  background-color: #fff;
  border-color: #eee;
  border-radius: 0;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}
#home-accordion .btn-default:hover, #home-accordion .btn-default:focus, #home-accordion .btn-default.focus, .btn-default:active, #home-accordion .btn-default.active, #home-accordion .open > .dropdown-toggle.btn-default {
  background-color: #fff;
  border-color: #eee;
  border-radius: 0;
  color: #999;
}
#home-accordion .panel-body > input[type="text"] {
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 5px 11px;
  text-transform: uppercase;
  width: 100%;
}
#home-accordion .panel-body > input[type="submit"] {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #FFD100;
  color: #666;
  font-size: 11px;
  margin-bottom: 12px;
  padding: 4px 5px;
  text-transform: uppercase;
  width: 57%;
}
#home-accordion .panel-body > input[type="submit"]:hover {
 background: none repeat scroll 0 0 #FFD100;
  border: 2px solid #FFD100;
  color: #fff;
}
.c_total_item.sp_single_item {
  border-top: 1px solid #f4f5f5;
  border-bottom: 0px solid #f4f5f5;
  margin-bottom: 0;
  margin-top: 11px;
  overflow: hidden;
  padding: 10px 0 7px;
}
#home-accordion .panel-body.cart_p_body {
  border-bottom: 0 solid #ddd;
}
.main_cart_right .product_form_total a.cart_update {
  background: none repeat scroll 0 0 #FFD100;
  border: 2px solid #FFD100;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
  width: auto !important;
  display: inline-block;
}
.main_cart_right .product_form_total a.cart_update:hover {
  background: none repeat scroll 0 0 #f7f8f9;
  border: 2px solid #FFD100;
  color: #222;
  text-decoration:none;
}
.main_cart_area .product_form_total input[type="submit"],.main_cart_area .product_form_total input[type="button"], .coupon_box > input[type=submit] {
  background: none repeat scroll 0 0 #f7f8f9;
  width:auto;
}
.main_cart_area .product_form_total input[type="submit"]:hover,.main_cart_area .product_form_total input[type="button"]:hover, .coupon_box > input[type="submit"]:hover {
  background: none repeat scroll 0 0 #FFD100;
  border: 2px solid #FFD100;
  color: #fff;
}
.main_cart_area .main_cart_right {
  margin-top: -20px;
}
.coupon_box {
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.coupon_box > input[type="text"] {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  color: #aaaaaa;
  font-size: 12px;
  margin-right: 10px;
  padding: 7px 10px;
  text-transform: uppercase;
  width:50%;
}
.coupon_box > input[type="submit"] {
  padding: 5px;
  width: 155px;
}
.main_cart_area #home-accordion .panel-default .panel-heading {
  padding: 25px 20px 10px;
}



/* ============================================
11. product detail page CSS
===============================================*/
.gray_tshirt_area {background: none repeat scroll 0 0 #f7f8f9;
padding-top: 80px;
}
.gray_tshirt{border-bottom: 1px solid #eeeeef;
overflow: hidden;
padding-bottom: 60px;}
.single_p_image {position: relative;}
.single_product_image_tab .nav.nav-tabs.product_detail_zoom_tab {
  border-bottom: 0 solid #ddd;
}
.product_detail_zoom_tab > li {
  float: none;
  margin-bottom: -5px;
}
.single_product_image_tab {
  background: #f3f4f5 none repeat scroll 0 0;
  position: relative;
}
.single_product_image_tab .nav.nav-tabs.product_detail_zoom_tab {
  border-bottom: 0 solid #ddd;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.single_p_image > a {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
}
.product_detail_zoom_tab > li > a{
  padding:10px 0px;
}
.single_p_image > img {width: 100%;} 
.detail_heading_left h3 {
  color: #000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.old_price_gray p {
  color: #FFD100;
  font-size: 18px;
  font-weight: 700;
}
.old_price_gray {
  float: left;
  margin-right: 17px;
  overflow: hidden;
  width: auto;
}
.new_price_gray {float: left;overflow: hidden;width: auto;}
.new_price_gray del {
  color: #aaaaaa;
  font-size: 15px;
}
.detail_heading_right ul {
list-style: outside none none;
margin: 0;
overflow: hidden;
padding: 0;
text-align: right;
}
.detail_heading_right ul li{
display: inline;
}
.detail_heading_right ul li .red{
color: #FFD100;
}
.detail_heading_right ul li a{
color: #aaaaaa;
font-size: 15px;
padding: 2px;
}
.detail_heading_right ul li a:hover{
text-decoration:none;
}
.detail_heading_left {
  float: left;
  overflow: hidden;
  width: 65%;
}
.detail_heading_right {
  float: left;
  overflow: hidden;
  width: 35%;
}
.detail_heading_right > p {
 color: #777777;
font-size: 12px;
margin-top: 10px;
text-align: right;}
.product_detail_heading {
  border-bottom: 1px solid #eeeeef;
  overflow: hidden;
}
.product_page_tab_area {
  background: none repeat scroll 0 0 #f7f8f9;
}
.product_page_tab {
border-bottom: 1px solid #eeeeef;
overflow: hidden;
padding: 50px 0;
}
.tab-product {
  float: left;
  width: 20%;
}
.tab-p-details {
  float: left;
  width: 79%;
  background: #fff;
  padding: 20px;
}
ul.nav.nav-tabs.tab-product li{
border: 1px solid #ececec;
width: 100%;
}
ul.nav.nav-tabs.tab-product li.active{
border-left: 4px solid #FFD100;
border-right: 0 solid #ececec;
}
ul.nav.nav-tabs.tab-product li.active a{background-color: #FFFFFF;}
ul.nav.nav-tabs.tab-product li a {
background-color: #fff;
color: #232323;
font-size: 12px;
padding: 20px;
text-transform: uppercase;
}
.tab-p-details h2 {
  color: #212121;
  font-size: 16px;
}
.tab-p-details .multi_line {
  margin-left: 0px;
}
.tab-p-details p {
  color: #888888;
}
h3.product {
 color: #232323;
font-size: 18px;
font-weight: 700;
position: relative;
text-transform: uppercase;
top: 53px;
}
.main_category_area.product_page_caro {background: none repeat scroll 0 0 #fff;margin-bottom: -42px;padding-bottom: 100px;padding-top: 0;margin-top: 50px;}

.panel-group.product_accordion {
  padding-top: 20px;
  overflow: hidden;
}
.panel-title.product_accordion_head{
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
 .panel-body.product_accordion_head h5{ color: #333333;
  font-size: 15px;
  font-weight: 400;}
.panel-title.product_accordion_head a {display: block;
text-decoration: none;}
.panel.panel-default.product_default{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
}
.panel-heading.product_accordion_heading {background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-bottom: 1px solid #eee;}
.panel-body.product_ac_body ul {
list-style: outside none none;
margin: 0 0 0 77px;
padding: 0;
}
.panel-body.product_ac_body ul li {
list-style-image: url("../images/blog_li.png");
margin-bottom: 10px;
}
.panel-body.product_ac_body ul li a{
color: #777777;
font-size: 15px;
padding: 5px;
}
.panel-body.product_ac_body ul li a:hover{
 text-decoration:none;
}
.panel-body.product_ac_body p, .panel-body.fit {
  color: #777777;
  font-size: 15px;
}
.panel-body.product_ac_body {
  padding-bottom: 23px;
}
.color_size_detail ul{margin:0;padding:0;list-style:none}
.color_size_detail ul li {
border: 2px solid #efefef;
display: inline-block;
margin-right: 6px;
background: #fff;
}
.color_size_detail ul li a {
color: #232323;
display: inline-block;
font-size: 12px;
height: 30px;
padding-top: 5px;
text-align: center;
text-transform: uppercase;
width: 38px;
}
.color_size_detail ul li a:hover{text-decoration:none}
.color_size_detail ul li:hover{border: 2px solid #000;}

.color_detail {
  float: left;
  overflow: hidden;
  width: 70%;
}
.color_heading {
  float: left;
  overflow: hidden;
  width: 30%;
}
.single_color {
  margin-bottom: 30px;
overflow: hidden;
}

.size_down {
  float: left;
  margin-right: 3%;
  overflow: hidden;
  width: 40%;
}
.size_cart > a {
  color: #232323;
  font-size: 11px;
  text-transform: uppercase;
}
.size_cart > a:hover {
  text-decoration:none;
}
.size_cart:hover {
background: none repeat scroll 0 0 #F7F8F9;
border: 2px solid #FFD100;
}
.size_cart {
border: 2px solid #efefef;
float: left;
margin-right: 4%;
overflow: hidden;
padding: 5px 20px;
text-align: center;
width: 32%;
background: #fff;
}
.size_heart {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #efefef;
  float: left;
  margin-right: 4%;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  width: 12%;
}
.size_heart:hover {
background: none repeat scroll 0 0 #F7F8F9;
border: 2px solid #FFD100;
}
.color_detail_img ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.color_detail_img ul li{
display: inline;
}
.color_detail_img ul li a{
display: inline-block;
padding-right: 5px;
}
.panel.panel-default.product_default {
  box-shadow: none;
}
#home-accordion-single.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0 solid #ddd;
}
.product_page_caro .multi_line {
  margin: -7px auto 45px 0;
  position: relative;
  top: 54px;
}
#owl-example-single {
  padding-top: 70px;
}
#owl-example-single .owl-prev {
  left: 92%;
  position: absolute;
  top: -27px;
  width: 50px;
}
#owl-example-single .owl-next {
  left: 94%;
position: absolute;
top: -27px;
width: 50px;
}
#owl-example-single i {
  color: #000;
  font-size: 22px;
}
#owl-example-single:hover i {
  color: #FFD100;
  font-size: 22px;
}
.product-box {
  border-top: 1px solid #eeeeef;
}
.product_page_caro {
  position: relative;
  top: -42px;
}
.review_heading_right ul {
list-style: outside none none;
margin: 0;
padding: 0;
text-align: right;
}
.review_heading_right ul li{
display:inline;
}
.review_heading_right ul li a {
  color: #FFD100;
  padding: 1px 2px;
}
.review_heading_right ul li a:hover{
 text-decoration:none;
}
.review_heading_left h2 span {
  margin-right: 8px;
  text-transform: uppercase;
}
.review_comments {
float: left;
margin-right: 5%;
width: 55%;
}
.review_heading_left {
float: left;
width: 77%;
}
.review_heading_left h2 span {
  font-size: 16px;
}
.review_heading_right {
  float: left;
  width: 23%;
}
.Review_input {
  float: left;
  width: 40%;
}
.review_input_heading h3{
font-size:16px;
color:#212121;
font-weight:700;
text-transform:uppercase;
}
.review_comment_input input[type="text"] {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #d3d3d3;
  color: #333;
  font-size: 12px;
  height: 30px;
  margin-bottom: 10px;
  padding: 0 10px;
  text-transform: uppercase;
  width: 100%;
}
.review_comment_input textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #d3d3d3;
  color: #333;
  font-size: 12px;
  margin-bottom: 20px;
  width: 100%;
  text-transform: uppercase;
  padding: 0 10px;
  height: 135px;
}
.single_review_text ul{
list-style: outside none none;
margin: 0 0 10px;
padding: 0;
}
.single_review_text ul li{
display:inline;
}
.single_review_text ul li a{
  color: #FFD100;
  padding: 1px 2px;
}
.single_review_text ul li a:hover{
 text-decoration:none;
}
.review_heading {
  overflow: hidden;
}
.single_review_img img {
  border-radius: 50%;
}
.single_review_text h4 {
color: #000;
font-size: 16px;
font-weight: 700;
margin-bottom: 7px;
text-transform: uppercase;
}
.single_review_img {
  float: left;
  margin-right: 1%;
  width: 17%;
}
.single_review_text {
  float: left;
  width: 82%;
}
.review_italic {
  color: #64908a;
  font-family: Cousine;
  font-style: italic;
  letter-spacing: 2px;
}
.review_italic span {
  color: #64908a;
}
.review_comment_input input[type="submit"] {
background: transparent none repeat scroll 0 0;
border: 2px solid #FFD100;
color: #000;
font-size: 13px;
font-weight: 700;
height: 34px;
text-transform: uppercase;
width: 37%;
}
.review_comment_input input[type="submit"]:hover {
  background: #FFD100 none repeat scroll 0 0;
  color:#fff;
}
.single_review_text {
  float: left;
  margin-bottom: 40px;
  width: 82%;
}
.single_review_text.last {
  margin-bottom: 0;
}
.size_down input[type=number] {
	-moz-appearance: none;
	border: 1px solid #ddd;
	margin-top: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	width: 100%;
	color:#000;
	cursor: pointer;
	display: inline-block;
}

.size_down input[type=number]:hover {
background: none repeat scroll 0 0 #F7F8F9;
border: 2px solid #FFD100;
}
input[type="number"].hotfix::-webkit-outer-spin-button,
input[type="number"].hotfix::-webkit-inner-spin-button {
  height:auto;
}

/* ============================================
12. Mobile menu CSS
===============================================*/
.only-for-mobile {
  display: none !important;
}
.mobi-menu {
  display: none;
}

#cssmenu {
  display: none;
  transition: all 0.3s ease-in-out 0s;
}
#cssmenu {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #f5f5f5;
  border-color: #dddddd #dddddd -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #ffffff;
  font-family: Helvetica,Arial,sans-serif;
  margin: 50px auto;
  max-width: 727px;
  width: 100%;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
  border: 0 none;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
  border: 0 none;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu > ul > li > a {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #dddddd;
  color: #565656;
  cursor: pointer;
  font-family: Cousine,Arial;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
  border: 0 none;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
.holder {
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.holder::after {
  background: url("../images/plus.png") no-repeat scroll 50% 50% transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  display: block;
  height: 22px;
  position: absolute;
  right: 22px;
  top: 11px;
  width: 22px;
  z-index: 10;
}
#cssmenu > ul > li.active > a > span::after, #cssmenu > ul > li.open > a > span::after {
  background: url("../images/minus.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  display: block;
  height: 22px;
  position: absolute;
  right: 40px;
  top: 11px;
  width: 22px;
  z-index: 10;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
  border: 0 none;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul li a {
  background: none repeat scroll 0 0 #eeeeee;
  border-bottom: 2px solid #fff;
  color: #666666;
  cursor: pointer;
  font-family: Cousine,Arial;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
}


/* ============================================
13. xTra CSS
===============================================*/
.item-img img {
  width: 100%;
}
.t_to_b_slider_area {
  background: none repeat scroll 0 0 #f7f8f9;
  padding: 90px 0;
}
.single_t_to_b_slider .multi_line {
  margin-left: 0;
}
.t_to_b_img {
float: left;
margin-right: 20px;
overflow: hidden;
width: 34%;
}
.t_to_b_content {
  overflow: hidden;
  margin-bottom: 15px;
}
.single_t_to_b {
background: none repeat scroll 0 0 #fff;
padding: 40px 20px 30px;
margin-top: 40px;
}
.t_to_b_text p {
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
}
.t_to_b_text a:hover p {
  color: #FFD100;
  
}
.t_to_b_text a:hover {
  text-decoration:none;
  color: #FFD100;
}
.t_to_b_text {
  float: left;
  overflow: hidden;
  width: 59%;
}
.t_to_b_dollr {
 float: left;
overflow: hidden;
width: 31%;
}
.t_to_b_del {
  float: left;
  overflow: hidden;
  width: 48%;
}
.t_to_b_dollr span {
  color: #FFD100;
  font-size: 12px;
}
.t_to_b_del > del {
  color: #999999;
  font-size: 12px;
}
.single_t_to_b_slider h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.single_t_to_b .bx-wrapper {
  margin: 0 auto 7px;
  padding: 0;
  position: relative;
}
.single_t_to_b .bx-wrapper .bx-viewport {
  background: inherit;
  border: 0 solid #fff;
  box-shadow: 0 0 0 #ccc;
  left: 0;
  transform: translateZ(0px);
}
.single_t_to_b .bx-wrapper .bx-pager {
  display: none;
}
.single_t_to_b .bx-wrapper .bx-controls-direction a.bx-next {
  right: -32px;
  top: -104px;
}
.single_t_to_b .bx-wrapper .bx-controls-direction a.bx-prev {
  right: -21px;
  top: -104px;
}
.checkout_form  p, .shipping_form p {
  color: #212121;
  font-size: 12px;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
}


/* ============================================
14. IE CSS
===============================================*/
.ie8 .currency-dropdown {
  display:none;
  opacity:1;
}
.ie8 .currency-dropdown:hover {
  display:block;
  opacity:1;
}

.ie8 nav.mainmenu {
  position: relative;
}
.ie8 nav.mainmenu:after {
	border-top-width: 0px;
	border-top-style: solid;
  border-top-color: #fff;
}
.ie8 .mainmenu ul#nav li a {
  border-top: 0px solid #fff;
}
.ie8 .mainmenu .mainmenu ul#nav li a:hover {
  border-top: 0px solid #212121;
}
.ie8 .mainmenu .mainmenu .mainmenu ul#nav li.current-page-item a {
  border-top: 0px solid #212121;
}
.ie8 .tr-add-cart {
  display: none;
  background:#fff;
}
.ie8 .item:hover .tr-add-cart {
  display: block;
  background:#fff;
  opacity:.4;
}
.ie8 .item .tr-add-cart ul{
background-color:#fff;
filter: none !important;
}
.ie8 .trending_box .nav-tabs.nav {
width:33%;
}
.ie8 .view_post {
width:126px;
}
.ie8 .owl-theme .owl-controls .owl-buttons div {
  background: none;
}
.ie8 .owl-item {
 width:228px !important;
}
.ie8 .owl-carousel#owl-example .owl-wrapper-outer {
left:0px;
}
.ie8 .owl-carousel .owl-next {
right:8px;
}
.ie8 .tr-add-cart ul li a {
font-size:13px;
}
.ie8 .breadcumb_top_area {
  background-image: url("../images/breadcumb_bg.jpg");
  background-repeat:no-repeat;
}
.ie8 .contact_banner_area {
  background-image: url("../images/contact_bg.jpg");
  background-repeat:no-repeat;
}
.ie8 .blog_slider_area {
  background: url("../images/contact_bg.jpg");
  background-repeat:no-repeat;
}
.ie8 .exclusive_area {
  background: url(../images/x-m.jpg);
  background-repeat:no-repeat;
}
.ie8 .error_slider_area {
  background: url("../images/404_slider.jpg");
  background-repeat:no-repeat;
}
.ie8 .breadcumb_top_area:after, .ie8 .error_slider_area:after, .ie8 .blog_slider_area:after, .ie8 .contact_banner_area:after {
  background-color:#000;
  opacity:0.5;
  filter: none !important;
}
.currency img{
	margin-right:5px;
	margin-top:-6px;
}
.currency a:hover{
	text-decoration: none;
    color: #F57524;
}
.header_right span{
	font-size:12px;
	color: #fff;
	display: block;
}
.mainmenu ul#nav li:hover{
	background:#fff;
}
.nav_right  .w_likes{
	left: 45%;
}
.nav_right  .w_likes span{
	padding-left:0;
}
.lang-current{
	cursor:not-allowed;
}
.empty{
	padding: 20px;
    text-align: center;
    font-weight: bold;
}
.hassubmenu{
	
}
.hassubmenu ul{
	background: none repeat scroll 0 0 #f7f8f9;
    box-shadow: 0 10px 12px #666;
    left: -90%;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 10%;
    transition: all 0.5s ease 0s;
    width: 285px;
    z-index: -1;
	width: 100%;
}
.hassubmenu:hover ul{
	opacity: 1;
    transition: .5s;
    top: 0;
    z-index: 99;
    left: -100%;
}
.elipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*PRODUCT NEW ATTRIBUTE*/
.attr-product-new{
	position: absolute;
	z-index: 10000;
	top:5px;
}
.attr-product-new img{
	width:35px;
}
.best-seller:hover .attr-product-new img{
	opacity: 1;
	transform: none;
	margin-bottom: 0;
    margin-top: 0;
}

/*PRODUCT POPULAR ATTRIBUTE*/
.attr-product-pop{
	position: absolute;
	z-index: 10000;
	top:5px;
	left:5px;
}
.attr-product-pop img{
	width:35px;
}

/*PRODUCT LIST ATTRIBUTE*/
.attr-product-list{
	position: absolute;
	z-index: 10000;
	top:5px;
	left:5px;
}

/*PRODUCT DETAIL ATTRIBUTE*/
.attr-product-detail{
	position: absolute;
	z-index: 10000;
	top:5px;
	left:5px;
} 
#blog-caro{
	padding-top:120px;
}
#blog-caro .owl-controls .owl-buttons div{
	top: 0;
	left: 46%;
	color: #000;
	height: 30px;
	width: 30px;
	border-radius: 0;
	font-size: 23px;
	background: none repeat scroll 0 0 #e4e5e5;
	opacity: 1;
	margin-left\: 10px;
	margin-left: 10px;
}
#blog-caro .owl-controls .owl-buttons div.owl-next{
	left: auto;
	right: 46%;
	margin-right: 10px;
	margin-left: 0;
}
#blog-caro .owl-controls .owl-buttons div:hover{
	background: none repeat scroll 0 0 #FD907B;
	color:#fff;
}
.videolist {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 5px;
}
.videolist > span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #E2E2E0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    left: 40%;
    padding: 3px;
    position: absolute;
    top: 40%;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}
.videolist:hover span {
    margin-top: 0;
    top: 100%;
}

.videolist:hover:before {

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}
.videolist:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    content: "";
    height: 94%;
    left: 3%;
    opacity: 0;
    position: absolute;
    top: 3%;

    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    width: 94%;
    z-index: 999;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.videolist > span i {
    background: rgba(255,255,255,0.8);
    border: 1px solid #EFEEEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #494949;
    float: left;
    font-family: open sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    padding: 7px 10px;
}
.videolist:hover > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.videolist > img {
    float: left;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    width: 100%;
}
.videolist:hover p {
    opacity: 0;
    bottom: -30px;
}
.videolist > p {
    background: none repeat scroll 0 0 #F0B70C;
    bottom: 0;
    color: #F2F2F2;
    font-family: open sans;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 15px;
    margin: 0;
    padding: 25px;
    position: absolute;
	text-align: center;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    width: 100%;
}
.videolist:hover p {
    bottom: -30px;
    opacity: 0;
}
.videolist:hover ul {
    left: 0;
    opacity: 1;
	
    -webkit-transform: rotateX(0deg) translateY(22px) skewX(0deg);
    -moz-transform: rotateX(0deg) translateY(22px) skewX(0deg);
    -ms-transform: rotateX(0deg) translateY(22px) skewX(0deg);
    -o-transform: rotateX(0deg) translateY(22px) skewX(0deg);
    transform: rotateX(0deg) translateY(22px) skewX(0deg);
}
.videolist > ul {
    left: -100%;
    margin: -60px 0 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50%;
	
    -webkit-transform: rotateX(90deg) translateY(-23px) skewX(-23deg);
    -moz-transform: rotateX(90deg) translateY(-23px) skewX(-23deg);
    -ms-transform: rotateX(90deg) translateY(-23px) skewX(-23deg);
    -o-transform: rotateX(90deg) translateY(-23px) skewX(-23deg);
    transform: rotateX(90deg) translateY(-23px) skewX(-23deg);

    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;

    width: 100%;
    z-index: 999;
}
.videolist ul li a:hover {
    background: none repeat scroll 0 0 #454444;
    border: 4px solid #EEEEEC;
    color: #fff;
}
.videolist ul li a {
    background: none repeat scroll 0 0 #FFD100;
    border: 4px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: table;
    float: none;
    font-family: open sans;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 12px;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 127px;
}
.videolist ul li {
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    width: 100%;
}
.videolist ul li a{
	width: 50px;
}
.videolist h3{
	background: #FFD100;
	color: #000;
	padding: 10px;
	font-size: 12px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.videolist:hover h3 {
    margin-top: 40px;
    top: 100%;
}
.video_area{
	 background: none;
	 background-size: cover;
	 background-attachment: fixed;
	 position: relative;
}
.video_area:before{
	content:"";
	background: rgba(0, 0, 0, 0.58);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}
.video_area h2{
  color:#fff;
}
.video_area .multi_line{
	border-bottom: 2px solid #FFD100;
	border-top: 1px solid #FFD100;
	margin-bottom: 50px;
	width: 130px;
}
#testi_carosel .carousel-control{
	position:initial;
	float: left;
	margin-right: 10px;
	padding-top: 4px;
	margin-top: 10px;
}
.title-icon{
	font-size: 23px;
	color:#000;
	margin-right: 10px;
	border: 1px solid #000;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
}
.footer_about{
	margin:0;
	padding:0;
	list-style:none;
	font-family: Lato,Arial,Helvetica,sans-serif;
}
.footer_about li{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.footer_about li span{
	width: 34px;
	height: 34px;
	float: left;
	margin-right: 15px;
	text-align: center;
	line-height: 30px;
	padding-top: 10px;
	font-size: 16px;
	background: #FFD100;
	color: #000;
	border-radius: 1000px;
}
.footer_about li i.bb img{
	height: 14px;
    width: 20px;
}
.footer_about li i.line img{
    height: 20px;
    width: 20px;
    margin-top: -2px;
}
.footer_about li p{
	font-family: Lato,Arial,Helvetica,sans-serif;
	font-weight: 400;
}
.subscriber{
	
}
.subscriber input{
	background: #fff;
	border: 0;
	padding: 0px 10px;
	height: 40px;
	width: 80%;
	float: left;
	color: #000;
	margin-right: 10px;
}
.subscriber button{
	border;1px
	solid #fff: j;
	border: 1px solid #fff;
	color: #fff;
	background: none;
	height: 40px;
	width: 16%;
}
.subscriber button:hover{
	background: #FFD100;
    color: #000;
}
.small_img{
	width:100%;
	height: 92px;
	overflow:hidden;
}
.small_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.product_detail_zoom_tab  > li > a  .small_img{
	border:1px solid transparent;
}
.product_detail_zoom_tab  > li.active > a  .small_img{
	border:1px solid #000;
	
}
.infoproduk{
	padding: 0;
	margin: 25px 0px;
	padding-left: 15px;
}
.infoproduk li{
	color: #FFD100;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.infoproduk li span{
	color: #000;
}
.infoproduk li p{
	color: #828A8D;
	display: -moz-inline-box;
}
.cekopt{
	width: 100%;
    height: 35px;
    border: 1px solid #eee;
    padding: 0px 10px;
}
.color_heading{
	padding-top: 12px;
}
.color_heading h5{
	margin: 0;
}
.button_cart button{
	padding: 10px 30px;
	margin: 0 7px 20px 0;
	background-color: #F57524;
	color: #FFFFFF;
	border: 3px solid #F57524;
	letter-spacing: 1px;
}
.button_cart button:hover{
	background-color: #131313;
    color: #FFFFFF;
    border: 3px solid #131313;
}
.formqty{
}
.formqty input{
    background-color: #E6E6E6;
    border: 0 !important;
	color: #000000;
	width: 34px;
	height: 45px;
}
.formqty input[type="text"], .formqty input[type="number"]{
	width: 70px;
	font-size: 16px;
	text-align: center;
	box-shadow:none;
}
.formqty input[type="button"]{
	margin-left: 1px;
}
.formqty input[type="button"]:hover{
	background-color: #131313;
    color: #FFFFFF;
    border: 3px solid #131313;
}
.checkout-steps { position: relative; padding: 30px 40px; margin: 20px -20px 30px; }
.checkout-steps:after, .checkout-steps:before { content: ""; position: absolute; left: 0; right: 0; height: 8px; }
.checkout-steps:before { background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0))); background: -webkit-radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: -moz-radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: -o-radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); top: 0; }
.checkout-steps:after { background: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 100, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0))); background: -webkit-radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: -moz-radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: -o-radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); bottom: 0; }
.checkout-steps .step { width: 25%; float: left; position: relative; }
.checkout-steps .step:before {content: "";position: absolute;top: 50%;left: 0;right: 0;height: 2px;background: #212121;z-index: 0;}
.checkout-steps .step:first-of-type:before { left: 50%; }
.checkout-steps .step:last-of-type:before { right: 50%; }
.checkout-steps .step.active:before {background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #FFD100), color-stop(50%, #FFD100 ), color-stop(50%, #FFD100), color-stop(100%, #FFD100 ));background: -webkit-linear-gradient(left, #FFD100 0%, #FFD100 50%, #FFD100 50%, #FFD100 100%);background: -moz-linear-gradient(left, #FFD100 0%, #FFD100 50%, #e6e6e6 50%, #e6e6e6 100%);background: -o-linear-gradient(left, #FFD100 0%, #FFD100 50%, #e6e6e6 50%, #e6e6e6 100%);background: linear-gradient(left, #FFD100 0%, #FFD100 50%, #e6e6e6 50%, #e6e6e6 100%);}
.checkout-steps .step.active:last-of-type:before, .checkout-steps .step.done:last-of-type:before { background: #FFD100; }
.checkout-steps .step.active .step-badge, .checkout-steps .step.done .step-badge {background-color: #FFD100;color: #000;}
.checkout-steps .step.active { color: #34353e; }
.checkout-steps .step.active:first-of-type:before {background: #FFD100;}
.checkout-steps .step.done:before { background: #FFD100; }
.checkout-steps .step.done:first-of-type:before { background: #FFD100; }
.checkout-steps .step-badge {padding: 15px 10px;text-align: center;margin: 0 auto;width: 150px;background-color: #212121;position: relative;z-index: 1;line-height: 22px;margin-bottom: 5px;color: #fff;border-radius: 1000px;margin: 0 auto;width: 80px;height: 80px;padding-top: 20px;}
.checkout-steps .step-badge i {font-size: 40px;display: block;margin-bottom: 5px;color: #FFD100;}
.checkout-steps .step.active i{
  color:#000;
}
.checkout-steps .step-badge span{
  display:none;
}
.cart_quantity p,.cart_item .cart_total{
	margin-top: 25px;
    text-align: center;
}
.cart_heading>div{
	text-align:center;
	font-weight:bold;
}
.cart_item .formqty{
	text-align: center;
	margin-top: 15px;
}
.cart_item .cart_total a{
	color:#000;
}
.product_form_total2{
	padding:20px;
}
.variantcart{
	text-transform:none;
	font-size:11px;
}
.login_box{
	background: #fff;
	float: left;
	width: 100%;
}
.login_box .heading_box{
	background: #FFD100;
	color: #212121;
	padding: 10px 20px;
}
.login_box .heading_box h2{
  margin: 0;
}
.login_box .box_body{
	padding: 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	float: left;
	width: 100%;
}
.login_box .c_box_control{
	margin-top: 15px;
}
.login_box .c_box_control p{
  font-weight: bold;
}
.login_box .c_box_control input{
	border: 0;
	border-bottom: 1px solid #000;
	padding: 0;
}
.login_box .c_box_control input:focus{
	outline:0;
	border-bottom:3px solid #FFD100;
}
.login_box .footer_box{
	padding: 10px 20px;
	background: #000;
	float: left;
	width: 100%;
}
.login_box .footer_box button{
	float: left;
	margin-right: 20px;
	background: #F57524;
	color: #fff;
	border: 1px solid #F57524;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: inset 0px -4px 4px #C74E01;
}
.login_box .footer_box button:hover{
	background: #FFD100;
	border: 1px solid #FFD100;
	box-shadow:none;
}
.login_box .footer_box p{
	color:#fff;
	padding-top: 11px !important;
	margin: 0;
	text-align: right;
}
.login_box .footer_box a{
	color: #FFD100;
}
.checkout_form{
	
}
.checkout_form select{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #E8E8E8;
	padding: 9px;
	width: 100%;
}
.checkout_form textarea{
	border: 1px solid #E8E8E8;
}
.checkout_form .buttons_set{
	
}
.checkout_form .buttons_set button{
	background: #F57524;
	color: #fff;
	border: 1px solid #F57524;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: inset 0px -4px 4px #C74E01;
}
.checkout_form .buttons_set button:hover{
	background: #FFD100;
	border: 1px solid #FFD100;
	box-shadow: none;
}
.checkout_tab .tab-content{
	float: left;
	width: 100%;
	background: #eee;
	padding: 40px 25px;
}
.checkout_tab .nav-tabs > li > a{
	background: #FFD100;
	color: #000;
	border-bottom: 0;
	padding: 20px;
	font-size: 16px;
	border-color: #FFD100;
}
.checkout_tab .nav-tabs > li.active > a, .checkout_tab .nav-tabs > li.active > a:hover, .checkout_tab .nav-tabs > li.active > a:focus{
	background: #000;
	color: #FFD100;
}
.check4  {
	background:#fff;
	border-top: 3px solid #FFD100;
}
.check4 > tbody > tr > th{
	background: #fff;
}
.check4 > tbody > tr > td{
	background: #eee;
	color: #000;
}
#videomodal iframe{
	width:100%;
}
#videomodal .close,.closepop{
	background: #FFD100 !important;
    color: #000 !important;
    height: 35px;
    width: 35px;
    opacity: 1 !important;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -20px;
    border-radius: 1000px;
    text-shadow: none;
    font-size: 35px;
    z-index: 10;
}
.left_input input[type="file"]{
	border: 1px solid #f2f2f2;
	height: 38px;
	margin-bottom: 20px;
	width: 100%;
	padding: 0px 15px;
	background: #fff;
	padding-top: 7px;
}
.head_halaman h2{
	color: #212121;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: left;
    text-transform: uppercase;
}
.orderarea{
	width: 100%;
	margin-bottom: 50px;
}
.orderarea thead th{
	    padding: 9px 15px;
	    text-align: center;
	    background: #000;
	    color: #fff;
	    font-family: 'Archivo Narrow', sans-serif;
	    border-radius: 0px;
	    border-right: 1px solid #fff;
}
.orderarea thead th:first-child{
	padding: 9px 15px 9px 25px;
	border-radius: 35px 0px 0px 0px;
}
.orderarea thead th:last-child{
	padding: 9px 25px 9px 15px;
    border-radius: 0px 35px 0px 0px;
    border-right: 0px;
}
.orderarea tbody tr{
	border: 1px solid #C8C8C8;
    border-top: 0px;
}
.orderarea tbody tr td{
	padding: 12px 15px;
    text-align: center;
    border-right: 1px solid #C8C8C8;
}
.orderarea tbody tr td:first-child{
	padding: 12px 15px 12px 20px;
}
.orderarea tbody tr td:last-child{
	padding: 12px 20px 12px 15px;
}
.orderarea a:hover{
	color: #C69C6D;
}
.detail-order-total{
	border: 2px solid #8E9579;
    border-top: 3px solid #8E9579;
    margin-top: -5px;
    padding: 10px 30px 15px;
    margin-bottom: 80px;
}
.detail-order-total table{
    width: 100%;
}
.detail-order-total table tr td:first-child{
    width: 119px;
}
.detail-order-total table tr{
    border-bottom: 2px solid #E1E1E1;
}
.ordertotal{
    float: right;
}
.ordermobilever{
	display: none;
}
.tags-product{
	 margin-bottom: 30px;
}
.header_right ul.checkout li.w85{
	  width: 85px;
}
.forminput .inputgroup select.form-control option{
	color: #000 !important;
}
.contact_p_area input[type="text"],.contact_p_area input[type="email"],.contact_p_area select,.contact_p_area textarea{
	background:#fff !important;
}
.nav_right>a>i{
	font-style:normal;
}
.nopadding{
  padding: 0px !important;
}
@media(max-width:991px){
	.overtable{
		overflow-x:auto;
		width:100%;
	}
}
@media(max-width:767px){
	.modal{
		z-index: 10000000000 !important;
	}
	.product_detail_zoom_tab > li > a{
		float: left;
		width: 24%;
	}
	.product_detail_zoom_tab > li > a .small_img{
		height: auto;
		overflow: initial;
	}
	.product_detail_zoom_tab > li > a .small_img img{
		height: auto;
		object-fit: initial;
	}
	.button_cart{
		float: left;
		width: 100%;
	}
	.size_down{
		width: 100%;
		margin-bottom: 10px;
	}
	ul.nav.nav-tabs.tab-product li.active{
		border-top: 3px solid #FFD100 !important;
	}
	.cart_price .formqty input[type="button"]{
		display:none;
	}
	.product_form_total{
		float: left !important;
		margin-top: 0 !important;
		width: 100% !important;
	}
	.coupon_box input[type="text"]{
		width:100%;
	}
	.c_name_box_right, .c_state_box_right, .c_mail_box_right,.c_name_box_left, .c_state_box_left, .c_mail_box_left{
		width:100%;
		margin:0;
	}
	.panel-body ul#cat_size li a{
		width:auto !important;
	}
	.nav_area{
		position:relative;
		
	}
	.nav_right{
		position: absolute;
		right: 0;
		top: 0;
		display: block !important;
		padding:17px 0px;
		z-index:1000000000;
	}
	.cart_menu{
		display:none;
	}
	.nav_right>a>i{
		display:none;
	}
}
@media(max-width:767px){
	.postiframe iframe{
		width:100%;
	}
}
.postiframe img{
	max-width:100%;
	height: auto !important;
}
.share_icons{
	width: 100%;
}
.share_icons ul{
	float: right;
}
.pesanancheck{
	margin-top: 15px;
}
.pesanancheck .input_left{
    width: 100%;
    float: none;
    margin-right: 0px;
    position: relative;
    padding-right: 130px;
}
.pesanancheck .input_left .input-text{
    line-height: 25px;
}
.pesanancheck .input_left .btnsubmitform{
    background: none repeat scroll 0 0 #FFD100;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 36px;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid #FFD100;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 47px;
}
.pesanancheck .input_left .btnsubmitform:hover{
    background: #fff;
    color: #FFD100;
    border: 2px solid #FFD100;
    text-decoration: none;
}
.tablecekpesan{
	margin-bottom: 50px;
	border: 0px;
}
table.tablecekpesan tbody tr td{
	color: #000000;
	border: 0px;
	font-size: 16px;
	padding-left: 0px;
	padding-bottom: 8px;
	font-family: "Lato";
	letter-spacing: 1px;
}
table.tablecekpesan tbody tr td:first-child{
	width: 165px;
}
table.tablecekpesan tbody tr td:last-child{
	font-weight: 600;
}
@media(max-width: 480px){
	table.tablecekpesan tbody tr td{
		display: block;
	}
}
.paystatus{
    background: #ffeea3;
    padding: 15px 25px;
    margin-top: 0px;
    color: #594d44;
}
.paystatus p{
	margin-bottom: 0px;
}
.paystatus a{
    color: #8e9579;
    font-weight: 600;
}
.searchfilter{
	width: 100%;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	margin-top: 50px;
}
.searchfilter form{
	margin-bottom: 0px;
}
.searchfilter form .form-group{
	display: inline-block;
	margin-right: 15px;
	font-family: 'Cabin', sans-serif;
}
.searchfilter form label{
	display: inline-block;
	color: #303233;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.searchfilter form .form-control{
    display: inline-block;
    width: 186px;
    margin-left: 15px;
    padding: 8px 10px;
    outline: none !important;
    border: 1px solid #e8e8e8;
    color: #777777;
    font-size: 13px;
    margin-bottom: 13px;
    padding: 10px 16px;
    text-transform: inherit;
    height: auto;
    box-shadow: none !important;
}
.searchfilter form button{
	height: 40px;
	padding: 0px 20px;
	margin-bottom: 3px;
	margin-right: 0px;
	display: inline-block;
	background: #ffd100 !important;
	border-color: #000000 !important;
	border-radius: 0px;
	color: #000 !important;
	line-height: 38px;
	font-family: "montserrat";
	text-transform: uppercase;
	letter-spacing: 1px;
}
@media(max-width: 991px){
	.searchfilter form .form-control{
		width: 151px !important;
	}
	.searchfilter form button{
	    display: block;
		margin-top: 20px;
		width: 100%;
	}
	.searchfilter form .form-group:nth-child(3){
		margin-right: 0px;
	}
}
@media(max-width: 767px){
	.searchfilter form .form-group{
		display: block;
		margin-right: 0px;
	}
	.searchfilter form .form-control{
		width: 100% !important;
		margin-left: 0px;
	}
	.searchfilter form label{
		text-transform: capitalize;
	}
}

.formqty input[type="number"]{
	background: #E6E6E6 !important;
	padding: 0px;
	border: 0px;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.form-checkbox{
    margin-top: 20px;
    font-size: 14px;
    color: #6b6b6b;
}
.form-checkbox input{
    float: left;
    margin-right: 5px !important;
    margin-left: 0 !important;
    width: auto !important;
    margin-top: 4px !important;
}
.hiddentitleheader{
	opacity:0;
	position:absolute;
}
.detail_heading_left h1{
	color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.blog_text_in_page h1 {
    color: #212121;
    font-size: 16px;
    margin-top: 11px;
    text-transform: uppercase;
}
.item-sub > div > p {
    color: #FFD100;
    margin-bottom: 0;
    margin-top: 4px;
}
.btnaddress {
    text-align: left;
    margin-bottom: 15px;
}
.btnaddaddress{
    background: #0cc574;
    color: #fff;
    border: 0;
    padding: 7px 10px;
    font-size: 14px;
}
.btnaddaddress:hover{
    background: #2a4a5f;
    border-color: #2a4a5f;
}
.deladdaddress{
	width: 25px;
    display: block;
    height: 25px;
    text-align: center;
    line-height: 30px;
    background: #b94740;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #983832;
    font-size: 11px;
    margin-left: 675px;
    margin-bottom: 6px;
}
.btnaddress .button{
  width:100%;
  margin:0;
  background: none;
  border: 3px double #fff;
  color: #fff;
  border-radius: 0;
  transition:all 0.3s ease-in-out;
}
.btnaddress .button:hover,
.btnaddress .button:focus{
  border-color:#ffd100;
  color:#ffd100;
  background:#000;
  outline:0;
}
.deladdaddress i{
	line-height: 21px;
}
.w100persen{
	width: 100% !important;
}
.addressdel,
.addressedit{
	display: inline-block;
	text-align: center;
	border: 0;
	text-decoration: none !important;
	margin-right:5px;
	padding: 0;
	font-weight:bold;
	background: #ffd100;
	width: 30px;
	height: 30px;
	border-radius: 1000px;
	color:#000;
}
.addressdel i,
.addressedit i{
  line-height:30px;
}
.addressdel:hover,
.addressedit:hover{
    color: #fff;
    background: #000;
}
.pr20px{
	padding-right: 20px;
}
.addressadd{
	margin-bottom: 30px;
	background: #f7f7f7;
	padding: 10px;
	text-align:center;
	border: 1px solid #ddd;
}
.addressadd.form-horizontal .control-group{
    display:inline-block;
    margin-bottom: 0;
}
.addressadd select{
    border-radius:0;
    float: none;
    width: auto;
    height: auto;
}
.addressarea{
  padding-left:20px;
  padding-right:20px;
}
.addressadd.form-horizontal .controls{margin-left: 0;display: inline-block;margin-top: 0;}
.addressadd.form-horizontal .control-label{
    width: auto;
    float: none;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
}
.text-center{
	text-align:center !important;
}
@media(max-width:767px){
	.textareacustom{
		width:100% !important;
	}
	.addressarea{
		overflow-x:auto;
	}
	.offset1{
		margin-left:0 !important;
	}
}
.boxaddress,
.noaddress{
	margin-top: 20px;
	border-top: 1px solid #cdcdcd;
	padding-top: 20px;
	color: #fff;
}
.boxaddress p{
	margin-bottom:10px;
}
.noaddress{
	font-size:14px;
	font-weight:bold;
}
.boxaddress p b{
  color:#ffd100;
}