/* ###############
FIXED COLUMNS
##############*/

/* Block out what is behind the fixed column's header and footer */
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
    background-color: white;
}

/* Block out the gap above the scrollbar on the right, when there is a fixed
 * right column
 */
div.DTFC_Blocker {
    background-color: white;
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
    margin-bottom: 0;
    z-index: 2;
}

div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
    border-bottom: none;
}

/*############################
 * COMPARE
#############################*/

body.yith-woocompare-popup {
    font-family: 'Open Sans', san-serif;
    font-size: 13px;
    line-height: 1.51em;
    color: #747373;
    background: #1C1C1C !important;
    margin: 0;
}

body.yith-woocompare-popup h1 {
    background: #4F4F4F;
    color: #fff;
    font-weight: 800;
    padding: 10px;
    border-bottom: 2px solid #fff;
    display: block;
    text-transform: uppercase;
    font-size: 1.076em;
    margin: 0;
    text-align: center;
}

table.dataTable.compare-list thead th,
table.dataTable.compare-list thead td,
table.dataTable.compare-list tfoot td,
table.dataTable.compare-list tfoot th {
    border: 0;
    vertical-align: middle;
}
.DTFC_LeftFootWrapper table.compare-list,
.DTFC_LeftHeadWrapper table.compare-list {
    border: 0;
}

#yith-woocompare table.compare-list td {
    width: 220px;
    max-width: 220px;
    min-width: 220px;
    text-align: center;
    vertical-align: middle;
}

#yith-woocompare table.compare-list {
    width: 100%;
    border-bottom: 0;
    border-top: 0;
    margin: 0;
    table-layout: auto;
}

#yith-woocompare table.compare-list tbody th {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    overflow: hidden;
    text-align: left;
    color: #333333;
    background-color: #f2f2f2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

#yith-woocompare table.dataTable.compare-list tbody th,
#yith-woocompare table.dataTable.compare-list tbody td {
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding: 10px;
    vertical-align: middle;
}
#yith-woocompare table.dataTable.compare-list tbody tr:last-child th,
#yith-woocompare table.dataTable.compare-list tbody tr:last-child td {
    border-bottom: 1px solid #e7e7e7;
}
#yith-woocompare table.dataTable.compare-list {
    background: #1C1C1C;
}
#yith-woocompare table.compare-list tbody td.last-column {
    width: auto;
    border-right: 0;
}

/*########### TABLE IMAGE ###########*/

.yith_woocompare_table_image {
    text-align: center;
    margin-top: 20px;
}
.yith_woocompare_table_image img {
    display: inline-block;
    max-width: 100%;
}

/*############ PRODUCT INFO ###########*/

table.compare-list img {
    max-width: 100%;
    height: auto;
}
table.compare-list  tr.product_info td {
    vertical-align: top;
}
table.compare-list  .remove {
    margin-bottom: 10px;
}
table.compare-list  .remove a {
    text-transform: uppercase;
    text-decoration: none;
}
table.compare-list  .remove a span{
    padding: 0 5px;
}
table.compare-list  .image-wrap {
    margin-bottom: 15px;
    display: inline-block;
}
table.compare-list  .product_title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 15px;
    color: #ccc;
    text-decoration: none;
}
table.compare-list  .product_info a {
    text-decoration: none;
    box-shadow: none;
}
table.compare-list  .product_info .button,
table.compare-list  .add-to-cart .button,
table.compare-list  .added_to_cart,
#yith-woocompare-related .related-products .button {
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    border: 0;
    white-space: nowrap;
    display: inline-block;
}
table.compare-list  .product_info .button.loading,
table.compare-list  .add-to-cart .button.loading {
    padding-right: 30px;
}
/*############# AVAILABILITY ##############*/

table.compare-list  tr.stock td.in-stock {
    background-color: #e8ffb6;
    color: #01a71c;
}
table.compare-list  tr.stock td.out-of-stock {
    background-color: #fff0e8;
    color: #ff4200;
}

/*############## RATING ###############*/

