@charset "utf-8";
/* CSS Document */

/*@font-face {*/
    /*font-family: 'titilliummaps26l250_wt';*/
    /*src: url('../fonts/titilliummaps26l003-webfont.eot');*/
    /*src: url('../fonts/titilliummaps26l003-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('../fonts/titilliummaps26l003-webfont.woff2') format('woff2'),*/
    /*url('../fonts/titilliummaps26l003-webfont.woff') format('woff'),*/
    /*url('../fonts/titilliummaps26l003-webfont.ttf') format('truetype'),*/
    /*url('../fonts/titilliummaps26l003-webfont.svg#titilliummaps26l250_wt') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/

/*}*/
@import url(//fonts.googleapis.com/css?family=Roboto+Slab);

*{margin:0px; padding:0px;}
body{font-family: 'Lato', sans-serif; font-size:15px; line-height:18px; background:#fff;}
h1 {
color: #a54f3e;
font-size: 25px;
display: inline;
font-family: "Roboto Slab", serif;
font-weight: 700;
}
h2{}
h3{}
h4{}
h5{}
h6{}
a{}
a:hover{text-decoration: none}
img{max-width: 100%;}
input, select, textarea{}
fieldset{}
hr{}
.navbar-default{ background-color: transparent; border: 1px solid transparent;}
.navbar-collapse{ padding:0px;}
.navbar{ min-height:100%; margin:0px;}
.nav > li > a{ }
.container-fluid{ padding:0px;}
.navbar-nav > li > a{ padding:0px;}

/*========= genral classes ==========*/
html, body{ height:100%;}
.page_wrap{ position:relative; min-height:100%; margin-bottom:-50px; padding-bottom:50px;}
.page_wrap .clear_footer{ clear:both; height:42px;}
.greytext{
    color: #5f5f5f;
}

a.disabled {
    pointer-events: none;
}
.marg_left{
    margin-left: 4px;
}
.marg_top{
    margin-top:10px;
}
.rel{
    position: relative;
}

/*============== header_css start=============*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ background:none; color:#f26724 !important;}
#header{}
#header .top_bar{ background:#706942 url(../images/toppattern.png); min-height:36px; border-bottom: 1px solid #FFF;}
.top_bar::after {
    display: block;
    width: 100%;
    content: "";
    height: 3px;
    background-color: #CCB042;
    position: relative;
    bottom: -5px;
}
#header .top_bar .create_account{
    color: #ffffff ;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #87805e ;
    padding: 5px;
    text-align: center;
    margin-top: 4px;
    width: 100%;
    max-width: 100%;
}
#header .top_bar .create_account_mobile{
    display: none;
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;

}
#header .top_bar .create_account_mobile a {
    color: #fff;
}

.phone_no_mobile {
    display: none;
}
#header .top_bar .create_account a {
    color: #fff;
}
#header .top_bar #top_bar_menu{ padding:12px 0 0 0 ;}
#header .top_bar #top_bar_menu ul{}
#header .top_bar #top_bar_menu ul li{}
#header .top_bar #top_bar_menu ul li a{
    color: #fff;
    font-size: 12px;
    padding: 0 12px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    font-family: arial;
    text-decoration: underline;
}
#header .top_bar #top_bar_menu ul li a:after {
    content: " ";
    left: 100%;
    top: 1px;
    height: 75%;
    position: absolute;
    border-right: 1px solid #fff;
}

#header .top_bar #top_bar_menu ul li:last-of-type a::after {
    border-right: none;
}
#header .top_bar #top_bar_menu ul li:last-child a{ margin-right:0px;}

#header .top_bar .leave_msg{
    margin: 0px 0 4px -37px;
    position: relative;
    width: 100px; max-width:100%;}
#header .top_bar .leave_msg .msg{display:block; line-height:15px; color:#cbb041; font-size:13px; text-transform:capitalize; text-decoration:none; font-weight:bold;}
#header .top_bar .leave_msg .msg_img{ position:absolute; right: -4px;
    top: 2px;}
#header .top_bar .phone_no{
    display: block;
    margin-left: -19px;
    padding:12px 0 0 0 ;
    color: #faefce;
    font-size: 14px;
    font-weight: bold;
}
.margin_negative{ margin-right:-20px;}
#header .header_content_section{}
#header .header_content_section .logo{ margin-top:15px; display:block; float:left;}
#header .header_content_section .cart_mobile{
    display: none;
    font-size: 12px;
    font-weight: 800;
    height: 50px;
    width: 60px;
    position: absolute;
    right: 10px;
    top:15px;
    background: url(../images/cart_mobile.png) no-repeat top left;
    background-size: 100%;
}

#header .header_content_section .cart_mobile .mobile_cart_count{
    position: absolute;
    height: 20px;
    width:20px;
    top: 9px;
    right: 21px;
    background: url(../images/cart_mobile_item.png) no-repeat top left;
    background-size: 100%;
}
#header .header_content_section .cart_mobile .mobile_cart_count .cart_count{
    text-align: center;
    width: 14px;
    margin: 0 auto;
}
#header .header_content_section .cart_mobile .mobile_cart_price{
    position: absolute;
    bottom: -10px;
    left:6px;
}
#header .header_content_section .form_section{ text-align:center; padding:17px 0; float:left; margin-left:20px;}
#header .header_content_section .form_section p{ color:#6d6642; font-size:16px; font-weight:bold; margin:0px; padding-bottom:10px;}
#header .header_content_section .form_section p img{ padding-right:10px;}
#header .header_content_section .form_section .form-group{margin:0px; float:left; width:418px; max-width:100%; overflow:hidden; background: #fdf9ea; /* Old browsers */
    background: -moz-linear-gradient(top, #fdf9ea 0%, #fbf4d7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf9ea), color-stop(100%,#fbf4d7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdf9ea 0%,#fbf4d7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdf9ea 0%,#fbf4d7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdf9ea 0%,#fbf4d7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdf9ea 0%,#fbf4d7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf9ea', endColorstr='#fbf4d7',GradientType=0 ); /* IE6-9 */ padding:8px 14px 8px 6px; border:1px solid #cbb041; border-radius:10px;}

#header .header_content_section .form_section .form-group .form-control {
    color: #000;
    border: 1px solid #DFC082;
    float: left;
    width: 281px;
    height: 27px;
    max-width: 100%;
    margin-top: 3px;
    border-radius: 0;
    margin-left: 7px;
}
#header .header_content_section .form_section .form-group .search { float:right; width:100px; max-width:100%; background: #fdf9ea; /* Old browsers */
    background: -moz-linear-gradient(top, #fdf9ea 0%, #fbf4d7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf9ea), color-stop(100%,#fbf4d7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdf9ea 0%,#fbf4d7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdf9ea 0%,#fbf4d7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdf9ea 0%,#fbf4d7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdf9ea 0%,#fbf4d7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf9ea', endColorstr='#fbf4d7',GradientType=0 ); /* IE6-9 */
    border:1px solid #cbb041; border-radius:5px; color:#8b7828; font-weight:800; text-transform:uppercase;
}

#header .header_content_section .need_help{float:right; margin-left:15px; background:#fcfdf2; width:90px; max-width:100%; border:1px solid #cbb041; border-radius:10px;}
#header .header_content_section .need_help .contact_us{
    color: #78454A;
    font-size: 13px;
    line-height: 13px;
    font-weight: 800;
    display: block;
    text-decoration: none;
    padding: 7px 3px;
}
#header .header_content_section .need_help .contact_us span{ font-size:10px;}
#header .header_content_section .check_out_content{
    width:215px;
    max-width:100%;
    overflow:hidden;
    border:1px solid #cbb041;
    border-radius:10px;
    margin-top:17px;
    margin: 8px 0 5px 0;
    padding:0 30px 8px 14px;
    float:right;
}
#header .header_content_section .check_out_content .cart_img{float:left; background:#b9bf7f; display:block; width:48px; height:42px; border-radius:0 0 8px 8px; padding:4px 5px;}

