body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
}
a:hover {
  text-decoration: none;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  font-size: 12px;
  font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
/* top */
/* logo */
/* search */
/* cart */
/* menu */
/* content */
#content {
  min-height: 300px;
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #e69500;
}
/* footer */

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
.alert-minimum-qty {
  position: inherit;
}
/* breadcrumb */
.pagination {
  margin: 0;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}
/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
/* form-quantity */
#product .form-quantity-product div {
  display: inline-block;
}
.form-quantity-product {
  float: left;
  overflow: visible;
  clear: both;
}
.form-quantity .box-input-qty input {
  height: 40px;
  width: 50px;
  padding: 0 5px;
  border-radius: 0px;
  text-align: center;
}
.form-quantity .box-input-qty {
  position: relative;
}
.form-quantity div.btn-plus input,
.form-quantity div.btn-minus input {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 18px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
  position: absolute;
}
.form-quantity-product input#plus {
  top: 0;
  right: -20px;
}
.form-quantity-product input#minus {
  top: 20px;
  right: -20px;
}
.nav-tabs-products {
  float: left;
  width: 100%;
  border-top: 3px solid #f4a137;
  margin-bottom: 0;
  height: 50px;
}
@media (max-width: 767px) {
  .nav-tabs-products {
    height: auto;
  }
}
.nav-tabs-products li a {
  background: #f0f0f0 !important;
  color: #5b5b5b !important;
  display: block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 0 30px !important;
  line-height: 47px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0px !important;
}
.nav-tabs-products li.active a,
.nav-tabs-products li:hover a {
  color: #fff !important;
  background: #f4a137 !important;
}
.tab-content-product {
  border: 1px solid #ebebeb;
  clear: both;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 60px;
  padding: 30px;
  max-height: 300px;
  overflow: auto;
}
.title-fx:before {
  background: #e5e5e5;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
}
.title-fx {
  color: #444444;
  font-size: 20px;
  margin: 0 0 30px;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}
.title-fx span {
  position: relative;
  z-index: 10;
  padding-right: 15px;
  background: #fff;
}
/* end-form-quantity*/
/*zoom-windown*/
.zoomWindow {
  left: 105% !important;
  border: 4px solid #ddd !important;
  top: -5px !important;
  width: 100% !important;
  height: 100% !important;
}
.zoomLens {
  height: 100px !important;
  width: 100px !important;
}
.zoomContainer {
  top: 5px !important;
  left: 0px !important;
  margin-left: 18px !important;
  z-index: 1000;
}
.quickview-container .zoomWindow,
.quickview-container .zoomLens,
.quickview-container .zoomContainer {
  display: none;
}
/**/
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
/*.image-additional {
	max-width: 78px;
}*/
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
/*.image-additional*/
.image-additional .thumbnail {
  margin: 0 5px 20px 5px;
}
.wrapper-img-additional {
  padding: 0 30px;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div {
  font-size: 0px;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #8a8a8a;
  text-align: center;
  line-height: 30px;
  margin-bottom: 2px;
  opacity: 0;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div:before {
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 30px;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px !important;
  top: 50px !important;
  border-radius: 0px 3px 3px 0px;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: auto !important;
  left: 0px !important;
  top: 50px;
  border-radius: 3px 0px 0px 3px;
}
.wrapper-img-additional:hover
  .owl-theme
  .owl-controls
  .owl-buttons
  div.owl-prev {
  left: -20px;
  opacity: 1;
}
.wrapper-img-additional:hover
  .owl-theme
  .owl-controls
  .owl-buttons
  div.owl-next {
  right: -20px;
  opacity: 1;
}
.wrapper-img-additional .owl-prev:after {
  display: none;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #3c3c3c;
  color: #fff;
}
/**/

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.details-product .thumbnails-image .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper-img-additional .thumbnail img {
  width: 100%;
}

#cmsblock-19 .f-img a img:first-child {
  display: none;
}

.common-home .ocfeaturedproductslider {
  padding-bottom: 50px;
}

.pt_vmegamenu {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}

.scroll_menu_new {
  position: relative;
}

.pt_vmegamenu::-webkit-scrollbar {
  display: none; /* hide scrollbar */
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.scroll-arrow:hover {
  background: #fff;
}

.scroll-left {
  left: -40px;
}

.scroll-right {
  right: -40px;
}

.pt_vmegamenu div.pt_ver_menu .parentMenu a,
.pt_vmegamenu div.pt_menu .parentMenu span.block-title {
  padding: 16px 20px 16px 20px;
}

.pt_vmegamenu div.pt_ver_menu.had-child .parentMenu:before {
  top: 55%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .pt_vmegamenu div.pt_ver_menu .parentMenu a {
    max-height: 100%;
  }
}

@media (max-width: 1200px) {
  .navleft-container {
    width: 90%;
    margin: 0 auto;
  }

  .top-menu-content {
    height: 78px !important;
  }
}

@media (max-width: 991px) {
  .content-vermagemenu {
    left: 0 !important;
  }

  .pt_vmegamenu .wrap-popup,
  .pt_vmegamenu div.popup {
    position: absolute;
    top: 30px !important;
  }

  .vermagemenu {
    width: 100%;
  }

  .pt_vmegamenu div.pt_ver_menu.had-child .parentMenu:before {
    top: 50%;
  }
}

@media (max-width: 779px) {
  .content-vermagemenu {
    left: -25px !important;
  }
}

@media (max-width: 776px) {
  .content-vermagemenu {
    left: -5px !important;
  }
}

#pt_vmegamenu #popup139 .col-sm-4 {
  float: unset !important;
}

.popup .content-popup {
  min-height: 250px !important;
  height: 100% !important;
}

.pt_vmegamenu .itemMenu h4.level1,
.pt_vmegamenu .itemMenu a.level1 {
  text-transform: capitalize !important;
}

.fixed-header {
  width: 100% !important;
}

@media (max-width: 991px) {
  .over-menu {
    display: block !important;
  }

  .close-wrap {
    display: none !important;
  }

  .more-wrap {
    display: none !important;
  }

  .pt_vmegamenu div.popup a.act {
    color: #ffffff !important;
  }
}

@media (max-width: 776px) {
  .content-vermagemenu {
    left: -30px !important;
  }
}

@media (max-width: 767px) {
  .content-vermagemenu {
    left: -5px !important;
  }
}

.pt_vmegamenu div.pt_ver_menu .parentMenu span {
  text-transform: capitalize;
}

.banner7-content {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: 1170px !important;
  text-align: center !important;
  width: 100% !important;
  margin-top: 0 !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5);
}

