a,
article,
aside,
b,
body,
canvas,
caption,
center,
div,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
quantity-input-in-cart html,
i,
iframe,
img,
li,
nav,
object,
p,
section,
smenu,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

html {
  height: 100%;
}

body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  color: #444;
  line-height: 1.4;
  position: relative;
  min-height: 100%;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 5px;
}

p {
  margin: 0 0 15px 0;
}

b {
  font-weight: 700;
}

a {
  color: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #6d6d6d;
}

.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix,
.clearfix:after {
  clear: both;
}

.container-fluid {
  max-width: 1440px;
  margin: 0 auto;
}

.bold {
  font-weight: 700;
}

.block {
  display: block;
}

.grecaptcha-badge {
  display: none;
}

.g-recaptcha:not(button) {
  width: 240px;
  height: 78px;
  -webkit-transform: scale(0.79);
  transform: scale(0.79);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.display_load_more .load_more {
  display: block !important;
}
.cart-flex {
  align-items: flex-end;
  display: flex !important;
}
.quantity.custom-design {
  display: flex !important;
  align-items: center !important;
}

.quantity.custom-design .quantity-button {
  /* position: unset !important;
       height: unset;
       transform: unset;
       background: transparent;
       border: none;
       font-size: 19px; */
}
span.color {
  width: 28px;
  display: inline-block;
  height: 9px;
}
.quantity.custom-design .quantity-nav {
  float: unset;
  margin: 0 !important;
  position: unset !important;
}

.quantity.custom-design input.change_quantity {
  background: #eee;
  border: none;
  padding: 0;
  text-align: center;
  max-width: 50px;
}

.quantity.custom-design .quantity-nav .quantity-button.quantity-down {
  /*   font-size: 26px;
       line-height: normal; */
}

@media screen and (max-width: 767px) {
  span.color {
    width: 28px;
    display: inline-block;
    height: 9px;
  }

  .row.cart_row.grid_row.cart-flex {
    display: block !important;
  }
.cart-open .cart-tag span {
    font-size:10px!important;
}
  .row.cart_row.grid_row.cart-flex .col-sm-1.cart_total_col {
    background: transparent;
    border: none;
    display: inline-block !important;
    width: unset;
    padding: 0;
    margin: -10px 0 0 0;
  }

  .row.cart_row.grid_row.cart-flex .col-sm-3.cart_name_col {
    width: 60%;
  }

  .row.cart_row.grid_row.cart-flex .cart_price_col {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
  }
}

.cart_quant_col p.small-title {
  margin: 0 0 3px 0;
  font-size: 8px;
}
p.small-title.top-padding {
  margin: 20px 0 5px 0;
}

.col-sm-6.col-sm-offset-1.custom-part {
  margin: 0px;
  display: flex;
}

.col-sm-6.col-sm-offset-1.custom-part .left-part {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  border: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.col-sm-6.col-sm-offset-1.custom-part .col-sm-8.col-sm-offset-2 {
  margin: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
@media  screen and (max-width: 767px) {
    .selection_col{
        margin-bottom:20px;}
    
} 
@media  screen and (max-width: 767px) {
    .top-pager{
        display:none;}
    
}
.header {
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  top: 0;
  background: #fff;
}

.main-header {
  border-bottom: 1px solid transparent;
  padding: 0 0;
  width: 100%;
  z-index: 111;
  position: relative;
  background: 0 0;
}

.main-header.header-stickey {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0px 0;
}
.product_slider {
  margin-bottom: 30px;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.mainmenu .navbar-brand {
  max-width: 236px;
  padding: 0;
  border-radius: 0;
  line-height: initial;
}

.mainmenu .navbar-nav {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 0 0;
  float: none;
}

.mainmenu .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0 solid transparent !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: 0 2px 4px 0 #dcdcdc !important;
}

.mainmenu .navbar-nav a,
.mainmenu .navbar-nav ul li a,
.navbar-default .navbar-nav > li > a,
.navbar-expand-lg .navbar-nav .nav-link {
  color: #a1a1a1;
  font-size: 14px;
  display: block !important;
  position: relative;
  font-weight: 400;
  padding: 8px 0px;
}

.mainmenu .navbar-nav a {
  position: relative;
  font-weight: 600;
}

.mainmenu .navbar-nav li {
  margin: 0 15px;
}

.mainmenu .navbar-nav .active > a,
.mainmenu .navbar-nav .active > a:focus,
.mainmenu .navbar-nav .active > a:hover,
.mainmenu .navbar-nav li a:focus,
.mainmenu .navbar-nav li a:hover,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
  color: #000000;
  background: 0 0;
  outline: 0;
}

.mainmenu {
  background: 0 0;
  border: 0 solid;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  min-height: 20px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.main-header.header-stickey .mainmenu .navbar-nav a {
  color: #a1a1a1;
}

.main-header.header-stickey .mainmenu .navbar-nav a:active,
.main-header.header-stickey .mainmenu .navbar-nav a:focus,
.main-header.header-stickey .mainmenu .navbar-nav a:hover,
.main-header.header-stickey .mainmenu .navbar-nav li.active a {
  color: #903;
}

.header .nav-brand > a {
  display: inline-block;
  max-width: 170px;
  margin: 0 auto;
}

.main-header.header-stickey .navbar-brand > img {
  display: none;
}

.main-header.header-stickey .navbar-brand .on-scroll-logo {
  display: block !important;
}

.user_wishlist {
  float: left;
  margin-left: 0;
}

.user_wishlist a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #000;
  margin-right: 8px;
}

.user_wishlist a:last-child {
  margin-right: 0;
}

.user_wishlist a:hover {
  background: #6d6d6d;
}

.header_contact .cont_number i {
  margin-right: 5px;
}

.header_contact .language {
  position: relative;
  padding-left: 7px;
}

.header_contact .language:before {
  position: absolute;
  content: "|";
  left: 0;
  top: -2px;
}

.header_auth .cart-open {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.header_auth .cart-open:active,
.header_auth .cart-open:focus,
.header_auth .cart-open:hover {
  color: #ff0808;
}

.main-header > .container {
  position: relative;
}

.header-lang {
  display: none;
  position: relative;
}
/* .header-lang .dropdown-content a{display:inline-block;width:26px;height:20px;border:0;padding:0} */
/* .header-lang .dropdown-content a{width:100%;display:block;height:28px} */

.header-lang .dropbtn {
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 2px 3px;
  border: 1px solid #ddd;
  height: 28px;
}
.header-lang .dropbtn img {
  max-width: 95%;
}
.header-lang .dropbtn i {
  position: absolute;
  top: 4px;
  color: #797979;
}

.header-lang .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #ececec;
  min-width: 100%;
  z-index: 111;
  text-align: center;
}
.header-lang .dropdown-content a {
  padding: 3px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 11px;
  color: #fff;
  width: 100%;
  height: 28px;
}
.header-lang .dropdown-content a img {
  margin: 0 auto;
  margin-right: 3px;
  height: 18px;
  width: 28px;
}
.header-lang .dropdown-content a:hover {
  background-color: #8f8f8f;
}
.header-lang:hover .dropdown-content {
  display: block;
}

/* .dropdown.header-lang:hover .dropbtn{background-color:#adadad} */
/* .dropdown.header-lang:hover i{color:#fff} */

.main-header .language {
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 1;
}
.main-header .language a {
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #dbdbdb;
  width: 25px;
  height: 25px;
}
.main-header .language a:first-child {
  margin-left: 0px;
}
.main-header .language a > img {
  vertical-align: top;
  max-width: 25px;
  width: 100%;
  height: 100%;
}

.header .nav-brand {
  padding: 20px 15px;
}

.header .navbar-nav > li {
  float: none;
  position: relative;
}

.header .navbar-nav > li > a {
  position: relative;
  padding: 20px 0;
  color: #000 !important;
  font-size: 13px;
  margin: 0;
}

.header .navbar-default .navbar-nav > li > a:focus,
.header .navbar-default .navbar-nav > li > a:hover {
  color: #000 !important;
  background-color: transparent !important;
  text-decoration: underline;
}

.header .navbar-default .navbar-nav > li.active > a,
.header .navbar-default .navbar-nav > li.open > a {
  color: #000 !important;
  background-color: transparent !important;
  text-decoration: underline;
}

.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:focus,
.header .navbar-default .navbar-nav > .open > a:hover {
  color: #000 !important;
  background-color: transparent !important;
  text-decoration: underline;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #000 !important;
}

.header .navbar-collapse {
  padding: 0;
}

.header .dropdown-menu > li > a {
  padding: 5px 20px;
  line-height: initial !important;
}

.header .dropdown-menu > li > a:hover {
  background: transparent;
  color: #000000;
  text-decoration: underline;
}

.mainmenu > .container {
  position: relative;
}

.header .pull-right-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 15px;
  z-index: 1;
  align-items: center;
}

.header .pull-right-icon a {
  margin-left: 5px;
  display: inline-block;
}

.header .pull-right-icon a:first-child {
  margin-left: 0;
}

.header .pull-right-icon a.for-icon {
  position: relative;
}

.header .pull-right-icon a.for-icon > img {
  max-width: 48px;
}

.header .pull-right-icon a.insta-icon {
  width: 40px;
  height: 40px;
  border-radius: 24px;
  text-align: center;
  background-image: url(/assets/front/images/instagramborder.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
  padding: 4px;
}

.header .pull-right-icon a.insta-icon > img {
  width: 100%;
  vertical-align: top;
  border-radius: 100%;
}

.header .pull-right-icon a.search-tag {
  background-image: url(/assets/front/images/icoArama.png);
  background-size: 45%;
  background-position: center top;
  background-repeat: no-repeat;
  min-width: 45px;
  text-align: center;
  font-size: 12px;
  color: #000;
  padding-top: 30px;
}

.header .pull-right-icon a.profile-tag {
  background-image: url(/assets/front/images/user-icon.png);
  background-size: 45%;
  background-position: center top;
  background-repeat: no-repeat;
  min-width: 45px;
  text-align: center;
  font-size: 12px;
  color: #000;
  padding-top: 30px;
}

.header .pull-right-icon a.cart-tag {
  background-image: url(/assets/front/images/icoSepet.png);
  background-size: 45%;
  background-position: center top;
  background-repeat: no-repeat;
  min-width: 45px;
  text-align: center;
  font-size: 12px;
  color: #000;
  padding-top: 24px;
}

.dropdown-large {
  position: relative !important;
}
.navbar-nav > li > .dropdown-menu.multi-level {
  min-width: 200px;
}
.navbar-nav > li > .dropdown-menu {
  width: 100%;
  margin-top: 1px;
  padding: 15px 5px;
  min-width: 700px;
}

.navbar-nav > li > .dropdown-menu li {
  margin-left: 0;
  margin-right: 0;
}

.navbar-nav .dropdown-menu-large .inn-list > a {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.navbar-nav .dropdown-menu-large .inn-list ul {
  margin-top: 15px;
}

.navbar-nav .dropdown-menu-large .inn-list ul li {
  margin-bottom: 10px;
}

.navbar-nav .dropdown-menu-large .inn-list ul li a {
  position: relative;
  font-size: 13px;
  color: #000;
  padding: 0 !important;
  padding-left: 15px !important;
  margin: 0;
}

.navbar-nav .dropdown-menu-large .inn-list ul li a:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 13px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  pointer-events: none;
  left: 0;
}

.navbar-nav .dropdown-menu-large .inn-list :active,
.navbar-nav .dropdown-menu-large .inn-list a:focus,
.navbar-nav .dropdown-menu-large .inn-list a:hover {
  color: #000;
  text-decoration: underline;
}

.navbar-nav .menu-img-col img {
  width: 100%;
  vertical-align: top;
}

.header .search-box {
  font-size: 13px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.98) !important;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  border: solid 1px #ededed;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  margin-top: 1px;
}

.header .search-box .search-col {
  position: relative;
  margin-bottom: 0px;
}
.header .search-box .search-col form .input-group-addon {
  position: absolute;
  border: 0px;
  padding: 0px;
  background: transparent;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}

.header .search-box .search-col form .input-group-addon > button {
  display: inline-block;
  padding: 0px;
  border: 0px;
  background: transparent;
}

.search-box .search-col .form-group {
  margin-bottom: 0;
}

.search-box .search-col .form-control {
  height: 56px;
  padding-left: 60px;
  border: 1px solid #dcdcdc;
  background-image: url(/assets/front/images/icoArama.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 20px center;
}

.search-box .search-boxes h3 a {
  display: block;
  width: 100%;
  border-bottom: solid 1px #ededed;
  padding: 10px 0;
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0;
  color: #000;
  font-weight: 700;
}

.search-box .search-boxes ul {
  padding-left: 10px;
  margin-bottom: 40px;
}

.search-box .search-boxes ul li {
  margin-bottom: 10px;
}

.search-boxes .checkbox-button {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
}

.search-boxes input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.search-boxes input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}

.search-boxes .checkbox-button__input {
  opacity: 0;
  position: absolute;
}

.search-boxes .checkbox-button__control {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
  background-color: inherit;
  color: #000;
  border: 1px solid #000;
}

.search-boxes
  .checkbox-button__input:checked
  + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #000;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.search-boxes .checkbox-button__input:checked + .checkbox-button__control {
  border-color: #000;
}

