@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.ttf');
}

a {
  color: #0000ff;
}

.dropdown-menu,
ul li {
  list-style: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:focus,
.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active:hover,
.btn-odnoklassniki.active:hover,
.open > .dropdown-toggle.btn-odnoklassniki:hover,
.btn-odnoklassniki:active:focus,
.btn-odnoklassniki.active:focus,
.open > .dropdown-toggle.btn-odnoklassniki:focus,
.btn-odnoklassniki:active.focus,
.btn-odnoklassniki.active.focus,
.open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}
.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki[disabled]:hover,
fieldset[disabled] .btn-odnoklassniki:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki[disabled]:focus,
fieldset[disabled] .btn-odnoklassniki:focus,
.btn-odnoklassniki.disabled.focus,
.btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}

.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:focus,
.btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active:hover,
.btn-yahoo.active:hover,
.open > .dropdown-toggle.btn-yahoo:hover,
.btn-yahoo:active:focus,
.btn-yahoo.active:focus,
.open > .dropdown-toggle.btn-yahoo:focus,
.btn-yahoo:active.focus,
.btn-yahoo.active.focus,
.open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled.focus,
.btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

body,
html {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0 auto;
}

a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
}
ul {
  -webkit-padding-start: 0;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}

.banner-link {
  display: block;
}

.banner-link img {
  width: 100%;
  height: auto;
  aspect-ratio: 1140 / 118;
}

.header_top {
  position: relative;
}
.langBox {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
}
.langBox a {
  color: #fff;
}
.ig-toggle {
  display: none;
}
.navbar-sg-menu {
  background-color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 8px solid #305ba2;
}
.navbar-sg-menu .navbar-collapse {
  max-height: inherit;
  background: url(img/bg-content.png);
}
.navbar-sg-menu .navbar {
  border-radius: 0;
  margin-bottom: 0;
}
/*.navbar-sg-menu .dropdown-menu {
	padding:0;
	margin:2px 0 0;
	border:none;
	border-radius:0;
	background: #C5E0EB;
}*/
.navbar-sg-menu .dropdown .dropdown-menu a {
  background-color: #c5e0eb;
  color: #000;
  transition: 0.3s all ease;
  font: inherit;
  border-bottom: 1px solid gray;
}
.navbar-sg-menu .dropdown .dropdown-menu a:focus,
.navbar-sg-menu .dropdown .dropdown-menu a:hover {
  font-size: 14px;
  font-weight: 700;
  background-color: #305ba2;
}
.navbar-sg-menu .navbar-nav > li:focus,
.navbar-sg-menu .navbar-nav > li:hover {
  color: #fff;
  background: #c5e0eb;
}
.navbar-sg-menu .navbar-nav > .open > a,
.navbar-sg-menu .navbar-nav > .open > a:focus,
.navbar-sg-menu .navbar-nav > .open > a:hover {
  color: #000;
  background: 0 0;
}
.navbar-sg-menu .navbar-toggle {
  border: 3px solid #ddd;
  color: #000;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.carousel-inner > .item > img {
  width: 100%;
  aspect-ratio: 1140 / 456;
}

.home article {
  word-break: break-word;
}

.home article img {
  max-width: 100%;
}

#pageContent {
  padding-top: 15px;
}
.leftBox_1,
.middleBox_1 {
  border: 1px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.box-header {
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2f2f2f;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
}
.box-content {
  padding-left: 15px;
  padding-right: 15px;
  background: url(img/box_top.gif) left top repeat-x #fff;
}
.leftBox_1 .box-content li {
  border-bottom: 1px solid #ccc;
  padding: 3px 0;
}
.leftBox_1 .box-content li a {
  color: #4361be;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
.leftBox_1 .box-content li a:focus,
.leftBox_1 .box-content li a:hover,
.tagsCloud a:focus,
.tagsCloud a:hover {
  color: #000;
}
.img-box {
  padding-bottom: 15px;
}
.tagsCloud span {
  padding: 5px;
}
.tagsCloud .big {
  font-size: 15px;
  color: #3e6fd9;
}
.tagsCloud .small {
  font-size: 12px;
  color: #89a7d5;
}
#footer,
#footer a {
  color: #6e6e6e;
}

.hotProducts {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.productList li,
.hotProducts li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}

.productItem {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url(img/prodbox_bottom.gif) left bottom repeat-x;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 195px;
}

.productItem > .preview {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.productItem > .preview > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.productItem > span {
  text-align: center;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}

.products-wrapper > ul > li {
    margin-bottom: 15px;
}

.products-wrapper > ul > li > a {
    display: block;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: url(img/prodbox_bottom.gif) left bottom repeat-x;
    position: relative;
}

.products-wrapper .product-title {
    color: #333333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#pageFooter {
  background: url(../images/bg.jpg);
  padding: 2% 0;
}
#footer {
  font-weight: 700;
  font-size: 12px;
}
#footer a:hover {
  color: #000;
}
.links li {
  float: left;
  margin-left: 15px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.links li:hover {
  background: #c5e0eb;
}
.links li a {
  color: #2b66a5;
}
.textTitle {
  background: url(img/bg-content.png);
  padding: 5px;
  border-bottom: 4px solid #305ba2;
}
#rate {
  padding: 15px 0;
  line-height: 29px;
}
.font {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.rate,
.sum {
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
}
.rate {
  color: red;
}
.sum {
  color: #000;
}
.rateRight {
  margin-left: 20px;
}

#site-map li {
  list-style-type: disc;
}
#site-map ul li {
  list-style-type: circle;
}
#icon-block {
  background-color: #fff;
  padding: 8px 0;
}
#icon-block ul li {
  float: left;
  text-align: center;
  border-right: 1px solid #000;
}
#icon-block ul li:first-child {
  width: 40%;
}
#icon-block ul li + li {
  width: 18%;
}
#icon-block ul li:last-child {
  border-right: 0;
  width: 24%;
}
#icon-block ul li a {
  color: #000;
  font-size: 13px;
}
#icon-block ul li:hover > a {
  color: #42cbf1;
}
#icon-block ul li a span {
  padding-left: 5px;
  font-size: 12px;
}
.product-links {
  border: 1px solid #424242;
  padding: 10px 20px;
  margin: 10px 0;
}

