/** Shopify CDN: Minification failed

Line 328:18 Comments in CSS use "/* ... */" instead of "//"
Line 3214:73 Unexpected ","
Line 6232:0 Unexpected "}"

**/
/*------------------------------------------------------------------
[Table of contents]

--- Regular Styles (edit as needed) ---
1. Reset
2. Typography 
3. Header
4. Banners
5. Content
6. SideBar
7. Cart & Account
8. Sliders
9. Collection / Product
10. Footer
11. Swatches
12. Miscellaneous Overrides
13. RTE Content
14. Product Reviews
15. Lightboxes
16. jQuery Custom Select Boxes
17. Responsive Styles
-------------------------------------------------------------------*/



/*----------------
Reset
-----------------*/

* {
  margin:0;
  padding:0;
}
*, *:before, *:after {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
body {
  margin:0;
  padding:0;
  font-family: Lato, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:400;
  color: #000000;
}
/* :focus {
  outline:none;
} */
ul, li {
  list-style:none;
}
a {
  text-decoration:none;
  color:#eb245d;
}
a:hover {
  color:#c52754;
}
p {
  margin:0;
  padding:0;
}
.bnr_img_cont p{
    margin: 0;
    padding: 0;
    padding-top: 30px;
    font-size: 20px;
    font-family: Lato;
    font-weight: 600;
    text-align: center;
}
.np {
  padding:0;
}
.pr45 {
  padding-right:45px;
}
.m15 { margin:15px;}
.mt15 { margin-top:15px; }
.mb15 { margin-bottom:15px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mt30 { margin-top:30px; }
.mb30 { margin-bottom:30px; }
.no-transition {
  -webkit-transition: height 0;
  -moz-transition: height 0;
  -ms-transition: height 0;
  -o-transition: height 0;
  transition: height 0;
}
table.user-table td {
  padding: 10px;
}




/*----------------
DROP DOWN MENU by nychen
-----------------*/


/* Dropdown Button */
.dropbtn {
  background-color: #FFFFFF;
  color: black;
  padding: 0px;
  font-size: 14px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 12px 16px 12px 16px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #FFFFFF;}


/*----------------
Typography
-----------------*/


h1,h2,h3,h4,h5,h6 { 
  color:#000000; 
  margin:0 0 13px 0; 
  font-family:Lato; 
}

h1 {
  font-size:34px;
  line-height:normal;
  margin:0;
  padding:0;
}
h2 {
  font-size:28px;
  line-height:normal;
  margin:0;
  padding:0;
}
h3, .h3 {
  font-size:22px;
  line-height:normal;
  margin:0;
  padding:0;
  font-weight:700;
}
h4 {
  font-size:18px;
  line-height:normal;
  margin:0;
  padding:0;
  font-weight:700;
}
h5, .product-card-title {
  font-size:14px;
  line-height:16px;
  margin:0;
  padding:0;
  text-transform:capitalize;
  font-weight:900;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 6px;
}

.skip-link:focus {
    position: static;
    left: 0;
    top: 0;
}

/*----------------
Header
-----------------*/

#header {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#header .header_top {
  padding:12px 0;
  padding-bottom:0px;
  background:#ffffff;
}
#header .top_menu {
  float:left;
}
#header .top_menu ul {
  margin:0;
  padding:0;
  display:block;
}
#header .top_menu ul li {
  margin:0;
  padding:0 15px;
  display:block;
  float:left;
  border-left:1px solid #ecefef;
}
#header .top_menu ul li:first-child {
  padding-left:0;
  border-left:none;
}
#header .top_menu ul li:last-child {
  padding-right:0;
}
#header .top_menu ul li a {
  margin:0;
  padding:0;
  display:block;
  font-size:14px;
  line-height:16px;
  color:#898989;
  font-weight:normal;
}
#header .top_menu ul li a:hover {
  color:#c52754;
}
#header .hed_right {
  float:right;
}
#header .hed_right ul {
  margin:0;
  padding:0;
}
#header .hed_right ul li {
  margin:0;
  padding:0 15px;
  display:block;
  float:left;
  border-left:1px solid #ecefef;
  font-size:14px;
  line-height:16px;
  font-weight:normal;
}
#header .hed_right ul li:first-child {
  padding-left:0;
  border-left:none;
}
#header .hed_right ul li:last-child {
  padding-right:0;
}
#header .hed_right ul li a {
  margin:0;
  padding:0;
  display:block;
  color:#898989;
}
#header .hed_right ul li a:hover {
  color:#c52754;
}
#header .hed_right ul li span {
  color:#eb245d;
  margin-right:6px;
}

#header .hed_left {
  float:left;
}
#header .hed_left ul {
  margin:0;
  padding:0;
}
#header .hed_left ul li {
  margin:0;
  padding:0px 16px;
  display:block;
  float:left;
  border-left:1px solid #ecefef;
  font-size:14px;
  line-height:16px;
  font-weight:normal;
}
#header .hed_left ul li:first-child {
  padding-left:0;
  border-left:none;
}
#header .hed_left ul li:last-child {
  padding-left:0;
}
#header .hed_left ul li a {
  margin:0;
  padding:0;
  display:block;
  color: #000000; //TOP MENU FONT LINK COLOR
}
#header .hed_left ul li a:hover {
  color:#c52754;
}
#header .hed_left ul li span {
  color:#eb245d;
  margin-left:6px;
}


#header span.header-top-text {
  color:#000000 !important;
}
#header span.header-top-text a {
  color:#eb245d !important;
  display:inline !important;
}
#header span.header-top-text a:hover {
  color:#c52754 !important;
}
#header .header_bot {
  border-top:1px solid #ecefef;
  position:relative;
  -webkit-box-shadow: 0 2px 2px rgba(11, 25, 28, .12);
  -moz-box-shadow: 0 2px 2px rgba(11, 25, 28, .12);
  box-shadow: 0 2px 2px rgba(11, 25, 28, .12);
}
#header .header_bot .container {
  position:relative;
}
#header .navbar-brand {
  font-size: 26px;
  padding:0 15px 0 0;
}

#header .nav > li:first-child > a {
  padding-left:0;
}

#header a.navbar-brand, #header a.text-logo {
  color:#000000;
}
#header a.navbar-brand:hover, #header a:hover.text-logo {
  color:#c52754;
}
#header a.text-logo {
  padding:20px 20px 20px 0;
}
#header .navbar-toggle {
  padding: 15px 0 0 10px;
  margin-right:0 !important;
}
#header .navbar-brand img {
  max-height:140px;
  max-width:350px;
  padding:25px 0;
}
#header #nav .navbar {
  margin:0;
}
#header #nav .navbar-toggle .icon-bar {
  background: #333;
}
/* mobile cart button */
#header .navbar-toggle.mobile-cart-button {
  margin-right: 0;
  margin-left: .5em;
  padding:9px 0 8px;
  color:#333;
}
#header .navbar-toggle.mobile-cart-button .icons { 
  margin:0;
  padding: 0;
  display: block;
  background-color: #ffffff;
  width:30px;
  height:30px;
  position: relative;
  text-align: center;
  line-height: 30px;
  border-radius:50%;
  box-shadow:0px 1px 0px #c9cbcb,inset 0px 1px 0px #fff;
  -moz-transition:color 0.3s;
  -webkit-transition:color 0.3s;
  -o-transition:color 0.3s;
  transition:color 0.3s
}
#header .navbar-toggle.mobile-cart-button .icons:before { 
  content:"";
  display:block;
  position:absolute;
  top:-3px;
  left:-3px;
  bottom:-3px;
  right:-3px;
  z-index:-1;
  border-radius:50%;
  background-color:#edefef;
  -webkit-box-shadow:0 1px #fff,inset 0 1px #c9cbcb;
  -moz-box-shadow:0 1px #fff,inset 0 1px #c9cbcb;
  box-shadow:0 1px #fff,inset 0 1px #c9cbcb
}
#header #nav .caret {
  color:#eb245d;
}
#header #nav .navbar-nav > li > a,#header #nav .navbar-nav > li > button {
  color:#000000;
  display:block;
  font-size: 14px;
  line-height: 32px;
  text-shadow: none;
  font-weight:600;
  text-transform:uppercase;
  background:transparent;
  padding:15px;
  border:0px;
}
#header #nav .navbar-nav > li > a:hover,
#header #nav .navbar-nav > li > .mobile-menu-link:hover {
  background:transparent;
  border:none;
  color:#eb245d;
}
#main_navbar li:hover > a {
  background: none;
  border: none;
}
#header #nav .navbar:not(.no-border) .navbar-nav > li.dropdown-grid > .dropdown-grid-wrapper > .dropdown-menu, #header #nav .navbar:not(.no-border) .navbar-nav > li[class*="dropdown"] > .dropdown-menu {
  border-top:1px solid #ecefef;
}
#header #nav .navbar:not(.no-border) .navbar-nav > li.dropdown-full > .dropdown-menu {
  margin-left: 0;
  margin-right: 0;
}
#header #nav .navbar h5 {
  padding-top:0;
}
#header #nav .navbar .dropdown-menu h5 {
  color:#505050;
}
#header #nav .navbar .dropdown-menu li > a {
  padding: 5px 15px 5px 0;
  color:#eb245d;
}
#header #nav .navbar .dropdown-menu li > a:hover {
  color:#c52754;
}
#header #nav ul.navbar-right li > a {
  padding-left:10px;
  padding-right:10px;
}
#header #nav .navbar .navbar-nav {
  margin-top: 0;
}
#header #nav .navbar-brand {
  display:table;
}
#header #nav .navbar .navbar-nav > li > a.dropdown-toggle > span.icons > i, #header #nav .navbar .navbar-nav > li > a.dropdown-toggle > div.cart-icon > i, #header #nav .navbar-header a > span.icons > i, #header #nav .navbar .navbar-header > a > div.cart-icon > i {
  line-height:30px;
  height:30px;
  width:30px
}
#header #nav .navbar .navbar-nav > li > a.dropdown-toggle > span.icons, #header #nav .navbar .navbar-nav > li > a.dropdown-toggle > div.cart-icon, #header #nav .navbar-header a > span.icons, #header #nav .navbar .navbar-header > a > div.cart-icon {
  margin:0;
  padding: 0;
  display: block;
  background-color: #ffffff;
  width:30px;
  height:30px;
  position: relative;
  text-align: center;
  line-height: 30px;
  border-radius:50%;
  box-shadow:0px 1px 0px #c9cbcb,inset 0px 1px 0px #fff;
  -moz-transition:color 0.3s;
  -webkit-transition:color 0.3s;
  -o-transition:color 0.3s;
  transition:color 0.3s
}
#header #nav .navbar .navbar-nav > li > a.dropdown-toggle > span.icons:before, #header #nav .navbar .navbar-nav > li > a.dropdown-toggle > div.cart-icon:before, #header #nav .navbar-header a > span.icons:before, #header #nav .navbar .navbar-header > a > div.cart-icon:before {
  content:"";
  display:block;
  position:absolute;
  top:-3px;
  left:-3px;
  bottom:-3px;
  right:-3px;
  z-index:-1;
  border-radius:50%;
  background-color:#edefef;
  -webkit-box-shadow:0 1px #fff,inset 0 1px #c9cbcb;
  -moz-box-shadow:0 1px #fff,inset 0 1px #c9cbcb;
  box-shadow:0 1px #fff,inset 0 1px #c9cbcb
}
.navbar-header a.navbar-cart {
  color:#000000;;
}
.navbar-header a:hover.navbar-cart {
  color:#eb245d;;
}
a.navbar-cart .cart-icon {
    position: relative;
}


#header #nav .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background:transparent!important;
  border:none;
}

html #header .right_menu {
    z-index: 33;
}
#header .right_menu {
  padding:0;
  margin:0 15px 0 0;
  position: absolute;
  top: 17px;
  right: 0;
}
#header .right_menu > ul {
  margin:0;
  padding:0;
  display:block;
}
#header .right_menu > ul > li {
  margin:0 5px;
  padding:0;
  display:block;
  float:left;
}
#header .right_menu > ul > li:last-child {
  margin-right:0;
}
#header .right_menu > ul > li:first-child {
  margin-left:0;
}
#header .right_menu > ul > li:first-child a span {
  font-size:15px;
}
#header .right_menu > ul > li > a {
  margin:0;
  padding:0;
  display: block;
  background-color: #ffffff;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  box-shadow: 0px 1px 0px #c9cbcb, inset 0px 1px 0px #fff;
  text-align:center;
}
#header .right_menu ul li, #header .right_menu > ul > li > a span, .social ul li a {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#header .right_menu > ul > li > a :after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  z-index: -1;
  border-radius: 50%;
  background-color: #ecefef;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px #c9cbcb;
  -moz-box-shadow: 0 1px #fff, inset 0 1px #c9cbcb;
  box-shadow: 0 1px #fff, inset 0 1px #c9cbcb;
}
#header .right_menu > ul > li > a span {
  font-size:15px;
  line-height:30px;
  color:#000000;
}
#header .right_menu > ul > li > a span:hover {
  color: #eb245d;
}

#header .menu_c {
  background: #fff;
  margin: 0;
  padding: 0;
  z-index:99;
}
#header .menu_c .menu_title {
  padding:15px 25px;
  border-bottom:1px solid #efefef;
}
#header .menu_c h4 {
  font-size:20px;
  line-height:24px;
  color:#000000;
  font-weight:700;
  margin:0;
  padding:0;
}
#header .menu_c .login_frm p {
  margin-top:20px;
}
#header .cart_menu .cart_row {
  display:table;
  margin:0;
  padding:0;
  width:100%;
}
#header .cart_menu .cart_row div.empty-cart {
  padding:20px 0;
  text-align: center;
}
#header .cart_menu ul {
  display:table-row;
}
#header .cart_menu ul li {
  border-bottom:1px solid #efefef;
  display:table-cell;
  vertical-align:middle;
  overflow:hidden;
  margin: 0;
  padding: 15px 0;
  float:none;
}
#header .cart_menu ul li .pro_img {
  width:80px;
  height:auto;
  padding:4px;
  border:1px solid #efefef;
}
#header .cart_menu ul li .pro_img img {
  display:block;
  width:100%;
  height:100%;
  background:#dcdcdc;
}
#header .cart_menu ul li .price {
  font-size:14px;
  color:#000000;
  font-weight:900;
  margin:0;
  padding:0;
  line-height:30px;
  float:left;
}
#header .cart_menu ul li .del_btn {
  width:30px;
  height:30px;
  display:block;
  float:right;
  background:url(delete_icon.png) no-repeat center center;
  cursor: pointer;
}
#header .cart_menu ul li:nth-child(1) {
  width:22%;
  padding-left:25px;
}
#header .cart_menu ul li:nth-child(2) {
  width:52%;
}
#header .cart_menu ul li:nth-child(3) {
  width:26%;
  padding-right:25px;
}
#header .cart_menu .checkout_row {
  padding:25px;
}
#header .cart_menu .checkout_row p {
  font-size: 14px;
  line-height:40px;
  color: #000000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  float:left;
}
#header .cart_menu .checkout_row p .fa-clock-o {
  color: #fb5700;
  line-height: 30px;
  font-size: 16px;
  margin-right: 9px;
}
#header .cart_menu .checkout_row .btn_c {
  margin:0;
  float:right;
}
#header .cart_menu .checkout_row .checkout_btn {
  width: 121px;
  height: 40px;
  margin-right:10px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  display: block;
  float:right;
  font-weight:700;
  background: #00ac1a;
  border-radius: 18px;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .cart_menu .checkout_row .checkout_btn:hover {
  background-color:#c52754;
  text-decoration:none;
  color:#ffffff;
}
#header .cart_menu .checkout_row .checkout_btn:active {
  background-color:#c52754;
  text-decoration:none;
  color:#ffffff;
}
#header .acc_menu h4 {
  float:left;
}
#header .acc_menu .login_frm {
  padding:0 25px;
}
#header .acc_menu a.sign_up {
  margin:0;
  font-size:14px;
  line-height:24px;
  color:#eb245d;
  display:block;
  font-weight:900;
  float:right;
}
#header .acc_menu a.sign_up:hover {
  color:#c52754;
}
#header .acc_menu .txtbox {
  margin:20px 0 0 0;
  padding:0 15px 0 18px;
  width:100%;
  height:30px;
  display:block;
  border:1px solid #d7dbdb;
  border-radius:15px;
  font-size: 14px;
  color: #000000;
  font-weight:400;
}
#header .acc_menu .remember {
  font-size:14px;
  line-height:18px;
  color:#000000;
  margin:0;
  padding:0;
}
#header .acc_menu .remember .btn_c {
  margin-left: auto;
  margin-right: auto;
}
#header .acc_menu .signin_btn {
  margin:18px 0;
  width:100%;
  height:35px;
  line-height:35px;
  ;
}
#header .acc_menu .forgot {
  padding:10px 25px;
  border-top:1px solid #efefef;
}
#header .acc_menu .forgot span {
  font-size:14px;
  line-height:16px;
  color:#000000;
  margin:0;
  padding:0;
  display:block;
  float:left;
}
#header .acc_menu .forgot a {
  font-size:14px;
  line-height:16px;
  color:#eb245d;
  padding:0 7px;
  margin:0;
  display:block;
  float:left;
}
#header .acc_menu .forgot a.name {
  border-left:1px solid #ccc;
}
#header .search_menu .search_box {
  position:relative;
}

#header .search_menu .search_box input:focus + label,
#header .search_menu .search_box input:not(:placeholder-shown) + label {
  left: 18px;
  top: 10px;
  opacity: 1;
  font-weight: 700;
}

#header .search_menu .search_box label {
  margin-bottom: 0;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  opacity: .6;
  pointer-events: none;
  transition: all .2s ease-in-out;
  font-weight: normal;
}

#header .search_menu .search_box .txtbox {
  width:100%;
  height:40px;
  border-radius:18px;
  font-size:12px;
  color:#000000;
  padding:14px 35px 4px 18px;
  border:1px solid #d7dbdb;
}
#header .search_menu .search_box button {
  position:absolute;
  right:18px;
  top:4px;
  padding:0;
}
#header .search_menu .search_box button span {
  font-size:12px;
  color:#d7dbdb;
  line-height:30px;
}
.banner {
  padding:190px 0;
  background:#dcdcdc;
}
.banner .banner {
  width:920px;
  height:420px;
  text-align:center;
  margin:0 auto;
  padding:90px 0 0 0;
  background:#f5f5f5;
}

/*----------------
Banners
-----------------*/