table.compare-list  tr.rating .star-rating {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

/*############## PRICE ################*/

table.compare-list  tr.price {
    color: #3e3e3e;
    font-size: 14px;
}
table.compare-list  tr.price del {
    opacity: 0.6;
}
table.compare-list  tr.price ins {
    background: none;
    text-decoration: none;
}

/*############### SHARE ################*/

#yith-woocompare-share {
    margin-top: 20px
}
#yith-woocompare-share h3 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 10px;
}
#yith-woocompare-share ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
#yith-woocompare-share li {
    display: inline-block;
    margin: 0 3px;
}
#yith-woocompare-share a {
    background: url( '../images/socials.png' ) no-repeat;
    text-indent: -99999px;
    display: block;
    width: 32px;
    height: 32px;
    box-shadow: none;
    outline: none;
}
#yith-woocompare-share a.facebook { background-position: -5px 5px; }
#yith-woocompare-share a.facebook:hover { background-position: -5px -5px; }
#yith-woocompare-share a.twitter { background-position: -173px 5px; }
#yith-woocompare-share a.twitter:hover { background-position: -173px -5px; }
#yith-woocompare-share a.googleplus { background-position: -47px 5px; }
#yith-woocompare-share a.googleplus:hover { background-position: -47px -5px; }
#yith-woocompare-share a.pinterest { background-position: -131px 5px; }
#yith-woocompare-share a.pinterest:hover { background-position: -131px -5px; }
#yith-woocompare-share a.email { background-position: -89px 5px; }
#yith-woocompare-share a.email:hover { background-position: -89px -5px; }

/*############ COMPARE RELATED #############*/

#yith-woocompare-related {
    margin: 20px 0;
}
#yith-woocompare-related h3.yith-woocompare-related-title {
    font-size: 17px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}
#yith-woocompare-related .yith-woocompare-related-wrapper {
    position: relative;
}
#yith-woocompare-related ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
#yith-woocompare-related ul li {
    text-align: center;
}
#yith-woocompare-related ul li a {
    text-decoration: none;
}
#yith-woocompare-related ul li h3 {
    font-size: 15px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}
#yith-woocompare-related ul li .product-price {
    font-size: 13px;
    color: #333;
}
#yith-woocompare-related ul li span.onsale {
    z-index: 2;
    top: 5px;
    left: 5px;
}
#yith-woocompare-related ul li div {
    margin-bottom: 10px;
}
#yith-woocompare-related ul li div.product-image {
    position: relative;
}
#yith-woocompare-related ul li div.product-image img {
    height: auto;
    max-width: 100%;
}
#yith-woocompare-related ul li div.product-image img.onsale.yit-image {
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
    width: auto;
}
#yith-woocompare-related .related-slider-nav div {
    position: absolute;
    top: -45px;
    width: 30px;
    height: 35px;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    text-align: center;
    background: #ffffff url( '../images/nav-arrow.png' ) no-repeat;
    cursor: pointer;
}
#yith-woocompare-related .related-slider-nav div.related-slider-nav-prev {
    right: 35px;
    background-position: -1px -30px;
}
#yith-woocompare-related .related-slider-nav div.related-slider-nav-next {
    right: 0;
    background-position: 1px 2px;
}


/*############### COMPARE NAV ##############*/

#yith-woocompare-cat-nav {
    margin-top: 20px;
    text-align: center;
}

#yith-woocompare-cat-nav h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}
#yith-woocompare-cat-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#yith-woocompare-cat-nav ul li {
    display: inline-block;
    margin-right: 3px;
    font-weight: 700;
    font-size: 13px;
}
#yith-woocompare-cat-nav ul li a {
    text-decoration: none;
}
#yith-woocompare-cat-nav ul li:after {
    content: ',';
}
#yith-woocompare-cat-nav ul li:last-child {
    margin-right: 0;
}
#yith-woocompare-cat-nav ul li:last-child:after {
    content: '';
}

/*############## RESPONSIVE ###############*/

@media( max-width: 480px ) {
    #yith-woocompare table.dataTable.compare-list tbody th {
        padding: 10px 5px;
    }
    #yith-woocompare table.compare-list tbody th {
        width: 60px;
        max-width: 60px;
        min-width: 60px;
        font-size: 10px;
    }
    #yith-woocompare table.compare-list td {
        width: 160px;
        max-width: 160px;
        min-width: 160px;
    }
}

/*########## YITH BADGE ############*/
table.compare-list  .container-image-and-badge {
    position: relative;
    display: inline-block;
}