.product-links > ul > li a {
  color: #000;
}
.product-links ul li a.parent {
  font-weight: 600;
}
.product-links > ul > li {
  float: left;
  width: 25%;
}
.product-links ul.level3 {
  padding-left: 15px;
  font-size: 14px;
}
.product-links ul.level3 li {
  padding: 5px 0;
}
.product-links li.parent-item {
  min-height: 300px;
}

.control-content-wrapper.content-hidden .content-wrapper {
    position: relative;
    max-height: 65px;
    overflow: hidden;
}
.control-content-wrapper.content-hidden .content-wrapper:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 25px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.control-content-wrapper .action-wrapper {
    padding: 15px;
    text-align: center;
}
.control-content-wrapper:not(.content-hidden) .action-wrapper button .display-text {
    display: none;
}
.control-content-wrapper.content-hidden .action-wrapper button .hidden-text {
    display: none;
}

@media (min-width: 1200px) {
  .col-lg-1\/6 {
    width: 16.6666666667%;
  }

  .navbar-sg-menu .navbar-nav > li > a {
    color: #363535;
    font: 700 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 13px 8px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: inline-block;
  }

  .navbar-sg-menu .navbar-collapse.collapse {
    display: block !important;
  }

  .productList li {
    width: 16.6666%;
    padding: 5px;
  }

  .tags li {
    float: left;
    width: 33.3333%;
  }
}

@media (max-width: 1199px) {
  /*.navbar-nav .open .dropdown-menu {
	position:static;
	float:none;
	width:auto;
	background:#1e2731;
	color:#fff
}*/
  .navbar-sg-menu .navbar-toggle {
    margin-right: 0;
    display: inherit;
    float: none;
    border-radius: 0;
  }
  .navbar-sg-menu .navbar-header {
    float: none;
  }
  .navbar-nav {
    float: none;
    margin: 0;
  }
  .navbar-nav > li {
    float: none;
    border-bottom: 1px solid #ccc;
  }
  .navbar-sg-menu .navbar-nav > li > a {
    color: #000;
    font-weight: 700;
  }
  .ig-toggle {
    position: absolute;
    z-index: 999;
    padding: 12px;
    right: 0;
    color: #000;
    display: inherit;
  }
  .navbar-sg-menu .dropdown .dropdown-menu a {
    padding: 5px 15px;
    color: #000;
    transition: 0.3s all ease;
    font: inherit;
    border-bottom: none;
    border-top: 1px solid gray;
  }
  .tags li {
    float: left;
    width: 33.3333%;
  }
  .productList li {
    width: 20%;
    padding: 5px;
  }
  .product-links > ul > li {
    width: 33.3333%;
  }
}
@media (max-width: 992px) {
  #icon-block ul li a span {
    display: none;
  }
  #icon-block ul li a span.Phone,
  #icon-block ul li a span.watsapp {
    display: inherit;
  }
  #icon-block ul li:first-child {
    width: 10%;
  }
  #icon-block ul li + li {
    width: 40%;
  }
  #icon-block ul li:last-child {
    border-right: 0;
    width: 10%;
  }
}

