
#facebookMessengerButton {
  position: fixed;
  bottom: 50px;
  right: 24px;
  z-index: 9999;
}

/* normalization styles */

ul {
  list-style: none;
}

li {
  list-style-type: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

a:hover,
a {
  text-decoration: none;
}

input[type="button"]:active,
button:active {
  outline: none;
}

.primary-color {
  color: #f2aa02;
}

.secondary-color {
  color: #0a756a;
}

/* social networks style */

.soc-login-container {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 24px;
  margin-bottom: 12px;
  position: relative;
}

.soc-login-container::after {
  content: 'ან';
  font-family: font-7;
  position: absolute;
  font-size: 16px;
  bottom: -10px;
  width: 50px;
  background-color: #fff;
  text-align: center;
  background-color: #fff;
  left: calc(50% - 25px);
}

.soc-login-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.soc-login-row .soc-login-button {
  width: calc(50% - 5px);
}

.soc-login-row:not(:last-child) {
  margin-bottom: 10px;
}

.soc-login-button a {
  padding: 12px 10px 12px 10px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  font-family: font-8;
  font-size: 14px;
}

.facebook-login-btn {
  background-color: #4266B3;
  border: 1px solid #4266B3;
}

.facebook-login-btn a:hover {
  background-color: #fff;
  color: #4266B3;
}

.google-login-btn {
  background-color: #dd4b39;
  border: 1px solid #dd4b39;
}

.google-login-btn a:hover {
  background-color: #fff;
  color: #dd4b39;
}

.github-login-btn {
  background-color: #373737;
  border: 1px solid #373737;
}

.github-login-btn a:hover {
  background-color: #fff;
  color: #373737;
}

.twitter-login-btn {
  background-color: #1DA1F2;
  border: 1px solid #1DA1F2;
}

.twitter-login-btn a:hover {
  background-color: #fff;
  color: #1DA1F2;
}

/* modals customization styles */

@media (min-width: 992px) {
  #user-info-modal .modal-lg {
    width: 700px;
  }
}

.modal-checkbox.remember {
  display: inline;
  position: relative;
}

.modal-checkbox-text {
  font-size: 17px;
  color: #595959;
}

.modal-checkbox-square {
  cursor: pointer;
}

.noselect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-checkbox-square.unchecked::before {
  content: '\f45c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 16px;
  margin-right: 6px;
  color: #fff;
  border: 2px solid #595959;
  padding: 2px;
}

.modal-checkbox-square.checked::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 16px;
  margin-right: 6px;
  color: #595959;
  border: 2px solid #595959;
  padding: 2px;
}

#authorization-modal .modal-dialog input.form-invalid-field-color,
#password-reset-modal .modal-dialog input.form-invalid-field-color,
#change-password-modal .modal-dialog input.form-invalid-field-color,
#user-info-modal .modal-dialog input.form-invalid-field-color,
#discount-request-modal .modal-dialog input.form-invalid-field-color {
  border-color: #ff4444;
}

#authorization-modal .modal-dialog .modal-content,
#password-reset-modal .modal-dialog .modal-content,
#change-password-modal .modal-dialog .modal-content,
#user-info-modal .modal-dialog .modal-content,
#discount-request-modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 2px solid #595959;
}

#authorization-modal .tab-content,
#password-reset-modal form,
#change-password-modal form,
#user-info-modal form,
#discount-request-modal form {
  overflow-y: auto;
}

#authorization-modal .modal-dialog input,
#password-reset-modal .modal-dialog input,
#change-password-modal .modal-dialog input,
#user-info-modal .modal-dialog input,
#discount-request-modal .modal-dialog input {
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #cbcbcb;
}

#authorization-modal .modal-dialog input:focus,
#password-reset-modal .modal-dialog input:focus,
#change-password-modal .modal-dialog input:focus,
#user-info-modal .modal-dialog input:focus,
#discount-request-modal .modal-dialog input:focus {
  outline: none;
  border-color: #878787;
}

#authorization-modal .btn-primary,
#password-reset-modal .btn-primary,
#change-password-modal .btn-primary,
#user-info-modal .btn-primary,
#discount-request-modal .btn-primary {
  color: #fff;
  background-color: #ffb200;
  border: 1px solid #ffb200;
  border-radius: 0;
}

#authorization-modal .btn-primary:hover,
#password-reset-modal .btn-primary:hover,
#change-password-modal .btn-primary:hover,
#user-info-modal .btn-primary:hover,
#discount-request-modal .btn-primary:hover {
  color: #ffb200;
  background-color: #fff;
}

#authorization-modal label,
#password-reset-modal label,
#change-password-modal label,
#user-info-modal label,
#discount-request-modal label {
  font-size: 16px;
}

#authorization-modal ul.nav .nav-item {
  font-size: 16px;
}

#authorization-modal ul.nav .nav-item:not(:last-child) {
  margin-right: 10px;
}

#authorization-modal ul.nav .nav-item .nav-link {
  text-decoration: none;
  background-color: #fff;
  color: #595959;
  border: 1px solid #595959;
  border-radius: 0;
}

#authorization-modal ul.nav .nav-item .nav-link.active {
  background-color: #595959;
  color: #fff;
}

#authorization-modal .modal-header,
#password-reset-modal .modal-header,
#change-password-modal .modal-header,
#user-info-modal .modal-header,
#discount-request-modal .modal-header {
  padding: 1.5rem 1.5rem;
}

#authorization-modal .nav-tabs {
  border-bottom: 0;
}

#authorization-modal .modal-footer .btn:not(:last-child) {
  margin-right: 10px;
}

