/*
Plugin Name: WooCommerce Instagram Shop
Plugin URI: http://www.criticalgears.com
Description: WooCommerce Instagram Shop plugin allows to create "shoppable" instagram feed page on your woocommerce. Visitors from your instagram will be able to click a link in your profile and land on "shoppable" instagram page on your site, from which they will be able to add to cart your instagram items.
Author: CriticalGears
Author URI: http://www.criticalgears.com
Version: 1.8
*/
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

#instashop-admin .notification { font-size: 14px; }
#instashop-admin .tab2, #instashop-admin .tab3 { display: none; }
#instashop-admin a.nav-tab:focus { -webkit-box-shadow: none; box-shadow: none; }
#instashop-admin table.visitors-table td { width: 33.33%; border-top:1px solid #DCDCDC; border-bottom:1px solid #DCDCDC; text-align: center; color: #0073aa; font-size: 30px; }
#instashop-admin table.visitors-table td span { display: block; color: #444; font-size: 14px; }
#instashop-admin table.visitors-table td:nth-child(2) div { border-left:1px solid #DCDCDC; border-right: 1px solid #DCDCDC; }
#instashop-admin table.hashtag-table, #instashop-admin table.hashtag-table th, #instashop-admin table.hashtag-table td { border:1px solid #DCDCDC; }
#instashop-admin table.hashtag-table th { padding: 10px; background: #0073aa; color: #FFF; }
#instashop-admin table.hashtag-table td { padding: 10px; width: 25%; }
#instashop-admin table.hashtag-table tr:nth-of-type(even) td { background: #FDFDFD; }
#instashop-admin .top-plugin-help-box { background: url('../images/help_helpdesk.png') no-repeat; padding-top: 230px; padding-left:20px; width:597px; height: 72px; margin-bottom: 15px;   }
#instashop-admin .top-plugin-help-box a { margin-right: 20px; }
#instashop-admin .help1 { display: table; margin-bottom: 13px; }
#instashop-admin .help2 { margin: 0 13px 13px 0; display: inline-block; }

ul.wc-tabs li.instashop_options  a:before { font-family: FontAwesome !important; content:"\f16d" !important; }

.instashop_tab_options ul.tagit { width: calc(50% - 12px); border: 1px solid #ddd; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07); box-shadow: inset 0 1px 2px rgba(0,0,0,.07); background-color: #fff; color: #32373c; outline: 0; -webkit-transition: 50ms border-color ease-in-out; transition: 50ms border-color ease-in-out; border-radius: 0; margin: 0; }
.instashop_tab_options ul.tagit li.tagit-choice { line-height: normal; }

#instashop_feed ul { list-style-type: none; margin: 0; padding: 0; }
#instashop_feed ul li {  margin: 0 0 5% 0; position: relative; line-height: 0; padding: 0; }
#instashop_feed ul li .instashopVariableOptions { display: none; background: rgba(255,255,255,0.9); width: 100%; height: 100%; position: absolute; z-index: 2; padding: 0 10%; margin-top: -100%; }
#instashop_feed ul li .instashopVariableOptions .instashopCloseOverlay { font-size: 20px; position: absolute; right: 10px; top: 10px; cursor: pointer; }
#instashop_feed ul li .instashopVariableOptions .instashopVarCont { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: relative; text-align: center; }
#instashop_feed ul li .instashopVariableOptions .instashopVarCont label { display: block; line-height: 1; margin-bottom: 10px; }
#instashop_feed ul li .instashopVariableOptions .instashopVarCont select { margin: 0 auto; max-width: 100%; }
#instashop_feed ul li .instashopVariableOptions .instashopVarCont a { margin: 10px 0 0 0; display: inline-block; float:none; }
#instashop_feed ul li > a { padding: 0; }
#instashop_feed ul li:hover > div.action.overlay { display: block; transition: all 0.6s ease; -webkit-transition: all 0.6s ease; }
#instashop_feed ul li div.action { text-align: center; padding: 10px 0; }
#instashop_feed ul li div.action.overlay { position: absolute; top: 0; padding: 0; background: rgba(0,0,0,0.5); height: 100%; width: 100%; display: none; z-index: 1; }
#instashop_feed ul li div.action.overlay a { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); float: none; margin:0; }
#instashop_feed ul li div.action.overlay a:hover { opacity: 0.8; }
#instashop_feed ul li div.action.overlay a:after { display: none; }
#instashop_feed ul li div.action.below { position: absolute; width: 100%; display: flex; }
#instashop_feed ul li div.action a { margin: 0 auto; }
#instashop_feed ul li img { width: 100%; }
#instashop_feed ul.one-col li { width: 100%; float:left; }
#instashop_feed ul.two-col li { width: 45%; }
#instashop_feed ul.two-col li:nth-of-type(odd) { margin-right: 5%; float:left; }
#instashop_feed ul.two-col li:nth-of-type(even) { margin-left: 5%; float: right; }
#instashop_feed ul.three-col li { width: 30%; margin-right: 5%; float:left; }
#instashop_feed ul.three-col li:nth-of-type(3n) { margin-right: 0; float: right; }
#instashop_feed ul.four-col li { width: 22%; margin-right: 4%; margin-bottom: 4%; float:left; }
#instashop_feed ul.four-col li:nth-of-type(4n) { margin-right: 0; float: right; }
#instashop_feed ul.five-col li { width: 17.6%; margin-right: 3%; margin-bottom: 3%; float:left; }
#instashop_feed ul.five-col li:nth-of-type(5n) { margin-right: 0; float: right; }
#instashop_feed ul li:before { content: ""; display: block; margin-top: 100%; }
#instashop_feed ul li .instashop_img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-size: cover; background-position: center; }

@media screen and (max-width: 767px) {
    #instashop_feed ul.four-col li, #instashop_feed ul.five-col li { width: 45%; }
    #instashop_feed ul.four-col li:nth-of-type(odd), #instashop_feed ul.five-col li:nth-of-type(odd) { margin-right: 5%; float:left; }
    #instashop_feed ul.four-col li:nth-of-type(even), #instashop_feed ul.five-col li:nth-of-type(even) { margin-left: 5%; margin-right: 0; float: right; }
}