#header .header_content_section .check_out_content .para {
    float: left;
    padding: 4px 0 0 12px;
}

#header .header_content_section .check_out_content .para p {
    font-size: 12px;
    color: #5e5857;
    font-weight: bold;
    margin: 0px;
    line-height: 14px;
}

#header .header_content_section .check_out_content .para p span {
    font-weight: normal;
    display: block;
    color: #a44f3f
}

#header .header_content_section .check_out_content .para .txt {
    background: #f3ecd1;
    color: #CA3838;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 1px;
    text-align: center;
    margin-top: 15px;
    font-weight: 800;
}

#header .header_content_section  .main_menu{margin-bottom:6px; border:1px solid #d9cb9e; border-radius:10px; padding:6px 0 5px 0; background: #fdf9ea; /* Old browsers */
    background: -moz-linear-gradient(top, #fdf9ea 0%, #fbf4d7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf9ea), color-stop(100%,#fbf4d7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdf9ea 0%,#fbf4d7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdf9ea 0%,#fbf4d7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdf9ea 0%,#fbf4d7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdf9ea 0%,#fbf4d7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf9ea', endColorstr='#fbf4d7',GradientType=0 ); /* IE6-9 */}
#header .header_content_section  .main_menu .ul_line{
    width:100%;
    display: table;
    float: none;
}
#header .header_content_section  .main_menu .ul_line > li{
    padding: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float: none;
    margin: 0;
    border-right: 1px solid #c5bbbb;
}

#header .header_content_section .main_menu .ul_line li a {
    color: #4a4a4a;
    font-size: 12px;
    font-family: "Archivo Narrow", sans-serif;
    font-weight: bold;
    text-decoration: none;
    margin-top: 4px;
    line-height: 15px;
    /*padding: 0 10%;*/
    text-transform: capitalize;
}


#header .header_content_section .main_menu .ul_line > li > ul{
    display: none!important;
}
#header .header_content_section .main_menu .ul_line > li:hover  > ul{
    display: block!important;
    list-style-type: none;
    position: absolute;
    top: 30px;
    z-index: 999;
    background-color: #FDF8E6;

}

#header .header_content_section .main_menu .ul_line .add_list{
    /*width: 100%;*/
    left: 0;

}
#header .header_content_section .main_menu .ul_line .add_list li{
    margin: 1px auto;
    padding: 5px 0;
    border-bottom: 1px solid #D9CB9E;
	width:180px;
}
#header .header_content_section .main_menu .ul_line .add_list li:last-child{
    border:0;
}
#header .header_content_section .main_menu .ul_line .add_list li a{
    border-right:0;
    border-bottom:0;
}

#header .header_content_section .main_menu ul > li > ul  li{
    /*z-index: 100;*/
    display: list-item;

}

.sign_form{
    display: none;
    position: absolute;
    top: 37px;
    left: 14px;
    width: 200px;
    background: #7A7136;
    z-index: 100;
    padding: 16px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-height: 185px;
    box-shadow: 3px 3px 3px #484848;
}

