.totheme_wco_tabs {
  display: flex;
  flex-wrap: wrap; 
}
.totheme_wco_tabs label {
  order: 1; // Put the labels first
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  margin-bottom: 2px;
  cursor: pointer;
  background: #90CAF9;
  font-weight: bold;
  transition: background ease 0.2s;
}
.totheme_wco_tabs .tab {
  order: 99; /* Put the tabs last */
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem 3px;
  background: #fff;
}
.totheme_wco_tabs input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.totheme_wco_tabs input[type="radio"]:checked + label {
  background: #fff;
}
.totheme_wco_tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

@media (max-width: 45em) {
  .totheme_wco_tabs .tab,
  .totheme_wco_tabs label {
    order: initial;
  }
  .totheme_wco_tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}


.totheme_wco img {
    vertical-align: middle
}


.totheme_wco .img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.totheme_wco_container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 3px;
    padding-right: 3px
}

@media (min-width: 768px) {
    .totheme_wco_container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .totheme_wco_container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .totheme_wco_container {
        width: 1170px
    }
}

..totheme_wco_container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.totheme_wco_row {
    margin-left: -3px;
    margin-right: -3px
}

.totheme_wco_col-xs-1,
.totheme_wco_col-sm-1,
.totheme_wco_col-md-1,
.totheme_wco_col-lg-1,
.totheme_wco_col-xs-2,
.totheme_wco_col-sm-2,
.totheme_wco_col-md-2,
.totheme_wco_col-lg-2,
.totheme_wco_col-xs-3,
.totheme_wco_col-sm-3,
.totheme_wco_col-md-3,
.totheme_wco_col-lg-3,
.totheme_wco_col-xs-4,
.totheme_wco_col-sm-4,
.totheme_wco_col-md-4,
.totheme_wco_col-lg-4,
.totheme_wco_col-xs-5,
.totheme_wco_col-sm-5,
.totheme_wco_col-md-5,
.totheme_wco_col-lg-5,
.totheme_wco_col-xs-6,
.totheme_wco_col-sm-6,
.totheme_wco_col-md-6,
.totheme_wco_col-lg-6,
.totheme_wco_col-xs-7,
.totheme_wco_col-sm-7,
.totheme_wco_col-md-7,
.totheme_wco_col-lg-7,
.totheme_wco_col-xs-8,
.totheme_wco_col-sm-8,
.totheme_wco_col-md-8,
.totheme_wco_col-lg-8,
.totheme_wco_col-xs-9,
.totheme_wco_col-sm-9,
.totheme_wco_col-md-9,
.totheme_wco_col-lg-9,
.totheme_wco_col-xs-10,
.totheme_wco_col-sm-10,
.totheme_wco_col-md-10,
.totheme_wco_col-lg-10,
.totheme_wco_col-xs-11,
.totheme_wco_col-sm-11,
.totheme_wco_col-md-11,
.totheme_wco_col-lg-11,
.totheme_wco_col-xs-12,
.totheme_wco_col-sm-12,
.totheme_wco_col-md-12,
.totheme_wco_col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 3px;
    padding-right: 3px
}

.totheme_wco_col-xs-1,
.totheme_wco_col-xs-2,
.totheme_wco_col-xs-3,
.totheme_wco_col-xs-4,
.totheme_wco_col-xs-5,
.totheme_wco_col-xs-6,
.totheme_wco_col-xs-7,
.totheme_wco_col-xs-8,
.totheme_wco_col-xs-9,
.totheme_wco_col-xs-10,
.totheme_wco_col-xs-11,
.totheme_wco_col-xs-12 {
    float: left
}

.totheme_wco_col-xs-12 {
    width: 100%
}

.totheme_wco_col-xs-11 {
    width: 91.66666667%
}

.totheme_wco_col-xs-10 {
    width: 83.33333333%
}

.totheme_wco_col-xs-9 {
    width: 75%
}

.totheme_wco_col-xs-8 {
    width: 66.66666667%
}

.totheme_wco_col-xs-7 {
    width: 58.33333333%
}

.totheme_wco_col-xs-6 {
    width: 50%
}

.totheme_wco_col-xs-5 {
    width: 41.66666667%
}

.totheme_wco_col-xs-4 {
    width: 33.33333333%
}

.totheme_wco_col-xs-3 {
    width: 25%
}

.totheme_wco_col-xs-2 {
    width: 16.66666667%
}

.totheme_wco_col-xs-1 {
    width: 8.33333333%
}

