﻿/*
// *************************************************************************
// *                                                                       *
// * Bundled Discounts Plugin for nopCommerce                              *
// * Copyright (c) Xcellence-IT. All Rights Reserved.                      *
// *                                                                       *
// *************************************************************************
// *                                                                       *
// * Email: info@nopaccelerate.com                                         *
// * Website: http://www.nopaccelerate.com                                 *
// *                                                                       *
// *************************************************************************
// *                                                                       *
// * This  software is furnished  under a license  and  may  be  used  and *
// * modified  only in  accordance with the terms of such license and with *
// * the  inclusion of the above  copyright notice.  This software or  any *
// * other copies thereof may not be provided or  otherwise made available *
// * to any  other  person.   No title to and ownership of the software is *
// * hereby transferred.                                                   *
// *                                                                       *
// * You may not reverse  engineer, decompile, defeat  license  encryption *
// * mechanisms  or  disassemble this software product or software product *
// * license.  Xcellence-IT may terminate this license if you don't comply *
// * with  any  of  the  terms and conditions set forth in  our  end  user *
// * license agreement (EULA).  In such event,  licensee  agrees to return *
// * licensor  or destroy  all copies of software  upon termination of the *
// * license.                                                              *
// *                                                                       *
// * Please see the  License file for the full End User License Agreement. *
// * The  complete license agreement is also available on  our  website at * 
// * http://www.nopaccelerate.com/enterprise-license                       *
// *                                                                       *
// *************************************************************************
*/
.combo-product{
    float:left;
    width:auto;
}
.combo-product-wrapper,.combo-product-wrapper .combo-product-box,.combo-product-wrapper .combo-product-box .display-product-width{
    margin:0px;
}
.combo-product-wrapper {
  float: left;
  width: 100% !important;
  margin-top:15px !important;
}
.combo-product-wrapper div{
    display:block;
    margin:0;
}
.combo-product-wrapper .combo-product-box {
  border-bottom: 2px solid #dddddd;
  display:inline-block;
  float: left;
  margin-bottom: 30px !important;
  padding-bottom: 20px;
  width: auto;
  margin-right:20px;
}
.combo-product-box:last-child{
    margin-right:0px;
}
.bundle-name-border {
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    margin-top:10px;
}
.bundle-name {
    color:#000000;
    font-size:14px;
    float:left;
    text-align:left;
}
.combo-product .display-product{    
    float:left;
    width:100px;
    margin-bottom:15px;
}
.combo-product-wrapper .product-name {
    color:#444444;
    font-size:12px;
      height: auto;
    overflow: hidden;
}
.combo-product-wrapper .product-name:hover {
    color:#4ab2f1;
}
.discount-value{
    margin-bottom:20px;
    font-weight:bold;
}
.display-product .product-image-name {
    float:left;
    width:80px;  
    margin:0px;
}
.combo-product-wrapper .combo-product .plus-symbol {
    display:inline-block;
    line-height:80px; 
    margin-left:3px;   
}
.product-picture img {
    margin-bottom:10px;
}
.combo-product-wrapper .display-product:last-child .plus-symbol {
    display: none;
    display: none;
}
.product-picture img:hover {
    opacity:0.85;
}
.combo-product-box .combo-heading {
  display: inline-block;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.gallery {
  clear: both;
}
.overview .combo-product .product-name{
    border-bottom:none;
    margin:0px;
    padding:0px;
}
.combo-product-wrapper .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}
.combo-product-box .combo-bottom{
    clear:both;
    float:left;
    width:100%;
    margin-top:10px;
}
.combo-product-box .combo-bottom span{
    float:left;
    color:#333;
    font-size:12px;
    font-weight:bold;
    margin-top:8px;
}
.combo-product-box .combo-bottom .combo-addtocart{
    display:inline-block;
    float:right;
} .combo-add-to-cart-button {   
    background-color:#444;
    border: medium none;
    color: #fff;
    font-size: 12px;
    height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
}
.combo-add-to-cart-button:hover {   
    background-color: #222;
}

/*popup*/
#attributePopup {
    display: none;
    background: #fff;
    padding: 0 !important;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background-color: #fff;
    border-bottom: none;
    background: none;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
    width: 550px !important;
    position: fixed !important;
    box-shadow: none;
    z-index:99999 !important;
}