#authorization-modal .btn-secondary,
#password-reset-modal .btn-secondary,
#change-password-modal .btn-secondary,
#user-info-modal .btn-secondary,
#discount-request-modal .btn-secondary {
  border-radius: 0;
  background-color: #0a756a;
  border: 1px solid #0a756a;
  color: #fff;
}

#authorization-modal .btn-secondary:hover,
#password-reset-modal .btn-secondary:hover,
#change-password-modal .btn-secondary:hover,
#user-info-modal .btn-secondary:hover,
#discount-request-modal .btn-secondary:hover {
  background-color: #fff;
  color: #0a756a;
}

#authorization-modal .input-wrapper,
#password-reset-modal .input-wrapper,
#change-password-modal .input-wrapper,
#user-info-modal .input-wrapper,
#discount-request-modal .input-wrapper {
  position: relative;
}

#authorization-modal .input-wrapper .password-visibility,
#change-password-modal .input-wrapper .password-visibility,
#user-info-modal .input-wrapper .password-visibility {
  position: absolute;
  top: 12px;
  font-size: 20px;
  right: 12px;
  cursor: pointer;
}

/* topbar styles */

#itw-topbar {
  background-color: #0a756a;
  font-size: 13px;
  padding-top: 25px;
  padding-bottom: 20px;
  font-family: font-4;
}

#itw-topbar span,
#itw-topbar a {
  display: block;
  padding-bottom: 4px;
  color: #fff;
}

/* search form styles */

#itw-top-search {
  min-height: 40px;
  padding-top: 0px;
  box-shadow: none;
  line-height: 20px;
  position: relative;
  z-index: 0;
}

#header .itw-search .dropdown-menu > li > a {
  padding: 3px 4px;
  font-size: 14px;
}

#header .itw-search .dropdown-menu li a:hover {
  color: #0a756a;
  background: none;
}

#header .itw-search .open > .dropdown-menu {
  display: block;
}

#itw-top-search form input:focus{
  border: none !important;
}

#itw-top-search.active {
  animation: 0.4s ease 0s normal both 1 running fadeInUp;
  display: block;
}

#itw-top-search form#searchbox {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 0;
}

#itw-top-search form input {
  background-color: #fff;
  border: 0 none;
  box-shadow: none !important;
  color: #525252;
  font-size: 24px;
  height: auto;
  line-height: normal;
  outline: medium none;
  padding: 5px 15px;
  text-align: left;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.itw-search button.submit-search {
  border: medium none;
  font-size: 20px;
  padding: 3px;
  color: #c9c9c9;
  background: none !important;

}

#itw-top-search button.form-control {
  border: medium none;
  font-size: 23px;
  height: auto;
  padding: 11px 10px;
  position: relative;
  box-shadow: none !important;
  color: #c9c9c9;
}

#itw-top-search button.form-control::after {
  border-right: 1px solid #ddd;
  content: "";
  height: 30px;
  position: absolute;
  right: 10px;
  top: 11px;
}

.form-control::-webkit-input-placeholder {
  color: #585555 !important;
  font-size: 14px;
  font-weight: 400;
}

.form-control::-moz-placeholder {
  color: #f1f1f1 !important;
  font-size: 14px;
  font-weight: 400;
}

.pos-search .dropdown-menu {
  line-height: 30px;
  max-height: 450px;
  width: 100%;
  overflow-y: auto;
  padding: 12px;
  border: 1px solid #c7c7c7;
  box-shadow: none;
  margin-top: 52px;
  border-bottom: 4px solid #c7c7c7;
  border-radius: 0;
}

.pos-search .dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

.pos-search .dropdown-menu::-webkit-scrollbar-track {
  background: #e1e1e1;
}

.pos-search .dropdown-menu::-webkit-scrollbar-thumb {
  background: #6f6f6f;
}

#header #itw-top-search form#searchbox {
  border: 1px solid #c7c7c7;
  border-radius: 0;
  display: table;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 0;
  width: 100%;
}

#header #itw-top-search form input#top-search-query-input {
  width: 65%;
  float: left;
  height: 49px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0);
  text-indent: 6px;
}

#header #itw-top-search .form-inline .pos-search.form-group {
  width: 25%;
  float: left;
  position: relative;
  height: 49px;
}

#itw-top-search button.form-control::after {
  display: none;
}

#header #itw-top-search .itw-search {
  display: block !important;
}

.choose-category-lists {
  height: 100%;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
}

.choose-category-lists-inner {
  display: table;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.choose-category-lists-wrapper {
  display: table-cell;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

#header .itw-search button.submit-search {
  background: #0a756a none repeat scroll 0 0 !important;
  border: medium none;
  border-radius: 0;
  color: #c9c9c9;
  font-size: 20px;
  padding: 12px 26px 13px;
  top: 0;
  border: 1px #0a756a solid;
  right: 13px;
  position: absolute;
}

#header .itw-search button.submit-search:focus {
  outline: none;
}

#header .itw-search button.submit-search:hover {
  background: #fff !important;
}

#header .itw-search button.submit-search:hover i {
  color: #0a756a;
}

.choose-category-lists-content * {
  color: #101010;
  cursor: pointer;
  font-size: 14px;
}

#header .itw-search button.submit-search i {
  color: #fff;
  display: block;
  font-size: 24px;
}

.choose-category-lists-content {
  position: relative;
}

.choose-category-lists-content::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 21px;
  background: #c7c7c7;
  left: 0px;
  top: 0px;
}

#top-search-query-input::-webkit-input-placeholder {
  color: #43454b !important;
  font-size: 15px;
  font-weight: 300;
}