.search-boxes .checkbox-button__control {
  transform: scale(0.75);
}

.profile-box {
  background: #fff;
  padding: 30px 15px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  margin-top: 1px;
}

.cart-slide {
  position: fixed;
  background: #fff;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 20px;
  top: 0;
  max-width: 450px;
  border-left: 1px solid #dcdcdc;
  overflow: auto;
}

.cart-slide.slide {
  right: 0;
}

.cart-slide .slide-title {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}

.cart-slide .cart-box {
  position: relative;
  text-align: center;
  color: #000;
  padding: 15px;
}

.cart-slide .cart-box h3 {
  text-align: center;
  color: #000;
  font-size: 15px;
}

.cart-slide .cart-box .icon {
  max-width: 30px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.cart-slide .cart-footer {
  position: relative;
  margin-top: 30px;
}

.cart-slide .cart-footer a {
  display: block;
}

.user_custom_form .modal-dialog {
  width: 95%;
}

.user_custom_form .modal-header {
  border-bottom: 0;
}

.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #000;
}

.login-reg {
  width: 70%;
  margin: 0 auto;
}

.login-reg [class^="col-"] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.login-reg h3 {
  color: #666;
  font-size: 15px;
  margin-bottom: 15px;
}

.modal-header {
  padding: 10px 5px;
}

.modal-dialog.modal-sm .modal-footer .btn-sm {
  padding: 5px;
  font-size: 12px;
}

.home_page .wrapper {
  margin-top: 0;
}

.wrapper {
  margin-top: 0;
  margin-bottom: 20px;
  /* padding: 0!important */
}

.gift-bar {
  background: #f4f4f4;
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  margin-top: 10px;
}

.gift-box {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
}

.gift-box .ico {
  margin-right: 15px;
}

.gift-box .detail h2 {
  color: #000;
  font-size: 14px;
}

.gift-box .detail h3 {
  color: #ec0f0f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

.gift-box .detail h2:last-child {
  margin-bottom: 0;
}

.banner_slider {
  position: relative;
  margin-bottom: 20px;
}

.banner_slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 1;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
}

.banner_slider:hover .owl-nav {
  opacity: 1;
}

.banner_slider .owl-nav .owl-next:hover,
.banner_slider .owl-nav .owl-prev:hover {
  background: 0 0;
  color: #000;
}

.banner_slider .owl-nav .owl-next,
.banner_slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
  color: #000;
  background: 0 0;
  padding: 0;
  margin: 0;
}

.banner_slider .owl-nav .owl-next {
  right: 15px;
  left: initial !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 10px;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

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

.banner_slide .item {
  position: relative;
}

.banner_slider .banner_item .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 900px;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.banner_slider .banner_item .caption h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.banner_slider .banner_item .caption p {
  font-size: 15px;
  margin-bottom: 15px;
  color: #fff;
}

/* .banner_slider .banner_item:before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    background: rgba(0, 0, 0, .2)
} */

.breadcrumb_div {
  position: relative;
  padding: 10px 0;
}

.breadcrumb_div .breadcrumb {
  background: #fff;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb_div a {
  font-size: 15px;
  color: #4e4e4e;
  margin-bottom: 0;
  margin-left: 10px;
}

.breadcrumb_div h1 {
  padding-left: 10px;
}

.breadcrumb_div .breadcrumb li {
  position: relative;
}

.breadcrumb_div .breadcrumb li span {
  display: inline-block;
  margin-left: 10px;
}

.breadcrumb_div .breadcrumb li:first-child a {
  margin-left: 0;
}
.breadcrumb_div .breadcrumb > li + li:before {
  color: #000;
  content: "";
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background: #000000;
}
.breadcrumb_div .breadcrumb > li {
  margin: 0 0 0 3px;
}

.quantity-input-in-cart {
  margin-left: 15%;
}
.breadcrumb_div .breadcrumb > li a:hover {
  color: #000;
}

.breadcrumb > .active {
  color: #000;
}

.inner_title {
  color: #5e5e5e;
  font-size: 32px;
  margin-bottom: 15px;
}

.inner_title a:hover {
  color: #000;
}

.title-tag {
  font-size: 24px;
  margin-bottom: 15px;
  color: #000;
}

.home-products {
  margin-bottom: 5px;
}

.home-products [class^="col-"] {
  margin-bottom: 15px;
}

.home-products .product,
.home-products .product a {
  position: relative;

}

.home-products .product .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 98%;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}

.home-products .product .caption h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}

.full-link {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  margin: 0 auto;
}

.wishlist-ico {
  position: absolute !important;
  top: 2px;
  z-index: 1;
  right: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #6d6d6d;
  box-shadow: 0 2px 4px 2px #6d6d6d;
  background: #fff;
}

.wishlist-ico:hover {
  color: red;
  background: #e2e2e2;
}

.home-products .product {
  display: block;
  overflow: hidden;
}

.home-products .product > img {
  transition: transform 0.32s ease 0s;
}

.home-products .product:hover > img {
  transform: scale(1.05);
}

.home-products .pro-caption {
  text-align: center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 2px;
  font-size: 12px;
  transform: translateY(-50%);
}

.home-products .pro-caption h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
}

.home-products .product:hover .pro-caption h2 {
  transform: scale(0.9);
}

.home-products .pro-caption p {
  margin-bottom: 0;
  color: #000;
}

.home-products .product:hover p {
  background: #000;
  color: #fff;
}

.home-product-slider {
  margin-bottom: 25px;
}

.product-slider {
  margin-bottom: 15px;
}

.home-product-slider .product-slider {
  padding: 0 25px;
  position: relative;
}

.home-product-slider .item a {
  display: block;
}

.home-product-slider .item .pro_dtl span:first-child {
  float: left;
}

.home-product-slider .item .pro_dtl span:last-child {
  float: right;
}

.home-product-slider .title-tag {
  padding-left: 25px;
}

.home-product-slider .owl-nav {
  font-size: 80px;
  color: #605f5f;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: -40px;
}

.home-product-slider .owl-nav .owl-next,
.home-product-slider .owl-nav .owl-prev {
  line-height: 0;
  position: absolute;
  top: 0;
}

.home-product-slider .owl-nav .owl-prev {
  left: -10px;
}

.home-product-slider .owl-nav .owl-next {
  right: -10px;
}

.sidebar-list ul,
.sidebar-list ul li {
  list-style-type: none;
}

.sidebar-list ul {
  margin-bottom: 10px;
}

.sidebar-list ul li a {
  font-size: 16px;
  padding: 6px 0;
  color: #605f5f;
  display: inline-block;
}

.sidebar-list ul li.active a {
  color: #000;
}

.sidebar-list ul li a:hover {
  color: #000;
}

.sidebar-col {
  margin-bottom: 15px;
}

.filter-section .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f078";
  float: right;
  font-weight: 100;
  font-size: 15px;
}

.filter-section .accordion-toggle.collapsed:after {
  content: "\f054";
}

.filter-section #filter .accordion-group {
  border-top: 1px solid #d7d7d7;
  padding: 15px 0px;
}
/* .filter-section .accordion-group.hidden{border-top: none;padding: 0px;} */
.filter-section .accordion-heading {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}

.filter-section .accordion-heading .accordion-toggle {
  display: block;
  font-weight: 400;
}

.filter-section .control--checkbox {
  display: block;
}

.filter-section .accordion-inner {
  max-height: 200px;
  overflow: auto;
  padding-left: 15px;
}

.panel-head {
  background: #fff;
  color: #333;
  padding: 12px 15px 12px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
  font-size: 17px;
  position: relative;
}

.panel-head a.category_close {
  position: absolute;
  right: 10px;
  color: #949494;
  border: 1px solid #ccc;
  padding: 1px 3px;
  border-radius: 50%;
  font-size: 11px;
  bottom: 13px;
}

.colored_span {
  color: #2c7ec3;
  margin-left: 5px;
}

.selection_col {
  text-align: right;
  font-size: 12px;
}

.selection_col select:focus {
  outline: 0 !important;
  box-shadow: none;
}

.number_view {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.product_list {
  text-align: center;
  margin-bottom: 15px !important;
}

/*.product_list [class^="col-"] {
  margin-bottom: 20px;*/
}

