/*
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2017 2017 srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

.livechat-image {
    display: none !important;
}

.instagram-lookbook .element_close {
    position: absolute;
    height: 24px;
    width: 24px;
    background-image: url(../images/msp_instagramfeed/close_olapic_modal.svg);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    right: 6px;
    cursor: pointer;
    background-size: 12px;
}

.instagram-lookbook .element {
    position: relative;
    width: 33%;
    height: 400px;
    float: left;
    margin-top: 10px;
}

.instagram-lookbook .element .element_preview .element_preview_content {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.instagram-lookbook .element:hover .element_preview .element_preview_content {
    display: block;
}

.instagram-lookbook .element .element_preview .element_preview_content span {
    position: absolute;
    display: block;
    top: 48%;
    left: 50%;
    width: 130px;
    margin-left: -65px;
    background: rgba(0, 0, 0, 0.3);
    padding: 2%;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.instagram-lookbook .element .element_preview {
    display: block;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 5px;
    cursor: pointer;
}

.instagram-lookbook .element.active .element_preview {
    display: none;
}

.instagram-lookbook .element.active {
    width: 100%;
    height: auto;
    border-top: 1px solid #aba6a2;
    margin-top: 17px;
    padding-top: 17px;
}

.instagram-lookbook .element .element_image {
    width: 100%;
    float: left;
    position: relative;
    display: none;
}

.instagram-lookbook .element.active .element_image {
    width: 50%;
    display: block;
}

.instagram-lookbook .element .element_image_pins {
    display: none;
}

.instagram-lookbook .element.active .element_image_pins {
    display: block;
}

.instagram-lookbook .element_image_pins a {
    display: block;
    position: absolute;
}

.instagram-lookbook .element .element_content {
    width: 50%;
    float: left;
    position: relative;
    display: none;
    cursor: default;
    max-height: 670px;
    overflow-y: auto;
    height: auto;
}

.instagram-lookbook .element.active .element_content {
    display: block;
}

.instagram-lookbook .element .element_content h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
}

.instagram-lookbook .element_pin {
    margin: 20px;
    width: 24%;
    float: left;
    text-align: center;
    position: relative;
}

.instagram-lookbook .element_pin .element_pin_image {
    display: inline-block;
    position: relative;
    margin: 0 0 0 16px;
    cursor: pointer;
}

.instagram-lookbook .element_pin .element_pin_image .heart {
    position: absolute;
    top: -10px;
    left: -10px;
    display: none;
}

.instagram-lookbook .link-cover {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.instagram-lookbook .product-item-name {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    color: #222;
    margin-left: 20px;
}

.instagram-lookbook .element .external_instagram_link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: none;
}

.instagram-lookbook .element.active .external_instagram_link {
    display: block;
    font-size: 11px;
    color: #a1a6a2;
    bottom: 18px;
    right: 10px;
    text-transform: uppercase;
}

.instagram-lookbook .under-heart {
    margin-left: -35%;
    position: relative;
    width: auto;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.8));
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.8));
    min-width: 100px;
    font-size: 11px;
    text-align: center;
    padding: 0 10px;
    background: rgba(0, 0, 0, .35);
    line-height: 29px;
    color: #fff;
    height: 30px;
    float: left;
    display: none;
}

.instagram-lookbook .heart {
    background-color: transparent;
    background-image: url(../images/msp_instagramfeed/pin_white.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 29px;
    text-align: center;
    font-size: 11px;
    color: #4c4c4c;
}

.instagram-lookbook .hover .heart {
    background-image: url('../images/msp_instagramfeed/pin_black.svg');
    color: white;
}

.instagram-lookbook .hover .under-heart {
    display: block;
}

.instagram-lookbook .triangle {
    display: none;
    width: 15px;
    height: 7px;
    background-image: url(../images/msp_instagramfeed/quickViewArrow.svg);
    position: absolute;
    bottom: -17px;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.instagram-lookbook .selected .triangle {
    display: block;
}

.instagram-lookbook .element .prev-next {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 10px 0 0 10px;
}

.instagram-lookbook .element.active .prev-next {
    display: block;
}

.instagram-lookbook .element.active .prev-next .prev,
.instagram-lookbook .element.active .prev-next .next {
    margin: 10px 10px 10px 0;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

.instagram-lookbook .element.active .prev-next .prev {
    background-image: url('../images/msp_instagramfeed/navigation_arrow_left_black.svg');
}

.instagram-lookbook .element.active .prev-next .next {
    background-image: url('../images/msp_instagramfeed/navigation_arrow_right_black.svg');
}

.instagram-lookbook .instagram-spinner {
    width: 100%;
    text-align: center;
}

.instagram-lookbook .crossell_product_button {
    background: none !important;
    height: 100%;
}

.button:hover {
    color: #222;
}

.price-lbk {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 30px;
    width: auto;
    height: 25px;
    background: rgba(255, 255, 255, .6);
    line-height: 25px;
}

.instagram-lookbook .product-item-viewmore {
    margin-top: 10px;
    display: inline-block;
    font-size: 10px;
    color: #666;
    margin-left: 17px;
    border: 1px solid #d1d1d1;
    width: 74px;
    height: 22px;
    line-height: 22px;
}

.instagram-lookbook .product-item-viewmore:hover {
    background: #ECE7E4;
}

.outofstock {
    padding: 0;
    background-color: rgba(255, 255, 255, .8) !important;
    height: 12px;
    line-height: 13px;
    text-align: center;
    font-size: 8px;
    text-transform: uppercase;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    color: #444;
    bottom: 5px;
    width: 100%;
    left: 0;
}

@media screen and (max-width: 550px) {
    .instagram-lookbook .element {
        width: 100% !important;
    }
}
@media screen and (max-width: 414px) {
    .also-like-item a:hover {
        background-color: black
    }

    .instagram-lookbook .element .element_preview img {
        display: none !important;
    }

    .instagram-lookbook .element.active .element_content {
        padding-bottom: 20px;
        position: fixed;
        bottom: 0;
        background: rgba(255, 255, 255, .95);
        height: 180px;
        z-index: 9999;
        -webkit-box-shadow: 0px 8px 34px 11px rgba(34, 34, 34, 0.75);
        -moz-box-shadow: 0px 8px 34px 11px rgba(34, 34, 34, 0.75);
        box-shadow: 0px 8px 34px 11px rgba(34, 34, 34, 0.75);
        overflow: hidden;
        width: 100%;
    }

    .instagram-lookbook .element_pin {
        margin: 5px 0;
        width: 21%;
    }

    .instagram-lookbook .element {
        padding: 0;
        margin-top: 0;
        height: 380px;
    }

    .instagram-lookbook .element .element_preview {
        height: 380px !important;
        margin: 0;
    }

    .crossell_product_button {
        font-size: 9px;
        line-height: 18px;
    }

    .instagram-lookbook .element .element_preview .element_preview_content img {
        visibility: hidden;
    }

    .instagram-lookbook .element .element_content > h3,
    .instagram-lookbook .element .element_content > i {
        right: 10px;
        top: 6px;
        padding-top: 7px;
    }

    .instagram-lookbook .element .element_content > h3 {
        font-size: 11px;
        color: #777;
        /* border-bottom: 1px dotted #ccc; */

        padding: 5px;
        margin-bottom: 0;
    }

    .instagram-lookbook .element .element_preview .element_preview_content {
        display: none !important;
    }

    .instagram-lookbook .element .element_content > h3 {
        margin-top: 5px;
    }

    .instagram-lookbook .element.active .element_image {
        display: none;
    }

    .instagram-lookbook .element.active .external_instagram_link,
    .instagram-lookbook .product-item-name,
    .instagram-lookbook .element.active .prev-next {
        display: none;
    }

    .instagram-lookbook .element_pin .element_pin_image .heart {
        display: none;
    }

    .instagram-lookbook .element.active {
        width: 100%;
        height: auto;
        border-top: 0px solid #aba6a2;
        margin-top: 0;
        padding-top: 0;
        display: -webkit-box;
    }

    .instagram-lookbook .element_pin .element_pin_image {
        margin-left: 10px;
        border: 1px solid #dfdfdf;
    }

    .crossell_product_button {
        background: rgba(255, 255, 255, 0.8) !important;
    }

    .instagram-lookbook .product-item-viewmore {
        margin-left: 7px;
    }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    .instagram-lookbook .element .element_content {
        width: 50%;
    }

    .instagram-lookbook .element_pin {
        margin: 15px;
    }
}