.banner h1 {
  font-size:36px;
  line-height:38px;
  color:#FFFFFF;
  font-weight:normal;
  margin:0 0 30px 0;
  padding:0;
  text-transform:uppercase;
}
.banner h4 {
  font-size:18px;
  line-height:27px;
  color:#FFFFFF;
  margin:28px 0 0 0;
  font-weight:700;
}
.banner p {
 color:#FFFFFF;;
  font-size:18px;
  line-height:27px;
  font-weight:normal;
  margin:0;
  padding:0;
}
.banner .line_1 {
  background:#00ac1a;
  width:200px;
  height:2px;
  margin:0 auto;
}
.btn_c {
  height:40px;
  font-size:14px;
  line-height:40px;
  color:#ffffff;
  display:block;
  margin:30px auto 0;
  padding:0 20px;
  font-weight:700;
  max-width:250px;
  background:#eb245d;
  border-radius:18px;
  border:none;
  text-align:center;
  cursor:pointer;
  position:relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn_c:hover {
  background-color:#c52754;
  text-decoration:none;
  color:#ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn_c:active {
  background-color:#eb245d;
  text-decoration:none;
  color:#ffffff;
}
.banner_nav {
  padding-top:0;
}
.banner_nav .banner_nav_left {
  float:left;
  padding:3px 0;
}
.banner_nav a {
  margin:0;
  padding:0;
  display: block;
  background-color: #ffffff;
  float:left;
  margin:0 0px 0 10px;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  box-shadow: 0px 1px 0px #c9cbcb, inset 0px 1px 0px #fff;
  text-align:center;
}
.banner_nav a:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  z-index: -1;
  border-radius: 50%;
  background-color: #edefef;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px #c9cbcb;
  -moz-box-shadow: 0 1px #fff, inset 0 1px #c9cbcb;
  box-shadow: 0 1px #fff, inset 0 1px #c9cbcb;
}
.banner_nav a.prev .fa-chevron-left {
  line-height:30px;
  font-size:14px;
  color:#000000;
}
.banner_nav a:hover.prev .fa-chevron-left {
  color:#eb245d;
}
.banner_nav a.next .fa-chevron-right {
  line-height:30px;
  font-size:14px;
  color:#000000;
  margin-left:2px;
}
.banner_nav a:hover.next .fa-chevron-right {
  color:#eb245d;
}
.banner_nav ul {
  margin:0;
  padding:6px 0;
  float:left;
  display:block;
}
.banner_nav ul li {
  margin:0 5px;
  padding:0;
  float:left;
  display:block;
}
.banner_nav ul li a {
  display:block;
  width:15px;
  height:15px;
  display:block;
}
.banner_nav ul li.active a, .banner_nav ul li a:hover {
  background-color:#eb245d;
}
.home-slider .flex-control-nav {
  float: left;
  max-width: 80%;
}
.banner_nav .scroll_down {
  background: url("scroll_icon.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: #282827;
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 36px;
  padding-right: 37px;
  position: relative;
  top: -20px;
}
.banner_nav .scroll_down .fa-arrow-circle-down {
  color:#eb245d;
  margin:0 0 0 5px;
  line-height:36px;
}

.image-slide-link {display: block;}
/*----------------
Content
-----------------*/

#content {
  background-color: #f6f2f2;
  padding:15px 0 50px 0;
  
}
#content .box {
  position:relative;
  border:0 solid #fff;
  border-radius:5px;
}
.red5 {
  border-radius:5px;
}
#content .hg_510 {
  height:510px;
}
#content .hg_310 {
  height:310px;
}

.fa-arrow-circle-right {
  color:#eb245d !important;
  font-size:14px;
  margin-left:6px;
  line-height:27px;
}
.fa-arrow-circle-right:hover {
  text-decoration:none;
}
#content .h_row_1 .promo-overlay, #content .h_row_2 .promo-overlay {
  background: rgba(245,245,245,.8);
  padding:10px 5px;
}
#content .h_row_1 a.div-link .box, #content .h_row_2 a.div-link .box {
  border-color:#fff;
}
.ideas-hover figure { 
  display:block;
}
#content .h_row_1 p {
  line-height:27px;
  color:#000 !important;
}
#content .h_row_1 a.div-link, #content .h_row_2 a.div-link {
  color:#000 !important;
}
#content .h_row_1 h2 {
  padding-bottom:10px;
}
#content .h_row_1 .box_1 .box_inn, #content .h_row_1 .box_2 .box_inn {
  position:absolute;
  left:40px;
  right:40px;
  top:10%;
  text-align:center;
  padding:15px 0 0 0;
  z-index:3;
}
#content .h_row_1 .box_2 h2, #content .h_row_1 .box_2 p {
  text-align:center;
}
#content .h_row_2 {
  padding:15px 0 0 0;
}
#content .h_row_2 .box_1 p, #content .h_row_2 .box_2 p, #content .h_row_2 .box_3 p {
  line-height:21px;
  font-size:14px;
}
#content .h_row_2 .box_1 .box_inn {
  position:absolute;
  padding:15px 0 0 0;
  z-index:3;
  bottom:10%;
  left:10px;
  right:10px;
  text-align:center;
}
#content .h_row_2 .box_2 .box_inn {
  position:absolute;
  padding:10px 0;
  z-index:3;
  bottom:10%;
  left:5px;
  right:5px;
  text-align:center;
}
#content .h_row_2 .box_1 h5, #content .h_row_2 .box_2 h5, #content .h_row_2 .box_3 h5 {
  padding-bottom:15px;
}
#content .h_row_2 p {
  color:#000000 !important;
  line-height:24px;
}
#content .h_row_2 .box_3 .box_inn {
  position:absolute;
  z-index:3;
  left:10px;
  right:10px;
  text-align:center;
  padding:15px 0;
  bottom:10%;
}
#content .h_row_3 {
  
  padding:70px 0 70px 0;
  
  text-align:center;
}
#content .h_row_3 h1, 
#content .h_row_4 h3:not(.product-card-title),
#content .h_row_4 .related-product-title{
  color:#000000;
}
#content .h_row_3 .btn_c {
  z-index:9;
  background:#eb245d;
  color:#ffffff;
}
#content .h_row_3 .btn_c:hover {
  background:#c52754;
}
#content .h_row_3 p {
  line-height:30px;
  padding:40px 0 0 0;
  font-size:18px;
  color: #898989;
}
#content .h_row_3 .thumb {
  text-align:center;
  margin-top:30px;
}
#content .h_row_3 .thumb img {
  max-width:100%;
  height:auto;
  vertical-align:top;
}
#content .h_row_4 {
  margin-top:30px;
  overflow:hidden;
}
#content .h_row_4 h3:not(.product-card-title),
#content .h_row_4 .related-product-title{
  line-height:30px;
  float:left;
}
#content .h_row_4 p {
  color:#898989;
}
#content .h_row_4 a {
  color:#eb245d;
}
#content .h_row_4 a:hover {
  color:#c52754;
}
#content .main_box:hover .box_1 a.more_btn {
  color:#ffffff;
}
#content .main_box:hover .box_1 a.cart_btn_1 {
  color:#ffffff;
}
#content .h_row_4 .cont {
  float:right;
}
#content .h_row_4 a.flex-next, #content .h_row_4 a.flex-prev {
  padding:0;
  display: block;
  background-color: #ffffff;
  float:left;
  margin:0 0px 0 10px;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  box-shadow: 0px 1px 0px #c9cbcb, inset 0px 1px 0px #fff;
  text-align:center;
}
#content .main_box {
  border:5px solid #fff;
  border-radius:5px;
  box-shadow:0 2px 2px rgba(11, 25, 28, 0.1);
}
#content .main_box .box_1 {
  width:100%;
  background:#ffffff;
  position:relative;
  overflow:hidden;
  text-align:center;
}
#content .collection-list .main_box .box_1 {
  background:#fff;
}

#content .main_box .box_1 .list-image {
  padding:30px 15px 30px 30px;
  margin:0 auto;
}
#content .main_box .box_1 .on-sale, #content .main_box .box_1 .sold-out {
  color: #ffffff;
  border-radius: 5px;
  display: block;
  font-size: 13px;
  padding: 1px 4px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  min-width: 55px;
  width:auto;
  z-index: 3;
}

#content .main_box .box_1 .on-sale {
  height: 35px;
  line-height: 35px;
  background-color: #00ac1a;
  color: #ffffff;
}

#content .main_box .box_1 .sold-out {
  height: 35px;
  min-width: 75px;
  width:auto;
  line-height: 35px;
  background-color: #666;
  color:#ffffff;
}
#content .main_box .box_1 img {
  width:auto;
  max-width:100%;
  height:auto;
  max-height: 250px;
  margin:0 auto;
}
#content .main_box .desc {
  padding:15px 10px;
  background:#ffffff;
}

#content .main_box .desc h5 a {
  color:#eb245d;
}

#content .main_box .desc h5 a:hover {
  color:#c52754;
}

#content .main_box .desc p {
  font-size:14px;
  line-height:16px;
  color:#000000;
  padding:7px 0 14px 0;
}
#content .main_box .desc .price, #content .main_box .box_1 .product-details .price {
  font-size:16px;
  line-height:20px;
  color:#282827;
  font-weight:700;
}
#content .main_box .desc .price span.compare-price, #content .main_box .box_1 .product-details span.compare-price {
  color:#cccccc;
  text-decoration: line-through;
  margin-left:5px;
  font-size:14px;
  font-weight:400;
}
#content .main_box .box_1 .product-image {
  position:relative;
}
#content .main_box .box_1 .overlay {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(3, 50, 68, 0.1);
  opacity:0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#content .main_box .box_1 a.cart_btn_1, #content .main_box .box_1 input.cart_btn_1, #content .main_box .box_1 a.more_btn {
  margin: -100px auto 10px;
  width:80%;
  max-width:200px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#content .main_box .box_1 a.info_btn {
  width: 80%;
  max-width: 200px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  font-weight:700;
  background: #00ac1a;
  border-radius: 18px;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#content .submit-form a.info_btn, #content .cart_c .cart_btn a.info_btn, #content .submit-form input.info_btn, #content .frm .frm_bot input.info_btn {
  width: auto;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  display: inline-block;
  padding:0 20px;
  margin:0 0 0 10px;
  font-weight:700;
  background: #00ac1a;
  text-decoration:none;
  border-radius: 18px;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#content .submit-form input.info_btn {
  margin-top:20px;
}
#content .main_box .box_1 a.info_btn:hover, #content .submit-form input.info_btn:hover, #content .frm .frm_bot input.info_btn:hover {
  background: #c52754;
}
#content .calculate .btn_c {
  margin:10px auto;
}
#content .cart_c .cart_btn a.info_btn {
  margin:0;
  float:left;
}
#content .cart_c .additional-checkout {
  clear:both;
  float:right;
  margin-top:30px;
}
#content .collection-list .main_box .box_1 a.info_btn {
  width:auto;
  max-width:200px;
}
#content .main_box:hover .overlay {
  opacity:1;
}
#content .main_box:hover a.cart_btn_1, #content .main_box:hover input.cart_btn_1, #content .main_box:hover .box_1 a.more_btn {
  
  margin: 65px auto 10px;
  
}
#content .main_box:hover .box_1 a.more_btn {
  margin: 95px auto 10px;
}
#content a.info_btn, #content .main_box .box_1 a.cart_btn_1, #content .main_box .box_1 input.cart_btn_1, #content .main_box .box_1 a.more_btn {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#content a.info_btn:hover, #content .submit-form a.info_btn:hover, #content .cart_btn a.info_btn:hover {
  background:#c52754;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-decoration:none;
}
#content .main_box .box_1 img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#content .main_box:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#content .main_box .box_1 .product-details {
  margin:30px 0;
  border-left:1px solid #efefef;
  padding-left:30px;
}
#content .main_box .box_1 .product-details p {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 0 14px;
}
#content .main_box .box_1 .product-details .btn_c {
  display:inline-block;
  margin-right:10px;
}
#content .product_c .main_box {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background:#ffffff;
}
#content .product_c .view-grid .main_box:hover {
  /*-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);  */  
}
#content .product_c #featured-products .main_box {
  margin:0 15px 0;
}
#content .product_c .collection-list .main_box {
  margin:0 15px 30px;
}
#content .h_row_4 .carosel {
  padding-top:30px;
}
#content .search_result .main_box {
  margin-bottom:30px;
}
#content .search_result .main_box .box_1 a.info_btn {
  width:auto;
}
#content .search_result .main_box .box_1 {
  background:#fff;
}

.owl-theme .owl-controls .owl-nav {
  position: absolute;
  right: -24px;
  text-align: right;
  top: -60px;
  width: 105px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  width:25px;
  background: #eb245d;
  float:left;
  color: #ffffff;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #c52754;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:focus {
  outline: 1px solid #000 !important;
  outline-offset: 3px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background:#c52754;
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0;
}

#content .h_row_5 {
  margin-top:30px;
  overflow:hidden;
}
#content .h_row_5 h3 {
  line-height:30px;
  float:left;
}

#content .h_row_5 .instafeed {
  list-style:none;
  padding:0;
  margin:30px 0 0;
}
#content .h_row_5 .instafeed img {
  width:100%;
  max-width:100%;
  height:auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=100);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#content .h_row_5 .instafeed img:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=80);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/** Blog **/
#content .title {
  padding:30px 0 25px;
}
#content .title h1, #content .title h2 {
  float:left;
  color:#000000;
}
#product-sample-form_nj #content .title h1{
  display:none;
}
#product-sample-form_tx #content .title h1{
    display:none;
}
#product-sample-form_nj #content ol.breadcrumb{
  display:none;
}
#product-sample-form_tx #content ol.breadcrumb{
  display:none;
}
#content .title .title_right {
  float:right;
}
#content .title .title_right .next-prev {
  margin-top:15px;
}
#content .blog-next-prev {
  margin-top:15px;
  float:right;
}
#content .title .title_right .next-prev a, #content .blog-next-prev a {
  padding:0 5px;
  color: #eb245d;
}
#content .title .title_right .next-prev a:hover, #content .blog-next-prev a:hover {
  color: #c52754;
}
#content .title .title_right .next-prev a .fa, #content .blog-next-prev a .fa {
  padding:0 3px;
}
#content .title .rss {
  width:86px;
  height:35px;
  text-align:center;
  font-size:14px;
  line-height:33px;
  color:#000000;
  font-weight:normal;
  background:url(rounded_box.png) no-repeat center center;
  display:block;
}

#content .title .rss:hover {
  text-decoration:none;
}
#content .title .rss span {
  line-height:35px;
  color:#fc6d22;
  font-size:14px;
  margin-right:8px;
}
#content .blog_c .masonry-post {
  padding-left:0 !important;
}
#content .blog_blk {
  background:#fff;
  position:relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin:0 0 30px 0;
  padding:0;
  border-radius: 5px;
}
#content .blog_blk .box img {
  width:100%;
  height:auto;
}
#content .blog_blk .rounded_box {
  width:76px;
  height:76px;
  border:3px solid #fff;
  border-radius:50%;
  position:absolute;
  bottom:-38px;
  right:20px;
  background:#dcdcdc;
  z-index:5;
}
#content .blog_blk .read-more .btn_c {
  margin: 10px 0 20px 0px;
}
#content .blog_blk .blog_desc_inn {
  padding:25px 0 25px 0;
}
#content .blog_blk .blog_desc_inn h5 {
  margin:0 0 20px 0;
}
#content .blog_blk .blog_desc_inn p {
  font-size:14px;
  line-height:24px;
  color:#000000;
  margin:0;
  padding:0 30px 0 25px;
  font-weight:normal;
  font-style:italic;
  font-family:Georgia, "Times New Roman", Times, serif;
  border-left:4px solid #eb245d;
  position:relative;
}
#content .blog_blk .blog_desc_inn p span.fa-quote-right {
  font-size:24px;
  line-height:28px;
  color:#00ac1a;
  position:absolute;
  top:0px;
  right:0;
}
#content .blog_blk .post_com {
  padding:65px 25px 30px 25px;
  margin:0;
  border-top:1px solid #efefef;
}
#content .blog_blk .post_com .user_img {
  float:left;
  margin:0 25px 0 0;
  float:left;
  width:70px;
  height:70px;
  display:block;
  background:#dcdcdc;
  border-radius:50%;
}
#content .blog_blk .post_com .com_desc {
  overflow:hidden;
}
#content .blog_blk .post_com .com_desc h5 {
  text-transform:none;
}
#content .blog_blk .post_com .com_desc p {
  font-size:14px;
  line-height:21px;
  color:#000000;
  padding:10px 0;
}
#content .blog_blk .post_com .com_desc ul {
  margin:0;
  padding:0;
  display:block;
}
#content .blog_blk .post_com .com_desc ul li {
  float:left;
  margin:0 5px;
  padding:0;
}
#content .blog_blk .post_com .com_desc ul li a {
  width:40px;
  height:40px;
  display:block;
  text-align:center;
  border:1px solid #d7dbdb;
  border-radius:50%;
}
#content .blog_blk .post_com .com_desc ul li a span {
  font-size:18px;
  color:#000000;
  line-height:40px;
}
#content .blog_blk .post_com .com_desc ul li:first-child {
  margin-left:0;
}
#content .blog_blk .post_com .com_desc ul li:last-child {
  margin-right:0;
}
#content .comment_c {
  background:#fff;
  position:relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  padding:0;
  border-radius: 5px;
}
#content .comment_c h5.sub_title {
  padding:0 0 0 25px;
  line-height:50px;
  border-bottom:1px solid #efefef;
}
#content .comment_c h5.sub_title strong {
  font-weight:normal;
  margin-left:14px;
}
#content .comment_c .com_list {
}
#content .comment_c .com_list ul {
  margin:0;
  padding:0;
}
#content .comment_c .com_list ul li {
  margin:0;
  padding:25px 25px 35px 25px;
  border-bottom:1px solid #efefef;
}
#content .comment_c .com_list ul li.comment_replay {
  padding-left:70px;
}
#content .comment_c .com_list ul li .user_img {
  float:left;
  margin:0 30px 0 0;
  width:70px;
  height:70px;
  border-radius:50%;
}
#content .comment_c .com_list ul li .com_desc {
  overflow:hidden;
}
#content .comment_c .com_list ul li h5 {
  float:left;
  margin:0 0 0 0;
  text-transform:none;
}
#content .comment_c .com_list ul li .datetxt {
  font-size:14px;
  line-height:16px;
  color:#000000;
  margin:0;
  padding:0 0 0 22px;
  float:left;
}
#content .comment_c .com_list ul li .fa {
  font-size: 14px;
  line-height: 16px;
  color: #d7dbdb;
  margin-right: 6px;
}
#content .comment_c .com_list ul li .replay {
  font-size:14px;
  line-height:16px;
  color:#000000;
  margin:0;
  padding:0;
  float:right;
}
#content .comment_c .com_list ul li p {
  font-size:14px;
  line-height:21px;
  color:#000000;
  font-weight:normal;
  padding:10px 0 0 0;
  margin:0;
}
#content .frm {
  padding:0 25px 30px 25px;
}
#content .sfbox .frm {
  padding:0;
}
#content .frm .lbltxt, #content .sidebar .lbltxt {
  font-size:14px;
  line-height:16px;
  color:#000000;
  padding:24px 0 13px 0;
  font-weight:700;
  font-weight:normal;
}
#content .box-registration .lbltxt, #content .box-login .lbltxt {
  padding:20px 0 0 0;
}
#content .box-registration .btn_c, #content .box-login .btn_c, #content .box-login a.info_btn {
  margin:30px 0 15px;
}
#content .box-login a.info_btn {
  margin-left:10px;
}
#content #recover_password p.recover-notice {
  padding:10px 0;
  font-size:14px;
  line-height:21px;
  color:#000000;
}
#content .sfbox .sign-in {
  margin-top:37px;
}
#content .sidebar .lbltxt {
  padding:0 0 5px 0;
}
#content .frm .txtbox, #content .sidebar .txtbox {
  width:100%;
  border:1px solid #555;
  height:30px;
  display:block;
  padding:0 15px;
  border-radius:15px;
  margin:0;
  font-size:14px;
  color:#000000;
  font-weight:400;
}
#content textarea {
  width:100%;
  border:1px solid #d7dbdb;
  height:100px;
  display:block;
  padding:15px;
  border-radius:15px;
  margin:0 0 24px 0;
  font-size:14px;
  color:#000000;
  font-weight:400;
}
#content .order_notes textarea {
  margin:0;
}
#content .frm .req {
  color:#fb5700;
  font-size:14px;
  font-weight:700;
  margin-left:4px;
}
#content .frm .btn_c {
  float:left;
  margin:0;
}
.clear_btn {
  border:2px solid #d7dbdb;
  text-align:center;
  border-radius:18px;
  font-size:14px;
  line-height:36px;
  color:#000000;
  width:auto;
  padding:0 15px;
  height:40px;
  display:block;
  float:left;
  cursor:pointer;
  font-weight:900;
}
.box-activate-account input.clear_btn {
  margin-left:10px;
}
.box-activate-account input.btn_c, .box-activate-account input.clear_btn {
  margin-top:20px;
}
.clear_btn {
  background:#fff;
}
.clear_btn:hover {
  background:#f6f2f2;
}
.clear_btn:active {
  background:#f6f2f2;
}
#content .frm .reqired,
.pickup-wrapper #pickup-details .required,
form .required {
  color:#9d3600;
  font-size:14px;
  font-weight:700;
  line-height:40px;
  float:right;
  display:block;
}