.text-content {
  position: absolute !important;
  top: 50% !important;
  left: 5% !important;
  transform: translateY(-50%) !important;
  z-index: 2;
  max-width: 50%;
}

.slider-1 h1 {
  font-size: 36px !important;
  letter-spacing: unset !important;
  text-align: start !important;
}

.banner7-des p {
  font-size: 15px;
  text-align: start !important;
}

.banner7-readmore {
  margin-top: 30px !important;
  display: flex;
  justify-content: start;
}

.banner-product1 img {
  width: 100% !important;
}

.banner7-readmore a {
  padding: 10px 28px;
}

@media (max-width: 1200px) {
  .text-content {
    max-width: 60%;
  }
}

@media (max-width: 991px) {
  .slider-1 h1 {
    font-size: 28px !important;
  }
}

@media (max-width: 767px) {
  .slider-1 h1 {
    font-size: 23px !important;
  }

  .text-content {
    max-width: 80%;
  }

  .nivo-main-image {
    height: 350px !important;
  }

  .banner7-des p {
    font-size: 14px;
  }

  .text-content {
    left: 10% !important;
  }
}

.banner7-readmore a:hover {
  background-color: rgb(102, 102, 102) !important;
  color: #fff;
}

.setting-banner-section {
  width: 100%;
  height: 300px;
  position: relative;
  margin-top: 40px;
}

.setting-banner-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setting-banner-section .banner-title {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2;
  color: #3c3c3c;
  font-family: "Montserrat";
  font-size: 12px;
  background: #fff;
  font-weight: 700;
  padding: 11px 29px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.setting-banner-section .banner-title:hover {
  background-color: #3c3c3c;
  color: #fff;
}

.main_menu {
  background-color: #333333;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.inner_menu {
  padding: 0 !important;
  margin: 0 !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner_menu li {
  list-style: none;
}

.inner_menu li:first-child {
  margin-left: 0 !important;
}

.inner_menu li a {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.inner_menu li a:hover {
  color: #f4a137;
}

.new_menu_dropdown:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.new_menu_dropdown {
  position: static;
  display: inline-block;
}

.submenu {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 50%;
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  border-top: 2px solid var(--color);
  background-color: #fff;
  box-shadow: var(--shadow-medium);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transform: translateX(-50%);
  box-shadow: 0px 4px 64px 0px #00000040;
  min-height: 300px;
  padding: 25px 25px;
  max-height: 400px;
  overflow-y: auto;
}

.sub_menu_list_head {
  margin: 0 !important;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  white-space: initial;
}

.sub_menu_list_head:hover {
  color: #f4a137;
}
.sub_menu_list_items {
  margin-bottom: 30px;
}

.btn-scroll-left,
.btn-scroll-right {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1000;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-scroll-left {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-scroll-right {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.inner_menu_main {
  position: relative;
}

@media (max-width: 991px) {
  .btn-scroll-right {
    right: -10px;
  }

  .btn-scroll-left {
    left: -10px;
  }

  .inner_menu {
    max-width: 100%;
    margin: 0 auto !important;
  }
}

@media (max-width: 767px) {
  .inner_menu {
    max-width: 100%;
    margin: 0 auto !important;
  }
}

img.brand_img_n {
  margin-left: 10px;
}



.new_menu_dropdown{
  transition: all .4s ease-in-out;
}

.new_menu_dropdown img{
  transition: all .4s ease-in-out;
}

.dropactive img{
transform: rotate(180deg);
}

@media(max-width:991px){
  .main_menu{
    white-space: nowrap;
  }


  .inner_menu{
    gap: 20px;
    max-width: 100% !important ;
    overflow-x: auto;
  }
}