@charset "UTF-8";
/******************************
https://www.opencartvip.com/

*******************************/

body {
  overflow-x: hidden; }

/******************************
 Main Structure
*******************************/
.wrapper, .mega-menu-content, .site-wrapper > .container {
  max-width: 1024px; }

.wrapper {
  margin: 0 auto;
  position: relative; }

.site-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }
  .site-wrapper > .container {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .site-wrapper > .container > .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

.row {
  margin-left: 0;
  margin-right: 0; }
  .row > div {
    padding-left: 0;
    padding-right: 0; }

.site-wrapper > .container::before, .site-wrapper > .container::after,
.site-wrapper > .container > .row::before,
.site-wrapper > .container > .row::after {
  display: none; }
 @keyframes stroke-draw {
  from{
    stroke:#8a3ab9;
    stroke-dasharray: 1;
  }
  to{
    stroke:#cd486b;
    transform:rotate(180deg);
    stroke-dasharray: 8;
  }
}
#content {
  width: 100%; }
  .one-column #content {
    max-width: calc(100% - 200px); }
  .two-column #content {
    max-width: calc(100% - 200px * 2); }

.side-column {
  width: 100%;
  max-width: 200px; }

.phone .side-column {
  display: none !important; }

.phone #content {
  max-width: 100% !important; }

.left-column-disabled #column-left,
.left-column-disabled #column-right,
.right-column-disabled #column-left,
.right-column-disabled #column-right {
  display: none; }

.left-column-disabled.one-column #content, .left-column-disabled.two-column #content,
.right-column-disabled.one-column #content,
.right-column-disabled.two-column #content {
  max-width: 100%; }

/******************************
 Page Titles
*******************************/
.title {
  position: relative;
  line-height: 1.2;
  margin: 0;
  padding: 0; }
.butonlar {
    width: 100%;
}
html:not(.popup) .site-wrapper > h1.page-title > span {
  display: block;
  margin: 0 auto; }

html:not(.popup) .site-wrapper > h1.page-title::after {
  display: none !important; }

/******************************
 Title Module
*******************************/
.title-module h3 {
  display: inline-block;
  margin: 0; }

.title-module .title-divider {
  margin: 0 auto; }

.title-module .subtitle {
  display: inline-block; }

.title-module .title-wrapper {
  position: relative; }
  .title-module .title-wrapper::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.title-wrapper {
  margin: 0 auto; }

/******************************
 Footer
*******************************/
footer {
  clear: both;
  margin-top: auto;
  z-index: 1; }

/******************************
 Breadcrumbs
*******************************/
.breadcrumb {
  margin: 0;
  border-radius: 0;
  position: relative;
  padding: 0;
  background-color: transparent;
  width: 100%;
  margin: 0 auto; }
  .breadcrumb > li {
    position: relative; }
    .breadcrumb > li:last-of-type a {
      pointer-events: none;
      text-decoration: none; }
  .breadcrumb::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    top: 0;
    z-index: -1; }

.boxed-layout .breadcrumb::before {
  display: none; }

/******************************
 Empty page
*******************************/
#content h1 + p:only-of-type:last-child {
  margin: 0;
  padding: 10px; }

/******************************
 Header Notice
*******************************/
.notice-module {
  overflow: hidden;
  -webkit-box-ordinal-group: -99;
      -ms-flex-order: -100;
          order: -100; }
  .notice-module .module-body, .notice-module .hn-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

/******************************
 Block Expand
*******************************/
.expand-block {
  position: relative; }

.block-expand {
  padding: 2px 6px;
  font-size: 10px;
  pointer-events: auto; }
  .block-expand::after {
    font-weight: inherit;
    -webkit-font-smoothing: initial; }

.block-expand-overlay {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.expand-content.block-expanded {
  max-height: 100% !important;
  overflow: visible !important;
  padding-bottom: 25px;
  -webkit-transition: all 0s !important;
  transition: all 0s !important; }
  .expand-content.block-expanded + .block-expand-overlay {
    background: none !important; }

.no-expand .expand-content {
  max-height: 100% !important;
  overflow: visible !important; }

.no-expand .block-expand-overlay {
  display: none !important; }
.circle{
  position:relative;
  width:100px;
  height:100px;
   }
  .circle svg{
    fill:none;
    stroke:#8a3ab9;
    stroke-linecap: round;
    stroke-width:2;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    animation: stroke-draw 6s ease-out infinite alternate; 
    // animation: stroke-draw 6s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate; 
  }
  .instares{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%) !important;
    width:70px !important;
    border-radius:50%;
  }