.ui-dialog-titlebar button {
    border: none !important;
    margin: 0 !important;
}
#attributePopup .ui-widget-header{
    border: none !important;
    background: none !important;
}
.ui-state-default .ui-icon{
    background-image: none !important;
}
.bg-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.ui-dialog::before{
    background-color:transparent;
}
.model-wrapper {
  display: inline-block;
  float: left;
  width: 100%;
}
.model-wrapper .model-header {
  float: right;
  margin-bottom: 10px;
  margin-top: 10px;
}
.model-wrapper .main-content {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}
    .model-wrapper .main-content:last-child {
        border-bottom: 0;
    }
.model-wrapper .model-heading {
  color: #333;
  font-size: 20px;
  font-weight: 800;
  display:inline-block;
  float:left;
  margin-right:20px;
  margin-top: 5px;
}
.model-wrapper .model-addtocart-button {
    float:right;
    display:inline-block;
}
.model-wrapper .model-product-name {
  font-size: 16px;
  font-weight: 800;
  float:left;
  width:100%;
  margin:10px 0;
  display:inline-block;
}
.model-wrapper .model-image {
  display: inline-block;
  float: left;
  width:25%
}
.model-wrapper .model-main-content {
  display: inline-block;
  width:75%;
}
.model-wrapper .text-prompt {
    font-weight:100;
}
.model-wrapper .scrollable-content {
    clear: both;
    max-height: 400px;
}
.modal-content {
    max-height:455px !important;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 45%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    
} 
.amount-message{
    font-size:14px;
     float: left !important;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
@media(max-width:1000px) {
    .combo-product-wrapper .product-name{
        padding:0px 10px;
    }
    .combo-product-wrapper .combo-product-box {
        float:none;
    }
    .combo-product-wrapper .combo-addtocart {
    display:inline-block;
    float:left;
    }
    .combo-product-wrapper .combo-product .plus-symbol {
    margin: 0;
    margin-left:0px;
    }
    .combo-product .display-product {
    width: 100px;
    }  
    .model-wrapper .scrollable-content{
    float:left;
    }    
    .model-wrapper .model-main-content {
    text-align:left;
    float:left;
    }
    .model-wrapper .model-product-name {
    text-align:left;
    }   
    .model-wrapper .model-image {
     float: left;
     padding-right: 12px;
    }
    .modal-content {
        width:60%;
    }
}
@media(max-width:480px) {
    .modal-content {
        width:80%;
    }
    .combo-product-wrapper .combo-product-box {
        float:none;
    }
    .model-wrapper .main-content {
      float: none;
    }
    .model-wrapper .model-image {
     width:100%;
    }
    .model-wrapper .model-main-content {
        width:100%;
    text-align:center;
    float:none;
    }
    .model-wrapper .model-product-name {
    text-align:center;
    }   
    .model-wrapper .model-image {
        text-align:center;
    margin-bottom:5px;
    }
}
@media(max-width:360px){
    .modal-content {
        width:80%;
    }
    .model-wrapper .scrollable-content {
      float: left;
      width: 100%;
    }
    .model-wrapper .model-addtocart-button {
      float: none;    
    }
    .model-wrapper .main-content {
      width:100%;
    }  
    .model-wrapper .model-heading {
        margin-bottom:5px;
        float: none; 
    }
    .model-wrapper .model-header {
        float: left;
        margin-bottom: 0px;
        margin-top: 0px;
        display: inline-block;
}  
}
#attributePopup .attributes ul.color-squares input, #attributePopup .attributes ul.image-squares input{
	height:0;
	overflow:hidden;
	z-index:-10000;
	position:absolute;
	float:none; 
	display:none;
}

