/*================= MASTER STYLESHEET =================================

	Project     :	X-MAS HTML Page
	Version     :	1.0
	Last Change : 	01/12/2016
	Primary Use :   X-MAS HTML Page

=======================================================================*/
/*========================================== LAYOUT ===================================================================

		1.NAVIGATION
		2.HEADER-1
		3.HEADER-2
		4.HEADER-3
		5.HEADER-4
		6.HEADER-5		
		7.HEADER-6
		8.HEADER-7	
		9.NEW ARRIVALS
		10.OFFERED PRODUCTS
		11.AWESOME CATEGORIES
		12.FESTIVAL OFFERS
		13.FREE SHIPPING
		14.SPECIAL GIFTS
		15.WHY TO BUY
		16.STYLISH COLLECTION
		17.ARTICLE TITLE ONE
		18.LATEST NEWS
		19.BRANDS
		20.TESTIMONIAL
		21.CELEBRATION
		22.EMAIL SUBSCRIPTION
		23.FOOTER
		24.FOOTER-FORM

=========================================================================================================*/
/*========================================== COLOR CODES ==============================================

	
	Theme Color        :#1ABC9C [blue]
	Main Heading Color :#333333 [very dark gray]
	SubHeading Color   :#333333 [very dark gray]
	Content Color      :#666666 [very dark gray]

=====================================================================================================*/
/*========================================== TYPOGRAPHY ==============================================

	
	Heading :font-family: 'Roboto Slab', sans-serif;
	Body    :font-family: 'Lato', Helvathika, Arial sans-serif;

====================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/
/* CUSTOM STYLES */

@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&subset=cyrillic';
/*@import 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i';*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,700,700i,800,800i&subset=cyrillic');
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}
/* elements */