@media (max-width: 1050px) {
    .sign_form{
        top: 49px;
    }
}
.sign_form .form-group{
    margin-bottom: 11px;
}
.sign_form span{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: none;
}
.sign_form label{
    color: rgb(255, 213, 142);
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    margin-bottom: 0
}
.sign_form input{
    height: 22px;
    padding: 1px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.sign_form button{
    background: #D3BC52;
    height: 25px;
    padding: 2px 4px 21px 3px;
    font-weight: bold;
    color: #635A1E;
    border-color: #D3BC52;
    box-shadow: 1px 1px 1px #484848;
}
.sign_form button:hover, .sign_form button:focus {
    background: #D3BC52;
    color: #635A1E;
}


/*ACCOUNT*/

.grey_bord_out{
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    background: #F3F3F3;
    margin: 30px 0;
    padding:8px;
}
.grey_bord_middle{
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #F3F3F3;
    padding:8px;
}
.white_backgr{
    border-radius: 4px;
    background: #FFF;
}
.accout_found{
    padding: 35px 25px;
}
.account_body{
    border:1px solid #F3F3F3;
    overflow: hidden;
    padiing: 20px;

}
.account{
    border-left:1px solid #F3F3F3;
    border-top:1px solid #F3F3F3;
    padding: 0 25px;
    font-family: arial;
    font-size: 12px;
    font-weight: bolder;
    line-height: 13px;
}
.account > a{
    text-transform: uppercase;
}
.account_form{

}

.acc_lab_inp{
    width: 60px;
}

.account_btn{

    color:#3E3D3D;
    height: 35px;
    width:180px;
    position: relative;
    padding:12px;
    margin-bottom: 30px;
    background: linear-gradient( to top, #DBDBDB, #EEEDED);
}
.white_triangl{
    position:absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}
.no_margin_bott{
    margin-bottom: 0px;
}
.min_margin_bott{
    margin-bottom: 10px;
}
.fgt_pass{
    font-family: arial;
    font-size: 12px;
    color:#000;
}

.account_form label{


}
.account_inp{
    margin:0;
}
.acc_check{
    padding: 8px;
    margin: 35px 0 20px 3%;
    height: 30px;
    width: 150px;
    border: 1px solid #FFF;
    border-radius: 6px;
    color: #FDEEB4;
    background: #827A56;
}
/*ACCOUNT*/


/*CATEGORY*/

.category{
    overflow: hidden;
    margin-bottom: 15px;
}

.category .col-xs-1,
.category .col-sm-1, .category .col-md-1,
.category .col-lg-1, .category .col-xs-2,
.category .col-sm-2, .category .col-md-2,
.category .col-lg-2, .category .col-xs-3,
.category .col-sm-3, .category .col-md-3,
.category .col-lg-3, .category .col-xs-4,
.category .col-sm-4, .category .col-md-4,
.category .col-lg-4, .category .col-xs-5,
.category .col-sm-5, .category .col-md-5,
.category .col-lg-5, .category .col-xs-6,
.category .col-sm-6, .category .col-md-6,
.category .col-lg-6, .category .col-xs-7,
.category .col-sm-7, .category .col-md-7,
.category .col-lg-7, .category .col-xs-8,
.category .col-sm-8, .category .col-md-8,
.category .col-lg-8, .category .col-xs-9,
.category .col-sm-9, .category .col-md-9,
.category .col-lg-9, .category .col-xs-10,
.category .col-sm-10, .category .col-md-10,
.category .col-lg-10, .category .col-xs-11,
.category .col-sm-11, .category .col-md-11,
.category .col-lg-11, .category .col-xs-12,
.category .col-sm-12, .category .col-md-12,
.category .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.category{
    font-size: 12px;
    font-family: arial;
}
.category a{
    color: #5f5f5f;
    font-weight: normal;
    line-height: 13px;
}
.for_filter{
    display: none;
    margin: 10px auto;
    background: #FDFCFC;
    border: 1px solid #8C8C8B;
    padding: 3px 10px;
    border-radius: 0;
    text-transform: uppercase;
}
.navigate{
    padding: 0;
    border: 1px solid #E9E9E9;
    margin-bottom: 20px;
}
@media (max-width: 768px){
    .navigate{
        display: none;
    }
    .for_filter{
        display: block;
    }
}

.cat_left .grey_head{
    padding: 3px 30% 3px 3%;
    color: #9e070e;
    font-weight: bold;
    line-height: 15px;
    background: #E9E9E9;
    height: auto;
    width:100%;
}
.cat_left .grey_head p{
    margin-bottom: 0;
}
.cat_left .grey_head ul{
    margin-bottom: 0;
}
.cat_left li{
    color: #AF4F3F;
    list-style: none;
    font-weight: bold;
}
.cat_left > ul > li{
    color: #a44f3f;
    font-weight: bold;
    border-bottom:1px solid #EBEBEB;
    padding-bottom: 15px;

}
.cat_left > ul > li:last-child{
    border-bottom: 0;
}
.cat_list_left li{
    color: #5f5f5f;
    line-height: 13px;
    text-decoration: none;
    background-image: url(../images/navarrow.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 2px 5% 2px 9%;
}
.recent_viewed > ul > li{
    border-bottom: 1px solid #E3E1E1;
    list-style: none;
}
.recent_viewed > ul > li:last-child{
    border-bottom: 0;
}
.cat_list_left a {
    margin-right:15px;
}
.cat_list_left a.active{
    font-weight:bold;
}
.cat_list_left span{
    float: right;
    font-weight: normal;
}
.recent_viewed{
    border-radius: 8px;
    border: 1px solid #E3E1E1;
    padding:0;
}
.recent_title{
    color: #A44F3F;
    font-weight: bolder;
}
.recent_it_img{
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    width: 30%;
}


.recent_it_name{
    float: left ;
    margin-top: 12px;
    width: 51%;
    font-weight: bold;
    color: #AF4F3F;
}
.recent_more_info_btn{
    border-right: 1px solid #B2672A;
    border-bottom: 1px solid #B2672A;
    width: 64px;
    font-size: 10px;
    line-height: 8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #272525;
    padding: 2px;
    margin: 9px auto 7px auto;
    background: #F7D78B;
    text-align: center;
}

/*right part*/
.bread_crumps{
    color: #5f5f5f;
    line-height: 13px;
    text-decoration: none;
}

.cat_text_head {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #B9B9B8;
}
.cat_view_pagin{
    display:table;
    vertical-align: middle;
    background: #F3F3F3;
    border-radius: 10px;
    width:100%;
    height: auto;
    overflow: hidden;
    padding: 5px;
}
.cat_view_pagin p{
    float:left;
}
.cat_head_sel{
    text-align: center;
    float:left;
    width:auto;
    margin: 0 1%
}

.cat_head_sel_marg_top{
    text-align: center;
    float:left;
    width:auto;
    margin:12px 1% 0 2%;
}

.cat_head_sel_marg_top img{
    margin-right:5px;

}

.cat_head_sel_marg_top .pagin{
    margin-left:5px;
}


.cat_view_pagin label{
    display: block;
}

.ul_pagin {
    margin: 0 auto;
    width: 100%;
}
.ul_pagin li{
    list-style: none;
    width: 13.5%;
    display: inline-block;
    text-align: center;
}
.ul_pagin li select{
    width: 100%;
    max-width: 100px;
    margin: 0 auto;

}
.ul_pagin li a div{
    max-width: 80px;
    margin: 0 auto;
}
.next_btn{
    background: #FDFCFC;
    border:1px solid #8C8C8B;
    padding:3px 10px;
}

.cat_tabl_item{
    margin-top:15px;
    overflow: hidden;
    border: 1px dotted #CACCCB;
    padding: 10px 0 0 0;
    background: linear-gradient(#FEFEFE,#FEFEFE,#FAF6D9);
}
.div_pict{
text-align: center;
margin-bottom: 25px;
}
.cat_tabl_item .main_pict{
text-align: center;
max-width:95%;
}

a.item_id{
    color: #5f5f5f;
}
.cat_tabl_item .item_name{
    color: #B6070E;
    font-weight: bolder;
}
.cat_tabl_item .item_price{
    margin: 10px 0;
    color: #E68804;
}

.cat_list_p_marg{
    margin: 0;
}

.cat_tabl_item .item_price span{
    font-size:18px;
}

.item_descript{
    margin-left:3px;

}
.more_info_btn{
    width:85px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ECD399;
    padding: 2px;
    margin: 27px auto 0 auto;
    background: #B16150;
    text-align: center;
}

.category_list{
    border-radius: 10px;
    background: #F5F2F2;
    margin: 2px 0;
    padding: 10px 13px;
}

.cat_list_it_main{
    margin-top:15px;
    border-radius: 8px;
    background: #FFF;
    line-height: 14px;
    padding: 0;
}
.cat_list_img{
    margin: 5px 0;
}

.cat_list_desc .cat_list_item_name {
    color: #9e070e;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
}
.cat_list_title{
    margin: 13px 0;
}
.cat_list_desc{
    color: #000;
}

.cat_list_price{
    padding: 0;
    margin-top:35px;
    color: #E68804;
}
.cat_list_price span{
    font-size: 18px;
}

.list_more_info_btn{
    width:85px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ECD399;
    padding: 2px;
    margin:0 auto 0 0px;
    background: #B16150;
    text-align: center;
}
.list_more_info_btn span{
    font-size:10px;
}
.clear_both{
    clear:both
}
/*CATEGORY*/


#header .header_content_section  .main_menu ul li:last-child {border:none;}
.position-relative{ position:relative; margin-bottom: 10px;}
#header .header_content_section .info_list{height:32px; overflow:hidden; border:1px solid #a49a68; border-radius:5px; background: #eeebe2; /* Old browsers */
    background: -moz-linear-gradient(top, #eeebe2 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeebe2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeebe2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeebe2 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeebe2 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeebe2 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeebe2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}
#header .header_content_section  .img{ }
#header .header_content_section  .img img{
    bottom: -6px;
    left: 12px;
    position: absolute;
}
#header .header_content_section  .img.top img{top:0px;}
#header .header_content_section .info_list .item{  margin:0px; padding: 6px 0 3px 83px; color:#504a2c; font-size:14px; font-weight:bold;}
#header .header_content_section .info_para{font-weight:bold; background:#f5f4f3; text-align:center; color:#a44f3f; font-size:15px; padding:5px 0; margin:0px;}
.main_content{ margin-top:5px;}

.main_content .services .service_item .service_img img {height: 100% !important;width: auto !important;}
.cat_tabl_item {padding:10px 5px;}

.main_table{
    display: table;
    width: 100%;
}
.main_table_row{
display: table-row;
}
.main_left_cell{
    display: table-cell;
    float:none;
    vertical-align: top;
    padding-right:3px;
}
.for_main_image{
    position: absolute;
    height: 100%;
}



.is_main_image{
    width: 98%;
    height: 100%;
}
.main_right_cell{
    display: table-cell;
    float:none;
    padding-left: 3px;
    position: relative;
}
.main_left_cell img{
   height: 100%;
}



.main_content .lft_section{}
.main_content .lft_section .section_img{ position:relative;}
.main_content .lft_section .section_img img{ border:1px solid #d9cb9e; border-radius:10px;}
.article_box{ background: none repeat scroll 0 0 #cbb041;
    border-radius: 10px;
    box-shadow: 6px 6px 5px #484032;
    left: 38px;
    max-width: 100%;
    padding: 15px 12px;
    position: absolute;
    top: 80px;
    width: 205px;}
.article_box p{ color:#ffffff; font-size:12px; line-height:14px; font-weight:bold;}
.main_content .right_section{}
.main_content .right_section .article{ margin-bottom:8px; overflow:hidden; border:1px solid #ddd1a9; border-radius:10px; padding:5px 10px;}

.main_content .right_section .article .txt {
    float: left;
    width: 106px;
    max-width: 100%;
}

.main_content .right_section .article .txt h1{
    font-size: 20px;
    font-family: arial;
    line-height: 21px;
    color:#d2bb5a;
    margin:0px;
    font-weight: normal;
}
.main_content .right_section .article .txt h1 span{ color:#a44f3f;}

.main_content .right_section .article .txt p {
    margin-top: 4px;
    padding-right: 28px;
    color: #c4960e;
    font-size: 12px;
    font-family: arial;
    line-height: 16px;
}
.main_content .right_section .article  .img{ float:right;    margin-top:15px;
}
.main_content .right_section .article.two .txt{ width:100%;}

.main_content .right_section .article.two .txt p {
    width: 106px;
    max-width: 100%;
}

/*.main_content .right_section .article.two .img{ margin-top:-64px;}*/
.main_content .right_section .article.three .img{
    margin-top:15px;
}
.main_content .right_section .article.three { padding-top:0px; padding-bottom:0px;}

.main_content .free_shipping {
    border: 1px solid #cbb041;
    border-radius: 10px;
    overflow: hidden;
    background: #fdf9ea; /* Old browsers */
    background: -moz-linear-gradient(top, #fdf9ea 0%, #fbf4d7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf9ea), color-stop(100%,#fbf4d7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdf9ea 0%,#fbf4d7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdf9ea 0%,#fbf4d7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdf9ea 0%,#fbf4d7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdf9ea 0%,#fbf4d7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf9ea', endColorstr='#fbf4d7',GradientType=0 ); /* IE6-9 */}
.main_content .free_shipping .img_free{ float:left;
    padding:2px 0;
    margin-left: 90px;
}
.main_content .free_shipping p{ color:#a44f3f; font-size:13px; font-weight:bold; float:left; padding:12px 0 12px 20px; margin:0px;}

.main_content .free_shipping .more_info {
    color: #B16150;
    width:150px;
    float: left;
    text-decoration: none;
    margin-left: 35px;
    margin-top: 9px;
    background: #FEFAEB;
    max-width: 100%;
    font-size: 14px;
    border: 1px solid #D3BC52;
    padding: 2px 7px;
    font-weight: 800;
}



/*.main_content .free_shipping .more_info img{ padding-left:5px; margin-top:-2px;}*/
.main_content  .services{}

.main_content .services .service_item {
    margin-right: 8px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #FEFAE9 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(99%, #FEFAE9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #FEFAE9 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #FEFAE9 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #FEFAE9 99%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #FEFAE9 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FEFAE9', GradientType=0); /* IE6-9 */
    width: 19.1%;
    float: left;
    padding: 8px 15px 12px 15px;
    border: 1px dashed #cccccc;
    margin-top: 10px;
}
.main_content  .services .service_item a{
    text-decoration: none;
}
.main_content  .services .service_item .main_service_btn{
    width:100%;
    border: 1px solid #CEC5C5;
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #B1070E;
    margin-bottom: 22px;
    background: linear-gradient(180deg, #F7F5F5, #E8E6E6);
    min-height: 25px;
}
.main_service_btn img{
    margin-top: -3px;
    margin-right: 5px;
}

 .main_service_btn_all{
    width:60%;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ECD399;
    padding: 2px;
    margin: 27px auto 0 auto;
    background: #B16150;
    text-align: center;
}

/*.main_content  .services .service_item:nth-of-type(5){ margin-right:0px;}*/
.main_content  .services .service_item:nth-of-type(10){ margin-right:0px;}
.main_content  .services .service_item .service_img{text-align: center; height:95px;}


.main_content  .services .service_item .service_img img{

}
.main_content  .services .service_item header{ padding:15px 0;}
.main_content  .services .service_item header p{ color:#626060; font-size:12px; font-weight:bold; margin:0px; line-height:10px;}
.main_content  .services .service_item header span{ color:#b94313;}
.main_content  .services .service_item header .red{ color:#b13131;}
.main_content  .services .service_item .para{ color:#626060; font-size:12px; margin:0px; line-height:13px;}
.main_content  .services .service_item .para span{ font-weight:bold; display:block;}




.pre_footer { background:#7a854f; margin-top:15px; padding:7px 0;}
.pre_footer .icon{ float:left;}
.pre_footer .txt{ color:#ffffff; font-size:12px; float:left; margin-left:13px;}
.pre_footer .txt p{ font-weight:bold; text-transform:uppercase; margin:0px; line-height:12px;}
.pre_footer .txt p.padder{ padding-top:10px;}
.pre_footer .txt span{ font-weight:normal;}
#footer{ background:#fbf3d9; font-family:arial;}

#footer .footer_list_items {
    margin: 25px 0;
    font-size:12px;
    line-height:13px;
    /*border-right: 1px solid #e3ce65;*/
}

#footer .footer_list_items h1{ color:#a94d26; font-size:15px; margin:0px; font-weight:bold; padding-bottom:10px;}
#footer .footer_list_items .list_items { margin:0px; padding-left:8px;}
#footer .footer_list_items .list_items li{}
#footer .footer_list_items .list_items li a{ color:#212122; ; text-decoration:none;}

#footer  .footer_form{ margin-top:25px; padding:0 55px;}
#footer  .footer_form h1{ color:#a94d26; font-size:15px; font-weight:bold; margin:0px; padding-bottom:7px;}
#footer  .footer_form p{ color:#7a854f; font-size:12px; margin:0px;}
#footer  .footer_form .form-group{ margin:0px; position:relative; padding:12px 0;}
#footer  .footer_form .form-group .form-control{ width:148px; height:26px; max-width:100%; border:1px solid #eae9e9; border-radius:none;}
#footer  .footer_form  .go{ height:22px; position:absolute; right:0px; top:14px; background:#7a854f; border:0px; border-radius:0px; box-shadow:none; color:#fbf3d9; font-size:12px; line-height:5px; text-transform:uppercase;}
#footer  .footer_form .social_icons{ margin:0px;}
#footer  .footer_form .social_icons li{ display:inline-block; list-style:none;}
/*UNDERFOOTER*/
.under_footer{
    background: #FFF;
}
.underfoot_icon{
    display:table;
    width:100%;
}
.underfoot_icon li{
    text-align: center;
    display: table-cell;
    /*padding: 0 20%;*/
}
/*UNDERFOOTER*/

/*ABOUT US*/
.about{width:95%;
    margin: 0 auto;
    margin-bottom:150px;
    text-align: justify;
}
.title{
    margin: 15px 0;
}
.about p{
    color: #5f5f5f;
    font-size: 12px;
    font-family: "Roboto Slab", serif;
    line-height: 18px;
    font-weight: 400;
}
.about img{
    float:left;
}
/*ABOUT US*/


/*CONTACT US*/
.cont_us{
    margin:0 auto;
    width:80%;
}
.cont_us ul{
    margin: 20px 0 20px 0;
    width: 100%;
    display: table;
}
.cont_us li {
    padding: 0 12% 35px 22px;
    width: 33%;
    border-right: 1px solid #C9BFA0;
    display: table-cell;
}
.cont_us li:last-child{
    border:0;
}

.cont_us li a {
    font-size: 12px;
    font-family: "Roboto Slab", serif;
    line-height: 19px;
}

.cont_us li p {
    margin:10px 0 2px 0;
    color: #5f5f5f;
    font-size: 12px;
    font-family: "Roboto Slab", serif;
    line-height: 19px;
}
.cont_us li p span{
    font-weight: bold;
}
/*CONTACT US*/

@media screen and (min-width:1200px){
    .container{ width:1024px;}
    .main_content .free_shipping .more_info {  margin-left: 100px;}

}

@media screen and (max-width:1200px) {
    #header .top_bar .leave_msg {
        width: 99px;
    }

    /*#header .header_content_section .main_menu {*/
        /*padding: 12px 0 13px 0;*/
    /*}*/

    #header .header_content_section .form_section .form-group {
        width: 378px;
    }
    #header .header_content_section .form_section .form-group .form-control{
        width: 240px;
    }

    .main_content .free_shipping .more_info {  margin-left: 65px;}
}

@media screen and (max-width:1140px) {
    #header .header_content_section .form_section .form-group{width: 378px;}
    #header .header_content_section .form_section .form-group .form-control{  width: 245px;}



    .cat_head_sel{ margin: 0;}
    .cat_head_sel_marg_top{margin: 11px 1% 0 1%;}

    #header .top_bar .leave_msg .msg_img {
        right: -20px;
    }
}


@media screen and (max-width:1050px){
    #header .top_bar .leave_msg .msg{ width:100%;}
    .main_content .right_section .article .txt{ width:84px;}
    .main_content .right_section .article.three .img{
        float:right;
    }
    /*#header .header_content_section  .main_menu{ padding:6px 0 9px 0;}*/
    #header .top_bar .leave_msg{margin: 8px 0 8px -32px;}
    #header .top_bar .phone_no{text-align: right;}
    #header .header_content_section .info_list .item{ font-size:10px;  padding: 5px 0 0 67px;}
    #header .header_content_section .img img{ left:4px;}

    .cat_head_sel{ margin: 0}
    .cat_head_sel_marg_top{margin: 12px 1% 0 1%;}


}

@media screen and (max-width:1000px){
    #header .top_bar #top_bar_menu ul li a{ line-height:20px;}
    #header .top_bar .leave_msg .msg{ width:100%;}
    .article_box{ top:80px;}
    .main_content .right_section .article.three .img{ margin-top:23px;}
    #header .header_content_section .img img{ left:4px;}
    #header .top_bar .phone_no{ font-size:17px;}
    .pre_footer .txt{ font-size:10px;}
    #footer .footer_form {
        margin-top: 25px;
        padding: 0 40px;
    }
    .main_content .services .service_item{margin-right: 6px;}
    #header .top_bar .leave_msg{margin: 8px 0 8px -43px;}

    #header .top_bar .leave_msg .msg_img {
        right: -30px;
    }
    #header .header_content_section .form_section{ margin-left:0px;}
    #header .header_content_section .check_out_content .para{ padding:0px;}
    /*#header .header_content_section .main_menu ul li a{*/
        /*padding: 0 25%;*/
    /*}*/
    #header .header_content_section .info_list .item{padding: 5px 0 0 68px;}
    .main_content .right_section .article .txt{ width:110px; }
    .main_content .lft_section .section_img img{ height:328px;}
}

@media screen and (max-width:991px) {

    #header .header_content_section .form_section .form-group {width: 233px;}
    #header .header_content_section .form_section .form-group .form-control {width: 120px;}
    #header .header_content_section .form_section .form-group .search {width: 74px;}
    #header .header_content_section .form_section {padding: 22px 0;}

    #header .header_content_section .check_out_content .para {
        width: 77px;
        margin-left: 5px;
    }
    #header .header_content_section .check_out_content {margin: 8px 0 5px 0;  padding: 0 0 8px 11px;}
    #header .top_bar #top_bar_menu ul li a {padding: 0 3px;}
    #header .top_bar .leave_msg {margin: 8px 0 8px -30px;}
    #header .top_bar .phone_no {font-size: 13px;}

    .main_content .free_shipping .img_free {
        margin-left: 30px;
    }

    .cat_head_sel{ margin: 0 7%}
    .cat_head_sel_marg_top{margin: 11px 5% 0 5%;}

    .list_more_info_btn{margin: 10px auto 0 auto;}
    .cat_list_it_main{text-align: center;}
    .main_content .free_shipping .more_info {  margin-left: 5%;}

    .cat_list_left a {
        font-size: 9px
    }
}

@media only screen and (max-device-width: 768px) {
    .main_content .services .service_item {
        width: 48.5%;
    }

}

@media only screen and (max-width: 732px) {
    .col-xs-12.col-sm-4.col-md-3.grid_block{
        width: 48%;
    }
}
@media only screen and (max-width: 375px) {
    .col-xs-12.col-sm-4.col-md-3.grid_block{
        width: 100%;
    }
}

@media screen and (max-width:767px){
    .item_descript{
        text-align: center;
    }

    /*img.is_main_image{*/
        /*display: none;*/
    /*}*/

    .for_main_image{
        position:relative;
    }
    .cat_list_it_main{
        width: 49%;
        float: left;
        margin-right: 1%;
    }

    #header .header_content_section .form_section .form-group {width: 406px;}
    #header .header_content_section .form_section .form-group .form-control {width: 300px;}

    #header .header_content_section .check_out_content {width: 100%}
    #header .header_content_section .check_out_content .para {width: auto}
    #header .header_content_section .check_out_content .para {padding: 0px 21px;}

    #header .top_bar .create_account {width: 250px;}

    #header .top_bar #top_bar_menu {padding: 0px 0;margin-top: -38px;}
    #header .top_bar .leave_msg {margin: 8px 0 8px 10px;}

    .main_left_cell {
        float: left;
        padding-right: 15px;
    }
    .main_right_cell{float:left;}

    .main_content .right_section .article .txt {
        width: 70%;
        margin-top: 10px;
    }
    .main_content .right_section .article.two .txt p {width: 70%;}
    .main_content .right_section .article.three .txt p {width: 70%;}

    .recent_viewed ul{ text-align: center}

    .recent_it_img {
        float: none;
        width: 100%;
    }
    .recent_it_name{
        float: none;
        width: 100%;
    }


    .mojozoom_imgctr{
        display: none;
    }
    .navbar-nav{ overflow: hidden; margin: 0; }

    .pre_footer .icons{ margin-bottom: 20px;
        margin-top: 20px;
        overflow: hidden;}

    .pre_footer .icons figure {
        height: 34px;
    }
    .cat_list_left a {
        font-size: 12px
    }
}
.greytext {
    color: #5f5f5f;
    font-size: 12px;
    font-family: arial;
}
.greytext a{
    color: #5f5f5f;
    font-size: 12px;
    font-family: arial;
}
.text {
    color: #5f5f5f;
    font-size: 12px;
    font-family: arial;
    line-height: 13px;
}
.prod_desc{
    color: #5f5f5f;
    font-size: 12px;
    font-family: arial;
    margin: 20px 0;
}
.round_border{
    border: 1px solid #d3d3d3;
    border-radius: 7px;
    padding-top: 10px;
}
.price{
    margin-top: 40px;
    color: #e68804;
    font-size: 18px;
    font-family: arial;
    line-height: 23px;
}
.grey_bg{
    background-color: #f5f5f5;
    border-radius: 7px;
    padding: 10px;
}
.tiny {
    color: #515151;
    font-size: 9px;
    font-family: arial;
    line-height: 10px;
}
.colors div{
    float:left;
    margin:3px;
}
.colors{
    display: table;
}
.qty{
    margin-top: 10px;
}
.product_content .free_shipping{
    margin: 20px 0;
}
.product_content .free_shipping img{
    margin: 0 auto;
}
.per_opt{
    margin-bottom: 30px;
}
.buttons{
    margin-top: 10px;
    margin-bottom: 10px;
}
.personalize{
    background-color: #f5f5f5;
    color: #757474;
    font-size: 18px;
    width: 100%;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 19px 25px ;
    margin-bottom: 15px;
}
div.mojozoom_imgctr {
    position: absolute;
    margin-left: 20px;
    border: 1px solid black;
    background-size: 200%;
    background-color: #ffffff;
}
div.mojozoom_marker {
    position: absolute;
}
.mojozoom_img{
    max-width: none!important;
}
div.mojozoom_fill {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    xxbackground-color: white;
    opacity: 0.2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    filter: alpha(opacity=20);
}
div.mojozoom_border {
    position : absolute;
    left:0px;
    top:0px;
    border : 0px solid black;
    width:100%;
    height:100%;
}
.input-line{
    margin-bottom: 10px;
}
.input-line input{
    color: #333;
    font-size: 12px;
    font-family: arial;
    height: 22px;
    border-color: #5b5b5b;
    border-width: 1px;
}
.input-line textarea, .input-line input{
    max-width: 300px;
    width: 100%;
}
.input-line .text{
    padding-right: 10px;
}
.slider_logo{
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
    margin-bottom: 20px;
}
.redish {
    color: #a44f3f;
    font-size: 12px;
    font-family: arial;
}
.blockd{
    display: block;
}
.dd{
    margin-bottom: 10px;
}
#owl .item{
    text-align: center;
}
.owl-prev{
    background: url("../images/arrowleft.png") no-repeat;
    background-position: 0%;
    color: transparent;
    position: absolute;
    left: -25px;
    top: 10px;
    height: 30px;
}
.input-line .text.bold{
    font-weight: bold;
    vertical-align: top!important;
}
.pers_content_img{
    text-align: center;
    margin: 10px 0;
}
.logo_img{
    cursor: pointer;
}
.pers_content_fields{
    text-align: center;
}
.owl-next{
    background: url("../images/arrowright.png") no-repeat;
    background-position: 0%;
    color: transparent;
    position: absolute;
    right: -20px;
    top: 10px;
    height: 30px;
}
.inner_pad{
    padding: 10px;
}
.pers_title{
    text-transform: uppercase;
    color: #646361;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}
.submit{
    text-align: center;
}
.submit_btn{
    width: 176px;
    height: 40px;
    background: url("../images/prevbuttons_01.jpg");
    border: none;
    background-repeat: no-repeat;
    text-align: center;
}
@media screen and (max-width:992px){
    .ul_pagin li{
        width: 24.5%;
    }

    .ul_pagin li.width_30{
        margin-top: 5px;
        width: 32%;
    }
    .round_border{
        margin: 4px;
    }

    #header .header_content_section .main_menu .ul_line li a {
        padding: 0 4px;
    }
}
@media screen and (max-width:720px){
    .main_content .lft_section .section_img img{ height:100%;}
    .navbar-default .navbar-toggle{  border-color: #87805e;}
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #f7e6af;
    }

    .round_border{
        margin: 15px;
    }
    #header .top_bar #top_bar_menu{ padding:0px;}
    .navbar-toggle{border-radius: 0; padding: 12px 10px;}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{ background:transparent;}
    #header .header_content_section .main_menu{ padding:0px;}
    #footer .footer_list_items{ border-bottom: 1px solid #e3ce65; border-right:none;}
    .main_content .lft_section .section_img img{height:100%; margin-bottom:20px;}
    #header .top_bar #top_bar_menu ul li a{ line-height:24px;}
    #header .top_bar .leave_msg .msg{ width:100%}
    .article_box{ top:0px;}
    #header .top_bar .leave_msg .msg_img{ right:-9px; top:-10px;}
    #header .header_content_section .need_help{ margin-top:0px;}

    .navbar-nav{ margin:0px}
    #header .header_content_section .check_out_content .para{  padding: 10px 0 0 200px; text-align:center;}
    #header .header_content_section .info_list .item{ font-size:14px;}
    .main_content .lft_section .section_img img{ height:100%;}
    #header .top_bar .create_account{ margin-left:0px; margin-right: 0;}
    #top_bar_menu .navbar-toggle{ margin-right: 0; margin-top: 0px;}
    .navbar-collapse{ box-shadow:none;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{ border:none;}
    #header .top_bar .leave_msg{ margin-left:0px;}
    #header .top_bar .phone_no{ margin-left:0px;}


    #header .header_content_section .form_section{ margin-left:0px; width:100%;}
    #header .header_content_section .form_section p{ font-size:14px;}
    #header .header_content_section .form_section .form-group{ padding-right:6px; width:100%;}
    #header .header_content_section .form_section .form-group .form-control{ width: 72%;}
    #header .header_content_section .form_section .form-group .search{ height: 32px;
        margin-top: 2px;
        padding: 0;
        width: 25%;}
    #header .header_content_section .need_help{ margin-top:10px; float:right; width:100%;}
    #header .header_content_section .check_out_content{ float:left; margin-bottom:10px; width: 100%; margin-top:0px;}
    .main_menu .navbar-toggle{ margin-right:25px;}
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{ margin:0px;}
    #header .header_content_section .main_menu ul li a {
        border: none;
        padding: 0 25px;
    }
    /*.main_content .services .service_item{width:100%;}*/
    #footer .footer_form{ padding:0px;}
    #footer .footer_form .form-group .form-control{width:100%;}
    #footer .footer_list_items .list_items{ margin-bottom:20px;}
    .main_content .right_section .article.three .img{ margin-top:8px;}
    .main_content .free_shipping{ padding-right:10px;}
    .main_content .free_shipping p{ font-size:12px; padding-left:10px;}
    .main_content .free_shipping .more_info{ float:left; margin-bottom:20px; margin-left:10px;}


}
@media screen and (max-width: 497px) {
    .ul_pagin{
        margin-right: 5px;
        font-size: 10px;
        line-height: 1;
    }
    .ul_pagin li{
        width: 24%;
    }
    .cat_list_it_main{
        width: 100%;
        float: none;
    }
    .main_content .services .service_item{
        width: 100%;
        float: none;
    }

}
@media screen and (max-width: 573px) {
    .cat_head_sel_marg_top {
        margin: 11px 1% 0 1%;
    }
}
@media screen and (max-width: 391px){
    .pre_footer .container .row > div {
        width: 100%;
    }
    .round_border{
        margin: 0;
    }
}
@media screen and (max-width: 714px){
    .main_content .lft_section .section_img img{ height:100%;}
    #header .header_content_section .check_out_content .para{padding: 10px 0 0 60px; text-align:center;}
    #header .top_bar .leave_msg .msg{ width:55px;}
    #header .top_bar .leave_msg .msg_img{ right:-4px; top:2px;}

    .create_account{
        display:none;
    }
    #header .top_bar .create_account_mobile{
        display: block;
        position: relative;
        z-index: 100;
    }
    #top_bar_menu .navbar-toggle {
        margin-top: 16px;
    }
    #header .top_bar .leave_msg {
        display: none;
    }
    #header .top_bar .phone_no {
        display: none;
    }
    .phone_no_mobile {
        display: block;
        position: absolute;
        top: 10px;
        right: 71px;
        color: #faefce;
        font-size: 13px;
        font-weight: bold;
    }
    #header .header_content_section .cart_mobile {
        display: block;
    }
    #header .header_content_section .check_out_content {
        display: none;
    }
    #header .header_content_section .logo {
        margin-left: 21%;
    }
    .main_content .free_shipping .img_free {
        margin-left: 39%;
    }
    .main_content .free_shipping p {
        margin-left: 14%;
    }
    .main_content .free_shipping .more_info {
        margin: 0px 33% 5px 33%;
    }
    #header .header_content_section .need_help {
        display: none;
    }
    .main_right_cell {
        display: none;
    }

}