.product_list .pro-img {
  position: relative;
  border: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.product_list .pro-name {
  font-size: 15px;
  color: #000;
  text-align: left;
  overflow: hidden;
  margin-bottom: 10px;
  height: 37px;
}
@media (max-width: 600px) {
.product_list .pro-name{
    height:40px;
}    
}

.product_list .pro-name a {
  display: block;
}

.product_list .pro_detail {
  padding: 2px 0 0 0;
}

.product_list .pro_detail .pro_detail_content {
  width: 50%;
  float: left;
  text-align: left;
  border-right: 1px solid #e6e6e6;
}

a.wish_ico {
  z-index: 1;
  display: block;
  /*background: #fff;*/
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  opacity: 0.5;
}

a.wish_ico:hover {
  color: red;
}

.product_list .pro-img a.block {
  min-height: 100px;
}

.product_list .pro-img a.block::before {
  background: rgba(0, 0, 0, 0) url(/assets/images/product_loader.gif) no-repeat
    scroll 0 0;
  content: "";
  display: block;
  height: 64px;
  left: 50%;
  margin: auto auto auto -32px;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 64px;
}

.product_list .pro-img a.block img {
  position: relative;
}

.product_list .pro-img:hover a.fav_click {
  opacity: 1;
}

.pro-img .image_link {
  position: relative;
  display: block;
}

.size_overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.size_overlay span {
  color: #000;
  padding: 0px 0px;
  font-size: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f4f0ef;
  margin: 0px 2px;
  border-radius: 20px;
}

.product_list .pro-img:hover .size_overlay {
  opacity: 1;
}

.product_detail_div {
  padding: 15px 0;
  background: 0 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.pro_cart {
  padding: 7px 5px;
  border-top: 1px solid #e1e1e1;
  text-align: right;
}

.pro_price {
  font-weight: 700;
}

.discount {
  color: #e32118;
  width: 50%;
  float: left;
  font-size: 20px;
  text-align: left;
  padding-left: 7px;
  font-weight: 700;
  padding-top: 12px;
}

.discount_detail {
  background: #e32118;
  z-index: 1;
  padding: 5px 5px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}

.original_price {
  text-decoration: line-through;
  color: #000;
}

.product_list .original_price {
  display: block;
}

.product_list .price_tag {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
}

.list_detail_panel {
  position: relative;
}
.list_detail_panel .filter_strip .select_arrow select {
  background: #ffffff;
  border: 1px solid #dcdcdc;
 /* min-width: 250px;*/
}
.list_detail_panel .filter_strip .select_arrow {
  margin-left: auto;
  margin-right: 0px;
}
.selection_col.product_pager .pagination {
  margin: 0px;
}
.list_detail_panel .pagination > li > a,
.list_detail_panel .pagination > li > span {
  border: 0px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #000;
  border-color: #000;
}

.product-sld {
  margin-bottom: 15px;
}

.selectors {
  margin-bottom: 15px;
  text-align: center;
  padding-right: 0;
}

.selectors a {
  border: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 2px;
}

.selectors a img {
  box-shadow: none;
  margin: 0 auto;
}

.zommer_image a {
  border: 1px solid #ccc;
  display: block;
  padding: 2px;
}

.pro-title {
  margin-bottom: 10px;
  font-size: 20px;
}

.pro-code {
  color: #6d6d6d;
  font-size: 14px;
  margin-bottom: 10px;
}

.product_detail .pro_price {
  font-size: 24px;
  margin-bottom: 5px;
}

.pro-img img.backFirst {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.pro-img:hover img.frontFirst {
  opacity: 0;
}

.pro-img:hover img.backFirst {
  opacity: 1;
}

.is_new {
  color: #fff;
  background: #0f5959;
  font-size: 11px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 11;
  padding: 7px;
  border-radius: 50%;
}

.is_campagin {
  color: #fff;
  background: #e9003c;
  font-size: 13px;
  position: absolute;
  left: 13px;
  top: 5px;
  z-index: 11;
  padding: 8px;
  border-radius: 30%;
  font-weight: bold;
}

.product_list_grid {
  padding: 0 15px;
  overflow: hidden;
}

.filter_strip {
  border: 0px;
  background: transparent;
  padding: 10px 0;
  margin-bottom: 0px;
}
.list_detail_panel .filter_strip .selection_col {
  font-size: 12px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
  margin-top: -18px;
}
.list_detail_panel .filter_strip .selection_col .clearfix {
  display: none;
}

.filter_strip h1 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
}

.filter_strip select {
  height: 36px;
  background: #fff;
  line-height: 35px;
  padding: 0 5px 0 10px;
}

.product_list [class^="col-"] {
  margin-bottom: 20px;
}

.pro_box {
  border: 1px solid #dedede;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mz-thumb img {
  box-shadow: none;
}

.mz-thumb-selected img,
.mz-thumb:hover:not(.mz-thumb-selected) img {
  filter: none;
}

.mz-inner {
  z-index: 11;
}

#Zoomer {
  border: 1px solid #ccc;
  padding: 3px;
}

.elastislide-list {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
}

.elastislide-list li {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 2px;
}

.elastislide-list li a {
  border: 1px solid #dcdcdc;
  padding: 3px;
  display: block !important;
}

.elastislide-list li a.mz-thumb-selected {
  border: 1px solid #000;
}

.no-js .elastislide-list {
  display: block;
}

.pro_detail_col .pro_title {
  font-size: 25px;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
}

.pro_detail_col .price {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
}

.pro_detail_col .price .original_price {
  color: #6f6f6f;
}

.original_price {
  text-decoration: line-through !important;
  color: #000;
}

.pro_detail_col .order_finalize .select_dropdown {
  width: 180px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pro_detail_col .sizebox .inline_div {
  width: auto;
}

.label_sm {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  color: #6f6f6f;
}

.quantity_div {
  margin-bottom: 20px;
  display: block;
}

.quantity_div .input-group .input-group-btn {
  width: 30px;
}

.quantity_div .input-group .input-group-btn .btn {
  height: 44px;
  border-radius: 0;
  color: #6f6f6f;
  background: #f4f4f4;
  border: 1px solid #c3c3c3;
  margin-right: 0;
}

.quantity_div .input-group .input-number {
  color: #000;
  border-color: #c3c3c3;
  border-style: solid;
  border-width: 1px 0;
  text-align: center;
  width: 50px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  height: 44px;
}

.quantity_div input[type="number"]::-webkit-inner-spin-button,
.quantity_div input[type="number"]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

.quantity_div .input-group-btn:last-child > .btn {
  margin-left: 0;
}

.pro_detail_col p a {
  color: #00f;
}

.pro_detail_col p a:hover {
  color: #000;
}

.btn-wish {
  padding: 0 !important;
  border: 1px solid #ccc;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.pro_disc_list {
  padding-left: 15px;
}

.pro_disc_list li {
  list-style-type: disc;
  color: #6f6f6f;
  font-size: 16px;
  margin-bottom: 5px;
}

.social_strip ul li {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
}

.social_strip ul li:last-child {
  margin-right: 0;
}

.social_strip ul li a {
  font-size: 16px;
  color: #000;
  width: 35px;
  display: inline-block;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
}

.social_strip ul li a:active,
.social_strip ul li a:focus,
.social_strip ul li a:hover {
  border-color: #6d6d6d;
  color: #fff;
  background: #6d6d6d;
}

.products_related_div {
  margin-bottom: 30px;
}

.products_related_div,
.products_related_div .owl-carousel {
  position: relative;
}

.owl-carousel .product_list {
  margin-bottom: 0 !important;
}

.product_slider .pro_box .pro_detail .price_tag {
  text-align: right !important;
  min-height: initial;
}

.product_slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 1;
  transform: translateY(-50%);
}

.product_slider .owl-nav .owl-next,
.product_slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 50px;
  border-radius: 0 15px 15px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #000;
  line-height: 50px;
}

.product_slider .owl-nav .owl-next {
  right: 0;
  left: initial !important;
  border-radius: 15px 0 0 15px;
}

.title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.title_italic {
  font-weight: 700;
  font-style: italic;
}

.bordered_title {
  text-shadow: -1px 1px 1px #000;
  font-weight: 700;
  letter-spacing: 1.25px;
  position: relative;
  background: #fff;
  padding: 0 20px;
  margin-bottom: 35px;
  z-index: 2;
}

.bordered_title span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}

.bordered_title:after,
.bordered_title:before {
  position: absolute;
  content: " ";
  height: 1px;
  width: 100%;
  background: #dcdcdc;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: -1;
  box-shadow: 3px 0 0 1px #ccc;
}

.bordered_title:before {
  left: 0;
}

.bordered_title:after {
  right: 0;
}

.block_title {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.input_hidden {
  visibility: hidden;
  position: absolute;
}

.color_inline_div {
  float: left;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 5px;
  border: 1px solid #cacaca;
  padding: 6px 3px;
}

.color_inline_div label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}
.color_inline_div span {
  font-size: 13px;
  margin-top: 2px;
  display: block;
}

.colorbox .color_inline_div:last-child label {
  margin-right: 0;
}

.color_inline_div_filter {
  float: left;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 5px;
  border: 1px solid #e7e7e7;
  padding: 3px;
}

.colorbox .color_inline_div_filter:last-child label {
  margin-right: 0;
}

.sidebar-col .colorbox label {
  cursor: pointer;
  display: block;
  height: 25px;
  width: 25px;
  position: relative;
  margin-bottom: 0;
}

.colorbox .colorselected {
  border: solid 1px #000;
  box-shadow: 0 0 2px rgba(99, 99, 99, 0.9);
}

.input_hidden {
  visibility: hidden;
  position: absolute;
}

.product_detail {
  margin-bottom: 30px;
}

.order_finalize .btn-site {
  margin-bottom: 10px;
}
.pro_zoomer_col {
  margin-bottom: 30px;
}

.size_block #sites {
  width: 100%;
}

.color_code {
  margin-top: 10px;
}

.color_code select {
  width: 150px;
}

.quantity {
  position: relative;
}

.cart_div .quantity {
  display: inline-block;
}

.quantity input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.quantity input {
  width: 80px;
  height: 42px;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  border: 1px solid #ccc;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
  right: 1px;
}

.quantity-button {
  /* position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #fff; */
}

.quantity-button.quantity-up {
  position: absolute;
  height: 49%;
  top: 1px;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 1px;
  height: 46%;
}

.appearance_custom {
  position: relative;
  display: block;
  width: 185px;
}

.sizebox .inline_div:last-child label {
  margin-right: 0 !important;
}

.sizebox label {
  cursor: pointer;
  background: #fff;
  padding: 0 4px;
  display: block;
  height: 36px;
  margin: 0 auto;
  width: 36px;
  margin-right: 0;
  border: 1px solid #000;
  color: #000;
  position: relative;
  line-height: 36px;
  font-size: 11px;
}

.sizebox .size_label.overline::after {
  border-bottom: 1px solid #000;
  content: "";
  left: 0;
  line-height: 1em;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

.sizebox .size_label.sizeselected.overline::after {
  border-bottom: 1px solid #fff;
}

.sizeselected .get_color {
  background-color: #000;
  color: #fff;
}

.input_hidden {
  visibility: hidden;
  position: absolute;
}

.sizebox .selected {
  background-color: #000;
  color: #fff;
}

.sizebox .inline_div {
  float: left;
  margin-right: 10px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
  position: relative;
}

.product-detail .sizebox .inline_div {
  float: left;
  width: auto;
  margin-right: 10px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
}

.social-share {
  text-align: left;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.social-share .pull-right {
  float: none !important;
}

.social-share a {
  display: inline-block;
  color: #000;
  margin-right: 5px;
}

.social-share a:last-child {
  margin-right: 0;
}

.social-share a img {
  width: 19px;
  margin-top: -3px;
}

.social-share a:hover {
  color: #6d6d6d;
}

.pro-table-detail .title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 15px;
}

.pro-table-detail .table tr td {
  padding: 3px 8px;
  border-top: 0;
}

.popup-center-title {
  background: #000;
  color: #fff;
  margin: 15px 0;
  padding: 5px;
  text-align: center;
  font-size: 15px;
}

.store-detail {
  height: 400px;
  overflow-y: auto;
}

.store-detail::-webkit-scrollbar {
  width: 10px;
}

.store-detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.store-detail::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 2px solid #ccc;
}

.store-line {
  margin-bottom: 10px;
}

.store-line .store-icon {
  float: left;
  width: 36px;
  margin-right: 10px;
}

.store-add {
  float: left;
  width: 90%;
}

.store-add h3,
.storeHtml .adress-title {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.store_page h4.custom_lable {
  font-size: 18px;
  text-align: right;
  margin-top: 7px;
}

.auto_comp_store a.locate_icon {
  position: absolute;
  top: 7px;
  right: 20px;
}

.store_page h4.custom_lable {
  font-size: 18px;
  text-align: right;
  margin-top: 7px;
}

.address_item {
  display: block;
  clear: both;
  float: none;
  padding: 10px;
}

.address_item:hover {
  background-color: rgba(248, 248, 249, 0.8);
}

.address_left {
  width: 10%;
  float: left;
}

.address_left img {
  width: 100%;
  margin-top: 5px;
}

.address_right {
  float: left;
  width: 90%;
  padding-left: 10px;
}

.store {
  height: 500px;
  overflow-y: scroll;
  border: 1px solid #000;
}

.store h5 {
  margin: 10px 0;
  font-weight: 700;
}

.store small {
  font-size: 11px;
}

.store a {
  color: #333;
}

.store a:active,
.store a:focus,
.store a:hover {
  color: #000;
}

.store .nav li.active {
  background: #eee;
}

.map-section {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
}

.map_wrapper {
  background: #fff none repeat scroll 0 0;
  height: 488px;
}

#map_canvas_1 {
  height: 100%;
  width: 100%;
}

.map_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}

.map_text h4 {
  background: rgba(251, 251, 250, 0.9);
  font-size: 18px;
  color: #999;
  padding: 15px 40px;
  margin: 0;
  font-style: italic;
}

