/*
Theme Name: InnoDeals
Theme URI: https://innoshop.co
Author: Ahmad Wael
Author URI: https://github.com/DevWael
Description: Responsive Wordpress Blog + eCommerce Theme.
Version: 0.5.0
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: ind
*/

/*-----------------------------------------------*/
/* WordPress Core */
/*-----------------------------------------------*/
.clearfix{
    clear: both;
}
blockquote {
    border-color: #CD483C;
    z-index: 10;
    position: relative;
    background: #f7f7f7;
    border: 0;
}

blockquote p {
    z-index: 10;
}

blockquote:before {
    content: '\f10d';
    font-family: fontawesome;
    font-size: 70px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: rgba(173, 173, 173, 0.16);
    line-height: 64px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: -1;
}

blockquote:after {
    content: '\f10e';
    font-family: fontawesome;
    font-size: 70px;
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: rgba(173, 173, 173, 0.16);
    line-height: 64px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: -1;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignnone {
    margin: 20px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 20px 0 5px 20px;
}

a img.alignright {
    float: right;
    margin: 20px 0 5px 20px;
}

.alignleft {
    float: left;
    margin: 20px 20px 5px 0;
}

a img.alignleft {
    float: left;
    margin: 20px 20px 5px 0;
}

a img.alignnone {
    margin: 20px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    padding: 10px;
}

.wp-caption.alignright,
.story img.alignright {
    float: right;
    max-width: 320px;
    margin: -10px 0 10px 20px;
}

.wp-caption.alignleft {
    float: left;
    max-width: 320px;
    margin: 0 20px 10px 0;
}

.wp-caption p.wp-caption-text {
    padding: 10px 5px 5px;
    margin: 0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.gallery-item {
    padding: 5px;
}

.gallery-caption {
    background: #f2f2f2;
    padding: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    margin-top: 10px;
}

pre {
    padding: 0;
    background: none;
    border: none;
}

/*-----------------------------------------------*/
/* END WordPress Core */
/*-----------------------------------------------*/

/*-----------------------------------------------*/
/* Support Woocommerce */
/*-----------------------------------------------*/
.form-row.woocommerce-invalid .chzn-single,
.form-row.woocommerce-invalid .chzn-drop,
.form-row.woocommerce-invalid input.input-text,
.form-row.woocommerce-invalid select {
    border: 1px solid red;
}

.form-row.woocommerce-validated .chzn-single,
.form-row.woocommerce-validated .chzn-drop,
.form-row.woocommerce-validated input.input-text,
.form-row.woocommerce-validated select {
    border: 1px solid green;
}

.single-product div.product form.cart .quantity {
    float: none !important;
    margin: 0 !important;
    display: inline-block;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    color: #0d0d0e;
}

.ind-has-gallery {
    position: relative;
}

.ind-has-gallery .onsale {
    z-index: 999999;
}

.ind-has-gallery .wp-post-image {
    opacity: 1;
}

.woocommerce div.product div.images img {
    padding: 5px;
    border-radius: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    padding: 0 10px;
}

.woocommerce-product-gallery .flex-viewport {
    padding-bottom: 5px;
    /*height: 100% !important;*/
}

.ind-has-gallery .wp-post-image--secondary {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s;
}

.ind-product-container:hover .wp-post-image--secondary {
    opacity: 1;
}

/* backward compatibility - .woocommerce-LoopProduct-link will probably be removed in future releases */
ul.products li.ind-has-gallery a.ind-LoopProduct-link [class*="wp-post-image"] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

ul.products li.ind-has-gallery a.ind-LoopProduct-link:hover .wp-post-image {
    opacity: 0;
}

ul.products li.ind-has-gallery a.ind-LoopProduct-link:hover .wp-post-image--secondary {
    opacity: 1;
}

ul.products li.ind-has-gallery a.ind-LoopProduct-link [class*="wp-post-image"] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

ul.products li.ind-has-gallery a.ind-LoopProduct-link:hover .wp-post-image {
    opacity: 0;
}

ul.products li.ind-has-gallery a.ind-LoopProduct-link:hover .wp-post-image--secondary {
    opacity: 1;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    height: 32px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    padding: 10px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.woocommerce .pswp__bg {
    background: rgba(0, 0, 0, 0.6);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 0.8em;
    right: 0.8em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border-color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background-color: #fff;
}

.woocommerce #wsd-share-buttons a.share-button {
    transition: 300ms;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    margin: 5px;
    text-align: center;
}

.woocommerce #wsd-share-buttons a.share-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
}


.woocommerce #wsd-share-buttons a.facebook {
    background-color: #3b5998;
}

.woocommerce #wsd-share-buttons a.twitter {
    background-color: #1da1f2;
}

.woosw-actions{
    display: none !important;
}

.woosw-list table.woosw-content-items{
    width: 100%;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a{
    display: inline-block;
}

/*-----------------------------------------------*/
/* END Support Woocommerce */
/*-----------------------------------------------*/
