.gift-rule-desc {
	margin-bottom: 35px;
}
.gift_preselector_container {
	padding: 15px;
}
.gift-line {
	margin-bottom: 30px;
}
.gift-line .icon-gift:before {
	font-size: 16px;
	margin-right: 5px;
}
.gift-line .dashed {
	border-bottom: 1px dotted;
	text-decoration: none !important;
}
.gift-line .description {
	text-align: right;
}
.gift-line .description a {
	text-decoration: none !important;
}
.gift-line .disabled .gift-item {
	opacity: 0.5
}
.gift-popup h2{
  margin: 0 0 20px;
    text-transform: uppercase;
}
.gift-popup .more-gift a {
   color: #e74c3c;
    font-size: 14px;
    text-decoration: none;
}
.gift-item-container {
	cursor: pointer;
}
.gift-item-container.disabled, .gift-item-container.hover{
	cursor: default;
}
.gift-item-container.processing{
    cursor: wait;
    opacity: 0.3;
}
.gift-item-container.hover .pic {
	border: 2px solid #e74c3c;
}
.gift-item-container.disabled {
	opacity: 0.6;
}

.gift-item {
	margin-bottom: 20px;
    overflow: hidden;
}
.gift-item .new-label {
    background: #e74c3c;
}
.gift-item .new-label:before,
.gift-item .new-label:after {
    display: none;
    border-color: #e74c3c transparent transparent transparent;
}
.container-item img {
	border: 1px solid #d6d4d4;
}
.container-item {
	display: inline-block;
	margin: 10px 25px;
	vertical-align: top;
	width: 128px;
}
.container-item .product_img_link {
}
.container-item .product-image-container {
	border: none;
}
.gift-rule-name {
   color: #555454;
    font: 600 18px/22px "Open Sans",sans-serif;
    margin-bottom: 0;
    margin-top: 7px;
    padding: 20px 5px 17px 71px;
    text-transform: uppercase;
}
.gift-rule-name h5 {
	color: #555454;
	font: 600 18px/22px "Open Sans", sans-serif;
	margin: 0;
	text-transform: uppercase;
}
.gift-rule-dependencies {
	background: none repeat scroll 0 0 #f6f6f6;
	color: #555454;
	padding: 20px;
}
.gift-rule-dependencies > div {
	background: none repeat scroll 0 0 #fff;
	display: inline-block;
	margin: 10px;
	padding: 10px;
	vertical-align: top;
	width: 22%;
}
.gift-rule-dependencies .icon {
 color: #555454;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.gift-rule-desc:after, .gift-popup h2:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #006525;
    bottom: -10px;
    content: " ";
    left: 20%;
    position: absolute;
}
.gift-rule-desc, .gift-popup h2 {
    background: none repeat scroll 0 0 #006525;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    min-height: 25px;
    padding: 0 12px 0 40px;
    position: relative;
    text-align: left;
    clear: both;
}
.gift-rule-dependencies ul, .gift-rule-dependencies ol {
	list-style: disc outside none;
	margin-bottom: 9px;
	margin-left: 20px;
	margin-top: 10px;
}

.gift-item{
	position:relative;
}


#module-bestkit_gifts-offers .gift-item:before {
 background: none repeat scroll 0 0 #ddd;
    border-radius: 20px;
    content: " ";
    height: 20px;
    left: 4%;
    margin-left: -10px;
    position: absolute;
    top: 20px;
    width: 20px;
}


#gift-popup h3{
	display:inline-block;
	width:100%;
}


.gift-scroll-content{
	display:inline-block;
	width:100%;
}
.gift-scroll-content small {
    text-align: center;
    font-size: 12px;
    display: block;
}

.gift-scroll-content .title{
    color: #000;
    font-size: 12px;
    padding: 5px 0;
    position: relative;
    text-align: left;
}


.gift-scroll-content .title:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e74c3c;
	bottom: -10px;
	content: " ";
	left: 20%;
	position: absolute;
}
.gift-scroll-content .title a{
	color:#000;
}


.gift-scroll-content   .pic{
	border:1px solid #d6d4d4;
}


/*jquery tooltip plugin*/
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -15px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.gift_preselector_container .gift-pic-container {
    border: 2px solid transparent;
    overflow: hidden;
	padding-left: 0px;
    padding-right: 0px;
}

.gift_preselector_container .gift-pic-container:hover {
    border: 2px solid #d0d0d0;
}

.gift_preselector_container .gift-pic-container.selected,
.gift_preselector_container .gift-pic-container.selected:hover {
    border: 2px solid #015883;
}

.gift_item .cart_delete a.gift_cart_delete {
	font-size: 23px;
	color: #333333;
	cursor: pointer;
}
.gift_item .cart_delete a.gift_cart_delete:hover { color: #ccc; }

.gift_item textarea.gift_message {width: 100%}