.map_text h1 {
  background: rgba(251, 251, 250, 0.9);
  font-size: 18px;
  color: #999;
  padding: 15px 40px;
  margin: 0;
  font-style: italic;
}

.contact_detail {
  font-size: 12px;
}

.contact_detail .contact-col h3 {
  font-size: 20px;
}

.border-style {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
}

.border-style::after {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  width: 51%;
}

.border-style::before {
  background: #a7a0a0 none repeat scroll 0 0;
  bottom: 0;
  content: " ";
  height: 2px;
  position: absolute;
  right: 0;
  width: 51%;
}

.contact_detail .contact-col label sup {
  color: #e32a31;
  top: 2px;
  font-size: 17px;
}

.contact_detail .address_div h4 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.contact_detail .address_div p {
  font-size: 14px;
}

.contact_detail .address_div span {
  font-size: 14px;
  font-weight: 700;
}

.contact_detail .border-bottom {
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}

.contact_detail .border-bottom:last-child {
  border: none;
}

.contact_phone {
  position: absolute;
  display: inline;
  width: 50%;
  margin-left: 7px;
}

#country_code-error {
  display: none !important;
}

.bordered_div {
  border: 1px solid #e9e9e9;
  padding: 10px;
}

.contact-sidebar .bordered_div {
  padding: 0;
}

.contact_detail {
  overflow: hidden;
}

.contact-sidebar ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 0;
}

.contact-sidebar ul li:last-child {
  margin-top: 0;
}

.contact-sidebar ul li a {
  display: block;
  padding: 10px 10px;
  color: #4d4d4d;
  font-size: 13px;
}

.contact-sidebar ul li a:active,
.contact-sidebar ul li a:focus,
.contact-sidebar ul li a:hover,
.contact-sidebar ul li.active a {
  color: #000;
  background: #dcdcdc;
}

.faq-nav-tabs {
  border-radius: 0;
  border: 1px solid #000;
}

.panel.faq-nav-tabs .panel-heading {
  padding: 0;
  background-color: #000;
  border-color: #000;
  border-radius: 0;
}

.panel.faq-nav-tabs li a {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 0;
  margin-right: 0;
}

.panel.faq-nav-tabs .nav-tabs {
  border-bottom: none;
}

.panel.faq-nav-tabs .nav-tabs li:first-child a {
  border-left: 0;
}

.panel.faq-nav-tabs .nav-justified {
  margin-bottom: -1px;
}

.faq-nav-tabs.panel-primary .nav-tabs > li > a,
.faq-nav-tabs.panel-primary .nav-tabs > li > a:focus,
.faq-nav-tabs.panel-primary .nav-tabs > li > a:hover {
  color: #fff;
}

.faq-nav-tabs.panel-primary .nav-tabs > .open > a,
.faq-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.faq-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.faq-nav-tabs.panel-primary .nav-tabs > li > a:focus,
.faq-nav-tabs.panel-primary .nav-tabs > li > a:hover {
  color: #fff;
  background-color: #737373;
  border-color: transparent;
}

.faq-nav-tabs.panel-primary .nav-tabs > li.active > a,
.faq-nav-tabs.panel-primary .nav-tabs > li.active > a:focus,
.faq-nav-tabs.panel-primary .nav-tabs > li.active > a:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-bottom-color: transparent;
}

.panel-group.accordian_menu .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eee;
}

.accordian_menu .panel-heading {
  padding: 0 !important;
  border-radius: 0;
  color: #000;
  background-color: #efefef !important;
  border-color: #eee !important;
}

.accordian_menu .panel-title {
  font-size: 14px;
}

.accordian_menu .panel-title > a {
  display: block;
  padding: 7px 15px;
  text-decoration: none;
}

.accordian_menu .more-less {
  float: right;
  color: #212121;
}

.accordian_menu
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border: 0;
}

.content_lines {
  font-size: 15px;
}

.toggle_sidebar {
  text-align: center;
  border: 1px solid #dcdcdc;
  border-left: 0;
  border-right: 0;
  margin-bottom: 10px;
}

.toggle_sidebar .sidebar-toggle {
  display: inline-block;
  padding: 5px 5px;
}

.sidebar_block {
  padding: 15px 10px 10px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.75);
}

.stylish-input-group {
  margin-bottom: 20px;
  width: 100%;
}

.stylish-input-group > form {
  width: 100%;
  display: table;
}

.stylish-input-group .input-group-addon {
  background: #fff !important;
  border-radius: 0;
}

.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
  border-radius: 0;
}

.stylish-input-group button {
  border: 0;
  background: 0 0;
}

.kategory_title {
  font-size: 16px;
  display: block;
  color: #000;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.kategory_links {
  padding-left: 0;
}