#attributePopup .attributes ul.color-squares li,#attributePopup .attributes ul.image-squares li{
	display:inline-block;
	margin-right:10px;
}
#attributePopup .attributes ul.color-squares .color-container,#attributePopup .attributes ul.image-squares .image-container{
	position:relative;
	display:inline-block;
	padding:1px;
	margin-bottom:5px; 
	line-height: 1em;
}
#attributePopup .attributes ul.color-squares .selected-value .color-container,#attributePopup .attributes ul.image-squares .selected-value .image-container{
	border-color:#bbb;
	border-width:2px;
}
#attributePopup .attributes ul.color-squares .color,.#attributePopup .attributes ul.image-squares .image{
	display:inline-block;
	width:18px;
	height:18px;
}
#attributePopup .attributes ul.color-squares label,#attributePopupc .attributes ul.image-squares label{
	cursor:pointer;
	position:relative; 
	display:inline-block;
}
#attributePopup .attributes ul.color-squares input,#attributePopup .attributes ul.image-squares input{
	height:0;
	overflow:hidden;
	z-index:-10000;
	position:absolute;
	float:none; 
	display:none;
}
.color-squares .color,.image-squares .image{border: 2px solid #ddd;cursor: pointer;display: table !important;height: 32px !important;width: 32px !important;}
.tooltip-container{position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;}
.tooltip-container::after{border-bottom: 6px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;bottom: 100%;content: "";height: 0;left: 50%;margin-left: -6px;position: absolute;width: 0;}
.tooltip-container::before{border-bottom: 7px solid #eee;border-left: 7px solid transparent;border-right: 7px solid transparent;bottom: 100%;content: "";height: 0;left: 50%;margin-left: -7px;position: absolute;width: 0;}
.color-squares li:hover .tooltip-container,.image-squares li:hover .tooltip-container{margin-left: -83px;margin-top: 5px;visibility: visible;z-index: 999;}
.tooltip-container .tooltip-header{background-color: #f6f6f6;border-bottom: 1px solid #eee;border-top-left-radius: 4px;border-top-right-radius: 4px;font-size: 15px;height:30px;padding-left: 10px;padding-top: 5px;text-align: left;width: 198px;}
.tooltip-container .tooltip-body{margin: 5px;}
.tooltip-container .tooltip-body img{border: 0 none #fff;width: 190px;}
#attributePopup .attributes ul.color-squares .selected-value .color-container .color,#attributePopup .attributes ul.image-squares .selected-value .image-container .image{border-color:#ea5648;}
.product-essential{clear:both;}
.ui-dialog.ui-widget #attributePopup .required {
    float: none;
}
.ui-dialog.ui-widget #attributePopup .attributes label{
    line-height:normal;
}
.bar-notification {
    z-index: 999999;
}

/* Quickview popup design */

.model-wrapper .model-product-name {
    color: #333;
    font-size: 14px;
    text-transform:uppercase;
}
#quickviewPopup {
    padding: 20px 0;
}
.model-wrapper .scrollable-content {
    overflow-y: auto;
    padding: 0px 20px 20px 20px !important;
}

.main-content {
    margin: 0 0 10px;
    overflow: hidden;
}

.model-wrapper .model-image {
    width: 160px;
    float: left;
    overflow: hidden;
    margin: 15px;
    text-align: center;
}

    .model-wrapper .model-image img {
        max-width: 100%;
    }

.model-content-description {
    width: 270px;
    margin: 0;
    padding: 10px 5px 0 0;
    float: left;
}
.model-wrapper .product-price {
    color: #898989;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}
.model-wrapper .buttons .gotocartbutton,
.model-wrapper .buttons .model-addtocart-button {
    margin-top: 10px;
    background: none repeat scroll 0 0 #333333;
    border: 1px solid transparent;
    color: #ffffff;
    font-family: proxima-nova;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.model-wrapper .buttons .continueshoppingbutton {
    background: none;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
}
.model-content-description .attributes dl {
    overflow: visible;
}
.model-wrapper .buttons .continueshoppingbutton:hover {
    text-decoration:underline;
}
.model-wrapper .buttons {
    clear: both;
    padding: 20px 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
    box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
    margin:0;
}

.ui-dialog .ui-dialog-titlebar {
    margin: 0 !important;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1 !important;
}

.ui-dialog-titlebar button {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    background: url(../images/close.png) no-repeat center;
}
.model-wrapper .attributes dt {
    white-space: inherit;
    clear: both;
}

@media(max-width:552px) {
    .model-wrapper .scrollable-content {
        float:none;
        padding:10px;
    }
    .model-wrapper .model-image, .model-content-description {
        float: none;
        text-align: center;
        width: 100%;
    }
    .model-wrapper .model-product-name {
        text-align: center;
    }
    .model-wrapper .model-image {
        margin: 0;
        padding-right:0;
    }
    .model-content-description {
        padding:0;
    }
    .attributes {
        margin: 0;
    }
}