/******************************
 Info Blocks
*******************************/
.module-info_blocks .module-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.module-info_blocks .info-blocks-image .info-block::before {
  display: none; }

.info-block {
  position: relative;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out;
  height: 100%; }
  .info-block::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    line-height: 1;
    text-align: center; }
  .info-block .count-badge {
    position: absolute;
    right: 0;
    top: 0; }

.info-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/******************************
 Old Browser
*******************************/
.has-old-browser {
  position: fixed;
  overflow: hidden; }

.old-browser {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000; }

.ob-content {
  display: table-cell;
  vertical-align: middle; }

.ob-text {
  padding: 10px 15px;
  font-size: 20px;
  display: block;
  max-width: 750px;
  margin: 0 auto; }

.ob-links a {
  display: inline-block;
  margin: 15px; }
  .ob-links a img {
    display: block;
    margin-bottom: 5px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out; }
  .ob-links a:hover img {
    -webkit-transform: scale(1);
            transform: scale(1); }

/******************************
 Scroll to Top
*******************************/
.scroll-top {
  display: none;
  position: fixed;
  z-index: 10001;
  right: 20px;
  bottom: 10px;
  cursor: pointer; }
  .scroll-top i {
    font-size: 50px; }
  .scroll-top.scroll-top-active {
    display: block !important; }

/******************************
 Loader
*******************************/
.opencartvip-loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.15); }

.opencartvip-loading {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0; }
  .opencartvip-loading i::before {
    content: "\e92f";
    font-family: icomoon;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -51%);
            transform: translate(-50%, -51%); }
  .opencartvip-loading + iframe {
    z-index: 10; }

/******************************
 Site Loader
*******************************/
.j-loader {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 1000000;
  -webkit-transition: opacity 6s ease, -webkit-transform 1s ease-in-out;
  transition: opacity 6s ease, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 6s ease;
  transition: transform 1s ease-in-out, opacity 6s ease, -webkit-transform 1s ease-in-out;
  background: white; }

.j-loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .j-loader-content .opencartvip-loading {
    position: static;
    -webkit-transform: none;
            transform: none; }
  .j-loader-content span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block; }

.j-loaded {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
          transform: translate3d(-50%, -50%, 0) scale(0);
  opacity: 0; }

/******************************
 Catalog
*******************************/
.no-search .mobile-search-wrapper {
  display: none !important; }

.no-search .mobile-2 .mobile-search-group {
  display: none !important; }

.safari .module-banners a,
.safari .module-gallery a,
.safari .category-thumb a,
.safari .manufacturer-thumb a {
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

/******************************
 Span after breadcrumbs
*******************************/
.breadcrumb + span {
  height: 0; }

/******************************

Opencartvip - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.opencartvip-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Opencartvip Grid
*******************************/
.grid-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.grid-row {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .grid-row::before {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent; }

.mega-menu .grid-row {
  overflow: hidden; }

/******************************
 Overlay Element
*******************************/
.grid-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  height: 100%; }

.grid-col {
  width: 100%;
  position: relative; }

.module {
  position: relative; }

.side-column > .grid-rows > .grid-row > .grid-cols > .grid-col {
  width: 100% !important; }

.grid-items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.grid-item {
  width: 100%; }

.video-row {
  position: absolute;
  z-index: -100;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; }

/******************************
 Column Dimensions
*******************************/
.desktop #top .grid-col::before, .desktop #content-top .grid-col::before,
.desktop #bottom .grid-col::before {
  pointer-events: none;
  position: absolute;
  padding: 0 4px;
  font-size: 12px;
  top: 0;
  left: 0;
  background-color: palegreen;
  z-index: 10; }

.desktop #top .grid-col:hover::before, .desktop #content-top .grid-col:hover::before,
.desktop #bottom .grid-col:hover::before {
  content: attr(data-dimensions); }

.desktop #top .grid-cols > div:only-of-type::before {
  display: none; }

/******************************
 Demo
*******************************/
/******************************

Opencartvip - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.opencartvip-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 General
*******************************/
::before,
::after {
  position: relative;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

.fa {
  position: relative; }

.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
  margin: 0;
  font-weight: 700; }