.kategory_links li {
  list-style-type: none;
  position: relative;
  display: block;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.kategory_links li:last-child {
  border-bottom: 0;
}

.kategory_links li:after {
  position: absolute;
  content: "\f105";
  font-family: fontAwesome;
  right: 5px;
  color: #5a5353;
}

.notarrow li:after {
  display: none;
}

.kategory_links li a {
  color: #5a5353;
  font-size: 14px;
}

.kategory_links li a:hover {
  color: #000;
}

.padd_left_rgt {
  padding-left: 10px;
  padding-right: 10px;
}

.blog_box_col {
  margin-bottom: 15px;
}

.blog_box {
  padding-bottom: 20px;
  background: #fff;
  -webkit-transition: auto;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 15px;
  border: 1px solid #dcdcdc;
}

.blog_box:hover {
  background: #f7f7f7;
}

.blog_box_img {
  margin-bottom: 15px;
}

.blog_box_img a {
  display: block;
}

.blog_box_content .title {
  position: relative;
  color: #121212;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 10px;
}

.blog_box_content .title:after {
  position: absolute;
  content: " ";
  height: 2px;
  width: 30px;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background: #fc0404;
}

.content_text {
  color: #5a5353;
  font-size: 14px;
  margin-bottom: 10px;
}

.blog_detail .content_text p {
  margin-bottom: 20px;
  font-size: 15px;
}

.read_more {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.read_more:active,
.read_more:focus,
.read_more:hover {
  color: #6f6f6f;
}

.comment_blog .blog_user {
  margin-right: 20px;
}

.comment_blog .blg_cooment {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.comments_row {
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}

.bloger_name {
  font-weight: 700;
}

span.date {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
}

.comments_row .bloger {
  float: left;
  width: 50px;
  margin-right: 10px;
}

.bloger_comment {
  float: left;
}

p.user_name {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.75px;
}

.blog_form label {
  font-weight: 700;
}

.inner_page .blog-content {
  background: #f0f4f7;
}

.inner_page .blog-content .breadcrumb {
  background: 0 0;
}

.blog_detail {
  padding: 15px 15px 0;
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog_panel {
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 5px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
}

.blog_panel a {
  color: #000;
}

.blog_panel a:hover {
  color: #000;
}

.colored_text {
  color: #000;
}

.inner_title {
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #121212;
}

.blog_share .vertical_top {
  position: relative;
  top: 5px;
}

.border-t-b {
  border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  padding: 15px 0 15px 0;
}

.blog_detail .date {
  font-weight: 600;
  font-size: 14px;
}

.blog_page .date {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.blog_page .blogitem .blog_box_img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.blog_page .blogitem .blog_box_img img {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}

.blog_page .blogitem .blog_box_img img:hover {
  -moz-transform: scale(1.2) rotate(0) translate(0);
  -webkit-transform: scale(1.2) rotate(0) translate(0);
  -o-transform: scale(1.2) rotate(0) translate(0);
  transform: scale(1.2) rotate(0) translate(0);
}

.blog_box_content {
  margin-top: 10px;
  padding: 5px;
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
}

.blog_text {
  font-size: 14px;
}

.blog_detail .blog_panel {
  margin-top: 20px;
}

.blog_detail .blog-img {
  margin-bottom: 15px;
}

.blog_detail h1 {
  font-size: 20px;
}

.blog_detail .content_text {
  font-size: 14px !important;
}

.artical_title {
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
}

.blogitem {
  margin-bottom: 10px;
}

.border-t-b {
  border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  padding: 15px 0 15px 0;
}

.blog_share .social-share {
  margin-bottom: 0;
}

.blog_comments .comments_row:first-child {
  border-top: 0;
  padding-top: 0;
}

.blog_comments .comments_row {
  margin-bottom: 15px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.bloger_info {
  font-size: 15px;
}

.bloger_comment {
  float: left;
  width: 85%;
}

.block_tilte {
  color: #444;
  font-size: 17px;
  margin-bottom: 15px;
}

.blog_form .form-control {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 36px;
  box-shadow: none;
}

.blog_form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.blog_form textarea.form-control {
  height: 100px;
}

.account_sidebar {
  position: relative;
}

.account_sidebar ul {
  border: 1px solid #ccc;
}

.account_sidebar ul > li {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px dotted #ddd;
  position: relative;
}

.account_sidebar ul > li a {
  color: #2f3430;
  line-height: 2.5;
  font-size: 15px;
  display: block;
  padding: 0 10px;
  position: relative;
}

.account_sidebar ul > li a:hover {
  color: #969696;
  background: #f8f8f8;
}

.account_sidebar ul > li.active a {
  background: #f8f8f8;
  color: #969696;
}

.account_sidebar li a i {
  width: 20px;
  text-align: center;
  margin-right: 5px;
}

.account_sidebar ul > li a:after {
  position: absolute;
  content: "\f101";
  font-family: FontAwesome;
  right: 10px;
  top: 0;
}

.profile_secure {
  margin-bottom: 15px;
}

.pro-img-col {
  margin-bottom: 10px;
}

.read_more {
  display: inline-block;
  margin: 10px 0;
}

.blog_box .read_more {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 15px;
  background: #fc0404;
  border-radius: 30px;
  color: #fff;
}

.blog_box .read_more:focus,
.blog_box .read_more:hover {
  background: #988686;
  color: #fff;
}

.modal-title {
  font-size: 17px !important;
  margin-bottom: 0 !important;
}

.modal-title .close {
  font-size: 21px;
}

.hr-border {
  margin: 20px 0;
}

.form-title {
  text-align: center;
  margin-bottom: 0;
  color: #2f3430;
  font-size: 20px;
}
@media (max-width: 765px) {
.login {background-color:#5a5a5a; color:#fff;line-height: 2;}
    
}
.signup_div {
  margin-top: 20px;
}

.signup_div .login-link {
  margin: 0 5px;
  display: inline-block;
  font-size: 15px;
}

.summery_hr {
  margin: 15px 0;
}

.payment_div .col_bank a {
  display: inline-block;
  margin: 5px 5px;
}

.form-row-sec {
  display: block;
  position: relative;
}

.form-row-sec input {
  height: 40px;
  margin: 0 auto;
  background: #fff;
  color: #000;
  outline: 0 none;
  padding: 0;
  text-indent: 10px;
  font-size: 13px;
  border-radius: 0 !important;
  border: 1px solid #ccc;
}

.form-row-sec .btnNewsletter {
  height: 40px;
  color: #fff;
  text-align: center;
  background: #000;
  font-size: 13px;
  outline: 0 none;
  text-indent: 0;
  margin-left: -3px;
  border-radius: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
}

.form-row-sec .btnNewsletter:focus,
.form-row-sec .btnNewsletter:hover {
  background: #fff;
  color: #444;
  border: 1px solid #444;
}

.app_links {
  width: 50%;
  float: left;
}

.payment_div {
  background: #f4f4f4;
  padding: 30px 15px;
  text-align: center;
}

.payment_div .col_bank {
  margin-bottom: 30px;
}

.payment_div .col_bank:last-child {
  margin-bottom: 0;
}

.payment_div h1 {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.phone_div {
  margin-top: 34px;
}

.phone_div img {
  float: left;
}

.phone_right {
  float: left;
  padding-left: 20px;
}

.phone_right p {
  font-size: 32px;
}

.combine-list {
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
}

.comb-title {
  font-size: 15px;
  font-weight: 400;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

#back_scroll {
  position: fixed;
  right: 20px;
  bottom: 90px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #263238;
  z-index: 9999;
  display: none;
  font-size: 27px;
  text-align: center;
  color: #fff;
}

#back_scroll:hover {
  background: #000;
  color: #fff;
}

.select_arrow {
  position: relative;
  display: block;
}

.select_arrow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 12px;
}

.select_arrow:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f107";
  right: 14px;
  top: 50%;
  background: 0 0;
  height: 25px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  pointer-events: none;
  color: #000;
  transform: translateY(-50%);
}

select:active,
select:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border-color: #ccc;
}

.modal-body .control--checkbox {
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  color: #666;
}

.modal-body .control__indicator {
  top: 0;
}

.control--checkbox {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-bottom: 11px !important;
  padding-left: 25px;
  cursor: pointer;
  margin-right: 10px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 0;
  display: inline-block;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}

.control input:checked ~ .control__indicator {
  background: #fff;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 11px;
  transform: rotate(0);
  border: solid #000;
  border-width: 6px 10px 6px 2px;
  border-radius: 0;
}

.control__indicator:after {
  position: absolute;
  display: none;
  content: "";
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control input:checked:focus ~ .control__indicator,
.control:hover input:not([disabled]):checked ~ .control__indicator {
  background: #fff;
}

.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  height: 14px;
  left: 2px;
  top: 2px;
  width: 14px;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.checkbox label,
.radio label,
.radio label .checkbox label {
  color: #333;
  font-weight: 400;
  padding-left: 20px;
  margin-right: 10px;
  line-height: normal;
}

.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}

.filter-section .control--checkbox {
  font-size: 12px;
  padding-left: 20px;
}

.filter-section .control--checkbox a {
  margin-top: 1px;
}

.filter-section .control__indicator {
  width: 14px;
  height: 14px;
  margin-top: 1px;
}

.filter-section .control--checkbox .control__indicator::after {
  width: 8px;
  height: 8px;
  border-width: 3px 6px 3px 2px;
}

.hidden_checkbox {
  background: 0 0;
  border-left: 0;
  padding: 3px 0;
  cursor: not-allowed !important;
  pointer-events: none !important;
  padding-left: 0 !important;
  margin-bottom: 15px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.control--checkbox strong {
  font-weight: 400;
}

.hidden_checkbox .control__indicator {
  display: none;
}

#nav,
.banner_slider .owl-nav,
.btn,
.footer-social a i,
.home-products .pro-caption p,
.home-products .product,
.home-products .product:before,
.navbar-default {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.grid_row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.grid_row [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.btn:active,
.btn:focus,
.btn:hover {
  outline: 0;
  box-shadow: none;
}

.btn-site {
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  outline: 0;
  box-shadow: none;
}
.btn-full {
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
  width: 100%;
}
.view_detail_page.btn-default {
  padding: 10px 20px;
  margin-bottom: 10px;
}
.btn-site.revert {
  background: #ffffff;
  color: #000000 !important;
}
.btn-site.revert:hover,
.btn-site.revert:focus,
.btn-site.revert:active {
  background: #000000 !important;
  color: #ffffff !important;
}

.btn-site:active,
.btn-site:focus,
.btn-site:hover {
  background: #fff;
  color: #000 !important;
  box-shadow: none;
  outline: 0 !important;
}

.btn-lg {
  padding: 10px 20px;
}

.btn-default {
  padding: 7px 12px;
  border-radius: 0;
  font-size: 14px;
}

.btn.disabled,
.btn[disabled],
button.disabled,
div.disabled,
fieldset[disabled] .btn {
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 0.65 !important;
  pointer-events: none !important;
}

.fb-btn {
  background: #3b5998 !important;
  border-color: #3b5998 !important;
}

.fb-btn:active,
.fb-btn:focus,
.fb-btn:hover {
  color: #3b5998 !important;
  background: #fff !important;
}

.fb-btn i {
  margin-left: 15px;
}

button:active,
button:focus {
  box-shadow: none !important;
  outline: 0;
}

.inline_block {
  display: inline-block;
  width: auto !important;
}

.mz-inner {
  z-index: 1;
}

.loading-data,
.loading-data .btn,
.loading-data a,
.loading-data:focus,
.loading-data:hover {
  pointer-events: none !important;
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.font_16 {
  font-size: 16px;
}

.border_bottom_0 {
  border-bottom: 0 !important;
}

.no_padding {
  padding: 0 !important;
}

.padd-15 {
  padding: 15px;
}

.padding_10 {
  padding: 10px;
}

.padd_left_0 {
  padding-left: 0;
}

.padd-left-0 {
  padding-left: 0 !important;
}

.padd-right-0 {
  padding-right: 0;
}

.padd-rig_lef_15 {
  padding: 0 7.5px;
}

.paddlr {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

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

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

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.form-control,
select,
textarea {
  margin-bottom: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  box-shadow: none;
  resize: none;
}

.form-control:active,
.form-control:focus,
input:active,
input:focus,
select:active,
select:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border-color: #ccc;
}

textarea {
  height: auto;
}

.search_form label {
  font-weight: 700;
  font-size: 14px;
}

.border_content,
.border_content:after,
.border_content:before,
.event_box,
.header,
.img-box,
.owl-nav,
.tophead {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-decoration: none;
}

.alert-danger {
  background: url(/assets/images/error.png) no-repeat scroll 5px center #f2dede;
  padding-left: 37px;
  border-color: #e32a31;
}

.alert-success {
  background: url(/assets/images/success.png) no-repeat scroll 5px center
    #dff0d8;
  padding-left: 37px;
  border-color: #abd686;
}

.form-control.error,
.has-error .form-control {
  border: 1px dashed #e32a31;
  background: #f9e9e9;
}

.has-error .form-control:focus {
  box-shadow: none;
}

.error_list li,
.has-error label.error,
.has-error span.error,
label.error,
span.error {
  padding-left: 0;
  font-size: 11px;
  font-weight: 400;
  color: #e32a31;
}

label.error {
  display: none;
}

.error_list {
  padding-left: 0;
  list-style-type: none;
}

#qty_avail_error,
span.require {
  color: #e32a31;
  font-size: 11px;
  font-weight: 400;
}

.mobile_error {
  position: relative;
}

.mobile_error label.error,
.mobile_error span.error {
  position: absolute;
  bottom: 8px;
  right: 25px;
  z-index: 11;
}

.signup_mob #sf_guard_user_mobile-error {
  left: 14px;
}

.contact_box {
  padding: 15px 0;
}

.contact_detail h3.title_border {
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 16px;
  border-bottom: 1px solid #e9e9e9;
  background: #fbfbfb;
}

.contact-col label sup {
  font-size: 16px;
  top: 0;
}

.contact_custom_form form {
  width: 350px;
}

.captcha_input {
  margin-bottom: 10px;
}

.font-18 {
  font-size: 18px;
}

.pro_name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.inner-breadcumb {
  margin-bottom: 30px;
}

.helper-set-block {
  position: relative;
  width: 100%;
  height: 40px;
  background: #f6f6f6;
  overflow: hidden;
  border: 1px solid #ccc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.tab_section .tabbable-line > .nav-tabs {
  border-bottom: 2px solid #444;
  margin: 0;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #444;
  border-radius: 0;
  font-size: 15px;
  cursor: pointer;
}

.tab_section .tabbable-line > .nav-tabs > li.open > a,
.tab_section .tabbable-line > .nav-tabs > li:hover > a {
  background: #444;
  color: #fff;
}

.tab_section .tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #fff;
  background: #444 !important;
}

.tab_section .tabbable-line > .tab-content {
  background-color: #fff;
  border: 0;
  padding: 15px 0 0;
}

.cart_head {
  font-weight: 700;
}

.cart_div .cart_image img {
  max-height: 100px;
  margin-bottom: 0;
  max-width: 200px;
  border: solid 2px #444;
  padding: 1px;
}

.address_block {
  border: 1px solid #ccc;
  padding: 5px;
  background: #fcfcfc;
  margin-bottom: 10px !important;
}

.address_block p {
  margin-bottom: 10px;
}

.address_block_select {
  border: 1px solid #ccc;
}

.cart_div thead {
  background: #444;
  color: #fff;
  font-size: 15px;
}

.border {
  border: 1px solid #ccc;
}

.cart_image a {
  display: block;
}

.cart_footer {
  background: #f6f6f6;
  padding: 10px;
  margin-top: 10px;
}

.first_order_text {
  padding: 10px;
  text-align: center;
}

.cart_footer p {
  margin-bottom: 10px;
}

.cart_page_total .cart_table_price {
  font-size: 15px;
  font-weight: 700;
}

.payment_page h3,
.payment_page h4 {
  color: #555;
}

.summery_hr {
  margin: 10px 0;
}

.form-title {
  text-align: center;
  margin-bottom: 10px;
  color: #2f3430;
  font-size: 20px;
}

.sub_text {
  font-size: 16px;
  margin-bottom: 10px;
}

.payment_page label {
  margin-bottom: 5px;
  display: block;
}

.payment_page .form-group {
  margin-bottom: 10px !important;
}

.card_holder_name,
.card_number {
  width: 80%;
}

.exp_month_year {
  width: 90px;
  display: inline-block;
  position: relative;
}

.exp_month_year i {
  position: absolute;
  height: 34px;
  background: #666;
  width: 30px;
  text-align: center;
  line-height: 34px;
  right: 0;
  top: 0;
  color: #fff;
  pointer-events: none;
}

.exp_month_year select {
  height: 34px;
  width: 100%;
}

.divider_lr_span {
  margin: 0 5px;
}

.cvv_number {
  width: 90px;
  font-size: 12px;
}

.cart_summery {
  margin-bottom: 15px;
}

.card_tab {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px !important;
}

.card_tab .nav-tabs {
  border-bottom: 2px solid #ccc;
}

.card_tab .nav-tabs > li.active > a,
.card_tab .nav-tabs > li.active > a:focus,
.card_tab .nav-tabs > li.active > a:hover {
  border-width: 0;
}

.card_tab .nav-tabs > li > a {
  border: none;
  color: #666;
}

.card_tab .nav-tabs > li.active > a,
.card_tab .nav-tabs > li > a:hover {
  border: none;
  color: #444 !important;
  background: 0 0;
}

.card_tab .nav-tabs > li > a::after {
  content: "";
  background: #444;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.card_tab .nav-tabs > li.active > a::after,
.card_tab .nav-tabs > li:hover > a::after {
  transform: scale(1);
}

.card_tab .tab-nav > li > a::after {
  background: #21527d none repeat scroll 0 0;
  color: #fff;
}

.card_tab .tab-pane {
  padding: 0;
}

.card_tab .tab-content {
  padding: 20px;
}

.summer_footer {
  background: #f2f2f2;
  font-size: 16px;
  padding: 10px;
}

.grey_color {
  color: #7a7a7a;
}

.grey_bg {
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
}

.grey_bg .form-title {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 5px;
  background: #ededed;
}

.grey_bg .summery_hr {
  margin: 0;
}

.order_steps .cart_summery .summery_image {
  width: 25%;
  float: left;
  padding-right: 5px;
}

.order_steps .cart_summery .summery_image .img_border img {
  margin-bottom: 0;
  width: 100%;
}

.img_border img {
  border: 2px solid #dedede;
  padding: 1px;
  margin-bottom: 10px;
  max-height: 125px;
}

.order_steps .cart_summery .summery_list {
  width: 74%;
  float: left;
  padding-left: 5px;
  margin-bottom: 0;
}

.summery_list div,
.summery_list p {
  margin-bottom: 2px;
  font-size: 12px;
}

.summery_title {
  font-size: 15px;
}

.address_select table thead tr td {
  font-size: 13px;
}

.address_select table tbody tr td .control__indicator {
  left: auto !important;
  margin-left: -18px !important;
}

.address_panel {
  padding: 10px;
  background: #e4e4e4;
  font-size: 14px !important;
}

.address_panel div {
  margin-bottom: 0;
}

.address_panel .action_btns a {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 5px;
}

.address_panel .action_btns a:last-child {
  margin-right: 0;
}

.cart_row {
  border-bottom: 1px solid #ccc;
  margin: 0 0;
  margin-bottom: 10px !important;
  position: relative;
}

.cart_row [class^="col-"] {
  margin-bottom: 5px;
}

.cart_name p {
  margin-bottom: 10px;
}

.show_550 {
  display: none;
}

.cart_dlt_col .btn,
.cart_dlt_col .delete_from_cart_confirm {
  padding: 0;
}

.acc_orders .div_head {
  background: #444;
  color: #fff;
  font-size: 15px;
  margin-bottom: 0 !important;
}

.acc_orders [class^="col-"] {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.acc_orders .div_head [class^="col-"] {
  margin-bottom: 0;
  padding: 8px 7.5px;
  margin-bottom: 0;
}

.acc_orders p {
  margin-bottom: 0;
}

.acc_orders .cart_row:last-child {
  margin-bottom: 0 !important;
}

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

.acc_orders .summery_list {
  margin-left: 0;
  margin-right: 0;
}

.acc_orders .close-detail {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 111;
}

.acc_orders .order_inner_detail {
  margin-left: 0;
  margin-right: 0;
}

.popup_title {
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}

.center_border {
  position: relative;
}

.center_border:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  width: 1px;
  margin: 0 auto;
}

.modal-body .control--checkbox {
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
}

.modal-body .control__indicator {
  top: 0;
}

.login-form {
  margin-bottom: 30px;
}

.product_detail .row.detail_icon_div {
  margin-bottom: 13px;
  max-width: calc(100% - 30px);
}
.product_detail .row.detail_icon_div .col-sm-6 span {
  padding: 0 0 0 20px;
}

.product_detail .row.detail_icon_div .col-sm-6 {
  display: flex;
  align-items: center;
  border: 2px solid #d0d0d0;
  margin: 0 5px;
  width: calc(50% - 12px);
}

.product_detail .row.detail_icon_div .col-sm-6 img {
  max-width: 70px;
}

.social_signup li {
  display: block;
  float: none;
  margin-bottom: 25px;
  min-height: 43px;
  line-height: 30px;
  padding-left: 35px;
  position: relative;
  transition: all 0.5s ease-out 0s;
  width: 100%;
}

.social_signup li a {
  color: #fff;
  font-size: 15px;
  display: block;
  line-height: 29px;
}

.social_signup li .icon {
  background: red none repeat scroll 0 0;
  height: 42px;
  left: 0;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 42px;
}

li.fb_social {
  background: #3b5998 none repeat scroll 0 0;
}

li.fb_social .icon {
  background: #354f88 none repeat scroll 0 0 !important;
}

li.fb_social .icon,
li.fb_social a:active,
li.fb_social a:focus,
li.fb_social a:hover,
li.fb_social:active,
li.fb_social:focus,
li.fb_social:hover {
  background: #354f88 none repeat scroll 0 0 !important;
  color: #fff;
}

li.insta_social {
  background: #de4c34 none repeat scroll 0 0;
}

li.insta_social .icon {
  background: #ce3e26 none repeat scroll 0 0 !important;
}

li.insta_social .icon,
li.insta_social:active,
li.insta_social:focus,
li.insta_social:hover {
  background: #ce3e26 none repeat scroll 0 0 !important;
  color: #fff;
}

.account_main_div .form-title {
  text-align: center;
  margin-bottom: 30px;
  color: #2f3430;
  font-size: 22px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  font-weight: 600;
}

.modal-header .close {
  margin-top: 5px;
  margin-right: 11px;
}

.user_address_frm .col-sm-8.mobile_error {
  width: 100%;
  float: none;
}

.account_sidebar {
  margin-bottom: 20px;
}

.account_sidebar .toggle_div {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-bottom: 15px;
}

.account_sidebar .toggle_div a {
  display: inline-block;
}

.account_sidebar .toggle_div i {
  font-size: 15px;
}

.account_sidebar .sidebar-block {
  background: #fafafa;
  display: block;
  padding-top: 0;
  border: 1px solid #eae6e6;
}

.account_sidebar ul > li {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px dotted #ddd;
  position: relative;
}

.account_sidebar ul > li a {
  color: #767676;
  line-height: 2.5;
  font-size: 13px;
  display: block;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}

.account_sidebar .sidebar-block li a i {
  width: 20px;
  text-align: center;
  margin-right: 5px;
  color: #222;
  font-size: 13px;
}

.account_sidebar ul > li a:focus,
.account_sidebar ul > li a:hover,
.account_sidebar ul > li.active a,
.account_sidebar ul > li.active a:hover {
  color: #000;
  background: #fff;
}

.account_sidebar ul > li a:hover i {
  color: #ff0808;
}

.account_sidebar ul > li a:after {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  right: -20px;
  top: 3px;
  font-size: 10px;
  font-family: "Glyphicons Halflings";
  content: "\e080";
  color: #777;
}

.account_sidebar ul > li a:hover::after {
  right: 5px;
}

.account_sidebar ul > li.active a::after {
  right: 5px;
}

.account_sidebar ul > li.active a:hover::after {
  display: none;
}

.inner-breadcumb {
  margin-bottom: 30px;
}

.helper-set-block {
  position: relative;
  width: 100%;
  height: 40px;
  background: #f6f6f6;
  overflow: hidden;
  border: 1px solid #ccc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.arrow-wrapper {
  text-align: center;
  font-size: 0;
  z-index: 10;
}

.arrow-wrapper a.active {
  background-color: #dcdcdc;
  max-width: 999px;
}

.arrow-wrapper > a {
  font-size: 16px;
  color: #000;
  background: #f6f6f6;
  display: inline-block;
  padding: 0 13px 0 30px;
  margin: 0 1px 0 0;
  height: 40px;
  line-height: 40px;
  position: relative;
  white-space: nowrap;
  -webkit-transition: max-width ease-in-out 0.8s;
  transition: max-width ease-in-out 0.8s;
  overflow: hidden;
  font-weight: 600;
}

.arrow-wrapper a:after,
.arrow-wrapper a:before,
.arrow-wrapper i:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #fff;
  content: "";
  top: 0;
}

.arrow-wrapper a:before {
  border-left-color: #ccc;
  z-index: 1;
  left: 0;
}

.arrow-wrapper a:after {
  border-left-color: #f6f6f6;
  z-index: 2;
  left: -1px;
}

.arrow-wrapper i:after {
  border-left-color: #dcdcdc;
  z-index: 3;
  margin-left: -1px;
}

.summery_body {
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
}

.summery_pallet .title {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 5px;
  background: #ededed;
  margin-bottom: 15px;
}

.summery_pallet .summery_row {
  padding: 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}

.summery_pallet .summery_row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.summery_pallet .summery_image {
  width: 20%;
  float: left;
}

.summery_pallet .summery_image img {
  margin-bottom: 0;
  width: 100%;
}

.summery_pallet .summery_list {
  width: 80%;
  float: left;
  padding-left: 6px;
}

.summery_pallet .summery_list .summery_title {
  font-size: 13px;
  font-weight: 700;
}

.summery_pallet ul li {
  font-size: 11px;
  color: #717171;
}

.summery_pallet ul li span {
  font-weight: 700;
  color: #717171;
}

.summery_address {
  background: #f8f8f8;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

.summery_address h1 {
  font-weight: 700;
}

.summery_address .address_info li {
  font-size: 11px;
  color: #444;
}

.summery_address .address_info li:first-child {
  font-weight: 700;
}

.summery_footer {
  background: #f2f2f2;
  font-size: 16px;
  padding: 10px;
  text-align: right;
}

.summery_footer li {
  font-size: 13px;
  line-height: 1.8;
}

.summery_footer li span {
  font-weight: 400;
}

.summery_footer li:last-child,
.summery_footer li:last-child span {
  font-weight: 700;
}

.add_address {
  float: right;
}

.address_select {
  margin-top: 20px;
}

.address_select table thead tr th {
  font-size: 13px;
}

.address_select table tbody tr td {
  font-size: 12px;
}

.address_select table tbody tr td .control__indicator {
  left: auto !important;
  margin-left: -18px !important;
}

.address_select .add_address {
  float: none;
}

.address_select .delete_address_confirm {
  color: #e32a31;
}

.address_details li {
  font-size: 12px;
}

.address_details li:first-child {
  font-weight: 700;
}

.card_tab {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px !important;
}

.card_tab .nav-tabs {
  border-bottom: 2px solid #ccc;
}

.card_tab .nav-tabs > li.active > a,
.card_tab .nav-tabs > li.active > a:focus,
.card_tab .nav-tabs > li.active > a:hover {
  border-width: 0;
}

.card_tab .nav-tabs > li > a {
  border: none;
  color: #666;
}

.card_tab .nav-tabs > li.active > a,
.card_tab .nav-tabs > li > a:hover {
  border: none;
  color: #000;
  background: 0 0;
}

.card_tab .nav-tabs > li > a::after {
  content: "";
  background: #000;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.card_tab .nav-tabs > li.active > a::after,
.card_tab .nav-tabs > li:hover > a::after {
  transform: scale(1);
}

.card_tab .tab-nav > li > a::after {
  background: #21527d none repeat scroll 0 0;
  color: #fff;
}

.card_tab .tab-pane {
  padding: 0;
}

.card_tab .tab-content {
  padding: 20px;
  border: 1px solid #ebebeb;
  background: #fafafa;
}

.payment_page label {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
}

.exp_month_year {
  width: 90px;
  display: inline-block;
  position: relative;
}

.exp_month_year i {
  position: absolute;
  height: 34px;
  background: #666;
  width: 30px;
  text-align: center;
  line-height: 34px;
  right: 0;
  top: 0;
  color: #fff;
  pointer-events: none;
}

.exp_month_year select {
  height: 34px;
  width: 100%;
}

.divider_lr_span {
  margin: 0 5px;
}

.cvv_number {
  width: 160px;
  font-size: 12px;
}

.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 10px;
  position: relative;
}

.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline .timeline-item {
  display: table-cell;
  height: 135px;
  width: 100px;
  float: none !important;
  padding-left: 0;
  padding-right: 15px;
  margin: 0 auto;
  vertical-align: bottom;
  margin-bottom: 20px;
  position: relative;
}

.timeline .timeline-item .timeline-badge {
  bottom: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 33px;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: auto;
  margin-left: 25px;
  background-color: #7c7c7c;
  border: 3px solid #fff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon,
.timeline .timeline-item .timeline-badge i {
  top: 2px;
  left: 0;
}

.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}

.timeline .timeline-item .timeline-panel {
  top: auto;
  bottom: 48px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid silver;
  background: #f9f9f9;
  border-radius: 2px;
  padding: 7px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid silver;
  border-right: 0 solid silver;
  border-bottom: 16px solid transparent;
  content: " ";
}

.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 700;
  font-size: 12px;
}

.timeline .timeline-item .timeline-panel p.text-muted {
  margin-bottom: 0;
  font-size: 10px;
}

.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}

.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}

.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 0;
  display: inline-block;
}

.timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 0;
  right: 0;
  width: 75%;
  margin-bottom: 13px !important;
  margin: 0 auto;
}

.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c9c9c9 !important;
  border-bottom: 0 solid #c9c9c9 !important;
  border-left: 16px solid transparent !important;
}

.elastislide-wrapper nav {
  display: none;
}

.pro_detail_col .detail-head {
  justify-content: space-between;
}
.pro_detail_col .detail-head .pro-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.pro_detail_col .detail-head .price {
  font-size: 18px;
  color: #f42837;
  margin-bottom: 10px;
}
.text-sm {
  color: #adafb2;
  font-size: 12px;
}
.btn-cart-group button,
.btn-cart-group .btn-site {
  vertical-align: top;
}

.footer {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
  color: #000;
}

.footer .footer-top {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.footer .footer-top > .d-flex {
  justify-content: space-between;
  align-items: center;
}

.footer .footer-top .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.footer .download-icon {
  align-items: center;
}

.footer .download-icon label {
  margin-bottom: 0;
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
}

.footer .download-icon a {
  margin: 0 5px;
  color: #000;
  display: inline-block;
  font-size: 20px;
}

.footer .download-icon a:active,
.footer .download-icon a:focus,
.footer .download-icon a:hover {
  color: #903;
}

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

.footer .social a {
  display: inline-block;
  margin: 0 15px;
  font-size: 25px;
  color: #000;
}

.footer .social a:active,
.footer .social a:focus,
.footer .social a:hover {
  color: #903;
}

.footer .form-row-sec {
  display: block;
  position: relative;
}

.form-row-sec input {
  height: 40px;
  margin: 0 auto;
  background: #fff;
  color: #000;
  outline: 0 none;
  padding: 0;
  text-indent: 10px;
  font-size: 13px;
  border-radius: 0 !important;
  border: 1px solid #ccc;
}

.form-row-sec .btnNewsletter {
  height: 40px;
  color: #fff;
  text-align: center;
  background: #000;
  font-size: 13px;
  outline: 0 none;
  text-indent: 0;
  margin-left: -3px;
  border-radius: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
}

.form-row-sec .btnNewsletter:focus,
.form-row-sec .btnNewsletter:hover {
  background: #fff;
  color: #444;
  border: 1px solid #444;
}

.footer .footer-main {
  position: relative;
}

.footer-main .f-title {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-main .f-list {
  position: relative;
}

.footer-main .f-list li {
  margin-bottom: 10px;
}

.footer-main .f-list li a {
  font-size: 13px;
  color: #000;
}

.footer-main .f-list li a:active,
.footer-main .f-list li a:focus,
.footer-main .f-list li a:hover {
  color: #000;
  text-decoration: underline;
}

.footer .footer-main .row .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.footer .payment-row {
  margin-bottom: 20px;
  text-align: center;
}
.footer .payment-row a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #dcdcdc;
  margin-bottom: 5px;
}
.footer .payment-row a > img {
  height: 30px;
  object-fit: contain;
}

.footer .footer-bot {
  text-align: center;
  padding: 20px 0;
}

.footer .footer-bot p {
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}

span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
span.multiselect-native-select button {
  overflow: hidden;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 5px 0px;
  max-height: 210px;
  overflow: auto;
  left: 0px;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a:focus,
.multiselect-container > li > a:hover,
.multiselect-container > .active > a,
.multiselect-container > .active > a:focus,
.multiselect-container > .active > a:hover {
  background: #dbdbdb !important;
  color: #000000;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 0 3px 27px;
  font-size: 11px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
  margin-left: -17px;
  margin-top: 1px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 28px;
  font-size: 11px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
.multiselect-container .multiselect-group {
  background: rgba(216, 216, 216, 0.97);
}

[data-notify="container"] {
  z-index: 1111 !important;
}

[data-notify="container"][class*="alert-"] {
  border-width: 0;
  border-radius: 5px;
  padding: 10px 60px;
  width: auto;
}

[data-notify="container"][class*="alert-"] .close {
  color: #fff;
}

[data-notify="container"].alert-info {
  background-color: rgba(34, 173, 115, 0.95);
  color: #fff;
}

[data-notify="container"].alert-danger {
  border-left-color: #ff674c;
}

[data-notify="container"][class*="alert-"] > [data-notify="message"] {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
}
/* order radio for credit card and cod start */
.radiobtn {
  position: relative;
  display: block;
}
.radiobtn label {
  display: block;
  background: #000;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid #000;
  margin-bottom: 5px;
  cursor: pointer;
}
.radiobtn label:after,
.radiobtn label:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: black;
}
.radiobtn label:before {
  background: transparent;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s,
    0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.radiobtn input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
  appearance: none;
}
.radiobtn input[type="radio"]:checked + label {
  background: #000;
  animation-name: blink;
  animation-duration: 1s;
  border-color: #000;
}
.radiobtn input[type="radio"]:checked + label:after {
  background: #000;
}
.radiobtn input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
}
/* order radio for credit card and cod end */

@keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.modal_wrapper {
  display: none;
  position: fixed;
  z-index: 111;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal_wrapper .modal-content {
  background: #fff;
  padding: 0;
  margin: auto;
  display: block;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.modal_wrapper .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  transition: 0.3s;
  opacity: 0.7;
}

.modal_wrapper .close:focus,
.modal_wrapper .close:hover {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.d-none {
  display: none;
}

.btn-site,
.cart-slide,
.nav-brand {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 992px) {
  /* .shrink .header {
        position: fixed
    } */
  .shrink .main-header {
    padding: 5px 0px;
  }
  .shrink .header .nav-brand > a {
    max-width: 80px;
  }
  .shrink .header .navbar-nav > li > a {
    padding: 14px 0;
  }
  .shrink .header .nav-brand {
    padding: 10px 15px;
  }
  .header ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  .header .dropdown-submenu {
    position: relative;
  }
  .header .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
    border-radius: 0;
  }
  .header .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .header .dropdown-submenu.pull-left {
    float: none;
  }
  .header .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 0;
  }
  .mega_menu {
    padding: 0 !important;
    min-width: 420px;
  }
  .mega_menu .drop_menu {
    float: left;
    width: 40%;
  }
  .mega_menu .drop_menu_img {
    float: right;
    padding: 5px;
    width: 60%;
    text-align: right;
  }
  .mega_menu li a {
    padding: 6px 20px;
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    white-space: nowrap;
  }
  .login-reg {
    margin-bottom: 50px;
  }
  .home-products .pro-caption {
    width: 290px;
  }
  .modal-lg {
    width: 900px !important;
    margin: 30px auto !important;
  }
  .sidebar_block {
    display: block !important;
  }
  .toggle_sidebar {
    display: none;
  }
}

@media (min-width: 768px) {
  .border-right {
    border-right: 1px solid #ccc;
  }
  .account_sidebar .sidebar-block {
    display: block !important;
  }
  .cart_menu .cart-menu-block {
    display: block !important;
  }
  .filter_btn {
    display: none;
  }
  .filter-section #accordion2 {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .card-total {
    margin-top: 10px;
  }
  .cart_img_col {
    margin-left: 40%;
  }
  .cart_name_col {
    margin-left: 23%;
  }
  .cart_quant_col {
    margin-left: 33%;
  }
  .order-last-page-quantity {
    margin-left: 30%;
  }

  .shipping-variable {
    /* added html like a class */
    width: 100%;
  }
  .amount-header {
    /* added html like a class */
    display: none;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100% !important;
  }
  .mainmenu .navbar-nav li {
    margin: 0 10px;
  }
  .user_wishlist a {
    margin-right: 0;
  }
  .cart-btn {
    right: 130px;
  }
  .header_search {
    right: 250px;
  }
  .contact-sidebar {
    width: 30%;
  }
  .contact-col {
    width: 70%;
  }
  .footer-social {
    margin-top: 40px;
  }
  .pro_detail_content {
    font-size: 12px;
  }
  .phone_right p {
    font-size: 25px;
  }
}

@media (max-width: 1024px) {
  .product_list [class^="col-"] {
    margin-bottom: 20px;
    width: 33.3%;
  }
  #back_scroll {
    bottom: 30px;
  }
}

