/*===========================================

 
 
CSS INDEX
=========

1. Base CSS
2. Home CSS
3. Home 2 CSS
4. Checkout page CSS
5. 404 page style
6. blog_page_style
7. single blog page_style
8. contact page css
9. Category Page CSS
10. Cart Page CSS
11. product detail page CSS
12. Mobile menu CSS
13. xTra CSS
14. IE CSS


-------------------------------------------------------------------
This Template Is Fully Coded By Shakhawat H. from codingcouples.com
-------------------------------------------------------------------


==============================================*/

/* ============================================
1. Base CSS
===============================================*/

.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: 0.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_top {
  background: none repeat scroll 0 0 #212121;
  padding: 12px 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: #e8e8e8;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.header_top_left span {
  color: #ff6766;
  font-weight: 600;
  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: #ff6766;
  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: 18px;
  transition: 0.25s;
}
.currency ul li {
  position: relative;
}
.currency-dropdown {
  background: none repeat scroll 0 0 rgba(33, 33, 33, 0.8);
  left: -15px;
  margin-top: 39px;
  position: absolute;
  text-align: center;
  top: 50px;
  width: 58px;
  transition: 0.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: 19px 0 3px;
  z-index: 10;
}
.currency-dropdown li {
}
.currency-dropdown li a {
  display: block;
  font-size: 12px;
  padding: 3px;
}
.currency-dropdown li a:hover {
  display: block;
  font-size: 12px;
  padding: 3px;
}
.currency ul li a {
  color: #e8e8e8;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.currency ul li a:hover {
  color: #ff6766;
  text-decoration: none;
}

.header_center {
  margin: 20px 0 0;
  text-align: center;
}
.header_left {
  margin: 43px 0;
  position: relative;
}
.header_right {
  margin: 43px 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 {
  color: #333333;
  font-size: 17px;
  left: 0px;
  position: absolute;
  top: 4px;
}
.header_left input[type="text"] {
  border: medium none;
  color: #000;
  font-weight: 500;
  margin-left: 13px;
  padding-left: 10px;
  padding-top: 3px;
  text-transform: uppercase;
}
.header_right ul.checkout {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.header_right ul.checkout li {
  float: left;
}
.header_right ul.checkout li a {
  color: #212121;
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  text-transform: uppercase;
}
.header_right ul.checkout li a:hover {
  text-decoration: none;
  color: #ff6766;
}
.header_right i {
  font-size: 17px;
  margin-right: 7px;
}
.nav_area {
  background: none repeat scroll 0 0 #ff6766;
}
.nav_left {
  background: none repeat scroll 0 0 #f06160;
  padding: 10px 0;
  position: relative;
  width: 17%;
}
.nav_left a {
  color: #fff;
  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 #f06160;
  padding: 22px 0;
  position: relative;
  width: 17%;
}
.nav_right a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 35px;
  text-transform: uppercase;
}
.c_totals_left a,
.c_totals_right a {
  padding-left: 0;
}
.nav_right a:hover {
  text-decoration: none;
  color: #000;
}
.nav_right img {
  cursor: pointer;
  margin-right: 10px;
  margin-top: -7px;
}
.nav_center {
  float: right;
  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 li {
  display: inline-block;
  padding: 0 32px;
  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: 0.5s;
  top: 64px;
  z-index: 99;
}
.mainmenu ul#nav li:hover ul#sub-menu4 {
  opacity: 1;
  transition: 0.5s;
  top: 64px;
  z-index: 99;
}
.mainmenu ul#nav li:hover ul#sub-menu7 {
  opacity: 1;
  transition: 0.5s;
  top: 64px;
  z-index: 99;
}
.mainmenu ul#nav li:hover ul#sub-menu5 {
  opacity: 1;
  transition: 0.5s;
  top: 64px;
  z-index: 99;
}

.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: #ff6766;
}
.mainmenu ul#nav li ul#sub-menu4 li a:hover {
  color: #ff6766;
}
.mainmenu ul#nav li ul#sub-menu7 li a:hover {
  color: #ff6766;
}
.mainmenu ul#nav li ul#sub-menu5 li a:hover {
  color: #ff6766;
}
.mainmenu ul#nav li a {
  border-top: 4px solid #fff;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.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 #212121;
  text-decoration: none;
}
.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: 99;
}
.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: #ff6766;
}
.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: 99;
}

.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;
}
.cart_menu .cart_items .c_item_img a {
  padding-left: 0;
}
.cart_menu .cart_items .c_item_img img {
  margin-top: 0;
}
.c_item_totals_detail.floatleft > a {
  padding-left: 0;
}
.cart_items:hover .c_item_totals_detail a h5 {
  color: #ff6766;
}
.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: #ff6766;
  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 #ff6766;
  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: #ff6766;
}

.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;
  margin-top: 10px;
}
.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: #fff;
  font-size: 13px;
}

