.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

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

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    /*whatever width you want*/

    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;

}
.video-background {
    position: relative !important;
}
.ytp-autohide .ytp-watermark{
    display: none !important;
    visibility: hidden;
}
/*
- Video Wrapper can be any element
- If the element is the height and width of the full screen this will still work
*/

.videoWrapper {
    height:425px;
    width:755px;
    position:relative;
    overflow:hidden;
}

.videoWrapper iframe {
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    bottom:0;
}

#youtube-vid {
    pointer-events: none;
    position: absolute;
}



.single-shop:hover .button-group {
    opacity: 1;
    bottom: 0px;
}
.single-shop:hover .shop-quick-view > a {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.single-shop:hover .shop-img::after {
    height: 100%;
    width: 100%;
}

.single-shop {
    display: block;
    overflow: hidden;
}

.product-curosel .single-shop {
    margin-bottom: 2px;
}

.shop-img img {
    width: 100%;
}

.shop-img {
    position: relative;
    overflow: hidden;
}

.shop-img .button-group {
    background-color: #333;
    bottom: -20px;
    left: 0;
    opacity: 0;
    padding: 10px 10px 13px;
    position: absolute;
    text-align: center;
    
    width: 100%;
    z-index: 99;
}
.shop-img .button-group a {
    border-left: 1px solid #777;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    text-transform: uppercase;
    width: 100%;
    text-align:center;
}

.shop-img .button-group a:hover {
    color: #ddd;
}

.shop-img .button-group a:first-child {
    border-left: 0 solid #555;
}

.shop-img .button-group a i {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.shop-img::after {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    
    width: 0;
    z-index: 1;
}

.single-shop:hover .shop-img::after {
    height: 100%;
    width: 100%;
}

.shop-text-all {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: navy #eeeeee #eeeeee;
    border-image: none;
    /*border-style: none solid solid;*/
    border-width: medium 1px 1px;
    /*padding: 25px 15px 25px;*/
    font-size: 18px;
    font-weight: 500;
}
.shop-text-all .fix {
    font-size: 12px;
    padding-top: 10px;
}

.shop-title {
    font-size: 12px;
}
.shop-title > h3 {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.shop-title > h3 {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.shop-title > h3 a {
    color: #333;
}

.shop-title > h3 a:hover {
    color: #666;
}

.like .new i {
    font-size: 15px;
    border: 1px solid #5e5e5e;
    padding: 7px;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}
.clearfix{
    clear: both;
}
.price span {
    font-size: 18px;
    font-weight: 500;
}

.mtb-50 {
    margin-bottom: 10px;
    padding-top:10px !important;
}
.products .section-title h2 {
    color: #333;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    /*margin-bottom: 20px;*/
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}

.section-title h2 i {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    height: 20px;

    left: 50%;
    line-height: 20px;
    margin-left: -10px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 82%;
    width: 20px;
}

.products .section-title h2::before {
    background: #333 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -35%;
    position: absolute;
    width: 67%;
}
.text-center{
    text-align:center;
}
.ptb-20{
    padding-top:20px;
    padding-bottom:20px;
    padding:20px;
}
@media (min-width: 1200px){
    .products .container-fluid {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width:767px){
    .content-section_media .image{
        height: 200px !important;
    }
}

.owl-theme .owl-controls .owl-buttons div:hover,
.dse-btn .share-btn .plus-minus a:hover {
    color: #fff;
}
.owl-carousel{
    margin:auto;
}

.owl-carousel .owl-nav div {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
    position: absolute;
    right: 39px;
    text-align: center;
    top: -91px;
    
}

.owl-carousel .owl-nav div.owl-prev {
    left: auto;
    
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 15px;
}
.testi-all .owl-carousel .owl-item img {
    display: inline-block;
    text-align: center;
    width: 110px;
}


.product-details-tab .owl-item.active img {
    border: 1px solid #ddd;
}
.owl-carousel .owl-nav div {
    background: transparent none repeat scroll 0 0;
    border-radius: 100%;
    border:none;
    color: #333;
    font-size: 20px;
    height: 35px;
    left: 0px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    /*top: -50px;*/
    transform: translateY(-50%);
    
    width: 35px;

}

.owl-carousel .owl-nav div:hover {
    background: #333 none repeat scroll 0 0;
    color: #fff;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 0px;
}

.details-tab:hover .owl-nav div {
    opacity: 1;
}


.tabs {
  /*left: 100%;*/
  /*-webkit-transform: translateX(-50%);*/
          /*transform: translateX(-50%);*/
  position: relative;
  background: white;
  /*padding: 50px;*/
  padding-bottom: 80px;
  width: 100%;
  /*height: 250px;*/
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  min-width: 240px;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  font-size:20px;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 25%;
  
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #000000;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 10px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #428BFF;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428BFF;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #000000;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #000000;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #000000;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #000000;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #000000;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #000000;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #000000;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #000000;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (min-width:768px){
  .tabs ul{
        width: 400px;
    margin: auto;
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    /*display: none;*/
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}


.hide{
  display:none;
}