/*	SHOP 1-1
/*----------------------------------------------------*/

.shop-1-1 {
	background: #F5F5F5;
}

.shop-1-1 h4 {
	margin-top: 0;
}

.shop-1-1 p {
	margin-bottom: 0;
}

.shop-1-1 .fa {
	font-size: 30px;
}

.promotion-section {
    display: inline-block;
    width: 100%;
}
.padding-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.promotinbox {
    position: relative;
    margin-bottom: 30px;
}
.promotionbox-content {
    position: absolute;
    top: auto;
    bottom: 35px;
    left: 35px;
    right: 35px;
    font-family: 'Montserrat';
}
.promotionbox-content a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.325px;
    font-weight: 700;
    font-family: 'Montserrat', serif;
    display: block;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.promotinbox.layout2 .promotionbox-content {
    top: 35px;
    bottom: auto;
    text-align: center;
}
.promotinbox.layout3 .promotionbox-content {
    bottom: 62px;
    max-width: 180px;
    right: 35px;
}
.promotinbox::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.promotinbox.layout4 .promotionbox-content {
    bottom: 62px;
    left: 39px;
    max-width: 180px;
    right: auto;
}
.padding-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*	SHOP 1-1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}