@media (min-width: 768px) {
    .totheme_wco_col-sm-1,
    .totheme_wco_col-sm-2,
    .totheme_wco_col-sm-3,
    .totheme_wco_col-sm-4,
    .totheme_wco_col-sm-5,
    .totheme_wco_col-sm-6,
    .totheme_wco_col-sm-7,
    .totheme_wco_col-sm-8,
    .totheme_wco_col-sm-9,
    .totheme_wco_col-sm-10,
    .totheme_wco_col-sm-11,
    .totheme_wco_col-sm-12 {
        float: left
    }
    .totheme_wco_col-sm-12 {
        width: 100%
    }
    .totheme_wco_col-sm-11 {
        width: 91.66666667%
    }
    .totheme_wco_col-sm-10 {
        width: 83.33333333%
    }
    .totheme_wco_col-sm-9 {
        width: 75%
    }
    .totheme_wco_col-sm-8 {
        width: 66.66666667%
    }
    .totheme_wco_col-sm-7 {
        width: 58.33333333%
    }
    .totheme_wco_col-sm-6 {
        width: 50%
    }
    .totheme_wco_col-sm-5 {
        width: 41.66666667%
    }
    .totheme_wco_col-sm-4 {
        width: 33.33333333%
    }
    .totheme_wco_col-sm-3 {
        width: 25%
    }
    .totheme_wco_col-sm-2 {
        width: 16.66666667%
    }
    .totheme_wco_col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width: 992px) {
    .totheme_wco_col-md-1,
    .totheme_wco_col-md-2,
    .totheme_wco_col-md-3,
    .totheme_wco_col-md-4,
    .totheme_wco_col-md-5,
    .totheme_wco_col-md-6,
    .totheme_wco_col-md-7,
    .totheme_wco_col-md-8,
    .totheme_wco_col-md-9,
    .totheme_wco_col-md-10,
    .totheme_wco_col-md-11,
    .totheme_wco_col-md-12 {
        float: left
    }
    .totheme_wco_col-md-12 {
        width: 100%
    }
    .totheme_wco_col-md-11 {
        width: 91.66666667%
    }
    .totheme_wco_col-md-10 {
        width: 83.33333333%
    }
    .totheme_wco_col-md-9 {
        width: 75%
    }
    .totheme_wco_col-md-8 {
        width: 66.66666667%
    }
    .totheme_wco_col-md-7 {
        width: 58.33333333%
    }
    .totheme_wco_col-md-6 {
        width: 50%
    }
    .totheme_wco_col-md-5 {
        width: 41.66666667%
    }
    .totheme_wco_col-md-4 {
        width: 33.33333333%
    }
    .totheme_wco_col-md-3 {
        width: 25%
    }
    .totheme_wco_col-md-2 {
        width: 16.66666667%
    }
    .totheme_wco_col-md-1 {
        width: 8.33333333%
    }
    .totheme_wco_col-md-offset-3 {
        margin-left: 25%
    }
}

@media (min-width: 1200px) {
    .totheme_wco_col-lg-1,
    .totheme_wco_col-lg-2,
    .totheme_wco_col-lg-3,
    .totheme_wco_col-lg-4,
    .totheme_wco_col-lg-5,
    .totheme_wco_col-lg-6,
    .totheme_wco_col-lg-7,
    .totheme_wco_col-lg-8,
    .totheme_wco_col-lg-9,
    .totheme_wco_col-lg-10,
    .totheme_wco_col-lg-11,
    .totheme_wco_col-lg-12 {
        float: left
    }
    .totheme_wco_col-lg-12 {
        width: 100%
    }
    .totheme_wco_col-lg-11 {
        width: 91.66666667%
    }
    .totheme_wco_col-lg-10 {
        width: 83.33333333%
    }
    .totheme_wco_col-lg-9 {
        width: 75%
    }
    .totheme_wco_col-lg-8 {
        width: 66.66666667%
    }
    .totheme_wco_col-lg-7 {
        width: 58.33333333%
    }
    .totheme_wco_col-lg-6 {
        width: 50%
    }
    .totheme_wco_col-lg-5 {
        width: 41.66666667%
    }
    .totheme_wco_col-lg-4 {
        width: 33.33333333%
    }
    .totheme_wco_col-lg-3 {
        width: 25%
    }
    .totheme_wco_col-lg-2 {
        width: 16.66666667%
    }
    .totheme_wco_col-lg-1 {
        width: 8.33333333%
    }
}