.pickup-wrapper #pickup-details .required,
form .required {
  float: none;
}
  
#content .frm .frm_bot p {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  margin: 0;
  padding-bottom: 15px;
}
#content .box-search .frm .txtbox {
  height:40px;
  margin-right:10px;
} 
#content .tag_c {
  padding:15px 25px 15px 25px;
  border-top:1px solid #efefef;
}
#content .tag_c ul,
#content .tag_c .article-date{
  margin:0;
  padding:0;
  float:left;
}
#content .tag_c ul li,
#content .tag_c .article-date{
  font-size:14px;
  line-height:30px;
  color:#000000;
  padding:0 22px 0 0;
  display:block;
  float:left;
}
#content .tag_c ul li:last-child,
#content .tag_c .article-date{
  padding-right:0;
}
#content .tag_c ul li a {
  display:block;
  float:left;
  color:#000000;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#content .tag_c ul li a:hover {
  color: #eb245d;
}
#content .tag_c ul li span,
#content .tag_c .article-date span,
#content .tag_c .tags-heading-wrapper span{
  display:block;
  float:left;
}
#content .tag_c ul li span.fa,
#content .tag_c .article-date span.fa,
#content .tag_c .tags-heading-wrapper span.fa{
  font-size:14px;
  line-height:30px;
  color:#d7dbdb;
  margin-right:7px;
}
#content .tag_c .tags-heading-wrapper{
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
#content ul.article-tags-wrapper li {
  padding: 0 !important;
}
#content .tag_c ul li a.tag {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding:0 15px;
  font-size:14px;
  line-height:30px;
  color:#282727;
  display:block;
  float:left;
  margin:0 0 5px 12px;
  background:#f3f6f6;
  border-radius:15px;
}
#content .tag_c ul li a.tag:hover {
  background:#eb245d;
  color:#ffffff;
}
#content .tag_c ul li a.tag:hover {
  text-decoration:none;
}
#content .tag_c a.share {
  float:right;
  font-size:14px;
  line-height:30px;
  color:#000000;
}
#content .tag_c a.share:hover {
  color: #2a6496;
}
#content .tag_c a.share span.fa {
  font-size:14px;
  line-height:30px;
  color:#d7dbdb;
  margin-right:7px;
}
/* #content .blog_c .page_c {
  margin-top:30px;
} */
#content .page_c a.prev {
  width:121px;
  height:50px;
  font-size:14px;
  line-height:50px;
  text-align:center;
  color:#000000;
  font-weight:600;
  display:block;
  float:left;
}
#content .page_c a.next {
  width:121px;
  height:50px;
  font-size:14px;
  line-height:50px;
  text-align:center;
  color:#000000;
  font-weight:600;
  display:block;
  float:right;
}
#content .page_c a.prev:hover {
  color:#eb245d;
}
#content .page_c a.next:hover {
  color:#eb245d;
}
#content .page_c a.prev span.fa {
  font-size:14px;
  line-height:50px;
  margin-right:8px;
}
#content .page_c a.prev:hover span.fa {
  color:#eb245d;
}
#content .page_c a.next span.fa {
  font-size:14px;
  line-height:50px;
  margin-left:8px;
}
#content .page_c a.next:hover span.fa {
  color:#eb245d;
}
#content .page_c ul {
  margin:0;
  padding:0;
  display:block;
  float:left;
}
#content .page_c ul li {
  margin:0;
  padding:0;
  display:block;
  width:44px;
  float:left;
  text-align:center;
  border-left:1px solid #efefef;
}
#content .page_c ul li a,
#content .page_c ul li .active-page{
  font-size:14px;
  line-height:50px;
  color:#000000;
  display:block;
  font-weight:600;
}
#content .page_c ul li.active a, 
#content .page_c ul li a:hover,
#content .page_c ul li .active-page{
  color:#eb245d;
}
#content .page_c ul li:last-child {
  border-right:1px solid #efefef;
}
#content .page_c a:hover {
  text-decoration:none;
}


/*----------------
SideBar
-----------------*/


.sidebar .side_box {
  position: relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  background:#fff;
  margin:0 0 30px 0;
  padding:0;
  border-radius:5px;
}
.sidebar h5 {
  padding:15px 25px;
  line-height:20px;
  margin:0;
  border-bottom:1px solid #efefef;
}
.sidebar h6 {
  padding:15px 25px 10px;
  line-height:14px;
  font-size:14px;
  font-weight:700;
  margin:0;
}
.sidebar .side_box ul {
  margin:0;
  padding:0;
}
.sidebar .side_box ul li {
  margin:0;
  padding:7px 15px 7px 15px;
  display:block;
}
.sidebar .side_box ul li a {
  margin:0;
  padding:0 0;
  display:inline-block;
  font-size:12px;
  line-height:21px;
  color:#4e4e4e;
  font-weight:normal;
}
.sidebar .side_box ul li div.post_detail a {
  color:#eb245d;
}
.sidebar .side_box ul li div.post_detail a:hover {
  color:#c52754;
}
.sidebar .side_box ul li a:hover {
  color:#c52754;
}
.sidebar .side_box ul li.active a {
  font-weight:900;
}
.sidebar .side_box ul li:nth-child(odd) {
  background:#fff;
}
.sidebar .side_box ul li:nth-child(even) {
  background:#fafafa;
}
.sidebar .side_box ul li:last-child {
  border-radius:0px 0px 5px 5px;
}
.sidebar .side_box_2 ul li {
  padding:15px 15px 15px 15px;
  overflow:hidden;
}
.sidebar .side_box_2 ul li .post_img {
  float:left;
  margin:0 10px 0 0;
}
.sidebar .side_box_2 ul li .post_img img {
  width:50px;
  height:auto;
  border-radius:5px;
}
.sidebar .side_box_2 ul li .post_detail {
  float:left;
  width:150px;
}
.sidebar .side_box_2 ul li .post_detail span.price {
  color:#282827;
  padding:0;
}
.sidebar .side_box_2 ul li .post_detail span.date {
  color:#000000;
}
.sidebar .side_box_2 ul li .post_detail span.compare-price {
  color:#ccc;
  text-decoration: line-through;
  padding:0;
}
.sidebar .side_box_2 ul li a {
  font-weight:700;
  overflow:hidden;
}
.sidebar .side_box_3 ul {
  padding: 0 15px 15px 15px;
  display:block;
  float:left;
  width:100%;
}
.sidebar .side_box_3 ul li {
  padding:15px 5px 0 0;
  float:left;
  background:none;
}
.sidebar .side_box_3 ul li:nth-child(even) {
  background:none;
}
.sidebar .side_box_3 ul li:nth-child(odd) {
  background:none;
}
.sidebar .side_box_3 ul li a, .sidebar .side_box_3 ul li span.active-tag {
  line-height:30px;
  margin:0;
  padding:0 11px;
  display:block;
  color:#282827;
  background:#f3f6f6;
  border-radius:15px;
  font-size:11px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sidebar .side_box_3 ul li span.active-tag {
  background:#eb245d;
  color:#ffffff;
  font-size:14px;
}
.sidebar .side_box_3 ul li a:hover {
  background: none repeat scroll 0 0 #eb245d;
  color: #ffffff;
  text-decoration:none;
}
.sidebar_1 h5 a {
  color:#000000;
  display:block;
  background:url(arrow_down.png) no-repeat right center;
}
.sidebar_1 h5.active a {
  background:url(arrow_up.png) no-repeat right center;
}
.sidebar .price {
  padding:12px 15px;
}
.sidebar .price .txtbox {
  width: 74px;
  border: 1px solid #d7dbdb;
  height: 30px;
  display: block;
  padding: 0 15px;
  border-radius: 15px;
  margin: 0;
  font-size: 14px;
  color: #4e4e4e;
  float:left;
  text-align:center;
  font-weight:400;
}
.sidebar .price span.to {
  display:block;
  font-size:14px;
  line-height:30px;
  color:#000000;
  font-weight:normal;
  text-align:center;
  width:29px;
  float:left;
}
.sidebar .price .price_bar {
  padding: 25px 0 10px;
}
.sidebar .price .price_bar img {
  max-width:100%;
  height:auto;
}

.sidebar .col_box ul li span {
  width:10px;
  height:10px;
  display:inline-block;
  border-radius:50%;
  margin:0 8px 0 0;
  background:#eb245d;
}
.sidebar .col_box ul li.active {
  border:1px solid #eb245d;

}
.sidebar .col_box ul li.purple span {
  background:#a637ec;
}
.sidebar .col_box ul li.blue span {
  background:#37bbec;
}
.sidebar .col_box ul li.green span {
  background:#8dc838;
}
.sidebar .col_box ul li.yellow span {
  background:#fbcf00;
}
.sidebar .col_box ul li.orange span {
  background:#fb5700;
}
.sidebar .col_box ul li.red span {
  background:#fb0000;
}
.sidebar .col_box ul li.grey span {
  background:#dfdfdf;
}
.sidebar .col_box ul li.black span {
  background:#252525;
}
.sidebar .col_box ul li.white span {
  background:#fff;
  border:1px solid #c9c9c9;
}
.sidebar .col_box ul li.all span {
  background:url(multicolor.png) no-repeat center center;
}
.sidebar .cat_box h2 {
  color:#fff;
  font-weight:normal;
  margin:0;
  padding:0;
}
.sidebar .cat_box h5 {
  line-height:21px;
  color:#ffffff;
  border:none;
  padding:0;
  margin:0;
}
.sidebar .cat_box .down_btn {
  width:110px;
  height:40px;
  display:block;
  border-radius:5px;
  border:2px solid #fff;
  text-align:center;
  font-size:13px;
  line-height:36px;
  font-weight:900;
  color:#fff;
  margin:65px 0 0 0;
  padding:0;
}

.sidebar p {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .sidebar .collection-filters {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sidebar .toggle-filters {
    display: none;
  }
}
.sidebar .advanced-filters {
  margin-bottom: 10px !important;
}
.sidebar .advanced-filters a {
  display: block !important;
  position: relative !important;
  padding-left: 20px !important;
}
.sidebar .advanced-filters a:before, .advanced-filters a:after {
  content: '';
  display: block;
  position: absolute;
}
.sidebar .advanced-filters a:before {
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #ececec;
}
.sidebar .advanced-filters a:after {
  top: 9px;
  left: 3px;
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.sidebar .advanced-filters a:hover:after {
  background-color: #ececec;
}
.sidebar .advanced-filter.active-filter a:after {
  background-color: #000;
}
.sidebar .advanced-filter.active-filter a:hover:after {
  content: '\78';
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #000;
  font-size: 8px;
  text-align: center;
  color: #fff;
  font-family: "icons";
  line-height: 12px;
  speak: none;
}

/*----------------
Cart
-----------------*/

#content .sidebar .shipping-calculator {
  padding:15px;
}

#content .sidebar .sbOptions{
  max-height:400px !important;
  overflow:auto !important;
}

#content .cart_list ul {
  margin:0;
  padding:0;
}
#content .cart_list ul li {
  margin:0;
  padding:0 44px 0 30px;
  display:block;
  background:url(circle_bg_2.png) no-repeat right center;
  float:left;
}
#content .cart_list ul li span {
  margin:0;
  padding:0;
  display:block;
  width:36px;
  height:36px;
  text-align:center;
  font-size:16px;
  line-height:34px;
  color:#000000;
  background:url(circle_bg.png) no-repeat center center;
  font-weight:900;
}
#content .cart_list ul li:last-child {
  padding-right:0;
  background:none;
}
#content .cart_list ul li:last-child span {
}
#content .cart_list ul li.active span {
  background:url(circle_active_bg.png) no-repeat center center;
}
#content .cart_list ul li.active span {
  color:#ffffff;
}
#content .cart_list ul li.complete span {
  background:url(com_circle.png) no-repeat center center;
}

#content .cart_bot {
  padding:30px 0 0 0;
}
#content .cart_tbl {
  background:#fff;
  position:relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin:0 0 0 0;
  padding:0;
  border-radius:5px;
}
#content .cart_tbl .title_row {
  display:table;
  width:100%;
  margin:0;
  padding:0;
}
#content .cart_tbl .title_row ul {
  margin:0;
  padding:0;
}
#content .cart_tbl .title_row ul li,
#content .cart_tbl .cart-page-table th{
  font-size:14px;
  line-height:20px;
  color:#000000;
  margin:0;
  font-weight:700;
}
#content .cart_tbl ul,
#content .cart_tbl .total_row .cart-total {
  margin:0;
  padding:0;
  display:table-row;
  width:100%;
}
#content .cart_tbl ul li,
#content .cart_tbl .title_row .table-row,
#content .cart_tbl .total_row .cart-total .cart-total_total,
  #content .cart_tbl .total_row .cart-total .cart-refresh-btn {
  margin:0;
  padding:15px 0;
  display:table-cell;
  overflow:hidden;
  border-bottom:1px solid #efefef;
  vertical-align:top;
}
#content .cart_tbl ul li:nth-child(1),
#content .cart_tbl .cart-page-table .table-row:nth-child(1){
  width:15%;
  padding-left:20px;
}
#content .cart_tbl ul li:nth-child(2),
#content .cart_tbl .cart-page-table .table-row:nth-child(2) {
  width:30%;
}
#content .cart_tbl ul li:nth-child(3),
#content .cart_tbl .cart-page-table .table-row:nth-child(3) {
  width:20%;
}
#content .cart_tbl ul li:nth-child(4),
#content .cart_tbl .cart-page-table .table-row:nth-child(4) {
  width:20%;
  padding-right:20px;
}
#content .cart_tbl .con_row {
  display:table;
  margin:0;
  padding:0;
  width:100%;
}
#content .cart_tbl ul li .thumb,
#content .cart_tbl .cart-page-table .thumb{
  width:80px;
  height:auto;
  padding:4px;
  border:1px solid #efefef;
}
#content .cart_tbl .cart-page-table .thumb{
  display: block;
}
#content .cart_tbl ul li .thumb span,
#content .cart_tbl .cart-page-table .thumb span {
  display:block;
  width:100%;
  height:100%;
  background:#dcdcdc;
}
  
#content .cart_tbl ul li .thumb span img,
#content .cart_tbl .cart-page-table .thumb span img{
  width:100%;
  height:auto;
}
#content .cart_tbl ul li .minus_btn,
#content .cart_tbl .cart-page-table .minus_btn{
  width:30px;
  height:30px;
  border:1px solid #d7dbdb;
  border-right:none;
  border-radius:13px 0px 0px 13px;
  display:block;
  background:url(minus.png) no-repeat center center;
  float:left;
  cursor: pointer;
}
#content .cart_tbl ul li .txtbox,
#content .cart_tbl .cart-page-table .txtbox{
  width:42px;
  height:30px;
  border:1px solid #d7dbdb;
  text-align:center;
  font-size:14px;
  color:#000000;
  padding:0 5px;
  font-weight:900;
  float:left;
  display:block;
}
#content .cart_tbl ul li .plus_btn,
#content .cart_tbl .cart-page-table .plus_btn{
  width:30px;
  height:30px;
  border:1px solid #d7dbdb;
  text-align:center;
  border-radius:0px 13px 13px 0;
  display:block;
  background:url(plus.png) no-repeat center center;
  float:left;
  border-left:none;
  cursor: pointer;
}
#content .cart_tbl ul li .price,
#content .cart_tbl .cart-page-table .price{
  font-size:14px;
  color:#000000;
  font-weight:900;
  margin:0;
  padding:0;
  line-height:30px;
  float:left;
}
#content .cart_tbl ul li .total-price,
#content .cart_tbl .cart-page-table .total-price,
  #content .cart_tbl .cart-total .total-price {
  font-size:14px;
  color:#000000;
  font-weight:900;
  margin:0 0 0 10px;
  padding:0;
  line-height:30px;
}
#content .cart_tbl ul li .del_btn,
#content .cart_tbl .cart-page-table .del_btn{
  width:30px;
  height:30px;
  display:block;
  float:right;
  background:url(delete_icon.png) no-repeat center center;
  cursor: pointer;
}
#content .cart_tbl ul li h5,
#content .cart_tbl .cart-page-table h5{
  line-height:30px;
}
#content .cart_tbl ul li h5 a,
#content .cart_tbl .cart-page-table h5 a{
  color:#eb245d;
}
#content .cart_tbl ul li h5 a:hover,
#content .cart_tbl .cart-page-table h5 a:hover{
  color:#c52754;
}
#content .cart_tbl ul li p, 
#content .cart_tbl .cart-page-table p,
#content .cart_tbl p {
  font-size:12px;
  line-height:20px;
  color:#000000;
  font-weight:normal;
  margin:0;
  padding:0;
}
#content .cart_tbl .total_row {
  display:table;
  margin:0;
  padding:0;
  width:100%;
}
#content .cart_tbl .total_row ul,
#content .cart_tbl .total_row .cart-total {
  background:#fafafa;
}
#content .cart_tbl .total_row ul li,
#content .cart_tbl .total_row .cart-total .cart-total_total,
#content .cart_tbl .total_row .cart-total .cart-refresh-btn {
  padding:20px 0;
}
#content .cart_tbl .total_row ul li:nth-child(1),
#content .cart_tbl .total_row .cart-total .cart-total_total {
  text-align:right;
  width:100%;
  padding-right:20px;
}
#content .cart_tbl .total_row ul li:nth-child(2),
#content .cart_tbl .total_row .cart-total .refresh_btn {
  padding-right:20px;
  width:50px;
}
#content .cart_tbl .total_row ul li p,
#content .cart_tbl .total_row .cart-total {
  line-height:30px;
}
#content .cart_tbl .total_row ul li span.total_val,
#content .cart_tbl .total_row ul li .total_val,
#content .cart_tbl .total_row .cart-total .total_val {
  font-size:14px;
  line-height:30px;
  color:#000000;
  font-weight:900;
  margin:0;
  padding:0;
  display: inline-block;
}
#content .cart_tbl .total_row ul li button.refresh_btn,
#content .cart_tbl .total_row button.refresh_btn {
  width:30px;
  height:30px;
  display:block;
  float:right;
  background:url(refresh.png) no-repeat center center;
  cursor: pointer;
}
#content .cart_tbl .empty-cart-message {
  padding:25px 15px;
}
#content .cart_tbl .empty-cart-message p {
  font-size:14px;
  line-height:21px;
  color:#000000;
  text-align:center;
}
#content .cart_btn {
  padding:25px 15px;
}
#content .cart_btn a.back_btn, .submit-form a.back_btn, .reset-password a.back_btn {
  width:170px;
  height:40px;
  background:#fff;
  text-align:center;
  border:2px solid #d7dbdb;
  display:block;
  float:left;
  font-size:14px;
  line-height:38px;
  color:#000000;
  font-weight:900;
  border-radius:18px;
  margin:0;
  padding:0;
}
#content .cart_btn a.info_btn .fa, .add-address a.btn_c .fa {
  color:#ffffff;
  font-size:14px;
  line-height:38px;
  margin-right:9px;
}
#content .cart_btn button.next_btn {
  max-width:200px;
  height:40px;
  background:#eb245d;
  text-align:center;
  border:none;
  display:block;
  float:right;
  font-size:14px;
  line-height:40px;
  color:#ffffff;
  font-weight:700;
  border-radius:18px;
  margin:0;
  padding:0 20px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#content .cart_btn button.next_btn:hover {
  background:#c52754;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#content .cart_btn a.next_btn .fa {
  font-size:14px;
  line-height:40px;
  color:#ffffff;
  margin-left:9px;
}
#content .ship_frm_c {
  background:#fff;
  position:relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin:0 0 0 0;
  padding:0;
  border-radius:5px;
}
#content .ship_frm {
  padding:10px 15px 10px 15px;
  border-bottom:1px solid #efefef;
}
#content .ship_frm .reqired {
  float:none;
  padding:24px 0 13px 0;
  line-height:16px;
}
#content .ship_frm .rad_btn {
  vertical-align:middle;
  margin:0 9px 0 0;
}