#top-search-query-input::-moz-placeholder {
  color: #43454b !important;
  font-size: 15px;
  font-weight: 300;
}

#header #itw-top-search form input#top-search-query-input {
  width: 54%;
}

/* live search style */

#live-search-container {
  margin-top: 60px;
  position: absolute;
  padding-bottom: 4px;
  width: calc(100% - 30px);
  max-height: 600px;
  background-color: #fff;
  border: 1px solid #acacac;
  border-bottom: 3px solid #acacac;
  overflow-y: auto;
}

#live-search-container::-webkit-scrollbar {
  width: 8px;
}

#live-search-container::-webkit-scrollbar-track {
  background: #e1e1e1;
}

#live-search-container::-webkit-scrollbar-thumb {
  background: #6f6f6f;
}

#live-search-container .search-result-list a img {
  display: block;
  width: 100%;
}

#live-search-container .search-result-list li:not(:last-child) a {
  border-bottom: 1px solid #dcdcdc;
}

#live-search-container .search-result-list a {
  padding-bottom: 6px;
  padding-top: 6px;
}

#live-search-container .search-result-list a:hover .search-result-title {
  text-decoration: underline;
}

 #live-search-container .search-result-title {
   padding-top: 10px;
   font-size: 16px;
   font-weight: bold;
   color: #585858;
 }

 #live-search-container .search-result-price-block {
   padding-top: 10px;
 }

 #live-search-container .search-result-price-block .search-result-price,
 #live-search-container .search-result-price-block .search-result-discount {
   font-size: 16px;
 }

 #live-search-container .search-result-price-block .search-result-price {
   color: #fa5b4f;
 }

 #live-search-container .search-result-price-block .search-result-discount {
   color: #989898;
   text-decoration: line-through;
 }

 @media only screen and (max-width: 543px) {

     #live-search-container .search-result-price-block,
     #live-search-container .search-result-title {
       display: block;
       text-align: center;
     }
}

/* message to users styles */

#message-to-users{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1000;
  bottom: 0;
}

#message-to-users .text-to-output{
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

#message-to-users .close-block {
  position: absolute;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  top: 50px;
}

/* notification styles */

.shopping-cart-nav a i {
  font-size: 25px;
  color: #f2aa02;
}

.shopping-cart-nav a span {
  font-size: 20px;
  color: #525252;
}

#cart-notification .shopping-cart-link {
  font-weight: bold;
  text-decoration: underline;
  color: #0a756a;
}

#cart-notification,
#contact-notification,
#general-notification {
  margin-bottom: 50px;
  border: 1px solid #d6d4d4;
  padding: 12px;
  word-spacing: 5px;
  background: #f8f7f7 none repeat scroll 0 0;
  position: relative;
}

#cart-notification-close i,
#general-notification-close i,
#close i {
  position: absolute;
  right: 12px;
  cursor: pointer;
  font-size: 15px;
}

#contact-notification .main-phrase{
  text-decoration: none;
  font-weight: bold;
  color: #404040;
  font-size: 15px;
}

#cart-notification a#initial-text{
  color: #444444;
}

#cart-notification .notification-text {
  font-size: 15px;
}

/* customize home slider style */

#home-slider .splide__slide img {
  width: 100%;
  height: auto;
}

#home-slider .splide__pagination {
  bottom: 2em;
}

#home-slider .splide__arrow {
 border-radius: 0;
 width: 3em;
 height: 3em;
}

#home-slider .splide__pagination__page {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  margin: 4px;
}

#home-slider .splide__pagination__page.is-active {
  transform: scale(1.0);
  background-color: #fff;
}

@media (max-width: 768px) {

  #home-slider .splide__pagination {
    display: none;
  }
}

/* product image container styles */

.product-image-container {
    border: none;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}

.product-image-container > a:hover > img {
  transform: scale(1.2);
}

.product-image-container > a > img {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: all 0.7s ease 0s;
}

/* ajax product block styles */

li.ajax-block-product .product-container {
  text-align: center;
  border: 1px solid #f5f5f5;
  padding: 12px;
}

li.ajax-block-product .product-container:hover .product-image-container {
  border-color: #0a756a;
}

li.ajax-block-product > div {
  position: relative;
}

li.ajax-block-product > div .left-block {
  overflow: inherit;
  position: relative;
}

li.ajax-block-product {
  margin-bottom: 37px !important;
}

.ajax-block-product .right-block {
  padding-top: 8px;
}

/* producs carousel preloader styles */

.graph-preloader {
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  z-index: 9;
}

.preloader {
  cursor: wait;
  display: block;
  font-size: 10px;
  height: 25px;
  text-align: center;
  width: 51px;
}

.preloader-bar {
  display: inline-block;
  height: 100%;
  -webkit-animation: such-stretching 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955), much-colors 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  animation: such-stretching 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955), much-colors 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  width: 6px;
}

.preloader-bar.-bar2 {
  -webkit-animation-delay: -1.1s, 0.1s;
  animation-delay: -1.1s, 0.1s;
}

.preloader-bar.-bar3 {
  -webkit-animation-delay: -1s, 0.2s;
  animation-delay: -1s, 0.2s;
}

.preloader-bar.-bar4 {
  -webkit-animation-delay: -0.9s, 0.3s;
  animation-delay: -0.9s, 0.3s;
}

.preloader-bar.-bar5 {
  -webkit-animation-delay: -0.8s, 0.4s;
  animation-delay: -0.8s, 0.4s;
}