@media (max-width: 991px) {
  .header .nav-brand {
    padding: 10px 15px;
  }
  .header .nav-brand > a {
    max-width: 130px;
  }
  .header .mainmenu .navbar-brand {
    max-width: 330px;
    text-align: center;
    margin: 0;
    position: relative;
    top: 0;
  }
  .header-top .lang li a {
    color: #505050;
  }
  .header .toggle-menu {
    border: 0;
    z-index: 1;
    padding: 0;
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    display: block !important;
    margin: 0;
  }
  .header .toggle-menu .icon-bar {
    width: 100%;
  }
  .header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .header .toggle-menu .navbar-toggler-icon {
    background-color: #fff;
  }
  .mainmenu .navbar-nav > li {
    margin-left: 0;
    text-align: center;
    display: block;
    border-bottom: 1px solid #dcdcdc;
    margin-right: 0;
  }
  .mainmenu .navbar-nav {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 0;
    padding: 5px 0;
    z-index: 1;
    left: 0;
    transform: translate(0);
    display: block !important;
  }
  .navbar-collapse {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial !important;
  }
  .header .cbp-spmenu {
    background: #fff;
    position: fixed;
    padding: 0;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: visible;
    display: block;
  }
  .mainmenu .navbar-nav li a {
    padding: 10px 15px !important;
    display: block !important;
    text-align: left;
    border-radius: 0;
    color: #023b71;
    line-height: initial;
    border-bottom-width: 1px !important;
    border-left: 0;
    font-size: 14px;
    text-decoration: none !important;
  }
  .mainmenu .navbar-nav .active a,
  .mainmenu .navbar-nav .active a:focus,
  .mainmenu .navbar-nav .active a:hover,
  .mainmenu .navbar-nav li a:focus,
  .mainmenu .navbar-nav li a:hover,
  .navbar-default .navbar-nav > .show > a,
  .navbar-default .navbar-nav > .show > a:focus,
  .navbar-default .navbar-nav > .show > a:hover {
    color: #903;
  }
  .header .cbp-spmenu a:active,
  .header .cbp-spmenu a:focus,
  .header .cbp-spmenu a:hover {
    color: #0b8ccc;
  }
  .header .cbp-spmenu-vertical {
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 9999;
  }
  .header .cbp-spmenu-left {
    left: -260px;
  }
  .header .cbp-spmenu-right {
    right: -260px;
  }
  .header .cbp-spmenu-left.cbp-spmenu-open {
    left: 0;
    border-right: 1px solid #dcdcdc;
    height: 100% !important;
    overflow: auto !important;
  }
  .header .cbp-spmenu-right.cbp-spmenu-open {
    right: 0;
  }
  .cbp-spmenu-push-toright .header {
    left: 0;
  }
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .cbp-spmenu-push-toright {
    left: 0;
  }
  .cbp-spmenu-push-toleft {
    left: -260px;
  }
  .cbp-spmenu,
  .cbp-spmenu-push,
  .header {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
  }
  .mainmenu .navbar-nav > li.dropdown-large.open .dropdown-menu {
    display: block;
  }
  .mainmenu .navbar-nav > li .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0px 0px;
    box-shadow: none !important;
    min-width: 100%;
  }
  .navbar-nav .dropdown-menu-large .inn-list > a {
    padding: 0 !important;
  }
  .mainmenu .navbar-nav li a.dropdown-toggle {
    position: relative;
  }
  .mainmenu .navbar-nav li a.dropdown-toggle:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 13px;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    pointer-events: none;
    right: 15px;
  }
  .navbar-nav .menu-img-col {
    display: none;
  }
  .header .pull-right-icon {
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    z-index: 1;
    align-items: center;
    float: right;
    right: 50px;
  }
  .header .mainmenu {
    padding: 10px 0;
  }
  .header .search-box {
    padding-left: 0;
    padding-right: 0;
  }
  .search-box .search-boxes ul {
    margin-bottom: 20px;
  }
  .user_wishlist a {
    padding: 4px 8px;
  }
  .home-products .pro-caption h2 {
    font-size: 20px;
  }
  .sidebar-list ul li a {
    font-size: 15px;
    padding: 6px 0;
  }
  .pro-table-detail .table {
    font-size: 11px;
  }
  .pro-table-detail .table-responsive {
    border: 0;
  }
  .sidebar_block {
    display: none;
  }
  .toggle_sidebar {
    display: block;
  }
  .blog_sidebar {
    width: 100%;
    left: 0;
  }
  .kategory_links li a {
    font-size: 14px;
  }
  .blog_content_col {
    width: 100%;
    right: 0;
  }
  .footer .footer-top .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footer-top {
    text-align: center;
  }
  .footer .download-icon {
    justify-content: center;
  }
  .form-row-sec {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .header_language {
    display: none;
  }
  .header-lang {
    display: block;
    width: 47px;
    position: absolute;
    right: 10px;
    top: 6px;
  }
  .header .navbar-brand {
    width: 90px;
  }
  .header #nav {
    padding: 0 !important;
  }
  .search_drop {
    top: 6px;
    bottom: initial;
    right: 325px;
  }
  .header .navbar-default {
    padding: 5px 0 5px !important;
  }
  .header_auth {
    right: 105px;
    bottom: inherit;
    top: 6px;
  }
  .dropbtn .flag_img {
    margin-right: 2px;
  }
  .header_contact {
    position: absolute;
    top: 10px;
    right: 60px;
  }
  .header_contact .cont_number {
    margin-right: 2px;
  }
  .header .navbar-nav > li {
    float: none;
    width: 100%;
  }
  .header .navbar-collapse {
    z-index: 9999;
    background: #fff;
  }
  .header .navbar-nav {
    margin: 0;
  }
  .header .navbar-nav > li > a {
    height: auto;
    line-height: auto;
    font-size: 14px;
    position: relative;
    padding: 8px 15px;
  }
  .header .navbar-nav > li > a .caret {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
  }
  .header .navbar-toggle {
    border-radius: 0;
  }
  .navbar-nav > li > .dropdown-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    padding: 0;
    border: 0;
  }
  .header .dropdown-submenu.open .dropdown-menu,
  .header .navbar-nav > li.active > .dropdown-menu {
    display: block !important;
  }
  .header .dropdown-submenu.open .dropdown-menu {
    display: block !important;
  }
  .header .nav .open > a,
  .header .nav .open > a:focus,
  .header .nav .open > a:hover {
    background-color: #555 !important;
  }
  .header .dropdown-submenu .dropdown-menu li > a {
    padding-left: 35px !important;
  }
  .header .navbar-nav .open .dropdown-menu li > a {
    color: #555 !important;
  }
  .header .navbar-nav .dropdown-submenu.open > a {
    color: #fff !important;
  }
  .header .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px !important;
    line-height: initial !important;
  }
  .header .dropdown-menu .dropdown-submenu .dropdown-menu > li > a {
    padding-left: 35px !important;
  }
  .header .navbar-nav .open .dropdown-menu li > a:hover {
    background: #555 !important;
    color: #fff !important;
  }
  .header .navbar-default .container-fluid,
  .navbar-default .container-fluid [class^="col-"] {
    padding: 0;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px !important;
  }
  .header .navbar-default .container-fluid .row {
    margin: 0;
  }
  .modal_wrapper .modal-content {
    width: 90% !important;
  }
  .mega_menu .drop_menu_img {
    display: none;
  }
  .mega_menu .drop_menu {
    float: none;
    width: 100%;
  }
  .mega_menu .drop_menu li a {
    line-height: 16px;
    color: #555;
    padding: 5px 15px 5px 25px;
    display: block;
  }
  .banner_slider .banner_item > img {
    height: 300px;
    object-fit: cover;
  }
  .banner_slider .owl-nav .owl-prev {
    left: 0;
  }
  .banner_slider .owl-nav .owl-next {
    right: 0;
  }
  .cart-btn {
    width: auto;
    text-align: center;
    right: 210px;
    bottom: initial;
    top: 15px;
  }
  .home-products [class^="col-"] {
    float: left;
    width: 33.33%;
  }
  .home-product-slider .owl-nav {
    font-size: 60px;
  }
  .home-product-slider .owl-nav .owl-prev {
    left: -3px;
  }
  .home-product-slider .owl-nav .owl-next {
    right: -3px;
  }
  .store_page h4.custom_lable {
    text-align: left;
  }
  .gift-bar {
    margin-top: -15px;
  }
  .gift-bar .row [class^="col-"] {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
  }
  .gift-bar .row [class^="col-"]:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .login-reg {
    width: 100%;
  }
  .login-reg [class^="col-"] {
    padding-top: 0;
    padding-bottom: 0;
  }
  .filter-section .accordion-group:last-child {
    margin-bottom: 0;
  }
  .size-filter {
    margin: 10px 0;
  }
  .product_list [class^="col-"] {
    float: left;
    width: 33.33%;
  }
  .size-filter {
    width: 100%;
  }
  .pro-img-col {
    float: left;
    width: 40%;
  }
  .pro-detail-col {
    float: left;
    width: 60%;
  }
  .filter_btn {
    position: relative;
  }
  .filter_btn::after {
    background: 0 0;
    content: "\f0d7";
    font-family: FontAwesome;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 1px;
    width: 25px;
    pointer-events: none;
  }
  .contact-col,
  .contact-sidebar {
    float: none;
    width: 100%;
  }
  .contact_detail .contact-sidebar {
    width: 100%;
  }
  .blog_box_col {
    width: 50%;
    float: left;
  }
  .blog_panel {
    font-size: 12px;
  }
  .blog_detail .blog_panel .pull-left,
  .blog_detail .blog_panel .pull-right {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .panel_center {
    margin-bottom: 5px;
    display: block;
    margin-left: 0;
  }
  .account_sidebar {
    margin-bottom: 15px !important;
  }
  .account_sidebar .sidebar-block {
    display: none;
  }
  .cart_menu .cart-menu-block {
    display: none;
  }
  .account_main_div .form-title {
    margin-bottom: 15px;
  }
  .table-responsive.margin-top-20 {
    margin-top: 0;
  }
  .filter_btn {
    display: none;
    background: rgba(233, 233, 233, 0.9);
    padding: 10px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0;
  }
  .contact-sidebar {
    margin-bottom: 30px;
  }
  .phone_div {
    margin-top: 0;
  }
  #back_scroll {
    width: 30px;
    height: 30px;
    line-height: 27px;
    bottom: 30px;
  }
  .center_border::after {
    display: none;
  }
  .product_list {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .product_detail .row.detail_icon_div {
    border: none;
    margin: 0 auto;
  }
  .bredcrumb_banner {
    display: none;
  }
  
  .product_detail .row.detail_icon_div .col-sm-6 {
    border: 2px solid #d0d0d0;
    margin-bottom: 15px;
    width: 100%;
  }
    .product_detail .row.detail_icon_div .col-xs-6 {width: 47%;
    margin: 2px;
    padding: 1px;}
    .product_detail .row.detail_icon_div .col-xs-6 img {max-width: 44px;}
    .product_detail .row.detail_icon_div .col-xs-6 span{padding: 0 0 0 10px;font-size: 9px;}

}