/*----------------
Slider
-----------------*/

#content .slider {
  padding:40px 0 30px 0;
  position:relative;
  margin:0 0 20px 0;
  border-bottom: 1px solid #d7dbdb;
  box-shadow: 0 1px 1px #fff;
}
#content .slider .slider_img {
  float:right;
  margin:0 0 0 40px;
  width:500px;
}
#content .slider .slider_desc {
  overflow:hidden;
  position:relative;
}
#content .slider .slider_desc h1 {
  margin:0;
  padding:30px 0 35px 0;
}
#content .slider .slider_desc p {
  font-size:18px;
  line-height:30px;
  color:#4e4e4e;
  font-weight:normal;
  margin:0;
  padding:0 0 60px 0;
}
#content .slider .slider_desc a.btn_c {
  margin:5px 0 0 0;
  float:left;
}
#content .slider .slider_desc .price_c {
  float:right;
}
#content .slider .slider_desc .price_c .old_price {
  font-size:24px;
  color:#eb245d;
  display:inline-block;
  text-decoration:line-through;
}
#content .slider .slider_desc .price_c .new_price {
  font-size:50px;
  line-height:50px;
  color:#000000;
  font-weight:300;
  display:inline-block;
}
#content .slider .slider_nav {
  position:absolute;
  left:0;
  bottom:30px;
}
#content .slider .slider_nav ul {
  margin:0;
  padding:0;
  display:block;
}
#content .slider .slider_nav ul li {
  margin: 0 5px;
  padding: 0;
  float: left;
  display: block;
}
#content .slider .slider_nav ul li a {
  width: 18px;
  height: 18px;
  display: block;
  background: url(banner_nav.png) no-repeat center center;
}
#content .slider .slider_nav ul li.active a, #content .slider .slider_nav ul li a:hover {
  background: url(banner_nav_active.png) no-repeat center center;
}

/*----------------
Collection / Product
-----------------*/

#content .product_c {
  position:relative;
}
#content .filter_c {
  position:absolute;
  top:-75px;
  right:2rem;
}
#content .filter_c span:not(.view-icon),
#content .filter_c label {
  display:block;
  float:left;
  font-size:14px;
  line-height:35px;
  color:#898989;
  font-weight:700;
  padding:0 10px 0 20px;
  margin:0;
}
#content .filter_c .select_box {
  display:block;
  float:left;
}
#content .filter_c .sel_1 {
  width:85px;
}
#content .filter_c .sel_2 {
  width:170px;
}
#content .filter_c .collection-view {
  margin-left:10px;
}
#content .collection-view a i,
#content .collection-view .change-view .view-icon{
  color:#eb245d;
}
#content a.backtocate {
  display:block;
  width:151px;
  height:36px;
  font-size:14px;
  line-height:33px;
  color:#000000;
  font-weight:900;
  text-align:center;
  background:url(back_to_catalog.png) no-repeat center center;
  cursor: pointer;
}
#content a.backtocate .fa {
  font-size:14px;
  line-height:34px;
  color:#eb245d;
  margin:0 8px 0 0;
}
#content .pro_main_c .slider_1 {
  padding:20px 15px;
  background: #fff;
  position: relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin: 0 0 30px 0;
  border-radius: 5px;
}
#content .pro_main_c .slider_1 #large-image img {
  width:100%;
  height:auto;
}
#content .pro_main_c .slider_1 #thumbs img {
  border: 1px solid #efefef;
  width: 95px;
  height: 95px;
  border-radius: 5px;
}
#content .pro_main_c .slider_1 #thumbs .synced img {
  border:3px solid #00ac1a;
}
#content .pro_main_c .slider_1 .main_thumb {
}
#content .pro_main_c .slider_1 .slider_1_nav {
  float:right;
}
#content .pro_main_c .slider_1 .slider_1_nav ul {
  margin:0;
  padding:0;
  display:block;
}
#content .pro_main_c .slider_1 .slider_1_nav ul li {
  border:1px solid #efefef;
  padding:4px;
  display:block;
  margin:0 0 5px 0;
  cursor:pointer;
}
#content .pro_main_c .slider_1 .slider_1_nav ul li:last-child {
  margin-bottom:0;
}
#content .pro_main_c .slider_1 .slider_1_nav ul li.active, #content .pro_main_c .slider_1 .slider_1_nav ul li:hover {
  border:1px solid #00ac1a;
}
#content .pro_main_c .slider_1 .slider_1_nav ul li .small_thumb {
  background:#dcdcdc;
  width:50px;
  height:50px;
  display:block;
}
#content .pro_main_c .desc_blk {
  background: #fff;
  position: relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin: 0 0 30px 0;
  border-radius: 5px;
  padding:0;
}
#content .pro_main_c .desc_blk h5 {
  line-height:20px;
  padding:15px 15px;
  border-bottom:1px solid #efefef;
}
#content .pro_main_c .desc_blk .desc_blk_bot {
  background:#fafafa;
  padding:15px 15px;
}
#content .pro_main_c .desc_blk .desc_blk_bot .qty {
  float:left;
  margin:5px 25px 0 0;
}
.desc_blk .input-qty-box {
  float: left;
  margin: 5px 20px 0 0;
}
.input-qty-box li {
  display: inline-block;
  float: left;
  vertical-align: top;
}
.input-qty-box .range {
  margin:0;
  padding:0;
}
#quantity_wanted {
  margin: 0 !important;
  padding: 0;
}
.item.minus a {
  border: 1px solid #d7dbdb;
  border-radius: 10px 0 0 10px;
  font-size: 20px !important;
  padding: 2px 10px;
  position: relative;
  top: 1px;
}
.item.plus a {
  border: 1px solid #d7dbdb;
  border-radius: 0 10px 10px 0;
  font-size: 20px !important;
  padding: 2px 10px;
  position: relative;
  top: 1px;
}
.input-qty-box #quantity_wanted {
  border-left:0 !important;
  border-right:0 !important;
  border-top: 1px solid #d7dbdb !important;
  border-bottom: 1px solid #d7dbdb !important;
  color: #000000;
  font-size: 14px;
  height: 30px;
  text-align: center;
  width: 43px;
}
#content .pro_main_c .desc_blk .desc_blk_bot .plus_btn {
  width: 30px;
  height: 30px;
  border: 1px solid #d7dbdb;
  text-align: center;
  border-radius: 0px 13px 13px 0;
  display: block;
  background: url(plus.png) no-repeat center center;
  float: left;
  border-left: none;
  cursor: pointer;
}
#content .pro_main_c .desc_blk .desc_blk_bot .minus_btn {
  width: 30px;
  height: 30px;
  border: 1px solid #d7dbdb;
  border-right: none;
  border-radius: 13px 0px 0px 13px;
  display: block;
  background: url(minus.png) no-repeat center center;
  float: left;
  cursor: pointer;
}
#content .pro_main_c .desc_blk .desc_blk_bot .txtbox {
  width: 42px;
  height: 30px;
  border: 1px solid #d7dbdb;
  text-align: center;
  font-size: 14px;
  color: #000000;
  padding: 0 5px;
  font-weight:900;
  float: left;
  display: block;
}
.selector-wrapper {
  margin: 0 25px 10px 25px;
}

.quick-view-panel .selector-wrapper {
  margin: 10px 0;
}

.selector-wrapper select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.selector-wrapper select:focus {
  box-shadow: none;
  outline: 0 none;
  border-color:#eb245d;
}

.selector-wrapper label {
  font-size:1.1em;
  margin-right:5px;
  margin-left:5px;
}
#content .pro_main_c .desc_blk .desc_blk_bot a.btn_c, input#addToCart.btn_c, .add-address .btn_c {
  margin:0;
  float:right;
}
.add-address a.btn_c {
  max-width:250px;
  margin:0 10px 0 0;
}
.submit-form {
  margin-bottom:40px;
}
.submit-form .btn_c {
  float:left;
  margin:0;
}
.submit-form p {
  margin:20px 0;
}
.submit-form a.back_btn {
  width:100px;
  height:40px;
  background:#fff;
  text-align:center;
  border:2px solid #d7dbdb;
  display:block;
  float:left;
  font-size:14px;
  line-height:38px;
  color:#000000;
  font-weight:900;
  border-radius:18px;
  margin:0 0 20px 5px;
  padding:0;
}
.submit-password a.back_btn {
  margin-top:31px;
}
#content .pro_main_c .desc_blk .desc_blk_bot .price {
  font-size:20px;
  line-height:40px;
  color:#000000;
  margin:0;
  padding:0;
  display:block;
  float:left;
}
#content .pro_main_c .desc_blk .desc_blk_bot .price span#comparePrice {
  font-size:16px;
  color:#cccccc;
  text-decoration: line-through;
  margin-left:10px;
}
#content .pro_main_c .desc_blk .review_row {
  padding:22px 15px;
  margin:0;
}
#content .pro_main_c ul.start_list, span.spr-badge {
  margin:7px 0 0;
  padding:0;
  display:block;
  float:left;
  color:#000000;
}
.spr-badge-caption {
  color:#000000;
}

#content .pro_main_c ul.start_list li {
  margin:0 2px 0 0;
  padding:0;
  display:block;
  float:left;
  font-size:14px;
  color:#d7dbdb;
  line-height:16px;
}
#content .pro_main_c ul.start_list li.active {
  color:#00ac1a;
}
#content .pro_main_c ul.start_list li:last-child {
  margin-right:0;
}
#content .pro_main_c .desc_blk .review_row .total_rew {
  font-size:14px;
  line-height:16px;
  color:#000000;
  padding:0 16px 0 5px;
  border-right:1px solid #d7dbdb;
  display:block;
  float:left;
}
#content .pro_main_c .desc_blk .review_row a.add_rew {
  font-size:14px;
  line-height:16px;
  color:#eb245d;
  margin:0 0 0 16px;
  padding:0;
  display:block;
  float:left;
}
#content .pro_main_c .desc_blk .review_row div.share, #content .tag_c div.share {
  display:block;
  float:right;
  font-size:14px;
  line-height:16px;
  color:#000000;
  font-weight:700;
}
#content .pro_main_c .desc_blk .review_row div.share .fa-share-square-o, , #content .tag_c div.share .fa-share-square-o {
  margin-right:7px;
  font-size:14px;
  line-height:16px;
  color:#d7dbdb;
}
#content .pro_main_c .desc_blk .review_row div.share span:not(.fa-social-icon), 
#content .tag_c div.share span:not(.fa-social-icon) {
  border:1px solid #000000;
  padding:10px 16px 0 0;
}
#content .pro_main_c .desc_blk .review_row div.share div.social-sharing, #content .tag_c div.share div.social-sharing {
  float:right;
}
#content .pro_main_c .desc_blk .review_row div.share div.social-sharing ul, #content .tag_c div.share div.social-sharing ul {
  margin:0;
  padding:0;
}
#content .pro_main_c .desc_blk .review_row div.share div.social-sharing ul li, #content .tag_c div.share div.social-sharing ul li {
  list-style:none;
  display:inline;
  padding:0;
}
#content .pro_main_c .desc_blk .review_row div.share div.social-sharing ul li a, #content .tag_c div.share div.social-sharing ul li a {
  background: #757575;
  color: #fff;
  display: inline-block;
  font-size: 1.3333em;
  height: 32px;
  line-height: 32px;
  margin-right: 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
  text-align:center;
}
#content .pro_main_c .desc_blk .review_row div.share div.social-sharing ul li a:hover, #content .tag_c div.share div.social-sharing ul li a:hover {
  background: #eb245d;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
  
.social-sharing a {
  background: #757575;
}

.social-sharing a:hover {
  background: #eb245d;
}
  
#content .tabing {
  background: #fff;
  position: relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin: 0 0 30px 0;
  border-radius: 5px;
  padding:0;
}
#content .tabing .tab-content {
  padding:0;
}
#content .tabing .nav > li > a {
  font-size:16px;
  line-height:20px;
  color:#000000;
  font-weight:900;
  padding: 15px 15px;
  text-transform:uppercase;
  border-radius:0;
  border-top:none;
}
#content .tabing .nav-tabs > li.active > a, #content .tabing .nav-tabs > li.active > a:hover, #content .tabing .nav-tabs > li.active > a:focus {
  border:1px solid #efefef;
  border-bottom-color: transparent;
  border-radius:0;
  border-top: 1px solid #E3E3E3;
  color:#000000;
}
#content .tabing .nav > li > a span {
  font-size:14px;
  line-height:20px;
  color:#eb245d;
  margin:0 0 0 10px;
}
#content .tabing .nav-tabs > li.active:first-child > a {
}
#content .tabing .nav-tabs > li.active:first-child > a, #content .tabing .nav-tabs > li.active:first-child > a:hover, #content .tabing .nav-tabs > li.active:first-child > a:focus {
  border-left:none;
}
#content .tabing .tab-content h5 {
  text-transform:none;
}
#content .tabing .tab-content .rew_blk {
  padding:0 0 28px 0;
}
#content .tabing .tab-content .rew_blk .top_row {
  padding:13px 0;
}
#content .tabing .tab-content .rew_blk .date {
  font-size:14px;
  line-height:16px;
  color:#000000;
  margin:0 20px 0 0;
  padding:0 20px 0 0;
  display:block;
  float:left;
}
#content .tabing .tab-content .rew_blk .date .fa-calendar {
  font-size:14px;
  line-height:16px;
  color:#d7dbdb;
  margin:0 7px 0 0;
}
#content .tabing .tab-content .rew_blk .user {
  font-size:14px;
  line-height:16px;
  color:#000000;
  margin:0;
  padding:0;
  display:block;
  float:left;
}
#content .tabing .tab-content .rew_blk .user:hover {
  color:#eb245d;
}
#content .tabing .tab-content .rew_blk .user .fa-user {
  font-size:14px;
  line-height:16px;
  color:#d7dbdb;
  margin:0 7px 0 0;
}
#content .tabing .tab-content .rew_blk ul.start_list {
  float:right;
}
#content .tabing .tab-content .rew_blk p, #content .tabing .tab-content p {
  font-size:14px;
  line-height:21px;
  color:#000000;
  margin:0;
  padding:0;
}

#content .tabing .tab-content {
  font-size:14px;
  line-height:21px;
  color:#000000;
}

#content .tabing .tab-content .rew_frm {
  padding-bottom:0;
}
#content .tabing .tab-content .rew_frm .first_row .lbltxt {
  padding-top:18px;
}
#content .tabing .tab-content .rew_frm {
}
#content .tabing .tab-content .rew_frm ul.start_list {
  float:none;
}
#content .collection-box {
  margin-bottom:30px;
}
#content .collection-box img {
  max-width:100%;
}
#content .contact_c #map-canvas { height: 350px; }
#content .contact_c h5.box-heading {
  padding:15px;
  line-height:20px;
  border-bottom: 1px solid #efefef;
}
#content .con_frm {
  background: #fff;
  position: relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin: 0 0 30px 0;
  border-radius: 5px;
}
#content .con_frm .con_frm_inn {
  padding:5px 15px 30px 15px;
}
#content .contact_c .box {
  margin-bottom:30px;
}
#content .con_frm .sub_box .sbHolder {
  width:100%;
  margin:0;
  height:30px;
  border-color:#d7dbdb;
}
#content .con_frm .sub_box .sbToggle {
  background:url(select_open_arr_1.png) center left no-repeat;
  height:28px;
}
#content .con_frm .sub_box .sbSelector {
  height:30px;
  line-height:28px;
}
#content .con_frm .sub_box .sbOptions a {
  padding:5px 10px 5px;
}
#content .con_frm .sub_box .sbToggleOpen {
  background:url(select_close_arr_1.png) left center no-repeat;
}
#content .infor_c {
  background: #fff;
  position: relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin: 0 0 30px 0;
  border-radius: 5px;
}
#content .infor_c .infor_c_inn {
  padding:25px 15px 71px 15px;
}
#content .infor_c .infor_c_inn h5 {
  margin:0;
  padding:0 0 12px 0;
  border:none;
  font-weight:700;
  text-transform:none;
  font-size:14px;
}
#content .infor_c .infor_c_inn p {
  font-size:14px;
  line-height:21px;
  color:#000000;
  margin:0 0 25px 0;
  padding:0;
  font-weight:normal;
}
#content .infor_c .infor_c_inn .add_c p {
  margin:0 0 10px 0;
}
#content .infor_c .infor_c_inn .add_c strong {
  font-weight:700;
  color:#000000;
}
#content .infor_c .infor_c_inn p a {
  color:#eb245d;
}

/*----------------
Footer
-----------------*/