@media screen and (max-width: 340px){
    #header .header_content_section .logo {
        margin-left: 9%;
    }
    .phone_no_mobile{
        top: 30px;
        right: auto;
        left: 15px;
    }
}

.product_content .services {
    display: table;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    margin: 40px 0;
    position: relative;
}

.product_content .services .btn_recently_view {
    width: 245px;
    padding-left: 40px;
    background-color: #fee58b;
    border-radius: 5px;
    height: 33px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: -17px;
    left: 30px;
}
@media (max-width:300px) {
    .product_content .services .btn_recently_view {
        left: 10px;
    }
}
.product_content .services .btn_recently_view:before {
    content: '';
    background-image: url(/images/hdr_prsnlz_btm.png);
    height: 23px;
    width: 23px;
    position: absolute;
    right: 35px;
    top: 5px;
}

.product_content .services .service_item {
    background: none;
    border: none;
}

.product_content .services .info_hat span {
    display: block;
}

.product_content .services .info_hat .price {
    line-height: normal;
    margin-top: 0;
    padding: 5px 0;
}

.product_content .services .info_hat .red a {
    color: #9e070e;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    line-height: 15px;
}

.product_content .services .info_hat .text {
    color: #5f5f5f;
    font-size: 12px;
    font-family: arial;
    line-height: 13px;
}