p {
  margin: 0; }

s {
  text-decoration: none;
  font-size: 70%;
  font-style: normal;
  font-weight: 400;
  white-space: normal;
  line-height: 1;
  max-width: 125px;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out; }

/******************************
 Images
*******************************/
img {
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.img-thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent; }

.language-flag {
  max-width: none; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }

@-webkit-keyframes fa-rotate {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes fa-rotate {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/******************************
 Buttons
*******************************/
a, button {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

a:focus, a:hover {
  text-decoration: none; }

button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0; }

button:focus, button.active:focus, button:active:focus,
.btn:focus,
.btn.active:focus,
.btn:active:focus,
.btn-default:focus,
.btn-default.active:focus,
.btn-default:active:focus {
  outline: none; }

button.active, button:active,
.btn.active,
.btn:active,
.btn-default.active,
.btn-default:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn.disabled {
  pointer-events: none;
  opacity: .7; }

.btn.btn-full {
  width: 100%; }

.btn {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  line-height: 1;
  min-width: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .btn > span:first-of-type {
    min-width: 0;
    white-space: nowrap; }
  .btn > .links-text:empty {
    display: none; }
  .btn .count-badge {
    margin: 0; }

.fa-upload {
  margin-right: 5px; }

:focus {
  outline: none; }

/******************************
 Page Buttons
*******************************/
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .buttons .pull-left {
    margin-right: auto; }
  .buttons .pull-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .buttons .pull-right > a:not(.btn) {
      margin: 0 5px; }
      .buttons .pull-right > a:not(.btn) + input {
        margin: 0 5px 0 0; }
  .buttons input[type=checkbox] {
    margin: 0 4px; }

fieldset + .buttons,
.pagination-results + .buttons {
  margin-top: 20px; }

/******************************
 Count Badge
*******************************/
.count-badge {
  font-size: 10px;
  margin-left: 5px;
  min-width: 1.65em;
  height: 1.65em;
  padding: 0 3px;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/******************************
 Rating
*******************************/
.fa-stack {
  font-size: 15px;
  width: 1.1em;
  height: 1em;
  line-height: 1; }
  .fa-stack i {
    font-size: 1em; }

.fa-star,
.fa-star + .fa-star-o {
  color: gold; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/******************************
 Product Labels
*******************************/
.product-labels {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-label {
  position: relative;
  pointer-events: none;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }
  .product-label b {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1; }

.product-label-diagonal {
  top: 0;
  left: 0;
  width: 300px;
  -webkit-transform: translate3d(-130px, 8px, 0) rotate(-45deg);
          transform: translate3d(-130px, 8px, 0) rotate(-45deg);
  font-size: 15px;
  text-align: center;
  position: absolute;
  margin: 0;
  padding: 0; }
  .product-label-diagonal b {
    display: block;
    background: transparent; }
  .product-label-diagonal.label-2 {
    -webkit-transform: translate3d(-112px, 26px, 0) rotate(-45deg);
            transform: translate3d(-112px, 26px, 0) rotate(-45deg); }
  .product-label-diagonal.label-3 {
    -webkit-transform: translate3d(-94px, 43px, 0) rotate(-45deg);
            transform: translate3d(-94px, 43px, 0) rotate(-45deg); }

html[dir='rtl'] .product-label-default {
  text-align: left; }

html[dir='rtl'] .product-label-diagonal {
  left: auto;
  right: 0;
  text-align: center;
  -webkit-transform: translate3d(calc(0px - (-130px)), 8px, 0) rotate(45deg);
          transform: translate3d(calc(0px - (-130px)), 8px, 0) rotate(45deg); }
  html[dir='rtl'] .product-label-diagonal.label-2 {
    -webkit-transform: translate3d(calc(0px - (-112px)), 26px, 0) rotate(45deg);
            transform: translate3d(calc(0px - (-112px)), 26px, 0) rotate(45deg); }
  html[dir='rtl'] .product-label-diagonal.label-3 {
    -webkit-transform: translate3d(calc(0px - (-94px)), 43px, 0) rotate(45deg);
            transform: translate3d(calc(0px - (-94px)), 43px, 0) rotate(45deg); }

/******************************
 Countdown
*******************************/
.countdown {
  position: relative;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: visible;
  opacity: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 12px; }
  .countdown > div {
    width: 25%;
    padding: 2px;
    border-width: 0 0 0 1px; }
    .countdown > div:first-of-type {
      border-left-width: 0; }
    .countdown > div span {
      display: block;
      font-size: 10px;
      font-weight: 400;
      position: relative;
      top: -3px;
      padding: 0 4px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .product-thumb:hover .countdown {
    opacity: 1; }

.touchevents .countdown {
  opacity: 1; }

/******************************
 Forms
*******************************/
label {
  font-weight: 400;
  position: relative; }

legend {
  border: none;
  margin: 10px 0;
  color: inherit; }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0;
  -webkit-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out; }
  .form-group:empty {
    display: none !important; }
  .form-group > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .form-group .text-danger {
    width: 100%;
    margin-top: 5px; }
  .form-group .control-label {
    padding: 0;
    margin: 0;
    width: auto;
    text-align: left;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 0 0 1px 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%; }
    .form-group .control-label + div {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 200px;
              flex: 1 1 200px;
      padding-left: 0;
      padding-right: 0;
      float: none; }
  .form-group .input-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .form-group fieldset {
    width: 100%; }

.radio,
.checkbox {
  padding: 0 15px 0 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .radio input,
  .checkbox input {
    margin: 0; }
  .radio label,
  .checkbox label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .radio a,
  .checkbox a {
    padding: 0 3px; }

.checkbox-inline,
.radio-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkbox-inline input,
  .radio-inline input {
    margin: 0; }

.radio + .radio,
.radio + .checkbox {
  margin-top: 0; }

.label-info {
  display: inline-block; }

.form-group > .col-sm-2 > input[type=checkbox] {
  margin-top: 10px; }

.form-control {
  border-radius: 0 !important;
  border-color: transparent;
  line-height: 1.3;
  color: #555;
  background-color: white;
  -webkit-transition: all 0.07s ease-out;
  transition: all 0.07s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none; }

input.form-control {
  min-width: 35px;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

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

.has-error .control-label,
.has-error .text-danger {
  color: inherit; }

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group input.form-control {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .input-group .input-group-btn {
    width: auto;
    height: 100%; }
  .input-group .btn {
    height: 100%; }
    .input-group .btn i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

#input-captcha {
  max-width: 140px; }
  #input-captcha + img {
    margin: 0 7px; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .form-horizontal .form-group:last-child {
    margin-bottom: 0; }

.form-horizontal .captcha .form-group {
  margin: 0; }

.form-horizontal .captcha legend {
  display: none; }

.form-horizontal .g-recaptcha {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }

.form-horizontal .radio, .form-horizontal .checkbox {
  padding-top: 5px;
  min-height: 20px; }

.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0; }

fieldset + fieldset {
  margin-top: 20px; }

.required .control-label::after {
  content: "*";
  position: relative;
  font-family: inherit;
  margin-left: 3px;
  line-height: 1.2;
  max-height: 10px; }

.required .control-label + div::before {
  display: none;
  content: "*";
  position: absolute;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  font-family: inherit;
  line-height: 1.2;
  max-height: 10px; }

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

/******************************
 Date Time
*******************************/
.bootstrap-datetimepicker-widget tr td {
  position: relative; }
  .bootstrap-datetimepicker-widget tr td span {
    position: relative; }
    .bootstrap-datetimepicker-widget tr td span:hover {
      background: transparent;
      z-index: 2; }
    .bootstrap-datetimepicker-widget tr td span.active {
      background-color: inherit;
      color: inherit;
      text-shadow: inherit;
      z-index: 3; }
  .bootstrap-datetimepicker-widget tr td:hover, .bootstrap-datetimepicker-widget tr td.active {
    z-index: 2; }
  .bootstrap-datetimepicker-widget tr td.separator {
    color: inherit;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .bootstrap-datetimepicker-widget tr td.separator:hover {
      color: inherit !important;
      background-color: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }

.bootstrap-datetimepicker-widget .datepicker-months tr td,
.bootstrap-datetimepicker-widget .datepicker-years tr td,
.bootstrap-datetimepicker-widget .timepicker-picker tr td {
  color: inherit !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.bootstrap-datetimepicker-widget .picker-switch + .collapse .timepicker-hours,
.bootstrap-datetimepicker-widget .picker-switch + .collapse .timepicker-minutes {
  margin-top: 10px; }

.bootstrap-datetimepicker-widget::before {
  display: none !important; }

.bootstrap-datetimepicker-widget .timepicker-picker .btn {
  margin: 10px 0; }

.bootstrap-datetimepicker-widget .picker-switch .btn {
  margin-top: 10px; }

/******************************
 Stepper
*******************************/
.stepper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 100%;
  border-width: 1px;
  min-height: 30px;
  font-size: 15px;
  -webkit-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out; }
  .stepper .form-control {
    width: 100%;
    height: 100%;
    min-height: 28px;
    border-radius: inherit !important;
    border-width: 0;
    text-align: center;
    padding: 0 20px 0 2px;
    font-size: 13px;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out; }
  .stepper span {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    border-width: 0 0 0 1px;
    border-color: inherit;
    border-style: inherit;
    z-index: 10; }
    .stepper span i {
      cursor: pointer;
      width: 18px;
      background: #E6E6E6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 50%;
      -webkit-transition: all 0.05s ease-out;
      transition: all 0.05s ease-out; }
      .stepper span i:hover {
        background: lightgrey; }
      .stepper span i:active {
        -webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3);
                box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3); }
      .stepper span i:first-of-type {
        border-width: 0 0 1px 0;
        border-color: inherit;
        border-style: inherit; }
        .stepper span i:first-of-type::before {
          top: -1px; }

/******************************
 Table
*******************************/
table {
  border-collapse: inherit; }
  table td {
    padding: 10px 15px; }

.table-bordered > tbody > tr > td {
  border-top-width: 0;
  border-right-width: 0; }

.table-responsive {
  margin-bottom: 0;
  border-width: 0; }
  .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none; }

.table-responsive {
  border: 0; }
  .table-responsive > table {
    border: none !important; }

.table, table, .table-responsive > .table {
  margin-bottom: 0;
  border-width: 0; }

.table-hover > tbody > tr:hover {
  background-color: transparent; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px 14px;
  border-top-color: transparent;
  vertical-align: middle; }

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-color: transparent; }

.table-bordered {
  border-color: transparent; }

.table {
  border-color: transparent; }
  .table > tbody + tbody {
    border-top: 0; }

table td:first-child, table th:first-child, .table-bordered td:first-child, .table-bordered th:first-child {
  border-left-width: 0; }

table td:last-child, table th:last-child, .table-bordered td:last-child, .table-bordered th:last-child {
  border-right-width: 0; }

table thead > tr > td, .table-bordered thead > tr > td {
  border-bottom-width: 1px;
  border-right-width: 0; }

table tbody tr:last-child td, table tbody tr:last-child th, .table-bordered tbody tr:last-child td, .table-bordered tbody tr:last-child th {
  border-bottom-width: 0; }

table tfoot > tr > td, .table-bordered tfoot > tr > td {
  border-bottom-width: 0;
  border-right-width: 0; }

table > thead > tr > td {
  border-bottom-width: 1px; }

.table > tbody:first-child > tr:first-of-type > td {
  border-top-width: 0 !important; }

@media screen and (max-width: 767px) {
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal; } }

.product-compare #content tbody td {
  text-align: center; }

.route-account-wishlist #content table td,
.route-checkout-cart #content table td,
.route-checkout-checkout #content table td {
  min-width: 100px; }

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  border-width: 0; }