.promo_text > a {
  color: #ff4847;
}
.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 #f4f5f6;
  padding: 95px 0;
}
.trending_box h2,
.fresh_blog h2,
.textimonial_box 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: #ff6766;
  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 #ff6766;
  left: 15px;
  position: absolute;
  top: 15px;
}
.item-new > p {
  background: none repeat scroll 0 0 #ff6766;
  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: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.item-sub a:hover h5 {
  color: #ff6766;
}
.item-sub a:hover {
  color: #ff6766;
  text-decoration: none;
}
.item-sub > p {
  color: #ff6766;
  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 #ff6766;
  border-top: 1px solid #ff6766;
  height: 5px;
  margin: 0 auto 20px;
  width: 40px;
}
.item-img {
  position: relative;
}
.fa.fa-shopping-cart.tr_cart {
  left: -27px;
  position: relative;
  transition: 0.25s;
}
.tr_text {
  bottom: -89px;
  position: relative;
  transition: 0.25s;
}
.fa.fa-heart.tr_heart {
  position: relative;
  top: -161px;
  transition: 0.25s;
}
.fa.fa-search.tr_search {
  position: relative;
  right: -35px;
  transition: 0.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: 0.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: 0.25s;
}
.item:hover .tr-add-cart .tr_text {
  bottom: 0px;
  transition: 0.35s;
}
.item:hover .tr-add-cart .fa.fa-heart.tr_heart {
  top: 0px;
  transition: 0.25s;
}
.item:hover .tr-add-cart .fa.fa-search.tr_search {
  right: 0px;
  transition: 0.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 #ff6766;
  border: 1px solid #ff6766;
  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 #232323;
  padding: 70px 0;
}
.single_widget > h5 {
  color: #eeeeee;
  font-size: 15px;
  text-transform: uppercase;
}
.wid_line {
  border-top: 1px solid #1a1a1a;
  margin-bottom: 30px;
  margin-top: 18px;
  position: relative;
}
.wid_line::after {
  border-top: 1px solid #b65050;
  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 {
}
.single_widget ul.widget_nav li a {
  color: #aaaaaa;
  display: block;
  font-size: 14px;
  padding: 7px 0;
}
.single_widget ul.widget_nav li a:hover {
  color: #ff6766;
  text-decoration: none;
}
.single_widget address {
  color: #aaaaaa;
  line-height: 33px;
}
ul.wid_social {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
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 #ff6766;
  color: #fff;
  text-decoration: none;
}
.footer_bottom_area {
  background: none repeat scroll 0 0 #181818;
  padding: 18px 0;
}
.footer_bottom {
  text-align: center;
}
.footer_bottom > p {
  color: #aaaaaa;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.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: #ff6766;
  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 #ff6766;
  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: #ff6766;
  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: #ff6766;
}
.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 #f4f5f6;
  padding: 95px 0;
}
.fresh_blog .multi_line {
  margin-bottom: 20px;
}
.fresh_blog_text {
  float: left;
  margin-right: 15px;
}
.fresh_blog_img {
  float: left;
  margin-top: 10px;
}
.fresh_blog_img > img {
  width: 100%;
}
.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: #ff6766;
}
.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: #ff6766;
  font-size: 16px;
  margin-right: 8px;
}
.fresh_blog_bottom_text h4 {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  list-style: 20px;
  text-transform: uppercase;
}
.fresh_blog_bottom_text > p {
  color: #777777;
  display: block;
  font-size: 13px;
  text-transform: inherit;
}
.view_post.btn-tp {
  background-color: #ffffff80;
  width: auto;
}
.view_post.btn-tp a {
  color: #ff7302;
}
.view_post {
  border: 2px solid #fd8585;
  margin-top: 60px;
  padding: 10px 20px;
  width: 121px;
}
.view_post > a {
  color: #232323;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.view_post:hover {
  background: #ff6766;
}
.view_post:hover a {
  color: #fff;
  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 #f7f8f9;
  padding: 80px 0 58px;
}
.textimonial_box {
  text-align: center;
}
.textimonial_box > img {
  margin-bottom: 25px;
}
.textimonial_box .multi_line {
  margin: 0 auto 37px;
}
#testi_carosel .item > p {
  color: #555555;
  font-size: 17px;
  font-style: italic;
  margin: 0 auto 40px;
  width: 64%;
}
.client_box > img {
  float: left;
  margin-right: 15px;
  width: 15%;
}
.client_box_text {
  float: left;
  text-align: left;
  width: 79%;
}
.client_box_text > h4 {
  color: #232323;
  font-size: 16px;
  margin-bottom: 6px;
}
.client_box_text > p {
  color: #777777;
  font-size: 12px;
}
.client_box {
  margin: 0 auto;
  overflow: hidden;
  width: 22%;
}
#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: #ff6766;
  border: 1px solid #ff6766;
  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: #ff6766;
}
#branding_caro .owl-next i:hover {
  color: #ff6766;
}
#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,
.blog_slider_box h1,
.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 #ff6766;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
  padding: 15px 20px;
  text-transform: uppercase;
}
.product_form_total {
  padding: 20px;
}
.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;
}
.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: #ff6766;
}
.checkbox input {
  margin-top: 2px;
}
#submitBtn,
.product_form_total > input[type="submit"],
.coupon_box > input[type="submit"] {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #ff6766;
  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 #ff6766;
  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 #f7f8f9;
  border: 1px solid #e8e8e8;
  padding: 9px;
  width: 96.56%;
}
.company_name input[type="text"],
.c_address input[type="text"],
.s_town input[type="text"],
.c_name_box input[type="text"],
.c_state_box input[type="text"],
.c_mail_box input[type="text"],
.s_order textarea {
  background: none repeat scroll 0 0 #f7f8f9;
  border: 1px solid #e8e8e8;
  padding: 9px;
  width: 100%;
}
.btn.btn-primary.dropdown-toggle {
  background: none repeat scroll 0 0 #ff6766;
  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: 20px 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 {
  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: 0.25s;
}
.single_blog_in_page:hover .blog_text_in_page h3 {
  color: #ff6766;
}
.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: 0.25s;
}
.blog_date_in_page h2 {
  color: #262626;
  font-size: 35px;
  margin-bottom: 7px;
}
.blog_date_in_page h2 span {
  color: #ff6766;
}
.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: #ff6766;
}
.blog_text_in_page > p {
  color: #777;
  font-size: 14px;
}

.read_more_blog {
  border: 2px solid #ff6766;
  color: #232323;
  font-size: 12px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.single_blog_in_page:hover .read_more_blog {
  border: 2px solid #ff6766;
  background: #ff6766;
  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: #ff6766;
}
.recent_post_text a h3 {
  color: #232323;
  font-size: 14px;
  line-height: 24px;
}
.recent_post_text a:hover {
  color: #ff6766;
  text-decoration: none;
}
.recent_post_text a h3:hover {
  color: #ff6766;
}
.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: #ff6766;
}
.recent_post_img img {
  width: 100%;
}

/* ============================================
7. single blog page_style
===============================================*/
.blog_detail_in_page p {
  color: #4b4b4b;
  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 a,
.blog_detail_in_page ul li a {
  color: #532121;
}
.blog_detail_in_page a:hover,
.blog_detail_in_page ul li a:hover {
  text-decoration: none;
  color: #ff6766;
}
ul#single_blog_nav {
  margin-left: 10px;
  margin-top: 35px;
}
#single_blog_nav i {
  margin-right: 15px;
  color: #ff6766;
}
ul#single_blog_nav {
  margin-bottom: 20px;
  margin-left: 10px;
  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 #ff6766;
  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: #ff6766;
  font-size: 11px;
  text-transform: uppercase;
}
.comment-detail {
  overflow: hidden;
  width: 100%;
}
.comment_img {
  float: left;
  overflow: hidden;
  width: 15%;
}
.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: #ff6766;
  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 #ff6766;
  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 #ff6766;
  color: #ff6766;
}