#footer .f_top {
  background:#ffffff;
}
#footer .f_top .ftop_blk {
  padding:20px 60px 20px 0;
  border-right:1px solid #ecefef;
  position:relative;
  background:#ffffff;
}
#footer .f_top .ftop_blk h5,
#footer .f_top .ftop_blk .h5 {
  text-decoration: none;
  color:#000000;
}
#footer .f_top .ftop_blk a:hover h5,
#footer .f_top .ftop_blk a:hover .h5 {
  color:#eb245d;
}
#footer .f_top .bor_none {
  border-right:none;
}
#footer .f_top h5,
#footer .f_top .h5 {
  line-height:19px;
  width:135px;
  font-weight: 900;
}
#footer .f_top .icon {
  width:45px;
  height:45px;
  display:block;
  position:absolute;
  top:8px;
  right:20px;
  font-size:45px;
  color:#eb245d;
}
#footer .f_mid {
  padding:45px 0 55px 0;
  border-top:1px solid #ecefef;
  box-shadow: 0px 3px 3px #d1d7d7;
  position:relative;
  background:#ffffff;
  color:#000000;
}
#footer .f_mid a {
  color:#e0004d;
}
#footer .f_mid a:hover {
  color:#c52754;
}
#footer .f_mid h4 {
  padding:0 0 22px 0;
  color:#000000;
}
#footer .f_mid .desc {
  font-size:14px;
  line-height:21px;
  color:#000000;
  margin:0;
  font-weight: 400;
}
#footer .f_mid .desc h5 {
  font-weight: 400;
}
#footer .f_mid .desc p {
  font-size:14px;
  line-height:21px;
  color:#000000;
  padding:5px 0;
  margin:0;
}
#footer .f_mid .desc p:first-child {
  padding-top:0;
}
#footer .f_mid .partner {
  padding-top:15px;
}
#footer .f_mid .partner ul {
  margin:0;
  padding:0;
}
#footer .f_mid .partner ul li {
  margin:0;
  padding:0 3px;
  float:left;
}
#footer .f_mid .partner ul li:first-child {
  padding-left:0;
}
#footer .f_mid .partner ul li img {
  width:40px;
  height:25px;
}
#footer .f_mid p {
  font-size:14px;
  line-height:16px;
  color:#000000;
  margin:0;
  padding:0 0 15px 0;
  font-weight:normal;
}
#footer .f_mid p strong {
  font-weight:700;
}
#footer .f_mid .email_box {
  position:relative;
  margin-top:25px;
}
#footer .f_mid .txtbox {
  width:100%;
  height:30px;
  border-radius:18px;
  font-size:14px;
  color:#000000;
  padding:0 35px 0 18px;
  border:1px solid #d7dbdb;
}
#footer .f_mid .email_box button {
  position:absolute;
  right:18px;
  top:0px;
  padding:0;
}
#footer .f_mid .email_box button span {
  font-size:12px;
  color:#d7dbdb;
  line-height:30px;
}
.social {
  padding:30px 0 0 0;
}
.social ul {
  margin:0;
  padding:0;
  display:block;
}
.social ul li {
  float:left;
  margin:0 5px 5px 0;
  padding:0;
}
.social ul li a {
  width:40px;
  height:40px;
  display:block;
  text-align:center;
  border:1px solid #e0004d;
  border-radius:50%;
}
.social ul li a span {
  font-size:18px;
  color:#e0004d;
  line-height:40px;
}
.social ul li a svg {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
}
#footer .f_mid a {
    position: relative;
  font-weight: 700;
  text-decoration: underline;
}
.social ul li a:hover svg {
    stroke: #fff;
}
.social ul li a:hover {
    border: transparent;
}
.modal-body .social ul li a {
  width:40px;
  height:40px;
  display:block;
  text-align:center;
  border:1px solid #d7dbdb;
  border-radius:50%;
}
.modal-body .social ul li a span {
  font-size:18px;
  color:#d7dbdb;
  line-height:40px;
}
#footer .f_bot {
  padding:30px 0;
  background:#f6f2f2;
}
#footer .f_bot .f_bot_left {
  font-size:14px;
  line-height:20px;
  color:#898989;
  margin:0;
  padding:0;
  float:left;
}
#footer .f_bot .f_bot_left strong {
  font-weight:700;
}
#footer .f_bot .f_bot_right {
  font-size:14px;
  line-height:20px;
  color:#898989;
  margin:0;
  padding:0;
  float:right;
}
#footer .f_bot a {
  color:#eb245d;
  font-weight: 700;
}
#footer .f_bot a:hover {
  color:#c52754;
}
.social li.facebook a:hover {
  background-color: #325c94;
}
.social li.twitter a:hover {
  background-color: #00abdc;
}
.social li.google a:hover {
  background-color: #d9031f;
}
.social li.pinterest a:hover {
  background-color: #cb2027;
}
.social li.instagram a:hover {
  background-color: #517fa4;
}
.social li.tumblr a:hover {
  background-color: #32506d;
}
.social li.youtube a:hover {
  background-color: #bb0000;
}
.social li.vimeo a:hover {
  background-color: #aad450;
}
.social li.facebook a:hover * {
  color:#fff !important;
}
.social li.twitter a:hover * {
  color:#fff !important;
}
.social li.google a:hover * {
  color:#fff !important;
}
.social li.pinterest a:hover * {
  color:#fff !important;
  fill: #FFF !important;
}
.social li.instagram a:hover * {
  color:#fff !important;
}
.social li.tumblr a:hover * {
  color:#fff !important;
}
.social li.youtube a:hover * {
  color:#fff !important;
}
.social li.vimeo a:hover * {
  color:#fff !important;
}

/*----------------
Swatches
-----------------*/



.swatch { 
  margin:1em; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
  font-weight:700;
  color:#000000;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}

.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:50px !important; 
  height:35px !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ddd 1px solid;
  /* Background color */
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:35px;
  white-space:nowrap;
  text-transform:uppercase;
  color:#999;
  cursor:pointer;
  -moz-box-sizing:content-box; 
  -webkit-box-sizing:content-box; 
  box-sizing:content-box;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border:1px solid #eb245d;
  background-color:#eb245d;
  color:#ffffff;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:#eb245d;
  color:#ffffff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-23px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid #eb245d 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}

/*----------------
Miscellaneous Overrides
-----------------*/

.hidden{display: none;visibility: hidden}
.sfbox{
  background: none repeat scroll 0 0 #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 20px 20px 30px 20px;
  position: relative;
}

.sfbox-title{
  border-bottom: 1px solid #efefef;
  margin: -5px 0 15px -20px;
  padding-bottom: 12px;
  padding-left: 15px;
  width: 115%;
}


.sfbox .form-control{
  margin:10px 0;
}

.breadcrumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 4px;
  list-style: none outside none;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 0;
  color:#666666;
  font-size: 16px;
}
.breadcrumb a {
  color:#eb245d;
}
.breadcrumb a:hover {
  color:#c52754;
}
#content .blog_blk .blog_desc p {
  line-height: 21px;
  padding: 0 0 10px;
}

#content .blog_blk .blog_desc ul li{
  list-style: disc inside none;
  margin-left: 20px;
}

#content .blog_blk .blog_desc .btn_c {
  float: left;
  margin-top: 0;
}

#content .blog_blk .blog_desc {
  display: inline-block;
  padding: 16px 25px 20px;
}

#content .blog_blk .blog_desc h5{
  margin-bottom:10px;
}

#content .cart_tbl .total_row ul li button.refresh_btn,
#content .cart_tbl .total_row  button.refresh_btn {
  border:none;
}

.order_notes {
  margin: 20px 15px;
}

.order_notes + p {
  padding: 0 15px !important;
}

#shipping-rates-feedback{
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #efefef;
  display: block;
  font-size: 15px !important;
  margin: 20px 0 0 !important;
  padding: 10px !important;
  line-height: 20px;
  font-weight: 400;
}

/*----------------
RTE Content
-----------------*/

#content .title {
  padding: 0 0 25px;
}

.rte {
  padding:15px 25px;
  font-size:14px;
  line-height:21px;
  color:#000000;
}

.rte h6, .rte h5, .rte h4, .rte h3, .rte h2, .rte h1 {
  margin: 15px 0;
  font-weight:700;
  text-transform: none;
}
.rte h1 {
  font-size: 20px;
}
.rte h2 {
  font-size: 18px;
}
.rte h2 span {
  font-size:0.9em;
}
.rte h3 {
  font-size: 17px;
}
.rte h4 {
  font-size: 16px;
}
.rte h5, #content .pro_main_c .desc_blk .rte h5 {
  font-size: 15px;
  padding:0;
  border:none;
  text-transform: none;
}
.rte h6 {
  font-size: 14px;
}
.rte p {
  font-size:14px;
  line-height:21px;
  color:#000000;
  margin-bottom:10px;
}
.rte img {
  max-width:100%;
}

.rte ul {
  margin:20px 0;
}

.rte li {
  list-style: square;
  margin-left:25px;
  font-size:14px;
  line-height:21px;
  color:#000000;
  margin-bottom:5px;
}
.rte .row {
  margin-bottom:20px;
}
.collection-box .rte {
  background:#fff;
}

.rte a,
.pro_main_c a {
  font-weight: 700;
  text-decoration: underline;
  color: #D41A51;
}

/*----------------
Product Reviews
-----------------*/

#shopify-product-reviews {
  margin: 0;
}

.spr-container {
  border:none !important;
  padding:15px 25px;
}

a.spr-summary-actions-newreview, .spr-button, .spr-button-primary, .spr-container button, .spr-container .btn, .spr-container .btn-primary {
  width:130px;
  height:40px;
  font-size:14px;
  line-height:40px;
  color:#ffffff;
  display:block;
  font-weight:700;
  background:#eb245d;
  border-radius:18px;
  border:none;
  text-align:center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.spr-button, .spr-button-primary, .spr-container button, .spr-container .btn, .spr-container .btn-primary {
  line-height:14px;
}
a.spr-summary-actions-newreview:hover, .spr-button:hover, .spr-button-primary:hover, .spr-container button:hover, .spr-container .btn:hover, .spr-container .btn-primary:hover {
  background-color:#c52754;
  text-decoration:none;
  color:#ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a.spr-summary-actions-newreview:active, .spr-button:active, .spr-button-primary:active, .spr-container button:active, .spr-container .btn:active, .spr-container .btn-primary:active {
  background-color:#eb245d;
  text-decoration:none;
  color:#ffffff;
}
.spr-form-input-text, .spr-form-input-email {
  margin:20px 0 0 0;
  padding:0 15px 0 18px;
  width:100%;
  height:30px;
  display:block;
  border:1px solid #d7dbdb;
  border-radius:15px;
  font-size: 14px;
  color: #000000;
  font-weight:400;
}

.slider_1 img{
  width:100%;
  height:auto;
}


html #header.sticky {
  z-index: 978;
}

.modal-body .email_box .txtbox {
  border: 1px solid #d7dbdb;
  border-radius: 18px;
  color: #000000;
  font-size: 14px;
  height: 30px;
  padding: 0 35px 0 18px;
  width: 100%;
}
.modal-body .email_box  button {
  padding: 0;
  position: absolute;
  right: 18px;
  top: 0;
}

.modal-body .email_box button span {
  color: #d7dbdb;
  font-size: 12px;
  line-height: 30px;
}

.modal-body {
  display: inline-block;
  padding: 20px;
  position: relative;
  width:100%;
  text-align: center;
}

.modal-body .email_box {
  margin: 20px auto 0;
  max-width: 211px;
  position: relative;
}


.modal-body .social ul li {
  display: inline-block;
  float: none;
  margin: 0 5px 5px 0;
  padding: 0;
}


html .modal-content {
  background: #fff;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
  border: medium none;
  -webkit-box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
}

.flex-caption .btn_c {
  display: inline-block;
  width: auto;
}

.sbOptions{
  max-height:300px !important;
  overflow:auto !important;
}
.video-container {
  display: none;
}

.flex-active-slide .video-container {
  display: block;
}

.video-container > div { position: relative; }

.video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.vimeo { max-width: 830px; }
.vimeo > div { padding-top: 56.26506%; /* 467 ÷ 830 */ }

.youtube { max-width: 853px; }
.youtube > div { padding-top: 56.271981%; /* 480 ÷ 853 */ }

.slideshow-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}
.slideshow-video-container iframe,  
.slideshow-video-container object,  
.slideshow-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper {
  width: 600px;
  max-width: 100%;
}




/*----------------
Lightboxes
-----------------*/

/*MAGNIFIC LIGTHBOX*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: zoom-in;
}
.mfp-auto-coursor .mfp-content {
  cursor: auto;
}
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}
button::-moz-focus-inner {
  padding: 0;
  margin: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-a {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
  background: #000;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
  background: #444;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
/*
.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
*/
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-dialog {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.mfp-dialog > h5 {
  margin-bottom: 0;
}
.mfp-dialog .dialog-icon {
  position: absolute;
  left: -60px;
  top: 5px;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #eb245d;
  font-size: 27px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.mfp-dialog .dialog-form,
.mfp-dialog .social-media-login {
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid #d9d9d9;
}
.mfp-dialog .dialog-form > .btn,
.mfp-dialog .social-media-login > .btn {
  margin-top: 10px;
}
.mfp-dialog .dialog-alt-links {
  list-style: none;
  margin: 0;
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 13px;
}
.mfp-dialog .dialog-alt-links li {
  line-height: 1em;
  float: left;
  margin-left: 15px;
}
.mfp-dialog-big {
  max-width: 800px;
}
/*END MAGNIFIC LIGHTBOX*/


/* 

====== 3d unfold ======

*/

.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}




.modal-popup{
  background: #fff;
  padding: 20px 30px;
  margin: 40px auto;
  text-align: left;
  max-width: 650px;
  position: relative;
}
.modal-popup *{
  box-sizing:border-box;
}
.modal-cart-success {
  background: #EEF2E7;
  color: #679647;
  padding: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #BDD3BD;
  border-radius: 2px;
}
.modal-cart-success .line-item-count{
  display: inline-block;
  margin-left:.5em;
}
.modal-button {
  height:40px;
  font-size:14px;
  line-height:40px;
  color:#ffffff;
  margin-right:15px;
  display:inline-block;
  padding:0 20px;
  font-weight:700;
  max-width:250px;
  background:#eb245d;
  border-radius:18px;
  border:none;
  text-align:center;
  cursor:pointer;
  position:relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.modal-button:hover, .modal-button:focus{
  background-color:#c52754;
  text-decoration:none;
  color:#ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modal-button2 {
  height:40px;
  font-size:14px;
  line-height:40px;
  color:#ffffff;
  margin-right:15px;
  display:inline-block;
  padding:0 20px;
  font-weight:700;
  max-width:250px;
  background:#00ac1a;
  border-radius:18px;
  border:none;
  text-align:center;
  cursor:pointer;
  position:relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.modal-button:hover, .modal-button:focus{
  background-color:#c52754;
  text-decoration:none;
  color:#ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modal-button2:hover, .modal-button2:focus{
  background-color:#c52754;
  text-decoration:none;
  color:#ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modal-cart-title {
  color: #121212;
  font-weight: 700;
  margin-bottom: .5em;
  font-size: 14px;
  line-height: 1.428571429;
}
.modal-product-image{margin-right:5%;}
.modal-product-image img{width: 100%}
.product-contents-wrapper > div{ display: none;}
.product-contents-wrapper > div:last-child{ width:100%; display: block; }

@media (min-width: 768px){
  .product-contents-wrapper > div{ float: left; width:25%;display: block;}
  .product-contents-wrapper > div:last-child{ width:70%; }
}


/* 

/*----------------
jQuery Custom Select Boxes
-----------------*/


.sbHolder{
  background-color: #ffffff;
  border: solid 1px #c9cbcb;
  font-size: 14px;
  font-weight: normal;
  height: 35px;
  position: relative;
  width: 100%;
  font-family: Lato, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:400;
  margin-bottom:0px;
  border-radius:15px;
  color:#333;
}

.sbSelector{
  display: block;
  height: 35px;
  left: 0;
  line-height: 33px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
  color: #333;
  outline: none;
  text-decoration: none;
}
.sbToggle{
  background: url(select_open_arr.png) center left no-repeat;
  display: block;
  height: 33px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.sbToggle:hover{
  opacity:0.5;
}
.sbToggleOpen{
  background: url(select_close_arr.png) left center no-repeat;
}
.sbToggleOpen:hover{
  opacity:0.5;
}
.sbHolderDisabled{
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
  background-color: #fff;
  border: solid 1px #c9cbcb;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 28px ;
  width: 100%;
  z-index: 11111;
  overflow-y: auto;
  border-radius:4px;
}
.sbOptions li{
  padding: 0;
}
.sbOptions a{
  border-bottom: dotted 1px #515151;
  display: block;
  outline: none;
  padding: 7px 10px 7px;
  color:#333;
}
.sbOptions a:link, .sbOptions a:visited{
  color: #000;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
  color: #ffffff;
  background:#eb245d;
}
.sbOptions li.last a{
  border-bottom: none;
}
.sbOptions .sbDisabled{
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
  padding-left: 17px;
}

/*----------------
Responsive Styles
-----------------*/

/* Responsive Styles*/

@media (min-width: 1200px) {

  #banner .banner {
    width:970px;
  }
  #content .h_row_2 .box_1 .box_inn, #content .h_row_2 .box_2 .box_inn, #content .h_row_2 .box_3 .box_inn {
    left:15px;
    right:15px;
  }
  h1 {
    font-size:36px;
  }
  h2, .h2 {
    font-size:30px;
  }
  h3, .h3 {
    font-size:24px;
  }
  h4 {
    font-size:20px;
  }
  h5, p.h5, .product-card-title {
    font-size:14px;
  }
  #content .main_box .desc {
    padding:22px 20px;
  }
  #content .page_c ul li {
    width:52px;
  }
/*   #content .page_c a.prev {
    width:164px;
  }
  #content .page_c a.next {
    width:163px;
  } */
  .sidebar h5 {
    padding:15px 25px;
  }
  .sidebar .side_box ul li {
    padding:7px 25px;
  }
  .sidebar .side_box ul li a {
    font-size:14px;
  }
  .sidebar .side_box_2 ul li {
    padding:15px 15px 15px 25px;
  }
  .sidebar .side_box_2 ul li .post_img {
    margin:0 18px 0 0;
  }
  .sidebar .side_box_2 ul li a {
    font-size:14px;
  }
  .sidebar .side_box_3 ul {
    padding:0 15px 15px 25px;
  }
  .sidebar .side_box_3 ul li {
    padding:15px 10px 0 0;
  }
  .sidebar .side_box_3 ul li a {
    font-size:14px;
  }
  .sidebar .cat_box {
    padding:43px 25px 0 25px;
  }
  .sidebar .price {
    padding: 12px 25px;
  }
  .sidebar .price .txtbox {
    width:85px;
  }
  .sidebar .price span.to {
    width:42px;
  }
  #content .cart_tbl ul li p ,
  #content .cart_tbl .cart-page-table p{
    font-size:14px;
  }
  
  #content .cart_btn {
    padding:25px;
  }
  #content .ship_frm {
    padding:10px 25px 10px 25px;
  }
  #content .slider .slider_img {
    width:300px;
    margin:0 0 0 60px;
  }
  #content .pro_main_c .desc_blk .desc_blk_inn {
    padding:15px;
  }
  #content .pro_main_c .desc_blk .desc_blk_inn h5 {
    padding:0 0 14px 0;
  }
  #content .pro_main_c .desc_blk .desc_blk_inn ul li {
    font-size:14px;
    line-height:30px;
  }
  #content .pro_main_c .desc_blk .desc_blk {
    padding:30px 25px;
  }
  #content .pro_main_c .desc_blk .desc_blk_bot {
    padding:15px 25px;
  }
  #content .pro_main_c .desc_blk .review_row {
    padding:16px 25px;
  }
  #content .tabing .tab-content {
    padding:0;
  }
  #content .tabing .nav > li > a {
    padding:16px 25px;
  }
  #content .pro_main_c .slider_1 {
    padding: 20px 25px;
  }
  #content .pro_main_c .slider_1 .main_thumb {
  }
  #content .pro_main_c .slider_1 .slider_1_nav ul li {
    margin: 0 0 10px 0;
  }
  #content .pro_main_c .slider_1 .slider_1_nav ul li .small_thumb {
    width:64px;
    height:64px;
  }
  #content .con_frm .con_frm_inn {
    padding:5px 25px 30px 25px;
  }
  #content .infor_c .infor_c_inn {
    padding:25px 25px 92px 25px;
  }
  #footer .f_mid .partner ul li {
    padding:0 3px;
  }
}

@media (min-width: 900px) and (max-width: 1025px) {

  #header #nav .navbar-nav > li > a,
  #header #nav .navbar .navbar-collapse .navbar-nav>li> .mobile-menu-link .link-text {
    font-size: 14px;
    padding-left:10px;
    padding-right:10px;
  }

  #header .right_menu > ul > li > a {
    margin: 0 0 0 8px;
  }
  #header #nav .navbar:not(.caret-bootstrap) .navbar-nav:not(.caret-bootstrap) li:not(.caret-bootstrap) > a.dropdown-toggle:not(.caret-bootstrap) > span.caret:not(.caret-bootstrap),
  #header #nav .navbar .navbar-collapse .navbar-nav>li> .mobile-menu-link .caret {
    margin-left: 5px;
  }
}