p {
    margin: 0px;
}
body {
    font-family: 'Open Sans', Helvathika, Arial sans-serif;
}
h1,
h2 {
    color: #333333;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
}
h2 {
    font-size: 16px;
    line-height: 22px;
}
.h2-bottom {
    margin-bottom: 15px;
}
p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.p-white-text {
    color: #ffffff;
}
.p-bottom {
    margin-bottom: 20px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
.section-space {
    padding: 80px 0 80px 0;
}
.image-center {
    margin: 0 auto;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.section-bg-1 {
    background-color: #ffffff;
}
.section-bg-2 {
    background-color: #f6f6f6;
}
.btn {
    background-color: #e74c3c;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 16px 8px 16px;
}
.btn-top {
    margin-top: 30px;
}
.btn:hover,
.btn:focus {
    color: #ffffff;
}
.image-bottom {
    margin: 0 0 20px 0;
}
.underline-bottom {
    margin: 0 0 40px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.header1-bgimage,
.header2-bgimage,
.header3-bgimage,
.header4-bgimage,
.header5-bgimage,
.header6-bgimage,
.header7-bgimage,
.subscription-bgimage {
    background-size: cover;
}
.header2-tb-space {
    padding: 180px 0 180px 0;
}
.grow {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.grow:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
/*========================================== NAVIGATION START ===========================================*/

.menu-fs,
.menu-fs li {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}
.menu-bg {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}


.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #666666 !important;
    background-color: transparent !important;
    border-bottom: 0px !important;
    margin: 0 15px;
    padding: 15px 0 5px 0;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #1abc9c !important;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #666666 !important;
    border-bottom: 2px solid #1abc9c !important;
    background-color: transparent !important;
	
}
.navigation-tb {
    margin: 10px 0;
}

/*========================================== NAVIGATION END ===========================================*/
/*========================================== HEADER-1 START ===========================================*/

.header1-head-fs {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
}
.header1-bgimage {
    background-image: url("../../images/1500x1100.jpg");
}
.header1-space {
    padding: 100px 0 0 0;
}
.header1-btn-br {
    background-color: transparent;
    border: 1px solid #333333;
    border-radius: 0;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 16px 8px 16px;
}
.header1-empty {
    margin-top: 125px;
}
/*========================================== HEADER-1 END ===========================================*/
/*========================================== HEADER-2 START ===========================================*/

.header2-bgimage {
    background-image: url("../../images/1500x900.jpg");
    background-position: center;
}
.header2-head {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 1px;
}
.header2-head-bottom {
    margin-bottom: 20px;
}
.header2-p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
}
.header2-p-bottom {
    margin-bottom: 20px;
}
.header2-btn {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 16px 8px 16px;
}
/*========================================== HEADER-2 END ===========================================*/
/*========================================== HEADER-3 START ===========================================*/

.header3-bgimage {
    background-image: url("../../images/1500x700x3.jpg");
}
.header3-bg {
    background: rgba(120, 0, 30, 0.5) none repeat scroll 0 0;
}
.header3-btn {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 16px 8px 16px;
}
/*========================================== HEADER-3 END ===========================================*/
/*========================================== HEADER-4 START ===========================================*/

.header4-bgimage {
    background-image: url("../../images/1500x700x2.jpg");
}
.header4-bg {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
}
.header4-head-fs {
    color: #333333;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 30px;
}
.header4-sub-fs {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.header4-content-fs {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.header4-btn {
    background-color: #e74c3c;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 16px 8px 16px;
}
/*========================================== HEADER-4 END ===========================================*/
/*========================================== HEADER-5 START ===========================================*/

.header5-bgimage {
    background-image: url("../../images/1500x1550.jpg");
}
.header5-space {
    padding: 150px 0 0 0;
}
.header5-head-fs {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
}
.header5-content-fs {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.header5-btn {
    background-color: #e74c3c;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 16px 8px 16px;
}
.merry-top {
    margin: 100px 0 0 0;
}
/*========================================== HEADER-5 END ===========================================*/
/*========================================== HEADER-6 START ===========================================*/

.header6-bgimage {
    background-image: url("../../images/1500x1000.jpg");
}
.header6-space {
    padding: 150px 0 0 0;
}
.header6-empty {
    margin: 120px 0 0 0;
}
.header6-head-fs {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
}
.header6-content-fs {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.header6-btn-br {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 16px 8px 16px;
}
/*========================================== HEADER-6 END ===========================================*/
/*========================================== HEADER-7 START ===========================================*/

.header7-bgimage {
    background-image: url("../../images/1500x900x2.jpg");
    background-position: center;
}
.header7-tb-space {
    padding: 180px 0 180px 0;
}
.header7-head-fs {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 10px;
}
.header7-sub-fs {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.header7-content-fs {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.header7-btn {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 16px 8px 16px;
}
/*========================================== HEADER-7 END ===========================================*/
/*========================================== NEW ARRIVALS START ===========================================*/

.arrivals-price {
    color: red;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
}
.arrivals-cart {
    float: left;
    padding-right: 25px;
}
.arrivals-cart-center {
    display: table;
    margin: 0 auto;
}
/*========================================== NEW ARRIVALS END ===========================================*/
/*========================================== LATEST NEWS START ===========================================*/

.news-date-bg {
    padding: 5px 5px 5px 5px;
    background-color: #1abc9c;
    float: left;
}
.news-date {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
}
.news-month {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
}
.news-pad {
    margin-right: 5px;
}
.news-txt-pad {
    margin-top: 40px;
}
/*========================================== LATEST NEWS END ===========================================*/
/*========================================== AWESOME CATEGORIES START ===========================================*/

.categories-br {
    border: 1px solid #cccccc;
}
.image-pad {
    padding: 15px 15px 15px 15px;
}
.price-fs {
    color: #1abc9c;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
.btn-bottom {
    margin-bottom: 30px;
}
/*========================================== AWESOME CATEGORIES END ===========================================*/
/*========================================== OFFERED PRODUCTS START ===========================================*/

.offered-price-fs {
    color: #1abc9c;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 20px;
}
.offered-sec-space {
    margin-bottom: 50px;
}
/*========================================== OFFERED PRODUCTS END ===========================================*/
/*========================================== FESTIVAL OFFERS START ===========================================*/

.festival-bgimage1,
.festival-bgimage2,
.festival-bgimage3,
.festival-bgimage4,
.festival-bgimage5,
.festival-bgimage6 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.festival-bgimage1 {
    background-image: url("../../images/500x350x1.jpg");
}
.festival-bgimage2 {
    background-image: url("../../images/500x350x2.jpg");
}
.festival-bgimage3 {
    background-image: url("../../images/500x350x3.jpg");
}
.festival-bgimage4 {
    background-image: url("../../images/500x350x4.jpg");
}
.festival-bgimage5 {
    background-image: url("../../images/500x350x5.jpg");
}
.festival-bgimage6 {
    background-image: url("../../images/500x350x6.jpg");
}
.gifts-bg {
    background-color: #8f0000;
    padding: 10px 0;
}
.gifts-top {
    padding-top: 320px;
}
.offered-head {
    color: #ffffff;
    padding: 0 10px;
}
.festival-bottom {
    margin-bottom: 30px;
}
/*========================================== FESTIVAL OFFERS END ===========================================*/
/*========================================== FREE SHIPPING START ===========================================*/

.shipping-top-bottom {
    padding: 50px 0;
}
.shipping-bg {
    background-color: #8f0000;
}
.shipping-bg.shipping-top-bottom li {
    list-style: none;
    display: inline-block;
}
.shipping-ul-mar {
    padding: 0;
    margin-bottom: 20px;
}
.shipping-br {
    border-bottom: 1px solid #ffffff;
    width: 25%;
    margin-left: 5px;
    margin-right: 5px;
}
.shipping-br-1 {
    border-bottom: 1px solid #ffffff;
    width: 84%;
    margin: 0px auto;
    padding: 20px 20px 0 20px;
}
.shipping-br-top {
    padding-top: 40px;
}
.shipping-image-bottom {
    padding: 0 0 20px 0;
}
.shipping-head {
    color: #ffffff;
}
.left-right-pad {
    padding: 0 20px;
}
/*========================================== FREE SHIPPING END ===========================================*/
/*========================================== SPECIAL GIFTS START ===========================================*/

.special-section-space {
    padding: 80px 0 0 0;
}
.special-tb-pad {
    padding: 120px 20px 0px 20px;
}
.special-head {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}
.special-sub {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.special-content {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.special-btn {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 16px 8px 16px;
}
.special-head-pad {
    padding: 0 15px;
}
.special-bg-1 {
    background-color: #1abc9c;
}
.special-bg-2 {
    background-color: #e74c3c;
}
.special-pos-img{
	position: relative;
}
.special-pos-text{
	position: absolute;
	left:0;
	right: 0; 
}
/*========================================== SPECIAL GIFTS END ===========================================*/
/*========================================== ARTICLE TITLE ONE START ===========================================*/

.title-empty {
    margin: 50px 0 0 0;
}
/*========================================== ARTICLE TITLE ONE END ===========================================*/
/*========================================== WHY TO BUY START ===========================================*/

.why-icon {
    float: left;
}
.why-pad {
    padding-left: 84px;
}
.why-bottom {
    padding-bottom: 40px;
}
/*========================================== WHY TO BUY END ===========================================*/
/*========================================== BRANDS START ===========================================*/

.brands-bottom {
    margin-bottom: 30px;
}
/*========================================== BRANDS END ===========================================*/
/*========================================== TESTIMONIAL START ===========================================*/

.testimonial-row {
    float: left;
}
.testimonial-mar {
    margin-left: 170px;
}
.testimonial-author {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
}
.testimonial-author span {
    color: #aaaaaa;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1px;
}
/*========================================== TESTIMONIAL END ===========================================*/
/*========================================== CELEBRATION START ===========================================*/

.celebration-head {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}
.celebration-head-bottom {
    margin-bottom: 30px;
}
.celebration-bg {
    background-color: #1abc9c;
    padding: 80px 20px 80px 20px;
}
/*========================================== CELEBRATION END ===========================================*/
/*========================================== EMAIL SUBSCRIPTION START ===========================================*/

.subscription-head {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
}
.subscription-bgimage {
    background-image: url("../../images/1500x750x1.jpg");
}
.subscription-tb-space {
    padding: 180px 0;
}
.subscription-form {
    padding: 30px 0 0 0;
}
.subscribe-btn-top {
    padding: 0 0 0 0;
}
.subscription-btn {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 16px 8px 16px;
}
/*========================================== EMAIL SUBSCRIPTION END ===========================================*/
/*========================================== FOOTER START ===========================================*/

.footer-icon {
    list-style: none;
    display: inline-block;
}
.footer-lr-pad {
    padding: 0 10px;
}
.footer-text {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
}
.footer-icon-btm {
    margin: 0 0 20px 0;
}
.footer-br {
    border-bottom: 1px solid #666666;
    margin-bottom: 20px;
}
.footer-pad-zero {
    padding: 0;
}
.footer-text a,
.footer-text a:hover {
    color: #666666;
}
/*========================================== FOOTER END ===========================================*/
/*======================================= FOOTER-FORM START ========================================*/

.form li {
    list-style: none;
    display: inline-block;
}
.form-bottom {
    padding-bottom: 30px;
}
.form-bottom-1 {
    margin-bottom: 20px;
}
.form-text {
    height: 40px;
}
.footer-border {
    padding-right: 15px;
    border-right: 1px solid #666666;
}
.form-br-top {
    padding-top: 30px;
}
.footer-border-pad {
    padding-left: 15px;
}
.form-btn {
    background-color: #e74c3c;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 16px 8px 16px;
}
/*================================= FOOTER-FORM START=====================================================*/

@media screen and (min-width: 1800px) and (max-width: 1920px) {
    .special-tb-pad {
        padding: 220px 20px 0px 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header1-empty {
        margin: 60px 0 60px 0;
    }
    .special-tb-pad {
        padding: 40px 20px 0px 20px;
    }
    .merry-top {
        margin: 50px 0 0 0;
    }
    .title-empty {
        margin: 0 0 0 0;
    }
    .celebration-bg {
        padding: 50px 20px 50px 20px;
    }
    .shipping-br {
        width: 20%;
    }
    .header6-empty {
        margin: 50px 0 50px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header1-empty {
        margin: 40px 0 80px 0;
    }
    .offered-top,
    .res-title-top {
        margin-top: 20px;
    }
    .shipping-res-bottom,
    .festival-res-bottom,
    .why-res {
        margin-bottom: 30px;
    }
    .brands-res {
        margin-bottom: 30px;
    }
    .merry-top {
        margin: 50px 0 50px 0;
    }
    .header1-space {
        padding: 80px 0 0 0;
    }
    .stylish-res,
    .news-res-bottom,
    .arrivals-res {
        margin: 0 0 50px 0;
    }
    .header6-empty {
        margin: 0 0 50px 0;
    }
    .categories-res {
        margin-bottom: 30px;
    }
    .special-tb-pad {
        padding: 80px 20px 80px 20px;
    }
    .news-res {
        width: 265px !important;
        margin: 0 auto;
    }
    .subscribe-btn-top {
        padding: 0 0 0 0;
    }
    .res-form {
        margin-bottom: 50px;
    }
    .stylish-res-align,
    .res-text-center {
        text-align: center;
    }
    .offered-res-align,
    .stylish-img-center,
    .res-img-center {
        margin: 0 auto;
    }
    .img-res {
        width: 100%;
        height: auto;
    }
    .email-res {
        margin: 0 auto;
    }
    .email-btn-res {
        text-align: left;
    }
	
	.special-pos-text {   
		position: static !important;   
	}
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
	
	.nav > li {
		display: table;
	}
	.navbar-default .navbar-nav > li > a {
        padding: 20px 0 5px 0;
		width: auto !important;
    }
    .header1-empty {
        margin: 40px 0 80px 0;
    }
    .offered-top {
        margin-top: 20px;
    }
    .festival-fixed {
        width: 360px !important;
        margin: 0 auto;
    }
    .special-tb-pad {
        padding: 80px 20px 80px 20px;
    }
    .res-title-top {
        margin-top: 20px;
    }
    .shipping-res-bottom,
    .brands-res,
    .categories-res-2,
    .why-res {
        margin-bottom: 30px;
    }
    .res2-50 {
        padding-bottom: 50px;
    }
    .merry-top {
        margin: 50px 0 50px 0;
    }
    .header6-empty,
    .stylish-res,
    .news-res-bottom,
    .res-form {
        margin: 0 0 50px 0;
    }
    .arrivals-res-2 {
        padding-bottom: 30px;
    }
    .news-res {
        width: 265px !important;
        margin: 0 auto;
    }
    .subscribe-btn-top {
        padding: 30px 0 0 0;
    }
    .celebration-bg {
        padding: 50px 20px 50px 20px;
    }
    .res-1-text-center,
    .stylish-res-align {
        text-align: center;
    }
    .img-res-1 {
        width: 100%;
        height: auto;
    }
    .res-img-center-1 {
        margin: 0 auto;
    }
    .email-form {
        width: 80%;
        margin: 0 auto;
    }
	.special-pos-text {   
		position: static !important;   
	}
}
@media only screen and (min-width: 250px) and (max-width: 400px) {
    .festival-fixed {
        width: 100% !important;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 250px) and (max-width: 305px) {
    .news-res {
        width: 100% !important;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 250px) and (max-width: 600px) {
    .testimonial-row {
        float: none;
    }
    .testimonial-mar {
        margin-left: 0;
    }
    .testimonial-align {
        text-align: center;
    }
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
    .categories-fixed {
        width: 250px !important;
        margin: 0 auto;
        float: none;
    }
    .arrivals-fixed {
        width: 320px !important;
        margin: 0 auto;
        float: none;
    }
    .arrivals-res-3 {
        padding-bottom: 50px;
    }
    .categories-res-3 {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 300px) {
    .categories-fixed {
        width: 100% !important;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 250px) and (max-width: 639px) {
    .shipping-fixed {
        width: 300px !important;
        margin: 0 auto;
        float: none;
    }
    .shipping-res-bottom-3 {
        margin-bottom: 50px;
    }
    .news-fixed {
        width: 100% !important;
        margin: 0 auto;
        float: none;
    }
    .news-res-bottom-3 {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 360px) {
    .arrivals-fixed {
        width: 100% !important;
        margin: 0 auto;
        float: none;
    }
}

.top-header {
    width: 100%;
    background-color: #8f0000;
    height: 30px;
    position: fixed;
    z-index: 99999;
}

.head-text {
        color: #ded7c5;
    text-transform: uppercase;
    font-size: 11px;
  
  
    padding: 4px 0px;
}

.head-text .desctop {
    font-size: 15px;
    color: #f7e09d;
    padding-right: 10px;
    font-weight: bold;
}

.head-text a {
    color: #f7e09d;
    text-transform: none;
    font-weight: bold;
    text-decoration: underline;
}

.menu-bg {
      margin-top:30px;
}

.gifts-bg2 {
    margin-top: -41px;
    position: relative;
    background: #8f0000;
    padding: 10px 0;
}

.row.brands-bottom {
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
     
    flex-wrap: wrap;
}

.brands-bottom .bg {
    background:#8f0000;
    padding:30px 0;
    height:100%;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     
    align-items: center;
    justify-content: center
}

.bg h2 {
    text-align: center;
    color:#fff;
    text-transform: uppercase;
}

@media  (max-width: 991px) {
    .top-header {
      height:60px;
      text-align:center;
       padding: 6px 0px;
    }
    .menu-bg {
      margin-top:60px;
    }
    .head-text .m-block {display:block;font-size:11px;}
    .head-text .desctop {font-size:11px;}
}

@media  (max-width:407px) {
    .m-block .m {display:none;}
    
}