/* ============================================
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;
}
.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%;
}
.cntSubmit,
.submit_btn input[type="submit"] {
  background: none repeat scroll 0 0 #ff6766;
  color: #fff;
  float: left;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  text-align: left;
  text-transform: uppercase;
  border: 2px solid #ff6766;
}
.cntSubmit:hover,
.submit_btn input[type="submit"]:hover {
  background: #fff;
  color: #ff6766;
  border: 2px solid #ff6766;
  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: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.contact_box_right > a {
  color: #555555;
  font-size: 14px;
  text-transform: uppercase;
}
.contact_box_right > a:hover {
  color: #ff6766;
  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 #ff6766;
  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 #ff6766;
  border: 2px solid #ff6766;
  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: #ff6766;
  border: 2px solid #ff6766;
  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: #ff6766;
  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 #ff6766;
  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: #ff6766;
  text-decoration: none;
}
.panel-body > ul#c_tab1,
.panel-body > ul#c_tab2 {
  list-style: outside none none;
  margin: -28px 0 0 26px;
  padding: 0;
}
.panel-body > ul#c_tab1 li,
.panel-body > ul#c_tab2 li {
  list-style-image: url("images/blog_li.png");
}
.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;
}
.panel-body > ul#c_tab1 li a:hover,
.panel-body > ul#c_tab2 li a:hover {
  color: #ff6766;
  text-decoration: none;
}
#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 #ff6766;
  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: #ff6766;
  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 #ff6766;
  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 #ff6766;
  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 3px 3px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}
.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 0px;
  padding: 0;
}
.pagi_line {
  border-top: 2px solid #e8eaea;
  margin-top: 30px;
  position: relative;
}
.pagi_line::after {
  border-top: 2px solid #ff6766;
  content: "";
  left: 38.5%;
  position: absolute;
  top: -2px;
  width: 30px;
}
.cat-2 .pagi_line::after {
  border-top: 2px solid #ff6766;
  content: "";
  left: 41%;
  position: absolute;
  top: -2px;
  width: 30px;
}
.blog_page_area .pagi_line::after {
  border-top: 2px solid #ff6766;
  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: #ff6766;
  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 20px;
}
.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;
}
.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 #ff6766;
  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 #ff6766;
  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 #ff6766;
  border: 2px solid #ff6766;
  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 #ff6766;
  border: 2px solid #ff6766;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
}
.main_cart_right .product_form_total a.cart_update:hover {
  background: none repeat scroll 0 0 #f7f8f9;
  border: 2px solid #ff6766;
  color: #222;
  text-decoration: none;
}
.main_cart_area .product_form_total > input[type="submit"],
.coupon_box > input[type="submit"] {
  background: none repeat scroll 0 0 #f7f8f9;
}
.main_cart_area .product_form_total > input[type="submit"]:hover,
.coupon_box > input[type="submit"]:hover {
  background: none repeat scroll 0 0 #ff6766;
  border: 2px solid #ff6766;
  color: #fff;
}
.main_cart_area .main_cart_right {
  margin-top: -20px;
}
.coupon_box {
  margin-top: 40px;
}
.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;
}
.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 {
  overflow: hidden;
  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;
  left: 27px;
  position: absolute;
  top: 19px;
  z-index: 3;
}
.single_p_image > a {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 2;
}
.detail_heading_left h3 {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.old_price_gray p {
  color: #ff6766;
  font-size: 18px;
  font-weight: 700;
}
.old_price_gray {
  float: left;
  overflow: hidden;
  width: 115px;
}
.new_price_gray {
  float: left;
  overflow: hidden;
  width: 120px;
  margin-top: 3px;
}
.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: #ff6766;
}
.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;
  margin-right: 3%;
  width: 20%;
}
.tab-p-details {
  float: left;
  width: 77%;
}
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 #ff6766;
  border-right: 0 solid #ececec;
}
ul.nav.nav-tabs.tab-product li.active a {
  background-color: #f7f8f9;
}
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: #404040;
  line-height: 1.7;
  font-size: 16px;
}
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 #f7f8f9;
  margin-bottom: -42px;
  padding-bottom: 100px;
  padding-top: 60px;
}

.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;
}
.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 #ff6766;
}
.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 #ff6766;
}
.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: #ff6766;
  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: #ff6766;
  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: #ff6766;
  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 #ff6766;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  text-transform: uppercase;
  width: 37%;
}
.review_comment_input input[type="submit"]:hover {
  background: #ff6766 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;
}

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: #ff6766;
}
.t_to_b_text a:hover {
  text-decoration: none;
  color: #ff6766;
}
.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: #ff6766;
  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;
}

/* ============================================
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: 0.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;
}
.top-flx,
.d-flex {
  display: flex;
}

.top-flx {
  gap: 7px;
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
}

.m-0 {
  margin: 0;
}

.header_top_right {
  display: flex;
  gap: 20px;
}

.header_top a {
  color: #fff;
  text-decoration: none;
}
.header_top i,
.header_top a:hover {
  color: #ff6766;
  text-decoration: none;
}

.logo-home {
  padding: 0 !important;
}

.header_center {
  display: none;
}

.nav_area.fixed-top {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
}

.fullwidthbanner .tparrows {
  top: 50%;
}

.logo-footer {
  width: 230px;
  display: block;
  margin-bottom: 30px;
}

.text-light {
  color: #fff;
}

.align-items-center {
  align-items: center;
}

.widget_nav i {
  color: #ff6766;
  margin-right: 5px;
}

.fa-x-twitter:before {
  content: "";
}

.fa-x-twitter {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  border-radius: 50%;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M18.901 1.153h3.68l-8.04 9.19L24 22.847h-7.406l-5.8-7.584-6.63 7.584H.48l8.6-9.83L0 1.153h7.594l5.243 6.932 6.064-6.932zm-1.293 19.39h2.037L6.486 3.34H4.308l13.3 17.203z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M18.901 1.153h3.68l-8.04 9.19L24 22.847h-7.406l-5.8-7.584-6.63 7.584H.48l8.6-9.83L0 1.153h7.594l5.243 6.932 6.064-6.932zm-1.293 19.39h2.037L6.486 3.34H4.308l13.3 17.203z'/%3E%3C/svg%3E");

  -webkit-mask-size: 70%;
  mask-size: 70%;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;
}

ul.wid_social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-p {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 0C5.373 0 0 5.373 0 12c0 5.084 3.163 9.43 7.627 11.174-.105-.949-.2-2.406.042-3.443.218-.936 1.402-5.965 1.402-5.965s-.357-.714-.357-1.768c0-1.655.96-2.89 2.156-2.89 1.017 0 1.508.764 1.508 1.68 0 1.024-.652 2.554-.988 3.973-.282 1.19.597 2.16 1.77 2.16 2.124 0 3.757-2.24 3.757-5.47 0-2.86-2.056-4.86-4.992-4.86-3.4 0-5.396 2.55-5.396 5.187 0 1.028.396 2.133.89 2.732a.36.36 0 0 1 .083.345c-.09.38-.293 1.19-.333 1.355-.052.218-.173.264-.4.16-1.49-.693-2.42-2.87-2.42-4.62 0-3.76 2.732-7.214 7.88-7.214 4.137 0 7.354 2.948 7.354 6.89 0 4.11-2.59 7.42-6.186 7.42-1.208 0-2.344-.628-2.73-1.37l-.743 2.83c-.268 1.03-.993 2.32-1.48 3.11C9.933 23.85 10.95 24 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 0C5.373 0 0 5.373 0 12c0 5.084 3.163 9.43 7.627 11.174-.105-.949-.2-2.406.042-3.443.218-.936 1.402-5.965 1.402-5.965s-.357-.714-.357-1.768c0-1.655.96-2.89 2.156-2.89 1.017 0 1.508.764 1.508 1.68 0 1.024-.652 2.554-.988 3.973-.282 1.19.597 2.16 1.77 2.16 2.124 0 3.757-2.24 3.757-5.47 0-2.86-2.056-4.86-4.992-4.86-3.4 0-5.396 2.55-5.396 5.187 0 1.028.396 2.133.89 2.732a.36.36 0 0 1 .083.345c-.09.38-.293 1.19-.333 1.355-.052.218-.173.264-.4.16-1.49-.693-2.42-2.87-2.42-4.62 0-3.76 2.732-7.214 7.88-7.214 4.137 0 7.354 2.948 7.354 6.89 0 4.11-2.59 7.42-6.186 7.42-1.208 0-2.344-.628-2.73-1.37l-.743 2.83c-.268 1.03-.993 2.32-1.48 3.11C9.933 23.85 10.95 24 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0z'/%3E%3C/svg%3E");

  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;
}

.promotion_bottom img {
  width: 100%;
}

.m-auto {
  margin: auto;
}

.text-center {
  text-align: center;
}

.blog-box {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.ellipsis-2 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 20px;
}

.fresh_blog_bottom_text h4 {
  margin-top: 20px;
}

.blgbtn {
  margin-top: 20px;
}

.abt h2 {
  margin-bottom: 20px;
}

.abt1 {
  background-color: #fff;
}
.abt1 p {
  margin-bottom: 10px;
}

.w-100 {
  width: 100%;
}

.view_post.abtbtn {
  width: 192px;
  margin: auto;
  margin-bottom: 20px;
}

.call_to_action_area h3 {
  margin-bottom: 40px;
  text-align: center;
}

.stg {
  width: 140px;
}

.bread_box ul.breadcumb .active {
  text-transform: uppercase;
}

textarea {
  resize: none;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.prdct {
  background-color: #fff;
}

.prdctThumb {
  width: 70px;
  background-color: #fff;
}

.tvr img {
  background-color: #f3f4f6;
}
.ptrt a {
  background-color: #fff !important;
}
.ptrt li {
  background-color: #fff;
  margin-bottom: 10px;
}
.cd2,
.cd11 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cd11 {
  width: 115px;
}

.off-tag {
  color: #ff6766;
  padding: 5px 0;
}
#sizeDrop {
  height: 29px;
  width: 71px;
  padding: 5px;
  border: 1px solid #bbb;
}

.table-chart {
  border: 1px solid #bbb;
}

.table-chart th {
  background-color: #e6e6e6;
}

.table-chart td {
  background-color: #ebebeb;
}

.tblchrtBx {
  overflow-x: auto;
}

.tblchrtBx table {
  min-width: 410px;
}

.tdpt {
  padding-top: 20px;
  margin-top: 20px;
}
.pt-0 {
  padding-top: 0;
}

.input_left small {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
}

#contactForm .alert {
  margin-top: 66px;
}

.fresh_blog_bottom_text h4 a {
  color: #fd8585;
}

.fresh_blog_bottom_text h4 a:hover {
  color: #000;
  text-decoration: none;
}

.promo_text > h5,
.promo_text_bottom > h5 {
  color: #fff;
}

.promo_text > h6,
.promo_text_bottom > h6 {
  color: #fff;
  font-size: 14px;
}

.error_not_found .view_post {
  width: 200px;
  margin: auto;
}

.flwClk {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 5px;
}

.flwClk a {
  color: #ff6766;
}

.flwClk a:hover {
  color: #000;
}
/* Medium Layout: 1280px. */
@media (min-width: 1920px) {
  .fullwidthbanner {
    aspect-ratio: 1920/663;
    height: 100% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .main_cat_item .tr-add-cart > ul {
    margin: 158px 0 0 12px;
  }
  .carousel-control.left {
    left: 46%;
  }
  .carousel-control.right {
    right: 46%;
  }
  .trending_box .nav.nav-tabs {
    width: 37%;
  }
  .fresh_blog_text {
    margin-right: 10px;
  }
  ul.wid_social li a {
    height: 36px;
    padding: 6px 5px 5px 5px;
    width: 36px;
  }
  ul.wid_social li {
    margin-right: 4px;
  }
  .client_box {
    width: 27%;
  }
  .size_up img {
    margin-left: -1px;
    margin-top: 1px;
  }
  .size_cart {
    padding: 5px 10px;
  }
  .blog_search i {
    margin-left: -25px;
  }
  .blog_search input[type="text"] {
    width: 248px;
  }
  .recent_post_img {
    width: 45%;
  }
  .recent_post_text {
    margin-right: 7px;
  }
  #instrigram li {
    margin-bottom: 13px;
    margin-left: 12px;
  }
  .comment_text {
    width: 80%;
  }
  .nav_left i {
    margin-left: 45px;
  }
  .nav_right a {
    padding-left: 19px;
  }
  .c_main_item p,
  .c_single_item p,
  .c_total_item p,
  .c_payment p {
    font-size: 10px;
  }
  .filter_box_right .dropdown-menu {
    left: 64%;
  }
  .panel-body.colors_cat ul#cat_color li {
    margin-right: 2px;
  }
  .panel-body.colors_cat ul#cat_color li a {
    height: 34px;
    width: 34px;
  }
  .cat_filter_box p label {
    padding: 4px 12px;
  }
  .panel-body ul#cat_size {
    margin: -13px 17px 0;
  }
  #headingOne .panel-title {
    font-size: 11px;
  }
  #headingTwo .panel-title a {
    font-size: 13px;
  }
  #home-accordion .panel-body > input[type="submit"] {
    width: 67%;
  }
  .cat_mega_menu {
    width: 940px;
  }
  .cat_left {
    margin-right: 56px;
  }
  .cat_middle {
    margin-right: 54px;
  }
  .ex_left_text {
    left: 163px;
    top: 122px;
  }
  .ex_left_text > h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
  }
  .ex_left_text > h2 {
    font-size: 32px;
  }
  .ex_left_text p {
    font-size: 12px;
  }
  .ex_left_text.ex_left_right {
    left: 339px;
  }
  .ex_left_right h6 {
    font-size: 13px;
  }
  .ex_left_text > h2 {
    font-size: 27px;
  }
  .fa.fa-shopping-cart.tr_cart {
    left: -10px;
  }
  .fa.fa-search.tr_search {
    right: -2px;
  }

  .nav_left {
    padding: 14px 0;
  }
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* new. */
  .review_comments {
    margin-bottom: 30px;
    width: 100%;
  }
  .Review_input {
    width: 98%;
  }
  /* end new. */
  .trending_box .nav.nav-tabs {
    width: 50%;
  }
  .carousel-control.left {
    left: 45%;
    top: -21%;
  }
  .carousel-control.right {
    right: 45%;
    top: -21%;
  }
  .fresh_blog_text span {
    font-size: 26px;
  }
  .fresh_blog_text h2 {
    font-size: 30px;
  }
  .bootstrap-select > .btn {
    width: 90%;
  }
  .fresh_blog_text {
    margin-right: 10px;
  }

  #testi_carosel .item > p {
    font-size: 16px;
    width: 85%;
  }
  .client_box {
    width: 35%;
  }
  .branding_box_heading > h2 {
    width: 14%;
  }
  .dotted_line {
    width: 79%;
  }
  .footer_top_left > a {
    font-size: 12px;
    margin-right: 7px;
  }
  .footer_top_left > input[type="text"] {
    width: 34%;
  }
  .footer_top_left > input[type="submit"] {
    font-size: 12px;
  }
  ul.wid_social li {
    margin-right: 5px;
  }
  ul.wid_social li a {
    height: 22px;
    padding: 5px 5px 11px;
    width: 22px;
  }
  #branding_caro .owl-item img {
    display: block;
    margin: 0 auto;
  }
  .trending_box .owl-carousel::before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  .trending_box .owl-carousel::after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  #owl-example.owl-carousel .owl-wrapper-outer {
    left: 0;
    width: 100%;
  }
  #owl-example.owl-carousel .owl-next,
  #owl-example-two.owl-carousel .owl-next,
  #owl-example-three.owl-carousel .owl-next,
  #owl-example-four.owl-carousel .owl-next {
    position: absolute;
    right: 19px;
  }
  .nav_left a {
    font-size: 14px;
  }
  .nav_left i {
    margin-left: 12px;
  }
  .cat_mega_menu {
    width: 719px;
  }
  .cat_left {
    margin-right: 25px;
    width: 18%;
  }
  .cat_middle {
    margin-right: 13px;
    width: 18%;
  }
  .cat_middle_right {
    margin-right: 10px;
    width: 15%;
  }
  .cat_img {
    margin-right: 0;
    width: 41%;
  }
  .nav_right a {
    font-size: 12px;
    padding-left: 9px;
  }
  .mainmenu ul#nav li {
    padding: 0px 18px;
  }
  .mainmenu ul#nav li ul#sub-menu {
    width: 260px;
  }
  .promo_text {
    left: 21px;
    top: 31px;
  }
  .promo_text > h5,
  .promo_text_bottom > h5 {
    font-size: 18px;
  }
  .promo_text_bottom {
    right: 19px;
  }
  .promo_text_bottom.promo_text_b {
    right: 18px;
    top: 33px;
  }
  .promo_text.promo_text_t {
    top: 54px;
  }

  .trending_box .nav.nav-tabs {
    width: 50%;
  }
  .carousel-control.left {
    left: 45%;
    top: -21%;
  }
  .carousel-control.right {
    right: 45%;
    top: -21%;
  }
  .fresh_blog_text span {
    font-size: 26px;
  }
  .fresh_blog_text h2 {
    font-size: 30px;
  }

  .fresh_blog_text {
    margin-right: 10px;
  }

  #testi_carosel .item > p {
    font-size: 16px;
    width: 85%;
  }
  .client_box {
    width: 35%;
  }
  .branding_box_heading > h2 {
    width: 14%;
  }
  .dotted_line {
    width: 79%;
  }
  .footer_top_left > a {
    font-size: 12px;
    margin-right: 7px;
  }
  .footer_top_left > input[type="text"] {
    width: 34%;
  }
  .footer_top_left > input[type="submit"] {
    font-size: 12px;
  }
  ul.wid_social li {
    margin-right: 5px;
  }
  ul.wid_social li a {
    height: 22px;
    padding: 11px 5px 11px;
    width: 22px;
  }
  #branding_caro .owl-item img {
    display: block;
    margin: 0 auto;
  }
  .trending_box .owl-carousel::before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  .trending_box .owl-carousel::after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  #owl-example.owl-carousel .owl-wrapper-outer {
    left: 0;
    width: 100%;
  }
  #owl-example.owl-carousel .owl-next,
  #owl-example-two.owl-carousel .owl-next,
  #owl-example-three.owl-carousel .owl-next,
  #owl-example-four.owl-carousel .owl-next {
    position: absolute;
    right: 19px;
  }
  .nav_left a {
    font-size: 14px;
  }
  .nav_left i {
    margin-left: 12px;
  }
  .cat_mega_menu {
    width: 719px;
  }
  .cat_left {
    margin-right: 25px;
    width: 18%;
  }
  .cat_middle {
    margin-right: 13px;
    width: 18%;
  }
  .cat_middle_right {
    margin-right: 10px;
    width: 15%;
  }
  .cat_img {
    margin-right: 0;
    width: 41%;
  }
  .nav_right a {
    font-size: 12px;
    padding-left: 9px;
  }
  .mainmenu ul#nav li {
    padding: 0px 18px;
  }
  .mainmenu ul#nav li ul#sub-menu {
    width: 260px;
  }
  .promo_text {
    left: 21px;
    top: 31px;
  }
  .promo_text > h5,
  .promo_text_bottom > h5 {
    font-size: 18px;
  }
  .promo_text_bottom {
    right: 19px;
  }
  .promo_text_bottom.promo_text_b {
    right: 18px;
    top: 33px;
  }
  .promo_text.promo_text_t {
    top: 54px;
  }
  .blog_page_sidebar {
    margin-left: 5px;
  }
  .blog_search input[type="text"] {
    width: 210px;
  }
  .log_li_img {
    margin-top: -6px;
  }
  .recent_post_text {
    margin-right: 5px;
  }
  .recent_post_text h3 {
    font-size: 12px;
    line-height: 20px;
  }
  .recent_post_text > p {
    font-size: 11px;
  }
  .recent_post_img {
    width: 45%;
  }
  #instrigram li {
    width: 26.8%;
  }
  .comment_text {
    padding: 27px 11px 12px 20px;
    width: 80%;
  }
  ul#single_blog_nav {
    margin-left: 10px;
  }
  .c_main_item p,
  .c_single_item p,
  .c_total_item p,
  .c_payment p {
    font-size: 10px;
  }
  .product_form_total {
    padding: 12px;
  }
  #home-accordion .panel-title {
    font-size: 12px;
  }
  .cart_item_img p {
    font-size: 10px;
  }
  .single_p_image > img {
    margin-left: 117px;
    width: 62%;
  }
  .detail_heading_left h3 {
    font-size: 18px;
  }
  .panel-body.product_ac_body ul {
    margin: 0 0 0 35px;
  }
  .color_size_detail ul li a {
    height: 28px;
    width: 34px;
  }
  .color_size_detail ul li {
    margin-right: 3px;
  }
  .size_num {
    height: 27px;
  }
  .size_up {
    overflow: hidden;
  }
  .size_cart {
    padding: 3px;
    width: 34%;
  }
  .size_cart a {
    font-size: 12px;
  }
  .size_heart {
    padding: 2px;
  }
  .cat_filter_box p label {
    padding: 4px 13px;
  }
  .panel-body.colors_cat ul#cat_color li {
    margin-right: 2px;
  }
  .panel-body ul#cat_size {
    margin: -13px 15px 0;
  }
  .panel-body ul#cat_size li {
    margin-right: 13px;
  }
  .tr-add-cart ul li a {
    font-size: 13px;
  }
  .filter_box_right .dropdown-menu {
    left: 30%;
  }
  .ex_left_text {
    margin-left: -38px;
    margin-top: 126px;
    padding-bottom: 41px;
  }
  .ex_left_text > h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .ex_left_text > h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .ex_left_text > p {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .ex_left_text.ex_left_right {
    margin-left: 165px;
    margin-top: 111px;
    padding-bottom: 74px;
  }
  .ex_left_right h6 {
    font-size: 12px;
  }
  .ex_left_text > h2 {
    font-size: 20px;
  }
  .ex_left_text.ex_left_right > p {
    font-size: 11px;
  }

  .t_to_b_img {
    margin-right: 9px;
    width: 35%;
  }
  .t_to_b_text {
    width: 53%;
  }
  .t_to_b_text p {
    font-size: 10px;
  }
  .t_to_b_dollr {
    width: 52%;
  }
  .t_to_b_dollr span {
    font-size: 10px;
  }
  .t_to_b_del > del {
    font-size: 10px;
  }
  .t_to_b_del {
    width: 48%;
  }
  .ex_left {
    height: 165px;
  }
  .nav_left {
    padding: 18px 0;
  }
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
  /* new. */
  .review_comments {
    margin-bottom: 30px;
    width: 100%;
  }
  .Review_input {
    width: 98%;
  }
  .review_heading_left {
    width: 62%;
  }
  .review_heading_left h2 {
    font-size: 15px;
  }
  .review_heading_right {
    width: 38%;
  }
  .review_comment_input input[type="submit"] {
    width: 45%;
  }
  /* end new. */
  .nav_left {
    display: none;
  }
  .nav_center {
    display: none;
  }
  .nav_right {
    display: none;
  }
  .ofm {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 100000000;
  }
  .m_nav {
    cursor: pointer;
  }
  .ofm li {
    color: #fff;
    float: left;
    font-family: cabin;
    font-size: 16px;
    font-weight: bold;
    list-style: outside none none;
    padding: 13px 0;
    text-transform: uppercase;
    width: 50%;
  }
  .ofm li {
    text-align: center;
    width: 100%;
  }
  .ofm li i {
    font-size: 17px;
  }
  .mobi-menu {
    left: 0;
    margin: 0 auto;
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
    z-index: 99999;
  }
  .mobi-menu {
  }
  #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: 300px;
    width: 100%;
  }
  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    text-shadow: 0 0 0 #fff;
  }

  #cssmenu > ul > li > a {
    padding: 15px 20px;
  }
  #cssmenu ul ul li a {
    padding: 15px 20px !important;
  }
  .only-for-mobile {
    display: block !important;
    margin-top: 0px;
    position: relative;
  }
  #cssmenu > ul > li.active > a > span::after,
  #cssmenu > ul > li.open > a > span::after {
    content: "";
    position: absolute;
    right: 22px;
  }
  .header_left {
    float: none;
    margin: 17px auto 0;
    text-align: center;
  }
  .header_left a {
    left: 53px;
  }
  .header_left input[type="text"] {
    background: #f9f9f9;
    margin-left: 13px;
    padding-left: 10px;
    padding-top: 3px;
  }
  .header_center {
    margin: 0px 0 0;
  }
  .header_right {
    display: block;
    float: none;
    margin: 60px auto 10px -10px;
    padding-bottom: 22px;
  }
  .mobi_right_li {
    float: right !important;
  }
  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    background: none repeat scroll 0 0 #ff7575;
  }
  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    background: none repeat scroll 0 0 #ff7575;
  }
  .blog_date_in_page {
    margin-right: 13px;
  }
  .blog_date_in_page h2 {
    font-size: 30px;
  }
  .blog_date_in_page p {
    font-size: 10px;
  }
  .pagi_ul ul li a {
    font-size: 12px;
    padding: 0 7px;
  }
  .blog_search input[type="text"] {
    width: 262px;
  }
  .blog_page_sidebar {
    margin-left: 10px;
  }
  .recent_post_text {
    margin-right: 6px;
  }
  #instrigram li {
    width: 27.8%;
  }
  .footer_top_right ul#payment {
    text-align: center;
  }
  .footer_top_right ul#payment li {
    margin-left: 4px;
  }
  .footer_top_left > input[type="text"] {
    margin-bottom: 15px;
    margin-top: 10px;
    width: 67%;
  }
  #payment img {
    width: 17%;
  }
  .single_widget ul.widget_nav {
    margin-bottom: 40px;
  }
  .single_widget {
    text-align: center;
  }
  ul.wid_social li a {
    padding: 6px 5px 5px 4px;
  }
  ul#single_blog_nav {
    margin-left: 10px;
  }
  .comment_name {
    width: 77%;
  }
  .reply {
    width: 22%;
  }
  .comment_name h3 {
    font-size: 12px;
  }
  .comment_text {
    padding: 28px 13px 13px 13px;
    width: 77%;
  }
  .single_comment.even {
    margin-left: 0px;
  }
  .left_input {
    float: none;
    width: 97%;
  }
  .right_input {
    float: none;
    width: 97%;
  }
  .blog_page_area {
    padding-bottom: 90px;
    padding-top: 15px;
  }
  .coupon_box {
    text-align: center;
  }
  .coupon_box input[type="text"] {
    margin-right: 0px;
    padding: 7px 13px;
  }
  .bread_box ul.breadcumb li a {
    padding: 0 6px;
  }

  .checkout_right {
    margin-top: 25px;
  }
  .input_left {
    float: none;
    width: 94%;
  }
  .input_right {
    float: none;
    width: 94%;
  }
  .submit_btn input[type="submit"] {
    margin-left: -12px;
  }
  .submit_btn {
    margin-left: 14px;
  }
  .panel-body ul#cat_size li a {
    height: 28px;
    width: 37px;
  }
  .panel-body > ul#cat_size li {
    margin-right: 6px;
  }
  .filter_box_left p {
    margin-bottom: 15px;
    margin-right: 10px;
  }
  .filter_cont {
    margin-bottom: 27px;
    margin-right: 4px;
  }
  .s_results p,
  .filter_box_right a {
    margin-bottom: 31px;
  }
  .s_results span {
    margin-right: 20px;
  }
  .filter_box_right .dropdown-menu {
    left: 45%;
  }
  .single_call_action {
    margin-bottom: 28px;
    text-align: center;
    width: 100%;
  }
  .single_call_action > img {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
  .promo_text {
    left: 12px;
    top: 23px;
  }
  .promo_text_bottom {
    right: 21px;
    top: 29px;
  }
  .promo_text.promo_text_t {
    top: 25px;
  }
  .promo_text_bottom.promo_text_b {
    right: 17px;
    top: 18px;
  }
  .promo_text h5,
  .promo_text_bottom h5 {
    font-size: 13px;
  }
  .promo_text a,
  .promo_text_bottom a {
    font-size: 10px;
  }
  .promotion_bottom_t {
    margin-top: 18px;
  }
  .nav > li > a {
    font-size: 10px;
    padding: 10px 3px;
  }
  .trending_box .nav.nav-tabs {
    width: 98%;
  }
  .nav.nav-tabs span {
    padding-left: 12px;
  }
  .trending_box .owl-carousel::before {
    background: none;
    z-index: -1;
  }
  .trending_box .owl-carousel::after {
    background: none;
    z-index: -1;
  }
  #owl-example.owl-carousel .item,
  #owl-example-two.owl-carousel .item,
  #owl-example-three.owl-carousel .item,
  #owl-example-four.owl-carousel .item {
    margin: 0 auto;
  }
  .owl-carousel .owl-next {
  }

  .month_right {
    padding-bottom: 15px;
  }
  #blog-caro .carousel-control.left {
    left: 40%;
    top: -11%;
  }
  #blog-caro .carousel-control.right {
    right: 40%;
    top: -11%;
  }

  .fresh_blog_text h2 {
    font-size: 30px;
  }
  .fresh_blog_text span {
    font-size: 26px;
  }

  .month_right > span {
    font-size: 10px;
  }

  .fresh_blog_bottom_text h4 {
    margin-top: 15px;
  }

  .fresh_blog_text {
    margin-bottom: 60px;
  }
  .fresh_blog_area {
    padding-top: 95px;
    padding-bottom: 30px;
  }
  #testi_carosel .item p {
    font-size: 15px;
    width: 89%;
  }
  .client_box {
    width: 87%;
  }
  .dotted_line {
    width: 46%;
  }
  .branding_box_heading h2 {
    width: 34%;
  }
  #branding_caro.owl-carousel .owl-next {
    right: -38%;
  }
  #branding_caro.owl-carousel .owl-prev {
    left: 44%;
  }
  .single_p_image {
    margin-bottom: 40px;
  }

  .single_p_image > img {
    margin-left: 116px;
    width: 53%;
  }
  .detail_heading_left h3 {
    font-size: 18px;
  }
  .detail_heading_left {
    width: 64%;
  }
  .detail_heading_right {
    width: 36%;
  }
  .panel-body.product_ac_body ul {
    margin: 0 0 0 32px;
  }
  .color_size_detail ul li a {
    height: 24px;
    padding-top: 4px;
    width: 26px;
  }
  .color_size_detail ul li {
    margin-right: 1px;
  }
  .size_up {
    overflow: hidden;
    width: 50%;
  }
  .size_num {
    height: 25px;
    width: 50%;
  }
  .t_to_b_img {
    width: 32%;
  }
  .single_t_to_b {
    margin-bottom: 40px;
  }
  .single_t_to_b .bx-wrapper .bx-controls-direction a.bx-next {
    right: -23px;
  }
  .single_t_to_b .bx-wrapper .bx-controls-direction a.bx-prev {
    right: -14px;
  }
  .size_cart {
    margin-right: 3%;
    padding: 4px 0;
    width: 32%;
  }
  .size_cart a {
    font-size: 12px;
  }
  .header_top_left > p {
    font-size: 11px;
  }
  .size_heart {
    margin-right: 3%;
    padding: 3px;
    width: 14%;
  }
  .tab-product {
    float: none;
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%;
    border-bottom: 0px solid;
  }
  ul.nav.nav-tabs.tab-product li {
    margin-right: 4px;
    width: auto;
  }
  ul.nav.nav-tabs.tab-product li a {
    font-size: 12px;
    padding: 18px;
  }
  ul.nav.nav-tabs.tab-product li.active {
    border-top: 3px solid #ff6766;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-bottom: 0px solid #ececec;
  }
  .tab-p-details {
    float: none;
    padding: 5px;
    width: 99%;
  }
  .wid_line::after {
    left: 117px;
  }
  #owl-example-single .owl-next {
    left: 78%;
  }
  #owl-example-single .owl-prev {
    left: 72%;
  }
  .exclusive_area {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  .ex_left {
    height: auto;
    position: relative;
  }
  .ex_left::after {
    background: url("../images/x-man.jpg") repeat scroll 0 0 / cover
      rgba(0, 0, 0, 0);
    content: "";
    height: 210px;
    left: -14px;
    position: absolute;
    top: -75px;
    width: 110%;
    z-index: -1;
  }
  .ex_left_text {
    margin-left: -47px;
    margin-top: 74px;
    text-align: center;
    width: 100%;
  }
  .ex_left_text > h2 {
    font-size: 19px;
  }
  .ex_left_text > h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .ex_left_text > p {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .ex_left_text > a {
    font-size: 10px;
    padding: 5px 10px;
  }
  .ex_right {
    width: 100%;
    position: relative;
  }
  .ex_right::after {
    background: url("../images/x-man2.jpg") repeat scroll 0 0 / cover
      rgba(0, 0, 0, 0);
    content: "";
    height: 210px;
    left: -14px;
    position: absolute;
    top: -75px;
    width: 110%;
    z-index: -1;
  }
  .ex_left_text.ex_left_right {
    margin-left: 64px;
    margin-top: 97px;
    padding-bottom: 20px;
  }
  .ex_left_right h6 {
    font-size: 10px;
  }
  .ex_left_text.ex_left_right > p {
    margin: 0 auto 20px;
    width: 65%;
    font-size: 9px;
  }
  .item:hover .tr-add-cart {
    opacity: 1;
    text-align: center;
    transition: all 0.25s ease 0s;
  }
  .cart_item_img img {
    float: none;
  }
  .cart_item_img p {
    font-size: 10px;
  }
  .h_item1 p,
  .h_item2 p,
  .h_item3 p,
  .h_item4 p {
    font-size: 11px;
  }
  .cart_quantity ul li {
    margin-right: 0px;
  }
  .cart_quantity ul li a {
    font-size: 10px;
    height: 16px;
    padding-top: 0px;
    width: 16px;
  }
  .cart_heading {
    padding: 15px 5px;
  }
  #owl-example.owl-carousel .owl-wrapper-outer {
    left: 0;
    width: 100%;
  }
  .panel-body.colors_cat ul#cat_color li a {
    height: 25px;
    width: 25px;
  }
  .owl-carousel .item {
    margin: 0 auto;
  }

  .header_top_left .top-flx {
    justify-content: center;
  }
  .header_top_right {
    float: none;
    width: 100%;
    justify-content: center;
  }
  .header_center {
    display: block;
  }

  .nav_area.fixed-top {
    top: 58px;
  }

  .header.fixed-top {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 999999;
    background-color: #fff;
  }

  .fullwidthbanner-container .tparrows {
    display: none !important;
  }

  .line2 {
    font-size: 9px !important;
    max-width: 300px;
    margin-top: 10px !important;
  }

  .line3 {
    margin-top: 20px !important;
    top: 60px !important;
  }
  ul.wid_social {
    justify-content: center;
    margin-bottom: 25px;
  }

  .logo-footer {
    margin: auto;
    margin-bottom: 20px;
  }

  .cntct {
    justify-self: center;
  }

  address.widget_nav {
    margin-top: -40px;
  }
  .slider-wrap .view_post {
    margin-top: 160px;
  }
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* new. */
  .review_comment_input input[type="submit"] {
    width: 33%;
  }
  .review_comments {
    margin-bottom: 30px;
    width: 100%;
  }
  .Review_input {
    width: 98%;
  }
  .review_heading_left h2 span {
    font-size: 15px;
    margin-right: 0px;
  }
  .review_heading_left h2 {
    font-size: 16px;
  }
  /* end new. */

  .header_left a {
    left: 125px;
  }
  .promo_text h5,
  .promo_text_bottom h5 {
    font-size: 22px;
  }
  .promo_text a,
  .promo_text_bottom a {
    font-size: 13px;
  }
  .nav > li > a {
    font-size: 11px;
    padding: 10px 5px;
  }
  .trending_box .nav.nav-tabs {
    width: 75%;
  }
  .dotted_line {
    width: 55%;
  }
  .branding_box_heading h2 {
    width: 26%;
  }
  .footer_top_left input[type="text"] {
    width: 40%;
  }
  .footer_top_left a {
    margin-right: 4px;
  }
  .footer_top_left {
    margin-bottom: 20px;
  }
  .footer_top_right ul#payment li {
    margin-left: 14px;
  }
  .wid_line::after {
    left: 194px;
  }
  .single_p_image > img {
    margin-left: 170px;
  }
  .size_num {
    height: 31px;
  }
  ul.nav.nav-tabs.tab-product li a {
    font-size: 12px;
    padding: 5px 17px;
  }
  #owl-example-single .owl-next {
    left: 86%;
  }
  #owl-example-single .owl-prev {
    left: 82%;
  }
  .blog_date_in_page h2 {
    font-size: 34px;
  }
  .blog_date_in_page p {
    font-size: 12px;
  }
  .blog_date_in_page {
    margin-right: 30px;
  }
  .blog_search input[type="text"] {
    width: 393px;
  }
  .recent_post_img {
    width: 25%;
  }
  #instrigram li {
    margin-bottom: 0;
    margin-left: 8px;
    width: 13.8%;
  }
  .cart_item_img > img {
    float: none;
  }
  .filter_box_right .dropdown-menu {
    left: 64%;
  }
  .panel-body.colors_cat ul#cat_color li {
    margin-right: 3px;
  }
  .client_box > img {
    float: left;
    margin-right: 15px;
    width: 15%;
  }
  .client_box > img {
    width: 15%;
  }
  .client_box {
    width: 61%;
  }
  .ex_left_text.ex_left_right {
    padding-bottom: 25px;
  }
  .ex_left_text {
    left: 84px;
  }
  #blog-caro .carousel-control.right {
    right: 42%;
  }
  #blog-caro .carousel-control.left {
    left: 42%;
  }
  .single_t_to_b .bx-wrapper .bx-controls-direction a.bx-next {
    right: -79px;
  }
  .single_t_to_b .bx-wrapper .bx-controls-direction a.bx-prev {
    right: -64px;
  }
  .ex_left_text > p {
    font-size: 10px;
    width: 36%;
  }
  .ex_left_text.ex_left_right > p {
    margin: 0 auto 16px;
    width: 48%;
  }
  .blog_img_l {
    margin-bottom: -91px;
  }
  #payment img {
    width: 16%;
  }
  .view_post {
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .slider-wrap .view_post {
    margin-top: 55px;
  }
  .header_top_right {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin-top: 5px;
  }

  .trending_area.pt-0 {
    padding-bottom: 0;
  }

  .testimonial_area {
    padding: 40px 0;
  }

  .fresh_blog_area {
    padding-top: 40px;
  }
  .fresh_blog_text {
    margin-bottom: 40px;
  }
  .footer_area {
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .slider-wrap .view_post {
    margin-top: 63px;
  }
}

@media (max-width: 390px) {
  .slider-wrap .view_post {
    margin-top: 47px;
  }

  .tp-caption {
    margin-top: -20px !important;
  }
}