@media (max-width: 900px) {

  #header #nav .navbar-nav > li > a,
  #header #nav .navbar .navbar-collapse .navbar-nav>li> .mobile-menu-link .link-text {
    font-size: 12px;
    line-height: 32px;
    padding-left:7px;
    padding-right:7px;
  }

  #header .navbar-brand {
    font-size: 22px;
    line-height: 20px;
    
    padding:0 15px 0 0;
    
  }

  #header .right_menu > ul > li > a {
    margin: 0 0 0 5px;
  }
  #header #nav .navbar:not(.caret-bootstrap) .navbar-nav:not(.caret-bootstrap) li:not(.caret-bootstrap) > a.dropdown-toggle:not(.caret-bootstrap) > span.caret:not(.caret-bootstrap) {
    margin-left: 3px;
  }
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
      margin-top: 0;
    }
}

@media  (min-width: 750px) and (max-width: 1200px) {
  .sidebar .side_box_2 ul li .post_detail {
    width: 115px;
    line-height:16px;
  }
}

@media  (min-width: 750px) and (max-width: 1100px) {
    .sidebar .side_box_2 ul li .post_detail {
    width: 115px;
    line-height:16px;
  }

  .sidebar .side_box_2 ul li .post_detail span.price, .sidebar .side_box_2 ul li .post_detail span.date, .sidebar .side_box_2 ul li .post_detail span.compare-price {
    font-size:12px;
  }

  html   #content .hg_510 {
    height: auto;
  }
  html   #content .hg_310 {
    height: auto;
  }

  html  #content  .box_inn{
    display:none;
  }

  #content .pro_main_c .desc_blk .desc_blk_bot .price {
    font-size: 18px;
  }

  #footer .f_top h5,
  #footer .f_top .h5 {
    width:105px;
    font-size:11px;
  }
  #footer .f_top .icon {
    right:10px;
  }

  .sidebar h5 {
    padding: 15px;
  }
  #content .main_box .desc .price, #content .main_box .box_1 .product-details .price {
    font-size: 16px;
  }
  #content .main_box .desc .price span.compare-price, #content .main_box .box_1 .product-details span.compare-price {
    font-size: 12px;
  }
}

@media (min-width: 790px) and (max-width: 991px) {
  #content .cart_tbl ul li .minus_btn,
  #content .cart_tbl .cart-page-table .minus_btn{
    width:20px;
    height:20px;
    margin-top:5px;
  }
  #content .cart_tbl ul li .plus_btn,
  #content .cart_tbl .cart-page-table .plus_btn{
    width:20px;
    height:20px;
    margin-top:5px;
  }
  #content .cart_tbl ul li .txtbox,
  #content .cart_tbl .cart-page-table .txtbox{
    width:30px;
    height:20px;
    margin-top:5px;
  }
  #content .cart_tbl ul li .thumb,
  #content .cart_tbl .cart-page-table .thumb{
    width: 60px;
  }
  #content .cart_tbl ul li h5,
  #content .cart_tbl .cart-page-table h5{
    line-height: 18px;
  }
  #content .cart_tbl .total_row ul li:nth-child(2),
  #content .cart_tbl .total_row .cart-total .refresh_btn {
    width:50px;
  }
}


@media (max-width: 790px) {

  #header .logo img {
  max-width:150px;
  margin-top:5px;
  }

  html   #content .hg_510 {
    height: auto;
  }
  html   #content .hg_310 {
    height: auto;
  }

  html #content .h_row_1 .box_1 .box_inn {
    bottom: 5px;
  }
  #header .top_menu ul li {
    border-left: 1px solid #ecefef;
    display: block;
    float: left;
    margin: 0;
    padding: 0 8px;
  }
  #header .right_menu {
    top:17px;
  }
  #banner .banner {
    width:720px;
  }
  #banner p {
    font-size:16px;
  }
  #header .right_menu ul li {
    margin:0 2px;
  }
  h1 {
    font-size:30px;
  }
  h2 {
    font-size:22px;
  }
  h3, .h3 {
    font-size:20px;
  }
  h4 {
    font-size:16px;
  }
  h5, .product-card-title {
    font-size:11px;
  }
  #content .h_row_1 .box_2 h1 {
    line-height:36px;
  }
  #content .h_row_1 .box_1 .box_inn {
    left:15px;
    right:15px;
  }
  #content .h_row_1 .box_2 .box_inn {
    left:15px;
    right:15px;
    bottom:5px;
  }
  #content .h_row_2 .box_1 .box_inn,  #content .h_row_2 .box_2 .box_inn  {
    left:5px;
    right:6px;
  }
  #content .blog_blk .rounded_box {
    bottom:15px;
  }
  #content .tag_c ul li {
    padding:0 18px 0 0;
  }
  #content .tag_c a.share {
    margin-top:10px;
  }
  #content .page_c a.prev {
    width:100px;
  }
  #content .page_c a.next {
    width:100px;
  }
  #content .page_c ul li {
    width:27px;
  }
  #content .comment_c .com_list ul li.comment_replay {
    padding-left:50px;
  }
  #content .frm .lbltxt {
    font-size:12px;
  }
  #content .cart_tbl ul li .thumb,
  #content .cart_tbl .cart-page-table .thumb{
    width:50px;
    height:auto;
  }
  #content .cart_tbl ul li .minus_btn,
  #content .cart_tbl .cart-page-table .minus_btn{
    width:20px;
    height:20px;
  }
  #content .cart_tbl ul li .plus_btn,
  #content .cart_tbl .cart-page-table .plus_btn{
    width:20px;
    height:20px;
  }
  #content .cart_tbl ul li .txtbox,
  #content .cart_tbl .cart-page-table .txtbox{
    height:20px;
    width: 30px;
  }
  #content .cart_tbl ul li h5,
  #content .cart_tbl .cart-page-table h5{
    line-height:20px;
  }
  #content .cart_tbl ul li .price,
  #content .cart_tbl .cart-page-table .price{
    line-height:20px;
  }
  #content .cart_tbl .total_row ul li .total_val,
  #content .cart_tbl .cart-page-table .total_val,
  #content .cart_tbl .total_row .total_val {
    font-size:12px;
  }
  #content .cart_tbl ul li:nth-child(1),
  #content .cart_tbl .cart-page-table .table-row:nth-child(1){
    padding-left: 15px;
    width: 10%;
  }
  #content .cart_tbl ul li:nth-child(2),
  #content .cart_tbl .cart-page-table .table-row:nth-child(2){
    width:25%;
  }
  #content .cart_tbl ul li:nth-child(3),
  #content .cart_tbl .cart-page-table .table-row:nth-child(3){
    width: 12%;
  }
  #content .cart_tbl ul li:nth-child(4),
  #content .cart_tbl .cart-page-table .table-row:nth-child(4){
    padding-right: 10px;
  }
  #content .cart_tbl ul li .del_btn,
  #content .cart_tbl .cart-page-table .del_btn{
    height: 20px;
    width: 20px;
  }
  #content .cart_tbl .total_row ul li:nth-child(2),
  #content .cart_tbl .total_row .cart-total .cart-refresh-btn {
    padding-right: 10px;
  }
  #content .cart_tbl .total_row .price {
    margin-top: 5px;
  }
  .sidebar .price .txtbox {
    width:80px;
  }
  .sidebar .price span.to {
    width:30px;
  }
  #content .main_box .desc h5 {
    font-size:12px;
    line-height:18px;
  }
  #content .main_box .box_1 {
  }
  #content .main_box .box_1 a.cart_btn_1 {
    margin-top:30px;
    width:80%;
    max-width: 200px;
    font-size:12px;
  }
  #content .main_box .box_1 a.info_btn {
    width:80%;
    max-width: 200px;
    font-size:12px;
  }
  #content .slider .slider_img {
    width:350px;
  }
  #content .slider .slider_desc .price_c .new_price {
    font-size:40px;
  }
  #content .slider .slider_desc p {
    font-size:16px;
  }
  #content .pro_main_c .slider_1 .main_thumb {
    width:250px;
    height:250px;
  }
  #content .pro_main_c .slider_1 .slider_1_nav ul li {
    margin: 0 0 6px 0;
    padding:4px;
  }
  #content .pro_main_c .slider_1 .slider_1_nav ul li .small_thumb {
    width:36px;
    height:36px;
  }
  #content .pro_main_c .desc_blk .desc_blk_bot .qty {
    margin-right:10px;
  }
  #content .pro_main_c .desc_blk .review_row .total_rew {
    padding-right:10px;
    font-size:12px;
  }
  #content .pro_main_c .desc_blk .review_row a.add_rew {
    margin-left:10px;
    font-size:12px;
  }
  #content .tabing .nav > li > a {
    font-size:13px;
  }
  #content .tabing .tab-content .rew_frm .btn_c {
    width:90px;
    margin-right:10px;
  }
  #content .tabing .tab-content .rew_frm .reqired {
    font-size:13px;
  }
  #content .infor_c .infor_c_inn p {
    margin-bottom:15px;
  }
  #content .infor_c .infor_c_inn {
    padding-bottom:52px;
  }
  #content .collection-list .main_box .box_1 .product-details a.info_btn {
    display: none;
  }

  #footer .f_top .ftop_blk {
    padding:20px 35px 20px 0;
  }
  #footer .f_top .icon {
    right:5px;
  }
  #footer .f_mid .social ul li {
    margin:5px 4px 0;
  }
  #footer .f_mid .social ul li a {
    width:30px;
    height:30px;
  }
  #footer .f_mid .social ul li a span {
    font-size:16px;
    line-height:30px;
  }
  #footer .f_bot .f_bot_left,  #footer .f_bot .f_bot_right {
    font-size: 13px;
  }
  #content .contact_c .box {
    height: auto;
    margin-bottom: 30px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 74px;
  }

}

@media (min-width: 480px) and (max-width: 768px) {
  .desc_blk_bot input#addToCart.btn_c {
    float: right;
  }
  #footer .f_top .ftop_blk {
    padding:20px 35px 20px 0;
    border-right:none;
  }
  #footer .f_top h5,
  #footer .f_top .h5 {
    line-height: 19px;
    width: 135px;
  }
  #footer .f_top .icon {
    top: 8px;
  }
}

  #header #nav .navbar .navbar-collapse .navbar-nav>li> .mobile-menu-link {
    padding: 15px 7px;
    width: auto;
  }

  #header #nav .navbar .navbar-collapse .navbar-nav>li> .mobile-menu-link .link-text {
    padding: 0;
  }
  
  #header #nav .navbar .navbar-collapse .navbar-nav>li> .mobile-menu-link .caret {
    margin-left: 3px;
  }