@media (max-width: 767px) {
  .profile-box {
    padding-left: 0;
    padding-right: 0;
  }
  .home-products [class^="col-"] {
    width: 50%;
  }
  .modal-body .product_detail p {
    margin-bottom: 10px;
  }
  .footer {
    text-align: center;
  }
  .footer .footer-main .row .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .header .pull-right-icon {
    right: 60px;
  }
  /*.home-products [class^="col-"] {
   /*width: 100%;
    /*float: none;*/
    
  }
  .user_wishlist {
    float: none;
  }
  .header_auth .cart-open {
    margin-left: 0;
  }
  .banner-caption .slide-logo .year {
    font-size: 42px;
    right: -23px;
    bottom: -34px;
  }
  .breadcrumb_div h1 {
    font-size: 18px;
  }
   /*   .product_list [class^="col-"] {
float: left;
    width: 50%;*/
  }
  .size_overlay {
    opacity: 1;
  }
  .size_overlay span {
    font-size: 8px;
    width: 25px;
    height: 25px;
    line-height: 27px;
    margin: 0px 3px;
  }

  .is_new {
    bottom: 4px;
  }
  .pro-detail-col,
  .pro-img-col {
    float: none;
    width: 100%;
  }
  .pro-table-detail .table tr td {
    border-bottom: 1px solid #000;
    padding: 3px;
  }
  .store-add h3,
  .storeHtml .adress-title {
    font-size: 13px;
  }
  .storeHtml .address_right p {
    font-size: 11px;
  }
  .address_left {
    margin-bottom: 5px;
  }
  .modal .address_right {
    width: 100%;
  }
  .detail_page .breadcrumb_div {
    background: #f5f5f5;
    padding: 8px 15px;
    margin-bottom: 20px;
  }
  .detail_page .breadcrumb_div img {
    display: none;
  }
  .detail_page .breadcrumb_div .bredcrumb_inner {
    position: static;
  }
  .list_page .prod_code {
    display: none !important;
  }
}
@media (max-width: 767px){
    .none{display:none!important;}
}
}
@media (max-width: 575px) {
  .list_detail_panel .filter_strip .selection_col {
    display: block !important;
    text-align: right;
  }
  .list_detail_panel .filter_strip .select_arrow {
    margin-top: 15px;
  }
  .list_detail_panel .filter_strip .select_arrow select {
    width: 100%;
  }
  .selection_col .product_pager {
    text-align: center !important;
  }
}
@media (max-width: 550px) {
  .header_contact .cont_number {
    display: none;
  }
  .banner-caption {
    top: 10px;
    right: 25px;
    width: 100px;
  }
  .banner-caption .slide-logo .year {
    font-size: 30px;
    right: -15px;
    bottom: -28px;
  }
  .blog_box_col {
    width: 100%;
    float: none;
  }
  .blog_box_img a {
    display: block;
    text-align: center;
  }
  .phone_div {
    display: inline-block;
  }
}