.totheme_wco_clearfix:before,
.totheme_wco_clearfix:after,
.totheme_wco_container:before,
.totheme_wco_container:after,
.totheme_wco_container-fluid:before,
.totheme_wco_container-fluid:after,
.totheme_wco_row:before,
.totheme_wco_row:after {
    content: " ";
    display: table
}

.totheme_wco_clearfix:after,
.totheme_wco_container:after,
.totheme_wco_container-fluid:after,
.totheme_wco_row:after {
    clear: both
}

.totheme_wco_center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.totheme_wco_pull-right {
    float: right !important
}

.totheme_wco_pull-left {
    float: left !important
}

.woo-wco-white-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
    font-size: 18px
}

.totheme_wco_col-xs-15,
.totheme_wco_col-sm-15,
.totheme_wco_col-md-15,
.totheme_wco_col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.totheme_wco_col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .totheme_wco_col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .totheme_wco_col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .totheme_wco_col-lg-15 {
        width: 20%;
        float: left
    }
}

.totheme_wco_col-xs-16,
.totheme_wco_col-sm-16,
.totheme_wco_col-md-16,
.totheme_wco_col-lg-16 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.totheme_wco_col-xs-16 {
    width: 40%;
    float: left
}

@media (min-width: 768px) {
    .totheme_wco_col-sm-16 {
        width: 40%;
        float: left
    }
}

@media (min-width: 992px) {
    .totheme_wco_col-md-16 {
        width: 40%;
        float: left
    }
}

@media (min-width: 1200px) {
    .totheme_wco_col-lg-16 {
        width: 40%;
        float: left
    }
}

.totheme_wco_col-xs-17,
.totheme_wco_col-sm-17,
.totheme_wco_col-md-17,
.totheme_wco_col-lg-17 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.totheme_wco_col-xs-17 {
    width: 60%;
    float: left
}

@media (min-width: 768px) {
    .totheme_wco_col-sm-17 {
        width: 60%;
        float: left
    }
}

@media (min-width: 992px) {
    .totheme_wco_col-md-17 {
        width: 60%;
        float: left
    }
}

@media (min-width: 1200px) {
    .totheme_wco_col-lg-17 {
        width: 60%;
        float: left
    }
}

.woo-wco-main {
    padding: 60px 0px
}

.woo-wco-main .woo-wco-tab-header a,
.woo-wco-main .woo-wco-tab-header a:hover,
.woo-wco-main .woo-wco-tab-header a:active,
.woo-wco-main .woo-wco-tab-header a:visited {
    text-decoration: none;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px
}

.woo-wco-main .woo-wco-tab-header .woo-wco-active-tab a {
    padding-bottom: 10px;
    border-bottom: 1px solid #0890e6
}

.woo-wco-item-holder {
    position: relative;
    box-sizing: border-box;
    min-height: 174px;
    background-color: #f3f3f3;
    margin-bottom: 6px;
    line-height: 0;
}
.woo-wco-widget-img-holder-parent {
    position: relative;
    box-sizing: border-box;
    min-height: 50px;
    margin-bottom: 6px
}

.woo-wco-footer,woo-wco-footer div,.totheme_wco_row,.totheme_wco_row div {box-sizing: border-box}

.woo-wco-item-holder img,.woo-wco-widget-img-holder img {
    width: 100%;
    margin:0 !important;
    float:none !important;
}

.woo-wco-widget-img-holder  .woo-wco-price-left {
    position: absolute;
    bottom: 18px;
    left: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px
}
.woo-wco-widget-img-holder .woo-wco-price-right {
    position: absolute;
    bottom: 18px;
    right: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px
}

.widget .woo-wco-widget-img-holder  .woo-wco-price-left {
    position: absolute;
    bottom:0px;
    left: 6px;
    font-size: 12px
}
.widget .woo-wco-widget-img-holder .woo-wco-price-right {
    position: absolute;
    bottom: 0px;
    right: 6px;
    font-size: 12px
}

.woo-wco-items {
    margin-top: 10px
}

.woo-wco-footer {
    padding: 20px 10px;
    background-color: #222a34
}

.woo-wco-footer p {
    margin-top: 0px;
    margin-left: 15px
}

.woo-wco-tab-header {
    margin-bottom: 60px
}

.woo-wco-view-full {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 16px 15px;
    background-color: #333e4b;
    color: rgba(255, 255, 255, 0.4);
    font-size: 10pt;
    cursor: pointer;
    transition: all 0.2s ease
}

.woo-wco-view-full:hover {
    background-color: #1e252d;
    color: rgba(255, 255, 255, 0.6)
}