@-webkit-keyframes such-stretching {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4)
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@keyframes such-stretching {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes much-colors {

  0%,
  100% {
    background-color: #ffb200;
  }
}


/* product hover styles */

li.ajax-block-product .product-container {
  padding: 0px;
  border: none;
}

li.ajax-block-product .product-container .itw-display-product-info {
  padding: 12px;
  border: 1px solid #cacaca;
}

li.ajax-block-product .product-container:hover .itw-display-product-info {
  border-bottom: none !important;
}

li.ajax-block-product .product-container:hover .itw-display-product-info {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.product-container:hover {
  cursor: pointer;
  z-index: 9;
}

.product-container .product-more-options {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-top: 0px solid #cacaca;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 9;
  padding: 10px 12px 12px;
  opacity: 0;
  visibility: hidden;
}

.product-container:hover .product-more-options {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

li.ajax-block-product {
  margin-bottom: 0px !important;
}

li.ajax-block-product.splide__slide {
  float: left;
}

.itw-top-product-category-inner .itw-top-product-inner-category,
.itw-content-items {
  overflow: hidden;
  padding-bottom: 50px;
}

.itw-top-product-category-inner li.ajax-block-product {
  margin-bottom: 0 !important;
}

/* carousel styles */

.itw-products-wrapper .splide__track,
.itw-products-tab-wrapper .splide__track{
  padding-top: 20px;
  overflow: visible;
  z-index: 1;
}

.itw-products-wrapper .splide__pagination,
.itw-products-tab-wrapper .splide__pagination {
  position: static;
  transform: inherit;
  width: 100%;
  margin-top: 20px;
}

.itw-products-wrapper .splide__pagination__page,
.itw-products-tab-wrapper .splide__pagination__page {
  width: 14px;
  height: 14px;
  border: 1px solid #a2a2a2;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}

.itw-products-wrapper .splide__pagination__page.is-active,
.itw-products-tab-wrapper .splide__pagination__page.is-active {
  box-shadow: none;
  transform: scale(1);
  width: 28px;
  background-color: #0a756a;
  border-color: #0a756a;
  opacity: 1;
}

.itw-products-wrapper .splide__arrow--prev,
.itw-products-tab-wrapper .splide__arrow--prev {
  right: 45px;
  left: inherit;
}

.itw-products-wrapper .splide__arrow--next,
.itw-products-tab-wrapper .splide__arrow--next {
  right: 0;
}

.itw-products-wrapper .splide__arrow {
  top: -24px;
}

.itw-products-tab-wrapper .splide__arrow {
  top: 10px;
}

.itw-products-wrapper .splide__arrow,
.itw-products-tab-wrapper .splide__arrow {
  border-radius: 0;
  width: 40px;
  height: 36px;
  background-color: #ffb200;
  color: #fff;
  opacity: 1;
  border: 1px solid #ffb200;
}

.itw-products-wrapper .splide__arrow:hover,
.itw-products-tab-wrapper .splide__arrow:hover {
  background-color: #fff;
  color: #ffb200;
}

.tabs {
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
	margin-top: 2rem;
	background: #fff;
	padding: 1.25rem 1.875rem;
}

.tabs .tab-pane {
	padding-top: 1.25rem;
}

.tabs .nav-tabs {
	border: none;
	border-bottom: 2px solid #ebebeb;
}

.tabs .nav-tabs .nav-link {
	color: #878787;
	border: 0 solid transparent;
}

.tabs .nav-tabs .nav-link.active {
	color: #0a756a;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
	border: none;
	border-bottom: 3px solid #0a756a;
}

.tabs .nav-tabs .nav-item {
	float: left;
	margin-bottom: -.125rem;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: none;
}

.itw-product-top .product-desc {
  display: none;
}

.itw-content-items .product-desc {
  display: none;
}

.short-description div {
  text-align: left;
  margin-top: 6px;
}

.short-description div i {
  font-size: 16px;
}

.short-description div span {
  font-size: 14px;
  font-family: font-7;
}

#header {
	background: #fff;
	color: #4a4a49;
  z-index: 1000;
}

#header a {
	color: #101010;
  cursor: pointer;
}

#header a:hover {
	text-decoration: none;
	color: #0a756a;
}

#header .header-nav {
	border-bottom: 2px solid #ebebeb;
	max-height: 50px;
	margin-bottom: 30px;
}

#header .header-nav #menu-icon {
	vertical-align: middle;
	cursor: pointer;
	margin-left: 1rem;
}

footer {
 position: relative;
 margin-top: 20px;
 background-color: #0a756a;
 color: #fff;
 font-size: 14px;
 font-family: font-5;
 padding-top: 25px;
 padding-bottom: 20px;
}

footer .row > div {
  margin-bottom: 10px;
}

footer img {
  border-radius: 2px;
}

#footer .d-flex {
  align-items: flex-start !important;
  justify-content: space-between !important;
}

#payment-methods-container img {
  background-color: #fff;
  margin-right: 10px;
  height: 32px;
}

#payment-methods-container img:first-child {
  width: 60px;
}

#payment-methods-container img {
  margin-bottom: 10px;
}

#documents,
#copyright {
    margin-right: 20px;
}

#documents a {
    display: block;
    color: #fff;
    margin-bottom: 4px;
}

#documents a span:hover {
    text-decoration: underline;
}

#documents a:before {
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 4px;
}


@media (max-width: 650px) {

  #documents {
      margin-bottom: 30px;
  }

  #footer .d-flex {
    flex-direction: column;
  }

  #payment-methods-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width:767px) {

	#header .header-nav {
		background: #fff;
		margin-bottom: .625rem;
		color: #414141;
	}

	.default-input {
		min-width: 100%;
	}
}