/*########### WOOCOMMERCE PRODUCT BUNDLE ############*/
table.compare-list .bundled_product_list {
    margin: 25px 0;
}
table.compare-list div.bundled_product {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
table.compare-list .bundled_product:after,
table.compare-list .bundled_product:before {
    display: table;
    content: '';
    clear: both;
}
table.compare-list .bundled_product .bundled_product_images {
    display: inline-block;
    float: left;
}
table.compare-list .bundled_product .bundled_product_images img {
    max-width: 80px;
}
table.compare-list .bundled_product .details {
    display: block;
    overflow: hidden;
    padding-left: 10px;
    text-align: left;
    padding-top: 10px;
}
table.compare-list .bundled_product .details .bundled_product_title,
table.compare-list .bundled_product .details .price {
    font-size: 90%;
}
table.compare-list .bundled_product .details .price {
    margin-bottom: 0;
}


#yith-woocompare-table_wrapper table.DTFC_Cloned thead, #yith-woocompare-table_wrapper table.DTFC_Cloned tfoot {
    background-color: transparent;
}
#yith-woocompare th.attribute_heading .attribute_icon {display:block;margin: 0 auto 5px;}
#yith-woocompare th.attribute_heading .attribute_name {text-align:center;font-size:12px; line-height: 1.2;   max-width: 99px;    margin: 0 auto;}

#yith-woocompare .bar{height:1em;background-color: #7AC142;}
#yith-woocompare .checkmark {font-size: 28px;font-weight:700;color: #7AC142;}
#yith-woocompare table.compare-list  .product_title { font-size: 18px;}
#yith-woocompare.woocommerce .woocommerce-product-rating {
    line-height: 1;
    }
#yith-woocompare.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0 auto;
    float: none;
}
#yith-woocompare table.compare-list.dataTable thead {display:none;}
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter {display: none !important;}
#cboxClose {background-image: none;content: "&times;";color: white;display:table;}
div#yith-woocompare-related {padding: 10px;}
.yith-woocompare-related-wrapper .related-product .woocommerce add-to-cart {display:none;}
#yith-woocompare:before {display:table;position: absolute;top: 0; right:0;bottom: 0;width: 50px;height:100%;background-color: white;}
#yith-woocompare-table_wrapper {box-shadow: 0 0 60px white inset,0 0 60px white inset,0 0 60px white inset,0 0 60px white inset;}
.button.compare,.button.compare:hover {
    margin-bottom: 1em;
}
#yith-woocompare-related ul li .add-to-cart {display: none;}
.compare-button .button {
    color: #ffffff;
    border-color: #6d6e71;
    background-color: #629d34;
    font-size: 16px;
    padding: 0.563em 1.125em 0.813em !important;
    line-height: 1.6 !important;
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
    box-shadow: 0 0.25em 0 0 #3b3b3d,0 4px 9px rgba(0,0,0,0.75);
    border-radius: 0.25em;
    display:block;
}

#yith-woocompare-related ul li h3 {
    font-size: 18px;font-weight: 700;
}
.related.products .product .entry-product + a {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    background: #000;
    border: none;
    letter-spacing: 1px;
}
.related.products .product .entry-product + a:hover {
    background: #629d34;
}
#yith-woocompare.woocommerce .woocommerce-product-rating .star-rating {font-style: normal !important; width: 7em !important;   font-weight: normal !important;    font-family: "star";height:1.25em;    overflow: hidden;    position: relative;    float: none;}
#yith-woocompare.woocommerce .woocommerce-product-rating .star-rating {line-height: 1.25em;font-size:1.25em;}
#yith-woocompare.woocommerce .woocommerce-product-rating .star-rating:before {   color: #7ac143;content: "\73\73\73\73\73";    position: absolute;    top: 0;    left: 0;    float: left;font-size: 1.25em;letter-spacing: 2px}
#yith-woocompare.woocommerce .woocommerce-product-rating .star-rating span {    overflow: hidden;    position: absolute;    top: 0;    left: 0;    float: left;padding-top:1.25em;}
#yith-woocompare.woocommerce .woocommerce-product-rating .star-rating span:before {color: #7ac143;content: "\53\53\53\53\53";    position: absolute;    top: 0;    left: 0;font-size:1.25em;letter-spacing: 2px}
#yith-woocompare-related h3.yith-woocompare-related-title {font-size: 24px;color:#fff;}

body.yith-woocompare-popup h1 {background-color: #7ac143;letter-spacing: 2px;font-size: 24px;}

.features .feature {
    display: inline-block;
    max-width: 16%;
    padding: 0 .3333%;
}
table.dataTable tbody tr,table.dataTable tbody td {background: transparent !important;border: 1px solid #1C1C1C !important;color: currentColor}
#yith-woocompare-table_wrapper {box-shadow: none !important;}
#yith-woocompare table.compare-list tbody th { background: #1C1C1C;border-color: #1C1C1C !important;color: #fff; text-align: center;    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    max-width: 99px;
    margin: 0 auto;}


    /*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

#cboxContent {
    background: #1C1C1C !important;
}