.woo-wco-mini-items {
    padding-right: 10px
}



.woo-wco-footer-popup {
    position: fixed;
    padding: 10px;
    width: 100%;
    bottom: 0px
}

.woo-wco-footer-control {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    width: auto;
    height: 45px;
    border-radius: 16px 16px 0px 0px;
    background-color: #222a34;
    top: -35px;
    right: 10.1%;
    line-height: 42px;
    padding: 0px 25px;
    cursor: pointer
}

.woo-wco-footer-control i {
    font-size: 17px;
    margin-left: 10px
}

.woo-wco-widget-holder {
    border: 1px solid #c2c2c2;
    padding: 5px 10px
}

.woo-wco-widget-holder h4:first-child {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #222a34;
    font-size: 22px;
    margin-top: 25px
}

.woo-wco-widget-holder h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #010101;
    margin-top: 0px;
    margin-bottom: 25px
}

.woo-wco-widget-img-holder {
    border: 1px solid #c2c2c2;
  /*  margin-bottom: 25px */
}

.woo-wco-widget-img-holder img {
    width: 100%;vertical-align: top;
}

.woo-wco-footer-carousel {
    padding: 10px 35px
}

.woo-wco-left-arrow,
.woo-wco-right-arrow {
    z-index: 99;
    width: 30px;
    height: 100%;
    background-color: #333e4b;
    position: absolute;
    text-align: center;
    cursor: pointer
}

.woo-wco-left-arrow i,
.woo-wco-right-arrow i {
    color: #858b93;
    margin: 0;
    line-height: 1px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

.woo-wco-left-arrow {
    left: -25px
}

.woo-wco-right-arrow {
    right: -25px;
    top: 0px
}

.woo-wco-popup-light {
    background-color: #f4f4f4
}

.woo-wco-popup-light .woo-wco-footer-control {
    background-color: #f4f4f4;
    color: black
}


.woo-wco-view-full a {
    color: white;
}

.woo-wco-popup-light .woo-wco-view-full,.woo-wco-popup-light .woo-wco-view-full a {
    background-color: #ffffff;
    color: black
}

.woo-wco-popup-light .woo-wco-mini-items img {
    border: 1px solid #c2c2c2
}

.woo-wco-popup-light .woo-wco-left-arrow,
.woo-wco-popup-light .woo-wco-right-arrow {
    background-color: white
}

.woo-wco-popup-light .woo-wco-left-arrow i,
.woo-wco-popup-light .woo-wco-right-arrow i {
    color: #acacac
}

.woo-wco-main-dark {
    background-color: #222a34
}

.woo-wco-main-dark .woo-wco-tab-header div a,
.woo-wco-main-dark .woo-wco-tab-header div a:hover {
    color: white
}

.woo-wco-main-dark .woo-wco-tab-header .woo-wco-active-tab a {
    border-bottom: 1px solid white
}

.woo-wco-relative {
    position: relative
}

.woo-wco-price-tags {
    width: 46px;
    height: 21px;
    background-color: #25adb9;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 10px
}

.woo-wco-remove {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 75px;
    height: 22px;
    color: white;
    background-color: rgba(25, 25, 25, 0.9);
    text-align: center;
    line-height: 22px
}

@media (min-width: 250px) and (max-width: 768px) {
    .woo-wco-view-full {
        padding: 27px 15px;
        background-color: transparent
    }
}

@media (min-width: 2430px) and (max-width: 3800px) {
    .woo-wco-view-full {
        padding: 27px 15px
    }
}

@media (min-width: 2400px) and (max-width: 2430px) {
    .woo-wco-view-full {
        padding: 26px 15px
    }
}

@media (min-width: 2375px) and (max-width: 2400px) {
    .woo-wco-view-full {
        padding: 24px 15px
    }
}

@media (min-width: 2315px) and (max-width: 2375px) {
    .woo-wco-view-full {
        padding: 22px 15px
    }
}

@media (min-width: 2235px) and (max-width: 2315px) {
    .woo-wco-view-full {
        padding: 20px 15px
    }
}

@media (min-width: 1960px) and (max-width: 2020px) {
    .woo-wco-view-full {
        padding: 25px 15px
    }
}

@media (min-width: 1915px) and (max-width: 1960px) {
    .woo-wco-view-full {
        padding: 24px 15px
    }
}


.widget .totheme_wco_tab_50 {width: 48%; !important;-webkit-box-sizing: border-box;box-sizing: border-box;-moz-box-sizing: border-box;}