@media (max-width:991px) {

	.container {
		max-width: 100%;
	}

	.sub-menu {
		left: 0;
		min-width: 100%;
	}
}

@media (max-width:543px) {

	#content-wrapper,
	#left-column {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

/* general styles */

body {
  min-width: 320px;
  height: 100%;
  line-height: 18px;
  font-size: 13px;
  color: #4f4f4f;
}

.tab-content {
  font-family: font-4;
}

.currency-gel{
  color: #ffb200;
  font-weight: normal;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.header-bottom-part {
  margin-top: 40px;
  margin-bottom: 20px;
}

.menu-sign {
  position: absolute;
  right: 0;
}

.sub-menu{
  width: 100%;
  position: relative;
}

.verticalmenu .has-menu.is-closed .sub-menu {
  display: none;
}

.verticalmenu .has-menu.is-open .sub-menu {
  display: block;
}

#header .verticalmenu .has-menu.is-closed > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 4px;
  font-size: 16px;
}

#header .verticalmenu .has-menu.is-open > a:after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 4px;
  font-size: 16px;
}

#header .verticalmenu .has-menu.is-open > a * {
  color: #0a756a;
}

.sub-menu li,
.sub-menu li li{
  width: 100%;
}

.box-items {
  border-radius: 0;
  left: 0;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 100%;
}

.tab-content {
  margin-top: 0px;
  margin-bottom: 0px;
}

#home-slider {
  margin-bottom: 60px;
}

#left-column > div,
#right-column > div {
  margin-bottom: 65px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#left-column > div,
#right-column > div,
#left-column > div > div,
#right-column > div > div {
  box-shadow: none;
}

/* header styles */

header {
  z-index: 1;
  position: relative;
  background: #fff;
  padding-bottom: 15px;
}

header .nav .row {
  margin: 0px;
}

header .nav nav {
  width: 100%;
}

header .row {
  position: relative;
}

header .row > .container {
  position: relative;
}

/* customized navigation style */

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
}

.nav-tabs a span {
  color: #565555;
  font-weight: 600;
  font-size: 15px;
}

.carousel-tablist li a:not(.active):hover span {
  color: #fff;
}

.carousel-tablist li a:not(.active) {
  padding: 6px 9px;
}

.carousel-tablist li a:not(.active):hover {
  background-color: #606060;
}

.carousel-tablist li a span {
  font-weight: 400;
}

.nav-tabs > li > a {
  border-radius: 0px 0px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-bottom-color: transparent;
  cursor: default;
}

.nav .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.nav a:hover .caret {
  border-top-color: #515151;
  border-bottom-color: #515151;
}

#navbarSupportedContent > ul > li:not(:last-child) {
  margin-right: 8px;
}

#navbarSupportedContent .navbar-nav {
    margin-bottom: 16px;
}

#navbarSupportedContent .profile-dropdown {
  margin-right: 10px;
}

#navbarSupportedContent .profile-dropdown .dropdown-menu {
  border: 1px solid #8c8c8c;
  margin-top: 4px;
}

#navbarSupportedContent .profile-dropdown .dropdown-menu .dropdown-item {
  font-family: font-8;
  font-size: 15px;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

#navbarSupportedContent > ul > li .dropdown-toggle::after {
  position: absolute;
}

#navbarSupportedContent .profile-dropdown .dropdown-menu .profile-dropdown-items {
  width: 100%;
}

#navbarSupportedContent .profile-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #8c8c8c;
  color: #fff;
}

@media (min-width: 992px) {

  #navbarSupportedContent > ul {
    align-items: flex-end!important;
  }
}

.navbar-collapse {
/*  max-height: 340px; */
  z-index: 200;
}

.navbar-fixed-top {
  z-index: 1030;
}

.navbar-toggle {
  border-radius: 0px;
}

.header-top-part .navbar-nav > li > a {
  font-size: 15px;
  margin-right: 4px;
}

.header-top-part .navbar-light .navbar-toggler {
  color: rgb(125 125 125);
  border-color: rgb(184 184 184);
  outline: none;
  border-radius: 0;
}

.header-top-part .navbar-nav {
  background-color: #fff;
}

.header-top-part .navbar-nav .dropdown-menu {
  border-radius: 0;
  border: 1px solid #b8b8b8;
  background-color: #f8f9fa;
}

.header-top-part .navbar-nav .dropdown-menu .dropdown-header span {
  font-family: font-3;
  font-size: 16px;
  color: #3d3d3d;
  border-bottom: 2px solid #ffb200;
}

.header-top-part .navbar-nav .dropdown-menu .dropdown-item {
  font-family: font-4;
  font-size: 13px;
}

.header-top-part .navbar-nav > li > a {
/*  white-space: nowrap; */
}

.header-top-part .navbar-nav .parent.dropdown a.show.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "\f106";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

