.gift-rule-desc {
	margin-bottom: 35px;
}
.gift_preselector_container {
	padding: 35px 15px 15px 15px;
}
#pb-left-column #buy_block .gift_preselector_container label {
	width: 100%;
	text-align: left;
}
.gift_preselector_container select {
	max-width: 240px;
}
.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 .left.description {
    float: none;
}

.gift-line .description {
	text-align: right;
}
.gift-line .description a {
	text-decoration: none !important;
}
.gift-line .disabled .gift-item {
	opacity: 0.5
}
.gift-popup {
 /*padding: 10px 40px 30px;*/
}

.gift-popup h2{
  margin: 0 0 20px;
    text-transform: uppercase;
}


.gift-popup .more-gift a {
    color: #FFA500;
    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 {
	background: none repeat scroll 0 0 #f0f0f0;
	margin-bottom: 20px;
}
.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, .gift-popup h2 {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 8px;
    position: relative;
    text-align: left;
}
.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 .title{
   background: none repeat scroll 0 0 #e74c3c;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    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:#fff;
}


.gift-scroll-content   .pic{
	border:1px solid #d6d4d4;
}