@media (max-width: 767px) {

  .navbar-collapse {
    max-height:5000px;
  }
  #header .top_menu {
    float:none;
    text-align:center;
  }
  #header #nav .navbar .navbar-collapse .navbar-nav > .navbar-text, .navbar .navbar-collapse .navbar-nav > a.navbar-link, .navbar .navbar-collapse .navbar-nav > li, .navbar .navbar-collapse > .navbar-text, .navbar .navbar-collapse > a.navbar-link {
    border-bottom: 1px solid #ecefef;
  }
  #header #nav .navbar .navbar-collapse .navbar-nav>li>a,
  #header #nav .navbar .navbar-collapse .navbar-nav>li> .mobile-menu-link {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    margin-top: 1px;
  }

  #header #nav .navbar .navbar-collapse .navbar-nav>li> .mobile-menu-link .link-text {
    float: left;
  }
  }

  #header #nav .navbar .navbar-collapse .navbar-nav>li> .mobile-menu-link {
    width: 100%;
    padding-inline: 7px;
    font-size: 12px;
    line-height: 32px;
    text-shadow: none;
    font-weight: 600;
    border-bottom: 1px solid #ecefef;
    text-transform: uppercase;
    background: transparent;
  }

  #header #nav .navbar .navbar-collapse .navbar-nav>li> .mobile-menu-link + .dropdown-menu {
    border-top: 0;
  }

  #header #nav .mobile-menu-link .caret {
    float: right;
  }
  
  
   #header .header_top .hed_right ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .hed_right {
    float:none;
    text-align:center;
  }
  #header .hed_right ul {
    display:inline-block;
  }
  #header {
    height:auto;
    min-height:50px;
  }
  #header #nav .navbar h5 {
    padding-top:20px;
  }
  #header .right_menu {
    right:auto;
    left:15px;
    
    top:73px;
    
    z-index:1;
    position:absolute;
  }
  #header .cart_menu {
    width:450px;
  }
  #header .cart_menu ul li .pro_img {
    width:50px;
    height:auto;
  }
  #header .cart_menu .checkout_row p {
    font-size:12px;
    float:none;
  }
  #header .cart_menu .checkout_row .checkout_btn {
    float:none;
    margin:0 auto;
  }
  .navbar-mobile-cart {
    float:right;
    display: block;
  }
  h1 {
    font-size:26px;
  }
  h2 {
    font-size:24px;
  }
  h3, .h3 {
    font-size:22px;
  }
  h4 {
    font-size:18px;
  }
  h5, .product-card-title{
    font-size:14px;
  }
  p.no-products {
  margin: 0 0 20px 15px;
  }
  .btn_c {
    margin-top:15px;
  }
  #banner h1 {
    font-size:26px;
    line-height:28px;
  }
  #banner h4 {
    font-size:16px;
    line-height:normal;
  }
  #banner p br {
    display:none;
  }
  #banner p {
    font-size:14px;
    line-height:normal;
    padding-top:10px;
  }
  #banner .banner {
    width:90%;
    padding:30px 15px;
  }
  #content .box {
    margin-bottom:20px;
  }
  #content .main_box {
    margin-bottom:20px;
  }
  #content .tag_c ul li {
    padding: 0 9px 0 0;
  }
  #content .tag_c ul li a.tag {
    margin:0 0 5px 5px;
  }
  #content .page_c {
  margin-top: 0;
  }
  #content .page_c a.prev {
    width:83px;
    font-size:12px;
  }
  #content .page_c a.next {
    width:83px;
    font-size:12px;
  }
  .sidebar .side_box ul li a {
    font-size:14px;
  }
  #content .comment_c .com_list ul li.comment_replay {
    padding-left:60px;
  }
  #content .cart_tbl ul li .thumb,
  #content .cart_tbl .cart-page-table .thumb{
    width:40px;
    height:auto;
    padding:2px;
  }
  #content .cart_tbl ul li:nth-child(2),
  #content .cart_tbl .cart-page-table .table-row:nth-child(2){
    width:30%;
  }
  #content .cart_c .sidebar .side_box {
    margin: 30px 0 30px;
  }
  #content .cart_btn a.back_btn, .submit-form a.back_btn, .reset-password a.back_btn {
    float: none;
    margin: 0 auto 20px;
  }
  #content .cart_c .cart_btn a.info_btn {
    float:left;
  }
  #content .title h2 {
    float:left;
    text-align:center;
  }
  #content .title .title_right {
    float:none;
    clear:both;
    text-align:center;
    width:100%;
    padding:20px 0 0 0;
    color:#898989;
  }
  #content .title .title_right a {
    color:#eb245d;
  }
  #content .title .title_right a:hover {
    color:#c52754;
  }
  #content .title .rss {
    margin:0 auto;
  }
  #content .cart_list ul {
    display:inline-block;
  }
  #content .main_box .box_1 {
  }
  #content .main_box .box_1 a.cart_btn_1 {
    margin-top:50px;
    width:80%;
    font-size:14px;
    max-width:200px;
  }
  #content .main_box .box_1 a.info_btn {
    width:80%;
    max-width:200px;
    font-size:14px;
  }
  #content .submit-form a.info_btn {
    width:auto;
    margin:0 0 0 10px;
  }
  #content #recover_password .submit-form a.info_btn {
    margin: 30px 0 0 10px;
  }
  #content .box-search .frm .btn_c {
    float:right;
    margin:20px 0 0 0;
  } 
  #content .slider {
    padding-bottom:0px;
  }
  #content .slider .slider_img {
    width:auto;
    float:none;
    margin:0;
  }
  #content .slider .slider_desc .price_c .new_price {
    font-size:40px;
  }
  #content .slider .slider_desc p {
    font-size:16px;
  }
  #content .slider .slider_nav {
    text-align:center;
    right:0;
    bottom:15px;
  }
  #content .slider .slider_nav ul {
    display:inline-block;
  }
  #content .slider .slider_desc .price_c .old_price {
    font-size:22px;
  }
  #content .slider .slider_desc .price_c .new_price {
    font-size:35px;
  }
  .sidebar h5 {
    padding: 15px;
  }
  .sidebar .price {
    text-align:center;
  }
  .sidebar .price .txtbox {
    width:90px;
    display:inline-block;
    vertical-align:top;
    float:none;
  }
  .sidebar .price span.to {
    width:40px;
    display:inline-block;
    vertical-align:top;
    float:none;
  }
  .sidebar .side_box_2 ul li .post_detail {
    width: 80%;
  }
  #content .tabing .tab-content .rew_frm .btn_c {
    width:105px;
    margin-right:20px;
  }
  #content .tabing .tab-content .rew_frm .reqired {
    font-size:14px;
  }
  #content a.backtocate {
    margin:0 auto;
  }
  #content .pro_main_c .slider_1 .main_thumb {
    float:none;
    width:380px;
    margin:0 auto 20px;
    height:380px;
  }
  #content .pro_main_c .slider_1 .slider_1_nav {
    float:none;
    text-align:center;
  }
  #content .pro_main_c .slider_1 .slider_1_nav ul {
    display:inline-block;
  }
  #content .pro_main_c .slider_1 .slider_1_nav ul li {
    float:left;
    margin:0 10px 0 0;
  }
  #content .pro_main_c .slider_1 .slider_1_nav ul li .small_thumb {
    width:60px;
    height:60px;
  }
  #content .pro_main_c .slider_1 .slider_1_nav ul li:last-child {
    margin:0;
  }
  #content .tabing .nav > li > a {
    font-size:12px;
    padding:15px 10px;
  }
  #content .product_c {
    padding-top:60px;
  }
  .calculate .btn_c {
    float:right;
  }
  #content .filter_c {
    top:0px;
    right: 0;
  }
  .add-address .btn_c {
    float: none;
    margin: 0 auto 15px;
  }
  #footer .f_top .bor_none {
    border-bottom:none;
  }
  #footer .f_mid .partner ul li {
    float:none;
    width:auto;
    padding:5px 3px;
  }
  #footer .f_mid h4 {
    padding-top:15px;
  }
  #footer .f_mid .social ul {
    display:inline-block;
  }
  #footer .f_mid .social ul li a {
    width:40px;
    height:40px;
  }
  #footer .f_mid .social ul li a span {
    font-size:18px;
    line-height:40px;
  }
  #footer .f_bot .f_bot_left {
    float:none;
  }
  #footer .f_bot .f_bot_right {
    float:none;
  }
  #footer .f_bot {
    text-align:center;
  }
  .add-address a.btn_c {
    margin: 0 auto 20px; 
  }
  .pro_main_c .bounceInRight ,.pro_main_c .bounceInLeft{
     padding-left: 15px; 
}
}
@media (max-width: 480px) {

  #header .top_menu ul li a {
    font-size:12px;
  }
  #header .hed_right ul li {
    float: none;
    font-size: 12px;
    margin: 8px 0;
    padding: 0;
    border:none;
  }
  h2 {
    font-size:20px;
  }
  #content .box_1 .box_inn h2 {
    font-size:18px;
  }
  #content .box_1 .box_inn p {
    font-size:13px;
    line-height:20px;
  }
  #content .box_1 .box_inn .fa-arrow-circle-right {
    line-height: 20px;
  }
  #content .h_row_3 {
    padding: 20px 0 0;
  }
  #content .h_row_3 .thumb {
    margin:30px 0 20px;
  }
  #content .tag_c ul,
  #content .tag_c .article-date{
    float:none;
    width:100%;
  }
  #content .tag_c a.share {
    float:none;
  }
  #content .quote .ico {
    margin-right:10px;
  }
  #content .page_c a.prev {
    width:100%;
  }
  #content .page_c a.next {
    width:100%;
  }
  #content .page_c ul li {
    width:29px;
  }
  #content .page_c ul li:first-child {
    border-left:none;
  }
  #content .page_c ul li:last-child {
    border-right:none;
  }
  #content .page_c ul {
    width:100%;
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
    padding:0;
    display: flex;
    justify-content: center;
  }
  #content .blog_blk .post_com .user_img {
    float:none;
    margin:0 0 20px 0;
  }
  #content .comment_c .com_list ul li .user_img {
    float:none;
    margin:0 0 20px 0;
  }
  #content .comment_c .com_list ul li.comment_replay {
    padding-left:40px;
  }
  #content .frm .frm_bot {
    text-align:center;
    padding-top: 15px;
  }
  #content .frm .reqired {
    float:none;
    text-align:center;
    display:block;
    clear:both;
  }
  #content .frm .btn_c {
    float:none;
    margin:0 5px;
    display:inline-block;
  }
  #content .frm .clear_btn {
    float:none;
    margin:0 5px;
    display:inline-block;
  }
  #content .box-registration .btn_c {
    float:none;
    margin:30px auto 0;
  }
  #content .sfbox .sign-in {
    margin-top: 37px;
    text-align: center;
  }
  #content .cart_tbl .title_row:not(.cart-page-table) {
    display:none;
  }
  #content .cart_tbl ul{
    display:block;
    border-bottom: 1px solid #efefef;
    padding:15px 0;
  }
  #content .cart_tbl ul li,
  #content .cart_tbl .title_row .table-row{
    display:block;
    padding:5px 15px;
    border:none;
  }
  #content .cart_tbl ul li:nth-child(1),
  #content .cart_tbl .cart-page-table .table-row:nth-child(1){
    width:100%;
  }
  #content .cart_tbl ul li:nth-child(2),
  #content .cart_tbl .cart-page-table .table-row:nth-child(2){
    width:100%;
  }
  #content .cart_tbl ul li:nth-child(3),
  #content .cart_tbl .cart-page-table .table-row:nth-child(3){
    width:100%;
  }
  #content .cart_tbl ul li:nth-child(4),
  #content .cart_tbl .cart-page-table .table-row:nth-child(4){
    width:100%;
  }
  
  #content .cart_tbl .total_row ul li {
    padding:5px 0;
    display:table-cell;
  }
  #content .cart_tbl .total_row ul li:nth-child(2),
  #content .cart_tbl .total_row .cart-total .refresh_btn {
    width:100%;
  }
  #content .cart_tbl .con_row {
    display:block;
  }
  #content .cart_tbl .cart-page-table tr{
    display:block;
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
  }
  #content .cart_tbl ul li .thumb,
  #content .cart_tbl .cart-page-table .thumb{
    width:80%;
    height:auto;
    float:left;
  }
  #content .cart_tbl ul li .minus_btn,
  #content .cart_tbl .cart-page-table .minus_btn{
    width:30px;
    height:30px;
  }
  #content .cart_tbl ul li .plus_btn,
  #content .cart_tbl .cart-page-table .plus_btn{
    width:30px;
    height:30px;
  }
  #content .cart_tbl ul li .txtbox,
  #content .cart_tbl .cart-page-table .txtbox{
    height:30px;
  }
  #content .cart_tbl ul li h5,
  #content .cart_tbl .cart-page-table h5{
    line-height:30px;
  }
  #content .cart_tbl ul li .price,
  #content .cart_tbl .cart-page-table .price{
    line-height:30px;
  }
  #content .cart_list ul li {
    padding:0 25px 0 10px;
  }
  #content .cart_btn {
  text-align: center;
  }
  #content .cart_c .cart_btn a.info_btn, #content .cart_btn button.next_btn {
    float:none;
    margin:10px auto;
  }
  #content .submit-form a.info_btn {
    float:none;
  }
  .calculate .btn_c {
    float:none;
  }
  .box-activate-account input.btn_c, .box-activate-account input.info_btn {
    margin:20px auto 0;
    float:none;
  }
  #content .submit-form input.info_btn {
    float:none;
    margin:20px auto;
    display: block;
  }
  #content .cart_c .additional-checkout {
  float: none;
  margin-top: 20px;
  }
  #content .slider .slider_img {
    height:250px;
  }
  #content .slider .slider_desc .price_c .old_price {
    font-size:20px;
  }
  #content .slider .slider_desc .price_c .new_price {
    font-size:30px;
  }
  #header .cart_menu {
    width:280px;
  }
  #header .cart_menu ul li .pro_img {
    width:60px;
    height:auto;
  }
  #header .cart_menu .checkout_row p {
    font-size:12px;
    float:none;
    line-height:14px;
    padding-bottom:10px;
  }
  #header .cart_menu .checkout_row p .fa-clock-o {
    line-height:16px;
  }
  #header .cart_menu .checkout_row .checkout_btn {
    float:none;
    margin:0 auto;
  }
  #header .cart_menu ul {
    display:block;
    margin:0;
    padding:15px 0;
    border-bottom: 1px solid #efefef;
  }
  #header .acc_menu .login_frm {
    padding:0 15px;
  }
  #header .search_menu {
    padding:15px 0;
  }
  #header .menu_c .menu_title {
    padding:15px;
  }
  #header .cart_menu ul li {
    padding:5px 15px !important;
    display:block;
    border:none;
  }
  #header .cart_menu ul li:nth-child(1) {
    width:100%;
  }
  #header .cart_menu ul li:nth-child(2) {
    width:100%;
  }
  #header .cart_menu ul li:nth-child(3) {
    width:100%;
  }
  .sbHolder {
    font-size:12px;
  }
  #content .filter_c .sel_1 {
    width:65px;
  }
  #content .filter_c span {
    padding:0 5px;
  }
  #content .filter_c .sel_2 {
    width:150px;
  }
  #content .h_row_4 h3:not(.product-card-title),
  #content .h_row_4 .related-product-title,
  #content .h_row_4 .featured-products-title{
    font-size:18px;
  }
  #content .pro_main_c .slider_1 #thumbs img {
    width: 82px;
    height: 82px;
  }
  #content .pro_main_c .slider_1 .main_thumb {
    float:none;
    width:240px;
    margin:0 auto 20px;
    height:240px;
  }
  #content .pro_main_c .slider_1 .slider_1_nav {
    float:none;
    text-align:center;
  }
  #content .pro_main_c .slider_1 .slider_1_nav ul {
    display:inline-block;
  }
  #content .pro_main_c .slider_1 .slider_1_nav ul li {
    float:left;
    margin:0 10px 0 0;
  }
  #content .pro_main_c .slider_1 .slider_1_nav ul li .small_thumb {
    width:30px;
    height:30px;
  }
  #content .pro_main_c .desc_blk .desc_blk_bot .qty {
    margin:0 auto 10px;
    width:102px;
    text-align:center;
    float:none;
    overflow:hidden;
  }
  #content .pro_main_c .desc_blk .desc_blk_bot a.btn_c {
    margin:0 auto;
    float:none;
  }
  #content .pro_main_c .desc_blk .desc_blk_bot .price {
    margin:0 auto;
    float:none;
    text-align:center;
  }
  #content .tabing .tab-content .rew_blk .date {
    float:none;
    margin-bottom:10px;
  }
  #content .tabing .tab-content .rew_blk .user {
    float:none;
    margin-bottom:10px;
  }
  #content .tabing .tab-content .rew_blk ul.start_list {
    float:none;
  }
  #content .pro_main_c ul.start_list, span.spr-badge {
    text-align: center;
    float: none;
    margin: 7px 0 20px;
  }
  #content .pro_main_c .desc_blk .review_row div.share div.social-sharing, #content .tag_c div.share div.social-sharing {
    float: none;
    text-align: center;
  }
  #content .pro_main_c .desc_blk .review_row div.share, #content .tag_c div.share {
    float:none;
    clear:both;
    padding-top:10px;
  }
  .desc_blk_bot input#addToCart.btn_c {
    float: none;
    margin: 0 auto;
  }
  a.spr-summary-actions-newreview, .spr-button, .spr-button-primary, .spr-container button, .spr-container .btn, .spr-container .btn-primary {
    margin: 20px auto 0;
  }
  #footer .f_top .ftop_blk {
    border-bottom: 1px solid #ecefef;
    border-right: none;
  }
  #footer .f_top h5,
  #footer .f_top .h5 {
    width:90%;
  }
  #footer .f_top .icon {
    top: 0;
  }
  #footer .f_mid .social ul {
    display:inline-block;
  }
  #footer .f_mid .partner {
    padding-top:10px;
    margin-bottom:10px;
  }
}

@media  (min-width: 750px) and (max-width: 1100px) {


  html body   #content  .box_inn{
    display:block;
  }

}

@media  (min-width: 769px) and (max-width: 1050px) {

  #header .logo {
    margin-top: 13px;
  }
}

@media  (min-width: 769px) and (max-width: 1199px) {

  #content .pro_main_c .desc_blk .desc_blk_bot .qty {
    margin:0 auto 10px;
    width:102px;
    text-align:center;
    float:none;
    overflow:hidden;
  }
  #content .pro_main_c .desc_blk .review_row div.share div.social-sharing ul li a {
    margin-right:0;
  }
}

@media  (min-width: 750px) and (max-width: 950px){   

  html #content .h_row_1 p {
    line-height: 19px;
  }

  html .ideas-hover1 h5 {
    font-size: 12px;
    line-height: 16px;
  }

  html #content .h_row_1 .box_2 h1 {
    font-size: 18px;
    line-height: 22px;
  }

  html #content .h_row_1 p {
    font-size: 14px;
    line-height: 20px;
  }

  #content .h_row_2 .box_2 h1 {
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 10px;
  }
#contact-us .frm_bot input.info_btn {
    float: left;
    margin: 0 !important;
    width: 100% !important;
}
#content .frm .btn_c {
    float: left;
    margin: 10px 0;
    width: 100%;
}
#content .frm .reqired {
    float: left;
}
}

.rollIn{padding-right:7.5px !important;padding-left:7.5px;}
/* .bounceInRight{padding-left:7.5px !important;padding-right:7.5px;} */
.fadeInUpBig{padding-left:7.5px !important;padding-right:7.5px;}


#content .h_row_3{
  margin-top:15px;background-color:#fff;

}
#header{position: fixed; top: 0; left: 0; width: 100%; background-color: #FFF; z-index: 99;}
#content{margin-top:156px;}


@media (max-width: 767px){
  #content{margin-top:160px;}

}
@media (max-width: 666px){
  #content{margin-top:176px;}

}
@media (max-width: 480px){
  #content{margin-top:211px;}

}
@media (max-width: 342px){
  #content{margin-top:227px;}

}


@media screen and (max-width: 640px) {
.sfbox table {
        overflow-x: auto;
        display: block;
    }
}


.hm-img{width: 28%;}
@media (max-width: 667px){
  .hm-img{width: 100% !important;max-height:100% !important;}
  .hm_btn{bottom:20px;}

}

.index .h_row_3{margin-left:-7.5px;margin-right:-7.5px;}
.index .h_row_4{margin-left:-7.5px;margin-right:-7.5px;}


#tabs > ul > li a, .custom-product-description-tabs > ul > li a { font-size: 16px !important; font-weight: bold }
#tabs, .custom-product-description-tabs { padding-top: 20px }

#tabs .ui-widget-content ol > li, .custom-product-description-tabs .ui-widget-content ol > li {
  list-style: decimal;
  margin-left: 25px;
}

.rte ol > li, .rte ol > li {
  list-style: decimal;
  margin-left: 25px;
}

#tabs .ui-widget-content ul > li, .custom-product-description-tabs .ui-widget-content ul > li {
  list-style: disk;
  margin-left: 25px;
}

.rte ul > li, .rte ul > li {
  list-style: disk;
  margin-left: 25px;
}




.sale-text{color:red !important;}



#pickup-container table td:nth-of-type(2):before {
      content: ""!important;
  }
  #pickup-container table td:nth-of-type(2):before {
    content: ""!important;
  }

  #pickup-container table td:nth-of-type(3):before {
    content: ""!important;
  }

  #pickup-container table td:nth-of-type(4):before {
    content: ""!important;
  }

  #pickup-container table td:nth-of-type(5):before {
    content: ""!important;
  }
  /* table, #shopping-cart #pickup-container thead, #shopping-cart #pickup-container th,*/
  #pickup-container table {
  	display: table!important;
  }
  #pickup-container tbody {
  	display: table-row-group!important;
  }
  #pickup-container td,  #pickup-container .picker__table th{
    display: table-cell!important;
    text-align: center;
    padding:0!important;
  }
  #pickup-container tr{
    display: table-row!important;
    position: inherit!important;

  }
#content .cart_tbl #pickup-container ul li {
     display: inherit;
     width: 100%;
     text-align: center;
     padding: 10px 0;
}
#content .cart_tbl #pickup-container ul {
    display: inherit;
}
@media only screen and (max-width: 749px){
    #pickup-container{
        align-items: center!important;
    }
    .cart table.picker__table{
            display: table!important;;
    }
    .cart .picker__table tbody{
        display: table-row-group!important;
    }
    .cart .picker__table thead{
        display: table-header-group!important;
    }
}


#pickup-container tbody td:first-child, #pickup-container tbody th:first-child {
    padding-top: 0;
}
@media only screen and (min-width: 46.85em) {}



  #pickup-container tbody td:last-child, #pickup-container tbody th:last-child {
      padding-bottom: 0;
  }
@media only screen and (min-width: 46.85em) {}

/*-------------------------ITG-CSS-----------------------------*/
@media only screen and (min-width: 767px){
.mobile {
    display: none !important;
}
ul.article_category li:first-child {
    padding-left: 0;
}
.template-product .bounceInLeft {
    position: sticky;
    top: 0;
}
.mobileView {
    display: none;
}
}
@media only screen and (max-width: 767px){
ul.article_category {
    justify-content: center;
}
.mobile_nav .navbar-toggle .icon-bar {
    background: #fff;
}
.mobile_nav button.navbar-toggle {
    background: #eb245d;
    top: 30px;
    margin: 0;
}
.mobile_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.desktop {
    display: none;
}
a.mobile_cart {
    display: none !important;
}
.mobile_nav .navbar-brand {
    padding: 0 15px;
}
.ctm_pad {
    padding: 0 15px;
}
.ctm_pad .col-sm-6 {
    padding-top: 15px;
}
h4.track {
    margin: 0 15px;
}
.bounceInLeft {
    padding-left: 0;
}
.bounceInRight {
    padding-left: 0;
}
  
table.wholesale_page-table h2, h4, h3 {
    padding-left: 0 !important;
}
table.wholesale_page-table tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
table.wholesale_page-table td.wholesale-left-row {
    width: 100%;
}
table.wholesale_page-table td.wholesale-right-row {
    width: 100%;
    margin-top: 30px;
}
table.wholesale_page-table td.wholesale-right-row a button.btn {
    margin: 0 auto;
    text-align: center;
    display: block;
}
/* #content p {
    font-size: 14px;
    word-break: break-word;
} */
#content p {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
.home-slider .flex-control-nav {
    left: 50%;
    transform: translateX(-50%);
}
/* #contact-us .container {
    padding-left: 0;
} */
.cart-icon .count {
    left: -30px;
}
#header .header_top {
    padding: 0 10px;
}
.desktopView {
    display: none;
}
}
@media only screen and (max-width: 375px){
.mobile_nav {
    flex-wrap: nowrap;
}  
.mobile_nav .navbar-brand {
    padding: 0;
}
}





ul.article_category {
    list-style: none;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
ul.article_category li {
    padding: 10px 20px;
    font-size: 18px;
}
.reviews_ctm {
    padding-top: 20px;
}
.contact_c img {
    object-fit: cover;
    width: 100%;
}
.view-grid {
    display: table;
    width: 100%;
    padding-left: 0;
}
.view-grid .mb30 {
    display: inline-flex;
}
.cart-icon .count {
        font-size: 10px;
    font-family: sans-serif;
    position: absolute;
    min-width: 1.4em;
    height: 1.4em;
    line-height: 1.8em;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    left: 25px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
    background: #eb245d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.navbar-cart .cart-icon span.count {
    color: #fff !important;
}
.mobile .cart-icon .count {
    left: 10px;
    top: 30%;
}
.mobile {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}
ul.menus_ctm {
    justify-content: space-evenly;
    column-gap: 10px;
}
.menus_ctm .fa {
    color: #eb245d;
}




/*-------------------------10/March/2023 (CSS)----------------------------*/
  
.bossen-blogs .bossen-blog_box {
    width: 50%;
}
.bossen-blog-image h2 a img {
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 767px){
.bossen-blogs .bossen-blog_box {
    width: 100%;
}
.bossen-blog_box .bossen-blog-image h2 {
    text-align: center;
}
.blog-content {
    text-align: center;
}
.bossen-blog_box .read-more {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bossen-blog_box .read-more a.btn_c {
    width: 100%;
    text-align: center;
}
#contact-us #content p {
    font-size: 14px;
    display: block;
    margin: 0;
}
p.articleCtm {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
}
.articleCtm:after, .articleCtm:before {
    display: block;
    content: none;
}
#boba-academy-learn-how-to-make-bubble-tea-classes table.user-table td p {
  display: block; 
}
#hc-faq-content-wrapper .s4com-container .s4com-articles a h4 {
    padding-left: 20px !important;
}
.view-grid {
    margin-left: 0px;
}
}

/*-------------------------10/March/2023 (CSS)----------------------------*/
/* #content .pro_main_c .desc_blk h5 {
    display: none;
} */
/* #content .page_c {
  background:#fff;
  position:relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin:0 0 30px;
  padding:0;
} */
#nav .menu_c {
    background: #fff;
    margin: 0;
    padding: 0;
    z-index: 99;
}
#nav .menu_c .menu_title {
    padding: 15px 25px;
    border-bottom: 1px solid #efefef;
}
#nav .menu_c h4 {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
#nav .cart_menu .checkout_row {
    padding: 25px;
}
#nav .cart_menu .checkout_row .btn_c {
    margin: 0;
    float: right;
}
#nav .cart_menu .checkout_row .checkout_btn {
    width: 121px;
    height: 40px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    display: block;
    float: right;
    font-weight: 700;
    background: #007A11;
    border-radius: 18px;
    border: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#nav .cart_menu .cart_row {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}
#nav .cart_menu ul {
    display: table-row;
}
#nav .cart_menu ul li:nth-child(1) {
    width: 22%;
    padding-left: 25px;
}

#nav .cart_menu .cart_row .cart-item-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
}