.header-top-part .navbar-nav .dropdown-menu .dropdown-item:before {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 4px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.float-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.float-right {
  left: auto;
  right: 0;
}

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

.navbar-text {
  float: left;
  margin-top: 16px;
  margin-bottom: 16px;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #a8a8a8;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #a8a8a8;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #a8a8a8;
}

.navbar-default .navbar-collapse {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

@media (min-width: 768px) {

  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }

  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* read more button styles */

.read-more-container {
  margin-bottom: 20px;
}

.button.read-more-button.btn.btn-secondary {
  padding: 6px 12px;
  display: inline;
  border: 1px solid #ffb200;
  background-color: #ffb200;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  user-select: none;
  vertical-align: middle;
  line-height: 1.25;
  margin: 0;
}

.button.read-more-button.btn.btn-secondary:hover {
  background-color: #fff;
  color: #ffb200;
}

/* product name on list page styles */

.product-name {
  font-size: 16px;
  line-height: 23px;
  color: #404040;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.product-name a {
  font-size: 17px;
  line-height: 23px;
  color: #3a3939;
}

.product-name:hover {
  color: #0a756a;
  text-decoration: none !important;
}

@media (max-width: 768px) {

  .product-name a {
    font-size: 14px;
  }
}

/* product price styles */

.price {
  font-size: 13px;
  color: #777;
  white-space: nowrap;
}

.price.product-price {
  font: 600 21px/26px "Open Sans", sans-serif;
  color: #333;
}

.old-price {
  color: #6f6f6f;
  text-decoration: line-through;
}

.old-price.product-price {
  font-size: 17px;
  color: #b9b9b9;
  text-decoration: line-through !important;
}

.product-price {
	color: #0a756a;
	display: inline-block;
}

body #page ul.product-list.list .product-container .content-price {
  text-align: left;
}

#page .rte {
  padding: 0 20px 20px;
  word-wrap: break-word;
}

#page .rte p {
  margin-bottom: 1em;
  min-height: 1px;
	color: #525252;
}

.content-price span {
  color: #101010;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 24px;
  position: relative;
  text-decoration: none !important;
  margin: 0px 3px;
}

.content-price span.price {
  font-weight: 400;
  font-size: 18px !important;
}

/* product page block styles */

.block {
  margin-bottom: 30px;
}

.block .title-block,
.block h4 {
  font: 600 18px/22px "Open Sans", sans-serif;
  color: #555454;
  text-transform: none;
  padding-bottom: 25px;
  margin-bottom: 0px;
  position: relative;
}

.block .title-block {
  margin-top: 20px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.block h4 {
  padding: 14px 5px 17px 20px;
  background: #f6f6f6;
  border-top: 5px solid #333;
  margin-bottom: 20px;
}

.block .title-block a,
.block h4 a {
  color: #555454;
}

.block .title-block a:hover,
.block h4 a:hover {
  color: #333;
}

.title-block::after {
  bottom: 24px;
}

.title-block::before {
  background: #cdcdcd none repeat scroll 0 0;
  bottom: 25px;
  content: "";
  height: 1px !important;
  padding: 0px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  display: block !important;
}

.title-block {
  margin-top: 0px;
  position: relative;
  padding-bottom: 25px !important;
}

@media (max-width: 767px) {

  .block {
    margin-bottom: 0px;
  }

  .block .block_content {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .block .title-block,
  .block h4 {
    font-size: 14px;
  }
}

/* general form styles */

.general-form {
  border: 1px solid #c7c7c7;
  padding: 24px;
  margin-bottom: 10vh;
  background-color: #fcfcfc;
}

.general-form .form-control {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #cbcbcb;
}

.general-form .form-control:focus {
  outline: none;
  border-color: #878787;
}

.general-form .btn-primary {
  color: #fff;
  background-color: #ffb200;
  border: 1px solid #ffb200;
  border-radius: 0;
}

.general-form .btn-primary:hover {
  color: #ffb200;
  background-color: #fff;
}

.general-form .btn-secondary {
  border-radius: 0;
  background-color: #0a756a;
  border: 1px solid #0a756a;
  color: #fff;
}

.general-form .btn-secondary:hover {
  background-color: #fff;
  color: #0a756a;
}

.general-form .input-wrapper {
  position: relative;
}

.general-form .input-wrapper .password-visibility {
  position: absolute;
  top: 12px;
  font-size: 20px;
  right: 12px;
  cursor: pointer;
}

.general-form .form-heading {
  font-size: 24px;
}

.general-form .col-form-label {
  font-size: 16px;
}

.general-form input.form-invalid-field-color {
  border-color: #ff4444;
}

.general-form-page-delimiter {
  border-top: 4px double #d6d4d4;
  border-bottom: 4px double #d6d4d4;
  position: relative;
  padding: 25px 20px;
  margin-bottom: 4rem;
  background-color: #f6f6f6;
}

.form-validation-errors {
  border: 1px solid #d6d4d4;
  padding: 10px;
  background-color: #f6f6f6;
}

.form-validation-errors .form-error-row {
  margin-bottom: 6px;
  font-size: 16px;
  color: #ff1a1a;
  font-family: "font-7";
}

.form-validation-errors .form-success-row {
  margin-bottom: 6px;
  font-size: 16px;
  font-family: "font-7";
}

.form-validation-errors .form-error-row::before {
  content: "-";
}

.form-description {
  border: 1px solid #d6d4d4;
  background-color: #f6f6f6;
  padding: 10px;
  font-size: 16px;
  font-family: "font-7";
  line-height: 24px;
}

.form-description a {
  font-weight: bold;
  text-decoration: underline;
  color: #0a756a;
}

/* breadcrumb styles */

.breadcrumb {
  border-top: 4px double #d6d4d4;
	border-bottom: 4px double #d6d4d4;
  font-size: 14px;
  position: relative;
  z-index: 1;
  padding: 16px 20px;
  margin-bottom: 4rem;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 0;
}

.breadcrumb .breadcrumb-part {
  margin-right: 30px;
  font-size: 15px;
}

.breadcrumb a {
  display: inline-block;
  position: relative;
  color: #333;
}

.breadcrumb a.home {
  font-size: 18px;
  color: #777777;
  text-align: center;
  padding: 0;
  z-index: 99;
  line-height: 23px;
  display: inline-block;
}

.breadcrumb a.breadcrumb-part::after {
  width: 38px;
  height: 36px;
  right: -48px;
}

.breadcrumb a.breadcrumb-link i{
  font-size: 18px;
  color: #0a756a;
}

.breadcrumb a.breadcrumb-part:after {
  display: inline-block;
  content: "\f101";
  position: absolute;
  top: 2px;
  z-index: -1;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #656565;
  font-size: 18px;
}

/* widget styles */

.widget-content .widget-heading.title-block{
  padding-bottom: 5px !important;
}

.widget-inner.block_content i {
  padding-right: 5px;
}

.widget-content .widget-heading a.img {
  font-weight: 500;
}

.widget-content .widget-heading.title-block {
    position: relative;
}

.widget-content .widget-heading.title-block::before {
  background-color: #ffb200;
  top: 24px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.widget-inner.block_content img {
  height: auto;
  max-height: 250px;
  max-width: 100%;
  width: auto;
}

.widget-content .widget-heading.title-block {
  color: #414141;
  font-weight: 500;
  position: relative;
}

.widget-content ul.nav-links li:hover:before {
  display: inline-block;
  color: #0a756a;
}

.widget-content ul.nav-links li:hover > a {
  padding-left: 15px;
  color: #0a756a !important;
}

/* header styles */

@media(max-width: 991px) {

 .pos-search .dropdown-menu.scroll-div {
    right: -20px;
  }

  #itw-top-search.col-md-8 {
    width: calc(100% - 80px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: none;
    max-width: none;
  }
}

#header #header-logo {
  display: block;
  margin-bottom: 10px;
}

#header #itw-top-search .form-inline .pos-search.form-group {
  width: 36%;
}

@media (max-width: 1380px) and (min-width: 992px) {

  .txt-button-head {
    display: none;
  }
}

@media (max-width: 991px) {

  .txt-button-head {
    display: none;
  }

  #header .itw-search button.submit-search {
    padding: 12px 15px 13px;
    right: 9px;
  }

  .choose-category-lists-content * {
    font-size: 15px;
  }
}