.theButton {
    display: inline-block;
    border-radius: 5px; }
.theButton.black {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 9px 13px;
    text-align: center;
    background: #000000 linear-gradient(to bottom, #888888, #000000); }

.cartTop {
    padding: 0 25px;
    margin: 13px 0; }
.cartTop .title {
    color: #A49118;
    font-weight: bold;
    font-size: 25px;
    margin-top: 5px; }
.cartTop .buttons {
    text-align: right; }

.shopping_cart .title {
    color: #A49118;
    font-size: 20px; }
.shopping_cart .title.simple {
    font-size: 12px;
    color: #000000;
    font-weight: bold; }
.shopping_cart .title .level {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #9A0D06;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-right: 8px; }
.shopping_cart .theBilling .main-devider {
    margin: 13px 0;
    border: 0;
    display: block;
    height: 5px;
    background: #F3F3F3; }
.shopping_cart .theBilling .devider {
    margin-bottom: 21px; }
.shopping_cart .theBilling label {
    font-weight: normal;
    margin-bottom: 5px; }
.shopping_cart .theBilling label:after, .shopping_cart .theBilling label:before {
    content: "";
    clear: both;
    display: table;
    width: 100%; }
.shopping_cart .theBilling .bill-1 label {
    display: block; }
.shopping_cart .theBilling .bill-1 .name, .shopping_cart .theBilling .bill-1 .field {
    float: left; }
.shopping_cart .theBilling .bill-1 .name {
    width: 40%; }
.shopping_cart .theBilling .bill-1 .field {
    width: 60%; }
.shopping_cart .theBilling .bill-1 .field .full {
    width: 100%;
    box-sizing: border-box; }
.shopping_cart .theBilling .bill-1 .field .half {
    width: 64px; }
.shopping_cart .theBilling .bill-1 .create_secure > div {
    padding-top: 5px; }
.shopping_cart .theBilling .bill-1 .create_secure .full {
    width: 100%; }

.shopping_cart .theBilling .bill-1 ul.login_info {
    padding-left: 30px;
    color: #5f5f5f;
    font-size: 12px; }
.shopping_cart .theBilling .bill-1 .summary {
    border: 1px solid #d9d9d9;
    padding: 10px; }
.shopping_cart .theBilling .bill-1 .summary .legend {
    font-weight: bold; }
.shopping_cart .theBilling .bill-1 .itemnamecrt {
    margin-top: 13px;
    font-size: 20px;
    color: #c4960e;
    text-align: center;
    background-color: #EFEFEF;
    line-height: 31px; }
.shopping_cart .theBilling .information-cart {
    width: 100%; }
.shopping_cart .theBilling .information-cart th {
    padding: 3px 0; }
.shopping_cart .theBilling .information-cart td {
    padding: 13px 0; }
.shopping_cart .theBilling .information-cart .item td:nth-of-type(n+3), .shopping_cart .theBilling .information-cart .item td:nth-of-type(1), .shopping_cart .theBilling .information-cart th:nth-of-type(n+3), .shopping_cart .theBilling .information-cart th:nth-of-type(1) {
    text-align: center; }
.shopping_cart .theBilling .information-cart .subitem td:nth-of-type(n+3) {
    text-align: center;
    background-color: #fdf4e3; }
.shopping_cart .theBilling .information-cart .subitem td:nth-of-type(2) {
    background-color: #fdf4e3; }
@media (min-width: 992px) {
    .shopping_cart .theBilling .information-cart .subitem td:nth-of-type(2) {
        padding-left: 10%; } }
.shopping_cart .theBilling .information-cart .item {
    border-top: 1px solid #DADADA; }

.cart_content .title {
    margin: 0; }
.cart_content .theCart .table-row {
    display: table-row; }
.cart_content .theCart .table-cell {
    display: table-cell; }
.cart_content .theCart .table-table {
    display: table;
    width: 100%; }
.cart_content .theCart .table-wrap {
    border: 1px solid #d9d9d9;
    background: #F3F3F3;
    padding: 10px;
    border-radius: 5px; }
.cart_content .theCart .table-wrap .table-wrap-inner {
    border-radius: 5px;
    border: 1px solid #ffffff;
    background: #F3F3F3;
    padding: 21px 10px; }
.cart_content .theCart .table-wrap .item {
    font-size: 12px;
    background: #ffffff;
    padding: 13px 21px 0;
    border-radius: 5px; }
.cart_content .theCart .table-wrap .item:after {
    content: "";
    height: 21px;
    margin: 8px -21px 0;
    background: #F3F3F3;
    display: block; }
.cart_content .theCart .table-wrap .item .title a {
    color: #A49118;
    font-size: 12px;
    line-height: 13px; }
.cart_content .theCart .table-wrap .item .itemNo {
    color: #5f5f5f;
    font-size: 12px;
    line-height: 13px; }
.cart_content .theCart .table-wrap .item .quantity input {
    width: 50px;
    text-align: center; }
.cart_content .theCart .table-wrap .item .price {
    display: table;
    width: 100%; }
.cart_content .theCart .table-wrap .item .price .oneprice, .cart_content .theCart .table-wrap .item .price .subtotal, .cart_content .theCart .table-wrap .item .price .count {
    display: table-cell; }
.cart_content .theCart .table-wrap .item .price .count {
    text-align: right; }
.cart_content .theCart .table-wrap .item .price .oneprice {
    color: #9e070e; }
.cart_content .theCart .table-wrap .item .price .count {
    color: #9e070e; }
.cart_content .theCart .table-wrap .item .subDetail {
    background: #FDF4E3; }
.cart_content .theCart .table-wrap .item .subDetail .table-cell {
    vertical-align: middle; }
.cart_content .theCart .table-wrap .item .subDetail .detailName {
    padding-left: 30%; }
@media (max-width: 992px) {
    .cart_content .theCart .table-wrap .item .subDetail .detailName {
        padding-left: 0; } }
.cart_content .theCart .table-wrap .promoCode {
    background: #DADADA;
    padding: 13px;
    text-align: center; }
.cart_content .theCart .table-wrap .promoCode .theButton {
    text-align: center;
    background: #726A43;
    color: #ffffff;
    border-radius: 2px;
    padding: 1px 3px;
    margin-top: 8px; }
.cart_content .theCart .table-wrap .calcualte {
    text-align: center; }
.cart_content .theCart .table-wrap .calcualte .gentext {
    text-align: left; }
.cart_content .theCart .table-wrap .calcualte .gentext .note {
    margin: 34px 0 21px; }
.cart_content .theCart .table-wrap .calcualte .gentext .countuctUs {
    font-weight: bold;
    color: #000000; }
.cart_content .theCart .table-wrap .calcualte .gentext .countuctUs a {
    color: inherit; }
.cart_content .theCart .table-wrap .calcualte .name {
    background: #F3F3F3;
    padding: 1px;
    margin-bottom: 8px; }
.cart_content .theCart .table-wrap .calcualte .zipcode {
    width: 60px; }
.cart_content .theCart .table-wrap .calcualte .calculateButoon {
    margin: 8px 0;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #000000;
    padding: 1px 3px;
    font-weight: bold;
    background: #888888 linear-gradient(to top, #DADADA, #ffffff); }
.cart_content .theCart .table-wrap .itemnamecrt {
    margin-top: 13px;
    font-size: 20px;
    color: #A49118; }
.cart_content .theCart .cart-footer {
    float: right; }

/*# sourceMappingURL=cart.css.map */