@media screen and (max-width: 768px) {
    .instagram-lookbook .element.active .element_content {
        padding-bottom: 20px;
    }

    .instagram-lookbook .element .external_instagram_link {
        bottom: 0;
    }

    .instagram-lookbook .element {
        padding: 0 10px;
    }

    .instagram-lookbook .element {
        padding: 0;
        width: 50%;
    }

    .instagram-lookbook .element .element_content {
        max-height: 455px;
    }

    .instagram-lookbook .crossell_product_button {
        left: 0;
        font-size: 8px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .instagram-lookbook .element {
        height: 230px;
    }

    .instagram-lookbook .element .element_preview {
        height: 230px;
    }

    .instagram-lookbook .element .element_content {
        max-height: 380px !important;
    }

    .instagram-lookbook .element_pin {
        margin: 20px 20px 0px 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1449px) {
    .instagram-lookbook .element {
        height: 280px;
    }

    .instagram-lookbook .element .element_preview {
        height: 280px;
    }
}

.button.size-button,
.button.size-button:active,
.button.size-button:focus {
    background-color: #FCF9FA;
    border: 1px solid #BCBCBC;
    vertical-align: top;
    color: #000000;
    height: 35px;
    min-width: 35px;
    text-align: center;
    padding-left: 8%;
    font-size: 14px;
    margin-bottom: 5px;
}
.button.size-button:hover{
    border: 1px solid #000;
}

.button.size-button.disabled,
.button.size-button.disabled:hover,
.button.size-button.disabled:active,
.button.size-button.disabled:focus {
    background-color: #e3dede;
    border: 1px solid #BCBCBC;
    vertical-align: top;
    color: #a2a2a5;
}

.element_sizes {
    margin: 0px 10px 10px 10px;
    text-align: center;
}

.element_sizes span.label {
    line-height: 30px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
	font-weight: normal;
	text-align: left;
	font-size: 10px;
}

.element_sizes_container {
    display: none;
    background-color: rgba(255, 255, 255, .90);
    position: absolute;
    z-index: 5;
    width: 120px;
    border: 1px solid #d1d1d1;
    min-height: 60px;
	box-shadow: 0px 0px 9px 1px #ddd;
	-webkit-box-shadow: 0px 0px 9px 1px #ddd;
 }
.element_sizes_loader {
    display: none;
}
.element:not(.active) .element_sizes_container {
    display: none !important;
}

.element_sizes_closer {
    position: absolute;
    top: 4px;
    right: 0;
}

.element_pin_image .instagram-ajax-add {
    background-color: transparent;
    height: auto;
    padding: 0;
    margin: 0;
}


@media screen and (min-width: 551px) and (max-width: 1450px) {
	.button.size-button, .button.size-button:hover, .button.size-button:active, .button.size-button:focus {
		height: 30px;
		min-width: 30px;
		text-align: center;
		padding-left: 10%;
		font-size: 12px;
		
	}
	.element_sizes_container {
 	width: 140px !important;
	}
	.instagram-lookbook .element .element_content {
	max-height:480px;
	}
}
@media screen and (min-width: 551px) and (max-width: 900px) {

.instagram-lookbook .element .element_content {
    max-height: 368px;
}
}