@media(max-width: 767px) {

    .button-head-total {
      padding-right: 0px;
    }

    #header .header-bottom-part > .container > .row {
      margin-left: 0px;
      margin-right: 0px;
    }

    #header #itw-top-search .form-inline .pos-search.form-group {
      display: none;
    }

    #header #itw-top-search form input#top-search-query-input {
      width: 100%;
    }
}

@media(max-width: 650px) {

    #header .itw-search button.submit-search {
      padding: 12px 12px 13px;
    }
}

@media(max-width: 480px) {

    #header .header-bottom-part {
      position: relative;
      padding-top: 15px !important;
    }

    #header #itw-top-search form input#top-search-query-input {
      padding-left: 5px;
    }
}

/* responsive design styles */

@media (max-width: 991px) {

	.itw-navigation-slider {
		display: none !important;
	}

	.product-information div[itemprop="description"] ul {
		display: none;
	}

	#left-column,
	#content-wrapper {
	  width: 100%;
	}

	#title-page-show {
		padding-right: 0px;
		padding-left: 0px;
	}

	.product-line-grid-right.product-line-actions .col-xs-4.hidden-md-up {
		display: block !important;
	}

	.itw-search {
		width: 100% !important;
	}
}

/* megamenu styles */

@media (max-width: 991px) {

	.widget-html.block.menu-category-image-top {
		display: none;
	}

	#header .navbar-toggle i {
		font-size: 30px;
		color: #333;
	}

	.navbar-toggle i {
	  color: #333;
	  display: block;
	  font-size: 20px;
	}

	.widget-heading.title-block::after {
		display: none;
	}

	.widget-content ul {
	  padding: 0 !important;
	  color: #fff;
	}

	.navbar-default .navbar-toggle .icon-bar {
		width: 20px;
	}

	.navbar-default .navbar-toggle .icon-bar:hover,
	.navbar-default .navbar-toggle:hover {
		background: none;
	}

	.open_menu {
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	  border: medium none;
	  color: #fff;
	  font-size: 17px;
	  padding: 0;
	  position: relative;
	  right: 0px;
	  margin: 0px;
	  display: block;
	}

	.navbar-nav > li > .dropdown-menu {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}

	.container.header-megamenu {
	  left: 60px;
	  margin: 0 auto;
	  position: absolute;
	  top: 10px;
	  width: auto;
	}

	.container.header-megamenu .row {
		margin: 0 auto;
	}

	.widget-subcategories.block .widget-heading.title-block a::after {
		display: none;
	}

	.widget-subcategories.block .widget-heading.title-block {
	  border-bottom: 1px solid #f4f4f4;
	  padding-bottom: 0;
	  position: relative;
	}

	.widget-subcategories.block .widget-heading.title-block {
		border: none;
	}

	.widget-content .widget-heading.title-block::before {
		display: none;
	}

	.widget-content .widget-heading.title-block {
	  color: #fff;
	  font-weight: normal;
	  padding: 0;
	  text-transform: none;
	}

	.widget-products.block .product-container.clearfix {
		border: none;
	}

	.itw-mobile #header {
		z-index: 99999 !important;
		position: relative;
	}
}

@media (max-width: 767px) {

	#search_filters_wrapper {
	  margin-bottom: 45px;
	}

	#header .header-nav {
		background: none;
	}

	#mobile_top_menu_wrapper {
		padding: 0px;
		margin: 0px;
	}

	.header-main-inner {
		display: block !important;
		height: 0px;
	}

	.header-main-inner.row,
	.header-main-inner .row {
		margin: 0;
	}
}