@media (max-width: 767px) {
  #form-search .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  #form-search .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  
  #form-search .form-group select {
     max-width: 100px;
  }
  
  #form-search .form-group #searchKeyword {
     max-width: 140px;
  }

  .hotProducts li {
    width: 50%;
    height: 225px;
    padding: 5px;
  }

  #quick_search,
  #sider,
  .leftBox_1 {
    display: none;
  }

  #video {
    position: absolute;
    z-index: 99;
    top: 15px;
    left: 0;
  }

  .navbar-sg-menu .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-sg-menu .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #305ba2;
  }
  .tags li {
    float: none;
    width: 100%;
  }
  .productList li {
    padding: 5px;
    width: 50%;
  }
  .product-links > ul > li {
    width: 50%;
  }

  #footer ul > li > a {
    display: block;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  #video {
    position: absolute;
    z-index: 99;
    top: 15px;
    left: -250px;
  }
}
.fire,
.productItem-img a {
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}
.fire {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  z-index: 2;
  text-align: center;
}
.productItem-img {
  position: relative;
}
.productItem-img a {
  background: url(img/zoom-icon.png) 50% 20% no-repeat;
  position: absolute;
  z-index: 3;
}
.products-box li {
  cursor: pointer;
}
.img-responsive {
  display: inline-block;
}
#pageHeader .glyphicon-chevron-down:before {
  content: '\e114';
  font-size: 24px;
}
@media (min-width: 992px) {
  .col-md-1\/6 {
    width: 16.666667%;
  }

  .navbar-sg-menu .dropdown-menu {
    padding: 0;
    margin: 2px 0 0;
    border: none;
    border-radius: 0;
    background: #c5e0eb;
  }

  #footer .block {
    width: 19%;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #footer .block {
    width: 22%;
  }
}
@media (max-width: 766px) and (min-width: 668px) {
  #footer .block {
    width: 30%;
  }
}
@media (max-width: 667px) {
  #footer .block {
    width: 49%;
  }
}

.search-box {
  margin: 10px 0;
}

.form-search button {
  background: url(../images/bg_select.png) repeat-x;
  color: #fff;
  border-color: #ccc;
}
.form-search button:hover {
  color: #fff;
}
.whatsapp-special {
  position: absolute;
}
/*.form-search .btn-speak {vertical-align: top;}*/
table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

/*#form-search{width:245px!important;}*/

/* #search microphone */
.speak-wapper {
  display: none;
  padding: 15px 0;
  background-color: #fff;
}
.speak-wapper .close {
  margin-right: 10px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
}
.speak-wapper .close:hover {
  opacity: 0.8;
}
.icon-speak {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #ddd;
  transition: background-color 0.218s, border 0.218s, box-shadow 0.218s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.icon-speak > i {
  font-size: 4rem;
  vertical-align: middle;
  color: #ff4444;
  font-style: normal;
  font-family: FontAwesome;
}
.text-speak {
  padding-right: 30px;
  text-align: right;
  color: #777;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  font-weight: 600;
}
.fa-microphone:before {
  content: '\f130';
}

.image-search-block {
  position: relative;
}

.image-search-block input[type='file'] {
  display: none;
}

.filepond--root {
  opacity: 0;
  margin-bottom: 0;
  top: 0;
  position: absolute;
}

.filepond--root,
.filepond--root .filepond--drop-label {
  max-height: 34px;
  min-height: 34px;
  overflow: hidden;
}

.filepond--root .filepond--drop-label {
  left: 0;
  right: 0;
}

.filepond--root .filepond--drop-label label {
  padding: 0;
  cursor: pointer;
}

.image-search-block .btn-ui,
.btn-speak {
  background: url(../images/bg_select.png) repeat-x;
  color: #fff;
}
/*.btn-speak{
    margin-right: 5px;
}*/
.btn-speak i {
  line-height: 0.75em;
  vertical-align: -15%;
  display: inline-block;
  font: normal normal normal 15px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
}
.btn-speak i:before {
  content: '\f130';
}

#mo-loading-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  cursor: pointer;
}

#mo-loading-overlay .loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
}

#mo-loading-overlay .loader p {
  width: 180px;
  height: 180px;
  border-top: 8px solid #60a5fa;
  border-left: 8px solid #34d399;
  border-bottom: 8px solid #f87171;
  border-right: 8px solid transparent;
  border-radius: 50%;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 480px) {
  #form-search .selectpicker {
    width: 78px;
    padding: 2px;
    font-size: 12px;
  }
  #form-search .product_search {
    display: inline-block;
  }
  #form-search .product_search .form-control {
    width: 120px;
    font-size: 12px;
    padding: 2px;
  }
  .product-links > ul > li {
    width: 100%;
  }
}

.gsc-adBlock {
  display: none !important;
}

.products-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.products-row [class*='col-'] {
  float: none;
  padding: 0 5px;
  margin-top: 10px;
}

.products-row [class*='col-'] > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5px;
  color: #212529;
  font-size: 12px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 5px;
}

.products-row [class*='col-'] > a:hover {
  border: 1px solid #337ab7;
  box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
}

.products-row [class*='col-'] p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  margin-bottom: 5px;
}

.products-row [class*='col-'] .btn-group {
  display: flex;
  margin-top: auto;
}

.products-row [class*='col-'] .btn-group .btn {
  width: 50%;
}

.products-row [class*='col-'] .video {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  width: 25px;
}

.top-pagination {
  margin-top: 0;
}

/*#quickViewModal .modal-dialog {
	display: flex;
	height: 100%;
	align-items: center;
}

#quickViewModal .modal-content {
	width: 100%;
}*/

/* style diy css  */
.igift-custom {
  font-size: 14px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex [class^="col-"] {
  float: none;
}

@media screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: calc(1.2rem + 1.5vw);
  }

  h2,
  .h2 {
    font-size: calc(1rem + 1.1vw);
  }
}