@media (max-width: 500px) {
  .home-products .pro-caption {
    width: 95%;
  }
  .artical_title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .blog_share .social-share {
    text-align: left;
  }
  .blog_share .pull-left,
  .blog_share .pull-right {
    float: none !important;
  }
  .breadcrumb_div h1 {
    font-size: 13px;
    margin-left: 0;
    margin-bottom: 0;
  }
  /* .product_list [class^=col-] {
        float: none;
        width: 100%;
        margin-bottom: 30px
    } */
  .pro-img img {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .header .navbar-brand {
    width: 75px;
    margin-top: 3px;
  }
  .banner-caption {
    top: 5px;
    right: 5px;
    width: 68px;
  }
  .banner-caption .slide-logo .year {
    font-size: 20px;
    right: -3px;
    bottom: -16px;
  }
}

@media (max-width: 400px) {
  .cart-open {
    font-size: 11px;
  }
 /* .product_list [class^="col-"] {
    width: 100%;
    margin-bottom: 25px;
    float: none;
  }*/
  .home-products .pro-caption h2 {
    font-size: 30px;
  }
  .product_list .pro-name {
    height: auto;
  }
}


@media (min-width: 320px) and (max-width: 767px){
.size_overlay span {
    font-size: 8px;
    width: 23px;
    height: 23px;
    line-height: 24px;
    margin: 0px 2px;
}
.product_list [class^="col-"] {
    width: 50%;
}
.product_code_filter{
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0px;
    text-align: left;
    background: rgba(233, 233, 233, .9) !important;
    display: inline-block;
    font-size: 15px !important;
}
.select_arrow{
  margin-top: 10px;
}
.filter_help{
  margin-bottom: -10px !important;
}
.pro-name{
    overflow: hidden !important;
    height: 45px !important;
}
.is_new {
    bottom: 0px;
}
.sub_menu{
  display: none !important;
}
}

.top-pager{
  display: none;
}
.bredcrumb_banner{
  display: none;
}