/* degamenu end */

@media (max-width: 767px) {

	.control-action-buttons ul li a {
		width: 40px;
		height: 40px;
		line-height: 36px;
	}

	.show-display-control a {
		padding: 4px;
	}
}

@media (max-width: 650px) {

	#tabInfoproduct.tabs .nav-tabs .nav-link {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 610px) {

	#itw-top-search form#searchbox {
		padding: 0px;
	}
}

@media (max-width: 580px) {

	.itw-search {
		margin: 0 0px;
		padding-bottom: 0px;
	}
}

@media (max-width: 520px) {

	#tabInfoproduct.tabs .nav-tabs .nav-item {
	  float: none;
	  margin: 0;
	  width: 100%;
	}

	.product-line-grid-left.col-md-3.col-xs-4,
	.product-line-grid-right.product-line-actions .col-xs-4.hidden-md-up {
	  width: 25%;
	}

	.product-line-grid-body.col-md-4.col-xs-8,
	.product-line-grid-right.product-line-actions .col-md-10.col-xs-6 {
		width: 75%;
	}

	.product-line-grid-right .qty {
	  width: 85px;
	}

	.product-line-grid-right .price {
	  padding-left: 0;
	  width: calc(100% - 85px);
	}
}

@media (max-width: 370px) {

	.filter-button {
		width: 55px;
	}

	.product-features > dl.data-sheet dt.name::after {
		right: 5px;
	}

	.product-features > dl.data-sheet dd.value {
	  padding-left: 15px;
	}

	.nav-inline .nav-item + .nav-item,.nav-inline .nav-link + .nav-link {
	  margin-left: 0rem;
	}
}

/* responsive theme1 styles */

@media (max-width: 991px) {

	.main-info-line > i {
		width: 50px;
		font-size: 22px;
	}

	.main-info-line .box-content {
		width: calc(100% - 50px);
	}

	.box-content > span:first-child {
		font-size: 14px;
	}

	.box-content > span:last-child {
	  color: #999;
	  font-size: 14px;
	  line-height: normal;
	}

	.itw-top-product-category-inner .itw-top-product-inner-category,
	.itw-content-items {
	  padding-bottom: 30px;
	}

	.itw-products-data {
		width: 100%;
		float: none;
	}
}

@media (max-width: 767px) {

	.product-information div[itemprop="description"] ul {
		display: block;
	}

	#tabInfoproduct.tabs .nav-tabs .nav-item {
		margin-bottom: 10px;
	}

	.main-info-line > i {
	  font-size: 22px;
	  width: 70px;
	}

	.main-info-line .box-content {
	  width: calc(100% - 74px);
	}

	.box-content > span:first-child {
	  font-size: 18px;
	}

	.box-content > span:last-child {
	  font-size: 15px;
	}

	.line-top-info-cusHtml > div {
	  padding-bottom: 30px;
	}

	h5.product-title-item {
		width: 100%;
		overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}

	.carousel-tablist {
		text-align: center;
	}

	.carousel-tablist > li {
	  display: inline-block;
	  float: none;
	}
}

@media (max-width: 650px) {

	.techspecs-column {
	  width: 100%;
		margin-left: 0px;
	}
}

@media (max-width: 630px) {

	.carousel-style3 .content-text .text-large {
		font-size: 55px;
	}

	.lists_category li {
		padding-left: 0px;
		padding-right: 0px;
	}

	.lists_category li a.name-cate {
		font-size: 15px;
	}
}

@media(max-width: 543px) {

	#wrapper > .container > .row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/* responsive header styles */

@media(max-width: 991px) {

	.top-pagination-content div.pagination,.bottom-pagination-content div.pagination {
	  float: none;
	  width: auto;
	}

	#header .open_menu {
		right: auto;
		float: none;
	}

	.row-item-protab {
	  position: relative;
	}

	.itw-tab-content .protab-lists {
		position: relative;
		margin-bottom: 25px;
	}

	.top-list-title h3 span,.category-lists-title > span,
	.pro-list-title span {
		font-size: 18px;
	}

	.itw-normal-cols .itw-media-bottom #views-block #thumbs_list li,
	.itw-normal-cols .itw-media-top #views-block #thumbs_list li {
		width: auto;
	}

	#thumbs_list li img {
		width: 100px;
		height: auto;
	}
}

@media(max-width: 767px) {

	#header .navbar-toggle i {
	  color: #333;
	  font-size: 26px;
	  line-height: 30px;
	}

	.container > .row {
		margin-left: 0px;
		margin-right: 0px;
	}

	.product-name {
		font-size: 14px;
	}

	.content-price span.price {
		font-size: 16px !important;
	}

	.old-price.product-price {
		font-size: 14px !important;
	}
}

@media(max-width: 480px) {

	#header #itw-top-search {
		min-height: 30px;
	}

	.lists_category li {
		width: 100%;
		float: none;
	}

	.lists_category li a.name-cate {
	  font-size: 17px;
	}

  .product-container .product-more-options .read-more-button {
		font-size: 14px;
		padding: 8px;
	}
}

@media(max-width: 369px) {

	.top-list-title h3 span,
	.category-lists-title > span,
	.pro-list-title span {
	  font-size: 16px;
		font-weight: 400;
	}
}

/* responsive product details style */

@media(max-width: 530px) {

	#tabInfoproduct .tab-content {
		padding-right: 10px;
		padding-left: 10px;
	}
}