/******************************
 Tooltips
*******************************/
.tooltip {
  z-index: 10001;
  pointer-events: none;
  opacity: 1; }
  .tooltip.in {
    opacity: 1;
    pointer-events: none; }

.tooltip-inner {
  color: white;
  background: #333;
  border-radius: 5px;
  font-size: 13px;
  padding: .2em .6em; }

.tooltip.top .tooltip-arrow {
  border-top-color: #333; }

.tooltip.right .tooltip-arrow {
  border-right-color: #333; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333; }

.tooltip.left .tooltip-arrow {
  border-left-color: #333; }

.tooltip.fade > * {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.tooltip.fade.in > * {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.tooltip.top > * {
  -webkit-transform: translate3d(0, 7px, 0);
          transform: translate3d(0, 7px, 0); }

.tooltip.right > * {
  -webkit-transform: translate3d(-7px, 0, 0);
          transform: translate3d(-7px, 0, 0); }

.tooltip.bottom > * {
  -webkit-transform: translate3d(0, -7px, 0);
          transform: translate3d(0, -7px, 0); }

.tooltip.left > * {
  -webkit-transform: translate3d(7px, 0, 0);
          transform: translate3d(7px, 0, 0); }

/******************************
 Alerts
*******************************/
.alert {
  margin-bottom: 0;
  border: 0;
  padding: 10px 25px 10px 15px;
  border-radius: 0;
  position: relative; }
  .alert i {
    margin: 5px; }
  .alert .close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
    right: 10px;
    opacity: 1; }

/******************************
 Tags
*******************************/
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tags a {
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out; }

/******************************
 RESPONSIVE VIDEO
*******************************/
.video-responsive {
  -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid;
  width: 100%;
  position: relative; }

.video-frame {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%; }
  .video-frame > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

iframe {
  max-width: 100%;
  border: none; }

/******************************
 Facebook
*******************************/
.fb-page {
  overflow-x: auto;
  max-width: 100%;
  display: block !important; }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: visible; }
  hr::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 0;
    width: 1em;
    height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

br {
  height: 1px;
  display: block; }

/******************************
 Drop Cap
*******************************/
.drop-cap {
  position: relative;
  display: block;
  float: left;
  line-height: 1; }

.amp {
  display: inline-block;
  position: relative;
  line-height: 1; }

/******************************
 Blockquote
*******************************/
blockquote {
  border: none;
  padding: 0;
  margin: 0;
  border: none;
  font-size: inherit; }
  blockquote::before {
    float: left;
    line-height: 1;
    font-size: 2.5em;
    font-style: normal; }
  blockquote::after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }

/******************************
 No transitions
*******************************/
.no-transitions * {
  -webkit-transition: all 0s !important;
  transition: all 0s !important; }

/******************************
 Share Reactions
*******************************/
.sharethis-inline-reaction-buttons {
  display: inline-block !important; }
  .sharethis-inline-reaction-buttons .st-btn {
    font-size: 18px !important;
    padding: 0 7px !important;
    width: auto !important; }
    .sharethis-inline-reaction-buttons .st-btn.st-selected {
      -webkit-transform: scale(1) !important;
              transform: scale(1) !important; }
    .sharethis-inline-reaction-buttons .st-btn > svg {
      width: 30px !important;
      height: 30px !important; }

/******************************
Link Resets
*******************************/
.cart-heading,
.info-block,
.nav-tabs li a,
.btn,
.name a,
.catalog-title,
.subitem a,
.panel-title a,
.refine-item a,
.compare-btn,
.search-result a,
.j-menu > li > a,
.dropdown-toggle > a,
.menu-item > a,
.account-list a,
.tags a,
.module-blog_categories a,
.module-blog_comments a,
.blog-feed,
.mobile-custom-menu,
.static-text,
.x {
  text-decoration: none; }
  .cart-heading:hover,
  .info-block:hover,
  .nav-tabs li a:hover,
  .btn:hover,
  .name a:hover,
  .catalog-title:hover,
  .subitem a:hover,
  .panel-title a:hover,
  .refine-item a:hover,
  .compare-btn:hover,
  .search-result a:hover,
  .j-menu > li > a:hover,
  .dropdown-toggle > a:hover,
  .menu-item > a:hover,
  .account-list a:hover,
  .tags a:hover,
  .module-blog_categories a:hover,
  .module-blog_comments a:hover,
  .blog-feed:hover,
  .mobile-custom-menu:hover,
  .static-text:hover,
  .x:hover {
    text-decoration: none; }

/******************************

Opencartvip - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.opencartvip-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Login Page
*******************************/
.login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .login-box > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 250px;
            flex: 1 0 250px; }
  .login-box .login-box .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .login-box::before, .login-box::after {
    display: none; }
  .login-box .well {
    height: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .login-box .well > .btn {
      margin-top: auto;
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .login-box .well p:first-of-type {
      display: none; }
    .login-box .well .buttons {
      margin-top: auto; }

#account-login .well {
  margin: 0; }

.form-group input[type="password"] + div {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.register-page > div {
  width: 100%; }

.register-page > p {
  margin-bottom: 20px; }

.register-page .fieldset + fieldset {
  margin-top: 30px; }

/******************************
 My Account
*******************************/
.route-account-account #content,
.route-affiliate-account #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .route-account-account #content > div,
  .route-affiliate-account #content > div {
    margin-bottom: 25px; }

.account-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .account-list > li {
    width: 100%;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .account-list > li > a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
     