#nav .cart_menu ul li {
    border-bottom: 1px solid #efefef;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    float: none;
}
#nav .cart_menu ul li .pro_img {
    height: 80px;
}
#nav .cart_menu ul li .pro_img {
    width: 80px;
    height: auto;
    padding: 4px;
    border: 1px solid #efefef;
}
#nav .cart_menu ul li .pro_img img {
    display: block;
    width: 100%;
    height: 100%;
    background: #dcdcdc;
}
#nav .cart_menu ul li:nth-child(2) {
    width: 52%;
}
#nav .cart_menu ul li:nth-child(3) {
    width: 26%;
    padding-right: 25px;
}
.recipes {
    padding: 30px 0;
}
#featured-blogs .bossen-blog_box {
    width: 100%;
}
.blog_grid {
    padding: 20px;
    height: 100px;
}
.blog_grid h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.desproimgdown .easytabs-text {
    display: none;
}  
.blog_btn {
    text-align: center;
}
a.blog_view {
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
    background-color: #eb245d;
    color: #fff;
    max-width: 250px;
    font-size: 16px;
    border-radius: 50px;
}
/* .bounceInLeft {
    position: sticky;
    top: 0;
} */
#content .blog_c .page_c {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contact-us .frm_bot {
    padding-top: 15px;
}
/* .template-product #content p {
    display: flex;
    flex-wrap: wrap;
} */
.video_item video {
    width: 100%;
    height: 100%;
    max-height: 550px;
}
.masonry {
    display: flex;
    flex-wrap: wrap;
}
#content .blog_c .masonry-post {
    padding-left: 0 !important;
    margin-bottom: 30px;
}
#content .blog_blk {
    background: #fff;
    position: relative;
    box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
    margin: 0 0 0 0;
    padding: 0;
    border-radius: 5px;
    height: 100%;
}
.template-blog .rte img {
    max-width: 100%;
    height: 350px;
    overflow: hidden;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}


/*----new css---*/
a.review-redirect:before {
    content: '';
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    padding: 10px;
}

.slides iframe {
    width: 100%;
    height: 300px;
}

/* product page css */

  html.noIE {
    padding-bottom: 0 !important;
}
#featured-products .owl-stage{
  height: 100%;
  display: flex;
}
#featured-products .owl-item {
    height: auto;
    display: flex;
}
#footer  i.fa {
    width: 100%;
    height: 100%;
}
#footer i.fa::before {
    position: absolute;
}
.variations .row {
    margin: 0;
}
#content .product_c #featured-products .main_box {
    width: 100%;
}

/* sale page css start */

.banner-slider img {
    max-width: 100%;
}
.custom_collection .row {
    margin: 0;
}
.custom_collection {
    margin-top: 20px;
}
.sale_page  #content .main_box{
    background-color :#fff;
  }
#content .cart_tbl .total_row + p {
    color: #000 !important;
    text-transform: capitalize;
    margin-left: 25px;
    margin-top: 10px;
}
div#tabs ul {
    padding-left: 0;
}
span.shipping-text {
    display: none !important;
}
  .uwy.userway_p7 {
    display: none;
}
   #footer .f_bot a.accessibility_tab {
    margin-left: 60px;
}
@media only screen and (max-width: 992px){
.custom_collection .view-grid .mb30 {
    width: 33.3%;
}
}
@media only screen and (max-width: 767px){
.custom_collection .view-grid .mb30 {
    width: 50%;
  padding-left:10px;
  padding-right:10px;
}
body#\33 -easy-step-recipes-for-aloe-vera-bubble-tea-menu-idea-cold-beverage #content p {
  display: block;
}
}


div#userwayAccessibilityIcon {
    display: none;
}
.home-slider .slides img {
    width: 100%;
}
.home-slider .slides li a:focus-visible{
  outline-offset: -2px !important;
  display: block;
  padding: 6px;
  background-color: #FFF;
}

body#loose-assam-ceylon-black-tea-leaves div#tabs-2, body#\38 -litre-2-1-gallon-tea-warmer-dispenser div#tabs-2, body#bubble-tea-sealing-film-machine-for-95mm-pp-cups-for-bubble-tea div#tabs-s1, body#sealing-film-machine-for-98mm-pet-cups-ul-certified-complies-with-nsf div#tabs-s1, body#blender-base div#tabs-s1, body#crema-whipping-powder-blender-container-for-making-crema-foam-drinks div#tabs-s1, body#tea-blender-for-commercial-use-great-for-mixing div#tabs-s1, body#tapioca-smart-cooker-3-0 div#tabs-s1, body#steam-and-hot-water-machine div#tabs-s1{
    background: #fff;
    padding: 10px 12px 10px 12px !important;
}
body#bubble-tea-sealing-film-machine-for-95mm-pp-cups-for-bubble-tea div#tabs ul li a, body#sweet-meter-bubble-tea-kitchen-tool-wholesale-amp-supply div#tabs ul li a, body#tea-espresso-machine div#tabs ul li a,  body#loose-assam-ceylon-black-tea-leaves div#tabs ul li a, body#blender-container-for-tea div#tabs ul li a , body#crema-whipping-powder-blender-container-for-making-crema-foam-drinks div#tabs ul li a, body#tea-blender-for-commercial-use-great-for-mixing div#tabs ul li a, body#tapioca-smart-cooker-3-0 div#tabs ul li a, body#steam-and-hot-water-machine div#tabs ul li a{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #333333;
    padding: 10px 12px 10px 12px !important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
body#sweet-meter-bubble-tea-kitchen-tool-wholesale-amp-supply div#tabs ul, body#tea-espresso-machine div#tabs ul, body#blender-base div#tabs ul, body#crema-whipping-powder-blender-container-for-making-crema-foam-drinks div#tabs ul, body#tea-blender-for-commercial-use-great-for-mixing div#tabs ul, body#tapioca-smart-cooker-3-0 div#tabs ul, body#steam-and-hot-water-machine div#tabs ul{
    padding-left: 0;
    margin-bottom: 0;
}
body#sweet-meter-bubble-tea-kitchen-tool-wholesale-amp-supply div#tabs-s1, body#tea-espresso-machine div#tabs-s1, body#blender-container-for-tea div#tabs-s1 , body#sealing-film-machine-for-98mm-pet-cups-ul-certified-complies-with-nsf div#tabs li, body#\38 -litre-2-1-gallon-tea-warmer-dispenser #tabs > ul > li {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #333333;
    display: inline-block;
    padding: 7px 12px 7px 12px !important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
body#bubble-tea-sealing-film-machine-for-95mm-pp-cups-for-bubble-tea div#tabs ul, body#loose-assam-ceylon-black-tea-leaves div#tabs ul, body#blender-container-for-tea div#tabs ul, body#sealing-film-machine-for-98mm-pet-cups-ul-certified-complies-with-nsf div#tabs ul,  body#\38 -litre-2-1-gallon-tea-warmer-dispenser div#tabs ul {
  margin-bottom: 0px;
}

.desproimgdown div#tabs #tabs-s1{
  width: 100%;
  max-width: 100%;
}

.custom-image-div {
    padding: 0 !important;
    margin-top: 30px !important;
}

body#suffix-il ol.breadcrumb, body#suffix-il #content .title h1,  #product-sample-form_md ol.breadcrumb, #product-sample-form_md #content .title h1, #product-sample-form_lw #content .title h1, #product-sample-form_lw #content ol.breadcrumb, #product-sample-form_nra2024 #content ol.breadcrumb, #product-sample-form_nra2024 #content .title h1, #product-sample-form_sffs2024 #content ol.breadcrumb, #product-sample-form_sffs2024 #content .title h1{
  display: none;
}

/* New Css 1405 */
#featured-blogs .blog_blk .bossen-blog-image a {
    position: relative;
    padding-top: 70%;
    display: block;
}
#featured-blogs .blog_blk .bossen-blog-image a img {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

@media screen and (max-width:660px){
  #boba-straw-wrapper-custom-print-form iframe {
    height: 1700px;
  }
  .sfbox.box-page iframe[title="Wholesale Account Application"] {
    height: 3700px !important;
 }
  .owl-theme .owl-controls .owl-nav {
    right: 0;
}
}

div#featured-blogs .blog-content {
    display: none;
}



/* ============artcle-page-new-style=========== */
.new-article-text-style p {
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
    padding: 15px !important;
    text-align: justify !important;
}
.new-article-text-style a {
    text-decoration: none !important;
    color: #eb245d !important;
}
.new-article-text-style h1, .new-article-text-style h2, .new-article-text-style h3, .new-article-text-style h4 {
    font-family: 'Lato', sans-serif!important;
    font-size: 20px!important;
    letter-spacing: 1px!important;
    font-weight: bold!important;
    color: #eb245d!important;
    margin-bottom: 0!important;
    padding-top: 20px!important;
}
.new-article-text-style li {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    text-align: justify !important;
}
.new-article-text-style ul {
    margin-bottom: 0 !important;
    padding-left: 30px !important;
    padding-bottom: 20px !important;
}
.new-article-text-style span {
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
    /* padding: 15px !important; */
    text-align: justify !important;
}

.new-article-text-style p:empty{
  display: none;
}

/* New Css 1704 */
@media only screen and (max-width: 768px){
  .template-index #PopupSignupForm_0  .mc-banner {
    top: unset !important;
    bottom: 0;
}  
body#seasonal-sips-festive-flavors-for-your-winter-menu .blog_blk .recipe-container .recipe-text {
    flex: auto;
    width: 100%;
}
body#seasonal-sips-festive-flavors-for-your-winter-menu .blog_blk .recipe-container .recipe {
    flex-wrap: wrap;
}
body#seasonal-sips-festive-flavors-for-your-winter-menu .ideas-hover img {
    margin: 0;
}
.blog_blk.red5.clearfix ol {
    margin-left: 0;
}
}
/* New Css 1109 */
.blog-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.blog-tag .blog-tag_inner {
    border-radius: 5px;
    display: block;
    font-size: 16px;
    padding: 1px 4px;
    text-align: center;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 600;
    width: auto;
    height: 35px;
    line-height: 35px;
    background-color: #FFF;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.template-blog .masonry {
  height: 100% !important;
  padding-left: 0;
}

.bossen-blogs .bossen-blog_box.col-md-4 {
    width: 33.33%;
    position: static !important;
    height: 100%;
}
.bossen-blogs #content .blog_blk {
    height: auto;
}

@media screen and (max-width: 1120px){
 .bossen-blogs .bossen-blog_box.col-md-4 {
    width: 50%;
} 
}

@media screen and (max-width: 550px){
 .bossen-blogs .bossen-blog_box.col-md-4 {
    width: 100%;
} 
}
.blog_c.ideas-hover.bossen-blogs.block_items_added_cstm .rte.clearfix.bossen-blog-image,
.blog_c.ideas-hover.bossen-blogs.block_items_added_cstm .blog_blk.clearfix.rollIn{
    padding: 0 !important;
}
.blog_c.ideas-hover.bossen-blogs.block_items_added_cstm img {
    width: 100%;
}
.blog_c.ideas-hover.bossen-blogs.block_items_added_cstm h2,
.blog-content.custom_blog_sssss{
    padding: 0px 25px;
}
.content_extra_overlap {
    padding: 0px 12px;
}

.blog_c.ideas-hover.bossen-blogs.block_items_added_cstm .row {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px){
.blog_c.ideas-hover.bossen-blogs.block_items_added_cstm h2 {
    height: 60px;
}
  #content .blog_blk .read-more .btn_c {
    left: 50%;
    transform: translate(-50%, 0);
}
}

.blog_blk.clearfix .rte.clearfix.bossen-blog-image {
    padding: 0;
}

/***** ADA styles start *****/
*:focus-visible{
  outline: 2px solid #AD103C !important;
  outline-offset: 3px !important;
}

.bossen-blog-image .blog_blk{
  position: relative;
} 
.bossen-blog-image .title-link:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rte .product--title{
  font-size: 20px;
}
.smith.pinterest-share{
  position: absolute; 
  z-index:10; 
  padding: 0px 30px 0px 0px; 
  display:none;  
  margin-top: 10px; 
  margin-left:8px;
}
.thumbnail-button{
  padding: 0;
  border: none;
}
.form-field-label{
  position: relative;
}
#footer .f_mid .email_box button{
  top: auto;
  bottom: 0;
}
.dropdown-short .open~.dropdown-menu{
  display:block;
}
.dropdown-short .dropdown-toggle .caret{
  position: relative;
  width: 8px;
  height: 20px;
  vertical-align: top;
  font-family: FontAwesome;
  margin-left: 8px;
  border: none;
}
.dropdown-short .dropdown-toggle .caret:before {
    content: "\f107";
}

#header #nav .navbar .navbar-collapse .navbar-nav>li> .mobile-menu-link .caret {
  margin-left: 8px;
}

@media screen and (min-width: 900px) {
  #header #nav .navbar .navbar-collapse .navbar-nav>li> .mobile-menu-link {
    padding-inline: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 790px) {
  #featured-products .desc .product-card-title {
    font-size: 12px;
    line-height: 18px;
  }
}

.template-product.mfp-zoom-out-cur .__seguno-banner-container-top-float,
.template-product.mfp-zoom-out-cur .reviews-tab-modal-container[data-v-caad1bda]{
  z-index: 0;
}
.template-product.mfp-zoom-out-cur .mfp-container *:focus-visible{
  outline-color: #fff !important;
}
.add-to-cart-popup .sr-only{
  display: none;
}
/* Cart page styles */
.desktop-sidebar,
.cart-main{
  position: unset;
}

.sidebar .side_box .cart-shipping-calc-list {
  font-size: 10px; /* Equivalent to font size -2 */
  color: #585858;
}

.sidebar .side_box .cart-shipping-calc-list li {
  padding: 0;
  margin-bottom: 20px;
}

.sidebar .side_box .cart-shipping-calc-list a {
  color: #eb245d;
}
/***** ADA styles end *****/

/***** Contact image text styles Start *****/
.contact_c center {
  position: relative;
}

.custom-banner {
  position: relative;
  background-color: #B8003D;
  padding: 6px 20px 8px;
  display: inline-block;
}
.custom-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -49px;
  height: 100%;
  width: 50px;
  background-color: #B8003D;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.contact-text {
  position: absolute;
  top: auto;
  bottom: 9%;
  left: auto;
  right: 0;
  /* display: none; */
}
.contact_c center .custom-banner p{
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}
.contact_c center .custom-banner p span{
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
  .contact_c center .custom-banner p{
    font-size: 16px !important
  }
  .custom-banner::before {
    left: -39px;
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-banner::before {
    left: -19px;
    width: 20px;
  }
  .custom-banner {
    padding: 4px 10px 5px;
  }
  .contact_c center .custom-banner p{
    font-size: 10px !important
  }
}
/***** Contact image text styles End *****/
/* #color-code change */
#footer .f_mid .email_box button span {
  color:#757575;
}
#header #nav .caret {
  color: #000000;
}
#header .hed_right ul li a:has(.fa-phone){
  color: #737373;
}
#header #nav .navbar-collapse .dropdown-menu li > a{
  color: #000000;
}
#header .search_menu .search_box button span {
  color: #757575;
}
#footer .f_bot .f_bot_left a:first-child {
  color: #DF0334;
  text-decoration: underline;
  background-color: #FFF;
}
#footer .f_bot .f_bot_left {
  color: #7B6C6B;
}
#footer .container .col-lg-6 .desc font:nth-of-type(2) {
  color: #6F7D38 !important;
}
#content .pro_main_c .desc_blk .review_row div.share div.social-sharing ul li a{
  background: #757575;
}
#create_customer .alert-danger{
  color: #000000;
}

.alert-danger a {
  color: #72112d;
  font-weight: bold;
}

.alert-danger a:hover {
  color: #000;
}

#content .frm .reqired {
  display: block;
  width: 100%;
  color: #D64309;
}
#errorLi #errorMsg b {
    color: #D20200 !important;
}
/* #color-code change end*/

/* feature product  calouser designs*/

.owl-theme .owl-controls .owl-nav .disabled {
    display:none;
  visibility: hidden;
}
/* .owl-nav *:focus-visible {
    color: transparent;
} */

.owl-prev:focus,
.owl-prev:focus-visible{
  outline: 1px solid !important;
  color:#000;
}
.owl-next:focus,
.owl-next:focus-visible{
  outline: 1px solid !important;
  color:#000;
}


/* product-gallery imgs raw html styles */
.img-raw-html-container {
  display: none;
}

.flex-active-slide .img-raw-html-container {
  display: block;
}
  
.image-slide-link:has(.img-raw-html-container) {
  text-decoration: none;
}

.img-raw-html-container * {
  color: #000;
}

.img-raw-html-container {
  min-height: 340px;
  cursor: pointer;
}

.img-raw-html-container b,
.img-raw-html-container .percent {
  font-weight: 800;
}

.img-raw-html-container .is-right-aligned { text-align: right; }

.img-raw-html-container .nutrition-facts {
  width: 100%;
  font-size: 14px;
  border: 2px solid black;
  padding: 0 5px 5px 5px;
}

.img-raw-html-container .nutrition-facts > div,
.img-raw-html-container .row {
  width: 100%;
  margin: auto;
}

.img-raw-html-container .row {
  justify-content: space-between;
}

.img-raw-html-container .row:before,
.img-raw-html-container .row:after{
  content: none;
}

.img-raw-html-container .nutrition-facts > *{
  width: 100%;
}

.img-raw-html-container h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  border-bottom: 1px solid black;
}

.img-raw-html-container .row {
  display: flex;
  justify-content: space-between;
}

.img-raw-html-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img-raw-html-container ul li {
  border-bottom: 1px solid black;
  padding: 1px 0;
}

.img-raw-html-container ul li ul li {
  padding-left: 20px;
  border: 0;
  border-top: 1px solid black;
}

.img-raw-html-container .nutrition-facts > ul > li:last-of-type {
  border: 0;
}

.img-raw-html-container p {
  margin: 0;
  margin-top: 3px;
  font-size: 12px;
}

.img-raw-html-container .serving-size {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 15px solid black;
  padding: 2px 0;
}

.img-raw-html-container .amount-per-serving {
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: -12px;
}

.img-raw-html-container .calories {
  font-size: 36px;
  font-weight: 900;
  align-items: baseline;
  border-bottom: 5px solid black;
}

.img-raw-html-container .calories span:last-of-type {
  font-size: 42px;
}

.img-raw-html-container .percent-daily-value {
  display: block;
  padding: 2px 0;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid black;
}

.img-raw-html-container .grid-2x2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 15px solid black;
  border-bottom: 5px solid black;
}

.img-raw-html-container .grid-2x2 li {
  flex-basis: 50%;
  position: relative;
}

.img-raw-html-container .grid-2x2 li .dot {
  position: absolute;
  right: 10px;
  font-weight: bold;
}

.img-raw-html-container .grid-2x2 li:nth-of-type(3),
.img-raw-html-container .grid-2x2 li:nth-of-type(4) {
  border: 0;
}
/* product-gallery imgs raw html styles */

/* footer custom styles */
 #footer .location-item {
    margin-bottom: 20px;
  }

  #footer .location-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  @media (min-width: 768px) {
    #footer .location-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 23px;
    }
    
    /* Optional: If you want exactly 3 items per column */
    #footer .location-list {
      grid-template-rows: repeat(3, auto);
      /* grid-auto-flow: column; */
    }
  }

  @media (min-width: 768px) {
    .location .location-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 32px;
      row-gap: 24px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .location .location-list .location-group--california {
      grid-column: 1 / -1;
    }

    .location .location-list .location-group {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .location .location-list .location-group .location-state-heading {
      margin: 0 0 8px 0;
      font-weight: bolder;
    }

    .location .location-list .location-group--california .california-storefronts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .location .location-list .location-group--california .california-storefronts .location-item:first-child {
      grid-column: 1 / -1;
    }
  }
/* footer custom styles */

.template-search .rte a.btn_c{
  color: #fff;
}